SPB Git forge
28commits 1branches 0releases
7.7 MBsize
maindefault branch
10 days agolast push
Python 66.3% TypeScript 22.7% JavaScript 8.6% HTML 1.4% CSS 0.7%

registry: 32,368 companies (all listed companies first, sitelinks ≥ 3, employees ≥ 500, revenue bands; non-company classes excluded)

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Simon-Pierre Boucher committed 11 days ago (Sep 13, 2026) parent 15b65a3

5 changed files +15,227 −4,679

modified docs/SEEDS.md +102 −41
@@ -1,8 +1,9 @@
1 1 # Seeds — the initial company universe
2 2
3 The seed registry is the diversified starting universe of Company Atlas (spec §99: 5,000+ companies across sectors and regions). It is
4 plain data committed in `registry/` plus an idempotent loader; the crawl core takes over from `companies.onboarding_status = 'pending'`
5 and the `queue_jobs(kind='discover')` rows the loader creates (boundary "Seeds → Crawl" in `docs/ARCHITECTURE.md`).
3 +The seed registry is the diversified starting universe of Company Atlas (spec §99: 5,000+ companies across sectors and regions; since
4 +2026-09-13 a reference atlas of **≥ 30,000 companies, every listed company first**). It is plain data committed in `registry/` plus an
5 +idempotent loader; the crawl core takes over from `companies.onboarding_status = 'pending'` and the `queue_jobs(kind='discover')` rows
6 +the loader creates (boundary "Seeds → Crawl" in `docs/ARCHITECTURE.md`).
6 7
7 8 ```
8 9 registry/industries.yaml taxonomy (51 industries, 23 top-level + children, keywords for label mapping)
@@ -21,32 +22,46 @@ src/companyatlas/commands/seed.py catlas seed | import-companies | compa
21 22
22 23 | Source | What we take | Politeness |
23 24 |---|---|---|
24 | **Wikidata** (SPARQL, `query.wikidata.org`) | companies by class (P31), official website P856, country P17→P297, labels/aliases/descriptions, official name P1448, industry P452, inception P571, employees P1128 (+P585), HQ P159 (+P625, P131, P17), coordinates P625, ticker P249 / exchange P414, LEI P1278, CIK P5531, parent P749, logo P154, sitelink count | UA `CompanyAtlasBot/0.1 (contact@spboucher.ai)`, one query at a time, ≥ 2 s apart, 60 s server timeout, retries with exponential backoff, every result cached in `data/seed/wikidata/sparql/<sha256>.json` (git-ignored) |
25 +| **Wikidata** (SPARQL, `query.wikidata.org`) | companies by class (P31) × sitelink bands, every company listed on a stock exchange (P414, per exchange; P249), companies with ≥ 500 employees (P1128) or a revenue (P2139) per class; official website P856, country P17→P297, labels/aliases/descriptions, official name P1448, industry P452, inception P571, employees P1128 (+P585), HQ P159 (+P625, P131, P17), coordinates P625, ticker P249 / exchange P414, LEI P1278, CIK P5531, parent P749, logo P154, dissolution P576 / P582, sitelink count | UA `CompanyAtlasBot/0.1 (contact@spboucher.ai)`, one query at a time, ≥ 2 s apart, 60 s server timeout, retries with exponential backoff (429 honours `Retry-After`), every result cached in `data/seed/wikidata/sparql/<sha256>.json` (git-ignored) |
25 26 | **SEC EDGAR** (`company_tickers.json`, `data.sec.gov/submissions`) | CIK, tickers, exchanges, SIC + description, business address | required UA, ≤ 5 req/s, cached in `data/seed/edgar/` |
26 27 | **ISO 3166 / UN M49** (lukes/ISO-3166-Countries-with-Regional-Codes) + Wikidata P625 | country names, regions, centroids | one-off; the CSV is committed |
27 28
28 29 Facts are copied, never inferred: a company only enters the registry with an official website *stated on Wikidata*; nothing is guessed
29 30 from names. Provenance is kept per company (`source`, `harvested_at`, `sitelinks`, raw `industry_labels`, `notes`) and lands in
30 `companies.source_meta`.
31 +`companies.source_meta`. Per-stage counters live in `data/seed/harvest-stats.json` and are rendered as the harvest report at the end of
32 +`registry/companies/README.md` (`seed_edgar.py` appends its own line).
31 33
32 34 ## Harvest procedure (`scripts/seed_wikidata.py`)
33 35
34 36 ```bash
35 .venv/bin/python scripts/seed_wikidata.py all --target 8000 # ≈ 45–60 min the first time; every stage resumes from cache
36 .venv/bin/python scripts/seed_wikidata.py candidates|select|details|assemble # single stage
37 .venv/bin/python scripts/seed_edgar.py # optional enrichment, rewrites the NDJSON in place
37 +nohup .venv/bin/python scripts/seed_wikidata.py all --target 30000 > data/seed/harvest.log 2>&1 & # ≈ 1.5–2 h the first time,
38 + # minutes when the cache is warm; every stage resumes from cache
39 +.venv/bin/python scripts/seed_wikidata.py candidates|dissolved|select|details|assemble # single stage
40 +.venv/bin/python scripts/seed_edgar.py # enrichment, rewrites the NDJSON in place — always after assemble
38 41 .venv/bin/catlas registry-stats # counts without a database
39 42 ```
40 43
41 1. **candidates**`?item wdt:P31 wd:<class>` for 30 company classes (business, enterprise, public company, company, privately held
42 company, corporation, bank, airline, automobile/aerospace manufacturer, software/technology company, video-game developer/publisher,
43 publisher, record label, telecom, brewery, retail chain, railway, shipyard, …). The subclass tree of *business* (`P279*`) is far too
44 broad to page, so classes are queried directly and the big ones are chunked by **sitelink bands** (≥ 80, 50–79, 35–49, 25–34, 18–24,
45 12–17, 8–11, 5–7); a band that times out is split in two automatically. Minimum 5 sitelinks.
46 Then **country boosts** (sitelinks ≥ 2, country-first scan, only for minimum-coverage countries still short after the class stage;
47 a timeout is tolerated and reported) and **industry boosts** (P452 label lists per top-level industry, sitelinks ≥ 2, 600 each).
48 Output `data/seed/candidates.json`.
49 **dissolved** — a separate `P576` lookup over every candidate (300 QIDs per query; a `NOT EXISTS` filter inside the big scans
44 +1. **candidates** — four band families, every row needing a truthy official website (P856):
45 + * **classes × sitelink bands**`?item wdt:P31 wd:<class>` for 44 company classes (business, enterprise, public company, company,
46 + privately held company, corporation, joint-stock company, kabushiki / kōkai gaisha, holding company, financial institution, credit
47 + institution, insurance company, REIT, subsidiary, state-owned enterprise, multinational, bank, airline, automobile / commercial-vehicle /
48 + aerospace manufacturer, software / technology company, video-game developer / publisher, publishing house, book publisher, record
49 + label, film production company, telecom, brewery, retail / restaurant / hotel / gas-station chain, railway, transport company, law
50 + firm, printing / pharmaceutical company, concern, conglomerate, shipyard). The subclass tree of *business* (`P279*`) is far too
51 + broad to page, so classes are queried directly; the big ones are chunked by **sitelink bands** (≥ 80, 50–79, 35–49, 25–34, 18–24,
52 + 12–17, 8–11, 5–7, **3–4**), the others in two queries (≥ 5 and 3–4). A band that times out is split in two, then by the last QID
53 + digit. The class list is checked against the English Wikidata labels — the 2026-09-12 list had six wrong labels and three classes
54 + that were not companies (charitable organization, service on Internet, online service), now removed.
55 + * **listed companies** — one `SELECT ?ex (COUNT …) GROUP BY ?ex` lists the ~250 stock exchanges used as P414 values; then every
56 + exchange is scanned (`p:P414` statements with their P582 end-time qualifier, any P31 class), large exchanges alone, small ones grouped
57 + to ≈ 1,500 statements per query. An item whose listings have all ended counts as *not listed* (delisted) but stays a candidate through
58 + its other bands. Plus the few dozen items carrying P249 directly.
59 + * **large companies** — per class, `P1128 ≥ 500` employees and `P2139` revenue present, any sitelink count (class-restricted on
60 + purpose: 70 % of the items with a revenue on Wikidata are nonprofits, universities, hospitals or municipalities).
61 + * **boosts** — country-first scans (sitelinks ≥ 2, only for minimum-coverage countries still short after the bands above; a timeout is
62 + tolerated and reported) and industry boosts (P452 label lists per top-level industry, sitelinks ≥ 2, 600 each).
63 + Output `data/seed/candidates.json` (per item: sitelinks, websites, countries, classes, bands, `listed`, exchanges, employee hint).
64 + **dissolved** — a separate `P576 | P582` lookup over every candidate (300 QIDs per query; a `NOT EXISTS` filter inside the big scans
50 65 is what makes them time out); defunct companies are excluded at selection. Output `data/seed/dissolved.json`.
51 66 2. **select** — websites normalised to `https://<host>` (paths stripped); generic hosts dropped (social networks, blogs, app stores,
52 67 site builders, code forges, Wikipedia …; for platform roots such as `google.com`/`apple.com` only the bare/www host counts);
@@ -54,10 +69,28 @@ from names. Provenance is kept per company (`source`, `harvested_at`, `sitelinks
54 69 winner and in `data/seed/dropped.json`). Then the diversified selection below. Output `data/seed/selected.json` (+ a reserve of
55 70 boost candidates per top-level industry).
56 71 3. **details** — five light queries per batch of 100 QIDs (labels/description/aliases via the label service; inception/coordinates/
57 LEI/CIK/logo; HQ + parent with end-time qualifiers; legal names + industry labels; tickers/exchanges + employee observations).
72 + LEI/CIK/logo; HQ + parent with end-time qualifiers; legal names + industry labels; tickers/exchanges + employee observations), then
73 + the full **P31 class list** of every item (300 QIDs per query) for the non-company exclusion below.
58 74 A `GROUP BY` with many `SAMPLE()` aggregates makes Blazegraph throw `StackOverflowError`, hence plain queries reduced in Python.
59 75 Output `data/seed/details.json` (incremental).
60 4. **assemble** — industry mapping, importance, tiers, parent/domain conflicts, per-region NDJSON + README.
76 +4. **assemble****non-company exclusion**, industry mapping, importance, tiers, parent/domain conflicts, per-region NDJSON + README
77 + (tables + the harvest report rendered from `data/seed/harvest-stats.json`, which every stage updates).
78 +
79 +### Non-company exclusion (assemble)
80 +
81 +Wikidata's company classes also carry museums, universities, charities, football clubs or YouTube channels (an item may be `business`
82 +*and* `museum`). An item is dropped, and counted in the README harvest report, when:
83 +
84 +* one of its P31 classes is in `NON_COMPANY_CLASSES` (`scripts/seed_wikidata.py`): museums / libraries / archives, universities / schools /
85 + colleges, government agencies / ministries, NGOs / charities / foundations / nonprofits / associations / think tanks, religious
86 + organisations, political parties, labor unions, hospitals, sports clubs and teams, YouTube channels — **unless it has a current
87 + stock-exchange listing or a ticker** (listed clubs such as Manchester United or Juventus, listed hospital groups stay);
88 +* or its description matches `museum|university|school|ministry|agency|charity|foundation|association|club|church|channel` without a
89 + company word (`company, manufacturer, retailer, bank, chain, brand, … advertising/travel/news/… agency`) **and** it has no ticker, exchange,
90 + employee count or revenue.
91 +
92 +The dropped items are listed in `data/seed/dropped.json` with their reason (`non_company_class:<QID>` / `non_company_description`).
93 +Because the rule runs after selection, select slightly above the goal (`--target 31500` for 30,000) and check the assembled count.
61 94
62 95 Gotchas learnt on the endpoint: a query that runs past 60 s may come back as **HTTP 200 with a truncated JSON body followed by a Java
63 96 stack trace** (the gateway even caches it) — the client treats an unparsable body as a timeout; some literals contain raw control
@@ -66,12 +99,16 @@ thousands of bindings is what pushes a scan over the limit (fetch as OPTIONAL an
66 99
67 100 ## Selection and diversification rules
68 101
69 Candidates are ordered by sitelinks (desc) and selected until `--target` (8,000) with:
102 +Candidates are ordered by sitelinks (desc) and selected until `--target` (30,000) in passes — country minimums, then **every currently
103 +listed company**, then the rest by sitelinks ≥ 3, then (only if the target is still short) sitelinks ≥ 2 — with:
70 104
71 * **Caps** — United States ≤ 40 % of the target, any other country ≤ 12 %, unknown country ≤ 3 %; narrow Wikidata classes that are
105 +* **Eligibility** — listed companies and large companies (employees / revenue bands) qualify at any sitelink count (many small caps on
106 + the Indonesian, Thai, Malaysian or Japanese exchanges have no Wikipedia article at all); class-band and boost candidates need ≥ 3
107 + (≥ 2 in the fallback pass).
108 +* **Caps** — United States ≤ 35 % of the target, any other country ≤ 12 %, unknown country ≤ 3 %; narrow Wikidata classes that are
72 109 over-represented among high-sitelink items are capped too (airlines 5 %, video-game developers 4 %, record labels / publishers /
73 110 film production / railway companies 3 %, shipyards / breweries / book and game publishers 2 %).
74 * **Minimum coverage** (taken first, best-ranked companies of that country, sitelinks ≥ 2): ≥ 150 for CA, GB, DE, FR, JP, KR, IN, AU;
111 +* **Minimum coverage** (taken first, best-ranked companies of that country): ≥ 150 for CA, GB, DE, FR, JP, KR, IN, AU;
75 112 ≥ 60 for BR, MX, AE, SA, ZA, NG, SG, ID, NL, SE, CH, ES, IT, CN, TW, HK — when Wikidata has that many companies with a website.
76 113 * **Industry floor** — every top-level industry gets ≥ 60 companies where the data allows, topped up from the industry-boost reserve.
77 114 * **One company per registrable domain**; a subsidiary that shares its parent's domain is dropped (the parent keeps it).
@@ -85,10 +122,13 @@ caps (with a small tolerance for the industry top-up), the minimums for the larg
85 122 s_sitelinks = min(1, ln(1 + sitelinks) / ln(1 + 300)) # 300 sitelinks ≈ the most-linked companies
86 123 s_employees = min(1, log10(1 + employees) / 6) # 1,000,000 employees → 1
87 124 importance = 0.6·s_sitelinks + 0.2·s_employees + 0.1·public_company + 0.1·has_ticker (clamped to 0.02–1)
88 tier = rank by importance: 1–150 → 1 (global) · 151–950 → 2 (major) · 951–3450 → 3 (notable) · rest → 4 (long tail)
125 +tier = quantile of the importance rank: top 1 % → 1 (global, ≈ 300 at 30 k) · next 6.67 % → 2 (major, ≈ 2,000) ·
126 + next 26.67 % → 3 (notable, ≈ 8,000) · rest → 4 (long tail) (TIER_SHARES in scripts/seed_wikidata.py)
89 127 ```
90 128
91 Importance drives crawl priority only (spec §113); it is refreshed on every `catlas seed`, nothing else about an existing row is.
129 +`public_company` is true for the *public company* class, for any current stock-exchange listing (P414 without an end time) and for any
130 +ticker; a listing without a ticker qualifier keeps the exchange with `ticker = null`. Importance drives crawl priority only (spec §113);
131 +it is refreshed on every `catlas seed`, nothing else about an existing row is.
92 132
93 133 ## NDJSON schema (one object per line)
94 134
@@ -139,28 +179,49 @@ least `website`; run `pytest tests/test_registry_files.py` (validity, no duplica
139 179
140 180 `test_seed_loader.py` needs the local database (`catlas migrate`); it seeds a fixture twice under `ztest-` slugs and cleans up after itself.
141 181
142 ## Harvest of 2026-09-12 (current registry)
143
144 * 24,448 candidates from 30 classes + boosts; 2,402 excluded as dissolved (P576); 8,086 companies assembled (target 8,000 + industry
145 top-up); 2,637 public, 2,323 with a ticker, 1,121 with a SEC CIK after EDGAR (242 new matches, 321 rows enriched, 29 industries from SIC).
146 * Country caps respected (US 22.4 %, next Japan 7.4 %); all 150-minimums met (CA 191, GB 536, DE 557, FR 175, JP 602, KR 156, IN 152,
147 AU 154); 60-minimums met except BR 59, MX 59, ID 58 (one or two companies short after dissolution/domain de-duplication);
148 every top-level industry ≥ 60. 257 companies (3.2 %) have no country on Wikidata; 384 (4.7 %) have no industry mapping.
149 * Country-first boosts for AU and MX were cut by the endpoint's time limit (tolerated); KR/GB/DE/FR/JP/CA/IN never needed one.
150 * `catlas seed` on the local DB: 8,075 new + 11 matched to companies the crawl agent had already created; 20,777 aliases, 2,582
151 PARENT_OF/SUBSIDIARY_OF rows, 8,075 `discover` jobs; second run 0 new. About 18 s per run.
182 +## Harvest of 2026-09-13 (current registry, 30 k scale-up)
183 +
184 +* **51,286 candidates** with a website from 44 P31 classes × sitelink bands ≥ 3 (39,684 first seen there), 250 stock exchanges scanned in
185 + 13 P414 queries (13,541 currently listed items; 7,664 first seen there), employees ≥ 500 / revenue bands per class (1,723 + 1,748),
186 + industry boosts 354, country boosts 103. 854 live SPARQL queries + 418 cached, 5,306 s (≈ 1 h 30, including ~10 min of `429`
187 + back-off); the whole candidate stage is now cached, so a re-run costs only the new detail batches.
188 +* Exclusions: 3,580 dissolved (P576 / P582); 89 generic / invalid websites; 1,639 duplicate registrable domains (1,458 winners carry a
189 + `related_domain_conflict` note); **652 non-companies** removed at assemble (515 by P31 class — 170 nonprofit organisations, 40 government
190 + agencies, 30 universities, 27 museums, 20 learned societies, …; 137 by description).
191 +* Selection: target 33,000 (a margin for the non-company rule) in passes — country minimums 2,160, **11,964 listed companies**, 18,876 by
192 + sitelinks ≥ 3 (the ≥ 2 fallback was not needed) → **32,368 companies** assembled, 13,209 public (40.8 %), 12,781 with an exchange,
193 + 10,969 with a ticker, 4,364 with an employee count; 206 countries. Sitelink profile: 17,402 ≥ 5, 8,048 at 3–4, 1,323 at 2, 5,595 at
194 + 0–1 (listed / large companies without a Wikipedia article).
195 +* Caps respected (US 26.5 %, next Japan 10.4 %, Germany 7.1 %); every country minimum met (JP 3,382, DE 2,310, GB 1,548, CN 1,374,
196 + KR 846, CA 723, …); every top-level industry ≥ 60 without any top-up. 990 companies (3.1 %) have no country on Wikidata;
197 + 5,294 (16.4 %) have no industry mapping before EDGAR (see Known gaps).
198 +* Tiers (quantiles): 324 / 2,159 / 8,633 / 21,252.
199 +* Exchanges with the most companies: Tokyo 1,956, Nasdaq 1,569, NYSE 1,562, Bursa Malaysia 780, Indonesia 630, Hong Kong 620,
200 + Tel Aviv 532, London 477, Korea Exchange 368.
201 +* EDGAR: 920 companies newly matched to a CIK, 2,543 already had one → 3,463 with a SEC CIK (6,130 with an LEI); 1,319 rows enriched,
202 + 202 industries from SIC (5,092 = 15.7 % still without an industry mapping), 816 submissions read (~9 min). After EDGAR: 13,311 public
203 + (41.1 %), 12,892 with an exchange, 11,120 with a ticker.
204 +* `catlas seed` on the local DB: 24,871 new companies (`pending`, one `discover` job each) + 7,497 matched to rows of the 2026-09-12
205 + seed by `wikidata_id` / domain; 69,882 aliases, 32,368 primary domains, 4,644 PARENT_OF / SUBSIDIARY_OF rows; second run 0 new,
206 + 32,368 updated (importance / tier / provenance only). About 18 s per run. The 589 rows of the previous seed that are no longer in the
207 + registry (mislabelled classes, non-company rule) stay in the database untouched — the loader never deletes.
152 208
153 209 ## Known gaps
154 210
155 211 Structural limits:
156 212
157 * Coverage follows Wikidata: companies without an official website there are absent; a few small markets end up one or two short of
158 their 60 minimum; country-first boost queries for larger countries time out on the endpoint (they only matter below 5 sitelinks).
159 * Industry slugs come from P452 labels and, failing that, the boost query / description keywords; ~5 % of companies have none
160 (the LLM `classify_industry` job and the crawl fill them later). The class mix over-represents media/entertainment and transport
161 even after the class caps (Wikidata has many well-linked airlines, labels, publishers and game studios).
162 * EDGAR only fills what is missing; ~1,800 US companies but only ~1,100 CIKs because name matching is exact on the normalised name
163 (no fuzzy guessing, spec §6 "do not merge on similar names").
213 +* Coverage follows Wikidata: companies without an official website there are absent; country-first boost queries for larger countries
214 + time out on the endpoint (they no longer matter: every minimum is met from the bands).
215 +* Industry slugs come from P452 labels and, failing that, the boost query / description / class keywords; **~16 % of companies have
216 + none** — almost all of them listed small caps (Tokyo, Bursa Malaysia, Korea Exchange, Tel Aviv, Shenzhen …) whose Wikidata item has no
217 + P452 and a bare "public company" description; the LLM `classify_industry` job and the crawl fill them later. Only ~360 carry a P452
218 + label the taxonomy does not know (`registry/industries.yaml` keywords were extended for the commonest ones on 2026-09-13).
219 +* ~5,600 companies have 0–1 sitelinks (no Wikipedia article): names may be the Wikidata label in the local script or, when the item has
220 + no English label at all, the registrable domain (e.g. `sinoair.com`); discovery and the crawl replace those with the site's own name.
221 +* The non-company exclusion is a class + description heuristic: a listed sports club or a company whose item carries a stray nonprofit
222 + class is kept when it has a listing / ticker; unlisted cooperatives typed only as `nonprofit organization` are dropped.
223 +* EDGAR only fills what is missing; name matching is exact on the normalised name (no fuzzy guessing, spec §6 "do not merge on similar
224 + names"), so a large share of the ~8,500 US companies keep no CIK.
164 225 * `assemble` regenerates the NDJSON from the Wikidata cache and therefore drops EDGAR fields — always run `seed_edgar.py` after it.
165 226 * `hq_region` is the P131 parent of the HQ item and is sometimes the country itself.
166 227 * Websites are forced to `https://`; discovery handles redirects and http-only fallbacks.
modified registry/companies/README.md +342 −255
@@ -1,291 +1,378 @@
1 1 # Seed registry — Wikidata harvest
2 2
3 Generated by `scripts/seed_wikidata.py` on 2026-09-12T09:34:00+00:00. **8086 companies**, 2600 public, 413 without an industry mapping, 157 countries.
3 +Generated by `scripts/seed_wikidata.py` on 2026-09-13T07:17:29+00:00. **32368 companies**, 13209 public (40.8 %), 12781 with a stock exchange, 10969 with a ticker, 4364 with an employee count, 5294 without an industry mapping (16.4 %), 206 countries.
4 4
5 Files: one NDJSON per UN region (`wikidata-<region>.ndjson`), one JSON object per line — see `docs/SEEDS.md` for the schema, the diversification rules and how to add companies.
5 +Files: one NDJSON per UN region (`wikidata-<region>.ndjson`), one JSON object per line — see `docs/SEEDS.md` for the schema, the diversification rules and how to add companies. `scripts/seed_edgar.py` rewrites the files in place with SEC data; run it after every `assemble`.
6 6
7 7 ## Tiers
8 8
9 9 | Tier | Companies |
10 10 |---|---|
11 | 1 (global) | 150 |
12 | 2 (major) | 800 |
13 | 3 (notable) | 2500 |
14 | 4 (long tail) | 4636 |
11 +| 1 (global) | 324 |
12 +| 2 (major) | 2159 |
13 +| 3 (notable) | 8633 |
14 +| 4 (long tail) | 21252 |
15 15
16 16 ## Regions
17 17
18 18 | Region | Companies |
19 19 |---|---|
20 | Europe | 3276 |
21 | Americas | 2193 |
22 | Asia | 1998 |
23 | other | 257 |
24 | Africa | 192 |
25 | Oceania | 170 |
20 +| Europe | 11795 |
21 +| Asia | 10334 |
22 +| Americas | 8032 |
23 +| other | 990 |
24 +| Africa | 641 |
25 +| Oceania | 576 |
26 26
27 27 ## Countries
28 28
29 29 | Code | Country | Companies | Share |
30 30 |---|---|---|---|
31 | US | United States | 1809 | 22.4 % |
32 | JP | Japan | 602 | 7.4 % |
33 | DE | Germany | 557 | 6.9 % |
34 | GB | United Kingdom | 536 | 6.6 % |
35 | CN | China | 308 | 3.8 % |
36 | ?? | unknown | 257 | 3.2 % |
37 | IT | Italy | 238 | 2.9 % |
38 | CH | Switzerland | 206 | 2.5 % |
39 | RU | Russia | 206 | 2.5 % |
40 | CA | Canada | 191 | 2.4 % |
41 | FR | France | 175 | 2.2 % |
42 | SE | Sweden | 160 | 2.0 % |
43 | KR | South Korea | 156 | 1.9 % |
44 | AU | Australia | 154 | 1.9 % |
45 | IN | India | 152 | 1.9 % |
46 | ES | Spain | 132 | 1.6 % |
47 | NL | Netherlands | 117 | 1.4 % |
48 | TW | Taiwan | 96 | 1.2 % |
49 | FI | Finland | 89 | 1.1 % |
50 | AT | Austria | 86 | 1.1 % |
51 | CZ | Czechia | 86 | 1.1 % |
52 | DK | Denmark | 80 | 1.0 % |
53 | IL | Israel | 75 | 0.9 % |
54 | PL | Poland | 68 | 0.8 % |
55 | NO | Norway | 61 | 0.8 % |
56 | SG | Singapore | 61 | 0.8 % |
57 | ZA | South Africa | 61 | 0.8 % |
58 | AE | United Arab Emirates | 61 | 0.8 % |
59 | SA | Saudi Arabia | 60 | 0.7 % |
60 | HK | Hong Kong | 60 | 0.7 % |
61 | NG | Nigeria | 60 | 0.7 % |
62 | MX | Mexico | 59 | 0.7 % |
63 | BR | Brazil | 59 | 0.7 % |
64 | ID | Indonesia | 58 | 0.7 % |
65 | TR | Türkiye | 57 | 0.7 % |
66 | BE | Belgium | 55 | 0.7 % |
67 | UA | Ukraine | 50 | 0.6 % |
68 | MY | Malaysia | 36 | 0.4 % |
69 | IE | Ireland | 35 | 0.4 % |
70 | PT | Portugal | 32 | 0.4 % |
71 | TH | Thailand | 30 | 0.4 % |
72 | HR | Croatia | 30 | 0.4 % |
73 | GR | Greece | 26 | 0.3 % |
74 | HU | Hungary | 23 | 0.3 % |
75 | BY | Belarus | 22 | 0.3 % |
76 | IR | Iran | 21 | 0.3 % |
77 | RS | Serbia | 19 | 0.2 % |
78 | RO | Romania | 19 | 0.2 % |
79 | EE | Estonia | 19 | 0.2 % |
80 | VN | Vietnam | 19 | 0.2 % |
81 | SI | Slovenia | 18 | 0.2 % |
82 | LU | Luxembourg | 17 | 0.2 % |
83 | PH | Philippines | 17 | 0.2 % |
84 | LV | Latvia | 17 | 0.2 % |
85 | LT | Lithuania | 16 | 0.2 % |
86 | KZ | Kazakhstan | 15 | 0.2 % |
87 | AR | Argentina | 14 | 0.2 % |
88 | SK | Slovakia | 14 | 0.2 % |
89 | AZ | Azerbaijan | 12 | 0.1 % |
90 | NZ | New Zealand | 11 | 0.1 % |
91 | EG | Egypt | 11 | 0.1 % |
92 | IS | Iceland | 11 | 0.1 % |
93 | CL | Chile | 10 | 0.1 % |
94 | CO | Colombia | 9 | 0.1 % |
95 | CY | Cyprus | 9 | 0.1 % |
96 | BG | Bulgaria | 9 | 0.1 % |
97 | BM | Bermuda | 8 | 0.1 % |
98 | QA | Qatar | 8 | 0.1 % |
99 | GE | Georgia | 8 | 0.1 % |
100 | MA | Morocco | 8 | 0.1 % |
101 | MD | Moldova | 7 | 0.1 % |
102 | KW | Kuwait | 7 | 0.1 % |
103 | AF | Afghanistan | 7 | 0.1 % |
104 | BA | Bosnia and Herzegovina | 7 | 0.1 % |
105 | FO | Faroe Islands | 6 | 0.1 % |
106 | GL | Greenland | 6 | 0.1 % |
107 | DZ | Algeria | 6 | 0.1 % |
108 | PK | Pakistan | 6 | 0.1 % |
109 | LI | Liechtenstein | 5 | 0.1 % |
110 | UZ | Uzbekistan | 5 | 0.1 % |
111 | LK | Sri Lanka | 5 | 0.1 % |
112 | MT | Malta | 5 | 0.1 % |
113 | AL | Albania | 5 | 0.1 % |
114 | TN | Tunisia | 5 | 0.1 % |
115 | VE | Venezuela | 5 | 0.1 % |
116 | AM | Armenia | 4 | 0.0 % |
117 | BD | Bangladesh | 4 | 0.0 % |
118 | JO | Jordan | 4 | 0.0 % |
119 | OM | Oman | 4 | 0.0 % |
120 | IQ | Iraq | 4 | 0.0 % |
121 | NP | Nepal | 4 | 0.0 % |
122 | CU | Cuba | 4 | 0.0 % |
31 +| US | United States | 6285 | 19.4 % |
32 +| JP | Japan | 3382 | 10.4 % |
33 +| DE | Germany | 2310 | 7.1 % |
34 +| GB | United Kingdom | 1548 | 4.8 % |
35 +| CN | China | 1374 | 4.2 % |
36 +| ?? | unknown | 990 | 3.1 % |
37 +| MY | Malaysia | 869 | 2.7 % |
38 +| KR | South Korea | 846 | 2.6 % |
39 +| IT | Italy | 844 | 2.6 % |
40 +| RU | Russia | 751 | 2.3 % |
41 +| ID | Indonesia | 731 | 2.3 % |
42 +| CA | Canada | 723 | 2.2 % |
43 +| IL | Israel | 696 | 2.2 % |
44 +| ES | Spain | 551 | 1.7 % |
45 +| CH | Switzerland | 545 | 1.7 % |
46 +| FR | France | 533 | 1.6 % |
47 +| SE | Sweden | 495 | 1.5 % |
48 +| AU | Australia | 473 | 1.5 % |
49 +| NL | Netherlands | 441 | 1.4 % |
50 +| IN | India | 436 | 1.3 % |
51 +| PL | Poland | 423 | 1.3 % |
52 +| NO | Norway | 391 | 1.2 % |
53 +| BR | Brazil | 388 | 1.2 % |
54 +| TW | Taiwan | 326 | 1.0 % |
55 +| FI | Finland | 300 | 0.9 % |
56 +| AT | Austria | 284 | 0.9 % |
57 +| DK | Denmark | 283 | 0.9 % |
58 +| BE | Belgium | 280 | 0.9 % |
59 +| UA | Ukraine | 252 | 0.8 % |
60 +| CZ | Czechia | 208 | 0.6 % |
61 +| TR | Türkiye | 185 | 0.6 % |
62 +| SA | Saudi Arabia | 181 | 0.6 % |
63 +| TH | Thailand | 130 | 0.4 % |
64 +| NP | Nepal | 127 | 0.4 % |
65 +| MX | Mexico | 126 | 0.4 % |
66 +| IR | Iran | 113 | 0.3 % |
67 +| RO | Romania | 111 | 0.3 % |
68 +| BY | Belarus | 111 | 0.3 % |
69 +| AR | Argentina | 111 | 0.3 % |
70 +| ZA | South Africa | 108 | 0.3 % |
71 +| PT | Portugal | 104 | 0.3 % |
72 +| IE | Ireland | 94 | 0.3 % |
73 +| CL | Chile | 92 | 0.3 % |
74 +| GR | Greece | 89 | 0.3 % |
75 +| PH | Philippines | 84 | 0.3 % |
76 +| NZ | New Zealand | 81 | 0.3 % |
77 +| SG | Singapore | 78 | 0.2 % |
78 +| EE | Estonia | 78 | 0.2 % |
79 +| AE | United Arab Emirates | 77 | 0.2 % |
80 +| HK | Hong Kong | 77 | 0.2 % |
81 +| HR | Croatia | 72 | 0.2 % |
82 +| HU | Hungary | 72 | 0.2 % |
83 +| LT | Lithuania | 69 | 0.2 % |
84 +| NG | Nigeria | 67 | 0.2 % |
85 +| LV | Latvia | 65 | 0.2 % |
86 +| PK | Pakistan | 62 | 0.2 % |
87 +| EG | Egypt | 61 | 0.2 % |
88 +| LU | Luxembourg | 59 | 0.2 % |
89 +| RS | Serbia | 59 | 0.2 % |
90 +| SK | Slovakia | 57 | 0.2 % |
91 +| CO | Colombia | 53 | 0.2 % |
92 +| SI | Slovenia | 48 | 0.1 % |
93 +| VN | Vietnam | 47 | 0.1 % |
94 +| KZ | Kazakhstan | 45 | 0.1 % |
95 +| BG | Bulgaria | 45 | 0.1 % |
96 +| MA | Morocco | 45 | 0.1 % |
97 +| VE | Venezuela | 45 | 0.1 % |
98 +| AZ | Azerbaijan | 44 | 0.1 % |
99 +| LK | Sri Lanka | 43 | 0.1 % |
100 +| IS | Iceland | 38 | 0.1 % |
101 +| TN | Tunisia | 36 | 0.1 % |
102 +| BD | Bangladesh | 35 | 0.1 % |
103 +| UZ | Uzbekistan | 34 | 0.1 % |
104 +| AM | Armenia | 33 | 0.1 % |
105 +| PE | Peru | 31 | 0.1 % |
106 +| DZ | Algeria | 29 | 0.1 % |
107 +| MD | Moldova | 27 | 0.1 % |
108 +| MT | Malta | 26 | 0.1 % |
109 +| KE | Kenya | 25 | 0.1 % |
110 +| BM | Bermuda | 24 | 0.1 % |
111 +| AL | Albania | 23 | 0.1 % |
112 +| CY | Cyprus | 22 | 0.1 % |
113 +| QA | Qatar | 22 | 0.1 % |
114 +| GE | Georgia | 20 | 0.1 % |
115 +| JO | Jordan | 20 | 0.1 % |
116 +| GH | Ghana | 20 | 0.1 % |
117 +| BA | Bosnia and Herzegovina | 20 | 0.1 % |
118 +| SY | Syria | 19 | 0.1 % |
119 +| KW | Kuwait | 19 | 0.1 % |
120 +| LY | Libya | 17 | 0.1 % |
121 +| BO | Bolivia | 16 | 0.0 % |
122 +| BH | Bahrain | 16 | 0.0 % |
123 +| CD | DR Congo | 16 | 0.0 % |
124 +| UG | Uganda | 16 | 0.0 % |
125 +| AO | Angola | 15 | 0.0 % |
126 +| UY | Uruguay | 15 | 0.0 % |
127 +| MN | Mongolia | 15 | 0.0 % |
128 +| ME | Montenegro | 14 | 0.0 % |
129 +| TZ | Tanzania | 14 | 0.0 % |
130 +| DO | Dominican Republic | 14 | 0.0 % |
131 +| IQ | Iraq | 13 | 0.0 % |
132 +| SD | Sudan | 13 | 0.0 % |
133 +| CM | Cameroon | 13 | 0.0 % |
134 +| KY | Cayman Islands | 12 | 0.0 % |
135 +| LB | Lebanon | 12 | 0.0 % |
136 +| NA | Namibia | 12 | 0.0 % |
137 +| KH | Cambodia | 12 | 0.0 % |
138 +| FO | Faroe Islands | 11 | 0.0 % |
139 +| GL | Greenland | 11 | 0.0 % |
140 +| MM | Myanmar | 11 | 0.0 % |
141 +| OM | Oman | 10 | 0.0 % |
142 +| AF | Afghanistan | 10 | 0.0 % |
143 +| JE | Jersey | 8 | 0.0 % |
144 +| LI | Liechtenstein | 8 | 0.0 % |
145 +| MK | North Macedonia | 8 | 0.0 % |
146 +| CV | Cabo Verde | 8 | 0.0 % |
147 +| PS | Palestine | 8 | 0.0 % |
148 +| GA | Gabon | 8 | 0.0 % |
149 +| TM | Turkmenistan | 7 | 0.0 % |
150 +| XK | Kosovo | 7 | 0.0 % |
151 +| RW | Rwanda | 7 | 0.0 % |
152 +| TJ | Tajikistan | 7 | 0.0 % |
153 +| BW | Botswana | 7 | 0.0 % |
154 +| NE | Niger | 7 | 0.0 % |
155 +| CR | Costa Rica | 7 | 0.0 % |
156 +| KP | North Korea | 6 | 0.0 % |
157 +| ET | Ethiopia | 6 | 0.0 % |
158 +| JM | Jamaica | 6 | 0.0 % |
159 +| CU | Cuba | 6 | 0.0 % |
160 +| MZ | Mozambique | 6 | 0.0 % |
161 +| GG | Guernsey | 6 | 0.0 % |
162 +| SR | Suriname | 6 | 0.0 % |
163 +| SO | Somalia | 6 | 0.0 % |
164 +| MV | Maldives | 6 | 0.0 % |
165 +| HT | Haiti | 6 | 0.0 % |
166 +| MC | Monaco | 6 | 0.0 % |
167 +| EC | Ecuador | 6 | 0.0 % |
168 +| SM | San Marino | 6 | 0.0 % |
169 +| CW | Curaçao | 5 | 0.0 % |
170 +| ZW | Zimbabwe | 5 | 0.0 % |
171 +| TT | Trinidad and Tobago | 5 | 0.0 % |
172 +| BS | Bahamas | 5 | 0.0 % |
173 +| ZM | Zambia | 5 | 0.0 % |
174 +| GQ | Equatorial Guinea | 5 | 0.0 % |
175 +| ML | Mali | 5 | 0.0 % |
176 +| HN | Honduras | 5 | 0.0 % |
177 +| IM | Isle of Man | 4 | 0.0 % |
178 +| PA | Panama | 4 | 0.0 % |
179 +| SC | Seychelles | 4 | 0.0 % |
180 +| VA | Vatican City | 4 | 0.0 % |
181 +| MU | Mauritius | 4 | 0.0 % |
182 +| BN | Brunei | 4 | 0.0 % |
183 +| FJ | Fiji | 4 | 0.0 % |
184 +| MG | Madagascar | 4 | 0.0 % |
185 +| LA | Laos | 4 | 0.0 % |
186 +| BT | Bhutan | 4 | 0.0 % |
187 +| AD | Andorra | 4 | 0.0 % |
188 +| CI | Côte d'Ivoire | 4 | 0.0 % |
189 +| MR | Mauritania | 4 | 0.0 % |
190 +| CG | Republic of the Congo | 4 | 0.0 % |
191 +| KG | Kyrgyzstan | 4 | 0.0 % |
192 +| SN | Senegal | 4 | 0.0 % |
193 +| GT | Guatemala | 4 | 0.0 % |
194 +| TL | Timor-Leste | 4 | 0.0 % |
195 +| BJ | Benin | 4 | 0.0 % |
123 196 | GI | Gibraltar | 3 | 0.0 % |
124 | SY | Syria | 3 | 0.0 % |
125 | KY | Cayman Islands | 3 | 0.0 % |
126 | JM | Jamaica | 3 | 0.0 % |
127 | KE | Kenya | 3 | 0.0 % |
128 | CD | DR Congo | 3 | 0.0 % |
129 | LY | Libya | 3 | 0.0 % |
130 | TZ | Tanzania | 3 | 0.0 % |
131 | MN | Mongolia | 3 | 0.0 % |
132 | SC | Seychelles | 2 | 0.0 % |
133 | AO | Angola | 2 | 0.0 % |
134 | MK | North Macedonia | 2 | 0.0 % |
135 | KP | North Korea | 2 | 0.0 % |
136 | ET | Ethiopia | 2 | 0.0 % |
137 | BH | Bahrain | 2 | 0.0 % |
138 | TM | Turkmenistan | 2 | 0.0 % |
139 | VA | Vatican City | 2 | 0.0 % |
140 | BT | Bhutan | 2 | 0.0 % |
141 | ZW | Zimbabwe | 2 | 0.0 % |
142 | NA | Namibia | 2 | 0.0 % |
143 | TJ | Tajikistan | 2 | 0.0 % |
144 | MZ | Mozambique | 2 | 0.0 % |
145 | BW | Botswana | 2 | 0.0 % |
146 | CV | Cabo Verde | 2 | 0.0 % |
147 | BS | Bahamas | 2 | 0.0 % |
148 | EC | Ecuador | 2 | 0.0 % |
149 | JE | Jersey | 1 | 0.0 % |
150 | IM | Isle of Man | 1 | 0.0 % |
151 | PA | Panama | 1 | 0.0 % |
197 +| TG | Togo | 3 | 0.0 % |
198 +| PG | Papua New Guinea | 3 | 0.0 % |
199 +| YE | Yemen | 3 | 0.0 % |
200 +| DJ | Djibouti | 3 | 0.0 % |
201 +| MH | Marshall Islands | 3 | 0.0 % |
202 +| WS | Samoa | 3 | 0.0 % |
203 +| BZ | Belize | 3 | 0.0 % |
204 +| MW | Malawi | 3 | 0.0 % |
205 +| AW | Aruba | 3 | 0.0 % |
206 +| ER | Eritrea | 2 | 0.0 % |
207 +| KI | Kiribati | 2 | 0.0 % |
208 +| ST | Sao Tome and Principe | 2 | 0.0 % |
209 +| KM | Comoros | 2 | 0.0 % |
210 +| TO | Tonga | 2 | 0.0 % |
211 +| NI | Nicaragua | 2 | 0.0 % |
212 +| SZ | Eswatini | 2 | 0.0 % |
213 +| BI | Burundi | 2 | 0.0 % |
214 +| VC | Saint Vincent and the Grenadines | 2 | 0.0 % |
215 +| PR | Puerto Rico | 2 | 0.0 % |
216 +| PY | Paraguay | 2 | 0.0 % |
217 +| GM | Gambia | 2 | 0.0 % |
152 218 | AG | Antigua and Barbuda | 1 | 0.0 % |
153 | CW | Curaçao | 1 | 0.0 % |
154 | TG | Togo | 1 | 0.0 % |
155 219 | NR | Nauru | 1 | 0.0 % |
156 | MU | Mauritius | 1 | 0.0 % |
157 | LB | Lebanon | 1 | 0.0 % |
158 | BN | Brunei | 1 | 0.0 % |
159 | FJ | Fiji | 1 | 0.0 % |
160 | ME | Montenegro | 1 | 0.0 % |
161 | MG | Madagascar | 1 | 0.0 % |
162 | LA | Laos | 1 | 0.0 % |
163 | PG | Papua New Guinea | 1 | 0.0 % |
164 | XK | Kosovo | 1 | 0.0 % |
165 | RW | Rwanda | 1 | 0.0 % |
166 | YE | Yemen | 1 | 0.0 % |
167 | SD | Sudan | 1 | 0.0 % |
168 | KH | Cambodia | 1 | 0.0 % |
169 220 | BF | Burkina Faso | 1 | 0.0 % |
170 | DJ | Djibouti | 1 | 0.0 % |
171 | CM | Cameroon | 1 | 0.0 % |
221 +| MO | Macao | 1 | 0.0 % |
172 222 | VU | Vanuatu | 1 | 0.0 % |
173 | TT | Trinidad and Tobago | 1 | 0.0 % |
174 223 | CK | Cook Islands | 1 | 0.0 % |
175 | SR | Suriname | 1 | 0.0 % |
176 | SO | Somalia | 1 | 0.0 % |
177 | ER | Eritrea | 1 | 0.0 % |
178 | HT | Haiti | 1 | 0.0 % |
179 | PE | Peru | 1 | 0.0 % |
180 | PS | Palestine | 1 | 0.0 % |
181 | SM | San Marino | 1 | 0.0 % |
182 | KG | Kyrgyzstan | 1 | 0.0 % |
183 | UG | Uganda | 1 | 0.0 % |
184 | BO | Bolivia | 1 | 0.0 % |
185 | MW | Malawi | 1 | 0.0 % |
186 | GH | Ghana | 1 | 0.0 % |
187 | GT | Guatemala | 1 | 0.0 % |
224 +| SB | Solomon Islands | 1 | 0.0 % |
225 +| SX | Sint Maarten | 1 | 0.0 % |
226 +| TC | Turks and Caicos Islands | 1 | 0.0 % |
227 +| PW | Palau | 1 | 0.0 % |
228 +| CF | Central African Republic | 1 | 0.0 % |
229 +| GY | Guyana | 1 | 0.0 % |
230 +| FK | Falkland Islands | 1 | 0.0 % |
231 +| BB | Barbados | 1 | 0.0 % |
232 +| SL | Sierra Leone | 1 | 0.0 % |
233 +| SH | Saint Helena | 1 | 0.0 % |
234 +| GN | Guinea | 1 | 0.0 % |
235 +| GW | Guinea-Bissau | 1 | 0.0 % |
236 +| SV | El Salvador | 1 | 0.0 % |
237 +
238 +## Stock exchanges (primary listing kept per company)
239 +
240 +| Exchange | Companies |
241 +|---|---|
242 +| Tokyo Stock Exchange | 1956 |
243 +| Nasdaq | 1569 |
244 +| New York Stock Exchange | 1562 |
245 +| Bursa Malaysia | 780 |
246 +| Indonesia Stock Exchange | 630 |
247 +| Hong Kong Stock Exchange | 620 |
248 +| Tel Aviv Stock Exchange | 532 |
249 +| London Stock Exchange | 477 |
250 +| Korea Exchange (Stock Market) | 368 |
251 +| Australian Securities Exchange | 294 |
252 +| Toronto Stock Exchange | 288 |
253 +| Shenzhen Stock Exchange | 276 |
254 +| Shanghai Stock Exchange | 275 |
255 +| Warsaw Stock Exchange | 234 |
256 +| OTC Markets Group | 222 |
257 +| São Paulo Stock Exchange | 220 |
258 +| National Stock Exchange of India | 162 |
259 +| Saudi Stock Exchange | 152 |
260 +| Korean Stock Exchange | 141 |
261 +| Oslo Stock Exchange | 126 |
262 +| Moscow Exchange | 117 |
263 +| Taiwan Stock Exchange | 115 |
264 +| Nepal Stock Exchange | 105 |
265 +| Frankfurt Stock Exchange | 103 |
266 +| Euronext Paris | 98 |
267 +| Nasdaq Copenhagen A/S | 84 |
268 +| Stock Exchange of Thailand | 80 |
269 +| Nasdaq Helsinki Ltd | 72 |
270 +| Nasdaq Stockholm AB | 61 |
271 +| Italian Stock Exchange | 49 |
272 +| Tehran Stock Exchange | 48 |
273 +| KOSDAQ | 47 |
274 +| Madrid Stock Exchange | 40 |
275 +| BME Scaleup | 40 |
276 +| Swiss Stock Exchange | 36 |
277 +| Santiago Stock Exchange | 32 |
278 +| Colombo Stock Exchange | 28 |
279 +| Tokyo Stock Exchange-Tokyo Pro Market | 28 |
280 +| Euronext Brussels | 27 |
281 +| Zagreb Stock Exchange | 26 |
188 282
189 283 ## Top-level industries (a company counts once per top-level sector)
190 284
191 285 | Industry | Companies |
192 286 |---|---|
193 | Media | 1549 |
194 | Technology | 857 |
195 | Transportation | 838 |
196 | Consumer Goods | 824 |
197 | Manufacturing | 738 |
198 | Financial Services | 705 |
199 | Automotive | 479 |
200 | Retail | 380 |
201 | Aerospace & Defense | 332 |
202 | Energy | 319 |
203 | Telecommunications | 255 |
204 | Mining & Metals | 177 |
205 | Healthcare | 177 |
206 | Education | 174 |
207 | Construction | 147 |
208 | Chemicals | 118 |
209 | Professional Services | 114 |
210 | Hospitality | 75 |
211 | Travel & Tourism | 60 |
212 | Agriculture | 60 |
213 | Materials | 60 |
214 | Real Estate | 60 |
215 | Utilities | 60 |
287 +| Media | 4707 |
288 +| Consumer Goods | 3164 |
289 +| Financial Services | 3081 |
290 +| Transportation | 2957 |
291 +| Technology | 2409 |
292 +| Manufacturing | 2114 |
293 +| Retail | 1539 |
294 +| Energy | 1321 |
295 +| Automotive | 1111 |
296 +| Healthcare | 987 |
297 +| Aerospace & Defense | 826 |
298 +| Telecommunications | 792 |
299 +| Mining & Metals | 765 |
300 +| Construction | 664 |
301 +| Professional Services | 533 |
302 +| Real Estate | 432 |
303 +| Chemicals | 413 |
304 +| Hospitality | 308 |
305 +| Materials | 263 |
306 +| Agriculture | 262 |
307 +| Utilities | 251 |
308 +| Travel & Tourism | 210 |
309 +| Education | 173 |
216 310
217 311 ## All industries
218 312
219 313 | Slug | Companies |
220 314 |---|---|
221 | media | 613 |
222 | manufacturing | 612 |
223 | entertainment | 592 |
224 | financial-services | 497 |
225 | automotive | 479 |
226 | technology | 439 |
227 | food-beverage | 415 |
228 | gaming | 412 |
229 | airlines | 386 |
230 | retail | 380 |
231 | transportation | 305 |
232 | telecommunications | 255 |
233 | consumer-goods | 248 |
234 | aerospace-defense | 223 |
235 | banking | 195 |
236 | apparel | 189 |
237 | software | 178 |
238 | mining | 177 |
239 | education | 174 |
240 | oil-gas | 173 |
241 | internet | 158 |
242 | defense | 147 |
243 | construction | 147 |
244 | energy | 131 |
245 | industrial-machinery | 130 |
246 | logistics | 123 |
247 | chemicals | 118 |
248 | insurance | 105 |
249 | pharmaceuticals | 104 |
250 | professional-services | 86 |
251 | asset-management | 79 |
252 | hospitality | 75 |
253 | semiconductors | 64 |
254 | travel | 60 |
255 | agriculture | 60 |
256 | materials | 60 |
257 | real-estate | 60 |
258 | utilities | 60 |
259 | shipping | 52 |
260 | healthcare | 49 |
261 | e-commerce | 41 |
262 | consulting | 33 |
263 | cloud-infrastructure | 32 |
264 | biotechnology | 31 |
265 | artificial-intelligence | 29 |
266 | renewables | 26 |
267 | cybersecurity | 24 |
268 | medical-devices | 17 |
269 | robotics | 14 |
270 | fintech | 14 |
271 | payments | 11 |
272
315 +| food-beverage | 1971 |
316 +| media | 1943 |
317 +| entertainment | 1885 |
318 +| manufacturing | 1722 |
319 +| financial-services | 1672 |
320 +| retail | 1539 |
321 +| transportation | 1255 |
322 +| airlines | 1232 |
323 +| technology | 1198 |
324 +| automotive | 1111 |
325 +| gaming | 1017 |
326 +| banking | 826 |
327 +| telecommunications | 792 |
328 +| mining | 765 |
329 +| consumer-goods | 758 |
330 +| construction | 664 |
331 +| energy | 647 |
332 +| oil-gas | 610 |
333 +| aerospace-defense | 575 |
334 +| software | 561 |
335 +| apparel | 542 |
336 +| asset-management | 536 |
337 +| pharmaceuticals | 445 |
338 +| real-estate | 432 |
339 +| professional-services | 430 |
340 +| chemicals | 413 |
341 +| industrial-machinery | 388 |
342 +| insurance | 387 |
343 +| logistics | 372 |
344 +| hospitality | 308 |
345 +| healthcare | 307 |
346 +| internet | 302 |
347 +| defense | 297 |
348 +| materials | 263 |
349 +| agriculture | 262 |
350 +| utilities | 251 |
351 +| travel | 210 |
352 +| biotechnology | 208 |
353 +| shipping | 200 |
354 +| education | 173 |
355 +| semiconductors | 161 |
356 +| e-commerce | 153 |
357 +| renewables | 114 |
358 +| consulting | 109 |
359 +| fintech | 84 |
360 +| cloud-infrastructure | 75 |
361 +| medical-devices | 74 |
362 +| cybersecurity | 73 |
363 +| artificial-intelligence | 59 |
364 +| robotics | 43 |
365 +| payments | 37 |
273 366
274 ## Harvest report — 2026-09-12
367 +## Harvest report — 2026-09-13
275 368
276 * Pipeline: `scripts/seed_wikidata.py` (candidates → dissolved → select → details → assemble) then `scripts/seed_edgar.py`.
277 755 cached SPARQL results under `data/seed/wikidata/sparql/`; first pass 1,768 s (543 live queries), corrective pass 192 s + 185 s.
278 * Candidates: 24,448 from 30 P31 classes (sitelinks ≥ 5, large classes chunked in sitelink bands) + industry boosts (sitelinks ≥ 2)
279 + country boosts where the class stage was short (none of the 150-minimum countries needed one; AU and MX boosts were cut by the
280 endpoint time limit and skipped).
281 * Exclusions: 2,402 dissolved (P576); 68 generic / invalid websites; 736 duplicate registrable domains (highest sitelinks kept, the
282 losers are listed as `notes[].related_domain_conflict` on 375 winners); 0 parent/child domain conflicts after that.
283 * Selection: target 8,000 in sitelink order with caps (US ≤ 40 %, other countries ≤ 12 %, unknown ≤ 3 %, narrow classes 2–5 %) after
284 taking the country minimums; +86 companies added by the industry top-up (every top-level industry ≥ 60) → **8,086**.
285 Minimums: CA 191, GB 536, DE 557, FR 175, JP 602, KR 156, IN 152, AU 154 (all ≥ 150); BR 59, MX 59, ID 58 are one or two short,
286 the other 60-minimum countries are met.
287 * EDGAR: 242 companies newly matched to a CIK (exact normalised name / ticker), 321 rows enriched, 29 industries from SIC, 172 submissions.
288 * Loaded with `catlas seed`: 8,075 new companies (11 matched pre-existing rows by domain), 20,777 aliases, 8,086 primary domains,
289 2,582 PARENT_OF/SUBSIDIARY_OF rows, 8,075 `discover` queue jobs; re-run → 0 new.
290 * Re-run: `python scripts/seed_wikidata.py all && python scripts/seed_edgar.py && catlas seed` (assemble regenerates the NDJSON from
291 the cache, so EDGAR must run after it). Details and how to add companies: `docs/SEEDS.md`.
369 +* Pipeline: `scripts/seed_wikidata.py all --target N` (candidates → dissolved → select → details → assemble), then `scripts/seed_edgar.py`, then `catlas seed`. Every SPARQL result is cached under `data/seed/wikidata/sparql/`; per-stage counters in `data/seed/harvest-stats.json`.
370 +* Candidates: **51,286** unique items with a website from 44 P31 classes × sitelink bands (≥ 3), 250 stock exchanges scanned in 13 P414 queries (13,541 currently listed), employees ≥ 500 / revenue bands per class, plus country and industry boosts. First seen per band: class 39,684, listed 7,664, revenue 1,748, employees 1,723, industry-boost 354, country-boost 103, ticker 10.
371 +* Dissolved check (P576 / P582, 171 queries of 300 QIDs): 3,580 of 51,286 candidates excluded.
372 +* Prefilter: 89 generic / invalid websites dropped, 1,639 duplicate registrable domains (highest sitelinks kept), 45,978 kept (12,935 listed).
373 +* Selection (target 33,000; caps US ≤ 35%, other countries ≤ 12%, unknown country ≤ 3%, narrow classes 2–5 %): country minimums 2,160, then 11,964 listed companies, then 18,876 by sitelinks ≥ 3; 12,791 listed companies selected in total.
374 +* Non-company exclusion: **652 items removed** — 515 for a non-company P31 class (museums, libraries, universities / schools, government agencies, NGOs / charities / foundations / nonprofits, religious organisations, political parties, trade unions, hospitals, sports clubs, YouTube channels; top: nonprofit organization 170, government agency 40, university 30, museum 27, learned society 20, public university 20, non-governmental organization 19, charitable organization 18, association football club 15, educational institution 14, hospital 13, library 11) and 137 for a description matching museum / university / school / ministry / agency / charity / foundation / association / club / church / channel with no ticker, exchange, employee count or revenue. Items with a current listing or a ticker are always kept (listed football clubs). List: `data/seed/dropped.json`.
375 +* Assemble: 33,000 selected companies with details + 0 from the industry top-up (every top-level industry ≥ 60); 0 subsidiaries sharing their parent's domain and 0 duplicate domains dropped; 1,458 `related_domain_conflict` notes → **32,368 companies**.
376 +* Tiers by importance quantile (1% / 6.67% / 26.67%): tier 1 = ranks 1–324, tier 2 → 2,483, tier 3 → 11,116, tier 4 = rest.
377 +* Country minimums: all met (JP 3382, DE 2310, GB 1548, CN 1374, KR 846, IT 844, ID 731, CA 723 …).
378 +* EDGAR (2026-09-13): 920 companies newly matched to a CIK (ticker, then exact normalised name), 2,543 already had one → 3,463 of 32,368 with a SEC CIK; 1,319 rows enriched, 202 industries from SIC (5,092 still without an industry mapping), 816 submissions JSON read.
modified registry/companies/wikidata-africa.ndjson +641 −192
@@ -1,192 +1,641 @@
1 {"wikidata_id": "Q1856518", "display_name": "Vodacom", "legal_name": "Vodacom Group Limited", "aliases": ["Vodacom Group"], "website": "https://www.vodacom.com", "canonical_domain": "vodacom.com", "country": "ZA", "hq_city": "Midrand", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.0, "lon": 28.13333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1994, "employees": 7746, "public_company": true, "ticker": "VOD", "exchange": "Johannesburg Stock Exchange", "lei": "37890012A8DC24B8D663", "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": null, "description": "South African telecommunications company", "sitelinks": 22, "importance": 0.6593, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2 {"wikidata_id": "Q1576610", "display_name": "Standard Bank", "legal_name": null, "aliases": ["SB", "Standard Bank Group", "Standard Bank of South Africa Limited", "The Standard Bank of South Africa"], "website": "https://standardbank.co.za", "canonical_domain": "standardbank.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["banking", "insurance", "financial-services"], "industry_labels": ["bank", "insurance", "financial services", "other credit granting"], "founded_year": 1862, "employees": 69000, "public_company": true, "ticker": "SBK", "exchange": "Johannesburg Stock Exchange", "lei": "2549003PEZXUT7MDBU41", "sec_cik": null, "parent": null, "logo_url": null, "description": "one of South Africa's largest financial services groups", "sitelinks": 15, "importance": 0.6528, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
3 {"wikidata_id": "Q541076", "display_name": "AngloGold Ashanti", "legal_name": "ANGLOGOLD ASHANTI LIMITED", "aliases": ["AngloGold Ashanti Limited", "AngloGold Ashanti plc"], "website": "https://www.anglogoldashanti.com", "canonical_domain": "anglogoldashanti.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2004, "employees": 62046, "public_company": true, "ticker": "AGG", "exchange": "Australian Securities Exchange", "lei": "378900EF3BA9A5F42A59", "sec_cik": "1973832", "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.6294, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1973832", "enriched_at": "2026-09-12T09:34:22+00:00"}}
4 {"wikidata_id": "Q1818970", "display_name": "Telkom", "legal_name": null, "aliases": ["1991/005476/30", "Telkom SA", "Ltd"], "website": "https://www.telkom.co.za", "canonical_domain": "telkom.co.za", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1991, "employees": 19197, "public_company": true, "ticker": "TKG", "exchange": "Johannesburg Stock Exchange", "lei": "529900GES0BUVJEDKF90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TelkomSA.svg", "description": "telecommunications provider in South Africa", "sitelinks": 11, "importance": 0.604, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
5 {"wikidata_id": "Q5453738", "display_name": "First Rand", "legal_name": null, "aliases": ["FirstRand", "FirstRand Group", "FirstRand Limited"], "website": "https://www.firstrand.co.za", "canonical_domain": "firstrand.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1998, "employees": 49233, "public_company": true, "ticker": "FSR", "exchange": "Johannesburg Stock Exchange", "lei": "529900XYOP8CUZU7R671", "sec_cik": null, "parent": null, "logo_url": null, "description": "holding company of FirstRand Bank", "sitelinks": 7, "importance": 0.575, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
6 {"wikidata_id": "Q471891", "display_name": "De Beers", "legal_name": null, "aliases": ["De Beers Group", "The De Beers Group of Companies"], "website": "https://www.debeersgroup.com", "canonical_domain": "debeersgroup.com", "country": "ZA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["mining"], "industry_labels": ["trade", "raw material extraction"], "founded_year": 1888, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q541451", "name": "Anglo American plc"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/De_Beers_Group_-_Logo.svg", "description": "International corporation that specialises in diamond exploration, diamond mining, diamond retail, rough diamond sales and industrial diamond manufacturing", "sitelinks": 44, "importance": 0.5436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
7 {"wikidata_id": "Q1813361", "display_name": "MTN Group", "legal_name": null, "aliases": ["MTN", "Areeba", "Investcom", "M-Cell", "Mobile Technology Networks", "MTN Group Limited", "MTN International Group"], "website": "https://www.mtn.com", "canonical_domain": "mtn.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "MTN", "exchange": "Johannesburg Stock Exchange", "lei": "2549009JD6Q6XHZS5E05", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTN_2022_logo.svg", "description": "multinational telecommunications company based in South Africa", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
8 {"wikidata_id": "Q1965898", "display_name": "Naspers", "legal_name": null, "aliases": [], "website": "https://www.naspers.com", "canonical_domain": "naspers.com", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "NPSNY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African multinational internet, technology and multimedia holding company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
9 {"wikidata_id": "Q1090717", "display_name": "Sonatrach", "legal_name": null, "aliases": ["Sonatrach SPA", "Société Nationale de Transport et de Commercialisation des Hydrocarbures"], "website": "https://sonatrach.com", "canonical_domain": "sonatrach.com", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "extraction of crude petroleum and natural gas"], "founded_year": 1963, "employees": 200000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonatrach.svg", "description": "Algerian oil and gas company", "sitelinks": 27, "importance": 0.527, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
10 {"wikidata_id": "Q1992164", "display_name": "Nilesat", "legal_name": null, "aliases": [], "website": "https://nilesat.org", "canonical_domain": "nilesat.org", "country": "EG", "hq_city": "6th of October City", "hq_region": "Giza Governorate", "lat": 29.93611, "lon": 30.92694, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "EGSA", "exchange": "Egyptian Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nilesat.png", "description": "Egyptian satellite communication company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
11 {"wikidata_id": "Q406764", "display_name": "Air Algérie", "legal_name": null, "aliases": ["CAT", "AH", "DAH", "Compagnie Air Transport", "Air Algeria", "Air Algerie", "Air Algerie SpA", "Air Algérie SpA"], "website": "https://airalgerie.dz", "canonical_domain": "airalgerie.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1953, "employees": 9078, "public_company": false, "ticker": null, "exchange": null, "lei": "89450070YSBM214PYP86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Air_Alg%C3%A9rie.svg", "description": "flag-carrier airline of Algeria", "sitelinks": 37, "importance": 0.5144, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
12 {"wikidata_id": "Q905998", "display_name": "Sasol", "legal_name": null, "aliases": ["Sasol Limited", "Sasol Ltd"], "website": "https://www.sasol.com", "canonical_domain": "sasol.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "SSL", "exchange": "New York Stock Exchange", "lei": "378900F4544561A97588", "sec_cik": "314590", "parent": null, "logo_url": null, "description": "South African energy and chemical company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "314590", "enriched_at": "2026-09-12T09:34:22+00:00"}}
13 {"wikidata_id": "Q289704", "display_name": "Old Mutual", "legal_name": null, "aliases": ["Old Mutual Limited", "Old Mutual plc", "South African Mutual Life Assurance"], "website": "https://www.oldmutual.com", "canonical_domain": "oldmutual.com", "country": "ZA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1845, "employees": null, "public_company": true, "ticker": "OMU", "exchange": "Johannesburg Stock Exchange", "lei": "213800MON84ZWWPQCN47", "sec_cik": null, "parent": null, "logo_url": null, "description": "pan-African investment, savings, insurance, and banking group", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
14 {"wikidata_id": "Q58641733", "display_name": "ABSA Group Limited", "legal_name": null, "aliases": ["1986/003934/06", "Absa Bank"], "website": "https://www.absa.africa", "canonical_domain": "absa.africa", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "ABG", "exchange": "Johannesburg Stock Exchange", "lei": "2138006IPPRD4N6XLT30", "sec_cik": "1040826", "parent": {"wikidata_id": "Q245343", "name": "Barclays"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Absa_Logo.svg", "description": "South African-based financial services group", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
15 {"wikidata_id": "Q407783", "display_name": "Air Seychelles", "legal_name": null, "aliases": [], "website": "https://www.airseychelles.com", "canonical_domain": "airseychelles.com", "country": "SC", "hq_city": "Mahé", "hq_region": "Inner Islands", "lat": -4.68, "lon": 55.48, "industries": ["airlines"], "industry_labels": [], "founded_year": 1978, "employees": 650, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national airline of the Seychelles", "sitelinks": 32, "importance": 0.4614, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
16 {"wikidata_id": "Q1857639", "display_name": "Shoprite", "legal_name": null, "aliases": ["Shoprite (retailer)", "Shoprite Botswana", "Shoprite Holdings", "Shoprite South Africa"], "website": "https://www.shoprite.mw", "canonical_domain": "shoprite.mw", "country": "ZA", "hq_city": "Brackenfell", "hq_region": "City of Cape Town", "lat": -33.86667, "lon": 18.68333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "SHP", "exchange": "Johannesburg Stock Exchange", "lei": "529900Q4O1EYP6NH5150", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_-_Shoprite_-_SUPERMARCE.jpg", "description": "Africa's largest food retailer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
17 {"wikidata_id": "Q481472", "display_name": "Sappi", "legal_name": null, "aliases": ["South African Pulp and Paper Industries"], "website": "https://www.sappi.com", "canonical_domain": "sappi.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "SAP", "exchange": "Johannesburg Stock Exchange", "lei": "549300SSI7XQH8ESJG95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAP_LOGOsmall.jpg", "description": "global pulp and paper company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
18 {"wikidata_id": "Q620432", "display_name": "Anglo American Platinum", "legal_name": null, "aliases": ["Amplats", "Anglo American Platinum Limited"], "website": "https://www.angloamericanplatinum.com", "canonical_domain": "angloamericanplatinum.com", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "AMS", "exchange": "Johannesburg Stock Exchange", "lei": "529900RORCZ0E5S5FX81", "sec_cik": null, "parent": {"wikidata_id": "Q541451", "name": "Anglo American plc"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
19 {"wikidata_id": "Q677832", "display_name": "Sonangol Group", "legal_name": null, "aliases": ["Group Sonangol"], "website": "https://www.sonangol.co.ao", "canonical_domain": "sonangol.co.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1953, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonangol_Logo.svg", "description": "Angolan oil and gas company", "sitelinks": 17, "importance": 0.4372, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
20 {"wikidata_id": "Q1507228", "display_name": "Harmony Gold", "legal_name": "Harmony Gold Mining Company Limited", "aliases": ["Harmony Gold Mining Company"], "website": "https://www.harmony.co.za", "canonical_domain": "harmony.co.za", "country": "ZA", "hq_city": "Randfontein", "hq_region": "Rand West City Local Municipality", "lat": -28.06917, "lon": 26.85194, "industries": ["mining"], "industry_labels": ["gold mining"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "HMY", "exchange": "Johannesburg Stock Exchange", "lei": "378900986D05F0C29811", "sec_cik": "1023514", "parent": null, "logo_url": null, "description": "gold mining company in South Africa", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1023514", "enriched_at": "2026-09-12T09:34:22+00:00"}}
21 {"wikidata_id": "Q8033997", "display_name": "Woolworths", "legal_name": null, "aliases": ["woolies", "Woolworths Holdings Limited"], "website": "https://www.woolworths.co.za", "canonical_domain": "woolworths.co.za", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "WHL", "exchange": "Johannesburg Stock Exchange", "lei": "37890095421E07184E97", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Woolworths_South_Africa.png", "description": "South African retail company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
22 {"wikidata_id": "Q2299942", "display_name": "Maroc Telecom", "legal_name": null, "aliases": ["IAM", "Itissalat Al-Maghrib"], "website": "https://www.iam.ma", "canonical_domain": "iam.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": ["telecommunications", "internet"], "industry_labels": ["telecommunications industry", "mobile phone industry", "Internet industry"], "founded_year": 1998, "employees": 11807, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q543449", "name": "e&"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maroc_Telecom_logo.png", "description": "Moroccan telecommunications company", "sitelinks": 15, "importance": 0.4272, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
23 {"wikidata_id": "Q223763", "display_name": "South African Airways", "legal_name": null, "aliases": ["SAA"], "website": "https://www.flysaa.com", "canonical_domain": "flysaa.com", "country": "ZA", "hq_city": "OR Tambo International Airport", "hq_region": "Kempton Park", "lat": -26.13917, "lon": 28.24611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_African_Airways_2019_logo.svg", "description": "flag-carrier airline of South Africa", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
24 {"wikidata_id": "Q245233", "display_name": "Ethiopian Airlines", "legal_name": null, "aliases": ["Ethiopian", "ET", "ETH"], "website": "https://www.ethiopianairlines.com", "canonical_domain": "ethiopianairlines.com", "country": "ET", "hq_city": "Addis Ababa Bole International Airport", "hq_region": "Bole", "lat": 8.97778, "lon": 38.79944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ethiopian_Airlines_Logo.svg", "description": "flag-carrier airline of Ethiopia", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
25 {"wikidata_id": "Q21639712", "display_name": "Sibanye-Stillwater", "legal_name": null, "aliases": ["Sibanye Gold", "Sibanye Stillwater", "Sibanye Stillwater Ltd"], "website": "https://sibanyestillwater.com", "canonical_domain": "sibanyestillwater.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": ["mining", "gold mining"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "SSW", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": "1786909", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sibanye-Stillwater.svg", "description": "the largest individual producer of gold from South Africa", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1786909", "enriched_at": "2026-09-12T09:34:22+00:00"}}
26 {"wikidata_id": "Q620398", "display_name": "Impala Platinum", "legal_name": null, "aliases": ["Implats"], "website": "https://www.implats.co.za", "canonical_domain": "implats.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "IMPUY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational mining corporation based in South Africa", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
27 {"wikidata_id": "Q6309678", "display_name": "Julius Berger Nigeria", "legal_name": "Julius Berger", "aliases": [], "website": "https://www.julius-berger.com", "canonical_domain": "julius-berger.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.91936, "lon": 7.3511, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "JBERGER", "exchange": "Nigerian Exchange Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian construction company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
28 {"wikidata_id": "Q374740", "display_name": "EgyptAir", "legal_name": null, "aliases": ["MS", "MSR", "Egypt Air", "United Arab Airlines"], "website": "https://www.egyptair.com", "canonical_domain": "egyptair.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q33093184", "name": "EgyptAir Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Egyptair-Logo-2010.svg", "description": "national airline of Egypt", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
29 {"wikidata_id": "Q930225", "display_name": "Ecobank", "legal_name": null, "aliases": ["Ecobank Transnational Inc."], "website": "https://www.ecobank.com", "canonical_domain": "ecobank.com", "country": "TG", "hq_city": "Lomé", "hq_region": "Golfe Prefecture", "lat": 6.13, "lon": 1.21583, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1985, "employees": 20331, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ecobank_Logo.svg", "description": "pan-African banking conglomerate", "sitelinks": 12, "importance": 0.4133, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5333156"}]}
30 {"wikidata_id": "Q638900", "display_name": "Kenya Airways", "legal_name": null, "aliases": ["Kenya Airways Ltd"], "website": "https://www.kenya-airways.com", "canonical_domain": "kenya-airways.com", "country": "KE", "hq_city": "Embakasi", "hq_region": "Nairobi City County", "lat": -1.3, "lon": 36.91667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kenya_Airways_logo.svg", "description": "flag-carrier airline of Kenya", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
31 {"wikidata_id": "Q2060638", "display_name": "Banque Misr", "legal_name": null, "aliases": [], "website": "https://www.banquemisr.com", "canonical_domain": "banquemisr.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["banking"], "industry_labels": [], "founded_year": 1920, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banque_Misr.svg", "description": "Egyptian bank", "sitelinks": 10, "importance": 0.3955, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
32 {"wikidata_id": "Q407556", "display_name": "Air Mauritius", "legal_name": null, "aliases": ["Air Mauritius Limited"], "website": "https://www.airmauritius.com", "canonical_domain": "airmauritius.com", "country": "MU", "hq_city": "Port Louis", "hq_region": "Port Louis District", "lat": -20.16194, "lon": 57.49889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "2549006Z2WEMVZ49ES85", "sec_cik": null, "parent": null, "logo_url": null, "description": "flag-carrier airline of Mauritius", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
33 {"wikidata_id": "Q5978240", "display_name": "Zenith Bank", "legal_name": "Zenith Bank", "aliases": ["Zenith Bank Plc."], "website": "https://www.zenithbank.com", "canonical_domain": "zenithbank.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5978240", "name": "Zenith Bank"}, "logo_url": null, "description": "Nigerian commercial financial services company", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
34 {"wikidata_id": "Q866103", "display_name": "Royal Air Maroc", "legal_name": null, "aliases": [], "website": "https://www.royalairmaroc.com", "canonical_domain": "royalairmaroc.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["airlines"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117542", "name": "Groupe Royal Air Maroc"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Royal_Air_Maroc.svg", "description": "flag-carrier airline of Morocco", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3445865"}, {"related_domain_conflict": "Q3445864"}]}
35 {"wikidata_id": "Q1370287", "display_name": "Orascom Construction Industries", "legal_name": null, "aliases": [], "website": "https://orascom.com", "canonical_domain": "orascom.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300NCMRGIBJYUOE57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_OCI_Global.svg", "description": "company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q163321"}]}
36 {"wikidata_id": "Q1577006", "display_name": "Office national des transports", "legal_name": null, "aliases": ["Office National des Transports", "ONATRA", "SCTP"], "website": "https://sctp-sa-rdc.online", "canonical_domain": "sctp-sa-rdc.online", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["transportation"], "industry_labels": [], "founded_year": 2011, "employees": 6500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway company in the D.R. of Congo", "sitelinks": 10, "importance": 0.3792, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
37 {"wikidata_id": "Q692811", "display_name": "Tunisair", "legal_name": null, "aliases": ["TAR", "TU"], "website": "https://www.tunisair.com", "canonical_domain": "tunisair.com", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["airlines"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian airline", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
38 {"wikidata_id": "Q2297197", "display_name": "Tunisian National Railway Company", "legal_name": null, "aliases": ["SNCFT", "Societe Nationale des Chemins de Fer Tunisiens", "Société nationale des chemins de fer tunisiens", "Tunisian National Railway Society"], "website": "https://www.sncft.com.tn", "canonical_domain": "sncft.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1956, "employees": 4871, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_-_SNCFT.png", "description": "railway company in Tunisia", "sitelinks": 10, "importance": 0.375, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
39 {"wikidata_id": "Q387901", "display_name": "afriqiyah.aero", "legal_name": null, "aliases": [], "website": "https://www.afriqiyah.aero", "canonical_domain": "afriqiyah.aero", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Libyan airline", "sitelinks": 34, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
40 {"wikidata_id": "Q253858", "display_name": "Air Madagascar", "legal_name": null, "aliases": ["Société Nationale Malgache de Transports Aériens", "Société Anonyme"], "website": "https://madagascarairlines.com", "canonical_domain": "madagascarairlines.com", "country": "MG", "hq_city": "Antananarivo", "hq_region": "Antananarivo-Renivohitra District", "lat": -18.91, "lon": 47.525, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Antananarivo, Madagascar", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
41 {"wikidata_id": "Q407842", "display_name": "Air Tanzania", "legal_name": null, "aliases": ["ATC", "TC"], "website": "https://www.airtanzania.co.tz", "canonical_domain": "airtanzania.co.tz", "country": "TZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier airline of Tanzania", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
42 {"wikidata_id": "Q1147012", "display_name": "Air Cairo", "legal_name": null, "aliases": ["MSC", "SM"], "website": "https://aircairo.com", "canonical_domain": "aircairo.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q374740", "name": "EgyptAir"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Cairo_logo.svg", "description": "Egyptian airline", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
43 {"wikidata_id": "Q407920", "display_name": "Air Zimbabwe", "legal_name": null, "aliases": ["Air Rhodesia"], "website": "https://www.airzimbabwe.aero", "canonical_domain": "airzimbabwe.aero", "country": "ZW", "hq_city": "Harare", "hq_region": "Harare Province", "lat": -17.82917, "lon": 31.05222, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Flag carrier of Zimbabwe", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
44 {"wikidata_id": "Q660986", "display_name": "Arik Air", "legal_name": "Arik Air", "aliases": ["Arik"], "website": "https://www.arikair.com", "canonical_domain": "arikair.com", "country": "NG", "hq_city": "Murtala Muhammed International Airport", "hq_region": "Ikeja", "lat": 6.57722, "lon": 3.32111, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q660986", "name": "Arik Air"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arik_Air_logo.svg", "description": "Nigerian airline operating within Africa", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
45 {"wikidata_id": "Q1780755", "display_name": "TransNamib", "legal_name": null, "aliases": [], "website": "https://www.transnamib.com.na", "canonical_domain": "transnamib.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["transportation"], "industry_labels": [], "founded_year": 1895, "employees": 1802, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19958763", "name": "Ministry of Public Enterprises"}, "logo_url": null, "description": "railway operator in Namibia", "sitelinks": 10, "importance": 0.3606, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
46 {"wikidata_id": "Q836564", "display_name": "Djezzy GSM", "legal_name": null, "aliases": [], "website": "https://www.djezzy.dz", "canonical_domain": "djezzy.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2001, "employees": 3083, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Djezzy_Logo_2015.svg", "description": "Algerian telecommunications company", "sitelinks": 9, "importance": 0.3584, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
47 {"wikidata_id": "Q1334063", "display_name": "Nigerian Railway Corporation", "legal_name": null, "aliases": ["Nigerian Railway"], "website": "https://nrc.gov.ng", "canonical_domain": "nrc.gov.ng", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["transportation"], "industry_labels": [], "founded_year": 1898, "employees": 6516, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nigerian_Railway_Corporation.jpg", "description": "Railway Corporation", "sitelinks": 8, "importance": 0.3581, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
48 {"wikidata_id": "Q392542", "display_name": "RwandAir", "legal_name": null, "aliases": ["RwandAir Limited", "RwandAir Express", "RwandAir S.A.R.L"], "website": "https://www.rwandair.com", "canonical_domain": "rwandair.com", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.9525, "lon": 30.115, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RwandAir_Logotype.png", "description": "flag carrier airline of Rwanda", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
49 {"wikidata_id": "Q2300422", "display_name": "Orange Morocco", "legal_name": null, "aliases": ["Meditel"], "website": "https://www.orange.ma", "canonical_domain": "orange.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider", "telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": 1280, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1431486", "name": "Orange"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg", "description": "Internet provider and mobile network", "sitelinks": 10, "importance": 0.3557, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
50 {"wikidata_id": "Q4045343", "display_name": "Nigerian Postal Service", "legal_name": null, "aliases": ["Nipost"], "website": "https://www.nipost.gov.ng", "canonical_domain": "nipost.gov.ng", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1987, "employees": 12000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "postal service in Nigeria", "sitelinks": 7, "importance": 0.3546, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
51 {"wikidata_id": "Q1419926", "display_name": "South African Broadcasting Corporation", "legal_name": null, "aliases": ["SABC"], "website": "https://www.sabc.co.za", "canonical_domain": "sabc.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["media"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_African_Broadcasting_Corporation_logo.svg", "description": "state-owned public broadcaster in South Africa", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
52 {"wikidata_id": "Q864117", "display_name": "Sudan Airways", "legal_name": null, "aliases": ["Sudan AW"], "website": "https://www.sudanair.com", "canonical_domain": "sudanair.com", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["airlines"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sudan_Airways_Logo.svg", "description": "flag carrier airline of the Sudan", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
53 {"wikidata_id": "Q1050518", "display_name": "TAAG Angola Airlines", "legal_name": "Transportes Aéreos de Angola", "aliases": ["2007 TAAG Angola Airlines crash", "Air Angola", "Air Transport Division", "Angola Air", "Angola Airlines", "DTA", "TAAG - Angola Airlines", "TAAG Air Angola"], "website": "https://www.taag.com", "canonical_domain": "taag.com", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAAG_2023_wordmark.svg", "description": "state-owned flag carrier of Angola", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
54 {"wikidata_id": "Q225988", "display_name": "Nouvelair", "legal_name": null, "aliases": ["BJ", "LBT", "Nouvelair Airline", "Nouvelair Limited Company"], "website": "https://www.nouvelair.com", "canonical_domain": "nouvelair.com", "country": "TN", "hq_city": "Monastir", "hq_region": "Monastir Governorate", "lat": 35.77799, "lon": 10.82617, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117580", "name": "TTS Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nouvelair_Logo.svg", "description": "Tunisian airline", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
55 {"wikidata_id": "Q406928", "display_name": "Air Burkina", "legal_name": null, "aliases": ["Air Burkina SA", "Air Volta"], "website": "https://www.air-burkina.com", "canonical_domain": "air-burkina.com", "country": "BF", "hq_city": "Ouagadougou", "hq_region": "Ouagadougou Department", "lat": 12.36861, "lon": -1.5275, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Flag-carrier airline of Burkina Faso", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
56 {"wikidata_id": "Q581954", "display_name": "University of Zimbabwe", "legal_name": "University of Zimbabwe", "aliases": ["UZ", "University College of Rhodesia and Nyasaland", "University of Rhodesia", "University Of Zimbabwe"], "website": "https://www.uz.ac.zw", "canonical_domain": "uz.ac.zw", "country": "ZW", "hq_city": "Harare", "hq_region": "Harare Province", "lat": -17.78389, "lon": 31.05306, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_Zimbabwe_LOGO.png", "description": "university located in Harare, Zimbabwe", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
57 {"wikidata_id": "Q1094344", "display_name": "Daallo Airlines", "legal_name": null, "aliases": [], "website": "https://www.daallo.biz", "canonical_domain": "daallo.biz", "country": "DJ", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
58 {"wikidata_id": "Q1156479", "display_name": "LAM Mozambique Airlines", "legal_name": null, "aliases": ["LAM", "LAM Air", "LAM Airlines", "LAM Airways", "LAM Mozambique", "Linhas Aéreas de Moçambique"], "website": "https://www.lam.co.mz", "canonical_domain": "lam.co.mz", "country": "MZ", "hq_city": "Maputo", "hq_region": "Mozambique", "lat": -25.96889, "lon": 32.57333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "LAM - Mozambique Airlines, S. A. or Linhas Aéreas de Moçambique, Ltd., operating as LAM Mozambique Airlines, is the flag carrier of Mozambique.", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
59 {"wikidata_id": "Q189972", "display_name": "Bank of Central African States", "legal_name": "Banque des États de l'Afrique Centrale", "aliases": ["BEAC", "Central African States Development Bank"], "website": "https://www.beac.int", "canonical_domain": "beac.int", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.86808, "lon": 11.52309, "industries": ["banking"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "central bank", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
60 {"wikidata_id": "Q406896", "display_name": "Air Botswana", "legal_name": "Air Botswana Corporation", "aliases": [], "website": "https://www.airbotswana.co.bw", "canonical_domain": "airbotswana.co.bw", "country": "BW", "hq_city": "Sir Seretse Khama International Airport", "hq_region": "Gaborone", "lat": -24.55583, "lon": 25.92306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Botswana", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
61 {"wikidata_id": "Q669686", "display_name": "Cabo Verde Airlines", "legal_name": null, "aliases": [], "website": "https://www.caboverdeairlines.com", "canonical_domain": "caboverdeairlines.com", "country": "CV", "hq_city": "Praia", "hq_region": "Praia", "lat": 14.91772, "lon": -23.50916, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q216645", "name": "Icelandair"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cabo_Verde_Airlines_logo.svg", "description": "International airline based in Cape Verde, formerly named TACV", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
62 {"wikidata_id": "Q579747", "display_name": "Guaranty Trust Holding Company", "legal_name": "Guaranty Trust Bank", "aliases": ["gt bank", "GT Bank"], "website": "https://www.gtbank.com", "canonical_domain": "gtbank.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.42899, "lon": 3.42215, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "0292001868F6N5VI5G15", "sec_cik": null, "parent": {"wikidata_id": "Q579747", "name": "Guaranty Trust Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GTCO_logo.svg", "description": "Nigerian financial services holding company", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
63 {"wikidata_id": "Q1056939", "display_name": "Libyan Airlines", "legal_name": null, "aliases": ["Libyan Arab Airlines"], "website": "https://www.libyanairlines.aero", "canonical_domain": "libyanairlines.aero", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["airlines"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LN_Airlines.jpg", "description": "Flag carrier airline of Libya", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
64 {"wikidata_id": "Q116595", "display_name": "Mango", "legal_name": null, "aliases": [], "website": "https://www.flymango.com", "canonical_domain": "flymango.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q223763", "name": "South African Airways"}, "logo_url": null, "description": "South African low-cost airline", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
65 {"wikidata_id": "Q1987495", "display_name": "Overland Airways", "legal_name": null, "aliases": [], "website": "https://www.overlandairways.com", "canonical_domain": "overlandairways.com", "country": "NG", "hq_city": "Ikeja", "hq_region": "Lagos State", "lat": 6.61857, "lon": 3.34259, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": 194, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Nigeria", "sitelinks": 11, "importance": 0.3376, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
66 {"wikidata_id": "Q4672418", "display_name": "Access Bank", "legal_name": "Access Bank", "aliases": ["Access Bank plc"], "website": "https://www.accessbankplc.com", "canonical_domain": "accessbankplc.com", "country": "NG", "hq_city": "Victoria Island", "hq_region": "Lagos State", "lat": 6.433, "lon": 3.44344, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1989, "employees": 28121, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Accessbank1.png", "description": "Nigerian multinational bank", "sitelinks": 5, "importance": 0.3367, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4672420"}]}
67 {"wikidata_id": "Q1517108", "display_name": "Jubba Airways", "legal_name": null, "aliases": [], "website": "https://www.jubbaairways.com", "canonical_domain": "jubbaairways.com", "country": "SO", "hq_city": "Mogadishu", "hq_region": "Banaadir", "lat": 2.03917, "lon": 45.34194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Somali airline", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
68 {"wikidata_id": "Q2778411", "display_name": "Egyptian National Library and Archives", "legal_name": null, "aliases": ["Egyptian National Library"], "website": "https://www.darelkotob.gov.eg", "canonical_domain": "darelkotob.gov.eg", "country": "EG", "hq_city": null, "hq_region": null, "lat": 30.06639, "lon": 31.2275, "industries": ["media"], "industry_labels": [], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Library_Egypt.jpg", "description": "Egyptian National Library and Archives", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
69 {"wikidata_id": "Q3472954", "display_name": "Nando's", "legal_name": null, "aliases": ["Nando", "Nando's Chicken", "Nando's Ltd", "Nandos", "Nandos Chicken", "Nandos Ltd"], "website": "https://www.nandos.com", "canonical_domain": "nandos.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nando%27s_wordmark.svg", "description": "international casual dining restaurant chain originating in South Africa", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
70 {"wikidata_id": "Q685418", "display_name": "Eritrean Airlines", "legal_name": null, "aliases": [], "website": "https://www.eritrean.aero", "canonical_domain": "eritrean.aero", "country": "ER", "hq_city": "Asmara", "hq_region": "Maekel Region", "lat": 15.33333, "lon": 38.91667, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eritrean_Airlines_logo.svg", "description": "national airline of Eritrea, based at Asmara International Airport.", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
71 {"wikidata_id": "Q1159205", "display_name": "Dana Air", "legal_name": "Dana Air", "aliases": ["Dana"], "website": "https://www.flydanaair.com", "canonical_domain": "flydanaair.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.53812, "lon": 3.33662, "industries": ["airlines"], "industry_labels": ["SIC 3714 Motor Vehicle Parts & Accessories"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "DAN", "exchange": "NYSE", "lei": null, "sec_cik": "26780", "parent": null, "logo_url": null, "description": "Nigerian airline", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "26780", "enriched_at": "2026-09-12T09:34:22+00:00"}}
72 {"wikidata_id": "Q1998811", "display_name": "North-West University", "legal_name": "Yunibesiti ya Bokone-Bophirima", "aliases": ["NWU", "North West University", "University of Bophuthatswana"], "website": "https://www.nwu.ac.za", "canonical_domain": "nwu.ac.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": -26.69349, "lon": 27.09306, "industries": ["education", "media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "university in South Africa", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
73 {"wikidata_id": "Q543645", "display_name": "Tunisair Express", "legal_name": null, "aliases": ["UG", "TUX"], "website": "https://www.tunisairexpress.net", "canonical_domain": "tunisairexpress.net", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q692811", "name": "Tunisair"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tunisair_Express_logo.jpg", "description": "Tunisian airline", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
74 {"wikidata_id": "Q1340479", "display_name": "Air Sinai", "legal_name": null, "aliases": [], "website": "https://www.flyairsinai.com", "canonical_domain": "flyairsinai.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q374740", "name": "EgyptAir"}, "logo_url": null, "description": "airline based in Cairo, Egypt which operates as a 'paper airline' for parent company EgyptAir under a wet lease-like agreement to serve flights exclusively between Egypt and Israel", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
75 {"wikidata_id": "Q1630751", "display_name": "Young Africans S.C.", "legal_name": "Young Africans Sports Club", "aliases": ["Yanga", "Timu ya wananchi", "Watoto wa Jangwani", "Yanga SC", "Young africans S.C", "Young Africans SC"], "website": "https://yangasc.co.tz", "canonical_domain": "yangasc.co.tz", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81611, "lon": 39.28028, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "association football club in Dar es salaam, Tamzania", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
76 {"wikidata_id": "Q294680", "display_name": "AMC Airlines", "legal_name": null, "aliases": [], "website": "https://www.amcairlines.com", "canonical_domain": "amcairlines.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian charter airline", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
77 {"wikidata_id": "Q959279", "display_name": "Egyptian Radio and Television Union", "legal_name": null, "aliases": ["ERTU", "National Media Authority"], "website": "https://www.maspero.eg", "canonical_domain": "maspero.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.05361, "lon": 31.23111, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian government agency", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
78 {"wikidata_id": "Q7611369", "display_name": "Sterling Bank", "legal_name": "Sterling Bank", "aliases": [], "website": "https://www.sterlingbankng.com", "canonical_domain": "sterlingbankng.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.20567, "lon": 6.72133, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1960, "employees": 2401, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sterling_Bank_Logo_Straight.png", "description": "Nigerian bank", "sitelinks": 6, "importance": 0.3173, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
79 {"wikidata_id": "Q408831", "display_name": "Airlink", "legal_name": null, "aliases": ["Airlink (Pty) Ltd.", "Airlink Ltd.", "FlyAirlink"], "website": "https://flyairlink.com", "canonical_domain": "flyairlink.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Regional airline in South Africa", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
80 {"wikidata_id": "Q857015", "display_name": "Bidvest Group", "legal_name": null, "aliases": ["Bid", "Bidvest Group Limited", "Bidvest Group Ltd", "The Bidvest Group Limited"], "website": "https://www.bidvest.com", "canonical_domain": "bidvest.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African holding company founded 1988", "sitelinks": 6, "importance": 0.3046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
81 {"wikidata_id": "Q1367885", "display_name": "Eskom", "legal_name": null, "aliases": ["Electricity Supply Commission", "ESCOM", "ESKOM", "Eskom Holdings"], "website": "https://www.eskom.co.za", "canonical_domain": "eskom.co.za", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Esc_logo_wit.png", "description": "electricity utility in South Africa", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
82 {"wikidata_id": "Q501605", "display_name": "OCP Group", "legal_name": null, "aliases": ["Office Cherifien des Phosphates", "Office Chérifien des Phosphates"], "website": "https://www.ocpgroup.ma", "canonical_domain": "ocpgroup.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ocp-group.png", "description": "state-owned company in Morocco", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
83 {"wikidata_id": "Q1815809", "display_name": "ONCF", "legal_name": null, "aliases": ["Office National des Chemins de Fer du Maroc"], "website": "https://www.oncf.ma", "canonical_domain": "oncf.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": ["transportation"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-oncf.png", "description": "National railway operator of Morocco", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
84 {"wikidata_id": "Q18161750", "display_name": "Air Peace", "legal_name": "Air Peace", "aliases": [], "website": "https://www.flyairpeace.com", "canonical_domain": "flyairpeace.com", "country": "NG", "hq_city": "Ikeja", "hq_region": "Lagos State", "lat": 6.61857, "lon": 3.34259, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian airline", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
85 {"wikidata_id": "Q381286", "display_name": "Aero Contractors", "legal_name": "Aero Contractors", "aliases": ["Aero", "Aero Contractors Company of Nigeria Limited"], "website": "https://www.flyaero.com", "canonical_domain": "flyaero.com", "country": "NG", "hq_city": "Murtala Muhammed International Airport", "hq_region": "Ikeja", "lat": 6.57722, "lon": 3.32111, "industries": ["airlines"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1033", "name": "Nigeria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerologo.jpg", "description": "Nigerian airline", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
86 {"wikidata_id": "Q1188334", "display_name": "Interair South Africa", "legal_name": null, "aliases": [], "website": "https://www.interair.co.za", "canonical_domain": "interair.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interair_South_Africa_Logo.gif", "description": "airline based in Johannesburg, South Africa", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
87 {"wikidata_id": "Q2811992", "display_name": "Wimpy", "legal_name": null, "aliases": ["WimpyUK"], "website": "https://wimpy.uk.com", "canonical_domain": "uk.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Wimpy.svg", "description": "fast food chain", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
88 {"wikidata_id": "Q377026", "display_name": "Executive Outcomes", "legal_name": null, "aliases": [], "website": "https://www.executiveoutcomes.com", "canonical_domain": "executiveoutcomes.com", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former private military company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
89 {"wikidata_id": "Q1745885", "display_name": "Wallyscar", "legal_name": "Wallyscar", "aliases": [], "website": "https://www.wallyscar.com", "canonical_domain": "wallyscar.com", "country": "TN", "hq_city": "Ben Arous", "hq_region": "Ben Arous Governorate", "lat": 36.75306, "lon": 10.21889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO_WALLYSCAR.jpg", "description": "Tunisian automobile manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
90 {"wikidata_id": "Q1812328", "display_name": "Safair", "legal_name": null, "aliases": [], "website": "https://www.safairoperations.com", "canonical_domain": "safairoperations.com", "country": "ZA", "hq_city": "Kempton Park", "hq_region": "City of Ekurhuleni Metropolitan Municipality", "lat": -26.1, "lon": 28.2333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q61719469", "name": "ASL Aviation Holdings"}, "logo_url": null, "description": "South African airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
91 {"wikidata_id": "Q2381695", "display_name": "SNVI", "legal_name": null, "aliases": [], "website": "https://snvigroupe.dz", "canonical_domain": "snvigroupe.dz", "country": "DZ", "hq_city": "Rouiba", "hq_region": "Rouïba District", "lat": 36.73639, "lon": 3.28278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNVI_Logo_8.svg", "description": "vehicle and bus manufacturing company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
92 {"wikidata_id": "Q3013553", "display_name": "Dangote Group", "legal_name": "Dangote Group", "aliases": [], "website": "https://www.dangote.com", "canonical_domain": "dangote.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["manufacturing", "construction"], "industry_labels": ["conglomerate", "cement industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3013553", "name": "Dangote Group"}, "logo_url": null, "description": "Nigerian industrial conglomerate", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
93 {"wikidata_id": "Q1187008", "display_name": "Denel", "legal_name": null, "aliases": ["Denel Aerospace Systems", "Denel SOC", "Denel SOC Ltd"], "website": "https://www.denel.co.za", "canonical_domain": "denel.co.za", "country": "ZA", "hq_city": "Irene", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.86667, "lon": 28.21667, "industries": ["technology", "aerospace-defense"], "industry_labels": ["information technology", "aerospace engineering"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "armaments manufacturer from South Africa", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
94 {"wikidata_id": "Q17053011", "display_name": "FlySafair", "legal_name": null, "aliases": [], "website": "https://www.flysafair.co.za", "canonical_domain": "flysafair.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African budget priced airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
95 {"wikidata_id": "Q2357100", "display_name": "Ushahidi Inc.", "legal_name": "Ushahidi Inc.", "aliases": ["Ushahidi"], "website": "https://www.ushahidi.com", "canonical_domain": "ushahidi.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["technology"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ushahidi.png", "description": "non-profit technology company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
96 {"wikidata_id": "Q2883441", "display_name": "BCP Group", "legal_name": null, "aliases": ["BCP", "Banque Populaire du Maroc", "Banque Centrale Populaire", "Crédit Populaire du Maroc"], "website": "https://www.groupebcp.com", "canonical_domain": "groupebcp.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BCP.svg", "description": "Moroccan bank", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
97 {"wikidata_id": "Q3341382", "display_name": "Nigerian Television Authority", "legal_name": "Nigerian Television Authority", "aliases": ["NTA", "NAFI U A HASHIM"], "website": "https://nta.ng", "canonical_domain": "nta.ng", "country": "NG", "hq_city": "Federal Capital Territory", "hq_region": "Nigeria", "lat": 9.04614, "lon": 7.49744, "industries": ["media"], "industry_labels": ["broadcast network", "television broadcasting"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3341382", "name": "Nigerian Television Authority"}, "logo_url": null, "description": "Nigerian government-owned and partly commercial broadcasting company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
98 {"wikidata_id": "Q4119563", "display_name": "National Bank of Egypt", "legal_name": null, "aliases": [], "website": "https://www.nbe.com.eg", "canonical_domain": "nbe.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.06177, "lon": 31.22757, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Bank_of_Egypt.svg", "description": "large commercial bank in Egypt", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
99 {"wikidata_id": "Q7074355", "display_name": "Oando", "legal_name": "Oando", "aliases": [], "website": "https://www.oandoplc.com", "canonical_domain": "oandoplc.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.4379, "lon": 3.41212, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1956, "employees": 300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7074355", "name": "Oando"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oando_Logo.jpg", "description": "an African Energy company", "sitelinks": 5, "importance": 0.271, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
100 {"wikidata_id": "Q2829178", "display_name": "Akwa Group", "legal_name": null, "aliases": ["Akwa Group S.A."], "website": "https://www.akwagroup.com", "canonical_domain": "akwagroup.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akwa_Group.png", "description": "Moroccan company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
101 {"wikidata_id": "Q420774", "display_name": "Manufacturing Commercial Vehicles", "legal_name": null, "aliases": [], "website": "https://www.mcv-eg.com", "canonical_domain": "mcv-eg.com", "country": "EG", "hq_city": "Obour City", "hq_region": "Qalyubia Governorate", "lat": 30.205, "lon": 31.4575, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian manufacturer of buses and trucks", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6715018"}]}
102 {"wikidata_id": "Q19892740", "display_name": "Huobi", "legal_name": null, "aliases": ["HTX"], "website": "https://www.htx.com", "canonical_domain": "htx.com", "country": "SC", "hq_city": "Seychelles", "hq_region": null, "lat": -7.1, "lon": 52.76667, "industries": ["financial-services"], "industry_labels": ["finance", "financial services"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "digital currency trading platform", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
103 {"wikidata_id": "Q2380000", "display_name": "Botswana Stock Exchange", "legal_name": null, "aliases": ["BSE", "XBOT"], "website": "https://www.bse.co.bw", "canonical_domain": "bse.co.bw", "country": "BW", "hq_city": "Gaborone", "hq_region": "South-East District", "lat": -24.65694, "lon": 25.90861, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Gaborone, Botswana", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
104 {"wikidata_id": "Q2496192", "display_name": "University of Zululand", "legal_name": null, "aliases": ["UniZulu"], "website": "https://www.unizulu.ac.za", "canonical_domain": "unizulu.ac.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": -28.85802, "lon": 31.84108, "industries": ["education"], "industry_labels": ["education"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public university in KwaZulu-Natal, South Africa", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
105 {"wikidata_id": "Q2615955", "display_name": "First Nation Airways", "legal_name": null, "aliases": ["FirstNation Airways"], "website": "https://www.flyfirstnation.com", "canonical_domain": "flyfirstnation.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
106 {"wikidata_id": "Q2751701", "display_name": "Nedbank", "legal_name": null, "aliases": [], "website": "https://www.nedbank.com.na", "canonical_domain": "nedbank.com.na", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "3789009E42FA3CB31065", "sec_cik": null, "parent": null, "logo_url": null, "description": "financial services group located in Africa", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
107 {"wikidata_id": "Q4035606", "display_name": "CemAir", "legal_name": null, "aliases": ["CemAir (Pty) Ltd", "CemAir Ltd"], "website": "https://www.cemair.co.za", "canonical_domain": "cemair.co.za", "country": "ZA", "hq_city": "OR Tambo International Airport", "hq_region": "Kempton Park", "lat": -26.13917, "lon": 28.24611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in South Africa", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
108 {"wikidata_id": "Q4689878", "display_name": "African Parks Network", "legal_name": "African Parks Network", "aliases": [], "website": "https://www.africanparks.eu", "canonical_domain": "africanparks.eu", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international NGO from South Africa", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
109 {"wikidata_id": "Q492316", "display_name": "Uganda Securities Exchange", "legal_name": null, "aliases": ["USE", "XUGA"], "website": "https://www.use.or.ug", "canonical_domain": "use.or.ug", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "principal stock exchange of Uganda", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
110 {"wikidata_id": "Q578337", "display_name": "Chanchangi Airlines", "legal_name": "Chanchangi Airlines", "aliases": ["Chanchangi"], "website": "https://www.flychanchangiair.com", "canonical_domain": "flychanchangiair.com", "country": "NG", "hq_city": "Kaduna", "hq_region": "Kaduna State", "lat": 10.52306, "lon": 7.44028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q578337", "name": "Chanchangi Airlines"}, "logo_url": null, "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
111 {"wikidata_id": "Q758052", "display_name": "Attijariwafa Bank", "legal_name": null, "aliases": [], "website": "https://www.attijariwafabank.com", "canonical_domain": "attijariwafabank.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["banking"], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoNew.png", "description": "Moroccan bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
112 {"wikidata_id": "Q921507", "display_name": "Allied Air", "legal_name": "Allied Air", "aliases": [], "website": "https://www.alliedairng.com", "canonical_domain": "alliedairng.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cargo airline based in Lagos, Nigeria", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
113 {"wikidata_id": "Q1019981", "display_name": "Namibia Securities Exchange", "legal_name": null, "aliases": ["Börse Namibia", "NSX", "XNAM"], "website": "https://www.nsx.com.na", "canonical_domain": "nsx.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Securities exchange in located in Windhoek, Namibia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
114 {"wikidata_id": "Q1275038", "display_name": "Société nationale des transports ferroviaires", "legal_name": null, "aliases": ["SNTF", "Societe nationale des transports ferroviaires"], "website": "https://www.sntf.dz", "canonical_domain": "sntf.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNTF_%28logo%29.svg", "description": "Algeria's national railway operator", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
115 {"wikidata_id": "Q1276270", "display_name": "EBC", "legal_name": null, "aliases": ["Ethiopian Television"], "website": "https://www.ebc.et", "canonical_domain": "ebc.et", "country": "ET", "hq_city": "Addis Ababa", "hq_region": "Ethiopia", "lat": 9.03583, "lon": 38.7525, "industries": ["media"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EBC_experimental_logo.png", "description": "Ethiopian public television channel, formerly ETV", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
116 {"wikidata_id": "Q1400004", "display_name": "Federal Air", "legal_name": null, "aliases": [], "website": "https://www.fedair.com", "canonical_domain": "fedair.com", "country": "ZA", "hq_city": "OR Tambo International Airport", "hq_region": "Kempton Park", "lat": -26.13917, "lon": 28.24611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
117 {"wikidata_id": "Q1481581", "display_name": "National Railway Company of the Congo", "legal_name": null, "aliases": ["SNCC", "Société Nationale des Chemins de fer du Congo"], "website": "https://www.snccsa.com", "canonical_domain": "snccsa.com", "country": "CD", "hq_city": "Lubumbashi", "hq_region": "Haut-Katanga Province", "lat": -11.66417, "lon": 27.48278, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National railway company for the inland railways of the Democratic Republic of the Congo", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
118 {"wikidata_id": "Q1967537", "display_name": "National Oil Corporation", "legal_name": null, "aliases": ["NOC", "National Oil Corporation of Libya", "NOC Libya"], "website": "https://noc.ly", "canonical_domain": "noc.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["oil-gas"], "industry_labels": ["natural resource", "petroleum industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LNOC_logo.png", "description": "Libyan state-owned oil company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
119 {"wikidata_id": "Q1976933", "display_name": "Malawi Stock Exchange", "legal_name": null, "aliases": ["MSE", "XMSW"], "website": "https://www.mse.co.mw", "canonical_domain": "mse.co.mw", "country": "MW", "hq_city": "Blantyre", "hq_region": "Blantyre District", "lat": -15.78611, "lon": 35.00583, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Blantyre, Malawi", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
120 {"wikidata_id": "Q19978405", "display_name": "Kantanka Automobile", "legal_name": null, "aliases": ["Kantanka", "Kantanka cars", "Kantanka vehicles"], "website": "https://kantankaautomobiles.com", "canonical_domain": "kantankaautomobiles.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kantanka_vehicles_logo.png", "description": "Ghana based automobile company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
121 {"wikidata_id": "Q21279288", "display_name": "innosonvehicles.com", "legal_name": null, "aliases": [], "website": "https://www.innosonvehicles.com", "canonical_domain": "innosonvehicles.com", "country": "NG", "hq_city": "Nnewi", "hq_region": "Eastern Region", "lat": 6.01052, "lon": 6.91035, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian manufacturer of automobilies and buses", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
122 {"wikidata_id": "Q2341726", "display_name": "IRS Airlines", "legal_name": null, "aliases": ["IRS Airlines Limited"], "website": "https://www.flyirsairlines.com", "canonical_domain": "flyirsairlines.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Nigeria", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
123 {"wikidata_id": "Q23777901", "display_name": "Eko Hotels and Suites", "legal_name": null, "aliases": ["Eko Hotel and Suite", "Eko Hotels & Suites", "Hotels king of Lagos"], "website": "https://www.ekohotels.com", "canonical_domain": "ekohotels.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": 6.42611, "lon": 3.43, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel in Lagos, Nigeria", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
124 {"wikidata_id": "Q2381261", "display_name": "Cape Verde Stock Exchange", "legal_name": null, "aliases": ["BVC", "XBVC"], "website": "https://www.bvc.cv", "canonical_domain": "bvc.cv", "country": "CV", "hq_city": "Praia", "hq_region": "Praia", "lat": 14.90666, "lon": -23.5175, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock exchange in Cape Verde", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
125 {"wikidata_id": "Q2449525", "display_name": "Transnet Freight Rail", "legal_name": null, "aliases": ["South African Railways", "Spoornet"], "website": "https://www.transnetfreightrail.co.za", "canonical_domain": "transnetfreightrail.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transnet_Freight_Rail_logo.gif", "description": "railway operator in South Africa", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
126 {"wikidata_id": "Q3538127", "display_name": "Entertainment Monitoring Africa", "legal_name": null, "aliases": [], "website": "https://mediamonitoringafrica.org", "canonical_domain": "mediamonitoringafrica.org", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Africa's national airplay chart", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
127 {"wikidata_id": "Q490028", "display_name": "Dar es Salaam Stock Exchange", "legal_name": null, "aliases": ["DSE"], "website": "https://www.darstockexchange.com", "canonical_domain": "darstockexchange.com", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81358, "lon": 39.28917, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock exchange located in Dar es Salaam, Tanzania", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
128 {"wikidata_id": "Q5452342", "display_name": "First Bank of Nigeria", "legal_name": "First Bank of Nigeria", "aliases": ["FBN", "First Bank Nigeria Limited", "First Bank Nigeria ltd"], "website": "https://www.firstbanknigeria.com", "canonical_domain": "firstbanknigeria.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.4523, "lon": 3.38831, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5452342", "name": "First Bank of Nigeria"}, "logo_url": null, "description": "Nigerian multinational bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
129 {"wikidata_id": "Q177262", "display_name": "Mozambique Ports and Railways", "legal_name": null, "aliases": ["Mozambique Ports & Railways"], "website": "https://www.cfm.co.mz", "canonical_domain": "cfm.co.mz", "country": "MZ", "hq_city": "Maputo", "hq_region": "Mozambique", "lat": -25.96889, "lon": 32.57333, "industries": ["shipping", "transportation"], "industry_labels": ["water transport", "rail transport"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway system of Mozambique and its connected ports", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
130 {"wikidata_id": "Q18162475", "display_name": "Azman Air", "legal_name": null, "aliases": ["Azman"], "website": "https://www.airazman.com", "canonical_domain": "airazman.com", "country": "NG", "hq_city": "Kano", "hq_region": "Kano State", "lat": 12.0022, "lon": 8.592, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline company in Nigeria", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
131 {"wikidata_id": "Q2563999", "display_name": "Global Aviation", "legal_name": null, "aliases": [], "website": "https://www.g-airways.com", "canonical_domain": "g-airways.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Global_Tail.png", "description": "South African airline headquartered in Johannesburg and based at OR Tambo International Airport", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
132 {"wikidata_id": "Q391647", "display_name": "Gécamines", "legal_name": null, "aliases": ["GCM", "Gecamines", "La Générale des Carrières et des Mines"], "website": "https://gecamines.cd", "canonical_domain": "gecamines.cd", "country": "CD", "hq_city": "Lubumbashi", "hq_region": "Haut-Katanga Province", "lat": -11.66417, "lon": 27.48278, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gcm.jpg", "description": "Congolese mining company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
133 {"wikidata_id": "Q4164819", "display_name": "Chicken Licken", "legal_name": null, "aliases": [], "website": "https://chickenlicken.co.za", "canonical_domain": "chickenlicken.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African fast-food restaurant chain featuring chicken", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
134 {"wikidata_id": "Q493271", "display_name": "East African Breweries", "legal_name": null, "aliases": [], "website": "https://www.eabl.com", "canonical_domain": "eabl.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/East_African_Breweries_EABL_2022_Logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
135 {"wikidata_id": "Q513457", "display_name": "United Bank for Africa", "legal_name": "United Bank for Africa", "aliases": ["UBA", "UBA Group", "United Bank for Africa PLC"], "website": "https://www.ubagroup.com", "canonical_domain": "ubagroup.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.58325, "lon": 3.34834, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unitedbank1.jpg", "description": "pan-African financial group", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
136 {"wikidata_id": "Q7190735", "display_name": "Pick n Pay", "legal_name": null, "aliases": ["PnP", "Pick 'n Pay"], "website": "https://www.pnp.co.za", "canonical_domain": "pnp.co.za", "country": "ZA", "hq_city": "Kenilworth", "hq_region": "City of Cape Town", "lat": -33.99583, "lon": 18.475, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pick_n_Pay_logo.svg", "description": "retailer in South Africa", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
137 {"wikidata_id": "Q820804", "display_name": "Transnet", "legal_name": null, "aliases": ["Transnet Ltd.", "Transnet SOC Ltd"], "website": "https://www.transnet.co.za", "canonical_domain": "transnet.co.za", "country": "ZA", "hq_city": "Carlton Centre", "hq_region": "Johannesburg", "lat": -26.20556, "lon": 28.04667, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_Africa_Transnet.svg", "description": "South African rail, port and pipeline company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
138 {"wikidata_id": "Q1027505", "display_name": "Norse Air", "legal_name": null, "aliases": [], "website": "https://www.norseair.co.uk", "canonical_domain": "norseair.co.uk", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
139 {"wikidata_id": "Q1512860", "display_name": "Rovos Rail", "legal_name": null, "aliases": [], "website": "https://www.rovos.com", "canonical_domain": "rovos.com", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "luxury train company in africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
140 {"wikidata_id": "Q1538344", "display_name": "Imperial Air Cargo", "legal_name": null, "aliases": [], "website": "https://www.safair.com", "canonical_domain": "safair.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imperial_Air_Cargo_Logo.png", "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
141 {"wikidata_id": "Q169443", "display_name": "Civair", "legal_name": null, "aliases": [], "website": "https://www.civair.co.za", "canonical_domain": "civair.co.za", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
142 {"wikidata_id": "Q2685228", "display_name": "Armscor", "legal_name": null, "aliases": ["Armaments Corporation of South Africa"], "website": "https://www.armscor.co.za", "canonical_domain": "armscor.co.za", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ARMSCOR.svg", "description": "South African arms acquisition and sales agency", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
143 {"wikidata_id": "Q3642635", "display_name": "MultiChoice", "legal_name": null, "aliases": [], "website": "https://www.multichoice.com", "canonical_domain": "multichoice.com", "country": "ZA", "hq_city": "Ferndale", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.08222, "lon": 27.9825, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African based satellite TV service in Sub-Saharan Africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
144 {"wikidata_id": "Q4807838", "display_name": "Aspen Pharmacare", "legal_name": null, "aliases": ["Aspen Pharmacare Holdings", "Aspen Pharmacare Holdings Limited"], "website": "https://www.aspenpharma.com", "canonical_domain": "aspenpharma.com", "country": "ZA", "hq_city": "Durban", "hq_region": "eThekwini Metropolitan Municipality", "lat": -29.85833, "lon": 31.025, "industries": ["pharmaceuticals", "healthcare"], "industry_labels": ["pharmaceutical industry", "health care industry"], "founded_year": 1850, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "635400ZYSN1IRD5QWQ94", "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational South African holding company for pharmaceutical concerns", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
145 {"wikidata_id": "Q5035822", "display_name": "Capitec Bank", "legal_name": null, "aliases": [], "website": "https://www.capitecbank.co.za", "canonical_domain": "capitecbank.co.za", "country": "ZA", "hq_city": "Stellenbosch", "hq_region": "Stellenbosch Local Municipality", "lat": -33.93667, "lon": 18.86139, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capitec_Bank_logo.svg", "description": "bank in South Africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
146 {"wikidata_id": "Q5270935", "display_name": "Diamond Trading Company", "legal_name": null, "aliases": [], "website": "https://www.dtc.com", "canonical_domain": "dtc.com", "country": "ZA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["mining", "financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "rough diamonds sales and distribution arm of De Beers", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
147 {"wikidata_id": "Q7565435", "display_name": "South African Breweries", "legal_name": null, "aliases": [], "website": "https://www.sab.co.za", "canonical_domain": "sab.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4995", "name": "SABMiller"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAB_Logo_Full_colour_RGB_White%282%29.jpg", "description": "Brweing company based in Johannesburg, South Africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
148 {"wikidata_id": "Q1027687", "display_name": "Executive Aerospace", "legal_name": null, "aliases": [], "website": "https://www.aerospace.co.za", "canonical_domain": "aerospace.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
149 {"wikidata_id": "Q1027714", "display_name": "Phoebus Apollo Aviation", "legal_name": null, "aliases": [], "website": "https://www.phoebusapollo.co.za", "canonical_domain": "phoebusapollo.co.za", "country": "ZA", "hq_city": "Germiston", "hq_region": "City of Ekurhuleni Metropolitan Municipality", "lat": -26.21667, "lon": 28.16667, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
150 {"wikidata_id": "Q1206693", "display_name": "Development Bank of Southern Africa", "legal_name": null, "aliases": [], "website": "https://www.dbsa.org", "canonical_domain": "dbsa.org", "country": "ZA", "hq_city": "Midrand", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.0, "lon": 28.13333, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Government finance company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
151 {"wikidata_id": "Q19298933", "display_name": "Rand Water", "legal_name": null, "aliases": [], "website": "https://www.randwater.co.za", "canonical_domain": "randwater.co.za", "country": "ZA", "hq_city": "Glenvista", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.29096, "lon": 28.03739, "industries": ["utilities"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African water utility supplying the Gauteng province", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
152 {"wikidata_id": "Q2079933", "display_name": "King Air Charter", "legal_name": null, "aliases": [], "website": "https://www.kingair.co.za", "canonical_domain": "kingair.co.za", "country": "ZA", "hq_city": "Lanseria International Airport", "hq_region": "Gauteng", "lat": -25.93861, "lon": 27.92611, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline based in South Africa", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
153 {"wikidata_id": "Q23578910", "display_name": "Africa Finance Corporation", "legal_name": null, "aliases": ["AFC"], "website": "https://www.africafc.org", "canonical_domain": "africafc.org", "country": "NG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pan-African multilateral development finance institution", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
154 {"wikidata_id": "Q2565038", "display_name": "National Airways Corporation", "legal_name": null, "aliases": ["NAC", "NTN", "NAC Operations", "NATCHAIR"], "website": "https://www.nac.co.za", "canonical_domain": "nac.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aviation services company in South Africa", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
155 {"wikidata_id": "Q3297791", "display_name": "Massmart", "legal_name": null, "aliases": [], "website": "https://www.massmart.co.za", "canonical_domain": "massmart.co.za", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483551", "name": null}, "logo_url": null, "description": "South African firm", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
156 {"wikidata_id": "Q4037537", "display_name": "Dornier Aviation Nigeria", "legal_name": "Dornier Aviation Nigeria", "aliases": ["Aiep"], "website": "https://www.dananig.aero", "canonical_domain": "dananig.aero", "country": "NG", "hq_city": "Kaduna", "hq_region": "Kaduna State", "lat": 10.49005, "lon": 7.41866, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
157 {"wikidata_id": "Q6000236", "display_name": "Illovo Sugar", "legal_name": null, "aliases": [], "website": "https://www.illovosugar.com", "canonical_domain": "illovosugar.com", "country": "ZA", "hq_city": "Durban", "hq_region": "eThekwini Metropolitan Municipality", "lat": -29.85833, "lon": 31.025, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ILLOVO_SUGAR_AFRICA_logo.png", "description": "sugar producer based in Durban, South Africa", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
158 {"wikidata_id": "Q7885401", "display_name": "Union Bank of Nigeria", "legal_name": "Union Bank of Nigeria", "aliases": [], "website": "https://www.unionbankng.com", "canonical_domain": "unionbankng.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45228, "lon": 3.38792, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7885401", "name": "Union Bank of Nigeria"}, "logo_url": null, "description": "Nigeria Bank", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
159 {"wikidata_id": "Q795474", "display_name": "Cevital", "legal_name": null, "aliases": [], "website": "https://www.cevital.com", "canonical_domain": "cevital.com", "country": "DZ", "hq_city": "Kouba", "hq_region": "Hussein Dey District", "lat": 36.73361, "lon": 3.08639, "industries": ["agriculture", "retail", "logistics"], "industry_labels": ["industry", "agribusiness", "mass-market retailing", "logistics"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cevital_logo_2016.svg", "description": "Algerian multinational company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
160 {"wikidata_id": "Q11108502", "display_name": "Nigerian Breweries", "legal_name": null, "aliases": [], "website": "https://www.nbplc.com", "canonical_domain": "nbplc.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.48151, "lon": 3.36494, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery company in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
161 {"wikidata_id": "Q28402045", "display_name": "Ajaokuta Steel Mill", "legal_name": "Ajaookuta steel", "aliases": ["ASCL"], "website": "https://www.ajaokutasteel.com", "canonical_domain": "ajaokutasteel.com", "country": "NG", "hq_city": "Ajaokuta", "hq_region": "Kogi State", "lat": 7.50148, "lon": 6.68954, "industries": ["mining"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "steel milling company in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
162 {"wikidata_id": "Q39050644", "display_name": "Verve International", "legal_name": null, "aliases": [], "website": "https://www.myverveworld.com", "canonical_domain": "myverveworld.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "payment card brand", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
163 {"wikidata_id": "Q5216192", "display_name": "Dangote Cement", "legal_name": "Dangote Cement", "aliases": ["Dangote Cement Plc"], "website": "https://www.dangcem.com", "canonical_domain": "dangcem.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.47752, "lon": 3.72563, "industries": ["construction"], "industry_labels": ["cement industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3013553", "name": "Dangote Group"}, "logo_url": null, "description": "Nigerian multinational publicly traded cement manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
164 {"wikidata_id": "Q5446777", "display_name": "Fidelity Bank Nigeria", "legal_name": "Fidelity Bank Plc", "aliases": [], "website": "https://fidelitybank.ng", "canonical_domain": "fidelitybank.ng", "country": "NG", "hq_city": "Lagos State", "hq_region": "Nigeria", "lat": 6.437, "lon": 3.40996, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5446777", "name": "Fidelity Bank Nigeria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fidelity-bank-nigeria.png", "description": "bank in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
165 {"wikidata_id": "Q5616584", "display_name": "Guinness Nigeria", "legal_name": null, "aliases": [], "website": "https://www.guinness-nigeria.com", "canonical_domain": "guinness-nigeria.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["food-beverage"], "industry_labels": ["Guiness"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "0292002192H7C7H2H732", "sec_cik": null, "parent": null, "logo_url": null, "description": "Guinness brewery in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
166 {"wikidata_id": "Q23461416", "display_name": "Chicken Republic", "legal_name": null, "aliases": [], "website": "https://www.chicken-republic.com", "canonical_domain": "chicken-republic.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian fast food chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
167 {"wikidata_id": "Q55609582", "display_name": "Dignified Mobile Toilets", "legal_name": "Mobile Toilet", "aliases": [], "website": "https://www.dmttoilets.com", "canonical_domain": "dmttoilets.com", "country": "NG", "hq_city": "Nigeria", "hq_region": null, "lat": 9.0, "lon": 8.0, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mobile public toilet system based in Nigeria", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
168 {"wikidata_id": "Q5570033", "display_name": "Globacom", "legal_name": null, "aliases": ["GLO", "Glo (company)"], "website": "https://www.gloworld.com", "canonical_domain": "gloworld.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian telecommunications company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
169 {"wikidata_id": "Q6794226", "display_name": "Mavin Records", "legal_name": "Mavin Records", "aliases": ["Rema"], "website": "https://www.mavinrecords.com", "canonical_domain": "mavinrecords.com", "country": "NG", "hq_city": "Lagos State", "hq_region": "Nigeria", "lat": 6.58333, "lon": 3.75, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
170 {"wikidata_id": "Q7537673", "display_name": "Skye Bank", "legal_name": "polaris bank", "aliases": ["Polaris Bank Limited"], "website": "https://www.polarisbanklimited.com", "canonical_domain": "polarisbanklimited.com", "country": "NG", "hq_city": "Lagos State", "hq_region": "Nigeria", "lat": 6.63926, "lon": 3.37511, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7537673", "name": "Skye Bank"}, "logo_url": null, "description": "Nigerian commercial bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
171 {"wikidata_id": "Q108392016", "display_name": "African Food Network", "legal_name": null, "aliases": ["Afri Food Network"], "website": "https://afrifoodnetwork.com", "canonical_domain": "afrifoodnetwork.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Afri_Food_Network.jpg", "description": "food and drink company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
172 {"wikidata_id": "Q108532027", "display_name": "Adaba FM", "legal_name": "Adaba fm", "aliases": [], "website": "https://adaba889.fm", "canonical_domain": "adaba889.fm", "country": "NG", "hq_city": "Akure", "hq_region": "Ondo State", "lat": 7.32547, "lon": 5.12054, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "radio station in Akure", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
173 {"wikidata_id": "Q109524256", "display_name": "City FM", "legal_name": null, "aliases": [], "website": "https://www.city1051fm.com", "canonical_domain": "city1051fm.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": 6.6333, "lon": 3.35351, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian radio station", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
174 {"wikidata_id": "Q1288487", "display_name": "Intercontinental Bank", "legal_name": null, "aliases": [], "website": "https://www.intercontinentalbankplc.com", "canonical_domain": "intercontinentalbankplc.com", "country": "NG", "hq_city": "Victoria Island", "hq_region": "Lagos State", "lat": 6.43111, "lon": 3.41583, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
175 {"wikidata_id": "Q19604475", "display_name": "Nigerian Export-Import Bank", "legal_name": null, "aliases": ["NEXIM"], "website": "https://www.neximbank.com.ng", "canonical_domain": "neximbank.com.ng", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["banking", "financial-services"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian export credit agency", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
176 {"wikidata_id": "Q19903351", "display_name": "Interswitch", "legal_name": null, "aliases": [], "website": "https://www.interswitchgroup.com", "canonical_domain": "interswitchgroup.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interswitch_logo.svg", "description": "payment processing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
177 {"wikidata_id": "Q21485092", "display_name": "Bet9ja", "legal_name": "Bet9ja", "aliases": [], "website": "https://mybet9ja.com", "canonical_domain": "mybet9ja.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21485092", "name": "Bet9ja"}, "logo_url": null, "description": "Nigerian online bookmaker company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
178 {"wikidata_id": "Q23020249", "display_name": "Chi Limited", "legal_name": null, "aliases": [], "website": "https://www.houseofchi.com", "canonical_domain": "houseofchi.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3295867", "name": "The Coca-Cola Company"}, "logo_url": null, "description": "CHI Limited is one of the most admired companies in the Food & Beverages industry in Nigeria. Today, CHI Limited is the market leader in the fruit juices and value-added dairy categories in Nigeria.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
179 {"wikidata_id": "Q24963782", "display_name": "LADOL", "legal_name": "LADOL Free Zone", "aliases": ["LFZ", "LADOL Base", "Lagos Deep Offshore Logistics Base"], "website": "https://www.ladol.com", "canonical_domain": "ladol.com", "country": "NG", "hq_city": "Apapa", "hq_region": "Lagos State", "lat": 6.44889, "lon": 3.35889, "industries": ["construction"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ladol_Logo.png", "description": "privately owned logistics and engineering facility", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
180 {"wikidata_id": "Q25047484", "display_name": "Ughelli Power Plant", "legal_name": null, "aliases": [], "website": "https://www.ughellipower.com", "canonical_domain": "ughellipower.com", "country": "NG", "hq_city": "Ughelli", "hq_region": "Delta State", "lat": 5.53989, "lon": 5.91511, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "thermal plant in Ughelli, Nigeria", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
181 {"wikidata_id": "Q25245509", "display_name": "Aiteo", "legal_name": "Aiteo", "aliases": [], "website": "https://www.aiteogroup.com", "canonical_domain": "aiteogroup.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian energy conglomerate", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
182 {"wikidata_id": "Q28407799", "display_name": "Gamsole", "legal_name": null, "aliases": [], "website": "https://gamsole.com", "canonical_domain": "gamsole.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian video game start-up", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
183 {"wikidata_id": "Q30593738", "display_name": "SystemSpecs", "legal_name": "SystemSpecs", "aliases": [], "website": "https://www.systemspecs.com.ng", "canonical_domain": "systemspecs.com.ng", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["software"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30593738", "name": "SystemSpecs"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SystemSpecs_Logo.png", "description": "Nigerian computer software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
184 {"wikidata_id": "Q5440356", "display_name": "Federal Radio Corporation of Nigeria", "legal_name": null, "aliases": [], "website": "https://www.radionigeria.gov.ng", "canonical_domain": "radionigeria.gov.ng", "country": "NG", "hq_city": null, "hq_region": null, "lat": 9.0416, "lon": 7.49132, "industries": ["media", "financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public fund radios organization, Nigeria", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
185 {"wikidata_id": "Q60752055", "display_name": "House On The Rock", "legal_name": null, "aliases": [], "website": "https://houseontherock.org.ng", "canonical_domain": "houseontherock.org.ng", "country": "NG", "hq_city": null, "hq_region": null, "lat": 6.43667, "lon": 3.49361, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": 0, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "church in Lagos, Nigeria", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
186 {"wikidata_id": "Q60847842", "display_name": "Green Africa Airways", "legal_name": null, "aliases": ["GAA"], "website": "https://www.greenafrica.com", "canonical_domain": "greenafrica.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": 6.57362, "lon": 3.35302, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian airlane", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
187 {"wikidata_id": "Q6344671", "display_name": "Kachifo Limited", "legal_name": null, "aliases": [], "website": "https://www.kachifo.com", "canonical_domain": "kachifo.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.30864, "lon": 3.82482, "industries": ["media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian independent publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
188 {"wikidata_id": "Q6959743", "display_name": "Nairaland", "legal_name": null, "aliases": [], "website": "https://www.nairaland.com", "canonical_domain": "nairaland.com", "country": "NG", "hq_city": "Ogun State", "hq_region": "Nigeria", "lat": 7.12, "lon": 3.3725, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nairaland_Logo.png", "description": "Nigerian forum website", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
189 {"wikidata_id": "Q7032809", "display_name": "Nigeria LNG", "legal_name": "Nigeria LNG", "aliases": [], "website": "https://www.nlng.com", "canonical_domain": "nlng.com", "country": "NG", "hq_city": "Rivers State", "hq_region": "Nigeria", "lat": 4.42586, "lon": 7.15314, "industries": ["energy"], "industry_labels": ["liquefied natural gas"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7032809", "name": "Nigeria LNG"}, "logo_url": null, "description": "liquefied natural gas plant of Nigeria", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
190 {"wikidata_id": "Q7076201", "display_name": "Oceanic Bank", "legal_name": null, "aliases": [], "website": "https://www.oceanicbanknigeria.com", "canonical_domain": "oceanicbanknigeria.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct Nigerian bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
191 {"wikidata_id": "Q7493681", "display_name": "Shell Nigeria", "legal_name": "Shell Nigeria", "aliases": ["Shell Petroleum Development Company of Nigeria Limited"], "website": "https://www.shell.com.ng", "canonical_domain": "shell.com.ng", "country": "NG", "hq_city": "Federal Capital Territory", "hq_region": "Nigeria", "lat": 6.61818, "lon": 3.37109, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q154950", "name": "Shell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shell_wordmark_2019.svg", "description": "Oil company, subsidiary of Shell", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
192 {"wikidata_id": "Q7834708", "display_name": "Transnational Corporation of Nigeria", "legal_name": "Transnational Corporation of Nigeria", "aliases": [], "website": "https://www.transcorpnigeria.com", "canonical_domain": "transcorpnigeria.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7834708", "name": "Transnational Corporation of Nigeria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transcorp_Group.svg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1 +{"wikidata_id": "Q1856518", "display_name": "Vodacom", "legal_name": "Vodacom Group Limited", "aliases": ["Vodacom Group"], "website": "https://www.vodacom.com", "canonical_domain": "vodacom.com", "country": "ZA", "hq_city": "Midrand", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.0, "lon": 28.13333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1994, "employees": 7746, "public_company": true, "ticker": "VOD", "exchange": "Johannesburg Stock Exchange", "lei": "37890012A8DC24B8D663", "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": null, "description": "South African telecommunications company", "sitelinks": 22, "importance": 0.6593, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2 +{"wikidata_id": "Q1576610", "display_name": "Standard Bank", "legal_name": null, "aliases": ["SB", "Standard Bank Group", "Standard Bank of South Africa Limited", "The Standard Bank of South Africa"], "website": "https://standardbank.co.za", "canonical_domain": "standardbank.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["banking", "insurance", "financial-services"], "industry_labels": ["bank", "insurance", "financial services", "other credit granting"], "founded_year": 1862, "employees": 69000, "public_company": true, "ticker": "SBK", "exchange": "Johannesburg Stock Exchange", "lei": "2549003PEZXUT7MDBU41", "sec_cik": null, "parent": null, "logo_url": null, "description": "one of South Africa's largest financial services groups", "sitelinks": 15, "importance": 0.6528, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3 +{"wikidata_id": "Q541076", "display_name": "AngloGold Ashanti", "legal_name": "ANGLOGOLD ASHANTI LIMITED", "aliases": ["AngloGold Ashanti Limited", "AngloGold Ashanti plc"], "website": "https://www.anglogoldashanti.com", "canonical_domain": "anglogoldashanti.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2004, "employees": 62046, "public_company": true, "ticker": "AGG", "exchange": "Australian Securities Exchange", "lei": "378900EF3BA9A5F42A59", "sec_cik": "1973832", "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.6294, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1973832", "enriched_at": "2026-09-13T07:17:38+00:00"}}
4 +{"wikidata_id": "Q1818970", "display_name": "Telkom", "legal_name": null, "aliases": ["1991/005476/30", "Telkom SA", "Ltd"], "website": "https://www.telkom.co.za", "canonical_domain": "telkom.co.za", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1991, "employees": 19197, "public_company": true, "ticker": "TKG", "exchange": "Johannesburg Stock Exchange", "lei": "529900GES0BUVJEDKF90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TelkomSA.svg", "description": "telecommunications provider in South Africa", "sitelinks": 11, "importance": 0.604, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5 +{"wikidata_id": "Q1534597", "display_name": "Gold Fields", "legal_name": null, "aliases": ["Goldfields", "Gold Fields Limited", "Gold Fields Ltd."], "website": "https://www.goldfields.co.za", "canonical_domain": "goldfields.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": ["gold mining"], "founded_year": 1998, "employees": 49715, "public_company": true, "ticker": "GFI", "exchange": "Johannesburg Stock Exchange", "lei": "335800GQ9JFEFGC12262", "sec_cik": "1172724", "parent": null, "logo_url": null, "description": "South African mining company", "sitelinks": 7, "importance": 0.5752, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1172724", "enriched_at": "2026-09-13T07:17:38+00:00"}}
6 +{"wikidata_id": "Q5453738", "display_name": "First Rand", "legal_name": null, "aliases": ["FirstRand", "FirstRand Group", "FirstRand Limited"], "website": "https://www.firstrand.co.za", "canonical_domain": "firstrand.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["asset-management", "financial-services"], "industry_labels": [], "founded_year": 1998, "employees": 49233, "public_company": true, "ticker": "FSR", "exchange": "Johannesburg Stock Exchange", "lei": "529900XYOP8CUZU7R671", "sec_cik": null, "parent": null, "logo_url": null, "description": "holding company of FirstRand Bank", "sitelinks": 7, "importance": 0.575, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7 +{"wikidata_id": "Q5152506", "display_name": "Commercial International Bank", "legal_name": null, "aliases": [], "website": "https://www.cibeg.com", "canonical_domain": "cibeg.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1975, "employees": 5983, "public_company": true, "ticker": "COMI.CA", "exchange": "Egyptian Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cib_Logo.svg", "description": "Egyptian bank", "sitelinks": 9, "importance": 0.568, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8 +{"wikidata_id": "Q17061030", "display_name": "Jumià", "legal_name": "Jumia", "aliases": ["Jumia Market"], "website": "https://group.jumia.com", "canonical_domain": "jumia.com", "country": "NG", "hq_city": "Ikeja", "hq_region": "Lagos State", "lat": 6.61857, "lon": 3.34259, "industries": ["internet"], "industry_labels": ["online shop"], "founded_year": 2012, "employees": 4000, "public_company": true, "ticker": "JMIA", "exchange": "New York Stock Exchange", "lei": "391200JWCL5VCOSXNT56", "sec_cik": "1756708", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JumiaLogo_%2814%29.png", "description": "African e-commerce company", "sitelinks": 9, "importance": 0.5621, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
9 +{"wikidata_id": "Q627514", "display_name": "Johannesburg Stock Exchange", "legal_name": "JSE Limited", "aliases": ["JSE", "JSE Securities Exchange", "The JSE Limited", "XJSE"], "website": "https://www.jse.co.za", "canonical_domain": "jse.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "JSE", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock exchange in Johannesburg, South Africa", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3063443"}]}
10 +{"wikidata_id": "Q471891", "display_name": "De Beers", "legal_name": null, "aliases": ["De Beers Group", "The De Beers Group of Companies"], "website": "https://www.debeersgroup.com", "canonical_domain": "debeersgroup.com", "country": "ZA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["retail", "mining"], "industry_labels": ["trade", "raw material extraction"], "founded_year": 1888, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q541451", "name": "Anglo American plc"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/De_Beers_Group_-_Logo.svg", "description": "International corporation that specialises in diamond exploration, diamond mining, diamond retail, rough diamond sales and industrial diamond manufacturing", "sitelinks": 44, "importance": 0.5436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
11 +{"wikidata_id": "Q1813361", "display_name": "MTN Group", "legal_name": null, "aliases": ["MTN", "Areeba", "Investcom", "M-Cell", "Mobile Technology Networks", "MTN Group Limited", "MTN International Group"], "website": "https://www.mtn.com", "canonical_domain": "mtn.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "MTN", "exchange": "Johannesburg Stock Exchange", "lei": "2549009JD6Q6XHZS5E05", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTN_2022_logo.svg", "description": "multinational telecommunications company based in South Africa", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
12 +{"wikidata_id": "Q1965898", "display_name": "Naspers", "legal_name": null, "aliases": [], "website": "https://www.naspers.com", "canonical_domain": "naspers.com", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "NPSNY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African multinational internet, technology and multimedia holding company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
13 +{"wikidata_id": "Q1090717", "display_name": "Sonatrach", "legal_name": null, "aliases": ["Sonatrach SPA", "Société Nationale de Transport et de Commercialisation des Hydrocarbures"], "website": "https://sonatrach.com", "canonical_domain": "sonatrach.com", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "extraction of crude petroleum and natural gas"], "founded_year": 1963, "employees": 200000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonatrach.svg", "description": "Algerian oil and gas company", "sitelinks": 27, "importance": 0.527, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
14 +{"wikidata_id": "Q1992164", "display_name": "Nilesat", "legal_name": null, "aliases": [], "website": "https://nilesat.org", "canonical_domain": "nilesat.org", "country": "EG", "hq_city": "6th of October City", "hq_region": "Giza Governorate", "lat": 29.93611, "lon": 30.92694, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "EGSA", "exchange": "Egyptian Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nilesat.png", "description": "Egyptian satellite communication company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
15 +{"wikidata_id": "Q406764", "display_name": "Air Algérie", "legal_name": null, "aliases": ["CAT", "AH", "DAH", "Compagnie Air Transport", "Air Algeria", "Air Algerie", "Air Algerie SpA", "Air Algérie SpA"], "website": "https://airalgerie.dz", "canonical_domain": "airalgerie.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1953, "employees": 9078, "public_company": false, "ticker": null, "exchange": null, "lei": "89450070YSBM214PYP86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Air_Alg%C3%A9rie.svg", "description": "flag-carrier airline of Algeria", "sitelinks": 37, "importance": 0.5144, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
16 +{"wikidata_id": "Q905998", "display_name": "Sasol", "legal_name": null, "aliases": ["Sasol Limited", "Sasol Ltd"], "website": "https://www.sasol.com", "canonical_domain": "sasol.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "SSL", "exchange": "New York Stock Exchange", "lei": "378900F4544561A97588", "sec_cik": "314590", "parent": null, "logo_url": null, "description": "South African energy and chemical company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "314590", "enriched_at": "2026-09-13T07:17:38+00:00"}}
17 +{"wikidata_id": "Q289704", "display_name": "Old Mutual", "legal_name": null, "aliases": ["Old Mutual Limited", "Old Mutual plc", "South African Mutual Life Assurance"], "website": "https://www.oldmutual.com", "canonical_domain": "oldmutual.com", "country": "ZA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1845, "employees": null, "public_company": true, "ticker": "OMU", "exchange": "Johannesburg Stock Exchange", "lei": "213800MON84ZWWPQCN47", "sec_cik": null, "parent": null, "logo_url": null, "description": "pan-African investment, savings, insurance, and banking group", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
18 +{"wikidata_id": "Q58641733", "display_name": "ABSA Group Limited", "legal_name": null, "aliases": ["1986/003934/06", "Absa Bank"], "website": "https://www.absa.africa", "canonical_domain": "absa.africa", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "ABG", "exchange": "Johannesburg Stock Exchange", "lei": "2138006IPPRD4N6XLT30", "sec_cik": "1040826", "parent": {"wikidata_id": "Q245343", "name": "Barclays"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Absa_Logo.svg", "description": "South African-based financial services group", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
19 +{"wikidata_id": "Q407783", "display_name": "Air Seychelles", "legal_name": null, "aliases": [], "website": "https://www.airseychelles.com", "canonical_domain": "airseychelles.com", "country": "SC", "hq_city": "Mahé", "hq_region": "Inner Islands", "lat": -4.68, "lon": 55.48, "industries": ["airlines"], "industry_labels": [], "founded_year": 1978, "employees": 650, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national airline of the Seychelles", "sitelinks": 32, "importance": 0.4614, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
20 +{"wikidata_id": "Q1857639", "display_name": "Shoprite", "legal_name": null, "aliases": ["Shoprite (retailer)", "Shoprite Botswana", "Shoprite Holdings", "Shoprite South Africa"], "website": "https://www.shoprite.mw", "canonical_domain": "shoprite.mw", "country": "ZA", "hq_city": "Brackenfell", "hq_region": "City of Cape Town", "lat": -33.86667, "lon": 18.68333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "SHP", "exchange": "Johannesburg Stock Exchange", "lei": "529900Q4O1EYP6NH5150", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_-_Shoprite_-_SUPERMARCE.jpg", "description": "Africa's largest food retailer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
21 +{"wikidata_id": "Q253927", "display_name": "Egyptian National Railways", "legal_name": null, "aliases": ["ENR"], "website": "https://www.enr.gov.eg", "canonical_domain": "enr.gov.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.06333, "lon": 31.24419, "industries": ["transportation"], "industry_labels": [], "founded_year": 1853, "employees": 42000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ENR_logo.png", "description": "state-owned railway company of Egypt", "sitelinks": 17, "importance": 0.458, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
22 +{"wikidata_id": "Q481472", "display_name": "Sappi", "legal_name": null, "aliases": ["South African Pulp and Paper Industries"], "website": "https://www.sappi.com", "canonical_domain": "sappi.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "SAP", "exchange": "Johannesburg Stock Exchange", "lei": "549300SSI7XQH8ESJG95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAP_LOGOsmall.jpg", "description": "global pulp and paper company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
23 +{"wikidata_id": "Q620432", "display_name": "Anglo American Platinum", "legal_name": null, "aliases": ["Amplats", "Anglo American Platinum Limited"], "website": "https://www.angloamericanplatinum.com", "canonical_domain": "angloamericanplatinum.com", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "AMS", "exchange": "Johannesburg Stock Exchange", "lei": "529900RORCZ0E5S5FX81", "sec_cik": null, "parent": {"wikidata_id": "Q541451", "name": "Anglo American plc"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
24 +{"wikidata_id": "Q677832", "display_name": "Sonangol Group", "legal_name": null, "aliases": ["Group Sonangol"], "website": "https://www.sonangol.co.ao", "canonical_domain": "sonangol.co.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1953, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonangol_Logo.svg", "description": "Angolan oil and gas company", "sitelinks": 17, "importance": 0.4372, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
25 +{"wikidata_id": "Q16994999", "display_name": "International Breweries Plc", "legal_name": null, "aliases": [], "website": "https://www.international-breweries.com", "canonical_domain": "international-breweries.com", "country": "NG", "hq_city": "Ilesa", "hq_region": "Osun State", "lat": 7.62614, "lon": 4.78397, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1971, "employees": 375, "public_company": true, "ticker": "INTBREW", "exchange": "Nigerian Exchange Group", "lei": "029200840G5MA6F60G17", "sec_cik": null, "parent": null, "logo_url": null, "description": "international brewering firm", "sitelinks": 3, "importance": 0.4316, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
26 +{"wikidata_id": "Q1507228", "display_name": "Harmony Gold", "legal_name": "Harmony Gold Mining Company Limited", "aliases": ["Harmony Gold Mining Company"], "website": "https://www.harmony.co.za", "canonical_domain": "harmony.co.za", "country": "ZA", "hq_city": "Randfontein", "hq_region": "Rand West City Local Municipality", "lat": -28.06917, "lon": 26.85194, "industries": ["mining"], "industry_labels": ["gold mining"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "HMY", "exchange": "Johannesburg Stock Exchange", "lei": "378900986D05F0C29811", "sec_cik": "1023514", "parent": null, "logo_url": null, "description": "gold mining company in South Africa", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1023514", "enriched_at": "2026-09-13T07:17:38+00:00"}}
27 +{"wikidata_id": "Q8033997", "display_name": "Woolworths", "legal_name": null, "aliases": ["woolies", "Woolworths Holdings Limited"], "website": "https://www.woolworths.co.za", "canonical_domain": "woolworths.co.za", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "WHL", "exchange": "Johannesburg Stock Exchange", "lei": "37890095421E07184E97", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Woolworths_South_Africa.png", "description": "South African retail company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
28 +{"wikidata_id": "Q2299942", "display_name": "Maroc Telecom", "legal_name": null, "aliases": ["IAM", "Itissalat Al-Maghrib"], "website": "https://www.iam.ma", "canonical_domain": "iam.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": ["telecommunications", "internet"], "industry_labels": ["telecommunications industry", "mobile phone industry", "Internet industry"], "founded_year": 1998, "employees": 11807, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q543449", "name": "e&"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maroc_Telecom_logo.png", "description": "Moroccan telecommunications company", "sitelinks": 15, "importance": 0.4272, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
29 +{"wikidata_id": "Q223763", "display_name": "South African Airways", "legal_name": null, "aliases": ["SAA"], "website": "https://www.flysaa.com", "canonical_domain": "flysaa.com", "country": "ZA", "hq_city": "OR Tambo International Airport", "hq_region": "Kempton Park", "lat": -26.13917, "lon": 28.24611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_African_Airways_2019_logo.svg", "description": "flag-carrier airline of South Africa", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
30 +{"wikidata_id": "Q245233", "display_name": "Ethiopian Airlines", "legal_name": null, "aliases": ["Ethiopian", "ET", "ETH"], "website": "https://www.ethiopianairlines.com", "canonical_domain": "ethiopianairlines.com", "country": "ET", "hq_city": "Addis Ababa Bole International Airport", "hq_region": "Bole", "lat": 8.97778, "lon": 38.79944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ethiopian_Airlines_Logo.svg", "description": "flag-carrier airline of Ethiopia", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
31 +{"wikidata_id": "Q21639712", "display_name": "Sibanye-Stillwater", "legal_name": null, "aliases": ["Sibanye Gold", "Sibanye Stillwater", "Sibanye Stillwater Ltd"], "website": "https://sibanyestillwater.com", "canonical_domain": "sibanyestillwater.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": ["mining", "gold mining"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "SSW", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": "1786909", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sibanye-Stillwater.svg", "description": "the largest individual producer of gold from South Africa", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1786909", "enriched_at": "2026-09-13T07:17:38+00:00"}}
32 +{"wikidata_id": "Q620398", "display_name": "Impala Platinum", "legal_name": null, "aliases": ["Implats"], "website": "https://www.implats.co.za", "canonical_domain": "implats.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "IMPUY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational mining corporation based in South Africa", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
33 +{"wikidata_id": "Q6309678", "display_name": "Julius Berger Nigeria", "legal_name": "Julius Berger", "aliases": [], "website": "https://www.julius-berger.com", "canonical_domain": "julius-berger.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.91936, "lon": 7.3511, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "JBERGER", "exchange": "Nigerian Exchange Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian construction company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
34 +{"wikidata_id": "Q374740", "display_name": "EgyptAir", "legal_name": null, "aliases": ["MS", "MSR", "Egypt Air", "United Arab Airlines"], "website": "https://www.egyptair.com", "canonical_domain": "egyptair.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q33093184", "name": "EgyptAir Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Egyptair-Logo-2010.svg", "description": "national airline of Egypt", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
35 +{"wikidata_id": "Q930225", "display_name": "Ecobank", "legal_name": null, "aliases": ["Ecobank Transnational Inc."], "website": "https://www.ecobank.com", "canonical_domain": "ecobank.com", "country": "TG", "hq_city": "Lomé", "hq_region": "Golfe Prefecture", "lat": 6.13, "lon": 1.21583, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1985, "employees": 20331, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ecobank_Logo.svg", "description": "pan-African banking conglomerate", "sitelinks": 12, "importance": 0.4133, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5333156"}]}
36 +{"wikidata_id": "Q638900", "display_name": "Kenya Airways", "legal_name": null, "aliases": ["Kenya Airways Ltd"], "website": "https://www.kenya-airways.com", "canonical_domain": "kenya-airways.com", "country": "KE", "hq_city": "Embakasi", "hq_region": "Nairobi City County", "lat": -1.3, "lon": 36.91667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kenya_Airways_logo.svg", "description": "flag-carrier airline of Kenya", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
37 +{"wikidata_id": "Q2060638", "display_name": "Banque Misr", "legal_name": null, "aliases": [], "website": "https://www.banquemisr.com", "canonical_domain": "banquemisr.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["banking"], "industry_labels": [], "founded_year": 1920, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banque_Misr.svg", "description": "Egyptian bank", "sitelinks": 10, "importance": 0.3955, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
38 +{"wikidata_id": "Q407556", "display_name": "Air Mauritius", "legal_name": null, "aliases": ["Air Mauritius Limited"], "website": "https://www.airmauritius.com", "canonical_domain": "airmauritius.com", "country": "MU", "hq_city": "Port Louis", "hq_region": "Port Louis District", "lat": -20.16194, "lon": 57.49889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "2549006Z2WEMVZ49ES85", "sec_cik": null, "parent": null, "logo_url": null, "description": "flag-carrier airline of Mauritius", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
39 +{"wikidata_id": "Q5978240", "display_name": "Zenith Bank", "legal_name": "Zenith Bank", "aliases": ["Zenith Bank Plc."], "website": "https://www.zenithbank.com", "canonical_domain": "zenithbank.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5978240", "name": "Zenith Bank"}, "logo_url": null, "description": "Nigerian commercial financial services company", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
40 +{"wikidata_id": "Q866103", "display_name": "Royal Air Maroc", "legal_name": null, "aliases": [], "website": "https://www.royalairmaroc.com", "canonical_domain": "royalairmaroc.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["airlines"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117542", "name": "Groupe Royal Air Maroc"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Royal_Air_Maroc.svg", "description": "flag-carrier airline of Morocco", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3445865"}, {"related_domain_conflict": "Q3445864"}]}
41 +{"wikidata_id": "Q1370287", "display_name": "Orascom Construction Industries", "legal_name": null, "aliases": [], "website": "https://orascom.com", "canonical_domain": "orascom.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300NCMRGIBJYUOE57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_OCI_Global.svg", "description": "company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q163321"}]}
42 +{"wikidata_id": "Q408748", "display_name": "Airkenya Express", "legal_name": null, "aliases": [], "website": "https://www.airkenya.com", "canonical_domain": "airkenya.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1987, "employees": 165, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 18, "importance": 0.3836, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
43 +{"wikidata_id": "Q1577006", "display_name": "Office national des transports", "legal_name": null, "aliases": ["Office National des Transports", "ONATRA", "SCTP"], "website": "https://sctp-sa-rdc.online", "canonical_domain": "sctp-sa-rdc.online", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["transportation"], "industry_labels": [], "founded_year": 2011, "employees": 6500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway company in the D.R. of Congo", "sitelinks": 10, "importance": 0.3792, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
44 +{"wikidata_id": "Q692811", "display_name": "Tunisair", "legal_name": null, "aliases": ["TAR", "TU"], "website": "https://www.tunisair.com", "canonical_domain": "tunisair.com", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["airlines"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian airline", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
45 +{"wikidata_id": "Q2297197", "display_name": "Tunisian National Railway Company", "legal_name": null, "aliases": ["SNCFT", "Societe Nationale des Chemins de Fer Tunisiens", "Société nationale des chemins de fer tunisiens", "Tunisian National Railway Society"], "website": "https://www.sncft.com.tn", "canonical_domain": "sncft.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1956, "employees": 4871, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_-_SNCFT.png", "description": "railway company in Tunisia", "sitelinks": 10, "importance": 0.375, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
46 +{"wikidata_id": "Q387901", "display_name": "afriqiyah.aero", "legal_name": null, "aliases": [], "website": "https://www.afriqiyah.aero", "canonical_domain": "afriqiyah.aero", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Libyan airline", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
47 +{"wikidata_id": "Q253858", "display_name": "Air Madagascar", "legal_name": null, "aliases": ["Société Nationale Malgache de Transports Aériens", "Société Anonyme"], "website": "https://madagascarairlines.com", "canonical_domain": "madagascarairlines.com", "country": "MG", "hq_city": "Antananarivo", "hq_region": "Antananarivo-Renivohitra District", "lat": -18.91, "lon": 47.525, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Antananarivo, Madagascar", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
48 +{"wikidata_id": "Q2055692", "display_name": "Marjane Group", "legal_name": null, "aliases": ["Marjane Holding"], "website": "https://www.marjane.ma", "canonical_domain": "marjane.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": 6700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marjane-logo.png", "description": "Moroccan retail company", "sitelinks": 9, "importance": 0.3696, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
49 +{"wikidata_id": "Q6939094", "display_name": "Murray & Roberts", "legal_name": null, "aliases": ["Murray & Roberts Holdings", "Ltd."], "website": "https://www.murrob.com", "canonical_domain": "murrob.com", "country": "ZA", "hq_city": "Bedfordview", "hq_region": "City of Ekurhuleni Metropolitan Municipality", "lat": -26.17944, "lon": 28.13611, "industries": ["construction"], "industry_labels": ["civil engineering", "construction"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "MUR", "exchange": "Johannesburg Stock Exchange", "lei": "529900FTW4FNO02STM28", "sec_cik": null, "parent": null, "logo_url": null, "description": "South Africa based construction contractor", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
50 +{"wikidata_id": "Q5403583", "display_name": "ethio telecom", "legal_name": null, "aliases": ["ETC", "Ethiopian telecommunication corporation"], "website": "https://www.ethiotelecom.et", "canonical_domain": "ethiotelecom.et", "country": "ET", "hq_city": "Addis Ababa", "hq_region": "Ethiopia", "lat": 9.03583, "lon": 38.7525, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "mobile phone industry"], "founded_year": 1952, "employees": 13549, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ethiopian telecommunications company", "sitelinks": 8, "importance": 0.3687, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
51 +{"wikidata_id": "Q407842", "display_name": "Air Tanzania", "legal_name": null, "aliases": ["ATC", "TC"], "website": "https://www.airtanzania.co.tz", "canonical_domain": "airtanzania.co.tz", "country": "TZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier airline of Tanzania", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
52 +{"wikidata_id": "Q1147012", "display_name": "Air Cairo", "legal_name": null, "aliases": ["MSC", "SM"], "website": "https://aircairo.com", "canonical_domain": "aircairo.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q374740", "name": "EgyptAir"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Cairo_logo.svg", "description": "Egyptian airline", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
53 +{"wikidata_id": "Q407920", "display_name": "Air Zimbabwe", "legal_name": null, "aliases": ["Air Rhodesia"], "website": "https://www.airzimbabwe.aero", "canonical_domain": "airzimbabwe.aero", "country": "ZW", "hq_city": "Harare", "hq_region": "Harare Province", "lat": -17.82917, "lon": 31.05222, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Flag carrier of Zimbabwe", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
54 +{"wikidata_id": "Q660986", "display_name": "Arik Air", "legal_name": "Arik Air", "aliases": ["Arik"], "website": "https://www.arikair.com", "canonical_domain": "arikair.com", "country": "NG", "hq_city": "Murtala Muhammed International Airport", "hq_region": "Ikeja", "lat": 6.57722, "lon": 3.32111, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q660986", "name": "Arik Air"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arik_Air_logo.svg", "description": "Nigerian airline operating within Africa", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
55 +{"wikidata_id": "Q4689607", "display_name": "flyafricaworld.com", "legal_name": null, "aliases": ["AWA", "Africa World Airlines Limited"], "website": "https://www.flyafricaworld.com", "canonical_domain": "flyafricaworld.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": 381, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial airline in Ghana", "sitelinks": 13, "importance": 0.3635, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
56 +{"wikidata_id": "Q1780755", "display_name": "TransNamib", "legal_name": null, "aliases": [], "website": "https://www.transnamib.com.na", "canonical_domain": "transnamib.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["transportation"], "industry_labels": [], "founded_year": 1895, "employees": 1802, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19958763", "name": "Ministry of Public Enterprises"}, "logo_url": null, "description": "railway operator in Namibia", "sitelinks": 10, "importance": 0.3606, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
57 +{"wikidata_id": "Q836564", "display_name": "Djezzy GSM", "legal_name": null, "aliases": [], "website": "https://www.djezzy.dz", "canonical_domain": "djezzy.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2001, "employees": 3083, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Djezzy_Logo_2015.svg", "description": "Algerian telecommunications company", "sitelinks": 9, "importance": 0.3584, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
58 +{"wikidata_id": "Q1334063", "display_name": "Nigerian Railway Corporation", "legal_name": null, "aliases": ["Nigerian Railway"], "website": "https://nrc.gov.ng", "canonical_domain": "nrc.gov.ng", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["transportation"], "industry_labels": [], "founded_year": 1898, "employees": 6516, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nigerian_Railway_Corporation.jpg", "description": "Railway Corporation", "sitelinks": 8, "importance": 0.3581, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
59 +{"wikidata_id": "Q392542", "display_name": "RwandAir", "legal_name": null, "aliases": ["RwandAir Limited", "RwandAir Express", "RwandAir S.A.R.L"], "website": "https://www.rwandair.com", "canonical_domain": "rwandair.com", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.9525, "lon": 30.115, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RwandAir_Logotype.png", "description": "flag carrier airline of Rwanda", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
60 +{"wikidata_id": "Q2300422", "display_name": "Orange Morocco", "legal_name": null, "aliases": ["Meditel"], "website": "https://www.orange.ma", "canonical_domain": "orange.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider", "telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": 1280, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1431486", "name": "Orange"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg", "description": "Internet provider and mobile network", "sitelinks": 10, "importance": 0.3557, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
61 +{"wikidata_id": "Q4045343", "display_name": "Nigerian Postal Service", "legal_name": null, "aliases": ["Nipost"], "website": "https://www.nipost.gov.ng", "canonical_domain": "nipost.gov.ng", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1987, "employees": 12000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "postal service in Nigeria", "sitelinks": 7, "importance": 0.3546, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
62 +{"wikidata_id": "Q1419926", "display_name": "South African Broadcasting Corporation", "legal_name": null, "aliases": ["SABC"], "website": "https://www.sabc.co.za", "canonical_domain": "sabc.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["media"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_African_Broadcasting_Corporation_logo.svg", "description": "state-owned public broadcaster in South Africa", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
63 +{"wikidata_id": "Q864117", "display_name": "Sudan Airways", "legal_name": null, "aliases": ["Sudan AW"], "website": "https://www.sudanair.com", "canonical_domain": "sudanair.com", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["airlines"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sudan_Airways_Logo.svg", "description": "flag carrier airline of the Sudan", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
64 +{"wikidata_id": "Q1050518", "display_name": "TAAG Angola Airlines", "legal_name": "Transportes Aéreos de Angola", "aliases": ["2007 TAAG Angola Airlines crash", "Air Angola", "Air Transport Division", "Angola Air", "Angola Airlines", "DTA", "TAAG - Angola Airlines", "TAAG Air Angola"], "website": "https://www.taag.com", "canonical_domain": "taag.com", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAAG_2023_wordmark.svg", "description": "state-owned flag carrier of Angola", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
65 +{"wikidata_id": "Q225988", "display_name": "Nouvelair", "legal_name": null, "aliases": ["BJ", "LBT", "Nouvelair Airline", "Nouvelair Limited Company"], "website": "https://www.nouvelair.com", "canonical_domain": "nouvelair.com", "country": "TN", "hq_city": "Monastir", "hq_region": "Monastir Governorate", "lat": 35.77799, "lon": 10.82617, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117580", "name": "TTS Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nouvelair_Logo.svg", "description": "Tunisian airline", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
66 +{"wikidata_id": "Q406928", "display_name": "Air Burkina", "legal_name": null, "aliases": ["Air Burkina SA", "Air Volta"], "website": "https://www.air-burkina.com", "canonical_domain": "air-burkina.com", "country": "BF", "hq_city": "Ouagadougou", "hq_region": "Ouagadougou Department", "lat": 12.36861, "lon": -1.5275, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Flag-carrier airline of Burkina Faso", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
67 +{"wikidata_id": "Q1094344", "display_name": "Daallo Airlines", "legal_name": null, "aliases": [], "website": "https://www.daallo.biz", "canonical_domain": "daallo.biz", "country": "DJ", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
68 +{"wikidata_id": "Q1156479", "display_name": "LAM Mozambique Airlines", "legal_name": null, "aliases": ["LAM", "LAM Air", "LAM Airlines", "LAM Airways", "LAM Mozambique", "Linhas Aéreas de Moçambique"], "website": "https://www.lam.co.mz", "canonical_domain": "lam.co.mz", "country": "MZ", "hq_city": "Maputo", "hq_region": "Mozambique", "lat": -25.96889, "lon": 32.57333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "LAM - Mozambique Airlines, S. A. or Linhas Aéreas de Moçambique, Ltd., operating as LAM Mozambique Airlines, is the flag carrier of Mozambique.", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
69 +{"wikidata_id": "Q189972", "display_name": "Bank of Central African States", "legal_name": "Banque des États de l'Afrique Centrale", "aliases": ["BEAC", "Central African States Development Bank"], "website": "https://www.beac.int", "canonical_domain": "beac.int", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.86808, "lon": 11.52309, "industries": ["banking"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "central bank", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
70 +{"wikidata_id": "Q406896", "display_name": "Air Botswana", "legal_name": "Air Botswana Corporation", "aliases": [], "website": "https://www.airbotswana.co.bw", "canonical_domain": "airbotswana.co.bw", "country": "BW", "hq_city": "Sir Seretse Khama International Airport", "hq_region": "Gaborone", "lat": -24.55583, "lon": 25.92306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Botswana", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
71 +{"wikidata_id": "Q669686", "display_name": "Cabo Verde Airlines", "legal_name": null, "aliases": [], "website": "https://www.caboverdeairlines.com", "canonical_domain": "caboverdeairlines.com", "country": "CV", "hq_city": "Praia", "hq_region": "Praia", "lat": 14.91772, "lon": -23.50916, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q216645", "name": "Icelandair"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cabo_Verde_Airlines_logo.svg", "description": "International airline based in Cape Verde, formerly named TACV", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
72 +{"wikidata_id": "Q7398410", "display_name": "Safaricom", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.safaricom.co.ke", "canonical_domain": "safaricom.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": 6616, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mobile network operator in Kenya", "sitelinks": 7, "importance": 0.346, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
73 +{"wikidata_id": "Q1388949", "display_name": "Inwi", "legal_name": null, "aliases": ["Wana", "ghizlane", "INWI"], "website": "https://inwi.ma", "canonical_domain": "inwi.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "telecommunications industry"], "founded_year": 1999, "employees": 1300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q144364", "name": "Zain Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_inwi.svg", "description": "Moroccan telecommunications company", "sitelinks": 9, "importance": 0.3459, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
74 +{"wikidata_id": "Q12063032", "display_name": "DRDGOLD Limited", "legal_name": null, "aliases": ["D"], "website": "https://www.drd.co.za", "canonical_domain": "drd.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["mining"], "industry_labels": [], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "DRD", "exchange": "New York Stock Exchange", "lei": "529900Z0P3GRRN23MG34", "sec_cik": "1023512", "parent": null, "logo_url": null, "description": "South African gold producer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1023512", "enriched_at": "2026-09-13T07:17:38+00:00"}}
75 +{"wikidata_id": "Q4829573", "display_name": "Tiso Blackstar Group", "legal_name": null, "aliases": ["Times Media Group", "Avusa", "Johnnic Communications"], "website": "https://arena.africa", "canonical_domain": "arena.africa", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "TMG", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African media company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
76 +{"wikidata_id": "Q5416938", "display_name": "Eveready East Africa", "legal_name": null, "aliases": [], "website": "https://www.eveready.co.ke", "canonical_domain": "eveready.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["energy"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "EVRD", "exchange": "Nairobi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kenyan battery manufacturer, marketer, and distributor of other goods", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
77 +{"wikidata_id": "Q73312516", "display_name": "Swvl", "legal_name": null, "aliases": [], "website": "https://swvl.com", "canonical_domain": "swvl.com", "country": "EG", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["automotive"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "SWVL", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swvl_Logo.png", "description": "Egyptian bus vehicle for hire company based in Cairo", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
78 +{"wikidata_id": "Q579747", "display_name": "Guaranty Trust Holding Company", "legal_name": "Guaranty Trust Bank", "aliases": ["gt bank", "GT Bank"], "website": "https://www.gtbank.com", "canonical_domain": "gtbank.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.42899, "lon": 3.42215, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": "0292001868F6N5VI5G15", "sec_cik": null, "parent": {"wikidata_id": "Q579747", "name": "Guaranty Trust Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GTCO_logo.svg", "description": "Nigerian financial services holding company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
79 +{"wikidata_id": "Q7893680", "display_name": "Unitel", "legal_name": null, "aliases": ["925283515"], "website": "https://www.unitel.ao", "canonical_domain": "unitel.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2001, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unitel_Logo_2005.svg", "description": "telecommunications company in Angola", "sitelinks": 8, "importance": 0.341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
80 +{"wikidata_id": "Q4856020", "display_name": "Alexbank", "legal_name": null, "aliases": [], "website": "https://www.alexbank.com", "canonical_domain": "alexbank.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1957, "employees": 4300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alex_Bank_Logo.svg", "description": "Egyptian bank", "sitelinks": 7, "importance": 0.3397, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
81 +{"wikidata_id": "Q1056939", "display_name": "Libyan Airlines", "legal_name": null, "aliases": ["Libyan Arab Airlines"], "website": "https://www.libyanairlines.aero", "canonical_domain": "libyanairlines.aero", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["airlines"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LN_Airlines.jpg", "description": "Flag carrier airline of Libya", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
82 +{"wikidata_id": "Q116595", "display_name": "Mango", "legal_name": null, "aliases": [], "website": "https://www.flymango.com", "canonical_domain": "flymango.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q223763", "name": "South African Airways"}, "logo_url": null, "description": "South African low-cost airline", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
83 +{"wikidata_id": "Q1987495", "display_name": "Overland Airways", "legal_name": null, "aliases": [], "website": "https://www.overlandairways.com", "canonical_domain": "overlandairways.com", "country": "NG", "hq_city": "Ikeja", "hq_region": "Lagos State", "lat": 6.61857, "lon": 3.34259, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": 194, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Nigeria", "sitelinks": 11, "importance": 0.3376, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
84 +{"wikidata_id": "Q4672418", "display_name": "Access Bank", "legal_name": "Access Bank", "aliases": ["Access Bank plc"], "website": "https://www.accessbankplc.com", "canonical_domain": "accessbankplc.com", "country": "NG", "hq_city": "Victoria Island", "hq_region": "Lagos State", "lat": 6.433, "lon": 3.44344, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1989, "employees": 28121, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Accessbank1.png", "description": "Nigerian multinational bank", "sitelinks": 5, "importance": 0.3367, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4672420"}, {"related_domain_conflict": "Q4672423"}, {"related_domain_conflict": "Q16824244"}, {"related_domain_conflict": "Q24915128"}, {"related_domain_conflict": "Q109975152"}]}
85 +{"wikidata_id": "Q124808181", "display_name": "couscousdari.com", "legal_name": null, "aliases": [], "website": "https://www.couscousdari.com", "canonical_domain": "couscousdari.com", "country": "MA", "hq_city": "Salé", "hq_region": "Salé Prefecture", "lat": 34.05, "lon": -6.81667, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1995, "employees": 80, "public_company": true, "ticker": "DRI", "exchange": "Casablanca Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3365, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
86 +{"wikidata_id": "Q1517108", "display_name": "Jubba Airways", "legal_name": null, "aliases": [], "website": "https://www.jubbaairways.com", "canonical_domain": "jubbaairways.com", "country": "SO", "hq_city": "Mogadishu", "hq_region": "Banaadir", "lat": 2.03917, "lon": 45.34194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Somali airline", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
87 +{"wikidata_id": "Q2778411", "display_name": "Egyptian National Library and Archives", "legal_name": null, "aliases": ["Egyptian National Library"], "website": "https://www.darelkotob.gov.eg", "canonical_domain": "darelkotob.gov.eg", "country": "EG", "hq_city": null, "hq_region": null, "lat": 30.06639, "lon": 31.2275, "industries": ["media"], "industry_labels": [], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Library_Egypt.jpg", "description": "Egyptian National Library and Archives", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
88 +{"wikidata_id": "Q3472954", "display_name": "Nando's", "legal_name": null, "aliases": ["Nando", "Nando's Chicken", "Nando's Ltd", "Nandos", "Nandos Chicken", "Nandos Ltd"], "website": "https://www.nandos.com", "canonical_domain": "nandos.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nando%27s_wordmark.svg", "description": "international casual dining restaurant chain originating in South Africa", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
89 +{"wikidata_id": "Q685418", "display_name": "Eritrean Airlines", "legal_name": null, "aliases": [], "website": "https://www.eritrean.aero", "canonical_domain": "eritrean.aero", "country": "ER", "hq_city": "Asmara", "hq_region": "Maekel Region", "lat": 15.33333, "lon": 38.91667, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eritrean_Airlines_logo.svg", "description": "national airline of Eritrea, based at Asmara International Airport.", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
90 +{"wikidata_id": "Q3488513", "display_name": "Société nationale d'électricité", "legal_name": null, "aliases": ["SNEL"], "website": "https://www.snel.cd", "canonical_domain": "snel.cd", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1967, "employees": 6500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national electricity company of the Democratic Republic of the Congo", "sitelinks": 6, "importance": 0.3317, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
91 +{"wikidata_id": "Q5367528", "display_name": "Elsewedy Electric", "legal_name": "السويدي للكابلات", "aliases": [], "website": "https://ir.elsewedyelectric.com", "canonical_domain": "elsewedyelectric.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1938, "employees": 18000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elsewedy_Electric.svg", "description": "Egyptian multinational electrical company", "sitelinks": 5, "importance": 0.3302, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
92 +{"wikidata_id": "Q1159205", "display_name": "Dana Air", "legal_name": "Dana Air", "aliases": ["Dana"], "website": "https://www.flydanaair.com", "canonical_domain": "flydanaair.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.53812, "lon": 3.33662, "industries": ["airlines"], "industry_labels": ["SIC 3714 Motor Vehicle Parts & Accessories"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "DAN", "exchange": "NYSE", "lei": null, "sec_cik": "26780", "parent": null, "logo_url": null, "description": "Nigerian airline", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "26780", "enriched_at": "2026-09-13T07:17:38+00:00"}}
93 +{"wikidata_id": "Q543645", "display_name": "Tunisair Express", "legal_name": null, "aliases": ["UG", "TUX"], "website": "https://www.tunisairexpress.net", "canonical_domain": "tunisairexpress.net", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q692811", "name": "Tunisair"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tunisair_Express_logo.jpg", "description": "Tunisian airline", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
94 +{"wikidata_id": "Q2883410", "display_name": "National Bank of Algeria", "legal_name": null, "aliases": ["BNA"], "website": "https://www.bna.dz", "canonical_domain": "bna.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1966, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bna-logo-full.svg", "description": "Algerian commercial bank", "sitelinks": 6, "importance": 0.3279, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
95 +{"wikidata_id": "Q1340479", "display_name": "Air Sinai", "legal_name": null, "aliases": [], "website": "https://www.flyairsinai.com", "canonical_domain": "flyairsinai.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q374740", "name": "EgyptAir"}, "logo_url": null, "description": "airline based in Cairo, Egypt which operates as a 'paper airline' for parent company EgyptAir under a wet lease-like agreement to serve flights exclusively between Egypt and Israel", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
96 +{"wikidata_id": "Q6970049", "display_name": "Nation Media Group", "legal_name": null, "aliases": ["Monitor", "NMG", "NTV", "KFM", "Dembe fm", "Nation Media"], "website": "https://www.nationmedia.com", "canonical_domain": "nationmedia.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1959, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public media group of Kenya", "sitelinks": 7, "importance": 0.3235, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
97 +{"wikidata_id": "Q12218668", "display_name": "Raya", "legal_name": null, "aliases": [], "website": "https://rayacorp.com", "canonical_domain": "rayacorp.com", "country": "EG", "hq_city": "Giza", "hq_region": "Giza Governorate", "lat": 29.987, "lon": 31.2118, "industries": ["telecommunications", "technology"], "industry_labels": ["telecommunications industry", "information technology industry"], "founded_year": 1998, "employees": 1700, "public_company": true, "ticker": null, "exchange": "Egyptian Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.3232, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
98 +{"wikidata_id": "Q294680", "display_name": "AMC Airlines", "legal_name": null, "aliases": [], "website": "https://www.amcairlines.com", "canonical_domain": "amcairlines.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian charter airline", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
99 +{"wikidata_id": "Q392864", "display_name": "Air Côte d'Ivoire", "legal_name": null, "aliases": ["HF", "VRE"], "website": "https://www.aircotedivoire.com", "canonical_domain": "aircotedivoire.com", "country": "CI", "hq_city": "Abidjan", "hq_region": "Ivory Coast", "lat": 5.33639, "lon": -4.02667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_C%C3%B4te_d%27Ivoire_logo.png", "description": "Flag-carrier airline of Ivory Coast", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
100 +{"wikidata_id": "Q546493", "display_name": "Domestic Airlines", "legal_name": null, "aliases": [], "website": "https://www.tassiliairlines.dz", "canonical_domain": "tassiliairlines.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1090717", "name": "Sonatrach"}, "logo_url": null, "description": "Algerian airline", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
101 +{"wikidata_id": "Q85784760", "display_name": "Meeza", "legal_name": "Meeza", "aliases": [], "website": "https://meeza-eg.com", "canonical_domain": "meeza-eg.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": null, "exchange": "Egyptian Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q920699", "name": "Central Bank of Egypt"}, "logo_url": null, "description": "Egyptian financial organization", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
102 +{"wikidata_id": "Q7611369", "display_name": "Sterling Bank", "legal_name": "Sterling Bank", "aliases": [], "website": "https://www.sterlingbankng.com", "canonical_domain": "sterlingbankng.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.20567, "lon": 6.72133, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1960, "employees": 2401, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sterling_Bank_Logo_Straight.png", "description": "Nigerian bank", "sitelinks": 6, "importance": 0.3173, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
103 +{"wikidata_id": "Q6818793", "display_name": "Omar Effendi", "legal_name": null, "aliases": [], "website": "https://omareffendi.com.eg", "canonical_domain": "omareffendi.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1856, "employees": 2294, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20419516", "name": "Holding for Tourism, Hotels and Trade"}, "logo_url": null, "description": "Egyptian chain of government-owned department stores", "sitelinks": 6, "importance": 0.3166, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
104 +{"wikidata_id": "Q1131445", "display_name": "Copperbelt Energy Corporation", "legal_name": null, "aliases": ["CEC"], "website": "https://www.cec.com.zm", "canonical_domain": "cec.com.zm", "country": "ZM", "hq_city": "Nkana", "hq_region": null, "lat": -12.83333, "lon": 28.2, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "CECZ", "exchange": "Lusaka Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Zambian electricity generation, transmission, distribution and supply company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
105 +{"wikidata_id": "Q408831", "display_name": "Airlink", "legal_name": null, "aliases": ["Airlink (Pty) Ltd.", "Airlink Ltd.", "FlyAirlink"], "website": "https://flyairlink.com", "canonical_domain": "flyairlink.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Regional airline in South Africa", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
106 +{"wikidata_id": "Q1319130", "display_name": "EgyptAir Cargo", "legal_name": null, "aliases": [], "website": "https://www.egyptair-cargo.com", "canonical_domain": "egyptair-cargo.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q374740", "name": "EgyptAir"}, "logo_url": null, "description": "Egyptian cargo airline, subsidiary of EgyptAir", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
107 +{"wikidata_id": "Q12230711", "display_name": "Fresh Electric", "legal_name": null, "aliases": ["Fresh", "Fresh Company"], "website": "https://fresh.com.eg", "canonical_domain": "fresh.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1987, "employees": 12500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fresh_Electric.svg", "description": "Egyptian company for home appliances", "sitelinks": 4, "importance": 0.3058, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
108 +{"wikidata_id": "Q1340457", "display_name": "Endiama", "legal_name": null, "aliases": [], "website": "https://www.endiama.co.ao", "canonical_domain": "endiama.co.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1981, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ENDIAMA_E.P._logo.svg", "description": "company", "sitelinks": 7, "importance": 0.3054, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
109 +{"wikidata_id": "Q3490327", "display_name": "Sonelgaz", "legal_name": "الشركة الوطنية للكهرباء والغاز", "aliases": [], "website": "https://www.sonelgaz.dz", "canonical_domain": "sonelgaz.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["oil-gas", "utilities"], "industry_labels": ["natural gas", "electricity supply company"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonlgaz.png", "description": "Algerian company for Electricity and Gas", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
110 +{"wikidata_id": "Q857015", "display_name": "Bidvest Group", "legal_name": null, "aliases": ["Bid", "Bidvest Group Limited", "Bidvest Group Ltd", "The Bidvest Group Limited"], "website": "https://www.bidvest.com", "canonical_domain": "bidvest.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African holding company founded 1988", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
111 +{"wikidata_id": "Q127529", "display_name": "Asky Airlines", "legal_name": null, "aliases": [], "website": "https://www.flyasky.com", "canonical_domain": "flyasky.com", "country": "TG", "hq_city": "Lomé", "hq_region": "Agoé–Nyivé", "lat": 6.12316, "lon": 1.22203, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Airline in west and central Africa", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
112 +{"wikidata_id": "Q1367885", "display_name": "Eskom", "legal_name": null, "aliases": ["Electricity Supply Commission", "ESCOM", "ESKOM", "Eskom Holdings"], "website": "https://www.eskom.co.za", "canonical_domain": "eskom.co.za", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Esc_logo_wit.png", "description": "electricity utility in South Africa", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
113 +{"wikidata_id": "Q1982661", "display_name": "Buraq Air", "legal_name": null, "aliases": [], "website": "https://www.buraq.aero", "canonical_domain": "buraq.aero", "country": "LY", "hq_city": "Mitiga International Airport", "hq_region": "Tripoli", "lat": 32.89703, "lon": 13.27837, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Libyan airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
114 +{"wikidata_id": "Q384068", "display_name": "African Express Airways", "legal_name": null, "aliases": [], "website": "https://www.africanexpress.net", "canonical_domain": "africanexpress.net", "country": "KE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kenyan airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
115 +{"wikidata_id": "Q3852483", "display_name": "Mauritania Airlines", "legal_name": "Mauritania Airlines", "aliases": ["Mauritania Airlines International"], "website": "https://www.mauritaniaairlines.mr", "canonical_domain": "mauritaniaairlines.mr", "country": "MR", "hq_city": "Nouakchott", "hq_region": "Nouakchott-Nord", "lat": 18.08581, "lon": -15.9785, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D8%B4%D8%B9%D8%A7%D8%B1_%D8%A7%D9%84%D9%85%D9%88%D8%B1%D9%8A%D8%AA%D8%A7%D9%86%D9%8A%D8%A9_%D9%84%D9%84%D8%B7%D9%8A%D8%B1%D8%A7%D9%86.png", "description": "Flag-carrier airline of Mauritania", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
116 +{"wikidata_id": "Q501605", "display_name": "OCP Group", "legal_name": null, "aliases": ["Office Cherifien des Phosphates", "Office Chérifien des Phosphates"], "website": "https://www.ocpgroup.ma", "canonical_domain": "ocpgroup.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ocp-group.png", "description": "state-owned company in Morocco", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
117 +{"wikidata_id": "Q957305", "display_name": "Precision Air", "legal_name": null, "aliases": ["Precision Air Services", "Precision Air Services Plc"], "website": "https://www.precisionairtz.com", "canonical_domain": "precisionairtz.com", "country": "TZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tanzanian airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
118 +{"wikidata_id": "Q1319996", "display_name": "Alexandria Airlines", "legal_name": null, "aliases": [], "website": "https://alexandriaairlines.net", "canonical_domain": "alexandriaairlines.net", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
119 +{"wikidata_id": "Q1327224", "display_name": "STP Airways", "legal_name": null, "aliases": ["Sao Tome & Principe Airways"], "website": "https://www.stpairways.st", "canonical_domain": "stpairways.st", "country": "ST", "hq_city": "São Tomé", "hq_region": "Água Grande", "lat": 0.3375, "lon": 6.72833, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STP_Airways.png", "description": "Flag-carrier airline of São Tomé and Príncipe", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
120 +{"wikidata_id": "Q1815809", "display_name": "ONCF", "legal_name": null, "aliases": ["Office National des Chemins de Fer du Maroc"], "website": "https://www.oncf.ma", "canonical_domain": "oncf.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": ["transportation"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-oncf.png", "description": "National railway operator of Morocco", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
121 +{"wikidata_id": "Q18161750", "display_name": "Air Peace", "legal_name": "Air Peace", "aliases": [], "website": "https://www.flyairpeace.com", "canonical_domain": "flyairpeace.com", "country": "NG", "hq_city": "Ikeja", "hq_region": "Lagos State", "lat": 6.61857, "lon": 3.34259, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
122 +{"wikidata_id": "Q381286", "display_name": "Aero Contractors", "legal_name": "Aero Contractors", "aliases": ["Aero", "Aero Contractors Company of Nigeria Limited"], "website": "https://www.flyaero.com", "canonical_domain": "flyaero.com", "country": "NG", "hq_city": "Murtala Muhammed International Airport", "hq_region": "Ikeja", "lat": 6.57722, "lon": 3.32111, "industries": ["airlines"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1033", "name": "Nigeria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerologo.jpg", "description": "Nigerian airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
123 +{"wikidata_id": "Q662145", "display_name": "SonAir", "legal_name": null, "aliases": [], "website": "https://www.sonair.co.ao", "canonical_domain": "sonair.co.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q677832", "name": "Sonangol Group"}, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
124 +{"wikidata_id": "Q731312", "display_name": "CEIBA Intercontinental", "legal_name": null, "aliases": [], "website": "https://ceiba.irc-conseil.com", "canonical_domain": "irc-conseil.com", "country": "GQ", "hq_city": "Malabo", "hq_region": "District of Malabo", "lat": 3.75206, "lon": 8.7737, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Equatoguinean airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
125 +{"wikidata_id": "Q1188334", "display_name": "Interair South Africa", "legal_name": null, "aliases": [], "website": "https://www.interair.co.za", "canonical_domain": "interair.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interair_South_Africa_Logo.gif", "description": "airline based in Johannesburg, South Africa", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
126 +{"wikidata_id": "Q14628879", "display_name": "Malawi Airlines", "legal_name": null, "aliases": [], "website": "https://www.malawian-airlines.com", "canonical_domain": "malawian-airlines.com", "country": "MW", "hq_city": "Lilongwe", "hq_region": "Lilongwe District", "lat": -13.98639, "lon": 33.76806, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Malawi", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
127 +{"wikidata_id": "Q2496162", "display_name": "flytransaircongo.com", "legal_name": null, "aliases": [], "website": "https://www.flytransaircongo.com", "canonical_domain": "flytransaircongo.com", "country": "CG", "hq_city": "Pointe-Noire", "hq_region": "Pointe-Noire Department", "lat": -4.7975, "lon": 11.85028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trans_Air_Congo_logo.jpg", "description": "Congolese airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
128 +{"wikidata_id": "Q2811992", "display_name": "Wimpy", "legal_name": null, "aliases": ["WimpyUK"], "website": "https://wimpy.uk.com", "canonical_domain": "uk.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Wimpy.svg", "description": "fast food chain", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5365626"}]}
129 +{"wikidata_id": "Q377026", "display_name": "Executive Outcomes", "legal_name": null, "aliases": [], "website": "https://www.executiveoutcomes.com", "canonical_domain": "executiveoutcomes.com", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former private military company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
130 +{"wikidata_id": "Q536368", "display_name": "Nile Air", "legal_name": null, "aliases": ["NP", "NIA"], "website": "https://nileair.com", "canonical_domain": "nileair.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nile_air.png", "description": "Egyptian airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
131 +{"wikidata_id": "Q727769", "display_name": "Cairo Aviation", "legal_name": null, "aliases": [], "website": "https://www.cairoaviation.com", "canonical_domain": "cairoaviation.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
132 +{"wikidata_id": "Q736852", "display_name": "Camair-Co", "legal_name": null, "aliases": ["Cameroon Airlines", "Cameroon Airlines Corporation"], "website": "https://www.camair-co.cm", "canonical_domain": "camair-co.cm", "country": "CM", "hq_city": "Douala", "hq_region": "Wouri", "lat": 4.05, "lon": 9.7, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
133 +{"wikidata_id": "Q7446235", "display_name": "Segesa", "legal_name": null, "aliases": [], "website": "https://www.segesa.gq", "canonical_domain": "segesa.gq", "country": "GQ", "hq_city": "Malabo", "hq_region": "District of Malabo", "lat": 3.75206, "lon": 8.7737, "industries": ["utilities"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SEGESA_logo.png", "description": "electricity network operator in Equatorial Guinea", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
134 +{"wikidata_id": "Q2894574", "display_name": "Bell Equipment", "legal_name": null, "aliases": [], "website": "https://www.bellequipment.com", "canonical_domain": "bellequipment.com", "country": "ZA", "hq_city": "Richards Bay", "hq_region": "uMhlathuze Local Municipality", "lat": -28.78278, "lon": 32.0375, "industries": ["construction", "industrial-machinery"], "industry_labels": [], "founded_year": 1954, "employees": 3242, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African construction equipment manufacturer", "sitelinks": 4, "importance": 0.2862, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
135 +{"wikidata_id": "Q1121073", "display_name": "caacongo.com", "legal_name": null, "aliases": ["BU", "CAA", "DBP", "flyCAA"], "website": "https://www.caacongo.com", "canonical_domain": "caacongo.com", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Regional airline from the Democratic Republic of the Congo", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
136 +{"wikidata_id": "Q17092819", "display_name": "Jambojet", "legal_name": null, "aliases": [], "website": "https://www.jambojet.com", "canonical_domain": "jambojet.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q638900", "name": "Kenya Airways"}, "logo_url": null, "description": "Kenyan low-cost airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
137 +{"wikidata_id": "Q1745885", "display_name": "Wallyscar", "legal_name": "Wallyscar", "aliases": [], "website": "https://www.wallyscar.com", "canonical_domain": "wallyscar.com", "country": "TN", "hq_city": "Ben Arous", "hq_region": "Ben Arous Governorate", "lat": 36.75306, "lon": 10.21889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO_WALLYSCAR.jpg", "description": "Tunisian automobile manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
138 +{"wikidata_id": "Q1812328", "display_name": "Safair", "legal_name": null, "aliases": [], "website": "https://www.safairoperations.com", "canonical_domain": "safairoperations.com", "country": "ZA", "hq_city": "Kempton Park", "hq_region": "City of Ekurhuleni Metropolitan Municipality", "lat": -26.1, "lon": 28.2333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q61719469", "name": "ASL Aviation Holdings"}, "logo_url": null, "description": "South African airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
139 +{"wikidata_id": "Q20824309", "display_name": "congoairways.com", "legal_name": null, "aliases": [], "website": "https://congoairways.com", "canonical_domain": "congoairways.com", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier airline of the Democratic Republic of the Congo, founded in 2015 and owned by the DRC government, based at N’djili Airport in Kinshasa", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
140 +{"wikidata_id": "Q2381695", "display_name": "SNVI", "legal_name": null, "aliases": [], "website": "https://snvigroupe.dz", "canonical_domain": "snvigroupe.dz", "country": "DZ", "hq_city": "Rouiba", "hq_region": "Rouïba District", "lat": 36.73639, "lon": 3.28278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNVI_Logo_8.svg", "description": "vehicle and bus manufacturing company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
141 +{"wikidata_id": "Q2828196", "display_name": "Air Express Algeria", "legal_name": null, "aliases": [], "website": "https://airexpressdz.com", "canonical_domain": "airexpressdz.com", "country": "DZ", "hq_city": "Dar El Beïda", "hq_region": "Dar El Beïda District", "lat": 36.71417, "lon": 3.2125, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Algerian airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
142 +{"wikidata_id": "Q3013553", "display_name": "Dangote Group", "legal_name": "Dangote Group", "aliases": [], "website": "https://www.dangote.com", "canonical_domain": "dangote.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["manufacturing", "construction"], "industry_labels": ["conglomerate", "cement industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3013553", "name": "Dangote Group"}, "logo_url": null, "description": "Nigerian industrial conglomerate", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
143 +{"wikidata_id": "Q407430", "display_name": "Air Libya", "legal_name": null, "aliases": ["TLR", "7I"], "website": "https://airlibya.aero", "canonical_domain": "airlibya.aero", "country": "LY", "hq_city": "Benghazi", "hq_region": "Libya", "lat": 32.11667, "lon": 20.06667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Tripoli, Libya founded in 1964", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
144 +{"wikidata_id": "Q407498", "display_name": "Air Mali", "legal_name": null, "aliases": ["CAM", "Compagnie Aerienne du Mali", "Compagnie Aérienne du Mali"], "website": "https://www.air-mali.com", "canonical_domain": "air-mali.com", "country": "ML", "hq_city": "Bamako", "hq_region": "Bamako", "lat": 12.64583, "lon": -7.99222, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Mali", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
145 +{"wikidata_id": "Q581297", "display_name": "Eagle Air", "legal_name": null, "aliases": [], "website": "https://www.eagleair-ug.com", "canonical_domain": "eagleair-ug.com", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
146 +{"wikidata_id": "Q648845", "display_name": "AlMasria Universal Airlines", "legal_name": null, "aliases": ["AlMasria Airlines"], "website": "https://www.almasriaairlines.com", "canonical_domain": "almasriaairlines.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian private airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
147 +{"wikidata_id": "Q21328647", "display_name": "Movitel", "legal_name": null, "aliases": ["SA"], "website": "https://www.movitel.co.mz", "canonical_domain": "movitel.co.mz", "country": "MZ", "hq_city": "Mozambique", "hq_region": null, "lat": -19.0, "lon": 35.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2012, "employees": 2521, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1109534", "name": "Viettel Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Movitel-Logo.jpg", "description": "telecommunication company based in Mozambique", "sitelinks": 4, "importance": 0.2826, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
148 +{"wikidata_id": "Q1187008", "display_name": "Denel", "legal_name": null, "aliases": ["Denel Aerospace Systems", "Denel SOC", "Denel SOC Ltd"], "website": "https://www.denel.co.za", "canonical_domain": "denel.co.za", "country": "ZA", "hq_city": "Irene", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.86667, "lon": 28.21667, "industries": ["technology", "aerospace-defense"], "industry_labels": ["information technology", "aerospace engineering"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "armaments manufacturer from South Africa", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
149 +{"wikidata_id": "Q17053011", "display_name": "FlySafair", "legal_name": null, "aliases": [], "website": "https://www.flysafair.co.za", "canonical_domain": "flysafair.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African budget priced airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
150 +{"wikidata_id": "Q2883441", "display_name": "BCP Group", "legal_name": null, "aliases": ["BCP", "Banque Populaire du Maroc", "Banque Centrale Populaire", "Crédit Populaire du Maroc"], "website": "https://www.groupebcp.com", "canonical_domain": "groupebcp.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BCP.svg", "description": "Moroccan bank", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
151 +{"wikidata_id": "Q4119563", "display_name": "National Bank of Egypt", "legal_name": null, "aliases": [], "website": "https://www.nbe.com.eg", "canonical_domain": "nbe.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.06177, "lon": 31.22757, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Bank_of_Egypt.svg", "description": "large commercial bank in Egypt", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
152 +{"wikidata_id": "Q617584", "display_name": "Petroleum Air Services", "legal_name": null, "aliases": [], "website": "https://www.pas.com.eg", "canonical_domain": "pas.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["oil-gas", "airlines"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
153 +{"wikidata_id": "Q22079775", "display_name": "Viettel Tanzania", "legal_name": null, "aliases": ["Halotel"], "website": "https://halotel.co.tz", "canonical_domain": "halotel.co.tz", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81611, "lon": 39.28028, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2015, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1109534", "name": "Viettel Group"}, "logo_url": null, "description": "Tananzian telecommunication company", "sitelinks": 4, "importance": 0.2751, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
154 +{"wikidata_id": "Q3370248", "display_name": "Rawbank", "legal_name": null, "aliases": [], "website": "https://www.rawbank.cd", "canonical_domain": "rawbank.cd", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": 1373, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rawbank_DRC_logo.png", "description": "commercial bank in the Democratic Republic of the Congo", "sitelinks": 4, "importance": 0.2738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
155 +{"wikidata_id": "Q130544061", "display_name": "domty.org", "legal_name": null, "aliases": [], "website": "https://www.domty.org", "canonical_domain": "domty.org", "country": "EG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "DOMT", "exchange": "Egyptian Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
156 +{"wikidata_id": "Q140672722", "display_name": "Oragroup", "legal_name": "Oragroup", "aliases": [], "website": "https://www.orabank.net", "canonical_domain": "orabank.net", "country": "TG", "hq_city": "Lomé", "hq_region": "Golfe Prefecture", "lat": 6.13085, "lon": 1.22248, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "69415031", "exchange": "Bourse Regionale Des Valeurs Mobilieres", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
157 +{"wikidata_id": "Q19903465", "display_name": "Momentum Metropolitan Holdings Limited", "legal_name": null, "aliases": ["Metropolitan", "Momentum Metropolitan"], "website": "https://www.mmiholdings.com", "canonical_domain": "mmiholdings.com", "country": "ZA", "hq_city": "Centurion", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.86028, "lon": 28.18944, "industries": ["insurance", "financial-services"], "industry_labels": ["insurance industry", "financial services"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "MMI", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Global Life insurance and financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
158 +{"wikidata_id": "Q25054185", "display_name": "Swala Gas and Oil", "legal_name": null, "aliases": ["SWALA", "Swala Oil and Gas (Tanzania) Plc"], "website": "https://www.swala-energy.co.tz", "canonical_domain": "swala-energy.co.tz", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81611, "lon": 39.28028, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SWALA", "exchange": "Dar es Salaam Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tanzanian oil and gas exploration company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
159 +{"wikidata_id": "Q4680951", "display_name": "Adcock Ingram", "legal_name": null, "aliases": [], "website": "https://www.adcock.com", "canonical_domain": "adcock.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.20436, "lon": 28.04164, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1891, "employees": null, "public_company": true, "ticker": "AIP", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
160 +{"wikidata_id": "Q7074355", "display_name": "Oando", "legal_name": "Oando", "aliases": [], "website": "https://www.oandoplc.com", "canonical_domain": "oandoplc.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.4379, "lon": 3.41212, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1956, "employees": 300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7074355", "name": "Oando"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oando_Logo.jpg", "description": "an African Energy company", "sitelinks": 5, "importance": 0.271, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
161 +{"wikidata_id": "Q2564436", "display_name": "Westair Aviation", "legal_name": null, "aliases": [], "website": "https://westair.com.na", "canonical_domain": "westair.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1967, "employees": 280, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Namibian airline", "sitelinks": 5, "importance": 0.27, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
162 +{"wikidata_id": "Q1478665", "display_name": "Kenya Wildlife Service", "legal_name": null, "aliases": ["KWS"], "website": "https://www.kws.go.ke", "canonical_domain": "kws.go.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["travel"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a state corporation under the Ministry of Tourism and Wildlife established by an act of Parliament; by the Wildlife Conservation and Management Act, 2013", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
163 +{"wikidata_id": "Q2736076", "display_name": "Comores Aviation International", "legal_name": null, "aliases": [], "website": "https://www.comoresaviation.com", "canonical_domain": "comoresaviation.com", "country": "KM", "hq_city": "Moroni", "hq_region": "Grande Comore", "lat": -11.70361, "lon": 43.25361, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
164 +{"wikidata_id": "Q2829178", "display_name": "Akwa Group", "legal_name": null, "aliases": ["Akwa Group S.A."], "website": "https://www.akwagroup.com", "canonical_domain": "akwagroup.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akwa_Group.png", "description": "Moroccan company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
165 +{"wikidata_id": "Q420774", "display_name": "Manufacturing Commercial Vehicles", "legal_name": null, "aliases": [], "website": "https://www.mcv-eg.com", "canonical_domain": "mcv-eg.com", "country": "EG", "hq_city": "Obour City", "hq_region": "Qalyubia Governorate", "lat": 30.205, "lon": 31.4575, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian manufacturer of buses and trucks", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6715018"}]}
166 +{"wikidata_id": "Q544971", "display_name": "Air Kasaï", "legal_name": null, "aliases": [], "website": "https://www.airkasai.cd", "canonical_domain": "airkasai.cd", "country": "CD", "hq_city": "N'Dolo Airport", "hq_region": "Kinshasa", "lat": -4.32667, "lon": 15.32722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Kasa%C3%AF_logo.svg", "description": "airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
167 +{"wikidata_id": "Q56754455", "display_name": "Air Senegal", "legal_name": null, "aliases": ["HC", "SZN"], "website": "https://flyairsenegal.com", "canonical_domain": "flyairsenegal.com", "country": "SN", "hq_city": "Dakar", "hq_region": "Dakar Department", "lat": 14.67256, "lon": -17.432, "industries": ["airlines"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Senegal_Logo.png", "description": "flag carrier of the Republic of Senegal, created in 2016", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
168 +{"wikidata_id": "Q7853131", "display_name": "Tunisavia", "legal_name": null, "aliases": [], "website": "https://www.tunisavia.com.tn", "canonical_domain": "tunisavia.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
169 +{"wikidata_id": "Q799679", "display_name": "Badr Airlines", "legal_name": null, "aliases": [], "website": "https://www.badrairlines.com", "canonical_domain": "badrairlines.com", "country": "SD", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sudanese private airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
170 +{"wikidata_id": "Q104866602", "display_name": "Sefalana", "legal_name": null, "aliases": [], "website": "https://sefalana.com", "canonical_domain": "sefalana.com", "country": "BW", "hq_city": "Gaborone", "hq_region": "South-East District", "lat": -24.65694, "lon": 25.90861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Botswana Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Botswana holding company and parent company of Sefalana retail", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
171 +{"wikidata_id": "Q132146504", "display_name": "ifodsa.cd", "legal_name": null, "aliases": [], "website": "https://www.ifodsa.cd", "canonical_domain": "ifodsa.cd", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["financial-services"], "industry_labels": ["financial services", "wire transfer"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q132146639"}]}
172 +{"wikidata_id": "Q24191338", "display_name": "Algerian Tractors Company", "legal_name": null, "aliases": [], "website": "https://www.etrag.dz", "canonical_domain": "etrag.dz", "country": "DZ", "hq_city": "Constantine", "hq_region": "Daïra of Constantine", "lat": 36.365, "lon": 6.61472, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Algerian manufacturer of agricultural machinery", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q24914507"}]}
173 +{"wikidata_id": "Q19892740", "display_name": "Huobi", "legal_name": null, "aliases": ["HTX"], "website": "https://www.htx.com", "canonical_domain": "htx.com", "country": "SC", "hq_city": "Seychelles", "hq_region": null, "lat": -7.1, "lon": 52.76667, "industries": ["financial-services"], "industry_labels": ["finance", "financial services"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "digital currency trading platform", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
174 +{"wikidata_id": "Q2380000", "display_name": "Botswana Stock Exchange", "legal_name": null, "aliases": ["BSE", "XBOT"], "website": "https://www.bse.co.bw", "canonical_domain": "bse.co.bw", "country": "BW", "hq_city": "Gaborone", "hq_region": "South-East District", "lat": -24.65694, "lon": 25.90861, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Gaborone, Botswana", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
175 +{"wikidata_id": "Q2615955", "display_name": "First Nation Airways", "legal_name": null, "aliases": ["FirstNation Airways"], "website": "https://www.flyfirstnation.com", "canonical_domain": "flyfirstnation.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
176 +{"wikidata_id": "Q2751701", "display_name": "Nedbank", "legal_name": null, "aliases": [], "website": "https://www.nedbank.com.na", "canonical_domain": "nedbank.com.na", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "3789009E42FA3CB31065", "sec_cik": null, "parent": null, "logo_url": null, "description": "financial services group located in Africa", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
177 +{"wikidata_id": "Q4035606", "display_name": "CemAir", "legal_name": null, "aliases": ["CemAir (Pty) Ltd", "CemAir Ltd"], "website": "https://www.cemair.co.za", "canonical_domain": "cemair.co.za", "country": "ZA", "hq_city": "OR Tambo International Airport", "hq_region": "Kempton Park", "lat": -26.13917, "lon": 28.24611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in South Africa", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
178 +{"wikidata_id": "Q492316", "display_name": "Uganda Securities Exchange", "legal_name": null, "aliases": ["USE", "XUGA"], "website": "https://www.use.or.ug", "canonical_domain": "use.or.ug", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "principal stock exchange of Uganda", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
179 +{"wikidata_id": "Q578337", "display_name": "Chanchangi Airlines", "legal_name": "Chanchangi Airlines", "aliases": ["Chanchangi"], "website": "https://www.flychanchangiair.com", "canonical_domain": "flychanchangiair.com", "country": "NG", "hq_city": "Kaduna", "hq_region": "Kaduna State", "lat": 10.52306, "lon": 7.44028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q578337", "name": "Chanchangi Airlines"}, "logo_url": null, "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
180 +{"wikidata_id": "Q643713", "display_name": "Air Djibouti", "legal_name": null, "aliases": [], "website": "https://air-djibouti.com", "canonical_domain": "air-djibouti.com", "country": "DJ", "hq_city": "Djibouti", "hq_region": "Djibouti Region", "lat": 11.595, "lon": 43.14806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
181 +{"wikidata_id": "Q758052", "display_name": "Attijariwafa Bank", "legal_name": null, "aliases": [], "website": "https://www.attijariwafabank.com", "canonical_domain": "attijariwafabank.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["banking"], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoNew.png", "description": "Moroccan bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
182 +{"wikidata_id": "Q921507", "display_name": "Allied Air", "legal_name": "Allied Air", "aliases": [], "website": "https://www.alliedairng.com", "canonical_domain": "alliedairng.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cargo airline based in Lagos, Nigeria", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
183 +{"wikidata_id": "Q1964257", "display_name": "Namibia Breweries Limited", "legal_name": null, "aliases": [], "website": "https://www.namibiabreweries.com", "canonical_domain": "namibiabreweries.com", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["food-beverage"], "industry_labels": ["brewery", "beverage industry"], "founded_year": 1920, "employees": 550, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Namibian brewery", "sitelinks": 4, "importance": 0.2606, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
184 +{"wikidata_id": "Q60751889", "display_name": "Providus Bank Limited", "legal_name": "Providus Bank Limited", "aliases": [], "website": "https://providusbank.com", "canonical_domain": "providusbank.com", "country": "NG", "hq_city": "Victoria Island", "hq_region": "Lagos State", "lat": 6.43139, "lon": 3.43056, "industries": ["banking", "financial-services"], "industry_labels": [], "founded_year": 2016, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Providusbanklogo.jpg", "description": "Nigerian commercial bank", "sitelinks": 4, "importance": 0.256, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
185 +{"wikidata_id": "Q3148108", "display_name": "Ifri Group", "legal_name": null, "aliases": [], "website": "https://www.ifri-dz.com", "canonical_domain": "ifri-dz.com", "country": "DZ", "hq_city": "Ouzellaguen", "hq_region": "Ifri-Ouzellaguen District", "lat": 36.54194, "lon": 4.61278, "industries": ["logistics", "materials", "agriculture"], "industry_labels": ["logistics", "product packaging", "agribusiness"], "founded_year": 1996, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Companies of Algeria", "sitelinks": 3, "importance": 0.2558, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
186 +{"wikidata_id": "Q1019981", "display_name": "Namibia Securities Exchange", "legal_name": null, "aliases": ["Börse Namibia", "NSX", "XNAM"], "website": "https://www.nsx.com.na", "canonical_domain": "nsx.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Securities exchange in located in Windhoek, Namibia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
187 +{"wikidata_id": "Q1275038", "display_name": "Société nationale des transports ferroviaires", "legal_name": null, "aliases": ["SNTF", "Societe nationale des transports ferroviaires"], "website": "https://www.sntf.dz", "canonical_domain": "sntf.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNTF_%28logo%29.svg", "description": "Algeria's national railway operator", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
188 +{"wikidata_id": "Q1347795", "display_name": "flyecair.com", "legal_name": null, "aliases": ["Equatorial Congo Airlines"], "website": "https://www.flyecair.com", "canonical_domain": "flyecair.com", "country": "CG", "hq_city": null, "hq_region": null, "lat": -4.26667, "lon": 15.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
189 +{"wikidata_id": "Q1371291", "display_name": "Wilderness Air", "legal_name": null, "aliases": [], "website": "https://www.sefofane.com", "canonical_domain": "sefofane.com", "country": "BW", "hq_city": "Maun", "hq_region": "North-West District", "lat": -19.98333, "lon": 23.41667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
190 +{"wikidata_id": "Q1400004", "display_name": "Federal Air", "legal_name": null, "aliases": [], "website": "https://www.fedair.com", "canonical_domain": "fedair.com", "country": "ZA", "hq_city": "OR Tambo International Airport", "hq_region": "Kempton Park", "lat": -26.13917, "lon": 28.24611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
191 +{"wikidata_id": "Q1481581", "display_name": "National Railway Company of the Congo", "legal_name": null, "aliases": ["SNCC", "Société Nationale des Chemins de fer du Congo"], "website": "https://www.snccsa.com", "canonical_domain": "snccsa.com", "country": "CD", "hq_city": "Lubumbashi", "hq_region": "Haut-Katanga Province", "lat": -11.66417, "lon": 27.48278, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National railway company for the inland railways of the Democratic Republic of the Congo", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
192 +{"wikidata_id": "Q16959225", "display_name": "Nova Airways", "legal_name": null, "aliases": [], "website": "https://www.novaairways.com", "canonical_domain": "novaairways.com", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "passenger airline based in Khartoum, Sudan, founded in 2000", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
193 +{"wikidata_id": "Q1967537", "display_name": "National Oil Corporation", "legal_name": null, "aliases": ["NOC", "National Oil Corporation of Libya", "NOC Libya"], "website": "https://noc.ly", "canonical_domain": "noc.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["oil-gas"], "industry_labels": ["natural resource", "petroleum industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LNOC_logo.png", "description": "Libyan state-owned oil company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
194 +{"wikidata_id": "Q1976933", "display_name": "Malawi Stock Exchange", "legal_name": null, "aliases": ["MSE", "XMSW"], "website": "https://www.mse.co.mw", "canonical_domain": "mse.co.mw", "country": "MW", "hq_city": "Blantyre", "hq_region": "Blantyre District", "lat": -15.78611, "lon": 35.00583, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Blantyre, Malawi", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
195 +{"wikidata_id": "Q19978405", "display_name": "Kantanka Automobile", "legal_name": null, "aliases": ["Kantanka", "Kantanka cars", "Kantanka vehicles"], "website": "https://kantankaautomobiles.com", "canonical_domain": "kantankaautomobiles.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kantanka_vehicles_logo.png", "description": "Ghana based automobile company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
196 +{"wikidata_id": "Q20020797", "display_name": "Niger Airlines", "legal_name": null, "aliases": [], "website": "https://nigerairlines.net", "canonical_domain": "nigerairlines.net", "country": "NE", "hq_city": "Niamey", "hq_region": "Niger", "lat": 13.515, "lon": 2.1175, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Niger", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
197 +{"wikidata_id": "Q21279288", "display_name": "innosonvehicles.com", "legal_name": null, "aliases": [], "website": "https://www.innosonvehicles.com", "canonical_domain": "innosonvehicles.com", "country": "NG", "hq_city": "Nnewi", "hq_region": "Eastern Region", "lat": 6.01052, "lon": 6.91035, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian manufacturer of automobilies and buses", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
198 +{"wikidata_id": "Q2341726", "display_name": "IRS Airlines", "legal_name": null, "aliases": ["IRS Airlines Limited"], "website": "https://www.flyirsairlines.com", "canonical_domain": "flyirsairlines.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Nigeria", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
199 +{"wikidata_id": "Q23777901", "display_name": "Eko Hotels and Suites", "legal_name": null, "aliases": ["Eko Hotel and Suite", "Eko Hotels & Suites", "Hotels king of Lagos"], "website": "https://www.ekohotels.com", "canonical_domain": "ekohotels.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": 6.42611, "lon": 3.43, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel in Lagos, Nigeria", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
200 +{"wikidata_id": "Q2381261", "display_name": "Cape Verde Stock Exchange", "legal_name": null, "aliases": ["BVC", "XBVC"], "website": "https://www.bvc.cv", "canonical_domain": "bvc.cv", "country": "CV", "hq_city": "Praia", "hq_region": "Praia", "lat": 14.90666, "lon": -23.5175, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock exchange in Cape Verde", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
201 +{"wikidata_id": "Q2410322", "display_name": "Astral Aviation", "legal_name": null, "aliases": [], "website": "https://www.astral-aviation.com", "canonical_domain": "astral-aviation.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kenyan cargo airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
202 +{"wikidata_id": "Q2449525", "display_name": "Transnet Freight Rail", "legal_name": null, "aliases": ["South African Railways", "Spoornet"], "website": "https://www.transnetfreightrail.co.za", "canonical_domain": "transnetfreightrail.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transnet_Freight_Rail_logo.gif", "description": "railway operator in South Africa", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
203 +{"wikidata_id": "Q2678060", "display_name": "Proflight Zambia", "legal_name": null, "aliases": ["Proflight Commuter Services"], "website": "https://www.flyzambia.com", "canonical_domain": "flyzambia.com", "country": "ZM", "hq_city": "Lusaka", "hq_region": "Lusaka Province", "lat": -15.41667, "lon": 28.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline with a base in Lusaka, Zambia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
204 +{"wikidata_id": "Q3538127", "display_name": "Entertainment Monitoring Africa", "legal_name": null, "aliases": [], "website": "https://mediamonitoringafrica.org", "canonical_domain": "mediamonitoringafrica.org", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Africa's national airplay chart", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
205 +{"wikidata_id": "Q381184", "display_name": "aero-service.net", "legal_name": null, "aliases": ["Aero-Service", "Aero Service"], "website": "https://www.aero-service.net", "canonical_domain": "aero-service.net", "country": "CD", "hq_city": "Pointe-Noire", "hq_region": "Pointe-Noire Department", "lat": -4.7975, "lon": 11.85028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
206 +{"wikidata_id": "Q407771", "display_name": "Air Service Gabon", "legal_name": null, "aliases": [], "website": "https://www.airservice.aero", "canonical_domain": "airservice.aero", "country": "GA", "hq_city": "Libreville", "hq_region": "Estuaire Province", "lat": 0.40778, "lon": 9.44028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
207 +{"wikidata_id": "Q490028", "display_name": "Dar es Salaam Stock Exchange", "legal_name": null, "aliases": ["DSE"], "website": "https://www.darstockexchange.com", "canonical_domain": "darstockexchange.com", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81358, "lon": 39.28917, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock exchange located in Dar es Salaam, Tanzania", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
208 +{"wikidata_id": "Q5452342", "display_name": "First Bank of Nigeria", "legal_name": "First Bank of Nigeria", "aliases": ["FBN", "First Bank Nigeria Limited", "First Bank Nigeria ltd"], "website": "https://www.firstbanknigeria.com", "canonical_domain": "firstbanknigeria.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.4523, "lon": 3.38831, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5452342", "name": "First Bank of Nigeria"}, "logo_url": null, "description": "Nigerian multinational bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
209 +{"wikidata_id": "Q7685690", "display_name": "Tarco Aviation", "legal_name": null, "aliases": ["Tarco Air"], "website": "https://tarcoair.co", "canonical_domain": "tarcoair.co", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sudanese private airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
210 +{"wikidata_id": "Q6239709", "display_name": "John Holt plc", "legal_name": "John Holt plc", "aliases": [], "website": "https://www.jhplc.com", "canonical_domain": "jhplc.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1897, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6239709", "name": "John Holt plc"}, "logo_url": null, "description": "Nigerian conglomerate/company", "sitelinks": 3, "importance": 0.2484, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
211 +{"wikidata_id": "Q114990", "display_name": "Telecom Namibia", "legal_name": null, "aliases": [], "website": "https://www.telecom.na", "canonical_domain": "telecom.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider", "landline telephone", "telecommunications industry"], "founded_year": 1992, "employees": 1134, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19958763", "name": "Ministry of Public Enterprises"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telecom_Namibia_Logo.svg", "description": "Namibian telecommunication company", "sitelinks": 3, "importance": 0.2476, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
212 +{"wikidata_id": "Q3093124", "display_name": "GCB", "legal_name": null, "aliases": [], "website": "https://www.gcb.dz", "canonical_domain": "gcb.dz", "country": "DZ", "hq_city": "GCB headquarters", "hq_region": "Boumerdès", "lat": 36.75619, "lon": 3.47289, "industries": ["construction"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1090717", "name": "Sonatrach"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GCB_Logo.svg", "description": "Algerian construction and civil engineering", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
213 +{"wikidata_id": "Q4948925", "display_name": "Botswana Telecommunications Corporation", "legal_name": null, "aliases": [], "website": "https://www.btc.bw", "canonical_domain": "btc.bw", "country": "BW", "hq_city": "Gaborone", "hq_region": "South-East District", "lat": -24.65694, "lon": 25.90861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1980, "employees": 947, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Botswana", "sitelinks": 3, "importance": 0.245, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
214 +{"wikidata_id": "Q1711861", "display_name": "Uganda Railways Corporation", "legal_name": null, "aliases": ["UR"], "website": "https://urc.go.ug", "canonical_domain": "urc.go.ug", "country": "UG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned railway company of Uganda", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
215 +{"wikidata_id": "Q177262", "display_name": "Mozambique Ports and Railways", "legal_name": null, "aliases": ["Mozambique Ports & Railways"], "website": "https://www.cfm.co.mz", "canonical_domain": "cfm.co.mz", "country": "MZ", "hq_city": "Maputo", "hq_region": "Mozambique", "lat": -25.96889, "lon": 32.57333, "industries": ["shipping", "transportation"], "industry_labels": ["water transport", "rail transport"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway system of Mozambique and its connected ports", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
216 +{"wikidata_id": "Q18162475", "display_name": "Azman Air", "legal_name": null, "aliases": ["Azman"], "website": "https://www.airazman.com", "canonical_domain": "airazman.com", "country": "NG", "hq_city": "Kano", "hq_region": "Kano State", "lat": 12.0022, "lon": 8.592, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline company in Nigeria", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
217 +{"wikidata_id": "Q20857830", "display_name": "Air Leisure", "legal_name": null, "aliases": [], "website": "https://www.air-leisure.com", "canonical_domain": "air-leisure.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["hospitality", "airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian charter airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
218 +{"wikidata_id": "Q2563999", "display_name": "Global Aviation", "legal_name": null, "aliases": [], "website": "https://www.g-airways.com", "canonical_domain": "g-airways.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Global_Tail.png", "description": "South African airline headquartered in Johannesburg and based at OR Tambo International Airport", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
219 +{"wikidata_id": "Q2693168", "display_name": "Cronos Airlines", "legal_name": null, "aliases": [], "website": "https://www.cronosair.com", "canonical_domain": "cronosair.com", "country": "GQ", "hq_city": "Malabo", "hq_region": "District of Malabo", "lat": 3.75206, "lon": 8.7737, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Equatoguinean airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
220 +{"wikidata_id": "Q2836031", "display_name": "Algérie Ferries", "legal_name": "Entreprise Nationale de Transport Maritime de Voyageurs", "aliases": [], "website": "https://www.algerieferries.com", "canonical_domain": "algerieferries.com", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["shipping"], "industry_labels": ["sea shipping"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Algerian shipping company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
221 +{"wikidata_id": "Q2916783", "display_name": "Mack Air", "legal_name": null, "aliases": [], "website": "https://www.mackair.co.bw", "canonical_domain": "mackair.co.bw", "country": "BW", "hq_city": "Maun", "hq_region": "North-West District", "lat": -19.98333, "lon": 23.41667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "regional airline (Botswana)", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
222 +{"wikidata_id": "Q2932417", "display_name": "Cabo Verde Express", "legal_name": null, "aliases": [], "website": "https://www.caboverdeexpress.com", "canonical_domain": "caboverdeexpress.com", "country": "CV", "hq_city": "Espargos", "hq_region": "Sal", "lat": 16.75458, "lon": -22.94528, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CVE_Logo.jpg", "description": "Cape Verdean airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
223 +{"wikidata_id": "Q2989899", "display_name": "Compagnie de Transports au Maroc", "legal_name": null, "aliases": [], "website": "https://www.ctm.ma", "canonical_domain": "ctm.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public transport company in Morocco", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
224 +{"wikidata_id": "Q391647", "display_name": "Gécamines", "legal_name": null, "aliases": ["GCM", "Gecamines", "La Générale des Carrières et des Mines"], "website": "https://gecamines.cd", "canonical_domain": "gecamines.cd", "country": "CD", "hq_city": "Lubumbashi", "hq_region": "Haut-Katanga Province", "lat": -11.66417, "lon": 27.48278, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gcm.jpg", "description": "Congolese mining company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
225 +{"wikidata_id": "Q407900", "display_name": "Air West", "legal_name": null, "aliases": [], "website": "https://www.airwestuae.com", "canonical_domain": "airwestuae.com", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
226 +{"wikidata_id": "Q4164819", "display_name": "Chicken Licken", "legal_name": null, "aliases": [], "website": "https://chickenlicken.co.za", "canonical_domain": "chickenlicken.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African fast-food restaurant chain featuring chicken", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
227 +{"wikidata_id": "Q4191917", "display_name": "Zimbabwe Stock Exchange", "legal_name": null, "aliases": ["ZSE", "XZIM"], "website": "https://www.zse.co.zw", "canonical_domain": "zse.co.zw", "country": "ZW", "hq_city": "Harare", "hq_region": "Harare Province", "lat": -17.82917, "lon": 31.05222, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Harare, Zimbabwe", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
228 +{"wikidata_id": "Q4822322", "display_name": "Auric Air", "legal_name": null, "aliases": [], "website": "https://www.auricair.com", "canonical_domain": "auricair.com", "country": "TZ", "hq_city": "Mwanza", "hq_region": "Mwanza Region", "lat": -2.51667, "lon": 32.9, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tanzanian airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
229 +{"wikidata_id": "Q493271", "display_name": "East African Breweries", "legal_name": null, "aliases": [], "website": "https://www.eabl.com", "canonical_domain": "eabl.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/East_African_Breweries_EABL_2022_Logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
230 +{"wikidata_id": "Q513457", "display_name": "United Bank for Africa", "legal_name": "United Bank for Africa", "aliases": ["UBA", "UBA Group", "United Bank for Africa PLC"], "website": "https://www.ubagroup.com", "canonical_domain": "ubagroup.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.58325, "lon": 3.34834, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unitedbank1.jpg", "description": "pan-African financial group", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
231 +{"wikidata_id": "Q55627184", "display_name": "OKX", "legal_name": null, "aliases": ["OKEx"], "website": "https://www.okx.com", "canonical_domain": "okx.com", "country": "SC", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "cryptocurrency exchange"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OKX_Logo.svg", "description": "cryptocurrency exchange and web3 platform", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
232 +{"wikidata_id": "Q7079299", "display_name": "Office of Radio and Television of Niger", "legal_name": null, "aliases": ["Office de Radiodiffusion et Television du Niger", "Office de Radiodiffusion et Télévision du Niger", "ORTN"], "website": "https://www.ortn.ne", "canonical_domain": "ortn.ne", "country": "NE", "hq_city": "Niamey", "hq_region": "Niger", "lat": 13.515, "lon": 2.1175, "industries": ["media"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "broadcasting company of Niger", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3562519"}]}
233 +{"wikidata_id": "Q7190735", "display_name": "Pick n Pay", "legal_name": null, "aliases": ["PnP", "Pick 'n Pay"], "website": "https://www.pnp.co.za", "canonical_domain": "pnp.co.za", "country": "ZA", "hq_city": "Kenilworth", "hq_region": "City of Cape Town", "lat": -33.99583, "lon": 18.475, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pick_n_Pay_logo.svg", "description": "retailer in South Africa", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
234 +{"wikidata_id": "Q7383727", "display_name": "Rwanda Stock Exchange", "legal_name": null, "aliases": ["RSE", "RSEX"], "website": "https://www.rse.rw", "canonical_domain": "rse.rw", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.9525, "lon": 30.115, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rwanda_Stock_Exchange_%28RSE%29.jpg", "description": "Principal stock market for equity and bonds", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
235 +{"wikidata_id": "Q7399953", "display_name": "Saidal", "legal_name": null, "aliases": [], "website": "https://saidalgroup.dz", "canonical_domain": "saidalgroup.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PNG_SAIDAL.png", "description": "Algerian pharmaceutical company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
236 +{"wikidata_id": "Q820804", "display_name": "Transnet", "legal_name": null, "aliases": ["Transnet Ltd.", "Transnet SOC Ltd"], "website": "https://www.transnet.co.za", "canonical_domain": "transnet.co.za", "country": "ZA", "hq_city": "Carlton Centre", "hq_region": "Johannesburg", "lat": -26.20556, "lon": 28.04667, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_Africa_Transnet.svg", "description": "South African rail, port and pipeline company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
237 +{"wikidata_id": "Q1027505", "display_name": "Norse Air", "legal_name": null, "aliases": [], "website": "https://www.norseair.co.uk", "canonical_domain": "norseair.co.uk", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
238 +{"wikidata_id": "Q1164057", "display_name": "Radiodiffusion télévision ivoirienne", "legal_name": null, "aliases": ["RTI Groupe"], "website": "https://www.rti.ci", "canonical_domain": "rti.ci", "country": "CI", "hq_city": "Abidjan", "hq_region": "Ivory Coast", "lat": 5.33639, "lon": -4.02667, "industries": ["media"], "industry_labels": ["public broadcasting"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_RTI_2021.svg", "description": "Public broadcaster of Ivory Coast", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
239 +{"wikidata_id": "Q1299189", "display_name": "Egyptian German Automotive Company", "legal_name": null, "aliases": [], "website": "https://www.egasae.com", "canonical_domain": "egasae.com", "country": "EG", "hq_city": "6th of October City", "hq_region": "Giza Governorate", "lat": 29.93611, "lon": 30.92694, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EGAJV-Logo.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
240 +{"wikidata_id": "Q131292226", "display_name": "Air Congo", "legal_name": null, "aliases": ["RDC", "4H", "Air Congo S.A."], "website": "https://www.air-congo.com", "canonical_domain": "air-congo.com", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 2024, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q245233", "name": "Ethiopian Airlines"}, "logo_url": null, "description": "flag carrier airline of the Democratic Republic of the Congo, founder in 2024", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
241 +{"wikidata_id": "Q146045", "display_name": "ZanAir", "legal_name": null, "aliases": ["ZanAir Limited"], "website": "https://www.zanair.com", "canonical_domain": "zanair.com", "country": "TZ", "hq_city": "Zanzibar Islands", "hq_region": "Tanzania", "lat": -5.9, "lon": 39.3, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
242 +{"wikidata_id": "Q1512860", "display_name": "Rovos Rail", "legal_name": null, "aliases": [], "website": "https://www.rovos.com", "canonical_domain": "rovos.com", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "luxury train company in africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
243 +{"wikidata_id": "Q1538344", "display_name": "Imperial Air Cargo", "legal_name": null, "aliases": [], "website": "https://www.safair.com", "canonical_domain": "safair.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imperial_Air_Cargo_Logo.png", "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
244 +{"wikidata_id": "Q1548880", "display_name": "Nouvelle Air Affaires Gabon", "legal_name": null, "aliases": [], "website": "https://www.sn2ag.com", "canonical_domain": "sn2ag.com", "country": "GA", "hq_city": "Libreville", "hq_region": "Estuaire Province", "lat": 0.40778, "lon": 9.44028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
245 +{"wikidata_id": "Q1663639", "display_name": "Kenya Railways Corporation", "legal_name": null, "aliases": ["KR", "KRC", "Kenya Railways"], "website": "https://krc.co.ke", "canonical_domain": "krc.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kenya_Railways_Logo.svg", "description": "state-owned Kenyan railway company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
246 +{"wikidata_id": "Q169443", "display_name": "Civair", "legal_name": null, "aliases": [], "website": "https://www.civair.co.za", "canonical_domain": "civair.co.za", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
247 +{"wikidata_id": "Q1877680", "display_name": "Lusaka Stock Exchange", "legal_name": null, "aliases": ["LuSE", "XLUS", "ZAMACE", "Zambian Commodity Exchange"], "website": "https://www.luse.co.zm", "canonical_domain": "luse.co.zm", "country": "ZM", "hq_city": "Lusaka", "hq_region": "Lusaka Province", "lat": -15.41667, "lon": 28.28333, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Lusaka, Zambia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
248 +{"wikidata_id": "Q1945306", "display_name": "Société Nationale des Autoroutes du Maroc", "legal_name": null, "aliases": ["Societe Nationale des Autoroutes du Maroc"], "website": "https://www.adm.co.ma", "canonical_domain": "adm.co.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADM-logo.png", "description": "organization in Morocco", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
249 +{"wikidata_id": "Q2075429", "display_name": "Compagnie Tunisienne de Navigation", "legal_name": null, "aliases": ["COTUNAV"], "website": "https://www.ctn.com.tn", "canonical_domain": "ctn.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian public company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
250 +{"wikidata_id": "Q2393276", "display_name": "Tanzania Railways Corporation", "legal_name": null, "aliases": ["TRC", "Tanzania Railways Limited"], "website": "https://www.trc.co.tz", "canonical_domain": "trc.co.tz", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81611, "lon": 39.28028, "industries": ["transportation"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tanzanian railroad company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
251 +{"wikidata_id": "Q2444780", "display_name": "Ooredoo Tunisia", "legal_name": null, "aliases": [], "website": "https://www.ooredoo.tn", "canonical_domain": "ooredoo.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q919935", "name": "Ooredoo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ooredoo_logo.svg", "description": "Tunisian mobile phone operator", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
252 +{"wikidata_id": "Q257518", "display_name": "Ethiopian News Agency", "legal_name": null, "aliases": ["ENA", "IZA", "Agence Direction", "Ethiopian News Source"], "website": "https://www.ena.et", "canonical_domain": "ena.et", "country": "ET", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "official news agency of the government of Ethiopia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
253 +{"wikidata_id": "Q2842699", "display_name": "Amen Bank", "legal_name": null, "aliases": [], "website": "https://www.amenbank.com.tn", "canonical_domain": "amenbank.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
254 +{"wikidata_id": "Q3335043", "display_name": "Naftal", "legal_name": null, "aliases": [], "website": "https://www.naftal.dz", "canonical_domain": "naftal.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1090717", "name": "Sonatrach"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoNAFTAL.svg", "description": "Algerian company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
255 +{"wikidata_id": "Q3501076", "display_name": "Studio Misr", "legal_name": null, "aliases": ["Misr Studio", "Studio Masr"], "website": "https://www.studiomasr.com", "canonical_domain": "studiomasr.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian motion picture studio", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
256 +{"wikidata_id": "Q3642635", "display_name": "MultiChoice", "legal_name": null, "aliases": [], "website": "https://www.multichoice.com", "canonical_domain": "multichoice.com", "country": "ZA", "hq_city": "Ferndale", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.08222, "lon": 27.9825, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African based satellite TV service in Sub-Saharan Africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
257 +{"wikidata_id": "Q4118246", "display_name": "Smart Aviation Company", "legal_name": null, "aliases": [], "website": "https://www.smartaviation.com.eg", "canonical_domain": "smartaviation.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q374740", "name": "EgyptAir"}, "logo_url": null, "description": "Egyptian airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
258 +{"wikidata_id": "Q4205546", "display_name": "Trans Nation Airways", "legal_name": null, "aliases": [], "website": "https://www.midroc-ethiotechgroup.com", "canonical_domain": "midroc-ethiotechgroup.com", "country": "ET", "hq_city": "Addis Ababa", "hq_region": "Ethiopia", "lat": 9.03583, "lon": 38.7525, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Ethiopia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
259 +{"wikidata_id": "Q43445487", "display_name": "Africa Morocco Link", "legal_name": null, "aliases": ["AML"], "website": "https://www.aml-ferry.com", "canonical_domain": "aml-ferry.com", "country": "MA", "hq_city": "Morocco", "hq_region": null, "lat": 32.0, "lon": -6.0, "industries": ["transportation"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Africa_morocco_link_logo.svg", "description": "Moroccan ferry company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
260 +{"wikidata_id": "Q4409921", "display_name": "Swaziland Stock Exchange", "legal_name": null, "aliases": ["SSX", "XSWA"], "website": "https://www.ssx.org.sz", "canonical_domain": "ssx.org.sz", "country": "SZ", "hq_city": "Mbabane", "hq_region": "Hhohho Region", "lat": -26.33073, "lon": 31.139, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Mbabane, Swaziland", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
261 +{"wikidata_id": "Q4783172", "display_name": "Arab Contractors", "legal_name": null, "aliases": ["El-Mokawloon El-Arab"], "website": "https://www.arabcont.com", "canonical_domain": "arabcont.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian contracting firm established by Osman Ahmed Osman", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
262 +{"wikidata_id": "Q4807838", "display_name": "Aspen Pharmacare", "legal_name": null, "aliases": ["Aspen Pharmacare Holdings", "Aspen Pharmacare Holdings Limited"], "website": "https://www.aspenpharma.com", "canonical_domain": "aspenpharma.com", "country": "ZA", "hq_city": "Durban", "hq_region": "eThekwini Metropolitan Municipality", "lat": -29.85833, "lon": 31.025, "industries": ["pharmaceuticals", "healthcare"], "industry_labels": ["pharmaceutical industry", "health care industry"], "founded_year": 1850, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "635400ZYSN1IRD5QWQ94", "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational South African holding company for pharmaceutical concerns", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
263 +{"wikidata_id": "Q4857077", "display_name": "Banque du Caire", "legal_name": null, "aliases": [], "website": "https://www.bdc.com.eg", "canonical_domain": "bdc.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["banking", "financial-services"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2060638", "name": "Banque Misr"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banque_du_caire_Logo.svg", "description": "bank in Cairo", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
264 +{"wikidata_id": "Q5000990", "display_name": "Burundi National Radio and Television", "legal_name": null, "aliases": [], "website": "https://www.rtnb.bi", "canonical_domain": "rtnb.bi", "country": "BI", "hq_city": "Bujumbura", "hq_region": "Bujumbura Mairie", "lat": -3.3825, "lon": 29.36111, "industries": ["media"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Publicly funded and national broadcaster of Burundi", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
265 +{"wikidata_id": "Q5035822", "display_name": "Capitec Bank", "legal_name": null, "aliases": [], "website": "https://www.capitecbank.co.za", "canonical_domain": "capitecbank.co.za", "country": "ZA", "hq_city": "Stellenbosch", "hq_region": "Stellenbosch Local Municipality", "lat": -33.93667, "lon": 18.86139, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capitec_Bank_logo.svg", "description": "bank in South Africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
266 +{"wikidata_id": "Q5172831", "display_name": "Correios de Cabo Verde", "legal_name": null, "aliases": [], "website": "https://www.correios.cv", "canonical_domain": "correios.cv", "country": "CV", "hq_city": "Praia", "hq_region": "Praia", "lat": 14.91772, "lon": -23.50916, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national postal service company of Cape Verde", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
267 +{"wikidata_id": "Q5270935", "display_name": "Diamond Trading Company", "legal_name": null, "aliases": [], "website": "https://www.dtc.com", "canonical_domain": "dtc.com", "country": "ZA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "rough diamonds sales and distribution arm of De Beers", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
268 +{"wikidata_id": "Q56300032", "display_name": "Afriquia", "legal_name": null, "aliases": [], "website": "https://www.afriquia.ma", "canonical_domain": "afriquia.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2829178", "name": "Akwa Group"}, "logo_url": null, "description": "Moroccan fuel distribution company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
269 +{"wikidata_id": "Q6745525", "display_name": "Faisal Islamic Bank of Egypt", "legal_name": null, "aliases": ["Bank Fayṣal al-Islāmī al-Miṣrī"], "website": "https://www.faisalbank.com.eg", "canonical_domain": "faisalbank.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["banking"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "islamic bank based in Cairo, Egypt", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
270 +{"wikidata_id": "Q7565435", "display_name": "South African Breweries", "legal_name": null, "aliases": [], "website": "https://www.sab.co.za", "canonical_domain": "sab.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4995", "name": "SABMiller"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAB_Logo_Full_colour_RGB_White%282%29.jpg", "description": "Brweing company based in Johannesburg, South Africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
271 +{"wikidata_id": "Q1027687", "display_name": "Executive Aerospace", "legal_name": null, "aliases": [], "website": "https://www.aerospace.co.za", "canonical_domain": "aerospace.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
272 +{"wikidata_id": "Q1027714", "display_name": "Phoebus Apollo Aviation", "legal_name": null, "aliases": [], "website": "https://www.phoebusapollo.co.za", "canonical_domain": "phoebusapollo.co.za", "country": "ZA", "hq_city": "Germiston", "hq_region": "City of Ekurhuleni Metropolitan Municipality", "lat": -26.21667, "lon": 28.16667, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
273 +{"wikidata_id": "Q1031741", "display_name": "Camrail", "legal_name": null, "aliases": [], "website": "https://www.camrail.net", "canonical_domain": "camrail.net", "country": "CM", "hq_city": "Douala", "hq_region": "Wouri", "lat": 4.05, "lon": 9.7, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q25245624", "name": "Bolloré Logistics"}, "logo_url": null, "description": "railway transport company in Cameroon", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
274 +{"wikidata_id": "Q1206693", "display_name": "Development Bank of Southern Africa", "legal_name": null, "aliases": [], "website": "https://www.dbsa.org", "canonical_domain": "dbsa.org", "country": "ZA", "hq_city": "Midrand", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.0, "lon": 28.13333, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Government finance company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
275 +{"wikidata_id": "Q12236500", "display_name": "Cook Door", "legal_name": null, "aliases": [], "website": "https://www.cookdoor.com.eg", "canonical_domain": "cookdoor.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fast food chain in Egypt", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
276 +{"wikidata_id": "Q1244316", "display_name": "GB Corp", "legal_name": null, "aliases": ["Ghabbour"], "website": "https://gb-corporation.com", "canonical_domain": "gb-corporation.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gb-corp-logo.png", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
277 +{"wikidata_id": "Q14628875", "display_name": "Punto Azul", "legal_name": null, "aliases": [], "website": "https://www.flypuntoazul.gq", "canonical_domain": "flypuntoazul.gq", "country": "GQ", "hq_city": "Malabo", "hq_region": "District of Malabo", "lat": 3.75206, "lon": 8.7737, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Malabo, Equatorial Guinea", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
278 +{"wikidata_id": "Q14628886", "display_name": "Karinou Airlines", "legal_name": null, "aliases": [], "website": "https://www.centrafricair.com", "canonical_domain": "centrafricair.com", "country": "CF", "hq_city": "Bangui", "hq_region": "Central African Republic", "lat": 4.37325, "lon": 18.56283, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Bangui, Central African Republic", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
279 +{"wikidata_id": "Q16123245", "display_name": "Sono Cairo", "legal_name": null, "aliases": [], "website": "https://sonocairo.com", "canonical_domain": "sonocairo.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sono_Cairo_logo.jpg", "description": "Egyptian Multimedia company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
280 +{"wikidata_id": "Q17070141", "display_name": "Africa's Connection STP", "legal_name": null, "aliases": [], "website": "https://www.africas-connection.com", "canonical_domain": "africas-connection.com", "country": "ST", "hq_city": "São Tomé", "hq_region": "Água Grande", "lat": 0.3375, "lon": 6.72833, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "São Toméan airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
281 +{"wikidata_id": "Q17640214", "display_name": "Télédiffusion d'Algérie", "legal_name": null, "aliases": ["TDA"], "website": "https://www.tda.dz", "canonical_domain": "tda.dz", "country": "DZ", "hq_city": "Bouzareah", "hq_region": "Bouzaréah District", "lat": 36.78988, "lon": 3.01772, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%A9l%C3%A9diffusion_d%E2%80%99Alg%C3%A9rie_-_TDA.svg", "description": "Algerian broadcaster", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
282 +{"wikidata_id": "Q1890153", "display_name": "Trust Merchant Bank", "legal_name": null, "aliases": ["TMB e"], "website": "https://www.trustmerchantbank.com", "canonical_domain": "trustmerchantbank.com", "country": "CD", "hq_city": "Lubumbashi", "hq_region": "Haut-Katanga Province", "lat": -11.66417, "lon": 27.48278, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in the Democratic Republic of Congo,", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
283 +{"wikidata_id": "Q19298933", "display_name": "Rand Water", "legal_name": null, "aliases": [], "website": "https://www.randwater.co.za", "canonical_domain": "randwater.co.za", "country": "ZA", "hq_city": "Glenvista", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.29096, "lon": 28.03739, "industries": ["utilities"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African water utility supplying the Gauteng province", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
284 +{"wikidata_id": "Q2079933", "display_name": "King Air Charter", "legal_name": null, "aliases": [], "website": "https://www.kingair.co.za", "canonical_domain": "kingair.co.za", "country": "ZA", "hq_city": "Lanseria International Airport", "hq_region": "Gauteng", "lat": -25.93861, "lon": 27.92611, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline based in South Africa", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
285 +{"wikidata_id": "Q21924765", "display_name": "Int'Air Îles", "legal_name": null, "aliases": [], "website": "https://www.inter-iles-air.com", "canonical_domain": "inter-iles-air.com", "country": "KM", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Regional airline in the Comoros islands", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
286 +{"wikidata_id": "Q2306787", "display_name": "Arabian Gulf Oil Company", "legal_name": null, "aliases": ["AGOCO"], "website": "https://www.agoco.com.ly", "canonical_domain": "agoco.com.ly", "country": "LY", "hq_city": "Benghazi", "hq_region": "Libya", "lat": 32.11667, "lon": 20.06667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1967537", "name": "National Oil Corporation"}, "logo_url": null, "description": "oil company based in Libya", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
287 +{"wikidata_id": "Q23578910", "display_name": "Africa Finance Corporation", "legal_name": null, "aliases": ["AFC"], "website": "https://www.africafc.org", "canonical_domain": "africafc.org", "country": "NG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pan-African multilateral development finance institution", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
288 +{"wikidata_id": "Q2565038", "display_name": "National Airways Corporation", "legal_name": null, "aliases": ["NAC", "NTN", "NAC Operations", "NATCHAIR"], "website": "https://www.nac.co.za", "canonical_domain": "nac.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aviation services company in South Africa", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
289 +{"wikidata_id": "Q2819545", "display_name": "ATM Mobilis", "legal_name": null, "aliases": [], "website": "https://www.mobilis.dz", "canonical_domain": "mobilis.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q112630909", "name": "Algérie Télécom Group"}, "logo_url": null, "description": "Algerian telecommunications company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
290 +{"wikidata_id": "Q28499070", "display_name": "Niger Telecoms", "legal_name": null, "aliases": ["Niger Telecom"], "website": "https://www.nigertelecoms.ne", "canonical_domain": "nigertelecoms.ne", "country": "NE", "hq_city": "Niamey", "hq_region": "Niger", "lat": 13.515, "lon": 2.1175, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public telecommunication company in Niger", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
291 +{"wikidata_id": "Q2866716", "display_name": "Asmidal", "legal_name": null, "aliases": [], "website": "https://www.asmidal-dz.com", "canonical_domain": "asmidal-dz.com", "country": "DZ", "hq_city": "Annaba", "hq_region": "Annaba District", "lat": 36.9, "lon": 7.76667, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1090717", "name": "Sonatrach"}, "logo_url": null, "description": "Algerian company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
292 +{"wikidata_id": "Q2882969", "display_name": "Banque Zitouna", "legal_name": null, "aliases": ["Zitouna Bank"], "website": "https://www.banquezitouna.com", "canonical_domain": "banquezitouna.com", "country": "TN", "hq_city": "Le Kram", "hq_region": "delegation of Kram", "lat": 36.83333, "lon": 10.31667, "industries": ["banking"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
293 +{"wikidata_id": "Q3015967", "display_name": "Dar El Shorouk", "legal_name": null, "aliases": [], "website": "https://www.shorouk.com", "canonical_domain": "shorouk.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["media"], "industry_labels": ["book publishing"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Arabic publishing house", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
294 +{"wikidata_id": "Q3104763", "display_name": "Ghana Broadcasting Corporation", "legal_name": null, "aliases": ["GBC", "The Pacesetters", "GBC Ghana", "Ghana Broadcasting System", "Gold Coast Broadcasting Service"], "website": "https://www.gbcghanaonline.com", "canonical_domain": "gbcghanaonline.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GBC_Logo_a2.svg", "description": "Ghanaian public service broadcaster", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
295 +{"wikidata_id": "Q3294973", "display_name": "MarsaMaroc", "legal_name": null, "aliases": [], "website": "https://www.marsamaroc.co.ma", "canonical_domain": "marsamaroc.co.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["transportation"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Moroccan ports operator", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
296 +{"wikidata_id": "Q3297791", "display_name": "Massmart", "legal_name": null, "aliases": [], "website": "https://www.massmart.co.za", "canonical_domain": "massmart.co.za", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483551", "name": null}, "logo_url": null, "description": "South African firm", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
297 +{"wikidata_id": "Q3349568", "display_name": "Office de Radiodiffusion et Télévision du Bénin", "legal_name": null, "aliases": ["Office de Radiodiffusion et Television du Benin", "ORTB"], "website": "https://srtb.bj", "canonical_domain": "srtb.bj", "country": "BJ", "hq_city": "Cotonou", "hq_region": "Littoral", "lat": 6.36667, "lon": 2.41667, "industries": ["media"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "TV channel and radio operator in Benin", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
298 +{"wikidata_id": "Q3490246", "display_name": "Sonatel", "legal_name": null, "aliases": ["Orange Senegal"], "website": "https://www.orange.sl", "canonical_domain": "orange.sl", "country": "SN", "hq_city": "Dakar", "hq_region": "Dakar Department", "lat": 14.67256, "lon": -17.432, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1431486", "name": "Orange"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonatel_logo.svg", "description": "This is the principal telecommunications provider of Senegal.", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
299 +{"wikidata_id": "Q377456", "display_name": "Elysian Airlines", "legal_name": null, "aliases": [], "website": "https://www.elysianairlines.com", "canonical_domain": "elysianairlines.com", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.85778, "lon": 11.51806, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
300 +{"wikidata_id": "Q381479", "display_name": "Aerogem Aviation", "legal_name": null, "aliases": [], "website": "https://www.aerogemaviation.com", "canonical_domain": "aerogemaviation.com", "country": "GH", "hq_city": "Accra", "hq_region": "Greater Accra Region", "lat": 5.55602, "lon": -0.1969, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerogem_Aviation_logo_vectorized.svg", "description": "Ghanaian cargo airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
301 +{"wikidata_id": "Q39086195", "display_name": "Faisal Islamic Bank of Sudan", "legal_name": null, "aliases": ["Bank Fayṣal al-Islāmī al-Sūdānī"], "website": "https://www.fibsudan.com", "canonical_domain": "fibsudan.com", "country": "SD", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Islamic bank of Sudan", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
302 +{"wikidata_id": "Q4037537", "display_name": "Dornier Aviation Nigeria", "legal_name": "Dornier Aviation Nigeria", "aliases": ["Aiep"], "website": "https://www.dananig.aero", "canonical_domain": "dananig.aero", "country": "NG", "hq_city": "Kaduna", "hq_region": "Kaduna State", "lat": 10.49005, "lon": 7.41866, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
303 +{"wikidata_id": "Q4204621", "display_name": "Air Leasing Cameroon", "legal_name": null, "aliases": [], "website": "https://airleasing.com", "canonical_domain": "airleasing.com", "country": "CM", "hq_city": "Douala", "hq_region": "Wouri", "lat": 4.05, "lon": 9.7, "industries": ["financial-services", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cameroonian airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
304 +{"wikidata_id": "Q4272319", "display_name": "Diexim Expresso", "legal_name": null, "aliases": ["Diexim Expresso Aviaçao"], "website": "https://www.dieximexpresso.com", "canonical_domain": "dieximexpresso.com", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Airline of Angola", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
305 +{"wikidata_id": "Q4352110", "display_name": "Vodafone Ghana", "legal_name": null, "aliases": ["Ghana Telecom"], "website": "https://www.vodafone.com.gh", "canonical_domain": "vodafone.com.gh", "country": "GH", "hq_city": "Accra", "hq_region": "Greater Accra Region", "lat": 5.55602, "lon": -0.1969, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vodafone_Ghana_Logo_003.png", "description": "telecommunications company in Ghana", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
306 +{"wikidata_id": "Q4689464", "display_name": "Afric Aviation", "legal_name": null, "aliases": [], "website": "https://www.africaviation.com", "canonical_domain": "africaviation.com", "country": "GA", "hq_city": "Libreville", "hq_region": "Estuaire Province", "lat": 0.40778, "lon": 9.44028, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Gabonese airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
307 +{"wikidata_id": "Q4702356", "display_name": "Ezz Steel", "legal_name": null, "aliases": [], "website": "https://www.ezzsteel.com", "canonical_domain": "ezzsteel.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian steel company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
308 +{"wikidata_id": "Q491031", "display_name": "Bourse Regionale Des Valeurs Mobilieres", "legal_name": null, "aliases": ["Bourse Regionale des Valeurs Mobilieres", "BRVM", "Regional Securities Exchange", "XBRV"], "website": "https://www.brvm.org", "canonical_domain": "brvm.org", "country": "CI", "hq_city": "Abidjan", "hq_region": "Ivory Coast", "lat": 5.33639, "lon": -4.02667, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Abidjan, Ivory Coast", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
309 +{"wikidata_id": "Q4948874", "display_name": "BotswanaPost", "legal_name": null, "aliases": [], "website": "https://www.botspost.co.bw", "canonical_domain": "botspost.co.bw", "country": "BW", "hq_city": "Gaborone", "hq_region": "South-East District", "lat": -24.65694, "lon": 25.90861, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BotswanaPost_logo.png", "description": "parastatal company responsible for postal service in Botswana", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
310 +{"wikidata_id": "Q5384103", "display_name": "equaflight.com", "legal_name": null, "aliases": [], "website": "https://www.equaflight.com", "canonical_domain": "equaflight.com", "country": "CG", "hq_city": "Pointe-Noire", "hq_region": "Pointe-Noire Department", "lat": -4.7975, "lon": 11.85028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Congolese airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
311 +{"wikidata_id": "Q6000236", "display_name": "Illovo Sugar", "legal_name": null, "aliases": [], "website": "https://www.illovosugar.com", "canonical_domain": "illovosugar.com", "country": "ZA", "hq_city": "Durban", "hq_region": "eThekwini Metropolitan Municipality", "lat": -29.85833, "lon": 31.025, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ILLOVO_SUGAR_AFRICA_logo.png", "description": "sugar producer based in Durban, South Africa", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
312 +{"wikidata_id": "Q623639", "display_name": "Arab American Vehicles", "legal_name": null, "aliases": [], "website": "https://www.aav.com.eg", "canonical_domain": "aav.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arab_American_Vehicles_logo.jpg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
313 +{"wikidata_id": "Q7885401", "display_name": "Union Bank of Nigeria", "legal_name": "Union Bank of Nigeria", "aliases": [], "website": "https://www.unionbankng.com", "canonical_domain": "unionbankng.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45228, "lon": 3.38792, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7885401", "name": "Union Bank of Nigeria"}, "logo_url": null, "description": "Nigeria Bank", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
314 +{"wikidata_id": "Q795474", "display_name": "Cevital", "legal_name": null, "aliases": [], "website": "https://www.cevital.com", "canonical_domain": "cevital.com", "country": "DZ", "hq_city": "Kouba", "hq_region": "Hussein Dey District", "lat": 36.73361, "lon": 3.08639, "industries": ["agriculture", "retail", "logistics"], "industry_labels": ["industry", "agribusiness", "mass-market retailing", "logistics"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cevital_logo_2016.svg", "description": "Algerian multinational company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
315 +{"wikidata_id": "Q806172", "display_name": "Banco Angolano de Investimentos", "legal_name": null, "aliases": ["BAI"], "website": "https://www.bancobai.ao", "canonical_domain": "bancobai.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300QU4YNWBS829190", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BAI_-_.jpg", "description": "Angolan banking institution", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
316 +{"wikidata_id": "Q97163711", "display_name": "East Mediterranean Gas Forum", "legal_name": null, "aliases": ["EastMed Gas Forum"], "website": "https://www.eastmedgasforum.com", "canonical_domain": "eastmedgasforum.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international organization", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
317 +{"wikidata_id": "Q17008542", "display_name": "Datatec", "legal_name": null, "aliases": [], "website": "https://www.datatec.com", "canonical_domain": "datatec.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange - AIM MTF", "lei": "213800AA36MIN5FWKV02", "sec_cik": null, "parent": null, "logo_url": null, "description": "ICT solutions and services group", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
318 +{"wikidata_id": "Q102249018", "display_name": "LIFT Airline", "legal_name": null, "aliases": [], "website": "https://www.lift.co.za", "canonical_domain": "lift.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2563999", "name": "Global Aviation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LIFT_Airline_Logo.png", "description": "South African low-cost airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
319 +{"wikidata_id": "Q11108502", "display_name": "Nigerian Breweries", "legal_name": null, "aliases": [], "website": "https://www.nbplc.com", "canonical_domain": "nbplc.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.48151, "lon": 3.36494, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery company in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
320 +{"wikidata_id": "Q1521346", "display_name": "GCB Bank", "legal_name": null, "aliases": ["GCB", "GCB Bank Limited", "Ghana Commercial Bank", "Ghana Commercial Bank Ltd"], "website": "https://www.gcbbank.com.gh", "canonical_domain": "gcbbank.com.gh", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Ghana", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
321 +{"wikidata_id": "Q1525124", "display_name": "Kenya Electricity Generating Company", "legal_name": null, "aliases": ["KenGen"], "website": "https://www.kengen.co.ke", "canonical_domain": "kengen.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Energy company in Kenya", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
322 +{"wikidata_id": "Q16488933", "display_name": "Aeroportos e Segurança Aérea", "legal_name": null, "aliases": ["ASA"], "website": "https://www.asa.cv", "canonical_domain": "asa.cv", "country": "CV", "hq_city": "Espargos", "hq_region": "Sal", "lat": 16.75458, "lon": -22.94528, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
323 +{"wikidata_id": "Q18091494", "display_name": "National Airways Ethiopia", "legal_name": null, "aliases": ["National Airways Ethiopian"], "website": "https://www.nationalairways.com", "canonical_domain": "nationalairways.com", "country": "ET", "hq_city": "Addis Ababa", "hq_region": "Ethiopia", "lat": 9.03583, "lon": 38.7525, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline having started its operations in 2007 in Ethiopia", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
324 +{"wikidata_id": "Q18384641", "display_name": "Masen", "legal_name": null, "aliases": ["MASEN", "Moroccan Agency for Sustainable Energy"], "website": "https://www.masen.ma", "canonical_domain": "masen.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_masen_maroc.png", "description": "company in Rabat, Morocco", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
325 +{"wikidata_id": "Q1915373", "display_name": "Blue Bird Aviation", "legal_name": null, "aliases": [], "website": "https://www.bluebirdsudan.com", "canonical_domain": "bluebirdsudan.com", "country": "SD", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aviation company in Sudan", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
326 +{"wikidata_id": "Q1916123", "display_name": "Mediclinic International", "legal_name": null, "aliases": ["Mediclinic"], "website": "https://www.mediclinic.co.za", "canonical_domain": "mediclinic.co.za", "country": "ZA", "hq_city": "Stellenbosch", "hq_region": "Stellenbosch Local Municipality", "lat": -33.93667, "lon": 18.86139, "industries": ["healthcare"], "industry_labels": ["hospital"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "2138002S5BSBIZTD5I60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mediclinicgrouplogo.png", "description": "South African hospital company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
327 +{"wikidata_id": "Q1931733", "display_name": "Mid Airlines", "legal_name": null, "aliases": [], "website": "https://www.midairlines.com", "canonical_domain": "midairlines.com", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sudanese charter airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
328 +{"wikidata_id": "Q1966854", "display_name": "NationLink Telecom", "legal_name": null, "aliases": [], "website": "https://www.nationlinktelecom.com", "canonical_domain": "nationlinktelecom.com", "country": "SO", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Somalia", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
329 +{"wikidata_id": "Q2363022", "display_name": "Sudatel", "legal_name": null, "aliases": [], "website": "https://www.sudatel.sd", "canonical_domain": "sudatel.sd", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Sudan", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
330 +{"wikidata_id": "Q2719231", "display_name": "Monoprix", "legal_name": null, "aliases": ["SNMVT Monoprix", "Societe Nouvelle Maison de la Ville de Tunis", "Société Nouvelle Maison de la Ville de Tunis"], "website": "https://www.snmvt.com", "canonical_domain": "snmvt.com", "country": "TN", "hq_city": "Mégrine", "hq_region": "delegation of Mégrine", "lat": 36.7687, "lon": 10.23325, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117489", "name": "Groupe Mabrouk"}, "logo_url": null, "description": "Tunisian company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
331 +{"wikidata_id": "Q27967075", "display_name": "Libyan Wings", "legal_name": null, "aliases": [], "website": "https://libyanwings.ly", "canonical_domain": "libyanwings.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Libyan airline launched in 2015", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
332 +{"wikidata_id": "Q2836032", "display_name": "Algerie Telecom", "legal_name": null, "aliases": ["Algérie Telecom"], "website": "https://www.algerietelecom.dz", "canonical_domain": "algerietelecom.dz", "country": "DZ", "hq_city": "Mohammadia", "hq_region": "Dar El Beïda District", "lat": 36.72889, "lon": 3.14694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q112630909", "name": "Algérie Télécom Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Alg%C3%A9rie_T%C3%A9l%C3%A9com.svg", "description": "state-owned telecom operator in Algeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
333 +{"wikidata_id": "Q28402045", "display_name": "Ajaokuta Steel Mill", "legal_name": "Ajaookuta steel", "aliases": ["ASCL"], "website": "https://www.ajaokutasteel.com", "canonical_domain": "ajaokutasteel.com", "country": "NG", "hq_city": "Ajaokuta", "hq_region": "Kogi State", "lat": 7.50148, "lon": 6.68954, "industries": ["mining"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "steel milling company in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
334 +{"wikidata_id": "Q2849714", "display_name": "Angola Telecom", "legal_name": null, "aliases": [], "website": "https://www.angolatelecom.com", "canonical_domain": "angolatelecom.com", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Angolan telecommunication company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
335 +{"wikidata_id": "Q2859329", "display_name": "Arab Tunisian Bank", "legal_name": null, "aliases": ["ATB"], "website": "https://www.atb.tn", "canonical_domain": "atb.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2629881", "name": "Arab Bank"}, "logo_url": null, "description": "Tunisian bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
336 +{"wikidata_id": "Q28714724", "display_name": "Suez Canal Bank", "legal_name": null, "aliases": [], "website": "https://scbank.com.eg", "canonical_domain": "scbank.com.eg", "country": "EG", "hq_city": "Ismailia", "hq_region": "Ismailia Governorate", "lat": 30.58333, "lon": 32.26667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SCBank_Logo_EN.svg", "description": "Egyptian Bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
337 +{"wikidata_id": "Q2883035", "display_name": "BH Bank", "legal_name": null, "aliases": ["Banque de l'Habitat"], "website": "https://bhbank.tn", "canonical_domain": "bhbank.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BH_BANK.png", "description": "Tunisian bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
338 +{"wikidata_id": "Q2883413", "display_name": "National Agricultural Bank", "legal_name": null, "aliases": ["Banque Nationale Agricole"], "website": "https://www.bna.com.tn", "canonical_domain": "bna.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
339 +{"wikidata_id": "Q3006220", "display_name": "CIH Bank", "legal_name": null, "aliases": [], "website": "https://www.cihbank.ma", "canonical_domain": "cihbank.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2933285", "name": "Caisse de dépôt et de gestion"}, "logo_url": null, "description": "Moroccan bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
340 +{"wikidata_id": "Q3072956", "display_name": "First National Bank", "legal_name": null, "aliases": ["FNB"], "website": "https://www.fnb.co.za", "canonical_domain": "fnb.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1838, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank of South Africa", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
341 +{"wikidata_id": "Q3093186", "display_name": "GEPetrol", "legal_name": null, "aliases": [], "website": "https://www.equatorialoil.com", "canonical_domain": "equatorialoil.com", "country": "GQ", "hq_city": "Malabo", "hq_region": "District of Malabo", "lat": 3.75206, "lon": 8.7737, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
342 +{"wikidata_id": "Q3258921", "display_name": "ALS – Aircraft Leasing Services", "legal_name": null, "aliases": [], "website": "https://als.co.ke", "canonical_domain": "als.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kenyan airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
343 +{"wikidata_id": "Q3301668", "display_name": "Mauritius Commercial Bank", "legal_name": null, "aliases": [], "website": "https://www.mcb.mu", "canonical_domain": "mcb.mu", "country": "MU", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 1838, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "oldest (1838) commercial bank in Mauritius", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
344 +{"wikidata_id": "Q3337704", "display_name": "Ooredoo Algérie", "legal_name": null, "aliases": ["Nedjma", "Ooredoo Algeria", "Ooredoo Algerie"], "website": "https://www.ooredoo.dz", "canonical_domain": "ooredoo.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q919935", "name": "Ooredoo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ooredoo_logo.svg", "description": "telecommunication company in Algeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
345 +{"wikidata_id": "Q3488214", "display_name": "Sotelma", "legal_name": null, "aliases": ["Societe des telecommunications du Mali", "Société des télécommunications du Mali"], "website": "https://www.sotelma.ml", "canonical_domain": "sotelma.ml", "country": "ML", "hq_city": "Bamako", "hq_region": "Bamako", "lat": 12.64583, "lon": -7.99222, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2299942", "name": "Maroc Telecom"}, "logo_url": null, "description": "telecommunications company in Mali", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
346 +{"wikidata_id": "Q3490063", "display_name": "Sonasid", "legal_name": null, "aliases": ["Societe Nationale de Siderurgie", "Société Nationale de Sidérurgie"], "website": "https://www.sonasid.ma", "canonical_domain": "sonasid.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Moroccan company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
347 +{"wikidata_id": "Q39050644", "display_name": "Verve International", "legal_name": null, "aliases": [], "website": "https://www.myverveworld.com", "canonical_domain": "myverveworld.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "payment card brand", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
348 +{"wikidata_id": "Q4033765", "display_name": "Allegiance Air", "legal_name": null, "aliases": [], "website": "https://www.allegiance-air.com", "canonical_domain": "allegiance-air.com", "country": "ZA", "hq_city": "Lanseria International Airport", "hq_region": "Gauteng", "lat": -25.93861, "lon": 27.92611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
349 +{"wikidata_id": "Q4049716", "display_name": "Solenta Aviation", "legal_name": null, "aliases": [], "website": "https://www.solenta.co.za", "canonical_domain": "solenta.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in South Africa", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
350 +{"wikidata_id": "Q4050564", "display_name": "Tanzania Electric Supply Company Limited", "legal_name": null, "aliases": ["TANESCO"], "website": "https://www.tanesco.co.tz", "canonical_domain": "tanesco.co.tz", "country": "TZ", "hq_city": "Dodoma", "hq_region": "Dodoma Region", "lat": -6.1835, "lon": 35.746, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tanzanian electric utilities company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
351 +{"wikidata_id": "Q4119242", "display_name": "Société Tunisienne de Banque", "legal_name": null, "aliases": ["Societe Tunisienne de Banque"], "website": "https://www.stb.com.tn", "canonical_domain": "stb.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
352 +{"wikidata_id": "Q48803421", "display_name": "SICO Technology", "legal_name": null, "aliases": ["SICO"], "website": "https://sico.com.eg", "canonical_domain": "sico.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian mobile phones and tablets manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
353 +{"wikidata_id": "Q5138255", "display_name": "Coastal Aviation", "legal_name": null, "aliases": [], "website": "https://www.coastal.co.tz", "canonical_domain": "coastal.co.tz", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81611, "lon": 39.28028, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private Tanzanian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
354 +{"wikidata_id": "Q5216192", "display_name": "Dangote Cement", "legal_name": "Dangote Cement", "aliases": ["Dangote Cement Plc"], "website": "https://www.dangcem.com", "canonical_domain": "dangcem.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.47752, "lon": 3.72563, "industries": ["construction"], "industry_labels": ["cement industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3013553", "name": "Dangote Group"}, "logo_url": null, "description": "Nigerian multinational publicly traded cement manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
355 +{"wikidata_id": "Q5285307", "display_name": "Djibouti Telecom", "legal_name": null, "aliases": ["Djib Télécom"], "website": "https://www.djiboutitelecom.dj", "canonical_domain": "djiboutitelecom.dj", "country": "DJ", "hq_city": "Djibouti", "hq_region": "Djibouti Region", "lat": 11.595, "lon": 43.14806, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Djibouti_Telecom_Logo.png", "description": "Djibouti telephone company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
356 +{"wikidata_id": "Q5327655", "display_name": "East African Development Bank", "legal_name": null, "aliases": [], "website": "https://www.eadb.org", "canonical_domain": "eadb.org", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "regional development finance institution in Kampala, Uganda", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
357 +{"wikidata_id": "Q5348428", "display_name": "Egyptian Natural Gas Holding Company", "legal_name": null, "aliases": ["EGAS"], "website": "https://www.egas.com.eg", "canonical_domain": "egas.com.eg", "country": "EG", "hq_city": "Nasr City", "hq_region": "Cairo", "lat": 30.05194, "lon": 31.35694, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian gas company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
358 +{"wikidata_id": "Q5446777", "display_name": "Fidelity Bank Nigeria", "legal_name": "Fidelity Bank Plc", "aliases": [], "website": "https://fidelitybank.ng", "canonical_domain": "fidelitybank.ng", "country": "NG", "hq_city": "Lagos State", "hq_region": "Nigeria", "lat": 6.437, "lon": 3.40996, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5446777", "name": "Fidelity Bank Nigeria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fidelity-bank-nigeria.png", "description": "bank in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
359 +{"wikidata_id": "Q549445", "display_name": "Banque de Tunisie", "legal_name": null, "aliases": [], "website": "https://www.bt.com.tn", "canonical_domain": "bt.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
360 +{"wikidata_id": "Q5616584", "display_name": "Guinness Nigeria", "legal_name": null, "aliases": [], "website": "https://www.guinness-nigeria.com", "canonical_domain": "guinness-nigeria.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["food-beverage"], "industry_labels": ["Guiness"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "0292002192H7C7H2H732", "sec_cik": null, "parent": null, "logo_url": null, "description": "Guinness brewery in Nigeria", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
361 +{"wikidata_id": "Q6392561", "display_name": "Kenya Commercial Bank Group", "legal_name": null, "aliases": [], "website": "https://www.kcbbankgroup.com", "canonical_domain": "kcbbankgroup.com", "country": "KE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial economics"], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "African financial services holding company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6392559"}]}
362 +{"wikidata_id": "Q646561", "display_name": "Casa Air Service", "legal_name": null, "aliases": [], "website": "https://www.casaairservice.ma", "canonical_domain": "casaairservice.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
363 +{"wikidata_id": "Q65067120", "display_name": "flypassionair.com", "legal_name": null, "aliases": [], "website": "https://flypassionair.com", "canonical_domain": "flypassionair.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["airlines"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ghanaian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
364 +{"wikidata_id": "Q665020", "display_name": "Kyriazi freres", "legal_name": null, "aliases": [], "website": "https://kiriazi.com", "canonical_domain": "kiriazi.com", "country": "EG", "hq_city": "Hamburg", "hq_region": "Germany", "lat": 53.55, "lon": 10.0, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian cigarette company established in 1873", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
365 +{"wikidata_id": "Q690739", "display_name": "Arab International Bank of Tunisia", "legal_name": null, "aliases": ["Banque Internationale Arabe de Tunisie"], "website": "https://www.biat.tn", "canonical_domain": "biat.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
366 +{"wikidata_id": "Q7308960", "display_name": "RegionAir", "legal_name": null, "aliases": [], "website": "https://www.regionair.aero", "canonical_domain": "regionair.aero", "country": "GA", "hq_city": "Libreville", "hq_region": "Estuaire Province", "lat": 0.40778, "lon": 9.44028, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Gabonese airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
367 +{"wikidata_id": "Q745600", "display_name": "Regional Air Services", "legal_name": null, "aliases": [], "website": "https://www.regionaltanzania.com", "canonical_domain": "regionaltanzania.com", "country": "TZ", "hq_city": "Arusha", "hq_region": "Tanzania", "lat": -3.36667, "lon": 36.68333, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Tanzania", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
368 +{"wikidata_id": "Q7565777", "display_name": "South African Post Office", "legal_name": null, "aliases": ["SAPO"], "website": "https://www.postoffice.co.za", "canonical_domain": "postoffice.co.za", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national postal service of South Africa", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
369 +{"wikidata_id": "Q7848369", "display_name": "Truvelo Armoury", "legal_name": null, "aliases": ["T-CMS"], "website": "https://www.truvelo.co.za", "canonical_domain": "truvelo.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African firearms manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
370 +{"wikidata_id": "Q80010", "display_name": "Libyan Foreign Bank", "legal_name": null, "aliases": [], "website": "https://www.lfbank.ly", "canonical_domain": "lfbank.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Libyan banking institution", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
371 +{"wikidata_id": "Q885970", "display_name": "Bluebird Aviation", "legal_name": null, "aliases": [], "website": "https://www.bluebirdaviation.com", "canonical_domain": "bluebirdaviation.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
372 +{"wikidata_id": "Q96378068", "display_name": "Fly Angola", "legal_name": null, "aliases": [], "website": "https://www.flyangola.co.ao", "canonical_domain": "flyangola.co.ao", "country": "AO", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_logo_of_Fly_Angola.jpg", "description": "Angolan private airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
373 +{"wikidata_id": "Q973454", "display_name": "Libyan Investment Authority", "legal_name": null, "aliases": [], "website": "https://lia.ly", "canonical_domain": "lia.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["asset-management"], "industry_labels": ["sovereign wealth fund"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Libyaninvestmentauthority-300x123-logo.gif", "description": "government-managed sovereign wealth fund and holding company headquartered in Tripoli, Libya", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
374 +{"wikidata_id": "Q114367372", "display_name": "Clicks Group", "legal_name": null, "aliases": [], "website": "https://www.clicksgroup.co.za", "canonical_domain": "clicksgroup.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CLS", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African energy company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
375 +{"wikidata_id": "Q21850027", "display_name": "Momentum", "legal_name": "Momentum", "aliases": [], "website": "https://www.momentum.co.za", "canonical_domain": "momentum.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "insurance industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "MTD", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African Financial Company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
376 +{"wikidata_id": "Q25991756", "display_name": "MTN Nigeria Communications Plc", "legal_name": null, "aliases": ["MTN Nigeria", "MTN Nigeria Communications", "MTNN"], "website": "https://www.mtn.ng", "canonical_domain": "mtn.ng", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "MTNN", "exchange": "Nigerian Exchange Group", "lei": "0292003626J3K6UG9D04", "sec_cik": null, "parent": {"wikidata_id": "Q1813361", "name": "MTN Group"}, "logo_url": null, "description": "Nigerian telecommunications company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
377 +{"wikidata_id": "Q37934148", "display_name": "Total Gabon", "legal_name": null, "aliases": [], "website": "https://www.total-gabon.com", "canonical_domain": "total-gabon.com", "country": "GA", "hq_city": "Port-Gentil", "hq_region": "Ogooué-Maritime Province", "lat": -0.71667, "lon": 8.78333, "industries": ["oil-gas"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "EC", "exchange": "Euronext Paris", "lei": "529900ZJQKHS1W2KJY50", "sec_cik": null, "parent": null, "logo_url": null, "description": "Gabonese oil company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
378 +{"wikidata_id": "Q73533905", "display_name": "Bid Corporation", "legal_name": null, "aliases": ["Bid Corporation Limited"], "website": "https://www.bidcorpgroup.com", "canonical_domain": "bidcorpgroup.com", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BIDJ", "exchange": "Johannesburg Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
379 +{"wikidata_id": "Q105274727", "display_name": "Sky Mali", "legal_name": null, "aliases": [], "website": "https://www.flyskymali.com", "canonical_domain": "flyskymali.com", "country": "ML", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SKYMALI.jpg", "description": "Malian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
380 +{"wikidata_id": "Q109311658", "display_name": "Electroplanet", "legal_name": null, "aliases": [], "website": "https://www.electroplanet.ma", "canonical_domain": "electroplanet.ma", "country": "MA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2055692", "name": "Marjane Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nouveau_logo_electroplanet.png", "description": "Moroccan electronics store chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
381 +{"wikidata_id": "Q1117462", "display_name": "Libyana", "legal_name": null, "aliases": [], "website": "https://www.libyana.ly", "canonical_domain": "libyana.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4146606", "name": "General Posts and Telecommunications Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Libyana_mobile_phone_logo.png", "description": "Libyan telecommunications company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
382 +{"wikidata_id": "Q11862794", "display_name": "ENANA", "legal_name": null, "aliases": [], "website": "https://enna.co.ao", "canonical_domain": "enna.co.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["transportation"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Angolan company that controls civil air traffic and airports in Angola", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
383 +{"wikidata_id": "Q12242524", "display_name": "Mazzika", "legal_name": null, "aliases": [], "website": "https://mazzikagroup.com", "canonical_domain": "mazzikagroup.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2830438", "name": "Alam El Phan"}, "logo_url": null, "description": "vertically integrated entertainment company founded in Egypt", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
384 +{"wikidata_id": "Q1299174", "display_name": "EFG Holding", "legal_name": "EFG Holding", "aliases": ["EFG-Hermes"], "website": "https://www.efghldg.com", "canonical_domain": "efghldg.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EFGH1.jpg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
385 +{"wikidata_id": "Q1434483", "display_name": "Fly 6ix", "legal_name": null, "aliases": ["Fly 6ix Airline"], "website": "https://www.fly6ix.com", "canonical_domain": "fly6ix.com", "country": "SL", "hq_city": "Freetown", "hq_region": "Western Area", "lat": 8.48722, "lon": -13.23556, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
386 +{"wikidata_id": "Q14628833", "display_name": "Global Aviation and Services Group", "legal_name": null, "aliases": ["Global Air Transport"], "website": "https://www.global-aviationgroup.com", "canonical_domain": "global-aviationgroup.com", "country": "LY", "hq_city": "Mitiga International Airport", "hq_region": "Tripoli", "lat": 32.89703, "lon": 13.27837, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Libya", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
387 +{"wikidata_id": "Q1526739", "display_name": "Kaya Airlines", "legal_name": null, "aliases": [], "website": "https://www.kayaairlines.com", "canonical_domain": "kayaairlines.com", "country": "MZ", "hq_city": "Maputo", "hq_region": "Mozambique", "lat": -25.96889, "lon": 32.57333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
388 +{"wikidata_id": "Q17092876", "display_name": "Jirama", "legal_name": null, "aliases": [], "website": "https://www.jirama.mg", "canonical_domain": "jirama.mg", "country": "MG", "hq_city": "Antananarivo", "hq_region": "Antananarivo-Renivohitra District", "lat": -18.91, "lon": 47.525, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply", "electricity supply company"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned electric utility and water services company in Madagascar", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
389 +{"wikidata_id": "Q18552577", "display_name": "Zimbabwe flyafrica.com", "legal_name": null, "aliases": [], "website": "https://flyafrica.com", "canonical_domain": "flyafrica.com", "country": "ZW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline carrier", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
390 +{"wikidata_id": "Q19599982", "display_name": "ABii National", "legal_name": null, "aliases": [], "website": "https://www.abiinational.net", "canonical_domain": "abiinational.net", "country": "GH", "hq_city": null, "hq_region": null, "lat": 5.57834, "lon": -0.217, "industries": ["financial-services", "banking"], "industry_labels": ["Savings and Loans Company"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ghanaian financial institution", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
391 +{"wikidata_id": "Q1967598", "display_name": "National Railways of Zimbabwe", "legal_name": null, "aliases": ["NRZ"], "website": "https://www.nrz.co.zw", "canonical_domain": "nrz.co.zw", "country": "ZW", "hq_city": "Bulawayo", "hq_region": "Bulawayo Province", "lat": -20.16667, "lon": 28.56667, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NRZ-Emblem.jpg", "description": "state-owned company of Zimbabwe", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
392 +{"wikidata_id": "Q19978283", "display_name": "Ghana Water Company Ltd.", "legal_name": null, "aliases": [], "website": "https://www.gwcl.com.gh", "canonical_domain": "gwcl.com.gh", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ghana_Water_Company_Logo_B002a.svg", "description": "State owned water company in Ghana", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
393 +{"wikidata_id": "Q2142945", "display_name": "Remgro", "legal_name": null, "aliases": [], "website": "https://www.remgro.com", "canonical_domain": "remgro.com", "country": "ZA", "hq_city": "Stellenbosch", "hq_region": "Stellenbosch Local Municipality", "lat": -33.93667, "lon": 18.86139, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "investment holding company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
394 +{"wikidata_id": "Q2297280", "display_name": "SODIAM", "legal_name": null, "aliases": [], "website": "https://www.sodiam.co.ao", "canonical_domain": "sodiam.co.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["mining", "retail"], "industry_labels": ["mining", "trade"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-run Angolan company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
395 +{"wikidata_id": "Q2310890", "display_name": "Misr Spinning and Weaving Company", "legal_name": null, "aliases": [], "website": "https://www.misrmehalla.com", "canonical_domain": "misrmehalla.com", "country": "EG", "hq_city": "El Mahalla El Kubra", "hq_region": "Gharbia Governorate", "lat": 30.96667, "lon": 31.16667, "industries": ["apparel"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q68167327", "name": null}, "logo_url": null, "description": "textile company in Egypt", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
396 +{"wikidata_id": "Q23461416", "display_name": "Chicken Republic", "legal_name": null, "aliases": [], "website": "https://www.chicken-republic.com", "canonical_domain": "chicken-republic.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian fast food chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
397 +{"wikidata_id": "Q25040426", "display_name": "MTN Uganda", "legal_name": null, "aliases": ["MTN (Uganda)", "Mobile Telephone Network"], "website": "https://www.mtn.co.ug", "canonical_domain": "mtn.co.ug", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1813361", "name": "MTN Group"}, "logo_url": null, "description": "telecommunication company in Uganda", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
398 +{"wikidata_id": "Q25226889", "display_name": "Kiira Motors Corporation", "legal_name": null, "aliases": [], "website": "https://www.kiiramotors.com", "canonical_domain": "kiiramotors.com", "country": "UG", "hq_city": "Ntinda", "hq_region": "Nakawa Division", "lat": 0.3475, "lon": 32.63, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Automotive Company in Uganda", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
399 +{"wikidata_id": "Q2729363", "display_name": "Barzakh Editions", "legal_name": null, "aliases": ["barzakh"], "website": "https://www.editions-barzakh.com", "canonical_domain": "editions-barzakh.com", "country": "DZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publishing house in Algeria", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
400 +{"wikidata_id": "Q2781127", "display_name": "Skyjet Airlines", "legal_name": null, "aliases": [], "website": "https://www.fly-skyjet.com", "canonical_domain": "fly-skyjet.com", "country": "UG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ugandan airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
401 +{"wikidata_id": "Q28220917", "display_name": "Express Air Cargo", "legal_name": null, "aliases": [], "website": "https://express-aircargo.com", "canonical_domain": "express-aircargo.com", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
402 +{"wikidata_id": "Q2826659", "display_name": "National Agency for studies and follow up the accomplishment of Railway Investments", "legal_name": null, "aliases": ["Anesrif"], "website": "https://www.anesrif.dz", "canonical_domain": "anesrif.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["transportation"], "industry_labels": ["railway"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ANESRIF%2C_Logo.png", "description": "Algerian Transport Company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
403 +{"wikidata_id": "Q28439856", "display_name": "Akilah Institute", "legal_name": null, "aliases": [], "website": "https://akilahinstitute.org", "canonical_domain": "akilahinstitute.org", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.95897, "lon": 30.05994, "industries": ["education"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akilahlogo.png", "description": "women's college in Kigali, Rwanda", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
404 +{"wikidata_id": "Q2882990", "display_name": "Commercial Bank of Congo", "legal_name": null, "aliases": [], "website": "https://www.bcdc.cd", "canonical_domain": "bcdc.cd", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["financial-services", "insurance"], "industry_labels": ["financial service activities, except insurance and pension funding"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
405 +{"wikidata_id": "Q2935672", "display_name": "Camtel", "legal_name": null, "aliases": ["Cameroon Telecommunication"], "website": "https://www.camtel.cm", "canonical_domain": "camtel.cm", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.85778, "lon": 11.51806, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logos-Camtel-03-blue-2.png", "description": "telecommunication company in Cameroon", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
406 +{"wikidata_id": "Q2940784", "display_name": "CFG Bank", "legal_name": null, "aliases": [], "website": "https://www.cfgbank.com", "canonical_domain": "cfgbank.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["banking"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CFG_Bank_Logo.svg", "description": "Moroccan bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
407 +{"wikidata_id": "Q2989840", "display_name": "Aiguebelle (chocolate)", "legal_name": null, "aliases": [], "website": "https://www.aiguebelle.com", "canonical_domain": "aiguebelle.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
408 +{"wikidata_id": "Q2992995", "display_name": "Orange DRC", "legal_name": null, "aliases": ["Orange", "Congo Chine Telecom", "Congo Chine Télécom", "Congo Chine Telecoms", "Congo Chine Télécoms"], "website": "https://www.orange.cd", "canonical_domain": "orange.cd", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1038143", "parent": {"wikidata_id": "Q1431486", "name": "Orange"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg", "description": "Internet and mobile provider", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1038143", "enriched_at": "2026-09-13T07:17:38+00:00"}}
409 +{"wikidata_id": "Q3022429", "display_name": "Denel Dynamics", "legal_name": null, "aliases": ["Kentron"], "website": "https://www.deneldynamics.co.za", "canonical_domain": "deneldynamics.co.za", "country": "ZA", "hq_city": "Centurion", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.86028, "lon": 28.18944, "industries": ["defense"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1187008", "name": "Denel"}, "logo_url": null, "description": "division of Denel, arms manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
410 +{"wikidata_id": "Q3056765", "display_name": "Steers", "legal_name": null, "aliases": [], "website": "https://steers.co.za", "canonical_domain": "steers.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African fast food restaurant chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
411 +{"wikidata_id": "Q3093528", "display_name": "Gabon Telecom", "legal_name": null, "aliases": [], "website": "https://www.gabontelecom.ga", "canonical_domain": "gabontelecom.ga", "country": "GA", "hq_city": "Libreville", "hq_region": "Estuaire Province", "lat": 0.40778, "lon": 9.44028, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2299942", "name": "Maroc Telecom"}, "logo_url": null, "description": "largest telecom company in Gabon", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
412 +{"wikidata_id": "Q3314193", "display_name": "Military Industry Corporation", "legal_name": null, "aliases": [], "website": "https://www.mic.sd", "canonical_domain": "mic.sd", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defense corporation of Sudan", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
413 +{"wikidata_id": "Q3462806", "display_name": "Mauritanian Post Company", "legal_name": null, "aliases": [], "website": "https://www.mauripost.mr", "canonical_domain": "mauripost.mr", "country": "MR", "hq_city": "Mauritania", "hq_region": null, "lat": 21.0, "lon": -11.0, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Mauripost.png", "description": "company responsible for postal service in Mauritania", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
414 +{"wikidata_id": "Q3488158", "display_name": "Société des Mines de l'Aïr", "legal_name": null, "aliases": ["SOMAÏR"], "website": "https://niger.areva.com", "canonical_domain": "areva.com", "country": "NE", "hq_city": "Niamey", "hq_region": "Niger", "lat": 13.515, "lon": 2.1175, "industries": ["mining"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2860863", "name": "Orano Niger"}, "logo_url": null, "description": "mining company of Niger", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2387986"}]}
415 +{"wikidata_id": "Q3488541", "display_name": "Société Nationale Industrielle et Minière", "legal_name": null, "aliases": ["SNIM company"], "website": "https://snim.com", "canonical_domain": "snim.com", "country": "MR", "hq_city": "Nouadhibou", "hq_region": "Nouadhibou (department)", "lat": 20.91475, "lon": -17.05017, "industries": ["transportation"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snim_logo.svg", "description": "railway company in Mauritania", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
416 +{"wikidata_id": "Q3488699", "display_name": "Tunisian Company of Electricity and Gas", "legal_name": null, "aliases": ["STEG"], "website": "https://www.steg.com.tn", "canonical_domain": "steg.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian public company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
417 +{"wikidata_id": "Q3501227", "display_name": "Stusid Bank", "legal_name": null, "aliases": [], "website": "https://tsb.com.tn", "canonical_domain": "tsb.com.tn", "country": "TN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
418 +{"wikidata_id": "Q3542108", "display_name": "Tunisie Telecom", "legal_name": null, "aliases": ["Tunisie Télécom"], "website": "https://www.tunisietelecom.tn", "canonical_domain": "tunisietelecom.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian phone operator", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
419 +{"wikidata_id": "Q4033498", "display_name": "African Explosives", "legal_name": null, "aliases": [], "website": "https://www.aelminingservices.com", "canonical_domain": "aelminingservices.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.20436, "lon": 28.04164, "industries": ["chemicals", "professional-services"], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mining services company headquartered in Johannesburg", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
420 +{"wikidata_id": "Q4034655", "display_name": "Ayrton Drugs", "legal_name": null, "aliases": ["Ayrton Drug Manufacturing Limited"], "website": "https://www.ayrtondrug.com", "canonical_domain": "ayrtondrug.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ghanaian pharmaceuticals company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
421 +{"wikidata_id": "Q4204676", "display_name": "Petro Air", "legal_name": null, "aliases": [], "website": "https://www.petroair.ly", "canonical_domain": "petroair.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Tripoli, Libya", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
422 +{"wikidata_id": "Q4689703", "display_name": "African Bank Limited", "legal_name": null, "aliases": [], "website": "https://www.africanbank.co.za", "canonical_domain": "africanbank.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial institution", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
423 +{"wikidata_id": "Q4721002", "display_name": "Alexandria Water Company", "legal_name": null, "aliases": [], "website": "https://alexwater.com.eg", "canonical_domain": "alexwater.com.eg", "country": "EG", "hq_city": "Alexandria", "hq_region": "Alexandria Governorate", "lat": 31.1975, "lon": 29.8925, "industries": ["utilities"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12188914", "name": "Holiding Company for Water and Waste Water"}, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
424 +{"wikidata_id": "Q4763742", "display_name": "Angola LNG", "legal_name": null, "aliases": [], "website": "https://www.angolalng.com", "canonical_domain": "angolalng.com", "country": "AO", "hq_city": null, "hq_region": null, "lat": -6.11774, "lon": 12.33572, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "LNG plant in Angola", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
425 +{"wikidata_id": "Q4853463", "display_name": "Bamburi Cement", "legal_name": null, "aliases": [], "website": "https://www.lafarge.co.ke", "canonical_domain": "lafarge.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kenyan manufacturing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
426 +{"wikidata_id": "Q4854079", "display_name": "Banco Cabo-Verdiano de Negócios", "legal_name": null, "aliases": ["Banco Cabo-Verdiano de Negocios"], "website": "https://www.bcncv.com", "canonical_domain": "bcncv.com", "country": "CV", "hq_city": "Praia", "hq_region": "Praia", "lat": 14.91772, "lon": -23.50916, "industries": ["banking"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in Cape Verde", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
427 +{"wikidata_id": "Q4856184", "display_name": "Bank of St. Helena", "legal_name": null, "aliases": [], "website": "https://www.sainthelenabank.com", "canonical_domain": "sainthelenabank.com", "country": "SH", "hq_city": "Jamestown", "hq_region": "Saint Helena", "lat": -15.92514, "lon": -5.71792, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
428 +{"wikidata_id": "Q5017755", "display_name": "Cairo Electric Railways and Heliopolis Oases Company", "legal_name": null, "aliases": [], "website": "https://www.heliopoliscompany.com", "canonical_domain": "heliopoliscompany.com", "country": "EG", "hq_city": "Heliopolis", "hq_region": "Cairo Governorate", "lat": 30.13333, "lon": 31.3, "industries": ["transportation"], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
429 +{"wikidata_id": "Q5058146", "display_name": "Cell C", "legal_name": null, "aliases": [], "website": "https://www.cellc.co.za", "canonical_domain": "cellc.co.za", "country": "ZA", "hq_city": "Sandton", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.107, "lon": 28.05167, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cell_C_New_2024_logo.svg", "description": "South African telecommunications company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
430 +{"wikidata_id": "Q5204904", "display_name": "DFCU Group", "legal_name": null, "aliases": ["DFCU", "DFCU Bank"], "website": "https://www.dfcugroup.com", "canonical_domain": "dfcugroup.com", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ugandan financial services company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
431 +{"wikidata_id": "Q5256886", "display_name": "Denel Aeronautics", "legal_name": null, "aliases": ["Denel Aviation"], "website": "https://www.denelaviation.co.za", "canonical_domain": "denelaviation.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1187008", "name": "Denel"}, "logo_url": null, "description": "South African business", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
432 +{"wikidata_id": "Q5379115", "display_name": "ENMTP", "legal_name": null, "aliases": [], "website": "https://www.enmtp.com", "canonical_domain": "enmtp.com", "country": "DZ", "hq_city": "Constantine", "hq_region": "Daïra of Constantine", "lat": 36.365, "lon": 6.61472, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Algerian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q24910807"}, {"related_domain_conflict": "Q24910880"}]}
433 +{"wikidata_id": "Q5389605", "display_name": "EriTel", "legal_name": null, "aliases": ["Eritrean Telecommunication Services Corporation", "Eritrean Telecommunications Corporation"], "website": "https://www.tse.com.er", "canonical_domain": "tse.com.er", "country": "ER", "hq_city": "Asmara", "hq_region": "Maekel Region", "lat": 15.33333, "lon": 38.91667, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Eritrean telecommunication company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
434 +{"wikidata_id": "Q5422520", "display_name": "Exxaro", "legal_name": null, "aliases": ["Exxaro Resources", "Exxaro Resources Ltd."], "website": "https://www.exxaro.com", "canonical_domain": "exxaro.com", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "378900BC3D9BFF4E4A37", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exxarologo.jpg", "description": "South African mining company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
435 +{"wikidata_id": "Q54460012", "display_name": "Takealot.com", "legal_name": null, "aliases": ["Takealot"], "website": "https://www.takealot.com", "canonical_domain": "takealot.com", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takealot_logo.svg", "description": "South African e-commerce company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
436 +{"wikidata_id": "Q55609582", "display_name": "Dignified Mobile Toilets", "legal_name": "Mobile Toilet", "aliases": [], "website": "https://www.dmttoilets.com", "canonical_domain": "dmttoilets.com", "country": "NG", "hq_city": "Nigeria", "hq_region": null, "lat": 9.0, "lon": 8.0, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mobile public toilet system based in Nigeria", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
437 +{"wikidata_id": "Q5570033", "display_name": "Globacom", "legal_name": null, "aliases": ["GLO", "Glo (company)"], "website": "https://www.gloworld.com", "canonical_domain": "gloworld.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian telecommunications company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
438 +{"wikidata_id": "Q5580780", "display_name": "Golis Telecom Somalia", "legal_name": null, "aliases": [], "website": "https://www.golistelecom.com", "canonical_domain": "golistelecom.com", "country": "SO", "hq_city": "Bosaso", "hq_region": "Bari", "lat": 11.28333, "lon": 49.18333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golis_Telecom_Somalia.png", "description": "telecommunication company in Somalia", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
439 +{"wikidata_id": "Q5903865", "display_name": "Hormuud Telecom", "legal_name": null, "aliases": ["Shirkada Isgaariinta Hormuud"], "website": "https://www.hormuud.com", "canonical_domain": "hormuud.com", "country": "SO", "hq_city": "Mogadishu", "hq_region": "Banaadir", "lat": 2.03917, "lon": 45.34194, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hormuud_logo.png", "description": "telecommunication company in Somalia", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
440 +{"wikidata_id": "Q64410371", "display_name": "BDL", "legal_name": null, "aliases": ["Local Development Bank"], "website": "https://www.bdl.dz", "canonical_domain": "bdl.dz", "country": "DZ", "hq_city": "Staouéli", "hq_region": "Zéralda District", "lat": 36.75333, "lon": 2.88806, "industries": ["banking"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BDL_.png", "description": "Algerian publicly owned bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
441 +{"wikidata_id": "Q6464559", "display_name": "La Poste du Bénin", "legal_name": null, "aliases": ["Benin Post", "La Poste du Benin"], "website": "https://www.laposte.bj", "canonical_domain": "laposte.bj", "country": "BJ", "hq_city": "Cotonou", "hq_region": "Littoral", "lat": 6.36667, "lon": 2.41667, "industries": ["logistics"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_-_La_Poste_du_B%C3%A9nin.png", "description": "government organization responsible for postal matters in Benin", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
442 +{"wikidata_id": "Q6542917", "display_name": "Libyan Stock Market", "legal_name": null, "aliases": ["XLSM"], "website": "https://capetalinvest.com", "canonical_domain": "capetalinvest.com", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LSM.png", "description": "Registered market for 7 equities", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
443 +{"wikidata_id": "Q66384938", "display_name": "Jonathan Ball Publishers", "legal_name": null, "aliases": [], "website": "https://www.jonathanball.co.za", "canonical_domain": "jonathanball.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["media"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
444 +{"wikidata_id": "Q6794226", "display_name": "Mavin Records", "legal_name": "Mavin Records", "aliases": ["Rema"], "website": "https://www.mavinrecords.com", "canonical_domain": "mavinrecords.com", "country": "NG", "hq_city": "Lagos State", "hq_region": "Nigeria", "lat": 6.58333, "lon": 3.75, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
445 +{"wikidata_id": "Q6858976", "display_name": "Millennium bim", "legal_name": null, "aliases": [], "website": "https://millenniumbim.co.mz", "canonical_domain": "millenniumbim.co.mz", "country": "MZ", "hq_city": "Torre Millenium Bim", "hq_region": "KaMpfumo district", "lat": -25.97128, "lon": 32.56922, "industries": ["banking"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Millennium_bim_Logotipo.png", "description": "Mozambican bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
446 +{"wikidata_id": "Q7132299", "display_name": "Paositra Malagasy", "legal_name": null, "aliases": [], "website": "https://paositramalagasy.mg", "canonical_domain": "paositramalagasy.mg", "country": "MG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
447 +{"wikidata_id": "Q737477", "display_name": "Cameroon radio television", "legal_name": null, "aliases": ["CRTV"], "website": "https://www.crtv.cm", "canonical_domain": "crtv.cm", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.85778, "lon": 11.51806, "industries": ["media"], "industry_labels": ["terrestrial television"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO_CRTV.tif", "description": "National television company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
448 +{"wikidata_id": "Q7398407", "display_name": "Safarilink Aviation", "legal_name": null, "aliases": [], "website": "https://www.flysafarilink.com", "canonical_domain": "flysafarilink.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Safarilink_Aviation_logo.svg", "description": "Kenyan airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
449 +{"wikidata_id": "Q7458938", "display_name": "Seychelles Broadcasting Corporation", "legal_name": null, "aliases": ["SBC"], "website": "https://www.sbc.sc", "canonical_domain": "sbc.sc", "country": "SC", "hq_city": null, "hq_region": null, "lat": -4.63191, "lon": 55.45374, "industries": ["media"], "industry_labels": ["television network"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Seychelles_Broadcasting_Corporation.jpg", "description": "state broadcaster of the Seychelles", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
450 +{"wikidata_id": "Q7537324", "display_name": "Sky Gabon", "legal_name": null, "aliases": [], "website": "https://www.skygabon.com", "canonical_domain": "skygabon.com", "country": "GA", "hq_city": "Libreville", "hq_region": "Estuaire Province", "lat": 0.40778, "lon": 9.44028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cargo Airline from Gabon", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
451 +{"wikidata_id": "Q7537673", "display_name": "Skye Bank", "legal_name": "polaris bank", "aliases": ["Polaris Bank Limited"], "website": "https://www.polarisbanklimited.com", "canonical_domain": "polarisbanklimited.com", "country": "NG", "hq_city": "Lagos State", "hq_region": "Nigeria", "lat": 6.63926, "lon": 3.37511, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7537673", "name": "Skye Bank"}, "logo_url": null, "description": "Nigerian commercial bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
452 +{"wikidata_id": "Q7559123", "display_name": "Somafone", "legal_name": null, "aliases": [], "website": "https://www.somafone.com", "canonical_domain": "somafone.com", "country": "SO", "hq_city": "Mogadishu", "hq_region": "Banaadir", "lat": 2.03917, "lon": 45.34194, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Somalia", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
453 +{"wikidata_id": "Q7835887", "display_name": "salama tours", "legal_name": null, "aliases": [], "website": "https://www.travcogroup.com", "canonical_domain": "travcogroup.com", "country": "EG", "hq_city": "6th of October City", "hq_region": "Giza Governorate", "lat": 29.93611, "lon": 30.92694, "industries": ["travel"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian travel and tourism company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
454 +{"wikidata_id": "Q785614", "display_name": "Belton", "legal_name": null, "aliases": ["Autoglass", "Safelite", "Belron"], "website": "https://www.belron.com", "canonical_domain": "belron.com", "country": "ZA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["materials"], "industry_labels": ["car glass"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1139707", "name": "D'Ieteren Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Belron_Logo.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
455 +{"wikidata_id": "Q7877578", "display_name": "Uganda Air Cargo Corporation", "legal_name": null, "aliases": ["Uganda cargo"], "website": "https://www.ugandaaircargo.com", "canonical_domain": "ugandaaircargo.com", "country": "UG", "hq_city": null, "hq_region": null, "lat": 0.045, "lon": 32.44306, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ugandan airline in Uganda", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
456 +{"wikidata_id": "Q7885459", "display_name": "Union Carriage & Wagon", "legal_name": null, "aliases": ["Union Carriage &amp; Wagon", "Union Carriage and Wagon"], "website": "https://www.ucw.co.za", "canonical_domain": "ucw.co.za", "country": "ZA", "hq_city": "Nigel", "hq_region": "City of Ekurhuleni Metropolitan Municipality", "lat": -26.42028, "lon": 28.46833, "industries": ["automotive"], "industry_labels": ["rail vehicle manufacturer"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAR_Class_6E1_Series_7_E1862_BP.JPG", "description": "South African rolling stock manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
457 +{"wikidata_id": "Q8063035", "display_name": "ZESCO", "legal_name": "ZESCO Limited", "aliases": ["Zambia Electricity Supply Corporation Limited"], "website": "https://www.zesco.co.zm", "canonical_domain": "zesco.co.zm", "country": "ZM", "hq_city": "Lusaka", "hq_region": "Lusaka Province", "lat": -15.41667, "lon": 28.28333, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZESCO_Logo.jpg", "description": "Zambian national electricity company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
458 +{"wikidata_id": "Q940084", "display_name": "Mauritel", "legal_name": null, "aliases": [], "website": "https://www.mauritel.mr", "canonical_domain": "mauritel.mr", "country": "MR", "hq_city": "Nouakchott", "hq_region": "Nouakchott-Nord", "lat": 18.08581, "lon": -15.9785, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2299942", "name": "Maroc Telecom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moov_Mauritel_logo_%28French_version%29.svg", "description": "Mauritanian telecommunications company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
459 +{"wikidata_id": "Q972902", "display_name": "Evertek", "legal_name": null, "aliases": [], "website": "https://www.evertek.com.tn", "canonical_domain": "evertek.com.tn", "country": "TN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Evertek.jpg", "description": "Tunisian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
460 +{"wikidata_id": "Q17107908", "display_name": "NMB Bank Limited", "legal_name": null, "aliases": [], "website": "https://www.nmbz.co.zw", "canonical_domain": "nmbz.co.zw", "country": "ZW", "hq_city": "Harare", "hq_region": "Harare Province", "lat": -17.82917, "lon": 31.05222, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": "254900J5HFOUC3SLM620", "sec_cik": null, "parent": null, "logo_url": null, "description": "Zimbabwe commercial bank", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
461 +{"wikidata_id": "Q97367122", "display_name": "mairiedouala2.cm", "legal_name": null, "aliases": [], "website": "https://mairiedouala2.cm", "canonical_domain": "mairiedouala2.cm", "country": "CM", "hq_city": null, "hq_region": null, "lat": 4.03704, "lon": 9.70455, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": "Q119517930", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
462 +{"wikidata_id": "Q104856686", "display_name": "AfriJet", "legal_name": null, "aliases": ["Afrijet Business Service"], "website": "https://flyafrijet.online", "canonical_domain": "flyafrijet.online", "country": "GA", "hq_city": "Libreville", "hq_region": "Estuaire Province", "lat": 0.40778, "lon": 9.44028, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Gabonese airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
463 +{"wikidata_id": "Q106432761", "display_name": "airghana.com", "legal_name": null, "aliases": [], "website": "https://www.airghana.com", "canonical_domain": "airghana.com", "country": "GH", "hq_city": "Accra", "hq_region": "Greater Accra Region", "lat": 5.55602, "lon": -0.1969, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ghanaian cargo airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
464 +{"wikidata_id": "Q106804249", "display_name": "Berniq Airways", "legal_name": null, "aliases": ["NB", "BNL"], "website": "https://berniq.aero", "canonical_domain": "berniq.aero", "country": "LY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in Benghazi, Libya", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
465 +{"wikidata_id": "Q108392016", "display_name": "African Food Network", "legal_name": null, "aliases": ["Afri Food Network"], "website": "https://afrifoodnetwork.com", "canonical_domain": "afrifoodnetwork.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Afri_Food_Network.jpg", "description": "food and drink company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
466 +{"wikidata_id": "Q108532027", "display_name": "Adaba FM", "legal_name": "Adaba fm", "aliases": [], "website": "https://adaba889.fm", "canonical_domain": "adaba889.fm", "country": "NG", "hq_city": "Akure", "hq_region": "Ondo State", "lat": 7.32547, "lon": 5.12054, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "radio station in Akure", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
467 +{"wikidata_id": "Q109524256", "display_name": "City FM", "legal_name": null, "aliases": [], "website": "https://www.city1051fm.com", "canonical_domain": "city1051fm.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": 6.6333, "lon": 3.35351, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian radio station", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
468 +{"wikidata_id": "Q109535721", "display_name": "Babban Gona", "legal_name": null, "aliases": [], "website": "https://babbangona.com", "canonical_domain": "babbangona.com", "country": "NG", "hq_city": "Nigeria", "hq_region": null, "lat": 10.1233, "lon": 6.0818, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian social enterprise organization", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
469 +{"wikidata_id": "Q110028558", "display_name": "Petrom", "legal_name": null, "aliases": ["Petrom Morocco"], "website": "https://petrom.ma", "canonical_domain": "petrom.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Moroccan fuel retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
470 +{"wikidata_id": "Q111949926", "display_name": "BAR Aviation Uganda", "legal_name": null, "aliases": ["Bar Aviation", "BAR Aviation (Kajjansi)"], "website": "https://www.baraviationug.com", "canonical_domain": "baraviationug.com", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.04444, "lon": 32.44306, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Uganda", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
471 +{"wikidata_id": "Q116873326", "display_name": "Moniepoint Inc", "legal_name": null, "aliases": [], "website": "https://moniepoint.com", "canonical_domain": "moniepoint.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moniepointlogo.png", "description": "Nigerian Mobile Banking company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
472 +{"wikidata_id": "Q117673", "display_name": "NamWater", "legal_name": null, "aliases": ["Namibia Water Corporation", "Ụgwọ nke ụlọ ọrụ Namibia Water Corporation"], "website": "https://www.namwater.com.na", "canonical_domain": "namwater.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1581048", "name": "Ministry of Agriculture, Water and Forestry of Namibia"}, "logo_url": null, "description": "Namibian state-owned enterprise", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
473 +{"wikidata_id": "Q12184644", "display_name": "Arab African International Bank", "legal_name": null, "aliases": ["AAIB"], "website": "https://www.aaib.com", "canonical_domain": "aaib.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D8%A7%D9%84%D8%A8%D9%86%D9%83_%D8%A7%D9%84%D8%B9%D8%B1%D8%A8%D9%89_%D8%A7%D9%84%D8%A7%D9%81%D8%B1%D9%8A%D9%82%D9%89_%D8%A7%D9%84%D8%AF%D9%88%D9%84%D9%89.png", "description": "Egyptian bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
474 +{"wikidata_id": "Q12199339", "display_name": "Housing and Development Bank", "legal_name": null, "aliases": [], "website": "https://www.hdb-egy.com", "canonical_domain": "hdb-egy.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
475 +{"wikidata_id": "Q12857077", "display_name": "Sun Air", "legal_name": null, "aliases": ["Sun Air (Sudan)"], "website": "https://www.sunairgroup.com", "canonical_domain": "sunairgroup.com", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private airline based in Khartoum, Sudan", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
476 +{"wikidata_id": "Q1288487", "display_name": "Intercontinental Bank", "legal_name": null, "aliases": [], "website": "https://www.intercontinentalbankplc.com", "canonical_domain": "intercontinentalbankplc.com", "country": "NG", "hq_city": "Victoria Island", "hq_region": "Lagos State", "lat": 6.43111, "lon": 3.41583, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
477 +{"wikidata_id": "Q130724580", "display_name": "Kwagalana Group", "legal_name": null, "aliases": ["Bagaga Kwagalana", "Baggaga Kwagalana", "Baggaga Kwagarana", "Kwagaalana Group", "The Kwagalana Group"], "website": "https://kwagalanagroup.com", "canonical_domain": "kwagalanagroup.com", "country": "UG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Kwagalana_Group.jpg", "description": "business group in Uganda", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
478 +{"wikidata_id": "Q13124985", "display_name": "Tanzania Broadcasting Corporation", "legal_name": null, "aliases": ["TBC"], "website": "https://tbc.go.tz", "canonical_domain": "tbc.go.tz", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81611, "lon": 39.28028, "industries": ["media"], "industry_labels": ["journalism", "broadcasting", "media industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TBC-Tanzania.jpg", "description": "State-run media organisation of Tanzania", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
479 +{"wikidata_id": "Q133801060", "display_name": "Aïcha", "legal_name": "Aïcha", "aliases": [], "website": "https://aicha.com", "canonical_domain": "aicha.com", "country": "MA", "hq_city": "Meknes", "hq_region": "Meknès Prefecture", "lat": 33.88333, "lon": -5.55, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aicha--logo.png", "description": "Moroccan food brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
480 +{"wikidata_id": "Q1572667", "display_name": "Namib Mills", "legal_name": null, "aliases": [], "website": "https://www.namibmills.com", "canonical_domain": "namibmills.com", "country": "ZA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Business", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
481 +{"wikidata_id": "Q1642933", "display_name": "Tunisian Company of Automotive Industry", "legal_name": "الشركة التونسية لصناعة السيارات", "aliases": [], "website": "https://www.stia.com.tn", "canonical_domain": "stia.com.tn", "country": "TN", "hq_city": "Sousse", "hq_region": "Sousse Governorate", "lat": 35.83333, "lon": 10.63333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian automobile company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
482 +{"wikidata_id": "Q16733491", "display_name": "Electricity Company of Ghana", "legal_name": null, "aliases": ["ECG"], "website": "https://ecg.com.gh", "canonical_domain": "ecg.com.gh", "country": "GH", "hq_city": "Accra", "hq_region": "Greater Accra Region", "lat": 5.55602, "lon": -0.1969, "industries": ["utilities"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "electricity distribution operator in Ghana", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
483 +{"wikidata_id": "Q16885698", "display_name": "La Poste Sénégal", "legal_name": null, "aliases": [], "website": "https://www.laposte.sn", "canonical_domain": "laposte.sn", "country": "SN", "hq_city": "Dakar", "hq_region": "Dakar Department", "lat": 14.67256, "lon": -17.432, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
484 +{"wikidata_id": "Q16932103", "display_name": "SOMED", "legal_name": null, "aliases": [], "website": "https://www.somed.ma", "canonical_domain": "somed.ma", "country": "MA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Moroccan company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
485 +{"wikidata_id": "Q17999293", "display_name": "Benin Airlines", "legal_name": null, "aliases": ["Air Bénin Taxi"], "website": "https://benin-airline.com", "canonical_domain": "benin-airline.com", "country": "BJ", "hq_city": "Cadjehoun Airport", "hq_region": "Littoral", "lat": 6.35583, "lon": 2.385, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Beninese Airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
486 +{"wikidata_id": "Q18210616", "display_name": "Kiro'o Games", "legal_name": null, "aliases": [], "website": "https://kirooworld.com", "canonical_domain": "kirooworld.com", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.85778, "lon": 11.51806, "industries": ["gaming", "media"], "industry_labels": ["video game industry", "publishing industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kiro%27o_Games_text_logo.jpg", "description": "Cameroonian video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
487 +{"wikidata_id": "Q18351794", "display_name": "International Bank of Somalia", "legal_name": null, "aliases": [], "website": "https://www.ibsbank.so", "canonical_domain": "ibsbank.so", "country": "SO", "hq_city": "Mogadishu", "hq_region": "Banaadir", "lat": 2.03917, "lon": 45.34194, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mogadishu-based bank which began operations in 2014", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
488 +{"wikidata_id": "Q19903351", "display_name": "Interswitch", "legal_name": null, "aliases": [], "website": "https://www.interswitchgroup.com", "canonical_domain": "interswitchgroup.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interswitch_logo.svg", "description": "payment processing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
489 +{"wikidata_id": "Q19903743", "display_name": "Tsogo Sun", "legal_name": null, "aliases": [], "website": "https://www.tsogosun.com", "canonical_domain": "tsogosun.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Entertainment company headquartered in South Africa", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
490 +{"wikidata_id": "Q20391268", "display_name": "Alexandria Shipyard", "legal_name": null, "aliases": [], "website": "https://www.alexyard.com.eg", "canonical_domain": "alexyard.com.eg", "country": "EG", "hq_city": null, "hq_region": null, "lat": 31.1724, "lon": 29.8687, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16124704", "name": "Marine Industries and Services Organization"}, "logo_url": null, "description": "Egyptian shipyard", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
491 +{"wikidata_id": "Q21178944", "display_name": "Uganda Electricity Transmission Company Limited", "legal_name": null, "aliases": [], "website": "https://www.uetcl.com", "canonical_domain": "uetcl.com", "country": "UG", "hq_city": null, "hq_region": null, "lat": 0.32028, "lon": 32.58681, "industries": ["utilities"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "parastatal company which supplies electricity in Uganda", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
492 +{"wikidata_id": "Q21485092", "display_name": "Bet9ja", "legal_name": "Bet9ja", "aliases": [], "website": "https://mybet9ja.com", "canonical_domain": "mybet9ja.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21485092", "name": "Bet9ja"}, "logo_url": null, "description": "Nigerian online bookmaker company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
493 +{"wikidata_id": "Q2264069", "display_name": "canaircongo.com", "legal_name": null, "aliases": ["Canair Congo"], "website": "https://www.canaircongo.com", "canonical_domain": "canaircongo.com", "country": "CG", "hq_city": "Brazzaville", "hq_region": "French Equatorial Africa", "lat": -4.26944, "lon": 15.27111, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian-logo-2017-big.png", "description": "Congolese passenger airline company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
494 +{"wikidata_id": "Q23020249", "display_name": "Chi Limited", "legal_name": null, "aliases": [], "website": "https://www.hollandiadairy.ng", "canonical_domain": "hollandiadairy.ng", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3295867", "name": "The Coca-Cola Company"}, "logo_url": null, "description": "CHI Limited is one of the most admired companies in the Food & Beverages industry in Nigeria. Today, CHI Limited is the market leader in the fruit juices and value-added dairy categories in Nigeria.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
495 +{"wikidata_id": "Q2474682", "display_name": "Ulendo Airlink", "legal_name": null, "aliases": [], "website": "https://www.flyulendo.com", "canonical_domain": "flyulendo.com", "country": "MW", "hq_city": "Lilongwe", "hq_region": "Lilongwe District", "lat": -13.98639, "lon": 33.76806, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Malawi", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
496 +{"wikidata_id": "Q24963782", "display_name": "LADOL", "legal_name": "LADOL Free Zone", "aliases": ["LFZ", "LADOL Base", "Lagos Deep Offshore Logistics Base"], "website": "https://www.ladol.com", "canonical_domain": "ladol.com", "country": "NG", "hq_city": "Apapa", "hq_region": "Lagos State", "lat": 6.44889, "lon": 3.35889, "industries": ["construction"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ladol_Logo.png", "description": "privately owned logistics and engineering facility", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
497 +{"wikidata_id": "Q25047484", "display_name": "Ughelli Power Plant", "legal_name": null, "aliases": [], "website": "https://www.ughellipower.com", "canonical_domain": "ughellipower.com", "country": "NG", "hq_city": "Ughelli", "hq_region": "Delta State", "lat": 5.53989, "lon": 5.91511, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "thermal plant in Ughelli, Nigeria", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
498 +{"wikidata_id": "Q25245509", "display_name": "Aiteo", "legal_name": "Aiteo", "aliases": [], "website": "https://www.aiteogroup.com", "canonical_domain": "aiteogroup.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian energy conglomerate", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
499 +{"wikidata_id": "Q26794481", "display_name": "Skyward Airlines", "legal_name": null, "aliases": ["Skyward Express"], "website": "https://skywardairlines.co.ke", "canonical_domain": "skywardairlines.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skyward_airlines.jpg", "description": "private airline in Kenya", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
500 +{"wikidata_id": "Q28134152", "display_name": "SportPesa", "legal_name": null, "aliases": [], "website": "https://www.sportpesa.com", "canonical_domain": "sportpesa.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": [], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SportPesa_in_Racing_Point_RP19%2C_Hungarian_GP_%28cropped%29.jpg", "description": "Overview of the SportPesa brand and activities", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
501 +{"wikidata_id": "Q28223113", "display_name": "Free Lives", "legal_name": null, "aliases": [], "website": "https://freelives.net", "canonical_domain": "freelives.net", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
502 +{"wikidata_id": "Q2829300", "display_name": "Al Barid Bank", "legal_name": "البريد بنك", "aliases": [], "website": "https://www.albaridbank.ma", "canonical_domain": "albaridbank.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["banking"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3399778", "name": "Poste Maroc"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Al_Barik_Bank_logo.png", "description": "bank in Morocco", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
503 +{"wikidata_id": "Q28407799", "display_name": "Gamsole", "legal_name": null, "aliases": [], "website": "https://gamsole.com", "canonical_domain": "gamsole.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian video game start-up", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
504 +{"wikidata_id": "Q2883022", "display_name": "Mali Development Bank", "legal_name": null, "aliases": [], "website": "https://www.bdm-sa.com", "canonical_domain": "bdm-sa.com", "country": "ML", "hq_city": "Bamako", "hq_region": "Bamako", "lat": 12.64583, "lon": -7.99222, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malian banking institution", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
505 +{"wikidata_id": "Q2883031", "display_name": "BADR", "legal_name": null, "aliases": [], "website": "https://badrbanque.dz", "canonical_domain": "badrbanque.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["banking"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Algerian publicly owned bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
506 +{"wikidata_id": "Q2923625", "display_name": "Bralima Brewery", "legal_name": null, "aliases": [], "website": "https://www.bralima.net", "canonical_domain": "bralima.net", "country": "CD", "hq_city": "Kinshasa", "hq_region": "Democratic Republic of the Congo", "lat": -4.32194, "lon": 15.31194, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q180855", "name": "Heineken International"}, "logo_url": null, "description": "is a brewing company based in Kinshasa, Democratic Republic of Congo.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
507 +{"wikidata_id": "Q2934785", "display_name": "Cameroon Development Corporation", "legal_name": null, "aliases": [], "website": "https://www.cdc-cameroon.com", "canonical_domain": "cdc-cameroon.com", "country": "CM", "hq_city": "Bota Land", "hq_region": "Fako", "lat": 4.01821, "lon": 9.18398, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "agribusiness company located in Limbe, Cameroon", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
508 +{"wikidata_id": "Q2989918", "display_name": "Compagnie des bauxites de Guinée", "legal_name": null, "aliases": [], "website": "https://www.cbg-guinee.com", "canonical_domain": "cbg-guinee.com", "country": "GN", "hq_city": "Conakry", "hq_region": "Conakry Region", "lat": 9.50917, "lon": -13.71222, "industries": ["mining"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Guinean mining company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
509 +{"wikidata_id": "Q3055259", "display_name": "Urban and suburban transport company of Algiers", "legal_name": null, "aliases": ["ETUSA", "USTCA"], "website": "https://www.etusa.dz", "canonical_domain": "etusa.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Algerian transport company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
510 +{"wikidata_id": "Q30587816", "display_name": "Hass Petroleum", "legal_name": null, "aliases": [], "website": "https://www.hasspetroleum.com", "canonical_domain": "hasspetroleum.com", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "oil marketing company headquartered in Nairobi, Kenya", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
511 +{"wikidata_id": "Q30593738", "display_name": "SystemSpecs", "legal_name": "SystemSpecs", "aliases": [], "website": "https://www.systemspecs.com.ng", "canonical_domain": "systemspecs.com.ng", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["software"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30593738", "name": "SystemSpecs"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SystemSpecs_Logo.png", "description": "Nigerian computer software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
512 +{"wikidata_id": "Q310138", "display_name": "Egyptalum", "legal_name": null, "aliases": [], "website": "https://www.egyptalum.com.eg", "canonical_domain": "egyptalum.com.eg", "country": "EG", "hq_city": "Nag Hammadi", "hq_region": "Qena Governorate", "lat": 26.05, "lon": 32.25, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59050165", "name": "Metallurgical Industries Holding"}, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
513 +{"wikidata_id": "Q3197636", "display_name": "KITEA", "legal_name": null, "aliases": [], "website": "https://www.kitea.com", "canonical_domain": "kitea.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_KITEA_noir_sans_accroche_MAJ-01_%282%29.jpg", "description": "Moroccan furniture store chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
514 +{"wikidata_id": "Q3206228", "display_name": "lydec.ma", "legal_name": null, "aliases": [], "website": "https://client.lydec.ma", "canonical_domain": "lydec.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q177814", "name": "SUEZ"}, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
515 +{"wikidata_id": "Q3216420", "display_name": "Soummam", "legal_name": null, "aliases": [], "website": "https://www.soummam-dz.com", "canonical_domain": "soummam-dz.com", "country": "DZ", "hq_city": "Akbou", "hq_region": "Akbou District", "lat": 36.46667, "lon": 4.53333, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Dairy compagnies of Algeria", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
516 +{"wikidata_id": "Q3275422", "display_name": "Madarail", "legal_name": null, "aliases": [], "website": "https://www.madarail.mg", "canonical_domain": "madarail.mg", "country": "MG", "hq_city": "Antananarivo", "hq_region": "Antananarivo-Renivohitra District", "lat": -18.91, "lon": 47.525, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Madarail_logo.svg", "description": "Malagasy railway company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
517 +{"wikidata_id": "Q3317535", "display_name": "Mo'men Group", "legal_name": null, "aliases": [], "website": "https://www.momen.co", "canonical_domain": "momen.co", "country": "EG", "hq_city": "Alexandria", "hq_region": "Alexandria Governorate", "lat": 31.1975, "lon": 29.8925, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Momen_New_Logo.png", "description": "Egyptian company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
518 +{"wikidata_id": "Q3355061", "display_name": "Orange Mali", "legal_name": null, "aliases": ["Ikatel"], "website": "https://www.orangemali.com", "canonical_domain": "orangemali.com", "country": "ML", "hq_city": "Bamako", "hq_region": "Bamako", "lat": 12.64583, "lon": -7.99222, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3490246", "name": "Sonatel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg", "description": "Mali telecommunications company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
519 +{"wikidata_id": "Q3355077", "display_name": "Orange Tunisia", "legal_name": null, "aliases": [], "website": "https://www.orange.tn", "canonical_domain": "orange.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1431486", "name": "Orange"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg", "description": "Tunisian mobile phone operator", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
520 +{"wikidata_id": "Q3361061", "display_name": "Palais de la culture", "legal_name": null, "aliases": ["Culture Palace of Abidjan"], "website": "https://www.palaisdelaculture.ci", "canonical_domain": "palaisdelaculture.ci", "country": "CI", "hq_city": "Abidjan", "hq_region": "Ivory Coast", "lat": 5.33639, "lon": -4.02667, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "temple of culture in Abidjan, Ivory Coast", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
521 +{"wikidata_id": "Q3488352", "display_name": "Saham Bank", "legal_name": null, "aliases": [], "website": "https://www.sahambank.com", "canonical_domain": "sahambank.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saham-bank-logo.svg", "description": "Moroccan bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
522 +{"wikidata_id": "Q3488506", "display_name": "Al Mada", "legal_name": null, "aliases": ["SNI", "National Investment Company", "Société Nationale d'Investissement"], "website": "https://www.almada.ma", "canonical_domain": "almada.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Al_Mada_logo_%28color%29.png", "description": "Moroccan holding company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
523 +{"wikidata_id": "Q3488552", "display_name": "Sociéte Nigérienne de Transports de Voyageurs", "legal_name": null, "aliases": ["SNTV", "Societe Nigerienne de Transports de Voyageurs"], "website": "https://www.sntv.biz", "canonical_domain": "sntv.biz", "country": "NE", "hq_city": "Niamey", "hq_region": "Niger", "lat": 13.515, "lon": 2.1175, "industries": ["transportation"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company of Niger", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
524 +{"wikidata_id": "Q3550041", "display_name": "Union bancaire pour le commerce et l'industrie", "legal_name": null, "aliases": [], "website": "https://www.ubci.tn", "canonical_domain": "ubci.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Tunisia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
525 +{"wikidata_id": "Q3565044", "display_name": "Wafa Assurance", "legal_name": null, "aliases": [], "website": "https://www.wafaassurance.ma", "canonical_domain": "wafaassurance.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q758052", "name": "Attijariwafa Bank"}, "logo_url": null, "description": "insurance company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
526 +{"wikidata_id": "Q4033842", "display_name": "Aluworks", "legal_name": null, "aliases": [], "website": "https://www.aluworks.com", "canonical_domain": "aluworks.com", "country": "GH", "hq_city": "Tema", "hq_region": "Tema Metropolitan District", "lat": 5.7348, "lon": 0.0302, "industries": ["mining"], "industry_labels": ["aluminium"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Aluminium-based products company in Ghana", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
527 +{"wikidata_id": "Q4204615", "display_name": "Air Charter Africa", "legal_name": null, "aliases": [], "website": "https://www.aircharterafrica.org", "canonical_domain": "aircharterafrica.org", "country": "GM", "hq_city": "Banjul", "hq_region": "Greater Banjul Area", "lat": 13.45306, "lon": -16.5775, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline in Gambia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
528 +{"wikidata_id": "Q42794743", "display_name": "RMA", "legal_name": null, "aliases": [], "website": "https://www.rmaassurance.com", "canonical_domain": "rmaassurance.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3072489", "name": "O Capital Group"}, "logo_url": null, "description": "Insurance company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
529 +{"wikidata_id": "Q4854091", "display_name": "Banco Inter-Atlântico", "legal_name": null, "aliases": ["Banco Inter-Atlantico"], "website": "https://www.bi.cv", "canonical_domain": "bi.cv", "country": "CV", "hq_city": "Santiago", "hq_region": null, "lat": 15.07778, "lon": -23.62472, "industries": ["banking"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in Cape Verde", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
530 +{"wikidata_id": "Q4854132", "display_name": "Savings and Credit Bank", "legal_name": null, "aliases": [], "website": "https://www.bpc.ao", "canonical_domain": "bpc.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.81806, "lon": 13.23528, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900SQWLFR0HNNRC82", "sec_cik": null, "parent": null, "logo_url": null, "description": "Angolan bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
531 +{"wikidata_id": "Q4856016", "display_name": "Bank of Africa", "legal_name": null, "aliases": [], "website": "https://www.boauganda.com", "canonical_domain": "boauganda.com", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ugandan commercial bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
532 +{"wikidata_id": "Q4857075", "display_name": "Banque de Tunisie et des Emirats", "legal_name": null, "aliases": [], "website": "https://www.bte.com.tn", "canonical_domain": "bte.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
533 +{"wikidata_id": "Q4903925", "display_name": "BidAir Cargo", "legal_name": null, "aliases": [], "website": "https://www.bidaircargo.com", "canonical_domain": "bidaircargo.com", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "African cargo airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
534 +{"wikidata_id": "Q4929859", "display_name": "Blue Sky Aviation Services", "legal_name": null, "aliases": [], "website": "https://blueskyaviation.co.ke", "canonical_domain": "blueskyaviation.co.ke", "country": "KE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kenia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
535 +{"wikidata_id": "Q4956057", "display_name": "Bralirwa", "legal_name": null, "aliases": [], "website": "https://www.bralirwa.com", "canonical_domain": "bralirwa.com", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.9525, "lon": 30.115, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "largest brewer and soft beverage company in Rwanda", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
536 +{"wikidata_id": "Q5013531", "display_name": "COTAIR", "legal_name": null, "aliases": [], "website": "https://www.cotair.info", "canonical_domain": "cotair.info", "country": "BJ", "hq_city": "Cotonou", "hq_region": "Littoral", "lat": 6.36667, "lon": 2.41667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Cotonou, Benin", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
537 +{"wikidata_id": "Q5013848", "display_name": "CRDB Bank", "legal_name": null, "aliases": ["CRDB Bank Plc"], "website": "https://www.crdbbank.co.tz", "canonical_domain": "crdbbank.co.tz", "country": "TZ", "hq_city": "Dar es Salaam", "hq_region": "Dar es Salaam Region", "lat": -6.81611, "lon": 39.28028, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in Tanzania", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
538 +{"wikidata_id": "Q5017765", "display_name": "Cairo International Bank", "legal_name": null, "aliases": ["Cairo Bank"], "website": "https://www.cairointernationalbank.co.ug", "canonical_domain": "cairointernationalbank.co.ug", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cairo_Bank_Uganda_Logo_%282020%29.png", "description": "commercial bank in Uganda", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
539 +{"wikidata_id": "Q5039267", "display_name": "Cargo Airways International", "legal_name": null, "aliases": [], "website": "https://www.cargo-airways.com", "canonical_domain": "cargo-airways.com", "country": "CM", "hq_city": "Douala", "hq_region": "Wouri", "lat": 4.05, "lon": 9.7, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former cargo airline in Douala, Cameroon", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
540 +{"wikidata_id": "Q5089126", "display_name": "Checkers", "legal_name": null, "aliases": [], "website": "https://www.checkers.com.na", "canonical_domain": "checkers.com.na", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1857639", "name": "Shoprite"}, "logo_url": null, "description": "supermarket chain operating in South Africa, Botswana and Namibia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
541 +{"wikidata_id": "Q5251737", "display_name": "Defy Appliances", "legal_name": null, "aliases": [], "website": "https://www.defy.co.za", "canonical_domain": "defy.co.za", "country": "ZA", "hq_city": "Durban", "hq_region": "eThekwini Metropolitan Municipality", "lat": -29.85833, "lon": 31.025, "industries": ["consumer-goods", "manufacturing"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q640497", "name": "Arçelik"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Defy-logo.jpg", "description": "South African white goods manufacturing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
542 +{"wikidata_id": "Q5313316", "display_name": "Dulce Café", "legal_name": null, "aliases": ["Dulce Cafe"], "website": "https://www.dulce-cafe.com", "canonical_domain": "dulce-cafe.com", "country": "ZA", "hq_city": "Gqeberha", "hq_region": "Nelson Mandela Bay Metropolitan Municipality", "lat": -33.95806, "lon": 25.6, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dulcelogo2.jpg", "description": "South African café chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
543 +{"wikidata_id": "Q5357772", "display_name": "Eletricidade e Águas da Guiné-Bissau", "legal_name": null, "aliases": ["EAGB"], "website": "https://www.eagb-gb.com", "canonical_domain": "eagb-gb.com", "country": "GW", "hq_city": "Bissau", "hq_region": "Bissau Autonomous Sector", "lat": 11.86, "lon": -15.58333, "industries": ["utilities"], "industry_labels": ["electrical grid", "water supply network"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eletricidade_e_%C3%81guas_da_Guin%C3%A9-Bissau_logo.png", "description": "governmental electricity and water company in Guinea Bissau", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
544 +{"wikidata_id": "Q55639671", "display_name": "Ethiopian Railway Corporation", "legal_name": null, "aliases": ["ER", "Ethiopian Railway"], "website": "https://www.erc.gov.et", "canonical_domain": "erc.gov.et", "country": "ET", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national railway operator of Ethiopia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
545 +{"wikidata_id": "Q5602554", "display_name": "Green Flag Airlines", "legal_name": null, "aliases": ["Green Flag Aviation Co. Ltd."], "website": "https://www.greenflag-sdn.com", "canonical_domain": "greenflag-sdn.com", "country": "SD", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sudanese airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
546 +{"wikidata_id": "Q56299617", "display_name": "groupeaddoha.com", "legal_name": null, "aliases": [], "website": "https://www.groupeaddoha.com", "canonical_domain": "groupeaddoha.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
547 +{"wikidata_id": "Q5679580", "display_name": "Hassan Allam Sons", "legal_name": null, "aliases": [], "website": "https://www.hassanallam.com", "canonical_domain": "hassanallam.com", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["construction", "asset-management"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "engineering, Construction, Investment & Development Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
548 +{"wikidata_id": "Q584121", "display_name": "Compagnie des phosphates de Gafsa", "legal_name": null, "aliases": [], "website": "https://www.cpg.com.tn", "canonical_domain": "cpg.com.tn", "country": "TN", "hq_city": "Gafsa", "hq_region": "delegation of Gafsa Sud", "lat": 34.41667, "lon": 8.78333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPG_logo.svg", "description": "Tunisian public company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
549 +{"wikidata_id": "Q60174302", "display_name": "Leti Arts", "legal_name": null, "aliases": [], "website": "https://www.letiarts.com", "canonical_domain": "letiarts.com", "country": "GH", "hq_city": "Accra", "hq_region": "Greater Accra Region", "lat": 5.55602, "lon": -0.1969, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ghanaian Video Game Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
550 +{"wikidata_id": "Q60743865", "display_name": "Legal Assistance Centre", "legal_name": null, "aliases": [], "website": "https://www.lac.org.na", "canonical_domain": "lac.org.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public interest law firm in Windhoek, Namibia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
551 +{"wikidata_id": "Q60847842", "display_name": "Green Africa Airways", "legal_name": null, "aliases": ["GAA"], "website": "https://www.greenafrica.com", "canonical_domain": "greenafrica.com", "country": "NG", "hq_city": null, "hq_region": null, "lat": 6.57362, "lon": 3.35302, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian airlane", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
552 +{"wikidata_id": "Q6344671", "display_name": "Kachifo Limited", "legal_name": null, "aliases": [], "website": "https://www.kachifo.com", "canonical_domain": "kachifo.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.30864, "lon": 3.82482, "industries": ["media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nigerian independent publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
553 +{"wikidata_id": "Q6392687", "display_name": "Kenya Power and Lighting Company", "legal_name": null, "aliases": ["KPLC"], "website": "https://www.kplc.co.ke", "canonical_domain": "kplc.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["manufacturing"], "industry_labels": ["electrical industry"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "electricity distribution company of Kenya", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
554 +{"wikidata_id": "Q6443683", "display_name": "Kumba Iron Ore", "legal_name": null, "aliases": [], "website": "https://www.angloamericankumba.com", "canonical_domain": "angloamericankumba.com", "country": "ZA", "hq_city": "Centurion", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.86028, "lon": 28.18944, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "iron-ore mining company in South Africa", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
555 +{"wikidata_id": "Q6959743", "display_name": "Nairaland", "legal_name": null, "aliases": [], "website": "https://www.nairaland.com", "canonical_domain": "nairaland.com", "country": "NG", "hq_city": "Ogun State", "hq_region": "Nigeria", "lat": 7.12, "lon": 3.3725, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nairaland_Logo.png", "description": "Nigerian forum website", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
556 +{"wikidata_id": "Q6973844", "display_name": "National Investment Bank", "legal_name": null, "aliases": ["NIB"], "website": "https://www.nib-ghana.com", "canonical_domain": "nib-ghana.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Investment_Bank_logo.jpg", "description": "Ghanaian bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
557 +{"wikidata_id": "Q6979352", "display_name": "National Water and Sewerage Corporation", "legal_name": null, "aliases": ["NWSC"], "website": "https://www.nwsc.co.ug", "canonical_domain": "nwsc.co.ug", "country": "UG", "hq_city": "Kampala", "hq_region": "Kampala District", "lat": 0.31361, "lon": 32.58111, "industries": ["utilities"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30261844", "name": "Government of Uganda"}, "logo_url": null, "description": "Ugandan water company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
558 +{"wikidata_id": "Q7032809", "display_name": "Nigeria LNG", "legal_name": "Nigeria LNG", "aliases": [], "website": "https://www.nlng.com", "canonical_domain": "nlng.com", "country": "NG", "hq_city": "Rivers State", "hq_region": "Nigeria", "lat": 4.42586, "lon": 7.15314, "industries": ["energy"], "industry_labels": ["liquefied natural gas"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7032809", "name": "Nigeria LNG"}, "logo_url": null, "description": "liquefied natural gas plant of Nigeria", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
559 +{"wikidata_id": "Q7076201", "display_name": "Oceanic Bank", "legal_name": null, "aliases": [], "website": "https://www.oceanicbanknigeria.com", "canonical_domain": "oceanicbanknigeria.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.05556, "lon": 7.49139, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct Nigerian bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
560 +{"wikidata_id": "Q7089088", "display_name": "Olympic Group", "legal_name": null, "aliases": [], "website": "https://www.olympic-electric.com", "canonical_domain": "olympic-electric.com", "country": "EG", "hq_city": "Nasr City", "hq_region": "Cairo", "lat": 30.05194, "lon": 31.35694, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
561 +{"wikidata_id": "Q72338377", "display_name": "Banco Económico", "legal_name": null, "aliases": ["BESA", "Banco Espirito Santo Angola"], "website": "https://www.bancoeconomico.ao", "canonical_domain": "bancoeconomico.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TP70GP7J3FPI13", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BancoEconomicoAngola.png", "description": "an Angolan bank based in Luanda", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
562 +{"wikidata_id": "Q7257427", "display_name": "Public Investment Corporation", "legal_name": null, "aliases": ["PIC", "Public Investment Corporation Ltd.", "Public Investment Corporation of South Africa"], "website": "https://www.pic.gov.za", "canonical_domain": "pic.gov.za", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African state-owned asset management firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
563 +{"wikidata_id": "Q7386093", "display_name": "Régie Nationale des Postes", "legal_name": null, "aliases": ["Regie Nationale des Postes"], "website": "https://www.poste.bi", "canonical_domain": "poste.bi", "country": "BI", "hq_city": "Bujumbura", "hq_region": "Bujumbura Mairie", "lat": -3.3825, "lon": 29.36111, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "postal service in Burundi", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
564 +{"wikidata_id": "Q7493681", "display_name": "Shell Nigeria", "legal_name": "Shell Nigeria", "aliases": ["Shell Petroleum Development Company of Nigeria Limited"], "website": "https://www.shell.com.ng", "canonical_domain": "shell.com.ng", "country": "NG", "hq_city": "Federal Capital Territory", "hq_region": "Nigeria", "lat": 6.61818, "lon": 3.37109, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q154950", "name": "Shell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shell_wordmark_2019.svg", "description": "Oil company, subsidiary of Shell", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
565 +{"wikidata_id": "Q7530652", "display_name": "Sirte Oil Company", "legal_name": null, "aliases": [], "website": "https://www.sirteoil.com.ly", "canonical_domain": "sirteoil.com.ly", "country": "LY", "hq_city": "Brega", "hq_region": "Libya", "lat": 30.40611, "lon": 19.57389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Libyan oil company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
566 +{"wikidata_id": "Q7570526", "display_name": "Southern Sun Hotel Group", "legal_name": null, "aliases": [], "website": "https://www.southernsun.com", "canonical_domain": "southernsun.com", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southern_Sun_Hotel_Group_Logo.png", "description": "South African multinational hospitality company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
567 +{"wikidata_id": "Q7581546", "display_name": "Spur Corporation", "legal_name": null, "aliases": [], "website": "https://www.spursteakranches.com", "canonical_domain": "spursteakranches.com", "country": "ZA", "hq_city": "Century City", "hq_region": "City of Cape Town", "lat": -33.89167, "lon": 18.50833, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spur_Corporation.png", "description": "steakhouse franchise restaurant chain originating from South Africa", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
568 +{"wikidata_id": "Q7634430", "display_name": "Suez Steel", "legal_name": null, "aliases": [], "website": "https://www.solbmisr.com", "canonical_domain": "solbmisr.com", "country": "EG", "hq_city": "Suez", "hq_region": "Suez Governorate", "lat": 29.96667, "lon": 32.53333, "industries": ["mining"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20387424", "name": "National Service Products Organization"}, "logo_url": null, "description": "steel company located in Ababia, Egypt", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
569 +{"wikidata_id": "Q7643697", "display_name": "Superjet Lines", "legal_name": null, "aliases": ["SuperJet", "Super Jet", "Arab Union for Land Transport"], "website": "https://www.superjet.com.eg", "canonical_domain": "superjet.com.eg", "country": "EG", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["automotive", "transportation"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Egyptian bus line operating in a number of Arab countries", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
570 +{"wikidata_id": "Q7654133", "display_name": "Swaziland Posts and Telecommunications", "legal_name": null, "aliases": [], "website": "https://www.sptc.co.sz", "canonical_domain": "sptc.co.sz", "country": "SZ", "hq_city": "Mbabane", "hq_region": "Hhohho Region", "lat": -26.31667, "lon": 31.13333, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Eswatini_Post.jpg", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
571 +{"wikidata_id": "Q7682774", "display_name": "Tanga Cement", "legal_name": null, "aliases": [], "website": "https://www.simbacement.co.tz", "canonical_domain": "simbacement.co.tz", "country": "TZ", "hq_city": "Tanga", "hq_region": "Tanga Region", "lat": -5.06667, "lon": 39.1, "industries": ["construction"], "industry_labels": ["cement"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tanzanian cement manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
572 +{"wikidata_id": "Q7697349", "display_name": "Telkom Kenya", "legal_name": null, "aliases": [], "website": "https://www.telkom.co.ke", "canonical_domain": "telkom.co.ke", "country": "KE", "hq_city": "Nairobi", "hq_region": "Nairobi City County", "lat": -1.28639, "lon": 36.81722, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1431486", "name": "Orange"}, "logo_url": null, "description": "Kenyan telecommunication company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
573 +{"wikidata_id": "Q7834708", "display_name": "Transnational Corporation of Nigeria", "legal_name": "Transnational Corporation of Nigeria", "aliases": [], "website": "https://www.transcorpnigeria.com", "canonical_domain": "transcorpnigeria.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7834708", "name": "Transnational Corporation of Nigeria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transcorp_Group.svg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
574 +{"wikidata_id": "Q7841727", "display_name": "Triggerfish Animation Studios", "legal_name": null, "aliases": [], "website": "https://www.triggerfishstudios.com", "canonical_domain": "triggerfishstudios.com", "country": "ZA", "hq_city": "Cape Town", "hq_region": "City of Cape Town", "lat": -33.92528, "lon": 18.42389, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African animation studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
575 +{"wikidata_id": "Q7881682", "display_name": "Umma Bank", "legal_name": null, "aliases": [], "website": "https://jbank.ly", "canonical_domain": "jbank.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
576 +{"wikidata_id": "Q804236", "display_name": "Éditions Bakame", "legal_name": null, "aliases": ["Bakame", "Bakame Editions"], "website": "https://bakame.rw", "canonical_domain": "bakame.rw", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.9547, "lon": 30.1186, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Rwandan publishing house specializing in children's and young adult literature in Kinyarwanda", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
577 +{"wikidata_id": "Q806649", "display_name": "Bank Windhoek", "legal_name": null, "aliases": [], "website": "https://www.bankwindhoek.com.na", "canonical_domain": "bankwindhoek.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Windhoek_logo.svg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
578 +{"wikidata_id": "Q1388465", "display_name": "Trustco Bank Namibia", "legal_name": null, "aliases": ["FIDES Bank Namibia"], "website": "https://www.tgi.na", "canonical_domain": "tgi.na", "country": "NA", "hq_city": "Ongwediva", "hq_region": "Oshana Region", "lat": -17.78333, "lon": 15.76667, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Namibia commercial bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
579 +{"wikidata_id": "Q145510", "display_name": "Zambia National Commercial Bank", "legal_name": null, "aliases": [], "website": "https://www.zanaco.co.zm", "canonical_domain": "zanaco.co.zm", "country": "ZM", "hq_city": "Lusaka", "hq_region": "Lusaka Province", "lat": -15.41667, "lon": 28.28333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in Zambia", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
580 +{"wikidata_id": "Q1587236", "display_name": "Hartlief Corporation Ltd", "legal_name": null, "aliases": [], "website": "https://www.hartlief.co.za", "canonical_domain": "hartlief.co.za", "country": "ZA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["food-beverage"], "industry_labels": ["meatpacking industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Namibian meat business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
581 +{"wikidata_id": "Q1709188", "display_name": "MTC Namibia", "legal_name": null, "aliases": [], "website": "https://www.mtc.com.na", "canonical_domain": "mtc.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19958763", "name": "Ministry of Public Enterprises"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mtc_Namibia_Logo.svg", "description": "Telecommunications company in Namibia", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
582 +{"wikidata_id": "Q2070124", "display_name": "Perana Performance Group", "legal_name": null, "aliases": [], "website": "https://www.perana.org", "canonical_domain": "perana.org", "country": "ZA", "hq_city": "Gqeberha", "hq_region": "Nelson Mandela Bay Metropolitan Municipality", "lat": -33.95806, "lon": 25.6, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
583 +{"wikidata_id": "Q2456662", "display_name": "Trust Bank Limited", "legal_name": null, "aliases": ["Trust Bank Limited (TBL)"], "website": "https://www.trustbank.gm", "canonical_domain": "trustbank.gm", "country": "GM", "hq_city": "Banjul", "hq_region": "Greater Banjul Area", "lat": 13.45306, "lon": -16.5775, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Gambia", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
584 +{"wikidata_id": "Q250558", "display_name": "Namibia Airports Company", "legal_name": null, "aliases": ["Namibia Airports Company (NAC)"], "website": "https://www.airports.com.na", "canonical_domain": "airports.com.na", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19958763", "name": "Ministry of Public Enterprises"}, "logo_url": null, "description": "operator of eight of the largest airports in Namibia", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
585 +{"wikidata_id": "Q2870100", "display_name": "Attijari Bank", "legal_name": null, "aliases": [], "website": "https://www.attijaribank.com.tn", "canonical_domain": "attijaribank.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q758052", "name": "Attijariwafa Bank"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Attijari_bank.png", "description": "Tunisian bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
586 +{"wikidata_id": "Q2883405", "display_name": "Malian Solidarity Bank", "legal_name": null, "aliases": [], "website": "https://www.bms-sa.ml", "canonical_domain": "bms-sa.ml", "country": "SN", "hq_city": "Bamako", "hq_region": "Bamako", "lat": 12.64583, "lon": -7.99222, "industries": ["banking"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "The Malian Solidarity Bank is a Malian company created in 2002 through an initiative of President Alpha Oumar Konaré.", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
587 +{"wikidata_id": "Q2883446", "display_name": "BTK Bank", "legal_name": null, "aliases": [], "website": "https://www.btknet.com", "canonical_domain": "btknet.com", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["banking"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
588 +{"wikidata_id": "Q2923371", "display_name": "Bracongo", "legal_name": null, "aliases": [], "website": "https://bracongo.cd", "canonical_domain": "bracongo.cd", "country": "CD", "hq_city": "Limete", "hq_region": "Kinshasa", "lat": -4.32579, "lon": 15.34305, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16533961", "name": "Brasseries et Glacières Internationales"}, "logo_url": null, "description": "a limited liability joint stock brewing company established in Kinshasa, in the Democratic Republic of Congo", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
589 +{"wikidata_id": "Q2931752", "display_name": "CNEP-Bank", "legal_name": null, "aliases": ["CNEP-Banque"], "website": "https://www.cnepbanque.dz", "canonical_domain": "cnepbanque.dz", "country": "DZ", "hq_city": "Algiers", "hq_region": "Algiers Province", "lat": 36.77639, "lon": 3.05861, "industries": ["banking"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_CNEP_banque_DZ.svg", "description": "Algerian publicly owned bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
590 +{"wikidata_id": "Q2931758", "display_name": "Saham insurance", "legal_name": null, "aliases": [], "website": "https://sanlampanafrica.com", "canonical_domain": "sanlampanafrica.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["insurance"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117555", "name": "Saham Group"}, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
591 +{"wikidata_id": "Q2940759", "display_name": "casatransport.ma", "legal_name": null, "aliases": [], "website": "https://casatransport.ma", "canonical_domain": "casatransport.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_casa_transport.png", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
592 +{"wikidata_id": "Q2946616", "display_name": "Ceres Fruit Juices", "legal_name": null, "aliases": [], "website": "https://www.ceresjuices.com", "canonical_domain": "ceresjuices.com", "country": "ZA", "hq_city": "Paarl", "hq_region": "Drakenstein Local Municipality", "lat": -33.72417, "lon": 18.95583, "industries": ["agriculture"], "industry_labels": ["agribusiness"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African beverage company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
593 +{"wikidata_id": "Q2972439", "display_name": "Ciments du Maroc", "legal_name": null, "aliases": [], "website": "https://www.cimentsdumaroc.com", "canonical_domain": "cimentsdumaroc.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["construction"], "industry_labels": ["cement industry", "construction materials industry"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q632233", "name": "Heidelberg Materials"}, "logo_url": null, "description": "subsidiary of Heidelberg Materials in Marocco", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
594 +{"wikidata_id": "Q2990194", "display_name": "Compagnie Générale Immobiliere", "legal_name": null, "aliases": ["Compagnie Generale Immobiliere"], "website": "https://www.cgi.ma", "canonical_domain": "cgi.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2931198", "name": null}, "logo_url": null, "description": "Moroccan real-estate development company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
595 +{"wikidata_id": "Q3006193", "display_name": "Crédit Agricole du Maroc", "legal_name": null, "aliases": ["Credit agricole du Maroc"], "website": "https://www.creditagricole.ma", "canonical_domain": "creditagricole.ma", "country": "MA", "hq_city": "Rabat", "hq_region": "Rabat Prefecture", "lat": 34.02111, "lon": -6.84139, "industries": ["banking"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Moroccan bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
596 +{"wikidata_id": "Q3050106", "display_name": "El Mouradi hotels", "legal_name": null, "aliases": [], "website": "https://www.elmouradi.com", "canonical_domain": "elmouradi.com", "country": "TN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian hotel chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
597 +{"wikidata_id": "Q3072489", "display_name": "O Capital Group", "legal_name": null, "aliases": [], "website": "https://www.bmcebank.ma", "canonical_domain": "bmcebank.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
598 +{"wikidata_id": "Q3117611", "display_name": "gct.com.tn", "legal_name": null, "aliases": [], "website": "https://www.gct.com.tn", "canonical_domain": "gct.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": [], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian public company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
599 +{"wikidata_id": "Q3139309", "display_name": "Holmarcom Group", "legal_name": null, "aliases": ["Groupe Holmarcom", "Holmarcom"], "website": "https://www.holmarcom.ma", "canonical_domain": "holmarcom.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["retail", "agriculture", "real-estate", "financial-services"], "industry_labels": ["product distribution", "agribusiness", "real property", "financial services", "air transport"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Moroccan business community", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
600 +{"wikidata_id": "Q3150928", "display_name": "Ingelec", "legal_name": null, "aliases": [], "website": "https://www.ingelec.com", "canonical_domain": "ingelec.com", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
601 +{"wikidata_id": "Q3199358", "display_name": "Koutoubia (brand)", "legal_name": null, "aliases": [], "website": "https://www.koutoubia.ma", "canonical_domain": "koutoubia.ma", "country": "MA", "hq_city": "Mohammedia", "hq_region": "Mohammedia Prefecture", "lat": 33.68333, "lon": -7.38333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
602 +{"wikidata_id": "Q3200452", "display_name": "Delta Connection", "legal_name": null, "aliases": ["DCP", "Z9"], "website": "https://www.deltaconnection.co.ke", "canonical_domain": "deltaconnection.co.ke", "country": "KE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Kenya", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
603 +{"wikidata_id": "Q3296092", "display_name": "Marwa", "legal_name": null, "aliases": [], "website": "https://www.marwa.co.ma", "canonical_domain": "marwa.co.ma", "country": "MA", "hq_city": "Casablanca", "hq_region": "Casablanca Prefecture", "lat": 33.59917, "lon": -7.62, "industries": ["apparel"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marwa_y.jpg", "description": "Moroccan clothing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
604 +{"wikidata_id": "Q3301671", "display_name": "Mauritius Telecom", "legal_name": null, "aliases": ["Mauritius Telecom Limited", "Mauritius Telecom Ltd"], "website": "https://www.telecom.mu", "canonical_domain": "telecom.mu", "country": "MU", "hq_city": "Port Louis", "hq_region": "Port Louis District", "lat": -20.16194, "lon": 57.49889, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Telecommunications company in Mauritius", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
605 +{"wikidata_id": "Q3399820", "display_name": "Tunisian Post", "legal_name": null, "aliases": [], "website": "https://www.poste.tn", "canonical_domain": "poste.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["logistics"], "industry_labels": [], "founded_year": 1847, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_Poste_tunisienne_2011.svg", "description": "Tunisian public company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
606 +{"wikidata_id": "Q3400329", "display_name": "Poulina", "legal_name": null, "aliases": [], "website": "https://www.poulinagroupholding.com", "canonical_domain": "poulinagroupholding.com", "country": "TN", "hq_city": "Ezzahra", "hq_region": "Ben Arous Governorate", "lat": 36.74389, "lon": 10.30833, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
607 +{"wikidata_id": "Q3439656", "display_name": "Rogers Group", "legal_name": null, "aliases": [], "website": "https://www.rogers.mu", "canonical_domain": "rogers.mu", "country": "MU", "hq_city": "Mauritius Island", "hq_region": "Mauritius", "lat": -20.3, "lon": 57.58333, "industries": ["asset-management"], "industry_labels": ["SIC 2821 Plastic Materials, Synth Resins & Nonvulcan Elastomers"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "ROG", "exchange": "NYSE", "lei": null, "sec_cik": "84748", "parent": null, "logo_url": null, "description": "mauritius-based international services and investment company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "84748", "enriched_at": "2026-09-13T07:17:38+00:00"}}
608 +{"wikidata_id": "Q3455003", "display_name": "National Tobacco and Matches Authority", "legal_name": null, "aliases": [], "website": "https://www.rnta.tn", "canonical_domain": "rnta.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian public company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
609 +{"wikidata_id": "Q3488504", "display_name": "National Company of Water Exploitation and Distribution", "legal_name": null, "aliases": [], "website": "https://www.sonede.com.tn", "canonical_domain": "sonede.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": ["retail"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tunisian public company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
610 +{"wikidata_id": "Q3488533", "display_name": "Société Nationale des Hydrocarbures", "legal_name": null, "aliases": ["Societe Nationale des Hydrocarbures"], "website": "https://www.snh.cm", "canonical_domain": "snh.cm", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.85778, "lon": 11.51806, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national oil and gas company in Cameroon", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
611 +{"wikidata_id": "Q3488540", "display_name": "sntl.ma", "legal_name": null, "aliases": [], "website": "https://www.sntl.ma", "canonical_domain": "sntl.ma", "country": "MA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sntl-maroc.png", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
612 +{"wikidata_id": "Q3488551", "display_name": "Société nigérienne d'électricité", "legal_name": null, "aliases": ["Nigelec", "NIGELEC", "Nigélec"], "website": "https://nigelec.net", "canonical_domain": "nigelec.net", "country": "NE", "hq_city": "Niamey", "hq_region": "Niger", "lat": 13.515, "lon": 2.1175, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company of Niger", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
613 +{"wikidata_id": "Q3488553", "display_name": "Société nigérienne du pétrole", "legal_name": "Société nigérienne du pétrole", "aliases": ["Societe nigerienne des produits petroliers", "SONIDEP"], "website": "https://www.sonidep-niger.com", "canonical_domain": "sonidep-niger.com", "country": "NE", "hq_city": "Niamey", "hq_region": "Niger", "lat": 13.515, "lon": 2.1175, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "oil company of Niger", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
614 +{"wikidata_id": "Q3488701", "display_name": "stir.com.tn", "legal_name": null, "aliases": [], "website": "https://www.stir.com.tn", "canonical_domain": "stir.com.tn", "country": "TN", "hq_city": "Tunis", "hq_region": "Tunis Governorate", "lat": 36.80083, "lon": 10.18, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
615 +{"wikidata_id": "Q4039966", "display_name": "Republic Bank Ghana Limited", "legal_name": null, "aliases": ["Republic Bank", "hfc Bank", "Home Finance Company"], "website": "https://www.republicghana.com", "canonical_domain": "republicghana.com", "country": "GH", "hq_city": "Accra", "hq_region": "Accra Metropolitan District", "lat": 5.55602, "lon": -0.1969, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Ghana", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
616 +{"wikidata_id": "Q4044375", "display_name": "Mistral Aviation", "legal_name": null, "aliases": [], "website": "https://www.easyaviation.co.za", "canonical_domain": "easyaviation.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "City of Johannesburg Metropolitan Municipality", "lat": -26.20436, "lon": 28.04164, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline from the Republic of the Congo (2008-2014)", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
617 +{"wikidata_id": "Q4146606", "display_name": "General Posts and Telecommunications Company", "legal_name": null, "aliases": [], "website": "https://www.gptc.ly", "canonical_domain": "gptc.ly", "country": "LY", "hq_city": "Tripoli", "hq_region": "Tripoli District", "lat": 32.8875, "lon": 13.1875, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
618 +{"wikidata_id": "Q4351971", "display_name": "Ghana Post", "legal_name": null, "aliases": [], "website": "https://ghanapost.com.gh", "canonical_domain": "ghanapost.com.gh", "country": "GH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ghana_Post_logo.png", "description": "Ghanaian postal service provider", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
619 +{"wikidata_id": "Q4672813", "display_name": "Accra Brewery Limited", "legal_name": null, "aliases": ["ABL"], "website": "https://accrabrewery.com.gh", "canonical_domain": "accrabrewery.com.gh", "country": "GH", "hq_city": "Greater Accra Region", "hq_region": "Ghana", "lat": 5.75, "lon": 0.0, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": null, "description": "manufacturers of alcoholic and non-alcoholic beverages", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
620 +{"wikidata_id": "Q4688472", "display_name": "Aerosud", "legal_name": null, "aliases": [], "website": "https://www.aerosud.co.za", "canonical_domain": "aerosud.co.za", "country": "ZA", "hq_city": "Pretoria", "hq_region": "City of Tshwane Metropolitan Municipality", "lat": -25.74639, "lon": 28.18806, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerosud_New_Logo.png", "description": "aircraft manufacturer in South Africa", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
621 +{"wikidata_id": "Q4689460", "display_name": "Afribank", "legal_name": "Afribank", "aliases": [], "website": "https://www.ixp.net.ng", "canonical_domain": "ixp.net.ng", "country": "NG", "hq_city": "Lagos State", "hq_region": "Nigeria", "lat": 6.44769, "lon": 3.3979, "industries": ["real-estate", "banking"], "industry_labels": ["real estate development", "economics of banking"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4689460", "name": "Afribank"}, "logo_url": null, "description": "Nigerian commercial banking, real estate and insurance broker", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
622 +{"wikidata_id": "Q4689720", "display_name": "African Champion Industries", "legal_name": null, "aliases": [], "website": "https://www.africanchampionindustries.com", "canonical_domain": "africanchampionindustries.com", "country": "GH", "hq_city": "Tema", "hq_region": "Tema Metropolitan District", "lat": 5.7348, "lon": 0.0302, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
623 +{"wikidata_id": "Q4690128", "display_name": "Afriland First Bank", "legal_name": null, "aliases": [], "website": "https://www.afrilandfirstbank.com", "canonical_domain": "afrilandfirstbank.com", "country": "CM", "hq_city": "Yaoundé", "hq_region": "Centre", "lat": 3.85778, "lon": 11.51806, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial services institution in Cameroon", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
624 +{"wikidata_id": "Q4693834", "display_name": "AgriSA", "legal_name": null, "aliases": [], "website": "https://www.agrisa.co.za", "canonical_domain": "agrisa.co.za", "country": "ZA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "agricultural organisation in South Africa", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
625 +{"wikidata_id": "Q4693885", "display_name": "Agricultural Development Bank of Ghana", "legal_name": null, "aliases": ["ADB"], "website": "https://agricbank.com", "canonical_domain": "agricbank.com", "country": "GH", "hq_city": "Greater Accra Region", "hq_region": "Ghana", "lat": 5.75, "lon": 0.0, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ghanaian bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
626 +{"wikidata_id": "Q4849253", "display_name": "Bakers", "legal_name": null, "aliases": ["Bakers Biscuits"], "website": "https://www.bakers.co.za", "canonical_domain": "bakers.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African food company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
627 +{"wikidata_id": "Q4857070", "display_name": "Banque Populaire du Rwanda", "legal_name": null, "aliases": ["Banki y'Abaturage y'u Rwanda", "Banque Populaire du Rwanda Ltd"], "website": "https://www.bpr.rw", "canonical_domain": "bpr.rw", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.9525, "lon": 30.115, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Rwandan bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
628 +{"wikidata_id": "Q5059068", "display_name": "Centenary Bank Uganda", "legal_name": null, "aliases": ["Centenary", "Centenary Bank"], "website": "https://www.centenarybank.co.ug", "canonical_domain": "centenarybank.co.ug", "country": "UG", "hq_city": "Mapeera House", "hq_region": null, "lat": 0.31444, "lon": 32.57806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Centenary_bank_logo.jpg", "description": "commercial bank in Uganda", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
629 +{"wikidata_id": "Q516392", "display_name": "One Africa Television", "legal_name": null, "aliases": [], "website": "https://www.oneafrica.tv", "canonical_domain": "oneafrica.tv", "country": "NA", "hq_city": "Windhoek", "hq_region": "Khomas Region", "lat": -22.57, "lon": 17.08361, "industries": ["media"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Namibian free-to-air television station founded in 2003", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
630 +{"wikidata_id": "Q5241828", "display_name": "Davis & Shirtliff", "legal_name": null, "aliases": ["Davis &amp; Shirtliff"], "website": "https://www.davisandshirtliff.com", "canonical_domain": "davisandshirtliff.com", "country": "KE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
631 +{"wikidata_id": "Q5302390", "display_name": "Dove Air Services", "legal_name": null, "aliases": [], "website": "https://www.doveair-sd.com", "canonical_domain": "doveair-sd.com", "country": "SD", "hq_city": "Khartoum", "hq_region": "Khartoum", "lat": 15.60308, "lon": 32.52654, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South African non-profit airline", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
632 +{"wikidata_id": "Q5323682", "display_name": "ENAPOR", "legal_name": null, "aliases": [], "website": "https://www.enapor.cv", "canonical_domain": "enapor.cv", "country": "CV", "hq_city": "Mindelo", "hq_region": "São Vicente", "lat": 16.89135, "lon": -24.98798, "industries": ["transportation"], "industry_labels": ["port"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cape Verdean port authority", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
633 +{"wikidata_id": "Q5338767", "display_name": "Edições Novembro", "legal_name": null, "aliases": [], "website": "https://edicoesnovembro.sapo.ao", "canonical_domain": "sapo.ao", "country": "AO", "hq_city": "Luanda", "hq_region": "Luanda Province", "lat": -8.83833, "lon": 13.23444, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "newspaper publishing company in Angola", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
634 +{"wikidata_id": "Q5348425", "display_name": "Egyptian Media Production City", "legal_name": null, "aliases": [], "website": "https://www.empc.com.eg", "canonical_domain": "empc.com.eg", "country": "EG", "hq_city": "6th of October City", "hq_region": "Giza Governorate", "lat": 29.93611, "lon": 30.92694, "industries": ["media"], "industry_labels": ["show business"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "information and media complex located near Cairo, Egypt", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
635 +{"wikidata_id": "Q5348427", "display_name": "Egyptian Natural Gas Company", "legal_name": null, "aliases": [], "website": "https://www.gasco.com.eg", "canonical_domain": "gasco.com.eg", "country": "EG", "hq_city": "New Cairo", "hq_region": "Cairo Governorate", "lat": 30.03, "lon": 31.47, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gasco.gif", "description": "Egyptian gas company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
636 +{"wikidata_id": "Q5357771", "display_name": "Electricidade de Moçambique", "legal_name": null, "aliases": ["EDM", "Electricidade de Mozambique"], "website": "https://www.edm.co.mz", "canonical_domain": "edm.co.mz", "country": "MZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["electricity generation", "electric power distribution", "electric power transmission"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mozambique's publicly owned electricity company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
637 +{"wikidata_id": "Q5419679", "display_name": "Exclusive Books", "legal_name": null, "aliases": [], "website": "https://www.exclusivebooks.co.za", "canonical_domain": "exclusivebooks.co.za", "country": "ZA", "hq_city": "Johannesburg", "hq_region": "Transvaal Province", "lat": -26.20436, "lon": 28.04164, "industries": ["retail"], "industry_labels": ["bookselling"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bookseller chain in South Africa", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
638 +{"wikidata_id": "Q5440005", "display_name": "Federal Airports Authority of Nigeria", "legal_name": null, "aliases": [], "website": "https://faan.gov.ng", "canonical_domain": "faan.gov.ng", "country": "NG", "hq_city": "Ikeja", "hq_region": "Lagos State", "lat": 6.61857, "lon": 3.34259, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAAN_Logo.jpg", "description": "Nigerian port Authority", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
639 +{"wikidata_id": "Q5449331", "display_name": "Fina Bank", "legal_name": null, "aliases": [], "website": "https://www.gtbank.co.rw", "canonical_domain": "gtbank.co.rw", "country": "RW", "hq_city": "Kigali", "hq_region": "Rwanda", "lat": -1.9525, "lon": 30.115, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GTBank_Rwanda_Logo.png", "description": "Rwandan commercial bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
640 +{"wikidata_id": "Q6124318", "display_name": "Jaiz Bank", "legal_name": null, "aliases": [], "website": "https://jaizbankplc.com", "canonical_domain": "jaizbankplc.com", "country": "NG", "hq_city": "Abuja", "hq_region": "Federal Capital Territory", "lat": 9.0529, "lon": 7.49707, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial Institute in Nigeria", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
641 +{"wikidata_id": "Q6349322", "display_name": "Kakawa Discount House Limited", "legal_name": "Kakawa Discount House Limited", "aliases": [], "website": "https://www.kakawa.com", "canonical_domain": "kakawa.com", "country": "NG", "hq_city": "Lagos", "hq_region": "Lagos State", "lat": 6.45611, "lon": 3.39361, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6349322", "name": "Kakawa Discount House Limited"}, "logo_url": null, "description": "Nigeria Banking company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
modified registry/companies/wikidata-americas.ndjson +8032 −2193
@@ -1,2193 +1,8032 @@
1 {"wikidata_id": "Q2283", "display_name": "Microsoft", "legal_name": "Microsoft Corporation", "aliases": [], "website": "https://www.microsoft.com", "canonical_domain": "microsoft.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["software", "technology"], "industry_labels": ["software industry", "consumer electronics industry", "software development", "technology industry"], "founded_year": 1975, "employees": 228000, "public_company": true, "ticker": "MSFT", "exchange": "Nasdaq", "lei": "INR2EJN1ERAN0W5ZP974", "sec_cik": "789019", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Microsoft_logo_%282012%29.svg", "description": "American multinational technology corporation", "sitelinks": 178, "importance": 0.924, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2 {"wikidata_id": "Q312", "display_name": "Apple Inc.", "legal_name": "Apple Inc.", "aliases": ["Apple (company)"], "website": "https://www.apple.com", "canonical_domain": "apple.com", "country": "US", "hq_city": "Apple Park", "hq_region": "Cupertino", "lat": 37.33479, "lon": -122.009, "industries": ["software", "retail", "technology"], "industry_labels": ["software industry", "digital distribution", "consumer electronics industry", "electronics industry", "information technology industry", "software development", "mobile phone industry"], "founded_year": 1976, "employees": 164000, "public_company": true, "ticker": "AAPL", "exchange": "Nasdaq", "lei": "HWUPKR0MPOU8FGXBT394", "sec_cik": "320193", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apple_logo_black.svg", "description": "American multinational technology company based in Cupertino, California", "sitelinks": 183, "importance": 0.9221, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
3 {"wikidata_id": "Q3884", "display_name": "Amazon", "legal_name": "Amazon.com, Inc.", "aliases": ["Inc."], "website": "https://www.amazon.com", "canonical_domain": "amazon.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["retail", "internet", "e-commerce", "cloud-infrastructure"], "industry_labels": ["retail", "web service", "e-commerce", "web hosting service"], "founded_year": 1994, "employees": 1500000, "public_company": true, "ticker": "AMZN", "exchange": "Nasdaq", "lei": "ZXTILKJKG63JELOEG630", "sec_cik": "1018724", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amazon_2024.svg", "description": "American multinational technology company", "sitelinks": 124, "importance": 0.9076, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
4 {"wikidata_id": "Q7414", "display_name": "The Walt Disney Company", "legal_name": "The Walt Disney Company", "aliases": ["The Walt Disney Studio"], "website": "https://www.disney.com", "canonical_domain": "disney.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment", "hospitality", "travel", "media"], "industry_labels": ["animation", "amusement park", "film industry", "leisure park industry", "tourism industry", "entertainment industry", "media industry"], "founded_year": 1923, "employees": 223000, "public_company": true, "ticker": "DIS", "exchange": "New York Stock Exchange", "lei": "549300GZKULIZ0WOW665", "sec_cik": "1744489", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Walt_Disney_Company_Logo.svg", "description": "American multinational mass media company", "sitelinks": 142, "importance": 0.9, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q191224"}, {"related_domain_conflict": "Q2140930"}, {"related_domain_conflict": "Q2501552"}, {"related_domain_conflict": "Q2104471"}, {"related_domain_conflict": "Q2084961"}, {"related_domain_conflict": "Q3327964"}, {"related_domain_conflict": "Q105303210"}]}
5 {"wikidata_id": "Q38076", "display_name": "McDonald's", "legal_name": "McDonald's Corporation", "aliases": ["Macca's", "Maccas", "McDo", "McDonald's Restaurant", "Mickey D's"], "website": "https://www.mcdonalds.com", "canonical_domain": "mcdonalds.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage", "hospitality", "consumer-goods"], "industry_labels": ["food service", "quick service restaurant sector", "accommodation and food service activities", "food and tobacco industry"], "founded_year": 1940, "employees": 200000, "public_company": true, "ticker": "MCD", "exchange": "New York Stock Exchange", "lei": "UE2136O97NLB5BYP9H04", "sec_cik": "63908", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McDonald%27s_with_slogan_2020.svg", "description": "American fast food restaurant chain", "sitelinks": 136, "importance": 0.8939, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q12061541"}]}
6 {"wikidata_id": "Q37156", "display_name": "IBM", "legal_name": "International Business Machines Corporation", "aliases": ["18M", "IBM Corp.", "International Business Machines Corporation (Armonk", "NY)"], "website": "https://www.ibm.com", "canonical_domain": "ibm.com", "country": "US", "hq_city": "Armonk", "hq_region": "North Castle", "lat": 41.12861, "lon": -73.70778, "industries": ["software", "technology", "consulting"], "industry_labels": ["software industry", "computer industry", "computer hardware industry", "IT service management", "information technology consulting"], "founded_year": 1911, "employees": 352600, "public_company": true, "ticker": "IBM", "exchange": "New York Stock Exchange", "lei": "VGRQXHF3J8VDLUA7XE92", "sec_cik": "51143", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IBM_logo.svg", "description": "American multinational technology company", "sitelinks": 113, "importance": 0.8828, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q909169"}, {"related_domain_conflict": "Q1093541"}, {"related_domain_conflict": "Q3146518"}, {"related_domain_conflict": "Q37592"}, {"related_domain_conflict": "Q689176"}]}
7 {"wikidata_id": "Q44294", "display_name": "Ford Motor Company", "legal_name": "Ford Motor Company", "aliases": ["Ford", "FoMoCo", "Ford Motor Corporation", "Ford Motors"], "website": "https://www.ford.com", "canonical_domain": "ford.com", "country": "US", "hq_city": "Dearborn", "hq_region": "Wayne County", "lat": 42.31133, "lon": -83.21348, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1903, "employees": 186000, "public_company": true, "ticker": "F", "exchange": "New York Stock Exchange", "lei": "20S05OYHG0MQM4VUIC57", "sec_cik": "37996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_logo_flat.svg", "description": "American multinational automotive company", "sitelinks": 114, "importance": 0.8745, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5467906"}, {"related_domain_conflict": "Q3537079"}]}
8 {"wikidata_id": "Q483551", "display_name": "walmart.com", "legal_name": null, "aliases": ["Wal-Mart Stores", "Inc.", "Wall Mart", "Wall-Mart", "Wallmart"], "website": "https://www.walmart.com", "canonical_domain": "walmart.com", "country": "US", "hq_city": "Bentonville", "hq_region": "Benton County", "lat": 36.36667, "lon": -94.21333, "industries": ["retail"], "industry_labels": ["retail", "wholesale", "retail chain", "big-box store"], "founded_year": 1962, "employees": 2330000, "public_company": true, "ticker": "WMT", "exchange": "Nasdaq", "lei": "Y87794H0US1R65VBXU25", "sec_cik": "104169", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walmart_logo_%282025%29.svg", "description": "U.S. discount retailer based in Arkansas", "sitelinks": 84, "importance": 0.8671, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
9 {"wikidata_id": "Q66", "display_name": "Boeing", "legal_name": "The Boeing Company", "aliases": ["The Boeing Company (Chicago", "IL)", "United Aircraft and Transport Corp"], "website": "https://boeing.com", "canonical_domain": "boeing.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["defense", "construction", "aerospace-defense"], "industry_labels": ["weapons industry", "space-based economy", "aircraft construction", "aerospace industry", "aircraft industry", "space industry"], "founded_year": 1916, "employees": 171000, "public_company": true, "ticker": "BA", "exchange": "New York Stock Exchange", "lei": "RVHJWBXLJ1RFUBSY1F30", "sec_cik": "12927", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boeing_full_logo.svg", "description": "American global aerospace and defense corporation", "sitelinks": 106, "importance": 0.8657, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q8793"}, {"related_domain_conflict": "Q795324"}]}
10 {"wikidata_id": "Q478214", "display_name": "Tesla", "legal_name": "Tesla, Inc.", "aliases": [], "website": "https://www.tesla.com", "canonical_domain": "tesla.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["automotive", "energy", "renewables"], "industry_labels": ["automotive industry", "battery industry", "solar industry"], "founded_year": 2003, "employees": 140473, "public_company": true, "ticker": "TSLA", "exchange": "Nasdaq", "lei": "54930043XZGB27CTOV49", "sec_cik": "1318605", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tesla_Motors.svg", "description": "American automotive, energy storage and solar power company", "sitelinks": 108, "importance": 0.8648, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q106868050"}]}
11 {"wikidata_id": "Q248", "display_name": "Intel", "legal_name": "Intel Corporation", "aliases": ["INTC", "N M Electronics", "Intel Corp", "Intel Corp."], "website": "https://www.intel.com", "canonical_domain": "intel.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["manufacturing", "semiconductors"], "industry_labels": ["electrical industry", "semiconductor industry"], "founded_year": 1968, "employees": 121100, "public_company": true, "ticker": "INTC", "exchange": "Nasdaq", "lei": "KNX4USFCNGPY45LOCE31", "sec_cik": "50863", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intel_logo_2023.svg", "description": "American multinational technology company", "sitelinks": 101, "importance": 0.8557, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
12 {"wikidata_id": "Q81965", "display_name": "General Motors", "legal_name": "General Motors Company", "aliases": ["GM", "General Motors Corporation"], "website": "https://www.gm.com", "canonical_domain": "gm.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1908, "employees": 164000, "public_company": true, "ticker": "GM", "exchange": "New York Stock Exchange", "lei": "54930070NSV60J38I987", "sec_cik": "1467858", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_motors_logo_with_wordmark.svg", "description": "American multinational automotive company", "sitelinks": 90, "importance": 0.8481, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
13 {"wikidata_id": "Q193701", "display_name": "SpaceX", "legal_name": "Space Exploration Technologies Corp.", "aliases": [], "website": "https://spacex.com", "canonical_domain": "spacex.com", "country": "US", "hq_city": "Starbase", "hq_region": "Cameron County", "lat": 25.99202, "lon": -97.18219, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2002, "employees": 22000, "public_company": true, "ticker": "SPCX", "exchange": "Nasdaq", "lei": "549300B9WLO96RQCXP87", "sec_cik": "1181412", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SpaceX_logo_black.svg", "description": "American spaceflight and AI company", "sitelinks": 116, "importance": 0.8454, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
14 {"wikidata_id": "Q95", "display_name": "Google", "legal_name": "Google LLC", "aliases": [], "website": "https://about.google", "canonical_domain": "about.google", "country": "US", "hq_city": "Googleplex", "hq_region": "Mountain View", "lat": 37.42205, "lon": -122.08444, "industries": ["internet", "technology", "media", "software"], "industry_labels": ["Internet", "information technology", "internet marketing", "software industry", "Internet industry", "technology industry", "SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 1998, "employees": 187000, "public_company": true, "ticker": null, "exchange": null, "lei": "7ZW8QJWVPR4P1J1KQY45", "sec_cik": "1288776", "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Google_2026_logo.svg", "description": "American multinational technology company, a subsidiary of Alphabet Inc.", "sitelinks": 211, "importance": 0.8389, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1288776", "enriched_at": "2026-09-12T09:34:23+00:00"}}
15 {"wikidata_id": "Q30873", "display_name": "Dell", "legal_name": null, "aliases": [], "website": "https://www.dell.com", "canonical_domain": "dell.com", "country": "US", "hq_city": "Round Rock", "hq_region": "Williamson County", "lat": 30.515, "lon": -97.6725, "industries": ["software", "technology"], "industry_labels": ["software industry", "computer hardware industry"], "founded_year": 1984, "employees": 165000, "public_company": true, "ticker": "DELL", "exchange": "New York Stock Exchange", "lei": "3E70L4WYANTIWWIPHC81", "sec_cik": "1571996", "parent": {"wikidata_id": "Q27500963", "name": "Dell Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dell_logo_2016.svg", "description": "American multinational computer technology corporation", "sitelinks": 81, "importance": 0.8372, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
16 {"wikidata_id": "Q47099", "display_name": "Grupo Televisa", "legal_name": null, "aliases": ["Televisa S de RL de CV", "Televisa SA de CV", "Televisa", "S de R.L. de C.V."], "website": "https://www.televisa.com", "canonical_domain": "televisa.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media", "entertainment"], "industry_labels": ["television", "mass media", "film industry"], "founded_year": 1973, "employees": 24362, "public_company": true, "ticker": "TLEVISA", "exchange": "Mexican Stock Exchange", "lei": "549300O4AF0C816ILN62", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Grupo_Televisa.svg", "description": "Mexican entertainment and media conglomerate", "sitelinks": 105, "importance": 0.8365, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
17 {"wikidata_id": "Q483915", "display_name": "Nike", "legal_name": null, "aliases": ["Nike Inc.", "Inc.", "耐克"], "website": "https://www.nike.com", "canonical_domain": "nike.com", "country": "US", "hq_city": "Beaverton", "hq_region": "Washington County", "lat": 45.48694, "lon": -122.80361, "industries": ["retail", "apparel"], "industry_labels": ["industry", "retail", "clothing industry"], "founded_year": 1964, "employees": 76700, "public_company": true, "ticker": "NKE", "exchange": "New York Stock Exchange", "lei": "787RXPR0UX0O0XUXPZ81", "sec_cik": "320187", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_NIKE.svg", "description": "American athletic equipment company", "sitelinks": 89, "importance": 0.8359, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
18 {"wikidata_id": "Q19900", "display_name": "Oracle Corporation", "legal_name": null, "aliases": ["Oracle", "Big Red", "ORCL", "Oracle International Corporation (Redwood Shores", "CA)"], "website": "https://www.oracle.com", "canonical_domain": "oracle.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software", "technology", "consulting"], "industry_labels": ["software development", "information technology consulting"], "founded_year": 1977, "employees": 162000, "public_company": true, "ticker": "ORCL", "exchange": "New York Stock Exchange", "lei": "1Z4GXXU7ZHVWFCD8TV52", "sec_cik": "1341439", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oracle_logo.svg", "description": "American multinational computer corporation", "sitelinks": 78, "importance": 0.833, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q285352"}]}
19 {"wikidata_id": "Q20800404", "display_name": "Alphabet Inc.", "legal_name": "Alphabet Inc.", "aliases": ["Alphabet", "Alphabet company", "Alphabet Inc", "Alphabet Incorporated", "Alphabet", "Inc", "Alphabet", "Inc."], "website": "https://abc.xyz", "canonical_domain": "abc.xyz", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2015, "employees": 190234, "public_company": true, "ticker": "GOOGL", "exchange": "Nasdaq", "lei": "5493006MHB84DD0ZWV18", "sec_cik": "1652044", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alphabet_Inc_Logo_2015.svg", "description": "American multinational technology conglomerate", "sitelinks": 74, "importance": 0.8299, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
20 {"wikidata_id": "Q35476", "display_name": "AT&T", "legal_name": null, "aliases": ["ATT"], "website": "https://www.att.com", "canonical_domain": "att.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "postal and telecommunications services"], "founded_year": 2005, "employees": 202600, "public_company": true, "ticker": "T", "exchange": "New York Stock Exchange", "lei": "549300Z40J86GGSTL398", "sec_cik": "732717", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AT%26T_logo_2016.svg", "description": "American multinational conglomerate", "sitelinks": 72, "importance": 0.828, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q298594"}, {"related_domain_conflict": "Q4654544"}]}
21 {"wikidata_id": "Q380", "display_name": "Meta Platforms", "legal_name": "Meta Platforms, Inc.", "aliases": [], "website": "https://www.meta.com", "canonical_domain": "meta.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2004, "employees": 58604, "public_company": true, "ticker": "META", "exchange": "Nasdaq", "lei": "BQ4BKCS1HXDV9HN80Z93", "sec_cik": "1326801", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meta_Platforms_Inc._logo.svg", "description": "American technology company", "sitelinks": 85, "importance": 0.8272, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
22 {"wikidata_id": "Q334800", "display_name": "PepsiCo", "legal_name": null, "aliases": ["Pepsi", "bebsi", "PepsiCo Inc.", "Inc. (Purchase", "NY)"], "website": "https://www.pepsico.com", "canonical_domain": "pepsico.com", "country": "US", "hq_city": "Purchase", "hq_region": "Harrison", "lat": 41.04056, "lon": -73.71444, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "fast-moving consumer goods", "beverage industry"], "founded_year": 1961, "employees": 309000, "public_company": true, "ticker": "PEP", "exchange": "New York Stock Exchange", "lei": "FJSUNZKFNQ5YPJ5OT455", "sec_cik": "77476", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PepsiCo_%282025%2C_wordmark%29.svg", "description": "American soft drink company", "sitelinks": 66, "importance": 0.825, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
23 {"wikidata_id": "Q80978", "display_name": "Hewlett-Packard", "legal_name": "HP Inc.", "aliases": ["HP"], "website": "https://www.hp.com", "canonical_domain": "hp.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software", "technology", "telecommunications"], "industry_labels": ["software industry", "information technology industry", "computer hardware industry", "information and communications industry"], "founded_year": 1939, "employees": 48000, "public_company": true, "ticker": "HPQ", "exchange": "New York Stock Exchange", "lei": "WHKXQACZ14C5XRO8LW03", "sec_cik": "47217", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HP_logo_2025.svg", "description": "American information technology company", "sitelinks": 85, "importance": 0.8243, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q21404084"}, {"related_domain_conflict": "Q694352"}, {"related_domain_conflict": "Q18148863"}]}
24 {"wikidata_id": "Q206921", "display_name": "Pfizer", "legal_name": "Pfizer Inc.", "aliases": ["PFE"], "website": "https://www.pfizer.com", "canonical_domain": "pfizer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1849, "employees": 78500, "public_company": true, "ticker": "PFE", "exchange": "New York Stock Exchange", "lei": "765LHXWGK1KXCLTFYQ30", "sec_cik": "78003", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pfizer_%282021%29.svg", "description": "American multinational pharmaceutical and biotechnology corporation", "sitelinks": 76, "importance": 0.8198, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
25 {"wikidata_id": "Q11463", "display_name": "Adobe", "legal_name": "Adobe Inc.", "aliases": ["ADBE", "ADOBE INC. (San Jose", "CA)", "Adobe Systems", "Adobe Systems Software(Beijing)Co.", "Ltd.", "Adobe Systems", "Inc."], "website": "https://www.adobe.com", "canonical_domain": "adobe.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["artificial-intelligence", "technology", "software"], "industry_labels": ["artificial intelligence", "information technology", "software industry", "software development"], "founded_year": 1982, "employees": 25988, "public_company": true, "ticker": "ADBE", "exchange": "Nasdaq", "lei": "FU4LY2G4933NH2E1CP29", "sec_cik": "796343", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adobe_Corporate_wordmark.svg", "description": "American multinational computer software company", "sitelinks": 87, "importance": 0.8179, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q28446850"}]}
26 {"wikidata_id": "Q182477", "display_name": "Nvidia", "legal_name": "NVIDIA Corporation", "aliases": ["nVidia", "NVIDIA"], "website": "https://www.nvidia.com", "canonical_domain": "nvidia.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1993, "employees": 42000, "public_company": true, "ticker": "NVDA", "exchange": "Nasdaq", "lei": "549300S4KLFTLO7GSQ80", "sec_cik": "1045810", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NVIDIA_logo.svg", "description": "American multinational technology company", "sitelinks": 81, "importance": 0.8174, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
27 {"wikidata_id": "Q7240", "display_name": "Lockheed Martin", "legal_name": null, "aliases": ["Lockheed", "Lockheed-Martin", "LockMart"], "website": "https://lockheedmartin.com", "canonical_domain": "lockheedmartin.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["cybersecurity", "defense", "aerospace-defense", "technology"], "industry_labels": ["information security", "weapons industry", "aerospace industry", "electronics industry"], "founded_year": 1995, "employees": 114000, "public_company": true, "ticker": "LMT", "exchange": "New York Stock Exchange", "lei": "DPRBOZP0K5RM2YE8UU08", "sec_cik": "936468", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lockheed_Martin_logo_%282011%E2%80%932022%29.svg", "description": "US aerospace and defense manufacturer", "sitelinks": 70, "importance": 0.8167, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q11083177"}]}
28 {"wikidata_id": "Q3295867", "display_name": "The Coca-Cola Company", "legal_name": null, "aliases": ["Coca-Cola"], "website": "https://www.coca-colacompany.com", "canonical_domain": "coca-colacompany.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["consumer-goods", "food-beverage"], "industry_labels": ["fast-moving consumer goods", "beverage industry"], "founded_year": 1886, "employees": 69700, "public_company": true, "ticker": "KO", "exchange": "New York Stock Exchange", "lei": "UWJKFUJFZ02DKWI3RY53", "sec_cik": "21344", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Coca-Cola_Company_%282020%29.svg", "description": "American multinational beverage corporation", "sitelinks": 73, "importance": 0.8139, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
29 {"wikidata_id": "Q156238", "display_name": "ExxonMobil", "legal_name": "ExxonMobil Corporation", "aliases": ["Exxon Mobil Corp."], "website": "https://corporate.exxonmobil.com", "canonical_domain": "exxonmobil.com", "country": "US", "hq_city": "Spring", "hq_region": "Harris County", "lat": 30.0542, "lon": -95.3869, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1882, "employees": 74900, "public_company": true, "ticker": "XOM", "exchange": "New York Stock Exchange", "lei": "J3WHBG0MTS7O8ZVMDC91", "sec_cik": "34088", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exxon_Mobil_Logo.svg", "description": "American multinational oil and gas corporation", "sitelinks": 71, "importance": 0.8121, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q107427040"}]}
30 {"wikidata_id": "Q58024", "display_name": "eBay Inc.", "legal_name": "eBay Inc.", "aliases": [], "website": "https://www.ebay.com", "canonical_domain": "ebay.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["retail", "e-commerce"], "industry_labels": ["retail", "e-commerce"], "founded_year": 1995, "employees": 12600, "public_company": true, "ticker": "EBAY", "exchange": "Nasdaq", "lei": "OML71K8X303XQONU6T67", "sec_cik": "1065088", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EBay_logo.svg", "description": "American multinational internet corporation that manages eBay.com", "sitelinks": 91, "importance": 0.8121, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
31 {"wikidata_id": "Q173395", "display_name": "Cisco", "legal_name": "Cisco Systems, Inc.", "aliases": ["Cisco Systems"], "website": "https://www.cisco.com", "canonical_domain": "cisco.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cloud-infrastructure", "telecommunications", "transportation"], "industry_labels": ["networking hardware", "telecommunications industry", "infrastructure platform"], "founded_year": 1984, "employees": 86200, "public_company": true, "ticker": "CSCO", "exchange": "Nasdaq", "lei": "549300LKFJ962MZ46593", "sec_cik": "858877", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cisco_logo_blue_2016.svg", "description": "American multinational technology company", "sitelinks": 69, "importance": 0.8112, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2745629"}]}
32 {"wikidata_id": "Q192314", "display_name": "JPMorgan Chase", "legal_name": "JPMorgan Chase & Co.", "aliases": ["JPMC", "Bank of the Manhattan Company"], "website": "https://www.jpmorganchase.com", "canonical_domain": "jpmorganchase.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1968, "employees": 271025, "public_company": true, "ticker": "JPM", "exchange": "New York Stock Exchange", "lei": "8I5DZWZKVSZI1NUHU748", "sec_cik": "19617", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_JPMorganChase_2024.svg", "description": "American multinational banking and financial services holding company", "sitelinks": 58, "importance": 0.8098, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
33 {"wikidata_id": "Q487907", "display_name": "Bank of America", "legal_name": "Bank of America Corporation", "aliases": ["BoA", "BofA", "BANK OF AMERICA CORPORATION"], "website": "https://www.bankofamerica.com", "canonical_domain": "bankofamerica.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["financial-services"], "industry_labels": ["financial sector", "financial services"], "founded_year": 1998, "employees": 213000, "public_company": true, "ticker": "BAC", "exchange": "New York Stock Exchange", "lei": "9DJT3UXIJIZJI4WXO774", "sec_cik": "70858", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_America_logo.svg", "description": "American multinational banking and financial services corporation", "sitelinks": 60, "importance": 0.8098, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
34 {"wikidata_id": "Q128896", "display_name": "AMD", "legal_name": "Advanced Micro Devices, Inc.", "aliases": ["Advanced Micro Devices"], "website": "https://www.amd.com", "canonical_domain": "amd.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology", "manufacturing", "semiconductors"], "industry_labels": ["computer industry", "electrical industry", "semiconductor industry"], "founded_year": 1969, "employees": 28000, "public_company": true, "ticker": "AMD", "exchange": "Nasdaq", "lei": "R2I72C950HOYXII45366", "sec_cik": "2488", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMD_Logo.svg", "description": "American multinational semiconductor company", "sitelinks": 78, "importance": 0.8076, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
35 {"wikidata_id": "Q217583", "display_name": "Berkshire Hathaway", "legal_name": null, "aliases": ["Berkshire Hathaway Inc.", "Berkshire Hathaway Incorperation", "Valley Falls Company"], "website": "https://www.berkshirehathaway.com", "canonical_domain": "berkshirehathaway.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["insurance", "manufacturing", "aerospace-defense"], "industry_labels": ["insurance", "conglomerate", "aircraft industry"], "founded_year": 1955, "employees": 360000, "public_company": true, "ticker": "BRK.B", "exchange": "New York Stock Exchange", "lei": "5493000C01ZX7D35SD85", "sec_cik": "1067983", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Berkshire-Hathaway-Logo.svg", "description": "American multinational conglomerate holding company", "sitelinks": 54, "importance": 0.8065, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
36 {"wikidata_id": "Q486269", "display_name": "Kodak", "legal_name": null, "aliases": [], "website": "https://www.kodakmoments.com", "canonical_domain": "kodakmoments.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["chemicals", "manufacturing"], "industry_labels": ["photo industry", "chemical industry", "Precision engineering and optical industry"], "founded_year": 1880, "employees": 97222, "public_company": true, "ticker": "KODK", "exchange": "New York Stock Exchange", "lei": "549300P7J8F3SSMY3E81", "sec_cik": "31235", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastman_Kodak_Company_logo_%282016%29.svg", "description": "American company", "sitelinks": 64, "importance": 0.8051, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "31235", "enriched_at": "2026-09-12T09:34:23+00:00"}}
37 {"wikidata_id": "Q212405", "display_name": "Procter & Gamble", "legal_name": null, "aliases": ["Rejoice", "P&G", "Procter & Gamble Co.", "Proctor and Gamble", "The Procter & Gamble Company (Cincinnati", "OH)"], "website": "https://www.pg.com", "canonical_domain": "pg.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["pharmaceuticals", "consumer-goods"], "industry_labels": ["pharmaceutical industry", "fast-moving consumer goods"], "founded_year": 1837, "employees": 105000, "public_company": true, "ticker": "PG", "exchange": "New York Stock Exchange", "lei": "2572IBTT8CCZW6AU4141", "sec_cik": "80424", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Procter_%26_Gamble_logo.svg", "description": "American multinational consumer goods corporation", "sitelinks": 63, "importance": 0.8046, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
38 {"wikidata_id": "Q459477", "display_name": "FedEx", "legal_name": null, "aliases": ["FEDEX CORPORATE SERVICES", "INC. (Collierville", "TN)", "FedEx Corporation"], "website": "https://www.fedex.com", "canonical_domain": "fedex.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["logistics", "transportation"], "industry_labels": ["logistics", "transport industry"], "founded_year": 1971, "employees": 400000, "public_company": true, "ticker": "FDX", "exchange": "New York Stock Exchange", "lei": "549300E707U7WNPZN687", "sec_cik": "1048911", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FedEx_Corporation_-_2016_Logo.svg", "description": "American multinational delivery services company", "sitelinks": 48, "importance": 0.7959, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q782557"}, {"related_domain_conflict": "Q474379"}, {"related_domain_conflict": "Q5439886"}]}
39 {"wikidata_id": "Q152433", "display_name": "Xerox", "legal_name": "Xerox Corporation", "aliases": ["Haloid", "Haloid Xerox"], "website": "https://www.xerox.com", "canonical_domain": "xerox.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1906, "employees": 136500, "public_company": true, "ticker": "XRX", "exchange": "New York Stock Exchange", "lei": "4KF48RN45X1OO8UBLY20", "sec_cik": "1770450", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xerox_logo_2026.svg", "description": "American document management corporation", "sitelinks": 54, "importance": 0.7925, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
40 {"wikidata_id": "Q219508", "display_name": "Citigroup", "legal_name": null, "aliases": ["City Bank of New York", "Citi Bank", "Citigroup Inc."], "website": "https://www.citigroup.com", "canonical_domain": "citigroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking", "financial-services", "insurance"], "industry_labels": ["bank", "financial services", "financial service activities, except insurance and pension funding"], "founded_year": 1812, "employees": 219000, "public_company": true, "ticker": "C", "exchange": "New York Stock Exchange", "lei": "6SHGI4ZSSLCXXQSBB395", "sec_cik": "831001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citi_logo_March_2023.svg", "description": "American investment bank and financial services corporation", "sitelinks": 50, "importance": 0.7914, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
41 {"wikidata_id": "Q155026", "display_name": "United Parcel Service", "legal_name": null, "aliases": ["American Messenger Company", "Merchants Parcel Delivery", "United Parcel Service Inc.", "UNITED PARCEL SERVICE OF AMERICA", "INC. (Atlanta", "GA)", "Inc", "UPS"], "website": "https://www.ups.com", "canonical_domain": "ups.com", "country": "US", "hq_city": "Neuss", "hq_region": "Rhein-Kreis Neuss", "lat": 51.20028, "lon": 6.69389, "industries": ["logistics"], "industry_labels": ["logistics", "delivery"], "founded_year": 1907, "employees": 434000, "public_company": true, "ticker": "UPS", "exchange": "New York Stock Exchange", "lei": "D01LMJZU09ULLNCY6Z23", "sec_cik": "1090727", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Parcel_Service_logo_2014.svg", "description": "American international package delivery company", "sitelinks": 45, "importance": 0.7904, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
42 {"wikidata_id": "Q328840", "display_name": "Visa Inc.", "legal_name": "VISA INC.", "aliases": ["Visa", "Visa Inc"], "website": "https://corporate.visa.com", "canonical_domain": "visa.com", "country": "US", "hq_city": "Mission Rock", "hq_region": null, "lat": 37.77444, "lon": -122.38833, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1958, "employees": 31600, "public_company": true, "ticker": "V", "exchange": "New York Stock Exchange", "lei": "549300JZ4OKEHW3DPJ59", "sec_cik": "1403161", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visa_Inc._logo_%282021%E2%80%93present%29.svg", "description": "American multinational financial services corporation", "sitelinks": 64, "importance": 0.7889, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
43 {"wikidata_id": "Q780442", "display_name": "Uber", "legal_name": null, "aliases": ["Uber Technologies", "Inc. (San Francisco", "CA)", "Uber Technology", "UberCab"], "website": "https://www.uber.com", "canonical_domain": "uber.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "automotive"], "industry_labels": ["information technology", "peer-to-peer ridesharing"], "founded_year": 2009, "employees": 12000, "public_company": true, "ticker": "UBER", "exchange": "New York Stock Exchange", "lei": "549300B2FTG34FILDR98", "sec_cik": "1543151", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uber_logo_2018.svg", "description": "peer-to-peer ridesharing, food delivery, and transportation network company headquartered in San Francisco, California", "sitelinks": 73, "importance": 0.7885, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
44 {"wikidata_id": "Q319642", "display_name": "Chevron Corporation", "legal_name": "Chevron", "aliases": ["Chevron México", "Standard Oil of California"], "website": "https://www.chevron.com", "canonical_domain": "chevron.com", "country": "US", "hq_city": "San Ramon", "hq_region": "Contra Costa County", "lat": 37.78, "lon": -121.97806, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": 48600, "public_company": true, "ticker": "CVX", "exchange": "New York Stock Exchange", "lei": "VA8TZDWPEZYU430RZ444", "sec_cik": "93410", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chevron_Logo.svg", "description": "American multinational energy corporation", "sitelinks": 60, "importance": 0.7884, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q55607249"}]}
45 {"wikidata_id": "Q489921", "display_name": "Mastercard", "legal_name": null, "aliases": ["MasterCard Incorporated", "MASTERCARD INTERNATIONAL INCORPORATED (Purchase", "NY)"], "website": "https://www.mastercard.com", "canonical_domain": "mastercard.com", "country": "US", "hq_city": "Purchase", "hq_region": "Harrison", "lat": 41.04056, "lon": -73.71444, "industries": ["financial-services", "insurance"], "industry_labels": ["financial service activities, except insurance and pension funding", "financial services"], "founded_year": 1966, "employees": 39800, "public_company": true, "ticker": "MA", "exchange": "New York Stock Exchange", "lei": "AR5L2ODV9HN37376R084", "sec_cik": "1141391", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mastercard_2019_logo.svg", "description": "American multinational financial services corporation", "sitelinks": 61, "importance": 0.7872, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
46 {"wikidata_id": "Q333718", "display_name": "Johnson & Johnson", "legal_name": null, "aliases": ["J&J", "Johnson and Johnson"], "website": "https://www.jnj.com", "canonical_domain": "jnj.com", "country": "US", "hq_city": "New Brunswick", "hq_region": "Middlesex County", "lat": 40.48667, "lon": -74.44444, "industries": ["pharmaceuticals", "medical-devices"], "industry_labels": ["pharmaceutical industry", "medical technology industry"], "founded_year": 1886, "employees": 136400, "public_company": true, "ticker": "JNJ", "exchange": "New York Stock Exchange", "lei": "549300G0CFPGEF6X2043", "sec_cik": "200406", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JNJ_Logo_New.svg", "description": "U.S multinational medical devices, pharmaceutical and consumer packaged goods manufacturer", "sitelinks": 51, "importance": 0.7866, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q903523"}]}
47 {"wikidata_id": "Q173941", "display_name": "Electronic Arts", "legal_name": "Electronic Arts", "aliases": ["EA", "EA Games", "Electronic Arts Inc.", "Inc."], "website": "https://www.ea.com", "canonical_domain": "ea.com", "country": "US", "hq_city": "Redwood Shores", "hq_region": "Redwood City", "lat": 37.53188, "lon": -122.24802, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1982, "employees": 11000, "public_company": true, "ticker": "EA", "exchange": "Nasdaq", "lei": "549300O7A67PUEYKDL45", "sec_cik": "712515", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Electronic_Arts_2020.svg", "description": "American video game company", "sitelinks": 71, "importance": 0.7843, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q220317"}, {"related_domain_conflict": "Q752317"}, {"related_domain_conflict": "Q250426"}, {"related_domain_conflict": "Q17492436"}, {"related_domain_conflict": "Q21189538"}, {"related_domain_conflict": "Q2667370"}, {"related_domain_conflict": "Q107450464"}]}
48 {"wikidata_id": "Q467752", "display_name": "Verizon", "legal_name": "Verizon Communications Inc.", "aliases": ["Verizon Communications"], "website": "https://www.verizon.net", "canonical_domain": "verizon.net", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1983, "employees": 132200, "public_company": true, "ticker": "VZ", "exchange": "New York Stock Exchange", "lei": "2S72QS2UO2OESLG6Y829", "sec_cik": "732712", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verizon_2024.svg", "description": "American broadband and telecommunications company", "sitelinks": 50, "importance": 0.7841, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
49 {"wikidata_id": "Q715583", "display_name": "Costco", "legal_name": "Costco Wholesale Corporation", "aliases": ["Costco Wholesale"], "website": "https://www.costco.com", "canonical_domain": "costco.com", "country": "US", "hq_city": "Issaquah", "hq_region": "King County", "lat": 47.53556, "lon": -122.04333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": 316000, "public_company": true, "ticker": "COST", "exchange": "Nasdaq", "lei": "29DX7H14B9S6O3FD6V18", "sec_cik": "909832", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Costco_Wholesale_logo_2010-10-26.svg", "description": "American multinational chain of membership-only stores", "sitelinks": 44, "importance": 0.7835, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
50 {"wikidata_id": "Q459965", "display_name": "Caterpillar Inc.", "legal_name": "CATERPILLAR INC.", "aliases": ["Caterpillar", "Caterpillar Inc. (Peoria", "IL)", "Caterpillar Tractor Company"], "website": "https://www.caterpillar.com", "canonical_domain": "caterpillar.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1925, "employees": 104000, "public_company": true, "ticker": "CAT", "exchange": "New York Stock Exchange", "lei": "WRJR7GS4GTRECRRTVX92", "sec_cik": "18230", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caterpillar_logo.svg", "description": "American corporation which designs, manufactures, markets and sells machinery and engines", "sitelinks": 51, "importance": 0.7826, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
51 {"wikidata_id": "Q193326", "display_name": "Goldman Sachs", "legal_name": null, "aliases": ["Goldman", "Goldman Sachs & Co. (US)", "Goldman Sachs and Co.", "GSCO", "The Goldman Sachs Group", "The Goldman Sachs Group", "Inc."], "website": "https://www.goldmansachs.com", "canonical_domain": "goldmansachs.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "financial service activities, except insurance and pension funding", "financial sector"], "founded_year": 1869, "employees": 34400, "public_company": true, "ticker": "GS", "exchange": "New York Stock Exchange", "lei": "784F5XWPLTWKTBV3E584", "sec_cik": "886982", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goldman_Sachs_logo.svg", "description": "American investment bank", "sitelinks": 59, "importance": 0.7817, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
52 {"wikidata_id": "Q744149", "display_name": "Wells Fargo", "legal_name": "Wells Fargo & Company", "aliases": ["Wells Fargo Bank", "International company"], "website": "https://www.wellsfargo.com", "canonical_domain": "wellsfargo.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1852, "employees": 150500, "public_company": true, "ticker": "WFC", "exchange": "New York Stock Exchange", "lei": "PBLD0EJDB5FWOLXP3B76", "sec_cik": "72971", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wells_Fargo_Logo_%282020%29.svg", "description": "American multinational banking and financial services company", "sitelinks": 48, "importance": 0.7817, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
53 {"wikidata_id": "Q194360", "display_name": "American Express", "legal_name": null, "aliases": ["AEXP", "American Express Bank", "American Express Co", "AmEx"], "website": "https://www.americanexpress.com", "canonical_domain": "americanexpress.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "payments", "insurance"], "industry_labels": ["financial services", "payment card industry", "financial service activities, except insurance and pension funding"], "founded_year": 1850, "employees": 64000, "public_company": true, "ticker": "AXP", "exchange": "New York Stock Exchange", "lei": "R4PP93JZOLY261QX3811", "sec_cik": "4962", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Express_logo_%282018%29.svg", "description": "American multinational financial services corporation", "sitelinks": 54, "importance": 0.7815, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
54 {"wikidata_id": "Q503308", "display_name": "Southwest Airlines", "legal_name": null, "aliases": ["Southwest", "Southwest Airlines Co."], "website": "https://espanol.southwest.com", "canonical_domain": "southwest.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1967, "employees": 59793, "public_company": true, "ticker": "LUV", "exchange": "New York Stock Exchange", "lei": "UDTZ87G0STFETI6HGH41", "sec_cik": "92380", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southwest_Airlines_logo_2014.svg", "description": "airline of the United States", "sitelinks": 54, "importance": 0.7805, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
55 {"wikidata_id": "Q332477", "display_name": "Victoria’s Secret", "legal_name": "Victoria’s Secret", "aliases": [], "website": "https://www.victoriassecret.com", "canonical_domain": "victoriassecret.com", "country": "US", "hq_city": "Reynoldsburg", "hq_region": "Licking County", "lat": 39.96, "lon": -82.8014, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1977, "employees": 31000, "public_company": true, "ticker": "VSXY", "exchange": "New York Stock Exchange", "lei": "5493006T3O70U3UWVF17", "sec_cik": "1856437", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Victoria%E2%80%99s_Secret_%28logo%2C_2021%29.svg", "description": "American retailer of lingerie", "sitelinks": 59, "importance": 0.7802, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1060855"}]}
56 {"wikidata_id": "Q544847", "display_name": "Qualcomm", "legal_name": null, "aliases": ["QCOM (NASDAQ)", "Qualcomm Incorporated", "QUALCOMM Incorporated (San Diego", "CA)", "QUALity COMMunications"], "website": "https://consumerrights.wiki", "canonical_domain": "consumerrights.wiki", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["telecommunications", "media", "semiconductors"], "industry_labels": ["telecommunications", "radio", "semiconductor industry"], "founded_year": 1985, "employees": 45000, "public_company": true, "ticker": "QCOM", "exchange": "Nasdaq", "lei": "H1J8DDZKZP6H7RWC0H53", "sec_cik": "804328", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qualcomm-Logo.svg", "description": "American global semiconductor company", "sitelinks": 56, "importance": 0.7802, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
57 {"wikidata_id": "Q105557", "display_name": "Embraer", "legal_name": "Empresa Brasileira de Aeronáutica S.A.", "aliases": ["Embraer S.A."], "website": "https://www.embraer.com", "canonical_domain": "embraer.com", "country": "BR", "hq_city": "São José dos Campos", "hq_region": "São Paulo", "lat": -23.17889, "lon": -45.88694, "industries": ["defense", "construction", "aerospace-defense"], "industry_labels": ["weapons industry", "aircraft construction", "aerospace industry"], "founded_year": 1969, "employees": 19179, "public_company": true, "ticker": "EMBR3", "exchange": "São Paulo Stock Exchange", "lei": "549300EM51WYXFHUY333", "sec_cik": "1355444", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Embraer_logo.svg", "description": "aircraft manufacturer in Brazil", "sitelinks": 62, "importance": 0.7783, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1355444", "enriched_at": "2026-09-12T09:34:23+00:00"}}
58 {"wikidata_id": "Q1046951", "display_name": "Target Corporation", "legal_name": null, "aliases": ["Target", "Taj-jay", "Tar-zhay", "Target Store"], "website": "https://www.target.com", "canonical_domain": "target.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["retail"], "industry_labels": ["retail", "retail chain", "big-box store"], "founded_year": 1902, "employees": 400000, "public_company": true, "ticker": "TGT", "exchange": "New York Stock Exchange", "lei": "8WDDFXB5T1Z6J0XC1L66", "sec_cik": "27419", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Target_logo.svg", "description": "American retailer and supermarket chain", "sitelinks": 40, "importance": 0.7772, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
59 {"wikidata_id": "Q210047", "display_name": "Petrobras", "legal_name": null, "aliases": ["Petróleo Brasileiro S.A.", "Petroleo Brasileiro SA"], "website": "https://www.petrobras.com.br", "canonical_domain": "petrobras.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "gas industry"], "founded_year": 1953, "employees": 52000, "public_company": true, "ticker": "PETR3", "exchange": "São Paulo Stock Exchange", "lei": "5493000J801JZRCMFE49", "sec_cik": "1119639", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petrobras_horizontal_logo.svg", "description": "Brazilian multinational oil and gas corporation", "sitelinks": 51, "importance": 0.7726, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
60 {"wikidata_id": "Q334204", "display_name": "Morgan Stanley", "legal_name": "Morgan Stanley", "aliases": ["Morgan Stanley & Co.", "MorganStanley"], "website": "https://morganstanley.com", "canonical_domain": "morganstanley.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1924, "employees": 80006, "public_company": true, "ticker": "MS", "exchange": "New York Stock Exchange", "lei": "IGJSJL3JD5P30I6NJZ34", "sec_cik": "895421", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morgan_Stanley_Logo_2024.png", "description": "U.S. investment bank", "sitelinks": 48, "importance": 0.7726, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
61 {"wikidata_id": "Q193412", "display_name": "Texas Instruments", "legal_name": null, "aliases": ["TI", "Texas Instruments Inc.", "Texas Instruments Incorporated", "TEXAS INSTRUMENTS INCORPORATED (Dallas", "TX)", "TI Inc."], "website": "https://ti.com", "canonical_domain": "ti.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["technology", "semiconductors"], "industry_labels": ["calculator", "electronics", "semiconductor industry"], "founded_year": 1930, "employees": 31000, "public_company": true, "ticker": "TXN", "exchange": "Nasdaq", "lei": "WDJNR2L6D8RWOEB8T652", "sec_cik": "97476", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TexasInstruments-Logo.svg", "description": "American multinational semiconductor design and manufacturing company", "sitelinks": 54, "importance": 0.771, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
62 {"wikidata_id": "Q159433", "display_name": "3M", "legal_name": null, "aliases": ["3M corporation", "Minnesota Mining & Mfg. Co.", "Minnesota Mining and Manufacturing"], "website": "https://www.3m.com", "canonical_domain": "3m.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["mining", "consumer-goods"], "industry_labels": ["mining industry", "occupational safety", "consumer goods industry"], "founded_year": 1902, "employees": 94987, "public_company": true, "ticker": "MMM", "exchange": "New York Stock Exchange", "lei": "LUZQVYP4VS22CLWDAR65", "sec_cik": "66740", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3M_wordmark.svg", "description": "American multinational corporation", "sitelinks": 46, "importance": 0.7707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
63 {"wikidata_id": "Q329953", "display_name": "Northrop Grumman Corporation", "legal_name": "Northrop Grumman Corporation", "aliases": [], "website": "https://www.northropgrumman.com", "canonical_domain": "northropgrumman.com", "country": "US", "hq_city": "Falls Church", "hq_region": "Virginia", "lat": 38.88222, "lon": -77.17111, "industries": ["defense", "manufacturing", "aerospace-defense", "technology"], "industry_labels": ["weapons industry", "shipbuilding", "aerospace industry", "electronics industry", "aircraft industry"], "founded_year": 1994, "employees": 65600, "public_company": true, "ticker": "NOC", "exchange": "New York Stock Exchange", "lei": "RIMU48P07456QXSO0R61", "sec_cik": "1133421", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Northrop_Grumman_logo_blue-on-clear_2020.svg", "description": "American aerospace and defense technology corporation", "sitelinks": 48, "importance": 0.7697, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
64 {"wikidata_id": "Q38903", "display_name": "Universal Music Group", "legal_name": null, "aliases": ["UMG Recordings", "Inc.", "Universal Music"], "website": "https://www.universalmusic.fr", "canonical_domain": "universalmusic.fr", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 1934, "employees": 7912, "public_company": true, "ticker": "UMG", "exchange": "Amsterdam Stock Exchange", "lei": "724500GJBUL3D9TW9Y18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Music_Group_logo.svg", "description": "Dutch–American music corporation", "sitelinks": 64, "importance": 0.7688, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
65 {"wikidata_id": "Q219635", "display_name": "BlackRock", "legal_name": "BlackRock", "aliases": ["BLK", "Inc."], "website": "https://www.blackrock.com", "canonical_domain": "blackrock.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1988, "employees": 19800, "public_company": true, "ticker": "BLK", "exchange": "New York Stock Exchange", "lei": "549300LRIF3NWCU26A80", "sec_cik": "1364742", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BlackRock_wordmark.svg", "description": "American multinational investment management corporation", "sitelinks": 56, "importance": 0.7683, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
66 {"wikidata_id": "Q496302", "display_name": "Deere & Company", "legal_name": null, "aliases": ["John Deere", "DEERE & COMPANY (Moline", "IL)", "Deere and Company"], "website": "https://www.deere.com", "canonical_domain": "deere.com", "country": "US", "hq_city": "Moline", "hq_region": "Rock Island County", "lat": 41.48583, "lon": -90.49972, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1837, "employees": 67000, "public_company": true, "ticker": "DE", "exchange": "New York Stock Exchange", "lei": "PWFTNG3EI0Y73OXWDH08", "sec_cik": "315189", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/John_Deere_text_only.png", "description": "American agricultural and industrial auto manufacturing corporation", "sitelinks": 46, "importance": 0.7656, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
67 {"wikidata_id": "Q738770", "display_name": "Western Digital", "legal_name": "Western Digital Corporation", "aliases": ["WDC", "WD", "WD Corp.", "Western Digital Corp.", "Western Digital Technologies", "Inc. (San Jose", "CA)"], "website": "https://www.westerndigital.com", "canonical_domain": "westerndigital.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1970, "employees": 76449, "public_company": true, "ticker": "WDC", "exchange": "Nasdaq", "lei": "549300QQXOOYEF89IC56", "sec_cik": "106040", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WD_Logo.svg", "description": "American computer storage corporation", "sitelinks": 45, "importance": 0.7653, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
68 {"wikidata_id": "Q620875", "display_name": "Goodyear Tire and Rubber Company", "legal_name": null, "aliases": ["Goodyear", "Goodyear Tires", "The Goodyear Tire & Rubber Company"], "website": "https://www.goodyear.com", "canonical_domain": "goodyear.com", "country": "US", "hq_city": "Akron", "hq_region": "Summit County", "lat": 41.07306, "lon": -81.51778, "industries": ["manufacturing", "chemicals"], "industry_labels": ["industrial manufacturing", "plastics and rubber industry"], "founded_year": 1898, "employees": 63000, "public_company": true, "ticker": "GT", "exchange": "Nasdaq", "lei": "5493002BI0S2ZQUY3437", "sec_cik": "42582", "parent": null, "logo_url": null, "description": "American multinational tire manufacturer", "sitelinks": 46, "importance": 0.7648, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
69 {"wikidata_id": "Q221062", "display_name": "DuPont", "legal_name": "DuPont de Nemours, Inc.", "aliases": ["DowDuPont", "DuPont de Nemours", "DuPont de Nemours", "Inc.", "E. I. DuPont de Nemours & Co.", "E.I. DuPont de Nemours Company"], "website": "https://www.dupont.com", "canonical_domain": "dupont.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1802, "employees": 98000, "public_company": true, "ticker": "DD", "exchange": "New York Stock Exchange", "lei": "5493004JF0SDFLM8GD76", "sec_cik": "1666700", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DuPont_logo.svg", "description": "American multinational chemical company", "sitelinks": 43, "importance": 0.7642, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
70 {"wikidata_id": "Q420822", "display_name": "Gap Inc.", "legal_name": null, "aliases": ["Gap", "The Gap", "Inc."], "website": "https://www.gapinc.com", "canonical_domain": "gapinc.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["apparel", "retail"], "industry_labels": ["fast fashion", "retail"], "founded_year": 1969, "employees": 152000, "public_company": true, "ticker": "GAP", "exchange": "New York Stock Exchange", "lei": "T2ZG1WRWZ4BUCMQL9224", "sec_cik": "39911", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Gap_logo.svg", "description": "American multinational clothing and accessories retailer", "sitelinks": 40, "importance": 0.7631, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
71 {"wikidata_id": "Q864407", "display_name": "The Home Depot", "legal_name": null, "aliases": ["Home Depot", "Inc."], "website": "https://www.homedepot.com", "canonical_domain": "homedepot.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["retail"], "industry_labels": ["retail", "hardware store"], "founded_year": 1978, "employees": 400000, "public_company": true, "ticker": "HD", "exchange": "New York Stock Exchange", "lei": "QEKMOTMBBKA8I816DO57", "sec_cik": "354950", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TheHomeDepot.svg", "description": "American multinational home improvement supplies retailing company", "sitelinks": 34, "importance": 0.7605, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
72 {"wikidata_id": "Q502940", "display_name": "General Dynamics", "legal_name": null, "aliases": ["GD", "General Dynamics Corporation"], "website": "https://www.gd.com", "canonical_domain": "gd.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["industrial-machinery", "manufacturing", "aerospace-defense", "defense"], "industry_labels": ["mechanical engineering", "shipbuilding", "aerospace industry", "defence industry"], "founded_year": 1952, "employees": 83500, "public_company": true, "ticker": "GD", "exchange": "New York Stock Exchange", "lei": "9C1X8XOOTYY2FNYTVH06", "sec_cik": "40533", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General-Dynamics-Logo.svg", "description": "American aerospace and defense manufacturing conglomerate", "sitelinks": 41, "importance": 0.757, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
73 {"wikidata_id": "Q247489", "display_name": "Merck & Co.", "legal_name": null, "aliases": ["Merck Sharp & Dohme Corp."], "website": "https://www.msd.no", "canonical_domain": "msd.no", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1891, "employees": 70000, "public_company": true, "ticker": "MRK", "exchange": "New York Stock Exchange", "lei": "4YV9Y5M8S0BRK1RP0397", "sec_cik": "310158", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merck_Logo.svg", "description": "American multinational pharmaceutical company", "sitelinks": 41, "importance": 0.7545, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
74 {"wikidata_id": "Q1852556", "display_name": "Philip Morris International", "legal_name": null, "aliases": ["Philip Morris", "PMI"], "website": "https://www.pmi.com", "canonical_domain": "pmi.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "fast-moving consumer goods"], "founded_year": 2008, "employees": 79800, "public_company": true, "ticker": "PM", "exchange": "New York Stock Exchange", "lei": "HL3H1H2BGXWVG3BSWR90", "sec_cik": "1413329", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pmi_logo_text_only.svg", "description": "American global cigarette and tobacco company", "sitelinks": 40, "importance": 0.7538, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2168755"}]}
75 {"wikidata_id": "Q705392", "display_name": "Seagate Technology", "legal_name": null, "aliases": ["Seagate", "Shugart Technology", "Seagate Technology Inc.", "Seagate Technology LLC", "Seagate Technology LLC (Fremont", "CA)", "Seagate Technology PLC"], "website": "https://www.seagate.com", "canonical_domain": "seagate.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1979, "employees": 57900, "public_company": true, "ticker": "STX", "exchange": "Nasdaq", "lei": "44WLCTE321JACKS7ED43", "sec_cik": "1137789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seagate_logo.svg", "description": "American data storage company", "sitelinks": 41, "importance": 0.7517, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
76 {"wikidata_id": "Q898208", "display_name": "Honeywell", "legal_name": null, "aliases": ["Honeywell International", "HONEYWELL INTERNATIONAL INC. (Charlotte", "NC)", "Honeywell International", "Inc.", "Minneapolis Heat Regulator Company", "Minneapolis-Honeywell Regulator Company"], "website": "https://www.honeywell.com", "canonical_domain": "honeywell.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["retail", "chemicals", "logistics", "aerospace-defense"], "industry_labels": ["retail", "chemical industry", "supply chain", "aerospace industry", "manufacturing industry", "health care industry", "industrial safety"], "founded_year": 1885, "employees": 99000, "public_company": true, "ticker": "HON", "exchange": "New York Stock Exchange", "lei": "ISRPG12PN4EIEOEMW547", "sec_cik": "773840", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_honeywell.svg", "description": "American multinational conglomerate", "sitelinks": 38, "importance": 0.7517, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
77 {"wikidata_id": "Q11407", "display_name": "VMware", "legal_name": null, "aliases": ["VMW", "VMware Inc.", "VMware LLC", "Inc."], "website": "https://www.vmware.com", "canonical_domain": "vmware.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1998, "employees": 34000, "public_company": true, "ticker": "VMW", "exchange": "New York Stock Exchange", "lei": "549300BUDHS3LRWBE814", "sec_cik": "1124610", "parent": {"wikidata_id": "Q790060", "name": "Broadcom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vmware-by-broadcom.svg", "description": "for-profit maker of virtualization software, acquired by Broadcom Inc. in 2023", "sitelinks": 44, "importance": 0.7513, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
78 {"wikidata_id": "Q668737", "display_name": "Yum! Brands", "legal_name": null, "aliases": ["Yum!", "Taco Bell/KFC Yum!", "Tricon Global Restaurants", "Inc.", "YUM! Restaurants (China) Investment Company Limited", "KenHut", "KenTaco", "KenTacoHut"], "website": "https://yum.com", "canonical_domain": "yum.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["retail", "food-beverage"], "industry_labels": ["retail", "system catering", "fast food industry"], "founded_year": 1997, "employees": 90000, "public_company": true, "ticker": "YUM", "exchange": "New York Stock Exchange", "lei": "549300JE8XHZZ7OHN517", "sec_cik": "1041061", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yum%21_Brands_logo.svg", "description": "American fast food company", "sitelinks": 37, "importance": 0.7476, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
79 {"wikidata_id": "Q306764", "display_name": "Abbott Laboratories", "legal_name": null, "aliases": ["Abbott", "Abbott Nutrition", "Abbot Laboratories", "Inc.", "Abbott Labs", "Abbott Molecular", "Abbott Pharmaceuticals", "I-Stat"], "website": "https://abbott.com", "canonical_domain": "abbott.com", "country": "US", "hq_city": "North Chicago", "hq_region": "Lake County", "lat": 42.31715, "lon": -87.85941, "industries": ["medical-devices"], "industry_labels": ["medical technology industry"], "founded_year": 1888, "employees": 73000, "public_company": true, "ticker": "ABT", "exchange": "New York Stock Exchange", "lei": "HQD377W2YR662HK5JX27", "sec_cik": "1800", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abbott_Laboratories_2025_logo.svg", "description": "American global health care and medical device products company", "sitelinks": 38, "importance": 0.7473, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
80 {"wikidata_id": "Q656165", "display_name": "Halliburton", "legal_name": null, "aliases": ["Halliburton Company", "Halliburton Energy Services", "Inc. (Houston", "TX)", "The Halliburton Oil Well Cementing Co."], "website": "https://www.halliburton.com", "canonical_domain": "halliburton.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum"], "founded_year": 1919, "employees": 70000, "public_company": true, "ticker": "HAL", "exchange": "New York Stock Exchange", "lei": "ENYF8GB5SMQZ25S06U51", "sec_cik": "45012", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halliburton_logo.svg", "description": "American multinational corporation; provider of services and products to the energy industry", "sitelinks": 38, "importance": 0.7467, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
81 {"wikidata_id": "Q63327", "display_name": "Airbnb", "legal_name": "Airbnb", "aliases": [], "website": "https://www.airbnb.com", "canonical_domain": "airbnb.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 2008, "employees": 5597, "public_company": true, "ticker": "ABNB", "exchange": "Nasdaq", "lei": "549300HMUDNO0RY56D37", "sec_cik": "1559720", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airbnb_Logo_B%C3%A9lo.svg", "description": "American online platform for rental accommodations", "sitelinks": 53, "importance": 0.7443, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
82 {"wikidata_id": "Q861042", "display_name": "Western Union", "legal_name": "The Western Union Company", "aliases": ["The New York and Mississippi Valley Printing Telegraph Company", "Western Union Company", "Western Union Telegraph Company", "WesternUnion"], "website": "https://www.westernunion.com", "canonical_domain": "westernunion.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["telecommunications", "financial-services"], "industry_labels": ["telecommunications industry", "financial services", "financial sector"], "founded_year": 1851, "employees": 11000, "public_company": true, "ticker": "WU", "exchange": "New York Stock Exchange", "lei": "28ID94QU1140NC23S047", "sec_cik": "1365135", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Western_Union_current_logo.svg", "description": "American financial services and communications company", "sitelinks": 48, "importance": 0.7439, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
83 {"wikidata_id": "Q161086", "display_name": "JetBlue Airways", "legal_name": null, "aliases": ["Jet Blue", "jetBlue", "JetBlue", "JetBlue Air", "JetBlue Airlines"], "website": "https://www.jetblue.com", "canonical_domain": "jetblue.com", "country": "US", "hq_city": "Long Island City", "hq_region": "Queens", "lat": 40.75042, "lon": -73.94814, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": 20000, "public_company": true, "ticker": "JBLU", "exchange": "Nasdaq", "lei": "54930070J9H97ZO93T57", "sec_cik": "1158463", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JetBlue_Airways_Logo.svg", "description": "airline from the United States", "sitelinks": 44, "importance": 0.7436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1158463", "enriched_at": "2026-09-12T09:34:23+00:00"}}
84 {"wikidata_id": "Q153417", "display_name": "Kroger", "legal_name": null, "aliases": ["Kroger Co.", "Kroger Grocery and Baking", "The Kroger Co."], "website": "https://www.kroger.com", "canonical_domain": "kroger.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["retail", "food-beverage"], "industry_labels": ["retail", "manufacture of bakery and farinaceous products"], "founded_year": 1882, "employees": 453000, "public_company": true, "ticker": "KR", "exchange": "New York Stock Exchange", "lei": "6CPEOKI6OYJ13Q6O7870", "sec_cik": "56873", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kroger_logo_%281961-2019%29.svg", "description": "American multinational retailing company", "sitelinks": 28, "importance": 0.7425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
85 {"wikidata_id": "Q629998", "display_name": "General Mills", "legal_name": null, "aliases": [], "website": "https://www.generalmills.com", "canonical_domain": "generalmills.com", "country": "US", "hq_city": "Golden Valley", "hq_region": "Hennepin County", "lat": 45.00972, "lon": -93.34917, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1856, "employees": 35000, "public_company": true, "ticker": "GIS", "exchange": "New York Stock Exchange", "lei": "2TGYMUGI08PO8X8L6150", "sec_cik": "40704", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Mills_logo.svg", "description": "American consumer goods manufacturer", "sitelinks": 40, "importance": 0.7419, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
86 {"wikidata_id": "Q856897", "display_name": "Kellanova", "legal_name": null, "aliases": ["Kellogg's", "Kellogg Company", "Kelanova"], "website": "https://www.kelloggcompany.com", "canonical_domain": "kelloggcompany.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "fast-moving consumer goods"], "founded_year": 1906, "employees": 33577, "public_company": true, "ticker": "K", "exchange": "New York Stock Exchange", "lei": "LONOZNOJYIBXOHXWDB86", "sec_cik": "55067", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kellanova_logo.svg", "description": "American food company", "sitelinks": 40, "importance": 0.7413, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
87 {"wikidata_id": "Q1066858", "display_name": "Tiffany & Co.", "legal_name": null, "aliases": ["New York Tiffany & Company", "New York Tiffany and Company", "Tiffany & Company", "Tiffany and Co.", "Tiffany and Company", "Tiffany's"], "website": "https://www.tiffany.com", "canonical_domain": "tiffany.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail", "consumer-goods"], "industry_labels": ["retail", "jewelry", "jewelry design", "jewelry industry"], "founded_year": 1837, "employees": 10600, "public_company": true, "ticker": "TIF", "exchange": "New York Stock Exchange", "lei": "549300EJG9IEYQL5XT21", "sec_cik": "98246", "parent": {"wikidata_id": "Q504998", "name": "LVMH"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tiffany_%26_Co._2024_logo.svg", "description": "American multinational luxury jewelry and specialty retailer", "sitelinks": 47, "importance": 0.7412, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
88 {"wikidata_id": "Q482267", "display_name": "América Móvil", "legal_name": "América Móvil", "aliases": ["America Movil"], "website": "https://www.americamovil.com", "canonical_domain": "americamovil.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": 176083, "public_company": true, "ticker": "AMX", "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": "1129137", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Am%C3%A9rica_M%C3%B3vil.svg", "description": "Mexican multinational telecommunications company", "sitelinks": 31, "importance": 0.7392, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1129137", "enriched_at": "2026-09-12T09:34:23+00:00"}}
89 {"wikidata_id": "Q632240", "display_name": "Eli Lilly and Company", "legal_name": "Eli Lilly and Company", "aliases": ["Lilly", "Eli Lily"], "website": "https://www.lilly.com", "canonical_domain": "lilly.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1875, "employees": 38350, "public_company": true, "ticker": "LLY", "exchange": "New York Stock Exchange", "lei": "FRDRIPF3EKNDJ2CQJL29", "sec_cik": "59478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eli_Lilly_and_Company.svg", "description": "American pharmaceutical company", "sitelinks": 38, "importance": 0.738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
90 {"wikidata_id": "Q212235", "display_name": "American International Group", "legal_name": "American International Group, Inc.", "aliases": ["AIG", "Inc."], "website": "https://www.aig.com", "canonical_domain": "aig.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1919, "employees": 26200, "public_company": true, "ticker": "AIG", "exchange": "New York Stock Exchange", "lei": "ODVCVCQG2BP6VHV36M30", "sec_cik": "5272", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AIG_logo.svg", "description": "American multinational insurance corporation", "sitelinks": 39, "importance": 0.7351, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
91 {"wikidata_id": "Q21077", "display_name": "Warner Music Group", "legal_name": null, "aliases": ["Warner", "WMG", "Warner Music", "Warner Music Group Corp."], "website": "https://www.wmg.com", "canonical_domain": "wmg.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1958, "employees": 4520, "public_company": true, "ticker": "WMG", "exchange": "Nasdaq", "lei": "549300VTZJM9AJG24X77", "sec_cik": "1319161", "parent": {"wikidata_id": "Q338920", "name": "Access Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Music_Group_logo_%282021%29.svg", "description": "American multinational entertainment and record label conglomerate", "sitelinks": 49, "importance": 0.7331, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
92 {"wikidata_id": "Q72539", "display_name": "U.S. Steel", "legal_name": "United States Steel Corporation", "aliases": [], "website": "https://www.ussteel.com", "canonical_domain": "ussteel.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1901, "employees": 85000, "public_company": true, "ticker": "X", "exchange": "NYSE Chicago, Inc.", "lei": "JNLUVFYJT1OZSIQ24U47", "sec_cik": "1163302", "parent": {"wikidata_id": "Q1151693", "name": "Nippon Steel Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US-Steel-Logo.svg", "description": "US steel-producing company", "sitelinks": 32, "importance": 0.7319, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5526198"}]}
93 {"wikidata_id": "Q1591889", "display_name": "Walgreens", "legal_name": null, "aliases": ["WAG", "Walgreen", "The Walgreen Company", "Walgreen Co", "Walgreen Company"], "website": "https://www.walgreens.com", "canonical_domain": "walgreens.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1901, "employees": 210500, "public_company": true, "ticker": "WAG", "exchange": "New York Stock Exchange", "lei": "E1OI0SEUGJMPPTKRDD35", "sec_cik": null, "parent": {"wikidata_id": "Q18712620", "name": "Walgreens Boots Alliance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walgreens_2020_primary_logo.svg", "description": "American pharmacy and convenience store chain", "sitelinks": 28, "importance": 0.7315, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
94 {"wikidata_id": "Q941127", "display_name": "Salesforce", "legal_name": null, "aliases": ["SFDC", "Inc."], "website": "https://www.salesforce.com", "canonical_domain": "salesforce.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["manufacturing", "cloud-infrastructure", "software", "media"], "industry_labels": ["automation", "cloud computing", "analytics", "customer relationship management", "software industry", "intelligent agent", "email marketing", "software as a service"], "founded_year": 1999, "employees": 35000, "public_company": true, "ticker": "CRM", "exchange": "New York Stock Exchange", "lei": "RCGZFPDMRW58VJ54VR07", "sec_cik": "1108524", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Salesforce.com_logo.svg", "description": "American cloud-based software company", "sitelinks": 36, "importance": 0.7311, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
95 {"wikidata_id": "Q1425316", "display_name": "SLB", "legal_name": "SLB N.V.", "aliases": ["Schlumberger", "Schlumberger Limited", "SLB Limited", "SLB Ltd"], "website": "https://www.slb.com", "canonical_domain": "slb.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1926, "employees": 100000, "public_company": true, "ticker": "SLB", "exchange": "New York Stock Exchange", "lei": "213800ZUA17OK3QLGM62", "sec_cik": "87347", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SLB_Logo_2022.svg", "description": "oilfield services company", "sitelinks": 31, "importance": 0.731, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1306934"}]}
96 {"wikidata_id": "Q333498", "display_name": "Bombardier", "legal_name": "Bombardier Inc.", "aliases": ["BOMBARDIER INC. (Dorval)", "L'Auto-Neige Bombardier Limitée"], "website": "https://www.bombardier.com", "canonical_domain": "bombardier.com", "country": "CA", "hq_city": "Dorval", "hq_region": "Greater Montreal", "lat": 45.45, "lon": -73.75, "industries": ["aerospace-defense", "transportation"], "industry_labels": ["aerospace industry", "rail industry"], "founded_year": 1942, "employees": 13800, "public_company": true, "ticker": "BBD.A", "exchange": "Toronto Stock Exchange", "lei": "W7L3VLU8EHQY34Z36697", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bombardier_2024.svg", "description": "aerospace and transportation manufacturer in Canada", "sitelinks": 41, "importance": 0.7309, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q891779"}, {"related_domain_conflict": "Q1656412"}, {"related_domain_conflict": "Q5124058"}]}
97 {"wikidata_id": "Q17081612", "display_name": "Moderna", "legal_name": "Moderna, Inc.", "aliases": ["Moderna Therapeutics", "Moderna Therapeutics", "Inc.", "Inc."], "website": "https://www.modernatx.com", "canonical_domain": "modernatx.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals", "biotechnology"], "industry_labels": ["pharmaceutical industry", "biotechnology industry"], "founded_year": 2010, "employees": 5800, "public_company": true, "ticker": "MRNA", "exchange": "Nasdaq", "lei": "549300EI6OKH5K5Q2G38", "sec_cik": "1682852", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moderna_logo.svg", "description": "American biotechnology company", "sitelinks": 46, "importance": 0.7302, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
98 {"wikidata_id": "Q2103926", "display_name": "UnitedHealth Group", "legal_name": null, "aliases": ["UnitedHealth Group Inc."], "website": "https://www.uhc.com", "canonical_domain": "uhc.com", "country": "US", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["insurance"], "industry_labels": ["health insurance"], "founded_year": 1977, "employees": 58000, "public_company": true, "ticker": "UNH", "exchange": "New York Stock Exchange", "lei": "549300GHBMY8T5GXDE41", "sec_cik": "731766", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UnitedHealth_Group_logo.svg", "description": "for-profit health care company", "sitelinks": 33, "importance": 0.7295, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
99 {"wikidata_id": "Q1057464", "display_name": "Hilton Worldwide", "legal_name": null, "aliases": ["Hilton Hotels Corporation", "Hilton Worldwide Holdings", "Hilton Worldwide Holdings Inc."], "website": "https://www.hilton.com", "canonical_domain": "hilton.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1919, "employees": 182000, "public_company": true, "ticker": "HLT", "exchange": "New York Stock Exchange", "lei": "549300HVGPK36ICB0B89", "sec_cik": "1585689", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hilton_Worldwide_logo.svg", "description": "American multinational hospitality company", "sitelinks": 28, "importance": 0.7293, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3239392"}, {"related_domain_conflict": "Q2504643"}, {"related_domain_conflict": "Q855525"}, {"related_domain_conflict": "Q1162859"}, {"related_domain_conflict": "Q5646230"}, {"related_domain_conflict": "Q5369524"}, {"related_domain_conflict": "Q5890701"}]}
100 {"wikidata_id": "Q624375", "display_name": "CVS Health", "legal_name": "CVS HEALTH CORPORATION", "aliases": ["CVS Health (United States)", "CVS Health Corporation"], "website": "https://cvshealth.com", "canonical_domain": "cvshealth.com", "country": "US", "hq_city": "Woonsocket", "hq_region": "Providence County", "lat": 42.00833, "lon": -71.51611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": 300000, "public_company": true, "ticker": "CVS", "exchange": "New York Stock Exchange", "lei": "549300EJG376EN5NQE29", "sec_cik": "64803", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CVS_Health_Logo.svg", "description": "company", "sitelinks": 26, "importance": 0.7291, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
101 {"wikidata_id": "Q19681433", "display_name": "Kraft Heinz", "legal_name": "The Kraft Heinz Company", "aliases": ["Kraft Heinz Company"], "website": "https://www.kraftheinzcompany.com", "canonical_domain": "kraftheinzcompany.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 41.88467, "lon": -87.6215, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "fast-moving consumer goods"], "founded_year": 2015, "employees": 36000, "public_company": true, "ticker": "KHC", "exchange": "Nasdaq", "lei": "9845007488EC87F5AF14", "sec_cik": "1637459", "parent": {"wikidata_id": "Q121307826", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KraftHeinz.svg", "description": "American worldwide food company formed by the merger of Kraft Foods and Heinz", "sitelinks": 35, "importance": 0.7286, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q327751"}]}
102 {"wikidata_id": "Q1107035", "display_name": "Cognizant Technology Solutions", "legal_name": null, "aliases": ["cognizant", "Cognizant", "Cognizant Technology Solutions Corporation", "Cognizant Technology"], "website": "https://www.cognizant.com", "canonical_domain": "cognizant.com", "country": "US", "hq_city": "Teaneck", "hq_region": "Bergen County", "lat": 40.8975, "lon": -74.01611, "industries": ["consulting", "technology"], "industry_labels": ["consulting industry", "information technology industry"], "founded_year": 1994, "employees": 266200, "public_company": true, "ticker": "CTSH", "exchange": "Nasdaq", "lei": "5493006IEVQEFQO40L83", "sec_cik": "1058290", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cognizant_Technology_Solutions_-_Kolkata_2011-08-29_4824.JPG", "description": "American multinational information technology", "sitelinks": 26, "importance": 0.7273, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
103 {"wikidata_id": "Q1683452", "display_name": "Jardine Matheson", "legal_name": null, "aliases": ["Jardines", "Jardine Matheson & Co.", "Jardine Matheson Holdings Limited", "Jardine Matheson Holdings Ltd."], "website": "https://www.jardines.com", "canonical_domain": "jardines.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["construction", "real-estate", "manufacturing", "financial-services"], "industry_labels": ["construction", "real property", "conglomerate", "financial services", "trade"], "founded_year": 1832, "employees": 464000, "public_company": true, "ticker": "JMHBD.BH", "exchange": "Bermuda Stock Exchange Ltd", "lei": "2138009KENVUNWOLPK41", "sec_cik": null, "parent": null, "logo_url": null, "description": "British conglomerate that incorporated in Bermuda and headquartered in Hong Kong", "sitelinks": 24, "importance": 0.7273, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
104 {"wikidata_id": "Q806693", "display_name": "Bank of Montreal", "legal_name": null, "aliases": ["BMO", "BMO Bank of Montreal", "BMO Financial Group"], "website": "https://www.bmo.com", "canonical_domain": "bmo.com", "country": "CA", "hq_city": "Bank of Montreal Head Office, Montreal", "hq_region": "Ville-Marie", "lat": 45.5049, "lon": -73.5579, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1817, "employees": 46778, "public_company": true, "ticker": "BMO", "exchange": "Toronto Stock Exchange", "lei": "NQQ6HPCNCCU6TUTQYE16", "sec_cik": "927971", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BMO_Logo.svg", "description": "Canadian investment bank", "sitelinks": 33, "importance": 0.7264, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "927971", "enriched_at": "2026-09-12T09:34:23+00:00"}}
105 {"wikidata_id": "Q135325", "display_name": "Alcoa", "legal_name": null, "aliases": ["Alco Aluminum", "Alcoa Corp.", "Alcoa Corporation", "Alcoa Inc.", "Alcoa Incorporated", "Aluminum Co. of America", "Aluminum Company of America"], "website": "https://www.alcoa.com", "canonical_domain": "alcoa.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["mining"], "industry_labels": ["aluminium industry", "Aluminium production"], "founded_year": 1888, "employees": 61000, "public_company": true, "ticker": "AA", "exchange": "New York Stock Exchange", "lei": "549300T12EZ1F6PWWU29", "sec_cik": "1675149", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alcoa_logo_%282016%29.svg", "description": "producer of aluminum", "sitelinks": 31, "importance": 0.7239, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
106 {"wikidata_id": "Q1424293", "display_name": "Itaú Unibanco", "legal_name": null, "aliases": [], "website": "https://www.itau.com.br", "canonical_domain": "itau.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 2008, "employees": 96219, "public_company": true, "ticker": "ITUB3", "exchange": "São Paulo Stock Exchange", "lei": "5493002W2IVG62O3ZJ94", "sec_cik": "1132597", "parent": {"wikidata_id": "Q1579151", "name": "Itaúsa"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ita%C3%BA_Unibanco_logo_2023.svg", "description": "Brazilian banking institution", "sitelinks": 29, "importance": 0.7237, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
107 {"wikidata_id": "Q907311", "display_name": "Netflix", "legal_name": null, "aliases": [], "website": "https://www.netflix.com", "canonical_domain": "netflix.com", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.25703, "lon": -121.96398, "industries": ["internet"], "industry_labels": ["SIC 7841 Services-Video Tape Rental"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "NFLX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1065280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netflix_2015_logo.svg", "description": "American subscription video on-demand over-the-top streaming service", "sitelinks": 144, "importance": 0.7232, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1065280", "enriched_at": "2026-09-12T09:34:23+00:00"}}
108 {"wikidata_id": "Q791285", "display_name": "Avon Products Inc.", "legal_name": null, "aliases": ["Avon", "Avon Products", "Inc."], "website": "https://www.avonworldwide.com", "canonical_domain": "avonworldwide.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1886, "employees": 36700, "public_company": true, "ticker": "AVP", "exchange": "New York Stock Exchange", "lei": "5493007RY69UEB1F1B45", "sec_cik": null, "parent": {"wikidata_id": "Q3131210", "name": "Natura Cosméticos S.A."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avon_2026.svg", "description": "American consumer products company", "sitelinks": 33, "importance": 0.7229, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
109 {"wikidata_id": "Q1140680", "display_name": "Flex Ltd.", "legal_name": null, "aliases": ["Flextronics", "Flextronics International", "Flextronics International Ltd"], "website": "https://www.flex.com", "canonical_domain": "flex.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1969, "employees": 147979, "public_company": true, "ticker": "FLEX", "exchange": "Nasdaq", "lei": "549300EAQH74YHD07T53", "sec_cik": "866374", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flex_logo_%282015%29.svg", "description": "Singaporean–American multinational electronics manufacturing company", "sitelinks": 27, "importance": 0.7227, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
110 {"wikidata_id": "Q1197548", "display_name": "Micron Technology", "legal_name": "Micron Technology", "aliases": [], "website": "https://tw.micron.com", "canonical_domain": "micron.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["technology"], "industry_labels": [], "founded_year": 1978, "employees": 48000, "public_company": true, "ticker": "MU", "exchange": "Nasdaq", "lei": "B3DXGBC8GAIYWI2Z0172", "sec_cik": "723125", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Micron_Technology_logo_2024.svg", "description": "American multinational corporation based in Boise, Idaho", "sitelinks": 31, "importance": 0.7204, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
111 {"wikidata_id": "Q19923099", "display_name": "Hewlett Packard Enterprise", "legal_name": "Hewlett Packard Enterprise Company", "aliases": [], "website": "https://www.hpe.com", "canonical_domain": "hpe.com", "country": "US", "hq_city": "Spring", "hq_region": "Harris County", "lat": 30.0542, "lon": -95.3869, "industries": ["telecommunications", "technology", "software"], "industry_labels": ["information and communications industry", "information technology industry", "computer hardware industry", "software industry"], "founded_year": 2015, "employees": 60000, "public_company": true, "ticker": "HPE", "exchange": "New York Stock Exchange", "lei": "549300BX44RGX6ANDV88", "sec_cik": "1645590", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hewlett_Packard_Enterprise_logo_2025_expanded.svg", "description": "American information technology company", "sitelinks": 30, "importance": 0.7203, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
112 {"wikidata_id": "Q677085", "display_name": "Gen Digital Inc.", "legal_name": "Gen Digital Inc.", "aliases": ["Symantec", "NortonLifeLock"], "website": "https://www.gendigital.com", "canonical_domain": "gendigital.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["software", "cybersecurity"], "industry_labels": ["software industry", "computer security"], "founded_year": 1982, "employees": 3659, "public_company": true, "ticker": "GEN", "exchange": "Nasdaq", "lei": "YF6ZV0M6AU4FY94MK914", "sec_cik": "849399", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gen_logo.svg", "description": "American-Czech software company", "sitelinks": 44, "importance": 0.719, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
113 {"wikidata_id": "Q502121", "display_name": "BlackBerry", "legal_name": null, "aliases": ["Rim", "RIM", "Research In Motion Limited", "BlackBerry Limited", "BlackBerry Ltd", "Research In Motion", "The Astonishing Tribe"], "website": "https://blackberry.com", "canonical_domain": "blackberry.com", "country": "CA", "hq_city": "Waterloo", "hq_region": "Regional Municipality of Waterloo", "lat": 43.51716, "lon": -80.51588, "industries": ["technology", "internet"], "industry_labels": ["information technology", "Internet of Things"], "founded_year": 1984, "employees": 3647, "public_company": true, "ticker": "BB", "exchange": "Toronto Stock Exchange", "lei": "549300HJD8NEGT71RF07", "sec_cik": "1070235", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blackberry_Logo.svg", "description": "enterprise software and the Internet of things company", "sitelinks": 44, "importance": 0.7189, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1070235", "enriched_at": "2026-09-12T09:34:23+00:00"}}
114 {"wikidata_id": "Q501476", "display_name": "Hasbro", "legal_name": "Hassenfeld Brothers", "aliases": ["Hasbro Bradley", "Hasbro Inc.", "Inc.", "Hassenfeld Brothers and Hasbro Bradley"], "website": "https://shop.hasbro.com", "canonical_domain": "hasbro.com", "country": "US", "hq_city": "Pawtucket", "hq_region": "Providence County", "lat": 41.87556, "lon": -71.37611, "industries": ["entertainment"], "industry_labels": ["game industry"], "founded_year": 1923, "employees": 5000, "public_company": true, "ticker": "HAS", "exchange": "Nasdaq", "lei": "549300NUB6D2R1ITYR45", "sec_cik": "46080", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hasbro_logo.svg", "description": "American multinational toy and entertainment company", "sitelinks": 42, "importance": 0.7187, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q122166924"}]}
115 {"wikidata_id": "Q89368734", "display_name": "RTX", "legal_name": "RTX", "aliases": [], "website": "https://www.rtx.com", "canonical_domain": "rtx.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 2020, "employees": 182000, "public_company": true, "ticker": "RTX", "exchange": "New York Stock Exchange", "lei": "I07WOS4YJ0N7YRFE7309", "sec_cik": "101829", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RTX_Raytheon_Technologies_logo.svg", "description": "American multinational aerospace and defense conglomerate", "sitelinks": 25, "importance": 0.7179, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
116 {"wikidata_id": "Q795454", "display_name": "Barnes & Noble", "legal_name": null, "aliases": [], "website": "https://www.barnesandnoble.com", "canonical_domain": "barnesandnoble.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["bookselling"], "founded_year": 1873, "employees": 40000, "public_company": true, "ticker": "BKS", "exchange": "New York Stock Exchange", "lei": "549300WEQE1M8II5OS20", "sec_cik": "890491", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Barnes_and_Noble_logo.svg", "description": "American book retailer", "sitelinks": 31, "importance": 0.7178, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
117 {"wikidata_id": "Q1325987", "display_name": "Tyson Foods", "legal_name": null, "aliases": ["Inc."], "website": "https://www.tyson.com", "canonical_domain": "tyson.com", "country": "US", "hq_city": "Springdale", "hq_region": "Washington County", "lat": 36.18139, "lon": -94.14583, "industries": ["agriculture"], "industry_labels": ["agriculture", "meatpacking industry"], "founded_year": 1935, "employees": 133000, "public_company": true, "ticker": "TSN", "exchange": "New York Stock Exchange", "lei": "WD6L6041MNRW1JE49D58", "sec_cik": "100493", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tyson_Foods_corporate_logo_%282024%29.svg", "description": "food manufacturing company", "sitelinks": 26, "importance": 0.7173, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
118 {"wikidata_id": "Q1141267", "display_name": "Thomson Reuters", "legal_name": null, "aliases": ["Thomson Reuters Corporation", "Thomson Scientific & Healthcare", "Thomson-Reuters"], "website": "https://thomsonreuters.com", "canonical_domain": "thomsonreuters.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 2008, "employees": 24000, "public_company": true, "ticker": "TRI", "exchange": "Toronto Stock Exchange", "lei": "549300561UZND4C7B569", "sec_cik": "1075124", "parent": {"wikidata_id": "Q5951386", "name": "The Woodbridge Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thomson_Reuters_logo.svg", "description": "Canadian publisher (2008-)", "sitelinks": 33, "importance": 0.7167, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
119 {"wikidata_id": "Q1809448", "display_name": "Whole Foods Market", "legal_name": null, "aliases": ["Whole Foods", "Inc."], "website": "https://www.wholefoodsmarket.com", "canonical_domain": "wholefoodsmarket.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1980, "employees": 91000, "public_company": true, "ticker": "WFM", "exchange": "Nasdaq", "lei": null, "sec_cik": "865436", "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Whole_Foods_Market_logo.svg", "description": "American supermarket chain specializing in natural and organic foods", "sitelinks": 27, "importance": 0.7156, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
120 {"wikidata_id": "Q451476", "display_name": "Scotiabank", "legal_name": null, "aliases": ["Bank of Nova Scotia", "Banque Scotia", "Scotiabank INC", "The Bank of Nova Scotia"], "website": "https://www.scotiabank.com", "canonical_domain": "scotiabank.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1832, "employees": 89000, "public_company": true, "ticker": "BNS", "exchange": "Toronto Stock Exchange", "lei": "L3I9ZG2KFGXZ61BMYR72", "sec_cik": "814020", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banque_Scotia_%28logo%2C_2019%29.svg", "description": "Canadian bank based in Toronto", "sitelinks": 27, "importance": 0.7153, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
121 {"wikidata_id": "Q94933", "display_name": "Take-Two Interactive", "legal_name": null, "aliases": ["T2", "Take2", "Take-Two", "Take-Two Interactive Software", "Take-Two Interactive Software", "Inc."], "website": "https://www.take2games.com", "canonical_domain": "take2games.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": 6495, "public_company": true, "ticker": "TTWO", "exchange": "Nasdaq", "lei": "BOMSTHHJK882EWYX3334", "sec_cik": "946581", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Take-Two_Interactive_Logo.svg", "description": "American publisher, developer and distributor of video games", "sitelinks": 39, "importance": 0.7149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
122 {"wikidata_id": "Q610817", "display_name": "Bank of Brazil", "legal_name": null, "aliases": [], "website": "https://www.bb.com.br", "canonical_domain": "bb.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1808, "employees": 111628, "public_company": true, "ticker": "BBAS11", "exchange": "São Paulo Stock Exchange", "lei": "QE0Q0253K88YAGNPE356", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_do_Brasil_Logo.svg", "description": "Brazilian banking institution", "sitelinks": 26, "importance": 0.7148, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
123 {"wikidata_id": "Q1485061", "display_name": "GE Aerospace", "legal_name": "GENERAL ELECTRIC COMPANY", "aliases": ["General Electric Aircraft Engines", "General Electric Company", "GE Aircraft Engines", "GE Aviation", "GEAE"], "website": "https://www.geaerospace.com", "canonical_domain": "geaerospace.com", "country": "US", "hq_city": "Evendale", "hq_region": "Hamilton County", "lat": 39.2475, "lon": -84.4311, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1892, "employees": 174000, "public_company": true, "ticker": "GE", "exchange": "New York Stock Exchange", "lei": "3C7474T6CDKPR9K6YT90", "sec_cik": "40545", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GE_Aerospace_logo.svg", "description": "American aircraft engine supplier", "sitelinks": 24, "importance": 0.7131, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
124 {"wikidata_id": "Q17460900", "display_name": "Zoom Communications", "legal_name": null, "aliases": ["Zoom Video", "Zoom Video Communications", "Zoom App", "Zoom Meetings"], "website": "https://www.zoom.com", "canonical_domain": "zoom.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["professional-services"], "industry_labels": ["video conference"], "founded_year": 2011, "employees": 2000, "public_company": true, "ticker": "ZM", "exchange": "Nasdaq", "lei": "549300T9GCHU0ODOM055", "sec_cik": "1585521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoom_Communications_Logo.svg", "description": "company responsible for the Zoom software", "sitelinks": 45, "importance": 0.7126, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
125 {"wikidata_id": "Q2047336", "display_name": "Palantir Technologies", "legal_name": "Palantir Technologies Inc.", "aliases": ["Palantir", "PLTR"], "website": "https://www.palantir.com", "canonical_domain": "palantir.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["technology", "software"], "industry_labels": ["computer and network surveillance", "mass surveillance", "open-source intelligence", "data analytics software industry"], "founded_year": 2003, "employees": 4429, "public_company": true, "ticker": "PLTR", "exchange": "New York Stock Exchange", "lei": "549300UVN46B3BBDHO85", "sec_cik": "1321655", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Palantir_Technologies_logo.svg", "description": "American software and services company, specializing in data analysis", "sitelinks": 40, "importance": 0.712, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
126 {"wikidata_id": "Q1543874", "display_name": "The Hertz Corporation", "legal_name": "The Hertz Corporation", "aliases": ["Hertz car rental", "Hertz Corporation", "Hertz Rent a Car", "Hertz Rent A Car", "Hertz Rent-a-Car", "Hertz Rent-A-Car", "Hertz Rental Car"], "website": "https://www.hertz.com", "canonical_domain": "hertz.com", "country": "US", "hq_city": "Estero", "hq_region": "Lee County", "lat": 26.42765, "lon": -81.79509, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1918, "employees": 38000, "public_company": true, "ticker": "HTZ", "exchange": "Nasdaq", "lei": "549300PD0C69OJ0NLB27", "sec_cik": "1657853", "parent": {"wikidata_id": "Q95205133", "name": "Hertz Global Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hertz_Car_Rental_logo.svg", "description": "American car rental company", "sitelinks": 29, "importance": 0.7102, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1657853", "enriched_at": "2026-09-12T09:34:23+00:00"}}
127 {"wikidata_id": "Q174310", "display_name": "Nordstrom", "legal_name": null, "aliases": [], "website": "https://www.nordstrom.com", "canonical_domain": "nordstrom.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1901, "employees": 72501, "public_company": true, "ticker": "JWN", "exchange": "New York Stock Exchange", "lei": "549300S3IZB5P35KNV16", "sec_cik": "72333", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nordstrom_Logo_2019.svg", "description": "American chain of luxury department stores", "sitelinks": 26, "importance": 0.7085, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
128 {"wikidata_id": "Q214763", "display_name": "ConocoPhillips", "legal_name": "ConocoPhillips", "aliases": ["Continental Oil Company", "Conoco Phillips"], "website": "https://www.conocophillips.com", "canonical_domain": "conocophillips.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1875, "employees": 10800, "public_company": true, "ticker": "COP", "exchange": "New York Stock Exchange", "lei": "WPTL2Z3FIYTHSP5V2253", "sec_cik": "1163165", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ConocoPhillips_Logo.svg", "description": "American oil and gas company", "sitelinks": 34, "importance": 0.7082, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
129 {"wikidata_id": "Q4778915", "display_name": "Cloudflare", "legal_name": "Cloudflare, Inc", "aliases": ["CF", "NET", "Inc."], "website": "https://www.cloudflare.com", "canonical_domain": "cloudflare.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "software"], "industry_labels": ["information and communications technology", "Software Publishers"], "founded_year": 2009, "employees": 3217, "public_company": true, "ticker": "NET", "exchange": "New York Stock Exchange", "lei": "5493007DY18BGNLDWU14", "sec_cik": "1477333", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cloudflare_Logo.svg", "description": "American internet infrastructure and website security company", "sitelinks": 40, "importance": 0.7073, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
130 {"wikidata_id": "Q266423", "display_name": "Bristol-Myers Squibb", "legal_name": null, "aliases": ["BMS", "Bristol Myers Squibb"], "website": "https://www.bms.com", "canonical_domain": "bms.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1989, "employees": 30000, "public_company": true, "ticker": "BMY", "exchange": "New York Stock Exchange", "lei": "HLYYNH7UQUORYSJQCN42", "sec_cik": "14272", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bristol-Myers_Squibb_logo_%282020%29.svg", "description": "American pharmaceutical company", "sitelinks": 29, "importance": 0.7068, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
131 {"wikidata_id": "Q663596", "display_name": "Gilead Sciences", "legal_name": "Gilead Sciences, Inc.", "aliases": ["Gilead"], "website": "https://www.gilead.com", "canonical_domain": "gilead.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1987, "employees": 17000, "public_company": true, "ticker": "GILD", "exchange": "Nasdaq", "lei": "549300WTZWR07K8MNV44", "sec_cik": "882095", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 31, "importance": 0.7054, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
132 {"wikidata_id": "Q632694", "display_name": "Archer Daniels Midland", "legal_name": null, "aliases": ["ADM", "Archer Daniels Midland Company", "Archer-Daniels-Midland Company"], "website": "https://adm.com", "canonical_domain": "adm.com", "country": "US", "hq_city": "77 West Wacker Drive", "hq_region": "Chicago Loop", "lat": 41.8865, "lon": -87.6305, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1902, "employees": 31600, "public_company": true, "ticker": "ADM", "exchange": "New York Stock Exchange", "lei": "549300LO13MQ9HYSTR83", "sec_cik": "7084", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Archer_Daniels_Midland_logo.svg", "description": "American global food processing and commodities trading corporation", "sitelinks": 28, "importance": 0.704, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
133 {"wikidata_id": "Q48872", "display_name": "Eaton Corporation", "legal_name": null, "aliases": ["Eaton Corporation Plc"], "website": "https://www.eaton.com", "canonical_domain": "eaton.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1911, "employees": 92000, "public_company": true, "ticker": "ETN", "exchange": "New York Stock Exchange", "lei": "549300VDIGTMXUNT7H71", "sec_cik": "1551182", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eaton_Corporation_Logo.svg", "description": "multinational power management company", "sitelinks": 24, "importance": 0.7039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
134 {"wikidata_id": "Q570473", "display_name": "McKesson Corporation", "legal_name": null, "aliases": ["McKesson", "McKesson Health Solutions"], "website": "https://www.mckesson.com", "canonical_domain": "mckesson.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 1833, "employees": 68000, "public_company": true, "ticker": "MCK", "exchange": "New York Stock Exchange", "lei": "549300WZWOM80UCFSF54", "sec_cik": "927653", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mck_logo_pos_col_rgb.svg", "description": "U.S. healthcare supplies", "sitelinks": 25, "importance": 0.7036, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
135 {"wikidata_id": "Q572948", "display_name": "Herbalife", "legal_name": null, "aliases": ["Herbalife International", "Herbalife Ltd."], "website": "https://herbalife.com", "canonical_domain": "herbalife.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1980, "employees": 7800, "public_company": true, "ticker": "HLF", "exchange": "New York Stock Exchange", "lei": "549300BA7TYPBSZZIA41", "sec_cik": "1180262", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Herbalife_New_Logo.png", "description": "American based multi-level marketing company", "sitelinks": 34, "importance": 0.7035, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
136 {"wikidata_id": "Q1416215", "display_name": "GoDaddy", "legal_name": null, "aliases": ["GDDY", "Go Daddy", "GoDaddy Inc.", "Inc.", "LLC"], "website": "https://www.godaddy.com", "canonical_domain": "godaddy.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["e-commerce", "payments", "cloud-infrastructure", "fintech"], "industry_labels": ["commerce", "e-commerce", "payment terminal", "payment processing", "web hosting service", "fintech"], "founded_year": 1997, "employees": 5990, "public_company": true, "ticker": "GDDY", "exchange": "Nasdaq", "lei": "549300J8H1TB0I2CB447", "sec_cik": "1609711", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoDaddy_logo.svg", "description": "GoDaddy provides end-to-end solutions for online growth, including domain registration, web hosting and security, online marketing tools, payment processing and POS solutions, financial services and Airo AI Builder, an AI-powered creation platform.", "sitelinks": 35, "importance": 0.7027, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1609711", "enriched_at": "2026-09-12T09:34:23+00:00"}}
137 {"wikidata_id": "Q60238941", "display_name": "Fox Corporation", "legal_name": null, "aliases": ["Fox", "FOX"], "website": "https://foxcorporation.com", "canonical_domain": "foxcorporation.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 2019, "employees": 9000, "public_company": true, "ticker": "FOXA", "exchange": "Nasdaq", "lei": "549300DDU6FDRBIELS05", "sec_cik": "1754301", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FOX_wordmark.svg", "description": "American mass media company, successor to 21st Century Fox", "sitelinks": 33, "importance": 0.7025, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5476982"}]}
138 {"wikidata_id": "Q5842736", "display_name": "Corning Inc.", "legal_name": "Corning Inc.", "aliases": ["Corning Glass Works", "Corning Incorporated"], "website": "https://www.corning.com", "canonical_domain": "corning.com", "country": "US", "hq_city": "Corning", "hq_region": "Steuben County", "lat": 42.1411, "lon": -77.0325, "industries": ["biotechnology", "manufacturing"], "industry_labels": ["biotechnology", "industrial manufacturing"], "founded_year": 1851, "employees": 46200, "public_company": true, "ticker": "GLW", "exchange": "New York Stock Exchange", "lei": "549300X2937PB0CJ7I56", "sec_cik": "24741", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corning_Incorporated_Logo.svg", "description": "American manufacturer of glass & ceramics", "sitelinks": 26, "importance": 0.702, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
139 {"wikidata_id": "Q2759586", "display_name": "Papa John's", "legal_name": null, "aliases": ["Papa John's Pizza", "Papa Johns Pizza"], "website": "https://www.papajohns.com", "canonical_domain": "papajohns.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1984, "employees": 20700, "public_company": true, "ticker": "PZZA", "exchange": "Nasdaq", "lei": "HZYLD3DK5XOX0WBVNB56", "sec_cik": "901491", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Papa_Johns_logo.svg", "description": "pizza restaurant chain", "sitelinks": 29, "importance": 0.7014, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
140 {"wikidata_id": "Q7501150", "display_name": "Shopify", "legal_name": null, "aliases": [], "website": "https://www.shopify.com", "canonical_domain": "shopify.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["e-commerce"], "industry_labels": ["online marketplace", "e-commerce"], "founded_year": 2006, "employees": 8300, "public_company": true, "ticker": "SHOP", "exchange": "Toronto Stock Exchange", "lei": "549300HGQ43STJLLP808", "sec_cik": "1594805", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shopify_logo_2018.svg", "description": "Canadian e-commerce company", "sitelinks": 33, "importance": 0.7014, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
141 {"wikidata_id": "Q2037125", "display_name": "State Street Corporation", "legal_name": null, "aliases": ["State Street", "STT"], "website": "https://www.statestreet.com", "canonical_domain": "statestreet.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1792, "employees": 33783, "public_company": true, "ticker": "STT", "exchange": "New York Stock Exchange", "lei": "549300ZFEEJ2IP5VME73", "sec_cik": "93751", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State-street-logo-final.svg", "description": "US-based international financial services holding company", "sitelinks": 27, "importance": 0.7013, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
142 {"wikidata_id": "Q1074666", "display_name": "Chiquita Brands International", "legal_name": null, "aliases": ["Chiquita Brands International Inc."], "website": "https://www.chiquita.com", "canonical_domain": "chiquita.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["agriculture"], "industry_labels": ["agribusiness", "crop production", "agricultural and food trade"], "founded_year": 1899, "employees": 20000, "public_company": true, "ticker": "CQB", "exchange": "New York Stock Exchange", "lei": "549300Y5XD0883W6DC96", "sec_cik": null, "parent": {"wikidata_id": "Q3699795", "name": "Cutrale"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chiquita_logo_2019.svg", "description": "American company", "sitelinks": 29, "importance": 0.7009, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
143 {"wikidata_id": "Q470517", "display_name": "Amgen", "legal_name": null, "aliases": ["Applied Molecular Genetics"], "website": "https://www.amgen.com", "canonical_domain": "amgen.com", "country": "US", "hq_city": "Thousand Oaks", "hq_region": "Ventura County", "lat": 34.18944, "lon": -118.875, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1980, "employees": 17900, "public_company": true, "ticker": "AMGN", "exchange": "Nasdaq", "lei": "5493007TDQLA2Z7RB387", "sec_cik": "318154", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amgen.svg", "description": "American multinational biopharmaceutical company", "sitelinks": 29, "importance": 0.6993, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
144 {"wikidata_id": "Q445007", "display_name": "Altria", "legal_name": null, "aliases": ["Altria Group", "Inc.", "Philip Morris Companies", "Philip Morris Companies Inc."], "website": "https://www.altria.com", "canonical_domain": "altria.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "tobacco industry"], "founded_year": 1985, "employees": 9900, "public_company": true, "ticker": "MO", "exchange": "New York Stock Exchange", "lei": "XSGZFLO9YTNO9VCQV219", "sec_cik": "764180", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altria_Group.svg", "description": "American multinational company", "sitelinks": 31, "importance": 0.6975, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
145 {"wikidata_id": "Q1335585", "display_name": "Emerson Electric", "legal_name": null, "aliases": ["Emerson", "EMR", "Emerson Electric Co", "Emerson Electric Co.", "Emerson Electric Company", "EMRSN"], "website": "https://www.emerson.com", "canonical_domain": "emerson.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["manufacturing"], "industry_labels": ["electrical industry"], "founded_year": 1890, "employees": 134900, "public_company": true, "ticker": "EMR", "exchange": "New York Stock Exchange", "lei": "FGLT0EWZSUIRRITFOA30", "sec_cik": "32604", "parent": null, "logo_url": null, "description": "American multinational corporation", "sitelinks": 21, "importance": 0.696, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q17310421"}]}
146 {"wikidata_id": "Q38928", "display_name": "PNC Financial Services", "legal_name": null, "aliases": ["PNC"], "website": "https://www.pnc.com", "canonical_domain": "pnc.com", "country": "US", "hq_city": "One PNC Plaza", "hq_region": "Pittsburgh", "lat": 40.4411, "lon": -80.0006, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1845, "employees": 52906, "public_company": true, "ticker": "PNC", "exchange": "New York Stock Exchange", "lei": "CFGNEKW0P8842LEUIA51", "sec_cik": "713676", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PNClogo.svg", "description": "North American bank", "sitelinks": 24, "importance": 0.6959, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
147 {"wikidata_id": "Q1477661", "display_name": "PACCAR", "legal_name": null, "aliases": ["Inc."], "website": "https://www.paccar.com", "canonical_domain": "paccar.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1905, "employees": 22800, "public_company": true, "ticker": "PCAR", "exchange": "Nasdaq", "lei": "KDTEY8BWE486IKZ3CC07", "sec_cik": "75362", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PACCAR-logo.svg", "description": "American company", "sitelinks": 27, "importance": 0.6956, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
148 {"wikidata_id": "Q739084", "display_name": "U.S. Bancorp", "legal_name": null, "aliases": ["U.S. Bank"], "website": "https://www.usbank.com", "canonical_domain": "usbank.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1850, "employees": 68108, "public_company": true, "ticker": "USB", "exchange": "New York Stock Exchange", "lei": "N1GZ7BBF3NP8GI976H15", "sec_cik": "36104", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US_Bancorp_logo_2023_color.svg", "description": "American financial services holding company, parent company of U.S. Bank", "sitelinks": 23, "importance": 0.6952, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
149 {"wikidata_id": "Q524989", "display_name": "NCR Corporation", "legal_name": null, "aliases": ["National Cash Register", "National Cash Register Company", "NCR Corporation (Atlanta", "GA)", "NCR Voyix Corporation"], "website": "https://www.ncrvoyix.com", "canonical_domain": "ncrvoyix.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["technology"], "industry_labels": ["information and communications technology"], "founded_year": 1884, "employees": 21500, "public_company": true, "ticker": "VYX", "exchange": "New York Stock Exchange", "lei": "549300YKTY8JX1DV2R67", "sec_cik": "70866", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NCR_logo_black.svg", "description": "American software, consulting and technology company", "sitelinks": 27, "importance": 0.6947, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
150 {"wikidata_id": "Q868587", "display_name": "S&P Global", "legal_name": null, "aliases": ["McGraw Hill Financial", "Inc.", "S&P Global Inc.", "SPGI", "McGraw–Hill", "McGraw–Hill", "Inc.", "The McGraw–Hill Companies"], "website": "https://www.spglobal.com", "canonical_domain": "spglobal.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": 35000, "public_company": true, "ticker": "SPGI", "exchange": "New York Stock Exchange", "lei": "Y6X4K52KMJMZE7I7MY94", "sec_cik": "64040", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/S%26P_Global_logo.svg", "description": "American publicly traded corporation, formerly McGraw Hill Financial, Inc", "sitelinks": 25, "importance": 0.694, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1253020"}]}
151 {"wikidata_id": "Q1472929", "display_name": "Nasdaq, Inc.", "legal_name": null, "aliases": ["Nasdaq Inc.", "National Association of Securities Dealers Automated Quotations", "The NASDAQ OMX Group", "Inc."], "website": "https://business.nasdaq.com", "canonical_domain": "nasdaq.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "fintech"], "founded_year": 1971, "employees": 8809, "public_company": true, "ticker": "NDAQ", "exchange": "Nasdaq", "lei": "549300L8X1Q78ERXFD06", "sec_cik": "1120193", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NASDAQ_Logo.svg", "description": "American multinational financial technology services corporation", "sitelinks": 30, "importance": 0.6925, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
152 {"wikidata_id": "Q319344", "display_name": "Abercrombie & Fitch", "legal_name": null, "aliases": ["A&F", "Abercrombie & Fitch Co.", "Abercrombie and Fitch", "Abercrombie and Fitch Co."], "website": "https://www.abercrombie.com", "canonical_domain": "abercrombie.com", "country": "US", "hq_city": "New Albany", "hq_region": "Franklin County", "lat": 40.0786, "lon": -82.8206, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1892, "employees": 6900, "public_company": true, "ticker": "ANF", "exchange": "New York Stock Exchange", "lei": "5493000J7LL72TOGT983", "sec_cik": "1018840", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abercrombie_%26_Fitch_logo.svg", "description": "American fashion retailer", "sitelinks": 31, "importance": 0.6923, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
153 {"wikidata_id": "Q2140315", "display_name": "Textron", "legal_name": null, "aliases": ["Textron Incorporated"], "website": "https://www.textron.com", "canonical_domain": "textron.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1923, "employees": 40000, "public_company": true, "ticker": "TXT", "exchange": "New York Stock Exchange", "lei": "3PPKBHUG1HD6BO7RNR87", "sec_cik": "217346", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Textron.svg", "description": "American industrial conglomerate", "sitelinks": 24, "importance": 0.6918, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6800248"}, {"related_domain_conflict": "Q16987718"}]}
154 {"wikidata_id": "Q415598", "display_name": "Akamai Technologies", "legal_name": null, "aliases": ["Akamai"], "website": "https://www.akamai.com", "canonical_domain": "akamai.com", "country": "US", "hq_city": "Massachusetts", "hq_region": "United States", "lat": 42.36431, "lon": -71.08903, "industries": ["cloud-infrastructure", "internet"], "industry_labels": ["web hosting service", "Internet industry"], "founded_year": 1998, "employees": 8368, "public_company": true, "ticker": "AKAM", "exchange": "Nasdaq", "lei": "OC1LZNN2LF5WTJ5RIL89", "sec_cik": "1086222", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akamai-2025.svg", "description": "American content delivery network, cybersecurity, and cloud service company", "sitelinks": 30, "importance": 0.6918, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
155 {"wikidata_id": "Q916196", "display_name": "Citrix Systems", "legal_name": null, "aliases": ["citrix", "Citrix", "Inc.", "Inc. (Fort Lauderdale", "FL)", "Inc. (Fort Lauderdale", "FL)"], "website": "https://www.citrix.com", "canonical_domain": "citrix.com", "country": "US", "hq_city": "Coral Springs", "hq_region": "Broward County", "lat": 37.37133, "lon": -121.9778, "industries": ["technology", "software"], "industry_labels": ["technology", "software industry"], "founded_year": 1989, "employees": 8400, "public_company": true, "ticker": "CTXS", "exchange": "Nasdaq", "lei": "HCTKJGUQOPZ5NBK7NP58", "sec_cik": "877890", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citrix_Systems_logo.svg", "description": "American multinational software company", "sitelinks": 30, "importance": 0.6918, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
156 {"wikidata_id": "Q16972754", "display_name": "Coinbase", "legal_name": "Coinbase Global, Inc.", "aliases": ["Coinbase Global", "Inc. (Oakland", "CA)"], "website": "https://www.coinbase.com", "canonical_domain": "coinbase.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["fintech"], "industry_labels": ["cryptocurrency exchange", "cryptocurrency industry", "Bitcoin", "fintech"], "founded_year": 2012, "employees": 1249, "public_company": true, "ticker": "COIN", "exchange": "Nasdaq", "lei": "5493004G3J2SC154DU06", "sec_cik": "1679788", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coinbase.svg", "description": "American company that operates a cryptocurrency exchange platform", "sitelinks": 39, "importance": 0.691, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
157 {"wikidata_id": "Q24890758", "display_name": "CrowdStrike", "legal_name": "CrowdStrike Holdings, Inc.", "aliases": [], "website": "https://www.crowdstrike.com", "canonical_domain": "crowdstrike.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2011, "employees": 7925, "public_company": true, "ticker": "CRWD", "exchange": "Nasdaq", "lei": "549300R070HUWKN8SG56", "sec_cik": "1535527", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CrowdStrike_logo.svg", "description": "American cybersecurity technology company", "sitelinks": 30, "importance": 0.691, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
158 {"wikidata_id": "Q880942", "display_name": "Blackstone Inc.", "legal_name": null, "aliases": ["Blackstone", "Blackstone Group", "The Blackstone Group", "The Blackstone Group L.P."], "website": "https://www.blackstone.com", "canonical_domain": "blackstone.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1985, "employees": 4735, "public_company": true, "ticker": "BX", "exchange": "New York Stock Exchange", "lei": "5299004LW4QWGZUB8Y96", "sec_cik": "1393818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Blackstone_Group_logo_%282%29.svg", "description": "American alternative investment company", "sitelinks": 32, "importance": 0.6901, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
159 {"wikidata_id": "Q1049080", "display_name": "Juniper Networks", "legal_name": null, "aliases": ["HPE Juniper", "Inc."], "website": "https://juniper.net", "canonical_domain": "juniper.net", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology", "cloud-infrastructure", "manufacturing"], "industry_labels": ["technology", "networking hardware", "Photographic and Photocopying Equipment Manufacturing [2012–2022 definition]"], "founded_year": 1996, "employees": 9419, "public_company": true, "ticker": "JNPR", "exchange": "New York Stock Exchange", "lei": "AUHIXNGG7U2U7JEHM527", "sec_cik": "1043604", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Juniper_Networks_logo.svg", "description": "American multinational technology company", "sitelinks": 29, "importance": 0.69, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
160 {"wikidata_id": "Q1641437", "display_name": "Ralph Lauren Corporation", "legal_name": "Ralph Lauren Corporation", "aliases": ["Polo Ralph Lauren"], "website": "https://www.ralphlauren.com", "canonical_domain": "ralphlauren.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1967, "employees": 23400, "public_company": true, "ticker": "RL", "exchange": "New York Stock Exchange", "lei": "HO1QNWM0IXBZ0QSMMO20", "sec_cik": "1037038", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ralph_Lauren_logo.svg", "description": "American fashion and lifestyle company", "sitelinks": 25, "importance": 0.6882, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
161 {"wikidata_id": "Q734338", "display_name": "Verisign", "legal_name": null, "aliases": ["VeriSign", "Inc.", "VeriSign", "Inc.", "VRSN"], "website": "https://www.verisign.com", "canonical_domain": "verisign.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["internet", "telecommunications"], "industry_labels": ["Internet", "telecommunications"], "founded_year": 1995, "employees": 1019, "public_company": true, "ticker": "VRSN", "exchange": "Nasdaq", "lei": "LMPL4N8ZOJRMF0KOF759", "sec_cik": "1014473", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verisign_logo.svg", "description": "American Internet company", "sitelinks": 39, "importance": 0.6881, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
162 {"wikidata_id": "Q733482", "display_name": "GoPro", "legal_name": null, "aliases": ["Inc.", "Woodman Labs", "Inc."], "website": "https://www.gopro.com", "canonical_domain": "gopro.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.53446, "lon": -122.33038, "industries": ["media", "manufacturing"], "industry_labels": ["photography", "electrical industry"], "founded_year": 2002, "employees": 963, "public_company": true, "ticker": "GPRO", "exchange": "Nasdaq", "lei": "549300CQJMLT21SZFL16", "sec_cik": "1500435", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoPro.svg", "description": "American technology company", "sitelinks": 39, "importance": 0.6873, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
163 {"wikidata_id": "Q727883", "display_name": "NetApp", "legal_name": null, "aliases": ["Inc."], "website": "https://www.netapp.com", "canonical_domain": "netapp.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["cloud-infrastructure"], "industry_labels": ["SIC 3572 Computer Storage Devices"], "founded_year": 1992, "employees": 12000, "public_company": true, "ticker": "NTAP", "exchange": "Nasdaq", "lei": "QTX3D84DZDD5JYOCYH15", "sec_cik": "1002047", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NetApp_logo.svg", "description": "company", "sitelinks": 27, "importance": 0.6863, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1002047", "enriched_at": "2026-09-12T09:34:23+00:00"}}
164 {"wikidata_id": "Q634815", "display_name": "Motorola Solutions", "legal_name": null, "aliases": ["Motorola", "Inc."], "website": "https://www.motorolasolutions.com", "canonical_domain": "motorolasolutions.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.8809, "lon": -87.64021, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2011, "employees": 18000, "public_company": true, "ticker": "MSI", "exchange": "New York Stock Exchange", "lei": "6S552MUG6KGJVEBSEC55", "sec_cik": "68505", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motorola_Solutions_Logo.svg", "description": "American data communications and telecommunications equipment provider", "sitelinks": 25, "importance": 0.6844, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
165 {"wikidata_id": "Q1138291", "display_name": "Curtiss-Wright", "legal_name": null, "aliases": ["Curtiss-Wright Corporation"], "website": "https://www.curtisswright.com", "canonical_domain": "curtisswright.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1929, "employees": 10000, "public_company": true, "ticker": "CW", "exchange": "New York Stock Exchange", "lei": "TEL51ETZWP7D0ZM4X325", "sec_cik": "26324", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Curtiss-Wright_logo.svg", "description": "aircraft manufacturer in the United States", "sitelinks": 27, "importance": 0.6837, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "26324", "enriched_at": "2026-09-12T09:34:23+00:00"}}
166 {"wikidata_id": "Q202972", "display_name": "International Paper", "legal_name": null, "aliases": ["IP", "International Paper Company"], "website": "https://www.internationalpaper.com", "canonical_domain": "internationalpaper.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1898, "employees": 58000, "public_company": true, "ticker": "IP", "exchange": "New York Stock Exchange", "lei": "824LMFJDH41EY779Q875", "sec_cik": "51434", "parent": {"wikidata_id": "Q117023081", "name": "International Power and Paper Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InternationalPaper_logo_2023.svg", "description": "American pulp and paper company", "sitelinks": 21, "importance": 0.6837, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
167 {"wikidata_id": "Q2749364", "display_name": "Fortinet", "legal_name": null, "aliases": ["ftn", "Fortinet Inc.", "Inc.", "FTNT"], "website": "https://www.fortinet.com", "canonical_domain": "fortinet.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2000, "employees": 15109, "public_company": true, "ticker": "FTNT", "exchange": "Nasdaq", "lei": "549300O0QJWDBAS0QX03", "sec_cik": "1262039", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fortinet_logo.svg", "description": "network security corporation", "sitelinks": 25, "importance": 0.6818, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
168 {"wikidata_id": "Q5289230", "display_name": "Dollar Tree", "legal_name": null, "aliases": [], "website": "https://www.dollartree.com", "canonical_domain": "dollartree.com", "country": "US", "hq_city": "Chesapeake", "hq_region": "Virginia", "lat": 36.7674, "lon": -76.28741, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": 145000, "public_company": true, "ticker": "DLTR", "exchange": "Nasdaq", "lei": "549300PMSTQITB1WHR43", "sec_cik": "935703", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dollar_Tree_logo.svg", "description": "chain of low cost retail stores in North America", "sitelinks": 18, "importance": 0.6816, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
169 {"wikidata_id": "Q29739", "display_name": "International", "legal_name": null, "aliases": ["International Harvester Company", "Navistar", "International Trucks", "International Motors", "Navistar International Corporation"], "website": "https://www.international.com", "canonical_domain": "international.com", "country": "US", "hq_city": "Lisle", "hq_region": "DuPage County", "lat": 41.7925, "lon": -88.0883, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1986, "employees": 14800, "public_company": true, "ticker": "NAV", "exchange": "New York Stock Exchange", "lei": "WNDD3CRVXJGC8I7GX671", "sec_cik": "51296", "parent": {"wikidata_id": "Q28228137", "name": "Traton"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/International_Motors_Logo%2C_October_2024.svg", "description": "motor vehicle manufacturing company", "sitelinks": 25, "importance": 0.6815, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
170 {"wikidata_id": "Q1192805", "display_name": "Krispy Kreme", "legal_name": null, "aliases": ["Krispy Kreme Doughnuts", "Inc."], "website": "https://krispykreme.com", "canonical_domain": "krispykreme.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["hospitality"], "industry_labels": ["gastronomy"], "founded_year": 1937, "employees": 4000, "public_company": true, "ticker": "DNUT", "exchange": "Nasdaq", "lei": "549300SW1I7LNVBRTO38", "sec_cik": "1857154", "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo.KrispyKreme.svg", "description": "American global doughnut company and coffeehouse chain", "sitelinks": 30, "importance": 0.6811, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
171 {"wikidata_id": "Q465751", "display_name": "Chipotle Mexican Grill", "legal_name": null, "aliases": ["Chipotle"], "website": "https://chipotle.com", "canonical_domain": "chipotle.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1993, "employees": 45200, "public_company": true, "ticker": "CMG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1058090", "parent": null, "logo_url": null, "description": "American fast casual Mexican restaurant chain", "sitelinks": 21, "importance": 0.6801, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
172 {"wikidata_id": "Q1969091", "display_name": "Oshkosh Corporation", "legal_name": null, "aliases": ["Oshkosh Truck", "Oshkosh Truck Corporation"], "website": "https://www.oshkoshcorp.com", "canonical_domain": "oshkoshcorp.com", "country": "US", "hq_city": "Oshkosh", "hq_region": "Winnebago County", "lat": 44.02417, "lon": -88.56111, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1917, "employees": 12000, "public_company": true, "ticker": "OSK", "exchange": "New York Stock Exchange", "lei": "549300FEKNPCFSA2B506", "sec_cik": "775158", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oshkosh_Corporation_2019_Logo.svg", "description": "American industrial company", "sitelinks": 25, "importance": 0.6785, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
173 {"wikidata_id": "Q261288", "display_name": "Dolby", "legal_name": null, "aliases": ["Dolby Laboratories", "Dolby Laboratories Inc.", "Dolby Laboratories Licensing Corporation (San Francisco", "CA)", "Dolby Labs"], "website": "https://www.dolby.com", "canonical_domain": "dolby.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["professional-services"], "industry_labels": ["audio signal processing", "SIC 6794 Patent Owners & Lessors"], "founded_year": 1965, "employees": 1667, "public_company": true, "ticker": "DLB", "exchange": "New York Stock Exchange", "lei": "5493003RN4N4ACTUEC28", "sec_cik": "1308547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dolby_logo_2019.svg", "description": "American company specializing in audio noise reduction and audio encoding/compression", "sitelinks": 33, "importance": 0.6781, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1308547", "enriched_at": "2026-09-12T09:34:24+00:00"}}
174 {"wikidata_id": "Q642271", "display_name": "The Cigna Group", "legal_name": null, "aliases": ["Cigna"], "website": "https://www.cigna.com", "canonical_domain": "cigna.com", "country": "US", "hq_city": "Bloomfield", "hq_region": "Capitol Planning Region", "lat": 41.85, "lon": -72.73333, "industries": ["healthcare"], "industry_labels": ["managed care"], "founded_year": 1982, "employees": 73800, "public_company": true, "ticker": "CI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1739940", "parent": null, "logo_url": null, "description": "American health services organization", "sitelinks": 19, "importance": 0.6772, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
175 {"wikidata_id": "Q1545076", "display_name": "Microchip Technology", "legal_name": null, "aliases": ["Microchip Technology Inc."], "website": "https://www.microchip.com", "canonical_domain": "microchip.com", "country": "US", "hq_city": "Chandler", "hq_region": "Maricopa County", "lat": 33.30333, "lon": -111.84139, "industries": ["technology", "semiconductors"], "industry_labels": ["electronics", "semiconductor industry"], "founded_year": 1989, "employees": 19500, "public_company": true, "ticker": "MCHP", "exchange": "Nasdaq", "lei": "5493007PTFULNYZJ1R12", "sec_cik": "827054", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Microchip-Logo.svg", "description": "American integrated circuit company", "sitelinks": 23, "importance": 0.6771, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
176 {"wikidata_id": "Q294721", "display_name": "AMC Theatres", "legal_name": null, "aliases": ["American Multi-Cinema", "AMC Cinemas", "AMC Cines", "AMC Entertainment", "AMC Entertainment Inc", "AMC Entertainment Incorporated", "AMC Entertainment", "Inc."], "website": "https://www.amctheatres.com", "canonical_domain": "amctheatres.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Platte County", "lat": 39.05, "lon": -94.58333, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1920, "employees": 34000, "public_company": true, "ticker": "AMC", "exchange": "New York Stock Exchange", "lei": "549300ZO77UNR6NRBR11", "sec_cik": "1411579", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMC_Theatres_logo_%282%29.svg", "description": "US-based movie theater chain in the US and Europe", "sitelinks": 21, "importance": 0.676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1411579", "enriched_at": "2026-09-12T09:34:24+00:00"}}
177 {"wikidata_id": "Q1329463", "display_name": "Quiksilver", "legal_name": null, "aliases": ["Inc.", "Quiksilver Inc"], "website": "https://www.quiksilver.com", "canonical_domain": "quiksilver.com", "country": "US", "hq_city": "Huntington Beach", "hq_region": "Orange County", "lat": 33.69278, "lon": -117.99972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1969, "employees": 7500, "public_company": true, "ticker": "ZQK", "exchange": "New York Stock Exchange", "lei": "54930013HYANWRQLRU09", "sec_cik": "805305", "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quiksilver_wordmark_2015.svg", "description": "manufacturer of surfwear swimwear, ski and snowboard wear and equipment", "sitelinks": 26, "importance": 0.6757, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
178 {"wikidata_id": "Q393762", "display_name": "Agilent Technologies", "legal_name": "Agilent Technologies, Inc.", "aliases": ["Inc."], "website": "https://www.agilent.com", "canonical_domain": "agilent.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology"], "industry_labels": ["high-performance liquid chromatography", "measurement tool", "electronics industry"], "founded_year": 1999, "employees": 17671, "public_company": true, "ticker": "A", "exchange": "New York Stock Exchange", "lei": "QUIX8Y7A2WP0XRMW7G29", "sec_cik": "1090872", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agilent_Technologies-Logo.svg", "description": "American life sciences company that provides instruments, software, services, and consumables for the entire laboratory workflow", "sitelinks": 23, "importance": 0.6757, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
179 {"wikidata_id": "Q35339", "display_name": "WWE", "legal_name": null, "aliases": [], "website": "https://www.wwe.com", "canonical_domain": "wwe.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "TKO", "exchange": "New York Stock Exchange", "lei": "549300WZVLSCS3L4L698", "sec_cik": "1973266", "parent": {"wikidata_id": "Q120435068", "name": "TKO Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WWE_Official_Logo.svg", "description": "American professional wrestling and entertainment company", "sitelinks": 91, "importance": 0.6754, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1149935"}, {"related_domain_conflict": "Q3622086"}], "source_edgar": {"cik": "1973266", "enriched_at": "2026-09-12T09:34:24+00:00"}}
180 {"wikidata_id": "Q485593", "display_name": "Red Hat", "legal_name": null, "aliases": [], "website": "https://www.redhat.com", "canonical_domain": "redhat.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["software"], "industry_labels": ["software industry", "SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 1993, "employees": 19000, "public_company": true, "ticker": null, "exchange": null, "lei": "08C2IQ0VM1B2PBTVHC56", "sec_cik": "1087423", "parent": {"wikidata_id": "Q37156", "name": "IBM"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Red_Hat_logo.svg", "description": "American multinational software company", "sitelinks": 60, "importance": 0.6748, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1087423", "enriched_at": "2026-09-12T09:34:24+00:00"}}
181 {"wikidata_id": "Q292292", "display_name": "AGCO", "legal_name": null, "aliases": ["AGCO Allis", "AGCO CORP", "AGCO Corp.", "Agco Corporation", "AGCO Corporation", "AGCO Tractors", "Agco-Allis", "Challenger Equipment"], "website": "https://www.agcocorp.com", "canonical_domain": "agcocorp.com", "country": "US", "hq_city": "Duluth", "hq_region": "Gwinnett County", "lat": 34.00306, "lon": -84.14556, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1990, "employees": 22000, "public_company": true, "ticker": "AGCO", "exchange": "New York Stock Exchange", "lei": "LYOM0B2GCF1JWXK5ZG04", "sec_cik": "880266", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AGCO-Logo.svg", "description": "American agricultural machinery manufacturer", "sitelinks": 22, "importance": 0.6744, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "880266", "enriched_at": "2026-09-12T09:34:24+00:00"}}
182 {"wikidata_id": "Q852787", "display_name": "Groupon", "legal_name": "Groupon, Inc.", "aliases": ["Inc."], "website": "https://www.groupon.com", "canonical_domain": "groupon.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2008, "employees": 3675, "public_company": true, "ticker": "GRPN", "exchange": "Nasdaq", "lei": "5299005W5W1R5POQJL03", "sec_cik": "1490281", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Groupon_Logo.svg", "description": "American worldwide e-commerce marketplace", "sitelinks": 28, "importance": 0.6729, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
183 {"wikidata_id": "Q582418", "display_name": "ITT Corporation", "legal_name": null, "aliases": ["ITT", "International Telephone & Telegraph", "ITT CANNON LLC", "ITT Inc."], "website": "https://itt.com", "canonical_domain": "itt.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": 10600, "public_company": true, "ticker": "ITT", "exchange": "New York Stock Exchange", "lei": "549300KDSERHTJOXUS80", "sec_cik": "216228", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITT_logo.svg", "description": "American worldwide manufacturing company", "sitelinks": 24, "importance": 0.6726, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
184 {"wikidata_id": "Q1347782", "display_name": "Marvell Technology", "legal_name": null, "aliases": ["Marvell", "Marvell (United States)", "Marvell Technology Group", "Inc."], "website": "https://www.marvell.com", "canonical_domain": "marvell.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1995, "employees": 7480, "public_company": true, "ticker": "MRVL", "exchange": "Nasdaq", "lei": "8DF36O58U3QIHUCGZB18", "sec_cik": "1835632", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvell_Logo.svg", "description": "American fabless semiconductor company", "sitelinks": 25, "importance": 0.6717, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1835632", "enriched_at": "2026-09-12T09:34:24+00:00"}}
185 {"wikidata_id": "Q2945643", "display_name": "Skechers", "legal_name": null, "aliases": ["Skechers Incorporated"], "website": "https://www.skechers.com", "canonical_domain": "skechers.com", "country": "US", "hq_city": "Manhattan Beach", "hq_region": "Los Angeles County", "lat": 33.88889, "lon": -118.40528, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1992, "employees": 9800, "public_company": true, "ticker": "SKX", "exchange": "New York Stock Exchange", "lei": "529900D2R54KZPA4XR56", "sec_cik": "1065837", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skechers.svg", "description": "American shoe company", "sitelinks": 24, "importance": 0.6714, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
186 {"wikidata_id": "Q2114414", "display_name": "Prudential Financial", "legal_name": null, "aliases": [], "website": "https://prudential.com", "canonical_domain": "prudential.com", "country": "US", "hq_city": "Prudential Headquarters", "hq_region": null, "lat": 40.7335, "lon": -74.17106, "industries": ["insurance", "financial-services"], "industry_labels": ["life insurance", "financial sector"], "founded_year": 1875, "employees": 41671, "public_company": true, "ticker": "PRU", "exchange": "New York Stock Exchange", "lei": "5PRBRS5FEH7NREC8OR45", "sec_cik": "1137774", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-prudential-do-brasil.png", "description": "American life insurance company", "sitelinks": 19, "importance": 0.6689, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
187 {"wikidata_id": "Q1281055", "display_name": "TV Azteca", "legal_name": null, "aliases": ["Television Azteca", "Televisión Azteca", "TV Azteca SAB de CV", "S.A.B. de C.V."], "website": "https://www.tvazteca.com", "canonical_domain": "tvazteca.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": ["television", "mass media"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "AZTECA", "exchange": "Mexican Stock Exchange", "lei": "549300H2ZXE4KL0NUV88", "sec_cik": "1023025", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_de_TV_Azteca.svg", "description": "Mexican multimedia group", "sitelinks": 85, "importance": 0.6683, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
188 {"wikidata_id": "Q165858", "display_name": "Telus Communications", "legal_name": null, "aliases": [], "website": "https://www.telus.com", "canonical_domain": "telus.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1990, "employees": 28000, "public_company": true, "ticker": "T", "exchange": "Toronto Stock Exchange", "lei": "L2TEUTQ8OSHMJWVLCE40", "sec_cik": "868675", "parent": {"wikidata_id": "Q96407933", "name": "Telus Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telus-Logo.svg", "description": "Canadian telecommunications company", "sitelinks": 20, "importance": 0.6683, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
189 {"wikidata_id": "Q3511885", "display_name": "T-Mobile US", "legal_name": "T-Mobile US, Inc.", "aliases": ["T-Mobile", "T-Mobile USA", "Inc.", "VoiceStream Wireless"], "website": "https://www.t-mobile.com", "canonical_domain": "t-mobile.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2001, "employees": 38000, "public_company": true, "ticker": "TMUS", "exchange": "Nasdaq", "lei": "549300QHIJYOHPACPG31", "sec_cik": "1283699", "parent": {"wikidata_id": "Q9396", "name": "Deutsche Telekom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T-Mobile_US_Logo_2022_RGB_Magenta_on_Transparent.svg", "description": "American telecommunications company", "sitelinks": 19, "importance": 0.6676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
190 {"wikidata_id": "Q28782856", "display_name": "DXC Technology", "legal_name": null, "aliases": ["DXC", "dxc", "DXC Technology Services LLC"], "website": "https://dxc.com", "canonical_domain": "dxc.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["technology"], "industry_labels": ["quaternary sector of the economy"], "founded_year": 2017, "employees": 170500, "public_company": true, "ticker": "DXC", "exchange": "New York Stock Exchange", "lei": "549300DOVZ3EDJB7O259", "sec_cik": "1688568", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DXC-Logo-2025.svg", "description": "company", "sitelinks": 15, "importance": 0.6659, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
191 {"wikidata_id": "Q1511043", "display_name": "Gerdau", "legal_name": null, "aliases": ["Gerdau S.A."], "website": "https://www.gerdau.com.br", "canonical_domain": "gerdau.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["mining"], "industry_labels": ["metal industry", "iron and steel industry"], "founded_year": 1901, "employees": 47000, "public_company": true, "ticker": "GGBR3", "exchange": "São Paulo Stock Exchange", "lei": "254900YDV6SEQQPZVG24", "sec_cik": "1073404", "parent": {"wikidata_id": "Q3307276", "name": "Metalúrgica Gerdau"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gerdau_logo_%282011%29.svg", "description": "company", "sitelinks": 18, "importance": 0.6653, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1073404", "enriched_at": "2026-09-12T09:34:24+00:00"}}
192 {"wikidata_id": "Q1520122", "display_name": "Getty Images", "legal_name": null, "aliases": ["Getty", "Getty Images Holdings", "Inc.", "Inc."], "website": "https://www.gettyimages.com", "canonical_domain": "gettyimages.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1995, "employees": 1700, "public_company": true, "ticker": "GETY", "exchange": "New York Stock Exchange", "lei": "5493005NV20IG4VEKZ40", "sec_cik": "1898496", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Getty_Images_logo.svg", "description": "American visual media company", "sitelinks": 29, "importance": 0.6653, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
193 {"wikidata_id": "Q1645081", "display_name": "Nucor", "legal_name": null, "aliases": ["Nuclear Corporation of America"], "website": "https://www.nucor.com", "canonical_domain": "nucor.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1955, "employees": 31400, "public_company": true, "ticker": "NUE", "exchange": "New York Stock Exchange", "lei": "549300GGJCRSI2TIEJ46", "sec_cik": "73309", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nucor.svg", "description": "steel production company", "sitelinks": 19, "importance": 0.6648, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
194 {"wikidata_id": "Q470156", "display_name": "Cencora", "legal_name": null, "aliases": ["AmerisourceBergen Corporation", "AmerisourceBergen World Courier", "Inc."], "website": "https://www.cencora.com", "canonical_domain": "cencora.com", "country": "US", "hq_city": "Chesterbrook", "hq_region": "Tredyffrin Township", "lat": 40.07444, "lon": -75.455, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2001, "employees": 44000, "public_company": true, "ticker": "COR", "exchange": "New York Stock Exchange", "lei": "AI8GXW8LG5WK7E9UD086", "sec_cik": "1140859", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cencora_logo.png", "description": "US drug wholesale company company", "sitelinks": 18, "importance": 0.6643, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
195 {"wikidata_id": "Q804353", "display_name": "Baker Hughes", "legal_name": null, "aliases": ["Baker Hughes Co."], "website": "https://www.bakerhughes.com", "canonical_domain": "bakerhughes.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1987, "employees": 59400, "public_company": true, "ticker": "BKR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1701605", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baker_Hughes_logo.svg", "description": "energy technology company", "sitelinks": 17, "importance": 0.663, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
196 {"wikidata_id": "Q1630431", "display_name": "HCA Healthcare", "legal_name": null, "aliases": ["HCA", "Hospital Corporation of America"], "website": "https://careers.hcahealthcare.com", "canonical_domain": "hcahealthcare.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1968, "employees": 204000, "public_company": true, "ticker": "HCA", "exchange": "New York Stock Exchange", "lei": "529900PH4ZGUH2MNEU89", "sec_cik": "860730", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2019_HCA_logo.svg", "description": "American healthcare facilities company", "sitelinks": 14, "importance": 0.6617, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
197 {"wikidata_id": "Q28027517", "display_name": "Lucid Motors", "legal_name": null, "aliases": ["Atieva"], "website": "https://lucidmotors.com", "canonical_domain": "lucidmotors.com", "country": "US", "hq_city": "Newark", "hq_region": "Alameda County", "lat": 37.53333, "lon": -122.03333, "industries": ["automotive", "energy"], "industry_labels": ["automotive industry", "battery", "automotive battery", "electric vehicle"], "founded_year": 2007, "employees": 6500, "public_company": true, "ticker": "LCID", "exchange": "Nasdaq", "lei": null, "sec_cik": "1811210", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lucid_Motors_logo.svg", "description": "California-based EV company founded in 2007", "sitelinks": 23, "importance": 0.6612, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1811210", "enriched_at": "2026-09-12T09:34:24+00:00"}}
198 {"wikidata_id": "Q174769", "display_name": "United Airlines", "legal_name": null, "aliases": ["United", "Continental", "UA", "Boeing Air Transport", "UAL", "United Air Lines", "Inc.", "Inc."], "website": "https://www.united.com", "canonical_domain": "united.com", "country": "US", "hq_city": "Willis Tower", "hq_region": "Chicago", "lat": 41.8788, "lon": -87.6365, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "UAL", "exchange": "Nasdaq", "lei": "K1OQBWM7XEOO08LDNP29", "sec_cik": "319687", "parent": {"wikidata_id": "Q871700", "name": "United Airlines Holdings"}, "logo_url": null, "description": "American airline", "sitelinks": 79, "importance": 0.6607, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q871700"}]}
199 {"wikidata_id": "Q1383669", "display_name": "Exelon", "legal_name": null, "aliases": ["Exelon Corporation"], "website": "https://www.exeloncorp.com", "canonical_domain": "exeloncorp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2000, "employees": 34000, "public_company": true, "ticker": "EXC", "exchange": "New York Stock Exchange", "lei": "3SOUA6IRML7435B56G12", "sec_cik": "1109357", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exelon_logo.svg", "description": "energy company headquartered in Chicago", "sitelinks": 18, "importance": 0.6606, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
200 {"wikidata_id": "Q1345971", "display_name": "USA Today Co.", "legal_name": null, "aliases": ["Gannett", "Gannett Co.", "Gannett Co.", "Inc.", "Gannett Company", "Gannett Company", "Inc", "Gannett Group"], "website": "https://www.usatodayco.com", "canonical_domain": "usatodayco.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1906, "employees": 11202, "public_company": true, "ticker": "GCI", "exchange": "New York Stock Exchange", "lei": "549300S74UKH4O12NI89", "sec_cik": "1579684", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/USA_Today_Co._Logo.svg", "description": "United States newspaper company", "sitelinks": 21, "importance": 0.6599, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
201 {"wikidata_id": "Q2299611", "display_name": "Yelp", "legal_name": null, "aliases": ["Yelp!", "Yelp Inc", "Yelp Inc.", "Yelp Incorporated", "Inc."], "website": "https://www.yelp.co.uk", "canonical_domain": "yelp.co.uk", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2004, "employees": 4350, "public_company": true, "ticker": "YELP", "exchange": "New York Stock Exchange", "lei": "5299007OU2DOSXPQBO35", "sec_cik": "1345016", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yelp_Logo.svg", "description": "American company directory service and online review forum", "sitelinks": 24, "importance": 0.6597, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
202 {"wikidata_id": "Q180", "display_name": "Wikimedia Foundation, Inc.", "legal_name": "Wikimedia Foundation, Inc.", "aliases": [], "website": "https://wikimediafoundation.org", "canonical_domain": "wikimediafoundation.org", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2003, "employees": 700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wikimedia_Foundation_logo_-_vertical.svg", "description": "American charitable organization", "sitelinks": 214, "importance": 0.6595, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
203 {"wikidata_id": "Q1146061", "display_name": "Cushman & Wakefield", "legal_name": null, "aliases": [], "website": "https://www.cushmanwakefield.com", "canonical_domain": "cushmanwakefield.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["real-estate"], "industry_labels": ["commercial property", "real estate industry"], "founded_year": 1917, "employees": 15000, "public_company": true, "ticker": "CWK", "exchange": "New York Stock Exchange", "lei": "549300O7PRTLVBF2ZE53", "sec_cik": "1214554", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cushman_%26_Wakefield_logo.svg", "description": "American commercial real estate and property management services firm", "sitelinks": 20, "importance": 0.6593, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
204 {"wikidata_id": "Q643674", "display_name": "Thermo Fisher Scientific Inc.", "legal_name": null, "aliases": ["TMO", "Thermo Fisher", "ThermoFisher"], "website": "https://www.thermofisher.com", "canonical_domain": "thermofisher.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2006, "employees": 67816, "public_company": true, "ticker": "TMO", "exchange": "New York Stock Exchange", "lei": "HCHV7422L5HDJZCRFL38", "sec_cik": "97745", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thermo_Fisher_Scientific_logo.svg", "description": "multinational company providing scientific instrumentation", "sitelinks": 16, "importance": 0.6589, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2040291"}]}
205 {"wikidata_id": "Q691592", "display_name": "GlobalFoundries", "legal_name": "GLOBALFOUNDRIES Inc.", "aliases": ["Global Foundries", "GlobalFoundries (Cayman Islands)", "GlobalFoundries Inc", "GloFo"], "website": "https://gf.com", "canonical_domain": "gf.com", "country": "US", "hq_city": "Malta", "hq_region": "Saratoga County", "lat": 42.96667, "lon": -73.8, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2008, "employees": 14600, "public_company": true, "ticker": "GFS", "exchange": "Nasdaq", "lei": "549300BA76VK784VMX48", "sec_cik": "1709048", "parent": null, "logo_url": null, "description": "multinational semiconductor company", "sitelinks": 20, "importance": 0.6589, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
206 {"wikidata_id": "Q144060", "display_name": "Cray", "legal_name": null, "aliases": ["Cray Inc.", "Cray Research", "Cray Research Inc."], "website": "https://www.cray.com", "canonical_domain": "cray.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["technology"], "industry_labels": ["information technology", "supercomputer"], "founded_year": 1972, "employees": 1042, "public_company": true, "ticker": "CRAY", "exchange": "Nasdaq", "lei": "549300BK2ASMF2NM4Q31", "sec_cik": "949158", "parent": {"wikidata_id": "Q19923099", "name": "Hewlett Packard Enterprise"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cray_logo_%282018%29.svg", "description": "American supercomputer manufacturer", "sitelinks": 29, "importance": 0.6582, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
207 {"wikidata_id": "Q761965", "display_name": "Baxter International", "legal_name": null, "aliases": ["Baxter International Inc"], "website": "https://www.baxter.com", "canonical_domain": "baxter.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["medical-devices"], "industry_labels": ["medical equipment"], "founded_year": 1931, "employees": 61500, "public_company": true, "ticker": "BAX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "10456", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baxter.svg", "description": "American manufacturer of healthcare goods", "sitelinks": 16, "importance": 0.6575, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
208 {"wikidata_id": "Q894585", "display_name": "Boston Scientific", "legal_name": null, "aliases": ["BSC", "Boston Scientific Corporation"], "website": "https://www.bostonscientific.com", "canonical_domain": "bostonscientific.com", "country": "US", "hq_city": "Marlborough", "hq_region": "Middlesex County", "lat": 42.34583, "lon": -71.55278, "industries": ["healthcare", "medical-devices"], "industry_labels": ["interventional radiology", "electrophysiology", "interventional cardiology", "neuromodulation", "medical device"], "founded_year": 1979, "employees": 59000, "public_company": true, "ticker": "BSX", "exchange": "New York Stock Exchange", "lei": "Y6ZDD9FP4P8JSSJMW954", "sec_cik": "885725", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boston_Scientific_Logo.svg", "description": "worldwide developer, manufacturer and marketer of medical devices", "sitelinks": 16, "importance": 0.6569, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
209 {"wikidata_id": "Q1045842", "display_name": "The Cheesecake Factory", "legal_name": null, "aliases": ["Cheesecake Factory"], "website": "https://www.thecheesecakefactory.com", "canonical_domain": "thecheesecakefactory.com", "country": "US", "hq_city": "Calabasas", "hq_region": "Los Angeles County", "lat": 34.13333, "lon": -118.65, "industries": ["retail"], "industry_labels": ["gastronomy"], "founded_year": 1978, "employees": 38800, "public_company": true, "ticker": "CAKE", "exchange": "Nasdaq", "lei": "529900872XMLK10SY247", "sec_cik": "887596", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CheesecakeFactoryLogo1.png", "description": "American distributor of cheesecakes and a restaurant company", "sitelinks": 17, "importance": 0.6568, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "887596", "enriched_at": "2026-09-12T09:34:24+00:00"}}
210 {"wikidata_id": "Q1470619", "display_name": "Parker Hannifin", "legal_name": null, "aliases": ["Parker", "Parker Appliance Company", "Runwise"], "website": "https://www.parker.com", "canonical_domain": "parker.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1917, "employees": 57500, "public_company": true, "ticker": "PH", "exchange": "New York Stock Exchange", "lei": "549300NWYU96IN4LF680", "sec_cik": "76334", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parker_Hannifin.svg", "description": "American technology firm", "sitelinks": 16, "importance": 0.6565, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
211 {"wikidata_id": "Q7893816", "display_name": "Unity Technologies", "legal_name": "Unity Technologies", "aliases": ["Unity"], "website": "https://unity.com", "canonical_domain": "unity.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming", "media"], "industry_labels": ["video game industry", "media industry"], "founded_year": 2004, "employees": 2000, "public_company": true, "ticker": "U", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1810806", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unity_2021.svg", "description": "software company most known for creating the Unity game engine", "sitelinks": 26, "importance": 0.6565, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1810806", "enriched_at": "2026-09-12T09:34:24+00:00"}}
212 {"wikidata_id": "Q825943", "display_name": "BorgWarner", "legal_name": null, "aliases": ["BorgWarner Inc."], "website": "https://www.borgwarner.com", "canonical_domain": "borgwarner.com", "country": "US", "hq_city": "Auburn Hills", "hq_region": "Oakland County", "lat": 42.6875, "lon": -83.23417, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1880, "employees": 49000, "public_company": true, "ticker": "BWA", "exchange": "New York Stock Exchange", "lei": "549300DSFX2IE88NSX47", "sec_cik": "908255", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BorgWarner_Logo_Dark_Blue_%281%29.svg", "description": "company", "sitelinks": 16, "importance": 0.6542, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
213 {"wikidata_id": "Q188920", "display_name": "Delta Air Lines", "legal_name": null, "aliases": ["Delta", "DL", "DAL", "Inc.", "Delta Airlines"], "website": "https://zh.delta.com", "canonical_domain": "delta.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["aerospace-defense", "airlines"], "industry_labels": ["aviation", "air transport"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "DAL", "exchange": "New York Stock Exchange", "lei": "Q2CCMS6R0AS67HJMBN42", "sec_cik": "27904", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Delta_logo.svg", "description": "airline in the United States (1929–present)", "sitelinks": 74, "importance": 0.6539, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
214 {"wikidata_id": "Q7128508", "display_name": "Palo Alto Networks", "legal_name": null, "aliases": ["PAN", "PANW", "Palo Alto Software", "Inc."], "website": "https://www.paloaltonetworks.com", "canonical_domain": "paloaltonetworks.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2005, "employees": 13900, "public_company": true, "ticker": "PANW", "exchange": "Nasdaq", "lei": "549300QXR2YVZV231H43", "sec_cik": "1327567", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PaloAltoNetworks_2020_Logo.svg", "description": "cyber-security company", "sitelinks": 19, "importance": 0.653, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
215 {"wikidata_id": "Q1389504", "display_name": "Morningstar, Inc.", "legal_name": null, "aliases": ["Morning star", "Morning star INC", "Morning star research", "Morningstar Inc"], "website": "https://www.morningstar.com", "canonical_domain": "morningstar.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": 9556, "public_company": true, "ticker": "MORN", "exchange": "Nasdaq", "lei": "529900YGNQPOVAXQ7F29", "sec_cik": "1289419", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morningstar_Logo.svg", "description": "American financial services firm", "sitelinks": 20, "importance": 0.6528, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1152008"}]}
216 {"wikidata_id": "Q1671509", "display_name": "onsemi", "legal_name": null, "aliases": ["Fairchild Semiconductor", "AMI Semiconductor", "Alcatel Microelectronics", "Mietec"], "website": "https://www.onsemi.com", "canonical_domain": "onsemi.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1992, "employees": 26400, "public_company": true, "ticker": "ON", "exchange": "Nasdaq", "lei": "ZV20P4CNJVT8V1ZGJ064", "sec_cik": "1097864", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Onsemi_logo_2021.svg", "description": "A semiconductor company focused on intelligent power and sensing technologies", "sitelinks": 17, "importance": 0.6513, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
217 {"wikidata_id": "Q926806", "display_name": "Carlyle Group", "legal_name": null, "aliases": ["The Carlyle Group"], "website": "https://www.carlyle.com", "canonical_domain": "carlyle.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1987, "employees": 2400, "public_company": true, "ticker": "CG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1527166", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Carlyle_Group_logo.svg", "description": "American alternative asset management company", "sitelinks": 24, "importance": 0.6511, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
218 {"wikidata_id": "Q1798370", "display_name": "CGI Group", "legal_name": null, "aliases": ["CGI", "CGI Group Inc.", "Consultants to Government and Industry Incorporated"], "website": "https://www.cgi.com", "canonical_domain": "cgi.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1976, "employees": 90000, "public_company": true, "ticker": "GIB.A", "exchange": "Toronto Stock Exchange", "lei": "549300WSRCZY73ZG3090", "sec_cik": "1061574", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CGI_Group_logo.svg", "description": "multinational information technology company", "sitelinks": 14, "importance": 0.6498, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
219 {"wikidata_id": "Q2831861", "display_name": "Albertsons", "legal_name": null, "aliases": ["Albertson's"], "website": "https://www.albertsonscompanies.com", "canonical_domain": "albertsonscompanies.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1939, "employees": 250000, "public_company": true, "ticker": "ACI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1646972", "parent": {"wikidata_id": "Q289362", "name": "Cerberus Capital Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Albertsons_logo.svg", "description": "American grocery chain", "sitelinks": 12, "importance": 0.6496, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
220 {"wikidata_id": "Q32396", "display_name": "American Airlines", "legal_name": null, "aliases": ["AA", "AAL", "AMR Corporation", "American Air Lines", "American Airlines Group", "Inc.", "American Airways"], "website": "https://www.aa.com", "canonical_domain": "aa.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["airlines"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "AAL", "exchange": "Nasdaq", "lei": "IWUQB36BXD6OWD6X4T14", "sec_cik": "4515", "parent": {"wikidata_id": "Q4742937", "name": "American Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Airlines_wordmark_%282013%29.svg", "description": "major airline of the United States", "sitelinks": 71, "importance": 0.6496, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4742937"}]}
221 {"wikidata_id": "Q245772", "display_name": "Zynga", "legal_name": null, "aliases": ["Zynga Inc."], "website": "https://www.zynga.com", "canonical_domain": "zynga.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 1200, "public_company": true, "ticker": "ZNGA", "exchange": "Nasdaq", "lei": "549300XNQ0U2EL088Z74", "sec_cik": "1439404", "parent": null, "logo_url": null, "description": "American social game developer", "sitelinks": 26, "importance": 0.6491, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
222 {"wikidata_id": "Q910866", "display_name": "Humana", "legal_name": null, "aliases": [], "website": "https://www.humana.com", "canonical_domain": "humana.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1961, "employees": 51600, "public_company": true, "ticker": "HUM", "exchange": "New York Stock Exchange", "lei": "529900YLDW34GJAO4J06", "sec_cik": "49071", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Humana_logo.svg", "description": "American managed health care company", "sitelinks": 15, "importance": 0.6486, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
223 {"wikidata_id": "Q2068984", "display_name": "Illumina", "legal_name": null, "aliases": ["Inc.", "ILMN"], "website": "https://www.illumina.com", "canonical_domain": "illumina.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1998, "employees": 9250, "public_company": true, "ticker": "ILMN", "exchange": "Nasdaq", "lei": "SQ95QG8SR5Q56LSNF682", "sec_cik": "1110803", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Illumina_logo.svg", "description": "American company that develops systems for the analysis of genetic variation", "sitelinks": 19, "importance": 0.6472, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
224 {"wikidata_id": "Q8034666", "display_name": "Workday, Inc.", "legal_name": null, "aliases": ["Workday"], "website": "https://www.workday.com", "canonical_domain": "workday.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": 20000, "public_company": true, "ticker": "WDAY", "exchange": "Nasdaq", "lei": "549300J0DYC0N31V7G13", "sec_cik": "1327811", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Workday_logo.svg", "description": "financial and corporate software company", "sitelinks": 17, "importance": 0.6472, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
225 {"wikidata_id": "Q484930", "display_name": "Analog Devices", "legal_name": null, "aliases": [], "website": "https://www.analog.com", "canonical_domain": "analog.com", "country": "US", "hq_city": "Norwood", "hq_region": "Norfolk County", "lat": 42.19454, "lon": -71.1995, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1965, "employees": 9200, "public_company": true, "ticker": "ADI", "exchange": "Nasdaq", "lei": "GYVOE5EZ4GDAVTU4CQ61", "sec_cik": "6281", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Analog_Devices_Logo.svg", "description": "American company", "sitelinks": 19, "importance": 0.6471, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
226 {"wikidata_id": "Q185339", "display_name": "Air Canada", "legal_name": "Air Canada", "aliases": ["AC", "Trans-Canada Air Lines"], "website": "https://www.aircanada.com", "canonical_domain": "aircanada.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "AC.A", "exchange": "Toronto Stock Exchange", "lei": "4B4HI3CGXMBDC0G6BM51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Canada_2017.svg", "description": "flag-carrier and largest airline of Canada", "sitelinks": 69, "importance": 0.6467, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2070953"}]}
227 {"wikidata_id": "Q2376711", "display_name": "Sysco", "legal_name": null, "aliases": ["Sysco Corporation"], "website": "https://www.sysco.com", "canonical_domain": "sysco.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1969, "employees": 67001, "public_company": true, "ticker": "SYY", "exchange": "New York Stock Exchange", "lei": "5RGWIFLMGH3YS7KWI652", "sec_cik": "96021", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sysco-Logo.svg", "description": "American distribution company", "sitelinks": 14, "importance": 0.6456, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
228 {"wikidata_id": "Q1501630", "display_name": "Interpublic Group of Companies", "legal_name": null, "aliases": ["The Interpublic Group of Companies"], "website": "https://www.interpublic.com", "canonical_domain": "interpublic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1961, "employees": 41000, "public_company": true, "ticker": "IPG", "exchange": "New York Stock Exchange", "lei": "5493008IUOJ5VWTRC333", "sec_cik": "51644", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interpublic_Group_of_Companies_logo.svg", "description": "Advertising company", "sitelinks": 15, "importance": 0.6452, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
229 {"wikidata_id": "Q499962", "display_name": "Coursera", "legal_name": null, "aliases": [], "website": "https://www.coursera.org", "canonical_domain": "coursera.org", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39194, "lon": -122.10361, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "COUR", "exchange": "New York Stock Exchange", "lei": "984500573CA1QB7DAC30", "sec_cik": "1651562", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coursera_logo_%282020%29.svg", "description": "online education technology company", "sitelinks": 67, "importance": 0.6436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
230 {"wikidata_id": "Q1009458", "display_name": "Bunge Limited", "legal_name": null, "aliases": ["Bunge International"], "website": "https://www.bunge.com", "canonical_domain": "bunge.com", "country": "US", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1818, "employees": 22706, "public_company": true, "ticker": "BG", "exchange": "New York Stock Exchange", "lei": "5493007M0RIN8HY3MM77", "sec_cik": "1144519", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bunge_Limited_Logo.svg", "description": "global agribusiness and food company", "sitelinks": 16, "importance": 0.6431, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
231 {"wikidata_id": "Q1275613", "display_name": "EPAM Systems", "legal_name": null, "aliases": ["EPAM", "Inc."], "website": "https://www.epam.com", "canonical_domain": "epam.com", "country": "US", "hq_city": "Pennsylvania", "hq_region": "United States", "lat": 41.0, "lon": -77.5, "industries": ["professional-services", "software"], "industry_labels": ["outsourcing", "consultation", "software industry"], "founded_year": 1993, "employees": 52650, "public_company": true, "ticker": "EPAM", "exchange": "New York Stock Exchange", "lei": "549300XCR4R530HJP604", "sec_cik": "1352010", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Effective_Programming_for_America_logo.svg", "description": "global provider of software engineering and IT consulting services", "sitelinks": 14, "importance": 0.6421, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
232 {"wikidata_id": "Q1544413", "display_name": "National Instruments", "legal_name": null, "aliases": ["NI", "National Instruments Corporation"], "website": "https://www.ni.com", "canonical_domain": "ni.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1976, "employees": 6235, "public_company": true, "ticker": "NATI", "exchange": "Nasdaq", "lei": "549300TP4OOPCYWDUP86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Instruments_logo_2020.svg", "description": "American industrial technology company", "sitelinks": 19, "importance": 0.6414, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
233 {"wikidata_id": "Q1022711", "display_name": "CACI", "legal_name": "CACI International Inc.", "aliases": ["CACI International", "CACI International Inc", "CACI Worldwide", "Inc.", "California Analysis Center", "Incorporated", "Consolidated Analysis Center", "Incorporated"], "website": "https://www.caci.com", "canonical_domain": "caci.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["professional-services", "technology"], "industry_labels": ["professional services industry", "information technology industry"], "founded_year": 1962, "employees": 20000, "public_company": true, "ticker": "CACI", "exchange": "New York Stock Exchange", "lei": "SYRPI2D1O9WRTS2WX210", "sec_cik": "16058", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CACI-Logo.svg", "description": "American professional services and information technology company", "sitelinks": 16, "importance": 0.6412, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
234 {"wikidata_id": "Q811857", "display_name": "Bausch & Lomb", "legal_name": null, "aliases": ["Bausch & Lomb Optical Co.", "Bausch and Lomb Optical Company"], "website": "https://www.bausch.com", "canonical_domain": "bausch.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1853, "employees": 12900, "public_company": true, "ticker": "BLCO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "10427", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bausch_and_Lomb_Logo_2010.svg", "description": "American company", "sitelinks": 17, "importance": 0.6409, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
235 {"wikidata_id": "Q1815011", "display_name": "Pacific Gas and Electric Company", "legal_name": null, "aliases": ["P.G.&E. Company", "Pacific Gas & Electric", "Pacific Gas & Electric Company", "PG&E"], "website": "https://www.pge.com", "canonical_domain": "pge.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["oil-gas", "utilities"], "industry_labels": [], "founded_year": 1905, "employees": 19424, "public_company": true, "ticker": "PCG", "exchange": "New York Stock Exchange", "lei": "8YQ2GSDWYZXO2EDN3511", "sec_cik": "1004980", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pacific_Gas_and_Electric_Company_logo.svg", "description": "American utility company", "sitelinks": 16, "importance": 0.6408, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1004980", "enriched_at": "2026-09-12T09:34:24+00:00"}}
236 {"wikidata_id": "Q795486", "display_name": "Truist Financial", "legal_name": null, "aliases": ["BBT", "BB&T Corporation", "Branch Banking and Trust Company"], "website": "https://www.truist.com", "canonical_domain": "truist.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1872, "employees": 30000, "public_company": true, "ticker": "TFC", "exchange": "New York Stock Exchange", "lei": "549300DRQQI75D2JP341", "sec_cik": "92230", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Truist_Financial_logo.svg", "description": "American bank holding company, formerly known as BB&T Corporation", "sitelinks": 15, "importance": 0.6407, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
237 {"wikidata_id": "Q806206", "display_name": "Bancolombia", "legal_name": null, "aliases": ["Bancolombia Group"], "website": "https://www.bancolombia.com", "canonical_domain": "bancolombia.com", "country": "CO", "hq_city": "Medellín", "hq_region": "Antioquia", "lat": 6.2502, "lon": -75.56758, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1875, "employees": 29731, "public_company": true, "ticker": "CIB", "exchange": "New York Stock Exchange", "lei": "54930052NWJRPNMP1W58", "sec_cik": "1071371", "parent": {"wikidata_id": "Q5886447", "name": "Grupo Sura"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bancolombia_S.A._logo.svg", "description": "Colombian financial institution", "sitelinks": 15, "importance": 0.6406, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
238 {"wikidata_id": "Q1066028", "display_name": "Charles Schwab Corporation", "legal_name": null, "aliases": ["Charles Schwab", "Charles Schwab & Co.", "Charles Schwab & Co.", "Inc.", "Schwab", "The Charles Schwab Corporation"], "website": "https://www.schwab.com", "canonical_domain": "schwab.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": 12400, "public_company": true, "ticker": "SCHW", "exchange": "New York Stock Exchange", "lei": "549300VSGCJ7E698NM85", "sec_cik": "316709", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Charles_Schwab_Corporation_logo.svg", "description": "American financial services company", "sitelinks": 17, "importance": 0.6403, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
239 {"wikidata_id": "Q596499", "display_name": "KBR, Inc.", "legal_name": null, "aliases": ["KBR", "Kellogg Brown & Root"], "website": "https://www.kbr.com", "canonical_domain": "kbr.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1998, "employees": 27000, "public_company": true, "ticker": "KBR", "exchange": "New York Stock Exchange", "lei": "254900OFQDXZRKRCV808", "sec_cik": "1357615", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KBR_Logo.svg", "description": "American engineering, procurement, and construction company.", "sitelinks": 15, "importance": 0.6392, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
240 {"wikidata_id": "Q979690", "display_name": "Netgear", "legal_name": null, "aliases": ["Netgear34-5G"], "website": "https://www.netgear.com", "canonical_domain": "netgear.com", "country": "US", "hq_city": "Dover", "hq_region": "Kent County", "lat": 39.16166, "lon": -75.52571, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1996, "employees": 791, "public_company": true, "ticker": "NTGR", "exchange": "Nasdaq", "lei": "54930067KX3UNRHDWA78", "sec_cik": "1122904", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netgear_logo_2014.svg", "description": "American multinational technology company", "sitelinks": 25, "importance": 0.6392, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
241 {"wikidata_id": "Q295774", "display_name": "ansys.com", "legal_name": null, "aliases": ["ANSYS", "Ansoft", "Ansoft Corporation", "ANSYS Inc.", "ANSYS", "Inc", "ANSYS", "Inc."], "website": "https://www.ansys.com", "canonical_domain": "ansys.com", "country": "US", "hq_city": "Canonsburg", "hq_region": "Washington County", "lat": 40.26194, "lon": -80.185, "industries": ["media"], "industry_labels": ["software publishing"], "founded_year": 1970, "employees": 4800, "public_company": true, "ticker": "ANSS", "exchange": "Nasdaq", "lei": "549300VJV8H15Z5FJ571", "sec_cik": "1013462", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ansys_logo_%282019%29.svg", "description": "American engineering simulation software developer", "sitelinks": 19, "importance": 0.6377, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3085771"}]}
242 {"wikidata_id": "Q974846", "display_name": "People Incorporated", "legal_name": "People Incorporated", "aliases": ["IAC", "InterActiveCorp", "IAC/InterActiveCorp", "USA Interactive", "Silver King Broadcasting Company", "HSN Communications", "HSN Silver King Broadcasting Company", "HSN"], "website": "https://ir.people-incorporated.com", "canonical_domain": "people-incorporated.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "internet"], "industry_labels": ["media industry", "Internet industry"], "founded_year": 1986, "employees": 6800, "public_company": true, "ticker": "IAC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1800227", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/People_Incorporated_logo.svg", "description": "American media and Internet company", "sitelinks": 18, "importance": 0.6373, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
243 {"wikidata_id": "Q1538507", "display_name": "Jack in the Box", "legal_name": null, "aliases": ["JITB"], "website": "https://www.jackinthebox.com", "canonical_domain": "jackinthebox.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "JACK", "exchange": "Nasdaq", "lei": "5493002OJW26P0SUUP68", "sec_cik": "807882", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jack_in_the_Box_2009_logo.svg", "description": "American fast-food restaurant chain", "sitelinks": 63, "importance": 0.6372, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
244 {"wikidata_id": "Q5384453", "display_name": "Equifax", "legal_name": null, "aliases": ["Equifax Inc."], "website": "https://www.equifax.com", "canonical_domain": "equifax.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1899, "employees": 9500, "public_company": true, "ticker": "EFX", "exchange": "New York Stock Exchange", "lei": "5493004MCF8JDC86VS77", "sec_cik": "33185", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equifax.svg", "description": "consumer credit reporting agency", "sitelinks": 17, "importance": 0.6365, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
245 {"wikidata_id": "Q1282130", "display_name": "Ecopetrol", "legal_name": null, "aliases": ["ECOPETROL S.A."], "website": "https://www.ecopetrol.com.co", "canonical_domain": "ecopetrol.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1951, "employees": 9315, "public_company": true, "ticker": "EC", "exchange": "New York Stock Exchange", "lei": "254900IDGKCJICKBPA66", "sec_cik": "1444406", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ecopetrol_wordmark.svg", "description": "Colombian petroleum company", "sitelinks": 17, "importance": 0.6362, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1444406", "enriched_at": "2026-09-12T09:34:24+00:00"}}
246 {"wikidata_id": "Q1420513", "display_name": "Fiserv", "legal_name": null, "aliases": ["First Data Processing", "First service", "Inc."], "website": "https://www.fiserv.com", "canonical_domain": "fiserv.com", "country": "US", "hq_city": "Brookfield", "hq_region": "Waukesha County", "lat": 43.05806, "lon": -88.11472, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": 21000, "public_company": true, "ticker": "FISV", "exchange": "Nasdaq", "lei": "GI7UBEJLXYLGR2C7GV83", "sec_cik": "798354", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fiserv_Logo.svg", "description": "American financial services company", "sitelinks": 15, "importance": 0.6356, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
247 {"wikidata_id": "Q6702957", "display_name": "Lululemon Athletica", "legal_name": null, "aliases": ["lululemon", "lululemon Athletica Inc.", "lululemon Athletica Incorporation"], "website": "https://shop.lululemon.com", "canonical_domain": "lululemon.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1998, "employees": 13400, "public_company": true, "ticker": "LULU", "exchange": "Nasdaq", "lei": "549300D9GZ4BMLDW5T40", "sec_cik": "1397187", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lululemon_Athletica_logo.svg", "description": "Canadian athletic apparel retailer", "sitelinks": 16, "importance": 0.6354, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1397187", "enriched_at": "2026-09-12T09:34:24+00:00"}}
248 {"wikidata_id": "Q851641", "display_name": "Equinix", "legal_name": null, "aliases": [], "website": "https://www.equinix.com", "canonical_domain": "equinix.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1998, "employees": 8378, "public_company": true, "ticker": "EQIX", "exchange": "Nasdaq", "lei": "549300EVUN2BTLJ3GT74", "sec_cik": "1101239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equinix_logo.svg", "description": "data center and colocation infrastructure provider", "sitelinks": 17, "importance": 0.6346, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
249 {"wikidata_id": "Q667599", "display_name": "Newell Brands", "legal_name": null, "aliases": ["Newell Rubbermaid (until 2016)"], "website": "https://www.newellbrands.com", "canonical_domain": "newellbrands.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1903, "employees": 17200, "public_company": true, "ticker": "NWL", "exchange": "New York Stock Exchange", "lei": "549300LWGYFM1TVO1Z12", "sec_cik": "814453", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Newell_Brands_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.6327, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
250 {"wikidata_id": "Q7257522", "display_name": "Huntington Ingalls Industries", "legal_name": null, "aliases": ["HII", "Northrop Grumman Shipbuilding", "Huntington Ingalls"], "website": "https://hii.com", "canonical_domain": "hii.com", "country": "US", "hq_city": "Newport News", "hq_region": "Virginia", "lat": 37.07083, "lon": -76.48444, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 2011, "employees": 44000, "public_company": true, "ticker": "HII", "exchange": "New York Stock Exchange", "lei": "5TZLZ6WJTBVJ0QWBG121", "sec_cik": "1501585", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HII_logo.svg", "description": "American shipbuilding company", "sitelinks": 13, "importance": 0.6322, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
251 {"wikidata_id": "Q1333162", "display_name": "WSP Global", "legal_name": null, "aliases": ["WSP", "WSP Cantor Seinuk", "WSP Group plc"], "website": "https://www.wsp.com", "canonical_domain": "wsp.com", "country": "CA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1959, "employees": 72800, "public_company": true, "ticker": "WSP", "exchange": "Toronto Stock Exchange", "lei": "549300IQ87LU6X6ERQ78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WSP_logo.svg", "description": "Canadian-based business providing management and consultancy services", "sitelinks": 12, "importance": 0.6317, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q16912277"}]}
252 {"wikidata_id": "Q7455653", "display_name": "ServiceNow", "legal_name": null, "aliases": ["ServiceNow Inc.", "Inc."], "website": "https://www.servicenow.com", "canonical_domain": "servicenow.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2004, "employees": 10371, "public_company": true, "ticker": "NOW", "exchange": "New York Stock Exchange", "lei": "549300HJTQM36M0E1G39", "sec_cik": "1373715", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ServiceNow_logo.svg", "description": "American technology company", "sitelinks": 16, "importance": 0.6317, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
253 {"wikidata_id": "Q1579151", "display_name": "Itaúsa", "legal_name": null, "aliases": ["Itausa"], "website": "https://www.itausa.com.br", "canonical_domain": "itausa.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1965, "employees": 126800, "public_company": true, "ticker": "ITSA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Ita%C3%BAsa_%282025%29.svg", "description": "company", "sitelinks": 11, "importance": 0.6313, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
254 {"wikidata_id": "Q1509038", "display_name": "Tenneco", "legal_name": null, "aliases": ["Tenneco Automotive", "Tennessee Gas Transmission Company"], "website": "https://www.tenneco.com", "canonical_domain": "tenneco.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["automotive"], "industry_labels": ["automotive part"], "founded_year": 1930, "employees": 21000, "public_company": true, "ticker": "TEN", "exchange": "New York Stock Exchange", "lei": "549300U0EXXFAQFAD785", "sec_cik": "1024725", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tenneco_Logo_2024.svg", "description": "American Fortune 500 company", "sitelinks": 14, "importance": 0.6288, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
255 {"wikidata_id": "Q3277465", "display_name": "Sirius XM Rad", "legal_name": null, "aliases": ["Sirius", "SIRIUS XM", "Sirius XM Holdings Inc.", "Sirius XM radio", "Sirius XM Radio", "SIRIUS XM Radio", "Sirius XM Radio Inc.", "Sirius XM Satellite Radio"], "website": "https://www.siriusxm.com", "canonical_domain": "siriusxm.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["radio broadcasting"], "founded_year": 2008, "employees": 5515, "public_company": true, "ticker": "SIRI", "exchange": "Nasdaq", "lei": "54930055RWDMVXAGZK98", "sec_cik": "908937", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sirius_XM_logo_2023.svg", "description": "American broadcasting company headquartered in Midtown Manhattan, New York City", "sitelinks": 17, "importance": 0.6286, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
256 {"wikidata_id": "Q430745", "display_name": "Teradata", "legal_name": null, "aliases": ["TD", "Teradata Corporation"], "website": "https://www.teradata.com", "canonical_domain": "teradata.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["software"], "industry_labels": [], "founded_year": 1979, "employees": 8300, "public_company": true, "ticker": "TDC", "exchange": "New York Stock Exchange", "lei": "549300JU9SOUHV4U4R71", "sec_cik": "816761", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teradata_logo_2018.svg", "description": "American software company", "sitelinks": 16, "importance": 0.6285, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
257 {"wikidata_id": "Q899395", "display_name": "Braskem", "legal_name": null, "aliases": [], "website": "https://www.braskem.com.br", "canonical_domain": "braskem.com.br", "country": "BR", "hq_city": "Camaçari", "hq_region": "Bahia", "lat": -12.69778, "lon": -38.32389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": 8126, "public_company": true, "ticker": "BRKM3", "exchange": "São Paulo Stock Exchange", "lei": "549300RPMQUFGBB7EY44", "sec_cik": "1071438", "parent": {"wikidata_id": "Q94849", "name": "Novonor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Braskem.svg", "description": "company", "sitelinks": 16, "importance": 0.6282, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1071438", "enriched_at": "2026-09-12T09:34:24+00:00"}}
258 {"wikidata_id": "Q3157622", "display_name": "Jacobs Engineering Group", "legal_name": null, "aliases": ["Jacobs", "Jacobs Engineering Group Inc."], "website": "https://www.jacobs.com", "canonical_domain": "jacobs.com", "country": "US", "hq_city": "Harwood Center", "hq_region": "Dallas", "lat": 32.785, "lon": -96.797, "industries": ["construction", "professional-services"], "industry_labels": ["engineering", "professional services industry"], "founded_year": 1947, "employees": 55000, "public_company": true, "ticker": "J", "exchange": "New York Stock Exchange", "lei": "549300CZ8QS1GE53O776", "sec_cik": "52988", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jacobs_Engineering_Group_2019_logo.svg", "description": "American engineering and professional services company", "sitelinks": 12, "importance": 0.6277, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
259 {"wikidata_id": "Q1516410", "display_name": "Suncor Energy", "legal_name": null, "aliases": ["SU"], "website": "https://www.suncor.com", "canonical_domain": "suncor.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1917, "employees": 12076, "public_company": true, "ticker": "SU", "exchange": "Toronto Stock Exchange", "lei": "549300W70ZOQDVLCHY06", "sec_cik": "311337", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suncor_Energy.svg", "description": "Canadian energy company", "sitelinks": 15, "importance": 0.6276, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
260 {"wikidata_id": "Q127324768", "display_name": "Six Flags", "legal_name": "Six Flags Entertainment Corporation", "aliases": ["CopperSteel HoldCo", "Inc."], "website": "https://www.sixflags.com", "canonical_domain": "sixflags.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["hospitality", "entertainment"], "industry_labels": ["hospitality industry", "entertainment industry", "leisure park industry"], "founded_year": 2024, "employees": 95255, "public_company": true, "ticker": "FUN", "exchange": "New York Stock Exchange", "lei": "529900AS2CYWYFHRS781", "sec_cik": "1999001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Six_Flags_logo.svg", "description": "American amusement park company, formed by the merger of Cedar Fair and Six Flags", "sitelinks": 11, "importance": 0.6272, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
261 {"wikidata_id": "Q107074885", "display_name": "Warner Bros. Discovery", "legal_name": null, "aliases": ["Warner Bros Discovery", "Warner Brothers Discovery", "WBD"], "website": "https://www.wbd.com", "canonical_domain": "wbd.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.73775, "lon": -73.98837, "industries": ["media"], "industry_labels": ["mass media", "media industry"], "founded_year": 2022, "employees": null, "public_company": true, "ticker": "WBD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1437107", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._Discovery.svg", "description": "American mass media and entertainment conglomerate", "sitelinks": 57, "importance": 0.6269, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7855963"}], "source_edgar": {"cik": "1437107", "enriched_at": "2026-09-12T09:34:24+00:00"}}
262 {"wikidata_id": "Q839466", "display_name": "Domino's Pizza", "legal_name": null, "aliases": ["Domino's", "Inc."], "website": "https://www.dominos.com", "canonical_domain": "dominos.com", "country": "US", "hq_city": "Domino's Farms", "hq_region": "Ann Arbor Charter Township", "lat": 42.31736, "lon": -83.68272, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "DPZ", "exchange": "New York Stock Exchange", "lei": "25490005ZWM1IF9UXU57", "sec_cik": "1286681", "parent": {"wikidata_id": "Q803873", "name": "Bain Capital"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Domino%27s_2025.svg", "description": "American pizza restaurant chain", "sitelinks": 57, "importance": 0.6269, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
263 {"wikidata_id": "Q156376", "display_name": "Vimeo", "legal_name": "Vimeo, Inc.", "aliases": ["Inc.", "LLC"], "website": "https://vimeo.com", "canonical_domain": "vimeo.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["internet"], "industry_labels": ["online video platform"], "founded_year": 2004, "employees": 1102, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96314827", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vimeo_Logo.svg", "description": "American video hosting platform", "sitelinks": 56, "importance": 0.6265, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
264 {"wikidata_id": "Q2297063", "display_name": "Trimble", "legal_name": null, "aliases": ["Inc."], "website": "https://www.trimble.com", "canonical_domain": "trimble.com", "country": "US", "hq_city": "Westminster", "hq_region": "Adams County", "lat": 39.83611, "lon": -105.03722, "industries": ["technology"], "industry_labels": [], "founded_year": 1978, "employees": 11000, "public_company": true, "ticker": "TRMB", "exchange": "Nasdaq", "lei": "549300E2MI7NSZFQWS19", "sec_cik": "864749", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trimble_Logo.svg", "description": "American technology company", "sitelinks": 15, "importance": 0.6262, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
265 {"wikidata_id": "Q849751", "display_name": "York University", "legal_name": null, "aliases": ["YorkU"], "website": "https://www.yorku.ca", "canonical_domain": "yorku.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.77306, "lon": -79.50361, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1959, "employees": 10709, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_York_University.svg", "description": "university in Toronto, Ontario, Canada", "sitelinks": 106, "importance": 0.6256, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
266 {"wikidata_id": "Q794565", "display_name": "Aéropostale", "legal_name": null, "aliases": ["Aeropostale clothing"], "website": "https://www.aeropostale.com", "canonical_domain": "aeropostale.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": 26000, "public_company": true, "ticker": "ARO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aeropostale_logo17.svg", "description": "American brand of clothing stores", "sitelinks": 13, "importance": 0.6246, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
267 {"wikidata_id": "Q653581", "display_name": "Fluor Corporation", "legal_name": null, "aliases": ["Fluor Canada", "Fluor Enterprises"], "website": "https://www.fluor.com", "canonical_domain": "fluor.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1890, "employees": 43717, "public_company": true, "ticker": "FLR", "exchange": "New York Stock Exchange", "lei": "CQ7WZ4NOFWT7FAE6Q943", "sec_cik": "1124198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_FLUOR.svg", "description": "company", "sitelinks": 12, "importance": 0.6243, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
268 {"wikidata_id": "Q1187505", "display_name": "Taurus", "legal_name": null, "aliases": ["Taurus Armas"], "website": "https://www.taurusarmas.com.br", "canonical_domain": "taurusarmas.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1939, "employees": 2600, "public_company": true, "ticker": "TASA15", "exchange": "São Paulo Stock Exchange", "lei": "969500UWH3R77KC7A789", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taurus_Logo.svg", "description": "company", "sitelinks": 18, "importance": 0.6234, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
269 {"wikidata_id": "Q1544312", "display_name": "Telecom Argentina", "legal_name": "Telecom Argentina S.A.", "aliases": [], "website": "https://www.telecom.com.ar", "canonical_domain": "telecom.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1990, "employees": 22014, "public_company": true, "ticker": "TECO2", "exchange": "Buenos Aires Stock Exchange", "lei": "549300MKPIRSJD8SB782", "sec_cik": "932470", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Personal_logo_2021.svg", "description": "Argentine telecommunications company", "sitelinks": 13, "importance": 0.6222, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "932470", "enriched_at": "2026-09-12T09:34:24+00:00"}}
270 {"wikidata_id": "Q1508526", "display_name": "Sturm, Ruger & Co.", "legal_name": null, "aliases": ["Ruger"], "website": "https://www.ruger.com", "canonical_domain": "ruger.com", "country": "US", "hq_city": "Southport", "hq_region": "Fairfield", "lat": 41.1365, "lon": -73.2834, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1949, "employees": 1100, "public_company": true, "ticker": "RGR", "exchange": "Nasdaq", "lei": "529900DV1BWFJSHFO847", "sec_cik": "95029", "parent": null, "logo_url": null, "description": "American firearm manufacturing company", "sitelinks": 20, "importance": 0.6215, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
271 {"wikidata_id": "Q790650", "display_name": "Avery Dennison", "legal_name": null, "aliases": ["Avery Adhesive Label Corp", "Avery Adhesive Products", "Inc.", "Avery Adhesives", "Avery Dennison Corporation", "Avery Products Corporation", "Kum-Kleen Adhesive Products"], "website": "https://averydennison.com", "canonical_domain": "averydennison.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1935, "employees": 36000, "public_company": true, "ticker": "AVY", "exchange": "New York Stock Exchange", "lei": "549300PW7VPFCYKLIV37", "sec_cik": "8818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avery_Dennison_logo_red.svg", "description": "global manufacturer and distributor of pressure-sensitive adhesive materials", "sitelinks": 12, "importance": 0.6215, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
272 {"wikidata_id": "Q637440", "display_name": "Lazard", "legal_name": "Lazard, Inc", "aliases": ["Lazard Brothers & Co", "Lazard Frères & Co"], "website": "https://lazard.com", "canonical_domain": "lazard.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 48.2104, "lon": 16.3713, "industries": ["asset-management", "financial-services", "insurance"], "industry_labels": ["asset management", "financial service activities, except insurance and pension funding", "financial sector", "investment banking"], "founded_year": 1848, "employees": 3291, "public_company": true, "ticker": "LAZ", "exchange": "New York Stock Exchange", "lei": "254900RIBCDJSUFG1A11", "sec_cik": "1311370", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lazard_Corporate_Logo.png", "description": "Global Financial advisory and asset management firm", "sitelinks": 17, "importance": 0.6211, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1311370", "enriched_at": "2026-09-12T09:34:24+00:00"}}
273 {"wikidata_id": "Q4652575", "display_name": "AMC Global Media", "legal_name": null, "aliases": ["AMC Networks", "AMC Networks Inc."], "website": "https://www.amcglobalmedia.com", "canonical_domain": "amcglobalmedia.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["independent film", "specialty channel"], "founded_year": 1980, "employees": 2197, "public_company": true, "ticker": "AMCX", "exchange": "Nasdaq", "lei": "549300VGG9K75226LR46", "sec_cik": "1514991", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMC_Global_Media.svg", "description": "American entertainment company", "sitelinks": 18, "importance": 0.621, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1514991", "enriched_at": "2026-09-12T09:34:24+00:00"}}
274 {"wikidata_id": "Q2335199", "display_name": "Macro Bank", "legal_name": null, "aliases": ["Banco Macro"], "website": "https://www.macro.com.ar", "canonical_domain": "macro.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1978, "employees": 7268, "public_company": true, "ticker": "BMA", "exchange": "New York Stock Exchange", "lei": "579100KKDKKIFEBKK040", "sec_cik": "1347426", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Macro_2025.png", "description": "Argentine private banking company", "sitelinks": 15, "importance": 0.6202, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1347426", "enriched_at": "2026-09-12T09:34:24+00:00"}}
275 {"wikidata_id": "Q1615684", "display_name": "Hess Corporation", "legal_name": null, "aliases": ["Amerada Hess"], "website": "https://www.hess.com", "canonical_domain": "hess.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "manufacture of refined petroleum products"], "founded_year": 1919, "employees": 2075, "public_company": true, "ticker": "HES", "exchange": "New York Stock Exchange", "lei": "UASVRYNXNK17ULIGK870", "sec_cik": "4447", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hess_Corporation_Logo.svg", "description": "American global energy company", "sitelinks": 18, "importance": 0.6201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
276 {"wikidata_id": "Q1113804", "display_name": "Comcast", "legal_name": null, "aliases": ["Comcast Corporation", "Comcast Holdings"], "website": "https://www.cmcsa.com", "canonical_domain": "cmcsa.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "CMCSA", "exchange": "Nasdaq", "lei": "51M0QTTNCGUN7KFCFZ59", "sec_cik": "1166691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comcast.svg", "description": "American multinational telecommunications conglomerate", "sitelinks": 53, "importance": 0.6194, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
277 {"wikidata_id": "Q1510378", "display_name": "Illinois Tool Works", "legal_name": null, "aliases": ["ITW", "Illinois Tool Works Inc."], "website": "https://www.itw.com", "canonical_domain": "itw.com", "country": "US", "hq_city": "Glenview", "hq_region": "Cook County", "lat": 42.07944, "lon": -87.81556, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1912, "employees": 51000, "public_company": true, "ticker": "ITW", "exchange": "New York Stock Exchange", "lei": "76NA4I14SZCFAYMNSV04", "sec_cik": "49826", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITW.svg", "description": "company that produces engineered fasteners and components, equipment and consumable systems, and specialty products", "sitelinks": 11, "importance": 0.6182, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
278 {"wikidata_id": "Q931354", "display_name": "Bath & Body Works, Inc.", "legal_name": null, "aliases": ["Bath & Body Works Inc", "L Brands", "Limited Brands"], "website": "https://www.lb.com", "canonical_domain": "lb.com", "country": "US", "hq_city": "Columbus", "hq_region": "Fairfield County", "lat": 39.96222, "lon": -83.00056, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": 94600, "public_company": true, "ticker": "LB", "exchange": "New York Stock Exchange", "lei": "GR3KVMWVCR54YWQNXU90", "sec_cik": "701985", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L_Brands_logo_2019.png", "description": "company", "sitelinks": 10, "importance": 0.618, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
279 {"wikidata_id": "Q7248721", "display_name": "Progressive Corporation", "legal_name": null, "aliases": ["Progressive"], "website": "https://www.progressive.com", "canonical_domain": "progressive.com", "country": "US", "hq_city": "Mayfield", "hq_region": "Cuyahoga County", "lat": 41.54778, "lon": -81.44333, "industries": ["insurance"], "industry_labels": ["vehicle insurance"], "founded_year": 1937, "employees": 27250, "public_company": true, "ticker": "PGR", "exchange": "New York Stock Exchange", "lei": "529900TACNVLY9DCR586", "sec_cik": "80661", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Progressive_Corporation.svg", "description": "insurance company", "sitelinks": 12, "importance": 0.6175, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
280 {"wikidata_id": "Q1127536", "display_name": "Consolidated Edison", "legal_name": null, "aliases": ["Con Ed", "Con Edison", "Inc."], "website": "https://www.coned.com", "canonical_domain": "coned.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1823, "employees": 15591, "public_company": true, "ticker": "ED", "exchange": "New York Stock Exchange", "lei": "54930033SBW53OO8T749", "sec_cik": "1047862", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ConEd_logo.svg", "description": "energy company in the United States", "sitelinks": 13, "importance": 0.6172, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
281 {"wikidata_id": "Q835456", "display_name": "Sun Life Financial", "legal_name": null, "aliases": ["SLF", "Sun Life Assurance Company of Canada", "Sun Life Financial Inc.", "Sun Life of Canada", "The Sun Insurance Co. of Montreal"], "website": "https://www.sunlife.ca", "canonical_domain": "sunlife.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1865, "employees": 15000, "public_company": true, "ticker": "SLF", "exchange": "Toronto Stock Exchange", "lei": "549300V040JZX5S66Z78", "sec_cik": "1097362", "parent": null, "logo_url": null, "description": "Canadian insurance company", "sitelinks": 13, "importance": 0.6167, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
282 {"wikidata_id": "Q1929466", "display_name": "WW International", "legal_name": null, "aliases": ["WW", "Weight Watchers", "Weight Watchers International", "Inc."], "website": "https://www.weightwatchers.com", "canonical_domain": "weightwatchers.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1963, "employees": 25000, "public_company": true, "ticker": "WW", "exchange": "Nasdaq", "lei": "SGT8R1MU6ESIC7UJC518", "sec_cik": "105319", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WeightWatchers2026.svg", "description": "weight loss products and services company", "sitelinks": 12, "importance": 0.6163, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
283 {"wikidata_id": "Q127962", "display_name": "Levi Strauss & Co.", "legal_name": null, "aliases": ["Levi Strauss", "Levi Strauss & Co", "Levi Strauss & Company", "Levi's", "LS&CO", "LS&Co.", "incode"], "website": "https://www.levi.com", "canonical_domain": "levi.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["apparel"], "industry_labels": ["clothing industry", "textile and clothing industry"], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "LEVI", "exchange": "New York Stock Exchange", "lei": "MB0UERO0RDFKU8258G77", "sec_cik": "94845", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Levi%27s_logo.svg", "description": "privately held American clothing company", "sitelinks": 51, "importance": 0.6154, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "94845", "enriched_at": "2026-09-12T09:34:24+00:00"}}
284 {"wikidata_id": "Q3700394", "display_name": "WildBrain", "legal_name": null, "aliases": ["DHX Media"], "website": "https://www.wildbrain.com", "canonical_domain": "wildbrain.com", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2006, "employees": 1000, "public_company": true, "ticker": "WILD", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WildBrain_logo.svg", "description": "Canadian media company", "sitelinks": 19, "importance": 0.615, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
285 {"wikidata_id": "Q970695", "display_name": "Northern Trust", "legal_name": null, "aliases": ["Northern Trust Corporation"], "website": "https://www.northerntrust.com", "canonical_domain": "northerntrust.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1889, "employees": 20900, "public_company": true, "ticker": "NTRS", "exchange": "Nasdaq", "lei": "549300GLF98S992BC502", "sec_cik": "73124", "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 12, "importance": 0.6137, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
286 {"wikidata_id": "Q785943", "display_name": "Staples Inc.", "legal_name": null, "aliases": ["Staples"], "website": "https://www.staples.com", "canonical_domain": "staples.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": 79075, "public_company": true, "ticker": null, "exchange": null, "lei": "XQM2JINI1UL7642TU573", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Staples_2019.svg", "description": "American multinational office supply retailing corporation", "sitelinks": 27, "importance": 0.6136, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
287 {"wikidata_id": "Q1328252", "display_name": "Axia Energia", "legal_name": "Axia Energia S.A.", "aliases": [], "website": "https://www.axia.com.br", "canonical_domain": "axia.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["energy"], "industry_labels": [], "founded_year": 1962, "employees": 12018, "public_company": true, "ticker": "AXIA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1439124", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axia_Energia.svg", "description": "Brazilian company that operates as a holding company, divided into electricity generation and transmission", "sitelinks": 13, "importance": 0.6134, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1439124", "enriched_at": "2026-09-12T09:34:24+00:00"}}
288 {"wikidata_id": "Q5370909", "display_name": "Vertiv", "legal_name": null, "aliases": ["Vertiv Holdings Co"], "website": "https://www.vertiv.com", "canonical_domain": "vertiv.com", "country": "US", "hq_city": "Westerville", "hq_region": "Franklin County", "lat": 40.1236, "lon": -82.9214, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing", "electrical industry"], "founded_year": 1965, "employees": 34000, "public_company": true, "ticker": "VRT", "exchange": "New York Stock Exchange", "lei": "549300KTTIRAOGXCRV69", "sec_cik": "1674101", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vertiv_logo.svg", "description": "Multinational provider of critical infrastructure and services for data centers, communication networks, and commercial and industrial environments", "sitelinks": 11, "importance": 0.6123, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1674101", "enriched_at": "2026-09-12T09:34:24+00:00"}}
289 {"wikidata_id": "Q822614", "display_name": "Alaska Airlines", "legal_name": null, "aliases": [], "website": "https://www.alaskaair.com", "canonical_domain": "alaskaair.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["airlines"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "ALK", "exchange": "New York Stock Exchange", "lei": "PG4W4UTDTMMEBRGLO537", "sec_cik": "3202", "parent": {"wikidata_id": "Q4033665", "name": "Alaska Air Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alaska_Airlines_logo.svg", "description": "major American airline", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4033665"}]}
290 {"wikidata_id": "Q5122694", "display_name": "Citizens Financial Group", "legal_name": null, "aliases": ["Citizens Bank", "Inc. (Providence", "RI)"], "website": "https://www.citizensbank.com", "canonical_domain": "citizensbank.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1828, "employees": 17639, "public_company": true, "ticker": "CFG", "exchange": "New York Stock Exchange", "lei": "2138004JDDA4ZQUPFW65", "sec_cik": "759944", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citizens_Financial_Group_logo.svg", "description": "American bank headquartered in Providence, Rhode Island", "sitelinks": 12, "importance": 0.6112, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
291 {"wikidata_id": "Q15401349", "display_name": "Zendesk", "legal_name": null, "aliases": [], "website": "https://www.zendesk.com", "canonical_domain": "zendesk.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": 3830, "public_company": true, "ticker": "zen", "exchange": "New York Stock Exchange", "lei": "549300SLI6BN94BKKO36", "sec_cik": "1463172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zendesk_logo.svg", "description": "CRM company that builds customer support and sales software which aims for quick implementation and adaptation at scale", "sitelinks": 15, "importance": 0.6109, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
292 {"wikidata_id": "Q212433", "display_name": "Avaya", "legal_name": null, "aliases": ["Avaya Inc.", "Avaya Management L.P. (Durham", "NC)"], "website": "https://www.avaya.com", "canonical_domain": "avaya.com", "country": "US", "hq_city": "Frankfurt", "hq_region": "Darmstadt Government Region", "lat": 37.39816, "lon": -121.97742, "industries": ["industrial-machinery", "telecommunications"], "industry_labels": ["mechanical engineering", "telecommunications industry", "SIC 3661 Telephone & Telegraph Apparatus"], "founded_year": 2000, "employees": 7090, "public_company": true, "ticker": null, "exchange": null, "lei": "549300NZS2OZN6Q63A60", "sec_cik": "1116521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avaya_Logo.svg", "description": "American IT company", "sitelinks": 37, "importance": 0.6108, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1116521", "enriched_at": "2026-09-12T09:34:24+00:00"}}
293 {"wikidata_id": "Q17551096", "display_name": "Keysight Technologies", "legal_name": null, "aliases": [], "website": "https://www.keysight.com", "canonical_domain": "keysight.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 2014, "employees": 9500, "public_company": true, "ticker": "KEYS", "exchange": "New York Stock Exchange", "lei": "549300GLKVIO8YRCYN02", "sec_cik": "1601046", "parent": null, "logo_url": null, "description": "Test equipment manufacturer", "sitelinks": 13, "importance": 0.61, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
294 {"wikidata_id": "Q550258", "display_name": "Wendy's", "legal_name": null, "aliases": ["Wendys"], "website": "https://www.wendys.com", "canonical_domain": "wendys.com", "country": "US", "hq_city": "Dublin", "hq_region": "Franklin County", "lat": 40.1092, "lon": -83.1403, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "WEN", "exchange": "Nasdaq", "lei": null, "sec_cik": "30697", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wendy%27s_logo_2012.svg", "description": "American international fast food chain restaurant", "sitelinks": 48, "importance": 0.6092, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2559267"}], "source_edgar": {"cik": "30697", "enriched_at": "2026-09-12T09:34:24+00:00"}}
295 {"wikidata_id": "Q609466", "display_name": "Colgate-Palmolive Company", "legal_name": null, "aliases": ["Colgate & Co", "Colgate Palmolive", "Colgate-Palmolive", "Colgate-Palmolive-Peet"], "website": "https://www.colgatepalmolive.com", "canonical_domain": "colgatepalmolive.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1806, "employees": null, "public_company": true, "ticker": "CL", "exchange": "New York Stock Exchange", "lei": "YMEGZFW4SBUSS5BQXF88", "sec_cik": "21665", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colgate-Palmolive_%282025%29.svg", "description": "American multinational consumer products company", "sitelinks": 48, "importance": 0.6092, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
296 {"wikidata_id": "Q3319685", "display_name": "Molson Coors Brewing Company", "legal_name": null, "aliases": ["Molson Coors", "Molson Coors Beverage Company", "MolsonCoors"], "website": "https://www.molsoncoors.com", "canonical_domain": "molsoncoors.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 2005, "employees": 5313, "public_company": true, "ticker": "TAP", "exchange": "New York Stock Exchange", "lei": "54930073LBBH6ZCBE225", "sec_cik": "24545", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molson_Coors_Beverage_Company_logo.svg", "description": "North American brewing company encompassing Molson and Coors", "sitelinks": 14, "importance": 0.6089, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
297 {"wikidata_id": "Q3344170", "display_name": "Upwork", "legal_name": null, "aliases": ["Elance", "ODesk", "Upwork Global Inc."], "website": "https://www.upwork.com", "canonical_domain": "upwork.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["technology", "e-commerce"], "industry_labels": ["computing platform", "online marketplace"], "founded_year": 2015, "employees": 630, "public_company": true, "ticker": "UPWK", "exchange": "Nasdaq", "lei": "5493004QJ6WWBXVE2S70", "sec_cik": "1627475", "parent": null, "logo_url": null, "description": "American freelancing platform", "sitelinks": 19, "importance": 0.6083, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
298 {"wikidata_id": "Q963809", "display_name": "Polycom", "legal_name": null, "aliases": [], "website": "https://www.polycom.com", "canonical_domain": "polycom.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["professional-services", "telecommunications"], "industry_labels": ["video conference", "telepresence", "telecommunications industry"], "founded_year": 1990, "employees": 3200, "public_company": true, "ticker": "PLCM", "exchange": "Nasdaq", "lei": "SHXM9G96BYS3ZFFUSP77", "sec_cik": "1010552", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Polycom_logo_2012.svg", "description": "company", "sitelinks": 15, "importance": 0.6083, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
299 {"wikidata_id": "Q645525", "display_name": "SunPower", "legal_name": null, "aliases": ["SunPower Corporation"], "website": "https://us.sunpower.com", "canonical_domain": "sunpower.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 1985, "employees": 8309, "public_company": true, "ticker": "SPWR", "exchange": "Nasdaq", "lei": "549300TXO070764WUH65", "sec_cik": "867773", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunpower_logo.svg", "description": "American solar energy company", "sitelinks": 13, "importance": 0.6081, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
300 {"wikidata_id": "Q1760641", "display_name": "Parametric Technology Corporation", "legal_name": null, "aliases": ["PTC", "Inc."], "website": "https://www.ptc.com", "canonical_domain": "ptc.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1985, "employees": 8000, "public_company": true, "ticker": "PTC", "exchange": "Nasdaq", "lei": "54930050SSMU8SKDJ030", "sec_cik": "857005", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PTC_logo.svg", "description": "U.S.-based computer software company", "sitelinks": 13, "importance": 0.6076, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
301 {"wikidata_id": "Q1722848", "display_name": "Kaman Corporation", "legal_name": null, "aliases": ["Kaman Aircraft", "Kaman Helicopters"], "website": "https://www.kaman.com", "canonical_domain": "kaman.com", "country": "US", "hq_city": "Connecticut", "hq_region": "United States", "lat": 41.6, "lon": -72.7, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1945, "employees": 4743, "public_company": true, "ticker": "KAMN", "exchange": "Nasdaq", "lei": "5493003YK076OLTEQF95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaman_Corporation_logo.svg", "description": "aerospace manufacturer in the United States", "sitelinks": 14, "importance": 0.6072, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
302 {"wikidata_id": "Q1780382", "display_name": "Weyerhaeuser", "legal_name": null, "aliases": ["Weyerhaeuser Company"], "website": "https://www.weyerhaeuser.com", "canonical_domain": "weyerhaeuser.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1900, "employees": 13200, "public_company": true, "ticker": "WY", "exchange": "New York Stock Exchange", "lei": "08IRJODWFYBI7QWRGS31", "sec_cik": "106535", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weyerhaeuser.svg", "description": "American timber company", "sitelinks": 12, "importance": 0.607, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
303 {"wikidata_id": "Q596139", "display_name": "Mattel", "legal_name": null, "aliases": ["Inc."], "website": "https://corporate.mattel.com", "canonical_domain": "mattel.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["entertainment"], "industry_labels": ["game industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "MAT", "exchange": "Nasdaq", "lei": "549300VELLG24KHTJ564", "sec_cik": "63276", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mattel_%282019%29.svg", "description": "American multinational toy and entertainment company", "sitelinks": 47, "importance": 0.607, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
304 {"wikidata_id": "Q2357515", "display_name": "Stryker Corporation", "legal_name": null, "aliases": [], "website": "https://stryker.com", "canonical_domain": "stryker.com", "country": "US", "hq_city": "Portage", "hq_region": "Kalamazoo County", "lat": 42.20111, "lon": -85.58, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1946, "employees": 22000, "public_company": true, "ticker": "SYK", "exchange": "New York Stock Exchange", "lei": "5493002F0SC4JTBU5137", "sec_cik": "310764", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stryker_logo.svg", "description": "American medical technologies company", "sitelinks": 11, "importance": 0.606, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
305 {"wikidata_id": "Q26311", "display_name": "Aflac", "legal_name": null, "aliases": ["American Family Life Assurance Company"], "website": "https://www.aflac.com", "canonical_domain": "aflac.com", "country": "US", "hq_city": "Columbus", "hq_region": "Muscogee County", "lat": 32.49222, "lon": -84.94028, "industries": ["insurance"], "industry_labels": [], "founded_year": 1955, "employees": 12003, "public_company": true, "ticker": "AFL", "exchange": "New York Stock Exchange", "lei": "549300N0B7DOGLXWPP39", "sec_cik": "4977", "parent": null, "logo_url": null, "description": "largest provider of supplemental insurance in the United States", "sitelinks": 12, "importance": 0.6056, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
306 {"wikidata_id": "Q5272601", "display_name": "Dick's Sporting Goods", "legal_name": null, "aliases": ["Dick's"], "website": "https://www.dickssportinggoods.com", "canonical_domain": "dickssportinggoods.com", "country": "US", "hq_city": "Coraopolis", "hq_region": "Allegheny County", "lat": 40.5158, "lon": -80.1628, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1948, "employees": 37600, "public_company": true, "ticker": "DKS", "exchange": "New York Stock Exchange", "lei": "529900SSBV5I4LWSK313", "sec_cik": "1089063", "parent": null, "logo_url": null, "description": "American sporting goods retailing corporation", "sitelinks": 10, "importance": 0.6046, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
307 {"wikidata_id": "Q798819", "display_name": "Huntington Bancshares", "legal_name": null, "aliases": ["Huntington Bank", "Huntington National Bank"], "website": "https://www.huntington.com", "canonical_domain": "huntington.com", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 39.96222, "lon": -83.00056, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1866, "employees": 11000, "public_company": true, "ticker": "HBAN", "exchange": "Nasdaq", "lei": "549300XTVCVV9I7B5T19", "sec_cik": "49196", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huntington_Bancshares_Inc._logo.svg", "description": "bank holding company headquartered in Ohio", "sitelinks": 12, "importance": 0.6044, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
308 {"wikidata_id": "Q204727", "display_name": "Alexion Pharmaceuticals", "legal_name": null, "aliases": ["Alexion"], "website": "https://alexion.com", "canonical_domain": "alexion.com", "country": "US", "hq_city": "Cheshire", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.49899, "lon": -72.90066, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1992, "employees": 3837, "public_company": true, "ticker": "ALXN", "exchange": "Nasdaq", "lei": "M1YXUUZR0EIMU8T0EM75", "sec_cik": "899866", "parent": {"wikidata_id": "Q731938", "name": "AstraZeneca"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alexion_Logo.svg", "description": "American company", "sitelinks": 14, "importance": 0.6042, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
309 {"wikidata_id": "Q20059505", "display_name": "Telefônica Brasil", "legal_name": "Telefônica Brasil S.A.", "aliases": ["Telefônica Vivo"], "website": "https://www.telefonica.com.br", "canonical_domain": "telefonica.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1998, "employees": 35000, "public_company": true, "ticker": "VIVT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1066119", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telef%C3%B3nica_2021_logo.svg", "description": "Brazilian telecommunications company", "sitelinks": 10, "importance": 0.6036, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1066119", "enriched_at": "2026-09-12T09:34:24+00:00"}}
310 {"wikidata_id": "Q4041705", "display_name": "J. B. Hunt", "legal_name": null, "aliases": ["J.B. Hunt", "J.B. Hunt Transport Services", "Inc.", "JB Hunt"], "website": "https://www.jbhunt.com", "canonical_domain": "jbhunt.com", "country": "US", "hq_city": "Lowell", "hq_region": "Benton County", "lat": 36.26056, "lon": -94.13944, "industries": ["logistics"], "industry_labels": [], "founded_year": 1961, "employees": 33646, "public_company": true, "ticker": "JBHT", "exchange": "Nasdaq", "lei": "549300XCD1MPI1C5GK90", "sec_cik": "728535", "parent": null, "logo_url": null, "description": "American trucking and logistics company", "sitelinks": 10, "importance": 0.603, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
311 {"wikidata_id": "Q21708200", "display_name": "OpenAI", "legal_name": "OpenAI Foundation", "aliases": [], "website": "https://openai.com", "canonical_domain": "openai.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2015, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OpenAI_logo_2025_%28wordmark%29.svg", "description": "American artificial intelligence research organization", "sitelinks": 96, "importance": 0.6027, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q132158027"}]}
312 {"wikidata_id": "Q662095", "display_name": "Edison International", "legal_name": null, "aliases": [], "website": "https://www.edison.com", "canonical_domain": "edison.com", "country": "US", "hq_city": "Rosemead", "hq_region": "Los Angeles County", "lat": 34.07056, "lon": -118.08222, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1886, "employees": 16677, "public_company": true, "ticker": "EIX", "exchange": "New York Stock Exchange", "lei": "549300I7ROF15MAEVP56", "sec_cik": "827052", "parent": null, "logo_url": null, "description": "public utility holding company", "sitelinks": 11, "importance": 0.602, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
313 {"wikidata_id": "Q5183828", "display_name": "Wolfspeed", "legal_name": "Wolfspeed, Inc.", "aliases": ["Cree", "Cree", "Inc."], "website": "https://www.wolfspeed.com", "canonical_domain": "wolfspeed.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1987, "employees": 3200, "public_company": true, "ticker": "WOLF", "exchange": "Nasdaq", "lei": "549300OGU88P3AW3TO93", "sec_cik": "895419", "parent": null, "logo_url": null, "description": "manufacturer of wide bandgap semiconductors, focused on silicon carbide and gallium nitride materials", "sitelinks": 14, "importance": 0.6015, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
314 {"wikidata_id": "Q4034815", "display_name": "Ball Corporation", "legal_name": null, "aliases": [], "website": "https://www.ball.com", "canonical_domain": "ball.com", "country": "US", "hq_city": "Broomfield", "hq_region": "Colorado", "lat": 39.93333, "lon": -105.05, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1880, "employees": 15500, "public_company": true, "ticker": "BALL", "exchange": "New York Stock Exchange", "lei": "0BGI85ALH27ZJP15DY16", "sec_cik": "9389", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ball_Corporation_logo_2024.svg", "description": "American manufacturer of packaging materials", "sitelinks": 11, "importance": 0.6009, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
315 {"wikidata_id": "Q2882085", "display_name": "Banco de Chile", "legal_name": null, "aliases": ["Bank of Chile"], "website": "https://www.bancochile.cl", "canonical_domain": "bancochile.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1893, "employees": 8372, "public_company": true, "ticker": "CHILE", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": "1161125", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_de_Chile_Logotipo.svg", "description": "Chilean bank and financial services company", "sitelinks": 12, "importance": 0.6004, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
316 {"wikidata_id": "Q515869", "display_name": "Starz Entertainment", "legal_name": null, "aliases": ["Lionsgate", "Lions Gate Entertainment Corporation"], "website": "https://www.lionsgate.com", "canonical_domain": "lionsgate.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "LGF", "exchange": "New York Stock Exchange", "lei": "5493001U0CUHEWXZ3J14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starz_2022.svg", "description": "Canadian-American entertainment company", "sitelinks": 44, "importance": 0.6002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q632323"}, {"related_domain_conflict": "Q17076072"}, {"related_domain_conflict": "Q1344736"}, {"related_domain_conflict": "Q3242008"}]}
317 {"wikidata_id": "Q5926631", "display_name": "HubSpot", "legal_name": null, "aliases": ["HubSpot Inc"], "website": "https://www.hubspot.com", "canonical_domain": "hubspot.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["media", "manufacturing", "cloud-infrastructure", "software"], "industry_labels": ["marketing", "automation", "analytics", "customer relationship management", "cloud computing", "software industry", "email marketing", "software as a service"], "founded_year": 2006, "employees": 8246, "public_company": true, "ticker": "HUBS", "exchange": "New York Stock Exchange", "lei": "529900BLNVEW0MVKJB37", "sec_cik": "1404655", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HubSpot_Logo.svg", "description": "American marketing software company", "sitelinks": 12, "importance": 0.6002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
318 {"wikidata_id": "Q125074", "display_name": "Anheuser-Busch", "legal_name": null, "aliases": [], "website": "https://www.anheuser-busch.com", "canonical_domain": "anheuser-busch.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1852, "employees": 30849, "public_company": true, "ticker": null, "exchange": null, "lei": "5493002J2SVENP0PVK27", "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A%26Eagle.png", "description": "American brewing company", "sitelinks": 27, "importance": 0.6, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
319 {"wikidata_id": "Q1192211", "display_name": "Strategy", "legal_name": "Strategy Inc.", "aliases": ["MicroStrategy", "MSTR"], "website": "https://www.microstrategy.com", "canonical_domain": "microstrategy.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["software", "professional-services", "technology"], "industry_labels": ["analytics", "software industry", "software development", "business intelligence", "technology industry", "data visualization"], "founded_year": 1989, "employees": 1539, "public_company": true, "ticker": "MSTR", "exchange": "Nasdaq", "lei": "549300WQTWEJUEHXQX21", "sec_cik": "1050446", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Microstrategy-logo.gif", "description": "American technology company", "sitelinks": 15, "importance": 0.5977, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
320 {"wikidata_id": "Q22078063", "display_name": "Snowflake Inc.", "legal_name": null, "aliases": ["Snowflake", "Snowflake Computing"], "website": "https://www.snowflake.com", "canonical_domain": "snowflake.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2012, "employees": 1400, "public_company": true, "ticker": "SNOW", "exchange": "New York Stock Exchange", "lei": "254900CJNSY1K7T53Z16", "sec_cik": "1640147", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snowflake_Logo.svg", "description": "cloud-based data-warehousing startup", "sitelinks": 15, "importance": 0.5964, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
321 {"wikidata_id": "Q7876533", "display_name": "Ubiquiti", "legal_name": null, "aliases": ["UBNT", "Ubiquiti Networks"], "website": "https://www.ui.com", "canonical_domain": "ui.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network"], "founded_year": 2003, "employees": 1377, "public_company": true, "ticker": "UI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1511737", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ubiquiti_Logo_2023.svg", "description": "American technology company", "sitelinks": 15, "importance": 0.5961, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
322 {"wikidata_id": "Q5412010", "display_name": "Euronet Worldwide", "legal_name": null, "aliases": ["Euronet"], "website": "https://www.euronet.com", "canonical_domain": "euronet.com", "country": "US", "hq_city": "Leawood", "hq_region": "Johnson County", "lat": 38.9208, "lon": -94.6222, "industries": ["financial-services"], "industry_labels": ["financial services", "ATM operator"], "founded_year": 1994, "employees": 10800, "public_company": true, "ticker": "EEFT", "exchange": "Nasdaq", "lei": "YG3575C4DSHJPA5KET68", "sec_cik": "1029199", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Euronet_logo_%282022%29.svg", "description": "American-headquartered worldwide provider of electronic payment services", "sitelinks": 11, "importance": 0.5957, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
323 {"wikidata_id": "Q628051", "display_name": "Autodesk", "legal_name": null, "aliases": [], "website": "https://www.autodesk.com", "canonical_domain": "autodesk.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 38.0055, "lon": -122.5308, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "ADSK", "exchange": "Nasdaq", "lei": null, "sec_cik": "769397", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Autodesk_Logo_2021.svg", "description": "American software company", "sitelinks": 42, "importance": 0.5954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4826245"}], "source_edgar": {"cik": "769397", "enriched_at": "2026-09-12T09:34:24+00:00"}}
324 {"wikidata_id": "Q5267669", "display_name": "Devolver Digital", "legal_name": null, "aliases": ["Devolver Digital Films", "Devolver Digital Inc.", "GHI Media", "LLC"], "website": "https://www.devolverdigital.com", "canonical_domain": "devolverdigital.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming", "entertainment"], "industry_labels": ["video game industry", "film industry"], "founded_year": 2009, "employees": 172, "public_company": true, "ticker": "DEVO", "exchange": "London Stock Exchange - AIM MTF", "lei": "213800PRI1918XI2H813", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Devolver_Digital_logo.svg", "description": "American video game publisher and film distributor", "sitelinks": 20, "importance": 0.5947, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
325 {"wikidata_id": "Q546880", "display_name": "Kinross Gold", "legal_name": null, "aliases": ["Kinross Gold Corporation"], "website": "https://www.kinross.com", "canonical_domain": "kinross.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1993, "employees": 9300, "public_company": true, "ticker": "K", "exchange": "Toronto Stock Exchange", "lei": "549300UEBMAQDN0K0R06", "sec_cik": "701818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kinross_Gold_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.5935, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
326 {"wikidata_id": "Q1067998", "display_name": "Cirrus Logic", "legal_name": null, "aliases": [], "website": "https://www.cirrus.com", "canonical_domain": "cirrus.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1981, "employees": 1104, "public_company": true, "ticker": "CRUS", "exchange": "Nasdaq", "lei": "549300NKSJEM5ZZSSV18", "sec_cik": "772406", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cirrus_Logic_logo.svg", "description": "company", "sitelinks": 15, "importance": 0.5929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
327 {"wikidata_id": "Q427881", "display_name": "Royal Caribbean Group", "legal_name": "Royal Caribbean Group", "aliases": ["RCL", "RCCL Group", "RCL Corporate", "Royal Caribbean Cruises", "Royal Caribbean Cruises Ltd."], "website": "https://www.royalcaribbeangroup.com", "canonical_domain": "royalcaribbeangroup.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.7765, "lon": -80.17827, "industries": ["shipping"], "industry_labels": ["cruise line"], "founded_year": 1997, "employees": 107, "public_company": true, "ticker": "RCL", "exchange": "New York Stock Exchange", "lei": "K2NEH8QNVW44JIWK7Z55", "sec_cik": "884887", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Caribbean_Group_logo.svg", "description": "cruise holding company", "sitelinks": 21, "importance": 0.5927, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
328 {"wikidata_id": "Q1770710", "display_name": "Tripadvisor", "legal_name": null, "aliases": ["TripAdvisor", "Inc."], "website": "https://www.tripadvisor.com", "canonical_domain": "tripadvisor.com", "country": "US", "hq_city": "Needham", "hq_region": "Norfolk County", "lat": 42.28333, "lon": -71.23333, "industries": ["travel", "media"], "industry_labels": ["tourism", "publishing", "tourism industry"], "founded_year": 2000, "employees": 2, "public_company": true, "ticker": "TRIP", "exchange": "Nasdaq", "lei": "549300QB8O3XV4AYBY08", "sec_cik": "1526520", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tripadvisor_2025_Logo.svg", "description": "American travel website company", "sitelinks": 35, "importance": 0.5926, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
329 {"wikidata_id": "Q2990586", "display_name": "Rackspace Technology", "legal_name": null, "aliases": ["dba Rackspace", "Rackspace", "Rackspace Managed Hosting", "Rackspace", "Inc"], "website": "https://www.rackspace.com", "canonical_domain": "rackspace.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing", "web hosting service"], "founded_year": 1998, "employees": 4852, "public_company": true, "ticker": "RXT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1810019", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rackspace_Technology.svg", "description": "American managed cloud computing company", "sitelinks": 12, "importance": 0.5925, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
330 {"wikidata_id": "Q547450", "display_name": "Celanese Corporation", "legal_name": null, "aliases": ["Hoechst Celanese"], "website": "https://www.celanese.com", "canonical_domain": "celanese.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": 8400, "public_company": true, "ticker": "CE", "exchange": "New York Stock Exchange", "lei": "549300FHJQTDPPN41627", "sec_cik": "1306830", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Celanese.svg", "description": "American technology and specialty materials company", "sitelinks": 11, "importance": 0.5921, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
331 {"wikidata_id": "Q2031485", "display_name": "Under Armour", "legal_name": null, "aliases": ["Under Armour Athletic Apparel", "Under Armour Inc.", "Inc."], "website": "https://www.underarmour.com", "canonical_domain": "underarmour.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "UAA", "exchange": "New York Stock Exchange", "lei": "549300D4549QKWETZ406", "sec_cik": "1336917", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Under_armour_logo.svg", "description": "American sports clothing and accessories company", "sitelinks": 40, "importance": 0.5904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
332 {"wikidata_id": "Q267313", "display_name": "McAfee, LLC", "legal_name": "McAfee, LLC", "aliases": ["McAfee", "Intel Security", "Intel Security Group", "McAfee Associates", "McAfee Associates", "Inc.", "Network Associates"], "website": "https://www.mcafee.com", "canonical_domain": "mcafee.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cybersecurity", "software"], "industry_labels": ["antivirus software", "software industry", "computer security"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "MCFE", "exchange": "Nasdaq", "lei": null, "sec_cik": "890801", "parent": {"wikidata_id": "Q248", "name": "Intel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McAfee_logo.svg", "description": "American global computer security software company", "sitelinks": 40, "importance": 0.5904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
333 {"wikidata_id": "Q725793", "display_name": "Union Pacific Railroad", "legal_name": null, "aliases": ["Union Pacific", "UP", "Union Pacific Railroad Company"], "website": "https://www.up.com", "canonical_domain": "up.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1862, "employees": null, "public_company": true, "ticker": "CNP", "exchange": "New York Stock Exchange", "lei": "549300E5Y4M86FFRWP82", "sec_cik": "1130310", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Union_pacific_railroad_logo.svg", "description": "Class I freight-hauling railroad in the United States", "sitelinks": 40, "importance": 0.5904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q20183163"}], "source_edgar": {"cik": "1130310", "enriched_at": "2026-09-12T09:34:24+00:00"}}
334 {"wikidata_id": "Q849404", "display_name": "Copa Airlines", "legal_name": null, "aliases": ["CM", "Copa", "Compañía Panameña de Aviación", "Compañía Panameña de Aviación", "S.A."], "website": "https://www.copaair.com", "canonical_domain": "copaair.com", "country": "PA", "hq_city": "Panama City", "hq_region": "Panamá District", "lat": 8.97111, "lon": -79.53472, "industries": ["airlines"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "CPA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5168189", "name": "Copa Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Copa_airlines_logo.png", "description": "flag-carrier airline of Panama", "sitelinks": 40, "importance": 0.5904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
335 {"wikidata_id": "Q55080120", "display_name": "UiPath", "legal_name": null, "aliases": ["UiPath Inc."], "website": "https://www.uipath.com", "canonical_domain": "uipath.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": 4000, "public_company": true, "ticker": "PATH", "exchange": "New York Stock Exchange", "lei": "5493000YP61KBELDHT53", "sec_cik": "1734722", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UiPath_2025_logo.svg", "description": "robotics process automation company", "sitelinks": 12, "importance": 0.5897, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
336 {"wikidata_id": "Q3975878", "display_name": "Stratasys", "legal_name": null, "aliases": [], "website": "https://www.stratasys.com", "canonical_domain": "stratasys.com", "country": "US", "hq_city": "Eden Prairie", "hq_region": "Hennepin County", "lat": 44.85472, "lon": -93.47083, "industries": ["manufacturing"], "industry_labels": ["3D printing", "rapid prototyping"], "founded_year": 1989, "employees": 530, "public_company": true, "ticker": "SSYS", "exchange": "Nasdaq", "lei": null, "sec_cik": "915735", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stratasys_New_Logo.png", "description": "manufacturer of 3D printers and 3D production systems", "sitelinks": 16, "importance": 0.5887, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
337 {"wikidata_id": "Q668687", "display_name": "United States Postal Service", "legal_name": null, "aliases": ["U. S. Mail", "U. S. Postal Service", "U.S. Mail", "United States Postal Service (Washington", "DC)", "USPS", "US Mail"], "website": "https://www.usps.com", "canonical_domain": "usps.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1971, "employees": 625113, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/USPS_-_Color_Logo.svg", "description": "independent agency of the U.S. federal government responsible for providing postal service", "sitelinks": 42, "importance": 0.5886, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
338 {"wikidata_id": "Q1413997", "display_name": "Quantum Corporation", "legal_name": null, "aliases": [], "website": "https://www.quantum.com", "canonical_domain": "quantum.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["computer storage media", "data storage medium"], "founded_year": 1980, "employees": 800, "public_company": true, "ticker": "QMCO", "exchange": "Nasdaq", "lei": "5493007210175UIK7S88", "sec_cik": "709283", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quantum_Corporation_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.5883, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "709283", "enriched_at": "2026-09-12T09:34:24+00:00"}}
339 {"wikidata_id": "Q1516108", "display_name": "TC Energy", "legal_name": null, "aliases": ["TC Énergie", "TransCanada", "TransCanada Corporation"], "website": "https://www.tcenergy.com", "canonical_domain": "tcenergy.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas", "energy"], "industry_labels": ["petroleum industry", "energy industry"], "founded_year": 1951, "employees": 3550, "public_company": true, "ticker": "TRP", "exchange": "Toronto Stock Exchange", "lei": "549300UGKOFV2IWJJG27", "sec_cik": "1232384", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TC_Energy_Logo_May_2019.svg", "description": "company", "sitelinks": 12, "importance": 0.588, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1232384", "enriched_at": "2026-09-12T09:34:24+00:00"}}
340 {"wikidata_id": "Q1139541", "display_name": "Frontier Airlines", "legal_name": null, "aliases": ["F9", "FFT"], "website": "https://www.flyfrontier.com", "canonical_domain": "flyfrontier.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ULCC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1670076", "parent": {"wikidata_id": "Q1536457", "name": "Republic Airways Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frontier_Airlines_logo.svg", "description": "airline in the United States", "sitelinks": 39, "importance": 0.5878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1670076", "enriched_at": "2026-09-12T09:34:24+00:00"}}
341 {"wikidata_id": "Q1141173", "display_name": "Marriott International", "legal_name": "Marriott International, Inc.", "aliases": ["Marriott", "Marriott International Inc", "Inc."], "website": "https://www.marriott.com", "canonical_domain": "marriott.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["hospitality", "travel"], "industry_labels": ["hospitality industry", "tourism industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "MAR", "exchange": "Nasdaq", "lei": "225YDZ14ZO8E1TXUSU86", "sec_cik": "1048286", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marriott_International.svg", "description": "international hospitality company in Bethesda, Maryland, United States", "sitelinks": 39, "importance": 0.5878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q634831"}, {"related_domain_conflict": "Q1067636"}, {"related_domain_conflict": "Q3918608"}, {"related_domain_conflict": "Q4734166"}, {"related_domain_conflict": "Q19872869"}, {"related_domain_conflict": "Q5653536"}]}
342 {"wikidata_id": "Q373225", "display_name": "Virgin Galactic", "legal_name": null, "aliases": [], "website": "https://www.virgingalactic.com", "canonical_domain": "virgingalactic.com", "country": "US", "hq_city": "Las Cruces", "hq_region": "Doña Ana County", "lat": 32.31403, "lon": -106.77981, "industries": ["travel"], "industry_labels": ["space tourism"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SPCE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1706946", "parent": {"wikidata_id": "Q494917", "name": "Virgin Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Virgin_Galactic_logo.svg", "description": "American spaceflight company", "sitelinks": 39, "importance": 0.5878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1706946", "enriched_at": "2026-09-12T09:34:24+00:00"}}
343 {"wikidata_id": "Q649178", "display_name": "LATAM Airlines", "legal_name": null, "aliases": ["LAN", "LAN Airlines", "LAN Chile"], "website": "https://www.latam.com", "canonical_domain": "latam.com", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.40383, "lon": -70.57267, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "LAN", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1321868", "name": "LATAM Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Latam-logo_-v_%28Indigo%29.svg", "description": "airline of Chile", "sitelinks": 39, "importance": 0.5878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q690789"}, {"related_domain_conflict": "Q1321868"}, {"related_domain_conflict": "Q408655"}, {"related_domain_conflict": "Q1145155"}, {"related_domain_conflict": "Q651491"}, {"related_domain_conflict": "Q3512020"}]}
344 {"wikidata_id": "Q1206980", "display_name": "Devon Energy", "legal_name": null, "aliases": [], "website": "https://www.devonenergy.com", "canonical_domain": "devonenergy.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Canadian County", "lat": 35.48222, "lon": -97.53528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1971, "employees": 5900, "public_company": true, "ticker": "DVN", "exchange": "New York Stock Exchange", "lei": "54930042348RKR3ZPN35", "sec_cik": "1090012", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Devon-Energy-Logo.svg", "description": "company", "sitelinks": 11, "importance": 0.5869, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
345 {"wikidata_id": "Q1075788", "display_name": "Choice Hotels", "legal_name": null, "aliases": ["Choice Hotels International", "Inc."], "website": "https://www.choicehotels.com", "canonical_domain": "choicehotels.com", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1939, "employees": 1789, "public_company": true, "ticker": "CHH", "exchange": "New York Stock Exchange", "lei": "5493003CYRY5RFGTIR97", "sec_cik": "1046311", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Choice_Hotels_logo.svg", "description": "American hotel chain", "sitelinks": 13, "importance": 0.5859, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7356709"}], "source_edgar": {"cik": "1046311", "enriched_at": "2026-09-12T09:34:24+00:00"}}
346 {"wikidata_id": "Q642610", "display_name": "Hawaiian Airlines", "legal_name": null, "aliases": ["Hawaiian Air"], "website": "https://www.hawaiianairlines.com", "canonical_domain": "hawaiianairlines.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "HA", "exchange": "Nasdaq", "lei": "54930004G7JGHLMV6N60", "sec_cik": "1172222", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hawaiian_Airlines_2017_wordmark.svg", "description": "airline in the western United States", "sitelinks": 38, "importance": 0.5852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
347 {"wikidata_id": "Q934853", "display_name": "Motorola Mobility LLC", "legal_name": "Motorola Mobility LLC", "aliases": [], "website": "https://www.motorola.com", "canonical_domain": "motorola.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "MMI", "exchange": "New York Stock Exchange", "lei": "9EOFN1MVFPRHNYD14C51", "sec_cik": "1578732", "parent": {"wikidata_id": "Q14799", "name": "Lenovo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motorola_new_logo.svg", "description": "American consumer electronics and telecommunications company, subsidiary of Lenovo", "sitelinks": 38, "importance": 0.5852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1501636"}], "source_edgar": {"cik": "1578732", "enriched_at": "2026-09-12T09:34:24+00:00"}}
348 {"wikidata_id": "Q1758392", "display_name": "IDEXX Laboratories, Inc.", "legal_name": null, "aliases": ["Idexx Laboratories"], "website": "https://www.idexx.com", "canonical_domain": "idexx.com", "country": "US", "hq_city": "Westbrook", "hq_region": "Cumberland County", "lat": 43.68528, "lon": -70.35722, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1983, "employees": 5000, "public_company": true, "ticker": "IDXX", "exchange": "Nasdaq", "lei": "OGMTXK0LUU1HKV2P0J84", "sec_cik": "874716", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IDEXX_Labs.svg", "description": "American multinational corporation", "sitelinks": 11, "importance": 0.5845, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
349 {"wikidata_id": "Q818314", "display_name": "Bentley Systems", "legal_name": null, "aliases": ["Incorporated (Exton", "PA)"], "website": "https://www.bentley.com", "canonical_domain": "bentley.com", "country": "US", "hq_city": "Exton", "hq_region": "West Whiteland Township", "lat": 40.0655, "lon": -75.68782, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1984, "employees": 2700, "public_company": true, "ticker": "BSY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1031308", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bentley_Systems_wordmark.svg", "description": "software company for CAD-Design", "sitelinks": 12, "importance": 0.584, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1031308", "enriched_at": "2026-09-12T09:34:24+00:00"}}
350 {"wikidata_id": "Q524757", "display_name": "KFC", "legal_name": null, "aliases": ["Kentucky Fried Chicken", "KFC Corporation", "KFC Restaurant"], "website": "https://www.kfc.com", "canonical_domain": "kfc.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.19806, "lon": -85.69572, "industries": ["food-beverage"], "industry_labels": ["fast food", "quick service restaurant sector"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q668737", "name": "Yum! Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KFC_2026_%28wordmark%29.svg", "description": "American fast food restaurant chain specializing in fried chicken", "sitelinks": 98, "importance": 0.5831, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
351 {"wikidata_id": "Q7752327", "display_name": "The Mosaic Company", "legal_name": null, "aliases": ["Mosaic"], "website": "https://www.mosaicco.com", "canonical_domain": "mosaicco.com", "country": "US", "hq_city": "Plymouth", "hq_region": "Hennepin County", "lat": 45.01056, "lon": -93.45556, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2004, "employees": 8400, "public_company": true, "ticker": "MOS", "exchange": "New York Stock Exchange", "lei": "2YD5STGSJNMUB7H76907", "sec_cik": "1285785", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mosaic_Logo.svg", "description": "American chemical company", "sitelinks": 10, "importance": 0.5829, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
352 {"wikidata_id": "Q434841", "display_name": "20th Century Studios", "legal_name": null, "aliases": ["TCF", "Twentieth (20th) Century Fox Film Corporation", "Twentieth Century Studios"], "website": "https://www.20thcenturystudios.com", "canonical_domain": "20thcenturystudios.com", "country": "US", "hq_city": "Walt Disney Studios", "hq_region": null, "lat": 34.0516, "lon": -118.40999, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1935, "employees": 2300, "public_company": false, "ticker": null, "exchange": null, "lei": "549300W3HBISRNJS8308", "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/20th_Century_Studios.svg", "description": "American film studio owned by The Walt Disney Company", "sitelinks": 87, "importance": 0.5828, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
353 {"wikidata_id": "Q918208", "display_name": "Ternium", "legal_name": null, "aliases": [], "website": "https://ternium.com", "canonical_domain": "ternium.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2005, "employees": 16600, "public_company": true, "ticker": "TX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1342874", "parent": null, "logo_url": null, "description": "Steel company with presence in major Latin American markets, including Argentina, Brasil, Mexico and Colombia.", "sitelinks": 9, "importance": 0.5827, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1342874", "enriched_at": "2026-09-12T09:34:24+00:00"}}
354 {"wikidata_id": "Q12857502", "display_name": "Mondelez International", "legal_name": null, "aliases": ["National Dairy Products", "Mondelez", "Mondelēz International", "Inc."], "website": "https://www.mondelezinternational.com", "canonical_domain": "mondelezinternational.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "MDLZ", "exchange": "Nasdaq", "lei": "549300DV9GIB88LZ5P30", "sec_cik": "1103982", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mondelez_International.svg", "description": "American multinational confectionery, food and beverage conglomerate", "sitelinks": 37, "importance": 0.5824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q106238232"}]}
355 {"wikidata_id": "Q1454852", "display_name": "Hormel", "legal_name": null, "aliases": ["George A. Hormel & Company", "Hormel Foods", "Hormel Foods Corporation", "Hormel Foods International"], "website": "https://www.hormel.com", "canonical_domain": "hormel.com", "country": "US", "hq_city": "Austin", "hq_region": "Mower County", "lat": 43.6666, "lon": -92.97486, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1891, "employees": null, "public_company": true, "ticker": "HRL", "exchange": "New York Stock Exchange", "lei": "MSD54751OJP1FS2ND863", "sec_cik": "48465", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hormel_Foods_logo.png", "description": "American food processing company", "sitelinks": 37, "importance": 0.5824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
356 {"wikidata_id": "Q367412", "display_name": "Razer Inc.", "legal_name": null, "aliases": ["Razer", "R Λ Z Ξ R", "RAZER", "RΛZΞR"], "website": "https://www.razer.com", "canonical_domain": "razer.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["gaming", "technology"], "industry_labels": ["video game industry", "computer hardware industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "1337", "exchange": "Hong Kong Stock Exchange", "lei": "529900B3H0RSWJ089K63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Razer_wordmark.svg", "description": "Singaporean-American technological company which specializes in products marketed to gamers", "sitelinks": 37, "importance": 0.5824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
357 {"wikidata_id": "Q127552", "display_name": "Pixar", "legal_name": null, "aliases": ["Graphics Group", "Pixar Studios"], "website": "https://www.pixar.com", "canonical_domain": "pixar.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1986, "employees": 1233, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pixar_logo.svg", "description": "American computer animation studio", "sitelinks": 94, "importance": 0.5818, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
358 {"wikidata_id": "Q391028", "display_name": "University of British Columbia", "legal_name": "The University of British Columbia", "aliases": ["UBC", "McGill University College of British Columbia"], "website": "https://www.ubc.ca", "canonical_domain": "ubc.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26472, "lon": -123.25278, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1908, "employees": 32593, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30281216", "name": "Vancouver Coastal Health Research Institute"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/British_columbia_ca_univ_logo.svg", "description": "public research university in British Columbia, Canada", "sitelinks": 59, "importance": 0.5809, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
359 {"wikidata_id": "Q175106", "display_name": "Tim Hortons", "legal_name": null, "aliases": ["Tim Hortons Inc."], "website": "https://www.timhortons.com", "canonical_domain": "timhortons.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "THI", "exchange": "Toronto Stock Exchange", "lei": "549300NRCR0IO3ZHSE46", "sec_cik": null, "parent": {"wikidata_id": "Q18619470", "name": "Restaurant Brands International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tim_Hortons_Logo.svg", "description": "Canadian multinational quick-service restaurant chain", "sitelinks": 36, "importance": 0.5796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
360 {"wikidata_id": "Q2466256", "display_name": "U.S. Cellular", "legal_name": null, "aliases": ["United States Cellular Corporation"], "website": "https://uscellular.com", "canonical_domain": "uscellular.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1983, "employees": 6700, "public_company": true, "ticker": "USM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_States_Cellular_Corporation_logo.svg", "description": "American telecommunications company", "sitelinks": 10, "importance": 0.5796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
361 {"wikidata_id": "Q463090", "display_name": "Smith & Wesson", "legal_name": null, "aliases": [], "website": "https://www.smith-wesson.com", "canonical_domain": "smith-wesson.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1852, "employees": null, "public_company": true, "ticker": "SWHC", "exchange": "Nasdaq", "lei": "5493004PFHUPOR1PWN79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smith_%26_Wesson_logo_from_.357_Model_686_Plus.png", "description": "manufacturer of firearms and BB guns in the United States", "sitelinks": 36, "importance": 0.5796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
362 {"wikidata_id": "Q1585599", "display_name": "Harman International Industries", "legal_name": null, "aliases": ["Harman", "Harman International"], "website": "https://www.harman.com", "canonical_domain": "harman.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1980, "employees": 11246, "public_company": true, "ticker": null, "exchange": null, "lei": "1VWDHRIRERCQ5D5M5681", "sec_cik": null, "parent": {"wikidata_id": "Q20718", "name": "Samsung Electronics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harman_International_logo.svg", "description": "American electronics company", "sitelinks": 25, "importance": 0.5776, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
363 {"wikidata_id": "Q17085620", "display_name": "Planet Labs", "legal_name": "Planet Labs PBC", "aliases": ["Planet", "Cosmogia Inc.", "Planet Labs Inc."], "website": "https://www.planet.com", "canonical_domain": "planet.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2010, "employees": 600, "public_company": true, "ticker": "PL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1836833", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Planet_Labs_logo.svg", "description": "American company specializing in satellite imaging of Earth", "sitelinks": 14, "importance": 0.5773, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
364 {"wikidata_id": "Q1471346", "display_name": "Whirlpool Corporation", "legal_name": "Whirlpool Corporation", "aliases": ["Nineteen Hundred", "Upton Machine"], "website": "https://www.whirlpoolcorp.com", "canonical_domain": "whirlpoolcorp.com", "country": "US", "hq_city": "Benton Charter Township", "hq_region": "Berrien County", "lat": 42.1147, "lon": -86.3964, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "WHR", "exchange": "New York Stock Exchange", "lei": "WHENKOULSSK7WUM60H03", "sec_cik": "106640", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Whirlpool_Corporation_Logo_%28as_of_2017%29.svg", "description": "American multinational manufacturer and marketer of home appliances", "sitelinks": 35, "importance": 0.5767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
365 {"wikidata_id": "Q202210", "display_name": "GameStop", "legal_name": "GameStop Corp.", "aliases": ["Babbage's"], "website": "https://www.gamestop.com", "canonical_domain": "gamestop.com", "country": "US", "hq_city": "Grapevine", "hq_region": "Denton County", "lat": 32.935, "lon": -97.0858, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "GME", "exchange": "New York Stock Exchange", "lei": "549300505KLOET039L77", "sec_cik": "1360557", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GameStop_Logo.svg", "description": "American video game retailer", "sitelinks": 35, "importance": 0.5767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
366 {"wikidata_id": "Q260833", "display_name": "SanDisk Corporation", "legal_name": "SanDisk Corporation", "aliases": [], "website": "https://www.sandisk.com", "canonical_domain": "sandisk.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "computer hardware industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "SNDK", "exchange": "Nasdaq", "lei": "5493009Q58RSNRUOV288", "sec_cik": "1000180", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SanDisk_2024_logo.svg", "description": "American semiconductor company - memory and storage technologies", "sitelinks": 35, "importance": 0.5767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
367 {"wikidata_id": "Q583268", "display_name": "Vale", "legal_name": null, "aliases": ["CVRD", "Doce River Valley Company", "Vale S.A."], "website": "https://www.vale.com", "canonical_domain": "vale.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "VALE3", "exchange": "São Paulo Stock Exchange", "lei": "969500FCQ8OA16R17V29", "sec_cik": "917851", "parent": null, "logo_url": null, "description": "multinational diversified metals and mining corporation", "sitelinks": 35, "importance": 0.5767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1269002"}], "source_edgar": {"cik": "917851", "enriched_at": "2026-09-12T09:34:24+00:00"}}
368 {"wikidata_id": "Q675585", "display_name": "Moody's Corporation", "legal_name": null, "aliases": ["MCO", "Moody's"], "website": "https://www.moodys.com", "canonical_domain": "moodys.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71333, "lon": -74.01194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "MCO", "exchange": "New York Stock Exchange", "lei": "549300GCEDD8YCF5WU84", "sec_cik": "1059556", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moody%27s_new_logo.png", "description": "company", "sitelinks": 35, "importance": 0.5767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4159021"}]}
369 {"wikidata_id": "Q178824", "display_name": "Blizzard Entertainment", "legal_name": null, "aliases": ["Blizzard", "Blizzard Entertainment Inc.", "Inc.", "Silicon & Synapse"], "website": "https://www.blizzard.com", "canonical_domain": "blizzard.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.65843, "lon": -117.76766, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q344341", "name": "Activision Blizzard"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blizzard_Entertainment_Logo_2015.svg", "description": "American video game publisher and developer owned by Microsoft", "sitelinks": 63, "importance": 0.5744, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
370 {"wikidata_id": "Q3485048", "display_name": "Sinovac Biotech", "legal_name": null, "aliases": ["Sinovac"], "website": "https://www.sinovac.com", "canonical_domain": "sinovac.com", "country": "AG", "hq_city": "Beijing", "hq_region": "Saint John", "lat": 40.031, "lon": 116.3003, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SVA", "exchange": "Nasdaq", "lei": "529900DOOGH8WKB2WL85", "sec_cik": "1084201", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinovac_Biotech_logo.svg", "description": "Chinese biopharm company", "sitelinks": 34, "importance": 0.5738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1084201", "enriched_at": "2026-09-12T09:34:25+00:00"}}
371 {"wikidata_id": "Q1129117", "display_name": "Tupperware", "legal_name": null, "aliases": [], "website": "https://www.tupperwarebrands.com", "canonical_domain": "tupperwarebrands.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": [], "industry_labels": ["direct selling"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "TUP", "exchange": "New York Stock Exchange", "lei": "G8NWFN4YP7CR6FOP4886", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tupperware_2024.svg", "description": "name of a home products line", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q16985829"}]}
372 {"wikidata_id": "Q1319601", "display_name": "Allegiant Air", "legal_name": null, "aliases": ["Allegiant"], "website": "https://www.allegiantair.com", "canonical_domain": "allegiantair.com", "country": "US", "hq_city": "Enterprise", "hq_region": "Clark County", "lat": 36.03139, "lon": -115.19806, "industries": ["aerospace-defense"], "industry_labels": ["civil aviation"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ALGT", "exchange": "Nasdaq", "lei": "549300JM9OZXOHWL2K18", "sec_cik": "1362468", "parent": {"wikidata_id": "Q96371801", "name": "Allegiant Travel Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allegiant_Air_logo.svg", "description": "United States based low cost airline", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1362468", "enriched_at": "2026-09-12T09:34:25+00:00"}}
373 {"wikidata_id": "Q1479654", "display_name": "Wiley", "legal_name": "John Wiley & Sons, Inc.", "aliases": ["John Wiley and Sons", "John Wiley & Sons", "John Wiley & Sons Incorporated", "John Wiley & Sons", "Inc."], "website": "https://www.wiley.com", "canonical_domain": "wiley.com", "country": "US", "hq_city": "Hoboken", "hq_region": "Hudson County", "lat": 40.745, "lon": -74.0325, "industries": ["media"], "industry_labels": [], "founded_year": 1807, "employees": null, "public_company": true, "ticker": "WLYB", "exchange": "New York Stock Exchange", "lei": "5493003XM719UN7E8P64", "sec_cik": "107140", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wiley_logo.svg", "description": "American multinational publishing company", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q767319"}], "source_edgar": {"cik": "107140", "enriched_at": "2026-09-12T09:34:25+00:00"}}
374 {"wikidata_id": "Q2470307", "display_name": "Guess", "legal_name": null, "aliases": ["Inc.", "Guess?"], "website": "https://www.guess.com", "canonical_domain": "guess.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "GES", "exchange": "New York Stock Exchange", "lei": "549300QVH3ZK2DW0KP86", "sec_cik": "912463", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guess_logo.svg", "description": "American clothing line brand", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
375 {"wikidata_id": "Q6499202", "display_name": "Sears, Roebuck and Co.", "legal_name": "Sears, Roebuck and Co.", "aliases": ["Sears", "Roebuck and Co.", "Sears", "Roebuck & Co.", "Sears", "Roebuck and Company"], "website": "https://www.sears.com", "canonical_domain": "sears.com", "country": "US", "hq_city": "Hoffman Estates", "hq_region": "Cook County", "lat": 42.06306, "lon": -88.11917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "SHLD", "exchange": "Nasdaq", "lei": "549300KWWR4P1RYUVG65", "sec_cik": null, "parent": {"wikidata_id": "Q966556", "name": "Sears Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sears_logo_%282020%29.svg", "description": "American department store chain", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q966556"}]}
376 {"wikidata_id": "Q775031", "display_name": "Grupo Bimbo", "legal_name": null, "aliases": ["Bimbo"], "website": "https://www.grupobimbo.com", "canonical_domain": "grupobimbo.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.37295, "lon": -99.26184, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "BMBOY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Grupo_BIMBO.svg", "description": "Mexican multinational food company", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
377 {"wikidata_id": "Q1032229", "display_name": "Canadian Natural Resources", "legal_name": null, "aliases": ["Canadian Natural"], "website": "https://www.cnrl.com", "canonical_domain": "cnrl.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": 1973, "employees": 6621, "public_company": true, "ticker": "CNQ", "exchange": "Toronto Stock Exchange", "lei": "549300T15RIMIKZC5Q38", "sec_cik": "1017413", "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.5694, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1017413", "enriched_at": "2026-09-12T09:34:25+00:00"}}
378 {"wikidata_id": "Q1056637", "display_name": "The Hershey Company", "legal_name": null, "aliases": ["Hershey Company", "Hershey Foods Corporation", "Hershey's"], "website": "https://www.thehersheycompany.com", "canonical_domain": "thehersheycompany.com", "country": "US", "hq_city": "Hershey", "hq_region": "Dauphin County", "lat": 40.27833, "lon": -76.65111, "industries": ["food-beverage"], "industry_labels": ["manufacture of cocoa, chocolate and sugar confectionery"], "founded_year": 1894, "employees": null, "public_company": true, "ticker": "HSY", "exchange": "New York Stock Exchange", "lei": "21X2CX66SU2BR6QTAD08", "sec_cik": "47111", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HersheyCo.svg", "description": "American corporation", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
379 {"wikidata_id": "Q14289857", "display_name": "News Corp", "legal_name": null, "aliases": ["New News Corp", "News Corp (Firm : 2013)", "News Corp.", "News Corporation"], "website": "https://newscorp.com", "canonical_domain": "newscorp.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.75861, "lon": -73.9825, "industries": ["media"], "industry_labels": ["mass media", "journalism"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "NWS", "exchange": "Nasdaq", "lei": "549300ITS31QK8VRBQ14", "sec_cik": "1564708", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/News_Corp_logo_2013.svg", "description": "American multinational mass media company (2013-)", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
380 {"wikidata_id": "Q533415", "display_name": "Best Buy", "legal_name": null, "aliases": ["Sound of Music", "Best Buy Co.", "Best Buy Co. Inc.", "Best Buy Co.", "Inc."], "website": "https://www.bestbuy.com", "canonical_domain": "bestbuy.com", "country": "US", "hq_city": "Richfield", "hq_region": "Hennepin County", "lat": 44.88333, "lon": -93.28333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "BBY", "exchange": "New York Stock Exchange", "lei": "HL5XPTVRV0O8TUN5LL90", "sec_cik": "764478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Best_Buy_logo_2018.svg", "description": "American multinational consumer electronics retailer", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
381 {"wikidata_id": "Q794272", "display_name": "voeazul.com.br", "legal_name": null, "aliases": ["AD", "AZU", "AZUL", "Azul Airlines", "Azul Linhas Aéreas Brasileiras S/A"], "website": "https://www.voeazul.com.br", "canonical_domain": "voeazul.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "AZUL4", "exchange": "São Paulo Stock Exchange", "lei": "549300VTW6UFR5XP5V60", "sec_cik": "1432364", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_da_Azul_Linhas_A%C3%A9reas_Brasileiras.svg", "description": "Brazilian airline", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1432364", "enriched_at": "2026-09-12T09:34:25+00:00"}}
382 {"wikidata_id": "Q56760250", "display_name": "Sony Music", "legal_name": null, "aliases": ["SM", "SME", "Sony Music Entertainment", "Sony Música", "Sony Music Entertainment (United States)"], "website": "https://www.sonymusic.com", "canonical_domain": "sonymusic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["entertainment industry", "show business", "music industry"], "founded_year": 2009, "employees": 8578, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G0VTDMY8H0RM04", "sec_cik": null, "parent": {"wikidata_id": "Q40889189", "name": "Sony Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Music_Entertainment_Logo_2023.svg", "description": "American multinational music recording company", "sitelinks": 62, "importance": 0.5667, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
383 {"wikidata_id": "Q1134069", "display_name": "Otis Worldwide Corporation", "legal_name": null, "aliases": ["Otis", "Otis Worldwide"], "website": "https://www.otis.com", "canonical_domain": "otis.com", "country": "US", "hq_city": "Farmington", "hq_region": "Capitol Planning Region", "lat": 41.72778, "lon": -72.84028, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "OTIS", "exchange": "New York Stock Exchange", "lei": "549300857C2X2VKMWG77", "sec_cik": "1781335", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Otis_logo.SVG", "description": "American elevator and escalator manufacturer", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
384 {"wikidata_id": "Q154387", "display_name": "Iridium Communications", "legal_name": null, "aliases": ["Iridium", "Iridium Inc.", "Iridium Satellite LLC"], "website": "https://www.iridium.com", "canonical_domain": "iridium.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "IRDM", "exchange": "Nasdaq", "lei": "549300U620NVQ4J1CT96", "sec_cik": "1418819", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iridium-Logo.svg", "description": "satellite communications provider", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
385 {"wikidata_id": "Q735261", "display_name": "Royal Bank of Canada", "legal_name": null, "aliases": ["RBC", "RBC Financial Group", "RBC Royal Bank", "RBC Wealth Management"], "website": "https://rbc.com", "canonical_domain": "rbc.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "RY", "exchange": "Toronto Stock Exchange", "lei": "ES7IP3U3RHIGC71XBU11", "sec_cik": "1000275", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RBC_logo.jpg", "description": "financial institution in Canada", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
386 {"wikidata_id": "Q926699", "display_name": "Crocs, Inc.", "legal_name": null, "aliases": ["Crocs", "Croc shoes", "Crocs Inc", "Crocs shoes"], "website": "https://www.crocs.com", "canonical_domain": "crocs.com", "country": "US", "hq_city": "Longmont", "hq_region": "Weld County", "lat": 40.17167, "lon": -105.10917, "industries": ["apparel", "retail"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "CROX", "exchange": "Nasdaq", "lei": "549300B0J6YCXD63OG72", "sec_cik": "1334036", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crocs_wordmark.svg", "description": "American shoe company", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
387 {"wikidata_id": "Q43449", "display_name": "Creative Commons", "legal_name": "Creative Commons", "aliases": [], "website": "https://creativecommons.org", "canonical_domain": "creativecommons.org", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["media"], "industry_labels": [], "founded_year": 2001, "employees": 147, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CC-logo.svg", "description": "non-profit-organization creating copyright licenses for the public release of creative works", "sitelinks": 105, "importance": 0.5626, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
388 {"wikidata_id": "Q174198", "display_name": "Gartner", "legal_name": null, "aliases": ["Gartner Group"], "website": "https://www.gartner.com", "canonical_domain": "gartner.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "IT", "exchange": "New York Stock Exchange", "lei": "PP55B5R38BFB8O8HH686", "sec_cik": "749251", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gartner_logo.svg", "description": "company", "sitelinks": 30, "importance": 0.561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
389 {"wikidata_id": "Q624798", "display_name": "Canadian National Railway", "legal_name": "Canadian National Railway Company", "aliases": ["CN", "CNR", "Rida", "Canadian National", "Canadien National", "CN Rail"], "website": "https://www.cn.ca", "canonical_domain": "cn.ca", "country": "CA", "hq_city": "Downtown Montreal", "hq_region": "Ville-Marie", "lat": 45.50883, "lon": -73.5541, "industries": ["logistics"], "industry_labels": ["rail freight transport"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "CNR", "exchange": "Toronto Stock Exchange", "lei": "3SU7BEP7TH9YEQOZCS77", "sec_cik": "16868", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CN_Railway_logo.svg", "description": "Canadian Class I freight railway company", "sitelinks": 30, "importance": 0.561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1542887"}]}
390 {"wikidata_id": "Q23239", "display_name": "amtrak.com", "legal_name": null, "aliases": ["AMTK", "AMTZ", "National Railroad Passenger Corporation", "NRPC", "Railpax", "American train track"], "website": "https://amtrak.com", "canonical_domain": "amtrak.com", "country": "US", "hq_city": "Washington Union Station", "hq_region": "Washington, D.C.", "lat": 38.89731, "lon": -77.00626, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1971, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300D8AVGZ5P5HWU88", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amtrak_logo.svg", "description": "American intercity passenger rail operator", "sitelinks": 52, "importance": 0.5608, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
391 {"wikidata_id": "Q259340", "display_name": "7-Eleven", "legal_name": null, "aliases": ["7-11", "711", "Seven Eleven", "Seven-Eleven"], "website": "https://www.7-eleven.com", "canonical_domain": "7-eleven.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1927, "employees": 20700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/7-Eleven_logo_2021.svg", "description": "American convenience store chain", "sitelinks": 51, "importance": 0.5593, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
392 {"wikidata_id": "Q1194832", "display_name": "Toronto-Dominion Bank", "legal_name": null, "aliases": ["TD", "TD Bank Group"], "website": "https://www.td.com", "canonical_domain": "td.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "TD", "exchange": "Toronto Stock Exchange", "lei": "PT3QB789TSUIDF371261", "sec_cik": "947263", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toronto-Dominion_Bank_logo.svg", "description": "banking and financial services corporation", "sitelinks": 29, "importance": 0.5576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1080670"}, {"related_domain_conflict": "Q7669891"}]}
393 {"wikidata_id": "Q173476", "display_name": "Cummins", "legal_name": null, "aliases": ["Cummins Inc.", "Inc."], "website": "https://www.cummins.com", "canonical_domain": "cummins.com", "country": "US", "hq_city": "Columbus", "hq_region": "Bartholomew County", "lat": 39.214, "lon": -85.91106, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "CMI", "exchange": "New York Stock Exchange", "lei": "ZUNI8PYC725B6H8JU438", "sec_cik": "26172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cummins_logo.svg", "description": "American corporation that designs, manufactures, distributes and services engines and related technologies", "sitelinks": 29, "importance": 0.5576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
394 {"wikidata_id": "Q1570773", "display_name": "Kohlberg Kravis Roberts", "legal_name": null, "aliases": ["KKR", "KKR & Co.", "KKR & Co. L.P.", "Kohlberg Kravis Roberts & Co.", "KKR & Co.", "Inc.", "KKR Private Equity"], "website": "https://www.kkr.com", "canonical_domain": "kkr.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["asset management", "investment management", "private equity firm"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "KKR", "exchange": "New York Stock Exchange", "lei": "K3NEK11EF7N3JVJE7V46", "sec_cik": "1404912", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kohlberg_Kravis_Roberts_%28logo%29.svg", "description": "American private equity fund manager", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
395 {"wikidata_id": "Q518016", "display_name": "Unisys", "legal_name": null, "aliases": ["Unisys Corporation"], "website": "https://www.unisys.com", "canonical_domain": "unisys.com", "country": "US", "hq_city": "Blue Bell", "hq_region": "Montgomery County", "lat": 40.15233, "lon": -75.26629, "industries": ["technology", "consulting", "software"], "industry_labels": ["IT service management", "information and communications technology", "consulting", "data analytics software industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "UIS", "exchange": "New York Stock Exchange", "lei": "549300T21W22FIJJOW08", "sec_cik": "746838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unisys_logo_2022.svg", "description": "American multinational technology, cloud application and infrastructure services and consulting corporation", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "746838", "enriched_at": "2026-09-12T09:34:25+00:00"}}
396 {"wikidata_id": "Q691637", "display_name": "Gol Transportes Aéreos", "legal_name": null, "aliases": ["Gol Air", "Gol Air Transport", "Gol Transport Air", "Gol Transportes Aereos", "VRG Linhas Aéreas S.A. - Grupo GOL"], "website": "https://www.voegol.com.br", "canonical_domain": "voegol.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "GOLL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gol_Linhas_A%C3%A9reas_Inteligentes_logo_%282015%2C_without_the_slogan%29.svg", "description": "Brazilian airline", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
397 {"wikidata_id": "Q796297", "display_name": "São Paulo Stock Exchange", "legal_name": null, "aliases": ["B3", "B3 S.A. - BRASIL BOLSA BALCAO", "BM&F", "BM&F BOVESPA", "Bolsa de Valores", "Mercadorias & Futuros de São Paulo", "Bovespa", "BVMF"], "website": "https://www.b3.com.br", "canonical_domain": "b3.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "B3SA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_B3.svg", "description": "stock exchange located in São Paulo, Brazil", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
398 {"wikidata_id": "Q942471", "display_name": "The Travelers Companies", "legal_name": null, "aliases": ["Travelers", "Travelers Insurance Company", "Inc."], "website": "https://www.travelers.com", "canonical_domain": "travelers.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "TRV", "exchange": "New York Stock Exchange", "lei": "549300Y650407RU8B149", "sec_cik": "86312", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trav_umb_5inch.jpg", "description": "insurance company", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
399 {"wikidata_id": "Q1032400", "display_name": "Canadian Tire", "legal_name": null, "aliases": ["Canadian Tire Co. Ltd."], "website": "https://www.canadiantire.ca", "canonical_domain": "canadiantire.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services", "retail"], "industry_labels": ["finance", "retail"], "founded_year": 1922, "employees": 30, "public_company": true, "ticker": "CTC", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Tire_logo_2022.png", "description": "Canadian retailer and vehicle service company", "sitelinks": 17, "importance": 0.5536, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
400 {"wikidata_id": "Q640694", "display_name": "University of Alberta", "legal_name": null, "aliases": ["U of A", "UofA", "Ualberta", "UAlberta", "uofa"], "website": "https://www.ualberta.ca", "canonical_domain": "ualberta.ca", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.52444, "lon": -113.52444, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1906, "employees": 14363, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public research university in Edmonton, Alberta, Canada", "sitelinks": 50, "importance": 0.5519, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
401 {"wikidata_id": "Q13977", "display_name": "Bloomberg L.P.", "legal_name": null, "aliases": ["Bloomberg"], "website": "https://www.bloomberg.com", "canonical_domain": "bloomberg.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1981, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300B56MD0ZC402L06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bloomberg_News_logo.svg", "description": "American multinational mass media corporation", "sitelinks": 47, "importance": 0.5504, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
402 {"wikidata_id": "Q1200840", "display_name": "Energizer Holdings, Inc.", "legal_name": null, "aliases": ["Energizer"], "website": "https://energizerholdings.com", "canonical_domain": "energizerholdings.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ENR", "exchange": "New York Stock Exchange", "lei": "5493000D6NN0V57UME20", "sec_cik": "1632790", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Energizer_holdings_inc_logo.svg", "description": "American manufacturer of batteries", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
403 {"wikidata_id": "Q1425063", "display_name": "Hyatt Hotels Corporation", "legal_name": null, "aliases": ["Hyatt", "Hyatt Corporation", "Hyatt Hotels"], "website": "https://www.hyatt.com", "canonical_domain": "hyatt.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "H", "exchange": "New York Stock Exchange", "lei": "T27JQIMTYSH41TCD5186", "sec_cik": "1468174", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyatt_Logo.svg", "description": "American multinational hospitality company", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
404 {"wikidata_id": "Q1741634", "display_name": "Kimberly-Clark", "legal_name": null, "aliases": ["K-C", "Kimberly-Clark Co.", "Kimberly-Clark Corp", "Kimberly-Clark Corp.", "Kimberly-Clark Corporation", "Kimberly-Clark Worldwive", "Kimberly", "Clark and Co."], "website": "https://www.kimberly-clark.com", "canonical_domain": "kimberly-clark.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1872, "employees": null, "public_company": true, "ticker": "KMB", "exchange": "New York Stock Exchange", "lei": "MP3J6QPYPGN75NVW2S34", "sec_cik": "55785", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kimberly-Clark_logo.svg", "description": "American multinational company", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
405 {"wikidata_id": "Q1850587", "display_name": "Polaris", "legal_name": "Polaris Inc.", "aliases": ["Polaris (United States)", "Polaris Industries Inc."], "website": "https://www.polaris.com", "canonical_domain": "polaris.com", "country": "US", "hq_city": "Medina", "hq_region": "Hennepin County", "lat": 45.05761, "lon": -93.57654, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "PII", "exchange": "New York Stock Exchange", "lei": "549300QJSN8UVWN1EI78", "sec_cik": "931015", "parent": null, "logo_url": null, "description": "American vehicle manufacturer", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1531608"}], "source_edgar": {"cik": "931015", "enriched_at": "2026-09-12T09:34:25+00:00"}}
406 {"wikidata_id": "Q1944412", "display_name": "MoneyGram", "legal_name": null, "aliases": ["MoneyGram International", "MoneyGram International Inc.", "MoneyGram Payment Services", "Inc."], "website": "https://www.moneygram.com", "canonical_domain": "moneygram.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["financial-services"], "industry_labels": ["financial services", "wire transfer"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "MGI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1273931", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MoneyGram_Logo.svg", "description": "American money transfer company", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
407 {"wikidata_id": "Q555925", "display_name": "Broadcom", "legal_name": "Broadcom Corporation", "aliases": [], "website": "https://www.broadcom.com", "canonical_domain": "broadcom.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "BRCM", "exchange": "Nasdaq", "lei": "KFFV4ZWM9DJH1ND3BD89", "sec_cik": "1730168", "parent": {"wikidata_id": "Q790060", "name": "Broadcom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Broadcom_logo_%282016-present%29.svg", "description": "American semiconductor manufacturer", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q790060"}], "source_edgar": {"cik": "1730168", "enriched_at": "2026-09-12T09:34:25+00:00"}}
408 {"wikidata_id": "Q67186598", "display_name": "roblox.com", "legal_name": null, "aliases": [], "website": "https://corp.roblox.com", "canonical_domain": "roblox.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "RBLX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1315098", "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
409 {"wikidata_id": "Q1196431", "display_name": "Pandora", "legal_name": null, "aliases": ["Pandora Internet Radio", "Pandora Media Inc", "Pandora Media", "Inc.", "Savage Beast Technologies"], "website": "https://pandora.com", "canonical_domain": "pandora.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2000, "employees": 2200, "public_company": true, "ticker": null, "exchange": null, "lei": "254900NJMDCK4VVX9P20", "sec_cik": null, "parent": {"wikidata_id": "Q3277465", "name": "Sirius XM Rad"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pandora_wordmark.svg", "description": "American music streaming and recommendation website", "sitelinks": 24, "importance": 0.5498, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
410 {"wikidata_id": "Q724759", "display_name": "NBCUniversal", "legal_name": null, "aliases": ["NBCU", "NBCUni", "nbcuniversal", "Nbcuniversal", "NBCUniversal Media", "LLC", "Inc."], "website": "https://nbcuniversal.com", "canonical_domain": "nbcuniversal.com", "country": "US", "hq_city": "30 Rockefeller Plaza", "hq_region": "Manhattan", "lat": 40.75897, "lon": -73.97939, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1926, "employees": 16000, "public_company": false, "ticker": null, "exchange": null, "lei": "VTBDOQJ6KOGQ6K786R46", "sec_cik": null, "parent": {"wikidata_id": "Q1113804", "name": "Comcast"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBCUniversal_2026_Logo.svg", "description": "American media and entertainment conglomerate", "sitelinks": 47, "importance": 0.5471, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1753607"}]}
411 {"wikidata_id": "Q131566", "display_name": "Institute of Electrical and Electronics Engineers", "legal_name": null, "aliases": ["IEEE", "I triple e", "I.E.E.E.", "IEEE CT Society", "IEEE-SSIT", "Institute of Electrical and Electronics Engineers Inc", "The Institute of Electrical and Electronics Engineers", "Incorporated"], "website": "https://www.ieee.org", "canonical_domain": "ieee.org", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1963, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IEEE_logo.svg", "description": "American professional association for electronic engineering and electrical engineering", "sitelinks": 69, "importance": 0.5467, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q465190"}, {"related_domain_conflict": "Q1665174"}]}
412 {"wikidata_id": "Q1353939", "display_name": "Etsy, Inc.", "legal_name": "Etsy, Inc.", "aliases": [], "website": "https://www.etsy.com", "canonical_domain": "etsy.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "ETSY", "exchange": "New York Stock Exchange", "lei": "54930089Q7XT501AEA40", "sec_cik": "1370637", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Etsy_logo.svg", "description": "American e-commerce company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
413 {"wikidata_id": "Q1459595", "display_name": "Revlon", "legal_name": "Revlon, Inc", "aliases": ["Revlon (United States)", "Inc."], "website": "https://www.revlon.com", "canonical_domain": "revlon.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "REV", "exchange": "New York Stock Exchange", "lei": "2MKZBE7NMX7EJWQLHS95", "sec_cik": null, "parent": {"wikidata_id": "Q1411292", "name": "Fidelity Investments"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Revlon_logo.svg", "description": "an American-based New York City multinational cosmetics, skin care, fragrance, and personal care company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
414 {"wikidata_id": "Q1472539", "display_name": "Alpha Tomo Global Resoures Sdn Bhd", "legal_name": "ManpowerGroup Inc.", "aliases": ["Manpower"], "website": "https://www.manpowergroup.com", "canonical_domain": "manpowergroup.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["professional-services"], "industry_labels": ["staffing industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "MAN", "exchange": "New York Stock Exchange", "lei": "ERO1WSFOSR0JJ6CRQ987", "sec_cik": "871763", "parent": {"wikidata_id": "Q138209205", "name": "ManpowerGroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ManpowerGroup_logo.svg", "description": "Career services agency", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "871763", "enriched_at": "2026-09-12T09:34:25+00:00"}}
415 {"wikidata_id": "Q17077936", "display_name": "Lyft", "legal_name": null, "aliases": ["Lyft Inc."], "website": "https://www.lyft.com", "canonical_domain": "lyft.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["transportation"], "industry_labels": ["transport", "taxi service"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "LYFT", "exchange": "Nasdaq", "lei": "549300H7I5VN334XVZ52", "sec_cik": "1759509", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lyft_logo_2025.svg", "description": "American transportation network company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
416 {"wikidata_id": "Q2529982", "display_name": "The New York Times Company", "legal_name": null, "aliases": ["New York Times Company"], "website": "https://www.nytco.com", "canonical_domain": "nytco.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1851, "employees": null, "public_company": true, "ticker": "NYT", "exchange": "New York Stock Exchange", "lei": "529900J1WEMMIW7BOH57", "sec_cik": "71691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_New_York_Times_Company_Logo.svg", "description": "American mass media company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "71691", "enriched_at": "2026-09-12T09:34:25+00:00"}}
417 {"wikidata_id": "Q285161", "display_name": "iRobot", "legal_name": null, "aliases": ["IRobot", "Irobot", "IROBOT", "iRobot Corp.", "iRobot Corporation"], "website": "https://www.irobot.com", "canonical_domain": "irobot.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "IRBT", "exchange": "Nasdaq", "lei": "5493009PRNKOUKBAT390", "sec_cik": "1159167", "parent": {"wikidata_id": "Q137452774", "name": "Shenzhen Picea Robotics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IRobot_Green_logo.svg", "description": "American technology company that produces consumer and military robots", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
418 {"wikidata_id": "Q431757", "display_name": "Volaris", "legal_name": null, "aliases": ["Volaris Air", "Volaris Airline", "Volaris Airlines"], "website": "https://www.volaris.com", "canonical_domain": "volaris.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "VLRS", "exchange": "New York Stock Exchange", "lei": "549300G8NLCMP9Z44X52", "sec_cik": "1520504", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volaris-logo.svg", "description": "Mexican low-cost airline", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q27970677"}]}
419 {"wikidata_id": "Q589288", "display_name": "The Bank of New York Mellon", "legal_name": "The Bank of New York Mellon Corporation", "aliases": ["BNY", "BNY Mellon"], "website": "https://www.bnymellon.com", "canonical_domain": "bnymellon.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "BNY", "exchange": "New York Stock Exchange", "lei": "WFLLPEPC7FZXENRZV188", "sec_cik": "1390777", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BNY_Mellon.svg", "description": "American investment banking services holding company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
420 {"wikidata_id": "Q607131", "display_name": "MetLife", "legal_name": null, "aliases": ["Metropolitan", "Inc.", "Metropolitan Life Insurance Company"], "website": "https://www.metlife.com", "canonical_domain": "metlife.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1868, "employees": null, "public_company": true, "ticker": "MET", "exchange": "New York Stock Exchange", "lei": "C4BXATY60WC6XEOZDX54", "sec_cik": "1099219", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MetLife_logo.svg", "description": "American insurance holding company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
421 {"wikidata_id": "Q310207", "display_name": "McKinsey & Company", "legal_name": null, "aliases": ["Inc."], "website": "https://www.mckinsey.com", "canonical_domain": "mckinsey.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consulting"], "industry_labels": ["management consulting industry"], "founded_year": 1926, "employees": 45100, "public_company": false, "ticker": null, "exchange": null, "lei": "KRXXK3K6ZU5I4X4VTH24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McKinsey_Script_Mark_2019.svg", "description": "global management consulting firm", "sitelinks": 39, "importance": 0.543, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
422 {"wikidata_id": "Q1155729", "display_name": "Scholastic Corporation", "legal_name": null, "aliases": ["SCHL", "Scholastic", "Scholastic Corporation (United States)", "Scholastic Entertainment", "Scholastic Magazine", "Inc.", "Scholastic Magazines", "Scholastic Magazines"], "website": "https://www.scholastic.com", "canonical_domain": "scholastic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "SCHL", "exchange": "Nasdaq", "lei": "254900L13768NOD2AC07", "sec_cik": "866729", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Scholastic.svg", "description": "American publishing, education, and media company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
423 {"wikidata_id": "Q1373493", "display_name": "Lowe's", "legal_name": null, "aliases": ["Lowes", "Lowe's Companies", "Inc.", "Lowe's Home Improvement"], "website": "https://lowes.com", "canonical_domain": "lowes.com", "country": "US", "hq_city": "Mooresville", "hq_region": "Iredell County", "lat": 35.58444, "lon": -80.82028, "industries": ["retail"], "industry_labels": ["hardware store"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "LOW", "exchange": "New York Stock Exchange", "lei": "WAFCR4OKGSC504WU3E95", "sec_cik": "60667", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lowes_Companies_Logo.svg", "description": "American home improvement retail chain", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
424 {"wikidata_id": "Q1676554", "display_name": "JBS S.A.", "legal_name": null, "aliases": ["JBS", "JBS S/A", "JBS S/A."], "website": "https://www.jbs.com.br", "canonical_domain": "jbs.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["meatpacking industry"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "JBSS3", "exchange": "São Paulo Stock Exchange", "lei": "529900RM0MTMZL9O5050", "sec_cik": "1450123", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_JBS_%282023%29.svg", "description": "Brazilian meat company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
425 {"wikidata_id": "Q17072200", "display_name": "Novavax", "legal_name": null, "aliases": ["Novavax (United States)"], "website": "https://www.novavax.com", "canonical_domain": "novavax.com", "country": "US", "hq_city": "Gaithersburg", "hq_region": "Montgomery County", "lat": 39.13992, "lon": -77.19292, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "NVAX", "exchange": "Nasdaq", "lei": "529900J4GJHPEPQ23205", "sec_cik": "1000694", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Novavax.svg", "description": "company in Gaithersburg, Maryland", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
426 {"wikidata_id": "Q3482689", "display_name": "Shutterstock", "legal_name": null, "aliases": ["Shutter stock"], "website": "https://www.shutterstock.com", "canonical_domain": "shutterstock.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "entertainment"], "industry_labels": ["stock photography", "production music", "stock footage"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "SSTK", "exchange": "New York Stock Exchange", "lei": "529900G2TDIS56V0LO22", "sec_cik": "1549346", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shutterstock_logo_2023.svg", "description": "American stock photography, stock footage, stock music, and editing tools provider", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
427 {"wikidata_id": "Q7338847", "display_name": "Rivian Automotive", "legal_name": null, "aliases": ["Avera Automotive", "Mainstream Motors"], "website": "https://rivian.com", "canonical_domain": "rivian.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "RIVN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1874178", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rivian_logo_and_wordmark.svg", "description": "American automaker and automotive technology company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1874178", "enriched_at": "2026-09-12T09:34:25+00:00"}}
428 {"wikidata_id": "Q27585", "display_name": "AOL", "legal_name": "AmericaOnLine Inc.", "aliases": ["Tegic", "America Online", "America OnLine", "AmericaOnline", "AmericaOnLine", "AOL RED", "Aol."], "website": "https://www.aol.com", "canonical_domain": "aol.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "software", "technology", "internet"], "industry_labels": ["mass media", "software industry", "technology industry", "media industry", "Internet industry"], "founded_year": 1983, "employees": 5600, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WSNX8LE4Y8DM86", "sec_cik": null, "parent": {"wikidata_id": "Q96314827", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AOL_logo_%282024%29.svg", "description": "American web portal and online service provider", "sitelinks": 52, "importance": 0.5423, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
429 {"wikidata_id": "Q871308", "display_name": "Pemex", "legal_name": null, "aliases": [], "website": "https://www.pemex.com", "canonical_domain": "pemex.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["oil-gas"], "industry_labels": ["oil refining", "petroleum industry", "extraction of crude petroleum and natural gas"], "founded_year": 1938, "employees": 138215, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q750165", "name": "Secretariat of Energy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Petr%C3%B3leos_Mexicanos_%282019%29.svg", "description": "Mexican state-owned petroleum corporation", "sitelinks": 33, "importance": 0.5421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
430 {"wikidata_id": "Q334122", "display_name": "Merrill", "legal_name": "Merrill Lynch, Pierce, Fenner, & Smith Inc.", "aliases": ["Merrill Lynch"], "website": "https://www.ml.com", "canonical_domain": "ml.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1914, "employees": 60000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q487907", "name": "Bank of America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merrill_Lynch_logo_pre-1974.png", "description": "American investing and wealth management division of Bank of America", "sitelinks": 37, "importance": 0.5417, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
431 {"wikidata_id": "Q746413", "display_name": "Elsevier", "legal_name": null, "aliases": ["Elsevier B.V.", "Elsevier BV", "Elsevier Publishing Company", "Elsevier Health Sciences"], "website": "https://www.elsevier.com", "canonical_domain": "elsevier.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1880, "employees": 9500, "public_company": false, "ticker": null, "exchange": null, "lei": "549300CK8SNXO0RB7F13", "sec_cik": null, "parent": {"wikidata_id": "Q133812331", "name": "RELX Group (Netherlands)"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elsevier.svg", "description": "Dutch publishing and analytics company", "sitelinks": 48, "importance": 0.5417, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2076913"}]}
432 {"wikidata_id": "Q26049", "display_name": "Aetna", "legal_name": null, "aliases": ["Aetna Inc."], "website": "https://www.aetna.com", "canonical_domain": "aetna.com", "country": "US", "hq_city": "Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76333, "lon": -72.685, "industries": ["insurance", "healthcare"], "industry_labels": ["insurance", "managed care", "SIC 6324 Hospital & Medical Service Plans"], "founded_year": 1853, "employees": 47950, "public_company": true, "ticker": null, "exchange": null, "lei": "549300QKBENKLBXQ8968", "sec_cik": "1122304", "parent": {"wikidata_id": "Q624375", "name": "CVS Health"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1_Heart_Aetna_logo_sm_rgb_violet.svg", "description": "American managed health care company", "sitelinks": 14, "importance": 0.5407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1122304", "enriched_at": "2026-09-12T09:34:25+00:00"}}
433 {"wikidata_id": "Q1036056", "display_name": "Cargill", "legal_name": null, "aliases": ["Incorporated"], "website": "https://www.cargill.com", "canonical_domain": "cargill.com", "country": "US", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1865, "employees": 155000, "public_company": false, "ticker": null, "exchange": null, "lei": "QXZYQNMR4JZ5RIRN4T31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CargillLogo.svg", "description": "American-based international food conglomerate", "sitelinks": 32, "importance": 0.5406, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
434 {"wikidata_id": "Q503415", "display_name": "University of Maryland", "legal_name": "University of Maryland", "aliases": ["UM", "UMD", "Maryland State College", "The University of Maryland", "UMCP", "University of Maryland at College Park", "College Park"], "website": "https://umd.edu", "canonical_domain": "umd.edu", "country": "US", "hq_city": "College Park", "hq_region": "Prince George's County", "lat": 38.98806, "lon": -76.9425, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1856, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1480532", "name": "University System of Maryland"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_Maryland_wordmark.svg", "description": "public research university in the city of College Park in Prince George's County, Maryland, USA", "sitelinks": 47, "importance": 0.5403, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
435 {"wikidata_id": "Q116758847", "display_name": "Anthropic", "legal_name": null, "aliases": [], "website": "https://www.anthropic.com", "canonical_domain": "anthropic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2021, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anthropic_logo.svg", "description": "American artificial intelligence corporation", "sitelinks": 57, "importance": 0.5402, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
436 {"wikidata_id": "Q193559", "display_name": "valvesoftware.com", "legal_name": null, "aliases": [], "website": "https://www.valvesoftware.com", "canonical_domain": "valvesoftware.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 336, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valve_logo.svg", "description": "American video game development and digital distribution company", "sitelinks": 75, "importance": 0.5396, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
437 {"wikidata_id": "Q739711", "display_name": "epicgames.com", "legal_name": null, "aliases": [], "website": "https://www.epicgames.com", "canonical_domain": "epicgames.com", "country": "US", "hq_city": "North Carolina", "hq_region": "United States", "lat": 35.5, "lon": -80.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300I2RHITL4UP9K78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epic_Games_logo.svg", "description": "American video game and software developer", "sitelinks": 53, "importance": 0.5394, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
438 {"wikidata_id": "Q1152374", "display_name": "GE HealthCare", "legal_name": null, "aliases": ["GE Medical Systems"], "website": "https://www.gehealthcare.com", "canonical_domain": "gehealthcare.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology", "healthcare", "manufacturing", "medical-devices"], "industry_labels": ["electronics", "health care", "industrial manufacturing", "medical technology industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "GEHC", "exchange": "Nasdaq", "lei": "VRA3J77FZVM3XWZYY091", "sec_cik": "1932393", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GE_HealthCare_logo_2023.svg", "description": "American multinational medical technology company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1932393", "enriched_at": "2026-09-12T09:34:25+00:00"}}
439 {"wikidata_id": "Q1199757", "display_name": "Dish", "legal_name": null, "aliases": ["Digital Sky Highway", "Dish Network", "DISH Network Corporation"], "website": "https://www.dish.com", "canonical_domain": "dish.com", "country": "US", "hq_city": "Meridian", "hq_region": "Douglas County", "lat": 39.54861, "lon": -104.85083, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "DISH", "exchange": "Nasdaq", "lei": "529900U350CWHH15G169", "sec_cik": "1001082", "parent": {"wikidata_id": "Q1280748", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dish_Network_2019.svg", "description": "direct broadcast satellite & streaming TV company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
440 {"wikidata_id": "Q18205509", "display_name": "Beyond Meat", "legal_name": "Beyond Meat Inc.", "aliases": ["Beyond", "Inc.", "gobeyond"], "website": "https://beyondmeat.com", "canonical_domain": "beyondmeat.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BYND", "exchange": "Nasdaq", "lei": "549300XQ946NCE51DR09", "sec_cik": "1655210", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beyond_Meat_2022_logo.svg", "description": "Los Angeles-based producer of plant-based meat", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
441 {"wikidata_id": "Q2961234", "display_name": "Spectrum", "legal_name": null, "aliases": ["Charter Communications", "Inc.", "Spectrum Cable"], "website": "https://www.charter.com", "canonical_domain": "charter.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "CHTR", "exchange": "Nasdaq", "lei": "0J0XRGZE3PBRFEZ7MV65", "sec_cik": "1091667", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Charter_Communications_Logo.svg", "description": "American cable services provider", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
442 {"wikidata_id": "Q390074", "display_name": "Houghton Mifflin Harcourt", "legal_name": null, "aliases": ["Houghton Mifflin", "Houghton Mifflin Co.", "Houghton Mifflin Company", "Houghton-Mifflin-Harcourt", "Houghton", "Mifflin & Co.", "Houghton", "Mifflin and Company"], "website": "https://www.hmhco.com", "canonical_domain": "hmhco.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media", "education"], "industry_labels": [], "founded_year": 1880, "employees": null, "public_company": true, "ticker": "HMHC", "exchange": "Nasdaq", "lei": "549300DDRF1LRKBXUN11", "sec_cik": "1580156", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Houghton_Mifflin_Harcourt_%28HMH%29_logo_2024.svg", "description": "American publisher of textbooks", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
443 {"wikidata_id": "Q549189", "display_name": "Sikorsky Aircraft Corporation", "legal_name": null, "aliases": ["Sikorsky", "Sikorsky Aircraft", "Sikorsky Manufacturing Company"], "website": "https://www.sikorsky.com", "canonical_domain": "sikorsky.com", "country": "US", "hq_city": "Connecticut", "hq_region": "United States", "lat": 41.6, "lon": -72.7, "industries": ["aerospace-defense", "construction"], "industry_labels": ["aviation", "aircraft construction"], "founded_year": 1923, "employees": 15975, "public_company": false, "ticker": null, "exchange": null, "lei": "54930054HRQM5ZB1WZ32", "sec_cik": null, "parent": {"wikidata_id": "Q7240", "name": "Lockheed Martin"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sikorsky_Aircraft_Logo.svg", "description": "aerospace manufacturer in the United States", "sitelinks": 43, "importance": 0.538, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
444 {"wikidata_id": "Q460173", "display_name": "Environmental Protection Agency", "legal_name": "U.S. Environmental Protection Agency", "aliases": [], "website": "https://epa.gov", "canonical_domain": "epa.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.8959, "lon": -77.03091, "industries": ["media"], "industry_labels": ["environment"], "founded_year": 1970, "employees": 14130, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q48525", "name": "Federal Government of the United States"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EPA_logo.svg", "description": "U.S. federal government agency", "sitelinks": 43, "importance": 0.5362, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
445 {"wikidata_id": "Q1061903", "display_name": "Live Nation Entertainment", "legal_name": null, "aliases": ["Inc."], "website": "https://www.livenationentertainment.com", "canonical_domain": "livenationentertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "LYV", "exchange": "New York Stock Exchange", "lei": "5493007B9BM9ZXJINO78", "sec_cik": "1335258", "parent": null, "logo_url": null, "description": "American entertainment company", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
446 {"wikidata_id": "Q1203426", "display_name": "Samsonite", "legal_name": "Samsonite Group S.A.", "aliases": ["Samsonite International S.A."], "website": "https://shop.samsonite.com", "canonical_domain": "samsonite.com", "country": "US", "hq_city": "Luxembourg", "hq_region": null, "lat": 49.77, "lon": 6.13, "industries": ["travel"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "1910", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsonite_Logo.svg", "description": "luggage company and travel accessories", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
447 {"wikidata_id": "Q1318848", "display_name": "Intuit", "legal_name": null, "aliases": ["Intuit Inc", "INTUIT INC. (Mountain View", "CA)"], "website": "https://www.intuit.com", "canonical_domain": "intuit.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "INTU", "exchange": "Nasdaq", "lei": "VI90HBPH7XSFMB9E4M29", "sec_cik": "896878", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intuit_logo_2022.svg", "description": "American business that specializes in financial software", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
448 {"wikidata_id": "Q14662364", "display_name": "AbbVie", "legal_name": "AbbVie Inc.", "aliases": [], "website": "https://www.abbvie.com", "canonical_domain": "abbvie.com", "country": "US", "hq_city": "North Chicago", "hq_region": "Lake County", "lat": 42.31715, "lon": -87.85941, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": ["biotechnology", "pharmaceutical industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "ABBV", "exchange": "New York Stock Exchange", "lei": "FR5LCKFTG8054YNNRU85", "sec_cik": "1551152", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AbbVie_logo.svg", "description": "pharmaceutical company", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
449 {"wikidata_id": "Q540891", "display_name": "Nielsen Company", "legal_name": null, "aliases": ["Nielsen Holdings", "Nielsen Holdings PLC", "The Nielsen Company (US); LLC (New York", "NY)"], "website": "https://www.nielsen.com", "canonical_domain": "nielsen.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["information industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "NLSN", "exchange": "New York Stock Exchange", "lei": "549300ZVCBHQE0XHG367", "sec_cik": "1492633", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nielsen_2021.svg", "description": "global information, data and measurement company", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q699413"}, {"related_domain_conflict": "Q7031609"}, {"related_domain_conflict": "Q629981"}]}
450 {"wikidata_id": "Q731912", "display_name": "Carrier Corporation", "legal_name": null, "aliases": ["Carrier", "Carrier Corp", "CARRIER CORPORATION (Palm Beach Gardens", "FL)"], "website": "https://www.corporate.carrier.com", "canonical_domain": "carrier.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["energy", "construction"], "industry_labels": ["heating, ventilation, and air conditioning", "construction industry"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "CARR", "exchange": "New York Stock Exchange", "lei": "549300GUSOAN8YCR8P16", "sec_cik": "1783180", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Carrier_Corporation.svg", "description": "American air conditioning company", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
451 {"wikidata_id": "Q893221", "display_name": "Booz Allen Hamilton", "legal_name": null, "aliases": ["Booz Allen", "Booz Allen Hamilton Inc.", "BOOZ ALLEN HAMILTON INC. (McLean", "VA)", "Unutulmadı. Whitney."], "website": "https://www.boozallen.com", "canonical_domain": "boozallen.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["consulting"], "industry_labels": ["consulting company"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "BAH", "exchange": "New York Stock Exchange", "lei": "529900JPV47PIUWMA015", "sec_cik": "13222", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Booz_Allen_Hamilton_logo.svg", "description": "technology consulting firm from the United States", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
452 {"wikidata_id": "Q2883389", "display_name": "Bank of Greenland", "legal_name": null, "aliases": ["Grønlandsbanken"], "website": "https://www.banken.gl", "canonical_domain": "banken.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1967, "employees": 137, "public_company": true, "ticker": "GRLA", "exchange": "Nasdaq Copenhagen A/S", "lei": "549300EQF6IH6OIAYL40", "sec_cik": null, "parent": null, "logo_url": null, "description": "Commercial bank in Nuuk, Greenland", "sitelinks": 11, "importance": 0.5326, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
453 {"wikidata_id": "Q1420038", "display_name": "Queen's University", "legal_name": null, "aliases": ["Q.U.", "QU", "Queen's College at Kingston", "Queen's University at Kingston", "Ontario", "Queen’s University Kingston", "Queen’s University", "Kingston"], "website": "https://queensu.ca", "canonical_domain": "queensu.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 44.225, "lon": -76.495, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1841, "employees": 14133, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QueensU_Wordmark.svg", "description": "university in Kingston, Ontario, Canada", "sitelinks": 41, "importance": 0.5313, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
454 {"wikidata_id": "Q1030544", "display_name": "Campbell's", "legal_name": null, "aliases": ["Campbells", "Campbell Soup Company", "The Campbell's Company"], "website": "https://www.campbells.com", "canonical_domain": "campbells.com", "country": "US", "hq_city": "Camden", "hq_region": "Camden County", "lat": 39.9368, "lon": -75.1066, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1869, "employees": null, "public_company": true, "ticker": "CPB", "exchange": "New York Stock Exchange", "lei": "5493007JDSMX8Z5Z1902", "sec_cik": "16732", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Campbell%27s_2021.svg", "description": "American food manufacturer", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
455 {"wikidata_id": "Q1034654", "display_name": "Capital One", "legal_name": null, "aliases": [], "website": "https://www.capitalone.com", "canonical_domain": "capitalone.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "COF", "exchange": "New York Stock Exchange", "lei": "ZUE8T73ROZOF6FLBAR73", "sec_cik": "927628", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capital_One_logo.svg", "description": "bank holding company headquartered in McLean, Virginia", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
456 {"wikidata_id": "Q1053348", "display_name": "Cemex", "legal_name": null, "aliases": ["CEMEX", "CEMEX S.A.B. de C.V."], "website": "https://www.cemex.com", "canonical_domain": "cemex.com", "country": "MX", "hq_city": "San Pedro Garza García", "hq_region": "San Pedro Garza García Municipality", "lat": 25.6643, "lon": -100.4023, "industries": ["construction"], "industry_labels": ["construction materials industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "CX", "exchange": "New York Stock Exchange", "lei": "549300JHGUF0VVA38719", "sec_cik": "1076378", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cemex_logo_2023.png", "description": "Mexican multinational company that manufactures and distributes cement, concrete and aggregates", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1076378", "enriched_at": "2026-09-12T09:34:25+00:00"}}
457 {"wikidata_id": "Q1337797", "display_name": "Office Depot", "legal_name": null, "aliases": ["Inc.", "Officedepot"], "website": "https://www.officedepot.com", "canonical_domain": "officedepot.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "ODP", "exchange": "Nasdaq", "lei": "549300OI428NU7XTM839", "sec_cik": "800240", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Office-Depot-Logo.svg", "description": "multinational stationery retail chain", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
458 {"wikidata_id": "Q1506045", "display_name": "Las Vegas Sands", "legal_name": null, "aliases": ["Las Vegas Sands Corp."], "website": "https://www.lasvegassands.com", "canonical_domain": "lasvegassands.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["entertainment", "travel"], "industry_labels": ["gambling", "tourism"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "LVS", "exchange": "New York Stock Exchange", "lei": "549300DUOO1KXOHPM605", "sec_cik": "1300514", "parent": null, "logo_url": null, "description": "American casino and resort operating company based in Paradise, Nevada", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
459 {"wikidata_id": "Q1508234", "display_name": "Safeway", "legal_name": null, "aliases": ["Safeway Inc."], "website": "https://www.safeway.com", "canonical_domain": "safeway.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "SWY", "exchange": "New York Stock Exchange", "lei": "549300NKZ6VCN5P3K723", "sec_cik": "86144", "parent": {"wikidata_id": "Q289362", "name": "Cerberus Capital Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Safeway_logo.svg", "description": "American supermarket chain", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
460 {"wikidata_id": "Q18155123", "display_name": "Robinhood", "legal_name": null, "aliases": ["Robinhood Markets", "Robinhood Markets Inc."], "website": "https://www.robinhood.com", "canonical_domain": "robinhood.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "HOOD", "exchange": "Nasdaq", "lei": "213800FS5AO3YWIE6F63", "sec_cik": "1783879", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Robinhood_%28company%29_logo.svg", "description": "American financial services company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
461 {"wikidata_id": "Q2006989", "display_name": "YPF", "legal_name": null, "aliases": ["Yacimientos Petrolíferos Fiscahles", "Yacimientos Petroliferos Fiscales", "Yacimientos Petroliferos Fiscales", "YPF S. A.", "YPF SOCIEDAD ANONIMA"], "website": "https://www.ypf.com", "canonical_domain": "ypf.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "YPFD", "exchange": "Buenos Aires Stock Exchange", "lei": "5493003N7447U18U5U53", "sec_cik": "904851", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_YPF.svg", "description": "Argentine energy company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
462 {"wikidata_id": "Q2013357", "display_name": "Occidental Petroleum", "legal_name": null, "aliases": ["Oxy", "Occidental Petroleum Corporation"], "website": "https://www.oxy.com", "canonical_domain": "oxy.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "OXY", "exchange": "New York Stock Exchange", "lei": "IM7X0T3ECJW4C1T7ON55", "sec_cik": "797468", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Occidental-Petroleum-Logo.svg", "description": "American oil company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
463 {"wikidata_id": "Q20714323", "display_name": "DoorDash", "legal_name": null, "aliases": ["DASH", "Doordash", "DOORDASH", "Inc."], "website": "https://www.doordash.com", "canonical_domain": "doordash.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["logistics"], "industry_labels": ["logistics", "food delivery service"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "DASH", "exchange": "Nasdaq", "lei": "549300NUQ43FGGSK5051", "sec_cik": "1792789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DoorDash_Logo.svg", "description": "American food delivery company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
464 {"wikidata_id": "Q27022329", "display_name": "Snap Inc.", "legal_name": "Snap Inc.", "aliases": ["Snap", "Snap (firma)", "Snap Inc. (Santa Monica", "CA)", "Snapchat (firma)", "Snapchat Inc."], "website": "https://snap.com", "canonical_domain": "snap.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["technology", "media"], "industry_labels": ["technology", "photography"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SNAP", "exchange": "New York Stock Exchange", "lei": "549300JNC0L6VP8A2Q35", "sec_cik": "1564408", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snap_Inc._logo.svg", "description": "American multinational technology company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
465 {"wikidata_id": "Q385452", "display_name": "Avid Technology", "legal_name": null, "aliases": ["Inc."], "website": "https://www.avid.com", "canonical_domain": "avid.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "AVID", "exchange": "Nasdaq", "lei": "549300PQGW3DXKJTQ914", "sec_cik": "896841", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pure_Purple_AVID_Logo.svg", "description": "American multimedia technology company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
466 {"wikidata_id": "Q52413", "display_name": "University of Kansas", "legal_name": null, "aliases": ["KU", "Kansas University"], "website": "https://ku.edu", "canonical_domain": "ku.edu", "country": "US", "hq_city": null, "hq_region": null, "lat": 38.95806, "lon": -95.24778, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1864, "employees": 8941, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_Kansas_wordmark.svg", "description": "public research university in Kansas, United States", "sitelinks": 43, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
467 {"wikidata_id": "Q60760151", "display_name": "Intuitive Machines", "legal_name": "Intuitive Machines, Inc.", "aliases": ["Inc."], "website": "https://www.intuitivemachines.com", "canonical_domain": "intuitivemachines.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["aerospace-defense"], "industry_labels": ["space industry", "space-based economy"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "LUNR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1844452", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intuitive_Machines_dark-on-light.svg", "description": "American space products and services company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1844452", "enriched_at": "2026-09-12T09:34:25+00:00"}}
468 {"wikidata_id": "Q666694", "display_name": "Canadian Imperial Bank of Commerce", "legal_name": null, "aliases": ["CIBC"], "website": "https://www.cibc.com", "canonical_domain": "cibc.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "CM", "exchange": "Toronto Stock Exchange", "lei": "2IGI19DL77OX0HC3ZE78", "sec_cik": "16847", "parent": null, "logo_url": null, "description": "Canadian banking institution", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
469 {"wikidata_id": "Q337233", "display_name": "Academi", "legal_name": null, "aliases": ["Blackwater", "Xe Services"], "website": "https://theacademi.org", "canonical_domain": "theacademi.org", "country": "US", "hq_city": "North Carolina", "hq_region": "United States", "lat": 35.5, "lon": -80.0, "industries": ["defense"], "industry_labels": [], "founded_year": 1997, "employees": 21000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q619121", "name": "Apollo Global Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Academi_-_Logo.svg", "description": "American private military company", "sitelinks": 38, "importance": 0.5292, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
470 {"wikidata_id": "Q344341", "display_name": "Activision Blizzard", "legal_name": null, "aliases": ["Inc.", "Activision|Blizzard"], "website": "https://www.activisionblizzard.com", "canonical_domain": "activisionblizzard.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2008, "employees": 9000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TPQQDBP9GNOF40", "sec_cik": "718877", "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Activision_Blizzard_logo.svg", "description": "American video game company", "sitelinks": 42, "importance": 0.5272, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "718877", "enriched_at": "2026-09-12T09:34:25+00:00"}}
471 {"wikidata_id": "Q1067935", "display_name": "Laval University", "legal_name": "Université Laval", "aliases": [], "website": "https://www.ulaval.ca", "canonical_domain": "ulaval.ca", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.78, "lon": -71.27472, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1852, "employees": 15751, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universit%C3%A9_laval.jpg", "description": "public research university in Quebec City, Quebec, Canada", "sitelinks": 38, "importance": 0.5251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
472 {"wikidata_id": "Q1058722", "display_name": "Shake Shack", "legal_name": null, "aliases": [], "website": "https://shakeshack.olo.com", "canonical_domain": "olo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SHAK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1620533", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shake_Shack_logo.svg", "description": "fast casual burger restaurant", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1620533", "enriched_at": "2026-09-12T09:34:25+00:00"}}
473 {"wikidata_id": "Q109030760", "display_name": "Trump Media & Technology Group", "legal_name": null, "aliases": ["TMTG"], "website": "https://www.tmtgcorp.com", "canonical_domain": "tmtgcorp.com", "country": "US", "hq_city": "Palm Beach", "hq_region": "Palm Beach County", "lat": 26.70556, "lon": -80.03639, "industries": ["technology", "media"], "industry_labels": ["technology industry", "media industry"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "DJT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1849635", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trump_Media_%26_Technology_Group_logo.svg", "description": "American media and technology company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
474 {"wikidata_id": "Q1104787", "display_name": "Coty", "legal_name": null, "aliases": ["Inc."], "website": "https://www.coty.com", "canonical_domain": "coty.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "COTY", "exchange": "New York Stock Exchange", "lei": "549300BO9IWPF3S48F93", "sec_cik": "1024305", "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coty_logo.svg", "description": "multinational fragrance and cosmetics company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1024305", "enriched_at": "2026-09-12T09:34:25+00:00"}}
475 {"wikidata_id": "Q1283291", "display_name": "Valero Energy", "legal_name": null, "aliases": ["Valero Energy Corporation"], "website": "https://www.valero.com", "canonical_domain": "valero.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "VLO", "exchange": "New York Stock Exchange", "lei": "549300XTO5VR8SKV1V74", "sec_cik": "1035002", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valero_Energy_logo.svg", "description": "American petroleum company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
476 {"wikidata_id": "Q1835753", "display_name": "Splunk Inc.", "legal_name": null, "aliases": [], "website": "https://www.splunk.com", "canonical_domain": "splunk.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "software"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SPLK", "exchange": "Nasdaq", "lei": "549300XGDSGBP6UEI867", "sec_cik": "1353283", "parent": {"wikidata_id": "Q173395", "name": "Cisco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Splunk_logo.svg", "description": "American technology company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
477 {"wikidata_id": "Q2303478", "display_name": "Synopsys", "legal_name": null, "aliases": ["SNPS", "Inc.", "SYNOPSYS", "INC. (Mountain View", "CA)"], "website": "https://www.synopsys.com", "canonical_domain": "synopsys.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "SNPS", "exchange": "Nasdaq", "lei": "QG7T915N9S0NY5UKNE63", "sec_cik": "883241", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synopsys_Logo.svg", "description": "American software company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
478 {"wikidata_id": "Q420837", "display_name": "Firestone Tire and Rubber Company", "legal_name": null, "aliases": ["Firestone", "Bridgestone-Firestone"], "website": "https://www.firestone.com", "canonical_domain": "firestone.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["automotive"], "industry_labels": ["tyre industry"], "founded_year": 1900, "employees": 23000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q179433", "name": "Bridgestone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Firestone.svg", "description": "American tire and rubber company", "sitelinks": 36, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
479 {"wikidata_id": "Q621610", "display_name": "Applied Materials", "legal_name": null, "aliases": ["APPLIED MATERIALS", "INC. (Santa Clara", "CA)"], "website": "https://www.appliedmaterials.com", "canonical_domain": "appliedmaterials.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["materials"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "AMAT", "exchange": "Nasdaq", "lei": "41BNNE1AFPNAZELZ6K07", "sec_cik": "6951", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Applied_Materials_Logo.svg", "description": "American company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
480 {"wikidata_id": "Q706094", "display_name": "Stanley Black & Decker", "legal_name": null, "aliases": ["The Stanley Works", "Stanley Works", "Inc."], "website": "https://www.stanleyblackanddecker.com", "canonical_domain": "stanleyblackanddecker.com", "country": "US", "hq_city": "New Britain", "hq_region": "Capitol Planning Region", "lat": 41.675, "lon": -72.78722, "industries": ["energy"], "industry_labels": ["bricolage", "power tool"], "founded_year": 1843, "employees": null, "public_company": true, "ticker": "SWK", "exchange": "New York Stock Exchange", "lei": "549300DJ09SMTO561131", "sec_cik": "93556", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stanley_Black_%26_Decker_Logo.svg", "description": "American manufacturer of industrial tools and household hardware and provider of security products and locks", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
481 {"wikidata_id": "Q864338", "display_name": "Biogen", "legal_name": null, "aliases": ["Biogen Idec", "BIIB", "Biogen Inc."], "website": "https://www.biogen.com", "canonical_domain": "biogen.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BIIB", "exchange": "Nasdaq", "lei": "W8J5WZB5IY3K0NDQT671", "sec_cik": "875045", "parent": null, "logo_url": null, "description": "American multinational biotechnology company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
482 {"wikidata_id": "Q920037", "display_name": "J. C. Penney", "legal_name": null, "aliases": ["JCP", "J. C. Penney Co.", "Inc.", "J. C. Penney Company Inc.", "J. C. Penney Company", "Inc.", "J.C. Penney", "J.C. Penney Co."], "website": "https://www.jcpenney.com", "canonical_domain": "jcpenney.com", "country": "US", "hq_city": "Plano", "hq_region": "Collin County", "lat": 33.05, "lon": -96.75, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "JCP", "exchange": "New York Stock Exchange", "lei": "5493001C62ZLWJXL4D02", "sec_cik": "1166126", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JCPenney_logo.svg", "description": "American department store chain", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
483 {"wikidata_id": "Q849363", "display_name": "The Vanguard Group", "legal_name": null, "aliases": [], "website": "https://investor.vanguard.com", "canonical_domain": "vanguard.com", "country": "US", "hq_city": "Malvern", "hq_region": "Chester County", "lat": 40.03444, "lon": -75.51417, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1975, "employees": 15000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vanguard.svg", "description": "American investment management company", "sitelinks": 38, "importance": 0.5244, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
484 {"wikidata_id": "Q46974", "display_name": "Canadian Pacific Railway", "legal_name": "Compagnie de Chemin de Fer Canadien Pacifique", "aliases": ["CP", "CPR", "Canadian Pacific", "CP Rail", "CP Railway"], "website": "https://cpr.ca", "canonical_domain": "cpr.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["logistics"], "industry_labels": ["logistics", "rail freight transport"], "founded_year": 1881, "employees": 15416, "public_company": false, "ticker": null, "exchange": null, "lei": "54930036474DURYNB481", "sec_cik": null, "parent": {"wikidata_id": "Q117706368", "name": "Canadian Pacific Kansas City"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Pacific_Railway_logo_2014.svg", "description": "Class I railroad in Canada and U.S.", "sitelinks": 37, "importance": 0.522, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
485 {"wikidata_id": "Q1067471", "display_name": "University of Calgary", "legal_name": null, "aliases": ["Calgary University", "The University of Calgary", "U of C", "UCalgary", "Univ. of Calgary"], "website": "https://www.ucalgary.ca", "canonical_domain": "ucalgary.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0775, "lon": -114.13306, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1966, "employees": 14291, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public research university located in Calgary, Alberta", "sitelinks": 37, "importance": 0.5209, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
486 {"wikidata_id": "Q885836", "display_name": "Blue Origin", "legal_name": null, "aliases": [], "website": "https://www.blueorigin.com", "canonical_domain": "blueorigin.com", "country": "US", "hq_city": "Washington", "hq_region": "United States", "lat": 47.5, "lon": -120.5, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2000, "employees": 3501, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Origin_new_logo.svg", "description": "American aerospace developer and manufacturer", "sitelinks": 45, "importance": 0.5207, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
487 {"wikidata_id": "Q1112588", "display_name": "Columbia Sportswear Company", "legal_name": null, "aliases": ["Columbia", "Columbia Factory Store", "Columbia Sportswear", "Columbia Sportswear Co."], "website": "https://www.columbia.com", "canonical_domain": "columbia.com", "country": "US", "hq_city": "Cedar Mill", "hq_region": "Washington County", "lat": 45.53056, "lon": -122.80417, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "COLM", "exchange": "Nasdaq", "lei": "549300OTMCIEUXAH5Z60", "sec_cik": "1050797", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Columbia_Sportswear_Co_logo.svg", "description": "United States company that manufactures and distributes outerwear and sportswear", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
488 {"wikidata_id": "Q1453620", "display_name": "Freeport-McMoRan", "legal_name": null, "aliases": ["Freeport", "Freeport Mc Moran Inc", "Freeport-McMoRan Copper & Gold Inc."], "website": "https://www.fcx.com", "canonical_domain": "fcx.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "FCX", "exchange": "New York Stock Exchange", "lei": "549300IRDTHJQ1PVET45", "sec_cik": "831259", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freeport_McMoRan.png", "description": "producer of copper and gold", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5064993"}]}
489 {"wikidata_id": "Q1529234", "display_name": "Rockwell Automation", "legal_name": null, "aliases": [], "website": "https://www.rockwellautomation.com", "canonical_domain": "rockwellautomation.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "ROK", "exchange": "New York Stock Exchange", "lei": "VH3R4HHBHH12O0EXZJ88", "sec_cik": "1024478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockwell_Automation_logo_%282019%29.svg", "description": "provider of industrial automation, and power, and control and information solutions", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
490 {"wikidata_id": "Q1848996", "display_name": "Marcopolo", "legal_name": "Marcopolo S.A.", "aliases": ["Marcopolo Sociedade Anônima", "Nicola & Cia"], "website": "https://www.marcopolo.com.br", "canonical_domain": "marcopolo.com.br", "country": "BR", "hq_city": "Caxias do Sul", "hq_region": "Rio Grande do Sul", "lat": -29.16778, "lon": -51.17889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "POMO3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Marcopolo_%282021%29.svg", "description": "Brazilian bus, coach and train manufacturer", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
491 {"wikidata_id": "Q19868261", "display_name": "STX Entertainment", "legal_name": null, "aliases": ["STX"], "website": "https://stxentertainment.com", "canonical_domain": "stxentertainment.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment", "retail"], "industry_labels": ["electronic dance music", "film production", "product distribution"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "SFXE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STX_Entertainment_logo.svg", "description": "American media company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
492 {"wikidata_id": "Q20011294", "display_name": "Interactive Brokers", "legal_name": null, "aliases": ["IB", "Interactive"], "website": "https://www.interactivebrokers.com", "canonical_domain": "interactivebrokers.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "IBKR", "exchange": "IEX Market", "lei": null, "sec_cik": "1381197", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interactive_Brokers_Logo_%282014%29_edit.svg", "description": "American multinational brokerage firm", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1381197", "enriched_at": "2026-09-12T09:34:25+00:00"}}
493 {"wikidata_id": "Q21161576", "display_name": "FaZe Clan", "legal_name": null, "aliases": ["FaZe Sniping"], "website": "https://fazeclan.com", "canonical_domain": "fazeclan.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "FAZE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FaZeClan_2019.png", "description": "esports organization based in Los Angeles, California, USA", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
494 {"wikidata_id": "Q2842931", "display_name": "American Eagle Outfitters", "legal_name": null, "aliases": ["ae", "American Eagle", "Aerie", "77kids", "American Eagle Outfitters Inc."], "website": "https://www.ae.com", "canonical_domain": "ae.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "AEO", "exchange": "New York Stock Exchange", "lei": "5299001Z9HXK01DHW793", "sec_cik": "919012", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Eagle_Outfitters_wordmark.svg", "description": "American clothing, shoes, and accessories retailer", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
495 {"wikidata_id": "Q63335", "display_name": "Foot Locker", "legal_name": "Foot Locker, Inc.", "aliases": ["Inc."], "website": "https://www.footlocker-inc.com", "canonical_domain": "footlocker-inc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "FL", "exchange": "New York Stock Exchange", "lei": "549300X383CBNP6MTV94", "sec_cik": "850209", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foot_Locker_wordmark_1988.svg", "description": "American sportswear and footwear retailer", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
496 {"wikidata_id": "Q672170", "display_name": "Publix", "legal_name": "Publix Super Markets Inc.", "aliases": [], "website": "https://corporate.publix.com", "canonical_domain": "publix.com", "country": "US", "hq_city": "Lakeland", "hq_region": "Polk County", "lat": 28.04111, "lon": -81.95889, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "PUSH", "exchange": "OTCBB", "lei": null, "sec_cik": "81061", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Publix_Logo.svg", "description": "American supermarket chain headquartered in Lakeland, Florida", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
497 {"wikidata_id": "Q797609", "display_name": "Babcock & Wilcox", "legal_name": null, "aliases": ["Babcock and Wilcox", "Babcock & Wilcox (United States)", "Babcock & Wilcox Ltd"], "website": "https://www.babcock.com", "canonical_domain": "babcock.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1867, "employees": null, "public_company": true, "ticker": "BW", "exchange": "New York Stock Exchange", "lei": "5493006H661OZN2C0T54", "sec_cik": "1630805", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Babcock_%26_Wilcox_logo.svg", "description": "American energy technology company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
498 {"wikidata_id": "Q806181", "display_name": "Bradesco", "legal_name": null, "aliases": ["Banco Bradesco"], "website": "https://banco.bradesco", "canonical_domain": "banco.bradesco", "country": "BR", "hq_city": null, "hq_region": "São Paulo", "lat": -23.53278, "lon": -46.79194, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "BBDC3", "exchange": "São Paulo Stock Exchange", "lei": "549300CTUU1RFXHQJE44", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Bradesco_logo.svg", "description": "Brazilian banking institution", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
499 {"wikidata_id": "Q808908", "display_name": "Barrick Mining Corporation", "legal_name": null, "aliases": [], "website": "https://www.barrick.com", "canonical_domain": "barrick.com", "country": "CA", "hq_city": "Toronto Ontario Cana", "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["mining", "SIC 1040 Gold and Silver Ores"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "ABX", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1249224", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Barrick_Gold_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1249224", "enriched_at": "2026-09-12T09:34:26+00:00"}}
500 {"wikidata_id": "Q27415", "display_name": "Buick", "legal_name": null, "aliases": [], "website": "https://www.buick.com", "canonical_domain": "buick.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buick_logo_1980.png", "description": "luxury car brand of General Motors", "sitelinks": 53, "importance": 0.5194, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
501 {"wikidata_id": "Q267122", "display_name": "BNSF Railway", "legal_name": null, "aliases": ["BNSF", "Burlington Northern Santa Fe Railway"], "website": "https://www.bnsf.com", "canonical_domain": "bnsf.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Tarrant County", "lat": 32.75639, "lon": -97.3325, "industries": ["transportation"], "industry_labels": ["rail transport", "SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1995, "employees": 43000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "934612", "parent": {"wikidata_id": "Q2913616", "name": "Burlington Northern Santa Fe Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BNSF_Railway_Company_logo.svg", "description": "freight railroad network in North America", "sitelinks": 31, "importance": 0.5188, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "934612", "enriched_at": "2026-09-12T09:34:26+00:00"}}
502 {"wikidata_id": "Q392189", "display_name": "Université de Montréal", "legal_name": null, "aliases": ["UdeM", "Universite de Montreal", "Universite Laval Montreal", "Université Laval Montréal", "University of Montreal"], "website": "https://www.umontreal.ca", "canonical_domain": "umontreal.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50414, "lon": -73.61433, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1878, "employees": 4900, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003M8GFVJJUPUG30", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universit%C3%A4t_Montreal_Logo.svg", "description": "university in Montreal, Quebec, Canada", "sitelinks": 42, "importance": 0.5184, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
503 {"wikidata_id": "Q1049470", "display_name": "University of Waterloo", "legal_name": null, "aliases": ["UW", "uwaterloo", "UWaterloo"], "website": "https://uwaterloo.ca", "canonical_domain": "uwaterloo.ca", "country": "CA", "hq_city": "Waterloo", "hq_region": "Regional Municipality of Waterloo", "lat": 43.46889, "lon": -80.54, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": 13467, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uwaterloo_wordmark.svg", "description": "public research university in Waterloo, Ontario, Canada", "sitelinks": 36, "importance": 0.5173, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
504 {"wikidata_id": "Q634881", "display_name": "Tommy Hilfiger B.V.", "legal_name": null, "aliases": ["Tommy Hilfiger", "Tommy Hilfiger Corporation", "Tommy Hilfiger Group", "Tommy Hilfiger Inc."], "website": "https://usa.tommy.com", "canonical_domain": "tommy.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail", "apparel"], "industry_labels": ["retail", "perfumery", "clothing industry"], "founded_year": 1985, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1132272", "name": "PVH Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tommy_hilfig_vectorlogo.svg", "description": "American multinational corporation that designs and manufactures apparel", "sitelinks": 37, "importance": 0.5158, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
505 {"wikidata_id": "Q2594001", "display_name": "World Vision International", "legal_name": "World Vision International", "aliases": ["World Vision", "Organisation internationale de perspective mondiale", "Visión mundial internacional"], "website": "https://wvi.org", "canonical_domain": "wvi.org", "country": "US", "hq_city": "Recife", "hq_region": null, "lat": 34.14225, "lon": -118.01722, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1950, "employees": 33000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YG409Y6M4KK348", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/World_Vision_logo_2017.svg", "description": "Christian humanitarian aid, development, and advocacy organization", "sitelinks": 31, "importance": 0.515, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
506 {"wikidata_id": "Q1265181", "display_name": "Dun & Bradstreet", "legal_name": null, "aliases": ["D&B", "DUN & BRADSTREET HOLDINGS", "INC.", "Dun & Bradstreet Inc.", "Dun and Bradstreet", "The Dun & Bradstreet Corporation"], "website": "https://www.dnb.com", "canonical_domain": "dnb.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": [], "industry_labels": [], "founded_year": 1841, "employees": null, "public_company": true, "ticker": "DNB", "exchange": "New York Stock Exchange", "lei": "RI37BMPWE56BCJ747E14", "sec_cik": null, "parent": {"wikidata_id": "Q111601174", "name": "Clearlake Capital"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dun_and_Bradstreet_wordmark.svg", "description": "commercial data and analytics service provider", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q806635"}]}
507 {"wikidata_id": "Q18712620", "display_name": "Walgreens Boots Alliance", "legal_name": null, "aliases": ["WBA", "Walgreens", "Walgreens Boots", "Inc."], "website": "https://www.walgreensbootsalliance.com", "canonical_domain": "walgreensbootsalliance.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "WBA", "exchange": "Nasdaq", "lei": "549300RPTUOIXG4LIH86", "sec_cik": "1618921", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walgreens_Boots_Alliance_Logo_RGB.svg", "description": "American holding company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
508 {"wikidata_id": "Q24887050", "display_name": "Nikola Corporation", "legal_name": "Nikola Motor Company", "aliases": [], "website": "https://nikolamotor.com", "canonical_domain": "nikolamotor.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NKLA", "exchange": "Nasdaq", "lei": "6354007SKFUCHYZAKQ61", "sec_cik": "1731289", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikola_logo.svg", "description": "American company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
509 {"wikidata_id": "Q2744099", "display_name": "Vertex Pharmaceuticals", "legal_name": null, "aliases": ["Vertex", "Vertex Pharmaceuticals Inc."], "website": "https://www.vrtx.com", "canonical_domain": "vrtx.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["pharmaceuticals", "biotechnology", "healthcare"], "industry_labels": ["pharmaceutical industry", "biotechnology industry", "health care industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "VRTX", "exchange": "Nasdaq", "lei": null, "sec_cik": "875320", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VertexPharma-logo2.png", "description": "American pharmaceutical company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
510 {"wikidata_id": "Q30291091", "display_name": "L3Harris Technologies", "legal_name": null, "aliases": ["Harris (United States)", "L3 Harris", "L3Harris"], "website": "https://www.l3harris.com", "canonical_domain": "l3harris.com", "country": "US", "hq_city": "Melbourne", "hq_region": "Brevard County", "lat": 28.08363, "lon": -80.60811, "industries": ["defense"], "industry_labels": ["weapons industry", "defence industry", "geospatial industry"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "LHX", "exchange": "New York Stock Exchange", "lei": "549300UTE50ZMDBG8A20", "sec_cik": "202058", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L3Harris_Technologies_logo.svg", "description": "company in Melbourne, United States", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
511 {"wikidata_id": "Q457960", "display_name": "VF Corporation", "legal_name": null, "aliases": ["VF", "Vanity Fair Mills"], "website": "https://vfc.com", "canonical_domain": "vfc.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "VFC", "exchange": "New York Stock Exchange", "lei": "CWAJJ9DJ5Z7P057HV541", "sec_cik": "103379", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VF_Corporation_logo.svg", "description": "American global apparel & footwear company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
512 {"wikidata_id": "Q4653060", "display_name": "Anta", "legal_name": "CHINA MERCHANTS BANK CO., LTD", "aliases": ["Anta Sports Products Limited"], "website": "https://anta.com", "canonical_domain": "anta.com", "country": "KY", "hq_city": "George Town", "hq_region": "Cayman Islands", "lat": 19.29639, "lon": -81.38167, "industries": ["consumer-goods"], "industry_labels": ["sporting goods industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "2020", "exchange": "Hong Kong Stock Exchange", "lei": "529900291XG0CTK4LF95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anta_logo.svg", "description": "Chinese sportswear manufacturer", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
513 {"wikidata_id": "Q48754", "display_name": "PPG Industries", "legal_name": null, "aliases": ["PPG", "PPG Industries (United States)"], "website": "https://www.ppg.com", "canonical_domain": "ppg.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["materials", "chemicals"], "industry_labels": ["glass", "paint", "chemical product"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "PPG", "exchange": "New York Stock Exchange", "lei": "549300BKPEP01R3V6C59", "sec_cik": "79879", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PPG_Logo.svg", "description": "global supplier of glass, paint, coatings and chemical products", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
514 {"wikidata_id": "Q568532", "display_name": "MGM Resorts International", "legal_name": null, "aliases": ["MGM International"], "website": "https://www.mgmresorts.com", "canonical_domain": "mgmresorts.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "MGM", "exchange": "New York Stock Exchange", "lei": "54930066VBP7DZEGGJ87", "sec_cik": "789570", "parent": null, "logo_url": null, "description": "American multinational hotel, sports and entertainment company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q839076"}]}
515 {"wikidata_id": "Q744683", "display_name": "Franklin Templeton Investments", "legal_name": null, "aliases": ["Franklin Resources Inc"], "website": "https://www.franklintempleton.lu", "canonical_domain": "franklintempleton.lu", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "BEN", "exchange": "New York Stock Exchange", "lei": "RIFQSET379FOGTEFKS80", "sec_cik": "38777", "parent": null, "logo_url": null, "description": "American Asset Management Holding Company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
516 {"wikidata_id": "Q8085893", "display_name": "Expedia Group", "legal_name": null, "aliases": ["Expedia", "EXPE", "EXPE (NASDAQ)", "Expedia Group Inc", "Inc.", "Expedia Inc."], "website": "https://www.expediagroup.com", "canonical_domain": "expediagroup.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "EXPE", "exchange": "Nasdaq", "lei": "CI7MUJI4USF3V0NJ1H64", "sec_cik": "1324424", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Expedia_Group_logo.svg", "description": "American-based parent company to several global online travel brands", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
517 {"wikidata_id": "Q908324", "display_name": "Brookfield Corporation", "legal_name": null, "aliases": ["Brookfield"], "website": "https://www.brookfield.com", "canonical_domain": "brookfield.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services", "asset-management"], "industry_labels": ["financial services", "investment management"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "BAM.A", "exchange": "Toronto Stock Exchange", "lei": "C6J3FGIWG6MBDGTE8F80", "sec_cik": "1001085", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brookfield_Asset_Management_logo.svg", "description": "asset management company based in Canada", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q13529408"}, {"related_domain_conflict": "Q133824445"}, {"related_domain_conflict": "Q24110304"}]}
518 {"wikidata_id": "Q917002", "display_name": "TiVo Corporation", "legal_name": null, "aliases": ["Macrovision", "Rovi Corporation"], "website": "https://www.tivo.com", "canonical_domain": "tivo.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "TIVO", "exchange": "Nasdaq", "lei": "529900HSQ8AE0RC8VD16", "sec_cik": "1675820", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rovi_Corporation_logo.svg", "description": "American technology company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
519 {"wikidata_id": "Q685395", "display_name": "Bacardi", "legal_name": null, "aliases": [], "website": "https://www.bacardi.com", "canonical_domain": "bacardi.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1862, "employees": 6001, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "largest privately held, family-owned spirits company with Cuban origins", "sitelinks": 39, "importance": 0.5138, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
520 {"wikidata_id": "Q407869", "display_name": "Air Transat", "legal_name": null, "aliases": ["TS", "TSC", "Air Transat A.T. Inc."], "website": "https://www.airtransat.com", "canonical_domain": "airtransat.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3537354", "name": "Transat A.T."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Transat_logo.svg", "description": "airline in Canada", "sitelinks": 40, "importance": 0.5137, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
521 {"wikidata_id": "Q29043471", "display_name": "Neuralink", "legal_name": null, "aliases": ["Neuralink Corp", "Neuralink Corporation"], "website": "https://neuralink.com", "canonical_domain": "neuralink.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": [], "industry_labels": ["neurotechnology"], "founded_year": 2016, "employees": 300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neuralink_logo.svg", "description": "American brain-computer interface company", "sitelinks": 59, "importance": 0.5131, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
522 {"wikidata_id": "Q1023013", "display_name": "CBRE Group", "legal_name": null, "aliases": [], "website": "https://www.cbre.com", "canonical_domain": "cbre.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "CBRE", "exchange": "New York Stock Exchange", "lei": "52990016II9MJ2OSWA10", "sec_cik": "1138118", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBRE_Group.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
523 {"wikidata_id": "Q1027181", "display_name": "Callaway Golf Company", "legal_name": null, "aliases": ["Callaway", "Callaway Golf", "Callaway Golf Co.", "Topgolf Callaway Brands Corp."], "website": "https://www.topgolfcallawaybrands.com", "canonical_domain": "topgolfcallawaybrands.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["hospitality", "industrial-machinery"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "ELY", "exchange": "New York Stock Exchange", "lei": "5493005UB0KFRKBPCU72", "sec_cik": "837465", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Callaway_Golf_Company_logo.svg", "description": "American golf equipment manufacturer", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
524 {"wikidata_id": "Q1028449", "display_name": "Cameco", "legal_name": null, "aliases": ["Cameco Corp", "Cameco Corporation", "Canadian Mining and Energy Corporation"], "website": "https://www.cameco.com", "canonical_domain": "cameco.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CCO", "exchange": "Toronto Stock Exchange", "lei": "N4BHALMXL3GMZKCUON55", "sec_cik": "1009001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cameco_Logo.svg", "description": "Canadian uranium producer", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1009001", "enriched_at": "2026-09-12T09:34:26+00:00"}}
525 {"wikidata_id": "Q1123399", "display_name": "Conagra Brands, Inc.", "legal_name": null, "aliases": ["ConAgra", "Conagra Brands", "Conagra Brands (United States)", "ConAgra Foods", "Nebraska Consolidated Mills"], "website": "https://www.conagrabrands.com", "canonical_domain": "conagrabrands.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "CAG", "exchange": "New York Stock Exchange", "lei": "54930035UDEIH090K650", "sec_cik": "23217", "parent": null, "logo_url": null, "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
526 {"wikidata_id": "Q1138888", "display_name": "First Solar", "legal_name": null, "aliases": ["FSLR"], "website": "https://www.firstsolar.com", "canonical_domain": "firstsolar.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["renewables"], "industry_labels": ["photovoltaics", "Natur-Aktien-Index"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "FSLR", "exchange": "Nasdaq", "lei": "549300NPYMLM4NHTOF27", "sec_cik": "1274494", "parent": null, "logo_url": null, "description": "American company dedicated to the production of photovoltaic modules", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
527 {"wikidata_id": "Q1196745", "display_name": "Rambus", "legal_name": null, "aliases": ["Rambus Inc. (San Jose", "CA)"], "website": "https://www.rambus.com", "canonical_domain": "rambus.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["semiconductors"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "RMBS", "exchange": "Nasdaq", "lei": null, "sec_cik": "917273", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rambus_logo.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "917273", "enriched_at": "2026-09-12T09:34:26+00:00"}}
528 {"wikidata_id": "Q1321054", "display_name": "Norfolk Southern Railway", "legal_name": null, "aliases": ["NS", "Norfolk Southern Railway Company"], "website": "https://www.norfolksouthern.com", "canonical_domain": "norfolksouthern.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Virginia", "lat": 36.84694, "lon": -76.28528, "industries": ["transportation"], "industry_labels": ["transport", "SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1894, "employees": null, "public_company": true, "ticker": "NSC", "exchange": "New York Stock Exchange", "lei": "54930036C8MWP850MI84", "sec_cik": "702165", "parent": {"wikidata_id": "Q20858163", "name": "Norfolk Southern Corporation"}, "logo_url": null, "description": "American Class I railway (1990–)", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "702165", "enriched_at": "2026-09-12T09:34:27+00:00"}}
529 {"wikidata_id": "Q1519267", "display_name": "Omnicom Group", "legal_name": null, "aliases": ["Omnicom", "Omnicom Group Inc"], "website": "https://www.omnicomgroup.com", "canonical_domain": "omnicomgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["mass media", "public relations", "advertising agency"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "OMC", "exchange": "New York Stock Exchange", "lei": "HKUPACFHSSASQK8HLS17", "sec_cik": "29989", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Omnicom.svg", "description": "US global media, marketing and corporate communications holding company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
530 {"wikidata_id": "Q165684", "display_name": "Rogers Communications", "legal_name": null, "aliases": ["Rogers Communications Inc."], "website": "https://www.rogers.com", "canonical_domain": "rogers.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "RCI.A", "exchange": "Toronto Stock Exchange", "lei": "54930030NVF3Y2OL0A78", "sec_cik": "733099", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rogers_Communications_%282015%29.svg", "description": "Canadian telecommunications company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3439663"}]}
531 {"wikidata_id": "Q1785405", "display_name": "Newmont Mining Corporation", "legal_name": null, "aliases": ["Newmont Corporation"], "website": "https://www.newmont.com", "canonical_domain": "newmont.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["mining"], "industry_labels": ["metal", "mining"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "NEM", "exchange": "New York Stock Exchange", "lei": "549300VSP3RIX7FGDZ51", "sec_cik": "1164727", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Newmont-logo.png", "description": "American gold mining company based in Greenwood Village, Colorado. It is the world's largest gold mining corporation.", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
532 {"wikidata_id": "Q2036530", "display_name": "Allison Transmission", "legal_name": null, "aliases": [], "website": "https://www.allisontransmission.com", "canonical_domain": "allisontransmission.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["automotive"], "industry_labels": ["SIC 3714 Motor Vehicle Parts & Accessories"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "ALSN", "exchange": "New York Stock Exchange", "lei": "529900RP7DJ882LI9T83", "sec_cik": "1411207", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allison_Transmission.svg", "description": "American company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1411207", "enriched_at": "2026-09-12T09:34:27+00:00"}}
533 {"wikidata_id": "Q2171646", "display_name": "Jabil", "legal_name": null, "aliases": ["Jabil Circuit"], "website": "https://www.jabil.com", "canonical_domain": "jabil.com", "country": "US", "hq_city": "St. Petersburg", "hq_region": "Pinellas County", "lat": 27.77306, "lon": -82.64, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "JBL", "exchange": "New York Stock Exchange", "lei": "5493000CGCQY2OQU7669", "sec_cik": "898293", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jabil_Circuit_Logo.svg", "description": "American electronics business from St. Petersburg Florida", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
534 {"wikidata_id": "Q2450081", "display_name": "Glu Mobile", "legal_name": null, "aliases": ["Griptonite Games"], "website": "https://www.glu.com", "canonical_domain": "glu.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "GLUU", "exchange": "Nasdaq", "lei": "5299006L6Z4VS4PBXT12", "sec_cik": "1366246", "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glu_Mobile_logo.svg", "description": "American video game developer", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
535 {"wikidata_id": "Q2825507", "display_name": "AECOM", "legal_name": null, "aliases": ["AECOM Technology Corporation"], "website": "https://aecom.com", "canonical_domain": "aecom.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "ACM", "exchange": "New York Stock Exchange", "lei": "0EEB8GF0W0NPCIHZX097", "sec_cik": "868857", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AECOM_1c-black_rgb.png", "description": "American multinational engineering firm", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
536 {"wikidata_id": "Q3088784", "display_name": "Jamba", "legal_name": null, "aliases": ["Jamba Juice"], "website": "https://www.jamba.com", "canonical_domain": "jamba.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "JMBA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jamba_logo.svg", "description": "American beverage chain", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
537 {"wikidata_id": "Q727697", "display_name": "Coach", "legal_name": null, "aliases": ["Coach Inc.", "Coach New York"], "website": "https://www.coach.com", "canonical_domain": "coach.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services", "consumer-goods"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "6388", "exchange": "Hong Kong Stock Exchange", "lei": "549300LJNVY5SW3VTN33", "sec_cik": "1116132", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coach_New_Logo.svg", "description": "American luxury design house", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
538 {"wikidata_id": "Q841458", "display_name": "Intercontinental Exchange", "legal_name": null, "aliases": ["ICE", "IEPA", "IntercontinentalExchange Group", "IntercontinentalExchange", "Inc."], "website": "https://www.intercontinentalexchange.com", "canonical_domain": "intercontinentalexchange.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ICE", "exchange": "New York Stock Exchange", "lei": "5493000F4ZO33MV32P92", "sec_cik": "1571949", "parent": {"wikidata_id": "Q1519402", "name": "ICE Futures U.S."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_IntercontinentalExchange.svg", "description": "financial company based in Atlanta, Georgia", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
539 {"wikidata_id": "Q950419", "display_name": "Mercado Libre", "legal_name": null, "aliases": ["MercadoLibre", "MercadoLivre"], "website": "https://www.mercadolibre.com", "canonical_domain": "mercadolibre.com", "country": "AR", "hq_city": "Saavedra", "hq_region": "Comuna 12", "lat": -34.90386, "lon": -56.13506, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MELI", "exchange": "Nasdaq", "lei": "549300DKPDN9M5S8GB14", "sec_cik": "1099590", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mercado_Libre_wordmark_%28Spanish_version%29.svg", "description": "Argentine e-commerce company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
540 {"wikidata_id": "Q967265", "display_name": "Kohl's", "legal_name": null, "aliases": [], "website": "https://www.kohls.com", "canonical_domain": "kohls.com", "country": "US", "hq_city": "Menomonee Falls", "hq_region": "Waukesha County", "lat": 43.15111, "lon": -88.11028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "KSS", "exchange": "New York Stock Exchange", "lei": "549300JF6LPRTRJ0FH50", "sec_cik": "885639", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kohl%27s_logo.svg", "description": "American department store chain", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "885639", "enriched_at": "2026-09-12T09:34:27+00:00"}}
541 {"wikidata_id": "Q594991", "display_name": "Peel District School Board", "legal_name": null, "aliases": ["English-Language Public District School Board No. 19", "PDSB"], "website": "https://www.peelschools.org", "canonical_domain": "peelschools.org", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": 28452, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "school board in Ontario, Canada", "sitelinks": 30, "importance": 0.5095, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
542 {"wikidata_id": "Q216796", "display_name": "Lincoln Motor Company", "legal_name": null, "aliases": ["Lincoln Ford"], "website": "https://www.lincoln.com", "canonical_domain": "lincoln.com", "country": "US", "hq_city": "Dearborn", "hq_region": "Wayne County", "lat": 42.31133, "lon": -83.21348, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Lincoln.svg", "description": "luxury division of Ford Motor Company", "sitelinks": 47, "importance": 0.507, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
543 {"wikidata_id": "Q1531473", "display_name": "Plantronics", "legal_name": null, "aliases": ["Poly"], "website": "https://www.poly.com", "canonical_domain": "poly.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["technology"], "industry_labels": ["electronics", "SIC 3661 Telephone & Telegraph Apparatus"], "founded_year": 1961, "employees": 7490, "public_company": true, "ticker": null, "exchange": null, "lei": "5493006O3W5M472F6668", "sec_cik": "79035", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Plantronics_201x_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.5066, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "79035", "enriched_at": "2026-09-12T09:34:27+00:00"}}
544 {"wikidata_id": "Q376186", "display_name": "Cargojet", "legal_name": null, "aliases": ["Cargojet Airways", "Cargojet Canada", "Cargojet Inc."], "website": "https://cargojet.com", "canonical_domain": "cargojet.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": 1650, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.5051, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
545 {"wikidata_id": "Q192557", "display_name": "DreamWorks", "legal_name": null, "aliases": [], "website": "https://www.dreamworks.com", "canonical_domain": "dreamworks.com", "country": "US", "hq_city": "Universal City", "hq_region": "Los Angeles County", "lat": 34.15733, "lon": -118.2851, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1994, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22079339", "name": "Amblin Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DreamWorks_Pictures.svg", "description": "American film studio", "sitelinks": 65, "importance": 0.5041, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q500088"}]}
546 {"wikidata_id": "Q110778747", "display_name": "Block, Inc.", "legal_name": "Square, Inc.", "aliases": ["Block", "SQ", "Square", "XYZ", "SQ2", "SQUARE INC."], "website": "https://block.xyz", "canonical_domain": "block.xyz", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services", "payments"], "industry_labels": ["financial services", "mobile payment industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "XYZ", "exchange": "New York Stock Exchange", "lei": "549300OHIIUWSTIZME52", "sec_cik": "1512673", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Block-lockup_black.svg", "description": "American financial services company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
547 {"wikidata_id": "Q1132272", "display_name": "PVH Corp.", "legal_name": "PVH Corp.", "aliases": ["PVH", "Phillips-Jones Corporation", "Phillips-Van Heusen", "Phillips-Van Heusen Corporation"], "website": "https://www.pvh.com", "canonical_domain": "pvh.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["fashion", "textile industry", "clothing industry"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": "PVH", "exchange": "New York Stock Exchange", "lei": "123WALMHY1GZXG2YDL90", "sec_cik": "78239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phillips-Van_Heusen_logo.svg", "description": "American clothing company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
548 {"wikidata_id": "Q1137289", "display_name": "Nuance Communications", "legal_name": null, "aliases": ["Nuance", "Nuance Communications (United States)", "ScanSoft", "ScanSoft Inc."], "website": "https://www.nuance.com", "canonical_domain": "nuance.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "NUAN", "exchange": "Nasdaq", "lei": "AEMSOT3SS15TNMJCE605", "sec_cik": "1002517", "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuance_Communications_logo_2018.svg", "description": "American company developing imaging and voice recognition software", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
549 {"wikidata_id": "Q1189695", "display_name": "Denny's", "legal_name": null, "aliases": ["Danny's Coffee Shops", "Danny's Donuts", "Denny's Coffee Shops", "Denny's Diner"], "website": "https://www.dennys.com", "canonical_domain": "dennys.com", "country": "US", "hq_city": "Spartanburg", "hq_region": "Spartanburg County", "lat": 34.94806, "lon": -81.93472, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "DENN", "exchange": "Nasdaq", "lei": "54930037V56XOULXM917", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denny%27s_Logo_06.2022.svg", "description": "restaurant chain", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
550 {"wikidata_id": "Q1236521", "display_name": "Mandarin Oriental Hotel Group", "legal_name": null, "aliases": ["Mandarin Oriental", "MOHG"], "website": "https://www.mandarinoriental.com", "canonical_domain": "mandarinoriental.com", "country": "BM", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["hospitality", "financial-services"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "MOIBD.BH", "exchange": "Bermuda Stock Exchange Ltd", "lei": "213800KQ1UMKZ1JXJR80", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mandarin_Oriental_Hotel_Group_logo.svg", "description": "international hotel investment and management group", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
551 {"wikidata_id": "Q1342041", "display_name": "Lam Research", "legal_name": null, "aliases": ["Lam Research Co.", "Ltd.", "Lam Research Corporation"], "website": "https://www.lamresearch.com", "canonical_domain": "lamresearch.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3559 Special Industry Machinery, NEC"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "LRCX", "exchange": "Nasdaq", "lei": "549300I4GMO6D34U1T02", "sec_cik": "707549", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lam-Research-Logo.svg", "description": "American company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "707549", "enriched_at": "2026-09-12T09:34:27+00:00"}}
552 {"wikidata_id": "Q1423218", "display_name": "Sunoco", "legal_name": null, "aliases": ["Japan Sun Oil", "Sun Oil Company", "Sunoco Inc."], "website": "https://www.sunoco.com", "canonical_domain": "sunoco.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "manufacture of refined petroleum products"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "SUN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1552275", "parent": null, "logo_url": null, "description": "American petroleum and petrochemical manufacturer", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1552275", "enriched_at": "2026-09-12T09:34:27+00:00"}}
553 {"wikidata_id": "Q1515039", "display_name": "WME Group", "legal_name": "Endeavor Group Holdings, Inc.", "aliases": ["Endeavor Group Holdings", "WME", "William Morris Endeavor", "William Morris Endeavor Entertainment", "WME Agency", "WME-IMG"], "website": "https://www.endeavorco.com", "canonical_domain": "endeavorco.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["talent agent"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "EDR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1766363", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Endeavor_Group_logo.svg", "description": "American talent agency", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
554 {"wikidata_id": "Q1583606", "display_name": "Monotype", "legal_name": null, "aliases": ["Monotype Imaging Holdings"], "website": "https://www.monotype.com", "canonical_domain": "monotype.com", "country": "US", "hq_city": "Woburn", "hq_region": "Middlesex County", "lat": 42.47917, "lon": -71.15278, "industries": ["construction", "professional-services"], "industry_labels": ["machinery industry and plant construction", "pre-press and pre-media services"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "TYPE", "exchange": "Nasdaq", "lei": "5493004GSJ847XVE5S96", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monotype_Imaging_2019_logo.svg", "description": "American typesetting and typeface design company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
555 {"wikidata_id": "Q1652574", "display_name": "Manulife Financial", "legal_name": null, "aliases": ["Manulife", "Manulife Financial Corporation"], "website": "https://www.manulife.ca", "canonical_domain": "manulife.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "MFC", "exchange": "Toronto Stock Exchange", "lei": "5493007GBX87QOZACS27", "sec_cik": "1086888", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manulife_logo_%282018%29.svg", "description": "Canadian multinational insurance company and financial services provider", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1086888", "enriched_at": "2026-09-12T09:34:27+00:00"}}
556 {"wikidata_id": "Q1656230", "display_name": "Phillips 66", "legal_name": null, "aliases": ["Phillips 66 Company"], "website": "https://www.phillips66gas.com", "canonical_domain": "phillips66gas.com", "country": "US", "hq_city": "Westchase", "hq_region": "Houston", "lat": 29.729, "lon": -95.564, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "downstream"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "PSX", "exchange": "New York Stock Exchange", "lei": "5493005JBO5YSIGK1814", "sec_cik": "1534701", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phillips_66_logo.svg", "description": "American energy and logistics company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
557 {"wikidata_id": "Q2443609", "display_name": "Zebra Technologies", "legal_name": null, "aliases": ["ZBR"], "website": "https://www.zebra.com", "canonical_domain": "zebra.com", "country": "US", "hq_city": "Lincolnshire", "hq_region": "Lake County", "lat": 42.19639, "lon": -87.91722, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "ZBRA", "exchange": "Nasdaq", "lei": "PO0I32GKZ3HZMMDPZZ08", "sec_cik": "877212", "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
558 {"wikidata_id": "Q3029296", "display_name": "F5, Inc.", "legal_name": null, "aliases": ["F5", "F5 Labs", "F5 Networks", "F5 Networks", "Inc.", "F5", "Inc."], "website": "https://www.f5.com", "canonical_domain": "f5.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "FFIV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1048695", "parent": null, "logo_url": null, "description": "Multi-cloud cybersecurity and application delivery company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
559 {"wikidata_id": "Q3492619", "display_name": "Sonos", "legal_name": null, "aliases": ["SONOS", "Inc"], "website": "https://www.sonos.com", "canonical_domain": "sonos.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["technology"], "industry_labels": ["smart speaker", "consumer electronics industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "SONO", "exchange": "Nasdaq", "lei": "549300WEPU6075I77M08", "sec_cik": "1314727", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonos_2015-Logo.png", "description": "American consumer electronics company based in Santa Barbara, California", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
560 {"wikidata_id": "Q3561692", "display_name": "Vizio", "legal_name": null, "aliases": ["V Inc.", "Vizio Electronics", "Vizio Inc.", "Vizio TV company"], "website": "https://www.vizio.com", "canonical_domain": "vizio.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "VZIO", "exchange": "New York Stock Exchange", "lei": "549300R2VV523RKLXG31", "sec_cik": "1648158", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vizio_logo.svg", "description": "American consumer electronics company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
561 {"wikidata_id": "Q477993", "display_name": "iheartmedia.com", "legal_name": null, "aliases": ["Clear Channel Communications", "Inc.", "CC Media Holdings", "Inc", "Clear Channel"], "website": "https://iheartmedia.com", "canonical_domain": "iheartmedia.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Comal County", "lat": 29.425, "lon": -98.49389, "industries": ["media", "entertainment"], "industry_labels": ["radio broadcasting", "music industry", "media industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "IHRT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1400891", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IHeartMedia_Logo.svg", "description": "American mass media corporation", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
562 {"wikidata_id": "Q4951483", "display_name": "Box", "legal_name": null, "aliases": ["Box Inc.", "Inc."], "website": "https://www.box.com", "canonical_domain": "box.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud storage", "file-hosting service"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BOX", "exchange": "New York Stock Exchange", "lei": "549300KQUCPD8687YS68", "sec_cik": "1372612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Box%2C_Inc._logo.svg", "description": "American public company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
563 {"wikidata_id": "Q624649", "display_name": "KLA Corporation", "legal_name": null, "aliases": ["Keep Looking Ahead", "KLA Tencor"], "website": "https://www.kla.com", "canonical_domain": "kla.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "KLAC", "exchange": "Nasdaq", "lei": "549300H0BF5JCG96TJ81", "sec_cik": "319201", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KLA_Corp._logo.svg", "description": "American company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
564 {"wikidata_id": "Q7308054", "display_name": "Regeneron Pharmaceuticals", "legal_name": null, "aliases": ["Regeneron"], "website": "https://www.regeneron.com", "canonical_domain": "regeneron.com", "country": "US", "hq_city": "Eastview", "hq_region": "Mount Pleasant", "lat": 41.0815, "lon": -73.82931, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "REGN", "exchange": "Nasdaq", "lei": "549300RCBFWIRX3HYQ56", "sec_cik": "872589", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regeneron_logo.svg", "description": "American pharmaceutical company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
565 {"wikidata_id": "Q902397", "display_name": "Cardinal Health", "legal_name": null, "aliases": ["Cardinal Health (United States)", "Cardinal Health Inc.", "Cardinal Health Incorporated", "Inc.", "CardinalHealth"], "website": "https://www.cardinalhealth.com", "canonical_domain": "cardinalhealth.com", "country": "US", "hq_city": "Dublin", "hq_region": "Franklin County", "lat": 40.1092, "lon": -83.1403, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "CAH", "exchange": "New York Stock Exchange", "lei": "CCU46N3GJMF4OK4N7U60", "sec_cik": "721371", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cardinal_Health_Logo.svg", "description": "Healthcare company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
566 {"wikidata_id": "Q910368", "display_name": "Clorox", "legal_name": null, "aliases": ["The Clorox Company", "Clorox Company"], "website": "https://www.thecloroxcompany.com", "canonical_domain": "thecloroxcompany.com", "country": "US", "hq_city": "Clorox Building", "hq_region": "Oakland", "lat": 37.8034, "lon": -122.272, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "CLX", "exchange": "New York Stock Exchange", "lei": "54930044KVSC06Z79I06", "sec_cik": "21076", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Clorox_Company_logo%2C_2021.svg", "description": "American worldwide manufacturer and marketer of consumer and professional products", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
567 {"wikidata_id": "Q15330", "display_name": "waymo.com", "legal_name": null, "aliases": ["Google driverless car", "Google Self-Driving Car"], "website": "https://waymo.com", "canonical_domain": "waymo.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["transportation"], "industry_labels": ["taxi service"], "founded_year": 2016, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waymo_logo.svg", "description": "autonomous car technology company", "sitelinks": 40, "importance": 0.5037, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
568 {"wikidata_id": "Q919641", "display_name": "Verizon", "legal_name": null, "aliases": ["Cellco Partnership", "Verizon mobile network", "Verizon Wireless"], "website": "https://www.verizon.com", "canonical_domain": "verizon.com", "country": "US", "hq_city": "Basking Ridge", "hq_region": "Bernards Township", "lat": 40.7062, "lon": -74.5493, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": 87000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q467752", "name": "Verizon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verizon_2024.svg", "description": "US wireless telecommunications company", "sitelinks": 24, "importance": 0.5031, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5005785"}]}
569 {"wikidata_id": "Q48340", "display_name": "CNN", "legal_name": null, "aliases": [], "website": "https://cnn.com", "canonical_domain": "cnn.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CNN_Logo_%282014%29.svg", "description": "American news channel", "sitelinks": 118, "importance": 0.5024, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q15994987"}]}
570 {"wikidata_id": "Q584601", "display_name": "Baskin-Robbins", "legal_name": null, "aliases": ["Baskin Robbins", "Burton's Ice Cream Shop"], "website": "https://www.baskinrobbins.com", "canonical_domain": "baskinrobbins.com", "country": "US", "hq_city": "Canton", "hq_region": "Norfolk County", "lat": 42.15833, "lon": -71.14528, "industries": ["manufacturing"], "industry_labels": ["ice cream manufacturer"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55074808", "name": "Inspire Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baskin-Robbins_logo_2022.svg", "description": "American multinational ice cream parlor chain", "sitelinks": 116, "importance": 0.5007, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
571 {"wikidata_id": "Q51711", "display_name": "Quora", "legal_name": null, "aliases": [], "website": "https://www.quora.com", "canonical_domain": "quora.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["internet"], "industry_labels": ["knowledge base"], "founded_year": 2009, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quora_logo_2015.svg", "description": "American question-and-answer website", "sitelinks": 54, "importance": 0.4981, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
572 {"wikidata_id": "Q627969", "display_name": "University of Ottawa", "legal_name": null, "aliases": ["Ottawa U", "U of O", "uOttawa"], "website": "https://www.uottawa.ca", "canonical_domain": "uottawa.ca", "country": "CA", "hq_city": "Sandy Hill", "hq_region": "Ottawa", "lat": 45.4222, "lon": -75.6824, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1848, "employees": 6555, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Univ_ottawa_red_textlogo.png", "description": "public research university in Ottawa, Ontario, Canada", "sitelinks": 33, "importance": 0.498, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
573 {"wikidata_id": "Q1053787", "display_name": "Central European Media Enterprises", "legal_name": null, "aliases": ["CME", "CETV", "CME Media Services Limited"], "website": "https://www.cme.net", "canonical_domain": "cme.net", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": null, "employees": 4100, "public_company": true, "ticker": null, "exchange": null, "lei": "54930067ZPEG8H2PPN39", "sec_cik": null, "parent": {"wikidata_id": "Q1979720", "name": "PPF Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CME.svg", "description": "media and entertainment company", "sitelinks": 13, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
574 {"wikidata_id": "Q1264404", "display_name": "Duke Energy", "legal_name": null, "aliases": ["Duke Energy Corporation"], "website": "https://www.duke-energy.com", "canonical_domain": "duke-energy.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["energy"], "industry_labels": ["electricity generation", "energy supply"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "DUK", "exchange": "New York Stock Exchange", "lei": "I1BZKREC126H0VB1BL91", "sec_cik": "1326160", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Duke_Energy_logo.svg", "description": "American electric power and natural gas holding company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
575 {"wikidata_id": "Q1285819", "display_name": "TJX Companies", "legal_name": null, "aliases": [], "website": "https://www.tjx.com", "canonical_domain": "tjx.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "TJX", "exchange": "New York Stock Exchange", "lei": "V167QI9I69W364E2DY52", "sec_cik": "109198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TJX_Logo.svg", "description": "American multinational off-price department store corporation v", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q10860683"}]}
576 {"wikidata_id": "Q16531742", "display_name": "Valvoline", "legal_name": null, "aliases": ["Valvoline Inc."], "website": "https://www.valvoline.com", "canonical_domain": "valvoline.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["chemicals", "automotive"], "industry_labels": ["chemical industry", "automotive services industry"], "founded_year": 1866, "employees": null, "public_company": true, "ticker": "VVV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1674910", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valvoline_company_logo.svg", "description": "American company of lubricants and additives", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
577 {"wikidata_id": "Q1654103", "display_name": "IMAX Corporation", "legal_name": null, "aliases": ["IMAX", "IMAX entertainment"], "website": "https://www.imax.com", "canonical_domain": "imax.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["entertainment"], "industry_labels": ["Motion Picture Production and Services"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "IMAX", "exchange": "New York Stock Exchange", "lei": "5493002KS2T1Q0X7VZ21", "sec_cik": "921582", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IMAX_blue_logo.svg", "description": "Canadian theater company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
578 {"wikidata_id": "Q1786345", "display_name": "Marsh & McLennan Companies", "legal_name": null, "aliases": ["Burroughs", "Marsh & McLennan", "Marsh & McLennan", "Marsh & McLennan Cos. Inc."], "website": "https://www.mmc.com", "canonical_domain": "mmc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "MMC", "exchange": "New York Stock Exchange", "lei": "549300XMP3KDCKJXIU47", "sec_cik": "62709", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MarshMcLennan_h_rgb_c.svg", "description": "Global professional services firm", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
579 {"wikidata_id": "Q1817174", "display_name": "Supermicro", "legal_name": "Super Micro Computer, Inc.", "aliases": ["SuperMicro"], "website": "https://www.supermicro.com", "canonical_domain": "supermicro.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["computer industry", "computer hardware industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "SMCI", "exchange": "Nasdaq", "lei": "54930022CZO1N2UGVW07", "sec_cik": "1375365", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Super_Micro_Computer_Logo.svg", "description": "American manufacturer of computer servers and enterprise equipment", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1375365", "enriched_at": "2026-09-12T09:34:27+00:00"}}
580 {"wikidata_id": "Q1817417", "display_name": "National Oilwell Varco", "legal_name": null, "aliases": [], "website": "https://www.nov.com", "canonical_domain": "nov.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": [], "founded_year": 1862, "employees": null, "public_company": true, "ticker": "NOV", "exchange": "New York Stock Exchange", "lei": "549300EHF3IW1AR6U008", "sec_cik": "1021860", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National-Oilwell-Varco-Logo.svg", "description": "oilfield services company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
581 {"wikidata_id": "Q18619470", "display_name": "Restaurant Brands International", "legal_name": "Restaurant Brands International", "aliases": [], "website": "https://www.rbi.com", "canonical_domain": "rbi.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "QSR", "exchange": "Toronto Stock Exchange", "lei": "5299009RXTX9DN9AKJ98", "sec_cik": "1618756", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Restaurant_Brands_International_logo.svg", "description": "Canadian–American multinational fast food holding corporation", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1618756", "enriched_at": "2026-09-12T09:34:27+00:00"}}
582 {"wikidata_id": "Q1915049", "display_name": "McCormick & Company", "legal_name": "McCormick & Company, Incorporated", "aliases": ["McCormick", "Inc.", "Incorporated"], "website": "https://www.mccormickcorporation.com", "canonical_domain": "mccormickcorporation.com", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1669, "employees": null, "public_company": true, "ticker": "MKC", "exchange": "New York Stock Exchange", "lei": "549300JQQA6MQ4OJP259", "sec_cik": "63754", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McCormick.svg", "description": "spice, herb, and flavoring manufacturing company headquartered in Sparks, Maryland", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
583 {"wikidata_id": "Q1937503", "display_name": "Terex", "legal_name": null, "aliases": ["Terex Corporation"], "website": "https://www.terex.com", "canonical_domain": "terex.com", "country": "US", "hq_city": "Westport", "hq_region": "Western Connecticut Planning Region", "lat": 41.14149, "lon": -73.3579, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "TEX", "exchange": "New York Stock Exchange", "lei": "YAWJZJYEQ7M1SYMOS462", "sec_cik": "97216", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Terex-logo.svg", "description": "American manufacturer", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
584 {"wikidata_id": "Q2032800", "display_name": "Ally Financial", "legal_name": null, "aliases": [], "website": "https://www.ally.com", "canonical_domain": "ally.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "Consumer Lending"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "ALLY", "exchange": "New York Stock Exchange", "lei": "549300JBN1OSM8YNAI90", "sec_cik": "40729", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ally_Financial.svg", "description": "American financial services company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
585 {"wikidata_id": "Q2066858", "display_name": "PerkinElmer", "legal_name": null, "aliases": ["CambridgeSoft", "Perkin-Elmer"], "website": "https://www.perkinelmer.com", "canonical_domain": "perkinelmer.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "PKI", "exchange": "New York Stock Exchange", "lei": "549300IKL1SDPFI7N655", "sec_cik": "31791", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PerkinElmer.svg", "description": "American corporation focused in life science research", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
586 {"wikidata_id": "Q2142669", "display_name": "AmBev", "legal_name": null, "aliases": ["Americas' Beverage Company", "Companhia de Bebidas das Americas", "Companhia de Bebidas das Américas"], "website": "https://www.ambev.com.br", "canonical_domain": "ambev.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "ABEV3", "exchange": "São Paulo Stock Exchange", "lei": "549300TH5Q6VRP8OT012", "sec_cik": "1565025", "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Ambev_%282024%29.svg", "description": "Brazilian brewing company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1565025", "enriched_at": "2026-09-12T09:34:27+00:00"}}
587 {"wikidata_id": "Q2274089", "display_name": "Wynn Resorts", "legal_name": null, "aliases": ["Wynn Resorts Limited"], "website": "https://www.wynnresorts.com", "canonical_domain": "wynnresorts.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["hospitality", "entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "WYNN", "exchange": "Nasdaq", "lei": "254900CEKKWIHTEAB172", "sec_cik": "1174922", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wynn_Resorts_logo_2025.png", "description": "American gaming, hospitality and entertainment company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
588 {"wikidata_id": "Q2645636", "display_name": "Allstate", "legal_name": null, "aliases": ["Allstate Insurance", "The Allstate Corporation"], "website": "https://www.allstate.com", "canonical_domain": "allstate.com", "country": "US", "hq_city": "Northbrook", "hq_region": "Cook County", "lat": 42.1292, "lon": -87.8408, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "ALL", "exchange": "New York Stock Exchange", "lei": "OBT0W1ED8G0NWVOLOJ77", "sec_cik": "899051", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allstate_wordmark.svg", "description": "American insurance company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
589 {"wikidata_id": "Q27500963", "display_name": "Dell Technologies", "legal_name": null, "aliases": ["Dell Products L.P. (Round Rock", "TX)"], "website": "https://www.delltechnologies.com", "canonical_domain": "delltechnologies.com", "country": "US", "hq_city": "Round Rock", "hq_region": "Travis County", "lat": 30.515, "lon": -97.6725, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "DELL", "exchange": "New York Stock Exchange", "lei": "549300TJB5YBRUPOG437", "sec_cik": "1571996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dell_Technologies_logo.svg", "description": "American multinational technology company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
590 {"wikidata_id": "Q407744", "display_name": "Air Products & Chemicals", "legal_name": null, "aliases": ["Air Products", "Air Products and Chemicals", "Inc"], "website": "https://airproducts.com", "canonical_domain": "airproducts.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "APD", "exchange": "New York Stock Exchange", "lei": "1XLP8EP6FZUGMP85CM51", "sec_cik": "2969", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Air_Products.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
591 {"wikidata_id": "Q458363", "display_name": "Marathon Petroleum", "legal_name": null, "aliases": ["Marathon oil company"], "website": "https://www.marathonpetroleum.com", "canonical_domain": "marathonpetroleum.com", "country": "US", "hq_city": "Findlay", "hq_region": "Hancock County", "lat": 41.04278, "lon": -83.64222, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "MPC", "exchange": "New York Stock Exchange", "lei": "3BNYRYQHD39K4LCKQF12", "sec_cik": "1510295", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marathon_Petroleum_logo_2022.svg", "description": "American petroleum refining, marketing, and transportation company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
592 {"wikidata_id": "Q502344", "display_name": "Lear Corporation", "legal_name": null, "aliases": ["Lear", "American Metal Products"], "website": "https://www.lear.com", "canonical_domain": "lear.com", "country": "US", "hq_city": "Southfield", "hq_region": "Oakland County", "lat": 42.47333, "lon": -83.22167, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "LEA", "exchange": "New York Stock Exchange", "lei": "549300UPNBTXA1SYTQ33", "sec_cik": "842162", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lear_Corporation_logo.svg", "description": "American automotive parts manufacturer", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
593 {"wikidata_id": "Q5509271", "display_name": "Funko", "legal_name": null, "aliases": ["funkofunko"], "website": "https://www.funko.com", "canonical_domain": "funko.com", "country": "US", "hq_city": "Washington", "hq_region": "United States", "lat": 47.5, "lon": -120.5, "industries": ["consumer-goods"], "industry_labels": ["game industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "FNKO", "exchange": "Nasdaq", "lei": "529900NG9F0KL5P6NK67", "sec_cik": "1704711", "parent": null, "logo_url": null, "description": "American toy company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
594 {"wikidata_id": "Q5638920", "display_name": "Haidilao", "legal_name": "海底捞国际控股有限公司", "aliases": ["Hai Di Lao", "Haidilao Group"], "website": "https://haidilaoreview.org", "canonical_domain": "haidilaoreview.org", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage", "financial-services"], "industry_labels": ["system catering", "investment"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "HDALF", "exchange": "OTC Markets Group", "lei": "3003009Q8GV4VNKZWI24", "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of hot pot restaurants", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
595 {"wikidata_id": "Q608776", "display_name": "Cadence Design Systems", "legal_name": null, "aliases": ["cādence", "Inc", "Inc. (San Jose", "CA)"], "website": "https://www.cadence.com", "canonical_domain": "cadence.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CDNS", "exchange": "Nasdaq", "lei": "GCT7RXJOGLXPV0NXZY22", "sec_cik": "813672", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cadence-Logo.svg", "description": "American electronic design automation (EDA) software and engineering services company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
596 {"wikidata_id": "Q725634", "display_name": "Ashland Inc.", "legal_name": null, "aliases": ["Ashland Oil and Refining Company", "Ashland Refining Company"], "website": "https://www.ashland.com", "canonical_domain": "ashland.com", "country": "US", "hq_city": "Covington", "hq_region": "Kenton County", "lat": 39.065, "lon": -84.50972, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "ASH", "exchange": "New York Stock Exchange", "lei": "529900E4L9R04SB8HB11", "sec_cik": "1674862", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashland_%28Unternehmen%29_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
597 {"wikidata_id": "Q734779", "display_name": "Comscore", "legal_name": null, "aliases": ["comScore Inc", "Inc."], "website": "https://www.comscore.com", "canonical_domain": "comscore.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["internet", "media"], "industry_labels": ["Internet", "marketing"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SCOR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1158172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comscore_logo.svg", "description": "American market research company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
598 {"wikidata_id": "Q768773", "display_name": "MSCI", "legal_name": null, "aliases": ["Morgan Stanley Capital International", "MSCI Barra", "MSCI Inc."], "website": "https://www.msci.com", "canonical_domain": "msci.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "MSCI", "exchange": "New York Stock Exchange", "lei": "549300HTIN2PD78UB763", "sec_cik": "1408198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MSCI_logo.svg", "description": "American financial service provider", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
599 {"wikidata_id": "Q837244", "display_name": "Shangri-La Hotels and Resorts", "legal_name": null, "aliases": [], "website": "https://www.shangri-la.com", "canonical_domain": "shangri-la.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["hospitality"], "industry_labels": ["hospitality industry", "hotel industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "S07", "exchange": "Singapore Stock Exchange", "lei": "529900FVJ8C1OTM8OL03", "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel chain", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
600 {"wikidata_id": "Q1191833", "display_name": "University of Manitoba", "legal_name": null, "aliases": [], "website": "https://umanitoba.ca", "canonical_domain": "umanitoba.ca", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.80944, "lon": -97.13278, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1877, "employees": 9957, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public research university in Winnipeg, Manitoba, Canada", "sitelinks": 31, "importance": 0.4976, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
601 {"wikidata_id": "Q813639", "display_name": "Bechtel", "legal_name": null, "aliases": ["Bechtel Corporation", "Bechtel Group", "Bechtel Group", "Inc.", "Bechtel National"], "website": "https://www.bechtel.com", "canonical_domain": "bechtel.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["construction"], "industry_labels": ["engineering", "construction"], "founded_year": 1906, "employees": 44000, "public_company": false, "ticker": null, "exchange": null, "lei": "180PRR0MMRVF2Y5S8Q19", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bechtel_logo_2023.svg", "description": "American construction and civil engineering company", "sitelinks": 25, "importance": 0.4973, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
602 {"wikidata_id": "Q1122179", "display_name": "Jacuzzi", "legal_name": null, "aliases": ["Jacuzzi Brand", "Jacuzzi Group"], "website": "https://jacuzzi.fr", "canonical_domain": "jacuzzi.fr", "country": "US", "hq_city": "Chino Hills", "hq_region": "San Bernardino County", "lat": 33.97, "lon": -117.75, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": 4900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q114451719", "name": "Investindustrial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jacuzzi_logo.svg", "description": "global manufacturer and distributor of branded bath and spa products", "sitelinks": 34, "importance": 0.4968, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
603 {"wikidata_id": "Q1144262", "display_name": "University of Western Ontario", "legal_name": null, "aliases": ["Western University", "UWO"], "website": "https://www.uwo.ca", "canonical_domain": "uwo.ca", "country": "CA", "hq_city": "London", "hq_region": "Ontario", "lat": 43.00964, "lon": -81.27378, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1878, "employees": 14487, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Western_ontario_univ_textlogo.svg", "description": "public research university located in London, Ontario, Canada", "sitelinks": 29, "importance": 0.4963, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
604 {"wikidata_id": "Q201603", "display_name": "Simon Fraser University", "legal_name": "Simon Fraser University", "aliases": ["SFU"], "website": "https://www.sfu.ca", "canonical_domain": "sfu.ca", "country": "CA", "hq_city": "Simon Fraser University", "hq_region": "Burnaby", "lat": 49.27818, "lon": -122.91939, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1965, "employees": 6345, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SFU-block-logo.svg", "description": "public research university in Greater Vancouver, British Columbia, Canada", "sitelinks": 32, "importance": 0.4943, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
605 {"wikidata_id": "Q1065024", "display_name": "Hearst Communications", "legal_name": null, "aliases": ["Hearst", "Hearst Communications Inc.", "Inc.", "Hearst Consolidated Publications", "Inc.", "Hearst Corporation", "Hearst Magazines", "The Hearst Corporation"], "website": "https://www.hearst.com", "canonical_domain": "hearst.com", "country": "US", "hq_city": "Hearst Tower", "hq_region": "New York City", "lat": 40.76656, "lon": -73.98361, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1887, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300F71ZY7A3B85J57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HEARST_H_logo_%282023%29.svg", "description": "American multinational mass media conglomerate group", "sitelinks": 27, "importance": 0.4937, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4040485"}]}
606 {"wikidata_id": "Q2612238", "display_name": "Mega Brands", "legal_name": null, "aliases": ["Mega Bloks Inc.", "Inc.", "Ritvik Holdings"], "website": "https://www.megabrands.com", "canonical_domain": "megabrands.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1967, "employees": 3000, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q596139", "name": "Mattel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mega_Brands_logo.png", "description": "Canadian children's toy company", "sitelinks": 13, "importance": 0.4934, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
607 {"wikidata_id": "Q1060165", "display_name": "Riot Games", "legal_name": null, "aliases": ["Riot Games Ltd."], "website": "https://www.riotgames.com", "canonical_domain": "riotgames.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["software", "gaming"], "industry_labels": ["software development", "video game industry"], "founded_year": 2006, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q860580", "name": "Tencent"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riot_Games_2022_wordmark.svg", "description": "American video game developer", "sitelinks": 36, "importance": 0.4929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
608 {"wikidata_id": "Q579321", "display_name": "Dalhousie University", "legal_name": null, "aliases": ["Dalhousie College", "The Governors of Dalhousie College and University"], "website": "https://www.dal.ca", "canonical_domain": "dal.ca", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.63694, "lon": -63.59167, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1818, "employees": 8852, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dalhousie_University_Wordmark_2014.svg", "description": "public research university in Nova Scotia, Canada", "sitelinks": 30, "importance": 0.4926, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
609 {"wikidata_id": "Q611723", "display_name": "Toronto Metropolitan University", "legal_name": "Toronto Metropolitan University", "aliases": ["TMU", "RU", "Ryerson Institute of Technology", "Ryerson Polytechnic University", "Ryerson Polytechnical Institute", "Ryerson University", "Toronto Met", "X University"], "website": "https://www.torontomu.ca", "canonical_domain": "torontomu.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.65769, "lon": -79.38019, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": 8816, "public_company": false, "ticker": null, "exchange": null, "lei": "549300V2QWYRNB3SEJ20", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TMU_logo.svg", "description": "public research university located in Toronto, Ontario, Canada", "sitelinks": 30, "importance": 0.4925, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
610 {"wikidata_id": "Q207922", "display_name": "Atari", "legal_name": null, "aliases": [], "website": "https://www.atari.com", "canonical_domain": "atari.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1972, "employees": 232, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q247032", "name": "Warner Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atari_Official_2012_Logo.svg", "description": "brand name owned by Atari Interactive", "sitelinks": 50, "importance": 0.4923, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q753684"}, {"related_domain_conflict": "Q527336"}, {"related_domain_conflict": "Q15018011"}]}
611 {"wikidata_id": "Q326342", "display_name": "Concordia University", "legal_name": null, "aliases": ["Concordia", "Sir George Williams University", "Concordia university (Montréal", "Canada)", "Loyola College", "Montreal"], "website": "https://www.concordia.ca", "canonical_domain": "concordia.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.49694, "lon": -73.57806, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1974, "employees": 10655, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Concordia_univ_montreal_textlogo.png", "description": "university in Montreal, Quebec, Canada", "sitelinks": 29, "importance": 0.4918, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
612 {"wikidata_id": "Q101983981", "display_name": "Viatris", "legal_name": "Viatris Inc.", "aliases": ["Viatris (firma)", "Viatris Pharmaceuticals"], "website": "https://www.viatris.com", "canonical_domain": "viatris.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["pharmaceuticals", "healthcare"], "industry_labels": ["pharmaceutical industry", "health care industry"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "VTRS", "exchange": "Nasdaq", "lei": "254900ZZTSW7NL773X71", "sec_cik": "1792044", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viatris.svg", "description": "Global healthcare company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
613 {"wikidata_id": "Q1159256", "display_name": "Danaher Corporation", "legal_name": null, "aliases": ["Danaher"], "website": "https://www.danaher.com", "canonical_domain": "danaher.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "DHR", "exchange": "New York Stock Exchange", "lei": "S4BKK9OTCEWQ3YHPFM11", "sec_cik": "313616", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Danaher_Corporation_logo.svg", "description": "American conglomerate", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
614 {"wikidata_id": "Q119991", "display_name": "APA Corporation", "legal_name": null, "aliases": ["Apache Corp.", "Apache Corporation", "Apache Oil Corporation"], "website": "https://www.apachecorp.com", "canonical_domain": "apachecorp.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "gas industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "APA", "exchange": "New York Stock Exchange", "lei": "72ZZ1XRHOOU9P9X16K08", "sec_cik": "6769", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apache_Corporation_Logo.svg", "description": "Holding company for Apache Corporation, an American company engaged in hydrocarbon exploration.", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
615 {"wikidata_id": "Q1327874", "display_name": "RealNetworks", "legal_name": null, "aliases": ["Progressive Networks", "Inc.", "RealTime (computer tool)"], "website": "https://www.realnetworks.com", "canonical_domain": "realnetworks.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "RNWK", "exchange": "Nasdaq", "lei": "0TCB85ZKZQTTX9T8EV22", "sec_cik": "1046327", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RealNetwork_Logo.png", "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
616 {"wikidata_id": "Q1538731", "display_name": "Oi", "legal_name": null, "aliases": ["Telemar", "Oi (telecommunications)", "OI S.A."], "website": "https://www.oi.com.br", "canonical_domain": "oi.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "OIBR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Oi_%282022%29.svg", "description": "Defunct Brazilian telecommunications company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
617 {"wikidata_id": "Q1672602", "display_name": "Koss Corporation", "legal_name": null, "aliases": [], "website": "https://www.koss.com", "canonical_domain": "koss.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "KOSS", "exchange": "Nasdaq", "lei": null, "sec_cik": "56701", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KOSS_Corporation_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
618 {"wikidata_id": "Q1764040", "display_name": "Nu Skin Enterprises", "legal_name": null, "aliases": ["Nu Skin"], "website": "https://www.nuskin.com", "canonical_domain": "nuskin.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "NUS", "exchange": "New York Stock Exchange", "lei": "54930050DETB6CP71D38", "sec_cik": "1021561", "parent": null, "logo_url": null, "description": "American company that develops and distributes personal care products and nutritional supplements", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
619 {"wikidata_id": "Q180106", "display_name": "Owens-Illinois", "legal_name": null, "aliases": ["Owens-Illinois Glass Co.", "Owens-Illinois Glass Company"], "website": "https://www.o-i.com", "canonical_domain": "o-i.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "OI", "exchange": "New York Stock Exchange", "lei": "XRT4MR5HXMYMNAZQA715", "sec_cik": "812074", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Owens-Illinois_logo_gray.svg", "description": "American manufacturing company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
620 {"wikidata_id": "Q18674747", "display_name": "Booking Holdings", "legal_name": null, "aliases": ["Booking Holdings Inc.", "Priceline Group", "The Priceline Group", "The Priceline Group Inc."], "website": "https://bookingholdings.com", "canonical_domain": "bookingholdings.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["travel"], "industry_labels": ["travel industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "BKNG", "exchange": "Nasdaq", "lei": "FXM8FAOHMYDIPD38UZ17", "sec_cik": "1075531", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Booking_Holdings_Inc%2C%28lock_up%2C_stacked_with_Brands%2C_full_color%29.PNG", "description": "Online travel & related services company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
621 {"wikidata_id": "Q1945295", "display_name": "Monster Beverage", "legal_name": null, "aliases": ["clothing gear apparel", "Monster Beverage Corp"], "website": "https://www.monsterbevcorp.com", "canonical_domain": "monsterbevcorp.com", "country": "US", "hq_city": "Minnesota", "hq_region": "United States", "lat": 46.0, "lon": -94.0, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "MNST", "exchange": "Nasdaq", "lei": "52990090AP0E7HCB6F33", "sec_cik": "865752", "parent": null, "logo_url": null, "description": "American beverage company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
622 {"wikidata_id": "Q2059537", "display_name": "Arrow Electronics", "legal_name": null, "aliases": [], "website": "https://www.arrow.com", "canonical_domain": "arrow.com", "country": "US", "hq_city": "Englewood", "hq_region": "Arapahoe County", "lat": 39.6469, "lon": -104.992, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "ARW", "exchange": "New York Stock Exchange", "lei": "549300YNNLBXT8N8R512", "sec_cik": "7536", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arrow_Electronics_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
623 {"wikidata_id": "Q2743863", "display_name": "Intuitive Surgical", "legal_name": null, "aliases": ["Intuitive Surgical Inc."], "website": "https://www.intuitive.com", "canonical_domain": "intuitive.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ISRG", "exchange": "Nasdaq", "lei": "54930052SRG011710797", "sec_cik": "1035267", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intuitive_Surgical_logo.svg", "description": "American corporation", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
624 {"wikidata_id": "Q3442791", "display_name": "Ross Dress for Less", "legal_name": null, "aliases": ["Ross Stores", "Ross Stores Inc."], "website": "https://www.rossstores.com", "canonical_domain": "rossstores.com", "country": "US", "hq_city": "Dublin", "hq_region": "Alameda County", "lat": 37.71417, "lon": -121.9125, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "ROST", "exchange": "Nasdaq", "lei": "549300ENZFLPGRDFZQ60", "sec_cik": "745732", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ross_Stores_logo.svg", "description": "American department store chain", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
625 {"wikidata_id": "Q3552193", "display_name": "Urban Outfitters", "legal_name": null, "aliases": ["Inc."], "website": "https://www.urbanoutfitters.com", "canonical_domain": "urbanoutfitters.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "URBN", "exchange": "Nasdaq", "lei": "549300N3DUFR5U6NRN38", "sec_cik": "912615", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Urban_Outfitters_logo.svg", "description": "Publicly traded American company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
626 {"wikidata_id": "Q400384", "display_name": "Companhia Siderúrgica Nacional", "legal_name": null, "aliases": ["CSN", "Companhia Siderurgica Nacional"], "website": "https://www.csn.com.br", "canonical_domain": "csn.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["mining"], "industry_labels": ["metal industry", "iron and steel industry"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "CSNA3", "exchange": "São Paulo Stock Exchange", "lei": "529900K40TEND42S0T46", "sec_cik": "1049659", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Companhia_Sider%C3%BArgica_Nacional_logo.svg", "description": "Brazilian steel company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
627 {"wikidata_id": "Q464092", "display_name": "American Electric Power", "legal_name": null, "aliases": ["AEP", "American Electric Power Corporation"], "website": "https://www.aep.com", "canonical_domain": "aep.com", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["energy", "utilities"], "industry_labels": ["electricity generation", "electric power generation, transmission and distribution", "public utility"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "AEP", "exchange": "New York Stock Exchange", "lei": "1B4S6S7G0TW5EE83BO58", "sec_cik": "4904", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AEP_logo.svg", "description": "electric utility company in the United States", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
628 {"wikidata_id": "Q48881", "display_name": "Sherwin-Williams", "legal_name": null, "aliases": ["Sherwin Williams", "Sherwin-Williams Company"], "website": "https://www.sherwin-williams.com", "canonical_domain": "sherwin-williams.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["chemicals", "manufacturing"], "industry_labels": ["chemical industry", "manufacture of paints, varnishes and similar coatings, printing ink a mastics"], "founded_year": 1866, "employees": null, "public_company": true, "ticker": "SHW", "exchange": "New York Stock Exchange", "lei": "Z15BMIOX8DDH0X2OBP21", "sec_cik": "89800", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sherwin-Williams_wordmark.svg", "description": "American paint and coatings manufacturing company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
629 {"wikidata_id": "Q5063092", "display_name": "Lumen Technologies", "legal_name": null, "aliases": ["CenturyLink"], "website": "https://www.lumen.com", "canonical_domain": "lumen.com", "country": "US", "hq_city": "Monroe", "hq_region": "Ouachita Parish", "lat": 32.5094, "lon": -92.1183, "industries": ["technology"], "industry_labels": ["technology company"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "LUMN", "exchange": "New York Stock Exchange", "lei": "8M3THTGWLTYZVE6BBY25", "sec_cik": "18926", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lumen_Technologies_logo.svg", "description": "technology company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
630 {"wikidata_id": "Q509255", "display_name": "Buffalo Wild Wings", "legal_name": null, "aliases": ["BW3", "B-Dubs", "Buffalo Wild Wings & Weck"], "website": "https://www.buffalowildwings.com", "canonical_domain": "buffalowildwings.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "BWLD", "exchange": "Nasdaq", "lei": "549300X8HY8Y52KULC62", "sec_cik": "1062449", "parent": null, "logo_url": null, "description": "American sports bar and restaurant", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
631 {"wikidata_id": "Q619121", "display_name": "Apollo Global Management", "legal_name": null, "aliases": ["LLC"], "website": "https://www.apollo.com", "canonical_domain": "apollo.com", "country": "US", "hq_city": "Solow Building", "hq_region": "Manhattan", "lat": 40.7639, "lon": -73.9748, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "APO", "exchange": "New York Stock Exchange", "lei": "54930054P2G7ZJB0KM79", "sec_cik": "1411494", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apollo_Global_Management_logo.svg", "description": "American private equity firm", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
632 {"wikidata_id": "Q677488", "display_name": "Elevance Health, Inc.", "legal_name": "Elevance Health, Inc.", "aliases": ["Anthem", "Anthem Blue Cross and Blue Shield", "Anthem Insurance Companies", "Anthem", "Inc.", "WellPoint", "Inc"], "website": "https://www.elevancehealth.com", "canonical_domain": "elevancehealth.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["insurance"], "industry_labels": ["health insurance"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "ELV", "exchange": "New York Stock Exchange", "lei": "8MYN82XMYQH89CTMTH67", "sec_cik": "1156039", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elevance_Health_Logo_2022.svg", "description": "American healthcare company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
633 {"wikidata_id": "Q7858039", "display_name": "Twilio", "legal_name": null, "aliases": [], "website": "https://www.twilio.com", "canonical_domain": "twilio.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["Voice over IP", "software development", "software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "TWLO", "exchange": "New York Stock Exchange", "lei": "5493004W8TRGD63APX93", "sec_cik": "1447669", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Twilio-logo-red.svg", "description": "US technology company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
634 {"wikidata_id": "Q7880076", "display_name": "Ulta Beauty", "legal_name": null, "aliases": ["Ulta", "Ulta Beauty Inc."], "website": "https://www.ulta.com", "canonical_domain": "ulta.com", "country": "US", "hq_city": "Bolingbrook", "hq_region": "DuPage County", "lat": 41.6986, "lon": -88.0886, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "ULTA", "exchange": "Nasdaq", "lei": "529900CIV6HN8M28YM82", "sec_cik": "1403568", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ulta_Beauty_logo.svg", "description": "American chain of beauty stores", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
635 {"wikidata_id": "Q899097", "display_name": "BRF", "legal_name": null, "aliases": ["Brasil Foods", "BRF S.A."], "website": "https://www.brf-br.com", "canonical_domain": "brf-br.com", "country": "BR", "hq_city": "Itajaí", "hq_region": "Santa Catarina", "lat": -26.90778, "lon": -48.66194, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BRFS3", "exchange": "São Paulo Stock Exchange", "lei": "254900MTXR9LUVQFU480", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
636 {"wikidata_id": "Q919300", "display_name": "AeroVironment", "legal_name": null, "aliases": [], "website": "https://www.avinc.com", "canonical_domain": "avinc.com", "country": "US", "hq_city": "Simi Valley", "hq_region": "Ventura County", "lat": 34.27083, "lon": -118.73917, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "AVAV", "exchange": "Nasdaq", "lei": "529900PGHVI29YLZ6221", "sec_cik": "1368622", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AeroVironment_Logo.png", "description": "Company that designs and manufactures UAVs for U.S. Department of Defense and allied military services", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
637 {"wikidata_id": "Q621096", "display_name": "Fannie Mae", "legal_name": "Federal National Mortgage Association", "aliases": [], "website": "https://www.fanniemae.com", "canonical_domain": "fanniemae.com", "country": "US", "hq_city": "Northwest", "hq_region": "Washington, D.C.", "lat": 38.9364, "lon": -77.0521, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6111 Federal & Federally-Sponsored Credit Agencies"], "founded_year": 1938, "employees": 7700, "public_company": true, "ticker": "FNMA", "exchange": "OTC", "lei": "B1V7KEBTPIMZEU4LTD58", "sec_cik": "310522", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fannie_Mae_Logo.png", "description": "government-backed financial services company", "sitelinks": 30, "importance": 0.4906, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "310522", "enriched_at": "2026-09-12T09:34:28+00:00"}}
638 {"wikidata_id": "Q513861", "display_name": "Tibco Software", "legal_name": null, "aliases": ["The Information Bus Company", "TIBCO Software Inc"], "website": "https://www.tibco.com", "canonical_domain": "tibco.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1997, "employees": 4200, "public_company": true, "ticker": null, "exchange": null, "lei": "04EEB871XLHVNY4RZJ65", "sec_cik": "1085280", "parent": {"wikidata_id": "Q7936440", "name": "Vista Equity Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tibco_logo-_Palo_Alto%2C_CA_company-_%28PNG%29_2013-11-24_16-00.png", "description": "American company", "sitelinks": 12, "importance": 0.4904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1085280", "enriched_at": "2026-09-12T09:34:28+00:00"}}
639 {"wikidata_id": "Q1032001", "display_name": "Canada Post", "legal_name": null, "aliases": ["Canada Post Corporation", "Royal Mail Canada"], "website": "https://www.canadapost-postescanada.ca", "canonical_domain": "canadapost-postescanada.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1867, "employees": 72000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "postal operator in Canada", "sitelinks": 21, "importance": 0.4869, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
640 {"wikidata_id": "Q1041737", "display_name": "Carleton University", "legal_name": null, "aliases": [], "website": "https://carleton.ca", "canonical_domain": "carleton.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.38746, "lon": -75.69591, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1943, "employees": 4728, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carleton_University_Logo.svg", "description": "university in Ottawa, Ontario, Canada", "sitelinks": 31, "importance": 0.4869, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
641 {"wikidata_id": "Q1134746", "display_name": "Legg Mason", "legal_name": null, "aliases": [], "website": "https://www.leggmason.com", "canonical_domain": "leggmason.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6282 Investment Advice"], "founded_year": 1899, "employees": 3066, "public_company": true, "ticker": null, "exchange": null, "lei": "549300N87EP3WRZI5Y86", "sec_cik": "704051", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legg_Mason_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4859, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "704051", "enriched_at": "2026-09-12T09:34:29+00:00"}}
642 {"wikidata_id": "Q2007336", "display_name": "State Farm Insurance", "legal_name": null, "aliases": ["State Farm", "State Farm Mutual Automobile Insurance Company", "STATE FARM MUTUAL AUTOMOBILE INSURANCE COMPANY (Bloomington", "IL)"], "website": "https://www.statefarm.com", "canonical_domain": "statefarm.com", "country": "US", "hq_city": "Bloomington", "hq_region": "McLean County", "lat": 40.48417, "lon": -88.99361, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1922, "employees": 67029, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State_Farm_logo.svg", "description": "American insurance company", "sitelinks": 21, "importance": 0.4858, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
643 {"wikidata_id": "Q169889", "display_name": "American Broadcasting Company", "legal_name": null, "aliases": ["ABC", "ABC (United States of America)", "ABC (United States)", "ABC USA"], "website": "https://abc.com", "canonical_domain": "abc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.77333, "lon": -73.98083, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABC_2021_Red.svg", "description": "American broadcast television network owned by The Walt Disney Company", "sitelinks": 100, "importance": 0.4852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
644 {"wikidata_id": "Q1064887", "display_name": "Walmart de México y Centroamérica", "legal_name": null, "aliases": ["Walmart de Mexico y Centroamerica"], "website": "https://www.walmex.mx", "canonical_domain": "walmex.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "WMMVF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483551", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Walmart_Mexico_y_Centroamerica.jpg", "description": "Mexican company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
645 {"wikidata_id": "Q1319505", "display_name": "Nathan's Famous", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nathansfamous.com", "canonical_domain": "nathansfamous.com", "country": "US", "hq_city": "Jericho", "hq_region": "Nassau County", "lat": 40.57528, "lon": -73.98139, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "NATH", "exchange": "Nasdaq", "lei": "54930034SKNSF1JIE673", "sec_cik": "69733", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nathan%27s_Famous.svg", "description": "fast food restaurant chain", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
646 {"wikidata_id": "Q1703389", "display_name": "Jones Lang LaSalle", "legal_name": null, "aliases": ["JLL", "Jones Lang LaSalle Incorporated", "Inc."], "website": "https://www.us.jll.com", "canonical_domain": "jll.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["asset-management", "professional-services"], "industry_labels": [], "founded_year": 1783, "employees": null, "public_company": true, "ticker": "JLL", "exchange": "New York Stock Exchange", "lei": "529900Q9XMFLQEB5JM75", "sec_cik": "1037976", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JLL_logo.svg", "description": "professional services and investment management company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
647 {"wikidata_id": "Q17052116", "display_name": "DigitalOcean", "legal_name": null, "aliases": [], "website": "https://www.digitalocean.com", "canonical_domain": "digitalocean.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "DOCN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1582961", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DigitalOcean_logo.svg", "description": "American cloud infrastructure provider", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1582961", "enriched_at": "2026-09-12T09:34:29+00:00"}}
648 {"wikidata_id": "Q2855873", "display_name": "Group Lala", "legal_name": null, "aliases": ["Lala", "Milk Lala"], "website": "https://www.lala.com.mx", "canonical_domain": "lala.com.mx", "country": "MX", "hq_city": "Gómez Palacio", "hq_region": "Gómez Palacio Municipality", "lat": 25.5725, "lon": -103.4945, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "LALA B", "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Grupo_Lala.svg", "description": "Business in Mexico", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
649 {"wikidata_id": "Q291508", "display_name": "AES Corporation", "legal_name": null, "aliases": ["AES", "AES Corp", "AES Corp.", "AES Trust III", "Arlington Energy", "The AES Corporation"], "website": "https://www.aes.com", "canonical_domain": "aes.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "AES", "exchange": "New York Stock Exchange", "lei": "2NUNNB7D43COUIRE5295", "sec_cik": "874761", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AES_Corporation_logo.svg", "description": "American utility and power company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
650 {"wikidata_id": "Q305473", "display_name": "IQVIA Holdings, Inc.", "legal_name": null, "aliases": ["OneKey", "Quintiles", "IQVIA Inc. (Parsippany", "NJ)", "Quintiles and IMS Health", "Inc", "Quintiles IMS Holdings", "Inc."], "website": "https://www.iqvia.com", "canonical_domain": "iqvia.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "IQV", "exchange": "New York Stock Exchange", "lei": "549300W3R20NM4KQPH86", "sec_cik": "1478242", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iqvia-logo-color.svg", "description": "American multinational company serving the combined industries of health information technology and clinical research", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
651 {"wikidata_id": "Q3067064", "display_name": "Sociedad Química y Minera de Chile", "legal_name": null, "aliases": ["Sociedad Quimica y Minera", "SQM", "Soquimich"], "website": "https://sqm.com", "canonical_domain": "sqm.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["mining", "chemicals"], "industry_labels": ["mining", "industrial chemistry"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "SQM", "exchange": "Santiago Stock Exchange", "lei": "TJ88LXZZW5PWIN93ZC81", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean mining and chemical enterprise", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
652 {"wikidata_id": "Q356212", "display_name": "Fossil", "legal_name": null, "aliases": ["Fossil Group", "Fossil Group", "Inc."], "website": "https://www.fossil.com", "canonical_domain": "fossil.com", "country": "US", "hq_city": "Richardson", "hq_region": "Collin County", "lat": 32.94833, "lon": -96.72972, "industries": ["manufacturing"], "industry_labels": ["bijou"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "FOSL", "exchange": "Nasdaq", "lei": "DDMY8YZ6L8UEMS1FDM73", "sec_cik": "883569", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fossil_Group.png", "description": "American designer and manufacturer of accessories", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
653 {"wikidata_id": "Q40650", "display_name": "Imperial Oil", "legal_name": null, "aliases": ["Imperial Oil Limited"], "website": "https://www.imperialoil.ca", "canonical_domain": "imperialoil.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1880, "employees": null, "public_company": true, "ticker": "IMO", "exchange": "Toronto Stock Exchange", "lei": "549300JZNB745JT5WY51", "sec_cik": "49938", "parent": {"wikidata_id": "Q156238", "name": "ExxonMobil"}, "logo_url": null, "description": "Canadian petroleum company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "49938", "enriched_at": "2026-09-12T09:34:29+00:00"}}
654 {"wikidata_id": "Q4492609", "display_name": "Cracker Barrel", "legal_name": null, "aliases": ["Cracker Barrel Old Country Store", "Inc."], "website": "https://www.crackerbarrel.com", "canonical_domain": "crackerbarrel.com", "country": "US", "hq_city": "Lebanon", "hq_region": "Wilson County", "lat": 36.2081, "lon": -86.3264, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "CBRL", "exchange": "Nasdaq", "lei": "8P4PHQIUWPIECBFBW745", "sec_cik": "1067294", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cracker_Barrel_Logo_%282%29.svg", "description": "American restaurant chain", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
655 {"wikidata_id": "Q489469", "display_name": "Herman Miller", "legal_name": null, "aliases": ["Herman Miller Furniture Co.", "Herman Miller Furniture Company", "Herman Miller Inc."], "website": "https://www.hermanmiller.com", "canonical_domain": "hermanmiller.com", "country": "US", "hq_city": "Zeeland", "hq_region": "Ottawa County", "lat": 42.81243, "lon": -86.02882, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "MLHR", "exchange": "Nasdaq", "lei": "U98HXD3PNK7HYU2MU887", "sec_cik": "66382", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Herman_Miller_logo.jpg", "description": "manufacturer of high-end office furniture", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
656 {"wikidata_id": "Q66604886", "display_name": "Cerebras", "legal_name": "Cerebras Systems Inc.", "aliases": ["Cerebras Systems"], "website": "https://www.cerebras.ai", "canonical_domain": "cerebras.ai", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence", "semiconductors"], "industry_labels": ["artificial intelligence", "semiconductor industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "CBRS", "exchange": "Nasdaq", "lei": null, "sec_cik": "2021728", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cerebras_logo.svg", "description": "business", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "2021728", "enriched_at": "2026-09-12T09:34:29+00:00"}}
657 {"wikidata_id": "Q842947", "display_name": "Celgene", "legal_name": null, "aliases": ["Celgene Corporation"], "website": "https://www.celgene.com", "canonical_domain": "celgene.com", "country": "US", "hq_city": "Summit", "hq_region": "Union County", "lat": 40.7156, "lon": -74.3647, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "CELG", "exchange": "Nasdaq", "lei": "4SIHMF0MOSTTL8CD0X64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Celgene_logo.svg", "description": "American biopharmaceutical company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
658 {"wikidata_id": "Q899022", "display_name": "Eastman Chemical Company", "legal_name": null, "aliases": ["Eastman"], "website": "https://www.eastman.com", "canonical_domain": "eastman.com", "country": "US", "hq_city": "Kingsport", "hq_region": "Sullivan County", "lat": 36.55025, "lon": -82.55944, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "EMN", "exchange": "New York Stock Exchange", "lei": "FDPVHDGJ1IQZFK9KH630", "sec_cik": "915389", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastman_Chemical_Company_logo.svg", "description": "American company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5533526"}]}
659 {"wikidata_id": "Q909856", "display_name": "Loblaw Companies", "legal_name": null, "aliases": ["Loblaw Companies Limited"], "website": "https://www.loblaw.ca", "canonical_domain": "loblaw.ca", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "L", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q833217", "name": "George Weston Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Loblaw_Companies_Limited_logo_EN.svg", "description": "Canadian retail company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
660 {"wikidata_id": "Q994153", "display_name": "Brunswick Corporation", "legal_name": null, "aliases": ["Brunswick-Balke-Collender Company"], "website": "https://www.brunswick.com", "canonical_domain": "brunswick.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3510 Engines & Turbines"], "founded_year": 1845, "employees": null, "public_company": true, "ticker": "BC", "exchange": "New York Stock Exchange", "lei": "YM4O38W15AX4YLLQKU27", "sec_cik": "14930", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brunswick_Corporation.png", "description": "American corporation", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "14930", "enriched_at": "2026-09-12T09:34:29+00:00"}}
661 {"wikidata_id": "Q7624104", "display_name": "Stripe", "legal_name": "Stripe, LLC", "aliases": [], "website": "https://stripe.com", "canonical_domain": "stripe.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services", "payments"], "industry_labels": ["financial services", "mobile payment industry"], "founded_year": 2010, "employees": 8000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300CLHGIPTCYHQ143", "sec_cik": "1691342", "parent": {"wikidata_id": "Q140991293", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stripe_Logo%2C_revised_2016.svg", "description": "Irish-American payment technology company", "sitelinks": 28, "importance": 0.4841, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
662 {"wikidata_id": "Q1554299", "display_name": "Gulfstream Aerospace", "legal_name": null, "aliases": ["Gulfstream", "Gulfstream Aerospace Corporation"], "website": "https://www.gulfstream.com", "canonical_domain": "gulfstream.com", "country": "US", "hq_city": "Savannah", "hq_region": "Chatham County", "lat": 32.05083, "lon": -81.10389, "industries": ["construction"], "industry_labels": ["aircraft construction"], "founded_year": 1929, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gulfstream_Aerospace_logo.svg", "description": "American business aviation manufacturer", "sitelinks": 26, "importance": 0.4836, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
663 {"wikidata_id": "Q126399", "display_name": "Warner Bros. Entertainment", "legal_name": null, "aliases": ["WB", "Warner Bros. Entertainment Inc.", "Inc.", "Warner Brothers", "WBEI"], "website": "https://www.warnerbros.com", "canonical_domain": "warnerbros.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment", "gaming"], "industry_labels": ["entertainment", "film production", "video game industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300U1JWW9SCOH3W56", "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._logo_2023.svg", "description": "American entertainment company", "sitelinks": 98, "importance": 0.4831, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q79202"}, {"related_domain_conflict": "Q8016302"}, {"related_domain_conflict": "Q1188361"}, {"related_domain_conflict": "Q3566350"}]}
664 {"wikidata_id": "Q815694", "display_name": "Bell Canada", "legal_name": "La Compagnie de Téléphone Bell du Canada ou Bell Canada", "aliases": ["Bell", "The Bell Telephone Company of Canada"], "website": "https://www.bell.ca", "canonical_domain": "bell.ca", "country": "CA", "hq_city": "Île des Soeurs", "hq_region": "Verdun", "lat": 45.46056, "lon": -73.54722, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1880, "employees": 55250, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000G3EFX9S7TDE29", "sec_cik": null, "parent": {"wikidata_id": "Q24525746", "name": "BCE Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_logo.svg", "description": "Canadian telecommunications and media company", "sitelinks": 21, "importance": 0.483, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2894594"}, {"related_domain_conflict": "Q2894596"}]}
665 {"wikidata_id": "Q219758", "display_name": "bioware.com", "legal_name": null, "aliases": [], "website": "https://www.bioware.com", "canonical_domain": "bioware.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BioWare_2018.svg", "description": "Canadian video game developer", "sitelinks": 38, "importance": 0.4819, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
666 {"wikidata_id": "Q755309", "display_name": "Greyhound Lines", "legal_name": null, "aliases": ["Greyhound", "Greyhound Bus", "Grey Hound", "Grey Hound Bus", "Grey Hound Lines", "Inc."], "website": "https://www.greyhound.com", "canonical_domain": "greyhound.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["automotive"], "industry_labels": [], "founded_year": 1914, "employees": 8400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15712258", "name": "Flix SE"}, "logo_url": null, "description": "North American intercity bus service", "sitelinks": 27, "importance": 0.4811, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
667 {"wikidata_id": "Q1411292", "display_name": "Fidelity Investments", "legal_name": null, "aliases": ["Fidelity", "Fidelity Investment", "Fidelity Management and Research", "FMR LLC"], "website": "https://www.fidelity.com", "canonical_domain": "fidelity.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1946, "employees": 45000, "public_company": false, "ticker": null, "exchange": null, "lei": "6X064LF7Y6B4DKF2GZ26", "sec_cik": null, "parent": null, "logo_url": null, "description": "US American multinational financial services corporation", "sitelinks": 21, "importance": 0.4801, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
668 {"wikidata_id": "Q1514848", "display_name": "University of Saskatchewan", "legal_name": null, "aliases": ["USask"], "website": "https://www.usask.ca", "canonical_domain": "usask.ca", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.12982, "lon": -106.6328, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1907, "employees": 9696, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public university in Saskatoon, Saskatchewan, Canada", "sitelinks": 26, "importance": 0.4794, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
669 {"wikidata_id": "Q1634522", "display_name": "Université du Québec à Montréal", "legal_name": null, "aliases": ["Universite du Quebec a Montreal", "University of Quebec in Montreal", "UQAM", "UQÀM"], "website": "https://uqam.ca", "canonical_domain": "uqam.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.51389, "lon": -73.56028, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1969, "employees": 5642, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q326282", "name": "Université du Québec"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universit%C3%A9_du_Qu%C3%A9bec_%C3%A0_Montr%C3%A9al_Logo.svg", "description": "university based in Montreal, Quebec, Canada", "sitelinks": 28, "importance": 0.4791, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
670 {"wikidata_id": "Q819241", "display_name": "Wrigley Company", "legal_name": null, "aliases": ["Wrigley", "William Wrigley Jr. Company", "Wm. Wrigley Jr. Company"], "website": "https://www.wrigley.com", "canonical_domain": "wrigley.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88926, "lon": -87.62448, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1891, "employees": 16000, "public_company": false, "ticker": null, "exchange": null, "lei": "Z88M4EWU0NI3QVOOIZ80", "sec_cik": null, "parent": {"wikidata_id": "Q695087", "name": "Mars, Incorporated"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Wrigley_Company_logo._2012.svg", "description": "American company headquartered in Chicago, Illinois", "sitelinks": 24, "importance": 0.4785, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
671 {"wikidata_id": "Q1759032", "display_name": "R. J. Reynolds Tobacco Company", "legal_name": null, "aliases": ["RJR"], "website": "https://www.rjrt.com", "canonical_domain": "rjrt.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1874, "employees": 400000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q947718", "name": "Reynolds American"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/R.J._Reynolds_Tobacco_Company_logo.svg", "description": "American tobacco manufacturing company", "sitelinks": 15, "importance": 0.4782, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
672 {"wikidata_id": "Q210075", "display_name": "Borland", "legal_name": null, "aliases": [], "website": "https://www.borland.com", "canonical_domain": "borland.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1983, "employees": 1100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1931458", "name": "Micro Focus International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Borland_logo.svg", "description": "software company", "sitelinks": 35, "importance": 0.4781, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
673 {"wikidata_id": "Q1045778", "display_name": "Esri", "legal_name": null, "aliases": ["Environmental Systems Research Institute", "esri", "ESRI"], "website": "https://www.esri.com", "canonical_domain": "esri.com", "country": "US", "hq_city": "Redlands", "hq_region": "San Bernardino County", "lat": 34.05472, "lon": -117.1825, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 1969, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "geospatial software & SaaS company", "sitelinks": 29, "importance": 0.4776, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
674 {"wikidata_id": "Q168383", "display_name": "Universal Pictures", "legal_name": null, "aliases": ["Universal City Studios LLC", "Universal Film Manufacturing Company", "Universal-International Pictures Inc."], "website": "https://universalpictures.com", "canonical_domain": "universalpictures.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 34.13707, "lon": -118.35329, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q724759", "name": "NBCUniversal"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Pictures_2021_%28Blue%29.svg", "description": "American film and distribution company", "sitelinks": 93, "importance": 0.4776, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
675 {"wikidata_id": "Q1002992", "display_name": "Build-A-Bear Workshop", "legal_name": null, "aliases": ["Build A Bear", "Build A Bear Workshop", "Build-A-Bear"], "website": "https://www.buildabear.co.uk", "canonical_domain": "buildabear.co.uk", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "BBW", "exchange": "New York Stock Exchange", "lei": "529900S9MWZC1UBF3D13", "sec_cik": "1113809", "parent": null, "logo_url": null, "description": "US multinational toy store chain", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
676 {"wikidata_id": "Q1053372", "display_name": "Cencosud", "legal_name": null, "aliases": [], "website": "https://www.cencosud.com", "canonical_domain": "cencosud.com", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "CENCOSUD", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cencosud-2014.svg", "description": "Chilean retailer and supermarket chain", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
677 {"wikidata_id": "Q1135278", "display_name": "CoreCivic", "legal_name": "Corrections Corporation of America", "aliases": ["CCA", "CPA", "Core Civic"], "website": "https://www.corecivic.com", "canonical_domain": "corecivic.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["real-estate"], "industry_labels": ["industry", "private prison", "SIC 6798 Real Estate Investment Trusts"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "CXW", "exchange": "New York Stock Exchange", "lei": "529900JFA3K6PTLT8B15", "sec_cik": "1070985", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CoreCivic_Logo.svg", "description": "US prison-operating company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1070985", "enriched_at": "2026-09-12T09:34:29+00:00"}}
678 {"wikidata_id": "Q120435068", "display_name": "TKO Group Holdings", "legal_name": null, "aliases": [], "website": "https://tkogrp.com", "canonical_domain": "tkogrp.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "sports entertainment"], "founded_year": 2023, "employees": null, "public_company": true, "ticker": "TKO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1973266", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TKO_Group_Holdings_Logo_2025.svg", "description": "American sports and entertainment promoter", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1973266", "enriched_at": "2026-09-12T09:34:29+00:00"}}
679 {"wikidata_id": "Q1419532", "display_name": "First Quantum Minerals", "legal_name": null, "aliases": [], "website": "https://www.first-quantum.com", "canonical_domain": "first-quantum.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "FM", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Quantum_Minerals_logo.svg", "description": "Canadian mining company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
680 {"wikidata_id": "Q1435628", "display_name": "FEMSA", "legal_name": null, "aliases": ["Fomento Económico Mexicano", "S.A.B. de C.V."], "website": "https://femsa.com", "canonical_domain": "femsa.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "FMX", "exchange": "New York Stock Exchange", "lei": "549300A8MDWDJNMLV153", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FEMSA_Logo.svg", "description": "Mexican multinational beverage and retail company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
681 {"wikidata_id": "Q145168", "display_name": "Dollar General", "legal_name": null, "aliases": ["DolGenCorp", "Dollar General Corporation", "Dollar General Store"], "website": "https://www.dollargeneral.com", "canonical_domain": "dollargeneral.com", "country": "US", "hq_city": "Goodlettsville", "hq_region": "Davidson County", "lat": 36.32694, "lon": -86.70417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "DG", "exchange": "New York Stock Exchange", "lei": "OPX52SQVOZI8IVSWYU66", "sec_cik": "29534", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dollar_General_logo.svg", "description": "discount variety store chain in the USA", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
682 {"wikidata_id": "Q16248637", "display_name": "Datadog", "legal_name": null, "aliases": [], "website": "https://www.datadoghq.com", "canonical_domain": "datadoghq.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["IT performance management", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "DDOG", "exchange": "Nasdaq", "lei": "549300F6JNO0KRPO1K63", "sec_cik": "1561550", "parent": null, "logo_url": null, "description": "US IT company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1561550", "enriched_at": "2026-09-12T09:34:30+00:00"}}
683 {"wikidata_id": "Q1666568", "display_name": "International Flavors & Fragrances", "legal_name": null, "aliases": ["IFF"], "website": "https://www.iff.com", "canonical_domain": "iff.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["chemicals"], "industry_labels": ["specialty chemicals"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "IFF", "exchange": "New York Stock Exchange", "lei": "BZLRL03D3GPGMOGFO832", "sec_cik": "51253", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iff-logo_2022.png", "description": "American corporation which produces flavors and fragrances", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
684 {"wikidata_id": "Q16959629", "display_name": "Nutanix", "legal_name": null, "aliases": [], "website": "https://www.nutanix.com", "canonical_domain": "nutanix.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["transportation"], "industry_labels": ["Hyper-converged infrastructure"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "NTNX", "exchange": "Nasdaq", "lei": "549300X7J6E8TKVIXW09", "sec_cik": "1618732", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NutanixLogo.png", "description": "American enterprise virtualization and storage company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
685 {"wikidata_id": "Q1740314", "display_name": "KeyBank", "legal_name": null, "aliases": ["KeyCorp"], "website": "https://www.key.com", "canonical_domain": "key.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1825, "employees": null, "public_company": true, "ticker": "KEY", "exchange": "New York Stock Exchange", "lei": "RKPI3RZGV1V1FJTH5T61", "sec_cik": "91576", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KeyBank.png", "description": "American regional bank headquartered in Cleveland, Ohio", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
686 {"wikidata_id": "Q1785549", "display_name": "Peabody Energy", "legal_name": null, "aliases": ["Peabody Energy Corp", "Peabody Energy Corporation"], "website": "https://www.peabodyenergy.com", "canonical_domain": "peabodyenergy.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "BTU", "exchange": "New York Stock Exchange", "lei": "EJCO258LNNVSKAR2JX59", "sec_cik": "1064728", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peabody_Energy_Logo.svg", "description": "American coal company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1064728", "enriched_at": "2026-09-12T09:34:30+00:00"}}
687 {"wikidata_id": "Q2288792", "display_name": "Sinclair Broadcast Group", "legal_name": null, "aliases": ["SBG", "Sinclair Broadcasting Group", "Inc.", "Chesapeake Television Corporation"], "website": "https://www.sbgi.net", "canonical_domain": "sbgi.net", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["telecommunications", "media"], "industry_labels": ["telecommunications", "media company", "broadcasting"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "SBGI", "exchange": "Nasdaq", "lei": "529900879GWQV880PQ28", "sec_cik": "912752", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinclair_Broadcast_Group_new_logo.svg", "description": "American media company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
688 {"wikidata_id": "Q2861324", "display_name": "Arista Networks", "legal_name": null, "aliases": ["Arastra"], "website": "https://www.arista.com", "canonical_domain": "arista.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ANET", "exchange": "New York Stock Exchange", "lei": "635400H1WKBLOQERUU95", "sec_cik": "1596532", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arista-networks-logo.svg", "description": "American technology company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
689 {"wikidata_id": "Q3067119", "display_name": "Fastenal", "legal_name": null, "aliases": ["Fastenal Company"], "website": "https://www.fastenal.com", "canonical_domain": "fastenal.com", "country": "US", "hq_city": "Winona", "hq_region": "Winona County", "lat": 44.04789, "lon": -91.64044, "industries": ["retail"], "industry_labels": ["SIC 5200 Retail-Building Materials, Hardware, Garden Supply"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "FAST", "exchange": "Nasdaq", "lei": "529900PP0C7H2HHPSJ32", "sec_cik": "815556", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fastenal_logo.svg", "description": "American industrial supply company based in Winona, Minnesota", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "815556", "enriched_at": "2026-09-12T09:34:30+00:00"}}
690 {"wikidata_id": "Q3116111", "display_name": "Keurig Dr Pepper", "legal_name": null, "aliases": ["Green Mountain Coffee", "Green Mountain Coffee Roasters", "Keurig Green Mountain"], "website": "https://www.keurigdrpepper.com", "canonical_domain": "keurigdrpepper.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "KDP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1418135", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keurig_Dr_Pepper.svg", "description": "American beverage company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1418135", "enriched_at": "2026-09-12T09:34:30+00:00"}}
691 {"wikidata_id": "Q324616", "display_name": "Ingram Micro", "legal_name": null, "aliases": ["Ingram Micro Inc."], "website": "https://www.ingrammicro.com", "canonical_domain": "ingrammicro.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["technology"], "industry_labels": ["Wholesale of computers, computer peripheral equipment and software"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "INGM", "exchange": "New York Stock Exchange", "lei": "549300KJMEWPKRQZHX63", "sec_cik": "1018003", "parent": {"wikidata_id": "Q787239", "name": "Platinum Equity"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ingram_Micro_logo_new.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
692 {"wikidata_id": "Q460446", "display_name": "Amdocs", "legal_name": null, "aliases": ["amdocs", "Amdocs Limited", "DOX"], "website": "https://www.amdocs.com", "canonical_domain": "amdocs.com", "country": "US", "hq_city": "Chesterfield", "hq_region": "St. Louis County", "lat": 38.65333, "lon": -90.55417, "industries": ["software"], "industry_labels": ["communication", "SIC 7371 Services-Computer Programming Services"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "DOX", "exchange": "Nasdaq", "lei": "549300HQV672RJ7RQV66", "sec_cik": "1062579", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amdocs-2017-brand-mark.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1062579", "enriched_at": "2026-09-12T09:34:30+00:00"}}
693 {"wikidata_id": "Q4636301", "display_name": "3D Systems", "legal_name": null, "aliases": ["3D Systems (United States)", "3D Systems Corporation"], "website": "https://www.3dsystems.com", "canonical_domain": "3dsystems.com", "country": "US", "hq_city": "Rock Hill", "hq_region": "York County", "lat": 34.93806, "lon": -81.02611, "industries": ["professional-services", "manufacturing"], "industry_labels": ["computer-aided design", "3D printing"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "DDD", "exchange": "New York Stock Exchange", "lei": "549300EX90MRKZSHSR14", "sec_cik": "910638", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3D_Systems_Logo.png", "description": "company that makes and sells 3D printers", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "910638", "enriched_at": "2026-09-12T09:34:30+00:00"}}
694 {"wikidata_id": "Q4648219", "display_name": "A. O. Smith", "legal_name": null, "aliases": ["A. O. Smith Corporation", "A.O. Smith", "A.O. Smith Corporation"], "website": "https://www.aosmith.com", "canonical_domain": "aosmith.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "AOS", "exchange": "New York Stock Exchange", "lei": "549300XG4US7UJNECY36", "sec_cik": "91142", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AO_Smith_logo.svg", "description": "American manufacturer of residential and commercial water heaters and boilers", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
695 {"wikidata_id": "Q469553", "display_name": "Timken Company", "legal_name": null, "aliases": [], "website": "https://www.timken.com", "canonical_domain": "timken.com", "country": "US", "hq_city": "North Canton", "hq_region": "Stark County", "lat": 40.875, "lon": -81.40111, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "TKR", "exchange": "New York Stock Exchange", "lei": "B0I35MLPFXZSE70ASS73", "sec_cik": "98362", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timken.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
696 {"wikidata_id": "Q489080", "display_name": "Automatic Data Processing", "legal_name": null, "aliases": ["ADP", "Automatic Data Processing Inc", "Inc."], "website": "https://www.adp.com", "canonical_domain": "adp.com", "country": "US", "hq_city": "Roseland", "hq_region": "Essex County", "lat": 40.8199, "lon": -74.3102, "industries": ["software", "professional-services"], "industry_labels": ["software industry", "human resource management", "data processing", "accounting services"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "ADP", "exchange": "Nasdaq", "lei": "HGBOLILQXWER4SAL2I23", "sec_cik": "8670", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Automatic-Data-Processing-Logo.svg", "description": "American human resources management software company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
697 {"wikidata_id": "Q502132", "display_name": "Leidos", "legal_name": null, "aliases": ["SAIC", "Science Applications International Corporation"], "website": "https://www.leidos.com", "canonical_domain": "leidos.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["aerospace-defense", "defense"], "industry_labels": ["aerospace engineering", "defense contractor"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "LDOS", "exchange": "New York Stock Exchange", "lei": "5493006I78VIN6J1BQ95", "sec_cik": "1336920", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leidos_logo_2023.svg", "description": "defense, aviation, information technology, and biomedical research company based in Reston, Virginia, United States", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
698 {"wikidata_id": "Q5275969", "display_name": "Digital Realty Trust", "legal_name": null, "aliases": ["Digital Realty"], "website": "https://www.digitalrealty.com", "canonical_domain": "digitalrealty.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.24514, "lon": -97.84354, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "DLR", "exchange": "New York Stock Exchange", "lei": "549300HKCZ31D08NEI41", "sec_cik": "1297996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digital_Realty_TM_Brandmark_RGB_Black.svg", "description": "American datacenter company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
699 {"wikidata_id": "Q55627388", "display_name": "Okta", "legal_name": null, "aliases": ["OKTA", "Inc.", "Saasure Inc."], "website": "https://www.okta.com", "canonical_domain": "okta.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "OKTA", "exchange": "Nasdaq", "lei": "549300N8J06I8MRHU620", "sec_cik": "1660134", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okta_logo_%282023%29.svg", "description": "American information technology company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
700 {"wikidata_id": "Q568817", "display_name": "Digital Domain", "legal_name": null, "aliases": ["Digital Domain Holdings Limited"], "website": "https://www.digitaldomain.com", "canonical_domain": "digitaldomain.com", "country": "US", "hq_city": "Playa Vista", "hq_region": "Los Angeles", "lat": 33.97278, "lon": -118.42667, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0547", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": "1418055", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dd3_stacked_logo_onBlack.jpg", "description": "American visual effects company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
701 {"wikidata_id": "Q623591", "display_name": "Grupo México", "legal_name": null, "aliases": ["Grupo Mexico"], "website": "https://www.gmexico.com", "canonical_domain": "gmexico.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "GMBXF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Grupo_M%C3%A9xico.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
702 {"wikidata_id": "Q690604", "display_name": "Axon Enterprise", "legal_name": null, "aliases": ["Inc.", "TASER", "Taser International", "TASER International Incorporated", "TASER International", "Inc."], "website": "https://www.axon.com", "canonical_domain": "axon.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "AXON", "exchange": "Nasdaq", "lei": null, "sec_cik": "1069183", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AXON_Company_logo.svg", "description": "US American weapons manufacturer", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1069183", "enriched_at": "2026-09-12T09:34:30+00:00"}}
703 {"wikidata_id": "Q741707", "display_name": "Wabtec", "legal_name": "Westinghouse Air Brake Technologies Corporation", "aliases": ["Wabtec Corporation"], "website": "https://www.wabteccorp.com", "canonical_domain": "wabteccorp.com", "country": "US", "hq_city": "Wilmerding", "hq_region": "Allegheny County", "lat": 40.3944, "lon": -79.8086, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "WAB", "exchange": "New York Stock Exchange", "lei": "06BTX5UWZD0GQ5N5Y745", "sec_cik": "943452", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wabtec_logo.svg", "description": "American transport rolling stock manufacturer", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
704 {"wikidata_id": "Q7564622", "display_name": "SoundHound", "legal_name": null, "aliases": ["Sound Hound", "Inc."], "website": "https://www.soundhound.com", "canonical_domain": "soundhound.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SOUN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1840856", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SoundHound_AI_logo_black.jpg", "description": "American audio recognition and cognition company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1840856", "enriched_at": "2026-09-12T09:34:30+00:00"}}
705 {"wikidata_id": "Q7696127", "display_name": "Teledyne Technologies", "legal_name": null, "aliases": ["RD Instruments", "Teledyne Benthos", "Inc."], "website": "https://www.teledyne.com", "canonical_domain": "teledyne.com", "country": "US", "hq_city": "Thousand Oaks", "hq_region": "Ventura County", "lat": 34.18944, "lon": -118.875, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "TDY", "exchange": "New York Stock Exchange", "lei": "549300VSMO9KYQWDND94", "sec_cik": "1094285", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teledyne_logo.svg", "description": "American industrial company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
706 {"wikidata_id": "Q902908", "display_name": "Potash Corporation of Saskatchewan", "legal_name": null, "aliases": ["PCS", "Texas Gulf Sulphur Company"], "website": "https://www.potashcorp.com", "canonical_domain": "potashcorp.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["mining"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "POT", "exchange": "Toronto Stock Exchange", "lei": "QKQ43I6KFB8KSER22F66", "sec_cik": "855931", "parent": {"wikidata_id": "Q48742870", "name": "Nutrien"}, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
707 {"wikidata_id": "Q967868", "display_name": "NextEra Energy", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nexteraenergy.com", "canonical_domain": "nexteraenergy.com", "country": "US", "hq_city": "Juno Beach", "hq_region": "Palm Beach County", "lat": 26.87333, "lon": -80.05417, "industries": ["energy"], "industry_labels": ["energy company"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "NEE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "753308", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NextEra_Energy_logo_%281%29.svg", "description": "American energy company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
708 {"wikidata_id": "Q935969", "display_name": "Freddie Mac", "legal_name": "Federal Home Loan Mortgage Corporation", "aliases": [], "website": "https://www.freddiemac.com", "canonical_domain": "freddiemac.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6111 Federal & Federally-Sponsored Credit Agencies"], "founded_year": 1970, "employees": 4957, "public_company": true, "ticker": "FMCC", "exchange": "OTC", "lei": "S6XOOCT0IEG5ABCC6L87", "sec_cik": "1026214", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FreddieMacLogo.svg", "description": "American government-sponsored enterprise", "sitelinks": 28, "importance": 0.4772, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1026214", "enriched_at": "2026-09-12T09:34:31+00:00"}}
709 {"wikidata_id": "Q173496", "display_name": "Marvel Comics", "legal_name": "Marvel Worldwide, Inc.(Marvel comics)", "aliases": ["Manvis Publications", "Inc.", "20th Century Comic Corporation", "Animirth Comics", "Inc.", "Bard Publishing Corp.", "Canam Publishers Sales Corp.", "Chipiden Publishing Corp."], "website": "https://www.marvel.com", "canonical_domain": "marvel.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["comics industry", "publishing"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1200552", "name": "Marvel Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvel_Comics_2024_logo.svg", "description": "company that publishes comic books and related media", "sitelinks": 92, "importance": 0.4765, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q367466"}, {"related_domain_conflict": "Q2425877"}, {"related_domain_conflict": "Q64918019"}, {"related_domain_conflict": "Q2482589"}]}
710 {"wikidata_id": "Q649250", "display_name": "Royal Ontario Museum", "legal_name": null, "aliases": ["ROM"], "website": "https://www.rom.on.ca", "canonical_domain": "rom.on.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 43.66757, "lon": -79.39468, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1912, "employees": 542, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ROM_logo.svg", "description": "museum of world culture and natural history in Toronto, Ontario, Canada", "sitelinks": 38, "importance": 0.4763, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
711 {"wikidata_id": "Q1002866", "display_name": "Forever Living Products", "legal_name": null, "aliases": ["FLP", "Forever Living"], "website": "https://www.foreverliving.com", "canonical_domain": "foreverliving.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "personal care product"], "founded_year": 1978, "employees": 100000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multi-level marketing company", "sitelinks": 18, "importance": 0.4762, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
712 {"wikidata_id": "Q2298325", "display_name": "Boston Dynamics", "legal_name": "Boston Dynamics", "aliases": ["BostonDynamics"], "website": "https://www.bostondynamics.com", "canonical_domain": "bostondynamics.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.41764, "lon": -71.25467, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 1992, "employees": 501, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": null, "description": "engineering and robotics design company", "sitelinks": 38, "importance": 0.4752, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
713 {"wikidata_id": "Q876720", "display_name": "Via Rail", "legal_name": null, "aliases": ["VIA", "Via", "Via Rail Canada", "Via Rail Canada Inc.", "VIA Rail Canada Inc.", "VIA Rail"], "website": "https://www.viarail.ca", "canonical_domain": "viarail.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["transportation"], "industry_labels": ["passenger rail transport", "rail transport"], "founded_year": 1977, "employees": 3248, "public_company": false, "ticker": null, "exchange": null, "lei": "549300URO8B2DLPRPF61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VIA_Rail_Canada_simplified.svg", "description": "national inter-city passenger rail operator in Canada owned by the Canadian government", "sitelinks": 29, "importance": 0.4746, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
714 {"wikidata_id": "Q899140", "display_name": "Genentech", "legal_name": null, "aliases": ["Genentech Inc.", "Inc."], "website": "https://www.gene.com", "canonical_domain": "gene.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1976, "employees": 14815, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212646", "name": "Hoffmann-La Roche"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genentech.svg", "description": "biotech company", "sitelinks": 23, "importance": 0.4731, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
715 {"wikidata_id": "Q159846", "display_name": "Paramount Pictures", "legal_name": null, "aliases": ["Paramount Filmed Entertainment", "Paramount Pictures Corporation"], "website": "https://www.paramountpictures.com", "canonical_domain": "paramountpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OJ7WHJ5FFDOQ11", "sec_cik": null, "parent": {"wikidata_id": "Q214346", "name": "Viacom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paramount_Pictures_Logo_2025.svg", "description": "American film studio, subsidiary of Paramount Global", "sitelinks": 87, "importance": 0.4707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
716 {"wikidata_id": "Q160236", "display_name": "Metropolitan Museum of Art", "legal_name": null, "aliases": ["MMA", "The Met", "Met Museum", "The Met Museum"], "website": "https://www.metmuseum.org", "canonical_domain": "metmuseum.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.77944, "lon": -73.96333, "industries": ["media"], "industry_labels": [], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LS1O4XQ1SY7T11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Metropolitan_Museum_of_Art_Logo.svg", "description": "art museum in New York City, United States", "sitelinks": 87, "importance": 0.4707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
717 {"wikidata_id": "Q683771", "display_name": "Kingston Technology", "legal_name": null, "aliases": ["Kingston", "Kingston Corporation", "Kingston Technology Corporation"], "website": "https://www.kingston.com", "canonical_domain": "kingston.com", "country": "US", "hq_city": "Fountain Valley", "hq_region": "Orange County", "lat": 33.70862, "lon": -117.95629, "industries": ["technology"], "industry_labels": ["random-access memory"], "founded_year": 1987, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G3INTL3S7CBI07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E0%B8%95%E0%B8%B1%E0%B8%A7%E0%B8%AD%E0%B8%A2%E0%B9%88%E0%B8%B2%E0%B8%87_Kingston_WhiteHead_Black.png", "description": "American, privately held, multinational computer technology corporation", "sitelinks": 28, "importance": 0.4699, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
718 {"wikidata_id": "Q1055390", "display_name": "Cerner", "legal_name": null, "aliases": [], "website": "https://www.cerner.com", "canonical_domain": "cerner.com", "country": "US", "hq_city": "North Kansas City", "hq_region": "Clay County", "lat": 39.1389, "lon": -94.5706, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "CERN", "exchange": "Nasdaq", "lei": "549300L4UJ40IEVVI304", "sec_cik": "804753", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oracle_Cerner_logo.svg", "description": "American company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
719 {"wikidata_id": "Q1114148", "display_name": "Comerica", "legal_name": null, "aliases": ["Comerica Incorporated", "Inc."], "website": "https://www.comerica.com", "canonical_domain": "comerica.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1849, "employees": null, "public_company": true, "ticker": "CMA", "exchange": "New York Stock Exchange", "lei": "I9Q57JVPWHHZ3ZGBW498", "sec_cik": "28412", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comerica_Inc._logo.svg", "description": "American financial services company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
720 {"wikidata_id": "Q1220078", "display_name": "Diebold Nixdorf", "legal_name": null, "aliases": [], "website": "https://www.dieboldnixdorf.com", "canonical_domain": "dieboldnixdorf.com", "country": "US", "hq_city": "North Canton", "hq_region": "Stark County", "lat": 40.875, "lon": -81.40111, "industries": ["technology"], "industry_labels": [], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "DBD", "exchange": "New York Stock Exchange", "lei": "549300XZK6EWDBAZSY16", "sec_cik": "28823", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Diebold_Nixdorf_logo_2018.jpg", "description": "American multinational financial and retail technology company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "28823", "enriched_at": "2026-09-12T09:34:31+00:00"}}
721 {"wikidata_id": "Q1280748", "display_name": "echostar.com", "legal_name": null, "aliases": [], "website": "https://www.echostar.com", "canonical_domain": "echostar.com", "country": "US", "hq_city": "Englewood", "hq_region": "Arapahoe County", "lat": 39.6469, "lon": -104.992, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "ECHO", "exchange": "Nasdaq", "lei": "549300EE20907QZ9GT38", "sec_cik": "1415404", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EchoStar_logo.svg", "description": "global satellite services provider", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1415404", "enriched_at": "2026-09-12T09:34:31+00:00"}}
722 {"wikidata_id": "Q1392999", "display_name": "FICO", "legal_name": null, "aliases": ["Fair Isaac and Company"], "website": "https://www.fico.com", "canonical_domain": "fico.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["professional-services"], "industry_labels": ["data analysis", "SIC 7389 Services-Business Services, NEC"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "FICO", "exchange": "New York Stock Exchange", "lei": "RI6HET5SJUEY30V1PS26", "sec_cik": "814547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FICO_logo_blue_2019.png", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "814547", "enriched_at": "2026-09-12T09:34:31+00:00"}}
723 {"wikidata_id": "Q1477156", "display_name": "Seadrill", "legal_name": null, "aliases": [], "website": "https://www.seadrill.com", "canonical_domain": "seadrill.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SDRL", "exchange": "New York Stock Exchange", "lei": "213800LZ4WWG15NAC829", "sec_cik": "1737706", "parent": null, "logo_url": null, "description": "drilling company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
724 {"wikidata_id": "Q1571490", "display_name": "Synaptics", "legal_name": "Synaptics Incorporated", "aliases": [], "website": "https://www.synaptics.com", "canonical_domain": "synaptics.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "SYNA", "exchange": "Nasdaq", "lei": "549300AJ3LI4FWNRQX29", "sec_cik": "817720", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synaptics_logo_%282022%29.svg", "description": "technology company in the United States", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
725 {"wikidata_id": "Q183184", "display_name": "Sabesp", "legal_name": null, "aliases": ["Companhia de Saneamento Básico do Estado de São Paulo"], "website": "https://www.sabesp.com.br", "canonical_domain": "sabesp.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["utilities"], "industry_labels": ["water supply"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "SBSP3", "exchange": "São Paulo Stock Exchange", "lei": "254900UOXRZRS2TNWP19", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sabesp.svg", "description": "Brazilian basic sanitation company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
726 {"wikidata_id": "Q205378", "display_name": "Zions Bancorporation", "legal_name": null, "aliases": [], "website": "https://www.zionsbancorporation.com", "canonical_domain": "zionsbancorporation.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "ZION", "exchange": "Nasdaq", "lei": "YYQWUR1Z2BCX32HQS333", "sec_cik": "109380", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zions_Bancorporation_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
727 {"wikidata_id": "Q22909236", "display_name": "Instacart", "legal_name": null, "aliases": ["Maplebear Inc.", "Maplebear Inc. (San Francisco", "CA)", "Maplebear", "Inc."], "website": "https://instacart.com", "canonical_domain": "instacart.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail", "food-beverage", "logistics"], "industry_labels": ["retail", "food product", "delivery", "food delivery service"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "CART", "exchange": "Nasdaq", "lei": null, "sec_cik": "1579091", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Instacart_logo_and_wordmark.svg", "description": "Internet-based grocery delivery service", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
728 {"wikidata_id": "Q25422888", "display_name": "Nubank", "legal_name": null, "aliases": ["Nu Pagamentos S.A."], "website": "https://nubank.com.br", "canonical_domain": "nubank.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "ROXO34", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107453017", "name": "Nu Holdings Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nubank_logo_2021.svg", "description": "Brazilian financial technology company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
729 {"wikidata_id": "Q26832896", "display_name": "Adient", "legal_name": null, "aliases": ["Adient Plc"], "website": "https://www.adient.com", "canonical_domain": "adient.com", "country": "US", "hq_city": "Dublin", "hq_region": "Dublin City", "lat": 53.34972, "lon": -6.26028, "industries": ["automotive"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "ADNT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1670541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adient.svg", "description": "American automotive parts manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
730 {"wikidata_id": "Q2740047", "display_name": "Weber-Stephen Products", "legal_name": null, "aliases": ["Weber"], "website": "https://www.weber.com", "canonical_domain": "weber.com", "country": "US", "hq_city": "Palatine", "hq_region": "Cook County", "lat": 42.1169, "lon": -88.0406, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1893, "employees": null, "public_company": true, "ticker": "WEBR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Weber_Font.svg", "description": "American manufacturer of charcoal, gas, and electric outdoor grills", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
731 {"wikidata_id": "Q2874395", "display_name": "Avis Budget Group", "legal_name": null, "aliases": [], "website": "https://avisbudgetgroup.com", "canonical_domain": "avisbudgetgroup.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "CAR", "exchange": "Nasdaq", "lei": "529900E95812SYWMCE44", "sec_cik": "723612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avis_Budget_Group_logo.svg", "description": "American rental car company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
732 {"wikidata_id": "Q2962826", "display_name": "Expand Energy", "legal_name": null, "aliases": ["Chesapeake Energy", "Expand Energy Corporation"], "website": "https://www.chk.com", "canonical_domain": "chk.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Oklahoma County", "lat": 35.48222, "lon": -97.53528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "EXE", "exchange": "Nasdaq", "lei": "X2MT1W32SPAZ9WSKLE78", "sec_cik": "895126", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chesapeake_Energy_logo.svg", "description": "American energy company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
733 {"wikidata_id": "Q2979728", "display_name": "Cloudera", "legal_name": null, "aliases": ["Inc."], "website": "https://www.cloudera.com", "canonical_domain": "cloudera.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["data analytics software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CLDR", "exchange": "New York Stock Exchange", "lei": "549300PGONC4JOI0RG62", "sec_cik": "1535379", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cloudera_logo.svg", "description": "American business enterprise", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
734 {"wikidata_id": "Q303341", "display_name": "Wyndham Worldwide", "legal_name": null, "aliases": ["Travel + Leisure Co.", "Wyndham Destinations", "Inc."], "website": "https://www.travelandleisureco.com", "canonical_domain": "travelandleisureco.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "WYN", "exchange": "New York Stock Exchange", "lei": "T4VNTWMFQ7JQB65L7T35", "sec_cik": "1361658", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wyndham_Worldwide_logo.png", "description": "holding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1361658", "enriched_at": "2026-09-12T09:34:31+00:00"}}
735 {"wikidata_id": "Q3433273", "display_name": "Rite Aid", "legal_name": null, "aliases": ["Rite Aid Corporation"], "website": "https://www.riteaid.com", "canonical_domain": "riteaid.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "RAD", "exchange": "New York Stock Exchange", "lei": "529900W353T1JY1DKT44", "sec_cik": "84129", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rite_Aid.svg", "description": "American drugstore chain", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
736 {"wikidata_id": "Q3511946", "display_name": "T. Rowe Price", "legal_name": null, "aliases": ["T. Rowe Price Associates", "Inc.", "T. Rowe Price Group", "Inc."], "website": "https://www.troweprice.com", "canonical_domain": "troweprice.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "TROW", "exchange": "Nasdaq", "lei": null, "sec_cik": "1113169", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T._Rowe_Price_Logo_2017.png", "description": "American publicly owned investment firm", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
737 {"wikidata_id": "Q474621", "display_name": "Amphenol", "legal_name": null, "aliases": [], "website": "https://www.amphenol.com", "canonical_domain": "amphenol.com", "country": "US", "hq_city": "Wallingford", "hq_region": "South Central Connecticut Planning Region", "lat": 41.45704, "lon": -72.82316, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "APH", "exchange": "New York Stock Exchange", "lei": "549300D3L3G0R4U4VT04", "sec_cik": "820313", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Amphenol.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
738 {"wikidata_id": "Q5120901", "display_name": "Cineworld", "legal_name": null, "aliases": ["Cine World"], "website": "https://www.cineworld.co.uk", "canonical_domain": "cineworld.co.uk", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "CINE", "exchange": "London Stock Exchange", "lei": "213800J2J3TOOI176M73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CineworldGroupLogo.svg", "description": "cinema chain", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
739 {"wikidata_id": "Q5214701", "display_name": "Dana Corporation", "legal_name": null, "aliases": ["Dana Holding Corporation", "Dana Incorporated", "Dana Limited"], "website": "https://www.dana.com", "canonical_domain": "dana.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "DAN", "exchange": "New York Stock Exchange", "lei": "KVWHW7YLZPFJM8QYNJ51", "sec_cik": "26780", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dana_Incorporated_Logo.svg", "description": "American worldwide supplier of driveline, sealing, and thermal-management technologies", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
740 {"wikidata_id": "Q5287613", "display_name": "Docusign", "legal_name": "Docusign, Inc.", "aliases": ["DocuSign", "Inc."], "website": "https://www.docusign.com", "canonical_domain": "docusign.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["business software industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "DOCU", "exchange": "Nasdaq", "lei": "549300Q7PVDWRZ39JG09", "sec_cik": "1261333", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DocuSign_Logo.svg", "description": "United States company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
741 {"wikidata_id": "Q5893992", "display_name": "honeywellaerospace.com", "legal_name": null, "aliases": [], "website": "https://www.honeywellaerospace.com", "canonical_domain": "honeywellaerospace.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "HONA", "exchange": "Nasdaq", "lei": null, "sec_cik": "2089271", "parent": {"wikidata_id": "Q898208", "name": "Honeywell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honeywell_The_Power_of_Connected.png", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "2089271", "enriched_at": "2026-09-12T09:34:31+00:00"}}
742 {"wikidata_id": "Q634794", "display_name": "WEG Industries", "legal_name": null, "aliases": ["WEG Equipamentos Elétricos", "WEG S.A."], "website": "https://www.weg.net", "canonical_domain": "weg.net", "country": "BR", "hq_city": "Jaraguá do Sul", "hq_region": "Santa Catarina", "lat": -26.48583, "lon": -49.06694, "industries": ["manufacturing"], "industry_labels": ["industrial engineering"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "WEGE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WEG_Equipamentos_El%C3%A9tricos.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
743 {"wikidata_id": "Q638036", "display_name": "Arctic Cat", "legal_name": null, "aliases": [], "website": "https://www.arcticcat.com", "canonical_domain": "arcticcat.com", "country": "US", "hq_city": "Plymouth", "hq_region": "Hennepin County", "lat": 45.01056, "lon": -93.45556, "industries": ["automotive"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "ACAT", "exchange": "Nasdaq", "lei": null, "sec_cik": "719866", "parent": null, "logo_url": null, "description": "American vehicle company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
744 {"wikidata_id": "Q645072", "display_name": "Dean Foods", "legal_name": null, "aliases": ["Aunt Jane's Foods"], "website": "https://www.deanfoods.com", "canonical_domain": "deanfoods.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "DF", "exchange": "New York Stock Exchange", "lei": "5RGFDMYH829UYJH0KY29", "sec_cik": null, "parent": null, "logo_url": null, "description": "American food company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
745 {"wikidata_id": "Q707530", "display_name": "Cinemark", "legal_name": null, "aliases": ["Cinemark Theaters", "Cinemark USA", "Inc."], "website": "https://www.cinemark.com", "canonical_domain": "cinemark.com", "country": "US", "hq_city": "Plano", "hq_region": "Collin County", "lat": 33.05, "lon": -96.75, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CNK", "exchange": "New York Stock Exchange", "lei": "54930008H2137JSCPQ09", "sec_cik": "1385280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cinemark_Logo.svg", "description": "American movie theater chain", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1385280", "enriched_at": "2026-09-12T09:34:31+00:00"}}
746 {"wikidata_id": "Q7114736", "display_name": "Owens Corning", "legal_name": null, "aliases": ["Owens Corning Corporation", "Owens Corning Fiberglas Inc."], "website": "https://www.owenscorning.com", "canonical_domain": "owenscorning.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["construction"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "OC", "exchange": "New York Stock Exchange", "lei": "JO5M6676RDJIZ2U8X907", "sec_cik": "1370946", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Owens_Corning_logo.jpg", "description": "American manufacturer of building materials", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
747 {"wikidata_id": "Q7130852", "display_name": "Panera Bread", "legal_name": null, "aliases": ["Saint Louis Bread Company"], "website": "https://www.panerabread.com", "canonical_domain": "panerabread.com", "country": "US", "hq_city": "Sunset Hills", "hq_region": "St. Louis County", "lat": 38.53556, "lon": -90.40389, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "PNRA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panera_Bread_wordmark.svg", "description": "American restaurant chain specializing in soups, salads and sandwiches", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
748 {"wikidata_id": "Q7268803", "display_name": "Qualtrics", "legal_name": null, "aliases": ["Experience management", "Qualtrics International Inc."], "website": "https://www.qualtrics.com", "canonical_domain": "qualtrics.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "XM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1747748", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qualtrics_logo.svg", "description": "experience management company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1747748", "enriched_at": "2026-09-12T09:34:31+00:00"}}
749 {"wikidata_id": "Q747207", "display_name": "Lattice Semiconductor", "legal_name": null, "aliases": [], "website": "https://www.latticesemi.com", "canonical_domain": "latticesemi.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "LSCC", "exchange": "Nasdaq", "lei": "549300LRBBPZDQ2II567", "sec_cik": "855658", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lattice_Semiconductor_logo.png", "description": "electronics company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
750 {"wikidata_id": "Q7555837", "display_name": "SolarWinds", "legal_name": null, "aliases": ["Confio Software Inc.", "SolarWinds Inc."], "website": "https://www.solarwinds.com", "canonical_domain": "solarwinds.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SWI", "exchange": "New York Stock Exchange", "lei": "54930030N5MKQ6DN3F48", "sec_cik": "1428669", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solarwinds.svg", "description": "American software company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
751 {"wikidata_id": "Q7577375", "display_name": "Spin Master", "legal_name": null, "aliases": ["SPIN MASTER"], "website": "https://www.spinmaster.com", "canonical_domain": "spinmaster.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": ["game industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "TOY", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spin_Master_logo.png", "description": "Canadian toy and entertainment company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
752 {"wikidata_id": "Q7742790", "display_name": "The J.M. Smucker Company", "legal_name": null, "aliases": ["Smucker", "Smucker's", "J.M. Smucker Company (United States)"], "website": "https://www.jmsmucker.com", "canonical_domain": "jmsmucker.com", "country": "US", "hq_city": "Orrville", "hq_region": "Wayne County", "lat": 40.8333, "lon": -81.7667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "SJM", "exchange": "New York Stock Exchange", "lei": "5493000WDH6A0LHDJD55", "sec_cik": "91419", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smuckers_logo.svg", "description": "American food manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
753 {"wikidata_id": "Q784804", "display_name": "AutoNation", "legal_name": null, "aliases": [], "website": "https://www.autonation.com", "canonical_domain": "autonation.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "AN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "350698", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AutoNation_logo.svg", "description": "American automotive retailer based in Fort Lauderdale, Florida", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
754 {"wikidata_id": "Q7924358", "display_name": "Viasat", "legal_name": null, "aliases": ["VSAT", "ViaSat", "Viasat Inc."], "website": "https://www.viasat.com", "canonical_domain": "viasat.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["telecommunications"], "industry_labels": ["communication"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "VSAT", "exchange": "Nasdaq", "lei": "UFC8NYMNFSYIHNSM2I38", "sec_cik": "797721", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viasat.svg", "description": "American communications company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
755 {"wikidata_id": "Q806914", "display_name": "Banorte", "legal_name": null, "aliases": ["GFNorte", "Grupo Financiero Banorte"], "website": "https://investors.banorte.com", "canonical_domain": "banorte.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "GBOOF", "exchange": "OTC Markets Group", "lei": "5493002C56S2RYRKJ580", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banorte.png", "description": "Mexican financial group", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
756 {"wikidata_id": "Q829961", "display_name": "Forrester", "legal_name": null, "aliases": [], "website": "https://www.forrester.com", "canonical_domain": "forrester.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "FORR", "exchange": "Nasdaq", "lei": "549300UUSFXYLJ80Z897", "sec_cik": "1023313", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Forrester_Research_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1023313", "enriched_at": "2026-09-12T09:34:31+00:00"}}
757 {"wikidata_id": "Q899183", "display_name": "FMC Corporation", "legal_name": null, "aliases": ["Food Machinery & Chemical Corporation", "Food Machinery and Chemical", "Food Machinery and Chemical Corporation"], "website": "https://www.fmc.com", "canonical_domain": "fmc.com", "country": "US", "hq_city": "BNY Mellon Center", "hq_region": "Philadelphia", "lat": 39.9525, "lon": -75.16778, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "FMC", "exchange": "New York Stock Exchange", "lei": "CKDHZ2X64EEBQCSP7013", "sec_cik": "37785", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FMC_Corporation_logo.svg", "description": "American chemical manufacturing company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
758 {"wikidata_id": "Q915543", "display_name": "Briggs & Stratton", "legal_name": null, "aliases": [], "website": "https://briggsandstratton.com", "canonical_domain": "briggsandstratton.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "BGG", "exchange": "New York Stock Exchange", "lei": "549300OYTIWYSPR42284", "sec_cik": "14195", "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
759 {"wikidata_id": "Q1023765", "display_name": "CIT Group", "legal_name": null, "aliases": ["CIT Group Inc.", "CIT Group Incorporated", "Commercial Credit and Investment Company", "Commercial Investment Trust", "Tyco Capital", "Tyco Capital Corporation"], "website": "https://www.cit.com", "canonical_domain": "cit.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6021 National Commercial Banks"], "founded_year": 1908, "employees": 3360, "public_company": true, "ticker": null, "exchange": null, "lei": "N8O96ZZJQRFYQUJY7K79", "sec_cik": "1171825", "parent": {"wikidata_id": "Q5452733", "name": "First Citizens BancShares"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cit-logo.svg", "description": "American banking and financial services company", "sitelinks": 10, "importance": 0.4696, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1171825", "enriched_at": "2026-09-12T09:34:32+00:00"}}
760 {"wikidata_id": "Q23633", "display_name": "HBO", "legal_name": null, "aliases": ["HBO Family"], "website": "https://hbo.com", "canonical_domain": "hbo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TMFIX6P4TRT588", "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HBO_logo.svg", "description": "American pay television network", "sitelinks": 86, "importance": 0.4695, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q662081"}]}
761 {"wikidata_id": "Q29570", "display_name": "Chevrolet", "legal_name": null, "aliases": [], "website": "https://www.chevrolet.com", "canonical_domain": "chevrolet.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chevrolet_simple_logo.svg", "description": "American automobile division of GM", "sitelinks": 86, "importance": 0.4695, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
762 {"wikidata_id": "Q1189512", "display_name": "Illumination", "legal_name": null, "aliases": [], "website": "https://www.illumination.com", "canonical_domain": "illumination.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": 100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q168383", "name": "Universal Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Illumination_Entertainment.svg", "description": "American animation film production company", "sitelinks": 45, "importance": 0.4693, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
763 {"wikidata_id": "Q937801", "display_name": "Alienware", "legal_name": null, "aliases": ["ALIENWARE", "Dell Alienware", "Sakai of Miami", "Inc."], "website": "https://www.alienware.com", "canonical_domain": "alienware.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1996, "employees": 700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27500963", "name": "Dell Technologies"}, "logo_url": null, "description": "American computer hardware subsidiary of Dell Inc. specialised on gaming hardware", "sitelinks": 34, "importance": 0.4686, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
764 {"wikidata_id": "Q2924461", "display_name": "DC Comics", "legal_name": "DC Comics, Inc.", "aliases": [], "website": "https://www.dc.com", "canonical_domain": "dc.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3011161", "name": "DC Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DC_Comics_2024.svg", "description": "American comic book publisher, a subsidiary of Warner Bros. Discovery", "sitelinks": 85, "importance": 0.4683, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q31197934"}, {"related_domain_conflict": "Q3011161"}]}
765 {"wikidata_id": "Q795988", "display_name": "University of Guelph", "legal_name": null, "aliases": ["U of G", "Guelph University"], "website": "https://www.uoguelph.ca", "canonical_domain": "uoguelph.ca", "country": "CA", "hq_city": "Guelph", "hq_region": "Ontario", "lat": 43.53333, "lon": -80.22361, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1964, "employees": 9911, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_Guelph_logo.svg", "description": "university in Ontario, Canada", "sitelinks": 23, "importance": 0.4673, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
766 {"wikidata_id": "Q94849", "display_name": "Novonor", "legal_name": null, "aliases": ["Novonor S.A."], "website": "https://novonor.com", "canonical_domain": "novonor.com", "country": "BR", "hq_city": "Salvador", "hq_region": "Bahia", "lat": -12.98306, "lon": -38.49278, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1944, "employees": 79616, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Novonor.svg", "description": "Brazilian company involved in a corruption scandal in Latin America", "sitelinks": 17, "importance": 0.4672, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
767 {"wikidata_id": "Q125761", "display_name": "International Civil Aviation Organization", "legal_name": "International Civil Aviation Organization", "aliases": [], "website": "https://icao.int", "canonical_domain": "icao.int", "country": "CA", "hq_city": "International Civil Aviation Organization Headquarters", "hq_region": null, "lat": 45.50028, "lon": -73.56417, "industries": ["aerospace-defense", "media"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q170075", "name": "United Nations Economic and Social Council"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ICAO_logo.svg", "description": "specialized agency of the United Nations, coordinates the international civil aviation regulations and policy", "sitelinks": 84, "importance": 0.4671, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
768 {"wikidata_id": "Q2004423", "display_name": "FEI Company", "legal_name": null, "aliases": ["FEI", "Field Electron and Ion Company"], "website": "https://www.fei.com", "canonical_domain": "fei.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["technology"], "industry_labels": [], "founded_year": 1971, "employees": 2700, "public_company": true, "ticker": null, "exchange": null, "lei": "ENU6JE4QCEWJ9YIZ4340", "sec_cik": null, "parent": {"wikidata_id": "Q643674", "name": "Thermo Fisher Scientific Inc."}, "logo_url": null, "description": "American company that designs, manufactures, and supports microscope technology", "sitelinks": 10, "importance": 0.4665, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
769 {"wikidata_id": "Q5003490", "display_name": "BuzzFeed", "legal_name": null, "aliases": [], "website": "https://www.buzzfeed.com", "canonical_domain": "buzzfeed.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "entertainment"], "industry_labels": ["advertorial", "media industry", "media & entertainment industry", "SIC 4899 Communications Services, NEC"], "founded_year": 2006, "employees": 1800, "public_company": true, "ticker": "BZFD", "exchange": "Nasdaq", "lei": "549300SG5TUGEF0IOD98", "sec_cik": "1828972", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BuzzFeed_Logo_10.2019.svg", "description": "American internet media and news company", "sitelinks": 29, "importance": 0.4661, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1828972", "enriched_at": "2026-09-12T09:34:32+00:00"}}
770 {"wikidata_id": "Q48413", "display_name": "الجميع", "legal_name": null, "aliases": [], "website": "https://www.fsf.org", "canonical_domain": "fsf.org", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["software", "manufacturing"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Free_Software_Foundation_logo_and_wordmark.svg", "description": "organization supporting the free software movement", "sitelinks": 83, "importance": 0.4658, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
771 {"wikidata_id": "Q731482", "display_name": "Infinity Ward", "legal_name": null, "aliases": [], "website": "https://infinityward.com", "canonical_domain": "infinityward.com", "country": "US", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": 125, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infinity_Ward.svg", "description": "American video game developer", "sitelinks": 42, "importance": 0.4654, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
772 {"wikidata_id": "Q382543", "display_name": "Treyarch", "legal_name": null, "aliases": [], "website": "https://www.treyarch.com", "canonical_domain": "treyarch.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": null, "description": "American video game-developing company", "sitelinks": 38, "importance": 0.4651, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
773 {"wikidata_id": "Q204474", "display_name": "idsoftware.com", "legal_name": null, "aliases": [], "website": "https://www.idsoftware.com", "canonical_domain": "idsoftware.com", "country": "US", "hq_city": "Richardson", "hq_region": "Dallas County", "lat": 32.94833, "lon": -96.72972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 39, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1467749", "parent": {"wikidata_id": "Q189557", "name": "ZeniMax Media"}, "logo_url": null, "description": "American video game developer", "sitelinks": 49, "importance": 0.4647, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
774 {"wikidata_id": "Q124333951", "display_name": "Perplexity AI", "legal_name": null, "aliases": [], "website": "https://www.perplexity.ai", "canonical_domain": "perplexity.ai", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2022, "employees": 52, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Perplexity_AI_logo.svg", "description": "American conversational search engine company", "sitelinks": 47, "importance": 0.4645, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
775 {"wikidata_id": "Q856783", "display_name": "CSX Transportation", "legal_name": null, "aliases": ["CSX", "CSXT"], "website": "https://www.csx.com", "canonical_domain": "csx.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["transportation"], "industry_labels": ["SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1986, "employees": 29000, "public_company": true, "ticker": "CSX", "exchange": "Nasdaq", "lei": null, "sec_cik": "277948", "parent": {"wikidata_id": "Q1024454", "name": "CSX Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CSX_Corporation_logo.svg", "description": "railway system in the United States of America", "sitelinks": 19, "importance": 0.4637, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1024454"}], "source_edgar": {"cik": "277948", "enriched_at": "2026-09-12T09:34:32+00:00"}}
776 {"wikidata_id": "Q2579532", "display_name": "University of Sherbrooke", "legal_name": null, "aliases": ["Sherbrooke University", "Universite de Sherbrooke"], "website": "https://www.usherbrooke.ca", "canonical_domain": "usherbrooke.ca", "country": "CA", "hq_city": "Sherbrooke", "hq_region": "Estrie", "lat": 45.38049, "lon": -71.92478, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1954, "employees": 9723, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universit%C3%A9_de_Sherbrooke_%28logo%29_%282%29.svg", "description": "university in Sherbrooke, Quebec, Canada", "sitelinks": 22, "importance": 0.4626, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
777 {"wikidata_id": "Q364", "display_name": "GitHub", "legal_name": "GitHub", "aliases": [], "website": "https://github.com", "canonical_domain": "github.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software", "technology"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GitHub_logo_2013.svg", "description": "hosting service for software projects using Git", "sitelinks": 80, "importance": 0.462, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
778 {"wikidata_id": "Q1501547", "display_name": "General Atomics", "legal_name": null, "aliases": ["GA"], "website": "https://www.ga.com", "canonical_domain": "ga.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1955, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300MXCCBCKUIL0P33", "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": null, "description": "American aerospace and defense company", "sitelinks": 24, "importance": 0.4617, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
779 {"wikidata_id": "Q106581385", "display_name": "Kyndryl", "legal_name": null, "aliases": ["KYNDRYL", "INC. (New York", "NY)"], "website": "https://www.kyndryl.com", "canonical_domain": "kyndryl.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "KD", "exchange": "New York Stock Exchange", "lei": "549300RS9ZY2LETFSE98", "sec_cik": "1867072", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyndryl_logo.svg", "description": "U.S. information technology company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1867072", "enriched_at": "2026-09-12T09:34:32+00:00"}}
780 {"wikidata_id": "Q1094313", "display_name": "Banco Santander-Chile", "legal_name": null, "aliases": [], "website": "https://www.santander.cl", "canonical_domain": "santander.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "BSAC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "931456", "parent": {"wikidata_id": "Q806215", "name": "Santander Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Santander_Logotipo.svg", "description": "banking company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
781 {"wikidata_id": "Q1123957", "display_name": "Concha y Toro", "legal_name": null, "aliases": [], "website": "https://www.conchaytoro.com", "canonical_domain": "conchaytoro.com", "country": "CL", "hq_city": "Pirque", "hq_region": "Cordillera Province", "lat": -35.06339, "lon": -71.27197, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "CONCHATORO", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Concha_y_Toro.svg", "description": "Chilean wine company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
782 {"wikidata_id": "Q1129847", "display_name": "Cooper Tire & Rubber Company", "legal_name": null, "aliases": ["Cooper Tire & Rubber Company (United States)"], "website": "https://coopertire.com", "canonical_domain": "coopertire.com", "country": "US", "hq_city": "Findlay", "hq_region": "Hancock County", "lat": 41.04278, "lon": -83.64222, "industries": ["manufacturing", "chemicals"], "industry_labels": ["industrial manufacturing", "manufacture of rubber tyres and tubes; retreading and rebuilding of rubber tyres"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "CTB", "exchange": "New York Stock Exchange", "lei": "DE46ECQ8KH195MRIQN56", "sec_cik": null, "parent": {"wikidata_id": "Q620875", "name": "Goodyear Tire and Rubber Company"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
783 {"wikidata_id": "Q1183818", "display_name": "Del Taco", "legal_name": null, "aliases": [], "website": "https://deltaco.com", "canonical_domain": "deltaco.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "TACO", "exchange": "Nasdaq", "lei": "5299004IBCSPGYGOI790", "sec_cik": "2033122", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Del_Taco.png", "description": "fast food restaurant chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "2033122", "enriched_at": "2026-09-12T09:34:32+00:00"}}
784 {"wikidata_id": "Q118957699", "display_name": "GE Vernova", "legal_name": null, "aliases": [], "website": "https://www.gevernova.com", "canonical_domain": "gevernova.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["energy", "technology"], "industry_labels": ["energy industry", "energy technology"], "founded_year": 2023, "employees": null, "public_company": true, "ticker": "GEV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1996810", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GE_Vernova_logo.svg", "description": "American energy equipment manufacturing company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1996810", "enriched_at": "2026-09-12T09:34:32+00:00"}}
785 {"wikidata_id": "Q127074", "display_name": "Albemarle Corporation", "legal_name": null, "aliases": [], "website": "https://www.albemarle.com", "canonical_domain": "albemarle.com", "country": "US", "hq_city": "Baton Rouge", "hq_region": "East Baton Rouge Parish", "lat": 30.4475, "lon": -91.17861, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ALB", "exchange": "New York Stock Exchange", "lei": "HDBLS2Q6GV1LSKQPBS54", "sec_cik": "915913", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Albermarle_Corporation.svg", "description": "American specialty chemicals manufacturing company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
786 {"wikidata_id": "Q1339966", "display_name": "Enbridge", "legal_name": null, "aliases": ["Enbridge Inc", "Enbridge Inc.", "Incorporated"], "website": "https://www.enbridge.com", "canonical_domain": "enbridge.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "ENB", "exchange": "Toronto Stock Exchange", "lei": "98TPTUM4IVMFCZBCUR27", "sec_cik": "895728", "parent": null, "logo_url": null, "description": "Canadian energy transportation company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
787 {"wikidata_id": "Q1384324", "display_name": "Expeditors International", "legal_name": null, "aliases": ["Expeditors", "Expeditors International of Washington"], "website": "https://www.expeditors.com", "canonical_domain": "expeditors.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "EXPD", "exchange": "Nasdaq", "lei": "984500B055A804AB6E40", "sec_cik": "746515", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Expeditors_logo.svg", "description": "American worldwide logistics and freight forwarding company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
788 {"wikidata_id": "Q1411295", "display_name": "Fidelity National Information Services", "legal_name": null, "aliases": ["FIS", "Fidelity Information Services", "PayNet Payments Network - FIS Global", "PayNet Payments Network", "LLC (Jacksonville", "FL)"], "website": "https://www.fisglobal.com", "canonical_domain": "fisglobal.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 7389 Services-Business Services, NEC"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "FIS", "exchange": "New York Stock Exchange", "lei": "549300A1L6FC2WZGVY11", "sec_cik": "1136893", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FIS_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1136893", "enriched_at": "2026-09-12T09:34:33+00:00"}}
789 {"wikidata_id": "Q1540745", "display_name": "Usiminas", "legal_name": null, "aliases": [], "website": "https://eng.usiminas.com.br", "canonical_domain": "usiminas.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "USIM3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Usiminas_%282023%29.svg", "description": "Brazilian steel company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
790 {"wikidata_id": "Q1673079", "display_name": "Iron Mountain Incorporated", "legal_name": null, "aliases": ["Iron Mountain Atomic Storage Corporation", "Iron Mountain (United States)"], "website": "https://www.ironmountain.com", "canonical_domain": "ironmountain.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "IRM", "exchange": "New York Stock Exchange", "lei": "SQL3F6CKNNBM3SQGHX24", "sec_cik": "1020569", "parent": null, "logo_url": null, "description": "American information management company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
791 {"wikidata_id": "Q1700871", "display_name": "Bausch Health", "legal_name": null, "aliases": ["Bausch Health Companies Inc.", "PharmaSwiss", "Valeant", "Valeant Pharmaceuticals", "Valeant Pharmaceuticals (Netherlands)", "Valeant Pharmaceuticals International", "Valeant Pharmaceuticals International", "Inc."], "website": "https://www.bauschhealth.com", "canonical_domain": "bauschhealth.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "BHC", "exchange": "New York Stock Exchange", "lei": "KOO0397YRO83WY5MGD97", "sec_cik": "885590", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bausch_Health_logo.svg", "description": "multinational specialty drugs company based in Laval, Quebec, Canada", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "885590", "enriched_at": "2026-09-12T09:34:33+00:00"}}
792 {"wikidata_id": "Q18394878", "display_name": "Canopy Growth Corporation", "legal_name": null, "aliases": ["Canopy Growth Corp", "Tweed Marijuana Inc"], "website": "https://www.canopygrowth.com", "canonical_domain": "canopygrowth.com", "country": "CA", "hq_city": "Smiths Falls", "hq_region": "Lanark County", "lat": 44.9, "lon": -76.0167, "industries": ["agriculture"], "industry_labels": ["cannabis industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "WEED", "exchange": "Toronto Stock Exchange", "lei": "529900CSD7NH1UBC9X07", "sec_cik": "1737927", "parent": null, "logo_url": null, "description": "medical marijuana company based in Smiths Falls, Ontario", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
793 {"wikidata_id": "Q1885491", "display_name": "FactSet", "legal_name": null, "aliases": [], "website": "https://www.factset.com", "canonical_domain": "factset.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "FDS", "exchange": "New York Stock Exchange", "lei": "549300ZSJE7NBK6K9P30", "sec_cik": "1013237", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FactSet_wordmark.svg", "description": "American financial data company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
794 {"wikidata_id": "Q20182011", "display_name": "Jinko Solar", "legal_name": null, "aliases": [], "website": "https://www.jinkosolar.com", "canonical_domain": "jinkosolar.com", "country": "KY", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "JKS", "exchange": "New York Stock Exchange", "lei": "529900Y93WNCS05FG852", "sec_cik": "1481513", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JinkoSolarLOGO.png", "description": "Chinese solar panel manufacturer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
795 {"wikidata_id": "Q2025791", "display_name": "Open Text Corporation", "legal_name": null, "aliases": ["OpenText", "OpenText Corporation"], "website": "https://www.opentext.com", "canonical_domain": "opentext.com", "country": "CA", "hq_city": "Waterloo", "hq_region": "Regional Municipality of Waterloo", "lat": 43.46667, "lon": -80.51667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "OTEX", "exchange": "Toronto Stock Exchange", "lei": "549300HP7ONDQODZJV16", "sec_cik": "1002638", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OpenText_logo_%282025%29.svg", "description": "Canadian software company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
796 {"wikidata_id": "Q2424396", "display_name": "Brocade Communications Systems", "legal_name": null, "aliases": ["Inc", "Inc."], "website": "https://www.brocade.com", "canonical_domain": "brocade.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "BRCD", "exchange": "Nasdaq", "lei": "1XQGEZZK200XKZPV1W26", "sec_cik": "1009626", "parent": {"wikidata_id": "Q555925", "name": "Broadcom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brocade_logo.svg", "description": "company specializing in storage networking products", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
797 {"wikidata_id": "Q2528284", "display_name": "Vishay Intertechnology", "legal_name": null, "aliases": [], "website": "https://www.vishay.com", "canonical_domain": "vishay.com", "country": "US", "hq_city": "Malvern", "hq_region": "Chester County", "lat": 40.03444, "lon": -75.51417, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "VSH", "exchange": "New York Stock Exchange", "lei": "5493009O8F3QQJTCQR75", "sec_cik": "103730", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vishay_Logo.svg", "description": "American semiconductor manufacturer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
798 {"wikidata_id": "Q2843129", "display_name": "Ameriprise Financial", "legal_name": null, "aliases": ["Ameriprise Financial (United States)"], "website": "https://www.ameripriseadvisors.com", "canonical_domain": "ameripriseadvisors.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1894, "employees": null, "public_company": true, "ticker": "AMP", "exchange": "New York Stock Exchange", "lei": "6ZLKQF7QB6JAEKQS5388", "sec_cik": "820027", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ameriprise_Financial_logo.svg", "description": "financial services company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
799 {"wikidata_id": "Q2912154", "display_name": "VeriFone", "legal_name": null, "aliases": ["Verifone", "Inc."], "website": "https://www.verifone.com", "canonical_domain": "verifone.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "PAY", "exchange": "Nasdaq", "lei": "EMR6SNCBCF4WNP8HYO78", "sec_cik": "820580", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verifone_Logo.svg", "description": "business enterprise", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
800 {"wikidata_id": "Q3009498", "display_name": "MSA Safety", "legal_name": null, "aliases": ["Mine Safety Appliances", "Mine Safety Appliances (United States)", "MSA Safety Incorporated"], "website": "https://www.msasafety.com", "canonical_domain": "msasafety.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["manufacturing"], "industry_labels": ["personal protective equipment"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "MSA", "exchange": "New York Stock Exchange", "lei": "529900DVA3258XK11O39", "sec_cik": "66570", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MSA_Safety_Logo.svg", "description": "manufacturing company in Pennsylvania", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
801 {"wikidata_id": "Q3131210", "display_name": "Natura Cosméticos S.A.", "legal_name": null, "aliases": ["Natura", "Natura & Co", "Natura Cosmeticos", "Natura Cosméticos", "Natura Cosmeticos S.A."], "website": "https://www.natura.com.br", "canonical_domain": "natura.com.br", "country": "BR", "hq_city": "Cajamar", "hq_region": "São Paulo", "lat": -23.35583, "lon": -46.87694, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "NATU3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Natura_logo.svg", "description": "Brazilian manufacturer and marketer of beauty products", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
802 {"wikidata_id": "Q3179970", "display_name": "Stolt-Nielsen", "legal_name": null, "aliases": [], "website": "https://www.stolt-nielsen.com", "canonical_domain": "stolt-nielsen.com", "country": "BM", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "SNI", "exchange": "Oslo Stock Exchange", "lei": "213800VZX4LWJSGRLR94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stolt-Nielsen_logo.svg", "description": "provider of transportation and storage for liquids", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
803 {"wikidata_id": "Q3272257", "display_name": "M&T Bank", "legal_name": null, "aliases": ["M&T", "M&T Bank Corporation", "Manufacturers and Traders Trust Company"], "website": "https://www3.mtb.com", "canonical_domain": "mtb.com", "country": "US", "hq_city": "Buffalo", "hq_region": "Erie County", "lat": 42.88639, "lon": -78.87806, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1856, "employees": null, "public_company": true, "ticker": "MTB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "36270", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M%26T_Bank_wordmark.svg", "description": "American bank holding company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
804 {"wikidata_id": "Q402788", "display_name": "Orbcomm", "legal_name": null, "aliases": ["ORBCOMM"], "website": "https://www.orbcomm.com", "canonical_domain": "orbcomm.com", "country": "US", "hq_city": "Fort Lee", "hq_region": "Bergen County", "lat": 40.85083, "lon": -73.97, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "ORBC", "exchange": "Nasdaq", "lei": "529900PSC8WVCY267I23", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orbcomm_logo.svg", "description": "American telecommunications company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
805 {"wikidata_id": "Q428977", "display_name": "Pitney Bowes", "legal_name": null, "aliases": [], "website": "https://www.pitneybowes.com", "canonical_domain": "pitneybowes.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["technology"], "industry_labels": ["service", "SIC 3579 Office Machines, NEC"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "PBI", "exchange": "New York Stock Exchange", "lei": "549300N2O26NW4ST6W55", "sec_cik": "78814", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pitney_Bowes_2015.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "78814", "enriched_at": "2026-09-12T09:34:33+00:00"}}
806 {"wikidata_id": "Q4826087", "display_name": "AutoZone", "legal_name": null, "aliases": [], "website": "https://www.autozone.com", "canonical_domain": "autozone.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "AZO", "exchange": "New York Stock Exchange", "lei": "GA3JGKJ41LJKXDN23E90", "sec_cik": "866787", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_AutoZone.png", "description": "retailer of aftermarket automotive parts", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
807 {"wikidata_id": "Q4829076", "display_name": "Avnet", "legal_name": null, "aliases": ["Inc."], "website": "https://www.avnet.com", "canonical_domain": "avnet.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "AVT", "exchange": "Nasdaq", "lei": "XJI53DCPL7QABOWK4Z75", "sec_cik": "8858", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avnet_logo.svg", "description": "business-to-business technology distributor headquartered in Phoenix, Arizona", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
808 {"wikidata_id": "Q48742870", "display_name": "Nutrien", "legal_name": null, "aliases": ["Nutrien Ag Solutions"], "website": "https://www.nutrien.com", "canonical_domain": "nutrien.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "NTR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1725964", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nutrien_Logo.svg", "description": "fertilizer company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1725964", "enriched_at": "2026-09-12T09:34:33+00:00"}}
809 {"wikidata_id": "Q4993917", "display_name": "Varian Medical Systems", "legal_name": null, "aliases": ["Varian Associates"], "website": "https://www.varian.com", "canonical_domain": "varian.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "VAR", "exchange": "New York Stock Exchange", "lei": "TK3LAKL7I0QNTCVWSY07", "sec_cik": "203527", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Varian_company_logo_2017.png", "description": "American healthcare company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
810 {"wikidata_id": "Q5011381", "display_name": "CHS Inc.", "legal_name": null, "aliases": [], "website": "https://www.chsinc.com", "canonical_domain": "chsinc.com", "country": "US", "hq_city": "Inver Grove Heights", "hq_region": "Dakota County", "lat": 44.84806, "lon": -93.04278, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "CHSCP", "exchange": "Nasdaq", "lei": "XEIEFTLYDQ1MZ6TZV015", "sec_cik": "823277", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CHS_Inc._logo.svg", "description": "American agricultural company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "823277", "enriched_at": "2026-09-12T09:34:33+00:00"}}
811 {"wikidata_id": "Q522617", "display_name": "Invesco", "legal_name": null, "aliases": [], "website": "https://www.invesco.com", "canonical_domain": "invesco.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "IVZ", "exchange": "New York Stock Exchange", "lei": "ECPGFXU8A2SHKVVGJI15", "sec_cik": "914208", "parent": null, "logo_url": null, "description": "US investment management company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
812 {"wikidata_id": "Q625708", "display_name": "Aramark", "legal_name": null, "aliases": ["Aramark Corporation"], "website": "https://www.aramark.com", "canonical_domain": "aramark.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "ARMK", "exchange": "New York Stock Exchange", "lei": "549300MR6PG2DWZUIL39", "sec_cik": "1584509", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aramark_logo.svg", "description": "American service company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
813 {"wikidata_id": "Q677464", "display_name": "Dominion Energy", "legal_name": null, "aliases": ["Dominion", "Dominion Resources"], "website": "https://www.dominionenergy.com", "canonical_domain": "dominionenergy.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "D", "exchange": "New York Stock Exchange", "lei": "ILUL7B6Z54MRYCF6H308", "sec_cik": "715957", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dominion_Energy_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
814 {"wikidata_id": "Q7301386", "display_name": "Realty Income Corporation", "legal_name": "Realty Income Inc", "aliases": [], "website": "https://www.realtyincome.com", "canonical_domain": "realtyincome.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.93771, "lon": -117.23689, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "O", "exchange": "New York Stock Exchange", "lei": "549300CUWDAUZSH43859", "sec_cik": "726728", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Realty_Income_logo.svg", "description": "real estate investment trust in the United States", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
815 {"wikidata_id": "Q7304886", "display_name": "Red Robin", "legal_name": null, "aliases": [], "website": "https://www.redrobin.com", "canonical_domain": "redrobin.com", "country": "US", "hq_city": "Greenwood Village", "hq_region": "Arapahoe County", "lat": 39.61583, "lon": -104.91139, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "RRGB", "exchange": "Nasdaq", "lei": "529900V6NUMBYX34LV46", "sec_cik": "1171759", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Red_Robin_logo.svg", "description": "casual dining restaurant chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
816 {"wikidata_id": "Q768231", "display_name": "Express Scripts", "legal_name": null, "aliases": [], "website": "https://www.express-scripts.com", "canonical_domain": "express-scripts.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["retail"], "industry_labels": ["retail", "pharmacy benefits manager"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "ESRX", "exchange": "Nasdaq", "lei": null, "sec_cik": "885721", "parent": {"wikidata_id": "Q642271", "name": "The Cigna Group"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
817 {"wikidata_id": "Q7707945", "display_name": "Texas Roadhouse", "legal_name": null, "aliases": ["Texas Road House"], "website": "https://www.texasroadhousemenues.com", "canonical_domain": "texasroadhousemenues.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["food-beverage"], "industry_labels": ["gastronomy", "SIC 5812 Retail-Eating Places"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TXRH", "exchange": "Nasdaq", "lei": "5299002Y1CNRPDGXTQ75", "sec_cik": "1289460", "parent": null, "logo_url": null, "description": "American chain steakhouse", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1289460", "enriched_at": "2026-09-12T09:34:33+00:00"}}
818 {"wikidata_id": "Q771865", "display_name": "Spectrum Brands", "legal_name": null, "aliases": ["Rayovac"], "website": "https://www.spectrumbrands.com", "canonical_domain": "spectrumbrands.com", "country": "US", "hq_city": "Middleton", "hq_region": "Dane County", "lat": 43.06028, "lon": -89.57167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "SPB", "exchange": "New York Stock Exchange", "lei": "549300VU3EH2E73C1Q04", "sec_cik": "1028985", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spectrum_Brands_logo.png", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
819 {"wikidata_id": "Q8071921", "display_name": "Zillow", "legal_name": null, "aliases": [], "website": "https://www.zillow.com", "canonical_domain": "zillow.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "ZG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1617640", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zillow_2024.svg", "description": "online real estate database", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
820 {"wikidata_id": "Q8073337", "display_name": "Zoetis", "legal_name": null, "aliases": ["Zoetis Inc."], "website": "https://www.zoetis.com", "canonical_domain": "zoetis.com", "country": "US", "hq_city": "Florham Park", "hq_region": "Morris County", "lat": 40.7758, "lon": -74.3941, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "ZTS", "exchange": "New York Stock Exchange", "lei": "549300HD9Q1LOC9KLJ48", "sec_cik": "1555280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoetis_logo.svg", "description": "American animal health company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
821 {"wikidata_id": "Q8074786", "display_name": "Zscaler", "legal_name": null, "aliases": [], "website": "https://www.zscaler.com", "canonical_domain": "zscaler.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cybersecurity", "internet"], "industry_labels": ["computer security", "internet security"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ZS", "exchange": "Nasdaq", "lei": "529900MZ0RTK1BWRNF46", "sec_cik": "1713683", "parent": null, "logo_url": null, "description": "American Cybersecurity Company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
822 {"wikidata_id": "Q844805", "display_name": "Dillard's", "legal_name": null, "aliases": [], "website": "https://www.dillards.com", "canonical_domain": "dillards.com", "country": "US", "hq_city": "Little Rock", "hq_region": "Pulaski County", "lat": 34.74444, "lon": -92.28806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "DDS", "exchange": "New York Stock Exchange", "lei": "529900FGYKMWL6019P91", "sec_cik": "28917", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dillard%27s_Logo.svg", "description": "department store (clothes, shoes, accessories)", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
823 {"wikidata_id": "Q851361", "display_name": "Huntsman Corporation", "legal_name": null, "aliases": [], "website": "https://www.huntsman.com", "canonical_domain": "huntsman.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "HUN", "exchange": "New York Stock Exchange", "lei": "3YTEJFW18LGIUQ2N5J61", "sec_cik": "1307954", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huntsman_Corporation_Logo.svg", "description": "American company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
824 {"wikidata_id": "Q891163", "display_name": "Bojangles' Famous Chicken 'n Biscuits", "legal_name": null, "aliases": ["Bojangles"], "website": "https://www.bojangles.com", "canonical_domain": "bojangles.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "BOJA", "exchange": "Nasdaq", "lei": "549300V7MGDZ6K056B43", "sec_cik": "1630132", "parent": null, "logo_url": null, "description": "American regional fast food chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
825 {"wikidata_id": "Q923062", "display_name": "Qlik", "legal_name": null, "aliases": ["QlikTech"], "website": "https://www.qlik.com", "canonical_domain": "qlik.com", "country": "US", "hq_city": "King of Prussia", "hq_region": "Upper Merion Township", "lat": 40.09472, "lon": -75.37806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "QLIK", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qlik_Logo.svg", "description": "American company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
826 {"wikidata_id": "Q931200", "display_name": "C. H. Robinson Worldwide", "legal_name": null, "aliases": ["C.H. Robinson", "C.H. Robinson Worldwide", "Inc.", "CH Robinson"], "website": "https://www.chrobinson.com", "canonical_domain": "chrobinson.com", "country": "US", "hq_city": "Grand Forks", "hq_region": "Grand Forks County", "lat": 47.92528, "lon": -97.0325, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "CHRW", "exchange": "Nasdaq", "lei": "529900WNWN5L0OVDHA79", "sec_cik": "1043277", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/C._H._Robinson_logo.svg", "description": "American transportation and logistics company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
827 {"wikidata_id": "Q941392", "display_name": "Informatica", "legal_name": null, "aliases": ["Informatica LLC"], "website": "https://www.informatica.com", "canonical_domain": "informatica.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "INFA", "exchange": "New York Stock Exchange", "lei": "5493007SV33RZV7RPS40", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InformaticaCorporation.jpg", "description": "American software company (1993-)", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
828 {"wikidata_id": "Q555900", "display_name": "Head & Shoulders", "legal_name": null, "aliases": ["H&S", "Head and Shoulders"], "website": "https://headandshoulders.com", "canonical_domain": "headandshoulders.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Head%26shoulders-Logo.svg", "description": "brand of anti-dandruff shampoo produced by Procter & Gamble", "sitelinks": 30, "importance": 0.461, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
829 {"wikidata_id": "Q485240", "display_name": "Billboard", "legal_name": null, "aliases": [], "website": "https://billboard.com", "canonical_domain": "billboard.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Billboard_logo.svg", "description": "American weekly music magazine", "sitelinks": 79, "importance": 0.4607, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
830 {"wikidata_id": "Q1458113", "display_name": "University of Victoria", "legal_name": null, "aliases": ["Victoria College", "U Vic", "UVic"], "website": "https://www.uvic.ca", "canonical_domain": "uvic.ca", "country": "CA", "hq_city": "Victoria", "hq_region": "British Columbia", "lat": 48.46333, "lon": -123.31167, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1903, "employees": 5942, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Univ_of_victoria_logo.png", "description": "university in Greater Victoria, British Columbia, Canada", "sitelinks": 23, "importance": 0.4599, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
831 {"wikidata_id": "Q5455414", "display_name": "Fitbit", "legal_name": null, "aliases": [], "website": "https://www.fitbit.com", "canonical_domain": "fitbit.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2007, "employees": 1473, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GYQQ375BZPXK02", "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fitbit_logo16.svg", "description": "subsidiary of Google that manufactures and distributes fitness trackers", "sitelinks": 28, "importance": 0.4596, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
832 {"wikidata_id": "Q1069924", "display_name": "Zipcar", "legal_name": null, "aliases": [], "website": "https://www.zipcar.com", "canonical_domain": "zipcar.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["automotive"], "industry_labels": ["carsharing", "SIC 7510 Services-Auto Rental & Leasing (No Drivers)"], "founded_year": 2000, "employees": 468, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1131457", "parent": {"wikidata_id": "Q2874395", "name": "Avis Budget Group"}, "logo_url": null, "description": "American car-sharing company", "sitelinks": 12, "importance": 0.4587, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1131457", "enriched_at": "2026-09-12T09:34:33+00:00"}}
833 {"wikidata_id": "Q735267", "display_name": "Bungie", "legal_name": null, "aliases": ["Bungie Studios", "Inc."], "website": "https://www.bungie.net", "canonical_domain": "bungie.net", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 826, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18594", "name": "Sony Interactive Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bungie_Logo_-_Official.svg", "description": "American video game developer based in Bellevue, Washington", "sitelinks": 30, "importance": 0.4583, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
834 {"wikidata_id": "Q1141245", "display_name": "Insomniac Games", "legal_name": null, "aliases": ["Inc."], "website": "https://insomniac.games", "canonical_domain": "insomniac.games", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 520, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Insomniac_Games_logo.svg", "description": "American video game developer", "sitelinks": 32, "importance": 0.4582, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
835 {"wikidata_id": "Q179200", "display_name": "Metro-Goldwyn-Mayer", "legal_name": null, "aliases": ["MGM", "Metro Goldwyn Mayer", "Metro-Goldwyn-Mayer Studios"], "website": "https://mgm.com", "canonical_domain": "mgm.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "8JA4NT75BITP5LG6P072", "sec_cik": null, "parent": {"wikidata_id": "Q304509", "name": "MCA Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metro-Goldwyn-Mayer_logo.svg", "description": "American film and television and distribution company", "sitelinks": 77, "importance": 0.458, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4740868"}, {"related_domain_conflict": "Q905791"}]}
836 {"wikidata_id": "Q2065769", "display_name": "University of Windsor", "legal_name": null, "aliases": ["Assumption University of Windsor", "UWindsor"], "website": "https://www.uwindsor.ca", "canonical_domain": "uwindsor.ca", "country": "CA", "hq_city": "Windsor", "hq_region": "Essex County", "lat": 42.30667, "lon": -83.06583, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1963, "employees": 2180, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Windsor_univ_ca_textlogo.png", "description": "university in Windsor, Ontario, Canada", "sitelinks": 26, "importance": 0.4578, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
837 {"wikidata_id": "Q1056839", "display_name": "DirecTV", "legal_name": null, "aliases": ["DIRECTV", "DirecTV Group", "DirecTV LLC"], "website": "https://directv.com", "canonical_domain": "directv.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4899 Communications Services, NEC"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1465112", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_DirecTV_Logo_2025.svg", "description": "direct broadcast satellite & streaming TV company", "sitelinks": 29, "importance": 0.4576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q28126900"}], "source_edgar": {"cik": "1465112", "enriched_at": "2026-09-12T09:34:34+00:00"}}
838 {"wikidata_id": "Q105584", "display_name": "Rotten Tomatoes", "legal_name": null, "aliases": [], "website": "https://www.rottentomatoes.com", "canonical_domain": "rottentomatoes.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rotten_Tomatoes_logo.svg", "description": "American review aggregator for film and television", "sitelinks": 76, "importance": 0.4567, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
839 {"wikidata_id": "Q186941", "display_name": "Columbia Pictures", "legal_name": null, "aliases": ["Columbia Pictures Corporation", "Columbia Pictures Entertainment", "Columbia Pictures Industries", "Inc.", "CPII"], "website": "https://www.sonypictures.com", "canonical_domain": "sonypictures.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q822314", "name": "Sony Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Columbia_Pictures.svg", "description": "American film production and distribution company", "sitelinks": 76, "importance": 0.4567, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q651454"}, {"related_domain_conflict": "Q2065128"}]}
840 {"wikidata_id": "Q1887879", "display_name": "University of San Francisco", "legal_name": null, "aliases": ["USF", "St. Ignatius Academy (1855–1859)", "St. Ignatius College (1859–1930)", "USFCA"], "website": "https://www.usfca.edu", "canonical_domain": "usfca.edu", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.77944, "lon": -122.45194, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1855, "employees": 2009, "public_company": false, "ticker": null, "exchange": null, "lei": "549300V706NBCI2JBW65", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_San_Francisco_logo.svg", "description": "Jesuit Catholic university in San Francisco, California", "sitelinks": 26, "importance": 0.4566, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
841 {"wikidata_id": "Q835283", "display_name": "Caixa", "legal_name": null, "aliases": ["Caixa Econômica Federal"], "website": "https://www.caixa.gov.br", "canonical_domain": "caixa.gov.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1861, "employees": 86000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caixa_Econ%C3%B4mica_Federal_logo_1997.svg", "description": "Brazilian government-owned financial institution", "sitelinks": 15, "importance": 0.456, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
842 {"wikidata_id": "Q1023155", "display_name": "CDW", "legal_name": null, "aliases": [], "website": "https://www.cdw.com", "canonical_domain": "cdw.com", "country": "US", "hq_city": "Vernon Hills", "hq_region": "Lake County", "lat": 42.23111, "lon": -87.96917, "industries": ["e-commerce"], "industry_labels": ["business-to-business", "SIC 5961 Retail-Catalog & Mail-Order Houses"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CDW", "exchange": "Nasdaq", "lei": "9845001B052ABF0B6755", "sec_cik": "1402057", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CDW_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1402057", "enriched_at": "2026-09-12T09:34:34+00:00"}}
843 {"wikidata_id": "Q1121202", "display_name": "Companhia Energética de Minas Gerais", "legal_name": null, "aliases": ["CEMIG", "Companhia Energetica de Minas Gerais S.A.", "Companhia Energética de Minas Gerais S.A.", "Energy Company of Minas Gerais"], "website": "https://www.cemig.com.br", "canonical_domain": "cemig.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["energy"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "CMIG3", "exchange": "São Paulo Stock Exchange", "lei": "254900W703PXLDSEM056", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Companhia_Energ%C3%A9tica_de_Minas_Gerais_logo.svg", "description": "Brazilian power company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
844 {"wikidata_id": "Q1128160", "display_name": "Constellation Brands", "legal_name": null, "aliases": ["Constellation", "Constellation Beers & Spirits", "Constellation Brands Inc.", "Constellation Wines", "STZ"], "website": "https://cbrands.mx", "canonical_domain": "cbrands.mx", "country": "US", "hq_city": "Victor", "hq_region": "Ontario County", "lat": 42.9831, "lon": -77.4058, "industries": ["manufacturing"], "industry_labels": ["alcohol industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "STZ", "exchange": "New York Stock Exchange", "lei": "5493005GKEG8QCVY7037", "sec_cik": "16918", "parent": null, "logo_url": null, "description": "American alcoholic beverage manufacturer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
845 {"wikidata_id": "Q1282031", "display_name": "Ecolab", "legal_name": null, "aliases": ["ECL", "Ecolab Inc.", "Economics Laboratory"], "website": "https://www.ecolab.com", "canonical_domain": "ecolab.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "ECL", "exchange": "New York Stock Exchange", "lei": "82DYEISM090VG8LTLS26", "sec_cik": "31462", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ecolab.svg", "description": "American global provider of water, hygiene and energy technologies", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q827995"}]}
846 {"wikidata_id": "Q1474718", "display_name": "Klabin", "legal_name": null, "aliases": ["Klabin S.A."], "website": "https://www.klabin.com.br", "canonical_domain": "klabin.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "KLBN11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Klabin.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
847 {"wikidata_id": "Q1486956", "display_name": "Xcel Energy", "legal_name": null, "aliases": [], "website": "https://www.xcelenergy.com", "canonical_domain": "xcelenergy.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "XEL", "exchange": "Nasdaq", "lei": "LGJNMI9GH8XIDG5RCM61", "sec_cik": "72903", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xcel-energy.svg", "description": "American utilities company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
848 {"wikidata_id": "Q1524197", "display_name": "Gildan Activewear", "legal_name": null, "aliases": ["Gildan", "Gildan Activewear S.R.L."], "website": "https://www.gildan.com", "canonical_domain": "gildan.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "GIL", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1061894", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gildan_logo.svg", "description": "Canadian clothing company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
849 {"wikidata_id": "Q1541470", "display_name": "GPA", "legal_name": null, "aliases": [], "website": "https://www.gpabr.com", "canonical_domain": "gpabr.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "PCAR3", "exchange": "São Paulo Stock Exchange", "lei": "5299003V5B6KLICZCC14", "sec_cik": "1038572", "parent": {"wikidata_id": "Q3117359", "name": "Carrefour Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GPA_logo_2013.svg", "description": "Brazilian retail company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
850 {"wikidata_id": "Q1579222", "display_name": "Ultrapar", "legal_name": null, "aliases": [], "website": "https://www.ultra.com.br", "canonical_domain": "ultra.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "UGPA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10387242", "name": "Ultragaz"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Grupo_Ultra_%282024%29.svg", "description": "Brazilian conglomerate", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
851 {"wikidata_id": "Q17020720", "display_name": "SoFi", "legal_name": null, "aliases": ["Social Finance (aka SoFi)", "Social Finance", "Inc.", "SoFi Technologies", "Inc."], "website": "https://sofi.com", "canonical_domain": "sofi.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SOFI", "exchange": "New York Stock Exchange", "lei": "549300AI3NQ8YTXXP090", "sec_cik": "1532099", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SoFi_logo.svg", "description": "American financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
852 {"wikidata_id": "Q180922", "display_name": "CAE Inc.", "legal_name": null, "aliases": ["CAE Global Academy", "Canadian Aviation Electronics"], "website": "https://www.cae.com", "canonical_domain": "cae.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.47538, "lon": -73.70663, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "CAE", "exchange": "Toronto Stock Exchange", "lei": "549300FFM2BEH2GF1E44", "sec_cik": "1173382", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CAE_inc._logo_2022.svg", "description": "Canadian company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1173382", "enriched_at": "2026-09-12T09:34:34+00:00"}}
853 {"wikidata_id": "Q1812489", "display_name": "Odyssey Marine Exploration", "legal_name": null, "aliases": [], "website": "https://www.shipwreck.net", "canonical_domain": "shipwreck.net", "country": "US", "hq_city": "Tampa", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["shipping"], "industry_labels": ["SIC 4400 Water Transportation"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "OMEX", "exchange": "Nasdaq", "lei": "549300KNVIY6EZIJ2221", "sec_cik": "798528", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "798528", "enriched_at": "2026-09-12T09:34:34+00:00"}}
854 {"wikidata_id": "Q2087612", "display_name": "Tucows", "legal_name": null, "aliases": ["Tucows Inc.", "Tucowsdomains"], "website": "https://www.tucows.com", "canonical_domain": "tucows.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TC", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "909494", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tucows_logo.svg", "description": "internet services and telecommunications company based in Toronto", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
855 {"wikidata_id": "Q2304693", "display_name": "Southern Company", "legal_name": null, "aliases": [], "website": "https://www.southerncompany.com", "canonical_domain": "southerncompany.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["energy"], "industry_labels": ["energy industry", "electric power industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "SO", "exchange": "New York Stock Exchange", "lei": "549300FC3G3YU2FBZD92", "sec_cik": "92122", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southern_Company_newer_logo.svg", "description": "US electricity corporation", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
856 {"wikidata_id": "Q25048844", "display_name": "Dynatrace", "legal_name": null, "aliases": [], "website": "https://www.dynatrace.com", "canonical_domain": "dynatrace.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["software"], "industry_labels": ["application performance management", "software intelligence"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "DT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1773383", "parent": null, "logo_url": null, "description": "software technology company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
857 {"wikidata_id": "Q259195", "display_name": "Constellation Energy", "legal_name": null, "aliases": ["Constellation Energy Corporation", "Constellation Energy Group"], "website": "https://www.constellation.com", "canonical_domain": "constellation.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["energy"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CEG", "exchange": "Nasdaq", "lei": "549300F8Y20RYGNGV346", "sec_cik": "1868275", "parent": null, "logo_url": null, "description": "energy company headquartered in Baltimore, Maryland, United States", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1868275", "enriched_at": "2026-09-12T09:34:34+00:00"}}
858 {"wikidata_id": "Q28408034", "display_name": "Fubo", "legal_name": null, "aliases": ["fubo TV", "Fubo TV", "fuboTV", "FuboTV"], "website": "https://www.fubo.tv", "canonical_domain": "fubo.tv", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "FUBO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1484769", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fubo_2023_Logo.png", "description": "American over-the-top internet television service", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1484769", "enriched_at": "2026-09-12T09:34:34+00:00"}}
859 {"wikidata_id": "Q2876788", "display_name": "BBVA Argentina", "legal_name": null, "aliases": ["Banco Frances", "BBVA Banco Frances"], "website": "https://www.bbva.com.ar", "canonical_domain": "bbva.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "BFR", "exchange": "New York Stock Exchange", "lei": "579100KKDBKJFDKKD024", "sec_cik": null, "parent": {"wikidata_id": "Q806189", "name": "Banco Bilbao Vizcaya Argentaria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BBVA_2019.svg", "description": "bank in Argentina", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
860 {"wikidata_id": "Q2877503", "display_name": "BTG Pactual", "legal_name": null, "aliases": [], "website": "https://www.btgpactual.com", "canonical_domain": "btgpactual.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "BPAC11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Btg-logo-blue.svg", "description": "Brazilian financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
861 {"wikidata_id": "Q2882087", "display_name": "Banco Santander (Brasil)", "legal_name": null, "aliases": [], "website": "https://www.santander.com.br", "canonical_domain": "santander.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "SANB11", "exchange": "São Paulo Stock Exchange", "lei": "549300D1H731B30TSI43", "sec_cik": "1471055", "parent": {"wikidata_id": "Q6496310", "name": "Banco Santander"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Santander_Logotipo.svg", "description": "Brazilian subsidiary of Spanish banking institution", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1471055", "enriched_at": "2026-09-12T09:34:34+00:00"}}
862 {"wikidata_id": "Q2902305", "display_name": "Brink's", "legal_name": null, "aliases": ["Brink's Chicago City Express", "Brink's City Express", "Brink's Express", "Brink's Incorporated", "Brink’s Home Security", "Pittston Brink's Group", "The Brink's Company", "Brinks"], "website": "https://us.brinks.com", "canonical_domain": "brinks.com", "country": "US", "hq_city": "Henrico County", "hq_region": "Virginia", "lat": 37.55, "lon": -77.4, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "BCO", "exchange": "New York Stock Exchange", "lei": "XFP140TFNOQMIVFTVQ13", "sec_cik": "78890", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brink%27s_logo.svg", "description": "American armored transport company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
863 {"wikidata_id": "Q2981857", "display_name": "Cognex Corporation", "legal_name": null, "aliases": [], "website": "https://www.cognex.com", "canonical_domain": "cognex.com", "country": "US", "hq_city": "Natick", "hq_region": "Middlesex County", "lat": 42.28333, "lon": -71.35, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "CGNX", "exchange": "Nasdaq", "lei": "549300JQTYZCLC43S226", "sec_cik": "851205", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cognex_Corp_logo.svg", "description": "American manufacturer of machine vision systems", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
864 {"wikidata_id": "Q2982090", "display_name": "Skullcandy", "legal_name": null, "aliases": ["Skullcandy Inc."], "website": "https://www.skullcandy.in", "canonical_domain": "skullcandy.in", "country": "US", "hq_city": "Park City", "hq_region": "Wasatch County", "lat": 40.65944, "lon": -111.49972, "industries": ["consumer-goods"], "industry_labels": ["headphone", "audio equipment", "SIC 3651 Household Audio & Video Equipment"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "SKUL", "exchange": "Nasdaq", "lei": "V46O7DSV0VSURWFY8V40", "sec_cik": "1423542", "parent": null, "logo_url": null, "description": "American audio equipment company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1423542", "enriched_at": "2026-09-12T09:34:35+00:00"}}
865 {"wikidata_id": "Q3064071", "display_name": "Lojas Renner", "legal_name": null, "aliases": [], "website": "https://www.lojasrenner.com.br", "canonical_domain": "lojasrenner.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "LREN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_das_Lojas_Renner.svg", "description": "Brazilian department store chain", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
866 {"wikidata_id": "Q3121014", "display_name": "Graham Holdings Company", "legal_name": null, "aliases": ["The Washington Post Company"], "website": "https://www.ghco.com", "canonical_domain": "ghco.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "GHC", "exchange": "New York Stock Exchange", "lei": "529900BOSCEEEMAFQJ29", "sec_cik": "104889", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Washington_Post_Company_logo.svg", "description": "diversified American conglomerate", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
867 {"wikidata_id": "Q3403513", "display_name": "Principal Financial Group", "legal_name": null, "aliases": ["Principal"], "website": "https://www.principal.com", "canonical_domain": "principal.com", "country": "US", "hq_city": "Des Moines", "hq_region": "Polk County", "lat": 41.59083, "lon": -93.62083, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": true, "ticker": "PFG", "exchange": "Nasdaq", "lei": "CUMYEZJOAF02RYZ1JJ85", "sec_cik": "1126328", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Principal_Financial_Group_logo.svg", "description": "financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
868 {"wikidata_id": "Q3742240", "display_name": "Centerra Gold", "legal_name": "Kumtor Mountain Holdings Corporation", "aliases": [], "website": "https://www.centerragold.com", "canonical_domain": "centerragold.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "CG", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1854640", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Centerra_logo.png", "description": "Canadian mining company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1854640", "enriched_at": "2026-09-12T09:34:35+00:00"}}
869 {"wikidata_id": "Q38676", "display_name": "Agnico Eagle Mines", "legal_name": null, "aliases": ["Agnico Eagle Mines Limited"], "website": "https://www.agnico-eagle.com", "canonical_domain": "agnico-eagle.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "AEM", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "2809", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agnico-Eagle.svg", "description": "Canadian gold producer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "2809", "enriched_at": "2026-09-12T09:34:35+00:00"}}
870 {"wikidata_id": "Q392221", "display_name": "Brown-Forman", "legal_name": null, "aliases": ["Brown-Forman Corporation"], "website": "https://www.brown-forman.com", "canonical_domain": "brown-forman.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1870, "employees": null, "public_company": true, "ticker": "BF.B", "exchange": "New York Stock Exchange", "lei": "549300873K3LXF7ARU34", "sec_cik": "14693", "parent": null, "logo_url": null, "description": "American-owned spirit and wine producer and distributor", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
871 {"wikidata_id": "Q426583", "display_name": "Sanmina Corporation", "legal_name": null, "aliases": ["Sanmina-SCI Corporation"], "website": "https://www.sanmina.com", "canonical_domain": "sanmina.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["SIC 3672 Printed Circuit Boards"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "SANM", "exchange": "Nasdaq", "lei": "X5K24XLM8QYRXF00EB42", "sec_cik": "897723", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanmina-SCI_Logo.svg", "description": "American company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "897723", "enriched_at": "2026-09-12T09:34:35+00:00"}}
872 {"wikidata_id": "Q479167", "display_name": "Steelcase", "legal_name": null, "aliases": ["Steelcase Inc.", "Inc.", "The Metal Office Furniture Company"], "website": "https://www.steelcase.com", "canonical_domain": "steelcase.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "SCS", "exchange": "New York Stock Exchange", "lei": "549300GLGETY726YF730", "sec_cik": "1050825", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Steelcase_Schriftzug.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
873 {"wikidata_id": "Q48818116", "display_name": "Semrush", "legal_name": null, "aliases": ["sem rush"], "website": "https://www.semrush.com", "canonical_domain": "semrush.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media", "internet", "software"], "industry_labels": ["marketing", "search engine optimization", "software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "SEMR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American SaaS platform for SEO, content marketing, and competitive analysis", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
874 {"wikidata_id": "Q498746", "display_name": "W. R. Grace and Company", "legal_name": null, "aliases": ["W. R. Grace & Co.- Conn", "W.R. Grace & Co."], "website": "https://www.grace.com", "canonical_domain": "grace.com", "country": "US", "hq_city": "Columbia", "hq_region": "Howard County", "lat": 39.21562, "lon": -76.8582, "industries": ["chemicals"], "industry_labels": ["specialty chemicals"], "founded_year": 1854, "employees": null, "public_company": true, "ticker": "GRA", "exchange": "New York Stock Exchange", "lei": "5493003X5Z6TVAXIPW56", "sec_cik": "1045309", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-wr_grace.svg", "description": "American chemical company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
875 {"wikidata_id": "Q5152057", "display_name": "CommScope", "legal_name": null, "aliases": ["Inc"], "website": "https://www.commscope.com", "canonical_domain": "commscope.com", "country": "US", "hq_city": "Claremont", "hq_region": "Catawba County", "lat": 35.7139, "lon": -81.1506, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "COMM", "exchange": "Nasdaq", "lei": "549300Z6K4JXMFE8QY54", "sec_cik": "1035884", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CommScope.png", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q504201"}]}
876 {"wikidata_id": "Q5281775", "display_name": "Discover Financial", "legal_name": null, "aliases": ["Discover Financial Services", "Discover Financial Services", "Inc."], "website": "https://www.discover.com", "canonical_domain": "discover.com", "country": "US", "hq_city": "Riverwoods", "hq_region": "Lake County", "lat": 42.1708, "lon": -87.8958, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "DFS", "exchange": "New York Stock Exchange", "lei": "Z1YLO2USPORE63VVUL20", "sec_cik": "1393612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Discover_Card_logo.svg", "description": "American financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
877 {"wikidata_id": "Q5452733", "display_name": "First Citizens BancShares", "legal_name": "First Citizens BancShares, Inc.", "aliases": ["Inc."], "website": "https://ir.firstcitizens.com", "canonical_domain": "firstcitizens.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["insurance", "banking", "financial-services"], "industry_labels": ["insurance", "economics of banking", "financial services", "financial sector"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "FCNCA", "exchange": "Nasdaq", "lei": "549300HNUN45P7J57W81", "sec_cik": "798941", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "798941", "enriched_at": "2026-09-12T09:34:35+00:00"}}
878 {"wikidata_id": "Q5647768", "display_name": "Hanesbrands", "legal_name": null, "aliases": ["Hanesbrands Inc."], "website": "https://www.hanes.com", "canonical_domain": "hanes.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["apparel"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "HBI", "exchange": "New York Stock Exchange", "lei": "GX5LWVWZLL5S4W1L2F20", "sec_cik": "1359841", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HanesBrands.svg", "description": "American clothing company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3126743"}]}
879 {"wikidata_id": "Q6787989", "display_name": "Matson, Inc.", "legal_name": null, "aliases": ["Matson Lines"], "website": "https://www.matson.com", "canonical_domain": "matson.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["shipping"], "industry_labels": ["shipping line"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "MATX", "exchange": "New York Stock Exchange", "lei": "549300OI5H3Y0I9I4I12", "sec_cik": "3453", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matson_containers_being_loaded.jpg", "description": "shipping company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
880 {"wikidata_id": "Q688725", "display_name": "Teck Resources", "legal_name": null, "aliases": ["Teck Cominco", "Teck Resources Limited"], "website": "https://www.teck.com", "canonical_domain": "teck.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["energy", "mining"], "industry_labels": ["coal industry", "copper industry", "zinc industry"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "TECK.A", "exchange": "Toronto Stock Exchange", "lei": "T8KI5SQ2JRWHL7XY0E11", "sec_cik": "886986", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teck_Resources_logo.svg", "description": "Canadian mining company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "886986", "enriched_at": "2026-09-12T09:34:35+00:00"}}
881 {"wikidata_id": "Q7071951", "display_name": "O'Reilly Auto Parts", "legal_name": null, "aliases": ["O’Reilly Automotive Inc."], "website": "https://www.oreillyauto.com", "canonical_domain": "oreillyauto.com", "country": "US", "hq_city": "Springfield", "hq_region": "Christian County", "lat": 37.195, "lon": -93.28611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "ORLY", "exchange": "Nasdaq", "lei": "549300K2RLMQL149Q332", "sec_cik": "898173", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O%27Reilly_Auto_Parts_Logo.svg", "description": "American automotive parts company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
882 {"wikidata_id": "Q731123", "display_name": "ICR Inbursa", "legal_name": null, "aliases": [], "website": "https://www.inbursa.com", "canonical_domain": "inbursa.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "GPFOF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Inbursa.svg", "description": "Mexican financial group", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
883 {"wikidata_id": "Q742196", "display_name": "Darden Restaurants", "legal_name": null, "aliases": [], "website": "https://www.darden.com", "canonical_domain": "darden.com", "country": "US", "hq_city": "Orange County", "hq_region": "Florida", "lat": 28.51, "lon": -81.32, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "DRI", "exchange": "New York Stock Exchange", "lei": "CY1NFSCCB5GUXC7WZC70", "sec_cik": "940944", "parent": null, "logo_url": null, "description": "American multi-brand restaurant operator", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
884 {"wikidata_id": "Q8025339", "display_name": "Wingstop", "legal_name": null, "aliases": ["Wing Stop", "Wingstop Restaurants", "Inc."], "website": "https://www.wingstop.com", "canonical_domain": "wingstop.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "WING", "exchange": "Nasdaq", "lei": "549300SSH3F8HPIM3Q47", "sec_cik": "1636222", "parent": null, "logo_url": null, "description": "American fast food chain", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
885 {"wikidata_id": "Q8042415", "display_name": "XPO, Inc.", "legal_name": null, "aliases": ["XPO"], "website": "https://www.xpo.com", "canonical_domain": "xpo.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["logistics", "transportation"], "industry_labels": ["logistics", "transport industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "XPO", "exchange": "New York Stock Exchange", "lei": "54930096DB9LCLPN7H13", "sec_cik": "1166003", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XPO%2C_Inc_%282023%29.svg", "description": "American transportation company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
886 {"wikidata_id": "Q905806", "display_name": "CF Industries", "legal_name": null, "aliases": ["CF Fertilisers", "CF Industries Holdings", "CF Industries Holdings", "Inc."], "website": "https://www.cfindustries.com", "canonical_domain": "cfindustries.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Kearny County", "lat": 37.9819, "lon": -101.135, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "CF", "exchange": "New York Stock Exchange", "lei": "529900CG8YAQFZ2JMV97", "sec_cik": "1324404", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CF_Industries_New_Logo.svg", "description": "North American manufacturer and distributor of agricultural fertilizers", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
887 {"wikidata_id": "Q917131", "display_name": "Regions Financial Corporation", "legal_name": null, "aliases": ["Regions Bank"], "website": "https://www.regions.com", "canonical_domain": "regions.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "RF", "exchange": "New York Stock Exchange", "lei": "CW05CS5KW59QTC0DG824", "sec_cik": "1281761", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regions_Financial_Corp_logo.svg", "description": "American bank holding company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
888 {"wikidata_id": "Q930639", "display_name": "Williams Companies", "legal_name": null, "aliases": ["Williams"], "website": "https://www.williams.com", "canonical_domain": "williams.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Tulsa County", "lat": 36.13139, "lon": -95.93722, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "WMB", "exchange": "New York Stock Exchange", "lei": "D71FAKCBLFS2O0RBPG08", "sec_cik": "107263", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Williams_Companies_logo.svg", "description": "American energy company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
889 {"wikidata_id": "Q944608", "display_name": "AtkinsRéalis", "legal_name": "GROUPE SNC-LAVALIN INC.", "aliases": ["SNC-Lavalin", "SNC-Lavalin Group Inc.", "Surveyer", "Nenniger & Chenevert Consulting Engineers"], "website": "https://www.atkinsrealis.com", "canonical_domain": "atkinsrealis.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["construction", "professional-services"], "industry_labels": ["construction industry", "Engineering Services", "civil engineering"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "SNC", "exchange": "Toronto Stock Exchange", "lei": "UL01OYG5OMLM5G6CFM03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AtkinsR%C3%A9alis_logo.svg", "description": "Canada-based engineering company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
890 {"wikidata_id": "Q946080", "display_name": "Paychex", "legal_name": null, "aliases": [], "website": "https://www.paychex.com", "canonical_domain": "paychex.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["professional-services"], "industry_labels": ["SIC 8700 Services-Engineering, Accounting, Research, Management"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "PAYX", "exchange": "Nasdaq", "lei": "529900K900DW6SUBM174", "sec_cik": "723531", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paychex_logo.svg", "description": "American company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "723531", "enriched_at": "2026-09-12T09:34:35+00:00"}}
891 {"wikidata_id": "Q3300783", "display_name": "Bethesda Game Studios", "legal_name": null, "aliases": ["BGS"], "website": "https://bethesdagamestudios.com", "canonical_domain": "bethesdagamestudios.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q684425", "name": "Bethesda Softworks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bethesda_Game_Studios_logo.svg", "description": "American in-house development team at Bethesda Softworks", "sitelinks": 31, "importance": 0.4511, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
892 {"wikidata_id": "Q629821", "display_name": "Obsidian Entertainment", "legal_name": null, "aliases": [], "website": "https://www.obsidian.net", "canonical_domain": "obsidian.net", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Obsidian_Entertainment.svg", "description": "American video game company", "sitelinks": 34, "importance": 0.4506, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
893 {"wikidata_id": "Q749257", "display_name": "Internet Society", "legal_name": null, "aliases": ["ISOC"], "website": "https://internetsociety.org", "canonical_domain": "internetsociety.org", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["internet", "manufacturing"], "industry_labels": [], "founded_year": 1992, "employees": 110, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VC2JPCHXL1AK51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Internet_Society_logo.svg", "description": "Internet development organization", "sitelinks": 37, "importance": 0.4506, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
894 {"wikidata_id": "Q1112515", "display_name": "University of New Brunswick", "legal_name": null, "aliases": ["University of New Brunswick in Fredericton"], "website": "https://www.unb.ca", "canonical_domain": "unb.ca", "country": "CA", "hq_city": null, "hq_region": "New Brunswick", "lat": 45.94556, "lon": -66.64083, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1785, "employees": 5584, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_brunswick_univ_logo.svg", "description": "university in Canada", "sitelinks": 21, "importance": 0.4499, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
895 {"wikidata_id": "Q18543", "display_name": "Major League Soccer", "legal_name": null, "aliases": ["MLS", "Major League Professional Soccer"], "website": "https://www.mlssoccer.com", "canonical_domain": "mlssoccer.com", "country": "US", "hq_city": "Pennsylvania Plaza", "hq_region": null, "lat": 40.7506, "lon": -73.9927, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005Z1VSYZZ2JED42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Major_League_Soccer_logo.svg", "description": "professional soccer league in the USA and Canada", "sitelinks": 71, "importance": 0.4496, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
896 {"wikidata_id": "Q384060", "display_name": "tumblr.com", "legal_name": null, "aliases": ["Tumblr", "Inc.", "tumblr."], "website": "https://www.tumblr.com", "canonical_domain": "tumblr.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2872634", "name": "Automattic"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tumblr_Wordmark.svg", "description": "microblogging platform and social networking website", "sitelinks": 71, "importance": 0.4496, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
897 {"wikidata_id": "Q604924", "display_name": "SRI International", "legal_name": "Stanford Research Institute", "aliases": ["SRI"], "website": "https://www.sri.com", "canonical_domain": "sri.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["education"], "industry_labels": [], "founded_year": 1946, "employees": 2100, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001DDDHUP6EPSO87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SRI_International_logo_2023.svg", "description": "American scientific research institute (founded 1946)", "sitelinks": 24, "importance": 0.4492, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
898 {"wikidata_id": "Q644459", "display_name": "Vought", "legal_name": null, "aliases": ["Chance Vought", "Ling-Temco-Vought", "Lewis and Vought Corporation", "LTV Aerospace", "Vought Aircraft Companies", "Vought Aircraft Industries", "Vought Sikorsky", "Vought-Sikorsky"], "website": "https://www.triumphgroup.com", "canonical_domain": "triumphgroup.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aircraft industry"], "founded_year": 1917, "employees": 6642, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15507516", "name": "Triumph Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chance_Vought_Corporation_Logo.png", "description": "series of related aerospace companies", "sitelinks": 20, "importance": 0.4475, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
899 {"wikidata_id": "Q923624", "display_name": "Brock University", "legal_name": null, "aliases": ["Brock", "BrockU"], "website": "https://brocku.ca", "canonical_domain": "brocku.ca", "country": "CA", "hq_city": "St. Catharines", "hq_region": "Regional Municipality of Niagara", "lat": 43.119, "lon": -79.249, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1964, "employees": 5939, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brock_University_Logo_2022.svg", "description": "public university in St. Catharines, Ontario, Canada", "sitelinks": 20, "importance": 0.4459, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
900 {"wikidata_id": "Q670250", "display_name": "Art Gallery of Ontario", "legal_name": "Art Museum of Toronto", "aliases": ["Art Gallery of Toronto"], "website": "https://ago.ca", "canonical_domain": "ago.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 43.65361, "lon": -79.39278, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1900, "employees": 554, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "art museum in Toronto, Ontario, Canada", "sitelinks": 28, "importance": 0.4455, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
901 {"wikidata_id": "Q2166701", "display_name": "Wilfrid Laurier University", "legal_name": null, "aliases": ["Laurier", "WLU", "Laurier University", "W.L.U."], "website": "https://www.wlu.ca", "canonical_domain": "wlu.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 43.4753, "lon": -80.5272, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1911, "employees": 7772, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Laurier_univ_textlogo.png", "description": "public university in Waterloo, Ontario, Canada", "sitelinks": 19, "importance": 0.4446, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
902 {"wikidata_id": "Q108943604", "display_name": "Hugging Face", "legal_name": null, "aliases": [], "website": "https://huggingface.co", "canonical_domain": "huggingface.co", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": [], "industry_labels": [], "founded_year": 2016, "employees": 250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hf-logo-with-title.svg", "description": "American company", "sitelinks": 31, "importance": 0.4443, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
903 {"wikidata_id": "Q167186", "display_name": "National Geographic Society", "legal_name": null, "aliases": ["NGS", "The National Geographic Society"], "website": "https://www.nationalgeographic.org", "canonical_domain": "nationalgeographic.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["education", "entertainment"], "industry_labels": [], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300Y716V0TJC41G95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Geographic_Society_mark.svg", "description": "American non-profit scientific and educational institution", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
904 {"wikidata_id": "Q27436", "display_name": "Cadillac", "legal_name": null, "aliases": ["Cadillac Motor Car Division"], "website": "https://www.cadillaceurope.com", "canonical_domain": "cadillaceurope.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cadillac_emblem.jpg", "description": "division of General Motors", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
905 {"wikidata_id": "Q30113", "display_name": "Jeep", "legal_name": null, "aliases": [], "website": "https://www.jeep.com", "canonical_domain": "jeep.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181114", "name": "Stellantis North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jeep_wordmark.svg", "description": "US automotive company", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
906 {"wikidata_id": "Q94912", "display_name": "rockstargames.com", "legal_name": null, "aliases": [], "website": "https://www.rockstargames.com", "canonical_domain": "rockstargames.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockstar_Games_Logo.svg", "description": "American video game publisher", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
907 {"wikidata_id": "Q65123501", "display_name": "1xBet", "legal_name": null, "aliases": [], "website": "https://1xbet.com", "canonical_domain": "1xbet.com", "country": "CW", "hq_city": "Curaçao", "hq_region": "Kingdom of the Netherlands", "lat": 12.2, "lon": -69.0, "industries": ["entertainment"], "industry_labels": ["gambling", "online gambling"], "founded_year": null, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1xbetlogo.png", "description": "cyprus-based online gambling company", "sitelinks": 20, "importance": 0.4434, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
908 {"wikidata_id": "Q1539185", "display_name": "The Timberland Company", "legal_name": null, "aliases": ["Timberland", "Timberland LLC"], "website": "https://www.timberland.com", "canonical_domain": "timberland.com", "country": "US", "hq_city": "Stratham", "hq_region": "Rockingham County", "lat": 43.02389, "lon": -70.91361, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timberland-logo.png", "description": "American manufacturer and retailer of outdoors wear", "sitelinks": 25, "importance": 0.4425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
909 {"wikidata_id": "Q1032353", "display_name": "Canadian Solar", "legal_name": null, "aliases": [], "website": "https://www.canadian-solar.com", "canonical_domain": "canadian-solar.com", "country": "US", "hq_city": "Guelph", "hq_region": "Ontario", "lat": 43.55, "lon": -80.25, "industries": ["renewables"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "CSIQ", "exchange": "Nasdaq", "lei": null, "sec_cik": "1375877", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CanadianSolarLOGO.png", "description": "company that manufactures solar PV modules and runs large scale solar projects", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1375877", "enriched_at": "2026-09-12T09:34:35+00:00"}}
910 {"wikidata_id": "Q1072615", "display_name": "iShares", "legal_name": null, "aliases": ["WEBS"], "website": "https://www.ishares.com", "canonical_domain": "ishares.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4363", "exchange": "Hong Kong Stock Exchange", "lei": "549300MGJZCNMJLBAJ67", "sec_cik": "930667", "parent": {"wikidata_id": "Q219635", "name": "BlackRock"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-ishares_2019.svg", "description": "family of exchange-traded funds (ETFs) managed by BlackRock", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
911 {"wikidata_id": "Q1111020", "display_name": "DigitalBridge", "legal_name": null, "aliases": ["DigitalBridge Group", "Inc."], "website": "https://www.digitalbridge.com", "canonical_domain": "digitalbridge.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "DBRG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1679688", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DigitalBridge-Logo.jpg", "description": "American private equity real estate firm", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
912 {"wikidata_id": "Q1121225", "display_name": "Motiva", "legal_name": null, "aliases": ["CCR"], "website": "https://www.motiva.com.br", "canonical_domain": "motiva.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["infrastructure"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "MOTV3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motiva.svg", "description": "Brazilian transportation company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
913 {"wikidata_id": "Q1129426", "display_name": "Convergys", "legal_name": null, "aliases": ["Convergys Corporation"], "website": "https://www.convergys.com", "canonical_domain": "convergys.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": [], "industry_labels": ["customer relationship management"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "CVG", "exchange": "New York Stock Exchange", "lei": "NICJJSON3PC7T7SFA372", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Convergys-Logo.svg", "description": "former customer management products company in Cincinnati, Ohio, U.S.", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
914 {"wikidata_id": "Q1130970", "display_name": "Companhia Paranaense de Energia", "legal_name": null, "aliases": ["Companhia Paranaense de Energia S.A."], "website": "https://www.copel.com", "canonical_domain": "copel.com", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": ["utilities"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "CPLE11", "exchange": "São Paulo Stock Exchange", "lei": "2549001AS1I9A71VG663", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Copel.svg", "description": "Brazilian electric utility", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
915 {"wikidata_id": "Q15913951", "display_name": "Sands China", "legal_name": null, "aliases": [], "website": "https://www.sandschina.com", "canonical_domain": "sandschina.com", "country": "KY", "hq_city": "Macau", "hq_region": "People's Republic of China", "lat": 22.19, "lon": 113.53806, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "1928", "exchange": "Hong Kong Stock Exchange", "lei": "549300EVO6UZDGY05787", "sec_cik": null, "parent": {"wikidata_id": "Q1506045", "name": "Las Vegas Sands"}, "logo_url": null, "description": "integrated resort developer and operator in Macau", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
916 {"wikidata_id": "Q203552", "display_name": "Zimmer Biomet Holdings", "legal_name": null, "aliases": ["Biomet", "Zimmer", "Zimmer Biomet", "Inc."], "website": "https://www.zimmer.com", "canonical_domain": "zimmer.com", "country": "US", "hq_city": "Warsaw", "hq_region": "Kosciusko County", "lat": 41.2406, "lon": -85.8469, "industries": ["biotechnology"], "industry_labels": ["biomedical engineering"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "ZBH", "exchange": "New York Stock Exchange", "lei": "2P2YLDVPES3BXQ1FRB91", "sec_cik": "1136869", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zimmer_Holdings_logo.svg", "description": "medical device company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
917 {"wikidata_id": "Q288129", "display_name": "ACCO Brands", "legal_name": null, "aliases": ["Acco Brands Corporation", "ACCO Brands Corporation", "ACCO Rexel", "Acco UK", "ACCO UK"], "website": "https://www.accobrands.com", "canonical_domain": "accobrands.com", "country": "US", "hq_city": "Lake Zurich", "hq_region": "Ela Township", "lat": 42.19222, "lon": -88.08806, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "ACCO", "exchange": "New York Stock Exchange", "lei": "JCT8P4Y190IH4I1NX328", "sec_cik": "712034", "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "712034", "enriched_at": "2026-09-12T09:34:36+00:00"}}
918 {"wikidata_id": "Q434017", "display_name": "Altair Engineering", "legal_name": null, "aliases": [], "website": "https://www.altair.com", "canonical_domain": "altair.com", "country": "US", "hq_city": "Troy", "hq_region": "Oakland County", "lat": 42.58028, "lon": -83.14306, "industries": ["artificial-intelligence", "internet", "technology", "software"], "industry_labels": ["artificial intelligence", "Internet of Things", "simulation", "high-performance computing", "software industry", "analytics", "product design", "computer-aided engineering"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "ALTR", "exchange": "Nasdaq", "lei": "549300FJ89HZ6GU9S994", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altair_logo.png", "description": "American Multinational Company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
919 {"wikidata_id": "Q472536", "display_name": "Amkor Technology", "legal_name": null, "aliases": ["Amkor", "Inc."], "website": "https://amkor.com", "canonical_domain": "amkor.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["technology", "semiconductors"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "AMKR", "exchange": "Nasdaq", "lei": "529900VHLRTKPWZJBM84", "sec_cik": "1047127", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amkor_Technology_logo.svg", "description": "a semiconductor product packaging and test services provider", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
920 {"wikidata_id": "Q5612177", "display_name": "Grupo Aeroportuario del Pacífico", "legal_name": null, "aliases": ["Grupo Aeroportuario del Pacifico"], "website": "https://aeropuertosgap.com.mx", "canonical_domain": "aeropuertosgap.com.mx", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "PAC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Aeroportuario_del_Pac%C3%ADfico_logo.jpg", "description": "airport operator holding group in Mexico", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
921 {"wikidata_id": "Q637474", "display_name": "Visteon", "legal_name": null, "aliases": ["VC"], "website": "https://www.visteon.com", "canonical_domain": "visteon.com", "country": "US", "hq_city": "Van Buren Charter Township", "hq_region": "Michigan", "lat": 42.22056, "lon": -83.4875, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "VC", "exchange": "Nasdaq", "lei": "549300MOVLYHRW4GGW78", "sec_cik": "1111335", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visteon_logo_%282016%29.svg", "description": "American automotive supplying company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1111335", "enriched_at": "2026-09-12T09:34:36+00:00"}}
922 {"wikidata_id": "Q689475", "display_name": "Laureate Education", "legal_name": null, "aliases": ["Laureate International Universities", "Laureate Education Inc"], "website": "https://www.laureate.net", "canonical_domain": "laureate.net", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "LAUR", "exchange": "Nasdaq", "lei": "5JL7TMOH5TY3IUYSUP91", "sec_cik": "912766", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Laureate_Education_Logo.svg", "description": "operator of degree-granting higher education institutions in Mexico and Peru", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
923 {"wikidata_id": "Q750124", "display_name": "Cabot Corporation", "legal_name": null, "aliases": [], "website": "https://www.cabot-corp.com", "canonical_domain": "cabot-corp.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "CBT", "exchange": "New York Stock Exchange", "lei": "K05C0SER542GQ6VLRO68", "sec_cik": "16040", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cabot_Corporation_Logo.svg", "description": "American specialty chemicals and performance materials company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
924 {"wikidata_id": "Q813780", "display_name": "Becton Dickinson", "legal_name": null, "aliases": ["BD", "BD Biosciences (United States)", "Becton", "Dickinson and Company"], "website": "https://www.bdbiosciences.com", "canonical_domain": "bdbiosciences.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "BDX", "exchange": "New York Stock Exchange", "lei": "ICE2EP6D98PQUILVRZ91", "sec_cik": "10795", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BD_%28company%29_logo.svg", "description": "American multinational medical technology company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
925 {"wikidata_id": "Q815327", "display_name": "Belden Incorporated", "legal_name": null, "aliases": ["Belden", "Belden Inc."], "website": "https://www.belden.com", "canonical_domain": "belden.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "BDC", "exchange": "New York Stock Exchange", "lei": "68BKYO1JC791TTJHUE82", "sec_cik": "913142", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
926 {"wikidata_id": "Q826526", "display_name": "Loews Corporation", "legal_name": null, "aliases": [], "website": "https://www.loews.com", "canonical_domain": "loews.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "L", "exchange": "New York Stock Exchange", "lei": "R8V1FN4M5ITGZOG7BS19", "sec_cik": "60086", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Loews-Corporation-Logo.svg", "description": "American conglomerate", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
927 {"wikidata_id": "Q835370", "display_name": "Yamana Gold", "legal_name": null, "aliases": ["Yamana Gold Inc."], "website": "https://www.yamana.com", "canonical_domain": "yamana.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "YRI", "exchange": "Toronto Stock Exchange", "lei": "54930002VY22NXG01418", "sec_cik": "1264089", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Yamana_Gold.svg", "description": "Canadian company that operates mainly in gold and silver mining in Latin America, including Canada, Brazil, Chile and Argentina", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
928 {"wikidata_id": "Q861947", "display_name": "Grupo Éxito", "legal_name": null, "aliases": ["Grupo Exito"], "website": "https://www.grupoexito.com.co", "canonical_domain": "grupoexito.com.co", "country": "CO", "hq_city": "Envigado", "hq_region": "Antioquia", "lat": 6.17194, "lon": -75.58028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "EXITO", "exchange": "Colombia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Exito_logo.svg", "description": "Colombian retail company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
929 {"wikidata_id": "Q894558", "display_name": "Boston Beer Company", "legal_name": null, "aliases": ["Sam Adams Brewing Company"], "website": "https://www.bostonbeer.com", "canonical_domain": "bostonbeer.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "SAM", "exchange": "New York Stock Exchange", "lei": "529900Q02MQ0DCQNRM58", "sec_cik": "949870", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boston_Beer_Company_logo.svg", "description": "beer company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "949870", "enriched_at": "2026-09-12T09:34:36+00:00"}}
930 {"wikidata_id": "Q912476", "display_name": "Québecor", "legal_name": "Québecor", "aliases": ["Quebecor"], "website": "https://www.quebecor.com", "canonical_domain": "quebecor.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "QBR.A", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qu%C3%A9becor_logo.svg", "description": "Canadian communications company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3414855"}]}
931 {"wikidata_id": "Q11289", "display_name": "Panavision", "legal_name": null, "aliases": [], "website": "https://cs.panavision.com", "canonical_domain": "panavision.com", "country": "US", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1953, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3277355", "name": "Saban Capital Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panavision_logo.svg", "description": "American motion picture equipment company", "sitelinks": 24, "importance": 0.4411, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
932 {"wikidata_id": "Q395941", "display_name": "Agrale", "legal_name": null, "aliases": ["Agrale Brazil"], "website": "https://www.agrale.com.br", "canonical_domain": "agrale.com.br", "country": "BR", "hq_city": "Caxias do Sul", "hq_region": "Rio Grande do Sul", "lat": -29.16778, "lon": -51.17889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1962, "employees": 12300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agrale.svg", "description": "Brazilian manufacturing company", "sitelinks": 17, "importance": 0.4402, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
933 {"wikidata_id": "Q48815838", "display_name": "Axiom Space", "legal_name": "Axiom Space, Inc.", "aliases": ["Axiom", "Inc.", "AxiomSpace"], "website": "https://www.axiomspace.com", "canonical_domain": "axiomspace.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2016, "employees": 853, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AxiomSpaceLogo.svg", "description": "private American aerospace company", "sitelinks": 25, "importance": 0.4402, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
934 {"wikidata_id": "Q757135", "display_name": "Atlas Air", "legal_name": null, "aliases": ["GIANT", "GTI", "Atlas Air Worldwide Holdings", "5Y", "Atlas Air Worldwide", "Inc.", "AtlasAir"], "website": "https://www.atlasair.com", "canonical_domain": "atlasair.com", "country": "US", "hq_city": "Purchase", "hq_region": "Harrison", "lat": 41.04056, "lon": -73.71444, "industries": ["airlines"], "industry_labels": ["SIC 4522 Air Transportation, Nonscheduled"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "941552", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlas_Air_Worldwide_logo.svg", "description": "charter airline in the United States", "sitelinks": 24, "importance": 0.4384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "941552", "enriched_at": "2026-09-12T09:34:36+00:00"}}
935 {"wikidata_id": "Q631894", "display_name": "HEAD", "legal_name": null, "aliases": [], "website": "https://www.head.com", "canonical_domain": "head.com", "country": "US", "hq_city": "Kennelbach", "hq_region": "Bregenz District", "lat": 47.48306, "lon": 9.76667, "industries": ["apparel", "consumer-goods"], "industry_labels": ["sportswear", "sports equipment"], "founded_year": 1950, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HEAD.svg", "description": "sports equipment and clothing company", "sitelinks": 21, "importance": 0.4382, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
936 {"wikidata_id": "Q1339598", "display_name": "Peavey Electronics", "legal_name": null, "aliases": [], "website": "https://www.peavey.com", "canonical_domain": "peavey.com", "country": "US", "hq_city": "Meridian", "hq_region": "Lauderdale County", "lat": 32.36431, "lon": -88.70367, "industries": ["technology"], "industry_labels": [], "founded_year": 1965, "employees": 2400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 21, "importance": 0.4376, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
937 {"wikidata_id": "Q1165036", "display_name": "Stratfor", "legal_name": null, "aliases": ["STRATFOR", "Stratfor Enterprises", "LLC"], "website": "https://www.stratfor.com", "canonical_domain": "stratfor.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["professional-services", "consulting"], "industry_labels": ["business intelligence", "consulting"], "founded_year": 1996, "employees": 100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7292538", "name": "Rane Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stratfor_Logo.jpg", "description": "American geopolitical intelligence platform and publisher", "sitelinks": 33, "importance": 0.4375, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
938 {"wikidata_id": "Q181114", "display_name": "Stellantis North America", "legal_name": "FCA US LLC", "aliases": [], "website": "https://media.stellantisnorthamerica.com", "canonical_domain": "stellantisnorthamerica.com", "country": "US", "hq_city": "Chrysler Headquarters and Technology Center", "hq_region": "Michigan", "lat": 42.6544, "lon": -83.2336, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "ZTC508ZLTU6TYD5R7A85", "sec_cik": null, "parent": {"wikidata_id": "Q97439162", "name": "Stellantis"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stellantis.svg", "description": "American automotive manufacturer", "sitelinks": 63, "importance": 0.4372, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
939 {"wikidata_id": "Q186471", "display_name": "Ultimate Fighting Championship", "legal_name": null, "aliases": ["UFC"], "website": "https://ufc.com", "canonical_domain": "ufc.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q120435068", "name": "TKO Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UFC_Logo.svg", "description": "American mixed martial arts (MMA) promotion company", "sitelinks": 63, "importance": 0.4372, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2082462"}]}
940 {"wikidata_id": "Q29231846", "display_name": "Yahoo Inc.", "legal_name": "Yahoo! Inc.", "aliases": ["Oath", "Yahoo", "Yahoo!", "Verizon Digital Network", "Verizon Media", "Verizon Media Group"], "website": "https://www.yahooinc.com", "canonical_domain": "yahooinc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 37.41815, "lon": -122.02549, "industries": ["internet", "telecommunications", "media", "technology"], "industry_labels": ["Internet", "telecommunications industry", "media industry", "technology industry"], "founded_year": 2006, "employees": 14000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q619121", "name": "Apollo Global Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yahoo%21_%282019%29.svg", "description": "American internet company (2017–present)", "sitelinks": 16, "importance": 0.4361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
941 {"wikidata_id": "Q130309", "display_name": "Norwegian Cruise Line", "legal_name": "Norwegian Cruise Line", "aliases": ["NCL"], "website": "https://www.ncl.com", "canonical_domain": "ncl.com", "country": "US", "hq_city": "Miami-Dade County", "hq_region": "Florida", "lat": 25.77417, "lon": -80.19361, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q60767471", "name": "Norwegian Cruise Line Holdings Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Norwegian-Cruise-Line-Logo.svg", "description": "American company operating cruise ships", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
942 {"wikidata_id": "Q1753080", "display_name": "Kmart", "legal_name": null, "aliases": ["K Mart", "K-Mart", "K-Mart Corporation"], "website": "https://www.kmart.com", "canonical_domain": "kmart.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q966556", "name": "Sears Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kmart_logo.svg", "description": "American big box department store chain", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
943 {"wikidata_id": "Q1812075", "display_name": "National Post", "legal_name": null, "aliases": ["The National Post"], "website": "https://nationalpost.com", "canonical_domain": "nationalpost.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["logistics", "media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national newspaper based in Toronto, Ontario, Canada", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
944 {"wikidata_id": "Q2438391", "display_name": "Chuck E. Cheese", "legal_name": null, "aliases": ["Chuck E. Cheese's", "Chuck E. Cheese's Pizza", "Chuck E. Cheese's Pizza Time Theatre"], "website": "https://www.chuckecheese.com", "canonical_domain": "chuckecheese.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["food-beverage"], "industry_labels": ["quick service restaurant sector"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300MWTY75LB8TRO50", "sec_cik": null, "parent": {"wikidata_id": "Q98567979", "name": "CEC Entertainment. Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chuck_E._Cheese_2019_wordmark.svg", "description": "American pizza restaurant chain", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
945 {"wikidata_id": "Q233929", "display_name": "NASCAR", "legal_name": null, "aliases": ["National Association for Stock Car Auto Racing"], "website": "https://www.nascar.com", "canonical_domain": "nascar.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["automotive"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NASCAR_logo_2017.svg", "description": "American automobile racing company", "sitelinks": 61, "importance": 0.4339, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
946 {"wikidata_id": "Q1895354", "display_name": "Memorial University of Newfoundland", "legal_name": null, "aliases": ["Memorial University", "Memorial University of Newfoundland and Labrador"], "website": "https://www.mun.ca", "canonical_domain": "mun.ca", "country": "CA", "hq_city": "St. John's", "hq_region": "Newfoundland and Labrador", "lat": 47.5725, "lon": -52.73444, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1925, "employees": 3427, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Memorial_University_of_Newfoundland_Logo.svg", "description": "Public university located in St. John's, Newfoundland, Canada", "sitelinks": 19, "importance": 0.4328, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
947 {"wikidata_id": "Q283848", "display_name": "Belkin International, Inc.", "legal_name": null, "aliases": [], "website": "https://www.belkin.com", "canonical_domain": "belkin.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1983, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": "549300L6S8M8SOPOFZ79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Belkin_logo_2024.svg", "description": "American manufacturer of consumer electronics", "sitelinks": 22, "importance": 0.4323, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
948 {"wikidata_id": "Q214867", "display_name": "nga.gov", "legal_name": null, "aliases": ["National Gallery", "National Gallery of Art", "Mellon Gallery of Art", "National Art Gallery (U.S.)", "National Gallery of Art (U.S.)", "National Gallery of Art (Washington D.C.)", "National Gallery of Art (Washington", "D.C.)"], "website": "https://www.nga.gov", "canonical_domain": "nga.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.89139, "lon": -77.02, "industries": ["media"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Gallery_of_Art_logo.svg", "description": "national art museum in Washington, D.C.", "sitelinks": 60, "importance": 0.4322, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
949 {"wikidata_id": "Q223142", "display_name": "Box Office Mojo", "legal_name": null, "aliases": ["boxofficemojo"], "website": "https://boxofficemojo.com", "canonical_domain": "boxofficemojo.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q37312", "name": "IMDb"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Box_office_Mojo.png", "description": "website that tracks box office revenue", "sitelinks": 60, "importance": 0.4322, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
950 {"wikidata_id": "Q242446", "display_name": "Lucasfilm", "legal_name": null, "aliases": ["LFL", "Lucasfilm Limited", "LLC", "Lucasfilm Ltd. LLC", "Ltd."], "website": "https://www.lucasfilm.com", "canonical_domain": "lucasfilm.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lucasfilm_logo.svg", "description": "American film and television production company", "sitelinks": 60, "importance": 0.4322, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1169075"}]}
951 {"wikidata_id": "Q3211367", "display_name": "Fresh Del Monte Produce", "legal_name": null, "aliases": [], "website": "https://www.freshdelmonte.com", "canonical_domain": "freshdelmonte.com", "country": "US", "hq_city": "Coral Gables", "hq_region": "Miami-Dade County", "lat": 25.75, "lon": -80.27111, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "FDP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1047340", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fresh_Del_Monte_logo.svg", "description": "American produce company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
952 {"wikidata_id": "Q462984", "display_name": "Ameren", "legal_name": "Ameren Corporation", "aliases": [], "website": "https://www.amereninvestors.com", "canonical_domain": "amereninvestors.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["utilities", "energy"], "industry_labels": ["public utility", "energy industry", "electric power industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "AEE", "exchange": "New York Stock Exchange", "lei": "XRZQ5S7HYJFPHJ78L959", "sec_cik": "1002910", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ameren_logo.svg", "description": "electric power and natural gas utility holding company based in St. Louis, Missouri, U.S.", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
953 {"wikidata_id": "Q7449804", "display_name": "Sempra", "legal_name": null, "aliases": [], "website": "https://www.sempra.com", "canonical_domain": "sempra.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "SRE", "exchange": "New York Stock Exchange", "lei": "PBBKGKLRK5S5C0Y4T545", "sec_cik": "1032208", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sempra_Energy_logo.svg", "description": "North American electric and gas utility holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
954 {"wikidata_id": "Q822314", "display_name": "Sony Pictures", "legal_name": null, "aliases": ["SPE", "Columbia Pictures Entertainment", "Inc.", "Sony Pictures Entertainment Inc.", "Sony Pictures Entertainment", "Inc."], "website": "https://www.sonypictures.net", "canonical_domain": "sonypictures.net", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Pictures_logo.svg", "description": "American television and film studio", "sitelinks": 59, "importance": 0.4304, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
955 {"wikidata_id": "Q17153156", "display_name": "McGraw-Hill Education", "legal_name": null, "aliases": ["Open University Press", "McGraw-Hill", "McGraw Hill LLC", "McGraw-Hill/Irwin", "MHE"], "website": "https://www.mheducation.com", "canonical_domain": "mheducation.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["education", "construction"], "industry_labels": ["SIC 2741 Miscellaneous Publishing"], "founded_year": 1888, "employees": 6000, "public_company": true, "ticker": "MH", "exchange": "NYSE", "lei": null, "sec_cik": "1951070", "parent": {"wikidata_id": "Q787239", "name": "Platinum Equity"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McGraw-Hill_Education_wordmark.svg", "description": "educational science, technology, engineering, and math publisher", "sitelinks": 17, "importance": 0.4298, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1951070", "enriched_at": "2026-09-12T09:34:36+00:00"}}
956 {"wikidata_id": "Q2037048", "display_name": "Techint", "legal_name": null, "aliases": ["Compañía Tecnica Internazionale", "Grupo Techint", "Organizacion Techint", "Techint Group"], "website": "https://www.techint.com", "canonical_domain": "techint.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["mining"], "industry_labels": ["metallurgy"], "founded_year": 1945, "employees": 59196, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Techint_Logo.svg", "description": "Italian and Argentine conglomerate", "sitelinks": 12, "importance": 0.4287, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
957 {"wikidata_id": "Q244457", "display_name": "Subway", "legal_name": null, "aliases": ["SUBWAY", "Subway (restaurant)", "Subway IP LLC"], "website": "https://subway.com", "canonical_domain": "subway.com", "country": "US", "hq_city": "Milford", "hq_region": "South Central Connecticut Planning Region", "lat": 41.22417, "lon": -73.05972, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subway_2016_logo.svg", "description": "American sandwich restaurant chain", "sitelinks": 58, "importance": 0.4287, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
958 {"wikidata_id": "Q200491", "display_name": "VSync, Inc.", "legal_name": "VSync, Inc.", "aliases": [], "website": "https://www.activision.com", "canonical_domain": "activision.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZYJMOOHHE21I72", "sec_cik": null, "parent": {"wikidata_id": "Q344341", "name": "Activision Blizzard"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Activision.svg", "description": "American video game publisher", "sitelinks": 57, "importance": 0.4269, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
959 {"wikidata_id": "Q1062986", "display_name": "Raven Software", "legal_name": null, "aliases": ["Raven Entertainment Software", "Inc.", "Raven Software Corporation"], "website": "https://www.ravensoft.com", "canonical_domain": "ravensoft.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": 239, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raven_Software-logo.svg", "description": "American video game development company", "sitelinks": 26, "importance": 0.4258, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
960 {"wikidata_id": "Q1047410", "display_name": "disneyanimation.com", "legal_name": null, "aliases": ["Disney Animation Studios", "Disney Brothers Cartoon Studio", "Disney Brothers Studio", "Walt Disney Cartoon Studio", "Walt Disney Productions", "Walt Disney Studio"], "website": "https://disneyanimation.com", "canonical_domain": "disneyanimation.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.15556, "lon": -118.32306, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walt_Disney_Animation_Studios_Logo.svg", "description": "animation studio", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
961 {"wikidata_id": "Q217305", "display_name": "The New Yorker", "legal_name": null, "aliases": ["New Yorker magazine"], "website": "https://newyorker.com", "canonical_domain": "newyorker.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q605401", "name": "Condé Nast"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_New_Yorker.svg", "description": "American weekly magazine since 1925", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
962 {"wikidata_id": "Q19995004", "display_name": "WeWork", "legal_name": null, "aliases": ["We Work", "WeWork Companies", "Inc.", "WeWork Cos"], "website": "https://www.wework.com", "canonical_domain": "wework.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["real-estate"], "industry_labels": ["coworking industry", "SIC 6512 Opeators of Nonresidential Buildings"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300D8U9TF7WBED521", "sec_cik": "1813756", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WeWork_logo.png", "description": "office space design provider", "sitelinks": 21, "importance": 0.425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1813756", "enriched_at": "2026-09-12T09:34:37+00:00"}}
963 {"wikidata_id": "Q218671", "display_name": "GE Transportation", "legal_name": null, "aliases": [], "website": "https://www.getransportation.com", "canonical_domain": "getransportation.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation", "mining"], "industry_labels": ["transport", "mining"], "founded_year": 1907, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q741707", "name": "Wabtec"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GElectric_transportation_logo.svg", "description": "American railroad rolling stock manufacturer", "sitelinks": 15, "importance": 0.4248, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
964 {"wikidata_id": "Q683146", "display_name": "LexisNexis", "legal_name": null, "aliases": ["Lexis", "CaseMap", "CounselLink", "CourtLink", "Lexis Advance", "Lexis Plus", "Lexis Practice Advisor", "LexisNexis GmbH"], "website": "https://www.lexisnexis.com", "canonical_domain": "lexisnexis.com", "country": "US", "hq_city": "Dayton", "hq_region": "Montgomery County", "lat": 39.76667, "lon": -84.2, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1973, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q998470", "name": "RELX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LexisNexis_logo.svg", "description": "corporation providing computer-assisted legal research, as well as business research and risk management services", "sitelinks": 15, "importance": 0.4248, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
965 {"wikidata_id": "Q109179", "display_name": "Rotary International", "legal_name": null, "aliases": ["R.I.", "RI"], "website": "https://www.rotary.org", "canonical_domain": "rotary.org", "country": "US", "hq_city": "Evanston", "hq_region": "Cook County", "lat": 42.04722, "lon": -87.685, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WT0WF1MQJYEH75", "sec_cik": null, "parent": null, "logo_url": null, "description": "international non-profit service organization", "sitelinks": 55, "importance": 0.4232, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
966 {"wikidata_id": "Q847743", "display_name": "Dunkin'", "legal_name": null, "aliases": ["DD", "Dunkin Donuts", "Dunkin D", "Dunkin Donuts Coffee", "Dunkin' Donuts"], "website": "https://www.dunkindonuts.com", "canonical_domain": "dunkindonuts.com", "country": "US", "hq_city": "Quincy", "hq_region": "Norfolk County", "lat": 42.25, "lon": -71.0, "industries": ["food-beverage"], "industry_labels": ["fast food industry", "fast food restaurant chain"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dunkin%27_2022.svg", "description": "American global donut company and coffeehouse", "sitelinks": 55, "importance": 0.4232, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
967 {"wikidata_id": "Q966562", "display_name": "Cirrus Aircraft Corporation", "legal_name": null, "aliases": ["Cirrus", "Cirrus Aircraft", "Cirrus Design Corporation"], "website": "https://www.cirrusaircraft.com", "canonical_domain": "cirrusaircraft.com", "country": "US", "hq_city": "Duluth", "hq_region": "St. Louis County", "lat": 46.78444, "lon": -92.10528, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1984, "employees": 2418, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cirrus_Aircraft_Logo.jpg", "description": "aircraft manufacturer in the United States", "sitelinks": 18, "importance": 0.4223, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
968 {"wikidata_id": "Q114913", "display_name": "Dickies", "legal_name": null, "aliases": ["Williamson-Dickie Manufacturing Company"], "website": "https://www.dickies.com", "canonical_domain": "dickies.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1918, "employees": 5100, "public_company": false, "ticker": null, "exchange": null, "lei": "549300H26D8NN6U22F60", "sec_cik": null, "parent": null, "logo_url": null, "description": "company that manufactures and sells work-related clothing and other accessories", "sitelinks": 16, "importance": 0.4214, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
969 {"wikidata_id": "Q183387", "display_name": "Columbia Records", "legal_name": null, "aliases": ["Columbia"], "website": "https://www.columbiarecords.com", "canonical_domain": "columbiarecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Columbia_Records_Colored_Logo.svg", "description": "American record label owned by Sony", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
970 {"wikidata_id": "Q270794", "display_name": "National Academy of Sciences", "legal_name": null, "aliases": ["NAS", "National Academy of Sciences of the USA", "The National Academy of Sciences", "United States National Academy of Sciences", "US National Academy of Sciences", "USNAS", "U.S. National Academy of Sciences"], "website": "https://www.nasonline.org", "canonical_domain": "nasonline.org", "country": "US", "hq_city": "National Academy of Sciences building", "hq_region": "Washington, D.C.", "lat": 38.89658, "lon": -77.0195, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1863, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1340198", "name": "National Research Council"}, "logo_url": null, "description": "science branch of the United States National Academies", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
971 {"wikidata_id": "Q27564", "display_name": "Dodge", "legal_name": "Dodge Brothers Motor Vehicle Company", "aliases": ["Dodge Brothers"], "website": "https://www.dodge.com", "canonical_domain": "dodge.com", "country": "US", "hq_city": "Dodge Building", "hq_region": "Massachusetts", "lat": 42.81, "lon": -70.88056, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181114", "name": "Stellantis North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dodge_2022_logo.svg", "description": "US automotive company", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
972 {"wikidata_id": "Q1165215", "display_name": "Lakehead University", "legal_name": null, "aliases": [], "website": "https://www.lakeheadu.ca", "canonical_domain": "lakeheadu.ca", "country": "CA", "hq_city": "Thunder Bay", "hq_region": "Thunder Bay District", "lat": 48.42, "lon": -89.26222, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1965, "employees": 3269, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lakehead_univ_textlogo.png", "description": "in Thunder Bay, and Orillia, Ontario, Canada", "sitelinks": 17, "importance": 0.421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
973 {"wikidata_id": "Q1367937", "display_name": "Wolfram Research", "legal_name": null, "aliases": ["Inc."], "website": "https://www.wolfram.com", "canonical_domain": "wolfram.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1987, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wolfram_Research_wordmark.svg", "description": "American software company", "sitelinks": 23, "importance": 0.4209, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
974 {"wikidata_id": "Q1010519", "display_name": "Bureau of Engraving and Printing", "legal_name": null, "aliases": ["Money Factory", "Moneyfactory", "U.S. Bureau of Engraving and Printing", "United States Bureau of Engraving and Printing", "US Bureau of Engraving and Printing"], "website": "https://www.bep.gov", "canonical_domain": "bep.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.88556, "lon": -77.03306, "industries": ["manufacturing", "pharmaceuticals"], "industry_labels": [], "founded_year": 1862, "employees": 2169, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q648666", "name": "United States Department of the Treasury"}, "logo_url": null, "description": "United States government agency", "sitelinks": 18, "importance": 0.4208, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
975 {"wikidata_id": "Q3483455", "display_name": "Sierra Nevada Corporation", "legal_name": null, "aliases": ["SNC", "Sierra Nevada"], "website": "https://www.sncorp.com", "canonical_domain": "sncorp.com", "country": "US", "hq_city": "Sparks", "hq_region": "Washoe County", "lat": 39.54047, "lon": -119.74872, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1963, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300317U4IKOV2IF68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNC_logo_2023.svg", "description": "American electronic systems provider and systems integrator", "sitelinks": 18, "importance": 0.4196, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
976 {"wikidata_id": "Q202440", "display_name": "Atlantic Records", "legal_name": null, "aliases": ["LC 00121", "LC 0121"], "website": "https://www.atlanticrecords.com", "canonical_domain": "atlanticrecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlantic_Records_logo_2005.svg", "description": "American record label", "sitelinks": 53, "importance": 0.4194, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
977 {"wikidata_id": "Q5348820", "display_name": "Eidos Montreal", "legal_name": null, "aliases": [], "website": "https://www.eidosmontreal.com", "canonical_domain": "eidosmontreal.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 481, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115116019", "name": "CDE Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eidos-Montr%C3%A9al_logo.svg", "description": "Canadian video game developer", "sitelinks": 22, "importance": 0.4191, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
978 {"wikidata_id": "Q1054480", "display_name": "Century 21 Real Estate", "legal_name": null, "aliases": ["Century 21", "Century 21 Real Estate LLC", "Century21", "Century21 Real Estate Of Japan Ltd."], "website": "https://www.century21global.com", "canonical_domain": "century21global.com", "country": "US", "hq_city": "Madison", "hq_region": "Morris County", "lat": 40.75861, "lon": -74.41583, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1971, "employees": 101000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7301358", "name": "Anywhere Real Estate"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Century-21-logo.png", "description": "US international real estate agent franchise company", "sitelinks": 10, "importance": 0.4189, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
979 {"wikidata_id": "Q11074156", "display_name": "ONEOK", "legal_name": null, "aliases": ["Oklahoma Natural Gas Company", "Oneok", "Inc"], "website": "https://www.oneok.com", "canonical_domain": "oneok.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "OKE", "exchange": "New York Stock Exchange", "lei": "2T3D6M0JSY48PSZI1Q41", "sec_cik": "1039684", "parent": null, "logo_url": null, "description": "Oklahoma based energy company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
980 {"wikidata_id": "Q1984481", "display_name": "NiSource", "legal_name": null, "aliases": [], "website": "https://www.nisource.com", "canonical_domain": "nisource.com", "country": "US", "hq_city": "Merrillville", "hq_region": "Ross Township", "lat": 41.48556, "lon": -87.33528, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "NI", "exchange": "New York Stock Exchange", "lei": "549300D8GOWWH0SJB189", "sec_cik": "1111711", "parent": null, "logo_url": null, "description": "Utility corporation based in Indiana, USA", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
981 {"wikidata_id": "Q2843192", "display_name": "Edenor S.A.", "legal_name": null, "aliases": ["Empresa Distribuidora y Comercializadora Norte"], "website": "https://www.edenor.com", "canonical_domain": "edenor.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "EDN", "exchange": "New York Stock Exchange", "lei": "254900JU7TV6VS9GRW29", "sec_cik": "1395213", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edenor-Logo.svg", "description": "Argentine electricity distributor", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
982 {"wikidata_id": "Q4735783", "display_name": "Alsea", "legal_name": null, "aliases": ["Operadora Alsea"], "website": "https://www.alsea.com.mx", "canonical_domain": "alsea.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "ALSSF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alsea_logo.png", "description": "Mexican restaurant chain operator", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
983 {"wikidata_id": "Q4844439", "display_name": "Boston Properties", "legal_name": null, "aliases": ["BXP Boston"], "website": "https://www.bxp.com", "canonical_domain": "bxp.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "BXP", "exchange": "New York Stock Exchange", "lei": "549300OF70FSEUQBT254", "sec_cik": "1037540", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bxp_boston_logo.png", "description": "real estate company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
984 {"wikidata_id": "Q5612176", "display_name": "Grupo Aeroportuario Centro Norte", "legal_name": null, "aliases": ["OMA", "OMAB"], "website": "https://www.oma.aero", "canonical_domain": "oma.aero", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "OMAB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1378239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oma_logo.jpg", "description": "Mexican airport operating company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
985 {"wikidata_id": "Q689446", "display_name": "Armstrong World Industries", "legal_name": null, "aliases": ["Inc."], "website": "https://www.armstrongceilings.com", "canonical_domain": "armstrongceilings.com", "country": "US", "hq_city": "Lancaster", "hq_region": "Lancaster County", "lat": 40.03972, "lon": -76.30444, "industries": ["materials"], "industry_labels": ["building material"], "founded_year": 1860, "employees": null, "public_company": true, "ticker": "AWI", "exchange": "New York Stock Exchange", "lei": "KXMRXXOJ88Q45Y45MG74", "sec_cik": "7431", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ArmstrongWorldIndustries.png", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
986 {"wikidata_id": "Q7314415", "display_name": "Republic Services", "legal_name": null, "aliases": [], "website": "https://www.republicservices.com", "canonical_domain": "republicservices.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "RSG", "exchange": "New York Stock Exchange", "lei": "NKNQHM6BLECKVOQP7O46", "sec_cik": "1060391", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Republic_Services_logo.svg", "description": "solid waste management company in the U.S.", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
987 {"wikidata_id": "Q917701", "display_name": "ALFA Group", "legal_name": null, "aliases": ["ALFA", "ALFA S.A.B. de C.V."], "website": "https://www.alfa.com.mx", "canonical_domain": "alfa.com.mx", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "ALFAA", "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ALFA_logo.svg", "description": "Mexican multinational conglomerate", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
988 {"wikidata_id": "Q930919", "display_name": "Public Service Enterprise Group", "legal_name": null, "aliases": ["PSEG", "PSE&G", "Public Service Corporation of New Jersey", "Public Service Electric & Gas"], "website": "https://www.pseg.com", "canonical_domain": "pseg.com", "country": "US", "hq_city": "Newark", "hq_region": "Essex County", "lat": 40.73556, "lon": -74.17222, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "PEG", "exchange": "New York Stock Exchange", "lei": "549300RUHPVD434XUK18", "sec_cik": "788784", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PSEG_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
989 {"wikidata_id": "Q207708", "display_name": "ign.com", "legal_name": null, "aliases": [], "website": "https://www.ign.com", "canonical_domain": "ign.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IGN_logo.svg", "description": "American video game and entertainment media website", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
990 {"wikidata_id": "Q231694", "display_name": "Interscope Records", "legal_name": null, "aliases": ["Interscope", "Interscope Records Inc."], "website": "https://interscope.com", "canonical_domain": "interscope.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interscope_Records.svg", "description": "American record label based in California", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2723471"}]}
991 {"wikidata_id": "Q1970040", "display_name": "PIMCO", "legal_name": null, "aliases": ["Pacific Investment Management Company"], "website": "https://www.pimco.com", "canonical_domain": "pimco.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": 2462, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q487292", "name": "Allianz SE"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pimco_Logo_2025.svg", "description": "investment management firm", "sitelinks": 17, "importance": 0.4169, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
992 {"wikidata_id": "Q1428656", "display_name": "Vivo", "legal_name": null, "aliases": [], "website": "https://www.vivo.com.br", "canonical_domain": "vivo.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2003, "employees": 8386, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20059505", "name": "Telefônica Brasil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Vivo_Purpura_Positivo.svg", "description": "Brazilian telecommunications trademark", "sitelinks": 14, "importance": 0.4155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
993 {"wikidata_id": "Q190585", "display_name": "Island Records", "legal_name": null, "aliases": ["Island", "LC 00407", "LC 0407"], "website": "https://www.islandrecords.co.uk", "canonical_domain": "islandrecords.co.uk", "country": "JM", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Island_Records_wordmark.svg", "description": "British-Jamaican record label", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
994 {"wikidata_id": "Q43327", "display_name": "Motown", "legal_name": null, "aliases": ["Motown Records"], "website": "https://www.motownrecords.com", "canonical_domain": "motownrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motown_logo_with_wordmark.svg", "description": "American record label", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
995 {"wikidata_id": "Q461761", "display_name": "Canadian Broadcasting Corporation", "legal_name": "Société Radio-Canada", "aliases": ["CBC", "CBC/Radio-Canada", "Canadian Broadcasting Company", "Canadian Broadcast Corporation", "CBC-SRC"], "website": "https://cbc.radio-canada.ca", "canonical_domain": "radio-canada.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["media"], "industry_labels": ["mass media", "public broadcasting", "broadcasting"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1056951", "name": "Department of Canadian Heritage"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBC_logo.svg", "description": "Canadian public broadcaster", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
996 {"wikidata_id": "Q466183", "display_name": "Reebok", "legal_name": null, "aliases": ["Reebok International"], "website": "https://www.reebok.com", "canonical_domain": "reebok.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["apparel"], "industry_labels": ["sports industry", "textile industry"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reebok_red_logo.svg", "description": "American sports equipment company", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
997 {"wikidata_id": "Q1411762", "display_name": "Scaled Composites", "legal_name": null, "aliases": ["LLC"], "website": "https://www.scaled.com", "canonical_domain": "scaled.com", "country": "US", "hq_city": "Mojave", "hq_region": "Kern County", "lat": 35.01667, "lon": -118.18889, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1982, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American aerospace company", "sitelinks": 24, "importance": 0.4152, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
998 {"wikidata_id": "Q1939632", "display_name": "Swift Engineering", "legal_name": "Swift Engineering Inc", "aliases": ["Swift"], "website": "https://www.swiftengineering.com", "canonical_domain": "swiftengineering.com", "country": "US", "hq_city": "San Clemente", "hq_region": "Orange County", "lat": 33.43778, "lon": -117.62028, "industries": ["robotics", "aerospace-defense"], "industry_labels": ["unmanned aerial vehicle", "aerospace industry", "aerospace engineering"], "founded_year": 1983, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106597652", "name": "Matsushita International Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swift_Engineering_logo.svg", "description": "American spacecraft engineering company", "sitelinks": 21, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
999 {"wikidata_id": "Q286774", "display_name": "ABBYY", "legal_name": null, "aliases": ["Abbyy", "ABBYY Development Inc.", "ABBYY Software Ltd.", "ABBYY USA Software House", "ABBYY USA Software House", "Inc."], "website": "https://www.abbyy.com", "canonical_domain": "abbyy.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1989, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABBYY_logo.svg", "description": "international software company", "sitelinks": 21, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1000 {"wikidata_id": "Q1630304", "display_name": "Hulu", "legal_name": null, "aliases": [], "website": "https://www.hulu.com", "canonical_domain": "hulu.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["video on demand"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q105303210", "name": "Disney Media and Entertainment Distribution"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hulu_logo_%282017%29.svg", "description": "American video streaming service", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1001 {"wikidata_id": "Q193023", "display_name": "Capitol Records", "legal_name": null, "aliases": ["Capitol"], "website": "https://www.capitolrecords.com", "canonical_domain": "capitolrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 34.10317, "lon": -118.32636, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1002 {"wikidata_id": "Q202585", "display_name": "RCA Records", "legal_name": "RCA Records, Inc.", "aliases": ["RCA Records Label"], "website": "https://www.rcarecords.com", "canonical_domain": "rcarecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RCA_Records_%28logo%29.svg", "description": "American record label", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1003 {"wikidata_id": "Q652431", "display_name": "Bridgewater Associates", "legal_name": null, "aliases": ["Bridgewater"], "website": "https://www.bridgewater.com", "canonical_domain": "bridgewater.com", "country": "US", "hq_city": "Westport", "hq_region": "Western Connecticut Planning Region", "lat": 41.14149, "lon": -73.3579, "industries": ["asset-management", "financial-services"], "industry_labels": ["hedge fund", "financial services"], "founded_year": 1975, "employees": 1300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bridgewater_Associates.png", "description": "asset manager", "sitelinks": 18, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1004 {"wikidata_id": "Q505275", "display_name": "Capital Group Companies", "legal_name": null, "aliases": ["Capital Group"], "website": "https://www.capgroup.com", "canonical_domain": "capgroup.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1931, "employees": 7000, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007PLZSLIFWICM52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capital_Group_Logo.svg", "description": "financial services company from the United States", "sitelinks": 14, "importance": 0.4129, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1005 {"wikidata_id": "Q175391", "display_name": "Fender Musical Instruments Corporation", "legal_name": null, "aliases": ["Fender Company", "Fender Guitars"], "website": "https://www.fender.com", "canonical_domain": "fender.com", "country": "US", "hq_city": "Nabari Station", "hq_region": "Nabari", "lat": 34.62168, "lon": 136.09593, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G8G1R16J8L5Q60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fender_guitars_logo.svg", "description": "American manufacturer of stringed instruments and amplifiers", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3447824"}]}
1006 {"wikidata_id": "Q2462124", "display_name": "The Trump Organization", "legal_name": null, "aliases": ["Elizabeth Trump & Son", "Inc.", "Trump Organization"], "website": "https://trump.com", "canonical_domain": "trump.com", "country": "US", "hq_city": "Trump Tower", "hq_region": "Manhattan", "lat": 40.7625, "lon": -73.97417, "industries": ["retail", "construction"], "industry_labels": ["retail", "construction industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Trump_Organization_logo.svg", "description": "businesses owned by Donald Trump", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1007 {"wikidata_id": "Q308911", "display_name": "Avianca", "legal_name": null, "aliases": ["Avianca S.A."], "website": "https://www.avianca.com", "canonical_domain": "avianca.com", "country": "CO", "hq_city": "Barranquilla", "hq_region": "Atlántico Department", "lat": 10.98333, "lon": -74.80194, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790788", "name": "Avianca Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avianca_2023_wordmark.svg", "description": "Colombian airline", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q196221"}, {"related_domain_conflict": "Q1321143"}, {"related_domain_conflict": "Q19259876"}, {"related_domain_conflict": "Q790807"}, {"related_domain_conflict": "Q19259875"}, {"related_domain_conflict": "Q790788"}, {"related_domain_conflict": "Q1028575"}, {"related_domain_conflict": "Q1139145"}, {"related_domain_conflict": "Q63371258"}]}
1008 {"wikidata_id": "Q2469781", "display_name": "Saber Interactive", "legal_name": null, "aliases": ["Saber Interactive Inc", "Saber Interactive Inc."], "website": "https://saber.games", "canonical_domain": "saber.games", "country": "US", "hq_city": "Porto", "hq_region": "Douro Litoral", "lat": 41.15, "lon": -8.61083, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": 2478, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65083539", "name": "Embracer Group"}, "logo_url": null, "description": "American video game developer", "sitelinks": 16, "importance": 0.411, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1009 {"wikidata_id": "Q1206060", "display_name": "Whistler Blackcomb", "legal_name": null, "aliases": ["Whistler-Blackcomb"], "website": "https://www.whistlerblackcomb.com", "canonical_domain": "whistlerblackcomb.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": 50.11627, "lon": -122.95713, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "ski resort in British Columbia, Canada", "sitelinks": 18, "importance": 0.4096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1010 {"wikidata_id": "Q1477575", "display_name": "Smithfield Foods", "legal_name": null, "aliases": ["Inc."], "website": "https://www.smithfieldfoods.com", "canonical_domain": "smithfieldfoods.com", "country": "US", "hq_city": "Smithfield", "hq_region": "Isle of Wight County", "lat": 36.9789, "lon": -76.6186, "industries": ["agriculture"], "industry_labels": ["agriculture", "meatpacking industry", "SIC 2011 Meat Packing Plants"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "SFD", "exchange": "Nasdaq", "lei": "CVTIPZRZJC0JQEZLL598", "sec_cik": "91388", "parent": {"wikidata_id": "Q17499655", "name": "WH Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smithfield_Foods_logo.svg", "description": "American meat processing company", "sitelinks": 18, "importance": 0.4096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "91388", "enriched_at": "2026-09-12T09:34:37+00:00"}}
1011 {"wikidata_id": "Q191866", "display_name": "AIESEC", "legal_name": "AIESEC International", "aliases": ["International association of students in economics and management"], "website": "https://aiesec.org", "canonical_domain": "aiesec.org", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Small_hpvrfoyz.png", "description": "student organization", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1012 {"wikidata_id": "Q23589", "display_name": "Showtime", "legal_name": null, "aliases": ["SHO", "Paramount Plus with Showtime", "Paramount+ with Showtime", "Showtime (TV network)", "Showtime Entertainment", "Showtime Network", "Showtime Networks", "Showtime TV"], "website": "https://www.paramountpluswithshowtime.com", "canonical_domain": "paramountpluswithshowtime.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Showtime.svg", "description": "American premium cable TV channel", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1013 {"wikidata_id": "Q465449", "display_name": "Miramax", "legal_name": null, "aliases": ["Miramax Films"], "website": "https://www.miramax.com", "canonical_domain": "miramax.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19650330", "name": "beIN Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miramax.svg", "description": "American film and TV company", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1014 {"wikidata_id": "Q8787", "display_name": "Oneworld", "legal_name": null, "aliases": ["Oneworld Alliance", "Oneworld Management Company", "Inc.", "Oneworld Management Company Limited"], "website": "https://www.oneworld.com", "canonical_domain": "oneworld.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.81864, "lon": -97.05672, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oneworld_logo.svg", "description": "airline alliance based in Fort Worth, Texas", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1015 {"wikidata_id": "Q3444679", "display_name": "Bucknell University", "legal_name": null, "aliases": ["University at Lewisburg"], "website": "https://www.bucknell.edu", "canonical_domain": "bucknell.edu", "country": "US", "hq_city": null, "hq_region": null, "lat": 40.9546, "lon": -76.8836, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1846, "employees": 1320, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bucknell_University_logo.svg", "description": "private liberal arts college in the Lewisburg, Pennsylvania area", "sitelinks": 17, "importance": 0.4079, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1016 {"wikidata_id": "Q3551501", "display_name": "Thompson Rivers University", "legal_name": null, "aliases": ["TRU"], "website": "https://www.tru.ca", "canonical_domain": "tru.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 50.67083, "lon": -120.3659, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1970, "employees": 3116, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "university in southern British Columbia, Canada", "sitelinks": 15, "importance": 0.4079, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1017 {"wikidata_id": "Q1068628", "display_name": "Calvin Klein", "legal_name": "Calvin Klein", "aliases": ["CK", "Calvin Klein Inc."], "website": "https://www.calvinklein.com", "canonical_domain": "calvinklein.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["fashion", "clothing industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1132272", "name": "PVH Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calvin_klein_logo_web23.svg", "description": "American fashion house", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1018 {"wikidata_id": "Q142539", "display_name": "Dropbox", "legal_name": null, "aliases": [], "website": "https://www.dropbox.com", "canonical_domain": "dropbox.com", "country": "US", "hq_city": "San Francisco", "hq_region": "CA", "lat": null, "lon": null, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud storage", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "DBX", "exchange": "Nasdaq", "lei": "549300JCDF7UAR6TJR51", "sec_cik": "1467623", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dropbox_logo_2017.svg", "description": "cloud storage and file synchronization service", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1467623", "enriched_at": "2026-09-12T09:34:37+00:00"}}
1019 {"wikidata_id": "Q1585088", "display_name": "Hardee's", "legal_name": null, "aliases": [], "website": "https://www.hardees.com", "canonical_domain": "hardees.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5012359", "name": "CKE Restaurants"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hardee_brand_logo.svg", "description": "American-based fast-food restaurant chain", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1020 {"wikidata_id": "Q319515", "display_name": "Converse", "legal_name": null, "aliases": ["Converse Inc", "Inc."], "website": "https://www.converse.com", "canonical_domain": "converse.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["apparel"], "industry_labels": ["shoe"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300T4MMIY8XLEQC82", "sec_cik": null, "parent": {"wikidata_id": "Q483915", "name": "Nike"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Converse_logo.svg", "description": "American shoe company and brand", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1021 {"wikidata_id": "Q857063", "display_name": "Citibank", "legal_name": null, "aliases": ["Citi", "National City Bank of New York", "N. A.", "N.A."], "website": "https://www.citi.com", "canonical_domain": "citi.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1812, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "E57ODZWZ7FF32TWEFA76", "sec_cik": null, "parent": {"wikidata_id": "Q219508", "name": "Citigroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citi_logo_March_2023.svg", "description": "American multinational bank", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1022 {"wikidata_id": "Q916714", "display_name": "suckerpunch.com", "legal_name": null, "aliases": [], "website": "https://www.suckerpunch.com", "canonical_domain": "suckerpunch.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "American video game developer", "sitelinks": 25, "importance": 0.4061, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1023 {"wikidata_id": "Q1689439", "display_name": "University of Lethbridge", "legal_name": null, "aliases": ["U of L", "uLeth", "uLethbridge"], "website": "https://www.uleth.ca", "canonical_domain": "uleth.ca", "country": "CA", "hq_city": "Lethbridge", "hq_region": "Alberta", "lat": 49.66667, "lon": -112.86389, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1967, "employees": 1741, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lethbridge_univ_textlogo.png", "description": "university in Alberta, Canada", "sitelinks": 16, "importance": 0.4059, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1024 {"wikidata_id": "Q1982603", "display_name": "New Era Cap Company", "legal_name": null, "aliases": [], "website": "https://www.neweracap.com", "canonical_domain": "neweracap.com", "country": "US", "hq_city": "Buffalo", "hq_region": "Erie County", "lat": 42.88639, "lon": -78.87806, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1920, "employees": 1700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Era_Cap.png", "description": "American ballcap and sports apparel company", "sitelinks": 16, "importance": 0.4056, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1025 {"wikidata_id": "Q749474", "display_name": "Financial Group Banamex", "legal_name": null, "aliases": ["Banamex"], "website": "https://www.banamex.com", "canonical_domain": "banamex.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1884, "employees": 40000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q219508", "name": "Citigroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banamex.svg", "description": "Mexican financial group", "sitelinks": 10, "importance": 0.4055, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2646652"}]}
1026 {"wikidata_id": "Q919256", "display_name": "Université du Québec à Trois-Rivières", "legal_name": null, "aliases": ["U.Q.T.R.", "Universite du Quebec a Trois-Rivieres", "University of Quebec at Trois-Rivieres", "UQATR", "UQTR"], "website": "https://www.uqtr.ca", "canonical_domain": "uqtr.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 46.34641, "lon": -72.57932, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1969, "employees": 4203, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q326282", "name": "Université du Québec"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quebec_univ_uqtr_wordmark.png", "description": "university in Trois-Rivières, Québec, Canada", "sitelinks": 14, "importance": 0.4055, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1027 {"wikidata_id": "Q208909", "display_name": "Parlophone", "legal_name": null, "aliases": ["Parlophone Communications", "Parlophone Records", "Parlophone UK"], "website": "https://www.parlophonerecords.com", "canonical_domain": "parlophonerecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parlophone_logo.svg", "description": "German–British record label", "sitelinks": 46, "importance": 0.4048, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1028 {"wikidata_id": "Q3344199", "display_name": "Eversource Energy", "legal_name": null, "aliases": ["Eversource", "Northeast Utilities"], "website": "https://www.eversource.com", "canonical_domain": "eversource.com", "country": "US", "hq_city": "Berlin", "hq_region": "Capitol Planning Region", "lat": 41.61389, "lon": -72.7725, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "ES", "exchange": "New York Stock Exchange", "lei": "SJ7XXD41SQU3ZNWUJ746", "sec_cik": "72741", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eversource_Transparent.png", "description": "publicly traded, Fortune 500 energy company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1029 {"wikidata_id": "Q467238", "display_name": "American Water Works", "legal_name": null, "aliases": [], "website": "https://www.amwater.com", "canonical_domain": "amwater.com", "country": "US", "hq_city": "Camden", "hq_region": "Camden County", "lat": 39.9368, "lon": -75.1066, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "AWK", "exchange": "New York Stock Exchange", "lei": "549300DXHIJQMD5WFW18", "sec_cik": "1410636", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Water_Works_Company_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1030 {"wikidata_id": "Q4732492", "display_name": "Alliant Energy", "legal_name": null, "aliases": [], "website": "https://www.alliantenergy.com", "canonical_domain": "alliantenergy.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "LNT", "exchange": "Nasdaq", "lei": "JZGA4Z7N0BQVZ44QVC53", "sec_cik": "352541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alliant_Energy_logo.svg", "description": "public utility holding company based in Madison,WI, US", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1031 {"wikidata_id": "Q3075124", "display_name": "Trent University", "legal_name": null, "aliases": [], "website": "https://trentu.ca", "canonical_domain": "trentu.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 44.35776, "lon": -78.28956, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1964, "employees": 2461, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public university in Ontario, Canada", "sitelinks": 15, "importance": 0.4045, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1032 {"wikidata_id": "Q1135686", "display_name": "Corus Entertainment", "legal_name": null, "aliases": ["Corus", "Corus Entertainment Inc."], "website": "https://www.corusent.com", "canonical_domain": "corusent.com", "country": "CA", "hq_city": "Corus Quay", "hq_region": "Toronto", "lat": 43.64332, "lon": -79.36722, "industries": ["media"], "industry_labels": ["mass media", "broadcasting", "SIC 4832 Radio Broadcasting Stations"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1100868", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corus_Entertainment_%282016%29.svg", "description": "Canadian multinational mass media and entertainment conglomerate company", "sitelinks": 17, "importance": 0.4039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1100868", "enriched_at": "2026-09-12T09:34:37+00:00"}}
1033 {"wikidata_id": "Q2822885", "display_name": "AccuWeather", "legal_name": null, "aliases": ["AccuWeather Inc.", "Inc."], "website": "https://www.accuweather.com", "canonical_domain": "accuweather.com", "country": "US", "hq_city": "State College", "hq_region": "Centre County", "lat": 40.79139, "lon": -77.85861, "industries": [], "industry_labels": ["meteorology"], "founded_year": 1962, "employees": 450, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AccuWeather_Logo.svg", "description": "weather forecast service provider", "sitelinks": 19, "importance": 0.4034, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1034 {"wikidata_id": "Q358594", "display_name": "Collins Aerospace", "legal_name": null, "aliases": [], "website": "https://www.collinsaerospace.com", "canonical_domain": "collinsaerospace.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2012, "employees": 68000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q89368734", "name": "RTX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Collins_Aerospace_Logo.svg", "description": "American aerospace manufacturer", "sitelinks": 9, "importance": 0.4032, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1035 {"wikidata_id": "Q273619", "display_name": "Polytechnic School of Montreal", "legal_name": "École Polytechnique de Montréal", "aliases": ["Ancienne école polytechnique", "École polytechnique (Montréal", "Québec)", "Ecole polytechnique de Montreal", "Ecole Polytechnique de Montreal", "Ecole Polytechnique de Montréal", "École polytechnique de Montréal", "Montreal Polytechnic"], "website": "https://www.polymtl.ca", "canonical_domain": "polymtl.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 45.505, "lon": -73.6125, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1873, "employees": 3450, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Poly.png", "description": "university in Montréal", "sitelinks": 14, "importance": 0.4026, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1036 {"wikidata_id": "Q371068", "display_name": "Jack Daniel's", "legal_name": null, "aliases": ["JD"], "website": "https://www.jackdaniels.com", "canonical_domain": "jackdaniels.com", "country": "US", "hq_city": "Jack Daniel's Distillery", "hq_region": "Lynchburg", "lat": 35.28472, "lon": -86.36806, "industries": [], "industry_labels": [], "founded_year": 1866, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q392221", "name": "Brown-Forman"}, "logo_url": null, "description": "distiller of Tennessee whiskey", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1037 {"wikidata_id": "Q16321326", "display_name": "Reality Labs", "legal_name": "Reality Labs", "aliases": ["Oculus", "Facebook Reality Labs", "Facebook Technologies", "Facebook Technologies", "LLC", "Oculus from Facebook", "Oculus VR", "Oculus VR"], "website": "https://www.oculus.com", "canonical_domain": "oculus.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["software", "technology", "gaming"], "industry_labels": ["software industry", "electronics industry", "virtual reality industry", "SIC 7389 Services-Business Services, NEC"], "founded_year": 2020, "employees": 17000, "public_company": true, "ticker": "OVTZ", "exchange": "OTC", "lei": null, "sec_cik": "1107280", "parent": {"wikidata_id": "Q380", "name": "Meta Platforms"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reality_Labs_logo.svg", "description": "virtual reality technology subsidiary of Meta Platforms (formerly Oculus VR)", "sitelinks": 11, "importance": 0.4023, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1107280", "enriched_at": "2026-09-12T09:34:38+00:00"}}
1038 {"wikidata_id": "Q21562062", "display_name": "Faraday Future", "legal_name": null, "aliases": ["Faraday Future Inc."], "website": "https://www.ff.com", "canonical_domain": "ff.com", "country": "US", "hq_city": "Gardena", "hq_region": "Los Angeles County", "lat": 33.89361, "lon": -118.30778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": 597, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Faraday_Future.svg", "description": "American electric vehicle company", "sitelinks": 18, "importance": 0.4021, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1039 {"wikidata_id": "Q5532852", "display_name": "Genesys", "legal_name": null, "aliases": ["Genesys Labs", "Genesys Telecom Labs", "Genesys Telecommunications Laboratories"], "website": "https://www.genesys.com", "canonical_domain": "genesys.com", "country": "US", "hq_city": "Daly City", "hq_region": "San Mateo County", "lat": 37.68639, "lon": -122.46833, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1990, "employees": 3218, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1036436", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GEN_id_color_rgb.png", "description": "customer experience company", "sitelinks": 14, "importance": 0.4016, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1036436", "enriched_at": "2026-09-12T09:34:38+00:00"}}
1040 {"wikidata_id": "Q127992", "display_name": "Association for Computing Machinery", "legal_name": null, "aliases": ["ACM", "ACM Press", "Association for Computing Machinery (ACM)", "Inc.", "Association of Computing Machinery"], "website": "https://www.acm.org", "canonical_domain": "acm.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology", "industrial-machinery"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Association_for_Computing_Machinery_%28ACM%29_logo.svg", "description": "international learned society for computing", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1041 {"wikidata_id": "Q131728", "display_name": "Total Nonstop Action Wrestling", "legal_name": "TNA Entertainment LLC", "aliases": ["TNA", "GFW", "Global Force Wrestling", "Impact Wrestling", "IMPACT! Wrestling", "National Wrestling Alliance: Total Nonstop Action", "NWA-TNA", "TNA Wrestling"], "website": "https://tnawrestling.com", "canonical_domain": "tnawrestling.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": ["professional wrestling", "streaming media"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17512288", "name": "Anthem Sports & Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TNA_Wrestling_%282024%29_Logo.svg", "description": "American professional wrestling promotion", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1042 {"wikidata_id": "Q216364", "display_name": "Epic Records", "legal_name": null, "aliases": ["Epic"], "website": "https://www.epicrecords.com", "canonical_domain": "epicrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epic_Records.svg", "description": "American record label", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1043 {"wikidata_id": "Q4585", "display_name": "CouchSurfing", "legal_name": null, "aliases": ["Casey Fenton", "Couch surf", "Couch Surfing", "Couchsurf", "Couchsurfer", "Couchsurfing International Inc."], "website": "https://www.couchsurfing.com", "canonical_domain": "couchsurfing.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["hospitality"], "industry_labels": ["hospitality service"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Couchsurfing_logo.png", "description": "corporation", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1044 {"wikidata_id": "Q684425", "display_name": "Bethesda Softworks", "legal_name": null, "aliases": ["Bethesda", "Bethesda Softworks LLC", "LLC", "Bethesda Video Games"], "website": "https://bethesda.net", "canonical_domain": "bethesda.net", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q189557", "name": "ZeniMax Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bethesda_Softworks_Logo.svg", "description": "American video game publisher", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1045 {"wikidata_id": "Q1437020", "display_name": "Ford do Brasil", "legal_name": null, "aliases": ["Companhia Ford Industrial do Brasil", "Ford Brasil", "Ford Brazil"], "website": "https://www.ford.com.br", "canonical_domain": "ford.com.br", "country": "BR", "hq_city": "São Bernardo do Campo", "hq_region": "São Paulo", "lat": -23.69389, "lon": -46.565, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1919, "employees": 14596, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q44294", "name": "Ford Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_logo_flat.svg", "description": "subsidiary of American automaker Ford Motor Company", "sitelinks": 11, "importance": 0.4001, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1046 {"wikidata_id": "Q337382", "display_name": "Acadia University", "legal_name": null, "aliases": ["Queen's College"], "website": "https://www.acadiau.ca", "canonical_domain": "acadiau.ca", "country": "CA", "hq_city": "Wolfville", "hq_region": "Kings County", "lat": 45.08778, "lon": -64.36611, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1838, "employees": 1129, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public university in Wolfville, Nova Scotia, Canada", "sitelinks": 16, "importance": 0.3996, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1047 {"wikidata_id": "Q5193025", "display_name": "Culligan", "legal_name": null, "aliases": ["Culligan International Company", "Culligan Water Systems"], "website": "https://www.culligan.com", "canonical_domain": "culligan.com", "country": "US", "hq_city": "Rosemont", "hq_region": "Cook County", "lat": 41.9908, "lon": -87.8739, "industries": ["utilities"], "industry_labels": [], "founded_year": 1936, "employees": 7500, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000N7GI208ZH7W04", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Culligan_Logo_Blue.png", "description": "water treatment company", "sitelinks": 12, "importance": 0.3988, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1048 {"wikidata_id": "Q3484788", "display_name": "Simplot", "legal_name": null, "aliases": ["J. R. Simplot Company"], "website": "https://simplot.com", "canonical_domain": "simplot.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1929, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300UJE28WHXXT6312", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simplot_Logo.png", "description": "American agriculture company", "sitelinks": 11, "importance": 0.3984, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1049 {"wikidata_id": "Q3033947", "display_name": "Dollarama", "legal_name": null, "aliases": [], "website": "https://www.dollarama.com", "canonical_domain": "dollarama.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dollarama_logo.svg", "description": "Canadian dollar store retail chain", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1050 {"wikidata_id": "Q634298", "display_name": "National Bank of Canada", "legal_name": null, "aliases": [], "website": "https://www.nbc.ca", "canonical_domain": "nbc.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "BSGEFEIOM18Y80CKCV46", "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in Canada", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1051 {"wikidata_id": "Q891797", "display_name": "Bombardier Recreational Products", "legal_name": null, "aliases": ["BRP"], "website": "https://www.brp.com", "canonical_domain": "brp.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["automotive"], "industry_labels": ["automotive industry", "SIC 3790 Miscellaneous Transportation Equipment"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "DOO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1748797", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bombardier.svg", "description": "Canadian manufacturer of recreational vehicles", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q19876636"}], "source_edgar": {"cik": "1748797", "enriched_at": "2026-09-12T09:34:38+00:00"}}
1052 {"wikidata_id": "Q18350420", "display_name": "Databricks", "legal_name": null, "aliases": [], "website": "https://databricks.com", "canonical_domain": "databricks.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2013, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1587468", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Databricks_Logo.png", "description": "American technology company", "sitelinks": 13, "importance": 0.3975, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1053 {"wikidata_id": "Q352390", "display_name": "Adaptec", "legal_name": null, "aliases": ["Inc."], "website": "https://www.adaptec.com", "canonical_domain": "adaptec.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1981, "employees": 1470, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adaptec_Logo_2.svg", "description": "software company", "sitelinks": 15, "importance": 0.3971, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1054 {"wikidata_id": "Q147505", "display_name": "Zappos", "legal_name": "Zappos.com LLC", "aliases": ["Zappos Family", "Zappos Family of Companies", "Inc."], "website": "https://www.zappos.com", "canonical_domain": "zappos.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": 2300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1170350", "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": null, "description": "online shoe and clothing shop", "sitelinks": 14, "importance": 0.3968, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1055 {"wikidata_id": "Q112629176", "display_name": "Scale AI", "legal_name": null, "aliases": ["Inc."], "website": "https://www.scale.com", "canonical_domain": "scale.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence", "technology"], "industry_labels": [], "founded_year": 2016, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scale_AI.svg", "description": "American multinational data annotation company", "sitelinks": 16, "importance": 0.3964, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1056 {"wikidata_id": "Q495054", "display_name": "ArenaNet", "legal_name": null, "aliases": [], "website": "https://www.arena.net", "canonical_domain": "arena.net", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 270, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483036", "name": "NC"}, "logo_url": null, "description": "video game developer and subsidiary of NCSOFT, founded in 2000 and located in Bellevue, Washington.", "sitelinks": 19, "importance": 0.396, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1057 {"wikidata_id": "Q1043403", "display_name": "Carlson Wagonlit Travel", "legal_name": null, "aliases": ["CWT"], "website": "https://www.mycwt.com", "canonical_domain": "mycwt.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1994, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CWT_logo.jpg", "description": "Travel Management Company", "sitelinks": 10, "importance": 0.3955, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1058 {"wikidata_id": "Q7605233", "display_name": "Steak 'n Shake", "legal_name": null, "aliases": [], "website": "https://www.steaknshake.com", "canonical_domain": "steaknshake.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1934, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300J4OQ973AEQEG06", "sec_cik": null, "parent": {"wikidata_id": "Q4906978", "name": "Biglari Holdings Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2011-06-21_Raleigh_Steak-n-Shake_at_night.jpg", "description": "American restaurant chain", "sitelinks": 10, "importance": 0.3955, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1059 {"wikidata_id": "Q212699", "display_name": "Geffen Records", "legal_name": null, "aliases": ["LC 07266", "LC 7266"], "website": "https://www.geffen.com", "canonical_domain": "geffen.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geffen_Records_logo.svg", "description": "American record label", "sitelinks": 42, "importance": 0.3954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1060 {"wikidata_id": "Q380022", "display_name": "Grupo Arcor", "legal_name": null, "aliases": ["Arcor company"], "website": "https://www.arcor.com", "canonical_domain": "arcor.com", "country": "AR", "hq_city": "Arroyito", "hq_region": "San Justo Department, Córdoba", "lat": -31.41667, "lon": -63.05, "industries": ["agriculture", "food-beverage"], "industry_labels": ["agribusiness", "food industry"], "founded_year": 1951, "employees": 19700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_arcor_logo.svg", "description": "Argentine food company", "sitelinks": 10, "importance": 0.3952, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1061 {"wikidata_id": "Q1030305", "display_name": "University of Prince Edward Island", "legal_name": null, "aliases": ["Prince of Wales College", "Saint Dunstan's University", "UPEI"], "website": "https://upei.ca", "canonical_domain": "upei.ca", "country": "CA", "hq_city": "Charlottetown", "hq_region": "Queens County", "lat": 46.259, "lon": -63.138, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1969, "employees": 1250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UPEI_Wordmark.svg", "description": "university in Prince Edward Island, Canada", "sitelinks": 15, "importance": 0.3947, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1062 {"wikidata_id": "Q1224739", "display_name": "Digital Extremes", "legal_name": null, "aliases": [], "website": "https://www.digitalextremes.com", "canonical_domain": "digitalextremes.com", "country": "CA", "hq_city": "London", "hq_region": "Ontario", "lat": 42.9837, "lon": -81.2497, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": 170, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28187010", "name": "Leyou"}, "logo_url": null, "description": "Canadian computer and video game developer", "sitelinks": 20, "importance": 0.3945, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1063 {"wikidata_id": "Q754656", "display_name": "Athabasca University", "legal_name": "Athabasca University", "aliases": ["The Athabasca University Governing Council", "The Governors of Athabasca University"], "website": "https://www.athabascau.ca", "canonical_domain": "athabascau.ca", "country": "CA", "hq_city": "Athabasca", "hq_region": "Athabasca County", "lat": 54.7224, "lon": -113.30339, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1970, "employees": 1229, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Athabasca_University_Logo.svg", "description": "university in Alberta, Canada", "sitelinks": 15, "importance": 0.3945, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1064 {"wikidata_id": "Q1417484", "display_name": "Pioneer Hi-Bred", "legal_name": null, "aliases": ["DuPont Pioneer"], "website": "https://www.pioneer.com", "canonical_domain": "pioneer.com", "country": "US", "hq_city": "Johnston", "hq_region": "Polk County", "lat": 41.67139, "lon": -93.70583, "industries": ["agriculture"], "industry_labels": ["agriculture", "SIC 0100 Agricultural Production-Crops"], "founded_year": 1926, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "78716", "parent": {"wikidata_id": "Q221062", "name": "DuPont"}, "logo_url": null, "description": "American producer of hybrid seeds for agriculture", "sitelinks": 12, "importance": 0.393, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "78716", "enriched_at": "2026-09-12T09:34:39+00:00"}}
1065 {"wikidata_id": "Q210278", "display_name": "Gibson Brands", "legal_name": "Gibson Brands", "aliases": ["Inc.", "Gibson Guitar Corporation", "Gibson", "Inc."], "website": "https://www.gibson.com", "canonical_domain": "gibson.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gibson_Guitar_logo.svg", "description": "American guitar manufacturer", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1066 {"wikidata_id": "Q381563", "display_name": "Aeroméxico", "legal_name": null, "aliases": ["Aeromexico", "AeroMexico", "AeroMéxico", "Aerovías de México", "S.A. de C.V."], "website": "https://aeromexico.com", "canonical_domain": "aeromexico.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerom%C3%A9xico_wordmark.svg", "description": "Flag Carrier of Mexico", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q381508"}]}
1067 {"wikidata_id": "Q4413456", "display_name": "Republic Records", "legal_name": null, "aliases": ["Republic", "Universal Republic Records"], "website": "https://www.republicrecords.com", "canonical_domain": "republicrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Republic_Records_logo.svg", "description": "American record label, division of Universal Music Group (UMG)", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1068 {"wikidata_id": "Q571107", "display_name": "Lanteris Space Systems", "legal_name": null, "aliases": ["SSL", "Space Systems/Loral", "SS/L", "Maxar Space Infrastructure", "Maxar Space Systems", "Maxar Space Solutions"], "website": "https://lanterisspace.com", "canonical_domain": "lanterisspace.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 1957, "employees": 2900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lanteris_Space_Systems_logo.png", "description": "aerospace company", "sitelinks": 13, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1069 {"wikidata_id": "Q726251", "display_name": "Elektra", "legal_name": null, "aliases": ["Elektra Records", "LC 00192", "LC 0192"], "website": "https://www.elektra.com", "canonical_domain": "elektra.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elektra_Records_EE_logo_2022_%28modified%29.svg", "description": "American record label", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1070 {"wikidata_id": "Q858702", "display_name": "Duracell", "legal_name": null, "aliases": [], "website": "https://www.duracell.com", "canonical_domain": "duracell.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Duracell_logo.svg", "description": "American manufacturer of batteries", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1071 {"wikidata_id": "Q869106", "display_name": "EA Sports", "legal_name": null, "aliases": ["EA Sports Network", "EASN"], "website": "https://www.easports.com", "canonical_domain": "easports.com", "country": "US", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EA_Sports_monochrome_logo.svg", "description": "brand of Electronic Arts", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1072 {"wikidata_id": "Q95149", "display_name": "HarperCollins", "legal_name": null, "aliases": [], "website": "https://www.harpercollins.com", "canonical_domain": "harpercollins.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1817, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300I4M5NZYD8DYB54", "sec_cik": null, "parent": {"wikidata_id": "Q14289857", "name": "News Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HarperCollins_logo_cropped.png", "description": "Anglo-American publishing house", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q8015856"}]}
1073 {"wikidata_id": "Q17492679", "display_name": "Firefly Aerospace", "legal_name": null, "aliases": ["Firefly Space Systems"], "website": "https://fireflyspace.com", "canonical_domain": "fireflyspace.com", "country": "US", "hq_city": "Cedar Park", "hq_region": "Travis County", "lat": 30.5067, "lon": -97.8303, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry", "SIC 3760 Guided Missiles & Space Vehicles & Parts"], "founded_year": 2014, "employees": 150, "public_company": true, "ticker": "FLY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1860160", "parent": null, "logo_url": null, "description": "private aerospace firm based in US", "sitelinks": 20, "importance": 0.3927, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1860160", "enriched_at": "2026-09-12T09:34:39+00:00"}}
1074 {"wikidata_id": "Q472167", "display_name": "University of Winnipeg", "legal_name": null, "aliases": ["U of W"], "website": "https://uwinnipeg.ca", "canonical_domain": "uwinnipeg.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 49.89012, "lon": -97.15337, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1967, "employees": 2712, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winnipeg_univ_ca_textlogo.png", "description": "university located in Winnipeg, Manitoba, Canada", "sitelinks": 13, "importance": 0.3919, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1075 {"wikidata_id": "Q1509282", "display_name": "Georgia-Pacific", "legal_name": null, "aliases": ["Georgia Pacific", "Georgia Pacific Corporation", "Georgia-Pacific Corporation", "Georgia-Pacific Group", "Georgia-Pacific LLC"], "website": "https://www.gp.com", "canonical_domain": "gp.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "L2EVHWFHVAQK72TMH265", "sec_cik": null, "parent": {"wikidata_id": "Q1496384", "name": "Koch, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Georgia-Pacific_logo.svg", "description": "USA based wood pulp and paper company", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1076 {"wikidata_id": "Q1577907", "display_name": "Lionbridge", "legal_name": null, "aliases": ["Lionbridge Technologies Inc."], "website": "https://www.lionbridge.com", "canonical_domain": "lionbridge.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300VGF957L9ZY3X78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lionbridge_logo.png", "description": "American multinational company", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1077 {"wikidata_id": "Q2021416", "display_name": "Volcom", "legal_name": null, "aliases": [], "website": "https://www.volcom.com", "canonical_domain": "volcom.com", "country": "US", "hq_city": "Costa Mesa", "hq_region": "Orange County", "lat": 33.67, "lon": -117.91, "industries": ["apparel"], "industry_labels": ["textile industry", "SIC 2300 Apparel & Other Finishd Prods of Fabrics & Similar Matl"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1324570", "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volcom_Circle_Stone.svg", "description": "brand that designs, markets, and distributes boardsports-oriented products", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1324570", "enriched_at": "2026-09-12T09:34:40+00:00"}}
1078 {"wikidata_id": "Q2836957", "display_name": "couche-tard.com", "legal_name": null, "aliases": [], "website": "https://www.couche-tard.com", "canonical_domain": "couche-tard.com", "country": "CA", "hq_city": "Laval", "hq_region": "Quebec", "lat": 45.5833, "lon": -73.75, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1412531", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alimentation_Couche-Tard_logo.svg", "description": "Canadian convenience store operator", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1079 {"wikidata_id": "Q4808595", "display_name": "GNC", "legal_name": null, "aliases": ["General Nutrition Centers", "General Nutrition Corporation", "GNC Holdings Inc."], "website": "https://www.gnc.com", "canonical_domain": "gnc.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16241686", "name": "Harbin Pharmaceutical Group Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GNC_Logo.svg", "description": "Nutrition supplements business", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1080 {"wikidata_id": "Q5451274", "display_name": "FireEye", "legal_name": null, "aliases": ["Inc."], "website": "https://www.fireeye.com", "canonical_domain": "fireeye.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["cybersecurity"], "industry_labels": ["computer security", "SIC 3577 Computer Peripheral Equipment, NEC"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300E9D2UJUFLLY524", "sec_cik": "1370880", "parent": {"wikidata_id": "Q17089337", "name": "Symphony Technology Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FireEye%2C_Inc._logotype.svg", "description": "publicly listed US network security company", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1370880", "enriched_at": "2026-09-12T09:34:41+00:00"}}
1081 {"wikidata_id": "Q1251435", "display_name": "Double Fine", "legal_name": null, "aliases": ["Double Fine Productions", "Double Fine Productions", "Inc."], "website": "https://www.doublefine.com", "canonical_domain": "doublefine.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 70, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Double_Fine_logo_black.svg", "description": "American video game developer", "sitelinks": 22, "importance": 0.3913, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1082 {"wikidata_id": "Q165745", "display_name": "Mercury Records", "legal_name": null, "aliases": ["Mercury Music Group"], "website": "https://www.mercuryrecords.com", "canonical_domain": "mercuryrecords.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1083 {"wikidata_id": "Q16829376", "display_name": "Chess.com", "legal_name": null, "aliases": [], "website": "https://www.chess.com", "canonical_domain": "chess.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chesscom_logo_wordmark_outline_flat.svg", "description": "online chess-playing site", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1084 {"wikidata_id": "Q1756332", "display_name": "Simon & Schuster", "legal_name": "Simon & Schuster LLC", "aliases": [], "website": "https://www.simonandschuster.com", "canonical_domain": "simonandschuster.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1570773", "name": "Kohlberg Kravis Roberts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simon_%26_Schuster.png", "description": "American publishing company", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1085 {"wikidata_id": "Q2072840", "display_name": "CrossFit", "legal_name": null, "aliases": ["Inc."], "website": "https://www.crossfit.com", "canonical_domain": "crossfit.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_CrossFit.svg", "description": "American branded fitness regimen", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1086 {"wikidata_id": "Q27903045", "display_name": "Paramount+", "legal_name": null, "aliases": [], "website": "https://www.paramountplus.com", "canonical_domain": "paramountplus.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5009253", "name": "Paramount Streaming"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paramount_Plus.svg", "description": "American subscription video streaming service", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1087 {"wikidata_id": "Q466587", "display_name": "American Psychological Association", "legal_name": null, "aliases": ["APA"], "website": "https://www.apa.org", "canonical_domain": "apa.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": ["SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "APA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1841666", "parent": null, "logo_url": null, "description": "scientific and professional organization headquartered in the Washington, D.C.", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1841666", "enriched_at": "2026-09-12T09:34:41+00:00"}}
1088 {"wikidata_id": "Q493845", "display_name": "United Press International", "legal_name": null, "aliases": [], "website": "https://www.upi.com", "canonical_domain": "upi.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q462079", "name": "News World Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Press_International_%28UPI%29_logo.svg", "description": "American international news agency", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1089 {"wikidata_id": "Q723513", "display_name": "Lay’s", "legal_name": null, "aliases": ["Lays", "Smiths Food Group"], "website": "https://www.lays.com", "canonical_domain": "lays.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["semiconductors"], "industry_labels": ["potato chip"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lay%27s_2025.svg", "description": "snack food company", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1090 {"wikidata_id": "Q742988", "display_name": "New Balance", "legal_name": null, "aliases": ["NB", "New Balance Arch Support Company", "New Balance Athletic Shoe", "New Balance Shoes"], "website": "https://www.newbalance.com", "canonical_domain": "newbalance.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["apparel"], "industry_labels": ["footwear industry"], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Balance_logo.svg", "description": "American footwear manufacturer", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1091 {"wikidata_id": "Q744182", "display_name": "Random House", "legal_name": null, "aliases": ["Random Century"], "website": "https://www.randomhouse.com", "canonical_domain": "randomhouse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2908540", "name": "Penguin Random House"}, "logo_url": null, "description": "American general-interest trade book publisher", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1092 {"wikidata_id": "Q816412", "display_name": "Ben & Jerry's", "legal_name": "Ben & Jerry's Homemade Holdings Inc", "aliases": ["Ben and Jerry", "Ben and Jerry's", "Ben and Jerry’s Ice Cream"], "website": "https://www.benjerry.com", "canonical_domain": "benjerry.com", "country": "US", "hq_city": "South Burlington", "hq_region": "Chittenden County", "lat": 44.46694, "lon": -73.17083, "industries": ["manufacturing"], "industry_labels": ["ice cream manufacturer"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136341037", "name": "The Magnum Ice Cream Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ben_%26_Jerry%27s.svg", "description": "American ice cream company", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1093 {"wikidata_id": "Q83535", "display_name": "aerolineas.com.ar", "legal_name": null, "aliases": ["Aerolineas Argentinas", "Argentine Airlines"], "website": "https://www.aerolineas.com.ar", "canonical_domain": "aerolineas.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Aerol%C3%ADneas_Argentinas_%282010%29.svg", "description": "flag-carrier airline of Argentina", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1094 {"wikidata_id": "Q1346969", "display_name": "Epicor", "legal_name": null, "aliases": ["Epicor Software", "Epicor Software Corporation", "EPICOR SOFTWARE CORPORATION (Austin", "TX)"], "website": "https://www.epicor.com", "canonical_domain": "epicor.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1972, "employees": 4100, "public_company": false, "ticker": null, "exchange": null, "lei": "JGNXVGGGXR4O1L5I7S73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epicor-logo.svg", "description": "software company", "sitelinks": 12, "importance": 0.3901, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1095 {"wikidata_id": "Q120599684", "display_name": "SpaceXAI", "legal_name": null, "aliases": ["xAI company", "xAI Corp."], "website": "https://x.ai", "canonical_domain": "x.ai", "country": "US", "hq_city": "San Francisco Bay Area", "hq_region": "California", "lat": 37.81, "lon": -122.37, "industries": ["artificial-intelligence", "technology"], "industry_labels": ["artificial intelligence", "information technology industry"], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q193701", "name": "SpaceX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SpaceXAI_logo.svg", "description": "American artificial intelligence and social media division of SpaceX", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1096 {"wikidata_id": "Q1542536", "display_name": "The Atlantic", "legal_name": null, "aliases": ["Atlantic", "The Atlantic Monthly", "Atlantic Monthly"], "website": "https://theatlantic.com", "canonical_domain": "theatlantic.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": [], "founded_year": 1857, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q39086631", "name": "Emerson Collective"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The-Atlantic-logo-vector.svg", "description": "magazine and multi-platform publisher based in Washington, D.C.", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1097 {"wikidata_id": "Q494389", "display_name": "Polaroid Corporation", "legal_name": null, "aliases": ["Polaroid"], "website": "https://www.polaroid.com", "canonical_domain": "polaroid.com", "country": "US", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["media", "technology"], "industry_labels": ["photography", "electronics"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Polaroid_Logo_2020.svg", "description": "American company", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q431361"}]}
1098 {"wikidata_id": "Q585329", "display_name": "Merriam-Webster", "legal_name": null, "aliases": ["G. & C. Merriam Company", "Inc.", "Incorporated"], "website": "https://www.merriam-webster.com", "canonical_domain": "merriam-webster.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["media"], "industry_labels": [], "founded_year": 1831, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2743906", "name": "Encyclopædia Britannica Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merriam-Webster_logo.svg", "description": "American dictionary publisher", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1099 {"wikidata_id": "Q720871", "display_name": "Naughty Dog", "legal_name": null, "aliases": ["Jam Software", "Inc.", "LLC"], "website": "https://www.naughtydog.com", "canonical_domain": "naughtydog.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "American video game developer", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1100 {"wikidata_id": "Q73801", "display_name": "Xbox Game Studios", "legal_name": null, "aliases": [], "website": "https://www.xbox.com", "canonical_domain": "xbox.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xbox_Game_Studios.svg", "description": "American video game company", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q170073"}]}
1101 {"wikidata_id": "Q4385833", "display_name": "Massachusetts Mutual Life Insurance Company", "legal_name": null, "aliases": ["MassMutual"], "website": "https://www.massmutual.com", "canonical_domain": "massmutual.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "insurance industry"], "founded_year": 1851, "employees": 11000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VTN3OUG015N115", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MassMutual_logo.svg", "description": "American mutual life insurance company", "sitelinks": 10, "importance": 0.3868, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1102 {"wikidata_id": "Q409230", "display_name": "Airstream", "legal_name": null, "aliases": [], "website": "https://www.airstream.com", "canonical_domain": "airstream.com", "country": "US", "hq_city": "Jackson Center", "hq_region": "Shelby County", "lat": 40.43861, "lon": -84.06222, "industries": ["transportation", "hospitality"], "industry_labels": ["transport industry", "leisure industry"], "founded_year": 1931, "employees": 1074, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7796068", "name": "Thor Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airstream_auto.png", "description": "brand of luxury recreational vehicles", "sitelinks": 14, "importance": 0.3857, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1103 {"wikidata_id": "Q615788", "display_name": "Grupo Abril", "legal_name": null, "aliases": [], "website": "https://www.grupoabril.com.br", "canonical_domain": "grupoabril.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["media"], "industry_labels": ["media conglomerate"], "founded_year": 1950, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian media group", "sitelinks": 12, "importance": 0.3856, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1104 {"wikidata_id": "Q727701", "display_name": "Bend Studio", "legal_name": null, "aliases": ["Eidetic", "Blank", "Berlyn & Co.", "SCE Bend Studio", "SIE Bend Studio"], "website": "https://www.bendstudio.com", "canonical_domain": "bendstudio.com", "country": "US", "hq_city": "Bend", "hq_region": "Deschutes County", "lat": 44.05639, "lon": -121.30806, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 130, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bend_Studio_Logo.svg", "description": "American first-party video game developer", "sitelinks": 19, "importance": 0.3855, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1105 {"wikidata_id": "Q173150", "display_name": "Pratt & Whitney", "legal_name": null, "aliases": ["PW", "P&W", "Pratt & Whitney (United States)", "Pratt and Whitney", "Pratt and Whitney Company"], "website": "https://www.prattwhitney.com", "canonical_domain": "prattwhitney.com", "country": "US", "hq_city": "East Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76139, "lon": -72.61528, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q89368734", "name": "RTX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pratt_%26_Whitney_Logo.jpg", "description": "aircraft engine manufacturer", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q561130"}]}
1106 {"wikidata_id": "Q205533", "display_name": "Zippo", "legal_name": null, "aliases": [], "website": "https://www.zippo.com", "canonical_domain": "zippo.com", "country": "US", "hq_city": "Bradford", "hq_region": "McKean County", "lat": 41.95917, "lon": -78.64472, "industries": ["manufacturing"], "industry_labels": ["light industry"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zippo_logo.svg", "description": "American manufacturer of lighters", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1107 {"wikidata_id": "Q28874479", "display_name": "The Boring Company", "legal_name": "The Boring Company", "aliases": ["TBC", "Boring", "Boring Company"], "website": "https://boringcompany.com", "canonical_domain": "boringcompany.com", "country": "US", "hq_city": "Hawthorne", "hq_region": "Los Angeles County", "lat": 33.91721, "lon": -118.34861, "industries": ["transportation"], "industry_labels": ["transport infrastructure"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Boring_Company_Logo.svg", "description": "infrastructure and tunneling company", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1108 {"wikidata_id": "Q503592", "display_name": "Gillette", "legal_name": null, "aliases": [], "website": "https://gillette.com", "canonical_domain": "gillette.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212405", "name": "Procter & Gamble"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gillette.svg", "description": "American brand of men's safety razors and other personal care products", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q123160974"}]}
1109 {"wikidata_id": "Q654283", "display_name": "Def Jam Recordings", "legal_name": null, "aliases": ["Def Jam", "Def Jam Records"], "website": "https://www.defjam.com", "canonical_domain": "defjam.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Def_Jam_Recordings.svg", "description": "American record label", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1110 {"wikidata_id": "Q815723", "display_name": "Bell Textron", "legal_name": null, "aliases": ["Bell Helicopter Textron", "Bell Helicopter Textron Inc", "Bell Helicopter", "Bell Helicopter Textron", "Inc", "Bell Textron Inc."], "website": "https://www.bellflight.com", "canonical_domain": "bellflight.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2140315", "name": "Textron"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_Textron_logo.svg", "description": "aerospace manufacturer in the United States", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1111 {"wikidata_id": "Q1071853", "display_name": "Chicago Board Options Exchange", "legal_name": null, "aliases": ["CBOE", "CBOE Global Markets Inc.", "XCBO"], "website": "https://markets.cboe.com", "canonical_domain": "cboe.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "876663", "parent": null, "logo_url": null, "description": "Options Exchange located in Chicago, Illinois, United States", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1112 {"wikidata_id": "Q2137023", "display_name": "Dover Publications", "legal_name": null, "aliases": ["Dover", "Courier Dover Publications", "Dover Books"], "website": "https://www.doverpublications.com", "canonical_domain": "doverpublications.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["media"], "industry_labels": ["SIC 3530 Construction, Mining & Materials Handling Machinery & Equip"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "DOV", "exchange": "NYSE", "lei": "549300GVDRMAUE3NEI68", "sec_cik": "29905", "parent": {"wikidata_id": "Q2124539", "name": "RR Donnelley"}, "logo_url": null, "description": "American book publisher", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "29905", "enriched_at": "2026-09-12T09:34:42+00:00"}}
1113 {"wikidata_id": "Q2709101", "display_name": "Maple Leaf Foods", "legal_name": null, "aliases": ["Canada Packers", "Inc."], "website": "https://www.mapleleaf.ca", "canonical_domain": "mapleleaf.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1202643", "parent": null, "logo_url": null, "description": "food packaging company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1114 {"wikidata_id": "Q670764", "display_name": "Brooks Sports", "legal_name": null, "aliases": [], "website": "https://www.brooksrunning.com", "canonical_domain": "brooksrunning.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["consumer-goods"], "industry_labels": ["sports equipment"], "founded_year": 1914, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brooks_Sports_201x_logo.svg", "description": "sportswear company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1115 {"wikidata_id": "Q687478", "display_name": "Meade Instruments", "legal_name": null, "aliases": [], "website": "https://meade.com", "canonical_domain": "meade.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1116 {"wikidata_id": "Q7582097", "display_name": "Squarespace", "legal_name": "Squarespace, Inc.", "aliases": [], "website": "https://www.squarespace.com", "canonical_domain": "squarespace.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300T4QP7KELU8ST60", "sec_cik": "1496963", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Font_Awesome_5_brands_squarespace.svg", "description": "American software company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1496963", "enriched_at": "2026-09-12T09:34:43+00:00"}}
1117 {"wikidata_id": "Q815668", "display_name": "BellSouth", "legal_name": null, "aliases": [], "website": "https://www.bellsouth.com", "canonical_domain": "bellsouth.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35476", "name": "AT&T"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BellSouth_logo.svg", "description": "American telecommunications company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1118 {"wikidata_id": "Q14239494", "display_name": "WB Games Montréal", "legal_name": null, "aliases": ["Warner Bros. Games Montréal"], "website": "https://wbgamesmontreal.com", "canonical_domain": "wbgamesmontreal.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WB_Games_Montr%C3%A9al_%282019%29.svg", "description": "Canadian video game development studio", "sitelinks": 16, "importance": 0.3846, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1119 {"wikidata_id": "Q3100834", "display_name": "Gensler", "legal_name": null, "aliases": ["Gensler Architects"], "website": "https://www.gensler.com", "canonical_domain": "gensler.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["construction"], "industry_labels": ["architecture"], "founded_year": 1965, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gensler_logo.svg", "description": "American design and architecture firm", "sitelinks": 11, "importance": 0.3845, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1120 {"wikidata_id": "Q2872634", "display_name": "Automattic", "legal_name": null, "aliases": [], "website": "https://automattic.com", "canonical_domain": "automattic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2005, "employees": 940, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1608418", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Automattic_logo.svg", "description": "American technology company", "sitelinks": 14, "importance": 0.3838, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1121 {"wikidata_id": "Q1059770", "display_name": "WestJet", "legal_name": "WestJet Airlines Ltd.", "aliases": ["West Jet", "West Jet Air", "West Jet Airline", "West Jet Airlines", "WestJet Air", "WestJet Airline", "WestJet Airlines"], "website": "https://www.westjet.com", "canonical_domain": "westjet.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900S0P9L0H01TY665", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WestJetLogo2018.svg", "description": "Airline in Canada", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1122 {"wikidata_id": "Q1153754", "display_name": "JBL", "legal_name": null, "aliases": ["James B. Lansing Sound", "James B. Lansing Sound", "Inc.", "JBL audio", "JBL audio company", "Lansing Sound"], "website": "https://www.jblstore.it", "canonical_domain": "jblstore.it", "country": "US", "hq_city": "Northridge", "hq_region": "Los Angeles", "lat": 34.22833, "lon": -118.53583, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JBL_logo.svg", "description": "American audio hardware company", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1123 {"wikidata_id": "Q152784", "display_name": "The North Face, Inc.", "legal_name": null, "aliases": ["North Face", "The North Face", "The North Face Apparel Corp.", "the north face meilleure que thekooples"], "website": "https://www.thenorthface.com", "canonical_domain": "thenorthface.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300K5XXNIE78F9005", "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TheNorthFace_logo.svg", "description": "American company featuring outdoor apparel and sportswear", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1124 {"wikidata_id": "Q16248298", "display_name": "A24", "legal_name": null, "aliases": ["A24 Films"], "website": "https://a24films.com", "canonical_domain": "a24films.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A24_logo.svg", "description": "American independent entertainment company", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1125 {"wikidata_id": "Q387539", "display_name": "Hollywood Records", "legal_name": null, "aliases": [], "website": "https://www.hollywoodrecords.com", "canonical_domain": "hollywoodrecords.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2104471", "name": "Disney Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hollywood_Records_logo.svg", "description": "American record label", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1126 {"wikidata_id": "Q407292", "display_name": "Air Greenland", "legal_name": null, "aliases": ["Gronlandsfly", "Grønlandsfly"], "website": "https://airgreenland.com", "canonical_domain": "airgreenland.com", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Greenland_logo.svg", "description": "flag carrier airline of Greenland", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1127 {"wikidata_id": "Q889643", "display_name": "Lollapalooza", "legal_name": null, "aliases": ["Lollapalooza Music Festival"], "website": "https://www.lollapalooza.com", "canonical_domain": "lollapalooza.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lollapalooza_logo.svg", "description": "music festival in the United States", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1128 {"wikidata_id": "Q564376", "display_name": "Leatherman", "legal_name": null, "aliases": [], "website": "https://www.leatherman.com", "canonical_domain": "leatherman.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1983, "employees": 525, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leatherman.svg", "description": "company", "sitelinks": 15, "importance": 0.3822, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1129 {"wikidata_id": "Q1528553", "display_name": "O.F. Mossberg & Sons", "legal_name": null, "aliases": [], "website": "https://www.mossberg.com", "canonical_domain": "mossberg.com", "country": "US", "hq_city": "North Haven", "hq_region": "South Central Connecticut Planning Region", "lat": 41.39093, "lon": -72.85954, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1919, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O.F._Mossberg.png", "description": "company", "sitelinks": 15, "importance": 0.3815, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1130 {"wikidata_id": "Q1947354", "display_name": "vvisions.com", "legal_name": null, "aliases": [], "website": "https://www.vvisions.com", "canonical_domain": "vvisions.com", "country": "US", "hq_city": "Albany", "hq_region": "Albany County", "lat": 42.65, "lon": -73.76667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q178824", "name": "Blizzard Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vicarious_Visions_Logo.svg", "description": "American video game development company", "sitelinks": 17, "importance": 0.3806, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1131 {"wikidata_id": "Q1262898", "display_name": "Mar-a-Lago", "legal_name": null, "aliases": ["Mar-A-Lago National Historical Site", "Southern White House", "Winter White House", "The Mar-a-Lago Club"], "website": "https://www.maralagoclub.com", "canonical_domain": "maralagoclub.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 26.67701, "lon": -80.03893, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "resort and National Historic Landmark in Palm Beach, Florida, United States of America", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1132 {"wikidata_id": "Q1330508", "display_name": "Singer Corporation", "legal_name": null, "aliases": ["I. M. Singer & Co.", "I.M. Singer & Co.", "Singer Manufacturing Company", "Singer Sewing Machine Company", "The Singer Company"], "website": "https://www.singerfrance.com", "canonical_domain": "singerfrance.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["manufacturing", "technology"], "industry_labels": ["industrial manufacturing", "electronics industry"], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3460257", "name": "SVP Worldwide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singer_2007Trans.jpg", "description": "American manufacturer of sewing machines and Consumer Electronics", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1133 {"wikidata_id": "Q176916", "display_name": "Springer Science+Business Media", "legal_name": null, "aliases": ["Springer", "Springer-Verlag", "Verlag von Julius Springer", "Kluwer Academic Publishers", "Springer SBM", "Springer-Verlag Berlin Heidelberg", "Springer Science & Business", "Springer Science and Business Media Deutschland GmbH"], "website": "https://www.springer.com", "canonical_domain": "springer.com", "country": "US", "hq_city": "Luxembourg", "hq_region": null, "lat": 49.42465, "lon": 8.65645, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1842, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21096327", "name": "Springer Nature"}, "logo_url": null, "description": "global publishing company", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1134 {"wikidata_id": "Q2050040", "display_name": "Pantone", "legal_name": null, "aliases": ["Pantone Inc."], "website": "https://www.pantone.com", "canonical_domain": "pantone.com", "country": "US", "hq_city": "Carlstadt", "hq_region": "Bergen County", "lat": 40.8264, "lon": -74.0623, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8041522", "name": "X-Rite"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pantone_logo.svg", "description": "color standards company", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1135 {"wikidata_id": "Q645889", "display_name": "Reprise Records", "legal_name": null, "aliases": [], "website": "https://repriserecords.com", "canonical_domain": "repriserecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reprise_Records_logo.svg", "description": "American record label", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1136 {"wikidata_id": "Q786194", "display_name": "Open Society Foundations", "legal_name": null, "aliases": ["Soros Foundation"], "website": "https://opensocietyfoundations.org", "canonical_domain": "opensocietyfoundations.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Open_Society_Foundations_Logo.svg", "description": "international grantmaking network founded by business magnate George Soros", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1137 {"wikidata_id": "Q507104", "display_name": "EBX Group", "legal_name": null, "aliases": [], "website": "https://www.osx.com.br", "canonical_domain": "osx.com.br", "country": "BR", "hq_city": "Flamengo District", "hq_region": "Botafogo", "lat": -22.93361, "lon": -43.17444, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1983, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoEBX.gif", "description": "company", "sitelinks": 9, "importance": 0.3792, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1138 {"wikidata_id": "Q740999", "display_name": "TIAA", "legal_name": null, "aliases": ["TIAA-CREF", "Teachers Insurance and Annuity Association – College Retirement Equities Fund"], "website": "https://www.tiaa.org", "canonical_domain": "tiaa.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6500 Real Estate"], "founded_year": 1918, "employees": 12950, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "946155", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TIAA_logo_%282016%29.svg", "description": "financial services organization", "sitelinks": 9, "importance": 0.3792, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "946155", "enriched_at": "2026-09-12T09:34:43+00:00"}}
1139 {"wikidata_id": "Q1420893", "display_name": "Fisker", "legal_name": null, "aliases": [], "website": "https://www.fiskerinc.com", "canonical_domain": "fiskerinc.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300UUN5RWU44MBX79", "sec_cik": "1821896", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fisker%2C_IAA_Mobility_2023%2C_Munich_%28P1110255%29.jpg", "description": "American automotive company", "sitelinks": 13, "importance": 0.3774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1140 {"wikidata_id": "Q1943468", "display_name": "Molex", "legal_name": null, "aliases": ["Molex Incorporated"], "website": "https://www.molex.com", "canonical_domain": "molex.com", "country": "US", "hq_city": "Lisle", "hq_region": "DuPage County", "lat": 41.7925, "lon": -88.0883, "industries": ["technology"], "industry_labels": ["electronics", "SIC 3678 Electronic Connectors"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300GX4H4HMEVO2G84", "sec_cik": "67472", "parent": {"wikidata_id": "Q1496384", "name": "Koch, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molex-Logo.svg", "description": "manufacturer of electronic, electrical and fiber optic interconnection systems", "sitelinks": 13, "importance": 0.3774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "67472", "enriched_at": "2026-09-12T09:34:44+00:00"}}
1141 {"wikidata_id": "Q2985314", "display_name": "Tectoy", "legal_name": null, "aliases": ["Tec Toy", "Tec Toy Desenvolvimento Digital", "Tec Toy S.A", "Tectoy S.A"], "website": "https://www.tectoy.com.br", "canonical_domain": "tectoy.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Tectoy_%282018%29.svg", "description": "Brazilian video game and electronics company", "sitelinks": 13, "importance": 0.3774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1142 {"wikidata_id": "Q608377", "display_name": "Bauer Hockey", "legal_name": null, "aliases": [], "website": "https://www.bauer.com", "canonical_domain": "bauer.com", "country": "US", "hq_city": "Exeter", "hq_region": "Rockingham County", "lat": 42.98139, "lon": -70.94778, "industries": [], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300SWMDL4NCDF0U20", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bauer_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.3774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1143 {"wikidata_id": "Q907435", "display_name": "Onex Corporation", "legal_name": null, "aliases": ["ONAX"], "website": "https://www.onex.com", "canonical_domain": "onex.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "894500LB8PNE5C7CEN88", "sec_cik": "937226", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Onex_Corporation.svg", "description": "Canadian investment company", "sitelinks": 13, "importance": 0.3774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1144 {"wikidata_id": "Q1587900", "display_name": "Harvard University Press", "legal_name": null, "aliases": [], "website": "https://www.hup.harvard.edu", "canonical_domain": "harvard.edu", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q13371", "name": "Harvard University"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harvard_univ_press.svg", "description": "American university publishing house", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q49122"}, {"related_domain_conflict": "Q2627361"}, {"related_domain_conflict": "Q15294956"}]}
1145 {"wikidata_id": "Q579509", "display_name": "Massey Ferguson", "legal_name": null, "aliases": ["MF"], "website": "https://www.masseyferguson.com", "canonical_domain": "masseyferguson.com", "country": "US", "hq_city": "Duluth", "hq_region": "Gwinnett County", "lat": 34.00306, "lon": -84.14556, "industries": ["agriculture", "industrial-machinery"], "industry_labels": ["agriculture", "mechanical engineering"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292292", "name": "AGCO"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Massey_Ferguson_165_Front_Logo.jpg", "description": "agricultural machinery manufacturing company", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1146 {"wikidata_id": "Q60324825", "display_name": "All Elite Wrestling", "legal_name": null, "aliases": ["AEW"], "website": "https://www.allelitewrestling.com", "canonical_domain": "allelitewrestling.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["entertainment"], "industry_labels": ["streaming media", "professional wrestling"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/All_Elite_Wrestling_logo_2023.png", "description": "American professional wrestling promotion", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1147 {"wikidata_id": "Q750428", "display_name": "Palo Alto Research Center", "legal_name": "Xerox Palo Alto Research Center", "aliases": ["PARC", "Inc.", "Xerox PARC"], "website": "https://www.parc.com", "canonical_domain": "parc.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["professional-services"], "industry_labels": ["research and development"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q604924", "name": "SRI International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PARC_logo_2023.png", "description": "American business (1970-)", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1148 {"wikidata_id": "Q778673", "display_name": "Sub Pop", "legal_name": "Sub Pop", "aliases": ["Sub Pop Records"], "website": "https://www.subpop.com", "canonical_domain": "subpop.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sub_Pop.svg", "description": "American record label", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1149 {"wikidata_id": "Q876787", "display_name": "The Heritage Foundation", "legal_name": null, "aliases": ["Heritage Foundation"], "website": "https://www.heritage.org", "canonical_domain": "heritage.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.89519, "lon": -77.00281, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493006YU7R03XUJSX56", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Heritage_Foundation.svg", "description": "American conservative think tank founded in 1973", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1150 {"wikidata_id": "Q94937", "display_name": "2K", "legal_name": null, "aliases": [], "website": "https://www.2k.com", "canonical_domain": "2k.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2K_2021_Logo.svg", "description": "American video game publisher", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1151 {"wikidata_id": "Q953040", "display_name": "Searchlight Pictures", "legal_name": null, "aliases": [], "website": "https://www.searchlightpictures.com", "canonical_domain": "searchlightpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Searchlight_Pictures_logo_wordmark_3.svg", "description": "American film distribution company", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1152 {"wikidata_id": "Q965371", "display_name": "Sistema Brasileiro de Televisão", "legal_name": null, "aliases": ["SBT"], "website": "https://www.sbt.com.br", "canonical_domain": "sbt.com.br", "country": "BR", "hq_city": "CDT da Anhanguera", "hq_region": null, "lat": -23.47556, "lon": -46.7775, "industries": ["media"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sistema_Brasileiro_de_Televis%C3%A3o_logo_%28monochrome_version%29.svg", "description": "Brazilian television network", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1153 {"wikidata_id": "Q6721379", "display_name": "Mabe", "legal_name": null, "aliases": [], "website": "https://www.mabe.cc", "canonical_domain": "mabe.cc", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": 22000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_Mabe.svg", "description": "Mexican appliance company", "sitelinks": 8, "importance": 0.3757, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1154 {"wikidata_id": "Q1746945", "display_name": "Wind River Systems", "legal_name": null, "aliases": ["Barry Mainz", "jim douglas", "Ken Klein", "Wind River Systems Inc."], "website": "https://www.windriver.com", "canonical_domain": "windriver.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1981, "employees": 1507, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q643626", "name": "Aptiv"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wind_River_logo.svg", "description": "American software company", "sitelinks": 12, "importance": 0.3756, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1155 {"wikidata_id": "Q1803626", "display_name": "Landmark Worldwide", "legal_name": null, "aliases": [], "website": "https://landmarkworldwide.com", "canonical_domain": "landmarkworldwide.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": 525, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company offering personal development programs", "sitelinks": 14, "importance": 0.3754, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1156 {"wikidata_id": "Q842174", "display_name": "Eddie Bauer Holdings, Inc.", "legal_name": null, "aliases": ["Eddie Bauer"], "website": "https://www.eddiebauer.com", "canonical_domain": "eddiebauer.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1920, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing company", "sitelinks": 9, "importance": 0.3754, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1157 {"wikidata_id": "Q51135597", "display_name": "Fenty Beauty", "legal_name": null, "aliases": ["FEИTY BEAUTY"], "website": "https://www.fentybeauty.com", "canonical_domain": "fentybeauty.com", "country": "US", "hq_city": "425 Market Street", "hq_region": "San Francisco", "lat": 37.79116, "lon": -122.39816, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2018, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q504998", "name": "LVMH"}, "logo_url": null, "description": "cosmetics line by Rihanna", "sitelinks": 16, "importance": 0.3746, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1158 {"wikidata_id": "Q1807739", "display_name": "The NPD Group", "legal_name": null, "aliases": ["NPD", "National Purchase Diary Panel Inc.", "NPD Research Inc.", "Inc."], "website": "https://www.npd.com", "canonical_domain": "npd.com", "country": "US", "hq_city": "Port Washington", "hq_region": "North Hempstead", "lat": 40.82889, "lon": -73.68667, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1967, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": "549300UPO6GEFWDRKX84", "sec_cik": null, "parent": null, "logo_url": null, "description": "American market-research company", "sitelinks": 12, "importance": 0.3745, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1159 {"wikidata_id": "Q6735673", "display_name": "Mailchimp", "legal_name": null, "aliases": ["MailChimp"], "website": "https://mailchimp.com", "canonical_domain": "mailchimp.com", "country": "US", "hq_city": "Ponce City Market", "hq_region": "Atlanta", "lat": 33.7729, "lon": -84.3657, "industries": ["media"], "industry_labels": ["email marketing"], "founded_year": 2001, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1318848", "name": "Intuit"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MailChimp.svg", "description": "email marketing service", "sitelinks": 13, "importance": 0.3742, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1160 {"wikidata_id": "Q1496384", "display_name": "Koch, Inc.", "legal_name": null, "aliases": ["Koch", "Koch Companies", "Koch Companies LLC", "Koch Industries", "Rock Island Oil & Refining Company", "Wood River Oil and Refining Company"], "website": "https://www.kochinc.com", "canonical_domain": "kochinc.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005158BXZWGOX572", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koch_logo.svg", "description": "second largest privately held company in the United States", "sitelinks": 34, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1161 {"wikidata_id": "Q1813315", "display_name": "Royal Roads University", "legal_name": null, "aliases": [], "website": "https://www.royalroads.ca", "canonical_domain": "royalroads.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 48.43444, "lon": -123.47278, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": 777, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public university in Colwood, British Columbia, Canada", "sitelinks": 13, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1162 {"wikidata_id": "Q373933", "display_name": "Dark Horse Comics, LLC", "legal_name": null, "aliases": ["Dark Horse Comics", "Dark Horse Comics", "Inc.", "Dark Horse Comics LLC"], "website": "https://www.darkhorse.com", "canonical_domain": "darkhorse.com", "country": "US", "hq_city": "Oregon", "hq_region": "United States", "lat": 43.93583, "lon": -120.575, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q139022640", "name": "Dark Horse Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dark_Horse_Comics_wordmark.svg", "description": "American publishing company", "sitelinks": 34, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1163 {"wikidata_id": "Q457893", "display_name": "Amblin Entertainment", "legal_name": null, "aliases": [], "website": "https://amblin.com", "canonical_domain": "amblin.com", "country": "US", "hq_city": "Universal City", "hq_region": "Los Angeles County", "lat": 34.13889, "lon": -118.3525, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22079339", "name": "Amblin Partners"}, "logo_url": null, "description": "American film production company", "sitelinks": 34, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q22079339"}]}
1164 {"wikidata_id": "Q745019", "display_name": "Colt's Manufacturing Company", "legal_name": null, "aliases": ["Colt", "Colt Firearms", "Colt Manufacturing", "Colt's Patent Fire Arms Manufacturing Company"], "website": "https://www.colt.com", "canonical_domain": "colt.com", "country": "US", "hq_city": "West Hartford", "hq_region": "Capitol Planning Region", "lat": 41.73851, "lon": -72.72296, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55568528", "name": "Colt CZ Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colt_logo.png", "description": "American firearms manufacturer", "sitelinks": 34, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1165 {"wikidata_id": "Q3561117", "display_name": "ZeniMax Online Studios", "legal_name": null, "aliases": [], "website": "https://zenimaxonline.com", "canonical_domain": "zenimaxonline.com", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q189557", "name": "ZeniMax Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZeniMax_Online_Studios_Logo_%282012%29.svg", "description": "American video game development company", "sitelinks": 15, "importance": 0.3715, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1166 {"wikidata_id": "Q1121892", "display_name": "OpenDNS", "legal_name": null, "aliases": [], "website": "https://www.opendns.com", "canonical_domain": "opendns.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": 2006, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1502522", "parent": {"wikidata_id": "Q173395", "name": "Cisco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OpenDNS.svg", "description": "company", "sitelinks": 23, "importance": 0.3712, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1167 {"wikidata_id": "Q649649", "display_name": "Focus Features", "legal_name": null, "aliases": ["October Films", "Good Machine", "Gramercy Pictures", "Universal Focus", "USA Films"], "website": "https://www.focusfeatures.com", "canonical_domain": "focusfeatures.com", "country": "US", "hq_city": "Universal City", "hq_region": "Los Angeles County", "lat": 34.13889, "lon": -118.3525, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q168383", "name": "Universal Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Focus_Features.svg", "description": "art house films division of NBCUniversal", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1168 {"wikidata_id": "Q798768", "display_name": "Bad Robot Productions", "legal_name": null, "aliases": ["Bad Robot"], "website": "https://www.badrobot.com", "canonical_domain": "badrobot.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["media", "entertainment"], "industry_labels": ["television", "film industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bad_Robot_Productions.svg", "description": "American film and television production company", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1169 {"wikidata_id": "Q913672", "display_name": "San Francisco Museum of Modern Art", "legal_name": null, "aliases": ["San Francisco Museum of Art", "SFMOMA"], "website": "https://www.sfmoma.org", "canonical_domain": "sfmoma.org", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.78572, "lon": -122.40105, "industries": ["media"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sfmoma_logo.png", "description": "modern art museum in San Francisco, California, USA", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1170 {"wikidata_id": "Q950650", "display_name": "Mack Trucks", "legal_name": null, "aliases": ["Inc."], "website": "https://www.macktrucks.com", "canonical_domain": "macktrucks.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2033642", "name": "Volvo Trucks"}, "logo_url": null, "description": "American company", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1171 {"wikidata_id": "Q1352708", "display_name": "Saputo", "legal_name": null, "aliases": ["Saputo Inc.", "Saputo Incorporated"], "website": "https://www.saputo.com", "canonical_domain": "saputo.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1177650", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saputo_Logo.svg", "description": "Canadian dairy company", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1172 {"wikidata_id": "Q162852", "display_name": "SurveyMonkey", "legal_name": null, "aliases": ["Momentive", "MNTV", "Momentive Global Inc.", "survey monkey", "Survey Monkey", "surveymonkey", "Surveymonkey", "SVMK"], "website": "https://sv.surveymonkey.com", "canonical_domain": "surveymonkey.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software", "internet"], "industry_labels": ["software as a service", "online survey service"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SurveyMonkey_Logo_svg.svg", "description": "Global online survey, forms and feedback SaaS platform used by businesses, researchers (and students) and individuals", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1173 {"wikidata_id": "Q2749168", "display_name": "Penalty", "legal_name": null, "aliases": [], "website": "https://www.penalty.com.br", "canonical_domain": "penalty.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Penalty_%282024%29.svg", "description": "Brazilian sporting goods manufacturer", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1174 {"wikidata_id": "Q620534", "display_name": "Stratolaunch Systems", "legal_name": null, "aliases": ["Stratolaunch", "Stratolaunch Systems Corporation"], "website": "https://www.stratolaunch.com", "canonical_domain": "stratolaunch.com", "country": "US", "hq_city": "Montgomery", "hq_region": "Montgomery County", "lat": 32.3675, "lon": -86.3, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2011, "employees": 21, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3563813", "name": "Vulcan Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stratolaunch_wordmark.svg", "description": "company", "sitelinks": 21, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1175 {"wikidata_id": "Q6725925", "display_name": "Mad Catz", "legal_name": null, "aliases": ["MadCatz"], "website": "https://www.madcatz.com", "canonical_domain": "madcatz.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mad-Catz-Logo.png", "description": "video game accessories company", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1176 {"wikidata_id": "Q692041", "display_name": "monster.com", "legal_name": null, "aliases": ["Monster", "Monster Worldwide", "Monster Worldwide", "Inc."], "website": "https://www.monster.com", "canonical_domain": "monster.com", "country": "US", "hq_city": "Zurich", "hq_region": "Zurich District", "lat": 47.37444, "lon": 8.54111, "industries": ["internet"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300SUJ0LW6NYJFG31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monster.com_Logo_2019.svg", "description": "employment website", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1177 {"wikidata_id": "Q2338135", "display_name": "Musée national des beaux-arts du Québec", "legal_name": "Musée national des beaux-arts du Québec", "aliases": ["MNBAQ"], "website": "https://www.mnbaq.org", "canonical_domain": "mnbaq.org", "country": "CA", "hq_city": null, "hq_region": null, "lat": 46.79889, "lon": -71.22472, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1922, "employees": 217, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "art museum in Quebec City, Canada", "sitelinks": 15, "importance": 0.3694, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1178 {"wikidata_id": "Q2080076", "display_name": "bhvr.com", "legal_name": null, "aliases": [], "website": "https://www.bhvr.com", "canonical_domain": "bhvr.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Behaviour_Interactive_logo.svg", "description": "video game developer", "sitelinks": 15, "importance": 0.3683, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1179 {"wikidata_id": "Q1251563", "display_name": "Doubleday", "legal_name": null, "aliases": ["Doubleday & McClure", "Doubleday & McClure Company", "Doran & Company", "Page & Company", "The Doubleday Publishing Group", "Doubleday & Co. Inc."], "website": "https://doubleday.knopfdoubleday.com", "canonical_domain": "knopfdoubleday.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doubleday%2C_Page_and_Company_Logo_1915.jpg", "description": "American publishing company", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1431868"}, {"related_domain_conflict": "Q520387"}, {"related_domain_conflict": "Q1020343"}]}
1180 {"wikidata_id": "Q1351054", "display_name": "Maybelline", "legal_name": null, "aliases": ["Maybelline New York"], "website": "https://www.maybelline.com", "canonical_domain": "maybelline.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156077", "name": "L'Oréal"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maybelline-Logo.svg", "description": "cosmetics company", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1181 {"wikidata_id": "Q1708210", "display_name": "Princeton University Press", "legal_name": null, "aliases": ["Princeton Univ. Press"], "website": "https://press.princeton.edu", "canonical_domain": "princeton.edu", "country": "US", "hq_city": "Princeton", "hq_region": "Mercer County", "lat": 40.35222, "lon": -74.65694, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Princeton_University_Press_logo.svg", "description": "independent publisher with close connections to Princeton University", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1182 {"wikidata_id": "Q1961036", "display_name": "Beats Electronics", "legal_name": null, "aliases": ["Beats", "Beats by Dr. Dre", "Beats Electronics LLC"], "website": "https://www.beatsbydre.com", "canonical_domain": "beatsbydre.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q312", "name": "Apple Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beats_Electronics_logo.svg", "description": "American audio products manufacturer", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1183 {"wikidata_id": "Q255147", "display_name": "Yale University Press", "legal_name": null, "aliases": [], "website": "https://yalebooks.yale.edu", "canonical_domain": "yale.edu", "country": "US", "hq_city": "New Haven", "hq_region": "South Central Connecticut Planning Region", "lat": 51.51845, "lon": -0.12937, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yale_press_logo.png", "description": "university press associated with Yale University", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2583293"}]}
1184 {"wikidata_id": "Q389284", "display_name": "Aftermath Entertainment", "legal_name": null, "aliases": ["Aftermath"], "website": "https://aftermath-entertainment.com", "canonical_domain": "aftermath-entertainment.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1185 {"wikidata_id": "Q568246", "display_name": "Shady Records", "legal_name": null, "aliases": [], "website": "https://www.shadyrecords.com", "canonical_domain": "shadyrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shady_Records_logo.svg", "description": "American record label", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1186 {"wikidata_id": "Q620802", "display_name": "Two Steps from Hell", "legal_name": null, "aliases": ["Two Steps From Hell"], "website": "https://www.twostepsfromhell.com", "canonical_domain": "twostepsfromhell.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Two_Step_From_Hell_Logo.jpg", "description": "American trailer music company", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1187 {"wikidata_id": "Q621364", "display_name": "Legendary Pictures", "legal_name": null, "aliases": ["Legendary Entertainment", "Inc."], "website": "https://www.legendary.com", "canonical_domain": "legendary.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5210937", "name": "Wanda Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legendary_Entertainment_logo.svg", "description": "American media company based in Burbank, California", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1188 {"wikidata_id": "Q621977", "display_name": "American Society for Testing and Materials", "legal_name": null, "aliases": ["A.S.T.M.", "American society for testing materials", "American Society for Testing of Materials", "American Society of Testing Materials", "ASTM", "ASTM (Society)"], "website": "https://www.astm.org", "canonical_domain": "astm.org", "country": "US", "hq_city": "West Conshohocken", "hq_region": "Montgomery County", "lat": 40.0694, "lon": -75.3158, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASTM_logo.svg", "description": "standards organization", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1189 {"wikidata_id": "Q657415", "display_name": "Cleveland Museum of Art", "legal_name": null, "aliases": ["The Cleveland Museum of Art"], "website": "https://www.clevelandart.org", "canonical_domain": "clevelandart.org", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.50889, "lon": -81.61167, "industries": ["media"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003P7JTGR9S29F78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Cleveland_Museum_of_Art.svg", "description": "art museum in Cleveland, Ohio", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1190 {"wikidata_id": "Q664167", "display_name": "Arista Records", "legal_name": null, "aliases": ["Arista"], "website": "https://www.aristarecordings.com", "canonical_domain": "aristarecordings.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arista_Records_Logo.svg", "description": "American record label; imprint of Arista Records, Inc.", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1191 {"wikidata_id": "Q742150", "display_name": "Mount Allison University", "legal_name": null, "aliases": ["Mount A", "Mt. Allison University", "MtA"], "website": "https://mta.ca", "canonical_domain": "mta.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 45.90052, "lon": -64.37782, "industries": ["education", "manufacturing"], "industry_labels": [], "founded_year": 1839, "employees": 506, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mount_allison_univ_ca_logo.svg", "description": "university in New Brunswick, Canada", "sitelinks": 13, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1192 {"wikidata_id": "Q746676", "display_name": "Industrial Light & Magic", "legal_name": null, "aliases": ["ILM"], "website": "https://www.ilm.com", "canonical_domain": "ilm.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["computer graphics"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q242446", "name": "Lucasfilm"}, "logo_url": null, "description": "American visual effects and animation studio", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1193 {"wikidata_id": "Q877332", "display_name": "Diners Club International", "legal_name": null, "aliases": ["Diners Club", "Diners Club Inc."], "website": "https://www.dinersclub.com", "canonical_domain": "dinersclub.com", "country": "US", "hq_city": "Riverwoods", "hq_region": "Lake County", "lat": 42.1708, "lon": -87.8958, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5281775", "name": "Discover Financial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Diners_Club_Logo3.svg", "description": "company", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1194 {"wikidata_id": "Q2560823", "display_name": "EA Montreal", "legal_name": null, "aliases": ["Electronic Arts Montreal"], "website": "https://www.eamontreal.com", "canonical_domain": "eamontreal.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": 849, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EA_Montreal_logo.png", "description": "Canadian video game developer studio wholly owned by Electronic Arts", "sitelinks": 12, "importance": 0.3673, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1195 {"wikidata_id": "Q1236833", "display_name": "United Launch Alliance", "legal_name": null, "aliases": ["ULA"], "website": "https://www.ulalaunch.com", "canonical_domain": "ulalaunch.com", "country": "US", "hq_city": "Centennial", "hq_region": "Arapahoe County", "lat": 39.59639, "lon": -104.84389, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7240", "name": "Lockheed Martin"}, "logo_url": null, "description": "joint venture of Lockheed Martin and Boeing", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1196 {"wikidata_id": "Q165711", "display_name": "Sire", "legal_name": null, "aliases": ["LC 03228", "LC 3228", "Sire Records"], "website": "https://www.sirerecords.com", "canonical_domain": "sirerecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sire_Records_logo.svg", "description": "American record label", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1197 {"wikidata_id": "Q18628", "display_name": "Roadrunner Records", "legal_name": null, "aliases": [], "website": "https://www.roadrunnerrecords.com", "canonical_domain": "roadrunnerrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roadrunner_Records_logo_2016.svg", "description": "US record label based in New York City, a division of Warner Music Group", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1198 {"wikidata_id": "Q2717882", "display_name": "Holiday Inn", "legal_name": null, "aliases": ["Holiday Corporation", "Holiday Inn Hotels"], "website": "https://www.holidayinn.com", "canonical_domain": "holidayinn.com", "country": "US", "hq_city": "Denham", "hq_region": "Buckinghamshire", "lat": 51.563, "lon": -0.499, "industries": ["hospitality"], "industry_labels": ["hotel chain"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1424962", "name": "IHG Hotels & Resorts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Holiday_Inn_by_IHG_logo.svg", "description": "upper-midscale hotel chain run by IHG", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1199 {"wikidata_id": "Q2908540", "display_name": "Penguin Random House", "legal_name": null, "aliases": ["Penguin Random House Limited"], "website": "https://global.penguinrandomhouse.com", "canonical_domain": "penguinrandomhouse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156913", "name": "Bertelsmann"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Penguin_Random_House.svg", "description": "multinational conglomerate publishing company", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2881141"}]}
1200 {"wikidata_id": "Q466113", "display_name": "American Physical Society", "legal_name": null, "aliases": ["APS"], "website": "https://www.aps.org", "canonical_domain": "aps.org", "country": "US", "hq_city": "College Park", "hq_region": "Prince George's County", "lat": 38.9716, "lon": -76.9302, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/APS.png", "description": "professional organization of physicists", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1201 {"wikidata_id": "Q605401", "display_name": "Condé Nast", "legal_name": "Condé Nast", "aliases": ["Condé Nast Inc.", "Conde Nast Publications", "Condé Nast Publications", "Conde Nast Publications Inc", "Condé Nast Publications Inc"], "website": "https://www.condenast.com", "canonical_domain": "condenast.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q379222", "name": "Advance Publications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cond%C3%A9_Nast_logo.svg", "description": "American mass media company", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1202 {"wikidata_id": "Q67030918", "display_name": "Warner Records Inc.", "legal_name": "Warner Records Inc.", "aliases": [], "website": "https://www.warnerrecords.com", "canonical_domain": "warnerrecords.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Records_%282019_Logo%29.svg", "description": "American record company; subsidiary of Warner Music Group", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1203 {"wikidata_id": "Q908553", "display_name": "Union Carbide", "legal_name": null, "aliases": ["Union Carbide Corporation"], "website": "https://www.unioncarbide.com", "canonical_domain": "unioncarbide.com", "country": "US", "hq_city": "Danbury", "hq_region": "Western Connecticut Planning Region", "lat": 41.40222, "lon": -73.47111, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "QE84C8O80MNLK8IFRL44", "sec_cik": null, "parent": {"wikidata_id": "Q855639", "name": "Dow Chemical Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Union_Carbide.svg", "description": "company", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1204 {"wikidata_id": "Q15954148", "display_name": "Glassdoor", "legal_name": null, "aliases": [], "website": "https://www.glassdoor.com", "canonical_domain": "glassdoor.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 2007, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1420715", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glassdoor_logo.svg", "description": "Glassdoor is one of the world's largest job and recruiting sites.", "sitelinks": 13, "importance": 0.3642, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1205 {"wikidata_id": "Q3303647", "display_name": "McFarland & Company", "legal_name": "McFarland & Company, Inc., Publishers", "aliases": [], "website": "https://mcfarlandbooks.com", "canonical_domain": "mcfarlandbooks.com", "country": "US", "hq_city": "Jefferson", "hq_region": "North Carolina", "lat": 36.42, "lon": -81.4689, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1979, "employees": 42, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publishing company", "sitelinks": 18, "importance": 0.364, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1206 {"wikidata_id": "Q1626480", "display_name": "Honda Aircraft Company", "legal_name": null, "aliases": [], "website": "https://www.hondajet.com", "canonical_domain": "hondajet.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2006, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9584", "name": "Honda"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honda_Aircraft_Company_wordmark.svg", "description": "aircraft manufacturing subsidiary of Honda Motor Company", "sitelinks": 11, "importance": 0.3639, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1207 {"wikidata_id": "Q1146905", "display_name": "Cyan Worlds", "legal_name": null, "aliases": ["Cyan", "Cyan Productions", "Inc.", "Cyan", "Inc."], "website": "https://cyan.com", "canonical_domain": "cyan.com", "country": "US", "hq_city": "Mead", "hq_region": "Spokane County", "lat": 47.7675, "lon": -117.355, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1987, "employees": 40, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OAP04FQBONH623", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CyanIncLogo.svg", "description": "American video game developer", "sitelinks": 18, "importance": 0.3633, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1208 {"wikidata_id": "Q7503313", "display_name": "Showtime", "legal_name": null, "aliases": ["Showtime Networks"], "website": "https://www.sho.com", "canonical_domain": "sho.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 1983, "employees": 1050, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Showtime_Networks.svg", "description": "cable television brand", "sitelinks": 11, "importance": 0.362, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1209 {"wikidata_id": "Q1131835", "display_name": "Sealy Corporation", "legal_name": null, "aliases": [], "website": "https://www.sealyinc.com", "canonical_domain": "sealyinc.com", "country": "US", "hq_city": "Trinity", "hq_region": "Randolph County", "lat": 35.87361, "lon": -80.01028, "industries": ["consumer-goods"], "industry_labels": ["mattress", "SIC 2510 Household Furniture"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "748015", "parent": {"wikidata_id": "Q19604577", "name": "Tempur Sealy International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sealy_Corporation_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "748015", "enriched_at": "2026-09-12T09:34:46+00:00"}}
1210 {"wikidata_id": "Q1352022", "display_name": "Postmedia Network", "legal_name": null, "aliases": ["CanWest News Service", "Postmedia", "Postmedia Network Canada Corp.", "Postmedia News"], "website": "https://www.postmedia.com", "canonical_domain": "postmedia.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Postmedia_Logo_01.2020.svg", "description": "Canadian media company", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1211 {"wikidata_id": "Q2892812", "display_name": "Suntory Global Spirits", "legal_name": null, "aliases": ["Beam Suntory", "James B. Beam Distilling Company"], "website": "https://www.suntoryglobalspirits.com", "canonical_domain": "suntoryglobalspirits.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137363738", "name": "Suntory Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suntory_Global_Spirits_logo.svg", "description": "American liquor manufacturer", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1212 {"wikidata_id": "Q908444", "display_name": "Power Corporation of Canada", "legal_name": "Power Corporation of Canada", "aliases": [], "website": "https://www.powercorporation.com", "canonical_domain": "powercorporation.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300BE2CB8T87IJV50", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Power-Corporation-of-Canada-Logo.svg", "description": "Canadian company with assets in North America and Europe in a number of industries", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1213 {"wikidata_id": "Q947718", "display_name": "Reynolds American", "legal_name": null, "aliases": [], "website": "https://www.reynoldsamerican.com", "canonical_domain": "reynoldsamerican.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "SIC 2111 Cigarettes"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "02S2RPPVO9RP4NEU2740", "sec_cik": "1275283", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reynolds_american_logo.png", "description": "American tobacco company", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1275283", "enriched_at": "2026-09-12T09:34:46+00:00"}}
1214 {"wikidata_id": "Q684435", "display_name": "Toronto Symphony Orchestra", "legal_name": "Toronto Symphony Orchestra", "aliases": ["TSO", "New Symphony Orchestra", "The Toronto Symphony"], "website": "https://www.tso.ca", "canonical_domain": "tso.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment", "manufacturing"], "industry_labels": [], "founded_year": 1922, "employees": 78, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toronto_Symphony_Orchestra_logo.svg", "description": "performing arts presenting organization based in Toronto, Ontario", "sitelinks": 16, "importance": 0.3611, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1215 {"wikidata_id": "Q1122595", "display_name": "Field Museum of Natural History", "legal_name": null, "aliases": ["Chicago Natural History Museum", "Field Columbian Museum", "Field Museum", "FMNH", "The Field Museum"], "website": "https://www.fieldmuseum.org", "canonical_domain": "fieldmuseum.org", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.86628, "lon": -87.61704, "industries": ["media"], "industry_labels": [], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300H6XJE99DMHVA92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Field_Museum_of_Natural_History_logo.png", "description": "natural history museum in Chicago, Illinois, United States", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1216 {"wikidata_id": "Q1124849", "display_name": "Verve Records", "legal_name": null, "aliases": [], "website": "https://www.vervemusicgroup.com", "canonical_domain": "vervemusicgroup.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verve_%28logo%29.svg", "description": "American record label", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1524530"}, {"related_domain_conflict": "Q671097"}]}
1217 {"wikidata_id": "Q1321823", "display_name": "Pinkerton Government Services", "legal_name": null, "aliases": ["Pinkerton National Detective Agency"], "website": "https://pinkerton.com", "canonical_domain": "pinkerton.com", "country": "US", "hq_city": "Ann Arbor", "hq_region": "Washtenaw County", "lat": 42.28139, "lon": -83.74833, "industries": ["defense"], "industry_labels": ["private military company"], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q662174", "name": "Securitas"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/We_never_sleep.jpg", "description": "American private security guard and detective agency", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1218 {"wikidata_id": "Q169925", "display_name": "Mozilla Corporation", "legal_name": null, "aliases": [], "website": "https://www.mozilla.org", "canonical_domain": "mozilla.org", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55672", "name": "Mozilla Foundation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mozilla_2024_logo.svg", "description": "American software company", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1219 {"wikidata_id": "Q27816", "display_name": "University of California Press", "legal_name": "University of California Press", "aliases": [], "website": "https://www.ucpress.edu", "canonical_domain": "ucpress.edu", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_California_Press_logo.svg", "description": "American publishing house", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1220 {"wikidata_id": "Q373087", "display_name": "American Society of Composers, Authors and Publishers", "legal_name": "American Society of Composers, Authors and Publishers", "aliases": ["ASCAP"], "website": "https://www.ascap.com", "canonical_domain": "ascap.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5D2KFOH4W8P8ABYY2K06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASCAP_Logo.jpg", "description": "non-profit performance-rights organization", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1221 {"wikidata_id": "Q628249", "display_name": "Interplay Entertainment", "legal_name": null, "aliases": [], "website": "https://www.interplay.com", "canonical_domain": "interplay.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1057232", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interplay_Entertainment_logo_colored.svg", "description": "American video game developer and publisher", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1057232", "enriched_at": "2026-09-12T09:34:46+00:00"}}
1222 {"wikidata_id": "Q634227", "display_name": "Beechcraft", "legal_name": null, "aliases": ["Beech", "Beech Aircraft Corporation", "Beechcraft Corporation"], "website": "https://beechcraft.txtav.com", "canonical_domain": "txtav.com", "country": "US", "hq_city": "Beech Factory Airport", "hq_region": "Kansas", "lat": 37.69444, "lon": -97.215, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007WH7KNRDTOJR89", "sec_cik": null, "parent": {"wikidata_id": "Q16985472", "name": "Textron Aviation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beechcraft_logo.svg", "description": "aircraft manufacturer in the United States", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1223 {"wikidata_id": "Q660288", "display_name": "Viz Media, LLC", "legal_name": null, "aliases": ["Viz", "VIZ", "Viz Comics", "VIZ Communications", "Viz Media", "VIZ Media", "Viz Media LLC"], "website": "https://www.viz.com", "canonical_domain": "viz.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q785697", "name": "Shogakukan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viz_Media_2017_logo.svg", "description": "American entertainment company", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1224 {"wikidata_id": "Q756320", "display_name": "Metal Blade Records", "legal_name": null, "aliases": [], "website": "https://www.metalblade.com", "canonical_domain": "metalblade.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["mining", "entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1225 {"wikidata_id": "Q898067", "display_name": "Watch Tower Bible and Tract Society of Pennsylvania", "legal_name": null, "aliases": ["Watch Tower Society"], "website": "https://jw.org", "canonical_domain": "jw.org", "country": "US", "hq_city": "Warwick", "hq_region": "Orange County", "lat": 41.25648, "lon": -74.35988, "industries": ["consumer-goods", "media"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Watchtower.svg", "description": "non-profit organization headquartered in Warwick, New York", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1226 {"wikidata_id": "Q2130108", "display_name": "Toys for Bob", "legal_name": null, "aliases": [], "website": "https://www.toysforbob.com", "canonical_domain": "toysforbob.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": 75, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 16, "importance": 0.3606, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1227 {"wikidata_id": "Q601048", "display_name": "Embarcadero Technologies", "legal_name": null, "aliases": ["Inc."], "website": "https://www.embarcadero.com", "canonical_domain": "embarcadero.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1993, "employees": 460, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000KMTF40D2BAG17", "sec_cik": null, "parent": {"wikidata_id": "Q28008011", "name": "Idera Software"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EMBT_2023_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.3584, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1228 {"wikidata_id": "Q19831929", "display_name": "Malwarebytes", "legal_name": null, "aliases": ["Malwarebytes Inc."], "website": "https://www.malwarebytes.com", "canonical_domain": "malwarebytes.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2008, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Malwarebytes_Logo_and_Wordmark_%282016%29.svg", "description": "Internet security company", "sitelinks": 11, "importance": 0.358, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1229 {"wikidata_id": "Q1046066", "display_name": "Fueled by Ramen", "legal_name": "Fueled by Ramen LLC", "aliases": ["FBR", "Fueled By Ramen LLC", "Fueled By Ramen", "LLC"], "website": "https://www.elektramusicgroup.com", "canonical_domain": "elektramusicgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1540102", "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fueled_by_Ramen_black_logo.svg", "description": "American record label", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1230 {"wikidata_id": "Q1126244", "display_name": "Dow Jones & Company", "legal_name": null, "aliases": ["Dow Jones", "Dow Jones & Co.", "Inc.", "Dow Jones and Company"], "website": "https://www.dowjones.com", "canonical_domain": "dowjones.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["news", "media industry"], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q14289857", "name": "News Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dow_Jones_Logo.svg", "description": "American publishing and financial information company", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1231 {"wikidata_id": "Q1318002", "display_name": "Sledgehammer Games", "legal_name": null, "aliases": ["Inc."], "website": "https://sledgehammergames.com", "canonical_domain": "sledgehammergames.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sledgehammer_Games_logo_%282009-2021%29.svg", "description": "American video game development company", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1232 {"wikidata_id": "Q135485147", "display_name": "Paramount Skydance", "legal_name": null, "aliases": ["Paramount", "Paramount Skydance Corporation", "Paramount: A Skydance Corporation"], "website": "https://www.paramount.com", "canonical_domain": "paramount.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment", "SIC 4833 Television Broadcasting Stations"], "founded_year": 2025, "employees": null, "public_company": true, "ticker": "PSKY", "exchange": "Nasdaq", "lei": null, "sec_cik": "2041610", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paramount_Skydance_Logo.svg", "description": "American multinational mass media and entertainment conglomerate", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "2041610", "enriched_at": "2026-09-12T09:34:47+00:00"}}
1233 {"wikidata_id": "Q1423217", "display_name": "New Holland", "legal_name": null, "aliases": ["New Holland Ag"], "website": "https://agriculture.newholland.com", "canonical_domain": "newholland.com", "country": "US", "hq_city": "Italy", "hq_region": null, "lat": 42.5, "lon": 12.5, "industries": ["industrial-machinery"], "industry_labels": ["agricultural machinery industry"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15238661", "name": "CNH Industrial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Holland_Logo_2023.png", "description": "company", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7008675"}]}
1234 {"wikidata_id": "Q16186120", "display_name": "Medium", "legal_name": null, "aliases": ["A Medium Corporation"], "website": "https://medium.com", "canonical_domain": "medium.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Medium_%28website%29_logo.svg", "description": "online publishing platform", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1235 {"wikidata_id": "Q1645059", "display_name": "Johns Hopkins University Press", "legal_name": null, "aliases": [], "website": "https://www.press.jhu.edu", "canonical_domain": "jhu.edu", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1878, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q193727", "name": "Johns Hopkins University"}, "logo_url": null, "description": "American scholarly publisher", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1236 {"wikidata_id": "Q1659229", "display_name": "Supreme", "legal_name": null, "aliases": ["Supreme Clothing"], "website": "https://supreme.com", "canonical_domain": "supreme.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supreme_Logo.svg", "description": "American clothing brand and skateboarding shop", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1237 {"wikidata_id": "Q16984664", "display_name": "Blumhouse Productions", "legal_name": null, "aliases": ["BH Productions"], "website": "https://blumhouse.com", "canonical_domain": "blumhouse.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production", "film industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blumhouse_Productions_logo.svg", "description": "American film and TV production company established in 2000", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1238 {"wikidata_id": "Q1814982", "display_name": "University of Chicago Press", "legal_name": null, "aliases": [], "website": "https://www.press.uchicago.edu", "canonical_domain": "uchicago.edu", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131252", "name": "University of Chicago"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_Chicago_Press_logo.jpg", "description": "publisher in the United States", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7895259"}]}
1239 {"wikidata_id": "Q24190631", "display_name": "OceanGate, Inc.", "legal_name": null, "aliases": ["OceanGate"], "website": "https://oceangate.com", "canonical_domain": "oceangate.com", "country": "US", "hq_city": "Everett", "hq_region": "Snohomish County", "lat": 47.96333, "lon": -122.20056, "industries": ["travel"], "industry_labels": ["frontier tourism"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OceanGate_logo.svg", "description": "American submersible manufacturer", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1240 {"wikidata_id": "Q2422698", "display_name": "Starz", "legal_name": null, "aliases": ["STARZ!"], "website": "https://www.starz.com", "canonical_domain": "starz.com", "country": "US", "hq_city": "Colorado", "hq_region": "United States", "lat": 39.0, "lon": -105.5, "industries": ["media", "internet"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starz_2022.svg", "description": "American pay television network", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7602872"}]}
1241 {"wikidata_id": "Q2800218", "display_name": "Arctic Umiaq Line", "legal_name": null, "aliases": [], "website": "https://visitgreenland.com", "canonical_domain": "visitgreenland.com", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["shipping"], "industry_labels": ["shipping line"], "founded_year": 2006, "employees": 40, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1451171", "name": "Royal Arctic Line"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arctic_Umiaq_Line_logo.svg", "description": "passenger and cargo coastal ferry in Greenland", "sitelinks": 17, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1242 {"wikidata_id": "Q328568", "display_name": "Bose Corporation", "legal_name": null, "aliases": ["Bose", "BOSE", "Bose Audio", "Bose Corp."], "website": "https://www.bose.com", "canonical_domain": "bose.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "VISE071ADXGCST1W4H53", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bose_logo.svg", "description": "US audio equipment manufacturer and retail chain", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1243 {"wikidata_id": "Q41014", "display_name": "Rickenbacker", "legal_name": null, "aliases": ["RIC", "Rickenbacker International Corporation"], "website": "https://www.rickenbacker.com", "canonical_domain": "rickenbacker.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rickenbacker_logo.svg", "description": "electric and bass guitar manufacturer", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1244 {"wikidata_id": "Q463435", "display_name": "American Astronomical Society", "legal_name": null, "aliases": ["AAS", "American Astronomy Society", "Astronomical and Astrophysical Society of America"], "website": "https://aas.org", "canonical_domain": "aas.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.903, "lon": -77.0384, "industries": ["media"], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Astronomical_Society_%28logo%29.png", "description": "society of professional astronomers", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1245 {"wikidata_id": "Q588459", "display_name": "Ring of Honor", "legal_name": null, "aliases": ["ROH"], "website": "https://www.rohwrestling.com", "canonical_domain": "rohwrestling.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ROH.svg", "description": "American professional wrestling promotion", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1246 {"wikidata_id": "Q65358", "display_name": "Gallup", "legal_name": null, "aliases": ["Gallup Organization", "Inc.", "The Gallup Organization"], "website": "https://www.gallup.com", "canonical_domain": "gallup.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["consulting", "media"], "industry_labels": ["business and other management consultancy activities", "market research"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007JHL292Q7PGB93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Gallup.svg", "description": "American analytics and advisory company", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1247 {"wikidata_id": "Q7855903", "display_name": "Turner Broadcasting System", "legal_name": null, "aliases": ["Turner", "TBS", "TBS", "Inc.", "Turner Broadcasting", "Inc.", "Turner Communications Group"], "website": "https://www.international.tbs.com", "canonical_domain": "tbs.com", "country": "US", "hq_city": "CNN Center", "hq_region": "Atlanta", "lat": 33.75816, "lon": -84.39438, "industries": ["media"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VHDC555R46LM46", "sec_cik": null, "parent": {"wikidata_id": "Q191715", "name": "WarnerMedia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turner_Broadcasting_System_2015.svg", "description": "former American media conglomerate", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1248 {"wikidata_id": "Q847018", "display_name": "Death Row Records", "legal_name": null, "aliases": ["Death Row", "Tha Row"], "website": "https://www.deathrowmusic.com", "canonical_domain": "deathrowmusic.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Death-Row-Records-logo.png", "description": "American record label", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1249 {"wikidata_id": "Q849910", "display_name": "Cubana de Aviación", "legal_name": null, "aliases": ["Cubana", "Cubana de Aviacion", "Cubana de Aviación S.A."], "website": "https://www.cubana.cu", "canonical_domain": "cubana.cu", "country": "CU", "hq_city": "Havana", "hq_region": "Havana Province", "lat": 23.13667, "lon": -82.35889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cubana_Airlines_logo.svg", "description": "Cuban airline", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1250 {"wikidata_id": "Q898618", "display_name": "Sun Records", "legal_name": null, "aliases": ["Sun"], "website": "https://www.sunrecords.com", "canonical_domain": "sunrecords.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label in Memphis, Tennessee", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1251 {"wikidata_id": "Q913301", "display_name": "Image Comics", "legal_name": null, "aliases": [], "website": "https://imagecomics.com", "canonical_domain": "imagecomics.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Image_Comics_logo.svg", "description": "American comic book publisher", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1252 {"wikidata_id": "Q28859450", "display_name": "Kylie Cosmetics", "legal_name": null, "aliases": [], "website": "https://www.kyliecosmetics.com", "canonical_domain": "kyliecosmetics.com", "country": "US", "hq_city": "Oxnard", "hq_region": "Ventura County", "lat": 34.19139, "lon": -119.1825, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2014, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1104787", "name": "Coty"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kylie_Cosmetics_Logo.png", "description": "American cosmetics company", "sitelinks": 20, "importance": 0.3572, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1253 {"wikidata_id": "Q3182305", "display_name": "Greenland Airport Authority", "legal_name": null, "aliases": [], "website": "https://www.airports.gl", "canonical_domain": "airports.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["transportation"], "industry_labels": ["fixed-base operator"], "founded_year": 1988, "employees": 391, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Civilian airport operator in Greenland", "sitelinks": 12, "importance": 0.3561, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1254 {"wikidata_id": "Q109511106", "display_name": "Colossal Biosciences", "legal_name": null, "aliases": ["Colossal"], "website": "https://colossal.com", "canonical_domain": "colossal.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2021, "employees": 85, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colossal_Biosciences_Inc._logo.svg", "description": "Biotechnology company", "sitelinks": 15, "importance": 0.356, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1255 {"wikidata_id": "Q3181534", "display_name": "Klei Entertainment", "legal_name": null, "aliases": ["Klei", "Klei Entertainment Inc."], "website": "https://klei.com", "canonical_domain": "klei.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 35, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Klei_Entertainment.svg", "description": "Canadian independent video game developer", "sitelinks": 17, "importance": 0.3557, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1256 {"wikidata_id": "Q5750244", "display_name": "Hi-Rez Studios", "legal_name": null, "aliases": ["Hi Rez", "Hi-Rez"], "website": "https://www.hirezstudios.com", "canonical_domain": "hirezstudios.com", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 350, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hi-Rez_logo.svg", "description": "video-game developer based in Alpharetta, Georgia", "sitelinks": 12, "importance": 0.3545, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1257 {"wikidata_id": "Q1064703", "display_name": "popcap.com", "legal_name": null, "aliases": [], "website": "https://www.popcap.com", "canonical_domain": "popcap.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1337989", "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PopCap_2012_logo.svg", "description": "American video game developer", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1258 {"wikidata_id": "Q1142456", "display_name": "GOOD Music", "legal_name": null, "aliases": ["Inc."], "website": "https://good-music.com", "canonical_domain": "good-music.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q654283", "name": "Def Jam Recordings"}, "logo_url": null, "description": "American record label", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1259 {"wikidata_id": "Q116319", "display_name": "Rocket Lab", "legal_name": "Rocket Lab", "aliases": ["Rocket Labs"], "website": "https://rocketlabcorp.com", "canonical_domain": "rocketlabcorp.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rocket_Lab_logo.svg", "description": "U.S. & New Zealand aerospace manufacturer and launch service provider", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1260 {"wikidata_id": "Q1392453", "display_name": "Disney Television Animation", "legal_name": null, "aliases": ["Disney TVA", "DTVA", "The Walt Disney Pictures Television Animation Group", "Walt Disney Pictures Television Animation Group", "Walt Disney Television Animation"], "website": "https://disneytvanimation.com", "canonical_domain": "disneytvanimation.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["entertainment"], "industry_labels": ["animation", "television production"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1111443", "name": "Disney Kids & Family"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_Television_Animation_logo.png", "description": "television animation production arm of Disney Channels Worldwide", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1261 {"wikidata_id": "Q1424786", "display_name": "Four Seasons Hotels and Resorts", "legal_name": null, "aliases": ["Four Seasons", "Four Seasons Hotel", "Four Seasons Hotels", "Four Seasons Hotels Limited"], "website": "https://www.fourseasons.com", "canonical_domain": "fourseasons.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493009FUVX8LHYY2202", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian luxury hotel and resort company", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1262 {"wikidata_id": "Q2080179", "display_name": "Columbia University Press", "legal_name": null, "aliases": [], "website": "https://cup.columbia.edu", "canonical_domain": "columbia.edu", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q49088", "name": "Columbia University"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Columbia_University_Press_logo_%28from_Gloria_D%27Amor%29.jpg", "description": "university press based in New York City, and affiliated with Columbia University", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q907481"}, {"related_domain_conflict": "Q2209905"}]}
1263 {"wikidata_id": "Q267427", "display_name": "Humble Bundle, Inc.", "legal_name": null, "aliases": ["Humble Bundle", "Humble Bundle Inc.", "Humble Bundle", "Inc.", "Humble Bundles", "Humble Indie Bundles"], "website": "https://www.humblebundle.com", "canonical_domain": "humblebundle.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail", "gaming"], "industry_labels": ["digital distribution", "video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HIFHKVPXR5RM81", "sec_cik": "1518293", "parent": {"wikidata_id": "Q207708", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Humble_Bundle_logo.svg", "description": "digital storefront company selling video games and books", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1264 {"wikidata_id": "Q355022", "display_name": "Imgur", "legal_name": null, "aliases": [], "website": "https://imgur.com", "canonical_domain": "imgur.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cloud-infrastructure"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1604278", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imgur_logo.svg", "description": "American online image sharing and image hosting service", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1265 {"wikidata_id": "Q4928776", "display_name": "BlueStacks", "legal_name": null, "aliases": [], "website": "https://www.bluestacks.com", "canonical_domain": "bluestacks.com", "country": "US", "hq_city": "Campbell", "hq_region": "Santa Clara County", "lat": 37.28389, "lon": -121.955, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1529216", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BlueStacks_Logo3.png", "description": "American technology company", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1529216", "enriched_at": "2026-09-12T09:34:48+00:00"}}
1266 {"wikidata_id": "Q608132", "display_name": "Scouting America", "legal_name": null, "aliases": ["BSA", "Boy Scouts of America"], "website": "https://www.scouting.org", "canonical_domain": "scouting.org", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American nonprofit organization", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1267 {"wikidata_id": "Q630866", "display_name": "Arby's", "legal_name": null, "aliases": [], "website": "https://arbys.com", "canonical_domain": "arbys.com", "country": "US", "hq_city": "Sandy Springs", "hq_region": "Fulton County", "lat": 33.9375, "lon": -84.36861, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55074808", "name": "Inspire Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arby%27s_logo.svg", "description": "American fast food restaurant chain", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1268 {"wikidata_id": "Q753863", "display_name": "Epiphone", "legal_name": null, "aliases": [], "website": "https://www.epiphone.com", "canonical_domain": "epiphone.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q210278", "name": "Gibson Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epiphone_guitars_logo.svg", "description": "musical instrument brand", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1269 {"wikidata_id": "Q830334", "display_name": "Best Western", "legal_name": null, "aliases": ["Best Western Hotels & Resorts", "Best Western Hotels and Resorts", "Best Western International", "Best Western International", "Inc."], "website": "https://www.bestwestern.com", "canonical_domain": "bestwestern.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q135246658", "name": "BWH Hotels"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Best_Western_Hotels_%26_Resorts_logo.svg", "description": "international hotel chain", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1270 {"wikidata_id": "Q1328247", "display_name": "eneldistribuicaosp.com.br", "legal_name": null, "aliases": ["Enel Distribution São Paulo"], "website": "https://www.eneldistribuicaosp.com.br", "canonical_domain": "eneldistribuicaosp.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": ["manufacturing"], "industry_labels": ["electrical industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enel_Group_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1271 {"wikidata_id": "Q1439011", "display_name": "Fortress Investment Group", "legal_name": null, "aliases": ["Fortress Investment Group LLC"], "website": "https://www.fortress.com", "canonical_domain": "fortress.com", "country": "US", "hq_city": "1345 Avenue of the Americas", "hq_region": "Manhattan", "lat": 40.7631, "lon": -73.9788, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "VZ3406RQQDQ6P5Q17K28", "sec_cik": null, "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fortress_Investment_Group_logo.svg", "description": "American investment management firm", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1272 {"wikidata_id": "Q1930860", "display_name": "OTC Markets Group", "legal_name": null, "aliases": ["National Quotation Bureau", "OTC Link ATS - OTC Markets", "OTC Markets Group Inc", "Inc.", "OTCM", "OTCMKTS", "Pink Sheets"], "website": "https://www.otcmarkets.com", "canonical_domain": "otcmarkets.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "254900LQDMW14QIVAH45", "sec_cik": "1767287", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OTC_Markets_Group_logo.svg", "description": "American financial market providing price and liquidity information for over-the-counter securities", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1273 {"wikidata_id": "Q285931", "display_name": "GlassBridge Enterprises", "legal_name": null, "aliases": ["Imation Corporation"], "website": "https://www.imation.eu", "canonical_domain": "imation.eu", "country": "US", "hq_city": "Oakdale", "hq_region": "Washington County", "lat": 44.96306, "lon": -92.965, "industries": ["financial-services"], "industry_labels": ["investment", "SIC 6282 Investment Advice"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300GQRYQQ0IW6S632", "sec_cik": "1014111", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imation_logo.png", "description": "American holding company", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1014111", "enriched_at": "2026-09-12T09:34:49+00:00"}}
1274 {"wikidata_id": "Q2905359", "display_name": "Black Diamond Equipment", "legal_name": null, "aliases": [], "website": "https://www.blackdiamondequipment.com", "canonical_domain": "blackdiamondequipment.com", "country": "US", "hq_city": "Holladay", "hq_region": "Salt Lake County", "lat": 40.65639, "lon": -111.81944, "industries": ["mining", "manufacturing"], "industry_labels": ["climbing"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Black_Diamond_logo.png", "description": "Manufacturer of equipment for climbing, skiing, and mountain sports", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1275 {"wikidata_id": "Q4033073", "display_name": "Arris Group", "legal_name": null, "aliases": ["Arris", "Inc."], "website": "https://www.arris.com", "canonical_domain": "arris.com", "country": "US", "hq_city": "Suwanee", "hq_region": "Gwinnett County", "lat": 34.05145, "lon": -84.07289, "industries": ["telecommunications"], "industry_labels": ["communication", "SIC 3663 Radio & Tv Broadcasting & Communications Equipment"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "0C0SZC7H22UWI2NA3R46", "sec_cik": "1141107", "parent": {"wikidata_id": "Q5152057", "name": "CommScope"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Arris_Group%2C_Inc.svg", "description": "an American telecommunications equipment manufacturing company", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1141107", "enriched_at": "2026-09-12T09:34:49+00:00"}}
1276 {"wikidata_id": "Q4119347", "display_name": "A. T. Cross Company", "legal_name": null, "aliases": ["A.T. Cross Company"], "website": "https://www.cross.com", "canonical_domain": "cross.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Providence County", "lat": 41.92111, "lon": -71.435, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1846, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300MH0D8DT32E0O29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A.T._Cross_Firmenlogo.png", "description": "American company in the writing instrument, stationery and premium sunglass businesses", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1277 {"wikidata_id": "Q4698062", "display_name": "Sumisho Air Lease", "legal_name": null, "aliases": ["ALC", "Air Lease", "Air Lease Corporation"], "website": "https://sumisho.aero", "canonical_domain": "sumisho.aero", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["aerospace-defense"], "industry_labels": ["aircraft lease", "SIC 7359 Services-Equipment Rental & Leasing, NEC"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "5493004NW4M4P8TMMK63", "sec_cik": "1487712", "parent": {"wikidata_id": "Q716979", "name": "Sumitomo Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Lease_Corporation_logo.svg", "description": "American aircraft leasing company", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1487712", "enriched_at": "2026-09-12T09:34:50+00:00"}}
1278 {"wikidata_id": "Q753801", "display_name": "Hongkong Land", "legal_name": null, "aliases": ["Hongkong Land Holdings Limited"], "website": "https://hkland.com", "canonical_domain": "hkland.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1889, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "213800XCHYNRPAYGXW28", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong real estate company", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1279 {"wikidata_id": "Q823303", "display_name": "GoTo", "legal_name": null, "aliases": ["Formerly LogMeIn", "LogMeIn Inc."], "website": "https://www.goto.com", "canonical_domain": "goto.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300D12V5KRBV00592", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoTo_Technologies_USA%2C_Inc._logo.svg", "description": "American software company based in Boston", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3772657"}]}
1280 {"wikidata_id": "Q894578", "display_name": "Boston Pizza", "legal_name": null, "aliases": [], "website": "https://bostonpizza.com", "canonical_domain": "bostonpizza.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boston_Pizza_logo_2025.svg", "description": "Canadian restaurant chain", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1281 {"wikidata_id": "Q61830755", "display_name": "Vixen Media Group", "legal_name": null, "aliases": ["Vixen", "Vixen Media"], "website": "https://www.vixenmediagroup.com", "canonical_domain": "vixenmediagroup.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media", "entertainment"], "industry_labels": ["sex industry"], "founded_year": 2014, "employees": 100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VMG_LOGO.png", "description": "American private company", "sitelinks": 14, "importance": 0.3515, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1282 {"wikidata_id": "Q2467284", "display_name": "Network Solutions", "legal_name": null, "aliases": ["LLC"], "website": "https://www.networksolutions.com", "canonical_domain": "networksolutions.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["cloud-infrastructure"], "industry_labels": ["web hosting service"], "founded_year": 1979, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7978418", "name": "Web.com"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Network_Solutions.png", "description": "American-based technology company and a subsidiary of Web.com", "sitelinks": 10, "importance": 0.3506, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1283 {"wikidata_id": "Q1046593", "display_name": "Gearbox Software", "legal_name": null, "aliases": [], "website": "https://www.gearboxsoftware.com", "canonical_domain": "gearboxsoftware.com", "country": "US", "hq_city": "Frisco", "hq_region": "Denton County", "lat": 33.1414, "lon": -96.8131, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gearbox_Software_wordmark.svg", "description": "American video game company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1284 {"wikidata_id": "Q1053674", "display_name": "DoubleClick", "legal_name": null, "aliases": [], "website": "https://www.doubleclickbygoogle.com", "canonical_domain": "doubleclickbygoogle.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["internet marketing"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doubleclick.svg", "description": "provides Internet ad serving services", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1285 {"wikidata_id": "Q1135204", "display_name": "Wizards of the Coast", "legal_name": null, "aliases": ["Wizards of the Coast LLC", "Inc.", "WotC"], "website": "https://company.wizards.com", "canonical_domain": "wizards.com", "country": "US", "hq_city": "Renton", "hq_region": "King County", "lat": 47.47992, "lon": -122.20344, "industries": ["media", "gaming"], "industry_labels": ["game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930058LIMFSJIOLQ48", "sec_cik": null, "parent": {"wikidata_id": "Q501476", "name": "Hasbro"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wizards_of_the_Coast_logo_%282021%29.svg", "description": "American publisher of games", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1286 {"wikidata_id": "Q1185863", "display_name": "Democratic National Committee", "legal_name": null, "aliases": ["DNC"], "website": "https://www.democrats.org", "canonical_domain": "democrats.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": [], "industry_labels": [], "founded_year": 1848, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US_Democratic_Party_Logo.svg", "description": "top institution of the U.S. Democratic Party", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1287 {"wikidata_id": "Q1329777", "display_name": "Wilson Sporting Goods", "legal_name": "Wilson Sporting Goods Co.", "aliases": ["BLX", "Wilson Company", "Wilson Sporting Goods Company"], "website": "https://www.wilson.com", "canonical_domain": "wilson.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["apparel"], "industry_labels": ["textile industry", "sports industry"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152695", "name": "Amer Sports"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wilson-logo.svg", "description": "American sports equipment manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1288 {"wikidata_id": "Q1367577", "display_name": "Tennessee Valley Authority", "legal_name": null, "aliases": ["TVA"], "website": "https://www.tva.com", "canonical_domain": "tva.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["renewables"], "industry_labels": ["hydroelectricity", "SIC 4911 Electric Services"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "TVE", "exchange": "NYSE", "lei": "549300HE1ISW43LNKM54", "sec_cik": "1376986", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tennessee-Valley-Authority-Logo.svg", "description": "federally-owned electric utility corporation in the United States", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1376986", "enriched_at": "2026-09-12T09:34:50+00:00"}}
1289 {"wikidata_id": "Q1415501", "display_name": "Lexmark", "legal_name": "Lexmark International, Inc.", "aliases": [], "website": "https://www.lexmark.com", "canonical_domain": "lexmark.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TGOGJOCWL57Z97", "sec_cik": null, "parent": {"wikidata_id": "Q152433", "name": "Xerox"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xerox-Lexmark_logo.svg", "description": "American document management corporation", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1290 {"wikidata_id": "Q1467888", "display_name": "Scribd", "legal_name": null, "aliases": ["Everand"], "website": "https://www.scribd.com", "canonical_domain": "scribd.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1375506", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scribd_2025.svg", "description": "digital library", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1291 {"wikidata_id": "Q165708", "display_name": "Ram Trucks", "legal_name": null, "aliases": ["Ram"], "website": "https://www.ramtrucks.com", "canonical_domain": "ramtrucks.com", "country": "US", "hq_city": "Auburn Hills", "hq_region": "Oakland County", "lat": 42.6875, "lon": -83.23417, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ram_Trucks_2009_wordmark.svg", "description": "American brand of light to mid-weight commercial vehicles", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1292 {"wikidata_id": "Q1660552", "display_name": "Patagonia, Inc.", "legal_name": null, "aliases": ["Patagonia"], "website": "https://www.patagonia.com", "canonical_domain": "patagonia.com", "country": "US", "hq_city": "Ventura", "hq_region": "Ventura County", "lat": 34.26778, "lon": -119.25421, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Patagonia_%28Unternehmen%29_logo.svg", "description": "American clothing company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1293 {"wikidata_id": "Q2154085", "display_name": "Codecademy", "legal_name": null, "aliases": ["Inc."], "website": "https://www.codecademy.com", "canonical_domain": "codecademy.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Codecademy.svg", "description": "online code-learning platform", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1294 {"wikidata_id": "Q2319420", "display_name": "Warner Bros. Games", "legal_name": null, "aliases": ["Warner Bros. Interactive Entertainment", "Warner Brothers Interactive Entertainment", "WB Games", "WBIE"], "website": "https://www.warnerbrosgames.com", "canonical_domain": "warnerbrosgames.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._Games_logo_%28December_2023%29.svg", "description": "American publisher, developer, licensor, and distributor of video games", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1295 {"wikidata_id": "Q2616400", "display_name": "Y Combinator Management, LLC", "legal_name": "Y Combinator Management, LLC", "aliases": [], "website": "https://www.ycombinator.com", "canonical_domain": "ycombinator.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["financial-services", "asset-management"], "industry_labels": ["investment", "venture capital"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Y_Combinator_logo.svg", "description": "American startup accelerator", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1296 {"wikidata_id": "Q304992", "display_name": "Gatorade", "legal_name": null, "aliases": ["Gatorade Company", "Inc.", "The Gatorade Company", "Inc."], "website": "https://gatorade.com", "canonical_domain": "gatorade.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gatorade_logo.svg", "description": "manufacturer of sports-themed beverage and food products", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1297 {"wikidata_id": "Q313517", "display_name": "Gideons International", "legal_name": null, "aliases": [], "website": "https://www.gideons.org", "canonical_domain": "gideons.org", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["media"], "industry_labels": ["religious congregations and associations"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Die_Gideons_-_Logo.tif", "description": "organization", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1298 {"wikidata_id": "Q465697", "display_name": "American Medical Association", "legal_name": null, "aliases": ["AMA"], "website": "https://www.ama-assn.org", "canonical_domain": "ama-assn.org", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88904, "lon": -87.62764, "industries": ["healthcare", "media"], "industry_labels": [], "founded_year": 1847, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300BD67Y3P3BER703", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMA_logo.svg", "description": "United States association of physicians and medical students", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1299 {"wikidata_id": "Q512858", "display_name": "Spyglass Media Group", "legal_name": null, "aliases": ["Spyglass Entertainment"], "website": "https://spyglassmediagroup.com", "canonical_domain": "spyglassmediagroup.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q289362", "name": "Cerberus Capital Management"}, "logo_url": null, "description": "American film production company founded in 1998", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1300 {"wikidata_id": "Q54860", "display_name": "Walt Disney Records", "legal_name": null, "aliases": ["WDR", "LC 10025"], "website": "https://waltdisneyrecords.com", "canonical_domain": "waltdisneyrecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2104471", "name": "Disney Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walt_Disney_Records_logo.svg", "description": "US record label owned by The Walt Disney Company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1301 {"wikidata_id": "Q726153", "display_name": "Epitaph Records", "legal_name": null, "aliases": [], "website": "https://www.epitaph.com", "canonical_domain": "epitaph.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epitaph_Records_Logo.svg", "description": "American independent record label", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1302 {"wikidata_id": "Q7884447", "display_name": "Respawn Entertainment", "legal_name": null, "aliases": [], "website": "https://www.respawn.com", "canonical_domain": "respawn.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Respawn_Logo.svg", "description": "American video game developer", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1303 {"wikidata_id": "Q938773", "display_name": "DKNY", "legal_name": null, "aliases": ["Donna Karan New York"], "website": "https://www.dkny.com", "canonical_domain": "dkny.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30645014", "name": "G-III Apparel Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DKNY_logo.svg", "description": "New York-based fashion house", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1304 {"wikidata_id": "Q2005245", "display_name": "Shearman & Sterling", "legal_name": null, "aliases": ["Shearman and Sterling"], "website": "https://www.shearman.com", "canonical_domain": "shearman.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1873, "employees": 850, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ARWPECOTGHT452", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shearman_Logo_Black_300ppi_pos.png", "description": "multinational law firm headquartered in New York City", "sitelinks": 10, "importance": 0.3498, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1305 {"wikidata_id": "Q1300943", "display_name": "Warburg Pincus", "legal_name": "Warburg Pincus LLC", "aliases": [], "website": "https://www.warburgpincus.com", "canonical_domain": "warburgpincus.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1939, "employees": 775, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warburg_Pincus_logo.png", "description": "private equity firm from USA", "sitelinks": 10, "importance": 0.3484, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1306 {"wikidata_id": "Q130763", "display_name": "Tripwire Interactive", "legal_name": null, "aliases": ["Tripwire Interactive LLC", "Tuxedo Labs"], "website": "https://www.tripwireinteractive.com", "canonical_domain": "tripwireinteractive.com", "country": "US", "hq_city": "Roswell", "hq_region": "Fulton County", "lat": 34.0339, "lon": -84.3442, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 50, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tripwire_Interactive_new_logo.png", "description": "American video game developer", "sitelinks": 15, "importance": 0.3484, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1307 {"wikidata_id": "Q17068357", "display_name": "Mapbox", "legal_name": "Mapbox, Inc.", "aliases": ["MBX", "MapBox", "Inc."], "website": "https://www.mapbox.com", "canonical_domain": "mapbox.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["software"], "industry_labels": ["cartography", "software development"], "founded_year": 2010, "employees": 209, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1589263", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mapbox_logo_2019.svg", "description": "American geospatial technology company that produces tools for map designers and application developers", "sitelinks": 12, "importance": 0.3471, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1308 {"wikidata_id": "Q1333801", "display_name": "Jackson Guitars", "legal_name": null, "aliases": ["Jackson King V Signature model"], "website": "https://www.jacksonguitars.com", "canonical_domain": "jacksonguitars.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["consumer-goods"], "industry_labels": ["musical instrument manufacturing company"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q175391", "name": "Fender Musical Instruments Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jackson_guitars_logo.svg", "description": "manufacturer of electric guitars and electric bass guitars", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1309 {"wikidata_id": "Q1353013", "display_name": "Pantene", "legal_name": null, "aliases": ["Pantene Pro-V", "Pantene Pro-Vitamin", "Pantene product", "Pantene product line"], "website": "https://www.pantene.com", "canonical_domain": "pantene.com", "country": "US", "hq_city": "Switzerland", "hq_region": null, "lat": 46.79856, "lon": 8.23197, "industries": [], "industry_labels": ["shampoo"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212405", "name": "Procter & Gamble"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pantene.svg", "description": "brand of hair care products owned by Procter & Gamble", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1310 {"wikidata_id": "Q1427072", "display_name": "SAE International", "legal_name": null, "aliases": ["SAE", "Society of Automotive Engineers"], "website": "https://www.sae.org", "canonical_domain": "sae.org", "country": "US", "hq_city": "Warrendale", "hq_region": "Allegheny County", "lat": 40.65333, "lon": -80.07944, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAE_International_logo.svg", "description": "international standards development organization for automotive and other industries", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1311 {"wikidata_id": "Q1431781", "display_name": "Disney Experiences", "legal_name": "Disney Experiences", "aliases": ["Disney Destinations", "Disney Parks", "Disney Parks", "Experiences and Products", "DPEP", "Walt Disney Attractions", "Walt Disney Outdoor Recreation Division", "Walt Disney Parks and Resorts"], "website": "https://disneyexperiences.com", "canonical_domain": "disneyexperiences.com", "country": "US", "hq_city": "Lake Buena Vista", "hq_region": "Orange County", "lat": 28.3775, "lon": -81.52167, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_Experiences_logo.svg", "description": "theme park and travel division of The Walt Disney Company", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1312 {"wikidata_id": "Q1852025", "display_name": "Sequoia Capital", "legal_name": null, "aliases": ["Sequoia"], "website": "https://www.sequoiacap.com", "canonical_domain": "sequoiacap.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sequoia_Capital_logo.svg", "description": "U.S. venture capital firm", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1313 {"wikidata_id": "Q203807", "display_name": "The Giving Pledge", "legal_name": null, "aliases": [], "website": "https://www.givingpledge.org", "canonical_domain": "givingpledge.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "manufacturing"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Giving_Pledge_Logo.svg", "description": "charitable campaign for rich people to donate at least 50% of their wealth", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1314 {"wikidata_id": "Q251266", "display_name": "Sage Publishing", "legal_name": "Sage Publications", "aliases": ["SAGE Publications", "SAGE Publications Ltd", "SAGE Publishing"], "website": "https://www.sagepub.com", "canonical_domain": "sagepub.com", "country": "US", "hq_city": "Thousand Oaks", "hq_region": "Ventura County", "lat": 34.18944, "lon": -118.875, "industries": ["media"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "9845001E2D41B95D8018", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAGE_Publishing_logo_2023.svg", "description": "U.S. scientific publisher", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1315 {"wikidata_id": "Q3268010", "display_name": "circlek.com", "legal_name": null, "aliases": ["Circle K Stores", "Inc."], "website": "https://www.circlek.com", "canonical_domain": "circlek.com", "country": "CA", "hq_city": "Laval", "hq_region": "Quebec", "lat": 45.5833, "lon": -73.75, "industries": ["food-beverage", "retail"], "industry_labels": ["drink", "retail"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2836957", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Circle_K_logo_2015.svg", "description": "international convenience store chain owned by Alimentation Couche-Tard", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1316 {"wikidata_id": "Q47517081", "display_name": "Warner Bros. Pictures Animation", "legal_name": null, "aliases": ["WAG", "Warner Animation Group"], "website": "https://www.warnerbrospicturesanimation.com", "canonical_domain": "warnerbrospicturesanimation.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._Pictures_Animation_2024.svg", "description": "American theatrical animation studio", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1317 {"wikidata_id": "Q622668", "display_name": "Village Roadshow Pictures", "legal_name": null, "aliases": ["Village Roadshow Entertainment Group (VREG)"], "website": "https://www.vreg.com", "canonical_domain": "vreg.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q825291", "name": "Village Roadshow"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Village-Roadshow-Pictures-Logo.svg", "description": "American film production company", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1318 {"wikidata_id": "Q633812", "display_name": "Archie Comics", "legal_name": null, "aliases": ["Archie Comic Publications", "Archie Comic Publications", "Inc.", "M.L.J. Magazines", "Inc.", "MLJ Comics", "MLJ Magazines"], "website": "https://archiecomics.com", "canonical_domain": "archiecomics.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["media"], "industry_labels": ["comics industry"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Archie_Comics_logo_1987.svg", "description": "American comic book publisher", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1319 {"wikidata_id": "Q776039", "display_name": "ViewSonic", "legal_name": null, "aliases": ["ViewSonic Corporation"], "website": "https://www.viewsonic.com", "canonical_domain": "viewsonic.com", "country": "US", "hq_city": "Brea", "hq_region": "Orange County", "lat": 33.92333, "lon": -117.88889, "industries": ["technology", "education"], "industry_labels": ["electronics", "educational technology", "computer hardware industry", "consumer electronics industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ViewSonic_logo.svg", "description": "American manufacturer and provider of visual technology", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1320 {"wikidata_id": "Q798658", "display_name": "Bad Boy Records", "legal_name": null, "aliases": ["Bad Boy Entertainment"], "website": "https://www.badboyonline.com", "canonical_domain": "badboyonline.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "American hip hop record label", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1321 {"wikidata_id": "Q885833", "display_name": "Blue Note", "legal_name": "Blue Note", "aliases": ["Blue Note Records", "LC 00133", "LC 0133"], "website": "https://www.bluenote.com", "canonical_domain": "bluenote.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q183412", "name": "EMI"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Note_Records.svg", "description": "American record label; main imprint of Blue Note Records, Inc.", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1322 {"wikidata_id": "Q891732", "display_name": "Orion Pictures", "legal_name": null, "aliases": ["Orion Pictures Corporation", "Orion Releasing LLC"], "website": "https://www.orionpictures.com", "canonical_domain": "orionpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4740868", "name": "Amazon MGM Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orion_Pictures_logo.svg", "description": "American film and distribution company", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1323 {"wikidata_id": "Q928122", "display_name": "Crystal Dynamics", "legal_name": null, "aliases": [], "website": "https://www.crystaldynamics.com", "canonical_domain": "crystaldynamics.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115116019", "name": "CDE Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crystal_Dynamics_Logo.svg", "description": "American video game developer", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1324 {"wikidata_id": "Q934012", "display_name": "Piper Aircraft", "legal_name": null, "aliases": ["Piper", "Piper Aircraft Company", "Piper Aircraft Inc.", "Inc.", "Taylor Aircraft Company", "Taylor Brothers Aircraft Manufacturing Company"], "website": "https://www.piper.com", "canonical_domain": "piper.com", "country": "US", "hq_city": "Florida", "hq_region": "United States", "lat": 28.13333, "lon": -81.63167, "industries": ["manufacturing", "aerospace-defense", "construction"], "industry_labels": ["industrial manufacturing", "aerospace engineering", "aircraft construction"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Piper_Aircraft_logo.svg", "description": "American aircraft manufacturer", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1325 {"wikidata_id": "Q1105569", "display_name": "CodeGear", "legal_name": null, "aliases": [], "website": "https://www.codegear.com", "canonical_domain": "codegear.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q601048", "name": "Embarcadero Technologies"}, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.3464, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1326 {"wikidata_id": "Q2607531", "display_name": "Harmonix Music Systems", "legal_name": null, "aliases": [], "website": "https://www.harmonixmusic.com", "canonical_domain": "harmonixmusic.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1022288", "parent": {"wikidata_id": "Q739711", "name": null}, "logo_url": null, "description": "American video game company", "sitelinks": 12, "importance": 0.3464, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1327 {"wikidata_id": "Q2495748", "display_name": "TopCoder", "legal_name": null, "aliases": [], "website": "https://www.topcoder.com", "canonical_domain": "topcoder.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": 105, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "crowdsourcing company with an open global community of designers, developers, data scientists, and competitive programmers", "sitelinks": 13, "importance": 0.345, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1328 {"wikidata_id": "Q2113908", "display_name": "Providence Equity Partners", "legal_name": null, "aliases": ["Providence Equity Partners LLC"], "website": "https://www.provequity.com", "canonical_domain": "provequity.com", "country": "US", "hq_city": "50 Kennedy Plaza", "hq_region": null, "lat": 41.8248, "lon": -71.4105, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1989, "employees": 180, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Providence_Equity_Partners_Logo.png", "description": "Sector-specialist private equity investment firm", "sitelinks": 12, "importance": 0.3449, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1329 {"wikidata_id": "Q1060537", "display_name": "Forever 21", "legal_name": "Forever 21", "aliases": ["Inc.", "Forever21"], "website": "https://urban-planet.com", "canonical_domain": "urban-planet.com", "country": "CA", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300N7Q6EL65IHS133", "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Forever_21_logo.svg", "description": "Canadian clothing store chain owned by YM Inc and former American fast fashion retailer", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1330 {"wikidata_id": "Q1194456", "display_name": "Roc Nation", "legal_name": "Roc Nation, LLC", "aliases": [], "website": "https://www.rocnation.com", "canonical_domain": "rocnation.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["record label", "film production", "television production", "concert production", "talent agency"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1061903", "name": "Live Nation Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roc_Nation_Logo.svg", "description": "American entertainment company", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1331 {"wikidata_id": "Q1427299", "display_name": "Sky Airline", "legal_name": null, "aliases": ["Sky Air"], "website": "https://www.skyairline.com", "canonical_domain": "skyairline.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sky_Airline_Logo.svg", "description": "Chilean airline", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1332 {"wikidata_id": "Q1469447", "display_name": "Winchester Repeating Arms Company", "legal_name": null, "aliases": [], "website": "https://www.winchesterguns.com", "canonical_domain": "winchesterguns.com", "country": "US", "hq_city": "New Haven", "hq_region": "South Central Connecticut Planning Region", "lat": 41.30833, "lon": -72.925, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1866, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7086908", "name": "Olin Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winchester-logo.svg", "description": "American maker of repeating firearms", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7863311"}]}
1333 {"wikidata_id": "Q2061446", "display_name": "Bobcat Company", "legal_name": null, "aliases": ["Bobcat"], "website": "https://www.bobcat.com", "canonical_domain": "bobcat.com", "country": "US", "hq_city": "West Fargo", "hq_region": "Cass County", "lat": 46.87167, "lon": -96.895, "industries": ["construction", "industrial-machinery"], "industry_labels": ["construction equipment manufacturing"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q486002", "name": "Doosan Group"}, "logo_url": null, "description": "American-based manufacturer of farm and construction equipment", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1334 {"wikidata_id": "Q299950", "display_name": "Washington Open", "legal_name": null, "aliases": ["Citi Open", "DC Open", "Legg Mason Tennis Classic", "Mubadala Citi DC Open", "Sovran Bank Classic", "Washington Star International"], "website": "https://www.mubadalacitidcopen.com", "canonical_domain": "mubadalacitidcopen.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 38.954, "lon": -77.037, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tennis tournament", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1335 {"wikidata_id": "Q522497", "display_name": "Jelly Belly", "legal_name": null, "aliases": [], "website": "https://www.jellybelly.com", "canonical_domain": "jellybelly.com", "country": "US", "hq_city": "Fairfield", "hq_region": "Solano County", "lat": 38.25778, "lon": -122.05417, "industries": [], "industry_labels": ["candy industry"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1336 {"wikidata_id": "Q738135", "display_name": "Aspyr", "legal_name": null, "aliases": ["Aspyr Media"], "website": "https://www.aspyr.com", "canonical_domain": "aspyr.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aspyr_2019_logo.svg", "description": "American video game developer and publisher", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1337 {"wikidata_id": "Q75776", "display_name": "Fox Sports", "legal_name": null, "aliases": ["FOX Sports Media Group"], "website": "https://www.foxsports.com", "canonical_domain": "foxsports.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q185278", "name": "News Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FOX_Sports_logo.svg", "description": "sports programming division of the Fox Corporation", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1338 {"wikidata_id": "Q847270", "display_name": "DeWALT", "legal_name": null, "aliases": ["DᴇWALT"], "website": "https://www.dewalt.com", "canonical_domain": "dewalt.com", "country": "US", "hq_city": "Towson", "hq_region": "Baltimore County", "lat": 39.39306, "lon": -76.60944, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q706094", "name": "Stanley Black & Decker"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DeWalt_Logo.svg", "description": "Tool company.", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1339 {"wikidata_id": "Q859635", "display_name": "Bigelow Aerospace", "legal_name": null, "aliases": [], "website": "https://bigelowaerospace.com", "canonical_domain": "bigelowaerospace.com", "country": "US", "hq_city": "North Las Vegas", "hq_region": "Nevada", "lat": 36.20058, "lon": -115.12158, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American space technology company", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1340 {"wikidata_id": "Q991188", "display_name": "Browning Arms Company", "legal_name": null, "aliases": ["John Moses and Matthew Sandifer Browning Company"], "website": "https://www.browning.com", "canonical_domain": "browning.com", "country": "US", "hq_city": "Morgan", "hq_region": "Morgan County", "lat": 41.04111, "lon": -111.67611, "industries": [], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001WYN2737K3WJ80", "sec_cik": null, "parent": {"wikidata_id": "Q747353", "name": "FN Herstal"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Browning_text_logo.png", "description": "company", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1341 {"wikidata_id": "Q344935", "display_name": "Acxiom", "legal_name": null, "aliases": [], "website": "https://www.acxiom.com", "canonical_domain": "acxiom.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["media"], "industry_labels": ["data analysis"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "5493007N6NQOFYTMHK57", "sec_cik": null, "parent": {"wikidata_id": "Q1501630", "name": "Interpublic Group of Companies"}, "logo_url": null, "description": "data foundation for marketing company", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1342 {"wikidata_id": "Q833217", "display_name": "George Weston Limited", "legal_name": null, "aliases": ["George Weston"], "website": "https://www.weston.ca", "canonical_domain": "weston.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300FAHC3L1QKNT280", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/George_Weston_Limited.svg", "description": "company", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1343 {"wikidata_id": "Q866972", "display_name": "Vonage", "legal_name": null, "aliases": [], "website": "https://www.vonage.com", "canonical_domain": "vonage.com", "country": "US", "hq_city": "Holmdel Township", "hq_region": "Monmouth County", "lat": 40.38, "lon": -74.1775, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1272830", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vonage_Logo.svg", "description": "American telecommunications company", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1272830", "enriched_at": "2026-09-12T09:34:51+00:00"}}
1344 {"wikidata_id": "Q28173854", "display_name": "Compulsion Games", "legal_name": null, "aliases": [], "website": "https://compulsiongames.com", "canonical_domain": "compulsiongames.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": 85, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Compulsion_Games_Logo.svg", "description": "Canadian video game developer", "sitelinks": 13, "importance": 0.3419, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1345 {"wikidata_id": "Q1602482", "display_name": "Helibras", "legal_name": null, "aliases": [], "website": "https://www.helibras.com.br", "canonical_domain": "helibras.com.br", "country": "BR", "hq_city": "Itajubá", "hq_region": "Minas Gerais", "lat": -22.42583, "lon": -45.45278, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1978, "employees": 452, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2311", "name": "Airbus"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Helibras.png", "description": "helicopter manufacturer in Brazil", "sitelinks": 10, "importance": 0.3406, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1346 {"wikidata_id": "Q1202130", "display_name": "Robot Entertainment", "legal_name": null, "aliases": [], "website": "https://www.robotentertainment.com", "canonical_domain": "robotentertainment.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": 45, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 14, "importance": 0.3401, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1347 {"wikidata_id": "Q36879490", "display_name": "Rappi", "legal_name": null, "aliases": [], "website": "https://www.rappi.com.mx", "canonical_domain": "rappi.com.mx", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["logistics"], "industry_labels": [], "founded_year": 2015, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1693234", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rappi_logo.svg", "description": "food delivery company", "sitelinks": 7, "importance": 0.3387, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1348 {"wikidata_id": "Q1036118", "display_name": "caribbean-airlines.com", "legal_name": null, "aliases": ["BW", "BWA", "Caribbean Airlines Limited"], "website": "https://www.caribbean-airlines.com", "canonical_domain": "caribbean-airlines.com", "country": "TT", "hq_city": "Piarco", "hq_region": "Tunapuna–Piarco", "lat": 10.6048, "lon": -61.3341, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caribbean_Airlines_logo.png", "description": "national airline of Trinidad and Tobago", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1349 {"wikidata_id": "Q10398667", "display_name": "Monstercat", "legal_name": null, "aliases": ["MCAT", "Monstercat Media", "Monstercat Silk"], "website": "https://www.monstercat.com", "canonical_domain": "monstercat.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monstercat_vector_logo.svg", "description": "Canadian record label", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1350 {"wikidata_id": "Q1044630", "display_name": "THX", "legal_name": null, "aliases": ["THX Ltd."], "website": "https://www.thx.com", "canonical_domain": "thx.com", "country": "US", "hq_city": "San Rafael", "hq_region": "Marin County", "lat": 37.97333, "lon": -122.53083, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q367412", "name": "Razer Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/THX_logo.svg", "description": "American audio company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1351 {"wikidata_id": "Q1071967", "display_name": "Chicago Mercantile Exchange", "legal_name": null, "aliases": ["CME", "the Chicago Merc", "the Merc", "XCME", "Chicago Mercantile Exchange Inc. (Chicago", "IL)"], "website": "https://www.cme.com", "canonical_domain": "cme.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["service"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1023876", "name": "CME Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chicago_Mercantile_Exchange_logo.svg", "description": "financial and commodity derivative exchange located in Chicago, Illinois, United States", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1352 {"wikidata_id": "Q118945347", "display_name": "San Diego FC", "legal_name": null, "aliases": ["San Diego F.C.", "San Diego Football Club", "San Diego MLS team", "SDFC"], "website": "https://sandiegofc.com", "canonical_domain": "sandiegofc.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": [], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18543", "name": "Major League Soccer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/San_Diego_MLS_team_temporary_logo.png", "description": "soccer team based in San Diego, California, USA", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1353 {"wikidata_id": "Q120233", "display_name": "New York Mercantile Exchange", "legal_name": null, "aliases": ["NYMEX", "XNYM"], "website": "https://www.nymex.com", "canonical_domain": "nymex.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1872, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1023876", "name": "CME Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_York_Mercantile_Exchange_logo.svg", "description": "commodity and futures exchange located in New York City, New York, United States", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1354 {"wikidata_id": "Q1250111", "display_name": "Aylo", "legal_name": null, "aliases": [], "website": "https://aylo.com", "canonical_domain": "aylo.com", "country": "CA", "hq_city": "Luxembourg", "hq_region": "Canton of Luxembourg", "lat": 49.61139, "lon": 6.13, "industries": ["internet"], "industry_labels": ["pornography industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300MOQ6YE8FN1P122", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aylo_logo.svg", "description": "Canadian Internet pornography company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1355 {"wikidata_id": "Q1257477", "display_name": "Hollister Co.", "legal_name": null, "aliases": ["HCo.", "Hollister", "Hollister Clothing"], "website": "https://www.hollisterco.com", "canonical_domain": "hollisterco.com", "country": "US", "hq_city": "New Albany", "hq_region": "Franklin County", "lat": 40.0786, "lon": -82.8206, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q319344", "name": "Abercrombie & Fitch"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Hollister_Co._%282025%29_USA.png", "description": "American lifestyle brand owned by Abercrombie & Fitch Co.", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1356 {"wikidata_id": "Q1320443", "display_name": "Sony Pictures Classics", "legal_name": null, "aliases": ["Sony Classics"], "website": "https://www.sonyclassics.com", "canonical_domain": "sonyclassics.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["independent film"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q822314", "name": "Sony Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Pictures_Classics_logo.svg", "description": "film division of Sony Pictures Entertainment", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1357 {"wikidata_id": "Q1346893", "display_name": "PRS Guitars", "legal_name": null, "aliases": ["PRS", "Paul Reed Smith Guitars"], "website": "https://www.prsguitars.com", "canonical_domain": "prsguitars.com", "country": "US", "hq_city": "Stevensville", "hq_region": "Queen Anne's County", "lat": 38.9811, "lon": -76.3189, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PRS_Guitars_logo.svg", "description": "American guitar and amplifier manufacturer", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1358 {"wikidata_id": "Q1418233", "display_name": "Porto Alegre Metro", "legal_name": "Metrô de Porto Alegre", "aliases": [], "website": "https://www.trensurb.gov.br", "canonical_domain": "trensurb.gov.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -30.03278, "lon": -51.23, "industries": ["transportation"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trensurb_logo.png", "description": "rapid transit line in Brazil", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1359 {"wikidata_id": "Q1518683", "display_name": "MathWorks", "legal_name": null, "aliases": ["The MathWorks", "The MathWorks", "Inc."], "website": "https://www.mathworks.it", "canonical_domain": "mathworks.it", "country": "US", "hq_city": "Natick", "hq_region": "Middlesex County", "lat": 42.28333, "lon": -71.35, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matlab_Logo.png", "description": "company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1360 {"wikidata_id": "Q1759864", "display_name": "Ancient Mystical Order Rosae Crucis", "legal_name": null, "aliases": ["A.M.O.R.C.", "AMORC"], "website": "https://www.amorc.org", "canonical_domain": "amorc.org", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Official_insignia_of_the_Rosicrucian_Order.jpg", "description": "largest Rosicrucian organization in the world", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1361 {"wikidata_id": "Q1998195", "display_name": "Asylum Records", "legal_name": "Asylum Records", "aliases": [], "website": "https://asylumrecords.com", "canonical_domain": "asylumrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asylum_Records_logo.svg", "description": "American record label", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1362 {"wikidata_id": "Q203262", "display_name": "Zilog", "legal_name": null, "aliases": ["ZiLOG", "Inc."], "website": "https://www.zilog.com", "canonical_domain": "zilog.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6648755", "name": "Littelfuse"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zilog_logo.svg", "description": "American manufacturer of microprocessors", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1363 {"wikidata_id": "Q229459", "display_name": "3D Realms", "legal_name": null, "aliases": ["3D Realms Entertainment"], "website": "https://3drealms.com", "canonical_domain": "3drealms.com", "country": "US", "hq_city": "Garland", "hq_region": "Collin County", "lat": 32.90667, "lon": -96.635, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3D_Realms.jpg", "description": "American-Danish video game developer and publisher", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1364 {"wikidata_id": "Q2699694", "display_name": "Quaker Oats Company", "legal_name": null, "aliases": ["Quaker Company"], "website": "https://www.quakeroats.com", "canonical_domain": "quakeroats.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1877, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quaker_oats_textlogo.png", "description": "American food conglomerate", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1365 {"wikidata_id": "Q27559777", "display_name": "screenrant.com", "legal_name": null, "aliases": [], "website": "https://screenrant.com", "canonical_domain": "screenrant.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126730672", "name": "Valnet"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Screen_Rant_black_text_logo.svg", "description": "entertainment news website", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1366 {"wikidata_id": "Q438294", "display_name": "Altera", "legal_name": null, "aliases": [], "website": "https://www.altera.com", "canonical_domain": "altera.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altera_logo.svg", "description": "semiconductor company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1367 {"wikidata_id": "Q4752572", "display_name": "Ancestry.com Inc.", "legal_name": "Ancestry.com Inc.", "aliases": ["Ancestry.com Inc", "Ancestry.com LLC", "ANCESTRY.COM OPERATIONS INC."], "website": "https://www.ancestry.com", "canonical_domain": "ancestry.com", "country": "US", "hq_city": "Lehi", "hq_region": "Utah County", "lat": 40.77247, "lon": -111.89072, "industries": ["internet"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300NI5TRMWT8VWC40", "sec_cik": "1575319", "parent": null, "logo_url": null, "description": "American online genealogy company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1575319", "enriched_at": "2026-09-12T09:34:52+00:00"}}
1368 {"wikidata_id": "Q63435709", "display_name": "Substack", "legal_name": null, "aliases": ["Substack Inc."], "website": "https://substack.com", "canonical_domain": "substack.com", "country": "US", "hq_city": "San Francisco", "hq_region": "CA", "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1783191", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Substack_logo.png", "description": "American online newsletter platform", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1783191", "enriched_at": "2026-09-12T09:34:52+00:00"}}
1369 {"wikidata_id": "Q677606", "display_name": "Conviasa", "legal_name": null, "aliases": [], "website": "https://www.conviasa.aero", "canonical_domain": "conviasa.aero", "country": "VE", "hq_city": "Maiquetía", "hq_region": "Vargas Municipality", "lat": 10.59583, "lon": -66.97722, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6866647", "name": "Ministry of Aquatic and Air Transport"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Conviasa_Logo.svg", "description": "Flag carrier airline of Venezuela", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1370 {"wikidata_id": "Q866289", "display_name": "Sun Country Airlines", "legal_name": null, "aliases": [], "website": "https://www.suncountry.com", "canonical_domain": "suncountry.com", "country": "US", "hq_city": "Eagan", "hq_region": "Dakota County", "lat": 44.81778, "lon": -93.16694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5025243", "name": "Cambria"}, "logo_url": null, "description": "airline in the United States", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1371 {"wikidata_id": "Q944640", "display_name": "Peterbilt", "legal_name": null, "aliases": ["Peterbilt Motors Company"], "website": "https://www.peterbilt.com", "canonical_domain": "peterbilt.com", "country": "US", "hq_city": "Denton", "hq_region": "Denton County", "lat": 33.21667, "lon": -97.13333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1477661", "name": "PACCAR"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peterbilt_logo.svg", "description": "American manufacturer of medium- and heavy-duty trucks", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1372 {"wikidata_id": "Q7643396", "display_name": "Supergiant Games", "legal_name": "Supergiant Games, LLC.", "aliases": ["Circle Confusion"], "website": "https://www.supergiantgames.com", "canonical_domain": "supergiantgames.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": 24, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supergiant_Games_New_Logo.png", "description": "American video game developer", "sitelinks": 15, "importance": 0.3381, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1373 {"wikidata_id": "Q1707830", "display_name": "Sanzaru Games", "legal_name": null, "aliases": ["SANZARU GAMES INC.", "Inc."], "website": "https://www.sanzaru.com", "canonical_domain": "sanzaru.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 13, "importance": 0.337, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1374 {"wikidata_id": "Q3402106", "display_name": "Nacional Monte de Piedad", "legal_name": null, "aliases": [], "website": "https://www.montepiedad.com.mx", "canonical_domain": "montepiedad.com.mx", "country": "MX", "hq_city": null, "hq_region": null, "lat": 19.4343, "lon": -99.13418, "industries": ["manufacturing"], "industry_labels": ["pawnbroker"], "founded_year": 1774, "employees": 3466, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Private Assistance Institution", "sitelinks": 7, "importance": 0.3366, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1375 {"wikidata_id": "Q1047366", "display_name": "Cash Money Records", "legal_name": null, "aliases": ["Ca$h Money Records"], "website": "https://www.cashmoney-records.com", "canonical_domain": "cashmoney-records.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cash_Money_Records_logo.svg", "description": "American record label founded by brothers Bryan \"Birdman\" Williams and Ronald \"Slim\" Williams", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1376 {"wikidata_id": "Q1059033", "display_name": "Surinam Airways", "legal_name": null, "aliases": ["Surinam Air", "Surinam Airline", "Surinam Airway"], "website": "https://www.flyslm.com", "canonical_domain": "flyslm.com", "country": "SR", "hq_city": "Paramaribo", "hq_region": "Paramaribo District", "lat": 5.86667, "lon": -55.16667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SUR-MEDIUM-LOGO.png", "description": "national airline of Suriname", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1377 {"wikidata_id": "Q1065097", "display_name": "O’Reilly Media", "legal_name": null, "aliases": ["O'Reilly & Associates", "O'Reilly Media", "Inc.", "O'Reilly Media", "Incorporated", "O’Reilly"], "website": "https://www.oreilly.com", "canonical_domain": "oreilly.com", "country": "US", "hq_city": "Sebastopol", "hq_region": "Sonoma County", "lat": 38.39917, "lon": -122.82694, "industries": ["media", "education"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27585", "name": "AOL"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O%27Reilly_Logo_%282019%29.svg", "description": "American educational publisher", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1378 {"wikidata_id": "Q1068680", "display_name": "National Wrestling Alliance", "legal_name": null, "aliases": ["NWA"], "website": "https://www.nationalwrestlingalliance.com", "canonical_domain": "nationalwrestlingalliance.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American professional wrestling promotion", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1379 {"wikidata_id": "Q1070152", "display_name": "Young Money Entertainment", "legal_name": null, "aliases": [], "website": "https://www.youngmoney.com", "canonical_domain": "youngmoney.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Young-Money-Entertainment.jpg", "description": "American record label", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1380 {"wikidata_id": "Q1091034", "display_name": "Indian Motorcycle", "legal_name": "Indian Motorcycle", "aliases": ["Indian", "Indian Motorcycle Manufacturing Company"], "website": "https://www.indianmotorcycle.com", "canonical_domain": "indianmotorcycle.com", "country": "US", "hq_city": "Medina", "hq_region": "Hennepin County", "lat": 45.03528, "lon": -93.5825, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1850587", "name": "Polaris"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indian_Motorcycle_tank_logo.svg", "description": "American brand of motorcycles", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1381 {"wikidata_id": "Q1139197", "display_name": "Crayola LLC", "legal_name": null, "aliases": ["Binney & Smith", "Binney and Smith Company", "Crayola"], "website": "https://www.crayola.com", "canonical_domain": "crayola.com", "country": "US", "hq_city": "Forks Township", "hq_region": "Northampton County", "lat": 40.75167, "lon": -75.23306, "industries": ["manufacturing"], "industry_labels": ["art material"], "founded_year": 1885, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1521910", "name": "Hallmark Cards"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crayola_2002_logo.svg", "description": "American art supply manufacturer", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1382 {"wikidata_id": "Q1257270", "display_name": "Red Digital Cinema Camera Company", "legal_name": null, "aliases": ["RED"], "website": "https://www.red.com", "canonical_domain": "red.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["technology"], "industry_labels": ["digital cinematography"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1218180", "name": "Nikon"}, "logo_url": null, "description": "American camera manufacturer", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1383 {"wikidata_id": "Q130729", "display_name": "Turn 10 Studios", "legal_name": null, "aliases": ["Turn 10"], "website": "https://turn10studios.com", "canonical_domain": "turn10studios.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turn_10_Studios_logo.svg", "description": "American video game developer", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1384 {"wikidata_id": "Q1324524", "display_name": "Fenway Sports Group", "legal_name": null, "aliases": [], "website": "https://www.fenwaysportsgroup.com", "canonical_domain": "fenwaysportsgroup.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fenway_Sports_Group_logo.svg", "description": "American sports company", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1385 {"wikidata_id": "Q1530721", "display_name": "National Film Board of Canada", "legal_name": null, "aliases": ["National Film Board", "NFB", "NFB-ONF", "Office national du film", "Office national du film du Canada", "ONF", "ONF-NFB"], "website": "https://onf.ca", "canonical_domain": "onf.ca", "country": "CA", "hq_city": "Îlot Balmoral", "hq_region": "Ville-Marie", "lat": 45.50723, "lon": -73.56887, "industries": ["entertainment", "internet"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canada's public film and digital media producer and distributor", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1386 {"wikidata_id": "Q1632681", "display_name": "Lee", "legal_name": null, "aliases": ["THE H.D. LEE COMPANY", "INC"], "website": "https://www.lee.com", "canonical_domain": "lee.com", "country": "US", "hq_city": "Kansas", "hq_region": "United States", "lat": 38.5, "lon": -98.0, "industries": ["apparel"], "industry_labels": ["light industry"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lee_logo.svg", "description": "American brand of denim jeans", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1387 {"wikidata_id": "Q171985", "display_name": "Massachusetts Bay Transportation Authority", "legal_name": null, "aliases": ["MBTA", "T"], "website": "https://www.mbta.com", "canonical_domain": "mbta.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["transportation"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300D2U0XBUXGX8P68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MBTA.svg", "description": "public transit operator in the Boston metropolitan area", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1388 {"wikidata_id": "Q189477", "display_name": "Perforce Zend", "legal_name": null, "aliases": ["Zend Technologies Ltd.", "Zend by Perforce"], "website": "https://www.zend.com", "canonical_domain": "zend.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20063746", "name": "Perforce Software"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zend-logo.png", "description": "Company name", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1389 {"wikidata_id": "Q210081", "display_name": "Walters Art Museum", "legal_name": "Walters Art Museum", "aliases": ["The Walters Art Museum", "Walters Art Gallery"], "website": "https://thewalters.org", "canonical_domain": "thewalters.org", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.29642, "lon": -76.6165, "industries": ["media"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walters_Art_Museum_logo.png", "description": "art museum in Baltimore, Maryland, US", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1390 {"wikidata_id": "Q466459", "display_name": "Regency Enterprises", "legal_name": null, "aliases": ["Regency", "Monarchy Enterprises S.á.r.l.", "New Regency", "Regency Entertainment"], "website": "https://www.newregency.com", "canonical_domain": "newregency.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regency_Enterprises_Logo_2016.svg", "description": "American entertainment company", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1391 {"wikidata_id": "Q475424", "display_name": "National Bureau of Economic Research", "legal_name": null, "aliases": ["NBER", "The National Bureau of Economic Research"], "website": "https://nber.org", "canonical_domain": "nber.org", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.3697, "lon": -71.1127, "industries": ["media"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBER_Logo.gif", "description": "economic research organization in the United States", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1392 {"wikidata_id": "Q477213", "display_name": "Megaforce Records", "legal_name": "Megaforce Records", "aliases": [], "website": "https://www.megaforcerecords.com", "canonical_domain": "megaforcerecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1393 {"wikidata_id": "Q524629", "display_name": "Chase Bank", "legal_name": null, "aliases": ["Chase Manhattan Bank", "JP Morgan Chase Bank NA"], "website": "https://www.chase.com", "canonical_domain": "chase.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1799, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q192314", "name": "JPMorgan Chase"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chase_logo_2007.svg", "description": "American bank", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q140258"}]}
1394 {"wikidata_id": "Q540102", "display_name": "SeaWorld", "legal_name": null, "aliases": [], "website": "https://www.seaworldparks.com", "canonical_domain": "seaworldparks.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q828545", "name": "United Parks & Resorts"}, "logo_url": null, "description": "United States chain of marine mammal parks, oceanariums, and animal theme parks", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q567864"}]}
1395 {"wikidata_id": "Q605388", "display_name": "Fat Wreck Chords", "legal_name": null, "aliases": [], "website": "https://www.fatwreck.com", "canonical_domain": "fatwreck.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fat_Wreck_Chords.svg", "description": "San Francisco, California-based independent record label, focused on punk rock", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1396 {"wikidata_id": "Q682748", "display_name": "Platinum Dunes", "legal_name": null, "aliases": [], "website": "https://www.bloody-disgusting.com", "canonical_domain": "bloody-disgusting.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film production company in Los Angeles, California, USA", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1397 {"wikidata_id": "Q683170", "display_name": "S. C. Johnson & Son", "legal_name": null, "aliases": ["S. C. Johnson", "S. C. Johnson Wax and Johnson Wax", "S.C. Johnson", "SC Johnson"], "website": "https://www.scjohnson.com", "canonical_domain": "scjohnson.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SC_Johnson_2018.svg", "description": "company, American multinational manufacturer of household products", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1398 {"wikidata_id": "Q766546", "display_name": "Udacity", "legal_name": null, "aliases": [], "website": "https://www.udacity.com", "canonical_domain": "udacity.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["education"], "industry_labels": ["online education"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Udacity_logo.svg", "description": "for-profit educational organization", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1399 {"wikidata_id": "Q796197", "display_name": "Robinson Helicopter Company", "legal_name": null, "aliases": ["Robinson"], "website": "https://www.robinsonheli.com", "canonical_domain": "robinsonheli.com", "country": "US", "hq_city": "Zamperini Field", "hq_region": "California", "lat": 33.80333, "lon": -118.33972, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Robinson_Helicopter_Company_logo.svg", "description": "helicopter manufacturer in the United States", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1400 {"wikidata_id": "Q803873", "display_name": "Bain Capital", "legal_name": null, "aliases": [], "website": "https://www.baincapital.com", "canonical_domain": "baincapital.com", "country": "US", "hq_city": "John Hancock Tower", "hq_region": "Boston", "lat": 42.34928, "lon": -71.07478, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bain_Capital_Logo.jpg", "description": "American alternative investment firm specialized in private equity, venture capital and credit products", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1401 {"wikidata_id": "Q806085", "display_name": "Banana Republic", "legal_name": null, "aliases": [], "website": "https://bananarepublic.gap.com", "canonical_domain": "gap.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q420822", "name": "Gap Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banana_Republic.svg", "description": "American clothing and accessories retailer", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2735242"}]}
1402 {"wikidata_id": "Q806208", "display_name": "Bank of Mexico", "legal_name": null, "aliases": ["Central Bank of Mexico"], "website": "https://www.banxico.org.mx", "canonical_domain": "banxico.org.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logobm.svg", "description": "Mexico's central bank", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1403 {"wikidata_id": "Q854520", "display_name": "Lycos", "legal_name": null, "aliases": ["Inc."], "website": "https://www.lycos.com", "canonical_domain": "lycos.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["internet"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lycos_logo.png", "description": "search engine and web portal", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1404 {"wikidata_id": "Q891559", "display_name": "Mexican Stock Exchange", "legal_name": null, "aliases": ["Bolsa Mexicana de Valores", "BMV", "Bolsa Mexicana", "ibarrapromocion", "Mexbol", "XMEX"], "website": "https://www.bmv.com.mx", "canonical_domain": "bmv.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_la_BMV.svg", "description": "Stock exchange located in Mexico City, Mexico", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1405 {"wikidata_id": "Q911173", "display_name": "Chemical Abstracts Service", "legal_name": "Chemical Abstracts Service", "aliases": ["CAS", "CAS (formerly Chemical Abstracts Service)"], "website": "https://www.cas.org", "canonical_domain": "cas.org", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 40.01357, "lon": -83.01974, "industries": ["chemicals", "media"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q247556", "name": "American Chemical Society"}, "logo_url": null, "description": "division of the American Chemical Society", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1406 {"wikidata_id": "Q959759", "display_name": "Firaxis Games", "legal_name": null, "aliases": ["Firaxis", "Inc."], "website": "https://www.firaxis.com", "canonical_domain": "firaxis.com", "country": "US", "hq_city": "Sparks", "hq_region": "Baltimore County", "lat": 39.5308, "lon": -76.6458, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": null, "description": "American video game development company", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1407 {"wikidata_id": "Q1029276", "display_name": "fantasyflightgames.com", "legal_name": null, "aliases": [], "website": "https://new.fantasyflightgames.com", "canonical_domain": "fantasyflightgames.com", "country": "US", "hq_city": "Roseville", "hq_region": "Ramsey County", "lat": 45.00611, "lon": -93.15667, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1995, "employees": 64, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2866722", "name": null}, "logo_url": null, "description": "American game publisher", "sitelinks": 12, "importance": 0.3301, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1408 {"wikidata_id": "Q1033502", "display_name": "Cannondale Bicycle Corporation", "legal_name": null, "aliases": ["Cannondale", "Cannondale Bicycle", "Cannondale Bikes"], "website": "https://www.cannondale.com", "canonical_domain": "cannondale.com", "country": "US", "hq_city": "Bethel", "hq_region": "Western Connecticut Planning Region", "lat": 41.37121, "lon": -73.41401, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2522251", "name": "Pon Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cannondale_logo.svg", "description": "company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1409 {"wikidata_id": "Q1052823", "display_name": "Celebrity Cruises", "legal_name": null, "aliases": ["Celebrity", "Celebrity Cruise"], "website": "https://www.celebritycruises.com", "canonical_domain": "celebritycruises.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["shipping"], "industry_labels": ["cruise line"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q427881", "name": "Royal Caribbean Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Celebrity-Cruises-Logo.svg", "description": "cruise line", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1410 {"wikidata_id": "Q1071867", "display_name": "Chicago Board of Trade", "legal_name": null, "aliases": ["CBOT", "Chicago Mercantile Exchange & Chicago Board of Trade", "XCBT"], "website": "https://www.cbot.com", "canonical_domain": "cbot.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1848, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "world's oldest options and futures exchange, located in Chicago, Illinois, United States", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1411 {"wikidata_id": "Q1321379", "display_name": "Lakeshore Entertainment", "legal_name": null, "aliases": ["Lakeshore Entertainment Group", "Lakeshore Entertainment Group", "LLC", "Lakeshore Productions", "Lakeshore Village Entertainment"], "website": "https://www.lakeshoreentertainment.com", "canonical_domain": "lakeshoreentertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film production company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1412 {"wikidata_id": "Q1459090", "display_name": "The Asylum", "legal_name": null, "aliases": ["The Global Asylum"], "website": "https://theasylum.cc", "canonical_domain": "theasylum.cc", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["retail", "entertainment"], "industry_labels": ["cinematography"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film studio and distributor", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1413 {"wikidata_id": "Q1514963", "display_name": "SSC North America", "legal_name": null, "aliases": ["Shelby SuperCars"], "website": "https://www.sscnorthamerica.com", "canonical_domain": "sscnorthamerica.com", "country": "US", "hq_city": "West Richland", "hq_region": "Benton County", "lat": 46.29222, "lon": -119.35444, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SSC_company_logo_2014-03-26_23-11.jpg", "description": "automobile manufacturer", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1414 {"wikidata_id": "Q1584317", "display_name": "Happy Madison Productions", "legal_name": null, "aliases": ["Happy Madison"], "website": "https://adamsandler.com", "canonical_domain": "adamsandler.com", "country": "US", "hq_city": "Manchester", "hq_region": "Hillsborough County", "lat": 42.99083, "lon": -71.46361, "industries": ["entertainment"], "industry_labels": ["film production", "television production"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Happy-Madison-Productions-logo.png", "description": "US film and television production company (est. 1999)", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1415 {"wikidata_id": "Q16242963", "display_name": "Annapurna Pictures", "legal_name": null, "aliases": [], "website": "https://annapurna.pictures", "canonical_domain": "annapurna.pictures", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media", "entertainment"], "industry_labels": ["television", "film production"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent film company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q38805988"}]}
1416 {"wikidata_id": "Q1624735", "display_name": "Holland America Line", "legal_name": null, "aliases": ["Holland Amerika Lijn", "Holland America", "Holland America Lines", "Holland Amerika Line", "Holland-America Line", "Holland-Amerika Lijn", "Holland-Amerika Line"], "website": "https://www.hollandamerica.com", "canonical_domain": "hollandamerica.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["travel", "shipping"], "industry_labels": ["tourism", "water transport"], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1044059", "name": "Carnival Corporation"}, "logo_url": null, "description": "British-American cruise line", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1417 {"wikidata_id": "Q1636257", "display_name": "Kalaallit Nunaata Radioa", "legal_name": null, "aliases": ["Greenlandic Broadcasting Corporation", "Greenland Broadcasting Company", "Greenland National Broadcasting Company"], "website": "https://www.knr.gl", "canonical_domain": "knr.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["media"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_KNR.png", "description": "public broadcasting organization of Greenland", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1418 {"wikidata_id": "Q1785329", "display_name": "Nickelodeon Movies", "legal_name": null, "aliases": ["Nickelodeon Original Movie", "Nickelodeon Original Movies"], "website": "https://www.nickelodeonmovies.com", "canonical_domain": "nickelodeonmovies.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q154958", "name": "Nickelodeon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nick_Movies.png", "description": "organization that produces film within the company Nickelodeon", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1419 {"wikidata_id": "Q2111400", "display_name": "ProQuest", "legal_name": "ProQuest LLC", "aliases": [], "website": "https://www.proquest.com", "canonical_domain": "proquest.com", "country": "US", "hq_city": "Ann Arbor", "hq_region": "Washtenaw County", "lat": 42.28139, "lon": -83.74833, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27991358", "name": "Clarivate"}, "logo_url": null, "description": "American information company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1420 {"wikidata_id": "Q377579", "display_name": "Baltimore Museum of Art", "legal_name": null, "aliases": ["BMA", "Municipal Art Museum", "The Baltimore Museum of Art", "The Baltimore Museum of Art", "Inc.", "The BMA"], "website": "https://artbma.org", "canonical_domain": "artbma.org", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.326, "lon": -76.6195, "industries": ["media"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300JSEQWZQM5UIP44", "sec_cik": null, "parent": null, "logo_url": null, "description": "art museum in Baltimore, Maryland, USA", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1421 {"wikidata_id": "Q4386779", "display_name": "Big Boy Restaurants", "legal_name": null, "aliases": ["Big Boy Restaurant Group"], "website": "https://www.bigboy.com", "canonical_domain": "bigboy.com", "country": "US", "hq_city": "Warren", "hq_region": "Macomb County", "lat": 42.5125, "lon": -83.025, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain founded by Bob Wian in California, United States", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1422 {"wikidata_id": "Q511731", "display_name": "Imagine Entertainment", "legal_name": null, "aliases": ["Imagine", "Imagine Films Entertainment"], "website": "https://www.imagine-entertainment.com", "canonical_domain": "imagine-entertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imagine_Entertainment.svg", "description": "American film and television production company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1423 {"wikidata_id": "Q575026", "display_name": "Ruthless Records", "legal_name": null, "aliases": [], "website": "https://www.ruthlessrecords.com", "canonical_domain": "ruthlessrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label founded by Eric \"Eazy-E\" Wright and Jerry Heller", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1424 {"wikidata_id": "Q663300", "display_name": "Bulova Watch Company", "legal_name": null, "aliases": ["Bulova"], "website": "https://www.bulova.com", "canonical_domain": "bulova.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["defense", "consumer-goods"], "industry_labels": ["defence industry", "watchmaking", "manufacture of watches and clocks"], "founded_year": 1875, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1368019", "name": "Citizen Watch"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bulova_logo.svg", "description": "manufacturer of watches and clocks", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1425 {"wikidata_id": "Q800208", "display_name": "bahamasair.com", "legal_name": null, "aliases": ["Bahamasair Holdings Limited"], "website": "https://www.bahamasair.com", "canonical_domain": "bahamasair.com", "country": "BS", "hq_city": "Nassau", "hq_region": "New Providence", "lat": 25.07806, "lon": -77.33861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bahamasair_Logo.svg", "description": "national airline of The Bahamas, United Kingdom", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1426 {"wikidata_id": "Q891885", "display_name": "Broadcast Music, Inc.", "legal_name": "Broadcast Music, Inc.", "aliases": ["BMI"], "website": "https://www.bmi.com", "canonical_domain": "bmi.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493009OHRQHZ3ZIMV87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_bmi.jpg", "description": "performing rights organization in the United States", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1427 {"wikidata_id": "Q911595", "display_name": "StumbleUpon", "legal_name": null, "aliases": [], "website": "https://www.stumbleupon.com", "canonical_domain": "stumbleupon.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/StumbleUpon_Logo.svg", "description": "content discovery platform", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1428 {"wikidata_id": "Q54263821", "display_name": "Relativity Space", "legal_name": null, "aliases": [], "website": "https://www.relativityspace.com", "canonical_domain": "relativityspace.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2015, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1673976", "parent": null, "logo_url": null, "description": "American aerospace manufacturer", "sitelinks": 12, "importance": 0.3292, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1429 {"wikidata_id": "Q3022081", "display_name": "Unknown Worlds Entertainment", "legal_name": null, "aliases": [], "website": "https://www.unknownworlds.com", "canonical_domain": "unknownworlds.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": 20, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4035237", "name": "Krafton"}, "logo_url": null, "description": "American video game developer", "sitelinks": 14, "importance": 0.3288, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1430 {"wikidata_id": "Q1046997", "display_name": "Case IH", "legal_name": null, "aliases": ["IH", "Case", "Case-IH", "International Harvester", "International Harvester Company"], "website": "https://www.caseih.com", "canonical_domain": "caseih.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": ["industrial-machinery"], "industry_labels": ["agricultural machinery industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15238661", "name": "CNH Industrial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Case_IH.png", "description": "brand of agricultural equipment", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1431 {"wikidata_id": "Q1073508", "display_name": "JEDEC", "legal_name": null, "aliases": ["JEDEC Solid State Technology Association", "Joint Electron Device Engineering Council"], "website": "https://www.jedec.org", "canonical_domain": "jedec.org", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international standards organization", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1432 {"wikidata_id": "Q1202533", "display_name": "Globalstar", "legal_name": null, "aliases": [], "website": "https://globalstar.com", "canonical_domain": "globalstar.com", "country": "US", "hq_city": "Covington", "hq_region": "St. Tammany Parish", "lat": 30.4789, "lon": -90.1042, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4899 Communications Services, NEC"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "GSAT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1366868", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Globalstar_Logo.png", "description": "global satellite telecommunications company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1366868", "enriched_at": "2026-09-12T09:34:53+00:00"}}
1433 {"wikidata_id": "Q1258332", "display_name": "Dremel", "legal_name": null, "aliases": [], "website": "https://www.dremel.com", "canonical_domain": "dremel.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": [], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q234021", "name": "Robert Bosch"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dremel_logo.svg", "description": "American trademark known for angle grinders", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1434 {"wikidata_id": "Q1473820", "display_name": "SAS Institute", "legal_name": null, "aliases": ["SAS", "Inc."], "website": "https://www.sas.com", "canonical_domain": "sas.com", "country": "US", "hq_city": "Cary", "hq_region": "Chatham County", "lat": 35.77889, "lon": -78.80028, "industries": ["artificial-intelligence", "software"], "industry_labels": ["artificial intelligence", "analytics", "software industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930038Z4LRJWWZ1746", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sas-logo-blue.png", "description": "American analytics and artificial intelligence company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1435 {"wikidata_id": "Q1476454", "display_name": "Harman Kardon", "legal_name": null, "aliases": ["Harman/Kardon"], "website": "https://www.harmankardon.com", "canonical_domain": "harmankardon.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harman_Kardon_logo.svg", "description": "US audio equipment manufacturer and retail chain", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1436 {"wikidata_id": "Q1537163", "display_name": "Shure", "legal_name": null, "aliases": [], "website": "https://www.shure.com", "canonical_domain": "shure.com", "country": "US", "hq_city": "Niles", "hq_region": "Cook County", "lat": 42.0278, "lon": -87.81, "industries": [], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OS5P4N4C9EDX43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shure_Logo_2024.svg", "description": "American audio products corporation", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1437 {"wikidata_id": "Q16219280", "display_name": "RC4WD", "legal_name": null, "aliases": [], "website": "https://store.rc4wd.com", "canonical_domain": "rc4wd.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1438 {"wikidata_id": "Q1687798", "display_name": "Saucony", "legal_name": null, "aliases": [], "website": "https://www.saucony.com", "canonical_domain": "saucony.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8030548", "name": "Wolverine World Wide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Saucony.svg", "description": "American manufacturer of athletic shoes", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1439 {"wikidata_id": "Q1969155", "display_name": "Pratt & Whitney Canada", "legal_name": null, "aliases": ["PWC", "Pratt and Whitney Canada", "P&WC"], "website": "https://www.pwc.ca", "canonical_domain": "pwc.ca", "country": "CA", "hq_city": "Longueuil", "hq_region": "Greater Montreal", "lat": 45.51408, "lon": -73.43803, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173150", "name": "Pratt & Whitney"}, "logo_url": null, "description": "Canada-based aircraft engine manufacturer", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1440 {"wikidata_id": "Q2156372", "display_name": "American Geographical Society", "legal_name": null, "aliases": ["AGS", "American Geographic Society", "The American Geographical Society"], "website": "https://americangeo.org", "canonical_domain": "americangeo.org", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.7241, "lon": -74.00527, "industries": ["media"], "industry_labels": [], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AGS.png", "description": "non profit organization of professional geographers", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1441 {"wikidata_id": "Q24228", "display_name": "Halo Studios", "legal_name": null, "aliases": ["343 Industries", "343i"], "website": "https://www.halowaypoint.com", "canonical_domain": "halowaypoint.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halo_Studios_Logo.svg", "description": "American video game developer", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1442 {"wikidata_id": "Q261952", "display_name": "Ampex", "legal_name": null, "aliases": ["Ampex Corporation", "Ampex Data Systems Corporation", "Ampex Data Systems", "Ampex Electric Corporation", "Alexander M. Poniatoff Excellence", "Alexander M. Poniatoff Experimental", "AMP Excellence", "AMP Experimental"], "website": "https://www.ampex.com", "canonical_domain": "ampex.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology"], "industry_labels": ["data management", "electronics industry"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ampex_Logo.svg", "description": "American audio and video recorder and storage media company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1443 {"wikidata_id": "Q2655764", "display_name": "Clinique Laboratories, LLC", "legal_name": null, "aliases": ["Clinique", "Clinique Laboratories"], "website": "https://www.clinique.com", "canonical_domain": "clinique.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1260606", "name": "Estée Lauder Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clinique_logo.svg", "description": "American manufacturer of skincare, cosmetics, toiletries and fragrances", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1444 {"wikidata_id": "Q28230873", "display_name": "Axios", "legal_name": null, "aliases": ["AXIOS Media", "Axios Media Inc."], "website": "https://www.axios.com", "canonical_domain": "axios.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["internet"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axios_logo_%282020%29.svg", "description": "American news website", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1445 {"wikidata_id": "Q372245", "display_name": "Council on Vertical Urbanism", "legal_name": "Council on Vertical Urbanism", "aliases": ["CVU", "Council on Tall Buildings and Urban Habitat", "CTBUH", "Council on Tall Buildings & Urban Habitat"], "website": "https://verticalurbanism.org", "canonical_domain": "verticalurbanism.org", "country": "US", "hq_city": "Illinois Institute of Technology", "hq_region": "Chicago", "lat": 41.88061, "lon": -87.62497, "industries": ["professional-services", "media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "non-profit organization in the field of tall buildings and sustainable urban design", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1446 {"wikidata_id": "Q498944", "display_name": "Webex by Cisco", "legal_name": null, "aliases": ["Webex"], "website": "https://www.webex.com", "canonical_domain": "webex.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["technology"], "industry_labels": ["information technology industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173395", "name": "Cisco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cisco_Webex_logo_-_Brandlogos.net.svg", "description": "American web conferencing and videoconferencing company by Cisco Systems", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1447 {"wikidata_id": "Q5203294", "display_name": "D-Wave Systems", "legal_name": null, "aliases": ["D-Wave", "DWAVE"], "website": "https://www.dwavequantum.com", "canonical_domain": "dwavequantum.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900HAIQ4K2K5K5A82", "sec_cik": "1547061", "parent": {"wikidata_id": "Q138161948", "name": "D-Wave Quantum"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D-Wave_Systems_logo.svg", "description": "Canadian Quantum Computing Company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1448 {"wikidata_id": "Q557387", "display_name": "Original Film", "legal_name": null, "aliases": [], "website": "https://www.originalfilm.com", "canonical_domain": "originalfilm.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Original_Film_logo.svg", "description": "American film production company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1449 {"wikidata_id": "Q58508", "display_name": "meebo", "legal_name": null, "aliases": [], "website": "https://www.meebo.com", "canonical_domain": "meebo.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["telecommunications", "internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meebo_Logo.svg", "description": "instant messaging client", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1450 {"wikidata_id": "Q61918830", "display_name": "anduril.com", "legal_name": null, "aliases": [], "website": "https://www.anduril.com", "canonical_domain": "anduril.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["defense"], "industry_labels": ["defence industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900CIXLZUXXNYQW57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anduril_Industries_Logo.svg", "description": "American defense contractor", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1451 {"wikidata_id": "Q647397", "display_name": "Edmodo", "legal_name": null, "aliases": [], "website": "https://www.edmodo.com", "canonical_domain": "edmodo.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["education"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Discontinued learning management system", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1452 {"wikidata_id": "Q654073", "display_name": "Disney Entertainment Television", "legal_name": null, "aliases": ["Capital Cities/ABC", "ABC Group", "Capital Cities/ABC Inc.", "Disney–ABC Television Group"], "website": "https://www.dgepress.com", "canonical_domain": "dgepress.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["mass media", "cable television", "broadcasting"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116873491", "name": "Disney Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walt_Disney_Television_logo.svg", "description": "The Walt Disney Company television proprieties subsidiary", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1111443"}]}
1453 {"wikidata_id": "Q658637", "display_name": "Miller Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.millercoors.com", "canonical_domain": "millercoors.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4995", "name": "SABMiller"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miller.logo.png", "description": "American brewery and beer company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6859054"}]}
1454 {"wikidata_id": "Q795990", "display_name": "Viva", "legal_name": null, "aliases": ["Aeroenlaces Nacionales", "S.A. de C.V.", "Viva Aerobus", "VivaAerobus"], "website": "https://www.vivaaerobus.com", "canonical_domain": "vivaaerobus.com", "country": "MX", "hq_city": "Apodaca", "hq_region": "Apodaca Municipality", "lat": 25.78167, "lon": -100.18861, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican low-cost airline", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1455 {"wikidata_id": "Q808890", "display_name": "Barrett Firearms Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.barrett.net", "canonical_domain": "barrett.net", "country": "US", "hq_city": "Christiana", "hq_region": "Rutherford County", "lat": 35.71, "lon": -86.3994, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Barrett_Firearms_Manufacturing_logo.svg", "description": "American manufacturer of firearms and ammunition", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1456 {"wikidata_id": "Q921536", "display_name": "Viking Press", "legal_name": null, "aliases": ["Viking", "The Viking Press", "Viking Penguin"], "website": "https://www.penguin.com", "canonical_domain": "penguin.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1336200", "name": "Penguin Books"}, "logo_url": null, "description": "American book publisher", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q536795"}, {"related_domain_conflict": "Q3093062"}, {"related_domain_conflict": "Q3374730"}, {"related_domain_conflict": "Q3087181"}, {"related_domain_conflict": "Q2646621"}]}
1457 {"wikidata_id": "Q3040525", "display_name": "The Behemoth", "legal_name": null, "aliases": ["Behemoth"], "website": "https://www.thebehemoth.com", "canonical_domain": "thebehemoth.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": 9, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 15, "importance": 0.3248, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1458 {"wikidata_id": "Q2364173", "display_name": "Basecamp", "legal_name": null, "aliases": ["37signals"], "website": "https://basecamp.com", "canonical_domain": "basecamp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": 59, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Basecamp_logo19.png", "description": "American business", "sitelinks": 11, "importance": 0.3205, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1459 {"wikidata_id": "Q1022479", "display_name": "C. F. Martin & Company", "legal_name": null, "aliases": ["Martin & Co.", "Martin Guitar", "Martin Guitar Company", "Martin Guitars"], "website": "https://www.martinguitar.com", "canonical_domain": "martinguitar.com", "country": "US", "hq_city": "Nazareth", "hq_region": "Northampton County", "lat": 40.74038, "lon": -75.30962, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1833, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Martin_Guitars_logo_2023.svg", "description": "American guitar manufacturer", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1460 {"wikidata_id": "Q1045367", "display_name": "Indeed", "legal_name": null, "aliases": ["Indeed Jobs"], "website": "https://www.indeed.com", "canonical_domain": "indeed.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["internet"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indeed_logo.png", "description": "American worldwide job listing search engine", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1461 {"wikidata_id": "Q1067617", "display_name": "Trek Bicycle Corporation", "legal_name": null, "aliases": ["Trek"], "website": "https://www.trekbikes.com", "canonical_domain": "trekbikes.com", "country": "US", "hq_city": "Waterloo", "hq_region": "Jefferson County", "lat": 43.18361, "lon": -88.99, "industries": ["consumer-goods", "manufacturing"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IIBEBN6YD2ZF72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2018_Trek_logo_word_mark_wiki.svg", "description": "American bicycle manufacturing company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1462 {"wikidata_id": "Q1133735", "display_name": "Westinghouse Electric Company", "legal_name": null, "aliases": ["Westinghouse", "Westinghouse Electric Company LLC"], "website": "https://www.westinghousenuclear.com", "canonical_domain": "westinghousenuclear.com", "country": "US", "hq_city": "Cranberry Township", "hq_region": "Butler County", "lat": 40.68496, "lon": -80.10714, "industries": ["energy"], "industry_labels": ["nuclear power"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OK7IPGO6ZCOM18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Westinghouse_logo_and_wordmark.svg", "description": "US based nuclear power company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1463 {"wikidata_id": "Q1200368", "display_name": "Astralwerks", "legal_name": null, "aliases": ["Astralwerks Records"], "website": "https://www.astralwerks.com", "canonical_domain": "astralwerks.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astralwerks_logo.svg", "description": "record label owned by Universal Music Group", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1464 {"wikidata_id": "Q1200510", "display_name": "Specialized Bicycle Components", "legal_name": null, "aliases": ["SPECIALIZED", "Inc."], "website": "https://www.specialized.com", "canonical_domain": "specialized.com", "country": "US", "hq_city": "Morgan Hill", "hq_region": "Santa Clara County", "lat": 37.13056, "lon": -121.65444, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Specialized_red_S_black_logotype.png", "description": "American bicycle manufacturing company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1465 {"wikidata_id": "Q1420671", "display_name": "Fisher-Price", "legal_name": null, "aliases": [], "website": "https://www.fisher-price.com", "canonical_domain": "fisher-price.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["consumer-goods"], "industry_labels": ["game industry"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q596139", "name": "Mattel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FisherPriceLogo.png", "description": "American company that produces toys for infants and children", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1466 {"wikidata_id": "Q1445358", "display_name": "Wrangler", "legal_name": null, "aliases": ["Wrangler Jeans", "Wrangler Jeans Company"], "website": "https://www.wrangler.com", "canonical_domain": "wrangler.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96386259", "name": "Kontoor Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wrangler_Logo.svg", "description": "American manufacturer of jeans and other clothing items", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1467 {"wikidata_id": "Q1506909", "display_name": "Gracie Films", "legal_name": null, "aliases": [], "website": "https://www.graciefilms.com", "canonical_domain": "graciefilms.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gracie_Films.svg", "description": "American production company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1468 {"wikidata_id": "Q1572433", "display_name": "Mesa Boogie", "legal_name": null, "aliases": [], "website": "https://www.mesaboogie.com", "canonical_domain": "mesaboogie.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["manufacturing"], "industry_labels": ["electronic amplifier"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mesa_Boogie_Engineering_Logo.svg", "description": "U.S. manufacturer of guitar/bass amplifiers, effects pedals", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1469 {"wikidata_id": "Q19747898", "display_name": "Atlas Entertainment", "legal_name": "Atlas Entertainment, Inc.", "aliases": ["ATLAS ENTERTAINMENT"], "website": "https://atlasentertainment.com", "canonical_domain": "atlasentertainment.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film financing and producing company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1470 {"wikidata_id": "Q2001888", "display_name": "WordPress.com", "legal_name": null, "aliases": ["WordPress"], "website": "https://wordpress.com", "canonical_domain": "wordpress.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WPCOM-Blueberry-logo.svg", "description": "Website builder", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1471 {"wikidata_id": "Q2067115", "display_name": "Yen Press, LLC", "legal_name": null, "aliases": ["Yen Press", "Yen Press LLC"], "website": "https://www.yenpress.com", "canonical_domain": "yenpress.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.74804, "lon": -73.99196, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1567078", "name": "Hachette Book Group"}, "logo_url": null, "description": "American publishing company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1472 {"wikidata_id": "Q2354647", "display_name": "Max Factor", "legal_name": null, "aliases": [], "website": "https://www.maxfactor.com", "canonical_domain": "maxfactor.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212405", "name": "Procter & Gamble"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MaxFactor_logo.svg", "description": "line of cosmetics", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1473 {"wikidata_id": "Q2594452", "display_name": "Everlast", "legal_name": null, "aliases": [], "website": "https://www.everlast.com", "canonical_domain": "everlast.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Everlast-logo-2011.svg", "description": "American maker of sporting goods equipment (est. 1910)", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1474 {"wikidata_id": "Q2696696", "display_name": "NetherRealm Studios", "legal_name": null, "aliases": ["NetherRealm Studiosle"], "website": "https://www.netherrealm.com", "canonical_domain": "netherrealm.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": null, "description": "American video game development company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1475 {"wikidata_id": "Q286780", "display_name": "thatgamecompany.com", "legal_name": null, "aliases": [], "website": "https://www.thatgamecompany.com", "canonical_domain": "thatgamecompany.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development studio", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1476 {"wikidata_id": "Q289362", "display_name": "Cerberus Capital Management", "legal_name": null, "aliases": ["Cerberus", "Cerberus Capital", "L.P.", "Cerberus CCM", "Cerberus Management"], "website": "https://www.cerberuscapital.com", "canonical_domain": "cerberuscapital.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "N77SNR5PJCXH58YZC794", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cerberus_Capital_Management_logo.svg", "description": "U.S. investment management company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1477 {"wikidata_id": "Q3073996", "display_name": "Xamarin", "legal_name": null, "aliases": [], "website": "https://www.xamarin.com", "canonical_domain": "xamarin.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xamarin-logo.svg", "description": "San Francisco, California-based software company by Microsoft", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1478 {"wikidata_id": "Q371306", "display_name": "Envoy Air", "legal_name": null, "aliases": ["American Eagle Airlines", "American Eagle operated by Envoy Air", "Envoy Air Inc.", "Envoy Airlines"], "website": "https://www.envoyair.com", "canonical_domain": "envoyair.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Parker County", "lat": 32.75639, "lon": -97.3325, "industries": ["airlines"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4742937", "name": "American Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Envoy_air_logo.svg", "description": "airline based in Texas, United States, former American Eagle Airlines", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1479 {"wikidata_id": "Q381474", "display_name": "Aerogaviota", "legal_name": null, "aliases": [], "website": "https://www.aerogaviota.com", "canonical_domain": "aerogaviota.com", "country": "CU", "hq_city": "Havana", "hq_region": "Havana Province", "lat": 23.13667, "lon": -82.35889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerogaviota_logo.jpg", "description": "Cuban airline", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1480 {"wikidata_id": "Q420947", "display_name": "Disney Cruise Line", "legal_name": null, "aliases": ["Magical Cruise Company Limited"], "website": "https://www.disneycruise.com", "canonical_domain": "disneycruise.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "cruise line operation that is a subsidiary of The Walt Disney Company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1481 {"wikidata_id": "Q430777", "display_name": "WiTricity", "legal_name": null, "aliases": [], "website": "https://www.witricity.com", "canonical_domain": "witricity.com", "country": "US", "hq_city": "Watertown", "hq_region": "Middlesex County", "lat": 42.37083, "lon": -71.18333, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WiTricity_logo_color_350.jpg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1482 {"wikidata_id": "Q528313", "display_name": "Matrox", "legal_name": null, "aliases": [], "website": "https://www.matrox.com", "canonical_domain": "matrox.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matrox_Electronic_Systems_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1483 {"wikidata_id": "Q531167", "display_name": "Retro Studios", "legal_name": null, "aliases": ["Retro Studios Inc.", "Inc."], "website": "https://www.retrostudios.com", "canonical_domain": "retrostudios.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": null, "description": "American first-party video game developer and division of Nintendo based in Austin, Texas", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1484 {"wikidata_id": "Q552959", "display_name": "Little, Brown and Company", "legal_name": null, "aliases": ["Little", "Brown & Co."], "website": "https://www.littlebrown.com", "canonical_domain": "littlebrown.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1837, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1567078", "name": "Hachette Book Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Little_Brown_Company_logo.svg", "description": "American publishing company founded in 1837", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1485 {"wikidata_id": "Q630670", "display_name": "Magnavox", "legal_name": null, "aliases": ["MAGNAVOX", "Magnavox Electronics Company"], "website": "https://magnavox.com", "canonical_domain": "magnavox.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["gaming", "technology"], "industry_labels": ["video game industry", "consumer electronics industry"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q170416", "name": "Koninklijke Philips NV"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magnavox_Logo.svg", "description": "American electronics company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1486 {"wikidata_id": "Q696808", "display_name": "Rotax", "legal_name": "BRP-Rotax GmbH & Co KG", "aliases": [], "website": "https://www.rotax.com", "canonical_domain": "rotax.com", "country": "CA", "hq_city": "Gunskirchen", "hq_region": "Wels-Land District", "lat": 48.13444, "lon": 13.94306, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q891797", "name": "Bombardier Recreational Products"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rotax_Aircraft_Logo.jpg", "description": "brand name for a range of internal combustion engines", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1487 {"wikidata_id": "Q813240", "display_name": "Beatport", "legal_name": null, "aliases": [], "website": "https://www.beatport.com", "canonical_domain": "beatport.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beatport_2021.svg", "description": "American electronic music-oriented online music store", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1488 {"wikidata_id": "Q944073", "display_name": "Listerine", "legal_name": null, "aliases": [], "website": "https://www.listerine.com", "canonical_domain": "listerine.com", "country": "US", "hq_city": "New Brunswick", "hq_region": "Canada", "lat": 46.6, "lon": -66.0, "industries": [], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q333718", "name": "Johnson & Johnson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Listerine_logo.svg", "description": "brand of mouthwash", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1489 {"wikidata_id": "Q1045210", "display_name": "Carroll Shelby International", "legal_name": null, "aliases": ["Shelby American", "Inc", "Shelby diecast collectibles"], "website": "https://www.shelby.com", "canonical_domain": "shelby.com", "country": "US", "hq_city": "Enterprise", "hq_region": "Clark County", "lat": 36.03139, "lon": -115.19806, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shelby_American_logo.jpg", "description": "automobile manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1490 {"wikidata_id": "Q1046707", "display_name": "Casablanca Records", "legal_name": null, "aliases": ["Casablanca", "Casablanca Record Label", "LC 03272", "LC 3272"], "website": "https://www.casablanca-music.com", "canonical_domain": "casablanca-music.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Casablanca-RecordsLogo.jpg", "description": "American recording label", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1491 {"wikidata_id": "Q1201531", "display_name": "Detroit Diesel", "legal_name": null, "aliases": [], "website": "https://www.demanddetroit.com", "canonical_domain": "demanddetroit.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493009MSCE2EUDVK659", "sec_cik": null, "parent": {"wikidata_id": "Q16834431", "name": "Daimler Truck North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Detroit_Diesel_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1492 {"wikidata_id": "Q1221751", "display_name": "Frito-Lay", "legal_name": null, "aliases": ["FritoLay 67"], "website": "https://fritolay.com", "canonical_domain": "fritolay.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fritolay_company_logo.svg", "description": "American food company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1493 {"wikidata_id": "Q125943", "display_name": "Long Island Rail Road", "legal_name": "The Long Island Rail Road Company", "aliases": ["LIRR", "Long Island Railroad", "The Long Island Railroad"], "website": "https://www.mta.info", "canonical_domain": "mta.info", "country": "US", "hq_city": "Jamaica", "hq_region": "Jamaica", "lat": 40.69977, "lon": -73.808, "industries": ["transportation"], "industry_labels": [], "founded_year": 1834, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1146109", "name": "Metropolitan Transportation Authority"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LIRR_logo.svg", "description": "commuter rail service in Long Island, New York", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q125908"}, {"related_domain_conflict": "Q999168"}]}
1494 {"wikidata_id": "Q1327994", "display_name": "Matador Records", "legal_name": null, "aliases": ["Matador"], "website": "https://www.matadorrecords.com", "canonical_domain": "matadorrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1495 {"wikidata_id": "Q133482", "display_name": "Visual Concepts", "legal_name": null, "aliases": ["Visual Concepts Entertainment"], "website": "https://www.vcentertainment.com", "canonical_domain": "vcentertainment.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visual_Concepts_Logo_%282019%29.png", "description": "American video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1496 {"wikidata_id": "Q1361906", "display_name": "Saleen", "legal_name": null, "aliases": [], "website": "https://www.saleen.com", "canonical_domain": "saleen.com", "country": "US", "hq_city": "Corona", "hq_region": "Riverside County", "lat": 33.86667, "lon": -117.56667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American automobile manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1497 {"wikidata_id": "Q1399294", "display_name": "Fearless Records", "legal_name": null, "aliases": [], "website": "https://www.fearlessrecords.com", "canonical_domain": "fearlessrecords.com", "country": "US", "hq_city": "Westminster", "hq_region": "Orange County", "lat": 33.75139, "lon": -117.99389, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1498 {"wikidata_id": "Q1473743", "display_name": "Sabian", "legal_name": null, "aliases": [], "website": "https://sabian.com", "canonical_domain": "sabian.com", "country": "CA", "hq_city": "Meductic", "hq_region": "New Brunswick", "lat": 45.9945, "lon": -67.48993, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sabian_Cymbals_logo_2019.svg", "description": "Manufacturer of musical instruments", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1499 {"wikidata_id": "Q1518612", "display_name": "relic.com", "legal_name": null, "aliases": [], "website": "https://www.relic.com", "canonical_domain": "relic.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Relic-entertainment-logo.svg", "description": "Canadian video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1500 {"wikidata_id": "Q15913374", "display_name": "Vyond", "legal_name": null, "aliases": ["Go!Animate", "GoAnimate"], "website": "https://www.vyond.com", "canonical_domain": "vyond.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vyond_2018.svg", "description": "American cloud-based, animated video creation platform", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1501 {"wikidata_id": "Q1700277", "display_name": "USRobotics", "legal_name": null, "aliases": ["USR", "U.S. Robotics", "US Robotics"], "website": "https://www.usr.com", "canonical_domain": "usr.com", "country": "US", "hq_city": "Schaumburg", "hq_region": "Cook County", "lat": 42.03028, "lon": -88.08389, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q23371127", "name": "UNICOM Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/USRobotics-Logo.svg", "description": "business enterprise", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1502 {"wikidata_id": "Q1814208", "display_name": "Metra", "legal_name": "Metra", "aliases": ["METX"], "website": "https://metra.com", "canonical_domain": "metra.com", "country": "US", "hq_city": "Illinois", "hq_region": "United States", "lat": 40.00028, "lon": -89.25028, "industries": ["transportation"], "industry_labels": ["commuter rail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q139741961", "name": "Northern Illinois Transit Authority"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metra_Logo.svg", "description": "suburban railway operator in the Chicago, Illinois metropolitan area", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1503 {"wikidata_id": "Q1851075", "display_name": "Universidade Federal de Santa Catarina", "legal_name": null, "aliases": ["Federal University of Santa Catarina", "Santa Catarina Federal University", "UFSC", "Universidade Federal de Santa Catarina (UFSC)"], "website": "https://ufsc.br", "canonical_domain": "ufsc.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -27.6011, "lon": -48.52, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brasao_UFSC_vertical_extenso.svg", "description": "university in Brazil", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1504 {"wikidata_id": "Q1985340", "display_name": "Comodo Group", "legal_name": null, "aliases": ["Comodo Cybersecurity", "Inc", "Inc.", "Comodo Security Solutions", "Inc."], "website": "https://www.comodo.com", "canonical_domain": "comodo.com", "country": "US", "hq_city": "Clifton", "hq_region": "Passaic County", "lat": 40.8621, "lon": -74.1604, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comodo_logo.png", "description": "privately held group of companies", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1505 {"wikidata_id": "Q2002177", "display_name": "Lava Records", "legal_name": null, "aliases": [], "website": "https://www.lavarecords.com", "canonical_domain": "lavarecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LAVA_RECORDS.svg", "description": "American record label", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1506 {"wikidata_id": "Q212076", "display_name": "2015, Inc.", "legal_name": null, "aliases": [], "website": "https://www.2015games.net", "canonical_domain": "2015games.net", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2015%2C_Inc_logo.png", "description": "American video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1507 {"wikidata_id": "Q24039775", "display_name": "Boom Technology", "legal_name": null, "aliases": ["Boom Supersonic"], "website": "https://boomsupersonic.com", "canonical_domain": "boomsupersonic.com", "country": "US", "hq_city": "Centennial", "hq_region": "Arapahoe County", "lat": 39.59639, "lon": -104.84389, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1671828", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boom_Technology_logo_%28black%29.svg", "description": "American startup supersonic aircraft company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1508 {"wikidata_id": "Q2457448", "display_name": "Mises Institute", "legal_name": null, "aliases": ["Mises", "Ludwig von Mises Institute", "LvMI"], "website": "https://www.mises.org", "canonical_domain": "mises.org", "country": "US", "hq_city": "Auburn", "hq_region": "Lee County", "lat": 32.59768, "lon": -85.48082, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mises_Institute_logo.svg", "description": "economic education organization", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1509 {"wikidata_id": "Q2589409", "display_name": "Sbarro", "legal_name": null, "aliases": [], "website": "https://sbarro.com", "canonical_domain": "sbarro.com", "country": "US", "hq_city": "Huntington", "hq_region": "Suffolk County", "lat": 40.86806, "lon": -73.42611, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sbarro_LLC_logo.svg", "description": "American pizza chain", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1510 {"wikidata_id": "Q2719211", "display_name": "Next Level Games", "legal_name": null, "aliases": [], "website": "https://nextlevelgames.com", "canonical_domain": "nextlevelgames.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": null, "description": "Canadian video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1511 {"wikidata_id": "Q2739680", "display_name": "Association for the Advancement of Artificial Intelligence", "legal_name": null, "aliases": ["AAAI", "American Association for Artificial Intelligence"], "website": "https://www.aaai.org", "canonical_domain": "aaai.org", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAAI_logo_%282023%29.svg", "description": "international scientific society", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1512 {"wikidata_id": "Q2828184", "display_name": "Air Canada Rouge", "legal_name": null, "aliases": [], "website": "https://flyrouge.com", "canonical_domain": "flyrouge.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q185339", "name": "Air Canada"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Canada_Rouge_logo.svg", "description": "low-cost airline based in Canada", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1513 {"wikidata_id": "Q2883379", "display_name": "Bank of the Republic of Haiti", "legal_name": null, "aliases": ["National Bank of Credit Haiti", "National Bank of the Republic of Haiti", "Republic Bank of Haiti"], "website": "https://www.brh.ht", "canonical_domain": "brh.ht", "country": "HT", "hq_city": "Port-au-Prince", "hq_region": "Port-au-Prince Arrondissement", "lat": 18.54694, "lon": -72.34028, "industries": ["banking"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "central bank", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1514 {"wikidata_id": "Q295481", "display_name": "AM General", "legal_name": null, "aliases": ["AM General Corporation", "AM General LLC"], "website": "https://www.amgeneral.com", "canonical_domain": "amgeneral.com", "country": "US", "hq_city": "South Bend", "hq_region": "St. Joseph County", "lat": 41.67639, "lon": -86.25028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005NTOCU0CX6IL72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Am_general_green_logo.png", "description": "American heavy vehicle manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1515 {"wikidata_id": "Q2985197", "display_name": "CBR", "legal_name": null, "aliases": [], "website": "https://www.cbr.com", "canonical_domain": "cbr.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBR.com_logo.svg", "description": "Entertainment News Website", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1516 {"wikidata_id": "Q3110900", "display_name": "Translators Without Borders", "legal_name": "TRADUCTEURS SANS FRONTIERES", "aliases": ["Translators without Borders", "TSF-TWB", "TWB"], "website": "https://translatorswithoutborders.org", "canonical_domain": "translatorswithoutborders.org", "country": "US", "hq_city": "Danbury", "hq_region": "Western Connecticut Planning Region", "lat": 41.40222, "lon": -73.47111, "industries": ["manufacturing"], "industry_labels": ["other voluntary membership organizations (France)"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "non-profit organisation", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1517 {"wikidata_id": "Q3445044", "display_name": "St. Martin's Press", "legal_name": null, "aliases": [], "website": "https://stmartins.com", "canonical_domain": "stmartins.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126162918", "name": "St. Martin's Publishing Group"}, "logo_url": null, "description": "American book publisher", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1518 {"wikidata_id": "Q3547650", "display_name": "Ubisoft Quebec", "legal_name": null, "aliases": ["Ubisoft Québec"], "website": "https://www.ubisoft.ca", "canonical_domain": "ubisoft.ca", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "Canadian video game development company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q500799"}]}
1519 {"wikidata_id": "Q39496", "display_name": "United Kennel Club", "legal_name": null, "aliases": ["UKC", "UPENEKC"], "website": "https://www.ukcdogs.com", "canonical_domain": "ukcdogs.com", "country": "US", "hq_city": "Kalamazoo", "hq_region": "Kalamazoo County", "lat": 42.29, "lon": -85.59, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UKC_Logo.gif", "description": "second oldest all-breed registry of purebred dog pedigrees in the United States", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1520 {"wikidata_id": "Q463378", "display_name": "American Apparel Inc.", "legal_name": null, "aliases": ["American Apparel", "Inc."], "website": "https://www.americanapparel.com.au", "canonical_domain": "americanapparel.com.au", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VSVCCRKIVD3676", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Apparel_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1521 {"wikidata_id": "Q465230", "display_name": "American Institute of Physics", "legal_name": null, "aliases": ["AIP"], "website": "https://www.aip.org", "canonical_domain": "aip.org", "country": "US", "hq_city": "College Park", "hq_region": "Prince George's County", "lat": 38.9967, "lon": -76.9275, "industries": ["media"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AIP_Logo.png", "description": "American association of physical science societies", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1522 {"wikidata_id": "Q473360", "display_name": "Verbatim", "legal_name": "Verbatim Corporation", "aliases": ["Information Terminals"], "website": "https://www.verbatim.com", "canonical_domain": "verbatim.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q474321", "name": "CMC Magnetics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verbatim_logo_%282024-present%29.svg", "description": "American company producing memory media in the IT sector", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1523 {"wikidata_id": "Q50911", "display_name": "ImageShack", "legal_name": null, "aliases": [], "website": "https://imageshack.us", "canonical_domain": "imageshack.us", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.23611, "lon": -121.96167, "industries": ["cloud-infrastructure", "internet"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "image hosting website", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1524 {"wikidata_id": "Q527877", "display_name": "Carhartt", "legal_name": null, "aliases": [], "website": "https://www.carhartt.com", "canonical_domain": "carhartt.com", "country": "US", "hq_city": "Dearborn", "hq_region": "Wayne County", "lat": 42.31133, "lon": -83.21348, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carhartt_logo.svg", "description": "American brand of sturdy work clothing", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1525 {"wikidata_id": "Q5433722", "display_name": "Fandango", "legal_name": null, "aliases": ["Fandango Media", "Fandango Media", "LLC"], "website": "https://www.fandango.com", "canonical_domain": "fandango.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fandango_2014.svg", "description": "American media corporation based in Los Angeles, California", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5371838"}]}
1526 {"wikidata_id": "Q545973", "display_name": "Dean Guitars", "legal_name": null, "aliases": ["Dean", "Dean VMNT Signature model"], "website": "https://www.deanguitars.com", "canonical_domain": "deanguitars.com", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of stringed instruments and musical products", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1527 {"wikidata_id": "Q640786", "display_name": "Troma Entertainment", "legal_name": null, "aliases": [], "website": "https://www.troma.com", "canonical_domain": "troma.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production and distribution company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1528 {"wikidata_id": "Q746256", "display_name": "Panoz Auto Development", "legal_name": null, "aliases": [], "website": "https://panoz.com", "canonical_domain": "panoz.com", "country": "US", "hq_city": "Hoschton", "hq_region": "Jackson County", "lat": 34.0961, "lon": -83.7611, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sports car manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1529 {"wikidata_id": "Q7929430", "display_name": "Viki", "legal_name": null, "aliases": ["Rakuten Viki"], "website": "https://www.viki.com", "canonical_domain": "viki.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q973054", "name": "Rakuten Group, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rakuten_Viki_2022.svg", "description": "American video streaming service", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1530 {"wikidata_id": "Q845617", "display_name": "Charles Scribner's Sons", "legal_name": "Charles Scribner's Sons", "aliases": ["Scribner", "Scribner's", "Baker & Scribner", "C. Scribner's Sons", "Charles Scribner and Sons", "Charles Scribner’s Sons"], "website": "https://scribnerbooks.com", "canonical_domain": "scribnerbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1846, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1756332", "name": "Simon & Schuster"}, "logo_url": null, "description": "American publisher", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1531 {"wikidata_id": "Q862021", "display_name": "Ohio Valley Wrestling", "legal_name": null, "aliases": ["OVW"], "website": "https://ovwrestling.com", "canonical_domain": "ovwrestling.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OV_Wrestling.png", "description": "American professional wrestling promotion", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1532 {"wikidata_id": "Q929722", "display_name": "Brooks Brothers", "legal_name": null, "aliases": [], "website": "https://www.brooksbrothers.com", "canonical_domain": "brooksbrothers.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1818, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1878364", "name": "Luxottica"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brooks_Brothers_blue_logo.svg", "description": "the oldest men's clothier in the United States", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1533 {"wikidata_id": "Q998257", "display_name": "Waterman", "legal_name": null, "aliases": ["L.E. Waterman Company", "Waterman Pen Company", "Waterman pens", "Waterman S.A."], "website": "https://www.waterman.com", "canonical_domain": "waterman.com", "country": "US", "hq_city": "Paris", "hq_region": "Grand Paris", "lat": 48.85667, "lon": 2.35222, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waterman_logo.svg", "description": "French manufacturing company of fountain pens and inks", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1534 {"wikidata_id": "Q647506", "display_name": "Narus", "legal_name": null, "aliases": [], "website": "https://www.narus.com", "canonical_domain": "narus.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1997, "employees": 150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.3147, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1535 {"wikidata_id": "Q20747389", "display_name": "Re-Logic", "legal_name": null, "aliases": [], "website": "https://re-logic.com", "canonical_domain": "re-logic.com", "country": "US", "hq_city": "Floyds Knobs", "hq_region": "Floyd County", "lat": 38.3244, "lon": -85.8736, "industries": ["gaming"], "industry_labels": ["video game development"], "founded_year": 2011, "employees": 11, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Re-Logic_Logo.png", "description": "American indie video game developer and publisher", "sitelinks": 13, "importance": 0.3134, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1536 {"wikidata_id": "Q107327507", "display_name": "Sweet Baby Inc.", "legal_name": null, "aliases": ["Sweet Baby", "SBI"], "website": "https://sweetbabyinc.com", "canonical_domain": "sweetbabyinc.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2018, "employees": 16, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian video game development and consultation studio", "sitelinks": 12, "importance": 0.3107, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1537 {"wikidata_id": "Q1025919", "display_name": "Machine Shop Recordings", "legal_name": null, "aliases": ["Machine Shop Records", "The Shinoda Imprint"], "website": "https://machineshop.co", "canonical_domain": "machineshop.co", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["industrial-machinery", "entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1538 {"wikidata_id": "Q1052893", "display_name": "Celestron", "legal_name": null, "aliases": [], "website": "https://celestron.fr", "canonical_domain": "celestron.fr", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17054262", "name": "Synta Technology Corporation of Taiwan"}, "logo_url": null, "description": "American company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1539 {"wikidata_id": "Q10846831", "display_name": "Crunchbase", "legal_name": "Crunchbase", "aliases": ["CrunchBase"], "website": "https://www.crunchbase.com", "canonical_domain": "crunchbase.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crunchbase_wordmark_dark_blue.svg", "description": "online database of companies and start-ups", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1540 {"wikidata_id": "Q10996045", "display_name": "Kaggle", "legal_name": null, "aliases": [], "website": "https://www.kaggle.com", "canonical_domain": "kaggle.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["data science"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaggle_Logo.svg", "description": "internet platform for data science competitions", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1541 {"wikidata_id": "Q1113590", "display_name": "Combat Zone Wrestling", "legal_name": null, "aliases": ["CZW"], "website": "https://www.czwrestling.com", "canonical_domain": "czwrestling.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American professional wrestling promotion", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1542 {"wikidata_id": "Q1139115", "display_name": "Zoho Office Suite", "legal_name": null, "aliases": ["Zoho Office"], "website": "https://zoho.com", "canonical_domain": "zoho.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZOHO_logo_2023.svg", "description": "email, cloud storage, collaboration tools, hardware, administration, social media and other business apps", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1543 {"wikidata_id": "Q1278295", "display_name": "Eastpak", "legal_name": null, "aliases": [], "website": "https://www.eastpak.com", "canonical_domain": "eastpak.com", "country": "US", "hq_city": null, "hq_region": "Arrondissement of Mechelen", "lat": 51.09528, "lon": 4.23417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastpak_logo.svg", "description": "lifestyle brand", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1544 {"wikidata_id": "Q1328902", "display_name": "Sky & Telescope", "legal_name": null, "aliases": ["Sky and telescope", "Sky Publishing"], "website": "https://skyandtelescope.com", "canonical_domain": "skyandtelescope.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sky_%26_Telescope_logo_%282017%29.svg", "description": "scientific journal", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1545 {"wikidata_id": "Q1330634", "display_name": "University of Brasília", "legal_name": null, "aliases": ["UnB", "Universidade de Brasília", "University of Brasilia"], "website": "https://unb.br", "canonical_domain": "unb.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.76139, "lon": -47.86639, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Webysther_20160322_-_Logo_UnB_%28sem_texto%29.svg", "description": "public, federal university in Brasília, Federal District, Brazil", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1546 {"wikidata_id": "Q1342423", "display_name": "Engine Alliance", "legal_name": null, "aliases": [], "website": "https://www.enginealliance.com", "canonical_domain": "enginealliance.com", "country": "US", "hq_city": "East Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76139, "lon": -72.61528, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1485061", "name": "GE Aerospace"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Engine_Alliance_logo.svg", "description": "American aircraft engine manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1547 {"wikidata_id": "Q1384697", "display_name": "Export-Import Bank of the United States", "legal_name": null, "aliases": ["EXIM", "Export-Import Bank of Washington"], "website": "https://www.exim.gov", "canonical_domain": "exim.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["banking"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seal_of_the_United_States_Export-Import_Bank.svg", "description": "American public bank", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1548 {"wikidata_id": "Q14932155", "display_name": "Calico", "legal_name": null, "aliases": ["Calico Life Sciences LLC", "California Life Company"], "website": "https://www.calicolabs.com", "canonical_domain": "calicolabs.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["biotechnology", "healthcare"], "industry_labels": ["biotechnology", "health care"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calico_LLC_logo.svg", "description": "American biotech company founded by Alphabet Inc.", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1549 {"wikidata_id": "Q1502859", "display_name": "Ramada", "legal_name": null, "aliases": ["Ramada By Wyndham"], "website": "https://www.ramada.com", "canonical_domain": "ramada.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ramada_Worldwide_logo.svg", "description": "large hotel chain", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1550 {"wikidata_id": "Q1636558", "display_name": "Victory Records", "legal_name": null, "aliases": [], "website": "https://victoryrecords.com", "canonical_domain": "victoryrecords.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1551 {"wikidata_id": "Q1637250", "display_name": "Walden Media", "legal_name": null, "aliases": ["Fox-Walden"], "website": "https://www.walden.com", "canonical_domain": "walden.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media", "retail"], "industry_labels": ["cinematography"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q569417", "name": null}, "logo_url": null, "description": "American film investor, distributor, and publishing company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1552 {"wikidata_id": "Q17082873", "display_name": "Sports Reference", "legal_name": null, "aliases": ["Sports Reference LLC", "LLC"], "website": "https://www.sports-reference.com", "canonical_domain": "sports-reference.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sports_Reference_Logo.svg", "description": "American company which operates several sports-related websites", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1553 {"wikidata_id": "Q1811175", "display_name": "Prestige", "legal_name": null, "aliases": ["LC 0313", "Prestige Records"], "website": "https://www.concordmusicgroup.com", "canonical_domain": "concordmusicgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American jazz record label; imprint of Prestige Records Inc.", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1809823"}, {"related_domain_conflict": "Q766909"}]}
1554 {"wikidata_id": "Q18345499", "display_name": "Psyonix", "legal_name": null, "aliases": ["Psyonix Inc."], "website": "https://psyonix.com", "canonical_domain": "psyonix.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game development"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q739711", "name": null}, "logo_url": null, "description": "American video game development studio", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1555 {"wikidata_id": "Q18395343", "display_name": "Vice Media Group", "legal_name": null, "aliases": ["Vice Media", "Vice Media LLC", "Vice Media", "Inc."], "website": "https://company.vice.com", "canonical_domain": "vice.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "media & entertainment industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vice_Media_Group_logo.svg", "description": "Canadian-American digital media and broadcasting company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1556 {"wikidata_id": "Q1959936", "display_name": "Rainberry ,Inc.", "legal_name": "Rainberry, Inc.", "aliases": ["BitTorrent", "Inc."], "website": "https://www.bittorrent.com", "canonical_domain": "bittorrent.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rainberry%2C_Inc._logo.svg", "description": "American company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1557 {"wikidata_id": "Q1982075", "display_name": "Issuu", "legal_name": null, "aliases": ["Issuu Inc."], "website": "https://issuu.com", "canonical_domain": "issuu.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["internet"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Issuu_logo.svg", "description": "online service and reader", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1558 {"wikidata_id": "Q2073284", "display_name": "Seven Seas Entertainment", "legal_name": "Seven Seas Entertainment", "aliases": ["LLC"], "website": "https://sevenseasentertainment.com", "canonical_domain": "sevenseasentertainment.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publisher", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1559 {"wikidata_id": "Q2350702", "display_name": "Heroku", "legal_name": null, "aliases": [], "website": "https://www.heroku.com", "canonical_domain": "heroku.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["cloud-infrastructure"], "industry_labels": ["platform as a service"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q941127", "name": "Salesforce"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heroku_logo.svg", "description": "cloud platform as a service", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1560 {"wikidata_id": "Q2358400", "display_name": "Legacy Recordings", "legal_name": null, "aliases": ["Legacy Records", "LC 02361", "LC 2361"], "website": "https://www.legacyrecordings.com", "canonical_domain": "legacyrecordings.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legacy_Recordings.svg", "description": "US record label; imprint of Sony Music Entertainment", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1561 {"wikidata_id": "Q2573393", "display_name": "Ultra Records", "legal_name": null, "aliases": ["Ultra Music"], "website": "https://www.ultrarecords.com", "canonical_domain": "ultrarecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ultra_Records.png", "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1562 {"wikidata_id": "Q2576666", "display_name": "CBS Studios", "legal_name": null, "aliases": ["CBS Paramount Television", "CBS Television Studios"], "website": "https://www.home.viacbscontent.com", "canonical_domain": "viacbscontent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["television production"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116030696", "name": "CBS Entertainment Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBS_Studios_%28Stacked%29.svg", "description": "American television production company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5009280"}]}
1563 {"wikidata_id": "Q259337", "display_name": "YIVO Institute for Jewish Research", "legal_name": null, "aliases": ["YIVO", "Yiddish Scientific Institute", "Yidisher Visnshaftlekher Institut"], "website": "https://www.yivo.org", "canonical_domain": "yivo.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.73805, "lon": -73.99382, "industries": ["media"], "industry_labels": ["research"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization that preserves, studies, and teaches the cultural history of Jewish life", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1564 {"wikidata_id": "Q2712143", "display_name": "inXile entertainment", "legal_name": null, "aliases": [], "website": "https://www.inxile-entertainment.com", "canonical_domain": "inxile-entertainment.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InXile_Entertainment_Logo.png", "description": "video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1565 {"wikidata_id": "Q2723882", "display_name": "Saks Fifth Avenue", "legal_name": null, "aliases": ["A. Saks & Co.", "Saks & Co."], "website": "https://www.saksfifthavenue.com", "canonical_domain": "saksfifthavenue.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.75806, "lon": -73.97694, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7403084", "name": "Saks Incorporated"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SaksFifthAvenueA.svg", "description": "multinational department store chain founded in the United States", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1566 {"wikidata_id": "Q304444", "display_name": "MoPar", "legal_name": "Chrysler Motor Parts Corporation", "aliases": ["PDCD", "Plymouth", "Dodge", "Chrysler", "and DeSoto", "Chrysler MoPar", "Chrysler Motor Parts", "Motor Parts"], "website": "https://www.mopar.com", "canonical_domain": "mopar.com", "country": "US", "hq_city": "Chrysler Headquarters and Technology Center", "hq_region": "Michigan", "lat": 42.6544, "lon": -83.2336, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181114", "name": "Stellantis North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mopar_logo.svg", "description": "American car parts, service, and customer care company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1567 {"wikidata_id": "Q407673", "display_name": "Air North", "legal_name": null, "aliases": ["Yukon's Airline"], "website": "https://www.flyairnorth.com", "canonical_domain": "flyairnorth.com", "country": "CA", "hq_city": "Whitehorse", "hq_region": "Yukon", "lat": 60.71722, "lon": -135.05583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Canada", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1568 {"wikidata_id": "Q438628", "display_name": "Alternative Tentacles", "legal_name": "Alternative Tentacles", "aliases": ["Alternative Tentacles Records"], "website": "https://www.alternativetentacles.com", "canonical_domain": "alternativetentacles.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1569 {"wikidata_id": "Q463436", "display_name": "American Automobile Association", "legal_name": null, "aliases": ["AAA", "The American Automobile Association"], "website": "https://www.aaa.com", "canonical_domain": "aaa.com", "country": "US", "hq_city": "Heathrow", "hq_region": "Seminole County", "lat": 28.77278, "lon": -81.37139, "industries": ["automotive"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American-Automobile-Association-Logo.svg", "description": "federation of motor clubs throughout the USA and Canada", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1570 {"wikidata_id": "Q465692", "display_name": "American Megatrends", "legal_name": "American Megatrends, Inc.", "aliases": ["AMI"], "website": "https://www.ami.com", "canonical_domain": "ami.com", "country": "US", "hq_city": "Norcross", "hq_region": "Gwinnett County", "lat": 33.94121, "lon": -84.21353, "industries": ["software", "technology"], "industry_labels": ["firmware", "software industry", "computer hardware industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMI_textlogo.svg", "description": "American software company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1571 {"wikidata_id": "Q522618", "display_name": "Priority Records", "legal_name": null, "aliases": [], "website": "https://www.priorityrecords.com", "canonical_domain": "priorityrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Priority_Records.png", "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1572 {"wikidata_id": "Q5574625", "display_name": "GoFundMe", "legal_name": null, "aliases": [], "website": "https://www.gofundme.com", "canonical_domain": "gofundme.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": ["crowdfunding"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "crowdfunding platform", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1573 {"wikidata_id": "Q5647891", "display_name": "hangar13games.com", "legal_name": null, "aliases": [], "website": "https://www.hangar13games.com", "canonical_domain": "hangar13games.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94937", "name": "2K"}, "logo_url": null, "description": "American video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1574 {"wikidata_id": "Q624601", "display_name": "Product Red", "legal_name": null, "aliases": ["(PRODUCT)RED"], "website": "https://www.red.org", "canonical_domain": "red.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Product_Red.svg", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1575 {"wikidata_id": "Q639182", "display_name": "SST Records", "legal_name": null, "aliases": ["Solid State Transmitters", "Solid State Tuners"], "website": "https://www.sstsuperstore.com", "canonical_domain": "sstsuperstore.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SST_Records_logo.svg", "description": "US record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1576 {"wikidata_id": "Q660990", "display_name": "Avalanche Software", "legal_name": null, "aliases": [], "website": "https://www.avalanchesoftware.com", "canonical_domain": "avalanchesoftware.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avalanche.svg", "description": "American video game developer based in Salt Lake City, Utah", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1577 {"wikidata_id": "Q688825", "display_name": "Trader Joe's", "legal_name": null, "aliases": [], "website": "https://www.traderjoes.com", "canonical_domain": "traderjoes.com", "country": "US", "hq_city": "Monrovia", "hq_region": "Los Angeles County", "lat": 34.14361, "lon": -118.00194, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41171373", "name": "Aldi Nord"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trader_Joes_Logo.svg", "description": "American chain of grocery stores", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1578 {"wikidata_id": "Q725958", "display_name": "Ashley Madison", "legal_name": null, "aliases": [], "website": "https://www.ashleymadison.com", "canonical_domain": "ashleymadison.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["internet"], "industry_labels": ["online dating service", "social networking service"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashley_madison_logo.png", "description": "Canadian-based online dating service", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1579 {"wikidata_id": "Q763051", "display_name": "Burton Snowboards", "legal_name": null, "aliases": ["Burton", "Gravis", "Burton Snowboards Inc."], "website": "https://www.burton.com", "canonical_domain": "burton.com", "country": "US", "hq_city": "Burlington", "hq_region": "Chittenden County", "lat": 44.48762, "lon": -73.23148, "industries": ["consumer-goods"], "industry_labels": ["sporting goods industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of snowboards, snowboarding equipment, and apparel", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1580 {"wikidata_id": "Q765780", "display_name": "Augusta National Golf Club", "legal_name": null, "aliases": ["Augusta National"], "website": "https://www.masters.com", "canonical_domain": "masters.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 33.5025, "lon": -82.02, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "golf course in Georgia, United States", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1581 {"wikidata_id": "Q766647", "display_name": "Metrolink", "legal_name": null, "aliases": [], "website": "https://www.metrolinktrains.com", "canonical_domain": "metrolinktrains.com", "country": "US", "hq_city": "Wilshire Grand Center", "hq_region": "Los Angeles", "lat": 34.04993, "lon": -118.25993, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metrolink_logo.svg", "description": "commuter rail system in Southern California", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1582 {"wikidata_id": "Q775346", "display_name": "Beenox", "legal_name": null, "aliases": ["Beenox Inc."], "website": "https://www.beenox.com", "canonical_domain": "beenox.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beenox_2023_logo.svg", "description": "Canadian video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1583 {"wikidata_id": "Q891610", "display_name": "Professional Fighters League", "legal_name": null, "aliases": ["PFL", "World Series of Fighting"], "website": "https://www.pflmma.com", "canonical_domain": "pflmma.com", "country": "US", "hq_city": "Las Vegas Valley", "hq_region": "Clark County", "lat": 36.1318, "lon": -115.184, "industries": ["media"], "industry_labels": ["promoter", "sports marketing"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Professional_Fighters_League_Primary_Logo.jpg", "description": "mixed martial arts combat sport promoter", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1584 {"wikidata_id": "Q947913", "display_name": "BFGoodrich", "legal_name": null, "aliases": [], "website": "https://www.bfgoodrich.com", "canonical_domain": "bfgoodrich.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_bfgoodrich.jpg", "description": "brand of tires produced and sold by Michelin", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1585 {"wikidata_id": "Q106013567", "display_name": "MrBeast Burger", "legal_name": null, "aliases": ["Beast Burger"], "website": "https://mrbeastburger.com", "canonical_domain": "mrbeastburger.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MrBeast_Burger_text_logo.svg", "description": "American fast-food chain", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1586 {"wikidata_id": "Q1166160", "display_name": "Dark Castle Entertainment", "legal_name": null, "aliases": [], "website": "https://darkcastle.com", "canonical_domain": "darkcastle.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DarkCastlelogo.svg", "description": "American film production label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1587 {"wikidata_id": "Q1191537", "display_name": "V2 Records", "legal_name": "V2", "aliases": ["LC 01801", "LC 1801", "V2 Records Benelux"], "website": "https://www.v2benelux.com", "canonical_domain": "v2benelux.com", "country": "US", "hq_city": "Hilversum", "hq_region": "North Holland", "lat": 52.23, "lon": 5.18, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international record label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1588 {"wikidata_id": "Q124989007", "display_name": "Figure AI", "legal_name": null, "aliases": ["Inc."], "website": "https://www.figure.ai", "canonical_domain": "figure.ai", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2022, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Figure-ai-logo.svg", "description": "American robotics company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1589 {"wikidata_id": "Q1289321", "display_name": "JanSport", "legal_name": null, "aliases": [], "website": "https://www.jansport.com", "canonical_domain": "jansport.com", "country": "US", "hq_city": "San Leandro", "hq_region": "Alameda County", "lat": 37.725, "lon": -122.15611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American backpack manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1590 {"wikidata_id": "Q1308364", "display_name": "Fantasy", "legal_name": "Fantasy", "aliases": ["Fantasy Records", "LC 00720"], "website": "https://fantasyrecordings.com", "canonical_domain": "fantasyrecordings.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fantasy_Records_logo.svg", "description": "American independent record label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1591 {"wikidata_id": "Q1325893", "display_name": "General Dynamics Electric Boat", "legal_name": null, "aliases": ["GDEB", "Electric Boat"], "website": "https://www.gdeb.com", "canonical_domain": "gdeb.com", "country": "US", "hq_city": "Groton", "hq_region": "Southeastern Connecticut Planning Region", "lat": 41.35016, "lon": -72.0762, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Dynamics_Electric_Boat_logo.png", "description": "American submarine manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1592 {"wikidata_id": "Q13384640", "display_name": "Soylent", "legal_name": null, "aliases": ["Soylent Corporation", "Soylent (drink)", "Soylent (food)", "Soylent (mix)"], "website": "https://soylent.com", "canonical_domain": "soylent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soylent.svg", "description": "American brand of meal replacement products", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1593 {"wikidata_id": "Q1347679", "display_name": "Tektronix", "legal_name": null, "aliases": ["Tektronix Inc."], "website": "https://www.tek.com", "canonical_domain": "tek.com", "country": "US", "hq_city": "Beaverton", "hq_region": "Washington County", "lat": 45.48694, "lon": -122.80361, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27919383", "name": "Fortive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tektronix_logo_%282016%29.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1594 {"wikidata_id": "Q1357727", "display_name": "GO Transit", "legal_name": null, "aliases": [], "website": "https://www.gotransit.com", "canonical_domain": "gotransit.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3307451", "name": "Metrolinx"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GO_Transit_logo.svg", "description": "Ontario regional public transport agency", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1595 {"wikidata_id": "Q1393345", "display_name": "Fairmont Hotels & Resorts", "legal_name": null, "aliases": ["Fairmont", "Fairmont Hotels and Resorts"], "website": "https://www.fairmont.com", "canonical_domain": "fairmont.com", "country": "US", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212599", "name": "Accor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fairmont_Hotels_and_Resorts_logo.svg", "description": "hotel chain", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1596 {"wikidata_id": "Q1469675", "display_name": "King Features Syndicate", "legal_name": null, "aliases": [], "website": "https://kingfeatures.com", "canonical_domain": "kingfeatures.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["print syndication"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/King_Features_2016_logo.svg", "description": "American print syndication company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1597 {"wikidata_id": "Q1479937", "display_name": "Stanford University Press", "legal_name": null, "aliases": ["SUP", "Stanford Press", "Stanford UP"], "website": "https://www.sup.org", "canonical_domain": "sup.org", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American university press", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1598 {"wikidata_id": "Q1498689", "display_name": "GEICO", "legal_name": null, "aliases": ["Government Employees Insurance Company"], "website": "https://www.geico.com", "canonical_domain": "geico.com", "country": "US", "hq_city": "Chevy Chase", "hq_region": "Montgomery County", "lat": 38.98194, "lon": -77.08333, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geico_logo.svg", "description": "auto insurance company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1599 {"wikidata_id": "Q1521910", "display_name": "Hallmark Cards", "legal_name": null, "aliases": ["Four Seasons Publishing"], "website": "https://www.hallmark.com", "canonical_domain": "hallmark.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZN2X0C3R7LWZ74", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hallmark_logo.svg", "description": "American company specializing in greeting cards and gifts", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1600 {"wikidata_id": "Q1544974", "display_name": "SugarCRM", "legal_name": null, "aliases": [], "website": "https://www.sugarcrm.com", "canonical_domain": "sugarcrm.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": [], "industry_labels": ["customer relationship management"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1298253", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sugarcrm-logo-blk.jpg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1601 {"wikidata_id": "Q1545957", "display_name": "XBIZ", "legal_name": null, "aliases": [], "website": "https://www.xbiz.com", "canonical_domain": "xbiz.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher of business news and business information for the sex industry", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1602 {"wikidata_id": "Q1546001", "display_name": "Stax Records", "legal_name": "Stax", "aliases": ["Satellite Records"], "website": "https://www.staxrecords.com", "canonical_domain": "staxrecords.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stax_Records_%28wordmark%29.svg", "description": "US record label; imprint of Stax Records, Inc.", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1603 {"wikidata_id": "Q161906", "display_name": "Oakley, Inc.", "legal_name": null, "aliases": ["Oakley"], "website": "https://www.oakley.com", "canonical_domain": "oakley.com", "country": "US", "hq_city": "Foothill Ranch", "hq_region": "California", "lat": 33.68852, "lon": -117.66428, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1878364", "name": "Luxottica"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oakley_logo.svg", "description": "eyewear company owned by Luxottica", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1604 {"wikidata_id": "Q1787440", "display_name": "Warrior Sports", "legal_name": null, "aliases": [], "website": "https://www.warrior.com", "canonical_domain": "warrior.com", "country": "US", "hq_city": "Warren", "hq_region": "Macomb County", "lat": 42.5125, "lon": -83.025, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q742988", "name": "New Balance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warrior_Sports_logo.svg", "description": "American sporting goods manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1605 {"wikidata_id": "Q18155354", "display_name": "TSG Entertainment", "legal_name": null, "aliases": [], "website": "https://www.theseeliggroup.com", "canonical_domain": "theseeliggroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7226171", "name": "Polybona Films"}, "logo_url": null, "description": "American film financing entity", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1606 {"wikidata_id": "Q1846049", "display_name": "Tropicana Products", "legal_name": null, "aliases": ["Tropicana"], "website": "https://www.tropicana.com", "canonical_domain": "tropicana.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry", "beverage industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tropicana_logo07.png", "description": "American fruit juice beverages producer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1607 {"wikidata_id": "Q1892327", "display_name": "Marantz", "legal_name": null, "aliases": [], "website": "https://www.marantz.com", "canonical_domain": "marantz.com", "country": "US", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marantz-Logo.svg", "description": "Japanese audio company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1608 {"wikidata_id": "Q1934902", "display_name": "Shriners", "legal_name": null, "aliases": ["AAONMS", "Ancient Arabic Order of the Nobles of the Mystic Shrine", "Shriners International", "Shriners North America", "The Shriners"], "website": "https://www.shrinersinternational.org", "canonical_domain": "shrinersinternational.org", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1871, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Theshrine.jpg", "description": "fraternal organization", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1609 {"wikidata_id": "Q21090", "display_name": "OWSLA", "legal_name": null, "aliases": [], "website": "https://owsla.com", "canonical_domain": "owsla.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OWSLA.svg", "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1610 {"wikidata_id": "Q21091", "display_name": "Cherrytree Records", "legal_name": null, "aliases": [], "website": "https://www.cherrytreemusiccompany.com", "canonical_domain": "cherrytreemusiccompany.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1611 {"wikidata_id": "Q2154708", "display_name": "Rise Records", "legal_name": null, "aliases": [], "website": "https://www.riserecords.com", "canonical_domain": "riserecords.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3001888", "name": "Sony BMG Music Entertainment, Inc."}, "logo_url": null, "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1612 {"wikidata_id": "Q2436112", "display_name": "The Stone Quarry", "legal_name": null, "aliases": ["Cruel and Unusual Films", "Cruel and Unusual Films", "Inc."], "website": "https://www.cruelfilms.com", "canonical_domain": "cruelfilms.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1613 {"wikidata_id": "Q260586", "display_name": "Ludwig-Musser", "legal_name": null, "aliases": [], "website": "https://www.ludwig-drums.com", "canonical_domain": "ludwig-drums.com", "country": "US", "hq_city": "North Carolina", "hq_region": "United States", "lat": 35.5, "lon": -80.0, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1126139", "name": "Conn-Selmer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ludwig_Drums_logo.svg", "description": "United States musical instrument manufacturer, focused on percussion", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1614 {"wikidata_id": "Q2621214", "display_name": "Geni", "legal_name": "Geni", "aliases": [], "website": "https://www.geni.com", "canonical_domain": "geni.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["internet"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q589757", "name": "MyHeritage"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geni_Logo.svg", "description": "American commercial genealogy and social networking website", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1615 {"wikidata_id": "Q2669403", "display_name": "Icon Productions", "legal_name": null, "aliases": ["Icon Film Distribution", "Icon Entertainment International"], "website": "https://www.iconfilm.com.au", "canonical_domain": "iconfilm.com.au", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent production company founded in August 1989", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1616 {"wikidata_id": "Q2703822", "display_name": "Skywalker Sound", "legal_name": null, "aliases": [], "website": "https://www.skysound.com", "canonical_domain": "skysound.com", "country": "US", "hq_city": "Lucas Valley", "hq_region": "California", "lat": 38.0564, "lon": -122.659, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q242446", "name": "Lucasfilm"}, "logo_url": null, "description": "sound division of Lucasfilm", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1617 {"wikidata_id": "Q30603559", "display_name": "Neon", "legal_name": "Neon Rated, LLC", "aliases": ["Neon Rated", "LLC"], "website": "https://neonrated.com", "canonical_domain": "neonrated.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q64568948", "name": "30West"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neon_%28distributor%29_logo.svg", "description": "film production and distribution company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1618 {"wikidata_id": "Q3147892", "display_name": "deckninegames.com", "legal_name": null, "aliases": ["Deck Nine Games", "Idol Minds", "Idol Minds", "LLC"], "website": "https://deckninegames.com", "canonical_domain": "deckninegames.com", "country": "US", "hq_city": "Louisville", "hq_region": "Boulder County", "lat": 39.9758, "lon": -105.144, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deck_Nine_Games_Logo.jpg", "description": "video game developer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1619 {"wikidata_id": "Q371400", "display_name": "Turner Entertainment", "legal_name": null, "aliases": ["Ted Turner Entertainment", "Turner Entertainment Co.", "Turner Home Entertainment", "Turner Home Entertainment International"], "website": "https://www.turner.com", "canonical_domain": "turner.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 33.78298, "lon": -84.39297, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126399", "name": "Warner Bros. Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turner_Entertainment_Co..svg", "description": "American multimedia company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1620 {"wikidata_id": "Q4013975", "display_name": "Virginia Museum of Fine Arts", "legal_name": null, "aliases": ["The Virginia Museum of Fine Arts", "VMFA"], "website": "https://www.vmfa.museum", "canonical_domain": "vmfa.museum", "country": "US", "hq_city": null, "hq_region": null, "lat": 37.55642, "lon": -77.47471, "industries": ["media"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HDTRO5RVZYCJ89", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VMFA_logo.svg", "description": "art museum in Richmond, Virginia", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1621 {"wikidata_id": "Q443253", "display_name": "Prentice Hall", "legal_name": null, "aliases": ["Prentice Hall Press", "Prentice-Hall", "inc."], "website": "https://www.savvas.com", "canonical_domain": "savvas.com", "country": "US", "hq_city": "Upper Saddle River", "hq_region": "Bergen County", "lat": 41.06361, "lon": -74.09972, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6420723", "name": "Pearson Education"}, "logo_url": null, "description": "educational publisher", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1622 {"wikidata_id": "Q463665", "display_name": "American Cancer Society", "legal_name": null, "aliases": ["ACS", "ACS", "American Society for the Control of Cancer"], "website": "https://www.cancer.org", "canonical_domain": "cancer.org", "country": "US", "hq_city": "American Cancer Society Center", "hq_region": "Georgia", "lat": 33.761, "lon": -84.391, "industries": ["healthcare", "manufacturing"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "Q797V1QQ57C386E8U723", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ACS-logo.svg", "description": "health organization seeking to cure and treat cancer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1623 {"wikidata_id": "Q465726", "display_name": "American Meteorological Society", "legal_name": null, "aliases": [], "website": "https://www.ametsoc.org", "canonical_domain": "ametsoc.org", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300SGS0FXZ60SNB59", "sec_cik": null, "parent": null, "logo_url": null, "description": "American non-profit and society", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1624 {"wikidata_id": "Q466649", "display_name": "American Recordings", "legal_name": null, "aliases": ["American/Columbia Records"], "website": "https://americanrecordings.com", "canonical_domain": "americanrecordings.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Recordings.svg", "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1625 {"wikidata_id": "Q467348", "display_name": "American Zoetrope", "legal_name": null, "aliases": ["Zoetrope Studios"], "website": "https://www.zoetrope.com", "canonical_domain": "zoetrope.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production studio", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1626 {"wikidata_id": "Q47796826", "display_name": "Wish.com", "legal_name": null, "aliases": ["Wish", "ContextLogic"], "website": "https://www.wish.com", "canonical_domain": "wish.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["e-commerce"], "industry_labels": ["online shopping", "e-commerce"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wish_logo.svg", "description": "American entrepreneur company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1627 {"wikidata_id": "Q4922077", "display_name": "The Coalition", "legal_name": null, "aliases": ["Black Tusk Studios", "Microsoft Game Studios Vancouver", "Zipline Studios"], "website": "https://thecoalitionstudio.com", "canonical_domain": "thecoalitionstudio.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": null, "description": "Canadian video game developer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1628 {"wikidata_id": "Q498553", "display_name": "New Jersey Transit", "legal_name": null, "aliases": ["NJT", "NJ Transit"], "website": "https://www.njtransit.com", "canonical_domain": "njtransit.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["transportation"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005PJGR4LFEWYG51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Jersey_Transit_Logo.svg", "description": "public transit authority in the U.S. state of New Jersey", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1629 {"wikidata_id": "Q5156550", "display_name": "Complex", "legal_name": null, "aliases": ["Complex Gaming", "Complex magazine and guide", "Complex Media", "Inc.", "Complex Networks"], "website": "https://www.complex.com", "canonical_domain": "complex.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media and entertainment company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1630 {"wikidata_id": "Q521673", "display_name": "Grupo Modelo", "legal_name": null, "aliases": [], "website": "https://www.grupomodelo.com", "canonical_domain": "grupomodelo.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": null, "description": "brewing company in Mexico", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1631 {"wikidata_id": "Q525227", "display_name": "EMG, Inc.", "legal_name": null, "aliases": ["EMG", "EMG Pickups"], "website": "https://www.emgpickups.com", "canonical_domain": "emgpickups.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EMG%2C_Inc._Logo.svg", "description": "guitar pickups and EQ accessories manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1632 {"wikidata_id": "Q557498", "display_name": "Volkswagen do Brasil", "legal_name": null, "aliases": ["Volkswagen Brazil", "Volkswagen do Brasil Indústria de Veículos Automotores Ltda.", "Volkswagen do Brasil Ltda."], "website": "https://www.vw.com.br", "canonical_domain": "vw.com.br", "country": "BR", "hq_city": "São Bernardo do Campo", "hq_region": "São Paulo", "lat": -23.69389, "lon": -46.565, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q246", "name": "Volkswagen"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volkswagen_logo_2019.svg", "description": "Subsidiary arm of Volkswagen Group", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1633 {"wikidata_id": "Q614639", "display_name": "Montreal International Jazz Festival", "legal_name": null, "aliases": [], "website": "https://www.montrealjazzfest.com", "canonical_domain": "montrealjazzfest.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": 45.5, "lon": -73.56667, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "music festival", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1634 {"wikidata_id": "Q632336", "display_name": "S3 Graphics", "legal_name": null, "aliases": ["Ltd"], "website": "https://www.s3graphics.com", "canonical_domain": "s3graphics.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q186012", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/S3_Graphics_Logo_neu.svg", "description": "American-based computer graphics company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1635 {"wikidata_id": "Q649491", "display_name": "Fiji Water", "legal_name": null, "aliases": [], "website": "https://www.fijiwater.com", "canonical_domain": "fijiwater.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": ["bottling company"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of bottled water derived, bottled, and shipped from Fiji", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1636 {"wikidata_id": "Q657558", "display_name": "Relapse Records", "legal_name": null, "aliases": [], "website": "https://www.relapse.com", "canonical_domain": "relapse.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Relapse_Records_logo.svg", "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1637 {"wikidata_id": "Q6861736", "display_name": "Milwaukee Electric Tool Corporation", "legal_name": null, "aliases": [], "website": "https://www.milwaukeetool.com", "canonical_domain": "milwaukeetool.com", "country": "US", "hq_city": "Brookfield", "hq_region": "Waukesha County", "lat": 43.05806, "lon": -88.11472, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WDTNNGG5XD5H60", "sec_cik": null, "parent": {"wikidata_id": "Q2399612", "name": "Techtronic Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Milwaukee_Logo.svg", "description": "power tool manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1638 {"wikidata_id": "Q795181", "display_name": "B.C. Rich", "legal_name": null, "aliases": ["B.C. Rich Bich 10", "B.C. Rich Perfect 10 Bich"], "website": "https://www.bcrich.com", "canonical_domain": "bcrich.com", "country": "US", "hq_city": "Hebron", "hq_region": "Boone County", "lat": 39.06583, "lon": -84.70111, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BC_Rich_Guitars_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1639 {"wikidata_id": "Q81133", "display_name": "Space Adventures", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.spaceadventures.com", "canonical_domain": "spaceadventures.com", "country": "US", "hq_city": "Vienna", "hq_region": "Fairfax County", "lat": 38.9, "lon": -77.2667, "industries": ["travel", "aerospace-defense"], "industry_labels": ["space tourism", "space industry", "tourism industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1640 {"wikidata_id": "Q83723", "display_name": "A+E Global Media", "legal_name": null, "aliases": ["AETN", "A&E Networks", "A+E Networks", "A & E - Arts & Entertainment Networks", "A&E Global Media", "A&E Television Networks", "A+E Television Networks"], "website": "https://www.aenetworks.com", "canonical_domain": "aenetworks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000WYAACQJWX2044", "sec_cik": null, "parent": {"wikidata_id": "Q1065024", "name": "Hearst Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A%2BE_Networks_2017.svg", "description": "American media company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1641 {"wikidata_id": "Q862283", "display_name": "Capilano Suspension Bridge", "legal_name": null, "aliases": [], "website": "https://www.capbridge.com", "canonical_domain": "capbridge.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": 49.3428, "lon": -123.112, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "suspension bridge in North Vancouver, British Columbia, Canada", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1642 {"wikidata_id": "Q1001437", "display_name": "Budget Rent a Car", "legal_name": null, "aliases": ["Budget", "Budget Car Rental", "Budget Rent A Car System", "Inc.", "Budget Rent-a-Car", "Budget Truck"], "website": "https://www.budget.com", "canonical_domain": "budget.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Budget_logo.svg", "description": "American car rental company of Avis", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1643 {"wikidata_id": "Q1028561", "display_name": "Guild Guitar Company", "legal_name": null, "aliases": ["Guild Guitar", "Guild Guitars"], "website": "https://guildguitars.com", "canonical_domain": "guildguitars.com", "country": "US", "hq_city": "Oxnard", "hq_region": "Ventura County", "lat": 34.19139, "lon": -119.1825, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guild-logo-01_.png", "description": "United States-based guitar manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1644 {"wikidata_id": "Q1056567", "display_name": "Cervélo", "legal_name": null, "aliases": ["Cervelo", "Cervelo Cycles", "Cervélo Cycles", "cervelocycles"], "website": "https://www.cervelo.com", "canonical_domain": "cervelo.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cervelo_2019_logo.svg", "description": "Canadian high-end bicycle company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1645 {"wikidata_id": "Q1124061", "display_name": "Concord Records", "legal_name": null, "aliases": ["LC 15025"], "website": "https://www.concordrecords.com", "canonical_domain": "concordrecords.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Concord_Records_Current_Logo_2024.svg", "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1646 {"wikidata_id": "Q1153338", "display_name": "Grand Hustle Records", "legal_name": null, "aliases": [], "website": "https://www.grandhustle.com", "canonical_domain": "grandhustle.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1647 {"wikidata_id": "Q1183805", "display_name": "Del Monte Foods", "legal_name": null, "aliases": ["Inc."], "website": "https://www.delmonte.com", "canonical_domain": "delmonte.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300U9K7TD84Q24R17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Del_Monte.svg", "description": "North American food production and distribution company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1648 {"wikidata_id": "Q1193116", "display_name": "turtlerockstudios.com", "legal_name": null, "aliases": [], "website": "https://www.turtlerockstudios.com", "canonical_domain": "turtlerockstudios.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q860580", "name": "Tencent"}, "logo_url": null, "description": "American video game developer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1649 {"wikidata_id": "Q1207680", "display_name": "Saatchi & Saatchi", "legal_name": null, "aliases": ["Saatchi and Saatchi"], "website": "https://www.saatchi.fr", "canonical_domain": "saatchi.fr", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["advertising industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1537378", "name": "Publicis"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saatchi_logo.svg", "description": "advertising agency", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1650 {"wikidata_id": "Q1337530", "display_name": "Universal Television", "legal_name": "Universal Television", "aliases": ["MCA/Universal", "MTE Inc.", "NBC Productions", "NBC Studios", "NBC Universal Television Studio", "NBCUniversal Content Studios", "Revue Studios", "Studios USA Television LLC"], "website": "https://www.nbcumv.com", "canonical_domain": "nbcumv.com", "country": "US", "hq_city": "10 Universal City Plaza", "hq_region": "Hollywood", "lat": 34.13802, "lon": -118.3616, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9048317", "name": "NBCUniversal Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Television_Logo.svg", "description": "television production arm of the NBCUniversal Television and Streaming", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1651 {"wikidata_id": "Q1348428", "display_name": "IMG", "legal_name": null, "aliases": ["IMG Worldwide", "International Management Group"], "website": "https://www.img.com", "canonical_domain": "img.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q120435068", "name": "TKO Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IMG_GradLogo_Black_RGB.png", "description": "talent and event management company headquartered in New York City", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1652 {"wikidata_id": "Q1434157", "display_name": "Fluke Corporation", "legal_name": null, "aliases": ["Fluke"], "website": "https://www.flukenetworks.com", "canonical_domain": "flukenetworks.com", "country": "US", "hq_city": "Everett", "hq_region": "Snohomish County", "lat": 47.96333, "lon": -122.20056, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27919383", "name": "Fortive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fluke_logo.svg", "description": "American manufacturer of electronic test equipment", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1653 {"wikidata_id": "Q1516450", "display_name": "Liberty Mutual Insurance", "legal_name": null, "aliases": ["Liberty Mutual", "Liberty Mutual Group"], "website": "https://www.libertymutualgroup.com", "canonical_domain": "libertymutualgroup.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Liberty_Mutual_logo.svg", "description": "9th Largest global property and casualty insurer 2025 gross written premium", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1654 {"wikidata_id": "Q1573259", "display_name": "shenyunperformingarts.org", "legal_name": null, "aliases": [], "website": "https://zh-tw.shenyunperformingarts.org", "canonical_domain": "shenyunperformingarts.org", "country": "US", "hq_city": "Deerpark", "hq_region": "Orange County", "lat": 41.45, "lon": -74.65, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "performing arts company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1655 {"wikidata_id": "Q1573565", "display_name": "Hamilton Watch Company", "legal_name": null, "aliases": [], "website": "https://www.hamiltonwatch.com", "canonical_domain": "hamiltonwatch.com", "country": "US", "hq_city": "Biel/Bienne", "hq_region": "Biel/Bienne administrative district", "lat": 47.13722, "lon": 7.24722, "industries": ["defense"], "industry_labels": ["horology", "weapons industry"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q694107", "name": "The Swatch Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hamilton_Watch_Company_Logo.svg", "description": "company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1656 {"wikidata_id": "Q1644618", "display_name": "Timex Group USA", "legal_name": null, "aliases": ["Timex Corporation", "Inc.", "Waterbury Clock Company", "Waterbury Watch Company"], "website": "https://www.timex.com", "canonical_domain": "timex.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1854, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000ZTQTARGB2ZK78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timex_Logo.png", "description": "American watch maker", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1657 {"wikidata_id": "Q1721601", "display_name": "Kaiser Permanente", "legal_name": null, "aliases": ["Kaiser", "KP", "Kaiser Permanente Medical Center"], "website": "https://healthy.kaiserpermanente.org", "canonical_domain": "kaiserpermanente.org", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "HZJYWC3G72NF1FLBKF14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KP_logo.svg", "description": "American integrated managed care company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1658 {"wikidata_id": "Q1783801", "display_name": "Sony Pictures Imageworks", "legal_name": null, "aliases": ["Sony Pictures Imageworks Inc."], "website": "https://www.imageworks.com", "canonical_domain": "imageworks.com", "country": "US", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": ["visual effects"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Pictures_Imageworks_logo.svg", "description": "Visual effects and animation studio", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1659 {"wikidata_id": "Q1881344", "display_name": "MD Helicopters", "legal_name": null, "aliases": ["MD Helicopters Inc", "Inc."], "website": "https://www.mdhelicopters.com", "canonical_domain": "mdhelicopters.com", "country": "US", "hq_city": "Mesa", "hq_region": "Maricopa County", "lat": 33.415, "lon": -111.83139, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MD_Helicopters_wordmark.svg", "description": "aerospace manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1660 {"wikidata_id": "Q1915120", "display_name": "Ronald McDonald House Charities", "legal_name": null, "aliases": [], "website": "https://www.rmhc.org", "canonical_domain": "rmhc.org", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charitable organisation related to McDonalds", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1661 {"wikidata_id": "Q2061730", "display_name": "RSA", "legal_name": null, "aliases": ["RSA Security LLC", "RSA Security", "Inc.", "a Dell Technologies business"], "website": "https://www.rsa.com", "canonical_domain": "rsa.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "DDXF51QWGHQV97O29E54", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RSA_Security_logo2.svg", "description": "American computer and network security company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1662 {"wikidata_id": "Q21017093", "display_name": "Juul", "legal_name": null, "aliases": ["Juul Labs", "JUUL Labs", "Inc."], "website": "https://www.juul.com", "canonical_domain": "juul.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q445007", "name": "Altria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Juul_logo.svg", "description": "American electronic cigarette manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1663 {"wikidata_id": "Q21079", "display_name": "Bitly", "legal_name": null, "aliases": ["Inc."], "website": "https://bitly.com", "canonical_domain": "bitly.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bit.ly_Logo.svg", "description": "link management platform", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1664 {"wikidata_id": "Q2117925", "display_name": "Sumerian Records", "legal_name": null, "aliases": [], "website": "https://www.sumerianrecords.com", "canonical_domain": "sumerianrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1665 {"wikidata_id": "Q21189808", "display_name": "tinybuild.com", "legal_name": null, "aliases": [], "website": "https://tinybuild.com", "canonical_domain": "tinybuild.com", "country": "US", "hq_city": "Bothell", "hq_region": "Snohomish County", "lat": 47.77167, "lon": -122.20444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent developer and publisher of video games", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1666 {"wikidata_id": "Q2401935", "display_name": "Telesat", "legal_name": null, "aliases": ["Telesat Canada"], "website": "https://www.telesat.com", "canonical_domain": "telesat.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4899 Communications Services, NEC"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "TSAT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1845840", "parent": null, "logo_url": null, "description": "Canadian satellite communications company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1845840", "enriched_at": "2026-09-12T09:34:54+00:00"}}
1667 {"wikidata_id": "Q2410130", "display_name": "The Canadian Press", "legal_name": null, "aliases": ["CP", "Canadian Press", "Presse Canadienne"], "website": "https://www.thecanadianpress.com", "canonical_domain": "thecanadianpress.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian private news agency established in 1917", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1668 {"wikidata_id": "Q264980", "display_name": "Equal Vision Records", "legal_name": null, "aliases": [], "website": "https://www.equalvision.com", "canonical_domain": "equalvision.com", "country": "US", "hq_city": "Albany", "hq_region": "Albany County", "lat": 42.65, "lon": -73.76667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equal_Vision_Records_logo.png", "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1669 {"wikidata_id": "Q2743906", "display_name": "Encyclopædia Britannica Inc.", "legal_name": null, "aliases": ["Britannica", "Encyclopædia Britannica", "Encyclopedia Britannica", "Brittanica", "Encyclopaedia Brittanica", "Encyclopaedia Brittanica Inc.", "Encyclopedia Britannica Inc.", "Encyclopædia Britannica (United States)"], "website": "https://corporate.britannica.com", "canonical_domain": "britannica.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": [], "founded_year": 1768, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "British-American publisher; publisher of Encyclopædia Britannica", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1670 {"wikidata_id": "Q2919406", "display_name": "Singularity University", "legal_name": null, "aliases": ["Singularity Education Group"], "website": "https://www.su.org", "canonical_domain": "su.org", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.4152, "lon": -122.063, "industries": ["education"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singularity-University-LOGO.jpg", "description": "American education company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1671 {"wikidata_id": "Q3110042", "display_name": "Kongregate", "legal_name": null, "aliases": [], "website": "https://www.kongregate.com", "canonical_domain": "kongregate.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet", "gaming"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "gaming website", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1672 {"wikidata_id": "Q3277355", "display_name": "Saban Capital Group", "legal_name": null, "aliases": ["Saban Capital Group LLC", "Saban Films"], "website": "https://www.saban.com", "canonical_domain": "saban.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saban_logo.svg", "description": "American investment firm", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1673 {"wikidata_id": "Q338920", "display_name": "Access Industries", "legal_name": null, "aliases": [], "website": "https://www.accessindustries.com", "canonical_domain": "accessindustries.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management", "telecommunications", "real-estate"], "industry_labels": ["venture capital", "natural resource", "telecommunications industry", "real estate investing"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Access_Industries_-_logo_%28United_States%2C_2023-%29.svg", "description": "American conglomerate holding company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1674 {"wikidata_id": "Q353060", "display_name": "Addison-Wesley", "legal_name": null, "aliases": [], "website": "https://www.informit.com", "canonical_domain": "informit.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media"], "industry_labels": ["book publisher"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Addison_Wesley_Logo.svg", "description": "American publisher of textbooks and computer literature", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1675 {"wikidata_id": "Q531069", "display_name": "Freedom from Religion Foundation", "legal_name": null, "aliases": ["FFRF"], "website": "https://ffrf.org", "canonical_domain": "ffrf.org", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freedom_From_Religion_Foundation_logo.svg", "description": "American organization dedicated to separation of church and state", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1676 {"wikidata_id": "Q576550", "display_name": "Xiph.Org Foundation", "legal_name": null, "aliases": ["Xiphophorus"], "website": "https://xiph.org", "canonical_domain": "xiph.org", "country": "US", "hq_city": "Somerville", "hq_region": "Middlesex County", "lat": 42.3875, "lon": -71.1, "industries": ["software", "manufacturing"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xiph.Org_logo_square.svg", "description": "non-profit organization that develops free media formats and software", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1677 {"wikidata_id": "Q592276", "display_name": "Pro Wrestling Guerrilla", "legal_name": null, "aliases": ["PWG"], "website": "https://www.prowrestlingguerrilla.com", "canonical_domain": "prowrestlingguerrilla.com", "country": "US", "hq_city": "Southern California", "hq_region": "California", "lat": 34.0, "lon": -117.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Professional wrestling promotion", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1678 {"wikidata_id": "Q597534", "display_name": "CompTIA", "legal_name": null, "aliases": ["ABCD", "Association of Better Computer Dealers", "Computing Technology Industry Association"], "website": "https://www.comptia.org", "canonical_domain": "comptia.org", "country": "US", "hq_city": "Downers Grove", "hq_region": "DuPage County", "lat": 41.7947, "lon": -88.0169, "industries": [], "industry_labels": ["business and professional associations, unions"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comptia-logo.svg", "description": "non-profit that issues IT certifications", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1679 {"wikidata_id": "Q622029", "display_name": "Buffalo Airways", "legal_name": null, "aliases": [], "website": "https://www.buffaloairways.com", "canonical_domain": "buffaloairways.com", "country": "CA", "hq_city": "Hay River", "hq_region": "Region 5, Northwest Territories", "lat": 62.46778, "lon": -114.42611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Hay River, Northwest Territories, Canada", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1680 {"wikidata_id": "Q7119727", "display_name": "pmc.com", "legal_name": null, "aliases": ["PMC", "Gold Derby", "Penske Business Media"], "website": "https://pmc.com", "canonical_domain": "pmc.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Penske_Media_Corporation_2014_logo.svg", "description": "American digital media, publishing, and information services company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1681 {"wikidata_id": "Q7156870", "display_name": "Payoneer", "legal_name": null, "aliases": [], "website": "https://www.payoneer.com", "canonical_domain": "payoneer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "PAYO", "exchange": "Nasdaq", "lei": "254900YW5EMDQZCSVF25", "sec_cik": "1845815", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Payoneer_logo.svg", "description": "American financial services company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1845815", "enriched_at": "2026-09-12T09:34:54+00:00"}}
1682 {"wikidata_id": "Q745700", "display_name": "Princess Cruises", "legal_name": null, "aliases": ["Princess Cruise Lines"], "website": "https://www.princess.com", "canonical_domain": "princess.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1044059", "name": "Carnival Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Princess_Cruises_Wordmark.svg", "description": "cruise line", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1683 {"wikidata_id": "Q7562453", "display_name": "Sony Classical", "legal_name": null, "aliases": ["LC 06868", "LC 6868", "Sony Classical Records"], "website": "https://www.sonyclassical.com", "canonical_domain": "sonyclassical.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Classical_logo.svg", "description": "US record label founded 1990", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1684 {"wikidata_id": "Q7629175", "display_name": "Stüssy, Inc.", "legal_name": null, "aliases": ["Stussy", "Stüssy", "Shawn Stussy", "Stussy", "Inc"], "website": "https://www.stussy.com", "canonical_domain": "stussy.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%82%B9%E3%83%86%E3%83%A5%E3%83%BC%E3%82%B7%E3%83%BC.jpg", "description": "American clothing retailer and private company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1685 {"wikidata_id": "Q766744", "display_name": "Music Man", "legal_name": null, "aliases": [], "website": "https://www.music-man.com", "canonical_domain": "music-man.com", "country": "US", "hq_city": "San Luis Obispo", "hq_region": "San Luis Obispo County", "lat": 35.27417, "lon": -120.66306, "industries": ["entertainment", "manufacturing"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American guitar and bass guitar manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1686 {"wikidata_id": "Q919701", "display_name": "G-Unit Records", "legal_name": null, "aliases": ["G Unit"], "website": "https://www.g-unit.com", "canonical_domain": "g-unit.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/G-Unit_logo.png", "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1687 {"wikidata_id": "Q959672", "display_name": "Daybreak Game Company", "legal_name": "Daybreak Game Company", "aliases": ["Daybreak", "SOE", "Station Exchange", "Daybreak Game Company LLC", "Daybreak Games", "Sony Online Entertainment", "Verant Interactive"], "website": "https://www.daybreakgames.com", "canonical_domain": "daybreakgames.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q104903132", "name": "Enad Global 7"}, "logo_url": null, "description": "American video game developer and publisher", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1688 {"wikidata_id": "Q965845", "display_name": "RE/MAX", "legal_name": null, "aliases": ["Remax", "Re/Max", "RE/MAX International Inc.", "Real Estate Maximums"], "website": "https://www.remax.com", "canonical_domain": "remax.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GN7WEUE9HKXH55", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/REMAX_logo.svg", "description": "real estate brokerage company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1689 {"wikidata_id": "Q1094101", "display_name": "Peet's Coffee", "legal_name": null, "aliases": ["Peet's Coffee & Tea"], "website": "https://www.peets.com", "canonical_domain": "peets.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["food-beverage"], "industry_labels": ["coffee"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peet%27s_Coffee_logo.svg", "description": "American specialty coffee roaster and retailer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1690 {"wikidata_id": "Q1105695", "display_name": "Codelco", "legal_name": null, "aliases": [], "website": "https://www.codelco.com", "canonical_domain": "codelco.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Codelco_logo.svg", "description": "Chilean copper company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1691 {"wikidata_id": "Q115273234", "display_name": "Feastables", "legal_name": null, "aliases": [], "website": "https://feastables.com", "canonical_domain": "feastables.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Feastables_Logo_06.2022.svg", "description": "American brand", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1692 {"wikidata_id": "Q1197301", "display_name": "Access Systems Americas", "legal_name": null, "aliases": [], "website": "https://www.palmsource.com", "canonical_domain": "palmsource.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["software", "technology"], "industry_labels": ["software industry", "computer hardware industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q338906", "name": "Access"}, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1693 {"wikidata_id": "Q120711", "display_name": "Agrosuper", "legal_name": null, "aliases": [], "website": "https://www.agrosuper.cl", "canonical_domain": "agrosuper.cl", "country": "CL", "hq_city": "Rancagua", "hq_region": "Rancagua", "lat": -34.16539, "lon": -70.73981, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean food company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1694 {"wikidata_id": "Q122669", "display_name": "Vertigo", "legal_name": "DC Vertigo", "aliases": ["Vertigo Comics"], "website": "https://www.dccomics.com", "canonical_domain": "dccomics.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2924461", "name": "DC Comics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DC_Vertigo_2024.svg", "description": "imprint of comic-book publisher DC Comics", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1695 {"wikidata_id": "Q1261235", "display_name": "Drum Workshop", "legal_name": null, "aliases": [], "website": "https://www.dwdrums.com", "canonical_domain": "dwdrums.com", "country": "US", "hq_city": "Oxnard", "hq_region": "Ventura County", "lat": 34.19139, "lon": -119.1825, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Drum_worksh_logo.png", "description": "American musical instrument company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1696 {"wikidata_id": "Q131835", "display_name": "Schecter Guitar Research", "legal_name": null, "aliases": ["Schecter", "Schecter Guitars"], "website": "https://www.schecterguitars.com", "canonical_domain": "schecterguitars.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schecter_Guitar_Research_logo.svg", "description": "US guitar, bass and amplifier manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1697 {"wikidata_id": "Q1407305", "display_name": "Coors Brewing Company", "legal_name": null, "aliases": ["Coors"], "website": "https://www.coors.com", "canonical_domain": "coors.com", "country": "US", "hq_city": "Golden", "hq_region": "Jefferson County", "lat": 39.74694, "lon": -105.21083, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005LW1NGO09OM381", "sec_cik": null, "parent": {"wikidata_id": "Q3319685", "name": "Molson Coors Brewing Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coors_logo.svg", "description": "regional division of the Molson Coors Brewing Company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1698 {"wikidata_id": "Q1422386", "display_name": "K-Swiss", "legal_name": null, "aliases": ["K Swiss", "K-Swiss Inc", "Inc.", "蓋世威"], "website": "https://www.kswiss.com", "canonical_domain": "kswiss.com", "country": "US", "hq_city": "Westlake Village", "hq_region": "Los Angeles County", "lat": 34.14194, "lon": -118.81944, "industries": ["apparel"], "industry_labels": ["sportswear"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LRPSOGQZEXFJ78", "sec_cik": null, "parent": {"wikidata_id": "Q4021859", "name": "Xtep"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K-Swiss_logo_%282015%29.svg", "description": "American footwear company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1699 {"wikidata_id": "Q1503216", "display_name": "Geological Society of America", "legal_name": null, "aliases": ["GSA", "The Geological Society of America"], "website": "https://www.geosociety.org", "canonical_domain": "geosociety.org", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "nonprofit organization for the advancement of geoscience", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1700 {"wikidata_id": "Q1535858", "display_name": "The Hoover Company", "legal_name": null, "aliases": ["Hoover", "Hoover Company"], "website": "https://hoover.com", "canonical_domain": "hoover.com", "country": "US", "hq_city": "North Canton", "hq_region": "Stark County", "lat": 40.875, "lon": -81.40111, "industries": [], "industry_labels": [], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2399612", "name": "Techtronic Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hoover-Logo.svg", "description": "American vacuum cleaner company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1701 {"wikidata_id": "Q1567078", "display_name": "Hachette Book Group", "legal_name": null, "aliases": ["HBG", "Hachette Book Group USA"], "website": "https://www.hachettebookgroup.com", "canonical_domain": "hachettebookgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1837, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q349566", "name": "Hachette"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hachette_Books_logo.svg", "description": "publishing company owned by Hachette Livre", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1702 {"wikidata_id": "Q18156798", "display_name": "Astra", "legal_name": null, "aliases": ["Astra Space", "Inc.", "Ventions"], "website": "https://astra.com", "canonical_domain": "astra.com", "country": "US", "hq_city": "Alameda", "hq_region": "Alameda County", "lat": 37.76389, "lon": -122.25694, "industries": ["aerospace-defense"], "industry_labels": ["space industry", "SIC 4700 Transportation Services"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1814329", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astra_Space_logo.svg", "description": "American aerospace company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1814329", "enriched_at": "2026-09-12T09:34:55+00:00"}}
1703 {"wikidata_id": "Q1849138", "display_name": "Nonesuch Records", "legal_name": null, "aliases": ["LC 00286", "LC 0286", "Nonesuch"], "website": "https://www.nonesuch.com", "canonical_domain": "nonesuch.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label, owned by Warner Music Group, and based in New York City", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1704 {"wikidata_id": "Q1878585", "display_name": "Lycoming", "legal_name": null, "aliases": ["Avco Lycoming", "Demorest Fashion and Sewing-Machine Company", "Demorest Manufacturing Company", "Lycoming Engines", "Lycoming Foundry and Machine Company", "Textron Lycoming"], "website": "https://www.lycoming.com", "canonical_domain": "lycoming.com", "country": "US", "hq_city": "Williamsport", "hq_region": "Lycoming County", "lat": 41.2444, "lon": -77.0186, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1845, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2140315", "name": "Textron"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lycoming_Engines_%28USA%29.png", "description": "aircraft engine manufacturer from America", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1705 {"wikidata_id": "Q189606", "display_name": "Zenith Electronics", "legal_name": null, "aliases": ["Zenith Electronics Corporation", "Zenith Radio Company", "Zenith Radio Corporation"], "website": "https://zenith.com", "canonical_domain": "zenith.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136778", "name": "LG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zenith_Electronics_Corporation_logo.svg", "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1706 {"wikidata_id": "Q1956256", "display_name": "Hidden Path Entertainment", "legal_name": null, "aliases": ["Hidden Path", "Inc."], "website": "https://www.hiddenpath.com", "canonical_domain": "hiddenpath.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hidden-path.png", "description": "American video game developer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1707 {"wikidata_id": "Q1959710", "display_name": "NAD Electronics", "legal_name": null, "aliases": [], "website": "https://nadelectronics.com", "canonical_domain": "nadelectronics.com", "country": "CA", "hq_city": "Pickering", "hq_region": "Regional Municipality of Durham", "lat": 43.90694, "lon": -79.13083, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NAD_Logo.svg", "description": "British company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1708 {"wikidata_id": "Q2037236", "display_name": "University of Pennsylvania Press", "legal_name": null, "aliases": ["Penn Press"], "website": "https://www.upenn.edu", "canonical_domain": "upenn.edu", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q49117", "name": "University of Pennsylvania"}, "logo_url": null, "description": "books publisher", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1709 {"wikidata_id": "Q2164606", "display_name": "TPG", "legal_name": null, "aliases": ["Texas Pacific Group", "Texas Pacific Group Capital", "TPG Growth", "TPG Inc."], "website": "https://www.tpg.com", "canonical_domain": "tpg.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["asset-management"], "industry_labels": ["capital participation", "asset management company", "SIC 6282 Investment Advice"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "TPG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1880661", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPG_Capital_logo.svg", "description": "American investment company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1880661", "enriched_at": "2026-09-12T09:34:55+00:00"}}
1710 {"wikidata_id": "Q2393414", "display_name": "Empresas Polar", "legal_name": null, "aliases": [], "website": "https://empresaspolar.com", "canonical_domain": "empresaspolar.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Empresas_Polar.png", "description": "Venezuelan food company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1711 {"wikidata_id": "Q24839341", "display_name": "Venmo", "legal_name": null, "aliases": [], "website": "https://venmo.com", "canonical_domain": "venmo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["payments", "internet"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4955939", "name": "Braintree"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Venmo_Logo.svg", "description": "American mobile payment service", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1712 {"wikidata_id": "Q2506390", "display_name": "Petroperú", "legal_name": null, "aliases": ["Petroperu"], "website": "https://www.petroperu.com.pe", "canonical_domain": "petroperu.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_actual_de_Petroper%C3%BA.png", "description": "Peruvian petroleum company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1713 {"wikidata_id": "Q265169", "display_name": "Nitro Records", "legal_name": null, "aliases": [], "website": "https://www.nitrorecords.com", "canonical_domain": "nitrorecords.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1714 {"wikidata_id": "Q2737435", "display_name": "Disney–ABC Domestic Television", "legal_name": null, "aliases": ["ABC Syndication", "Buena Vista Television", "Disney Domestic Television", "Disney–ABC Home Entertainment and Television Distribution"], "website": "https://www.disneyabc.tv", "canonical_domain": "disneyabc.tv", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media", "retail"], "industry_labels": ["broadcast syndication"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3030445", "name": "Disney Platform Distribution"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney%E2%80%93ABC_Home_Entertainment_and_Television_Distribution.svg", "description": "in-home sales and content distribution firm of the Disney–ABC Television Group", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1715 {"wikidata_id": "Q2974437", "display_name": "Citgo", "legal_name": null, "aliases": ["Citgo Petroleum Corporation"], "website": "https://www.citgo.com", "canonical_domain": "citgo.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "YX52P86PXMLYDOTUQ225", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citgo_logo.svg", "description": "oil company and gasoline retailer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1716 {"wikidata_id": "Q2988422", "display_name": "Canada Goose Inc.", "legal_name": null, "aliases": ["Canada Goose", "Canada Goose Holdings Inc."], "website": "https://www.canadagoose.com", "canonical_domain": "canadagoose.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail"], "industry_labels": ["retail", "SIC 2300 Apparel & Other Finishd Prods of Fabrics & Similar Matl"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "GOOS", "exchange": "NYSE", "lei": null, "sec_cik": "1690511", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canada_Goose_logo_label.jpg", "description": "Canadian manufacturer of cold weather apparel", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1690511", "enriched_at": "2026-09-12T09:34:55+00:00"}}
1717 {"wikidata_id": "Q2997531", "display_name": "Cornell University Press", "legal_name": null, "aliases": [], "website": "https://www.cornellpress.cornell.edu", "canonical_domain": "cornell.edu", "country": "US", "hq_city": "Ithaca", "hq_region": "Tompkins County", "lat": 42.44333, "lon": -76.5, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1869, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q49115", "name": "Cornell University"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cornell_University_Press_logo_2019.svg", "description": "American university press", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5171572"}]}
1718 {"wikidata_id": "Q3269655", "display_name": "Hill & Knowlton", "legal_name": null, "aliases": ["Hill and Knowlton", "Hill+Knowlton Strategies"], "website": "https://hillandknowlton.com", "canonical_domain": "hillandknowlton.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["public relations"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1318049", "name": "WPP plc"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hill%2BKnowlton-Logo.svg", "description": "public relations consulting company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1719 {"wikidata_id": "Q382742", "display_name": "Thrustmaster", "legal_name": null, "aliases": [], "website": "https://www.thrustmaster.com", "canonical_domain": "thrustmaster.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thrustmaster-Logo.svg", "description": "hardware manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1720 {"wikidata_id": "Q4040770", "display_name": "Hornady", "legal_name": null, "aliases": [], "website": "https://www.hornady.com", "canonical_domain": "hornady.com", "country": "US", "hq_city": "Grand Island", "hq_region": "Hall County", "lat": 40.92428, "lon": -98.33869, "industries": ["defense"], "industry_labels": ["ammunition"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IGLJ3XI69DTW38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hornady_Logo_Ranger_PPK_-Interarms.png", "description": "American ammunition manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1721 {"wikidata_id": "Q4050859", "display_name": "TerraPower", "legal_name": null, "aliases": ["Terra Power", "LLC"], "website": "https://www.terrapower.com", "canonical_domain": "terrapower.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TerraPower_Logo.png", "description": "nuclear reactor design company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1722 {"wikidata_id": "Q4549939", "display_name": "General Atomics Aeronautical Systems", "legal_name": null, "aliases": ["GA-ASI"], "website": "https://www.ga-asi.com", "canonical_domain": "ga-asi.com", "country": "US", "hq_city": "Poway", "hq_region": "San Diego County", "lat": 32.96278, "lon": -117.03583, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1501547", "name": "General Atomics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Atomics_Aeronautical_Systems_logo.svg", "description": "General Atomics company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1723 {"wikidata_id": "Q46617715", "display_name": "Private Division", "legal_name": null, "aliases": [], "website": "https://www.privatedivision.com", "canonical_domain": "privatedivision.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Private_Division_Logo.svg", "description": "American video game publisher", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1724 {"wikidata_id": "Q46996011", "display_name": "ESPN+", "legal_name": null, "aliases": ["ESPN Plus"], "website": "https://plus.espn.com", "canonical_domain": "espn.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["streaming media"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17085515", "name": "ESPN, LLC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ESPN_Plus.svg", "description": "on-demand sports streaming service", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q17085515"}]}
1725 {"wikidata_id": "Q508154", "display_name": "Valiant Comics", "legal_name": null, "aliases": [], "website": "https://valiantuniverse.com", "canonical_domain": "valiantuniverse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["comics industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q339228", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valiant_Comics_logo_%28April_2012%29.svg", "description": "American comic publisher", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1726 {"wikidata_id": "Q568367", "display_name": "Studio One", "legal_name": null, "aliases": [], "website": "https://www.studio1heartbeat.com", "canonical_domain": "studio1heartbeat.com", "country": "JM", "hq_city": "Jamaica", "hq_region": null, "lat": 18.18, "lon": -77.4, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1727 {"wikidata_id": "Q5886240", "display_name": "Grupo Imagen", "legal_name": null, "aliases": ["Grupo Imagen Multimedia"], "website": "https://imagen.com.mx", "canonical_domain": "imagen.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican media conglomerate", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1728 {"wikidata_id": "Q636192", "display_name": "businesswire.com", "legal_name": null, "aliases": [], "website": "https://www.businesswire.com", "canonical_domain": "businesswire.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BusinessWire_Logo.svg", "description": "American press release company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1729 {"wikidata_id": "Q648015", "display_name": "Center for Inquiry", "legal_name": null, "aliases": ["CFI"], "website": "https://centerforinquiry.org", "canonical_domain": "centerforinquiry.org", "country": "US", "hq_city": "Amherst", "hq_region": "Erie County", "lat": 42.99797, "lon": -78.80048, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Center_for_Inquiry_logo.png", "description": "American nonprofit organization", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1730 {"wikidata_id": "Q654030", "display_name": "All Media Network", "legal_name": null, "aliases": ["All Media Guide"], "website": "https://www.allmedianetwork.com", "canonical_domain": "allmedianetwork.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q917002", "name": "TiVo Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/All_Media_Network_Logo.jpeg", "description": "American company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1731 {"wikidata_id": "Q667886", "display_name": "ABC-CLIO", "legal_name": null, "aliases": [], "website": "https://www.abc-clio.com", "canonical_domain": "abc-clio.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["media"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1732 {"wikidata_id": "Q669127", "display_name": "Vagrant Records", "legal_name": null, "aliases": [], "website": "https://www.vagrant.com", "canonical_domain": "vagrant.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vagrant_Logo.svg", "description": "US record label", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1733 {"wikidata_id": "Q679551", "display_name": "Mosley Music Group", "legal_name": null, "aliases": [], "website": "https://mosleymusicgroup.com", "canonical_domain": "mosleymusicgroup.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Mosley_Music_Group.jpg", "description": "Record label", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1734 {"wikidata_id": "Q702385", "display_name": "Revell", "legal_name": null, "aliases": ["Revell Inc."], "website": "https://www.revell.de", "canonical_domain": "revell.de", "country": "US", "hq_city": "Elk Grove Village", "hq_region": "DuPage County", "lat": 42.0031, "lon": -87.9964, "industries": ["manufacturing"], "industry_labels": ["game industry"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Revell_company_logo.png", "description": "scale model kits manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1735 {"wikidata_id": "Q724530", "display_name": "Sharpie", "legal_name": null, "aliases": [], "website": "https://sharpie.com", "canonical_domain": "sharpie.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["consumer-goods"], "industry_labels": ["stationery"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sharpie_markers_logo.svg", "description": "American manufacturer of writing instruments", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1736 {"wikidata_id": "Q757601", "display_name": "Atomic Energy of Canada Limited", "legal_name": "L'Energie atomique du Canada limitée", "aliases": [], "website": "https://www.aecl.ca", "canonical_domain": "aecl.ca", "country": "CA", "hq_city": "Chalk River", "hq_region": "Laurentian Hills", "lat": 46.0167, "lon": -77.45, "industries": ["energy"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1737 {"wikidata_id": "Q7663600", "display_name": "System76", "legal_name": null, "aliases": ["S76", "System 76", "System 76 Inc."], "website": "https://www.system76.com", "canonical_domain": "system76.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/System76-logo_primary_white.svg", "description": "American computer vendor", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1738 {"wikidata_id": "Q769354", "display_name": "Red Storm Entertainment", "legal_name": null, "aliases": ["Ubisoft Cary", "Ubisoft Red Storm", "Ubisoft Red Storm Entertainment"], "website": "https://redstorm.com", "canonical_domain": "redstorm.com", "country": "US", "hq_city": "Cary", "hq_region": "Wake County", "lat": 35.77889, "lon": -78.80028, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "American video game developer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1739 {"wikidata_id": "Q771515", "display_name": "Colt Studio Group", "legal_name": null, "aliases": [], "website": "https://www.coltstudiogroup.com", "canonical_domain": "coltstudiogroup.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": ["pornography industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coltlogo.png", "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1740 {"wikidata_id": "Q7856068", "display_name": "Turnitin", "legal_name": null, "aliases": ["iParadigms", "LLC"], "website": "https://www.turnitin.com", "canonical_domain": "turnitin.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turnitin_logo_%282021%29.svg", "description": "Internet-based plagiarism-prevention service", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1741 {"wikidata_id": "Q815669", "display_name": "Bell & Howell", "legal_name": null, "aliases": ["Bell and Howell", "Bell and Howell Company"], "website": "https://bellhowell.net", "canonical_domain": "bellhowell.net", "country": "US", "hq_city": "Wheeling", "hq_region": "Cook County", "lat": 42.1314, "lon": -87.9297, "industries": ["entertainment"], "industry_labels": ["film equipment industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_%26_Howell_logo_2010s.svg", "description": "services company and former manufacturer of film machinery", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1742 {"wikidata_id": "Q944414", "display_name": "McCain Foods", "legal_name": null, "aliases": ["McCain Foods Limited"], "website": "https://www.mccain.com", "canonical_domain": "mccain.com", "country": "CA", "hq_city": "Florenceville-Bristol", "hq_region": "Carleton North", "lat": 46.44347, "lon": -67.61522, "industries": ["food-beverage"], "industry_labels": ["frozen food"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McCain-Logo.svg", "description": "Canadian multi-national privately owned company that was established in 1957", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1743 {"wikidata_id": "Q984913", "display_name": "iFixit", "legal_name": null, "aliases": [], "website": "https://www.ifixit.com", "canonical_domain": "ifixit.com", "country": "US", "hq_city": "San Luis Obispo", "hq_region": "San Luis Obispo County", "lat": 35.27417, "lon": -120.66306, "industries": ["technology"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IFixit_logo.svg", "description": "American company aiming to ease repairing of consumer electronics", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1744 {"wikidata_id": "Q994175", "display_name": "Brunswick Records", "legal_name": "Brunswick", "aliases": ["LC 00136", "LC 0136"], "website": "https://www.brunswickrecords.com", "canonical_domain": "brunswickrecords.com", "country": "US", "hq_city": "Mettawa", "hq_region": "IL", "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["SIC 3510 Engines & Turbines"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "BC", "exchange": "NYSE", "lei": null, "sec_cik": "14930", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/I_Wish_I_Could_Shimmy_Like_My_Sister_Kate_label_%28Brunswick_Record_2338-A%29.jpg", "description": "US record label", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "14930", "enriched_at": "2026-09-12T09:34:55+00:00"}}
1745 {"wikidata_id": "Q2080159", "display_name": "ACE Team", "legal_name": null, "aliases": [], "website": "https://www.aceteam.cl", "canonical_domain": "aceteam.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Сhilean video game developer", "sitelinks": 10, "importance": 0.2892, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1746 {"wikidata_id": "Q1062574", "display_name": "Chaosium", "legal_name": null, "aliases": ["Chaosium Inc.", "The Chaosium", "Wyrds Pubs", "Wyvern Woodworks"], "website": "https://www.chaosium.com", "canonical_domain": "chaosium.com", "country": "US", "hq_city": "Albany", "hq_region": "Alameda County", "lat": 37.88694, "lon": -122.29778, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "game publisher", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1747 {"wikidata_id": "Q1186055", "display_name": "Sunkist Growers", "legal_name": null, "aliases": [], "website": "https://www.sunkist.com", "canonical_domain": "sunkist.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunkist_Growers_logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1748 {"wikidata_id": "Q1200706", "display_name": "Immediate Music", "legal_name": null, "aliases": [], "website": "https://www.immediatemusic.com", "canonical_domain": "immediatemusic.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Immediatemusic_logo.jpg", "description": "American trailer music company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1749 {"wikidata_id": "Q1274252", "display_name": "EC Comics", "legal_name": "Entertaining Comics", "aliases": ["E-C Comics", "E.C. Comics", "E.C. Publications", "Inc.", "Educational Comics"], "website": "https://eccomics.com", "canonical_domain": "eccomics.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["comics industry", "publishing"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2924461", "name": "DC Comics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eclogo.jpeg", "description": "American comic book company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1750 {"wikidata_id": "Q1346872", "display_name": "Savage Arms", "legal_name": null, "aliases": [], "website": "https://savagearms.com", "canonical_domain": "savagearms.com", "country": "US", "hq_city": "Westfield", "hq_region": "Hampden County", "lat": 42.12509, "lon": -72.74954, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7615457"}]}
1751 {"wikidata_id": "Q1380797", "display_name": "TaylorMade Golf Company", "legal_name": null, "aliases": ["TaylorMade", "TaylorMade-Adidas"], "website": "https://www.taylormadegolf.com", "canonical_domain": "taylormadegolf.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["hospitality", "industrial-machinery"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TaylorMade.svg", "description": "golf equipment manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1752 {"wikidata_id": "Q1403492", "display_name": "Remo", "legal_name": null, "aliases": ["Remo Inc", "Remo Inc."], "website": "https://www.remo.com", "canonical_domain": "remo.com", "country": "US", "hq_city": "Santa Clarita", "hq_region": "Los Angeles County", "lat": 34.39166, "lon": -118.54259, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Remo_logo.png", "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1753 {"wikidata_id": "Q1478657", "display_name": "Fábrica Argentina de Aviones", "legal_name": null, "aliases": ["Fabrica Argentina de Aviones", "FAdeA"], "website": "https://www.fadeasa.com.ar", "canonical_domain": "fadeasa.com.ar", "country": "AR", "hq_city": "Córdoba", "hq_region": "Capital Department", "lat": -31.41667, "lon": -64.18333, "industries": ["aerospace-defense", "construction"], "industry_labels": ["aerospace industry", "aircraft construction"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAdeA_logo.svg", "description": "aircraft manufacturer in Argentina", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1754 {"wikidata_id": "Q14848230", "display_name": "WWE Performance Center", "legal_name": null, "aliases": ["WWEPC"], "website": "https://www.wweperformancecenter.com", "canonical_domain": "wweperformancecenter.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35339", "name": "WWE"}, "logo_url": null, "description": "professional wrestling school of WWE", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1755 {"wikidata_id": "Q15116528", "display_name": "Mad Decent", "legal_name": null, "aliases": [], "website": "https://www.maddecent.com", "canonical_domain": "maddecent.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mad_Decent_Logo_2018.svg", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1756 {"wikidata_id": "Q1536234", "display_name": "Gold's Gym", "legal_name": null, "aliases": ["Gold's Gym International", "Inc."], "website": "https://www.goldsgym.com", "canonical_domain": "goldsgym.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["healthcare"], "industry_labels": ["fitness industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gold%27s_Gym_Weight_Plate_Logo_Primary_150x150.png", "description": "US international fitness center chain", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1757 {"wikidata_id": "Q1584922", "display_name": "Skadden, Arps, Slate, Meagher & Flom", "legal_name": null, "aliases": ["Skadden", "Skadden Arps"], "website": "https://www.skadden.com", "canonical_domain": "skadden.com", "country": "US", "hq_city": "1 Manhattan West", "hq_region": "New York City", "lat": 40.75287, "lon": -73.99767, "industries": ["professional-services"], "industry_labels": ["law"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300B3R30FPUQ1BS86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skadden.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1758 {"wikidata_id": "Q16070339", "display_name": "OVO Sound", "legal_name": null, "aliases": ["October's Very Own", "OVO (WMG)"], "website": "https://www.ovosound.com", "canonical_domain": "ovosound.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OVO_Sound.svg", "description": "Canadian record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1759 {"wikidata_id": "Q16957703", "display_name": "Top Dawg Entertainment", "legal_name": "Top Dawg Entertainment", "aliases": ["TDE"], "website": "https://txdxe.com", "canonical_domain": "txdxe.com", "country": "US", "hq_city": "Carson", "hq_region": "Los Angeles County", "lat": 33.83972, "lon": -118.25972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q231694", "name": "Interscope Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Top_Dawg_Ent._logo.webp", "description": "American independent record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1760 {"wikidata_id": "Q1741329", "display_name": "Kill Rock Stars", "legal_name": null, "aliases": ["KRS"], "website": "https://www.killrockstars.com", "canonical_domain": "killrockstars.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1761 {"wikidata_id": "Q1760371", "display_name": "White & Case", "legal_name": null, "aliases": ["WHITE & CASE", "White & Case LLP", "White and Case"], "website": "https://www.whitecase.com", "canonical_domain": "whitecase.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300JPPVTBY6LIG694", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/White_%26_Case_logo.svg", "description": "international law firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1762 {"wikidata_id": "Q178907", "display_name": "Kearney", "legal_name": null, "aliases": ["A.T. Kearney"], "website": "https://www.atkearney.com", "canonical_domain": "atkearney.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["consulting"], "industry_labels": ["management consulting industry"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kearney_Logo.svg", "description": "global management consulting firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1763 {"wikidata_id": "Q1826381", "display_name": "Line 6", "legal_name": null, "aliases": [], "website": "https://line6.com", "canonical_domain": "line6.com", "country": "US", "hq_city": "Calabasas", "hq_region": "Los Angeles County", "lat": 34.13333, "lon": -118.65, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188454", "name": "Yamaha"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Line_6_logo.svg", "description": "US guitar manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1764 {"wikidata_id": "Q19903763", "display_name": "Uproxx", "legal_name": null, "aliases": ["UPROXX"], "website": "https://uproxx.com", "canonical_domain": "uproxx.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uproxx.svg", "description": "American music, entertainment, and popular culture website", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1765 {"wikidata_id": "Q2034661", "display_name": "Vanguard Records", "legal_name": null, "aliases": [], "website": "https://www.vanguardrecords.com", "canonical_domain": "vanguardrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1766 {"wikidata_id": "Q2038654", "display_name": "Lexar", "legal_name": null, "aliases": ["Lexar Media", "Lexar Media", "Inc."], "website": "https://www.lexar.com", "canonical_domain": "lexar.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lexar.svg", "description": "American brand of flash memory products", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1767 {"wikidata_id": "Q2093233", "display_name": "Alligator Records", "legal_name": null, "aliases": [], "website": "https://www.alligator.com", "canonical_domain": "alligator.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1768 {"wikidata_id": "Q2106972", "display_name": "Powell's Books", "legal_name": null, "aliases": ["Powell's City of Books", "Powells Books", "Powells' Books"], "website": "https://www.powells.com", "canonical_domain": "powells.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Powell%27s_City_of_Books_%28logo%29.png", "description": "bookstore selling new and used books", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1769 {"wikidata_id": "Q2273516", "display_name": "Amaru Entertainment", "legal_name": null, "aliases": [], "website": "https://www.tasf.org", "canonical_domain": "tasf.org", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amaru_Entertainment_logo.jpg", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1770 {"wikidata_id": "Q2333358", "display_name": "Metropolis Records", "legal_name": null, "aliases": [], "website": "https://www.metropolis-records.com", "canonical_domain": "metropolis-records.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1771 {"wikidata_id": "Q2550716", "display_name": "Prince Sports", "legal_name": null, "aliases": [], "website": "https://www.princesports.com", "canonical_domain": "princesports.com", "country": "US", "hq_city": "Bordentown City", "hq_region": "Burlington County", "lat": 40.1498, "lon": -74.7076, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Prince_Sports_logo.svg", "description": "Sporting goods manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1772 {"wikidata_id": "Q2562491", "display_name": "Pennzoil", "legal_name": null, "aliases": [], "website": "https://www.pennzoil.com", "canonical_domain": "pennzoil.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pennzoil_textlogo.png", "description": "American oil company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1773 {"wikidata_id": "Q2630615", "display_name": "Keds", "legal_name": null, "aliases": ["Keds Thailand"], "website": "https://www.keds.com", "canonical_domain": "keds.com", "country": "US", "hq_city": "Rockford", "hq_region": "Kent County", "lat": 43.12, "lon": -85.56, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8030548", "name": "Wolverine World Wide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keds.jpeg", "description": "American brand of canvas shoe with rubber sole", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1774 {"wikidata_id": "Q2635539", "display_name": "Gaikai", "legal_name": null, "aliases": [], "website": "https://www.gaikai.com", "canonical_domain": "gaikai.com", "country": "US", "hq_city": "Aliso Viejo", "hq_region": "Orange County", "lat": 33.61619, "lon": -117.74443, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GaikaiLogo.png", "description": "company which provides technology for the streaming of high-end video games", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1775 {"wikidata_id": "Q264137", "display_name": "Caroline Records", "legal_name": null, "aliases": ["Caroline"], "website": "https://www.caroline.com", "canonical_domain": "caroline.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caroline_2019_logo.svg", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1776 {"wikidata_id": "Q2720134", "display_name": "HowStuffWorks", "legal_name": null, "aliases": ["How stuff works", "How Stuff Works", "Howstuffworks", "Inc.", "Stuff Media"], "website": "https://www.howstuffworks.com", "canonical_domain": "howstuffworks.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q477993", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Howstuffworks_logo.svg", "description": "American media company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1777 {"wikidata_id": "Q2737647", "display_name": "Pyra Labs", "legal_name": null, "aliases": [], "website": "https://www.pyra.com", "canonical_domain": "pyra.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1778 {"wikidata_id": "Q2749075", "display_name": "Hootsuite", "legal_name": null, "aliases": ["Hootsuite Media", "Inc."], "website": "https://www.hootsuite.com", "canonical_domain": "hootsuite.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930022LPIMGAKE9852", "sec_cik": "1480387", "parent": null, "logo_url": null, "description": "social media management platform", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1779 {"wikidata_id": "Q28494249", "display_name": "Mason Ewing Corporation", "legal_name": null, "aliases": [], "website": "https://masonewingcorp.com", "canonical_domain": "masonewingcorp.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Mason-Ewing-Corporation-Fond-transparent-2.png", "description": "California-based holding company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1780 {"wikidata_id": "Q288603", "display_name": "NIQ", "legal_name": null, "aliases": ["A C Nielsen", "A. C. Nielsen", "A.C. Nielsen", "A.C. Nielsen Company", "AC Neilsen", "AC Neilson", "AC Nielsen", "AC Nielson"], "website": "https://nielseniq.com", "canonical_domain": "nielseniq.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": ["marketing research"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIQ_logo.svg", "description": "marketing research firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1781 {"wikidata_id": "Q2910457", "display_name": "IFC Films", "legal_name": null, "aliases": [], "website": "https://www.ifcfilms.com", "canonical_domain": "ifcfilms.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4652575", "name": "AMC Global Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IFC_Films_logo.svg", "description": "American film distribution company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1782 {"wikidata_id": "Q2914692", "display_name": "The Jim Henson Company", "legal_name": null, "aliases": [], "website": "https://www.henson.com", "canonical_domain": "henson.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["entertainment"], "industry_labels": ["film industry", "entertainment industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Jim_Henson_Company_logo.svg", "description": "American entertainment company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1783 {"wikidata_id": "Q2977455", "display_name": "Toon Boom Animation", "legal_name": null, "aliases": ["Toon Boom Animation Inc."], "website": "https://www.toonboom.com", "canonical_domain": "toonboom.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1135686", "name": "Corus Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toon_Boom_2022_logo.svg", "description": "Canadian software company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1784 {"wikidata_id": "Q3090536", "display_name": "King of the Cage", "legal_name": null, "aliases": [], "website": "https://kingofthecage.com", "canonical_domain": "kingofthecage.com", "country": "US", "hq_city": "Rancho Cucamonga", "hq_region": "San Bernardino County", "lat": 34.12333, "lon": -117.57944, "industries": [], "industry_labels": ["mixed martial arts"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA promoter based in California", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1785 {"wikidata_id": "Q3109467", "display_name": "In-Q-Tel", "legal_name": null, "aliases": ["IQT"], "website": "https://www.iqt.org", "canonical_domain": "iqt.org", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["defense"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American defense industry venture capital firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1786 {"wikidata_id": "Q3424738", "display_name": "Renaissance Technologies", "legal_name": null, "aliases": ["RenTec"], "website": "https://www.rentec.com", "canonical_domain": "rentec.com", "country": "US", "hq_city": "Setauket-East Setauket", "hq_region": "Suffolk County", "lat": 40.93, "lon": -73.10194, "industries": ["asset-management", "financial-services"], "industry_labels": ["hedge fund", "financial services"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renaissance_Technologies.png", "description": "American hedge fund firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1787 {"wikidata_id": "Q3843364", "display_name": "Magnolia Pictures", "legal_name": null, "aliases": ["Magnet Releasing"], "website": "https://www.magpictures.com", "canonical_domain": "magpictures.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493004JKQYW67GVVH73", "sec_cik": null, "parent": {"wikidata_id": "Q4632862", "name": "2929 Entertainment"}, "logo_url": null, "description": "American film distributor", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1788 {"wikidata_id": "Q429748", "display_name": "TransMilenio", "legal_name": null, "aliases": [], "website": "https://www.transmilenio.gov.co", "canonical_domain": "transmilenio.gov.co", "country": "CO", "hq_city": null, "hq_region": null, "lat": 4.649, "lon": -74.1086, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TransMilenio_S._A._Bogot%C3%A1_logo.svg", "description": "bus rapid transit in Colombia", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1789 {"wikidata_id": "Q465035", "display_name": "American Humanist Association", "legal_name": null, "aliases": ["AHA"], "website": "https://www.americanhumanist.org", "canonical_domain": "americanhumanist.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Official_AHA_logo.jpg", "description": "American nonprofit organization", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1790 {"wikidata_id": "Q4887811", "display_name": "WaterTower Music", "legal_name": null, "aliases": [], "website": "https://www.watertower-music.com", "canonical_domain": "watertower-music.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126399", "name": "Warner Bros. Entertainment"}, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1791 {"wikidata_id": "Q498397", "display_name": "Veritas Software", "legal_name": null, "aliases": ["Veritas", "Veritas Software Corporation", "Veritas Technologies", "Veritas Technologies LLC"], "website": "https://www.veritas.com", "canonical_domain": "veritas.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Veritas_Logo_neu.svg", "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1792 {"wikidata_id": "Q5282441", "display_name": "Disney D23", "legal_name": null, "aliases": ["D23", "D23 Expo", "D23: The Official Disney Fan Club"], "website": "https://d23.com", "canonical_domain": "d23.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["The Walt Disney Company", "entertainment"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_D23_logo_2023.svg", "description": "The Walt Disney Company's official fan club", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1793 {"wikidata_id": "Q55633750", "display_name": "Cash App", "legal_name": null, "aliases": ["Cash app", "INC", "Cashapp", "Square Cash"], "website": "https://cash.app", "canonical_domain": "cash.app", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["payments"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Square_Cash_app_logo.svg", "description": "mobile payment service", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1794 {"wikidata_id": "Q591457", "display_name": "Electro-Harmonix", "legal_name": null, "aliases": ["EHX", "Electro Harmonix", "Electro-Harmonix Deluxe Memory Man", "Electro-Harmonix Electric Mistress", "Electro-Harmonix Holy Grail", "Electro-Harmonix LPB-1", "Electro-Harmonix POG", "Electro-Harmonix Small Clone"], "website": "https://www.ehx.com", "canonical_domain": "ehx.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Guitar pedals company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1795 {"wikidata_id": "Q612938", "display_name": "Harlequin Enterprises", "legal_name": null, "aliases": ["Harlequin", "Harlequin Books"], "website": "https://www.harlequin.fr", "canonical_domain": "harlequin.fr", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95149", "name": "HarperCollins"}, "logo_url": null, "description": "Canadian book publisher of series romance and women's fiction", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1796 {"wikidata_id": "Q632324", "display_name": "White Pass and Yukon Route", "legal_name": null, "aliases": ["WPY", "WP&Y", "WP&YR"], "website": "https://wpyr.com", "canonical_domain": "wpyr.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway line", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1797 {"wikidata_id": "Q6380402", "display_name": "kayak.com", "legal_name": null, "aliases": ["Kayak"], "website": "https://www.kayak.com.ar", "canonical_domain": "kayak.com.ar", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["internet"], "industry_labels": ["search engine"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18674747", "name": "Booking Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KAYAK_Software_Corporation_logo.svg", "description": "fare aggregator and travel metasearch engine", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1798 {"wikidata_id": "Q655493", "display_name": "Petroglyph Games", "legal_name": null, "aliases": ["Petroglpyh Games"], "website": "https://petroglyphgames.com", "canonical_domain": "petroglyphgames.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game publisher and video game developer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1799 {"wikidata_id": "Q668735", "display_name": "Big Fish Games", "legal_name": null, "aliases": ["Inc."], "website": "https://bigfishgames.com", "canonical_domain": "bigfishgames.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300S1SBJHAT7GMI52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Fish_Games_logo.svg", "description": "casual gaming company based in Seattle", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1800 {"wikidata_id": "Q674582", "display_name": "PNY Technologies", "legal_name": null, "aliases": ["PNY"], "website": "https://www.pny.com", "canonical_domain": "pny.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PNY_Technologies_logo.svg", "description": "American electronics company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1801 {"wikidata_id": "Q680061", "display_name": "Konvict Muzik", "legal_name": null, "aliases": [], "website": "https://www.konvictmuzikgroup.com", "canonical_domain": "konvictmuzikgroup.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1802 {"wikidata_id": "Q7537603", "display_name": "Skybound Entertainment", "legal_name": null, "aliases": [], "website": "https://www.skybound.com", "canonical_domain": "skybound.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["comics industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q913301", "name": "Image Comics"}, "logo_url": null, "description": "American multi-platform entertainment company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1803 {"wikidata_id": "Q765087", "display_name": "Fruit of the Loom", "legal_name": null, "aliases": [], "website": "https://www.fruit.com", "canonical_domain": "fruit.com", "country": "US", "hq_city": "Bowling Green", "hq_region": "Warren County", "lat": 36.98167, "lon": -86.44444, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fruit_of_the_Loom_logo.svg", "description": "American textile company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1804 {"wikidata_id": "Q780437", "display_name": "Phoenix Technologies", "legal_name": null, "aliases": [], "website": "https://phoenixtech.com", "canonical_domain": "phoenixtech.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phoenix_Technologies_logo.svg", "description": "American software company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1805 {"wikidata_id": "Q7896496", "display_name": "University of Toronto Press", "legal_name": null, "aliases": ["UTP"], "website": "https://utorontopress.com", "canonical_domain": "utorontopress.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q180865", "name": "University of Toronto"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UofT_Press_logo.webp", "description": "Canadian scholarly publisher and book distributer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1806 {"wikidata_id": "Q793430", "display_name": "Bergdorf Goodman", "legal_name": null, "aliases": [], "website": "https://www.bergdorfgoodman.com", "canonical_domain": "bergdorfgoodman.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bergdorf_Goodman_Logo.svg", "description": "department store in New York City, New York, United States", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1807 {"wikidata_id": "Q796309", "display_name": "BMC Software", "legal_name": null, "aliases": ["BMC", "BMC Software Inc."], "website": "https://www.bmc.com", "canonical_domain": "bmc.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BMC_Software_logo_%282014%29.svg", "description": "software development company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1808 {"wikidata_id": "Q84065", "display_name": "International Motor Sports Association", "legal_name": null, "aliases": ["IMSA"], "website": "https://www.imsa.com", "canonical_domain": "imsa.com", "country": "US", "hq_city": "Daytona Beach", "hq_region": "Volusia County", "lat": 29.21083, "lon": -81.02278, "industries": ["automotive"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/International_Motor_Sports_Association_logo_%282014-present%29.svg", "description": "North American auto racing sanctioning body", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1809 {"wikidata_id": "Q844073", "display_name": "Yuengling", "legal_name": null, "aliases": ["D. G. Yuengling & Son", "Eagle Brewery", "Yuengling Brewery"], "website": "https://www.yuengling.com", "canonical_domain": "yuengling.com", "country": "US", "hq_city": "Pottsville", "hq_region": "Schuylkill County", "lat": 40.685, "lon": -76.2028, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1829, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "the oldest operating brewing company in the United States", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1810 {"wikidata_id": "Q86853", "display_name": "Linden Lab", "legal_name": null, "aliases": ["Linden Research", "Inc."], "website": "https://www.lindenlab.com", "canonical_domain": "lindenlab.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["technology company"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Linden_Lab_logo.svg", "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1811 {"wikidata_id": "Q921556", "display_name": "Blur Studio", "legal_name": null, "aliases": [], "website": "https://www.blur.com", "canonical_domain": "blur.com", "country": "US", "hq_city": "Venice", "hq_region": "Los Angeles", "lat": 33.99083, "lon": -118.45917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American visual effects, animation and design company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1812 {"wikidata_id": "Q942820", "display_name": "Hopeless Records", "legal_name": null, "aliases": [], "website": "https://www.hopelessrecords.com", "canonical_domain": "hopelessrecords.com", "country": "US", "hq_city": "Van Nuys", "hq_region": "Los Angeles", "lat": 34.1833, "lon": -118.4333, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hr-logo-color.png", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1813 {"wikidata_id": "Q1039380", "display_name": "New York Life Insurance Company", "legal_name": null, "aliases": ["New York Life Insurance Co."], "website": "https://newyorklife.com", "canonical_domain": "newyorklife.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance", "life insurance"], "founded_year": 1845, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "TAE73CY392TBWJ3O3305", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_York_Life_Insurance_Company_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1814 {"wikidata_id": "Q107661386", "display_name": "Framework Computer Inc", "legal_name": "Framework Computer Inc", "aliases": [], "website": "https://frame.work", "canonical_domain": "frame.work", "country": "US", "hq_city": "Burlingame", "hq_region": "San Mateo County", "lat": 37.58333, "lon": -122.36361, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Framework_Computer_logo.svg", "description": "American computer company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1815 {"wikidata_id": "Q108187217", "display_name": "Scuderia Cameron Glickenhaus", "legal_name": null, "aliases": ["Glickenhaus", "SCG"], "website": "https://glickenhausracing.com", "canonical_domain": "glickenhausracing.com", "country": "US", "hq_city": "Sleepy Hollow", "hq_region": "Mount Pleasant", "lat": 41.09194, "lon": -73.86444, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "car manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1816 {"wikidata_id": "Q1098120", "display_name": "High Moon Studios", "legal_name": null, "aliases": [], "website": "https://www.highmoonstudios.com", "canonical_domain": "highmoonstudios.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": null, "description": "American video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1817 {"wikidata_id": "Q1121227", "display_name": "Companhia Paulista de Trens Metropolitanos", "legal_name": null, "aliases": ["CPTM", "São Paulo Metropolitan Train Company"], "website": "https://www.cptm.sp.gov.br", "canonical_domain": "cptm.sp.gov.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPTM_%28Logo%29.svg", "description": "Brazilian rail transport operator", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1818 {"wikidata_id": "Q1138480", "display_name": "UGG", "legal_name": null, "aliases": ["UGG Australia"], "website": "https://www.ugg.com", "canonical_domain": "ugg.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1181953", "name": "Deckers Outdoor Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UGG_Australia_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1819 {"wikidata_id": "Q1142753", "display_name": "Grupo Elektra", "legal_name": null, "aliases": ["S.A.B. de C.V.", "SAB de CV"], "website": "https://www.elektra.com.mx", "canonical_domain": "elektra.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Elektra_logo.svg", "description": "Mexican department store conglomerate, owned by Grupo Salinas", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1820 {"wikidata_id": "Q1154482", "display_name": "DLA Piper", "legal_name": null, "aliases": ["DLA Piper US LLP"], "website": "https://www.dlapiper.com", "canonical_domain": "dlapiper.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DLA_Piper_%E3%81%AE%E3%83%AD%E3%82%B4.jpg", "description": "multinational law firm", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1821 {"wikidata_id": "Q1159473", "display_name": "Danelectro", "legal_name": null, "aliases": [], "website": "https://www.danelectro.com", "canonical_domain": "danelectro.com", "country": "US", "hq_city": "Camarillo", "hq_region": "Ventura County", "lat": 34.22556, "lon": -119.03222, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Danelectro_red_logo.png", "description": "US company; brand of musical instruments", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1822 {"wikidata_id": "Q1208279", "display_name": "Petro-Canada", "legal_name": null, "aliases": [], "website": "https://www.petro-canada.ca", "canonical_domain": "petro-canada.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1516410", "name": "Suncor Energy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petro-Canada_logo.svg", "description": "Canadian fuel company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1823 {"wikidata_id": "Q1272840", "display_name": "D'Addario", "legal_name": null, "aliases": [], "website": "https://www.daddario.com", "canonical_domain": "daddario.com", "country": "US", "hq_city": "Farmingdale", "hq_region": "Oyster Bay", "lat": 40.7333, "lon": -73.445, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daddario_logo.svg", "description": "American company/maker of musical instrument strings and accessories", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1824 {"wikidata_id": "Q1273958", "display_name": "EBSCO Information Services", "legal_name": null, "aliases": ["EBSCO"], "website": "https://www.ebsco.com", "canonical_domain": "ebsco.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["media"], "industry_labels": ["information services"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EBSCO_logo.svg", "description": "library resource company in the academic, medical, K–12, public library, law, corporate, and government markets", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1825 {"wikidata_id": "Q13635788", "display_name": "Hennessey Performance Engineering", "legal_name": null, "aliases": ["HPE"], "website": "https://www.hennesseyperformance.com", "canonical_domain": "hennesseyperformance.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hennessey_logo.png", "description": "American automobile manufacturer and modifier", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1826 {"wikidata_id": "Q1440184", "display_name": "Fox Racing", "legal_name": null, "aliases": ["Fox Head", "Inc.", "Fox Racing.com"], "website": "https://www.foxracing.com", "canonical_domain": "foxracing.com", "country": "US", "hq_city": "Morgan Hill", "hq_region": "Santa Clara County", "lat": 37.13056, "lon": -121.65444, "industries": ["automotive", "apparel"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IBDNWPVYK0FA97", "sec_cik": null, "parent": {"wikidata_id": "Q21072695", "name": "Vista Outdoor"}, "logo_url": null, "description": "American action sports and clothing brand", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1827 {"wikidata_id": "Q17019647", "display_name": "Grubhub", "legal_name": "Grubhub Holdings Inc.", "aliases": [], "website": "https://www.grubhub.com", "canonical_domain": "grubhub.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["logistics", "internet"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900CR2K1AJ5W4RR39", "sec_cik": "1594109", "parent": {"wikidata_id": "Q1359435", "name": "Just Eat Takeaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GrubHub_Logo_2016.svg", "description": "on-demand restaurant food delivery service", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1594109", "enriched_at": "2026-09-12T09:34:56+00:00"}}
1828 {"wikidata_id": "Q1753057", "display_name": "Tuff Gong", "legal_name": null, "aliases": [], "website": "https://www.tuffgong.com", "canonical_domain": "tuffgong.com", "country": "JM", "hq_city": "Jamaica", "hq_region": null, "lat": 18.18, "lon": -77.4, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bob Marley family record label and studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1829 {"wikidata_id": "Q1757254", "display_name": "OKeh Records", "legal_name": "Okeh", "aliases": ["LC 00288", "LC 0288", "OkeH", "Okeh Records Inc."], "website": "https://www.okeh-records.com", "canonical_domain": "okeh-records.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okehlogo.jpg", "description": "American record label; imprint of Otto Heineman Phonograph Supply Company, Inc.", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1830 {"wikidata_id": "Q1758109", "display_name": "Saddle Creek Records", "legal_name": null, "aliases": [], "website": "https://www.saddle-creek.com", "canonical_domain": "saddle-creek.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saddle_Creek_Records_logo.png", "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1831 {"wikidata_id": "Q1779040", "display_name": "McCann", "legal_name": null, "aliases": ["McCann Erickson", "McCann Worldgroup"], "website": "https://www.mccann.com", "canonical_domain": "mccann.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["media"], "industry_labels": ["advertising industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1501630", "name": "Interpublic Group of Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McCann_Logo_2015.jpg", "description": "advertising agency", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1832 {"wikidata_id": "Q1809970", "display_name": "Raging Stallion Studios", "legal_name": null, "aliases": ["Raging Stallion"], "website": "https://www.ragingstallion.com", "canonical_domain": "ragingstallion.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["pornography industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raging_Stallion_logo_2020s.svg", "description": "American pornographic film studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1833 {"wikidata_id": "Q18351488", "display_name": "Magic Leap", "legal_name": null, "aliases": ["Inc.", "MagicLeap"], "website": "https://www.magicleap.com", "canonical_domain": "magicleap.com", "country": "US", "hq_city": "Plantation", "hq_region": "Broward County", "lat": 26.12444, "lon": -80.24944, "industries": ["technology"], "industry_labels": ["high tech"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magic_Leap_%28logo%29.png", "description": "American augmented reality hardware manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1834 {"wikidata_id": "Q18378737", "display_name": "SmartThings", "legal_name": null, "aliases": [], "website": "https://smartthings.com", "canonical_domain": "smartthings.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["manufacturing"], "industry_labels": ["home automation"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20718", "name": "Samsung Electronics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SmartThings_Logo_2024.svg", "description": "American Home Automation technology company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1835 {"wikidata_id": "Q1921640", "display_name": "Merge Records", "legal_name": "Merge Records", "aliases": [], "website": "https://www.mergerecords.com", "canonical_domain": "mergerecords.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US independent record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1836 {"wikidata_id": "Q1932886", "display_name": "Spanx, Inc.", "legal_name": null, "aliases": ["Spanx"], "website": "https://www.spanx.com", "canonical_domain": "spanx.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spanx_logo.svg", "description": "American intimate apparel company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1837 {"wikidata_id": "Q1998755", "display_name": "Seymour Duncan", "legal_name": null, "aliases": [], "website": "https://www.seymourduncan.com", "canonical_domain": "seymourduncan.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seymour_duncan_logo.png", "description": "American manufacturer of guitar accesories", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1838 {"wikidata_id": "Q201850", "display_name": "Kansas City Southern Railway", "legal_name": null, "aliases": [], "website": "https://www.kcsouthern.com", "canonical_domain": "kcsouthern.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["transportation"], "industry_labels": [], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q117706368", "name": "Canadian Pacific Kansas City"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kansas_City_Southern_Logo.png", "description": "American Class I railroad company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1361484"}, {"related_domain_conflict": "Q16980898"}]}
1839 {"wikidata_id": "Q20313134", "display_name": "Animaccord", "legal_name": null, "aliases": ["Animaccord Animation Studio"], "website": "https://www.animaccord.com", "canonical_domain": "animaccord.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Animaccord_Animation_Studio_logo_%282024%29.svg", "description": "animation studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1840 {"wikidata_id": "Q225613", "display_name": "iStock", "legal_name": null, "aliases": ["iStock by Getty Images"], "website": "https://www.istockphoto.com", "canonical_domain": "istockphoto.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["media"], "industry_labels": ["stock photography"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1520122", "name": "Getty Images"}, "logo_url": null, "description": "microstock photography website", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1841 {"wikidata_id": "Q2257321", "display_name": "M-Audio", "legal_name": null, "aliases": [], "website": "https://www.m-audio.com", "canonical_domain": "m-audio.com", "country": "US", "hq_city": "Cumberland", "hq_region": "Providence County", "lat": 41.96667, "lon": -71.43278, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M-Audio_%28logo%29.jpg", "description": "brand of music equipment", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1842 {"wikidata_id": "Q2326925", "display_name": "Overbrook Entertainment", "legal_name": null, "aliases": [], "website": "https://www.overbrookent.com", "canonical_domain": "overbrookent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American entertainment company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1843 {"wikidata_id": "Q2413243", "display_name": "The Orchard", "legal_name": null, "aliases": ["BalconyTV", "Orchard Enterprises NY", "Inc.", "The Orchard Enterprises", "The Orchard Enterprises NY", "Inc.", "The Orchard Music"], "website": "https://theorchard.com", "canonical_domain": "theorchard.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Orchard_Logo.svg", "description": "American music and entertainment company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1844 {"wikidata_id": "Q2456091", "display_name": "Immortal Records", "legal_name": null, "aliases": [], "website": "https://www.immortalrecords.com", "canonical_domain": "immortalrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1845 {"wikidata_id": "Q2482872", "display_name": "Universal Records", "legal_name": null, "aliases": [], "website": "https://universalrecords.com", "canonical_domain": "universalrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Records_logo.svg", "description": "US record label (1995-2006)", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1846 {"wikidata_id": "Q2557807", "display_name": "Wellington Management Company", "legal_name": null, "aliases": [], "website": "https://www.wellington.com", "canonical_domain": "wellington.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "902219", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wellington_Management_logo.svg", "description": "American investment management firm", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1847 {"wikidata_id": "Q27012668", "display_name": "Brightline", "legal_name": null, "aliases": ["All Aboard Florida", "Virgin Trains USA"], "website": "https://www.gobrightline.com", "canonical_domain": "gobrightline.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 28.41173, "lon": -81.30839, "industries": ["transportation"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brightline_Logo.svg", "description": "intercity higher-speed train service between Miami and Orlando, USA", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1848 {"wikidata_id": "Q2734250", "display_name": "XFX", "legal_name": null, "aliases": ["XFX Inc.", "XFX Technology", "XFX Technology Inc."], "website": "https://www.xfxforce.com", "canonical_domain": "xfxforce.com", "country": "US", "hq_city": "Ontario", "hq_region": "San Bernardino County", "lat": 34.05278, "lon": -117.62778, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11104472", "name": "Pine Technology Holdings Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XFX_2019_logo.svg", "description": "American computer hardware manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1849 {"wikidata_id": "Q2778016", "display_name": "Trinity Broadcasting Network", "legal_name": null, "aliases": ["TBN", "TBN TV"], "website": "https://www.tbn.org", "canonical_domain": "tbn.org", "country": "US", "hq_city": "Costa Mesa", "hq_region": "Orange County", "lat": 33.67, "lon": -117.91, "industries": ["media"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trinity_Broadcasting_Network_logo_%282016%29.svg", "description": "American TV channel", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1850 {"wikidata_id": "Q3002407", "display_name": "Creative Artists Agency", "legal_name": null, "aliases": ["CAA", "Creative Artists Agency LLC"], "website": "https://www.caa.com", "canonical_domain": "caa.com", "country": "US", "hq_city": "Century City", "hq_region": "Los Angeles", "lat": 34.05579, "lon": -118.41888, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493008FV5TCFL3KHH96", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Creative_Artists_Agency_logo.svg", "description": "American talent and sports agency", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1851 {"wikidata_id": "Q305378", "display_name": "Solid State Records", "legal_name": null, "aliases": ["Solid State"], "website": "https://www.solidstaterecords.com", "canonical_domain": "solidstaterecords.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2297042", "name": "Tooth & Nail Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solidstaterecordslogo.png", "description": "American Christian record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1852 {"wikidata_id": "Q3290511", "display_name": "Record Report", "legal_name": null, "aliases": [], "website": "https://www.recordreport.com.ve", "canonical_domain": "recordreport.com.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "singles chart in Venezuela", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1853 {"wikidata_id": "Q369128", "display_name": "General Tire", "legal_name": null, "aliases": ["General Tire and Rubber Company", "General Tire International Company"], "website": "https://www.generaltire.com", "canonical_domain": "generaltire.com", "country": "US", "hq_city": "Fort Mill", "hq_region": "York County", "lat": 35.00583, "lon": -80.94694, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q163241", "name": "Continental AG"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Tire_logo.svg", "description": "American tire manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1854 {"wikidata_id": "Q377453", "display_name": "Third Man Records", "legal_name": null, "aliases": [], "website": "https://www.thirdmanrecords.com", "canonical_domain": "thirdmanrecords.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1855 {"wikidata_id": "Q379801", "display_name": "Advent International", "legal_name": null, "aliases": [], "website": "https://www.adventinternational.com", "canonical_domain": "adventinternational.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American global private equity firm", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1856 {"wikidata_id": "Q3800955", "display_name": "Invicta Fighting Championships", "legal_name": null, "aliases": ["Invicta FC"], "website": "https://invictafc.com", "canonical_domain": "invictafc.com", "country": "US", "hq_city": "Enka", "hq_region": "Buncombe County", "lat": 35.54983, "lon": -82.65013, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA promoter based United States", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1857 {"wikidata_id": "Q39086685", "display_name": "Lime", "legal_name": null, "aliases": ["LimeBike", "Neutron Holdings", "Inc."], "website": "https://www.li.me", "canonical_domain": "li.me", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["transportation", "hospitality"], "industry_labels": ["transport company", "bicycle-sharing system", "e-scooter-sharing system", "All Other Transit and Ground Passenger Transportation", "All Other Traveler Accommodation"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300W1F8PO8BQFD775", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lime_Logos-wiki-01.svg", "description": "American transportation company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1858 {"wikidata_id": "Q4672981", "display_name": "Ace Hardware", "legal_name": null, "aliases": ["Ace Hardware Corporation"], "website": "https://www.acehardware.com", "canonical_domain": "acehardware.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["retail"], "industry_labels": ["hardware store"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493002WMDWGNHBLKW26", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ace_Hardware_Logo.svg", "description": "American hardware cooperative", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1859 {"wikidata_id": "Q4713342", "display_name": "Alcon Entertainment", "legal_name": null, "aliases": ["Alcon Entertainment LLC"], "website": "https://www.alconent.com", "canonical_domain": "alconent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1860 {"wikidata_id": "Q4811533", "display_name": "Astrobotic Technology", "legal_name": null, "aliases": ["Astrobotic", "Astrobotic (United States)"], "website": "https://www.astrobotic.com", "canonical_domain": "astrobotic.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1436193", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astrobotic_Technology_Logo.svg", "description": "American space robotics company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1861 {"wikidata_id": "Q5047900", "display_name": "Casa da Moeda do Brasil", "legal_name": null, "aliases": [], "website": "https://www.casadamoeda.gov.br", "canonical_domain": "casadamoeda.gov.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.90649, "lon": -43.19078, "industries": ["industrial-machinery", "pharmaceuticals"], "industry_labels": [], "founded_year": 1694, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294782", "name": "Ministry of Finance of Brazil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Casa_da_Moeda_do_Brasil.svg", "description": "Brazilian mint and printing press, founded in 1694", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1862 {"wikidata_id": "Q511652", "display_name": "Jagjaguwar", "legal_name": null, "aliases": [], "website": "https://www.jagjaguwar.com", "canonical_domain": "jagjaguwar.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Monroe County", "lat": 39.16667, "lon": -86.53472, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JagjaguwarLogo.gif", "description": "American independent record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1863 {"wikidata_id": "Q570930", "display_name": "Jeppesen", "legal_name": null, "aliases": ["Jeppesen Sanderson", "Jeppesen Sanderson", "Inc."], "website": "https://www.jeppesen.com", "canonical_domain": "jeppesen.com", "country": "US", "hq_city": "Inverness", "hq_region": "Colorado", "lat": 39.5622, "lon": -104.863, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Jeppesen.svg", "description": "American company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1864 {"wikidata_id": "Q651120", "display_name": "Frederator Studios", "legal_name": null, "aliases": [], "website": "https://frederatorstudios.com", "canonical_domain": "frederatorstudios.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q24204267", "name": "Frederator Networks, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frederator_Studios_logo.png", "description": "American animation television production studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1865 {"wikidata_id": "Q656752", "display_name": "Rykodisc", "legal_name": null, "aliases": [], "website": "https://rykodisc.com", "canonical_domain": "rykodisc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "US record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1866 {"wikidata_id": "Q7024361", "display_name": "Nicalis", "legal_name": null, "aliases": [], "website": "https://www.nicalis.com", "canonical_domain": "nicalis.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nicalis_logo.png", "description": "American video game development and publishing company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1867 {"wikidata_id": "Q7337792", "display_name": "Wrike Inc.", "legal_name": null, "aliases": [], "website": "https://www.wrike.com", "canonical_domain": "wrike.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wrike_logo.png", "description": "project management software business", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1868 {"wikidata_id": "Q743497", "display_name": "Neiman Marcus", "legal_name": null, "aliases": ["Inc.", "Neiman-Marcus", "Neimans"], "website": "https://www.neimanmarcus.com", "canonical_domain": "neimanmarcus.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neiman_Marcus_logo_black.svg", "description": "American luxury specialty department store", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1869 {"wikidata_id": "Q7889463", "display_name": "United States Army Center of Military History", "legal_name": null, "aliases": ["CMH", "Center of Military History", "United States Army", "U.S. Army Center of Military History"], "website": "https://www.history.army.mil", "canonical_domain": "army.mil", "country": "US", "hq_city": "Fort Lesley J. McNair", "hq_region": "Washington, D.C.", "lat": 38.867, "lon": -77.016, "industries": ["defense", "media"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q135657921", "name": "U.S. Army Transformation and Training Command"}, "logo_url": null, "description": "unit of the United States Army", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1870 {"wikidata_id": "Q889363", "display_name": "Monster Inc.", "legal_name": null, "aliases": ["Monster Cable"], "website": "https://monsterstore.com", "canonical_domain": "monsterstore.com", "country": "US", "hq_city": "Brisbane", "hq_region": "San Mateo County", "lat": 37.68083, "lon": -122.41917, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monster_Cable_-_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1871 {"wikidata_id": "Q917511", "display_name": "Stones Throw Records", "legal_name": null, "aliases": ["Stones Throw"], "website": "https://www.stonesthrow.com", "canonical_domain": "stonesthrow.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stones_Throw_logo.svg", "description": "American independent record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1872 {"wikidata_id": "Q958500", "display_name": "Calm Air", "legal_name": null, "aliases": ["Calm Air International"], "website": "https://www.calmair.com", "canonical_domain": "calmair.com", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calm_Air_Logo.svg", "description": "regional airline based in Manitoba, Canada", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1873 {"wikidata_id": "Q993066", "display_name": "Ipecac Recordings", "legal_name": "Ipecac Recordings", "aliases": ["Ipecac"], "website": "https://www.ipecac.com", "canonical_domain": "ipecac.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1874 {"wikidata_id": "Q1126139", "display_name": "Conn-Selmer", "legal_name": "The Selmer Company", "aliases": ["Inc.", "Selmer"], "website": "https://connselmer.com", "canonical_domain": "connselmer.com", "country": "US", "hq_city": "Elkhart", "hq_region": "Elkhart County", "lat": 41.6831, "lon": -85.9689, "industries": ["consumer-goods"], "industry_labels": ["musical instrument", "musical instrument manufacturing company"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2341787", "name": "Steinway Musical Instruments"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Conn-Selmer_logo_%28new%29.svg", "description": "American manufacturer of musical instruments", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1875 {"wikidata_id": "Q1131122", "display_name": "Copersucar", "legal_name": null, "aliases": [], "website": "https://www.copersucar.com.br", "canonical_domain": "copersucar.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["agriculture"], "industry_labels": ["trade"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Copersucar_%282024%29.svg", "description": "Brazilian agricultural company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1876 {"wikidata_id": "Q1138249", "display_name": "Cox Enterprises", "legal_name": null, "aliases": [], "website": "https://www.cox.com", "canonical_domain": "cox.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "TVRMNZKRGA8LPW6XPG60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cox_Enterprises.svg", "description": "American conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5179879"}]}
1877 {"wikidata_id": "Q11883860", "display_name": "NZXT", "legal_name": null, "aliases": [], "website": "https://www.nzxt.com", "canonical_domain": "nzxt.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_NZXT.svg", "description": "computer hardware manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1878 {"wikidata_id": "Q1189646", "display_name": "MasAir Cargo Mexico", "legal_name": null, "aliases": ["Mas Air", "MasAir"], "website": "https://www.masair.com", "canonical_domain": "masair.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1879 {"wikidata_id": "Q1191073", "display_name": "McIntosh Laboratory", "legal_name": null, "aliases": [], "website": "https://www.mcintoshlabs.com", "canonical_domain": "mcintoshlabs.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007JJ6UMOOPSNI58", "sec_cik": null, "parent": {"wikidata_id": "Q11320200", "name": "D&M Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McIntosh_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1880 {"wikidata_id": "Q123367593", "display_name": "Runway", "legal_name": null, "aliases": ["Runway AI"], "website": "https://runwayml.com", "canonical_domain": "runwayml.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["artificial-intelligence", "software"], "industry_labels": ["machine learning", "artificial intelligence", "software development"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Runway_Logo.png", "description": "American research company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1881 {"wikidata_id": "Q126050137", "display_name": "Groq", "legal_name": null, "aliases": ["Inc."], "website": "https://groq.com", "canonical_domain": "groq.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Groq_logo.svg", "description": "American artificial intelligence company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1882 {"wikidata_id": "Q1267596", "display_name": "Vyatta", "legal_name": null, "aliases": [], "website": "https://www.vyatta.com", "canonical_domain": "vyatta.com", "country": "US", "hq_city": "Belmont", "hq_region": "San Mateo County", "lat": 37.51806, "lon": -122.29167, "industries": ["retail"], "industry_labels": ["local area network"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1091783", "name": "Ciena"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vyatta_trans_200.png", "description": "Linux distribution", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1883 {"wikidata_id": "Q1281935", "display_name": "Eckō Unltd.", "legal_name": null, "aliases": [], "website": "https://www.shopecko.com", "canonical_domain": "shopecko.com", "country": "US", "hq_city": "East Brunswick", "hq_region": "Middlesex County", "lat": 40.4262, "lon": -74.4182, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of urban lifestyle clothing", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1884 {"wikidata_id": "Q1303059", "display_name": "The Viper Room", "legal_name": null, "aliases": [], "website": "https://www.viperroom.com", "canonical_domain": "viperroom.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 34.09047, "lon": -118.38467, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "nightclub in West Hollywood", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1885 {"wikidata_id": "Q13920", "display_name": "Room to Read", "legal_name": null, "aliases": [], "website": "https://www.roomtoread.org", "canonical_domain": "roomtoread.org", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["education"], "industry_labels": ["education"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American non-profit focused on literacy", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1886 {"wikidata_id": "Q1435418", "display_name": "Sequential Circuits", "legal_name": null, "aliases": ["Prophet-6", "Sequential Circuits inc.", "Inc."], "website": "https://www.sequential.com", "canonical_domain": "sequential.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sequential-Logo-Black.png", "description": "American synthesizer company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5229877"}]}
1887 {"wikidata_id": "Q1435950", "display_name": "Food Lion", "legal_name": null, "aliases": ["Food Lion LLC"], "website": "https://foodlion.com", "canonical_domain": "foodlion.com", "country": "US", "hq_city": "Salisbury", "hq_region": "Rowan County", "lat": 35.66833, "lon": -80.47861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q14903417", "name": "Delhaize Le Lion"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Food_lion.png", "description": "American grocery store", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1888 {"wikidata_id": "Q1479817", "display_name": "Mark Levinson", "legal_name": null, "aliases": [], "website": "https://www.marklevinson.com", "canonical_domain": "marklevinson.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": [], "industry_labels": ["high-end audio"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mark_Levinson_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1889 {"wikidata_id": "Q1488298", "display_name": "Major League Wrestling", "legal_name": null, "aliases": ["MLW"], "website": "https://mlw.com", "canonical_domain": "mlw.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American professional wrestling promotion", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1890 {"wikidata_id": "Q1505987", "display_name": "Western Design Center", "legal_name": null, "aliases": [], "website": "https://www.westerndesigncenter.com", "canonical_domain": "westerndesigncenter.com", "country": "US", "hq_city": "Mesa", "hq_region": "Maricopa County", "lat": 33.415, "lon": -111.83139, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Western_Design_Center_logo_one-color.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1891 {"wikidata_id": "Q15210582", "display_name": "Wiki-PR", "legal_name": null, "aliases": ["Wiki-PR editing of Wikipedia"], "website": "https://www.wiki-pr.com", "canonical_domain": "wiki-pr.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["media", "consulting"], "industry_labels": ["public relations", "consulting company"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wiki-PR-logo.jpg", "description": "consulting firm who commercialy edit Wikipedia", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1892 {"wikidata_id": "Q1550315", "display_name": "The Salt Lake Tribune", "legal_name": null, "aliases": ["Salt Lake Tribune"], "website": "https://www.sltrib.com", "canonical_domain": "sltrib.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The-Salt-Lake-Tribune-Logo.svg", "description": "American newspaper", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1893 {"wikidata_id": "Q15725666", "display_name": "Blu Products", "legal_name": null, "aliases": ["Blu china honkun"], "website": "https://bluproducts.com", "canonical_domain": "bluproducts.com", "country": "US", "hq_city": "Doral", "hq_region": "Miami-Dade County", "lat": 25.80814, "lon": -80.35332, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BLU_Products_Logo.jpg", "description": "mobile phone manufacturer headquartered in Miami, FL (United States).", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1894 {"wikidata_id": "Q1626895", "display_name": "Playtone", "legal_name": null, "aliases": ["PLAY•TONE"], "website": "https://www.playtone-productions.com", "canonical_domain": "playtone-productions.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and television production company (est. the late 1990s)", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1895 {"wikidata_id": "Q1629990", "display_name": "CoverGirl", "legal_name": null, "aliases": ["Cover Girl"], "website": "https://www.covergirl.com", "canonical_domain": "covergirl.com", "country": "US", "hq_city": "Maryland", "hq_region": "United States", "lat": 39.0, "lon": -76.7, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COVERGIRL_logo_2017.svg", "description": "American cosmetics brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1896 {"wikidata_id": "Q17007851", "display_name": "Circle", "legal_name": null, "aliases": [], "website": "https://www.circle.com", "canonical_domain": "circle.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "peer-to-peer payments technology company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1897 {"wikidata_id": "Q1758803", "display_name": "Oddworld Inhabitants", "legal_name": null, "aliases": ["Oddworld Inhabitants Inc.", "Inc."], "website": "https://www.oddworld.com", "canonical_domain": "oddworld.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1898 {"wikidata_id": "Q1812822", "display_name": "EP Petroecuador", "legal_name": "Empresa Pública de Hidrocarburos del Ecuador", "aliases": [], "website": "https://www.eppetroecuador.ec", "canonical_domain": "eppetroecuador.ec", "country": "EC", "hq_city": "Quito", "hq_region": "Quito Metro", "lat": -0.22, "lon": -78.5125, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "upstream", "downstream"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petroecuador.png", "description": "national petroleum company of Ecuador", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1899 {"wikidata_id": "Q1879651", "display_name": "Victory Motorcycles", "legal_name": null, "aliases": [], "website": "https://www.victorymotorcycles.com", "canonical_domain": "victorymotorcycles.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["automotive"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_company_logo_for_Victory_Motorcycles.png", "description": "defunct American motorcycle manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1900 {"wikidata_id": "Q1921997", "display_name": "Merrell", "legal_name": null, "aliases": [], "website": "https://www.merrell.com", "canonical_domain": "merrell.com", "country": "US", "hq_city": "Rockford", "hq_region": "Kent County", "lat": 43.12, "lon": -85.56, "industries": ["apparel"], "industry_labels": ["textile industry", "footwear industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8030548", "name": "Wolverine World Wide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merrelll_company_logo.png", "description": "American footwear company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1901 {"wikidata_id": "Q1946745", "display_name": "Mooney International Corporation", "legal_name": null, "aliases": ["Mooney Aircraft Company", "Mooney Aviation Company"], "website": "https://www.mooney.com", "canonical_domain": "mooney.com", "country": "US", "hq_city": "Kerrville", "hq_region": "Kerr County", "lat": 30.04639, "lon": -99.14056, "industries": ["aerospace-defense"], "industry_labels": ["general aviation"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1902 {"wikidata_id": "Q19599368", "display_name": "Adafruit Industries", "legal_name": null, "aliases": [], "website": "https://www.adafruit.com", "canonical_domain": "adafruit.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adafruit_logo.svg", "description": "American electronics manufacturing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1903 {"wikidata_id": "Q19724671", "display_name": "Radisson Hotel Group", "legal_name": null, "aliases": ["Carlson Hospitality Group", "Carlson Hotel Group", "Carlson Hotels", "Carlson Hotels Worldwide", "Carlson Hotels", "Inc.", "Carlson Radisson Hotel Group", "Radisson Hospitality Inc"], "website": "https://www.radissonhotelgroup.com", "canonical_domain": "radissonhotelgroup.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radisson_Hotel_Group_Logo.jpg", "description": "American multinational hotel group", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1904 {"wikidata_id": "Q2025721", "display_name": "Open Invention Network", "legal_name": null, "aliases": [], "website": "https://www.openinventionnetwork.com", "canonical_domain": "openinventionnetwork.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Open_Invention_Network_wordmark.svg", "description": "patent non-aggression community", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1905 {"wikidata_id": "Q2078880", "display_name": "CVS Pharmacy", "legal_name": null, "aliases": ["CVS", "CVS/pharmacy"], "website": "https://www.cvs.com", "canonical_domain": "cvs.com", "country": "US", "hq_city": "Woonsocket", "hq_region": "Providence County", "lat": 42.00833, "lon": -71.51611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624375", "name": "CVS Health"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CVS_Health_heart.png", "description": "U.S. pharmacy chain", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1906 {"wikidata_id": "Q2080232", "display_name": "University of Illinois Press", "legal_name": "University of Illinois Press", "aliases": [], "website": "https://press.uillinois.edu", "canonical_domain": "uillinois.edu", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American university press", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1907 {"wikidata_id": "Q2095619", "display_name": "Ping, Inc.", "legal_name": null, "aliases": ["PING", "Karsten Manufacturing Corporation", "Ping Golf"], "website": "https://ping.com", "canonical_domain": "ping.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ping-logo.png", "description": "Manufacturer of golf clubs, bags, and apparel", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1908 {"wikidata_id": "Q21189826", "display_name": "Tubi", "legal_name": null, "aliases": [], "website": "https://tubitv.com", "canonical_domain": "tubitv.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tubi_logo_2024_purple.svg", "description": "American streaming video service", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1909 {"wikidata_id": "Q2141291", "display_name": "West Coast Customs", "legal_name": null, "aliases": [], "website": "https://www.westcoastcustoms.com", "canonical_domain": "westcoastcustoms.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American car modification company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1910 {"wikidata_id": "Q21515382", "display_name": "Impossible Foods", "legal_name": null, "aliases": ["IF", "Impossible", "Impossible Burgers", "Impossible Foods Inc.", "Inc."], "website": "https://www.impossiblefoods.com", "canonical_domain": "impossiblefoods.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Impossible_Foods_logo.svg", "description": "American food company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1911 {"wikidata_id": "Q219112", "display_name": "Zomba Group of Companies", "legal_name": null, "aliases": ["Zomba Books"], "website": "https://www.zombalabelgroup.com", "canonical_domain": "zombalabelgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1912 {"wikidata_id": "Q2461310", "display_name": "Turner Construction", "legal_name": null, "aliases": ["Turner Construction Company"], "website": "https://www.turnerconstruction.com", "canonical_domain": "turnerconstruction.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136542", "name": "Hochtief"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turner_Construction_logo.svg", "description": "American construction company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1913 {"wikidata_id": "Q248294", "display_name": "Alesis", "legal_name": null, "aliases": [], "website": "https://www.alesis.com", "canonical_domain": "alesis.com", "country": "US", "hq_city": "Cumberland", "hq_region": "Providence County", "lat": 41.96667, "lon": -71.43278, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alesis.svg", "description": "manufacturer of music and audio equipment", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1914 {"wikidata_id": "Q2547874", "display_name": "Bicycle Playing Cards", "legal_name": null, "aliases": [], "website": "https://www.bicyclecards.com", "canonical_domain": "bicyclecards.com", "country": "US", "hq_city": "Erlanger", "hq_region": "Kenton County", "lat": 39.0136, "lon": -84.5942, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Playing card brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1915 {"wikidata_id": "Q2788637", "display_name": "Hacienda Nápoles", "legal_name": null, "aliases": ["Hacienda Napoles"], "website": "https://haciendanapoles.com", "canonical_domain": "haciendanapoles.com", "country": "CO", "hq_city": "Antioquia", "hq_region": "Colombia", "lat": 5.92554, "lon": -74.72219, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "estate belonging to Colombian drug lord Pablo Escobar", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1916 {"wikidata_id": "Q28233552", "display_name": "unsplash.com", "legal_name": null, "aliases": [], "website": "https://unsplash.com", "canonical_domain": "unsplash.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unsplash_wordmark_logo.svg", "description": "website dedicated to sharing copyright-free photography under the Unsplash license", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1917 {"wikidata_id": "Q2828232", "display_name": "Air Tractor", "legal_name": null, "aliases": [], "website": "https://www.airtractor.com", "canonical_domain": "airtractor.com", "country": "US", "hq_city": "Olney", "hq_region": "Young County", "lat": 33.36806, "lon": -98.75833, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Tractor_logo.svg", "description": "aircraft manufacturer in the United States", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1918 {"wikidata_id": "Q2882621", "display_name": "Bank One Corporation", "legal_name": null, "aliases": [], "website": "https://www.bankone.com", "canonical_domain": "bankone.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1863, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_One_logo.svg", "description": "former bank of the United States", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1919 {"wikidata_id": "Q2936874", "display_name": "Cantor Fitzgerald", "legal_name": null, "aliases": ["Cantor Fitzgerald group", "Cantor Fitzgerald L.P.", "Cantor Fitzgerald LP", "L.P."], "website": "https://www.cantor.com", "canonical_domain": "cantor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cantor_Fitzgerald_logo.png", "description": "American financial services company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1920 {"wikidata_id": "Q2974366", "display_name": "Citadel Enterprise Americas LLC", "legal_name": "Citadel", "aliases": ["Citadel Investment Group", "LLC", "Citadel LLC"], "website": "https://www.citadel.com", "canonical_domain": "citadel.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["asset-management"], "industry_labels": ["hedge fund", "investment management"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YY2DLUAENFBW67", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citadel_LLC_Logo.svg", "description": "American hedge fund and financial services provider", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1921 {"wikidata_id": "Q3270595", "display_name": "Mondo Media", "legal_name": null, "aliases": [], "website": "https://www.mondomedia.com", "canonical_domain": "mondomedia.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media", "entertainment"], "industry_labels": ["show business"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mondo_logo_2017.svg", "description": "American animation company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1922 {"wikidata_id": "Q3391111", "display_name": "Rainforest Cafe", "legal_name": null, "aliases": [], "website": "https://www.rainforestcafe.com", "canonical_domain": "rainforestcafe.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3217105", "name": "Landry's, Inc."}, "logo_url": null, "description": "Jungle-themed restaurant chain", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1923 {"wikidata_id": "Q3566785", "display_name": "WayForward Technologies", "legal_name": null, "aliases": ["WayForward", "WayForward - Home", "WayForward Technologies Inc."], "website": "https://wayforward.com", "canonical_domain": "wayforward.com", "country": "US", "hq_city": "Valencia", "hq_region": "Santa Clarita", "lat": 34.38944, "lon": -118.56472, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WayForward_Technologies_Logo.png", "description": "American video game development studio", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1924 {"wikidata_id": "Q4034881", "display_name": "Basic Books", "legal_name": null, "aliases": [], "website": "https://www.basicbooks.com", "canonical_domain": "basicbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1567078", "name": "Hachette Book Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Basic_Books_logo.svg", "description": "American book publisher", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1925 {"wikidata_id": "Q403714", "display_name": "Majesco Entertainment", "legal_name": null, "aliases": ["Majesco", "Majesco Sales Inc."], "website": "https://www.majescoent.com", "canonical_domain": "majescoent.com", "country": "US", "hq_city": "Edison", "hq_region": "Middlesex County", "lat": 40.5274, "lon": -74.3933, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YCCGWVDXUMYT43", "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game publisher and distributor based in Hazlet, New Jersey (formerly Majesco Sales Inc.)", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1926 {"wikidata_id": "Q427326", "display_name": "Fonovisa Records", "legal_name": null, "aliases": [], "website": "https://www.fonovisa.com", "canonical_domain": "fonovisa.com", "country": "MX", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7894020", "name": "Universal Music Latin Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fonovisa_Records_logo_%282017%29.png", "description": "Mexican record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1927 {"wikidata_id": "Q428936", "display_name": "Animusic", "legal_name": null, "aliases": [], "website": "https://www.animusic.com", "canonical_domain": "animusic.com", "country": "US", "hq_city": "Ithaca", "hq_region": "Tompkins County", "lat": 42.44333, "lon": -76.5, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Animusic.logo.2013.png", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1928 {"wikidata_id": "Q5151002", "display_name": "Xfinity", "legal_name": "Comcast Cable Communications, LLC", "aliases": ["Comcast", "Comcast Cable"], "website": "https://www.xfinity.com", "canonical_domain": "xfinity.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["internet", "telecommunications", "media"], "industry_labels": ["internet service provider", "cable television", "telephone company", "telecommunications industry", "mobile network operator", "home security", "SIC 4841 Cable & Other Pay Television Services"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "CMCSA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1166691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xfinity_2025.svg", "description": "American cable provider", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1166691", "enriched_at": "2026-09-12T09:34:57+00:00"}}
1929 {"wikidata_id": "Q5206855", "display_name": "DYMO Corporation", "legal_name": null, "aliases": [], "website": "https://www.dymo.nl", "canonical_domain": "dymo.nl", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["manufacturing"], "industry_labels": ["printing"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DYMO_logo.svg", "description": "American manufacturing company of handheld label printers and thermal-transfer printing tape", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1930 {"wikidata_id": "Q523452", "display_name": "Gerber Products Company", "legal_name": null, "aliases": ["Gerber", "Gerber Baby Products"], "website": "https://gerber.com", "canonical_domain": "gerber.com", "country": "US", "hq_city": "Fremont", "hq_region": "Newaygo County", "lat": 43.4675, "lon": -85.94194, "industries": ["food-beverage"], "industry_labels": ["food industry", "infant equipment"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160746", "name": "Nestlé"}, "logo_url": null, "description": "a purveyor of baby food and baby products", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1931 {"wikidata_id": "Q533572", "display_name": "Specialty", "legal_name": "Specialty", "aliases": ["Specialty Records"], "website": "https://concord.com", "canonical_domain": "concord.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label; imprint of Specialty Records Inc.", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5158829"}]}
1932 {"wikidata_id": "Q5365696", "display_name": "Elliott Investment Management", "legal_name": null, "aliases": ["Elliott Management | Elliott Investment Management L.P."], "website": "https://www.elliottmgmt.com", "canonical_domain": "elliottmgmt.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management", "financial-services"], "industry_labels": ["hedge fund", "financial services"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "SUHPWJ4TBNAH1YMQM073", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elliott_Management_Corporation_logo.svg", "description": "American hedge fund", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1933 {"wikidata_id": "Q5431587", "display_name": "fakku.net", "legal_name": null, "aliases": ["Fakku"], "website": "https://www.fakku.net", "canonical_domain": "fakku.net", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["entertainment", "gaming"], "industry_labels": ["pornography industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fakku_logo.svg", "description": "American adult entertainment company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1934 {"wikidata_id": "Q56069184", "display_name": "Vercel Inc.", "legal_name": null, "aliases": ["Zeit", "Vercel"], "website": "https://vercel.com", "canonical_domain": "vercel.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cloud-infrastructure", "technology"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "San Francisco based cloud computing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1935 {"wikidata_id": "Q589590", "display_name": "AviaBellanca Aircraft", "legal_name": null, "aliases": ["AviaBellanca Aircraft Corporation", "Bellanca Aircraft Company"], "website": "https://www.aviabellancainc.com", "canonical_domain": "aviabellancainc.com", "country": "US", "hq_city": "Alexandria", "hq_region": "Douglas County", "lat": 45.88523, "lon": -95.37722, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bellanca_Aircraft_Corporation_Logo.png", "description": "aircraft manufacturer in the United States", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1936 {"wikidata_id": "Q60162", "display_name": "Canadian Bank Note Company", "legal_name": null, "aliases": ["CBNC", "Canadian Bank Note Company (Canada)"], "website": "https://www.cbnco.com", "canonical_domain": "cbnco.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["manufacturing"], "industry_labels": ["printing"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Bank_Note_Company_logo.svg", "description": "Canadian company that supplies bank notes", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1937 {"wikidata_id": "Q60768699", "display_name": "Replit", "legal_name": null, "aliases": [], "website": "https://replit.com", "canonical_domain": "replit.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Replit_Logo.svg", "description": "Online IDE", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1938 {"wikidata_id": "Q609502", "display_name": "Titleist", "legal_name": null, "aliases": [], "website": "https://www.titleist.com", "canonical_domain": "titleist.com", "country": "US", "hq_city": "Fairhaven", "hq_region": "Bristol County", "lat": 41.6375, "lon": -70.90417, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q344839", "name": "Acushnet Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Titleist_logo.svg", "description": "American golf equipment manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1939 {"wikidata_id": "Q6275191", "display_name": "Jones Day", "legal_name": null, "aliases": [], "website": "https://www.jonesday.com", "canonical_domain": "jonesday.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300M6NXO9SWPYZZ40", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jones_Day_Logo.svg", "description": "US international law firm", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1940 {"wikidata_id": "Q644841", "display_name": "Pentaho", "legal_name": null, "aliases": [], "website": "https://www.hitachivantara.com", "canonical_domain": "hitachivantara.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["software"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pentaho2.JPG", "description": "proprietary software", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2055873"}]}
1941 {"wikidata_id": "Q7865722", "display_name": "USAA", "legal_name": null, "aliases": ["United Services Automobile Association", "United Services Automobile Association (USAA) (San Antonio", "TX)", "United States Army Automobile Association"], "website": "https://www.usaa.com", "canonical_domain": "usaa.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["financial-services", "banking", "insurance"], "industry_labels": ["financial services", "economics of banking", "insurance industry", "financial sector"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American insurance and financial services company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1942 {"wikidata_id": "Q7882992", "display_name": "Undead Labs", "legal_name": null, "aliases": ["Undead Labs LLC"], "website": "https://undeadlabs.com", "canonical_domain": "undeadlabs.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Undead_Labs_logo.png", "description": "American video game development company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1943 {"wikidata_id": "Q795723", "display_name": "BC Ferries", "legal_name": "British Columbia Ferry Services Inc.", "aliases": [], "website": "https://www.bcferries.com", "canonical_domain": "bcferries.com", "country": "CA", "hq_city": "Victoria", "hq_region": "British Columbia", "lat": 48.42215, "lon": -123.3657, "industries": ["transportation"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in British Columbia, Canada", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1944 {"wikidata_id": "Q8045013", "display_name": "Xseed Games", "legal_name": null, "aliases": ["DEADCRAFT", "Marvelous USA", "XSEED Games"], "website": "https://xseedgames.com", "canonical_domain": "xseedgames.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2546713", "name": "Marvelous"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvelous_Inc._logo.svg", "description": "American video game localization company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1945 {"wikidata_id": "Q815713", "display_name": "Bell Media", "legal_name": "Bell Média inc.", "aliases": [], "website": "https://www.bellmedia.ca", "canonical_domain": "bellmedia.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["television", "radio broadcasting", "television broadcasting"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q815694", "name": "Bell Canada"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_Media_logo.svg", "description": "Canadian media company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1946 {"wikidata_id": "Q869703", "display_name": "J. D. Power and Associates", "legal_name": null, "aliases": [], "website": "https://www.jdpower.com", "canonical_domain": "jdpower.com", "country": "US", "hq_city": "Westlake Village", "hq_region": "Los Angeles County", "lat": 34.14194, "lon": -118.81944, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoJDPower.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1947 {"wikidata_id": "Q910740", "display_name": "Vicks", "legal_name": null, "aliases": ["Vicks Medications", "Vicks Vapodrops"], "website": "https://vicks.com", "canonical_domain": "vicks.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American brand of over-the-counter medications", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1948 {"wikidata_id": "Q941589", "display_name": "William B. Eerdmans Publishing Company", "legal_name": null, "aliases": ["Eerdmans", "W.B. Eerdmans", "W.B. Eerdmans Pub.", "William B. Eerdmans Pub. Company", "William B. Eerdmans Publishing Co.", "Wm. B. Eerdmans Publishing Company", "Eerdmans Publishing Co.", "Eerdmans Publishing Company"], "website": "https://www.eerdmans.com", "canonical_domain": "eerdmans.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["media"], "industry_labels": [], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YBXC78HFZ0MZ31", "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1949 {"wikidata_id": "Q1054317", "display_name": "Cuban National Center for Sex Education", "legal_name": null, "aliases": ["CENESEX"], "website": "https://www.cenesexualidad.sld.cu", "canonical_domain": "sld.cu", "country": "CU", "hq_city": "Plaza de la Revolución", "hq_region": "Havana", "lat": 23.12444, "lon": -82.38611, "industries": ["education"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6017421", "name": "Ministry of Public Health"}, "logo_url": null, "description": "Cuban public institution", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1399983"}]}
1950 {"wikidata_id": "Q113270365", "display_name": "Inflection AI", "legal_name": null, "aliases": [], "website": "https://inflection.ai", "canonical_domain": "inflection.ai", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2022, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Artificial intelligence company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1951 {"wikidata_id": "Q1135120", "display_name": "Terra", "legal_name": null, "aliases": ["Telefónica Comunicaciones Interactivas", "S.A.", "Telefónica Interactiva", "S.A.", "Terra Networks", "S.A."], "website": "https://www.terra.com.br", "canonical_domain": "terra.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20059505", "name": "Telefônica Brasil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Terra_Logo.svg", "description": "web portal and internet company, subsidiary of Telefônica Brasil", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1952 {"wikidata_id": "Q1148414", "display_name": "Molson", "legal_name": null, "aliases": [], "website": "https://www.molson.com", "canonical_domain": "molson.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1786, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3319685", "name": "Molson Coors Brewing Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molson_Coors_Beverage_Company_logo.svg", "description": "Canadian alcohol brewery", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1953 {"wikidata_id": "Q1152240", "display_name": "DDB Worldwide", "legal_name": null, "aliases": ["DDB", "DDB Worldwide Communications Group Inc."], "website": "https://www.ddb.com", "canonical_domain": "ddb.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1519267", "name": "Omnicom Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DDB_logo.svg", "description": "global advertising and marketing communications network, headquartered in New York City", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1954 {"wikidata_id": "Q116030556", "display_name": "Rare Beauty", "legal_name": null, "aliases": [], "website": "https://www.rarebeauty.com", "canonical_domain": "rarebeauty.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rare_beauty.webp", "description": "American cosmetics company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1955 {"wikidata_id": "Q1182415", "display_name": "Deep South Wrestling", "legal_name": null, "aliases": [], "website": "https://www.dswrestling.com", "canonical_domain": "dswrestling.com", "country": "US", "hq_city": "Griffin", "hq_region": "Spalding County", "lat": 33.2475, "lon": -84.2708, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1956 {"wikidata_id": "Q11887890", "display_name": "Phoenix Pictures", "legal_name": null, "aliases": [], "website": "https://www.phoenixpictures.com", "canonical_domain": "phoenixpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company founded in November 1995", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1957 {"wikidata_id": "Q1224661", "display_name": "Avid Audio", "legal_name": null, "aliases": ["Digidesign"], "website": "https://www.digidesign.com", "canonical_domain": "digidesign.com", "country": "US", "hq_city": "Daly City", "hq_region": "San Mateo County", "lat": 37.68639, "lon": -122.46833, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q385452", "name": "Avid Technology"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1958 {"wikidata_id": "Q132532850", "display_name": "Thinking Machines Lab", "legal_name": null, "aliases": ["Thinking Machines Lab Inc."], "website": "https://thinkingmachines.ai", "canonical_domain": "thinkingmachines.ai", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["industrial-machinery", "artificial-intelligence"], "industry_labels": [], "founded_year": 2025, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American artificial intelligence company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1959 {"wikidata_id": "Q1346687", "display_name": "Hurricane Electric", "legal_name": null, "aliases": ["HE", "AS6939", "henet", "Hurricane Electric Internet Services"], "website": "https://he.net", "canonical_domain": "he.net", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hurricane_Electric_logo.png", "description": "global telecommunications provider", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1960 {"wikidata_id": "Q1398363", "display_name": "Kel-Tec", "legal_name": null, "aliases": ["Kel-Tec CNC", "Keltec", "KelTec"], "website": "https://www.kel-tec-cnc.com", "canonical_domain": "kel-tec-cnc.com", "country": "US", "hq_city": "Cocoa", "hq_region": "Brevard County", "lat": 28.36944, "lon": -80.74389, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Kel-Tec.svg", "description": "American firearms manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1961 {"wikidata_id": "Q1439864", "display_name": "Founders Fund", "legal_name": null, "aliases": [], "website": "https://www.foundersfund.com", "canonical_domain": "foundersfund.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Founders_Fund_logo_%282015%29.svg", "description": "American venture capital firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1962 {"wikidata_id": "Q1580938", "display_name": "MapQuest Inc.", "legal_name": "MapQuest Inc.", "aliases": [], "website": "https://www.mapquest.com", "canonical_domain": "mapquest.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mapquest_logo.svg", "description": "company owned by System1", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1963 {"wikidata_id": "Q1650528", "display_name": "Moog Music", "legal_name": null, "aliases": ["Moog Music Inc."], "website": "https://www.moogmusic.com", "canonical_domain": "moogmusic.com", "country": "US", "hq_city": "Asheville", "hq_region": "Buncombe County", "lat": 35.59556, "lon": -82.55194, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moog_Music_Logo.svg", "description": "American company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1964 {"wikidata_id": "Q1666962", "display_name": "International Swaps and Derivatives Association", "legal_name": null, "aliases": ["ISDA"], "website": "https://www.isda.org", "canonical_domain": "isda.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ISDA_Mark_%26_Tag_Final.jpg", "description": "trade organization of participants in the market for over-the-counter derivatives", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1965 {"wikidata_id": "Q1689380", "display_name": "Jimmy John's", "legal_name": "Jimmy John's Franchise, LLC", "aliases": ["Jimmy John's Franchise", "Jimmy John's Franchise", "LLC", "Jimmy John's Gourmet Sandwiches", "Jimmy John's Sandwiches", "Jimmy Johns"], "website": "https://www.jimmyjohns.com", "canonical_domain": "jimmyjohns.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jimmy_Johns_logo.svg", "description": "franchised sandwich restaurant chain, specializing in delivery", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1966 {"wikidata_id": "Q17300077", "display_name": "Temple Hill Entertainment", "legal_name": null, "aliases": ["Temple Hill Productions"], "website": "https://www.templehillent.com", "canonical_domain": "templehillent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American based film and television production company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1967 {"wikidata_id": "Q1760318", "display_name": "Puma", "legal_name": null, "aliases": ["Puma Automóveis Ltda."], "website": "https://pumaautomoveis.com.br", "canonical_domain": "pumaautomoveis.com.br", "country": "BR", "hq_city": "Botucatu", "hq_region": "São Paulo", "lat": -22.88583, "lon": -48.445, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "automobile manufacturer in Brazil", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1968 {"wikidata_id": "Q1763567", "display_name": "Golden Boy Promotions", "legal_name": null, "aliases": [], "website": "https://www.goldenboypromotions.com", "canonical_domain": "goldenboypromotions.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["sports marketing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American boxing promoter", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1969 {"wikidata_id": "Q1816282", "display_name": "On2 Technologies", "legal_name": null, "aliases": ["The Duck Corporation"], "website": "https://www.on2.com", "canonical_domain": "on2.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/On2_Technologies_Logo.svg", "description": "American video technology company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1970 {"wikidata_id": "Q18356743", "display_name": "Sekai Project", "legal_name": null, "aliases": ["Inc."], "website": "https://sekaiproject.com", "canonical_domain": "sekaiproject.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sekai_Project_Logo.png", "description": "American video game publisher, known for licensing and translating Japanese visual novels into English", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1971 {"wikidata_id": "Q1852854", "display_name": "Remote Control Productions", "legal_name": null, "aliases": [], "website": "https://www.remotecontrolproductions.com", "canonical_domain": "remotecontrolproductions.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film score company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1972 {"wikidata_id": "Q19647854", "display_name": "Concentrix", "legal_name": null, "aliases": [], "website": "https://www.concentrix.com", "canonical_domain": "concentrix.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["professional-services"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "CNXC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1803599", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Concentrix_logo.svg", "description": "multinational business services company headquartered in Fremont, California", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1803599", "enriched_at": "2026-09-12T09:34:57+00:00"}}
1973 {"wikidata_id": "Q19866755", "display_name": "Rebel News", "legal_name": null, "aliases": ["The Rebel", "Rebel Media"], "website": "https://www.rebelnews.com", "canonical_domain": "rebelnews.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rebel_News_logo.svg", "description": "Canadian far-right political and social commentary media website", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1974 {"wikidata_id": "Q202556", "display_name": "World Wrestling Council", "legal_name": null, "aliases": ["WWC"], "website": "https://www.wwcppv.com", "canonical_domain": "wwcppv.com", "country": "US", "hq_city": "Puerto Rico", "hq_region": "United States", "lat": 18.25, "lon": -66.5, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Puerto Rican professional wrestling promotion", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1975 {"wikidata_id": "Q20992639", "display_name": "Oscar Mayer", "legal_name": null, "aliases": ["The Oscar Mayer Company"], "website": "https://www.oscarmayer.com", "canonical_domain": "oscarmayer.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oscar_Mayer_logo_2021.svg", "description": "American meat production company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1976 {"wikidata_id": "Q2107938", "display_name": "WB Games Boston", "legal_name": null, "aliases": ["Turbine", "CyberSpace", "Inc.", "Turbine Entertainment Software", "Turbine", "Inc."], "website": "https://www.turbine.com", "canonical_domain": "turbine.com", "country": "US", "hq_city": "Westwood", "hq_region": "Norfolk County", "lat": 42.21399, "lon": -71.2245, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WB_Games_Boston.svg", "description": "American video game company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1977 {"wikidata_id": "Q2253320", "display_name": "Grado Labs", "legal_name": null, "aliases": [], "website": "https://www.gradolabs.com", "canonical_domain": "gradolabs.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["technology"], "industry_labels": ["audio electronics"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Headphone and audio equipment manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1978 {"wikidata_id": "Q2286599", "display_name": "Silversea Cruises", "legal_name": null, "aliases": ["Silversea"], "website": "https://www.silversea.com", "canonical_domain": "silversea.com", "country": "BS", "hq_city": "Monaco", "hq_region": null, "lat": 43.73111, "lon": 7.42, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000SU80NQC387X39", "sec_cik": null, "parent": {"wikidata_id": "Q427881", "name": "Royal Caribbean Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silversea.png", "description": "luxury cruise line", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1979 {"wikidata_id": "Q2378642", "display_name": "Thomas Built Buses", "legal_name": null, "aliases": ["Thomas", "Inc.", "Thomas buses"], "website": "https://thomasbuiltbuses.com", "canonical_domain": "thomasbuiltbuses.com", "country": "US", "hq_city": "High Point", "hq_region": "Guilford County", "lat": 35.97056, "lon": -79.9975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ILPT5VKPYNDP04", "sec_cik": null, "parent": {"wikidata_id": "Q16834431", "name": "Daimler Truck North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thomas_Built_Buses_Logo_2021.svg", "description": "American bus manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1980 {"wikidata_id": "Q2382535", "display_name": "TinEye", "legal_name": null, "aliases": ["tineye", "Tineye"], "website": "https://tineye.com", "canonical_domain": "tineye.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.65475, "lon": -79.37011, "industries": ["internet"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "reverse image search engine", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1981 {"wikidata_id": "Q2386434", "display_name": "Taylor Guitars", "legal_name": null, "aliases": [], "website": "https://www.taylorguitars.com", "canonical_domain": "taylorguitars.com", "country": "US", "hq_city": "El Cajon", "hq_region": "San Diego County", "lat": 32.79833, "lon": -116.96, "industries": ["consumer-goods"], "industry_labels": ["Musical Instrument Manufacturing"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taylor_Guitars_circular_logo.svg", "description": "American guitar manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1982 {"wikidata_id": "Q2394278", "display_name": "City Lights Bookstore", "legal_name": null, "aliases": ["City Lights Books", "City Lights Booksellers & Publishers", "City Lights Publishers"], "website": "https://www.citylights.com", "canonical_domain": "citylights.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.79763, "lon": -122.40658, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bookstore and publisher in San Francisco", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1983 {"wikidata_id": "Q2573511", "display_name": "Kaltura", "legal_name": null, "aliases": [], "website": "https://www.kaltura.com", "canonical_domain": "kaltura.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "KLTR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1432133", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaltura_logo-black-static.png", "description": "software company from United States", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1432133", "enriched_at": "2026-09-12T09:34:57+00:00"}}
1984 {"wikidata_id": "Q2607874", "display_name": "Center for UFO Studies", "legal_name": null, "aliases": ["CUFOS", "J. Allen Hynek Center for UFO Studies", "JAHCUFOS"], "website": "https://www.cufos.org", "canonical_domain": "cufos.org", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "UFO scientific investigative organization", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1985 {"wikidata_id": "Q2622651", "display_name": "Volkswagen Trucks and Buses", "legal_name": null, "aliases": ["Volkswagen Caminhões e Ônibus"], "website": "https://www.vwco.com.br", "canonical_domain": "vwco.com.br", "country": "BR", "hq_city": "Resende", "hq_region": "Rio de Janeiro", "lat": -22.46889, "lon": -44.44694, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28228137", "name": "Traton"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_da_Volkswagen_Caminh%C3%B5es_e_%C3%94nibus.svg", "description": "Brazilian commercial vehicle manufacturing company, a subsidiary of MAN SE", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1986 {"wikidata_id": "Q2630755", "display_name": "Prevost Car", "legal_name": null, "aliases": ["Prevost", "pray-voh", "PREVOST", "Prevost (bus manufacturer)", "Prevost Coaches"], "website": "https://www.prevostcar.com", "canonical_domain": "prevostcar.com", "country": "CA", "hq_city": "Sainte-Claire", "hq_region": "Bellechasse", "lat": 46.6, "lon": -70.86667, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q163810", "name": "AB Volvo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Prevost_Logo.svg", "description": "bus manufacturer and division of Volvo Buses", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1987 {"wikidata_id": "Q266087", "display_name": "Infor Global Solutions", "legal_name": null, "aliases": ["Infor", "Infor (United States)"], "website": "https://www.infor.com", "canonical_domain": "infor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1496384", "name": "Koch, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infor-logo_2013-300x280.jpg", "description": "American enterprise software company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1988 {"wikidata_id": "Q2701255", "display_name": "Rough Draft Studios", "legal_name": null, "aliases": ["Rough Draft Korea", "Inc"], "website": "https://www.roughdraftstudios.com", "canonical_domain": "roughdraftstudios.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": ["traditional animation"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rough_Draft_Studios_logo.png", "description": "Korean animation production studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1989 {"wikidata_id": "Q2749082", "display_name": "Lord & Taylor", "legal_name": null, "aliases": ["Lord and Taylor"], "website": "https://www.lordandtaylor.com", "canonical_domain": "lordandtaylor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1826, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lord_%26_Taylor_2022_logo.svg", "description": "American luxury department store", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1990 {"wikidata_id": "Q282903", "display_name": "Seabourn Cruise Line", "legal_name": null, "aliases": ["Seabourn Cruise", "Seabourn Cruise Line Limited", "Yachts of Seabourn"], "website": "https://www.seabourn.com", "canonical_domain": "seabourn.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1044059", "name": "Carnival Corporation"}, "logo_url": null, "description": "luxury cruise line", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1991 {"wikidata_id": "Q2837473", "display_name": "Magnicharters", "legal_name": null, "aliases": [], "website": "https://www.magnicharters.com.mx", "canonical_domain": "magnicharters.com.mx", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1992 {"wikidata_id": "Q2870768", "display_name": "Audiomachine", "legal_name": null, "aliases": [], "website": "https://audiomachine.com", "canonical_domain": "audiomachine.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American trailer music company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1993 {"wikidata_id": "Q294317", "display_name": "AK Press", "legal_name": null, "aliases": [], "website": "https://akuk.com", "canonical_domain": "akuk.com", "country": "US", "hq_city": "Chico", "hq_region": "Butte County", "lat": 39.74, "lon": -121.83556, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AK_Press.jpg", "description": "independent publisher based in the US and UK", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1994 {"wikidata_id": "Q3011992", "display_name": "Dahon", "legal_name": null, "aliases": [], "website": "https://www.germany.dahon.com", "canonical_domain": "dahon.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dahon_Logo_-_freedom_unfolds.jpg", "description": "American bicycle manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1995 {"wikidata_id": "Q30271968", "display_name": "Zipline International", "legal_name": "Zipline International Inc.", "aliases": ["Romotive", "Zipline"], "website": "https://www.flyzipline.com", "canonical_domain": "flyzipline.com", "country": "US", "hq_city": "Half Moon Bay", "hq_region": "San Mateo County", "lat": 37.45889, "lon": -122.43694, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that delivers medical supplies by drone", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1996 {"wikidata_id": "Q3055169", "display_name": "TASCAM", "legal_name": null, "aliases": [], "website": "https://tascam.com", "canonical_domain": "tascam.com", "country": "US", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1549408", "name": "TEAC Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TASCAM_logo.svg", "description": "the professional audio division of TEAC Corporation", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1997 {"wikidata_id": "Q3069699", "display_name": "Sullivan & Cromwell", "legal_name": null, "aliases": [], "website": "https://www.sullcrom.com", "canonical_domain": "sullcrom.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sullivan_and_Cromwell_Logo_1.svg", "description": "international law firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1998 {"wikidata_id": "Q3277383", "display_name": "Magpul", "legal_name": null, "aliases": [], "website": "https://magpul.com", "canonical_domain": "magpul.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American designer and manufacturer of firearms and accessories", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1999 {"wikidata_id": "Q3296074", "display_name": "United States Rubber Company", "legal_name": null, "aliases": ["Uniroyal"], "website": "https://www.uniroyaltires.com", "canonical_domain": "uniroyaltires.com", "country": "US", "hq_city": "Naugatuck", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.48972, "lon": -73.05139, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q163241", "name": "Continental AG"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uniroyal_Logo_vector.svg", "description": "American manufacturer of tires and other synthetic rubber-related products", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2000 {"wikidata_id": "Q3302354", "display_name": "National-Report", "legal_name": null, "aliases": [], "website": "https://national-report.com", "canonical_domain": "national-report.com", "country": "CO", "hq_city": "Colombia", "hq_region": null, "lat": 4.0, "lon": -73.25, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colombian music chart publisher", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2001 {"wikidata_id": "Q3362807", "display_name": "Paper Mate", "legal_name": null, "aliases": [], "website": "https://www.papermate.com", "canonical_domain": "papermate.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["consumer-goods"], "industry_labels": ["stationery"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paper_mate_textlogo.svg", "description": "American writing implement company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2002 {"wikidata_id": "Q3365365", "display_name": "Bank of North Dakota", "legal_name": null, "aliases": ["BND"], "website": "https://bnd.nd.gov", "canonical_domain": "nd.gov", "country": "US", "hq_city": "Bismarck", "hq_region": "Burleigh County", "lat": 46.80833, "lon": -100.78375, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930047TZ2DPGOO5R28", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_North_Dakota_logo.png", "description": "state-owned and -run financial institution", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2003 {"wikidata_id": "Q3879177", "display_name": "Millennium Media", "legal_name": null, "aliases": ["Nu Image", "Nu Image Films"], "website": "https://www.millennium-media.net", "canonical_domain": "millennium-media.net", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2004 {"wikidata_id": "Q4042525", "display_name": "Amazon Lab126", "legal_name": null, "aliases": ["Lab126"], "website": "https://www.lab126.com", "canonical_domain": "lab126.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": null, "description": "research and development and computer hardware company based in Sunnyvale, California and owned by Amazon.com", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2005 {"wikidata_id": "Q4116096", "display_name": "Banco Safra", "legal_name": null, "aliases": [], "website": "https://www.safra.com.br", "canonical_domain": "safra.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7398834", "name": "Safra Group"}, "logo_url": null, "description": "Brazilian private bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7398834"}]}
2006 {"wikidata_id": "Q4118540", "display_name": "RhythmOne", "legal_name": null, "aliases": ["Blinkx", "RhythmOne Group", "RhythmOne plc"], "website": "https://www.rhythmone.com", "canonical_domain": "rhythmone.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RhythmOne_logo.svg", "description": "digital advertising technology company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2007 {"wikidata_id": "Q479952", "display_name": "Beckman Coulter", "legal_name": null, "aliases": ["Beckman Instruments", "Beckman Instruments", "Inc."], "website": "https://www.beckmancoulter.com", "canonical_domain": "beckmancoulter.com", "country": "US", "hq_city": "Krefeld", "hq_region": "Düsseldorf Government Region", "lat": 51.33333, "lon": 6.56667, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493008CNCZVRJ77MV44", "sec_cik": null, "parent": {"wikidata_id": "Q1159256", "name": "Danaher Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beckman_Coulter_Logo.svg", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2008 {"wikidata_id": "Q4930366", "display_name": "Bluehost", "legal_name": null, "aliases": [], "website": "https://bluehost.com", "canonical_domain": "bluehost.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": ["cloud-infrastructure", "internet"], "industry_labels": ["web hosting service", "Internet industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bluehost_logo.svg", "description": "web hosting company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2009 {"wikidata_id": "Q498812", "display_name": "Running with Scissors", "legal_name": null, "aliases": ["RWS", "Inc.", "RWS", "Inc."], "website": "https://runningwithscissors.com", "canonical_domain": "runningwithscissors.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2010 {"wikidata_id": "Q5103456", "display_name": "Chobani", "legal_name": null, "aliases": [], "website": "https://chobani.com", "canonical_domain": "chobani.com", "country": "US", "hq_city": "Norwich", "hq_region": "Chenango County", "lat": 42.53194, "lon": -75.52167, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chobani_logo_2017.png", "description": "USA dairy processor specializing in strained yogurt", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2011 {"wikidata_id": "Q5169770", "display_name": "Corbin Fisher", "legal_name": null, "aliases": [], "website": "https://www.corbinfisher.com", "canonical_domain": "corbinfisher.com", "country": "US", "hq_city": "Las Vegas Valley", "hq_region": "Clark County", "lat": 36.1318, "lon": -115.184, "industries": [], "industry_labels": ["pornography industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American gay pornography studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2012 {"wikidata_id": "Q567633", "display_name": "Anonymous Content", "legal_name": null, "aliases": [], "website": "https://www.anonymouscontent.com", "canonical_domain": "anonymouscontent.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anonymous_Content_logo.svg", "description": "U.S. film and television production, and a talent management company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2013 {"wikidata_id": "Q5880423", "display_name": "Holiday Inn Express", "legal_name": null, "aliases": [], "website": "https://www.hiexpress.com", "canonical_domain": "hiexpress.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1424962", "name": "IHG Hotels & Resorts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Holiday_Inn_Express_by_IHG_logo.svg", "description": "American midscale hotel chain run by IHG", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2014 {"wikidata_id": "Q6041620", "display_name": "PressReader Inc.", "legal_name": null, "aliases": ["NewspaperDirect"], "website": "https://www.pressreader.com", "canonical_domain": "pressreader.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["media", "software"], "industry_labels": ["journalism", "software industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "digital newspaper distribution and technology company based in Canada", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2015 {"wikidata_id": "Q6060981", "display_name": "Invicta Watch Group", "legal_name": null, "aliases": ["Invicta"], "website": "https://www.invictawatch.com", "canonical_domain": "invictawatch.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Broward County", "lat": 26.02139, "lon": -80.175, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1837, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American watch company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2016 {"wikidata_id": "Q609766", "display_name": "3G Capital", "legal_name": null, "aliases": [], "website": "https://www.3g-capital.com", "canonical_domain": "3g-capital.com", "country": "US", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3G_Capital_BW.svg", "description": "global investment firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2017 {"wikidata_id": "Q648898", "display_name": "House of Blues", "legal_name": null, "aliases": [], "website": "https://www.houseofblues.com", "canonical_domain": "houseofblues.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1061903", "name": "Live Nation Entertainment"}, "logo_url": null, "description": "American chain of live music concert halls and restaurants", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2018 {"wikidata_id": "Q684254", "display_name": "Drawn & Quarterly", "legal_name": "Drawn & Quarterly", "aliases": ["Drawn and Quarterly"], "website": "https://www.drawnandquarterly.com", "canonical_domain": "drawnandquarterly.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian publishing house", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2019 {"wikidata_id": "Q6979886", "display_name": "Nationwide Mutual Insurance Company", "legal_name": null, "aliases": ["Nationwide", "Nationwide Insurance"], "website": "https://www.nationwide.com", "canonical_domain": "nationwide.com", "country": "US", "hq_city": "One Nationwide Plaza", "hq_region": "Ohio", "lat": 39.9685, "lon": -83.0024, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003G27DB6UYPQZ06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nationwide_Insurance.svg", "description": "group of large insurance and financial services companies in the United States", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2020 {"wikidata_id": "Q6981479", "display_name": "Nautica", "legal_name": null, "aliases": [], "website": "https://www.nautica.com", "canonical_domain": "nautica.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2021 {"wikidata_id": "Q7234413", "display_name": "Postobón", "legal_name": null, "aliases": ["Postobon", "S.A."], "website": "https://www.postobon.com", "canonical_domain": "postobon.com", "country": "CO", "hq_city": "Medellín", "hq_region": "Antioquia", "lat": 6.2502, "lon": -75.56758, "industries": ["food-beverage"], "industry_labels": ["soft drink"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7101929", "name": "Organización Ardila Lülle"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Postob%C3%B3n_S._A._logo.svg", "description": "drinks brand from Colombia", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2022 {"wikidata_id": "Q738853", "display_name": "Coldwell Banker", "legal_name": null, "aliases": ["Coldwell Banker New Homes", "Coldwell Banker Real Estate", "Coldwell Banker Real Estate LLC"], "website": "https://www.coldwellbanker.com", "canonical_domain": "coldwellbanker.com", "country": "US", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coldwell_Banker_logo_2026.svg", "description": "US international real estate agent franchise company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2023 {"wikidata_id": "Q752556", "display_name": "INVAP", "legal_name": null, "aliases": ["INVAP S.E.", "Investigaciones Aplicadas"], "website": "https://www.invap.com.ar", "canonical_domain": "invap.com.ar", "country": "AR", "hq_city": "Bariloche", "hq_region": "Río Negro Province", "lat": -41.15, "lon": -71.3, "industries": ["technology"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_INVAP.svg", "description": "government-owned Argentine technology company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2024 {"wikidata_id": "Q77659264", "display_name": "Haus Laboratories", "legal_name": null, "aliases": [], "website": "https://www.hauslabs.com", "canonical_domain": "hauslabs.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haus_Labs_logo.svg", "description": "cosmetics brand", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2025 {"wikidata_id": "Q7973038", "display_name": "WatchMojo", "legal_name": null, "aliases": [], "website": "https://www.watchmojo.com", "canonical_domain": "watchmojo.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WatchMojologo.png", "description": "Canadian video company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2026 {"wikidata_id": "Q834396", "display_name": "The Leading Hotels of the World", "legal_name": null, "aliases": [], "website": "https://www.lhw.com", "canonical_domain": "lhw.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Leading_Hotels_of_the_World_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2027 {"wikidata_id": "Q85738663", "display_name": "87North Productions", "legal_name": null, "aliases": [], "website": "https://87north.com", "canonical_domain": "87north.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/87north_productions_logo.svg", "description": "American film production company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2028 {"wikidata_id": "Q105318880", "display_name": "Padlet", "legal_name": null, "aliases": ["Wallwisher"], "website": "https://padlet.com", "canonical_domain": "padlet.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Padlet.svg", "description": "educational technology startup company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2029 {"wikidata_id": "Q1056430", "display_name": "HEINEKEN Mexico", "legal_name": null, "aliases": ["Cerveceria Cuauhtemoc-Moctezuma", "Cervecería Cuauhtémoc-Moctezuma", "Cuauhtemoc Moctezuma Brewery"], "website": "https://www.heinekenmexico.com", "canonical_domain": "heinekenmexico.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brewery based in Monterrey, Nuevo León, México", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2030 {"wikidata_id": "Q108907426", "display_name": "WHOOP", "legal_name": null, "aliases": [], "website": "https://whoop.com", "canonical_domain": "whoop.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Wearable technology company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2031 {"wikidata_id": "Q1095605", "display_name": "Claris", "legal_name": null, "aliases": ["Claris Inc.", "Claris International", "Claris International Inc."], "website": "https://www.claris.com", "canonical_domain": "claris.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q312", "name": "Apple Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Claris_logo_blk.svg", "description": "computer software developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2032 {"wikidata_id": "Q110363143", "display_name": "Cohere", "legal_name": null, "aliases": ["Cohere AI", "co:here"], "website": "https://cohere.com", "canonical_domain": "cohere.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cohere-Logo.png", "description": "Canadian artificial intelligence company building foundational models", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2033 {"wikidata_id": "Q1128918", "display_name": "CLS Group", "legal_name": null, "aliases": [], "website": "https://www.cls-group.com", "canonical_domain": "cls-group.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US financial institution", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2034 {"wikidata_id": "Q1138785", "display_name": "Tusass", "legal_name": null, "aliases": ["TELE Greenland"], "website": "https://www.tusass.gl", "canonical_domain": "tusass.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["internet", "telecommunications", "logistics"], "industry_labels": ["internet service provider", "mail", "telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "main telecommunication and postal provider in Greenland", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2035 {"wikidata_id": "Q1140946", "display_name": "Circuit City Stores", "legal_name": null, "aliases": [], "website": "https://www.circuitcity.com", "canonical_domain": "circuitcity.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Circuit_City_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2036 {"wikidata_id": "Q1145766", "display_name": "Future Shop", "legal_name": null, "aliases": [], "website": "https://www.futureshop.ca", "canonical_domain": "futureshop.ca", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q533415", "name": "Best Buy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Future_Shop_logo.svg", "description": "Canadian electronics retailer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2037 {"wikidata_id": "Q1152098", "display_name": "Richard Childress Racing", "legal_name": null, "aliases": [], "website": "https://www.rcrracing.com", "canonical_domain": "rcrracing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "auto-racing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2038 {"wikidata_id": "Q118663", "display_name": "Baldwin Piano Company", "legal_name": null, "aliases": ["Baldwin", "Baldwin Piano and Organ Company", "D. H. Baldwin Company", "The Baldwin Piano Company"], "website": "https://www.baldwinpiano.com", "canonical_domain": "baldwinpiano.com", "country": "US", "hq_city": "Trumann", "hq_region": "Poinsett County", "lat": 35.6764, "lon": -90.5192, "industries": [], "industry_labels": [], "founded_year": 1862, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q210278", "name": "Gibson Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baldwin_piano_logo.png", "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2039 {"wikidata_id": "Q1207857", "display_name": "DiMarzio", "legal_name": null, "aliases": [], "website": "https://www.dimarzio.com", "canonical_domain": "dimarzio.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DiMarzio_logo.svg", "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2040 {"wikidata_id": "Q1233073", "display_name": "Walt Disney Motion Pictures Group", "legal_name": null, "aliases": ["Inc."], "website": "https://corporate.disney.go.com", "canonical_domain": "go.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2041 {"wikidata_id": "Q1266156", "display_name": "Dunlop Manufacturing", "legal_name": null, "aliases": ["Dunlop", "Dunlop HT1 Heil Talk Box", "Inc.", "Jim Dunlop"], "website": "https://www.jimdunlop.com", "canonical_domain": "jimdunlop.com", "country": "US", "hq_city": "Benicia", "hq_region": "Solano County", "lat": 38.06333, "lon": -122.15611, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dunlop_Manufacturing_logo.svg", "description": "US musical products company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q974486"}]}
2042 {"wikidata_id": "Q130370820", "display_name": "Arena", "legal_name": "Arena", "aliases": [], "website": "https://arena.ai", "canonical_domain": "arena.ai", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "website that allows you to test various large language models", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2043 {"wikidata_id": "Q1396863", "display_name": "Farmers Insurance Group", "legal_name": null, "aliases": ["Farmers", "Farmers Insurance"], "website": "https://www.farmers.com", "canonical_domain": "farmers.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American insurance company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2044 {"wikidata_id": "Q1422369", "display_name": "Alexander Keith's Brewery", "legal_name": null, "aliases": [], "website": "https://www.keiths.ca", "canonical_domain": "keiths.ca", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1820, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keithsindiapaleale.JPG", "description": "Canadian beer brewery based in Halifax, Nova Scotia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2045 {"wikidata_id": "Q14408853", "display_name": "Zero Tolerance", "legal_name": null, "aliases": ["Zero Tolerance Entertainment"], "website": "https://www.ztvideo.com", "canonical_domain": "ztvideo.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["pornography industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zero_Tolerance_Entertainment_logo.svg", "description": "pornographic film studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2046 {"wikidata_id": "Q1475272", "display_name": "Grass Valley", "legal_name": null, "aliases": [], "website": "https://www.grassvalley.com", "canonical_domain": "grassvalley.com", "country": "CA", "hq_city": "Cergy", "hq_region": "arrondissement of Pontoise", "lat": 49.05222, "lon": 2.03611, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grass_Valley_logo_%282021%29.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2047 {"wikidata_id": "Q1476967", "display_name": "WatchGuard", "legal_name": null, "aliases": ["WatchGuard Technologies"], "website": "https://www.watchguard.com", "canonical_domain": "watchguard.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Watchguard_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2048 {"wikidata_id": "Q1510319", "display_name": "Gerber Legendary Blades", "legal_name": null, "aliases": ["Gerber Blades"], "website": "https://www.gerbergear.com", "canonical_domain": "gerbergear.com", "country": "US", "hq_city": "Tigard", "hq_region": "Washington County", "lat": 45.42778, "lon": -122.77889, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1241369", "name": "Fiskars"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gerber_Legendary_Blades_logo.svg", "description": "maker of consumer knives, multi tools and other tools headquartered in Tigard, Oregon", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2049 {"wikidata_id": "Q16994105", "display_name": "Giant Sparrow", "legal_name": null, "aliases": [], "website": "https://www.giantsparrow.com", "canonical_domain": "giantsparrow.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2050 {"wikidata_id": "Q1700291", "display_name": "FRHI Hotels & Resorts", "legal_name": null, "aliases": ["Fairmont Raffles Hotels International", "FRHI Hotels &amp; Resorts"], "website": "https://www.frhi.com", "canonical_domain": "frhi.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212599", "name": "Accor"}, "logo_url": null, "description": "hotel management company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2051 {"wikidata_id": "Q1806949", "display_name": "Latham & Watkins", "legal_name": null, "aliases": ["Latham and Watkins"], "website": "https://www.lw.com", "canonical_domain": "lw.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300C7CY6M277KIQ59", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Latham_%26_Watkins_Logo.svg", "description": "law firm in Los Angeles, United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2052 {"wikidata_id": "Q1807091", "display_name": "YPFB", "legal_name": null, "aliases": [], "website": "https://www.ypfb.gob.bo", "canonical_domain": "ypfb.gob.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YPFB_Logo.svg", "description": "Bolivian oil and gas company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2053 {"wikidata_id": "Q1846692", "display_name": "Formica", "legal_name": null, "aliases": [], "website": "https://www.formica.com", "canonical_domain": "formica.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of composite materials", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2054 {"wikidata_id": "Q1934273", "display_name": "Ovation Guitar Company", "legal_name": null, "aliases": ["Ovation Guitar", "Ovation Guitars", "Ovation Instruments"], "website": "https://www.ovationguitars.com", "canonical_domain": "ovationguitars.com", "country": "US", "hq_city": "New Hartford", "hq_region": "Northwest Hills Planning Region", "lat": 41.84139, "lon": -73.00417, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ovation_5-2015_Logo.png", "description": "manufacturer of guitars", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2055 {"wikidata_id": "Q19481194", "display_name": "Rezvani Motors", "legal_name": null, "aliases": [], "website": "https://www.rezvanimotors.com", "canonical_domain": "rezvanimotors.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American car company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2056 {"wikidata_id": "Q1971715", "display_name": "Pinnacle Systems", "legal_name": null, "aliases": ["pinnacle", "Pinnacle", "Inc."], "website": "https://www.pinnaclesys.com", "canonical_domain": "pinnaclesys.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pinnacle-Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2057 {"wikidata_id": "Q200816", "display_name": "Soros Fund Management", "legal_name": null, "aliases": [], "website": "https://sorosfundmgmt.com", "canonical_domain": "sorosfundmgmt.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "1F24L8VZBQRRH44R7619", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soros_Fund_Mgmt_logo.svg", "description": "private investment firm", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2058 {"wikidata_id": "Q2032942", "display_name": "Williams International", "legal_name": null, "aliases": ["International Research Corporation", "Williams Research Corporation"], "website": "https://www.williams-int.com", "canonical_domain": "williams-int.com", "country": "US", "hq_city": "Commerce Township", "hq_region": "Oakland County", "lat": 42.5794, "lon": -83.4878, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Williams_International_logo.svg", "description": "American manufacturer of small gas turbine engines", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2059 {"wikidata_id": "Q2050571", "display_name": "Traxxas", "legal_name": null, "aliases": [], "website": "https://www.traxxas.com", "canonical_domain": "traxxas.com", "country": "US", "hq_city": "McKinney", "hq_region": "Collin County", "lat": 33.2, "lon": -96.63333, "industries": ["automotive"], "industry_labels": ["game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "RC car company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2060 {"wikidata_id": "Q212517", "display_name": "Credo Reference", "legal_name": null, "aliases": ["Credo Reference (United States)", "Xrefer"], "website": "https://corp.credoreference.com", "canonical_domain": "credoreference.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2061 {"wikidata_id": "Q21623039", "display_name": "Chan Zuckerberg Initiative", "legal_name": null, "aliases": ["Chan Zuckerberg Initiative LLC", "CZI", "Zuckerberg Education Ventures"], "website": "https://chanzuckerberg.com", "canonical_domain": "chanzuckerberg.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": [], "industry_labels": ["philanthropy"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chan_Zuckerberg_Initiative_%282%29.svg", "description": "company founded by Marc Zuckerberg and Priscilla Chan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2062 {"wikidata_id": "Q2289193", "display_name": "Sierra Nevada Brewing Company", "legal_name": null, "aliases": ["Sierra Nevada Brewing Co."], "website": "https://www.sierranevada.com", "canonical_domain": "sierranevada.com", "country": "US", "hq_city": "Chico", "hq_region": "Butte County", "lat": 39.74, "lon": -121.83556, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HOE5MGZUDLWC53", "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in the United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2063 {"wikidata_id": "Q2407366", "display_name": "Merchant Ivory Productions", "legal_name": null, "aliases": [], "website": "https://www.merchantivory.com", "canonical_domain": "merchantivory.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film company founded in 1961 by producer Ismail Merchant and director James Ivory", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2064 {"wikidata_id": "Q24249643", "display_name": "Viking Holdings Ltd", "legal_name": null, "aliases": ["Viking Cruises", "Viking", "Viking Ocean", "Viking Ocean Cruises"], "website": "https://www.vikingcruises.com", "canonical_domain": "vikingcruises.com", "country": "US", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["travel"], "industry_labels": ["tourism industry", "SIC 4400 Water Transportation"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "VIK", "exchange": "NYSE", "lei": "549300IJP90T4MV2GL84", "sec_cik": "1745201", "parent": null, "logo_url": null, "description": "Parent company of Viking River Cruises, Viking Ocean Cruises and Viking Expeditions", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q17091043"}], "source_edgar": {"cik": "1745201", "enriched_at": "2026-09-12T09:34:58+00:00"}}
2065 {"wikidata_id": "Q2475213", "display_name": "Spector", "legal_name": null, "aliases": ["Stuart Spector Design Ltd."], "website": "https://www.spectorguitar.com", "canonical_domain": "spectorguitar.com", "country": "US", "hq_city": "Saugerties", "hq_region": "Ulster County", "lat": 42.07759, "lon": -73.95291, "industries": ["manufacturing"], "industry_labels": ["luthier"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spector_logo_png.png", "description": "bass guitar manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2066 {"wikidata_id": "Q2528351", "display_name": "Alembic Inc", "legal_name": null, "aliases": [], "website": "https://www.alembicguitars.com", "canonical_domain": "alembicguitars.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American audio equipment manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2067 {"wikidata_id": "Q2654839", "display_name": "Aksys Games", "legal_name": null, "aliases": ["Aksys Games Localization", "Inc."], "website": "https://www.aksysgames.com", "canonical_domain": "aksysgames.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer and publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2068 {"wikidata_id": "Q28026114", "display_name": "Limited Run Games", "legal_name": null, "aliases": [], "website": "https://limitedrungames.com", "canonical_domain": "limitedrungames.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Limited_Run_Games_logo_black.svg", "description": "American distributor of limited edition physical releases of video games and soundtracks", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2069 {"wikidata_id": "Q2840527", "display_name": "Aluar", "legal_name": null, "aliases": [], "website": "https://www.aluar.com.ar", "canonical_domain": "aluar.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["mining"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Aluar.svg", "description": "Argentine aluminum company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2070 {"wikidata_id": "Q2909115", "display_name": "Trijicon", "legal_name": null, "aliases": [], "website": "https://www.trijicon.com", "canonical_domain": "trijicon.com", "country": "US", "hq_city": "Wixom", "hq_region": "Oakland County", "lat": 42.52472, "lon": -83.53639, "industries": ["technology"], "industry_labels": ["optics"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trijicon_logo.svg", "description": "American firearm sighting device company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2071 {"wikidata_id": "Q2917244", "display_name": "FAO Schwarz", "legal_name": null, "aliases": ["F A O Schwarz", "F.A.O. Schwarz"], "website": "https://faoschwarz.com", "canonical_domain": "faoschwarz.com", "country": "US", "hq_city": "30 Rockefeller Plaza", "hq_region": "Manhattan", "lat": 40.75897, "lon": -73.97939, "industries": ["consumer-goods"], "industry_labels": ["toy"], "founded_year": 1862, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q696334", "name": "Toys \"R\" Us"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAO_Schwarz_Logo.png", "description": "American toy brand and store", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2072 {"wikidata_id": "Q3027516", "display_name": "Marathon Sports", "legal_name": null, "aliases": [], "website": "https://www.marathon.store", "canonical_domain": "marathon.store", "country": "EC", "hq_city": "Quito", "hq_region": "Quito Metro", "lat": -0.22, "lon": -78.5125, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marathon_blue_logo.png", "description": "Ecuadorian multinational sporting goods manufacturer and retail chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2073 {"wikidata_id": "Q3027988", "display_name": "Diller Scofidio + Renfro", "legal_name": "Diller Scofifio + Renfro", "aliases": ["Diller & Scofidio", "Diller + Scofidio", "Diller Scofidio and Renfro"], "website": "https://dsrny.com", "canonical_domain": "dsrny.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American architectural firm and interdisciplinary design studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2074 {"wikidata_id": "Q3028075", "display_name": "Dimensional Fund Advisors", "legal_name": null, "aliases": ["DFA", "Dimensional"], "website": "https://www.dimensional.com", "canonical_domain": "dimensional.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dimensional_Fund_Advisors_Logo.svg", "description": "American private investment firm", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2075 {"wikidata_id": "Q3030432", "display_name": "Disney Games Group", "legal_name": null, "aliases": ["Disney Interactive", "Disney Games", "Disney Games and Interactive Experiences"], "website": "https://disneyconnect.com", "canonical_domain": "disneyconnect.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "American company that oversees various websites and interactive media owned by The Walt Disney Company and its subsidiaries", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2076 {"wikidata_id": "Q303439", "display_name": "Legoland Discovery Centre", "legal_name": null, "aliases": ["Legoland Discovery Center"], "website": "https://www.legolanddiscoverycentre.com", "canonical_domain": "legolanddiscoverycentre.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legoland-Discovery-Cenre-Logo.svg", "description": "chain of indoor family entertainment centers that are smaller versions of Legoland", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2077 {"wikidata_id": "Q3046645", "display_name": "Eataly", "legal_name": null, "aliases": [], "website": "https://www.eataly.com", "canonical_domain": "eataly.com", "country": "US", "hq_city": "Monticello d'Alba", "hq_region": "Province of Cuneo", "lat": 44.71667, "lon": 7.95, "industries": ["retail"], "industry_labels": ["gastronomy"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eataly_-_logo_%28Italy%2C_2004%29.svg", "description": "chain of large Italian marketplaces", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2078 {"wikidata_id": "Q304769", "display_name": "ARCO", "legal_name": null, "aliases": ["Arco", "Atlantic Research Corporation", "Atlantic Richfield Company"], "website": "https://www.arco.com", "canonical_domain": "arco.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152057", "name": "BP"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ARCO.svg", "description": "American oil company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2079 {"wikidata_id": "Q3206916", "display_name": "Language Creation Society", "legal_name": null, "aliases": [], "website": "https://conlang.org", "canonical_domain": "conlang.org", "country": "US", "hq_city": "Garden Grove", "hq_region": "Orange County", "lat": 33.77889, "lon": -117.96028, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2080 {"wikidata_id": "Q3247233", "display_name": "Regent Seven Seas Cruises", "legal_name": null, "aliases": ["Regent Cruises", "Regent Seven Seas"], "website": "https://www.rssc.com", "canonical_domain": "rssc.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300DUMYYS8ADQDB67", "sec_cik": null, "parent": {"wikidata_id": "Q60767471", "name": "Norwegian Cruise Line Holdings Ltd."}, "logo_url": null, "description": "cruise line", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2081 {"wikidata_id": "Q3352642", "display_name": "One Race Films", "legal_name": null, "aliases": [], "website": "https://www.oneracefilms.com", "canonical_domain": "oneracefilms.com", "country": "US", "hq_city": "Studio City", "hq_region": "Los Angeles", "lat": 34.14361, "lon": -118.39528, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and multimedia production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2082 {"wikidata_id": "Q3376620", "display_name": "Tajín", "legal_name": null, "aliases": ["Tajin"], "website": "https://www.tajin.com", "canonical_domain": "tajin.com", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Taj%C3%ADn.svg", "description": "spice blend", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2083 {"wikidata_id": "Q3517255", "display_name": "Telcel", "legal_name": null, "aliases": ["TELCEL", "telcel 4g", "TELCEL 4G LTE", "telcel online"], "website": "https://us.telcel.com", "canonical_domain": "telcel.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482267", "name": "América Móvil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telcel_logo_2022.svg", "description": "Mobile telephony operator in Mexico", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2084 {"wikidata_id": "Q3521465", "display_name": "The Kennedy/Marshall Company", "legal_name": null, "aliases": ["K/M"], "website": "https://kennedymarshall.com", "canonical_domain": "kennedymarshall.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": [], "industry_labels": ["audiovisual production"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Kennedy_Marshall_Company_2016_logo.svg", "description": "US film-production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2085 {"wikidata_id": "Q3551345", "display_name": "University Press of Kentucky", "legal_name": null, "aliases": ["The University Press of Kentucky"], "website": "https://www.kentuckypress.com", "canonical_domain": "kentuckypress.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "scholarly publisher for Kentucky", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2086 {"wikidata_id": "Q3719120", "display_name": "Bank of America Merrill Lynch", "legal_name": null, "aliases": [], "website": "https://www.bofaml.com", "canonical_domain": "bofaml.com", "country": "US", "hq_city": "Bank of America Tower", "hq_region": "New York City", "lat": 40.75528, "lon": -73.98417, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "investment bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2087 {"wikidata_id": "Q39087006", "display_name": "The Athletic", "legal_name": null, "aliases": ["Athletic", "TA", "Athletic Media Company", "The Athletic Media Company"], "website": "https://theathletic.com", "canonical_domain": "theathletic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900MHAK1ZBW5C3M61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Athletic_wordmark_black_2020.svg", "description": "subscription-based sports news website", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2088 {"wikidata_id": "Q4019803", "display_name": "wildfiregames.com", "legal_name": null, "aliases": [], "website": "https://wildfiregames.com", "canonical_domain": "wildfiregames.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["gaming"], "industry_labels": ["video game developer"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WildfireGames.png", "description": "video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2089 {"wikidata_id": "Q4272310", "display_name": "Estafeta Carga Aérea", "legal_name": null, "aliases": ["Estafeta Carga Aerea", "Estafeta Cargo"], "website": "https://www.estafeta.com", "canonical_domain": "estafeta.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q108185876", "name": "Estafeta Mexicana"}, "logo_url": null, "description": "Cargo Airline in Mexico", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2090 {"wikidata_id": "Q430230", "display_name": "Coleman Company", "legal_name": null, "aliases": ["Coleman", "Inc."], "website": "https://www.coleman.com", "canonical_domain": "coleman.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["consumer-goods"], "industry_labels": ["sports equipment"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": null, "description": "brand of outdoor recreation products, especially camping gear", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2091 {"wikidata_id": "Q4346838", "display_name": "Kleiner Perkins Caufield & Byers", "legal_name": null, "aliases": ["Kleiner Perkins", "Koliner Perkins", "KPCB"], "website": "https://www.kpcb.com", "canonical_domain": "kpcb.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kleiner_Perkins_logo_black.svg", "description": "American venture capital firm", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2092 {"wikidata_id": "Q4356504", "display_name": "Cole Haan", "legal_name": null, "aliases": [], "website": "https://www.colehaan.com", "canonical_domain": "colehaan.com", "country": "US", "hq_city": "Greenland", "hq_region": "Rockingham County", "lat": 43.03611, "lon": -70.83278, "industries": ["apparel"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cole_Haan_Logo.svg", "description": "American footwear company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2093 {"wikidata_id": "Q442450", "display_name": "Florida East Coast Railway", "legal_name": null, "aliases": ["FEC"], "website": "https://fecrwy.com", "canonical_domain": "fecrwy.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["transportation"], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q442450", "name": "Florida East Coast Railway"}, "logo_url": null, "description": "transport company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2094 {"wikidata_id": "Q467598", "display_name": "Cryptic Studios", "legal_name": null, "aliases": [], "website": "https://www.crypticstudios.com", "canonical_domain": "crypticstudios.com", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.23611, "lon": -121.96167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7168080", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cryptic_Studios_Logo.svg", "description": "video game developing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2095 {"wikidata_id": "Q4789651", "display_name": "Argon 18", "legal_name": null, "aliases": [], "website": "https://www.argon18bike.com", "canonical_domain": "argon18bike.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Argon18_logo_H_RGB.gif", "description": "Canadian cycle manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2096 {"wikidata_id": "Q4822010", "display_name": "Auntie Anne's", "legal_name": null, "aliases": [], "website": "https://www.auntieannes.com", "canonical_domain": "auntieannes.com", "country": "US", "hq_city": "Lancaster U.S. Post Office building", "hq_region": "Pennsylvania", "lat": 40.04056, "lon": -76.30778, "industries": ["retail"], "industry_labels": ["gastronomy", "retail"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Auntie_Anne%27s_logo_and_slogan.png", "description": "American pretzel shops", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2097 {"wikidata_id": "Q4928865", "display_name": "Blue Bell Creameries", "legal_name": null, "aliases": [], "website": "https://www.bluebell.com", "canonical_domain": "bluebell.com", "country": "US", "hq_city": "Brenham", "hq_region": "Washington County", "lat": 30.16194, "lon": -96.39694, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American ice cream company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2098 {"wikidata_id": "Q4958263", "display_name": "Braum's", "legal_name": null, "aliases": ["Braums", "Braum's Ice Cream and Dairy Store"], "website": "https://braums.com", "canonical_domain": "braums.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2099 {"wikidata_id": "Q5184987", "display_name": "Cricket Wireless", "legal_name": null, "aliases": ["Cricket Wireless.com"], "website": "https://www.cricketwireless.com", "canonical_domain": "cricketwireless.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35476", "name": "AT&T"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cricket_Wireless_%282014%29.svg", "description": "American telecommunications company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2100 {"wikidata_id": "Q5275948", "display_name": "Digital Photography Review", "legal_name": null, "aliases": ["DPReview"], "website": "https://www.dpreview.com", "canonical_domain": "dpreview.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q140069883", "name": "Gear Patrol"}, "logo_url": null, "description": "website about digital cameras and digital photography", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2101 {"wikidata_id": "Q5305647", "display_name": "Draken International", "legal_name": null, "aliases": [], "website": "https://www.drakenintl.com", "canonical_domain": "drakenintl.com", "country": "US", "hq_city": "Lakeland", "hq_region": "Polk County", "lat": 28.04111, "lon": -81.95889, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Draken_Logo.jpg", "description": "company providing fighter aircraft for training purposes", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2102 {"wikidata_id": "Q5319205", "display_name": "Dynetics", "legal_name": null, "aliases": [], "website": "https://www.dynetics.com", "canonical_domain": "dynetics.com", "country": "US", "hq_city": "Huntsville", "hq_region": "Madison County", "lat": 34.71361, "lon": -86.58611, "industries": ["automotive", "defense", "aerospace-defense"], "industry_labels": ["automotive industry", "weapons industry", "space industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502132", "name": "Leidos"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dynetics-Leidos_logo.svg", "description": "aerospace and defense manufacturer in the United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2103 {"wikidata_id": "Q5370765", "display_name": "J.Crew", "legal_name": null, "aliases": ["J Crew", "J. Crew", "J.Crew Group", "J.Crew Group", "Inc.", "JCrew"], "website": "https://www.jcrew.com", "canonical_domain": "jcrew.com", "country": "US", "hq_city": "225 Liberty Street", "hq_region": "Manhattan", "lat": 40.7125, "lon": -74.01528, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "STJVF3IZKPXHGSIMTQ42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JCrewLogo.png", "description": "American multi-brand, multi-channel, specialty retailer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2104 {"wikidata_id": "Q539548", "display_name": "MGA Entertainment", "legal_name": null, "aliases": ["Micro-Games America Entertainment"], "website": "https://www.mgae.com", "canonical_domain": "mgae.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["game industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001TNIDB3A7LBE09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MGA_Entertainment_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2105 {"wikidata_id": "Q544150", "display_name": "Vanguard Animation", "legal_name": null, "aliases": ["Vanguard Films & Animation"], "website": "https://www.vanguardanimation.com", "canonical_domain": "vanguardanimation.com", "country": "US", "hq_city": "West Hollywood", "hq_region": "Los Angeles County", "lat": 34.08778, "lon": -118.37222, "industries": ["entertainment"], "industry_labels": ["computer animation"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US film production studio founded 2002", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2106 {"wikidata_id": "Q5461946", "display_name": "Florsheim Shoes", "legal_name": null, "aliases": [], "website": "https://www.florsheim.com", "canonical_domain": "florsheim.com", "country": "US", "hq_city": "Glendale", "hq_region": "Milwaukee County", "lat": 43.13, "lon": -87.92778, "industries": ["apparel"], "industry_labels": [], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "an American shoe brand", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2107 {"wikidata_id": "Q5583655", "display_name": "Goodwill Industries", "legal_name": null, "aliases": ["goodwill", "Goodwill", "Goodwill Industries International", "Goodwill Industries International", "Inc."], "website": "https://www.goodwill.org", "canonical_domain": "goodwill.org", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["professional-services", "retail"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goodwill_Industries_Logo.svg", "description": "American job services nonprofit & thrift store chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2108 {"wikidata_id": "Q561407", "display_name": "Wall Street English", "legal_name": null, "aliases": ["Wall Street Institute"], "website": "https://www.wallstreetenglish.com", "canonical_domain": "wallstreetenglish.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["education"], "industry_labels": ["education"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "provider of English language instruction", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2109 {"wikidata_id": "Q569417", "display_name": "aegworldwide.com", "legal_name": null, "aliases": ["AEG"], "website": "https://www.aegworldwide.com", "canonical_domain": "aegworldwide.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sporting and music entertainment company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2110 {"wikidata_id": "Q584202", "display_name": "Fodera", "legal_name": null, "aliases": [], "website": "https://www.fodera.com", "canonical_domain": "fodera.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American guitar manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2111 {"wikidata_id": "Q59491380", "display_name": "Ampere Computing", "legal_name": null, "aliases": [], "website": "https://amperecomputing.com", "canonical_domain": "amperecomputing.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology", "semiconductors"], "industry_labels": ["computer industry", "semiconductor industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ampere_Computing_LLC_Logo.svg", "description": "American company that develops Cloud Native Processors", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2112 {"wikidata_id": "Q6008768", "display_name": "InFocus", "legal_name": null, "aliases": ["InFocus Corporation"], "website": "https://www.infocus.com", "canonical_domain": "infocus.com", "country": "US", "hq_city": "Tigard", "hq_region": "Washington County", "lat": 45.42778, "lon": -122.77889, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InFocus_wordmark.svg", "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2113 {"wikidata_id": "Q616855", "display_name": "SonicWall", "legal_name": null, "aliases": [], "website": "https://www.sonicwall.com", "canonical_domain": "sonicwall.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SonicWall_2016_Logo.png", "description": "cybersecurity company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2114 {"wikidata_id": "Q6379433", "display_name": "Weatherby", "legal_name": null, "aliases": [], "website": "https://weatherby.com", "canonical_domain": "weatherby.com", "country": "US", "hq_city": "Sheridan", "hq_region": "Sheridan County", "lat": 44.79667, "lon": -106.95889, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weatherby-logo-small.png", "description": "American gun manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2115 {"wikidata_id": "Q65121026", "display_name": "Zoox", "legal_name": "Zoox, Inc.", "aliases": ["Amazon deploys fleet of self-driving robotaxis on California streets", "Inc.", "Inc. (Foster", "CA)"], "website": "https://zoox.com", "canonical_domain": "zoox.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["transportation", "robotics", "manufacturing"], "industry_labels": ["transport", "robotics", "industrial manufacturing"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoox_logo.svg", "description": "company developing automated taxis", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2116 {"wikidata_id": "Q6907470", "display_name": "Moon Express", "legal_name": null, "aliases": ["MoonEx"], "website": "https://moonexpress.com", "canonical_domain": "moonexpress.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American privately held company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2117 {"wikidata_id": "Q691940", "display_name": "Folgers", "legal_name": null, "aliases": [], "website": "https://www.folgerscoffee.com", "canonical_domain": "folgerscoffee.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1850, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American coffee brand", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2118 {"wikidata_id": "Q7012543", "display_name": "New World Interactive", "legal_name": null, "aliases": ["NWI"], "website": "https://newworldinteractive.com", "canonical_domain": "newworldinteractive.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_World_Interactive_Logo.svg", "description": "American video game development company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2119 {"wikidata_id": "Q7131061", "display_name": "Panic", "legal_name": null, "aliases": ["Panic Inc", "Inc."], "website": "https://panic.com", "canonical_domain": "panic.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["software", "gaming"], "industry_labels": ["software industry", "video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panic_Inc_Logo.svg", "description": "American software company and video game publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2120 {"wikidata_id": "Q727561", "display_name": "Funny or Die", "legal_name": null, "aliases": [], "website": "https://www.funnyordie.com", "canonical_domain": "funnyordie.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Funny_or_Die_logo.png", "description": "comedy website/film/TV production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2121 {"wikidata_id": "Q73053", "display_name": "Schwinn Bicycle Company", "legal_name": null, "aliases": [], "website": "https://www.schwinnbikes.com", "canonical_domain": "schwinnbikes.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schwinn_logo.png", "description": "American bicycle company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2122 {"wikidata_id": "Q735562", "display_name": "soriana.com", "legal_name": null, "aliases": ["Soriana Híper y Súper"], "website": "https://www.soriana.com", "canonical_domain": "soriana.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoSorianaSVG.svg", "description": "public company and retailer in Mexico", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2123 {"wikidata_id": "Q7512267", "display_name": "Sigma Alimentos", "legal_name": null, "aliases": [], "website": "https://www.sigma-alimentos.com", "canonical_domain": "sigma-alimentos.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sigma_Alimentos_logotipo.png", "description": "Mexican food processing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2124 {"wikidata_id": "Q7596772", "display_name": "Stage 6 Films", "legal_name": null, "aliases": ["Direct-to-video low-budget film and acquisition label"], "website": "https://www.stage6films.com", "canonical_domain": "stage6films.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stage_6_Films_2025_logo.png", "description": "American film production label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2125 {"wikidata_id": "Q766329", "display_name": "Seattle's Best Coffee", "legal_name": null, "aliases": [], "website": "https://www.seattlesbest.com", "canonical_domain": "seattlesbest.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["food-beverage"], "industry_labels": ["coffee"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160746", "name": "Nestlé"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seattle%27s_Best_Coffee_logo.svg", "description": "American specialty coffee retailer and wholesaler", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2126 {"wikidata_id": "Q775680", "display_name": "Monster Games", "legal_name": null, "aliases": ["Monster Games Inc.", "Inc."], "website": "https://www.mgiracing.com", "canonical_domain": "mgiracing.com", "country": "US", "hq_city": "Northfield", "hq_region": "Rice County", "lat": 44.45833, "lon": -93.16111, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monster_Games_logo.svg", "description": "American video game development company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2127 {"wikidata_id": "Q790268", "display_name": "Avatar Press", "legal_name": "Avatar Press, Inc.", "aliases": [], "website": "https://www.avatarpress.com", "canonical_domain": "avatarpress.com", "country": "US", "hq_city": "Rantoul", "hq_region": "Champaign County", "lat": 40.30472, "lon": -88.15194, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent comic book publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2128 {"wikidata_id": "Q8073886", "display_name": "Zondervan", "legal_name": null, "aliases": ["The Zondervan Corporation", "Zondervan Publishing Company", "Zondervan Publishing House"], "website": "https://www.zondervan.com", "canonical_domain": "zondervan.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["media"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95149", "name": "HarperCollins"}, "logo_url": null, "description": "Christian publishing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2129 {"wikidata_id": "Q834077", "display_name": "Rohm and Haas", "legal_name": null, "aliases": [], "website": "https://www.rohmhaas.com", "canonical_domain": "rohmhaas.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q855639", "name": "Dow Chemical Company"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2130 {"wikidata_id": "Q845330", "display_name": "Zellers", "legal_name": null, "aliases": [], "website": "https://zellers.com", "canonical_domain": "zellers.com", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q76039", "name": "Hudson's Bay Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zellers_logo.svg", "description": "retail company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2131 {"wikidata_id": "Q852270", "display_name": "Precision Manuals Development Group", "legal_name": null, "aliases": ["PMDG"], "website": "https://www.precisionmanuals.com", "canonical_domain": "precisionmanuals.com", "country": "US", "hq_city": "Alexandria", "hq_region": "Virginia", "lat": 38.80472, "lon": -77.04722, "industries": [], "industry_labels": ["flight simulator"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flight simulation company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2132 {"wikidata_id": "Q867526", "display_name": "Ultimate Ears", "legal_name": null, "aliases": [], "website": "https://www.ultimateears.com", "canonical_domain": "ultimateears.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["technology"], "industry_labels": ["headphone", "consumer electronics industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q223127", "name": "Logitech"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ultimate_Ears_logo_2017.png", "description": "American headphone company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2133 {"wikidata_id": "Q898651", "display_name": "Votorantim Group", "legal_name": null, "aliases": [], "website": "https://www.votorantim.com.br", "canonical_domain": "votorantim.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Votorantim.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2134 {"wikidata_id": "Q942741", "display_name": "Pollo Campero", "legal_name": null, "aliases": [], "website": "https://www.campero.com", "canonical_domain": "campero.com", "country": "GT", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": ["gastronomy"], "founded_year": 1600, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PolloCampero_Logo.png", "description": "chain of restaurants", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2135 {"wikidata_id": "Q1017288", "display_name": "Busch Gardens", "legal_name": null, "aliases": [], "website": "https://buschgardens.com", "canonical_domain": "buschgardens.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BuschGardensLogo.jpg", "description": "brand name of two amusement parks", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2136 {"wikidata_id": "Q102463", "display_name": "Middle-earth Enterprises", "legal_name": null, "aliases": ["Tolkien Enterprises"], "website": "https://www.middleearth.com", "canonical_domain": "middleearth.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65083539", "name": "Embracer Group"}, "logo_url": null, "description": "company which owns certain rights to elements of The Lord of the Rings and The Hobbit by J. R. R. Tolkien", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2137 {"wikidata_id": "Q1042422", "display_name": "Mentholatum", "legal_name": null, "aliases": [], "website": "https://www.mentholatum.com", "canonical_domain": "mentholatum.com", "country": "US", "hq_city": "Orchard Park", "hq_region": "Erie County", "lat": 42.7667, "lon": -78.7333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7359845", "name": "Rohto Pharmaceutical Co., Ltd."}, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2138 {"wikidata_id": "Q1056400", "display_name": "Bucanero Brewery S.A.", "legal_name": null, "aliases": ["Cubanero"], "website": "https://www.cerveceriabucanero.com", "canonical_domain": "cerveceriabucanero.com", "country": "CU", "hq_city": "Holguin", "hq_region": "Holguín Province", "lat": 20.88722, "lon": -76.26306, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in Cuba", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2139 {"wikidata_id": "Q1111024", "display_name": "MTV Films", "legal_name": null, "aliases": ["MTV Music and Series Development", "MTV Original Series", "MTV Series Entertainment"], "website": "https://www.mtvfilms.com", "canonical_domain": "mtvfilms.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q159846", "name": "Paramount Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTV_Films_2010_logo.svg", "description": "film production group", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2140 {"wikidata_id": "Q123965382", "display_name": "Liverpool", "legal_name": null, "aliases": ["El Puerto de Liverpool"], "website": "https://www.liverpool.com.mx", "canonical_domain": "liverpool.com.mx", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1143318", "name": "El Puerto de Liverpool"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Liverpool_logo_2023.png", "description": "Mexican chain of department stores", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2141 {"wikidata_id": "Q127428", "display_name": "Belk", "legal_name": null, "aliases": [], "website": "https://www.belk.com", "canonical_domain": "belk.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Belk_logo_2010.svg", "description": "department store company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2142 {"wikidata_id": "Q1359692", "display_name": "Tishman Speyer", "legal_name": null, "aliases": ["Tishman Speyer Properties"], "website": "https://tishmanspeyer.com", "canonical_domain": "tishmanspeyer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate company headquartered in New York City", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2143 {"wikidata_id": "Q145270", "display_name": "Coverity", "legal_name": null, "aliases": [], "website": "https://coverity.com", "canonical_domain": "coverity.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["professional-services"], "industry_labels": ["security testing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2144 {"wikidata_id": "Q224599", "display_name": "Powerset", "legal_name": null, "aliases": [], "website": "https://www.powerset.com", "canonical_domain": "powerset.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2145 {"wikidata_id": "Q246572", "display_name": "Kruger Inc.", "legal_name": null, "aliases": [], "website": "https://www.kruger.com", "canonical_domain": "kruger.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kruger-Logo.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2146 {"wikidata_id": "Q259062", "display_name": "Diamond Multimedia", "legal_name": null, "aliases": [], "website": "https://www.diamondmm.com", "canonical_domain": "diamondmm.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1122140", "name": "PowerColor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Diamond_Multimedia_logo.svg", "description": "American company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2147 {"wikidata_id": "Q28225", "display_name": "2K Play", "legal_name": null, "aliases": [], "website": "https://www.2kgames.com", "canonical_domain": "2kgames.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94937", "name": "2K"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2K_Play_Logo.svg", "description": "video game publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2148 {"wikidata_id": "Q289314", "display_name": "Frog Design", "legal_name": null, "aliases": ["frog"], "website": "https://www.frog.co", "canonical_domain": "frog.co", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["consulting", "professional-services", "software"], "industry_labels": ["business and other management consultancy activities", "industrial design", "software industry", "service design", "interaction design", "experience design"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frog_Design_logo.svg", "description": "global creative consultancy", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2149 {"wikidata_id": "Q307894", "display_name": "2(x)ist", "legal_name": null, "aliases": [], "website": "https://www.2xist.com", "canonical_domain": "2xist.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2xist_logo.jpg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2150 {"wikidata_id": "Q352773", "display_name": "AddThis", "legal_name": null, "aliases": [], "website": "https://www.addthis.com", "canonical_domain": "addthis.com", "country": "US", "hq_city": "Vienna", "hq_region": "Fairfax County", "lat": 38.9, "lon": -77.2667, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AddThis_logo.svg", "description": "social bookmarking service", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2151 {"wikidata_id": "Q361836", "display_name": "Yogi Tea", "legal_name": null, "aliases": [], "website": "https://www.yogiproducts.com", "canonical_domain": "yogiproducts.com", "country": "US", "hq_city": "Springfield", "hq_region": "Lane County", "lat": 44.04611, "lon": -123.02194, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2152 {"wikidata_id": "Q370248", "display_name": "HSBC Bank Canada", "legal_name": "HSBC Bank Canada", "aliases": ["HSBC Canada"], "website": "https://www.hsbc.ca", "canonical_domain": "hsbc.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSBC_logo_%282018%29.svg", "description": "bank in Canada that is part of British banking giant HSBC", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2153 {"wikidata_id": "Q374839", "display_name": "International Sport Karate Association", "legal_name": null, "aliases": [], "website": "https://www.iska.com", "canonical_domain": "iska.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": ["kickboxing"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ISKA.jpg", "description": "governing body of sport karate", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2154 {"wikidata_id": "Q381785", "display_name": "Avianca Cargo México", "legal_name": null, "aliases": ["Aerounion - Aerotransporte de Carga Union"], "website": "https://www.aerounion.com.mx", "canonical_domain": "aerounion.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790788", "name": "Avianca Group"}, "logo_url": null, "description": "Mexican cargo airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2155 {"wikidata_id": "Q440774", "display_name": "QVC", "legal_name": null, "aliases": [], "website": "https://www.qvc.com", "canonical_domain": "qvc.com", "country": "US", "hq_city": "Düsseldorf", "hq_region": "Düsseldorf Government Region", "lat": 51.22556, "lon": 6.77667, "industries": ["e-commerce"], "industry_labels": ["mail order"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QVC_logo_2019.svg", "description": "American television network", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2156 {"wikidata_id": "Q463613", "display_name": "American Bridge Company", "legal_name": null, "aliases": ["American Bridge Co."], "website": "https://www.americanbridge.net", "canonical_domain": "americanbridge.net", "country": "US", "hq_city": "Coraopolis", "hq_region": "Allegheny County", "lat": 40.5158, "lon": -80.1628, "industries": ["construction"], "industry_labels": ["construction company"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G11CJE0YANOX16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Bridge_logo.svg", "description": "American heavy/civil construction firm", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2157 {"wikidata_id": "Q50921", "display_name": "Dulux", "legal_name": null, "aliases": [], "website": "https://www.dulux.co.uk", "canonical_domain": "dulux.co.uk", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international paint manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2158 {"wikidata_id": "Q517093", "display_name": "BDV | Banco de Venezuela", "legal_name": null, "aliases": ["BDV", "Bank of Venezuela"], "website": "https://www.bancodevenezuela.com", "canonical_domain": "bancodevenezuela.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_de_Venezuela_logo.svg", "description": "public bank in Venezuela", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2159 {"wikidata_id": "Q568940", "display_name": "Jet", "legal_name": null, "aliases": ["JET (Phillips 66)"], "website": "https://www.jetlocal.co.uk", "canonical_domain": "jetlocal.co.uk", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jet_brand_logo.png", "description": "filling station brand used in Europe by Phillips 66", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2160 {"wikidata_id": "Q766351", "display_name": "Tazo", "legal_name": null, "aliases": ["Tazo Tea Company"], "website": "https://www.tazo.com", "canonical_domain": "tazo.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["manufacturing"], "industry_labels": ["gastronomy"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q157062", "name": "Unilever"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tazo_2013_logo.png", "description": "Tea & herbal tea manufacturer and distributor", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2161 {"wikidata_id": "Q800074", "display_name": "E-ZPass", "legal_name": null, "aliases": [], "website": "https://www.e-zpassiag.com", "canonical_domain": "e-zpassiag.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/E-ZPass_logo_purple_on_white.svg", "description": "toll company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2162 {"wikidata_id": "Q825539", "display_name": "Kelvinator", "legal_name": null, "aliases": ["Kelvinator Corporation"], "website": "https://www.kelvinator.com", "canonical_domain": "kelvinator.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["manufacture of domestic appliances"], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q505922", "name": "Electrolux"}, "logo_url": null, "description": "business", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2163 {"wikidata_id": "Q845257", "display_name": "Winners", "legal_name": null, "aliases": [], "website": "https://www.winners.ca", "canonical_domain": "winners.ca", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["retail"], "industry_labels": ["retail", "SIC 7900 Services-Amusement & Recreation Services"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "WNRS", "exchange": "OTC", "lei": null, "sec_cik": "1587603", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winners_logo.svg", "description": "Canadian off-price department store chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1587603", "enriched_at": "2026-09-12T09:34:58+00:00"}}
2164 {"wikidata_id": "Q847921", "display_name": "Lexicon", "legal_name": null, "aliases": [], "website": "https://lexiconpro.com", "canonical_domain": "lexiconpro.com", "country": "US", "hq_city": "Woodbury", "hq_region": "Orange County", "lat": 41.36454, "lon": -74.10598, "industries": ["technology"], "industry_labels": ["audio electronics"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lexicon_logo.svg", "description": "audio equipment manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2165 {"wikidata_id": "Q891563", "display_name": "Caracas Stock Exchange", "legal_name": null, "aliases": ["BVC", "Bolsa de Valores de Caracas", "BVCA", "BVCC", "XCAR"], "website": "https://www.bolsadecaracas.com", "canonical_domain": "bolsadecaracas.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Market for equities and bonds", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2166 {"wikidata_id": "Q928726", "display_name": "GMT Games", "legal_name": null, "aliases": [], "website": "https://www.gmtgames.com", "canonical_domain": "gmtgames.com", "country": "US", "hq_city": "Hanford", "hq_region": "Kings County", "lat": 36.3275, "lon": -119.64556, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GMT_Logo.svg", "description": "American board game publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2167 {"wikidata_id": "Q934096", "display_name": "Red Wing Shoes", "legal_name": null, "aliases": ["Red Wing", "Redwing", "Red Wing Shoe Company", "Red Wing Shoe Company", "LLC"], "website": "https://www.redwingshoes.com", "canonical_domain": "redwingshoes.com", "country": "US", "hq_city": "Red Wing", "hq_region": "Goodhue County", "lat": 44.56556, "lon": -92.53472, "industries": ["apparel"], "industry_labels": ["footwear industry"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American footwear company based in Red Wing, Minnesota", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2168 {"wikidata_id": "Q977145", "display_name": "Ferromex", "legal_name": null, "aliases": ["Ferro", "Grupo Mexico Transportes"], "website": "https://ferromex.mx", "canonical_domain": "ferromex.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["transportation"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q623591", "name": "Grupo México"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferromex_logo.png", "description": "Mexican railway company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1407993"}]}
2169 {"wikidata_id": "Q11217915", "display_name": "MAYAir", "legal_name": null, "aliases": [], "website": "https://mayair.com.mx", "canonical_domain": "mayair.com.mx", "country": "MX", "hq_city": "Cancun", "hq_region": "Benito Juárez Municipality", "lat": 21.16142, "lon": -86.82481, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_MAYAir.png", "description": "Mexican airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2170 {"wikidata_id": "Q1250967", "display_name": "Viega", "legal_name": null, "aliases": [], "website": "https://www.viega.de", "canonical_domain": "viega.de", "country": "US", "hq_city": "Attendorn", "hq_region": "Kreis Olpe", "lat": 51.12645, "lon": 7.90333, "industries": ["materials"], "industry_labels": ["building material"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viega_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2171 {"wikidata_id": "Q16512099", "display_name": "TAR México", "legal_name": null, "aliases": ["TAR Aerolíneas"], "website": "https://tarmexico.com", "canonical_domain": "tarmexico.com", "country": "MX", "hq_city": "Santiago de Querétaro", "hq_region": "Queretaro Municipality", "lat": 20.58806, "lon": -100.38806, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2172 {"wikidata_id": "Q2896156", "display_name": "TerraCycle", "legal_name": null, "aliases": [], "website": "https://www.terracycle.com", "canonical_domain": "terracycle.com", "country": "US", "hq_city": "Trenton", "hq_region": "Mercer County", "lat": 40.22028, "lon": -74.76583, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_TerraCycle.svg", "description": "American industrial company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2173 {"wikidata_id": "Q3031850", "display_name": "Fondo de Cultura Económica", "legal_name": null, "aliases": ["FCE", "Fondo de Cultura Economica"], "website": "https://www.fondodeculturaeconomica.com", "canonical_domain": "fondodeculturaeconomica.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogotipoFCE228.gif", "description": "Mexican publishing house", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2174 {"wikidata_id": "Q3369963", "display_name": "Jarritos", "legal_name": null, "aliases": [], "website": "https://jarritos.com", "canonical_domain": "jarritos.com", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of soft drink", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2175 {"wikidata_id": "Q3375400", "display_name": "Jumex", "legal_name": null, "aliases": ["Grupo Jumex", "SA de CV"], "website": "https://www.grupojumex.mx", "canonical_domain": "grupojumex.mx", "country": "MX", "hq_city": "Ecatepec de Morelos Municipality", "hq_region": "State of Mexico", "lat": 19.56667, "lon": -99.04, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Jumex_logo.svg", "description": "Mexican company of beverages", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2176 {"wikidata_id": "Q3561214", "display_name": "Viterra", "legal_name": null, "aliases": ["Viterra Inc."], "website": "https://www.viterra.com", "canonical_domain": "viterra.com", "country": "CA", "hq_city": "Regina", "hq_region": "Saskatchewan", "lat": 50.45472, "lon": -104.60667, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viterra_Logo_Green_RGB.png", "description": "multi-national agricultural company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2177 {"wikidata_id": "Q4789706", "display_name": "Argos Comunicación", "legal_name": null, "aliases": ["Argos Comunicacion"], "website": "https://www.argoscomunicacion.com", "canonical_domain": "argoscomunicacion.com", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Argos_Comunicacion.png", "description": "Mexican television and film production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2178 {"wikidata_id": "Q1415922", "display_name": "Sauza Tequila", "legal_name": null, "aliases": [], "website": "https://www.sauzatequila.com", "canonical_domain": "sauzatequila.com", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": [], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2179 {"wikidata_id": "Q16960375", "display_name": "Aeronaves TSM", "legal_name": null, "aliases": [], "website": "https://www.aeronavestsm.com", "canonical_domain": "aeronavestsm.com", "country": "MX", "hq_city": "Saltillo", "hq_region": "Saltillo Municipality", "lat": 25.42306, "lon": -100.99194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican Cargo Airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2180 {"wikidata_id": "Q2497795", "display_name": "Coppel", "legal_name": null, "aliases": ["Coppel stores"], "website": "https://www.coppel.com", "canonical_domain": "coppel.com", "country": "MX", "hq_city": "Culiacán", "hq_region": "Culiacán Municipality", "lat": 24.79028, "lon": -107.38778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coppel_2025.svg", "description": "Mexican department store", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2181 {"wikidata_id": "Q3323885", "display_name": "Sky México", "legal_name": null, "aliases": ["SKY", "Sky Mexico"], "website": "https://www.sky.com.mx", "canonical_domain": "sky.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "direct broadcast satellite company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2182 {"wikidata_id": "Q3365858", "display_name": "Bodega Aurrera", "legal_name": null, "aliases": [], "website": "https://www.bodegaaurrera.com.mx", "canonical_domain": "bodegaaurrera.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican supermarket chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2183 {"wikidata_id": "Q3537471", "display_name": "Transener", "legal_name": null, "aliases": [], "website": "https://www.transener.com.ar", "canonical_domain": "transener.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transener_logo.png", "description": "Argentinian electrical transmission network operator", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2184 {"wikidata_id": "Q4854076", "display_name": "Banco Azteca", "legal_name": null, "aliases": [], "website": "https://www.bancoazteca.com.mx", "canonical_domain": "bancoazteca.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Banco_Azteca.svg", "description": "South American banking chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2185 {"wikidata_id": "Q5520129", "display_name": "Gamesa", "legal_name": null, "aliases": [], "website": "https://www.gamesa.com.mx", "canonical_domain": "gamesa.com.mx", "country": "MX", "hq_city": "Coquimatlán Municipality", "hq_region": "Colima", "lat": 19.18333, "lon": -103.93333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": null, "description": "Mexican company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2186 {"wikidata_id": "Q6808160", "display_name": "Megacable", "legal_name": null, "aliases": [], "website": "https://www.megacable.com.mx", "canonical_domain": "megacable.com.mx", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Megacable_logo.svg", "description": "Mexican cable television company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2187 {"wikidata_id": "Q7309014", "display_name": "Regional Cargo", "legal_name": null, "aliases": ["RegionalCargo", "Regionalcargo Holdings", "S.A. de C.V."], "website": "https://www.regionalcargo.com", "canonical_domain": "regionalcargo.com", "country": "MX", "hq_city": "Querétaro International Airport", "hq_region": "Colón Municipality", "lat": 20.62222, "lon": -100.18833, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2188 {"wikidata_id": "Q7396446", "display_name": "Sabritas", "legal_name": null, "aliases": ["S. de R.L. de C.V."], "website": "https://www.sabritas.com.mx", "canonical_domain": "sabritas.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1221751", "name": "Frito-Lay"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logos_Sabritas_Sol_2021.png", "description": "Mexican snacks company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2189 {"wikidata_id": "Q7440183", "display_name": "Seaboard Corporation", "legal_name": null, "aliases": [], "website": "https://www.seaboardcorp.com", "canonical_domain": "seaboardcorp.com", "country": "US", "hq_city": "Merriam", "hq_region": "Johnson County", "lat": 39.02083, "lon": -94.69361, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "87Q3KOXT29OW9W9YPT70", "sec_cik": null, "parent": null, "logo_url": null, "description": "international agribusiness company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2190 {"wikidata_id": "Q2990370", "display_name": "Compartamos Banco ICR", "legal_name": null, "aliases": [], "website": "https://www.compartamos.com.mx", "canonical_domain": "compartamos.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2191 {"wikidata_id": "Q3209285", "display_name": "Grupo Reforma", "legal_name": null, "aliases": [], "website": "https://www.reforma.com", "canonical_domain": "reforma.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_REFORMA_%28M%C3%A9xico%29.png", "description": "Mexican print media company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2192 {"wikidata_id": "Q3544483", "display_name": "Aerodavinci", "legal_name": null, "aliases": ["Aero Davinci"], "website": "https://aerodavinci.com.mx", "canonical_domain": "aerodavinci.com.mx", "country": "MX", "hq_city": "Reynosa", "hq_region": "Reynosa Municipality", "lat": 26.09222, "lon": -98.27778, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2193 {"wikidata_id": "Q4567149", "display_name": "Tijuana Beer", "legal_name": null, "aliases": [], "website": "https://www.tjbeer.com", "canonical_domain": "tjbeer.com", "country": "MX", "hq_city": "Tijuana", "hq_region": "Tijuana Municipality", "lat": 32.53645, "lon": -117.03715, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1 +{"wikidata_id": "Q2283", "display_name": "Microsoft", "legal_name": "Microsoft Corporation", "aliases": [], "website": "https://www.microsoft.com", "canonical_domain": "microsoft.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["software", "technology"], "industry_labels": ["software industry", "consumer electronics industry", "software development", "technology industry"], "founded_year": 1975, "employees": 228000, "public_company": true, "ticker": "MSFT", "exchange": "Nasdaq", "lei": "INR2EJN1ERAN0W5ZP974", "sec_cik": "789019", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Microsoft_logo_%282012%29.svg", "description": "American multinational technology corporation", "sitelinks": 178, "importance": 0.924, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2 +{"wikidata_id": "Q312", "display_name": "Apple Inc.", "legal_name": "Apple Inc.", "aliases": ["Apple (company)"], "website": "https://www.apple.com", "canonical_domain": "apple.com", "country": "US", "hq_city": "Apple Park", "hq_region": "Cupertino", "lat": 37.33479, "lon": -122.009, "industries": ["software", "retail", "technology"], "industry_labels": ["software industry", "digital distribution", "consumer electronics industry", "electronics industry", "information technology industry", "software development", "mobile phone industry"], "founded_year": 1976, "employees": 164000, "public_company": true, "ticker": "AAPL", "exchange": "Nasdaq", "lei": "HWUPKR0MPOU8FGXBT394", "sec_cik": "320193", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apple_logo_black.svg", "description": "American multinational technology company based in Cupertino, California", "sitelinks": 183, "importance": 0.9221, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3 +{"wikidata_id": "Q3884", "display_name": "Amazon", "legal_name": "Amazon.com, Inc.", "aliases": ["Inc."], "website": "https://www.amazon.com", "canonical_domain": "amazon.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["retail", "internet", "e-commerce", "cloud-infrastructure"], "industry_labels": ["retail", "web service", "e-commerce", "web hosting service"], "founded_year": 1994, "employees": 1500000, "public_company": true, "ticker": "AMZN", "exchange": "Nasdaq", "lei": "ZXTILKJKG63JELOEG630", "sec_cik": "1018724", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amazon_2024.svg", "description": "American multinational technology company", "sitelinks": 124, "importance": 0.9076, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4 +{"wikidata_id": "Q7414", "display_name": "The Walt Disney Company", "legal_name": "The Walt Disney Company", "aliases": ["The Walt Disney Studio"], "website": "https://www.disney.com", "canonical_domain": "disney.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment", "hospitality", "travel", "media"], "industry_labels": ["animation", "amusement park", "film industry", "leisure park industry", "tourism industry", "entertainment industry", "media industry"], "founded_year": 1923, "employees": 223000, "public_company": true, "ticker": "DIS", "exchange": "New York Stock Exchange", "lei": "549300GZKULIZ0WOW665", "sec_cik": "1744489", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Walt_Disney_Company_Logo.svg", "description": "American multinational mass media company", "sitelinks": 142, "importance": 0.9, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q191224"}, {"related_domain_conflict": "Q2140930"}, {"related_domain_conflict": "Q2501552"}, {"related_domain_conflict": "Q2104471"}, {"related_domain_conflict": "Q2084961"}, {"related_domain_conflict": "Q3327964"}, {"related_domain_conflict": "Q105303210"}, {"related_domain_conflict": "Q6739276"}]}
5 +{"wikidata_id": "Q38076", "display_name": "McDonald's", "legal_name": "McDonald's Corporation", "aliases": ["Macca's", "Maccas", "McDo", "McDonald's Restaurant", "Mickey D's"], "website": "https://www.mcdonalds.com", "canonical_domain": "mcdonalds.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage", "hospitality", "consumer-goods"], "industry_labels": ["food service", "quick service restaurant sector", "accommodation and food service activities", "food and tobacco industry"], "founded_year": 1940, "employees": 200000, "public_company": true, "ticker": "MCD", "exchange": "New York Stock Exchange", "lei": "UE2136O97NLB5BYP9H04", "sec_cik": "63908", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McDonald%27s_with_slogan_2020.svg", "description": "American fast food restaurant chain", "sitelinks": 136, "importance": 0.8939, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12061541"}, {"related_domain_conflict": "Q4043856"}]}
6 +{"wikidata_id": "Q37156", "display_name": "IBM", "legal_name": "International Business Machines Corporation", "aliases": ["18M", "IBM Corp.", "International Business Machines Corporation (Armonk", "NY)"], "website": "https://www.ibm.com", "canonical_domain": "ibm.com", "country": "US", "hq_city": "Armonk", "hq_region": "North Castle", "lat": 41.12861, "lon": -73.70778, "industries": ["software", "technology", "consulting"], "industry_labels": ["software industry", "computer industry", "computer hardware industry", "IT service management", "information technology consulting"], "founded_year": 1911, "employees": 352600, "public_company": true, "ticker": "IBM", "exchange": "New York Stock Exchange", "lei": "VGRQXHF3J8VDLUA7XE92", "sec_cik": "51143", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IBM_logo.svg", "description": "American multinational technology company", "sitelinks": 113, "importance": 0.8828, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q909169"}, {"related_domain_conflict": "Q1093541"}, {"related_domain_conflict": "Q3146518"}, {"related_domain_conflict": "Q37592"}, {"related_domain_conflict": "Q689176"}, {"related_domain_conflict": "Q5968851"}, {"related_domain_conflict": "Q16928068"}, {"related_domain_conflict": "Q41567073"}]}
7 +{"wikidata_id": "Q44294", "display_name": "Ford Motor Company", "legal_name": "Ford Motor Company", "aliases": ["Ford", "FoMoCo", "Ford Motor Corporation", "Ford Motors"], "website": "https://www.ford.com", "canonical_domain": "ford.com", "country": "US", "hq_city": "Dearborn", "hq_region": "Wayne County", "lat": 42.31133, "lon": -83.21348, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1903, "employees": 186000, "public_company": true, "ticker": "F", "exchange": "New York Stock Exchange", "lei": "20S05OYHG0MQM4VUIC57", "sec_cik": "37996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_logo_flat.svg", "description": "American multinational automotive company", "sitelinks": 114, "importance": 0.8745, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5467906"}, {"related_domain_conflict": "Q3537079"}]}
8 +{"wikidata_id": "Q483551", "display_name": "walmart.com", "legal_name": null, "aliases": ["Wal-Mart Stores", "Inc.", "Wall Mart", "Wall-Mart", "Wallmart"], "website": "https://www.walmart.com", "canonical_domain": "walmart.com", "country": "US", "hq_city": "Bentonville", "hq_region": "Benton County", "lat": 36.36667, "lon": -94.21333, "industries": ["retail"], "industry_labels": ["retail", "wholesale", "retail chain", "big-box store"], "founded_year": 1962, "employees": 2330000, "public_company": true, "ticker": "WMT", "exchange": "Nasdaq", "lei": "Y87794H0US1R65VBXU25", "sec_cik": "104169", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walmart_logo_%282025%29.svg", "description": "U.S. discount retailer based in Arkansas", "sitelinks": 84, "importance": 0.8671, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
9 +{"wikidata_id": "Q66", "display_name": "Boeing", "legal_name": "The Boeing Company", "aliases": ["The Boeing Company (Chicago", "IL)", "United Aircraft and Transport Corp"], "website": "https://boeing.com", "canonical_domain": "boeing.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["defense", "construction", "aerospace-defense"], "industry_labels": ["weapons industry", "space-based economy", "aircraft construction", "aerospace industry", "aircraft industry", "space industry"], "founded_year": 1916, "employees": 171000, "public_company": true, "ticker": "BA", "exchange": "New York Stock Exchange", "lei": "RVHJWBXLJ1RFUBSY1F30", "sec_cik": "12927", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boeing_full_logo.svg", "description": "American global aerospace and defense corporation", "sitelinks": 106, "importance": 0.8657, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q8793"}, {"related_domain_conflict": "Q795324"}, {"related_domain_conflict": "Q4937128"}, {"related_domain_conflict": "Q62059557"}]}
10 +{"wikidata_id": "Q478214", "display_name": "Tesla", "legal_name": "Tesla, Inc.", "aliases": [], "website": "https://www.tesla.com", "canonical_domain": "tesla.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["automotive", "energy", "renewables"], "industry_labels": ["automotive industry", "battery industry", "solar industry"], "founded_year": 2003, "employees": 140473, "public_company": true, "ticker": "TSLA", "exchange": "Nasdaq", "lei": "54930043XZGB27CTOV49", "sec_cik": "1318605", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tesla_Motors.svg", "description": "American automotive, energy storage and solar power company", "sitelinks": 108, "importance": 0.8648, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q106868050"}]}
11 +{"wikidata_id": "Q37158", "display_name": "Starbucks", "legal_name": null, "aliases": ["Starbucks Coffee", "Starbucks Coffee Company"], "website": "https://www.starbucks.com", "canonical_domain": "starbucks.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["food-beverage"], "industry_labels": ["coffee industry"], "founded_year": 1971, "employees": 383000, "public_company": true, "ticker": "SBUX", "exchange": "Nasdaq", "lei": "OQSJ1DU9TAOC51A47K68", "sec_cik": "829224", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starbucks_coffee_wordmark.png", "description": "American multinational coffee company", "sitelinks": 92, "importance": 0.8626, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q765310"}]}
12 +{"wikidata_id": "Q248", "display_name": "Intel", "legal_name": "Intel Corporation", "aliases": ["INTC", "N M Electronics", "Intel Corp", "Intel Corp."], "website": "https://www.intel.com", "canonical_domain": "intel.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["manufacturing", "semiconductors"], "industry_labels": ["electrical industry", "semiconductor industry"], "founded_year": 1968, "employees": 121100, "public_company": true, "ticker": "INTC", "exchange": "Nasdaq", "lei": "KNX4USFCNGPY45LOCE31", "sec_cik": "50863", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intel_logo_2023.svg", "description": "American multinational technology company", "sitelinks": 101, "importance": 0.8557, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
13 +{"wikidata_id": "Q81965", "display_name": "General Motors", "legal_name": "General Motors Company", "aliases": ["GM", "General Motors Corporation"], "website": "https://www.gm.com", "canonical_domain": "gm.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1908, "employees": 164000, "public_company": true, "ticker": "GM", "exchange": "New York Stock Exchange", "lei": "54930070NSV60J38I987", "sec_cik": "1467858", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_motors_logo_with_wordmark.svg", "description": "American multinational automotive company", "sitelinks": 90, "importance": 0.8481, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2345532"}]}
14 +{"wikidata_id": "Q193701", "display_name": "SpaceX", "legal_name": "Space Exploration Technologies Corp.", "aliases": [], "website": "https://spacex.com", "canonical_domain": "spacex.com", "country": "US", "hq_city": "Starbase", "hq_region": "Cameron County", "lat": 25.99202, "lon": -97.18219, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2002, "employees": 22000, "public_company": true, "ticker": "SPCX", "exchange": "Nasdaq", "lei": "549300B9WLO96RQCXP87", "sec_cik": "1181412", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SpaceX_logo_black.svg", "description": "American spaceflight and AI company", "sitelinks": 116, "importance": 0.8454, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
15 +{"wikidata_id": "Q95", "display_name": "Google", "legal_name": "Google LLC", "aliases": [], "website": "https://about.google", "canonical_domain": "about.google", "country": "US", "hq_city": "Googleplex", "hq_region": "Mountain View", "lat": 37.42205, "lon": -122.08444, "industries": ["internet", "technology", "media", "software"], "industry_labels": ["Internet", "information technology", "internet marketing", "software industry", "Internet industry", "technology industry", "SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 1998, "employees": 187000, "public_company": true, "ticker": null, "exchange": null, "lei": "7ZW8QJWVPR4P1J1KQY45", "sec_cik": "1288776", "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Google_2026_logo.svg", "description": "American multinational technology company, a subsidiary of Alphabet Inc.", "sitelinks": 211, "importance": 0.8389, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1288776", "enriched_at": "2026-09-13T07:17:38+00:00"}}
16 +{"wikidata_id": "Q30873", "display_name": "Dell", "legal_name": null, "aliases": [], "website": "https://www.dell.com", "canonical_domain": "dell.com", "country": "US", "hq_city": "Round Rock", "hq_region": "Williamson County", "lat": 30.515, "lon": -97.6725, "industries": ["software", "technology"], "industry_labels": ["software industry", "computer hardware industry"], "founded_year": 1984, "employees": 165000, "public_company": true, "ticker": "DELL", "exchange": "New York Stock Exchange", "lei": "3E70L4WYANTIWWIPHC81", "sec_cik": "1571996", "parent": {"wikidata_id": "Q27500963", "name": "Dell Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dell_logo_2016.svg", "description": "American multinational computer technology corporation", "sitelinks": 81, "importance": 0.8372, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
17 +{"wikidata_id": "Q47099", "display_name": "Grupo Televisa", "legal_name": null, "aliases": ["Televisa S de RL de CV", "Televisa SA de CV", "Televisa", "S de R.L. de C.V."], "website": "https://www.televisa.com", "canonical_domain": "televisa.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media", "entertainment"], "industry_labels": ["television", "mass media", "film industry"], "founded_year": 1973, "employees": 24362, "public_company": true, "ticker": "TLEVISA", "exchange": "Mexican Stock Exchange", "lei": "549300O4AF0C816ILN62", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Grupo_Televisa.svg", "description": "Mexican entertainment and media conglomerate", "sitelinks": 105, "importance": 0.8365, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
18 +{"wikidata_id": "Q483915", "display_name": "Nike", "legal_name": null, "aliases": ["Nike Inc.", "Inc.", "耐克"], "website": "https://www.nike.com", "canonical_domain": "nike.com", "country": "US", "hq_city": "Beaverton", "hq_region": "Washington County", "lat": 45.48694, "lon": -122.80361, "industries": ["retail", "apparel"], "industry_labels": ["industry", "retail", "clothing industry"], "founded_year": 1964, "employees": 76700, "public_company": true, "ticker": "NKE", "exchange": "New York Stock Exchange", "lei": "787RXPR0UX0O0XUXPZ81", "sec_cik": "320187", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_NIKE.svg", "description": "American athletic equipment company", "sitelinks": 89, "importance": 0.8359, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
19 +{"wikidata_id": "Q19900", "display_name": "Oracle Corporation", "legal_name": null, "aliases": ["Oracle", "Big Red", "ORCL", "Oracle International Corporation (Redwood Shores", "CA)"], "website": "https://www.oracle.com", "canonical_domain": "oracle.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software", "technology", "consulting"], "industry_labels": ["software development", "information technology consulting"], "founded_year": 1977, "employees": 162000, "public_company": true, "ticker": "ORCL", "exchange": "New York Stock Exchange", "lei": "1Z4GXXU7ZHVWFCD8TV52", "sec_cik": "1341439", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oracle_logo.svg", "description": "American multinational computer corporation", "sitelinks": 78, "importance": 0.833, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q285352"}, {"related_domain_conflict": "Q2510510"}]}
20 +{"wikidata_id": "Q20800404", "display_name": "Alphabet Inc.", "legal_name": "Alphabet Inc.", "aliases": ["Alphabet", "Alphabet company", "Alphabet Inc", "Alphabet Incorporated", "Alphabet", "Inc", "Alphabet", "Inc."], "website": "https://abc.xyz", "canonical_domain": "abc.xyz", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2015, "employees": 190234, "public_company": true, "ticker": "GOOGL", "exchange": "Nasdaq", "lei": "5493006MHB84DD0ZWV18", "sec_cik": "1652044", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alphabet_Inc_Logo_2015.svg", "description": "American multinational technology conglomerate", "sitelinks": 74, "importance": 0.8299, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
21 +{"wikidata_id": "Q35476", "display_name": "AT&T", "legal_name": null, "aliases": ["ATT"], "website": "https://www.att.com", "canonical_domain": "att.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "postal and telecommunications services"], "founded_year": 2005, "employees": 202600, "public_company": true, "ticker": "T", "exchange": "New York Stock Exchange", "lei": "549300Z40J86GGSTL398", "sec_cik": "732717", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AT%26T_logo_2016.svg", "description": "American multinational conglomerate", "sitelinks": 72, "importance": 0.828, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q298594"}, {"related_domain_conflict": "Q4654544"}, {"related_domain_conflict": "Q6023068"}, {"related_domain_conflict": "Q5999344"}, {"related_domain_conflict": "Q7080749"}, {"related_domain_conflict": "Q8027128"}]}
22 +{"wikidata_id": "Q380", "display_name": "Meta Platforms", "legal_name": "Meta Platforms, Inc.", "aliases": [], "website": "https://www.meta.com", "canonical_domain": "meta.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2004, "employees": 58604, "public_company": true, "ticker": "META", "exchange": "Nasdaq", "lei": "BQ4BKCS1HXDV9HN80Z93", "sec_cik": "1326801", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meta_Platforms_Inc._logo.svg", "description": "American technology company", "sitelinks": 85, "importance": 0.8272, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
23 +{"wikidata_id": "Q334800", "display_name": "PepsiCo", "legal_name": null, "aliases": ["Pepsi", "bebsi", "PepsiCo Inc.", "Inc. (Purchase", "NY)"], "website": "https://www.pepsico.com", "canonical_domain": "pepsico.com", "country": "US", "hq_city": "Purchase", "hq_region": "Harrison", "lat": 41.04056, "lon": -73.71444, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "fast-moving consumer goods", "beverage industry"], "founded_year": 1961, "employees": 309000, "public_company": true, "ticker": "PEP", "exchange": "New York Stock Exchange", "lei": "FJSUNZKFNQ5YPJ5OT455", "sec_cik": "77476", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PepsiCo_%282025%2C_wordmark%29.svg", "description": "American soft drink company", "sitelinks": 66, "importance": 0.825, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
24 +{"wikidata_id": "Q80978", "display_name": "Hewlett-Packard", "legal_name": "HP Inc.", "aliases": ["HP"], "website": "https://www.hp.com", "canonical_domain": "hp.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software", "technology", "telecommunications"], "industry_labels": ["software industry", "information technology industry", "computer hardware industry", "information and communications industry"], "founded_year": 1939, "employees": 48000, "public_company": true, "ticker": "HPQ", "exchange": "New York Stock Exchange", "lei": "WHKXQACZ14C5XRO8LW03", "sec_cik": "47217", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HP_logo_2025.svg", "description": "American information technology company", "sitelinks": 85, "importance": 0.8243, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q21404084"}, {"related_domain_conflict": "Q694352"}, {"related_domain_conflict": "Q3354442"}, {"related_domain_conflict": "Q18148863"}, {"related_domain_conflict": "Q29123852"}]}
25 +{"wikidata_id": "Q206921", "display_name": "Pfizer", "legal_name": "Pfizer Inc.", "aliases": ["PFE"], "website": "https://www.pfizer.com", "canonical_domain": "pfizer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1849, "employees": 78500, "public_company": true, "ticker": "PFE", "exchange": "New York Stock Exchange", "lei": "765LHXWGK1KXCLTFYQ30", "sec_cik": "78003", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pfizer_%282021%29.svg", "description": "American multinational pharmaceutical and biotechnology corporation", "sitelinks": 76, "importance": 0.8198, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
26 +{"wikidata_id": "Q11463", "display_name": "Adobe", "legal_name": "Adobe Inc.", "aliases": ["ADBE", "ADOBE INC. (San Jose", "CA)", "Adobe Systems", "Adobe Systems Software(Beijing)Co.", "Ltd.", "Adobe Systems", "Inc."], "website": "https://www.adobe.com", "canonical_domain": "adobe.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["artificial-intelligence", "technology", "software"], "industry_labels": ["artificial intelligence", "information technology", "software industry", "software development"], "founded_year": 1982, "employees": 25988, "public_company": true, "ticker": "ADBE", "exchange": "Nasdaq", "lei": "FU4LY2G4933NH2E1CP29", "sec_cik": "796343", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adobe_Corporate_wordmark.svg", "description": "American multinational computer software company", "sitelinks": 87, "importance": 0.8179, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q28446850"}, {"related_domain_conflict": "Q5332650"}]}
27 +{"wikidata_id": "Q182477", "display_name": "Nvidia", "legal_name": "NVIDIA Corporation", "aliases": ["nVidia", "NVIDIA"], "website": "https://www.nvidia.com", "canonical_domain": "nvidia.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1993, "employees": 42000, "public_company": true, "ticker": "NVDA", "exchange": "Nasdaq", "lei": "549300S4KLFTLO7GSQ80", "sec_cik": "1045810", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NVIDIA_logo.svg", "description": "American multinational technology company", "sitelinks": 81, "importance": 0.8174, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
28 +{"wikidata_id": "Q7240", "display_name": "Lockheed Martin", "legal_name": null, "aliases": ["Lockheed", "Lockheed-Martin", "LockMart"], "website": "https://lockheedmartin.com", "canonical_domain": "lockheedmartin.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["cybersecurity", "defense", "aerospace-defense", "technology"], "industry_labels": ["information security", "weapons industry", "aerospace industry", "electronics industry"], "founded_year": 1995, "employees": 114000, "public_company": true, "ticker": "LMT", "exchange": "New York Stock Exchange", "lei": "DPRBOZP0K5RM2YE8UU08", "sec_cik": "936468", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lockheed_Martin_logo_%282011%E2%80%932022%29.svg", "description": "US aerospace and defense manufacturer", "sitelinks": 70, "importance": 0.8167, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11083177"}]}
29 +{"wikidata_id": "Q3295867", "display_name": "The Coca-Cola Company", "legal_name": null, "aliases": ["Coca-Cola"], "website": "https://www.coca-colacompany.com", "canonical_domain": "coca-colacompany.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["consumer-goods", "food-beverage"], "industry_labels": ["fast-moving consumer goods", "beverage industry"], "founded_year": 1886, "employees": 69700, "public_company": true, "ticker": "KO", "exchange": "New York Stock Exchange", "lei": "UWJKFUJFZ02DKWI3RY53", "sec_cik": "21344", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Coca-Cola_Company_%282020%29.svg", "description": "American multinational beverage corporation", "sitelinks": 73, "importance": 0.8139, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
30 +{"wikidata_id": "Q156238", "display_name": "ExxonMobil", "legal_name": "ExxonMobil Corporation", "aliases": ["Exxon Mobil Corp."], "website": "https://corporate.exxonmobil.com", "canonical_domain": "exxonmobil.com", "country": "US", "hq_city": "Spring", "hq_region": "Harris County", "lat": 30.0542, "lon": -95.3869, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1882, "employees": 74900, "public_company": true, "ticker": "XOM", "exchange": "New York Stock Exchange", "lei": "J3WHBG0MTS7O8ZVMDC91", "sec_cik": "34088", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exxon_Mobil_Logo.svg", "description": "American multinational oil and gas corporation", "sitelinks": 71, "importance": 0.8121, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q107427040"}]}
31 +{"wikidata_id": "Q58024", "display_name": "eBay Inc.", "legal_name": "eBay Inc.", "aliases": [], "website": "https://www.ebay.com", "canonical_domain": "ebay.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["retail", "e-commerce"], "industry_labels": ["retail", "e-commerce"], "founded_year": 1995, "employees": 12600, "public_company": true, "ticker": "EBAY", "exchange": "Nasdaq", "lei": "OML71K8X303XQONU6T67", "sec_cik": "1065088", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EBay_logo.svg", "description": "American multinational internet corporation that manages eBay.com", "sitelinks": 91, "importance": 0.8121, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
32 +{"wikidata_id": "Q173395", "display_name": "Cisco", "legal_name": "Cisco Systems, Inc.", "aliases": ["Cisco Systems"], "website": "https://www.cisco.com", "canonical_domain": "cisco.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cloud-infrastructure", "telecommunications", "transportation"], "industry_labels": ["networking hardware", "telecommunications industry", "infrastructure platform"], "founded_year": 1984, "employees": 86200, "public_company": true, "ticker": "CSCO", "exchange": "Nasdaq", "lei": "549300LKFJ962MZ46593", "sec_cik": "858877", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cisco_logo_blue_2016.svg", "description": "American multinational technology company", "sitelinks": 69, "importance": 0.8112, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2745629"}]}
33 +{"wikidata_id": "Q192314", "display_name": "JPMorgan Chase", "legal_name": "JPMorgan Chase & Co.", "aliases": ["JPMC", "Bank of the Manhattan Company"], "website": "https://www.jpmorganchase.com", "canonical_domain": "jpmorganchase.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1968, "employees": 271025, "public_company": true, "ticker": "JPM", "exchange": "New York Stock Exchange", "lei": "8I5DZWZKVSZI1NUHU748", "sec_cik": "19617", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_JPMorganChase_2024.svg", "description": "American multinational banking and financial services holding company", "sitelinks": 58, "importance": 0.8098, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
34 +{"wikidata_id": "Q487907", "display_name": "Bank of America", "legal_name": "Bank of America Corporation", "aliases": ["BoA", "BofA", "BANK OF AMERICA CORPORATION"], "website": "https://www.bankofamerica.com", "canonical_domain": "bankofamerica.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["financial-services"], "industry_labels": ["financial sector", "financial services"], "founded_year": 1998, "employees": 213000, "public_company": true, "ticker": "BAC", "exchange": "New York Stock Exchange", "lei": "9DJT3UXIJIZJI4WXO774", "sec_cik": "70858", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_America_logo.svg", "description": "American multinational banking and financial services corporation", "sitelinks": 60, "importance": 0.8098, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
35 +{"wikidata_id": "Q128896", "display_name": "AMD", "legal_name": "Advanced Micro Devices, Inc.", "aliases": ["Advanced Micro Devices"], "website": "https://www.amd.com", "canonical_domain": "amd.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology", "manufacturing", "semiconductors"], "industry_labels": ["computer industry", "electrical industry", "semiconductor industry"], "founded_year": 1969, "employees": 28000, "public_company": true, "ticker": "AMD", "exchange": "Nasdaq", "lei": "R2I72C950HOYXII45366", "sec_cik": "2488", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMD_Logo.svg", "description": "American multinational semiconductor company", "sitelinks": 78, "importance": 0.8076, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
36 +{"wikidata_id": "Q217583", "display_name": "Berkshire Hathaway", "legal_name": null, "aliases": ["Berkshire Hathaway Inc.", "Berkshire Hathaway Incorperation", "Valley Falls Company"], "website": "https://www.berkshirehathaway.com", "canonical_domain": "berkshirehathaway.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["insurance", "manufacturing", "aerospace-defense"], "industry_labels": ["insurance", "conglomerate", "aircraft industry"], "founded_year": 1955, "employees": 360000, "public_company": true, "ticker": "BRK.B", "exchange": "New York Stock Exchange", "lei": "5493000C01ZX7D35SD85", "sec_cik": "1067983", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Berkshire-Hathaway-Logo.svg", "description": "American multinational conglomerate holding company", "sitelinks": 54, "importance": 0.8065, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
37 +{"wikidata_id": "Q486269", "display_name": "Kodak", "legal_name": null, "aliases": [], "website": "https://www.kodakmoments.com", "canonical_domain": "kodakmoments.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["chemicals", "manufacturing"], "industry_labels": ["photo industry", "chemical industry", "Precision engineering and optical industry"], "founded_year": 1880, "employees": 97222, "public_company": true, "ticker": "KODK", "exchange": "New York Stock Exchange", "lei": "549300P7J8F3SSMY3E81", "sec_cik": "31235", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastman_Kodak_Company_logo_%282016%29.svg", "description": "American company", "sitelinks": 64, "importance": 0.8051, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "31235", "enriched_at": "2026-09-13T07:17:38+00:00"}}
38 +{"wikidata_id": "Q212405", "display_name": "Procter & Gamble", "legal_name": null, "aliases": ["Rejoice", "P&G", "Procter & Gamble Co.", "Proctor and Gamble", "The Procter & Gamble Company (Cincinnati", "OH)"], "website": "https://www.pg.com", "canonical_domain": "pg.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["pharmaceuticals", "consumer-goods"], "industry_labels": ["pharmaceutical industry", "fast-moving consumer goods"], "founded_year": 1837, "employees": 105000, "public_company": true, "ticker": "PG", "exchange": "New York Stock Exchange", "lei": "2572IBTT8CCZW6AU4141", "sec_cik": "80424", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Procter_%26_Gamble_logo.svg", "description": "American multinational consumer goods corporation", "sitelinks": 63, "importance": 0.8046, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
39 +{"wikidata_id": "Q459477", "display_name": "FedEx", "legal_name": null, "aliases": ["FEDEX CORPORATE SERVICES", "INC. (Collierville", "TN)", "FedEx Corporation"], "website": "https://www.fedex.com", "canonical_domain": "fedex.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["logistics", "transportation"], "industry_labels": ["logistics", "transport industry"], "founded_year": 1971, "employees": 400000, "public_company": true, "ticker": "FDX", "exchange": "New York Stock Exchange", "lei": "549300E707U7WNPZN687", "sec_cik": "1048911", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FedEx_Corporation_-_2016_Logo.svg", "description": "American multinational delivery services company", "sitelinks": 48, "importance": 0.7959, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q782557"}, {"related_domain_conflict": "Q474379"}, {"related_domain_conflict": "Q5439886"}]}
40 +{"wikidata_id": "Q152433", "display_name": "Xerox", "legal_name": "Xerox Corporation", "aliases": ["Haloid", "Haloid Xerox"], "website": "https://www.xerox.com", "canonical_domain": "xerox.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1906, "employees": 136500, "public_company": true, "ticker": "XRX", "exchange": "New York Stock Exchange", "lei": "4KF48RN45X1OO8UBLY20", "sec_cik": "1770450", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xerox_logo_2026.svg", "description": "American document management corporation", "sitelinks": 54, "importance": 0.7925, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
41 +{"wikidata_id": "Q219508", "display_name": "Citigroup", "legal_name": null, "aliases": ["City Bank of New York", "Citi Bank", "Citigroup Inc."], "website": "https://www.citigroup.com", "canonical_domain": "citigroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking", "financial-services", "insurance"], "industry_labels": ["bank", "financial services", "financial service activities, except insurance and pension funding"], "founded_year": 1812, "employees": 219000, "public_company": true, "ticker": "C", "exchange": "New York Stock Exchange", "lei": "6SHGI4ZSSLCXXQSBB395", "sec_cik": "831001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citi_logo_March_2023.svg", "description": "American investment bank and financial services corporation", "sitelinks": 50, "importance": 0.7914, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
42 +{"wikidata_id": "Q155026", "display_name": "United Parcel Service", "legal_name": null, "aliases": ["American Messenger Company", "Merchants Parcel Delivery", "United Parcel Service Inc.", "UNITED PARCEL SERVICE OF AMERICA", "INC. (Atlanta", "GA)", "Inc", "UPS"], "website": "https://www.ups.com", "canonical_domain": "ups.com", "country": "US", "hq_city": "Neuss", "hq_region": "Rhein-Kreis Neuss", "lat": 51.20028, "lon": 6.69389, "industries": ["logistics"], "industry_labels": ["logistics", "delivery"], "founded_year": 1907, "employees": 434000, "public_company": true, "ticker": "UPS", "exchange": "New York Stock Exchange", "lei": "D01LMJZU09ULLNCY6Z23", "sec_cik": "1090727", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Parcel_Service_logo_2014.svg", "description": "American international package delivery company", "sitelinks": 45, "importance": 0.7904, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
43 +{"wikidata_id": "Q328840", "display_name": "Visa Inc.", "legal_name": "VISA INC.", "aliases": ["Visa", "Visa Inc"], "website": "https://corporate.visa.com", "canonical_domain": "visa.com", "country": "US", "hq_city": "Mission Rock", "hq_region": null, "lat": 37.77444, "lon": -122.38833, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1958, "employees": 31600, "public_company": true, "ticker": "V", "exchange": "New York Stock Exchange", "lei": "549300JZ4OKEHW3DPJ59", "sec_cik": "1403161", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visa_Inc._logo_%282021%E2%80%93present%29.svg", "description": "American multinational financial services corporation", "sitelinks": 64, "importance": 0.7889, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
44 +{"wikidata_id": "Q780442", "display_name": "Uber", "legal_name": null, "aliases": ["Uber Technologies", "Inc. (San Francisco", "CA)", "Uber Technology", "UberCab"], "website": "https://www.uber.com", "canonical_domain": "uber.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "automotive"], "industry_labels": ["information technology", "peer-to-peer ridesharing"], "founded_year": 2009, "employees": 12000, "public_company": true, "ticker": "UBER", "exchange": "New York Stock Exchange", "lei": "549300B2FTG34FILDR98", "sec_cik": "1543151", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uber_logo_2018.svg", "description": "peer-to-peer ridesharing, food delivery, and transportation network company headquartered in San Francisco, California", "sitelinks": 73, "importance": 0.7885, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
45 +{"wikidata_id": "Q319642", "display_name": "Chevron Corporation", "legal_name": "Chevron", "aliases": ["Chevron México", "Standard Oil of California"], "website": "https://www.chevron.com", "canonical_domain": "chevron.com", "country": "US", "hq_city": "San Ramon", "hq_region": "Contra Costa County", "lat": 37.78, "lon": -121.97806, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": 48600, "public_company": true, "ticker": "CVX", "exchange": "New York Stock Exchange", "lei": "VA8TZDWPEZYU430RZ444", "sec_cik": "93410", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chevron_Logo.svg", "description": "American multinational energy corporation", "sitelinks": 60, "importance": 0.7884, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q55607249"}]}
46 +{"wikidata_id": "Q489921", "display_name": "Mastercard", "legal_name": null, "aliases": ["MasterCard Incorporated", "MASTERCARD INTERNATIONAL INCORPORATED (Purchase", "NY)"], "website": "https://www.mastercard.com", "canonical_domain": "mastercard.com", "country": "US", "hq_city": "Purchase", "hq_region": "Harrison", "lat": 41.04056, "lon": -73.71444, "industries": ["financial-services", "insurance"], "industry_labels": ["financial service activities, except insurance and pension funding", "financial services"], "founded_year": 1966, "employees": 39800, "public_company": true, "ticker": "MA", "exchange": "New York Stock Exchange", "lei": "AR5L2ODV9HN37376R084", "sec_cik": "1141391", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mastercard_2019_logo.svg", "description": "American multinational financial services corporation", "sitelinks": 61, "importance": 0.7872, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
47 +{"wikidata_id": "Q333718", "display_name": "Johnson & Johnson", "legal_name": null, "aliases": ["J&J", "Johnson and Johnson"], "website": "https://www.jnj.com", "canonical_domain": "jnj.com", "country": "US", "hq_city": "New Brunswick", "hq_region": "Middlesex County", "lat": 40.48667, "lon": -74.44444, "industries": ["pharmaceuticals", "medical-devices"], "industry_labels": ["pharmaceutical industry", "medical technology industry"], "founded_year": 1886, "employees": 136400, "public_company": true, "ticker": "JNJ", "exchange": "New York Stock Exchange", "lei": "549300G0CFPGEF6X2043", "sec_cik": "200406", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JNJ_Logo_New.svg", "description": "U.S multinational medical devices, pharmaceutical and consumer packaged goods manufacturer", "sitelinks": 51, "importance": 0.7866, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q903523"}]}
48 +{"wikidata_id": "Q173941", "display_name": "Electronic Arts", "legal_name": "Electronic Arts", "aliases": ["EA", "EA Games", "Electronic Arts Inc.", "Inc."], "website": "https://www.ea.com", "canonical_domain": "ea.com", "country": "US", "hq_city": "Redwood Shores", "hq_region": "Redwood City", "lat": 37.53188, "lon": -122.24802, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1982, "employees": 11000, "public_company": true, "ticker": "EA", "exchange": "Nasdaq", "lei": "549300O7A67PUEYKDL45", "sec_cik": "712515", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Electronic_Arts_2020.svg", "description": "American video game company", "sitelinks": 71, "importance": 0.7843, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q220317"}, {"related_domain_conflict": "Q752317"}, {"related_domain_conflict": "Q250426"}, {"related_domain_conflict": "Q21189538"}, {"related_domain_conflict": "Q2667370"}, {"related_domain_conflict": "Q107450464"}]}
49 +{"wikidata_id": "Q467752", "display_name": "Verizon", "legal_name": "Verizon Communications Inc.", "aliases": ["Verizon Communications"], "website": "https://www.verizon.net", "canonical_domain": "verizon.net", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1983, "employees": 132200, "public_company": true, "ticker": "VZ", "exchange": "New York Stock Exchange", "lei": "2S72QS2UO2OESLG6Y829", "sec_cik": "732712", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verizon_2024.svg", "description": "American broadband and telecommunications company", "sitelinks": 50, "importance": 0.7841, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
50 +{"wikidata_id": "Q715583", "display_name": "Costco", "legal_name": "Costco Wholesale Corporation", "aliases": ["Costco Wholesale"], "website": "https://www.costco.com", "canonical_domain": "costco.com", "country": "US", "hq_city": "Issaquah", "hq_region": "King County", "lat": 47.53556, "lon": -122.04333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": 316000, "public_company": true, "ticker": "COST", "exchange": "Nasdaq", "lei": "29DX7H14B9S6O3FD6V18", "sec_cik": "909832", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Costco_Wholesale_logo_2010-10-26.svg", "description": "American multinational chain of membership-only stores", "sitelinks": 44, "importance": 0.7835, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
51 +{"wikidata_id": "Q459965", "display_name": "Caterpillar Inc.", "legal_name": "CATERPILLAR INC.", "aliases": ["Caterpillar", "Caterpillar Inc. (Peoria", "IL)", "Caterpillar Tractor Company"], "website": "https://www.caterpillar.com", "canonical_domain": "caterpillar.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1925, "employees": 104000, "public_company": true, "ticker": "CAT", "exchange": "New York Stock Exchange", "lei": "WRJR7GS4GTRECRRTVX92", "sec_cik": "18230", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caterpillar_logo.svg", "description": "American corporation which designs, manufactures, markets and sells machinery and engines", "sitelinks": 51, "importance": 0.7826, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
52 +{"wikidata_id": "Q193326", "display_name": "Goldman Sachs", "legal_name": null, "aliases": ["Goldman", "Goldman Sachs & Co. (US)", "Goldman Sachs and Co.", "GSCO", "The Goldman Sachs Group", "The Goldman Sachs Group", "Inc."], "website": "https://www.goldmansachs.com", "canonical_domain": "goldmansachs.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "financial service activities, except insurance and pension funding", "financial sector"], "founded_year": 1869, "employees": 34400, "public_company": true, "ticker": "GS", "exchange": "New York Stock Exchange", "lei": "784F5XWPLTWKTBV3E584", "sec_cik": "886982", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goldman_Sachs_logo.svg", "description": "American investment bank", "sitelinks": 59, "importance": 0.7817, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
53 +{"wikidata_id": "Q744149", "display_name": "Wells Fargo", "legal_name": "Wells Fargo & Company", "aliases": ["Wells Fargo Bank", "International company"], "website": "https://www.wellsfargo.com", "canonical_domain": "wellsfargo.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1852, "employees": 150500, "public_company": true, "ticker": "WFC", "exchange": "New York Stock Exchange", "lei": "PBLD0EJDB5FWOLXP3B76", "sec_cik": "72971", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wells_Fargo_Logo_%282020%29.svg", "description": "American multinational banking and financial services company", "sitelinks": 48, "importance": 0.7817, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
54 +{"wikidata_id": "Q194360", "display_name": "American Express", "legal_name": null, "aliases": ["AEXP", "American Express Bank", "American Express Co", "AmEx"], "website": "https://www.americanexpress.com", "canonical_domain": "americanexpress.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "payments", "insurance"], "industry_labels": ["financial services", "payment card industry", "financial service activities, except insurance and pension funding"], "founded_year": 1850, "employees": 64000, "public_company": true, "ticker": "AXP", "exchange": "New York Stock Exchange", "lei": "R4PP93JZOLY261QX3811", "sec_cik": "4962", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Express_logo_%282018%29.svg", "description": "American multinational financial services corporation", "sitelinks": 54, "importance": 0.7815, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
55 +{"wikidata_id": "Q503308", "display_name": "Southwest Airlines", "legal_name": null, "aliases": ["Southwest", "Southwest Airlines Co."], "website": "https://espanol.southwest.com", "canonical_domain": "southwest.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1967, "employees": 59793, "public_company": true, "ticker": "LUV", "exchange": "New York Stock Exchange", "lei": "UDTZ87G0STFETI6HGH41", "sec_cik": "92380", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southwest_Airlines_logo_2014.svg", "description": "airline of the United States", "sitelinks": 54, "importance": 0.7805, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
56 +{"wikidata_id": "Q332477", "display_name": "Victoria’s Secret", "legal_name": "Victoria’s Secret", "aliases": [], "website": "https://www.victoriassecret.com", "canonical_domain": "victoriassecret.com", "country": "US", "hq_city": "Reynoldsburg", "hq_region": "Licking County", "lat": 39.96, "lon": -82.8014, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1977, "employees": 31000, "public_company": true, "ticker": "VSXY", "exchange": "New York Stock Exchange", "lei": "5493006T3O70U3UWVF17", "sec_cik": "1856437", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Victoria%E2%80%99s_Secret_%28logo%2C_2021%29.svg", "description": "American retailer of lingerie", "sitelinks": 59, "importance": 0.7802, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1060855"}]}
57 +{"wikidata_id": "Q544847", "display_name": "Qualcomm", "legal_name": null, "aliases": ["QCOM (NASDAQ)", "Qualcomm Incorporated", "QUALCOMM Incorporated (San Diego", "CA)", "QUALity COMMunications"], "website": "https://consumerrights.wiki", "canonical_domain": "consumerrights.wiki", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["telecommunications", "media", "semiconductors"], "industry_labels": ["telecommunications", "radio", "semiconductor industry"], "founded_year": 1985, "employees": 45000, "public_company": true, "ticker": "QCOM", "exchange": "Nasdaq", "lei": "H1J8DDZKZP6H7RWC0H53", "sec_cik": "804328", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qualcomm-Logo.svg", "description": "American global semiconductor company", "sitelinks": 56, "importance": 0.7802, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
58 +{"wikidata_id": "Q105557", "display_name": "Embraer", "legal_name": "Empresa Brasileira de Aeronáutica S.A.", "aliases": ["Embraer S.A."], "website": "https://www.embraer.com", "canonical_domain": "embraer.com", "country": "BR", "hq_city": "São José dos Campos", "hq_region": "São Paulo", "lat": -23.17889, "lon": -45.88694, "industries": ["defense", "construction", "aerospace-defense"], "industry_labels": ["weapons industry", "aircraft construction", "aerospace industry"], "founded_year": 1969, "employees": 19179, "public_company": true, "ticker": "EMBR3", "exchange": "São Paulo Stock Exchange", "lei": "549300EM51WYXFHUY333", "sec_cik": "1355444", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Embraer_logo.svg", "description": "aircraft manufacturer in Brazil", "sitelinks": 62, "importance": 0.7783, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1355444", "enriched_at": "2026-09-13T07:17:38+00:00"}}
59 +{"wikidata_id": "Q1046951", "display_name": "Target Corporation", "legal_name": null, "aliases": ["Target", "Taj-jay", "Tar-zhay", "Target Store"], "website": "https://www.target.com", "canonical_domain": "target.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["retail"], "industry_labels": ["retail", "retail chain", "big-box store"], "founded_year": 1902, "employees": 400000, "public_company": true, "ticker": "TGT", "exchange": "New York Stock Exchange", "lei": "8WDDFXB5T1Z6J0XC1L66", "sec_cik": "27419", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Target_logo.svg", "description": "American retailer and supermarket chain", "sitelinks": 40, "importance": 0.7772, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
60 +{"wikidata_id": "Q210047", "display_name": "Petrobras", "legal_name": null, "aliases": ["Petróleo Brasileiro S.A.", "Petroleo Brasileiro SA"], "website": "https://www.petrobras.com.br", "canonical_domain": "petrobras.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "gas industry"], "founded_year": 1953, "employees": 52000, "public_company": true, "ticker": "PETR3", "exchange": "São Paulo Stock Exchange", "lei": "5493000J801JZRCMFE49", "sec_cik": "1119639", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petrobras_horizontal_logo.svg", "description": "Brazilian multinational oil and gas corporation", "sitelinks": 51, "importance": 0.7726, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
61 +{"wikidata_id": "Q334204", "display_name": "Morgan Stanley", "legal_name": "Morgan Stanley", "aliases": ["Morgan Stanley & Co.", "MorganStanley"], "website": "https://morganstanley.com", "canonical_domain": "morganstanley.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1924, "employees": 80006, "public_company": true, "ticker": "MS", "exchange": "New York Stock Exchange", "lei": "IGJSJL3JD5P30I6NJZ34", "sec_cik": "895421", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morgan_Stanley_Logo_2024.png", "description": "U.S. investment bank", "sitelinks": 48, "importance": 0.7726, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
62 +{"wikidata_id": "Q193412", "display_name": "Texas Instruments", "legal_name": null, "aliases": ["TI", "Texas Instruments Inc.", "Texas Instruments Incorporated", "TEXAS INSTRUMENTS INCORPORATED (Dallas", "TX)", "TI Inc."], "website": "https://ti.com", "canonical_domain": "ti.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["technology", "semiconductors"], "industry_labels": ["calculator", "electronics", "semiconductor industry"], "founded_year": 1930, "employees": 31000, "public_company": true, "ticker": "TXN", "exchange": "Nasdaq", "lei": "WDJNR2L6D8RWOEB8T652", "sec_cik": "97476", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TexasInstruments-Logo.svg", "description": "American multinational semiconductor design and manufacturing company", "sitelinks": 54, "importance": 0.771, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
63 +{"wikidata_id": "Q159433", "display_name": "3M", "legal_name": null, "aliases": ["3M corporation", "Minnesota Mining & Mfg. Co.", "Minnesota Mining and Manufacturing"], "website": "https://www.3m.com", "canonical_domain": "3m.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["mining", "consumer-goods"], "industry_labels": ["mining industry", "occupational safety", "consumer goods industry"], "founded_year": 1902, "employees": 94987, "public_company": true, "ticker": "MMM", "exchange": "New York Stock Exchange", "lei": "LUZQVYP4VS22CLWDAR65", "sec_cik": "66740", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3M_wordmark.svg", "description": "American multinational corporation", "sitelinks": 46, "importance": 0.7707, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
64 +{"wikidata_id": "Q329953", "display_name": "Northrop Grumman Corporation", "legal_name": "Northrop Grumman Corporation", "aliases": [], "website": "https://www.northropgrumman.com", "canonical_domain": "northropgrumman.com", "country": "US", "hq_city": "Falls Church", "hq_region": "Virginia", "lat": 38.88222, "lon": -77.17111, "industries": ["defense", "manufacturing", "aerospace-defense", "technology"], "industry_labels": ["weapons industry", "shipbuilding", "aerospace industry", "electronics industry", "aircraft industry"], "founded_year": 1994, "employees": 65600, "public_company": true, "ticker": "NOC", "exchange": "New York Stock Exchange", "lei": "RIMU48P07456QXSO0R61", "sec_cik": "1133421", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Northrop_Grumman_logo_blue-on-clear_2020.svg", "description": "American aerospace and defense technology corporation", "sitelinks": 48, "importance": 0.7697, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q86894155"}, {"related_domain_conflict": "Q38816650"}]}
65 +{"wikidata_id": "Q38903", "display_name": "Universal Music Group", "legal_name": null, "aliases": ["UMG Recordings", "Inc.", "Universal Music"], "website": "https://www.universalmusic.fr", "canonical_domain": "universalmusic.fr", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 1934, "employees": 7912, "public_company": true, "ticker": "UMG", "exchange": "Amsterdam Stock Exchange", "lei": "724500GJBUL3D9TW9Y18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Music_Group_logo.svg", "description": "Dutch–American music corporation", "sitelinks": 64, "importance": 0.7688, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
66 +{"wikidata_id": "Q219635", "display_name": "BlackRock", "legal_name": "BlackRock", "aliases": ["BLK", "Inc."], "website": "https://www.blackrock.com", "canonical_domain": "blackrock.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1988, "employees": 19800, "public_company": true, "ticker": "BLK", "exchange": "New York Stock Exchange", "lei": "549300LRIF3NWCU26A80", "sec_cik": "1364742", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BlackRock_wordmark.svg", "description": "American multinational investment management corporation", "sitelinks": 56, "importance": 0.7683, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4920190"}]}
67 +{"wikidata_id": "Q496302", "display_name": "Deere & Company", "legal_name": null, "aliases": ["John Deere", "DEERE & COMPANY (Moline", "IL)", "Deere and Company"], "website": "https://www.deere.com", "canonical_domain": "deere.com", "country": "US", "hq_city": "Moline", "hq_region": "Rock Island County", "lat": 41.48583, "lon": -90.49972, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1837, "employees": 67000, "public_company": true, "ticker": "DE", "exchange": "New York Stock Exchange", "lei": "PWFTNG3EI0Y73OXWDH08", "sec_cik": "315189", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/John_Deere_text_only.png", "description": "American agricultural and industrial auto manufacturing corporation", "sitelinks": 46, "importance": 0.7656, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
68 +{"wikidata_id": "Q738770", "display_name": "Western Digital", "legal_name": "Western Digital Corporation", "aliases": ["WDC", "WD", "WD Corp.", "Western Digital Corp.", "Western Digital Technologies", "Inc. (San Jose", "CA)"], "website": "https://www.westerndigital.com", "canonical_domain": "westerndigital.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1970, "employees": 76449, "public_company": true, "ticker": "WDC", "exchange": "Nasdaq", "lei": "549300QQXOOYEF89IC56", "sec_cik": "106040", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WD_Logo.svg", "description": "American computer storage corporation", "sitelinks": 45, "importance": 0.7653, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
69 +{"wikidata_id": "Q620875", "display_name": "Goodyear Tire and Rubber Company", "legal_name": null, "aliases": ["Goodyear", "Goodyear Tires", "The Goodyear Tire & Rubber Company"], "website": "https://www.goodyear.com", "canonical_domain": "goodyear.com", "country": "US", "hq_city": "Akron", "hq_region": "Summit County", "lat": 41.07306, "lon": -81.51778, "industries": ["manufacturing", "chemicals"], "industry_labels": ["industrial manufacturing", "plastics and rubber industry"], "founded_year": 1898, "employees": 63000, "public_company": true, "ticker": "GT", "exchange": "Nasdaq", "lei": "5493002BI0S2ZQUY3437", "sec_cik": "42582", "parent": null, "logo_url": null, "description": "American multinational tire manufacturer", "sitelinks": 46, "importance": 0.7648, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96472535"}]}
70 +{"wikidata_id": "Q221062", "display_name": "DuPont", "legal_name": "DuPont de Nemours, Inc.", "aliases": ["DowDuPont", "DuPont de Nemours", "DuPont de Nemours", "Inc.", "E. I. DuPont de Nemours & Co.", "E.I. DuPont de Nemours Company"], "website": "https://www.dupont.com", "canonical_domain": "dupont.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1802, "employees": 98000, "public_company": true, "ticker": "DD", "exchange": "New York Stock Exchange", "lei": "5493004JF0SDFLM8GD76", "sec_cik": "1666700", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DuPont_logo.svg", "description": "American multinational chemical company", "sitelinks": 43, "importance": 0.7642, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5531619"}]}
71 +{"wikidata_id": "Q420822", "display_name": "Gap Inc.", "legal_name": null, "aliases": ["Gap", "The Gap", "Inc."], "website": "https://www.gapinc.com", "canonical_domain": "gapinc.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["apparel", "retail"], "industry_labels": ["fast fashion", "retail"], "founded_year": 1969, "employees": 152000, "public_company": true, "ticker": "GAP", "exchange": "New York Stock Exchange", "lei": "T2ZG1WRWZ4BUCMQL9224", "sec_cik": "39911", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Gap_logo.svg", "description": "American multinational clothing and accessories retailer", "sitelinks": 40, "importance": 0.7631, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
72 +{"wikidata_id": "Q864407", "display_name": "The Home Depot", "legal_name": null, "aliases": ["Home Depot", "Inc."], "website": "https://www.homedepot.com", "canonical_domain": "homedepot.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["retail"], "industry_labels": ["retail", "hardware store"], "founded_year": 1978, "employees": 400000, "public_company": true, "ticker": "HD", "exchange": "New York Stock Exchange", "lei": "QEKMOTMBBKA8I816DO57", "sec_cik": "354950", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TheHomeDepot.svg", "description": "American multinational home improvement supplies retailing company", "sitelinks": 34, "importance": 0.7605, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
73 +{"wikidata_id": "Q502940", "display_name": "General Dynamics", "legal_name": null, "aliases": ["GD", "General Dynamics Corporation"], "website": "https://www.gd.com", "canonical_domain": "gd.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["industrial-machinery", "manufacturing", "aerospace-defense", "defense"], "industry_labels": ["mechanical engineering", "shipbuilding", "aerospace industry", "defence industry"], "founded_year": 1952, "employees": 83500, "public_company": true, "ticker": "GD", "exchange": "New York Stock Exchange", "lei": "9C1X8XOOTYY2FNYTVH06", "sec_cik": "40533", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General-Dynamics-Logo.svg", "description": "American aerospace and defense manufacturing conglomerate", "sitelinks": 41, "importance": 0.757, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
74 +{"wikidata_id": "Q247489", "display_name": "Merck & Co.", "legal_name": null, "aliases": ["Merck Sharp & Dohme Corp."], "website": "https://www.msd.no", "canonical_domain": "msd.no", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1891, "employees": 70000, "public_company": true, "ticker": "MRK", "exchange": "New York Stock Exchange", "lei": "4YV9Y5M8S0BRK1RP0397", "sec_cik": "310158", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merck_Logo.svg", "description": "American multinational pharmaceutical company", "sitelinks": 41, "importance": 0.7545, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
75 +{"wikidata_id": "Q1852556", "display_name": "Philip Morris International", "legal_name": null, "aliases": ["Philip Morris", "PMI"], "website": "https://www.pmi.com", "canonical_domain": "pmi.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "fast-moving consumer goods"], "founded_year": 2008, "employees": 79800, "public_company": true, "ticker": "PM", "exchange": "New York Stock Exchange", "lei": "HL3H1H2BGXWVG3BSWR90", "sec_cik": "1413329", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pmi_logo_text_only.svg", "description": "American global cigarette and tobacco company", "sitelinks": 40, "importance": 0.7538, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2168755"}, {"related_domain_conflict": "Q12166608"}, {"related_domain_conflict": "Q25857926"}, {"related_domain_conflict": "Q30338276"}]}
76 +{"wikidata_id": "Q705392", "display_name": "Seagate Technology", "legal_name": null, "aliases": ["Seagate", "Shugart Technology", "Seagate Technology Inc.", "Seagate Technology LLC", "Seagate Technology LLC (Fremont", "CA)", "Seagate Technology PLC"], "website": "https://www.seagate.com", "canonical_domain": "seagate.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1979, "employees": 57900, "public_company": true, "ticker": "STX", "exchange": "Nasdaq", "lei": "44WLCTE321JACKS7ED43", "sec_cik": "1137789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seagate_logo.svg", "description": "American data storage company", "sitelinks": 41, "importance": 0.7517, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
77 +{"wikidata_id": "Q898208", "display_name": "Honeywell", "legal_name": null, "aliases": ["Honeywell International", "HONEYWELL INTERNATIONAL INC. (Charlotte", "NC)", "Honeywell International", "Inc.", "Minneapolis Heat Regulator Company", "Minneapolis-Honeywell Regulator Company"], "website": "https://www.honeywell.com", "canonical_domain": "honeywell.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["retail", "chemicals", "logistics", "aerospace-defense"], "industry_labels": ["retail", "chemical industry", "supply chain", "aerospace industry", "manufacturing industry", "health care industry", "industrial safety"], "founded_year": 1885, "employees": 99000, "public_company": true, "ticker": "HON", "exchange": "New York Stock Exchange", "lei": "ISRPG12PN4EIEOEMW547", "sec_cik": "773840", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_honeywell.svg", "description": "American multinational conglomerate", "sitelinks": 38, "importance": 0.7517, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
78 +{"wikidata_id": "Q11407", "display_name": "VMware", "legal_name": null, "aliases": ["VMW", "VMware Inc.", "VMware LLC", "Inc."], "website": "https://www.vmware.com", "canonical_domain": "vmware.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1998, "employees": 34000, "public_company": true, "ticker": "VMW", "exchange": "New York Stock Exchange", "lei": "549300BUDHS3LRWBE814", "sec_cik": "1124610", "parent": {"wikidata_id": "Q790060", "name": "Broadcom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vmware-by-broadcom.svg", "description": "for-profit maker of virtualization software, acquired by Broadcom Inc. in 2023", "sitelinks": 44, "importance": 0.7513, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
79 +{"wikidata_id": "Q668737", "display_name": "Yum! Brands", "legal_name": null, "aliases": ["Yum!", "Taco Bell/KFC Yum!", "Tricon Global Restaurants", "Inc.", "YUM! Restaurants (China) Investment Company Limited", "KenHut", "KenTaco", "KenTacoHut"], "website": "https://yum.com", "canonical_domain": "yum.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["retail", "food-beverage"], "industry_labels": ["retail", "system catering", "fast food industry"], "founded_year": 1997, "employees": 90000, "public_company": true, "ticker": "YUM", "exchange": "New York Stock Exchange", "lei": "549300JE8XHZZ7OHN517", "sec_cik": "1041061", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yum%21_Brands_logo.svg", "description": "American fast food company", "sitelinks": 37, "importance": 0.7476, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
80 +{"wikidata_id": "Q306764", "display_name": "Abbott Laboratories", "legal_name": null, "aliases": ["Abbott", "Abbott Nutrition", "Abbot Laboratories", "Inc.", "Abbott Labs", "Abbott Molecular", "Abbott Pharmaceuticals", "I-Stat"], "website": "https://abbott.com", "canonical_domain": "abbott.com", "country": "US", "hq_city": "North Chicago", "hq_region": "Lake County", "lat": 42.31715, "lon": -87.85941, "industries": ["medical-devices"], "industry_labels": ["medical technology industry"], "founded_year": 1888, "employees": 73000, "public_company": true, "ticker": "ABT", "exchange": "New York Stock Exchange", "lei": "HQD377W2YR662HK5JX27", "sec_cik": "1800", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abbott_Laboratories_2025_logo.svg", "description": "American global health care and medical device products company", "sitelinks": 38, "importance": 0.7473, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
81 +{"wikidata_id": "Q656165", "display_name": "Halliburton", "legal_name": null, "aliases": ["Halliburton Company", "Halliburton Energy Services", "Inc. (Houston", "TX)", "The Halliburton Oil Well Cementing Co."], "website": "https://www.halliburton.com", "canonical_domain": "halliburton.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum"], "founded_year": 1919, "employees": 70000, "public_company": true, "ticker": "HAL", "exchange": "New York Stock Exchange", "lei": "ENYF8GB5SMQZ25S06U51", "sec_cik": "45012", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halliburton_logo.svg", "description": "American multinational corporation; provider of services and products to the energy industry", "sitelinks": 38, "importance": 0.7467, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
82 +{"wikidata_id": "Q63327", "display_name": "Airbnb", "legal_name": "Airbnb", "aliases": [], "website": "https://www.airbnb.com", "canonical_domain": "airbnb.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 2008, "employees": 5597, "public_company": true, "ticker": "ABNB", "exchange": "Nasdaq", "lei": "549300HMUDNO0RY56D37", "sec_cik": "1559720", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airbnb_Logo_B%C3%A9lo.svg", "description": "American online platform for rental accommodations", "sitelinks": 53, "importance": 0.7443, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
83 +{"wikidata_id": "Q861042", "display_name": "Western Union", "legal_name": "The Western Union Company", "aliases": ["The New York and Mississippi Valley Printing Telegraph Company", "Western Union Company", "Western Union Telegraph Company", "WesternUnion"], "website": "https://www.westernunion.com", "canonical_domain": "westernunion.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["telecommunications", "financial-services"], "industry_labels": ["telecommunications industry", "financial services", "financial sector"], "founded_year": 1851, "employees": 11000, "public_company": true, "ticker": "WU", "exchange": "New York Stock Exchange", "lei": "28ID94QU1140NC23S047", "sec_cik": "1365135", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Western_Union_current_logo.svg", "description": "American financial services and communications company", "sitelinks": 48, "importance": 0.7439, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
84 +{"wikidata_id": "Q161086", "display_name": "JetBlue Airways", "legal_name": null, "aliases": ["Jet Blue", "jetBlue", "JetBlue", "JetBlue Air", "JetBlue Airlines"], "website": "https://www.jetblue.com", "canonical_domain": "jetblue.com", "country": "US", "hq_city": "Long Island City", "hq_region": "Queens", "lat": 40.75042, "lon": -73.94814, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": 20000, "public_company": true, "ticker": "JBLU", "exchange": "Nasdaq", "lei": "54930070J9H97ZO93T57", "sec_cik": "1158463", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JetBlue_Airways_Logo.svg", "description": "airline from the United States", "sitelinks": 44, "importance": 0.7436, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1158463", "enriched_at": "2026-09-13T07:17:38+00:00"}}
85 +{"wikidata_id": "Q153417", "display_name": "Kroger", "legal_name": null, "aliases": ["Kroger Co.", "Kroger Grocery and Baking", "The Kroger Co."], "website": "https://www.kroger.com", "canonical_domain": "kroger.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["retail", "food-beverage"], "industry_labels": ["retail", "manufacture of bakery and farinaceous products"], "founded_year": 1882, "employees": 453000, "public_company": true, "ticker": "KR", "exchange": "New York Stock Exchange", "lei": "6CPEOKI6OYJ13Q6O7870", "sec_cik": "56873", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kroger_logo_%281961-2019%29.svg", "description": "American multinational retailing company", "sitelinks": 28, "importance": 0.7425, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
86 +{"wikidata_id": "Q629998", "display_name": "General Mills", "legal_name": null, "aliases": [], "website": "https://www.generalmills.com", "canonical_domain": "generalmills.com", "country": "US", "hq_city": "Golden Valley", "hq_region": "Hennepin County", "lat": 45.00972, "lon": -93.34917, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1856, "employees": 35000, "public_company": true, "ticker": "GIS", "exchange": "New York Stock Exchange", "lei": "2TGYMUGI08PO8X8L6150", "sec_cik": "40704", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Mills_logo.svg", "description": "American consumer goods manufacturer", "sitelinks": 40, "importance": 0.7419, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
87 +{"wikidata_id": "Q856897", "display_name": "Kellanova", "legal_name": null, "aliases": ["Kellogg's", "Kellogg Company", "Kelanova"], "website": "https://www.kelloggcompany.com", "canonical_domain": "kelloggcompany.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "fast-moving consumer goods"], "founded_year": 1906, "employees": 33577, "public_company": true, "ticker": "K", "exchange": "New York Stock Exchange", "lei": "LONOZNOJYIBXOHXWDB86", "sec_cik": "55067", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kellanova_logo.svg", "description": "American food company", "sitelinks": 40, "importance": 0.7413, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
88 +{"wikidata_id": "Q1066858", "display_name": "Tiffany & Co.", "legal_name": null, "aliases": ["New York Tiffany & Company", "New York Tiffany and Company", "Tiffany & Company", "Tiffany and Co.", "Tiffany and Company", "Tiffany's"], "website": "https://www.tiffany.com", "canonical_domain": "tiffany.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail", "consumer-goods"], "industry_labels": ["retail", "jewelry", "jewelry design", "jewelry industry"], "founded_year": 1837, "employees": 10600, "public_company": true, "ticker": "TIF", "exchange": "New York Stock Exchange", "lei": "549300EJG9IEYQL5XT21", "sec_cik": "98246", "parent": {"wikidata_id": "Q504998", "name": "LVMH"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tiffany_%26_Co._2024_logo.svg", "description": "American multinational luxury jewelry and specialty retailer", "sitelinks": 47, "importance": 0.7412, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
89 +{"wikidata_id": "Q482267", "display_name": "América Móvil", "legal_name": "América Móvil", "aliases": ["America Movil"], "website": "https://www.americamovil.com", "canonical_domain": "americamovil.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": 176083, "public_company": true, "ticker": "AMX", "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": "1129137", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Am%C3%A9rica_M%C3%B3vil.svg", "description": "Mexican multinational telecommunications company", "sitelinks": 31, "importance": 0.7392, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1129137", "enriched_at": "2026-09-13T07:17:38+00:00"}}
90 +{"wikidata_id": "Q632240", "display_name": "Eli Lilly and Company", "legal_name": "Eli Lilly and Company", "aliases": ["Lilly", "Eli Lily"], "website": "https://www.lilly.com", "canonical_domain": "lilly.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1875, "employees": 38350, "public_company": true, "ticker": "LLY", "exchange": "New York Stock Exchange", "lei": "FRDRIPF3EKNDJ2CQJL29", "sec_cik": "59478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eli_Lilly_and_Company.svg", "description": "American pharmaceutical company", "sitelinks": 38, "importance": 0.738, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
91 +{"wikidata_id": "Q212235", "display_name": "American International Group", "legal_name": "American International Group, Inc.", "aliases": ["AIG", "Inc."], "website": "https://www.aig.com", "canonical_domain": "aig.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1919, "employees": 26200, "public_company": true, "ticker": "AIG", "exchange": "New York Stock Exchange", "lei": "ODVCVCQG2BP6VHV36M30", "sec_cik": "5272", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AIG_logo.svg", "description": "American multinational insurance corporation", "sitelinks": 39, "importance": 0.7351, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
92 +{"wikidata_id": "Q21077", "display_name": "Warner Music Group", "legal_name": null, "aliases": ["Warner", "WMG", "Warner Music", "Warner Music Group Corp."], "website": "https://www.wmg.com", "canonical_domain": "wmg.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1958, "employees": 4520, "public_company": true, "ticker": "WMG", "exchange": "Nasdaq", "lei": "549300VTZJM9AJG24X77", "sec_cik": "1319161", "parent": {"wikidata_id": "Q338920", "name": "Access Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Music_Group_logo_%282021%29.svg", "description": "American multinational entertainment and record label conglomerate", "sitelinks": 49, "importance": 0.7331, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
93 +{"wikidata_id": "Q72539", "display_name": "U.S. Steel", "legal_name": "United States Steel Corporation", "aliases": [], "website": "https://www.ussteel.com", "canonical_domain": "ussteel.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1901, "employees": 85000, "public_company": true, "ticker": "X", "exchange": "NYSE Chicago, Inc.", "lei": "JNLUVFYJT1OZSIQ24U47", "sec_cik": "1163302", "parent": {"wikidata_id": "Q1151693", "name": "Nippon Steel Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US-Steel-Logo.svg", "description": "US steel-producing company", "sitelinks": 32, "importance": 0.7319, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5526198"}]}
94 +{"wikidata_id": "Q1591889", "display_name": "Walgreens", "legal_name": null, "aliases": ["WAG", "Walgreen", "The Walgreen Company", "Walgreen Co", "Walgreen Company"], "website": "https://www.walgreens.com", "canonical_domain": "walgreens.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1901, "employees": 210500, "public_company": true, "ticker": "WAG", "exchange": "New York Stock Exchange", "lei": "E1OI0SEUGJMPPTKRDD35", "sec_cik": null, "parent": {"wikidata_id": "Q18712620", "name": "Walgreens Boots Alliance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walgreens_2020_primary_logo.svg", "description": "American pharmacy and convenience store chain", "sitelinks": 28, "importance": 0.7315, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
95 +{"wikidata_id": "Q941127", "display_name": "Salesforce", "legal_name": null, "aliases": ["SFDC", "Inc."], "website": "https://www.salesforce.com", "canonical_domain": "salesforce.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["manufacturing", "cloud-infrastructure", "software", "media"], "industry_labels": ["automation", "cloud computing", "analytics", "customer relationship management", "software industry", "intelligent agent", "email marketing", "software as a service"], "founded_year": 1999, "employees": 35000, "public_company": true, "ticker": "CRM", "exchange": "New York Stock Exchange", "lei": "RCGZFPDMRW58VJ54VR07", "sec_cik": "1108524", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Salesforce.com_logo.svg", "description": "American cloud-based software company", "sitelinks": 36, "importance": 0.7311, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7673435"}, {"related_domain_conflict": "Q5419210"}]}
96 +{"wikidata_id": "Q1425316", "display_name": "SLB", "legal_name": "SLB N.V.", "aliases": ["Schlumberger", "Schlumberger Limited", "SLB Limited", "SLB Ltd"], "website": "https://www.slb.com", "canonical_domain": "slb.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1926, "employees": 100000, "public_company": true, "ticker": "SLB", "exchange": "New York Stock Exchange", "lei": "213800ZUA17OK3QLGM62", "sec_cik": "87347", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SLB_Logo_2022.svg", "description": "oilfield services company", "sitelinks": 31, "importance": 0.731, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1306934"}]}
97 +{"wikidata_id": "Q333498", "display_name": "Bombardier", "legal_name": "Bombardier Inc.", "aliases": ["BOMBARDIER INC. (Dorval)", "L'Auto-Neige Bombardier Limitée"], "website": "https://www.bombardier.com", "canonical_domain": "bombardier.com", "country": "CA", "hq_city": "Dorval", "hq_region": "Greater Montreal", "lat": 45.45, "lon": -73.75, "industries": ["aerospace-defense", "transportation"], "industry_labels": ["aerospace industry", "rail industry"], "founded_year": 1942, "employees": 13800, "public_company": true, "ticker": "BBD.A", "exchange": "Toronto Stock Exchange", "lei": "W7L3VLU8EHQY34Z36697", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bombardier_2024.svg", "description": "aerospace and transportation manufacturer in Canada", "sitelinks": 41, "importance": 0.7309, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q891779"}, {"related_domain_conflict": "Q1656412"}, {"related_domain_conflict": "Q5124058"}, {"related_domain_conflict": "Q5184831"}]}
98 +{"wikidata_id": "Q17081612", "display_name": "Moderna", "legal_name": "Moderna, Inc.", "aliases": ["Moderna Therapeutics", "Moderna Therapeutics", "Inc.", "Inc."], "website": "https://www.modernatx.com", "canonical_domain": "modernatx.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals", "biotechnology"], "industry_labels": ["pharmaceutical industry", "biotechnology industry"], "founded_year": 2010, "employees": 5800, "public_company": true, "ticker": "MRNA", "exchange": "Nasdaq", "lei": "549300EI6OKH5K5Q2G38", "sec_cik": "1682852", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moderna_logo.svg", "description": "American biotechnology company", "sitelinks": 46, "importance": 0.7302, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
99 +{"wikidata_id": "Q2103926", "display_name": "UnitedHealth Group", "legal_name": null, "aliases": ["UnitedHealth Group Inc."], "website": "https://www.uhc.com", "canonical_domain": "uhc.com", "country": "US", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["insurance"], "industry_labels": ["health insurance"], "founded_year": 1977, "employees": 58000, "public_company": true, "ticker": "UNH", "exchange": "New York Stock Exchange", "lei": "549300GHBMY8T5GXDE41", "sec_cik": "731766", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UnitedHealth_Group_logo.svg", "description": "for-profit health care company", "sitelinks": 33, "importance": 0.7295, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
100 +{"wikidata_id": "Q624375", "display_name": "CVS Health", "legal_name": "CVS HEALTH CORPORATION", "aliases": ["CVS Health (United States)", "CVS Health Corporation"], "website": "https://cvshealth.com", "canonical_domain": "cvshealth.com", "country": "US", "hq_city": "Woonsocket", "hq_region": "Providence County", "lat": 42.00833, "lon": -71.51611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": 300000, "public_company": true, "ticker": "CVS", "exchange": "New York Stock Exchange", "lei": "549300EJG376EN5NQE29", "sec_cik": "64803", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CVS_Health_Logo.svg", "description": "company", "sitelinks": 26, "importance": 0.7291, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
101 +{"wikidata_id": "Q19681433", "display_name": "Kraft Heinz", "legal_name": "The Kraft Heinz Company", "aliases": ["Kraft Heinz Company"], "website": "https://www.kraftheinzcompany.com", "canonical_domain": "kraftheinzcompany.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 41.88467, "lon": -87.6215, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "fast-moving consumer goods"], "founded_year": 2015, "employees": 36000, "public_company": true, "ticker": "KHC", "exchange": "Nasdaq", "lei": "9845007488EC87F5AF14", "sec_cik": "1637459", "parent": {"wikidata_id": "Q121307826", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KraftHeinz.svg", "description": "American worldwide food company formed by the merger of Kraft Foods and Heinz", "sitelinks": 35, "importance": 0.7286, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q327751"}]}
102 +{"wikidata_id": "Q1107035", "display_name": "Cognizant Technology Solutions", "legal_name": null, "aliases": ["cognizant", "Cognizant", "Cognizant Technology Solutions Corporation", "Cognizant Technology"], "website": "https://www.cognizant.com", "canonical_domain": "cognizant.com", "country": "US", "hq_city": "Teaneck", "hq_region": "Bergen County", "lat": 40.8975, "lon": -74.01611, "industries": ["consulting", "technology"], "industry_labels": ["consulting industry", "information technology industry"], "founded_year": 1994, "employees": 266200, "public_company": true, "ticker": "CTSH", "exchange": "Nasdaq", "lei": "5493006IEVQEFQO40L83", "sec_cik": "1058290", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cognizant_Technology_Solutions_-_Kolkata_2011-08-29_4824.JPG", "description": "American multinational information technology", "sitelinks": 26, "importance": 0.7273, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
103 +{"wikidata_id": "Q1683452", "display_name": "Jardine Matheson", "legal_name": null, "aliases": ["Jardines", "Jardine Matheson & Co.", "Jardine Matheson Holdings Limited", "Jardine Matheson Holdings Ltd."], "website": "https://www.jardines.com", "canonical_domain": "jardines.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["construction", "real-estate", "manufacturing", "financial-services"], "industry_labels": ["construction", "real property", "conglomerate", "financial services", "trade"], "founded_year": 1832, "employees": 464000, "public_company": true, "ticker": "JMHBD.BH", "exchange": "Bermuda Stock Exchange Ltd", "lei": "2138009KENVUNWOLPK41", "sec_cik": null, "parent": null, "logo_url": null, "description": "British conglomerate that incorporated in Bermuda and headquartered in Hong Kong", "sitelinks": 24, "importance": 0.7273, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
104 +{"wikidata_id": "Q806693", "display_name": "Bank of Montreal", "legal_name": null, "aliases": ["BMO", "BMO Bank of Montreal", "BMO Financial Group"], "website": "https://www.bmo.com", "canonical_domain": "bmo.com", "country": "CA", "hq_city": "Bank of Montreal Head Office, Montreal", "hq_region": "Ville-Marie", "lat": 45.5049, "lon": -73.5579, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1817, "employees": 46778, "public_company": true, "ticker": "BMO", "exchange": "Toronto Stock Exchange", "lei": "NQQ6HPCNCCU6TUTQYE16", "sec_cik": "927971", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BMO_Logo.svg", "description": "Canadian investment bank", "sitelinks": 33, "importance": 0.7264, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4835981"}], "source_edgar": {"cik": "927971", "enriched_at": "2026-09-13T07:17:38+00:00"}}
105 +{"wikidata_id": "Q135325", "display_name": "Alcoa", "legal_name": null, "aliases": ["Alco Aluminum", "Alcoa Corp.", "Alcoa Corporation", "Alcoa Inc.", "Alcoa Incorporated", "Aluminum Co. of America", "Aluminum Company of America"], "website": "https://www.alcoa.com", "canonical_domain": "alcoa.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["mining"], "industry_labels": ["aluminium industry", "Aluminium production"], "founded_year": 1888, "employees": 61000, "public_company": true, "ticker": "AA", "exchange": "New York Stock Exchange", "lei": "549300T12EZ1F6PWWU29", "sec_cik": "1675149", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alcoa_logo_%282016%29.svg", "description": "producer of aluminum", "sitelinks": 31, "importance": 0.7239, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
106 +{"wikidata_id": "Q1424293", "display_name": "Itaú Unibanco", "legal_name": null, "aliases": [], "website": "https://www.itau.com.br", "canonical_domain": "itau.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 2008, "employees": 96219, "public_company": true, "ticker": "ITUB3", "exchange": "São Paulo Stock Exchange", "lei": "5493002W2IVG62O3ZJ94", "sec_cik": "1132597", "parent": {"wikidata_id": "Q1579151", "name": "Itaúsa"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ita%C3%BA_Unibanco_logo_2023.svg", "description": "Brazilian banking institution", "sitelinks": 29, "importance": 0.7237, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
107 +{"wikidata_id": "Q907311", "display_name": "Netflix", "legal_name": null, "aliases": [], "website": "https://www.netflix.com", "canonical_domain": "netflix.com", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.25703, "lon": -121.96398, "industries": ["internet"], "industry_labels": ["SIC 7841 Services-Video Tape Rental"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "NFLX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1065280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netflix_2015_logo.svg", "description": "American subscription video on-demand over-the-top streaming service", "sitelinks": 144, "importance": 0.7232, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1065280", "enriched_at": "2026-09-13T07:17:38+00:00"}}
108 +{"wikidata_id": "Q791285", "display_name": "Avon Products Inc.", "legal_name": null, "aliases": ["Avon", "Avon Products", "Inc."], "website": "https://www.avonworldwide.com", "canonical_domain": "avonworldwide.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1886, "employees": 36700, "public_company": true, "ticker": "AVP", "exchange": "New York Stock Exchange", "lei": "5493007RY69UEB1F1B45", "sec_cik": null, "parent": {"wikidata_id": "Q3131210", "name": "Natura Cosméticos S.A."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avon_2026.svg", "description": "American consumer products company", "sitelinks": 33, "importance": 0.7229, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
109 +{"wikidata_id": "Q1140680", "display_name": "Flex Ltd.", "legal_name": null, "aliases": ["Flextronics", "Flextronics International", "Flextronics International Ltd"], "website": "https://www.flex.com", "canonical_domain": "flex.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1969, "employees": 147979, "public_company": true, "ticker": "FLEX", "exchange": "Nasdaq", "lei": "549300EAQH74YHD07T53", "sec_cik": "866374", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flex_logo_%282015%29.svg", "description": "Singaporean–American multinational electronics manufacturing company", "sitelinks": 27, "importance": 0.7227, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
110 +{"wikidata_id": "Q1197548", "display_name": "Micron Technology", "legal_name": "Micron Technology", "aliases": [], "website": "https://tw.micron.com", "canonical_domain": "micron.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["technology"], "industry_labels": [], "founded_year": 1978, "employees": 48000, "public_company": true, "ticker": "MU", "exchange": "Nasdaq", "lei": "B3DXGBC8GAIYWI2Z0172", "sec_cik": "723125", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Micron_Technology_logo_2024.svg", "description": "American multinational corporation based in Boise, Idaho", "sitelinks": 31, "importance": 0.7204, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
111 +{"wikidata_id": "Q19923099", "display_name": "Hewlett Packard Enterprise", "legal_name": "Hewlett Packard Enterprise Company", "aliases": [], "website": "https://www.hpe.com", "canonical_domain": "hpe.com", "country": "US", "hq_city": "Spring", "hq_region": "Harris County", "lat": 30.0542, "lon": -95.3869, "industries": ["telecommunications", "technology", "software"], "industry_labels": ["information and communications industry", "information technology industry", "computer hardware industry", "software industry"], "founded_year": 2015, "employees": 60000, "public_company": true, "ticker": "HPE", "exchange": "New York Stock Exchange", "lei": "549300BX44RGX6ANDV88", "sec_cik": "1645590", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hewlett_Packard_Enterprise_logo_2025_expanded.svg", "description": "American information technology company", "sitelinks": 30, "importance": 0.7203, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
112 +{"wikidata_id": "Q677085", "display_name": "Gen Digital Inc.", "legal_name": "Gen Digital Inc.", "aliases": ["Symantec", "NortonLifeLock"], "website": "https://www.gendigital.com", "canonical_domain": "gendigital.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["software", "cybersecurity"], "industry_labels": ["software industry", "computer security"], "founded_year": 1982, "employees": 3659, "public_company": true, "ticker": "GEN", "exchange": "Nasdaq", "lei": "YF6ZV0M6AU4FY94MK914", "sec_cik": "849399", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gen_logo.svg", "description": "American-Czech software company", "sitelinks": 44, "importance": 0.719, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
113 +{"wikidata_id": "Q502121", "display_name": "BlackBerry", "legal_name": null, "aliases": ["Rim", "RIM", "Research In Motion Limited", "BlackBerry Limited", "BlackBerry Ltd", "Research In Motion", "The Astonishing Tribe"], "website": "https://blackberry.com", "canonical_domain": "blackberry.com", "country": "CA", "hq_city": "Waterloo", "hq_region": "Regional Municipality of Waterloo", "lat": 43.51716, "lon": -80.51588, "industries": ["technology", "internet"], "industry_labels": ["information technology", "Internet of Things"], "founded_year": 1984, "employees": 3647, "public_company": true, "ticker": "BB", "exchange": "Toronto Stock Exchange", "lei": "549300HJD8NEGT71RF07", "sec_cik": "1070235", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blackberry_Logo.svg", "description": "enterprise software and the Internet of things company", "sitelinks": 44, "importance": 0.7189, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1070235", "enriched_at": "2026-09-13T07:17:38+00:00"}}
114 +{"wikidata_id": "Q501476", "display_name": "Hasbro", "legal_name": "Hassenfeld Brothers", "aliases": ["Hasbro Bradley", "Hasbro Inc.", "Inc.", "Hassenfeld Brothers and Hasbro Bradley"], "website": "https://shop.hasbro.com", "canonical_domain": "hasbro.com", "country": "US", "hq_city": "Pawtucket", "hq_region": "Providence County", "lat": 41.87556, "lon": -71.37611, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1923, "employees": 5000, "public_company": true, "ticker": "HAS", "exchange": "Nasdaq", "lei": "549300NUB6D2R1ITYR45", "sec_cik": "46080", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hasbro_logo.svg", "description": "American multinational toy and entertainment company", "sitelinks": 42, "importance": 0.7187, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q122166924"}]}
115 +{"wikidata_id": "Q610817", "display_name": "Bank of Brazil", "legal_name": null, "aliases": [], "website": "https://www.bb.com.br", "canonical_domain": "bb.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1808, "employees": 111628, "public_company": true, "ticker": "BBAS11", "exchange": "São Paulo Stock Exchange", "lei": "QE0Q0253K88YAGNPE356", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_do_Brasil_Logo.svg", "description": "Brazilian banking institution", "sitelinks": 27, "importance": 0.7186, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
116 +{"wikidata_id": "Q89368734", "display_name": "RTX", "legal_name": "RTX", "aliases": [], "website": "https://www.rtx.com", "canonical_domain": "rtx.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 2020, "employees": 182000, "public_company": true, "ticker": "RTX", "exchange": "New York Stock Exchange", "lei": "I07WOS4YJ0N7YRFE7309", "sec_cik": "101829", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RTX_Raytheon_Technologies_logo.svg", "description": "American multinational aerospace and defense conglomerate", "sitelinks": 25, "importance": 0.7179, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
117 +{"wikidata_id": "Q795454", "display_name": "Barnes & Noble", "legal_name": null, "aliases": [], "website": "https://www.barnesandnoble.com", "canonical_domain": "barnesandnoble.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["bookselling"], "founded_year": 1873, "employees": 40000, "public_company": true, "ticker": "BKS", "exchange": "New York Stock Exchange", "lei": "549300WEQE1M8II5OS20", "sec_cik": "890491", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Barnes_and_Noble_logo.svg", "description": "American book retailer", "sitelinks": 31, "importance": 0.7178, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
118 +{"wikidata_id": "Q1325987", "display_name": "Tyson Foods", "legal_name": null, "aliases": ["Inc."], "website": "https://www.tyson.com", "canonical_domain": "tyson.com", "country": "US", "hq_city": "Springdale", "hq_region": "Washington County", "lat": 36.18139, "lon": -94.14583, "industries": ["agriculture"], "industry_labels": ["agriculture", "meatpacking industry"], "founded_year": 1935, "employees": 133000, "public_company": true, "ticker": "TSN", "exchange": "New York Stock Exchange", "lei": "WD6L6041MNRW1JE49D58", "sec_cik": "100493", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tyson_Foods_corporate_logo_%282024%29.svg", "description": "food manufacturing company", "sitelinks": 26, "importance": 0.7173, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
119 +{"wikidata_id": "Q1141267", "display_name": "Thomson Reuters", "legal_name": null, "aliases": ["Thomson Reuters Corporation", "Thomson Scientific & Healthcare", "Thomson-Reuters"], "website": "https://thomsonreuters.com", "canonical_domain": "thomsonreuters.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 2008, "employees": 24000, "public_company": true, "ticker": "TRI", "exchange": "Toronto Stock Exchange", "lei": "549300561UZND4C7B569", "sec_cik": "1075124", "parent": {"wikidata_id": "Q5951386", "name": "The Woodbridge Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thomson_Reuters_logo.svg", "description": "Canadian publisher (2008-)", "sitelinks": 33, "importance": 0.7167, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
120 +{"wikidata_id": "Q1809448", "display_name": "Whole Foods Market", "legal_name": null, "aliases": ["Whole Foods", "Inc."], "website": "https://www.wholefoodsmarket.com", "canonical_domain": "wholefoodsmarket.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1980, "employees": 91000, "public_company": true, "ticker": "WFM", "exchange": "Nasdaq", "lei": null, "sec_cik": "865436", "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Whole_Foods_Market_logo.svg", "description": "American supermarket chain specializing in natural and organic foods", "sitelinks": 27, "importance": 0.7156, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
121 +{"wikidata_id": "Q451476", "display_name": "Scotiabank", "legal_name": null, "aliases": ["Bank of Nova Scotia", "Banque Scotia", "Scotiabank INC", "The Bank of Nova Scotia"], "website": "https://www.scotiabank.com", "canonical_domain": "scotiabank.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1832, "employees": 89000, "public_company": true, "ticker": "BNS", "exchange": "Toronto Stock Exchange", "lei": "L3I9ZG2KFGXZ61BMYR72", "sec_cik": "814020", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banque_Scotia_%28logo%2C_2019%29.svg", "description": "Canadian bank based in Toronto", "sitelinks": 27, "importance": 0.7153, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
122 +{"wikidata_id": "Q94933", "display_name": "Take-Two Interactive", "legal_name": null, "aliases": ["T2", "Take2", "Take-Two", "Take-Two Interactive Software", "Take-Two Interactive Software", "Inc."], "website": "https://www.take2games.com", "canonical_domain": "take2games.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": 6495, "public_company": true, "ticker": "TTWO", "exchange": "Nasdaq", "lei": "BOMSTHHJK882EWYX3334", "sec_cik": "946581", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Take-Two_Interactive_Logo.svg", "description": "American publisher, developer and distributor of video games", "sitelinks": 39, "importance": 0.7149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
123 +{"wikidata_id": "Q1485061", "display_name": "GE Aerospace", "legal_name": "GENERAL ELECTRIC COMPANY", "aliases": ["General Electric Aircraft Engines", "General Electric Company", "GE Aircraft Engines", "GE Aviation", "GEAE"], "website": "https://www.geaerospace.com", "canonical_domain": "geaerospace.com", "country": "US", "hq_city": "Evendale", "hq_region": "Hamilton County", "lat": 39.2475, "lon": -84.4311, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1892, "employees": 174000, "public_company": true, "ticker": "GE", "exchange": "New York Stock Exchange", "lei": "3C7474T6CDKPR9K6YT90", "sec_cik": "40545", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GE_Aerospace_logo.svg", "description": "American aircraft engine supplier", "sitelinks": 24, "importance": 0.7131, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
124 +{"wikidata_id": "Q17460900", "display_name": "Zoom Communications", "legal_name": null, "aliases": ["Zoom Video", "Zoom Video Communications", "Zoom App", "Zoom Meetings"], "website": "https://www.zoom.com", "canonical_domain": "zoom.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["professional-services"], "industry_labels": ["video conference"], "founded_year": 2011, "employees": 2000, "public_company": true, "ticker": "ZM", "exchange": "Nasdaq", "lei": "549300T9GCHU0ODOM055", "sec_cik": "1585521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoom_Communications_Logo.svg", "description": "company responsible for the Zoom software", "sitelinks": 45, "importance": 0.7126, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
125 +{"wikidata_id": "Q2047336", "display_name": "Palantir Technologies", "legal_name": "Palantir Technologies Inc.", "aliases": ["Palantir", "PLTR"], "website": "https://www.palantir.com", "canonical_domain": "palantir.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["technology", "software"], "industry_labels": ["computer and network surveillance", "mass surveillance", "open-source intelligence", "data analytics software industry"], "founded_year": 2003, "employees": 4429, "public_company": true, "ticker": "PLTR", "exchange": "New York Stock Exchange", "lei": "549300UVN46B3BBDHO85", "sec_cik": "1321655", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Palantir_Technologies_logo.svg", "description": "American software and services company, specializing in data analysis", "sitelinks": 40, "importance": 0.712, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
126 +{"wikidata_id": "Q1543874", "display_name": "The Hertz Corporation", "legal_name": "The Hertz Corporation", "aliases": ["Hertz car rental", "Hertz Corporation", "Hertz Rent a Car", "Hertz Rent A Car", "Hertz Rent-a-Car", "Hertz Rent-A-Car", "Hertz Rental Car"], "website": "https://www.hertz.com", "canonical_domain": "hertz.com", "country": "US", "hq_city": "Estero", "hq_region": "Lee County", "lat": 26.42765, "lon": -81.79509, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1918, "employees": 38000, "public_company": true, "ticker": "HTZ", "exchange": "Nasdaq", "lei": "549300PD0C69OJ0NLB27", "sec_cik": "1657853", "parent": {"wikidata_id": "Q95205133", "name": "Hertz Global Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hertz_Car_Rental_logo.svg", "description": "American car rental company", "sitelinks": 29, "importance": 0.7102, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1657853", "enriched_at": "2026-09-13T07:17:38+00:00"}}
127 +{"wikidata_id": "Q174310", "display_name": "Nordstrom", "legal_name": null, "aliases": [], "website": "https://www.nordstrom.com", "canonical_domain": "nordstrom.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1901, "employees": 72501, "public_company": true, "ticker": "JWN", "exchange": "New York Stock Exchange", "lei": "549300S3IZB5P35KNV16", "sec_cik": "72333", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nordstrom_Logo_2019.svg", "description": "American chain of luxury department stores", "sitelinks": 26, "importance": 0.7085, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
128 +{"wikidata_id": "Q214763", "display_name": "ConocoPhillips", "legal_name": "ConocoPhillips", "aliases": ["Continental Oil Company", "Conoco Phillips"], "website": "https://www.conocophillips.com", "canonical_domain": "conocophillips.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1875, "employees": 10800, "public_company": true, "ticker": "COP", "exchange": "New York Stock Exchange", "lei": "WPTL2Z3FIYTHSP5V2253", "sec_cik": "1163165", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ConocoPhillips_Logo.svg", "description": "American oil and gas company", "sitelinks": 34, "importance": 0.7082, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
129 +{"wikidata_id": "Q4778915", "display_name": "Cloudflare", "legal_name": "Cloudflare, Inc", "aliases": ["CF", "NET", "Inc."], "website": "https://www.cloudflare.com", "canonical_domain": "cloudflare.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "software"], "industry_labels": ["information and communications technology", "Software Publishers"], "founded_year": 2009, "employees": 3217, "public_company": true, "ticker": "NET", "exchange": "New York Stock Exchange", "lei": "5493007DY18BGNLDWU14", "sec_cik": "1477333", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cloudflare_Logo.svg", "description": "American internet infrastructure and website security company", "sitelinks": 40, "importance": 0.7073, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
130 +{"wikidata_id": "Q266423", "display_name": "Bristol-Myers Squibb", "legal_name": null, "aliases": ["BMS", "Bristol Myers Squibb"], "website": "https://www.bms.com", "canonical_domain": "bms.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1989, "employees": 30000, "public_company": true, "ticker": "BMY", "exchange": "New York Stock Exchange", "lei": "HLYYNH7UQUORYSJQCN42", "sec_cik": "14272", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bristol-Myers_Squibb_logo_%282020%29.svg", "description": "American pharmaceutical company", "sitelinks": 29, "importance": 0.7068, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
131 +{"wikidata_id": "Q663596", "display_name": "Gilead Sciences", "legal_name": "Gilead Sciences, Inc.", "aliases": ["Gilead"], "website": "https://www.gilead.com", "canonical_domain": "gilead.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1987, "employees": 17000, "public_company": true, "ticker": "GILD", "exchange": "Nasdaq", "lei": "549300WTZWR07K8MNV44", "sec_cik": "882095", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 31, "importance": 0.7054, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
132 +{"wikidata_id": "Q632694", "display_name": "Archer Daniels Midland", "legal_name": null, "aliases": ["ADM", "Archer Daniels Midland Company", "Archer-Daniels-Midland Company"], "website": "https://adm.com", "canonical_domain": "adm.com", "country": "US", "hq_city": "77 West Wacker Drive", "hq_region": "Chicago Loop", "lat": 41.8865, "lon": -87.6305, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1902, "employees": 31600, "public_company": true, "ticker": "ADM", "exchange": "New York Stock Exchange", "lei": "549300LO13MQ9HYSTR83", "sec_cik": "7084", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Archer_Daniels_Midland_logo.svg", "description": "American global food processing and commodities trading corporation", "sitelinks": 28, "importance": 0.704, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
133 +{"wikidata_id": "Q48872", "display_name": "Eaton Corporation", "legal_name": null, "aliases": ["Eaton Corporation Plc"], "website": "https://www.eaton.com", "canonical_domain": "eaton.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1911, "employees": 92000, "public_company": true, "ticker": "ETN", "exchange": "New York Stock Exchange", "lei": "549300VDIGTMXUNT7H71", "sec_cik": "1551182", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eaton_Corporation_Logo.svg", "description": "multinational power management company", "sitelinks": 24, "importance": 0.7039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
134 +{"wikidata_id": "Q570473", "display_name": "McKesson Corporation", "legal_name": null, "aliases": ["McKesson", "McKesson Health Solutions"], "website": "https://www.mckesson.com", "canonical_domain": "mckesson.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 1833, "employees": 68000, "public_company": true, "ticker": "MCK", "exchange": "New York Stock Exchange", "lei": "549300WZWOM80UCFSF54", "sec_cik": "927653", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mck_logo_pos_col_rgb.svg", "description": "U.S. healthcare supplies", "sitelinks": 25, "importance": 0.7036, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
135 +{"wikidata_id": "Q572948", "display_name": "Herbalife", "legal_name": null, "aliases": ["Herbalife International", "Herbalife Ltd."], "website": "https://herbalife.com", "canonical_domain": "herbalife.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1980, "employees": 7800, "public_company": true, "ticker": "HLF", "exchange": "New York Stock Exchange", "lei": "549300BA7TYPBSZZIA41", "sec_cik": "1180262", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Herbalife_New_Logo.png", "description": "American based multi-level marketing company", "sitelinks": 34, "importance": 0.7035, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
136 +{"wikidata_id": "Q1416215", "display_name": "GoDaddy", "legal_name": null, "aliases": ["GDDY", "Go Daddy", "GoDaddy Inc.", "Inc.", "LLC"], "website": "https://www.godaddy.com", "canonical_domain": "godaddy.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["e-commerce", "payments", "cloud-infrastructure", "fintech"], "industry_labels": ["commerce", "e-commerce", "payment terminal", "payment processing", "web hosting service", "fintech"], "founded_year": 1997, "employees": 5990, "public_company": true, "ticker": "GDDY", "exchange": "Nasdaq", "lei": "549300J8H1TB0I2CB447", "sec_cik": "1609711", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoDaddy_logo.svg", "description": "GoDaddy provides end-to-end solutions for online growth, including domain registration, web hosting and security, online marketing tools, payment processing and POS solutions, financial services and Airo AI Builder, an AI-powered creation platform.", "sitelinks": 35, "importance": 0.7027, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1609711", "enriched_at": "2026-09-13T07:17:38+00:00"}}
137 +{"wikidata_id": "Q60238941", "display_name": "Fox Corporation", "legal_name": null, "aliases": ["Fox", "FOX"], "website": "https://foxcorporation.com", "canonical_domain": "foxcorporation.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 2019, "employees": 9000, "public_company": true, "ticker": "FOXA", "exchange": "Nasdaq", "lei": "549300DDU6FDRBIELS05", "sec_cik": "1754301", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FOX_wordmark.svg", "description": "American mass media company, successor to 21st Century Fox", "sitelinks": 33, "importance": 0.7025, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5476982"}, {"related_domain_conflict": "Q96378247"}]}
138 +{"wikidata_id": "Q5842736", "display_name": "Corning Inc.", "legal_name": "Corning Inc.", "aliases": ["Corning Glass Works", "Corning Incorporated"], "website": "https://www.corning.com", "canonical_domain": "corning.com", "country": "US", "hq_city": "Corning", "hq_region": "Steuben County", "lat": 42.1411, "lon": -77.0325, "industries": ["biotechnology", "manufacturing"], "industry_labels": ["biotechnology", "industrial manufacturing"], "founded_year": 1851, "employees": 46200, "public_company": true, "ticker": "GLW", "exchange": "New York Stock Exchange", "lei": "549300X2937PB0CJ7I56", "sec_cik": "24741", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corning_Incorporated_Logo.svg", "description": "American manufacturer of glass & ceramics", "sitelinks": 26, "importance": 0.702, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
139 +{"wikidata_id": "Q2759586", "display_name": "Papa John's", "legal_name": null, "aliases": ["Papa John's Pizza", "Papa Johns Pizza"], "website": "https://www.papajohns.com", "canonical_domain": "papajohns.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1984, "employees": 20700, "public_company": true, "ticker": "PZZA", "exchange": "Nasdaq", "lei": "HZYLD3DK5XOX0WBVNB56", "sec_cik": "901491", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Papa_Johns_logo.svg", "description": "pizza restaurant chain", "sitelinks": 29, "importance": 0.7014, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
140 +{"wikidata_id": "Q7501150", "display_name": "Shopify", "legal_name": null, "aliases": [], "website": "https://www.shopify.com", "canonical_domain": "shopify.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["e-commerce"], "industry_labels": ["online marketplace", "e-commerce"], "founded_year": 2006, "employees": 8300, "public_company": true, "ticker": "SHOP", "exchange": "Toronto Stock Exchange", "lei": "549300HGQ43STJLLP808", "sec_cik": "1594805", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shopify_logo_2018.svg", "description": "Canadian e-commerce company", "sitelinks": 33, "importance": 0.7014, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
141 +{"wikidata_id": "Q2037125", "display_name": "State Street Corporation", "legal_name": null, "aliases": ["State Street", "STT"], "website": "https://www.statestreet.com", "canonical_domain": "statestreet.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1792, "employees": 33783, "public_company": true, "ticker": "STT", "exchange": "New York Stock Exchange", "lei": "549300ZFEEJ2IP5VME73", "sec_cik": "93751", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State-street-logo-final.svg", "description": "US-based international financial services holding company", "sitelinks": 27, "importance": 0.7013, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
142 +{"wikidata_id": "Q1074666", "display_name": "Chiquita Brands International", "legal_name": null, "aliases": ["Chiquita Brands International Inc."], "website": "https://www.chiquita.com", "canonical_domain": "chiquita.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["agriculture"], "industry_labels": ["agribusiness", "crop production", "agricultural and food trade"], "founded_year": 1899, "employees": 20000, "public_company": true, "ticker": "CQB", "exchange": "New York Stock Exchange", "lei": "549300Y5XD0883W6DC96", "sec_cik": null, "parent": {"wikidata_id": "Q3699795", "name": "Cutrale"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chiquita_logo_2019.svg", "description": "American company", "sitelinks": 29, "importance": 0.7009, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
143 +{"wikidata_id": "Q470517", "display_name": "Amgen", "legal_name": null, "aliases": ["Applied Molecular Genetics"], "website": "https://www.amgen.com", "canonical_domain": "amgen.com", "country": "US", "hq_city": "Thousand Oaks", "hq_region": "Ventura County", "lat": 34.18944, "lon": -118.875, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1980, "employees": 17900, "public_company": true, "ticker": "AMGN", "exchange": "Nasdaq", "lei": "5493007TDQLA2Z7RB387", "sec_cik": "318154", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amgen.svg", "description": "American multinational biopharmaceutical company", "sitelinks": 29, "importance": 0.6993, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
144 +{"wikidata_id": "Q445007", "display_name": "Altria", "legal_name": null, "aliases": ["Altria Group", "Inc.", "Philip Morris Companies", "Philip Morris Companies Inc."], "website": "https://www.altria.com", "canonical_domain": "altria.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "tobacco industry"], "founded_year": 1985, "employees": 9900, "public_company": true, "ticker": "MO", "exchange": "New York Stock Exchange", "lei": "XSGZFLO9YTNO9VCQV219", "sec_cik": "764180", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altria_Group.svg", "description": "American multinational company", "sitelinks": 31, "importance": 0.6975, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
145 +{"wikidata_id": "Q1335585", "display_name": "Emerson Electric", "legal_name": null, "aliases": ["Emerson", "EMR", "Emerson Electric Co", "Emerson Electric Co.", "Emerson Electric Company", "EMRSN"], "website": "https://www.emerson.com", "canonical_domain": "emerson.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["manufacturing"], "industry_labels": ["electrical industry"], "founded_year": 1890, "employees": 134900, "public_company": true, "ticker": "EMR", "exchange": "New York Stock Exchange", "lei": "FGLT0EWZSUIRRITFOA30", "sec_cik": "32604", "parent": null, "logo_url": null, "description": "American multinational corporation", "sitelinks": 21, "importance": 0.696, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17310421"}]}
146 +{"wikidata_id": "Q38928", "display_name": "PNC Financial Services", "legal_name": null, "aliases": ["PNC"], "website": "https://www.pnc.com", "canonical_domain": "pnc.com", "country": "US", "hq_city": "One PNC Plaza", "hq_region": "Pittsburgh", "lat": 40.4411, "lon": -80.0006, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1845, "employees": 52906, "public_company": true, "ticker": "PNC", "exchange": "New York Stock Exchange", "lei": "CFGNEKW0P8842LEUIA51", "sec_cik": "713676", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PNClogo.svg", "description": "North American bank", "sitelinks": 24, "importance": 0.6959, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
147 +{"wikidata_id": "Q1477661", "display_name": "PACCAR", "legal_name": null, "aliases": ["Inc."], "website": "https://www.paccar.com", "canonical_domain": "paccar.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1905, "employees": 22800, "public_company": true, "ticker": "PCAR", "exchange": "Nasdaq", "lei": "KDTEY8BWE486IKZ3CC07", "sec_cik": "75362", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PACCAR-logo.svg", "description": "American company", "sitelinks": 27, "importance": 0.6956, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
148 +{"wikidata_id": "Q739084", "display_name": "U.S. Bancorp", "legal_name": null, "aliases": ["U.S. Bank"], "website": "https://www.usbank.com", "canonical_domain": "usbank.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1850, "employees": 68108, "public_company": true, "ticker": "USB", "exchange": "New York Stock Exchange", "lei": "N1GZ7BBF3NP8GI976H15", "sec_cik": "36104", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US_Bancorp_logo_2023_color.svg", "description": "American financial services holding company, parent company of U.S. Bank", "sitelinks": 23, "importance": 0.6952, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
149 +{"wikidata_id": "Q524989", "display_name": "NCR Corporation", "legal_name": null, "aliases": ["National Cash Register", "National Cash Register Company", "NCR Corporation (Atlanta", "GA)", "NCR Voyix Corporation"], "website": "https://www.ncrvoyix.com", "canonical_domain": "ncrvoyix.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["technology"], "industry_labels": ["information and communications technology"], "founded_year": 1884, "employees": 21500, "public_company": true, "ticker": "VYX", "exchange": "New York Stock Exchange", "lei": "549300YKTY8JX1DV2R67", "sec_cik": "70866", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NCR_logo_black.svg", "description": "American software, consulting and technology company", "sitelinks": 27, "importance": 0.6947, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
150 +{"wikidata_id": "Q319344", "display_name": "Abercrombie & Fitch", "legal_name": null, "aliases": ["A&F", "Abercrombie & Fitch Co.", "Abercrombie and Fitch", "Abercrombie and Fitch Co."], "website": "https://www.abercrombie.com", "canonical_domain": "abercrombie.com", "country": "US", "hq_city": "New Albany", "hq_region": "Franklin County", "lat": 40.0786, "lon": -82.8206, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1892, "employees": 6900, "public_company": true, "ticker": "ANF", "exchange": "New York Stock Exchange", "lei": "5493000J7LL72TOGT983", "sec_cik": "1018840", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abercrombie_%26_Fitch_logo.svg", "description": "American fashion retailer", "sitelinks": 31, "importance": 0.6923, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
151 +{"wikidata_id": "Q2140315", "display_name": "Textron", "legal_name": null, "aliases": ["Textron Incorporated"], "website": "https://www.textron.com", "canonical_domain": "textron.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1923, "employees": 40000, "public_company": true, "ticker": "TXT", "exchange": "New York Stock Exchange", "lei": "3PPKBHUG1HD6BO7RNR87", "sec_cik": "217346", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Textron.svg", "description": "American industrial conglomerate", "sitelinks": 24, "importance": 0.6918, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6800248"}, {"related_domain_conflict": "Q16987718"}]}
152 +{"wikidata_id": "Q415598", "display_name": "Akamai Technologies", "legal_name": null, "aliases": ["Akamai"], "website": "https://www.akamai.com", "canonical_domain": "akamai.com", "country": "US", "hq_city": "Massachusetts", "hq_region": "United States", "lat": 42.36431, "lon": -71.08903, "industries": ["cloud-infrastructure", "internet"], "industry_labels": ["web hosting service", "Internet industry"], "founded_year": 1998, "employees": 8368, "public_company": true, "ticker": "AKAM", "exchange": "Nasdaq", "lei": "OC1LZNN2LF5WTJ5RIL89", "sec_cik": "1086222", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akamai-2025.svg", "description": "American content delivery network, cybersecurity, and cloud service company", "sitelinks": 30, "importance": 0.6918, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
153 +{"wikidata_id": "Q916196", "display_name": "Citrix Systems", "legal_name": null, "aliases": ["citrix", "Citrix", "Inc.", "Inc. (Fort Lauderdale", "FL)", "Inc. (Fort Lauderdale", "FL)"], "website": "https://www.citrix.com", "canonical_domain": "citrix.com", "country": "US", "hq_city": "Coral Springs", "hq_region": "Broward County", "lat": 37.37133, "lon": -121.9778, "industries": ["technology", "software"], "industry_labels": ["technology", "software industry"], "founded_year": 1989, "employees": 8400, "public_company": true, "ticker": "CTXS", "exchange": "Nasdaq", "lei": "HCTKJGUQOPZ5NBK7NP58", "sec_cik": "877890", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citrix_Systems_logo.svg", "description": "American multinational software company", "sitelinks": 30, "importance": 0.6918, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
154 +{"wikidata_id": "Q16972754", "display_name": "Coinbase", "legal_name": "Coinbase Global, Inc.", "aliases": ["Coinbase Global", "Inc. (Oakland", "CA)"], "website": "https://www.coinbase.com", "canonical_domain": "coinbase.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["fintech"], "industry_labels": ["cryptocurrency exchange", "cryptocurrency industry", "Bitcoin", "fintech"], "founded_year": 2012, "employees": 1249, "public_company": true, "ticker": "COIN", "exchange": "Nasdaq", "lei": "5493004G3J2SC154DU06", "sec_cik": "1679788", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coinbase.svg", "description": "American company that operates a cryptocurrency exchange platform", "sitelinks": 39, "importance": 0.691, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
155 +{"wikidata_id": "Q24890758", "display_name": "CrowdStrike", "legal_name": "CrowdStrike Holdings, Inc.", "aliases": [], "website": "https://www.crowdstrike.com", "canonical_domain": "crowdstrike.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2011, "employees": 7925, "public_company": true, "ticker": "CRWD", "exchange": "Nasdaq", "lei": "549300R070HUWKN8SG56", "sec_cik": "1535527", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CrowdStrike_logo.svg", "description": "American cybersecurity technology company", "sitelinks": 30, "importance": 0.691, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
156 +{"wikidata_id": "Q880942", "display_name": "Blackstone Inc.", "legal_name": null, "aliases": ["Blackstone", "Blackstone Group", "The Blackstone Group", "The Blackstone Group L.P."], "website": "https://www.blackstone.com", "canonical_domain": "blackstone.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1985, "employees": 4735, "public_company": true, "ticker": "BX", "exchange": "New York Stock Exchange", "lei": "5299004LW4QWGZUB8Y96", "sec_cik": "1393818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Blackstone_Group_logo_%282%29.svg", "description": "American alternative investment company", "sitelinks": 32, "importance": 0.6901, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
157 +{"wikidata_id": "Q1049080", "display_name": "Juniper Networks", "legal_name": null, "aliases": ["HPE Juniper", "Inc."], "website": "https://juniper.net", "canonical_domain": "juniper.net", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology", "cloud-infrastructure", "manufacturing"], "industry_labels": ["technology", "networking hardware", "Photographic and Photocopying Equipment Manufacturing [2012–2022 definition]"], "founded_year": 1996, "employees": 9419, "public_company": true, "ticker": "JNPR", "exchange": "New York Stock Exchange", "lei": "AUHIXNGG7U2U7JEHM527", "sec_cik": "1043604", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Juniper_Networks_logo.svg", "description": "American multinational technology company", "sitelinks": 29, "importance": 0.69, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
158 +{"wikidata_id": "Q1641437", "display_name": "Ralph Lauren Corporation", "legal_name": "Ralph Lauren Corporation", "aliases": ["Polo Ralph Lauren"], "website": "https://www.ralphlauren.com", "canonical_domain": "ralphlauren.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1967, "employees": 23400, "public_company": true, "ticker": "RL", "exchange": "New York Stock Exchange", "lei": "HO1QNWM0IXBZ0QSMMO20", "sec_cik": "1037038", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ralph_Lauren_logo.svg", "description": "American fashion and lifestyle company", "sitelinks": 25, "importance": 0.6882, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
159 +{"wikidata_id": "Q734338", "display_name": "Verisign", "legal_name": null, "aliases": ["VeriSign", "Inc.", "VeriSign", "Inc.", "VRSN"], "website": "https://www.verisign.com", "canonical_domain": "verisign.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["internet", "telecommunications"], "industry_labels": ["Internet", "telecommunications"], "founded_year": 1995, "employees": 1019, "public_company": true, "ticker": "VRSN", "exchange": "Nasdaq", "lei": "LMPL4N8ZOJRMF0KOF759", "sec_cik": "1014473", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verisign_logo.svg", "description": "American Internet company", "sitelinks": 39, "importance": 0.6881, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
160 +{"wikidata_id": "Q733482", "display_name": "GoPro", "legal_name": null, "aliases": ["Inc.", "Woodman Labs", "Inc."], "website": "https://www.gopro.com", "canonical_domain": "gopro.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.53446, "lon": -122.33038, "industries": ["media", "manufacturing"], "industry_labels": ["photography", "electrical industry"], "founded_year": 2002, "employees": 963, "public_company": true, "ticker": "GPRO", "exchange": "Nasdaq", "lei": "549300CQJMLT21SZFL16", "sec_cik": "1500435", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoPro.svg", "description": "American technology company", "sitelinks": 39, "importance": 0.6873, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
161 +{"wikidata_id": "Q727883", "display_name": "NetApp", "legal_name": null, "aliases": ["Inc."], "website": "https://www.netapp.com", "canonical_domain": "netapp.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["cloud-infrastructure"], "industry_labels": ["SIC 3572 Computer Storage Devices"], "founded_year": 1992, "employees": 12000, "public_company": true, "ticker": "NTAP", "exchange": "Nasdaq", "lei": "QTX3D84DZDD5JYOCYH15", "sec_cik": "1002047", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NetApp_logo.svg", "description": "company", "sitelinks": 27, "importance": 0.6863, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1002047", "enriched_at": "2026-09-13T07:17:38+00:00"}}
162 +{"wikidata_id": "Q634815", "display_name": "Motorola Solutions", "legal_name": null, "aliases": ["Motorola", "Inc."], "website": "https://www.motorolasolutions.com", "canonical_domain": "motorolasolutions.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.8809, "lon": -87.64021, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2011, "employees": 18000, "public_company": true, "ticker": "MSI", "exchange": "New York Stock Exchange", "lei": "6S552MUG6KGJVEBSEC55", "sec_cik": "68505", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motorola_Solutions_Logo.svg", "description": "American data communications and telecommunications equipment provider", "sitelinks": 25, "importance": 0.6844, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
163 +{"wikidata_id": "Q1138291", "display_name": "Curtiss-Wright", "legal_name": null, "aliases": ["Curtiss-Wright Corporation"], "website": "https://www.curtisswright.com", "canonical_domain": "curtisswright.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1929, "employees": 10000, "public_company": true, "ticker": "CW", "exchange": "New York Stock Exchange", "lei": "TEL51ETZWP7D0ZM4X325", "sec_cik": "26324", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Curtiss-Wright_logo.svg", "description": "aircraft manufacturer in the United States", "sitelinks": 27, "importance": 0.6837, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "26324", "enriched_at": "2026-09-13T07:17:38+00:00"}}
164 +{"wikidata_id": "Q202972", "display_name": "International Paper", "legal_name": null, "aliases": ["IP", "International Paper Company"], "website": "https://www.internationalpaper.com", "canonical_domain": "internationalpaper.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1898, "employees": 58000, "public_company": true, "ticker": "IP", "exchange": "New York Stock Exchange", "lei": "824LMFJDH41EY779Q875", "sec_cik": "51434", "parent": {"wikidata_id": "Q117023081", "name": "International Power and Paper Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InternationalPaper_logo_2023.svg", "description": "American pulp and paper company", "sitelinks": 21, "importance": 0.6837, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q108169237"}]}
165 +{"wikidata_id": "Q2749364", "display_name": "Fortinet", "legal_name": null, "aliases": ["ftn", "Fortinet Inc.", "Inc.", "FTNT"], "website": "https://www.fortinet.com", "canonical_domain": "fortinet.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2000, "employees": 15109, "public_company": true, "ticker": "FTNT", "exchange": "Nasdaq", "lei": "549300O0QJWDBAS0QX03", "sec_cik": "1262039", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fortinet_logo.svg", "description": "network security corporation", "sitelinks": 25, "importance": 0.6818, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
166 +{"wikidata_id": "Q5289230", "display_name": "Dollar Tree", "legal_name": null, "aliases": [], "website": "https://www.dollartree.com", "canonical_domain": "dollartree.com", "country": "US", "hq_city": "Chesapeake", "hq_region": "Virginia", "lat": 36.7674, "lon": -76.28741, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": 145000, "public_company": true, "ticker": "DLTR", "exchange": "Nasdaq", "lei": "549300PMSTQITB1WHR43", "sec_cik": "935703", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dollar_Tree_logo.svg", "description": "chain of low cost retail stores in North America", "sitelinks": 18, "importance": 0.6816, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
167 +{"wikidata_id": "Q29739", "display_name": "International", "legal_name": null, "aliases": ["International Harvester Company", "Navistar", "International Trucks", "International Motors", "Navistar International Corporation"], "website": "https://www.international.com", "canonical_domain": "international.com", "country": "US", "hq_city": "Lisle", "hq_region": "DuPage County", "lat": 41.7925, "lon": -88.0883, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1986, "employees": 14800, "public_company": true, "ticker": "NAV", "exchange": "New York Stock Exchange", "lei": "WNDD3CRVXJGC8I7GX671", "sec_cik": "51296", "parent": {"wikidata_id": "Q28228137", "name": "Traton"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/International_Motors_Logo%2C_October_2024.svg", "description": "motor vehicle manufacturing company", "sitelinks": 25, "importance": 0.6815, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
168 +{"wikidata_id": "Q1192805", "display_name": "Krispy Kreme", "legal_name": null, "aliases": ["Krispy Kreme Doughnuts", "Inc."], "website": "https://krispykreme.com", "canonical_domain": "krispykreme.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1937, "employees": 4000, "public_company": true, "ticker": "DNUT", "exchange": "Nasdaq", "lei": "549300SW1I7LNVBRTO38", "sec_cik": "1857154", "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo.KrispyKreme.svg", "description": "American global doughnut company and coffeehouse chain", "sitelinks": 30, "importance": 0.6811, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
169 +{"wikidata_id": "Q465751", "display_name": "Chipotle Mexican Grill", "legal_name": null, "aliases": ["Chipotle"], "website": "https://chipotle.com", "canonical_domain": "chipotle.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1993, "employees": 45200, "public_company": true, "ticker": "CMG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1058090", "parent": null, "logo_url": null, "description": "American fast casual Mexican restaurant chain", "sitelinks": 21, "importance": 0.6801, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
170 +{"wikidata_id": "Q1969091", "display_name": "Oshkosh Corporation", "legal_name": null, "aliases": ["Oshkosh Truck", "Oshkosh Truck Corporation"], "website": "https://www.oshkoshcorp.com", "canonical_domain": "oshkoshcorp.com", "country": "US", "hq_city": "Oshkosh", "hq_region": "Winnebago County", "lat": 44.02417, "lon": -88.56111, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1917, "employees": 12000, "public_company": true, "ticker": "OSK", "exchange": "New York Stock Exchange", "lei": "549300FEKNPCFSA2B506", "sec_cik": "775158", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oshkosh_Corporation_2019_Logo.svg", "description": "American industrial company", "sitelinks": 25, "importance": 0.6785, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
171 +{"wikidata_id": "Q261288", "display_name": "Dolby", "legal_name": null, "aliases": ["Dolby Laboratories", "Dolby Laboratories Inc.", "Dolby Laboratories Licensing Corporation (San Francisco", "CA)", "Dolby Labs"], "website": "https://www.dolby.com", "canonical_domain": "dolby.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["professional-services"], "industry_labels": ["audio signal processing", "SIC 6794 Patent Owners & Lessors"], "founded_year": 1965, "employees": 1667, "public_company": true, "ticker": "DLB", "exchange": "New York Stock Exchange", "lei": "5493003RN4N4ACTUEC28", "sec_cik": "1308547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dolby_logo_2019.svg", "description": "American company specializing in audio noise reduction and audio encoding/compression", "sitelinks": 33, "importance": 0.6781, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1308547", "enriched_at": "2026-09-13T07:17:38+00:00"}}
172 +{"wikidata_id": "Q642271", "display_name": "The Cigna Group", "legal_name": null, "aliases": ["Cigna"], "website": "https://www.cigna.com", "canonical_domain": "cigna.com", "country": "US", "hq_city": "Bloomfield", "hq_region": "Capitol Planning Region", "lat": 41.85, "lon": -72.73333, "industries": ["healthcare"], "industry_labels": ["managed care"], "founded_year": 1982, "employees": 73800, "public_company": true, "ticker": "CI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1739940", "parent": null, "logo_url": null, "description": "American health services organization", "sitelinks": 19, "importance": 0.6772, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
173 +{"wikidata_id": "Q1545076", "display_name": "Microchip Technology", "legal_name": null, "aliases": ["Microchip Technology Inc."], "website": "https://www.microchip.com", "canonical_domain": "microchip.com", "country": "US", "hq_city": "Chandler", "hq_region": "Maricopa County", "lat": 33.30333, "lon": -111.84139, "industries": ["technology", "semiconductors"], "industry_labels": ["electronics", "semiconductor industry"], "founded_year": 1989, "employees": 19500, "public_company": true, "ticker": "MCHP", "exchange": "Nasdaq", "lei": "5493007PTFULNYZJ1R12", "sec_cik": "827054", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Microchip-Logo.svg", "description": "American integrated circuit company", "sitelinks": 23, "importance": 0.6771, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
174 +{"wikidata_id": "Q294721", "display_name": "AMC Theatres", "legal_name": null, "aliases": ["American Multi-Cinema", "AMC Cinemas", "AMC Cines", "AMC Entertainment", "AMC Entertainment Inc", "AMC Entertainment Incorporated", "AMC Entertainment", "Inc."], "website": "https://www.amctheatres.com", "canonical_domain": "amctheatres.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Platte County", "lat": 39.05, "lon": -94.58333, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1920, "employees": 34000, "public_company": true, "ticker": "AMC", "exchange": "New York Stock Exchange", "lei": "549300ZO77UNR6NRBR11", "sec_cik": "1411579", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMC_Theatres_logo_%282%29.svg", "description": "US-based movie theater chain in the US and Europe", "sitelinks": 21, "importance": 0.676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1411579", "enriched_at": "2026-09-13T07:17:38+00:00"}}
175 +{"wikidata_id": "Q1329463", "display_name": "Quiksilver", "legal_name": null, "aliases": ["Inc.", "Quiksilver Inc"], "website": "https://www.quiksilver.com", "canonical_domain": "quiksilver.com", "country": "US", "hq_city": "Huntington Beach", "hq_region": "Orange County", "lat": 33.69278, "lon": -117.99972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1969, "employees": 7500, "public_company": true, "ticker": "ZQK", "exchange": "New York Stock Exchange", "lei": "54930013HYANWRQLRU09", "sec_cik": "805305", "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quiksilver_wordmark_2015.svg", "description": "manufacturer of surfwear swimwear, ski and snowboard wear and equipment", "sitelinks": 26, "importance": 0.6757, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
176 +{"wikidata_id": "Q393762", "display_name": "Agilent Technologies", "legal_name": "Agilent Technologies, Inc.", "aliases": ["Inc."], "website": "https://www.agilent.com", "canonical_domain": "agilent.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology"], "industry_labels": ["high-performance liquid chromatography", "measurement tool", "electronics industry"], "founded_year": 1999, "employees": 17671, "public_company": true, "ticker": "A", "exchange": "New York Stock Exchange", "lei": "QUIX8Y7A2WP0XRMW7G29", "sec_cik": "1090872", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agilent_Technologies-Logo.svg", "description": "American life sciences company that provides instruments, software, services, and consumables for the entire laboratory workflow", "sitelinks": 23, "importance": 0.6757, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
177 +{"wikidata_id": "Q35339", "display_name": "WWE", "legal_name": null, "aliases": [], "website": "https://www.wwe.com", "canonical_domain": "wwe.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "TKO", "exchange": "New York Stock Exchange", "lei": "549300WZVLSCS3L4L698", "sec_cik": "1973266", "parent": {"wikidata_id": "Q120435068", "name": "TKO Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WWE_Official_Logo.svg", "description": "American professional wrestling and entertainment company", "sitelinks": 91, "importance": 0.6754, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1149935"}, {"related_domain_conflict": "Q3622086"}], "source_edgar": {"cik": "1973266", "enriched_at": "2026-09-13T07:17:38+00:00"}}
178 +{"wikidata_id": "Q485593", "display_name": "Red Hat", "legal_name": null, "aliases": [], "website": "https://www.redhat.com", "canonical_domain": "redhat.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["software"], "industry_labels": ["software industry", "SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 1993, "employees": 19000, "public_company": true, "ticker": null, "exchange": null, "lei": "08C2IQ0VM1B2PBTVHC56", "sec_cik": "1087423", "parent": {"wikidata_id": "Q37156", "name": "IBM"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Red_Hat_logo.svg", "description": "American multinational software company", "sitelinks": 60, "importance": 0.6748, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q43804215"}], "source_edgar": {"cik": "1087423", "enriched_at": "2026-09-13T07:17:38+00:00"}}
179 +{"wikidata_id": "Q292292", "display_name": "AGCO", "legal_name": null, "aliases": ["AGCO Allis", "AGCO CORP", "AGCO Corp.", "Agco Corporation", "AGCO Corporation", "AGCO Tractors", "Agco-Allis", "Challenger Equipment"], "website": "https://www.agcocorp.com", "canonical_domain": "agcocorp.com", "country": "US", "hq_city": "Duluth", "hq_region": "Gwinnett County", "lat": 34.00306, "lon": -84.14556, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1990, "employees": 22000, "public_company": true, "ticker": "AGCO", "exchange": "New York Stock Exchange", "lei": "LYOM0B2GCF1JWXK5ZG04", "sec_cik": "880266", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AGCO-Logo.svg", "description": "American agricultural machinery manufacturer", "sitelinks": 22, "importance": 0.6744, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "880266", "enriched_at": "2026-09-13T07:17:38+00:00"}}
180 +{"wikidata_id": "Q852787", "display_name": "Groupon", "legal_name": "Groupon, Inc.", "aliases": ["Inc."], "website": "https://www.groupon.com", "canonical_domain": "groupon.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2008, "employees": 3675, "public_company": true, "ticker": "GRPN", "exchange": "Nasdaq", "lei": "5299005W5W1R5POQJL03", "sec_cik": "1490281", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Groupon_Logo.svg", "description": "American worldwide e-commerce marketplace", "sitelinks": 28, "importance": 0.6729, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
181 +{"wikidata_id": "Q582418", "display_name": "ITT Corporation", "legal_name": null, "aliases": ["ITT", "International Telephone & Telegraph", "ITT CANNON LLC", "ITT Inc."], "website": "https://itt.com", "canonical_domain": "itt.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": 10600, "public_company": true, "ticker": "ITT", "exchange": "New York Stock Exchange", "lei": "549300KDSERHTJOXUS80", "sec_cik": "216228", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITT_logo.svg", "description": "American worldwide manufacturing company", "sitelinks": 24, "importance": 0.6726, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
182 +{"wikidata_id": "Q1347782", "display_name": "Marvell Technology", "legal_name": null, "aliases": ["Marvell", "Marvell (United States)", "Marvell Technology Group", "Inc."], "website": "https://www.marvell.com", "canonical_domain": "marvell.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1995, "employees": 7480, "public_company": true, "ticker": "MRVL", "exchange": "Nasdaq", "lei": "8DF36O58U3QIHUCGZB18", "sec_cik": "1835632", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvell_Logo.svg", "description": "American fabless semiconductor company", "sitelinks": 25, "importance": 0.6717, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1835632", "enriched_at": "2026-09-13T07:17:38+00:00"}}
183 +{"wikidata_id": "Q2945643", "display_name": "Skechers", "legal_name": null, "aliases": ["Skechers Incorporated"], "website": "https://www.skechers.com", "canonical_domain": "skechers.com", "country": "US", "hq_city": "Manhattan Beach", "hq_region": "Los Angeles County", "lat": 33.88889, "lon": -118.40528, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1992, "employees": 9800, "public_company": true, "ticker": "SKX", "exchange": "New York Stock Exchange", "lei": "529900D2R54KZPA4XR56", "sec_cik": "1065837", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skechers.svg", "description": "American shoe company", "sitelinks": 24, "importance": 0.6714, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
184 +{"wikidata_id": "Q2114414", "display_name": "Prudential Financial", "legal_name": null, "aliases": [], "website": "https://prudential.com", "canonical_domain": "prudential.com", "country": "US", "hq_city": "Prudential Headquarters", "hq_region": null, "lat": 40.7335, "lon": -74.17106, "industries": ["insurance", "financial-services"], "industry_labels": ["life insurance", "financial sector"], "founded_year": 1875, "employees": 41671, "public_company": true, "ticker": "PRU", "exchange": "New York Stock Exchange", "lei": "5PRBRS5FEH7NREC8OR45", "sec_cik": "1137774", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-prudential-do-brasil.png", "description": "American life insurance company", "sitelinks": 19, "importance": 0.6689, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
185 +{"wikidata_id": "Q1281055", "display_name": "TV Azteca", "legal_name": null, "aliases": ["Television Azteca", "Televisión Azteca", "TV Azteca SAB de CV", "S.A.B. de C.V."], "website": "https://www.tvazteca.com", "canonical_domain": "tvazteca.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": ["television", "mass media"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "AZTECA", "exchange": "Mexican Stock Exchange", "lei": "549300H2ZXE4KL0NUV88", "sec_cik": "1023025", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_de_TV_Azteca.svg", "description": "Mexican multimedia group", "sitelinks": 85, "importance": 0.6683, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
186 +{"wikidata_id": "Q165858", "display_name": "Telus Communications", "legal_name": null, "aliases": [], "website": "https://www.telus.com", "canonical_domain": "telus.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1990, "employees": 28000, "public_company": true, "ticker": "T", "exchange": "Toronto Stock Exchange", "lei": "L2TEUTQ8OSHMJWVLCE40", "sec_cik": "868675", "parent": {"wikidata_id": "Q96407933", "name": "Telus Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telus-Logo.svg", "description": "Canadian telecommunications company", "sitelinks": 20, "importance": 0.6683, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7697926"}, {"related_domain_conflict": "Q96407933"}]}
187 +{"wikidata_id": "Q3511885", "display_name": "T-Mobile US", "legal_name": "T-Mobile US, Inc.", "aliases": ["T-Mobile", "T-Mobile USA", "Inc.", "VoiceStream Wireless"], "website": "https://www.t-mobile.com", "canonical_domain": "t-mobile.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2001, "employees": 38000, "public_company": true, "ticker": "TMUS", "exchange": "Nasdaq", "lei": "549300QHIJYOHPACPG31", "sec_cik": "1283699", "parent": {"wikidata_id": "Q9396", "name": "Deutsche Telekom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T-Mobile_US_Logo_2022_RGB_Magenta_on_Transparent.svg", "description": "American telecommunications company", "sitelinks": 19, "importance": 0.6676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
188 +{"wikidata_id": "Q28782856", "display_name": "DXC Technology", "legal_name": null, "aliases": ["DXC", "dxc", "DXC Technology Services LLC"], "website": "https://dxc.com", "canonical_domain": "dxc.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["technology"], "industry_labels": ["quaternary sector of the economy"], "founded_year": 2017, "employees": 170500, "public_company": true, "ticker": "DXC", "exchange": "New York Stock Exchange", "lei": "549300DOVZ3EDJB7O259", "sec_cik": "1688568", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DXC-Logo-2025.svg", "description": "company", "sitelinks": 15, "importance": 0.6659, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
189 +{"wikidata_id": "Q1511043", "display_name": "Gerdau", "legal_name": null, "aliases": ["Gerdau S.A."], "website": "https://www.gerdau.com.br", "canonical_domain": "gerdau.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["mining"], "industry_labels": ["metal industry", "iron and steel industry"], "founded_year": 1901, "employees": 47000, "public_company": true, "ticker": "GGBR3", "exchange": "São Paulo Stock Exchange", "lei": "254900YDV6SEQQPZVG24", "sec_cik": "1073404", "parent": {"wikidata_id": "Q3307276", "name": "Metalúrgica Gerdau"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gerdau_logo_%282011%29.svg", "description": "company", "sitelinks": 18, "importance": 0.6653, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1073404", "enriched_at": "2026-09-13T07:17:38+00:00"}}
190 +{"wikidata_id": "Q1520122", "display_name": "Getty Images", "legal_name": null, "aliases": ["Getty", "Getty Images Holdings", "Inc.", "Inc."], "website": "https://www.gettyimages.com", "canonical_domain": "gettyimages.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1995, "employees": 1700, "public_company": true, "ticker": "GETY", "exchange": "New York Stock Exchange", "lei": "5493005NV20IG4VEKZ40", "sec_cik": "1898496", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Getty_Images_logo.svg", "description": "American visual media company", "sitelinks": 29, "importance": 0.6653, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
191 +{"wikidata_id": "Q1645081", "display_name": "Nucor", "legal_name": null, "aliases": ["Nuclear Corporation of America"], "website": "https://www.nucor.com", "canonical_domain": "nucor.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1955, "employees": 31400, "public_company": true, "ticker": "NUE", "exchange": "New York Stock Exchange", "lei": "549300GGJCRSI2TIEJ46", "sec_cik": "73309", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nucor.svg", "description": "steel production company", "sitelinks": 19, "importance": 0.6648, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
192 +{"wikidata_id": "Q470156", "display_name": "Cencora", "legal_name": null, "aliases": ["AmerisourceBergen Corporation", "AmerisourceBergen World Courier", "Inc."], "website": "https://www.cencora.com", "canonical_domain": "cencora.com", "country": "US", "hq_city": "Chesterbrook", "hq_region": "Tredyffrin Township", "lat": 40.07444, "lon": -75.455, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2001, "employees": 44000, "public_company": true, "ticker": "COR", "exchange": "New York Stock Exchange", "lei": "AI8GXW8LG5WK7E9UD086", "sec_cik": "1140859", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cencora_logo.png", "description": "US drug wholesale company company", "sitelinks": 18, "importance": 0.6643, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
193 +{"wikidata_id": "Q804353", "display_name": "Baker Hughes", "legal_name": null, "aliases": ["Baker Hughes Co."], "website": "https://www.bakerhughes.com", "canonical_domain": "bakerhughes.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1987, "employees": 59400, "public_company": true, "ticker": "BKR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1701605", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baker_Hughes_logo.svg", "description": "energy technology company", "sitelinks": 17, "importance": 0.663, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
194 +{"wikidata_id": "Q1630431", "display_name": "HCA Healthcare", "legal_name": null, "aliases": ["HCA", "Hospital Corporation of America"], "website": "https://careers.hcahealthcare.com", "canonical_domain": "hcahealthcare.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1968, "employees": 204000, "public_company": true, "ticker": "HCA", "exchange": "New York Stock Exchange", "lei": "529900PH4ZGUH2MNEU89", "sec_cik": "860730", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2019_HCA_logo.svg", "description": "American healthcare facilities company", "sitelinks": 14, "importance": 0.6617, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
195 +{"wikidata_id": "Q28027517", "display_name": "Lucid Motors", "legal_name": null, "aliases": ["Atieva"], "website": "https://lucidmotors.com", "canonical_domain": "lucidmotors.com", "country": "US", "hq_city": "Newark", "hq_region": "Alameda County", "lat": 37.53333, "lon": -122.03333, "industries": ["automotive", "energy"], "industry_labels": ["automotive industry", "battery", "automotive battery", "electric vehicle"], "founded_year": 2007, "employees": 6500, "public_company": true, "ticker": "LCID", "exchange": "Nasdaq", "lei": null, "sec_cik": "1811210", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lucid_Motors_logo.svg", "description": "California-based EV company founded in 2007", "sitelinks": 23, "importance": 0.6612, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1811210", "enriched_at": "2026-09-13T07:17:38+00:00"}}
196 +{"wikidata_id": "Q174769", "display_name": "United Airlines", "legal_name": null, "aliases": ["United", "Continental", "UA", "Boeing Air Transport", "UAL", "United Air Lines", "Inc.", "Inc."], "website": "https://www.united.com", "canonical_domain": "united.com", "country": "US", "hq_city": "Willis Tower", "hq_region": "Chicago", "lat": 41.8788, "lon": -87.6365, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "UAL", "exchange": "Nasdaq", "lei": "K1OQBWM7XEOO08LDNP29", "sec_cik": "319687", "parent": {"wikidata_id": "Q871700", "name": "United Airlines Holdings"}, "logo_url": null, "description": "American airline", "sitelinks": 79, "importance": 0.6607, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q871700"}, {"related_domain_conflict": "Q7887610"}]}
197 +{"wikidata_id": "Q1383669", "display_name": "Exelon", "legal_name": null, "aliases": ["Exelon Corporation"], "website": "https://www.exeloncorp.com", "canonical_domain": "exeloncorp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2000, "employees": 34000, "public_company": true, "ticker": "EXC", "exchange": "New York Stock Exchange", "lei": "3SOUA6IRML7435B56G12", "sec_cik": "1109357", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exelon_logo.svg", "description": "energy company headquartered in Chicago", "sitelinks": 18, "importance": 0.6606, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
198 +{"wikidata_id": "Q1345971", "display_name": "USA Today Co.", "legal_name": null, "aliases": ["Gannett", "Gannett Co.", "Gannett Co.", "Inc.", "Gannett Company", "Gannett Company", "Inc", "Gannett Group"], "website": "https://www.usatodayco.com", "canonical_domain": "usatodayco.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1906, "employees": 11202, "public_company": true, "ticker": "GCI", "exchange": "New York Stock Exchange", "lei": "549300S74UKH4O12NI89", "sec_cik": "1579684", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/USA_Today_Co._Logo.svg", "description": "United States newspaper company", "sitelinks": 21, "importance": 0.6599, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
199 +{"wikidata_id": "Q2299611", "display_name": "Yelp", "legal_name": null, "aliases": ["Yelp!", "Yelp Inc", "Yelp Inc.", "Yelp Incorporated", "Inc."], "website": "https://www.yelp.co.uk", "canonical_domain": "yelp.co.uk", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2004, "employees": 4350, "public_company": true, "ticker": "YELP", "exchange": "New York Stock Exchange", "lei": "5299007OU2DOSXPQBO35", "sec_cik": "1345016", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yelp_Logo.svg", "description": "American company directory service and online review forum", "sitelinks": 24, "importance": 0.6597, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
200 +{"wikidata_id": "Q1146061", "display_name": "Cushman & Wakefield", "legal_name": null, "aliases": [], "website": "https://www.cushmanwakefield.com", "canonical_domain": "cushmanwakefield.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["real-estate"], "industry_labels": ["commercial property", "real estate industry"], "founded_year": 1917, "employees": 15000, "public_company": true, "ticker": "CWK", "exchange": "New York Stock Exchange", "lei": "549300O7PRTLVBF2ZE53", "sec_cik": "1214554", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cushman_%26_Wakefield_logo.svg", "description": "American commercial real estate and property management services firm", "sitelinks": 20, "importance": 0.6593, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
201 +{"wikidata_id": "Q643674", "display_name": "Thermo Fisher Scientific Inc.", "legal_name": null, "aliases": ["TMO", "Thermo Fisher", "ThermoFisher"], "website": "https://www.thermofisher.com", "canonical_domain": "thermofisher.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2006, "employees": 67816, "public_company": true, "ticker": "TMO", "exchange": "New York Stock Exchange", "lei": "HCHV7422L5HDJZCRFL38", "sec_cik": "97745", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thermo_Fisher_Scientific_logo.svg", "description": "multinational company providing scientific instrumentation", "sitelinks": 16, "importance": 0.6589, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2040291"}]}
202 +{"wikidata_id": "Q691592", "display_name": "GlobalFoundries", "legal_name": "GLOBALFOUNDRIES Inc.", "aliases": ["Global Foundries", "GlobalFoundries (Cayman Islands)", "GlobalFoundries Inc", "GloFo"], "website": "https://gf.com", "canonical_domain": "gf.com", "country": "US", "hq_city": "Malta", "hq_region": "Saratoga County", "lat": 42.96667, "lon": -73.8, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2008, "employees": 14600, "public_company": true, "ticker": "GFS", "exchange": "Nasdaq", "lei": "549300BA76VK784VMX48", "sec_cik": "1709048", "parent": null, "logo_url": null, "description": "multinational semiconductor company", "sitelinks": 20, "importance": 0.6589, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
203 +{"wikidata_id": "Q144060", "display_name": "Cray", "legal_name": null, "aliases": ["Cray Inc.", "Cray Research", "Cray Research Inc."], "website": "https://www.cray.com", "canonical_domain": "cray.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["technology"], "industry_labels": ["information technology", "supercomputer"], "founded_year": 1972, "employees": 1042, "public_company": true, "ticker": "CRAY", "exchange": "Nasdaq", "lei": "549300BK2ASMF2NM4Q31", "sec_cik": "949158", "parent": {"wikidata_id": "Q19923099", "name": "Hewlett Packard Enterprise"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cray_logo_%282018%29.svg", "description": "American supercomputer manufacturer", "sitelinks": 29, "importance": 0.6582, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
204 +{"wikidata_id": "Q761965", "display_name": "Baxter International", "legal_name": null, "aliases": ["Baxter International Inc"], "website": "https://www.baxter.com", "canonical_domain": "baxter.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["medical-devices"], "industry_labels": ["medical equipment"], "founded_year": 1931, "employees": 61500, "public_company": true, "ticker": "BAX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "10456", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baxter.svg", "description": "American manufacturer of healthcare goods", "sitelinks": 16, "importance": 0.6575, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
205 +{"wikidata_id": "Q894585", "display_name": "Boston Scientific", "legal_name": null, "aliases": ["BSC", "Boston Scientific Corporation"], "website": "https://www.bostonscientific.com", "canonical_domain": "bostonscientific.com", "country": "US", "hq_city": "Marlborough", "hq_region": "Middlesex County", "lat": 42.34583, "lon": -71.55278, "industries": ["healthcare", "medical-devices"], "industry_labels": ["interventional radiology", "electrophysiology", "interventional cardiology", "neuromodulation", "medical device"], "founded_year": 1979, "employees": 59000, "public_company": true, "ticker": "BSX", "exchange": "New York Stock Exchange", "lei": "Y6ZDD9FP4P8JSSJMW954", "sec_cik": "885725", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boston_Scientific_Logo.svg", "description": "worldwide developer, manufacturer and marketer of medical devices", "sitelinks": 16, "importance": 0.6569, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
206 +{"wikidata_id": "Q1045842", "display_name": "The Cheesecake Factory", "legal_name": null, "aliases": ["Cheesecake Factory"], "website": "https://www.thecheesecakefactory.com", "canonical_domain": "thecheesecakefactory.com", "country": "US", "hq_city": "Calabasas", "hq_region": "Los Angeles County", "lat": 34.13333, "lon": -118.65, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1978, "employees": 38800, "public_company": true, "ticker": "CAKE", "exchange": "Nasdaq", "lei": "529900872XMLK10SY247", "sec_cik": "887596", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CheesecakeFactoryLogo1.png", "description": "American distributor of cheesecakes and a restaurant company", "sitelinks": 17, "importance": 0.6568, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "887596", "enriched_at": "2026-09-13T07:17:38+00:00"}}
207 +{"wikidata_id": "Q1470619", "display_name": "Parker Hannifin", "legal_name": null, "aliases": ["Parker", "Parker Appliance Company", "Runwise"], "website": "https://www.parker.com", "canonical_domain": "parker.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1917, "employees": 57500, "public_company": true, "ticker": "PH", "exchange": "New York Stock Exchange", "lei": "549300NWYU96IN4LF680", "sec_cik": "76334", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parker_Hannifin.svg", "description": "American technology firm", "sitelinks": 16, "importance": 0.6565, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
208 +{"wikidata_id": "Q7893816", "display_name": "Unity Technologies", "legal_name": "Unity Technologies", "aliases": ["Unity"], "website": "https://unity.com", "canonical_domain": "unity.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming", "media"], "industry_labels": ["video game industry", "media industry"], "founded_year": 2004, "employees": 2000, "public_company": true, "ticker": "U", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1810806", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unity_2021.svg", "description": "software company most known for creating the Unity game engine", "sitelinks": 26, "importance": 0.6565, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1810806", "enriched_at": "2026-09-13T07:17:38+00:00"}}
209 +{"wikidata_id": "Q825943", "display_name": "BorgWarner", "legal_name": null, "aliases": ["BorgWarner Inc."], "website": "https://www.borgwarner.com", "canonical_domain": "borgwarner.com", "country": "US", "hq_city": "Auburn Hills", "hq_region": "Oakland County", "lat": 42.6875, "lon": -83.23417, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1880, "employees": 49000, "public_company": true, "ticker": "BWA", "exchange": "New York Stock Exchange", "lei": "549300DSFX2IE88NSX47", "sec_cik": "908255", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BorgWarner_Logo_Dark_Blue_%281%29.svg", "description": "company", "sitelinks": 16, "importance": 0.6542, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
210 +{"wikidata_id": "Q188920", "display_name": "Delta Air Lines", "legal_name": null, "aliases": ["Delta", "DL", "DAL", "Inc.", "Delta Airlines"], "website": "https://zh.delta.com", "canonical_domain": "delta.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["aerospace-defense", "airlines"], "industry_labels": ["aviation", "air transport"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "DAL", "exchange": "New York Stock Exchange", "lei": "Q2CCMS6R0AS67HJMBN42", "sec_cik": "27904", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Delta_logo.svg", "description": "airline in the United States (1929–present)", "sitelinks": 74, "importance": 0.6539, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
211 +{"wikidata_id": "Q7128508", "display_name": "Palo Alto Networks", "legal_name": null, "aliases": ["PAN", "PANW", "Palo Alto Software", "Inc."], "website": "https://www.paloaltonetworks.com", "canonical_domain": "paloaltonetworks.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2005, "employees": 13900, "public_company": true, "ticker": "PANW", "exchange": "Nasdaq", "lei": "549300QXR2YVZV231H43", "sec_cik": "1327567", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PaloAltoNetworks_2020_Logo.svg", "description": "cyber-security company", "sitelinks": 19, "importance": 0.653, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
212 +{"wikidata_id": "Q1389504", "display_name": "Morningstar, Inc.", "legal_name": null, "aliases": ["Morning star", "Morning star INC", "Morning star research", "Morningstar Inc"], "website": "https://www.morningstar.com", "canonical_domain": "morningstar.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": 9556, "public_company": true, "ticker": "MORN", "exchange": "Nasdaq", "lei": "529900YGNQPOVAXQ7F29", "sec_cik": "1289419", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morningstar_Logo.svg", "description": "American financial services firm", "sitelinks": 20, "importance": 0.6528, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1152008"}]}
213 +{"wikidata_id": "Q1671509", "display_name": "onsemi", "legal_name": null, "aliases": ["Fairchild Semiconductor", "AMI Semiconductor", "Alcatel Microelectronics", "Mietec"], "website": "https://www.onsemi.com", "canonical_domain": "onsemi.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1992, "employees": 26400, "public_company": true, "ticker": "ON", "exchange": "Nasdaq", "lei": "ZV20P4CNJVT8V1ZGJ064", "sec_cik": "1097864", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Onsemi_logo_2021.svg", "description": "A semiconductor company focused on intelligent power and sensing technologies", "sitelinks": 17, "importance": 0.6513, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q30258587"}]}
214 +{"wikidata_id": "Q926806", "display_name": "Carlyle Group", "legal_name": null, "aliases": ["The Carlyle Group"], "website": "https://www.carlyle.com", "canonical_domain": "carlyle.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1987, "employees": 2400, "public_company": true, "ticker": "CG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1527166", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Carlyle_Group_logo.svg", "description": "American alternative asset management company", "sitelinks": 24, "importance": 0.6511, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
215 +{"wikidata_id": "Q1798370", "display_name": "CGI Group", "legal_name": null, "aliases": ["CGI", "CGI Group Inc.", "Consultants to Government and Industry Incorporated"], "website": "https://www.cgi.com", "canonical_domain": "cgi.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1976, "employees": 90000, "public_company": true, "ticker": "GIB.A", "exchange": "Toronto Stock Exchange", "lei": "549300WSRCZY73ZG3090", "sec_cik": "1061574", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CGI_Group_logo.svg", "description": "multinational information technology company", "sitelinks": 14, "importance": 0.6498, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q97197296"}]}
216 +{"wikidata_id": "Q2831861", "display_name": "Albertsons", "legal_name": null, "aliases": ["Albertson's"], "website": "https://www.albertsonscompanies.com", "canonical_domain": "albertsonscompanies.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1939, "employees": 250000, "public_company": true, "ticker": "ACI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1646972", "parent": {"wikidata_id": "Q289362", "name": "Cerberus Capital Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Albertsons_logo.svg", "description": "American grocery chain", "sitelinks": 12, "importance": 0.6496, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
217 +{"wikidata_id": "Q32396", "display_name": "American Airlines", "legal_name": null, "aliases": ["AA", "AAL", "AMR Corporation", "American Air Lines", "American Airlines Group", "Inc.", "American Airways"], "website": "https://www.aa.com", "canonical_domain": "aa.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["airlines"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "AAL", "exchange": "Nasdaq", "lei": "IWUQB36BXD6OWD6X4T14", "sec_cik": "4515", "parent": {"wikidata_id": "Q4742937", "name": "American Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Airlines_wordmark_%282013%29.svg", "description": "major airline of the United States", "sitelinks": 71, "importance": 0.6496, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4742937"}]}
218 +{"wikidata_id": "Q245772", "display_name": "Zynga", "legal_name": null, "aliases": ["Zynga Inc."], "website": "https://www.zynga.com", "canonical_domain": "zynga.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 1200, "public_company": true, "ticker": "ZNGA", "exchange": "Nasdaq", "lei": "549300XNQ0U2EL088Z74", "sec_cik": "1439404", "parent": null, "logo_url": null, "description": "American social game developer", "sitelinks": 26, "importance": 0.6491, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
219 +{"wikidata_id": "Q910866", "display_name": "Humana", "legal_name": null, "aliases": [], "website": "https://www.humana.com", "canonical_domain": "humana.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1961, "employees": 51600, "public_company": true, "ticker": "HUM", "exchange": "New York Stock Exchange", "lei": "529900YLDW34GJAO4J06", "sec_cik": "49071", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Humana_logo.svg", "description": "American managed health care company", "sitelinks": 15, "importance": 0.6486, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
220 +{"wikidata_id": "Q2068984", "display_name": "Illumina", "legal_name": null, "aliases": ["Inc.", "ILMN"], "website": "https://www.illumina.com", "canonical_domain": "illumina.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1998, "employees": 9250, "public_company": true, "ticker": "ILMN", "exchange": "Nasdaq", "lei": "SQ95QG8SR5Q56LSNF682", "sec_cik": "1110803", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Illumina_logo.svg", "description": "American company that develops systems for the analysis of genetic variation", "sitelinks": 19, "importance": 0.6472, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
221 +{"wikidata_id": "Q8034666", "display_name": "Workday, Inc.", "legal_name": null, "aliases": ["Workday"], "website": "https://www.workday.com", "canonical_domain": "workday.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": 20000, "public_company": true, "ticker": "WDAY", "exchange": "Nasdaq", "lei": "549300J0DYC0N31V7G13", "sec_cik": "1327811", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Workday_logo.svg", "description": "financial and corporate software company", "sitelinks": 17, "importance": 0.6472, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
222 +{"wikidata_id": "Q484930", "display_name": "Analog Devices", "legal_name": null, "aliases": [], "website": "https://www.analog.com", "canonical_domain": "analog.com", "country": "US", "hq_city": "Norwood", "hq_region": "Norfolk County", "lat": 42.19454, "lon": -71.1995, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1965, "employees": 9200, "public_company": true, "ticker": "ADI", "exchange": "Nasdaq", "lei": "GYVOE5EZ4GDAVTU4CQ61", "sec_cik": "6281", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Analog_Devices_Logo.svg", "description": "American company", "sitelinks": 19, "importance": 0.6471, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
223 +{"wikidata_id": "Q185339", "display_name": "Air Canada", "legal_name": "Air Canada", "aliases": ["AC", "Trans-Canada Air Lines"], "website": "https://www.aircanada.com", "canonical_domain": "aircanada.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "AC.A", "exchange": "Toronto Stock Exchange", "lei": "4B4HI3CGXMBDC0G6BM51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Canada_2017.svg", "description": "flag-carrier and largest airline of Canada", "sitelinks": 69, "importance": 0.6467, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2070953"}]}
224 +{"wikidata_id": "Q2376711", "display_name": "Sysco", "legal_name": null, "aliases": ["Sysco Corporation"], "website": "https://www.sysco.com", "canonical_domain": "sysco.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1969, "employees": 67001, "public_company": true, "ticker": "SYY", "exchange": "New York Stock Exchange", "lei": "5RGWIFLMGH3YS7KWI652", "sec_cik": "96021", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sysco-Logo.svg", "description": "American distribution company", "sitelinks": 14, "importance": 0.6456, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
225 +{"wikidata_id": "Q1501630", "display_name": "Interpublic Group of Companies", "legal_name": null, "aliases": ["The Interpublic Group of Companies"], "website": "https://www.interpublic.com", "canonical_domain": "interpublic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1961, "employees": 41000, "public_company": true, "ticker": "IPG", "exchange": "New York Stock Exchange", "lei": "5493008IUOJ5VWTRC333", "sec_cik": "51644", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interpublic_Group_of_Companies_logo.svg", "description": "Advertising company", "sitelinks": 15, "importance": 0.6452, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
226 +{"wikidata_id": "Q180816", "display_name": "Dow Jones Industrial Average", "legal_name": null, "aliases": ["Dow", "Dow Jones", "DJI", "DJIA Component", "The Dow"], "website": "https://www.spglobal.com", "canonical_domain": "spglobal.com", "country": "US", "hq_city": "Midland", "hq_region": "MI", "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": ["SIC 2821 Plastic Materials, Synth Resins & Nonvulcan Elastomers"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "DJI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1751788", "parent": null, "logo_url": null, "description": "stock market index", "sitelinks": 67, "importance": 0.6436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q242345"}, {"related_domain_conflict": "Q106158"}, {"related_domain_conflict": "Q868587"}, {"related_domain_conflict": "Q2204387"}, {"related_domain_conflict": "Q1253020"}, {"related_domain_conflict": "Q2668128"}, {"related_domain_conflict": "Q3458980"}, {"related_domain_conflict": "Q2603489"}, {"related_domain_conflict": "Q7386988"}], "source_edgar": {"cik": "1751788", "enriched_at": "2026-09-13T07:17:38+00:00"}}
227 +{"wikidata_id": "Q499962", "display_name": "Coursera", "legal_name": null, "aliases": [], "website": "https://www.coursera.org", "canonical_domain": "coursera.org", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39194, "lon": -122.10361, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "COUR", "exchange": "New York Stock Exchange", "lei": "984500573CA1QB7DAC30", "sec_cik": "1651562", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coursera_logo_%282020%29.svg", "description": "online education technology company", "sitelinks": 67, "importance": 0.6436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
228 +{"wikidata_id": "Q1009458", "display_name": "Bunge Limited", "legal_name": null, "aliases": ["Bunge International"], "website": "https://www.bunge.com", "canonical_domain": "bunge.com", "country": "US", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1818, "employees": 22706, "public_company": true, "ticker": "BG", "exchange": "New York Stock Exchange", "lei": "5493007M0RIN8HY3MM77", "sec_cik": "1144519", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bunge_Limited_Logo.svg", "description": "global agribusiness and food company", "sitelinks": 16, "importance": 0.6431, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
229 +{"wikidata_id": "Q1275613", "display_name": "EPAM Systems", "legal_name": null, "aliases": ["EPAM", "Inc."], "website": "https://www.epam.com", "canonical_domain": "epam.com", "country": "US", "hq_city": "Pennsylvania", "hq_region": "United States", "lat": 41.0, "lon": -77.5, "industries": ["professional-services", "software"], "industry_labels": ["outsourcing", "consultation", "software industry"], "founded_year": 1993, "employees": 52650, "public_company": true, "ticker": "EPAM", "exchange": "New York Stock Exchange", "lei": "549300XCR4R530HJP604", "sec_cik": "1352010", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Effective_Programming_for_America_logo.svg", "description": "global provider of software engineering and IT consulting services", "sitelinks": 14, "importance": 0.6421, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
230 +{"wikidata_id": "Q1544413", "display_name": "National Instruments", "legal_name": null, "aliases": ["NI", "National Instruments Corporation"], "website": "https://www.ni.com", "canonical_domain": "ni.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1976, "employees": 6235, "public_company": true, "ticker": "NATI", "exchange": "Nasdaq", "lei": "549300TP4OOPCYWDUP86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Instruments_logo_2020.svg", "description": "American industrial technology company", "sitelinks": 19, "importance": 0.6414, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
231 +{"wikidata_id": "Q1022711", "display_name": "CACI", "legal_name": "CACI International Inc.", "aliases": ["CACI International", "CACI International Inc", "CACI Worldwide", "Inc.", "California Analysis Center", "Incorporated", "Consolidated Analysis Center", "Incorporated"], "website": "https://www.caci.com", "canonical_domain": "caci.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["professional-services", "technology"], "industry_labels": ["professional services industry", "information technology industry"], "founded_year": 1962, "employees": 20000, "public_company": true, "ticker": "CACI", "exchange": "New York Stock Exchange", "lei": "SYRPI2D1O9WRTS2WX210", "sec_cik": "16058", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CACI-Logo.svg", "description": "American professional services and information technology company", "sitelinks": 16, "importance": 0.6412, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
232 +{"wikidata_id": "Q811857", "display_name": "Bausch & Lomb", "legal_name": null, "aliases": ["Bausch & Lomb Optical Co.", "Bausch and Lomb Optical Company"], "website": "https://www.bausch.com", "canonical_domain": "bausch.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1853, "employees": 12900, "public_company": true, "ticker": "BLCO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "10427", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bausch_and_Lomb_Logo_2010.svg", "description": "American company", "sitelinks": 17, "importance": 0.6409, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
233 +{"wikidata_id": "Q1815011", "display_name": "Pacific Gas and Electric Company", "legal_name": null, "aliases": ["P.G.&E. Company", "Pacific Gas & Electric", "Pacific Gas & Electric Company", "PG&E"], "website": "https://www.pge.com", "canonical_domain": "pge.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["oil-gas", "utilities"], "industry_labels": [], "founded_year": 1905, "employees": 19424, "public_company": true, "ticker": "PCG", "exchange": "New York Stock Exchange", "lei": "8YQ2GSDWYZXO2EDN3511", "sec_cik": "1004980", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pacific_Gas_and_Electric_Company_logo.svg", "description": "American utility company", "sitelinks": 16, "importance": 0.6408, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1004980", "enriched_at": "2026-09-13T07:17:38+00:00"}}
234 +{"wikidata_id": "Q795486", "display_name": "Truist Financial", "legal_name": null, "aliases": ["BBT", "BB&T Corporation", "Branch Banking and Trust Company"], "website": "https://www.truist.com", "canonical_domain": "truist.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1872, "employees": 30000, "public_company": true, "ticker": "TFC", "exchange": "New York Stock Exchange", "lei": "549300DRQQI75D2JP341", "sec_cik": "92230", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Truist_Financial_logo.svg", "description": "American bank holding company, formerly known as BB&T Corporation", "sitelinks": 15, "importance": 0.6407, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
235 +{"wikidata_id": "Q806206", "display_name": "Bancolombia", "legal_name": null, "aliases": ["Bancolombia Group"], "website": "https://www.bancolombia.com", "canonical_domain": "bancolombia.com", "country": "CO", "hq_city": "Medellín", "hq_region": "Antioquia", "lat": 6.2502, "lon": -75.56758, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1875, "employees": 29731, "public_company": true, "ticker": "CIB", "exchange": "New York Stock Exchange", "lei": "54930052NWJRPNMP1W58", "sec_cik": "1071371", "parent": {"wikidata_id": "Q5886447", "name": "Grupo Sura"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bancolombia_S.A._logo.svg", "description": "Colombian financial institution", "sitelinks": 15, "importance": 0.6406, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
236 +{"wikidata_id": "Q1066028", "display_name": "Charles Schwab Corporation", "legal_name": null, "aliases": ["Charles Schwab", "Charles Schwab & Co.", "Charles Schwab & Co.", "Inc.", "Schwab", "The Charles Schwab Corporation"], "website": "https://www.schwab.com", "canonical_domain": "schwab.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": 12400, "public_company": true, "ticker": "SCHW", "exchange": "New York Stock Exchange", "lei": "549300VSGCJ7E698NM85", "sec_cik": "316709", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Charles_Schwab_Corporation_logo.svg", "description": "American financial services company", "sitelinks": 17, "importance": 0.6403, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
237 +{"wikidata_id": "Q596499", "display_name": "KBR, Inc.", "legal_name": null, "aliases": ["KBR", "Kellogg Brown & Root"], "website": "https://www.kbr.com", "canonical_domain": "kbr.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1998, "employees": 27000, "public_company": true, "ticker": "KBR", "exchange": "New York Stock Exchange", "lei": "254900OFQDXZRKRCV808", "sec_cik": "1357615", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KBR_Logo.svg", "description": "American engineering, procurement, and construction company.", "sitelinks": 15, "importance": 0.6392, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
238 +{"wikidata_id": "Q979690", "display_name": "Netgear", "legal_name": null, "aliases": ["Netgear34-5G"], "website": "https://www.netgear.com", "canonical_domain": "netgear.com", "country": "US", "hq_city": "Dover", "hq_region": "Kent County", "lat": 39.16166, "lon": -75.52571, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1996, "employees": 791, "public_company": true, "ticker": "NTGR", "exchange": "Nasdaq", "lei": "54930067KX3UNRHDWA78", "sec_cik": "1122904", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netgear_logo_2014.svg", "description": "American multinational technology company", "sitelinks": 25, "importance": 0.6392, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
239 +{"wikidata_id": "Q295774", "display_name": "ansys.com", "legal_name": null, "aliases": ["ANSYS", "Ansoft", "Ansoft Corporation", "ANSYS Inc.", "ANSYS", "Inc", "ANSYS", "Inc."], "website": "https://www.ansys.com", "canonical_domain": "ansys.com", "country": "US", "hq_city": "Canonsburg", "hq_region": "Washington County", "lat": 40.26194, "lon": -80.185, "industries": ["media"], "industry_labels": ["software publishing"], "founded_year": 1970, "employees": 4800, "public_company": true, "ticker": "ANSS", "exchange": "Nasdaq", "lei": "549300VJV8H15Z5FJ571", "sec_cik": "1013462", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ansys_logo_%282019%29.svg", "description": "American engineering simulation software developer", "sitelinks": 19, "importance": 0.6377, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3085771"}]}
240 +{"wikidata_id": "Q974846", "display_name": "People Incorporated", "legal_name": "People Incorporated", "aliases": ["IAC", "InterActiveCorp", "IAC/InterActiveCorp", "USA Interactive", "Silver King Broadcasting Company", "HSN Communications", "HSN Silver King Broadcasting Company", "HSN"], "website": "https://ir.people-incorporated.com", "canonical_domain": "people-incorporated.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "internet"], "industry_labels": ["media industry", "Internet industry"], "founded_year": 1986, "employees": 6800, "public_company": true, "ticker": "IAC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1800227", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/People_Incorporated_logo.svg", "description": "American media and Internet company", "sitelinks": 18, "importance": 0.6373, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
241 +{"wikidata_id": "Q1538507", "display_name": "Jack in the Box", "legal_name": null, "aliases": ["JITB"], "website": "https://www.jackinthebox.com", "canonical_domain": "jackinthebox.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "JACK", "exchange": "Nasdaq", "lei": "5493002OJW26P0SUUP68", "sec_cik": "807882", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jack_in_the_Box_2009_logo.svg", "description": "American fast-food restaurant chain", "sitelinks": 63, "importance": 0.6372, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
242 +{"wikidata_id": "Q5384453", "display_name": "Equifax", "legal_name": null, "aliases": ["Equifax Inc."], "website": "https://www.equifax.com", "canonical_domain": "equifax.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1899, "employees": 9500, "public_company": true, "ticker": "EFX", "exchange": "New York Stock Exchange", "lei": "5493004MCF8JDC86VS77", "sec_cik": "33185", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equifax.svg", "description": "consumer credit reporting agency", "sitelinks": 17, "importance": 0.6365, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
243 +{"wikidata_id": "Q1282130", "display_name": "Ecopetrol", "legal_name": null, "aliases": ["ECOPETROL S.A."], "website": "https://www.ecopetrol.com.co", "canonical_domain": "ecopetrol.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1951, "employees": 9315, "public_company": true, "ticker": "EC", "exchange": "New York Stock Exchange", "lei": "254900IDGKCJICKBPA66", "sec_cik": "1444406", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ecopetrol_wordmark.svg", "description": "Colombian petroleum company", "sitelinks": 17, "importance": 0.6362, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1444406", "enriched_at": "2026-09-13T07:17:38+00:00"}}
244 +{"wikidata_id": "Q1420513", "display_name": "Fiserv", "legal_name": null, "aliases": ["First Data Processing", "First service", "Inc."], "website": "https://www.fiserv.com", "canonical_domain": "fiserv.com", "country": "US", "hq_city": "Brookfield", "hq_region": "Waukesha County", "lat": 43.05806, "lon": -88.11472, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": 21000, "public_company": true, "ticker": "FISV", "exchange": "Nasdaq", "lei": "GI7UBEJLXYLGR2C7GV83", "sec_cik": "798354", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fiserv_Logo.svg", "description": "American financial services company", "sitelinks": 15, "importance": 0.6356, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
245 +{"wikidata_id": "Q6702957", "display_name": "Lululemon Athletica", "legal_name": null, "aliases": ["lululemon", "lululemon Athletica Inc.", "lululemon Athletica Incorporation"], "website": "https://shop.lululemon.com", "canonical_domain": "lululemon.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1998, "employees": 13400, "public_company": true, "ticker": "LULU", "exchange": "Nasdaq", "lei": "549300D9GZ4BMLDW5T40", "sec_cik": "1397187", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lululemon_Athletica_logo.svg", "description": "Canadian athletic apparel retailer", "sitelinks": 16, "importance": 0.6354, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1397187", "enriched_at": "2026-09-13T07:17:38+00:00"}}
246 +{"wikidata_id": "Q851641", "display_name": "Equinix", "legal_name": null, "aliases": [], "website": "https://www.equinix.com", "canonical_domain": "equinix.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1998, "employees": 8378, "public_company": true, "ticker": "EQIX", "exchange": "Nasdaq", "lei": "549300EVUN2BTLJ3GT74", "sec_cik": "1101239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equinix_logo.svg", "description": "data center and colocation infrastructure provider", "sitelinks": 17, "importance": 0.6346, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
247 +{"wikidata_id": "Q667599", "display_name": "Newell Brands", "legal_name": null, "aliases": ["Newell Rubbermaid (until 2016)"], "website": "https://www.newellbrands.com", "canonical_domain": "newellbrands.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1903, "employees": 17200, "public_company": true, "ticker": "NWL", "exchange": "New York Stock Exchange", "lei": "549300LWGYFM1TVO1Z12", "sec_cik": "814453", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Newell_Brands_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.6327, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
248 +{"wikidata_id": "Q1333162", "display_name": "WSP Global", "legal_name": null, "aliases": ["WSP", "WSP Cantor Seinuk", "WSP Group plc"], "website": "https://www.wsp.com", "canonical_domain": "wsp.com", "country": "CA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1959, "employees": 72800, "public_company": true, "ticker": "WSP", "exchange": "Toronto Stock Exchange", "lei": "549300IQ87LU6X6ERQ78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WSP_logo.svg", "description": "Canadian-based business providing management and consultancy services", "sitelinks": 12, "importance": 0.6317, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16912277"}]}
249 +{"wikidata_id": "Q7455653", "display_name": "ServiceNow", "legal_name": null, "aliases": ["ServiceNow Inc.", "Inc."], "website": "https://www.servicenow.com", "canonical_domain": "servicenow.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2004, "employees": 10371, "public_company": true, "ticker": "NOW", "exchange": "New York Stock Exchange", "lei": "549300HJTQM36M0E1G39", "sec_cik": "1373715", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ServiceNow_logo.svg", "description": "American technology company", "sitelinks": 16, "importance": 0.6317, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
250 +{"wikidata_id": "Q1579151", "display_name": "Itaúsa", "legal_name": null, "aliases": ["Itausa"], "website": "https://www.itausa.com.br", "canonical_domain": "itausa.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1965, "employees": 126800, "public_company": true, "ticker": "ITSA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Ita%C3%BAsa_%282025%29.svg", "description": "company", "sitelinks": 11, "importance": 0.6313, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
251 +{"wikidata_id": "Q1509038", "display_name": "Tenneco", "legal_name": null, "aliases": ["Tenneco Automotive", "Tennessee Gas Transmission Company"], "website": "https://www.tenneco.com", "canonical_domain": "tenneco.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["automotive"], "industry_labels": ["automotive part"], "founded_year": 1930, "employees": 21000, "public_company": true, "ticker": "TEN", "exchange": "New York Stock Exchange", "lei": "549300U0EXXFAQFAD785", "sec_cik": "1024725", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tenneco_Logo_2024.svg", "description": "American Fortune 500 company", "sitelinks": 14, "importance": 0.6288, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
252 +{"wikidata_id": "Q3277465", "display_name": "Sirius XM Rad", "legal_name": null, "aliases": ["Sirius", "SIRIUS XM", "Sirius XM Holdings Inc.", "Sirius XM radio", "Sirius XM Radio", "SIRIUS XM Radio", "Sirius XM Radio Inc.", "Sirius XM Satellite Radio"], "website": "https://www.siriusxm.com", "canonical_domain": "siriusxm.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["radio broadcasting"], "founded_year": 2008, "employees": 5515, "public_company": true, "ticker": "SIRI", "exchange": "Nasdaq", "lei": "54930055RWDMVXAGZK98", "sec_cik": "908937", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sirius_XM_logo_2023.svg", "description": "American broadcasting company headquartered in Midtown Manhattan, New York City", "sitelinks": 17, "importance": 0.6286, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
253 +{"wikidata_id": "Q430745", "display_name": "Teradata", "legal_name": null, "aliases": ["TD", "Teradata Corporation"], "website": "https://www.teradata.com", "canonical_domain": "teradata.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["software"], "industry_labels": [], "founded_year": 1979, "employees": 8300, "public_company": true, "ticker": "TDC", "exchange": "New York Stock Exchange", "lei": "549300JU9SOUHV4U4R71", "sec_cik": "816761", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teradata_logo_2018.svg", "description": "American software company", "sitelinks": 16, "importance": 0.6285, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
254 +{"wikidata_id": "Q899395", "display_name": "Braskem", "legal_name": null, "aliases": [], "website": "https://www.braskem.com.br", "canonical_domain": "braskem.com.br", "country": "BR", "hq_city": "Camaçari", "hq_region": "Bahia", "lat": -12.69778, "lon": -38.32389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": 8126, "public_company": true, "ticker": "BRKM3", "exchange": "São Paulo Stock Exchange", "lei": "549300RPMQUFGBB7EY44", "sec_cik": "1071438", "parent": {"wikidata_id": "Q94849", "name": "Novonor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Braskem.svg", "description": "company", "sitelinks": 16, "importance": 0.6282, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1071438", "enriched_at": "2026-09-13T07:17:38+00:00"}}
255 +{"wikidata_id": "Q3157622", "display_name": "Jacobs Engineering Group", "legal_name": null, "aliases": ["Jacobs", "Jacobs Engineering Group Inc."], "website": "https://www.jacobs.com", "canonical_domain": "jacobs.com", "country": "US", "hq_city": "Harwood Center", "hq_region": "Dallas", "lat": 32.785, "lon": -96.797, "industries": ["construction", "professional-services"], "industry_labels": ["engineering", "professional services industry"], "founded_year": 1947, "employees": 55000, "public_company": true, "ticker": "J", "exchange": "New York Stock Exchange", "lei": "549300CZ8QS1GE53O776", "sec_cik": "52988", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jacobs_Engineering_Group_2019_logo.svg", "description": "American engineering and professional services company", "sitelinks": 12, "importance": 0.6277, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
256 +{"wikidata_id": "Q1516410", "display_name": "Suncor Energy", "legal_name": null, "aliases": ["SU"], "website": "https://www.suncor.com", "canonical_domain": "suncor.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1917, "employees": 12076, "public_company": true, "ticker": "SU", "exchange": "Toronto Stock Exchange", "lei": "549300W70ZOQDVLCHY06", "sec_cik": "311337", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suncor_Energy.svg", "description": "Canadian energy company", "sitelinks": 15, "importance": 0.6276, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
257 +{"wikidata_id": "Q127324768", "display_name": "Six Flags", "legal_name": "Six Flags Entertainment Corporation", "aliases": ["CopperSteel HoldCo", "Inc."], "website": "https://www.sixflags.com", "canonical_domain": "sixflags.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["hospitality", "entertainment"], "industry_labels": ["hospitality industry", "entertainment industry", "leisure park industry"], "founded_year": 2024, "employees": 95255, "public_company": true, "ticker": "FUN", "exchange": "New York Stock Exchange", "lei": "529900AS2CYWYFHRS781", "sec_cik": "1999001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Six_Flags_logo.svg", "description": "American amusement park company, formed by the merger of Cedar Fair and Six Flags", "sitelinks": 11, "importance": 0.6272, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3475433"}]}
258 +{"wikidata_id": "Q107074885", "display_name": "Warner Bros. Discovery", "legal_name": null, "aliases": ["Warner Bros Discovery", "Warner Brothers Discovery", "WBD"], "website": "https://www.wbd.com", "canonical_domain": "wbd.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.73775, "lon": -73.98837, "industries": ["media"], "industry_labels": ["mass media", "media industry"], "founded_year": 2022, "employees": null, "public_company": true, "ticker": "WBD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1437107", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._Discovery.svg", "description": "American mass media and entertainment conglomerate", "sitelinks": 57, "importance": 0.6269, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7855963"}], "source_edgar": {"cik": "1437107", "enriched_at": "2026-09-13T07:17:38+00:00"}}
259 +{"wikidata_id": "Q839466", "display_name": "Domino's Pizza", "legal_name": null, "aliases": ["Domino's", "Inc."], "website": "https://www.dominos.com", "canonical_domain": "dominos.com", "country": "US", "hq_city": "Domino's Farms", "hq_region": "Ann Arbor Charter Township", "lat": 42.31736, "lon": -83.68272, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "DPZ", "exchange": "New York Stock Exchange", "lei": "25490005ZWM1IF9UXU57", "sec_cik": "1286681", "parent": {"wikidata_id": "Q803873", "name": "Bain Capital"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Domino%27s_2025.svg", "description": "American pizza restaurant chain", "sitelinks": 57, "importance": 0.6269, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
260 +{"wikidata_id": "Q156376", "display_name": "Vimeo", "legal_name": "Vimeo, Inc.", "aliases": ["Inc.", "LLC"], "website": "https://vimeo.com", "canonical_domain": "vimeo.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["internet"], "industry_labels": ["online video platform"], "founded_year": 2004, "employees": 1102, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96314827", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vimeo_Logo.svg", "description": "American video hosting platform", "sitelinks": 56, "importance": 0.6265, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
261 +{"wikidata_id": "Q2297063", "display_name": "Trimble", "legal_name": null, "aliases": ["Inc."], "website": "https://www.trimble.com", "canonical_domain": "trimble.com", "country": "US", "hq_city": "Westminster", "hq_region": "Adams County", "lat": 39.83611, "lon": -105.03722, "industries": ["technology"], "industry_labels": [], "founded_year": 1978, "employees": 11000, "public_company": true, "ticker": "TRMB", "exchange": "Nasdaq", "lei": "549300E2MI7NSZFQWS19", "sec_cik": "864749", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trimble_Logo.svg", "description": "American technology company", "sitelinks": 15, "importance": 0.6262, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
262 +{"wikidata_id": "Q794565", "display_name": "Aéropostale", "legal_name": null, "aliases": ["Aeropostale clothing"], "website": "https://www.aeropostale.com", "canonical_domain": "aeropostale.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": 26000, "public_company": true, "ticker": "ARO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aeropostale_logo17.svg", "description": "American brand of clothing stores", "sitelinks": 13, "importance": 0.6246, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
263 +{"wikidata_id": "Q653581", "display_name": "Fluor Corporation", "legal_name": null, "aliases": ["Fluor Canada", "Fluor Enterprises"], "website": "https://www.fluor.com", "canonical_domain": "fluor.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1890, "employees": 43717, "public_company": true, "ticker": "FLR", "exchange": "New York Stock Exchange", "lei": "CQ7WZ4NOFWT7FAE6Q943", "sec_cik": "1124198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_FLUOR.svg", "description": "company", "sitelinks": 12, "importance": 0.6243, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
264 +{"wikidata_id": "Q1187505", "display_name": "Taurus", "legal_name": null, "aliases": ["Taurus Armas"], "website": "https://www.taurusarmas.com.br", "canonical_domain": "taurusarmas.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1939, "employees": 2600, "public_company": true, "ticker": "TASA15", "exchange": "São Paulo Stock Exchange", "lei": "969500UWH3R77KC7A789", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taurus_Logo.svg", "description": "company", "sitelinks": 18, "importance": 0.6234, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
265 +{"wikidata_id": "Q1544312", "display_name": "Telecom Argentina", "legal_name": "Telecom Argentina S.A.", "aliases": [], "website": "https://www.telecom.com.ar", "canonical_domain": "telecom.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1990, "employees": 22014, "public_company": true, "ticker": "TECO2", "exchange": "Buenos Aires Stock Exchange", "lei": "549300MKPIRSJD8SB782", "sec_cik": "932470", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Personal_logo_2021.svg", "description": "Argentine telecommunications company", "sitelinks": 13, "importance": 0.6222, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "932470", "enriched_at": "2026-09-13T07:17:38+00:00"}}
266 +{"wikidata_id": "Q1508526", "display_name": "Sturm, Ruger & Co.", "legal_name": null, "aliases": ["Ruger"], "website": "https://www.ruger.com", "canonical_domain": "ruger.com", "country": "US", "hq_city": "Southport", "hq_region": "Fairfield", "lat": 41.1365, "lon": -73.2834, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1949, "employees": 1100, "public_company": true, "ticker": "RGR", "exchange": "Nasdaq", "lei": "529900DV1BWFJSHFO847", "sec_cik": "95029", "parent": null, "logo_url": null, "description": "American firearm manufacturing company", "sitelinks": 20, "importance": 0.6215, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
267 +{"wikidata_id": "Q790650", "display_name": "Avery Dennison", "legal_name": null, "aliases": ["Avery Adhesive Label Corp", "Avery Adhesive Products", "Inc.", "Avery Adhesives", "Avery Dennison Corporation", "Avery Products Corporation", "Kum-Kleen Adhesive Products"], "website": "https://averydennison.com", "canonical_domain": "averydennison.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1935, "employees": 36000, "public_company": true, "ticker": "AVY", "exchange": "New York Stock Exchange", "lei": "549300PW7VPFCYKLIV37", "sec_cik": "8818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avery_Dennison_logo_red.svg", "description": "global manufacturer and distributor of pressure-sensitive adhesive materials", "sitelinks": 12, "importance": 0.6215, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
268 +{"wikidata_id": "Q637440", "display_name": "Lazard", "legal_name": "Lazard, Inc", "aliases": ["Lazard Brothers & Co", "Lazard Frères & Co"], "website": "https://lazard.com", "canonical_domain": "lazard.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 48.2104, "lon": 16.3713, "industries": ["asset-management", "financial-services", "insurance"], "industry_labels": ["asset management", "financial service activities, except insurance and pension funding", "financial sector", "investment banking"], "founded_year": 1848, "employees": 3291, "public_company": true, "ticker": "LAZ", "exchange": "New York Stock Exchange", "lei": "254900RIBCDJSUFG1A11", "sec_cik": "1311370", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lazard_Corporate_Logo.png", "description": "Global Financial advisory and asset management firm", "sitelinks": 17, "importance": 0.6211, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1311370", "enriched_at": "2026-09-13T07:17:38+00:00"}}
269 +{"wikidata_id": "Q4652575", "display_name": "AMC Global Media", "legal_name": null, "aliases": ["AMC Networks", "AMC Networks Inc."], "website": "https://www.amcglobalmedia.com", "canonical_domain": "amcglobalmedia.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["independent film", "specialty channel"], "founded_year": 1980, "employees": 2197, "public_company": true, "ticker": "AMCX", "exchange": "Nasdaq", "lei": "549300VGG9K75226LR46", "sec_cik": "1514991", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMC_Global_Media.svg", "description": "American entertainment company", "sitelinks": 18, "importance": 0.621, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1514991", "enriched_at": "2026-09-13T07:17:38+00:00"}}
270 +{"wikidata_id": "Q2335199", "display_name": "Macro Bank", "legal_name": null, "aliases": ["Banco Macro"], "website": "https://www.macro.com.ar", "canonical_domain": "macro.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1978, "employees": 7268, "public_company": true, "ticker": "BMA", "exchange": "New York Stock Exchange", "lei": "579100KKDKKIFEBKK040", "sec_cik": "1347426", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Macro_2025.png", "description": "Argentine private banking company", "sitelinks": 15, "importance": 0.6202, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1347426", "enriched_at": "2026-09-13T07:17:38+00:00"}}
271 +{"wikidata_id": "Q1615684", "display_name": "Hess Corporation", "legal_name": null, "aliases": ["Amerada Hess"], "website": "https://www.hess.com", "canonical_domain": "hess.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "manufacture of refined petroleum products"], "founded_year": 1919, "employees": 2075, "public_company": true, "ticker": "HES", "exchange": "New York Stock Exchange", "lei": "UASVRYNXNK17ULIGK870", "sec_cik": "4447", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hess_Corporation_Logo.svg", "description": "American global energy company", "sitelinks": 18, "importance": 0.6201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
272 +{"wikidata_id": "Q1113804", "display_name": "Comcast", "legal_name": null, "aliases": ["Comcast Corporation", "Comcast Holdings"], "website": "https://www.cmcsa.com", "canonical_domain": "cmcsa.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "CMCSA", "exchange": "Nasdaq", "lei": "51M0QTTNCGUN7KFCFZ59", "sec_cik": "1166691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comcast.svg", "description": "American multinational telecommunications conglomerate", "sitelinks": 53, "importance": 0.6194, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
273 +{"wikidata_id": "Q1510378", "display_name": "Illinois Tool Works", "legal_name": null, "aliases": ["ITW", "Illinois Tool Works Inc."], "website": "https://www.itw.com", "canonical_domain": "itw.com", "country": "US", "hq_city": "Glenview", "hq_region": "Cook County", "lat": 42.07944, "lon": -87.81556, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1912, "employees": 51000, "public_company": true, "ticker": "ITW", "exchange": "New York Stock Exchange", "lei": "76NA4I14SZCFAYMNSV04", "sec_cik": "49826", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITW.svg", "description": "company that produces engineered fasteners and components, equipment and consumable systems, and specialty products", "sitelinks": 11, "importance": 0.6182, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
274 +{"wikidata_id": "Q931354", "display_name": "Bath & Body Works, Inc.", "legal_name": null, "aliases": ["Bath & Body Works Inc", "L Brands", "Limited Brands"], "website": "https://www.lb.com", "canonical_domain": "lb.com", "country": "US", "hq_city": "Columbus", "hq_region": "Fairfield County", "lat": 39.96222, "lon": -83.00056, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": 94600, "public_company": true, "ticker": "LB", "exchange": "New York Stock Exchange", "lei": "GR3KVMWVCR54YWQNXU90", "sec_cik": "701985", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L_Brands_logo_2019.png", "description": "company", "sitelinks": 10, "importance": 0.618, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
275 +{"wikidata_id": "Q7248721", "display_name": "Progressive Corporation", "legal_name": null, "aliases": ["Progressive"], "website": "https://www.progressive.com", "canonical_domain": "progressive.com", "country": "US", "hq_city": "Mayfield", "hq_region": "Cuyahoga County", "lat": 41.54778, "lon": -81.44333, "industries": ["insurance"], "industry_labels": ["vehicle insurance"], "founded_year": 1937, "employees": 27250, "public_company": true, "ticker": "PGR", "exchange": "New York Stock Exchange", "lei": "529900TACNVLY9DCR586", "sec_cik": "80661", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Progressive_Corporation.svg", "description": "insurance company", "sitelinks": 12, "importance": 0.6175, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
276 +{"wikidata_id": "Q192814", "display_name": "Harley-Davidson", "legal_name": "Harley-Davidson, Inc.", "aliases": ["H-D", "Inc."], "website": "https://www.harley-davidson.com", "canonical_domain": "harley-davidson.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["industrial-machinery", "automotive"], "industry_labels": ["mechanical engineering", "automotive industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "HOG", "exchange": "New York Stock Exchange", "lei": "ZDNAWZWXIKMWI51R2A08", "sec_cik": "793952", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harley_Davidson_orange_logo.svg", "description": "American motorcycle manufacturer", "sitelinks": 52, "importance": 0.6174, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "793952", "enriched_at": "2026-09-13T07:17:38+00:00"}}
277 +{"wikidata_id": "Q1127536", "display_name": "Consolidated Edison", "legal_name": null, "aliases": ["Con Ed", "Con Edison", "Inc."], "website": "https://www.coned.com", "canonical_domain": "coned.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1823, "employees": 15591, "public_company": true, "ticker": "ED", "exchange": "New York Stock Exchange", "lei": "54930033SBW53OO8T749", "sec_cik": "1047862", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ConEd_logo.svg", "description": "energy company in the United States", "sitelinks": 13, "importance": 0.6172, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
278 +{"wikidata_id": "Q5479360", "display_name": "Macy's, Inc.", "legal_name": null, "aliases": ["Macys", "Federated Department Stores", "Inc", "Macy's Inc.", "Macy's", "Inc"], "website": "https://macysinc.com", "canonical_domain": "macysinc.com", "country": "US", "hq_city": "Macy's Herald Square", "hq_region": "Manhattan", "lat": 40.75028, "lon": -73.98833, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1929, "employees": 175000, "public_company": true, "ticker": "M", "exchange": "New York Stock Exchange", "lei": "529900NZQ81TIOW3CW52", "sec_cik": "794367", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Macy%27s_Inc._Logo_2023.png", "description": "American holding company", "sitelinks": 9, "importance": 0.6168, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
279 +{"wikidata_id": "Q835456", "display_name": "Sun Life Financial", "legal_name": null, "aliases": ["SLF", "Sun Life Assurance Company of Canada", "Sun Life Financial Inc.", "Sun Life of Canada", "The Sun Insurance Co. of Montreal"], "website": "https://www.sunlife.ca", "canonical_domain": "sunlife.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1865, "employees": 15000, "public_company": true, "ticker": "SLF", "exchange": "Toronto Stock Exchange", "lei": "549300V040JZX5S66Z78", "sec_cik": "1097362", "parent": null, "logo_url": null, "description": "Canadian insurance company", "sitelinks": 13, "importance": 0.6167, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
280 +{"wikidata_id": "Q1929466", "display_name": "WW International", "legal_name": null, "aliases": ["WW", "Weight Watchers", "Weight Watchers International", "Inc."], "website": "https://www.weightwatchers.com", "canonical_domain": "weightwatchers.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1963, "employees": 25000, "public_company": true, "ticker": "WW", "exchange": "Nasdaq", "lei": "SGT8R1MU6ESIC7UJC518", "sec_cik": "105319", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WeightWatchers2026.svg", "description": "weight loss products and services company", "sitelinks": 12, "importance": 0.6163, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
281 +{"wikidata_id": "Q127962", "display_name": "Levi Strauss & Co.", "legal_name": null, "aliases": ["Levi Strauss", "Levi Strauss & Co", "Levi Strauss & Company", "Levi's", "LS&CO", "LS&Co.", "incode"], "website": "https://www.levi.com", "canonical_domain": "levi.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["apparel"], "industry_labels": ["clothing industry", "textile and clothing industry"], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "LEVI", "exchange": "New York Stock Exchange", "lei": "MB0UERO0RDFKU8258G77", "sec_cik": "94845", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Levi%27s_logo.svg", "description": "privately held American clothing company", "sitelinks": 51, "importance": 0.6154, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "94845", "enriched_at": "2026-09-13T07:17:38+00:00"}}
282 +{"wikidata_id": "Q3700394", "display_name": "WildBrain", "legal_name": null, "aliases": ["DHX Media"], "website": "https://www.wildbrain.com", "canonical_domain": "wildbrain.com", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2006, "employees": 1000, "public_company": true, "ticker": "WILD", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WildBrain_logo.svg", "description": "Canadian media company", "sitelinks": 19, "importance": 0.615, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
283 +{"wikidata_id": "Q970695", "display_name": "Northern Trust", "legal_name": null, "aliases": ["Northern Trust Corporation"], "website": "https://www.northerntrust.com", "canonical_domain": "northerntrust.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1889, "employees": 20900, "public_company": true, "ticker": "NTRS", "exchange": "Nasdaq", "lei": "549300GLF98S992BC502", "sec_cik": "73124", "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 12, "importance": 0.6137, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
284 +{"wikidata_id": "Q785943", "display_name": "Staples Inc.", "legal_name": null, "aliases": ["Staples"], "website": "https://www.staples.com", "canonical_domain": "staples.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": 79075, "public_company": true, "ticker": null, "exchange": null, "lei": "XQM2JINI1UL7642TU573", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Staples_2019.svg", "description": "American multinational office supply retailing corporation", "sitelinks": 27, "importance": 0.6136, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
285 +{"wikidata_id": "Q1889100", "display_name": "University of Phoenix", "legal_name": null, "aliases": ["UOPX"], "website": "https://www.phoenix.edu", "canonical_domain": "phoenix.edu", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.41134, "lon": -112.01281, "industries": ["education"], "industry_labels": [], "founded_year": 1976, "employees": 4578, "public_company": true, "ticker": "PXED", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1600222", "parent": {"wikidata_id": "Q619111", "name": "Apollo Group"}, "logo_url": null, "description": "American for-profit institution of higher learning", "sitelinks": 15, "importance": 0.6135, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1600222", "enriched_at": "2026-09-13T07:17:38+00:00"}}
286 +{"wikidata_id": "Q1328252", "display_name": "Axia Energia", "legal_name": "Axia Energia S.A.", "aliases": [], "website": "https://www.axia.com.br", "canonical_domain": "axia.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["energy"], "industry_labels": [], "founded_year": 1962, "employees": 12018, "public_company": true, "ticker": "AXIA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1439124", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axia_Energia.svg", "description": "Brazilian company that operates as a holding company, divided into electricity generation and transmission", "sitelinks": 13, "importance": 0.6134, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1439124", "enriched_at": "2026-09-13T07:17:38+00:00"}}
287 +{"wikidata_id": "Q5370909", "display_name": "Vertiv", "legal_name": null, "aliases": ["Vertiv Holdings Co"], "website": "https://www.vertiv.com", "canonical_domain": "vertiv.com", "country": "US", "hq_city": "Westerville", "hq_region": "Franklin County", "lat": 40.1236, "lon": -82.9214, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing", "electrical industry"], "founded_year": 1965, "employees": 34000, "public_company": true, "ticker": "VRT", "exchange": "New York Stock Exchange", "lei": "549300KTTIRAOGXCRV69", "sec_cik": "1674101", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vertiv_logo.svg", "description": "Multinational provider of critical infrastructure and services for data centers, communication networks, and commercial and industrial environments", "sitelinks": 11, "importance": 0.6123, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1674101", "enriched_at": "2026-09-13T07:17:38+00:00"}}
288 +{"wikidata_id": "Q822614", "display_name": "Alaska Airlines", "legal_name": null, "aliases": [], "website": "https://www.alaskaair.com", "canonical_domain": "alaskaair.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["airlines"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "ALK", "exchange": "New York Stock Exchange", "lei": "PG4W4UTDTMMEBRGLO537", "sec_cik": "3202", "parent": {"wikidata_id": "Q4033665", "name": "Alaska Air Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alaska_Airlines_logo.svg", "description": "major American airline", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4033665"}]}
289 +{"wikidata_id": "Q5122694", "display_name": "Citizens Financial Group", "legal_name": null, "aliases": ["Citizens Bank", "Inc. (Providence", "RI)"], "website": "https://www.citizensbank.com", "canonical_domain": "citizensbank.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1828, "employees": 17639, "public_company": true, "ticker": "CFG", "exchange": "New York Stock Exchange", "lei": "2138004JDDA4ZQUPFW65", "sec_cik": "759944", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citizens_Financial_Group_logo.svg", "description": "American bank headquartered in Providence, Rhode Island", "sitelinks": 12, "importance": 0.6112, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
290 +{"wikidata_id": "Q15401349", "display_name": "Zendesk", "legal_name": null, "aliases": [], "website": "https://www.zendesk.com", "canonical_domain": "zendesk.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": 3830, "public_company": true, "ticker": "zen", "exchange": "New York Stock Exchange", "lei": "549300SLI6BN94BKKO36", "sec_cik": "1463172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zendesk_logo.svg", "description": "CRM company that builds customer support and sales software which aims for quick implementation and adaptation at scale", "sitelinks": 15, "importance": 0.6109, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
291 +{"wikidata_id": "Q212433", "display_name": "Avaya", "legal_name": null, "aliases": ["Avaya Inc.", "Avaya Management L.P. (Durham", "NC)"], "website": "https://www.avaya.com", "canonical_domain": "avaya.com", "country": "US", "hq_city": "Frankfurt", "hq_region": "Darmstadt Government Region", "lat": 37.39816, "lon": -121.97742, "industries": ["industrial-machinery", "telecommunications"], "industry_labels": ["mechanical engineering", "telecommunications industry", "SIC 3661 Telephone & Telegraph Apparatus"], "founded_year": 2000, "employees": 7090, "public_company": true, "ticker": null, "exchange": null, "lei": "549300NZS2OZN6Q63A60", "sec_cik": "1116521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avaya_Logo.svg", "description": "American IT company", "sitelinks": 37, "importance": 0.6108, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1116521", "enriched_at": "2026-09-13T07:17:38+00:00"}}
292 +{"wikidata_id": "Q17551096", "display_name": "Keysight Technologies", "legal_name": null, "aliases": [], "website": "https://www.keysight.com", "canonical_domain": "keysight.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 2014, "employees": 9500, "public_company": true, "ticker": "KEYS", "exchange": "New York Stock Exchange", "lei": "549300GLKVIO8YRCYN02", "sec_cik": "1601046", "parent": null, "logo_url": null, "description": "Test equipment manufacturer", "sitelinks": 13, "importance": 0.61, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
293 +{"wikidata_id": "Q550258", "display_name": "Wendy's", "legal_name": null, "aliases": ["Wendys"], "website": "https://www.wendys.com", "canonical_domain": "wendys.com", "country": "US", "hq_city": "Dublin", "hq_region": "Franklin County", "lat": 40.1092, "lon": -83.1403, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "WEN", "exchange": "Nasdaq", "lei": null, "sec_cik": "30697", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wendy%27s_logo_2012.svg", "description": "American international fast food chain restaurant", "sitelinks": 48, "importance": 0.6092, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2559267"}], "source_edgar": {"cik": "30697", "enriched_at": "2026-09-13T07:17:38+00:00"}}
294 +{"wikidata_id": "Q609466", "display_name": "Colgate-Palmolive Company", "legal_name": null, "aliases": ["Colgate & Co", "Colgate Palmolive", "Colgate-Palmolive", "Colgate-Palmolive-Peet"], "website": "https://www.colgatepalmolive.com", "canonical_domain": "colgatepalmolive.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1806, "employees": null, "public_company": true, "ticker": "CL", "exchange": "New York Stock Exchange", "lei": "YMEGZFW4SBUSS5BQXF88", "sec_cik": "21665", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colgate-Palmolive_%282025%29.svg", "description": "American multinational consumer products company", "sitelinks": 48, "importance": 0.6092, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
295 +{"wikidata_id": "Q3319685", "display_name": "Molson Coors Brewing Company", "legal_name": null, "aliases": ["Molson Coors", "Molson Coors Beverage Company", "MolsonCoors"], "website": "https://www.molsoncoors.com", "canonical_domain": "molsoncoors.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 2005, "employees": 5313, "public_company": true, "ticker": "TAP", "exchange": "New York Stock Exchange", "lei": "54930073LBBH6ZCBE225", "sec_cik": "24545", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molson_Coors_Beverage_Company_logo.svg", "description": "North American brewing company encompassing Molson and Coors", "sitelinks": 14, "importance": 0.6089, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
296 +{"wikidata_id": "Q3344170", "display_name": "Upwork", "legal_name": null, "aliases": ["Elance", "ODesk", "Upwork Global Inc."], "website": "https://www.upwork.com", "canonical_domain": "upwork.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["technology", "e-commerce"], "industry_labels": ["computing platform", "online marketplace"], "founded_year": 2015, "employees": 630, "public_company": true, "ticker": "UPWK", "exchange": "Nasdaq", "lei": "5493004QJ6WWBXVE2S70", "sec_cik": "1627475", "parent": null, "logo_url": null, "description": "American freelancing platform", "sitelinks": 19, "importance": 0.6083, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
297 +{"wikidata_id": "Q963809", "display_name": "Polycom", "legal_name": null, "aliases": [], "website": "https://www.polycom.com", "canonical_domain": "polycom.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["professional-services", "telecommunications"], "industry_labels": ["video conference", "telepresence", "telecommunications industry"], "founded_year": 1990, "employees": 3200, "public_company": true, "ticker": "PLCM", "exchange": "Nasdaq", "lei": "SHXM9G96BYS3ZFFUSP77", "sec_cik": "1010552", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Polycom_logo_2012.svg", "description": "company", "sitelinks": 15, "importance": 0.6083, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
298 +{"wikidata_id": "Q645525", "display_name": "SunPower", "legal_name": null, "aliases": ["SunPower Corporation"], "website": "https://us.sunpower.com", "canonical_domain": "sunpower.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 1985, "employees": 8309, "public_company": true, "ticker": "SPWR", "exchange": "Nasdaq", "lei": "549300TXO070764WUH65", "sec_cik": "867773", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunpower_logo.svg", "description": "American solar energy company", "sitelinks": 13, "importance": 0.6081, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
299 +{"wikidata_id": "Q1760641", "display_name": "Parametric Technology Corporation", "legal_name": null, "aliases": ["PTC", "Inc."], "website": "https://www.ptc.com", "canonical_domain": "ptc.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1985, "employees": 8000, "public_company": true, "ticker": "PTC", "exchange": "Nasdaq", "lei": "54930050SSMU8SKDJ030", "sec_cik": "857005", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PTC_logo.svg", "description": "U.S.-based computer software company", "sitelinks": 13, "importance": 0.6076, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
300 +{"wikidata_id": "Q1722848", "display_name": "Kaman Corporation", "legal_name": null, "aliases": ["Kaman Aircraft", "Kaman Helicopters"], "website": "https://www.kaman.com", "canonical_domain": "kaman.com", "country": "US", "hq_city": "Connecticut", "hq_region": "United States", "lat": 41.6, "lon": -72.7, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1945, "employees": 4743, "public_company": true, "ticker": "KAMN", "exchange": "Nasdaq", "lei": "5493003YK076OLTEQF95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaman_Corporation_logo.svg", "description": "aerospace manufacturer in the United States", "sitelinks": 14, "importance": 0.6072, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
301 +{"wikidata_id": "Q1780382", "display_name": "Weyerhaeuser", "legal_name": null, "aliases": ["Weyerhaeuser Company"], "website": "https://www.weyerhaeuser.com", "canonical_domain": "weyerhaeuser.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1900, "employees": 13200, "public_company": true, "ticker": "WY", "exchange": "New York Stock Exchange", "lei": "08IRJODWFYBI7QWRGS31", "sec_cik": "106535", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weyerhaeuser.svg", "description": "American timber company", "sitelinks": 12, "importance": 0.607, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
302 +{"wikidata_id": "Q596139", "display_name": "Mattel", "legal_name": null, "aliases": ["Inc."], "website": "https://corporate.mattel.com", "canonical_domain": "mattel.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "MAT", "exchange": "Nasdaq", "lei": "549300VELLG24KHTJ564", "sec_cik": "63276", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mattel_%282019%29.svg", "description": "American multinational toy and entertainment company", "sitelinks": 47, "importance": 0.607, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
303 +{"wikidata_id": "Q2357515", "display_name": "Stryker Corporation", "legal_name": null, "aliases": [], "website": "https://stryker.com", "canonical_domain": "stryker.com", "country": "US", "hq_city": "Portage", "hq_region": "Kalamazoo County", "lat": 42.20111, "lon": -85.58, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1946, "employees": 22000, "public_company": true, "ticker": "SYK", "exchange": "New York Stock Exchange", "lei": "5493002F0SC4JTBU5137", "sec_cik": "310764", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stryker_logo.svg", "description": "American medical technologies company", "sitelinks": 11, "importance": 0.606, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
304 +{"wikidata_id": "Q26311", "display_name": "Aflac", "legal_name": null, "aliases": ["American Family Life Assurance Company"], "website": "https://www.aflac.com", "canonical_domain": "aflac.com", "country": "US", "hq_city": "Columbus", "hq_region": "Muscogee County", "lat": 32.49222, "lon": -84.94028, "industries": ["insurance"], "industry_labels": [], "founded_year": 1955, "employees": 12003, "public_company": true, "ticker": "AFL", "exchange": "New York Stock Exchange", "lei": "549300N0B7DOGLXWPP39", "sec_cik": "4977", "parent": null, "logo_url": null, "description": "largest provider of supplemental insurance in the United States", "sitelinks": 12, "importance": 0.6056, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
305 +{"wikidata_id": "Q507306", "display_name": "Nasdaq-100", "legal_name": null, "aliases": ["NASDAQ 100 Index", "NASDAQ-100", "NASDAQ-100、NDX"], "website": "https://www.nasdaq.com", "canonical_domain": "nasdaq.com", "country": "US", "hq_city": "Downers Grove", "hq_region": "IL", "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "QQQ", "exchange": "Nasdaq", "lei": null, "sec_cik": "1067839", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NASDAQ_Logo.svg", "description": "blue-chip index consisting of the 100 major companies trading on NASDAQ", "sitelinks": 46, "importance": 0.6048, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1472929"}], "source_edgar": {"cik": "1067839", "enriched_at": "2026-09-13T07:17:38+00:00"}}
306 +{"wikidata_id": "Q5272601", "display_name": "Dick's Sporting Goods", "legal_name": null, "aliases": ["Dick's"], "website": "https://www.dickssportinggoods.com", "canonical_domain": "dickssportinggoods.com", "country": "US", "hq_city": "Coraopolis", "hq_region": "Allegheny County", "lat": 40.5158, "lon": -80.1628, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1948, "employees": 37600, "public_company": true, "ticker": "DKS", "exchange": "New York Stock Exchange", "lei": "529900SSBV5I4LWSK313", "sec_cik": "1089063", "parent": null, "logo_url": null, "description": "American sporting goods retailing corporation", "sitelinks": 10, "importance": 0.6046, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
307 +{"wikidata_id": "Q798819", "display_name": "Huntington Bancshares", "legal_name": null, "aliases": ["Huntington Bank", "Huntington National Bank"], "website": "https://www.huntington.com", "canonical_domain": "huntington.com", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 39.96222, "lon": -83.00056, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1866, "employees": 11000, "public_company": true, "ticker": "HBAN", "exchange": "Nasdaq", "lei": "549300XTVCVV9I7B5T19", "sec_cik": "49196", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huntington_Bancshares_Inc._logo.svg", "description": "bank holding company headquartered in Ohio", "sitelinks": 12, "importance": 0.6044, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
308 +{"wikidata_id": "Q204727", "display_name": "Alexion Pharmaceuticals", "legal_name": null, "aliases": ["Alexion"], "website": "https://alexion.com", "canonical_domain": "alexion.com", "country": "US", "hq_city": "Cheshire", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.49899, "lon": -72.90066, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1992, "employees": 3837, "public_company": true, "ticker": "ALXN", "exchange": "Nasdaq", "lei": "M1YXUUZR0EIMU8T0EM75", "sec_cik": "899866", "parent": {"wikidata_id": "Q731938", "name": "AstraZeneca"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alexion_Logo.svg", "description": "American company", "sitelinks": 14, "importance": 0.6042, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
309 +{"wikidata_id": "Q20059505", "display_name": "Telefônica Brasil", "legal_name": "Telefônica Brasil S.A.", "aliases": ["Telefônica Vivo"], "website": "https://www.telefonica.com.br", "canonical_domain": "telefonica.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1998, "employees": 35000, "public_company": true, "ticker": "VIVT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1066119", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telef%C3%B3nica_2021_logo.svg", "description": "Brazilian telecommunications company", "sitelinks": 10, "importance": 0.6036, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1066119", "enriched_at": "2026-09-13T07:17:38+00:00"}}
310 +{"wikidata_id": "Q4041705", "display_name": "J. B. Hunt", "legal_name": null, "aliases": ["J.B. Hunt", "J.B. Hunt Transport Services", "Inc.", "JB Hunt"], "website": "https://www.jbhunt.com", "canonical_domain": "jbhunt.com", "country": "US", "hq_city": "Lowell", "hq_region": "Benton County", "lat": 36.26056, "lon": -94.13944, "industries": ["logistics"], "industry_labels": [], "founded_year": 1961, "employees": 33646, "public_company": true, "ticker": "JBHT", "exchange": "Nasdaq", "lei": "549300XCD1MPI1C5GK90", "sec_cik": "728535", "parent": null, "logo_url": null, "description": "American trucking and logistics company", "sitelinks": 10, "importance": 0.603, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
311 +{"wikidata_id": "Q21708200", "display_name": "OpenAI", "legal_name": "OpenAI Foundation", "aliases": [], "website": "https://openai.com", "canonical_domain": "openai.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2015, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OpenAI_logo_2025_%28wordmark%29.svg", "description": "American artificial intelligence research organization", "sitelinks": 96, "importance": 0.6027, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
312 +{"wikidata_id": "Q662095", "display_name": "Edison International", "legal_name": null, "aliases": [], "website": "https://www.edison.com", "canonical_domain": "edison.com", "country": "US", "hq_city": "Rosemead", "hq_region": "Los Angeles County", "lat": 34.07056, "lon": -118.08222, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1886, "employees": 16677, "public_company": true, "ticker": "EIX", "exchange": "New York Stock Exchange", "lei": "549300I7ROF15MAEVP56", "sec_cik": "827052", "parent": null, "logo_url": null, "description": "public utility holding company", "sitelinks": 11, "importance": 0.602, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
313 +{"wikidata_id": "Q5183828", "display_name": "Wolfspeed", "legal_name": "Wolfspeed, Inc.", "aliases": ["Cree", "Cree", "Inc."], "website": "https://www.wolfspeed.com", "canonical_domain": "wolfspeed.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1987, "employees": 3200, "public_company": true, "ticker": "WOLF", "exchange": "Nasdaq", "lei": "549300OGU88P3AW3TO93", "sec_cik": "895419", "parent": null, "logo_url": null, "description": "manufacturer of wide bandgap semiconductors, focused on silicon carbide and gallium nitride materials", "sitelinks": 14, "importance": 0.6015, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
314 +{"wikidata_id": "Q4034815", "display_name": "Ball Corporation", "legal_name": null, "aliases": [], "website": "https://www.ball.com", "canonical_domain": "ball.com", "country": "US", "hq_city": "Broomfield", "hq_region": "Colorado", "lat": 39.93333, "lon": -105.05, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1880, "employees": 15500, "public_company": true, "ticker": "BALL", "exchange": "New York Stock Exchange", "lei": "0BGI85ALH27ZJP15DY16", "sec_cik": "9389", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ball_Corporation_logo_2024.svg", "description": "American manufacturer of packaging materials", "sitelinks": 11, "importance": 0.6009, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q570861"}]}
315 +{"wikidata_id": "Q2882085", "display_name": "Banco de Chile", "legal_name": null, "aliases": ["Bank of Chile"], "website": "https://www.bancochile.cl", "canonical_domain": "bancochile.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1893, "employees": 8372, "public_company": true, "ticker": "CHILE", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": "1161125", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_de_Chile_Logotipo.svg", "description": "Chilean bank and financial services company", "sitelinks": 12, "importance": 0.6004, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
316 +{"wikidata_id": "Q515869", "display_name": "Starz Entertainment", "legal_name": null, "aliases": ["Lionsgate", "Lions Gate Entertainment Corporation"], "website": "https://www.lionsgate.com", "canonical_domain": "lionsgate.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "LGF", "exchange": "New York Stock Exchange", "lei": "5493001U0CUHEWXZ3J14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starz_2022.svg", "description": "Canadian-American entertainment company", "sitelinks": 44, "importance": 0.6002, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q632323"}, {"related_domain_conflict": "Q17076072"}, {"related_domain_conflict": "Q1344736"}, {"related_domain_conflict": "Q3242008"}]}
317 +{"wikidata_id": "Q5926631", "display_name": "HubSpot", "legal_name": null, "aliases": ["HubSpot Inc"], "website": "https://www.hubspot.com", "canonical_domain": "hubspot.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["media", "manufacturing", "cloud-infrastructure", "software"], "industry_labels": ["marketing", "automation", "analytics", "customer relationship management", "cloud computing", "software industry", "email marketing", "software as a service"], "founded_year": 2006, "employees": 8246, "public_company": true, "ticker": "HUBS", "exchange": "New York Stock Exchange", "lei": "529900BLNVEW0MVKJB37", "sec_cik": "1404655", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HubSpot_Logo.svg", "description": "American marketing software company", "sitelinks": 12, "importance": 0.6002, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
318 +{"wikidata_id": "Q125074", "display_name": "Anheuser-Busch", "legal_name": null, "aliases": [], "website": "https://www.anheuser-busch.com", "canonical_domain": "anheuser-busch.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1852, "employees": 30849, "public_company": true, "ticker": null, "exchange": null, "lei": "5493002J2SVENP0PVK27", "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A%26Eagle.png", "description": "American brewing company", "sitelinks": 27, "importance": 0.6, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
319 +{"wikidata_id": "Q24525746", "display_name": "BCE Inc.", "legal_name": "BCE Inc.", "aliases": ["BCE", "Bell Canada Enterprises", "Bell Canada Enterprises Inc."], "website": "https://www.bce.ca", "canonical_domain": "bce.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1983, "employees": 52100, "public_company": true, "ticker": "BCE", "exchange": "Toronto Stock Exchange", "lei": "5493001I9203PRB5KR45", "sec_cik": "718940", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BCE_Inc_Logo.svg", "description": "Bell Canada Enterprises", "sitelinks": 9, "importance": 0.5993, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
320 +{"wikidata_id": "Q1192211", "display_name": "Strategy", "legal_name": "Strategy Inc.", "aliases": ["MicroStrategy", "MSTR"], "website": "https://www.microstrategy.com", "canonical_domain": "microstrategy.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["software", "professional-services", "technology"], "industry_labels": ["analytics", "software industry", "software development", "business intelligence", "technology industry", "data visualization"], "founded_year": 1989, "employees": 1539, "public_company": true, "ticker": "MSTR", "exchange": "Nasdaq", "lei": "549300WQTWEJUEHXQX21", "sec_cik": "1050446", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Microstrategy-logo.gif", "description": "American technology company", "sitelinks": 15, "importance": 0.5977, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
321 +{"wikidata_id": "Q2552219", "display_name": "Waste Management, Inc", "legal_name": null, "aliases": ["WM"], "website": "https://www.wm.com", "canonical_domain": "wm.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["utilities"], "industry_labels": ["waste management industry"], "founded_year": 1968, "employees": 43000, "public_company": true, "ticker": "WM", "exchange": "New York Stock Exchange", "lei": "549300YX8JIID70NFS41", "sec_cik": "823768", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waste-management.svg", "description": "American company", "sitelinks": 9, "importance": 0.5965, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
322 +{"wikidata_id": "Q22078063", "display_name": "Snowflake Inc.", "legal_name": null, "aliases": ["Snowflake", "Snowflake Computing"], "website": "https://www.snowflake.com", "canonical_domain": "snowflake.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2012, "employees": 1400, "public_company": true, "ticker": "SNOW", "exchange": "New York Stock Exchange", "lei": "254900CJNSY1K7T53Z16", "sec_cik": "1640147", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snowflake_Logo.svg", "description": "cloud-based data-warehousing startup", "sitelinks": 15, "importance": 0.5964, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
323 +{"wikidata_id": "Q7876533", "display_name": "Ubiquiti", "legal_name": null, "aliases": ["UBNT", "Ubiquiti Networks"], "website": "https://www.ui.com", "canonical_domain": "ui.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network"], "founded_year": 2003, "employees": 1377, "public_company": true, "ticker": "UI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1511737", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ubiquiti_Logo_2023.svg", "description": "American technology company", "sitelinks": 15, "importance": 0.5961, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
324 +{"wikidata_id": "Q5412010", "display_name": "Euronet Worldwide", "legal_name": null, "aliases": ["Euronet"], "website": "https://www.euronet.com", "canonical_domain": "euronet.com", "country": "US", "hq_city": "Leawood", "hq_region": "Johnson County", "lat": 38.9208, "lon": -94.6222, "industries": ["financial-services"], "industry_labels": ["financial services", "ATM operator"], "founded_year": 1994, "employees": 10800, "public_company": true, "ticker": "EEFT", "exchange": "Nasdaq", "lei": "YG3575C4DSHJPA5KET68", "sec_cik": "1029199", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Euronet_logo_%282022%29.svg", "description": "American-headquartered worldwide provider of electronic payment services", "sitelinks": 11, "importance": 0.5957, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
325 +{"wikidata_id": "Q628051", "display_name": "Autodesk", "legal_name": null, "aliases": [], "website": "https://www.autodesk.com", "canonical_domain": "autodesk.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 38.0055, "lon": -122.5308, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "ADSK", "exchange": "Nasdaq", "lei": null, "sec_cik": "769397", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Autodesk_Logo_2021.svg", "description": "American software company", "sitelinks": 42, "importance": 0.5954, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4826245"}, {"related_domain_conflict": "Q4049103"}, {"related_domain_conflict": "Q6895780"}], "source_edgar": {"cik": "769397", "enriched_at": "2026-09-13T07:17:38+00:00"}}
326 +{"wikidata_id": "Q3388421", "display_name": "Pilgrim's Corp", "legal_name": null, "aliases": ["Pilgrim's", "Pilgrim's Pride"], "website": "https://www.pilgrimspride.com", "canonical_domain": "pilgrimspride.com", "country": "US", "hq_city": "Greeley", "hq_region": "Weld County", "lat": 40.41667, "lon": -104.7, "industries": ["food-beverage"], "industry_labels": ["meatpacking industry"], "founded_year": 1946, "employees": 38000, "public_company": true, "ticker": "PPC", "exchange": "Nasdaq", "lei": null, "sec_cik": "802481", "parent": {"wikidata_id": "Q1676554", "name": "JBS S.A."}, "logo_url": null, "description": "Brazilian-owned, American food company", "sitelinks": 9, "importance": 0.5947, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "802481", "enriched_at": "2026-09-13T07:17:38+00:00"}}
327 +{"wikidata_id": "Q5267669", "display_name": "Devolver Digital", "legal_name": null, "aliases": ["Devolver Digital Films", "Devolver Digital Inc.", "GHI Media", "LLC"], "website": "https://www.devolverdigital.com", "canonical_domain": "devolverdigital.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming", "entertainment"], "industry_labels": ["video game industry", "film industry"], "founded_year": 2009, "employees": 172, "public_company": true, "ticker": "DEVO", "exchange": "London Stock Exchange - AIM MTF", "lei": "213800PRI1918XI2H813", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Devolver_Digital_logo.svg", "description": "American video game publisher and film distributor", "sitelinks": 20, "importance": 0.5947, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
328 +{"wikidata_id": "Q546880", "display_name": "Kinross Gold", "legal_name": null, "aliases": ["Kinross Gold Corporation"], "website": "https://www.kinross.com", "canonical_domain": "kinross.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1993, "employees": 9300, "public_company": true, "ticker": "K", "exchange": "Toronto Stock Exchange", "lei": "549300UEBMAQDN0K0R06", "sec_cik": "701818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kinross_Gold_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.5935, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
329 +{"wikidata_id": "Q1067998", "display_name": "Cirrus Logic", "legal_name": null, "aliases": [], "website": "https://www.cirrus.com", "canonical_domain": "cirrus.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1981, "employees": 1104, "public_company": true, "ticker": "CRUS", "exchange": "Nasdaq", "lei": "549300NKSJEM5ZZSSV18", "sec_cik": "772406", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cirrus_Logic_logo.svg", "description": "company", "sitelinks": 15, "importance": 0.5929, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
330 +{"wikidata_id": "Q427881", "display_name": "Royal Caribbean Group", "legal_name": "Royal Caribbean Group", "aliases": ["RCL", "RCCL Group", "RCL Corporate", "Royal Caribbean Cruises", "Royal Caribbean Cruises Ltd."], "website": "https://www.royalcaribbeangroup.com", "canonical_domain": "royalcaribbeangroup.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.7765, "lon": -80.17827, "industries": ["shipping"], "industry_labels": ["cruise line"], "founded_year": 1997, "employees": 107, "public_company": true, "ticker": "RCL", "exchange": "New York Stock Exchange", "lei": "K2NEH8QNVW44JIWK7Z55", "sec_cik": "884887", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Caribbean_Group_logo.svg", "description": "cruise holding company", "sitelinks": 21, "importance": 0.5927, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
331 +{"wikidata_id": "Q1770710", "display_name": "Tripadvisor", "legal_name": null, "aliases": ["TripAdvisor", "Inc."], "website": "https://www.tripadvisor.com", "canonical_domain": "tripadvisor.com", "country": "US", "hq_city": "Needham", "hq_region": "Norfolk County", "lat": 42.28333, "lon": -71.23333, "industries": ["travel", "media"], "industry_labels": ["tourism", "publishing", "tourism industry"], "founded_year": 2000, "employees": 2, "public_company": true, "ticker": "TRIP", "exchange": "Nasdaq", "lei": "549300QB8O3XV4AYBY08", "sec_cik": "1526520", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tripadvisor_2025_Logo.svg", "description": "American travel website company", "sitelinks": 35, "importance": 0.5926, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
332 +{"wikidata_id": "Q2990586", "display_name": "Rackspace Technology", "legal_name": null, "aliases": ["dba Rackspace", "Rackspace", "Rackspace Managed Hosting", "Rackspace", "Inc"], "website": "https://www.rackspace.com", "canonical_domain": "rackspace.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing", "web hosting service"], "founded_year": 1998, "employees": 4852, "public_company": true, "ticker": "RXT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1810019", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rackspace_Technology.svg", "description": "American managed cloud computing company", "sitelinks": 12, "importance": 0.5925, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
333 +{"wikidata_id": "Q547450", "display_name": "Celanese Corporation", "legal_name": null, "aliases": ["Hoechst Celanese"], "website": "https://www.celanese.com", "canonical_domain": "celanese.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": 8400, "public_company": true, "ticker": "CE", "exchange": "New York Stock Exchange", "lei": "549300FHJQTDPPN41627", "sec_cik": "1306830", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Celanese.svg", "description": "American technology and specialty materials company", "sitelinks": 11, "importance": 0.5921, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
334 +{"wikidata_id": "Q2031485", "display_name": "Under Armour", "legal_name": null, "aliases": ["Under Armour Athletic Apparel", "Under Armour Inc.", "Inc."], "website": "https://www.underarmour.com", "canonical_domain": "underarmour.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "UAA", "exchange": "New York Stock Exchange", "lei": "549300D4549QKWETZ406", "sec_cik": "1336917", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Under_armour_logo.svg", "description": "American sports clothing and accessories company", "sitelinks": 40, "importance": 0.5904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
335 +{"wikidata_id": "Q267313", "display_name": "McAfee, LLC", "legal_name": "McAfee, LLC", "aliases": ["McAfee", "Intel Security", "Intel Security Group", "McAfee Associates", "McAfee Associates", "Inc.", "Network Associates"], "website": "https://www.mcafee.com", "canonical_domain": "mcafee.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cybersecurity", "software"], "industry_labels": ["antivirus software", "software industry", "computer security"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "MCFE", "exchange": "Nasdaq", "lei": null, "sec_cik": "890801", "parent": {"wikidata_id": "Q248", "name": "Intel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McAfee_logo.svg", "description": "American global computer security software company", "sitelinks": 40, "importance": 0.5904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
336 +{"wikidata_id": "Q725793", "display_name": "Union Pacific Railroad", "legal_name": null, "aliases": ["Union Pacific", "UP", "Union Pacific Railroad Company"], "website": "https://www.up.com", "canonical_domain": "up.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1862, "employees": null, "public_company": true, "ticker": "CNP", "exchange": "New York Stock Exchange", "lei": "549300E5Y4M86FFRWP82", "sec_cik": "1130310", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Union_pacific_railroad_logo.svg", "description": "Class I freight-hauling railroad in the United States", "sitelinks": 40, "importance": 0.5904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q20183163"}], "source_edgar": {"cik": "1130310", "enriched_at": "2026-09-13T07:17:38+00:00"}}
337 +{"wikidata_id": "Q849404", "display_name": "Copa Airlines", "legal_name": null, "aliases": ["CM", "Copa", "Compañía Panameña de Aviación", "Compañía Panameña de Aviación", "S.A."], "website": "https://www.copaair.com", "canonical_domain": "copaair.com", "country": "PA", "hq_city": "Panama City", "hq_region": "Panamá District", "lat": 8.97111, "lon": -79.53472, "industries": ["airlines"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "CPA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5168189", "name": "Copa Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Copa_airlines_logo.png", "description": "flag-carrier airline of Panama", "sitelinks": 40, "importance": 0.5904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
338 +{"wikidata_id": "Q55080120", "display_name": "UiPath", "legal_name": null, "aliases": ["UiPath Inc."], "website": "https://www.uipath.com", "canonical_domain": "uipath.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": 4000, "public_company": true, "ticker": "PATH", "exchange": "New York Stock Exchange", "lei": "5493000YP61KBELDHT53", "sec_cik": "1734722", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UiPath_2025_logo.svg", "description": "robotics process automation company", "sitelinks": 12, "importance": 0.5897, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
339 +{"wikidata_id": "Q3975878", "display_name": "Stratasys", "legal_name": null, "aliases": [], "website": "https://www.stratasys.com", "canonical_domain": "stratasys.com", "country": "US", "hq_city": "Eden Prairie", "hq_region": "Hennepin County", "lat": 44.85472, "lon": -93.47083, "industries": ["manufacturing"], "industry_labels": ["3D printing", "rapid prototyping"], "founded_year": 1989, "employees": 530, "public_company": true, "ticker": "SSYS", "exchange": "Nasdaq", "lei": null, "sec_cik": "915735", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stratasys_New_Logo.png", "description": "manufacturer of 3D printers and 3D production systems", "sitelinks": 16, "importance": 0.5887, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
340 +{"wikidata_id": "Q668687", "display_name": "United States Postal Service", "legal_name": null, "aliases": ["U. S. Mail", "U. S. Postal Service", "U.S. Mail", "United States Postal Service (Washington", "DC)", "USPS", "US Mail"], "website": "https://www.usps.com", "canonical_domain": "usps.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1971, "employees": 625113, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/USPS_-_Color_Logo.svg", "description": "independent agency of the U.S. federal government responsible for providing postal service", "sitelinks": 42, "importance": 0.5886, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
341 +{"wikidata_id": "Q1413997", "display_name": "Quantum Corporation", "legal_name": null, "aliases": [], "website": "https://www.quantum.com", "canonical_domain": "quantum.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["computer storage media", "data storage medium"], "founded_year": 1980, "employees": 800, "public_company": true, "ticker": "QMCO", "exchange": "Nasdaq", "lei": "5493007210175UIK7S88", "sec_cik": "709283", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quantum_Corporation_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.5883, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "709283", "enriched_at": "2026-09-13T07:17:38+00:00"}}
342 +{"wikidata_id": "Q1516108", "display_name": "TC Energy", "legal_name": null, "aliases": ["TC Énergie", "TransCanada", "TransCanada Corporation"], "website": "https://www.tcenergy.com", "canonical_domain": "tcenergy.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas", "energy"], "industry_labels": ["petroleum industry", "energy industry"], "founded_year": 1951, "employees": 3550, "public_company": true, "ticker": "TRP", "exchange": "Toronto Stock Exchange", "lei": "549300UGKOFV2IWJJG27", "sec_cik": "1232384", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TC_Energy_Logo_May_2019.svg", "description": "company", "sitelinks": 12, "importance": 0.588, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1232384", "enriched_at": "2026-09-13T07:17:38+00:00"}}
343 +{"wikidata_id": "Q1139541", "display_name": "Frontier Airlines", "legal_name": null, "aliases": ["F9", "FFT"], "website": "https://www.flyfrontier.com", "canonical_domain": "flyfrontier.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ULCC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1670076", "parent": {"wikidata_id": "Q1536457", "name": "Republic Airways Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frontier_Airlines_logo.svg", "description": "airline in the United States", "sitelinks": 39, "importance": 0.5878, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1670076", "enriched_at": "2026-09-13T07:17:38+00:00"}}
344 +{"wikidata_id": "Q1141173", "display_name": "Marriott International", "legal_name": "Marriott International, Inc.", "aliases": ["Marriott", "Marriott International Inc", "Inc."], "website": "https://www.marriott.com", "canonical_domain": "marriott.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["hospitality", "travel"], "industry_labels": ["hospitality industry", "tourism industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "MAR", "exchange": "Nasdaq", "lei": "225YDZ14ZO8E1TXUSU86", "sec_cik": "1048286", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marriott_International.svg", "description": "international hospitality company in Bethesda, Maryland, United States", "sitelinks": 39, "importance": 0.5878, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q634831"}, {"related_domain_conflict": "Q261077"}, {"related_domain_conflict": "Q1067636"}, {"related_domain_conflict": "Q1969162"}, {"related_domain_conflict": "Q1053170"}, {"related_domain_conflict": "Q1439966"}, {"related_domain_conflict": "Q3918608"}, {"related_domain_conflict": "Q7958488"}, {"related_domain_conflict": "Q30715430"}, {"related_domain_conflict": "Q4734166"}, {"related_domain_conflict": "Q19872869"}, {"related_domain_conflict": "Q5653536"}, {"related_domain_conflict": "Q5254663"}, {"related_domain_conflict": "Q2412604"}, {"related_domain_conflict": "Q7580351"}, {"related_domain_conflict": "Q70287020"}]}
345 +{"wikidata_id": "Q373225", "display_name": "Virgin Galactic", "legal_name": null, "aliases": [], "website": "https://www.virgingalactic.com", "canonical_domain": "virgingalactic.com", "country": "US", "hq_city": "Las Cruces", "hq_region": "Doña Ana County", "lat": 32.31403, "lon": -106.77981, "industries": ["travel"], "industry_labels": ["space tourism"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SPCE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1706946", "parent": {"wikidata_id": "Q494917", "name": "Virgin Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Virgin_Galactic_logo.svg", "description": "American spaceflight company", "sitelinks": 39, "importance": 0.5878, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1706946", "enriched_at": "2026-09-13T07:17:38+00:00"}}
346 +{"wikidata_id": "Q649178", "display_name": "LATAM Airlines", "legal_name": null, "aliases": ["LAN", "LAN Airlines", "LAN Chile"], "website": "https://www.latam.com", "canonical_domain": "latam.com", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.40383, "lon": -70.57267, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "LAN", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1321868", "name": "LATAM Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Latam-logo_-v_%28Indigo%29.svg", "description": "airline of Chile", "sitelinks": 39, "importance": 0.5878, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q690789"}, {"related_domain_conflict": "Q1321868"}, {"related_domain_conflict": "Q408655"}, {"related_domain_conflict": "Q1145155"}, {"related_domain_conflict": "Q651491"}, {"related_domain_conflict": "Q3512020"}]}
347 +{"wikidata_id": "Q1206980", "display_name": "Devon Energy", "legal_name": null, "aliases": [], "website": "https://www.devonenergy.com", "canonical_domain": "devonenergy.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Canadian County", "lat": 35.48222, "lon": -97.53528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1971, "employees": 5900, "public_company": true, "ticker": "DVN", "exchange": "New York Stock Exchange", "lei": "54930042348RKR3ZPN35", "sec_cik": "1090012", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Devon-Energy-Logo.svg", "description": "company", "sitelinks": 11, "importance": 0.5869, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
348 +{"wikidata_id": "Q16247191", "display_name": "Carvana", "legal_name": null, "aliases": [], "website": "https://www.carvana.com", "canonical_domain": "carvana.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": null, "employees": 21000, "public_company": true, "ticker": "CVNA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1690820", "parent": null, "logo_url": null, "description": "online used car dealer based in Arizona", "sitelinks": 9, "importance": 0.5862, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1690820", "enriched_at": "2026-09-13T07:17:38+00:00"}}
349 +{"wikidata_id": "Q63197674", "display_name": "Corteva", "legal_name": "Corteva, Inc.", "aliases": ["Corteva Agriscience", "Corteva Inc", "Inc", "Inc."], "website": "https://www.corteva.com", "canonical_domain": "corteva.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["manufacturing"], "industry_labels": ["Pesticide and Other Agricultural Chemical Manufacturing", "Soil Preparation, Planting, and Cultivating"], "founded_year": 2018, "employees": 21000, "public_company": true, "ticker": "CTVA", "exchange": "New York Stock Exchange", "lei": "549300WZN9I2QKLS0O94", "sec_cik": "1755672", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corteva_logo.svg", "description": "American agriculture company", "sitelinks": 9, "importance": 0.5862, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
350 +{"wikidata_id": "Q1075788", "display_name": "Choice Hotels", "legal_name": null, "aliases": ["Choice Hotels International", "Inc."], "website": "https://www.choicehotels.com", "canonical_domain": "choicehotels.com", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1939, "employees": 1789, "public_company": true, "ticker": "CHH", "exchange": "New York Stock Exchange", "lei": "5493003CYRY5RFGTIR97", "sec_cik": "1046311", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Choice_Hotels_logo.svg", "description": "American hotel chain", "sitelinks": 13, "importance": 0.5859, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10454567"}, {"related_domain_conflict": "Q7356709"}], "source_edgar": {"cik": "1046311", "enriched_at": "2026-09-13T07:17:38+00:00"}}
351 +{"wikidata_id": "Q642610", "display_name": "Hawaiian Airlines", "legal_name": null, "aliases": ["Hawaiian Air"], "website": "https://www.hawaiianairlines.com", "canonical_domain": "hawaiianairlines.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "HA", "exchange": "Nasdaq", "lei": "54930004G7JGHLMV6N60", "sec_cik": "1172222", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hawaiian_Airlines_2017_wordmark.svg", "description": "airline in the western United States", "sitelinks": 38, "importance": 0.5852, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
352 +{"wikidata_id": "Q934853", "display_name": "Motorola Mobility LLC", "legal_name": "Motorola Mobility LLC", "aliases": [], "website": "https://www.motorola.com", "canonical_domain": "motorola.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "MMI", "exchange": "New York Stock Exchange", "lei": "9EOFN1MVFPRHNYD14C51", "sec_cik": "1578732", "parent": {"wikidata_id": "Q14799", "name": "Lenovo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motorola_new_logo.svg", "description": "American consumer electronics and telecommunications company, subsidiary of Lenovo", "sitelinks": 38, "importance": 0.5852, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1501636"}], "source_edgar": {"cik": "1578732", "enriched_at": "2026-09-13T07:17:38+00:00"}}
353 +{"wikidata_id": "Q1758392", "display_name": "IDEXX Laboratories, Inc.", "legal_name": null, "aliases": ["Idexx Laboratories"], "website": "https://www.idexx.com", "canonical_domain": "idexx.com", "country": "US", "hq_city": "Westbrook", "hq_region": "Cumberland County", "lat": 43.68528, "lon": -70.35722, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1983, "employees": 5000, "public_company": true, "ticker": "IDXX", "exchange": "Nasdaq", "lei": "OGMTXK0LUU1HKV2P0J84", "sec_cik": "874716", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IDEXX_Labs.svg", "description": "American multinational corporation", "sitelinks": 11, "importance": 0.5845, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
354 +{"wikidata_id": "Q818314", "display_name": "Bentley Systems", "legal_name": null, "aliases": ["Incorporated (Exton", "PA)"], "website": "https://www.bentley.com", "canonical_domain": "bentley.com", "country": "US", "hq_city": "Exton", "hq_region": "West Whiteland Township", "lat": 40.0655, "lon": -75.68782, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1984, "employees": 2700, "public_company": true, "ticker": "BSY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1031308", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bentley_Systems_wordmark.svg", "description": "software company for CAD-Design", "sitelinks": 12, "importance": 0.584, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1031308", "enriched_at": "2026-09-13T07:17:38+00:00"}}
355 +{"wikidata_id": "Q3146975", "display_name": "Xylem Inc.", "legal_name": null, "aliases": ["Xylem", "Xylem (United States)"], "website": "https://www.xyleminc.com", "canonical_domain": "xyleminc.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2011, "employees": 17800, "public_company": true, "ticker": "XYL", "exchange": "New York Stock Exchange", "lei": "549300DF5MV96DRYLQ48", "sec_cik": "1524472", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xylem_Logo.svg", "description": "large American water technology provider", "sitelinks": 9, "importance": 0.5838, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
356 +{"wikidata_id": "Q524757", "display_name": "KFC", "legal_name": null, "aliases": ["Kentucky Fried Chicken", "KFC Corporation", "KFC Restaurant"], "website": "https://www.kfc.com", "canonical_domain": "kfc.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.19806, "lon": -85.69572, "industries": ["food-beverage"], "industry_labels": ["fast food", "quick service restaurant sector"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q668737", "name": "Yum! Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KFC_2026_%28wordmark%29.svg", "description": "American fast food restaurant chain specializing in fried chicken", "sitelinks": 98, "importance": 0.5831, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
357 +{"wikidata_id": "Q7752327", "display_name": "The Mosaic Company", "legal_name": null, "aliases": ["Mosaic"], "website": "https://www.mosaicco.com", "canonical_domain": "mosaicco.com", "country": "US", "hq_city": "Plymouth", "hq_region": "Hennepin County", "lat": 45.01056, "lon": -93.45556, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2004, "employees": 8400, "public_company": true, "ticker": "MOS", "exchange": "New York Stock Exchange", "lei": "2YD5STGSJNMUB7H76907", "sec_cik": "1285785", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mosaic_Logo.svg", "description": "American chemical company", "sitelinks": 10, "importance": 0.5829, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
358 +{"wikidata_id": "Q434841", "display_name": "20th Century Studios", "legal_name": null, "aliases": ["TCF", "Twentieth (20th) Century Fox Film Corporation", "Twentieth Century Studios"], "website": "https://www.20thcenturystudios.com", "canonical_domain": "20thcenturystudios.com", "country": "US", "hq_city": "Walt Disney Studios", "hq_region": null, "lat": 34.0516, "lon": -118.40999, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1935, "employees": 2300, "public_company": false, "ticker": null, "exchange": null, "lei": "549300W3HBISRNJS8308", "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/20th_Century_Studios.svg", "description": "American film studio owned by The Walt Disney Company", "sitelinks": 87, "importance": 0.5828, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
359 +{"wikidata_id": "Q918208", "display_name": "Ternium", "legal_name": null, "aliases": [], "website": "https://ternium.com", "canonical_domain": "ternium.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2005, "employees": 16600, "public_company": true, "ticker": "TX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1342874", "parent": null, "logo_url": null, "description": "Steel company with presence in major Latin American markets, including Argentina, Brasil, Mexico and Colombia.", "sitelinks": 9, "importance": 0.5827, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1342874", "enriched_at": "2026-09-13T07:17:38+00:00"}}
360 +{"wikidata_id": "Q12857502", "display_name": "Mondelez International", "legal_name": null, "aliases": ["National Dairy Products", "Mondelez", "Mondelēz International", "Inc."], "website": "https://www.mondelezinternational.com", "canonical_domain": "mondelezinternational.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "MDLZ", "exchange": "Nasdaq", "lei": "549300DV9GIB88LZ5P30", "sec_cik": "1103982", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mondelez_International.svg", "description": "American multinational confectionery, food and beverage conglomerate", "sitelinks": 37, "importance": 0.5824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q106238232"}, {"related_domain_conflict": "Q6413825"}, {"related_domain_conflict": "Q11506393"}]}
361 +{"wikidata_id": "Q1454852", "display_name": "Hormel", "legal_name": null, "aliases": ["George A. Hormel & Company", "Hormel Foods", "Hormel Foods Corporation", "Hormel Foods International"], "website": "https://www.hormel.com", "canonical_domain": "hormel.com", "country": "US", "hq_city": "Austin", "hq_region": "Mower County", "lat": 43.6666, "lon": -92.97486, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1891, "employees": null, "public_company": true, "ticker": "HRL", "exchange": "New York Stock Exchange", "lei": "MSD54751OJP1FS2ND863", "sec_cik": "48465", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hormel_Foods_logo.png", "description": "American food processing company", "sitelinks": 37, "importance": 0.5824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
362 +{"wikidata_id": "Q367412", "display_name": "Razer Inc.", "legal_name": null, "aliases": ["Razer", "R Λ Z Ξ R", "RAZER", "RΛZΞR"], "website": "https://www.razer.com", "canonical_domain": "razer.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["gaming", "technology"], "industry_labels": ["video game industry", "computer hardware industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "1337", "exchange": "Hong Kong Stock Exchange", "lei": "529900B3H0RSWJ089K63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Razer_wordmark.svg", "description": "Singaporean-American technological company which specializes in products marketed to gamers", "sitelinks": 37, "importance": 0.5824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
363 +{"wikidata_id": "Q127552", "display_name": "Pixar", "legal_name": null, "aliases": ["Graphics Group", "Pixar Studios"], "website": "https://www.pixar.com", "canonical_domain": "pixar.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1986, "employees": 1233, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pixar_logo.svg", "description": "American computer animation studio", "sitelinks": 94, "importance": 0.5818, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
364 +{"wikidata_id": "Q3064573", "display_name": "Marfrig", "legal_name": null, "aliases": [], "website": "https://www.marfrig.com.br", "canonical_domain": "marfrig.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2000, "employees": 33318, "public_company": true, "ticker": "MRFG3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian food processing company", "sitelinks": 8, "importance": 0.5818, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
365 +{"wikidata_id": "Q5133094", "display_name": "Cleveland-Cliffs", "legal_name": null, "aliases": ["Cleveland Iron Mining Company", "Cliffs Iron Company", "Cliffs Natural Resources"], "website": "https://www.clevelandcliffs.com", "canonical_domain": "clevelandcliffs.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1846, "employees": 30000, "public_company": true, "ticker": "CLF", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "764065", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cliffs_Natural_Resources_logo.svg", "description": "American steelmaking company", "sitelinks": 8, "importance": 0.5802, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
366 +{"wikidata_id": "Q175106", "display_name": "Tim Hortons", "legal_name": null, "aliases": ["Tim Hortons Inc."], "website": "https://www.timhortons.com", "canonical_domain": "timhortons.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "THI", "exchange": "Toronto Stock Exchange", "lei": "549300NRCR0IO3ZHSE46", "sec_cik": null, "parent": {"wikidata_id": "Q18619470", "name": "Restaurant Brands International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tim_Hortons_Logo.svg", "description": "Canadian multinational quick-service restaurant chain", "sitelinks": 36, "importance": 0.5796, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
367 +{"wikidata_id": "Q2466256", "display_name": "U.S. Cellular", "legal_name": null, "aliases": ["United States Cellular Corporation"], "website": "https://uscellular.com", "canonical_domain": "uscellular.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1983, "employees": 6700, "public_company": true, "ticker": "USM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_States_Cellular_Corporation_logo.svg", "description": "American telecommunications company", "sitelinks": 10, "importance": 0.5796, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
368 +{"wikidata_id": "Q463090", "display_name": "Smith & Wesson", "legal_name": null, "aliases": [], "website": "https://www.smith-wesson.com", "canonical_domain": "smith-wesson.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1852, "employees": null, "public_company": true, "ticker": "SWHC", "exchange": "Nasdaq", "lei": "5493004PFHUPOR1PWN79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smith_%26_Wesson_logo_from_.357_Model_686_Plus.png", "description": "manufacturer of firearms and BB guns in the United States", "sitelinks": 36, "importance": 0.5796, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
369 +{"wikidata_id": "Q7020906", "display_name": "Nexstar Media Group", "legal_name": null, "aliases": ["Nexstar", "Nexstar Broadcasting", "Nexstar Broadcasting Group", "Inc.", "Inc."], "website": "https://www.nexstar.tv", "canonical_domain": "nexstar.tv", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["telecommunications", "media"], "industry_labels": ["telecommunications industry", "broadcasting", "media industry"], "founded_year": 1996, "employees": 12832, "public_company": true, "ticker": "NXST", "exchange": "Nasdaq", "lei": "52990083ZRR5UT591988", "sec_cik": "1142417", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexstar_Media_Group_logo_%28color%29.svg", "description": "American media company", "sitelinks": 9, "importance": 0.579, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
370 +{"wikidata_id": "Q1585599", "display_name": "Harman International Industries", "legal_name": null, "aliases": ["Harman", "Harman International"], "website": "https://www.harman.com", "canonical_domain": "harman.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1980, "employees": 11246, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "1VWDHRIRERCQ5D5M5681", "sec_cik": null, "parent": {"wikidata_id": "Q20718", "name": "Samsung Electronics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harman_International_logo.svg", "description": "American electronics company", "sitelinks": 25, "importance": 0.5776, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
371 +{"wikidata_id": "Q17085620", "display_name": "Planet Labs", "legal_name": "Planet Labs PBC", "aliases": ["Planet", "Cosmogia Inc.", "Planet Labs Inc."], "website": "https://www.planet.com", "canonical_domain": "planet.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2010, "employees": 600, "public_company": true, "ticker": "PL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1836833", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Planet_Labs_logo.svg", "description": "American company specializing in satellite imaging of Earth", "sitelinks": 14, "importance": 0.5773, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
372 +{"wikidata_id": "Q116452644", "display_name": "Netflix, Inc.", "legal_name": "Netflix, Inc.", "aliases": [], "website": "https://ir.netflix.net", "canonical_domain": "netflix.net", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.23611, "lon": -121.96167, "industries": ["entertainment"], "industry_labels": ["streaming media", "film production", "DVD-by-mail", "television production", "film distribution"], "founded_year": 1997, "employees": 11300, "public_company": true, "ticker": "NFLX", "exchange": "Nasdaq", "lei": "549300Y7VHGU0I7CE873", "sec_cik": "1065280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netflix_2014_logo.svg", "description": "American media company", "sitelinks": 9, "importance": 0.5772, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
373 +{"wikidata_id": "Q1471346", "display_name": "Whirlpool Corporation", "legal_name": "Whirlpool Corporation", "aliases": ["Nineteen Hundred", "Upton Machine"], "website": "https://www.whirlpoolcorp.com", "canonical_domain": "whirlpoolcorp.com", "country": "US", "hq_city": "Benton Charter Township", "hq_region": "Berrien County", "lat": 42.1147, "lon": -86.3964, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "WHR", "exchange": "New York Stock Exchange", "lei": "WHENKOULSSK7WUM60H03", "sec_cik": "106640", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Whirlpool_Corporation_Logo_%28as_of_2017%29.svg", "description": "American multinational manufacturer and marketer of home appliances", "sitelinks": 35, "importance": 0.5767, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
374 +{"wikidata_id": "Q202210", "display_name": "GameStop", "legal_name": "GameStop Corp.", "aliases": ["Babbage's"], "website": "https://www.gamestop.com", "canonical_domain": "gamestop.com", "country": "US", "hq_city": "Grapevine", "hq_region": "Denton County", "lat": 32.935, "lon": -97.0858, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "GME", "exchange": "New York Stock Exchange", "lei": "549300505KLOET039L77", "sec_cik": "1360557", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GameStop_Logo.svg", "description": "American video game retailer", "sitelinks": 35, "importance": 0.5767, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
375 +{"wikidata_id": "Q260833", "display_name": "SanDisk Corporation", "legal_name": "SanDisk Corporation", "aliases": [], "website": "https://www.sandisk.com", "canonical_domain": "sandisk.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "computer hardware industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "SNDK", "exchange": "Nasdaq", "lei": "5493009Q58RSNRUOV288", "sec_cik": "1000180", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SanDisk_2024_logo.svg", "description": "American semiconductor company - memory and storage technologies", "sitelinks": 35, "importance": 0.5767, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
376 +{"wikidata_id": "Q583268", "display_name": "Vale", "legal_name": null, "aliases": ["CVRD", "Doce River Valley Company", "Vale S.A."], "website": "https://www.vale.com", "canonical_domain": "vale.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "VALE3", "exchange": "São Paulo Stock Exchange", "lei": "969500FCQ8OA16R17V29", "sec_cik": "917851", "parent": null, "logo_url": null, "description": "multinational diversified metals and mining corporation", "sitelinks": 35, "importance": 0.5767, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1269002"}, {"related_domain_conflict": "Q65212259"}], "source_edgar": {"cik": "917851", "enriched_at": "2026-09-13T07:17:38+00:00"}}
377 +{"wikidata_id": "Q675585", "display_name": "Moody's Corporation", "legal_name": null, "aliases": ["MCO", "Moody's"], "website": "https://www.moodys.com", "canonical_domain": "moodys.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71333, "lon": -74.01194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "MCO", "exchange": "New York Stock Exchange", "lei": "549300GCEDD8YCF5WU84", "sec_cik": "1059556", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moody%27s_new_logo.png", "description": "company", "sitelinks": 35, "importance": 0.5767, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4159021"}]}
378 +{"wikidata_id": "Q30645592", "display_name": "Yum China", "legal_name": null, "aliases": ["Yum China Holdings", "Inc."], "website": "https://www.yumchina.com", "canonical_domain": "yumchina.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 2016, "employees": 420000, "public_company": true, "ticker": "YUMC", "exchange": "New York Stock Exchange", "lei": "529900DO9BYZ7VA3K502", "sec_cik": "1673358", "parent": null, "logo_url": null, "description": "Chinese fast-food restaurant chain", "sitelinks": 5, "importance": 0.5758, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1673358", "enriched_at": "2026-09-13T07:17:38+00:00"}}
379 +{"wikidata_id": "Q6955139", "display_name": "NRG Energy", "legal_name": null, "aliases": ["NRG", "Inc."], "website": "https://www.nrg.com", "canonical_domain": "nrg.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1905, "employees": 9806, "public_company": true, "ticker": "NRG", "exchange": "New York Stock Exchange", "lei": "5E2UPK5SW04M13XY7I38", "sec_cik": "1013871", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_NRG_Energy.svg", "description": "American energy company", "sitelinks": 9, "importance": 0.5751, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
380 +{"wikidata_id": "Q178824", "display_name": "Blizzard Entertainment", "legal_name": null, "aliases": ["Blizzard", "Blizzard Entertainment Inc.", "Inc.", "Silicon & Synapse"], "website": "https://www.blizzard.com", "canonical_domain": "blizzard.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.65843, "lon": -117.76766, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q344341", "name": "Activision Blizzard"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blizzard_Entertainment_Logo_2015.svg", "description": "American video game publisher and developer owned by Microsoft", "sitelinks": 63, "importance": 0.5744, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
381 +{"wikidata_id": "Q2079243", "display_name": "TIM Brasil", "legal_name": "TIM Brasil Serviços e Participações S.A.", "aliases": [], "website": "https://www.tim.com.br", "canonical_domain": "tim.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1995, "employees": 9337, "public_company": true, "ticker": "TIMS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q144617", "name": "TIM Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TIM_logo_%282016-present%29.svg", "description": "Brazilian telecommunications company", "sitelinks": 9, "importance": 0.5744, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
382 +{"wikidata_id": "Q3485048", "display_name": "Sinovac Biotech", "legal_name": null, "aliases": ["Sinovac"], "website": "https://www.sinovac.com", "canonical_domain": "sinovac.com", "country": "AG", "hq_city": "Beijing", "hq_region": "Saint John", "lat": 40.031, "lon": 116.3003, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SVA", "exchange": "Nasdaq", "lei": "529900DOOGH8WKB2WL85", "sec_cik": "1084201", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinovac_Biotech_logo.svg", "description": "Chinese biopharm company", "sitelinks": 34, "importance": 0.5738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1084201", "enriched_at": "2026-09-13T07:17:38+00:00"}}
383 +{"wikidata_id": "Q444110", "display_name": "The Hartford Insurance Group, Inc.", "legal_name": "The Hartford Insurance Group, Inc.", "aliases": ["HIG", "Hartford Financial Services", "Hartford Insurance", "The Hartford", "Hartford Fire Insurance Company (historical name)"], "website": "https://www.thehartford.com", "canonical_domain": "thehartford.com", "country": "US", "hq_city": "Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76333, "lon": -72.685, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1810, "employees": 19200, "public_company": true, "ticker": "HIG", "exchange": "New York Stock Exchange", "lei": "IU7C3FTM7Y3BQM112U94", "sec_cik": "874766", "parent": null, "logo_url": null, "description": "investment and insurance company", "sitelinks": 8, "importance": 0.5738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
384 +{"wikidata_id": "Q3064093", "display_name": "Americanas", "legal_name": null, "aliases": ["Americanas Express", "Lojas Americanas"], "website": "https://www.americanas.com.br", "canonical_domain": "americanas.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1929, "employees": 18775, "public_company": true, "ticker": "AMER3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Americanas.com_logo.svg", "description": "Brazilian retail company", "sitelinks": 8, "importance": 0.5735, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
385 +{"wikidata_id": "Q2904022", "display_name": "Bio-Rad Laboratories", "legal_name": null, "aliases": ["Bio-Rad"], "website": "https://www.bio-rad.com", "canonical_domain": "bio-rad.com", "country": "US", "hq_city": "Hercules", "hq_region": "Contra Costa County", "lat": 38.01722, "lon": -122.28861, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1952, "employees": 8300, "public_company": true, "ticker": "BIO", "exchange": "New York Stock Exchange", "lei": "549300ZC1GPV35XYDK53", "sec_cik": "12208", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bio-Rad_Laboratories_Logo.svg", "description": "American life science research firm", "sitelinks": 9, "importance": 0.5727, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
386 +{"wikidata_id": "Q1322011", "display_name": "Waters Corporation", "legal_name": null, "aliases": [], "website": "https://www.waters.com", "canonical_domain": "waters.com", "country": "US", "hq_city": "Milford", "hq_region": "Worcester County", "lat": 42.13972, "lon": -71.51667, "industries": ["manufacturing"], "industry_labels": ["manufacturing of scientific and technical instrumentation"], "founded_year": 1958, "employees": 7262, "public_company": true, "ticker": "WAT", "exchange": "New York Stock Exchange", "lei": "5T547R1474YC9HOD8Q74", "sec_cik": "1000697", "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.5708, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
387 +{"wikidata_id": "Q1129117", "display_name": "Tupperware", "legal_name": null, "aliases": [], "website": "https://www.tupperwarebrands.com", "canonical_domain": "tupperwarebrands.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": [], "industry_labels": ["direct selling"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "TUP", "exchange": "New York Stock Exchange", "lei": "G8NWFN4YP7CR6FOP4886", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tupperware_2024.svg", "description": "name of a home products line", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16985829"}]}
388 +{"wikidata_id": "Q1319601", "display_name": "Allegiant Air", "legal_name": null, "aliases": ["Allegiant"], "website": "https://www.allegiantair.com", "canonical_domain": "allegiantair.com", "country": "US", "hq_city": "Enterprise", "hq_region": "Clark County", "lat": 36.03139, "lon": -115.19806, "industries": ["aerospace-defense"], "industry_labels": ["civil aviation"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ALGT", "exchange": "Nasdaq", "lei": "549300JM9OZXOHWL2K18", "sec_cik": "1362468", "parent": {"wikidata_id": "Q96371801", "name": "Allegiant Travel Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allegiant_Air_logo.svg", "description": "United States based low cost airline", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1362468", "enriched_at": "2026-09-13T07:17:38+00:00"}}
389 +{"wikidata_id": "Q1479654", "display_name": "Wiley", "legal_name": "John Wiley & Sons, Inc.", "aliases": ["John Wiley and Sons", "John Wiley & Sons", "John Wiley & Sons Incorporated", "John Wiley & Sons", "Inc."], "website": "https://www.wiley.com", "canonical_domain": "wiley.com", "country": "US", "hq_city": "Hoboken", "hq_region": "Hudson County", "lat": 40.745, "lon": -74.0325, "industries": ["media"], "industry_labels": [], "founded_year": 1807, "employees": null, "public_company": true, "ticker": "WLYB", "exchange": "New York Stock Exchange", "lei": "5493003XM719UN7E8P64", "sec_cik": "107140", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wiley_logo.svg", "description": "American multinational publishing company", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q767319"}], "source_edgar": {"cik": "107140", "enriched_at": "2026-09-13T07:17:38+00:00"}}
390 +{"wikidata_id": "Q2470307", "display_name": "Guess", "legal_name": null, "aliases": ["Inc.", "Guess?"], "website": "https://www.guess.com", "canonical_domain": "guess.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "GES", "exchange": "New York Stock Exchange", "lei": "549300QVH3ZK2DW0KP86", "sec_cik": "912463", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guess_logo.svg", "description": "American clothing line brand", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
391 +{"wikidata_id": "Q6499202", "display_name": "Sears, Roebuck and Co.", "legal_name": "Sears, Roebuck and Co.", "aliases": ["Sears", "Roebuck and Co.", "Sears", "Roebuck & Co.", "Sears", "Roebuck and Company"], "website": "https://www.sears.com", "canonical_domain": "sears.com", "country": "US", "hq_city": "Hoffman Estates", "hq_region": "Cook County", "lat": 42.06306, "lon": -88.11917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "SHLD", "exchange": "Nasdaq", "lei": "549300KWWR4P1RYUVG65", "sec_cik": null, "parent": {"wikidata_id": "Q966556", "name": "Sears Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sears_logo_%282020%29.svg", "description": "American department store chain", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q966556"}]}
392 +{"wikidata_id": "Q775031", "display_name": "Grupo Bimbo", "legal_name": null, "aliases": ["Bimbo"], "website": "https://www.grupobimbo.com", "canonical_domain": "grupobimbo.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.37295, "lon": -99.26184, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "BMBOY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Grupo_BIMBO.svg", "description": "Mexican multinational food company", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
393 +{"wikidata_id": "Q1032229", "display_name": "Canadian Natural Resources", "legal_name": null, "aliases": ["Canadian Natural"], "website": "https://www.cnrl.com", "canonical_domain": "cnrl.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": 1973, "employees": 6621, "public_company": true, "ticker": "CNQ", "exchange": "Toronto Stock Exchange", "lei": "549300T15RIMIKZC5Q38", "sec_cik": "1017413", "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.5694, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1017413", "enriched_at": "2026-09-13T07:17:38+00:00"}}
394 +{"wikidata_id": "Q16966841", "display_name": "Edwards Lifesciences", "legal_name": null, "aliases": ["Edwards Lifesciences (Switzerland)"], "website": "https://www.edwardslifesciences.com", "canonical_domain": "edwardslifesciences.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["medical-devices"], "industry_labels": ["medical device"], "founded_year": 1956, "employees": 14000, "public_company": true, "ticker": "EW", "exchange": "New York Stock Exchange", "lei": "YA13X31F3V31L8TMPR58", "sec_cik": "1099800", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edwards_Lifesciences.svg", "description": "American medical technology company", "sitelinks": 8, "importance": 0.5692, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
395 +{"wikidata_id": "Q644289", "display_name": "Optimum Communications", "legal_name": null, "aliases": ["Cablevision", "Altice USA", "Cablevision Systems Corporation"], "website": "https://www.alticeusa.com", "canonical_domain": "alticeusa.com", "country": "US", "hq_city": "Bethpage", "hq_region": "Oyster Bay", "lat": 40.74667, "lon": -73.48444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1973, "employees": 13656, "public_company": true, "ticker": "ATUS", "exchange": "New York Stock Exchange", "lei": "54930064K3612MGCER95", "sec_cik": "1702780", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altice_logo_%28new%29.png", "description": "American telecommunications and media company; spin-off of Altice Europe", "sitelinks": 8, "importance": 0.5688, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
396 +{"wikidata_id": "Q6729763", "display_name": "Magazine Luiza", "legal_name": null, "aliases": ["Magalu", "Magazine Luiza S/A"], "website": "https://www.magazineluiza.com.br", "canonical_domain": "magazineluiza.com.br", "country": "BR", "hq_city": "Franca", "hq_region": "São Paulo", "lat": -20.53889, "lon": -47.40083, "industries": ["retail", "e-commerce"], "industry_labels": ["retail", "e-commerce"], "founded_year": 1933, "employees": 30000, "public_company": true, "ticker": "MGLU3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magalu_-_novo_logo.png", "description": "Brazilian retail company", "sitelinks": 7, "importance": 0.5679, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
397 +{"wikidata_id": "Q1056637", "display_name": "The Hershey Company", "legal_name": null, "aliases": ["Hershey Company", "Hershey Foods Corporation", "Hershey's"], "website": "https://www.thehersheycompany.com", "canonical_domain": "thehersheycompany.com", "country": "US", "hq_city": "Hershey", "hq_region": "Dauphin County", "lat": 40.27833, "lon": -76.65111, "industries": ["food-beverage"], "industry_labels": ["manufacture of cocoa, chocolate and sugar confectionery"], "founded_year": 1894, "employees": null, "public_company": true, "ticker": "HSY", "exchange": "New York Stock Exchange", "lei": "21X2CX66SU2BR6QTAD08", "sec_cik": "47111", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HersheyCo.svg", "description": "American corporation", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
398 +{"wikidata_id": "Q14289857", "display_name": "News Corp", "legal_name": null, "aliases": ["New News Corp", "News Corp (Firm : 2013)", "News Corp.", "News Corporation"], "website": "https://newscorp.com", "canonical_domain": "newscorp.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.75861, "lon": -73.9825, "industries": ["media"], "industry_labels": ["mass media", "journalism"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "NWS", "exchange": "Nasdaq", "lei": "549300ITS31QK8VRBQ14", "sec_cik": "1564708", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/News_Corp_logo_2013.svg", "description": "American multinational mass media company (2013-)", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
399 +{"wikidata_id": "Q533415", "display_name": "Best Buy", "legal_name": null, "aliases": ["Sound of Music", "Best Buy Co.", "Best Buy Co. Inc.", "Best Buy Co.", "Inc."], "website": "https://www.bestbuy.com", "canonical_domain": "bestbuy.com", "country": "US", "hq_city": "Richfield", "hq_region": "Hennepin County", "lat": 44.88333, "lon": -93.28333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "BBY", "exchange": "New York Stock Exchange", "lei": "HL5XPTVRV0O8TUN5LL90", "sec_cik": "764478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Best_Buy_logo_2018.svg", "description": "American multinational consumer electronics retailer", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
400 +{"wikidata_id": "Q658789", "display_name": "Garmin Group", "legal_name": null, "aliases": ["Garmin Corp."], "website": "https://www.garmin.com", "canonical_domain": "garmin.com", "country": "US", "hq_city": "Olathe", "hq_region": "Johnson County", "lat": 38.8808, "lon": -94.8031, "industries": ["software", "technology"], "industry_labels": ["software industry", "consumer electronics industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "GRMN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1121788", "parent": {"wikidata_id": "Q30338591", "name": "Garmin Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Garmin_logo_2006.svg", "description": "US hardware subsidiary of GPS devices", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q30338591"}], "source_edgar": {"cik": "1121788", "enriched_at": "2026-09-13T07:17:38+00:00"}}
401 +{"wikidata_id": "Q794272", "display_name": "voeazul.com.br", "legal_name": null, "aliases": ["AD", "AZU", "AZUL", "Azul Airlines", "Azul Linhas Aéreas Brasileiras S/A"], "website": "https://www.voeazul.com.br", "canonical_domain": "voeazul.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "AZUL4", "exchange": "São Paulo Stock Exchange", "lei": "549300VTW6UFR5XP5V60", "sec_cik": "1432364", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_da_Azul_Linhas_A%C3%A9reas_Brasileiras.svg", "description": "Brazilian airline", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1432364", "enriched_at": "2026-09-13T07:17:38+00:00"}}
402 +{"wikidata_id": "Q56760250", "display_name": "Sony Music", "legal_name": null, "aliases": ["SM", "SME", "Sony Music Entertainment", "Sony Música", "Sony Music Entertainment (United States)"], "website": "https://www.sonymusic.com", "canonical_domain": "sonymusic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["entertainment industry", "show business", "music industry"], "founded_year": 2009, "employees": 8578, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G0VTDMY8H0RM04", "sec_cik": null, "parent": {"wikidata_id": "Q40889189", "name": "Sony Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Music_Entertainment_Logo_2023.svg", "description": "American multinational music recording company", "sitelinks": 62, "importance": 0.5667, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
403 +{"wikidata_id": "Q26234621", "display_name": "Rumo S.A.", "legal_name": null, "aliases": ["Rumo Logistica"], "website": "https://rumolog.com", "canonical_domain": "rumolog.com", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 2008, "employees": 11700, "public_company": true, "ticker": "RAIL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rumo_Log%C3%ADstica_logo.svg", "description": "Brazilian logistic company", "sitelinks": 8, "importance": 0.5666, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
404 +{"wikidata_id": "Q1134069", "display_name": "Otis Worldwide Corporation", "legal_name": null, "aliases": ["Otis", "Otis Worldwide"], "website": "https://www.otis.com", "canonical_domain": "otis.com", "country": "US", "hq_city": "Farmington", "hq_region": "Capitol Planning Region", "lat": 41.72778, "lon": -72.84028, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "OTIS", "exchange": "New York Stock Exchange", "lei": "549300857C2X2VKMWG77", "sec_cik": "1781335", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Otis_logo.SVG", "description": "American elevator and escalator manufacturer", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
405 +{"wikidata_id": "Q154387", "display_name": "Iridium Communications", "legal_name": null, "aliases": ["Iridium", "Iridium Inc.", "Iridium Satellite LLC"], "website": "https://www.iridium.com", "canonical_domain": "iridium.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "IRDM", "exchange": "Nasdaq", "lei": "549300U620NVQ4J1CT96", "sec_cik": "1418819", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iridium-Logo.svg", "description": "satellite communications provider", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
406 +{"wikidata_id": "Q735261", "display_name": "Royal Bank of Canada", "legal_name": null, "aliases": ["RBC", "RBC Financial Group", "RBC Royal Bank", "RBC Wealth Management"], "website": "https://rbc.com", "canonical_domain": "rbc.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "RY", "exchange": "Toronto Stock Exchange", "lei": "ES7IP3U3RHIGC71XBU11", "sec_cik": "1000275", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RBC_logo.jpg", "description": "financial institution in Canada", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
407 +{"wikidata_id": "Q926699", "display_name": "Crocs, Inc.", "legal_name": null, "aliases": ["Crocs", "Croc shoes", "Crocs Inc", "Crocs shoes"], "website": "https://www.crocs.com", "canonical_domain": "crocs.com", "country": "US", "hq_city": "Longmont", "hq_region": "Weld County", "lat": 40.17167, "lon": -105.10917, "industries": ["apparel", "retail"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "CROX", "exchange": "Nasdaq", "lei": "549300B0J6YCXD63OG72", "sec_cik": "1334036", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crocs_wordmark.svg", "description": "American shoe company", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
408 +{"wikidata_id": "Q1361648", "display_name": "Allegheny Technologies", "legal_name": null, "aliases": ["ATI", "Allegheny Technologies Incorporated", "ATI Metals"], "website": "https://www.atimetals.com", "canonical_domain": "atimetals.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["mining"], "industry_labels": ["SIC 3317 Steel Pipe & Tubes"], "founded_year": 1996, "employees": 9700, "public_company": true, "ticker": "ATI", "exchange": "New York Stock Exchange", "lei": "ZW1LRE7C3H17O2ZN9B45", "sec_cik": "1018963", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allegheny_Technologies_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.5639, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1018963", "enriched_at": "2026-09-13T07:17:38+00:00"}}
409 +{"wikidata_id": "Q174198", "display_name": "Gartner", "legal_name": null, "aliases": ["Gartner Group"], "website": "https://www.gartner.com", "canonical_domain": "gartner.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "IT", "exchange": "New York Stock Exchange", "lei": "PP55B5R38BFB8O8HH686", "sec_cik": "749251", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gartner_logo.svg", "description": "company", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
410 +{"wikidata_id": "Q624798", "display_name": "Canadian National Railway", "legal_name": "Canadian National Railway Company", "aliases": ["CN", "CNR", "Rida", "Canadian National", "Canadien National", "CN Rail"], "website": "https://www.cn.ca", "canonical_domain": "cn.ca", "country": "CA", "hq_city": "Downtown Montreal", "hq_region": "Ville-Marie", "lat": 45.50883, "lon": -73.5541, "industries": ["logistics"], "industry_labels": ["rail freight transport"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "CNR", "exchange": "Toronto Stock Exchange", "lei": "3SU7BEP7TH9YEQOZCS77", "sec_cik": "16868", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CN_Railway_logo.svg", "description": "Canadian Class I freight railway company", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1542887"}]}
411 +{"wikidata_id": "Q23239", "display_name": "amtrak.com", "legal_name": null, "aliases": ["AMTK", "AMTZ", "National Railroad Passenger Corporation", "NRPC", "Railpax", "American train track"], "website": "https://amtrak.com", "canonical_domain": "amtrak.com", "country": "US", "hq_city": "Washington Union Station", "hq_region": "Washington, D.C.", "lat": 38.89731, "lon": -77.00626, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1971, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300D8AVGZ5P5HWU88", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amtrak_logo.svg", "description": "American intercity passenger rail operator", "sitelinks": 52, "importance": 0.5608, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
412 +{"wikidata_id": "Q259340", "display_name": "7-Eleven", "legal_name": null, "aliases": ["7-11", "711", "Seven Eleven", "Seven-Eleven"], "website": "https://www.7-eleven.com", "canonical_domain": "7-eleven.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1927, "employees": 20700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/7-Eleven_logo_2021.svg", "description": "American convenience store chain", "sitelinks": 51, "importance": 0.5593, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17221821"}]}
413 +{"wikidata_id": "Q450420", "display_name": "Entel Chile", "legal_name": null, "aliases": ["Empresa Nacional de Telecomunicaiones SA"], "website": "https://www.entel.cl", "canonical_domain": "entel.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1964, "employees": 6501, "public_company": true, "ticker": "ENTEL", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EntelChile_Logo.svg", "description": "Chilean telecommunications company", "sitelinks": 8, "importance": 0.5581, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
414 +{"wikidata_id": "Q1410766", "display_name": "Fibria", "legal_name": "Fibria Celulose S.A", "aliases": [], "website": "https://www.fibria.com.br", "canonical_domain": "fibria.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 2009, "employees": 15000, "public_company": true, "ticker": "fbr", "exchange": "New York Stock Exchange", "lei": "549300AFT8A3KIR1J753", "sec_cik": null, "parent": {"wikidata_id": "Q898651", "name": "Votorantim Group"}, "logo_url": null, "description": "Brazilian company", "sitelinks": 7, "importance": 0.5578, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
415 +{"wikidata_id": "Q1194832", "display_name": "Toronto-Dominion Bank", "legal_name": null, "aliases": ["TD", "TD Bank Group"], "website": "https://www.td.com", "canonical_domain": "td.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "TD", "exchange": "Toronto Stock Exchange", "lei": "PT3QB789TSUIDF371261", "sec_cik": "947263", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toronto-Dominion_Bank_logo.svg", "description": "banking and financial services corporation", "sitelinks": 29, "importance": 0.5576, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1080670"}, {"related_domain_conflict": "Q7669891"}]}
416 +{"wikidata_id": "Q173476", "display_name": "Cummins", "legal_name": null, "aliases": ["Cummins Inc.", "Inc."], "website": "https://www.cummins.com", "canonical_domain": "cummins.com", "country": "US", "hq_city": "Columbus", "hq_region": "Bartholomew County", "lat": 39.214, "lon": -85.91106, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "CMI", "exchange": "New York Stock Exchange", "lei": "ZUNI8PYC725B6H8JU438", "sec_cik": "26172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cummins_logo.svg", "description": "American corporation that designs, manufactures, distributes and services engines and related technologies", "sitelinks": 29, "importance": 0.5576, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
417 +{"wikidata_id": "Q1410137", "display_name": "Houlihan Lokey", "legal_name": "Houlihan Lokey Inc.", "aliases": ["Inc."], "website": "https://www.hl.com", "canonical_domain": "hl.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services", "consulting"], "industry_labels": ["mergers and acquisitions", "financial services", "corporate finance", "restructuring", "valuation", "investment banking"], "founded_year": 1972, "employees": 2700, "public_company": true, "ticker": "HLI", "exchange": "New York Stock Exchange", "lei": "549300S3CNGTQ1QZVY46", "sec_cik": "1302215", "parent": null, "logo_url": null, "description": "American multinational investment bank and financial services company", "sitelinks": 9, "importance": 0.5565, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
418 +{"wikidata_id": "Q1570773", "display_name": "Kohlberg Kravis Roberts", "legal_name": null, "aliases": ["KKR", "KKR & Co.", "KKR & Co. L.P.", "Kohlberg Kravis Roberts & Co.", "KKR & Co.", "Inc.", "KKR Private Equity"], "website": "https://www.kkr.com", "canonical_domain": "kkr.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["asset management", "investment management", "private equity firm"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "KKR", "exchange": "New York Stock Exchange", "lei": "K3NEK11EF7N3JVJE7V46", "sec_cik": "1404912", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kohlberg_Kravis_Roberts_%28logo%29.svg", "description": "American private equity fund manager", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
419 +{"wikidata_id": "Q518016", "display_name": "Unisys", "legal_name": null, "aliases": ["Unisys Corporation"], "website": "https://www.unisys.com", "canonical_domain": "unisys.com", "country": "US", "hq_city": "Blue Bell", "hq_region": "Montgomery County", "lat": 40.15233, "lon": -75.26629, "industries": ["technology", "consulting", "software"], "industry_labels": ["IT service management", "information and communications technology", "consulting", "data analytics software industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "UIS", "exchange": "New York Stock Exchange", "lei": "549300T21W22FIJJOW08", "sec_cik": "746838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unisys_logo_2022.svg", "description": "American multinational technology, cloud application and infrastructure services and consulting corporation", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "746838", "enriched_at": "2026-09-13T07:17:38+00:00"}}
420 +{"wikidata_id": "Q691637", "display_name": "Gol Transportes Aéreos", "legal_name": null, "aliases": ["Gol Air", "Gol Air Transport", "Gol Transport Air", "Gol Transportes Aereos", "VRG Linhas Aéreas S.A. - Grupo GOL"], "website": "https://www.voegol.com.br", "canonical_domain": "voegol.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "GOLL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gol_Linhas_A%C3%A9reas_Inteligentes_logo_%282015%2C_without_the_slogan%29.svg", "description": "Brazilian airline", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
421 +{"wikidata_id": "Q796297", "display_name": "São Paulo Stock Exchange", "legal_name": null, "aliases": ["B3", "B3 S.A. - BRASIL BOLSA BALCAO", "BM&F", "BM&F BOVESPA", "Bolsa de Valores", "Mercadorias & Futuros de São Paulo", "Bovespa", "BVMF"], "website": "https://www.b3.com.br", "canonical_domain": "b3.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "B3SA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_B3.svg", "description": "stock exchange located in São Paulo, Brazil", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q895360"}]}
422 +{"wikidata_id": "Q942471", "display_name": "The Travelers Companies", "legal_name": null, "aliases": ["Travelers", "Travelers Insurance Company", "Inc."], "website": "https://www.travelers.com", "canonical_domain": "travelers.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "TRV", "exchange": "New York Stock Exchange", "lei": "549300Y650407RU8B149", "sec_cik": "86312", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trav_umb_5inch.jpg", "description": "insurance company", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
423 +{"wikidata_id": "Q2157448", "display_name": "Robert Half", "legal_name": "Robert Half International Inc.", "aliases": ["Robert Half International"], "website": "https://www.roberthalf.com", "canonical_domain": "roberthalf.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["professional-services"], "industry_labels": ["employment services industry"], "founded_year": 1948, "employees": 11300, "public_company": true, "ticker": "RHI", "exchange": "New York Stock Exchange", "lei": "529900VPCUY9H3HLIC08", "sec_cik": "315213", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Robert_Half_logo.svg", "description": "global human resource consulting firm based in Menlo Park, California", "sitelinks": 7, "importance": 0.5537, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
424 +{"wikidata_id": "Q1032400", "display_name": "Canadian Tire", "legal_name": null, "aliases": ["Canadian Tire Co. Ltd."], "website": "https://www.canadiantire.ca", "canonical_domain": "canadiantire.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services", "retail"], "industry_labels": ["finance", "retail"], "founded_year": 1922, "employees": 30, "public_company": true, "ticker": "CTC", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Tire_logo_2022.png", "description": "Canadian retailer and vehicle service company", "sitelinks": 17, "importance": 0.5536, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
425 +{"wikidata_id": "Q931032", "display_name": "Kinder Morgan", "legal_name": null, "aliases": [], "website": "https://www.kindermorgan.com", "canonical_domain": "kindermorgan.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": 11075, "public_company": true, "ticker": "KMI", "exchange": "New York Stock Exchange", "lei": "549300WR7IX8XE0TBO16", "sec_cik": "1506307", "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.5534, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16988699"}]}
426 +{"wikidata_id": "Q7538146", "display_name": "Skyworks Solutions", "legal_name": null, "aliases": [], "website": "https://www.skyworksinc.com", "canonical_domain": "skyworksinc.com", "country": "US", "hq_city": "Woburn", "hq_region": "Middlesex County", "lat": 42.47917, "lon": -71.15278, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2002, "employees": 4400, "public_company": true, "ticker": "SWKS", "exchange": "Nasdaq", "lei": "549300WZ3ORQ2BVKBD96", "sec_cik": "4127", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skyworks_logo.svg", "description": "American semiconductor manufacturer", "sitelinks": 8, "importance": 0.5525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
427 +{"wikidata_id": "Q828545", "display_name": "United Parks & Resorts", "legal_name": null, "aliases": ["SeaWorld", "SeaWorld Parks and Entertainment", "SeaWorld Parks & Entertainment", "United Parks & Resorts Inc."], "website": "https://unitedparks.com", "canonical_domain": "unitedparks.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["hospitality"], "industry_labels": ["leisure park industry"], "founded_year": 1960, "employees": 26000, "public_company": true, "ticker": "PRKS", "exchange": "New York Stock Exchange", "lei": "529900G0H4NV3IIK3269", "sec_cik": "1816564", "parent": {"wikidata_id": "Q880942", "name": "Blackstone Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Parks_and_Resorts_logo_2024.png", "description": "family entertainment, amusement park and attraction company headquartered in Orlando, Florida", "sitelinks": 6, "importance": 0.5517, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
428 +{"wikidata_id": "Q13977", "display_name": "Bloomberg L.P.", "legal_name": null, "aliases": ["Bloomberg"], "website": "https://www.bloomberg.com", "canonical_domain": "bloomberg.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1981, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300B56MD0ZC402L06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bloomberg_News_logo.svg", "description": "American multinational mass media corporation", "sitelinks": 47, "importance": 0.5504, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
429 +{"wikidata_id": "Q1200840", "display_name": "Energizer Holdings, Inc.", "legal_name": null, "aliases": ["Energizer"], "website": "https://energizerholdings.com", "canonical_domain": "energizerholdings.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ENR", "exchange": "New York Stock Exchange", "lei": "5493000D6NN0V57UME20", "sec_cik": "1632790", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Energizer_holdings_inc_logo.svg", "description": "American manufacturer of batteries", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
430 +{"wikidata_id": "Q1425063", "display_name": "Hyatt Hotels Corporation", "legal_name": null, "aliases": ["Hyatt", "Hyatt Corporation", "Hyatt Hotels"], "website": "https://www.hyatt.com", "canonical_domain": "hyatt.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "H", "exchange": "New York Stock Exchange", "lei": "T27JQIMTYSH41TCD5186", "sec_cik": "1468174", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyatt_Logo.svg", "description": "American multinational hospitality company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
431 +{"wikidata_id": "Q1741634", "display_name": "Kimberly-Clark", "legal_name": null, "aliases": ["K-C", "Kimberly-Clark Co.", "Kimberly-Clark Corp", "Kimberly-Clark Corp.", "Kimberly-Clark Corporation", "Kimberly-Clark Worldwive", "Kimberly", "Clark and Co."], "website": "https://www.kimberly-clark.com", "canonical_domain": "kimberly-clark.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1872, "employees": null, "public_company": true, "ticker": "KMB", "exchange": "New York Stock Exchange", "lei": "MP3J6QPYPGN75NVW2S34", "sec_cik": "55785", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kimberly-Clark_logo.svg", "description": "American multinational company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
432 +{"wikidata_id": "Q1850587", "display_name": "Polaris", "legal_name": "Polaris Inc.", "aliases": ["Polaris (United States)", "Polaris Industries Inc."], "website": "https://www.polaris.com", "canonical_domain": "polaris.com", "country": "US", "hq_city": "Medina", "hq_region": "Hennepin County", "lat": 45.05761, "lon": -93.57654, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "PII", "exchange": "New York Stock Exchange", "lei": "549300QJSN8UVWN1EI78", "sec_cik": "931015", "parent": null, "logo_url": null, "description": "American vehicle manufacturer", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1531608"}], "source_edgar": {"cik": "931015", "enriched_at": "2026-09-13T07:17:38+00:00"}}
433 +{"wikidata_id": "Q1944412", "display_name": "MoneyGram", "legal_name": null, "aliases": ["MoneyGram International", "MoneyGram International Inc.", "MoneyGram Payment Services", "Inc."], "website": "https://www.moneygram.com", "canonical_domain": "moneygram.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["financial-services"], "industry_labels": ["financial services", "wire transfer"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "MGI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1273931", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MoneyGram_Logo.svg", "description": "American money transfer company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
434 +{"wikidata_id": "Q555925", "display_name": "Broadcom", "legal_name": "Broadcom Corporation", "aliases": [], "website": "https://www.broadcom.com", "canonical_domain": "broadcom.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "BRCM", "exchange": "Nasdaq", "lei": "KFFV4ZWM9DJH1ND3BD89", "sec_cik": "1730168", "parent": {"wikidata_id": "Q790060", "name": "Broadcom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Broadcom_logo_%282016-present%29.svg", "description": "American semiconductor manufacturer", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q790060"}, {"related_domain_conflict": "Q7863908"}], "source_edgar": {"cik": "1730168", "enriched_at": "2026-09-13T07:17:38+00:00"}}
435 +{"wikidata_id": "Q67186598", "display_name": "roblox.com", "legal_name": null, "aliases": [], "website": "https://corp.roblox.com", "canonical_domain": "roblox.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "RBLX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1315098", "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
436 +{"wikidata_id": "Q1662481", "display_name": "IHS Inc.", "legal_name": null, "aliases": ["IHS Global Inc.", "Information Handling Services Incorporated"], "website": "https://www.ihs.com", "canonical_domain": "ihs.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["media"], "industry_labels": ["Information Services"], "founded_year": 1959, "employees": 8800, "public_company": true, "ticker": "INFO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q868587", "name": "S&P Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IHS_Logo.png", "description": "company based in the US", "sitelinks": 7, "importance": 0.5501, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
437 +{"wikidata_id": "Q5317253", "display_name": "Dutch Bros. Coffee", "legal_name": "Dutch Bros Inc.", "aliases": ["Dutch Bros", "Dutch Bros Coffee"], "website": "https://dutchbros.com", "canonical_domain": "dutchbros.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1992, "employees": 23000, "public_company": true, "ticker": "BROS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1866581", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dutch_Bros_Coffee_wordmark.svg", "description": "American drive-through coffee chain", "sitelinks": 6, "importance": 0.55, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
438 +{"wikidata_id": "Q1196431", "display_name": "Pandora", "legal_name": null, "aliases": ["Pandora Internet Radio", "Pandora Media Inc", "Pandora Media", "Inc.", "Savage Beast Technologies"], "website": "https://pandora.com", "canonical_domain": "pandora.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2000, "employees": 2200, "public_company": true, "ticker": null, "exchange": null, "lei": "254900NJMDCK4VVX9P20", "sec_cik": null, "parent": {"wikidata_id": "Q3277465", "name": "Sirius XM Rad"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pandora_wordmark.svg", "description": "American music streaming and recommendation website", "sitelinks": 24, "importance": 0.5498, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
439 +{"wikidata_id": "Q2331913", "display_name": "Stantec", "legal_name": null, "aliases": ["Stantec Inc", "Stantec Inc."], "website": "https://www.stantec.com", "canonical_domain": "stantec.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1954, "employees": 22000, "public_company": true, "ticker": "STN", "exchange": "Toronto Stock Exchange", "lei": "549300MZ7NGUZDCP2T16", "sec_cik": "1131383", "parent": null, "logo_url": null, "description": "international professional services company in the design and consulting industry.", "sitelinks": 6, "importance": 0.5493, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
440 +{"wikidata_id": "Q7083862", "display_name": "Old Dominion Freight Line", "legal_name": "Old Dominion Freight Line, Inc.", "aliases": ["ODFL"], "website": "https://www.odfl.com", "canonical_domain": "odfl.com", "country": "US", "hq_city": "Thomasville", "hq_region": "Randolph County", "lat": 35.88583, "lon": -80.07722, "industries": ["logistics"], "industry_labels": ["freight transport industry"], "founded_year": 1934, "employees": 21279, "public_company": true, "ticker": "ODFL", "exchange": "Nasdaq", "lei": "5299009TWK32WE417T96", "sec_cik": "878927", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Old_Dominion_Freight_Line_%282%29.jpg", "description": "American transportation company", "sitelinks": 6, "importance": 0.5488, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
441 +{"wikidata_id": "Q2876669", "display_name": "B2W", "legal_name": null, "aliases": ["B2W Companhia Digital"], "website": "https://www.b2wdigital.com", "canonical_domain": "b2wdigital.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 2006, "employees": 8000, "public_company": true, "ticker": "BTOW2", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3064093", "name": "Americanas"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/B2W_Digital_logo.png", "description": "Brazilian online retailer", "sitelinks": 7, "importance": 0.5487, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
442 +{"wikidata_id": "Q1612593", "display_name": "Jeld-Wen", "legal_name": null, "aliases": [], "website": "https://www.jeld-wen.com", "canonical_domain": "jeld-wen.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["materials"], "industry_labels": ["SIC 2430 Millwood, Veneer, Plywood, & Structural Wood Members"], "founded_year": 1960, "employees": 20000, "public_company": true, "ticker": "JELD", "exchange": "New York Stock Exchange", "lei": "529900AXX7CT9GZSCS30", "sec_cik": "1674335", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JeldWenLogo.png", "description": "American company", "sitelinks": 6, "importance": 0.5479, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1674335", "enriched_at": "2026-09-13T07:17:38+00:00"}}
443 +{"wikidata_id": "Q2404292", "display_name": "Teradyne", "legal_name": null, "aliases": [], "website": "https://www.teradyne.com", "canonical_domain": "teradyne.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": ["SIC 3825 Instruments For Meas & Testing of Electricity & Elec Signals"], "founded_year": 1960, "employees": 3200, "public_company": true, "ticker": "TER", "exchange": "Nasdaq", "lei": "C3X4YJ278QNZHRJULN75", "sec_cik": "97210", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teradyne_logo_2014.svg", "description": "company", "sitelinks": 8, "importance": 0.5478, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "97210", "enriched_at": "2026-09-13T07:17:38+00:00"}}
444 +{"wikidata_id": "Q724759", "display_name": "NBCUniversal", "legal_name": null, "aliases": ["NBCU", "NBCUni", "nbcuniversal", "Nbcuniversal", "NBCUniversal Media", "LLC", "Inc."], "website": "https://nbcuniversal.com", "canonical_domain": "nbcuniversal.com", "country": "US", "hq_city": "30 Rockefeller Plaza", "hq_region": "Manhattan", "lat": 40.75897, "lon": -73.97939, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1926, "employees": 16000, "public_company": false, "ticker": null, "exchange": null, "lei": "VTBDOQJ6KOGQ6K786R46", "sec_cik": null, "parent": {"wikidata_id": "Q1113804", "name": "Comcast"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBCUniversal_2026_Logo.svg", "description": "American media and entertainment conglomerate", "sitelinks": 47, "importance": 0.5471, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1753607"}]}
445 +{"wikidata_id": "Q1765036", "display_name": "West Fraser Timber", "legal_name": null, "aliases": [], "website": "https://www.westfraser.com", "canonical_domain": "westfraser.com", "country": "CA", "hq_city": "Toulouse", "hq_region": "Haute-Garonne", "lat": 43.60444, "lon": 1.44333, "industries": ["materials"], "industry_labels": ["forestry"], "founded_year": 2020, "employees": 6900, "public_company": true, "ticker": "WFG", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1402388", "parent": null, "logo_url": null, "description": "Canadian forestry company", "sitelinks": 7, "importance": 0.5466, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1402388", "enriched_at": "2026-09-13T07:17:38+00:00"}}
446 +{"wikidata_id": "Q1353939", "display_name": "Etsy, Inc.", "legal_name": "Etsy, Inc.", "aliases": [], "website": "https://www.etsy.com", "canonical_domain": "etsy.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "ETSY", "exchange": "New York Stock Exchange", "lei": "54930089Q7XT501AEA40", "sec_cik": "1370637", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Etsy_logo.svg", "description": "American e-commerce company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
447 +{"wikidata_id": "Q1459595", "display_name": "Revlon", "legal_name": "Revlon, Inc", "aliases": ["Revlon (United States)", "Inc."], "website": "https://www.revlon.com", "canonical_domain": "revlon.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "REV", "exchange": "New York Stock Exchange", "lei": "2MKZBE7NMX7EJWQLHS95", "sec_cik": null, "parent": {"wikidata_id": "Q1411292", "name": "Fidelity Investments"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Revlon_logo.svg", "description": "an American-based New York City multinational cosmetics, skin care, fragrance, and personal care company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
448 +{"wikidata_id": "Q1472539", "display_name": "Alpha Tomo Global Resoures Sdn Bhd", "legal_name": "ManpowerGroup Inc.", "aliases": ["Manpower"], "website": "https://www.manpowergroup.com", "canonical_domain": "manpowergroup.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["professional-services"], "industry_labels": ["staffing industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "MAN", "exchange": "New York Stock Exchange", "lei": "ERO1WSFOSR0JJ6CRQ987", "sec_cik": "871763", "parent": {"wikidata_id": "Q138209205", "name": "ManpowerGroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ManpowerGroup_logo.svg", "description": "Career services agency", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "871763", "enriched_at": "2026-09-13T07:17:38+00:00"}}
449 +{"wikidata_id": "Q17077936", "display_name": "Lyft", "legal_name": null, "aliases": ["Lyft Inc."], "website": "https://www.lyft.com", "canonical_domain": "lyft.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["transportation"], "industry_labels": ["transport", "taxi service"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "LYFT", "exchange": "Nasdaq", "lei": "549300H7I5VN334XVZ52", "sec_cik": "1759509", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lyft_logo_2025.svg", "description": "American transportation network company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
450 +{"wikidata_id": "Q2529982", "display_name": "The New York Times Company", "legal_name": null, "aliases": ["New York Times Company"], "website": "https://www.nytco.com", "canonical_domain": "nytco.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1851, "employees": null, "public_company": true, "ticker": "NYT", "exchange": "New York Stock Exchange", "lei": "529900J1WEMMIW7BOH57", "sec_cik": "71691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_New_York_Times_Company_Logo.svg", "description": "American mass media company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "71691", "enriched_at": "2026-09-13T07:17:38+00:00"}}
451 +{"wikidata_id": "Q285161", "display_name": "iRobot", "legal_name": null, "aliases": ["IRobot", "Irobot", "IROBOT", "iRobot Corp.", "iRobot Corporation"], "website": "https://www.irobot.com", "canonical_domain": "irobot.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "IRBT", "exchange": "Nasdaq", "lei": "5493009PRNKOUKBAT390", "sec_cik": "1159167", "parent": {"wikidata_id": "Q137452774", "name": "Shenzhen Picea Robotics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IRobot_Green_logo.svg", "description": "American technology company that produces consumer and military robots", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
452 +{"wikidata_id": "Q431757", "display_name": "Volaris", "legal_name": null, "aliases": ["Volaris Air", "Volaris Airline", "Volaris Airlines"], "website": "https://www.volaris.com", "canonical_domain": "volaris.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "VLRS", "exchange": "New York Stock Exchange", "lei": "549300G8NLCMP9Z44X52", "sec_cik": "1520504", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volaris-logo.svg", "description": "Mexican low-cost airline", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q27970677"}]}
453 +{"wikidata_id": "Q589288", "display_name": "The Bank of New York Mellon", "legal_name": "The Bank of New York Mellon Corporation", "aliases": ["BNY", "BNY Mellon"], "website": "https://www.bnymellon.com", "canonical_domain": "bnymellon.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "BNY", "exchange": "New York Stock Exchange", "lei": "WFLLPEPC7FZXENRZV188", "sec_cik": "1390777", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BNY_Mellon.svg", "description": "American investment banking services holding company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
454 +{"wikidata_id": "Q607131", "display_name": "MetLife", "legal_name": null, "aliases": ["Metropolitan", "Inc.", "Metropolitan Life Insurance Company"], "website": "https://www.metlife.com", "canonical_domain": "metlife.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1868, "employees": null, "public_company": true, "ticker": "MET", "exchange": "New York Stock Exchange", "lei": "C4BXATY60WC6XEOZDX54", "sec_cik": "1099219", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MetLife_logo.svg", "description": "American insurance holding company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
455 +{"wikidata_id": "Q1030695", "display_name": "Suzano Papel e Celulose", "legal_name": null, "aliases": [], "website": "https://www.suzano.com.br", "canonical_domain": "suzano.com.br", "country": "BR", "hq_city": "Salvador", "hq_region": "Bahia", "lat": -12.98306, "lon": -38.49278, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1924, "employees": 17000, "public_company": true, "ticker": "SUZB5", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Suzano_%282019%29.svg", "description": "Brazilian paper and pulp producer", "sitelinks": 6, "importance": 0.5456, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
456 +{"wikidata_id": "Q2034659", "display_name": "Extreme Networks", "legal_name": null, "aliases": [], "website": "https://www.extremenetworks.com", "canonical_domain": "extremenetworks.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cloud-infrastructure"], "industry_labels": ["networking hardware"], "founded_year": 1996, "employees": 2713, "public_company": true, "ticker": "EXTR", "exchange": "Nasdaq", "lei": "549300WRECW11X94UB57", "sec_cik": "1078271", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Extreme_Networks_logo_-_new.png", "description": "business enterprise", "sitelinks": 8, "importance": 0.5455, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
457 +{"wikidata_id": "Q1430331", "display_name": "Flowserve", "legal_name": null, "aliases": ["Flowserve Corporation"], "website": "https://www.flowserve.com", "canonical_domain": "flowserve.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3561 Pumps & Pumping Equipment"], "founded_year": 1997, "employees": 16000, "public_company": true, "ticker": "FLS", "exchange": "New York Stock Exchange", "lei": "6Y0GK87T6V7NJKZJVM41", "sec_cik": "30625", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flowserve.svg", "description": "company", "sitelinks": 6, "importance": 0.5447, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "30625", "enriched_at": "2026-09-13T07:17:38+00:00"}}
458 +{"wikidata_id": "Q7234777", "display_name": "Potbelly Sandwich Shop", "legal_name": null, "aliases": ["Potbelly Corporation", "Potbelly Sandwich Works"], "website": "https://potbelly.com", "canonical_domain": "potbelly.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1977, "employees": 6000, "public_company": true, "ticker": "PBPB", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PotbellyLogo.jpg", "description": "publicly traded restaurant chain", "sitelinks": 7, "importance": 0.5446, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
459 +{"wikidata_id": "Q18387139", "display_name": "Synchrony Financial", "legal_name": null, "aliases": [], "website": "https://www.synchronybank.com", "canonical_domain": "synchronybank.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2003, "employees": 15000, "public_company": true, "ticker": "SYF", "exchange": "New York Stock Exchange", "lei": "549300J34ZZXT151XD13", "sec_cik": "1601712", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synchrony_Financial_logo.svg", "description": "American financial services company", "sitelinks": 6, "importance": 0.5438, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
460 +{"wikidata_id": "Q4745263", "display_name": "American Tower Corporation", "legal_name": null, "aliases": [], "website": "https://www.americantower.com", "canonical_domain": "americantower.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1995, "employees": 1124, "public_company": true, "ticker": "AMT", "exchange": "New York Stock Exchange", "lei": "5493006ORUSIL88JOE18", "sec_cik": "1053507", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Tower_Corporation_logo.svg", "description": "American communications infrastructure company", "sitelinks": 9, "importance": 0.5438, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
461 +{"wikidata_id": "Q2972334", "display_name": "Cielo S.A.", "legal_name": null, "aliases": ["Cielo"], "website": "https://www.cielo.com.br", "canonical_domain": "cielo.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1995, "employees": 2400, "public_company": true, "ticker": "CIEL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1483379", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cielo-logo-9-599x208.png", "description": "Brazilian payment processing company and credit card acquirer", "sitelinks": 8, "importance": 0.5437, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
462 +{"wikidata_id": "Q310207", "display_name": "McKinsey & Company", "legal_name": null, "aliases": ["Inc."], "website": "https://www.mckinsey.com", "canonical_domain": "mckinsey.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consulting"], "industry_labels": ["management consulting industry"], "founded_year": 1926, "employees": 45100, "public_company": false, "ticker": null, "exchange": null, "lei": "KRXXK3K6ZU5I4X4VTH24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McKinsey_Script_Mark_2019.svg", "description": "global management consulting firm", "sitelinks": 39, "importance": 0.543, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
463 +{"wikidata_id": "Q2466838", "display_name": "SMART Technologies", "legal_name": null, "aliases": ["SMART"], "website": "https://www.smarttech.com", "canonical_domain": "smarttech.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["technology"], "industry_labels": ["computing"], "founded_year": 1987, "employees": 1042, "public_company": true, "ticker": "SMT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1172228", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smart_Technologies_%28BD%29_Limited.jpg", "description": "Calgary, AB, Canada technology company; wholly owned by Foxconn", "sitelinks": 9, "importance": 0.5427, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
464 +{"wikidata_id": "Q1155729", "display_name": "Scholastic Corporation", "legal_name": null, "aliases": ["SCHL", "Scholastic", "Scholastic Corporation (United States)", "Scholastic Entertainment", "Scholastic Magazine", "Inc.", "Scholastic Magazines", "Scholastic Magazines"], "website": "https://www.scholastic.com", "canonical_domain": "scholastic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "SCHL", "exchange": "Nasdaq", "lei": "254900L13768NOD2AC07", "sec_cik": "866729", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Scholastic.svg", "description": "American publishing, education, and media company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
465 +{"wikidata_id": "Q1373493", "display_name": "Lowe's", "legal_name": null, "aliases": ["Lowes", "Lowe's Companies", "Inc.", "Lowe's Home Improvement"], "website": "https://lowes.com", "canonical_domain": "lowes.com", "country": "US", "hq_city": "Mooresville", "hq_region": "Iredell County", "lat": 35.58444, "lon": -80.82028, "industries": ["retail"], "industry_labels": ["hardware store"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "LOW", "exchange": "New York Stock Exchange", "lei": "WAFCR4OKGSC504WU3E95", "sec_cik": "60667", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lowes_Companies_Logo.svg", "description": "American home improvement retail chain", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
466 +{"wikidata_id": "Q1676554", "display_name": "JBS S.A.", "legal_name": null, "aliases": ["JBS", "JBS S/A", "JBS S/A."], "website": "https://www.jbs.com.br", "canonical_domain": "jbs.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["meatpacking industry"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "JBSS3", "exchange": "São Paulo Stock Exchange", "lei": "529900RM0MTMZL9O5050", "sec_cik": "1450123", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_JBS_%282023%29.svg", "description": "Brazilian meat company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
467 +{"wikidata_id": "Q17072200", "display_name": "Novavax", "legal_name": null, "aliases": ["Novavax (United States)"], "website": "https://www.novavax.com", "canonical_domain": "novavax.com", "country": "US", "hq_city": "Gaithersburg", "hq_region": "Montgomery County", "lat": 39.13992, "lon": -77.19292, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "NVAX", "exchange": "Nasdaq", "lei": "529900J4GJHPEPQ23205", "sec_cik": "1000694", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Novavax.svg", "description": "company in Gaithersburg, Maryland", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
468 +{"wikidata_id": "Q3482689", "display_name": "Shutterstock", "legal_name": null, "aliases": ["Shutter stock"], "website": "https://www.shutterstock.com", "canonical_domain": "shutterstock.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "entertainment"], "industry_labels": ["stock photography", "production music", "stock footage"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "SSTK", "exchange": "New York Stock Exchange", "lei": "529900G2TDIS56V0LO22", "sec_cik": "1549346", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shutterstock_logo_2023.svg", "description": "American stock photography, stock footage, stock music, and editing tools provider", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
469 +{"wikidata_id": "Q7338847", "display_name": "Rivian Automotive", "legal_name": null, "aliases": ["Avera Automotive", "Mainstream Motors"], "website": "https://rivian.com", "canonical_domain": "rivian.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "RIVN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1874178", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rivian_logo_and_wordmark.svg", "description": "American automaker and automotive technology company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1874178", "enriched_at": "2026-09-13T07:17:38+00:00"}}
470 +{"wikidata_id": "Q27585", "display_name": "AOL", "legal_name": "AmericaOnLine Inc.", "aliases": ["Tegic", "America Online", "America OnLine", "AmericaOnline", "AmericaOnLine", "AOL RED", "Aol."], "website": "https://www.aol.com", "canonical_domain": "aol.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "software", "technology", "internet"], "industry_labels": ["mass media", "software industry", "technology industry", "media industry", "Internet industry"], "founded_year": 1983, "employees": 5600, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WSNX8LE4Y8DM86", "sec_cik": null, "parent": {"wikidata_id": "Q96314827", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AOL_logo_%282024%29.svg", "description": "American web portal and online service provider", "sitelinks": 52, "importance": 0.5423, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
471 +{"wikidata_id": "Q6389509", "display_name": "Kennametal", "legal_name": null, "aliases": [], "website": "https://www.kennametal.com", "canonical_domain": "kennametal.com", "country": "US", "hq_city": "Latrobe", "hq_region": "Westmoreland County", "lat": 40.31494, "lon": -79.38117, "industries": ["materials"], "industry_labels": [], "founded_year": 1938, "employees": 13500, "public_company": true, "ticker": "KMT", "exchange": "New York Stock Exchange", "lei": "549300GZDSG25XUV0Y08", "sec_cik": "55242", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kennametal.svg", "description": "American supplier of tooling and industrial materials", "sitelinks": 6, "importance": 0.5423, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
472 +{"wikidata_id": "Q871308", "display_name": "Pemex", "legal_name": null, "aliases": [], "website": "https://www.pemex.com", "canonical_domain": "pemex.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["oil-gas"], "industry_labels": ["oil refining", "petroleum industry", "extraction of crude petroleum and natural gas"], "founded_year": 1938, "employees": 138215, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q750165", "name": "Secretariat of Energy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Petr%C3%B3leos_Mexicanos_%282019%29.svg", "description": "Mexican state-owned petroleum corporation", "sitelinks": 33, "importance": 0.5421, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
473 +{"wikidata_id": "Q1238739", "display_name": "Domtar", "legal_name": null, "aliases": ["Dominion Tar and Chemical Company"], "website": "https://www.domtar.com", "canonical_domain": "domtar.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["materials"], "industry_labels": ["pulp and paper industry", "forest industry"], "founded_year": 1848, "employees": 13000, "public_company": true, "ticker": "UFS", "exchange": "New York Stock Exchange", "lei": "XYSIJOU3HNVROZWNA008", "sec_cik": null, "parent": {"wikidata_id": "Q99378530", "name": "Paper Excellence"}, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.5417, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
474 +{"wikidata_id": "Q334122", "display_name": "Merrill", "legal_name": "Merrill Lynch, Pierce, Fenner, & Smith Inc.", "aliases": ["Merrill Lynch"], "website": "https://www.ml.com", "canonical_domain": "ml.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1914, "employees": 60000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q487907", "name": "Bank of America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merrill_Lynch_logo_pre-1974.png", "description": "American investing and wealth management division of Bank of America", "sitelinks": 37, "importance": 0.5417, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
475 +{"wikidata_id": "Q746413", "display_name": "Elsevier", "legal_name": null, "aliases": ["Elsevier B.V.", "Elsevier BV", "Elsevier Publishing Company", "Elsevier Health Sciences"], "website": "https://www.elsevier.com", "canonical_domain": "elsevier.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1880, "employees": 9500, "public_company": false, "ticker": null, "exchange": null, "lei": "549300CK8SNXO0RB7F13", "sec_cik": null, "parent": {"wikidata_id": "Q133812331", "name": "RELX Group (Netherlands)"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elsevier.svg", "description": "Dutch publishing and analytics company", "sitelinks": 48, "importance": 0.5417, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2076913"}, {"related_domain_conflict": "Q4044531"}, {"related_domain_conflict": "Q5003044"}, {"related_domain_conflict": "Q6915377"}]}
476 +{"wikidata_id": "Q1586955", "display_name": "Enviri", "legal_name": "Harsco Corporation", "aliases": ["Harsco"], "website": "https://www.harsco.com", "canonical_domain": "harsco.com", "country": "US", "hq_city": "Camp Hill", "hq_region": "Cumberland County", "lat": 40.2411, "lon": -76.9261, "industries": ["construction", "transportation"], "industry_labels": ["engineering", "railway"], "founded_year": 1853, "employees": 12300, "public_company": true, "ticker": "HSC", "exchange": "New York Stock Exchange", "lei": "KAO98FK89NPNNPQGUZ43", "sec_cik": "45876", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harsco_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.5409, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
477 +{"wikidata_id": "Q26049", "display_name": "Aetna", "legal_name": null, "aliases": ["Aetna Inc."], "website": "https://www.aetna.com", "canonical_domain": "aetna.com", "country": "US", "hq_city": "Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76333, "lon": -72.685, "industries": ["insurance", "healthcare"], "industry_labels": ["insurance", "managed care", "SIC 6324 Hospital & Medical Service Plans"], "founded_year": 1853, "employees": 47950, "public_company": true, "ticker": null, "exchange": null, "lei": "549300QKBENKLBXQ8968", "sec_cik": "1122304", "parent": {"wikidata_id": "Q624375", "name": "CVS Health"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1_Heart_Aetna_logo_sm_rgb_violet.svg", "description": "American managed health care company", "sitelinks": 14, "importance": 0.5407, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1122304", "enriched_at": "2026-09-13T07:17:38+00:00"}}
478 +{"wikidata_id": "Q1036056", "display_name": "Cargill", "legal_name": null, "aliases": ["Incorporated"], "website": "https://www.cargill.com", "canonical_domain": "cargill.com", "country": "US", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1865, "employees": 155000, "public_company": false, "ticker": null, "exchange": null, "lei": "QXZYQNMR4JZ5RIRN4T31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CargillLogo.svg", "description": "American-based international food conglomerate", "sitelinks": 32, "importance": 0.5406, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
479 +{"wikidata_id": "Q116758847", "display_name": "Anthropic", "legal_name": null, "aliases": [], "website": "https://www.anthropic.com", "canonical_domain": "anthropic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2021, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anthropic_logo.svg", "description": "American artificial intelligence corporation", "sitelinks": 57, "importance": 0.5402, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
480 +{"wikidata_id": "Q282997", "display_name": "Fox Factory", "legal_name": "FOX FACTORY HOLDING CORP.", "aliases": ["Fox Racing Shox"], "website": "https://www.ridefox.com", "canonical_domain": "ridefox.com", "country": "US", "hq_city": "Duluth", "hq_region": "Gwinnett County", "lat": 34.00306, "lon": -84.14556, "industries": ["automotive", "consumer-goods"], "industry_labels": ["automotive industry", "sports industry", "bicycle industry"], "founded_year": 1980, "employees": 4300, "public_company": true, "ticker": "FOXF", "exchange": "Nasdaq", "lei": "529900GE1HSV0617R721", "sec_cik": "1424929", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fox_Factory_Logo.svg", "description": "suspension company", "sitelinks": 7, "importance": 0.5397, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1424929", "enriched_at": "2026-09-13T07:17:38+00:00"}}
481 +{"wikidata_id": "Q193559", "display_name": "valvesoftware.com", "legal_name": null, "aliases": [], "website": "https://www.valvesoftware.com", "canonical_domain": "valvesoftware.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 336, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valve_logo.svg", "description": "American video game development and digital distribution company", "sitelinks": 75, "importance": 0.5396, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
482 +{"wikidata_id": "Q739711", "display_name": "epicgames.com", "legal_name": null, "aliases": [], "website": "https://www.epicgames.com", "canonical_domain": "epicgames.com", "country": "US", "hq_city": "North Carolina", "hq_region": "United States", "lat": 35.5, "lon": -80.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300I2RHITL4UP9K78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epic_Games_logo.svg", "description": "American video game and software developer", "sitelinks": 53, "importance": 0.5394, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
483 +{"wikidata_id": "Q7360089", "display_name": "Roku, Inc.", "legal_name": null, "aliases": ["Roku", "roku"], "website": "https://www.roku.com", "canonical_domain": "roku.com", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.23611, "lon": -121.96167, "industries": ["media", "technology"], "industry_labels": ["broadcasting", "consumer electronics industry"], "founded_year": 2002, "employees": 817, "public_company": true, "ticker": "ROKU", "exchange": "Nasdaq", "lei": "549300KR6ITU0YIR1T71", "sec_cik": "1428439", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roku_logo.svg", "description": "American producer of streaming video and audio players for television, based in Los Gatos, California", "sitelinks": 9, "importance": 0.5392, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
484 +{"wikidata_id": "Q1152374", "display_name": "GE HealthCare", "legal_name": null, "aliases": ["GE Medical Systems"], "website": "https://www.gehealthcare.com", "canonical_domain": "gehealthcare.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology", "healthcare", "manufacturing", "medical-devices"], "industry_labels": ["electronics", "health care", "industrial manufacturing", "medical technology industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "GEHC", "exchange": "Nasdaq", "lei": "VRA3J77FZVM3XWZYY091", "sec_cik": "1932393", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GE_HealthCare_logo_2023.svg", "description": "American multinational medical technology company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1932393", "enriched_at": "2026-09-13T07:17:38+00:00"}}
485 +{"wikidata_id": "Q1199757", "display_name": "Dish", "legal_name": null, "aliases": ["Digital Sky Highway", "Dish Network", "DISH Network Corporation"], "website": "https://www.dish.com", "canonical_domain": "dish.com", "country": "US", "hq_city": "Meridian", "hq_region": "Douglas County", "lat": 39.54861, "lon": -104.85083, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "DISH", "exchange": "Nasdaq", "lei": "529900U350CWHH15G169", "sec_cik": "1001082", "parent": {"wikidata_id": "Q1280748", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dish_Network_2019.svg", "description": "direct broadcast satellite & streaming TV company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
486 +{"wikidata_id": "Q18205509", "display_name": "Beyond Meat", "legal_name": "Beyond Meat Inc.", "aliases": ["Beyond", "Inc.", "gobeyond"], "website": "https://beyondmeat.com", "canonical_domain": "beyondmeat.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BYND", "exchange": "Nasdaq", "lei": "549300XQ946NCE51DR09", "sec_cik": "1655210", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beyond_Meat_2022_logo.svg", "description": "Los Angeles-based producer of plant-based meat", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
487 +{"wikidata_id": "Q2961234", "display_name": "Spectrum", "legal_name": null, "aliases": ["Charter Communications", "Inc.", "Spectrum Cable"], "website": "https://www.charter.com", "canonical_domain": "charter.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "CHTR", "exchange": "Nasdaq", "lei": "0J0XRGZE3PBRFEZ7MV65", "sec_cik": "1091667", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Charter_Communications_Logo.svg", "description": "American cable services provider", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
488 +{"wikidata_id": "Q390074", "display_name": "Houghton Mifflin Harcourt", "legal_name": null, "aliases": ["Houghton Mifflin", "Houghton Mifflin Co.", "Houghton Mifflin Company", "Houghton-Mifflin-Harcourt", "Houghton", "Mifflin & Co.", "Houghton", "Mifflin and Company"], "website": "https://www.hmhco.com", "canonical_domain": "hmhco.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media", "education"], "industry_labels": [], "founded_year": 1880, "employees": null, "public_company": true, "ticker": "HMHC", "exchange": "Nasdaq", "lei": "549300DDRF1LRKBXUN11", "sec_cik": "1580156", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Houghton_Mifflin_Harcourt_%28HMH%29_logo_2024.svg", "description": "American publisher of textbooks", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
489 +{"wikidata_id": "Q549189", "display_name": "Sikorsky Aircraft Corporation", "legal_name": null, "aliases": ["Sikorsky", "Sikorsky Aircraft", "Sikorsky Manufacturing Company"], "website": "https://www.sikorsky.com", "canonical_domain": "sikorsky.com", "country": "US", "hq_city": "Connecticut", "hq_region": "United States", "lat": 41.6, "lon": -72.7, "industries": ["aerospace-defense", "construction"], "industry_labels": ["aviation", "aircraft construction"], "founded_year": 1923, "employees": 15975, "public_company": false, "ticker": null, "exchange": null, "lei": "54930054HRQM5ZB1WZ32", "sec_cik": null, "parent": {"wikidata_id": "Q7240", "name": "Lockheed Martin"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sikorsky_Aircraft_Logo.svg", "description": "aerospace manufacturer in the United States", "sitelinks": 43, "importance": 0.538, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
490 +{"wikidata_id": "Q5152510", "display_name": "Commercial Metals Company", "legal_name": null, "aliases": ["CMC"], "website": "https://www.cmc.com", "canonical_domain": "cmc.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1915, "employees": 9000, "public_company": true, "ticker": "CMC", "exchange": "New York Stock Exchange", "lei": "549300OQS2LO07ZJ7N73", "sec_cik": "22444", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Commercial_Metals_Company.svg", "description": "steel and metal manufacturer", "sitelinks": 6, "importance": 0.5364, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q9295231"}], "source_edgar": {"cik": "22444", "enriched_at": "2026-09-13T07:17:38+00:00"}}
491 +{"wikidata_id": "Q460173", "display_name": "Environmental Protection Agency", "legal_name": "U.S. Environmental Protection Agency", "aliases": [], "website": "https://epa.gov", "canonical_domain": "epa.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.8959, "lon": -77.03091, "industries": ["media"], "industry_labels": ["environment"], "founded_year": 1970, "employees": 14130, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q48525", "name": "Federal Government of the United States"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EPA_logo.svg", "description": "U.S. federal government agency", "sitelinks": 43, "importance": 0.5362, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
492 +{"wikidata_id": "Q2287759", "display_name": "Simon Property Group", "legal_name": null, "aliases": ["Simon", "Inc.", "L.P."], "website": "https://www.simon.com", "canonical_domain": "simon.com", "country": "US", "hq_city": "Simon Property Group Headquarters", "hq_region": "Indianapolis", "lat": 39.7667, "lon": -86.1624, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1998, "employees": 3300, "public_company": true, "ticker": "SPG", "exchange": "New York Stock Exchange", "lei": "529900GQL5X8H7AO3T64", "sec_cik": "1063761", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simon_Property_Group_Logo_2014.svg", "description": "American commercial real estate company and real estate investment trust", "sitelinks": 7, "importance": 0.5359, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
493 +{"wikidata_id": "Q7616390", "display_name": "Stifel", "legal_name": null, "aliases": [], "website": "https://www.stifel.com", "canonical_domain": "stifel.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["financial-services"], "industry_labels": ["investment", "finance", "financial services"], "founded_year": 1890, "employees": 8500, "public_company": true, "ticker": "SF", "exchange": "New York Stock Exchange", "lei": "549300E5F07FE5GHJX84", "sec_cik": "720672", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stifel_Financial_Corp_wordmark.svg", "description": "American investment bank", "sitelinks": 6, "importance": 0.5356, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "720672", "enriched_at": "2026-09-13T07:17:38+00:00"}}
494 +{"wikidata_id": "Q3301958", "display_name": "Bed Bath & Beyond, Inc.", "legal_name": null, "aliases": ["Bed Bath & Beyond (online retailer)", "Beyond", "Inc.", "Inc.", "Inc. (Midvale", "UT)"], "website": "https://www.bedbathandbeyond.com", "canonical_domain": "bedbathandbeyond.com", "country": "US", "hq_city": "Midvale", "hq_region": "Salt Lake County", "lat": 40.61389, "lon": -111.88833, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": 1300, "public_company": true, "ticker": "NXH", "exchange": "Nasdaq", "lei": "549300ACR0DL9U7EI710", "sec_cik": "1130713", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beyond%2C_Inc_logo_2024.svg", "description": "American online retailer", "sitelinks": 8, "importance": 0.5348, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1130713", "enriched_at": "2026-09-13T07:17:38+00:00"}}
495 +{"wikidata_id": "Q3008939", "display_name": "Cyrela Brazil Realty", "legal_name": null, "aliases": [], "website": "https://www.cyrela.com.br", "canonical_domain": "cyrela.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1958, "employees": 8000, "public_company": true, "ticker": "CYRE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Cyrela.svg", "description": "Brazilian homebuilder and real estate company", "sitelinks": 6, "importance": 0.5347, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
496 +{"wikidata_id": "Q1061903", "display_name": "Live Nation Entertainment", "legal_name": null, "aliases": ["Inc."], "website": "https://www.livenationentertainment.com", "canonical_domain": "livenationentertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "LYV", "exchange": "New York Stock Exchange", "lei": "5493007B9BM9ZXJINO78", "sec_cik": "1335258", "parent": null, "logo_url": null, "description": "American entertainment company", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
497 +{"wikidata_id": "Q1203426", "display_name": "Samsonite", "legal_name": "Samsonite Group S.A.", "aliases": ["Samsonite International S.A."], "website": "https://shop.samsonite.com", "canonical_domain": "samsonite.com", "country": "US", "hq_city": "Luxembourg", "hq_region": null, "lat": 49.77, "lon": 6.13, "industries": ["travel"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "1910", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsonite_Logo.svg", "description": "luggage company and travel accessories", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
498 +{"wikidata_id": "Q1318848", "display_name": "Intuit", "legal_name": null, "aliases": ["Intuit Inc", "INTUIT INC. (Mountain View", "CA)"], "website": "https://www.intuit.com", "canonical_domain": "intuit.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "INTU", "exchange": "Nasdaq", "lei": "VI90HBPH7XSFMB9E4M29", "sec_cik": "896878", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intuit_logo_2022.svg", "description": "American business that specializes in financial software", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
499 +{"wikidata_id": "Q14662364", "display_name": "AbbVie", "legal_name": "AbbVie Inc.", "aliases": [], "website": "https://www.abbvie.com", "canonical_domain": "abbvie.com", "country": "US", "hq_city": "North Chicago", "hq_region": "Lake County", "lat": 42.31715, "lon": -87.85941, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": ["biotechnology", "pharmaceutical industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "ABBV", "exchange": "New York Stock Exchange", "lei": "FR5LCKFTG8054YNNRU85", "sec_cik": "1551152", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AbbVie_logo.svg", "description": "pharmaceutical company", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
500 +{"wikidata_id": "Q540891", "display_name": "Nielsen Company", "legal_name": null, "aliases": ["Nielsen Holdings", "Nielsen Holdings PLC", "The Nielsen Company (US); LLC (New York", "NY)"], "website": "https://www.nielsen.com", "canonical_domain": "nielsen.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["information industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "NLSN", "exchange": "New York Stock Exchange", "lei": "549300ZVCBHQE0XHG367", "sec_cik": "1492633", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nielsen_2021.svg", "description": "global information, data and measurement company", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q699413"}, {"related_domain_conflict": "Q7031609"}, {"related_domain_conflict": "Q629981"}, {"related_domain_conflict": "Q7031605"}]}
501 +{"wikidata_id": "Q731912", "display_name": "Carrier Corporation", "legal_name": null, "aliases": ["Carrier", "Carrier Corp", "CARRIER CORPORATION (Palm Beach Gardens", "FL)"], "website": "https://www.corporate.carrier.com", "canonical_domain": "carrier.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["energy", "construction"], "industry_labels": ["heating, ventilation, and air conditioning", "construction industry"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "CARR", "exchange": "New York Stock Exchange", "lei": "549300GUSOAN8YCR8P16", "sec_cik": "1783180", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Carrier_Corporation.svg", "description": "American air conditioning company", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
502 +{"wikidata_id": "Q893221", "display_name": "Booz Allen Hamilton", "legal_name": null, "aliases": ["Booz Allen", "Booz Allen Hamilton Inc.", "BOOZ ALLEN HAMILTON INC. (McLean", "VA)", "Unutulmadı. Whitney."], "website": "https://www.boozallen.com", "canonical_domain": "boozallen.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["consulting"], "industry_labels": ["consulting company"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "BAH", "exchange": "New York Stock Exchange", "lei": "529900JPV47PIUWMA015", "sec_cik": "13222", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Booz_Allen_Hamilton_logo.svg", "description": "technology consulting firm from the United States", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
503 +{"wikidata_id": "Q2883389", "display_name": "Bank of Greenland", "legal_name": null, "aliases": ["Grønlandsbanken"], "website": "https://www.banken.gl", "canonical_domain": "banken.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1967, "employees": 137, "public_company": true, "ticker": "GRLA", "exchange": "Nasdaq Copenhagen A/S", "lei": "549300EQF6IH6OIAYL40", "sec_cik": null, "parent": null, "logo_url": null, "description": "Commercial bank in Nuuk, Greenland", "sitelinks": 11, "importance": 0.5326, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
504 +{"wikidata_id": "Q1835079", "display_name": "Stelco", "legal_name": null, "aliases": ["U.S. Steel Canada"], "website": "https://stelco.com", "canonical_domain": "stelco.com", "country": "CA", "hq_city": "Hamilton", "hq_region": "Ontario", "lat": 43.25667, "lon": -79.86917, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1910, "employees": 2285, "public_company": true, "ticker": "STZHF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5133094", "name": "Cleveland-Cliffs"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stelco_logo.gif", "description": "Canadian steel company based in Hamilton, Ontario", "sitelinks": 7, "importance": 0.5306, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
505 +{"wikidata_id": "Q17326957", "display_name": "Westlake Corporation", "legal_name": null, "aliases": [], "website": "https://www.westlake.com", "canonical_domain": "westlake.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["chemicals", "oil-gas"], "industry_labels": ["chemical industry", "petroleum industry"], "founded_year": 1986, "employees": 2200, "public_company": true, "ticker": "WLK", "exchange": "New York Stock Exchange", "lei": "GOXNEVUM0LL78B1OS344", "sec_cik": "1262823", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Westlake_Corporation.svg", "description": "American petrochemical company", "sitelinks": 7, "importance": 0.53, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
506 +{"wikidata_id": "Q1030544", "display_name": "Campbell's", "legal_name": null, "aliases": ["Campbells", "Campbell Soup Company", "The Campbell's Company"], "website": "https://www.campbells.com", "canonical_domain": "campbells.com", "country": "US", "hq_city": "Camden", "hq_region": "Camden County", "lat": 39.9368, "lon": -75.1066, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1869, "employees": null, "public_company": true, "ticker": "CPB", "exchange": "New York Stock Exchange", "lei": "5493007JDSMX8Z5Z1902", "sec_cik": "16732", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Campbell%27s_2021.svg", "description": "American food manufacturer", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
507 +{"wikidata_id": "Q1034654", "display_name": "Capital One", "legal_name": null, "aliases": [], "website": "https://www.capitalone.com", "canonical_domain": "capitalone.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "COF", "exchange": "New York Stock Exchange", "lei": "ZUE8T73ROZOF6FLBAR73", "sec_cik": "927628", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capital_One_logo.svg", "description": "bank holding company headquartered in McLean, Virginia", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
508 +{"wikidata_id": "Q1053348", "display_name": "Cemex", "legal_name": null, "aliases": ["CEMEX", "CEMEX S.A.B. de C.V."], "website": "https://www.cemex.com", "canonical_domain": "cemex.com", "country": "MX", "hq_city": "San Pedro Garza García", "hq_region": "San Pedro Garza García Municipality", "lat": 25.6643, "lon": -100.4023, "industries": ["construction"], "industry_labels": ["construction materials industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "CX", "exchange": "New York Stock Exchange", "lei": "549300JHGUF0VVA38719", "sec_cik": "1076378", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cemex_logo_2023.png", "description": "Mexican multinational company that manufactures and distributes cement, concrete and aggregates", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1076378", "enriched_at": "2026-09-13T07:17:38+00:00"}}
509 +{"wikidata_id": "Q1337797", "display_name": "Office Depot", "legal_name": null, "aliases": ["Inc.", "Officedepot"], "website": "https://www.officedepot.com", "canonical_domain": "officedepot.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "ODP", "exchange": "Nasdaq", "lei": "549300OI428NU7XTM839", "sec_cik": "800240", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Office-Depot-Logo.svg", "description": "multinational stationery retail chain", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
510 +{"wikidata_id": "Q1506045", "display_name": "Las Vegas Sands", "legal_name": null, "aliases": ["Las Vegas Sands Corp."], "website": "https://www.lasvegassands.com", "canonical_domain": "lasvegassands.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["entertainment", "travel"], "industry_labels": ["gambling", "tourism"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "LVS", "exchange": "New York Stock Exchange", "lei": "549300DUOO1KXOHPM605", "sec_cik": "1300514", "parent": null, "logo_url": null, "description": "American casino and resort operating company based in Paradise, Nevada", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
511 +{"wikidata_id": "Q1508234", "display_name": "Safeway", "legal_name": null, "aliases": ["Safeway Inc."], "website": "https://www.safeway.com", "canonical_domain": "safeway.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "SWY", "exchange": "New York Stock Exchange", "lei": "549300NKZ6VCN5P3K723", "sec_cik": "86144", "parent": {"wikidata_id": "Q289362", "name": "Cerberus Capital Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Safeway_logo.svg", "description": "American supermarket chain", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
512 +{"wikidata_id": "Q18155123", "display_name": "Robinhood", "legal_name": null, "aliases": ["Robinhood Markets", "Robinhood Markets Inc."], "website": "https://www.robinhood.com", "canonical_domain": "robinhood.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "HOOD", "exchange": "Nasdaq", "lei": "213800FS5AO3YWIE6F63", "sec_cik": "1783879", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Robinhood_%28company%29_logo.svg", "description": "American financial services company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
513 +{"wikidata_id": "Q2006989", "display_name": "YPF", "legal_name": null, "aliases": ["Yacimientos Petrolíferos Fiscahles", "Yacimientos Petroliferos Fiscales", "Yacimientos Petroliferos Fiscales", "YPF S. A.", "YPF SOCIEDAD ANONIMA"], "website": "https://www.ypf.com", "canonical_domain": "ypf.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "YPFD", "exchange": "Buenos Aires Stock Exchange", "lei": "5493003N7447U18U5U53", "sec_cik": "904851", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_YPF.svg", "description": "Argentine energy company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
514 +{"wikidata_id": "Q2013357", "display_name": "Occidental Petroleum", "legal_name": null, "aliases": ["Oxy", "Occidental Petroleum Corporation"], "website": "https://www.oxy.com", "canonical_domain": "oxy.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "OXY", "exchange": "New York Stock Exchange", "lei": "IM7X0T3ECJW4C1T7ON55", "sec_cik": "797468", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Occidental-Petroleum-Logo.svg", "description": "American oil company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
515 +{"wikidata_id": "Q20714323", "display_name": "DoorDash", "legal_name": null, "aliases": ["DASH", "Doordash", "DOORDASH", "Inc."], "website": "https://www.doordash.com", "canonical_domain": "doordash.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["logistics"], "industry_labels": ["logistics", "food delivery service"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "DASH", "exchange": "Nasdaq", "lei": "549300NUQ43FGGSK5051", "sec_cik": "1792789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DoorDash_Logo.svg", "description": "American food delivery company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
516 +{"wikidata_id": "Q27022329", "display_name": "Snap Inc.", "legal_name": "Snap Inc.", "aliases": ["Snap", "Snap (firma)", "Snap Inc. (Santa Monica", "CA)", "Snapchat (firma)", "Snapchat Inc."], "website": "https://snap.com", "canonical_domain": "snap.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["technology", "media"], "industry_labels": ["technology", "photography"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SNAP", "exchange": "New York Stock Exchange", "lei": "549300JNC0L6VP8A2Q35", "sec_cik": "1564408", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snap_Inc._logo.svg", "description": "American multinational technology company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
517 +{"wikidata_id": "Q385452", "display_name": "Avid Technology", "legal_name": null, "aliases": ["Inc."], "website": "https://www.avid.com", "canonical_domain": "avid.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "AVID", "exchange": "Nasdaq", "lei": "549300PQGW3DXKJTQ914", "sec_cik": "896841", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pure_Purple_AVID_Logo.svg", "description": "American multimedia technology company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
518 +{"wikidata_id": "Q60760151", "display_name": "Intuitive Machines", "legal_name": "Intuitive Machines, Inc.", "aliases": ["Inc."], "website": "https://www.intuitivemachines.com", "canonical_domain": "intuitivemachines.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["aerospace-defense"], "industry_labels": ["space industry", "space-based economy"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "LUNR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1844452", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intuitive_Machines_dark-on-light.svg", "description": "American space products and services company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1844452", "enriched_at": "2026-09-13T07:17:38+00:00"}}
519 +{"wikidata_id": "Q666694", "display_name": "Canadian Imperial Bank of Commerce", "legal_name": null, "aliases": ["CIBC"], "website": "https://www.cibc.com", "canonical_domain": "cibc.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "CM", "exchange": "Toronto Stock Exchange", "lei": "2IGI19DL77OX0HC3ZE78", "sec_cik": "16847", "parent": null, "logo_url": null, "description": "Canadian banking institution", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
520 +{"wikidata_id": "Q891372", "display_name": "Boliviana de Aviación", "legal_name": "Empresa Pública Nacional Estratégica Boliviana de Aviación", "aliases": ["BOA", "BoA", "Bolivian National Strategic Public Aviation Company"], "website": "https://www.boa.bo", "canonical_domain": "boa.bo", "country": "BO", "hq_city": "Cochabamba", "hq_region": "Cochabamba Municipality", "lat": -17.39354, "lon": -66.15701, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": 1935, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_de_BoA.svg", "description": "flag-carrier airline of Bolivia", "sitelinks": 20, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
521 +{"wikidata_id": "Q337233", "display_name": "Academi", "legal_name": null, "aliases": ["Blackwater", "Xe Services"], "website": "https://theacademi.org", "canonical_domain": "theacademi.org", "country": "US", "hq_city": "North Carolina", "hq_region": "United States", "lat": 35.5, "lon": -80.0, "industries": ["defense"], "industry_labels": [], "founded_year": 1997, "employees": 21000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q619121", "name": "Apollo Global Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Academi_-_Logo.svg", "description": "American private military company", "sitelinks": 38, "importance": 0.5292, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
522 +{"wikidata_id": "Q4651203", "display_name": "Adtran", "legal_name": null, "aliases": [], "website": "https://www.adtran.com", "canonical_domain": "adtran.com", "country": "US", "hq_city": "Huntsville", "hq_region": "Madison County", "lat": 34.71361, "lon": -86.58611, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1985, "employees": 2045, "public_company": true, "ticker": "ADTN", "exchange": "Nasdaq", "lei": "549300XWTHXJVGKWU616", "sec_cik": "926282", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adtran_Logo_2022.svg", "description": "business enterprise", "sitelinks": 7, "importance": 0.529, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
523 +{"wikidata_id": "Q344341", "display_name": "Activision Blizzard", "legal_name": null, "aliases": ["Inc.", "Activision|Blizzard"], "website": "https://www.activisionblizzard.com", "canonical_domain": "activisionblizzard.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2008, "employees": 9000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TPQQDBP9GNOF40", "sec_cik": "718877", "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Activision_Blizzard_logo.svg", "description": "American video game company", "sitelinks": 42, "importance": 0.5272, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "718877", "enriched_at": "2026-09-13T07:17:38+00:00"}}
524 +{"wikidata_id": "Q1058722", "display_name": "Shake Shack", "legal_name": null, "aliases": [], "website": "https://shakeshack.olo.com", "canonical_domain": "olo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SHAK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1620533", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shake_Shack_logo.svg", "description": "fast casual burger restaurant", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5574638"}], "source_edgar": {"cik": "1620533", "enriched_at": "2026-09-13T07:17:38+00:00"}}
525 +{"wikidata_id": "Q109030760", "display_name": "Trump Media & Technology Group", "legal_name": null, "aliases": ["TMTG"], "website": "https://www.tmtgcorp.com", "canonical_domain": "tmtgcorp.com", "country": "US", "hq_city": "Palm Beach", "hq_region": "Palm Beach County", "lat": 26.70556, "lon": -80.03639, "industries": ["technology", "media"], "industry_labels": ["technology industry", "media industry"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "DJT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1849635", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trump_Media_%26_Technology_Group_logo.svg", "description": "American media and technology company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
526 +{"wikidata_id": "Q1104787", "display_name": "Coty", "legal_name": null, "aliases": ["Inc."], "website": "https://www.coty.com", "canonical_domain": "coty.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "COTY", "exchange": "New York Stock Exchange", "lei": "549300BO9IWPF3S48F93", "sec_cik": "1024305", "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coty_logo.svg", "description": "multinational fragrance and cosmetics company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1024305", "enriched_at": "2026-09-13T07:17:38+00:00"}}
527 +{"wikidata_id": "Q1283291", "display_name": "Valero Energy", "legal_name": null, "aliases": ["Valero Energy Corporation"], "website": "https://www.valero.com", "canonical_domain": "valero.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "VLO", "exchange": "New York Stock Exchange", "lei": "549300XTO5VR8SKV1V74", "sec_cik": "1035002", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valero_Energy_logo.svg", "description": "American petroleum company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16973722"}, {"related_domain_conflict": "Q140379867"}]}
528 +{"wikidata_id": "Q1835753", "display_name": "Splunk Inc.", "legal_name": null, "aliases": [], "website": "https://www.splunk.com", "canonical_domain": "splunk.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "software"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SPLK", "exchange": "Nasdaq", "lei": "549300XGDSGBP6UEI867", "sec_cik": "1353283", "parent": {"wikidata_id": "Q173395", "name": "Cisco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Splunk_logo.svg", "description": "American technology company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
529 +{"wikidata_id": "Q2303478", "display_name": "Synopsys", "legal_name": null, "aliases": ["SNPS", "Inc.", "SYNOPSYS", "INC. (Mountain View", "CA)"], "website": "https://www.synopsys.com", "canonical_domain": "synopsys.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "SNPS", "exchange": "Nasdaq", "lei": "QG7T915N9S0NY5UKNE63", "sec_cik": "883241", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synopsys_Logo.svg", "description": "American software company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
530 +{"wikidata_id": "Q420837", "display_name": "Firestone Tire and Rubber Company", "legal_name": null, "aliases": ["Firestone", "Bridgestone-Firestone"], "website": "https://www.firestone.com", "canonical_domain": "firestone.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["automotive"], "industry_labels": ["tyre industry"], "founded_year": 1900, "employees": 23000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q179433", "name": "Bridgestone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Firestone.svg", "description": "American tire and rubber company", "sitelinks": 36, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
531 +{"wikidata_id": "Q621610", "display_name": "Applied Materials", "legal_name": null, "aliases": ["APPLIED MATERIALS", "INC. (Santa Clara", "CA)"], "website": "https://www.appliedmaterials.com", "canonical_domain": "appliedmaterials.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["materials"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "AMAT", "exchange": "Nasdaq", "lei": "41BNNE1AFPNAZELZ6K07", "sec_cik": "6951", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Applied_Materials_Logo.svg", "description": "American company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
532 +{"wikidata_id": "Q706094", "display_name": "Stanley Black & Decker", "legal_name": null, "aliases": ["The Stanley Works", "Stanley Works", "Inc."], "website": "https://www.stanleyblackanddecker.com", "canonical_domain": "stanleyblackanddecker.com", "country": "US", "hq_city": "New Britain", "hq_region": "Capitol Planning Region", "lat": 41.675, "lon": -72.78722, "industries": ["energy"], "industry_labels": ["bricolage", "power tool"], "founded_year": 1843, "employees": null, "public_company": true, "ticker": "SWK", "exchange": "New York Stock Exchange", "lei": "549300DJ09SMTO561131", "sec_cik": "93556", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stanley_Black_%26_Decker_Logo.svg", "description": "American manufacturer of industrial tools and household hardware and provider of security products and locks", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
533 +{"wikidata_id": "Q864338", "display_name": "Biogen", "legal_name": null, "aliases": ["Biogen Idec", "BIIB", "Biogen Inc."], "website": "https://www.biogen.com", "canonical_domain": "biogen.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BIIB", "exchange": "Nasdaq", "lei": "W8J5WZB5IY3K0NDQT671", "sec_cik": "875045", "parent": null, "logo_url": null, "description": "American multinational biotechnology company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
534 +{"wikidata_id": "Q920037", "display_name": "J. C. Penney", "legal_name": null, "aliases": ["JCP", "J. C. Penney Co.", "Inc.", "J. C. Penney Company Inc.", "J. C. Penney Company", "Inc.", "J.C. Penney", "J.C. Penney Co."], "website": "https://www.jcpenney.com", "canonical_domain": "jcpenney.com", "country": "US", "hq_city": "Plano", "hq_region": "Collin County", "lat": 33.05, "lon": -96.75, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "JCP", "exchange": "New York Stock Exchange", "lei": "5493001C62ZLWJXL4D02", "sec_cik": "1166126", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JCPenney_logo.svg", "description": "American department store chain", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
535 +{"wikidata_id": "Q6952158", "display_name": "NACCO Industries", "legal_name": null, "aliases": [], "website": "https://www.nacco.com", "canonical_domain": "nacco.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1913, "employees": 4000, "public_company": true, "ticker": "NC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "789933", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NACCO_Industries.svg", "description": "American publicly traded holding company", "sitelinks": 6, "importance": 0.5246, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
536 +{"wikidata_id": "Q849363", "display_name": "The Vanguard Group", "legal_name": null, "aliases": [], "website": "https://investor.vanguard.com", "canonical_domain": "vanguard.com", "country": "US", "hq_city": "Malvern", "hq_region": "Chester County", "lat": 40.03444, "lon": -75.51417, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1975, "employees": 15000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vanguard.svg", "description": "American investment management company", "sitelinks": 38, "importance": 0.5244, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
537 +{"wikidata_id": "Q474383", "display_name": "Ballard Power Systems", "legal_name": null, "aliases": ["Ballard Power Systems Inc."], "website": "https://www.ballard.com", "canonical_domain": "ballard.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["renewables"], "industry_labels": ["renewable energy"], "founded_year": 1979, "employees": 600, "public_company": true, "ticker": "BLDP", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "933777", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ballard_Power_Systems_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.5236, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
538 +{"wikidata_id": "Q46974", "display_name": "Canadian Pacific Railway", "legal_name": "Compagnie de Chemin de Fer Canadien Pacifique", "aliases": ["CP", "CPR", "Canadian Pacific", "CP Rail", "CP Railway"], "website": "https://cpr.ca", "canonical_domain": "cpr.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["logistics"], "industry_labels": ["logistics", "rail freight transport"], "founded_year": 1881, "employees": 15416, "public_company": false, "ticker": null, "exchange": null, "lei": "54930036474DURYNB481", "sec_cik": null, "parent": {"wikidata_id": "Q117706368", "name": "Canadian Pacific Kansas City"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Pacific_Railway_logo_2014.svg", "description": "Class I railroad in Canada and U.S.", "sitelinks": 37, "importance": 0.522, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
539 +{"wikidata_id": "Q16980281", "display_name": "Haemonetics", "legal_name": null, "aliases": ["Haemonetics (United States)"], "website": "https://www.haemonetics.com", "canonical_domain": "haemonetics.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["biotechnology"], "industry_labels": ["biomedical engineering"], "founded_year": 1971, "employees": 3300, "public_company": true, "ticker": "HAE", "exchange": "New York Stock Exchange", "lei": "549300ZEL6TXZS6F5F95", "sec_cik": "313143", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haemonetics_Logo_-_No_Tagline.svg", "description": "company based in Braintree, Massachusetts, USA", "sitelinks": 6, "importance": 0.5219, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
540 +{"wikidata_id": "Q885836", "display_name": "Blue Origin", "legal_name": null, "aliases": [], "website": "https://www.blueorigin.com", "canonical_domain": "blueorigin.com", "country": "US", "hq_city": "Washington", "hq_region": "United States", "lat": 47.5, "lon": -120.5, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2000, "employees": 3501, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Origin_new_logo.svg", "description": "American aerospace developer and manufacturer", "sitelinks": 45, "importance": 0.5207, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
541 +{"wikidata_id": "Q104765127", "display_name": "Rumble", "legal_name": null, "aliases": ["RUMBLE INC."], "website": "https://rumble.com", "canonical_domain": "rumble.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "RUM", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rumble_logo_2022.svg", "description": "online video sharing, live streaming, and cloud services platform", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
542 +{"wikidata_id": "Q1112588", "display_name": "Columbia Sportswear Company", "legal_name": null, "aliases": ["Columbia", "Columbia Factory Store", "Columbia Sportswear", "Columbia Sportswear Co."], "website": "https://www.columbia.com", "canonical_domain": "columbia.com", "country": "US", "hq_city": "Cedar Mill", "hq_region": "Washington County", "lat": 45.53056, "lon": -122.80417, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "COLM", "exchange": "Nasdaq", "lei": "549300OTMCIEUXAH5Z60", "sec_cik": "1050797", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Columbia_Sportswear_Co_logo.svg", "description": "United States company that manufactures and distributes outerwear and sportswear", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6906224"}]}
543 +{"wikidata_id": "Q1453620", "display_name": "Freeport-McMoRan", "legal_name": null, "aliases": ["Freeport", "Freeport Mc Moran Inc", "Freeport-McMoRan Copper & Gold Inc."], "website": "https://www.fcx.com", "canonical_domain": "fcx.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "FCX", "exchange": "New York Stock Exchange", "lei": "549300IRDTHJQ1PVET45", "sec_cik": "831259", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freeport_McMoRan.png", "description": "producer of copper and gold", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5064993"}]}
544 +{"wikidata_id": "Q1529234", "display_name": "Rockwell Automation", "legal_name": null, "aliases": [], "website": "https://www.rockwellautomation.com", "canonical_domain": "rockwellautomation.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "ROK", "exchange": "New York Stock Exchange", "lei": "VH3R4HHBHH12O0EXZJ88", "sec_cik": "1024478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockwell_Automation_logo_%282019%29.svg", "description": "provider of industrial automation, and power, and control and information solutions", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
545 +{"wikidata_id": "Q1848996", "display_name": "Marcopolo", "legal_name": "Marcopolo S.A.", "aliases": ["Marcopolo Sociedade Anônima", "Nicola & Cia"], "website": "https://www.marcopolo.com.br", "canonical_domain": "marcopolo.com.br", "country": "BR", "hq_city": "Caxias do Sul", "hq_region": "Rio Grande do Sul", "lat": -29.16778, "lon": -51.17889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "POMO3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Marcopolo_%282021%29.svg", "description": "Brazilian bus, coach and train manufacturer", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
546 +{"wikidata_id": "Q19868261", "display_name": "STX Entertainment", "legal_name": null, "aliases": ["STX"], "website": "https://stxentertainment.com", "canonical_domain": "stxentertainment.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment", "retail"], "industry_labels": ["electronic dance music", "film production", "product distribution"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "SFXE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STX_Entertainment_logo.svg", "description": "American media company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
547 +{"wikidata_id": "Q20011294", "display_name": "Interactive Brokers", "legal_name": null, "aliases": ["IB", "Interactive"], "website": "https://www.interactivebrokers.com", "canonical_domain": "interactivebrokers.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "IBKR", "exchange": "IEX Market", "lei": null, "sec_cik": "1381197", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interactive_Brokers_Logo_%282014%29_edit.svg", "description": "American multinational brokerage firm", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3901581"}], "source_edgar": {"cik": "1381197", "enriched_at": "2026-09-13T07:17:38+00:00"}}
548 +{"wikidata_id": "Q21161576", "display_name": "FaZe Clan", "legal_name": null, "aliases": ["FaZe Sniping"], "website": "https://fazeclan.com", "canonical_domain": "fazeclan.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "FAZE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FaZeClan_2019.png", "description": "esports organization based in Los Angeles, California, USA", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
549 +{"wikidata_id": "Q2842931", "display_name": "American Eagle Outfitters", "legal_name": null, "aliases": ["ae", "American Eagle", "Aerie", "77kids", "American Eagle Outfitters Inc."], "website": "https://www.ae.com", "canonical_domain": "ae.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "AEO", "exchange": "New York Stock Exchange", "lei": "5299001Z9HXK01DHW793", "sec_cik": "919012", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Eagle_Outfitters_wordmark.svg", "description": "American clothing, shoes, and accessories retailer", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q25351619"}]}
550 +{"wikidata_id": "Q63335", "display_name": "Foot Locker", "legal_name": "Foot Locker, Inc.", "aliases": ["Inc."], "website": "https://www.footlocker-inc.com", "canonical_domain": "footlocker-inc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "FL", "exchange": "New York Stock Exchange", "lei": "549300X383CBNP6MTV94", "sec_cik": "850209", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foot_Locker_wordmark_1988.svg", "description": "American sportswear and footwear retailer", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
551 +{"wikidata_id": "Q672170", "display_name": "Publix", "legal_name": "Publix Super Markets Inc.", "aliases": [], "website": "https://corporate.publix.com", "canonical_domain": "publix.com", "country": "US", "hq_city": "Lakeland", "hq_region": "Polk County", "lat": 28.04111, "lon": -81.95889, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "PUSH", "exchange": "OTCBB", "lei": null, "sec_cik": "81061", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Publix_Logo.svg", "description": "American supermarket chain headquartered in Lakeland, Florida", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
552 +{"wikidata_id": "Q797609", "display_name": "Babcock & Wilcox", "legal_name": null, "aliases": ["Babcock and Wilcox", "Babcock & Wilcox (United States)", "Babcock & Wilcox Ltd"], "website": "https://www.babcock.com", "canonical_domain": "babcock.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1867, "employees": null, "public_company": true, "ticker": "BW", "exchange": "New York Stock Exchange", "lei": "5493006H661OZN2C0T54", "sec_cik": "1630805", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Babcock_%26_Wilcox_logo.svg", "description": "American energy technology company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
553 +{"wikidata_id": "Q806181", "display_name": "Bradesco", "legal_name": null, "aliases": ["Banco Bradesco"], "website": "https://banco.bradesco", "canonical_domain": "banco.bradesco", "country": "BR", "hq_city": null, "hq_region": "São Paulo", "lat": -23.53278, "lon": -46.79194, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "BBDC3", "exchange": "São Paulo Stock Exchange", "lei": "549300CTUU1RFXHQJE44", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Bradesco_logo.svg", "description": "Brazilian banking institution", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
554 +{"wikidata_id": "Q808908", "display_name": "Barrick Mining Corporation", "legal_name": null, "aliases": [], "website": "https://www.barrick.com", "canonical_domain": "barrick.com", "country": "CA", "hq_city": "Toronto Ontario Cana", "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["mining", "SIC 1040 Gold and Silver Ores"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "ABX", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1249224", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Barrick_Gold_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1249224", "enriched_at": "2026-09-13T07:17:38+00:00"}}
555 +{"wikidata_id": "Q7355878", "display_name": "Rocky Mountain Chocolate", "legal_name": null, "aliases": [], "website": "https://www.rmcf.com", "canonical_domain": "rmcf.com", "country": "US", "hq_city": "Durango", "hq_region": "La Plata County", "lat": 37.2753, "lon": -107.88, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1981, "employees": 217, "public_company": true, "ticker": "RMCF", "exchange": "Nasdaq", "lei": "549300D6ZL62HPKRUC81", "sec_cik": "785815", "parent": null, "logo_url": null, "description": "Internation confection franchise", "sitelinks": 9, "importance": 0.52, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
556 +{"wikidata_id": "Q27415", "display_name": "Buick", "legal_name": null, "aliases": [], "website": "https://www.buick.com", "canonical_domain": "buick.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buick_logo_1980.png", "description": "luxury car brand of General Motors", "sitelinks": 53, "importance": 0.5194, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
557 +{"wikidata_id": "Q267122", "display_name": "BNSF Railway", "legal_name": null, "aliases": ["BNSF", "Burlington Northern Santa Fe Railway"], "website": "https://www.bnsf.com", "canonical_domain": "bnsf.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Tarrant County", "lat": 32.75639, "lon": -97.3325, "industries": ["transportation"], "industry_labels": ["rail transport", "SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1995, "employees": 43000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "934612", "parent": {"wikidata_id": "Q2913616", "name": "Burlington Northern Santa Fe Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BNSF_Railway_Company_logo.svg", "description": "freight railroad network in North America", "sitelinks": 31, "importance": 0.5188, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2913616"}], "source_edgar": {"cik": "934612", "enriched_at": "2026-09-13T07:17:38+00:00"}}
558 +{"wikidata_id": "Q20711490", "display_name": "LKQ Corporation", "legal_name": null, "aliases": ["LKQ"], "website": "https://www.lkqcorp.com", "canonical_domain": "lkqcorp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": 29500, "public_company": true, "ticker": "LKQ", "exchange": "Nasdaq", "lei": "DS830JTTZQN6GK0I2E41", "sec_cik": "1065696", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LKQ_Corporation_logo.svg", "description": "American automotive parts distributor", "sitelinks": 4, "importance": 0.5182, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
559 +{"wikidata_id": "Q946713", "display_name": "SunEdison", "legal_name": null, "aliases": ["MEMC", "MEMC Electronic Materials", "Monsanto Electronic Materials Company", "SunEdison LLC"], "website": "https://www.sunedison.com", "canonical_domain": "sunedison.com", "country": "US", "hq_city": "Belmont", "hq_region": "San Mateo County", "lat": 37.51806, "lon": -122.29167, "industries": ["energy"], "industry_labels": ["energy sector"], "founded_year": 1959, "employees": 7300, "public_company": true, "ticker": "SUNE", "exchange": "New York Stock Exchange", "lei": "5493004W8FBXFVSWVZ87", "sec_cik": "945436", "parent": null, "logo_url": null, "description": "global renewable energy company", "sitelinks": 5, "importance": 0.5172, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
560 +{"wikidata_id": "Q4045079", "display_name": "Nature's Sunshine Products", "legal_name": null, "aliases": [], "website": "https://www.naturessunshine.com", "canonical_domain": "naturessunshine.com", "country": "US", "hq_city": "Lehi", "hq_region": "Utah County", "lat": 40.38844, "lon": -111.83639, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "personal care product"], "founded_year": 1972, "employees": 901, "public_company": true, "ticker": "NATR", "exchange": "Nasdaq", "lei": null, "sec_cik": "275053", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nsplogo.png", "description": "American multi-level marketing company", "sitelinks": 7, "importance": 0.5171, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
561 +{"wikidata_id": "Q598884", "display_name": "Hilton Hotels & Resorts", "legal_name": "Hilton Hotels & Resorts", "aliases": ["Hilton Hotels"], "website": "https://www.hilton.com", "canonical_domain": "hilton.com", "country": "US", "hq_city": "Texas", "hq_region": "United States", "lat": 31.0, "lon": -100.0, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1919, "employees": 15000, "public_company": false, "ticker": null, "exchange": null, "lei": "54930022ND022RMOX678", "sec_cik": null, "parent": {"wikidata_id": "Q1057464", "name": "Hilton Worldwide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HI_mk_logo_hiltonbrandlogo.jpg", "description": "hotel brand by Hilton Worldwide", "sitelinks": 35, "importance": 0.5159, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1057464"}, {"related_domain_conflict": "Q3239392"}, {"related_domain_conflict": "Q2504643"}, {"related_domain_conflict": "Q855525"}, {"related_domain_conflict": "Q1162859"}, {"related_domain_conflict": "Q5646230"}, {"related_domain_conflict": "Q5369524"}, {"related_domain_conflict": "Q5890701"}, {"related_domain_conflict": "Q30632909"}, {"related_domain_conflict": "Q5887912"}, {"related_domain_conflict": "Q13529180"}]}
562 +{"wikidata_id": "Q634881", "display_name": "Tommy Hilfiger B.V.", "legal_name": null, "aliases": ["Tommy Hilfiger", "Tommy Hilfiger Corporation", "Tommy Hilfiger Group", "Tommy Hilfiger Inc."], "website": "https://usa.tommy.com", "canonical_domain": "tommy.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail", "apparel"], "industry_labels": ["retail", "perfumery", "clothing industry"], "founded_year": 1985, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1132272", "name": "PVH Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tommy_hilfig_vectorlogo.svg", "description": "American multinational corporation that designs and manufactures apparel", "sitelinks": 37, "importance": 0.5158, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
563 +{"wikidata_id": "Q897097", "display_name": "Brady Corporation", "legal_name": null, "aliases": [], "website": "https://www.bradycorp.com", "canonical_domain": "bradycorp.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1914, "employees": 6600, "public_company": true, "ticker": "BRC", "exchange": "New York Stock Exchange", "lei": "549300G2LEQOFQC8GY34", "sec_cik": "746598", "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.5157, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
564 +{"wikidata_id": "Q1428656", "display_name": "Vivo", "legal_name": null, "aliases": [], "website": "https://www.vivo.com.br", "canonical_domain": "vivo.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2003, "employees": 8386, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20059505", "name": "Telefônica Brasil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Vivo_Purpura_Positivo.svg", "description": "Brazilian telecommunications trademark", "sitelinks": 14, "importance": 0.5155, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
565 +{"wikidata_id": "Q1265181", "display_name": "Dun & Bradstreet", "legal_name": null, "aliases": ["D&B", "DUN & BRADSTREET HOLDINGS", "INC.", "Dun & Bradstreet Inc.", "Dun and Bradstreet", "The Dun & Bradstreet Corporation"], "website": "https://www.dnb.com", "canonical_domain": "dnb.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": [], "industry_labels": [], "founded_year": 1841, "employees": null, "public_company": true, "ticker": "DNB", "exchange": "New York Stock Exchange", "lei": "RI37BMPWE56BCJ747E14", "sec_cik": null, "parent": {"wikidata_id": "Q111601174", "name": "Clearlake Capital"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dun_and_Bradstreet_wordmark.svg", "description": "commercial data and analytics service provider", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q806635"}]}
566 +{"wikidata_id": "Q18712620", "display_name": "Walgreens Boots Alliance", "legal_name": null, "aliases": ["WBA", "Walgreens", "Walgreens Boots", "Inc."], "website": "https://www.walgreensbootsalliance.com", "canonical_domain": "walgreensbootsalliance.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "WBA", "exchange": "Nasdaq", "lei": "549300RPTUOIXG4LIH86", "sec_cik": "1618921", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walgreens_Boots_Alliance_Logo_RGB.svg", "description": "American holding company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
567 +{"wikidata_id": "Q24887050", "display_name": "Nikola Corporation", "legal_name": "Nikola Motor Company", "aliases": [], "website": "https://nikolamotor.com", "canonical_domain": "nikolamotor.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NKLA", "exchange": "Nasdaq", "lei": "6354007SKFUCHYZAKQ61", "sec_cik": "1731289", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikola_logo.svg", "description": "American company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
568 +{"wikidata_id": "Q2744099", "display_name": "Vertex Pharmaceuticals", "legal_name": null, "aliases": ["Vertex", "Vertex Pharmaceuticals Inc."], "website": "https://www.vrtx.com", "canonical_domain": "vrtx.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["pharmaceuticals", "biotechnology", "healthcare"], "industry_labels": ["pharmaceutical industry", "biotechnology industry", "health care industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "VRTX", "exchange": "Nasdaq", "lei": null, "sec_cik": "875320", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VertexPharma-logo2.png", "description": "American pharmaceutical company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
569 +{"wikidata_id": "Q30291091", "display_name": "L3Harris Technologies", "legal_name": null, "aliases": ["Harris (United States)", "L3 Harris", "L3Harris"], "website": "https://www.l3harris.com", "canonical_domain": "l3harris.com", "country": "US", "hq_city": "Melbourne", "hq_region": "Brevard County", "lat": 28.08363, "lon": -80.60811, "industries": ["defense"], "industry_labels": ["weapons industry", "defence industry", "geospatial industry"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "LHX", "exchange": "New York Stock Exchange", "lei": "549300UTE50ZMDBG8A20", "sec_cik": "202058", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L3Harris_Technologies_logo.svg", "description": "company in Melbourne, United States", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
570 +{"wikidata_id": "Q457960", "display_name": "VF Corporation", "legal_name": null, "aliases": ["VF", "Vanity Fair Mills"], "website": "https://vfc.com", "canonical_domain": "vfc.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "VFC", "exchange": "New York Stock Exchange", "lei": "CWAJJ9DJ5Z7P057HV541", "sec_cik": "103379", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VF_Corporation_logo.svg", "description": "American global apparel & footwear company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
571 +{"wikidata_id": "Q4653060", "display_name": "Anta", "legal_name": "CHINA MERCHANTS BANK CO., LTD", "aliases": ["Anta Sports Products Limited"], "website": "https://anta.com", "canonical_domain": "anta.com", "country": "KY", "hq_city": "George Town", "hq_region": "Cayman Islands", "lat": 19.29639, "lon": -81.38167, "industries": ["consumer-goods"], "industry_labels": ["sporting goods industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "2020", "exchange": "Hong Kong Stock Exchange", "lei": "529900291XG0CTK4LF95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anta_logo.svg", "description": "Chinese sportswear manufacturer", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
572 +{"wikidata_id": "Q48754", "display_name": "PPG Industries", "legal_name": null, "aliases": ["PPG", "PPG Industries (United States)"], "website": "https://www.ppg.com", "canonical_domain": "ppg.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["materials", "chemicals"], "industry_labels": ["glass", "paint", "chemical product"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "PPG", "exchange": "New York Stock Exchange", "lei": "549300BKPEP01R3V6C59", "sec_cik": "79879", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PPG_Logo.svg", "description": "global supplier of glass, paint, coatings and chemical products", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
573 +{"wikidata_id": "Q568532", "display_name": "MGM Resorts International", "legal_name": null, "aliases": ["MGM International"], "website": "https://www.mgmresorts.com", "canonical_domain": "mgmresorts.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "MGM", "exchange": "New York Stock Exchange", "lei": "54930066VBP7DZEGGJ87", "sec_cik": "789570", "parent": null, "logo_url": null, "description": "American multinational hotel, sports and entertainment company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q839076"}]}
574 +{"wikidata_id": "Q744683", "display_name": "Franklin Templeton Investments", "legal_name": null, "aliases": ["Franklin Resources Inc"], "website": "https://www.franklintempleton.lu", "canonical_domain": "franklintempleton.lu", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "BEN", "exchange": "New York Stock Exchange", "lei": "RIFQSET379FOGTEFKS80", "sec_cik": "38777", "parent": null, "logo_url": null, "description": "American Asset Management Holding Company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
575 +{"wikidata_id": "Q8085893", "display_name": "Expedia Group", "legal_name": null, "aliases": ["Expedia", "EXPE", "EXPE (NASDAQ)", "Expedia Group Inc", "Inc.", "Expedia Inc."], "website": "https://www.expediagroup.com", "canonical_domain": "expediagroup.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "EXPE", "exchange": "Nasdaq", "lei": "CI7MUJI4USF3V0NJ1H64", "sec_cik": "1324424", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Expedia_Group_logo.svg", "description": "American-based parent company to several global online travel brands", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
576 +{"wikidata_id": "Q908324", "display_name": "Brookfield Corporation", "legal_name": null, "aliases": ["Brookfield"], "website": "https://www.brookfield.com", "canonical_domain": "brookfield.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services", "asset-management"], "industry_labels": ["financial services", "investment management"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "BAM.A", "exchange": "Toronto Stock Exchange", "lei": "C6J3FGIWG6MBDGTE8F80", "sec_cik": "1001085", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brookfield_Asset_Management_logo.svg", "description": "asset management company based in Canada", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q13529408"}, {"related_domain_conflict": "Q133824445"}, {"related_domain_conflict": "Q24110304"}, {"related_domain_conflict": "Q2926154"}, {"related_domain_conflict": "Q24705550"}]}
577 +{"wikidata_id": "Q917002", "display_name": "TiVo Corporation", "legal_name": null, "aliases": ["Macrovision", "Rovi Corporation"], "website": "https://www.tivo.com", "canonical_domain": "tivo.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "TIVO", "exchange": "Nasdaq", "lei": "529900HSQ8AE0RC8VD16", "sec_cik": "1675820", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rovi_Corporation_logo.svg", "description": "American technology company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
578 +{"wikidata_id": "Q685395", "display_name": "Bacardi", "legal_name": null, "aliases": [], "website": "https://www.bacardi.com", "canonical_domain": "bacardi.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1862, "employees": 6001, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "largest privately held, family-owned spirits company with Cuban origins", "sitelinks": 39, "importance": 0.5138, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
579 +{"wikidata_id": "Q407869", "display_name": "Air Transat", "legal_name": null, "aliases": ["TS", "TSC", "Air Transat A.T. Inc."], "website": "https://www.airtransat.com", "canonical_domain": "airtransat.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3537354", "name": "Transat A.T."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Transat_logo.svg", "description": "airline in Canada", "sitelinks": 40, "importance": 0.5137, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
580 +{"wikidata_id": "Q4546965", "display_name": "MongoDB Inc.", "legal_name": null, "aliases": ["MongoDB", "10gen"], "website": "https://www.mongodb.com", "canonical_domain": "mongodb.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.76214, "lon": -73.98445, "industries": ["software"], "industry_labels": ["software industry", "business software industry"], "founded_year": 2007, "employees": 5640, "public_company": true, "ticker": "MDB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1441816", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 5, "importance": 0.5134, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
581 +{"wikidata_id": "Q3063989", "display_name": "Rossi Residencial", "legal_name": null, "aliases": [], "website": "https://www.rossiresidencial.com.br", "canonical_domain": "rossiresidencial.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1992, "employees": 685, "public_company": true, "ticker": "RSID3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rossi_Logo.jpg", "description": "Brazilian construction company", "sitelinks": 7, "importance": 0.5132, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
582 +{"wikidata_id": "Q29043471", "display_name": "Neuralink", "legal_name": null, "aliases": ["Neuralink Corp", "Neuralink Corporation"], "website": "https://neuralink.com", "canonical_domain": "neuralink.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": [], "industry_labels": ["neurotechnology"], "founded_year": 2016, "employees": 300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neuralink_logo.svg", "description": "American brain-computer interface company", "sitelinks": 59, "importance": 0.5131, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
583 +{"wikidata_id": "Q3064078", "display_name": "Gafisa", "legal_name": null, "aliases": ["Gafisa S.A"], "website": "https://www.gafisa.com.br", "canonical_domain": "gafisa.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["construction"], "industry_labels": ["SIC 1520 General Bldg Contractors - Residential Bldgs"], "founded_year": 1954, "employees": 1500, "public_company": true, "ticker": "GFSA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1389207", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gafisa_company_logo.svg", "description": "Brazilian builder and developer", "sitelinks": 6, "importance": 0.5105, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1389207", "enriched_at": "2026-09-13T07:17:38+00:00"}}
584 +{"wikidata_id": "Q7800873", "display_name": "Tidewater", "legal_name": "Tidewater Inc.", "aliases": ["Inc.", "Tidewater Marine Service", "Inc."], "website": "https://www.tdw.com", "canonical_domain": "tdw.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1956, "employees": 4513, "public_company": true, "ticker": "TDW", "exchange": "New York Stock Exchange", "lei": "2549000JA5GRUPLMUH98", "sec_cik": "98222", "parent": null, "logo_url": null, "description": "American corporation providing marine services to the offshore petroleum industry", "sitelinks": 5, "importance": 0.5102, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
585 +{"wikidata_id": "Q5427196", "display_name": "FTI Consulting", "legal_name": null, "aliases": ["FTI", "Forensic Technologies International Ltd.", "Inc."], "website": "https://www.fticonsulting.com", "canonical_domain": "fticonsulting.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["professional-services"], "industry_labels": ["professional services industry"], "founded_year": 1982, "employees": 4400, "public_company": true, "ticker": "FCN", "exchange": "New York Stock Exchange", "lei": "549300K17GM8EQD0FQ48", "sec_cik": "887936", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FTI_Consulting_Inc._Logo_Dark_Blue.svg", "description": "business advisory services company", "sitelinks": 5, "importance": 0.5098, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
586 +{"wikidata_id": "Q1023013", "display_name": "CBRE Group", "legal_name": null, "aliases": [], "website": "https://www.cbre.com", "canonical_domain": "cbre.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "CBRE", "exchange": "New York Stock Exchange", "lei": "52990016II9MJ2OSWA10", "sec_cik": "1138118", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBRE_Group.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
587 +{"wikidata_id": "Q1027181", "display_name": "Callaway Golf Company", "legal_name": null, "aliases": ["Callaway", "Callaway Golf", "Callaway Golf Co.", "Topgolf Callaway Brands Corp."], "website": "https://www.topgolfcallawaybrands.com", "canonical_domain": "topgolfcallawaybrands.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["hospitality", "industrial-machinery"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "ELY", "exchange": "New York Stock Exchange", "lei": "5493005UB0KFRKBPCU72", "sec_cik": "837465", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Callaway_Golf_Company_logo.svg", "description": "American golf equipment manufacturer", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
588 +{"wikidata_id": "Q1028449", "display_name": "Cameco", "legal_name": null, "aliases": ["Cameco Corp", "Cameco Corporation", "Canadian Mining and Energy Corporation"], "website": "https://www.cameco.com", "canonical_domain": "cameco.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CCO", "exchange": "Toronto Stock Exchange", "lei": "N4BHALMXL3GMZKCUON55", "sec_cik": "1009001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cameco_Logo.svg", "description": "Canadian uranium producer", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1009001", "enriched_at": "2026-09-13T07:17:38+00:00"}}
589 +{"wikidata_id": "Q1123399", "display_name": "Conagra Brands, Inc.", "legal_name": null, "aliases": ["ConAgra", "Conagra Brands", "Conagra Brands (United States)", "ConAgra Foods", "Nebraska Consolidated Mills"], "website": "https://www.conagrabrands.com", "canonical_domain": "conagrabrands.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "CAG", "exchange": "New York Stock Exchange", "lei": "54930035UDEIH090K650", "sec_cik": "23217", "parent": null, "logo_url": null, "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
590 +{"wikidata_id": "Q1138888", "display_name": "First Solar", "legal_name": null, "aliases": ["FSLR"], "website": "https://www.firstsolar.com", "canonical_domain": "firstsolar.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["renewables"], "industry_labels": ["photovoltaics", "Natur-Aktien-Index"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "FSLR", "exchange": "Nasdaq", "lei": "549300NPYMLM4NHTOF27", "sec_cik": "1274494", "parent": null, "logo_url": null, "description": "American company dedicated to the production of photovoltaic modules", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
591 +{"wikidata_id": "Q1196745", "display_name": "Rambus", "legal_name": null, "aliases": ["Rambus Inc. (San Jose", "CA)"], "website": "https://www.rambus.com", "canonical_domain": "rambus.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["semiconductors"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "RMBS", "exchange": "Nasdaq", "lei": null, "sec_cik": "917273", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rambus_logo.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "917273", "enriched_at": "2026-09-13T07:17:38+00:00"}}
592 +{"wikidata_id": "Q1321054", "display_name": "Norfolk Southern Railway", "legal_name": null, "aliases": ["NS", "Norfolk Southern Railway Company"], "website": "https://www.norfolksouthern.com", "canonical_domain": "norfolksouthern.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Virginia", "lat": 36.84694, "lon": -76.28528, "industries": ["transportation"], "industry_labels": ["transport", "SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1894, "employees": null, "public_company": true, "ticker": "NSC", "exchange": "New York Stock Exchange", "lei": "54930036C8MWP850MI84", "sec_cik": "702165", "parent": {"wikidata_id": "Q20858163", "name": "Norfolk Southern Corporation"}, "logo_url": null, "description": "American Class I railway (1990–)", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "702165", "enriched_at": "2026-09-13T07:17:38+00:00"}}
593 +{"wikidata_id": "Q1519267", "display_name": "Omnicom Group", "legal_name": null, "aliases": ["Omnicom", "Omnicom Group Inc"], "website": "https://www.omnicomgroup.com", "canonical_domain": "omnicomgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["mass media", "public relations", "advertising agency"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "OMC", "exchange": "New York Stock Exchange", "lei": "HKUPACFHSSASQK8HLS17", "sec_cik": "29989", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Omnicom.svg", "description": "US global media, marketing and corporate communications holding company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
594 +{"wikidata_id": "Q165684", "display_name": "Rogers Communications", "legal_name": null, "aliases": ["Rogers Communications Inc."], "website": "https://www.rogers.com", "canonical_domain": "rogers.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "RCI.A", "exchange": "Toronto Stock Exchange", "lei": "54930030NVF3Y2OL0A78", "sec_cik": "733099", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rogers_Communications_%282015%29.svg", "description": "Canadian telecommunications company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3439663"}, {"related_domain_conflict": "Q3439659"}]}
595 +{"wikidata_id": "Q1785405", "display_name": "Newmont Mining Corporation", "legal_name": null, "aliases": ["Newmont Corporation"], "website": "https://www.newmont.com", "canonical_domain": "newmont.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["mining"], "industry_labels": ["metal", "mining"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "NEM", "exchange": "New York Stock Exchange", "lei": "549300VSP3RIX7FGDZ51", "sec_cik": "1164727", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Newmont-logo.png", "description": "American gold mining company based in Greenwood Village, Colorado. It is the world's largest gold mining corporation.", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
596 +{"wikidata_id": "Q2036530", "display_name": "Allison Transmission", "legal_name": null, "aliases": [], "website": "https://www.allisontransmission.com", "canonical_domain": "allisontransmission.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["automotive"], "industry_labels": ["SIC 3714 Motor Vehicle Parts & Accessories"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "ALSN", "exchange": "New York Stock Exchange", "lei": "529900RP7DJ882LI9T83", "sec_cik": "1411207", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allison_Transmission.svg", "description": "American company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1411207", "enriched_at": "2026-09-13T07:17:38+00:00"}}
597 +{"wikidata_id": "Q2171646", "display_name": "Jabil", "legal_name": null, "aliases": ["Jabil Circuit"], "website": "https://www.jabil.com", "canonical_domain": "jabil.com", "country": "US", "hq_city": "St. Petersburg", "hq_region": "Pinellas County", "lat": 27.77306, "lon": -82.64, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "JBL", "exchange": "New York Stock Exchange", "lei": "5493000CGCQY2OQU7669", "sec_cik": "898293", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jabil_Circuit_Logo.svg", "description": "American electronics business from St. Petersburg Florida", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
598 +{"wikidata_id": "Q2450081", "display_name": "Glu Mobile", "legal_name": null, "aliases": ["Griptonite Games"], "website": "https://www.glu.com", "canonical_domain": "glu.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "GLUU", "exchange": "Nasdaq", "lei": "5299006L6Z4VS4PBXT12", "sec_cik": "1366246", "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glu_Mobile_logo.svg", "description": "American video game developer", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
599 +{"wikidata_id": "Q2825507", "display_name": "AECOM", "legal_name": null, "aliases": ["AECOM Technology Corporation"], "website": "https://aecom.com", "canonical_domain": "aecom.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "ACM", "exchange": "New York Stock Exchange", "lei": "0EEB8GF0W0NPCIHZX097", "sec_cik": "868857", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AECOM_1c-black_rgb.png", "description": "American multinational engineering firm", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
600 +{"wikidata_id": "Q3088784", "display_name": "Jamba", "legal_name": null, "aliases": ["Jamba Juice"], "website": "https://www.jamba.com", "canonical_domain": "jamba.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "JMBA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jamba_logo.svg", "description": "American beverage chain", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
601 +{"wikidata_id": "Q727697", "display_name": "Coach", "legal_name": null, "aliases": ["Coach Inc.", "Coach New York"], "website": "https://www.coach.com", "canonical_domain": "coach.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services", "consumer-goods"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "6388", "exchange": "Hong Kong Stock Exchange", "lei": "549300LJNVY5SW3VTN33", "sec_cik": "1116132", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coach_New_Logo.svg", "description": "American luxury design house", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
602 +{"wikidata_id": "Q841458", "display_name": "Intercontinental Exchange", "legal_name": null, "aliases": ["ICE", "IEPA", "IntercontinentalExchange Group", "IntercontinentalExchange", "Inc."], "website": "https://www.intercontinentalexchange.com", "canonical_domain": "intercontinentalexchange.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ICE", "exchange": "New York Stock Exchange", "lei": "5493000F4ZO33MV32P92", "sec_cik": "1571949", "parent": {"wikidata_id": "Q1519402", "name": "ICE Futures U.S."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_IntercontinentalExchange.svg", "description": "financial company based in Atlanta, Georgia", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
603 +{"wikidata_id": "Q950419", "display_name": "Mercado Libre", "legal_name": null, "aliases": ["MercadoLibre", "MercadoLivre"], "website": "https://www.mercadolibre.com", "canonical_domain": "mercadolibre.com", "country": "AR", "hq_city": "Saavedra", "hq_region": "Comuna 12", "lat": -34.90386, "lon": -56.13506, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MELI", "exchange": "Nasdaq", "lei": "549300DKPDN9M5S8GB14", "sec_cik": "1099590", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mercado_Libre_wordmark_%28Spanish_version%29.svg", "description": "Argentine e-commerce company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
604 +{"wikidata_id": "Q967265", "display_name": "Kohl's", "legal_name": null, "aliases": [], "website": "https://www.kohls.com", "canonical_domain": "kohls.com", "country": "US", "hq_city": "Menomonee Falls", "hq_region": "Waukesha County", "lat": 43.15111, "lon": -88.11028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "KSS", "exchange": "New York Stock Exchange", "lei": "549300JF6LPRTRJ0FH50", "sec_cik": "885639", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kohl%27s_logo.svg", "description": "American department store chain", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "885639", "enriched_at": "2026-09-13T07:17:38+00:00"}}
605 +{"wikidata_id": "Q216796", "display_name": "Lincoln Motor Company", "legal_name": null, "aliases": ["Lincoln Ford"], "website": "https://www.lincoln.com", "canonical_domain": "lincoln.com", "country": "US", "hq_city": "Dearborn", "hq_region": "Wayne County", "lat": 42.31133, "lon": -83.21348, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Lincoln.svg", "description": "luxury division of Ford Motor Company", "sitelinks": 47, "importance": 0.507, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
606 +{"wikidata_id": "Q1531473", "display_name": "Plantronics", "legal_name": null, "aliases": ["Poly"], "website": "https://www.poly.com", "canonical_domain": "poly.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["technology"], "industry_labels": ["electronics", "SIC 3661 Telephone & Telegraph Apparatus"], "founded_year": 1961, "employees": 7490, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "5493006O3W5M472F6668", "sec_cik": "79035", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Plantronics_201x_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.5066, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "79035", "enriched_at": "2026-09-13T07:17:38+00:00"}}
607 +{"wikidata_id": "Q376186", "display_name": "Cargojet", "legal_name": null, "aliases": ["Cargojet Airways", "Cargojet Canada", "Cargojet Inc."], "website": "https://cargojet.com", "canonical_domain": "cargojet.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": 1650, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.5051, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
608 +{"wikidata_id": "Q192557", "display_name": "DreamWorks", "legal_name": null, "aliases": [], "website": "https://www.dreamworks.com", "canonical_domain": "dreamworks.com", "country": "US", "hq_city": "Universal City", "hq_region": "Los Angeles County", "lat": 34.15733, "lon": -118.2851, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1994, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22079339", "name": "Amblin Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DreamWorks_Pictures.svg", "description": "American film studio", "sitelinks": 65, "importance": 0.5041, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q500088"}]}
609 +{"wikidata_id": "Q110778747", "display_name": "Block, Inc.", "legal_name": "Square, Inc.", "aliases": ["Block", "SQ", "Square", "XYZ", "SQ2", "SQUARE INC."], "website": "https://block.xyz", "canonical_domain": "block.xyz", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services", "payments"], "industry_labels": ["financial services", "mobile payment industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "XYZ", "exchange": "New York Stock Exchange", "lei": "549300OHIIUWSTIZME52", "sec_cik": "1512673", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Block-lockup_black.svg", "description": "American financial services company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
610 +{"wikidata_id": "Q1132272", "display_name": "PVH Corp.", "legal_name": "PVH Corp.", "aliases": ["PVH", "Phillips-Jones Corporation", "Phillips-Van Heusen", "Phillips-Van Heusen Corporation"], "website": "https://www.pvh.com", "canonical_domain": "pvh.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["fashion", "textile industry", "clothing industry"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": "PVH", "exchange": "New York Stock Exchange", "lei": "123WALMHY1GZXG2YDL90", "sec_cik": "78239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phillips-Van_Heusen_logo.svg", "description": "American clothing company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
611 +{"wikidata_id": "Q1137289", "display_name": "Nuance Communications", "legal_name": null, "aliases": ["Nuance", "Nuance Communications (United States)", "ScanSoft", "ScanSoft Inc."], "website": "https://www.nuance.com", "canonical_domain": "nuance.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "NUAN", "exchange": "Nasdaq", "lei": "AEMSOT3SS15TNMJCE605", "sec_cik": "1002517", "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuance_Communications_logo_2018.svg", "description": "American company developing imaging and voice recognition software", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17088327"}]}
612 +{"wikidata_id": "Q1189695", "display_name": "Denny's", "legal_name": null, "aliases": ["Danny's Coffee Shops", "Danny's Donuts", "Denny's Coffee Shops", "Denny's Diner"], "website": "https://www.dennys.com", "canonical_domain": "dennys.com", "country": "US", "hq_city": "Spartanburg", "hq_region": "Spartanburg County", "lat": 34.94806, "lon": -81.93472, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "DENN", "exchange": "Nasdaq", "lei": "54930037V56XOULXM917", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denny%27s_Logo_06.2022.svg", "description": "restaurant chain", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
613 +{"wikidata_id": "Q1236521", "display_name": "Mandarin Oriental Hotel Group", "legal_name": null, "aliases": ["Mandarin Oriental", "MOHG"], "website": "https://www.mandarinoriental.com", "canonical_domain": "mandarinoriental.com", "country": "BM", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["hospitality", "financial-services"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "MOIBD.BH", "exchange": "Bermuda Stock Exchange Ltd", "lei": "213800KQ1UMKZ1JXJR80", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mandarin_Oriental_Hotel_Group_logo.svg", "description": "international hotel investment and management group", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
614 +{"wikidata_id": "Q1342041", "display_name": "Lam Research", "legal_name": null, "aliases": ["Lam Research Co.", "Ltd.", "Lam Research Corporation"], "website": "https://www.lamresearch.com", "canonical_domain": "lamresearch.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3559 Special Industry Machinery, NEC"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "LRCX", "exchange": "Nasdaq", "lei": "549300I4GMO6D34U1T02", "sec_cik": "707549", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lam-Research-Logo.svg", "description": "American company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "707549", "enriched_at": "2026-09-13T07:17:38+00:00"}}
615 +{"wikidata_id": "Q1423218", "display_name": "Sunoco", "legal_name": null, "aliases": ["Japan Sun Oil", "Sun Oil Company", "Sunoco Inc."], "website": "https://www.sunoco.com", "canonical_domain": "sunoco.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "manufacture of refined petroleum products"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "SUN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1552275", "parent": null, "logo_url": null, "description": "American petroleum and petrochemical manufacturer", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1552275", "enriched_at": "2026-09-13T07:17:38+00:00"}}
616 +{"wikidata_id": "Q1515039", "display_name": "WME Group", "legal_name": "Endeavor Group Holdings, Inc.", "aliases": ["Endeavor Group Holdings", "WME", "William Morris Endeavor", "William Morris Endeavor Entertainment", "WME Agency", "WME-IMG"], "website": "https://www.endeavorco.com", "canonical_domain": "endeavorco.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["talent agent"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "EDR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1766363", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Endeavor_Group_logo.svg", "description": "American talent agency", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
617 +{"wikidata_id": "Q1583606", "display_name": "Monotype", "legal_name": null, "aliases": ["Monotype Imaging Holdings"], "website": "https://www.monotype.com", "canonical_domain": "monotype.com", "country": "US", "hq_city": "Woburn", "hq_region": "Middlesex County", "lat": 42.47917, "lon": -71.15278, "industries": ["construction", "professional-services"], "industry_labels": ["machinery industry and plant construction", "pre-press and pre-media services"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "TYPE", "exchange": "Nasdaq", "lei": "5493004GSJ847XVE5S96", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monotype_Imaging_2019_logo.svg", "description": "American typesetting and typeface design company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
618 +{"wikidata_id": "Q1652574", "display_name": "Manulife Financial", "legal_name": null, "aliases": ["Manulife", "Manulife Financial Corporation"], "website": "https://www.manulife.ca", "canonical_domain": "manulife.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "MFC", "exchange": "Toronto Stock Exchange", "lei": "5493007GBX87QOZACS27", "sec_cik": "1086888", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manulife_logo_%282018%29.svg", "description": "Canadian multinational insurance company and financial services provider", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1086888", "enriched_at": "2026-09-13T07:17:38+00:00"}}
619 +{"wikidata_id": "Q1656230", "display_name": "Phillips 66", "legal_name": null, "aliases": ["Phillips 66 Company"], "website": "https://www.phillips66gas.com", "canonical_domain": "phillips66gas.com", "country": "US", "hq_city": "Westchase", "hq_region": "Houston", "lat": 29.729, "lon": -95.564, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "downstream"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "PSX", "exchange": "New York Stock Exchange", "lei": "5493005JBO5YSIGK1814", "sec_cik": "1534701", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phillips_66_logo.svg", "description": "American energy and logistics company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
620 +{"wikidata_id": "Q19884156", "display_name": "Tennant Company", "legal_name": null, "aliases": [], "website": "https://www.tennantco.com", "canonical_domain": "tennantco.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3580 Refrigeration & Service Industry Machinery"], "founded_year": 1870, "employees": 2931, "public_company": true, "ticker": "TNC", "exchange": "New York Stock Exchange", "lei": "JYAIRLT8DVP6DP8UT336", "sec_cik": "97134", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tennant_Company.svg", "description": "cleaning product company founded in Minneapolis, MN", "sitelinks": 5, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "97134", "enriched_at": "2026-09-13T07:17:38+00:00"}}
621 +{"wikidata_id": "Q2443609", "display_name": "Zebra Technologies", "legal_name": null, "aliases": ["ZBR"], "website": "https://www.zebra.com", "canonical_domain": "zebra.com", "country": "US", "hq_city": "Lincolnshire", "hq_region": "Lake County", "lat": 42.19639, "lon": -87.91722, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "ZBRA", "exchange": "Nasdaq", "lei": "PO0I32GKZ3HZMMDPZZ08", "sec_cik": "877212", "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
622 +{"wikidata_id": "Q3029296", "display_name": "F5, Inc.", "legal_name": null, "aliases": ["F5", "F5 Labs", "F5 Networks", "F5 Networks", "Inc.", "F5", "Inc."], "website": "https://www.f5.com", "canonical_domain": "f5.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "FFIV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1048695", "parent": null, "logo_url": null, "description": "Multi-cloud cybersecurity and application delivery company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
623 +{"wikidata_id": "Q3492619", "display_name": "Sonos", "legal_name": null, "aliases": ["SONOS", "Inc"], "website": "https://www.sonos.com", "canonical_domain": "sonos.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["technology"], "industry_labels": ["smart speaker", "consumer electronics industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "SONO", "exchange": "Nasdaq", "lei": "549300WEPU6075I77M08", "sec_cik": "1314727", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonos_2015-Logo.png", "description": "American consumer electronics company based in Santa Barbara, California", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
624 +{"wikidata_id": "Q3561692", "display_name": "Vizio", "legal_name": null, "aliases": ["V Inc.", "Vizio Electronics", "Vizio Inc.", "Vizio TV company"], "website": "https://www.vizio.com", "canonical_domain": "vizio.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "VZIO", "exchange": "New York Stock Exchange", "lei": "549300R2VV523RKLXG31", "sec_cik": "1648158", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vizio_logo.svg", "description": "American consumer electronics company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
625 +{"wikidata_id": "Q477993", "display_name": "iheartmedia.com", "legal_name": null, "aliases": ["Clear Channel Communications", "Inc.", "CC Media Holdings", "Inc", "Clear Channel"], "website": "https://iheartmedia.com", "canonical_domain": "iheartmedia.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Comal County", "lat": 29.425, "lon": -98.49389, "industries": ["media", "entertainment"], "industry_labels": ["radio broadcasting", "music industry", "media industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "IHRT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1400891", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IHeartMedia_Logo.svg", "description": "American mass media corporation", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
626 +{"wikidata_id": "Q4951483", "display_name": "Box", "legal_name": null, "aliases": ["Box Inc.", "Inc."], "website": "https://www.box.com", "canonical_domain": "box.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud storage", "file-hosting service"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BOX", "exchange": "New York Stock Exchange", "lei": "549300KQUCPD8687YS68", "sec_cik": "1372612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Box%2C_Inc._logo.svg", "description": "American public company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
627 +{"wikidata_id": "Q624649", "display_name": "KLA Corporation", "legal_name": null, "aliases": ["Keep Looking Ahead", "KLA Tencor"], "website": "https://www.kla.com", "canonical_domain": "kla.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "KLAC", "exchange": "Nasdaq", "lei": "549300H0BF5JCG96TJ81", "sec_cik": "319201", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KLA_Corp._logo.svg", "description": "American company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
628 +{"wikidata_id": "Q7308054", "display_name": "Regeneron Pharmaceuticals", "legal_name": null, "aliases": ["Regeneron"], "website": "https://www.regeneron.com", "canonical_domain": "regeneron.com", "country": "US", "hq_city": "Eastview", "hq_region": "Mount Pleasant", "lat": 41.0815, "lon": -73.82931, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "REGN", "exchange": "Nasdaq", "lei": "549300RCBFWIRX3HYQ56", "sec_cik": "872589", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regeneron_logo.svg", "description": "American pharmaceutical company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
629 +{"wikidata_id": "Q902397", "display_name": "Cardinal Health", "legal_name": null, "aliases": ["Cardinal Health (United States)", "Cardinal Health Inc.", "Cardinal Health Incorporated", "Inc.", "CardinalHealth"], "website": "https://www.cardinalhealth.com", "canonical_domain": "cardinalhealth.com", "country": "US", "hq_city": "Dublin", "hq_region": "Franklin County", "lat": 40.1092, "lon": -83.1403, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "CAH", "exchange": "New York Stock Exchange", "lei": "CCU46N3GJMF4OK4N7U60", "sec_cik": "721371", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cardinal_Health_Logo.svg", "description": "Healthcare company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
630 +{"wikidata_id": "Q910368", "display_name": "Clorox", "legal_name": null, "aliases": ["The Clorox Company", "Clorox Company"], "website": "https://www.thecloroxcompany.com", "canonical_domain": "thecloroxcompany.com", "country": "US", "hq_city": "Clorox Building", "hq_region": "Oakland", "lat": 37.8034, "lon": -122.272, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "CLX", "exchange": "New York Stock Exchange", "lei": "54930044KVSC06Z79I06", "sec_cik": "21076", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Clorox_Company_logo%2C_2021.svg", "description": "American worldwide manufacturer and marketer of consumer and professional products", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
631 +{"wikidata_id": "Q15330", "display_name": "waymo.com", "legal_name": null, "aliases": ["Google driverless car", "Google Self-Driving Car"], "website": "https://waymo.com", "canonical_domain": "waymo.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["transportation"], "industry_labels": ["taxi service"], "founded_year": 2016, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waymo_logo.svg", "description": "autonomous car technology company", "sitelinks": 40, "importance": 0.5037, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
632 +{"wikidata_id": "Q896924", "display_name": "Bradespar", "legal_name": null, "aliases": [], "website": "https://www.bradespar.com.br", "canonical_domain": "bradespar.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 2000, "employees": 350, "public_company": true, "ticker": "BRAP3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.5035, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
633 +{"wikidata_id": "Q919641", "display_name": "Verizon", "legal_name": null, "aliases": ["Cellco Partnership", "Verizon mobile network", "Verizon Wireless"], "website": "https://www.verizon.com", "canonical_domain": "verizon.com", "country": "US", "hq_city": "Basking Ridge", "hq_region": "Bernards Township", "lat": 40.7062, "lon": -74.5493, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": 87000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q467752", "name": "Verizon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verizon_2024.svg", "description": "US wireless telecommunications company", "sitelinks": 24, "importance": 0.5031, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5005785"}, {"related_domain_conflict": "Q7921436"}]}
634 +{"wikidata_id": "Q5244154", "display_name": "Covista", "legal_name": null, "aliases": ["Adtalem", "Adtalem Global Education Inc.", "DeVry Education Group", "DeVry Inc."], "website": "https://www.covista.com", "canonical_domain": "covista.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["education", "healthcare"], "industry_labels": ["education", "health care"], "founded_year": null, "employees": 10000, "public_company": true, "ticker": "DV", "exchange": "New York Stock Exchange", "lei": "549300Z467EZLMODV621", "sec_cik": "730464", "parent": null, "logo_url": null, "description": "Illinois-based corporation that operates for-profit colleges", "sitelinks": 4, "importance": 0.5025, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
635 +{"wikidata_id": "Q10333116", "display_name": "Multilaser", "legal_name": null, "aliases": [], "website": "https://www.multilaser.com.br", "canonical_domain": "multilaser.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1987, "employees": 2500, "public_company": true, "ticker": "MLAS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_multilaser_1.svg", "description": "Consumer electronics company of Brazil", "sitelinks": 5, "importance": 0.5016, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
636 +{"wikidata_id": "Q584601", "display_name": "Baskin-Robbins", "legal_name": null, "aliases": ["Baskin Robbins", "Burton's Ice Cream Shop"], "website": "https://www.baskinrobbins.com", "canonical_domain": "baskinrobbins.com", "country": "US", "hq_city": "Canton", "hq_region": "Norfolk County", "lat": 42.15833, "lon": -71.14528, "industries": ["manufacturing"], "industry_labels": ["ice cream manufacturer"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55074808", "name": "Inspire Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baskin-Robbins_logo_2022.svg", "description": "American multinational ice cream parlor chain", "sitelinks": 116, "importance": 0.5007, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
637 +{"wikidata_id": "Q7021239", "display_name": "Nextdoor", "legal_name": null, "aliases": ["Inc."], "website": "https://nextdoor.com", "canonical_domain": "nextdoor.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": 2011, "employees": 704, "public_company": true, "ticker": "KIND", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1597925", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nextdoor_logo_green.svg", "description": "social networking service for neighborhoods", "sitelinks": 6, "importance": 0.4995, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q97486395"}]}
638 +{"wikidata_id": "Q7605667", "display_name": "Steel Dynamics", "legal_name": null, "aliases": ["SDI"], "website": "https://www.steeldynamics.com", "canonical_domain": "steeldynamics.com", "country": "US", "hq_city": "Fort Wayne", "hq_region": "Allen County", "lat": 41.08045, "lon": -85.13915, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1993, "employees": 7780, "public_company": true, "ticker": "STLD", "exchange": "Nasdaq", "lei": "549300HGGKEL4FYTTQ83", "sec_cik": "1022671", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Steel_Dynamics.svg", "description": "American materials company", "sitelinks": 4, "importance": 0.4989, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
639 +{"wikidata_id": "Q386193", "display_name": "Coeur Mining", "legal_name": null, "aliases": ["Coeur d'Alene Mines"], "website": "https://www.coeur.com", "canonical_domain": "coeur.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1928, "employees": 1967, "public_company": true, "ticker": "CDE", "exchange": "New York Stock Exchange", "lei": "5493003AVK173D48DR70", "sec_cik": "215466", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coeur_Mining_Logo.png", "description": "company", "sitelinks": 5, "importance": 0.4982, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
640 +{"wikidata_id": "Q51711", "display_name": "Quora", "legal_name": null, "aliases": [], "website": "https://www.quora.com", "canonical_domain": "quora.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["internet"], "industry_labels": ["knowledge base"], "founded_year": 2009, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quora_logo_2015.svg", "description": "American question-and-answer website", "sitelinks": 54, "importance": 0.4981, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
641 +{"wikidata_id": "Q1053787", "display_name": "Central European Media Enterprises", "legal_name": null, "aliases": ["CME", "CETV", "CME Media Services Limited"], "website": "https://www.cme.net", "canonical_domain": "cme.net", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": null, "employees": 4100, "public_company": true, "ticker": null, "exchange": null, "lei": "54930067ZPEG8H2PPN39", "sec_cik": null, "parent": {"wikidata_id": "Q1979720", "name": "PPF Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CME.svg", "description": "media and entertainment company", "sitelinks": 13, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
642 +{"wikidata_id": "Q1264404", "display_name": "Duke Energy", "legal_name": null, "aliases": ["Duke Energy Corporation"], "website": "https://www.duke-energy.com", "canonical_domain": "duke-energy.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["energy"], "industry_labels": ["electricity generation", "energy supply"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "DUK", "exchange": "New York Stock Exchange", "lei": "I1BZKREC126H0VB1BL91", "sec_cik": "1326160", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Duke_Energy_logo.svg", "description": "American electric power and natural gas holding company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
643 +{"wikidata_id": "Q1285819", "display_name": "TJX Companies", "legal_name": null, "aliases": [], "website": "https://www.tjx.com", "canonical_domain": "tjx.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "TJX", "exchange": "New York Stock Exchange", "lei": "V167QI9I69W364E2DY52", "sec_cik": "109198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TJX_Logo.svg", "description": "American multinational off-price department store corporation v", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10860683"}]}
644 +{"wikidata_id": "Q16531742", "display_name": "Valvoline", "legal_name": null, "aliases": ["Valvoline Inc."], "website": "https://www.valvoline.com", "canonical_domain": "valvoline.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["chemicals", "automotive"], "industry_labels": ["chemical industry", "automotive services industry"], "founded_year": 1866, "employees": null, "public_company": true, "ticker": "VVV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1674910", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valvoline_company_logo.svg", "description": "American company of lubricants and additives", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
645 +{"wikidata_id": "Q1654103", "display_name": "IMAX Corporation", "legal_name": null, "aliases": ["IMAX", "IMAX entertainment"], "website": "https://www.imax.com", "canonical_domain": "imax.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["entertainment"], "industry_labels": ["Motion Picture Production and Services"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "IMAX", "exchange": "New York Stock Exchange", "lei": "5493002KS2T1Q0X7VZ21", "sec_cik": "921582", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IMAX_blue_logo.svg", "description": "Canadian theater company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
646 +{"wikidata_id": "Q1786345", "display_name": "Marsh & McLennan Companies", "legal_name": null, "aliases": ["Burroughs", "Marsh & McLennan", "Marsh & McLennan", "Marsh & McLennan Cos. Inc."], "website": "https://www.mmc.com", "canonical_domain": "mmc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "MMC", "exchange": "New York Stock Exchange", "lei": "549300XMP3KDCKJXIU47", "sec_cik": "62709", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MarshMcLennan_h_rgb_c.svg", "description": "Global professional services firm", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
647 +{"wikidata_id": "Q1817174", "display_name": "Supermicro", "legal_name": "Super Micro Computer, Inc.", "aliases": ["SuperMicro"], "website": "https://www.supermicro.com", "canonical_domain": "supermicro.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["computer industry", "computer hardware industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "SMCI", "exchange": "Nasdaq", "lei": "54930022CZO1N2UGVW07", "sec_cik": "1375365", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Super_Micro_Computer_Logo.svg", "description": "American manufacturer of computer servers and enterprise equipment", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1375365", "enriched_at": "2026-09-13T07:17:38+00:00"}}
648 +{"wikidata_id": "Q1817417", "display_name": "National Oilwell Varco", "legal_name": null, "aliases": [], "website": "https://www.nov.com", "canonical_domain": "nov.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": [], "founded_year": 1862, "employees": null, "public_company": true, "ticker": "NOV", "exchange": "New York Stock Exchange", "lei": "549300EHF3IW1AR6U008", "sec_cik": "1021860", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National-Oilwell-Varco-Logo.svg", "description": "oilfield services company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
649 +{"wikidata_id": "Q18619470", "display_name": "Restaurant Brands International", "legal_name": "Restaurant Brands International", "aliases": [], "website": "https://www.rbi.com", "canonical_domain": "rbi.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "QSR", "exchange": "Toronto Stock Exchange", "lei": "5299009RXTX9DN9AKJ98", "sec_cik": "1618756", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Restaurant_Brands_International_logo.svg", "description": "Canadian–American multinational fast food holding corporation", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1618756", "enriched_at": "2026-09-13T07:17:38+00:00"}}
650 +{"wikidata_id": "Q1915049", "display_name": "McCormick & Company", "legal_name": "McCormick & Company, Incorporated", "aliases": ["McCormick", "Inc.", "Incorporated"], "website": "https://www.mccormickcorporation.com", "canonical_domain": "mccormickcorporation.com", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1669, "employees": null, "public_company": true, "ticker": "MKC", "exchange": "New York Stock Exchange", "lei": "549300JQQA6MQ4OJP259", "sec_cik": "63754", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McCormick.svg", "description": "spice, herb, and flavoring manufacturing company headquartered in Sparks, Maryland", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
651 +{"wikidata_id": "Q1937503", "display_name": "Terex", "legal_name": null, "aliases": ["Terex Corporation"], "website": "https://www.terex.com", "canonical_domain": "terex.com", "country": "US", "hq_city": "Westport", "hq_region": "Western Connecticut Planning Region", "lat": 41.14149, "lon": -73.3579, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "TEX", "exchange": "New York Stock Exchange", "lei": "YAWJZJYEQ7M1SYMOS462", "sec_cik": "97216", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Terex-logo.svg", "description": "American manufacturer", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
652 +{"wikidata_id": "Q2032800", "display_name": "Ally Financial", "legal_name": null, "aliases": [], "website": "https://www.ally.com", "canonical_domain": "ally.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "Consumer Lending"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "ALLY", "exchange": "New York Stock Exchange", "lei": "549300JBN1OSM8YNAI90", "sec_cik": "40729", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ally_Financial.svg", "description": "American financial services company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
653 +{"wikidata_id": "Q2066858", "display_name": "PerkinElmer", "legal_name": null, "aliases": ["CambridgeSoft", "Perkin-Elmer"], "website": "https://www.perkinelmer.com", "canonical_domain": "perkinelmer.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "PKI", "exchange": "New York Stock Exchange", "lei": "549300IKL1SDPFI7N655", "sec_cik": "31791", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PerkinElmer.svg", "description": "American corporation focused in life science research", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
654 +{"wikidata_id": "Q2142669", "display_name": "AmBev", "legal_name": null, "aliases": ["Americas' Beverage Company", "Companhia de Bebidas das Americas", "Companhia de Bebidas das Américas"], "website": "https://www.ambev.com.br", "canonical_domain": "ambev.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "ABEV3", "exchange": "São Paulo Stock Exchange", "lei": "549300TH5Q6VRP8OT012", "sec_cik": "1565025", "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Ambev_%282024%29.svg", "description": "Brazilian brewing company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1565025", "enriched_at": "2026-09-13T07:17:38+00:00"}}
655 +{"wikidata_id": "Q2274089", "display_name": "Wynn Resorts", "legal_name": null, "aliases": ["Wynn Resorts Limited"], "website": "https://www.wynnresorts.com", "canonical_domain": "wynnresorts.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["hospitality", "entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "WYNN", "exchange": "Nasdaq", "lei": "254900CEKKWIHTEAB172", "sec_cik": "1174922", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wynn_Resorts_logo_2025.png", "description": "American gaming, hospitality and entertainment company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
656 +{"wikidata_id": "Q2645636", "display_name": "Allstate", "legal_name": null, "aliases": ["Allstate Insurance", "The Allstate Corporation"], "website": "https://www.allstate.com", "canonical_domain": "allstate.com", "country": "US", "hq_city": "Northbrook", "hq_region": "Cook County", "lat": 42.1292, "lon": -87.8408, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "ALL", "exchange": "New York Stock Exchange", "lei": "OBT0W1ED8G0NWVOLOJ77", "sec_cik": "899051", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allstate_wordmark.svg", "description": "American insurance company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
657 +{"wikidata_id": "Q27500963", "display_name": "Dell Technologies", "legal_name": null, "aliases": ["Dell Products L.P. (Round Rock", "TX)"], "website": "https://www.delltechnologies.com", "canonical_domain": "delltechnologies.com", "country": "US", "hq_city": "Round Rock", "hq_region": "Travis County", "lat": 30.515, "lon": -97.6725, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "DELL", "exchange": "New York Stock Exchange", "lei": "549300TJB5YBRUPOG437", "sec_cik": "1571996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dell_Technologies_logo.svg", "description": "American multinational technology company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
658 +{"wikidata_id": "Q407744", "display_name": "Air Products & Chemicals", "legal_name": null, "aliases": ["Air Products", "Air Products and Chemicals", "Inc"], "website": "https://airproducts.com", "canonical_domain": "airproducts.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "APD", "exchange": "New York Stock Exchange", "lei": "1XLP8EP6FZUGMP85CM51", "sec_cik": "2969", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Air_Products.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
659 +{"wikidata_id": "Q458363", "display_name": "Marathon Petroleum", "legal_name": null, "aliases": ["Marathon oil company"], "website": "https://www.marathonpetroleum.com", "canonical_domain": "marathonpetroleum.com", "country": "US", "hq_city": "Findlay", "hq_region": "Hancock County", "lat": 41.04278, "lon": -83.64222, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "MPC", "exchange": "New York Stock Exchange", "lei": "3BNYRYQHD39K4LCKQF12", "sec_cik": "1510295", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marathon_Petroleum_logo_2022.svg", "description": "American petroleum refining, marketing, and transportation company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
660 +{"wikidata_id": "Q502344", "display_name": "Lear Corporation", "legal_name": null, "aliases": ["Lear", "American Metal Products"], "website": "https://www.lear.com", "canonical_domain": "lear.com", "country": "US", "hq_city": "Southfield", "hq_region": "Oakland County", "lat": 42.47333, "lon": -83.22167, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "LEA", "exchange": "New York Stock Exchange", "lei": "549300UPNBTXA1SYTQ33", "sec_cik": "842162", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lear_Corporation_logo.svg", "description": "American automotive parts manufacturer", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q58195069"}]}
661 +{"wikidata_id": "Q5509271", "display_name": "Funko", "legal_name": null, "aliases": ["funkofunko"], "website": "https://www.funko.com", "canonical_domain": "funko.com", "country": "US", "hq_city": "Washington", "hq_region": "United States", "lat": 47.5, "lon": -120.5, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "FNKO", "exchange": "Nasdaq", "lei": "529900NG9F0KL5P6NK67", "sec_cik": "1704711", "parent": null, "logo_url": null, "description": "American toy company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
662 +{"wikidata_id": "Q5638920", "display_name": "Haidilao", "legal_name": "海底捞国际控股有限公司", "aliases": ["Hai Di Lao", "Haidilao Group"], "website": "https://haidilaoreview.org", "canonical_domain": "haidilaoreview.org", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage", "financial-services"], "industry_labels": ["system catering", "investment"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "HDALF", "exchange": "OTC Markets Group", "lei": "3003009Q8GV4VNKZWI24", "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of hot pot restaurants", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
663 +{"wikidata_id": "Q608776", "display_name": "Cadence Design Systems", "legal_name": null, "aliases": ["cādence", "Inc", "Inc. (San Jose", "CA)"], "website": "https://www.cadence.com", "canonical_domain": "cadence.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CDNS", "exchange": "Nasdaq", "lei": "GCT7RXJOGLXPV0NXZY22", "sec_cik": "813672", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cadence-Logo.svg", "description": "American electronic design automation (EDA) software and engineering services company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
664 +{"wikidata_id": "Q725634", "display_name": "Ashland Inc.", "legal_name": null, "aliases": ["Ashland Oil and Refining Company", "Ashland Refining Company"], "website": "https://www.ashland.com", "canonical_domain": "ashland.com", "country": "US", "hq_city": "Covington", "hq_region": "Kenton County", "lat": 39.065, "lon": -84.50972, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "ASH", "exchange": "New York Stock Exchange", "lei": "529900E4L9R04SB8HB11", "sec_cik": "1674862", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashland_%28Unternehmen%29_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
665 +{"wikidata_id": "Q734779", "display_name": "Comscore", "legal_name": null, "aliases": ["comScore Inc", "Inc."], "website": "https://www.comscore.com", "canonical_domain": "comscore.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["internet", "media"], "industry_labels": ["Internet", "marketing"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SCOR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1158172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comscore_logo.svg", "description": "American market research company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
666 +{"wikidata_id": "Q768773", "display_name": "MSCI", "legal_name": null, "aliases": ["Morgan Stanley Capital International", "MSCI Barra", "MSCI Inc."], "website": "https://www.msci.com", "canonical_domain": "msci.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "MSCI", "exchange": "New York Stock Exchange", "lei": "549300HTIN2PD78UB763", "sec_cik": "1408198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MSCI_logo.svg", "description": "American financial service provider", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
667 +{"wikidata_id": "Q837244", "display_name": "Shangri-La Hotels and Resorts", "legal_name": null, "aliases": [], "website": "https://www.shangri-la.com", "canonical_domain": "shangri-la.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["hospitality"], "industry_labels": ["hospitality industry", "hotel industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "S07", "exchange": "Singapore Stock Exchange", "lei": "529900FVJ8C1OTM8OL03", "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel chain", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q15904981"}, {"related_domain_conflict": "Q139388108"}]}
668 +{"wikidata_id": "Q5028383", "display_name": "Camping World", "legal_name": null, "aliases": [], "website": "https://www.campingworld.com", "canonical_domain": "campingworld.com", "country": "US", "hq_city": "Bowling Green", "hq_region": "Warren County", "lat": 36.98167, "lon": -86.44444, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1966, "employees": 7221, "public_company": true, "ticker": "CWH", "exchange": "New York Stock Exchange", "lei": "549300E828QQI7MWI432", "sec_cik": "887419", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Camping_World_3.png", "description": "camping vehicle and equipment manufacturer", "sitelinks": 4, "importance": 0.4978, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
669 +{"wikidata_id": "Q813639", "display_name": "Bechtel", "legal_name": null, "aliases": ["Bechtel Corporation", "Bechtel Group", "Bechtel Group", "Inc.", "Bechtel National"], "website": "https://www.bechtel.com", "canonical_domain": "bechtel.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["construction"], "industry_labels": ["engineering", "construction"], "founded_year": 1906, "employees": 44000, "public_company": false, "ticker": null, "exchange": null, "lei": "180PRR0MMRVF2Y5S8Q19", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bechtel_logo_2023.svg", "description": "American construction and civil engineering company", "sitelinks": 25, "importance": 0.4973, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
670 +{"wikidata_id": "Q1025921", "display_name": "Hooters", "legal_name": null, "aliases": ["Hooters of America LLC", "Hooters of America", "Inc.", "Inc."], "website": "https://hooters.com", "canonical_domain": "hooters.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1983, "employees": 25000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supper_Friday_night_%282268485759%29.jpg", "description": "American restaurant chain", "sitelinks": 27, "importance": 0.4969, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
671 +{"wikidata_id": "Q1122179", "display_name": "Jacuzzi", "legal_name": null, "aliases": ["Jacuzzi Brand", "Jacuzzi Group"], "website": "https://jacuzzi.fr", "canonical_domain": "jacuzzi.fr", "country": "US", "hq_city": "Chino Hills", "hq_region": "San Bernardino County", "lat": 33.97, "lon": -117.75, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": 4900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q114451719", "name": "Investindustrial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jacuzzi_logo.svg", "description": "global manufacturer and distributor of branded bath and spa products", "sitelinks": 34, "importance": 0.4968, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
672 +{"wikidata_id": "Q16766290", "display_name": "ReachLocal", "legal_name": null, "aliases": ["Inc."], "website": "https://www.reachlocal.de", "canonical_domain": "reachlocal.de", "country": "US", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["media"], "industry_labels": ["digital marketing"], "founded_year": 2003, "employees": 6000, "public_company": true, "ticker": "RLOC", "exchange": "Nasdaq", "lei": "549300RTDES2LQ41HD41", "sec_cik": "1297336", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ReachLocal_Logo.png", "description": "an online marketing and advertising solution provider", "sitelinks": 4, "importance": 0.4951, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
673 +{"wikidata_id": "Q736091", "display_name": "AspenTech Corp.", "legal_name": null, "aliases": ["Aspen Technology", "Aspen Technology", "Inc"], "website": "https://www.aspentech.com", "canonical_domain": "aspentech.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1981, "employees": 1466, "public_company": true, "ticker": "AZPN", "exchange": "Nasdaq", "lei": "529900B0MZWTVFG7CB96", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AspenTech-Log.jpg", "description": "company", "sitelinks": 5, "importance": 0.4939, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
674 +{"wikidata_id": "Q1065024", "display_name": "Hearst Communications", "legal_name": null, "aliases": ["Hearst", "Hearst Communications Inc.", "Inc.", "Hearst Consolidated Publications", "Inc.", "Hearst Corporation", "Hearst Magazines", "The Hearst Corporation"], "website": "https://www.hearst.com", "canonical_domain": "hearst.com", "country": "US", "hq_city": "Hearst Tower", "hq_region": "New York City", "lat": 40.76656, "lon": -73.98361, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1887, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300F71ZY7A3B85J57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HEARST_H_logo_%282023%29.svg", "description": "American multinational mass media conglomerate group", "sitelinks": 27, "importance": 0.4937, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4040485"}]}
675 +{"wikidata_id": "Q2612238", "display_name": "Mega Brands", "legal_name": null, "aliases": ["Mega Bloks Inc.", "Inc.", "Ritvik Holdings"], "website": "https://www.megabrands.com", "canonical_domain": "megabrands.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1967, "employees": 3000, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q596139", "name": "Mattel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mega_Brands_logo.png", "description": "Canadian children's toy company", "sitelinks": 13, "importance": 0.4934, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
676 +{"wikidata_id": "Q18151094", "display_name": "Kirby Corporation", "legal_name": null, "aliases": [], "website": "https://www.kirbycorp.com", "canonical_domain": "kirbycorp.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1921, "employees": 5200, "public_company": true, "ticker": "KEX", "exchange": "New York Stock Exchange", "lei": "I7NO6FZO5GUCG585T325", "sec_cik": "56047", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kirby_Corporation_logo.jpg", "description": "maritime equipment corporation", "sitelinks": 4, "importance": 0.4931, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
677 +{"wikidata_id": "Q1060165", "display_name": "Riot Games", "legal_name": null, "aliases": ["Riot Games Ltd."], "website": "https://www.riotgames.com", "canonical_domain": "riotgames.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["software", "gaming"], "industry_labels": ["software development", "video game industry"], "founded_year": 2006, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q860580", "name": "Tencent"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riot_Games_2022_wordmark.svg", "description": "American video game developer", "sitelinks": 36, "importance": 0.4929, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
678 +{"wikidata_id": "Q207922", "display_name": "Atari", "legal_name": null, "aliases": [], "website": "https://www.atari.com", "canonical_domain": "atari.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1972, "employees": 232, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q247032", "name": "Warner Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atari_Official_2012_Logo.svg", "description": "brand name owned by Atari Interactive", "sitelinks": 50, "importance": 0.4923, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q753684"}, {"related_domain_conflict": "Q527336"}, {"related_domain_conflict": "Q15018011"}]}
679 +{"wikidata_id": "Q4651363", "display_name": "AES Andes", "legal_name": null, "aliases": ["AES Gener", "AESGener"], "website": "https://www.aesandes.com", "canonical_domain": "aesandes.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["energy"], "industry_labels": ["energy company"], "founded_year": 1921, "employees": 1300, "public_company": true, "ticker": "AESGENER", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291508", "name": "AES Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AES_Andes_logo.jpg", "description": "Producer and distributor of electricity in Chile", "sitelinks": 5, "importance": 0.4922, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
680 +{"wikidata_id": "Q101983981", "display_name": "Viatris", "legal_name": "Viatris Inc.", "aliases": ["Viatris (firma)", "Viatris Pharmaceuticals"], "website": "https://www.viatris.com", "canonical_domain": "viatris.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["pharmaceuticals", "healthcare"], "industry_labels": ["pharmaceutical industry", "health care industry"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "VTRS", "exchange": "Nasdaq", "lei": "254900ZZTSW7NL773X71", "sec_cik": "1792044", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viatris.svg", "description": "Global healthcare company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
681 +{"wikidata_id": "Q1159256", "display_name": "Danaher Corporation", "legal_name": null, "aliases": ["Danaher"], "website": "https://www.danaher.com", "canonical_domain": "danaher.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "DHR", "exchange": "New York Stock Exchange", "lei": "S4BKK9OTCEWQ3YHPFM11", "sec_cik": "313616", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Danaher_Corporation_logo.svg", "description": "American conglomerate", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
682 +{"wikidata_id": "Q119991", "display_name": "APA Corporation", "legal_name": null, "aliases": ["Apache Corp.", "Apache Corporation", "Apache Oil Corporation"], "website": "https://www.apachecorp.com", "canonical_domain": "apachecorp.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "gas industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "APA", "exchange": "New York Stock Exchange", "lei": "72ZZ1XRHOOU9P9X16K08", "sec_cik": "6769", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apache_Corporation_Logo.svg", "description": "Holding company for Apache Corporation, an American company engaged in hydrocarbon exploration.", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
683 +{"wikidata_id": "Q1327874", "display_name": "RealNetworks", "legal_name": null, "aliases": ["Progressive Networks", "Inc.", "RealTime (computer tool)"], "website": "https://www.realnetworks.com", "canonical_domain": "realnetworks.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "RNWK", "exchange": "Nasdaq", "lei": "0TCB85ZKZQTTX9T8EV22", "sec_cik": "1046327", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RealNetwork_Logo.png", "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
684 +{"wikidata_id": "Q1538731", "display_name": "Oi", "legal_name": null, "aliases": ["Telemar", "Oi (telecommunications)", "OI S.A."], "website": "https://www.oi.com.br", "canonical_domain": "oi.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "OIBR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Oi_%282022%29.svg", "description": "Defunct Brazilian telecommunications company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
685 +{"wikidata_id": "Q1672602", "display_name": "Koss Corporation", "legal_name": null, "aliases": [], "website": "https://www.koss.com", "canonical_domain": "koss.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "KOSS", "exchange": "Nasdaq", "lei": null, "sec_cik": "56701", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KOSS_Corporation_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
686 +{"wikidata_id": "Q1764040", "display_name": "Nu Skin Enterprises", "legal_name": null, "aliases": ["Nu Skin"], "website": "https://www.nuskin.com", "canonical_domain": "nuskin.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "NUS", "exchange": "New York Stock Exchange", "lei": "54930050DETB6CP71D38", "sec_cik": "1021561", "parent": null, "logo_url": null, "description": "American company that develops and distributes personal care products and nutritional supplements", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
687 +{"wikidata_id": "Q180106", "display_name": "Owens-Illinois", "legal_name": null, "aliases": ["Owens-Illinois Glass Co.", "Owens-Illinois Glass Company"], "website": "https://www.o-i.com", "canonical_domain": "o-i.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "OI", "exchange": "New York Stock Exchange", "lei": "XRT4MR5HXMYMNAZQA715", "sec_cik": "812074", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Owens-Illinois_logo_gray.svg", "description": "American manufacturing company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
688 +{"wikidata_id": "Q18674747", "display_name": "Booking Holdings", "legal_name": null, "aliases": ["Booking Holdings Inc.", "Priceline Group", "The Priceline Group", "The Priceline Group Inc."], "website": "https://bookingholdings.com", "canonical_domain": "bookingholdings.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["travel"], "industry_labels": ["travel industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "BKNG", "exchange": "Nasdaq", "lei": "FXM8FAOHMYDIPD38UZ17", "sec_cik": "1075531", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Booking_Holdings_Inc%2C%28lock_up%2C_stacked_with_Brands%2C_full_color%29.PNG", "description": "Online travel & related services company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
689 +{"wikidata_id": "Q1945295", "display_name": "Monster Beverage", "legal_name": null, "aliases": ["clothing gear apparel", "Monster Beverage Corp"], "website": "https://www.monsterbevcorp.com", "canonical_domain": "monsterbevcorp.com", "country": "US", "hq_city": "Minnesota", "hq_region": "United States", "lat": 46.0, "lon": -94.0, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "MNST", "exchange": "Nasdaq", "lei": "52990090AP0E7HCB6F33", "sec_cik": "865752", "parent": null, "logo_url": null, "description": "American beverage company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
690 +{"wikidata_id": "Q2059537", "display_name": "Arrow Electronics", "legal_name": null, "aliases": [], "website": "https://www.arrow.com", "canonical_domain": "arrow.com", "country": "US", "hq_city": "Englewood", "hq_region": "Arapahoe County", "lat": 39.6469, "lon": -104.992, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "ARW", "exchange": "New York Stock Exchange", "lei": "549300YNNLBXT8N8R512", "sec_cik": "7536", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arrow_Electronics_logo.svg", "description": "American company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
691 +{"wikidata_id": "Q2743863", "display_name": "Intuitive Surgical", "legal_name": null, "aliases": ["Intuitive Surgical Inc."], "website": "https://www.intuitive.com", "canonical_domain": "intuitive.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ISRG", "exchange": "Nasdaq", "lei": "54930052SRG011710797", "sec_cik": "1035267", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intuitive_Surgical_logo.svg", "description": "American corporation", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
692 +{"wikidata_id": "Q3442791", "display_name": "Ross Dress for Less", "legal_name": null, "aliases": ["Ross Stores", "Ross Stores Inc."], "website": "https://www.rossstores.com", "canonical_domain": "rossstores.com", "country": "US", "hq_city": "Dublin", "hq_region": "Alameda County", "lat": 37.71417, "lon": -121.9125, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "ROST", "exchange": "Nasdaq", "lei": "549300ENZFLPGRDFZQ60", "sec_cik": "745732", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ross_Stores_logo.svg", "description": "American department store chain", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
693 +{"wikidata_id": "Q3552193", "display_name": "Urban Outfitters", "legal_name": null, "aliases": ["Inc."], "website": "https://www.urbanoutfitters.com", "canonical_domain": "urbanoutfitters.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "URBN", "exchange": "Nasdaq", "lei": "549300N3DUFR5U6NRN38", "sec_cik": "912615", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Urban_Outfitters_logo.svg", "description": "Publicly traded American company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
694 +{"wikidata_id": "Q400384", "display_name": "Companhia Siderúrgica Nacional", "legal_name": null, "aliases": ["CSN", "Companhia Siderurgica Nacional"], "website": "https://www.csn.com.br", "canonical_domain": "csn.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["mining"], "industry_labels": ["metal industry", "iron and steel industry"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "CSNA3", "exchange": "São Paulo Stock Exchange", "lei": "529900K40TEND42S0T46", "sec_cik": "1049659", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Companhia_Sider%C3%BArgica_Nacional_logo.svg", "description": "Brazilian steel company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
695 +{"wikidata_id": "Q464092", "display_name": "American Electric Power", "legal_name": null, "aliases": ["AEP", "American Electric Power Corporation"], "website": "https://www.aep.com", "canonical_domain": "aep.com", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["energy", "utilities"], "industry_labels": ["electricity generation", "electric power generation, transmission and distribution", "public utility"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "AEP", "exchange": "New York Stock Exchange", "lei": "1B4S6S7G0TW5EE83BO58", "sec_cik": "4904", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AEP_logo.svg", "description": "electric utility company in the United States", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
696 +{"wikidata_id": "Q48881", "display_name": "Sherwin-Williams", "legal_name": null, "aliases": ["Sherwin Williams", "Sherwin-Williams Company"], "website": "https://www.sherwin-williams.com", "canonical_domain": "sherwin-williams.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["chemicals", "manufacturing"], "industry_labels": ["chemical industry", "manufacture of paints, varnishes and similar coatings, printing ink a mastics"], "founded_year": 1866, "employees": null, "public_company": true, "ticker": "SHW", "exchange": "New York Stock Exchange", "lei": "Z15BMIOX8DDH0X2OBP21", "sec_cik": "89800", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sherwin-Williams_wordmark.svg", "description": "American paint and coatings manufacturing company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
697 +{"wikidata_id": "Q5063092", "display_name": "Lumen Technologies", "legal_name": null, "aliases": ["CenturyLink"], "website": "https://www.lumen.com", "canonical_domain": "lumen.com", "country": "US", "hq_city": "Monroe", "hq_region": "Ouachita Parish", "lat": 32.5094, "lon": -92.1183, "industries": ["technology"], "industry_labels": ["technology company"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "LUMN", "exchange": "New York Stock Exchange", "lei": "8M3THTGWLTYZVE6BBY25", "sec_cik": "18926", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lumen_Technologies_logo.svg", "description": "technology company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
698 +{"wikidata_id": "Q509255", "display_name": "Buffalo Wild Wings", "legal_name": null, "aliases": ["BW3", "B-Dubs", "Buffalo Wild Wings & Weck"], "website": "https://www.buffalowildwings.com", "canonical_domain": "buffalowildwings.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "BWLD", "exchange": "Nasdaq", "lei": "549300X8HY8Y52KULC62", "sec_cik": "1062449", "parent": null, "logo_url": null, "description": "American sports bar and restaurant", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
699 +{"wikidata_id": "Q619121", "display_name": "Apollo Global Management", "legal_name": null, "aliases": ["LLC"], "website": "https://www.apollo.com", "canonical_domain": "apollo.com", "country": "US", "hq_city": "Solow Building", "hq_region": "Manhattan", "lat": 40.7639, "lon": -73.9748, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "APO", "exchange": "New York Stock Exchange", "lei": "54930054P2G7ZJB0KM79", "sec_cik": "1411494", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apollo_Global_Management_logo.svg", "description": "American private equity firm", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
700 +{"wikidata_id": "Q677488", "display_name": "Elevance Health, Inc.", "legal_name": "Elevance Health, Inc.", "aliases": ["Anthem", "Anthem Blue Cross and Blue Shield", "Anthem Insurance Companies", "Anthem", "Inc.", "WellPoint", "Inc"], "website": "https://www.elevancehealth.com", "canonical_domain": "elevancehealth.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["insurance"], "industry_labels": ["health insurance"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "ELV", "exchange": "New York Stock Exchange", "lei": "8MYN82XMYQH89CTMTH67", "sec_cik": "1156039", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elevance_Health_Logo_2022.svg", "description": "American healthcare company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
701 +{"wikidata_id": "Q7858039", "display_name": "Twilio", "legal_name": null, "aliases": [], "website": "https://www.twilio.com", "canonical_domain": "twilio.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["Voice over IP", "software development", "software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "TWLO", "exchange": "New York Stock Exchange", "lei": "5493004W8TRGD63APX93", "sec_cik": "1447669", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Twilio-logo-red.svg", "description": "US technology company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
702 +{"wikidata_id": "Q7880076", "display_name": "Ulta Beauty", "legal_name": null, "aliases": ["Ulta", "Ulta Beauty Inc."], "website": "https://www.ulta.com", "canonical_domain": "ulta.com", "country": "US", "hq_city": "Bolingbrook", "hq_region": "DuPage County", "lat": 41.6986, "lon": -88.0886, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "ULTA", "exchange": "Nasdaq", "lei": "529900CIV6HN8M28YM82", "sec_cik": "1403568", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ulta_Beauty_logo.svg", "description": "American chain of beauty stores", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
703 +{"wikidata_id": "Q899097", "display_name": "BRF", "legal_name": null, "aliases": ["Brasil Foods", "BRF S.A."], "website": "https://www.brf-br.com", "canonical_domain": "brf-br.com", "country": "BR", "hq_city": "Itajaí", "hq_region": "Santa Catarina", "lat": -26.90778, "lon": -48.66194, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BRFS3", "exchange": "São Paulo Stock Exchange", "lei": "254900MTXR9LUVQFU480", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
704 +{"wikidata_id": "Q919300", "display_name": "AeroVironment", "legal_name": null, "aliases": [], "website": "https://www.avinc.com", "canonical_domain": "avinc.com", "country": "US", "hq_city": "Simi Valley", "hq_region": "Ventura County", "lat": 34.27083, "lon": -118.73917, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "AVAV", "exchange": "Nasdaq", "lei": "529900PGHVI29YLZ6221", "sec_cik": "1368622", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AeroVironment_Logo.png", "description": "Company that designs and manufactures UAVs for U.S. Department of Defense and allied military services", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
705 +{"wikidata_id": "Q6654568", "display_name": "Liveperson Inc.", "legal_name": "לייבפרסון, אינק.", "aliases": ["LivePerson", "Inc."], "website": "https://www.liveperson.com", "canonical_domain": "liveperson.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1995, "employees": 1231, "public_company": true, "ticker": "LPSN", "exchange": "Nasdaq", "lei": "549300IN2P1JZ20G7N40", "sec_cik": "1102993", "parent": null, "logo_url": null, "description": "dotcom company", "sitelinks": 5, "importance": 0.4914, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1102993", "enriched_at": "2026-09-13T07:17:38+00:00"}}
706 +{"wikidata_id": "Q6216567", "display_name": "Despegar", "legal_name": null, "aliases": ["Decolar"], "website": "https://www.despegar.com.ar", "canonical_domain": "despegar.com.ar", "country": "AR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1999, "employees": 4500, "public_company": true, "ticker": "DESP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1703141", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Despegar.com_logo.svg", "description": "online travel agency", "sitelinks": 4, "importance": 0.491, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
707 +{"wikidata_id": "Q621096", "display_name": "Fannie Mae", "legal_name": "Federal National Mortgage Association", "aliases": [], "website": "https://www.fanniemae.com", "canonical_domain": "fanniemae.com", "country": "US", "hq_city": "Northwest", "hq_region": "Washington, D.C.", "lat": 38.9364, "lon": -77.0521, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6111 Federal & Federally-Sponsored Credit Agencies"], "founded_year": 1938, "employees": 7700, "public_company": true, "ticker": "FNMA", "exchange": "OTC", "lei": "B1V7KEBTPIMZEU4LTD58", "sec_cik": "310522", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fannie_Mae_Logo.png", "description": "government-backed financial services company", "sitelinks": 30, "importance": 0.4906, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "310522", "enriched_at": "2026-09-13T07:17:38+00:00"}}
708 +{"wikidata_id": "Q124795355", "display_name": "Solventum", "legal_name": null, "aliases": ["Solventum Corporation", "Solventum US", "Solventum US LLC", "Solventum US LLC (United States)"], "website": "https://www.solventum.com", "canonical_domain": "solventum.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 2024, "employees": 22000, "public_company": true, "ticker": "SOLV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1964738", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solventum_logo_2024.png", "description": "American health care company", "sitelinks": 3, "importance": 0.4905, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1964738", "enriched_at": "2026-09-13T07:17:38+00:00"}}
709 +{"wikidata_id": "Q513861", "display_name": "Tibco Software", "legal_name": null, "aliases": ["The Information Bus Company", "TIBCO Software Inc"], "website": "https://www.tibco.com", "canonical_domain": "tibco.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1997, "employees": 4200, "public_company": true, "ticker": null, "exchange": null, "lei": "04EEB871XLHVNY4RZJ65", "sec_cik": "1085280", "parent": {"wikidata_id": "Q7936440", "name": "Vista Equity Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tibco_logo-_Palo_Alto%2C_CA_company-_%28PNG%29_2013-11-24_16-00.png", "description": "American company", "sitelinks": 12, "importance": 0.4904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1770325"}], "source_edgar": {"cik": "1085280", "enriched_at": "2026-09-13T07:17:38+00:00"}}
710 +{"wikidata_id": "Q16982326", "display_name": "Mueller Water Products", "legal_name": null, "aliases": [], "website": "https://www.muellerwaterproducts.com", "canonical_domain": "muellerwaterproducts.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["utilities", "manufacturing"], "industry_labels": [], "founded_year": 2005, "employees": 4200, "public_company": true, "ticker": "MWA", "exchange": "New York Stock Exchange", "lei": "549300F7ZU4P1F8V8L60", "sec_cik": "1350593", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mueller_Water_Products.svg", "description": "American water product manufacturer", "sitelinks": 4, "importance": 0.49, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
711 +{"wikidata_id": "Q1032001", "display_name": "Canada Post", "legal_name": null, "aliases": ["Canada Post Corporation", "Royal Mail Canada"], "website": "https://www.canadapost-postescanada.ca", "canonical_domain": "canadapost-postescanada.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1867, "employees": 72000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "postal operator in Canada", "sitelinks": 21, "importance": 0.4869, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
712 +{"wikidata_id": "Q7833614", "display_name": "TFI International", "legal_name": "TFI International Inc.", "aliases": [], "website": "https://tfiintl.com", "canonical_domain": "tfiintl.com", "country": "CA", "hq_city": "Saint-Laurent", "hq_region": "Montreal", "lat": 45.517, "lon": -73.667, "industries": ["logistics"], "industry_labels": ["logistics", "freight transport"], "founded_year": 1957, "employees": 16753, "public_company": true, "ticker": "TFII", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1588823", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tfiinternational.svg", "description": "Canadian multi-national transport and logistics company", "sitelinks": 3, "importance": 0.4865, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1588823", "enriched_at": "2026-09-13T07:17:38+00:00"}}
713 +{"wikidata_id": "Q1134746", "display_name": "Legg Mason", "legal_name": null, "aliases": [], "website": "https://www.leggmason.com", "canonical_domain": "leggmason.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6282 Investment Advice"], "founded_year": 1899, "employees": 3066, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300N87EP3WRZI5Y86", "sec_cik": "704051", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legg_Mason_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4859, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "704051", "enriched_at": "2026-09-13T07:17:38+00:00"}}
714 +{"wikidata_id": "Q2007336", "display_name": "State Farm Insurance", "legal_name": null, "aliases": ["State Farm", "State Farm Mutual Automobile Insurance Company", "STATE FARM MUTUAL AUTOMOBILE INSURANCE COMPANY (Bloomington", "IL)"], "website": "https://www.statefarm.com", "canonical_domain": "statefarm.com", "country": "US", "hq_city": "Bloomington", "hq_region": "McLean County", "lat": 40.48417, "lon": -88.99361, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1922, "employees": 67029, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State_Farm_logo.svg", "description": "American insurance company", "sitelinks": 21, "importance": 0.4858, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
715 +{"wikidata_id": "Q169889", "display_name": "American Broadcasting Company", "legal_name": null, "aliases": ["ABC", "ABC (United States of America)", "ABC (United States)", "ABC USA"], "website": "https://abc.com", "canonical_domain": "abc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.77333, "lon": -73.98083, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABC_2021_Red.svg", "description": "American broadcast television network owned by The Walt Disney Company", "sitelinks": 100, "importance": 0.4852, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
716 +{"wikidata_id": "Q5264469", "display_name": "D2L", "legal_name": null, "aliases": ["Desire2Learn"], "website": "https://www.d2l.com", "canonical_domain": "d2l.com", "country": "CA", "hq_city": "Kitchener", "hq_region": "Regional Municipality of Waterloo", "lat": 43.45, "lon": -80.48333, "industries": ["education", "software"], "industry_labels": ["educational system", "software development"], "founded_year": 1999, "employees": 800, "public_company": true, "ticker": "DTOL", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D2L_logo.svg", "description": "provider of eLearning solutions", "sitelinks": 5, "importance": 0.4852, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
717 +{"wikidata_id": "Q1064887", "display_name": "Walmart de México y Centroamérica", "legal_name": null, "aliases": ["Walmart de Mexico y Centroamerica"], "website": "https://www.walmex.mx", "canonical_domain": "walmex.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "WMMVF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483551", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Walmart_Mexico_y_Centroamerica.jpg", "description": "Mexican company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
718 +{"wikidata_id": "Q1319505", "display_name": "Nathan's Famous", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nathansfamous.com", "canonical_domain": "nathansfamous.com", "country": "US", "hq_city": "Jericho", "hq_region": "Nassau County", "lat": 40.57528, "lon": -73.98139, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "NATH", "exchange": "Nasdaq", "lei": "54930034SKNSF1JIE673", "sec_cik": "69733", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nathan%27s_Famous.svg", "description": "fast food restaurant chain", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
719 +{"wikidata_id": "Q1703389", "display_name": "Jones Lang LaSalle", "legal_name": null, "aliases": ["JLL", "Jones Lang LaSalle Incorporated", "Inc."], "website": "https://www.us.jll.com", "canonical_domain": "jll.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["asset-management", "professional-services"], "industry_labels": [], "founded_year": 1783, "employees": null, "public_company": true, "ticker": "JLL", "exchange": "New York Stock Exchange", "lei": "529900Q9XMFLQEB5JM75", "sec_cik": "1037976", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JLL_logo.svg", "description": "professional services and investment management company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
720 +{"wikidata_id": "Q17052116", "display_name": "DigitalOcean", "legal_name": null, "aliases": [], "website": "https://www.digitalocean.com", "canonical_domain": "digitalocean.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "DOCN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1582961", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DigitalOcean_logo.svg", "description": "American cloud infrastructure provider", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1582961", "enriched_at": "2026-09-13T07:17:38+00:00"}}
721 +{"wikidata_id": "Q2855873", "display_name": "Group Lala", "legal_name": null, "aliases": ["Lala", "Milk Lala"], "website": "https://www.lala.com.mx", "canonical_domain": "lala.com.mx", "country": "MX", "hq_city": "Gómez Palacio", "hq_region": "Gómez Palacio Municipality", "lat": 25.5725, "lon": -103.4945, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "LALA B", "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Grupo_Lala.svg", "description": "Business in Mexico", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
722 +{"wikidata_id": "Q291508", "display_name": "AES Corporation", "legal_name": null, "aliases": ["AES", "AES Corp", "AES Corp.", "AES Trust III", "Arlington Energy", "The AES Corporation"], "website": "https://www.aes.com", "canonical_domain": "aes.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "AES", "exchange": "New York Stock Exchange", "lei": "2NUNNB7D43COUIRE5295", "sec_cik": "874761", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AES_Corporation_logo.svg", "description": "American utility and power company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
723 +{"wikidata_id": "Q305473", "display_name": "IQVIA Holdings, Inc.", "legal_name": null, "aliases": ["OneKey", "Quintiles", "IQVIA Inc. (Parsippany", "NJ)", "Quintiles and IMS Health", "Inc", "Quintiles IMS Holdings", "Inc."], "website": "https://www.iqvia.com", "canonical_domain": "iqvia.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "IQV", "exchange": "New York Stock Exchange", "lei": "549300W3R20NM4KQPH86", "sec_cik": "1478242", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iqvia-logo-color.svg", "description": "American multinational company serving the combined industries of health information technology and clinical research", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
724 +{"wikidata_id": "Q3067064", "display_name": "Sociedad Química y Minera de Chile", "legal_name": null, "aliases": ["Sociedad Quimica y Minera", "SQM", "Soquimich"], "website": "https://sqm.com", "canonical_domain": "sqm.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["mining", "chemicals"], "industry_labels": ["mining", "industrial chemistry"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "SQM", "exchange": "Santiago Stock Exchange", "lei": "TJ88LXZZW5PWIN93ZC81", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean mining and chemical enterprise", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
725 +{"wikidata_id": "Q356212", "display_name": "Fossil", "legal_name": null, "aliases": ["Fossil Group", "Fossil Group", "Inc."], "website": "https://www.fossil.com", "canonical_domain": "fossil.com", "country": "US", "hq_city": "Richardson", "hq_region": "Collin County", "lat": 32.94833, "lon": -96.72972, "industries": ["manufacturing"], "industry_labels": ["bijou"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "FOSL", "exchange": "Nasdaq", "lei": "DDMY8YZ6L8UEMS1FDM73", "sec_cik": "883569", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fossil_Group.png", "description": "American designer and manufacturer of accessories", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
726 +{"wikidata_id": "Q366943", "display_name": "S&P Merval", "legal_name": null, "aliases": [], "website": "https://www.byma.com.ar", "canonical_domain": "byma.com.ar", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "MERVAL", "exchange": "Buenos Aires Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock market index", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q105094172"}]}
727 +{"wikidata_id": "Q40650", "display_name": "Imperial Oil", "legal_name": null, "aliases": ["Imperial Oil Limited"], "website": "https://www.imperialoil.ca", "canonical_domain": "imperialoil.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1880, "employees": null, "public_company": true, "ticker": "IMO", "exchange": "Toronto Stock Exchange", "lei": "549300JZNB745JT5WY51", "sec_cik": "49938", "parent": {"wikidata_id": "Q156238", "name": "ExxonMobil"}, "logo_url": null, "description": "Canadian petroleum company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "49938", "enriched_at": "2026-09-13T07:17:38+00:00"}}
728 +{"wikidata_id": "Q4492609", "display_name": "Cracker Barrel", "legal_name": null, "aliases": ["Cracker Barrel Old Country Store", "Inc."], "website": "https://www.crackerbarrel.com", "canonical_domain": "crackerbarrel.com", "country": "US", "hq_city": "Lebanon", "hq_region": "Wilson County", "lat": 36.2081, "lon": -86.3264, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "CBRL", "exchange": "Nasdaq", "lei": "8P4PHQIUWPIECBFBW745", "sec_cik": "1067294", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cracker_Barrel_Logo_%282%29.svg", "description": "American restaurant chain", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
729 +{"wikidata_id": "Q489469", "display_name": "Herman Miller", "legal_name": null, "aliases": ["Herman Miller Furniture Co.", "Herman Miller Furniture Company", "Herman Miller Inc."], "website": "https://www.hermanmiller.com", "canonical_domain": "hermanmiller.com", "country": "US", "hq_city": "Zeeland", "hq_region": "Ottawa County", "lat": 42.81243, "lon": -86.02882, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "MLHR", "exchange": "Nasdaq", "lei": "U98HXD3PNK7HYU2MU887", "sec_cik": "66382", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Herman_Miller_logo.jpg", "description": "manufacturer of high-end office furniture", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
730 +{"wikidata_id": "Q66604886", "display_name": "Cerebras", "legal_name": "Cerebras Systems Inc.", "aliases": ["Cerebras Systems"], "website": "https://www.cerebras.ai", "canonical_domain": "cerebras.ai", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence", "semiconductors"], "industry_labels": ["artificial intelligence", "semiconductor industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "CBRS", "exchange": "Nasdaq", "lei": null, "sec_cik": "2021728", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cerebras_logo.svg", "description": "business", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2021728", "enriched_at": "2026-09-13T07:17:38+00:00"}}
731 +{"wikidata_id": "Q842947", "display_name": "Celgene", "legal_name": null, "aliases": ["Celgene Corporation"], "website": "https://www.celgene.com", "canonical_domain": "celgene.com", "country": "US", "hq_city": "Summit", "hq_region": "Union County", "lat": 40.7156, "lon": -74.3647, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "CELG", "exchange": "Nasdaq", "lei": "4SIHMF0MOSTTL8CD0X64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Celgene_logo.svg", "description": "American biopharmaceutical company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
732 +{"wikidata_id": "Q899022", "display_name": "Eastman Chemical Company", "legal_name": null, "aliases": ["Eastman"], "website": "https://www.eastman.com", "canonical_domain": "eastman.com", "country": "US", "hq_city": "Kingsport", "hq_region": "Sullivan County", "lat": 36.55025, "lon": -82.55944, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "EMN", "exchange": "New York Stock Exchange", "lei": "FDPVHDGJ1IQZFK9KH630", "sec_cik": "915389", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastman_Chemical_Company_logo.svg", "description": "American company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5533526"}]}
733 +{"wikidata_id": "Q909856", "display_name": "Loblaw Companies", "legal_name": null, "aliases": ["Loblaw Companies Limited"], "website": "https://www.loblaw.ca", "canonical_domain": "loblaw.ca", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "L", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q833217", "name": "George Weston Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Loblaw_Companies_Limited_logo_EN.svg", "description": "Canadian retail company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
734 +{"wikidata_id": "Q994153", "display_name": "Brunswick Corporation", "legal_name": null, "aliases": ["Brunswick-Balke-Collender Company"], "website": "https://www.brunswick.com", "canonical_domain": "brunswick.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1845, "employees": null, "public_company": true, "ticker": "BC", "exchange": "New York Stock Exchange", "lei": "YM4O38W15AX4YLLQKU27", "sec_cik": "14930", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brunswick_Corporation.png", "description": "American corporation", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
735 +{"wikidata_id": "Q7624104", "display_name": "Stripe", "legal_name": "Stripe, LLC", "aliases": [], "website": "https://stripe.com", "canonical_domain": "stripe.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services", "payments"], "industry_labels": ["financial services", "mobile payment industry"], "founded_year": 2010, "employees": 8000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300CLHGIPTCYHQ143", "sec_cik": "1691342", "parent": {"wikidata_id": "Q140991293", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stripe_Logo%2C_revised_2016.svg", "description": "Irish-American payment technology company", "sitelinks": 28, "importance": 0.4841, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
736 +{"wikidata_id": "Q1554299", "display_name": "Gulfstream Aerospace", "legal_name": null, "aliases": ["Gulfstream", "Gulfstream Aerospace Corporation"], "website": "https://www.gulfstream.com", "canonical_domain": "gulfstream.com", "country": "US", "hq_city": "Savannah", "hq_region": "Chatham County", "lat": 32.05083, "lon": -81.10389, "industries": ["construction"], "industry_labels": ["aircraft construction"], "founded_year": 1929, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gulfstream_Aerospace_logo.svg", "description": "American business aviation manufacturer", "sitelinks": 26, "importance": 0.4836, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
737 +{"wikidata_id": "Q126399", "display_name": "Warner Bros. Entertainment", "legal_name": null, "aliases": ["WB", "Warner Bros. Entertainment Inc.", "Inc.", "Warner Brothers", "WBEI"], "website": "https://www.warnerbros.com", "canonical_domain": "warnerbros.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment", "gaming"], "industry_labels": ["entertainment", "film production", "video game industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300U1JWW9SCOH3W56", "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._logo_2023.svg", "description": "American entertainment company", "sitelinks": 98, "importance": 0.4831, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q79202"}, {"related_domain_conflict": "Q8016302"}, {"related_domain_conflict": "Q1188361"}, {"related_domain_conflict": "Q3566350"}]}
738 +{"wikidata_id": "Q815694", "display_name": "Bell Canada", "legal_name": "La Compagnie de Téléphone Bell du Canada ou Bell Canada", "aliases": ["Bell", "The Bell Telephone Company of Canada"], "website": "https://www.bell.ca", "canonical_domain": "bell.ca", "country": "CA", "hq_city": "Île des Soeurs", "hq_region": "Verdun", "lat": 45.46056, "lon": -73.54722, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1880, "employees": 55250, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000G3EFX9S7TDE29", "sec_cik": null, "parent": {"wikidata_id": "Q24525746", "name": "BCE Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_logo.svg", "description": "Canadian telecommunications and media company", "sitelinks": 21, "importance": 0.483, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2894594"}, {"related_domain_conflict": "Q2894596"}, {"related_domain_conflict": "Q2894586"}, {"related_domain_conflict": "Q923069"}]}
739 +{"wikidata_id": "Q1059770", "display_name": "WestJet", "legal_name": "WestJet Airlines Ltd.", "aliases": ["West Jet", "West Jet Air", "West Jet Airline", "West Jet Airlines", "WestJet Air", "WestJet Airline", "WestJet Airlines"], "website": "https://www.westjet.com", "canonical_domain": "westjet.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "254900S0P9L0H01TY665", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WestJetLogo2018.svg", "description": "Airline in Canada", "sitelinks": 37, "importance": 0.4824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
740 +{"wikidata_id": "Q219758", "display_name": "bioware.com", "legal_name": null, "aliases": [], "website": "https://www.bioware.com", "canonical_domain": "bioware.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BioWare_2018.svg", "description": "Canadian video game developer", "sitelinks": 38, "importance": 0.4819, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
741 +{"wikidata_id": "Q65062134", "display_name": "Bally's Corporation", "legal_name": null, "aliases": ["Twin River Worldwide Holdings"], "website": "https://www.ballys.com", "canonical_domain": "ballys.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["entertainment"], "industry_labels": ["gambling industry"], "founded_year": 2004, "employees": 11500, "public_company": true, "ticker": "BALY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1747079", "parent": null, "logo_url": null, "description": "American gaming, betting, and entertainment company", "sitelinks": 3, "importance": 0.4811, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
742 +{"wikidata_id": "Q755309", "display_name": "Greyhound Lines", "legal_name": null, "aliases": ["Greyhound", "Greyhound Bus", "Grey Hound", "Grey Hound Bus", "Grey Hound Lines", "Inc."], "website": "https://www.greyhound.com", "canonical_domain": "greyhound.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["automotive"], "industry_labels": [], "founded_year": 1914, "employees": 8400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15712258", "name": "Flix SE"}, "logo_url": null, "description": "North American intercity bus service", "sitelinks": 27, "importance": 0.4811, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
743 +{"wikidata_id": "Q1411292", "display_name": "Fidelity Investments", "legal_name": null, "aliases": ["Fidelity", "Fidelity Investment", "Fidelity Management and Research", "FMR LLC"], "website": "https://www.fidelity.com", "canonical_domain": "fidelity.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1946, "employees": 45000, "public_company": false, "ticker": null, "exchange": null, "lei": "6X064LF7Y6B4DKF2GZ26", "sec_cik": null, "parent": null, "logo_url": null, "description": "US American multinational financial services corporation", "sitelinks": 21, "importance": 0.4801, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
744 +{"wikidata_id": "Q6410043", "display_name": "Kimco Realty", "legal_name": null, "aliases": ["Kimco", "KIMCO"], "website": "https://www.kimcorealty.com", "canonical_domain": "kimcorealty.com", "country": "US", "hq_city": "New Hyde Park", "hq_region": "Nassau County", "lat": 40.7322, "lon": -73.6847, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1958, "employees": 545, "public_company": true, "ticker": "KIM", "exchange": "New York Stock Exchange", "lei": "254900ARY41P4V1JL861", "sec_cik": "879101", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kimco_Logo.png", "description": "American real estate investment trust", "sitelinks": 5, "importance": 0.4796, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
745 +{"wikidata_id": "Q18228597", "display_name": "Element Solutions", "legal_name": null, "aliases": ["Platform Specialty Products Corporation"], "website": "https://platformspecialtyproducts.com", "canonical_domain": "platformspecialtyproducts.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2013, "employees": 2000, "public_company": true, "ticker": "ESI", "exchange": "New York Stock Exchange", "lei": "549300FLGN6P5CU20J91", "sec_cik": "1590714", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%97%E3%83%A9%E3%83%83%E3%83%88%E3%83%95%E3%82%A9%E3%83%BC%E3%83%A0%E7%A4%BE%E3%81%AE%E3%83%AD%E3%82%B4.png", "description": "American chemicals production company", "sitelinks": 4, "importance": 0.4792, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
746 +{"wikidata_id": "Q819241", "display_name": "Wrigley Company", "legal_name": null, "aliases": ["Wrigley", "William Wrigley Jr. Company", "Wm. Wrigley Jr. Company"], "website": "https://www.wrigley.com", "canonical_domain": "wrigley.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88926, "lon": -87.62448, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1891, "employees": 16000, "public_company": false, "ticker": null, "exchange": null, "lei": "Z88M4EWU0NI3QVOOIZ80", "sec_cik": null, "parent": {"wikidata_id": "Q695087", "name": "Mars, Incorporated"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Wrigley_Company_logo._2012.svg", "description": "American company headquartered in Chicago, Illinois", "sitelinks": 24, "importance": 0.4785, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
747 +{"wikidata_id": "Q1759032", "display_name": "R. J. Reynolds Tobacco Company", "legal_name": null, "aliases": ["RJR"], "website": "https://www.rjrt.com", "canonical_domain": "rjrt.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1874, "employees": 400000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q947718", "name": "Reynolds American"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/R.J._Reynolds_Tobacco_Company_logo.svg", "description": "American tobacco manufacturing company", "sitelinks": 15, "importance": 0.4782, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
748 +{"wikidata_id": "Q210075", "display_name": "Borland", "legal_name": null, "aliases": [], "website": "https://www.borland.com", "canonical_domain": "borland.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1983, "employees": 1100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1931458", "name": "Micro Focus International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Borland_logo.svg", "description": "software company", "sitelinks": 35, "importance": 0.4781, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
749 +{"wikidata_id": "Q7955609", "display_name": "WSFS Bank", "legal_name": null, "aliases": [], "website": "https://www.wsfsbank.com", "canonical_domain": "wsfsbank.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1832, "employees": 1800, "public_company": true, "ticker": "WSFS", "exchange": "Nasdaq", "lei": null, "sec_cik": "828944", "parent": null, "logo_url": null, "description": "Delaware banking corporation", "sitelinks": 4, "importance": 0.4777, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "828944", "enriched_at": "2026-09-13T07:17:38+00:00"}}
750 +{"wikidata_id": "Q1045778", "display_name": "Esri", "legal_name": null, "aliases": ["Environmental Systems Research Institute", "esri", "ESRI"], "website": "https://www.esri.com", "canonical_domain": "esri.com", "country": "US", "hq_city": "Redlands", "hq_region": "San Bernardino County", "lat": 34.05472, "lon": -117.1825, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 1969, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "geospatial software & SaaS company", "sitelinks": 29, "importance": 0.4776, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
751 +{"wikidata_id": "Q168383", "display_name": "Universal Pictures", "legal_name": null, "aliases": ["Universal City Studios LLC", "Universal Film Manufacturing Company", "Universal-International Pictures Inc."], "website": "https://universalpictures.com", "canonical_domain": "universalpictures.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 34.13707, "lon": -118.35329, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q724759", "name": "NBCUniversal"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Pictures_2021_%28Blue%29.svg", "description": "American film and distribution company", "sitelinks": 93, "importance": 0.4776, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
752 +{"wikidata_id": "Q1002992", "display_name": "Build-A-Bear Workshop", "legal_name": null, "aliases": ["Build A Bear", "Build A Bear Workshop", "Build-A-Bear"], "website": "https://www.buildabear.co.uk", "canonical_domain": "buildabear.co.uk", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "BBW", "exchange": "New York Stock Exchange", "lei": "529900S9MWZC1UBF3D13", "sec_cik": "1113809", "parent": null, "logo_url": null, "description": "US multinational toy store chain", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
753 +{"wikidata_id": "Q1053372", "display_name": "Cencosud", "legal_name": null, "aliases": [], "website": "https://www.cencosud.com", "canonical_domain": "cencosud.com", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "CENCOSUD", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cencosud-2014.svg", "description": "Chilean retailer and supermarket chain", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
754 +{"wikidata_id": "Q1135278", "display_name": "CoreCivic", "legal_name": "Corrections Corporation of America", "aliases": ["CCA", "CPA", "Core Civic"], "website": "https://www.corecivic.com", "canonical_domain": "corecivic.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["real-estate"], "industry_labels": ["industry", "private prison", "SIC 6798 Real Estate Investment Trusts"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "CXW", "exchange": "New York Stock Exchange", "lei": "529900JFA3K6PTLT8B15", "sec_cik": "1070985", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CoreCivic_Logo.svg", "description": "US prison-operating company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1070985", "enriched_at": "2026-09-13T07:17:38+00:00"}}
755 +{"wikidata_id": "Q120435068", "display_name": "TKO Group Holdings", "legal_name": null, "aliases": [], "website": "https://tkogrp.com", "canonical_domain": "tkogrp.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "sports entertainment"], "founded_year": 2023, "employees": null, "public_company": true, "ticker": "TKO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1973266", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TKO_Group_Holdings_Logo_2025.svg", "description": "American sports and entertainment promoter", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1973266", "enriched_at": "2026-09-13T07:17:38+00:00"}}
756 +{"wikidata_id": "Q1419532", "display_name": "First Quantum Minerals", "legal_name": null, "aliases": [], "website": "https://www.first-quantum.com", "canonical_domain": "first-quantum.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "FM", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Quantum_Minerals_logo.svg", "description": "Canadian mining company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
757 +{"wikidata_id": "Q1435628", "display_name": "FEMSA", "legal_name": null, "aliases": ["Fomento Económico Mexicano", "S.A.B. de C.V."], "website": "https://femsa.com", "canonical_domain": "femsa.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "FMX", "exchange": "New York Stock Exchange", "lei": "549300A8MDWDJNMLV153", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FEMSA_Logo.svg", "description": "Mexican multinational beverage and retail company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
758 +{"wikidata_id": "Q145168", "display_name": "Dollar General", "legal_name": null, "aliases": ["DolGenCorp", "Dollar General Corporation", "Dollar General Store"], "website": "https://www.dollargeneral.com", "canonical_domain": "dollargeneral.com", "country": "US", "hq_city": "Goodlettsville", "hq_region": "Davidson County", "lat": 36.32694, "lon": -86.70417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "DG", "exchange": "New York Stock Exchange", "lei": "OPX52SQVOZI8IVSWYU66", "sec_cik": "29534", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dollar_General_logo.svg", "description": "discount variety store chain in the USA", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
759 +{"wikidata_id": "Q16248637", "display_name": "Datadog", "legal_name": null, "aliases": [], "website": "https://www.datadoghq.com", "canonical_domain": "datadoghq.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["IT performance management", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "DDOG", "exchange": "Nasdaq", "lei": "549300F6JNO0KRPO1K63", "sec_cik": "1561550", "parent": null, "logo_url": null, "description": "US IT company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1561550", "enriched_at": "2026-09-13T07:17:38+00:00"}}
760 +{"wikidata_id": "Q1666568", "display_name": "International Flavors & Fragrances", "legal_name": null, "aliases": ["IFF"], "website": "https://www.iff.com", "canonical_domain": "iff.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["chemicals"], "industry_labels": ["specialty chemicals"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "IFF", "exchange": "New York Stock Exchange", "lei": "BZLRL03D3GPGMOGFO832", "sec_cik": "51253", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iff-logo_2022.png", "description": "American corporation which produces flavors and fragrances", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
761 +{"wikidata_id": "Q16959629", "display_name": "Nutanix", "legal_name": null, "aliases": [], "website": "https://www.nutanix.com", "canonical_domain": "nutanix.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["transportation"], "industry_labels": ["Hyper-converged infrastructure"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "NTNX", "exchange": "Nasdaq", "lei": "549300X7J6E8TKVIXW09", "sec_cik": "1618732", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NutanixLogo.png", "description": "American enterprise virtualization and storage company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
762 +{"wikidata_id": "Q1740314", "display_name": "KeyBank", "legal_name": null, "aliases": ["KeyCorp"], "website": "https://www.key.com", "canonical_domain": "key.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1825, "employees": null, "public_company": true, "ticker": "KEY", "exchange": "New York Stock Exchange", "lei": "RKPI3RZGV1V1FJTH5T61", "sec_cik": "91576", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KeyBank.png", "description": "American regional bank headquartered in Cleveland, Ohio", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
763 +{"wikidata_id": "Q1785549", "display_name": "Peabody Energy", "legal_name": null, "aliases": ["Peabody Energy Corp", "Peabody Energy Corporation"], "website": "https://www.peabodyenergy.com", "canonical_domain": "peabodyenergy.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "BTU", "exchange": "New York Stock Exchange", "lei": "EJCO258LNNVSKAR2JX59", "sec_cik": "1064728", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peabody_Energy_Logo.svg", "description": "American coal company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1064728", "enriched_at": "2026-09-13T07:17:38+00:00"}}
764 +{"wikidata_id": "Q2288792", "display_name": "Sinclair Broadcast Group", "legal_name": null, "aliases": ["SBG", "Sinclair Broadcasting Group", "Inc.", "Chesapeake Television Corporation"], "website": "https://www.sbgi.net", "canonical_domain": "sbgi.net", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["telecommunications", "media"], "industry_labels": ["telecommunications", "media company", "broadcasting"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "SBGI", "exchange": "Nasdaq", "lei": "529900879GWQV880PQ28", "sec_cik": "912752", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinclair_Broadcast_Group_new_logo.svg", "description": "American media company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
765 +{"wikidata_id": "Q2861324", "display_name": "Arista Networks", "legal_name": null, "aliases": ["Arastra"], "website": "https://www.arista.com", "canonical_domain": "arista.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ANET", "exchange": "New York Stock Exchange", "lei": "635400H1WKBLOQERUU95", "sec_cik": "1596532", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arista-networks-logo.svg", "description": "American technology company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
766 +{"wikidata_id": "Q3067119", "display_name": "Fastenal", "legal_name": null, "aliases": ["Fastenal Company"], "website": "https://www.fastenal.com", "canonical_domain": "fastenal.com", "country": "US", "hq_city": "Winona", "hq_region": "Winona County", "lat": 44.04789, "lon": -91.64044, "industries": ["retail"], "industry_labels": ["SIC 5200 Retail-Building Materials, Hardware, Garden Supply"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "FAST", "exchange": "Nasdaq", "lei": "529900PP0C7H2HHPSJ32", "sec_cik": "815556", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fastenal_logo.svg", "description": "American industrial supply company based in Winona, Minnesota", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "815556", "enriched_at": "2026-09-13T07:17:38+00:00"}}
767 +{"wikidata_id": "Q3116111", "display_name": "Keurig Dr Pepper", "legal_name": null, "aliases": ["Green Mountain Coffee", "Green Mountain Coffee Roasters", "Keurig Green Mountain"], "website": "https://www.keurigdrpepper.com", "canonical_domain": "keurigdrpepper.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "KDP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1418135", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keurig_Dr_Pepper.svg", "description": "American beverage company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1418135", "enriched_at": "2026-09-13T07:17:38+00:00"}}
768 +{"wikidata_id": "Q324616", "display_name": "Ingram Micro", "legal_name": null, "aliases": ["Ingram Micro Inc."], "website": "https://www.ingrammicro.com", "canonical_domain": "ingrammicro.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["technology"], "industry_labels": ["Wholesale of computers, computer peripheral equipment and software"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "INGM", "exchange": "New York Stock Exchange", "lei": "549300KJMEWPKRQZHX63", "sec_cik": "1018003", "parent": {"wikidata_id": "Q787239", "name": "Platinum Equity"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ingram_Micro_logo_new.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
769 +{"wikidata_id": "Q460446", "display_name": "Amdocs", "legal_name": null, "aliases": ["amdocs", "Amdocs Limited", "DOX"], "website": "https://www.amdocs.com", "canonical_domain": "amdocs.com", "country": "US", "hq_city": "Chesterfield", "hq_region": "St. Louis County", "lat": 38.65333, "lon": -90.55417, "industries": ["software"], "industry_labels": ["communication", "SIC 7371 Services-Computer Programming Services"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "DOX", "exchange": "Nasdaq", "lei": "549300HQV672RJ7RQV66", "sec_cik": "1062579", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amdocs-2017-brand-mark.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1062579", "enriched_at": "2026-09-13T07:17:38+00:00"}}
770 +{"wikidata_id": "Q4636301", "display_name": "3D Systems", "legal_name": null, "aliases": ["3D Systems (United States)", "3D Systems Corporation"], "website": "https://www.3dsystems.com", "canonical_domain": "3dsystems.com", "country": "US", "hq_city": "Rock Hill", "hq_region": "York County", "lat": 34.93806, "lon": -81.02611, "industries": ["professional-services", "manufacturing"], "industry_labels": ["computer-aided design", "3D printing"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "DDD", "exchange": "New York Stock Exchange", "lei": "549300EX90MRKZSHSR14", "sec_cik": "910638", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3D_Systems_Logo.png", "description": "company that makes and sells 3D printers", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3574429"}], "source_edgar": {"cik": "910638", "enriched_at": "2026-09-13T07:17:38+00:00"}}
771 +{"wikidata_id": "Q4648219", "display_name": "A. O. Smith", "legal_name": null, "aliases": ["A. O. Smith Corporation", "A.O. Smith", "A.O. Smith Corporation"], "website": "https://www.aosmith.com", "canonical_domain": "aosmith.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "AOS", "exchange": "New York Stock Exchange", "lei": "549300XG4US7UJNECY36", "sec_cik": "91142", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AO_Smith_logo.svg", "description": "American manufacturer of residential and commercial water heaters and boilers", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
772 +{"wikidata_id": "Q469553", "display_name": "Timken Company", "legal_name": null, "aliases": [], "website": "https://www.timken.com", "canonical_domain": "timken.com", "country": "US", "hq_city": "North Canton", "hq_region": "Stark County", "lat": 40.875, "lon": -81.40111, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "TKR", "exchange": "New York Stock Exchange", "lei": "B0I35MLPFXZSE70ASS73", "sec_cik": "98362", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timken.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
773 +{"wikidata_id": "Q489080", "display_name": "Automatic Data Processing", "legal_name": null, "aliases": ["ADP", "Automatic Data Processing Inc", "Inc."], "website": "https://www.adp.com", "canonical_domain": "adp.com", "country": "US", "hq_city": "Roseland", "hq_region": "Essex County", "lat": 40.8199, "lon": -74.3102, "industries": ["software", "professional-services"], "industry_labels": ["software industry", "human resource management", "data processing", "accounting services"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "ADP", "exchange": "Nasdaq", "lei": "HGBOLILQXWER4SAL2I23", "sec_cik": "8670", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Automatic-Data-Processing-Logo.svg", "description": "American human resources management software company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
774 +{"wikidata_id": "Q502132", "display_name": "Leidos", "legal_name": null, "aliases": ["SAIC", "Science Applications International Corporation"], "website": "https://www.leidos.com", "canonical_domain": "leidos.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["aerospace-defense", "defense"], "industry_labels": ["aerospace engineering", "defense contractor"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "LDOS", "exchange": "New York Stock Exchange", "lei": "5493006I78VIN6J1BQ95", "sec_cik": "1336920", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leidos_logo_2023.svg", "description": "defense, aviation, information technology, and biomedical research company based in Reston, Virginia, United States", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
775 +{"wikidata_id": "Q5275969", "display_name": "Digital Realty Trust", "legal_name": null, "aliases": ["Digital Realty"], "website": "https://www.digitalrealty.com", "canonical_domain": "digitalrealty.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.24514, "lon": -97.84354, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "DLR", "exchange": "New York Stock Exchange", "lei": "549300HKCZ31D08NEI41", "sec_cik": "1297996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digital_Realty_TM_Brandmark_RGB_Black.svg", "description": "American datacenter company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
776 +{"wikidata_id": "Q55627388", "display_name": "Okta", "legal_name": null, "aliases": ["OKTA", "Inc.", "Saasure Inc."], "website": "https://www.okta.com", "canonical_domain": "okta.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "OKTA", "exchange": "Nasdaq", "lei": "549300N8J06I8MRHU620", "sec_cik": "1660134", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okta_logo_%282023%29.svg", "description": "American information technology company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
777 +{"wikidata_id": "Q568817", "display_name": "Digital Domain", "legal_name": null, "aliases": ["Digital Domain Holdings Limited"], "website": "https://www.digitaldomain.com", "canonical_domain": "digitaldomain.com", "country": "US", "hq_city": "Playa Vista", "hq_region": "Los Angeles", "lat": 33.97278, "lon": -118.42667, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0547", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": "1418055", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dd3_stacked_logo_onBlack.jpg", "description": "American visual effects company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
778 +{"wikidata_id": "Q623591", "display_name": "Grupo México", "legal_name": null, "aliases": ["Grupo Mexico"], "website": "https://www.gmexico.com", "canonical_domain": "gmexico.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "GMBXF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Grupo_M%C3%A9xico.svg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
779 +{"wikidata_id": "Q690604", "display_name": "Axon Enterprise", "legal_name": null, "aliases": ["Inc.", "TASER", "Taser International", "TASER International Incorporated", "TASER International", "Inc."], "website": "https://www.axon.com", "canonical_domain": "axon.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "AXON", "exchange": "Nasdaq", "lei": null, "sec_cik": "1069183", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AXON_Company_logo.svg", "description": "US American weapons manufacturer", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1069183", "enriched_at": "2026-09-13T07:17:38+00:00"}}
780 +{"wikidata_id": "Q741707", "display_name": "Wabtec", "legal_name": "Westinghouse Air Brake Technologies Corporation", "aliases": ["Wabtec Corporation"], "website": "https://www.wabteccorp.com", "canonical_domain": "wabteccorp.com", "country": "US", "hq_city": "Wilmerding", "hq_region": "Allegheny County", "lat": 40.3944, "lon": -79.8086, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "WAB", "exchange": "New York Stock Exchange", "lei": "06BTX5UWZD0GQ5N5Y745", "sec_cik": "943452", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wabtec_logo.svg", "description": "American transport rolling stock manufacturer", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
781 +{"wikidata_id": "Q7564622", "display_name": "SoundHound", "legal_name": null, "aliases": ["Sound Hound", "Inc."], "website": "https://www.soundhound.com", "canonical_domain": "soundhound.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SOUN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1840856", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SoundHound_AI_logo_black.jpg", "description": "American audio recognition and cognition company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1840856", "enriched_at": "2026-09-13T07:17:38+00:00"}}
782 +{"wikidata_id": "Q7696127", "display_name": "Teledyne Technologies", "legal_name": null, "aliases": ["RD Instruments", "Teledyne Benthos", "Inc."], "website": "https://www.teledyne.com", "canonical_domain": "teledyne.com", "country": "US", "hq_city": "Thousand Oaks", "hq_region": "Ventura County", "lat": 34.18944, "lon": -118.875, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "TDY", "exchange": "New York Stock Exchange", "lei": "549300VSMO9KYQWDND94", "sec_cik": "1094285", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teledyne_logo.svg", "description": "American industrial company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
783 +{"wikidata_id": "Q902908", "display_name": "Potash Corporation of Saskatchewan", "legal_name": null, "aliases": ["PCS", "Texas Gulf Sulphur Company"], "website": "https://www.potashcorp.com", "canonical_domain": "potashcorp.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["mining"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "POT", "exchange": "Toronto Stock Exchange", "lei": "QKQ43I6KFB8KSER22F66", "sec_cik": "855931", "parent": {"wikidata_id": "Q48742870", "name": "Nutrien"}, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
784 +{"wikidata_id": "Q967868", "display_name": "NextEra Energy", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nexteraenergy.com", "canonical_domain": "nexteraenergy.com", "country": "US", "hq_city": "Juno Beach", "hq_region": "Palm Beach County", "lat": 26.87333, "lon": -80.05417, "industries": ["energy"], "industry_labels": ["energy company"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "NEE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "753308", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NextEra_Energy_logo_%281%29.svg", "description": "American energy company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
785 +{"wikidata_id": "Q935969", "display_name": "Freddie Mac", "legal_name": "Federal Home Loan Mortgage Corporation", "aliases": [], "website": "https://www.freddiemac.com", "canonical_domain": "freddiemac.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6111 Federal & Federally-Sponsored Credit Agencies"], "founded_year": 1970, "employees": 4957, "public_company": true, "ticker": "FMCC", "exchange": "OTC", "lei": "S6XOOCT0IEG5ABCC6L87", "sec_cik": "1026214", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FreddieMacLogo.svg", "description": "American government-sponsored enterprise", "sitelinks": 28, "importance": 0.4772, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1026214", "enriched_at": "2026-09-13T07:17:38+00:00"}}
786 +{"wikidata_id": "Q17112054", "display_name": "Silicon Valley Bank", "legal_name": "Silicon Valley Bank", "aliases": ["SVB"], "website": "https://www.svb.com", "canonical_domain": "svb.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "0K2D5AK28E3O5CC06E35", "sec_cik": null, "parent": {"wikidata_id": "Q111839764", "name": "SVB Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silicon_Valley_Bank_logo%2C_2022.svg", "description": "American banking service", "sitelinks": 35, "importance": 0.4767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q111839764"}]}
787 +{"wikidata_id": "Q173496", "display_name": "Marvel Comics", "legal_name": "Marvel Worldwide, Inc.(Marvel comics)", "aliases": ["Manvis Publications", "Inc.", "20th Century Comic Corporation", "Animirth Comics", "Inc.", "Bard Publishing Corp.", "Canam Publishers Sales Corp.", "Chipiden Publishing Corp."], "website": "https://www.marvel.com", "canonical_domain": "marvel.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["comics industry", "publishing"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1200552", "name": "Marvel Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvel_Comics_2024_logo.svg", "description": "company that publishes comic books and related media", "sitelinks": 92, "importance": 0.4765, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q367466"}, {"related_domain_conflict": "Q2425877"}, {"related_domain_conflict": "Q64918019"}, {"related_domain_conflict": "Q2482589"}]}
788 +{"wikidata_id": "Q1002866", "display_name": "Forever Living Products", "legal_name": null, "aliases": ["FLP", "Forever Living"], "website": "https://www.foreverliving.com", "canonical_domain": "foreverliving.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "personal care product"], "founded_year": 1978, "employees": 100000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multi-level marketing company", "sitelinks": 18, "importance": 0.4762, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
789 +{"wikidata_id": "Q2298325", "display_name": "Boston Dynamics", "legal_name": "Boston Dynamics", "aliases": ["BostonDynamics"], "website": "https://www.bostondynamics.com", "canonical_domain": "bostondynamics.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.41764, "lon": -71.25467, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 1992, "employees": 501, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": null, "description": "engineering and robotics design company", "sitelinks": 38, "importance": 0.4752, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
790 +{"wikidata_id": "Q876720", "display_name": "Via Rail", "legal_name": null, "aliases": ["VIA", "Via", "Via Rail Canada", "Via Rail Canada Inc.", "VIA Rail Canada Inc.", "VIA Rail"], "website": "https://www.viarail.ca", "canonical_domain": "viarail.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["transportation"], "industry_labels": ["passenger rail transport", "rail transport"], "founded_year": 1977, "employees": 3248, "public_company": false, "ticker": null, "exchange": null, "lei": "549300URO8B2DLPRPF61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VIA_Rail_Canada_simplified.svg", "description": "national inter-city passenger rail operator in Canada owned by the Canadian government", "sitelinks": 29, "importance": 0.4746, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
791 +{"wikidata_id": "Q5373589", "display_name": "Emmis Communications", "legal_name": null, "aliases": ["Emmis Communications Corporation"], "website": "https://www.emmis.com", "canonical_domain": "emmis.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1980, "employees": 350, "public_company": true, "ticker": "EMMS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media conglomerate", "sitelinks": 5, "importance": 0.4732, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
792 +{"wikidata_id": "Q899140", "display_name": "Genentech", "legal_name": null, "aliases": ["Genentech Inc.", "Inc."], "website": "https://www.gene.com", "canonical_domain": "gene.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1976, "employees": 14815, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212646", "name": "Hoffmann-La Roche"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genentech.svg", "description": "biotech company", "sitelinks": 23, "importance": 0.4731, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
793 +{"wikidata_id": "Q159846", "display_name": "Paramount Pictures", "legal_name": null, "aliases": ["Paramount Filmed Entertainment", "Paramount Pictures Corporation"], "website": "https://www.paramountpictures.com", "canonical_domain": "paramountpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OJ7WHJ5FFDOQ11", "sec_cik": null, "parent": {"wikidata_id": "Q214346", "name": "Viacom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paramount_Pictures_Logo_2025.svg", "description": "American film studio, subsidiary of Paramount Global", "sitelinks": 87, "importance": 0.4707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
794 +{"wikidata_id": "Q82610", "display_name": "Newport News Shipbuilding", "legal_name": "Newport News Shipbuilding", "aliases": ["NNS", "Newport News Shipbuilding and Drydock Company", "Northrop Grumman Newport News", "Northrop Grumman Shipbuilding-Newport News"], "website": "https://nns.huntingtoningalls.com", "canonical_domain": "huntingtoningalls.com", "country": "US", "hq_city": "Newport News", "hq_region": "Virginia", "lat": 37.07083, "lon": -76.48444, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1886, "employees": 23000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7257522", "name": "Huntington Ingalls Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Newport_News_Shipbuilding_logo_%282%29.png", "description": "shipyard in the United States", "sitelinks": 21, "importance": 0.4704, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
795 +{"wikidata_id": "Q683771", "display_name": "Kingston Technology", "legal_name": null, "aliases": ["Kingston", "Kingston Corporation", "Kingston Technology Corporation"], "website": "https://www.kingston.com", "canonical_domain": "kingston.com", "country": "US", "hq_city": "Fountain Valley", "hq_region": "Orange County", "lat": 33.70862, "lon": -117.95629, "industries": ["technology"], "industry_labels": ["random-access memory"], "founded_year": 1987, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G3INTL3S7CBI07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E0%B8%95%E0%B8%B1%E0%B8%A7%E0%B8%AD%E0%B8%A2%E0%B9%88%E0%B8%B2%E0%B8%87_Kingston_WhiteHead_Black.png", "description": "American, privately held, multinational computer technology corporation", "sitelinks": 28, "importance": 0.4699, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
796 +{"wikidata_id": "Q1055390", "display_name": "Cerner", "legal_name": null, "aliases": [], "website": "https://www.cerner.com", "canonical_domain": "cerner.com", "country": "US", "hq_city": "North Kansas City", "hq_region": "Clay County", "lat": 39.1389, "lon": -94.5706, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "CERN", "exchange": "Nasdaq", "lei": "549300L4UJ40IEVVI304", "sec_cik": "804753", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oracle_Cerner_logo.svg", "description": "American company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
797 +{"wikidata_id": "Q1114148", "display_name": "Comerica", "legal_name": null, "aliases": ["Comerica Incorporated", "Inc."], "website": "https://www.comerica.com", "canonical_domain": "comerica.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1849, "employees": null, "public_company": true, "ticker": "CMA", "exchange": "New York Stock Exchange", "lei": "I9Q57JVPWHHZ3ZGBW498", "sec_cik": "28412", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comerica_Inc._logo.svg", "description": "American financial services company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
798 +{"wikidata_id": "Q1220078", "display_name": "Diebold Nixdorf", "legal_name": null, "aliases": [], "website": "https://www.dieboldnixdorf.com", "canonical_domain": "dieboldnixdorf.com", "country": "US", "hq_city": "North Canton", "hq_region": "Stark County", "lat": 40.875, "lon": -81.40111, "industries": ["technology"], "industry_labels": [], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "DBD", "exchange": "New York Stock Exchange", "lei": "549300XZK6EWDBAZSY16", "sec_cik": "28823", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Diebold_Nixdorf_logo_2018.jpg", "description": "American multinational financial and retail technology company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "28823", "enriched_at": "2026-09-13T07:17:38+00:00"}}
799 +{"wikidata_id": "Q1280748", "display_name": "echostar.com", "legal_name": null, "aliases": [], "website": "https://www.echostar.com", "canonical_domain": "echostar.com", "country": "US", "hq_city": "Englewood", "hq_region": "Arapahoe County", "lat": 39.6469, "lon": -104.992, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "ECHO", "exchange": "Nasdaq", "lei": "549300EE20907QZ9GT38", "sec_cik": "1415404", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EchoStar_logo.svg", "description": "global satellite services provider", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1415404", "enriched_at": "2026-09-13T07:17:38+00:00"}}
800 +{"wikidata_id": "Q1392999", "display_name": "FICO", "legal_name": null, "aliases": ["Fair Isaac and Company"], "website": "https://www.fico.com", "canonical_domain": "fico.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["professional-services"], "industry_labels": ["data analysis", "SIC 7389 Services-Business Services, NEC"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "FICO", "exchange": "New York Stock Exchange", "lei": "RI6HET5SJUEY30V1PS26", "sec_cik": "814547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FICO_logo_blue_2019.png", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "814547", "enriched_at": "2026-09-13T07:17:38+00:00"}}
801 +{"wikidata_id": "Q1477156", "display_name": "Seadrill", "legal_name": null, "aliases": [], "website": "https://www.seadrill.com", "canonical_domain": "seadrill.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SDRL", "exchange": "New York Stock Exchange", "lei": "213800LZ4WWG15NAC829", "sec_cik": "1737706", "parent": null, "logo_url": null, "description": "drilling company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
802 +{"wikidata_id": "Q1571490", "display_name": "Synaptics", "legal_name": "Synaptics Incorporated", "aliases": [], "website": "https://www.synaptics.com", "canonical_domain": "synaptics.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "SYNA", "exchange": "Nasdaq", "lei": "549300AJ3LI4FWNRQX29", "sec_cik": "817720", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synaptics_logo_%282022%29.svg", "description": "technology company in the United States", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
803 +{"wikidata_id": "Q183184", "display_name": "Sabesp", "legal_name": null, "aliases": ["Companhia de Saneamento Básico do Estado de São Paulo"], "website": "https://www.sabesp.com.br", "canonical_domain": "sabesp.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["utilities"], "industry_labels": ["water supply"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "SBSP3", "exchange": "São Paulo Stock Exchange", "lei": "254900UOXRZRS2TNWP19", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sabesp.svg", "description": "Brazilian basic sanitation company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
804 +{"wikidata_id": "Q205378", "display_name": "Zions Bancorporation", "legal_name": null, "aliases": [], "website": "https://www.zionsbancorporation.com", "canonical_domain": "zionsbancorporation.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "ZION", "exchange": "Nasdaq", "lei": "YYQWUR1Z2BCX32HQS333", "sec_cik": "109380", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zions_Bancorporation_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
805 +{"wikidata_id": "Q22909236", "display_name": "Instacart", "legal_name": null, "aliases": ["Maplebear Inc.", "Maplebear Inc. (San Francisco", "CA)", "Maplebear", "Inc."], "website": "https://instacart.com", "canonical_domain": "instacart.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail", "food-beverage", "logistics"], "industry_labels": ["retail", "food product", "delivery", "food delivery service"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "CART", "exchange": "Nasdaq", "lei": null, "sec_cik": "1579091", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Instacart_logo_and_wordmark.svg", "description": "Internet-based grocery delivery service", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
806 +{"wikidata_id": "Q25422888", "display_name": "Nubank", "legal_name": null, "aliases": ["Nu Pagamentos S.A."], "website": "https://nubank.com.br", "canonical_domain": "nubank.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "ROXO34", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107453017", "name": "Nu Holdings Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nubank_logo_2021.svg", "description": "Brazilian financial technology company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
807 +{"wikidata_id": "Q26832896", "display_name": "Adient", "legal_name": null, "aliases": ["Adient Plc"], "website": "https://www.adient.com", "canonical_domain": "adient.com", "country": "US", "hq_city": "Dublin", "hq_region": "Dublin City", "lat": 53.34972, "lon": -6.26028, "industries": ["automotive"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "ADNT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1670541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adient.svg", "description": "American automotive parts manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q58206670"}]}
808 +{"wikidata_id": "Q2740047", "display_name": "Weber-Stephen Products", "legal_name": null, "aliases": ["Weber"], "website": "https://www.weber.com", "canonical_domain": "weber.com", "country": "US", "hq_city": "Palatine", "hq_region": "Cook County", "lat": 42.1169, "lon": -88.0406, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1893, "employees": null, "public_company": true, "ticker": "WEBR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Weber_Font.svg", "description": "American manufacturer of charcoal, gas, and electric outdoor grills", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
809 +{"wikidata_id": "Q2874395", "display_name": "Avis Budget Group", "legal_name": null, "aliases": [], "website": "https://avisbudgetgroup.com", "canonical_domain": "avisbudgetgroup.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "CAR", "exchange": "Nasdaq", "lei": "529900E95812SYWMCE44", "sec_cik": "723612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avis_Budget_Group_logo.svg", "description": "American rental car company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
810 +{"wikidata_id": "Q2962826", "display_name": "Expand Energy", "legal_name": null, "aliases": ["Chesapeake Energy", "Expand Energy Corporation"], "website": "https://www.chk.com", "canonical_domain": "chk.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Oklahoma County", "lat": 35.48222, "lon": -97.53528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "EXE", "exchange": "Nasdaq", "lei": "X2MT1W32SPAZ9WSKLE78", "sec_cik": "895126", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chesapeake_Energy_logo.svg", "description": "American energy company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
811 +{"wikidata_id": "Q2979728", "display_name": "Cloudera", "legal_name": null, "aliases": ["Inc."], "website": "https://www.cloudera.com", "canonical_domain": "cloudera.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["data analytics software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CLDR", "exchange": "New York Stock Exchange", "lei": "549300PGONC4JOI0RG62", "sec_cik": "1535379", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cloudera_logo.svg", "description": "American business enterprise", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
812 +{"wikidata_id": "Q303341", "display_name": "Wyndham Worldwide", "legal_name": null, "aliases": ["Travel + Leisure Co.", "Wyndham Destinations", "Inc."], "website": "https://www.travelandleisureco.com", "canonical_domain": "travelandleisureco.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "WYN", "exchange": "New York Stock Exchange", "lei": "T4VNTWMFQ7JQB65L7T35", "sec_cik": "1361658", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wyndham_Worldwide_logo.png", "description": "holding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1361658", "enriched_at": "2026-09-13T07:17:38+00:00"}}
813 +{"wikidata_id": "Q3433273", "display_name": "Rite Aid", "legal_name": null, "aliases": ["Rite Aid Corporation"], "website": "https://www.riteaid.com", "canonical_domain": "riteaid.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "RAD", "exchange": "New York Stock Exchange", "lei": "529900W353T1JY1DKT44", "sec_cik": "84129", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rite_Aid.svg", "description": "American drugstore chain", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
814 +{"wikidata_id": "Q3511946", "display_name": "T. Rowe Price", "legal_name": null, "aliases": ["T. Rowe Price Associates", "Inc.", "T. Rowe Price Group", "Inc."], "website": "https://www.troweprice.com", "canonical_domain": "troweprice.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "TROW", "exchange": "Nasdaq", "lei": null, "sec_cik": "1113169", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T._Rowe_Price_Logo_2017.png", "description": "American publicly owned investment firm", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
815 +{"wikidata_id": "Q474621", "display_name": "Amphenol", "legal_name": null, "aliases": [], "website": "https://www.amphenol.com", "canonical_domain": "amphenol.com", "country": "US", "hq_city": "Wallingford", "hq_region": "South Central Connecticut Planning Region", "lat": 41.45704, "lon": -72.82316, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "APH", "exchange": "New York Stock Exchange", "lei": "549300D3L3G0R4U4VT04", "sec_cik": "820313", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Amphenol.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
816 +{"wikidata_id": "Q5120901", "display_name": "Cineworld", "legal_name": null, "aliases": ["Cine World"], "website": "https://www.cineworld.co.uk", "canonical_domain": "cineworld.co.uk", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "CINE", "exchange": "London Stock Exchange", "lei": "213800J2J3TOOI176M73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CineworldGroupLogo.svg", "description": "cinema chain", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
817 +{"wikidata_id": "Q5214701", "display_name": "Dana Corporation", "legal_name": null, "aliases": ["Dana Holding Corporation", "Dana Incorporated", "Dana Limited"], "website": "https://www.dana.com", "canonical_domain": "dana.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "DAN", "exchange": "New York Stock Exchange", "lei": "KVWHW7YLZPFJM8QYNJ51", "sec_cik": "26780", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dana_Incorporated_Logo.svg", "description": "American worldwide supplier of driveline, sealing, and thermal-management technologies", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
818 +{"wikidata_id": "Q5287613", "display_name": "Docusign", "legal_name": "Docusign, Inc.", "aliases": ["DocuSign", "Inc."], "website": "https://www.docusign.com", "canonical_domain": "docusign.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["business software industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "DOCU", "exchange": "Nasdaq", "lei": "549300Q7PVDWRZ39JG09", "sec_cik": "1261333", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DocuSign_Logo.svg", "description": "United States company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
819 +{"wikidata_id": "Q5893992", "display_name": "honeywellaerospace.com", "legal_name": null, "aliases": [], "website": "https://www.honeywellaerospace.com", "canonical_domain": "honeywellaerospace.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "HONA", "exchange": "Nasdaq", "lei": null, "sec_cik": "2089271", "parent": {"wikidata_id": "Q898208", "name": "Honeywell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honeywell_The_Power_of_Connected.png", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2089271", "enriched_at": "2026-09-13T07:17:38+00:00"}}
820 +{"wikidata_id": "Q634794", "display_name": "WEG Industries", "legal_name": null, "aliases": ["WEG Equipamentos Elétricos", "WEG S.A."], "website": "https://www.weg.net", "canonical_domain": "weg.net", "country": "BR", "hq_city": "Jaraguá do Sul", "hq_region": "Santa Catarina", "lat": -26.48583, "lon": -49.06694, "industries": ["manufacturing"], "industry_labels": ["industrial engineering"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "WEGE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WEG_Equipamentos_El%C3%A9tricos.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
821 +{"wikidata_id": "Q638036", "display_name": "Arctic Cat", "legal_name": null, "aliases": [], "website": "https://www.arcticcat.com", "canonical_domain": "arcticcat.com", "country": "US", "hq_city": "Plymouth", "hq_region": "Hennepin County", "lat": 45.01056, "lon": -93.45556, "industries": ["automotive"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "ACAT", "exchange": "Nasdaq", "lei": null, "sec_cik": "719866", "parent": null, "logo_url": null, "description": "American vehicle company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
822 +{"wikidata_id": "Q645072", "display_name": "Dean Foods", "legal_name": null, "aliases": ["Aunt Jane's Foods"], "website": "https://www.deanfoods.com", "canonical_domain": "deanfoods.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "DF", "exchange": "New York Stock Exchange", "lei": "5RGFDMYH829UYJH0KY29", "sec_cik": null, "parent": null, "logo_url": null, "description": "American food company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7261289"}]}
823 +{"wikidata_id": "Q707530", "display_name": "Cinemark", "legal_name": null, "aliases": ["Cinemark Theaters", "Cinemark USA", "Inc."], "website": "https://www.cinemark.com", "canonical_domain": "cinemark.com", "country": "US", "hq_city": "Plano", "hq_region": "Collin County", "lat": 33.05, "lon": -96.75, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CNK", "exchange": "New York Stock Exchange", "lei": "54930008H2137JSCPQ09", "sec_cik": "1385280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cinemark_Logo.svg", "description": "American movie theater chain", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1385280", "enriched_at": "2026-09-13T07:17:38+00:00"}}
824 +{"wikidata_id": "Q7114736", "display_name": "Owens Corning", "legal_name": null, "aliases": ["Owens Corning Corporation", "Owens Corning Fiberglas Inc."], "website": "https://www.owenscorning.com", "canonical_domain": "owenscorning.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["construction"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "OC", "exchange": "New York Stock Exchange", "lei": "JO5M6676RDJIZ2U8X907", "sec_cik": "1370946", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Owens_Corning_logo.jpg", "description": "American manufacturer of building materials", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
825 +{"wikidata_id": "Q7130852", "display_name": "Panera Bread", "legal_name": null, "aliases": ["Saint Louis Bread Company"], "website": "https://www.panerabread.com", "canonical_domain": "panerabread.com", "country": "US", "hq_city": "Sunset Hills", "hq_region": "St. Louis County", "lat": 38.53556, "lon": -90.40389, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "PNRA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panera_Bread_wordmark.svg", "description": "American restaurant chain specializing in soups, salads and sandwiches", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
826 +{"wikidata_id": "Q7268803", "display_name": "Qualtrics", "legal_name": null, "aliases": ["Experience management", "Qualtrics International Inc."], "website": "https://www.qualtrics.com", "canonical_domain": "qualtrics.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "XM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1747748", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qualtrics_logo.svg", "description": "experience management company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1747748", "enriched_at": "2026-09-13T07:17:38+00:00"}}
827 +{"wikidata_id": "Q747207", "display_name": "Lattice Semiconductor", "legal_name": null, "aliases": [], "website": "https://www.latticesemi.com", "canonical_domain": "latticesemi.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "LSCC", "exchange": "Nasdaq", "lei": "549300LRBBPZDQ2II567", "sec_cik": "855658", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lattice_Semiconductor_logo.png", "description": "electronics company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
828 +{"wikidata_id": "Q7555837", "display_name": "SolarWinds", "legal_name": null, "aliases": ["Confio Software Inc.", "SolarWinds Inc."], "website": "https://www.solarwinds.com", "canonical_domain": "solarwinds.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SWI", "exchange": "New York Stock Exchange", "lei": "54930030N5MKQ6DN3F48", "sec_cik": "1428669", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solarwinds.svg", "description": "American software company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
829 +{"wikidata_id": "Q7577375", "display_name": "Spin Master", "legal_name": null, "aliases": ["SPIN MASTER"], "website": "https://www.spinmaster.com", "canonical_domain": "spinmaster.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "TOY", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spin_Master_logo.png", "description": "Canadian toy and entertainment company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
830 +{"wikidata_id": "Q7742790", "display_name": "The J.M. Smucker Company", "legal_name": null, "aliases": ["Smucker", "Smucker's", "J.M. Smucker Company (United States)"], "website": "https://www.jmsmucker.com", "canonical_domain": "jmsmucker.com", "country": "US", "hq_city": "Orrville", "hq_region": "Wayne County", "lat": 40.8333, "lon": -81.7667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "SJM", "exchange": "New York Stock Exchange", "lei": "5493000WDH6A0LHDJD55", "sec_cik": "91419", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smuckers_logo.svg", "description": "American food manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
831 +{"wikidata_id": "Q784804", "display_name": "AutoNation", "legal_name": null, "aliases": [], "website": "https://www.autonation.com", "canonical_domain": "autonation.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "AN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "350698", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AutoNation_logo.svg", "description": "American automotive retailer based in Fort Lauderdale, Florida", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
832 +{"wikidata_id": "Q7924358", "display_name": "Viasat", "legal_name": null, "aliases": ["VSAT", "ViaSat", "Viasat Inc."], "website": "https://www.viasat.com", "canonical_domain": "viasat.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["telecommunications"], "industry_labels": ["communication"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "VSAT", "exchange": "Nasdaq", "lei": "UFC8NYMNFSYIHNSM2I38", "sec_cik": "797721", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viasat.svg", "description": "American communications company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
833 +{"wikidata_id": "Q806914", "display_name": "Banorte", "legal_name": null, "aliases": ["GFNorte", "Grupo Financiero Banorte"], "website": "https://investors.banorte.com", "canonical_domain": "banorte.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "GBOOF", "exchange": "OTC Markets Group", "lei": "5493002C56S2RYRKJ580", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banorte.png", "description": "Mexican financial group", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
834 +{"wikidata_id": "Q829961", "display_name": "Forrester", "legal_name": null, "aliases": [], "website": "https://www.forrester.com", "canonical_domain": "forrester.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "FORR", "exchange": "Nasdaq", "lei": "549300UUSFXYLJ80Z897", "sec_cik": "1023313", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Forrester_Research_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1023313", "enriched_at": "2026-09-13T07:17:38+00:00"}}
835 +{"wikidata_id": "Q899183", "display_name": "FMC Corporation", "legal_name": null, "aliases": ["Food Machinery & Chemical Corporation", "Food Machinery and Chemical", "Food Machinery and Chemical Corporation"], "website": "https://www.fmc.com", "canonical_domain": "fmc.com", "country": "US", "hq_city": "BNY Mellon Center", "hq_region": "Philadelphia", "lat": 39.9525, "lon": -75.16778, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "FMC", "exchange": "New York Stock Exchange", "lei": "CKDHZ2X64EEBQCSP7013", "sec_cik": "37785", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FMC_Corporation_logo.svg", "description": "American chemical manufacturing company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
836 +{"wikidata_id": "Q915543", "display_name": "Briggs & Stratton", "legal_name": null, "aliases": [], "website": "https://briggsandstratton.com", "canonical_domain": "briggsandstratton.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "BGG", "exchange": "New York Stock Exchange", "lei": "549300OYTIWYSPR42284", "sec_cik": "14195", "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
837 +{"wikidata_id": "Q1023765", "display_name": "CIT Group", "legal_name": null, "aliases": ["CIT Group Inc.", "CIT Group Incorporated", "Commercial Credit and Investment Company", "Commercial Investment Trust", "Tyco Capital", "Tyco Capital Corporation"], "website": "https://www.cit.com", "canonical_domain": "cit.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6021 National Commercial Banks"], "founded_year": 1908, "employees": 3360, "public_company": true, "ticker": null, "exchange": null, "lei": "N8O96ZZJQRFYQUJY7K79", "sec_cik": "1171825", "parent": {"wikidata_id": "Q5452733", "name": "First Citizens BancShares"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cit-logo.svg", "description": "American banking and financial services company", "sitelinks": 10, "importance": 0.4696, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1171825", "enriched_at": "2026-09-13T07:17:38+00:00"}}
838 +{"wikidata_id": "Q23633", "display_name": "HBO", "legal_name": null, "aliases": ["HBO Family"], "website": "https://hbo.com", "canonical_domain": "hbo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TMFIX6P4TRT588", "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HBO_logo.svg", "description": "American pay television network", "sitelinks": 86, "importance": 0.4695, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q662081"}]}
839 +{"wikidata_id": "Q29570", "display_name": "Chevrolet", "legal_name": null, "aliases": [], "website": "https://www.chevrolet.com", "canonical_domain": "chevrolet.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chevrolet_simple_logo.svg", "description": "American automobile division of GM", "sitelinks": 86, "importance": 0.4695, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
840 +{"wikidata_id": "Q1189512", "display_name": "Illumination", "legal_name": null, "aliases": [], "website": "https://www.illumination.com", "canonical_domain": "illumination.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": 100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q168383", "name": "Universal Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Illumination_Entertainment.svg", "description": "American animation film production company", "sitelinks": 45, "importance": 0.4693, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
841 +{"wikidata_id": "Q7937913", "display_name": "Vivint Solar", "legal_name": null, "aliases": [], "website": "https://www.vivintsolar.com", "canonical_domain": "vivintsolar.com", "country": "US", "hq_city": "Lehi", "hq_region": "Utah County", "lat": 40.38844, "lon": -111.83639, "industries": ["renewables"], "industry_labels": ["solar panel", "solar power"], "founded_year": 2011, "employees": 5000, "public_company": true, "ticker": "VSLR", "exchange": "New York Stock Exchange", "lei": "549300IMDTS6JXV4CV59", "sec_cik": "1607716", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vivint_Solar_logo.png", "description": "home solar power company", "sitelinks": 3, "importance": 0.469, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
842 +{"wikidata_id": "Q937801", "display_name": "Alienware", "legal_name": null, "aliases": ["ALIENWARE", "Dell Alienware", "Sakai of Miami", "Inc."], "website": "https://www.alienware.com", "canonical_domain": "alienware.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1996, "employees": 700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27500963", "name": "Dell Technologies"}, "logo_url": null, "description": "American computer hardware subsidiary of Dell Inc. specialised on gaming hardware", "sitelinks": 34, "importance": 0.4686, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
843 +{"wikidata_id": "Q2924461", "display_name": "DC Comics", "legal_name": "DC Comics, Inc.", "aliases": [], "website": "https://www.dc.com", "canonical_domain": "dc.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3011161", "name": "DC Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DC_Comics_2024.svg", "description": "American comic book publisher, a subsidiary of Warner Bros. Discovery", "sitelinks": 85, "importance": 0.4683, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q31197934"}, {"related_domain_conflict": "Q3011161"}]}
844 +{"wikidata_id": "Q94849", "display_name": "Novonor", "legal_name": null, "aliases": ["Novonor S.A."], "website": "https://novonor.com", "canonical_domain": "novonor.com", "country": "BR", "hq_city": "Salvador", "hq_region": "Bahia", "lat": -12.98306, "lon": -38.49278, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1944, "employees": 79616, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Novonor.svg", "description": "Brazilian company involved in a corruption scandal in Latin America", "sitelinks": 17, "importance": 0.4672, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
845 +{"wikidata_id": "Q189557", "display_name": "ZeniMax Media", "legal_name": null, "aliases": ["ZeniMax Media Inc."], "website": "https://www.zenimax.com", "canonical_domain": "zenimax.com", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q117536672", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZeniMax_Media_Logo.svg", "description": "media company by Microsoft", "sitelinks": 30, "importance": 0.4669, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
846 +{"wikidata_id": "Q2004423", "display_name": "FEI Company", "legal_name": null, "aliases": ["FEI", "Field Electron and Ion Company"], "website": "https://www.fei.com", "canonical_domain": "fei.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["technology"], "industry_labels": [], "founded_year": 1971, "employees": 2700, "public_company": true, "ticker": null, "exchange": null, "lei": "ENU6JE4QCEWJ9YIZ4340", "sec_cik": null, "parent": {"wikidata_id": "Q643674", "name": "Thermo Fisher Scientific Inc."}, "logo_url": null, "description": "American company that designs, manufactures, and supports microscope technology", "sitelinks": 10, "importance": 0.4665, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
847 +{"wikidata_id": "Q5003490", "display_name": "BuzzFeed", "legal_name": null, "aliases": [], "website": "https://www.buzzfeed.com", "canonical_domain": "buzzfeed.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "entertainment"], "industry_labels": ["advertorial", "media industry", "media & entertainment industry", "SIC 4899 Communications Services, NEC"], "founded_year": 2006, "employees": 1800, "public_company": true, "ticker": "BZFD", "exchange": "Nasdaq", "lei": "549300SG5TUGEF0IOD98", "sec_cik": "1828972", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BuzzFeed_Logo_10.2019.svg", "description": "American internet media and news company", "sitelinks": 29, "importance": 0.4661, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1828972", "enriched_at": "2026-09-13T07:17:38+00:00"}}
848 +{"wikidata_id": "Q731482", "display_name": "Infinity Ward", "legal_name": null, "aliases": [], "website": "https://infinityward.com", "canonical_domain": "infinityward.com", "country": "US", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": 125, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infinity_Ward.svg", "description": "American video game developer", "sitelinks": 42, "importance": 0.4654, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
849 +{"wikidata_id": "Q382543", "display_name": "Treyarch", "legal_name": null, "aliases": [], "website": "https://www.treyarch.com", "canonical_domain": "treyarch.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": null, "description": "American video game-developing company", "sitelinks": 38, "importance": 0.4651, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
850 +{"wikidata_id": "Q204474", "display_name": "idsoftware.com", "legal_name": null, "aliases": [], "website": "https://www.idsoftware.com", "canonical_domain": "idsoftware.com", "country": "US", "hq_city": "Richardson", "hq_region": "Dallas County", "lat": 32.94833, "lon": -96.72972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 39, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1467749", "parent": {"wikidata_id": "Q189557", "name": "ZeniMax Media"}, "logo_url": null, "description": "American video game developer", "sitelinks": 49, "importance": 0.4647, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
851 +{"wikidata_id": "Q124333951", "display_name": "Perplexity AI", "legal_name": null, "aliases": [], "website": "https://www.perplexity.ai", "canonical_domain": "perplexity.ai", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2022, "employees": 52, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Perplexity_AI_logo.svg", "description": "American conversational search engine company", "sitelinks": 47, "importance": 0.4645, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
852 +{"wikidata_id": "Q856783", "display_name": "CSX Transportation", "legal_name": null, "aliases": ["CSX", "CSXT"], "website": "https://www.csx.com", "canonical_domain": "csx.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["transportation"], "industry_labels": ["SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1986, "employees": 29000, "public_company": true, "ticker": "CSX", "exchange": "Nasdaq", "lei": null, "sec_cik": "277948", "parent": {"wikidata_id": "Q1024454", "name": "CSX Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CSX_Corporation_logo.svg", "description": "railway system in the United States of America", "sitelinks": 19, "importance": 0.4637, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1024454"}], "source_edgar": {"cik": "277948", "enriched_at": "2026-09-13T07:17:38+00:00"}}
853 +{"wikidata_id": "Q621532", "display_name": "Applebee's", "legal_name": null, "aliases": [], "website": "https://www.applebees.com", "canonical_domain": "applebees.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Platte County", "lat": 39.05, "lon": -94.58333, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1980, "employees": 28000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5278020", "name": "Dine Brands Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AB_Brand_Refresh_Logo_R.png", "description": "restaurant chain", "sitelinks": 19, "importance": 0.4632, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
854 +{"wikidata_id": "Q4979671", "display_name": "Materion", "legal_name": "Materion Corporation", "aliases": ["Brush Beryllium Company", "Brush Engineered Materials Inc.", "Brush Wellman Inc."], "website": "https://materion.com", "canonical_domain": "materion.com", "country": "US", "hq_city": "Mayfield Heights", "hq_region": "Cuyahoga County", "lat": 41.50787, "lon": -81.45741, "industries": ["materials"], "industry_labels": [], "founded_year": 1931, "employees": 3100, "public_company": true, "ticker": "MTRN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1104657", "parent": null, "logo_url": null, "description": "engineered materials company in Mayfield Heights, United States", "sitelinks": 3, "importance": 0.4621, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1104657", "enriched_at": "2026-09-13T07:17:38+00:00"}}
855 +{"wikidata_id": "Q364", "display_name": "GitHub", "legal_name": "GitHub", "aliases": [], "website": "https://github.com", "canonical_domain": "github.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software", "technology"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GitHub_logo_2013.svg", "description": "hosting service for software projects using Git", "sitelinks": 80, "importance": 0.462, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
856 +{"wikidata_id": "Q1501547", "display_name": "General Atomics", "legal_name": null, "aliases": ["GA"], "website": "https://www.ga.com", "canonical_domain": "ga.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1955, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300MXCCBCKUIL0P33", "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": null, "description": "American aerospace and defense company", "sitelinks": 24, "importance": 0.4617, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
857 +{"wikidata_id": "Q7695732", "display_name": "Telenav", "legal_name": null, "aliases": ["TeleNav"], "website": "https://www.telenav.com", "canonical_domain": "telenav.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1999, "employees": 583, "public_company": true, "ticker": "TNAV", "exchange": "Nasdaq", "lei": "529900IWKA0QZA533R93", "sec_cik": "1474439", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TeleNav.svg", "description": "American location-based services company", "sitelinks": 4, "importance": 0.4614, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
858 +{"wikidata_id": "Q106581385", "display_name": "Kyndryl", "legal_name": null, "aliases": ["KYNDRYL", "INC. (New York", "NY)"], "website": "https://www.kyndryl.com", "canonical_domain": "kyndryl.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "KD", "exchange": "New York Stock Exchange", "lei": "549300RS9ZY2LETFSE98", "sec_cik": "1867072", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyndryl_logo.svg", "description": "U.S. information technology company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1867072", "enriched_at": "2026-09-13T07:17:38+00:00"}}
859 +{"wikidata_id": "Q1094313", "display_name": "Banco Santander-Chile", "legal_name": null, "aliases": [], "website": "https://www.santander.cl", "canonical_domain": "santander.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "BSAC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "931456", "parent": {"wikidata_id": "Q806215", "name": "Santander Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Santander_Logotipo.svg", "description": "banking company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
860 +{"wikidata_id": "Q1123957", "display_name": "Concha y Toro", "legal_name": null, "aliases": [], "website": "https://www.conchaytoro.com", "canonical_domain": "conchaytoro.com", "country": "CL", "hq_city": "Pirque", "hq_region": "Cordillera Province", "lat": -35.06339, "lon": -71.27197, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "CONCHATORO", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Concha_y_Toro.svg", "description": "Chilean wine company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
861 +{"wikidata_id": "Q1129847", "display_name": "Cooper Tire & Rubber Company", "legal_name": null, "aliases": ["Cooper Tire & Rubber Company (United States)"], "website": "https://coopertire.com", "canonical_domain": "coopertire.com", "country": "US", "hq_city": "Findlay", "hq_region": "Hancock County", "lat": 41.04278, "lon": -83.64222, "industries": ["manufacturing", "chemicals"], "industry_labels": ["industrial manufacturing", "manufacture of rubber tyres and tubes; retreading and rebuilding of rubber tyres"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "CTB", "exchange": "New York Stock Exchange", "lei": "DE46ECQ8KH195MRIQN56", "sec_cik": null, "parent": {"wikidata_id": "Q620875", "name": "Goodyear Tire and Rubber Company"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
862 +{"wikidata_id": "Q1183818", "display_name": "Del Taco", "legal_name": null, "aliases": [], "website": "https://deltaco.com", "canonical_domain": "deltaco.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "TACO", "exchange": "Nasdaq", "lei": "5299004IBCSPGYGOI790", "sec_cik": "2033122", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Del_Taco.png", "description": "fast food restaurant chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2033122", "enriched_at": "2026-09-13T07:17:38+00:00"}}
863 +{"wikidata_id": "Q118957699", "display_name": "GE Vernova", "legal_name": null, "aliases": [], "website": "https://www.gevernova.com", "canonical_domain": "gevernova.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["energy", "technology"], "industry_labels": ["energy industry", "energy technology"], "founded_year": 2023, "employees": null, "public_company": true, "ticker": "GEV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1996810", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GE_Vernova_logo.svg", "description": "American energy equipment manufacturing company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1996810", "enriched_at": "2026-09-13T07:17:38+00:00"}}
864 +{"wikidata_id": "Q127074", "display_name": "Albemarle Corporation", "legal_name": null, "aliases": [], "website": "https://www.albemarle.com", "canonical_domain": "albemarle.com", "country": "US", "hq_city": "Baton Rouge", "hq_region": "East Baton Rouge Parish", "lat": 30.4475, "lon": -91.17861, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ALB", "exchange": "New York Stock Exchange", "lei": "HDBLS2Q6GV1LSKQPBS54", "sec_cik": "915913", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Albermarle_Corporation.svg", "description": "American specialty chemicals manufacturing company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
865 +{"wikidata_id": "Q1339966", "display_name": "Enbridge", "legal_name": null, "aliases": ["Enbridge Inc", "Enbridge Inc.", "Incorporated"], "website": "https://www.enbridge.com", "canonical_domain": "enbridge.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "ENB", "exchange": "Toronto Stock Exchange", "lei": "98TPTUM4IVMFCZBCUR27", "sec_cik": "895728", "parent": null, "logo_url": null, "description": "Canadian energy transportation company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
866 +{"wikidata_id": "Q1384324", "display_name": "Expeditors International", "legal_name": null, "aliases": ["Expeditors", "Expeditors International of Washington"], "website": "https://www.expeditors.com", "canonical_domain": "expeditors.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "EXPD", "exchange": "Nasdaq", "lei": "984500B055A804AB6E40", "sec_cik": "746515", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Expeditors_logo.svg", "description": "American worldwide logistics and freight forwarding company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
867 +{"wikidata_id": "Q1411295", "display_name": "Fidelity National Information Services", "legal_name": null, "aliases": ["FIS", "Fidelity Information Services", "PayNet Payments Network - FIS Global", "PayNet Payments Network", "LLC (Jacksonville", "FL)"], "website": "https://www.fisglobal.com", "canonical_domain": "fisglobal.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 7389 Services-Business Services, NEC"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "FIS", "exchange": "New York Stock Exchange", "lei": "549300A1L6FC2WZGVY11", "sec_cik": "1136893", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FIS_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1136893", "enriched_at": "2026-09-13T07:17:38+00:00"}}
868 +{"wikidata_id": "Q1524197", "display_name": "Gildan Activewear", "legal_name": null, "aliases": ["Gildan", "Gildan Activewear S.R.L."], "website": "https://www.gildan.com", "canonical_domain": "gildan.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "GIL", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1061894", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gildan_logo.svg", "description": "Canadian clothing company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
869 +{"wikidata_id": "Q1540745", "display_name": "Usiminas", "legal_name": null, "aliases": [], "website": "https://eng.usiminas.com.br", "canonical_domain": "usiminas.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "USIM3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Usiminas_%282023%29.svg", "description": "Brazilian steel company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
870 +{"wikidata_id": "Q1673079", "display_name": "Iron Mountain Incorporated", "legal_name": null, "aliases": ["Iron Mountain Atomic Storage Corporation", "Iron Mountain (United States)"], "website": "https://www.ironmountain.com", "canonical_domain": "ironmountain.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "IRM", "exchange": "New York Stock Exchange", "lei": "SQL3F6CKNNBM3SQGHX24", "sec_cik": "1020569", "parent": null, "logo_url": null, "description": "American information management company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
871 +{"wikidata_id": "Q1700871", "display_name": "Bausch Health", "legal_name": null, "aliases": ["Bausch Health Companies Inc.", "PharmaSwiss", "Valeant", "Valeant Pharmaceuticals", "Valeant Pharmaceuticals (Netherlands)", "Valeant Pharmaceuticals International", "Valeant Pharmaceuticals International", "Inc."], "website": "https://www.bauschhealth.com", "canonical_domain": "bauschhealth.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "BHC", "exchange": "New York Stock Exchange", "lei": "KOO0397YRO83WY5MGD97", "sec_cik": "885590", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bausch_Health_logo.svg", "description": "multinational specialty drugs company based in Laval, Quebec, Canada", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "885590", "enriched_at": "2026-09-13T07:17:38+00:00"}}
872 +{"wikidata_id": "Q18394878", "display_name": "Canopy Growth Corporation", "legal_name": null, "aliases": ["Canopy Growth Corp", "Tweed Marijuana Inc"], "website": "https://www.canopygrowth.com", "canonical_domain": "canopygrowth.com", "country": "CA", "hq_city": "Smiths Falls", "hq_region": "Lanark County", "lat": 44.9, "lon": -76.0167, "industries": ["agriculture"], "industry_labels": ["cannabis industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "WEED", "exchange": "Toronto Stock Exchange", "lei": "529900CSD7NH1UBC9X07", "sec_cik": "1737927", "parent": null, "logo_url": null, "description": "medical marijuana company based in Smiths Falls, Ontario", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
873 +{"wikidata_id": "Q1885491", "display_name": "FactSet", "legal_name": null, "aliases": [], "website": "https://www.factset.com", "canonical_domain": "factset.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "FDS", "exchange": "New York Stock Exchange", "lei": "549300ZSJE7NBK6K9P30", "sec_cik": "1013237", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FactSet_wordmark.svg", "description": "American financial data company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
874 +{"wikidata_id": "Q20182011", "display_name": "Jinko Solar", "legal_name": null, "aliases": [], "website": "https://www.jinkosolar.com", "canonical_domain": "jinkosolar.com", "country": "KY", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "JKS", "exchange": "New York Stock Exchange", "lei": "529900Y93WNCS05FG852", "sec_cik": "1481513", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JinkoSolarLOGO.png", "description": "Chinese solar panel manufacturer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
875 +{"wikidata_id": "Q2025791", "display_name": "Open Text Corporation", "legal_name": null, "aliases": ["OpenText", "OpenText Corporation"], "website": "https://www.opentext.com", "canonical_domain": "opentext.com", "country": "CA", "hq_city": "Waterloo", "hq_region": "Regional Municipality of Waterloo", "lat": 43.46667, "lon": -80.51667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "OTEX", "exchange": "Toronto Stock Exchange", "lei": "549300HP7ONDQODZJV16", "sec_cik": "1002638", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OpenText_logo_%282025%29.svg", "description": "Canadian software company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5941042"}]}
876 +{"wikidata_id": "Q2424396", "display_name": "Brocade Communications Systems", "legal_name": null, "aliases": ["Inc", "Inc."], "website": "https://www.brocade.com", "canonical_domain": "brocade.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "BRCD", "exchange": "Nasdaq", "lei": "1XQGEZZK200XKZPV1W26", "sec_cik": "1009626", "parent": {"wikidata_id": "Q555925", "name": "Broadcom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brocade_logo.svg", "description": "company specializing in storage networking products", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
877 +{"wikidata_id": "Q2528284", "display_name": "Vishay Intertechnology", "legal_name": null, "aliases": [], "website": "https://www.vishay.com", "canonical_domain": "vishay.com", "country": "US", "hq_city": "Malvern", "hq_region": "Chester County", "lat": 40.03444, "lon": -75.51417, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "VSH", "exchange": "New York Stock Exchange", "lei": "5493009O8F3QQJTCQR75", "sec_cik": "103730", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vishay_Logo.svg", "description": "American semiconductor manufacturer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
878 +{"wikidata_id": "Q2843129", "display_name": "Ameriprise Financial", "legal_name": null, "aliases": ["Ameriprise Financial (United States)"], "website": "https://www.ameripriseadvisors.com", "canonical_domain": "ameripriseadvisors.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1894, "employees": null, "public_company": true, "ticker": "AMP", "exchange": "New York Stock Exchange", "lei": "6ZLKQF7QB6JAEKQS5388", "sec_cik": "820027", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ameriprise_Financial_logo.svg", "description": "financial services company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
879 +{"wikidata_id": "Q2912154", "display_name": "VeriFone", "legal_name": null, "aliases": ["Verifone", "Inc."], "website": "https://www.verifone.com", "canonical_domain": "verifone.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "PAY", "exchange": "Nasdaq", "lei": "EMR6SNCBCF4WNP8HYO78", "sec_cik": "820580", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verifone_Logo.svg", "description": "business enterprise", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
880 +{"wikidata_id": "Q3009498", "display_name": "MSA Safety", "legal_name": null, "aliases": ["Mine Safety Appliances", "Mine Safety Appliances (United States)", "MSA Safety Incorporated"], "website": "https://www.msasafety.com", "canonical_domain": "msasafety.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["manufacturing"], "industry_labels": ["personal protective equipment"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "MSA", "exchange": "New York Stock Exchange", "lei": "529900DVA3258XK11O39", "sec_cik": "66570", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MSA_Safety_Logo.svg", "description": "manufacturing company in Pennsylvania", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
881 +{"wikidata_id": "Q3131210", "display_name": "Natura Cosméticos S.A.", "legal_name": null, "aliases": ["Natura", "Natura & Co", "Natura Cosmeticos", "Natura Cosméticos", "Natura Cosmeticos S.A."], "website": "https://www.natura.com.br", "canonical_domain": "natura.com.br", "country": "BR", "hq_city": "Cajamar", "hq_region": "São Paulo", "lat": -23.35583, "lon": -46.87694, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "NATU3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Natura_logo.svg", "description": "Brazilian manufacturer and marketer of beauty products", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
882 +{"wikidata_id": "Q3179970", "display_name": "Stolt-Nielsen", "legal_name": null, "aliases": [], "website": "https://www.stolt-nielsen.com", "canonical_domain": "stolt-nielsen.com", "country": "BM", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "SNI", "exchange": "Oslo Stock Exchange", "lei": "213800VZX4LWJSGRLR94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stolt-Nielsen_logo.svg", "description": "provider of transportation and storage for liquids", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
883 +{"wikidata_id": "Q3272257", "display_name": "M&T Bank", "legal_name": null, "aliases": ["M&T", "M&T Bank Corporation", "Manufacturers and Traders Trust Company"], "website": "https://www3.mtb.com", "canonical_domain": "mtb.com", "country": "US", "hq_city": "Buffalo", "hq_region": "Erie County", "lat": 42.88639, "lon": -78.87806, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1856, "employees": null, "public_company": true, "ticker": "MTB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "36270", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M%26T_Bank_wordmark.svg", "description": "American bank holding company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
884 +{"wikidata_id": "Q402788", "display_name": "Orbcomm", "legal_name": null, "aliases": ["ORBCOMM"], "website": "https://www.orbcomm.com", "canonical_domain": "orbcomm.com", "country": "US", "hq_city": "Fort Lee", "hq_region": "Bergen County", "lat": 40.85083, "lon": -73.97, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "ORBC", "exchange": "Nasdaq", "lei": "529900PSC8WVCY267I23", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orbcomm_logo.svg", "description": "American telecommunications company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
885 +{"wikidata_id": "Q428977", "display_name": "Pitney Bowes", "legal_name": null, "aliases": [], "website": "https://www.pitneybowes.com", "canonical_domain": "pitneybowes.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["technology"], "industry_labels": ["service", "SIC 3579 Office Machines, NEC"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "PBI", "exchange": "New York Stock Exchange", "lei": "549300N2O26NW4ST6W55", "sec_cik": "78814", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pitney_Bowes_2015.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "78814", "enriched_at": "2026-09-13T07:17:38+00:00"}}
886 +{"wikidata_id": "Q4826087", "display_name": "AutoZone", "legal_name": null, "aliases": [], "website": "https://www.autozone.com", "canonical_domain": "autozone.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "AZO", "exchange": "New York Stock Exchange", "lei": "GA3JGKJ41LJKXDN23E90", "sec_cik": "866787", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_AutoZone.png", "description": "retailer of aftermarket automotive parts", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
887 +{"wikidata_id": "Q4829076", "display_name": "Avnet", "legal_name": null, "aliases": ["Inc."], "website": "https://www.avnet.com", "canonical_domain": "avnet.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "AVT", "exchange": "Nasdaq", "lei": "XJI53DCPL7QABOWK4Z75", "sec_cik": "8858", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avnet_logo.svg", "description": "business-to-business technology distributor headquartered in Phoenix, Arizona", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
888 +{"wikidata_id": "Q48742870", "display_name": "Nutrien", "legal_name": null, "aliases": ["Nutrien Ag Solutions"], "website": "https://www.nutrien.com", "canonical_domain": "nutrien.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "NTR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1725964", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nutrien_Logo.svg", "description": "fertilizer company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1725964", "enriched_at": "2026-09-13T07:17:38+00:00"}}
889 +{"wikidata_id": "Q4993917", "display_name": "Varian Medical Systems", "legal_name": null, "aliases": ["Varian Associates"], "website": "https://www.varian.com", "canonical_domain": "varian.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "VAR", "exchange": "New York Stock Exchange", "lei": "TK3LAKL7I0QNTCVWSY07", "sec_cik": "203527", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Varian_company_logo_2017.png", "description": "American healthcare company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
890 +{"wikidata_id": "Q5011381", "display_name": "CHS Inc.", "legal_name": null, "aliases": [], "website": "https://www.chsinc.com", "canonical_domain": "chsinc.com", "country": "US", "hq_city": "Inver Grove Heights", "hq_region": "Dakota County", "lat": 44.84806, "lon": -93.04278, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "CHSCP", "exchange": "Nasdaq", "lei": "XEIEFTLYDQ1MZ6TZV015", "sec_cik": "823277", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CHS_Inc._logo.svg", "description": "American agricultural company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "823277", "enriched_at": "2026-09-13T07:17:38+00:00"}}
891 +{"wikidata_id": "Q522617", "display_name": "Invesco", "legal_name": null, "aliases": [], "website": "https://www.invesco.com", "canonical_domain": "invesco.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "IVZ", "exchange": "New York Stock Exchange", "lei": "ECPGFXU8A2SHKVVGJI15", "sec_cik": "914208", "parent": null, "logo_url": null, "description": "US investment management company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q122166676"}]}
892 +{"wikidata_id": "Q625708", "display_name": "Aramark", "legal_name": null, "aliases": ["Aramark Corporation"], "website": "https://www.aramark.com", "canonical_domain": "aramark.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "ARMK", "exchange": "New York Stock Exchange", "lei": "549300MR6PG2DWZUIL39", "sec_cik": "1584509", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aramark_logo.svg", "description": "American service company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
893 +{"wikidata_id": "Q677464", "display_name": "Dominion Energy", "legal_name": null, "aliases": ["Dominion", "Dominion Resources"], "website": "https://www.dominionenergy.com", "canonical_domain": "dominionenergy.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "D", "exchange": "New York Stock Exchange", "lei": "ILUL7B6Z54MRYCF6H308", "sec_cik": "715957", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dominion_Energy_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
894 +{"wikidata_id": "Q7301386", "display_name": "Realty Income Corporation", "legal_name": "Realty Income Inc", "aliases": [], "website": "https://www.realtyincome.com", "canonical_domain": "realtyincome.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.93771, "lon": -117.23689, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "O", "exchange": "New York Stock Exchange", "lei": "549300CUWDAUZSH43859", "sec_cik": "726728", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Realty_Income_logo.svg", "description": "real estate investment trust in the United States", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
895 +{"wikidata_id": "Q7304886", "display_name": "Red Robin", "legal_name": null, "aliases": [], "website": "https://www.redrobin.com", "canonical_domain": "redrobin.com", "country": "US", "hq_city": "Greenwood Village", "hq_region": "Arapahoe County", "lat": 39.61583, "lon": -104.91139, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "RRGB", "exchange": "Nasdaq", "lei": "529900V6NUMBYX34LV46", "sec_cik": "1171759", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Red_Robin_logo.svg", "description": "casual dining restaurant chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
896 +{"wikidata_id": "Q768231", "display_name": "Express Scripts", "legal_name": null, "aliases": [], "website": "https://www.express-scripts.com", "canonical_domain": "express-scripts.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["retail"], "industry_labels": ["retail", "pharmacy benefits manager"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "ESRX", "exchange": "Nasdaq", "lei": null, "sec_cik": "885721", "parent": {"wikidata_id": "Q642271", "name": "The Cigna Group"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
897 +{"wikidata_id": "Q7707945", "display_name": "Texas Roadhouse", "legal_name": null, "aliases": ["Texas Road House"], "website": "https://www.texasroadhousemenues.com", "canonical_domain": "texasroadhousemenues.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TXRH", "exchange": "Nasdaq", "lei": "5299002Y1CNRPDGXTQ75", "sec_cik": "1289460", "parent": null, "logo_url": null, "description": "American chain steakhouse", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
898 +{"wikidata_id": "Q771865", "display_name": "Spectrum Brands", "legal_name": null, "aliases": ["Rayovac"], "website": "https://www.spectrumbrands.com", "canonical_domain": "spectrumbrands.com", "country": "US", "hq_city": "Middleton", "hq_region": "Dane County", "lat": 43.06028, "lon": -89.57167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "SPB", "exchange": "New York Stock Exchange", "lei": "549300VU3EH2E73C1Q04", "sec_cik": "1028985", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spectrum_Brands_logo.png", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
899 +{"wikidata_id": "Q8071921", "display_name": "Zillow", "legal_name": null, "aliases": [], "website": "https://www.zillow.com", "canonical_domain": "zillow.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "ZG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1617640", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zillow_2024.svg", "description": "online real estate database", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
900 +{"wikidata_id": "Q8073337", "display_name": "Zoetis", "legal_name": null, "aliases": ["Zoetis Inc."], "website": "https://www.zoetis.com", "canonical_domain": "zoetis.com", "country": "US", "hq_city": "Florham Park", "hq_region": "Morris County", "lat": 40.7758, "lon": -74.3941, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "ZTS", "exchange": "New York Stock Exchange", "lei": "549300HD9Q1LOC9KLJ48", "sec_cik": "1555280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoetis_logo.svg", "description": "American animal health company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
901 +{"wikidata_id": "Q8074786", "display_name": "Zscaler", "legal_name": null, "aliases": [], "website": "https://www.zscaler.com", "canonical_domain": "zscaler.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cybersecurity", "internet"], "industry_labels": ["computer security", "internet security"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ZS", "exchange": "Nasdaq", "lei": "529900MZ0RTK1BWRNF46", "sec_cik": "1713683", "parent": null, "logo_url": null, "description": "American Cybersecurity Company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
902 +{"wikidata_id": "Q844805", "display_name": "Dillard's", "legal_name": null, "aliases": [], "website": "https://www.dillards.com", "canonical_domain": "dillards.com", "country": "US", "hq_city": "Little Rock", "hq_region": "Pulaski County", "lat": 34.74444, "lon": -92.28806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "DDS", "exchange": "New York Stock Exchange", "lei": "529900FGYKMWL6019P91", "sec_cik": "28917", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dillard%27s_Logo.svg", "description": "department store (clothes, shoes, accessories)", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6555450"}]}
903 +{"wikidata_id": "Q851361", "display_name": "Huntsman Corporation", "legal_name": null, "aliases": [], "website": "https://www.huntsman.com", "canonical_domain": "huntsman.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "HUN", "exchange": "New York Stock Exchange", "lei": "3YTEJFW18LGIUQ2N5J61", "sec_cik": "1307954", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huntsman_Corporation_Logo.svg", "description": "American company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
904 +{"wikidata_id": "Q891163", "display_name": "Bojangles' Famous Chicken 'n Biscuits", "legal_name": null, "aliases": ["Bojangles"], "website": "https://www.bojangles.com", "canonical_domain": "bojangles.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "BOJA", "exchange": "Nasdaq", "lei": "549300V7MGDZ6K056B43", "sec_cik": "1630132", "parent": null, "logo_url": null, "description": "American regional fast food chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
905 +{"wikidata_id": "Q923062", "display_name": "Qlik", "legal_name": null, "aliases": ["QlikTech"], "website": "https://www.qlik.com", "canonical_domain": "qlik.com", "country": "US", "hq_city": "King of Prussia", "hq_region": "Upper Merion Township", "lat": 40.09472, "lon": -75.37806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "QLIK", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qlik_Logo.svg", "description": "American company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
906 +{"wikidata_id": "Q931200", "display_name": "C. H. Robinson Worldwide", "legal_name": null, "aliases": ["C.H. Robinson", "C.H. Robinson Worldwide", "Inc.", "CH Robinson"], "website": "https://www.chrobinson.com", "canonical_domain": "chrobinson.com", "country": "US", "hq_city": "Grand Forks", "hq_region": "Grand Forks County", "lat": 47.92528, "lon": -97.0325, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "CHRW", "exchange": "Nasdaq", "lei": "529900WNWN5L0OVDHA79", "sec_cik": "1043277", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/C._H._Robinson_logo.svg", "description": "American transportation and logistics company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
907 +{"wikidata_id": "Q941392", "display_name": "Informatica", "legal_name": null, "aliases": ["Informatica LLC"], "website": "https://www.informatica.com", "canonical_domain": "informatica.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "INFA", "exchange": "New York Stock Exchange", "lei": "5493007SV33RZV7RPS40", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InformaticaCorporation.jpg", "description": "American software company (1993-)", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
908 +{"wikidata_id": "Q555900", "display_name": "Head & Shoulders", "legal_name": null, "aliases": ["H&S", "Head and Shoulders"], "website": "https://headandshoulders.com", "canonical_domain": "headandshoulders.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Head%26shoulders-Logo.svg", "description": "brand of anti-dandruff shampoo produced by Procter & Gamble", "sitelinks": 30, "importance": 0.461, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
909 +{"wikidata_id": "Q485240", "display_name": "Billboard", "legal_name": null, "aliases": [], "website": "https://billboard.com", "canonical_domain": "billboard.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Billboard_logo.svg", "description": "American weekly music magazine", "sitelinks": 79, "importance": 0.4607, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
910 +{"wikidata_id": "Q80635", "display_name": "Airgas", "legal_name": null, "aliases": [], "website": "https://www.airgas.com", "canonical_domain": "airgas.com", "country": "US", "hq_city": "Radnor", "hq_region": "Radnor Township", "lat": 40.0461, "lon": -75.36, "industries": ["chemicals"], "industry_labels": ["industrial gas", "SIC 5084 Wholesale-Industrial Machinery & Equipment"], "founded_year": 1982, "employees": 18000, "public_company": true, "ticker": null, "exchange": null, "lei": "T9G0YDC6WFXHBPA02M60", "sec_cik": "804212", "parent": {"wikidata_id": "Q407448", "name": "Air Liquide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airgas_logo.svg", "description": "American industrial supply company", "sitelinks": 7, "importance": 0.4605, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "804212", "enriched_at": "2026-09-13T07:17:38+00:00"}}
911 +{"wikidata_id": "Q10291538", "display_name": "Grendene", "legal_name": null, "aliases": [], "website": "https://www.grendene.com.br", "canonical_domain": "grendene.com.br", "country": "BR", "hq_city": "Sobral", "hq_region": "Ceará", "lat": -3.68556, "lon": -40.34417, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1971, "employees": 22100, "public_company": true, "ticker": "GRND3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Grendene.svg", "description": "Brazilian company", "sitelinks": 2, "importance": 0.4603, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
912 +{"wikidata_id": "Q5455414", "display_name": "Fitbit", "legal_name": null, "aliases": [], "website": "https://www.fitbit.com", "canonical_domain": "fitbit.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2007, "employees": 1473, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GYQQ375BZPXK02", "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fitbit_logo16.svg", "description": "subsidiary of Google that manufactures and distributes fitness trackers", "sitelinks": 28, "importance": 0.4596, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
913 +{"wikidata_id": "Q5119048", "display_name": "CI&T", "legal_name": null, "aliases": [], "website": "https://www.ciandt.com", "canonical_domain": "ciandt.com", "country": "BR", "hq_city": "Campinas", "hq_region": "São Paulo", "lat": -22.90091, "lon": -47.05729, "industries": ["software"], "industry_labels": ["SIC 7371 Services-Computer Programming Services"], "founded_year": 1995, "employees": 2500, "public_company": true, "ticker": "CINT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1868995", "parent": null, "logo_url": null, "description": "IT company", "sitelinks": 3, "importance": 0.459, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1868995", "enriched_at": "2026-09-13T07:17:38+00:00"}}
914 +{"wikidata_id": "Q55632076", "display_name": "Rubrik", "legal_name": "Rubrik, Inc.", "aliases": ["Inc."], "website": "https://www.rubrik.com", "canonical_domain": "rubrik.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2013, "employees": 2500, "public_company": true, "ticker": "RBRK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1943896", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rubrik_Logo.svg", "description": "Zero trust data security and cloud data management for Enterprise companies", "sitelinks": 3, "importance": 0.459, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1943896", "enriched_at": "2026-09-13T07:17:38+00:00"}}
915 +{"wikidata_id": "Q1069924", "display_name": "Zipcar", "legal_name": null, "aliases": [], "website": "https://www.zipcar.com", "canonical_domain": "zipcar.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["automotive"], "industry_labels": ["carsharing", "SIC 7510 Services-Auto Rental & Leasing (No Drivers)"], "founded_year": 2000, "employees": 468, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1131457", "parent": {"wikidata_id": "Q2874395", "name": "Avis Budget Group"}, "logo_url": null, "description": "American car-sharing company", "sitelinks": 12, "importance": 0.4587, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1131457", "enriched_at": "2026-09-13T07:17:38+00:00"}}
916 +{"wikidata_id": "Q735267", "display_name": "Bungie", "legal_name": null, "aliases": ["Bungie Studios", "Inc."], "website": "https://www.bungie.net", "canonical_domain": "bungie.net", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 826, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18594", "name": "Sony Interactive Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bungie_Logo_-_Official.svg", "description": "American video game developer based in Bellevue, Washington", "sitelinks": 30, "importance": 0.4583, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
917 +{"wikidata_id": "Q1141245", "display_name": "Insomniac Games", "legal_name": null, "aliases": ["Inc."], "website": "https://insomniac.games", "canonical_domain": "insomniac.games", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 520, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Insomniac_Games_logo.svg", "description": "American video game developer", "sitelinks": 32, "importance": 0.4582, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
918 +{"wikidata_id": "Q179200", "display_name": "Metro-Goldwyn-Mayer", "legal_name": null, "aliases": ["MGM", "Metro Goldwyn Mayer", "Metro-Goldwyn-Mayer Studios"], "website": "https://mgm.com", "canonical_domain": "mgm.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "8JA4NT75BITP5LG6P072", "sec_cik": null, "parent": {"wikidata_id": "Q304509", "name": "MCA Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metro-Goldwyn-Mayer_logo.svg", "description": "American film and television and distribution company", "sitelinks": 77, "importance": 0.458, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4740868"}, {"related_domain_conflict": "Q905791"}]}
919 +{"wikidata_id": "Q1056839", "display_name": "DirecTV", "legal_name": null, "aliases": ["DIRECTV", "DirecTV Group", "DirecTV LLC"], "website": "https://directv.com", "canonical_domain": "directv.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4899 Communications Services, NEC"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1465112", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_DirecTV_Logo_2025.svg", "description": "direct broadcast satellite & streaming TV company", "sitelinks": 29, "importance": 0.4576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q28126900"}, {"related_domain_conflict": "Q3029366"}], "source_edgar": {"cik": "1465112", "enriched_at": "2026-09-13T07:17:38+00:00"}}
920 +{"wikidata_id": "Q105584", "display_name": "Rotten Tomatoes", "legal_name": null, "aliases": [], "website": "https://www.rottentomatoes.com", "canonical_domain": "rottentomatoes.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rotten_Tomatoes_logo.svg", "description": "American review aggregator for film and television", "sitelinks": 76, "importance": 0.4567, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
921 +{"wikidata_id": "Q186941", "display_name": "Columbia Pictures", "legal_name": null, "aliases": ["Columbia Pictures Corporation", "Columbia Pictures Entertainment", "Columbia Pictures Industries", "Inc.", "CPII"], "website": "https://www.sonypictures.com", "canonical_domain": "sonypictures.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q822314", "name": "Sony Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Columbia_Pictures.svg", "description": "American film production and distribution company", "sitelinks": 76, "importance": 0.4567, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q651454"}, {"related_domain_conflict": "Q2065128"}, {"related_domain_conflict": "Q734401"}, {"related_domain_conflict": "Q2314043"}]}
922 +{"wikidata_id": "Q835283", "display_name": "Caixa", "legal_name": null, "aliases": ["Caixa Econômica Federal"], "website": "https://www.caixa.gov.br", "canonical_domain": "caixa.gov.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1861, "employees": 86000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caixa_Econ%C3%B4mica_Federal_logo_1997.svg", "description": "Brazilian government-owned financial institution", "sitelinks": 15, "importance": 0.456, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
923 +{"wikidata_id": "Q105887484", "display_name": "Rocket Companies", "legal_name": null, "aliases": ["Rocket", "RKT", "Inc."], "website": "https://rocket.com", "canonical_domain": "rocket.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["aerospace-defense", "financial-services"], "industry_labels": [], "founded_year": null, "employees": 14200, "public_company": true, "ticker": "RKT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1805284", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%22Rocket_Companies%22_logo.svg", "description": "Detroit-based, publicly-traded home ownership and fintech company focused on mortgages and financial freedom", "sitelinks": 2, "importance": 0.4539, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1805284", "enriched_at": "2026-09-13T07:17:38+00:00"}}
924 +{"wikidata_id": "Q10322293", "display_name": "M. Dias Branco", "legal_name": null, "aliases": [], "website": "https://www.mdiasbranco.com.br", "canonical_domain": "mdiasbranco.com.br", "country": "BR", "hq_city": "Eusébio", "hq_region": "Ceará", "lat": -3.89, "lon": -38.45083, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1936, "employees": 14000, "public_company": true, "ticker": "MDIA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "food industry in the state of Ceará, Brazil", "sitelinks": 2, "importance": 0.4537, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
925 +{"wikidata_id": "Q654762", "display_name": "Sotheby's", "legal_name": "Sotheby Parke Bernet & Co.", "aliases": ["Sotheby & Co", "Sotheby’s", "Sothebys", "Southeby", "Wilkinson & Hodge"], "website": "https://www.sothebys.com", "canonical_domain": "sothebys.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.76639, "lon": -73.95361, "industries": ["retail"], "industry_labels": ["auction", "SIC 7389 Services-Business Services, NEC"], "founded_year": 1744, "employees": 133, "public_company": false, "ticker": null, "exchange": null, "lei": "549300P5BAAMQQ7VL735", "sec_cik": "823094", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sothebys_Logo.svg", "description": "auction house", "sitelinks": 37, "importance": 0.4533, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "823094", "enriched_at": "2026-09-13T07:17:38+00:00"}}
926 +{"wikidata_id": "Q5297699", "display_name": "Dorel Industries", "legal_name": null, "aliases": [], "website": "https://www.dorel.com", "canonical_domain": "dorel.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["manufacturing"], "industry_labels": ["Conglomerate", "SIC 2511 Wood Household Furniture, (No Upholstered)"], "founded_year": 1962, "employees": 10500, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "843405", "parent": null, "logo_url": null, "description": "Canadian furniture and children's products company", "sitelinks": 7, "importance": 0.4527, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "843405", "enriched_at": "2026-09-13T07:17:38+00:00"}}
927 +{"wikidata_id": "Q1023155", "display_name": "CDW", "legal_name": null, "aliases": [], "website": "https://www.cdw.com", "canonical_domain": "cdw.com", "country": "US", "hq_city": "Vernon Hills", "hq_region": "Lake County", "lat": 42.23111, "lon": -87.96917, "industries": ["e-commerce"], "industry_labels": ["business-to-business", "SIC 5961 Retail-Catalog & Mail-Order Houses"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CDW", "exchange": "Nasdaq", "lei": "9845001B052ABF0B6755", "sec_cik": "1402057", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CDW_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1402057", "enriched_at": "2026-09-13T07:17:38+00:00"}}
928 +{"wikidata_id": "Q1121202", "display_name": "Companhia Energética de Minas Gerais", "legal_name": null, "aliases": ["CEMIG", "Companhia Energetica de Minas Gerais S.A.", "Companhia Energética de Minas Gerais S.A.", "Energy Company of Minas Gerais"], "website": "https://www.cemig.com.br", "canonical_domain": "cemig.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["energy"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "CMIG3", "exchange": "São Paulo Stock Exchange", "lei": "254900W703PXLDSEM056", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Companhia_Energ%C3%A9tica_de_Minas_Gerais_logo.svg", "description": "Brazilian power company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
929 +{"wikidata_id": "Q1128160", "display_name": "Constellation Brands", "legal_name": null, "aliases": ["Constellation", "Constellation Beers & Spirits", "Constellation Brands Inc.", "Constellation Wines", "STZ"], "website": "https://cbrands.mx", "canonical_domain": "cbrands.mx", "country": "US", "hq_city": "Victor", "hq_region": "Ontario County", "lat": 42.9831, "lon": -77.4058, "industries": ["food-beverage"], "industry_labels": ["alcohol industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "STZ", "exchange": "New York Stock Exchange", "lei": "5493005GKEG8QCVY7037", "sec_cik": "16918", "parent": null, "logo_url": null, "description": "American alcoholic beverage manufacturer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
930 +{"wikidata_id": "Q1282031", "display_name": "Ecolab", "legal_name": null, "aliases": ["ECL", "Ecolab Inc.", "Economics Laboratory"], "website": "https://www.ecolab.com", "canonical_domain": "ecolab.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "ECL", "exchange": "New York Stock Exchange", "lei": "82DYEISM090VG8LTLS26", "sec_cik": "31462", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ecolab.svg", "description": "American global provider of water, hygiene and energy technologies", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q827995"}]}
931 +{"wikidata_id": "Q1474718", "display_name": "Klabin", "legal_name": null, "aliases": ["Klabin S.A."], "website": "https://www.klabin.com.br", "canonical_domain": "klabin.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "KLBN11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Klabin.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
932 +{"wikidata_id": "Q1486956", "display_name": "Xcel Energy", "legal_name": null, "aliases": [], "website": "https://www.xcelenergy.com", "canonical_domain": "xcelenergy.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "XEL", "exchange": "Nasdaq", "lei": "LGJNMI9GH8XIDG5RCM61", "sec_cik": "72903", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xcel-energy.svg", "description": "American utilities company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
933 +{"wikidata_id": "Q1541470", "display_name": "GPA", "legal_name": null, "aliases": [], "website": "https://www.gpabr.com", "canonical_domain": "gpabr.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "PCAR3", "exchange": "São Paulo Stock Exchange", "lei": "5299003V5B6KLICZCC14", "sec_cik": "1038572", "parent": {"wikidata_id": "Q3117359", "name": "Carrefour Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GPA_logo_2013.svg", "description": "Brazilian retail company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
934 +{"wikidata_id": "Q1579222", "display_name": "Ultrapar", "legal_name": null, "aliases": [], "website": "https://www.ultra.com.br", "canonical_domain": "ultra.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "UGPA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10387242", "name": "Ultragaz"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Grupo_Ultra_%282024%29.svg", "description": "Brazilian conglomerate", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
935 +{"wikidata_id": "Q17020720", "display_name": "SoFi", "legal_name": null, "aliases": ["Social Finance (aka SoFi)", "Social Finance", "Inc.", "SoFi Technologies", "Inc."], "website": "https://sofi.com", "canonical_domain": "sofi.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SOFI", "exchange": "New York Stock Exchange", "lei": "549300AI3NQ8YTXXP090", "sec_cik": "1532099", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SoFi_logo.svg", "description": "American financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
936 +{"wikidata_id": "Q180922", "display_name": "CAE Inc.", "legal_name": null, "aliases": ["CAE Global Academy", "Canadian Aviation Electronics"], "website": "https://www.cae.com", "canonical_domain": "cae.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.47538, "lon": -73.70663, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "CAE", "exchange": "Toronto Stock Exchange", "lei": "549300FFM2BEH2GF1E44", "sec_cik": "1173382", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CAE_inc._logo_2022.svg", "description": "Canadian company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1173382", "enriched_at": "2026-09-13T07:17:38+00:00"}}
937 +{"wikidata_id": "Q1812489", "display_name": "Odyssey Marine Exploration", "legal_name": null, "aliases": [], "website": "https://www.shipwreck.net", "canonical_domain": "shipwreck.net", "country": "US", "hq_city": "Tampa", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["shipping"], "industry_labels": ["SIC 4400 Water Transportation"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "OMEX", "exchange": "Nasdaq", "lei": "549300KNVIY6EZIJ2221", "sec_cik": "798528", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "798528", "enriched_at": "2026-09-13T07:17:38+00:00"}}
938 +{"wikidata_id": "Q2087612", "display_name": "Tucows", "legal_name": null, "aliases": ["Tucows Inc.", "Tucowsdomains"], "website": "https://www.tucows.com", "canonical_domain": "tucows.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TC", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "909494", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tucows_logo.svg", "description": "internet services and telecommunications company based in Toronto", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
939 +{"wikidata_id": "Q2304693", "display_name": "Southern Company", "legal_name": null, "aliases": [], "website": "https://www.southerncompany.com", "canonical_domain": "southerncompany.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["energy"], "industry_labels": ["energy industry", "electric power industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "SO", "exchange": "New York Stock Exchange", "lei": "549300FC3G3YU2FBZD92", "sec_cik": "92122", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southern_Company_newer_logo.svg", "description": "US electricity corporation", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
940 +{"wikidata_id": "Q25048844", "display_name": "Dynatrace", "legal_name": null, "aliases": [], "website": "https://www.dynatrace.com", "canonical_domain": "dynatrace.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["software"], "industry_labels": ["application performance management", "software intelligence"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "DT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1773383", "parent": null, "logo_url": null, "description": "software technology company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
941 +{"wikidata_id": "Q259195", "display_name": "Constellation Energy", "legal_name": null, "aliases": ["Constellation Energy Corporation", "Constellation Energy Group"], "website": "https://www.constellation.com", "canonical_domain": "constellation.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["energy"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CEG", "exchange": "Nasdaq", "lei": "549300F8Y20RYGNGV346", "sec_cik": "1868275", "parent": null, "logo_url": null, "description": "energy company headquartered in Baltimore, Maryland, United States", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1868275", "enriched_at": "2026-09-13T07:17:38+00:00"}}
942 +{"wikidata_id": "Q28408034", "display_name": "Fubo", "legal_name": null, "aliases": ["fubo TV", "Fubo TV", "fuboTV", "FuboTV"], "website": "https://www.fubo.tv", "canonical_domain": "fubo.tv", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "FUBO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1484769", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fubo_2023_Logo.png", "description": "American over-the-top internet television service", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1484769", "enriched_at": "2026-09-13T07:17:38+00:00"}}
943 +{"wikidata_id": "Q2876788", "display_name": "BBVA Argentina", "legal_name": null, "aliases": ["Banco Frances", "BBVA Banco Frances"], "website": "https://www.bbva.com.ar", "canonical_domain": "bbva.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "BFR", "exchange": "New York Stock Exchange", "lei": "579100KKDBKJFDKKD024", "sec_cik": null, "parent": {"wikidata_id": "Q806189", "name": "Banco Bilbao Vizcaya Argentaria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BBVA_2019.svg", "description": "bank in Argentina", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
944 +{"wikidata_id": "Q2877503", "display_name": "BTG Pactual", "legal_name": null, "aliases": [], "website": "https://www.btgpactual.com", "canonical_domain": "btgpactual.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "BPAC11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Btg-logo-blue.svg", "description": "Brazilian financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
945 +{"wikidata_id": "Q2882087", "display_name": "Banco Santander (Brasil)", "legal_name": null, "aliases": [], "website": "https://www.santander.com.br", "canonical_domain": "santander.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "SANB11", "exchange": "São Paulo Stock Exchange", "lei": "549300D1H731B30TSI43", "sec_cik": "1471055", "parent": {"wikidata_id": "Q6496310", "name": "Banco Santander"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Santander_Logotipo.svg", "description": "Brazilian subsidiary of Spanish banking institution", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1471055", "enriched_at": "2026-09-13T07:17:38+00:00"}}
946 +{"wikidata_id": "Q2902305", "display_name": "Brink's", "legal_name": null, "aliases": ["Brink's Chicago City Express", "Brink's City Express", "Brink's Express", "Brink's Incorporated", "Brink’s Home Security", "Pittston Brink's Group", "The Brink's Company", "Brinks"], "website": "https://us.brinks.com", "canonical_domain": "brinks.com", "country": "US", "hq_city": "Henrico County", "hq_region": "Virginia", "lat": 37.55, "lon": -77.4, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "BCO", "exchange": "New York Stock Exchange", "lei": "XFP140TFNOQMIVFTVQ13", "sec_cik": "78890", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brink%27s_logo.svg", "description": "American armored transport company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
947 +{"wikidata_id": "Q2981857", "display_name": "Cognex Corporation", "legal_name": null, "aliases": [], "website": "https://www.cognex.com", "canonical_domain": "cognex.com", "country": "US", "hq_city": "Natick", "hq_region": "Middlesex County", "lat": 42.28333, "lon": -71.35, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "CGNX", "exchange": "Nasdaq", "lei": "549300JQTYZCLC43S226", "sec_cik": "851205", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cognex_Corp_logo.svg", "description": "American manufacturer of machine vision systems", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
948 +{"wikidata_id": "Q2982090", "display_name": "Skullcandy", "legal_name": null, "aliases": ["Skullcandy Inc."], "website": "https://www.skullcandy.in", "canonical_domain": "skullcandy.in", "country": "US", "hq_city": "Park City", "hq_region": "Wasatch County", "lat": 40.65944, "lon": -111.49972, "industries": ["consumer-goods"], "industry_labels": ["headphone", "audio equipment", "SIC 3651 Household Audio & Video Equipment"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "SKUL", "exchange": "Nasdaq", "lei": "V46O7DSV0VSURWFY8V40", "sec_cik": "1423542", "parent": null, "logo_url": null, "description": "American audio equipment company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1423542", "enriched_at": "2026-09-13T07:17:38+00:00"}}
949 +{"wikidata_id": "Q3064071", "display_name": "Lojas Renner", "legal_name": null, "aliases": [], "website": "https://www.lojasrenner.com.br", "canonical_domain": "lojasrenner.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "LREN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_das_Lojas_Renner.svg", "description": "Brazilian department store chain", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
950 +{"wikidata_id": "Q3121014", "display_name": "Graham Holdings Company", "legal_name": null, "aliases": ["The Washington Post Company"], "website": "https://www.ghco.com", "canonical_domain": "ghco.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "GHC", "exchange": "New York Stock Exchange", "lei": "529900BOSCEEEMAFQJ29", "sec_cik": "104889", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Washington_Post_Company_logo.svg", "description": "diversified American conglomerate", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
951 +{"wikidata_id": "Q3403513", "display_name": "Principal Financial Group", "legal_name": null, "aliases": ["Principal"], "website": "https://www.principal.com", "canonical_domain": "principal.com", "country": "US", "hq_city": "Des Moines", "hq_region": "Polk County", "lat": 41.59083, "lon": -93.62083, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": true, "ticker": "PFG", "exchange": "Nasdaq", "lei": "CUMYEZJOAF02RYZ1JJ85", "sec_cik": "1126328", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Principal_Financial_Group_logo.svg", "description": "financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
952 +{"wikidata_id": "Q3742240", "display_name": "Centerra Gold", "legal_name": "Kumtor Mountain Holdings Corporation", "aliases": [], "website": "https://www.centerragold.com", "canonical_domain": "centerragold.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "CG", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1854640", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Centerra_logo.png", "description": "Canadian mining company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1854640", "enriched_at": "2026-09-13T07:17:38+00:00"}}
953 +{"wikidata_id": "Q38676", "display_name": "Agnico Eagle Mines", "legal_name": null, "aliases": ["Agnico Eagle Mines Limited"], "website": "https://www.agnico-eagle.com", "canonical_domain": "agnico-eagle.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "AEM", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "2809", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agnico-Eagle.svg", "description": "Canadian gold producer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2809", "enriched_at": "2026-09-13T07:17:38+00:00"}}
954 +{"wikidata_id": "Q392221", "display_name": "Brown-Forman", "legal_name": null, "aliases": ["Brown-Forman Corporation"], "website": "https://www.brown-forman.com", "canonical_domain": "brown-forman.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1870, "employees": null, "public_company": true, "ticker": "BF.B", "exchange": "New York Stock Exchange", "lei": "549300873K3LXF7ARU34", "sec_cik": "14693", "parent": null, "logo_url": null, "description": "American-owned spirit and wine producer and distributor", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
955 +{"wikidata_id": "Q426583", "display_name": "Sanmina Corporation", "legal_name": null, "aliases": ["Sanmina-SCI Corporation"], "website": "https://www.sanmina.com", "canonical_domain": "sanmina.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["SIC 3672 Printed Circuit Boards"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "SANM", "exchange": "Nasdaq", "lei": "X5K24XLM8QYRXF00EB42", "sec_cik": "897723", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanmina-SCI_Logo.svg", "description": "American company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "897723", "enriched_at": "2026-09-13T07:17:38+00:00"}}
956 +{"wikidata_id": "Q479167", "display_name": "Steelcase", "legal_name": null, "aliases": ["Steelcase Inc.", "Inc.", "The Metal Office Furniture Company"], "website": "https://www.steelcase.com", "canonical_domain": "steelcase.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "SCS", "exchange": "New York Stock Exchange", "lei": "549300GLGETY726YF730", "sec_cik": "1050825", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Steelcase_Schriftzug.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
957 +{"wikidata_id": "Q48818116", "display_name": "Semrush", "legal_name": null, "aliases": ["sem rush"], "website": "https://www.semrush.com", "canonical_domain": "semrush.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media", "internet", "software"], "industry_labels": ["marketing", "search engine optimization", "software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "SEMR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American SaaS platform for SEO, content marketing, and competitive analysis", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
958 +{"wikidata_id": "Q498746", "display_name": "W. R. Grace and Company", "legal_name": null, "aliases": ["W. R. Grace & Co.- Conn", "W.R. Grace & Co."], "website": "https://www.grace.com", "canonical_domain": "grace.com", "country": "US", "hq_city": "Columbia", "hq_region": "Howard County", "lat": 39.21562, "lon": -76.8582, "industries": ["chemicals"], "industry_labels": ["specialty chemicals"], "founded_year": 1854, "employees": null, "public_company": true, "ticker": "GRA", "exchange": "New York Stock Exchange", "lei": "5493003X5Z6TVAXIPW56", "sec_cik": "1045309", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-wr_grace.svg", "description": "American chemical company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
959 +{"wikidata_id": "Q5152057", "display_name": "CommScope", "legal_name": null, "aliases": ["Inc"], "website": "https://www.commscope.com", "canonical_domain": "commscope.com", "country": "US", "hq_city": "Claremont", "hq_region": "Catawba County", "lat": 35.7139, "lon": -81.1506, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "COMM", "exchange": "Nasdaq", "lei": "549300Z6K4JXMFE8QY54", "sec_cik": "1035884", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CommScope.png", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q504201"}]}
960 +{"wikidata_id": "Q5281775", "display_name": "Discover Financial", "legal_name": null, "aliases": ["Discover Financial Services", "Discover Financial Services", "Inc."], "website": "https://www.discover.com", "canonical_domain": "discover.com", "country": "US", "hq_city": "Riverwoods", "hq_region": "Lake County", "lat": 42.1708, "lon": -87.8958, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "DFS", "exchange": "New York Stock Exchange", "lei": "Z1YLO2USPORE63VVUL20", "sec_cik": "1393612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Discover_Card_logo.svg", "description": "American financial services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
961 +{"wikidata_id": "Q5452733", "display_name": "First Citizens BancShares", "legal_name": "First Citizens BancShares, Inc.", "aliases": ["Inc."], "website": "https://ir.firstcitizens.com", "canonical_domain": "firstcitizens.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["insurance", "banking", "financial-services"], "industry_labels": ["insurance", "economics of banking", "financial services", "financial sector"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "FCNCA", "exchange": "Nasdaq", "lei": "549300HNUN45P7J57W81", "sec_cik": "798941", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "798941", "enriched_at": "2026-09-13T07:17:38+00:00"}}
962 +{"wikidata_id": "Q5647768", "display_name": "Hanesbrands", "legal_name": null, "aliases": ["Hanesbrands Inc."], "website": "https://www.hanes.com", "canonical_domain": "hanes.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["apparel"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "HBI", "exchange": "New York Stock Exchange", "lei": "GX5LWVWZLL5S4W1L2F20", "sec_cik": "1359841", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HanesBrands.svg", "description": "American clothing company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3126743"}]}
963 +{"wikidata_id": "Q6787989", "display_name": "Matson, Inc.", "legal_name": null, "aliases": ["Matson Lines"], "website": "https://www.matson.com", "canonical_domain": "matson.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["shipping"], "industry_labels": ["shipping line"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "MATX", "exchange": "New York Stock Exchange", "lei": "549300OI5H3Y0I9I4I12", "sec_cik": "3453", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matson_containers_being_loaded.jpg", "description": "shipping company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
964 +{"wikidata_id": "Q688725", "display_name": "Teck Resources", "legal_name": null, "aliases": ["Teck Cominco", "Teck Resources Limited"], "website": "https://www.teck.com", "canonical_domain": "teck.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["energy", "mining"], "industry_labels": ["coal industry", "copper industry", "zinc industry"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "TECK.A", "exchange": "Toronto Stock Exchange", "lei": "T8KI5SQ2JRWHL7XY0E11", "sec_cik": "886986", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teck_Resources_logo.svg", "description": "Canadian mining company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "886986", "enriched_at": "2026-09-13T07:17:38+00:00"}}
965 +{"wikidata_id": "Q7071951", "display_name": "O'Reilly Auto Parts", "legal_name": null, "aliases": ["O’Reilly Automotive Inc."], "website": "https://www.oreillyauto.com", "canonical_domain": "oreillyauto.com", "country": "US", "hq_city": "Springfield", "hq_region": "Christian County", "lat": 37.195, "lon": -93.28611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "ORLY", "exchange": "Nasdaq", "lei": "549300K2RLMQL149Q332", "sec_cik": "898173", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O%27Reilly_Auto_Parts_Logo.svg", "description": "American automotive parts company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
966 +{"wikidata_id": "Q731123", "display_name": "ICR Inbursa", "legal_name": null, "aliases": [], "website": "https://www.inbursa.com", "canonical_domain": "inbursa.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "GPFOF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Inbursa.svg", "description": "Mexican financial group", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
967 +{"wikidata_id": "Q742196", "display_name": "Darden Restaurants", "legal_name": null, "aliases": [], "website": "https://www.darden.com", "canonical_domain": "darden.com", "country": "US", "hq_city": "Orange County", "hq_region": "Florida", "lat": 28.51, "lon": -81.32, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "DRI", "exchange": "New York Stock Exchange", "lei": "CY1NFSCCB5GUXC7WZC70", "sec_cik": "940944", "parent": null, "logo_url": null, "description": "American multi-brand restaurant operator", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
968 +{"wikidata_id": "Q8025339", "display_name": "Wingstop", "legal_name": null, "aliases": ["Wing Stop", "Wingstop Restaurants", "Inc."], "website": "https://www.wingstop.com", "canonical_domain": "wingstop.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "WING", "exchange": "Nasdaq", "lei": "549300SSH3F8HPIM3Q47", "sec_cik": "1636222", "parent": null, "logo_url": null, "description": "American fast food chain", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
969 +{"wikidata_id": "Q8042415", "display_name": "XPO, Inc.", "legal_name": null, "aliases": ["XPO"], "website": "https://www.xpo.com", "canonical_domain": "xpo.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["logistics", "transportation"], "industry_labels": ["logistics", "transport industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "XPO", "exchange": "New York Stock Exchange", "lei": "54930096DB9LCLPN7H13", "sec_cik": "1166003", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XPO%2C_Inc_%282023%29.svg", "description": "American transportation company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
970 +{"wikidata_id": "Q905806", "display_name": "CF Industries", "legal_name": null, "aliases": ["CF Fertilisers", "CF Industries Holdings", "CF Industries Holdings", "Inc."], "website": "https://www.cfindustries.com", "canonical_domain": "cfindustries.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Kearny County", "lat": 37.9819, "lon": -101.135, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "CF", "exchange": "New York Stock Exchange", "lei": "529900CG8YAQFZ2JMV97", "sec_cik": "1324404", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CF_Industries_New_Logo.svg", "description": "North American manufacturer and distributor of agricultural fertilizers", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
971 +{"wikidata_id": "Q917131", "display_name": "Regions Financial Corporation", "legal_name": null, "aliases": ["Regions Bank"], "website": "https://www.regions.com", "canonical_domain": "regions.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "RF", "exchange": "New York Stock Exchange", "lei": "CW05CS5KW59QTC0DG824", "sec_cik": "1281761", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regions_Financial_Corp_logo.svg", "description": "American bank holding company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
972 +{"wikidata_id": "Q930639", "display_name": "Williams Companies", "legal_name": null, "aliases": ["Williams"], "website": "https://www.williams.com", "canonical_domain": "williams.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Tulsa County", "lat": 36.13139, "lon": -95.93722, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "WMB", "exchange": "New York Stock Exchange", "lei": "D71FAKCBLFS2O0RBPG08", "sec_cik": "107263", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Williams_Companies_logo.svg", "description": "American energy company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
973 +{"wikidata_id": "Q944608", "display_name": "AtkinsRéalis", "legal_name": "GROUPE SNC-LAVALIN INC.", "aliases": ["SNC-Lavalin", "SNC-Lavalin Group Inc.", "Surveyer", "Nenniger & Chenevert Consulting Engineers"], "website": "https://www.atkinsrealis.com", "canonical_domain": "atkinsrealis.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["construction", "professional-services"], "industry_labels": ["construction industry", "Engineering Services", "civil engineering"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "SNC", "exchange": "Toronto Stock Exchange", "lei": "UL01OYG5OMLM5G6CFM03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AtkinsR%C3%A9alis_logo.svg", "description": "Canada-based engineering company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
974 +{"wikidata_id": "Q946080", "display_name": "Paychex", "legal_name": null, "aliases": [], "website": "https://www.paychex.com", "canonical_domain": "paychex.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["professional-services"], "industry_labels": ["SIC 8700 Services-Engineering, Accounting, Research, Management"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "PAYX", "exchange": "Nasdaq", "lei": "529900K900DW6SUBM174", "sec_cik": "723531", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paychex_logo.svg", "description": "American company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "723531", "enriched_at": "2026-09-13T07:17:38+00:00"}}
975 +{"wikidata_id": "Q6765587", "display_name": "Marisa", "legal_name": null, "aliases": [], "website": "https://www.marisa.com.br", "canonical_domain": "marisa.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": 12344, "public_company": true, "ticker": "AMAR3", "exchange": "São Paulo Stock Exchange", "lei": "969500V2Y562UW1HJO15", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-marisa.svg", "description": "Brazilian business", "sitelinks": 2, "importance": 0.4519, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
976 +{"wikidata_id": "Q7292015", "display_name": "Randoncorp", "legal_name": null, "aliases": ["Randon S.A."], "website": "https://www.randoncorp.com", "canonical_domain": "randoncorp.com", "country": "BR", "hq_city": "Caxias do Sul", "hq_region": "Rio Grande do Sul", "lat": -29.16778, "lon": -51.17889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": 12000, "public_company": true, "ticker": "RAPT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Randoncorp.svg", "description": null, "sitelinks": 2, "importance": 0.4515, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
977 +{"wikidata_id": "Q3300783", "display_name": "Bethesda Game Studios", "legal_name": null, "aliases": ["BGS"], "website": "https://bethesdagamestudios.com", "canonical_domain": "bethesdagamestudios.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q684425", "name": "Bethesda Softworks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bethesda_Game_Studios_logo.svg", "description": "American in-house development team at Bethesda Softworks", "sitelinks": 31, "importance": 0.4511, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
978 +{"wikidata_id": "Q629821", "display_name": "Obsidian Entertainment", "legal_name": null, "aliases": [], "website": "https://www.obsidian.net", "canonical_domain": "obsidian.net", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Obsidian_Entertainment.svg", "description": "American video game company", "sitelinks": 34, "importance": 0.4506, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
979 +{"wikidata_id": "Q18543", "display_name": "Major League Soccer", "legal_name": null, "aliases": ["MLS", "Major League Professional Soccer"], "website": "https://www.mlssoccer.com", "canonical_domain": "mlssoccer.com", "country": "US", "hq_city": "Pennsylvania Plaza", "hq_region": null, "lat": 40.7506, "lon": -73.9927, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005Z1VSYZZ2JED42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Major_League_Soccer_logo.svg", "description": "professional soccer league in the USA and Canada", "sitelinks": 71, "importance": 0.4496, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
980 +{"wikidata_id": "Q384060", "display_name": "tumblr.com", "legal_name": null, "aliases": ["Tumblr", "Inc.", "tumblr."], "website": "https://www.tumblr.com", "canonical_domain": "tumblr.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2872634", "name": "Automattic"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tumblr_Wordmark.svg", "description": "microblogging platform and social networking website", "sitelinks": 71, "importance": 0.4496, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
981 +{"wikidata_id": "Q1193195", "display_name": "Ingalls Shipbuilding", "legal_name": null, "aliases": [], "website": "https://hii.com", "canonical_domain": "hii.com", "country": "US", "hq_city": "Pascagoula", "hq_region": "Jackson County", "lat": 30.36469, "lon": -88.55861, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1938, "employees": 10900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7257522", "name": "Huntington Ingalls Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ingalls_Shipbuilding.png", "description": "shipyard in Pascagoula, Mississippi", "sitelinks": 19, "importance": 0.4495, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7257522"}]}
982 +{"wikidata_id": "Q644459", "display_name": "Vought", "legal_name": null, "aliases": ["Chance Vought", "Ling-Temco-Vought", "Lewis and Vought Corporation", "LTV Aerospace", "Vought Aircraft Companies", "Vought Aircraft Industries", "Vought Sikorsky", "Vought-Sikorsky"], "website": "https://www.triumphgroup.com", "canonical_domain": "triumphgroup.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aircraft industry"], "founded_year": 1917, "employees": 6642, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15507516", "name": "Triumph Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chance_Vought_Corporation_Logo.png", "description": "series of related aerospace companies", "sitelinks": 20, "importance": 0.4475, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q15507516"}]}
983 +{"wikidata_id": "Q1532489", "display_name": "Pall Corporation", "legal_name": null, "aliases": ["Micro Metallic Corporation"], "website": "https://www.pall.com", "canonical_domain": "pall.com", "country": "US", "hq_city": "Port Washington", "hq_region": "North Hempstead", "lat": 40.82889, "lon": -73.68667, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "SIC 3569 General Industrial Machinery & Equipment, NEC"], "founded_year": 1946, "employees": 7217, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "FWZ0S7MV0RY2YFK8HG09", "sec_cik": "75829", "parent": {"wikidata_id": "Q1159256", "name": "Danaher Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pall-Corporation-Logo.svg", "description": "American company", "sitelinks": 7, "importance": 0.4472, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "75829", "enriched_at": "2026-09-13T07:17:38+00:00"}}
984 +{"wikidata_id": "Q6703279", "display_name": "Luminex", "legal_name": null, "aliases": ["Luminex Corporation"], "website": "https://www.luminexcorp.com", "canonical_domain": "luminexcorp.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "biotechnology industry"], "founded_year": 1995, "employees": 1080, "public_company": true, "ticker": "LMNX", "exchange": "Nasdaq", "lei": "5299004PD7MBYRVKM104", "sec_cik": "1033905", "parent": {"wikidata_id": "Q3706466", "name": "DiaSorin"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Luminex_Corporation_logo.svg", "description": "biotech company based in Austin, Texas", "sitelinks": 3, "importance": 0.4469, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
985 +{"wikidata_id": "Q1890462", "display_name": "Bell MTS", "legal_name": null, "aliases": ["MTS", "Manitoba Telecom Services", "MTS TV"], "website": "https://www.bellmts.ca", "canonical_domain": "bellmts.ca", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1908, "employees": 6500, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q24525746", "name": "BCE Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_MTS_logo.svg", "description": "Canadian telecommunications company", "sitelinks": 7, "importance": 0.4457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
986 +{"wikidata_id": "Q108943604", "display_name": "Hugging Face", "legal_name": null, "aliases": [], "website": "https://huggingface.co", "canonical_domain": "huggingface.co", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": [], "industry_labels": [], "founded_year": 2016, "employees": 250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hf-logo-with-title.svg", "description": "American company", "sitelinks": 31, "importance": 0.4443, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
987 +{"wikidata_id": "Q17086880", "display_name": "Valid", "legal_name": null, "aliases": [], "website": "https://www.valid.com.br", "canonical_domain": "valid.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1957, "employees": 7000, "public_company": true, "ticker": "VLID11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.4437, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
988 +{"wikidata_id": "Q167186", "display_name": "National Geographic Society", "legal_name": null, "aliases": ["NGS", "The National Geographic Society"], "website": "https://www.nationalgeographic.org", "canonical_domain": "nationalgeographic.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["education", "entertainment"], "industry_labels": [], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300Y716V0TJC41G95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Geographic_Society_mark.svg", "description": "American non-profit scientific and educational institution", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
989 +{"wikidata_id": "Q27436", "display_name": "Cadillac", "legal_name": null, "aliases": ["Cadillac Motor Car Division"], "website": "https://www.cadillaceurope.com", "canonical_domain": "cadillaceurope.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cadillac_emblem.jpg", "description": "division of General Motors", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q72371228"}]}
990 +{"wikidata_id": "Q30113", "display_name": "Jeep", "legal_name": null, "aliases": [], "website": "https://www.jeep.com", "canonical_domain": "jeep.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181114", "name": "Stellantis North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jeep_wordmark.svg", "description": "US automotive company", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
991 +{"wikidata_id": "Q94912", "display_name": "rockstargames.com", "legal_name": null, "aliases": [], "website": "https://www.rockstargames.com", "canonical_domain": "rockstargames.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockstar_Games_Logo.svg", "description": "American video game publisher", "sitelinks": 67, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
992 +{"wikidata_id": "Q65123501", "display_name": "1xBet", "legal_name": null, "aliases": [], "website": "https://1xbet.com", "canonical_domain": "1xbet.com", "country": "CW", "hq_city": "Curaçao", "hq_region": "Kingdom of the Netherlands", "lat": 12.2, "lon": -69.0, "industries": ["entertainment"], "industry_labels": ["gambling", "online gambling"], "founded_year": null, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1xbetlogo.png", "description": "cyprus-based online gambling company", "sitelinks": 20, "importance": 0.4434, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
993 +{"wikidata_id": "Q7200719", "display_name": "Plains All American Pipeline", "legal_name": null, "aliases": [], "website": "https://www.plainsallamerican.com", "canonical_domain": "plainsallamerican.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1981, "employees": 5300, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "5521FA2ITF25TVH63740", "sec_cik": null, "parent": null, "logo_url": null, "description": "midstream oil and gas company", "sitelinks": 7, "importance": 0.4428, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q19730939"}]}
994 +{"wikidata_id": "Q1539185", "display_name": "The Timberland Company", "legal_name": null, "aliases": ["Timberland", "Timberland LLC"], "website": "https://www.timberland.com", "canonical_domain": "timberland.com", "country": "US", "hq_city": "Stratham", "hq_region": "Rockingham County", "lat": 43.02389, "lon": -70.91361, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timberland-logo.png", "description": "American manufacturer and retailer of outdoors wear", "sitelinks": 25, "importance": 0.4425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
995 +{"wikidata_id": "Q1032353", "display_name": "Canadian Solar", "legal_name": null, "aliases": [], "website": "https://www.canadian-solar.com", "canonical_domain": "canadian-solar.com", "country": "US", "hq_city": "Guelph", "hq_region": "Ontario", "lat": 43.55, "lon": -80.25, "industries": ["renewables"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "CSIQ", "exchange": "Nasdaq", "lei": null, "sec_cik": "1375877", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CanadianSolarLOGO.png", "description": "company that manufactures solar PV modules and runs large scale solar projects", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1375877", "enriched_at": "2026-09-13T07:17:38+00:00"}}
996 +{"wikidata_id": "Q1072615", "display_name": "iShares", "legal_name": null, "aliases": ["WEBS"], "website": "https://www.ishares.com", "canonical_domain": "ishares.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4363", "exchange": "Hong Kong Stock Exchange", "lei": "549300MGJZCNMJLBAJ67", "sec_cik": "930667", "parent": {"wikidata_id": "Q219635", "name": "BlackRock"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-ishares_2019.svg", "description": "family of exchange-traded funds (ETFs) managed by BlackRock", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q140085978"}]}
997 +{"wikidata_id": "Q1111020", "display_name": "DigitalBridge", "legal_name": null, "aliases": ["DigitalBridge Group", "Inc."], "website": "https://www.digitalbridge.com", "canonical_domain": "digitalbridge.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "DBRG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1679688", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DigitalBridge-Logo.jpg", "description": "American private equity real estate firm", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
998 +{"wikidata_id": "Q1121225", "display_name": "Motiva", "legal_name": null, "aliases": ["CCR"], "website": "https://www.motiva.com.br", "canonical_domain": "motiva.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["infrastructure"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "MOTV3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motiva.svg", "description": "Brazilian transportation company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
999 +{"wikidata_id": "Q1129426", "display_name": "Convergys", "legal_name": null, "aliases": ["Convergys Corporation"], "website": "https://www.convergys.com", "canonical_domain": "convergys.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": [], "industry_labels": ["customer relationship management"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "CVG", "exchange": "New York Stock Exchange", "lei": "NICJJSON3PC7T7SFA372", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Convergys-Logo.svg", "description": "former customer management products company in Cincinnati, Ohio, U.S.", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1000 +{"wikidata_id": "Q1130970", "display_name": "Companhia Paranaense de Energia", "legal_name": null, "aliases": ["Companhia Paranaense de Energia S.A."], "website": "https://www.copel.com", "canonical_domain": "copel.com", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": ["utilities"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "CPLE11", "exchange": "São Paulo Stock Exchange", "lei": "2549001AS1I9A71VG663", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Copel.svg", "description": "Brazilian electric utility", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1001 +{"wikidata_id": "Q117706368", "display_name": "Canadian Pacific Kansas City", "legal_name": "Chemin de Fer Canadien Pacifique Limitée", "aliases": ["Canadian Pacific Railway Limited", "CPKC", "Canadian Pacific Kansas City Limited"], "website": "https://www.cpkcr.com", "canonical_domain": "cpkcr.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["logistics", "transportation"], "industry_labels": ["logistics", "transport industry"], "founded_year": 2023, "employees": null, "public_company": true, "ticker": "CP", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "16875", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPKC_Wordmark.svg", "description": "class I North American railroad", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1002 +{"wikidata_id": "Q118905792", "display_name": "Kenvue", "legal_name": null, "aliases": [], "website": "https://www.kenvue.com", "canonical_domain": "kenvue.com", "country": "US", "hq_city": "Summit", "hq_region": "NJ", "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2844 Perfumes, Cosmetics & Other Toilet Preparations"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KVUE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1944048", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kenvue_logo.svg", "description": "American consumer health company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1944048", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1003 +{"wikidata_id": "Q1393210", "display_name": "Fairfax Financial", "legal_name": null, "aliases": ["FFH", "Fairfax Financial Holdings Limited"], "website": "https://www.fairfax.ca", "canonical_domain": "fairfax.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["insurance"], "industry_labels": ["insurance company"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "FFH", "exchange": "Toronto Stock Exchange", "lei": "GLS7OQD0WOEDI8YAP031", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Fairfax_Financial.svg", "description": "Financial holding company which, through its subsidiaries, is engaged in property, casualty, and life insurance and reinsurance, investment management, and insurance claims management", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1004 +{"wikidata_id": "Q1419248", "display_name": "FirstEnergy", "legal_name": null, "aliases": ["First Energy"], "website": "https://www.firstenergycorp.com", "canonical_domain": "firstenergycorp.com", "country": "US", "hq_city": "Akron", "hq_region": "Summit County", "lat": 41.07306, "lon": -81.51778, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "FE", "exchange": "New York Stock Exchange", "lei": "549300SVYJS666PQJH88", "sec_cik": "1031296", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FirstEnergy_Logo.svg", "description": "electric utility headquartered in Akron, Ohio", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1005 +{"wikidata_id": "Q1431991", "display_name": "Hyperion Solutions Corporation", "legal_name": null, "aliases": ["Hyperion Solutions", "Oracle Hyperion"], "website": "https://www.hyperion.com", "canonical_domain": "hyperion.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "HYSL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1001113", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyperion_Solutions_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1001113", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1006 +{"wikidata_id": "Q1502794", "display_name": "GEO Group", "legal_name": null, "aliases": ["The GEO Group", "Inc."], "website": "https://www.geogroup.com", "canonical_domain": "geogroup.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "GEO", "exchange": "New York Stock Exchange", "lei": "5493003VOR6NTY465495", "sec_cik": "923796", "parent": null, "logo_url": null, "description": "American institutional facilities company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1007 +{"wikidata_id": "Q15109925", "display_name": "Tractor Supply Company", "legal_name": null, "aliases": ["TSCO"], "website": "https://www.tractorsupply.com", "canonical_domain": "tractorsupply.com", "country": "US", "hq_city": "Brentwood", "hq_region": "Williamson County", "lat": 35.99819, "lon": -86.79262, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "TSCO", "exchange": "Nasdaq", "lei": "549300OJ9VZHZRO6I137", "sec_cik": "916365", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TractorSupplyCompanylogo.svg", "description": "American retail chain", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1008 +{"wikidata_id": "Q1536457", "display_name": "Republic Airways Holdings", "legal_name": null, "aliases": [], "website": "https://www.rjet.com", "canonical_domain": "rjet.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "RJET", "exchange": "Nasdaq", "lei": null, "sec_cik": "1159154", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Republic_Airways_Holdings_%28USA%29.svg", "description": "airline of the United States", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1009 +{"wikidata_id": "Q1537339", "display_name": "Noble Group", "legal_name": null, "aliases": ["Noble Group Limited"], "website": "https://www.thisisnoble.com", "canonical_domain": "thisisnoble.com", "country": "BM", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "N21", "exchange": "Singapore Stock Exchange", "lei": "3SHLIX0OPDNYROUX5331", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Noble-group.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1010 +{"wikidata_id": "Q15913951", "display_name": "Sands China", "legal_name": null, "aliases": [], "website": "https://www.sandschina.com", "canonical_domain": "sandschina.com", "country": "KY", "hq_city": "Macau", "hq_region": "People's Republic of China", "lat": 22.19, "lon": 113.53806, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "1928", "exchange": "Hong Kong Stock Exchange", "lei": "549300EVO6UZDGY05787", "sec_cik": null, "parent": {"wikidata_id": "Q1506045", "name": "Las Vegas Sands"}, "logo_url": null, "description": "integrated resort developer and operator in Macau", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1011 +{"wikidata_id": "Q1631922", "display_name": "Snap-on", "legal_name": null, "aliases": [], "website": "https://www.snapon.com", "canonical_domain": "snapon.com", "country": "US", "hq_city": "Kenosha", "hq_region": "Kenosha County", "lat": 42.58222, "lon": -87.84556, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "SNA", "exchange": "New York Stock Exchange", "lei": "HHWAT5TDOYZMM26KKQ73", "sec_cik": "91440", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snap-on_logo.svg", "description": "American tool manufacturer", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1012 +{"wikidata_id": "Q1655409", "display_name": "Iamgold", "legal_name": null, "aliases": ["Iamgold International African Mining Gold Corporation"], "website": "https://www.iamgold.com", "canonical_domain": "iamgold.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "IMG", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1203464", "parent": null, "logo_url": null, "description": "mining company from Canada for gold and niobium", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1203464", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1013 +{"wikidata_id": "Q1668265", "display_name": "US Foods", "legal_name": null, "aliases": [], "website": "https://www.usfoods.com", "canonical_domain": "usfoods.com", "country": "US", "hq_city": "Rosemont", "hq_region": "Cook County", "lat": 41.9908, "lon": -87.8739, "industries": ["retail", "food-beverage"], "industry_labels": ["foodservice distributor"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "USFD", "exchange": "New York Stock Exchange", "lei": "549300UGOZSO64CFPR97", "sec_cik": "1561951", "parent": {"wikidata_id": "Q106239594", "name": "US Foods Holding Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US_Foods_logo.jpg", "description": "American foodservice distributor", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1014 +{"wikidata_id": "Q16974527", "display_name": "Dover Corporation", "legal_name": null, "aliases": ["Dover Co."], "website": "https://www.dovercorporation.com", "canonical_domain": "dovercorporation.com", "country": "US", "hq_city": "Downers Grove", "hq_region": "DuPage County", "lat": 41.7947, "lon": -88.0169, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "DOV", "exchange": "New York Stock Exchange", "lei": "549300FMC2ALGA7N9E80", "sec_cik": "29905", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dover_Corporation_logo.png", "description": "American conglomerate manufacturer of industrial products", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1015 +{"wikidata_id": "Q18169198", "display_name": "Qorvo", "legal_name": null, "aliases": [], "website": "https://www.qorvo.com", "canonical_domain": "qorvo.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["technology"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "QRVO", "exchange": "Nasdaq", "lei": "254900YAUJV2EUEVBR11", "sec_cik": "1604778", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qorvo_logo_black.png", "description": "American technology company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1016 +{"wikidata_id": "Q203552", "display_name": "Zimmer Biomet Holdings", "legal_name": null, "aliases": ["Biomet", "Zimmer", "Zimmer Biomet", "Inc."], "website": "https://www.zimmer.com", "canonical_domain": "zimmer.com", "country": "US", "hq_city": "Warsaw", "hq_region": "Kosciusko County", "lat": 41.2406, "lon": -85.8469, "industries": ["biotechnology"], "industry_labels": ["biomedical engineering"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "ZBH", "exchange": "New York Stock Exchange", "lei": "2P2YLDVPES3BXQ1FRB91", "sec_cik": "1136869", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zimmer_Holdings_logo.svg", "description": "medical device company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1017 +{"wikidata_id": "Q2178198", "display_name": "Ryder", "legal_name": null, "aliases": ["Ryder System", "Inc."], "website": "https://www.ryder.com", "canonical_domain": "ryder.com", "country": "US", "hq_city": "Miami-Dade County", "hq_region": "Florida", "lat": 25.77417, "lon": -80.19361, "industries": ["logistics", "financial-services", "automotive", "transportation"], "industry_labels": ["logistics", "supply chain management", "vehicle leasing", "fleet management", "transport management"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "R", "exchange": "New York Stock Exchange", "lei": "ZXJ6Y2OSPZXIVGRILD15", "sec_cik": "85961", "parent": null, "logo_url": null, "description": "American transportation and logistics company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1018 +{"wikidata_id": "Q2415931", "display_name": "MRV Engenharia", "legal_name": null, "aliases": [], "website": "https://www.mrv.com.br", "canonical_domain": "mrv.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "MRVE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_MRV_Engenharia_%282019%29.svg", "description": "Brazilian real estate company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1019 +{"wikidata_id": "Q2607502", "display_name": "E-Trade", "legal_name": null, "aliases": ["E-Trade Financial Corporation", "E*TRADE"], "website": "https://www.etrade.com", "canonical_domain": "etrade.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "ETFC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1015780", "parent": {"wikidata_id": "Q334204", "name": "Morgan Stanley"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ETrade.svg", "description": "American financial services company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1020 +{"wikidata_id": "Q26215536", "display_name": "Axalta Coating Systems", "legal_name": null, "aliases": [], "website": "https://www.axaltacs.com", "canonical_domain": "axaltacs.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1866, "employees": null, "public_company": true, "ticker": "AXTA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1616862", "parent": null, "logo_url": null, "description": "coatings company headquartered in Philadelphia, Pennsylvania", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1021 +{"wikidata_id": "Q2659099", "display_name": "Noble Energy", "legal_name": null, "aliases": [], "website": "https://www.nobleenergyinc.com", "canonical_domain": "nobleenergyinc.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "NBL", "exchange": "New York Stock Exchange", "lei": "02VFQXG2D1LR5ZH3K186", "sec_cik": "72207", "parent": {"wikidata_id": "Q319642", "name": "Chevron Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Noble_Energy_logo.svg", "description": "company engaged in hydrocarbon exploration", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1022 +{"wikidata_id": "Q2838738", "display_name": "Pampa Energía", "legal_name": null, "aliases": ["Pampa Energia"], "website": "https://www.pampaenergia.com", "canonical_domain": "pampaenergia.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["energy"], "industry_labels": ["energy supply"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "pam", "exchange": "New York Stock Exchange", "lei": "254900QNIK0CVURGML24", "sec_cik": "1469395", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pampa_energia_arg_logo.svg", "description": "Argentine energy company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1469395", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1023 +{"wikidata_id": "Q28406599", "display_name": "Workhorse Group", "legal_name": null, "aliases": ["Workhorse Group Inc."], "website": "https://workhorse.com", "canonical_domain": "workhorse.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["automotive", "transportation"], "industry_labels": ["automotive industry", "transport industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "WKHS", "exchange": "Nasdaq", "lei": "5493006JUAG258V8X854", "sec_cik": "1425287", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Workhorse_Group_logo_%28full%29.svg", "description": "American manufacturing company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1024 +{"wikidata_id": "Q288129", "display_name": "ACCO Brands", "legal_name": null, "aliases": ["Acco Brands Corporation", "ACCO Brands Corporation", "ACCO Rexel", "Acco UK", "ACCO UK"], "website": "https://www.accobrands.com", "canonical_domain": "accobrands.com", "country": "US", "hq_city": "Lake Zurich", "hq_region": "Ela Township", "lat": 42.19222, "lon": -88.08806, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "ACCO", "exchange": "New York Stock Exchange", "lei": "JCT8P4Y190IH4I1NX328", "sec_cik": "712034", "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "712034", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1025 +{"wikidata_id": "Q2998228", "display_name": "Cosan", "legal_name": null, "aliases": ["Cosan S.A."], "website": "https://www.cosan.com.br", "canonical_domain": "cosan.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage", "energy"], "industry_labels": ["manufacture of sugar", "energy industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "CSAN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1402902", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cosan.svg", "description": "Brazilian energy company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1026 +{"wikidata_id": "Q3117577", "display_name": "TMX Group", "legal_name": null, "aliases": [], "website": "https://www.tmx.com", "canonical_domain": "tmx.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "X", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TMX_Group_logo.svg", "description": "Canadian financial services company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1027 +{"wikidata_id": "Q3303765", "display_name": "Mead Johnson", "legal_name": null, "aliases": ["Mead Johnson Nutrition Company"], "website": "https://www.mjn.com", "canonical_domain": "mjn.com", "country": "US", "hq_city": "Glenview", "hq_region": "Cook County", "lat": 42.07944, "lon": -87.81556, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "MJN", "exchange": "New York Stock Exchange", "lei": "E4BJRFT3MF4GJDY1SC50", "sec_cik": null, "parent": {"wikidata_id": "Q1190881", "name": "Reckitt"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mead_Johnson_logo.svg", "description": "American nutrition company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1028 +{"wikidata_id": "Q34045622", "display_name": "Fastly", "legal_name": null, "aliases": ["Inc."], "website": "https://www.fastly.com", "canonical_domain": "fastly.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "FSLY", "exchange": "New York Stock Exchange", "lei": "549300E2FZC83FJ3H565", "sec_cik": "1517413", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fastly_logo.svg", "description": "web infrastructure company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1029 +{"wikidata_id": "Q3493556", "display_name": "Spirit AeroSystems", "legal_name": null, "aliases": [], "website": "https://www.spiritaero.com", "canonical_domain": "spiritaero.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.6224, "lon": -97.2875, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "SPR", "exchange": "New York Stock Exchange", "lei": "ZD2NBKV6GCC3UMGBM518", "sec_cik": "1476515", "parent": {"wikidata_id": "Q907435", "name": "Onex Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spirit_AeroSystems_logo.svg", "description": "American industrial company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1030 +{"wikidata_id": "Q37019245", "display_name": "Lemonade", "legal_name": null, "aliases": ["Lemonade Inc.", "Lemonade Insurance Company", "Inc."], "website": "https://www.lemonade.com", "canonical_domain": "lemonade.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "LMND", "exchange": "New York Stock Exchange", "lei": "5493009BKR06OXXU6853", "sec_cik": "1691421", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Lemonade%2C_Inc.svg", "description": "Insurance company offering renters and homeowners insurance policies for homes, apartments, co-ops and condos", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1031 +{"wikidata_id": "Q4019844", "display_name": "Wilhelmina Models", "legal_name": null, "aliases": ["Wilhelmina International Inc."], "website": "https://www.wilhelmina.com", "canonical_domain": "wilhelmina.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["modeling agency"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "WHLM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1013706", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wilhelmina_Models_wordmark.svg", "description": "American modeling and talent agency", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1032 +{"wikidata_id": "Q434017", "display_name": "Altair Engineering", "legal_name": null, "aliases": [], "website": "https://www.altair.com", "canonical_domain": "altair.com", "country": "US", "hq_city": "Troy", "hq_region": "Oakland County", "lat": 42.58028, "lon": -83.14306, "industries": ["artificial-intelligence", "internet", "technology", "software"], "industry_labels": ["artificial intelligence", "Internet of Things", "simulation", "high-performance computing", "software industry", "analytics", "product design", "computer-aided engineering"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "ALTR", "exchange": "Nasdaq", "lei": "549300FJ89HZ6GU9S994", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altair_logo.png", "description": "American Multinational Company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1033 +{"wikidata_id": "Q4465402", "display_name": "Tumi Inc.", "legal_name": null, "aliases": ["Tumi", "Tumi Holdings", "Inc."], "website": "https://www.tumi.com", "canonical_domain": "tumi.com", "country": "US", "hq_city": "South Plainfield", "hq_region": "Middlesex County", "lat": 40.57528, "lon": -74.415, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "TUMI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1203426", "name": "Samsonite"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tumi-Logo.png", "description": "South Plainfield, New Jersey-based manufacturer of suitcases and bags for travel", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1034 +{"wikidata_id": "Q472536", "display_name": "Amkor Technology", "legal_name": null, "aliases": ["Amkor", "Inc."], "website": "https://amkor.com", "canonical_domain": "amkor.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["technology", "semiconductors"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "AMKR", "exchange": "Nasdaq", "lei": "529900VHLRTKPWZJBM84", "sec_cik": "1047127", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amkor_Technology_logo.svg", "description": "a semiconductor product packaging and test services provider", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1035 +{"wikidata_id": "Q5037190", "display_name": "CarMax", "legal_name": null, "aliases": [], "website": "https://www.carmax.com", "canonical_domain": "carmax.com", "country": "US", "hq_city": "Goochland County", "hq_region": "Virginia", "lat": 37.72, "lon": -77.93, "industries": ["retail"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "KMX", "exchange": "New York Stock Exchange", "lei": "529900F60CID3NCZM330", "sec_cik": "1170010", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CarMax_New_Logo.svg", "description": "US-based used car retailer", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1036 +{"wikidata_id": "Q5059102", "display_name": "Centene Corporation", "legal_name": null, "aliases": ["Centene"], "website": "https://www.centene.com", "canonical_domain": "centene.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CNC", "exchange": "New York Stock Exchange", "lei": "549300Z7JJ4TQSQGT333", "sec_cik": "1071739", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Centene_Corporation_Logo.svg", "description": "American multinational healthcare company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1037 +{"wikidata_id": "Q5116536", "display_name": "Church & Dwight", "legal_name": null, "aliases": ["Church & Dwight (United States)", "Church & Dwight Co.", "Inc.", "C&D", "CHD"], "website": "https://www.churchdwight.com", "canonical_domain": "churchdwight.com", "country": "US", "hq_city": "Ewing Township", "hq_region": "Mercer County", "lat": 40.2627, "lon": -74.7983, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1846, "employees": null, "public_company": true, "ticker": "CHD", "exchange": "New York Stock Exchange", "lei": "POOXSI30AWAQGYJZC921", "sec_cik": "313927", "parent": null, "logo_url": null, "description": "American consumer goods company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1038 +{"wikidata_id": "Q5147194", "display_name": "Colliers International", "legal_name": null, "aliases": ["Colliers"], "website": "https://www.colliers.com", "canonical_domain": "colliers.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "CIGI", "exchange": "Nasdaq", "lei": "D3O8K13PHLEXXD1DT480", "sec_cik": "913353", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colliers_logo.svg", "description": "multinational real estate services company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1039 +{"wikidata_id": "Q5377000", "display_name": "Energy Transfer", "legal_name": null, "aliases": ["Energy Transfer Partners"], "website": "https://www.energytransfer.com", "canonical_domain": "energytransfer.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ETP", "exchange": "New York Stock Exchange", "lei": "5493008K8W3OKZE54J59", "sec_cik": null, "parent": null, "logo_url": null, "description": "American energy pipeline company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5376999"}]}
1040 +{"wikidata_id": "Q5380346", "display_name": "Enterprise Products", "legal_name": null, "aliases": [], "website": "https://enterpriseproducts.com", "canonical_domain": "enterpriseproducts.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "EPD", "exchange": "New York Stock Exchange", "lei": "K4CDIF4M54DJZ6TB4Q48", "sec_cik": "1061219", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enterprise_Products_Partners_L.P._logo.svg", "description": "American fuel company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1041 +{"wikidata_id": "Q54263910", "display_name": "Vici Properties", "legal_name": "VICI Properties", "aliases": [], "website": "https://viciproperties.com", "canonical_domain": "viciproperties.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.76041, "lon": -73.97375, "industries": ["real-estate"], "industry_labels": ["real property"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "VICI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1705696", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vici_Properties_logo.svg", "description": "real estate investment trust specializing in casino properties", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1705696", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1042 +{"wikidata_id": "Q5426537", "display_name": "Teledyne FLIR", "legal_name": null, "aliases": ["FLIR", "FLIR Systems", "FLIR Systems", "Inc."], "website": "https://www.flir.com", "canonical_domain": "flir.com", "country": "US", "hq_city": "Wilsonville", "hq_region": "Clackamas County", "lat": 45.3068, "lon": -122.76642, "industries": ["aerospace-defense"], "industry_labels": ["thermography", "SIC 3812 Search, Detection, Navigation, Guidance, Aeronautical Sys"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "FLIR", "exchange": "Nasdaq", "lei": "VOBD35NEPH6WISIRTJ85", "sec_cik": "354908", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teledyne_FLIR_logo_%283%29.svg", "description": "thermal imaging company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "354908", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1043 +{"wikidata_id": "Q5612177", "display_name": "Grupo Aeroportuario del Pacífico", "legal_name": null, "aliases": ["Grupo Aeroportuario del Pacifico"], "website": "https://aeropuertosgap.com.mx", "canonical_domain": "aeropuertosgap.com.mx", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "PAC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Aeroportuario_del_Pac%C3%ADfico_logo.jpg", "description": "airport operator holding group in Mexico", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1044 +{"wikidata_id": "Q6015591", "display_name": "Incyte", "legal_name": null, "aliases": ["Incyte Corporation", "Incyte Inc."], "website": "https://www.incyte.com", "canonical_domain": "incyte.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "INCY", "exchange": "Nasdaq", "lei": "549300Z4WN6JVZ3T4680", "sec_cik": "879169", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Incyte_logo.svg", "description": "American pharmaceutical company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1045 +{"wikidata_id": "Q62739842", "display_name": "Dow Inc.", "legal_name": null, "aliases": ["Dow", "Dow", "Inc."], "website": "https://www.dow.com", "canonical_domain": "dow.com", "country": "US", "hq_city": "Midland", "hq_region": "Midland County", "lat": 43.61556, "lon": -84.24722, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "DOW", "exchange": "New York Stock Exchange", "lei": "5493003S21INSLK2IP73", "sec_cik": "1751788", "parent": null, "logo_url": null, "description": "American chemical company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1046 +{"wikidata_id": "Q637474", "display_name": "Visteon", "legal_name": null, "aliases": ["VC"], "website": "https://www.visteon.com", "canonical_domain": "visteon.com", "country": "US", "hq_city": "Van Buren Charter Township", "hq_region": "Michigan", "lat": 42.22056, "lon": -83.4875, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "VC", "exchange": "Nasdaq", "lei": "549300MOVLYHRW4GGW78", "sec_cik": "1111335", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visteon_logo_%282016%29.svg", "description": "American automotive supplying company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1111335", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1047 +{"wikidata_id": "Q6391583", "display_name": "La-Z-Boy", "legal_name": null, "aliases": [], "website": "https://www.la-z-boy.com", "canonical_domain": "la-z-boy.com", "country": "US", "hq_city": "Monroe", "hq_region": "Monroe County", "lat": 41.91639, "lon": -83.39778, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "LZB", "exchange": "New York Stock Exchange", "lei": "549300WNO1WMN9ZG2519", "sec_cik": "57131", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La-Z-Boy_2025.svg", "description": "furniture company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1048 +{"wikidata_id": "Q6715642", "display_name": "MFS Investment Management", "legal_name": "Massachusetts Financial Services Company", "aliases": ["Massachusetts Financial Services"], "website": "https://www.mfs.com", "canonical_domain": "mfs.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "MGF", "exchange": "New York Stock Exchange", "lei": "1G3OSH3GLGJ7X1JC5I61", "sec_cik": "912938", "parent": {"wikidata_id": "Q835456", "name": "Sun Life Financial"}, "logo_url": null, "description": "American global investment manager", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1049 +{"wikidata_id": "Q689475", "display_name": "Laureate Education", "legal_name": null, "aliases": ["Laureate International Universities", "Laureate Education Inc"], "website": "https://www.laureate.net", "canonical_domain": "laureate.net", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "LAUR", "exchange": "Nasdaq", "lei": "5JL7TMOH5TY3IUYSUP91", "sec_cik": "912766", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Laureate_Education_Logo.svg", "description": "operator of degree-granting higher education institutions in Mexico and Peru", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1050 +{"wikidata_id": "Q7086908", "display_name": "Olin Corporation", "legal_name": null, "aliases": [], "website": "https://www.olin.com", "canonical_domain": "olin.com", "country": "US", "hq_city": "Clayton", "hq_region": "St. Louis County", "lat": 38.64528, "lon": -90.33194, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "OLN", "exchange": "New York Stock Exchange", "lei": "549300GKK294V7W57P06", "sec_cik": "74303", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Olin_Corporation.svg", "description": "American chemical manufacturing company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7987693"}]}
1051 +{"wikidata_id": "Q7160600", "display_name": "Pegasystems", "legal_name": null, "aliases": ["Pegasystems Inc."], "website": "https://www.pega.com", "canonical_domain": "pega.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "PEGA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1013857", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1052 +{"wikidata_id": "Q7495372", "display_name": "Sherritt International", "legal_name": null, "aliases": [], "website": "https://www.sherritt.com", "canonical_domain": "sherritt.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "SHERF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sherritt-International-Logo.svg", "description": "Canadian resource company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1053 +{"wikidata_id": "Q750124", "display_name": "Cabot Corporation", "legal_name": null, "aliases": [], "website": "https://www.cabot-corp.com", "canonical_domain": "cabot-corp.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "CBT", "exchange": "New York Stock Exchange", "lei": "K05C0SER542GQ6VLRO68", "sec_cik": "16040", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cabot_Corporation_Logo.svg", "description": "American specialty chemicals and performance materials company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1054 +{"wikidata_id": "Q7581369", "display_name": "Sprouts Farmers Market", "legal_name": null, "aliases": ["Inc."], "website": "https://www.sprouts.com", "canonical_domain": "sprouts.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "SFM", "exchange": "Nasdaq", "lei": "529900P8F4G77Q52XE24", "sec_cik": "1575515", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sprouts_Farmers_Market_Logo.png", "description": "American supermarket chain headquartered in Phoenix, Arizona", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1055 +{"wikidata_id": "Q7830269", "display_name": "Townsquare Media", "legal_name": null, "aliases": ["PopCrush", "Regent Communications"], "website": "https://www.townsquaremedia.com", "canonical_domain": "townsquaremedia.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "TSQ", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1499832", "parent": null, "logo_url": null, "description": "American radio network and media company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1056 +{"wikidata_id": "Q813780", "display_name": "Becton Dickinson", "legal_name": null, "aliases": ["BD", "BD Biosciences (United States)", "Becton", "Dickinson and Company"], "website": "https://www.bdbiosciences.com", "canonical_domain": "bdbiosciences.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "BDX", "exchange": "New York Stock Exchange", "lei": "ICE2EP6D98PQUILVRZ91", "sec_cik": "10795", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BD_%28company%29_logo.svg", "description": "American multinational medical technology company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1057 +{"wikidata_id": "Q815327", "display_name": "Belden Incorporated", "legal_name": null, "aliases": ["Belden", "Belden Inc."], "website": "https://www.belden.com", "canonical_domain": "belden.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "BDC", "exchange": "New York Stock Exchange", "lei": "68BKYO1JC791TTJHUE82", "sec_cik": "913142", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1058 +{"wikidata_id": "Q826526", "display_name": "Loews Corporation", "legal_name": null, "aliases": [], "website": "https://www.loews.com", "canonical_domain": "loews.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "L", "exchange": "New York Stock Exchange", "lei": "R8V1FN4M5ITGZOG7BS19", "sec_cik": "60086", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Loews-Corporation-Logo.svg", "description": "American conglomerate", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1059 +{"wikidata_id": "Q835370", "display_name": "Yamana Gold", "legal_name": null, "aliases": ["Yamana Gold Inc."], "website": "https://www.yamana.com", "canonical_domain": "yamana.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "YRI", "exchange": "Toronto Stock Exchange", "lei": "54930002VY22NXG01418", "sec_cik": "1264089", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Yamana_Gold.svg", "description": "Canadian company that operates mainly in gold and silver mining in Latin America, including Canada, Brazil, Chile and Argentina", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1060 +{"wikidata_id": "Q861947", "display_name": "Grupo Éxito", "legal_name": null, "aliases": ["Grupo Exito"], "website": "https://www.grupoexito.com.co", "canonical_domain": "grupoexito.com.co", "country": "CO", "hq_city": "Envigado", "hq_region": "Antioquia", "lat": 6.17194, "lon": -75.58028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "EXITO", "exchange": "Colombia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Exito_logo.svg", "description": "Colombian retail company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1061 +{"wikidata_id": "Q894558", "display_name": "Boston Beer Company", "legal_name": null, "aliases": ["Sam Adams Brewing Company"], "website": "https://www.bostonbeer.com", "canonical_domain": "bostonbeer.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "SAM", "exchange": "New York Stock Exchange", "lei": "529900Q02MQ0DCQNRM58", "sec_cik": "949870", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boston_Beer_Company_logo.svg", "description": "beer company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "949870", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1062 +{"wikidata_id": "Q912476", "display_name": "Québecor", "legal_name": "Québecor", "aliases": ["Quebecor"], "website": "https://www.quebecor.com", "canonical_domain": "quebecor.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "QBR.A", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qu%C3%A9becor_logo.svg", "description": "Canadian communications company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3414855"}]}
1063 +{"wikidata_id": "Q9294032", "display_name": "Hot Topic", "legal_name": null, "aliases": [], "website": "https://www.hottopic.com", "canonical_domain": "hottopic.com", "country": "US", "hq_city": "City of Industry", "hq_region": "Los Angeles County", "lat": 34.01583, "lon": -117.95083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "HOTT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hot_Topic_logo.svg", "description": "American fashion brand", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1064 +{"wikidata_id": "Q20648663", "display_name": "Tegna Inc.", "legal_name": "Tegna, Inc.", "aliases": ["TEGNA", "Tegna Media", "Tegna", "Inc."], "website": "https://www.tegna.com", "canonical_domain": "tegna.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["media"], "industry_labels": [], "founded_year": 2015, "employees": 6200, "public_company": true, "ticker": "TGNA", "exchange": "New York Stock Exchange", "lei": "549300YC5EDBGX85AO10", "sec_cik": "39899", "parent": {"wikidata_id": "Q7020906", "name": "Nexstar Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tegna_Inc._logo.svg", "description": "United States media company", "sitelinks": 2, "importance": 0.4419, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1065 +{"wikidata_id": "Q11289", "display_name": "Panavision", "legal_name": null, "aliases": [], "website": "https://cs.panavision.com", "canonical_domain": "panavision.com", "country": "US", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1953, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3277355", "name": "Saban Capital Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panavision_logo.svg", "description": "American motion picture equipment company", "sitelinks": 24, "importance": 0.4411, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1066 +{"wikidata_id": "Q395941", "display_name": "Agrale", "legal_name": null, "aliases": ["Agrale Brazil"], "website": "https://www.agrale.com.br", "canonical_domain": "agrale.com.br", "country": "BR", "hq_city": "Caxias do Sul", "hq_region": "Rio Grande do Sul", "lat": -29.16778, "lon": -51.17889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1962, "employees": 12300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agrale.svg", "description": "Brazilian manufacturing company", "sitelinks": 17, "importance": 0.4402, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1067 +{"wikidata_id": "Q48815838", "display_name": "Axiom Space", "legal_name": "Axiom Space, Inc.", "aliases": ["Axiom", "Inc.", "AxiomSpace"], "website": "https://www.axiomspace.com", "canonical_domain": "axiomspace.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2016, "employees": 853, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AxiomSpaceLogo.svg", "description": "private American aerospace company", "sitelinks": 25, "importance": 0.4402, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1068 +{"wikidata_id": "Q757135", "display_name": "Atlas Air", "legal_name": null, "aliases": ["GIANT", "GTI", "Atlas Air Worldwide Holdings", "5Y", "Atlas Air Worldwide", "Inc.", "AtlasAir"], "website": "https://www.atlasair.com", "canonical_domain": "atlasair.com", "country": "US", "hq_city": "Purchase", "hq_region": "Harrison", "lat": 41.04056, "lon": -73.71444, "industries": ["airlines"], "industry_labels": ["SIC 4522 Air Transportation, Nonscheduled"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "941552", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlas_Air_Worldwide_logo.svg", "description": "charter airline in the United States", "sitelinks": 24, "importance": 0.4384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "941552", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1069 +{"wikidata_id": "Q631894", "display_name": "HEAD", "legal_name": null, "aliases": [], "website": "https://www.head.com", "canonical_domain": "head.com", "country": "US", "hq_city": "Kennelbach", "hq_region": "Bregenz District", "lat": 47.48306, "lon": 9.76667, "industries": ["apparel", "consumer-goods"], "industry_labels": ["sportswear", "sports equipment"], "founded_year": 1950, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HEAD.svg", "description": "sports equipment and clothing company", "sitelinks": 21, "importance": 0.4382, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1070 +{"wikidata_id": "Q7239519", "display_name": "Precision Castparts Corp.", "legal_name": null, "aliases": [], "website": "https://www.precast.com", "canonical_domain": "precast.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering", "SIC 3320 Iron & Steel Foundries"], "founded_year": 1953, "employees": 30100, "public_company": true, "ticker": null, "exchange": null, "lei": "0XOOAY5P5J7Q734SEC89", "sec_cik": "79958", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Precision_Castparts_logo.svg", "description": "casting company based in Portland, Oregon, in the United States", "sitelinks": 5, "importance": 0.4377, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "79958", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1071 +{"wikidata_id": "Q1339598", "display_name": "Peavey Electronics", "legal_name": null, "aliases": [], "website": "https://www.peavey.com", "canonical_domain": "peavey.com", "country": "US", "hq_city": "Meridian", "hq_region": "Lauderdale County", "lat": 32.36431, "lon": -88.70367, "industries": ["technology"], "industry_labels": [], "founded_year": 1965, "employees": 2400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 21, "importance": 0.4376, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1072 +{"wikidata_id": "Q181114", "display_name": "Stellantis North America", "legal_name": "FCA US LLC", "aliases": [], "website": "https://media.stellantisnorthamerica.com", "canonical_domain": "stellantisnorthamerica.com", "country": "US", "hq_city": "Chrysler Headquarters and Technology Center", "hq_region": "Michigan", "lat": 42.6544, "lon": -83.2336, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "ZTC508ZLTU6TYD5R7A85", "sec_cik": null, "parent": {"wikidata_id": "Q97439162", "name": "Stellantis"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stellantis.svg", "description": "American automotive manufacturer", "sitelinks": 63, "importance": 0.4372, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1073 +{"wikidata_id": "Q186471", "display_name": "Ultimate Fighting Championship", "legal_name": null, "aliases": ["UFC"], "website": "https://ufc.com", "canonical_domain": "ufc.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q120435068", "name": "TKO Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UFC_Logo.svg", "description": "American mixed martial arts (MMA) promotion company", "sitelinks": 63, "importance": 0.4372, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2082462"}]}
1074 +{"wikidata_id": "Q5532197", "display_name": "General Shopping e Outlets", "legal_name": null, "aliases": [], "website": "https://www.generalshopping.com.br", "canonical_domain": "generalshopping.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["real-estate"], "industry_labels": ["shopping mall"], "founded_year": 1989, "employees": 526, "public_company": true, "ticker": "GSHP3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shopping mall management company in Brazil", "sitelinks": 3, "importance": 0.4365, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1075 +{"wikidata_id": "Q29231846", "display_name": "Yahoo Inc.", "legal_name": "Yahoo! Inc.", "aliases": ["Oath", "Yahoo", "Yahoo!", "Verizon Digital Network", "Verizon Media", "Verizon Media Group"], "website": "https://www.yahooinc.com", "canonical_domain": "yahooinc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 37.41815, "lon": -122.02549, "industries": ["internet", "telecommunications", "media", "technology"], "industry_labels": ["Internet", "telecommunications industry", "media industry", "technology industry"], "founded_year": 2006, "employees": 14000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q619121", "name": "Apollo Global Management"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yahoo%21_%282019%29.svg", "description": "American internet company (2017–present)", "sitelinks": 16, "importance": 0.4361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1076 +{"wikidata_id": "Q7919303", "display_name": "Velodyne Lidar", "legal_name": null, "aliases": ["Velodyne"], "website": "https://www.velodynelidar.com", "canonical_domain": "velodynelidar.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["transportation"], "industry_labels": ["intelligent transportation system", "advanced driver-assistance system"], "founded_year": 1983, "employees": 500, "public_company": true, "ticker": "VLDR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 3, "importance": 0.4357, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1077 +{"wikidata_id": "Q130309", "display_name": "Norwegian Cruise Line", "legal_name": "Norwegian Cruise Line", "aliases": ["NCL"], "website": "https://www.ncl.com", "canonical_domain": "ncl.com", "country": "US", "hq_city": "Miami-Dade County", "hq_region": "Florida", "lat": 25.77417, "lon": -80.19361, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q60767471", "name": "Norwegian Cruise Line Holdings Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Norwegian-Cruise-Line-Logo.svg", "description": "American company operating cruise ships", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1078 +{"wikidata_id": "Q1753080", "display_name": "Kmart", "legal_name": null, "aliases": ["K Mart", "K-Mart", "K-Mart Corporation"], "website": "https://www.kmart.com", "canonical_domain": "kmart.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q966556", "name": "Sears Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kmart_logo.svg", "description": "American big box department store chain", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1079 +{"wikidata_id": "Q1812075", "display_name": "National Post", "legal_name": null, "aliases": ["The National Post"], "website": "https://nationalpost.com", "canonical_domain": "nationalpost.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["logistics", "media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national newspaper based in Toronto, Ontario, Canada", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1080 +{"wikidata_id": "Q2438391", "display_name": "Chuck E. Cheese", "legal_name": null, "aliases": ["Chuck E. Cheese's", "Chuck E. Cheese's Pizza", "Chuck E. Cheese's Pizza Time Theatre"], "website": "https://www.chuckecheese.com", "canonical_domain": "chuckecheese.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["food-beverage"], "industry_labels": ["quick service restaurant sector"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300MWTY75LB8TRO50", "sec_cik": null, "parent": {"wikidata_id": "Q98567979", "name": "CEC Entertainment. Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chuck_E._Cheese_2019_wordmark.svg", "description": "American pizza restaurant chain", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1081 +{"wikidata_id": "Q233929", "display_name": "NASCAR", "legal_name": null, "aliases": ["National Association for Stock Car Auto Racing"], "website": "https://www.nascar.com", "canonical_domain": "nascar.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["automotive"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NASCAR_logo_2017.svg", "description": "American automobile racing company", "sitelinks": 61, "importance": 0.4339, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1082 +{"wikidata_id": "Q283848", "display_name": "Belkin International, Inc.", "legal_name": null, "aliases": [], "website": "https://www.belkin.com", "canonical_domain": "belkin.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1983, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": "549300L6S8M8SOPOFZ79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Belkin_logo_2024.svg", "description": "American manufacturer of consumer electronics", "sitelinks": 22, "importance": 0.4323, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4883044"}]}
1083 +{"wikidata_id": "Q223142", "display_name": "Box Office Mojo", "legal_name": null, "aliases": ["boxofficemojo"], "website": "https://boxofficemojo.com", "canonical_domain": "boxofficemojo.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q37312", "name": "IMDb"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Box_office_Mojo.png", "description": "website that tracks box office revenue", "sitelinks": 60, "importance": 0.4322, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1084 +{"wikidata_id": "Q242446", "display_name": "Lucasfilm", "legal_name": null, "aliases": ["LFL", "Lucasfilm Limited", "LLC", "Lucasfilm Ltd. LLC", "Ltd."], "website": "https://www.lucasfilm.com", "canonical_domain": "lucasfilm.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lucasfilm_logo.svg", "description": "American film and television production company", "sitelinks": 60, "importance": 0.4322, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1169075"}]}
1085 +{"wikidata_id": "Q7972797", "display_name": "Waste Connections", "legal_name": null, "aliases": [], "website": "https://www.wasteconnections.com", "canonical_domain": "wasteconnections.com", "country": "CA", "hq_city": "The Woodlands", "hq_region": "Harris County", "lat": 30.1775, "lon": -95.50389, "industries": ["utilities"], "industry_labels": ["waste management", "SIC 4953 Refuse Systems"], "founded_year": 1997, "employees": 19998, "public_company": true, "ticker": "WCN", "exchange": "New York Stock Exchange", "lei": "549300HDLRTPBQU69P29", "sec_cik": "1318220", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waste_Connections_logo.svg", "description": "North American integrated waste services company", "sitelinks": 5, "importance": 0.4317, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1318220", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1086 +{"wikidata_id": "Q1053422", "display_name": "Cenovus Energy", "legal_name": null, "aliases": [], "website": "https://www.cenovus.com", "canonical_domain": "cenovus.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "CVE", "exchange": "Toronto Stock Exchange", "lei": "549300F4XPHJ7NOSP309", "sec_cik": "1475260", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cenovus_logo.svg", "description": "Canadian integrated oil and natural gas company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1475260", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1087 +{"wikidata_id": "Q10856243", "display_name": "Newegg", "legal_name": null, "aliases": ["Newegg Commerce", "Newegg Commerce", "Inc."], "website": "https://www.newegg.com", "canonical_domain": "newegg.com", "country": "US", "hq_city": "City of Industry", "hq_region": "Los Angeles County", "lat": 34.01583, "lon": -117.95083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "NEGG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1474627", "parent": null, "logo_url": null, "description": "American online electronics retailer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1474627", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1088 +{"wikidata_id": "Q1114318", "display_name": "Comgás", "legal_name": null, "aliases": ["Comgas"], "website": "https://www.comgas.com.br", "canonical_domain": "comgas.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1872, "employees": null, "public_company": true, "ticker": "CGAS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2998228", "name": "Cosan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Comg%C3%A1s.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1089 +{"wikidata_id": "Q1121199", "display_name": "Companhia Energética de São Paulo", "legal_name": null, "aliases": ["CESP"], "website": "https://www.cesp.com.br", "canonical_domain": "cesp.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "CESP3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Companhia_Energ%C3%A9tica_de_S%C3%A3o_Paulo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1090 +{"wikidata_id": "Q1121216", "display_name": "CPFL Energia", "legal_name": null, "aliases": [], "website": "https://www.cpfl.com.br", "canonical_domain": "cpfl.com.br", "country": "BR", "hq_city": "Campinas", "hq_region": "São Paulo", "lat": -22.90091, "lon": -47.05729, "industries": ["retail"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "CPFE3", "exchange": "São Paulo Stock Exchange", "lei": "529900GBWSBDXN8GGM28", "sec_cik": "1300482", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_CPFL_Energia.svg", "description": "electric energy generation and distribution company in Brazil", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1091 +{"wikidata_id": "Q1165227", "display_name": "MDA Space", "legal_name": null, "aliases": ["MacDonald", "Dettwiler and Associates", "MDA Corporation", "MDA Ltd."], "website": "https://mda.space", "canonical_domain": "mda.space", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "MDA", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1857047", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MDA-Logo.jpg", "description": "Canadian space technology company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1857047", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1092 +{"wikidata_id": "Q1181953", "display_name": "Deckers Outdoor Corporation", "legal_name": null, "aliases": ["Deckers Brands"], "website": "https://www.deckers.com", "canonical_domain": "deckers.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["chemicals"], "industry_labels": ["SIC 3021 Rubber & Plastics Footwear"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "DECK", "exchange": "New York Stock Exchange", "lei": "5493008LG4W3I6K8J118", "sec_cik": "910521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deckers_Brands_logo.png", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "910521", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1093 +{"wikidata_id": "Q1624295", "display_name": "Knoll", "legal_name": null, "aliases": ["Knoll International", "Inc.", "Inc."], "website": "https://www.knoll.com", "canonical_domain": "knoll.com", "country": "US", "hq_city": "East Greenville", "hq_region": "Montgomery County", "lat": 40.40649, "lon": -75.50185, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "MLKN", "exchange": "New York Stock Exchange", "lei": "549300R7T7KP3H4DHH46", "sec_cik": "1011570", "parent": {"wikidata_id": "Q489469", "name": "Herman Miller"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Large_Knoll.png", "description": "home and office design company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1094 +{"wikidata_id": "Q1685287", "display_name": "Vulcan Materials Company", "legal_name": null, "aliases": [], "website": "https://www.vulcanmaterials.com", "canonical_domain": "vulcanmaterials.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["materials", "construction"], "industry_labels": [], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "VMC", "exchange": "New York Stock Exchange", "lei": "549300Q8LSNHAVWBNI21", "sec_cik": "1396009", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vulcan_Materials_logo.svg", "description": "American construction materials company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1095 +{"wikidata_id": "Q18154756", "display_name": "Taboola", "legal_name": null, "aliases": ["TABOOLA.COM LTD. (Ramat Gan)"], "website": "https://www.taboola.com", "canonical_domain": "taboola.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software", "media"], "industry_labels": ["software industry", "digital marketing", "advertising industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "TBLA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1840502", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taboola_logo.svg", "description": "Technology company specialized in contextual, native advertising", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1096 +{"wikidata_id": "Q183454", "display_name": "Compañía Sud Americana de Vapores S.A.", "legal_name": null, "aliases": ["CSAV"], "website": "https://www.csav.com", "canonical_domain": "csav.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1872, "employees": null, "public_company": true, "ticker": "VAPORES", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CSAV_Logo.jpg", "description": "Chilean shipping company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1097 +{"wikidata_id": "Q18636413", "display_name": "Sweetgreen", "legal_name": null, "aliases": ["Inc."], "website": "https://sweetgreen.com", "canonical_domain": "sweetgreen.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["hospitality"], "industry_labels": ["restaurant industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "SG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1477815", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sweetgreen_logo.svg", "description": "eco-chic salad chain", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1098 +{"wikidata_id": "Q1975799", "display_name": "Penske Automotive Group", "legal_name": null, "aliases": [], "website": "https://www.penskeautomotive.com", "canonical_domain": "penskeautomotive.com", "country": "US", "hq_city": "Bloomfield Hills", "hq_region": "Oakland County", "lat": 42.58361, "lon": -83.24556, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "PAG", "exchange": "New York Stock Exchange", "lei": "549300W7UTQ0M4C7LB15", "sec_cik": "1019849", "parent": null, "logo_url": null, "description": "international transportation services company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1099 +{"wikidata_id": "Q2124539", "display_name": "RR Donnelley", "legal_name": null, "aliases": ["RRD", "R. R. Donnelley", "R.R. Donnelley", "R.R. Donnelley & Sons Company", "RR Donnelley (United States)"], "website": "https://www.rrd.com", "canonical_domain": "rrd.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["telecommunications", "media"], "industry_labels": [], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "RRD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RR_Donnelley_logo.svg", "description": "American printing and communications company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1100 +{"wikidata_id": "Q224751", "display_name": "Lennox International", "legal_name": null, "aliases": ["Lennox"], "website": "https://www.lennox.com", "canonical_domain": "lennox.com", "country": "US", "hq_city": "Richardson", "hq_region": "Dallas County", "lat": 32.94833, "lon": -96.72972, "industries": ["energy"], "industry_labels": ["heating, ventilation, and air conditioning"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "LII", "exchange": "New York Stock Exchange", "lei": "S7DWAC87RDMPBF77GJ92", "sec_cik": "1069202", "parent": null, "logo_url": null, "description": "HVAC company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1101 +{"wikidata_id": "Q2286044", "display_name": "Silicon Laboratories", "legal_name": null, "aliases": ["Silabs", "Silicon Labs"], "website": "https://www.silabs.com", "canonical_domain": "silabs.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "SLAB", "exchange": "Nasdaq", "lei": "4PRDF8Q9TDHRVZKZSZ47", "sec_cik": "1038074", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silicon_Labs_2015.svg", "description": "American multinational fabless semiconductor company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1102 +{"wikidata_id": "Q2308517", "display_name": "Speedway Motorsports", "legal_name": null, "aliases": [], "website": "https://www.speedwaymotorsports.com", "canonical_domain": "speedwaymotorsports.com", "country": "US", "hq_city": "Concord", "hq_region": "Cabarrus County", "lat": 35.4044, "lon": -80.6006, "industries": ["automotive"], "industry_labels": ["motorsport"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "TRK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "934648", "parent": null, "logo_url": null, "description": "motorsport venue owner and operator", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1103 +{"wikidata_id": "Q23133268", "display_name": "Match Group", "legal_name": null, "aliases": ["Inc."], "website": "https://mtch.com", "canonical_domain": "mtch.com", "country": "US", "hq_city": "Kerrville", "hq_region": "Kerr County", "lat": 30.04639, "lon": -99.14056, "industries": ["internet"], "industry_labels": ["online dating service"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "MTCH", "exchange": "Nasdaq", "lei": "549300BIJKT86CPCKK96", "sec_cik": "891103", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MG_Logo_Horizontal_LightBackground.png", "description": "American technology company specializing in online dating platforms", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1104 +{"wikidata_id": "Q2414097", "display_name": "The Scotts Miracle-Gro Company", "legal_name": null, "aliases": [], "website": "https://www.scotts.com", "canonical_domain": "scotts.com", "country": "US", "hq_city": "Marysville", "hq_region": "Union County", "lat": 40.23389, "lon": -83.36639, "industries": ["agriculture", "manufacturing"], "industry_labels": ["horticulture", "industrial manufacturing"], "founded_year": 1868, "employees": null, "public_company": true, "ticker": "SMG", "exchange": "New York Stock Exchange", "lei": "2TH9E0JTOUXOEGI2R879", "sec_cik": "825542", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scotts_Miracle-Gro_logo.svg", "description": "American multinational corporation", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "825542", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1105 +{"wikidata_id": "Q24204493", "display_name": "Veeva Systems", "legal_name": null, "aliases": ["Veeva"], "website": "https://www.veeva.com", "canonical_domain": "veeva.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "VEEV", "exchange": "New York Stock Exchange", "lei": "549300YZEXPDB92M2F02", "sec_cik": "1393052", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Veeva_Systems_Logo.svg", "description": "cloud computing company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1106 +{"wikidata_id": "Q2483225", "display_name": "DallasNews Corporation", "legal_name": "DallasNews Corporation", "aliases": ["A. H. Belo", "A. H. Belo Corporation"], "website": "https://www.dallasnewscorporation.com", "canonical_domain": "dallasnewscorporation.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["media"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "AHC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1413898", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AH_Belo_Corporation_logo.png", "description": "American newspaper publisher (2008-)", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1107 +{"wikidata_id": "Q2852632", "display_name": "UGI Corporation", "legal_name": "UGI Corporation", "aliases": ["United Gas Improvement Corp."], "website": "https://www.ugicorp.com", "canonical_domain": "ugicorp.com", "country": "US", "hq_city": "King of Prussia", "hq_region": "Upper Merion Township", "lat": 40.09472, "lon": -75.37806, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "UGI", "exchange": "New York Stock Exchange", "lei": "DX6GCWD4Q1JO9CRE5I40", "sec_cik": "884614", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UGI_Corporation_logo.svg", "description": "multinational LPG distribution company headquartered in King of Prussia, Pennsylvania, United States", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "884614", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1108 +{"wikidata_id": "Q2934771", "display_name": "Cameron International", "legal_name": null, "aliases": ["CCC", "Cooper Cameron Corporation"], "website": "https://www.c-a-m.com", "canonical_domain": "c-a-m.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": [], "founded_year": 1833, "employees": null, "public_company": true, "ticker": "CAM", "exchange": "New York Stock Exchange", "lei": "P2PV5Z2Z2UKRY3P3V155", "sec_cik": "1281057", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Cameron.svg", "description": "oilfield services company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1109 +{"wikidata_id": "Q2974454", "display_name": "Frontier Communications", "legal_name": null, "aliases": ["Frontier", "Citizens Communications Company", "Citizens Utilities Company", "Frontier Communications Corporation"], "website": "https://frontier.com", "canonical_domain": "frontier.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "FYBR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frontier_Communications_Corporation_logo_2016.svg", "description": "American telecommunication company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1110 +{"wikidata_id": "Q3046549", "display_name": "East West Bank", "legal_name": null, "aliases": [], "website": "https://www.eastwestbank.com", "canonical_domain": "eastwestbank.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "EWBC", "exchange": "Nasdaq", "lei": "F28JOQ8OBWCFUYM0UX93", "sec_cik": "1069157", "parent": {"wikidata_id": "Q5329659", "name": "East West Bancorp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/East_West_Bank_logo.svg", "description": "Chinese American bank", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5329659"}]}
1111 +{"wikidata_id": "Q3208192", "display_name": "Stepan Company", "legal_name": null, "aliases": [], "website": "https://www.stepan.com", "canonical_domain": "stepan.com", "country": "US", "hq_city": "Northfield", "hq_region": "Cook County", "lat": 42.1, "lon": -87.76667, "industries": ["chemicals"], "industry_labels": ["chemistry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "SCL", "exchange": "New York Stock Exchange", "lei": "IZU1EW9GB3WC7CYCSR17", "sec_cik": "94049", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stepan_Company_logo.svg", "description": "American company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "94049", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1112 +{"wikidata_id": "Q3211367", "display_name": "Fresh Del Monte Produce", "legal_name": null, "aliases": [], "website": "https://www.freshdelmonte.com", "canonical_domain": "freshdelmonte.com", "country": "US", "hq_city": "Coral Gables", "hq_region": "Miami-Dade County", "lat": 25.75, "lon": -80.27111, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "FDP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1047340", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fresh_Del_Monte_logo.svg", "description": "American produce company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1113 +{"wikidata_id": "Q344839", "display_name": "Acushnet Company", "legal_name": null, "aliases": [], "website": "https://www.acushnet.com", "canonical_domain": "acushnet.com", "country": "US", "hq_city": "New Bedford", "hq_region": "Bristol County", "lat": 41.63611, "lon": -70.93472, "industries": ["apparel"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "GOLF", "exchange": "New York Stock Exchange", "lei": "549300H805O14KEFES79", "sec_cik": "1672013", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acushnet_company_logo.PNG", "description": "American company that makes golf equipment and clothing", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1672013", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1114 +{"wikidata_id": "Q3540193", "display_name": "Wayfair", "legal_name": null, "aliases": ["Inc."], "website": "https://www.wayfair.com", "canonical_domain": "wayfair.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "W", "exchange": "New York Stock Exchange", "lei": "54930027N9ZAVYFDHK53", "sec_cik": "1616707", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wayfair_2024_logo.svg", "description": "American e-commerce company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1115 +{"wikidata_id": "Q3973262", "display_name": "Stericycle", "legal_name": null, "aliases": [], "website": "https://www.stericycle.com", "canonical_domain": "stericycle.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "SRCL", "exchange": "Nasdaq", "lei": "B8PTJH2P0AXSWSMP2136", "sec_cik": "861878", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stericycle_logo.svg", "description": "American waste management company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1116 +{"wikidata_id": "Q4047452", "display_name": "Proofpoint, Inc.", "legal_name": null, "aliases": ["Proofpoint", "Inc. (Sunnyvale", "CA)"], "website": "https://www.proofpoint.com", "canonical_domain": "proofpoint.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "PFPT", "exchange": "Nasdaq", "lei": "529900C5FODDK0WSR085", "sec_cik": "1212458", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pp-logo.JPG", "description": "Cybersecurity Firm", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1117 +{"wikidata_id": "Q4474231", "display_name": "Jakks Pacific", "legal_name": null, "aliases": ["TV game", "JAKKS Pacific"], "website": "https://www.jakks.com", "canonical_domain": "jakks.com", "country": "US", "hq_city": "Malibu", "hq_region": "Los Angeles County", "lat": 34.035, "lon": -118.695, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "JAKK", "exchange": "Nasdaq", "lei": "549300UEF3348JRXQ295", "sec_cik": "1009829", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jakks_pacific_low_res.png", "description": "toys and games manufacturer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1118 +{"wikidata_id": "Q462984", "display_name": "Ameren", "legal_name": "Ameren Corporation", "aliases": [], "website": "https://www.amereninvestors.com", "canonical_domain": "amereninvestors.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["utilities", "energy"], "industry_labels": ["public utility", "energy industry", "electric power industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "AEE", "exchange": "New York Stock Exchange", "lei": "XRZQ5S7HYJFPHJ78L959", "sec_cik": "1002910", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ameren_logo.svg", "description": "electric power and natural gas utility holding company based in St. Louis, Missouri, U.S.", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1119 +{"wikidata_id": "Q4667884", "display_name": "AbioMed", "legal_name": null, "aliases": [], "website": "https://www.abiomed.com", "canonical_domain": "abiomed.com", "country": "US", "hq_city": "Danvers", "hq_region": "Essex County", "lat": 42.575, "lon": -70.93056, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "ABMD", "exchange": "Nasdaq", "lei": "5493001EZN4ZTB4Z5887", "sec_cik": "815094", "parent": {"wikidata_id": "Q333718", "name": "Johnson & Johnson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABIOMED_logo.svg", "description": "medical devices company based in Danvers, Massachusetts, USA", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1120 +{"wikidata_id": "Q4686051", "display_name": "Advance Auto Parts", "legal_name": null, "aliases": [], "website": "https://shop.advanceautoparts.com", "canonical_domain": "advanceautoparts.com", "country": "US", "hq_city": "Roanoke", "hq_region": "Virginia", "lat": 37.27056, "lon": -79.9425, "industries": ["automotive"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "AAP", "exchange": "New York Stock Exchange", "lei": "529900UCNQ5H9FSL0Y70", "sec_cik": "1158449", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAP_Logo_STK_2C.svg", "description": "retailer of aftermarket automotive parts", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1121 +{"wikidata_id": "Q4732268", "display_name": "AllianceBernstein", "legal_name": null, "aliases": ["Alliance Bernstein", "AllianceBernstein Holding L.P."], "website": "https://www.alliancebernstein.com", "canonical_domain": "alliancebernstein.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "AB", "exchange": "New York Stock Exchange", "lei": "0JK55UGWSWNF3X7KLQ85", "sec_cik": "825313", "parent": {"wikidata_id": "Q160054", "name": "AXA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abglobal-logo.png", "description": "American asset management firm", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "825313", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1122 +{"wikidata_id": "Q47462183", "display_name": "IONQ", "legal_name": null, "aliases": ["IonQ", "IonQ", "Inc."], "website": "https://ionq.co", "canonical_domain": "ionq.co", "country": "US", "hq_city": "College Park", "hq_region": "Prince George's County", "lat": 38.9967, "lon": -76.9275, "industries": ["technology"], "industry_labels": ["quantum computing industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "IONQ", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1824920", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IonQ_corp_logo.svg", "description": "quantum computing company based in College Park, MD, USA", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1123 +{"wikidata_id": "Q4799191", "display_name": "Arthur J. Gallagher & Co.", "legal_name": null, "aliases": ["AJ Gallagher", "Gallagher & Co", "Gallagher Insurance"], "website": "https://www.ajg.com", "canonical_domain": "ajg.com", "country": "US", "hq_city": "Itasca", "hq_region": "DuPage County", "lat": 41.9747, "lon": -88.0186, "industries": ["financial-services", "insurance"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "AJG", "exchange": "New York Stock Exchange", "lei": "54930049QLLMPART6V29", "sec_cik": "354190", "parent": null, "logo_url": null, "description": "insurance brokerage and risk management services company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1124 +{"wikidata_id": "Q4805956", "display_name": "Sunbelt Rentals", "legal_name": null, "aliases": ["Ashtead Group plc", "Sunbelt Rentals Holdings", "Inc."], "website": "https://www.sunbeltrentals.com", "canonical_domain": "sunbeltrentals.com", "country": "US", "hq_city": "Fort Mill", "hq_region": "York County", "lat": 35.00583, "lon": -80.94694, "industries": ["industrial-machinery"], "industry_labels": ["equipment rental"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "SUNB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "2083785", "parent": null, "logo_url": null, "description": "American industrial equipment rental company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2083785", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1125 +{"wikidata_id": "Q4835754", "display_name": "BJ's Wholesale Club", "legal_name": null, "aliases": ["BJ's"], "website": "https://www.bjs.com", "canonical_domain": "bjs.com", "country": "US", "hq_city": "Westborough", "hq_region": "Worcester County", "lat": 42.26944, "lon": -71.61667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "BJ", "exchange": "New York Stock Exchange", "lei": "549300H2XDOGOSR9L398", "sec_cik": "1037461", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BJs_Wholesale_Club_Logo.svg", "description": "American membership-only warehouse club chain", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1126 +{"wikidata_id": "Q4914632", "display_name": "BioMarin Pharmaceutical", "legal_name": null, "aliases": ["BioMarin Pharmaceutical Inc."], "website": "https://www.biomarin.com", "canonical_domain": "biomarin.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "BMRN", "exchange": "Nasdaq", "lei": "NSLL8ITTRR0J5HEMR848", "sec_cik": "1048477", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BioMarin_logo.svg", "description": "American company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1127 +{"wikidata_id": "Q4999220", "display_name": "Burlington", "legal_name": null, "aliases": ["Burlington Coat Factory", "Burlington Coat Factory Warehouse Corporation", "Burlington Stores Inc.", "Burlington Stores", "Inc."], "website": "https://www.burlington.com", "canonical_domain": "burlington.com", "country": "US", "hq_city": "Florence", "hq_region": "Burlington County", "lat": 40.0946, "lon": -74.7838, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "BURL", "exchange": "New York Stock Exchange", "lei": "549300SIFDMGE3Y2SW49", "sec_cik": "1579298", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Burlington_Coat_Factory_Logo.svg", "description": "American national off price retailer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1579298", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1128 +{"wikidata_id": "Q5055187", "display_name": "Cavium", "legal_name": null, "aliases": ["Cavium Networks"], "website": "https://www.cavium.com", "canonical_domain": "cavium.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "CAVM", "exchange": "Nasdaq", "lei": "25490083AG7Q8M0CFO69", "sec_cik": "1175609", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Cavium_Inc.svg", "description": "fabless semiconductor company based in San Jose, California", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1129 +{"wikidata_id": "Q5089544", "display_name": "Chegg", "legal_name": null, "aliases": ["Inc."], "website": "https://www.chegg.com", "canonical_domain": "chegg.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "CHGG", "exchange": "New York Stock Exchange", "lei": "549300AKX7O8JG0O3G77", "sec_cik": "1364954", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chegg_logo.svg", "description": "American education technology company based in Santa Clara, California, that offers online textbook rentals", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1130 +{"wikidata_id": "Q5189320", "display_name": "Crown Castle International Corp.", "legal_name": null, "aliases": ["Crown Castle", "Crown Castle International"], "website": "https://www.crowncastle.com", "canonical_domain": "crowncastle.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "CCI", "exchange": "New York Stock Exchange", "lei": "54930012H97VSM0I2R19", "sec_cik": "1051470", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crown_Castle_Logo.svg", "description": "American communications infrastructure company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1131 +{"wikidata_id": "Q5570544", "display_name": "Global Payments", "legal_name": null, "aliases": [], "website": "https://www.globalpaymentsinc.com", "canonical_domain": "globalpaymentsinc.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["payments", "technology"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "GPN", "exchange": "New York Stock Exchange", "lei": "549300NOMHGVQBX6S778", "sec_cik": "1123360", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Global_Payments_Inc._logo.svg", "description": "American technology company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q58206402"}]}
1132 +{"wikidata_id": "Q5578424", "display_name": "Golar LNG", "legal_name": null, "aliases": [], "website": "https://www.golargas.com", "canonical_domain": "golargas.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["energy"], "industry_labels": ["LNG carrier"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "GLNG", "exchange": "Nasdaq", "lei": "213800C2VSFZG3EZLO34", "sec_cik": "1207179", "parent": null, "logo_url": null, "description": "Gas shipping company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1133 +{"wikidata_id": "Q5598232", "display_name": "Gray Media", "legal_name": null, "aliases": ["Gray Television", "Gray Communications Systems"], "website": "https://gray.tv", "canonical_domain": "gray.tv", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["media"], "industry_labels": ["terrestrial television"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "GTN", "exchange": "New York Stock Exchange", "lei": "529900TM5726KDN7UU35", "sec_cik": "43196", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gray_Media_wordmark.svg", "description": "American television broadcast company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1134 +{"wikidata_id": "Q5639346", "display_name": "Hain Celestial Group", "legal_name": null, "aliases": [], "website": "https://www.hain-celestial.com", "canonical_domain": "hain-celestial.com", "country": "US", "hq_city": "Lake Success", "hq_region": "North Hempstead", "lat": 40.77028, "lon": -73.71333, "industries": ["food-beverage"], "industry_labels": ["SIC 2000 Food and Kindred Products"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "HAIN", "exchange": "Nasdaq", "lei": "5493000S8QXWHLIXDP75", "sec_cik": "910406", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hain_Celestial_Group.svg", "description": "natural foods company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "910406", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1135 +{"wikidata_id": "Q5761967", "display_name": "HillRom", "legal_name": null, "aliases": ["Hill-Rom Holdings", "Hillenbrand Industries"], "website": "https://www.hillrom.com", "canonical_domain": "hillrom.com", "country": "US", "hq_city": "Batesville", "hq_region": "Indiana", "lat": 39.29833, "lon": -85.22139, "industries": [], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "HRC", "exchange": "New York Stock Exchange", "lei": "JLZ01A0E2071OH26RE45", "sec_cik": null, "parent": {"wikidata_id": "Q761965", "name": "Baxter International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hill-Rom_Logo.png", "description": "US company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1136 +{"wikidata_id": "Q59507", "display_name": "Astrotech Corporation", "legal_name": null, "aliases": ["1st Detect", "Astral Images", "Astrogenetix", "Astrotech Space Operations"], "website": "https://www.astrotechcorp.com", "canonical_domain": "astrotechcorp.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "ASTC", "exchange": "Nasdaq", "lei": "984500DA81B780C7D558", "sec_cik": "1001907", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astrotech-Corp-Logo.png", "description": "American aerospace company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1137 +{"wikidata_id": "Q619111", "display_name": "Apollo Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.apollo.edu", "canonical_domain": "apollo.edu", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["education"], "industry_labels": ["for-profit education"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "APOL", "exchange": "Nasdaq", "lei": "2GDPE42LPJRVL3UQD747", "sec_cik": "929887", "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1138 +{"wikidata_id": "Q638533", "display_name": "Celesc", "legal_name": null, "aliases": [], "website": "https://www.celesc.com.br", "canonical_domain": "celesc.com.br", "country": "BR", "hq_city": "Florianópolis", "hq_region": "Santa Catarina", "lat": -27.59328, "lon": -48.55305, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "CLSC3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CELESC_Logo.png", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1139 +{"wikidata_id": "Q6517792", "display_name": "Flagstar Financial", "legal_name": "Flagstar Financial, Inc.", "aliases": ["FLG", "New York Community Bank", "Inc.", "New York Community Bancorp", "New York Community Bancorp", "Inc.", "Queens County Bancorp", "Queens County Bancorp"], "website": "https://www.flagstar.com", "canonical_domain": "flagstar.com", "country": "US", "hq_city": "Hicksville", "hq_region": "Nassau County", "lat": 40.7633, "lon": -73.5233, "industries": ["banking"], "industry_labels": ["commercial bank"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "FLG", "exchange": "New York Stock Exchange", "lei": "QODK9N71Q3XVQS2JKH91", "sec_cik": "910073", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flagstar_Financial_Inc_Logo_%282024%29.png", "description": "American bank holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5457038"}]}
1140 +{"wikidata_id": "Q6550657", "display_name": "Lincoln Electric", "legal_name": null, "aliases": [], "website": "https://www.lincolnelectric.com", "canonical_domain": "lincolnelectric.com", "country": "US", "hq_city": "Euclid", "hq_region": "Cuyahoga County", "lat": 41.59556, "lon": -81.51917, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "LECO", "exchange": "Nasdaq", "lei": "BIMGBY40SIN95O01BN93", "sec_cik": "59527", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lincoln_Electric_logo.svg", "description": "American multinational manufacturer of welding products", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1141 +{"wikidata_id": "Q6744211", "display_name": "Mallinckrodt Pharmaceuticals", "legal_name": "Mallinckrodt plc", "aliases": ["MNK", "Mallinckrodt"], "website": "https://www.mallinckrodt.com", "canonical_domain": "mallinckrodt.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "MNK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American-Irish domiciled manufacturer of specialty pharmaceuticals", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1142 +{"wikidata_id": "Q682047", "display_name": "SuperValu", "legal_name": null, "aliases": ["Inc."], "website": "https://www.supervalu.com", "canonical_domain": "supervalu.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1870, "employees": null, "public_company": true, "ticker": "SVU", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "95521", "parent": {"wikidata_id": "Q7888979", "name": "United Natural Foods"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supervalu_logo.svg", "description": "American wholesaler and retailer of grocery products", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1143 +{"wikidata_id": "Q6893780", "display_name": "Mohawk Industries", "legal_name": null, "aliases": [], "website": "https://www.mohawkind.com", "canonical_domain": "mohawkind.com", "country": "US", "hq_city": "Calhoun", "hq_region": "Gordon County", "lat": 34.5, "lon": -84.9425, "industries": ["manufacturing"], "industry_labels": ["conglomerate", "rug and carpet industry"], "founded_year": 1878, "employees": null, "public_company": true, "ticker": "MHK", "exchange": "New York Stock Exchange", "lei": "549300JI1115MG3Q6322", "sec_cik": "851968", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mohawk_Industries_logo.svg", "description": "American Flooring Manufacturer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1144 +{"wikidata_id": "Q7205253", "display_name": "Plug Power", "legal_name": null, "aliases": [], "website": "https://www.plugpower.com", "canonical_domain": "plugpower.com", "country": "US", "hq_city": "Latham", "hq_region": "Colonie", "lat": 42.7469, "lon": -73.7589, "industries": ["energy"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PLUG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1093691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Plug_Power_Logo.svg", "description": "American company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1145 +{"wikidata_id": "Q7433758", "display_name": "Light & Wonder", "legal_name": null, "aliases": ["Autotote Corporation", "Autotote Systems", "Inc.", "Scientific Games"], "website": "https://www.scientificgames.com", "canonical_domain": "scientificgames.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["entertainment"], "industry_labels": ["gambling industry"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "SGMS", "exchange": "Nasdaq", "lei": "529900JXALYBOHXKFM62", "sec_cik": "750004", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Light_%26_Wonder_logo.svg", "description": "American electronic gaming and gambling company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1146 +{"wikidata_id": "Q7449804", "display_name": "Sempra", "legal_name": null, "aliases": [], "website": "https://www.sempra.com", "canonical_domain": "sempra.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "SRE", "exchange": "New York Stock Exchange", "lei": "PBBKGKLRK5S5C0Y4T545", "sec_cik": "1032208", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sempra_Energy_logo.svg", "description": "North American electric and gas utility holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1147 +{"wikidata_id": "Q7669886", "display_name": "TD Ameritrade", "legal_name": null, "aliases": ["Td Ameritrade"], "website": "https://www.tdameritrade.com", "canonical_domain": "tdameritrade.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "AMTD", "exchange": "New York Stock Exchange", "lei": "CWQYQU0TV2NLMLZKNB44", "sec_cik": "277841", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TD_Ameritrade.svg", "description": "American online broker", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7438146"}]}
1148 +{"wikidata_id": "Q772813", "display_name": "Univar Solutions", "legal_name": "VWR United Company", "aliases": ["Univar"], "website": "https://www.univarsolutions.com", "canonical_domain": "univarsolutions.com", "country": "US", "hq_city": "Downers Grove", "hq_region": "DuPage County", "lat": 41.7947, "lon": -88.0169, "industries": ["retail"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "UNVR", "exchange": "New York Stock Exchange", "lei": "549300VSXHFQVR770L55", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Univar_logo.svg", "description": "global chemical and ingredients distribution company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1149 +{"wikidata_id": "Q7856379", "display_name": "Turtle Beach Systems", "legal_name": null, "aliases": ["Turtle Beach", "Turtle Beach Corporation"], "website": "https://www.turtlebeach.com", "canonical_domain": "turtlebeach.com", "country": "US", "hq_city": "Valhalla", "hq_region": "Westchester County", "lat": 41.0833, "lon": -73.7667, "industries": ["gaming", "technology"], "industry_labels": ["video game industry", "computer hardware industry"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "HEAR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1493761", "parent": null, "logo_url": null, "description": "American gaming accessory manufacturer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1493761", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1150 +{"wikidata_id": "Q7888979", "display_name": "United Natural Foods", "legal_name": null, "aliases": ["UNFI", "Inc."], "website": "https://www.unfi.com", "canonical_domain": "unfi.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["retail", "consumer-goods"], "industry_labels": ["wholesale", "food distribution", "consumer products distribution"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "UNFI", "exchange": "Nasdaq", "lei": "549300GKGW6WPZ282D40", "sec_cik": "1020859", "parent": null, "logo_url": null, "description": "American health and organic food wholesaler", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1151 +{"wikidata_id": "Q7934906", "display_name": "Virtu Financial", "legal_name": null, "aliases": [], "website": "https://www.virtu.com", "canonical_domain": "virtu.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "VIRT", "exchange": "Nasdaq", "lei": "5493001OPW2K42CH3884", "sec_cik": "1592386", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VIRTU_Financial_Logo.svg", "description": "financial services company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1152 +{"wikidata_id": "Q7978891", "display_name": "Webster Bank", "legal_name": null, "aliases": ["First Federal Savings of Waterbury"], "website": "https://www.websterbank.com", "canonical_domain": "websterbank.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "WBS", "exchange": "New York Stock Exchange", "lei": "KMRURHT0VWKYS6Z5KU67", "sec_cik": "801337", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Webster_Bank_Logo.svg", "description": "American commercial bank based in Stamford, Connecticut", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1153 +{"wikidata_id": "Q8025558", "display_name": "Winnebago Industries", "legal_name": null, "aliases": ["Inc."], "website": "https://winnebagoind.com", "canonical_domain": "winnebagoind.com", "country": "US", "hq_city": "Eden Prairie", "hq_region": "Hennepin County", "lat": 44.85472, "lon": -93.47083, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "WGO", "exchange": "New York Stock Exchange", "lei": "549300B7OYKYJLTE3G11", "sec_cik": "107687", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WINN-IND_Wordmark_RGB.jpg", "description": "manufacturer of recreational vehicles, powerboats and pontoon boats based in Eden Prairie, Minnesota", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1154 +{"wikidata_id": "Q8074134", "display_name": "ZoomInfo", "legal_name": "ZoomInfo Technologies LLC", "aliases": ["ZoomInfo Technologies", "Inc.", "Zoominfo"], "website": "https://www.zoominfo.com", "canonical_domain": "zoominfo.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["financial-services"], "industry_labels": ["competitive intelligence"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "GTM", "exchange": "Nasdaq", "lei": "2549008GSAHW4UWFEM58", "sec_cik": "1794515", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoominfo.Lockup.Tagline.Stacked.Black.png", "description": "American data broker", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1155 +{"wikidata_id": "Q810773", "display_name": "Bath & Body Works", "legal_name": null, "aliases": ["LLC.", "Bath&Body Works", "Bath and Body Works"], "website": "https://www.bathandbodyworks.com", "canonical_domain": "bathandbodyworks.com", "country": "US", "hq_city": "Panama City", "hq_region": "Panamá District", "lat": 8.97111, "lon": -79.53472, "industries": ["retail"], "industry_labels": ["final good", "perfumes industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "BBWI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "701985", "parent": {"wikidata_id": "Q931354", "name": "Bath & Body Works, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bath_%26_Body_Works_logo.svg", "description": "American retailer under the L Brands (formerly Limited Brands) umbrella, along with Victoria's Secret", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1156 +{"wikidata_id": "Q824467", "display_name": "PAREXEL", "legal_name": null, "aliases": [], "website": "https://www.parexel.com", "canonical_domain": "parexel.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "PRXL", "exchange": "Nasdaq", "lei": "549300GCZVUYB6P2OA17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parexel.svg", "description": "American biopharmaceutical company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1157 +{"wikidata_id": "Q839555", "display_name": "Lands' End", "legal_name": null, "aliases": ["Lands End"], "website": "https://www.landsend.com", "canonical_domain": "landsend.com", "country": "US", "hq_city": "Dodgeville", "hq_region": "Iowa County", "lat": 42.96333, "lon": -90.13111, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "LE", "exchange": "Nasdaq", "lei": "54930016WOL7P2P67Q43", "sec_cik": "799288", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lands%27_End_logo.jpg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1158 +{"wikidata_id": "Q905086", "display_name": "Henry Schein", "legal_name": null, "aliases": ["Henry Schein (United States)", "Inc."], "website": "https://www.henryschein.com", "canonical_domain": "henryschein.com", "country": "US", "hq_city": "Melville", "hq_region": "Suffolk County", "lat": 40.7917, "lon": -73.4056, "industries": ["retail", "healthcare"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "HSIC", "exchange": "Nasdaq", "lei": "549300XWCKUNEEB3R090", "sec_cik": "1000228", "parent": null, "logo_url": null, "description": "American distributor of health care products and services", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1159 +{"wikidata_id": "Q918206", "display_name": "Enel Américas", "legal_name": null, "aliases": ["Enersis"], "website": "https://www.enelamericas.com", "canonical_domain": "enelamericas.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["utilities"], "industry_labels": ["utility"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "ENELCHILE", "exchange": "Santiago Stock Exchange", "lei": "549300LKH11TFCJLZK20", "sec_cik": null, "parent": {"wikidata_id": "Q651222", "name": "Enel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enel_Group_logo.svg", "description": "Energy company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1160 +{"wikidata_id": "Q935059", "display_name": "Toro", "legal_name": null, "aliases": ["Toro (United States)"], "website": "https://www.toro.com", "canonical_domain": "toro.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Hennepin County", "lat": 44.84083, "lon": -93.29833, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "TTC", "exchange": "New York Stock Exchange", "lei": "YJKE4YIT6BWQHVEW0D14", "sec_cik": "737758", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_TORO_Ltd.jpg", "description": "American gardening equipment company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1161 +{"wikidata_id": "Q940421", "display_name": "General American Transportation Corporation", "legal_name": null, "aliases": ["GATX", "GATX Corporation", "General American Tank Car Corporation"], "website": "https://www.gatx.com", "canonical_domain": "gatx.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation"], "industry_labels": ["railways rolling stock leasing"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "GATX", "exchange": "New York Stock Exchange", "lei": "549300IHYHCQP2PIR591", "sec_cik": "40211", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GATX_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "40211", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1162 +{"wikidata_id": "Q945521", "display_name": "Consol Energy", "legal_name": null, "aliases": ["Consol Energy Inc."], "website": "https://www.consolenergy.com", "canonical_domain": "consolenergy.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "CEIX", "exchange": "New York Stock Exchange", "lei": "549300YJCTPJBTK7IJ81", "sec_cik": "1070412", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Consol_Energy_Logo.svg", "description": "American energy company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1163 +{"wikidata_id": "Q822314", "display_name": "Sony Pictures", "legal_name": null, "aliases": ["SPE", "Columbia Pictures Entertainment", "Inc.", "Sony Pictures Entertainment Inc.", "Sony Pictures Entertainment", "Inc."], "website": "https://www.sonypictures.net", "canonical_domain": "sonypictures.net", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Pictures_logo.svg", "description": "American television and film studio", "sitelinks": 59, "importance": 0.4304, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1164 +{"wikidata_id": "Q17153156", "display_name": "McGraw-Hill Education", "legal_name": null, "aliases": ["Open University Press", "McGraw-Hill", "McGraw Hill LLC", "McGraw-Hill/Irwin", "MHE"], "website": "https://www.mheducation.com", "canonical_domain": "mheducation.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["education", "construction"], "industry_labels": ["SIC 2741 Miscellaneous Publishing"], "founded_year": 1888, "employees": 6000, "public_company": true, "ticker": "MH", "exchange": "NYSE", "lei": null, "sec_cik": "1951070", "parent": {"wikidata_id": "Q787239", "name": "Platinum Equity"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McGraw-Hill_Education_wordmark.svg", "description": "educational science, technology, engineering, and math publisher", "sitelinks": 17, "importance": 0.4298, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1951070", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1165 +{"wikidata_id": "Q55633597", "display_name": "SouthState Bank", "legal_name": null, "aliases": ["South State Bank"], "website": "https://www.southstatebank.com", "canonical_domain": "southstatebank.com", "country": "US", "hq_city": "Winter Haven", "hq_region": "Polk County", "lat": 28.03333, "lon": -81.71667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1934, "employees": 2602, "public_company": true, "ticker": "SSB", "exchange": "Nasdaq", "lei": "549300K7EA6G6K9GYL80", "sec_cik": "1542445", "parent": null, "logo_url": null, "description": "American banking company located in South Carolina", "sitelinks": 2, "importance": 0.4293, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1166 +{"wikidata_id": "Q2037048", "display_name": "Techint", "legal_name": null, "aliases": ["Compañía Tecnica Internazionale", "Grupo Techint", "Organizacion Techint", "Techint Group"], "website": "https://www.techint.com", "canonical_domain": "techint.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["mining"], "industry_labels": ["metallurgy"], "founded_year": 1945, "employees": 59196, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Techint_Logo.svg", "description": "Italian and Argentine conglomerate", "sitelinks": 12, "importance": 0.4287, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1167 +{"wikidata_id": "Q244457", "display_name": "Subway", "legal_name": null, "aliases": ["SUBWAY", "Subway (restaurant)", "Subway IP LLC"], "website": "https://subway.com", "canonical_domain": "subway.com", "country": "US", "hq_city": "Milford", "hq_region": "South Central Connecticut Planning Region", "lat": 41.22417, "lon": -73.05972, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subway_2016_logo.svg", "description": "American sandwich restaurant chain", "sitelinks": 58, "importance": 0.4287, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1168 +{"wikidata_id": "Q10316700", "display_name": "Le Biscuit", "legal_name": null, "aliases": [], "website": "https://lebiscuit.com.br", "canonical_domain": "lebiscuit.com.br", "country": "BR", "hq_city": "Salvador", "hq_region": "Bahia", "lat": -12.98306, "lon": -38.49278, "industries": ["retail"], "industry_labels": [], "founded_year": 1968, "employees": 2200, "public_company": true, "ticker": "LLBI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Le_Biscuit.svg", "description": "Brazilian department store", "sitelinks": 2, "importance": 0.4269, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1169 +{"wikidata_id": "Q200491", "display_name": "VSync, Inc.", "legal_name": "VSync, Inc.", "aliases": [], "website": "https://www.activision.com", "canonical_domain": "activision.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZYJMOOHHE21I72", "sec_cik": null, "parent": {"wikidata_id": "Q344341", "name": "Activision Blizzard"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Activision.svg", "description": "American video game publisher", "sitelinks": 57, "importance": 0.4269, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1170 +{"wikidata_id": "Q1062986", "display_name": "Raven Software", "legal_name": null, "aliases": ["Raven Entertainment Software", "Inc.", "Raven Software Corporation"], "website": "https://www.ravensoft.com", "canonical_domain": "ravensoft.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": 239, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raven_Software-logo.svg", "description": "American video game development company", "sitelinks": 26, "importance": 0.4258, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1171 +{"wikidata_id": "Q1047410", "display_name": "disneyanimation.com", "legal_name": null, "aliases": ["Disney Animation Studios", "Disney Brothers Cartoon Studio", "Disney Brothers Studio", "Walt Disney Cartoon Studio", "Walt Disney Productions", "Walt Disney Studio"], "website": "https://disneyanimation.com", "canonical_domain": "disneyanimation.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.15556, "lon": -118.32306, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walt_Disney_Animation_Studios_Logo.svg", "description": "animation studio", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1172 +{"wikidata_id": "Q217305", "display_name": "The New Yorker", "legal_name": null, "aliases": ["New Yorker magazine"], "website": "https://newyorker.com", "canonical_domain": "newyorker.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q605401", "name": "Condé Nast"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_New_Yorker.svg", "description": "American weekly magazine since 1925", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1173 +{"wikidata_id": "Q19995004", "display_name": "WeWork", "legal_name": null, "aliases": ["We Work", "WeWork Companies", "Inc.", "WeWork Cos"], "website": "https://www.wework.com", "canonical_domain": "wework.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["real-estate"], "industry_labels": ["coworking industry", "SIC 6512 Opeators of Nonresidential Buildings"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300D8U9TF7WBED521", "sec_cik": "1813756", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WeWork_logo.png", "description": "office space design provider", "sitelinks": 21, "importance": 0.425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1813756", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1174 +{"wikidata_id": "Q218671", "display_name": "GE Transportation", "legal_name": null, "aliases": [], "website": "https://www.getransportation.com", "canonical_domain": "getransportation.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation", "mining"], "industry_labels": ["transport", "mining"], "founded_year": 1907, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q741707", "name": "Wabtec"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GElectric_transportation_logo.svg", "description": "American railroad rolling stock manufacturer", "sitelinks": 15, "importance": 0.4248, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1175 +{"wikidata_id": "Q683146", "display_name": "LexisNexis", "legal_name": null, "aliases": ["Lexis", "CaseMap", "CounselLink", "CourtLink", "Lexis Advance", "Lexis Plus", "Lexis Practice Advisor", "LexisNexis GmbH"], "website": "https://www.lexisnexis.com", "canonical_domain": "lexisnexis.com", "country": "US", "hq_city": "Dayton", "hq_region": "Montgomery County", "lat": 39.76667, "lon": -84.2, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1973, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q998470", "name": "RELX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LexisNexis_logo.svg", "description": "corporation providing computer-assisted legal research, as well as business research and risk management services", "sitelinks": 15, "importance": 0.4248, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1176 +{"wikidata_id": "Q5275736", "display_name": "Digimarc", "legal_name": null, "aliases": ["Digimarc Corporation"], "website": "https://www.digimarc.com", "canonical_domain": "digimarc.com", "country": "US", "hq_city": "Beaverton", "hq_region": "Washington County", "lat": 45.48694, "lon": -122.80361, "industries": ["software"], "industry_labels": [], "founded_year": 1995, "employees": 216, "public_company": true, "ticker": "DMRC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1438231", "parent": null, "logo_url": null, "description": "technology company specializing in enterprise software and services", "sitelinks": 3, "importance": 0.4236, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1177 +{"wikidata_id": "Q847743", "display_name": "Dunkin'", "legal_name": null, "aliases": ["DD", "Dunkin Donuts", "Dunkin D", "Dunkin Donuts Coffee", "Dunkin' Donuts"], "website": "https://www.dunkindonuts.com", "canonical_domain": "dunkindonuts.com", "country": "US", "hq_city": "Quincy", "hq_region": "Norfolk County", "lat": 42.25, "lon": -71.0, "industries": ["food-beverage"], "industry_labels": ["fast food industry", "fast food restaurant chain"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dunkin%27_2022.svg", "description": "American global donut company and coffeehouse", "sitelinks": 55, "importance": 0.4232, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1178 +{"wikidata_id": "Q7682888", "display_name": "Tanger Inc.", "legal_name": null, "aliases": ["Tanger Factory Outlet Centers", "Tanger Outlets"], "website": "https://www.tanger.com", "canonical_domain": "tanger.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["asset-management"], "industry_labels": ["outlet store"], "founded_year": 1981, "employees": 200, "public_company": true, "ticker": "SKT", "exchange": "New York Stock Exchange", "lei": "UKEW8YSXE4Y581KYOL30", "sec_cik": "899715", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tanger_logo.svg", "description": "American real estate investment trust", "sitelinks": 3, "importance": 0.4225, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1179 +{"wikidata_id": "Q966562", "display_name": "Cirrus Aircraft Corporation", "legal_name": null, "aliases": ["Cirrus", "Cirrus Aircraft", "Cirrus Design Corporation"], "website": "https://www.cirrusaircraft.com", "canonical_domain": "cirrusaircraft.com", "country": "US", "hq_city": "Duluth", "hq_region": "St. Louis County", "lat": 46.78444, "lon": -92.10528, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1984, "employees": 2418, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cirrus_Aircraft_Logo.jpg", "description": "aircraft manufacturer in the United States", "sitelinks": 18, "importance": 0.4223, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1180 +{"wikidata_id": "Q114913", "display_name": "Dickies", "legal_name": null, "aliases": ["Williamson-Dickie Manufacturing Company"], "website": "https://www.dickies.com", "canonical_domain": "dickies.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1918, "employees": 5100, "public_company": false, "ticker": null, "exchange": null, "lei": "549300H26D8NN6U22F60", "sec_cik": null, "parent": null, "logo_url": null, "description": "company that manufactures and sells work-related clothing and other accessories", "sitelinks": 16, "importance": 0.4214, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1181 +{"wikidata_id": "Q183387", "display_name": "Columbia Records", "legal_name": null, "aliases": ["Columbia"], "website": "https://www.columbiarecords.com", "canonical_domain": "columbiarecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Columbia_Records_Colored_Logo.svg", "description": "American record label owned by Sony", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1182 +{"wikidata_id": "Q270794", "display_name": "National Academy of Sciences", "legal_name": null, "aliases": ["NAS", "National Academy of Sciences of the USA", "The National Academy of Sciences", "United States National Academy of Sciences", "US National Academy of Sciences", "USNAS", "U.S. National Academy of Sciences"], "website": "https://www.nasonline.org", "canonical_domain": "nasonline.org", "country": "US", "hq_city": "National Academy of Sciences building", "hq_region": "Washington, D.C.", "lat": 38.89658, "lon": -77.0195, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1863, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1340198", "name": "National Research Council"}, "logo_url": null, "description": "science branch of the United States National Academies", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1183 +{"wikidata_id": "Q27564", "display_name": "Dodge", "legal_name": "Dodge Brothers Motor Vehicle Company", "aliases": ["Dodge Brothers"], "website": "https://www.dodge.com", "canonical_domain": "dodge.com", "country": "US", "hq_city": "Dodge Building", "hq_region": "Massachusetts", "lat": 42.81, "lon": -70.88056, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181114", "name": "Stellantis North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dodge_2022_logo.svg", "description": "US automotive company", "sitelinks": 54, "importance": 0.4213, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1184 +{"wikidata_id": "Q1367937", "display_name": "Wolfram Research", "legal_name": null, "aliases": ["Inc."], "website": "https://www.wolfram.com", "canonical_domain": "wolfram.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1987, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wolfram_Research_wordmark.svg", "description": "American software company", "sitelinks": 23, "importance": 0.4209, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1185 +{"wikidata_id": "Q1010519", "display_name": "Bureau of Engraving and Printing", "legal_name": null, "aliases": ["Money Factory", "Moneyfactory", "U.S. Bureau of Engraving and Printing", "United States Bureau of Engraving and Printing", "US Bureau of Engraving and Printing"], "website": "https://www.bep.gov", "canonical_domain": "bep.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.88556, "lon": -77.03306, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1862, "employees": 2169, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q648666", "name": "United States Department of the Treasury"}, "logo_url": null, "description": "United States government agency", "sitelinks": 18, "importance": 0.4208, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1186 +{"wikidata_id": "Q3483455", "display_name": "Sierra Nevada Corporation", "legal_name": null, "aliases": ["SNC", "Sierra Nevada"], "website": "https://www.sncorp.com", "canonical_domain": "sncorp.com", "country": "US", "hq_city": "Sparks", "hq_region": "Washoe County", "lat": 39.54047, "lon": -119.74872, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1963, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300317U4IKOV2IF68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNC_logo_2023.svg", "description": "American electronic systems provider and systems integrator", "sitelinks": 18, "importance": 0.4196, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1187 +{"wikidata_id": "Q202440", "display_name": "Atlantic Records", "legal_name": null, "aliases": ["LC 00121", "LC 0121"], "website": "https://www.atlanticrecords.com", "canonical_domain": "atlanticrecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlantic_Records_logo_2005.svg", "description": "American record label", "sitelinks": 53, "importance": 0.4194, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1188 +{"wikidata_id": "Q18619982", "display_name": "Century Aluminum", "legal_name": null, "aliases": [], "website": "https://www.centuryaluminum.com", "canonical_domain": "centuryaluminum.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["mining", "manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": 1300, "public_company": true, "ticker": "CENX", "exchange": "Nasdaq", "lei": "549300U5ODNGEYWKSW73", "sec_cik": "949157", "parent": null, "logo_url": null, "description": "American aluminum manufacturer", "sitelinks": 2, "importance": 0.4193, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "949157", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1189 +{"wikidata_id": "Q98608948", "display_name": "JFrog Ltd", "legal_name": null, "aliases": ["JFrog"], "website": "https://jfrog.com", "canonical_domain": "jfrog.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["software"], "industry_labels": ["development and operations"], "founded_year": 2008, "employees": 1300, "public_company": true, "ticker": "FROG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1800667", "parent": null, "logo_url": null, "description": "Software company", "sitelinks": 2, "importance": 0.4193, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1190 +{"wikidata_id": "Q5348820", "display_name": "Eidos Montreal", "legal_name": null, "aliases": [], "website": "https://www.eidosmontreal.com", "canonical_domain": "eidosmontreal.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 481, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115116019", "name": "CDE Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eidos-Montr%C3%A9al_logo.svg", "description": "Canadian video game developer", "sitelinks": 22, "importance": 0.4191, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1191 +{"wikidata_id": "Q1054480", "display_name": "Century 21 Real Estate", "legal_name": null, "aliases": ["Century 21", "Century 21 Real Estate LLC", "Century21", "Century21 Real Estate Of Japan Ltd."], "website": "https://www.century21global.com", "canonical_domain": "century21global.com", "country": "US", "hq_city": "Madison", "hq_region": "Morris County", "lat": 40.75861, "lon": -74.41583, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1971, "employees": 101000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7301358", "name": "Anywhere Real Estate"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Century-21-logo.png", "description": "US international real estate agent franchise company", "sitelinks": 10, "importance": 0.4189, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1192 +{"wikidata_id": "Q1001788", "display_name": "Buenaventura", "legal_name": null, "aliases": [], "website": "https://www.buenaventura.com", "canonical_domain": "buenaventura.com", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "BVN", "exchange": "New York Stock Exchange", "lei": "529900WQB1ZU9KB6EL71", "sec_cik": "1013131", "parent": null, "logo_url": null, "description": "Peruvian precious metals company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1193 +{"wikidata_id": "Q10534742", "display_name": "Immersion Corporation", "legal_name": null, "aliases": ["Immersion Corporation (San Francisco", "CA)", "Immersion Corporation (San Jose", "CA)"], "website": "https://immersion.com", "canonical_domain": "immersion.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["SIC 3577 Computer Peripheral Equipment, NEC"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "IMMR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1058811", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Immersion_Logo.png", "description": "business enterprise", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1058811", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1194 +{"wikidata_id": "Q1053560", "display_name": "CenterPoint Energy", "legal_name": null, "aliases": ["CenterPoint"], "website": "https://www.centerpointenergy.com", "canonical_domain": "centerpointenergy.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "CNP", "exchange": "New York Stock Exchange", "lei": "21TPXMRRHFKOBHDC8J74", "sec_cik": "1130310", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CenterPoint_Energy_logo.svg", "description": "electric and natural gas utility", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1195 +{"wikidata_id": "Q1091783", "display_name": "Ciena", "legal_name": null, "aliases": [], "website": "https://www.ciena.com", "canonical_domain": "ciena.com", "country": "US", "hq_city": "Hanover", "hq_region": "Anne Arundel County", "lat": 39.19289, "lon": -76.72414, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CIEN", "exchange": "Nasdaq", "lei": "W0CZ7N0GH8UIGXDM1H41", "sec_cik": "936395", "parent": null, "logo_url": null, "description": "telecommunications company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "936395", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1196 +{"wikidata_id": "Q11074156", "display_name": "ONEOK", "legal_name": null, "aliases": ["Oklahoma Natural Gas Company", "Oneok", "Inc"], "website": "https://www.oneok.com", "canonical_domain": "oneok.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "OKE", "exchange": "New York Stock Exchange", "lei": "2T3D6M0JSY48PSZI1Q41", "sec_cik": "1039684", "parent": null, "logo_url": null, "description": "Oklahoma based energy company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1197 +{"wikidata_id": "Q126559", "display_name": "Credicorp", "legal_name": null, "aliases": [], "website": "https://www.credicorpnet.com", "canonical_domain": "credicorpnet.com", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "bap", "exchange": "New York Stock Exchange", "lei": "529900UYAEYQCQ2BKB17", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1198 +{"wikidata_id": "Q1344587", "display_name": "Entergy", "legal_name": null, "aliases": ["Entergy Corporation"], "website": "https://www.entergy.com", "canonical_domain": "entergy.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["energy"], "industry_labels": ["energy company"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "ETR", "exchange": "New York Stock Exchange", "lei": "4XM3TW50JULSLG8BNC79", "sec_cik": "65984", "parent": null, "logo_url": null, "description": "American energy company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1199 +{"wikidata_id": "Q135832869", "display_name": "Versant", "legal_name": "Versant Media Group, Inc.", "aliases": ["Versant Media Group", "Versant Media Group Inc."], "website": "https://www.versantmedia.com", "canonical_domain": "versantmedia.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["cable television"], "founded_year": null, "employees": null, "public_company": true, "ticker": "VSNT", "exchange": "Nasdaq", "lei": null, "sec_cik": "2067876", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Versant_logo.svg", "description": "American media company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2067876", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1200 +{"wikidata_id": "Q13636126", "display_name": "Hilton Grand Vacations", "legal_name": null, "aliases": ["Hilton Grand Vacations Company"], "website": "https://www.hiltongrandvacations.com", "canonical_domain": "hiltongrandvacations.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["hospitality"], "industry_labels": ["timeshare"], "founded_year": null, "employees": null, "public_company": true, "ticker": "HGV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1674168", "parent": {"wikidata_id": "Q1057464", "name": "Hilton Worldwide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hilton_Grand_Vacations_logo.png", "description": "American vacation ownership company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1674168", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1201 +{"wikidata_id": "Q1438987", "display_name": "Fortis Inc.", "legal_name": null, "aliases": [], "website": "https://www.fortisinc.com", "canonical_domain": "fortisinc.com", "country": "CA", "hq_city": "St. John's", "hq_region": "Newfoundland and Labrador", "lat": 47.56139, "lon": -52.71194, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "FTS", "exchange": "Toronto Stock Exchange", "lei": "549300MQYQ9Y065XPR71", "sec_cik": "1666175", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fortis_Inc_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1202 +{"wikidata_id": "Q15109865", "display_name": "Dexcom", "legal_name": null, "aliases": ["Inc."], "website": "https://dexcom.com", "canonical_domain": "dexcom.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "DXCM", "exchange": "Nasdaq", "lei": "549300YSK3QDSFR5EU59", "sec_cik": "1093557", "parent": null, "logo_url": null, "description": "company that develops, manufactures and distributes continuous glucose monitoring systems", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1203 +{"wikidata_id": "Q15109887", "display_name": "Coherent Corp.", "legal_name": null, "aliases": ["II-VI Incorporated", "Marlow Industries"], "website": "https://www.coherent.com", "canonical_domain": "coherent.com", "country": "US", "hq_city": "Saxonburg", "hq_region": "Butler County", "lat": 40.75395, "lon": -79.81005, "industries": ["technology"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "COHR", "exchange": "Nasdaq", "lei": "549300O5C25A0MMHHU33", "sec_cik": "820318", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1107088"}]}
1204 +{"wikidata_id": "Q1530796", "display_name": "IGB Electronica", "legal_name": null, "aliases": ["IGB ELETRÔNICA S/A"], "website": "https://www.gradiente.com", "canonical_domain": "gradiente.com", "country": "BR", "hq_city": "Manaus", "hq_region": "Amazonas", "lat": -3.11889, "lon": -60.02167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "IGBR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Gradiente.svg", "description": "Brazilian consumer electronics company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1205 +{"wikidata_id": "Q1538585", "display_name": "Kelly Services", "legal_name": "Kelly Services, Inc.", "aliases": ["Inc."], "website": "https://www.kellyservices.com", "canonical_domain": "kellyservices.com", "country": "US", "hq_city": "Troy", "hq_region": "Oakland County", "lat": 42.58028, "lon": -83.14306, "industries": ["professional-services"], "industry_labels": ["employment services industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "KELYA", "exchange": "Nasdaq", "lei": "25490035B2ZPL6RM1974", "sec_cik": "55135", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kelly_356.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1206 +{"wikidata_id": "Q1627894", "display_name": "W. W. Grainger", "legal_name": null, "aliases": ["Grainger", "Graigner", "Inc."], "website": "https://www.grainger.com", "canonical_domain": "grainger.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["retail"], "industry_labels": ["SIC 5000 Wholesale-Durable Goods"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "GWW", "exchange": "New York Stock Exchange", "lei": "549300TWZSP6O1IH2V34", "sec_cik": "277135", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/W._W._Grainger_logo.svg", "description": "American industrial supply company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "277135", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1207 +{"wikidata_id": "Q1666331", "display_name": "StoneX", "legal_name": null, "aliases": ["INTL FCStone (previously known as)", "StoneX Group", "StoneX Group Inc."], "website": "https://www.stonex.com", "canonical_domain": "stonex.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6200 Security & Commodity Brokers, Dealers, Exchanges & Services"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "SNEX", "exchange": "Nasdaq", "lei": "984500ACC474K53F8E17", "sec_cik": "913760", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/StoneX_Group_Inc_official_2023_logo.svg", "description": "Financial services company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "913760", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1208 +{"wikidata_id": "Q16932392", "display_name": "Roper Technologies", "legal_name": null, "aliases": ["Roper Industries"], "website": "https://www.ropertech.com", "canonical_domain": "ropertech.com", "country": "US", "hq_city": "Sarasota", "hq_region": "Sarasota County", "lat": 27.33722, "lon": -82.53528, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1800, "employees": null, "public_company": true, "ticker": "ROP", "exchange": "New York Stock Exchange", "lei": "54930003T4SXCIWVXY35", "sec_cik": "882835", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roper_Technologies_logo.svg", "description": "company in Sarasota, United States", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1209 +{"wikidata_id": "Q16951448", "display_name": "Copart", "legal_name": null, "aliases": [], "website": "https://www.copart.com", "canonical_domain": "copart.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "CPRT", "exchange": "Nasdaq", "lei": "549300KVYX3JWMYEHU61", "sec_cik": "900075", "parent": null, "logo_url": null, "description": "online vehicle auction", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1210 +{"wikidata_id": "Q16986288", "display_name": "Vail Resorts", "legal_name": null, "aliases": ["Inc."], "website": "https://www.vailresorts.com", "canonical_domain": "vailresorts.com", "country": "US", "hq_city": "Broomfield", "hq_region": "Colorado", "lat": 39.93333, "lon": -105.05, "industries": ["hospitality"], "industry_labels": ["ski industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "MTN", "exchange": "New York Stock Exchange", "lei": "529900PSZHRNU9HKH870", "sec_cik": "812011", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vail_Resorts_%28logo%29.svg", "description": "American ski resort operator", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1211 +{"wikidata_id": "Q17080741", "display_name": "Silgan Holdings", "legal_name": null, "aliases": ["Silgan Holdings Inc."], "website": "https://www.silganholdings.com", "canonical_domain": "silganholdings.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "SLGN", "exchange": "Nasdaq", "lei": "KAF673KJXD92C8KSLU49", "sec_cik": "849869", "parent": null, "logo_url": null, "description": "Connecticut-based American manufacturing company that produces consumer goods packaging", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1212 +{"wikidata_id": "Q1793182", "display_name": "Reinsurance Group of America", "legal_name": null, "aliases": ["RGA", "Incorporated"], "website": "https://www.rgare.com", "canonical_domain": "rgare.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "RGA", "exchange": "New York Stock Exchange", "lei": "LORM1GNEU1DKEW527V90", "sec_cik": "898174", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reinsurance_Group_of_America_logo.jpg", "description": "American insurance company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1213 +{"wikidata_id": "Q1812555", "display_name": "Leggett & Platt", "legal_name": null, "aliases": [], "website": "https://www.leggett.com", "canonical_domain": "leggett.com", "country": "US", "hq_city": "Carthage", "hq_region": "Jasper County", "lat": 37.16778, "lon": -94.315, "industries": ["manufacturing"], "industry_labels": ["bedding"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "LEG", "exchange": "New York Stock Exchange", "lei": "DKOVQUCDW4ZLYCUD4T55", "sec_cik": "58492", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leggett_%26_Platt_logo.svg", "description": "American manufacturing company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1214 +{"wikidata_id": "Q1825763", "display_name": "Lincoln National Corporation", "legal_name": null, "aliases": ["Lincoln Financial Group", "The Lincoln National Life Insurance Company - Separate Account BL3"], "website": "https://www.lincolnfinancial.com", "canonical_domain": "lincolnfinancial.com", "country": "US", "hq_city": "Fort Wayne", "hq_region": "Allen County", "lat": 41.08045, "lon": -85.13915, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "LNC", "exchange": "New York Stock Exchange", "lei": "549300W13LKCSZQM0V43", "sec_cik": "59558", "parent": null, "logo_url": null, "description": "American holding company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1215 +{"wikidata_id": "Q1957521", "display_name": "Mitel", "legal_name": null, "aliases": ["Mitel Networks"], "website": "https://www.mitel.com", "canonical_domain": "mitel.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "MNW", "exchange": "Toronto Stock Exchange", "lei": "549300UFIKCL8N6OYG97", "sec_cik": "1170534", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitel_logo.svg", "description": "Canadian telecommunications company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1216 +{"wikidata_id": "Q19604459", "display_name": "Murphy USA", "legal_name": null, "aliases": [], "website": "https://www.murphyusa.com", "canonical_domain": "murphyusa.com", "country": "US", "hq_city": "El Dorado", "hq_region": "Union County", "lat": 33.21361, "lon": -92.6625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "MUSA", "exchange": "New York Stock Exchange", "lei": "549300Y081F8XIKQIO72", "sec_cik": "1573516", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Murphylogo3d2.jpg", "description": "American corporation operating a chain of retail gas stations", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1217 +{"wikidata_id": "Q1984481", "display_name": "NiSource", "legal_name": null, "aliases": [], "website": "https://www.nisource.com", "canonical_domain": "nisource.com", "country": "US", "hq_city": "Merrillville", "hq_region": "Ross Township", "lat": 41.48556, "lon": -87.33528, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "NI", "exchange": "New York Stock Exchange", "lei": "549300D8GOWWH0SJB189", "sec_cik": "1111711", "parent": null, "logo_url": null, "description": "Utility corporation based in Indiana, USA", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1218 +{"wikidata_id": "Q2062132", "display_name": "Arch Resources", "legal_name": null, "aliases": [], "website": "https://www.archrsc.com", "canonical_domain": "archrsc.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "ARCH", "exchange": "New York Stock Exchange", "lei": "W47HVZ7Q6FXL86RELH91", "sec_cik": "1037676", "parent": null, "logo_url": null, "description": "U.S. coal company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1219 +{"wikidata_id": "Q20630716", "display_name": "Chemours", "legal_name": null, "aliases": ["The Chemours Company"], "website": "https://chemours.com", "canonical_domain": "chemours.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "CC", "exchange": "New York Stock Exchange", "lei": "549300M1BOLNXL8DOV14", "sec_cik": "1627223", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chemours.svg", "description": "American chemical company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1627223", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1220 +{"wikidata_id": "Q2070689", "display_name": "Performance Food Group", "legal_name": null, "aliases": ["PFG"], "website": "https://www.pfgc.com", "canonical_domain": "pfgc.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1885, "employees": null, "public_company": true, "ticker": "PFGC", "exchange": "New York Stock Exchange", "lei": "549300EUK8GR9IT1YK57", "sec_cik": "1618673", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Performance_Food_Group_logo.svg", "description": "American company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1618673", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1221 +{"wikidata_id": "Q20715093", "display_name": "Teladoc", "legal_name": null, "aliases": ["Teladoc Medical Services", "Inc."], "website": "https://www.teladoc.com", "canonical_domain": "teladoc.com", "country": "US", "hq_city": "Lewisville", "hq_region": "Dallas County", "lat": 33.0383, "lon": -97.0061, "industries": ["healthcare"], "industry_labels": ["medicine", "health care"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "TDOC", "exchange": "New York Stock Exchange", "lei": "549300I2PVFBC9MFAC61", "sec_cik": "1362953", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teladoc_Logo.svg", "description": "American healthcare company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1222 +{"wikidata_id": "Q2071877", "display_name": "CHC Helicopter", "legal_name": null, "aliases": ["Canadian Helicopter Corporation"], "website": "https://www.chc.ca", "canonical_domain": "chc.ca", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "HELI", "exchange": "New York Stock Exchange", "lei": "5493003NRCBGKH4KPM76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CHC_Heli.png", "description": "Canadian helicopter services company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4579822"}]}
1223 +{"wikidata_id": "Q21016487", "display_name": "WRKCo, Inc.", "legal_name": null, "aliases": ["WestRock"], "website": "https://www.westrock.com", "canonical_domain": "westrock.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["materials"], "industry_labels": ["corrugated fiberboard"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "WRK", "exchange": "New York Stock Exchange", "lei": "549300JEB576INN13W07", "sec_cik": "1732845", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WestRock_new_logo.png", "description": "American corrugated packaging company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1224 +{"wikidata_id": "Q21072695", "display_name": "Vista Outdoor", "legal_name": "Vista Outdoor Inc.", "aliases": [], "website": "https://vistaoutdoor.com", "canonical_domain": "vistaoutdoor.com", "country": "US", "hq_city": "Clearfield", "hq_region": "Davis County", "lat": 41.10639, "lon": -112.02417, "industries": ["manufacturing"], "industry_labels": ["shooting sports"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "VSTO", "exchange": "New York Stock Exchange", "lei": "549300QI2D33ESTJLN81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vista_Outdoor_wordmark.svg", "description": "American publicly traded \"designer, manufacturer, and marketer\" of outdoor sports and recreation products", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1225 +{"wikidata_id": "Q2353849", "display_name": "El Pollo Loco", "legal_name": null, "aliases": ["Pollo Loco", "The Crazy Chicken"], "website": "https://www.elpolloloco.com", "canonical_domain": "elpolloloco.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "LOCO", "exchange": "Nasdaq", "lei": "549300EZCBNF4G707K90", "sec_cik": "1289729", "parent": null, "logo_url": null, "description": "branding for multiple fast food restaurant chains serving Mexican-style grilled chicken", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q65090628"}]}
1226 +{"wikidata_id": "Q2423252", "display_name": "Banco Itaú Corpbanca", "legal_name": null, "aliases": [], "website": "https://ww2.itau.cl", "canonical_domain": "itau.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1871, "employees": null, "public_company": true, "ticker": "ITCL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1424293", "name": "Itaú Unibanco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ita%C3%BA_Unibanco_logo_2023.svg", "description": "Chilean subsidiary of Brazilian banking institution", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1227 +{"wikidata_id": "Q2477358", "display_name": "Indigo", "legal_name": null, "aliases": ["!ndigo", "Indigo Books & Music Inc."], "website": "https://www.chapters.indigo.ca", "canonical_domain": "indigo.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "IDG", "exchange": "Toronto Stock Exchange", "lei": "549300I3VFWXFDWTF203", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indigo_logo.png", "description": "Canadian book and gift retailer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5073540"}]}
1228 +{"wikidata_id": "Q2502355", "display_name": "USANA Health Sciences", "legal_name": null, "aliases": [], "website": "https://www.usana.com", "canonical_domain": "usana.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "USNA", "exchange": "New York Stock Exchange", "lei": "549300YTURXE814MAH96", "sec_cik": "896264", "parent": null, "logo_url": null, "description": "American multi-level marketing company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1229 +{"wikidata_id": "Q2516971", "display_name": "Virtusa", "legal_name": null, "aliases": ["Virtusa Corporation"], "website": "https://www.virtusa.com", "canonical_domain": "virtusa.com", "country": "US", "hq_city": "Westborough", "hq_region": "Worcester County", "lat": 42.26944, "lon": -71.61667, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "VRTU", "exchange": "Nasdaq", "lei": "C77OMXDER63WLJCSKT03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Virtusa_Logo.svg", "description": "information technology consulting company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1230 +{"wikidata_id": "Q25775", "display_name": "Affiliated Managers Group", "legal_name": null, "aliases": [], "website": "https://www.amg.com", "canonical_domain": "amg.com", "country": "US", "hq_city": "Beverly", "hq_region": "Essex County", "lat": 42.55833, "lon": -70.88, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "AMG", "exchange": "New York Stock Exchange", "lei": "2JE75BUE3T1BLCYYGK54", "sec_cik": "1004434", "parent": null, "logo_url": null, "description": "global investment management company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1231 +{"wikidata_id": "Q27065", "display_name": "Gogo Inflight Internet", "legal_name": null, "aliases": [], "website": "https://www.gogoair.com", "canonical_domain": "gogoair.com", "country": "US", "hq_city": "Itasca", "hq_region": "DuPage County", "lat": 41.9747, "lon": -88.0186, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "GOGO", "exchange": "Nasdaq", "lei": "549300VL3DIHSFHYTO04", "sec_cik": "1537054", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gogo_Business_Aviation_logo.svg", "description": "provider of in-flight broadband Internet service and other connectivity services", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1232 +{"wikidata_id": "Q27150212", "display_name": "AppLovin", "legal_name": null, "aliases": [], "website": "https://www.applovin.com", "canonical_domain": "applovin.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "APP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1751008", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AppLovin-Logo.gif", "description": "American company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1751008", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1233 +{"wikidata_id": "Q27919383", "display_name": "Fortive", "legal_name": null, "aliases": [], "website": "https://www.fortive.com", "canonical_domain": "fortive.com", "country": "US", "hq_city": "Everett", "hq_region": "Snohomish County", "lat": 47.96333, "lon": -122.20056, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "FTV", "exchange": "New York Stock Exchange", "lei": "549300MU9YQJYHDQEF63", "sec_cik": "1659166", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fortive_Logo.svg", "description": "industrial conglomerate company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1234 +{"wikidata_id": "Q2826104", "display_name": "Affymetrix", "legal_name": null, "aliases": ["Inc."], "website": "https://affymetrix.bio2rdf.org", "canonical_domain": "bio2rdf.org", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "AFFX", "exchange": "Nasdaq", "lei": "ZZBUNDSZ6C10YEZJCR94", "sec_cik": "913077", "parent": {"wikidata_id": "Q643674", "name": "Thermo Fisher Scientific Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Affymetrix_logo.svg", "description": "American biotech company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1235 +{"wikidata_id": "Q2843192", "display_name": "Edenor S.A.", "legal_name": null, "aliases": ["Empresa Distribuidora y Comercializadora Norte"], "website": "https://www.edenor.com", "canonical_domain": "edenor.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "EDN", "exchange": "New York Stock Exchange", "lei": "254900JU7TV6VS9GRW29", "sec_cik": "1395213", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edenor-Logo.svg", "description": "Argentine electricity distributor", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1236 +{"wikidata_id": "Q2882083", "display_name": "Bank of Credit and Investments", "legal_name": null, "aliases": ["BCI", "Banco BCI", "Banco de credito e inversiones", "Banco de Credito e Inversiones", "Banco de crédito e inversiones"], "website": "https://www.bci.cl", "canonical_domain": "bci.cl", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "BCI", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bci_Logotype.svg", "description": "Chilean bank", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1237 +{"wikidata_id": "Q290680", "display_name": "ADT Inc.", "legal_name": null, "aliases": ["Adt fire & security", "Adt fire and security", "ADT fire and security", "ADT Security Services", "ADT", "Inc", "ADTfire & security", "American District Telegraph"], "website": "https://www.adt.com", "canonical_domain": "adt.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["professional-services"], "industry_labels": ["SIC 7381 Services-Detective, Guard & Armored Car Services"], "founded_year": 1874, "employees": null, "public_company": true, "ticker": "ADT", "exchange": "New York Stock Exchange", "lei": "5493009JEEDYLVRA0J13", "sec_cik": "1703056", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADT_Security_Services_Logo.svg", "description": "American security systems firm", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1703056", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1238 +{"wikidata_id": "Q2923022", "display_name": "Boyd Gaming", "legal_name": null, "aliases": ["Boyd Vacations Hawaii"], "website": "https://www.boydgaming.com", "canonical_domain": "boydgaming.com", "country": "US", "hq_city": "Paradise", "hq_region": "Clark County", "lat": 36.08194, "lon": -115.12472, "industries": ["gaming"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "BYD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "906553", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boyd_Gaming.svg", "description": "gaming company in the United States", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "906553", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1239 +{"wikidata_id": "Q29526078", "display_name": "Bloom Energy", "legal_name": null, "aliases": [], "website": "https://www.bloomenergy.com", "canonical_domain": "bloomenergy.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology", "energy"], "industry_labels": ["electronics industry", "alternative energy industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "BE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1461886", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bloom_Energy_logo.svg", "description": "Bloom Energy is the company that develops, builds, and installs Bloom Energy Servers.", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1240 +{"wikidata_id": "Q2972807", "display_name": "Cineplex Entertainment", "legal_name": null, "aliases": ["Cineplex", "Famous Players"], "website": "https://www.cineplex.com", "canonical_domain": "cineplex.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CGX", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cineplex_logo.svg", "description": "Canadian entertainment company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1241 +{"wikidata_id": "Q30280160", "display_name": "Elanco", "legal_name": null, "aliases": ["Elanco Animal Health Incorporated"], "website": "https://www.elanco.com", "canonical_domain": "elanco.com", "country": "US", "hq_city": "Greenfield", "hq_region": "Hancock County", "lat": 39.7914, "lon": -85.7714, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "ELAN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1739104", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elanco.svg", "description": "American healthcare company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1739104", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1242 +{"wikidata_id": "Q3072937", "display_name": "First Hawaiian Bank", "legal_name": null, "aliases": [], "website": "https://www.fhb.com", "canonical_domain": "fhb.com", "country": "US", "hq_city": "First Hawaiian Center", "hq_region": "Honolulu", "lat": 21.3079, "lon": -157.862, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1858, "employees": null, "public_company": true, "ticker": "FHB", "exchange": "Nasdaq", "lei": "WWJYKHS2UNKSDW8XLB53", "sec_cik": "36377", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Hawaiian_Bank_logo.svg", "description": "American bank", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1243 +{"wikidata_id": "Q3144150", "display_name": "Hypera Pharma", "legal_name": null, "aliases": ["Hypermarcas"], "website": "https://www.hypera.com.br", "canonical_domain": "hypera.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "HYPE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1486749", "parent": null, "logo_url": null, "description": "Brazilian Pharmaceutical Company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1486749", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1244 +{"wikidata_id": "Q3216600", "display_name": "Lamb Weston", "legal_name": null, "aliases": [], "website": "https://www.lambweston.com", "canonical_domain": "lambweston.com", "country": "US", "hq_city": "Eagle", "hq_region": "Ada County", "lat": 43.69306, "lon": -116.34639, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "LW", "exchange": "New York Stock Exchange", "lei": "5493002SHWDC0RX1U855", "sec_cik": "1679273", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lamb_Weston_logo.svg", "description": "American food processing company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1245 +{"wikidata_id": "Q3238450", "display_name": "Light S.A.", "legal_name": null, "aliases": [], "website": "https://www.light.com.br", "canonical_domain": "light.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["utilities"], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "LIGT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "1447221", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Light_Servi%C3%A7os_Eletricidade.svg", "description": "utility company of Rio de Janeiro, Brazil", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q974419"}]}
1246 +{"wikidata_id": "Q3372572", "display_name": "Mannatech", "legal_name": null, "aliases": [], "website": "https://www.mannatech.com", "canonical_domain": "mannatech.com", "country": "US", "hq_city": "Flower Mound", "hq_region": "Denton", "lat": 33.03167, "lon": -97.07889, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "MTEX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1056358", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mannatech_new_logo.png", "description": "American multi-level marketing company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1247 +{"wikidata_id": "Q3433040", "display_name": "Ripley S.A.", "legal_name": null, "aliases": [], "website": "https://www.ripley.com", "canonical_domain": "ripley.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail", "financial-services"], "industry_labels": ["retail", "financial services"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "RIPLEY", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Ripley.svg", "description": "Chilean department store, financial services, and shopping malls management company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1248 +{"wikidata_id": "Q3853691", "display_name": "Mediacom", "legal_name": "Mediacom Communications Corporation", "aliases": [], "website": "https://www.mediacomcable.com", "canonical_domain": "mediacomcable.com", "country": "US", "hq_city": "Blooming Grove", "hq_region": "Orange County", "lat": 41.43333, "lon": -74.16667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "MCCC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mediacom_logo.svg", "description": "American cable TV company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1249 +{"wikidata_id": "Q4046987", "display_name": "Pioneer Natural Resources", "legal_name": null, "aliases": [], "website": "https://www.pxd.com", "canonical_domain": "pxd.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PXD", "exchange": "New York Stock Exchange", "lei": "FY8JBF7CCL2VE4F1B628", "sec_cik": "1038357", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pioneer_Natural_Resources_logo.png", "description": "texan oil company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1250 +{"wikidata_id": "Q407859", "display_name": "Air Transport International", "legal_name": null, "aliases": ["Inc."], "website": "https://www.airtransport.cc", "canonical_domain": "airtransport.cc", "country": "US", "hq_city": "Wilmington", "hq_region": "Clinton County", "lat": 39.4458, "lon": -83.8292, "industries": ["airlines"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "ATSG", "exchange": "Nasdaq", "lei": "5493000F3MSFGIXTQE27", "sec_cik": null, "parent": {"wikidata_id": "Q4698227", "name": "Air Transport Services Group"}, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1251 +{"wikidata_id": "Q4376955", "display_name": "Sabre Corporation", "legal_name": null, "aliases": ["Sabre Corp", "Sabre Group", "Sabre Holdings", "The Sabre Group", "The Sabre Group", "Inc."], "website": "https://www.sabre.com", "canonical_domain": "sabre.com", "country": "US", "hq_city": "Southlake", "hq_region": "Denton County", "lat": 32.9467, "lon": -97.1453, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "SABR", "exchange": "Nasdaq", "lei": "529900VKCYZW8GZ4WW58", "sec_cik": "1597033", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sabre_Corporation_logo.svg", "description": "American travel technology company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1252 +{"wikidata_id": "Q4381995", "display_name": "Telebras", "legal_name": null, "aliases": ["Telecomunicações Brasileiras S/A"], "website": "https://www.telebras.com.br", "canonical_domain": "telebras.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "TELB3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Telebras_%282025%29.svg", "description": "Brazilian state-owned telecommunications", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1253 +{"wikidata_id": "Q452340", "display_name": "HSN", "legal_name": null, "aliases": ["Home Shopping Network"], "website": "https://www.hsn.com", "canonical_domain": "hsn.com", "country": "US", "hq_city": "St. Petersburg", "hq_region": "Pinellas County", "lat": 27.77306, "lon": -82.64, "industries": ["media"], "industry_labels": ["cable television", "satellite television"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "HSNI", "exchange": "Nasdaq", "lei": "N1MLFU1L1U0XI9IEL774", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSN_logo.svg", "description": "American television network", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1254 +{"wikidata_id": "Q4645515", "display_name": "8x8", "legal_name": null, "aliases": ["IIT", "8x8 Inc.", "Integrated Information Technology"], "website": "https://www.8x8.com", "canonical_domain": "8x8.com", "country": "US", "hq_city": "Campbell", "hq_region": "Santa Clara County", "lat": 37.28389, "lon": -121.955, "industries": ["telecommunications"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "EGHT", "exchange": "New York Stock Exchange", "lei": "254900XWSOC5U1BRW939", "sec_cik": "1023731", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/8x8_square_logo.svg", "description": "American provider of Voice over IP products", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1023731", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1255 +{"wikidata_id": "Q4650338", "display_name": "ABM Industries", "legal_name": null, "aliases": ["ABM"], "website": "https://www.abm.com", "canonical_domain": "abm.com", "country": "US", "hq_city": "Fred F. French Building", "hq_region": "Manhattan", "lat": 40.75536, "lon": -73.97889, "industries": ["professional-services"], "industry_labels": ["facility management"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "ABM", "exchange": "New York Stock Exchange", "lei": "QF02R89VEIOROM77J447", "sec_cik": "771497", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABM-RGB-No-Reg-1000px.png", "description": "United States facility management provider", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1256 +{"wikidata_id": "Q4655171", "display_name": "Equitable Holdings", "legal_name": null, "aliases": ["Equitable", "AXA Equitable Life Insurance Company", "Equitable Life Assurance Society of the United States", "The Equitable Life Assurance Society of the United States"], "website": "https://www.equitable.com", "canonical_domain": "equitable.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance", "life insurance"], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "EQH", "exchange": "New York Stock Exchange", "lei": "549300FIBAKMNHPZ4009", "sec_cik": "1333986", "parent": null, "logo_url": null, "description": "U.S. financial services company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1257 +{"wikidata_id": "Q470317", "display_name": "Ametek", "legal_name": null, "aliases": ["Ametek Inc.", "AMETEK", "Inc"], "website": "https://www.ametek.com", "canonical_domain": "ametek.com", "country": "US", "hq_city": "Berwyn", "hq_region": "Chester County", "lat": 40.0456, "lon": -75.4394, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "AME", "exchange": "New York Stock Exchange", "lei": "549300WZDEF9KKE40E98", "sec_cik": "1037868", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ametek-Logo.svg", "description": "US manufacturer of electronic instruments and electromechanical devices", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1258 +{"wikidata_id": "Q4735783", "display_name": "Alsea", "legal_name": null, "aliases": ["Operadora Alsea"], "website": "https://www.alsea.com.mx", "canonical_domain": "alsea.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "ALSSF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alsea_logo.png", "description": "Mexican restaurant chain operator", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1259 +{"wikidata_id": "Q4743120", "display_name": "American Axle", "legal_name": null, "aliases": ["American Axle & Manufacturing", "Inc."], "website": "https://www.aam.com", "canonical_domain": "aam.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "AXL", "exchange": "New York Stock Exchange", "lei": "RY5TAKFOBLDUGX31MS24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAM_Logo.svg", "description": "manufacturer of automobile driveline and drivetrain components and systems", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1260 +{"wikidata_id": "Q4844439", "display_name": "Boston Properties", "legal_name": null, "aliases": ["BXP Boston"], "website": "https://www.bxp.com", "canonical_domain": "bxp.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "BXP", "exchange": "New York Stock Exchange", "lei": "549300OF70FSEUQBT254", "sec_cik": "1037540", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bxp_boston_logo.png", "description": "real estate company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1261 +{"wikidata_id": "Q4857098", "display_name": "Banco do Estado do Rio Grande do Sul", "legal_name": null, "aliases": [], "website": "https://www.banrisul.com.br", "canonical_domain": "banrisul.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "BRSR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banrisul_Logo_%282022%29.svg", "description": "Brazilian banking institution", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1262 +{"wikidata_id": "Q4905973", "display_name": "Big Lots", "legal_name": null, "aliases": ["Consolidated Stores", "Inc."], "website": "https://www.biglots.com", "canonical_domain": "biglots.com", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 39.96222, "lon": -83.00056, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "BIG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "768835", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Lots_2001_logo.svg", "description": "American retail company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1263 +{"wikidata_id": "Q5119055", "display_name": "Cia. Hering", "legal_name": null, "aliases": ["Companhia Hering"], "website": "https://ciahering.com.br", "canonical_domain": "ciahering.com.br", "country": "BR", "hq_city": "Blumenau", "hq_region": "Santa Catarina", "lat": -26.91889, "lon": -49.06583, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1880, "employees": null, "public_company": true, "ticker": "HGTX3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Cia._Hering_%282021%29.svg", "description": "Brazilian clothing retailer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1264 +{"wikidata_id": "Q5130656", "display_name": "Clear Channel Outdoor", "legal_name": null, "aliases": [], "website": "https://clearchanneloutdoor.com", "canonical_domain": "clearchanneloutdoor.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "CCO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1334978", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Clear_Channel.jpg", "description": "outdoor advertising company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1265 +{"wikidata_id": "Q5139058", "display_name": "Coca-Cola Consolidated, Inc.", "legal_name": null, "aliases": ["CCBCC", "Coca-Cola Bottling Co. Consolidated", "Coca-Cola Consolidated"], "website": "https://www.cokeconsolidated.com", "canonical_domain": "cokeconsolidated.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["food-beverage"], "industry_labels": ["food processing", "beverage industry"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "COKE", "exchange": "Nasdaq", "lei": "57VG5X0E00X0QJU7CQ58", "sec_cik": "317540", "parent": null, "logo_url": null, "description": "American beverage company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "317540", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1266 +{"wikidata_id": "Q5167736", "display_name": "Cooper-Standard Automotive", "legal_name": null, "aliases": [], "website": "https://www.cooperstandard.com", "canonical_domain": "cooperstandard.com", "country": "US", "hq_city": "Novi", "hq_region": "Oakland County", "lat": 42.48056, "lon": -83.47556, "industries": ["automotive"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "CPS", "exchange": "New York Stock Exchange", "lei": "549300VVOH2RQP5YMB08", "sec_cik": "1320461", "parent": null, "logo_url": null, "description": "automotive parts supplier", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1320461", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1267 +{"wikidata_id": "Q5182000", "display_name": "Crane Co.", "legal_name": null, "aliases": [], "website": "https://www.craneco.com", "canonical_domain": "craneco.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1855, "employees": null, "public_company": true, "ticker": "CR", "exchange": "New York Stock Exchange", "lei": "549300X1RO9ID7AUCA83", "sec_cik": "1944013", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crane_Co._logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1944013", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1268 +{"wikidata_id": "Q5189378", "display_name": "Crown Holdings", "legal_name": null, "aliases": ["Crown Cork & Seal"], "website": "https://www.crowncork.com", "canonical_domain": "crowncork.com", "country": "US", "hq_city": "Yardley", "hq_region": "Bucks County", "lat": 40.2414, "lon": -74.8364, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "CCK", "exchange": "New York Stock Exchange", "lei": "NYLWZIOY8PUNIT4JOE22", "sec_cik": "1219601", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crown_Holdings_logo.svg", "description": "American manufacturing company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1269 +{"wikidata_id": "Q5194189", "display_name": "Cumulus Media", "legal_name": null, "aliases": [], "website": "https://www.cumulus.com", "canonical_domain": "cumulus.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "CMLS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1058623", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cumulus_Media_Circle_Logo.jpg", "description": "American radio broadcasting company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1270 +{"wikidata_id": "Q5370757", "display_name": "Emergent BioSolutions", "legal_name": null, "aliases": ["Emergent BioSolutions Inc."], "website": "https://www.emergentbiosolutions.com", "canonical_domain": "emergentbiosolutions.com", "country": "US", "hq_city": "Gaithersburg", "hq_region": "Montgomery County", "lat": 39.13992, "lon": -77.19292, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "EBS", "exchange": "New York Stock Exchange", "lei": "549300YW6TUOX8BE5103", "sec_cik": "1367644", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emergent_BioSolutions_logo.svg", "description": "multinational biopharmaceutical company headquartered in Gaithersburg, Maryland, USA", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1367644", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1271 +{"wikidata_id": "Q5376815", "display_name": "Enel X", "legal_name": null, "aliases": [], "website": "https://www.enelx.com", "canonical_domain": "enelx.com", "country": "US", "hq_city": "Rome", "hq_region": "Metropolitan City of Rome", "lat": 41.89306, "lon": 12.48278, "industries": ["energy"], "industry_labels": ["Energy"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "ENOC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enel_X.png", "description": "Italian utilities company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1272 +{"wikidata_id": "Q5416738", "display_name": "Eventbrite", "legal_name": null, "aliases": ["Event Brite"], "website": "https://www.eventbrite.it", "canonical_domain": "eventbrite.it", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "EB", "exchange": "New York Stock Exchange", "lei": "549300N6XBV2B1FAUF55", "sec_cik": "1475115", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eventbrite_Logo.svg", "description": "U.S. based event management company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1273 +{"wikidata_id": "Q5433101", "display_name": "Family Dollar", "legal_name": null, "aliases": ["FDO", "Family Dollar Stores", "Family Dollar Stores", "Inc."], "website": "https://www.familydollar.com", "canonical_domain": "familydollar.com", "country": "US", "hq_city": "Matthews", "hq_region": "NC", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "FDO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1672323", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Family-Dollar-Logo-2.png", "description": "discount variety store chain in the USA", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1672323", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1274 +{"wikidata_id": "Q5455836", "display_name": "Five Below", "legal_name": null, "aliases": ["fiVe BEL°W"], "website": "https://www.fivebelow.com", "canonical_domain": "fivebelow.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["discount store"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "FIVE", "exchange": "Nasdaq", "lei": "529900AAXP5Z6BGI7418", "sec_cik": "1177609", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Five_below_logo.png", "description": "American publicly held chain of discount store", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1275 +{"wikidata_id": "Q5514677", "display_name": "International Game Technology", "legal_name": null, "aliases": ["GTECH", "Lottomatica"], "website": "https://www.igt.it", "canonical_domain": "igt.it", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "IGT", "exchange": "New York Stock Exchange", "lei": "549300UQ6KHRCZDRGZ76", "sec_cik": "1619762", "parent": {"wikidata_id": "Q109570323", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IGTlogo.png", "description": "London-headquartered gaming company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1276 +{"wikidata_id": "Q5527100", "display_name": "Gates Corporation", "legal_name": null, "aliases": ["Gates (United States)"], "website": "https://www.gates.com", "canonical_domain": "gates.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "GTES", "exchange": "New York Stock Exchange", "lei": "984500F43C791F4C7894", "sec_cik": "1516658", "parent": null, "logo_url": null, "description": "company in Denver, United States", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1277 +{"wikidata_id": "Q55639320", "display_name": "Bird", "legal_name": null, "aliases": ["Bird Rides", "Inc."], "website": "https://bird.co", "canonical_domain": "bird.co", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": [], "industry_labels": ["e-scooter-sharing system"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "BRDSQ", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "dockless scooter-sharing provider", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1278 +{"wikidata_id": "Q5612176", "display_name": "Grupo Aeroportuario Centro Norte", "legal_name": null, "aliases": ["OMA", "OMAB"], "website": "https://www.oma.aero", "canonical_domain": "oma.aero", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "OMAB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1378239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oma_logo.jpg", "description": "Mexican airport operating company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1279 +{"wikidata_id": "Q5612238", "display_name": "Grupo Nutresa", "legal_name": null, "aliases": [], "website": "https://www.gruponutresa.com", "canonical_domain": "gruponutresa.com", "country": "CO", "hq_city": "Medellín", "hq_region": "Antioquia", "lat": 6.2502, "lon": -75.56758, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "NUTRESA", "exchange": "Colombia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106588823", "name": "Gilinski Group"}, "logo_url": null, "description": "Colombian food conglomerate", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1280 +{"wikidata_id": "Q5881864", "display_name": "HF Sinclair", "legal_name": null, "aliases": ["HollyFrontier"], "website": "https://www.hollyfrontier.com", "canonical_domain": "hollyfrontier.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "HFC", "exchange": "New York Stock Exchange", "lei": "549300J3U2WK73C9ZK26", "sec_cik": "1915657", "parent": null, "logo_url": null, "description": "U.S. energy company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1281 +{"wikidata_id": "Q5884072", "display_name": "Hologic", "legal_name": null, "aliases": [], "website": "https://www.hologic.com", "canonical_domain": "hologic.com", "country": "US", "hq_city": "Marlborough", "hq_region": "Middlesex County", "lat": 42.34583, "lon": -71.55278, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "HOLX", "exchange": "Nasdaq", "lei": "549300DYP6F5ZJL0LB74", "sec_cik": "859737", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hologic_logo.svg", "description": "medical technology company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1282 +{"wikidata_id": "Q5974942", "display_name": "ITT Technical Institute", "legal_name": null, "aliases": ["ITT Tech"], "website": "https://www.itt-tech.edu", "canonical_domain": "itt-tech.edu", "country": "US", "hq_city": "Carmel", "hq_region": "Hamilton County", "lat": 39.96667, "lon": -86.1, "industries": ["chemicals"], "industry_labels": ["SIC 2890 Miscellaneous Chemical Products"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "ESI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1590714", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITT_TI_logo.PNG", "description": "former for-profit technical institute", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1590714", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1283 +{"wikidata_id": "Q5986662", "display_name": "Iconix Brand Group", "legal_name": null, "aliases": [], "website": "https://www.iconixbrand.com", "canonical_domain": "iconixbrand.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "ICON", "exchange": "Nasdaq", "lei": "ZVNLR337TQLJ2PKYHL98", "sec_cik": "857737", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iconix_logo.svg", "description": "American brand management company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1284 +{"wikidata_id": "Q60754892", "display_name": "Enthusiast Gaming", "legal_name": null, "aliases": [], "website": "https://www.enthusiastgaming.com", "canonical_domain": "enthusiastgaming.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming", "internet"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "EGLX", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian digital media company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1285 +{"wikidata_id": "Q6485221", "display_name": "Landstar System", "legal_name": null, "aliases": [], "website": "https://www.landstar.com", "canonical_domain": "landstar.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["transportation"], "industry_labels": ["transport", "SIC 4213 Trucking (No Local)"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "LSTR", "exchange": "Nasdaq", "lei": "254900CUQXQRL09MEI52", "sec_cik": "853816", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Landstar_System_logo.svg", "description": "transportation services company specializing in logistics", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "853816", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1286 +{"wikidata_id": "Q6569399", "display_name": "DFI Retail Group", "legal_name": "Dairy Farm International Holdings Limited", "aliases": ["DFI", "Dairy Farm International Holdings", "牛奶国际控股有限公司", "Dairy Farm International", "DFI Retail Group Holdings Limited"], "website": "https://www.dfiretailgroup.com", "canonical_domain": "dfiretailgroup.com", "country": "BM", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "DFIBD.BH", "exchange": "Bermuda Stock Exchange Ltd", "lei": "213800NOTG41PZVNNX48", "sec_cik": null, "parent": {"wikidata_id": "Q1683452", "name": "Jardine Matheson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DairyFarm_logo.svg", "description": "Asian retail company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1287 +{"wikidata_id": "Q688687", "display_name": "Encana", "legal_name": null, "aliases": ["Encana Corporation"], "website": "https://www.encana.com", "canonical_domain": "encana.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "ECA", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Encana_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1288 +{"wikidata_id": "Q689446", "display_name": "Armstrong World Industries", "legal_name": null, "aliases": ["Inc."], "website": "https://www.armstrongceilings.com", "canonical_domain": "armstrongceilings.com", "country": "US", "hq_city": "Lancaster", "hq_region": "Lancaster County", "lat": 40.03972, "lon": -76.30444, "industries": ["materials"], "industry_labels": ["building material"], "founded_year": 1860, "employees": null, "public_company": true, "ticker": "AWI", "exchange": "New York Stock Exchange", "lei": "KXMRXXOJ88Q45Y45MG74", "sec_cik": "7431", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ArmstrongWorldIndustries.png", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1289 +{"wikidata_id": "Q7067710", "display_name": "NuScale", "legal_name": null, "aliases": ["NuScale Power", "NuScale Power", "LLC"], "website": "https://www.nuscalepower.com", "canonical_domain": "nuscalepower.com", "country": "US", "hq_city": "Corvallis", "hq_region": "Benton County", "lat": 44.57078, "lon": -123.276, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "SMR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1822966", "parent": {"wikidata_id": "Q653581", "name": "Fluor Corporation"}, "logo_url": null, "description": "Private company that designs and markets small modular reactors (SMRs)", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1822966", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1290 +{"wikidata_id": "Q7118809", "display_name": "PDF Solutions", "legal_name": null, "aliases": [], "website": "https://www.pdf.com", "canonical_domain": "pdf.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "PDFS", "exchange": "Nasdaq", "lei": "549300GMSP6MROFBI160", "sec_cik": "1120914", "parent": null, "logo_url": null, "description": "company based in San Jose, California", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1120914", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1291 +{"wikidata_id": "Q7242653", "display_name": "priceline.com", "legal_name": null, "aliases": [], "website": "https://www.priceline.com", "canonical_domain": "priceline.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["travel"], "industry_labels": ["travel agency"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "BKNG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1075531", "parent": {"wikidata_id": "Q18674747", "name": "Booking Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Priceline.com_logo.svg", "description": "American company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1075531", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1292 +{"wikidata_id": "Q7313497", "display_name": "Rent-A-Center", "legal_name": null, "aliases": ["RAC", "Rent A Center", "Rent-A-Centre"], "website": "https://www.rentacenter.com", "canonical_domain": "rentacenter.com", "country": "US", "hq_city": "Plano", "hq_region": "Collin County", "lat": 33.05, "lon": -96.75, "industries": ["consumer-goods"], "industry_labels": ["furniture"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "RCII", "exchange": "Nasdaq", "lei": "529900QUHE15UQNCCJ63", "sec_cik": "933036", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rent-A-Center_logo.svg", "description": "American furniture and electronics rent-to-own company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1293 +{"wikidata_id": "Q7314415", "display_name": "Republic Services", "legal_name": null, "aliases": [], "website": "https://www.republicservices.com", "canonical_domain": "republicservices.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "RSG", "exchange": "New York Stock Exchange", "lei": "NKNQHM6BLECKVOQP7O46", "sec_cik": "1060391", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Republic_Services_logo.svg", "description": "solid waste management company in the U.S.", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1294 +{"wikidata_id": "Q741046", "display_name": "Progress Software", "legal_name": null, "aliases": ["Data Language Corporation"], "website": "https://www.progress.com", "canonical_domain": "progress.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "PRGS", "exchange": "Nasdaq", "lei": "549300R65B3JG6972S24", "sec_cik": "876167", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Progress_Software_logo.svg", "description": "global software company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "876167", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1295 +{"wikidata_id": "Q7440621", "display_name": "Sealed Air", "legal_name": null, "aliases": ["Sealed Air Corporation"], "website": "https://www.sealedair.com", "canonical_domain": "sealedair.com", "country": "US", "hq_city": "Elmwood Park", "hq_region": "Bergen County", "lat": 40.9045, "lon": -74.1195, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "SEE", "exchange": "New York Stock Exchange", "lei": "Q0M0CZB4YN6JZ65WXI09", "sec_cik": "1012100", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SEE_SealedAirCorpLockup-01-01.png", "description": "packaging company headquartered in the United States", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1296 +{"wikidata_id": "Q7562151", "display_name": "Sonoco", "legal_name": null, "aliases": ["Sonoco ThermoSafe"], "website": "https://www.sonoco.com", "canonical_domain": "sonoco.com", "country": "US", "hq_city": "Hartsville", "hq_region": "Darlington County", "lat": 34.3694, "lon": -80.0808, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "SON", "exchange": "New York Stock Exchange", "lei": "GKOMIK4RDJGHEF0VNP11", "sec_cik": "91767", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonoco.svg", "description": "United States-based international provider of diversified consumer packaging", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "91767", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1297 +{"wikidata_id": "Q7796068", "display_name": "Thor Industries", "legal_name": null, "aliases": ["THOR Industries", "Inc."], "website": "https://www.thorindustries.com", "canonical_domain": "thorindustries.com", "country": "US", "hq_city": "Elkhart", "hq_region": "Elkhart County", "lat": 41.69275, "lon": -85.9688, "industries": ["manufacturing", "automotive", "hospitality"], "industry_labels": ["Motor Vehicle Body Manufacturing", "Motor Home Manufacturing", "Travel Trailer and Camper Manufacturing", "leisure industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "THO", "exchange": "New York Stock Exchange", "lei": "254900XZO1228PDSG060", "sec_cik": "730263", "parent": null, "logo_url": null, "description": "American recreational vehicle manufacturer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1298 +{"wikidata_id": "Q7921363", "display_name": "Verint Systems", "legal_name": null, "aliases": [], "website": "https://www.verint.com", "canonical_domain": "verint.com", "country": "US", "hq_city": "Melville", "hq_region": "Suffolk County", "lat": 40.7917, "lon": -73.4056, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "VRNT", "exchange": "Nasdaq", "lei": "549300KEQJS5FRVUCO94", "sec_cik": "1166388", "parent": {"wikidata_id": "Q30255722", "name": "Comverse"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verint_640_notag.jpg", "description": "analytics company in New York, USA", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1299 +{"wikidata_id": "Q7921370", "display_name": "Verisk Analytics", "legal_name": null, "aliases": ["Inc."], "website": "https://www.verisk.com", "canonical_domain": "verisk.com", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["education"], "industry_labels": ["risk assessment", "data analysis"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "VRSK", "exchange": "Nasdaq", "lei": "549300I1YSWNIRKBWP67", "sec_cik": "1442145", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verisk_Analytics_Logo.svg", "description": "American data analytics and risk assessment firm", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1300 +{"wikidata_id": "Q8273105", "display_name": "Ingredion", "legal_name": null, "aliases": ["Ingredion Incorporated", "Corn Products International", "Inc"], "website": "https://www.ingredion.com", "canonical_domain": "ingredion.com", "country": "US", "hq_city": "Westchester", "hq_region": "Cook County", "lat": 41.8539, "lon": -87.8836, "industries": ["food-beverage", "materials", "healthcare", "apparel"], "industry_labels": ["food industry", "pulp and paper industry", "health care industry", "starch industry", "corrugated fiberboard", "textile industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "INGR", "exchange": "New York Stock Exchange", "lei": "PKSTQ48QDN0XSVS7YK88", "sec_cik": "1046257", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ingredion.svg", "description": "American ingredient manufacturer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1301 +{"wikidata_id": "Q917701", "display_name": "ALFA Group", "legal_name": null, "aliases": ["ALFA", "ALFA S.A.B. de C.V."], "website": "https://www.alfa.com.mx", "canonical_domain": "alfa.com.mx", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "ALFAA", "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ALFA_logo.svg", "description": "Mexican multinational conglomerate", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1302 +{"wikidata_id": "Q930919", "display_name": "Public Service Enterprise Group", "legal_name": null, "aliases": ["PSEG", "PSE&G", "Public Service Corporation of New Jersey", "Public Service Electric & Gas"], "website": "https://www.pseg.com", "canonical_domain": "pseg.com", "country": "US", "hq_city": "Newark", "hq_region": "Essex County", "lat": 40.73556, "lon": -74.17222, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "PEG", "exchange": "New York Stock Exchange", "lei": "549300RUHPVD434XUK18", "sec_cik": "788784", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PSEG_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1303 +{"wikidata_id": "Q951259", "display_name": "Murphy Oil", "legal_name": null, "aliases": ["Murphy Oil Corporation"], "website": "https://www.murphyoilcorp.com", "canonical_domain": "murphyoilcorp.com", "country": "US", "hq_city": "El Dorado", "hq_region": "Union County", "lat": 33.21361, "lon": -92.6625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "extraction of crude petroleum and natural gas"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "MUR", "exchange": "New York Stock Exchange", "lei": "QBKYQD0ODE7DC7PDIN91", "sec_cik": "717423", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Murphy_Oil_Logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "717423", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1304 +{"wikidata_id": "Q9645209", "display_name": "Inter", "legal_name": null, "aliases": ["Banco Inter", "Banco Inter S/A"], "website": "https://www.bancointer.com.br", "canonical_domain": "bancointer.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["banking"], "industry_labels": [], "founded_year": 1995, "employees": 1200, "public_company": true, "ticker": "BIDI11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131870561", "name": "Inter&Co"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_do_banco_Inter_%282023%29.svg", "description": "Brazilian bank", "sitelinks": 2, "importance": 0.4182, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1305 +{"wikidata_id": "Q1114680", "display_name": "Comisión Federal de Electricidad", "legal_name": null, "aliases": ["CFE", "Comision Federal de Electricidad", "Federal Electricity Commission"], "website": "https://www.cfe.mx", "canonical_domain": "cfe.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["energy"], "industry_labels": ["electric power generation, transmission and distribution"], "founded_year": 1937, "employees": 91369, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q750165", "name": "Secretariat of Energy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comisi%C3%B3n_Federal_de_Electricidad_%28logo%29_.svg", "description": "state-owned electric utility of Mexico", "sitelinks": 10, "importance": 0.4175, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1306 +{"wikidata_id": "Q207708", "display_name": "ign.com", "legal_name": null, "aliases": [], "website": "https://www.ign.com", "canonical_domain": "ign.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IGN_logo.svg", "description": "American video game and entertainment media website", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1307 +{"wikidata_id": "Q231694", "display_name": "Interscope Records", "legal_name": null, "aliases": ["Interscope", "Interscope Records Inc."], "website": "https://interscope.com", "canonical_domain": "interscope.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interscope_Records.svg", "description": "American record label based in California", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2723471"}, {"related_domain_conflict": "Q14192383"}]}
1308 +{"wikidata_id": "Q597933", "display_name": "Televisión Nacional de Chile", "legal_name": null, "aliases": ["TVN", "Canal 7", "national television of chile", "TVN 7"], "website": "https://www.tvn.cl", "canonical_domain": "tvn.cl", "country": "CL", "hq_city": "Providencia", "hq_region": "Santiago province", "lat": -33.43333, "lon": -70.61667, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean public service broadcaster", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1309 +{"wikidata_id": "Q1970040", "display_name": "PIMCO", "legal_name": null, "aliases": ["Pacific Investment Management Company"], "website": "https://www.pimco.com", "canonical_domain": "pimco.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": 2462, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q487292", "name": "Allianz SE"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pimco_Logo_2025.svg", "description": "investment management firm", "sitelinks": 17, "importance": 0.4169, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1310 +{"wikidata_id": "Q7280957", "display_name": "Urban One", "legal_name": "Radio One Inc.", "aliases": ["Radio 1", "Radio One", "Urban 1"], "website": "https://urban1.com", "canonical_domain": "urban1.com", "country": "US", "hq_city": "Silver Spring", "hq_region": "Montgomery County", "lat": 39.00244, "lon": -77.02079, "industries": ["media"], "industry_labels": ["media industry", "broadcasting"], "founded_year": 1980, "employees": 1011, "public_company": true, "ticker": "UONEK", "exchange": "Nasdaq", "lei": "549300PLGIGPBRQUP240", "sec_cik": "1041657", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radio_one_logo.png", "description": "American-owned media company", "sitelinks": 2, "importance": 0.4157, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1311 +{"wikidata_id": "Q8072594", "display_name": "ZipRecruiter", "legal_name": "ZipRecruiter", "aliases": [], "website": "https://www.ziprecruiter.com", "canonical_domain": "ziprecruiter.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2010, "employees": 1000, "public_company": true, "ticker": "ZIP", "exchange": "New York Stock Exchange", "lei": "549300HLOVNNFCY2IV80", "sec_cik": "1617553", "parent": null, "logo_url": null, "description": "Online employment marketplace connecting employers and job seekers through mobile and email services.", "sitelinks": 2, "importance": 0.4155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1312 +{"wikidata_id": "Q190585", "display_name": "Island Records", "legal_name": null, "aliases": ["Island", "LC 00407", "LC 0407"], "website": "https://www.islandrecords.co.uk", "canonical_domain": "islandrecords.co.uk", "country": "JM", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Island_Records_wordmark.svg", "description": "British-Jamaican record label", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1313 +{"wikidata_id": "Q277641", "display_name": "A&W Restaurants", "legal_name": null, "aliases": ["A & W Restaurants", "A&w all-american food", "A&W All-American Food", "A&w all-american food restaurant", "A&W All-American Food Restaurant", "A&W Restaurant", "A&w restaurants", "A&W Restaurants Inc."], "website": "https://www.awrestaurants.com", "canonical_domain": "awrestaurants.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q668737", "name": "Yum! Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/All_American_Food_Logo.svg", "description": "American fast food chain", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1314 +{"wikidata_id": "Q43327", "display_name": "Motown", "legal_name": null, "aliases": ["Motown Records"], "website": "https://www.motownrecords.com", "canonical_domain": "motownrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motown_logo_with_wordmark.svg", "description": "American record label", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1315 +{"wikidata_id": "Q461761", "display_name": "Canadian Broadcasting Corporation", "legal_name": "Société Radio-Canada", "aliases": ["CBC", "CBC/Radio-Canada", "Canadian Broadcasting Company", "Canadian Broadcast Corporation", "CBC-SRC"], "website": "https://cbc.radio-canada.ca", "canonical_domain": "radio-canada.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["media"], "industry_labels": ["mass media", "public broadcasting", "broadcasting"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1056951", "name": "Department of Canadian Heritage"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBC_logo.svg", "description": "Canadian public broadcaster", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1316 +{"wikidata_id": "Q466183", "display_name": "Reebok", "legal_name": null, "aliases": ["Reebok International"], "website": "https://www.reebok.com", "canonical_domain": "reebok.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["apparel"], "industry_labels": ["sports industry", "textile industry"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reebok_red_logo.svg", "description": "American sports equipment company", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1317 +{"wikidata_id": "Q1411762", "display_name": "Scaled Composites", "legal_name": null, "aliases": ["LLC"], "website": "https://www.scaled.com", "canonical_domain": "scaled.com", "country": "US", "hq_city": "Mojave", "hq_region": "Kern County", "lat": 35.01667, "lon": -118.18889, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1982, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American aerospace company", "sitelinks": 24, "importance": 0.4152, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1318 +{"wikidata_id": "Q1939632", "display_name": "Swift Engineering", "legal_name": "Swift Engineering Inc", "aliases": ["Swift"], "website": "https://www.swiftengineering.com", "canonical_domain": "swiftengineering.com", "country": "US", "hq_city": "San Clemente", "hq_region": "Orange County", "lat": 33.43778, "lon": -117.62028, "industries": ["robotics", "aerospace-defense"], "industry_labels": ["unmanned aerial vehicle", "aerospace industry", "aerospace engineering"], "founded_year": 1983, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106597652", "name": "Matsushita International Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swift_Engineering_logo.svg", "description": "American spacecraft engineering company", "sitelinks": 21, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1319 +{"wikidata_id": "Q286774", "display_name": "ABBYY", "legal_name": null, "aliases": ["Abbyy", "ABBYY Development Inc.", "ABBYY Software Ltd.", "ABBYY USA Software House", "ABBYY USA Software House", "Inc."], "website": "https://www.abbyy.com", "canonical_domain": "abbyy.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1989, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABBYY_logo.svg", "description": "international software company", "sitelinks": 21, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1320 +{"wikidata_id": "Q482044", "display_name": "Amylin Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.amylin.com", "canonical_domain": "amylin.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1987, "employees": 1900, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "881464", "parent": {"wikidata_id": "Q731938", "name": "AstraZeneca"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amylin-Pharmaceuticals-Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4139, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "881464", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1321 +{"wikidata_id": "Q1630304", "display_name": "Hulu", "legal_name": null, "aliases": [], "website": "https://www.hulu.com", "canonical_domain": "hulu.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["video on demand"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q105303210", "name": "Disney Media and Entertainment Distribution"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hulu_logo_%282017%29.svg", "description": "American video streaming service", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1322 +{"wikidata_id": "Q193023", "display_name": "Capitol Records", "legal_name": null, "aliases": ["Capitol"], "website": "https://www.capitolrecords.com", "canonical_domain": "capitolrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 34.10317, "lon": -118.32636, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1323 +{"wikidata_id": "Q202585", "display_name": "RCA Records", "legal_name": "RCA Records, Inc.", "aliases": ["RCA Records Label"], "website": "https://www.rcarecords.com", "canonical_domain": "rcarecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RCA_Records_%28logo%29.svg", "description": "American record label", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1324 +{"wikidata_id": "Q652431", "display_name": "Bridgewater Associates", "legal_name": null, "aliases": ["Bridgewater"], "website": "https://www.bridgewater.com", "canonical_domain": "bridgewater.com", "country": "US", "hq_city": "Westport", "hq_region": "Western Connecticut Planning Region", "lat": 41.14149, "lon": -73.3579, "industries": ["asset-management", "financial-services"], "industry_labels": ["hedge fund", "financial services"], "founded_year": 1975, "employees": 1300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bridgewater_Associates.png", "description": "asset manager", "sitelinks": 18, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1325 +{"wikidata_id": "Q505275", "display_name": "Capital Group Companies", "legal_name": null, "aliases": ["Capital Group"], "website": "https://www.capgroup.com", "canonical_domain": "capgroup.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1931, "employees": 7000, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007PLZSLIFWICM52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capital_Group_Logo.svg", "description": "financial services company from the United States", "sitelinks": 14, "importance": 0.4129, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1326 +{"wikidata_id": "Q17622888", "display_name": "Bio Pappel", "legal_name": null, "aliases": [], "website": "https://www.biopappel.com", "canonical_domain": "biopappel.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": 15000, "public_company": true, "ticker": "PAPPEL", "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.4121, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1327 +{"wikidata_id": "Q175391", "display_name": "Fender Musical Instruments Corporation", "legal_name": null, "aliases": ["Fender Company", "Fender Guitars"], "website": "https://www.fender.com", "canonical_domain": "fender.com", "country": "US", "hq_city": "Nabari Station", "hq_region": "Nabari", "lat": 34.62168, "lon": 136.09593, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G8G1R16J8L5Q60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fender_guitars_logo.svg", "description": "American manufacturer of stringed instruments and amplifiers", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3447824"}]}
1328 +{"wikidata_id": "Q2462124", "display_name": "The Trump Organization", "legal_name": null, "aliases": ["Elizabeth Trump & Son", "Inc.", "Trump Organization"], "website": "https://trump.com", "canonical_domain": "trump.com", "country": "US", "hq_city": "Trump Tower", "hq_region": "Manhattan", "lat": 40.7625, "lon": -73.97417, "industries": ["retail", "construction"], "industry_labels": ["retail", "construction industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Trump_Organization_logo.svg", "description": "businesses owned by Donald Trump", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1329 +{"wikidata_id": "Q308911", "display_name": "Avianca", "legal_name": null, "aliases": ["Avianca S.A."], "website": "https://www.avianca.com", "canonical_domain": "avianca.com", "country": "CO", "hq_city": "Barranquilla", "hq_region": "Atlántico Department", "lat": 10.98333, "lon": -74.80194, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790788", "name": "Avianca Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avianca_2023_wordmark.svg", "description": "Colombian airline", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q196221"}, {"related_domain_conflict": "Q1321143"}, {"related_domain_conflict": "Q19259876"}, {"related_domain_conflict": "Q790807"}, {"related_domain_conflict": "Q19259875"}, {"related_domain_conflict": "Q790788"}, {"related_domain_conflict": "Q1028575"}, {"related_domain_conflict": "Q1139145"}, {"related_domain_conflict": "Q63371258"}]}
1330 +{"wikidata_id": "Q2933350", "display_name": "Desjardins Group", "legal_name": null, "aliases": ["Caisse Pop", "Caisses Populaires Desjardins", "Mouvement Desjardins"], "website": "https://www.desjardins.com", "canonical_domain": "desjardins.com", "country": "CA", "hq_city": "Lévis", "hq_region": "Chaudière-Appalaches", "lat": 46.8, "lon": -71.1833, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1900, "employees": 58774, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Desjardins_Group_logo.svg", "description": "Canadian association of credit unions", "sitelinks": 10, "importance": 0.4111, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1331 +{"wikidata_id": "Q2469781", "display_name": "Saber Interactive", "legal_name": null, "aliases": ["Saber Interactive Inc", "Saber Interactive Inc."], "website": "https://saber.games", "canonical_domain": "saber.games", "country": "US", "hq_city": "Porto", "hq_region": "Douro Litoral", "lat": 41.15, "lon": -8.61083, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": 2478, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65083539", "name": "Embracer Group"}, "logo_url": null, "description": "American video game developer", "sitelinks": 16, "importance": 0.411, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1332 +{"wikidata_id": "Q1206060", "display_name": "Whistler Blackcomb", "legal_name": null, "aliases": ["Whistler-Blackcomb"], "website": "https://www.whistlerblackcomb.com", "canonical_domain": "whistlerblackcomb.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": 50.11627, "lon": -122.95713, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "ski resort in British Columbia, Canada", "sitelinks": 18, "importance": 0.4096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1333 +{"wikidata_id": "Q1477575", "display_name": "Smithfield Foods", "legal_name": null, "aliases": ["Inc."], "website": "https://www.smithfieldfoods.com", "canonical_domain": "smithfieldfoods.com", "country": "US", "hq_city": "Smithfield", "hq_region": "Isle of Wight County", "lat": 36.9789, "lon": -76.6186, "industries": ["agriculture"], "industry_labels": ["agriculture", "meatpacking industry", "SIC 2011 Meat Packing Plants"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "SFD", "exchange": "New York Stock Exchange", "lei": "CVTIPZRZJC0JQEZLL598", "sec_cik": "91388", "parent": {"wikidata_id": "Q17499655", "name": "WH Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smithfield_Foods_logo.svg", "description": "American meat processing company", "sitelinks": 18, "importance": 0.4096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "91388", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1334 +{"wikidata_id": "Q3375004", "display_name": "Correios do Brasil", "legal_name": null, "aliases": ["Empresa Brasileira de Correios e Telégrafos", "ECT"], "website": "https://www2.correios.com.br", "canonical_domain": "correios.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["logistics"], "industry_labels": [], "founded_year": 1969, "employees": 105836, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Correios_%282014%29.svg", "description": "national postal service company of Brazil", "sitelinks": 9, "importance": 0.4096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1335 +{"wikidata_id": "Q465449", "display_name": "Miramax", "legal_name": null, "aliases": ["Miramax Films"], "website": "https://www.miramax.com", "canonical_domain": "miramax.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19650330", "name": "beIN Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miramax.svg", "description": "American film and TV company", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1336 +{"wikidata_id": "Q8787", "display_name": "Oneworld", "legal_name": null, "aliases": ["Oneworld Alliance", "Oneworld Management Company", "Inc.", "Oneworld Management Company Limited"], "website": "https://www.oneworld.com", "canonical_domain": "oneworld.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.81864, "lon": -97.05672, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oneworld_logo.svg", "description": "airline alliance based in Fort Worth, Texas", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1337 +{"wikidata_id": "Q5514372", "display_name": "GP Investments", "legal_name": null, "aliases": ["GP INVESTMENTS. LTD."], "website": "https://www.gp.com.br", "canonical_domain": "gp.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": 75, "public_company": true, "ticker": "GPIV33", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.4084, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1338 +{"wikidata_id": "Q1068628", "display_name": "Calvin Klein", "legal_name": "Calvin Klein", "aliases": ["CK", "Calvin Klein Inc."], "website": "https://www.calvinklein.com", "canonical_domain": "calvinklein.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["fashion", "clothing industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1132272", "name": "PVH Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calvin_klein_logo_web23.svg", "description": "American fashion house", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1339 +{"wikidata_id": "Q142539", "display_name": "Dropbox", "legal_name": null, "aliases": [], "website": "https://www.dropbox.com", "canonical_domain": "dropbox.com", "country": "US", "hq_city": "San Francisco", "hq_region": "CA", "lat": null, "lon": null, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud storage", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "DBX", "exchange": "Nasdaq", "lei": "549300JCDF7UAR6TJR51", "sec_cik": "1467623", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dropbox_logo_2017.svg", "description": "cloud storage and file synchronization service", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q15589464"}], "source_edgar": {"cik": "1467623", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1340 +{"wikidata_id": "Q1585088", "display_name": "Hardee's", "legal_name": null, "aliases": [], "website": "https://www.hardees.com", "canonical_domain": "hardees.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5012359", "name": "CKE Restaurants"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hardee_brand_logo.svg", "description": "American-based fast-food restaurant chain", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1341 +{"wikidata_id": "Q319515", "display_name": "Converse", "legal_name": null, "aliases": ["Converse Inc", "Inc."], "website": "https://www.converse.com", "canonical_domain": "converse.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["apparel"], "industry_labels": ["shoe"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300T4MMIY8XLEQC82", "sec_cik": null, "parent": {"wikidata_id": "Q483915", "name": "Nike"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Converse_logo.svg", "description": "American shoe company and brand", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1342 +{"wikidata_id": "Q857063", "display_name": "Citibank", "legal_name": null, "aliases": ["Citi", "National City Bank of New York", "N. A.", "N.A."], "website": "https://www.citi.com", "canonical_domain": "citi.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1812, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "E57ODZWZ7FF32TWEFA76", "sec_cik": null, "parent": {"wikidata_id": "Q219508", "name": "Citigroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citi_logo_March_2023.svg", "description": "American multinational bank", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1343 +{"wikidata_id": "Q916714", "display_name": "suckerpunch.com", "legal_name": null, "aliases": [], "website": "https://www.suckerpunch.com", "canonical_domain": "suckerpunch.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "American video game developer", "sitelinks": 25, "importance": 0.4061, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1344 +{"wikidata_id": "Q1982603", "display_name": "New Era Cap Company", "legal_name": null, "aliases": [], "website": "https://www.neweracap.com", "canonical_domain": "neweracap.com", "country": "US", "hq_city": "Buffalo", "hq_region": "Erie County", "lat": 42.88639, "lon": -78.87806, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1920, "employees": 1700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Era_Cap.png", "description": "American ballcap and sports apparel company", "sitelinks": 16, "importance": 0.4056, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1345 +{"wikidata_id": "Q749474", "display_name": "Financial Group Banamex", "legal_name": null, "aliases": ["Banamex"], "website": "https://www.banamex.com", "canonical_domain": "banamex.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1884, "employees": 40000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q219508", "name": "Citigroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banamex.svg", "description": "Mexican financial group", "sitelinks": 10, "importance": 0.4055, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2646652"}]}
1346 +{"wikidata_id": "Q867662", "display_name": "Esso", "legal_name": null, "aliases": [], "website": "https://www.esso.com", "canonical_domain": "esso.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1911, "employees": 74, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Esso_textlogo.svg", "description": "American oil and gas station brand", "sitelinks": 25, "importance": 0.405, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1347 +{"wikidata_id": "Q208909", "display_name": "Parlophone", "legal_name": null, "aliases": ["Parlophone Communications", "Parlophone Records", "Parlophone UK"], "website": "https://www.parlophonerecords.com", "canonical_domain": "parlophonerecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parlophone_logo.svg", "description": "German–British record label", "sitelinks": 46, "importance": 0.4048, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1348 +{"wikidata_id": "Q10319490", "display_name": "Localiza", "legal_name": "Localiza Rent a Car S/A", "aliases": [], "website": "https://www.localiza.com", "canonical_domain": "localiza.com", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "RENT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Localiza_logo_2022.svg", "description": "car rental company established in Brazil", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1349 +{"wikidata_id": "Q1032244", "display_name": "Canadian Oil Sands Limited", "legal_name": null, "aliases": ["Canadian Oil Sands", "Canadian Oil Sands Trust", "Sun Company of Canada"], "website": "https://www.cdnoilsands.com", "canonical_domain": "cdnoilsands.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas", "energy"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "SU", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former company, part of Suncor Energy", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1350 +{"wikidata_id": "Q10397787", "display_name": "Aaron's, Inc.", "legal_name": null, "aliases": ["Aarons", "Aaron's", "Aaron's Inc", "Aarons Inc"], "website": "https://www.aarons.com", "canonical_domain": "aarons.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["consumer-goods"], "industry_labels": ["furniture"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "AAN", "exchange": "New York Stock Exchange", "lei": "529900IVEJ72I7MQ3Z14", "sec_cik": "706688", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aaron%27s%2C_Inc._logo.svg", "description": "company that focuses on leases and retail sales of furniture, electronics, appliances, and computers", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1351 +{"wikidata_id": "Q104664954", "display_name": "Delek US", "legal_name": "Delek US Holdings, Inc", "aliases": ["Delek US Holdings", "Inc."], "website": "https://www.delekus.com", "canonical_domain": "delekus.com", "country": "US", "hq_city": "Brentwood", "hq_region": "Williamson County", "lat": 35.99819, "lon": -86.79262, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "DK", "exchange": "New York Stock Exchange", "lei": "5493003O53JMENV1N385", "sec_cik": "1694426", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Delek-US.jpg", "description": "energy company with assets in petroleum refining, logistics, asphalt, renewable fuels and convenience store retailing", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1694426", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1352 +{"wikidata_id": "Q112038007", "display_name": "Leonardo DRS", "legal_name": null, "aliases": ["Diagnostic / Retrieval Systems", "Diagnostic/Retrieval Systems", "DRS Technologies"], "website": "https://www.leonardodrs.com", "canonical_domain": "leonardodrs.com", "country": "US", "hq_city": "Arlington", "hq_region": "VA", "lat": null, "lon": null, "industries": ["defense"], "industry_labels": ["weapons industry", "SIC 3812 Search, Detection, Navigation, Guidance, Aeronautical Sys"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "DRS", "exchange": "Nasdaq", "lei": "549300HMMEWVG3PPQU18", "sec_cik": "1833756", "parent": {"wikidata_id": "Q910379", "name": "Leonardo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leonardo_DRS_logo.png", "description": "US based defense contractor", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1833756", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1353 +{"wikidata_id": "Q11306218", "display_name": "Service Corporation International", "legal_name": null, "aliases": ["SCI"], "website": "https://www.sci-corp.com", "canonical_domain": "sci-corp.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["professional-services"], "industry_labels": ["funeral services industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "SCI", "exchange": "New York Stock Exchange", "lei": "549300RKVM2ME20JHZ15", "sec_cik": "89089", "parent": null, "logo_url": null, "description": "American funeral home operator", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1354 +{"wikidata_id": "Q1139852", "display_name": "Riverbed Technology", "legal_name": null, "aliases": [], "website": "https://www.riverbed.com", "canonical_domain": "riverbed.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "RVBD", "exchange": "Nasdaq", "lei": "XWT9B0BASIY6FJ5R7M02", "sec_cik": "1357326", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riverbed_logo.svg", "description": "American information technology company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1355 +{"wikidata_id": "Q1156045", "display_name": "Public Storage", "legal_name": null, "aliases": [], "website": "https://www.publicstorage.com", "canonical_domain": "publicstorage.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["asset-management", "real-estate"], "industry_labels": ["real estate investment trust", "self storage"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "PSA", "exchange": "New York Stock Exchange", "lei": "549300LMZF40TKJ6DM64", "sec_cik": "1393311", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Public_Storage_Logo.svg", "description": "US international self storage company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1356 +{"wikidata_id": "Q1157767", "display_name": "Daktronics", "legal_name": null, "aliases": [], "website": "https://www.daktronics.com", "canonical_domain": "daktronics.com", "country": "US", "hq_city": "Brookings", "hq_region": "Brookings County", "lat": 44.30639, "lon": -96.78806, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "DAKT", "exchange": "Nasdaq", "lei": "549300IOLZ3SG5YUJ288", "sec_cik": "915779", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daktronics_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "915779", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1357 +{"wikidata_id": "Q1275577", "display_name": "EOG Resources", "legal_name": null, "aliases": ["Enron Oil and Gas"], "website": "https://www.eogresources.com", "canonical_domain": "eogresources.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "EOG", "exchange": "New York Stock Exchange", "lei": "XWTZDRYZPBUHIQBKDB46", "sec_cik": "821189", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EOG_Resources_logo.svg", "description": "American oil and natural gas company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1358 +{"wikidata_id": "Q13529476", "display_name": "Sierra Wireless", "legal_name": null, "aliases": [], "website": "https://www.sierrawireless.com", "canonical_domain": "sierrawireless.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["telecommunications", "industrial-machinery"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "SWIR", "exchange": "Nasdaq", "lei": "549300E33RZ5BJ726L53", "sec_cik": "1111863", "parent": null, "logo_url": null, "description": "wireless communications equipment manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1359 +{"wikidata_id": "Q1400073", "display_name": "Federal Signal Corporation", "legal_name": null, "aliases": ["Federal Sign & Signal Corporation"], "website": "https://www.federalsignal.com", "canonical_domain": "federalsignal.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "FSS", "exchange": "New York Stock Exchange", "lei": "549300RTXZRPTNP6G884", "sec_cik": "277509", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Federal-signal.svg", "description": "U.S. company specializing in emergency lighting, sirens, industrial equipment, and public safety equipment", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1360 +{"wikidata_id": "Q1526456", "display_name": "Kimball International", "legal_name": null, "aliases": ["Jasper Corporation"], "website": "https://www.kimballinternational.com", "canonical_domain": "kimballinternational.com", "country": "US", "hq_city": "Jasper", "hq_region": "Dubois County", "lat": 38.3953, "lon": -86.9328, "industries": ["consumer-goods"], "industry_labels": ["furniture industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "KBAL", "exchange": "Nasdaq", "lei": "549300RYF7HKL9SKYG25", "sec_cik": "55772", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kimball_International_logo.svg", "description": "American furniture company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1361 +{"wikidata_id": "Q15727302", "display_name": "Arcos Dorados Holdings", "legal_name": null, "aliases": ["Arcos Dorados Holdings Inc."], "website": "https://www.arcosdorados.com", "canonical_domain": "arcosdorados.com", "country": "US", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["food-beverage"], "industry_labels": ["food industry", "beverage industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ARCO", "exchange": "New York Stock Exchange", "lei": "54930023P2MIZN13DQ85", "sec_cik": "1508478", "parent": {"wikidata_id": "Q38076", "name": "McDonald's"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arcos-Dorados_Logo.svg", "description": "McDonald’s largest franchise in the world in terms of systemwide sales and number of restaurants", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1508478", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1362 +{"wikidata_id": "Q1573416", "display_name": "Madison Square Garden Sports", "legal_name": null, "aliases": ["The Madison Square Garden Company"], "website": "https://www.msgsports.com", "canonical_domain": "msgsports.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["professional sport"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "MSG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1636519", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Madison_Square_Garden_Sports_logo.svg", "description": "American sports holding company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1636519", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1363 +{"wikidata_id": "Q1591976", "display_name": "Haynes International", "legal_name": null, "aliases": [], "website": "https://www.haynesintl.com", "canonical_domain": "haynesintl.com", "country": "US", "hq_city": "Kokomo", "hq_region": "Howard County", "lat": 40.48222, "lon": -86.13167, "industries": ["mining"], "industry_labels": ["metal"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "HAYN", "exchange": "Nasdaq", "lei": "549300I9MS5UZLRFDO40", "sec_cik": "858655", "parent": {"wikidata_id": "Q1419453", "name": "Acerinox"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haynes_International_Logo.gif", "description": "producer of corrosion-resistant and high-temperature alloys", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1364 +{"wikidata_id": "Q1602881", "display_name": "Publicis Sapient", "legal_name": null, "aliases": ["Sapient", "SapientNitro"], "website": "https://www.publicissapient.com", "canonical_domain": "publicissapient.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "SAPE", "exchange": "Nasdaq", "lei": "A58IH7WYWPCDB1WMKS11", "sec_cik": null, "parent": {"wikidata_id": "Q1537378", "name": "Publicis"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sapient_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1365 +{"wikidata_id": "Q16838618", "display_name": "Corpay", "legal_name": null, "aliases": ["Fleetcor", "Fleetcor Technologies"], "website": "https://www.fleetcor.com", "canonical_domain": "fleetcor.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "CPAY", "exchange": "New York Stock Exchange", "lei": "549300DG6RR0NQSFLN74", "sec_cik": "1175454", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corpay_Logo.png", "description": "U.S. financial services company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1366 +{"wikidata_id": "Q16979157", "display_name": "PBF Energy", "legal_name": null, "aliases": ["PBF", "PBF Energy Inc."], "website": "https://www.pbfenergy.com", "canonical_domain": "pbfenergy.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "PBF", "exchange": "New York Stock Exchange", "lei": "2549003PBEDCSZMZIY02", "sec_cik": "1534504", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PBF_Energy_logo.svg", "description": "petroleum refiner and supplier of unbranded transportation fuels, heating oils, lubricants, petrochemical feedstocks, and other petroleum products", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1367 +{"wikidata_id": "Q16981175", "display_name": "Lennar Corporation", "legal_name": null, "aliases": ["Lennar Corp."], "website": "https://www.lennar.com", "canonical_domain": "lennar.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "LEN", "exchange": "New York Stock Exchange", "lei": "529900G61XVRLX5TJX09", "sec_cik": "920760", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lennar_Corporation_logo.png", "description": "American home construction and real estate company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1368 +{"wikidata_id": "Q16983334", "display_name": "Packaging Corporation of America", "legal_name": null, "aliases": ["PCA"], "website": "https://www.packagingcorp.com", "canonical_domain": "packagingcorp.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["materials"], "industry_labels": ["paper mill"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "PKG", "exchange": "New York Stock Exchange", "lei": "549300XZP8MFZFY8TJ84", "sec_cik": "75677", "parent": null, "logo_url": null, "description": "packaging and Logistics Firm", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1369 +{"wikidata_id": "Q16988748", "display_name": "CoStar Group", "legal_name": "CoStar Group, Inc.", "aliases": ["CoStar Group Inc", "Inc.", "CoStar Realty Information", "Inc."], "website": "https://www.costargroup.com", "canonical_domain": "costargroup.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["technology", "real-estate"], "industry_labels": ["information technology", "commercial property", "real estate industry", "residential property"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "CSGP", "exchange": "Nasdaq", "lei": "984500Q1D53D08E2E698", "sec_cik": "1057352", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CoStar_Group_logo.svg", "description": "American technology company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1370 +{"wikidata_id": "Q16993862", "display_name": "FuelCell Energy", "legal_name": null, "aliases": [], "website": "https://www.fuelcellenergy.com", "canonical_domain": "fuelcellenergy.com", "country": "US", "hq_city": "Danbury", "hq_region": "Western Connecticut Planning Region", "lat": 41.40222, "lon": -73.47111, "industries": ["energy", "renewables"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "FCEL", "exchange": "Nasdaq", "lei": "549300SRU8020X1X9J22", "sec_cik": "886128", "parent": null, "logo_url": null, "description": "U.S.-based fuel cell company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1371 +{"wikidata_id": "Q17091060", "display_name": "Zedge, Inc", "legal_name": null, "aliases": [], "website": "https://www.zedge.net", "canonical_domain": "zedge.net", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["internet"], "industry_labels": ["Internet", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ZDGE", "exchange": "NYSE American", "lei": "549300EDIDRX7NRMGN17", "sec_cik": "1667313", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zedge_logo.svg", "description": "content distribution platform", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1667313", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1372 +{"wikidata_id": "Q1740323", "display_name": "Key Tronic", "legal_name": null, "aliases": [], "website": "https://www.keytronic.com", "canonical_domain": "keytronic.com", "country": "US", "hq_city": "Spokane Valley", "hq_region": "Spokane County", "lat": 47.6733, "lon": -117.239, "industries": ["technology"], "industry_labels": ["peripheral"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "KTCC", "exchange": "Nasdaq", "lei": "40TF3VPKEM3IMMIU0O47", "sec_cik": "719733", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Key_Tronic_logo.svg", "description": "technology company founded in 1969", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1373 +{"wikidata_id": "Q1784126", "display_name": "Koppers", "legal_name": null, "aliases": ["Koppers Company", "Inc."], "website": "https://www.koppers.com", "canonical_domain": "koppers.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["chemicals", "asset-management"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "KOP", "exchange": "New York Stock Exchange", "lei": "LTO4ZL5EBDR1NE6FGJ36", "sec_cik": "916075", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koppers_logo.svg", "description": "pittsburgh-based chemical company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1374 +{"wikidata_id": "Q18158741", "display_name": "Habit Burger & Grill", "legal_name": "The Habit Burger Grill", "aliases": [], "website": "https://www.habitburger.com", "canonical_domain": "habitburger.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "HABT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q668737", "name": "Yum! Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Habit_Burger_%26_Grill_logo.png", "description": "American fast casual restaurant chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1375 +{"wikidata_id": "Q18385610", "display_name": "Stitch Fix", "legal_name": null, "aliases": [], "website": "https://www.stitchfix.com", "canonical_domain": "stitchfix.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SFIX", "exchange": "Nasdaq", "lei": "549300TNHOVBOJZIYE72", "sec_cik": "1576942", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stitch_fix_logo.png", "description": "online clothing company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1376 +{"wikidata_id": "Q185872", "display_name": "MRS Logística", "legal_name": null, "aliases": ["MRS Logistica", "MRS Logistica S.A.", "MRS Logística S.A."], "website": "https://www.mrs.com.br", "canonical_domain": "mrs.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["logistics"], "industry_labels": ["rail freight transport"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MRSA3B", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MRS_Log%C3%ADstica.svg", "description": "freight rail company located in Brazil", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1377 +{"wikidata_id": "Q1922290", "display_name": "Mesa Air Group", "legal_name": null, "aliases": [], "website": "https://www.mesa-air.com", "canonical_domain": "mesa-air.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "MESA", "exchange": "Nasdaq", "lei": "549300EY743RMV1F7P98", "sec_cik": "810332", "parent": null, "logo_url": null, "description": "commercial aviation holding company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1378 +{"wikidata_id": "Q1925384", "display_name": "IDT Corporation", "legal_name": null, "aliases": ["International Discount Telecommunications"], "website": "https://rafaelholdings.com", "canonical_domain": "rafaelholdings.com", "country": "US", "hq_city": "Newark", "hq_region": "Essex County", "lat": 40.73556, "lon": -74.17222, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "IDT", "exchange": "New York Stock Exchange", "lei": "549300JNTN7ZMJDFCL56", "sec_cik": "1005731", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IDT_Corporation_Logo.svg", "description": "American telecommunications company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1379 +{"wikidata_id": "Q1962059", "display_name": "Nabors Industries", "legal_name": null, "aliases": ["Anglo Energy", "Ltd.", "Nabors Industries Ltd."], "website": "https://www.nabors.com", "canonical_domain": "nabors.com", "country": "US", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "NBR", "exchange": "New York Stock Exchange", "lei": "549300VFQWRKICUFNU92", "sec_cik": "798943", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nabors_logo.jpg", "description": "oil, natural gas, and geothermal drilling contractor", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1380 +{"wikidata_id": "Q19866242", "display_name": "Catalent Pharma Solutions", "legal_name": null, "aliases": ["Catalent Biologics"], "website": "https://www.catalent.com", "canonical_domain": "catalent.com", "country": "US", "hq_city": "Somerset", "hq_region": "Franklin Township", "lat": 40.5085, "lon": -74.5002, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "CTLT", "exchange": "New York Stock Exchange", "lei": "549300HALRZ339MSTH85", "sec_cik": "1596783", "parent": {"wikidata_id": "Q17513197", "name": "Novo Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Catalent_logo.svg", "description": "American pharmaceutical company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1381 +{"wikidata_id": "Q2044512", "display_name": "PPL", "legal_name": null, "aliases": ["Pennsylvania Power and Light"], "website": "https://www.pplweb.com", "canonical_domain": "pplweb.com", "country": "US", "hq_city": "Allentown", "hq_region": "Lehigh County", "lat": 40.6, "lon": -75.48333, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "PPL", "exchange": "New York Stock Exchange", "lei": "9695007GAMZC1CRG7829", "sec_cik": "922224", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pennsylvania_Power_and_Light_logo.svg", "description": "American energy company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1382 +{"wikidata_id": "Q2056977", "display_name": "IGATE Patni", "legal_name": null, "aliases": ["Patni Computer Systems", "IGATE"], "website": "https://www.igate.com", "canonical_domain": "igate.com", "country": "US", "hq_city": "Bridgewater Township", "hq_region": "Somerset County", "lat": 40.5931, "lon": -74.6047, "industries": ["technology"], "industry_labels": ["information technology", "IT service management"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "IGTE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "IT services company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1383 +{"wikidata_id": "Q21189310", "display_name": "DraftKings", "legal_name": null, "aliases": ["DEAC NV MERGER CORP.", "DEAC NV MERGER CORPORATION"], "website": "https://www.draftkings.com", "canonical_domain": "draftkings.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["entertainment", "gaming"], "industry_labels": ["sports betting", "fantasy sports video game"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "DKNG", "exchange": "Nasdaq", "lei": "5493008P45UYYL683Z97", "sec_cik": "1575033", "parent": null, "logo_url": null, "description": "daily fantasy sports content provider", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1384 +{"wikidata_id": "Q22058448", "display_name": "Monolithic Power Systems", "legal_name": null, "aliases": [], "website": "https://www.monolithicpower.com", "canonical_domain": "monolithicpower.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MPWR", "exchange": "Nasdaq", "lei": "529900TB7O85LSZ1XU31", "sec_cik": "1280452", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monolithic_Power_Systems_Logo.svg", "description": "U.S. information technology company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1385 +{"wikidata_id": "Q22121866", "display_name": "Exact Sciences", "legal_name": null, "aliases": ["Exact Sciences (United States)"], "website": "https://www.exactsciences.com", "canonical_domain": "exactsciences.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "EXAS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1124140", "parent": null, "logo_url": null, "description": "American company in Madison, United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1386 +{"wikidata_id": "Q2373884", "display_name": "Sykes Enterprises", "legal_name": null, "aliases": [], "website": "https://www.sykes.com", "canonical_domain": "sykes.com", "country": "US", "hq_city": "Tampa", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["professional-services"], "industry_labels": ["SIC 7373 Services-Computer Integrated Systems Design"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "SYKE", "exchange": "Nasdaq", "lei": "549300JJ24XHULP7Q562", "sec_cik": "1010612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sykes_Enterprises_Logo.svg", "description": "Business process outsourcing company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1010612", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1387 +{"wikidata_id": "Q2448801", "display_name": "TransAlta Corporation", "legal_name": null, "aliases": [], "website": "https://www.transalta.com", "canonical_domain": "transalta.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "TAC", "exchange": "New York Stock Exchange", "lei": "GJZNVO2UY6DNFNIYH321", "sec_cik": "1144800", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TransAlta_logo.svg", "description": "Global electricity generation company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1388 +{"wikidata_id": "Q2579502", "display_name": "Colfax Corporation", "legal_name": null, "aliases": [], "website": "https://www.colfaxcorp.com", "canonical_domain": "colfaxcorp.com", "country": "US", "hq_city": "Annapolis Junction", "hq_region": "Howard County", "lat": 39.2, "lon": -76.8333, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ENOV", "exchange": "New York Stock Exchange", "lei": "635400OP2DYYYMOIYL17", "sec_cik": "1420800", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1420800", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1389 +{"wikidata_id": "Q26913624", "display_name": "Blue Apron", "legal_name": null, "aliases": ["Blue Apron Holdings", "Inc.", "Blue Apron Inc."], "website": "https://www.blueapron.com", "canonical_domain": "blueapron.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet", "logistics"], "industry_labels": ["online food ordering", "food delivery service"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "APRN", "exchange": "New York Stock Exchange", "lei": "529900733NRUI9Y64J90", "sec_cik": "1701114", "parent": {"wikidata_id": "Q133715205", "name": "Wonder Group Inc."}, "logo_url": null, "description": "meal delivery service", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1390 +{"wikidata_id": "Q2923931", "display_name": "Terra Santa", "legal_name": null, "aliases": ["Brasil Ecodiesel", "Vanguarda Agro"], "website": "https://www.terrasantaagro.com.br", "canonical_domain": "terrasantaagro.com.br", "country": "BR", "hq_city": "Nova Mutum", "hq_region": "Mato Grosso", "lat": -13.83778, "lon": -56.08389, "industries": ["agriculture"], "industry_labels": ["agribusiness"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "LAND3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1391 +{"wikidata_id": "Q293796", "display_name": "Aimco", "legal_name": null, "aliases": ["AIMCO", "Aimco Property & Investments", "Apartment Investment & Management Company", "Apartment Investment & Mgmt", "Apartment Investment & Mgmt'A'", "Apartment Investment & MgmtA", "Apartment Investment and Management Company", "APARTMENT INVT & MGMT"], "website": "https://www.aimco.com", "canonical_domain": "aimco.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "AIV", "exchange": "New York Stock Exchange", "lei": "549300O8FT5GJ4RU1D57", "sec_cik": "922864", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AIMCO_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1392 +{"wikidata_id": "Q2940968", "display_name": "Casey's General Stores", "legal_name": null, "aliases": ["Casey's"], "website": "https://www.caseys.com", "canonical_domain": "caseys.com", "country": "US", "hq_city": "Ankeny", "hq_region": "Polk County", "lat": 41.72667, "lon": -93.60417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "CASY", "exchange": "Nasdaq", "lei": "549300CAFWSI86V66Q65", "sec_cik": "726958", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Casey%27s_logo.svg", "description": "chain of convenience stores in the Midwestern United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1393 +{"wikidata_id": "Q2990393", "display_name": "CCU", "legal_name": null, "aliases": ["Compañía de las Cervecerías Unidas"], "website": "https://www.ccu.cl", "canonical_domain": "ccu.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "ccu", "exchange": "New York Stock Exchange", "lei": "529900BJW9B0O6LI2R39", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CCU_logo_%282018%29.svg", "description": "Chilean drinks and beer company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1394 +{"wikidata_id": "Q30272258", "display_name": "Align Technology", "legal_name": null, "aliases": [], "website": "https://www.aligntech.com", "canonical_domain": "aligntech.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ALGN", "exchange": "Nasdaq", "lei": "549300N5YSE0U3LCP840", "sec_cik": "1097149", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Align_Technology_logo.svg", "description": "company in San Jose, United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1395 +{"wikidata_id": "Q3041540", "display_name": "Dexco", "legal_name": null, "aliases": ["DEXCO S.A.", "Duratex"], "website": "https://www.duratex.com.br", "canonical_domain": "duratex.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "DXCO3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Dexco.svg", "description": "company in Brazil", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1396 +{"wikidata_id": "Q3117582", "display_name": "TVA Group", "legal_name": null, "aliases": ["Télé-Métropole"], "website": "https://www.groupetva.ca", "canonical_domain": "groupetva.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "TVA.B", "exchange": "Toronto Stock Exchange", "lei": "5493000X2JS5XDQNCH66", "sec_cik": null, "parent": {"wikidata_id": "Q3414855", "name": "Québecor Média"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Groupe_TVA_2020_logo.svg", "description": "Canadian communications company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1397 +{"wikidata_id": "Q3118234", "display_name": "Galicia Financial Group", "legal_name": null, "aliases": ["Galicia Group", "Grupo Galicia"], "website": "https://www.gfgsa.com", "canonical_domain": "gfgsa.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "GGAL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1114700", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Financiero_Galicia.svg", "description": "Argentine banking group", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1398 +{"wikidata_id": "Q3259355", "display_name": "Loral Space & Communications", "legal_name": null, "aliases": [], "website": "https://www.loral.com", "canonical_domain": "loral.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "LORL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1006269", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_loral.png", "description": "satellite communications company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1399 +{"wikidata_id": "Q3273083", "display_name": "MMX Mineração", "legal_name": null, "aliases": [], "website": "https://www.mmx.com.br", "canonical_domain": "mmx.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "MMXM3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q507104", "name": "EBX Group"}, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1400 +{"wikidata_id": "Q3331496", "display_name": "Myriad Genetics", "legal_name": null, "aliases": ["Inc."], "website": "https://myriad.com", "canonical_domain": "myriad.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "MYGN", "exchange": "Nasdaq", "lei": "52990044IHUOUMETT163", "sec_cik": "899923", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Myriad_genetics_logo.svg", "description": "American biotechnology company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1401 +{"wikidata_id": "Q3344199", "display_name": "Eversource Energy", "legal_name": null, "aliases": ["Eversource", "Northeast Utilities"], "website": "https://www.eversource.com", "canonical_domain": "eversource.com", "country": "US", "hq_city": "Berlin", "hq_region": "Capitol Planning Region", "lat": 41.61389, "lon": -72.7725, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "ES", "exchange": "New York Stock Exchange", "lei": "SJ7XXD41SQU3ZNWUJ746", "sec_cik": "72741", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eversource_Transparent.png", "description": "publicly traded, Fortune 500 energy company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1402 +{"wikidata_id": "Q3366007", "display_name": "Parque Arauco S.A.", "legal_name": null, "aliases": [], "website": "https://www.parquearauco.cl", "canonical_domain": "parquearauco.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["real-estate"], "industry_labels": ["shopping mall"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "PARAUCO", "exchange": "Santiago Stock Exchange", "lei": "2549001WW2PV1Y0UEU97", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Parque_Arauco.svg", "description": "Chilean shopping malls company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1403 +{"wikidata_id": "Q3375007", "display_name": "Pep Boys", "legal_name": null, "aliases": [], "website": "https://www.pepboys.com", "canonical_domain": "pepboys.com", "country": "US", "hq_city": "Bala Cynwyd", "hq_region": "Lower Merion Township", "lat": 40.0075, "lon": -75.2342, "industries": ["automotive"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "PBY", "exchange": "New York Stock Exchange", "lei": "3UNDPVYNIW6ZYZMGMQ71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PB_Auto_Service_Tires_Logo_Stacked_CMYK_EST.png", "description": "American automotive retail and service chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1404 +{"wikidata_id": "Q3459777", "display_name": "Semtech Corporation", "legal_name": null, "aliases": [], "website": "https://www.semtech.com", "canonical_domain": "semtech.com", "country": "US", "hq_city": "Camarillo", "hq_region": "Ventura County", "lat": 34.22556, "lon": -119.03222, "industries": ["semiconductors"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "SMTC", "exchange": "Nasdaq", "lei": "549300J7WUY317SW6O61", "sec_cik": "88941", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Semtech_Logo.svg", "description": "business enterprise", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "88941", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1405 +{"wikidata_id": "Q3509859", "display_name": "Alpargatas S.A.", "legal_name": null, "aliases": ["Alpargatas Brazil"], "website": "https://alpargatas.com.br", "canonical_domain": "alpargatas.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["manufacturing", "apparel"], "industry_labels": ["industrial manufacturing", "textile industry"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "ALPA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpargatas-logo.svg", "description": "Brazilian textile company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1406 +{"wikidata_id": "Q3518066", "display_name": "Tenet Healthcare", "legal_name": null, "aliases": [], "website": "https://tenethealth.com", "canonical_domain": "tenethealth.com", "country": "US", "hq_city": "Fountain Place", "hq_region": "Dallas", "lat": 32.78469, "lon": -96.8026, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "THC", "exchange": "New York Stock Exchange", "lei": "0W9AIBT6U6ADJ2I8HK17", "sec_cik": "70318", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tenet_Health_logo.png", "description": "American healthcare company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "70318", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1407 +{"wikidata_id": "Q373740", "display_name": "Black Box Corporation", "legal_name": null, "aliases": [], "website": "https://www.blackbox.com", "canonical_domain": "blackbox.com", "country": "US", "hq_city": "Lawrence", "hq_region": "Washington County", "lat": 40.3064, "lon": -80.1219, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "BBOX", "exchange": "Nasdaq", "lei": "2YLYI83B2DKLLYHZ7H42", "sec_cik": "849547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Black_Box_Corporation_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1408 +{"wikidata_id": "Q3896512", "display_name": "Parsons Corporation", "legal_name": null, "aliases": ["Parsons Engineering", "Parsons", "Parsons Transportation Group", "Ralph M. Parsons Co."], "website": "https://www.parsons.com", "canonical_domain": "parsons.com", "country": "US", "hq_city": "Chantilly", "hq_region": "Fairfax County", "lat": 38.89417, "lon": -77.43111, "industries": ["technology", "construction", "manufacturing", "transportation"], "industry_labels": ["information technology", "architecture", "electrical engineering", "civil engineering", "construction", "transportation engineering", "software industry", "structural engineering"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "PSN", "exchange": "New York Stock Exchange", "lei": "549300ZXH0VRBSEPX752", "sec_cik": "275880", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parsons_Corporation_logo.png", "description": "American technology-focused engineering firm", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1409 +{"wikidata_id": "Q39045496", "display_name": "BurgerFi", "legal_name": null, "aliases": ["BurgerFi International", "LLC"], "website": "https://burgerfi.com", "canonical_domain": "burgerfi.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "BFI", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast casual restaurant chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1410 +{"wikidata_id": "Q3999691", "display_name": "Tronox", "legal_name": null, "aliases": [], "website": "https://www.tronox.com", "canonical_domain": "tronox.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "TROX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1328910", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tronox_logo.png", "description": "American chemical company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1411 +{"wikidata_id": "Q4112833", "display_name": "Caleres", "legal_name": null, "aliases": ["Brown Shoe"], "website": "https://www.famousfootwear.com", "canonical_domain": "famousfootwear.com", "country": "US", "hq_city": "Clayton", "hq_region": "St. Louis County", "lat": 38.64528, "lon": -90.33194, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1875, "employees": null, "public_company": true, "ticker": "CAL", "exchange": "New York Stock Exchange", "lei": "JFU6RQQJ8Z1CPOLBXQ18", "sec_cik": "14707", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caleres_%28New_Logo%29.jpg", "description": "American footwear company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5433457"}]}
1412 +{"wikidata_id": "Q4189507", "display_name": "Cathay Bank", "legal_name": null, "aliases": [], "website": "https://www.cathaybank.com", "canonical_domain": "cathaybank.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "CATY", "exchange": "Nasdaq", "lei": "FT6J43S06X6CLJ0R0B48", "sec_cik": "861842", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cathay_Bank_logo.svg", "description": "American bank", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "861842", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1413 +{"wikidata_id": "Q467238", "display_name": "American Water Works", "legal_name": null, "aliases": [], "website": "https://www.amwater.com", "canonical_domain": "amwater.com", "country": "US", "hq_city": "Camden", "hq_region": "Camden County", "lat": 39.9368, "lon": -75.1066, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "AWK", "exchange": "New York Stock Exchange", "lei": "549300DXHIJQMD5WFW18", "sec_cik": "1410636", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Water_Works_Company_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1414 +{"wikidata_id": "Q4732492", "display_name": "Alliant Energy", "legal_name": null, "aliases": [], "website": "https://www.alliantenergy.com", "canonical_domain": "alliantenergy.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "LNT", "exchange": "Nasdaq", "lei": "JZGA4Z7N0BQVZ44QVC53", "sec_cik": "352541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alliant_Energy_logo.svg", "description": "public utility holding company based in Madison,WI, US", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1415 +{"wikidata_id": "Q4810399", "display_name": "Assurant", "legal_name": null, "aliases": [], "website": "https://www.assurant.com", "canonical_domain": "assurant.com", "country": "US", "hq_city": "Liberty Street", "hq_region": "New York City", "lat": 40.70972, "lon": -74.01167, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "AIZ", "exchange": "New York Stock Exchange", "lei": "H3F39CAXWQRVWURFXL38", "sec_cik": "1267238", "parent": null, "logo_url": null, "description": "Global provider of risk management products and services", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1416 +{"wikidata_id": "Q4817084", "display_name": "Atmos Energy", "legal_name": null, "aliases": ["Atmos Energy Corp"], "website": "https://www.atmosenergy.com", "canonical_domain": "atmosenergy.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["energy"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "ATO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "731802", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atmos_Energy_Logo.svg", "description": "American energy company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1417 +{"wikidata_id": "Q4836852", "display_name": "BWX Technologies", "legal_name": null, "aliases": [], "website": "https://www.bwxt.com", "canonical_domain": "bwxt.com", "country": "US", "hq_city": "Lynchburg", "hq_region": "Virginia", "lat": 37.40367, "lon": -79.1702, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BWXT", "exchange": "New York Stock Exchange", "lei": "549300NP85N265KWMS58", "sec_cik": "1486957", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BWX_Technologies_logo.svg", "description": "American nuclear energy and technology company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1418 +{"wikidata_id": "Q4839566", "display_name": "Backblaze", "legal_name": null, "aliases": [], "website": "https://www.backblaze.com", "canonical_domain": "backblaze.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud storage"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "BLZE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1462056", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Backblaze_Logo.svg", "description": "backup and cloud hosting company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1462056", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1419 +{"wikidata_id": "Q4854137", "display_name": "Bank of the Northeast", "legal_name": null, "aliases": ["Banco do Nordeste do Brasil", "BNB", "Banco do Nordeste (Brazil)", "Banco do Nordeste do Brasil", "Fortaleza", "Bank of Northeast of Brazil", "Brazil -- Banco do Nordeste", "Brazil -- Banco do Nordeste do Brazil"], "website": "https://www.bnb.gov.br", "canonical_domain": "bnb.gov.br", "country": "BR", "hq_city": null, "hq_region": "Fortaleza", "lat": -3.80647, "lon": -38.5315, "industries": ["banking", "financial-services", "insurance"], "industry_labels": ["economics of banking", "financial services", "financial sector", "financial service activities, except insurance and pension funding"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "BNBR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_do_Banco_do_Nordeste.svg", "description": "Brazilian banking institution", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1420 +{"wikidata_id": "Q4854848", "display_name": "Banco do Estado do Espírito Santo", "legal_name": null, "aliases": ["Banestes"], "website": "https://www.banestes.com.br", "canonical_domain": "banestes.com.br", "country": "BR", "hq_city": "Vitória", "hq_region": "Espírito Santo", "lat": -20.31056, "lon": -40.29722, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "BEES3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_do_Banestes.svg", "description": "state bank of Espirito Santo, Brazil", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1421 +{"wikidata_id": "Q4856124", "display_name": "Bank of Hawaii", "legal_name": null, "aliases": [], "website": "https://www.boh.com", "canonical_domain": "boh.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "BOH", "exchange": "New York Stock Exchange", "lei": "XJCRTTYJVBMA22IXL619", "sec_cik": "46195", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_Hawaii_Logo.svg", "description": "regional commercial bank headquartered in Honolulu, Hawaii", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1422 +{"wikidata_id": "Q48755", "display_name": "RPM International", "legal_name": null, "aliases": [], "website": "https://www.rpminc.com", "canonical_domain": "rpminc.com", "country": "US", "hq_city": "Medina", "hq_region": "Medina County", "lat": 41.13583, "lon": -81.86389, "industries": ["chemicals"], "industry_labels": ["paint"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "RPM", "exchange": "New York Stock Exchange", "lei": "549300TJCKW4BRXPJ474", "sec_cik": "110621", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RPM_International_logo.svg", "description": "multinational holding company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "110621", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1423 +{"wikidata_id": "Q48801091", "display_name": "Constellation Software", "legal_name": null, "aliases": [], "website": "https://www.csisoftware.com", "canonical_domain": "csisoftware.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["technology"], "industry_labels": ["IT service management"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CSU", "exchange": "Toronto Stock Exchange", "lei": "549300B6PYHMCTDWQV29", "sec_cik": "1113678", "parent": null, "logo_url": null, "description": "software company in Canada", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1424 +{"wikidata_id": "Q5082076", "display_name": "Charles River Laboratories", "legal_name": null, "aliases": ["Charles River", "Inc."], "website": "https://www.criver.com", "canonical_domain": "criver.com", "country": "US", "hq_city": "Wilmington", "hq_region": "Middlesex County", "lat": 42.54639, "lon": -71.17417, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "CRL", "exchange": "New York Stock Exchange", "lei": "5493008S8WYPIT0LWO97", "sec_cik": "1097797", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Charles_River_Laboratories_Logo.svg", "description": "major US biomedical company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1425 +{"wikidata_id": "Q5090664", "display_name": "Chemtura", "legal_name": null, "aliases": [], "website": "https://www.chemtura.com", "canonical_domain": "chemtura.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "CHMT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chemtura_logo.svg", "description": "chemical manufacturing corporation", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1426 +{"wikidata_id": "Q5135229", "display_name": "Falabella", "legal_name": null, "aliases": [], "website": "https://www.falabella.com", "canonical_domain": "falabella.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "FALABELLA", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Falabella.svg", "description": "Chilean retail company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1427 +{"wikidata_id": "Q5154770", "display_name": "Community Health Systems", "legal_name": null, "aliases": ["CHS", "Community Health Systems Inc.", "Community Health Systems Professional Services Corporation"], "website": "https://www.chs.net", "canonical_domain": "chs.net", "country": "US", "hq_city": "Franklin", "hq_region": "Williamson County", "lat": 35.92917, "lon": -86.8575, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "CYH", "exchange": "New York Stock Exchange", "lei": "549300BQWM4WENQ3YW73", "sec_cik": "1108109", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Community_Health_Systems_logo.svg", "description": "the largest provider of general hospital healthcare services in the United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1428 +{"wikidata_id": "Q5165314", "display_name": "Continental Resources", "legal_name": null, "aliases": [], "website": "https://www.clr.com", "canonical_domain": "clr.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "extraction of crude petroleum and natural gas", "gas industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "CLR", "exchange": "New York Stock Exchange", "lei": "XXRTID9RYWOZ0UPIVR53", "sec_cik": "732834", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ContRes.svg", "description": "American oil and natural gas company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1429 +{"wikidata_id": "Q5170480", "display_name": "Corficolombiana", "legal_name": null, "aliases": [], "website": "https://www.corficolombiana.com.co", "canonical_domain": "corficolombiana.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "CORFICOLCF", "exchange": "Colombia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corfi.jpg", "description": "Colombian company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1430 +{"wikidata_id": "Q5203782", "display_name": "D. R. Horton", "legal_name": "D.R. Horton, Inc.", "aliases": ["D.R. Horton", "D.R. Horton", "Inc.", "DR Horton"], "website": "https://www.drhorton.com", "canonical_domain": "drhorton.com", "country": "US", "hq_city": "Arlington", "hq_region": "Tarrant County", "lat": 32.70503, "lon": -97.12284, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "DHI", "exchange": "New York Stock Exchange", "lei": "529900ZIUEYVSB8QDD25", "sec_cik": "882184", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D._R._Horton_logo.svg", "description": "U.S, homebuilding company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1431 +{"wikidata_id": "Q5206207", "display_name": "Designer Brands", "legal_name": null, "aliases": ["Designer Shoe Warehouse", "DSW", "Inc."], "website": "https://www.designerbrands.com", "canonical_domain": "designerbrands.com", "country": "US", "hq_city": "Columbus", "hq_region": "Fairfield County", "lat": 39.96222, "lon": -83.00056, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "DSW", "exchange": "New York Stock Exchange", "lei": "549300X8J6FI8PPRK859", "sec_cik": "1319947", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Designer_Shoe_Warehouse_alternate_logo.svg", "description": "footwear retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1319947", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1432 +{"wikidata_id": "Q5206232", "display_name": "DTE Energy", "legal_name": null, "aliases": ["DTE", "Detroit Edison"], "website": "https://www.dteenergy.com", "canonical_domain": "dteenergy.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "DTE", "exchange": "New York Stock Exchange", "lei": "549300IX8SD6XXD71I78", "sec_cik": "936340", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DTE_Logo_Blue.svg", "description": "energy company based in Detroit", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1433 +{"wikidata_id": "Q5228205", "display_name": "Dave & Buster's", "legal_name": null, "aliases": ["D&B"], "website": "https://www.daveandbusters.com", "canonical_domain": "daveandbusters.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage", "entertainment"], "industry_labels": ["gastronomy", "entertainment industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "PLAY", "exchange": "Nasdaq", "lei": "549300JAVWTAY1FT5Z45", "sec_cik": "943823", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DaveAndBusters.svg", "description": "restaurant and entertainment business", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1434 +{"wikidata_id": "Q5333122", "display_name": "EcoRodovias", "legal_name": null, "aliases": ["EcoRodovias Group"], "website": "https://www.ecorodovias.com.br", "canonical_domain": "ecorodovias.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "ECOR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_EcoRodovias_%282025%29.svg", "description": "transportation company in Brazil", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1435 +{"wikidata_id": "Q5337641", "display_name": "Edgewell Personal Care", "legal_name": null, "aliases": [], "website": "https://edgewell.com", "canonical_domain": "edgewell.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["consumer-goods"], "industry_labels": ["hygiene", "personal care product"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "EPC", "exchange": "New York Stock Exchange", "lei": "549300CY8QZDL4Z3RU59", "sec_cik": "1096752", "parent": null, "logo_url": null, "description": "American consumer products company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1096752", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1436 +{"wikidata_id": "Q5453875", "display_name": "First Horizon Bank", "legal_name": null, "aliases": ["First Tennessee", "First Tennessee Bank"], "website": "https://www.firsthorizon.com", "canonical_domain": "firsthorizon.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "FHN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "36966", "parent": {"wikidata_id": "Q1419446", "name": "First Horizon National Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Horizon_National_Corp_logo_%282020%29.png", "description": "Financial services company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "36966", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1437 +{"wikidata_id": "Q5462295", "display_name": "Flowers Foods", "legal_name": null, "aliases": [], "website": "https://www.flowersfoods.com", "canonical_domain": "flowersfoods.com", "country": "US", "hq_city": "Thomasville", "hq_region": "Thomas County", "lat": 30.8364, "lon": -83.9783, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "FLO", "exchange": "New York Stock Exchange", "lei": "7YNCQQNDK8FBM9BBTK25", "sec_cik": "1128928", "parent": null, "logo_url": null, "description": "bakeries of the United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1438 +{"wikidata_id": "Q5479014", "display_name": "Planar Systems", "legal_name": null, "aliases": [], "website": "https://www.planar.com", "canonical_domain": "planar.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "PLNR", "exchange": "Nasdaq", "lei": null, "sec_cik": "722392", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Planar_Systems_logo.svg", "description": "American digital display manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1439 +{"wikidata_id": "Q54933259", "display_name": "Joby Aviation", "legal_name": null, "aliases": [], "website": "https://www.jobyaviation.com", "canonical_domain": "jobyaviation.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "JOBY", "exchange": "New York Stock Exchange", "lei": "254900NMVFUM8FO88E56", "sec_cik": "1819848", "parent": null, "logo_url": null, "description": "American aerospace company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1819848", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1440 +{"wikidata_id": "Q5533818", "display_name": "Genuine Parts Company", "legal_name": null, "aliases": [], "website": "https://www.genpt.com", "canonical_domain": "genpt.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["retail"], "industry_labels": ["SIC 5013 Wholesale-Motor Vehicle Supplies & New Parts"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "GPC", "exchange": "New York Stock Exchange", "lei": "549300D46DQVEU651W04", "sec_cik": "40987", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genuine_Parts_Company_logo.svg", "description": "auto/industrial/electronic parts", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "40987", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1441 +{"wikidata_id": "Q5609934", "display_name": "Grocery Outlet", "legal_name": null, "aliases": ["Grocery Outlet Holding Corp."], "website": "https://www.groceryoutlet.com", "canonical_domain": "groceryoutlet.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "GO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1771515", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Groceryoutlet_logo.png", "description": "American retail company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1771515", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1442 +{"wikidata_id": "Q5611081", "display_name": "Group 1 Automotive", "legal_name": null, "aliases": ["Barons", "Chandlers", "Barons Group", "Group One Automotive", "Spire Automotive"], "website": "https://www.group1auto.co.uk", "canonical_domain": "group1auto.co.uk", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["automotive"], "industry_labels": ["car dealership"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "GPI", "exchange": "New York Stock Exchange", "lei": "549300US8QAZJLWYAF63", "sec_cik": "1031203", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Group_1_Logo_2025.png", "description": "publicly traded car dealership group in the United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1443 +{"wikidata_id": "Q56276186", "display_name": "Peloton", "legal_name": null, "aliases": ["Peloton Interactive", "Inc."], "website": "https://www.onepeloton.com", "canonical_domain": "onepeloton.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "PTON", "exchange": "Nasdaq", "lei": "5493002YS021166W0339", "sec_cik": "1639825", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peloton_%28Unternehmen%29_logo.svg", "description": "American exercise equipment and media company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1444 +{"wikidata_id": "Q5627799", "display_name": "H&R Block", "legal_name": null, "aliases": ["H & R Block", "Inc."], "website": "https://www.hrblock.com", "canonical_domain": "hrblock.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "HRB", "exchange": "New York Stock Exchange", "lei": "549300CE3KUCWLZBG404", "sec_cik": "12659", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/H%26R_Block_2013_logo.svg", "description": "American tax preparation company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1445 +{"wikidata_id": "Q5635303", "display_name": "HNI Corporation", "legal_name": null, "aliases": [], "website": "https://www.hnicorp.com", "canonical_domain": "hnicorp.com", "country": "US", "hq_city": "Muscatine", "hq_region": "Muscatine County", "lat": 41.42444, "lon": -91.04333, "industries": ["manufacturing", "consumer-goods"], "industry_labels": ["industrial manufacturing", "furniture industry"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "HNI", "exchange": "New York Stock Exchange", "lei": "549300SKRADLC4O5HV93", "sec_cik": "48287", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HNI_logo.svg", "description": "American office furniture manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1446 +{"wikidata_id": "Q5644848", "display_name": "Hamilton Beach Brands", "legal_name": null, "aliases": ["Inc."], "website": "https://www.hamiltonbeach.com", "canonical_domain": "hamiltonbeach.com", "country": "US", "hq_city": "Glen Allen", "hq_region": "Henrico County", "lat": 37.66, "lon": -77.4856, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "HBB", "exchange": "New York Stock Exchange", "lei": "549300D746EZ23QVEB39", "sec_cik": "1709164", "parent": {"wikidata_id": "Q6952158", "name": "NACCO Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hamilton_Beach_Logo.svg", "description": "American manufacturer of home appliances, air purifiers, and commercial restaurant equipment", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1709164", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1447 +{"wikidata_id": "Q5684524", "display_name": "Hawaiian Electric Industries", "legal_name": null, "aliases": ["Hawaian Electric Industries"], "website": "https://www.hawaiianelectric.com", "canonical_domain": "hawaiianelectric.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["utilities"], "industry_labels": [], "founded_year": 1891, "employees": null, "public_company": true, "ticker": "HE", "exchange": "New York Stock Exchange", "lei": "JJ8FWOCWCV22X7GUPJ23", "sec_cik": "354707", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hawaiian_Electric_Industries_logo.png", "description": "American utility company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1448 +{"wikidata_id": "Q5985017", "display_name": "Icahn Enterprises", "legal_name": null, "aliases": ["Icahn Enterprises L.P."], "website": "https://www.icahnenterprises.com", "canonical_domain": "icahnenterprises.com", "country": "US", "hq_city": "General Motors Building", "hq_region": "Manhattan", "lat": 40.76389, "lon": -73.9725, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": null, "employees": null, "public_company": true, "ticker": "IEP", "exchange": "Nasdaq", "lei": null, "sec_cik": "813762", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Icahn_Enterprises_Logo.gif", "description": "diversified holding company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "813762", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1449 +{"wikidata_id": "Q6032595", "display_name": "Ingles", "legal_name": null, "aliases": ["Ingles Markets"], "website": "https://www.ingles-markets.com", "canonical_domain": "ingles-markets.com", "country": "US", "hq_city": "Black Mountain", "hq_region": "Buncombe County", "lat": 35.6192, "lon": -82.3256, "industries": ["retail"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "IMKTA", "exchange": "Nasdaq", "lei": null, "sec_cik": "50493", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ingles_Markets_Logo.svg", "description": "American regional supermarket chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "50493", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1450 +{"wikidata_id": "Q60740820", "display_name": "Arlo Technologies, Inc.", "legal_name": null, "aliases": [], "website": "https://www.arlo.com", "canonical_domain": "arlo.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["manufacturing"], "industry_labels": ["home automation"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "ARLO", "exchange": "New York Stock Exchange", "lei": "549300T4EUX2OQ75HV52", "sec_cik": "1736946", "parent": null, "logo_url": null, "description": "American home automation company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1451 +{"wikidata_id": "Q6164614", "display_name": "Volcan", "legal_name": null, "aliases": [], "website": "https://www.volcan.com.pe", "canonical_domain": "volcan.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "XVOLB", "exchange": "Madrid Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mining company in Peru", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1452 +{"wikidata_id": "Q6348410", "display_name": "Kaiser Aluminum", "legal_name": null, "aliases": ["Kaiser Aluminum and Chemicals"], "website": "https://www.kaiseraluminum.com", "canonical_domain": "kaiseraluminum.com", "country": "US", "hq_city": "Franklin", "hq_region": "Williamson County", "lat": 35.92917, "lon": -86.8575, "industries": ["industrial-machinery"], "industry_labels": ["Industrial Machinery Manufacturing"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "KALU", "exchange": "Nasdaq", "lei": null, "sec_cik": "811596", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaiser_Aluminum_Logo.svg", "description": "American metals manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1453 +{"wikidata_id": "Q65091423", "display_name": "Diamondback Energy", "legal_name": null, "aliases": [], "website": "https://www.diamondbackenergy.com", "canonical_domain": "diamondbackenergy.com", "country": "US", "hq_city": "Midland", "hq_region": "Midland County", "lat": 32.005, "lon": -102.09917, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "FANG", "exchange": "Nasdaq", "lei": "549300R22LSX6OHWEN64", "sec_cik": "1539838", "parent": null, "logo_url": null, "description": "U.S. energy company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1454 +{"wikidata_id": "Q6509896", "display_name": "LeapFrog Enterprises", "legal_name": null, "aliases": ["LeapFrog", "LeapFrog Enterprises Inc"], "website": "https://www.leapfrog.com", "canonical_domain": "leapfrog.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "LF", "exchange": "New York Stock Exchange", "lei": "5493002E2FKHLTEFVH89", "sec_cik": "1138951", "parent": null, "logo_url": null, "description": "educational entertainment company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1455 +{"wikidata_id": "Q6522340", "display_name": "Lending Club", "legal_name": null, "aliases": [], "website": "https://www.lendingclub.com", "canonical_domain": "lendingclub.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "LC", "exchange": "New York Stock Exchange", "lei": "549300YC50YO7Y1OJR92", "sec_cik": "1409970", "parent": null, "logo_url": null, "description": "American peer-to-peer lending company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1456 +{"wikidata_id": "Q663448", "display_name": "WABCO Vehicle Control Systems", "legal_name": null, "aliases": [], "website": "https://wabco-auto.com", "canonical_domain": "wabco-auto.com", "country": "US", "hq_city": "Brussels metropolitan area", "hq_region": "Belgium", "lat": 50.84667, "lon": 4.3525, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "WBC", "exchange": "New York Stock Exchange", "lei": "549300SNE3FOSCV7FY94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZF_Wabco.png", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7946278"}]}
1457 +{"wikidata_id": "Q6647881", "display_name": "Lithia Motors", "legal_name": null, "aliases": ["LAD", "Lithia", "Lithia Automotive"], "website": "https://www.lithia.com", "canonical_domain": "lithia.com", "country": "US", "hq_city": "Medford", "hq_region": "Jackson County", "lat": 42.33194, "lon": -122.86167, "industries": ["automotive"], "industry_labels": ["car dealership"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "LAD", "exchange": "New York Stock Exchange", "lei": "SE8N1EZEHPZQBCBVKD53", "sec_cik": "1023128", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lithia_Motors_logo.svg", "description": "American automobile dealer/retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1458 +{"wikidata_id": "Q6669086", "display_name": "Loma Negra", "legal_name": null, "aliases": ["Loma Negra Company"], "website": "https://www.lomanegra.com", "canonical_domain": "lomanegra.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": null, "lat": -34.59837, "lon": -58.36453, "industries": ["construction"], "industry_labels": ["construction industry", "SIC 3241 Cement, Hydraulic"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "LOMA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1711375", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lomanegra_company_logo.png", "description": "Argentine cement company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1711375", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1459 +{"wikidata_id": "Q6770934", "display_name": "Marketo", "legal_name": null, "aliases": ["Marketo Inc."], "website": "https://www.marketo.com", "canonical_domain": "marketo.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "MKTO", "exchange": "Nasdaq", "lei": "5493000NL1CTWR351617", "sec_cik": "1490660", "parent": {"wikidata_id": "Q11463", "name": "Adobe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marketo_logo.svg", "description": "software company providing market automation software", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1460 +{"wikidata_id": "Q6776123", "display_name": "Martin Marietta Materials", "legal_name": null, "aliases": ["Martin Marietta"], "website": "https://www.martinmarietta.com", "canonical_domain": "martinmarietta.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "MLM", "exchange": "New York Stock Exchange", "lei": "5299005MZ4WZECVATV08", "sec_cik": "916076", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MLMcompanylogo.gif", "description": "American Materials Company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1461 +{"wikidata_id": "Q6835667", "display_name": "Michaels", "legal_name": null, "aliases": ["Michael's", "Michaels Stores", "Michaels Stores", "Inc."], "website": "https://www.michaels.com", "canonical_domain": "michaels.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "MIK", "exchange": "Nasdaq", "lei": "BV4WJ23XIGNG4UDYEK73", "sec_cik": null, "parent": {"wikidata_id": "Q60772582", "name": "The Michaels Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Michaels_logo.svg", "description": "North American arts and crafts retail chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q60772582"}]}
1462 +{"wikidata_id": "Q7049673", "display_name": "Noodles & Company", "legal_name": null, "aliases": ["Noodles World Kitchen"], "website": "https://www.noodles.com", "canonical_domain": "noodles.com", "country": "US", "hq_city": "Broomfield", "hq_region": "Colorado", "lat": 39.93333, "lon": -105.05, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "NDLS", "exchange": "Nasdaq", "lei": "5299003PCPK4UINV4362", "sec_cik": "1275158", "parent": null, "logo_url": null, "description": "Colorado-based fast-casual restaurant chain featuring noodle dishes", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1275158", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1463 +{"wikidata_id": "Q7084595", "display_name": "Old National Bank", "legal_name": null, "aliases": ["OLD NATIONAL"], "website": "https://www.oldnational.com", "canonical_domain": "oldnational.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1834, "employees": null, "public_company": true, "ticker": "ONB", "exchange": "Nasdaq", "lei": "549300AT7EB9FJAF0E61", "sec_cik": "707179", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Old_National_Bank_%28logo%29.svg", "description": "American bank", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1464 +{"wikidata_id": "Q7122670", "display_name": "Frontera Energy", "legal_name": null, "aliases": ["FEC", "Pacific Exploration & Production", "Frontera Energy Corporation", "Frontera Energy Corporation (Canada)", "Pacific Exploration and Production", "Pacific Rubiales Energy Corp"], "website": "https://www.fronteraenergy.ca", "canonical_domain": "fronteraenergy.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "PEN", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian corporation", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1465 +{"wikidata_id": "Q7201095", "display_name": "Planet Fitness", "legal_name": null, "aliases": ["PFIP LLC", "PFIP", "LLC."], "website": "https://www.planetfitness.com", "canonical_domain": "planetfitness.com", "country": "US", "hq_city": "Hampton", "hq_region": "Rockingham County", "lat": 42.9375, "lon": -70.83889, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "PLNT", "exchange": "New York Stock Exchange", "lei": "549300LLE5HUPF6H8G33", "sec_cik": "1637207", "parent": null, "logo_url": null, "description": "US multinational fitness center chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1466 +{"wikidata_id": "Q7242563", "display_name": "PriceSmart", "legal_name": null, "aliases": ["PriceSmart Inc."], "website": "https://shop.pricesmart.com", "canonical_domain": "pricesmart.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["logistics"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "PSMT", "exchange": "Nasdaq", "lei": "549300JVYOSTGVSDZS46", "sec_cik": "1041803", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PriceSmartLogo.png", "description": "Latin American multinational corporation which operates a chain of membership-only warehouse clubs", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1467 +{"wikidata_id": "Q7261135", "display_name": "Pure Storage", "legal_name": null, "aliases": [], "website": "https://www.purestorage.com", "canonical_domain": "purestorage.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "PSTG", "exchange": "New York Stock Exchange", "lei": "549300NPDB0BZTK3WO90", "sec_cik": "1474432", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pure-storage-vector-logo.svg", "description": "US company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1468 +{"wikidata_id": "Q7268255", "display_name": "Quad", "legal_name": null, "aliases": [], "website": "https://www.qg.com", "canonical_domain": "qg.com", "country": "US", "hq_city": "Sussex", "hq_region": "Waukesha County", "lat": 43.135, "lon": -88.22028, "industries": ["media"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "QUAD", "exchange": "New York Stock Exchange", "lei": "W2D68G5NJH4X0NW8PT65", "sec_cik": "1481792", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quad_Graphics.svg", "description": "marketing solutions company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1469 +{"wikidata_id": "Q7271456", "display_name": "Quest Diagnostics", "legal_name": null, "aliases": [], "website": "https://www.questdiagnostics.com", "canonical_domain": "questdiagnostics.com", "country": "US", "hq_city": "Secaucus", "hq_region": "Hudson County", "lat": 40.7875, "lon": -74.06167, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "DGX", "exchange": "New York Stock Exchange", "lei": "8MCWUBXQ0WE04KMXBX50", "sec_cik": "1022079", "parent": null, "logo_url": null, "description": "medical research company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1470 +{"wikidata_id": "Q7298901", "display_name": "Raymond James Financial", "legal_name": null, "aliases": ["Raymond James Financials"], "website": "https://www.raymondjames.com", "canonical_domain": "raymondjames.com", "country": "US", "hq_city": "St. Petersburg", "hq_region": "Pinellas County", "lat": 27.77306, "lon": -82.64, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "RJF", "exchange": "New York Stock Exchange", "lei": "RGUZHJ05YTITL6D76949", "sec_cik": "720005", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raymond_James_Logo.JPG", "description": "American Investment Bank and Financial Services Firm", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1471 +{"wikidata_id": "Q7307899", "display_name": "Regal Rexnord", "legal_name": null, "aliases": ["Regal Beloit", "Regal Beloit Corporation", "Regal-Beloit", "Regal Rexnord Corporation"], "website": "https://www.regalrexnord.com", "canonical_domain": "regalrexnord.com", "country": "US", "hq_city": "Beloit", "hq_region": "Rock County", "lat": 42.50833, "lon": -89.03167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "RRX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "82811", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regal_beloit_corporation_global_logo.JPG", "description": "American manufacturing company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1472 +{"wikidata_id": "Q7309325", "display_name": "Regis Corporation", "legal_name": null, "aliases": [], "website": "https://www.regiscorp.com", "canonical_domain": "regiscorp.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["professional-services"], "industry_labels": ["SIC 7200 Services-Personal Services"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "RGS", "exchange": "New York Stock Exchange", "lei": "5493000Q1S5TJIDIQH89", "sec_cik": "716643", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regis_Corporation_logo.png", "description": "American operator of hair salons", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "716643", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1473 +{"wikidata_id": "Q7314903", "display_name": "ResMed", "legal_name": null, "aliases": ["RMD"], "website": "https://www.resmed.com", "canonical_domain": "resmed.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["healthcare"], "industry_labels": ["medicine"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "RMD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "943819", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Resmed_Logo_2025.png", "description": "manufacturer of CPAP masks, machines and products that diagnose, treat or help manage respiratory conditions", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1474 +{"wikidata_id": "Q73883753", "display_name": "Alteryx", "legal_name": null, "aliases": [], "website": "https://www.alteryx.com", "canonical_domain": "alteryx.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["software"], "industry_labels": ["software industry", "data analytics software industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "AYX", "exchange": "New York Stock Exchange", "lei": "549300XWZG0JHL7I0827", "sec_cik": "1689923", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alteryx_logo.svg", "description": "U.S. information technology company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1475 +{"wikidata_id": "Q7390937", "display_name": "SLC Agrícola", "legal_name": null, "aliases": ["SLC Agricola"], "website": "https://www.slcagricola.com.br", "canonical_domain": "slcagricola.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["agriculture"], "industry_labels": ["agribusiness"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "SLCE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_SLC_Agr%C3%ADcola_%282025%29.svg", "description": "Brazilian agribusiness company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1476 +{"wikidata_id": "Q7450295", "display_name": "Seneca Foods", "legal_name": null, "aliases": ["Seneca Foods Corporation"], "website": "https://www.senecafoods.com", "canonical_domain": "senecafoods.com", "country": "US", "hq_city": "Marion", "hq_region": "Wayne County", "lat": 43.14333, "lon": -77.18917, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "SENEB", "exchange": "Nasdaq", "lei": null, "sec_cik": "88948", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seneca_logo.svg", "description": "major fruit and vegetable processor", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "88948", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1477 +{"wikidata_id": "Q7512923", "display_name": "Signet Jewelers Limited", "legal_name": null, "aliases": ["Ratner Group", "Signet Group plc"], "website": "https://www.signetjewelers.com", "canonical_domain": "signetjewelers.com", "country": "US", "hq_city": "Fairlawn", "hq_region": "Summit County", "lat": 41.1294, "lon": -81.6181, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "SIG", "exchange": "New York Stock Exchange", "lei": "549300N3XPGE91WV7M22", "sec_cik": "832988", "parent": null, "logo_url": null, "description": "jewellery retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1478 +{"wikidata_id": "Q7545224", "display_name": "Smith Micro Software", "legal_name": null, "aliases": [], "website": "https://www.smithmicro.com", "canonical_domain": "smithmicro.com", "country": "US", "hq_city": "Aliso Viejo", "hq_region": "Orange County", "lat": 33.61619, "lon": -117.74443, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "SMSI", "exchange": "Nasdaq", "lei": "549300YR8UTB5CX2B814", "sec_cik": "948708", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smsi_logo.png", "description": "software company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1479 +{"wikidata_id": "Q7569806", "display_name": "Southern Copper Corporation", "legal_name": null, "aliases": [], "website": "https://www.southerncoppercorp.com", "canonical_domain": "southerncoppercorp.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "SCCO", "exchange": "New York Stock Exchange", "lei": "2549007U6NAP46Q9TU15", "sec_cik": "1001838", "parent": null, "logo_url": null, "description": "mining company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1001838", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1480 +{"wikidata_id": "Q7696143", "display_name": "Teleflex", "legal_name": null, "aliases": [], "website": "https://www.teleflex.com", "canonical_domain": "teleflex.com", "country": "US", "hq_city": "Wayne", "hq_region": "Delaware County", "lat": 40.04389, "lon": -75.38778, "industries": ["medical-devices"], "industry_labels": ["medical device design"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "TFX", "exchange": "New York Stock Exchange", "lei": "UUL85LWXB4NGSWWXIQ25", "sec_cik": "96943", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teleflex_logo.svg", "description": "American medical device company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1481 +{"wikidata_id": "Q7711656", "display_name": "TheStreet", "legal_name": null, "aliases": ["Inc."], "website": "https://www.thestreet.com", "canonical_domain": "thestreet.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "TST", "exchange": "Nasdaq", "lei": "529900LWIQXS478HUW38", "sec_cik": "1080056", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The-Street_Corporate-Logo_black.jpg", "description": "US financial news and financial literacy website", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1482 +{"wikidata_id": "Q7719081", "display_name": "The Bon-Ton", "legal_name": null, "aliases": [], "website": "https://www.bonton.com", "canonical_domain": "bonton.com", "country": "US", "hq_city": "York", "hq_region": "York County", "lat": 39.9628, "lon": -76.7281, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "BONT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bonton_BrandX.com_Logo.png", "description": "American online retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1483 +{"wikidata_id": "Q7833641", "display_name": "TransUnion", "legal_name": null, "aliases": [], "website": "https://www.transunion.com", "canonical_domain": "transunion.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology"], "industry_labels": ["information technology industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "TRU", "exchange": "New York Stock Exchange", "lei": "549300ZS772LUNUMRB03", "sec_cik": "1552033", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TU_Logo.png", "description": "American consumer credit reporting agency", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1484 +{"wikidata_id": "Q7835892", "display_name": "TravelCenters of America", "legal_name": null, "aliases": ["TA", "Petro Stopping Centers"], "website": "https://www.ta-petro.com", "canonical_domain": "ta-petro.com", "country": "US", "hq_city": "Westlake", "hq_region": "Cuyahoga County", "lat": 41.4544, "lon": -81.9286, "industries": ["automotive"], "industry_labels": ["truck stop"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "TA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1038523", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TravelCenters_of_America_logo.svg", "description": "full-service travel center chain in the United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1485 +{"wikidata_id": "Q7842860", "display_name": "Trinity Industries", "legal_name": null, "aliases": ["Trinity Industries Inc.", "Inc."], "website": "https://www.trin.net", "canonical_domain": "trin.net", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "TRN", "exchange": "New York Stock Exchange", "lei": "R1JB4KXN77XFCXOQKV49", "sec_cik": "99780", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1486 +{"wikidata_id": "Q7876045", "display_name": "UTStarcom", "legal_name": null, "aliases": [], "website": "https://www.utstar.com.cn", "canonical_domain": "utstar.com.cn", "country": "US", "hq_city": "Alameda", "hq_region": "Alameda County", "lat": 37.76389, "lon": -122.25694, "industries": ["telecommunications"], "industry_labels": ["SIC 3669 Communications Equipment, NEC"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "UTSI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1030471", "parent": null, "logo_url": null, "description": "networking products company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1030471", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1487 +{"wikidata_id": "Q7887664", "display_name": "Cogeco", "legal_name": "Cogeco Inc.", "aliases": [], "website": "https://www.cogeco.ca", "canonical_domain": "cogeco.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "CGO", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cogeco_logo.svg", "description": "Canadian telecommunications and media company headquartered in Montreal, Quebec", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1488 +{"wikidata_id": "Q7893967", "display_name": "Universal Health Services", "legal_name": null, "aliases": [], "website": "https://www.uhsinc.com", "canonical_domain": "uhsinc.com", "country": "US", "hq_city": "King of Prussia", "hq_region": "Upper Merion Township", "lat": 40.09472, "lon": -75.37806, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "UHS", "exchange": "New York Stock Exchange", "lei": "549300YGMGQDO0NMJD09", "sec_cik": "352915", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UHS_logo.svg", "description": "American hospital management company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1489 +{"wikidata_id": "Q7907666", "display_name": "VWR International", "legal_name": null, "aliases": ["VWR International (United States)"], "website": "https://no.vwr.com", "canonical_domain": "vwr.com", "country": "US", "hq_city": "Radnor", "hq_region": "Radnor Township", "lat": 40.0461, "lon": -75.36, "industries": ["retail"], "industry_labels": ["SIC 5047 Wholesale-Medical, Dental & Hospital Equipment & Supplies"], "founded_year": 1852, "employees": null, "public_company": true, "ticker": "VWR", "exchange": "Nasdaq", "lei": "967600YAHP84E4Q9HH51", "sec_cik": "1300446", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VWR.svg", "description": "company in Radnor, United States", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1300446", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1490 +{"wikidata_id": "Q7924549", "display_name": "Grupo Casas Bahia", "legal_name": null, "aliases": ["Via", "Via Varejo"], "website": "https://www.viavarejo.com.br", "canonical_domain": "viavarejo.com.br", "country": "BR", "hq_city": "São Caetano do Sul", "hq_region": "São Paulo", "lat": -23.6132, "lon": -46.57124, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "VIIA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1541470", "name": "GPA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Grupo_Casas_Bahia.svg", "description": "Brazilian retail company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1491 +{"wikidata_id": "Q7949044", "display_name": "WESCO International", "legal_name": null, "aliases": ["Inc."], "website": "https://www.wesco.com", "canonical_domain": "wesco.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["asset-management"], "industry_labels": ["maintenance"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "WCC", "exchange": "New York Stock Exchange", "lei": "529900TXOGREY3WNJ434", "sec_cik": "929008", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WESCO_International_logo.svg", "description": "holding company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1492 +{"wikidata_id": "Q7968882", "display_name": "Warby Parker", "legal_name": null, "aliases": ["JAND", "Inc", "Warby Parker (dba Jand)", "Warby Parker Inc."], "website": "https://www.warbyparker.com", "canonical_domain": "warbyparker.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "WRBY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1504776", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warby_Parker_logo.svg", "description": "American eyeglasses and contact lens retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1493 +{"wikidata_id": "Q8030548", "display_name": "Wolverine World Wide", "legal_name": null, "aliases": ["Inc."], "website": "https://www.wolverineworldwide.com", "canonical_domain": "wolverineworldwide.com", "country": "US", "hq_city": "Rockford", "hq_region": "Kent County", "lat": 43.12, "lon": -85.56, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "WWW", "exchange": "New York Stock Exchange", "lei": "549300OVC7PK14LQ8D87", "sec_cik": "110471", "parent": null, "logo_url": null, "description": "American footwear manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "110471", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1494 +{"wikidata_id": "Q8075252", "display_name": "Zumiez", "legal_name": null, "aliases": [], "website": "https://www.zumiez.com", "canonical_domain": "zumiez.com", "country": "US", "hq_city": "Lynnwood", "hq_region": "Snohomish County", "lat": 47.82111, "lon": -122.315, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "ZUMZ", "exchange": "Nasdaq", "lei": "549300J0PDF58P6HZD25", "sec_cik": "1318008", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_zumiez.png", "description": "American clothing retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1495 +{"wikidata_id": "Q80947821", "display_name": "Steris", "legal_name": null, "aliases": ["STERIS", "Steris Corporation", "Steris plc"], "website": "https://www.steris.com", "canonical_domain": "steris.com", "country": "US", "hq_city": "Ireland", "hq_region": null, "lat": 53.0, "lon": -8.0, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "STE", "exchange": "New York Stock Exchange", "lei": "549300AFNA4MU5267137", "sec_cik": "1757898", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Steris_logo.svg", "description": "medical device company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1496 +{"wikidata_id": "Q836040", "display_name": "The Manitowoc Company", "legal_name": null, "aliases": [], "website": "https://www.manitowoc.com", "canonical_domain": "manitowoc.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "MTW", "exchange": "New York Stock Exchange", "lei": "2RTSLGQ89VMY18RHX631", "sec_cik": "61986", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Manitowoc.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1497 +{"wikidata_id": "Q837098", "display_name": "Hopewell Holdings", "legal_name": null, "aliases": [], "website": "https://www.hopewellholdings.com", "canonical_domain": "hopewellholdings.com", "country": "US", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "0054", "exchange": "Hong Kong Stock Exchange", "lei": "549300XBEN989KCXIT25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Hopewell_Holdings.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1498 +{"wikidata_id": "Q85727717", "display_name": "One Medical", "legal_name": null, "aliases": ["1Life Healthcare", "1Life Healthcare", "Inc."], "website": "https://www.onemedical.com", "canonical_domain": "onemedical.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ONEM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1404123", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/One_Medical_logo.svg", "description": "American healthcare company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1499 +{"wikidata_id": "Q96386259", "display_name": "Kontoor Brands", "legal_name": null, "aliases": [], "website": "https://www.kontoorbrands.com", "canonical_domain": "kontoorbrands.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["apparel"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "KTB", "exchange": "New York Stock Exchange", "lei": "549300M0CPXV65RFF271", "sec_cik": "1760965", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kontoor_Brand_Logo.png", "description": "American apparel company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1500 +{"wikidata_id": "Q96397546", "display_name": "Opendoor", "legal_name": null, "aliases": ["Opendoor Labs Inc. (San Francisco", "CA)"], "website": "https://www.opendoor.com", "canonical_domain": "opendoor.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "OPEN", "exchange": "Nasdaq", "lei": "254900KX11YZ4HV5BQ47", "sec_cik": "1609437", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Opendoorlogo.svg", "description": "American real estate company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1501 +{"wikidata_id": "Q1135686", "display_name": "Corus Entertainment", "legal_name": null, "aliases": ["Corus", "Corus Entertainment Inc."], "website": "https://www.corusent.com", "canonical_domain": "corusent.com", "country": "CA", "hq_city": "Corus Quay", "hq_region": "Toronto", "lat": 43.64332, "lon": -79.36722, "industries": ["media"], "industry_labels": ["mass media", "broadcasting", "SIC 4832 Radio Broadcasting Stations"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1100868", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corus_Entertainment_%282016%29.svg", "description": "Canadian multinational mass media and entertainment conglomerate company", "sitelinks": 17, "importance": 0.4039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1100868", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1502 +{"wikidata_id": "Q634298", "display_name": "National Bank of Canada", "legal_name": null, "aliases": [], "website": "https://www.nbc.ca", "canonical_domain": "nbc.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "BSGEFEIOM18Y80CKCV46", "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in Canada", "sitelinks": 17, "importance": 0.4039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1503 +{"wikidata_id": "Q2822885", "display_name": "AccuWeather", "legal_name": null, "aliases": ["AccuWeather Inc.", "Inc."], "website": "https://www.accuweather.com", "canonical_domain": "accuweather.com", "country": "US", "hq_city": "State College", "hq_region": "Centre County", "lat": 40.79139, "lon": -77.85861, "industries": [], "industry_labels": ["meteorology"], "founded_year": 1962, "employees": 450, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AccuWeather_Logo.svg", "description": "weather forecast service provider", "sitelinks": 19, "importance": 0.4034, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1504 +{"wikidata_id": "Q358594", "display_name": "Collins Aerospace", "legal_name": null, "aliases": [], "website": "https://www.collinsaerospace.com", "canonical_domain": "collinsaerospace.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2012, "employees": 68000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q89368734", "name": "RTX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Collins_Aerospace_Logo.svg", "description": "American aerospace manufacturer", "sitelinks": 9, "importance": 0.4032, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1505 +{"wikidata_id": "Q371068", "display_name": "Jack Daniel's", "legal_name": null, "aliases": ["JD"], "website": "https://www.jackdaniels.com", "canonical_domain": "jackdaniels.com", "country": "US", "hq_city": "Jack Daniel's Distillery", "hq_region": "Lynchburg", "lat": 35.28472, "lon": -86.36806, "industries": [], "industry_labels": [], "founded_year": 1866, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q392221", "name": "Brown-Forman"}, "logo_url": null, "description": "distiller of Tennessee whiskey", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1506 +{"wikidata_id": "Q16321326", "display_name": "Reality Labs", "legal_name": "Reality Labs", "aliases": ["Oculus", "Facebook Reality Labs", "Facebook Technologies", "Facebook Technologies", "LLC", "Oculus from Facebook", "Oculus VR", "Oculus VR"], "website": "https://www.oculus.com", "canonical_domain": "oculus.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["software", "technology", "gaming"], "industry_labels": ["software industry", "electronics industry", "virtual reality industry", "SIC 7389 Services-Business Services, NEC"], "founded_year": 2020, "employees": 17000, "public_company": true, "ticker": "OVTZ", "exchange": "OTC", "lei": null, "sec_cik": "1107280", "parent": {"wikidata_id": "Q380", "name": "Meta Platforms"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reality_Labs_logo.svg", "description": "virtual reality technology subsidiary of Meta Platforms (formerly Oculus VR)", "sitelinks": 11, "importance": 0.4023, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1107280", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1507 +{"wikidata_id": "Q21562062", "display_name": "Faraday Future", "legal_name": null, "aliases": ["Faraday Future Inc."], "website": "https://www.ff.com", "canonical_domain": "ff.com", "country": "US", "hq_city": "Gardena", "hq_region": "Los Angeles County", "lat": 33.89361, "lon": -118.30778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": 597, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Faraday_Future.svg", "description": "American electric vehicle company", "sitelinks": 18, "importance": 0.4021, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1508 +{"wikidata_id": "Q2944238", "display_name": "Cengage Group", "legal_name": "Thomson Learning", "aliases": ["Cengage", "Cengage Learning"], "website": "https://www.cengagegroup.com", "canonical_domain": "cengagegroup.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["education", "media"], "industry_labels": [], "founded_year": 2000, "employees": 5500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cengage_Group_logo.svg", "description": "commercial publisher of textbooks, educational software, and training programs", "sitelinks": 13, "importance": 0.4021, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1509 +{"wikidata_id": "Q5532852", "display_name": "Genesys", "legal_name": null, "aliases": ["Genesys Labs", "Genesys Telecom Labs", "Genesys Telecommunications Laboratories"], "website": "https://www.genesys.com", "canonical_domain": "genesys.com", "country": "US", "hq_city": "Daly City", "hq_region": "San Mateo County", "lat": 37.68639, "lon": -122.46833, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1990, "employees": 3218, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1036436", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GEN_id_color_rgb.png", "description": "customer experience company", "sitelinks": 14, "importance": 0.4016, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4762060"}], "source_edgar": {"cik": "1036436", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1510 +{"wikidata_id": "Q1143340", "display_name": "Sobeys", "legal_name": null, "aliases": ["Sobeys Inc."], "website": "https://www.sobeys.com", "canonical_domain": "sobeys.com", "country": "CA", "hq_city": "Stellarton", "hq_region": "Pictou County", "lat": 45.55944, "lon": -62.65972, "industries": ["retail"], "industry_labels": ["food trade"], "founded_year": 1907, "employees": 125000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5374063", "name": "Empire Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sobeys_Corporate_Logo_2024.svg", "description": "supermarket chain in Canada", "sitelinks": 8, "importance": 0.4009, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1511 +{"wikidata_id": "Q127992", "display_name": "Association for Computing Machinery", "legal_name": null, "aliases": ["ACM", "ACM Press", "Association for Computing Machinery (ACM)", "Inc.", "Association of Computing Machinery"], "website": "https://www.acm.org", "canonical_domain": "acm.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology", "industrial-machinery"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Association_for_Computing_Machinery_%28ACM%29_logo.svg", "description": "international learned society for computing", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1512 +{"wikidata_id": "Q131728", "display_name": "Total Nonstop Action Wrestling", "legal_name": "TNA Entertainment LLC", "aliases": ["TNA", "GFW", "Global Force Wrestling", "Impact Wrestling", "IMPACT! Wrestling", "National Wrestling Alliance: Total Nonstop Action", "NWA-TNA", "TNA Wrestling"], "website": "https://tnawrestling.com", "canonical_domain": "tnawrestling.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": ["professional wrestling", "streaming media"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17512288", "name": "Anthem Sports & Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TNA_Wrestling_%282024%29_Logo.svg", "description": "American professional wrestling promotion", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1513 +{"wikidata_id": "Q216364", "display_name": "Epic Records", "legal_name": null, "aliases": ["Epic"], "website": "https://www.epicrecords.com", "canonical_domain": "epicrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epic_Records.svg", "description": "American record label", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4352944"}]}
1514 +{"wikidata_id": "Q4585", "display_name": "CouchSurfing", "legal_name": null, "aliases": ["Casey Fenton", "Couch surf", "Couch Surfing", "Couchsurf", "Couchsurfer", "Couchsurfing International Inc."], "website": "https://www.couchsurfing.com", "canonical_domain": "couchsurfing.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["hospitality"], "industry_labels": ["hospitality service"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Couchsurfing_logo.png", "description": "corporation", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1515 +{"wikidata_id": "Q684425", "display_name": "Bethesda Softworks", "legal_name": null, "aliases": ["Bethesda", "Bethesda Softworks LLC", "LLC", "Bethesda Video Games"], "website": "https://bethesda.net", "canonical_domain": "bethesda.net", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q189557", "name": "ZeniMax Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bethesda_Softworks_Logo.svg", "description": "American video game publisher", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1516 +{"wikidata_id": "Q1437020", "display_name": "Ford do Brasil", "legal_name": null, "aliases": ["Companhia Ford Industrial do Brasil", "Ford Brasil", "Ford Brazil"], "website": "https://www.ford.com.br", "canonical_domain": "ford.com.br", "country": "BR", "hq_city": "São Bernardo do Campo", "hq_region": "São Paulo", "lat": -23.69389, "lon": -46.565, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1919, "employees": 14596, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q44294", "name": "Ford Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_logo_flat.svg", "description": "subsidiary of American automaker Ford Motor Company", "sitelinks": 11, "importance": 0.4001, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1517 +{"wikidata_id": "Q5193025", "display_name": "Culligan", "legal_name": null, "aliases": ["Culligan International Company", "Culligan Water Systems"], "website": "https://www.culligan.com", "canonical_domain": "culligan.com", "country": "US", "hq_city": "Rosemont", "hq_region": "Cook County", "lat": 41.9908, "lon": -87.8739, "industries": ["utilities"], "industry_labels": [], "founded_year": 1936, "employees": 7500, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000N7GI208ZH7W04", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Culligan_Logo_Blue.png", "description": "water treatment company", "sitelinks": 12, "importance": 0.3988, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1518 +{"wikidata_id": "Q3484788", "display_name": "Simplot", "legal_name": null, "aliases": ["J. R. Simplot Company"], "website": "https://simplot.com", "canonical_domain": "simplot.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1929, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300UJE28WHXXT6312", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simplot_Logo.png", "description": "American agriculture company", "sitelinks": 11, "importance": 0.3984, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1519 +{"wikidata_id": "Q21189808", "display_name": "tinybuild.com", "legal_name": null, "aliases": [], "website": "https://tinybuild.com", "canonical_domain": "tinybuild.com", "country": "US", "hq_city": "Bothell", "hq_region": "Snohomish County", "lat": 47.77167, "lon": -122.20444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent developer and publisher of video games", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1520 +{"wikidata_id": "Q3033947", "display_name": "Dollarama", "legal_name": null, "aliases": [], "website": "https://www.dollarama.com", "canonical_domain": "dollarama.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dollarama_logo.svg", "description": "Canadian dollar store retail chain", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1521 +{"wikidata_id": "Q891797", "display_name": "Bombardier Recreational Products", "legal_name": null, "aliases": ["BRP"], "website": "https://www.brp.com", "canonical_domain": "brp.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["automotive"], "industry_labels": ["automotive industry", "SIC 3790 Miscellaneous Transportation Equipment"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "DOO", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1748797", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bombardier.svg", "description": "Canadian manufacturer of recreational vehicles", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q19876636"}], "source_edgar": {"cik": "1748797", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1522 +{"wikidata_id": "Q18350420", "display_name": "Databricks", "legal_name": null, "aliases": [], "website": "https://databricks.com", "canonical_domain": "databricks.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2013, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1587468", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Databricks_Logo.png", "description": "American technology company", "sitelinks": 13, "importance": 0.3975, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1523 +{"wikidata_id": "Q3299128", "display_name": "Rainmaker Entertainment", "legal_name": null, "aliases": ["Mainframe Entertainment", "Mainframe Studios", "Rainmaker Animation", "Rainmaker Studios"], "website": "https://www.mainframe.ca", "canonical_domain": "mainframe.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": ["computer animation"], "founded_year": 1991, "employees": 225, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mainframe_Studios_logo.svg", "description": "Canadian computer animation company", "sitelinks": 7, "importance": 0.3971, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1524 +{"wikidata_id": "Q352390", "display_name": "Adaptec", "legal_name": null, "aliases": ["Inc."], "website": "https://www.adaptec.com", "canonical_domain": "adaptec.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1981, "employees": 1470, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adaptec_Logo_2.svg", "description": "software company", "sitelinks": 15, "importance": 0.3971, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1525 +{"wikidata_id": "Q147505", "display_name": "Zappos", "legal_name": "Zappos.com LLC", "aliases": ["Zappos Family", "Zappos Family of Companies", "Inc."], "website": "https://www.zappos.com", "canonical_domain": "zappos.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": 2300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1170350", "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": null, "description": "online shoe and clothing shop", "sitelinks": 14, "importance": 0.3968, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1526 +{"wikidata_id": "Q30632958", "display_name": "Exar Corporation", "legal_name": null, "aliases": [], "website": "https://www.exar.com", "canonical_domain": "exar.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["technology", "semiconductors"], "industry_labels": ["electronics", "semiconductor"], "founded_year": 1971, "employees": 269, "public_company": true, "ticker": "EXAR", "exchange": "New York Stock Exchange", "lei": "549300RJBN2RGOX13L66", "sec_cik": "753568", "parent": {"wikidata_id": "Q1192667", "name": "Rohm"}, "logo_url": null, "description": "business enterprise", "sitelinks": 2, "importance": 0.3965, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1527 +{"wikidata_id": "Q112629176", "display_name": "Scale AI", "legal_name": null, "aliases": ["Inc."], "website": "https://www.scale.com", "canonical_domain": "scale.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence", "technology"], "industry_labels": [], "founded_year": 2016, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scale_AI.svg", "description": "American multinational data annotation company", "sitelinks": 16, "importance": 0.3964, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1528 +{"wikidata_id": "Q495054", "display_name": "ArenaNet", "legal_name": null, "aliases": [], "website": "https://www.arena.net", "canonical_domain": "arena.net", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 270, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483036", "name": "NC"}, "logo_url": null, "description": "video game developer and subsidiary of NCSOFT, founded in 2000 and located in Bellevue, Washington.", "sitelinks": 19, "importance": 0.396, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1529 +{"wikidata_id": "Q7880250", "display_name": "Ultimate Software", "legal_name": null, "aliases": [], "website": "https://www.ultimatesoftware.com", "canonical_domain": "ultimatesoftware.com", "country": "US", "hq_city": "Weston", "hq_region": "Broward County", "lat": 26.1075, "lon": -80.38806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1990, "employees": 4877, "public_company": true, "ticker": "ULTI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1016125", "parent": null, "logo_url": null, "description": "former American multinational technology company", "sitelinks": 1, "importance": 0.3958, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1530 +{"wikidata_id": "Q1043403", "display_name": "Carlson Wagonlit Travel", "legal_name": null, "aliases": ["CWT"], "website": "https://www.mycwt.com", "canonical_domain": "mycwt.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1994, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CWT_logo.jpg", "description": "Travel Management Company", "sitelinks": 10, "importance": 0.3955, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1531 +{"wikidata_id": "Q7605233", "display_name": "Steak 'n Shake", "legal_name": null, "aliases": [], "website": "https://www.steaknshake.com", "canonical_domain": "steaknshake.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1934, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300J4OQ973AEQEG06", "sec_cik": null, "parent": {"wikidata_id": "Q4906978", "name": "Biglari Holdings Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2011-06-21_Raleigh_Steak-n-Shake_at_night.jpg", "description": "American restaurant chain", "sitelinks": 10, "importance": 0.3955, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1532 +{"wikidata_id": "Q212699", "display_name": "Geffen Records", "legal_name": null, "aliases": ["LC 07266", "LC 7266"], "website": "https://www.geffen.com", "canonical_domain": "geffen.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geffen_Records_logo.svg", "description": "American record label", "sitelinks": 42, "importance": 0.3954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1533 +{"wikidata_id": "Q380022", "display_name": "Grupo Arcor", "legal_name": null, "aliases": ["Arcor company"], "website": "https://www.arcor.com", "canonical_domain": "arcor.com", "country": "AR", "hq_city": "Arroyito", "hq_region": "San Justo Department, Córdoba", "lat": -31.41667, "lon": -63.05, "industries": ["agriculture", "food-beverage"], "industry_labels": ["agribusiness", "food industry"], "founded_year": 1951, "employees": 19700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_arcor_logo.svg", "description": "Argentine food company", "sitelinks": 10, "importance": 0.3952, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1534 +{"wikidata_id": "Q1224739", "display_name": "Digital Extremes", "legal_name": null, "aliases": [], "website": "https://www.digitalextremes.com", "canonical_domain": "digitalextremes.com", "country": "CA", "hq_city": "London", "hq_region": "Ontario", "lat": 42.9837, "lon": -81.2497, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": 170, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28187010", "name": "Leyou"}, "logo_url": null, "description": "Canadian computer and video game developer", "sitelinks": 20, "importance": 0.3945, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1535 +{"wikidata_id": "Q1417484", "display_name": "Pioneer Hi-Bred", "legal_name": null, "aliases": ["DuPont Pioneer"], "website": "https://www.pioneer.com", "canonical_domain": "pioneer.com", "country": "US", "hq_city": "Johnston", "hq_region": "Polk County", "lat": 41.67139, "lon": -93.70583, "industries": ["agriculture"], "industry_labels": ["agriculture", "SIC 0100 Agricultural Production-Crops"], "founded_year": 1926, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "78716", "parent": {"wikidata_id": "Q221062", "name": "DuPont"}, "logo_url": null, "description": "American producer of hybrid seeds for agriculture", "sitelinks": 12, "importance": 0.393, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "78716", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1536 +{"wikidata_id": "Q210278", "display_name": "Gibson Brands", "legal_name": "Gibson Brands", "aliases": ["Inc.", "Gibson Guitar Corporation", "Gibson", "Inc."], "website": "https://www.gibson.com", "canonical_domain": "gibson.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gibson_Guitar_logo.svg", "description": "American guitar manufacturer", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1537 +{"wikidata_id": "Q381563", "display_name": "Aeroméxico", "legal_name": null, "aliases": ["Aeromexico", "AeroMexico", "AeroMéxico", "Aerovías de México", "S.A. de C.V."], "website": "https://aeromexico.com", "canonical_domain": "aeromexico.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerom%C3%A9xico_wordmark.svg", "description": "Flag Carrier of Mexico", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q381508"}, {"related_domain_conflict": "Q17071934"}]}
1538 +{"wikidata_id": "Q4413456", "display_name": "Republic Records", "legal_name": null, "aliases": ["Republic", "Universal Republic Records"], "website": "https://www.republicrecords.com", "canonical_domain": "republicrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Republic_Records_logo.svg", "description": "American record label, division of Universal Music Group (UMG)", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1539 +{"wikidata_id": "Q571107", "display_name": "Lanteris Space Systems", "legal_name": null, "aliases": ["SSL", "Space Systems/Loral", "SS/L", "Maxar Space Infrastructure", "Maxar Space Systems", "Maxar Space Solutions"], "website": "https://lanterisspace.com", "canonical_domain": "lanterisspace.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 1957, "employees": 2900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lanteris_Space_Systems_logo.png", "description": "aerospace company", "sitelinks": 13, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1540 +{"wikidata_id": "Q726251", "display_name": "Elektra", "legal_name": null, "aliases": ["Elektra Records", "LC 00192", "LC 0192"], "website": "https://www.elektra.com", "canonical_domain": "elektra.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elektra_Records_EE_logo_2022_%28modified%29.svg", "description": "American record label", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1541 +{"wikidata_id": "Q858702", "display_name": "Duracell", "legal_name": null, "aliases": [], "website": "https://www.duracell.com", "canonical_domain": "duracell.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Duracell_logo.svg", "description": "American manufacturer of batteries", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1542 +{"wikidata_id": "Q869106", "display_name": "EA Sports", "legal_name": null, "aliases": ["EA Sports Network", "EASN"], "website": "https://www.easports.com", "canonical_domain": "easports.com", "country": "US", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EA_Sports_monochrome_logo.svg", "description": "brand of Electronic Arts", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1543 +{"wikidata_id": "Q95149", "display_name": "HarperCollins", "legal_name": null, "aliases": [], "website": "https://www.harpercollins.com", "canonical_domain": "harpercollins.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1817, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300I4M5NZYD8DYB54", "sec_cik": null, "parent": {"wikidata_id": "Q14289857", "name": "News Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HarperCollins_logo_cropped.png", "description": "Anglo-American publishing house", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q8015856"}, {"related_domain_conflict": "Q5332296"}]}
1544 +{"wikidata_id": "Q17492679", "display_name": "Firefly Aerospace", "legal_name": null, "aliases": ["Firefly Space Systems"], "website": "https://fireflyspace.com", "canonical_domain": "fireflyspace.com", "country": "US", "hq_city": "Cedar Park", "hq_region": "Travis County", "lat": 30.5067, "lon": -97.8303, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry", "SIC 3760 Guided Missiles & Space Vehicles & Parts"], "founded_year": 2014, "employees": 150, "public_company": true, "ticker": "FLY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1860160", "parent": null, "logo_url": null, "description": "private aerospace firm based in US", "sitelinks": 20, "importance": 0.3927, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1860160", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1545 +{"wikidata_id": "Q25449443", "display_name": "GetNinjas", "legal_name": null, "aliases": [], "website": "https://www.getninjas.com.br", "canonical_domain": "getninjas.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["e-commerce"], "industry_labels": ["online marketplace"], "founded_year": 2011, "employees": 194, "public_company": true, "ticker": "NINJ3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3918, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1546 +{"wikidata_id": "Q1509282", "display_name": "Georgia-Pacific", "legal_name": null, "aliases": ["Georgia Pacific", "Georgia Pacific Corporation", "Georgia-Pacific Corporation", "Georgia-Pacific Group", "Georgia-Pacific LLC"], "website": "https://www.gp.com", "canonical_domain": "gp.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "L2EVHWFHVAQK72TMH265", "sec_cik": null, "parent": {"wikidata_id": "Q1496384", "name": "Koch, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Georgia-Pacific_logo.svg", "description": "USA based wood pulp and paper company", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1547 +{"wikidata_id": "Q1577907", "display_name": "Lionbridge", "legal_name": null, "aliases": ["Lionbridge Technologies Inc."], "website": "https://www.lionbridge.com", "canonical_domain": "lionbridge.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300VGF957L9ZY3X78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lionbridge_logo.png", "description": "American multinational company", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1548 +{"wikidata_id": "Q2021416", "display_name": "Volcom", "legal_name": null, "aliases": [], "website": "https://www.volcom.com", "canonical_domain": "volcom.com", "country": "US", "hq_city": "Costa Mesa", "hq_region": "Orange County", "lat": 33.67, "lon": -117.91, "industries": ["apparel"], "industry_labels": ["textile industry", "SIC 2300 Apparel & Other Finishd Prods of Fabrics & Similar Matl"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1324570", "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volcom_Circle_Stone.svg", "description": "brand that designs, markets, and distributes boardsports-oriented products", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1324570", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1549 +{"wikidata_id": "Q2836957", "display_name": "couche-tard.com", "legal_name": null, "aliases": [], "website": "https://www.couche-tard.com", "canonical_domain": "couche-tard.com", "country": "CA", "hq_city": "Laval", "hq_region": "Quebec", "lat": 45.5833, "lon": -73.75, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1412531", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alimentation_Couche-Tard_logo.svg", "description": "Canadian convenience store operator", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1550 +{"wikidata_id": "Q4808595", "display_name": "GNC", "legal_name": null, "aliases": ["General Nutrition Centers", "General Nutrition Corporation", "GNC Holdings Inc."], "website": "https://www.gnc.com", "canonical_domain": "gnc.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16241686", "name": "Harbin Pharmaceutical Group Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GNC_Logo.svg", "description": "Nutrition supplements business", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1551 +{"wikidata_id": "Q5451274", "display_name": "FireEye", "legal_name": null, "aliases": ["Inc."], "website": "https://www.fireeye.com", "canonical_domain": "fireeye.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["cybersecurity"], "industry_labels": ["computer security", "SIC 3577 Computer Peripheral Equipment, NEC"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300E9D2UJUFLLY524", "sec_cik": "1370880", "parent": {"wikidata_id": "Q17089337", "name": "Symphony Technology Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FireEye%2C_Inc._logotype.svg", "description": "publicly listed US network security company", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1370880", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1552 +{"wikidata_id": "Q1251435", "display_name": "Double Fine", "legal_name": null, "aliases": ["Double Fine Productions", "Double Fine Productions", "Inc."], "website": "https://www.doublefine.com", "canonical_domain": "doublefine.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 70, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Double_Fine_logo_black.svg", "description": "American video game developer", "sitelinks": 22, "importance": 0.3913, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1553 +{"wikidata_id": "Q3218365", "display_name": "Lassonde Industries", "legal_name": null, "aliases": [], "website": "https://www.lassonde.com", "canonical_domain": "lassonde.com", "country": "CA", "hq_city": "Rougemont", "hq_region": "Rouville", "lat": 45.43333, "lon": -73.05, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1918, "employees": 1200, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian agri-food company", "sitelinks": 5, "importance": 0.391, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1554 +{"wikidata_id": "Q165745", "display_name": "Mercury Records", "legal_name": null, "aliases": ["Mercury Music Group"], "website": "https://www.mercuryrecords.com", "canonical_domain": "mercuryrecords.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1555 +{"wikidata_id": "Q16829376", "display_name": "Chess.com", "legal_name": null, "aliases": [], "website": "https://www.chess.com", "canonical_domain": "chess.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chesscom_logo_wordmark_outline_flat.svg", "description": "online chess-playing site", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1556 +{"wikidata_id": "Q1756332", "display_name": "Simon & Schuster", "legal_name": "Simon & Schuster LLC", "aliases": [], "website": "https://www.simonandschuster.com", "canonical_domain": "simonandschuster.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1570773", "name": "Kohlberg Kravis Roberts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simon_%26_Schuster.png", "description": "American publishing company", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7798095"}]}
1557 +{"wikidata_id": "Q2072840", "display_name": "CrossFit", "legal_name": null, "aliases": ["Inc."], "website": "https://www.crossfit.com", "canonical_domain": "crossfit.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_CrossFit.svg", "description": "American branded fitness regimen", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1558 +{"wikidata_id": "Q27903045", "display_name": "Paramount+", "legal_name": null, "aliases": [], "website": "https://www.paramountplus.com", "canonical_domain": "paramountplus.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5009253", "name": "Paramount Streaming"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paramount_Plus.svg", "description": "American subscription video streaming service", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1559 +{"wikidata_id": "Q493845", "display_name": "United Press International", "legal_name": null, "aliases": [], "website": "https://www.upi.com", "canonical_domain": "upi.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q462079", "name": "News World Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Press_International_%28UPI%29_logo.svg", "description": "American international news agency", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1560 +{"wikidata_id": "Q723513", "display_name": "Lay’s", "legal_name": null, "aliases": ["Lays", "Smiths Food Group"], "website": "https://www.lays.com", "canonical_domain": "lays.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["semiconductors"], "industry_labels": ["potato chip"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lay%27s_2025.svg", "description": "snack food company", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1561 +{"wikidata_id": "Q742988", "display_name": "New Balance", "legal_name": null, "aliases": ["NB", "New Balance Arch Support Company", "New Balance Athletic Shoe", "New Balance Shoes"], "website": "https://www.newbalance.com", "canonical_domain": "newbalance.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["apparel"], "industry_labels": ["footwear industry"], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Balance_logo.svg", "description": "American footwear manufacturer", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1562 +{"wikidata_id": "Q744182", "display_name": "Random House", "legal_name": null, "aliases": ["Random Century"], "website": "https://www.randomhouse.com", "canonical_domain": "randomhouse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2908540", "name": "Penguin Random House"}, "logo_url": null, "description": "American general-interest trade book publisher", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5659457"}, {"related_domain_conflict": "Q4972414"}]}
1563 +{"wikidata_id": "Q816412", "display_name": "Ben & Jerry's", "legal_name": "Ben & Jerry's Homemade Holdings Inc", "aliases": ["Ben and Jerry", "Ben and Jerry's", "Ben and Jerry’s Ice Cream"], "website": "https://www.benjerry.com", "canonical_domain": "benjerry.com", "country": "US", "hq_city": "South Burlington", "hq_region": "Chittenden County", "lat": 44.46694, "lon": -73.17083, "industries": ["manufacturing"], "industry_labels": ["ice cream manufacturer"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136341037", "name": "The Magnum Ice Cream Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ben_%26_Jerry%27s.svg", "description": "American ice cream company", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1564 +{"wikidata_id": "Q83535", "display_name": "aerolineas.com.ar", "legal_name": null, "aliases": ["Aerolineas Argentinas", "Argentine Airlines"], "website": "https://www.aerolineas.com.ar", "canonical_domain": "aerolineas.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Aerol%C3%ADneas_Argentinas_%282010%29.svg", "description": "flag-carrier airline of Argentina", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1565 +{"wikidata_id": "Q5120216", "display_name": "Altafiber", "legal_name": null, "aliases": ["CBT", "altafiber", "Cincinnati and Suburban Bell Telephone", "Cincinnati Bell", "Cincinnati Bell Telephone", "Cincinnati Bell", "Inc."], "website": "https://www.altafiber.com", "canonical_domain": "altafiber.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 1873, "employees": 4300, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "716133", "parent": {"wikidata_id": "Q92869679", "name": "Macquarie Infrastructure and Real Assets"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altafiber_logo_2022.svg", "description": "regional telecommunications service provider based in Cincinnati, Ohio, United States", "sitelinks": 4, "importance": 0.3903, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "716133", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1566 +{"wikidata_id": "Q1346969", "display_name": "Epicor", "legal_name": null, "aliases": ["Epicor Software", "Epicor Software Corporation", "EPICOR SOFTWARE CORPORATION (Austin", "TX)"], "website": "https://www.epicor.com", "canonical_domain": "epicor.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1972, "employees": 4100, "public_company": false, "ticker": null, "exchange": null, "lei": "JGNXVGGGXR4O1L5I7S73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epicor-logo.svg", "description": "software company", "sitelinks": 12, "importance": 0.3901, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1567 +{"wikidata_id": "Q96095585", "display_name": "Pinterest Inc.", "legal_name": null, "aliases": [], "website": "https://www.pinterest.de", "canonical_domain": "pinterest.de", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": null, "employees": 3225, "public_company": true, "ticker": "PINS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1506293", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pinterest_Logo_3.svg", "description": "American company", "sitelinks": 1, "importance": 0.3898, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1568 +{"wikidata_id": "Q10304618", "display_name": "JHSF Participações", "legal_name": null, "aliases": [], "website": "https://www.jhsf.com.br", "canonical_domain": "jhsf.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "JHSF3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_JHSF.svg", "description": "Real estate holding company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1569 +{"wikidata_id": "Q10357101", "display_name": "RaiaDrogasil", "legal_name": null, "aliases": ["Droga Raia", "RD S.A."], "website": "https://www.drogaraia.com.br", "canonical_domain": "drogaraia.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["pharmacy"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "RADL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_RD_Sa%C3%BAde.svg", "description": "Brazilian pharmacy chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1570 +{"wikidata_id": "Q110706493", "display_name": "Oklo", "legal_name": null, "aliases": ["Oklo Inc."], "website": "https://oklo.com", "canonical_domain": "oklo.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["energy"], "industry_labels": ["nuclear industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "OKLO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1849056", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oklo_Inc_logo.png", "description": "American nuclear startup company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1849056", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1571 +{"wikidata_id": "Q1129792", "display_name": "The Cooper Companies", "legal_name": null, "aliases": ["Cooper Companies", "CooperCompanies", "Inc"], "website": "https://www.coopercos.com", "canonical_domain": "coopercos.com", "country": "US", "hq_city": "San Ramon", "hq_region": "Contra Costa County", "lat": 37.78, "lon": -121.97806, "industries": ["medical-devices"], "industry_labels": ["medical device"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "COO", "exchange": "New York Stock Exchange", "lei": "QJKMVPIGLH7530PCUE20", "sec_cik": "711404", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cooper_companies_logo.png", "description": "global medical device company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1572 +{"wikidata_id": "Q11301445", "display_name": "Sparklight", "legal_name": "Sparklight", "aliases": ["Cable One"], "website": "https://www.sparklight.com", "canonical_domain": "sparklight.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "CABO", "exchange": "New York Stock Exchange", "lei": "894500T3XGCEYXTH8291", "sec_cik": "1632127", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cable_One_logo.svg", "description": "American cable company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1632127", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1573 +{"wikidata_id": "Q1225892", "display_name": "Sonim Technologies", "legal_name": null, "aliases": [], "website": "https://www.sonimtech.com", "canonical_domain": "sonimtech.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SONM", "exchange": "Nasdaq", "lei": "549300LVHTR09ZVBSB66", "sec_cik": "1178697", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SonimtechLogo.png", "description": "company which manufactures ultra-rugged mobile phones", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1574 +{"wikidata_id": "Q125352505", "display_name": "LiveRamp", "legal_name": null, "aliases": ["LiveRamp Holdings", "Inc."], "website": "https://www.liveramp.com", "canonical_domain": "liveramp.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "RAMP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "733269", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LiveRamp-logo.png", "description": "San Francisco, California-based SaaS company that offers a data connectivity platform whose services include data onboarding, the transfer of offline data online for marketing purposes.", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "733269", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1575 +{"wikidata_id": "Q131870561", "display_name": "Inter&Co", "legal_name": null, "aliases": ["Banco Inter & Co. Inc.", "Inter & Co", "Inter & Co Inc.", "Inter and Co", "Inter US"], "website": "https://us.inter.co", "canonical_domain": "inter.co", "country": "US", "hq_city": "Belo Horizonte", "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial sector", "SIC 6029 Commercial Banks, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": "INTR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1864163", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inter%26Co_logo_horizontal.svg", "description": "financial services company operating in Brazil and United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1864163", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1576 +{"wikidata_id": "Q1384784", "display_name": "Express", "legal_name": "Express, Inc.", "aliases": ["Inc."], "website": "https://www.express.com", "canonical_domain": "express.com", "country": "US", "hq_city": "Columbus", "hq_region": "Fairfield County", "lat": 39.96222, "lon": -83.00056, "industries": ["retail"], "industry_labels": ["fashion retail industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "EXPR", "exchange": "New York Stock Exchange", "lei": "529900V6IJOGM1YFQL87", "sec_cik": "1483510", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Express%2C_Inc._logo.svg", "description": "American fashion retailer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1577 +{"wikidata_id": "Q1419446", "display_name": "First Horizon National Corporation", "legal_name": null, "aliases": [], "website": "https://www.fhnc.com", "canonical_domain": "fhnc.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "FHN", "exchange": "New York Stock Exchange", "lei": "TF3RXI1ZB1TQ30H9JV10", "sec_cik": "36966", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Horizon_National_Corp_logo.svg", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1578 +{"wikidata_id": "Q1470525", "display_name": "Hospira", "legal_name": "Hospira, Inc.", "aliases": ["Inc."], "website": "https://www.hospira.com", "canonical_domain": "hospira.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "HSP", "exchange": "New York Stock Exchange", "lei": "549300M7WX7DCIC49939", "sec_cik": "1274057", "parent": {"wikidata_id": "Q206921", "name": "Pfizer"}, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1579 +{"wikidata_id": "Q14993631", "display_name": "Science Applications International Corporation", "legal_name": null, "aliases": ["SAIC"], "website": "https://www.saic.com", "canonical_domain": "saic.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["technology"], "industry_labels": ["technology", "information technology"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "SAIC", "exchange": "New York Stock Exchange", "lei": "549300LZPNZIXQGZPZ48", "sec_cik": "1571123", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAIC_Logo_2013-05-10.svg", "description": "American information technology and engineering services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1580 +{"wikidata_id": "Q1502712", "display_name": "Genworth Financial", "legal_name": null, "aliases": [], "website": "https://www.genworth.com", "canonical_domain": "genworth.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "GNW", "exchange": "New York Stock Exchange", "lei": "549300EMCG286BDNKJ33", "sec_cik": "1276520", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genworth_logo.svg", "description": "American insurance company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1581 +{"wikidata_id": "Q151670", "display_name": "Alleghany Corporation", "legal_name": null, "aliases": [], "website": "https://www.alleghany.com", "canonical_domain": "alleghany.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "Y", "exchange": "New York Stock Exchange", "lei": "549300DCJE6AYX159479", "sec_cik": "775368", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AlleghanyCorporation_logo.PNG", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1582 +{"wikidata_id": "Q1569558", "display_name": "Sallie Mae", "legal_name": null, "aliases": [], "website": "https://salliemae.com", "canonical_domain": "salliemae.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["financial-services"], "industry_labels": ["SIC 6141 Personal Credit Institutions"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "SLM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1032033", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sallie-mae-logo.svg", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q130318284"}], "source_edgar": {"cik": "1032033", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1583 +{"wikidata_id": "Q16247698", "display_name": "Cineverse", "legal_name": null, "aliases": ["Cinedigm"], "website": "https://cineverse.com", "canonical_domain": "cineverse.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["outline of entertainment"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "CIDM", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cineverse_logo.jpg", "description": "American entertainment company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1584 +{"wikidata_id": "Q1630559", "display_name": "Host Hotels & Resorts", "legal_name": null, "aliases": ["Host Marriott Corporation"], "website": "https://www.hosthotels.com", "canonical_domain": "hosthotels.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "HST", "exchange": "New York Stock Exchange", "lei": "N6EL63S0K3PB1YFTDI24", "sec_cik": "1070750", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Host_Hotels_%26_Resorts.svg", "description": "international hotel company in Bethesda, Maryland, United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1585 +{"wikidata_id": "Q16824238", "display_name": "Acceleron Pharma", "legal_name": null, "aliases": ["Acceleron Pharma (United States)"], "website": "https://www.acceleron.com", "canonical_domain": "acceleron.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "XLRN", "exchange": "Nasdaq", "lei": "529900TQRID2UY164805", "sec_cik": "1280600", "parent": null, "logo_url": null, "description": "company in Cambridge, United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1586 +{"wikidata_id": "Q16858667", "display_name": "Kratos Defense & Security Solutions", "legal_name": null, "aliases": ["Inc", "Wireless Facilities Incorporated"], "website": "https://www.kratosdefense.com", "canonical_domain": "kratosdefense.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "KTOS", "exchange": "Nasdaq", "lei": "5493000EKBN0UY1F3F88", "sec_cik": "1069258", "parent": null, "logo_url": null, "description": "U.S. military contractor", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1587 +{"wikidata_id": "Q16974682", "display_name": "Alnylam Pharmaceuticals", "legal_name": null, "aliases": ["Alnylam"], "website": "https://www.alnylam.com", "canonical_domain": "alnylam.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "ALNY", "exchange": "Nasdaq", "lei": "529900S3ZI14OWRJII50", "sec_cik": "1178670", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alnylam_logo.jpg", "description": "biopharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1588 +{"wikidata_id": "Q16997523", "display_name": "J2 Global", "legal_name": null, "aliases": [], "website": "https://www.j2global.com", "canonical_domain": "j2global.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["internet"], "industry_labels": ["digital media"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "JCOM", "exchange": "Nasdaq", "lei": "5493008OJYGLHD7MXA18", "sec_cik": "1084048", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/J2_Global_logo.svg", "description": "American publicly traded technology company based in Hollywood, Los Angeles, California", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1589 +{"wikidata_id": "Q17012234", "display_name": "Enphase Energy", "legal_name": null, "aliases": [], "website": "https://enphase.com", "canonical_domain": "enphase.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["renewables"], "industry_labels": ["renewable energy industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "ENPH", "exchange": "Nasdaq", "lei": "5493008U7KIGMI59Z314", "sec_cik": "1463101", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enphase_logo.svg", "description": "American technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1590 +{"wikidata_id": "Q17109447", "display_name": "M/A-COM Technology Solutions", "legal_name": null, "aliases": ["MACOM Technology Solutions"], "website": "https://www.macom.com", "canonical_domain": "macom.com", "country": "US", "hq_city": "Lowell", "hq_region": "Middlesex County", "lat": 42.63944, "lon": -71.31472, "industries": ["semiconductors"], "industry_labels": ["Semiconductor industry in the US"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "MTSI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1493594", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MACOM_logo.svg", "description": "American semiconductor manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1591 +{"wikidata_id": "Q17138182", "display_name": "Opko Health Inc.", "legal_name": "אופקו הלת', אינק", "aliases": [], "website": "https://www.opko.com", "canonical_domain": "opko.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["healthcare", "pharmaceuticals"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "OPK", "exchange": "Nasdaq", "lei": "529900A4S2D4OGOJLL02", "sec_cik": "944809", "parent": null, "logo_url": null, "description": "medical test and medication company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "944809", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1592 +{"wikidata_id": "Q17143144", "display_name": "PacWest Bancorp", "legal_name": null, "aliases": [], "website": "https://www.pacwestbancorp.com", "canonical_domain": "pacwestbancorp.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "PACW", "exchange": "Nasdaq", "lei": "549300YI8VMFO7G36V04", "sec_cik": "1102112", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1593 +{"wikidata_id": "Q17146520", "display_name": "Natural Grocers", "legal_name": "Vitamin Cottage Natural Grocers", "aliases": ["Natural Grocers by Vitamin Cottage", "Vitamin Cottage Inc"], "website": "https://www.naturalgrocers.com", "canonical_domain": "naturalgrocers.com", "country": "US", "hq_city": "Lakewood", "hq_region": "Jefferson County", "lat": 39.70639, "lon": -105.10278, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "NGVC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1547459", "parent": null, "logo_url": null, "description": "Colorado-based natural foods grocery chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1594 +{"wikidata_id": "Q17155112", "display_name": "Seagen", "legal_name": null, "aliases": ["Seattle Genetics"], "website": "https://www.seattlegenetics.com", "canonical_domain": "seattlegenetics.com", "country": "US", "hq_city": "Bothell", "hq_region": "King County", "lat": 47.77167, "lon": -122.20444, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "SGEN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1060736", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seattle_Genetics_logo.svg", "description": "American biotechnology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1595 +{"wikidata_id": "Q1747133", "display_name": "Wheaton Precious Metals", "legal_name": null, "aliases": ["Silver Wheaton"], "website": "https://www.wheatonpm.com", "canonical_domain": "wheatonpm.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SLW", "exchange": "New York Stock Exchange", "lei": "549300XSFG5ZCGVYD886", "sec_cik": "1323404", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silver_Wheaton_logo.svg", "description": "Canadian multinational precious metals streaming company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1323404", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1596 +{"wikidata_id": "Q18475659", "display_name": "Minerva Foods", "legal_name": null, "aliases": ["Minerva", "Minerva S.A."], "website": "https://www.minervafoods.com", "canonical_domain": "minervafoods.com", "country": "BR", "hq_city": "Barretos", "hq_region": "São Paulo", "lat": -20.55694, "lon": -48.56778, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "BEEF11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_da_Minerva_Foods.svg", "description": "Brazilian multinational food company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1597 +{"wikidata_id": "Q18534725", "display_name": "The Honest Company", "legal_name": null, "aliases": ["The Honest Co."], "website": "https://www.honest.com", "canonical_domain": "honest.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "HNST", "exchange": "Nasdaq", "lei": null, "sec_cik": "1530979", "parent": null, "logo_url": null, "description": "consumer goods company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1598 +{"wikidata_id": "Q18635265", "display_name": "Lightspeed", "legal_name": null, "aliases": ["Lightspeed POS Inc", "lightspeedHQ", "LightspeedPOS", "LightspeedRetail"], "website": "https://www.lightspeedhq.com", "canonical_domain": "lightspeedhq.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["software"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "LSPD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1823306", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lightspeed_-_logo.png", "description": "Canadian retail software company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1823306", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1599 +{"wikidata_id": "Q1872227", "display_name": "Louisiana-Pacific", "legal_name": null, "aliases": ["Louisiana-Pacific Corporation"], "website": "https://lpcorp.com", "canonical_domain": "lpcorp.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "LPX", "exchange": "New York Stock Exchange", "lei": "549300C7E2UAO5BVRR75", "sec_cik": "60519", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Louisiana-Pacific-Logo.svg", "description": "American building products company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "60519", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1600 +{"wikidata_id": "Q19604577", "display_name": "Tempur Sealy International", "legal_name": null, "aliases": ["Tempur Sealy", "Inc."], "website": "https://www.tempursealy.com", "canonical_domain": "tempursealy.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["consumer-goods"], "industry_labels": ["mattress", "bedding"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "TPX", "exchange": "New York Stock Exchange", "lei": "549300HFEKVR3US71V91", "sec_cik": "1206264", "parent": null, "logo_url": null, "description": "American manufacturer of mattresses and bedding products", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1601 +{"wikidata_id": "Q1961738", "display_name": "HUI Gold Index", "legal_name": null, "aliases": ["HUI", "NYSE Arca Gold BUGS Index"], "website": "https://www.nyse.com", "canonical_domain": "nyse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["mining"], "industry_labels": ["stock market", "gold mining"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "GOLD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1591588", "parent": null, "logo_url": null, "description": "modified equal dollar weighted index of companies involved in gold mining", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1591588", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1602 +{"wikidata_id": "Q19654979", "display_name": "Johnson Outdoors", "legal_name": null, "aliases": [], "website": "https://www.johnsonoutdoors.com", "canonical_domain": "johnsonoutdoors.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": ["consumer-goods"], "industry_labels": ["SIC 3949 Sporting & Athletic Goods, NEC"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "JOUT", "exchange": "Nasdaq", "lei": null, "sec_cik": "788329", "parent": null, "logo_url": null, "description": "producer of outdoor recreational products, with several brand names", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2261685"}], "source_edgar": {"cik": "788329", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1603 +{"wikidata_id": "Q19877982", "display_name": "Spire Global", "legal_name": null, "aliases": [], "website": "https://spire.com", "canonical_domain": "spire.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["telecommunications"], "industry_labels": ["SIC 4899 Communications Services, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SPIR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1816017", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spire_Logo_highres.png", "description": "space-to-cloud data and analytics company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1816017", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1604 +{"wikidata_id": "Q1998662", "display_name": "Nordson Corporation", "legal_name": null, "aliases": [], "website": "https://www.nordson.com", "canonical_domain": "nordson.com", "country": "US", "hq_city": "Westlake", "hq_region": "Cuyahoga County", "lat": 41.4544, "lon": -81.9286, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3569 General Industrial Machinery & Equipment, NEC"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "NDSN", "exchange": "Nasdaq", "lei": "14OS6Q5N55N95WM84M53", "sec_cik": "72331", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nordson_Corporation_Logo.svg", "description": "American multinational corporation", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "72331", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1605 +{"wikidata_id": "Q20022777", "display_name": "Sanderson Farms", "legal_name": null, "aliases": [], "website": "https://www.sandersonfarms.com", "canonical_domain": "sandersonfarms.com", "country": "US", "hq_city": "Laurel", "hq_region": "Jones County", "lat": 31.6975, "lon": -89.13944, "industries": ["agriculture"], "industry_labels": ["poultry farming"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "SAFM", "exchange": "Nasdaq", "lei": "529900KZGVFTWHUO2759", "sec_cik": "812128", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanderson_Farms_Logo.svg", "description": "poultry producer in the United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1606 +{"wikidata_id": "Q20486914", "display_name": "Greif, Inc.", "legal_name": null, "aliases": ["Greif", "GREIF"], "website": "https://www.greif.com", "canonical_domain": "greif.com", "country": "US", "hq_city": "Delaware", "hq_region": "Delaware County", "lat": 40.29889, "lon": -83.07194, "industries": ["materials"], "industry_labels": ["product packaging industry"], "founded_year": 1877, "employees": null, "public_company": true, "ticker": "GEF", "exchange": "New York Stock Exchange", "lei": "54930070FVGKR0Z1FI24", "sec_cik": "43920", "parent": null, "logo_url": null, "description": "Global industrial packaging products and services", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1607 +{"wikidata_id": "Q20708654", "display_name": "Bank OZK", "legal_name": null, "aliases": ["Bank of the Ozarks"], "website": "https://www.ozk.com", "canonical_domain": "ozk.com", "country": "US", "hq_city": "Little Rock", "hq_region": "Pulaski County", "lat": 34.74444, "lon": -92.28806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "OZK", "exchange": "Nasdaq", "lei": "549300VYK2WBD7SST478", "sec_cik": "1569650", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_OZK_Logo.svg", "description": "bank headquartered in Little Rock, Arkansas", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1608 +{"wikidata_id": "Q20823075", "display_name": "TOTVS", "legal_name": null, "aliases": ["TOTVS S.A."], "website": "https://www.totvs.com", "canonical_domain": "totvs.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "Brazil", "lat": -22.07, "lon": -48.43361, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "TOTS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Totvs_%282025%29.svg", "description": "Brazilian software company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1609 +{"wikidata_id": "Q21410960", "display_name": "Cornerstone OnDemand Inc.", "legal_name": null, "aliases": [], "website": "https://www.cornerstoneondemand.com", "canonical_domain": "cornerstoneondemand.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["technology"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CSOD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1401680", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1610 +{"wikidata_id": "Q21463167", "display_name": "HashiCorp", "legal_name": null, "aliases": [], "website": "https://hashicorp.com", "canonical_domain": "hashicorp.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["transportation"], "industry_labels": ["IT infrastructure"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "HCP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1720671", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HashiCorp_horizontal_logo.svg", "description": "American software company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1611 +{"wikidata_id": "Q2162158", "display_name": "BOK Financial Corporation", "legal_name": null, "aliases": ["BOK", "BOKF"], "website": "https://investor.bokf.com", "canonical_domain": "bokf.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BOKF", "exchange": "Nasdaq", "lei": "GRI2NT5QHYW751NMR949", "sec_cik": "875357", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1612 +{"wikidata_id": "Q22671405", "display_name": "B2Gold", "legal_name": null, "aliases": ["B2Gold Corp"], "website": "https://www.b2gold.com", "canonical_domain": "b2gold.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "BTO", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1429937", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/B2gold_Logo.png", "description": "Canadian gold-mining company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1429937", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1613 +{"wikidata_id": "Q23781052", "display_name": "Dentsply Sirona", "legal_name": null, "aliases": ["Dentsply Sirona (United States)", "Dentsply Sirona Inc."], "website": "https://www.dentsplysirona.com", "canonical_domain": "dentsplysirona.com", "country": "US", "hq_city": "York", "hq_region": "York County", "lat": 39.9628, "lon": -76.7281, "industries": ["healthcare"], "industry_labels": ["dentistry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "XRAY", "exchange": "Nasdaq", "lei": "9NHEHR1SOZCYXDO8HO28", "sec_cik": "818479", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dentsply_sirona_logo.svg", "description": "American dental equipment maker and dental consumables producer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1614 +{"wikidata_id": "Q2449642", "display_name": "Transportadora de Gas del Sur", "legal_name": null, "aliases": ["TGS"], "website": "https://www.tgs.com.ar", "canonical_domain": "tgs.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["oil-gas", "energy"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "TGS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Transportadora_de_Gas_del_Sur.svg", "description": "Argentine energy company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1615 +{"wikidata_id": "Q2581220", "display_name": "Williams-Sonoma, Inc.", "legal_name": null, "aliases": ["Willams and Sonoma", "Williams Sonoma", "Williams-Sonoma", "Williams-Sonoma", "Inc"], "website": "https://www.williams-sonomainc.com", "canonical_domain": "williams-sonomainc.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["consumer-goods"], "industry_labels": ["home furnishing"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "WSM", "exchange": "New York Stock Exchange", "lei": "549300IARG6YWVTZ1I92", "sec_cik": "719955", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Williams-Sonoma%2C_Inc._logo.png", "description": "American kitchenware and home furnishings retailer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "719955", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1616 +{"wikidata_id": "Q2594130", "display_name": "Worthington Industries", "legal_name": null, "aliases": [], "website": "https://worthingtonindustries.com", "canonical_domain": "worthingtonindustries.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "WOR", "exchange": "New York Stock Exchange", "lei": "1WRCIANKYOIK6KYE5E82", "sec_cik": "108516", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Worthington_Enterprises_logo.svg", "description": "metals manufacturing company founded in 1955", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1617 +{"wikidata_id": "Q2598473", "display_name": "Xtreme Fighting Championships", "legal_name": null, "aliases": [], "website": "https://www.xfcmma.com", "canonical_domain": "xfcmma.com", "country": "US", "hq_city": "Liverpool", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["entertainment"], "industry_labels": ["SIC 7900 Services-Amusement & Recreation Services"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "DKMR", "exchange": "OTC Markets Group", "lei": "549300R1RRZXDT5B3632", "sec_cik": "1379043", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XFC_Logo.svg", "description": "MMA promoter based in Destin, Florida", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1379043", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1618 +{"wikidata_id": "Q26110522", "display_name": "Pinnacle West Capital Corporation", "legal_name": null, "aliases": ["Pinnacle West Capital"], "website": "https://www.pinnaclewest.com", "canonical_domain": "pinnaclewest.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "PNW", "exchange": "New York Stock Exchange", "lei": "TWSEY0NEDUDCKS27AH81", "sec_cik": "764622", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pinnacle_West_Capital_logo.png", "description": "American corporation", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1619 +{"wikidata_id": "Q27988145", "display_name": "Post Holdings", "legal_name": null, "aliases": [], "website": "https://www.postholdings.com", "canonical_domain": "postholdings.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "POST", "exchange": "New York Stock Exchange", "lei": "JM1I5YUAURL6DC8N1468", "sec_cik": "1530950", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Post_Holdings_logo.svg", "description": "American consumer packaged goods holding company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1620 +{"wikidata_id": "Q2837996", "display_name": "Alliance Data", "legal_name": null, "aliases": ["Alliance Data Systems Corporation", "BREAD FINANCIAL PAYMENTS", "INC (Columbus", "OH)"], "website": "https://www.alliancedata.com", "canonical_domain": "alliancedata.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ADS", "exchange": "New York Stock Exchange", "lei": "549300G8S4PO686J7H97", "sec_cik": "1101215", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1621 +{"wikidata_id": "Q28679415", "display_name": "Assaí Atacadista", "legal_name": null, "aliases": [], "website": "https://www.assai.com.br", "canonical_domain": "assai.com.br", "country": "BR", "hq_city": null, "hq_region": "São Paulo", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ASAI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1541470", "name": "GPA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Assa%C3%AD_Atacadista_logo_2024.svg", "description": "Brazilian wholesale store chain serving micro and small businesses", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1622 +{"wikidata_id": "Q2868739", "display_name": "Atacadão", "legal_name": null, "aliases": ["Carrefour Brasil"], "website": "https://www.atacadao.com.br", "canonical_domain": "atacadao.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "CRFB3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117359", "name": "Carrefour Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atacadao.jpg", "description": "Brazilian wholesale trade network", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1623 +{"wikidata_id": "Q2894362", "display_name": "Essential Utilities", "legal_name": null, "aliases": ["Aqua America"], "website": "https://www.essential.co", "canonical_domain": "essential.co", "country": "US", "hq_city": "Bryn Mawr", "hq_region": "Montgomery County", "lat": 40.0211, "lon": -75.3169, "industries": ["utilities"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "WTRG", "exchange": "New York Stock Exchange", "lei": "549300ILTEOF3E3QY357", "sec_cik": "78128", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aqua_America_Logo.svg", "description": "American utility company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1624 +{"wikidata_id": "Q2900869", "display_name": "Havanna Argentina", "legal_name": "Havanna Holding S.A.", "aliases": ["Alfajores Havanna", "Havanna Holding", "Havanna S.A."], "website": "https://www.havanna.com.ar", "canonical_domain": "havanna.com.ar", "country": "AR", "hq_city": "Mar del Plata", "hq_region": "General Pueyrredón Partido", "lat": -38.0, "lon": -57.55, "industries": ["food-beverage"], "industry_labels": ["food industry", "confectionery industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "HAVA", "exchange": "Buenos Aires Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Havanna_logo.png", "description": "Argentine food manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1625 +{"wikidata_id": "Q2909088", "display_name": "Boise Cascade", "legal_name": null, "aliases": [], "website": "https://www.bc.com", "canonical_domain": "bc.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["materials"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "BCC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1009881", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boise_Cascade_logo.svg", "description": "pulp and paper products company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1626 +{"wikidata_id": "Q2930951", "display_name": "CAP S.A.", "legal_name": null, "aliases": ["CAP", "Compañía de Acero del Pacífico"], "website": "https://www.cap.cl", "canonical_domain": "cap.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -29.45, "lon": -71.25, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "CAP", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CAP_S.A.jpg", "description": "Chilean company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1627 +{"wikidata_id": "Q2937756", "display_name": "Recipe Unlimited", "legal_name": "Société de Recettes Illimitées", "aliases": ["Cara Operations", "Recipe Unlimited Corporation"], "website": "https://www.recipeunlimited.com", "canonical_domain": "recipeunlimited.com", "country": "CA", "hq_city": "Vaughan", "hq_region": "Regional Municipality of York", "lat": 43.83333, "lon": -79.5, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1883, "employees": null, "public_company": true, "ticker": "RCPUF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1393210", "name": "Fairfax Financial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Recipe_Unlimited_logo.png", "description": "restaurant chain operator in Canada", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1628 +{"wikidata_id": "Q2982375", "display_name": "Colbun S.A.", "legal_name": null, "aliases": ["Colbún S.A."], "website": "https://www.colbun.cl", "canonical_domain": "colbun.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "COLBUN", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean energy company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1629 +{"wikidata_id": "Q3019129", "display_name": "DavidsTea", "legal_name": null, "aliases": [], "website": "https://www.davidstea.com", "canonical_domain": "davidstea.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "DTEA", "exchange": "Nasdaq", "lei": "549300BWGV3Z6SBKQB54", "sec_cik": "1627606", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DavidsTea_logo.png", "description": "Canadian specialty tea and tea accessory retailer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1630 +{"wikidata_id": "Q30292482", "display_name": "Vaxart", "legal_name": null, "aliases": ["Inc."], "website": "https://vaxart.com", "canonical_domain": "vaxart.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "VXRT", "exchange": "Nasdaq", "lei": null, "sec_cik": "72444", "parent": null, "logo_url": null, "description": "American biotechnology company based in San Francisco", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1631 +{"wikidata_id": "Q3053992", "display_name": "Enel Generación Chile", "legal_name": null, "aliases": ["Empresa Nacional de Electricidad", "Endesa", "Empresa Nacional de Electricidad S.A.", "Endesa Chile"], "website": "https://www.enel.cl", "canonical_domain": "enel.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "ENELGXCH", "exchange": "Santiago Stock Exchange", "lei": "549300PVHXUFEIE6LY50", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enel_Group_logo.svg", "description": "energy company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5779688"}]}
1632 +{"wikidata_id": "Q3116307", "display_name": "Universal Display Corporation", "legal_name": null, "aliases": ["UDC"], "website": "https://www.udcoled.com", "canonical_domain": "udcoled.com", "country": "US", "hq_city": "Ewing Township", "hq_region": "Mercer County", "lat": 40.2627, "lon": -74.7983, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "OLED", "exchange": "Nasdaq", "lei": null, "sec_cik": "1005284", "parent": null, "logo_url": null, "description": "developer and manufacturer of organic light emitting diodes (OLED) technologies", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1633 +{"wikidata_id": "Q3117457", "display_name": "Jean Coutu", "legal_name": null, "aliases": ["Jean Coutu Group", "The Jean Coutu Group"], "website": "https://www.jeancoutu.com", "canonical_domain": "jeancoutu.com", "country": "CA", "hq_city": "Varennes", "hq_region": "Marguerite-D'Youville", "lat": 45.6825, "lon": -73.44083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "PJC.A:APH", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian drugstore chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1634 +{"wikidata_id": "Q3143709", "display_name": "Hydro One", "legal_name": null, "aliases": [], "website": "https://www.hydroone.com", "canonical_domain": "hydroone.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "H", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1114445", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hydro-one-teal-new-logo.svg", "description": "electricity transmission and distribution utility serving in Ontario, Canada", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1635 +{"wikidata_id": "Q3156864", "display_name": "JBT Marel Corporation", "legal_name": null, "aliases": ["JBTC", "JBT", "JBT Corporation", "John Bean Technologies", "JBT Marel"], "website": "https://www.jbtc.com", "canonical_domain": "jbtc.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food processing industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "JBT", "exchange": "New York Stock Exchange", "lei": "5493007CT6ATBZ2L6826", "sec_cik": "1433660", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jbt-marel.jpg", "description": "American food processing machinery and airport equipment company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1433660", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1636 +{"wikidata_id": "Q3216588", "display_name": "Lamar Advertising Company", "legal_name": null, "aliases": [], "website": "https://lamar.com", "canonical_domain": "lamar.com", "country": "US", "hq_city": "Baton Rouge", "hq_region": "East Baton Rouge Parish", "lat": 30.4475, "lon": -91.17861, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "LAMR", "exchange": "Nasdaq", "lei": "529900Y8WW4MKVPTB543", "sec_cik": "1090425", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lamar_Advertising_Company_logo.svg", "description": "Baton Rouge, Louisiana-based outdoor advertising company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1637 +{"wikidata_id": "Q3262127", "display_name": "Technos S.A", "legal_name": null, "aliases": ["TECHNOS"], "website": "https://www.technos.com.br", "canonical_domain": "technos.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["watch"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "TECN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Technos_logo.png", "description": "watch brand established 1900 in Switzerland", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1638 +{"wikidata_id": "Q3273148", "display_name": "Eneva", "legal_name": null, "aliases": ["MPX Energia", "MPX Energia S.A."], "website": "https://www.eneva.com.br", "canonical_domain": "eneva.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["energy"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ENEV3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Eneva.svg", "description": "Brazil-based power generation company (formerly known as MPX Energia)", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1639 +{"wikidata_id": "Q3305660", "display_name": "Tailored Brands", "legal_name": null, "aliases": ["Men's Wearhouse", "Inc."], "website": "https://www.menswearhouse.com", "canonical_domain": "menswearhouse.com", "country": "US", "hq_city": "Westchase", "hq_region": "Houston", "lat": 29.729, "lon": -95.564, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "MW", "exchange": "New York Stock Exchange", "lei": "NKFP7BJ6WYEV4I24P532", "sec_cik": "884217", "parent": null, "logo_url": null, "description": "US-based men's apparel company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1640 +{"wikidata_id": "Q3337196", "display_name": "Nautilus, Inc.", "legal_name": null, "aliases": [], "website": "https://www.nautilusinc.com", "canonical_domain": "nautilusinc.com", "country": "US", "hq_city": "Vancouver", "hq_region": "Clark County", "lat": 45.63111, "lon": -122.67167, "industries": ["consumer-goods"], "industry_labels": ["SIC 3949 Sporting & Athletic Goods, NEC"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "NLS", "exchange": "New York Stock Exchange", "lei": "549300LLLHX2HF71YE90", "sec_cik": "1078207", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1078207", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1641 +{"wikidata_id": "Q3359636", "display_name": "PDG S.A.", "legal_name": null, "aliases": [], "website": "https://www.pdgrealty.com.br", "canonical_domain": "pdgrealty.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "PDGR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pdg.jpg", "description": "Brazilian real estate company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1642 +{"wikidata_id": "Q3377614", "display_name": "Petrobras Argentina", "legal_name": null, "aliases": [], "website": "https://www.petrobras.com.ar", "canonical_domain": "petrobras.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "PZE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1643 +{"wikidata_id": "Q3389022", "display_name": "Piper Sandler Companies", "legal_name": null, "aliases": ["Piper Jaffray", "Piper Sandler"], "website": "https://www.pipersandler.com", "canonical_domain": "pipersandler.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "PIPR", "exchange": "New York Stock Exchange", "lei": "QUQDBTUSOAKFEVMRMF78", "sec_cik": "1230245", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Piper_Sandler.gif", "description": "American financial services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1644 +{"wikidata_id": "Q342858", "display_name": "ROMI S.A.", "legal_name": null, "aliases": [], "website": "https://www.romi.com", "canonical_domain": "romi.com", "country": "BR", "hq_city": "Santa Bárbara d'Oeste", "hq_region": "São Paulo", "lat": -22.75389, "lon": -47.41389, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "ROMI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Romi.jpg", "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1645 +{"wikidata_id": "Q3508889", "display_name": "Synovus", "legal_name": null, "aliases": ["Synovus Financial Corporation", "Synovus Bank"], "website": "https://www.synovus.com", "canonical_domain": "synovus.com", "country": "US", "hq_city": "Columbus", "hq_region": "Muscogee County", "lat": 32.49222, "lon": -84.94028, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1888, "employees": null, "public_company": true, "ticker": "SNV", "exchange": "New York Stock Exchange", "lei": "549300EIUS8UN5JTLE54", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synovus_logo.png", "description": "financial services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1646 +{"wikidata_id": "Q3520257", "display_name": "The Children's Place", "legal_name": null, "aliases": ["TCP"], "website": "https://www.childrensplace.com", "canonical_domain": "childrensplace.com", "country": "US", "hq_city": "Secaucus", "hq_region": "Hudson County", "lat": 40.7875, "lon": -74.06167, "industries": ["apparel", "retail"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "PLCE", "exchange": "Nasdaq", "lei": "549300BGVK2OO5O7TC19", "sec_cik": "1041859", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Children%27s_Place_Logo.svg", "description": "retailer of children's apparel and accessories", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1041859", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1647 +{"wikidata_id": "Q3552887", "display_name": "OneSpan", "legal_name": null, "aliases": ["VASCO Data Security International", "Inc."], "website": "https://www.onespan.com", "canonical_domain": "onespan.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "OSPN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1044777", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vasco_logo_%28new%29.gif", "description": "American cybersecurity technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1044777", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1648 +{"wikidata_id": "Q368181", "display_name": "Vornado Realty Trust", "legal_name": null, "aliases": [], "website": "https://www.vno.com", "canonical_domain": "vno.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "VNO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "899689", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vornado_Realty_Trust_logo.png", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1649 +{"wikidata_id": "Q4035714", "display_name": "Coterra Energy", "legal_name": null, "aliases": ["Cabot Oil & Gas", "Coterra"], "website": "https://www.cabotog.com", "canonical_domain": "cabotog.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "CTRA", "exchange": "New York Stock Exchange", "lei": "FCNMH6O7VWU7LHXMK351", "sec_cik": "858470", "parent": null, "logo_url": null, "description": "American Energy Company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1650 +{"wikidata_id": "Q4043693", "display_name": "Manitowoc Cranes", "legal_name": null, "aliases": [], "website": "https://www.manitowoccranes.com", "canonical_domain": "manitowoccranes.com", "country": "US", "hq_city": "Manitowoc", "hq_region": "Manitowoc County", "lat": 44.09904, "lon": -87.68102, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "MTW", "exchange": "New York Stock Exchange", "lei": "2RTSLGQ89VMY18RHX631", "sec_cik": "1145560", "parent": {"wikidata_id": "Q836040", "name": "The Manitowoc Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manitowoc_Cranes_Building.png", "description": "division of The Manitowoc Company, Inc", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1651 +{"wikidata_id": "Q4650685", "display_name": "ACI Worldwide", "legal_name": null, "aliases": ["TSA", "ACI", "Inc.", "ACIW", "Applied Communications", "Inc.", "Transaction Systems Architects"], "website": "https://www.aciworldwide.com", "canonical_domain": "aciworldwide.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["payments"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "ACIW", "exchange": "Nasdaq", "lei": "5493003BPVMZUJ6F5C02", "sec_cik": "935036", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ACI_Worldwide_Horizontal_Logo.gif", "description": "American payment systems company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1652 +{"wikidata_id": "Q4718099", "display_name": "Alexander's", "legal_name": null, "aliases": [], "website": "https://www.alx-inc.com", "canonical_domain": "alx-inc.com", "country": "US", "hq_city": "Paramus", "hq_region": "Bergen County", "lat": 40.94, "lon": -74.07111, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "ALX", "exchange": "New York Stock Exchange", "lei": "549300TZM28P04U5R635", "sec_cik": "3499", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alexander%27s_Inc._%26_Department_Store_Logo.png", "description": "real estate investment trust and former department store chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1653 +{"wikidata_id": "Q4736965", "display_name": "Altos Computer Systems", "legal_name": "Altos Computing Inc.", "aliases": ["Altos Computing"], "website": "https://www.altoscomputing.com", "canonical_domain": "altoscomputing.com", "country": "US", "hq_city": "San Francisco Bay Area", "hq_region": "California", "lat": 37.81, "lon": -122.37, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "ALTO", "exchange": "Nasdaq", "lei": null, "sec_cik": "778164", "parent": {"wikidata_id": "Q481778", "name": "Acer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altos_Computer_Systems_logo.svg", "description": "Unix manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "778164", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1654 +{"wikidata_id": "Q4743779", "display_name": "American Financial Group", "legal_name": "American Financial Group, Inc.", "aliases": ["AFG", "Inc."], "website": "https://www.afginc.com", "canonical_domain": "afginc.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1872, "employees": null, "public_company": true, "ticker": "AFG", "exchange": "New York Stock Exchange", "lei": "549300AFOM7IVKIU1G39", "sec_cik": "1042046", "parent": null, "logo_url": null, "description": "American insurance and investments company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1655 +{"wikidata_id": "Q4749580", "display_name": "Amyris", "legal_name": null, "aliases": [], "website": "https://www.amyris.com", "canonical_domain": "amyris.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "AMRS", "exchange": "Nasdaq", "lei": "549300BG17WCUK6EIM58", "sec_cik": "1365916", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wiki-Amyris_Purple.png", "description": "sustainable synthetic ingredients for consumer products", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1656 +{"wikidata_id": "Q4789079", "display_name": "Ares Management", "legal_name": null, "aliases": ["Ares", "Ares Capital Corporation", "L.P."], "website": "https://www.aresmgmt.com", "canonical_domain": "aresmgmt.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ARCC", "exchange": "Nasdaq", "lei": "WEQ82666OJYSI5GUAB47", "sec_cik": "1259314", "parent": null, "logo_url": null, "description": "asset management company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1657 +{"wikidata_id": "Q4792281", "display_name": "Arlington Asset Investment", "legal_name": null, "aliases": [], "website": "https://www.arlingtonasset.com", "canonical_domain": "arlingtonasset.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "AAIC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arlingtonasset_logo.png", "description": "real estate investment trust headquartered in Arlington, Virginia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1658 +{"wikidata_id": "Q4809155", "display_name": "Associated Banc-Corp", "legal_name": null, "aliases": ["Associated Bank"], "website": "https://www.associatedbank.com", "canonical_domain": "associatedbank.com", "country": "US", "hq_city": "Green Bay", "hq_region": "Brown County", "lat": 44.51333, "lon": -88.01333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1861, "employees": null, "public_company": true, "ticker": "ASB", "exchange": "New York Stock Exchange", "lei": "549300N3CIN473IW5094", "sec_cik": "7789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Associated_Bank_logo.svg", "description": "American regional banker", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1659 +{"wikidata_id": "Q4835506", "display_name": "BE Aerospace", "legal_name": null, "aliases": [], "website": "https://beaerospace.com", "canonical_domain": "beaerospace.com", "country": "US", "hq_city": "Wellington", "hq_region": "Palm Beach County", "lat": 26.655, "lon": -80.25417, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "BEAV", "exchange": "Nasdaq", "lei": null, "sec_cik": "861361", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BE_Aerospace_Logo.svg", "description": "manufacturer of aircraft passenger cabin interior products", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1660 +{"wikidata_id": "Q4838903", "display_name": "Bachoco", "legal_name": null, "aliases": [], "website": "https://www.bachoco.com.mx", "canonical_domain": "bachoco.com.mx", "country": "MX", "hq_city": "Mexico", "hq_region": null, "lat": 23.0, "lon": -102.0, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "IBA", "exchange": "New York Stock Exchange", "lei": "254900CZQ27EMGKCHG63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Bachoco.svg", "description": "poultry producer in Mexico", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1661 +{"wikidata_id": "Q4854119", "display_name": "Bank of Brasilia", "legal_name": null, "aliases": [], "website": "https://novo.brb.com.br", "canonical_domain": "brb.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "BSLI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Banco_de_Bras%C3%ADlia.svg", "description": "Brazilian banking institution", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1662 +{"wikidata_id": "Q48740858", "display_name": "Compass RE", "legal_name": null, "aliases": ["Compass", "Compass Real Estate"], "website": "https://www.compass.com", "canonical_domain": "compass.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "COMP", "exchange": "New York Stock Exchange", "lei": "254900FW30RFXQKV0G40", "sec_cik": "1563190", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CompassInc_Logo.svg", "description": "American real estate technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1563190", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1663 +{"wikidata_id": "Q4878313", "display_name": "Bebe Stores", "legal_name": null, "aliases": [], "website": "https://www.bebe.com", "canonical_domain": "bebe.com", "country": "US", "hq_city": "Brisbane", "hq_region": "San Mateo County", "lat": 37.68083, "lon": -122.41917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "BEBE", "exchange": "Nasdaq", "lei": "549300JSMDG37XHHTU02", "sec_cik": "1059272", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gn_logo_bebe_a.png", "description": "American retail brand", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1664 +{"wikidata_id": "Q4894819", "display_name": "Berry Plastics", "legal_name": null, "aliases": ["Berry Global Group", "Inc."], "website": "https://www.berryglobal.com", "canonical_domain": "berryglobal.com", "country": "US", "hq_city": "Evansville", "hq_region": "Vanderburgh County", "lat": 37.97472, "lon": -87.55583, "industries": ["chemicals", "manufacturing"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "BERY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "plastic packaging manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1665 +{"wikidata_id": "Q48989804", "display_name": "PagerDuty", "legal_name": null, "aliases": ["Inc."], "website": "https://www.pagerduty.com", "canonical_domain": "pagerduty.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["information technology industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "PD", "exchange": "New York Stock Exchange", "lei": "549300U1SB749EDAGH21", "sec_cik": "1568100", "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1666 +{"wikidata_id": "Q4922539", "display_name": "Blackbaud", "legal_name": null, "aliases": [], "website": "https://www.blackbaud.com", "canonical_domain": "blackbaud.com", "country": "US", "hq_city": "Charleston", "hq_region": "SC", "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "BLKB", "exchange": "Nasdaq", "lei": "54930056X3HKFMNG3754", "sec_cik": "1280058", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blackbaud_logo.png", "description": "supplier of software and services specifically designed for nonprofit organizations", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1280058", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1667 +{"wikidata_id": "Q4929570", "display_name": "Blue Nile Inc.", "legal_name": null, "aliases": ["Blue Nile"], "website": "https://www.bluenile.com", "canonical_domain": "bluenile.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "NILE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online specialty retailer of fine jewelry", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1668 +{"wikidata_id": "Q4976010", "display_name": "Brown & Brown", "legal_name": null, "aliases": ["Inc."], "website": "https://www.bbinsurance.com", "canonical_domain": "bbinsurance.com", "country": "US", "hq_city": "Daytona Beach", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["insurance"], "industry_labels": ["general insurance", "SIC 6411 Insurance Agents, Brokers & Service"], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "BRO", "exchange": "New York Stock Exchange", "lei": "549300PC8KTJ71XKFY89", "sec_cik": "79282", "parent": null, "logo_url": null, "description": "American insurance company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "79282", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1669 +{"wikidata_id": "Q5013072", "display_name": "CNA Financial", "legal_name": null, "aliases": [], "website": "https://www.cna.com", "canonical_domain": "cna.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "CNA", "exchange": "New York Stock Exchange", "lei": "549300YX2GSZD7YG1R84", "sec_cik": "21175", "parent": {"wikidata_id": "Q826526", "name": "Loews Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CNA_logo.svg", "description": "American insurance company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1670 +{"wikidata_id": "Q5018092", "display_name": "Cal-Maine", "legal_name": null, "aliases": [], "website": "https://www.calmainefoods.com", "canonical_domain": "calmainefoods.com", "country": "US", "hq_city": "Jackson", "hq_region": "Madison County", "lat": 32.29889, "lon": -90.18472, "industries": ["agriculture"], "industry_labels": ["SIC 0200 Agricultural Prod-Livestock & Animal Specialties"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "CALM", "exchange": "Nasdaq", "lei": "549300NHE5WMIEIEMF53", "sec_cik": "16160", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cal-Maine_logo.svg", "description": "egg producer in Jackson, Mississippi", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "16160", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1671 +{"wikidata_id": "Q5041354", "display_name": "Carlisle Companies", "legal_name": null, "aliases": ["Carlisle Companies Incorporated", "Inc."], "website": "https://www.carlisle.com", "canonical_domain": "carlisle.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "CSL", "exchange": "New York Stock Exchange", "lei": "XR64VGX1ZPX6G7ZN7Z11", "sec_cik": "790051", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carlisle_Companies_logo_new.svg", "description": "global diversified company that designs, manufactures and markets a wide range of products", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1672 +{"wikidata_id": "Q5064245", "display_name": "Dayforce, Inc.", "legal_name": null, "aliases": ["Ceridian", "Ceridian HCM Holding Inc.", "Dayforce"], "website": "https://www.ceridian.com", "canonical_domain": "ceridian.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Hennepin County", "lat": 44.84083, "lon": -93.29833, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "DAY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dayforce_logo.svg", "description": "American provider of human resources software and services with employees", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1673 +{"wikidata_id": "Q5086953", "display_name": "Chartwell Retirement Residences", "legal_name": null, "aliases": ["Chartwell Seniors Housing"], "website": "https://chartwell.com", "canonical_domain": "chartwell.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["real-estate"], "industry_labels": ["retirement home"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "CSH.UN", "exchange": "Toronto Stock Exchange", "lei": "549300M7UBEIZBWP4069", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian senior housing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1674 +{"wikidata_id": "Q5118174", "display_name": "Churchill Downs Incorporated", "legal_name": null, "aliases": [], "website": "https://www.churchilldownsincorporated.com", "canonical_domain": "churchilldownsincorporated.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["entertainment"], "industry_labels": ["gambling industry"], "founded_year": 1875, "employees": null, "public_company": true, "ticker": "CHDN", "exchange": "Nasdaq", "lei": "529900FODTBQC8MIS994", "sec_cik": "20212", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Churchill_Downs_Incorporated_logo.svg", "description": "American horse racing and gaming company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "20212", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1675 +{"wikidata_id": "Q5127720", "display_name": "Claro Colombia", "legal_name": null, "aliases": [], "website": "https://www.claro.com.co", "canonical_domain": "claro.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "AMOV", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1770208", "name": "Claro"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Claro.svg", "description": "telecommunications company in Colombia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1676 +{"wikidata_id": "Q5152058", "display_name": "CommVault Systems", "legal_name": null, "aliases": [], "website": "https://www.commvault.com", "canonical_domain": "commvault.com", "country": "US", "hq_city": "Tinton Falls", "hq_region": "Monmouth County", "lat": 40.2667, "lon": -74.0987, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "CVLT", "exchange": "Nasdaq", "lei": "65T5VRP62VXG39YFML83", "sec_cik": "1169561", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Commvault_logo_2019.svg", "description": "data management and information management software company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1677 +{"wikidata_id": "Q5175243", "display_name": "Così", "legal_name": null, "aliases": ["Cosi"], "website": "https://www.getcosi.com", "canonical_domain": "getcosi.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "COSI", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast-casual restaurant chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1678 +{"wikidata_id": "Q5198104", "display_name": "Cyclacel", "legal_name": null, "aliases": ["Cyclacel Pharmaceuticals (United States)"], "website": "https://www.cyclacel.com", "canonical_domain": "cyclacel.com", "country": "US", "hq_city": "Berkeley Heights", "hq_region": "Union County", "lat": 40.6775, "lon": -74.42972, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "CYCC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1130166", "parent": null, "logo_url": null, "description": "company in Berkeley Heights, United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1679 +{"wikidata_id": "Q5220519", "display_name": "Mandiant", "legal_name": null, "aliases": [], "website": "https://www.mandiant.com", "canonical_domain": "mandiant.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "MNDT", "exchange": "Nasdaq", "lei": "549300E9D2UJUFLLY524", "sec_cik": "1370880", "parent": {"wikidata_id": "Q5451274", "name": "FireEye"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Mandiant_Logo-FULL_COLOR.png", "description": "American cybersecurity firm", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1680 +{"wikidata_id": "Q5255025", "display_name": "Leaf Group", "legal_name": null, "aliases": ["Demand Media"], "website": "https://www.demandmedia.com", "canonical_domain": "demandmedia.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["internet"], "industry_labels": ["online service"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "LEAF", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Demand_media_13logo.png", "description": "an American content company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1681 +{"wikidata_id": "Q5279096", "display_name": "Diodes Incorporated", "legal_name": null, "aliases": [], "website": "https://www.diodes.com", "canonical_domain": "diodes.com", "country": "US", "hq_city": "Plano", "hq_region": "Collin County", "lat": 33.05, "lon": -96.75, "industries": ["semiconductors"], "industry_labels": ["Semiconductor industry in the US"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "DIOD", "exchange": "Nasdaq", "lei": "549300XP2X1ARVH3BX23", "sec_cik": "29002", "parent": null, "logo_url": null, "description": "American semiconductor manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "29002", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1682 +{"wikidata_id": "Q5295362", "display_name": "Donaldson Company", "legal_name": null, "aliases": [], "website": "https://www.donaldson.com", "canonical_domain": "donaldson.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Hennepin County", "lat": 44.84083, "lon": -93.29833, "industries": ["industrial-machinery"], "industry_labels": ["membrane", "gas turbine"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "DCI", "exchange": "New York Stock Exchange", "lei": "OZE6KXY9QQPR8EJ8WL20", "sec_cik": "29644", "parent": null, "logo_url": null, "description": "American manufacturing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "29644", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1683 +{"wikidata_id": "Q5307031", "display_name": "Ascena Retail Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.ascenaretail.com", "canonical_domain": "ascenaretail.com", "country": "US", "hq_city": "Mahwah", "hq_region": "Bergen County", "lat": 41.08861, "lon": -74.14389, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "ASNA", "exchange": "Nasdaq", "lei": "549300315OFTD1VN3V49", "sec_cik": "1498301", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DressBarn_new_logo.gif", "description": "American retailer of women's clothing", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1684 +{"wikidata_id": "Q5380128", "display_name": "Entegris", "legal_name": null, "aliases": ["Inc."], "website": "https://www.entegris.com", "canonical_domain": "entegris.com", "country": "US", "hq_city": "Billerica", "hq_region": "Middlesex County", "lat": 42.55833, "lon": -71.26944, "industries": ["chemicals"], "industry_labels": ["SIC 3089 Plastics Products, NEC"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "ENTG", "exchange": "Nasdaq", "lei": "IYX6OWO7BT5DKO3BYG52", "sec_cik": "1101302", "parent": null, "logo_url": null, "description": "American supplier", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1101302", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1685 +{"wikidata_id": "Q5380687", "display_name": "Entravision Communications", "legal_name": null, "aliases": [], "website": "https://entravision.com", "canonical_domain": "entravision.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "EVC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1109116", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Entravision.svg", "description": "American media company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1109116", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1686 +{"wikidata_id": "Q538203", "display_name": "Patterson Companies", "legal_name": null, "aliases": [], "website": "https://www.pattersoncompanies.com", "canonical_domain": "pattersoncompanies.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["retail"], "industry_labels": ["SIC 5047 Wholesale-Medical, Dental & Hospital Equipment & Supplies"], "founded_year": 1877, "employees": null, "public_company": true, "ticker": "PDCO", "exchange": "Nasdaq", "lei": "YM48Q2087CUE26GWEK09", "sec_cik": "891024", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Patterson_logo.svg", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "891024", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1687 +{"wikidata_id": "Q539056", "display_name": "MDC Partners", "legal_name": null, "aliases": [], "website": "https://www.mdc-partners.com", "canonical_domain": "mdc-partners.com", "country": "CA", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "MDCA", "exchange": "Nasdaq", "lei": "529900SR4J92B5C43M74", "sec_cik": "876883", "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1688 +{"wikidata_id": "Q5419989", "display_name": "Exelixis", "legal_name": null, "aliases": [], "website": "https://www.exelixis.com", "canonical_domain": "exelixis.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "EXEL", "exchange": "Nasdaq", "lei": "254900PJQB59O2O95R37", "sec_cik": "939767", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exelixis_logo.svg", "description": "American biotechnology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1689 +{"wikidata_id": "Q5426765", "display_name": "FNB Corporation", "legal_name": null, "aliases": ["First National Bank"], "website": "https://www.fnb-online.com", "canonical_domain": "fnb-online.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "FNB", "exchange": "New York Stock Exchange", "lei": "254900OD9TDRYGWJ0N48", "sec_cik": "37808", "parent": null, "logo_url": null, "description": "financial services corporation serving the US states of Ohio, Pennsylvania, Maryland, West Virginia, North Carolina, South Carolina and Virginia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "37808", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1690 +{"wikidata_id": "Q5433448", "display_name": "Famous Dave's", "legal_name": null, "aliases": [], "website": "https://www.famousdaves.com", "canonical_domain": "famousdaves.com", "country": "US", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "DAVE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1841408", "parent": null, "logo_url": null, "description": "chain of barbecue restaurants primarily located in the Midwestern US", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1841408", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1691 +{"wikidata_id": "Q5445299", "display_name": "Ferrellgas", "legal_name": null, "aliases": ["Ferrellgas Partners", "Ferrellgas Partners", "L.P."], "website": "https://www.ferrellgas.com", "canonical_domain": "ferrellgas.com", "country": "US", "hq_city": "Overland Park", "hq_region": "Johnson County", "lat": 38.94007, "lon": -94.6807, "industries": ["retail"], "industry_labels": ["SIC 5900 Retail-Miscellaneous Retail"], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "FGP", "exchange": "New York Stock Exchange", "lei": "529900YP52A6C5K57L34", "sec_cik": "811082", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferrellgas_logoSM.jpg", "description": "American supplier of propane", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "811082", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1692 +{"wikidata_id": "Q5446791", "display_name": "Fidelity National Financial", "legal_name": null, "aliases": ["FNF"], "website": "https://www.fnf.com", "canonical_domain": "fnf.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["financial-services"], "industry_labels": ["SIC 6361 Title Insurance"], "founded_year": 1847, "employees": null, "public_company": true, "ticker": "FNF", "exchange": "New York Stock Exchange", "lei": "549300CAZYIH39SYQ287", "sec_cik": "1331875", "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1331875", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1693 +{"wikidata_id": "Q5484477", "display_name": "Franco-Nevada", "legal_name": null, "aliases": [], "website": "https://www.franco-nevada.com", "canonical_domain": "franco-nevada.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["SIC 1040 Gold and Silver Ores"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "FNV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1456346", "parent": null, "logo_url": null, "description": "Canadian company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1456346", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1694 +{"wikidata_id": "Q5491211", "display_name": "FranklinCovey", "legal_name": null, "aliases": ["Franklin Covey Co."], "website": "https://www.franklincovey.com", "canonical_domain": "franklincovey.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "FC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "886206", "parent": null, "logo_url": null, "description": "American publisher and education company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "886206", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1695 +{"wikidata_id": "Q54953653", "display_name": "B&G Foods", "legal_name": "B&G Foods, Inc.", "aliases": ["Inc."], "website": "https://www.bgfoods.com", "canonical_domain": "bgfoods.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "BGS", "exchange": "New York Stock Exchange", "lei": "549300TRW1LZMDJZAQ78", "sec_cik": "1278027", "parent": null, "logo_url": null, "description": "American branded foods holding company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1696 +{"wikidata_id": "Q5506152", "display_name": "Frost Bank", "legal_name": null, "aliases": ["Cullen/Frost", "Cullen/Frost Bankers"], "website": "https://www.frostbank.com", "canonical_domain": "frostbank.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1868, "employees": null, "public_company": true, "ticker": "CFR", "exchange": "New York Stock Exchange", "lei": "G5AHTAP80NWA3Q8RDC78", "sec_cik": "39263", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frost_Bank_logo.svg", "description": "Texas-chartered bank based in San Antonio", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "39263", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1697 +{"wikidata_id": "Q5531627", "display_name": "Generac Holdings Inc.", "legal_name": "Generac Holdings Inc.", "aliases": ["Generac", "Generac Power Systems"], "website": "https://www.generac.com", "canonical_domain": "generac.com", "country": "US", "hq_city": "Waukesha", "hq_region": "Waukesha County", "lat": 43.01167, "lon": -88.23167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "GNRC", "exchange": "New York Stock Exchange", "lei": "529900S2H2AHJHSFFI84", "sec_cik": "1474735", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Generac_Power_Systems_logo.png", "description": "American industrial company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1698 +{"wikidata_id": "Q5533602", "display_name": "Gentex", "legal_name": null, "aliases": [], "website": "https://www.gentex.com", "canonical_domain": "gentex.com", "country": "US", "hq_city": "Zeeland", "hq_region": "Ottawa County", "lat": 42.81243, "lon": -86.02882, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "GNTX", "exchange": "Nasdaq", "lei": null, "sec_cik": "355811", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gentex_Corporation_logo.svg", "description": "American manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "355811", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1699 +{"wikidata_id": "Q5591659", "display_name": "Graco", "legal_name": null, "aliases": ["Graco (United States)"], "website": "https://www.graco.com", "canonical_domain": "graco.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "GGG", "exchange": "New York Stock Exchange", "lei": "4T5VJ4S81BRT6Q7GGT78", "sec_cik": "42888", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Graco_%28fluid_handling%29_logo.svg", "description": "American manufacturer of fluid-handling systems and products", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1700 +{"wikidata_id": "Q55948312", "display_name": "Tenable Network Security", "legal_name": null, "aliases": ["Renaud Deraison", "Inc", "Tenable", "Inc."], "website": "https://www.tenable.com", "canonical_domain": "tenable.com", "country": "US", "hq_city": "Columbia", "hq_region": "Howard County", "lat": 39.21562, "lon": -76.8582, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "TENB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1218416", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tenable%2C_Inc._logo.svg", "description": "software company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1701 +{"wikidata_id": "Q571092", "display_name": "AntarChile", "legal_name": null, "aliases": [], "website": "https://www.antarchile.cl", "canonical_domain": "antarchile.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "ANTARCHILE", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AntarChile_Logo.svg", "description": "main holding company of the Angelini Group of Companies", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1702 +{"wikidata_id": "Q5928181", "display_name": "HudBay Minerals", "legal_name": null, "aliases": [], "website": "https://www.hudbayminerals.com", "canonical_domain": "hudbayminerals.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "HBM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1322422", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hudbay_logo.svg", "description": "Canadian mining company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1322422", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1703 +{"wikidata_id": "Q5973741", "display_name": "FXCM", "legal_name": null, "aliases": ["Forex Capital Markets"], "website": "https://www.fxcm.my", "canonical_domain": "fxcm.my", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "GLBR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Registered & regulated market for OTC foreign exchange options trading. market for spot FX and options.", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1704 +{"wikidata_id": "Q6031376", "display_name": "Cyient", "legal_name": null, "aliases": ["Infotech Enterprises Limited", "Infotech Enterprises Ltd."], "website": "https://www.cyient.com", "canonical_domain": "cyient.com", "country": "US", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "CYIENT", "exchange": "National Stock Exchange of India", "lei": "549300J7QI5Y6386L069", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cyient_logo.jpg", "description": "Indian multinational technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1705 +{"wikidata_id": "Q60480286", "display_name": "Tilray", "legal_name": null, "aliases": [], "website": "https://www.tilray.com", "canonical_domain": "tilray.com", "country": "CA", "hq_city": "Nanaimo", "hq_region": "Regional District of Nanaimo", "lat": 49.16417, "lon": -123.93639, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "TLRY", "exchange": "Nasdaq", "lei": "549300Y4V60733TO1478", "sec_cik": "1731348", "parent": null, "logo_url": null, "description": "pharmaceutical and cannabis company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1706 +{"wikidata_id": "Q60744565", "display_name": "Trade Desk", "legal_name": null, "aliases": ["The Trade Desk", "The Trade Desk", "Inc."], "website": "https://www.thetradedesk.com", "canonical_domain": "thetradedesk.com", "country": "US", "hq_city": "Ventura", "hq_region": "Ventura County", "lat": 34.26778, "lon": -119.25421, "industries": ["internet"], "industry_labels": ["online advertising"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "TTD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1671933", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Trade_Desk.svg", "description": "American technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1707 +{"wikidata_id": "Q6109309", "display_name": "J & J Snack Foods", "legal_name": null, "aliases": [], "website": "https://jjsnack.com", "canonical_domain": "jjsnack.com", "country": "US", "hq_city": "Pennsauken", "hq_region": "Camden County", "lat": 39.95611, "lon": -75.05806, "industries": ["food-beverage"], "industry_labels": ["snack"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "JJSF", "exchange": "Nasdaq", "lei": null, "sec_cik": "785956", "parent": null, "logo_url": null, "description": "American food and beverage manufacturing and marketing conglomerate", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1708 +{"wikidata_id": "Q6326486", "display_name": "KB Home", "legal_name": null, "aliases": [], "website": "https://www.kbhome.com", "canonical_domain": "kbhome.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["real-estate", "construction"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "KBH", "exchange": "New York Stock Exchange", "lei": "549300LGUCWQURMWLG09", "sec_cik": "795266", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_-_KB_Home.svg", "description": "American home builder", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1709 +{"wikidata_id": "Q6387063", "display_name": "Kemper Corporation", "legal_name": null, "aliases": ["Kemper"], "website": "https://www.kemper.com", "canonical_domain": "kemper.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "KMPR", "exchange": "New York Stock Exchange", "lei": "549300FNI1JKTRY2PV09", "sec_cik": "860748", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kemper_Corporation_logo.svg", "description": "American insurance provider", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1710 +{"wikidata_id": "Q6439081", "display_name": "Cogna Educação", "legal_name": null, "aliases": [], "website": "https://www.kroton.com.br", "canonical_domain": "kroton.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["education"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "COGN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Cogna_Educa%C3%A7%C3%A3o.svg", "description": "Brazilian private educational company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1711 +{"wikidata_id": "Q6456630", "display_name": "The L. S. Starrett Company", "legal_name": null, "aliases": ["Starrett", "L. S. Starrett Company", "Starrett Company"], "website": "https://www.starrett.com", "canonical_domain": "starrett.com", "country": "US", "hq_city": "Athol", "hq_region": "Worcester County", "lat": 42.59583, "lon": -72.22722, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1880, "employees": null, "public_company": true, "ticker": "SCX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "93676", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starrett.svg", "description": "American manufacturer of tools", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1712 +{"wikidata_id": "Q6466630", "display_name": "LabCorp", "legal_name": null, "aliases": ["Labcorp", "Laboratory Corporation of America Holdings"], "website": "https://www.labcorp.com", "canonical_domain": "labcorp.com", "country": "US", "hq_city": "Burlington", "hq_region": "Guilford County", "lat": 36.08972, "lon": -79.44556, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "LH", "exchange": "New York Stock Exchange", "lei": "549300CDU4WF6Q2YMS76", "sec_cik": "920148", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Labcorp_Logo_updated_12-2020.svg", "description": "clinical laboratory company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1713 +{"wikidata_id": "Q65085822", "display_name": "Affirm", "legal_name": null, "aliases": ["Affirm Holdings"], "website": "https://www.affirm.com", "canonical_domain": "affirm.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "AFRM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1714052", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Affirm_logo.svg", "description": "U.S. financial services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1714 +{"wikidata_id": "Q6549207", "display_name": "Edgio", "legal_name": null, "aliases": ["Limelight Networks"], "website": "https://edg.io", "canonical_domain": "edg.io", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["retail"], "industry_labels": ["digital distribution"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "LLNW", "exchange": "Nasdaq", "lei": "529900BNCMDQGEKW5M59", "sec_cik": "1391127", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_limelight.jpg", "description": "American technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1715 +{"wikidata_id": "Q6552749", "display_name": "Lindsay Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.lindsay.com", "canonical_domain": "lindsay.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "LNN", "exchange": "New York Stock Exchange", "lei": "549300ZFO0QG5H8TPI61", "sec_cik": "836157", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lindsay_Corporation.svg", "description": "American manufacturer of center pivot irrigation systems", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "836157", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1716 +{"wikidata_id": "Q6648755", "display_name": "Littelfuse", "legal_name": null, "aliases": [], "website": "https://www.littelfuse.com", "canonical_domain": "littelfuse.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "LFUS", "exchange": "Nasdaq", "lei": "549300MY7HLQFYTPCX75", "sec_cik": "889331", "parent": null, "logo_url": null, "description": "American electronic manufacturing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "889331", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1717 +{"wikidata_id": "Q6695701", "display_name": "Luby's", "legal_name": null, "aliases": ["Luby's Cafeterias", "Inc.", "Inc."], "website": "https://www.lubys.com", "canonical_domain": "lubys.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "LUB", "exchange": "New York Stock Exchange", "lei": "549300YE2CRT3VKXLG60", "sec_cik": "16099", "parent": null, "logo_url": null, "description": "American restaurant operator", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1718 +{"wikidata_id": "Q6770621", "display_name": "Markel Corporation", "legal_name": null, "aliases": [], "website": "https://www.markelcorp.com", "canonical_domain": "markelcorp.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "MKL", "exchange": "New York Stock Exchange", "lei": "549300IETJ52ZAOKDZ18", "sec_cik": "1096343", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Markel_Logo.svg", "description": "US financial services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1719 +{"wikidata_id": "Q6774578", "display_name": "Martha Stewart Living Omnimedia", "legal_name": null, "aliases": [], "website": "https://www.marthastewart.com", "canonical_domain": "marthastewart.com", "country": "US", "hq_city": "Starrett-Lehigh Building", "hq_region": "Manhattan", "lat": 40.75167, "lon": -74.00667, "industries": ["media"], "industry_labels": ["publishing", "broadcasting"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MSO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1091801", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Martha_Stewart_Living_Omnimedia_Logo.svg", "description": "merchandising company founded by Martha Stewart", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1720 +{"wikidata_id": "Q6791878", "display_name": "Mattress Firm", "legal_name": null, "aliases": ["Inc."], "website": "https://www.mattressfirm.com", "canonical_domain": "mattressfirm.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["retail"], "industry_labels": ["retail", "bedding"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "MFRM", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mattress_Firm_logo.svg", "description": "American mattress retailer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1721 +{"wikidata_id": "Q7045708", "display_name": "Noble Corporation", "legal_name": null, "aliases": [], "website": "https://www.noblecorp.com", "canonical_domain": "noblecorp.com", "country": "CA", "hq_city": "Sugar Land", "hq_region": "Fort Bend County", "lat": 29.59944, "lon": -95.61417, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "NE", "exchange": "New York Stock Exchange", "lei": "549300CSL7801RHBKQ98", "sec_cik": "1458891", "parent": null, "logo_url": null, "description": "u.K. domiciled energy company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1722 +{"wikidata_id": "Q7121857", "display_name": "PacSun", "legal_name": null, "aliases": ["Pac Sun", "Pacific Sunwear of California Inc."], "website": "https://www.pacsun.com", "canonical_domain": "pacsun.com", "country": "US", "hq_city": "Anaheim", "hq_region": "Orange County", "lat": 33.83611, "lon": -117.88972, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "PSUN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PacSun_Logo.jpg", "description": "United States-based retail clothing brand", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1723 +{"wikidata_id": "Q7161915", "display_name": "Pembina Pipeline", "legal_name": null, "aliases": ["Pembina Pipeline Corporation"], "website": "https://www.pembina.com", "canonical_domain": "pembina.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "PPL", "exchange": "Toronto Stock Exchange", "lei": "5493002W3L9YICM6FU21", "sec_cik": "1546066", "parent": null, "logo_url": null, "description": "transportation, midstream and gas service provider", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1724 +{"wikidata_id": "Q7241774", "display_name": "Prestige Brands", "legal_name": null, "aliases": ["Prestige Brands Holdings", "Inc."], "website": "https://www.prestigebrands.com", "canonical_domain": "prestigebrands.com", "country": "US", "hq_city": "Tarrytown", "hq_region": "Westchester County", "lat": 41.06917, "lon": -73.85972, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "PBH", "exchange": "New York Stock Exchange", "lei": "549300JBVP4J6D42I235", "sec_cik": "1293894", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Prestige_Brands_logo.svg", "description": "American company that markets and distributes over-the-counter healthcare", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1725 +{"wikidata_id": "Q7259716", "display_name": "PulteGroup", "legal_name": null, "aliases": ["Pulte Homes", "Inc"], "website": "https://pulte.com", "canonical_domain": "pulte.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["real-estate", "construction"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "PHM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "822416", "parent": null, "logo_url": null, "description": "homebuilding company founded in 1950", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1726 +{"wikidata_id": "Q7268802", "display_name": "Qualys", "legal_name": null, "aliases": ["Qualys Inc", "Inc."], "website": "https://www.qualys.com", "canonical_domain": "qualys.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "QLYS", "exchange": "Nasdaq", "lei": "549300EMBXYOW9W1XA17", "sec_cik": "1107843", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Qualys.svg", "description": "American web security company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1727 +{"wikidata_id": "Q7431894", "display_name": "Schneider National", "legal_name": null, "aliases": ["Inc."], "website": "https://www.schneider.com", "canonical_domain": "schneider.com", "country": "US", "hq_city": "Green Bay", "hq_region": "Brown County", "lat": 44.51333, "lon": -88.01333, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "SNDR", "exchange": "New York Stock Exchange", "lei": "529900V6GZ6G6E3BLV72", "sec_cik": "1692063", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schneider_National_logo.svg", "description": "American multinational trucking and logistics company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1728 +{"wikidata_id": "Q7447640", "display_name": "Sleep Number", "legal_name": null, "aliases": ["Select Comfort"], "website": "https://www.sleepnumber.com", "canonical_domain": "sleepnumber.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["manufacturing"], "industry_labels": ["bedding"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "SNBR", "exchange": "Nasdaq", "lei": null, "sec_cik": "827187", "parent": null, "logo_url": null, "description": "U.S. manufacturing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "827187", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1729 +{"wikidata_id": "Q7451039", "display_name": "Sensient Technologies", "legal_name": null, "aliases": ["Universal Foods Corporation"], "website": "https://www.sensient.com", "canonical_domain": "sensient.com", "country": "US", "hq_city": "U.S. Bank Center", "hq_region": "Milwaukee", "lat": 43.03836, "lon": -87.90208, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "SXT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "310142", "parent": null, "logo_url": null, "description": "manufacturer of Fragrances", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "310142", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1730 +{"wikidata_id": "Q7573912", "display_name": "SpartanNash", "legal_name": null, "aliases": ["Spartan Stores"], "website": "https://www.spartannash.com", "canonical_domain": "spartannash.com", "country": "US", "hq_city": "Byron Center", "hq_region": "Kent County", "lat": 42.81222, "lon": -85.72278, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "SPTN", "exchange": "Nasdaq", "lei": "549300TV3QCCSQLF5X16", "sec_cik": "877422", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SpartanNash-Company-Logo.png", "description": "American grocery store chain operator", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1731 +{"wikidata_id": "Q7588561", "display_name": "St. Joe Company", "legal_name": null, "aliases": [], "website": "https://www.joe.com", "canonical_domain": "joe.com", "country": "US", "hq_city": "Watersound", "hq_region": "Florida", "lat": 30.29583, "lon": -86.06083, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "JOE", "exchange": "New York Stock Exchange", "lei": "529900XVHOT3BF8PWG49", "sec_cik": "745308", "parent": null, "logo_url": null, "description": "land development firm", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "745308", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1732 +{"wikidata_id": "Q7638153", "display_name": "SunOpta", "legal_name": null, "aliases": [], "website": "https://www.sunopta.com", "canonical_domain": "sunopta.com", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["mining", "food-beverage"], "industry_labels": ["mineral", "organic food"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "STKL", "exchange": "Nasdaq", "lei": null, "sec_cik": "351834", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SunOpta_Logo_-_High_Resoution.png", "description": "Canadian food and mineral company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1733 +{"wikidata_id": "Q7638158", "display_name": "Sunrun", "legal_name": null, "aliases": ["Sunrun Inc."], "website": "https://www.sunrun.com", "canonical_domain": "sunrun.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["renewables", "energy"], "industry_labels": ["photovoltaic system", "alternative energy industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "RUN", "exchange": "Nasdaq", "lei": "54930007SJ77CI66U531", "sec_cik": "1469367", "parent": null, "logo_url": null, "description": "American renewable energy company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1734 +{"wikidata_id": "Q7706196", "display_name": "Tetra Tech", "legal_name": null, "aliases": ["Tetra Tech (United States)"], "website": "https://www.tetratech.com", "canonical_domain": "tetratech.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["professional-services"], "industry_labels": ["professional service"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "TTEK", "exchange": "Nasdaq", "lei": "549300UJ1LP7JGJC5P32", "sec_cik": "831641", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tetra_Tech.svg", "description": "company in Pasadena, United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1735 +{"wikidata_id": "Q7711653", "display_name": "theScore Inc.", "legal_name": null, "aliases": [], "website": "https://www.scoremediaandgaming.com", "canonical_domain": "scoremediaandgaming.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "TSCRF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Score_TV_Network_logo.svg", "description": "media company in Canada", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1736 +{"wikidata_id": "Q7735265", "display_name": "The Fresh Market", "legal_name": null, "aliases": ["Fresh Market"], "website": "https://www.thefreshmarket.com", "canonical_domain": "thefreshmarket.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["retail"], "industry_labels": ["retail", "supermarket"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "TFM", "exchange": "Nasdaq", "lei": "529900QM5ZSBEBR6CS58", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Fresh_Market_logo.svg", "description": "American specialty grocery chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1737 +{"wikidata_id": "Q7738224", "display_name": "The Greenbrier Companies", "legal_name": null, "aliases": ["Gunderson Bros. Engineering Corporation", "Gunderson Brothers Engineering Corporation"], "website": "https://www.gbrx.com", "canonical_domain": "gbrx.com", "country": "US", "hq_city": "Lake Oswego", "hq_region": "Multnomah County", "lat": 45.41956, "lon": -122.66755, "industries": ["transportation"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "GBX", "exchange": "New York Stock Exchange", "lei": "5493001GAGGFR30BP390", "sec_cik": "923120", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Greenbrier_Companies.svg", "description": "American transportation manufacturing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "923120", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1738 +{"wikidata_id": "Q7825574", "display_name": "Globe Life", "legal_name": null, "aliases": ["GL", "Torchmark"], "website": "https://www.torchmarkcorp.com", "canonical_domain": "torchmarkcorp.com", "country": "US", "hq_city": "McKinney", "hq_region": "Collin County", "lat": 33.2, "lon": -96.63333, "industries": ["insurance", "financial-services"], "industry_labels": ["life insurance", "financial sector"], "founded_year": 1900, "employees": null, "public_company": true, "ticker": "GL", "exchange": "New York Stock Exchange", "lei": "5493001JFHKQOPP6XA71", "sec_cik": "320335", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Globe_Life_logo.svg", "description": "American financial services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1739 +{"wikidata_id": "Q7833612", "display_name": "TransDigm Group Inc.", "legal_name": null, "aliases": ["TDG", "TransDigm Group", "TransDigm Group Incorporated"], "website": "https://www.transdigm.com", "canonical_domain": "transdigm.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["manufacturing", "aerospace-defense"], "industry_labels": ["industrial manufacturing", "aerospace industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TDG", "exchange": "New York Stock Exchange", "lei": "88Q84GB3X55CF5OC7582", "sec_cik": "1260221", "parent": null, "logo_url": null, "description": "TransDigm Group Incorporated is a global designer, producer and supplier of commercial and military aerospace components", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1740 +{"wikidata_id": "Q7881772", "display_name": "Columbia Bank", "legal_name": null, "aliases": ["Umpqua Bank", "Umpqua Holdings Corporation", "Columbia Banking System", "Inc"], "website": "https://www.columbiabank.com", "canonical_domain": "columbiabank.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "UMPQ", "exchange": "Nasdaq", "lei": "5299002ENJ7CY215BW86", "sec_cik": "1077771", "parent": null, "logo_url": null, "description": "American financial holding company based in Oregon", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1741 +{"wikidata_id": "Q7912506", "display_name": "Valmont Industries", "legal_name": null, "aliases": ["Inc."], "website": "https://www.valmont.com", "canonical_domain": "valmont.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "VMI", "exchange": "New York Stock Exchange", "lei": "5493009ZGZJJ8F77JN08", "sec_cik": "102729", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valmont.svg", "description": "large Nebraska-based manufacturer of center pivot irrigation systems and steel utility poles", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1742 +{"wikidata_id": "Q7920749", "display_name": "Vera Bradley", "legal_name": null, "aliases": [], "website": "https://www.verabradley.com", "canonical_domain": "verabradley.com", "country": "US", "hq_city": "Fort Wayne", "hq_region": "Allen County", "lat": 41.08045, "lon": -85.13915, "industries": ["travel"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "VRA", "exchange": "Nasdaq", "lei": "52990005Q6LEJKXO7M51", "sec_cik": "1495320", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verabradley_logo16.png", "description": "American luggage and handbag design company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1743 +{"wikidata_id": "Q7943726", "display_name": "Vuzix", "legal_name": null, "aliases": [], "website": "https://www.vuzix.com", "canonical_domain": "vuzix.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["telecommunications"], "industry_labels": ["SIC 3663 Radio & Tv Broadcasting & Communications Equipment"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "VUZI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1463972", "parent": null, "logo_url": null, "description": "business", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1463972", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1744 +{"wikidata_id": "Q7954024", "display_name": "WOW!", "legal_name": null, "aliases": ["Wide Open West"], "website": "https://www.wowway.com", "canonical_domain": "wowway.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "WOW", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WOW%21_logo.svg", "description": "telecommunications provider in the United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1745 +{"wikidata_id": "Q7958965", "display_name": "Waddell & Reed", "legal_name": null, "aliases": [], "website": "https://www.waddell.com", "canonical_domain": "waddell.com", "country": "US", "hq_city": "Overland Park", "hq_region": "Johnson County", "lat": 38.94007, "lon": -94.6807, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "WDR", "exchange": "New York Stock Exchange", "lei": "549300DZMO2208Z36F25", "sec_cik": "700087", "parent": null, "logo_url": null, "description": "American asset management and financial planning company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1746 +{"wikidata_id": "Q7980370", "display_name": "Weis Markets", "legal_name": null, "aliases": [], "website": "https://www.weismarkets.com", "canonical_domain": "weismarkets.com", "country": "US", "hq_city": "Sunbury", "hq_region": "Northumberland County", "lat": 40.8639, "lon": -76.7892, "industries": ["retail"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "WMK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "105418", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weis_Markets_logo.svg", "description": "American food retailer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1747 +{"wikidata_id": "Q7983382", "display_name": "Werner Enterprises", "legal_name": null, "aliases": ["Werner", "Inc."], "website": "https://www.werner.com", "canonical_domain": "werner.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["logistics"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "WERN", "exchange": "Nasdaq", "lei": "549300P6XRGOCHHJST37", "sec_cik": "793074", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Werner_Enterprises_logo.svg", "description": "American freight carrier and transportation and logistics company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1748 +{"wikidata_id": "Q8027166", "display_name": "WEC Energy Group", "legal_name": null, "aliases": ["WEC Energy Group Inc.", "Wisconsin Energy Corporation"], "website": "https://www.wisconsinenergy.com", "canonical_domain": "wisconsinenergy.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["energy"], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "WEC", "exchange": "New York Stock Exchange", "lei": "549300IGLYTZUK3PVP70", "sec_cik": "783325", "parent": null, "logo_url": null, "description": "American energy company providing electricity and natural gas to 4.4 million customers", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1749 +{"wikidata_id": "Q8027406", "display_name": "WisdomTree Investments", "legal_name": null, "aliases": ["WisdomTree", "Inc."], "website": "https://www.wisdomtree.com", "canonical_domain": "wisdomtree.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "WT", "exchange": "New York Stock Exchange", "lei": "1I3SS35DN25WT5ATNI25", "sec_cik": "880631", "parent": null, "logo_url": null, "description": "American asset management firm", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1750 +{"wikidata_id": "Q8033550", "display_name": "Woodward", "legal_name": null, "aliases": ["Woodward (United States)", "Inc."], "website": "https://www.woodward.com", "canonical_domain": "woodward.com", "country": "US", "hq_city": "Fort Collins", "hq_region": "Larimer County", "lat": 40.56667, "lon": -105.08333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 1870, "employees": null, "public_company": true, "ticker": "WWD", "exchange": "Nasdaq", "lei": "YPYKXXTR8TFDH54ZMB45", "sec_cik": "108312", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Woodward_Logo.svg", "description": "company in Fort Collins, United States", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1751 +{"wikidata_id": "Q8035757", "display_name": "World Fuel Services", "legal_name": null, "aliases": [], "website": "https://www.wfscorp.com", "canonical_domain": "wfscorp.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "INT", "exchange": "New York Stock Exchange", "lei": "MRBC525NKVRRWNTKD542", "sec_cik": "789460", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/World_Fuel_Services_logo.svg", "description": "Florida Based Energy Company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1752 +{"wikidata_id": "Q917487", "display_name": "Brinker International", "legal_name": null, "aliases": [], "website": "https://www.brinker.com", "canonical_domain": "brinker.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["entertainment", "food-beverage"], "industry_labels": ["music", "gastronomy"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "EAT", "exchange": "New York Stock Exchange", "lei": "52990067JY6PBGJNTG76", "sec_cik": "703351", "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1753 +{"wikidata_id": "Q9661218", "display_name": "Bombril", "legal_name": null, "aliases": ["Mon Bijou", "Kalipto", "Limpol", "Pinho Bril", "Sapólio"], "website": "https://www.bombril.com.br", "canonical_domain": "bombril.com.br", "country": "BR", "hq_city": "São Bernardo do Campo", "hq_region": "São Paulo", "lat": -23.69389, "lon": -46.565, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "BOBR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Bombril.svg", "description": "Brazilian manufacturer of cleaning products", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1754 +{"wikidata_id": "Q98713358", "display_name": "Arcturus Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.arcturusrx.com", "canonical_domain": "arcturusrx.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ARCT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1768224", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arcturus_Therapeutics_logo.svg", "description": "biotech company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1768224", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1755 +{"wikidata_id": "Q99036143", "display_name": "QuantumScape", "legal_name": null, "aliases": [], "website": "https://www.quantumscape.com", "canonical_domain": "quantumscape.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["energy"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "QS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1811414", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QuantumScape_Logo.svg", "description": "American battery manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1756 +{"wikidata_id": "Q5254843", "display_name": "deltek.com", "legal_name": null, "aliases": [], "website": "https://www.deltek.com", "canonical_domain": "deltek.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["cloud-infrastructure", "software"], "industry_labels": ["cloud computing", "software development", "software industry"], "founded_year": 1983, "employees": 3686, "public_company": true, "ticker": null, "exchange": null, "lei": "54930027T3HRC3BC7V10", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deltek_Logo.jpg", "description": "American enterprise resource planning (ERP) software company for project-based businesses", "sitelinks": 4, "importance": 0.3881, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1757 +{"wikidata_id": "Q120599684", "display_name": "SpaceXAI", "legal_name": null, "aliases": ["xAI company", "xAI Corp."], "website": "https://x.ai", "canonical_domain": "x.ai", "country": "US", "hq_city": "San Francisco Bay Area", "hq_region": "California", "lat": 37.81, "lon": -122.37, "industries": ["artificial-intelligence", "technology"], "industry_labels": ["artificial intelligence", "information technology industry"], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q193701", "name": "SpaceX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SpaceXAI_logo.svg", "description": "American artificial intelligence and social media division of SpaceX", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1758 +{"wikidata_id": "Q1542536", "display_name": "The Atlantic", "legal_name": null, "aliases": ["Atlantic", "The Atlantic Monthly", "Atlantic Monthly"], "website": "https://theatlantic.com", "canonical_domain": "theatlantic.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": [], "founded_year": 1857, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q39086631", "name": "Emerson Collective"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The-Atlantic-logo-vector.svg", "description": "magazine and multi-platform publisher based in Washington, D.C.", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1759 +{"wikidata_id": "Q494389", "display_name": "Polaroid Corporation", "legal_name": null, "aliases": ["Polaroid"], "website": "https://www.polaroid.com", "canonical_domain": "polaroid.com", "country": "US", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["media", "technology"], "industry_labels": ["photography", "electronics"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Polaroid_Logo_2020.svg", "description": "American company", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q431361"}]}
1760 +{"wikidata_id": "Q585329", "display_name": "Merriam-Webster", "legal_name": null, "aliases": ["G. & C. Merriam Company", "Inc.", "Incorporated"], "website": "https://www.merriam-webster.com", "canonical_domain": "merriam-webster.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["media"], "industry_labels": [], "founded_year": 1831, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2743906", "name": "Encyclopædia Britannica Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merriam-Webster_logo.svg", "description": "American dictionary publisher", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1761 +{"wikidata_id": "Q720871", "display_name": "Naughty Dog", "legal_name": null, "aliases": ["Jam Software", "Inc.", "LLC"], "website": "https://www.naughtydog.com", "canonical_domain": "naughtydog.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "American video game developer", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1762 +{"wikidata_id": "Q73801", "display_name": "Xbox Game Studios", "legal_name": null, "aliases": [], "website": "https://www.xbox.com", "canonical_domain": "xbox.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xbox_Game_Studios.svg", "description": "American video game company", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1763 +{"wikidata_id": "Q4385833", "display_name": "Massachusetts Mutual Life Insurance Company", "legal_name": null, "aliases": ["MassMutual"], "website": "https://www.massmutual.com", "canonical_domain": "massmutual.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "insurance industry"], "founded_year": 1851, "employees": 11000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VTN3OUG015N115", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MassMutual_logo.svg", "description": "American mutual life insurance company", "sitelinks": 10, "importance": 0.3868, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1764 +{"wikidata_id": "Q29469208", "display_name": "Simpson Manufacturing Company", "legal_name": null, "aliases": ["Simpson Strong Tie", "Simpson Strong-Tie"], "website": "https://simpsonmfg.com", "canonical_domain": "simpsonmfg.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["construction"], "industry_labels": ["building materials trade", "construction"], "founded_year": 1956, "employees": 2500, "public_company": true, "ticker": "SSD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "920371", "parent": null, "logo_url": null, "description": "US-based construction materials company", "sitelinks": 1, "importance": 0.3861, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "920371", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1765 +{"wikidata_id": "Q409230", "display_name": "Airstream", "legal_name": null, "aliases": [], "website": "https://www.airstream.com", "canonical_domain": "airstream.com", "country": "US", "hq_city": "Jackson Center", "hq_region": "Shelby County", "lat": 40.43861, "lon": -84.06222, "industries": ["transportation", "hospitality"], "industry_labels": ["transport industry", "leisure industry"], "founded_year": 1931, "employees": 1074, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7796068", "name": "Thor Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airstream_auto.png", "description": "brand of luxury recreational vehicles", "sitelinks": 14, "importance": 0.3857, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1766 +{"wikidata_id": "Q615788", "display_name": "Grupo Abril", "legal_name": null, "aliases": [], "website": "https://www.grupoabril.com.br", "canonical_domain": "grupoabril.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["media"], "industry_labels": ["media conglomerate"], "founded_year": 1950, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian media group", "sitelinks": 12, "importance": 0.3856, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1767 +{"wikidata_id": "Q727701", "display_name": "Bend Studio", "legal_name": null, "aliases": ["Eidetic", "Blank", "Berlyn & Co.", "SCE Bend Studio", "SIE Bend Studio"], "website": "https://www.bendstudio.com", "canonical_domain": "bendstudio.com", "country": "US", "hq_city": "Bend", "hq_region": "Deschutes County", "lat": 44.05639, "lon": -121.30806, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 130, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bend_Studio_Logo.svg", "description": "American first-party video game developer", "sitelinks": 19, "importance": 0.3855, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1768 +{"wikidata_id": "Q173150", "display_name": "Pratt & Whitney", "legal_name": null, "aliases": ["PW", "P&W", "Pratt & Whitney (United States)", "Pratt and Whitney", "Pratt and Whitney Company"], "website": "https://www.prattwhitney.com", "canonical_domain": "prattwhitney.com", "country": "US", "hq_city": "East Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76139, "lon": -72.61528, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q89368734", "name": "RTX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pratt_%26_Whitney_Logo.jpg", "description": "aircraft engine manufacturer", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q561130"}]}
1769 +{"wikidata_id": "Q205533", "display_name": "Zippo", "legal_name": null, "aliases": [], "website": "https://www.zippo.com", "canonical_domain": "zippo.com", "country": "US", "hq_city": "Bradford", "hq_region": "McKean County", "lat": 41.95917, "lon": -78.64472, "industries": ["consumer-goods"], "industry_labels": ["light industry"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zippo_logo.svg", "description": "American manufacturer of lighters", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1770 +{"wikidata_id": "Q28874479", "display_name": "The Boring Company", "legal_name": "The Boring Company", "aliases": ["TBC", "Boring", "Boring Company"], "website": "https://boringcompany.com", "canonical_domain": "boringcompany.com", "country": "US", "hq_city": "Hawthorne", "hq_region": "Los Angeles County", "lat": 33.91721, "lon": -118.34861, "industries": ["transportation"], "industry_labels": ["transport infrastructure"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Boring_Company_Logo.svg", "description": "infrastructure and tunneling company", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1771 +{"wikidata_id": "Q503592", "display_name": "Gillette", "legal_name": null, "aliases": [], "website": "https://gillette.com", "canonical_domain": "gillette.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212405", "name": "Procter & Gamble"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gillette.svg", "description": "American brand of men's safety razors and other personal care products", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q123160974"}]}
1772 +{"wikidata_id": "Q654283", "display_name": "Def Jam Recordings", "legal_name": null, "aliases": ["Def Jam", "Def Jam Records"], "website": "https://www.defjam.com", "canonical_domain": "defjam.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Def_Jam_Recordings.svg", "description": "American record label", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1773 +{"wikidata_id": "Q815723", "display_name": "Bell Textron", "legal_name": null, "aliases": ["Bell Helicopter Textron", "Bell Helicopter Textron Inc", "Bell Helicopter", "Bell Helicopter Textron", "Inc", "Bell Textron Inc."], "website": "https://www.bellflight.com", "canonical_domain": "bellflight.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2140315", "name": "Textron"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_Textron_logo.svg", "description": "aerospace manufacturer in the United States", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1774 +{"wikidata_id": "Q10303032", "display_name": "Intelbras", "legal_name": null, "aliases": [], "website": "https://www.intelbras.com.br", "canonical_domain": "intelbras.com.br", "country": "BR", "hq_city": "São José", "hq_region": "Santa Catarina", "lat": -27.615, "lon": -48.62778, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": 2261, "public_company": true, "ticker": "INTB3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Intelbras.svg", "description": null, "sitelinks": 1, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1775 +{"wikidata_id": "Q1071853", "display_name": "Chicago Board Options Exchange", "legal_name": null, "aliases": ["CBOE", "CBOE Global Markets Inc.", "XCBO"], "website": "https://markets.cboe.com", "canonical_domain": "cboe.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "876663", "parent": null, "logo_url": null, "description": "Options Exchange located in Chicago, Illinois, United States", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q30635731"}]}
1776 +{"wikidata_id": "Q2137023", "display_name": "Dover Publications", "legal_name": null, "aliases": ["Dover", "Courier Dover Publications", "Dover Books"], "website": "https://www.doverpublications.com", "canonical_domain": "doverpublications.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["media"], "industry_labels": ["SIC 3530 Construction, Mining & Materials Handling Machinery & Equip"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "DOV", "exchange": "NYSE", "lei": "549300GVDRMAUE3NEI68", "sec_cik": "29905", "parent": {"wikidata_id": "Q2124539", "name": "RR Donnelley"}, "logo_url": null, "description": "American book publisher", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "29905", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1777 +{"wikidata_id": "Q2709101", "display_name": "Maple Leaf Foods", "legal_name": null, "aliases": ["Canada Packers", "Inc."], "website": "https://www.mapleleaf.ca", "canonical_domain": "mapleleaf.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1202643", "parent": null, "logo_url": null, "description": "food packaging company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1778 +{"wikidata_id": "Q670764", "display_name": "Brooks Sports", "legal_name": null, "aliases": [], "website": "https://www.brooksrunning.com", "canonical_domain": "brooksrunning.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["consumer-goods"], "industry_labels": ["sports equipment"], "founded_year": 1914, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brooks_Sports_201x_logo.svg", "description": "sportswear company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1779 +{"wikidata_id": "Q687478", "display_name": "Meade Instruments", "legal_name": null, "aliases": [], "website": "https://meade.com", "canonical_domain": "meade.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1780 +{"wikidata_id": "Q7582097", "display_name": "Squarespace", "legal_name": "Squarespace, Inc.", "aliases": [], "website": "https://www.squarespace.com", "canonical_domain": "squarespace.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300T4QP7KELU8ST60", "sec_cik": "1496963", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Font_Awesome_5_brands_squarespace.svg", "description": "American software company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1496963", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1781 +{"wikidata_id": "Q815668", "display_name": "BellSouth", "legal_name": null, "aliases": [], "website": "https://www.bellsouth.com", "canonical_domain": "bellsouth.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35476", "name": "AT&T"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BellSouth_logo.svg", "description": "American telecommunications company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1782 +{"wikidata_id": "Q14239494", "display_name": "WB Games Montréal", "legal_name": null, "aliases": ["Warner Bros. Games Montréal"], "website": "https://wbgamesmontreal.com", "canonical_domain": "wbgamesmontreal.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WB_Games_Montr%C3%A9al_%282019%29.svg", "description": "Canadian video game development studio", "sitelinks": 16, "importance": 0.3846, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1783 +{"wikidata_id": "Q3100834", "display_name": "Gensler", "legal_name": null, "aliases": ["Gensler Architects"], "website": "https://www.gensler.com", "canonical_domain": "gensler.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["construction"], "industry_labels": ["architecture"], "founded_year": 1965, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gensler_logo.svg", "description": "American design and architecture firm", "sitelinks": 11, "importance": 0.3845, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1784 +{"wikidata_id": "Q10351987", "display_name": "Portobello S.A.", "legal_name": null, "aliases": [], "website": "https://www.portobello.com.br", "canonical_domain": "portobello.com.br", "country": "BR", "hq_city": "Tijucas", "hq_region": "Santa Catarina", "lat": -27.24083, "lon": -48.63389, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": 2200, "public_company": true, "ticker": "PTBL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3843, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1785 +{"wikidata_id": "Q2872634", "display_name": "Automattic", "legal_name": null, "aliases": [], "website": "https://automattic.com", "canonical_domain": "automattic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2005, "employees": 940, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1608418", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Automattic_logo.svg", "description": "American technology company", "sitelinks": 14, "importance": 0.3838, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1786 +{"wikidata_id": "Q3118790", "display_name": "Guardian Industries", "legal_name": null, "aliases": [], "website": "https://www.guardian.com", "canonical_domain": "guardian.com", "country": "US", "hq_city": "Auburn Hills", "hq_region": "Oakland County", "lat": 42.6875, "lon": -83.23417, "industries": ["construction"], "industry_labels": [], "founded_year": 1932, "employees": 17000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of glass, automotive and building products", "sitelinks": 9, "importance": 0.3831, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1787 +{"wikidata_id": "Q1153754", "display_name": "JBL", "legal_name": null, "aliases": ["James B. Lansing Sound", "James B. Lansing Sound", "Inc.", "JBL audio", "JBL audio company", "Lansing Sound"], "website": "https://www.jblstore.it", "canonical_domain": "jblstore.it", "country": "US", "hq_city": "Northridge", "hq_region": "Los Angeles", "lat": 34.22833, "lon": -118.53583, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JBL_logo.svg", "description": "American audio hardware company", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1788 +{"wikidata_id": "Q152784", "display_name": "The North Face, Inc.", "legal_name": null, "aliases": ["North Face", "The North Face", "The North Face Apparel Corp.", "the north face meilleure que thekooples"], "website": "https://www.thenorthface.com", "canonical_domain": "thenorthface.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300K5XXNIE78F9005", "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TheNorthFace_logo.svg", "description": "American company featuring outdoor apparel and sportswear", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1789 +{"wikidata_id": "Q16248298", "display_name": "A24", "legal_name": null, "aliases": ["A24 Films"], "website": "https://a24films.com", "canonical_domain": "a24films.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A24_logo.svg", "description": "American independent entertainment company", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1790 +{"wikidata_id": "Q387539", "display_name": "Hollywood Records", "legal_name": null, "aliases": [], "website": "https://www.hollywoodrecords.com", "canonical_domain": "hollywoodrecords.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2104471", "name": "Disney Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hollywood_Records_logo.svg", "description": "American record label", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1791 +{"wikidata_id": "Q407292", "display_name": "Air Greenland", "legal_name": null, "aliases": ["Gronlandsfly", "Grønlandsfly"], "website": "https://airgreenland.com", "canonical_domain": "airgreenland.com", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Greenland_logo.svg", "description": "flag carrier airline of Greenland", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1792 +{"wikidata_id": "Q889643", "display_name": "Lollapalooza", "legal_name": null, "aliases": ["Lollapalooza Music Festival"], "website": "https://www.lollapalooza.com", "canonical_domain": "lollapalooza.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lollapalooza_logo.svg", "description": "music festival in the United States", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1793 +{"wikidata_id": "Q5063137", "display_name": "Century Casinos", "legal_name": null, "aliases": [], "website": "https://www.cnty.com", "canonical_domain": "cnty.com", "country": "US", "hq_city": "Colorado Springs", "hq_region": "El Paso County", "lat": 38.86333, "lon": -104.79194, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1992, "employees": 1910, "public_company": true, "ticker": "CNTY", "exchange": "Nasdaq", "lei": "549300H2L4Y24HXY7M50", "sec_cik": "911147", "parent": null, "logo_url": null, "description": "gambling company", "sitelinks": 1, "importance": 0.3822, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1794 +{"wikidata_id": "Q564376", "display_name": "Leatherman", "legal_name": null, "aliases": [], "website": "https://www.leatherman.com", "canonical_domain": "leatherman.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1983, "employees": 525, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leatherman.svg", "description": "company", "sitelinks": 15, "importance": 0.3822, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1795 +{"wikidata_id": "Q1528553", "display_name": "O.F. Mossberg & Sons", "legal_name": null, "aliases": [], "website": "https://www.mossberg.com", "canonical_domain": "mossberg.com", "country": "US", "hq_city": "North Haven", "hq_region": "South Central Connecticut Planning Region", "lat": 41.39093, "lon": -72.85954, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1919, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O.F._Mossberg.png", "description": "company", "sitelinks": 15, "importance": 0.3815, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1796 +{"wikidata_id": "Q1947354", "display_name": "vvisions.com", "legal_name": null, "aliases": [], "website": "https://www.vvisions.com", "canonical_domain": "vvisions.com", "country": "US", "hq_city": "Albany", "hq_region": "Albany County", "lat": 42.65, "lon": -73.76667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q178824", "name": "Blizzard Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vicarious_Visions_Logo.svg", "description": "American video game development company", "sitelinks": 17, "importance": 0.3806, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1797 +{"wikidata_id": "Q1262898", "display_name": "Mar-a-Lago", "legal_name": null, "aliases": ["Mar-A-Lago National Historical Site", "Southern White House", "Winter White House", "The Mar-a-Lago Club"], "website": "https://www.maralagoclub.com", "canonical_domain": "maralagoclub.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 26.67701, "lon": -80.03893, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "resort and National Historic Landmark in Palm Beach, Florida, United States of America", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1798 +{"wikidata_id": "Q1330508", "display_name": "Singer Corporation", "legal_name": null, "aliases": ["I. M. Singer & Co.", "I.M. Singer & Co.", "Singer Manufacturing Company", "Singer Sewing Machine Company", "The Singer Company"], "website": "https://www.singerfrance.com", "canonical_domain": "singerfrance.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["manufacturing", "technology"], "industry_labels": ["industrial manufacturing", "electronics industry"], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3460257", "name": "SVP Worldwide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singer_2007Trans.jpg", "description": "American manufacturer of sewing machines and Consumer Electronics", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1799 +{"wikidata_id": "Q176916", "display_name": "Springer Science+Business Media", "legal_name": null, "aliases": ["Springer", "Springer-Verlag", "Verlag von Julius Springer", "Kluwer Academic Publishers", "Springer SBM", "Springer-Verlag Berlin Heidelberg", "Springer Science & Business", "Springer Science and Business Media Deutschland GmbH"], "website": "https://www.springer.com", "canonical_domain": "springer.com", "country": "US", "hq_city": "Luxembourg", "hq_region": null, "lat": 49.42465, "lon": 8.65645, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1842, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21096327", "name": "Springer Nature"}, "logo_url": null, "description": "global publishing company", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1488660"}, {"related_domain_conflict": "Q1677665"}]}
1800 +{"wikidata_id": "Q2050040", "display_name": "Pantone", "legal_name": null, "aliases": ["Pantone Inc."], "website": "https://www.pantone.com", "canonical_domain": "pantone.com", "country": "US", "hq_city": "Carlstadt", "hq_region": "Bergen County", "lat": 40.8264, "lon": -74.0623, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8041522", "name": "X-Rite"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pantone_logo.svg", "description": "color standards company", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1801 +{"wikidata_id": "Q645889", "display_name": "Reprise Records", "legal_name": null, "aliases": [], "website": "https://repriserecords.com", "canonical_domain": "repriserecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reprise_Records_logo.svg", "description": "American record label", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1802 +{"wikidata_id": "Q507104", "display_name": "EBX Group", "legal_name": null, "aliases": [], "website": "https://www.osx.com.br", "canonical_domain": "osx.com.br", "country": "BR", "hq_city": "Flamengo District", "hq_region": "Botafogo", "lat": -22.93361, "lon": -43.17444, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1983, "employees": 13000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoEBX.gif", "description": "company", "sitelinks": 9, "importance": 0.3792, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3347733"}]}
1803 +{"wikidata_id": "Q740999", "display_name": "TIAA", "legal_name": null, "aliases": ["TIAA-CREF", "Teachers Insurance and Annuity Association – College Retirement Equities Fund"], "website": "https://www.tiaa.org", "canonical_domain": "tiaa.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6500 Real Estate"], "founded_year": 1918, "employees": 12950, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "946155", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TIAA_logo_%282016%29.svg", "description": "financial services organization", "sitelinks": 9, "importance": 0.3792, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "946155", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1804 +{"wikidata_id": "Q785061", "display_name": "Mover Participações", "legal_name": null, "aliases": ["Mover Participações S.A.", "Camargo Corrêa", "Grupo Camargo Corrêa"], "website": "https://moverpar.com.br", "canonical_domain": "moverpar.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.5915, "lon": -46.6876, "industries": ["transportation", "construction"], "industry_labels": ["transport industry", "construction industry"], "founded_year": 1939, "employees": 65000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Mover_Participa%C3%A7%C3%B5es.svg", "description": "Brazilian private conglomerate", "sitelinks": 7, "importance": 0.379, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1805 +{"wikidata_id": "Q10319484", "display_name": "LocaWeb", "legal_name": null, "aliases": [], "website": "https://www.locaweb.com.br", "canonical_domain": "locaweb.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": 1500, "public_company": true, "ticker": "LWSA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Locaweb_%282017%29.svg", "description": null, "sitelinks": 1, "importance": 0.3788, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1806 +{"wikidata_id": "Q17109731", "display_name": "NextGen Healthcare Information Systems", "legal_name": "NextGen Healthcare, Inc.", "aliases": ["NextGen Healthcare"], "website": "https://www.nextgen.com", "canonical_domain": "nextgen.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["technology"], "industry_labels": ["health information technology"], "founded_year": 1976, "employees": 1500, "public_company": true, "ticker": "NXGN", "exchange": "Nasdaq", "lei": null, "sec_cik": "708818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NG_Logo_1024x768.png", "description": "American software and services company", "sitelinks": 1, "importance": 0.3788, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1807 +{"wikidata_id": "Q1420893", "display_name": "Fisker", "legal_name": null, "aliases": [], "website": "https://www.fiskerinc.com", "canonical_domain": "fiskerinc.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300UUN5RWU44MBX79", "sec_cik": "1821896", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fisker%2C_IAA_Mobility_2023%2C_Munich_%28P1110255%29.jpg", "description": "American automotive company", "sitelinks": 13, "importance": 0.3774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1808 +{"wikidata_id": "Q1943468", "display_name": "Molex", "legal_name": null, "aliases": ["Molex Incorporated"], "website": "https://www.molex.com", "canonical_domain": "molex.com", "country": "US", "hq_city": "Lisle", "hq_region": "DuPage County", "lat": 41.7925, "lon": -88.0883, "industries": ["technology"], "industry_labels": ["electronics", "SIC 3678 Electronic Connectors"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "549300GX4H4HMEVO2G84", "sec_cik": "67472", "parent": {"wikidata_id": "Q1496384", "name": "Koch, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molex-Logo.svg", "description": "manufacturer of electronic, electrical and fiber optic interconnection systems", "sitelinks": 13, "importance": 0.3774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "67472", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1809 +{"wikidata_id": "Q2985314", "display_name": "Tectoy", "legal_name": null, "aliases": ["Tec Toy", "Tec Toy Desenvolvimento Digital", "Tec Toy S.A", "Tectoy S.A"], "website": "https://www.tectoy.com.br", "canonical_domain": "tectoy.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Tectoy_%282018%29.svg", "description": "Brazilian video game and electronics company", "sitelinks": 13, "importance": 0.3774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1810 +{"wikidata_id": "Q608377", "display_name": "Bauer Hockey", "legal_name": null, "aliases": [], "website": "https://www.bauer.com", "canonical_domain": "bauer.com", "country": "US", "hq_city": "Exeter", "hq_region": "Rockingham County", "lat": 42.98139, "lon": -70.94778, "industries": [], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300SWMDL4NCDF0U20", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bauer_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.3774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1811 +{"wikidata_id": "Q907435", "display_name": "Onex Corporation", "legal_name": null, "aliases": ["ONAX"], "website": "https://www.onex.com", "canonical_domain": "onex.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "894500LB8PNE5C7CEN88", "sec_cik": "937226", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Onex_Corporation.svg", "description": "Canadian investment company", "sitelinks": 13, "importance": 0.3774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1812 +{"wikidata_id": "Q28154806", "display_name": "MINDBODY", "legal_name": "Mindbody, Inc.", "aliases": ["Mindbody Inc.", "Mindbody Online", "Inc.", "Mindbody Software", "MINDBODYONLINE"], "website": "https://mindbodyonline.com", "canonical_domain": "mindbodyonline.com", "country": "US", "hq_city": "San Luis Obispo", "hq_region": "San Luis Obispo County", "lat": 35.27417, "lon": -120.66306, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": 1337, "public_company": true, "ticker": "MB", "exchange": "Nasdaq", "lei": "549300DOX928XM8ENR47", "sec_cik": "1458962", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MINDBODY_Logo.png", "description": "American multinational software as a service corporation based in San Luis Obispo, California", "sitelinks": 1, "importance": 0.3771, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1813 +{"wikidata_id": "Q1587900", "display_name": "Harvard University Press", "legal_name": null, "aliases": [], "website": "https://www.hup.harvard.edu", "canonical_domain": "harvard.edu", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q13371", "name": "Harvard University"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harvard_univ_press.svg", "description": "American university publishing house", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q49122"}, {"related_domain_conflict": "Q2627361"}, {"related_domain_conflict": "Q5676489"}, {"related_domain_conflict": "Q15294956"}]}
1814 +{"wikidata_id": "Q17061332", "display_name": "Smashburger", "legal_name": null, "aliases": ["Smash Burger"], "website": "https://www.order.store", "canonical_domain": "order.store", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smashburgerlogo.jpg", "description": "American fast-food chain", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1815 +{"wikidata_id": "Q579509", "display_name": "Massey Ferguson", "legal_name": null, "aliases": ["MF"], "website": "https://www.masseyferguson.com", "canonical_domain": "masseyferguson.com", "country": "US", "hq_city": "Duluth", "hq_region": "Gwinnett County", "lat": 34.00306, "lon": -84.14556, "industries": ["agriculture", "industrial-machinery"], "industry_labels": ["agriculture", "mechanical engineering"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292292", "name": "AGCO"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Massey_Ferguson_165_Front_Logo.jpg", "description": "agricultural machinery manufacturing company", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1816 +{"wikidata_id": "Q60324825", "display_name": "All Elite Wrestling", "legal_name": null, "aliases": ["AEW"], "website": "https://www.allelitewrestling.com", "canonical_domain": "allelitewrestling.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["entertainment"], "industry_labels": ["streaming media", "professional wrestling"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/All_Elite_Wrestling_logo_2023.png", "description": "American professional wrestling promotion", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1817 +{"wikidata_id": "Q718194", "display_name": "PDVSA", "legal_name": null, "aliases": ["Petroleos de Venezuela", "Petróleos de Venezuela", "Petroleos de Venezuela SA", "Petroleum of Venezuela"], "website": "https://www.pdvsa.com", "canonical_domain": "pdvsa.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YWR8TN1OFD4P06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PDV_S.A._logo.svg", "description": "Venezuelan government-owned oil company", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1818 +{"wikidata_id": "Q750428", "display_name": "Palo Alto Research Center", "legal_name": "Xerox Palo Alto Research Center", "aliases": ["PARC", "Inc.", "Xerox PARC"], "website": "https://www.parc.com", "canonical_domain": "parc.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["professional-services"], "industry_labels": ["research and development"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q604924", "name": "SRI International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PARC_logo_2023.png", "description": "American business (1970-)", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1819 +{"wikidata_id": "Q778673", "display_name": "Sub Pop", "legal_name": "Sub Pop", "aliases": ["Sub Pop Records"], "website": "https://www.subpop.com", "canonical_domain": "subpop.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sub_Pop.svg", "description": "American record label", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1820 +{"wikidata_id": "Q94937", "display_name": "2K", "legal_name": null, "aliases": [], "website": "https://www.2k.com", "canonical_domain": "2k.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2K_2021_Logo.svg", "description": "American video game publisher", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1821 +{"wikidata_id": "Q953040", "display_name": "Searchlight Pictures", "legal_name": null, "aliases": [], "website": "https://www.searchlightpictures.com", "canonical_domain": "searchlightpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Searchlight_Pictures_logo_wordmark_3.svg", "description": "American film distribution company", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1822 +{"wikidata_id": "Q965371", "display_name": "Sistema Brasileiro de Televisão", "legal_name": null, "aliases": ["SBT"], "website": "https://www.sbt.com.br", "canonical_domain": "sbt.com.br", "country": "BR", "hq_city": "CDT da Anhanguera", "hq_region": null, "lat": -23.47556, "lon": -46.7775, "industries": ["media"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sistema_Brasileiro_de_Televis%C3%A3o_logo_%28monochrome_version%29.svg", "description": "Brazilian television network", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1823 +{"wikidata_id": "Q6721379", "display_name": "Mabe", "legal_name": null, "aliases": [], "website": "https://www.mabe.cc", "canonical_domain": "mabe.cc", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": 22000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_Mabe.svg", "description": "Mexican appliance company", "sitelinks": 8, "importance": 0.3757, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1824 +{"wikidata_id": "Q1746945", "display_name": "Wind River Systems", "legal_name": null, "aliases": ["Barry Mainz", "jim douglas", "Ken Klein", "Wind River Systems Inc."], "website": "https://www.windriver.com", "canonical_domain": "windriver.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1981, "employees": 1507, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q643626", "name": "Aptiv"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wind_River_logo.svg", "description": "American software company", "sitelinks": 12, "importance": 0.3756, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1825 +{"wikidata_id": "Q295780", "display_name": "ANTEL", "legal_name": "Administración Nacional de Telecomunicaciones", "aliases": [], "website": "https://www.antel.com.uy", "canonical_domain": "antel.com.uy", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1974, "employees": 5050, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Antel.svg", "description": "state owned telecommunication company in Uruguay", "sitelinks": 10, "importance": 0.3755, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1826 +{"wikidata_id": "Q1803626", "display_name": "Landmark Worldwide", "legal_name": null, "aliases": [], "website": "https://landmarkworldwide.com", "canonical_domain": "landmarkworldwide.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": 525, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company offering personal development programs", "sitelinks": 14, "importance": 0.3754, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1827 +{"wikidata_id": "Q4887996", "display_name": "Benihana", "legal_name": null, "aliases": ["Benihana's", "Benihana's Steakhouse", "Benihanas", "Benihanas Steakhouse"], "website": "https://www.benihana.com", "canonical_domain": "benihana.com", "country": "US", "hq_city": "Doral", "hq_region": "Miami-Dade County", "lat": 25.80814, "lon": -80.35332, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1964, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Benihana_Japanese_Steakhouse_logo.png", "description": "Japanese steakhouse based in the United States", "sitelinks": 10, "importance": 0.3754, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1828 +{"wikidata_id": "Q842174", "display_name": "Eddie Bauer Holdings, Inc.", "legal_name": null, "aliases": ["Eddie Bauer"], "website": "https://www.eddiebauer.com", "canonical_domain": "eddiebauer.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1920, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing company", "sitelinks": 9, "importance": 0.3754, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1829 +{"wikidata_id": "Q117169721", "display_name": "Azenta Life Sciences", "legal_name": null, "aliases": [], "website": "https://www.azenta.com", "canonical_domain": "azenta.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": null, "employees": 1176, "public_company": true, "ticker": "AZTA", "exchange": "Nasdaq", "lei": "35ZN6X1ANPH25YN32Y17", "sec_cik": "933974", "parent": null, "logo_url": null, "description": "life science company", "sitelinks": 1, "importance": 0.3752, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1830 +{"wikidata_id": "Q58041994", "display_name": "TRI Pointe Group", "legal_name": null, "aliases": [], "website": "https://www.tripointegroup.com", "canonical_domain": "tripointegroup.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["construction"], "industry_labels": ["SIC 1531 Operative Builders"], "founded_year": 2009, "employees": 1140, "public_company": true, "ticker": "TPH", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1561680", "parent": null, "logo_url": null, "description": "TRI Pointe Group", "sitelinks": 1, "importance": 0.3748, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1561680", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1831 +{"wikidata_id": "Q51135597", "display_name": "Fenty Beauty", "legal_name": null, "aliases": ["FEИTY BEAUTY"], "website": "https://www.fentybeauty.com", "canonical_domain": "fentybeauty.com", "country": "US", "hq_city": "425 Market Street", "hq_region": "San Francisco", "lat": 37.79116, "lon": -122.39816, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2018, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q504998", "name": "LVMH"}, "logo_url": null, "description": "cosmetics line by Rihanna", "sitelinks": 16, "importance": 0.3746, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1832 +{"wikidata_id": "Q1807739", "display_name": "The NPD Group", "legal_name": null, "aliases": ["NPD", "National Purchase Diary Panel Inc.", "NPD Research Inc.", "Inc."], "website": "https://www.npd.com", "canonical_domain": "npd.com", "country": "US", "hq_city": "Port Washington", "hq_region": "North Hempstead", "lat": 40.82889, "lon": -73.68667, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1967, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": "549300UPO6GEFWDRKX84", "sec_cik": null, "parent": null, "logo_url": null, "description": "American market-research company", "sitelinks": 12, "importance": 0.3745, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1833 +{"wikidata_id": "Q6735673", "display_name": "Mailchimp", "legal_name": null, "aliases": ["MailChimp"], "website": "https://mailchimp.com", "canonical_domain": "mailchimp.com", "country": "US", "hq_city": "Ponce City Market", "hq_region": "Atlanta", "lat": 33.7729, "lon": -84.3657, "industries": ["media"], "industry_labels": ["email marketing"], "founded_year": 2001, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1318848", "name": "Intuit"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MailChimp.svg", "description": "email marketing service", "sitelinks": 13, "importance": 0.3742, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1834 +{"wikidata_id": "Q110496917", "display_name": "Brisanet", "legal_name": null, "aliases": [], "website": "https://www.brisanet.com.br", "canonical_domain": "brisanet.com.br", "country": "BR", "hq_city": "Pereiro", "hq_region": "Ceará", "lat": -6.045, "lon": -38.46083, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1997, "employees": 6, "public_company": true, "ticker": "BRST3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brisanet_logo.svg", "description": null, "sitelinks": 3, "importance": 0.3739, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1835 +{"wikidata_id": "Q1496384", "display_name": "Koch, Inc.", "legal_name": null, "aliases": ["Koch", "Koch Companies", "Koch Companies LLC", "Koch Industries", "Rock Island Oil & Refining Company", "Wood River Oil and Refining Company"], "website": "https://www.kochinc.com", "canonical_domain": "kochinc.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005158BXZWGOX572", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koch_logo.svg", "description": "second largest privately held company in the United States", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1836 +{"wikidata_id": "Q373933", "display_name": "Dark Horse Comics, LLC", "legal_name": null, "aliases": ["Dark Horse Comics", "Dark Horse Comics", "Inc.", "Dark Horse Comics LLC"], "website": "https://www.darkhorse.com", "canonical_domain": "darkhorse.com", "country": "US", "hq_city": "Oregon", "hq_region": "United States", "lat": 43.93583, "lon": -120.575, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q139022640", "name": "Dark Horse Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dark_Horse_Comics_wordmark.svg", "description": "American publishing company", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1837 +{"wikidata_id": "Q457893", "display_name": "Amblin Entertainment", "legal_name": null, "aliases": [], "website": "https://amblin.com", "canonical_domain": "amblin.com", "country": "US", "hq_city": "Universal City", "hq_region": "Los Angeles County", "lat": 34.13889, "lon": -118.3525, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22079339", "name": "Amblin Partners"}, "logo_url": null, "description": "American film production company", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q22079339"}]}
1838 +{"wikidata_id": "Q745019", "display_name": "Colt's Manufacturing Company", "legal_name": null, "aliases": ["Colt", "Colt Firearms", "Colt Manufacturing", "Colt's Patent Fire Arms Manufacturing Company"], "website": "https://www.colt.com", "canonical_domain": "colt.com", "country": "US", "hq_city": "West Hartford", "hq_region": "Capitol Planning Region", "lat": 41.73851, "lon": -72.72296, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55568528", "name": "Colt CZ Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colt_logo.png", "description": "American firearms manufacturer", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16827494"}]}
1839 +{"wikidata_id": "Q1282208", "display_name": "W. W. Norton & Company", "legal_name": null, "aliases": ["Norton", "W. W. Norton & Co.", "W. W. Norton and Company", "W.W. Norton & Co.", "W.W. Norton & Company", "WW Norton & Company"], "website": "https://www.wwnorton.com", "canonical_domain": "wwnorton.com", "country": "US", "hq_city": "500 Fifth Avenue", "hq_region": "Manhattan", "lat": 40.7538, "lon": -73.9813, "industries": ["media"], "industry_labels": [], "founded_year": 1923, "employees": 450, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 14, "importance": 0.3732, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1840 +{"wikidata_id": "Q4816569", "display_name": "Atlantic Tele-Network", "legal_name": null, "aliases": [], "website": "https://www.atni.com", "canonical_domain": "atni.com", "country": "US", "hq_city": "Beverly", "hq_region": "Essex County", "lat": 42.55833, "lon": -70.88, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1987, "employees": 1000, "public_company": true, "ticker": "ATNI", "exchange": "Nasdaq", "lei": "54930013NP7VEU877V56", "sec_cik": "879585", "parent": null, "logo_url": null, "description": "US American telecommunications company", "sitelinks": 1, "importance": 0.3729, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1841 +{"wikidata_id": "Q3561117", "display_name": "ZeniMax Online Studios", "legal_name": null, "aliases": [], "website": "https://zenimaxonline.com", "canonical_domain": "zenimaxonline.com", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q189557", "name": "ZeniMax Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZeniMax_Online_Studios_Logo_%282012%29.svg", "description": "American video game development company", "sitelinks": 15, "importance": 0.3715, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1842 +{"wikidata_id": "Q1121892", "display_name": "OpenDNS", "legal_name": null, "aliases": [], "website": "https://www.opendns.com", "canonical_domain": "opendns.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1502522", "parent": {"wikidata_id": "Q173395", "name": "Cisco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OpenDNS.svg", "description": "company", "sitelinks": 23, "importance": 0.3712, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1843 +{"wikidata_id": "Q649649", "display_name": "Focus Features", "legal_name": null, "aliases": ["October Films", "Good Machine", "Gramercy Pictures", "Universal Focus", "USA Films"], "website": "https://www.focusfeatures.com", "canonical_domain": "focusfeatures.com", "country": "US", "hq_city": "Universal City", "hq_region": "Los Angeles County", "lat": 34.13889, "lon": -118.3525, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q168383", "name": "Universal Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Focus_Features.svg", "description": "art house films division of NBCUniversal", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1844 +{"wikidata_id": "Q798768", "display_name": "Bad Robot Productions", "legal_name": null, "aliases": ["Bad Robot"], "website": "https://www.badrobot.com", "canonical_domain": "badrobot.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["media", "entertainment"], "industry_labels": ["television", "film industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bad_Robot_Productions.svg", "description": "American film and television production company", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1845 +{"wikidata_id": "Q950650", "display_name": "Mack Trucks", "legal_name": null, "aliases": ["Inc."], "website": "https://www.macktrucks.com", "canonical_domain": "macktrucks.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2033642", "name": "Volvo Trucks"}, "logo_url": null, "description": "American company", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1846 +{"wikidata_id": "Q1352708", "display_name": "Saputo", "legal_name": null, "aliases": ["Saputo Inc.", "Saputo Incorporated"], "website": "https://www.saputo.com", "canonical_domain": "saputo.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1177650", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saputo_Logo.svg", "description": "Canadian dairy company", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1847 +{"wikidata_id": "Q162852", "display_name": "SurveyMonkey", "legal_name": null, "aliases": ["Momentive", "MNTV", "Momentive Global Inc.", "survey monkey", "Survey Monkey", "surveymonkey", "Surveymonkey", "SVMK"], "website": "https://sv.surveymonkey.com", "canonical_domain": "surveymonkey.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software", "internet"], "industry_labels": ["software as a service", "online survey service"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SurveyMonkey_Logo_svg.svg", "description": "Global online survey, forms and feedback SaaS platform used by businesses, researchers (and students) and individuals", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1848 +{"wikidata_id": "Q2749168", "display_name": "Penalty", "legal_name": null, "aliases": [], "website": "https://www.penalty.com.br", "canonical_domain": "penalty.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Penalty_%282024%29.svg", "description": "Brazilian sporting goods manufacturer", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1849 +{"wikidata_id": "Q3131224", "display_name": "Transporte Aéreo Militar", "legal_name": null, "aliases": ["TAM", "TAM Bolivia", "TAMep", "Military Air Transport Public Company"], "website": "https://www.tamep.bo", "canonical_domain": "tamep.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["defense", "airlines"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "military airline of Bolivia", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1850 +{"wikidata_id": "Q620534", "display_name": "Stratolaunch Systems", "legal_name": null, "aliases": ["Stratolaunch", "Stratolaunch Systems Corporation"], "website": "https://www.stratolaunch.com", "canonical_domain": "stratolaunch.com", "country": "US", "hq_city": "Montgomery", "hq_region": "Montgomery County", "lat": 32.3675, "lon": -86.3, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2011, "employees": 21, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3563813", "name": "Vulcan Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stratolaunch_wordmark.svg", "description": "company", "sitelinks": 21, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1851 +{"wikidata_id": "Q6725925", "display_name": "Mad Catz", "legal_name": null, "aliases": ["MadCatz"], "website": "https://www.madcatz.com", "canonical_domain": "madcatz.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mad-Catz-Logo.png", "description": "video game accessories company", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1852 +{"wikidata_id": "Q692041", "display_name": "monster.com", "legal_name": null, "aliases": ["Monster", "Monster Worldwide", "Monster Worldwide", "Inc."], "website": "https://www.monster.com", "canonical_domain": "monster.com", "country": "US", "hq_city": "Zurich", "hq_region": "Zurich District", "lat": 47.37444, "lon": 8.54111, "industries": ["internet"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300SUJ0LW6NYJFG31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monster.com_Logo_2019.svg", "description": "employment website", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1853 +{"wikidata_id": "Q10300984", "display_name": "Iguatemi Empresa de Shopping Centers S.A.", "legal_name": null, "aliases": [], "website": "https://www.iguatemi.com.br", "canonical_domain": "iguatemi.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["real-estate"], "industry_labels": ["shopping mall"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "IGTA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Iguatemi.svg", "description": "Brazilian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1854 +{"wikidata_id": "Q10303178", "display_name": "International Meal Company", "legal_name": null, "aliases": ["IMC"], "website": "https://www.internationalmealcompany.com", "canonical_domain": "internationalmealcompany.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "MEAL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian holding company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1855 +{"wikidata_id": "Q10382234", "display_name": "ThoughtWorks", "legal_name": null, "aliases": ["Thoughtworks Holding Inc."], "website": "https://www.thoughtworks.com", "canonical_domain": "thoughtworks.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology", "software", "consulting"], "industry_labels": ["technology", "software industry", "consulting"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TWKS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thoughtworks_logo.png", "description": "global technology consultancy", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1856 +{"wikidata_id": "Q106238038", "display_name": "Western Alliance Bancorporation", "legal_name": null, "aliases": [], "website": "https://www.westernalliancebancorporation.com", "canonical_domain": "westernalliancebancorporation.com", "country": "US", "hq_city": "Phoenix", "hq_region": "AZ", "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["bank", "SIC 6022 State Commercial Banks"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WAL", "exchange": "New York Stock Exchange", "lei": "5493003VJXZ5JXT9S762", "sec_cik": "1212545", "parent": null, "logo_url": null, "description": "banking products provider", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1212545", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1857 +{"wikidata_id": "Q106240666", "display_name": "Luminar Technologies", "legal_name": "Luminar Technologies, Inc.", "aliases": ["Luminar", "Gores Metropoulos", "Gores Metropoulos", "Inc.", "Inc."], "website": "https://www.luminartech.com", "canonical_domain": "luminartech.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "LAZR", "exchange": "Nasdaq", "lei": "549300AVGXLDWYMI4298", "sec_cik": "1781531", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Luminar_Technologies_logo.png", "description": "U.S. company specializing in lidar autonomous driving technology", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1858 +{"wikidata_id": "Q106631196", "display_name": "Klaviyo", "legal_name": null, "aliases": ["Clavio", "klavio", "Klaviyo Inc.", "klavyio", "klayvio", "Klayviyo"], "website": "https://www.klaviyo.com", "canonical_domain": "klaviyo.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology", "software"], "industry_labels": ["information technology", "marketing software industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "KVYO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1835830", "parent": null, "logo_url": null, "description": "B2C CRM and marketing automation platform", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1859 +{"wikidata_id": "Q11080927", "display_name": "New World Department Store China Limited", "legal_name": null, "aliases": [], "website": "https://www.nwds.com.hk", "canonical_domain": "nwds.com.hk", "country": "KY", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0825", "exchange": "Hong Kong Stock Exchange", "lei": "529900N99TVMJ68CS860", "sec_cik": null, "parent": {"wikidata_id": "Q752084", "name": "New World Development Company Limited"}, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1860 +{"wikidata_id": "Q111411592", "display_name": "Asana Inc.", "legal_name": null, "aliases": [], "website": "https://www.asana.com", "canonical_domain": "asana.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ASAN", "exchange": "New York Stock Exchange", "lei": "254900X7UAJNMLPLZ510", "sec_cik": "1477720", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asana_logo.svg", "description": "commercial business enterprise; maker of Asana software", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1477720", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1861 +{"wikidata_id": "Q112659289", "display_name": "AST SpaceMobile", "legal_name": null, "aliases": ["AST & Science", "ASTS", "SpaceMobile"], "website": "https://ast-science.com", "canonical_domain": "ast-science.com", "country": "US", "hq_city": "Midland", "hq_region": "Midland County", "lat": 32.005, "lon": -102.09917, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "ASTS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1780312", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AST_SpaceMobile_logo.png", "description": "American satellite manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1780312", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1862 +{"wikidata_id": "Q114795591", "display_name": "Blue Owl Capital", "legal_name": null, "aliases": ["Blue Owl"], "website": "https://www.blueowlcapitalcorporation.com", "canonical_domain": "blueowlcapitalcorporation.com", "country": "US", "hq_city": "399 Park Avenue", "hq_region": "Manhattan", "lat": 40.7592, "lon": -73.9718, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "OWL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1823945", "parent": null, "logo_url": null, "description": "American alternative asset management firm", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1823945", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1863 +{"wikidata_id": "Q11991273", "display_name": "Newsmax Media", "legal_name": null, "aliases": ["Newsmax", "Newsmax Media Inc.", "Newsmax", "Inc.", "NewsmaxMedia"], "website": "https://newsmax.com", "canonical_domain": "newsmax.com", "country": "US", "hq_city": "West Palm Beach", "hq_region": "Palm Beach County", "lat": 26.70972, "lon": -80.06417, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "NMAX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "2026478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Newsmax.jpg", "description": "American news organization", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2026478", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1864 +{"wikidata_id": "Q1206686", "display_name": "DDR Corp.", "legal_name": null, "aliases": ["DDR Corp"], "website": "https://www.sitecenters.com", "canonical_domain": "sitecenters.com", "country": "US", "hq_city": "Beachwood", "hq_region": "Cuyahoga County", "lat": 41.4822, "lon": -81.5039, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "DDR", "exchange": "New York Stock Exchange", "lei": "W2AVA6SODOQ1LCYJQR54", "sec_cik": "894315", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DDR_Corp_logo.svg", "description": "American company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1865 +{"wikidata_id": "Q12521253", "display_name": "The Howard Hughes Corporation", "legal_name": null, "aliases": ["Summa Corporation"], "website": "https://www.howardhughes.com", "canonical_domain": "howardhughes.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "HHH", "exchange": "New York Stock Exchange", "lei": "549300BVHY25JZC1KI49", "sec_cik": "1981792", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Howard_Hughes_Corporation_logo.svg", "description": "real estate development and management company based in Dallas, Texas", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1981792", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1866 +{"wikidata_id": "Q1341590", "display_name": "Enerplus", "legal_name": null, "aliases": [], "website": "https://www.enerplus.com", "canonical_domain": "enerplus.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "ERF", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enerplus_Logo.svg", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1867 +{"wikidata_id": "Q13576574", "display_name": "Ituran", "legal_name": null, "aliases": [], "website": "https://www.ituran.com", "canonical_domain": "ituran.com", "country": "US", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ITRN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1337117", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ituran_logo.svg", "description": "Israeli company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1337117", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1868 +{"wikidata_id": "Q13583352", "display_name": "Aircastle", "legal_name": null, "aliases": [], "website": "https://www.aircastle.com", "canonical_domain": "aircastle.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["aerospace-defense"], "industry_labels": ["aircraft lease"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "AYR", "exchange": "New York Stock Exchange", "lei": "549300PNK8AKY3OIKP58", "sec_cik": "1362988", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aircastle_Logo.svg", "description": "aircraft leasing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1362988", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1869 +{"wikidata_id": "Q1369955", "display_name": "W. R. Berkley", "legal_name": null, "aliases": ["Berkley", "W. R. Berkley Corporation"], "website": "https://www.wrberkley.com", "canonical_domain": "wrberkley.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "WRB", "exchange": "New York Stock Exchange", "lei": "SQOAGCLKBDWNVYV1OV80", "sec_cik": "11544", "parent": null, "logo_url": null, "description": "commercial lines property & casualty insurance holding company organized in Delaware and based in Greenwich, Connecticut", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1870 +{"wikidata_id": "Q1371852", "display_name": "MBIA", "legal_name": null, "aliases": [], "website": "https://www.mbia.com", "canonical_domain": "mbia.com", "country": "US", "hq_city": "Armonk", "hq_region": "North Castle", "lat": 41.12861, "lon": -73.70778, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "MBI", "exchange": "New York Stock Exchange", "lei": "54F1KGFE2KNP3VAL3P42", "sec_cik": "814585", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MBIA-Logo.svg", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1871 +{"wikidata_id": "Q143435", "display_name": "Unum", "legal_name": null, "aliases": [], "website": "https://www.unum.com", "canonical_domain": "unum.com", "country": "US", "hq_city": "Chattanooga", "hq_region": "Hamilton County", "lat": 35.04556, "lon": -85.26722, "industries": ["insurance"], "industry_labels": ["SIC 6321 Accident & Health Insurance"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "UNM", "exchange": "New York Stock Exchange", "lei": "549300E32YFDO6TZ8R31", "sec_cik": "5513", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unum_Group_logo.svg", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "5513", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1872 +{"wikidata_id": "Q15109846", "display_name": "Sarepta Therapeutics", "legal_name": null, "aliases": ["AVI BioPharma", "Sarepta Therapeutics Inc", "Inc."], "website": "https://www.sarepta.com", "canonical_domain": "sarepta.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "SRPT", "exchange": "Nasdaq", "lei": "549300IKDPIED8J8IG21", "sec_cik": "873303", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1873 +{"wikidata_id": "Q15917582", "display_name": "Quidel", "legal_name": null, "aliases": ["en el mapuche como antorcha encendida"], "website": "https://www.quidel.com", "canonical_domain": "quidel.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "QDEL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1906324", "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1906324", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1874 +{"wikidata_id": "Q1592340", "display_name": "Tivity Health", "legal_name": null, "aliases": [], "website": "https://www.tivityhealth.com", "canonical_domain": "tivityhealth.com", "country": "US", "hq_city": "Franklin", "hq_region": "Williamson County", "lat": 35.92917, "lon": -86.8575, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "TVTY", "exchange": "Nasdaq", "lei": "U5UKZMHGMOP0CPFG4B24", "sec_cik": "704415", "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1875 +{"wikidata_id": "Q16013760", "display_name": "Enpro Industries", "legal_name": null, "aliases": [], "website": "https://www.enproindustries.com", "canonical_domain": "enproindustries.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "NPO", "exchange": "New York Stock Exchange", "lei": "549300Y5CFT2LKCFDN54", "sec_cik": "1164863", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enpro_Logo.svg", "description": "American industrial technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1876 +{"wikidata_id": "Q1601457", "display_name": "Positivo Tecnologia", "legal_name": null, "aliases": [], "website": "https://www.positivotecnologia.com.br", "canonical_domain": "positivotecnologia.com.br", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": ["technology"], "industry_labels": ["information technology", "consumer electronics industry", "computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "POSI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Positivo_Tecnologia_%282025%29.svg", "description": "Brazilian producer of computers and smartphones based in Curitiba, Paraná", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1877 +{"wikidata_id": "Q16496437", "display_name": "Banco BMG", "legal_name": null, "aliases": [], "website": "https://www.bancobmg.com.br", "canonical_domain": "bancobmg.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "BMGB4", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_do_Banco_Bmg.svg", "description": "Major Brazilian retail bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1878 +{"wikidata_id": "Q1666040", "display_name": "Interface, Inc.", "legal_name": null, "aliases": [], "website": "https://www.interfaceinc.com", "canonical_domain": "interfaceinc.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "TILE", "exchange": "Nasdaq", "lei": "549300VXZWQOIDFPU355", "sec_cik": "715787", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interface_newer_logo.svg", "description": "Manufacturer of commercial flooring", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1879 +{"wikidata_id": "Q1689717", "display_name": "Jive Software", "legal_name": null, "aliases": [], "website": "https://www.jivesoftware.com", "canonical_domain": "jivesoftware.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["collaborative software"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "JIVE", "exchange": "Nasdaq", "lei": "549300V3FTYPI61H4S97", "sec_cik": "1462633", "parent": null, "logo_url": null, "description": "software company selling enterprise social networking", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1880 +{"wikidata_id": "Q16952393", "display_name": "TD Cowen", "legal_name": null, "aliases": ["Cowen & Co.", "Cowen Group", "SG Cowen Securities Corporation"], "website": "https://www.cowen.com", "canonical_domain": "cowen.com", "country": "US", "hq_city": "599 Lexington Avenue", "hq_region": "Manhattan", "lat": 40.75784, "lon": -73.97073, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "COWN", "exchange": "Nasdaq", "lei": "5493008QI0EFC5WBED75", "sec_cik": "1355007", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TD_Cowen.png", "description": "American investment bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1881 +{"wikidata_id": "Q16980428", "display_name": "K. Hovnanian Homes", "legal_name": null, "aliases": ["Hovnanian Enterprises", "K. Hovnanian Companies"], "website": "https://www.khov.com", "canonical_domain": "khov.com", "country": "US", "hq_city": "Red Bank", "hq_region": "Monmouth County", "lat": 40.3487, "lon": -74.0665, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "HOV", "exchange": "New York Stock Exchange", "lei": "549300805N4EF0ROBT53", "sec_cik": "357294", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K._Hovnanian_Enterprises_Inc_Logo.png", "description": "Real estate company in the United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1882 +{"wikidata_id": "Q16994021", "display_name": "Gentherm Incorporated", "legal_name": null, "aliases": ["Amerigon", "Gentherm"], "website": "https://www.gentherm.com", "canonical_domain": "gentherm.com", "country": "US", "hq_city": "Northville", "hq_region": "Wayne County", "lat": 42.43333, "lon": -83.48333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "THRM", "exchange": "Nasdaq", "lei": "HKM6YX1U5JS60TCUB219", "sec_cik": "903129", "parent": null, "logo_url": null, "description": "American thermal management technologies company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "903129", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1883 +{"wikidata_id": "Q17063140", "display_name": "Knightscope", "legal_name": null, "aliases": [], "website": "https://www.knightscope.com", "canonical_domain": "knightscope.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["professional-services"], "industry_labels": ["managed services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "KSCP", "exchange": "NASDAQ Capital Market", "lei": null, "sec_cik": "1600983", "parent": null, "logo_url": null, "description": "Security company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1600983", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1884 +{"wikidata_id": "Q17072593", "display_name": "ON24", "legal_name": null, "aliases": [], "website": "https://www.on24.com", "canonical_domain": "on24.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "ONTF", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1110611", "parent": null, "logo_url": null, "description": "Cloud-based platform", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1885 +{"wikidata_id": "Q17073430", "display_name": "Organovo", "legal_name": null, "aliases": ["Organovo (United States)"], "website": "https://www.organovo.com", "canonical_domain": "organovo.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ONVO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1530838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Organovo_logo.svg", "description": "company in San Diego, United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1886 +{"wikidata_id": "Q17082992", "display_name": "SPS Commerce", "legal_name": null, "aliases": [], "website": "https://www.spscommerce.com", "canonical_domain": "spscommerce.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["software"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "SPSC", "exchange": "Nasdaq", "lei": "2549006XVF9GCCETDQ72", "sec_cik": "1092699", "parent": null, "logo_url": null, "description": "software corporation headquartered in Minneapolis, Minnesota, USA", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1887 +{"wikidata_id": "Q17084327", "display_name": "OmniVision Technologies", "legal_name": null, "aliases": ["OV", "OmniVision Technologies (United States)"], "website": "https://www.ovt.com", "canonical_domain": "ovt.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "OVTI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1106851", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OmniVision.png", "description": "business enterprise, manufacturer of imaging sensors", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1888 +{"wikidata_id": "Q17092519", "display_name": "PRA Health Sciences", "legal_name": null, "aliases": ["Anti-Inflammatory Drug Study Group", "PRA International"], "website": "https://prahs.com", "canonical_domain": "prahs.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "PRAH", "exchange": "Nasdaq", "lei": "549300R1HR1VWWHIAK47", "sec_cik": "1613859", "parent": null, "logo_url": null, "description": "Contract Research Organization with headquarters in Raleigh, North Carolina, USA", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1889 +{"wikidata_id": "Q17154829", "display_name": "Melco PBL Holdings", "legal_name": null, "aliases": ["Melco Resorts & Entertainment", "Melco Resorts & Entertainment Limited", "Melco Resorts & Entertainment Ltd."], "website": "https://www.melco-resorts.com", "canonical_domain": "melco-resorts.com", "country": "KY", "hq_city": "Hong Kong.", "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": ["hospitality industry", "SIC 7011 Hotels & Motels"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MLCO", "exchange": "Nasdaq", "lei": "529900NRV6LBR3T6B421", "sec_cik": "1381640", "parent": null, "logo_url": null, "description": "integrated resorts company based in Hong Kong", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1381640", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1890 +{"wikidata_id": "Q17507558", "display_name": "Aimia", "legal_name": null, "aliases": ["Groupe Aeroplan Inc."], "website": "https://www.aimia.com", "canonical_domain": "aimia.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": ["management"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "AIM", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aimia_logo.svg", "description": "Canadian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1891 +{"wikidata_id": "Q18153430", "display_name": "Syneos Health", "legal_name": null, "aliases": ["INC Research", "inVentiv Health"], "website": "https://www.syneoshealth.com", "canonical_domain": "syneoshealth.com", "country": "US", "hq_city": "Morrisville", "hq_region": "Durham County", "lat": 35.8275, "lon": -78.82889, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SYNH", "exchange": "Nasdaq", "lei": "549300IM8QZ2K8CD9246", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Syneos_Health_logo.svg", "description": "contract research organization", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1892 +{"wikidata_id": "Q18205529", "display_name": "Bill.com, LLC", "legal_name": null, "aliases": [], "website": "https://www.bill.com", "canonical_domain": "bill.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["technology"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "BILL", "exchange": "New York Stock Exchange", "lei": "549300IBF9VZZIGOZW63", "sec_cik": "1786352", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bill.com_Logo_2019.png", "description": "American technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1893 +{"wikidata_id": "Q18343414", "display_name": "Kite Pharma", "legal_name": null, "aliases": ["Kite Pharma Inc"], "website": "https://www.kitepharma.com", "canonical_domain": "kitepharma.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["biotechnology"], "industry_labels": ["biomedical engineering"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "KITE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1510580", "parent": {"wikidata_id": "Q663596", "name": "Gilead Sciences"}, "logo_url": null, "description": "biomedical engineering company that develops cancer immunotherapy products", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1894 +{"wikidata_id": "Q18636409", "display_name": "Sprinklr", "legal_name": null, "aliases": ["Sprinklr Inc."], "website": "https://www.sprinklr.com", "canonical_domain": "sprinklr.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["marketing software industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "CXM", "exchange": "New York Stock Exchange", "lei": "254900AR04RJ2BQO5S78", "sec_cik": "1569345", "parent": null, "logo_url": null, "description": "social media marketing software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1895 +{"wikidata_id": "Q18636524", "display_name": "Caesars Entertainment", "legal_name": null, "aliases": ["Inc.", "Eldorado Resorts", "Eldorado Resorts LLC", "Eldorado Resorts", "Inc."], "website": "https://www.caesars.com", "canonical_domain": "caesars.com", "country": "US", "hq_city": "Reno", "hq_region": "Washoe County", "lat": 39.52611, "lon": -119.8125, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "CZR", "exchange": "Nasdaq", "lei": "549300FA4CTCW903Y781", "sec_cik": "1590895", "parent": null, "logo_url": null, "description": "gaming company based in Reno, Nevada, USA", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1896 +{"wikidata_id": "Q187740", "display_name": "Vivmark Residential", "legal_name": null, "aliases": ["Equity Residential"], "website": "https://www.equityapartments.com", "canonical_domain": "equityapartments.com", "country": "US", "hq_city": "Bel Air", "hq_region": "Harford County", "lat": 39.53551, "lon": -76.34904, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "EQR", "exchange": "New York Stock Exchange", "lei": "5493008RACSH5EP3PI59", "sec_cik": "906107", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equity_Residential_logo.svg", "description": "publicly traded real estate investment trust that invests in apartments", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1897 +{"wikidata_id": "Q1881941", "display_name": "MTS Systems Corporation", "legal_name": null, "aliases": [], "website": "https://www.mts.com", "canonical_domain": "mts.com", "country": "US", "hq_city": "Eden Prairie", "hq_region": "Hennepin County", "lat": 44.85472, "lon": -93.47083, "industries": ["technology"], "industry_labels": ["SIC 3829 Measuring & Controlling Devices, NEC"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "MTSC", "exchange": "Nasdaq", "lei": "549300E7ZL4ZDETLML64", "sec_cik": "68709", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTS_Systems_Corporation_logo.svg", "description": "global Supplier of Test Systems Corporation", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "68709", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1898 +{"wikidata_id": "Q19604418", "display_name": "Helmerich & Payne", "legal_name": null, "aliases": ["Inc."], "website": "https://www.hpinc.com", "canonical_domain": "hpinc.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "HP", "exchange": "New York Stock Exchange", "lei": "254900NAOGHJ88RZ4C73", "sec_cik": "46765", "parent": null, "logo_url": null, "description": "petroleum Drilling Corporation", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1899 +{"wikidata_id": "Q19865761", "display_name": "Ventas, Inc.", "legal_name": null, "aliases": [], "website": "https://www.ventasreit.com", "canonical_domain": "ventasreit.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "VTR", "exchange": "New York Stock Exchange", "lei": "ORQTRC074CWLT3DKHT41", "sec_cik": "740260", "parent": null, "logo_url": null, "description": "real estate investment trust that owns and manages health care facilities", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1900 +{"wikidata_id": "Q19903773", "display_name": "Varonis Systems", "legal_name": null, "aliases": [], "website": "https://www.varonis.com", "canonical_domain": "varonis.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "VRNS", "exchange": "Nasdaq", "lei": "549300SHIVNRRH7STS26", "sec_cik": "1361113", "parent": null, "logo_url": null, "description": "user behaviour analytics tools UBA", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1901 +{"wikidata_id": "Q2007484", "display_name": "Oklahoma Gas & Electric", "legal_name": null, "aliases": ["OG+E"], "website": "https://www.oge.com", "canonical_domain": "oge.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Canadian County", "lat": 35.48222, "lon": -97.53528, "industries": ["oil-gas", "utilities"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "OGE", "exchange": "New York Stock Exchange", "lei": "CE5OG6JPOZMDSA0LAQ19", "sec_cik": "1021635", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OGE_Logo.svg", "description": "electric utility company in Oklahoma and Arkansas", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1021635", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1902 +{"wikidata_id": "Q2069413", "display_name": "Complete Genomics", "legal_name": "Complete Genomics Inc", "aliases": [], "website": "https://www.completegenomics.com", "canonical_domain": "completegenomics.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "GNOM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1361103", "parent": {"wikidata_id": "Q110903052", "name": "MGI"}, "logo_url": null, "description": "life sciences company that has developed and commercialized a DNA sequencing platform for human genome sequencing and analysis", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1903 +{"wikidata_id": "Q21036456", "display_name": "Hubbell Incorporated", "legal_name": null, "aliases": [], "website": "https://www.hubbell.com", "canonical_domain": "hubbell.com", "country": "US", "hq_city": "Shelton", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.30417, "lon": -73.13806, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1888, "employees": null, "public_company": true, "ticker": "HUBB", "exchange": "New York Stock Exchange", "lei": "54930088VDQ6840Y6597", "sec_cik": "48898", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hubbell.svg", "description": "electric and electronic products manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1904 +{"wikidata_id": "Q21189117", "display_name": "WD-40 Company", "legal_name": null, "aliases": ["Water Displacement", "40th formula"], "website": "https://wd40.com", "canonical_domain": "wd40.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "WDFC", "exchange": "Nasdaq", "lei": "549300UZHTN0CNKBOB19", "sec_cik": "105132", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WD-40_Company_logo.svg", "description": "manufacturer of household products", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "105132", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1905 +{"wikidata_id": "Q22026369", "display_name": "YETI", "legal_name": null, "aliases": ["Yeti Holdings"], "website": "https://www.yeti.com", "canonical_domain": "yeti.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "YETI", "exchange": "New York Stock Exchange", "lei": "9845006YM5B10CFAFC65", "sec_cik": "1670592", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YETI_Holdings_logo.svg", "description": "American manufacturer of outdoor lifestyle products", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1906 +{"wikidata_id": "Q2207629", "display_name": "SPX Corporation", "legal_name": null, "aliases": [], "website": "https://www.spx.com", "canonical_domain": "spx.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "SPXC", "exchange": "New York Stock Exchange", "lei": "P761FCI0CPOG24I8JE10", "sec_cik": "88205", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SPX_Corporation.svg", "description": "American manufacturing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1907 +{"wikidata_id": "Q2495283", "display_name": "United Online", "legal_name": null, "aliases": [], "website": "https://www.unitedonline.com", "canonical_domain": "unitedonline.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "UNTD", "exchange": "Nasdaq", "lei": "549300WPS4ZNLL19Q678", "sec_cik": "1142701", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United-lores.jpg", "description": "internet service provider", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1908 +{"wikidata_id": "Q25025312", "display_name": "Toast, Inc.", "legal_name": null, "aliases": [], "website": "https://pos.toasttab.com", "canonical_domain": "toasttab.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "TOST", "exchange": "New York Stock Exchange", "lei": "549300TN1PZNLCD4I551", "sec_cik": "1650164", "parent": null, "logo_url": null, "description": "cloud-based restaurant software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1909 +{"wikidata_id": "Q25104597", "display_name": "Howmet Aerospace", "legal_name": null, "aliases": ["HWM", "Arconic Inc.", "Howmet Aerospace Inc"], "website": "https://www.howmet.com", "canonical_domain": "howmet.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "HWM", "exchange": "New York Stock Exchange", "lei": "549300HO5WFZUT5N2T22", "sec_cik": "4281", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Howmet_Aerospace_logo.svg", "description": "American industrial company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1910 +{"wikidata_id": "Q2747818", "display_name": "Sarcos", "legal_name": null, "aliases": ["Sarcos Technology and Robotics Corporation"], "website": "https://www.palladyneai.com", "canonical_domain": "palladyneai.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "STRC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1050446", "parent": {"wikidata_id": "Q156644", "name": "Raytheon"}, "logo_url": null, "description": "U.S. robotics company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1050446", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1911 +{"wikidata_id": "Q27926500", "display_name": "Cheniere Energy", "legal_name": null, "aliases": ["Cheniere Energy Partners LP Holdings", "LLC"], "website": "https://www.cheniere.com", "canonical_domain": "cheniere.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy", "oil-gas"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "LNG", "exchange": "NYSE American", "lei": "MIHC87W9WTYSYZWV1J40", "sec_cik": "3570", "parent": null, "logo_url": null, "description": "American liquified natural gas company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1912 +{"wikidata_id": "Q28130158", "display_name": "Chewy", "legal_name": null, "aliases": ["Chewey", "Inc."], "website": "https://www.chewy.com", "canonical_domain": "chewy.com", "country": "US", "hq_city": "Dania Beach", "hq_region": "Broward County", "lat": 26.055, "lon": -80.15306, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "CHWY", "exchange": "New York Stock Exchange", "lei": "254900NPQSTG9I422879", "sec_cik": "1766502", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chewy_Pet_Food_Logo.png", "description": "internet retailer of pet items", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1913 +{"wikidata_id": "Q28222763", "display_name": "VIAVI Solutions", "legal_name": null, "aliases": ["Viavi Solutions Inc."], "website": "https://www.viavisolutions.com", "canonical_domain": "viavisolutions.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "VIAV", "exchange": "Nasdaq", "lei": null, "sec_cik": "912093", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VIAVI_Solutions_logo.svg", "description": "U.S. technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "912093", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1914 +{"wikidata_id": "Q2839509", "display_name": "Alpha Natural Resources", "legal_name": null, "aliases": ["Inc."], "website": "https://www.alphanr.com", "canonical_domain": "alphanr.com", "country": "US", "hq_city": "Bristol", "hq_region": "Virginia", "lat": 36.6111, "lon": -82.1762, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "AMR", "exchange": "New York Stock Exchange", "lei": "549300C9E158C3V6PT51", "sec_cik": "1301063", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpha_Natural_Resources_Logo.svg", "description": "American producer of metallurgical coal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1915 +{"wikidata_id": "Q2843029", "display_name": "American Superconductor", "legal_name": null, "aliases": [], "website": "https://www.amsc.com", "canonical_domain": "amsc.com", "country": "US", "hq_city": "Devens", "hq_region": "Massachusetts", "lat": 42.53722, "lon": -71.61556, "industries": ["energy"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "AMSC", "exchange": "Nasdaq", "lei": null, "sec_cik": "880807", "parent": null, "logo_url": null, "description": "energy technologies company based in Devens, Massachusetts", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "880807", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1916 +{"wikidata_id": "Q2925856", "display_name": "Broadvision", "legal_name": null, "aliases": [], "website": "https://www.broadvision.com", "canonical_domain": "broadvision.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "BVSN", "exchange": "Nasdaq", "lei": "529900HT3SKBHXV20665", "sec_cik": "920448", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Broadvision_logo.png", "description": "American technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1917 +{"wikidata_id": "Q3053377", "display_name": "La Polar", "legal_name": null, "aliases": [], "website": "https://www.lapolar.cl", "canonical_domain": "lapolar.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "NUEVAPOLAR", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_Polar_2021.svg", "description": "retail company in Chile", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1918 +{"wikidata_id": "Q3063934", "display_name": "ISA CTEEP", "legal_name": null, "aliases": [], "website": "https://www.cteep.com.br", "canonical_domain": "cteep.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TRPL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transmission system operator in Brazil", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1919 +{"wikidata_id": "Q30693638", "display_name": "Medical Properties Trust", "legal_name": null, "aliases": ["Inc"], "website": "https://www.medicalpropertiestrust.com", "canonical_domain": "medicalpropertiestrust.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MPW", "exchange": "New York Stock Exchange", "lei": "254900U6E39J1MQCCY14", "sec_cik": "1287865", "parent": null, "logo_url": null, "description": "real estate investment trust", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1287865", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1920 +{"wikidata_id": "Q3319521", "display_name": "Molinos Río de la Plata", "legal_name": null, "aliases": ["Molinos Rio de la Plata"], "website": "https://www.molinos.com.ar", "canonical_domain": "molinos.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "MOLI", "exchange": "Buenos Aires Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molinos_rp_logo.png", "description": "Argentine branded food products company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1921 +{"wikidata_id": "Q3359797", "display_name": "POW! Entertainment", "legal_name": null, "aliases": [], "website": "https://www.powentertainment.com", "canonical_domain": "powentertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "POWN", "exchange": "over-the-counter trading", "lei": null, "sec_cik": "1505892", "parent": null, "logo_url": null, "description": "American media production company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1922 +{"wikidata_id": "Q3421578", "display_name": "RealD", "legal_name": null, "aliases": [], "website": "https://www.reald.com", "canonical_domain": "reald.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "RLD", "exchange": "New York Stock Exchange", "lei": "549300PZKUZGKINZHM85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reald_logo15.png", "description": "private 3D company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1923 +{"wikidata_id": "Q3906420", "display_name": "Platinum Studios", "legal_name": null, "aliases": [], "website": "https://www.platinumstudios.com", "canonical_domain": "platinumstudios.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PDOS", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "1410132", "parent": null, "logo_url": null, "description": "US media company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1924 +{"wikidata_id": "Q4036129", "display_name": "China Properties Group", "legal_name": null, "aliases": [], "website": "https://www.cpg-group.com", "canonical_domain": "cpg-group.com", "country": "KY", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1838", "exchange": "Hong Kong Stock Exchange", "lei": "529900KRNJT6HAXT3773", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese private property developer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1925 +{"wikidata_id": "Q4041316", "display_name": "Impinj", "legal_name": null, "aliases": [], "website": "https://www.impinj.com", "canonical_domain": "impinj.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "PI", "exchange": "Nasdaq", "lei": "549300M26VGKSMMWWN17", "sec_cik": "1114995", "parent": null, "logo_url": null, "description": "American manufacturer of RFID devices", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1926 +{"wikidata_id": "Q4042227", "display_name": "Kingboard Holdings", "legal_name": null, "aliases": ["Kingboard Chemical"], "website": "https://www.kingboard.com", "canonical_domain": "kingboard.com", "country": "KY", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "0148", "exchange": "Hong Kong Stock Exchange", "lei": "984500DA6D87CSD7C975", "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1927 +{"wikidata_id": "Q4048013", "display_name": "Range Resources", "legal_name": null, "aliases": [], "website": "https://www.rangeresources.com", "canonical_domain": "rangeresources.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Parker County", "lat": 32.75639, "lon": -97.3325, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "RRC", "exchange": "New York Stock Exchange", "lei": "H3Y3WLYCX0BTO1TRW162", "sec_cik": "315852", "parent": null, "logo_url": null, "description": "Texas-based petroleum and natural gas exploration and production company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "315852", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1928 +{"wikidata_id": "Q456563", "display_name": "Ambac", "legal_name": null, "aliases": ["AFG", "Ambac Financial Group"], "website": "https://www.ambac.com", "canonical_domain": "ambac.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "AMBC", "exchange": "New York Stock Exchange", "lei": "5493000UC0RBBNDHI717", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ambac-Financial-Group-Logo.SVG", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1929 +{"wikidata_id": "Q4649932", "display_name": "AAR Corp", "legal_name": null, "aliases": [], "website": "https://www.aarcorp.com", "canonical_domain": "aarcorp.com", "country": "US", "hq_city": "Wood Dale", "hq_region": "DuPage County", "lat": 41.98737, "lon": -87.98181, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "AIR", "exchange": "New York Stock Exchange", "lei": "MP76T5YQX3YK5VVAQ802", "sec_cik": "1750", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aar-new-company-logo-12-2021.png", "description": "aviation Support Company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1930 +{"wikidata_id": "Q4677840", "display_name": "Actuant", "legal_name": null, "aliases": [], "website": "https://www.actuant.com", "canonical_domain": "actuant.com", "country": "US", "hq_city": "Menomonee Falls", "hq_region": "Waukesha County", "lat": 43.15111, "lon": -88.11028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "EPAC", "exchange": "New York Stock Exchange", "lei": "IZW37BPZKUJE1QXGB081", "sec_cik": "6955", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Actuant_logo.jpg", "description": "Industrial tool company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "6955", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1931 +{"wikidata_id": "Q4686194", "display_name": "Advanced Energy", "legal_name": null, "aliases": [], "website": "https://www.advanced-energy.com", "canonical_domain": "advanced-energy.com", "country": "US", "hq_city": "Fort Collins", "hq_region": "Larimer County", "lat": 40.56667, "lon": -105.08333, "industries": ["energy", "technology"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "AEIS", "exchange": "Nasdaq", "lei": "549300756XI3QLFT2U27", "sec_cik": "927003", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Advanced_Energy.svg", "description": "American multinational technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "927003", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1932 +{"wikidata_id": "Q4686419", "display_name": "Advaxis", "legal_name": null, "aliases": ["Advaxis Inc"], "website": "https://www.advaxis.com", "canonical_domain": "advaxis.com", "country": "US", "hq_city": "Princeton", "hq_region": "Mercer County", "lat": 40.35222, "lon": -74.65694, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "ADXS", "exchange": "Nasdaq", "lei": "549300W71T0G7C14IM07", "sec_cik": "1100397", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Advaxis_logo.svg", "description": "American immunotherapy technology development company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1933 +{"wikidata_id": "Q4692116", "display_name": "Agenus", "legal_name": null, "aliases": ["Antigenics Inc."], "website": "https://www.agenusbio.com", "canonical_domain": "agenusbio.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "AGEN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1098972", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agenus_logo.svg", "description": "biotechnology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1934 +{"wikidata_id": "Q4724337", "display_name": "Algonquin Power", "legal_name": null, "aliases": ["Algonquin Power & Utilities Corp."], "website": "https://www.algonquinpower.com", "canonical_domain": "algonquinpower.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "AQN", "exchange": "Toronto Stock Exchange", "lei": "549300K5VIUTJXQL7X75", "sec_cik": "1174169", "parent": null, "logo_url": null, "description": "renewable energy and utility conglomerate", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1174169", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1935 +{"wikidata_id": "Q4734781", "display_name": "Alpek", "legal_name": null, "aliases": [], "website": "https://www.alpek.com", "canonical_domain": "alpek.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "ALPKF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpek_Logo1.png", "description": "business operations in Mexico and other countries", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1936 +{"wikidata_id": "Q4743275", "display_name": "American Campus Communities", "legal_name": null, "aliases": ["American Campus Communities Inc."], "website": "https://www.americancampus.com", "canonical_domain": "americancampus.com", "country": "US", "hq_city": "Bee Cave", "hq_region": "Travis County", "lat": 30.30556, "lon": -97.95222, "industries": ["real-estate"], "industry_labels": ["student housing"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "ACC", "exchange": "New York Stock Exchange", "lei": "529900MR3ZXRO3W6UX26", "sec_cik": "1283630", "parent": null, "logo_url": null, "description": "university housing development company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1937 +{"wikidata_id": "Q4744566", "display_name": "American National Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.americannational.com", "canonical_domain": "americannational.com", "country": "US", "hq_city": "One Moody Plaza", "hq_region": "Texas", "lat": 29.307, "lon": -94.7899, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "ANAT", "exchange": "Nasdaq", "lei": "549300RZTZ0HILNF3Y05", "sec_cik": "904163", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_National_Insurance_Company_logo.svg", "description": "insurance corporation headquartered in Galveston, Texas", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1938 +{"wikidata_id": "Q4751571", "display_name": "Anaplan", "legal_name": null, "aliases": [], "website": "https://www.anaplan.com", "canonical_domain": "anaplan.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["business software industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "PLAN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1540755", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anaplan_logo.png", "description": "American software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1939 +{"wikidata_id": "Q4763176", "display_name": "Angie's List", "legal_name": null, "aliases": ["Angi", "ANGI Homeservices", "Angi Inc", "Angie's List Inc", "Angie's List Inc.", "Inc."], "website": "https://www.angieslist.com", "canonical_domain": "angieslist.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["internet", "professional-services"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ANGI", "exchange": "Nasdaq", "lei": "5493003ENY577E6SZL06", "sec_cik": "1491778", "parent": null, "logo_url": null, "description": "American internet services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1940 +{"wikidata_id": "Q4781544", "display_name": "Applied Industrial Technologies", "legal_name": null, "aliases": [], "website": "https://www.applied.com", "canonical_domain": "applied.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["retail"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "AIT", "exchange": "New York Stock Exchange", "lei": "549300NU173IJRC6PO38", "sec_cik": "109563", "parent": null, "logo_url": null, "description": "US distributor of bearings, adhesives and sealants", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1941 +{"wikidata_id": "Q4787395", "display_name": "Arcimoto", "legal_name": null, "aliases": [], "website": "https://arcimoto.com", "canonical_domain": "arcimoto.com", "country": "US", "hq_city": "Eugene", "hq_region": "Lane County", "lat": 44.05222, "lon": -123.0925, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "FUV", "exchange": "Nasdaq", "lei": "549300MG7KF9H96GWE02", "sec_cik": "1558583", "parent": null, "logo_url": null, "description": "Oregon-based electric trike manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1942 +{"wikidata_id": "Q4795598", "display_name": "Arotech Corporation", "legal_name": null, "aliases": [], "website": "https://www.arotech.com", "canonical_domain": "arotech.com", "country": "US", "hq_city": "Delaware", "hq_region": "United States", "lat": 39.0, "lon": -75.5, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "ARTX", "exchange": "Nasdaq", "lei": "529900Y6V47V8K481C47", "sec_cik": "916529", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ARTX_BL_WEB_logo.png", "description": "North American and Israeli Defense Corporation", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1943 +{"wikidata_id": "Q4803735", "display_name": "Asbury Automotive Group", "legal_name": null, "aliases": [], "website": "https://www.asburyauto.com", "canonical_domain": "asburyauto.com", "country": "US", "hq_city": "Duluth", "hq_region": "Gwinnett County", "lat": 34.00306, "lon": -84.14556, "industries": ["automotive"], "industry_labels": ["car dealership"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ABG", "exchange": "New York Stock Exchange", "lei": "549300JH4DTA7U42GL91", "sec_cik": "1144980", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asbury_Automotive_Group_logo.svg", "description": "car dealership corporation", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1944 +{"wikidata_id": "Q4816705", "display_name": "Atlantis Casino Resort Spa", "legal_name": null, "aliases": ["Golden Road Motor Inn"], "website": "https://www.atlantiscasino.com", "canonical_domain": "atlantiscasino.com", "country": "US", "hq_city": "Reno", "hq_region": "NV", "lat": 39.48857, "lon": -119.79442, "industries": ["hospitality"], "industry_labels": ["SIC 7011 Hotels & Motels"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "MCRI", "exchange": "Nasdaq", "lei": null, "sec_cik": "907242", "parent": null, "logo_url": null, "description": "resort in Reno, Nevada", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "907242", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1945 +{"wikidata_id": "Q4830196", "display_name": "Axcelis Technologies", "legal_name": null, "aliases": ["Inc."], "website": "https://www.axcelis.com", "canonical_domain": "axcelis.com", "country": "US", "hq_city": "Beverly", "hq_region": "Essex County", "lat": 42.55833, "lon": -70.88, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ACLS", "exchange": "Nasdaq", "lei": "529900HF9B6NL1QG9F05", "sec_cik": "1113232", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axcelis_Technologies_logo.svg", "description": "engages in the design, manufacture, and servicing of capital equipment for the semiconductor manufacturing industry", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1946 +{"wikidata_id": "Q4835545", "display_name": "BGC Partners", "legal_name": null, "aliases": ["BGC Group", "Inc.", "BGCP"], "website": "https://www.bgcg.com", "canonical_domain": "bgcg.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "BGCP", "exchange": "Nasdaq", "lei": "TF1LXM1YNB81WKUH5G19", "sec_cik": "1094831", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BGC_Logo_on_white.png", "description": "American global financial services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1947 +{"wikidata_id": "Q4836468", "display_name": "Vibra Energia", "legal_name": null, "aliases": ["BR Petrobras", "Petrobras Distribuidora"], "website": "https://www.vibraenergia.com.br", "canonical_domain": "vibraenergia.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.9107, "lon": -43.20359, "industries": ["oil-gas", "energy"], "industry_labels": ["petroleum industry", "energy industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "BRDT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Vibra_Energia.svg", "description": "Brazilian petrol and convenience store company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1948 +{"wikidata_id": "Q4836470", "display_name": "BR Malls", "legal_name": null, "aliases": ["BRMalls"], "website": "https://www.brmalls.com.br", "canonical_domain": "brmalls.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BRML3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1949 +{"wikidata_id": "Q4876829", "display_name": "Beasley Broadcast Group", "legal_name": null, "aliases": [], "website": "https://www.bbgi.com", "canonical_domain": "bbgi.com", "country": "US", "hq_city": "Naples", "hq_region": "Collier County", "lat": 26.15306, "lon": -81.79861, "industries": ["media"], "industry_labels": ["radio"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "BBGI", "exchange": "Nasdaq", "lei": "549300R5FEOSY86VTY76", "sec_cik": "1099160", "parent": null, "logo_url": null, "description": "American radio broadcast company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1950 +{"wikidata_id": "Q48802335", "display_name": "Tyler Technologies", "legal_name": null, "aliases": [], "website": "https://tylertech.com", "canonical_domain": "tylertech.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "TYL", "exchange": "New York Stock Exchange", "lei": "25490040SMU4Z8LBCW70", "sec_cik": "860731", "parent": null, "logo_url": null, "description": "American Technology Company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1951 +{"wikidata_id": "Q48971221", "display_name": "Delphi Technologies", "legal_name": null, "aliases": [], "website": "https://www.delphi.com", "canonical_domain": "delphi.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["technology", "professional-services"], "industry_labels": ["Computer Programming Services"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "DLPH", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1543320", "parent": null, "logo_url": null, "description": "automotive Parts Manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1952 +{"wikidata_id": "Q4938392", "display_name": "Boingo Wireless", "legal_name": null, "aliases": [], "website": "https://www.boingo.com", "canonical_domain": "boingo.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "WIFI", "exchange": "Nasdaq", "lei": "54930058LPWPZZCRMC04", "sec_cik": "1169988", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boingo_Wireless_logo.jpg", "description": "American wireless network company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1953 +{"wikidata_id": "Q4983306", "display_name": "Buckle", "legal_name": null, "aliases": [], "website": "https://www.buckle.com", "canonical_domain": "buckle.com", "country": "US", "hq_city": "Kearney", "hq_region": "Buffalo County", "lat": 40.7, "lon": -99.08333, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "BKE", "exchange": "New York Stock Exchange", "lei": "5299007IU0461T3GDL34", "sec_cik": "885245", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buckle_logo.svg", "description": "American clothing retailer based in Kearney, Nebraska", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1954 +{"wikidata_id": "Q5001347", "display_name": "Busey Bank", "legal_name": null, "aliases": [], "website": "https://www.busey.com", "canonical_domain": "busey.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1868, "employees": null, "public_company": true, "ticker": "BUSE", "exchange": "Nasdaq", "lei": "549300O7SGM8FH65GQ47", "sec_cik": "314489", "parent": null, "logo_url": null, "description": "Illinois bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "314489", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1955 +{"wikidata_id": "Q5038907", "display_name": "Career Education Corporation", "legal_name": null, "aliases": ["Perdoceo", "Sanford-Brown"], "website": "https://www.careered.com", "canonical_domain": "careered.com", "country": "US", "hq_city": "Schaumburg", "hq_region": "Cook County", "lat": 42.03028, "lon": -88.08389, "industries": ["education"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "CECO", "exchange": "Nasdaq", "lei": "529900X5PCA184O9LY90", "sec_cik": "1046568", "parent": null, "logo_url": null, "description": "American for-profit postsecondary higher education provider", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1956 +{"wikidata_id": "Q5045738", "display_name": "Carpenter Technology Corporation", "legal_name": null, "aliases": [], "website": "https://www.cartech.com", "canonical_domain": "cartech.com", "country": "US", "hq_city": "Reading", "hq_region": "Berks County", "lat": 40.34167, "lon": -75.92611, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "CRS", "exchange": "New York Stock Exchange", "lei": "C1V4FO7TIU0AD27BF198", "sec_cik": "17843", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carpenter_Technology.png", "description": "American metals manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1957 +{"wikidata_id": "Q5048400", "display_name": "Casella Waste Systems", "legal_name": null, "aliases": [], "website": "https://www.casella.com", "canonical_domain": "casella.com", "country": "US", "hq_city": "Rutland", "hq_region": "Rutland County", "lat": 43.6089, "lon": -72.9797, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "CWST", "exchange": "Nasdaq", "lei": "8EU0XUFVJ48U37IIDH51", "sec_cik": "911177", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO-Casella-Blue.svg", "description": "American waste management company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1958 +{"wikidata_id": "Q5120253", "display_name": "Cincinnati Financial", "legal_name": null, "aliases": ["Cincinnati Financial Corporation"], "website": "https://www.cinfin.com", "canonical_domain": "cinfin.com", "country": "US", "hq_city": "Fairfield", "hq_region": "Butler County", "lat": 39.33116, "lon": -84.54284, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "CINF", "exchange": "Nasdaq", "lei": null, "sec_cik": "20286", "parent": null, "logo_url": null, "description": "US holding company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1959 +{"wikidata_id": "Q5122438", "display_name": "Citi Trends", "legal_name": null, "aliases": [], "website": "https://www.cititrends.com", "canonical_domain": "cititrends.com", "country": "US", "hq_city": "Savannah", "hq_region": "Chatham County", "lat": 32.05083, "lon": -81.10389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "CTRN", "exchange": "Nasdaq", "lei": "529900D06Q0FPHV34S87", "sec_cik": "1318484", "parent": null, "logo_url": null, "description": "US chain of clothing and home décor stores", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1960 +{"wikidata_id": "Q5130494", "display_name": "Clean Harbors", "legal_name": null, "aliases": [], "website": "https://www.cleanharbors.com", "canonical_domain": "cleanharbors.com", "country": "US", "hq_city": "Norwell", "hq_region": "Plymouth County", "lat": 42.16167, "lon": -70.79444, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "CLH", "exchange": "New York Stock Exchange", "lei": "5493000SJVZVZJKHJF48", "sec_cik": "822818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clean_Harbors_Logo_RED_rgb_H_space.jpg", "description": "Industrial and water waste management business", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1961 +{"wikidata_id": "Q5141641", "display_name": "Coinstar", "legal_name": null, "aliases": ["Inc."], "website": "https://www.coinstar.de", "canonical_domain": "coinstar.de", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "OUTR", "exchange": "Nasdaq", "lei": null, "sec_cik": "941604", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coinstar_logo_2011.svg", "description": "American company with a network of movie and video game rental kiosks as well as coin-cashing machines", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1962 +{"wikidata_id": "Q5152411", "display_name": "Commerce Bancshares", "legal_name": null, "aliases": ["Commerce Bank"], "website": "https://www.commercebank.com", "canonical_domain": "commercebank.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Clay County", "lat": 39.05, "lon": -94.58333, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1865, "employees": null, "public_company": true, "ticker": "CBSH", "exchange": "Nasdaq", "lei": "7DMUJTL9FFTVIAG9H788", "sec_cik": "22356", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Commerce_2014-10-6.svg", "description": "bank holding company based in Kansas City, Missouri, United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "22356", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1963 +{"wikidata_id": "Q5155373", "display_name": "Companhia Brasileira de Aluminio", "legal_name": null, "aliases": ["CBA"], "website": "https://cba.com.br", "canonical_domain": "cba.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["mining"], "industry_labels": ["metal industry", "aluminium industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "CBAV3", "exchange": "São Paulo Stock Exchange", "lei": "5493001QYTIDILBVYO18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Companhia_Brasileira_de_Alum%C3%ADnio_Logo.svg", "description": "aluminium producer in São Paulo, Brazil", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1964 +{"wikidata_id": "Q5265143", "display_name": "Destination Maternity Corporation", "legal_name": null, "aliases": [], "website": "https://www.destinationmaternitycorp.com", "canonical_domain": "destinationmaternitycorp.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "DEST", "exchange": "Nasdaq", "lei": "529900XN1DL84IVYQ361", "sec_cik": "896985", "parent": null, "logo_url": null, "description": "American clothing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1965 +{"wikidata_id": "Q5270883", "display_name": "Diamond Offshore Drilling", "legal_name": null, "aliases": ["Inc."], "website": "https://www.diamondoffshore.com", "canonical_domain": "diamondoffshore.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "DO", "exchange": "New York Stock Exchange", "lei": "F14FQJ2EEHW5VPYUHL14", "sec_cik": "949039", "parent": null, "logo_url": null, "description": "American drilling contractor", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1966 +{"wikidata_id": "Q5277215", "display_name": "Dime Community Bank", "legal_name": null, "aliases": ["Dime Savings Bank of Williamsburgh"], "website": "https://www.dime.com", "canonical_domain": "dime.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.69513, "lon": -73.99106, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "DCOM", "exchange": "Nasdaq", "lei": "549300RWP6SKF6EZZP82", "sec_cik": "1731026", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dime_bank_logo.png", "description": "American FDIC Bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1967 +{"wikidata_id": "Q5289622", "display_name": "Dolphin Entertainment", "legal_name": null, "aliases": [], "website": "https://www.dolphinentertainment.com", "canonical_domain": "dolphinentertainment.com", "country": "US", "hq_city": "Coral Gables", "hq_region": "Miami-Dade County", "lat": 25.75, "lon": -80.27111, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "DLPN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1282224", "parent": null, "logo_url": null, "description": "entertainment marketing and production company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1282224", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1968 +{"wikidata_id": "Q5322863", "display_name": "EDP Brasil", "legal_name": null, "aliases": [], "website": "https://www.edp.com.br", "canonical_domain": "edp.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["utilities"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ENBR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1341222", "name": "Energias de Portugal"}, "logo_url": null, "description": "Brazilian electric utility company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1969 +{"wikidata_id": "Q5323987", "display_name": "EQT", "legal_name": null, "aliases": [], "website": "https://www.eqt.com", "canonical_domain": "eqt.com", "country": "US", "hq_city": "EQT Plaza", "hq_region": "Pittsburgh", "lat": 40.4425, "lon": -80.00111, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1888, "employees": null, "public_company": true, "ticker": "EQT", "exchange": "New York Stock Exchange", "lei": "4NT01YGM4X7ZX86ISY52", "sec_cik": "33213", "parent": null, "logo_url": null, "description": "American energy company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "33213", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1970 +{"wikidata_id": "Q5331380", "display_name": "Eaton Vance", "legal_name": null, "aliases": [], "website": "https://www.eatonvance.com", "canonical_domain": "eatonvance.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "EV", "exchange": "New York Stock Exchange", "lei": "4JJ8ORNW1AFZPSV8GJ79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eaton_Vance_Logo.svg", "description": "American investment management company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1971 +{"wikidata_id": "Q5358494", "display_name": "Electronics for Imaging", "legal_name": null, "aliases": ["EFI"], "website": "https://www.efi.com", "canonical_domain": "efi.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "EFII", "exchange": "Nasdaq", "lei": "549300PN42C4XYPSEV84", "sec_cik": "867374", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Electronics_for_Imaging_%28logo%29.png", "description": "digital printing technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1972 +{"wikidata_id": "Q5370289", "display_name": "EMCOR", "legal_name": null, "aliases": [], "website": "https://www.emcorgroup.com", "canonical_domain": "emcorgroup.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "EME", "exchange": "New York Stock Exchange", "lei": "529900X0SQJB2J7YDU43", "sec_cik": "105634", "parent": null, "logo_url": null, "description": "company providing mechanical and electrical construction, industrial energy infrastructure", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "105634", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1973 +{"wikidata_id": "Q5401788", "display_name": "Estrela", "legal_name": null, "aliases": [], "website": "https://www.estrela.com.br", "canonical_domain": "estrela.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "ESTR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1974 +{"wikidata_id": "Q5416929", "display_name": "Evercore Partners", "legal_name": null, "aliases": ["Evercore", "Evercore Inc."], "website": "https://www.evercore.com", "canonical_domain": "evercore.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "EVR", "exchange": "New York Stock Exchange", "lei": "529900P6KLPT95DW3W58", "sec_cik": "1360901", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Evercore_logo.svg", "description": "American financial services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1360901", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1975 +{"wikidata_id": "Q5422162", "display_name": "Extra Space Storage", "legal_name": null, "aliases": [], "website": "https://www.extraspace.com", "canonical_domain": "extraspace.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["real-estate"], "industry_labels": ["self storage"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "EXR", "exchange": "New York Stock Exchange", "lei": "529900SDJHKRQWED6A16", "sec_cik": "1289490", "parent": null, "logo_url": null, "description": "American self-storage company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1976 +{"wikidata_id": "Q5422801", "display_name": "e.l.f. Cosmetics", "legal_name": null, "aliases": ["ELF", "e.l.f. Beauty", "Inc", "elf Cosmetics", "Eyes Lips Face"], "website": "https://www.elfcosmetics.com", "canonical_domain": "elfcosmetics.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ELF", "exchange": "New York Stock Exchange", "lei": "549300GE5HV1Z6X7M022", "sec_cik": "1600033", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elf_new_logo.png", "description": "cosmetics company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1600033", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1977 +{"wikidata_id": "Q5431118", "display_name": "Salem Media Group", "legal_name": null, "aliases": ["Salem Communications Corporation"], "website": "https://www.salem.com", "canonical_domain": "salem.com", "country": "US", "hq_city": "Camarillo", "hq_region": "Ventura County", "lat": 34.22556, "lon": -119.03222, "industries": ["media"], "industry_labels": ["mass media", "radio broadcasting"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "SALM", "exchange": "Nasdaq", "lei": "549300CTHBTS2MIXZL54", "sec_cik": "1050606", "parent": null, "logo_url": null, "description": "American radio broadcaster and media company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1978 +{"wikidata_id": "Q5440684", "display_name": "Federated Hermes", "legal_name": null, "aliases": ["Federated Investors"], "website": "https://www.federatedinvestors.com", "canonical_domain": "federatedinvestors.com", "country": "US", "hq_city": "Federated Tower", "hq_region": "Pittsburgh", "lat": 40.44444, "lon": -79.99417, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "FHI", "exchange": "New York Stock Exchange", "lei": "R05X5UQ874RGFF7HHD84", "sec_cik": "1056288", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Federated_Hermes_logo.svg", "description": "American financial services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1979 +{"wikidata_id": "Q5445393", "display_name": "Ferro Corporation", "legal_name": null, "aliases": ["Ferro (United States)"], "website": "https://www.ferro.com", "canonical_domain": "ferro.com", "country": "US", "hq_city": "Mayfield Heights", "hq_region": "Cuyahoga County", "lat": 41.51722, "lon": -81.45583, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "FOE", "exchange": "New York Stock Exchange", "lei": "1YTO5R7OHOPE81ZNYD08", "sec_cik": "35214", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferro_Corporation_logo.svg", "description": "company in Mayfield Heights, United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1980 +{"wikidata_id": "Q5453107", "display_name": "First Interstate Bank", "legal_name": null, "aliases": ["First Interstate", "First Interstate BancSystem"], "website": "https://www.firstinterstatebank.com", "canonical_domain": "firstinterstatebank.com", "country": "US", "hq_city": "First Interstate Center", "hq_region": "Montana", "lat": 45.7833, "lon": -108.512, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "FIBK", "exchange": "Nasdaq", "lei": "549300RFSMIRUODUVW59", "sec_cik": "860413", "parent": null, "logo_url": null, "description": "American regional financial services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1981 +{"wikidata_id": "Q54621402", "display_name": "Goodfood Market", "legal_name": null, "aliases": ["Goodfood Market Corp."], "website": "https://www.makegoodfood.ca", "canonical_domain": "makegoodfood.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "GDDFF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goodfood_Market_logo.svg", "description": "Canadian online grocery,home meal and meal kit company, based in Montreal, Quebec", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1982 +{"wikidata_id": "Q54622051", "display_name": "The Green Organic Dutchman", "legal_name": null, "aliases": [], "website": "https://tgod.ca", "canonical_domain": "tgod.ca", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["agriculture"], "industry_labels": ["cannabis industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "TGOWF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cannabis industry company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1983 +{"wikidata_id": "Q5472859", "display_name": "Fortune Brands Home & Security", "legal_name": null, "aliases": [], "website": "https://www.fbhs.com", "canonical_domain": "fbhs.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["materials"], "industry_labels": ["SIC 2430 Millwood, Veneer, Plywood, & Structural Wood Members"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "FBHS", "exchange": "New York Stock Exchange", "lei": "54930032LHW54PQUJD44", "sec_cik": "1519751", "parent": null, "logo_url": null, "description": "American industrial company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1519751", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1984 +{"wikidata_id": "Q5503051", "display_name": "Freshii", "legal_name": null, "aliases": [], "website": "https://www.freshii.com", "canonical_domain": "freshii.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "FRHHF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q117815393", "name": "Foodtastic"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freshii_logo.svg", "description": "Canadian multinational restaurant chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1985 +{"wikidata_id": "Q5547666", "display_name": "Georgia Power", "legal_name": null, "aliases": ["Georgia Railway and Power Company"], "website": "https://www.georgiapower.com", "canonical_domain": "georgiapower.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "GAR", "exchange": "New York Stock Exchange", "lei": "D981X4Z4RWS7PDMJUZ03", "sec_cik": "41091", "parent": {"wikidata_id": "Q2304693", "name": "Southern Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Georgia_Power_logo.svg", "description": "electric utility in Atlanta, Georgia, United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "41091", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1986 +{"wikidata_id": "Q5570946", "display_name": "Globant", "legal_name": null, "aliases": [], "website": "https://www.globant.com", "canonical_domain": "globant.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "GLOB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1557860", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Globant_Logo.svg", "description": "Argentine IT company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1557860", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1987 +{"wikidata_id": "Q5579415", "display_name": "Golden Entertainment", "legal_name": null, "aliases": ["Golden Gaming"], "website": "https://www.goldenentertainment.com", "canonical_domain": "goldenentertainment.com", "country": "US", "hq_city": "Enterprise", "hq_region": "Clark County", "lat": 36.03139, "lon": -115.19806, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "GDEN", "exchange": "Nasdaq", "lei": "549300P8YYCKQVJ0Y638", "sec_cik": "1071255", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golden_Entertainment_logo.svg", "description": "American operator of casinos, taverns, and slot routes, based in Nevada", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1988 +{"wikidata_id": "Q5597139", "display_name": "Graphic Packaging", "legal_name": null, "aliases": ["Graphic Packaging Holding Company", "Graphic Packaging International"], "website": "https://www.graphicpkg.com", "canonical_domain": "graphicpkg.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["materials"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "GPK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1408075", "parent": null, "logo_url": null, "description": "American packaging company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1989 +{"wikidata_id": "Q5598598", "display_name": "Great-West Lifeco", "legal_name": null, "aliases": [], "website": "https://www.greatwestlifeco.com", "canonical_domain": "greatwestlifeco.com", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["insurance"], "industry_labels": ["health insurance", "life insurance"], "founded_year": 1847, "employees": null, "public_company": true, "ticker": "TSX", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Great-West_Lifeco_logo.svg", "description": "Canadian insurance copmany", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1990 +{"wikidata_id": "Q5615528", "display_name": "Guidewire Software", "legal_name": null, "aliases": [], "website": "https://www.guidewire.com", "canonical_domain": "guidewire.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "GWRE", "exchange": "New York Stock Exchange", "lei": "549300WXSG0J8IXZCK32", "sec_cik": "1528396", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1991 +{"wikidata_id": "Q5647025", "display_name": "Hancock Whitney", "legal_name": null, "aliases": ["Hancock Bank", "Whitney Bank"], "website": "https://www.hancockwhitney.com", "canonical_domain": "hancockwhitney.com", "country": "US", "hq_city": "Gulfport", "hq_region": "Harrison County", "lat": 30.36742, "lon": -89.09281, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "HWC", "exchange": "Nasdaq", "lei": null, "sec_cik": "750577", "parent": null, "logo_url": null, "description": "bank holding company in the Southeastern United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "750577", "enriched_at": "2026-09-13T07:17:38+00:00"}}
1992 +{"wikidata_id": "Q5750671", "display_name": "Hibbett Sports", "legal_name": null, "aliases": [], "website": "https://www.hibbett.com", "canonical_domain": "hibbett.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "HIBB", "exchange": "Nasdaq", "lei": "529900RD6P643J1CZM55", "sec_cik": "1017480", "parent": null, "logo_url": null, "description": "American holding company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1993 +{"wikidata_id": "Q5887924", "display_name": "HomeAway", "legal_name": null, "aliases": [], "website": "https://www.homeaway.it", "canonical_domain": "homeaway.it", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["hospitality"], "industry_labels": ["vacation rental industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "AWAY", "exchange": "Nasdaq", "lei": "549300333QN54QMH9S59", "sec_cik": "1366684", "parent": {"wikidata_id": "Q8085893", "name": "Expedia Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HomeAway_Graphic.png", "description": "US vacation rental company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1994 +{"wikidata_id": "Q590897", "display_name": "Empresas ICA", "legal_name": null, "aliases": [], "website": "https://www.ica.com.mx", "canonical_domain": "ica.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "ICA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Empresas_ICA_logo.jpg", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1995 +{"wikidata_id": "Q5923178", "display_name": "Itron", "legal_name": null, "aliases": [], "website": "https://www.itron.com", "canonical_domain": "itron.com", "country": "US", "hq_city": "Liberty Lake", "hq_region": "Spokane County", "lat": 47.65611, "lon": -117.08639, "industries": ["technology"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "ITRI", "exchange": "Nasdaq", "lei": "24F6LSZD18II6ICG6S41", "sec_cik": "780571", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Itron_logo.svg", "description": "American technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1996 +{"wikidata_id": "Q5969562", "display_name": "ICF International", "legal_name": null, "aliases": ["Inner City Fund"], "website": "https://www.icf.com", "canonical_domain": "icf.com", "country": "US", "hq_city": "Fairfax", "hq_region": "Virginia", "lat": 38.85261, "lon": -77.30438, "industries": ["professional-services"], "industry_labels": ["professional service"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "ICFI", "exchange": "Nasdaq", "lei": "5493003KYFDDC5B3WY64", "sec_cik": "1362004", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ICF_International_logo.png", "description": "American consulting firm", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1997 +{"wikidata_id": "Q5972875", "display_name": "IOOF", "legal_name": "IOOF HOLDINGS LIMITED", "aliases": ["IOOF Holdings Limited"], "website": "https://www.ioof.com.au", "canonical_domain": "ioof.com.au", "country": "US", "hq_city": "Melbourne", "hq_region": "Victoria", "lat": -37.81417, "lon": 144.96306, "industries": [], "industry_labels": [], "founded_year": 1846, "employees": null, "public_company": true, "ticker": "IFL", "exchange": "Australian Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Australian public company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1998 +{"wikidata_id": "Q5983823", "display_name": "Avangrid", "legal_name": "Iberdrola USA", "aliases": ["Energy East", "Avangrid Renewables"], "website": "https://www.avangrid.com", "canonical_domain": "avangrid.com", "country": "US", "hq_city": "New Gloucester", "hq_region": "Cumberland County", "lat": 43.96278, "lon": -70.2825, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AGR", "exchange": "New York Stock Exchange", "lei": "549300OX0Q38NLSKPB49", "sec_cik": "1634997", "parent": {"wikidata_id": "Q1437502", "name": "Iberdrola"}, "logo_url": null, "description": "energy company in the United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1999 +{"wikidata_id": "Q603617", "display_name": "Boston Market", "legal_name": null, "aliases": ["Boston Chicken"], "website": "https://www.bostonmarket.com", "canonical_domain": "bostonmarket.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1985, "employees": 14000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of American fast casual restaurants", "sitelinks": 8, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2000 +{"wikidata_id": "Q6038080", "display_name": "Insight Enterprises", "legal_name": null, "aliases": ["Inc."], "website": "https://www.insight.com", "canonical_domain": "insight.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["technology"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "NSIT", "exchange": "Nasdaq", "lei": "529900S8991TYW6YP792", "sec_cik": "932696", "parent": null, "logo_url": null, "description": "global technology provider", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2001 +{"wikidata_id": "Q6041711", "display_name": "IRB(Re)", "legal_name": null, "aliases": [], "website": "https://www.irbre.com", "canonical_domain": "irbre.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.90887, "lon": -43.1701, "industries": ["insurance"], "industry_labels": ["reinsurance"], "founded_year": null, "employees": null, "public_company": true, "ticker": "IRBR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_IRB%28Re%29.svg", "description": "Company in Rio de Janeiro, Brazil", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2002 +{"wikidata_id": "Q6049324", "display_name": "International Coal Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.intlcoal.com", "canonical_domain": "intlcoal.com", "country": "US", "hq_city": "Teays Valley", "hq_region": "Putnam County", "lat": 38.44722, "lon": -81.93722, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ICO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1320934", "parent": null, "logo_url": null, "description": "subsidiary of Arch Coal, Inc", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2003 +{"wikidata_id": "Q6062211", "display_name": "Iochpe-Maxion", "legal_name": null, "aliases": ["Iochpe-Maxion S.A."], "website": "https://www.iochpe.com.br", "canonical_domain": "iochpe.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["wheel", "rail transport"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "MYPK3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Iochpe-Maxion.svg", "description": "Brazilian automobile components manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2004 +{"wikidata_id": "Q60769878", "display_name": "Enviva", "legal_name": null, "aliases": [], "website": "https://envivabiomass.com", "canonical_domain": "envivabiomass.com", "country": "US", "hq_city": "Maryland", "hq_region": "United States", "lat": 39.0, "lon": -76.7, "industries": ["materials"], "industry_labels": ["wood economy"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "EVA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enviva_logo.png", "description": "wood pellet manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2005 +{"wikidata_id": "Q6428706", "display_name": "Kona Grill", "legal_name": null, "aliases": [], "website": "https://www.konagrill.com", "canonical_domain": "konagrill.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "KONA", "exchange": "Nasdaq", "lei": "529900AC7A3HMC5P6C34", "sec_cik": "1265572", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kona_Grill_logo.png", "description": "US multinational restaurant chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2006 +{"wikidata_id": "Q6541837", "display_name": "QVC Group", "legal_name": null, "aliases": ["QVC", "Liberty Interactive", "Liberty Interactive Corporation", "Qurate Retail Group", "Qurate Retail", "Inc."], "website": "https://www.libertyinteractive.com", "canonical_domain": "libertyinteractive.com", "country": "US", "hq_city": "Douglas County", "hq_region": "Colorado", "lat": 39.35, "lon": -104.93, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "QVCA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QVC_Group_logo.svg", "description": "American media conglomerate", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2007 +{"wikidata_id": "Q6545004", "display_name": "Life Time", "legal_name": null, "aliases": ["Life Time Athletic", "Life Time Fitness", "Lifetime Fitness"], "website": "https://www.lifetime.life", "canonical_domain": "lifetime.life", "country": "US", "hq_city": "Chanhassen", "hq_region": "Carver County", "lat": 44.86194, "lon": -93.5325, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "LTM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1869198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Life_Time_Fitness_logo.svg", "description": "chain of fitness centers operating in the United States and Canada", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2008 +{"wikidata_id": "Q6795931", "display_name": "Maximus Inc.", "legal_name": null, "aliases": [], "website": "https://www.maximus.com", "canonical_domain": "maximus.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["professional-services"], "industry_labels": ["government contractor"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "MMS", "exchange": "New York Stock Exchange", "lei": "549300DQCDS8HJ7QF202", "sec_cik": "1032220", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maximus_Inc._Logo.png", "description": "Healthcare, governmental, and business services provider", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2009 +{"wikidata_id": "Q6896175", "display_name": "Molina Healthcare", "legal_name": null, "aliases": [], "website": "https://molinahealthcare.com", "canonical_domain": "molinahealthcare.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "MOH", "exchange": "New York Stock Exchange", "lei": "549300NQQCEQ46YHZ591", "sec_cik": "1179929", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molina_Healthcare_logo.svg", "description": "American managed care company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2010 +{"wikidata_id": "Q6914636", "display_name": "Mortgage Guaranty Insurance Corporation", "legal_name": null, "aliases": [], "website": "https://www.mgic.com", "canonical_domain": "mgic.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["insurance"], "industry_labels": ["lenders mortgage insurance"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "MTG", "exchange": "New York Stock Exchange", "lei": "254900FCAQTSUG9PVS64", "sec_cik": "876437", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MGIC_logo.svg", "description": "U.S. financial services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "876437", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2011 +{"wikidata_id": "Q6941284", "display_name": "Mushkin", "legal_name": null, "aliases": ["Mushkin Enhanced", "Mushkin Enhanced MFG"], "website": "https://www.poweredbymushkin.com", "canonical_domain": "poweredbymushkin.com", "country": "US", "hq_city": "Englewood", "hq_region": "Arapahoe County", "lat": 39.6469, "lon": -104.992, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "RMTR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mushkin_logo.svg", "description": "American computer hardware company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2012 +{"wikidata_id": "Q6955706", "display_name": "NVR, Inc.", "legal_name": null, "aliases": ["NVR"], "website": "https://www.nvrinc.com", "canonical_domain": "nvrinc.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["construction"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "NVR", "exchange": "New York Stock Exchange", "lei": "529900RWXR4JI3JYTV70", "sec_cik": "906163", "parent": null, "logo_url": null, "description": "American home construction company based in Virginia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2013 +{"wikidata_id": "Q6955989", "display_name": "NW Natural", "legal_name": null, "aliases": ["Northwest Natural Gas Company"], "website": "https://www.nwnatural.com", "canonical_domain": "nwnatural.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["utilities"], "industry_labels": [], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "NWN", "exchange": "New York Stock Exchange", "lei": "H4JZVBMGV45MWUCMUB11", "sec_cik": "1733998", "parent": null, "logo_url": null, "description": "American publicly-traded utility headquartered in Portland, Oregon, United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1733998", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2014 +{"wikidata_id": "Q6978096", "display_name": "National Retail Properties", "legal_name": null, "aliases": [], "website": "https://www.nnnreit.com", "canonical_domain": "nnnreit.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "NNN", "exchange": "New York Stock Exchange", "lei": "5493008JKH5SOTI0JS97", "sec_cik": "751364", "parent": null, "logo_url": null, "description": "(ticker symbol: NNN) a real estate investment trust in the United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2015 +{"wikidata_id": "Q6998317", "display_name": "NetScout Systems", "legal_name": null, "aliases": [], "website": "https://www.netscout.com", "canonical_domain": "netscout.com", "country": "US", "hq_city": "Westford", "hq_region": "Middlesex County", "lat": 42.57917, "lon": -71.43833, "industries": ["software"], "industry_labels": ["SIC 7373 Services-Computer Integrated Systems Design"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "NTCT", "exchange": "Nasdaq", "lei": "5493005HZXZ3SPNVCV76", "sec_cik": "1078075", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NetScout_logo.svg", "description": "business enterprise", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1078075", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2016 +{"wikidata_id": "Q7088304", "display_name": "Ollie's Bargain Outlet", "legal_name": null, "aliases": ["Ollie’s Bargain Outlet Holdings", "Inc."], "website": "https://www.ollies.com", "canonical_domain": "ollies.com", "country": "US", "hq_city": "Harrisburg", "hq_region": "Dauphin County", "lat": 40.26455, "lon": -76.88338, "industries": ["retail"], "industry_labels": ["overstock"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "OLLI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1639300", "parent": null, "logo_url": null, "description": "American retail store chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1639300", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2017 +{"wikidata_id": "Q7098552", "display_name": "Oppenheimer Holdings", "legal_name": null, "aliases": [], "website": "https://www.oppenheimer.com", "canonical_domain": "oppenheimer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "OPY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "791963", "parent": null, "logo_url": null, "description": "investment bank and investment firm", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2018 +{"wikidata_id": "Q7114733", "display_name": "Owens & Minor", "legal_name": null, "aliases": [], "website": "https://owens-minor.com", "canonical_domain": "owens-minor.com", "country": "US", "hq_city": "Mechanicsville", "hq_region": "Hanover County", "lat": 37.6192, "lon": -77.355, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "OMI", "exchange": "New York Stock Exchange", "lei": "549300LMT5KQQXCEZ733", "sec_cik": "75252", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Owens_%26_Minor_2021_logo.svg", "description": "healthcare logistics company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2019 +{"wikidata_id": "Q7180736", "display_name": "Pharmaceutical Product Development", "legal_name": null, "aliases": ["PPD", "LLC"], "website": "https://www.ppdi.com", "canonical_domain": "ppdi.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Hanover County", "lat": 34.22333, "lon": -77.91222, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "PPD", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "contract research organization", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2020 +{"wikidata_id": "Q7191691", "display_name": "Pier 1 Imports", "legal_name": null, "aliases": ["Pier Import"], "website": "https://www.pierimport.fr", "canonical_domain": "pierimport.fr", "country": "US", "hq_city": "Fort Worth", "hq_region": "Wise County", "lat": 32.75639, "lon": -97.3325, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "PIR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pier_1_Imports_Logo_NEW.png", "description": "Imported goods store", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2021 +{"wikidata_id": "Q7229656", "display_name": "Popular, Inc.", "legal_name": null, "aliases": ["Popular", "Banco Popular", "Popular Bank", "Banco Popular de Puerto Rico", "BPPR"], "website": "https://www.popularbank.com", "canonical_domain": "popularbank.com", "country": "US", "hq_city": "Hato Rey", "hq_region": "San Juan", "lat": 18.4239, "lon": -66.0831, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1893, "employees": null, "public_company": true, "ticker": "BPOP", "exchange": "Nasdaq", "lei": "5493008CARDZMVQ3LO89", "sec_cik": "763901", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BPPR_Popular_logo.svg", "description": "bank based in Puerto Rico", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2022 +{"wikidata_id": "Q7231939", "display_name": "Portland General Electric", "legal_name": null, "aliases": ["PGE"], "website": "https://portlandgeneral.com", "canonical_domain": "portlandgeneral.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1888, "employees": null, "public_company": true, "ticker": "POR", "exchange": "New York Stock Exchange", "lei": "GJOUP9M7C39GLSK9R870", "sec_cik": "784977", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PortlandGELogo.png", "description": "public utility based in Portland, Oregon", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "784977", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2023 +{"wikidata_id": "Q7243710", "display_name": "Innovate Corp.", "legal_name": null, "aliases": ["HC2 Holdings", "Primus Telecom"], "website": "https://www.primustel.com", "canonical_domain": "primustel.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "HCHC", "exchange": "New York Stock Exchange", "lei": "549300S6O246JWQQ1K58", "sec_cik": "1006837", "parent": null, "logo_url": null, "description": "American financial services and holding company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2024 +{"wikidata_id": "Q7248824", "display_name": "Waste Connections of Canada", "legal_name": null, "aliases": ["Progressive Waste Solutions", "Progressive Waste Solutions Limited", "Progressive Waste Solutions Ltd."], "website": "https://wasteconnectionscanada.com", "canonical_domain": "wasteconnectionscanada.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "BIN", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7972797", "name": "Waste Connections"}, "logo_url": null, "description": "North American waste management company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2025 +{"wikidata_id": "Q7252351", "display_name": "Provida", "legal_name": null, "aliases": [], "website": "https://www.provida.cl", "canonical_domain": "provida.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["asset-management"], "industry_labels": ["pension"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "pvd", "exchange": "New York Stock Exchange", "lei": "549300FK7HEJO33J5N35", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_AFP_ProVida.svg", "description": "pension fund manager", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2026 +{"wikidata_id": "Q7252517", "display_name": "Provident Bank of New Jersey", "legal_name": null, "aliases": [], "website": "https://www.provident.bank", "canonical_domain": "provident.bank", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1839, "employees": null, "public_company": true, "ticker": "PFS", "exchange": "New York Stock Exchange", "lei": "5493004NH61PL6YYNH25", "sec_cik": "1178970", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Provident_Bank_of_New_Jersey_logo.svg", "description": "American private bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1178970", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2027 +{"wikidata_id": "Q7304530", "display_name": "Red Lion Hotels Corporation", "legal_name": null, "aliases": ["Red Lion Inn & Suites", "RLH Corporation", "RLHC"], "website": "https://www.redlion.com", "canonical_domain": "redlion.com", "country": "US", "hq_city": "Spokane", "hq_region": "Spokane County", "lat": 47.65719, "lon": -117.4235, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "RLH", "exchange": "New York Stock Exchange", "lei": "549300SQ6C322WRSYZ27", "sec_cik": "1052595", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Red_Lion_Hotels_Corporation_logo.svg", "description": "hotel company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2028 +{"wikidata_id": "Q7311031", "display_name": "Reliance, Inc.", "legal_name": null, "aliases": ["Reliance Steel & Aluminum Co."], "website": "https://www.rsac.com", "canonical_domain": "rsac.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "RS", "exchange": "New York Stock Exchange", "lei": "549300E287ZOFT3C5Z56", "sec_cik": "861884", "parent": null, "logo_url": null, "description": "steel manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "861884", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2029 +{"wikidata_id": "Q7316207", "display_name": "Restoration Hardware", "legal_name": null, "aliases": ["RH"], "website": "https://rh.com", "canonical_domain": "rh.com", "country": "US", "hq_city": "Corte Madera", "hq_region": "Marin County", "lat": 37.92556, "lon": -122.5275, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "RH", "exchange": "New York Stock Exchange", "lei": "549300H9H1H3OC7C3H47", "sec_cik": "863821", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RH_logo.svg", "description": "American home-furnishings company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2030 +{"wikidata_id": "Q7374224", "display_name": "Royal Gold", "legal_name": null, "aliases": [], "website": "https://www.royalgold.com", "canonical_domain": "royalgold.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "RGLD", "exchange": "Nasdaq", "lei": "5493001NGRU6SFL04184", "sec_cik": "85535", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Gold_logo.svg", "description": "American mining company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2031 +{"wikidata_id": "Q7385192", "display_name": "Ryman Hospitality Properties", "legal_name": null, "aliases": [], "website": "https://www.rymanhp.com", "canonical_domain": "rymanhp.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "RHP", "exchange": "New York Stock Exchange", "lei": "529900GCCWW9SRMPJR11", "sec_cik": "1040829", "parent": null, "logo_url": null, "description": "American hotel, resort, entertainment, and media company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2032 +{"wikidata_id": "Q7388926", "display_name": "SBA Communications", "legal_name": null, "aliases": ["SBA Communications Corporation"], "website": "https://www.sbasite.com", "canonical_domain": "sbasite.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "SBAC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1034054", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SBA_Communications_Logo.svg", "description": "operator of mobile telecommunication infrastructure", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2033 +{"wikidata_id": "Q7392916", "display_name": "SS&C Technologies", "legal_name": null, "aliases": ["Securities Software & Consulting Inc", "SS&C"], "website": "https://www.ssctech.com", "canonical_domain": "ssctech.com", "country": "US", "hq_city": "Windsor", "hq_region": "Capitol Planning Region", "lat": 41.85278, "lon": -72.64306, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "SSNC", "exchange": "Nasdaq", "lei": "549300KY09TR3J12JU49", "sec_cik": "1011661", "parent": null, "logo_url": null, "description": "an American multinational financial technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2034 +{"wikidata_id": "Q7399844", "display_name": "Saia", "legal_name": null, "aliases": ["SAIA", "Saia LTL Freight"], "website": "https://www.saia.com", "canonical_domain": "saia.com", "country": "US", "hq_city": "Johns Creek", "hq_region": "Fulton County", "lat": 34.0289, "lon": -84.1986, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "SAIA", "exchange": "Nasdaq", "lei": "549300WNPG4N9GBOYB29", "sec_cik": "1177702", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saia_logo.svg", "description": "American Trucking Company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2035 +{"wikidata_id": "Q7431916", "display_name": "Schnitzer Steel Industries", "legal_name": null, "aliases": [], "website": "https://www.schnitzersteel.com", "canonical_domain": "schnitzersteel.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "SCHN", "exchange": "Nasdaq", "lei": "549300F62TK8VRDSM285", "sec_cik": "912603", "parent": null, "logo_url": null, "description": "American metal manufacturing and recycling company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2036 +{"wikidata_id": "Q7548877", "display_name": "Snyder's-Lance", "legal_name": null, "aliases": [], "website": "https://www.campbellsoupcompany.com", "canonical_domain": "campbellsoupcompany.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "LNCE", "exchange": "Nasdaq", "lei": "HT08BXLUFXNQIJGTMH27", "sec_cik": "57528", "parent": {"wikidata_id": "Q1030544", "name": "Campbell's"}, "logo_url": null, "description": "U.S. manufacturer of snack foods", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2037 +{"wikidata_id": "Q7573905", "display_name": "The Shyft Group", "legal_name": null, "aliases": ["Spartan Motors", "Spartan Motors", "Inc"], "website": "https://www.spartanmotors.com", "canonical_domain": "spartanmotors.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Eaton County", "lat": 42.56361, "lon": -84.83583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "SPAR", "exchange": "Nasdaq", "lei": "549300YY0TB51BGRV994", "sec_cik": "743238", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spartan_Motors_logo.svg", "description": "American automobile design company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2038 +{"wikidata_id": "Q7597506", "display_name": "stamps.com", "legal_name": null, "aliases": [], "website": "https://www.stamps.com", "canonical_domain": "stamps.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["professional-services"], "industry_labels": ["service"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "STMP", "exchange": "Nasdaq", "lei": "5299008VAXLEGU4Y4038", "sec_cik": "1082923", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Auctane-logo-white.svg", "description": "American services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2039 +{"wikidata_id": "Q7606770", "display_name": "Stein Mart", "legal_name": null, "aliases": [], "website": "https://www.steinmart.com", "canonical_domain": "steinmart.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "FL", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail", "SIC 5651 Retail-Family Clothing Stores"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "SMRT", "exchange": "Nasdaq", "lei": "5299003WK411DOKT6U67", "sec_cik": "884940", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SteinMartLogo.png", "description": "American discount men and women's department store chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "884940", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2040 +{"wikidata_id": "Q7635930", "display_name": "SulAmérica Seguros", "legal_name": null, "aliases": ["SulAmerica Seguros"], "website": "https://www.sulamerica.com.br", "canonical_domain": "sulamerica.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "SULA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_SulAm%C3%A9rica.svg", "description": "Brazilian insurance company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2041 +{"wikidata_id": "Q764321", "display_name": "Obsidian Energy", "legal_name": null, "aliases": ["Obsidian Energy Ltd.", "Penn West Energy Trust", "Penn West Exploration", "Penn West Petroleum"], "website": "https://www.pennwest.com", "canonical_domain": "pennwest.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "OBE", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1334388", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Penn_West_logo.svg", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1334388", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2042 +{"wikidata_id": "Q7685824", "display_name": "Targa Resources", "legal_name": null, "aliases": [], "website": "https://www.targaresources.com", "canonical_domain": "targaresources.com", "country": "US", "hq_city": "Houston", "hq_region": "TX", "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["SIC 4922 Natural Gas Transmission"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TRGP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1389168", "parent": null, "logo_url": null, "description": "midstream energy company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1389168", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2043 +{"wikidata_id": "Q7692916", "display_name": "Tecumseh Products", "legal_name": null, "aliases": ["Tecumseh Products (United States)"], "website": "https://www.tecumseh.com.br", "canonical_domain": "tecumseh.com.br", "country": "US", "hq_city": "Ann Arbor", "hq_region": "Washtenaw County", "lat": 42.28139, "lon": -83.74833, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "TECU", "exchange": "Nasdaq", "lei": null, "sec_cik": "96831", "parent": null, "logo_url": null, "description": "company in Ann Arbor, United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2044 +{"wikidata_id": "Q7695260", "display_name": "Tejon Ranch", "legal_name": null, "aliases": [], "website": "https://www.tejonranch.com", "canonical_domain": "tejonranch.com", "country": "US", "hq_city": "Lebec", "hq_region": "CA", "lat": 35.0253, "lon": -118.746, "industries": ["real-estate"], "industry_labels": ["SIC 6500 Real Estate"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TRC", "exchange": "New York Stock Exchange", "lei": "549300TMNDO77VJ6J111", "sec_cik": "96869", "parent": null, "logo_url": null, "description": "Land owner in California, USA", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "96869", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2045 +{"wikidata_id": "Q7696488", "display_name": "Telephone and Data Systems", "legal_name": null, "aliases": ["Inc."], "website": "https://www.tdsinc.com", "canonical_domain": "tdsinc.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "TDS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1051512", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telephone_and_Data_Systems_logo.svg", "description": "American telecommunications company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1051512", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2046 +{"wikidata_id": "Q7697923", "display_name": "Telus Digital", "legal_name": null, "aliases": ["Telus International"], "website": "https://www.telusdigital.com", "canonical_domain": "telusdigital.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["technology"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "TIXT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96407933", "name": "Telus Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telus_International_logo.svg", "description": "Canadian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2047 +{"wikidata_id": "Q7727445", "display_name": "The Container Store", "legal_name": null, "aliases": ["TCS", "Container Store", "ContainerStore", "The Container Store Custom Closets"], "website": "https://www.containerstore.com", "canonical_domain": "containerstore.com", "country": "US", "hq_city": "Coppell", "hq_region": "Denton County", "lat": 32.95457, "lon": -97.01501, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "TCS", "exchange": "New York Stock Exchange", "lei": "529900L7KB2N9KXCDI76", "sec_cik": "1411688", "parent": null, "logo_url": null, "description": "American retailer specializing in storage, home office organizers and organization supplies, including custom closets and shelving systems", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2048 +{"wikidata_id": "Q7802889", "display_name": "Tillys", "legal_name": null, "aliases": [], "website": "https://www.tillys.com", "canonical_domain": "tillys.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "TLYS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1524025", "parent": null, "logo_url": null, "description": "American retail clothing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2049 +{"wikidata_id": "Q7809764", "display_name": "Titan Machinery", "legal_name": "Titan Machinery Ukraine, LLC", "aliases": ["Titan", "Titan Machinery Inc."], "website": "https://titanmachinery.ua", "canonical_domain": "titanmachinery.ua", "country": "US", "hq_city": "West Fargo", "hq_region": "Cass County", "lat": 46.84859, "lon": -96.8919, "industries": ["agriculture", "industrial-machinery"], "industry_labels": ["agricultural technology", "construction machinery industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "TITN", "exchange": "Nasdaq", "lei": "549300835ZM8G0BT5C94", "sec_cik": "1224389", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Titan-Machinery-Logo.svg", "description": "International agricultural machinery dealer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2050 +{"wikidata_id": "Q7814310", "display_name": "Toll Brothers", "legal_name": null, "aliases": [], "website": "https://www.tollbrothers.com", "canonical_domain": "tollbrothers.com", "country": "US", "hq_city": "Horsham", "hq_region": "Horsham Township", "lat": 40.1825, "lon": -75.1344, "industries": ["real-estate", "construction"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "TOL", "exchange": "New York Stock Exchange", "lei": "529900JB6IS9MSZGVR44", "sec_cik": "794170", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toll_Brothers.svg", "description": "American home builder", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2051 +{"wikidata_id": "Q7827120", "display_name": "Torrid", "legal_name": null, "aliases": [], "website": "https://www.torrid.com", "canonical_domain": "torrid.com", "country": "US", "hq_city": "City of Industry", "hq_region": "Los Angeles County", "lat": 34.01583, "lon": -117.95083, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "CURV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1792781", "parent": null, "logo_url": null, "description": "American retail chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1792781", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2052 +{"wikidata_id": "Q7836120", "display_name": "Travelzoo", "legal_name": null, "aliases": [], "website": "https://www.travelzoo.com", "canonical_domain": "travelzoo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "travel"], "industry_labels": ["mass media", "tourism industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "TZOO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1133311", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TravelZoo_logo.svg", "description": "American travel media company with membership model", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2053 +{"wikidata_id": "Q7894082", "display_name": "Universal Technical Institute", "legal_name": null, "aliases": ["UTI", "Universal Technical Institute of Phoenix"], "website": "https://www.uti.edu", "canonical_domain": "uti.edu", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["education"], "industry_labels": ["education"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "UTI", "exchange": "New York Stock Exchange", "lei": "2549003YOJGAZ0PVFV48", "sec_cik": "1261654", "parent": null, "logo_url": null, "description": "private for-profit system of technical colleges throughout the United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2054 +{"wikidata_id": "Q7903503", "display_name": "Utz Brands", "legal_name": null, "aliases": ["Utz", "Inc.", "Utz Quality Foods"], "website": "https://www.utzsnacks.com", "canonical_domain": "utzsnacks.com", "country": "US", "hq_city": "Hanover", "hq_region": "York County", "lat": 39.8072, "lon": -76.9847, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "UTZ", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1739566", "parent": null, "logo_url": null, "description": "American snack food brand potato chips", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1739566", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2055 +{"wikidata_id": "Q7958645", "display_name": "Wabash National", "legal_name": null, "aliases": [], "website": "https://www.wabashnational.com", "canonical_domain": "wabashnational.com", "country": "US", "hq_city": "Lafayette", "hq_region": "Tippecanoe County", "lat": 40.4172, "lon": -86.8786, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "WNC", "exchange": "New York Stock Exchange", "lei": "5299004ZAWHQZI5XO485", "sec_cik": "879526", "parent": null, "logo_url": null, "description": "American manufacturing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "879526", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2056 +{"wikidata_id": "Q7981065", "display_name": "WellCare", "legal_name": null, "aliases": ["WellCare Health Plans", "Inc."], "website": "https://www.wellcare.com", "canonical_domain": "wellcare.com", "country": "US", "hq_city": "Tampa", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["healthcare"], "industry_labels": ["health care", "SIC 6324 Hospital & Medical Service Plans"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "WCG", "exchange": "New York Stock Exchange", "lei": "529900JCT1MMTWHZ5P23", "sec_cik": "1279363", "parent": null, "logo_url": null, "description": "American health insurance company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1279363", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2057 +{"wikidata_id": "Q7983629", "display_name": "WesBanco", "legal_name": null, "aliases": ["WesBanco Bank", "WesBanco Bank", "Inc."], "website": "https://www.wesbanco.com", "canonical_domain": "wesbanco.com", "country": "US", "hq_city": "Wheeling", "hq_region": "Ohio County", "lat": 40.07028, "lon": -80.69861, "industries": ["financial-services", "banking"], "industry_labels": ["financial sector", "economics of banking", "financial services"], "founded_year": 1870, "employees": null, "public_company": true, "ticker": "WSBC", "exchange": "Nasdaq", "lei": "QGPGHQ1ENZOOLJRFTH41", "sec_cik": "203596", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WesBancoLogo-2016.svg", "description": "American bank holding company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2058 +{"wikidata_id": "Q7985852", "display_name": "West Marine", "legal_name": null, "aliases": [], "website": "https://www.westmarine.com", "canonical_domain": "westmarine.com", "country": "US", "hq_city": "Watsonville", "hq_region": "Santa Cruz County", "lat": 36.92, "lon": -121.76361, "industries": ["shipping", "agriculture"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "WMAR", "exchange": "Nasdaq", "lei": null, "sec_cik": "912833", "parent": null, "logo_url": null, "description": "American chain of boating supply and fishing retail stores", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2059 +{"wikidata_id": "Q8053341", "display_name": "Yext", "legal_name": null, "aliases": ["Inc."], "website": "https://yext.com", "canonical_domain": "yext.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["technology industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "YEXT", "exchange": "New York Stock Exchange", "lei": "5299008ZQSBBVH7K0589", "sec_cik": "1614178", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yext_Wordmark.svg", "description": "New York City technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2060 +{"wikidata_id": "Q8061773", "display_name": "Yurun Group", "legal_name": null, "aliases": [], "website": "https://www.yurun.com", "canonical_domain": "yurun.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "1068", "exchange": "Hong Kong Stock Exchange", "lei": "529900C6PP062BE88M21", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese meat company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2061 +{"wikidata_id": "Q8075320", "display_name": "Zuora", "legal_name": null, "aliases": [], "website": "https://zuora.com", "canonical_domain": "zuora.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["software"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ZUO", "exchange": "New York Stock Exchange", "lei": "549300ISVGC1YZWQJ420", "sec_cik": "1423774", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zuora_new_logo_2.png", "description": "American enterprise software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2062 +{"wikidata_id": "Q880296", "display_name": "Black Hills Corporation", "legal_name": null, "aliases": [], "website": "https://ir.blackhillscorp.com", "canonical_domain": "blackhillscorp.com", "country": "US", "hq_city": "Rapid City", "hq_region": "Pennington County", "lat": 44.08106, "lon": -103.22867, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "BKH", "exchange": "New York Stock Exchange", "lei": "3MGELCRSTNSAMJ962671", "sec_cik": "12400", "parent": null, "logo_url": null, "description": "energy company in based in Rapid City, South Dakota, United States", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2063 +{"wikidata_id": "Q9645063", "display_name": "Banco Alfa", "legal_name": null, "aliases": ["ALFA INVEST", "BCO ALFA DE INVESTIMENTO S.A."], "website": "https://bancoalfa.com.br", "canonical_domain": "bancoalfa.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "BRIV3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Former Brazilian commercial bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2064 +{"wikidata_id": "Q3658429", "display_name": "Stop & Shop", "legal_name": null, "aliases": ["Stop & Shop Supermarket Company", "Stop and Shop", "Stop&Shop"], "website": "https://stopandshop.com", "canonical_domain": "stopandshop.com", "country": "US", "hq_city": "Quincy", "hq_region": "Norfolk County", "lat": 42.25, "lon": -71.0, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1914, "employees": 82000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20539261", "name": "Ahold Delhaize"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stop_%26_Shop_Logo.svg", "description": "chain of supermarkets", "sitelinks": 6, "importance": 0.3684, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2065 +{"wikidata_id": "Q2080076", "display_name": "bhvr.com", "legal_name": null, "aliases": [], "website": "https://www.bhvr.com", "canonical_domain": "bhvr.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Behaviour_Interactive_logo.svg", "description": "video game developer", "sitelinks": 15, "importance": 0.3683, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2066 +{"wikidata_id": "Q111597979", "display_name": "Morgan & Morgan", "legal_name": "Morgan & Morgan, P.A.", "aliases": ["Morgan and Morgan", "Morgan", "Colling & Gilbert", "P.A."], "website": "https://www.forthepeople.com", "canonical_domain": "forthepeople.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.54232, "lon": -81.37922, "industries": ["professional-services"], "industry_labels": ["legal services"], "founded_year": 1988, "employees": 6000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morgan_%26_Morgan_Logo.svg", "description": "American personal-injury law firm based in Orlando, Florida", "sitelinks": 9, "importance": 0.368, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2067 +{"wikidata_id": "Q2471622", "display_name": "UST", "legal_name": null, "aliases": [], "website": "https://www.ust.com", "canonical_domain": "ust.com", "country": "US", "hq_city": "Aliso Viejo", "hq_region": "Orange County", "lat": 33.61619, "lon": -117.74443, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1998, "employees": 30000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UST_%28company%29_Logo.svg", "description": "American technology company", "sitelinks": 7, "importance": 0.3679, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2068 +{"wikidata_id": "Q1141226", "display_name": "Dairy Queen", "legal_name": null, "aliases": ["DQ"], "website": "https://www.dairyqueen.com", "canonical_domain": "dairyqueen.com", "country": "US", "hq_city": "Edina", "hq_region": "Hennepin County", "lat": 44.88969, "lon": -93.35011, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dairy_Queen_logo.svg", "description": "American multinational fast food chain from Illinois", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2069 +{"wikidata_id": "Q1251563", "display_name": "Doubleday", "legal_name": null, "aliases": ["Doubleday & McClure", "Doubleday & McClure Company", "Doran & Company", "Page & Company", "The Doubleday Publishing Group", "Doubleday & Co. Inc."], "website": "https://doubleday.knopfdoubleday.com", "canonical_domain": "knopfdoubleday.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doubleday%2C_Page_and_Company_Logo_1915.jpg", "description": "American publishing company", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1431868"}, {"related_domain_conflict": "Q520387"}, {"related_domain_conflict": "Q1020343"}]}
2070 +{"wikidata_id": "Q1351054", "display_name": "Maybelline", "legal_name": null, "aliases": ["Maybelline New York"], "website": "https://www.maybelline.com", "canonical_domain": "maybelline.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156077", "name": "L'Oréal"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maybelline-Logo.svg", "description": "cosmetics company", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2071 +{"wikidata_id": "Q1961036", "display_name": "Beats Electronics", "legal_name": null, "aliases": ["Beats", "Beats by Dr. Dre", "Beats Electronics LLC"], "website": "https://www.beatsbydre.com", "canonical_domain": "beatsbydre.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q312", "name": "Apple Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beats_Electronics_logo.svg", "description": "American audio products manufacturer", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2072 +{"wikidata_id": "Q389284", "display_name": "Aftermath Entertainment", "legal_name": null, "aliases": ["Aftermath"], "website": "https://aftermath-entertainment.com", "canonical_domain": "aftermath-entertainment.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2073 +{"wikidata_id": "Q568246", "display_name": "Shady Records", "legal_name": null, "aliases": [], "website": "https://www.shadyrecords.com", "canonical_domain": "shadyrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shady_Records_logo.svg", "description": "American record label", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2074 +{"wikidata_id": "Q620802", "display_name": "Two Steps from Hell", "legal_name": null, "aliases": ["Two Steps From Hell"], "website": "https://www.twostepsfromhell.com", "canonical_domain": "twostepsfromhell.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Two_Step_From_Hell_Logo.jpg", "description": "American trailer music company", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2075 +{"wikidata_id": "Q621364", "display_name": "Legendary Pictures", "legal_name": null, "aliases": ["Legendary Entertainment", "Inc."], "website": "https://www.legendary.com", "canonical_domain": "legendary.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5210937", "name": "Wanda Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legendary_Entertainment_logo.svg", "description": "American media company based in Burbank, California", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2076 +{"wikidata_id": "Q664167", "display_name": "Arista Records", "legal_name": null, "aliases": ["Arista"], "website": "https://www.aristarecordings.com", "canonical_domain": "aristarecordings.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arista_Records_Logo.svg", "description": "American record label; imprint of Arista Records, Inc.", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2077 +{"wikidata_id": "Q746676", "display_name": "Industrial Light & Magic", "legal_name": null, "aliases": ["ILM"], "website": "https://www.ilm.com", "canonical_domain": "ilm.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["computer graphics"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q242446", "name": "Lucasfilm"}, "logo_url": null, "description": "American visual effects and animation studio", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2078 +{"wikidata_id": "Q877332", "display_name": "Diners Club International", "legal_name": null, "aliases": ["Diners Club", "Diners Club Inc."], "website": "https://www.dinersclub.com", "canonical_domain": "dinersclub.com", "country": "US", "hq_city": "Riverwoods", "hq_region": "Lake County", "lat": 42.1708, "lon": -87.8958, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5281775", "name": "Discover Financial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Diners_Club_Logo3.svg", "description": "company", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2079 +{"wikidata_id": "Q10343513", "display_name": "Padtec", "legal_name": "Padtec S/A", "aliases": [], "website": "https://www.padtec.com.br", "canonical_domain": "padtec.com.br", "country": "BR", "hq_city": "Campinas", "hq_region": "São Paulo", "lat": -22.90091, "lon": -47.05729, "industries": ["telecommunications", "software"], "industry_labels": ["telecommunications", "software industry"], "founded_year": 2001, "employees": 685, "public_company": true, "ticker": "PDTC3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Padtec_Logo.png", "description": "Brazilian company operating in the telecommunications sector, focusing on the development, manufacture and marketing of high-capacity optical communication systems.", "sitelinks": 1, "importance": 0.3674, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2080 +{"wikidata_id": "Q2560823", "display_name": "EA Montreal", "legal_name": null, "aliases": ["Electronic Arts Montreal"], "website": "https://www.eamontreal.com", "canonical_domain": "eamontreal.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": 849, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EA_Montreal_logo.png", "description": "Canadian video game developer studio wholly owned by Electronic Arts", "sitelinks": 12, "importance": 0.3673, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2081 +{"wikidata_id": "Q3492905", "display_name": "Edelman", "legal_name": null, "aliases": [], "website": "https://www.edelman.com", "canonical_domain": "edelman.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["public relations"], "founded_year": 1952, "employees": 5500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American public relations and marketing consultancy firm", "sitelinks": 9, "importance": 0.3668, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2082 +{"wikidata_id": "Q18472144", "display_name": "Locamerica", "legal_name": null, "aliases": [], "website": "https://www.locamerica.com.br", "canonical_domain": "locamerica.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": 600, "public_company": true, "ticker": "LCAM3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-locamerica.png", "description": null, "sitelinks": 1, "importance": 0.3655, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2083 +{"wikidata_id": "Q17086475", "display_name": "Ultralife Corporation", "legal_name": null, "aliases": ["Ultralife"], "website": "https://ultralifecorporation.com", "canonical_domain": "ultralifecorporation.com", "country": "US", "hq_city": "Newark", "hq_region": "Wayne County", "lat": 43.0467, "lon": -77.0953, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1990, "employees": 573, "public_company": true, "ticker": "ULBI", "exchange": "Nasdaq", "lei": "529900NVAFLKA00F3U05", "sec_cik": "875657", "parent": null, "logo_url": null, "description": "industrial electrical equipment manufacturer", "sitelinks": 1, "importance": 0.3648, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2084 +{"wikidata_id": "Q1236833", "display_name": "United Launch Alliance", "legal_name": null, "aliases": ["ULA"], "website": "https://www.ulalaunch.com", "canonical_domain": "ulalaunch.com", "country": "US", "hq_city": "Centennial", "hq_region": "Arapahoe County", "lat": 39.59639, "lon": -104.84389, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7240", "name": "Lockheed Martin"}, "logo_url": null, "description": "joint venture of Lockheed Martin and Boeing", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2085 +{"wikidata_id": "Q165711", "display_name": "Sire", "legal_name": null, "aliases": ["LC 03228", "LC 3228", "Sire Records"], "website": "https://www.sirerecords.com", "canonical_domain": "sirerecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sire_Records_logo.svg", "description": "American record label", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2086 +{"wikidata_id": "Q18628", "display_name": "Roadrunner Records", "legal_name": null, "aliases": [], "website": "https://www.roadrunnerrecords.com", "canonical_domain": "roadrunnerrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roadrunner_Records_logo_2016.svg", "description": "US record label based in New York City, a division of Warner Music Group", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2087 +{"wikidata_id": "Q2717882", "display_name": "Holiday Inn", "legal_name": null, "aliases": ["Holiday Corporation", "Holiday Inn Hotels"], "website": "https://www.holidayinn.com", "canonical_domain": "holidayinn.com", "country": "US", "hq_city": "Denham", "hq_region": "Buckinghamshire", "lat": 51.563, "lon": -0.499, "industries": ["hospitality"], "industry_labels": ["hotel chain"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1424962", "name": "IHG Hotels & Resorts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Holiday_Inn_by_IHG_logo.svg", "description": "upper-midscale hotel chain run by IHG", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2088 +{"wikidata_id": "Q2908540", "display_name": "Penguin Random House", "legal_name": null, "aliases": ["Penguin Random House Limited"], "website": "https://global.penguinrandomhouse.com", "canonical_domain": "penguinrandomhouse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156913", "name": "Bertelsmann"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Penguin_Random_House.svg", "description": "multinational conglomerate publishing company", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2881141"}]}
2089 +{"wikidata_id": "Q605401", "display_name": "Condé Nast", "legal_name": "Condé Nast", "aliases": ["Condé Nast Inc.", "Conde Nast Publications", "Condé Nast Publications", "Conde Nast Publications Inc", "Condé Nast Publications Inc"], "website": "https://www.condenast.com", "canonical_domain": "condenast.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q379222", "name": "Advance Publications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cond%C3%A9_Nast_logo.svg", "description": "American mass media company", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2090 +{"wikidata_id": "Q67030918", "display_name": "Warner Records Inc.", "legal_name": "Warner Records Inc.", "aliases": [], "website": "https://www.warnerrecords.com", "canonical_domain": "warnerrecords.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Records_%282019_Logo%29.svg", "description": "American record company; subsidiary of Warner Music Group", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2091 +{"wikidata_id": "Q908553", "display_name": "Union Carbide", "legal_name": null, "aliases": ["Union Carbide Corporation"], "website": "https://www.unioncarbide.com", "canonical_domain": "unioncarbide.com", "country": "US", "hq_city": "Danbury", "hq_region": "Western Connecticut Planning Region", "lat": 41.40222, "lon": -73.47111, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "QE84C8O80MNLK8IFRL44", "sec_cik": null, "parent": {"wikidata_id": "Q855639", "name": "Dow Chemical Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Union_Carbide.svg", "description": "company", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2092 +{"wikidata_id": "Q15954148", "display_name": "Glassdoor", "legal_name": null, "aliases": [], "website": "https://www.glassdoor.com", "canonical_domain": "glassdoor.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 2007, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1420715", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glassdoor_logo.svg", "description": "Glassdoor is one of the world's largest job and recruiting sites.", "sitelinks": 13, "importance": 0.3642, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2093 +{"wikidata_id": "Q3303647", "display_name": "McFarland & Company", "legal_name": "McFarland & Company, Inc., Publishers", "aliases": [], "website": "https://mcfarlandbooks.com", "canonical_domain": "mcfarlandbooks.com", "country": "US", "hq_city": "Jefferson", "hq_region": "North Carolina", "lat": 36.42, "lon": -81.4689, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1979, "employees": 42, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publishing company", "sitelinks": 18, "importance": 0.364, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2094 +{"wikidata_id": "Q1626480", "display_name": "Honda Aircraft Company", "legal_name": null, "aliases": [], "website": "https://www.hondajet.com", "canonical_domain": "hondajet.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2006, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9584", "name": "Honda"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honda_Aircraft_Company_wordmark.svg", "description": "aircraft manufacturing subsidiary of Honda Motor Company", "sitelinks": 11, "importance": 0.3639, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2095 +{"wikidata_id": "Q4039771", "display_name": "Gymboree", "legal_name": null, "aliases": [], "website": "https://www.gymboree.com", "canonical_domain": "gymboree.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1976, "employees": 9500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gymboree_logo.gif", "description": "American, San Francisco-based retail corporation", "sitelinks": 8, "importance": 0.3636, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2096 +{"wikidata_id": "Q1146905", "display_name": "Cyan Worlds", "legal_name": null, "aliases": ["Cyan", "Cyan Productions", "Inc.", "Cyan", "Inc."], "website": "https://cyan.com", "canonical_domain": "cyan.com", "country": "US", "hq_city": "Mead", "hq_region": "Spokane County", "lat": 47.7675, "lon": -117.355, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1987, "employees": 40, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OAP04FQBONH623", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CyanIncLogo.svg", "description": "American video game developer", "sitelinks": 18, "importance": 0.3633, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2097 +{"wikidata_id": "Q16983587", "display_name": "Pinnacle Foods", "legal_name": null, "aliases": ["Pinnacle Foods Group LLC", "Inc.", "Vlasic Foods International"], "website": "https://www.pinnaclefoods.com", "canonical_domain": "pinnaclefoods.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1998, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": "529900XD5P258XCPTJ59", "sec_cik": null, "parent": {"wikidata_id": "Q1123399", "name": "Conagra Brands, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pinnacle_Foods_logo.svg", "description": "American packaged foods company", "sitelinks": 9, "importance": 0.3621, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2098 +{"wikidata_id": "Q5012359", "display_name": "CKE Restaurants", "legal_name": null, "aliases": [], "website": "https://www.ckr.com", "canonical_domain": "ckr.com", "country": "US", "hq_city": "Carpinteria", "hq_region": "Santa Barbara County", "lat": 34.39917, "lon": -119.51639, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1964, "employees": 20200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant company", "sitelinks": 7, "importance": 0.3621, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2099 +{"wikidata_id": "Q7503313", "display_name": "Showtime", "legal_name": null, "aliases": ["Showtime Networks"], "website": "https://www.sho.com", "canonical_domain": "sho.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 1983, "employees": 1050, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Showtime_Networks.svg", "description": "cable television brand", "sitelinks": 11, "importance": 0.362, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2100 +{"wikidata_id": "Q4854122", "display_name": "Bank of Bogota", "legal_name": null, "aliases": [], "website": "https://www.bancodebogota.com", "canonical_domain": "bancodebogota.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1980, "employees": 19544, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_de_Bogot%C3%A1_logo.svg", "description": "Colombian bank", "sitelinks": 7, "importance": 0.3617, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2101 +{"wikidata_id": "Q22679541", "display_name": "Halogen Software", "legal_name": null, "aliases": ["halogen", "Halogen", "halogen software", "halogen software inc.", "Halogen Software Inc."], "website": "https://www.halogensoftware.com", "canonical_domain": "halogensoftware.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1996, "employees": 450, "public_company": true, "ticker": "HGN", "exchange": "Toronto Stock Exchange", "lei": "549300HU236CX6YV1308", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halogen_Software_Logo.png", "description": "Canadian software company", "sitelinks": 1, "importance": 0.3613, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2102 +{"wikidata_id": "Q1131835", "display_name": "Sealy Corporation", "legal_name": null, "aliases": [], "website": "https://www.sealyinc.com", "canonical_domain": "sealyinc.com", "country": "US", "hq_city": "Trinity", "hq_region": "Randolph County", "lat": 35.87361, "lon": -80.01028, "industries": ["consumer-goods"], "industry_labels": ["mattress", "SIC 2510 Household Furniture"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "748015", "parent": {"wikidata_id": "Q19604577", "name": "Tempur Sealy International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sealy_Corporation_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "748015", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2103 +{"wikidata_id": "Q1352022", "display_name": "Postmedia Network", "legal_name": null, "aliases": ["CanWest News Service", "Postmedia", "Postmedia Network Canada Corp.", "Postmedia News"], "website": "https://www.postmedia.com", "canonical_domain": "postmedia.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Postmedia_Logo_01.2020.svg", "description": "Canadian media company", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2104 +{"wikidata_id": "Q2892812", "display_name": "Suntory Global Spirits", "legal_name": null, "aliases": ["Beam Suntory", "James B. Beam Distilling Company"], "website": "https://www.suntoryglobalspirits.com", "canonical_domain": "suntoryglobalspirits.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Cook County", "lat": 42.16833, "lon": -87.85139, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137363738", "name": "Suntory Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suntory_Global_Spirits_logo.svg", "description": "American liquor manufacturer", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2105 +{"wikidata_id": "Q908444", "display_name": "Power Corporation of Canada", "legal_name": "Power Corporation of Canada", "aliases": [], "website": "https://www.powercorporation.com", "canonical_domain": "powercorporation.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300BE2CB8T87IJV50", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Power-Corporation-of-Canada-Logo.svg", "description": "Canadian company with assets in North America and Europe in a number of industries", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2106 +{"wikidata_id": "Q947718", "display_name": "Reynolds American", "legal_name": null, "aliases": [], "website": "https://www.reynoldsamerican.com", "canonical_domain": "reynoldsamerican.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "SIC 2111 Cigarettes"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "02S2RPPVO9RP4NEU2740", "sec_cik": "1275283", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reynolds_american_logo.png", "description": "American tobacco company", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1275283", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2107 +{"wikidata_id": "Q4699710", "display_name": "AJE Group", "legal_name": null, "aliases": [], "website": "https://www.ajegroup.com", "canonical_domain": "ajegroup.com", "country": "PE", "hq_city": "Ayacucho", "hq_region": "Huamanga Province", "lat": -13.16306, "lon": -74.22444, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1988, "employees": 8000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-AJE-2020.png", "description": "multinational beverage company", "sitelinks": 8, "importance": 0.3611, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2108 +{"wikidata_id": "Q1124849", "display_name": "Verve Records", "legal_name": null, "aliases": [], "website": "https://www.vervemusicgroup.com", "canonical_domain": "vervemusicgroup.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verve_%28logo%29.svg", "description": "American record label", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1524530"}, {"related_domain_conflict": "Q671097"}]}
2109 +{"wikidata_id": "Q133928", "display_name": "X Development", "legal_name": null, "aliases": ["Google X", "Google X Lab", "Google[x]"], "website": "https://x.company", "canonical_domain": "x.company", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["professional-services"], "industry_labels": ["research and development"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/X_Development_Logo_%282025%29.svg", "description": "semi-secret research and development company by Alphabet Inc.", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q55513046"}]}
2110 +{"wikidata_id": "Q169925", "display_name": "Mozilla Corporation", "legal_name": null, "aliases": [], "website": "https://www.mozilla.org", "canonical_domain": "mozilla.org", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55672", "name": "Mozilla Foundation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mozilla_2024_logo.svg", "description": "American software company", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2111 +{"wikidata_id": "Q27816", "display_name": "University of California Press", "legal_name": "University of California Press", "aliases": [], "website": "https://www.ucpress.edu", "canonical_domain": "ucpress.edu", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_California_Press_logo.svg", "description": "American publishing house", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2112 +{"wikidata_id": "Q628249", "display_name": "Interplay Entertainment", "legal_name": null, "aliases": [], "website": "https://www.interplay.com", "canonical_domain": "interplay.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1057232", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interplay_Entertainment_logo_colored.svg", "description": "American video game developer and publisher", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1057232", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2113 +{"wikidata_id": "Q634227", "display_name": "Beechcraft", "legal_name": null, "aliases": ["Beech", "Beech Aircraft Corporation", "Beechcraft Corporation"], "website": "https://beechcraft.txtav.com", "canonical_domain": "txtav.com", "country": "US", "hq_city": "Beech Factory Airport", "hq_region": "Kansas", "lat": 37.69444, "lon": -97.215, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007WH7KNRDTOJR89", "sec_cik": null, "parent": {"wikidata_id": "Q16985472", "name": "Textron Aviation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beechcraft_logo.svg", "description": "aircraft manufacturer in the United States", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2114 +{"wikidata_id": "Q660288", "display_name": "Viz Media, LLC", "legal_name": null, "aliases": ["Viz", "VIZ", "Viz Comics", "VIZ Communications", "Viz Media", "VIZ Media", "Viz Media LLC"], "website": "https://www.viz.com", "canonical_domain": "viz.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q785697", "name": "Shogakukan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viz_Media_2017_logo.svg", "description": "American entertainment company", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2115 +{"wikidata_id": "Q756320", "display_name": "Metal Blade Records", "legal_name": null, "aliases": [], "website": "https://www.metalblade.com", "canonical_domain": "metalblade.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["mining", "entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2116 +{"wikidata_id": "Q2130108", "display_name": "Toys for Bob", "legal_name": null, "aliases": [], "website": "https://www.toysforbob.com", "canonical_domain": "toysforbob.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": 75, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 16, "importance": 0.3606, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2117 +{"wikidata_id": "Q16981107", "display_name": "Food City", "legal_name": null, "aliases": [], "website": "https://www.foodcity.com", "canonical_domain": "foodcity.com", "country": "US", "hq_city": "Abingdon", "hq_region": "Washington County", "lat": 36.70972, "lon": -81.97556, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1955, "employees": 16000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American supermarket chain", "sitelinks": 7, "importance": 0.3588, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2118 +{"wikidata_id": "Q601048", "display_name": "Embarcadero Technologies", "legal_name": null, "aliases": ["Inc."], "website": "https://www.embarcadero.com", "canonical_domain": "embarcadero.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1993, "employees": 460, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000KMTF40D2BAG17", "sec_cik": null, "parent": {"wikidata_id": "Q28008011", "name": "Idera Software"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EMBT_2023_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.3584, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2119 +{"wikidata_id": "Q19831929", "display_name": "Malwarebytes", "legal_name": null, "aliases": ["Malwarebytes Inc."], "website": "https://www.malwarebytes.com", "canonical_domain": "malwarebytes.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2008, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Malwarebytes_Logo_and_Wordmark_%282016%29.svg", "description": "Internet security company", "sitelinks": 11, "importance": 0.358, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2120 +{"wikidata_id": "Q1046066", "display_name": "Fueled by Ramen", "legal_name": "Fueled by Ramen LLC", "aliases": ["FBR", "Fueled By Ramen LLC", "Fueled By Ramen", "LLC"], "website": "https://www.elektramusicgroup.com", "canonical_domain": "elektramusicgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1540102", "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fueled_by_Ramen_black_logo.svg", "description": "American record label", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2121 +{"wikidata_id": "Q1126244", "display_name": "Dow Jones & Company", "legal_name": null, "aliases": ["Dow Jones", "Dow Jones & Co.", "Inc.", "Dow Jones and Company"], "website": "https://www.dowjones.com", "canonical_domain": "dowjones.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["news", "media industry"], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q14289857", "name": "News Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dow_Jones_Logo.svg", "description": "American publishing and financial information company", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2122 +{"wikidata_id": "Q1318002", "display_name": "Sledgehammer Games", "legal_name": null, "aliases": ["Inc."], "website": "https://sledgehammergames.com", "canonical_domain": "sledgehammergames.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sledgehammer_Games_logo_%282009-2021%29.svg", "description": "American video game development company", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2123 +{"wikidata_id": "Q135485147", "display_name": "Paramount Skydance", "legal_name": null, "aliases": ["Paramount", "Paramount Skydance Corporation", "Paramount: A Skydance Corporation"], "website": "https://www.paramount.com", "canonical_domain": "paramount.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment", "SIC 4833 Television Broadcasting Stations"], "founded_year": 2025, "employees": null, "public_company": true, "ticker": "PSKY", "exchange": "Nasdaq", "lei": null, "sec_cik": "2041610", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paramount_Skydance_Logo.svg", "description": "American multinational mass media and entertainment conglomerate", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7135342"}], "source_edgar": {"cik": "2041610", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2124 +{"wikidata_id": "Q1423217", "display_name": "New Holland", "legal_name": null, "aliases": ["New Holland Ag"], "website": "https://agriculture.newholland.com", "canonical_domain": "newholland.com", "country": "US", "hq_city": "Italy", "hq_region": null, "lat": 42.5, "lon": 12.5, "industries": ["industrial-machinery"], "industry_labels": ["agricultural machinery industry"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15238661", "name": "CNH Industrial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Holland_Logo_2023.png", "description": "company", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7008675"}]}
2125 +{"wikidata_id": "Q1645059", "display_name": "Johns Hopkins University Press", "legal_name": null, "aliases": [], "website": "https://www.press.jhu.edu", "canonical_domain": "jhu.edu", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1878, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q193727", "name": "Johns Hopkins University"}, "logo_url": null, "description": "American scholarly publisher", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q73787865"}]}
2126 +{"wikidata_id": "Q1659229", "display_name": "Supreme", "legal_name": null, "aliases": ["Supreme Clothing"], "website": "https://supreme.com", "canonical_domain": "supreme.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supreme_Logo.svg", "description": "American clothing brand and skateboarding shop", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2127 +{"wikidata_id": "Q16984664", "display_name": "Blumhouse Productions", "legal_name": null, "aliases": ["BH Productions"], "website": "https://blumhouse.com", "canonical_domain": "blumhouse.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production", "film industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blumhouse_Productions_logo.svg", "description": "American film and TV production company established in 2000", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2128 +{"wikidata_id": "Q1814982", "display_name": "University of Chicago Press", "legal_name": null, "aliases": [], "website": "https://www.press.uchicago.edu", "canonical_domain": "uchicago.edu", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131252", "name": "University of Chicago"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/University_of_Chicago_Press_logo.jpg", "description": "publisher in the United States", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7895259"}]}
2129 +{"wikidata_id": "Q24190631", "display_name": "OceanGate, Inc.", "legal_name": null, "aliases": ["OceanGate"], "website": "https://oceangate.com", "canonical_domain": "oceangate.com", "country": "US", "hq_city": "Everett", "hq_region": "Snohomish County", "lat": 47.96333, "lon": -122.20056, "industries": ["travel"], "industry_labels": ["frontier tourism"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OceanGate_logo.svg", "description": "American submersible manufacturer", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2130 +{"wikidata_id": "Q2800218", "display_name": "Arctic Umiaq Line", "legal_name": null, "aliases": [], "website": "https://visitgreenland.com", "canonical_domain": "visitgreenland.com", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["shipping"], "industry_labels": ["shipping line"], "founded_year": 2006, "employees": 40, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1451171", "name": "Royal Arctic Line"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arctic_Umiaq_Line_logo.svg", "description": "passenger and cargo coastal ferry in Greenland", "sitelinks": 17, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2131 +{"wikidata_id": "Q328568", "display_name": "Bose Corporation", "legal_name": null, "aliases": ["Bose", "BOSE", "Bose Audio", "Bose Corp."], "website": "https://www.bose.com", "canonical_domain": "bose.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "VISE071ADXGCST1W4H53", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bose_logo.svg", "description": "US audio equipment manufacturer and retail chain", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2132 +{"wikidata_id": "Q41014", "display_name": "Rickenbacker", "legal_name": null, "aliases": ["RIC", "Rickenbacker International Corporation"], "website": "https://www.rickenbacker.com", "canonical_domain": "rickenbacker.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rickenbacker_logo.svg", "description": "electric and bass guitar manufacturer", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2133 +{"wikidata_id": "Q588459", "display_name": "Ring of Honor", "legal_name": null, "aliases": ["ROH"], "website": "https://www.rohwrestling.com", "canonical_domain": "rohwrestling.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ROH.svg", "description": "American professional wrestling promotion", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2134 +{"wikidata_id": "Q65358", "display_name": "Gallup", "legal_name": null, "aliases": ["Gallup Organization", "Inc.", "The Gallup Organization"], "website": "https://www.gallup.com", "canonical_domain": "gallup.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["consulting", "media"], "industry_labels": ["business and other management consultancy activities", "market research"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007JHL292Q7PGB93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Gallup.svg", "description": "American analytics and advisory company", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2135 +{"wikidata_id": "Q7855903", "display_name": "Turner Broadcasting System", "legal_name": null, "aliases": ["Turner", "TBS", "TBS", "Inc.", "Turner Broadcasting", "Inc.", "Turner Communications Group"], "website": "https://www.international.tbs.com", "canonical_domain": "tbs.com", "country": "US", "hq_city": "CNN Center", "hq_region": "Atlanta", "lat": 33.75816, "lon": -84.39438, "industries": ["media"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VHDC555R46LM46", "sec_cik": null, "parent": {"wikidata_id": "Q191715", "name": "WarnerMedia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turner_Broadcasting_System_2015.svg", "description": "former American media conglomerate", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2136 +{"wikidata_id": "Q847018", "display_name": "Death Row Records", "legal_name": null, "aliases": ["Death Row", "Tha Row"], "website": "https://www.deathrowmusic.com", "canonical_domain": "deathrowmusic.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Death-Row-Records-logo.png", "description": "American record label", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2137 +{"wikidata_id": "Q849910", "display_name": "Cubana de Aviación", "legal_name": null, "aliases": ["Cubana", "Cubana de Aviacion", "Cubana de Aviación S.A."], "website": "https://www.cubana.cu", "canonical_domain": "cubana.cu", "country": "CU", "hq_city": "Havana", "hq_region": "Havana Province", "lat": 23.13667, "lon": -82.35889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cubana_Airlines_logo.svg", "description": "Cuban airline", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2138 +{"wikidata_id": "Q898618", "display_name": "Sun Records", "legal_name": null, "aliases": ["Sun"], "website": "https://www.sunrecords.com", "canonical_domain": "sunrecords.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label in Memphis, Tennessee", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2139 +{"wikidata_id": "Q913301", "display_name": "Image Comics", "legal_name": null, "aliases": [], "website": "https://imagecomics.com", "canonical_domain": "imagecomics.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Image_Comics_logo.svg", "description": "American comic book publisher", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2140 +{"wikidata_id": "Q28859450", "display_name": "Kylie Cosmetics", "legal_name": null, "aliases": [], "website": "https://www.kyliecosmetics.com", "canonical_domain": "kyliecosmetics.com", "country": "US", "hq_city": "Oxnard", "hq_region": "Ventura County", "lat": 34.19139, "lon": -119.1825, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2014, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1104787", "name": "Coty"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kylie_Cosmetics_Logo.png", "description": "American cosmetics company", "sitelinks": 20, "importance": 0.3572, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2141 +{"wikidata_id": "Q3182305", "display_name": "Greenland Airport Authority", "legal_name": null, "aliases": [], "website": "https://www.airports.gl", "canonical_domain": "airports.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["transportation"], "industry_labels": ["fixed-base operator"], "founded_year": 1988, "employees": 391, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Civilian airport operator in Greenland", "sitelinks": 12, "importance": 0.3561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2142 +{"wikidata_id": "Q109511106", "display_name": "Colossal Biosciences", "legal_name": null, "aliases": ["Colossal"], "website": "https://colossal.com", "canonical_domain": "colossal.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2021, "employees": 85, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colossal_Biosciences_Inc._logo.svg", "description": "Biotechnology company", "sitelinks": 15, "importance": 0.356, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2143 +{"wikidata_id": "Q3181534", "display_name": "Klei Entertainment", "legal_name": null, "aliases": ["Klei", "Klei Entertainment Inc."], "website": "https://klei.com", "canonical_domain": "klei.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 35, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Klei_Entertainment.svg", "description": "Canadian independent video game developer", "sitelinks": 17, "importance": 0.3557, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2144 +{"wikidata_id": "Q2012913", "display_name": "Harpo Productions", "legal_name": null, "aliases": [], "website": "https://www.harpocareers.com", "canonical_domain": "harpocareers.com", "country": "US", "hq_city": "West Hollywood", "hq_region": "Los Angeles County", "lat": 34.08778, "lon": -118.37222, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1986, "employees": 12554, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multimedia production company", "sitelinks": 7, "importance": 0.3552, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2145 +{"wikidata_id": "Q5750244", "display_name": "Hi-Rez Studios", "legal_name": null, "aliases": ["Hi Rez", "Hi-Rez"], "website": "https://www.hirezstudios.com", "canonical_domain": "hirezstudios.com", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 350, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hi-Rez_logo.svg", "description": "video-game developer based in Alpharetta, Georgia", "sitelinks": 12, "importance": 0.3545, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2146 +{"wikidata_id": "Q1064703", "display_name": "popcap.com", "legal_name": null, "aliases": [], "website": "https://www.popcap.com", "canonical_domain": "popcap.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1337989", "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PopCap_2012_logo.svg", "description": "American video game developer", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2147 +{"wikidata_id": "Q1142456", "display_name": "GOOD Music", "legal_name": null, "aliases": ["Inc."], "website": "https://good-music.com", "canonical_domain": "good-music.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q654283", "name": "Def Jam Recordings"}, "logo_url": null, "description": "American record label", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2148 +{"wikidata_id": "Q116319", "display_name": "Rocket Lab", "legal_name": "Rocket Lab", "aliases": ["Rocket Labs"], "website": "https://rocketlabcorp.com", "canonical_domain": "rocketlabcorp.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rocket_Lab_logo.svg", "description": "U.S. & New Zealand aerospace manufacturer and launch service provider", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2149 +{"wikidata_id": "Q1392453", "display_name": "Disney Television Animation", "legal_name": null, "aliases": ["Disney TVA", "DTVA", "The Walt Disney Pictures Television Animation Group", "Walt Disney Pictures Television Animation Group", "Walt Disney Television Animation"], "website": "https://disneytvanimation.com", "canonical_domain": "disneytvanimation.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["entertainment"], "industry_labels": ["animation", "television production"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1111443", "name": "Disney Kids & Family"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_Television_Animation_logo.png", "description": "television animation production arm of Disney Channels Worldwide", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2150 +{"wikidata_id": "Q1424786", "display_name": "Four Seasons Hotels and Resorts", "legal_name": null, "aliases": ["Four Seasons", "Four Seasons Hotel", "Four Seasons Hotels", "Four Seasons Hotels Limited"], "website": "https://www.fourseasons.com", "canonical_domain": "fourseasons.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493009FUVX8LHYY2202", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian luxury hotel and resort company", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2151 +{"wikidata_id": "Q267427", "display_name": "Humble Bundle, Inc.", "legal_name": null, "aliases": ["Humble Bundle", "Humble Bundle Inc.", "Humble Bundle", "Inc.", "Humble Bundles", "Humble Indie Bundles"], "website": "https://www.humblebundle.com", "canonical_domain": "humblebundle.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail", "gaming"], "industry_labels": ["digital distribution", "video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HIFHKVPXR5RM81", "sec_cik": "1518293", "parent": {"wikidata_id": "Q207708", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Humble_Bundle_logo.svg", "description": "digital storefront company selling video games and books", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2152 +{"wikidata_id": "Q355022", "display_name": "Imgur", "legal_name": null, "aliases": [], "website": "https://imgur.com", "canonical_domain": "imgur.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cloud-infrastructure"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1604278", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imgur_logo.svg", "description": "American online image sharing and image hosting service", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2153 +{"wikidata_id": "Q4928776", "display_name": "BlueStacks", "legal_name": null, "aliases": [], "website": "https://www.bluestacks.com", "canonical_domain": "bluestacks.com", "country": "US", "hq_city": "Campbell", "hq_region": "Santa Clara County", "lat": 37.28389, "lon": -121.955, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1529216", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BlueStacks_Logo3.png", "description": "American technology company", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1529216", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2154 +{"wikidata_id": "Q630866", "display_name": "Arby's", "legal_name": null, "aliases": [], "website": "https://arbys.com", "canonical_domain": "arbys.com", "country": "US", "hq_city": "Sandy Springs", "hq_region": "Fulton County", "lat": 33.9375, "lon": -84.36861, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55074808", "name": "Inspire Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arby%27s_logo.svg", "description": "American fast food restaurant chain", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2155 +{"wikidata_id": "Q753863", "display_name": "Epiphone", "legal_name": null, "aliases": [], "website": "https://www.epiphone.com", "canonical_domain": "epiphone.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q210278", "name": "Gibson Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epiphone_guitars_logo.svg", "description": "musical instrument brand", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2156 +{"wikidata_id": "Q774830", "display_name": "Kenworth", "legal_name": null, "aliases": [], "website": "https://www.kenworth.com", "canonical_domain": "kenworth.com", "country": "US", "hq_city": "Kirkland", "hq_region": "King County", "lat": 47.68583, "lon": -122.19167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1477661", "name": "PACCAR"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KW_K104_badge.jpg", "description": "American truck manufacturer", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2157 +{"wikidata_id": "Q830334", "display_name": "Best Western", "legal_name": null, "aliases": ["Best Western Hotels & Resorts", "Best Western Hotels and Resorts", "Best Western International", "Best Western International", "Inc."], "website": "https://www.bestwestern.com", "canonical_domain": "bestwestern.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q135246658", "name": "BWH Hotels"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Best_Western_Hotels_%26_Resorts_logo.svg", "description": "international hotel chain", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2158 +{"wikidata_id": "Q671205", "display_name": "Swagelok", "legal_name": null, "aliases": [], "website": "https://www.swagelok.com", "canonical_domain": "swagelok.com", "country": "US", "hq_city": "Solon", "hq_region": "Cuyahoga County", "lat": 41.39, "lon": -81.4422, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": 4800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.3537, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2159 +{"wikidata_id": "Q388593", "display_name": "Metrovías", "legal_name": null, "aliases": ["Metrovias", "Metrovías S.A."], "website": "https://www.metrovias.com.ar", "canonical_domain": "metrovias.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1994, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metrovias_logo.svg", "description": "Argentine rail company", "sitelinks": 8, "importance": 0.3528, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2160 +{"wikidata_id": "Q1328247", "display_name": "eneldistribuicaosp.com.br", "legal_name": null, "aliases": ["Enel Distribution São Paulo"], "website": "https://www.eneldistribuicaosp.com.br", "canonical_domain": "eneldistribuicaosp.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": ["manufacturing"], "industry_labels": ["electrical industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enel_Group_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2161 +{"wikidata_id": "Q1439011", "display_name": "Fortress Investment Group", "legal_name": null, "aliases": ["Fortress Investment Group LLC"], "website": "https://www.fortress.com", "canonical_domain": "fortress.com", "country": "US", "hq_city": "1345 Avenue of the Americas", "hq_region": "Manhattan", "lat": 40.7631, "lon": -73.9788, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "VZ3406RQQDQ6P5Q17K28", "sec_cik": null, "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fortress_Investment_Group_logo.svg", "description": "American investment management firm", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2162 +{"wikidata_id": "Q1930860", "display_name": "OTC Markets Group", "legal_name": null, "aliases": ["National Quotation Bureau", "OTC Link ATS - OTC Markets", "OTC Markets Group Inc", "Inc.", "OTCM", "OTCMKTS", "Pink Sheets"], "website": "https://www.otcmarkets.com", "canonical_domain": "otcmarkets.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "254900LQDMW14QIVAH45", "sec_cik": "1767287", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OTC_Markets_Group_logo.svg", "description": "American financial market providing price and liquidity information for over-the-counter securities", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q18355668"}]}
2163 +{"wikidata_id": "Q285931", "display_name": "GlassBridge Enterprises", "legal_name": null, "aliases": ["Imation Corporation"], "website": "https://www.imation.eu", "canonical_domain": "imation.eu", "country": "US", "hq_city": "Oakdale", "hq_region": "Washington County", "lat": 44.96306, "lon": -92.965, "industries": ["financial-services"], "industry_labels": ["investment", "SIC 6282 Investment Advice"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "OTC Markets Group", "lei": "549300GQRYQQ0IW6S632", "sec_cik": "1014111", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imation_logo.png", "description": "American holding company", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1014111", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2164 +{"wikidata_id": "Q2905359", "display_name": "Black Diamond Equipment", "legal_name": null, "aliases": [], "website": "https://www.blackdiamondequipment.com", "canonical_domain": "blackdiamondequipment.com", "country": "US", "hq_city": "Holladay", "hq_region": "Salt Lake County", "lat": 40.65639, "lon": -111.81944, "industries": ["mining", "manufacturing"], "industry_labels": ["climbing"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Black_Diamond_logo.png", "description": "Manufacturer of equipment for climbing, skiing, and mountain sports", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2165 +{"wikidata_id": "Q4033073", "display_name": "Arris Group", "legal_name": null, "aliases": ["Arris", "Inc."], "website": "https://www.arris.com", "canonical_domain": "arris.com", "country": "US", "hq_city": "Suwanee", "hq_region": "Gwinnett County", "lat": 34.05145, "lon": -84.07289, "industries": ["telecommunications"], "industry_labels": ["communication", "SIC 3663 Radio & Tv Broadcasting & Communications Equipment"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "0C0SZC7H22UWI2NA3R46", "sec_cik": "1141107", "parent": {"wikidata_id": "Q5152057", "name": "CommScope"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Arris_Group%2C_Inc.svg", "description": "an American telecommunications equipment manufacturing company", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1141107", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2166 +{"wikidata_id": "Q4119347", "display_name": "A. T. Cross Company", "legal_name": null, "aliases": ["A.T. Cross Company"], "website": "https://www.cross.com", "canonical_domain": "cross.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Providence County", "lat": 41.92111, "lon": -71.435, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1846, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300MH0D8DT32E0O29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A.T._Cross_Firmenlogo.png", "description": "American company in the writing instrument, stationery and premium sunglass businesses", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2167 +{"wikidata_id": "Q4698062", "display_name": "Sumisho Air Lease", "legal_name": null, "aliases": ["ALC", "Air Lease", "Air Lease Corporation"], "website": "https://sumisho.aero", "canonical_domain": "sumisho.aero", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["aerospace-defense"], "industry_labels": ["aircraft lease", "SIC 7359 Services-Equipment Rental & Leasing, NEC"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "5493004NW4M4P8TMMK63", "sec_cik": "1487712", "parent": {"wikidata_id": "Q716979", "name": "Sumitomo Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Lease_Corporation_logo.svg", "description": "American aircraft leasing company", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1487712", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2168 +{"wikidata_id": "Q753801", "display_name": "Hongkong Land", "legal_name": null, "aliases": ["Hongkong Land Holdings Limited"], "website": "https://hkland.com", "canonical_domain": "hkland.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1889, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": "213800XCHYNRPAYGXW28", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong real estate company", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2169 +{"wikidata_id": "Q823303", "display_name": "GoTo", "legal_name": null, "aliases": ["Formerly LogMeIn", "LogMeIn Inc."], "website": "https://www.goto.com", "canonical_domain": "goto.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "549300D12V5KRBV00592", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoTo_Technologies_USA%2C_Inc._logo.svg", "description": "American software company based in Boston", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3772657"}]}
2170 +{"wikidata_id": "Q894578", "display_name": "Boston Pizza", "legal_name": null, "aliases": [], "website": "https://bostonpizza.com", "canonical_domain": "bostonpizza.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boston_Pizza_logo_2025.svg", "description": "Canadian restaurant chain", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2171 +{"wikidata_id": "Q1383768", "display_name": "Exide", "legal_name": null, "aliases": ["Exide Technologies"], "website": "https://www.exidegroup.de", "canonical_domain": "exidegroup.de", "country": "US", "hq_city": "Milton", "hq_region": "Fulton County", "lat": 34.1322, "lon": -84.3007, "industries": ["energy"], "industry_labels": ["Manufacture of batteries and accumulators", "energy industry"], "founded_year": 1888, "employees": 10027, "public_company": false, "ticker": null, "exchange": null, "lei": "549300KITCGPNNNXQP63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exide_Logo.svg", "description": "American manufacturer of lead-acid batteries", "sitelinks": 7, "importance": 0.352, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2172 +{"wikidata_id": "Q5370157", "display_name": "Embraco", "legal_name": null, "aliases": [], "website": "https://www.embraco.com", "canonical_domain": "embraco.com", "country": "BR", "hq_city": "Joinville", "hq_region": "Santa Catarina", "lat": -26.30389, "lon": -48.84583, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1971, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Embraco_logo.svg", "description": "Brazilian manufacturer of compressors for refrigeration systems", "sitelinks": 7, "importance": 0.352, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2173 +{"wikidata_id": "Q61830755", "display_name": "Vixen Media Group", "legal_name": null, "aliases": ["Vixen", "Vixen Media"], "website": "https://www.vixenmediagroup.com", "canonical_domain": "vixenmediagroup.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media", "entertainment"], "industry_labels": ["sex industry"], "founded_year": 2014, "employees": 100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VMG_LOGO.png", "description": "American private company", "sitelinks": 14, "importance": 0.3515, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2174 +{"wikidata_id": "Q2467284", "display_name": "Network Solutions", "legal_name": null, "aliases": ["LLC"], "website": "https://www.networksolutions.com", "canonical_domain": "networksolutions.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["cloud-infrastructure"], "industry_labels": ["web hosting service"], "founded_year": 1979, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7978418", "name": "Web.com"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Network_Solutions.png", "description": "American-based technology company and a subsidiary of Web.com", "sitelinks": 10, "importance": 0.3506, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2175 +{"wikidata_id": "Q1046593", "display_name": "Gearbox Software", "legal_name": null, "aliases": [], "website": "https://www.gearboxsoftware.com", "canonical_domain": "gearboxsoftware.com", "country": "US", "hq_city": "Frisco", "hq_region": "Denton County", "lat": 33.1414, "lon": -96.8131, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gearbox_Software_wordmark.svg", "description": "American video game company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2176 +{"wikidata_id": "Q1053674", "display_name": "DoubleClick", "legal_name": null, "aliases": [], "website": "https://www.doubleclickbygoogle.com", "canonical_domain": "doubleclickbygoogle.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["internet marketing"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doubleclick.svg", "description": "provides Internet ad serving services", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2177 +{"wikidata_id": "Q1135204", "display_name": "Wizards of the Coast", "legal_name": null, "aliases": ["Wizards of the Coast LLC", "Inc.", "WotC"], "website": "https://company.wizards.com", "canonical_domain": "wizards.com", "country": "US", "hq_city": "Renton", "hq_region": "King County", "lat": 47.47992, "lon": -122.20344, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930058LIMFSJIOLQ48", "sec_cik": null, "parent": {"wikidata_id": "Q501476", "name": "Hasbro"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wizards_of_the_Coast_logo_%282021%29.svg", "description": "American publisher of games", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2178 +{"wikidata_id": "Q1185863", "display_name": "Democratic National Committee", "legal_name": null, "aliases": ["DNC"], "website": "https://www.democrats.org", "canonical_domain": "democrats.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": [], "industry_labels": [], "founded_year": 1848, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US_Democratic_Party_Logo.svg", "description": "top institution of the U.S. Democratic Party", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2179 +{"wikidata_id": "Q1329777", "display_name": "Wilson Sporting Goods", "legal_name": "Wilson Sporting Goods Co.", "aliases": ["BLX", "Wilson Company", "Wilson Sporting Goods Company"], "website": "https://www.wilson.com", "canonical_domain": "wilson.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["apparel"], "industry_labels": ["textile industry", "sports industry"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152695", "name": "Amer Sports"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wilson-logo.svg", "description": "American sports equipment manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2180 +{"wikidata_id": "Q1367577", "display_name": "Tennessee Valley Authority", "legal_name": null, "aliases": ["TVA"], "website": "https://www.tva.com", "canonical_domain": "tva.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["renewables"], "industry_labels": ["hydroelectricity", "SIC 4911 Electric Services"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "TVE", "exchange": "NYSE", "lei": "549300HE1ISW43LNKM54", "sec_cik": "1376986", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tennessee-Valley-Authority-Logo.svg", "description": "federally-owned electric utility corporation in the United States", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1376986", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2181 +{"wikidata_id": "Q1415501", "display_name": "Lexmark", "legal_name": "Lexmark International, Inc.", "aliases": [], "website": "https://www.lexmark.com", "canonical_domain": "lexmark.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TGOGJOCWL57Z97", "sec_cik": null, "parent": {"wikidata_id": "Q152433", "name": "Xerox"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xerox-Lexmark_logo.svg", "description": "American document management corporation", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2182 +{"wikidata_id": "Q1436921", "display_name": "Ford Motor Company of Canada", "legal_name": null, "aliases": ["Ford Canada", "Ford of Canada"], "website": "https://www.ford.ca", "canonical_domain": "ford.ca", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.49067, "lon": -79.67015, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1904, "employees": 23500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q44294", "name": "Ford Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_logo_flat.svg", "description": "automotive company", "sitelinks": 6, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2183 +{"wikidata_id": "Q1467888", "display_name": "Scribd", "legal_name": null, "aliases": ["Everand"], "website": "https://www.scribd.com", "canonical_domain": "scribd.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1375506", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scribd_2025.svg", "description": "digital library", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2184 +{"wikidata_id": "Q165708", "display_name": "Ram Trucks", "legal_name": null, "aliases": ["Ram"], "website": "https://www.ramtrucks.com", "canonical_domain": "ramtrucks.com", "country": "US", "hq_city": "Auburn Hills", "hq_region": "Oakland County", "lat": 42.6875, "lon": -83.23417, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ram_Trucks_2009_wordmark.svg", "description": "American brand of light to mid-weight commercial vehicles", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2185 +{"wikidata_id": "Q1660552", "display_name": "Patagonia, Inc.", "legal_name": null, "aliases": ["Patagonia"], "website": "https://www.patagonia.com", "canonical_domain": "patagonia.com", "country": "US", "hq_city": "Ventura", "hq_region": "Ventura County", "lat": 34.26778, "lon": -119.25421, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Patagonia_%28Unternehmen%29_logo.svg", "description": "American clothing company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2186 +{"wikidata_id": "Q2154085", "display_name": "Codecademy", "legal_name": null, "aliases": ["Inc."], "website": "https://www.codecademy.com", "canonical_domain": "codecademy.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Codecademy.svg", "description": "online code-learning platform", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2187 +{"wikidata_id": "Q2319420", "display_name": "Warner Bros. Games", "legal_name": null, "aliases": ["Warner Bros. Interactive Entertainment", "Warner Brothers Interactive Entertainment", "WB Games", "WBIE"], "website": "https://www.warnerbrosgames.com", "canonical_domain": "warnerbrosgames.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._Games_logo_%28December_2023%29.svg", "description": "American publisher, developer, licensor, and distributor of video games", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2188 +{"wikidata_id": "Q304992", "display_name": "Gatorade", "legal_name": null, "aliases": ["Gatorade Company", "Inc.", "The Gatorade Company", "Inc."], "website": "https://gatorade.com", "canonical_domain": "gatorade.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gatorade_logo.svg", "description": "manufacturer of sports-themed beverage and food products", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2189 +{"wikidata_id": "Q512858", "display_name": "Spyglass Media Group", "legal_name": null, "aliases": ["Spyglass Entertainment"], "website": "https://spyglassmediagroup.com", "canonical_domain": "spyglassmediagroup.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q289362", "name": "Cerberus Capital Management"}, "logo_url": null, "description": "American film production company founded in 1998", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2190 +{"wikidata_id": "Q54860", "display_name": "Walt Disney Records", "legal_name": null, "aliases": ["WDR", "LC 10025"], "website": "https://waltdisneyrecords.com", "canonical_domain": "waltdisneyrecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2104471", "name": "Disney Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walt_Disney_Records_logo.svg", "description": "US record label owned by The Walt Disney Company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2191 +{"wikidata_id": "Q726153", "display_name": "Epitaph Records", "legal_name": null, "aliases": [], "website": "https://www.epitaph.com", "canonical_domain": "epitaph.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epitaph_Records_Logo.svg", "description": "American independent record label", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2192 +{"wikidata_id": "Q7884447", "display_name": "Respawn Entertainment", "legal_name": null, "aliases": [], "website": "https://www.respawn.com", "canonical_domain": "respawn.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173941", "name": "Electronic Arts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Respawn_Logo.svg", "description": "American video game developer", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2193 +{"wikidata_id": "Q938773", "display_name": "DKNY", "legal_name": null, "aliases": ["Donna Karan New York"], "website": "https://www.dkny.com", "canonical_domain": "dkny.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30645014", "name": "G-III Apparel Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DKNY_logo.svg", "description": "New York-based fashion house", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2194 +{"wikidata_id": "Q1619384", "display_name": "Hines Interests Limited Partnership", "legal_name": null, "aliases": [], "website": "https://www.hines.com", "canonical_domain": "hines.com", "country": "US", "hq_city": "Williams Tower", "hq_region": "Houston", "lat": 29.73722, "lon": -95.46139, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": 3775, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hines_Interests_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.3502, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2195 +{"wikidata_id": "Q10752027", "display_name": "General Motors do Brasil", "legal_name": "General Motors do Brasil Ltda.", "aliases": [], "website": "https://www.gm.com.br", "canonical_domain": "gm.com.br", "country": "BR", "hq_city": "São Caetano do Sul", "hq_region": "São Paulo", "lat": -23.61622, "lon": -46.55811, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1925, "employees": 22894, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Motors_%282021%29.svg", "description": "Auto manufacturer", "sitelinks": 6, "importance": 0.3499, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2196 +{"wikidata_id": "Q2005245", "display_name": "Shearman & Sterling", "legal_name": null, "aliases": ["Shearman and Sterling"], "website": "https://www.shearman.com", "canonical_domain": "shearman.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1873, "employees": 850, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ARWPECOTGHT452", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shearman_Logo_Black_300ppi_pos.png", "description": "multinational law firm headquartered in New York City", "sitelinks": 10, "importance": 0.3498, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2197 +{"wikidata_id": "Q1794579", "display_name": "KNI A/S", "legal_name": null, "aliases": ["KNI", "Kalaallit Niuerfiat"], "website": "https://www.kni.gl", "canonical_domain": "kni.gl", "country": "GL", "hq_city": "Sisimiut", "hq_region": "Qeqqata", "lat": 66.93889, "lon": -53.67222, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1774, "employees": 828, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Danish trade conglomerate", "sitelinks": 10, "importance": 0.3494, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2198 +{"wikidata_id": "Q18150640", "display_name": "Fanatics, Inc.", "legal_name": null, "aliases": ["Fanatics", "Fanatics Inc", "Fanatics Inc."], "website": "https://www.fanaticsinc.com", "canonical_domain": "fanaticsinc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment", "retail", "e-commerce", "apparel"], "industry_labels": ["entertainment", "retail", "e-commerce", "textile industry"], "founded_year": 2011, "employees": 22000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1547955", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fanatics_inc_blacklogo.svg", "description": "American online sports retailer", "sitelinks": 6, "importance": 0.3493, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2199 +{"wikidata_id": "Q1300943", "display_name": "Warburg Pincus", "legal_name": "Warburg Pincus LLC", "aliases": [], "website": "https://www.warburgpincus.com", "canonical_domain": "warburgpincus.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1939, "employees": 775, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warburg_Pincus_logo.png", "description": "private equity firm from USA", "sitelinks": 10, "importance": 0.3484, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2200 +{"wikidata_id": "Q130763", "display_name": "Tripwire Interactive", "legal_name": null, "aliases": ["Tripwire Interactive LLC", "Tuxedo Labs"], "website": "https://www.tripwireinteractive.com", "canonical_domain": "tripwireinteractive.com", "country": "US", "hq_city": "Roswell", "hq_region": "Fulton County", "lat": 34.0339, "lon": -84.3442, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 50, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tripwire_Interactive_new_logo.png", "description": "American video game developer", "sitelinks": 15, "importance": 0.3484, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2201 +{"wikidata_id": "Q1434601", "display_name": "Pilot Flying J", "legal_name": null, "aliases": ["PFJ", "Pilot Travel Centers", "Pilot Travel Centers LLC"], "website": "https://www.pilotflyingj.com", "canonical_domain": "pilotflyingj.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["automotive"], "industry_labels": ["truck stop"], "founded_year": 2010, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": null, "description": "American truck stop company", "sitelinks": 6, "importance": 0.3479, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2202 +{"wikidata_id": "Q3100073", "display_name": "Geek Squad", "legal_name": null, "aliases": [], "website": "https://www.geeksquad.com", "canonical_domain": "geeksquad.com", "country": "US", "hq_city": "Richfield", "hq_region": "Hennepin County", "lat": 44.88333, "lon": -93.28333, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1994, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q533415", "name": "Best Buy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geek_Squad_logo.svg", "description": "subsidiary of Best Buy", "sitelinks": 6, "importance": 0.3479, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2203 +{"wikidata_id": "Q17068357", "display_name": "Mapbox", "legal_name": "Mapbox, Inc.", "aliases": ["MBX", "MapBox", "Inc."], "website": "https://www.mapbox.com", "canonical_domain": "mapbox.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["software"], "industry_labels": ["cartography", "software development"], "founded_year": 2010, "employees": 209, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1589263", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mapbox_logo_2019.svg", "description": "American geospatial technology company that produces tools for map designers and application developers", "sitelinks": 12, "importance": 0.3471, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2204 +{"wikidata_id": "Q1333801", "display_name": "Jackson Guitars", "legal_name": null, "aliases": ["Jackson King V Signature model"], "website": "https://www.jacksonguitars.com", "canonical_domain": "jacksonguitars.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["consumer-goods"], "industry_labels": ["musical instrument manufacturing company"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q175391", "name": "Fender Musical Instruments Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jackson_guitars_logo.svg", "description": "manufacturer of electric guitars and electric bass guitars", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2205 +{"wikidata_id": "Q1353013", "display_name": "Pantene", "legal_name": null, "aliases": ["Pantene Pro-V", "Pantene Pro-Vitamin", "Pantene product", "Pantene product line"], "website": "https://www.pantene.com", "canonical_domain": "pantene.com", "country": "US", "hq_city": "Switzerland", "hq_region": null, "lat": 46.79856, "lon": 8.23197, "industries": [], "industry_labels": ["shampoo"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212405", "name": "Procter & Gamble"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pantene.svg", "description": "brand of hair care products owned by Procter & Gamble", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2206 +{"wikidata_id": "Q1427072", "display_name": "SAE International", "legal_name": null, "aliases": ["SAE", "Society of Automotive Engineers"], "website": "https://www.sae.org", "canonical_domain": "sae.org", "country": "US", "hq_city": "Warrendale", "hq_region": "Allegheny County", "lat": 40.65333, "lon": -80.07944, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAE_International_logo.svg", "description": "international standards development organization for automotive and other industries", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2207 +{"wikidata_id": "Q1431781", "display_name": "Disney Experiences", "legal_name": "Disney Experiences", "aliases": ["Disney Destinations", "Disney Parks", "Disney Parks", "Experiences and Products", "DPEP", "Walt Disney Attractions", "Walt Disney Outdoor Recreation Division", "Walt Disney Parks and Resorts"], "website": "https://disneyexperiences.com", "canonical_domain": "disneyexperiences.com", "country": "US", "hq_city": "Lake Buena Vista", "hq_region": "Orange County", "lat": 28.3775, "lon": -81.52167, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_Experiences_logo.svg", "description": "theme park and travel division of The Walt Disney Company", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2208 +{"wikidata_id": "Q1852025", "display_name": "Sequoia Capital", "legal_name": null, "aliases": ["Sequoia"], "website": "https://www.sequoiacap.com", "canonical_domain": "sequoiacap.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sequoia_Capital_logo.svg", "description": "U.S. venture capital firm", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2209 +{"wikidata_id": "Q251266", "display_name": "Sage Publishing", "legal_name": "Sage Publications", "aliases": ["SAGE Publications", "SAGE Publications Ltd", "SAGE Publishing"], "website": "https://www.sagepub.com", "canonical_domain": "sagepub.com", "country": "US", "hq_city": "Thousand Oaks", "hq_region": "Ventura County", "lat": 34.18944, "lon": -118.875, "industries": ["media"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "9845001E2D41B95D8018", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAGE_Publishing_logo_2023.svg", "description": "U.S. scientific publisher", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5013796"}]}
2210 +{"wikidata_id": "Q3268010", "display_name": "circlek.com", "legal_name": null, "aliases": ["Circle K Stores", "Inc."], "website": "https://www.circlek.com", "canonical_domain": "circlek.com", "country": "CA", "hq_city": "Laval", "hq_region": "Quebec", "lat": 45.5833, "lon": -73.75, "industries": ["food-beverage", "retail"], "industry_labels": ["drink", "retail"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2836957", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Circle_K_logo_2015.svg", "description": "international convenience store chain owned by Alimentation Couche-Tard", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2211 +{"wikidata_id": "Q47517081", "display_name": "Warner Bros. Pictures Animation", "legal_name": null, "aliases": ["WAG", "Warner Animation Group"], "website": "https://www.warnerbrospicturesanimation.com", "canonical_domain": "warnerbrospicturesanimation.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107074885", "name": "Warner Bros. Discovery"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._Pictures_Animation_2024.svg", "description": "American theatrical animation studio", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2212 +{"wikidata_id": "Q622668", "display_name": "Village Roadshow Pictures", "legal_name": null, "aliases": ["Village Roadshow Entertainment Group (VREG)"], "website": "https://www.vreg.com", "canonical_domain": "vreg.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q825291", "name": "Village Roadshow"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Village-Roadshow-Pictures-Logo.svg", "description": "American film production company", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2213 +{"wikidata_id": "Q633812", "display_name": "Archie Comics", "legal_name": null, "aliases": ["Archie Comic Publications", "Archie Comic Publications", "Inc.", "M.L.J. Magazines", "Inc.", "MLJ Comics", "MLJ Magazines"], "website": "https://archiecomics.com", "canonical_domain": "archiecomics.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["media"], "industry_labels": ["comics industry"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Archie_Comics_logo_1987.svg", "description": "American comic book publisher", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2214 +{"wikidata_id": "Q656710", "display_name": "Santa Monica Studio", "legal_name": null, "aliases": ["SCE Santa Monica Studio", "SIE Santa Monica Studio"], "website": "https://sms.playstation.com", "canonical_domain": "playstation.com", "country": "US", "hq_city": "Playa Vista", "hq_region": "Los Angeles", "lat": 33.97278, "lon": -118.42667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "American first-party video game developer", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q542018"}, {"related_domain_conflict": "Q67171879"}, {"related_domain_conflict": "Q4746762"}, {"related_domain_conflict": "Q111631065"}]}
2215 +{"wikidata_id": "Q776039", "display_name": "ViewSonic", "legal_name": null, "aliases": ["ViewSonic Corporation"], "website": "https://www.viewsonic.com", "canonical_domain": "viewsonic.com", "country": "US", "hq_city": "Brea", "hq_region": "Orange County", "lat": 33.92333, "lon": -117.88889, "industries": ["technology", "education"], "industry_labels": ["electronics", "educational technology", "computer hardware industry", "consumer electronics industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ViewSonic_logo.svg", "description": "American manufacturer and provider of visual technology", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2216 +{"wikidata_id": "Q798658", "display_name": "Bad Boy Records", "legal_name": null, "aliases": ["Bad Boy Entertainment"], "website": "https://www.badboyonline.com", "canonical_domain": "badboyonline.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "American hip hop record label", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2217 +{"wikidata_id": "Q885833", "display_name": "Blue Note", "legal_name": "Blue Note", "aliases": ["Blue Note Records", "LC 00133", "LC 0133"], "website": "https://www.bluenote.com", "canonical_domain": "bluenote.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q183412", "name": "EMI"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Note_Records.svg", "description": "American record label; main imprint of Blue Note Records, Inc.", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2218 +{"wikidata_id": "Q891732", "display_name": "Orion Pictures", "legal_name": null, "aliases": ["Orion Pictures Corporation", "Orion Releasing LLC"], "website": "https://www.orionpictures.com", "canonical_domain": "orionpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4740868", "name": "Amazon MGM Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orion_Pictures_logo.svg", "description": "American film and distribution company", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2219 +{"wikidata_id": "Q928122", "display_name": "Crystal Dynamics", "legal_name": null, "aliases": [], "website": "https://www.crystaldynamics.com", "canonical_domain": "crystaldynamics.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115116019", "name": "CDE Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crystal_Dynamics_Logo.svg", "description": "American video game developer", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2220 +{"wikidata_id": "Q934012", "display_name": "Piper Aircraft", "legal_name": null, "aliases": ["Piper", "Piper Aircraft Company", "Piper Aircraft Inc.", "Inc.", "Taylor Aircraft Company", "Taylor Brothers Aircraft Manufacturing Company"], "website": "https://www.piper.com", "canonical_domain": "piper.com", "country": "US", "hq_city": "Florida", "hq_region": "United States", "lat": 28.13333, "lon": -81.63167, "industries": ["manufacturing", "aerospace-defense", "construction"], "industry_labels": ["industrial manufacturing", "aerospace engineering", "aircraft construction"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Piper_Aircraft_logo.svg", "description": "American aircraft manufacturer", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2221 +{"wikidata_id": "Q1105569", "display_name": "CodeGear", "legal_name": null, "aliases": [], "website": "https://www.codegear.com", "canonical_domain": "codegear.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q601048", "name": "Embarcadero Technologies"}, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.3464, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2222 +{"wikidata_id": "Q2607531", "display_name": "Harmonix Music Systems", "legal_name": null, "aliases": [], "website": "https://www.harmonixmusic.com", "canonical_domain": "harmonixmusic.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1022288", "parent": {"wikidata_id": "Q739711", "name": null}, "logo_url": null, "description": "American video game company", "sitelinks": 12, "importance": 0.3464, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2223 +{"wikidata_id": "Q10291787", "display_name": "Grupo Energisa", "legal_name": null, "aliases": [], "website": "https://www.grupoenergisa.com.br", "canonical_domain": "grupoenergisa.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["retail"], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "ENGI11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian energy distribution group", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2224 +{"wikidata_id": "Q104158381", "display_name": "Vistra", "legal_name": null, "aliases": ["Vistra Corp", "Vistra Corp.", "Vistra Energy Corp."], "website": "https://www.vistracorp.com", "canonical_domain": "vistracorp.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["utilities"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "VST", "exchange": "New York Stock Exchange", "lei": "549300KP43CPCUJOOG15", "sec_cik": "1692819", "parent": null, "logo_url": null, "description": "US electricity company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2225 +{"wikidata_id": "Q106522144", "display_name": "VBI Vaccines", "legal_name": null, "aliases": ["Variation Biotechnologies", "VBI"], "website": "https://www.vbivaccines.com", "canonical_domain": "vbivaccines.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "VBIV", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cambridge, Massachusetts headquartered biopharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2226 +{"wikidata_id": "Q106903991", "display_name": "CVC Brasil", "legal_name": "CVC Brasil Operadora e Agência de Viagens S.A", "aliases": ["CVC Brasil Operadora e Agência de Viagens S.A."], "website": "https://www.cvc.com.br", "canonical_domain": "cvc.com.br", "country": "BR", "hq_city": "Santo André", "hq_region": "São Paulo", "lat": -23.65333, "lon": -46.52795, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CVCB3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_CVC_Corp.svg", "description": "travel company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2227 +{"wikidata_id": "Q107457363", "display_name": "Beam Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.beamtx.com", "canonical_domain": "beamtx.com", "country": "US", "hq_city": "Cambridge", "hq_region": "MA", "lat": null, "lon": null, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BEAM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1745999", "parent": null, "logo_url": null, "description": "American healthcare company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1745999", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2228 +{"wikidata_id": "Q108541568", "display_name": "Mineral Resources", "legal_name": "MINERAL RESOURCES LIMITED", "aliases": ["Mineral Resources Limited"], "website": "https://www.mineralresources.com.au", "canonical_domain": "mineralresources.com.au", "country": "US", "hq_city": "Philadelphia", "hq_region": "PA", "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MIN", "exchange": "Australian Securities Exchange", "lei": "5493008FLK5J6UQRZT08", "sec_cik": "826735", "parent": null, "logo_url": null, "description": "mining company in Western Australia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "826735", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2229 +{"wikidata_id": "Q108837504", "display_name": "Pagaya technologies", "legal_name": null, "aliases": ["Pagaya"], "website": "https://pagaya.com", "canonical_domain": "pagaya.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "PGY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1883085", "parent": null, "logo_url": null, "description": "israeli-American technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1883085", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2230 +{"wikidata_id": "Q109369035", "display_name": "Archer Aviation", "legal_name": null, "aliases": ["Archer Aviation Inc."], "website": "https://archer.com", "canonical_domain": "archer.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ACHR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1824502", "parent": null, "logo_url": null, "description": "American electric aircraft manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2231 +{"wikidata_id": "Q109680037", "display_name": "Franchise Group", "legal_name": null, "aliases": ["FRG", "Franchise Group Inc.", "Inc."], "website": "https://franchisegrp.com", "canonical_domain": "franchisegrp.com", "country": "US", "hq_city": "Delaware", "hq_region": "Delaware County", "lat": 40.29889, "lon": -83.07194, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "FRG", "exchange": "Nasdaq", "lei": "549300MWCHSL8BSOMV77", "sec_cik": "1528930", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Franchise_Group_Logo.png", "description": "American holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2232 +{"wikidata_id": "Q1130956", "display_name": "Copec", "legal_name": null, "aliases": ["COPEC"], "website": "https://ww2.copec.cl", "canonical_domain": "copec.cl", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["oil-gas"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "COPEC", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Copec_Logo_2023.svg", "description": "chain of gas stations in Chile", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2233 +{"wikidata_id": "Q12058769", "display_name": "Golden Flake", "legal_name": null, "aliases": [], "website": "https://www.goldenflake.com", "canonical_domain": "goldenflake.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "GLDC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American snack food brand", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2234 +{"wikidata_id": "Q1239875", "display_name": "Ferrovia Centro-Atlântica", "legal_name": null, "aliases": [], "website": "https://www.centro-atlantica.com.br", "canonical_domain": "centro-atlantica.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["transportation"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "VSPT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2235 +{"wikidata_id": "Q1295969", "display_name": "TransMontaigne", "legal_name": null, "aliases": [], "website": "https://www.transmontaigne.com", "canonical_domain": "transmontaigne.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TLP", "exchange": "New York Stock Exchange", "lei": "4VSRWQC623G3TVEFIF63", "sec_cik": "755199", "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2236 +{"wikidata_id": "Q1341588", "display_name": "EnerSys", "legal_name": null, "aliases": [], "website": "https://www.enersys.com", "canonical_domain": "enersys.com", "country": "US", "hq_city": "Reading", "hq_region": "Berks County", "lat": 40.34167, "lon": -75.92611, "industries": ["technology"], "industry_labels": ["SIC 3690 Miscellaneous Electrical Machinery, Equipment & Supplies"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "ENS", "exchange": "New York Stock Exchange", "lei": "7ZS3DE5PN30BYUJFWP05", "sec_cik": "1289308", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1289308", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2237 +{"wikidata_id": "Q14914829", "display_name": "Thryv, Inc.", "legal_name": null, "aliases": ["SuperPages"], "website": "https://www.thryv.com", "canonical_domain": "thryv.com", "country": "US", "hq_city": "Dallas, Texas", "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["communications media"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "DXM", "exchange": "Nasdaq", "lei": "254900W0Q0EQ1QHCLN20", "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. business services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2238 +{"wikidata_id": "Q15109880", "display_name": "Harmonic Inc.", "legal_name": null, "aliases": [], "website": "https://www.harmonicinc.com", "canonical_domain": "harmonicinc.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["telecommunications"], "industry_labels": ["SIC 3663 Radio & Tv Broadcasting & Communications Equipment"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "HLIT", "exchange": "Nasdaq", "lei": "549300LRGRD8XC9BTL66", "sec_cik": "851310", "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "851310", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2239 +{"wikidata_id": "Q15109885", "display_name": "I.D. Systems", "legal_name": null, "aliases": [], "website": "https://www.powerfleet.com", "canonical_domain": "powerfleet.com", "country": "US", "hq_city": "Woodcliff Lake", "hq_region": "Bergen County", "lat": 41.02556, "lon": -74.06083, "industries": ["telecommunications"], "industry_labels": ["SIC 3669 Communications Equipment, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": "IDSY", "exchange": "Nasdaq", "lei": "549300O6Y4H3KISFM107", "sec_cik": "49615", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/I.D._Systems_Logo.jpg", "description": "American communication equipment company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96574719"}], "source_edgar": {"cik": "49615", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2240 +{"wikidata_id": "Q1545542", "display_name": "OM Group", "legal_name": null, "aliases": [], "website": "https://www.omgi.com", "canonical_domain": "omgi.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "OMG", "exchange": "New York Stock Exchange", "lei": "JUC8K6CTM7PVMRAKXF33", "sec_cik": "899723", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OM_Group_Logo.svg", "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2241 +{"wikidata_id": "Q15931251", "display_name": "MGM CHINA HOLDINGS LIMITED", "legal_name": null, "aliases": [], "website": "https://www.mgmchinaholdings.com", "canonical_domain": "mgmchinaholdings.com", "country": "KY", "hq_city": "George Town", "hq_region": "Cayman Islands", "lat": 19.29639, "lon": -81.38167, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2282", "exchange": "Hong Kong Stock Exchange", "lei": "529900VZFN87OS7WJM66", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2242 +{"wikidata_id": "Q16157155", "display_name": "A10 Networks", "legal_name": null, "aliases": [], "website": "https://www.a10networks.com", "canonical_domain": "a10networks.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ATEN", "exchange": "New York Stock Exchange", "lei": "549300UQD4IWUML81Q35", "sec_cik": "1580808", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A10Networkslogo2020.jpg", "description": "U.S. computer network company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2243 +{"wikidata_id": "Q16251015", "display_name": "Gaming and Leisure Properties", "legal_name": null, "aliases": ["Inc."], "website": "https://www.glpropinc.com", "canonical_domain": "glpropinc.com", "country": "US", "hq_city": "Wyomissing", "hq_region": "Berks County", "lat": 40.3328, "lon": -75.9647, "industries": ["hospitality", "real-estate"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "GLPI", "exchange": "Nasdaq", "lei": "5493006GWRDBCZYWTM57", "sec_cik": "1575965", "parent": null, "logo_url": null, "description": "US real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1575965", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2244 +{"wikidata_id": "Q16496450", "display_name": "State Bank of Para", "legal_name": null, "aliases": ["Banpará"], "website": "https://www.banpara.b.br", "canonical_domain": "banpara.b.br", "country": "BR", "hq_city": "Belém", "hq_region": "Pará", "lat": -1.45583, "lon": -48.50389, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "BPAR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian banking institution", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2245 +{"wikidata_id": "Q1665653", "display_name": "Veeco", "legal_name": null, "aliases": ["Veeco Instruments"], "website": "https://www.veeco.com", "canonical_domain": "veeco.com", "country": "US", "hq_city": "Plainview", "hq_region": "Oyster Bay", "lat": 40.78, "lon": -73.4794, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "VECO", "exchange": "Nasdaq", "lei": "5493004201F72ADDZW04", "sec_cik": "103145", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Veeco_Logo.svg", "description": "American manufacturing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "103145", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2246 +{"wikidata_id": "Q16824426", "display_name": "Agios Pharmaceuticals", "legal_name": null, "aliases": ["Agios Pharmaceuticals (United States)", "Inc."], "website": "https://www.agios.com", "canonical_domain": "agios.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "AGIO", "exchange": "Nasdaq", "lei": "529900ONJHY8EOGYT555", "sec_cik": "1439222", "parent": null, "logo_url": null, "description": "a public American pharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2247 +{"wikidata_id": "Q16926370", "display_name": "PAX Global Technology Limited", "legal_name": null, "aliases": ["PAX Technology"], "website": "https://www.pax.us", "canonical_domain": "pax.us", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "0327", "exchange": "Hong Kong Stock Exchange", "lei": "5299008CRGPD1WZXCD36", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturer of point of sale hardware and software", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2248 +{"wikidata_id": "Q16950815", "display_name": "Beacon Roofing Supply", "legal_name": null, "aliases": ["Inc."], "website": "https://www.becn.com", "canonical_domain": "becn.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["construction"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "BECN", "exchange": "Nasdaq", "lei": "549300HDXQWWCBOYXP31", "sec_cik": "1124941", "parent": null, "logo_url": null, "description": "American building materials retailer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2249 +{"wikidata_id": "Q16953751", "display_name": "CyrusOne", "legal_name": null, "aliases": [], "website": "https://www.cyrusone.com", "canonical_domain": "cyrusone.com", "country": "US", "hq_city": "Carrollton", "hq_region": "Denton County", "lat": 32.99, "lon": -96.89333, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "CONE", "exchange": "Nasdaq", "lei": "5493006S177ZK2ZNBU43", "sec_cik": "2103884", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CyrusOne_logo.svg", "description": "real estate investment trust", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2103884", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2250 +{"wikidata_id": "Q16958009", "display_name": "Isac", "legal_name": null, "aliases": ["TreeHouse Foods", "Incorporated"], "website": "https://www.treehousefoods.com", "canonical_domain": "treehousefoods.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "THS", "exchange": "New York Stock Exchange", "lei": "5493007M7EVHE470Q576", "sec_cik": "1320695", "parent": null, "logo_url": null, "description": "multinational food processing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2251 +{"wikidata_id": "Q16975278", "display_name": "Green Dot Corporation", "legal_name": null, "aliases": ["Green Dot Bank", "MoneyPak"], "website": "https://www.greendot.com", "canonical_domain": "greendot.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "GDOT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1386278", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Green_Dot_logo.svg", "description": "issuer of prepaid MasterCard and Visa cards in the United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2252 +{"wikidata_id": "Q16983204", "display_name": "Amwell", "legal_name": null, "aliases": ["American Well"], "website": "https://www.americanwell.com", "canonical_domain": "americanwell.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "AMWL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1393584", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AmericanWellLogo.jpeg", "description": "American telemedicine company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1393584", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2253 +{"wikidata_id": "Q16983837", "display_name": "Quaker Chemical Corporation", "legal_name": null, "aliases": ["Quaker Chemical Corporation (Quaker)"], "website": "https://www.quakerchem.com", "canonical_domain": "quakerchem.com", "country": "US", "hq_city": "Conshohocken", "hq_region": "Montgomery County", "lat": 40.0772, "lon": -75.3019, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "KWR", "exchange": "New York Stock Exchange", "lei": "549300PJQ1R3WCWCPS54", "sec_cik": "81362", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quakerchem.svg", "description": "American chemical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2254 +{"wikidata_id": "Q16984188", "display_name": "Rogers Corporation", "legal_name": null, "aliases": ["Rogers", "ROG", "Rogers and Associates Engineering Corporation"], "website": "https://www.rogerscorp.com", "canonical_domain": "rogerscorp.com", "country": "US", "hq_city": "Pomfret", "hq_region": "Northeastern Connecticut Planning Region", "lat": 41.86667, "lon": -71.98333, "industries": ["construction"], "industry_labels": [], "founded_year": 1832, "employees": null, "public_company": true, "ticker": "ROG", "exchange": "New York Stock Exchange", "lei": "PW0CN80KNFR7RUOOKJ84", "sec_cik": "84748", "parent": null, "logo_url": null, "description": "American listed engineering company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2255 +{"wikidata_id": "Q16985220", "display_name": "Swift Transportation", "legal_name": null, "aliases": ["Knight-Swift Transportation Holdings Inc."], "website": "https://www.swifttrans.com", "canonical_domain": "swifttrans.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["transportation", "logistics"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "SWFT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1492691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swift_Transportation_logo.png", "description": "logistics company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1492691", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2256 +{"wikidata_id": "Q16997495", "display_name": "J. Alexander's", "legal_name": null, "aliases": [], "website": "https://www.jalexanders.com", "canonical_domain": "jalexanders.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "JAX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2257 +{"wikidata_id": "Q17051868", "display_name": "Poshmark", "legal_name": null, "aliases": [], "website": "https://www.poshmark.com", "canonical_domain": "poshmark.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "POSH", "exchange": "Nasdaq", "lei": null, "sec_cik": "1825480", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Poshmark_logo.png", "description": "social commerce website", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2258 +{"wikidata_id": "Q17056780", "display_name": "Invepar", "legal_name": null, "aliases": [], "website": "https://www.invepar.com.br", "canonical_domain": "invepar.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "IVPR3B", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Invepar-vector-logo.svg", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2259 +{"wikidata_id": "Q17087047", "display_name": "VirnetX", "legal_name": null, "aliases": [], "website": "https://www.virnetx.com", "canonical_domain": "virnetx.com", "country": "US", "hq_city": "Zephyr Cove", "hq_region": "Nevada", "lat": 39.0003, "lon": -119.952, "industries": ["internet"], "industry_labels": ["internet security"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "VHC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1358873", "parent": null, "logo_url": null, "description": "company which developed security technology", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2260 +{"wikidata_id": "Q17109642", "display_name": "Sandy Spring Bank", "legal_name": "Sandy Spring Bank", "aliases": ["Sandy Spring Bancorp", "Inc", "Sandy Spring Bancorp", "Inc."], "website": "https://www.sandyspringbank.com", "canonical_domain": "sandyspringbank.com", "country": "US", "hq_city": "Olney", "hq_region": "Montgomery County", "lat": 39.15306, "lon": -77.06694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1868, "employees": null, "public_company": true, "ticker": "SASR", "exchange": "Nasdaq", "lei": "549300NQA30MEKPQP417", "sec_cik": "1457833", "parent": null, "logo_url": null, "description": "American financial holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2261 +{"wikidata_id": "Q17114308", "display_name": "Nektar Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.nektar.com", "canonical_domain": "nektar.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "NKTR", "exchange": "Nasdaq", "lei": "5299005I24806IOIYE03", "sec_cik": "906709", "parent": null, "logo_url": null, "description": "American healthcare company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2262 +{"wikidata_id": "Q17147182", "display_name": "Zynex", "legal_name": null, "aliases": ["Inc."], "website": "https://www.zynexmed.com", "canonical_domain": "zynexmed.com", "country": "US", "hq_city": "Lone Tree", "hq_region": "Douglas County", "lat": 39.5489, "lon": -104.893, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "ZYXI", "exchange": "Nasdaq", "lei": null, "sec_cik": "846475", "parent": null, "logo_url": null, "description": "American medical device manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2263 +{"wikidata_id": "Q1723912", "display_name": "Kansas City Life Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.kclife.com", "canonical_domain": "kclife.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Cass County", "lat": 39.05, "lon": -94.58333, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "KCLI", "exchange": "Nasdaq", "lei": "25490088237U1ILMYZ21", "sec_cik": null, "parent": null, "logo_url": null, "description": "publicly traded company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2264 +{"wikidata_id": "Q17562023", "display_name": "NewMarket Corporation", "legal_name": null, "aliases": [], "website": "https://www.newmarket.com", "canonical_domain": "newmarket.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "NEU", "exchange": "New York Stock Exchange", "lei": "54930082CG88ERDREQ47", "sec_cik": "1282637", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NewMarket_Corporation.svg", "description": "American chemical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2265 +{"wikidata_id": "Q18394708", "display_name": "Wealthfront", "legal_name": null, "aliases": ["Wealthfront Corporation"], "website": "https://www.wealthfront.com", "canonical_domain": "wealthfront.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "WLTH", "exchange": "Nasdaq", "lei": null, "sec_cik": "1524566", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wealthfront_Logo.svg", "description": "automated investment service firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2266 +{"wikidata_id": "Q18474582", "display_name": "Equatorial Energia", "legal_name": null, "aliases": [], "website": "https://www.equatorialenergia.com.br", "canonical_domain": "equatorialenergia.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["utilities"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "EQTL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "energy supplier in Brazil", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2267 +{"wikidata_id": "Q18619272", "display_name": "Greenhill & Co.", "legal_name": null, "aliases": ["Greenhill"], "website": "https://www.greenhill.com", "canonical_domain": "greenhill.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking"], "industry_labels": ["investment bank"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "GHL", "exchange": "New York Stock Exchange", "lei": "529900VEOQHHHSPI9C69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Greenhill-logo.png", "description": "American investment bank", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2268 +{"wikidata_id": "Q18636342", "display_name": "Amicus Therapeutics", "legal_name": null, "aliases": ["Amicus Therapeutics (United States)"], "website": "https://www.amicusrx.com", "canonical_domain": "amicusrx.com", "country": "US", "hq_city": "Cranbury", "hq_region": "Middlesex County", "lat": 40.30722, "lon": -74.51639, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "FOLD", "exchange": "Nasdaq", "lei": "549300MRD1SMUTNBPQ53", "sec_cik": "1178879", "parent": null, "logo_url": null, "description": "company in Cranbury, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2269 +{"wikidata_id": "Q19647855", "display_name": "Standard BioTools Inc.", "legal_name": null, "aliases": ["Fluidigm", "Fluidigm (United States)", "Fluidigm Corporation", "Standard BioTools"], "website": "https://www.standardbio.com", "canonical_domain": "standardbio.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "LAB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1162194", "parent": null, "logo_url": null, "description": "company in South San Francisco, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1162194", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2270 +{"wikidata_id": "Q19818611", "display_name": "Concordia Healthcare Corp", "legal_name": null, "aliases": ["Concordia Healthcare", "Concordia International Corp"], "website": "https://concordiarx.com", "canonical_domain": "concordiarx.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "CXR", "exchange": "Toronto Stock Exchange", "lei": "549300WZSXRSISJ4VI31", "sec_cik": "1642271", "parent": null, "logo_url": null, "description": "a publicly traded pharmaceutical company based in Canada", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2271 +{"wikidata_id": "Q19903490", "display_name": "Navient", "legal_name": null, "aliases": ["Navient Corporation"], "website": "https://www.navient.com", "canonical_domain": "navient.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NAVI", "exchange": "Nasdaq", "lei": "54930067J0ZNOEBRW338", "sec_cik": "1593538", "parent": null, "logo_url": null, "description": "a publicly traded U.S. corporation based in Wilmington, Delaware", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1593538", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2272 +{"wikidata_id": "Q20486915", "display_name": "H.B. Fuller", "legal_name": null, "aliases": [], "website": "https://www.hbfuller.com", "canonical_domain": "hbfuller.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "FUL", "exchange": "New York Stock Exchange", "lei": "JSMX3Z5FOYM8V0Q52357", "sec_cik": "39368", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/H.B._Fuller_logo.svg", "description": "adhesives manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "39368", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2273 +{"wikidata_id": "Q20486917", "display_name": "Welltower", "legal_name": null, "aliases": ["Health Care REIT", "Welltower Inc."], "website": "https://www.welltower.com", "canonical_domain": "welltower.com", "country": "US", "hq_city": "Toledo", "hq_region": "Lucas County", "lat": 41.65278, "lon": -83.53778, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "WELL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "766704", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Welltower_Logo_2025.svg", "description": "Real estate investment trust", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2274 +{"wikidata_id": "Q20539236", "display_name": "Akorn", "legal_name": null, "aliases": ["Akorn Pharmaceuticals"], "website": "https://www.akorn.com", "canonical_domain": "akorn.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AKRXQ", "exchange": "OTC Markets Group", "lei": "549300REUQNNF5W5TA64", "sec_cik": "3116", "parent": null, "logo_url": null, "description": "American generic pharmaceuticals manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2275 +{"wikidata_id": "Q20706301", "display_name": "Alupar", "legal_name": null, "aliases": [], "website": "https://www.alupar.com.br", "canonical_domain": "alupar.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ALUP11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Alupar.svg", "description": "Brazilian holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2276 +{"wikidata_id": "Q20979194", "display_name": "American Homes 4 Rent", "legal_name": null, "aliases": [], "website": "https://www.americanhomes4rent.com", "canonical_domain": "americanhomes4rent.com", "country": "US", "hq_city": "Agoura Hills", "hq_region": "Los Angeles County", "lat": 34.15333, "lon": -118.76167, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "AMH", "exchange": "New York Stock Exchange", "lei": "549300ZJUO7A58PNUW40", "sec_cik": "1562401", "parent": null, "logo_url": null, "description": "American real estate investment firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2277 +{"wikidata_id": "Q2119898", "display_name": "Denbury Resources", "legal_name": null, "aliases": [], "website": "https://www.denbury.com", "canonical_domain": "denbury.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "DNR", "exchange": "New York Stock Exchange", "lei": "549300KCWA5W52MS5559", "sec_cik": "945764", "parent": null, "logo_url": null, "description": "Petroleum and natural gas exploration and production company headquartered in Plano, Texas", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2278 +{"wikidata_id": "Q23018189", "display_name": "Albany International", "legal_name": null, "aliases": ["Albany Felt Company", "Albany International Corporation"], "website": "https://albint.com", "canonical_domain": "albint.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["apparel"], "industry_labels": ["SIC 2221 Broadwoven Fabric Mills, Man Made Fiber & Silk"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "AIN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "819793", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Albany_International_logo.svg", "description": "company from New York, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "819793", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2279 +{"wikidata_id": "Q23090931", "display_name": "Outfront Media", "legal_name": null, "aliases": [], "website": "https://www.outfrontmedia.com", "canonical_domain": "outfrontmedia.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["out-of-home advertising"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "OUT", "exchange": "New York Stock Exchange", "lei": "549300RZWDYU5722I639", "sec_cik": "1579877", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OUTFRONT_Media_Logo.png", "description": "outdoor advertising company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2280 +{"wikidata_id": "Q23134166", "display_name": "RealPage", "legal_name": null, "aliases": [], "website": "https://www.realpage.com", "canonical_domain": "realpage.com", "country": "US", "hq_city": "Richardson", "hq_region": "Dallas County", "lat": 32.94833, "lon": -96.72972, "industries": ["real-estate"], "industry_labels": ["property management"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "RP", "exchange": "Nasdaq", "lei": "5493001RSFZX4122A604", "sec_cik": "1286225", "parent": null, "logo_url": null, "description": "American property software corporation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2281 +{"wikidata_id": "Q23680018", "display_name": "Wintrust Financial", "legal_name": null, "aliases": [], "website": "https://www.wintrustmortgage.com", "canonical_domain": "wintrustmortgage.com", "country": "US", "hq_city": "Rosemont", "hq_region": "Cook County", "lat": 41.9908, "lon": -87.8739, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "WTFC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1015328", "parent": null, "logo_url": null, "description": "American Financial Holding Company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1015328", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2282 +{"wikidata_id": "Q2417728", "display_name": "Kraton Polymers", "legal_name": null, "aliases": ["Kraton"], "website": "https://kraton.com", "canonical_domain": "kraton.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["chemicals", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "KRA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturing business based in Houston, USA", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2283 +{"wikidata_id": "Q25339988", "display_name": "Via", "legal_name": null, "aliases": ["Via Transportation", "Inc."], "website": "https://www.ridewithvia.com", "canonical_domain": "ridewithvia.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["transportation"], "industry_labels": ["taxi service"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "VIA", "exchange": "New York Stock Exchange", "lei": "5493008VI9XI9EV3A861", "sec_cik": "1603015", "parent": null, "logo_url": null, "description": "real-time ridesharing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2284 +{"wikidata_id": "Q25419656", "display_name": "YDUQS", "legal_name": null, "aliases": ["YDUQS PARTICIPACOES S.A."], "website": "https://www.yduqs.com.br", "canonical_domain": "yduqs.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["education"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "YDUQ3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YDUQS_Logo.svg", "description": "educational group", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2285 +{"wikidata_id": "Q256598", "display_name": "SemGroup", "legal_name": null, "aliases": [], "website": "https://www.semgrouplp.com", "canonical_domain": "semgrouplp.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "RRMS", "exchange": "Nasdaq", "lei": "549300GC80VO7T85ZM78", "sec_cik": null, "parent": null, "logo_url": null, "description": "company transporting extraction products", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2286 +{"wikidata_id": "Q25796", "display_name": "AGL Resources", "legal_name": null, "aliases": [], "website": "https://www.aglresources.com", "canonical_domain": "aglresources.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["oil-gas"], "industry_labels": ["natural gas"], "founded_year": 1856, "employees": null, "public_company": true, "ticker": "GAS", "exchange": "New York Stock Exchange", "lei": "549300ZW53G2TUFW5T39", "sec_cik": "1004155", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southern_Company_Gas_logo.svg", "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2287 +{"wikidata_id": "Q27988208", "display_name": "Veritiv", "legal_name": null, "aliases": ["Veritiv Corporation"], "website": "https://www.veritiv.com", "canonical_domain": "veritiv.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "VRTV", "exchange": "New York Stock Exchange", "lei": "529900VQARHWQROHAS58", "sec_cik": null, "parent": null, "logo_url": null, "description": "packaging, paper and facility solutions", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2288 +{"wikidata_id": "Q28407181", "display_name": "Acadia Healthcare", "legal_name": "Acadia Healthcare Company, Inc.", "aliases": ["Acadia Healthcare Company", "Acadia Healthcare Company", "Inc."], "website": "https://www.acadiahealthcare.com", "canonical_domain": "acadiahealthcare.com", "country": "US", "hq_city": "Franklin", "hq_region": "Williamson County", "lat": 35.92917, "lon": -86.8575, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ACHC", "exchange": "Nasdaq", "lei": "5493005CW985Y9D0NC11", "sec_cik": "1520697", "parent": null, "logo_url": null, "description": "multinational behavioral healthcare provider", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1520697", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2289 +{"wikidata_id": "Q28446528", "display_name": "Renasant Bank", "legal_name": null, "aliases": [], "website": "https://www.renasantbank.com", "canonical_domain": "renasantbank.com", "country": "US", "hq_city": "Tupelo", "hq_region": "Lee County", "lat": 34.25761, "lon": -88.70339, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "RNST", "exchange": "Nasdaq", "lei": "5493002RF1ERFA2XR050", "sec_cik": "715072", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renasant_Bank_logo.svg", "description": "regional bank based in Tupelo, Mississippi", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2290 +{"wikidata_id": "Q286214", "display_name": "AAON", "legal_name": null, "aliases": [], "website": "https://www.aaon.com", "canonical_domain": "aaon.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["energy"], "industry_labels": ["central heating"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "AAON", "exchange": "Nasdaq", "lei": "549300ZHF0E5VM7PUD37", "sec_cik": "824142", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAON_Logo.svg", "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2291 +{"wikidata_id": "Q28760388", "display_name": "Oramed Pharmaceuticals", "legal_name": "אורמד פארמסוטיקלס אינק.", "aliases": ["Oramed Pharmaceuticals Inc."], "website": "https://www.oramed.com", "canonical_domain": "oramed.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "ORMP", "exchange": "Nasdaq", "lei": "5299006K52ZIIGQJ6R84", "sec_cik": "1176309", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oramed_logo_2022.svg", "description": "Pharmaceutical company based in Israel", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2292 +{"wikidata_id": "Q29026065", "display_name": "Ginkgo Bioworks", "legal_name": null, "aliases": [], "website": "https://www.ginkgo.bio", "canonical_domain": "ginkgo.bio", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "DNA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1648827", "parent": null, "logo_url": null, "description": "American biotechnology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2293 +{"wikidata_id": "Q3008928", "display_name": "Cyrela Commercial Properties", "legal_name": null, "aliases": [], "website": "https://www.ccpsa.com.br", "canonical_domain": "ccpsa.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "CCPR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2294 +{"wikidata_id": "Q30591272", "display_name": "Halozyme, Inc.", "legal_name": null, "aliases": [], "website": "https://www.halozyme.com", "canonical_domain": "halozyme.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "HALO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1159036", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halozyme_logo.svg", "description": "biotechnology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5643474"}], "source_edgar": {"cik": "1159036", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2295 +{"wikidata_id": "Q3061734", "display_name": "Exa Corporation", "legal_name": null, "aliases": ["Exa Corp."], "website": "https://www.exa.com", "canonical_domain": "exa.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["retail", "construction"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "EXA", "exchange": "Nasdaq", "lei": null, "sec_cik": "890264", "parent": null, "logo_url": null, "description": "computer-aided engineering (CAE) software developer and distributor based in Burlington, Massachusetts", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2296 +{"wikidata_id": "Q30743789", "display_name": "AltaGas", "legal_name": null, "aliases": [], "website": "https://www.altagas.ca", "canonical_domain": "altagas.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ATGFF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian energy infrastructure comp9", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2297 +{"wikidata_id": "Q30930959", "display_name": "Smart Fit", "legal_name": null, "aliases": [], "website": "https://www.smartfit.com.ec", "canonical_domain": "smartfit.com.ec", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "SMFT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smart_Fit_logo.svg", "description": "Brazilian multinational fitness center chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2298 +{"wikidata_id": "Q3297271", "display_name": "Masisa", "legal_name": null, "aliases": [], "website": "https://www.masisa.com", "canonical_domain": "masisa.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "MASISA", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": "900335", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Masisa_logo.png", "description": "Chilean wood products and panels manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2299 +{"wikidata_id": "Q3307276", "display_name": "Metalúrgica Gerdau", "legal_name": null, "aliases": [], "website": "https://ri.gerdau.com", "canonical_domain": "gerdau.com", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "GOAU3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2300 +{"wikidata_id": "Q3370152", "display_name": "Patterson-UTI Energy, Inc", "legal_name": null, "aliases": [], "website": "https://www.patenergy.com", "canonical_domain": "patenergy.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "PTEN", "exchange": "Nasdaq", "lei": "254900XGFBKIXD6G0697", "sec_cik": "889900", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2301 +{"wikidata_id": "Q356349", "display_name": "Adept Technology", "legal_name": null, "aliases": [], "website": "https://www.adept.com", "canonical_domain": "adept.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "CA", "lat": null, "lon": null, "industries": ["robotics"], "industry_labels": ["robotics", "SIC 3559 Special Industry Machinery, NEC"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "ADEP", "exchange": "Nasdaq", "lei": null, "sec_cik": "865415", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adept_Logo.svg", "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "865415", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2302 +{"wikidata_id": "Q39046155", "display_name": "Antero Resources", "legal_name": null, "aliases": ["Antero Resources Corporation"], "website": "https://www.anteroresources.com", "canonical_domain": "anteroresources.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "AR", "exchange": "New York Stock Exchange", "lei": "APVBKPOULHUX7YZLKU17", "sec_cik": "1433270", "parent": null, "logo_url": null, "description": "energy company in Denver, Colorado, U.S.", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2303 +{"wikidata_id": "Q39052929", "display_name": "Brighthouse Financial", "legal_name": null, "aliases": [], "website": "https://www.brighthousefinancial.com", "canonical_domain": "brighthousefinancial.com", "country": "US", "hq_city": "Charlotte", "hq_region": "NC", "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance", "SIC 6311 Life Insurance"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BHF", "exchange": "Nasdaq", "lei": "5493003T8SZSHOGGAW52", "sec_cik": "1685040", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brighthouse_Financial_logo.svg", "description": "American financial services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1685040", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2304 +{"wikidata_id": "Q3996930", "display_name": "Tower International", "legal_name": null, "aliases": [], "website": "https://www.towerautomotive.com", "canonical_domain": "towerautomotive.com", "country": "US", "hq_city": "Livonia", "hq_region": "Wayne County", "lat": 42.40111, "lon": -83.37111, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TOWR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1485469", "parent": null, "logo_url": null, "description": "Automotive parts manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2305 +{"wikidata_id": "Q4045074", "display_name": "National Western Life", "legal_name": null, "aliases": [], "website": "https://www.nationalwesternlife.com", "canonical_domain": "nationalwesternlife.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "NWLI", "exchange": "Nasdaq", "lei": "6UHI53KIJKOJMJ34UR03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1486_NWLIC_1.JPG", "description": "American stock life insurance company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2306 +{"wikidata_id": "Q41590812", "display_name": "Artisan Partners", "legal_name": null, "aliases": ["Artisan Partners Asset Management Inc."], "website": "https://www.artisanpartners.com", "canonical_domain": "artisanpartners.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "APAM", "exchange": "New York Stock Exchange", "lei": "549300T1FUI6JF63XU51", "sec_cik": "1517302", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Artisan_Partners_Logo.png", "description": "American asset management company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1517302", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2307 +{"wikidata_id": "Q433896", "display_name": "Altairnano", "legal_name": null, "aliases": ["Altairnano (United States)"], "website": "https://www.altairnano.com", "canonical_domain": "altairnano.com", "country": "US", "hq_city": "Reno", "hq_region": "Washoe County", "lat": 39.52611, "lon": -119.8125, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "ALTI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1838615", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AltairNano_Logo.svg", "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1838615", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2308 +{"wikidata_id": "Q4382153", "display_name": "China Foods Limited", "legal_name": null, "aliases": [], "website": "https://www.chinafoodsltd.com", "canonical_domain": "chinafoodsltd.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["retail", "food-beverage"], "industry_labels": ["trade", "food processing"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0506", "exchange": "Hong Kong Stock Exchange", "lei": "529900SKC2U9O25M2019", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese food company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2309 +{"wikidata_id": "Q4411116", "display_name": "Magnite Inc", "legal_name": "Magnite", "aliases": [], "website": "https://www.magnite.com", "canonical_domain": "magnite.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["advertising industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "RUBI", "exchange": "New York Stock Exchange", "lei": "54930018FR2YX1HHSB02", "sec_cik": "1595974", "parent": null, "logo_url": null, "description": "American advertising technology and real-time bidding, serving as ad exchange", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2310 +{"wikidata_id": "Q4674531", "display_name": "Acorda Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.acorda.com", "canonical_domain": "acorda.com", "country": "US", "hq_city": "Ardsley", "hq_region": "Westchester County", "lat": 41.0114, "lon": -73.8414, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ACOR", "exchange": "Nasdaq", "lei": "5493007NPB5YRM8QGL53", "sec_cik": "1008848", "parent": null, "logo_url": null, "description": "biotechnology Firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2311 +{"wikidata_id": "Q4686414", "display_name": "Advantage Oil & Gas", "legal_name": null, "aliases": [], "website": "https://www.advantageog.com", "canonical_domain": "advantageog.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "AAV", "exchange": "New York Stock Exchange", "lei": "549300WK5YRPOB2DTT64", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian oil & gas company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2312 +{"wikidata_id": "Q4708516", "display_name": "Alaska Communications", "legal_name": null, "aliases": ["ACS", "Alaska Communications Systems"], "website": "https://www.alaskacommunications.com", "canonical_domain": "alaskacommunications.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "ALSK", "exchange": "Nasdaq", "lei": "5493007NQ48764MYK786", "sec_cik": "1089511", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alaska_Communications_logo.svg", "description": "telecommunication company in Alaska", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2313 +{"wikidata_id": "Q4725570", "display_name": "Aliansce Shopping Centers", "legal_name": null, "aliases": [], "website": "https://www.aliansce.com.br", "canonical_domain": "aliansce.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["real-estate"], "industry_labels": ["shopping mall"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ALSC3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2314 +{"wikidata_id": "Q4740289", "display_name": "Amarin Corporation", "legal_name": null, "aliases": [], "website": "https://www.amarincorp.com", "canonical_domain": "amarincorp.com", "country": "US", "hq_city": "Bedminster", "hq_region": "Somerset County", "lat": 40.68066, "lon": -74.64544, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "AMRN", "exchange": "Nasdaq", "lei": null, "sec_cik": "897448", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amarin_Corporation_logo.svg", "description": "biopharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2315 +{"wikidata_id": "Q4742045", "display_name": "Amcol International Corporation", "legal_name": null, "aliases": ["AMCOL International Corp."], "website": "https://www.amcol.com", "canonical_domain": "amcol.com", "country": "US", "hq_city": "Hoffman Estates", "hq_region": "Cook County", "lat": 42.06306, "lon": -88.11917, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "ACO", "exchange": "New York Stock Exchange", "lei": "2DVRQDZKGLL5WW3T6X98", "sec_cik": "813621", "parent": null, "logo_url": null, "description": "specialty materials and chemicals manufacturer based in Hoffman Estates, Illinois, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2316 +{"wikidata_id": "Q4816513", "display_name": "Atlantic Power Corporation", "legal_name": null, "aliases": [], "website": "https://www.atlanticpower.com", "canonical_domain": "atlanticpower.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "AT", "exchange": "New York Stock Exchange", "lei": "2U3V7WI7HVCB625AQQ40", "sec_cik": "1419242", "parent": null, "logo_url": null, "description": "North American infrastructure company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2317 +{"wikidata_id": "Q4827537", "display_name": "AvalonBay", "legal_name": null, "aliases": ["Avalon Communitites", "AvalonBay Communities", "AvalonBay Communities", "Inc."], "website": "https://www.avaloncommunities.com", "canonical_domain": "avaloncommunities.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "AVB", "exchange": "New York Stock Exchange", "lei": "K9G90K85RBWD2LAGQX17", "sec_cik": "915912", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avalon-Bay-logo.jpg", "description": "publicly traded conglomerate and real estate investment trust with multiple brands", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2318 +{"wikidata_id": "Q4828988", "display_name": "Avista", "legal_name": null, "aliases": ["WWPC", "Avista Utilities", "Washington Water Power Company"], "website": "https://www.myavista.com", "canonical_domain": "myavista.com", "country": "US", "hq_city": "Spokane", "hq_region": "Spokane County", "lat": 47.65719, "lon": -117.4235, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "AVA", "exchange": "New York Stock Exchange", "lei": "Q0IK63NITJD6RJ47SW96", "sec_cik": "104918", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avista_Logo.svg", "description": "US energy utility company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2319 +{"wikidata_id": "Q4835755", "display_name": "BJ's Restaurant & Brewery", "legal_name": null, "aliases": ["BJ's Brewhouse", "BJ's Restaurant & Brewhouse", "BJ's Restaurant"], "website": "https://www.bjsrestaurants.com", "canonical_domain": "bjsrestaurants.com", "country": "US", "hq_city": "Huntington Beach", "hq_region": "Orange County", "lat": 33.69278, "lon": -117.99972, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BJRI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1013488", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BJ%27s_Restaurants_logo.svg", "description": "American restaurant chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2320 +{"wikidata_id": "Q4868109", "display_name": "Bassett Furniture", "legal_name": null, "aliases": ["Bassett Furniture & Home Décor", "Bassett Home Furnishings"], "website": "https://www.bassettfurniture.com", "canonical_domain": "bassettfurniture.com", "country": "US", "hq_city": "Bassett", "hq_region": "Henry County", "lat": 36.76, "lon": -79.9867, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "BSET", "exchange": "Nasdaq", "lei": null, "sec_cik": "10329", "parent": null, "logo_url": null, "description": "American furniture manufacturer & retailer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2321 +{"wikidata_id": "Q48739877", "display_name": "Alexandria Real Estate Equities", "legal_name": null, "aliases": [], "website": "https://www.are.com", "canonical_domain": "are.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ARE", "exchange": "New York Stock Exchange", "lei": "MGCJBT4MKTQBVLNUIS88", "sec_cik": "1035443", "parent": null, "logo_url": null, "description": "American real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2322 +{"wikidata_id": "Q4914611", "display_name": "BioCryst Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.biocryst.com", "canonical_domain": "biocryst.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "BCRX", "exchange": "Nasdaq", "lei": "549300Z0INP1Z5NP6J59", "sec_cik": "882796", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BioCryst_Pharmaceuticals_logo.svg", "description": "American pharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2323 +{"wikidata_id": "Q4928282", "display_name": "Bloomin' Brands", "legal_name": null, "aliases": ["Bloomin Brands", "Inc.", "Bloomin’ Brands", "Blooming Brands", "OSI Restaurant Partners", "OSI Restaurant Partners", "LLC", "Outback Steakhouse"], "website": "https://www.bloominbrands.com", "canonical_domain": "bloominbrands.com", "country": "US", "hq_city": "Tampa", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["asset-management"], "industry_labels": ["horeca", "SIC 5812 Retail-Eating Places"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "BLMN", "exchange": "Nasdaq", "lei": "E1UJ2GO305B5FXGV7N04", "sec_cik": "1546417", "parent": null, "logo_url": null, "description": "restaurant holding company that owns several American casual dining restaurant chains", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1546417", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2324 +{"wikidata_id": "Q4943266", "display_name": "Books-A-Million", "legal_name": null, "aliases": [], "website": "https://www.booksamillion.com", "canonical_domain": "booksamillion.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "BAMM", "exchange": "Nasdaq", "lei": "5493001LXW31XS2DWZ21", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Books-A-Million_logo.svg", "description": "bookstore chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2325 +{"wikidata_id": "Q4957288", "display_name": "Brandywine Realty Trust", "legal_name": null, "aliases": [], "website": "https://www.brandywinerealty.com", "canonical_domain": "brandywinerealty.com", "country": "US", "hq_city": "Radnor", "hq_region": "Radnor Township", "lat": 40.0461, "lon": -75.36, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "BDN", "exchange": "New York Stock Exchange", "lei": "5UZ46ZCYUFYYAC0DS831", "sec_cik": "790816", "parent": null, "logo_url": null, "description": "real Estate Investment Firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2326 +{"wikidata_id": "Q4967421", "display_name": "Bright Horizons", "legal_name": null, "aliases": ["Bright Horizons Family Solutions", "LLC"], "website": "https://www.brighthorizons.com", "canonical_domain": "brighthorizons.com", "country": "US", "hq_city": "Watertown", "hq_region": "Middlesex County", "lat": 42.37083, "lon": -71.18333, "industries": ["retail"], "industry_labels": ["child care"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BFAM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1025702", "parent": null, "logo_url": null, "description": "child care provider", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2327 +{"wikidata_id": "Q4972280", "display_name": "Broadridge Financial Solutions", "legal_name": null, "aliases": [], "website": "https://www.broadridge.com", "canonical_domain": "broadridge.com", "country": "US", "hq_city": "Lake Success", "hq_region": "North Hempstead", "lat": 40.77028, "lon": -73.71333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "BR", "exchange": "New York Stock Exchange", "lei": "549300KZDJZQ2YIHRC28", "sec_cik": "1383312", "parent": null, "logo_url": null, "description": "American corporate services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2328 +{"wikidata_id": "Q4974387", "display_name": "Brookdale Senior Living", "legal_name": null, "aliases": ["Brookdale"], "website": "https://www.brookdale.com", "canonical_domain": "brookdale.com", "country": "US", "hq_city": "Brentwood", "hq_region": "Williamson County", "lat": 35.99819, "lon": -86.79262, "industries": ["healthcare"], "industry_labels": ["retirement home"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BKD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1332349", "parent": null, "logo_url": null, "description": "retirement and assisted living facility", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1332349", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2329 +{"wikidata_id": "Q5013012", "display_name": "CMS Energy", "legal_name": null, "aliases": [], "website": "https://www.cmsenergy.com", "canonical_domain": "cmsenergy.com", "country": "US", "hq_city": "Jackson", "hq_region": "Jackson County", "lat": 42.24583, "lon": -84.40139, "industries": ["energy", "oil-gas"], "industry_labels": [], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "CMS", "exchange": "New York Stock Exchange", "lei": "549300IA9XFBAGNIBW29", "sec_cik": "811156", "parent": null, "logo_url": null, "description": "electric and gas company in Jackson, Michigan, US", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2330 +{"wikidata_id": "Q5023914", "display_name": "Calpine", "legal_name": null, "aliases": [], "website": "https://www.calpine.com", "canonical_domain": "calpine.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["utilities"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CPN", "exchange": "New York Stock Exchange", "lei": "43R4VPJBXTU2O15HEF41", "sec_cik": null, "parent": {"wikidata_id": "Q113533818", "name": "Energy Capital Partners"}, "logo_url": null, "description": "electricity company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2331 +{"wikidata_id": "Q5033676", "display_name": "Canterbury Park", "legal_name": null, "aliases": [], "website": "https://www.canterburypark.com", "canonical_domain": "canterburypark.com", "country": "US", "hq_city": "Shakopee", "hq_region": "MN", "lat": 44.78963, "lon": -93.4801, "industries": ["automotive"], "industry_labels": ["SIC 7948 Services-Racing, Including Track Operation"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CPHC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1672909", "parent": null, "logo_url": null, "description": "horse racing facility in Minnesota", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1672909", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2332 +{"wikidata_id": "Q5036376", "display_name": "Capstone Turbine", "legal_name": null, "aliases": [], "website": "https://www.capstoneturbine.com", "canonical_domain": "capstoneturbine.com", "country": "US", "hq_city": "Chatsworth", "hq_region": "Los Angeles", "lat": 34.25722, "lon": -118.60028, "industries": ["industrial-machinery", "manufacturing"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CPST", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "microturbine manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2333 +{"wikidata_id": "Q5047528", "display_name": "Carver Bancorp", "legal_name": null, "aliases": [], "website": "https://www.carverbank.com", "canonical_domain": "carverbank.com", "country": "US", "hq_city": "New York", "hq_region": "Manhattan", "lat": 40.80903, "lon": -73.94837, "industries": ["financial-services"], "industry_labels": ["finance", "SIC 6035 Savings Institution, Federally Chartered"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "CARV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1016178", "parent": null, "logo_url": null, "description": "black-operated 1948-founded NYC-based bank", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17986287"}], "source_edgar": {"cik": "1016178", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2334 +{"wikidata_id": "Q5105269", "display_name": "chorusaviation.com", "legal_name": null, "aliases": [], "website": "https://chorusaviation.com", "canonical_domain": "chorusaviation.com", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CHR", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chorus_Aviation_logo.svg", "description": "Canadian holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2335 +{"wikidata_id": "Q5118415", "display_name": "Chuy's", "legal_name": null, "aliases": [], "website": "https://www.chuys.com", "canonical_domain": "chuys.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "CHUY", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Tex-Mex restaurant chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2336 +{"wikidata_id": "Q5150796", "display_name": "CombiMatrix", "legal_name": null, "aliases": [], "website": "https://www.combimatrix.com", "canonical_domain": "combimatrix.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["biotechnology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "NVTA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Invitae-logo.png", "description": "American biotechnology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2337 +{"wikidata_id": "Q5156101", "display_name": "Compass Minerals", "legal_name": null, "aliases": ["Compass Minerals International", "Inc"], "website": "https://www.compassminerals.com", "canonical_domain": "compassminerals.com", "country": "US", "hq_city": "Overland Park", "hq_region": "Johnson County", "lat": 38.94007, "lon": -94.6807, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "CMP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1227654", "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1227654", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2338 +{"wikidata_id": "Q5170174", "display_name": "Core Laboratories", "legal_name": null, "aliases": ["Core Laboratories N.V."], "website": "https://www.corelab.com", "canonical_domain": "corelab.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "CLB", "exchange": "New York Stock Exchange", "lei": "724500MDYY5VBSAF5W50", "sec_cik": "1958086", "parent": null, "logo_url": null, "description": "American service Provider", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1958086", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2339 +{"wikidata_id": "Q5184408", "display_name": "Crescent Point Energy", "legal_name": null, "aliases": ["Crescent Point"], "website": "https://www.crescentpointenergy.com", "canonical_domain": "crescentpointenergy.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "CPG", "exchange": "Toronto Stock Exchange", "lei": "549300FTKUHZK8OC7N74", "sec_cik": "1545851", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Veren_Logo_CLR.png", "description": "Canadian oil and gas company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2340 +{"wikidata_id": "Q5189410", "display_name": "Hallmark Media", "legal_name": null, "aliases": ["Hallmark Entertainment", "Crown Media Holdings"], "website": "https://www.crownmedia.com", "canonical_domain": "crownmedia.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "CRWN", "exchange": "Nasdaq", "lei": "54930006M0532SF5DF32", "sec_cik": "1103837", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hallmark_logo.svg", "description": "U.S. media production company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2341 +{"wikidata_id": "Q5201295", "display_name": "CytRx", "legal_name": null, "aliases": [], "website": "https://www.cytrx.com", "canonical_domain": "cytrx.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CYTR", "exchange": "Nasdaq", "lei": "549300XDBGI8PTJRSA42", "sec_cik": "799698", "parent": null, "logo_url": null, "description": "Biopharmaceutical research company in Los Angeles, California, USA", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2342 +{"wikidata_id": "Q5201300", "display_name": "Cytec Industries", "legal_name": null, "aliases": [], "website": "https://www.cytec.com", "canonical_domain": "cytec.com", "country": "US", "hq_city": "Woodland Park", "hq_region": "Passaic County", "lat": 40.8899, "lon": -74.1946, "industries": ["aerospace-defense"], "industry_labels": ["composite material", "aerospace industry"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "CYT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cytec_Logo.svg", "description": "chemical company, successor of American Cyanamid (1993)", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2343 +{"wikidata_id": "Q5207184", "display_name": "DaVita", "legal_name": null, "aliases": ["DaVita Dialysis", "DaVita Inc.", "DaVita Kidney Care"], "website": "https://www.davita.com", "canonical_domain": "davita.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "DVA", "exchange": "New York Stock Exchange", "lei": "M2XHYMU3TZNEZURC6H66", "sec_cik": "927066", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DaVita_logo.svg", "description": "renal dialysis center chain based in the United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2344 +{"wikidata_id": "Q5209286", "display_name": "Daily Journal Corporation", "legal_name": null, "aliases": ["The Daily Court Journal"], "website": "https://www.dailyjournal.com", "canonical_domain": "dailyjournal.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "DJCO", "exchange": "Nasdaq", "lei": "2549004ASTNVLR8YWZ33", "sec_cik": "783412", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daily_Journal_Corporation_logo.svg", "description": "American publishing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2345 +{"wikidata_id": "Q5278020", "display_name": "Dine Brands Global", "legal_name": null, "aliases": ["IHOP", "DineEquity", "DineEquity Inc.", "DineEquity", "Inc.", "IHOP Corporation"], "website": "https://www.dinebrands.com", "canonical_domain": "dinebrands.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["hospitality"], "industry_labels": ["restaurant industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "DIN", "exchange": "New York Stock Exchange", "lei": "529900HKM8OWSHLKJY75", "sec_cik": "49754", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2346 +{"wikidata_id": "Q5357940", "display_name": "Electro Scientific Industries", "legal_name": null, "aliases": [], "website": "https://esi.com", "canonical_domain": "esi.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["technology"], "industry_labels": ["electronics", "laser"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "ESIO", "exchange": "Nasdaq", "lei": "549300PGXKEY7VEHBK50", "sec_cik": "726514", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2347 +{"wikidata_id": "Q5361188", "display_name": "Elio Motors", "legal_name": null, "aliases": [], "website": "https://www.eliomotors.com", "canonical_domain": "eliomotors.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ELIO", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "1531266", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ElioMotors.jpg", "description": "automotive company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2348 +{"wikidata_id": "Q5376825", "display_name": "Energen", "legal_name": null, "aliases": [], "website": "https://www.energen.com", "canonical_domain": "energen.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "EGN", "exchange": "New York Stock Exchange", "lei": "5493002ES6YDYGYRKG86", "sec_cik": "277595", "parent": null, "logo_url": null, "description": "oil and gas exploration and production company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2349 +{"wikidata_id": "Q5376971", "display_name": "Energy Recovery Inc.", "legal_name": null, "aliases": [], "website": "https://energyrecovery.com", "canonical_domain": "energyrecovery.com", "country": "US", "hq_city": "San Leandro", "hq_region": "Alameda County", "lat": 37.725, "lon": -122.15611, "industries": ["energy", "manufacturing"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "ERII", "exchange": "Nasdaq", "lei": null, "sec_cik": "1421517", "parent": null, "logo_url": null, "description": "U.S. manufacturer of energy recovery devices", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1421517", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2350 +{"wikidata_id": "Q5416500", "display_name": "Even", "legal_name": null, "aliases": [], "website": "https://www.even.com.br", "canonical_domain": "even.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "EVEN3", "exchange": "São Paulo Stock Exchange", "lei": "969500YDBMAYVVN70927", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Even.png", "description": "Brazilian construction and real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2351 +{"wikidata_id": "Q5421507", "display_name": "Exponent", "legal_name": "Failure Analysis Associates", "aliases": [], "website": "https://exponent.com", "canonical_domain": "exponent.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["consulting"], "industry_labels": ["research"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "EXPO", "exchange": "Nasdaq", "lei": "529900NY3F5Q2NWPUZ42", "sec_cik": "851520", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exponent_logo.svg", "description": "consulting firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2352 +{"wikidata_id": "Q5421850", "display_name": "Extended Stay America", "legal_name": null, "aliases": ["ESA"], "website": "https://www.extendedstayamerica.com", "canonical_domain": "extendedstayamerica.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "STAY", "exchange": "Nasdaq", "lei": "549300IESZBC3BJUJW64", "sec_cik": "1002579", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Extended_Stay_America_logo.svg", "description": "economy extended-stay hotel chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2353 +{"wikidata_id": "Q5424656", "display_name": "FBR Capital Markets", "legal_name": null, "aliases": ["FBR & Co."], "website": "https://www.fbr.com", "canonical_domain": "fbr.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["financial-services"], "industry_labels": ["financial institution"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "FBRC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2354 +{"wikidata_id": "Q5439999", "display_name": "Federal Agricultural Mortgage Corporation", "legal_name": null, "aliases": ["Farmer Mac"], "website": "https://www.farmermac.com", "canonical_domain": "farmermac.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["agriculture"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AGM", "exchange": "New York Stock Exchange", "lei": "549300MS654K78GYF580", "sec_cik": "845877", "parent": null, "logo_url": null, "description": "commonly known as Farmer Mac in the United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2355 +{"wikidata_id": "Q5444235", "display_name": "Ferguson Enterprises", "legal_name": null, "aliases": ["Ferguson Plumbing", "Ferguson Plumbing Supplies", "Ferguson Supply"], "website": "https://www.ferguson.com", "canonical_domain": "ferguson.com", "country": "US", "hq_city": "Newport News", "hq_region": "Virginia", "lat": 37.07083, "lon": -76.48444, "industries": ["construction"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "FERG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "2011641", "parent": null, "logo_url": null, "description": "HVAC and plumbing supply company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2011641", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2356 +{"wikidata_id": "Q5450341", "display_name": "Finish Line, Inc.", "legal_name": null, "aliases": ["Finish Line", "The Finish Line", "Finish Line Inc", "Finishline"], "website": "https://www.finishline.com", "canonical_domain": "finishline.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FINL", "exchange": "Nasdaq", "lei": "549300DDORR4X1RTXP07", "sec_cik": null, "parent": {"wikidata_id": "Q6108019", "name": "JD Sports"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Finish_Line%2C_Inc._logo.svg", "description": "American retail chain that sells athletic shoes and related apparel and accessories", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2357 +{"wikidata_id": "Q54621387", "display_name": "Intellia Therapeutics", "legal_name": null, "aliases": [], "website": "https://intelliatx.com", "canonical_domain": "intelliatx.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NTLA", "exchange": "Nasdaq", "lei": "5493002T5BCPE5DZC723", "sec_cik": "1652130", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intellia_Therapeutics_Logo.svg", "description": "It is a biotechnology company developing biopharmaceuticals using a CRISPR gene editing system.", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2358 +{"wikidata_id": "Q5501354", "display_name": "FreightCar America", "legal_name": null, "aliases": [], "website": "https://www.freightcaramerica.com", "canonical_domain": "freightcaramerica.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "RAIL", "exchange": "Nasdaq", "lei": "254900UEML23YM2EQB31", "sec_cik": "1311810", "parent": null, "logo_url": null, "description": "rolling stock manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2359 +{"wikidata_id": "Q55075186", "display_name": "Park Hotels & Resorts", "legal_name": null, "aliases": [], "website": "https://www.pkhotelsandresorts.com", "canonical_domain": "pkhotelsandresorts.com", "country": "US", "hq_city": "Tysons", "hq_region": "VA", "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": ["hospitality industry", "SIC 7011 Hotels & Motels"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PK", "exchange": "New York Stock Exchange", "lei": "5493005UZ5TQN0H6HS73", "sec_cik": "1617406", "parent": null, "logo_url": null, "description": "real estate investment trust", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1617406", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2360 +{"wikidata_id": "Q5516980", "display_name": "Gaia", "legal_name": null, "aliases": ["Inc.", "Gaiam"], "website": "https://www.gaia.com", "canonical_domain": "gaia.com", "country": "US", "hq_city": "Louisville", "hq_region": "Boulder County", "lat": 39.9758, "lon": -105.144, "industries": ["internet"], "industry_labels": ["video production"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "GAIA", "exchange": "Nasdaq", "lei": "529900QUX8SBA2D93M92", "sec_cik": "1089872", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gaia%2C_Inc._Logo.svg", "description": "video streaming service", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2361 +{"wikidata_id": "Q5532704", "display_name": "Genesco", "legal_name": null, "aliases": ["General Shoe Company", "Genesco Corporation", "Inc", "Jarman Shoe Company"], "website": "https://www.genesco.com", "canonical_domain": "genesco.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["apparel", "retail"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "GCO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "18498", "parent": null, "logo_url": null, "description": "American footwear retailer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2362 +{"wikidata_id": "Q5552410", "display_name": "Geron Corporation", "legal_name": null, "aliases": [], "website": "https://www.geron.com", "canonical_domain": "geron.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "GERN", "exchange": "Nasdaq", "lei": "549300T282D7Z2YESL90", "sec_cik": "886744", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geron_Corporation_logo.svg", "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2363 +{"wikidata_id": "Q55622230", "display_name": "MarketAxess", "legal_name": null, "aliases": [], "website": "https://www.marketaxess.com", "canonical_domain": "marketaxess.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "MKTX", "exchange": "Nasdaq", "lei": "5493002U1CA1XJOVID83", "sec_cik": "1278021", "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2364 +{"wikidata_id": "Q5592433", "display_name": "GrafTech", "legal_name": null, "aliases": ["GrafTech (United States)", "GrafTech International Ltd"], "website": "https://www.graftech.com", "canonical_domain": "graftech.com", "country": "US", "hq_city": "Independence", "hq_region": "Cuyahoga County", "lat": 41.3819, "lon": -81.6408, "industries": ["oil-gas"], "industry_labels": ["petrochemical industry"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "EAF", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1111682", "parent": null, "logo_url": null, "description": "company in Parma, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2365 +{"wikidata_id": "Q56273933", "display_name": "Wheels Up", "legal_name": null, "aliases": [], "website": "https://wheelsup.com", "canonical_domain": "wheelsup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "UP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1819516", "parent": null, "logo_url": null, "description": "American aviation company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1819516", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2366 +{"wikidata_id": "Q5648633", "display_name": "Hanmi Bank", "legal_name": null, "aliases": ["Hanmi Eunhaeng", "Hanmi Ŭnhaeng"], "website": "https://www.hanmi.com", "canonical_domain": "hanmi.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "HAFC", "exchange": "Nasdaq", "lei": "549300UIU6ZMTZ7XEW62", "sec_cik": "1109242", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanmi_Bank_Logo.svg", "description": "community bank based in Los Angeles, California, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1109242", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2367 +{"wikidata_id": "Q5656147", "display_name": "Hardinge, Inc.", "legal_name": null, "aliases": [], "website": "https://www.hardingeus.com", "canonical_domain": "hardingeus.com", "country": "US", "hq_city": "Elmira", "hq_region": "Chemung County", "lat": 42.08528, "lon": -76.80917, "industries": ["industrial-machinery", "manufacturing"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "HDNG", "exchange": "Nasdaq", "lei": "549300ZCY1GON60LE165", "sec_cik": "313716", "parent": null, "logo_url": null, "description": "American machine tool manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2368 +{"wikidata_id": "Q5683881", "display_name": "Havertys", "legal_name": null, "aliases": [], "website": "https://www.havertys.com", "canonical_domain": "havertys.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1885, "employees": null, "public_company": true, "ticker": "HVT", "exchange": "New York Stock Exchange", "lei": "529900CVFMMIRXZVPD70", "sec_cik": "216085", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Havertys_logo.png", "description": "American furniture retailer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "216085", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2369 +{"wikidata_id": "Q5690400", "display_name": "Encompass Health", "legal_name": null, "aliases": [], "website": "https://www.encompasshealth.com", "canonical_domain": "encompasshealth.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "EHC", "exchange": "New York Stock Exchange", "lei": "549300FVRPM9DRQZRG64", "sec_cik": "785161", "parent": null, "logo_url": null, "description": "American health care company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "785161", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2370 +{"wikidata_id": "Q5692871", "display_name": "Heartland Payment Systems", "legal_name": null, "aliases": ["Inc."], "website": "https://www.heartlandpaymentsystems.com", "canonical_domain": "heartlandpaymentsystems.com", "country": "US", "hq_city": "Princeton", "hq_region": "Mercer County", "lat": 40.35222, "lon": -74.65694, "industries": ["payments"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "HPY", "exchange": "New York Stock Exchange", "lei": "549300KEY5HPOTIG0U62", "sec_cik": "1144354", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heartland_Logo_CMYK.png", "description": "HPS was a U.S.-based payment processing and technology provider, before it was before it was bought by Global Payments.", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2371 +{"wikidata_id": "Q5696498", "display_name": "Hecla Mining", "legal_name": null, "aliases": [], "website": "https://www.hecla.com", "canonical_domain": "hecla.com", "country": "US", "hq_city": "Coeur d'Alene", "hq_region": "Kootenai County", "lat": 47.69278, "lon": -116.78, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "HL", "exchange": "New York Stock Exchange", "lei": "5493009Y6HOBZD1QD537", "sec_cik": "719413", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hecla_Mining_logo.svg", "description": "Idaho based mining company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2372 +{"wikidata_id": "Q5752816", "display_name": "Hidili Industry International Development Limited", "legal_name": null, "aliases": [], "website": "https://www.xhsteel.cn", "canonical_domain": "xhsteel.cn", "country": "KY", "hq_city": "Panzhihua", "hq_region": "Sichuan", "lat": 26.58487, "lon": 101.71487, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "1393", "exchange": "Hong Kong Stock Exchange", "lei": "9845006FE68AAA5F5729", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2373 +{"wikidata_id": "Q5970002", "display_name": "IDEX Corporation", "legal_name": null, "aliases": [], "website": "https://www.idexcorp.com", "canonical_domain": "idexcorp.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "IEX", "exchange": "New York Stock Exchange", "lei": "549300U5Y5EL6PHYLF13", "sec_cik": "832101", "parent": null, "logo_url": null, "description": "publicly listed company that makes fluidics systems and specialty engineered products", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2374 +{"wikidata_id": "Q5972276", "display_name": "Voya Financial", "legal_name": null, "aliases": ["ING", "U.S."], "website": "https://www.voya.com", "canonical_domain": "voya.com", "country": "US", "hq_city": "Helmsley Building", "hq_region": "Manhattan", "lat": 40.7544, "lon": -73.9758, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "VOYA", "exchange": "New York Stock Exchange", "lei": "549300T065Z4KJ686G75", "sec_cik": "1535929", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Voya_Financial_logo.png", "description": "rebranded Dutch financial organization", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2375 +{"wikidata_id": "Q5995354", "display_name": "Ikanos Communications", "legal_name": null, "aliases": [], "website": "https://www.ikano.com", "canonical_domain": "ikano.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["telecommunications", "semiconductors"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "IKAN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1219210", "parent": null, "logo_url": null, "description": "American semiconductor developer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2376 +{"wikidata_id": "Q6029685", "display_name": "Infinera", "legal_name": null, "aliases": ["Infinera Corporation"], "website": "https://www.infinera.com", "canonical_domain": "infinera.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "INFN", "exchange": "Nasdaq", "lei": "549300ZOF66WPV3H0H17", "sec_cik": "1138639", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infinera_Logo.png", "description": "manufacturer of optical fiber telecommunications equipment", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2377 +{"wikidata_id": "Q6060469", "display_name": "Inversiones y Representaciones Sociedad Anónima", "legal_name": null, "aliases": ["Grupo IRSA", "Inversiones y Representaciones Sociedad Anonima", "Inversiones y Representaciones Sociedad Anónima (IRSA)", "IRSA Argentina"], "website": "https://www.irsa.com.ar", "canonical_domain": "irsa.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "IRS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IrsaLogo.png", "description": "real estate development firm in Argentina", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2378 +{"wikidata_id": "Q60742568", "display_name": "CalAmp", "legal_name": null, "aliases": [], "website": "https://www.calamp.com", "canonical_domain": "calamp.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["internet", "software"], "industry_labels": ["Internet of Things", "telematics", "software as a service"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "CAMP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1736730", "parent": null, "logo_url": null, "description": "technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1736730", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2379 +{"wikidata_id": "Q60749208", "display_name": "Marathon Digital Holdings", "legal_name": null, "aliases": ["Inc.", "Marathon Patent Group"], "website": "https://www.mara.com", "canonical_domain": "mara.com", "country": "US", "hq_city": "Hallandale Beach", "hq_region": "FL", "lat": null, "lon": null, "industries": ["technology", "asset-management"], "industry_labels": ["SIC 6199 Finance Services"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "MARA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1507605", "parent": null, "logo_url": null, "description": "American patent holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17009483"}], "source_edgar": {"cik": "1507605", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2380 +{"wikidata_id": "Q60751931", "display_name": "SmileDirectClub", "legal_name": null, "aliases": ["Smile Direct Club", "SmileDirectClub Inc."], "website": "https://www.smiledirectclub.com", "canonical_domain": "smiledirectclub.com", "country": "US", "hq_city": "Nashville", "hq_region": "TN", "lat": null, "lon": null, "industries": ["medical-devices"], "industry_labels": ["SIC 3843 Dental Equipment & Supplies"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "SDC", "exchange": "Nasdaq", "lei": "254900QFZEGKCURCJS93", "sec_cik": "1775625", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smile_Direct_Club_logo.svg", "description": "teledentistry company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1775625", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2381 +{"wikidata_id": "Q6113060", "display_name": "Jack Henry & Associates", "legal_name": null, "aliases": ["JHA", "Jack Henry and Associates"], "website": "https://www.jackhenry.com", "canonical_domain": "jackhenry.com", "country": "US", "hq_city": "Monett", "hq_region": "Barry County", "lat": 36.9236, "lon": -93.9222, "industries": ["technology"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "JKHY", "exchange": "Nasdaq", "lei": "529900X1QS8C54W0JB21", "sec_cik": "779152", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jack-henry-logo.svg", "description": "American technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2382 +{"wikidata_id": "Q612714", "display_name": "Sunrise Senior Living", "legal_name": "Sunrise Senior Living, LLC", "aliases": ["Sunrise Assisted Living", "Inc.", "Sunrise Senior Living Inc.", "LLC"], "website": "https://www.sunriseseniorliving.com", "canonical_domain": "sunriseseniorliving.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["healthcare", "real-estate"], "industry_labels": ["health care", "housing"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "SRZ", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1011064", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunrise-Senior-Living-Logo.jpg", "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2383 +{"wikidata_id": "Q6415714", "display_name": "Kirkland's", "legal_name": null, "aliases": [], "website": "https://www.kirklands.com", "canonical_domain": "kirklands.com", "country": "US", "hq_city": "Brentwood", "hq_region": "Williamson County", "lat": 35.99819, "lon": -86.79262, "industries": ["retail", "e-commerce"], "industry_labels": ["retail", "e-commerce"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "KIRK", "exchange": "Nasdaq", "lei": null, "sec_cik": "1056285", "parent": null, "logo_url": null, "description": "US interior decoration retail chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2384 +{"wikidata_id": "Q65066950", "display_name": "CNX Resources", "legal_name": null, "aliases": ["Consol Energy"], "website": "https://www.cnx.com", "canonical_domain": "cnx.com", "country": "US", "hq_city": "Canonsburg", "hq_region": "PA", "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CNX", "exchange": "New York Stock Exchange", "lei": "549300JK3KH8PWM3B226", "sec_cik": "1070412", "parent": null, "logo_url": null, "description": "US natural gas company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1070412", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2385 +{"wikidata_id": "Q6550684", "display_name": "Lincoln Group of Schools", "legal_name": null, "aliases": ["LINC", "Lincoln College of Technology", "Lincoln Tech"], "website": "https://www.lincolnedu.com", "canonical_domain": "lincolnedu.com", "country": "US", "hq_city": "Parsippany", "hq_region": "NJ", "lat": 40.79526, "lon": -74.25924, "industries": ["education"], "industry_labels": ["SIC 8200 Services-Educational Services"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "LINC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1286613", "parent": null, "logo_url": null, "description": "group of schools in New Jersey, US", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1286613", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2386 +{"wikidata_id": "Q6555405", "display_name": "Lion Electric Company", "legal_name": null, "aliases": [], "website": "https://thelionelectric.com", "canonical_domain": "thelionelectric.com", "country": "CA", "hq_city": "Saint-Jérôme", "hq_region": "La Rivière-du-Nord", "lat": 45.78333, "lon": -74.0, "industries": ["manufacturing"], "industry_labels": ["bus manufacturing"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "LEV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bus manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2387 +{"wikidata_id": "Q6723256", "display_name": "Macerich", "legal_name": null, "aliases": [], "website": "https://www.macerich.com", "canonical_domain": "macerich.com", "country": "US", "hq_city": "Wilshire Boulevard", "hq_region": "Beverly Hills", "lat": 34.06, "lon": -118.36, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "MAC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "912242", "parent": null, "logo_url": null, "description": "American real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "912242", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2388 +{"wikidata_id": "Q6782872", "display_name": "Masco", "legal_name": null, "aliases": [], "website": "https://www.masco.com", "canonical_domain": "masco.com", "country": "US", "hq_city": "Taylor", "hq_region": "Wayne County", "lat": 42.24083, "lon": -83.26972, "industries": ["retail"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "MAS", "exchange": "New York Stock Exchange", "lei": "5GCSNMQXHEYA1JO8QN11", "sec_cik": "62996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Masco_Co._logo.svg", "description": "manufacturer of products for the home improvement and home construction markets", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2389 +{"wikidata_id": "Q6792378", "display_name": "Maui Land & Pineapple Company", "legal_name": null, "aliases": ["ML&P"], "website": "https://www.mauiland.com", "canonical_domain": "mauiland.com", "country": "US", "hq_city": "Lahaina", "hq_region": "Maui County", "lat": 20.88611, "lon": -156.67472, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "MLP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "63330", "parent": null, "logo_url": null, "description": "real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "63330", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2390 +{"wikidata_id": "Q6794502", "display_name": "MaxLinear", "legal_name": null, "aliases": [], "website": "https://www.maxlinear.com", "canonical_domain": "maxlinear.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["technology"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "MXL", "exchange": "New York Stock Exchange", "lei": "549300EMOI0SM2IY4F64", "sec_cik": "1288469", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MaxLinear_logo.svg", "description": "American hardware company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2391 +{"wikidata_id": "Q6807739", "display_name": "MeetMe", "legal_name": null, "aliases": ["Inc."], "website": "https://www.meetme.com", "canonical_domain": "meetme.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "MEET", "exchange": "Nasdaq", "lei": null, "sec_cik": "1078099", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meetme_Logo.png", "description": "Social media conglamerate", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2392 +{"wikidata_id": "Q6820755", "display_name": "Meru Networks", "legal_name": null, "aliases": [], "website": "https://www.merunetworks.com", "canonical_domain": "merunetworks.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["telecommunications"], "industry_labels": ["wireless LAN"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "MERU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1167294", "parent": null, "logo_url": null, "description": "American networking equipment manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2393 +{"wikidata_id": "Q6902090", "display_name": "Monro Muffler Brake", "legal_name": null, "aliases": ["Monro", "Monro Auto Service And Tire Center", "Monro Auto Service and Tire Centers", "Monro Muffler and Brake", "Inc"], "website": "https://www.monro.com", "canonical_domain": "monro.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["automotive"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "MNRO", "exchange": "Nasdaq", "lei": null, "sec_cik": "876427", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monro_Logo.png", "description": "American automotive service company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2394 +{"wikidata_id": "Q6935806", "display_name": "Mundial S.A.", "legal_name": null, "aliases": [], "website": "https://www.mundial.com", "canonical_domain": "mundial.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "MNDL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Mundial_SA.svg", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2395 +{"wikidata_id": "Q6952868", "display_name": "NBT Bank", "legal_name": null, "aliases": [], "website": "https://www.nbtbank.com", "canonical_domain": "nbtbank.com", "country": "US", "hq_city": "Norwich", "hq_region": "Chenango County", "lat": 42.53194, "lon": -75.52167, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1856, "employees": null, "public_company": true, "ticker": "NBTB", "exchange": "Nasdaq", "lei": null, "sec_cik": "790359", "parent": null, "logo_url": null, "description": "American financial institution", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2396 +{"wikidata_id": "Q6955544", "display_name": "nTelos", "legal_name": null, "aliases": ["Inc."], "website": "https://www.ntelos.com", "canonical_domain": "ntelos.com", "country": "US", "hq_city": "Waynesboro", "hq_region": "Virginia", "lat": 38.06972, "lon": -78.89444, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "NTLS", "exchange": "Nasdaq", "lei": null, "sec_cik": "829676", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NTelos_Logo.svg", "description": "wireless telecommunications company and PCS provider", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2397 +{"wikidata_id": "Q7002174", "display_name": "Neurocrine Biosciences", "legal_name": null, "aliases": [], "website": "https://www.neurocrine.com", "canonical_domain": "neurocrine.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "NBIX", "exchange": "Nasdaq", "lei": "549300FECER0XBN49756", "sec_cik": "914475", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2398 +{"wikidata_id": "Q7102329", "display_name": "OFG Bancorp", "legal_name": null, "aliases": ["OFG", "Oriental Bank", "Oriental Financial Group"], "website": "https://www.ofgbancorp.com", "canonical_domain": "ofgbancorp.com", "country": "US", "hq_city": "San Juan", "hq_region": "Puerto Rico", "lat": 18.46528, "lon": -66.11667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "OFG", "exchange": "New York Stock Exchange", "lei": "549300Q4QEXJ37LEXQ06", "sec_cik": "1030469", "parent": null, "logo_url": null, "description": "financial holding company located in San Juan, Puerto Rico", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2399 +{"wikidata_id": "Q7115371", "display_name": "Oxford Industries", "legal_name": null, "aliases": [], "website": "https://www.oxfordinc.com", "canonical_domain": "oxfordinc.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "OXM", "exchange": "New York Stock Exchange", "lei": "IDZ20O0XD3GS4UOI2L88", "sec_cik": "75288", "parent": null, "logo_url": null, "description": "American high-end clothing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2400 +{"wikidata_id": "Q7119849", "display_name": "TXNM Energy", "legal_name": null, "aliases": ["PNM holding company", "PNM Resources"], "website": "https://txnmenergy.com", "canonical_domain": "txnmenergy.com", "country": "US", "hq_city": "Albuquerque", "hq_region": "Bernalillo County", "lat": 35.08444, "lon": -106.65028, "industries": ["energy", "asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "PNM", "exchange": "New York Stock Exchange", "lei": "5493003JOBJGLZSDDQ28", "sec_cik": "1108426", "parent": null, "logo_url": null, "description": "energy holding company in the United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2401 +{"wikidata_id": "Q7120959", "display_name": "PTC Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.ptcbio.com", "canonical_domain": "ptcbio.com", "country": "US", "hq_city": "South Plainfield", "hq_region": "Middlesex County", "lat": 40.57528, "lon": -74.415, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "PTCT", "exchange": "Nasdaq", "lei": "549300UJLWOIWFDGB318", "sec_cik": "1070081", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PTC_Therapeutics.svg", "description": "pharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2402 +{"wikidata_id": "Q7129529", "display_name": "Banco Pan", "legal_name": null, "aliases": ["Banco PanAmericano"], "website": "https://www.bancopan.com.br", "canonical_domain": "bancopan.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "BPAN4", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Banco_Pan.svg", "description": "Brazilian bank", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2403 +{"wikidata_id": "Q7169774", "display_name": "Perry Ellis International", "legal_name": null, "aliases": ["Perry Ellis"], "website": "https://www.pery.com", "canonical_domain": "pery.com", "country": "US", "hq_city": "Doral", "hq_region": "Miami-Dade County", "lat": 25.80814, "lon": -80.35332, "industries": ["apparel"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "PERY", "exchange": "Nasdaq", "lei": "54930081VSBJRBE45S95", "sec_cik": "900349", "parent": null, "logo_url": null, "description": "American fashion company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2404 +{"wikidata_id": "Q7226106", "display_name": "Avient Corporation", "legal_name": null, "aliases": ["Polyone Corporation"], "website": "https://www.polyone.com", "canonical_domain": "polyone.com", "country": "US", "hq_city": "Avon Lake", "hq_region": "Lorain County", "lat": 41.5017, "lon": -82.0064, "industries": ["chemicals"], "industry_labels": ["SIC 2821 Plastic Materials, Synth Resins & Nonvulcan Elastomers"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "AVNT", "exchange": "New York Stock Exchange", "lei": "SM8L9RZYIB34LNTWO040", "sec_cik": "1122976", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PolyOneCorporationLogo.gif", "description": "company in Avon Lake, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1122976", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2405 +{"wikidata_id": "Q7234972", "display_name": "Potlatch Corp.", "legal_name": null, "aliases": [], "website": "https://www.potlatchcorp.com", "canonical_domain": "potlatchcorp.com", "country": "US", "hq_city": "Spokane", "hq_region": "Spokane County", "lat": 47.65719, "lon": -117.4235, "industries": ["materials"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "PCH", "exchange": "Nasdaq", "lei": "54930084YA8UJOTXDM59", "sec_cik": "1338749", "parent": null, "logo_url": null, "description": "American diversified forest products company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2406 +{"wikidata_id": "Q7239836", "display_name": "Preferred Bank", "legal_name": null, "aliases": [], "website": "https://www.preferredbank.com", "canonical_domain": "preferredbank.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "PFBC", "exchange": "Nasdaq", "lei": "5493007K6HGI9G0ECX16", "sec_cik": "1492165", "parent": null, "logo_url": null, "description": "chinese-America Bank Located in South California", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2407 +{"wikidata_id": "Q7243481", "display_name": "Primerica", "legal_name": null, "aliases": ["A.L. Williams"], "website": "https://primerica.com", "canonical_domain": "primerica.com", "country": "US", "hq_city": "headquarters", "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "PRI", "exchange": "New York Stock Exchange", "lei": "254900621R686KJR7022", "sec_cik": "1475922", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Primerica_logo.svg", "description": "American financial services provider", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2408 +{"wikidata_id": "Q7251172", "display_name": "LifeVantage", "legal_name": null, "aliases": ["Protandim"], "website": "https://www.lifevantage.com", "canonical_domain": "lifevantage.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "LFVN", "exchange": "Nasdaq", "lei": "5493001Z5YYT109QZ980", "sec_cik": "849146", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LifeVantage-banner.svg", "description": "American multi-level marketing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2409 +{"wikidata_id": "Q7268886", "display_name": "Quanta Services", "legal_name": null, "aliases": [], "website": "https://www.quantaservices.com", "canonical_domain": "quantaservices.com", "country": "US", "hq_city": "Williams Tower", "hq_region": "Houston", "lat": 29.73722, "lon": -95.46139, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PWR", "exchange": "New York Stock Exchange", "lei": "SHVRXXEACT60MMH07S24", "sec_cik": "1050915", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QScolorjpg.jpg", "description": "American Corporation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2410 +{"wikidata_id": "Q7280252", "display_name": "RadiSys", "legal_name": null, "aliases": ["Radisys Corporation"], "website": "https://www.radisys.com", "canonical_domain": "radisys.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "RSYS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radisys_logo.jpg", "description": "business enterprise", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2411 +{"wikidata_id": "Q7308000", "display_name": "Regency Centers", "legal_name": null, "aliases": [], "website": "https://www.regencycenters.com", "canonical_domain": "regencycenters.com", "country": "US", "hq_city": "Wells Fargo Center", "hq_region": null, "lat": 30.3254, "lon": -81.6564, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "REG", "exchange": "New York Stock Exchange", "lei": "529900053A7X7FJ97S58", "sec_cik": "910606", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regency_Centers_Corporation_logo.svg", "description": "U.S. real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2412 +{"wikidata_id": "Q7313561", "display_name": "Rentrak", "legal_name": null, "aliases": [], "website": "https://www.rentrak.com", "canonical_domain": "rentrak.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["retail"], "industry_labels": ["SIC 5990 Retail-Retail Stores, NEC"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "RENT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1468327", "parent": null, "logo_url": null, "description": "American measurement company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1468327", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2413 +{"wikidata_id": "Q7334682", "display_name": "RingCentral", "legal_name": null, "aliases": [], "website": "https://www.ringcentral.com", "canonical_domain": "ringcentral.com", "country": "US", "hq_city": "Belmont", "hq_region": "San Mateo County", "lat": 37.51089, "lon": -122.30653, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "RNG", "exchange": "New York Stock Exchange", "lei": "549300C8EH0H1614VE84", "sec_cik": "1384905", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RingCentral_logo.svg", "description": "American communications firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2414 +{"wikidata_id": "Q7361273", "display_name": "Rollins Inc.", "legal_name": null, "aliases": [], "website": "https://www.rollins.com", "canonical_domain": "rollins.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["professional-services"], "industry_labels": ["pest control"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "ROL", "exchange": "New York Stock Exchange", "lei": "549300F2A0BXT4SGWD84", "sec_cik": "84839", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rollins%2C_Inc._Logo.svg", "description": "American pest control company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2415 +{"wikidata_id": "Q7368695", "display_name": "Rosetta Stone", "legal_name": null, "aliases": [], "website": "https://www.rosettastone.com", "canonical_domain": "rosettastone.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "RST", "exchange": "New York Stock Exchange", "lei": "5299001UYF7L66NG5049", "sec_cik": "1351285", "parent": null, "logo_url": null, "description": "American software company specializing in language learning", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2416 +{"wikidata_id": "Q7391016", "display_name": "SL Green Realty", "legal_name": null, "aliases": [], "website": "https://www.slgreen.com", "canonical_domain": "slgreen.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "SLG", "exchange": "New York Stock Exchange", "lei": "549300VQZPJU97H3GT17", "sec_cik": "1040971", "parent": null, "logo_url": null, "description": "real estate investment trust that primarily invests in office buildings and shopping centers in New York City", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2417 +{"wikidata_id": "Q7405065", "display_name": "Sally Beauty Holdings", "legal_name": null, "aliases": ["Sallys Beauty", "Sallys Beauty shop", "Sallys Beauty Supply", "Salon Services"], "website": "https://www.sallybeauty.com", "canonical_domain": "sallybeauty.com", "country": "US", "hq_city": "Denton", "hq_region": "Denton County", "lat": 33.21667, "lon": -97.13333, "industries": ["consumer-goods", "retail"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "SBH", "exchange": "New York Stock Exchange", "lei": "529900VXW6E8ONDIQ271", "sec_cik": "1368458", "parent": null, "logo_url": null, "description": "American professional beauty supplies retailer and distributor", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2418 +{"wikidata_id": "Q7500007", "display_name": "Shoe Carnival", "legal_name": null, "aliases": [], "website": "https://www.shoecarnival.com", "canonical_domain": "shoecarnival.com", "country": "US", "hq_city": "Evansville", "hq_region": "Vanderburgh County", "lat": 37.97472, "lon": -87.55583, "industries": ["apparel", "retail"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "SCVL", "exchange": "Nasdaq", "lei": null, "sec_cik": "895447", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shoecarnival.png", "description": "shoe retailer in the United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2419 +{"wikidata_id": "Q7501097", "display_name": "ShopRite", "legal_name": null, "aliases": [], "website": "https://www.shoprite.com", "canonical_domain": "shoprite.com", "country": "US", "hq_city": "Keasbey", "hq_region": "New Jersey", "lat": 40.5167, "lon": -74.3053, "industries": ["retail"], "industry_labels": ["supermarket"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "VLGEA", "exchange": "Nasdaq", "lei": null, "sec_cik": "103595", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ShopRite_Logo.png", "description": "supermarket chain owned by Wakefern Corporation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2420 +{"wikidata_id": "Q7505672", "display_name": "Shutterfly", "legal_name": null, "aliases": ["Inc."], "website": "https://www.shutterfly.com", "canonical_domain": "shutterfly.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SFLY", "exchange": "Nasdaq", "lei": "549300I1C8WJQ5FZE154", "sec_cik": "1125920", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shutterfly%2C_Inc._logo.svg", "description": "retail and manufacturing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2421 +{"wikidata_id": "Q7569714", "display_name": "Southern California Gas Company", "legal_name": null, "aliases": ["SoCalGas"], "website": "https://www.socalgas.com", "canonical_domain": "socalgas.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1867, "employees": null, "public_company": true, "ticker": "SOCGP", "exchange": "OTC Markets Group", "lei": "XY0N0J73VHV5F4CUJV89", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SoCalGas_logo.webp", "description": "American natural gas utility company in California", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2422 +{"wikidata_id": "Q7571280", "display_name": "Southwest Gas", "legal_name": null, "aliases": [], "website": "https://www.swgas.com", "canonical_domain": "swgas.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "NV", "lat": null, "lon": null, "industries": ["oil-gas", "utilities"], "industry_labels": ["SIC 4923 Natural Gas Transmisison & Distribution"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "SWX", "exchange": "New York Stock Exchange", "lei": "OQQR1IQTGBKH0UR88X59", "sec_cik": "1692115", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southwest_Gas_logo.svg", "description": "investor-owned utility based in Las Vegas, Nevada, United States", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1692115", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2423 +{"wikidata_id": "Q7571413", "display_name": "Southwestern Energy", "legal_name": null, "aliases": [], "website": "https://www.swn.com", "canonical_domain": "swn.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "SWN", "exchange": "New York Stock Exchange", "lei": "EFWMP121W54QV9MGOP87", "sec_cik": "7332", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southwestern_Energy_logo.jpg", "description": "energy Company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2424 +{"wikidata_id": "Q7572694", "display_name": "Spacelabs Healthcare", "legal_name": null, "aliases": [], "website": "https://spacelabshealthcare.com", "canonical_domain": "spacelabshealthcare.com", "country": "US", "hq_city": "Snoqualmie", "hq_region": "King County", "lat": 47.52894, "lon": -121.82708, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "OSIS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1039065", "parent": {"wikidata_id": "Q7073021", "name": "OSI Systems"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SLHCv-OSI_RGB_small.png", "description": "American medical equipment manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1039065", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2425 +{"wikidata_id": "Q7575161", "display_name": "Spectra Energy", "legal_name": null, "aliases": [], "website": "https://noms.wei-pipeline.com", "canonical_domain": "wei-pipeline.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "PMTC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spectra_Energy.svg", "description": "U.S. energy company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2426 +{"wikidata_id": "Q7668516", "display_name": "T. Marzetti Company", "legal_name": null, "aliases": [], "website": "https://www.marzetti.com", "canonical_domain": "marzetti.com", "country": "US", "hq_city": "Westerville", "hq_region": "OH", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food processing", "SIC 2030 Canned, Frozen & Preservd Fruit, Veg & Food Specialties"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "LANC", "exchange": "Nasdaq", "lei": null, "sec_cik": "57515", "parent": null, "logo_url": null, "description": "American food group", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "57515", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2427 +{"wikidata_id": "Q7669940", "display_name": "TECO Energy", "legal_name": null, "aliases": [], "website": "https://www.tecoenergy.com", "canonical_domain": "tecoenergy.com", "country": "US", "hq_city": "Tampa", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["energy"], "industry_labels": ["energy industry", "SIC 4911 Electric Services"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "TE", "exchange": "New York Stock Exchange", "lei": "O7KLLUCLFHPD07BN2U20", "sec_cik": "350563", "parent": null, "logo_url": null, "description": "energy-related holding company based in Tampa, Florida", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "350563", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2428 +{"wikidata_id": "Q7692144", "display_name": "TechTarget", "legal_name": null, "aliases": ["Informa TechTarget"], "website": "https://www.techtarget.com", "canonical_domain": "techtarget.com", "country": "US", "hq_city": "Newton", "hq_region": "Middlesex County", "lat": 42.33694, "lon": -71.20972, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TTGT", "exchange": "Nasdaq", "lei": "529900YQA5JL2H2VMB84", "sec_cik": "1293282", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITechTarget-Logo-Grad-Indigo_rgb.jpg", "description": "American company which offers data-driven marketing services", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2429 +{"wikidata_id": "Q7705659", "display_name": "Xperi Corporation", "legal_name": null, "aliases": ["Tessera", "Tessera Technologies"], "website": "https://xperi.com", "canonical_domain": "xperi.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["technology company"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "TSRA", "exchange": "Nasdaq", "lei": "12QXQCZOIJ35VTGVAL38", "sec_cik": "1690666", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/af98d43520d41f767979115ddbe34192", "description": "American technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2430 +{"wikidata_id": "Q7772938", "display_name": "The Vitamin Shoppe", "legal_name": null, "aliases": ["theVitaminShoppe", "Vitamin Shoppe", "Vitamin Shoppe Industries", "Inc."], "website": "https://www.vitaminshoppe.com", "canonical_domain": "vitaminshoppe.com", "country": "US", "hq_city": "Secaucus", "hq_region": "Hudson County", "lat": 40.7875, "lon": -74.06167, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "VSI", "exchange": "New York Stock Exchange", "lei": "549300ER2JOBZCUUTS42", "sec_cik": "1360530", "parent": {"wikidata_id": "Q109680037", "name": "Franchise Group"}, "logo_url": null, "description": "American-based retailer of vitamins and nutritional supplements", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2431 +{"wikidata_id": "Q7809776", "display_name": "Titan Tire Corporation", "legal_name": null, "aliases": [], "website": "https://www.titan-intl.com", "canonical_domain": "titan-intl.com", "country": "US", "hq_city": "Quincy", "hq_region": "Adams County", "lat": 39.93222, "lon": -91.38861, "industries": ["automotive"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "TWI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1395144", "parent": null, "logo_url": null, "description": "American tire corporation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2432 +{"wikidata_id": "Q7847653", "display_name": "Trulia", "legal_name": null, "aliases": [], "website": "https://www.trulia.com", "canonical_domain": "trulia.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "TRLA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1349454", "parent": {"wikidata_id": "Q8071921", "name": "Zillow"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trulia_2019_logo.png", "description": "online real estate marketplace", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2433 +{"wikidata_id": "Q7851426", "display_name": "Tuesday Morning", "legal_name": null, "aliases": [], "website": "https://www.tuesdaymorning.com", "canonical_domain": "tuesdaymorning.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "TUES", "exchange": "Nasdaq", "lei": "549300OU1ZEZL3ST1C52", "sec_cik": "737031", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tuesday_Morning_logo.svg", "description": "American discount off-price retailer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2434 +{"wikidata_id": "Q7884645", "display_name": "UniFirst", "legal_name": null, "aliases": ["UniFirst Corp.", "UniFirst Corporation", "UniFirst Facility Services", "UniFirst Uniforms"], "website": "https://www.unifirst.com", "canonical_domain": "unifirst.com", "country": "US", "hq_city": "Wilmington", "hq_region": "Middlesex County", "lat": 42.54639, "lon": -71.17417, "industries": ["professional-services"], "industry_labels": ["industrial laundry", "SIC 7200 Services-Personal Services"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "UNF", "exchange": "New York Stock Exchange", "lei": "5493003XBTNWBC8UK019", "sec_cik": "717954", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UniFirst_Logo.jpg", "description": "American multinational corporation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "717954", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2435 +{"wikidata_id": "Q7917863", "display_name": "Vectren", "legal_name": null, "aliases": [], "website": "https://www.vectren.com", "canonical_domain": "vectren.com", "country": "US", "hq_city": "Evansville", "hq_region": "Vanderburgh County", "lat": 37.97472, "lon": -87.55583, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "VVC", "exchange": "New York Stock Exchange", "lei": "549300U1YJ7NLDDENN80", "sec_cik": "1096385", "parent": null, "logo_url": null, "description": "former American utility company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2436 +{"wikidata_id": "Q7925565", "display_name": "Vicor Corporation", "legal_name": null, "aliases": ["VICR"], "website": "https://www.vicorpower.com", "canonical_domain": "vicorpower.com", "country": "US", "hq_city": "Andover", "hq_region": "Essex County", "lat": 42.65722, "lon": -71.14083, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "VICR", "exchange": "Nasdaq", "lei": "5299005KMQOTR6B51F09", "sec_cik": "751978", "parent": null, "logo_url": null, "description": "company that designs, manufactures and markets modular power components", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2437 +{"wikidata_id": "Q7937957", "display_name": "Vivus", "legal_name": null, "aliases": [], "website": "https://www.vivus.com", "canonical_domain": "vivus.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "VVUS", "exchange": "Nasdaq", "lei": "549300PC33SFMFILV612", "sec_cik": "881524", "parent": null, "logo_url": null, "description": "pharmaceutical Company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2438 +{"wikidata_id": "Q7971859", "display_name": "WaFd Bank", "legal_name": null, "aliases": ["Washington Federal"], "website": "https://www.wafdbank.com", "canonical_domain": "wafdbank.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "WAFD", "exchange": "Nasdaq", "lei": null, "sec_cik": "936528", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Washington_Federal_Logo.png", "description": "American bank holding company based in Seattle, Washington", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "936528", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2439 +{"wikidata_id": "Q7974766", "display_name": "Watsco", "legal_name": null, "aliases": [], "website": "https://www.watsco.com", "canonical_domain": "watsco.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["energy"], "industry_labels": ["heating, ventilation, and air conditioning"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WSO", "exchange": "New York Stock Exchange", "lei": "549300F1Y3LN5BX5WN75", "sec_cik": "105016", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Watsco_logo.jpg", "description": "American industrial company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2440 +{"wikidata_id": "Q8003328", "display_name": "Willamette Valley Vineyards", "legal_name": null, "aliases": [], "website": "https://www.willamettevalleyvineyards.com", "canonical_domain": "willamettevalleyvineyards.com", "country": "US", "hq_city": "Turner", "hq_region": "Marion County", "lat": 44.84583, "lon": -122.95278, "industries": ["food-beverage"], "industry_labels": ["wine"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "WVVI", "exchange": "Nasdaq", "lei": "549300EVPVY057V3C517", "sec_cik": "838875", "parent": null, "logo_url": null, "description": "an American winery based in Turner, Oregon", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2441 +{"wikidata_id": "Q8025118", "display_name": "Wing Tai Properties Limited", "legal_name": null, "aliases": [], "website": "https://www.wingtaiproperties.com", "canonical_domain": "wingtaiproperties.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "0369", "exchange": "Hong Kong Stock Exchange", "lei": "5299002ICXRUDJG20N51", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong property developer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2442 +{"wikidata_id": "Q8041964", "display_name": "XG Technology", "legal_name": null, "aliases": ["XMax"], "website": "https://www.xgtechnology.com", "canonical_domain": "xgtechnology.com", "country": "US", "hq_city": "Sarasota", "hq_region": "Sarasota County", "lat": 27.33722, "lon": -82.53528, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "XGTI", "exchange": "Nasdaq", "lei": "549300QXCON16MHSX919", "sec_cik": "1565228", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xg_col_sm.jpg", "description": "American technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2443 +{"wikidata_id": "Q8069865", "display_name": "Zevia", "legal_name": null, "aliases": [], "website": "https://www.zevia.com", "canonical_domain": "zevia.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ZVIA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1854139", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zevia_2023_logo.svg", "description": "American zero-calorie soft drinks manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1854139", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2444 +{"wikidata_id": "Q85751038", "display_name": "Cava Group", "legal_name": null, "aliases": ["CAVA", "Cava Grill"], "website": "https://cava.com", "canonical_domain": "cava.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "CAVA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1639438", "parent": null, "logo_url": null, "description": "Greek-American restaurant chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1639438", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2445 +{"wikidata_id": "Q85769855", "display_name": "Invitation Homes", "legal_name": null, "aliases": [], "website": "https://www.invitationhomes.com", "canonical_domain": "invitationhomes.com", "country": "US", "hq_city": "Dallas", "hq_region": "TX", "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["real estate investment trust", "SIC 6798 Real Estate Investment Trusts"], "founded_year": null, "employees": null, "public_company": true, "ticker": "INVH", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1579471", "parent": null, "logo_url": null, "description": "American home rental company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1579471", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2446 +{"wikidata_id": "Q921363", "display_name": "Kindred Healthcare", "legal_name": null, "aliases": ["Kindred at Home", "Kindred Hospitals"], "website": "https://www.kindredhospitals.com", "canonical_domain": "kindredhospitals.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "KND", "exchange": "New York Stock Exchange", "lei": "549300OITC7AXM1AND14", "sec_cik": "1060009", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kindred_Healthcare_logo.svg", "description": "American healthcare services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2447 +{"wikidata_id": "Q92639564", "display_name": "Arconic", "legal_name": null, "aliases": ["Arconic Corporation"], "website": "https://arconic.com", "canonical_domain": "arconic.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "ARNC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "4281", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arconic_Logo_JPG.jpg", "description": "company specializing in lightweight metals engineering and manufacturing", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2448 +{"wikidata_id": "Q96575974", "display_name": "ExOne", "legal_name": null, "aliases": [], "website": "https://www.exone.com", "canonical_domain": "exone.com", "country": "US", "hq_city": "North Huntingdon Township", "hq_region": "Westmoreland County", "lat": 40.38333, "lon": -79.74139, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": true, "ticker": "XONE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1561627", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exone-metal-logo.png", "description": "3D printing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2449 +{"wikidata_id": "Q97574745", "display_name": "Ouster", "legal_name": null, "aliases": ["Inc."], "website": "https://ouster.com", "canonical_domain": "ouster.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "OUST", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1816581", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ouster_Logo.png", "description": "American technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1816581", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2450 +{"wikidata_id": "Q9831814", "display_name": "Companhia de Saneamento de Minas Gerais", "legal_name": null, "aliases": ["COPASA MG"], "website": "https://www.copasa.com.br", "canonical_domain": "copasa.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["utilities"], "industry_labels": ["water supply"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "CSMG3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Copasa_%282024%29.svg", "description": "sanitation company in Brazil", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2451 +{"wikidata_id": "Q2495748", "display_name": "TopCoder", "legal_name": null, "aliases": [], "website": "https://www.topcoder.com", "canonical_domain": "topcoder.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": 105, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "crowdsourcing company with an open global community of designers, developers, data scientists, and competitive programmers", "sitelinks": 13, "importance": 0.345, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2452 +{"wikidata_id": "Q2113908", "display_name": "Providence Equity Partners", "legal_name": null, "aliases": ["Providence Equity Partners LLC"], "website": "https://www.provequity.com", "canonical_domain": "provequity.com", "country": "US", "hq_city": "50 Kennedy Plaza", "hq_region": null, "lat": 41.8248, "lon": -71.4105, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1989, "employees": 180, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Providence_Equity_Partners_Logo.png", "description": "Sector-specialist private equity investment firm", "sitelinks": 12, "importance": 0.3449, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2453 +{"wikidata_id": "Q6057487", "display_name": "Intetics", "legal_name": "Intetics Inc.", "aliases": [], "website": "https://www.intetics.com", "canonical_domain": "intetics.com", "country": "US", "hq_city": "Naples", "hq_region": "Collier County", "lat": 26.15306, "lon": -81.79861, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1995, "employees": 1100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Intenics.svg", "description": "American software company", "sitelinks": 9, "importance": 0.3435, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2454 +{"wikidata_id": "Q603253", "display_name": "Symbol Technologies", "legal_name": null, "aliases": ["Symbol", "Inc.", "Stony Brook Applied Research", "Stony Brook Applied Research", "Inc.", "LLC"], "website": "https://www.symbol.com", "canonical_domain": "symbol.com", "country": "US", "hq_city": "Holtsville", "hq_region": "Suffolk County", "lat": 40.8133, "lon": -73.0472, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1973, "employees": 5400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2443609", "name": "Zebra Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Symbol_Technologies_logo.svg", "description": "American mobile hardware manufacturer", "sitelinks": 7, "importance": 0.343, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2455 +{"wikidata_id": "Q1060537", "display_name": "Forever 21", "legal_name": "Forever 21", "aliases": ["Inc.", "Forever21"], "website": "https://urban-planet.com", "canonical_domain": "urban-planet.com", "country": "CA", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300N7Q6EL65IHS133", "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Forever_21_logo.svg", "description": "Canadian clothing store chain owned by YM Inc and former American fast fashion retailer", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2456 +{"wikidata_id": "Q1194456", "display_name": "Roc Nation", "legal_name": "Roc Nation, LLC", "aliases": [], "website": "https://www.rocnation.com", "canonical_domain": "rocnation.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["record label", "film production", "television production", "concert production", "talent agency"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1061903", "name": "Live Nation Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roc_Nation_Logo.svg", "description": "American entertainment company", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2457 +{"wikidata_id": "Q1427299", "display_name": "Sky Airline", "legal_name": null, "aliases": ["Sky Air"], "website": "https://www.skyairline.com", "canonical_domain": "skyairline.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sky_Airline_Logo.svg", "description": "Chilean airline", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2458 +{"wikidata_id": "Q1469447", "display_name": "Winchester Repeating Arms Company", "legal_name": null, "aliases": [], "website": "https://www.winchesterguns.com", "canonical_domain": "winchesterguns.com", "country": "US", "hq_city": "New Haven", "hq_region": "South Central Connecticut Planning Region", "lat": 41.30833, "lon": -72.925, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1866, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7086908", "name": "Olin Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winchester-logo.svg", "description": "American maker of repeating firearms", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7863311"}]}
2459 +{"wikidata_id": "Q2061446", "display_name": "Bobcat Company", "legal_name": null, "aliases": ["Bobcat"], "website": "https://www.bobcat.com", "canonical_domain": "bobcat.com", "country": "US", "hq_city": "West Fargo", "hq_region": "Cass County", "lat": 46.87167, "lon": -96.895, "industries": ["construction", "industrial-machinery"], "industry_labels": ["construction equipment manufacturing"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q486002", "name": "Doosan Group"}, "logo_url": null, "description": "American-based manufacturer of farm and construction equipment", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2460 +{"wikidata_id": "Q299950", "display_name": "Washington Open", "legal_name": null, "aliases": ["Citi Open", "DC Open", "Legg Mason Tennis Classic", "Mubadala Citi DC Open", "Sovran Bank Classic", "Washington Star International"], "website": "https://www.mubadalacitidcopen.com", "canonical_domain": "mubadalacitidcopen.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 38.954, "lon": -77.037, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tennis tournament", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2461 +{"wikidata_id": "Q522497", "display_name": "Jelly Belly", "legal_name": null, "aliases": [], "website": "https://www.jellybelly.com", "canonical_domain": "jellybelly.com", "country": "US", "hq_city": "Fairfield", "hq_region": "Solano County", "lat": 38.25778, "lon": -122.05417, "industries": [], "industry_labels": ["candy industry"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2462 +{"wikidata_id": "Q738135", "display_name": "Aspyr", "legal_name": null, "aliases": ["Aspyr Media"], "website": "https://www.aspyr.com", "canonical_domain": "aspyr.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aspyr_2019_logo.svg", "description": "American video game developer and publisher", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2463 +{"wikidata_id": "Q75776", "display_name": "Fox Sports", "legal_name": null, "aliases": ["FOX Sports Media Group"], "website": "https://www.foxsports.com", "canonical_domain": "foxsports.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q185278", "name": "News Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FOX_Sports_logo.svg", "description": "sports programming division of the Fox Corporation", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2464 +{"wikidata_id": "Q847270", "display_name": "DeWALT", "legal_name": null, "aliases": ["DᴇWALT"], "website": "https://www.dewalt.com", "canonical_domain": "dewalt.com", "country": "US", "hq_city": "Towson", "hq_region": "Baltimore County", "lat": 39.39306, "lon": -76.60944, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q706094", "name": "Stanley Black & Decker"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DeWalt_Logo.svg", "description": "Tool company.", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2465 +{"wikidata_id": "Q859635", "display_name": "Bigelow Aerospace", "legal_name": null, "aliases": [], "website": "https://bigelowaerospace.com", "canonical_domain": "bigelowaerospace.com", "country": "US", "hq_city": "North Las Vegas", "hq_region": "Nevada", "lat": 36.20058, "lon": -115.12158, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American space technology company", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2466 +{"wikidata_id": "Q991188", "display_name": "Browning Arms Company", "legal_name": null, "aliases": ["John Moses and Matthew Sandifer Browning Company"], "website": "https://www.browning.com", "canonical_domain": "browning.com", "country": "US", "hq_city": "Morgan", "hq_region": "Morgan County", "lat": 41.04111, "lon": -111.67611, "industries": [], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001WYN2737K3WJ80", "sec_cik": null, "parent": {"wikidata_id": "Q747353", "name": "FN Herstal"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Browning_text_logo.png", "description": "company", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2467 +{"wikidata_id": "Q107524087", "display_name": "Picsart", "legal_name": null, "aliases": ["PicsArt", "Inc."], "website": "https://picsart.com", "canonical_domain": "picsart.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2011, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Picsart_%28software_company%29_logo.svg", "description": "software company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2468 +{"wikidata_id": "Q115625249", "display_name": "Silvergate Capital", "legal_name": null, "aliases": ["Silvergate Bank"], "website": "https://silvergate.com", "canonical_domain": "silvergate.com", "country": "US", "hq_city": "La Jolla", "hq_region": "San Diego", "lat": 32.84, "lon": -117.27694, "industries": ["banking"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American bank", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2469 +{"wikidata_id": "Q15109854", "display_name": "California Pizza Kitchen", "legal_name": null, "aliases": [], "website": "https://www.cpk.com", "canonical_domain": "cpk.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["hospitality"], "industry_labels": ["hospitality industry", "SIC 5812 Retail-Eating Places"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "549300SIVOGE0SO1LW17", "sec_cik": "789356", "parent": null, "logo_url": null, "description": "casual dining restaurant franchise founded in California with an established brand mostly in the United States", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "789356", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2470 +{"wikidata_id": "Q1534795", "display_name": "Goldcorp Inc.", "legal_name": null, "aliases": [], "website": "https://www.goldcorp.com", "canonical_domain": "goldcorp.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["gold mining", "SIC 1040 Gold and Silver Ores"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "919239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goldcorp_logo.svg", "description": "gold production company headquartered in Vancouver, British Columbia, Canada. The company stood among the largest gold producers in the world.", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "919239", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2471 +{"wikidata_id": "Q1537901", "display_name": "Lundin Mining", "legal_name": null, "aliases": ["South Atlantic Diamonds Corp"], "website": "https://www.lundinmining.com", "canonical_domain": "lundinmining.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lundin-MiningLogo.svg", "description": "company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2472 +{"wikidata_id": "Q1660027", "display_name": "The McClatchy Company", "legal_name": null, "aliases": [], "website": "https://www.mcclatchy.com", "canonical_domain": "mcclatchy.com", "country": "US", "hq_city": "Sacramento", "hq_region": "Sacramento County", "lat": 38.57528, "lon": -121.48611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1857, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300O2Y2UWR3BER320", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McClatchy_logo.svg", "description": "American publishing company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2473 +{"wikidata_id": "Q1756920", "display_name": "Tempur-Pedic", "legal_name": null, "aliases": [], "website": "https://www.tempurpedic.com", "canonical_domain": "tempurpedic.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["consumer-goods"], "industry_labels": ["mattress"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mattress manufacturer", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2474 +{"wikidata_id": "Q2905535", "display_name": "Blackboard", "legal_name": null, "aliases": ["Anthology Inc."], "website": "https://www.blackboard.com", "canonical_domain": "blackboard.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "549300ONVS6PJZ5LRX23", "sec_cik": null, "parent": {"wikidata_id": "Q2113908", "name": "Providence Equity Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blackboard_Logo_StdReg.png", "description": "business enterprise", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2475 +{"wikidata_id": "Q344935", "display_name": "Acxiom", "legal_name": null, "aliases": [], "website": "https://www.acxiom.com", "canonical_domain": "acxiom.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["media"], "industry_labels": ["data analysis"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "5493007N6NQOFYTMHK57", "sec_cik": null, "parent": {"wikidata_id": "Q1501630", "name": "Interpublic Group of Companies"}, "logo_url": null, "description": "data foundation for marketing company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2476 +{"wikidata_id": "Q5349788", "display_name": "Einstein Bros. Bagels", "legal_name": null, "aliases": [], "website": "https://www.einsteinbros.com", "canonical_domain": "einsteinbros.com", "country": "US", "hq_city": "Lakewood", "hq_region": "Jefferson County", "lat": 39.70639, "lon": -105.10278, "industries": ["hospitality"], "industry_labels": ["restaurant industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q64517270", "name": "Coffee & Bagel Brands"}, "logo_url": null, "description": "American bagel and coffee chain", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2477 +{"wikidata_id": "Q833217", "display_name": "George Weston Limited", "legal_name": null, "aliases": ["George Weston"], "website": "https://www.weston.ca", "canonical_domain": "weston.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300FAHC3L1QKNT280", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/George_Weston_Limited.svg", "description": "company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2478 +{"wikidata_id": "Q866972", "display_name": "Vonage", "legal_name": null, "aliases": [], "website": "https://www.vonage.com", "canonical_domain": "vonage.com", "country": "US", "hq_city": "Holmdel Township", "hq_region": "Monmouth County", "lat": 40.38, "lon": -74.1775, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1272830", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vonage_Logo.svg", "description": "American telecommunications company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1272830", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2479 +{"wikidata_id": "Q28173854", "display_name": "Compulsion Games", "legal_name": null, "aliases": [], "website": "https://compulsiongames.com", "canonical_domain": "compulsiongames.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": 85, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Compulsion_Games_Logo.svg", "description": "Canadian video game developer", "sitelinks": 13, "importance": 0.3419, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2480 +{"wikidata_id": "Q16496476", "display_name": "Banco Modal", "legal_name": null, "aliases": [], "website": "https://www.modal.com.br", "canonical_domain": "modal.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["banking"], "industry_labels": [], "founded_year": 1995, "employees": 116, "public_company": true, "ticker": "MODL11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Modal.svg", "description": "Banco Modal is a Full Investment Bank with offices in Rio de Janeiro, São Paulo and a branch office in the Bahamas.", "sitelinks": 1, "importance": 0.3418, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2481 +{"wikidata_id": "Q97178896", "display_name": "Carrefour Brazil", "legal_name": null, "aliases": [], "website": "https://www.grupocarrefourbrasil.com.br", "canonical_domain": "grupocarrefourbrasil.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1975, "employees": 150000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian retail trade company", "sitelinks": 4, "importance": 0.3417, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2482 +{"wikidata_id": "Q1660051", "display_name": "IMBEL", "legal_name": null, "aliases": [], "website": "https://www.imbel.gov.br", "canonical_domain": "imbel.gov.br", "country": "BR", "hq_city": "Piquete", "hq_region": "São Paulo", "lat": -22.61361, "lon": -45.17611, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1934, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian Ministry of Defence quango", "sitelinks": 8, "importance": 0.341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2483 +{"wikidata_id": "Q1602482", "display_name": "Helibras", "legal_name": null, "aliases": [], "website": "https://www.helibras.com.br", "canonical_domain": "helibras.com.br", "country": "BR", "hq_city": "Itajubá", "hq_region": "Minas Gerais", "lat": -22.42583, "lon": -45.45278, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1978, "employees": 452, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2311", "name": "Airbus"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Helibras.png", "description": "helicopter manufacturer in Brazil", "sitelinks": 10, "importance": 0.3406, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2484 +{"wikidata_id": "Q1202130", "display_name": "Robot Entertainment", "legal_name": null, "aliases": [], "website": "https://www.robotentertainment.com", "canonical_domain": "robotentertainment.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": 45, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 14, "importance": 0.3401, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2485 +{"wikidata_id": "Q36879490", "display_name": "Rappi", "legal_name": null, "aliases": [], "website": "https://www.rappi.com.mx", "canonical_domain": "rappi.com.mx", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["logistics"], "industry_labels": [], "founded_year": 2015, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1693234", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rappi_logo.svg", "description": "food delivery company", "sitelinks": 7, "importance": 0.3387, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2486 +{"wikidata_id": "Q78203110", "display_name": "Phunware", "legal_name": null, "aliases": ["Inc."], "website": "https://www.phunware.com", "canonical_domain": "phunware.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["financial-services", "technology"], "industry_labels": [], "founded_year": 2009, "employees": 93, "public_company": true, "ticker": "PHUN", "exchange": "Nasdaq", "lei": "549300HLAJYKT2FUQZ26", "sec_cik": "1665300", "parent": null, "logo_url": null, "description": "data broker", "sitelinks": 1, "importance": 0.3386, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2487 +{"wikidata_id": "Q1036118", "display_name": "caribbean-airlines.com", "legal_name": null, "aliases": ["BW", "BWA", "Caribbean Airlines Limited"], "website": "https://www.caribbean-airlines.com", "canonical_domain": "caribbean-airlines.com", "country": "TT", "hq_city": "Piarco", "hq_region": "Tunapuna–Piarco", "lat": 10.6048, "lon": -61.3341, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caribbean_Airlines_logo.png", "description": "national airline of Trinidad and Tobago", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2437632"}]}
2488 +{"wikidata_id": "Q10398667", "display_name": "Monstercat", "legal_name": null, "aliases": ["MCAT", "Monstercat Media", "Monstercat Silk"], "website": "https://www.monstercat.com", "canonical_domain": "monstercat.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monstercat_vector_logo.svg", "description": "Canadian record label", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2489 +{"wikidata_id": "Q1044630", "display_name": "THX", "legal_name": null, "aliases": ["THX Ltd."], "website": "https://www.thx.com", "canonical_domain": "thx.com", "country": "US", "hq_city": "San Rafael", "hq_region": "Marin County", "lat": 37.97333, "lon": -122.53083, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q367412", "name": "Razer Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/THX_logo.svg", "description": "American audio company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2490 +{"wikidata_id": "Q1071967", "display_name": "Chicago Mercantile Exchange", "legal_name": null, "aliases": ["CME", "the Chicago Merc", "the Merc", "XCME", "Chicago Mercantile Exchange Inc. (Chicago", "IL)"], "website": "https://www.cme.com", "canonical_domain": "cme.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["service"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1023876", "name": "CME Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chicago_Mercantile_Exchange_logo.svg", "description": "financial and commodity derivative exchange located in Chicago, Illinois, United States", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2491 +{"wikidata_id": "Q120233", "display_name": "New York Mercantile Exchange", "legal_name": null, "aliases": ["NYMEX", "XNYM"], "website": "https://www.nymex.com", "canonical_domain": "nymex.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1872, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1023876", "name": "CME Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_York_Mercantile_Exchange_logo.svg", "description": "commodity and futures exchange located in New York City, New York, United States", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2492 +{"wikidata_id": "Q1250111", "display_name": "Aylo", "legal_name": null, "aliases": [], "website": "https://aylo.com", "canonical_domain": "aylo.com", "country": "CA", "hq_city": "Luxembourg", "hq_region": "Canton of Luxembourg", "lat": 49.61139, "lon": 6.13, "industries": ["internet"], "industry_labels": ["pornography industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300MOQ6YE8FN1P122", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aylo_logo.svg", "description": "Canadian Internet pornography company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2493 +{"wikidata_id": "Q1257477", "display_name": "Hollister Co.", "legal_name": null, "aliases": ["HCo.", "Hollister", "Hollister Clothing"], "website": "https://www.hollisterco.com", "canonical_domain": "hollisterco.com", "country": "US", "hq_city": "New Albany", "hq_region": "Franklin County", "lat": 40.0786, "lon": -82.8206, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q319344", "name": "Abercrombie & Fitch"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Hollister_Co._%282025%29_USA.png", "description": "American lifestyle brand owned by Abercrombie & Fitch Co.", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2494 +{"wikidata_id": "Q1320443", "display_name": "Sony Pictures Classics", "legal_name": null, "aliases": ["Sony Classics"], "website": "https://www.sonyclassics.com", "canonical_domain": "sonyclassics.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["independent film"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q822314", "name": "Sony Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Pictures_Classics_logo.svg", "description": "film division of Sony Pictures Entertainment", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2495 +{"wikidata_id": "Q1346893", "display_name": "PRS Guitars", "legal_name": null, "aliases": ["PRS", "Paul Reed Smith Guitars"], "website": "https://www.prsguitars.com", "canonical_domain": "prsguitars.com", "country": "US", "hq_city": "Stevensville", "hq_region": "Queen Anne's County", "lat": 38.9811, "lon": -76.3189, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PRS_Guitars_logo.svg", "description": "American guitar and amplifier manufacturer", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2496 +{"wikidata_id": "Q1418233", "display_name": "Porto Alegre Metro", "legal_name": "Metrô de Porto Alegre", "aliases": [], "website": "https://www.trensurb.gov.br", "canonical_domain": "trensurb.gov.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -30.03278, "lon": -51.23, "industries": ["transportation"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trensurb_logo.png", "description": "rapid transit line in Brazil", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2497 +{"wikidata_id": "Q1518683", "display_name": "MathWorks", "legal_name": null, "aliases": ["The MathWorks", "The MathWorks", "Inc."], "website": "https://www.mathworks.it", "canonical_domain": "mathworks.it", "country": "US", "hq_city": "Natick", "hq_region": "Middlesex County", "lat": 42.28333, "lon": -71.35, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matlab_Logo.png", "description": "company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2498 +{"wikidata_id": "Q1998195", "display_name": "Asylum Records", "legal_name": "Asylum Records", "aliases": [], "website": "https://asylumrecords.com", "canonical_domain": "asylumrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asylum_Records_logo.svg", "description": "American record label", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2499 +{"wikidata_id": "Q203262", "display_name": "Zilog", "legal_name": null, "aliases": ["ZiLOG", "Inc."], "website": "https://www.zilog.com", "canonical_domain": "zilog.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6648755", "name": "Littelfuse"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zilog_logo.svg", "description": "American manufacturer of microprocessors", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2500 +{"wikidata_id": "Q229459", "display_name": "3D Realms", "legal_name": null, "aliases": ["3D Realms Entertainment"], "website": "https://3drealms.com", "canonical_domain": "3drealms.com", "country": "US", "hq_city": "Garland", "hq_region": "Collin County", "lat": 32.90667, "lon": -96.635, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3D_Realms.jpg", "description": "American-Danish video game developer and publisher", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2501 +{"wikidata_id": "Q2699694", "display_name": "Quaker Oats Company", "legal_name": null, "aliases": ["Quaker Company"], "website": "https://www.quakeroats.com", "canonical_domain": "quakeroats.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1877, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quaker_oats_textlogo.png", "description": "American food conglomerate", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2502 +{"wikidata_id": "Q27559777", "display_name": "screenrant.com", "legal_name": null, "aliases": [], "website": "https://screenrant.com", "canonical_domain": "screenrant.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126730672", "name": "Valnet"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Screen_Rant_black_text_logo.svg", "description": "entertainment news website", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2503 +{"wikidata_id": "Q438294", "display_name": "Altera", "legal_name": null, "aliases": [], "website": "https://www.altera.com", "canonical_domain": "altera.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altera_logo.svg", "description": "semiconductor company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2504 +{"wikidata_id": "Q4752572", "display_name": "Ancestry.com Inc.", "legal_name": "Ancestry.com Inc.", "aliases": ["Ancestry.com Inc", "Ancestry.com LLC", "ANCESTRY.COM OPERATIONS INC."], "website": "https://www.ancestry.com", "canonical_domain": "ancestry.com", "country": "US", "hq_city": "Lehi", "hq_region": "Utah County", "lat": 40.77247, "lon": -111.89072, "industries": ["internet"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300NI5TRMWT8VWC40", "sec_cik": "1575319", "parent": null, "logo_url": null, "description": "American online genealogy company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1575319", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2505 +{"wikidata_id": "Q63435709", "display_name": "Substack", "legal_name": null, "aliases": ["Substack Inc."], "website": "https://substack.com", "canonical_domain": "substack.com", "country": "US", "hq_city": "San Francisco", "hq_region": "CA", "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1783191", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Substack_logo.png", "description": "American online newsletter platform", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1783191", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2506 +{"wikidata_id": "Q677606", "display_name": "Conviasa", "legal_name": null, "aliases": [], "website": "https://www.conviasa.aero", "canonical_domain": "conviasa.aero", "country": "VE", "hq_city": "Maiquetía", "hq_region": "Vargas Municipality", "lat": 10.59583, "lon": -66.97722, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6866647", "name": "Ministry of Aquatic and Air Transport"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Conviasa_Logo.svg", "description": "Flag carrier airline of Venezuela", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2507 +{"wikidata_id": "Q866289", "display_name": "Sun Country Airlines", "legal_name": null, "aliases": [], "website": "https://www.suncountry.com", "canonical_domain": "suncountry.com", "country": "US", "hq_city": "Eagan", "hq_region": "Dakota County", "lat": 44.81778, "lon": -93.16694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5025243", "name": "Cambria"}, "logo_url": null, "description": "airline in the United States", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2508 +{"wikidata_id": "Q944640", "display_name": "Peterbilt", "legal_name": null, "aliases": ["Peterbilt Motors Company"], "website": "https://www.peterbilt.com", "canonical_domain": "peterbilt.com", "country": "US", "hq_city": "Denton", "hq_region": "Denton County", "lat": 33.21667, "lon": -97.13333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1477661", "name": "PACCAR"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peterbilt_logo.svg", "description": "American manufacturer of medium- and heavy-duty trucks", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2509 +{"wikidata_id": "Q679910", "display_name": "Empresa de los Ferrocarriles del Estado", "legal_name": null, "aliases": ["EFE", "EFE Trenes de Chile"], "website": "https://www.efe.cl", "canonical_domain": "efe.cl", "country": "CL", "hq_city": "Santiago commune", "hq_region": "Santiago province", "lat": -33.45, "lon": -70.66667, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1884, "employees": 1652, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294749", "name": "Ministry of Transport and Telecommunications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_EFE.svg", "description": "state-owned railway company of Chile", "sitelinks": 8, "importance": 0.3383, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2510 +{"wikidata_id": "Q7643396", "display_name": "Supergiant Games", "legal_name": "Supergiant Games, LLC.", "aliases": ["Circle Confusion"], "website": "https://www.supergiantgames.com", "canonical_domain": "supergiantgames.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": 24, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supergiant_Games_New_Logo.png", "description": "American video game developer", "sitelinks": 15, "importance": 0.3381, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2511 +{"wikidata_id": "Q1707830", "display_name": "Sanzaru Games", "legal_name": null, "aliases": ["SANZARU GAMES INC.", "Inc."], "website": "https://www.sanzaru.com", "canonical_domain": "sanzaru.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 13, "importance": 0.337, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2512 +{"wikidata_id": "Q1392113", "display_name": "Bob's", "legal_name": null, "aliases": [], "website": "https://www.bobs.com.br", "canonical_domain": "bobs.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1952, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16920264", "name": "Brazilian Fast Food Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Bob%27s.svg", "description": "Brazilian fast-food restaurant chain", "sitelinks": 8, "importance": 0.3369, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2513 +{"wikidata_id": "Q1400017", "display_name": "Federal Cartridge", "legal_name": "Federal Premium Ammunition", "aliases": [], "website": "https://www.federalpremium.com", "canonical_domain": "federalpremium.com", "country": "US", "hq_city": "Anoka", "hq_region": "Anoka County", "lat": 45.19778, "lon": -93.38722, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1916, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q238765", "name": "Alliant Techsystems"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Federal_Ammunition_logo_from_45colt_SWC.png", "description": "company", "sitelinks": 8, "importance": 0.3359, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2514 +{"wikidata_id": "Q3610112", "display_name": "Lubrizol", "legal_name": null, "aliases": [], "website": "https://www.lubrizol.com", "canonical_domain": "lubrizol.com", "country": "US", "hq_city": "Wickliffe", "hq_region": "Lake County", "lat": 41.6094, "lon": -81.4728, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1928, "employees": 8721, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TW3R1QXAWGC017", "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lubrizol_Logo_2017.png", "description": "Multispeciality chemical manufacturer", "sitelinks": 6, "importance": 0.3359, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2515 +{"wikidata_id": "Q2566328", "display_name": "Tungsten Automation", "legal_name": null, "aliases": ["KOFAX"], "website": "https://www.kofax.com", "canonical_domain": "kofax.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["manufacturing"], "industry_labels": ["process automation system", "business process management", "process management"], "founded_year": 1985, "employees": 1381, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tungsten_Automation.svg", "description": "robotic process automation software", "sitelinks": 8, "importance": 0.3357, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2516 +{"wikidata_id": "Q5380812", "display_name": "Entrust", "legal_name": null, "aliases": [], "website": "https://www.entrust.com", "canonical_domain": "entrust.com", "country": "US", "hq_city": "Shakopee", "hq_region": "Scott County", "lat": 44.79806, "lon": -93.52694, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": null, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Entrust_textlogo.svg", "description": "business in the USA", "sitelinks": 7, "importance": 0.3345, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2517 +{"wikidata_id": "Q1047366", "display_name": "Cash Money Records", "legal_name": null, "aliases": ["Ca$h Money Records"], "website": "https://www.cashmoney-records.com", "canonical_domain": "cashmoney-records.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cash_Money_Records_logo.svg", "description": "American record label founded by brothers Bryan \"Birdman\" Williams and Ronald \"Slim\" Williams", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2518 +{"wikidata_id": "Q1059033", "display_name": "Surinam Airways", "legal_name": null, "aliases": ["Surinam Air", "Surinam Airline", "Surinam Airway"], "website": "https://www.flyslm.com", "canonical_domain": "flyslm.com", "country": "SR", "hq_city": "Paramaribo", "hq_region": "Paramaribo District", "lat": 5.86667, "lon": -55.16667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SUR-MEDIUM-LOGO.png", "description": "national airline of Suriname", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2519 +{"wikidata_id": "Q1065097", "display_name": "O’Reilly Media", "legal_name": null, "aliases": ["O'Reilly & Associates", "O'Reilly Media", "Inc.", "O'Reilly Media", "Incorporated", "O’Reilly"], "website": "https://www.oreilly.com", "canonical_domain": "oreilly.com", "country": "US", "hq_city": "Sebastopol", "hq_region": "Sonoma County", "lat": 38.39917, "lon": -122.82694, "industries": ["media", "education"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27585", "name": "AOL"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O%27Reilly_Logo_%282019%29.svg", "description": "American educational publisher", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2520 +{"wikidata_id": "Q1068680", "display_name": "National Wrestling Alliance", "legal_name": null, "aliases": ["NWA"], "website": "https://www.nationalwrestlingalliance.com", "canonical_domain": "nationalwrestlingalliance.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American professional wrestling promotion", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2521 +{"wikidata_id": "Q1070152", "display_name": "Young Money Entertainment", "legal_name": null, "aliases": [], "website": "https://www.youngmoney.com", "canonical_domain": "youngmoney.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Young-Money-Entertainment.jpg", "description": "American record label", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2522 +{"wikidata_id": "Q1091034", "display_name": "Indian Motorcycle", "legal_name": "Indian Motorcycle", "aliases": ["Indian", "Indian Motorcycle Manufacturing Company"], "website": "https://www.indianmotorcycle.com", "canonical_domain": "indianmotorcycle.com", "country": "US", "hq_city": "Medina", "hq_region": "Hennepin County", "lat": 45.03528, "lon": -93.5825, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1850587", "name": "Polaris"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indian_Motorcycle_tank_logo.svg", "description": "American brand of motorcycles", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2523 +{"wikidata_id": "Q1139197", "display_name": "Crayola LLC", "legal_name": null, "aliases": ["Binney & Smith", "Binney and Smith Company", "Crayola"], "website": "https://www.crayola.com", "canonical_domain": "crayola.com", "country": "US", "hq_city": "Forks Township", "hq_region": "Northampton County", "lat": 40.75167, "lon": -75.23306, "industries": ["manufacturing"], "industry_labels": ["art material"], "founded_year": 1885, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1521910", "name": "Hallmark Cards"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crayola_2002_logo.svg", "description": "American art supply manufacturer", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2524 +{"wikidata_id": "Q1257270", "display_name": "Red Digital Cinema Camera Company", "legal_name": null, "aliases": ["RED"], "website": "https://www.red.com", "canonical_domain": "red.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["technology"], "industry_labels": ["digital cinematography"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1218180", "name": "Nikon"}, "logo_url": null, "description": "American camera manufacturer", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2525 +{"wikidata_id": "Q130729", "display_name": "Turn 10 Studios", "legal_name": null, "aliases": ["Turn 10"], "website": "https://turn10studios.com", "canonical_domain": "turn10studios.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turn_10_Studios_logo.svg", "description": "American video game developer", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2526 +{"wikidata_id": "Q1324524", "display_name": "Fenway Sports Group", "legal_name": null, "aliases": [], "website": "https://www.fenwaysportsgroup.com", "canonical_domain": "fenwaysportsgroup.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fenway_Sports_Group_logo.svg", "description": "American sports company", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2527 +{"wikidata_id": "Q1530721", "display_name": "National Film Board of Canada", "legal_name": null, "aliases": ["National Film Board", "NFB", "NFB-ONF", "Office national du film", "Office national du film du Canada", "ONF", "ONF-NFB"], "website": "https://onf.ca", "canonical_domain": "onf.ca", "country": "CA", "hq_city": "Îlot Balmoral", "hq_region": "Ville-Marie", "lat": 45.50723, "lon": -73.56887, "industries": ["entertainment", "internet"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canada's public film and digital media producer and distributor", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2528 +{"wikidata_id": "Q1632681", "display_name": "Lee", "legal_name": null, "aliases": ["THE H.D. LEE COMPANY", "INC"], "website": "https://www.lee.com", "canonical_domain": "lee.com", "country": "US", "hq_city": "Kansas", "hq_region": "United States", "lat": 38.5, "lon": -98.0, "industries": ["consumer-goods"], "industry_labels": ["light industry"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lee_logo.svg", "description": "American brand of denim jeans", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2529 +{"wikidata_id": "Q171985", "display_name": "Massachusetts Bay Transportation Authority", "legal_name": null, "aliases": ["MBTA", "T"], "website": "https://www.mbta.com", "canonical_domain": "mbta.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["transportation"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300D2U0XBUXGX8P68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MBTA.svg", "description": "public transit operator in the Boston metropolitan area", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2530 +{"wikidata_id": "Q189477", "display_name": "Perforce Zend", "legal_name": null, "aliases": ["Zend Technologies Ltd.", "Zend by Perforce"], "website": "https://www.zend.com", "canonical_domain": "zend.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20063746", "name": "Perforce Software"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zend-logo.png", "description": "Company name", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2531 +{"wikidata_id": "Q466459", "display_name": "Regency Enterprises", "legal_name": null, "aliases": ["Regency", "Monarchy Enterprises S.á.r.l.", "New Regency", "Regency Entertainment"], "website": "https://www.newregency.com", "canonical_domain": "newregency.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2216535", "name": "Walt Disney Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Regency_Enterprises_Logo_2016.svg", "description": "American entertainment company", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2532 +{"wikidata_id": "Q477213", "display_name": "Megaforce Records", "legal_name": "Megaforce Records", "aliases": [], "website": "https://www.megaforcerecords.com", "canonical_domain": "megaforcerecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2533 +{"wikidata_id": "Q524629", "display_name": "Chase Bank", "legal_name": null, "aliases": ["Chase Manhattan Bank", "JP Morgan Chase Bank NA"], "website": "https://www.chase.com", "canonical_domain": "chase.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1799, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q192314", "name": "JPMorgan Chase"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chase_logo_2007.svg", "description": "American bank", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q140258"}]}
2534 +{"wikidata_id": "Q540102", "display_name": "SeaWorld", "legal_name": null, "aliases": [], "website": "https://www.seaworldparks.com", "canonical_domain": "seaworldparks.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q828545", "name": "United Parks & Resorts"}, "logo_url": null, "description": "United States chain of marine mammal parks, oceanariums, and animal theme parks", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q567864"}]}
2535 +{"wikidata_id": "Q605388", "display_name": "Fat Wreck Chords", "legal_name": null, "aliases": [], "website": "https://www.fatwreck.com", "canonical_domain": "fatwreck.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fat_Wreck_Chords.svg", "description": "San Francisco, California-based independent record label, focused on punk rock", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2536 +{"wikidata_id": "Q682748", "display_name": "Platinum Dunes", "legal_name": null, "aliases": [], "website": "https://www.bloody-disgusting.com", "canonical_domain": "bloody-disgusting.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film production company in Los Angeles, California, USA", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2537 +{"wikidata_id": "Q683170", "display_name": "S. C. Johnson & Son", "legal_name": null, "aliases": ["S. C. Johnson", "S. C. Johnson Wax and Johnson Wax", "S.C. Johnson", "SC Johnson"], "website": "https://www.scjohnson.com", "canonical_domain": "scjohnson.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SC_Johnson_2018.svg", "description": "company, American multinational manufacturer of household products", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2538 +{"wikidata_id": "Q796197", "display_name": "Robinson Helicopter Company", "legal_name": null, "aliases": ["Robinson"], "website": "https://www.robinsonheli.com", "canonical_domain": "robinsonheli.com", "country": "US", "hq_city": "Zamperini Field", "hq_region": "California", "lat": 33.80333, "lon": -118.33972, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Robinson_Helicopter_Company_logo.svg", "description": "helicopter manufacturer in the United States", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2539 +{"wikidata_id": "Q803873", "display_name": "Bain Capital", "legal_name": null, "aliases": [], "website": "https://www.baincapital.com", "canonical_domain": "baincapital.com", "country": "US", "hq_city": "John Hancock Tower", "hq_region": "Boston", "lat": 42.34928, "lon": -71.07478, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bain_Capital_Logo.jpg", "description": "American alternative investment firm specialized in private equity, venture capital and credit products", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2540 +{"wikidata_id": "Q806085", "display_name": "Banana Republic", "legal_name": null, "aliases": [], "website": "https://bananarepublic.gap.com", "canonical_domain": "gap.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q420822", "name": "Gap Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banana_Republic.svg", "description": "American clothing and accessories retailer", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2735242"}]}
2541 +{"wikidata_id": "Q806208", "display_name": "Bank of Mexico", "legal_name": null, "aliases": ["Central Bank of Mexico"], "website": "https://www.banxico.org.mx", "canonical_domain": "banxico.org.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logobm.svg", "description": "Mexico's central bank", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2542 +{"wikidata_id": "Q854520", "display_name": "Lycos", "legal_name": null, "aliases": ["Inc."], "website": "https://www.lycos.com", "canonical_domain": "lycos.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["internet"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lycos_logo.png", "description": "search engine and web portal", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2543 +{"wikidata_id": "Q891559", "display_name": "Mexican Stock Exchange", "legal_name": null, "aliases": ["Bolsa Mexicana de Valores", "BMV", "Bolsa Mexicana", "ibarrapromocion", "Mexbol", "XMEX"], "website": "https://www.bmv.com.mx", "canonical_domain": "bmv.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_la_BMV.svg", "description": "Stock exchange located in Mexico City, Mexico", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2544 +{"wikidata_id": "Q911173", "display_name": "Chemical Abstracts Service", "legal_name": "Chemical Abstracts Service", "aliases": ["CAS", "CAS (formerly Chemical Abstracts Service)"], "website": "https://www.cas.org", "canonical_domain": "cas.org", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 40.01357, "lon": -83.01974, "industries": ["chemicals", "media"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q247556", "name": "American Chemical Society"}, "logo_url": null, "description": "division of the American Chemical Society", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2545 +{"wikidata_id": "Q959759", "display_name": "Firaxis Games", "legal_name": null, "aliases": ["Firaxis", "Inc."], "website": "https://www.firaxis.com", "canonical_domain": "firaxis.com", "country": "US", "hq_city": "Sparks", "hq_region": "Baltimore County", "lat": 39.5308, "lon": -76.6458, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": null, "description": "American video game development company", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2546 +{"wikidata_id": "Q1726300", "display_name": "Philip Morris USA", "legal_name": null, "aliases": ["Phillip Morris and Co. LTD"], "website": "https://philipmorrisusa.com", "canonical_domain": "philipmorrisusa.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1902, "employees": 7500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q445007", "name": "Altria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Philip_Morris_USA_Logo.svg", "description": "American tobacco company", "sitelinks": 6, "importance": 0.3337, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2547 +{"wikidata_id": "Q4646438", "display_name": "9 Story Media Group", "legal_name": null, "aliases": ["9 Story Entertainment"], "website": "https://www.9story.com", "canonical_domain": "9story.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail", "entertainment"], "industry_labels": ["product distribution", "television production"], "founded_year": 2002, "employees": 1100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1155729", "name": "Scholastic Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/9_Story_Media_Group_2018.png", "description": "Canadian production company and international distributor", "sitelinks": 8, "importance": 0.3324, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2548 +{"wikidata_id": "Q1530270", "display_name": "LeCroy Corporation", "legal_name": null, "aliases": ["Teledyne LeCroy"], "website": "https://www.teledynelecroy.com", "canonical_domain": "teledynelecroy.com", "country": "US", "hq_city": "Chestnut Ridge", "hq_region": "Rockland County", "lat": 41.08194, "lon": -74.05139, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1964, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of electronic test equipment", "sitelinks": 9, "importance": 0.3321, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2549 +{"wikidata_id": "Q2008123", "display_name": "OSI Group", "legal_name": null, "aliases": ["OSI", "LLC", "OSI Industries", "OSI Industries", "LLC."], "website": "https://www.osigroup.com", "canonical_domain": "osigroup.com", "country": "US", "hq_city": "Aurora", "hq_region": "DuPage County", "lat": 41.76, "lon": -88.29861, "industries": ["food-beverage"], "industry_labels": ["meatpacking industry"], "founded_year": 1909, "employees": 19500, "public_company": false, "ticker": null, "exchange": null, "lei": "549300K8L0JBCINX9D23", "sec_cik": null, "parent": null, "logo_url": null, "description": "American company of meat processors", "sitelinks": 5, "importance": 0.3314, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2550 +{"wikidata_id": "Q48815775", "display_name": "88rising", "legal_name": null, "aliases": ["88↑", "88⬆", "88rising Music", "CXSHXNLY"], "website": "https://www.88rising.com", "canonical_domain": "88rising.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2015, "employees": 70, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/88rising_logo.svg", "description": "American mass media company", "sitelinks": 12, "importance": 0.3314, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2551 +{"wikidata_id": "Q1453920", "display_name": "Mouser Electronics, Inc", "legal_name": null, "aliases": ["Mouser Electronics"], "website": "https://www.mouser.com", "canonical_domain": "mouser.com", "country": "US", "hq_city": "Mansfield", "hq_region": "Ellis County", "lat": 32.57694, "lon": -97.12667, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1964, "employees": 2400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7671948", "name": "TTI, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mouser_Electronics_logo_newer.svg", "description": "electronic components distributor", "sitelinks": 7, "importance": 0.3313, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2552 +{"wikidata_id": "Q1122747", "display_name": "Compuware", "legal_name": null, "aliases": ["CompuWare Corp."], "website": "https://www.compuware.com", "canonical_domain": "compuware.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "549300P6GJJ3KGIE0O54", "sec_cik": null, "parent": {"wikidata_id": "Q7786759", "name": "Thoma Bravo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Compuware_company_logo_2018.svg", "description": "company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2553 +{"wikidata_id": "Q1145669", "display_name": "Metro", "legal_name": null, "aliases": ["Metro Inc."], "website": "https://www.metro.ca", "canonical_domain": "metro.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["supermarket"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300KQ7DCG4IXSNW78", "sec_cik": "1718420", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metro_Inc._logo.svg", "description": "Canadian food retailer", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5291028"}]}
2554 +{"wikidata_id": "Q146784", "display_name": "Zanella", "legal_name": null, "aliases": ["Zanella Hnos."], "website": "https://www.zanella.com.ar", "canonical_domain": "zanella.com.ar", "country": "AR", "hq_city": "Buenos Aires Province", "hq_region": "Argentina", "lat": -37.0, "lon": -60.0, "industries": ["automotive"], "industry_labels": [], "founded_year": 1948, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zanella.png", "description": "Argentine motorcycle and mini truck manufacturer", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2555 +{"wikidata_id": "Q1706317", "display_name": "Southern California Edison", "legal_name": null, "aliases": ["SCE", "SCE Corp", "Southern California Edison Company"], "website": "https://www.sce.com", "canonical_domain": "sce.com", "country": "US", "hq_city": "Rosemead", "hq_region": "Los Angeles County", "lat": 34.07056, "lon": -118.08222, "industries": ["energy", "utilities"], "industry_labels": ["electric power generation, transmission and distribution", "electricity supply company", "SIC 4911 Electric Services"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "SCE-PG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "92103", "parent": {"wikidata_id": "Q662095", "name": "Edison International"}, "logo_url": null, "description": "electrical utility in Southern California, United States", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "92103", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2556 +{"wikidata_id": "Q2112884", "display_name": "Ethyl Corporation", "legal_name": null, "aliases": [], "website": "https://ethyl.com", "canonical_domain": "ethyl.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["chemicals"], "industry_labels": ["chemical industry", "SIC 2860 Industrial Organic Chemicals"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "33656", "parent": {"wikidata_id": "Q17562023", "name": "NewMarket Corporation"}, "logo_url": null, "description": "organization", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "33656", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2557 +{"wikidata_id": "Q2866017", "display_name": "Aruba Networks", "legal_name": null, "aliases": ["Inc.", "Aruba Networking"], "website": "https://www.arubanetworks.com", "canonical_domain": "arubanetworks.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network", "SIC 3577 Computer Peripheral Equipment, NEC"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1173752", "parent": {"wikidata_id": "Q19923099", "name": "Hewlett Packard Enterprise"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hpe-aruba-networking-logo.svg", "description": "Networking vendor selling enterprise wireless LAN and edge access networking equipment.", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1173752", "enriched_at": "2026-09-13T07:17:38+00:00"}}
2558 +{"wikidata_id": "Q30283331", "display_name": "Inovio Pharmaceuticals", "legal_name": null, "aliases": ["Inc."], "website": "https://www.inovio.com", "canonical_domain": "inovio.com", "country": "US", "hq_city": "Plymouth Meeting", "hq_region": "Montgomery County", "lat": 40.1086, "lon": -75.2825, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "INO", "exchange": "Nasdaq", "lei": "529900B9W875XDZXTM97", "sec_cik": "1055726", "parent": null, "logo_url": null, "description": "American biotechnology company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1055726", "enriched_at": "2026-09-13T07:17:39+00:00"}}
2559 +{"wikidata_id": "Q3893521", "display_name": "Centrus Energy", "legal_name": null, "aliases": ["U.S. Enrichment Corporation", "United States Enrichment Corporation"], "website": "https://www.centrusenergy.com", "canonical_domain": "centrusenergy.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["energy"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300FTDHJBR67GXO13", "sec_cik": "1024188", "parent": null, "logo_url": null, "description": "American nuclear fuel supply company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2560 +{"wikidata_id": "Q4382227", "display_name": "Embratel", "legal_name": null, "aliases": [], "website": "https://www.embratel.com.br", "canonical_domain": "embratel.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482267", "name": "América Móvil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Embratel.svg", "description": "Brazilian telecommunications company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q24376"}]}
2561 +{"wikidata_id": "Q5203237", "display_name": "D-Box Technologies", "legal_name": null, "aliases": [], "website": "https://www.d-box.com", "canonical_domain": "d-box.com", "country": "CA", "hq_city": "Longueuil", "hq_region": "Urban agglomeration of Longueuil", "lat": 45.51408, "lon": -73.43803, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D-Box_logo.svg", "description": "Motion effects company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2562 +{"wikidata_id": "Q5374063", "display_name": "Empire Company", "legal_name": null, "aliases": [], "website": "https://www.empireco.ca", "canonical_domain": "empireco.ca", "country": "CA", "hq_city": "Stellarton", "hq_region": "Pictou County", "lat": 45.55944, "lon": -62.65972, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Empire_Company_logo_%282022%29.svg", "description": "Canadian conglomerate engaged mostly in food retail and corporate investments", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2563 +{"wikidata_id": "Q688712", "display_name": "Dow Jones Transportation Average", "legal_name": null, "aliases": ["DJTA", "Dow Jones Transports"], "website": "https://us.spindices.com", "canonical_domain": "spindices.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["transportation"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DowJonesIndex.svg", "description": "stock market index", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q688556"}, {"related_domain_conflict": "Q696830"}]}
2564 +{"wikidata_id": "Q7376400", "display_name": "Ruby Tuesday", "legal_name": null, "aliases": [], "website": "https://www.rubytuesday.com", "canonical_domain": "rubytuesday.com", "country": "US", "hq_city": "Maryville", "hq_region": "TN", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant", "SIC 5812 Retail-Eating Places"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "68270", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rubytuesday.svg", "description": "restaurant chain", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "68270", "enriched_at": "2026-09-13T07:17:40+00:00"}}
2565 +{"wikidata_id": "Q7622587", "display_name": "Strayer University", "legal_name": null, "aliases": ["Strayer College", "Strayer's Business College"], "website": "https://www.strayer.edu", "canonical_domain": "strayer.edu", "country": "US", "hq_city": null, "hq_region": null, "lat": 38.81024, "lon": -77.1119, "industries": ["education"], "industry_labels": [], "founded_year": 1892, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "0PYXF82EO1UCNGL5I740", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Strayer_University_logo.svg", "description": "private, for-profit university in the United States", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2566 +{"wikidata_id": "Q7862902", "display_name": "U-Haul", "legal_name": null, "aliases": ["U-Haul International", "U-Haul International", "Inc.", "U-Haul Truck Rental", "uhaul"], "website": "https://www.uhaul.com", "canonical_domain": "uhaul.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["automotive", "transportation", "real-estate"], "industry_labels": ["do it yourself", "automotive industry", "renting", "car rental company", "self storage"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300AFY4WTM1ZIZG91", "sec_cik": null, "parent": {"wikidata_id": "Q106221634", "name": "U-Haul Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/U-Haul_logo.svg", "description": "American moving truck, trailer, and self-storage rental company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2567 +{"wikidata_id": "Q919511", "display_name": "EarthLink", "legal_name": null, "aliases": [], "website": "https://www.earthlink.net", "canonical_domain": "earthlink.net", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider", "SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 1994, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1102541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Earthlink_logo_%282020%29.svg", "description": "American internet company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1102541", "enriched_at": "2026-09-13T07:17:40+00:00"}}
2568 +{"wikidata_id": "Q2880934", "display_name": "ICR AT&T México", "legal_name": null, "aliases": [], "website": "https://www.att.com.mx", "canonical_domain": "att.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1987, "employees": 18000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35476", "name": "AT&T"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AT%26T_logo_2016.svg", "description": "international wireless subsidiary of AT&T, Inc.", "sitelinks": 5, "importance": 0.3302, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2569 +{"wikidata_id": "Q1029276", "display_name": "fantasyflightgames.com", "legal_name": null, "aliases": [], "website": "https://new.fantasyflightgames.com", "canonical_domain": "fantasyflightgames.com", "country": "US", "hq_city": "Roseville", "hq_region": "Ramsey County", "lat": 45.00611, "lon": -93.15667, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1995, "employees": 64, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2866722", "name": null}, "logo_url": null, "description": "American game publisher", "sitelinks": 12, "importance": 0.3301, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2570 +{"wikidata_id": "Q1033502", "display_name": "Cannondale Bicycle Corporation", "legal_name": null, "aliases": ["Cannondale", "Cannondale Bicycle", "Cannondale Bikes"], "website": "https://www.cannondale.com", "canonical_domain": "cannondale.com", "country": "US", "hq_city": "Bethel", "hq_region": "Western Connecticut Planning Region", "lat": 41.37121, "lon": -73.41401, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2522251", "name": "Pon Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cannondale_logo.svg", "description": "company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2571 +{"wikidata_id": "Q1052823", "display_name": "Celebrity Cruises", "legal_name": null, "aliases": ["Celebrity", "Celebrity Cruise"], "website": "https://www.celebritycruises.com", "canonical_domain": "celebritycruises.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["shipping"], "industry_labels": ["cruise line"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q427881", "name": "Royal Caribbean Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Celebrity-Cruises-Logo.svg", "description": "cruise line", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2572 +{"wikidata_id": "Q1071867", "display_name": "Chicago Board of Trade", "legal_name": null, "aliases": ["CBOT", "Chicago Mercantile Exchange & Chicago Board of Trade", "XCBT"], "website": "https://www.cbot.com", "canonical_domain": "cbot.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["retail", "financial-services"], "industry_labels": [], "founded_year": 1848, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "world's oldest options and futures exchange, located in Chicago, Illinois, United States", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2573 +{"wikidata_id": "Q1321379", "display_name": "Lakeshore Entertainment", "legal_name": null, "aliases": ["Lakeshore Entertainment Group", "Lakeshore Entertainment Group", "LLC", "Lakeshore Productions", "Lakeshore Village Entertainment"], "website": "https://www.lakeshoreentertainment.com", "canonical_domain": "lakeshoreentertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film production company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2574 +{"wikidata_id": "Q1459090", "display_name": "The Asylum", "legal_name": null, "aliases": ["The Global Asylum"], "website": "https://theasylum.cc", "canonical_domain": "theasylum.cc", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["retail", "entertainment"], "industry_labels": ["cinematography"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film studio and distributor", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2575 +{"wikidata_id": "Q1514963", "display_name": "SSC North America", "legal_name": null, "aliases": ["Shelby SuperCars"], "website": "https://www.sscnorthamerica.com", "canonical_domain": "sscnorthamerica.com", "country": "US", "hq_city": "West Richland", "hq_region": "Benton County", "lat": 46.29222, "lon": -119.35444, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SSC_company_logo_2014-03-26_23-11.jpg", "description": "automobile manufacturer", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2576 +{"wikidata_id": "Q1584317", "display_name": "Happy Madison Productions", "legal_name": null, "aliases": ["Happy Madison"], "website": "https://adamsandler.com", "canonical_domain": "adamsandler.com", "country": "US", "hq_city": "Manchester", "hq_region": "Hillsborough County", "lat": 42.99083, "lon": -71.46361, "industries": ["entertainment"], "industry_labels": ["film production", "television production"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Happy-Madison-Productions-logo.png", "description": "US film and television production company (est. 1999)", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2577 +{"wikidata_id": "Q16242963", "display_name": "Annapurna Pictures", "legal_name": null, "aliases": [], "website": "https://annapurna.pictures", "canonical_domain": "annapurna.pictures", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media", "entertainment"], "industry_labels": ["television", "film production"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent film company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q38805988"}]}
2578 +{"wikidata_id": "Q1624735", "display_name": "Holland America Line", "legal_name": null, "aliases": ["Holland Amerika Lijn", "Holland America", "Holland America Lines", "Holland Amerika Line", "Holland-America Line", "Holland-Amerika Lijn", "Holland-Amerika Line"], "website": "https://www.hollandamerica.com", "canonical_domain": "hollandamerica.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["travel", "shipping"], "industry_labels": ["tourism", "water transport"], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1044059", "name": "Carnival Corporation"}, "logo_url": null, "description": "British-American cruise line", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2579 +{"wikidata_id": "Q1636257", "display_name": "Kalaallit Nunaata Radioa", "legal_name": null, "aliases": ["Greenlandic Broadcasting Corporation", "Greenland Broadcasting Company", "Greenland National Broadcasting Company"], "website": "https://www.knr.gl", "canonical_domain": "knr.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["media"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_KNR.png", "description": "public broadcasting organization of Greenland", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2580 +{"wikidata_id": "Q1785329", "display_name": "Nickelodeon Movies", "legal_name": null, "aliases": ["Nickelodeon Original Movie", "Nickelodeon Original Movies"], "website": "https://www.nickelodeonmovies.com", "canonical_domain": "nickelodeonmovies.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q154958", "name": "Nickelodeon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nick_Movies.png", "description": "organization that produces film within the company Nickelodeon", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2581 +{"wikidata_id": "Q2111400", "display_name": "ProQuest", "legal_name": "ProQuest LLC", "aliases": [], "website": "https://www.proquest.com", "canonical_domain": "proquest.com", "country": "US", "hq_city": "Ann Arbor", "hq_region": "Washtenaw County", "lat": 42.28139, "lon": -83.74833, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27991358", "name": "Clarivate"}, "logo_url": null, "description": "American information company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q390532"}]}
2582 +{"wikidata_id": "Q4386779", "display_name": "Big Boy Restaurants", "legal_name": null, "aliases": ["Big Boy Restaurant Group"], "website": "https://www.bigboy.com", "canonical_domain": "bigboy.com", "country": "US", "hq_city": "Warren", "hq_region": "Macomb County", "lat": 42.5125, "lon": -83.025, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain founded by Bob Wian in California, United States", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2583 +{"wikidata_id": "Q511731", "display_name": "Imagine Entertainment", "legal_name": null, "aliases": ["Imagine", "Imagine Films Entertainment"], "website": "https://www.imagine-entertainment.com", "canonical_domain": "imagine-entertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imagine_Entertainment.svg", "description": "American film and television production company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2584 +{"wikidata_id": "Q575026", "display_name": "Ruthless Records", "legal_name": null, "aliases": [], "website": "https://www.ruthlessrecords.com", "canonical_domain": "ruthlessrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label founded by Eric \"Eazy-E\" Wright and Jerry Heller", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2585 +{"wikidata_id": "Q663300", "display_name": "Bulova Watch Company", "legal_name": null, "aliases": ["Bulova"], "website": "https://www.bulova.com", "canonical_domain": "bulova.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["defense", "consumer-goods"], "industry_labels": ["defence industry", "watchmaking", "manufacture of watches and clocks"], "founded_year": 1875, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1368019", "name": "Citizen Watch"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bulova_logo.svg", "description": "manufacturer of watches and clocks", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2586 +{"wikidata_id": "Q800208", "display_name": "bahamasair.com", "legal_name": null, "aliases": ["Bahamasair Holdings Limited"], "website": "https://www.bahamasair.com", "canonical_domain": "bahamasair.com", "country": "BS", "hq_city": "Nassau", "hq_region": "New Providence", "lat": 25.07806, "lon": -77.33861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bahamasair_Logo.svg", "description": "national airline of The Bahamas, United Kingdom", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2587 +{"wikidata_id": "Q891885", "display_name": "Broadcast Music, Inc.", "legal_name": "Broadcast Music, Inc.", "aliases": ["BMI"], "website": "https://www.bmi.com", "canonical_domain": "bmi.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493009OHRQHZ3ZIMV87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_bmi.jpg", "description": "performing rights organization in the United States", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2588 +{"wikidata_id": "Q54263821", "display_name": "Relativity Space", "legal_name": null, "aliases": [], "website": "https://www.relativityspace.com", "canonical_domain": "relativityspace.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2015, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1673976", "parent": null, "logo_url": null, "description": "American aerospace manufacturer", "sitelinks": 12, "importance": 0.3292, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2589 +{"wikidata_id": "Q3022081", "display_name": "Unknown Worlds Entertainment", "legal_name": null, "aliases": [], "website": "https://www.unknownworlds.com", "canonical_domain": "unknownworlds.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": 20, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4035237", "name": "Krafton"}, "logo_url": null, "description": "American video game developer", "sitelinks": 14, "importance": 0.3288, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2590 +{"wikidata_id": "Q5094438", "display_name": "Chevron Phillips Chemical", "legal_name": null, "aliases": [], "website": "https://www.cpchem.com", "canonical_domain": "cpchem.com", "country": "US", "hq_city": "The Woodlands", "hq_region": "Harris County", "lat": 30.1775, "lon": -95.50389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "petrochemical industry"], "founded_year": 2000, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chevron_Phillips_Chemical_logo.svg", "description": "Petrochemical company", "sitelinks": 6, "importance": 0.3279, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2591 +{"wikidata_id": "Q3347525", "display_name": "OC Transpo", "legal_name": null, "aliases": [], "website": "https://www.octranspo.com", "canonical_domain": "octranspo.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.41236, "lon": -75.63208, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": null, "employees": 1700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OC_Transpo_logo.svg", "description": "public transit service in Ottawa, Ontario, Canada", "sitelinks": 7, "importance": 0.3263, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2592 +{"wikidata_id": "Q4652189", "display_name": "AKQA", "legal_name": null, "aliases": [], "website": "https://www.akqa.com", "canonical_domain": "akqa.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": [], "founded_year": 2001, "employees": 1600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AKQA-Logo.svg", "description": "digital agency", "sitelinks": 7, "importance": 0.3254, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2593 +{"wikidata_id": "Q1046997", "display_name": "Case IH", "legal_name": null, "aliases": ["IH", "Case", "Case-IH", "International Harvester", "International Harvester Company"], "website": "https://www.caseih.com", "canonical_domain": "caseih.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": ["industrial-machinery"], "industry_labels": ["agricultural machinery industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15238661", "name": "CNH Industrial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Case_IH.png", "description": "brand of agricultural equipment", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2594 +{"wikidata_id": "Q1073508", "display_name": "JEDEC", "legal_name": null, "aliases": ["JEDEC Solid State Technology Association", "Joint Electron Device Engineering Council"], "website": "https://www.jedec.org", "canonical_domain": "jedec.org", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international standards organization", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2595 +{"wikidata_id": "Q1202533", "display_name": "Globalstar", "legal_name": null, "aliases": [], "website": "https://globalstar.com", "canonical_domain": "globalstar.com", "country": "US", "hq_city": "Covington", "hq_region": "St. Tammany Parish", "lat": 30.4789, "lon": -90.1042, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4899 Communications Services, NEC"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "GSAT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1366868", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Globalstar_Logo.png", "description": "global satellite telecommunications company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1366868", "enriched_at": "2026-09-13T07:17:40+00:00"}}
2596 +{"wikidata_id": "Q1258332", "display_name": "Dremel", "legal_name": null, "aliases": [], "website": "https://www.dremel.com", "canonical_domain": "dremel.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": [], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q234021", "name": "Robert Bosch"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dremel_logo.svg", "description": "American trademark known for angle grinders", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2597 +{"wikidata_id": "Q1473820", "display_name": "SAS Institute", "legal_name": null, "aliases": ["SAS", "Inc."], "website": "https://www.sas.com", "canonical_domain": "sas.com", "country": "US", "hq_city": "Cary", "hq_region": "Chatham County", "lat": 35.77889, "lon": -78.80028, "industries": ["artificial-intelligence", "software"], "industry_labels": ["artificial intelligence", "analytics", "software industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930038Z4LRJWWZ1746", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sas-logo-blue.png", "description": "American analytics and artificial intelligence company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2598 +{"wikidata_id": "Q1476454", "display_name": "Harman Kardon", "legal_name": null, "aliases": ["Harman/Kardon"], "website": "https://www.harmankardon.com", "canonical_domain": "harmankardon.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harman_Kardon_logo.svg", "description": "US audio equipment manufacturer and retail chain", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2599 +{"wikidata_id": "Q1537163", "display_name": "Shure", "legal_name": null, "aliases": [], "website": "https://www.shure.com", "canonical_domain": "shure.com", "country": "US", "hq_city": "Niles", "hq_region": "Cook County", "lat": 42.0278, "lon": -87.81, "industries": [], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OS5P4N4C9EDX43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shure_Logo_2024.svg", "description": "American audio products corporation", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2600 +{"wikidata_id": "Q16219280", "display_name": "RC4WD", "legal_name": null, "aliases": [], "website": "https://store.rc4wd.com", "canonical_domain": "rc4wd.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2601 +{"wikidata_id": "Q1687798", "display_name": "Saucony", "legal_name": null, "aliases": [], "website": "https://www.saucony.com", "canonical_domain": "saucony.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8030548", "name": "Wolverine World Wide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Saucony.svg", "description": "American manufacturer of athletic shoes", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2602 +{"wikidata_id": "Q1969155", "display_name": "Pratt & Whitney Canada", "legal_name": null, "aliases": ["PWC", "Pratt and Whitney Canada", "P&WC"], "website": "https://www.pwc.ca", "canonical_domain": "pwc.ca", "country": "CA", "hq_city": "Longueuil", "hq_region": "Greater Montreal", "lat": 45.51408, "lon": -73.43803, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173150", "name": "Pratt & Whitney"}, "logo_url": null, "description": "Canada-based aircraft engine manufacturer", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2603 +{"wikidata_id": "Q2156372", "display_name": "American Geographical Society", "legal_name": null, "aliases": ["AGS", "American Geographic Society", "The American Geographical Society"], "website": "https://americangeo.org", "canonical_domain": "americangeo.org", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.7241, "lon": -74.00527, "industries": ["media"], "industry_labels": [], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AGS.png", "description": "non profit organization of professional geographers", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2604 +{"wikidata_id": "Q24228", "display_name": "Halo Studios", "legal_name": null, "aliases": ["343 Industries", "343i"], "website": "https://www.halowaypoint.com", "canonical_domain": "halowaypoint.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halo_Studios_Logo.svg", "description": "American video game developer", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2605 +{"wikidata_id": "Q261952", "display_name": "Ampex", "legal_name": null, "aliases": ["Ampex Corporation", "Ampex Data Systems Corporation", "Ampex Data Systems", "Ampex Electric Corporation", "Alexander M. Poniatoff Excellence", "Alexander M. Poniatoff Experimental", "AMP Excellence", "AMP Experimental"], "website": "https://www.ampex.com", "canonical_domain": "ampex.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology"], "industry_labels": ["data management", "electronics industry"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ampex_Logo.svg", "description": "American audio and video recorder and storage media company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2606 +{"wikidata_id": "Q2655764", "display_name": "Clinique Laboratories, LLC", "legal_name": null, "aliases": ["Clinique", "Clinique Laboratories"], "website": "https://www.clinique.com", "canonical_domain": "clinique.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1260606", "name": "Estée Lauder Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clinique_logo.svg", "description": "American manufacturer of skincare, cosmetics, toiletries and fragrances", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2607 +{"wikidata_id": "Q28230873", "display_name": "Axios", "legal_name": null, "aliases": ["AXIOS Media", "Axios Media Inc."], "website": "https://www.axios.com", "canonical_domain": "axios.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["internet"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axios_logo_%282020%29.svg", "description": "American news website", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2608 +{"wikidata_id": "Q339928", "display_name": "SaskTel", "legal_name": null, "aliases": ["Sask Tel", "Saskatchewan Government Telephones", "Saskatchewan Telecommunications", "Saskatchewan Telecommunications Holding Corporation"], "website": "https://www.sasktel.com", "canonical_domain": "sasktel.com", "country": "CA", "hq_city": "Regina", "hq_region": "Saskatchewan", "lat": 50.45472, "lon": -104.60667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1908, "employees": 4100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SaskTel_Logo.svg", "description": "Canadian telecommunications company", "sitelinks": 6, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2609 +{"wikidata_id": "Q372245", "display_name": "Council on Vertical Urbanism", "legal_name": "Council on Vertical Urbanism", "aliases": ["CVU", "Council on Tall Buildings and Urban Habitat", "CTBUH", "Council on Tall Buildings & Urban Habitat"], "website": "https://verticalurbanism.org", "canonical_domain": "verticalurbanism.org", "country": "US", "hq_city": "Illinois Institute of Technology", "hq_region": "Chicago", "lat": 41.88061, "lon": -87.62497, "industries": ["professional-services", "media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "non-profit organization in the field of tall buildings and sustainable urban design", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2610 +{"wikidata_id": "Q498944", "display_name": "Webex by Cisco", "legal_name": null, "aliases": ["Webex"], "website": "https://www.webex.com", "canonical_domain": "webex.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["technology"], "industry_labels": ["information technology industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q173395", "name": "Cisco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cisco_Webex_logo_-_Brandlogos.net.svg", "description": "American web conferencing and videoconferencing company by Cisco Systems", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2611 +{"wikidata_id": "Q5203294", "display_name": "D-Wave Systems", "legal_name": null, "aliases": ["D-Wave", "DWAVE"], "website": "https://www.dwavequantum.com", "canonical_domain": "dwavequantum.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900HAIQ4K2K5K5A82", "sec_cik": "1547061", "parent": {"wikidata_id": "Q138161948", "name": "D-Wave Quantum"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D-Wave_Systems_logo.svg", "description": "Canadian Quantum Computing Company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2612 +{"wikidata_id": "Q557387", "display_name": "Original Film", "legal_name": null, "aliases": [], "website": "https://www.originalfilm.com", "canonical_domain": "originalfilm.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Original_Film_logo.svg", "description": "American film production company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2613 +{"wikidata_id": "Q61918830", "display_name": "anduril.com", "legal_name": null, "aliases": [], "website": "https://www.anduril.com", "canonical_domain": "anduril.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["defense"], "industry_labels": ["defence industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900CIXLZUXXNYQW57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anduril_Industries_Logo.svg", "description": "American defense contractor", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2614 +{"wikidata_id": "Q647397", "display_name": "Edmodo", "legal_name": null, "aliases": [], "website": "https://www.edmodo.com", "canonical_domain": "edmodo.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["education"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Discontinued learning management system", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2615 +{"wikidata_id": "Q654073", "display_name": "Disney Entertainment Television", "legal_name": null, "aliases": ["Capital Cities/ABC", "ABC Group", "Capital Cities/ABC Inc.", "Disney–ABC Television Group"], "website": "https://www.dgepress.com", "canonical_domain": "dgepress.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["mass media", "cable television", "broadcasting"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116873491", "name": "Disney Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walt_Disney_Television_logo.svg", "description": "The Walt Disney Company television proprieties subsidiary", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1111443"}]}
2616 +{"wikidata_id": "Q658637", "display_name": "Miller Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.millercoors.com", "canonical_domain": "millercoors.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4995", "name": "SABMiller"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miller.logo.png", "description": "American brewery and beer company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6859054"}]}
2617 +{"wikidata_id": "Q795990", "display_name": "Viva", "legal_name": null, "aliases": ["Aeroenlaces Nacionales", "S.A. de C.V.", "Viva Aerobus", "VivaAerobus"], "website": "https://www.vivaaerobus.com", "canonical_domain": "vivaaerobus.com", "country": "MX", "hq_city": "Apodaca", "hq_region": "Apodaca Municipality", "lat": 25.78167, "lon": -100.18861, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican low-cost airline", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2618 +{"wikidata_id": "Q808890", "display_name": "Barrett Firearms Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.barrett.net", "canonical_domain": "barrett.net", "country": "US", "hq_city": "Christiana", "hq_region": "Rutherford County", "lat": 35.71, "lon": -86.3994, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Barrett_Firearms_Manufacturing_logo.svg", "description": "American manufacturer of firearms and ammunition", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2619 +{"wikidata_id": "Q921536", "display_name": "Viking Press", "legal_name": null, "aliases": ["Viking", "The Viking Press", "Viking Penguin"], "website": "https://www.penguin.com", "canonical_domain": "penguin.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1336200", "name": "Penguin Books"}, "logo_url": null, "description": "American book publisher", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q536795"}, {"related_domain_conflict": "Q3093062"}, {"related_domain_conflict": "Q3374730"}, {"related_domain_conflict": "Q3087181"}, {"related_domain_conflict": "Q2646621"}, {"related_domain_conflict": "Q16988020"}, {"related_domain_conflict": "Q7205413"}]}
2620 +{"wikidata_id": "Q3040525", "display_name": "The Behemoth", "legal_name": null, "aliases": ["Behemoth"], "website": "https://www.thebehemoth.com", "canonical_domain": "thebehemoth.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": 9, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 15, "importance": 0.3248, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2621 +{"wikidata_id": "Q2919722", "display_name": "B&H Photo Video", "legal_name": null, "aliases": ["B&H", "B & H", "B & H Photo", "B and H", "B and H Photo", "B H Photo", "B&H Photo", "B&H Photo & Electronics Corp."], "website": "https://www.bhphotovideo.com", "canonical_domain": "bhphotovideo.com", "country": "US", "hq_city": "Hell's Kitchen", "hq_region": "Manhattan", "lat": 40.76417, "lon": -73.99222, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": 1501, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/B%26H_Photo_Video_logo_2021.svg", "description": "photo and video equipment store in the US", "sitelinks": 7, "importance": 0.3245, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2622 +{"wikidata_id": "Q4835498", "display_name": "BET Media Group", "legal_name": "Black Entertainment Television LLC", "aliases": ["BET Holdings Inc.", "BET Networks"], "website": "https://www.viacom.com", "canonical_domain": "viacom.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1983, "employees": 11949, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1156334", "name": "Paramount Media Networks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BET_Networks.svg", "description": "American cable television division of Paramount Global", "sitelinks": 5, "importance": 0.3243, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7924439"}]}
2623 +{"wikidata_id": "Q140772884", "display_name": "Grid Dynamics Holdings", "legal_name": null, "aliases": ["Grid Dynamics · GDYN · Grid Dynamics Holdings", "Inc."], "website": "https://www.griddynamics.com", "canonical_domain": "griddynamics.com", "country": "US", "hq_city": "San Ramon", "hq_region": "Contra Costa County", "lat": 37.78, "lon": -121.97806, "industries": ["technology", "consulting", "software"], "industry_labels": ["information technology", "information technology consulting", "Prepackaged Software"], "founded_year": 2006, "employees": 4838, "public_company": true, "ticker": "GDYN", "exchange": "Nasdaq", "lei": "9845007E77EEC65AZE29", "sec_cik": "1743725", "parent": null, "logo_url": null, "description": "global provider of AI, engineering, and technology consulting services", "sitelinks": 0, "importance": 0.3228, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2624 +{"wikidata_id": "Q5629257", "display_name": "HDR, Inc.", "legal_name": null, "aliases": ["HDR"], "website": "https://www.hdrinc.com", "canonical_domain": "hdrinc.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["professional-services"], "industry_labels": ["professional service"], "founded_year": 1917, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HDR%2C_Inc._logo.png", "description": "design firm in engineering, architecture, environmental, and construction services", "sitelinks": 5, "importance": 0.3217, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2625 +{"wikidata_id": "Q2364173", "display_name": "Basecamp", "legal_name": null, "aliases": ["37signals"], "website": "https://basecamp.com", "canonical_domain": "basecamp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": 59, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Basecamp_logo19.png", "description": "American business", "sitelinks": 11, "importance": 0.3205, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2626 +{"wikidata_id": "Q23671513", "display_name": "NYX Professional Makeup", "legal_name": "NYX Professional Makeup", "aliases": ["NYX", "NYX Cosmetics", "NYX Inc", "NYX", "Inc."], "website": "https://www.nyxcosmetics-nordics.com", "canonical_domain": "nyxcosmetics-nordics.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry", "consumer goods industry"], "founded_year": 1999, "employees": 1138, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156077", "name": "L'Oréal"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NYX_Professional_Makeup_Logo.jpeg", "description": "cosmetics company", "sitelinks": 7, "importance": 0.3205, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2627 +{"wikidata_id": "Q1430055", "display_name": "Florida Power & Light", "legal_name": null, "aliases": ["FPL", "Florida Power and Light"], "website": "https://www.fpl.com", "canonical_domain": "fpl.com", "country": "US", "hq_city": "Juno Beach", "hq_region": "Palm Beach County", "lat": 26.87333, "lon": -80.05417, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1925, "employees": 9000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115902598", "name": "American Power & Light"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Florida_Power_%26_Light_Logo.svg", "description": "US electric utility", "sitelinks": 5, "importance": 0.3202, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2628 +{"wikidata_id": "Q1022479", "display_name": "C. F. Martin & Company", "legal_name": null, "aliases": ["Martin & Co.", "Martin Guitar", "Martin Guitar Company", "Martin Guitars"], "website": "https://www.martinguitar.com", "canonical_domain": "martinguitar.com", "country": "US", "hq_city": "Nazareth", "hq_region": "Northampton County", "lat": 40.74038, "lon": -75.30962, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1833, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Martin_Guitars_logo_2023.svg", "description": "American guitar manufacturer", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2629 +{"wikidata_id": "Q1045367", "display_name": "Indeed", "legal_name": null, "aliases": ["Indeed Jobs"], "website": "https://www.indeed.com", "canonical_domain": "indeed.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["internet"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indeed_logo.png", "description": "American worldwide job listing search engine", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2630 +{"wikidata_id": "Q1067617", "display_name": "Trek Bicycle Corporation", "legal_name": null, "aliases": ["Trek"], "website": "https://www.trekbikes.com", "canonical_domain": "trekbikes.com", "country": "US", "hq_city": "Waterloo", "hq_region": "Jefferson County", "lat": 43.18361, "lon": -88.99, "industries": ["consumer-goods", "manufacturing"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IIBEBN6YD2ZF72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2018_Trek_logo_word_mark_wiki.svg", "description": "American bicycle manufacturing company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2631 +{"wikidata_id": "Q1133735", "display_name": "Westinghouse Electric Company", "legal_name": null, "aliases": ["Westinghouse", "Westinghouse Electric Company LLC"], "website": "https://www.westinghousenuclear.com", "canonical_domain": "westinghousenuclear.com", "country": "US", "hq_city": "Cranberry Township", "hq_region": "Butler County", "lat": 40.68496, "lon": -80.10714, "industries": ["energy"], "industry_labels": ["nuclear power"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300OK7IPGO6ZCOM18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Westinghouse_logo_and_wordmark.svg", "description": "US based nuclear power company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2632 +{"wikidata_id": "Q1200062", "display_name": "Horizon Air", "legal_name": null, "aliases": ["QX", "Horizon Air Industries", "QXE"], "website": "https://www.horizonair.com", "canonical_domain": "horizonair.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4033665", "name": "Alaska Air Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Horizon_Air_Logo.svg", "description": "regional airline in the western United States", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2633 +{"wikidata_id": "Q1200368", "display_name": "Astralwerks", "legal_name": null, "aliases": ["Astralwerks Records"], "website": "https://www.astralwerks.com", "canonical_domain": "astralwerks.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astralwerks_logo.svg", "description": "record label owned by Universal Music Group", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2634 +{"wikidata_id": "Q1200510", "display_name": "Specialized Bicycle Components", "legal_name": null, "aliases": ["SPECIALIZED", "Inc."], "website": "https://www.specialized.com", "canonical_domain": "specialized.com", "country": "US", "hq_city": "Morgan Hill", "hq_region": "Santa Clara County", "lat": 37.13056, "lon": -121.65444, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Specialized_red_S_black_logotype.png", "description": "American bicycle manufacturing company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2635 +{"wikidata_id": "Q1420671", "display_name": "Fisher-Price", "legal_name": null, "aliases": [], "website": "https://www.fisher-price.com", "canonical_domain": "fisher-price.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q596139", "name": "Mattel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FisherPriceLogo.png", "description": "American company that produces toys for infants and children", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2636 +{"wikidata_id": "Q1445358", "display_name": "Wrangler", "legal_name": null, "aliases": ["Wrangler Jeans", "Wrangler Jeans Company"], "website": "https://www.wrangler.com", "canonical_domain": "wrangler.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96386259", "name": "Kontoor Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wrangler_Logo.svg", "description": "American manufacturer of jeans and other clothing items", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2637 +{"wikidata_id": "Q1506909", "display_name": "Gracie Films", "legal_name": null, "aliases": [], "website": "https://www.graciefilms.com", "canonical_domain": "graciefilms.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gracie_Films.svg", "description": "American production company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2638 +{"wikidata_id": "Q1572433", "display_name": "Mesa Boogie", "legal_name": null, "aliases": [], "website": "https://www.mesaboogie.com", "canonical_domain": "mesaboogie.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["manufacturing"], "industry_labels": ["electronic amplifier"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mesa_Boogie_Engineering_Logo.svg", "description": "U.S. manufacturer of guitar/bass amplifiers, effects pedals", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2639 +{"wikidata_id": "Q19747898", "display_name": "Atlas Entertainment", "legal_name": "Atlas Entertainment, Inc.", "aliases": ["ATLAS ENTERTAINMENT"], "website": "https://atlasentertainment.com", "canonical_domain": "atlasentertainment.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film financing and producing company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2640 +{"wikidata_id": "Q2067115", "display_name": "Yen Press, LLC", "legal_name": null, "aliases": ["Yen Press", "Yen Press LLC"], "website": "https://www.yenpress.com", "canonical_domain": "yenpress.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.74804, "lon": -73.99196, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1567078", "name": "Hachette Book Group"}, "logo_url": null, "description": "American publishing company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2641 +{"wikidata_id": "Q2354647", "display_name": "Max Factor", "legal_name": null, "aliases": [], "website": "https://www.maxfactor.com", "canonical_domain": "maxfactor.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212405", "name": "Procter & Gamble"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MaxFactor_logo.svg", "description": "line of cosmetics", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2642 +{"wikidata_id": "Q2594452", "display_name": "Everlast", "legal_name": null, "aliases": [], "website": "https://www.everlast.com", "canonical_domain": "everlast.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Everlast-logo-2011.svg", "description": "American maker of sporting goods equipment (est. 1910)", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2643 +{"wikidata_id": "Q2696696", "display_name": "NetherRealm Studios", "legal_name": null, "aliases": ["NetherRealm Studiosle"], "website": "https://www.netherrealm.com", "canonical_domain": "netherrealm.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": null, "description": "American video game development company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2644 +{"wikidata_id": "Q286780", "display_name": "thatgamecompany.com", "legal_name": null, "aliases": [], "website": "https://www.thatgamecompany.com", "canonical_domain": "thatgamecompany.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development studio", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2645 +{"wikidata_id": "Q289362", "display_name": "Cerberus Capital Management", "legal_name": null, "aliases": ["Cerberus", "Cerberus Capital", "L.P.", "Cerberus CCM", "Cerberus Management"], "website": "https://www.cerberuscapital.com", "canonical_domain": "cerberuscapital.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "N77SNR5PJCXH58YZC794", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cerberus_Capital_Management_logo.svg", "description": "U.S. investment management company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2646 +{"wikidata_id": "Q3073996", "display_name": "Xamarin", "legal_name": null, "aliases": [], "website": "https://www.xamarin.com", "canonical_domain": "xamarin.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xamarin-logo.svg", "description": "San Francisco, California-based software company by Microsoft", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2647 +{"wikidata_id": "Q371306", "display_name": "Envoy Air", "legal_name": null, "aliases": ["American Eagle Airlines", "American Eagle operated by Envoy Air", "Envoy Air Inc.", "Envoy Airlines"], "website": "https://www.envoyair.com", "canonical_domain": "envoyair.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Parker County", "lat": 32.75639, "lon": -97.3325, "industries": ["airlines"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4742937", "name": "American Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Envoy_air_logo.svg", "description": "airline based in Texas, United States, former American Eagle Airlines", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2648 +{"wikidata_id": "Q381474", "display_name": "Aerogaviota", "legal_name": null, "aliases": [], "website": "https://www.aerogaviota.com", "canonical_domain": "aerogaviota.com", "country": "CU", "hq_city": "Havana", "hq_region": "Havana Province", "lat": 23.13667, "lon": -82.35889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerogaviota_logo.jpg", "description": "Cuban airline", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2649 +{"wikidata_id": "Q420947", "display_name": "Disney Cruise Line", "legal_name": null, "aliases": ["Magical Cruise Company Limited"], "website": "https://www.disneycruise.com", "canonical_domain": "disneycruise.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "cruise line operation that is a subsidiary of The Walt Disney Company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2650 +{"wikidata_id": "Q430777", "display_name": "WiTricity", "legal_name": null, "aliases": [], "website": "https://www.witricity.com", "canonical_domain": "witricity.com", "country": "US", "hq_city": "Watertown", "hq_region": "Middlesex County", "lat": 42.37083, "lon": -71.18333, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WiTricity_logo_color_350.jpg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2651 +{"wikidata_id": "Q528313", "display_name": "Matrox", "legal_name": null, "aliases": [], "website": "https://www.matrox.com", "canonical_domain": "matrox.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matrox_Electronic_Systems_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2652 +{"wikidata_id": "Q531167", "display_name": "Retro Studios", "legal_name": null, "aliases": ["Retro Studios Inc.", "Inc."], "website": "https://www.retrostudios.com", "canonical_domain": "retrostudios.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": null, "description": "American first-party video game developer and division of Nintendo based in Austin, Texas", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2653 +{"wikidata_id": "Q552959", "display_name": "Little, Brown and Company", "legal_name": null, "aliases": ["Little", "Brown & Co."], "website": "https://www.littlebrown.com", "canonical_domain": "littlebrown.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1837, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1567078", "name": "Hachette Book Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Little_Brown_Company_logo.svg", "description": "American publishing company founded in 1837", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2654 +{"wikidata_id": "Q630670", "display_name": "Magnavox", "legal_name": null, "aliases": ["MAGNAVOX", "Magnavox Electronics Company"], "website": "https://magnavox.com", "canonical_domain": "magnavox.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["gaming", "technology"], "industry_labels": ["video game industry", "consumer electronics industry"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q170416", "name": "Koninklijke Philips NV"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magnavox_Logo.svg", "description": "American electronics company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2655 +{"wikidata_id": "Q696808", "display_name": "Rotax", "legal_name": "BRP-Rotax GmbH & Co KG", "aliases": [], "website": "https://www.rotax.com", "canonical_domain": "rotax.com", "country": "CA", "hq_city": "Gunskirchen", "hq_region": "Wels-Land District", "lat": 48.13444, "lon": 13.94306, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q891797", "name": "Bombardier Recreational Products"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rotax_Aircraft_Logo.jpg", "description": "brand name for a range of internal combustion engines", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2656 +{"wikidata_id": "Q810783", "display_name": "Bath Iron Works", "legal_name": null, "aliases": ["BIW", "GDBIW"], "website": "https://www.gdbiw.com", "canonical_domain": "gdbiw.com", "country": "US", "hq_city": "Bath", "hq_region": "Sagadahoc County", "lat": 43.90449, "lon": -69.81475, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Dynamics_Bath_Iron_Works_Logo.png", "description": "American shipbuilder and shipyard", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2657 +{"wikidata_id": "Q813240", "display_name": "Beatport", "legal_name": null, "aliases": [], "website": "https://www.beatport.com", "canonical_domain": "beatport.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beatport_2021.svg", "description": "American electronic music-oriented online music store", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2658 +{"wikidata_id": "Q944073", "display_name": "Listerine", "legal_name": null, "aliases": [], "website": "https://www.listerine.com", "canonical_domain": "listerine.com", "country": "US", "hq_city": "New Brunswick", "hq_region": "Canada", "lat": 46.6, "lon": -66.0, "industries": [], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q333718", "name": "Johnson & Johnson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Listerine_logo.svg", "description": "brand of mouthwash", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2659 +{"wikidata_id": "Q5000673", "display_name": "Burt's Bees", "legal_name": null, "aliases": [], "website": "https://www.burtsbees.com", "canonical_domain": "burtsbees.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1984, "employees": 450, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q910368", "name": "Clorox"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Burt%27s_Bees_Hand_Salve%2C_Sep_2012.JPG", "description": "American personal care products subsidiary of Clorox", "sitelinks": 8, "importance": 0.3195, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2660 +{"wikidata_id": "Q392113", "display_name": "Río Santiago Shipyard", "legal_name": null, "aliases": ["Astillero Rio Santiago", "Astillero Río Santiago"], "website": "https://www.astillero.gba.gov.ar", "canonical_domain": "gba.gov.ar", "country": "AR", "hq_city": "Ensenada", "hq_region": "Ensenada Partido", "lat": -34.85, "lon": -57.9, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1934, "employees": 2700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine shipyard", "sitelinks": 6, "importance": 0.319, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2661 +{"wikidata_id": "Q56102498", "display_name": "Netlify", "legal_name": "Netlify, Inc.", "aliases": ["MakerLoop", "MakerLoop", "Inc.", "Inc."], "website": "https://www.netlify.com", "canonical_domain": "netlify.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cloud-infrastructure", "technology"], "industry_labels": ["platform as a service", "cloud computing", "serverless computing"], "founded_year": 2014, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1672598", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netlify_logo_%282%29.svg", "description": "American cloud computing company", "sitelinks": 9, "importance": 0.3188, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2662 +{"wikidata_id": "Q1386509", "display_name": "FARO Technologies Inc.", "legal_name": null, "aliases": [], "website": "https://www.faro.com", "canonical_domain": "faro.com", "country": "US", "hq_city": "Lake Mary", "hq_region": "Seminole County", "lat": 28.7575, "lon": -81.32917, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": 1004, "public_company": false, "ticker": null, "exchange": null, "lei": "529900MFEFNOFP3YR823", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FARO_Logo_.svg", "description": "business", "sitelinks": 7, "importance": 0.3187, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2663 +{"wikidata_id": "Q1150535", "display_name": "Oceaneering International", "legal_name": null, "aliases": ["Inc."], "website": "https://www.oceaneering.com", "canonical_domain": "oceaneering.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry", "SIC 1389 Oil & Gas Field Services, NEC"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "OII", "exchange": "NYSE", "lei": "549300L6PH74701W0R30", "sec_cik": "73756", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oceaneering_International_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "73756", "enriched_at": "2026-09-13T07:17:41+00:00"}}
2664 +{"wikidata_id": "Q1230295", "display_name": "Genesee & Wyoming", "legal_name": null, "aliases": ["G&W", "Genesee & Wyoming Inc.", "Genesee and Wyoming"], "website": "https://www.gwrr.com", "canonical_domain": "gwrr.com", "country": "US", "hq_city": "Darien", "hq_region": "Western Connecticut Planning Region", "lat": 41.07871, "lon": -73.46929, "industries": ["asset-management"], "industry_labels": ["SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "G617XSG94Z7G0RMW3L02", "sec_cik": "1012620", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genesee_%26_Wyoming_logo.svg", "description": "American short-line railroad holding company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q623717"}, {"related_domain_conflict": "Q833689"}, {"related_domain_conflict": "Q2892173"}, {"related_domain_conflict": "Q2636301"}, {"related_domain_conflict": "Q3552730"}, {"related_domain_conflict": "Q2113906"}, {"related_domain_conflict": "Q2388342"}, {"related_domain_conflict": "Q2962343"}, {"related_domain_conflict": "Q3787685"}, {"related_domain_conflict": "Q4791474"}, {"related_domain_conflict": "Q7354050"}, {"related_domain_conflict": "Q7570227"}, {"related_domain_conflict": "Q16160090"}], "source_edgar": {"cik": "1012620", "enriched_at": "2026-09-13T07:17:42+00:00"}}
2665 +{"wikidata_id": "Q1825668", "display_name": "Linamar", "legal_name": null, "aliases": [], "website": "https://www.linamar.com", "canonical_domain": "linamar.com", "country": "CA", "hq_city": "Guelph", "hq_region": "Ontario", "lat": 43.55, "lon": -80.25, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Linamar_Logo.svg", "description": "Canadian manufacturing company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2666 +{"wikidata_id": "Q1915079", "display_name": "McDermott International", "legal_name": null, "aliases": ["J. Ray McDermott", "Ltd"], "website": "https://www.mcdermott.com", "canonical_domain": "mcdermott.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["construction"], "industry_labels": ["SIC 3443 Fabricated Plate Work (Boiler Shops)"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "ZAKWBIG8QLOPMZ888610", "sec_cik": "708819", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McDermott_International_Logo.svg", "description": "American engineering company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "708819", "enriched_at": "2026-09-13T07:17:42+00:00"}}
2667 +{"wikidata_id": "Q2818848", "display_name": "A&W", "legal_name": null, "aliases": ["A&W Canada", "A&W Food Services of Canada", "A&W Food Services of Canada", "Inc."], "website": "https://web.aw.ca", "canonical_domain": "aw.ca", "country": "CA", "hq_city": "North Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.31667, "lon": -123.06667, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "969500XRZD2L5JYGOX89", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A%26W_Canada_Logo.svg", "description": "Canadian fast food restaurant chain", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2668 +{"wikidata_id": "Q283457", "display_name": "E. W. Scripps Company", "legal_name": null, "aliases": ["The E.W. Scripps Company", "Scripps", "Scripps-Howard", "E.W. Scripps Company", "EW Scripps Company", "Scripps Company", "Scripps Howard", "Scripps Media"], "website": "https://www.scripps.com", "canonical_domain": "scripps.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["media"], "industry_labels": ["broadcast television system", "SIC 4833 Television Broadcasting Stations"], "founded_year": 1878, "employees": null, "public_company": true, "ticker": "SSP", "exchange": "Nasdaq", "lei": "549300U1OW41QPKYW028", "sec_cik": "832428", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scripps_logo_%282016%2C_with_slogan%29.svg", "description": "American media company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "832428", "enriched_at": "2026-09-13T07:17:42+00:00"}}
2669 +{"wikidata_id": "Q3122913", "display_name": "Dommo Energia", "legal_name": null, "aliases": ["OGX"], "website": "https://www.ogx.com.br", "canonical_domain": "ogx.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q507104", "name": "EBX Group"}, "logo_url": null, "description": "Brazilian energy company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2670 +{"wikidata_id": "Q3152974", "display_name": "Intact Financial", "legal_name": null, "aliases": ["Intact Financial Corporation"], "website": "https://www.intactfc.com", "canonical_domain": "intactfc.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intact_Financial_logo.svg", "description": "Canadian insurance company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2671 +{"wikidata_id": "Q3406795", "display_name": "Resolute Forest Products", "legal_name": "Resolute Forest Products", "aliases": ["AbitibiBowater Inc", "AbitibiBowater Inc."], "website": "https://www.resoluteforestproducts.com", "canonical_domain": "resoluteforestproducts.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pulp and paper manufacturer", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2672 +{"wikidata_id": "Q3595393", "display_name": "HostGator", "legal_name": null, "aliases": [], "website": "https://www.hostgator.com", "canonical_domain": "hostgator.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["cloud-infrastructure"], "industry_labels": ["web hosting service"], "founded_year": 2002, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Web hosting provider", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2673 +{"wikidata_id": "Q4863194", "display_name": "Barracuda Networks", "legal_name": null, "aliases": ["Inc."], "website": "https://www.barracuda.com", "canonical_domain": "barracuda.com", "country": "US", "hq_city": "Campbell", "hq_region": "Santa Clara County", "lat": 37.28389, "lon": -121.955, "industries": ["cybersecurity"], "industry_labels": ["computer security", "SIC 3577 Computer Peripheral Equipment, NEC"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300CXGRZWNMPU8080", "sec_cik": "1348334", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Barracuda_Networks_logo.svg", "description": "company which delivers network solutions", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1348334", "enriched_at": "2026-09-13T07:17:43+00:00"}}
2674 +{"wikidata_id": "Q48822", "display_name": "Valspar", "legal_name": null, "aliases": [], "website": "https://valsparglobal.com", "canonical_domain": "valsparglobal.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1806, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300MSCCKVFM9PID71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Valspar_Corporation_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2675 +{"wikidata_id": "Q5159089", "display_name": "SAP Concur", "legal_name": null, "aliases": ["Concur", "Concur Technologies"], "website": "https://www.concur.com", "canonical_domain": "concur.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "OO5F1NP112HF423F0445", "sec_cik": "1066026", "parent": {"wikidata_id": "Q552581", "name": "SAP"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Concur_Logo_HZ_Color_500px.gif", "description": "company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1066026", "enriched_at": "2026-09-13T07:17:43+00:00"}}
2676 +{"wikidata_id": "Q5370387", "display_name": "Emera", "legal_name": null, "aliases": ["Emera Incorporated"], "website": "https://www.emera.com", "canonical_domain": "emera.com", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["asset-management"], "industry_labels": ["SIC 4911 Electric Services"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "EMA", "exchange": "Toronto Stock Exchange", "lei": "NQZVQT2P5IUF2PGA1Q48", "sec_cik": "1127248", "parent": null, "logo_url": null, "description": "publicly traded Canadian multinational energy holding company based in Halifax, Nova Scotia", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1127248", "enriched_at": "2026-09-13T07:17:43+00:00"}}
2677 +{"wikidata_id": "Q5380195", "display_name": "Audacy, Inc.", "legal_name": "Entercom Communications Corporation", "aliases": ["Entercom (former name)"], "website": "https://audacyinc.com", "canonical_domain": "audacyinc.com", "country": "US", "hq_city": "Bala Cynwyd", "hq_region": "Lower Merion Township", "lat": 40.0075, "lon": -75.2342, "industries": ["media"], "industry_labels": ["broadcasting", "SIC 4832 Radio Broadcasting Stations"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1067837", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Audacy_logo.svg", "description": "American radio broadcasting company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1067837", "enriched_at": "2026-09-13T07:17:44+00:00"}}
2678 +{"wikidata_id": "Q544004", "display_name": "Cascades", "legal_name": null, "aliases": [], "website": "https://www.cascades.com", "canonical_domain": "cascades.com", "country": "CA", "hq_city": "Kingsey Falls", "hq_region": "Arthabaska", "lat": 45.85, "lon": -72.06667, "industries": ["materials"], "industry_labels": ["SIC 2600 Papers & Allied Products"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1225525", "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1225525", "enriched_at": "2026-09-13T07:17:45+00:00"}}
2679 +{"wikidata_id": "Q6718986", "display_name": "MTY Food Group", "legal_name": null, "aliases": ["MTY Food Group Inc."], "website": "https://mtygroup.com", "canonical_domain": "mtygroup.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTY_Food_Group_logo.svg", "description": "Canadian restaurant franchisor and operator", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2680 +{"wikidata_id": "Q7011152", "display_name": "New Relic", "legal_name": null, "aliases": [], "website": "https://newrelic.com", "canonical_domain": "newrelic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300AB8FY2HQILL804", "sec_cik": "1448056", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Relic_logo.png", "description": "technology company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1448056", "enriched_at": "2026-09-13T07:17:45+00:00"}}
2681 +{"wikidata_id": "Q71946", "display_name": "AK Steel Holding", "legal_name": null, "aliases": ["American Rolling Mill Company", "AK Steel Company", "AK Steel Corporation", "AK Steel Holdings Corporation"], "website": "https://www.aksteel.com", "canonical_domain": "aksteel.com", "country": "US", "hq_city": "West Chester", "hq_region": "Washington County", "lat": 41.33861, "lon": -91.81667, "industries": ["mining"], "industry_labels": ["iron and steel industry", "SIC 3312 Steel Works, Blast Furnaces & Rolling Mills (Coke Ovens)"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900DT4E7ZNETMVC04", "sec_cik": "918160", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AK_Steel_Logo.svg", "description": "company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "918160", "enriched_at": "2026-09-13T07:17:47+00:00"}}
2682 +{"wikidata_id": "Q7720000", "display_name": "The Brick", "legal_name": null, "aliases": ["The Brick Warehouse LP"], "website": "https://www.thebrick.com", "canonical_domain": "thebrick.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6524456", "name": "Leon's"}, "logo_url": null, "description": "Canadian furniture retail company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2683 +{"wikidata_id": "Q1766623", "display_name": "TriMet", "legal_name": null, "aliases": ["TRIMET", "Tri-County Metropolitan Transportation District of Oregon", "Tri-Met"], "website": "https://www.trimet.org", "canonical_domain": "trimet.org", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["transportation"], "industry_labels": [], "founded_year": 1969, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TriMet_logo_2.svg", "description": "public transit operator in the Portland metropolitan area", "sitelinks": 6, "importance": 0.3178, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2684 +{"wikidata_id": "Q7164817", "display_name": "Penske Truck Leasing", "legal_name": null, "aliases": ["Penske Truck Leasing Co.", "L.P."], "website": "https://www.gopenske.com", "canonical_domain": "gopenske.com", "country": "US", "hq_city": "Reading", "hq_region": "Berks County", "lat": 40.34167, "lon": -75.92611, "industries": ["financial-services"], "industry_labels": ["renting"], "founded_year": 1969, "employees": 26000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Penske_Logo.svg", "description": "American company", "sitelinks": 4, "importance": 0.3164, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2685 +{"wikidata_id": "Q21198484", "display_name": "Alamo Group", "legal_name": null, "aliases": [], "website": "https://www.alamo-group.com", "canonical_domain": "alamo-group.com", "country": "US", "hq_city": "Seguin", "hq_region": "Guadalupe County", "lat": 29.57444, "lon": -97.96528, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1969, "employees": 3070, "public_company": true, "ticker": "ALG", "exchange": "New York Stock Exchange", "lei": "54930080C93RVZRSDV26", "sec_cik": "897077", "parent": null, "logo_url": null, "description": "US agricultural equipment and infrastructure maintenance equipment manufacturer", "sitelinks": 0, "importance": 0.3162, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2686 +{"wikidata_id": "Q98654256", "display_name": "Cytiva", "legal_name": null, "aliases": ["Pharmacia LKB Biotechnology", "GE Healthcare and Pharmacia", "GE Healthcare Life Sciences (until 2020)"], "website": "https://www.cytivalifesciences.com", "canonical_domain": "cytivalifesciences.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": null, "employees": 6679, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "biotech company", "sitelinks": 5, "importance": 0.3159, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2687 +{"wikidata_id": "Q238620", "display_name": "Knight's Armament Company", "legal_name": null, "aliases": ["KAC"], "website": "https://www.knightarmco.com", "canonical_domain": "knightarmco.com", "country": "US", "hq_city": "Titusville", "hq_region": "Brevard County", "lat": 28.59111, "lon": -80.82, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1983, "employees": 350, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.3158, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2688 +{"wikidata_id": "Q101209850", "display_name": "Vontier", "legal_name": null, "aliases": ["Vontier Corporation"], "website": "https://www.vontier.com", "canonical_domain": "vontier.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["technology"], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "VNT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1786842", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vontier_logo.png", "description": "American information technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2689 +{"wikidata_id": "Q101606525", "display_name": "Aurora Innovation", "legal_name": null, "aliases": ["Aurora", "Aurora Inc", "Inc."], "website": "https://aurora.tech", "canonical_domain": "aurora.tech", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["automotive"], "industry_labels": ["autonomous car"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "AUR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1828108", "parent": null, "logo_url": null, "description": "Autonomous driving technology research company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2690 +{"wikidata_id": "Q10272513", "display_name": "Empresa Metropolitana de Águas e Energia", "legal_name": null, "aliases": ["Emae", "EMAE", "Empresa metropolitana de águas e energia"], "website": "https://www.emae.com.br", "canonical_domain": "emae.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "EMAE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_EMAE.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2691 +{"wikidata_id": "Q10291868", "display_name": "Grupo Mateus", "legal_name": null, "aliases": [], "website": "https://www.grupomateus.com.br", "canonical_domain": "grupomateus.com.br", "country": "BR", "hq_city": "São Luís", "hq_region": "Maranhão", "lat": -2.53, "lon": -44.30278, "industries": ["retail"], "industry_labels": ["supermarket"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "GMAT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_mix_mateus.jpg", "description": "supermarket operator", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2692 +{"wikidata_id": "Q10293878", "display_name": "Hapvida", "legal_name": null, "aliases": [], "website": "https://www.hapvida.com.br", "canonical_domain": "hapvida.com.br", "country": "BR", "hq_city": "Fortaleza", "hq_region": "Ceará", "lat": -3.7275, "lon": -38.5275, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "HAPV3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Hapvida.svg", "description": "healthcare provider", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2693 +{"wikidata_id": "Q10328384", "display_name": "Melhoramentos", "legal_name": null, "aliases": [], "website": "https://www.melhoramentos.com.br", "canonical_domain": "melhoramentos.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "MSPA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2694 +{"wikidata_id": "Q10358472", "display_name": "Refinaria de Manguinhos", "legal_name": null, "aliases": ["Pet Manguinhos", "Refinaria de Petróleos de Manguinhos", "Refinaria Refit", "Refit"], "website": "https://refit.com.br", "canonical_domain": "refit.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -22.88566, "lon": -43.23522, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "RPMG3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian petrochemical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2695 +{"wikidata_id": "Q10394124", "display_name": "XP Investimentos", "legal_name": null, "aliases": ["XPI"], "website": "https://www.xpi.com.br", "canonical_domain": "xpi.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Brazil", "lat": -22.03333, "lon": -42.7, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "XP", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96186528", "name": "XP Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_XP_Investimentos.svg", "description": "Brazilian stock broker", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2696 +{"wikidata_id": "Q104845916", "display_name": "California Water Service Group", "legal_name": null, "aliases": ["CWSG"], "website": "https://www.calwatergroup.com", "canonical_domain": "calwatergroup.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["utilities"], "industry_labels": ["water supply"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "CWT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1035201", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/California_Water_Service_Group_logo.svg", "description": "American public utility company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1035201", "enriched_at": "2026-09-13T07:17:47+00:00"}}
2697 +{"wikidata_id": "Q105563992", "display_name": "MP Materials", "legal_name": null, "aliases": [], "website": "https://mpmaterials.com", "canonical_domain": "mpmaterials.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["materials", "mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1801368", "parent": null, "logo_url": null, "description": "American Rare Earth materials company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1801368", "enriched_at": "2026-09-13T07:17:47+00:00"}}
2698 +{"wikidata_id": "Q10561064", "display_name": "Libsyn", "legal_name": "Liberated Syndication, Inc.", "aliases": ["Liberated Syndication"], "website": "https://www.libsyn.com", "canonical_domain": "libsyn.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["media"], "industry_labels": ["podcast"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "LSYN", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "podcast hosting service", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2699 +{"wikidata_id": "Q105751519", "display_name": "Thredup", "legal_name": null, "aliases": ["ThredUp"], "website": "https://www.thredup.com", "canonical_domain": "thredup.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["e-commerce"], "industry_labels": ["online shopping", "consignment"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "TDUP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1484778", "parent": null, "logo_url": null, "description": "consignment company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2700 +{"wikidata_id": "Q105760370", "display_name": "Alamos Gold", "legal_name": null, "aliases": [], "website": "https://alamosgold.com", "canonical_domain": "alamosgold.com", "country": "CA", "hq_city": "Toronto", "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["SIC 1040 Gold and Silver Ores"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AGI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1178819", "parent": null, "logo_url": null, "description": "Canadian gold mining company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1178819", "enriched_at": "2026-09-13T07:17:49+00:00"}}
2701 +{"wikidata_id": "Q107520260", "display_name": "Matterport", "legal_name": null, "aliases": ["Matterport Inc.", "Inc.", "MTTR"], "website": "https://matterport.com", "canonical_domain": "matterport.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["software"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "MTTR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multinational corporation in scanning physical spaces", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2702 +{"wikidata_id": "Q108770716", "display_name": "Samsara", "legal_name": null, "aliases": ["Samsara Inc."], "website": "https://samsara.com", "canonical_domain": "samsara.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "IOT", "exchange": "New York Stock Exchange", "lei": "213800WJM99CLMJD3646", "sec_cik": "1642896", "parent": null, "logo_url": null, "description": "American technology company specialized in operations management solutions", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q79543668"}]}
2703 +{"wikidata_id": "Q110723009", "display_name": "Eve Air Mobility", "legal_name": null, "aliases": [], "website": "https://eveairmobility.com", "canonical_domain": "eveairmobility.com", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "EVEX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q105557", "name": "Embraer"}, "logo_url": null, "description": "Brazilian subsidiary of Embraer which produces electric vertical take-off and landing (eVTOL) aircraft and urban air mobility infrastructure", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2704 +{"wikidata_id": "Q111387693", "display_name": "Cerence Inc.", "legal_name": null, "aliases": ["Cerence"], "website": "https://www.cerence.com", "canonical_domain": "cerence.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["artificial-intelligence", "automotive"], "industry_labels": ["artificial intelligence", "automotive industry"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "CRNC", "exchange": "Nasdaq", "lei": "5493002WL2W5WMS89568", "sec_cik": "1768267", "parent": null, "logo_url": null, "description": "American multinational software company that develops artificial intelligence assistant technology primarily for automobiles", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2705 +{"wikidata_id": "Q112583437", "display_name": "Serve Robotics", "legal_name": null, "aliases": [], "website": "https://www.serverobotics.com", "canonical_domain": "serverobotics.com", "country": "CA", "hq_city": "San Carlos", "hq_region": "CA", "lat": null, "lon": null, "industries": ["robotics", "logistics"], "industry_labels": ["SIC 3569 General Industrial Machinery & Equipment, NEC"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "SERV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1832483", "parent": null, "logo_url": null, "description": "American autonomous delivery robotics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1832483", "enriched_at": "2026-09-13T07:17:49+00:00"}}
2706 +{"wikidata_id": "Q112892574", "display_name": "Symbotic", "legal_name": null, "aliases": ["CasePick Systems", "Symbotic Inc"], "website": "https://symbotic.com", "canonical_domain": "symbotic.com", "country": "US", "hq_city": "Wilmington", "hq_region": "MA", "lat": null, "lon": null, "industries": ["robotics"], "industry_labels": ["robotics", "SIC 3569 General Industrial Machinery & Equipment, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SYM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1837240", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SymboticLogo.jpg", "description": "American warehouse automation company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1837240", "enriched_at": "2026-09-13T07:17:51+00:00"}}
2707 +{"wikidata_id": "Q120467527", "display_name": "Revvity Inc.", "legal_name": null, "aliases": ["Revvity", "RVTY"], "website": "https://revvity.com", "canonical_domain": "revvity.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RVTY", "exchange": "New York Stock Exchange", "lei": "549300IKL1SDPFI7N655", "sec_cik": "31791", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Revvity_Logo.png", "description": "global life sciences and diagnostics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2708 +{"wikidata_id": "Q123269714", "display_name": "TTM Technologies", "legal_name": null, "aliases": ["TTM", "Time-to-Market Interconnect Solutions", "TTMI"], "website": "https://www.ttm.com", "canonical_domain": "ttm.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["semiconductors"], "industry_labels": ["printed circuit board", "microelectronics", "transceiver"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "TTMI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1116942", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TTM_Technologies_logo.png", "description": "American PCB manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1116942", "enriched_at": "2026-09-13T07:17:51+00:00"}}
2709 +{"wikidata_id": "Q126325758", "display_name": "Xos, Inc.", "legal_name": null, "aliases": ["Xos", "Xos Inc.", "Xos Trucks"], "website": "https://xostrucks.com", "canonical_domain": "xostrucks.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "XOS", "exchange": "Nasdaq", "lei": "254900ZQWJF169CBQB40", "sec_cik": "1819493", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xos_Logo.svg", "description": "manufacturer of electric vehicles", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1819493", "enriched_at": "2026-09-13T07:17:51+00:00"}}
2710 +{"wikidata_id": "Q130244078", "display_name": "Chicken Soup for the Soul Entertainment", "legal_name": null, "aliases": [], "website": "https://cssentertainment.com", "canonical_domain": "cssentertainment.com", "country": "US", "hq_city": "Cos Cob", "hq_region": "Greenwich", "lat": 41.03333, "lon": -73.59944, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "CSSE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1679063", "parent": {"wikidata_id": "Q5096273", "name": "Chicken Soup for the Soul"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chicken_Soup_for_the_Soul_Entertainment.png", "description": "former American media company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2711 +{"wikidata_id": "Q131308915", "display_name": "Arcadium Lithium", "legal_name": null, "aliases": ["Arcadium Lithium plc"], "website": "https://arcadiumlithium.com", "canonical_domain": "arcadiumlithium.com", "country": "US", "hq_city": "Shannon, Co. Clare V14 E3 70", "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": ["chemical industry", "SIC 2810 Industrial Inorganic Chemicals"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ALTM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1977303", "parent": null, "logo_url": null, "description": "extraction and production of high performance lithium compounds company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1977303", "enriched_at": "2026-09-13T07:17:53+00:00"}}
2712 +{"wikidata_id": "Q13522860", "display_name": "Helicos Biosciences", "legal_name": null, "aliases": [], "website": "https://www.helicosbio.com", "canonical_domain": "helicosbio.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "HLCS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Helicos_BioSciences_Logo.png", "description": "former life science company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2713 +{"wikidata_id": "Q136815592", "display_name": "Heartland Express", "legal_name": null, "aliases": ["Inc."], "website": "https://www.heartlandexpress.com", "canonical_domain": "heartlandexpress.com", "country": "US", "hq_city": "North Liberty", "hq_region": "Iowa", "lat": 41.7431, "lon": -91.6078, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "HTDL", "exchange": "Nasdaq", "lei": null, "sec_cik": "799233", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heartland_Express_logo.png", "description": "American trucking company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "799233", "enriched_at": "2026-09-13T07:17:53+00:00"}}
2714 +{"wikidata_id": "Q137009694", "display_name": "Marten Transport", "legal_name": null, "aliases": [], "website": "https://www.marten.com", "canonical_domain": "marten.com", "country": "US", "hq_city": "Mondovi", "hq_region": "Buffalo County", "lat": 44.56889, "lon": -91.66972, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MRTN", "exchange": "Nasdaq", "lei": null, "sec_cik": "799167", "parent": null, "logo_url": null, "description": "American trucking company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "799167", "enriched_at": "2026-09-13T07:17:53+00:00"}}
2715 +{"wikidata_id": "Q15109862", "display_name": "Craft Brew Alliance", "legal_name": null, "aliases": [], "website": "https://craftbrew.com", "canonical_domain": "craftbrew.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "BREW", "exchange": "Nasdaq", "lei": "JJD4WAP2U5KDLYQQGZ83", "sec_cik": "892222", "parent": null, "logo_url": null, "description": "beer brewing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2716 +{"wikidata_id": "Q15109903", "display_name": "Luna Innovations", "legal_name": null, "aliases": [], "website": "https://www.lunainnovations.com", "canonical_domain": "lunainnovations.com", "country": "US", "hq_city": "Roanoke", "hq_region": "Virginia", "lat": 37.27056, "lon": -79.9425, "industries": ["technology"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "LUNA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1239819", "parent": null, "logo_url": null, "description": "American technology product developer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2717 +{"wikidata_id": "Q15109907", "display_name": "Medivation", "legal_name": null, "aliases": ["Inc."], "website": "https://www.medivation.com", "canonical_domain": "medivation.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "MDVN", "exchange": "Nasdaq", "lei": "549300CAXF5EKW1F6Q56", "sec_cik": "1011835", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2718 +{"wikidata_id": "Q15109912", "display_name": "Natural Alternatives International", "legal_name": null, "aliases": [], "website": "https://www.nai-online.com", "canonical_domain": "nai-online.com", "country": "US", "hq_city": "San Marcos", "hq_region": "San Diego County", "lat": 33.14194, "lon": -117.17028, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2833 Medicinal Chemicals & Botanical Products"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "NAII", "exchange": "Nasdaq", "lei": "549300QOT5V1NZ8WZY48", "sec_cik": "787253", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NAI_Crest.svg", "description": "company which manufactures the nutritional supplement Juice Plus", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "787253", "enriched_at": "2026-09-13T07:17:53+00:00"}}
2719 +{"wikidata_id": "Q15211487", "display_name": "CallidusCloud", "legal_name": null, "aliases": [], "website": "https://www.calliduscloud.com", "canonical_domain": "calliduscloud.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "CALD", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2720 +{"wikidata_id": "Q15272375", "display_name": "RetailMeNot", "legal_name": null, "aliases": ["RMN", "Retail Me Not"], "website": "https://retailmenot.com", "canonical_domain": "retailmenot.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["internet"], "industry_labels": ["coupon"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "SALE", "exchange": "Nasdaq", "lei": "549300I4H5CCOWSYGS24", "sec_cik": "1475274", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RetailMeNot_logo.svg", "description": "American corporation that creates, curates, and syndicates in-store and online promotions", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2721 +{"wikidata_id": "Q15964713", "display_name": "Cepheid", "legal_name": null, "aliases": ["Cepheid Inc"], "website": "https://www.cepheid.com", "canonical_domain": "cepheid.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "CPHD", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cepheid_Inc._Logo.jpg", "description": "American molecular diagnostics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2722 +{"wikidata_id": "Q15964806", "display_name": "ImmunoGen Inc.", "legal_name": null, "aliases": ["IMGN", "ImmunoGen", "ImmunoGen", "Inc."], "website": "https://www.immunogen.com", "canonical_domain": "immunogen.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "IMGN", "exchange": "Nasdaq", "lei": "54930084U0R1OP766Y02", "sec_cik": "855654", "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "855654", "enriched_at": "2026-09-13T07:17:55+00:00"}}
2723 +{"wikidata_id": "Q16154750", "display_name": "Isle of Capri Casinos", "legal_name": null, "aliases": [], "website": "https://www.isleofcapricasino.com", "canonical_domain": "isleofcapricasino.com", "country": "US", "hq_city": "Creve Coeur", "hq_region": "St. Louis County", "lat": 38.66722, "lon": -90.4425, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "ISLE", "exchange": "Nasdaq", "lei": "FCRGTB6NR4HIFH3ZC932", "sec_cik": "863015", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Isle_of_Capri_Casinos_logo.png", "description": "former American casino operator", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2724 +{"wikidata_id": "Q16249409", "display_name": "Eagle Materials", "legal_name": null, "aliases": [], "website": "https://www.eaglematerials.com", "canonical_domain": "eaglematerials.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["materials"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "EXP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "918646", "parent": null, "logo_url": null, "description": "American producer of materials", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2725 +{"wikidata_id": "Q16496429", "display_name": "Bank of Amazon", "legal_name": null, "aliases": [], "website": "https://www.bancoamazonia.com.br", "canonical_domain": "bancoamazonia.com.br", "country": "BR", "hq_city": "Belém", "hq_region": "Pará", "lat": -1.45583, "lon": -48.50389, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "BAZA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Banco_da_Amaz%C3%B4nia_%282025%29.svg", "description": "Brazilian banking institution", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2726 +{"wikidata_id": "Q16828730", "display_name": "Annaly Capital Management", "legal_name": null, "aliases": ["Inc."], "website": "https://www.annaly.com", "canonical_domain": "annaly.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "NLY", "exchange": "New York Stock Exchange", "lei": "2DTL0G3FPRYUT58TI025", "sec_cik": "1043219", "parent": null, "logo_url": null, "description": "American real estate investment firm", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2727 +{"wikidata_id": "Q16840288", "display_name": "Griffon Corporation", "legal_name": null, "aliases": [], "website": "https://www.griffon.com", "canonical_domain": "griffon.com", "country": "US", "hq_city": "712 Fifth Avenue", "hq_region": "Manhattan", "lat": 40.7622, "lon": -73.975, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "GFF", "exchange": "New York Stock Exchange", "lei": "5493000C2SGNC7ZN3242", "sec_cik": "50725", "parent": null, "logo_url": null, "description": "multinational conglomerate headquartered in New York City", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2728 +{"wikidata_id": "Q16850385", "display_name": "Calavo Growers", "legal_name": null, "aliases": [], "website": "https://www.calavo.com", "canonical_domain": "calavo.com", "country": "US", "hq_city": "Santa Paula", "hq_region": "CA", "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["SIC 0700 Agricultural Services"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "CVGW", "exchange": "Nasdaq", "lei": null, "sec_cik": "1133470", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calavo_Growers_logo.svg", "description": "international consumer goods and farm products company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1133470", "enriched_at": "2026-09-13T07:17:57+00:00"}}
2729 +{"wikidata_id": "Q16897743", "display_name": "Santos Brasil", "legal_name": null, "aliases": [], "website": "https://www.santosbrasil.com.br", "canonical_domain": "santosbrasil.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["port"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "STBP3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_da_Santos_Brasil.jpg", "description": "Brazilian logistics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2730 +{"wikidata_id": "Q16968488", "display_name": "Zulily", "legal_name": null, "aliases": [], "website": "https://www.zulily.com", "canonical_domain": "zulily.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["retail", "e-commerce"], "industry_labels": ["retail", "e-commerce"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ZU", "exchange": "Nasdaq", "lei": "549300X58PEOKJRRI910", "sec_cik": "1478484", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zulily_logo.png", "description": "American e-commerce website", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2731 +{"wikidata_id": "Q16968498", "display_name": "Zymeworks", "legal_name": null, "aliases": ["Zymeworks Inc."], "website": "https://www.zymeworks.com", "canonical_domain": "zymeworks.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "ZYME", "exchange": "New York Stock Exchange", "lei": "894500AHOYAGYLYZJL67", "sec_cik": "1403752", "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2732 +{"wikidata_id": "Q16974884", "display_name": "American States Water", "legal_name": null, "aliases": [], "website": "https://www.aswater.com", "canonical_domain": "aswater.com", "country": "US", "hq_city": "San Dimas", "hq_region": "Los Angeles County", "lat": 34.10668, "lon": -117.80673, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "AWR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1056903", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American-States-Water-Logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1056903", "enriched_at": "2026-09-13T07:17:57+00:00"}}
2733 +{"wikidata_id": "Q16975567", "display_name": "Healthpeak Properties", "legal_name": null, "aliases": ["Health Care Property Investors"], "website": "https://www.hcpi.com", "canonical_domain": "hcpi.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "DOC", "exchange": "New York Stock Exchange", "lei": "254900M6MTMZM0I22L81", "sec_cik": "765880", "parent": null, "logo_url": null, "description": "real estate investment trust", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2734 +{"wikidata_id": "Q16984687", "display_name": "SM Energy", "legal_name": null, "aliases": ["St Mary Land & Exploration Company"], "website": "https://www.sm-energy.com", "canonical_domain": "sm-energy.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "SM", "exchange": "New York Stock Exchange", "lei": "84BUTVXV5ODI6BXNMH43", "sec_cik": "893538", "parent": null, "logo_url": null, "description": "petroleum and natural gas exploration company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2735 +{"wikidata_id": "Q16985452", "display_name": "Brooks Automation", "legal_name": null, "aliases": [], "website": "https://www.brooks.com", "canonical_domain": "brooks.com", "country": "US", "hq_city": "Chelmsford", "hq_region": "Middlesex County", "lat": 42.59972, "lon": -71.36778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BRKS", "exchange": "Nasdaq", "lei": "35ZN6X1ANPH25YN32Y17", "sec_cik": "933974", "parent": null, "logo_url": null, "description": "business enterprise in Germany", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2736 +{"wikidata_id": "Q16985644", "display_name": "Titanium Metals", "legal_name": null, "aliases": ["TIMET"], "website": "https://www.timet.com", "canonical_domain": "timet.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["mining", "manufacturing"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "TIE", "exchange": "New York Stock Exchange", "lei": "549300CGMWWOQBVQ5192", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timet_logo.svg", "description": "American manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2737 +{"wikidata_id": "Q16988318", "display_name": "Clean Diesel Technologies", "legal_name": null, "aliases": [], "website": "https://www.cdti.com", "canonical_domain": "cdti.com", "country": "US", "hq_city": "Ventura", "hq_region": "Ventura County", "lat": 34.26778, "lon": -119.25421, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3564 Industrial & Commercial Fans & Blowers & Air Purifing Equip"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "CDTI", "exchange": "Nasdaq", "lei": "549300DNOZXZGP0N7B10", "sec_cik": "949428", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "949428", "enriched_at": "2026-09-13T07:17:58+00:00"}}
2738 +{"wikidata_id": "Q16994702", "display_name": "Hagerty Insurance Agency", "legal_name": null, "aliases": ["Hagerty", "Inc."], "website": "https://www.hagerty.com", "canonical_domain": "hagerty.com", "country": "US", "hq_city": "Traverse City", "hq_region": "Grand Traverse County", "lat": 44.76806, "lon": -85.62222, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "HGTY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1840776", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hagerty_%28insurance%29_logo.svg", "description": "American classic automotives business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q140870593"}], "source_edgar": {"cik": "1840776", "enriched_at": "2026-09-13T07:17:58+00:00"}}
2739 +{"wikidata_id": "Q16994890", "display_name": "Harvard Bioscience", "legal_name": null, "aliases": ["Harvard Bioscience (United States)"], "website": "https://www.harvardbioscience.com", "canonical_domain": "harvardbioscience.com", "country": "US", "hq_city": "Holliston", "hq_region": "Middlesex County", "lat": 42.2, "lon": -71.425, "industries": ["healthcare"], "industry_labels": ["life sciences"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "HBIO", "exchange": "Nasdaq", "lei": "549300VLGB1D47GGC642", "sec_cik": "1123494", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harvard_Bioscience_logo.svg", "description": "company in Holliston, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2740 +{"wikidata_id": "Q17063707", "display_name": "Kulicke & Soffa Industries", "legal_name": null, "aliases": ["K&S", "Kulicke & Soffa (United States)"], "website": "https://www.kns.com", "canonical_domain": "kns.com", "country": "US", "hq_city": "Washington", "hq_region": "Washington County", "lat": 40.13463, "lon": -75.18877, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "KLIC", "exchange": "Nasdaq", "lei": null, "sec_cik": "56978", "parent": null, "logo_url": null, "description": "American engineering and manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "56978", "enriched_at": "2026-09-13T07:17:58+00:00"}}
2741 +{"wikidata_id": "Q17070350", "display_name": "YogaWorks", "legal_name": null, "aliases": [], "website": "https://yogaworks.com", "canonical_domain": "yogaworks.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["retail"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "YOGA", "exchange": "OTC Markets Group", "lei": "549300FKA3DZY5OHGW27", "sec_cik": "1703497", "parent": null, "logo_url": null, "description": "Santa Monica based, privately held yoga studio, chain and retailer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2742 +{"wikidata_id": "Q17087372", "display_name": "Willdan Group", "legal_name": null, "aliases": [], "website": "https://www.willdan.com", "canonical_domain": "willdan.com", "country": "US", "hq_city": "Anaheim", "hq_region": "Orange County", "lat": 33.83611, "lon": -117.88972, "industries": ["professional-services"], "industry_labels": ["SIC 8711 Services-Engineering Services"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "WLDN", "exchange": "Nasdaq", "lei": "529900YQO0LF5VAEKN05", "sec_cik": "1370450", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Willdan_Group_logo.jpg", "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1370450", "enriched_at": "2026-09-13T07:17:59+00:00"}}
2743 +{"wikidata_id": "Q17091125", "display_name": "Voltari", "legal_name": null, "aliases": [], "website": "https://www.voltari.com", "canonical_domain": "voltari.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "VLTC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2744 +{"wikidata_id": "Q17091323", "display_name": "Weingarten Realty", "legal_name": null, "aliases": [], "website": "https://www.weingarten.com", "canonical_domain": "weingarten.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "WRI", "exchange": "New York Stock Exchange", "lei": "549300JMKTJNB8GWHU88", "sec_cik": "828916", "parent": null, "logo_url": null, "description": "real estate company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2745 +{"wikidata_id": "Q17108791", "display_name": "Mississippi Power", "legal_name": null, "aliases": ["Mississippi Power Company"], "website": "https://www.mississippipower.com", "canonical_domain": "mississippipower.com", "country": "US", "hq_city": "Gulfport", "hq_region": "Harrison County", "lat": 30.36742, "lon": -89.09281, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "mpj", "exchange": "New York Stock Exchange", "lei": "LNZ0J6YZ5SC6ILIRU850", "sec_cik": null, "parent": {"wikidata_id": "Q2304693", "name": "Southern Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2016-MPC-Logo.png", "description": "investor-owned electric utility and a wholly owned subsidiary of Atlanta-based Southern Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2746 +{"wikidata_id": "Q17109683", "display_name": "JBG Smith", "legal_name": null, "aliases": [], "website": "https://www.jbgsmith.com", "canonical_domain": "jbgsmith.com", "country": "US", "hq_city": "Chevy Chase", "hq_region": "Montgomery County", "lat": 38.9711, "lon": -77.0764, "industries": ["real-estate"], "industry_labels": ["real property"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "JBGS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1689796", "parent": null, "logo_url": null, "description": "a real estate investment trust", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1689796", "enriched_at": "2026-09-13T07:17:59+00:00"}}
2747 +{"wikidata_id": "Q17141691", "display_name": "Pixelworks", "legal_name": null, "aliases": [], "website": "https://www.pixelworks.com", "canonical_domain": "pixelworks.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["semiconductor"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PXLW", "exchange": "Nasdaq", "lei": null, "sec_cik": "1040161", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pixelworks_logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2748 +{"wikidata_id": "Q17145596", "display_name": "Tesco Corporation", "legal_name": null, "aliases": [], "website": "https://www.tescocorp.com", "canonical_domain": "tescocorp.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TESO", "exchange": "Nasdaq", "lei": "5493008TXYN3II3PU369", "sec_cik": "1022705", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tesco_Corporation_logo.jpg", "description": "oilfield services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2749 +{"wikidata_id": "Q17152492", "display_name": "Proto Labs", "legal_name": null, "aliases": ["Protolabs"], "website": "https://www.protolabs.com", "canonical_domain": "protolabs.com", "country": "US", "hq_city": "Medina", "hq_region": "Hennepin County", "lat": 45.03528, "lon": -93.5825, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "PRLB", "exchange": "New York Stock Exchange", "lei": "529900QHG5MGWT2WQQ09", "sec_cik": "1443669", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PL-2018-Logo-Wiki.png", "description": "rapid manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2750 +{"wikidata_id": "Q17183768", "display_name": "Hub Group", "legal_name": null, "aliases": [], "website": "https://www.hubgroup.com", "canonical_domain": "hubgroup.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["logistics"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "HUBG", "exchange": "Nasdaq", "lei": null, "sec_cik": "940942", "parent": null, "logo_url": null, "description": "American transportation and logistics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2751 +{"wikidata_id": "Q17509919", "display_name": "Clearwater Analytics", "legal_name": null, "aliases": [], "website": "https://clearwater-analytics.com", "canonical_domain": "clearwater-analytics.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "CWAN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2752 +{"wikidata_id": "Q17510106", "display_name": "Agilysys", "legal_name": null, "aliases": ["Pioneer-Standard Electronics"], "website": "https://www.agilysys.com", "canonical_domain": "agilysys.com", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "AGYS", "exchange": "Nasdaq", "lei": "5299001XWB5V3B5IPN93", "sec_cik": "78749", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agilysys%2C_Inc._logo.png", "description": "Provider of hospitality software for hotels, resorts and restaurants", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2753 +{"wikidata_id": "Q17512182", "display_name": "Brixmor Property Group", "legal_name": null, "aliases": [], "website": "https://www.brixmor.com", "canonical_domain": "brixmor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "BRX", "exchange": "New York Stock Exchange", "lei": "5299007UXW6Y0W2EGZ95", "sec_cik": "1581068", "parent": null, "logo_url": null, "description": "American real estate investment trust", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1581068", "enriched_at": "2026-09-13T07:17:59+00:00"}}
2754 +{"wikidata_id": "Q17513511", "display_name": "Accelera", "legal_name": "Accelera", "aliases": ["Hydrogenics"], "website": "https://www.accelerazero.com", "canonical_domain": "accelerazero.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["energy"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "HYGS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1119985", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hydrogenics_logo.png", "description": "Canada-based alternative energy company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2755 +{"wikidata_id": "Q18149200", "display_name": "Catalyst Pharmaceuticals", "legal_name": null, "aliases": ["Catalyst Pharmaceuticals (United States)"], "website": "https://www.catalystpharma.com", "canonical_domain": "catalystpharma.com", "country": "US", "hq_city": "Coral Gables", "hq_region": "Miami-Dade County", "lat": 25.75, "lon": -80.27111, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "CPRX", "exchange": "Nasdaq", "lei": "5299004O0R5XXLA5H544", "sec_cik": "1369568", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Catalyst_Pharmaceuticals_logo.svg", "description": "company in Coral Gables, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2756 +{"wikidata_id": "Q18150963", "display_name": "ForgeRock", "legal_name": null, "aliases": [], "website": "https://www.forgerock.com", "canonical_domain": "forgerock.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "FORG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1543916", "parent": null, "logo_url": null, "description": "Identity management software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2757 +{"wikidata_id": "Q18168364", "display_name": "Sears Hometown and Outlet Stores", "legal_name": null, "aliases": ["Sears Hometown & Outlet Stores", "Sears Hometown and Outlet Stores Inc."], "website": "https://www.shos.com", "canonical_domain": "shos.com", "country": "US", "hq_city": "Hoffman Estates", "hq_region": "Cook County", "lat": 42.06306, "lon": -88.11917, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "SHOS", "exchange": "Nasdaq", "lei": "529900RE3G7SXL60V884", "sec_cik": "1548309", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sears_Hometown_and_Outlet_Stores_logo.png", "description": "American retail company that sells home appliances, lawn and garden equipment, apparel, mattresses, sporting goods and tools", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2758 +{"wikidata_id": "Q18378515", "display_name": "Skillz", "legal_name": null, "aliases": ["Skillz Games"], "website": "https://skillz.com", "canonical_domain": "skillz.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["technology", "gaming"], "industry_labels": ["technology", "video game industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "SKLZ", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mobile gaming platform connecting players and developers", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2759 +{"wikidata_id": "Q18394125", "display_name": "Veste", "legal_name": null, "aliases": ["Restoque", "Veste S.A."], "website": "https://www.veste.com", "canonical_domain": "veste.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "LLIS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Veste.svg", "description": "Brazilian retail company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2760 +{"wikidata_id": "Q18466994", "display_name": "Cinesystem", "legal_name": null, "aliases": [], "website": "https://www.cinesystem.com.br", "canonical_domain": "cinesystem.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -23.42141, "lon": -51.93993, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CNSY3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brazilian network of cinemas", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2761 +{"wikidata_id": "Q18477769", "display_name": "Companhia Energética do Rio Grande do Norte", "legal_name": null, "aliases": ["COSERN"], "website": "https://www.cosern.com.br", "canonical_domain": "cosern.com.br", "country": "BR", "hq_city": "Natal", "hq_region": "Rio Grande do Norte", "lat": -5.795, "lon": -35.20889, "industries": ["retail"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "CSRN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10336225", "name": "Neoenergia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cosern.png", "description": "energy distribution company in the state of Rio Grande do Norte, Brazil", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2762 +{"wikidata_id": "Q18499520", "display_name": "BB Seguridade", "legal_name": null, "aliases": ["Banco do Brasil Seguridade", "BB Seguros"], "website": "https://www.bbseguridaderi.com.br", "canonical_domain": "bbseguridaderi.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["insurance"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "BBSE3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_BB_Seguridade.svg", "description": "Brazilian insurance company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2763 +{"wikidata_id": "Q18616140", "display_name": "Allegro MicroSystems", "legal_name": null, "aliases": [], "website": "https://www.allegromicro.com", "canonical_domain": "allegromicro.com", "country": "US", "hq_city": "Manchester", "hq_region": "Hillsborough County", "lat": 42.99083, "lon": -71.46361, "industries": ["manufacturing"], "industry_labels": ["integrated device manufacturer"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "ALGM", "exchange": "Nasdaq", "lei": null, "sec_cik": "866291", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allegro_MicroSystems_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2764 +{"wikidata_id": "Q18758166", "display_name": "Unipar Carbocloro", "legal_name": null, "aliases": [], "website": "https://unipar.com", "canonical_domain": "unipar.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "UNIP3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian chemical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2765 +{"wikidata_id": "Q19709597", "display_name": "PRIO", "legal_name": null, "aliases": ["PetroRio"], "website": "https://ri.petroriosa.com.br", "canonical_domain": "petroriosa.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Brazil", "lat": -22.03333, "lon": -42.7, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "PRIO3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_PRIO_%28sem_s%C3%ADmbolo%29.svg", "description": "oil and gas company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2766 +{"wikidata_id": "Q19757566", "display_name": "Pluralsight", "legal_name": null, "aliases": [], "website": "https://www.pluralsight.com", "canonical_domain": "pluralsight.com", "country": "US", "hq_city": "Farmington", "hq_region": "Davis County", "lat": 40.98667, "lon": -111.89917, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "PS", "exchange": "Nasdaq", "lei": "254900B3VHPCKNREOX50", "sec_cik": "1725579", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pluralsight_Logo.svg", "description": "online education company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2767 +{"wikidata_id": "Q19865696", "display_name": "Vapotherm", "legal_name": null, "aliases": [], "website": "https://vapotherm.com", "canonical_domain": "vapotherm.com", "country": "US", "hq_city": "Stevensville", "hq_region": "Queen Anne's County", "lat": 38.9811, "lon": -76.3189, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "VAPO", "exchange": "New York Stock Exchange", "lei": "549300A6KMUMDX27EQ68", "sec_cik": "1253176", "parent": null, "logo_url": null, "description": "medical device manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2768 +{"wikidata_id": "Q19882011", "display_name": "Synageva", "legal_name": null, "aliases": [], "website": "https://www.synageva.com", "canonical_domain": "synageva.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "GEVA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2769 +{"wikidata_id": "Q19903338", "display_name": "Indivior", "legal_name": null, "aliases": ["Indivior Inc. (U.S.)", "Indivior Plc (U.K.)"], "website": "https://indivior.com", "canonical_domain": "indivior.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.4587, "lon": -77.4686, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "INDV", "exchange": "London Stock Exchange", "lei": "213800V3NCQTY7IED471", "sec_cik": "1625297", "parent": null, "logo_url": null, "description": "specialty pharmaceuticals business headquartered in Richmond, Virginia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1625297", "enriched_at": "2026-09-13T07:17:59+00:00"}}
2770 +{"wikidata_id": "Q20687182", "display_name": "Talen Energy", "legal_name": null, "aliases": ["Talen Energy Corporation"], "website": "https://www.talenenergy.com", "canonical_domain": "talenenergy.com", "country": "US", "hq_city": "Allentown", "hq_region": "Lehigh County", "lat": 40.6, "lon": -75.48333, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "TLN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1622536", "parent": null, "logo_url": null, "description": "an independent power producer founded in 2015", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1622536", "enriched_at": "2026-09-13T07:17:59+00:00"}}
2771 +{"wikidata_id": "Q2069106", "display_name": "Pacific Biosciences", "legal_name": null, "aliases": ["PACB", "PacBio"], "website": "https://www.pacb.com", "canonical_domain": "pacb.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "PACB", "exchange": "Nasdaq", "lei": "529900F1BWRE1M0KZN89", "sec_cik": "1299130", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pacific_Biosciences_logo.svg", "description": "biotechnology company founded in 2004 that develops and manufactures systems for gene sequencing and some novel real time biological observation", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2772 +{"wikidata_id": "Q20709176", "display_name": "Alico", "legal_name": null, "aliases": ["Inc."], "website": "https://www.alicoinc.com", "canonical_domain": "alicoinc.com", "country": "US", "hq_city": "Fort Myers", "hq_region": "Lee County", "lat": 26.61667, "lon": -81.83333, "industries": ["agriculture"], "industry_labels": ["SIC 0100 Agricultural Production-Crops"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ALCO", "exchange": "Nasdaq", "lei": null, "sec_cik": "3545", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alico_logo.svg", "description": "American business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "3545", "enriched_at": "2026-09-13T07:18:00+00:00"}}
2773 +{"wikidata_id": "Q20858163", "display_name": "Norfolk Southern Corporation", "legal_name": null, "aliases": ["NSC", "Norfolk Southern Railway"], "website": "https://www.nscorp.com", "canonical_domain": "nscorp.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Virginia", "lat": 36.84694, "lon": -76.28528, "industries": ["asset-management"], "industry_labels": ["SIC 4011 Railroads, Line-Haul Operating"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "NSC", "exchange": "New York Stock Exchange", "lei": "54930036C8MWP850MI84", "sec_cik": "702165", "parent": null, "logo_url": null, "description": "holding company formed in 1982 for Norfolk and Western Railway and Southern Railway", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "702165", "enriched_at": "2026-09-13T07:18:00+00:00"}}
2774 +{"wikidata_id": "Q2099437", "display_name": "Plexus Corporation", "legal_name": null, "aliases": [], "website": "https://www.plexus.com", "canonical_domain": "plexus.com", "country": "US", "hq_city": "Neenah", "hq_region": "Winnebago County", "lat": 44.17417, "lon": -88.46861, "industries": ["semiconductors"], "industry_labels": ["SIC 3672 Printed Circuit Boards"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "PLXS", "exchange": "Nasdaq", "lei": "549300JRA3ST5UDC4M40", "sec_cik": "785786", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Plexus_Corporation_Logo_%282018%29.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "785786", "enriched_at": "2026-09-13T07:18:01+00:00"}}
2775 +{"wikidata_id": "Q22074922", "display_name": "Elastic", "legal_name": null, "aliases": ["Elastic BV", "Elastic NV", "Elasticsearch BV"], "website": "https://www.elastic.co", "canonical_domain": "elastic.co", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "ESTC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1707753", "parent": null, "logo_url": null, "description": "software business, developer of Elasticsearch", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2776 +{"wikidata_id": "Q22121872", "display_name": "Tandem Diabetes Care, Inc.", "legal_name": null, "aliases": [], "website": "https://www.tandemdiabetes.com", "canonical_domain": "tandemdiabetes.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "TNDM", "exchange": "Nasdaq", "lei": "549300JEPFOD0K4D3I05", "sec_cik": "1438133", "parent": null, "logo_url": null, "description": "U.S. healthcare company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2777 +{"wikidata_id": "Q23131313", "display_name": "Editas Medicine", "legal_name": null, "aliases": [], "website": "https://www.editasmedicine.com", "canonical_domain": "editasmedicine.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "EDIT", "exchange": "Nasdaq", "lei": "5299000AON4Q9NT2JE42", "sec_cik": "1650664", "parent": null, "logo_url": null, "description": "discovery-phase pharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2778 +{"wikidata_id": "Q24915031", "display_name": "Envestnet", "legal_name": null, "aliases": [], "website": "https://www.envestnet.com", "canonical_domain": "envestnet.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "ENV", "exchange": "New York Stock Exchange", "lei": "549300HLWZ5OKIDM8737", "sec_cik": "1337619", "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2779 +{"wikidata_id": "Q25245434", "display_name": "Aerie Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.aeriepharma.com", "canonical_domain": "aeriepharma.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "AERI", "exchange": "Nasdaq", "lei": "529900SFXHDHUO324R09", "sec_cik": "1337553", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2780 +{"wikidata_id": "Q25245477", "display_name": "Clear Secure", "legal_name": null, "aliases": ["Clear", "CLEAR", "Alclear"], "website": "https://www.clearme.com", "canonical_domain": "clearme.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "YOU", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1856314", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CLEAR_Logo.svg", "description": "American technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1856314", "enriched_at": "2026-09-13T07:18:01+00:00"}}
2781 +{"wikidata_id": "Q27686100", "display_name": "Builders FirstSource", "legal_name": null, "aliases": [], "website": "https://www.bldr.com", "canonical_domain": "bldr.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BLDR", "exchange": "New York Stock Exchange", "lei": "549300W0SKP6L3H7DP63", "sec_cik": "1316835", "parent": null, "logo_url": null, "description": "building materials company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2782 +{"wikidata_id": "Q27964091", "display_name": "Essex Property Trust, Inc.", "legal_name": null, "aliases": ["Essex Property Trust"], "website": "https://www.essexapartmenthomes.com", "canonical_domain": "essexapartmenthomes.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "ESS", "exchange": "New York Stock Exchange", "lei": "549300TR2H2VEFX0NC60", "sec_cik": "920522", "parent": null, "logo_url": null, "description": "American Real Estate Investment Trusts", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2783 +{"wikidata_id": "Q27988152", "display_name": "Federal Realty Investment Trust", "legal_name": null, "aliases": [], "website": "https://www.federalrealty.com", "canonical_domain": "federalrealty.com", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "FRT", "exchange": "New York Stock Exchange", "lei": "549300LI6XZ51GOCJ427", "sec_cik": "34903", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Federal_Realty_Investment_Trust_logo.svg", "description": "Real Estate Investment Trust in the United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2784 +{"wikidata_id": "Q27988153", "display_name": "UDR", "legal_name": null, "aliases": ["UDR Inc", "United Dominion Realty Trust", "United Dominion Residential Communities"], "website": "https://www.udr.com", "canonical_domain": "udr.com", "country": "US", "hq_city": "Highlands Ranch", "hq_region": "Douglas County", "lat": 39.54444, "lon": -104.96806, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "UDR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "74208", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UDR%2C_Inc._logo.png", "description": "real estate investment firm", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2785 +{"wikidata_id": "Q28048853", "display_name": "Winmark", "legal_name": null, "aliases": ["Winmark Corporation", "Plato's Closet", "Play It Again Sports"], "website": "https://winmarkcorporation.com", "canonical_domain": "winmarkcorporation.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["retail"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "WINA", "exchange": "Nasdaq", "lei": null, "sec_cik": "908315", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winmark_logo.png", "description": "American used goods retailer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2786 +{"wikidata_id": "Q28127133", "display_name": "ElectraMeccanica", "legal_name": null, "aliases": [], "website": "https://electrameccanica.com", "canonical_domain": "electrameccanica.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SOLO", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian-American automobile company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2787 +{"wikidata_id": "Q28175069", "display_name": "Genomic Health", "legal_name": null, "aliases": ["Inc."], "website": "https://www.genomichealth.com", "canonical_domain": "genomichealth.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["healthcare", "biotechnology"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "GHDX", "exchange": "Nasdaq", "lei": "549300QAH59D564PM570", "sec_cik": "1131324", "parent": null, "logo_url": null, "description": "Genomics testing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2788 +{"wikidata_id": "Q28222794", "display_name": "BlackLine", "legal_name": null, "aliases": [], "website": "https://www.blackline.com", "canonical_domain": "blackline.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["software"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "BL", "exchange": "Nasdaq", "lei": "529900P9N7PK9LV5EK56", "sec_cik": "1666134", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2789 +{"wikidata_id": "Q28444592", "display_name": "OneMain Financial", "legal_name": null, "aliases": ["OneMain Holdings", "Inc."], "website": "https://www.onemainfinancial.com", "canonical_domain": "onemainfinancial.com", "country": "US", "hq_city": "Evansville", "hq_region": "Vanderburgh County", "lat": 37.97472, "lon": -87.55583, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "OMF", "exchange": "New York Stock Exchange", "lei": "549300E3VEW8SMS5XW09", "sec_cik": "1606835", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OneMain_logo.png", "description": "American financial services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2790 +{"wikidata_id": "Q30256843", "display_name": "bluebird bio", "legal_name": null, "aliases": ["Bluebird bio"], "website": "https://www.bluebirdbio.com", "canonical_domain": "bluebirdbio.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "BLUE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1293971", "parent": null, "logo_url": null, "description": "company in Cambridge, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2791 +{"wikidata_id": "Q30263778", "display_name": "Fleury S.A. (Brazil)", "legal_name": null, "aliases": ["Grupo Fleury"], "website": "https://www.fleury.com.br", "canonical_domain": "fleury.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "FLRY3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Grupo_Fleury.svg", "description": "company in São Paulo, Brazil", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2792 +{"wikidata_id": "Q30285756", "display_name": "Arcadia Biosciences (United States)", "legal_name": null, "aliases": ["Arcadia Biosciences"], "website": "https://www.arcadiabio.com", "canonical_domain": "arcadiabio.com", "country": "US", "hq_city": "Davis", "hq_region": "Yolo County", "lat": 38.55389, "lon": -121.73806, "industries": ["oil-gas"], "industry_labels": ["SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "RKDA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1469443", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arcadia_Biosciences_logo.svg", "description": "company in Davis, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1469443", "enriched_at": "2026-09-13T07:18:01+00:00"}}
2793 +{"wikidata_id": "Q3052066", "display_name": "Coca-Cola Andina", "legal_name": null, "aliases": ["Embotelladora Andina"], "website": "https://www.koandina.com", "canonical_domain": "koandina.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "ANDINA", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3295867", "name": "The Coca-Cola Company"}, "logo_url": null, "description": "Coca-Cola bottling company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2794 +{"wikidata_id": "Q30640316", "display_name": "GoodRx", "legal_name": null, "aliases": ["GDRX", "GoodRx Holdings", "GoodRx Holdings", "Inc.", "Inc."], "website": "https://www.goodrx.com", "canonical_domain": "goodrx.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "GDRX", "exchange": "Nasdaq", "lei": "25490061CWK7F0OTY260", "sec_cik": "1809519", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoodRx_logo_horizontal.svg", "description": "American prescription drug price tracking website and app", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1809519", "enriched_at": "2026-09-13T07:18:01+00:00"}}
2795 +{"wikidata_id": "Q3535948", "display_name": "Towerstream", "legal_name": null, "aliases": [], "website": "https://www.towerstream.com", "canonical_domain": "towerstream.com", "country": "US", "hq_city": "Middletown", "hq_region": "Newport County", "lat": 41.54566, "lon": -71.29144, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TWER", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2796 +{"wikidata_id": "Q39055049", "display_name": "Navan, Inc.", "legal_name": null, "aliases": ["TripActions"], "website": "https://navan.com", "canonical_domain": "navan.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["travel"], "industry_labels": ["corporate travel management"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "NAVN", "exchange": "Nasdaq", "lei": "254900RHRK35UPHTGY05", "sec_cik": "1639723", "parent": null, "logo_url": null, "description": "US travel management company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2797 +{"wikidata_id": "Q4144463", "display_name": "IANSA", "legal_name": null, "aliases": [], "website": "https://www.iansa.cl", "canonical_domain": "iansa.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "IANSA", "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean sugar producer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2798 +{"wikidata_id": "Q43303430", "display_name": "Twist Bioscience", "legal_name": null, "aliases": [], "website": "https://www.twistbioscience.com", "canonical_domain": "twistbioscience.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "TWST", "exchange": "Nasdaq", "lei": null, "sec_cik": "1581280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Twist_Bioscience_Official_Logo.png", "description": "Biotechnology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1581280", "enriched_at": "2026-09-13T07:18:01+00:00"}}
2799 +{"wikidata_id": "Q4545752", "display_name": "1-800-Flowers", "legal_name": null, "aliases": ["Inc.", "1800 Flowers"], "website": "https://www.1800flowers.com", "canonical_domain": "1800flowers.com", "country": "US", "hq_city": "Carle Place", "hq_region": "Nassau County", "lat": 40.7525, "lon": -73.6103, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "FLWS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1084869", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1-800-FLOWERS.COM%2C_Inc._Logo_.jpg", "description": "floral and gift retailer and distribution company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1084869", "enriched_at": "2026-09-13T07:18:01+00:00"}}
2800 +{"wikidata_id": "Q4596288", "display_name": "1st Constitution Bancorp", "legal_name": null, "aliases": [], "website": "https://www.1stconstitution.com", "canonical_domain": "1stconstitution.com", "country": "US", "hq_city": "Cranbury", "hq_region": "Middlesex County", "lat": 40.30722, "lon": -74.51639, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "FCCY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1141807", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2801 +{"wikidata_id": "Q4633233", "display_name": "2U", "legal_name": "2U, Inc.", "aliases": ["2tor", "Inc.", "Inc."], "website": "https://www.2u.com", "canonical_domain": "2u.com", "country": "US", "hq_city": "Lanham", "hq_region": "Prince George's County", "lat": 38.9669, "lon": -76.8619, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "TWOU", "exchange": "Nasdaq", "lei": "5493008RVTXVR43PYF84", "sec_cik": "1459417", "parent": null, "logo_url": null, "description": "business company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1459417", "enriched_at": "2026-09-13T07:18:03+00:00"}}
2802 +{"wikidata_id": "Q4670840", "display_name": "Acacia Research", "legal_name": null, "aliases": [], "website": "https://www.acaciaresearch.com", "canonical_domain": "acaciaresearch.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "ACTG", "exchange": "Nasdaq", "lei": null, "sec_cik": "934549", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acacia_Research_Corporation_Logo.jpg", "description": "patent enforcement entity", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "934549", "enriched_at": "2026-09-13T07:18:03+00:00"}}
2803 +{"wikidata_id": "Q4686442", "display_name": "SS&C Advent", "legal_name": null, "aliases": ["Advent Software"], "website": "https://www.advent.com", "canonical_domain": "advent.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "ADVS", "exchange": "Nasdaq", "lei": "5493008K65FKZ7JK3617", "sec_cik": "816086", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Advent_Software_logo.svg", "description": "American software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2804 +{"wikidata_id": "Q4698227", "display_name": "Air Transport Services Group", "legal_name": null, "aliases": [], "website": "https://www.atsginc.com", "canonical_domain": "atsginc.com", "country": "US", "hq_city": "Wilmington", "hq_region": "Clinton County", "lat": 39.4458, "lon": -83.8292, "industries": ["airlines"], "industry_labels": ["airline"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ATSG", "exchange": "Nasdaq", "lei": "5493000F3MSFGIXTQE27", "sec_cik": "894081", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Transport_Services_Group_logo.svg", "description": "American aviation holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2805 +{"wikidata_id": "Q4705296", "display_name": "Alabama Power", "legal_name": null, "aliases": ["Alabama Power Company"], "website": "https://www.alabamapower.com", "canonical_domain": "alabamapower.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "ALP-Q", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2304693", "name": "Southern Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alabama_Power_new_logo.svg", "description": "American electric company in Birmingham, Alabama", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2806 +{"wikidata_id": "Q4708382", "display_name": "Alarm.com, Inc.", "legal_name": null, "aliases": [], "website": "https://www.alarm.com", "canonical_domain": "alarm.com", "country": "US", "hq_city": "Vienna", "hq_region": "Fairfax County", "lat": 38.9, "lon": -77.2667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ALRM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1459200", "parent": null, "logo_url": null, "description": "American security company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1459200", "enriched_at": "2026-09-13T07:18:03+00:00"}}
2807 +{"wikidata_id": "Q4741030", "display_name": "Ambarella Inc.", "legal_name": null, "aliases": ["Ambarella International LP (Santa Clara", "CA)"], "website": "https://www.ambarella.com", "canonical_domain": "ambarella.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "AMBA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1280263", "parent": null, "logo_url": null, "description": "fabless semiconductor design company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1280263", "enriched_at": "2026-09-13T07:18:03+00:00"}}
2808 +{"wikidata_id": "Q4745391", "display_name": "American Woodmark", "legal_name": null, "aliases": [], "website": "https://americanwoodmark.com", "canonical_domain": "americanwoodmark.com", "country": "US", "hq_city": "Winchester", "hq_region": "Virginia", "lat": 39.1783, "lon": -78.1667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "AMWD", "exchange": "Nasdaq", "lei": null, "sec_cik": "794619", "parent": null, "logo_url": null, "description": "American kitchen and bath cabinet manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2809 +{"wikidata_id": "Q4751068", "display_name": "Analogic Corporation", "legal_name": null, "aliases": [], "website": "https://www.analogic.com", "canonical_domain": "analogic.com", "country": "US", "hq_city": "Peabody", "hq_region": "Essex County", "lat": 42.52778, "lon": -70.92917, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "ALOG", "exchange": "Nasdaq", "lei": null, "sec_cik": "6284", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Analogic_logo.svg", "description": "digital and security-scanning imaging device manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2810 +{"wikidata_id": "Q4808787", "display_name": "Asset Acceptance", "legal_name": null, "aliases": [], "website": "https://www.assetacceptance.com", "canonical_domain": "assetacceptance.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "AACC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American debt buying company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2811 +{"wikidata_id": "Q4811929", "display_name": "Asure Software", "legal_name": null, "aliases": [], "website": "https://www.asuresoftware.com", "canonical_domain": "asuresoftware.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "ASUR", "exchange": "Nasdaq", "lei": null, "sec_cik": "884144", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asure_Color_on_White_-_large_%281%29.png", "description": "software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2812 +{"wikidata_id": "Q4813401", "display_name": "athenahealth", "legal_name": null, "aliases": ["Athena Health"], "website": "https://www.athenahealth.com", "canonical_domain": "athenahealth.com", "country": "US", "hq_city": "Watertown", "hq_region": "Middlesex County", "lat": 42.37083, "lon": -71.18333, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ATHN", "exchange": "Nasdaq", "lei": "5493004JZ4RQIZBHP241", "sec_cik": "1131096", "parent": null, "logo_url": null, "description": "American healthcare company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2813 +{"wikidata_id": "Q4818872", "display_name": "Atwood Oceanics", "legal_name": null, "aliases": [], "website": "https://www.atwoodoceanics.com", "canonical_domain": "atwoodoceanics.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ATW", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "8411", "parent": null, "logo_url": null, "description": "American energy company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2814 +{"wikidata_id": "Q4818932", "display_name": "AuRico Gold", "legal_name": null, "aliases": [], "website": "https://www.auricogold.com", "canonical_domain": "auricogold.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "AUQ", "exchange": "New York Stock Exchange", "lei": "549300EBYDWHTZVNTZ89", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian gold mining company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2815 +{"wikidata_id": "Q4854030", "display_name": "BancFirst", "legal_name": null, "aliases": [], "website": "https://www.bancfirst.bank", "canonical_domain": "bancfirst.bank", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Pottawatomie County", "lat": 35.48222, "lon": -97.53528, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "BANF", "exchange": "Nasdaq", "lei": "549300MNZECUR067HB12", "sec_cik": "760498", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BancFirst_logo.svg", "description": "Oklahoma-based bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2816 +{"wikidata_id": "Q4854138", "display_name": "Cadence Bank", "legal_name": null, "aliases": ["BancorpSouth", "BancorpSouth Bank"], "website": "https://cadencebank.com", "canonical_domain": "cadencebank.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1876, "employees": null, "public_company": true, "ticker": "CADE", "exchange": "New York Stock Exchange", "lei": "OUG18NR543384L2ZB309", "sec_cik": "1299939", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cadence-Bank-logo-2022.svg", "description": "commercial bank headquartered in Tupelo, Mississippi, and Houston, Texas", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2817 +{"wikidata_id": "Q4855887", "display_name": "BankUnited", "legal_name": null, "aliases": [], "website": "https://www.bankunited.com", "canonical_domain": "bankunited.com", "country": "US", "hq_city": "Miami Lakes", "hq_region": "Miami-Dade County", "lat": 25.90871, "lon": -80.30866, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "BKU", "exchange": "New York Stock Exchange", "lei": "96OVUWEW5D4YX6PFXD91", "sec_cik": "1504008", "parent": null, "logo_url": null, "description": "Florida based regional bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2818 +{"wikidata_id": "Q4861508", "display_name": "Barnes & Noble College Booksellers", "legal_name": null, "aliases": ["Barnes & Noble Education", "Barnes & Noble Education", "Inc.", "BNED"], "website": "https://www.bned.com", "canonical_domain": "bned.com", "country": "US", "hq_city": "Florham Park", "hq_region": "NJ", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail", "SIC 5940 Retail-Miscellaneous Shopping Goods Stores"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BNED", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1634117", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BNED_logo.svg", "description": "business of Barnes & Noble", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1634117", "enriched_at": "2026-09-13T07:18:04+00:00"}}
2819 +{"wikidata_id": "Q4861529", "display_name": "Barnes Group", "legal_name": null, "aliases": ["Barnes Group Inc"], "website": "https://www.barnesgroupinc.com", "canonical_domain": "barnesgroupinc.com", "country": "US", "hq_city": "Bristol", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.68111, "lon": -72.94056, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "B", "exchange": "New York Stock Exchange", "lei": "G1MSYD2DQZX30V5DMX12", "sec_cik": "9984", "parent": null, "logo_url": null, "description": "American Aerospace Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2820 +{"wikidata_id": "Q48742298", "display_name": "Duke Realty", "legal_name": null, "aliases": [], "website": "https://www.dukerealty.com", "canonical_domain": "dukerealty.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "DRE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "783280", "parent": null, "logo_url": null, "description": "American real estate company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2821 +{"wikidata_id": "Q4878288", "display_name": "Beazer Homes USA", "legal_name": null, "aliases": [], "website": "https://www.beazer.com", "canonical_domain": "beazer.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["real-estate", "construction"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BZH", "exchange": "New York Stock Exchange", "lei": "549300DUPYT2T0F60I45", "sec_cik": "915840", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beazer_Homes.png", "description": "American homebuilding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2822 +{"wikidata_id": "Q4906978", "display_name": "Biglari Holdings Inc.", "legal_name": null, "aliases": [], "website": "https://www.biglariholdings.com", "canonical_domain": "biglariholdings.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "BH", "exchange": "New York Stock Exchange", "lei": "549300GLWWSODF8TM682", "sec_cik": "1726173", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Biglari_Holdings_logo.png", "description": "American holding company headquartered in San Antonio, Texas, US", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2823 +{"wikidata_id": "Q4908047", "display_name": "Bill Barrett Corporation", "legal_name": null, "aliases": [], "website": "https://www.billbarrettcorp.com", "canonical_domain": "billbarrettcorp.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "BBG", "exchange": "New York Stock Exchange", "lei": "XE2KCQGOGYZ847CKN141", "sec_cik": "1172139", "parent": null, "logo_url": null, "description": "energy company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2824 +{"wikidata_id": "Q4928676", "display_name": "Blucora", "legal_name": null, "aliases": ["Infospace", "Inc."], "website": "https://www.blucora.com", "canonical_domain": "blucora.com", "country": "US", "hq_city": "Dallas", "hq_region": "TX", "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["SIC 6199 Finance Services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "BCOR", "exchange": "Nasdaq", "lei": "5299001IO03J69IP6L77", "sec_cik": "1068875", "parent": null, "logo_url": null, "description": "U.S. corporation", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1068875", "enriched_at": "2026-09-13T07:18:04+00:00"}}
2825 +{"wikidata_id": "Q4937270", "display_name": "Axos Financial", "legal_name": null, "aliases": ["BofI Holding Inc"], "website": "https://www.bofiholding.com", "canonical_domain": "bofiholding.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "AX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1299709", "parent": null, "logo_url": null, "description": "bank holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1299709", "enriched_at": "2026-09-13T07:18:04+00:00"}}
2826 +{"wikidata_id": "Q4983090", "display_name": "Buckeye Partners", "legal_name": null, "aliases": [], "website": "https://www.buckeye.com", "canonical_domain": "buckeye.com", "country": "US", "hq_city": "Greenway Plaza", "hq_region": "Houston", "lat": 29.7327, "lon": -95.4318, "industries": ["oil-gas"], "industry_labels": ["petroleum"], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "BPL", "exchange": "New York Stock Exchange", "lei": "549300C1PQJLVEIUBK50", "sec_cik": null, "parent": null, "logo_url": null, "description": "American energy company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2827 +{"wikidata_id": "Q5006774", "display_name": "Bard", "legal_name": null, "aliases": ["C. R. Bard", "C. R. Bard", "Inc."], "website": "https://www.crbard.com", "canonical_domain": "crbard.com", "country": "US", "hq_city": "Murray Hill", "hq_region": "Union County", "lat": 40.6953, "lon": -74.4011, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "BCR", "exchange": "New York Stock Exchange", "lei": "549300XS4HD3R8MDYK78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bard_logo.gif", "description": "pharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2828 +{"wikidata_id": "Q5009135", "display_name": "CBL Properties", "legal_name": null, "aliases": ["CBL & Associates", "CBL & Associates Properties", "Inc."], "website": "https://www.cblproperties.com", "canonical_domain": "cblproperties.com", "country": "US", "hq_city": "Chattanooga", "hq_region": "Hamilton County", "lat": 35.04556, "lon": -85.26722, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "CBL", "exchange": "New York Stock Exchange", "lei": "529900EIVFBRS4PUBZ13", "sec_cik": "910612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBL_%26_Associates_Properties_logo.png", "description": "American real estate investment trust", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2829 +{"wikidata_id": "Q5017084", "display_name": "CafePress", "legal_name": null, "aliases": ["Cafe Press", "Inc."], "website": "https://www.cafepress.com", "canonical_domain": "cafepress.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "PRSS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3030046", "name": "Snapfish"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CafePress_logo.svg", "description": "online retailer of stock and user-customized on-demand products", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2830 +{"wikidata_id": "Q5019738", "display_name": "Calgon Carbon", "legal_name": null, "aliases": [], "website": "https://www.calgoncarbon.com", "canonical_domain": "calgoncarbon.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "CCC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1818201", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calgon_Carbon_logo.svg", "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1818201", "enriched_at": "2026-09-13T07:18:04+00:00"}}
2831 +{"wikidata_id": "Q5021439", "display_name": "Calix", "legal_name": null, "aliases": [], "website": "https://www.calix.com", "canonical_domain": "calix.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CALX", "exchange": "New York Stock Exchange", "lei": "5299002RQRZ4SXSCSJ58", "sec_cik": "1406666", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calix_logo_%282024%29.png", "description": "telecommunications equipment company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1406666", "enriched_at": "2026-09-13T07:18:04+00:00"}}
2832 +{"wikidata_id": "Q50239180", "display_name": "Cardtronics", "legal_name": null, "aliases": ["Cardtronics ATM"], "website": "https://www.cardtronics.com", "canonical_domain": "cardtronics.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["professional-services"], "industry_labels": ["ATM operator", "SIC 7389 Services-Business Services, NEC"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "CATM", "exchange": "Nasdaq", "lei": "549300Y550MRJSMQQY02", "sec_cik": "1277856", "parent": null, "logo_url": null, "description": "ATM deployer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1277856", "enriched_at": "2026-09-13T07:18:08+00:00"}}
2833 +{"wikidata_id": "Q5025803", "display_name": "Camden Property Trust", "legal_name": "Camden Property Trust", "aliases": ["Camden"], "website": "https://www.camdenliving.com", "canonical_domain": "camdenliving.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "CPT", "exchange": "New York Stock Exchange", "lei": "5493002MYX22OHYJBD89", "sec_cik": "906345", "parent": null, "logo_url": null, "description": "real estate investment trust", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2834 +{"wikidata_id": "Q5035257", "display_name": "Capella Education Company", "legal_name": null, "aliases": [], "website": "https://www.capellaeducationcompany.com", "canonical_domain": "capellaeducationcompany.com", "country": "US", "hq_city": "Capella Tower", "hq_region": "Minneapolis", "lat": 44.9763, "lon": -93.2686, "industries": ["education"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "CPLA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Strategic_Education%2C_Inc.png", "description": "education services holding company which owns for-profit, online Capella University and other assets", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2835 +{"wikidata_id": "Q5092882", "display_name": "Chesapeake Utilities", "legal_name": null, "aliases": [], "website": "https://www.chpk.com", "canonical_domain": "chpk.com", "country": "US", "hq_city": "Dover", "hq_region": "Kent County", "lat": 39.16166, "lon": -75.52571, "industries": ["utilities"], "industry_labels": [], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "CPK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "19745", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chpk-corporate-logo-highres.jpg", "description": "American corporation", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "19745", "enriched_at": "2026-09-13T07:18:08+00:00"}}
2836 +{"wikidata_id": "Q5118603", "display_name": "Chyron Corporation", "legal_name": null, "aliases": ["ChyronHego", "ChyronHego Corporation"], "website": "https://chyron.com", "canonical_domain": "chyron.com", "country": "US", "hq_city": "Melville", "hq_region": "Suffolk County", "lat": 40.7917, "lon": -73.4056, "industries": ["professional-services"], "industry_labels": ["SIC 7330 Services-Mailing, Reproduction, Commercial Art & Photography"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "CHYR", "exchange": "Nasdaq", "lei": "549300FYBD6V1N4GUZ14", "sec_cik": "20232", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chyron_Corporation_logo.svg", "description": "US company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "20232", "enriched_at": "2026-09-13T07:18:09+00:00"}}
2837 +{"wikidata_id": "Q5132401", "display_name": "ClickSoftware Technologies", "legal_name": null, "aliases": [], "website": "https://www.clicksoftware.com", "canonical_domain": "clicksoftware.com", "country": "US", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["software"], "industry_labels": ["business software"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "CKSW", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q941127", "name": "Salesforce"}, "logo_url": null, "description": "American technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2838 +{"wikidata_id": "Q5140275", "display_name": "Codexis", "legal_name": null, "aliases": [], "website": "https://www.codexis.com", "canonical_domain": "codexis.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["construction"], "industry_labels": ["protein engineering"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "CDXS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1200375", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Codexis.svg", "description": "American protein engineering company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2839 +{"wikidata_id": "Q5148361", "display_name": "Colonial Properties", "legal_name": null, "aliases": [], "website": "https://www.colonialprop.com", "canonical_domain": "colonialprop.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "CLP", "exchange": "New York Stock Exchange", "lei": "25490002BUTSMP94GO68", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2840 +{"wikidata_id": "Q5151691", "display_name": "Comfort Systems USA", "legal_name": null, "aliases": [], "website": "https://comfortsystemsusa.com", "canonical_domain": "comfortsystemsusa.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": ["heating, ventilation, and air conditioning"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "FIX", "exchange": "New York Stock Exchange", "lei": "5299009DT1ZA5HTU6R38", "sec_cik": "1035983", "parent": null, "logo_url": null, "description": "American HVAC company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2841 +{"wikidata_id": "Q5154635", "display_name": "Community Bank, N.A.", "legal_name": null, "aliases": ["Community Bank", "CBNA", "Community Bank", "National Association"], "website": "https://cbna.com", "canonical_domain": "cbna.com", "country": "US", "hq_city": "DeWitt", "hq_region": "Onondaga County", "lat": 43.05444, "lon": -76.07917, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1866, "employees": null, "public_company": true, "ticker": "CBU", "exchange": "New York Stock Exchange", "lei": "5493005RDTT7HVODH436", "sec_cik": "1257282", "parent": null, "logo_url": null, "description": "American commercial bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2842 +{"wikidata_id": "Q5161257", "display_name": "Conn's", "legal_name": null, "aliases": ["Conn's HomePlus"], "website": "https://www.conns.com", "canonical_domain": "conns.com", "country": "US", "hq_city": "The Woodlands", "hq_region": "Harris County", "lat": 30.1775, "lon": -95.50389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "CONN", "exchange": "Nasdaq", "lei": "529900K9HOACKOJJT953", "sec_cik": "1223389", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Conn%27s_HomePlus%C2%AE_logo.svg", "description": "American furniture, mattress, electronics and appliance store chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2843 +{"wikidata_id": "Q5172422", "display_name": "Corporate Office Properties Trust", "legal_name": null, "aliases": [], "website": "https://copt.com", "canonical_domain": "copt.com", "country": "US", "hq_city": "Columbia", "hq_region": "Howard County", "lat": 39.21562, "lon": -76.8582, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CDP", "exchange": "New York Stock Exchange", "lei": "YY1J47X6LF9TYY8JY420", "sec_cik": "860546", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2844 +{"wikidata_id": "Q5173239", "display_name": "Cortex Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.respirerx.com", "canonical_domain": "respirerx.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "RSPI", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "834632", "parent": null, "logo_url": null, "description": "pharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2845 +{"wikidata_id": "Q5173417", "display_name": "Corus Bankshares", "legal_name": null, "aliases": [], "website": "https://www.corusbank.com", "canonical_domain": "corusbank.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "CORSQ", "exchange": "Nasdaq", "lei": null, "sec_cik": "51939", "parent": null, "logo_url": null, "description": "financial holding group", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2846 +{"wikidata_id": "Q5178891", "display_name": "Covanta", "legal_name": null, "aliases": [], "website": "https://www.covanta.com", "canonical_domain": "covanta.com", "country": "US", "hq_city": "Morristown", "hq_region": "Morris County", "lat": 40.7966, "lon": -74.4773, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CVA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reworld_logo.png", "description": "American waste management company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2847 +{"wikidata_id": "Q5185100", "display_name": "Cricut", "legal_name": null, "aliases": ["Cricut Explore", "Cricut Maker", "Cricut Vinyl", "Explore Air", "Provo Craft", "Provo Craft & Novelty"], "website": "https://cricut.com", "canonical_domain": "cricut.com", "country": "US", "hq_city": "South Jordan", "hq_region": "UT", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["consumer electronics industry", "SIC 3559 Special Industry Machinery, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CRCT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1828962", "parent": null, "logo_url": null, "description": "DIY crafting company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1828962", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2848 +{"wikidata_id": "Q5190041", "display_name": "Crumbs Bake Shop", "legal_name": null, "aliases": [], "website": "https://www.crumbs.com", "canonical_domain": "crumbs.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["food-beverage"], "industry_labels": ["bakery"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "CRMB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1476719", "parent": null, "logo_url": null, "description": "bakery chain headquartered in New York City", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2849 +{"wikidata_id": "Q5196929", "display_name": "Cutter & Buck", "legal_name": null, "aliases": [], "website": "https://www.cutterbuck.com", "canonical_domain": "cutterbuck.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "CBUK", "exchange": "Nasdaq", "lei": null, "sec_cik": "948069", "parent": null, "logo_url": null, "description": "manufacturer of upscale clothing for golf and other sports", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2850 +{"wikidata_id": "Q5204318", "display_name": "DASA S.A.", "legal_name": null, "aliases": [], "website": "https://dasa.com.br", "canonical_domain": "dasa.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "DASA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian clinical diagnostics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2851 +{"wikidata_id": "Q5227174", "display_name": "Data I/O", "legal_name": null, "aliases": [], "website": "https://www.dataio.com", "canonical_domain": "dataio.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "DAIO", "exchange": "Nasdaq", "lei": null, "sec_cik": "351998", "parent": null, "logo_url": null, "description": "American business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "351998", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2852 +{"wikidata_id": "Q5291323", "display_name": "Domo", "legal_name": null, "aliases": ["Domo Technologies", "Inc."], "website": "https://www.domo.com", "canonical_domain": "domo.com", "country": "US", "hq_city": "American Fork", "hq_region": "Utah County", "lat": 40.38417, "lon": -111.79194, "industries": ["software"], "industry_labels": ["business software industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "DOMO", "exchange": "Nasdaq", "lei": "549300X57AGT5JULJ761", "sec_cik": "1505952", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Domo_logo.svg", "description": "American computer software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2853 +{"wikidata_id": "Q5311573", "display_name": "Ducommun", "legal_name": null, "aliases": [], "website": "https://ducommun.com", "canonical_domain": "ducommun.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["aerospace-defense"], "industry_labels": ["SIC 3728 Aircraft Parts & Auxiliary Equipment, NEC"], "founded_year": 1849, "employees": null, "public_company": true, "ticker": "DCO", "exchange": "New York Stock Exchange", "lei": "549300Z71HMWF90S2214", "sec_cik": "30305", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "30305", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2854 +{"wikidata_id": "Q5318916", "display_name": "Dynamic Materials Corporation", "legal_name": null, "aliases": ["DMC Global", "DMC Global Inc."], "website": "https://dmcglobal.com", "canonical_domain": "dmcglobal.com", "country": "US", "hq_city": "Broomfield", "hq_region": "Colorado", "lat": 39.93333, "lon": -105.05, "industries": ["materials", "manufacturing"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "BOOM", "exchange": "Nasdaq", "lei": "549300CBDXD1Z5MRNG02", "sec_cik": "34067", "parent": null, "logo_url": null, "description": "metalworking business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2855 +{"wikidata_id": "Q5323107", "display_name": "eHealthInsurance", "legal_name": null, "aliases": [], "website": "https://www.ehealthinsurance.com", "canonical_domain": "ehealthinsurance.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "EHTH", "exchange": "Nasdaq", "lei": null, "sec_cik": "1333493", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EHealthInsurance_logo.jpg", "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1333493", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2856 +{"wikidata_id": "Q53308720", "display_name": "Roivant", "legal_name": null, "aliases": ["Roivant Sciences Ltd."], "website": "https://roivant.com", "canonical_domain": "roivant.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "ROIV", "exchange": "Nasdaq", "lei": "549300DL466NY5J6U724", "sec_cik": "1635088", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roivant.jpg", "description": "American pharmaceuticals company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1635088", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2857 +{"wikidata_id": "Q53308751", "display_name": "Guardant Health", "legal_name": null, "aliases": ["Guardant (United States)", "Guardant Health Inc."], "website": "https://guardanthealth.com", "canonical_domain": "guardanthealth.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.5, "lon": -122.21794, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "GH", "exchange": "Nasdaq", "lei": null, "sec_cik": "1576280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guardant_Health_logo_RGB_2024.svg", "description": "American biotechnology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1576280", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2858 +{"wikidata_id": "Q5351770", "display_name": "El Paso Electric", "legal_name": null, "aliases": ["El Paso Electric Company"], "website": "https://epelectric.com", "canonical_domain": "epelectric.com", "country": "US", "hq_city": "El Paso", "hq_region": "El Paso County", "lat": 31.75917, "lon": -106.48861, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "EE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1888447", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1888447", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2859 +{"wikidata_id": "Q5429751", "display_name": "FairPoint Communications", "legal_name": null, "aliases": [], "website": "https://www.fairpoint.com", "canonical_domain": "fairpoint.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "FRP", "exchange": "Nasdaq", "lei": "549300INHWR4EW4EAU11", "sec_cik": "1062613", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FairPoint_Communications_logo.svg", "description": "defunct American telecommunications company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2860 +{"wikidata_id": "Q5430910", "display_name": "Fairway Market", "legal_name": null, "aliases": [], "website": "https://www.fairwaymarket.com", "canonical_domain": "fairwaymarket.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "FWM", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fairway_Market_logo.svg", "description": "American grocery chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2861 +{"wikidata_id": "Q5452332", "display_name": "First Bancorp", "legal_name": null, "aliases": ["First Bank"], "website": "https://localfirstbank.com", "canonical_domain": "localfirstbank.com", "country": "US", "hq_city": "Southern Pines", "hq_region": "Moore County", "lat": 35.18194, "lon": -79.39833, "industries": ["banking"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "FBNC", "exchange": "Nasdaq", "lei": "549300QGC3EY3EV0NS72", "sec_cik": "811589", "parent": null, "logo_url": null, "description": "American bank based in North Carolina", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2862 +{"wikidata_id": "Q5452333", "display_name": "First BanCorp", "legal_name": null, "aliases": ["First Bank", "FirstBank"], "website": "https://www.1firstbank.com", "canonical_domain": "1firstbank.com", "country": "US", "hq_city": "San Juan", "hq_region": "Puerto Rico", "lat": 18.46528, "lon": -66.11667, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FBP", "exchange": "New York Stock Exchange", "lei": "549300V6LKROCIL7OI49", "sec_cik": "1057706", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_BanCorp_logo.png", "description": "bank based in Puerto Rico", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1057706", "enriched_at": "2026-09-13T07:18:11+00:00"}}
2863 +{"wikidata_id": "Q5453106", "display_name": "First Internet Bank of Indiana", "legal_name": null, "aliases": [], "website": "https://www.firstinternetbancorp.com", "canonical_domain": "firstinternetbancorp.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "INBK", "exchange": "Nasdaq", "lei": "549300B81YWV4GBENI49", "sec_cik": "1562463", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fib-logo-colored.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2864 +{"wikidata_id": "Q5453249", "display_name": "Atlantic Union Bank", "legal_name": null, "aliases": ["atlantic union bank", "first market bank", "markel corporation", "national commerce bancorporation", "stellarone", "ukrop's food group", "union bank & trust", "union bankshares"], "website": "https://www.atlanticunionbank.com", "canonical_domain": "atlanticunionbank.com", "country": "US", "hq_city": "Glen Allen", "hq_region": "VA", "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking", "SIC 6022 State Commercial Banks"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "AUB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "883948", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlantic_Union_Bank_logo.svg", "description": "Virginia-based retail bank with branches in Maryland and North Carolina", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "883948", "enriched_at": "2026-09-13T07:18:13+00:00"}}
2865 +{"wikidata_id": "Q5453261", "display_name": "First Merchants Corporation", "legal_name": null, "aliases": [], "website": "https://www.firstmerchants.com", "canonical_domain": "firstmerchants.com", "country": "US", "hq_city": "East Central Indiana", "hq_region": "Indiana", "lat": 40.07, "lon": -85.37, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "FRME", "exchange": "Nasdaq", "lei": "TZTBT0OTGQ2FEK6XMX94", "sec_cik": "712534", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Merchants_Corporation_logo.svg", "description": "Financial holding company in Indiana, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q19572527"}]}
2866 +{"wikidata_id": "Q5453428", "display_name": "First National of Nebraska", "legal_name": null, "aliases": [], "website": "https://www.fnni.com", "canonical_domain": "fnni.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "FINN", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "36725", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_National_of_Nebraska_logo.svg", "description": "American bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2867 +{"wikidata_id": "Q54622058", "display_name": "Texas Capital Bank", "legal_name": null, "aliases": [], "website": "https://www.texascapitalbank.com", "canonical_domain": "texascapitalbank.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "TCBI", "exchange": "Nasdaq", "lei": "549300466Q2SXRX0YM48", "sec_cik": "1077428", "parent": null, "logo_url": null, "description": "commercial bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2868 +{"wikidata_id": "Q5503081", "display_name": "Freshpet", "legal_name": null, "aliases": [], "website": "https://www.freshpet.com", "canonical_domain": "freshpet.com", "country": "US", "hq_city": "Secaucus", "hq_region": "Hudson County", "lat": 40.7875, "lon": -74.06167, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "FRPT", "exchange": "Nasdaq", "lei": "549300S4ZK8ZQ6HNPN59", "sec_cik": "1611647", "parent": null, "logo_url": null, "description": "American pet food company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2869 +{"wikidata_id": "Q5508431", "display_name": "Fulton Financial Corporation", "legal_name": null, "aliases": [], "website": "https://www.fult.com", "canonical_domain": "fult.com", "country": "US", "hq_city": "Lancaster", "hq_region": "Lancaster County", "lat": 40.03972, "lon": -76.30444, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "FULT", "exchange": "Nasdaq", "lei": "5493005QLZ6O1BNC0C11", "sec_cik": "700564", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fulton_Financial_Corporation_wordmark.svg", "description": "regional financial services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2870 +{"wikidata_id": "Q5512854", "display_name": "GAMCO Investors", "legal_name": null, "aliases": [], "website": "https://www.gabelli.com", "canonical_domain": "gabelli.com", "country": "US", "hq_city": "Rye", "hq_region": "Westchester County", "lat": 40.9811, "lon": -73.6839, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GBL", "exchange": "New York Stock Exchange", "lei": "51A2MDO9SJ2HTOSMLZ76", "sec_cik": "1060349", "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2871 +{"wikidata_id": "Q5512990", "display_name": "GCI", "legal_name": null, "aliases": ["General Communication Inc."], "website": "https://www.gci.com", "canonical_domain": "gci.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "GLIBA", "exchange": "Nasdaq", "lei": "5493008K7JEOCBQEK325", "sec_cik": "75679", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GCI_logo.svg", "description": "telecommunications corporation operating in Alaska", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2872 +{"wikidata_id": "Q5515077", "display_name": "GXS Inc.", "legal_name": null, "aliases": [], "website": "https://www.gxs.com", "canonical_domain": "gxs.com", "country": "US", "hq_city": "Ontario Canada", "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["SIC 7373 Services-Computer Integrated Systems Design"], "founded_year": null, "employees": null, "public_company": true, "ticker": "OTEX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1002638", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Opentext_GXS_Logo.png", "description": "American IT services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1002638", "enriched_at": "2026-09-13T07:18:15+00:00"}}
2873 +{"wikidata_id": "Q5533670", "display_name": "Gentiva Health Services", "legal_name": null, "aliases": [], "website": "https://www.gentivahs.com", "canonical_domain": "gentivahs.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "GTIV", "exchange": "Nasdaq", "lei": "549300STP29LPEN7S547", "sec_cik": "1096142", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gentiva_logo.svg", "description": "American health care company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2874 +{"wikidata_id": "Q55360040", "display_name": "SiTime", "legal_name": null, "aliases": ["SiTime Corporation"], "website": "https://www.sitime.com", "canonical_domain": "sitime.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SITM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1451809", "parent": {"wikidata_id": "Q11343487", "name": "MegaChips"}, "logo_url": null, "description": "MEMS timing device designer and manufacturer based in Santa Clara, CA USA", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2875 +{"wikidata_id": "Q5547514", "display_name": "Axiall Corporation", "legal_name": null, "aliases": ["Georgia Gulf Corporation"], "website": "https://www.axiall.com", "canonical_domain": "axiall.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "AXLL", "exchange": "New York Stock Exchange", "lei": "549300K8M2QESPXVQF07", "sec_cik": null, "parent": null, "logo_url": null, "description": "major manufacturer and marketer of chlorovinyls and aromatics", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2876 +{"wikidata_id": "Q5554922", "display_name": "Gevo, Inc", "legal_name": null, "aliases": ["Gevo", "Gevo", "Inc."], "website": "https://www.gevo.com", "canonical_domain": "gevo.com", "country": "US", "hq_city": "Douglas County", "hq_region": "Colorado", "lat": 39.35, "lon": -104.93, "industries": ["energy"], "industry_labels": ["energy sector", "second-generation biofuels"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "GEVO", "exchange": "Nasdaq", "lei": "549300IV6EW4O1OJD686", "sec_cik": "1392380", "parent": null, "logo_url": null, "description": "a renewable chemicals and advanced biofuels company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2877 +{"wikidata_id": "Q55611365", "display_name": "FIGS", "legal_name": null, "aliases": [], "website": "https://www.wearfigs.com", "canonical_domain": "wearfigs.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["apparel", "healthcare"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "FIGS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1846576", "parent": null, "logo_url": null, "description": "Medical apparel company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2878 +{"wikidata_id": "Q5595849", "display_name": "Granite Construction", "legal_name": null, "aliases": [], "website": "https://www.graniteconstruction.com", "canonical_domain": "graniteconstruction.com", "country": "US", "hq_city": "Watsonville", "hq_region": "Santa Cruz County", "lat": 36.92, "lon": -121.76361, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "GVA", "exchange": "New York Stock Exchange", "lei": "549300OM4BWMCIXVCZ39", "sec_cik": "861459", "parent": null, "logo_url": null, "description": "American Construction Firm", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2879 +{"wikidata_id": "Q5599779", "display_name": "Great Plains Energy", "legal_name": null, "aliases": ["Great Plains Energy Inc", "Great Plains Energy Incorporated"], "website": "https://www.greatplainsenergy.com", "canonical_domain": "greatplainsenergy.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Clay County", "lat": 39.05, "lon": -94.58333, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "GXP", "exchange": "New York Stock Exchange", "lei": "5493001U44U18AGEVX50", "sec_cik": "1143068", "parent": null, "logo_url": null, "description": "company based in Kansas City, Missouri", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2880 +{"wikidata_id": "Q56273983", "display_name": "Appian Corporation", "legal_name": null, "aliases": ["Appian Corp"], "website": "https://www.appian.com", "canonical_domain": "appian.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["cloud-infrastructure", "software"], "industry_labels": ["cloud computing", "enterprise software", "low-code development platform", "software industry", "low code development", "low code/no code development"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "APPN", "exchange": "Nasdaq", "lei": "529900NIARIFW7HGU386", "sec_cik": "1441683", "parent": null, "logo_url": null, "description": "American cloud computing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2881 +{"wikidata_id": "Q56276948", "display_name": "Avanos Medical", "legal_name": null, "aliases": [], "website": "https://www.avanos.com", "canonical_domain": "avanos.com", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "AVNS", "exchange": "New York Stock Exchange", "lei": "549300YCXWOM7NEWMQ58", "sec_cik": "1606498", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avanos_Medical_logo.svg", "description": "American medical technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2882 +{"wikidata_id": "Q5629085", "display_name": "Tokio Marine HCC", "legal_name": null, "aliases": ["HCC Insurance Holdings", "Houston Casualty Company"], "website": "https://www.tmhcc.com", "canonical_domain": "tmhcc.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "HCC", "exchange": "New York Stock Exchange", "lei": "549300152B1S9YKBYV79", "sec_cik": "1691303", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokio-marine-hcc-logo.svg", "description": "specialty insurance company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2883 +{"wikidata_id": "Q5629432", "display_name": "HEICO", "legal_name": null, "aliases": ["HEICO Corporation", "Heinecke Instruments Co"], "website": "https://heico.com", "canonical_domain": "heico.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Broward County", "lat": 26.02139, "lon": -80.175, "industries": ["technology"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "HEI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "46619", "parent": null, "logo_url": null, "description": "aerospace and electronics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "46619", "enriched_at": "2026-09-13T07:18:15+00:00"}}
2884 +{"wikidata_id": "Q5649395", "display_name": "Hanover Insurance", "legal_name": null, "aliases": ["The Hanover Insurance Group", "Inc."], "website": "https://www.hanover.com", "canonical_domain": "hanover.com", "country": "US", "hq_city": "Worcester", "hq_region": "Worcester County", "lat": 42.27139, "lon": -71.79889, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1852, "employees": null, "public_company": true, "ticker": "THG", "exchange": "New York Stock Exchange", "lei": "0552JIREPRY5ZIETIM08", "sec_cik": "944695", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanover_Insurance_logo.svg", "description": "insurance company based in Worcester, Massachusetts", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "944695", "enriched_at": "2026-09-13T07:18:15+00:00"}}
2885 +{"wikidata_id": "Q56585268", "display_name": "10X Genomics", "legal_name": null, "aliases": ["10x Genomics"], "website": "https://www.10xgenomics.com", "canonical_domain": "10xgenomics.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "TXG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1770787", "parent": null, "logo_url": null, "description": "American biotechnology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1770787", "enriched_at": "2026-09-13T07:18:15+00:00"}}
2886 +{"wikidata_id": "Q5674337", "display_name": "Harte Hanks", "legal_name": null, "aliases": ["Harte-Hanks", "Harte-Hanks Communications", "Inc", "Harte-Hanks Newspapers", "Inc.", "Harte-Hanks", "Inc."], "website": "https://www.hartehanks.com", "canonical_domain": "hartehanks.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "HHS", "exchange": "New York Stock Exchange", "lei": "549300J5W5N8Q3OYMS84", "sec_cik": "45919", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harte_Hanks_Brand_Logo_Boxed.jpg", "description": "American marketing services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2887 +{"wikidata_id": "Q5703474", "display_name": "Helen of Troy Limited", "legal_name": null, "aliases": [], "website": "https://www.helenoftroy.com", "canonical_domain": "helenoftroy.com", "country": "US", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "HELE", "exchange": "Nasdaq", "lei": null, "sec_cik": "916789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Helen_of_Troy_logo.svg", "description": "manufacturer of personal care products", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2888 +{"wikidata_id": "Q5706267", "display_name": "Helix Energy Solutions Group", "legal_name": null, "aliases": [], "website": "https://www.helixesg.com", "canonical_domain": "helixesg.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "hlx", "exchange": "New York Stock Exchange", "lei": "416AP2JOUTCWEGSOZW41", "sec_cik": "866829", "parent": null, "logo_url": null, "description": "Provider of offshore services and ROV operations", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2889 +{"wikidata_id": "Q5763038", "display_name": "Hillenbrand, Inc.", "legal_name": null, "aliases": [], "website": "https://www.hillenbrand.com", "canonical_domain": "hillenbrand.com", "country": "US", "hq_city": "Batesville", "hq_region": "Indiana", "lat": 39.29833, "lon": -85.22139, "industries": ["consumer-goods"], "industry_labels": ["SIC 3990 Miscellaneous Manufacturing Industries"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "HI", "exchange": "New York Stock Exchange", "lei": "U246OE781574J2BUD366", "sec_cik": "1417398", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hillenbrand_Logo.svg", "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1417398", "enriched_at": "2026-09-13T07:18:19+00:00"}}
2890 +{"wikidata_id": "Q5968216", "display_name": "I2 Technologies", "legal_name": null, "aliases": [], "website": "https://www.i2.com", "canonical_domain": "i2.com", "country": "US", "hq_city": "Farmers Branch", "hq_region": "Dallas County", "lat": 32.92889, "lon": -96.8775, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "ITWO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1009304", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1009304", "enriched_at": "2026-09-13T07:18:19+00:00"}}
2891 +{"wikidata_id": "Q5969799", "display_name": "ICU Medical", "legal_name": null, "aliases": ["Inc."], "website": "https://www.icumed.com", "canonical_domain": "icumed.com", "country": "US", "hq_city": "San Clemente", "hq_region": "Orange County", "lat": 33.43778, "lon": -117.62028, "industries": ["healthcare", "pharmaceuticals"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "ICUI", "exchange": "Nasdaq", "lei": "5493003NRW7LS2QZRH60", "sec_cik": "883984", "parent": null, "logo_url": null, "description": "California-based company that develops, manufactures, and sells medical technologies used in vascular therapy, oncology, and critical care applications", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "883984", "enriched_at": "2026-09-13T07:18:19+00:00"}}
2892 +{"wikidata_id": "Q5971034", "display_name": "IGM Financial", "legal_name": null, "aliases": ["IG Wealth Management", "Investors Group"], "website": "https://www.ig.ca", "canonical_domain": "ig.ca", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "IGM", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q908444", "name": "Power Corporation of Canada"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IGM_Financial_Inc._Logo.png", "description": "Canadian wealth and asset management company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2893 +{"wikidata_id": "Q6016398", "display_name": "Independent Financial", "legal_name": null, "aliases": ["Independent Bank", "Independent Bank Corporation"], "website": "https://www.independentbank.com", "canonical_domain": "independentbank.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "IBCP", "exchange": "Nasdaq", "lei": "20TVKH7M13MUBGE80C53", "sec_cik": "39311", "parent": null, "logo_url": null, "description": "American Bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "39311", "enriched_at": "2026-09-13T07:18:19+00:00"}}
2894 +{"wikidata_id": "Q6042841", "display_name": "Integrated Electrical Services", "legal_name": null, "aliases": ["IES Holdings Incorporated"], "website": "https://www.ies-co.com", "canonical_domain": "ies-co.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": null, "employees": null, "public_company": true, "ticker": "IESC", "exchange": "Nasdaq", "lei": "549300687T8E6LN6EN72", "sec_cik": "1048268", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IESC.svg", "description": "Electric company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2895 +{"wikidata_id": "Q6045277", "display_name": "Interactive Intelligence", "legal_name": null, "aliases": [], "website": "https://www.inin.com", "canonical_domain": "inin.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["software"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ININ", "exchange": "Nasdaq", "lei": "3TLLL12RC8YUT6QCJI74", "sec_cik": "1083318", "parent": null, "logo_url": null, "description": "Software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2896 +{"wikidata_id": "Q6048697", "display_name": "International Bank of Commerce", "legal_name": null, "aliases": ["IBC", "IBC BANK"], "website": "https://www.ibc.com", "canonical_domain": "ibc.com", "country": "US", "hq_city": "Laredo", "hq_region": "Webb County", "lat": 27.50611, "lon": -99.50722, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "IBOC", "exchange": "Nasdaq", "lei": "5493005GNZ6EJFS7LM83", "sec_cik": "315709", "parent": {"wikidata_id": "Q6048685", "name": "International Bancshares Corporation"}, "logo_url": null, "description": "bank based in Texas", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6048685"}], "source_edgar": {"cik": "315709", "enriched_at": "2026-09-13T07:18:19+00:00"}}
2897 +{"wikidata_id": "Q6058618", "display_name": "Intrepid Potash", "legal_name": null, "aliases": [], "website": "https://www.intrepidpotash.com", "canonical_domain": "intrepidpotash.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["mining", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "IPI", "exchange": "New York Stock Exchange", "lei": "549300OZ696E2PRRTO45", "sec_cik": "1421461", "parent": null, "logo_url": null, "description": "fertilizer manufacturing company based in Denver, Colorado, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2898 +{"wikidata_id": "Q60745531", "display_name": "Advanced Drainage Systems", "legal_name": null, "aliases": ["ADS"], "website": "https://www.adspipe.com", "canonical_domain": "adspipe.com", "country": "US", "hq_city": "Hilliard", "hq_region": "Franklin County", "lat": 40.0344, "lon": -83.1428, "industries": ["chemicals"], "industry_labels": ["SIC 3086 Plastics Foam Products"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WMS", "exchange": "New York Stock Exchange", "lei": "6QQTOZ5MF5DHM7K92I60", "sec_cik": "1604028", "parent": null, "logo_url": null, "description": "drainage product company based in Hillard, Ohio, US", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1604028", "enriched_at": "2026-09-13T07:18:21+00:00"}}
2899 +{"wikidata_id": "Q62065645", "display_name": "Blink", "legal_name": null, "aliases": ["Blink Charging", "Blink Charging Co."], "website": "https://www.blinkcharging.com", "canonical_domain": "blinkcharging.com", "country": "US", "hq_city": "Florida", "hq_region": "United States", "lat": 28.13333, "lon": -81.63167, "industries": ["automotive"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BLNK", "exchange": "Nasdaq", "lei": null, "sec_cik": "1429764", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blink-logo-wht.png", "description": "electric car charger network in the United States, Uk, Ireland, Greece, Belgium", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1429764", "enriched_at": "2026-09-13T07:18:21+00:00"}}
2900 +{"wikidata_id": "Q6404433", "display_name": "Kid Brands", "legal_name": null, "aliases": [], "website": "https://www.kidbrandsinc.com", "canonical_domain": "kidbrandsinc.com", "country": "US", "hq_city": "East Rutherford", "hq_region": "Bergen County", "lat": 40.83028, "lon": -74.09694, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "KID", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Toy Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2901 +{"wikidata_id": "Q64363662", "display_name": "Hims & Hers Health", "legal_name": null, "aliases": ["Inc.", "Hims", "Inc."], "website": "https://www.forhims.com", "canonical_domain": "forhims.com", "country": "US", "hq_city": "San Francisco", "hq_region": "CA", "lat": null, "lon": null, "industries": ["retail", "healthcare"], "industry_labels": ["online pharmacy", "telehealth", "SIC 8011 Services-Offices & Clinics of Doctors of Medicine"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "HIMS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1773751", "parent": null, "logo_url": null, "description": "American telehealth company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1773751", "enriched_at": "2026-09-13T07:18:21+00:00"}}
2902 +{"wikidata_id": "Q6459789", "display_name": "Genasys", "legal_name": null, "aliases": ["LRAD Corporation"], "website": "https://www.lradx.com", "canonical_domain": "lradx.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "LRAD", "exchange": "Nasdaq", "lei": null, "sec_cik": "924383", "parent": null, "logo_url": null, "description": "Long Range Acoustic Device company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2903 +{"wikidata_id": "Q65080540", "display_name": "Renewable Energy Group", "legal_name": null, "aliases": [], "website": "https://www.regi.com", "canonical_domain": "regi.com", "country": "US", "hq_city": "Ames", "hq_region": "Story County", "lat": 42.02734, "lon": -93.63159, "industries": ["renewables"], "industry_labels": ["renewable energy industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "REGI", "exchange": "Nasdaq", "lei": "549300HPU3BD8ZI0X358", "sec_cik": "1405682", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2904 +{"wikidata_id": "Q6513538", "display_name": "Lee Enterprises", "legal_name": null, "aliases": ["Lee Enterprises Inc.", "Inc.", "Incorporated"], "website": "https://lee.net", "canonical_domain": "lee.net", "country": "US", "hq_city": "Davenport", "hq_region": "Scott County", "lat": 41.54306, "lon": -90.59083, "industries": ["media"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "LEE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "58361", "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2905 +{"wikidata_id": "Q6517346", "display_name": "LegalZoom", "legal_name": null, "aliases": ["Legal Zoom"], "website": "https://www.legalzoom.com", "canonical_domain": "legalzoom.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["technology"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "LZ", "exchange": "Nasdaq", "lei": null, "sec_cik": "1286139", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LegalZoom_Logo.png", "description": "American legal technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2906 +{"wikidata_id": "Q6522339", "display_name": "LendingTree", "legal_name": null, "aliases": [], "website": "https://www.lendingtree.com", "canonical_domain": "lendingtree.com", "country": "US", "hq_city": "Charlotte", "hq_region": "NC", "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "TREE", "exchange": "Nasdaq", "lei": "549300ISY5YHUJZTON08", "sec_cik": "1096479", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LendingtreeLogonoslogan.jpg", "description": "American fintech company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1096479", "enriched_at": "2026-09-13T07:18:25+00:00"}}
2907 +{"wikidata_id": "Q6537727", "display_name": "Lexicon Pharmaceuticals", "legal_name": null, "aliases": ["Inc."], "website": "https://www.lexpharma.com", "canonical_domain": "lexpharma.com", "country": "US", "hq_city": "The Woodlands", "hq_region": "Harris County", "lat": 30.1775, "lon": -95.50389, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "LXRX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1062822", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2908 +{"wikidata_id": "Q6715131", "display_name": "MDC Holdings", "legal_name": null, "aliases": ["Richmond American Homes"], "website": "https://ir.richmondamerican.com", "canonical_domain": "richmondamerican.com", "country": "US", "hq_city": "Denver", "hq_region": "CO", "lat": null, "lon": null, "industries": ["real-estate", "construction"], "industry_labels": ["SIC 1531 Operative Builders"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "MDC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "773141", "parent": null, "logo_url": null, "description": "American home builder", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "773141", "enriched_at": "2026-09-13T07:18:25+00:00"}}
2909 +{"wikidata_id": "Q6743395", "display_name": "Malibu Boats", "legal_name": null, "aliases": [], "website": "https://malibuboatsinc.com", "canonical_domain": "malibuboatsinc.com", "country": "US", "hq_city": "Loudon", "hq_region": "Loudon County", "lat": 35.73389, "lon": -84.34944, "industries": ["construction"], "industry_labels": ["building of pleasure and sporting boats"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "MBUU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1590976", "parent": null, "logo_url": null, "description": "recreational boats manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1590976", "enriched_at": "2026-09-13T07:18:25+00:00"}}
2910 +{"wikidata_id": "Q6750663", "display_name": "MannKind Corporation", "legal_name": null, "aliases": [], "website": "https://mannkindcorp.com", "canonical_domain": "mannkindcorp.com", "country": "US", "hq_city": "Danbury", "hq_region": "Western Connecticut Planning Region", "lat": 41.40222, "lon": -73.47111, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "MNKD", "exchange": "Nasdaq", "lei": "213800GFBCNY1ZFST722", "sec_cik": "899460", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MannKind_Corporation_Logo.svg", "description": "biopharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2911 +{"wikidata_id": "Q6758107", "display_name": "Marcus Corporation", "legal_name": null, "aliases": ["The Marcus Corporation"], "website": "https://www.marcuscorp.com", "canonical_domain": "marcuscorp.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "MCS", "exchange": "New York Stock Exchange", "lei": "549300NL0OKPNEMP6B79", "sec_cik": "62234", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marcus_Corporation_logo.png", "description": "American hospitality and entertainment company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2912 +{"wikidata_id": "Q6782217", "display_name": "MasTec", "legal_name": null, "aliases": [], "website": "https://www.mastec.com", "canonical_domain": "mastec.com", "country": "US", "hq_city": "Coral Gables", "hq_region": "Miami-Dade County", "lat": 25.75, "lon": -80.27111, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "MTZ", "exchange": "New York Stock Exchange", "lei": "549300TMDIT8WREDOF45", "sec_cik": "15615", "parent": null, "logo_url": null, "description": "infrastructure and construction company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2913 +{"wikidata_id": "Q6806861", "display_name": "Medifast", "legal_name": null, "aliases": [], "website": "https://www.medifastinc.com", "canonical_domain": "medifastinc.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["media"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "MED", "exchange": "New York Stock Exchange", "lei": "5299000YHQJ21T5KKI80", "sec_cik": "910329", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Medifast_logo_2021.jpg", "description": "American multi-level marketing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2914 +{"wikidata_id": "Q6819538", "display_name": "Meritage Homes Corporation", "legal_name": null, "aliases": [], "website": "https://www.meritagehomes.com", "canonical_domain": "meritagehomes.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["real-estate", "construction"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "MTH", "exchange": "New York Stock Exchange", "lei": "52990044W9UMFJO2FB97", "sec_cik": "833079", "parent": null, "logo_url": null, "description": "U.S. homebuilding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2915 +{"wikidata_id": "Q6889843", "display_name": "Steel Connect", "legal_name": null, "aliases": ["CMG Information Services", "ModusLink Global Solutions"], "website": "https://www.steelconnectinc.com", "canonical_domain": "steelconnectinc.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["logistics"], "industry_labels": ["supply chain management"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "STCN", "exchange": "Nasdaq", "lei": null, "sec_cik": "914712", "parent": null, "logo_url": null, "description": "American business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2916 +{"wikidata_id": "Q6940269", "display_name": "MusclePharm", "legal_name": null, "aliases": [], "website": "https://waysport.ua", "canonical_domain": "waysport.ua", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "MSLP", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American nutritional supplement company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2917 +{"wikidata_id": "Q6968762", "display_name": "Natera", "legal_name": null, "aliases": ["Natera (United States)"], "website": "https://www.natera.com", "canonical_domain": "natera.com", "country": "US", "hq_city": "San Carlos", "hq_region": "San Mateo County", "lat": 37.49917, "lon": -122.26333, "industries": ["healthcare"], "industry_labels": ["SIC 8071 Services-Medical Laboratories"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "NTRA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1604821", "parent": null, "logo_url": null, "description": "company in San Carlos, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1604821", "enriched_at": "2026-09-13T07:18:27+00:00"}}
2918 +{"wikidata_id": "Q6975043", "display_name": "National Presto Industries", "legal_name": null, "aliases": [], "website": "https://www.gopresto.com", "canonical_domain": "gopresto.com", "country": "US", "hq_city": "Eau Claire", "hq_region": "Chippewa County", "lat": 44.81472, "lon": -91.49278, "industries": ["manufacturing"], "industry_labels": ["product"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "NPK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "80172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Presto_Industries_logo.png", "description": "manufacturer of kitchen appliances", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2919 +{"wikidata_id": "Q6990264", "display_name": "Nelnet", "legal_name": null, "aliases": [], "website": "https://nelnet.com", "canonical_domain": "nelnet.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Lancaster County", "lat": 40.80917, "lon": -96.67806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NNI", "exchange": "New York Stock Exchange", "lei": "549300T6B0Q52I6OM558", "sec_cik": "1258602", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nelnet_logo.png", "description": "conglomerate centered on student loan repayment and education financial services", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2920 +{"wikidata_id": "Q7012977", "display_name": "New York & Company", "legal_name": null, "aliases": [], "website": "https://www.nyandcompany.com", "canonical_domain": "nyandcompany.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail", "SIC 5621 Retail-Women's Clothing Stores"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "NWY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1211351", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_York_Trust_Company.png", "description": "American women's clothing retailer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1211351", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2921 +{"wikidata_id": "Q7059972", "display_name": "Northwest Biotherapeutics", "legal_name": null, "aliases": [], "website": "https://www.nwbio.com", "canonical_domain": "nwbio.com", "country": "US", "hq_city": "Bothell", "hq_region": "Snohomish County", "lat": 47.77167, "lon": -122.20444, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "NWBO", "exchange": "OTC Markets Group", "lei": "5493002DRWWEOWTT8005", "sec_cik": "1072379", "parent": null, "logo_url": null, "description": "Development-stage American pharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2922 +{"wikidata_id": "Q7070498", "display_name": "Nutrisystem", "legal_name": null, "aliases": [], "website": "https://www.nutrisystem.com", "canonical_domain": "nutrisystem.com", "country": "US", "hq_city": "Fort Washington", "hq_region": "Montgomery County", "lat": 40.13861, "lon": -75.19139, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "NTRI", "exchange": "Nasdaq", "lei": "529900KSDQFNJTVNHC36", "sec_cik": "1096376", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nutrisystem_logo.svg", "description": "commercial provider of weight loss products and services", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2923 +{"wikidata_id": "Q7070744", "display_name": "NxStage", "legal_name": null, "aliases": ["NxStage Home Dialysis", "NxStage Medical Inc.", "NxStage Medical", "Inc. (United States)"], "website": "https://www.nxstage.com", "canonical_domain": "nxstage.com", "country": "US", "hq_city": "Lawrence", "hq_region": "Essex County", "lat": 42.70694, "lon": -71.16333, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "NXTM", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Lawrence, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2924 +{"wikidata_id": "Q7073021", "display_name": "OSI Systems", "legal_name": null, "aliases": [], "website": "https://www.osi-systems.com", "canonical_domain": "osi-systems.com", "country": "US", "hq_city": "Hawthorne", "hq_region": "Los Angeles County", "lat": 33.91721, "lon": -118.34861, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "OSIS", "exchange": "Nasdaq", "lei": "DDX3MPX1Y8YD30050X33", "sec_cik": "1039065", "parent": null, "logo_url": null, "description": "company that manufactures security scanners and medical equipment based in California", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2925 +{"wikidata_id": "Q7076286", "display_name": "Sculptor Capital Management", "legal_name": null, "aliases": ["Sculptor Capital"], "website": "https://www.sculptor.com", "canonical_domain": "sculptor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "asset-management"], "industry_labels": ["financial services", "asset management"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "OZM", "exchange": "New York Stock Exchange", "lei": "529900V50QFEXQGSUC34", "sec_cik": "1403256", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sculptor_Capital_Logo.svg", "description": "American hedge fund manager and global alternative asset management firm", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2926 +{"wikidata_id": "Q7084833", "display_name": "Old Republic International", "legal_name": null, "aliases": [], "website": "https://www.oldrepublic.com", "canonical_domain": "oldrepublic.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ORI", "exchange": "New York Stock Exchange", "lei": "549300IV6O2YY2A1KH37", "sec_cik": "74260", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Old_Republic_International_logo.svg", "description": "American insurance company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2927 +{"wikidata_id": "Q7089136", "display_name": "Olympic Steel", "legal_name": null, "aliases": [], "website": "https://www.olysteel.com", "canonical_domain": "olysteel.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "ZEUS", "exchange": "Nasdaq", "lei": "549300GQ061U6N6KWJ49", "sec_cik": "917470", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Olympic_Steel_Logo.gif", "description": "metals service center", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2928 +{"wikidata_id": "Q7098806", "display_name": "Optical Cable Corporation", "legal_name": null, "aliases": [], "website": "https://www.occfiber.com", "canonical_domain": "occfiber.com", "country": "US", "hq_city": "Roanoke", "hq_region": "Virginia", "lat": 37.27056, "lon": -79.9425, "industries": ["mining"], "industry_labels": ["SIC 3357 Drawing & Insulating of Nonferrous Wire"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "OCC", "exchange": "Nasdaq", "lei": "529900VDFC1HM862HG67", "sec_cik": "1000230", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1000230", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2929 +{"wikidata_id": "Q7109415", "display_name": "Otter Tail Corporation", "legal_name": null, "aliases": [], "website": "https://www.ottertail.com", "canonical_domain": "ottertail.com", "country": "US", "hq_city": "Fergus Falls", "hq_region": "Otter Tail County", "lat": 46.28302, "lon": -96.07756, "industries": ["energy"], "industry_labels": [], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "OTTR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1466593", "parent": null, "logo_url": null, "description": "energy company based in Fergus Falls, Minnesota", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2930 +{"wikidata_id": "Q7119110", "display_name": "PFSweb", "legal_name": null, "aliases": [], "website": "https://www.pfsweb.com", "canonical_domain": "pfsweb.com", "country": "US", "hq_city": "Allen", "hq_region": "Collin County", "lat": 33.09972, "lon": -96.66306, "industries": ["e-commerce"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "PFSW", "exchange": "Nasdaq", "lei": "894500FDTV9RFNWUI928", "sec_cik": "1095315", "parent": null, "logo_url": null, "description": "American provider of eCommerce services", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2931 +{"wikidata_id": "Q7120927", "display_name": "EyePoint Pharmaceuticals", "legal_name": null, "aliases": ["pSivida", "pSivida Corp."], "website": "https://www.psivida.com", "canonical_domain": "psivida.com", "country": "US", "hq_city": "Watertown", "hq_region": "Middlesex County", "lat": 42.37083, "lon": -71.18333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PSDV", "exchange": "Nasdaq", "lei": "549300QE1RU34T50MR69", "sec_cik": "1314102", "parent": null, "logo_url": null, "description": "company specialising in the application of microelectromechanical systems (MEMS) and nanotechnology to drug delivery", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2932 +{"wikidata_id": "Q7124466", "display_name": "Pague Menos", "legal_name": null, "aliases": [], "website": "https://www.paguemenos.com.br", "canonical_domain": "paguemenos.com.br", "country": "BR", "hq_city": "Fortaleza", "hq_region": "Ceará", "lat": -3.7275, "lon": -38.5275, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "PGMN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Pague_Menos.svg", "description": "Brazilian pharmacy and drugstore chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2933 +{"wikidata_id": "Q7162745", "display_name": "Pengrowth Energy", "legal_name": null, "aliases": [], "website": "https://www.pengrowth.com", "canonical_domain": "pengrowth.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "PGF", "exchange": "Toronto Stock Exchange", "lei": "549300HS6LC2Q5HWA620", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian oil and natural gas company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2934 +{"wikidata_id": "Q7164054", "display_name": "Pennsylvania Real Estate Investment Trust", "legal_name": null, "aliases": ["PREIT"], "website": "https://www.preit.com", "canonical_domain": "preit.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "PEI", "exchange": "New York Stock Exchange", "lei": "5493001GPBXRIG8WJO70", "sec_cik": "77281", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Preit_Realty_2026.svg", "description": "American real estate investment trust", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2935 +{"wikidata_id": "Q7196294", "display_name": "Pinnacle Financial Partners", "legal_name": null, "aliases": [], "website": "https://www.pnfp.com", "canonical_domain": "pnfp.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "PNFP", "exchange": "Nasdaq", "lei": "54930098EZ8JMSAZGS24", "sec_cik": "1115055", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pinnacle_Financial_Partners_logo.svg", "description": "American bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2936 +{"wikidata_id": "Q7232169", "display_name": "Porto Seguro S.A.", "legal_name": null, "aliases": [], "website": "https://www.portoseguro.com.br", "canonical_domain": "portoseguro.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "PSSA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "porto Seguro, Brazilian Insurance Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2937 +{"wikidata_id": "Q7236078", "display_name": "Powell Industries", "legal_name": null, "aliases": [], "website": "https://www.powellind.com", "canonical_domain": "powellind.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "POWL", "exchange": "Nasdaq", "lei": "549300V08RO7MX2UBN26", "sec_cik": "80420", "parent": null, "logo_url": null, "description": "Manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2938 +{"wikidata_id": "Q72611919", "display_name": "Vivara", "legal_name": null, "aliases": [], "website": "https://www.vivara.com.br", "canonical_domain": "vivara.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["consumer-goods"], "industry_labels": ["jewelry shop chain"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "VIVA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Vivara.svg", "description": "Brazilian jewelry brand and store chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2939 +{"wikidata_id": "Q7276947", "display_name": "RLI Corp.", "legal_name": null, "aliases": [], "website": "https://www.rlicorp.com", "canonical_domain": "rlicorp.com", "country": "US", "hq_city": "Peoria", "hq_region": "Peoria County", "lat": 40.6925, "lon": -89.59, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "RLI", "exchange": "New York Stock Exchange", "lei": "529900AMTJE5ECN9PS55", "sec_cik": "84246", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RLI_Corp_logo.svg", "description": "American insurance company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2940 +{"wikidata_id": "Q7277601", "display_name": "RPX Corporation", "legal_name": null, "aliases": ["Rational Patent EXchange"], "website": "https://www.rpxcorp.com", "canonical_domain": "rpxcorp.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "RPXC", "exchange": "Nasdaq", "lei": "254900609NCWADI2PH29", "sec_cik": "1509432", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RPX_Corporation_logo.svg", "description": "American worldwide provider of patent risk management services", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2941 +{"wikidata_id": "Q7309349", "display_name": "Register.com", "legal_name": null, "aliases": [], "website": "https://www.register.com", "canonical_domain": "register.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "RCOM", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American domain name registrar", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2942 +{"wikidata_id": "Q7313510", "display_name": "Rent The Runway", "legal_name": null, "aliases": [], "website": "https://www.renttherunway.com", "canonical_domain": "renttherunway.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "RENT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1468327", "parent": null, "logo_url": null, "description": "American e-commerce platform", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2943 +{"wikidata_id": "Q7314387", "display_name": "Republic Bank & Trust Company", "legal_name": null, "aliases": [], "website": "https://www.republicbank.com", "canonical_domain": "republicbank.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "RBCAA", "exchange": "Nasdaq", "lei": "X6T32LKEPUT8LQMW6755", "sec_cik": "921557", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Republic_Bank_logo.svg", "description": "bank headquartered in Louisville, Kentucky", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "921557", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2944 +{"wikidata_id": "Q7389686", "display_name": "SEI Investments Company", "legal_name": null, "aliases": [], "website": "https://www.seic.com", "canonical_domain": "seic.com", "country": "US", "hq_city": "Oaks", "hq_region": "Pennsylvania", "lat": 40.1317, "lon": -75.4597, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "SEIC", "exchange": "Nasdaq", "lei": "5LJTIFADGZ6XH1RVOC11", "sec_cik": "350894", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SEI_Investments.svg", "description": "financial services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "350894", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2945 +{"wikidata_id": "Q7391381", "display_name": "SMTC Corporation", "legal_name": null, "aliases": [], "website": "https://www.smtc.com", "canonical_domain": "smtc.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "SMTX", "exchange": "Nasdaq", "lei": "529900BD2UT6JMJ7XL27", "sec_cik": "1108320", "parent": null, "logo_url": null, "description": "electronics manufacturing services provider", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2946 +{"wikidata_id": "Q7449678", "display_name": "Semitool", "legal_name": null, "aliases": [], "website": "https://www.semitool.com", "canonical_domain": "semitool.com", "country": "US", "hq_city": "Kalispell", "hq_region": "Flathead County", "lat": 48.2, "lon": -114.31667, "industries": ["manufacturing", "semiconductors"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "AMAT", "exchange": "Nasdaq", "lei": null, "sec_cik": "934550", "parent": {"wikidata_id": "Q621610", "name": "Applied Materials"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Semitool_wordmark.svg", "description": "Defunct semiconductor manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2947 +{"wikidata_id": "Q7512309", "display_name": "Sigma Designs", "legal_name": null, "aliases": [], "website": "https://www.sigmadesigns.com", "canonical_domain": "sigmadesigns.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["semiconductors"], "industry_labels": ["semiconductor"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "SIGM", "exchange": "Nasdaq", "lei": null, "sec_cik": "790715", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sigma_Designs_logo.svg", "description": "American semiconductor manufacturer (1982–2018)", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2948 +{"wikidata_id": "Q7530403", "display_name": "Sirius XM Canada", "legal_name": null, "aliases": ["XSR", "Sirius XM Canada Holdings Inc.", "Sirius XM Canada Inc.", "SiriusXM Canada"], "website": "https://www.siriusxm.ca", "canonical_domain": "siriusxm.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "XSR", "exchange": "Toronto Stock Exchange", "lei": "54930053Q2QQG09V8511", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sirius_XM_logo_2023.svg", "description": "Canadian radio broadcasting company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2949 +{"wikidata_id": "Q7537214", "display_name": "SkyWest, Inc.", "legal_name": null, "aliases": [], "website": "https://inc.skywest.com", "canonical_domain": "skywest.com", "country": "US", "hq_city": "St. George", "hq_region": "Washington County", "lat": 37.09528, "lon": -113.57806, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SKYW", "exchange": "Nasdaq", "lei": "529900UYS2KGS6Z42P09", "sec_cik": "793733", "parent": null, "logo_url": null, "description": "parent company of SkyWest Airlines and ExpressJet", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2950 +{"wikidata_id": "Q7561788", "display_name": "Sonic Automotive", "legal_name": null, "aliases": [], "website": "https://www.sonicautomotive.com", "canonical_domain": "sonicautomotive.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "SAH", "exchange": "New York Stock Exchange", "lei": "549300NTLRGJ2JCBZU03", "sec_cik": "1043509", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonic_Automotive_logo.png", "description": "American automotive retailing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2951 +{"wikidata_id": "Q7562832", "display_name": "Sopheon", "legal_name": null, "aliases": [], "website": "https://www.sopheon.com", "canonical_domain": "sopheon.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "SPE", "exchange": "London Stock Exchange", "lei": null, "sec_cik": "897802", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "897802", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2952 +{"wikidata_id": "Q7567571", "display_name": "South Jersey Industries", "legal_name": null, "aliases": ["Inc."], "website": "https://www.sjindustries.com", "canonical_domain": "sjindustries.com", "country": "US", "hq_city": "Folsom", "hq_region": "Atlantic County", "lat": 39.5945, "lon": -74.844, "industries": ["energy"], "industry_labels": ["energy service company"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "SJI", "exchange": "New York Stock Exchange", "lei": "549300DJYWYT5VXLFA46", "sec_cik": "91928", "parent": null, "logo_url": null, "description": "a publicly held energy services holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2953 +{"wikidata_id": "Q7597518", "display_name": "StanCorp Financial Group", "legal_name": null, "aliases": [], "website": "https://www.stancorpfinancial.com", "canonical_domain": "stancorpfinancial.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "SFG", "exchange": "New York Stock Exchange", "lei": "549300N3WY624Z84R831", "sec_cik": "1079577", "parent": null, "logo_url": null, "description": "insurance and finance company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2954 +{"wikidata_id": "Q7617297", "display_name": "Stillwater Mining Company", "legal_name": null, "aliases": ["Stillwater Canada Inc"], "website": "https://stillwatermining.com", "canonical_domain": "stillwatermining.com", "country": "CA", "hq_city": "Thunder Bay", "hq_region": "Thunder Bay District", "lat": 48.3822, "lon": -89.2461, "industries": ["mining"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "SWC", "exchange": "New York Stock Exchange", "lei": "6354007DPCY4ZN2MRR73", "sec_cik": null, "parent": null, "logo_url": null, "description": "palladium and platinum mining company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2955 +{"wikidata_id": "Q7638250", "display_name": "Sun Communities", "legal_name": null, "aliases": ["Sun Outdoors"], "website": "https://www.suncommunities.com", "canonical_domain": "suncommunities.com", "country": "US", "hq_city": "Southfield", "hq_region": "Oakland County", "lat": 42.47333, "lon": -83.22167, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "SUI", "exchange": "New York Stock Exchange", "lei": "549300H5GEOJYN41ZG57", "sec_cik": "912593", "parent": null, "logo_url": null, "description": "Real estate investment trust for RVs", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2956 +{"wikidata_id": "Q7669085", "display_name": "T4F - Time For Fun", "legal_name": null, "aliases": ["Time for Fun"], "website": "https://t4f.com.br", "canonical_domain": "t4f.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "SHOW3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-t4f.png", "description": "Brazilian live entertainment company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2957 +{"wikidata_id": "Q7809768", "display_name": "Titan Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.titanpharm.com", "canonical_domain": "titanpharm.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TTNP", "exchange": "Nasdaq", "lei": "549300NOUZGB2ZNVJ794", "sec_cik": "910267", "parent": null, "logo_url": null, "description": "California company with the stock symbol TTNP", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2958 +{"wikidata_id": "Q7837478", "display_name": "Tredegar corporation", "legal_name": null, "aliases": [], "website": "https://www.tredegar.com", "canonical_domain": "tredegar.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "TG", "exchange": "New York Stock Exchange", "lei": "54930003228ERHCH6K87", "sec_cik": "850429", "parent": null, "logo_url": null, "description": "manufacturer of plastic films", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2959 +{"wikidata_id": "Q7848087", "display_name": "TrustCo Bank", "legal_name": null, "aliases": [], "website": "https://www.trustcobank.com", "canonical_domain": "trustcobank.com", "country": "US", "hq_city": "Glenville", "hq_region": "Schenectady County", "lat": 42.92917, "lon": -74.05194, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "TRST", "exchange": "Nasdaq", "lei": "549300GCEP3NM7A1X491", "sec_cik": "1213066", "parent": null, "logo_url": null, "description": "commercial bank within the United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2960 +{"wikidata_id": "Q7856971", "display_name": "Tutor Perini", "legal_name": null, "aliases": [], "website": "https://www.tutorperini.com", "canonical_domain": "tutorperini.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1894, "employees": null, "public_company": true, "ticker": "TPC", "exchange": "New York Stock Exchange", "lei": "549300FHXYVPW8LJ6D98", "sec_cik": "77543", "parent": null, "logo_url": null, "description": "U.S. construction company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2961 +{"wikidata_id": "Q7857512", "display_name": "Tween Brands", "legal_name": null, "aliases": ["Justice"], "website": "https://www.shopjustice.com", "canonical_domain": "shopjustice.com", "country": "US", "hq_city": "New Albany", "hq_region": "Licking County", "lat": 40.0786, "lon": -82.8206, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "ASNA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1498301", "parent": null, "logo_url": null, "description": "American clothing retailer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2962 +{"wikidata_id": "Q7863116", "display_name": "U.S. Century Bank", "legal_name": null, "aliases": [], "website": "https://www.uscentury.com", "canonical_domain": "uscentury.com", "country": "US", "hq_city": "Doral", "hq_region": "Miami-Dade County", "lat": 25.80814, "lon": -80.35332, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "USCB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1901637", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US_Century_Bank_Logo_jpg.jpg", "description": "community bank in Miami-Dade County, Florida", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1901637", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2963 +{"wikidata_id": "Q7865088", "display_name": "UMB Financial Corporation", "legal_name": null, "aliases": ["UMB Bank"], "website": "https://www.umb.com", "canonical_domain": "umb.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Clay County", "lat": 39.05, "lon": -94.58333, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "UMBF", "exchange": "Nasdaq", "lei": "549300MGEH3N3CUCV828", "sec_cik": "101382", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UMB_Logo.jpg", "description": "bank and financial services company in Kansas City, Missouri, United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2964 +{"wikidata_id": "Q7885165", "display_name": "Unify Corporation", "legal_name": null, "aliases": [], "website": "https://www.daegis.com", "canonical_domain": "daegis.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "DAEG", "exchange": "Nasdaq", "lei": null, "sec_cik": "880562", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2965 +{"wikidata_id": "Q7893563", "display_name": "Essendant", "legal_name": null, "aliases": ["United Stationers"], "website": "https://www.essendant.com", "canonical_domain": "essendant.com", "country": "US", "hq_city": "Deerfield", "hq_region": "Lake County", "lat": 42.16833, "lon": -87.85139, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "USTR", "exchange": "Nasdaq", "lei": null, "sec_cik": "355999", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Essendant_Logo_Tagline_Main_RGB.png", "description": "American office supply distributor", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2966 +{"wikidata_id": "Q7893954", "display_name": "Universal Forest Products", "legal_name": null, "aliases": [], "website": "https://www.ufpi.com", "canonical_domain": "ufpi.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["materials"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "ufpi", "exchange": "Nasdaq", "lei": "5493007KB485C9OV5572", "sec_cik": "912767", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UFP_Industries_logo.svg", "description": "American materials company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2967 +{"wikidata_id": "Q7906620", "display_name": "VCA Animal Hospitals", "legal_name": null, "aliases": ["VCA"], "website": "https://vcahospitals.com", "canonical_domain": "vcahospitals.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["healthcare"], "industry_labels": ["veterinary medicine"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "WOOF", "exchange": "Nasdaq", "lei": null, "sec_cik": "1826470", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VCA_logo.svg", "description": "veterinary clinic chain in the United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1826470", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2968 +{"wikidata_id": "Q7907548", "display_name": "VSE Corporation", "legal_name": null, "aliases": [], "website": "https://www.vsecorp.com", "canonical_domain": "vsecorp.com", "country": "US", "hq_city": "Alexandria", "hq_region": "Virginia", "lat": 38.80472, "lon": -77.04722, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "VSEC", "exchange": "Nasdaq", "lei": "549300QWJYQDH4U5XI15", "sec_cik": "102752", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VSE_Corporation_logo_2020.png", "description": "American diversified services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2969 +{"wikidata_id": "Q7907809", "display_name": "Vaalco Energy", "legal_name": null, "aliases": [], "website": "https://www.vaalco.com", "canonical_domain": "vaalco.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "EGY", "exchange": "New York Stock Exchange", "lei": "549300CFHFVIWB8M6T24", "sec_cik": "894627", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "894627", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2970 +{"wikidata_id": "Q7917805", "display_name": "Vector Group", "legal_name": null, "aliases": [], "website": "https://www.vectorgroupltd.com", "canonical_domain": "vectorgroupltd.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "VGR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vector_Group_logo.png", "description": "American diversified holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2971 +{"wikidata_id": "Q7921231", "display_name": "Verenium Corporation", "legal_name": null, "aliases": [], "website": "https://www.verenium.com", "canonical_domain": "verenium.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "VRNM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1049210", "parent": {"wikidata_id": "Q9401", "name": "BASF"}, "logo_url": null, "description": "American industrial biotechnology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2972 +{"wikidata_id": "Q7943446", "display_name": "Vulcabras", "legal_name": null, "aliases": ["Vulcabras-Azaleia"], "website": "https://www.vulcabras.com", "canonical_domain": "vulcabras.com", "country": "BR", "hq_city": "Jundiaí", "hq_region": "São Paulo", "lat": -23.18639, "lon": -46.88417, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "VULC3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Vulcabras.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2973 +{"wikidata_id": "Q79583223", "display_name": "Sophia Genetics", "legal_name": null, "aliases": [], "website": "https://www.sophiagenetics.com", "canonical_domain": "sophiagenetics.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SOPH", "exchange": "Nasdaq", "lei": null, "sec_cik": "1840706", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sophia_Genetics_logo.png", "description": "Health technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1840706", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2974 +{"wikidata_id": "Q7987101", "display_name": "Westamerica Bank", "legal_name": null, "aliases": [], "website": "https://www.westamerica.com", "canonical_domain": "westamerica.com", "country": "US", "hq_city": "San Rafael", "hq_region": "Marin County", "lat": 37.97333, "lon": -122.53083, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WABC", "exchange": "Nasdaq", "lei": "549300FYN93WUMXNFM41", "sec_cik": "311094", "parent": null, "logo_url": null, "description": "bank in the United States", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2975 +{"wikidata_id": "Q7989598", "display_name": "Westport Fuel Systems", "legal_name": "Westport Fuel Systems Inc.", "aliases": ["Westport Innovations"], "website": "https://www.wfsinc.com", "canonical_domain": "wfsinc.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "WPRT", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1370416", "parent": null, "logo_url": null, "description": "Canadian multinational company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2976 +{"wikidata_id": "Q7998742", "display_name": "Widmer Brothers Brewery", "legal_name": null, "aliases": [], "website": "https://www.widmer.com", "canonical_domain": "widmer.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "BREW", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American brewery", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2977 +{"wikidata_id": "Q8038212", "display_name": "Wright Express", "legal_name": null, "aliases": ["WEX", "WEX Inc."], "website": "https://www.wexinc.com", "canonical_domain": "wexinc.com", "country": "US", "hq_city": "South Portland", "hq_region": "Cumberland County", "lat": 43.63167, "lon": -70.27278, "industries": ["payments"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "WEX", "exchange": "New York Stock Exchange", "lei": "T9M5IGROL1TL1G5OV478", "sec_cik": "1309108", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WEX_logo.svg", "description": "provider of payment processing and information management services", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1309108", "enriched_at": "2026-09-13T07:18:29+00:00"}}
2978 +{"wikidata_id": "Q8072593", "display_name": "ZipRealty", "legal_name": null, "aliases": [], "website": "https://www.ziprealty.com", "canonical_domain": "ziprealty.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "RLGY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1142512", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ziprealty-logo.jpg", "description": "real estate listing website", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2979 +{"wikidata_id": "Q8074159", "display_name": "Zoom Telephonics", "legal_name": null, "aliases": [], "website": "https://www.zoomtel.com", "canonical_domain": "zoomtel.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ZOOM", "exchange": "Nasdaq", "lei": null, "sec_cik": "822708", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoom_Telephonics_logo_old.svg", "description": "modem manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2980 +{"wikidata_id": "Q8178679", "display_name": "MainSource Bank", "legal_name": null, "aliases": [], "website": "https://www.mainsourcebank.com", "canonical_domain": "mainsourcebank.com", "country": "US", "hq_city": "Greensburg", "hq_region": "Decatur County", "lat": 39.34028, "lon": -85.48361, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MSFG", "exchange": "Nasdaq", "lei": "549300YYGDCO0N0T1621", "sec_cik": null, "parent": null, "logo_url": null, "description": "US bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2981 +{"wikidata_id": "Q96374332", "display_name": "Camuzzi Gas", "legal_name": null, "aliases": [], "website": "https://www.camuzzigas.com", "canonical_domain": "camuzzigas.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["oil-gas", "utilities"], "industry_labels": ["service"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "CGPA2", "exchange": "Buenos Aires Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Camuzzi-Gas_Logo.svg", "description": "Argentine natural gas distribution company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2982 +{"wikidata_id": "Q9645252", "display_name": "Banco Mercantil do Brasil", "legal_name": null, "aliases": [], "website": "https://bancomercantil.com.br", "canonical_domain": "bancomercantil.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MERC3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Banco_Mercantil.svg", "description": "Brazilian bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2983 +{"wikidata_id": "Q97359908", "display_name": "Perspecta Inc.", "legal_name": null, "aliases": [], "website": "https://perspecta.com", "canonical_domain": "perspecta.com", "country": "US", "hq_city": "Chantilly", "hq_region": "VA", "lat": null, "lon": null, "industries": ["cybersecurity"], "industry_labels": ["computer security", "SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "PRSP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1724670", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1724670", "enriched_at": "2026-09-13T07:18:31+00:00"}}
2984 +{"wikidata_id": "Q141129581", "display_name": "Central Bancompany", "legal_name": null, "aliases": ["CBC", "Inc."], "website": "https://www.centralbank.net", "canonical_domain": "centralbank.net", "country": "US", "hq_city": "Jefferson City", "hq_region": "Callaway County", "lat": 38.57667, "lon": -92.17361, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1970, "employees": 2901, "public_company": true, "ticker": "CBC", "exchange": "Nasdaq", "lei": null, "sec_cik": "2065601", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 0, "importance": 0.3154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2985 +{"wikidata_id": "Q1045210", "display_name": "Carroll Shelby International", "legal_name": null, "aliases": ["Shelby American", "Inc", "Shelby diecast collectibles"], "website": "https://www.shelby.com", "canonical_domain": "shelby.com", "country": "US", "hq_city": "Enterprise", "hq_region": "Clark County", "lat": 36.03139, "lon": -115.19806, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shelby_American_logo.jpg", "description": "automobile manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2986 +{"wikidata_id": "Q1046707", "display_name": "Casablanca Records", "legal_name": null, "aliases": ["Casablanca", "Casablanca Record Label", "LC 03272", "LC 3272"], "website": "https://www.casablanca-music.com", "canonical_domain": "casablanca-music.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Casablanca-RecordsLogo.jpg", "description": "American recording label", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2987 +{"wikidata_id": "Q1201531", "display_name": "Detroit Diesel", "legal_name": null, "aliases": [], "website": "https://www.demanddetroit.com", "canonical_domain": "demanddetroit.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493009MSCE2EUDVK659", "sec_cik": null, "parent": {"wikidata_id": "Q16834431", "name": "Daimler Truck North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Detroit_Diesel_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2988 +{"wikidata_id": "Q1221751", "display_name": "Frito-Lay", "legal_name": null, "aliases": ["FritoLay 67"], "website": "https://fritolay.com", "canonical_domain": "fritolay.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fritolay_company_logo.svg", "description": "American food company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2989 +{"wikidata_id": "Q125943", "display_name": "Long Island Rail Road", "legal_name": "The Long Island Rail Road Company", "aliases": ["LIRR", "Long Island Railroad", "The Long Island Railroad"], "website": "https://www.mta.info", "canonical_domain": "mta.info", "country": "US", "hq_city": "Jamaica", "hq_region": "Jamaica", "lat": 40.69977, "lon": -73.808, "industries": ["transportation"], "industry_labels": [], "founded_year": 1834, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1146109", "name": "Metropolitan Transportation Authority"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LIRR_logo.svg", "description": "commuter rail service in Long Island, New York", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q125908"}, {"related_domain_conflict": "Q999168"}]}
2990 +{"wikidata_id": "Q132544684", "display_name": "Claritev", "legal_name": "New York Hospital Network", "aliases": ["Claritev Corporation", "Multiplan"], "website": "https://www.multiplan.us", "canonical_domain": "multiplan.us", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["technology"], "industry_labels": [], "founded_year": 1980, "employees": 2800, "public_company": true, "ticker": "CTEV", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1793229", "parent": null, "logo_url": null, "description": "American technology company supporting healthcare", "sitelinks": 0, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1793229", "enriched_at": "2026-09-13T07:18:31+00:00"}}
2991 +{"wikidata_id": "Q1327994", "display_name": "Matador Records", "legal_name": null, "aliases": ["Matador"], "website": "https://www.matadorrecords.com", "canonical_domain": "matadorrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2992 +{"wikidata_id": "Q133482", "display_name": "Visual Concepts", "legal_name": null, "aliases": ["Visual Concepts Entertainment"], "website": "https://www.vcentertainment.com", "canonical_domain": "vcentertainment.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visual_Concepts_Logo_%282019%29.png", "description": "American video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2993 +{"wikidata_id": "Q1361906", "display_name": "Saleen", "legal_name": null, "aliases": [], "website": "https://www.saleen.com", "canonical_domain": "saleen.com", "country": "US", "hq_city": "Corona", "hq_region": "Riverside County", "lat": 33.86667, "lon": -117.56667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American automobile manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2994 +{"wikidata_id": "Q1366724", "display_name": "ABX Air", "legal_name": null, "aliases": ["GB", "ABX", "ABEX", "Airborne Express"], "website": "https://www.abxair.com", "canonical_domain": "abxair.com", "country": "US", "hq_city": "Wilmington Air Park", "hq_region": "Ohio", "lat": 39.43241, "lon": -83.78876, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4698227", "name": "Air Transport Services Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abx_Air_logo.svg", "description": "cargo airline in the United States", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2995 +{"wikidata_id": "Q1368443", "display_name": "Kalitta Air", "legal_name": null, "aliases": ["K4", "CKS", "American International Airways", "CONNIE"], "website": "https://www.kalittaair.us", "canonical_domain": "kalittaair.us", "country": "US", "hq_city": "Ypsilanti", "hq_region": "Washtenaw County", "lat": 42.2428, "lon": -83.6183, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American cargo airline", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2996 +{"wikidata_id": "Q1399294", "display_name": "Fearless Records", "legal_name": null, "aliases": [], "website": "https://www.fearlessrecords.com", "canonical_domain": "fearlessrecords.com", "country": "US", "hq_city": "Westminster", "hq_region": "Orange County", "lat": 33.75139, "lon": -117.99389, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2997 +{"wikidata_id": "Q1473743", "display_name": "Sabian", "legal_name": null, "aliases": [], "website": "https://sabian.com", "canonical_domain": "sabian.com", "country": "CA", "hq_city": "Meductic", "hq_region": "New Brunswick", "lat": 45.9945, "lon": -67.48993, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sabian_Cymbals_logo_2019.svg", "description": "Manufacturer of musical instruments", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2998 +{"wikidata_id": "Q1518612", "display_name": "relic.com", "legal_name": null, "aliases": [], "website": "https://www.relic.com", "canonical_domain": "relic.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Relic-entertainment-logo.svg", "description": "Canadian video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2999 +{"wikidata_id": "Q1524184", "display_name": "TGI Fridays", "legal_name": null, "aliases": ["T.G.I. FRiDAY’S"], "website": "https://www.tgifridays.com", "canonical_domain": "tgifridays.com", "country": "US", "hq_city": "Carrollton", "hq_region": "Denton County", "lat": 32.99, "lon": -96.89333, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1043395", "name": "Carlson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tgi_fridays_logo13.svg", "description": "American restaurant chain", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3000 +{"wikidata_id": "Q15913374", "display_name": "Vyond", "legal_name": null, "aliases": ["Go!Animate", "GoAnimate"], "website": "https://www.vyond.com", "canonical_domain": "vyond.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vyond_2018.svg", "description": "American cloud-based, animated video creation platform", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3001 +{"wikidata_id": "Q1700277", "display_name": "USRobotics", "legal_name": null, "aliases": ["USR", "U.S. Robotics", "US Robotics"], "website": "https://www.usr.com", "canonical_domain": "usr.com", "country": "US", "hq_city": "Schaumburg", "hq_region": "Cook County", "lat": 42.03028, "lon": -88.08389, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q23371127", "name": "UNICOM Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/USRobotics-Logo.svg", "description": "business enterprise", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3002 +{"wikidata_id": "Q1814208", "display_name": "Metra", "legal_name": "Metra", "aliases": ["METX"], "website": "https://metra.com", "canonical_domain": "metra.com", "country": "US", "hq_city": "Illinois", "hq_region": "United States", "lat": 40.00028, "lon": -89.25028, "industries": ["transportation"], "industry_labels": ["commuter rail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q139741961", "name": "Northern Illinois Transit Authority"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metra_Logo.svg", "description": "suburban railway operator in the Chicago, Illinois metropolitan area", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3003 +{"wikidata_id": "Q1985340", "display_name": "Comodo Group", "legal_name": null, "aliases": ["Comodo Cybersecurity", "Inc", "Inc.", "Comodo Security Solutions", "Inc."], "website": "https://www.comodo.com", "canonical_domain": "comodo.com", "country": "US", "hq_city": "Clifton", "hq_region": "Passaic County", "lat": 40.8621, "lon": -74.1604, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comodo_logo.png", "description": "privately held group of companies", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3004 +{"wikidata_id": "Q2002177", "display_name": "Lava Records", "legal_name": null, "aliases": [], "website": "https://www.lavarecords.com", "canonical_domain": "lavarecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LAVA_RECORDS.svg", "description": "American record label", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3005 +{"wikidata_id": "Q212076", "display_name": "2015, Inc.", "legal_name": null, "aliases": [], "website": "https://www.2015games.net", "canonical_domain": "2015games.net", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2015%2C_Inc_logo.png", "description": "American video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3006 +{"wikidata_id": "Q24039775", "display_name": "Boom Technology", "legal_name": null, "aliases": ["Boom Supersonic"], "website": "https://boomsupersonic.com", "canonical_domain": "boomsupersonic.com", "country": "US", "hq_city": "Centennial", "hq_region": "Arapahoe County", "lat": 39.59639, "lon": -104.84389, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1671828", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boom_Technology_logo_%28black%29.svg", "description": "American startup supersonic aircraft company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3007 +{"wikidata_id": "Q2589409", "display_name": "Sbarro", "legal_name": null, "aliases": [], "website": "https://sbarro.com", "canonical_domain": "sbarro.com", "country": "US", "hq_city": "Huntington", "hq_region": "Suffolk County", "lat": 40.86806, "lon": -73.42611, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sbarro_LLC_logo.svg", "description": "American pizza chain", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3008 +{"wikidata_id": "Q2719211", "display_name": "Next Level Games", "legal_name": null, "aliases": [], "website": "https://nextlevelgames.com", "canonical_domain": "nextlevelgames.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": null, "description": "Canadian video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3009 +{"wikidata_id": "Q2739680", "display_name": "Association for the Advancement of Artificial Intelligence", "legal_name": null, "aliases": ["AAAI", "American Association for Artificial Intelligence"], "website": "https://www.aaai.org", "canonical_domain": "aaai.org", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAAI_logo_%282023%29.svg", "description": "international scientific society", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3010 +{"wikidata_id": "Q2828184", "display_name": "Air Canada Rouge", "legal_name": null, "aliases": [], "website": "https://flyrouge.com", "canonical_domain": "flyrouge.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q185339", "name": "Air Canada"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Canada_Rouge_logo.svg", "description": "low-cost airline based in Canada", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3011 +{"wikidata_id": "Q2883379", "display_name": "Bank of the Republic of Haiti", "legal_name": null, "aliases": ["National Bank of Credit Haiti", "National Bank of the Republic of Haiti", "Republic Bank of Haiti"], "website": "https://www.brh.ht", "canonical_domain": "brh.ht", "country": "HT", "hq_city": "Port-au-Prince", "hq_region": "Port-au-Prince Arrondissement", "lat": 18.54694, "lon": -72.34028, "industries": ["banking"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "central bank", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3012 +{"wikidata_id": "Q295481", "display_name": "AM General", "legal_name": null, "aliases": ["AM General Corporation", "AM General LLC"], "website": "https://www.amgeneral.com", "canonical_domain": "amgeneral.com", "country": "US", "hq_city": "South Bend", "hq_region": "St. Joseph County", "lat": 41.67639, "lon": -86.25028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005NTOCU0CX6IL72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Am_general_green_logo.png", "description": "American heavy vehicle manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3013 +{"wikidata_id": "Q2985197", "display_name": "CBR", "legal_name": null, "aliases": [], "website": "https://www.cbr.com", "canonical_domain": "cbr.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBR.com_logo.svg", "description": "Entertainment News Website", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3014 +{"wikidata_id": "Q3445044", "display_name": "St. Martin's Press", "legal_name": null, "aliases": [], "website": "https://stmartins.com", "canonical_domain": "stmartins.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126162918", "name": "St. Martin's Publishing Group"}, "logo_url": null, "description": "American book publisher", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3015 +{"wikidata_id": "Q3547650", "display_name": "Ubisoft Quebec", "legal_name": null, "aliases": ["Ubisoft Québec"], "website": "https://www.ubisoft.ca", "canonical_domain": "ubisoft.ca", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "Canadian video game development company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q500799"}]}
3016 +{"wikidata_id": "Q39496", "display_name": "United Kennel Club", "legal_name": null, "aliases": ["UKC", "UPENEKC"], "website": "https://www.ukcdogs.com", "canonical_domain": "ukcdogs.com", "country": "US", "hq_city": "Kalamazoo", "hq_region": "Kalamazoo County", "lat": 42.29, "lon": -85.59, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UKC_Logo.gif", "description": "second oldest all-breed registry of purebred dog pedigrees in the United States", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3017 +{"wikidata_id": "Q463378", "display_name": "American Apparel Inc.", "legal_name": null, "aliases": ["American Apparel", "Inc."], "website": "https://www.americanapparel.com.au", "canonical_domain": "americanapparel.com.au", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VSVCCRKIVD3676", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Apparel_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3018 +{"wikidata_id": "Q473360", "display_name": "Verbatim", "legal_name": "Verbatim Corporation", "aliases": ["Information Terminals"], "website": "https://www.verbatim.com", "canonical_domain": "verbatim.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q474321", "name": "CMC Magnetics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verbatim_logo_%282024-present%29.svg", "description": "American company producing memory media in the IT sector", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3019 +{"wikidata_id": "Q50911", "display_name": "ImageShack", "legal_name": null, "aliases": [], "website": "https://imageshack.us", "canonical_domain": "imageshack.us", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.23611, "lon": -121.96167, "industries": ["cloud-infrastructure", "internet"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "image hosting website", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3020 +{"wikidata_id": "Q527877", "display_name": "Carhartt", "legal_name": null, "aliases": [], "website": "https://www.carhartt.com", "canonical_domain": "carhartt.com", "country": "US", "hq_city": "Dearborn", "hq_region": "Wayne County", "lat": 42.31133, "lon": -83.21348, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carhartt_logo.svg", "description": "American brand of sturdy work clothing", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3021 +{"wikidata_id": "Q5433722", "display_name": "Fandango", "legal_name": null, "aliases": ["Fandango Media", "Fandango Media", "LLC"], "website": "https://www.fandango.com", "canonical_domain": "fandango.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fandango_2014.svg", "description": "American media corporation based in Los Angeles, California", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5371838"}]}
3022 +{"wikidata_id": "Q545973", "display_name": "Dean Guitars", "legal_name": null, "aliases": ["Dean", "Dean VMNT Signature model"], "website": "https://www.deanguitars.com", "canonical_domain": "deanguitars.com", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of stringed instruments and musical products", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3023 +{"wikidata_id": "Q598591", "display_name": "Washburn Guitars", "legal_name": null, "aliases": [], "website": "https://www.washburn.com", "canonical_domain": "washburn.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Washburn_Guitars_logo.svg", "description": "American manufacturer and importer of guitars, mandolins, and other string instruments", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3024 +{"wikidata_id": "Q640786", "display_name": "Troma Entertainment", "legal_name": null, "aliases": [], "website": "https://www.troma.com", "canonical_domain": "troma.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production and distribution company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3025 +{"wikidata_id": "Q746256", "display_name": "Panoz Auto Development", "legal_name": null, "aliases": [], "website": "https://panoz.com", "canonical_domain": "panoz.com", "country": "US", "hq_city": "Hoschton", "hq_region": "Jackson County", "lat": 34.0961, "lon": -83.7611, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sports car manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3026 +{"wikidata_id": "Q7929430", "display_name": "Viki", "legal_name": null, "aliases": ["Rakuten Viki"], "website": "https://www.viki.com", "canonical_domain": "viki.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q973054", "name": "Rakuten Group, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rakuten_Viki_2022.svg", "description": "American video streaming service", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3027 +{"wikidata_id": "Q845617", "display_name": "Charles Scribner's Sons", "legal_name": "Charles Scribner's Sons", "aliases": ["Scribner", "Scribner's", "Baker & Scribner", "C. Scribner's Sons", "Charles Scribner and Sons", "Charles Scribner’s Sons"], "website": "https://scribnerbooks.com", "canonical_domain": "scribnerbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1846, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1756332", "name": "Simon & Schuster"}, "logo_url": null, "description": "American publisher", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3028 +{"wikidata_id": "Q862021", "display_name": "Ohio Valley Wrestling", "legal_name": null, "aliases": ["OVW"], "website": "https://ovwrestling.com", "canonical_domain": "ovwrestling.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OV_Wrestling.png", "description": "American professional wrestling promotion", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3029 +{"wikidata_id": "Q929722", "display_name": "Brooks Brothers", "legal_name": null, "aliases": [], "website": "https://www.brooksbrothers.com", "canonical_domain": "brooksbrothers.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1818, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1878364", "name": "Luxottica"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brooks_Brothers_blue_logo.svg", "description": "the oldest men's clothier in the United States", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3030 +{"wikidata_id": "Q998257", "display_name": "Waterman", "legal_name": null, "aliases": ["L.E. Waterman Company", "Waterman Pen Company", "Waterman pens", "Waterman S.A."], "website": "https://www.waterman.com", "canonical_domain": "waterman.com", "country": "US", "hq_city": "Paris", "hq_region": "Grand Paris", "lat": 48.85667, "lon": 2.35222, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waterman_logo.svg", "description": "French manufacturing company of fountain pens and inks", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3031 +{"wikidata_id": "Q647506", "display_name": "Narus", "legal_name": null, "aliases": [], "website": "https://www.narus.com", "canonical_domain": "narus.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1997, "employees": 150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.3147, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3032 +{"wikidata_id": "Q911882", "display_name": "Force10", "legal_name": null, "aliases": ["Dell Force10", "Dell Force10 Networks"], "website": "https://force10networks.com", "canonical_domain": "force10networks.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["network switch"], "founded_year": 1999, "employees": 750, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30873", "name": "Dell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Force10.svg", "description": "computer networking company", "sitelinks": 7, "importance": 0.3145, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3033 +{"wikidata_id": "Q2578125", "display_name": "Accel", "legal_name": null, "aliases": ["Accel Partners"], "website": "https://www.accel.com", "canonical_domain": "accel.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["asset-management"], "industry_labels": ["venture capital"], "founded_year": 1983, "employees": 300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Accel_%28Partners%29_2015_logo.png", "description": "venture capital firm", "sitelinks": 8, "importance": 0.3136, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3034 +{"wikidata_id": "Q20747389", "display_name": "Re-Logic", "legal_name": null, "aliases": [], "website": "https://re-logic.com", "canonical_domain": "re-logic.com", "country": "US", "hq_city": "Floyds Knobs", "hq_region": "Floyd County", "lat": 38.3244, "lon": -85.8736, "industries": ["gaming"], "industry_labels": ["video game development"], "founded_year": 2011, "employees": 11, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Re-Logic_Logo.png", "description": "American indie video game developer and publisher", "sitelinks": 13, "importance": 0.3134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3035 +{"wikidata_id": "Q917859", "display_name": "Bristol Aerospace", "legal_name": null, "aliases": [], "website": "https://www.bristol.ca", "canonical_domain": "bristol.ca", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1930, "employees": 630, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.312, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3036 +{"wikidata_id": "Q107327507", "display_name": "Sweet Baby Inc.", "legal_name": null, "aliases": ["Sweet Baby", "SBI"], "website": "https://sweetbabyinc.com", "canonical_domain": "sweetbabyinc.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2018, "employees": 16, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian video game development and consultation studio", "sitelinks": 12, "importance": 0.3107, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3037 +{"wikidata_id": "Q5323633", "display_name": "EMS", "legal_name": null, "aliases": [], "website": "https://www.ems.com.br", "canonical_domain": "ems.com.br", "country": "BR", "hq_city": "São Bernardo do Campo", "hq_region": "São Paulo", "lat": -23.69389, "lon": -46.565, "industries": ["manufacturing", "pharmaceuticals"], "industry_labels": [], "founded_year": 1950, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_EMS.svg", "description": "pharmaceutical company", "sitelinks": 5, "importance": 0.3101, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3038 +{"wikidata_id": "Q1858144", "display_name": "Rede S.A.", "legal_name": null, "aliases": [], "website": "https://www.redecard.com.br", "canonical_domain": "redecard.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": 1455, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1424293", "name": "Itaú Unibanco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Rede_%28Redecard%29.svg", "description": "Brazilian multi-brand acquirer", "sitelinks": 6, "importance": 0.31, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3039 +{"wikidata_id": "Q1025919", "display_name": "Machine Shop Recordings", "legal_name": null, "aliases": ["Machine Shop Records", "The Shinoda Imprint"], "website": "https://machineshop.co", "canonical_domain": "machineshop.co", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["industrial-machinery", "entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3040 +{"wikidata_id": "Q1052893", "display_name": "Celestron", "legal_name": null, "aliases": [], "website": "https://celestron.fr", "canonical_domain": "celestron.fr", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17054262", "name": "Synta Technology Corporation of Taiwan"}, "logo_url": null, "description": "American company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3041 +{"wikidata_id": "Q10846831", "display_name": "Crunchbase", "legal_name": "Crunchbase", "aliases": ["CrunchBase"], "website": "https://www.crunchbase.com", "canonical_domain": "crunchbase.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crunchbase_wordmark_dark_blue.svg", "description": "online database of companies and start-ups", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3042 +{"wikidata_id": "Q10996045", "display_name": "Kaggle", "legal_name": null, "aliases": [], "website": "https://www.kaggle.com", "canonical_domain": "kaggle.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["data science"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaggle_Logo.svg", "description": "internet platform for data science competitions", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3043 +{"wikidata_id": "Q1113590", "display_name": "Combat Zone Wrestling", "legal_name": null, "aliases": ["CZW"], "website": "https://www.czwrestling.com", "canonical_domain": "czwrestling.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American professional wrestling promotion", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3044 +{"wikidata_id": "Q1185675", "display_name": "ihop.com", "legal_name": null, "aliases": [], "website": "https://www.ihop.com", "canonical_domain": "ihop.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IHOP_logo.svg", "description": "American multinational pancake house restaurant chain", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3045 +{"wikidata_id": "Q1278295", "display_name": "Eastpak", "legal_name": null, "aliases": [], "website": "https://www.eastpak.com", "canonical_domain": "eastpak.com", "country": "US", "hq_city": null, "hq_region": "Arrondissement of Mechelen", "lat": 51.09528, "lon": 4.23417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastpak_logo.svg", "description": "lifestyle brand", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3046 +{"wikidata_id": "Q1328902", "display_name": "Sky & Telescope", "legal_name": null, "aliases": ["Sky and telescope", "Sky Publishing"], "website": "https://skyandtelescope.com", "canonical_domain": "skyandtelescope.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sky_%26_Telescope_logo_%282017%29.svg", "description": "scientific journal", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3047 +{"wikidata_id": "Q1342423", "display_name": "Engine Alliance", "legal_name": null, "aliases": [], "website": "https://www.enginealliance.com", "canonical_domain": "enginealliance.com", "country": "US", "hq_city": "East Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76139, "lon": -72.61528, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1485061", "name": "GE Aerospace"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Engine_Alliance_logo.svg", "description": "American aircraft engine manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3048 +{"wikidata_id": "Q1384697", "display_name": "Export-Import Bank of the United States", "legal_name": null, "aliases": ["EXIM", "Export-Import Bank of Washington"], "website": "https://www.exim.gov", "canonical_domain": "exim.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["banking"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seal_of_the_United_States_Export-Import_Bank.svg", "description": "American public bank", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3049 +{"wikidata_id": "Q14932155", "display_name": "Calico", "legal_name": null, "aliases": ["Calico Life Sciences LLC", "California Life Company"], "website": "https://www.calicolabs.com", "canonical_domain": "calicolabs.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["biotechnology", "healthcare"], "industry_labels": ["biotechnology", "health care"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calico_LLC_logo.svg", "description": "American biotech company founded by Alphabet Inc.", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3050 +{"wikidata_id": "Q1502859", "display_name": "Ramada", "legal_name": null, "aliases": ["Ramada By Wyndham"], "website": "https://www.ramada.com", "canonical_domain": "ramada.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ramada_Worldwide_logo.svg", "description": "large hotel chain", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3051 +{"wikidata_id": "Q1536988", "display_name": "PSA Airlines", "legal_name": null, "aliases": [], "website": "https://www.psaairlines.com", "canonical_domain": "psaairlines.com", "country": "US", "hq_city": "Dayton", "hq_region": "Montgomery County", "lat": 39.76667, "lon": -84.2, "industries": ["airlines"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q208046", "name": "US Airways"}, "logo_url": null, "description": "Regional airline based out of Vandalia, Ohio", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3052 +{"wikidata_id": "Q1548690", "display_name": "Philadelphia Naval Shipyard", "legal_name": "Philadelphia Navy Yard", "aliases": ["League Island Navy Yard", "Philadelphia Naval Shipyard Historic District", "PNSY"], "website": "https://www.navyyard.org", "canonical_domain": "navyyard.org", "country": "US", "hq_city": null, "hq_region": null, "lat": 39.89, "lon": -75.18, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1801, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "naval shipyard of the United States", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3053 +{"wikidata_id": "Q1636558", "display_name": "Victory Records", "legal_name": null, "aliases": [], "website": "https://victoryrecords.com", "canonical_domain": "victoryrecords.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3054 +{"wikidata_id": "Q1637250", "display_name": "Walden Media", "legal_name": null, "aliases": ["Fox-Walden"], "website": "https://www.walden.com", "canonical_domain": "walden.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media", "retail"], "industry_labels": ["cinematography"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q569417", "name": null}, "logo_url": null, "description": "American film investor, distributor, and publishing company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3055 +{"wikidata_id": "Q17082873", "display_name": "Sports Reference", "legal_name": null, "aliases": ["Sports Reference LLC", "LLC"], "website": "https://www.sports-reference.com", "canonical_domain": "sports-reference.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sports_Reference_Logo.svg", "description": "American company which operates several sports-related websites", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3056 +{"wikidata_id": "Q1811175", "display_name": "Prestige", "legal_name": null, "aliases": ["LC 0313", "Prestige Records"], "website": "https://www.concordmusicgroup.com", "canonical_domain": "concordmusicgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American jazz record label; imprint of Prestige Records Inc.", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1809823"}, {"related_domain_conflict": "Q766909"}]}
3057 +{"wikidata_id": "Q18345499", "display_name": "Psyonix", "legal_name": null, "aliases": ["Psyonix Inc."], "website": "https://psyonix.com", "canonical_domain": "psyonix.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game development"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q739711", "name": null}, "logo_url": null, "description": "American video game development studio", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3058 +{"wikidata_id": "Q18395343", "display_name": "Vice Media Group", "legal_name": null, "aliases": ["Vice Media", "Vice Media LLC", "Vice Media", "Inc."], "website": "https://company.vice.com", "canonical_domain": "vice.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "media & entertainment industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vice_Media_Group_logo.svg", "description": "Canadian-American digital media and broadcasting company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3059 +{"wikidata_id": "Q1959936", "display_name": "Rainberry ,Inc.", "legal_name": "Rainberry, Inc.", "aliases": ["BitTorrent", "Inc."], "website": "https://www.bittorrent.com", "canonical_domain": "bittorrent.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rainberry%2C_Inc._logo.svg", "description": "American company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3060 +{"wikidata_id": "Q1982075", "display_name": "Issuu", "legal_name": null, "aliases": ["Issuu Inc."], "website": "https://issuu.com", "canonical_domain": "issuu.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["internet"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Issuu_logo.svg", "description": "online service and reader", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3061 +{"wikidata_id": "Q2073284", "display_name": "Seven Seas Entertainment", "legal_name": "Seven Seas Entertainment", "aliases": ["LLC"], "website": "https://sevenseasentertainment.com", "canonical_domain": "sevenseasentertainment.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publisher", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3062 +{"wikidata_id": "Q2350702", "display_name": "Heroku", "legal_name": null, "aliases": [], "website": "https://www.heroku.com", "canonical_domain": "heroku.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["cloud-infrastructure"], "industry_labels": ["platform as a service"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q941127", "name": "Salesforce"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heroku_logo.svg", "description": "cloud platform as a service", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3063 +{"wikidata_id": "Q2358400", "display_name": "Legacy Recordings", "legal_name": null, "aliases": ["Legacy Records", "LC 02361", "LC 2361"], "website": "https://www.legacyrecordings.com", "canonical_domain": "legacyrecordings.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legacy_Recordings.svg", "description": "US record label; imprint of Sony Music Entertainment", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3064 +{"wikidata_id": "Q2573393", "display_name": "Ultra Records", "legal_name": null, "aliases": ["Ultra Music"], "website": "https://www.ultrarecords.com", "canonical_domain": "ultrarecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ultra_Records.png", "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3065 +{"wikidata_id": "Q2576666", "display_name": "CBS Studios", "legal_name": null, "aliases": ["CBS Paramount Television", "CBS Television Studios"], "website": "https://www.home.viacbscontent.com", "canonical_domain": "viacbscontent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["television production"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116030696", "name": "CBS Entertainment Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBS_Studios_%28Stacked%29.svg", "description": "American television production company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5009280"}]}
3066 +{"wikidata_id": "Q2712143", "display_name": "inXile entertainment", "legal_name": null, "aliases": [], "website": "https://www.inxile-entertainment.com", "canonical_domain": "inxile-entertainment.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InXile_Entertainment_Logo.png", "description": "video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3067 +{"wikidata_id": "Q2723882", "display_name": "Saks Fifth Avenue", "legal_name": null, "aliases": ["A. Saks & Co.", "Saks & Co."], "website": "https://www.saksfifthavenue.com", "canonical_domain": "saksfifthavenue.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.75806, "lon": -73.97694, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7403084", "name": "Saks Incorporated"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SaksFifthAvenueA.svg", "description": "multinational department store chain founded in the United States", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3068 +{"wikidata_id": "Q277470", "display_name": "Caltex", "legal_name": null, "aliases": [], "website": "https://www.caltex.com", "canonical_domain": "caltex.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caltex_brand_logo.svg", "description": "Chevron brand", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3069 +{"wikidata_id": "Q2948688", "display_name": "Champion USA", "legal_name": null, "aliases": ["Champion", "Champion (sportswear)", "Champion U.S.A."], "website": "https://www.champion.com.au", "canonical_domain": "champion.com.au", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Champion_USA_logo.svg", "description": "American manufacturer of clothing, specializing in sportswear", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3070 +{"wikidata_id": "Q304444", "display_name": "MoPar", "legal_name": "Chrysler Motor Parts Corporation", "aliases": ["PDCD", "Plymouth", "Dodge", "Chrysler", "and DeSoto", "Chrysler MoPar", "Chrysler Motor Parts", "Motor Parts"], "website": "https://www.mopar.com", "canonical_domain": "mopar.com", "country": "US", "hq_city": "Chrysler Headquarters and Technology Center", "hq_region": "Michigan", "lat": 42.6544, "lon": -83.2336, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181114", "name": "Stellantis North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mopar_logo.svg", "description": "American car parts, service, and customer care company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3071 +{"wikidata_id": "Q3045312", "display_name": "Olive Garden", "legal_name": null, "aliases": ["The Olive Garden"], "website": "https://www.olivegarden.com", "canonical_domain": "olivegarden.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q742196", "name": "Darden Restaurants"}, "logo_url": null, "description": "American casual dining restaurant chain specializing in Italian-American cuisine", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3072 +{"wikidata_id": "Q407673", "display_name": "Air North", "legal_name": null, "aliases": ["Yukon's Airline"], "website": "https://www.flyairnorth.com", "canonical_domain": "flyairnorth.com", "country": "CA", "hq_city": "Whitehorse", "hq_region": "Yukon", "lat": 60.71722, "lon": -135.05583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Canada", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3073 +{"wikidata_id": "Q438628", "display_name": "Alternative Tentacles", "legal_name": "Alternative Tentacles", "aliases": ["Alternative Tentacles Records"], "website": "https://www.alternativetentacles.com", "canonical_domain": "alternativetentacles.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3074 +{"wikidata_id": "Q465692", "display_name": "American Megatrends", "legal_name": "American Megatrends, Inc.", "aliases": ["AMI"], "website": "https://www.ami.com", "canonical_domain": "ami.com", "country": "US", "hq_city": "Norcross", "hq_region": "Gwinnett County", "lat": 33.94121, "lon": -84.21353, "industries": ["software", "technology"], "industry_labels": ["firmware", "software industry", "computer hardware industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMI_textlogo.svg", "description": "American software company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3075 +{"wikidata_id": "Q522618", "display_name": "Priority Records", "legal_name": null, "aliases": [], "website": "https://www.priorityrecords.com", "canonical_domain": "priorityrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Priority_Records.png", "description": "American record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3076 +{"wikidata_id": "Q5574625", "display_name": "GoFundMe", "legal_name": null, "aliases": [], "website": "https://www.gofundme.com", "canonical_domain": "gofundme.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": ["crowdfunding"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "crowdfunding platform", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3077 +{"wikidata_id": "Q5647891", "display_name": "hangar13games.com", "legal_name": null, "aliases": [], "website": "https://www.hangar13games.com", "canonical_domain": "hangar13games.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94937", "name": "2K"}, "logo_url": null, "description": "American video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3078 +{"wikidata_id": "Q624601", "display_name": "Product Red", "legal_name": null, "aliases": ["(PRODUCT)RED"], "website": "https://www.red.org", "canonical_domain": "red.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Product_Red.svg", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3079 +{"wikidata_id": "Q639182", "display_name": "SST Records", "legal_name": null, "aliases": ["Solid State Transmitters", "Solid State Tuners"], "website": "https://www.sstsuperstore.com", "canonical_domain": "sstsuperstore.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SST_Records_logo.svg", "description": "US record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3080 +{"wikidata_id": "Q660990", "display_name": "Avalanche Software", "legal_name": null, "aliases": [], "website": "https://www.avalanchesoftware.com", "canonical_domain": "avalanchesoftware.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avalanche.svg", "description": "American video game developer based in Salt Lake City, Utah", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3081 +{"wikidata_id": "Q688825", "display_name": "Trader Joe's", "legal_name": null, "aliases": [], "website": "https://www.traderjoes.com", "canonical_domain": "traderjoes.com", "country": "US", "hq_city": "Monrovia", "hq_region": "Los Angeles County", "lat": 34.14361, "lon": -118.00194, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41171373", "name": "Aldi Nord"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trader_Joes_Logo.svg", "description": "American chain of grocery stores", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3082 +{"wikidata_id": "Q725958", "display_name": "Ashley Madison", "legal_name": null, "aliases": [], "website": "https://www.ashleymadison.com", "canonical_domain": "ashleymadison.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["internet"], "industry_labels": ["online dating service", "social networking service"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashley_madison_logo.png", "description": "Canadian-based online dating service", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3083 +{"wikidata_id": "Q763051", "display_name": "Burton Snowboards", "legal_name": null, "aliases": ["Burton", "Gravis", "Burton Snowboards Inc."], "website": "https://www.burton.com", "canonical_domain": "burton.com", "country": "US", "hq_city": "Burlington", "hq_region": "Chittenden County", "lat": 44.48762, "lon": -73.23148, "industries": ["consumer-goods"], "industry_labels": ["sporting goods industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of snowboards, snowboarding equipment, and apparel", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3084 +{"wikidata_id": "Q765780", "display_name": "Augusta National Golf Club", "legal_name": null, "aliases": ["Augusta National"], "website": "https://www.masters.com", "canonical_domain": "masters.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 33.5025, "lon": -82.02, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "golf course in Georgia, United States", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3085 +{"wikidata_id": "Q766647", "display_name": "Metrolink", "legal_name": null, "aliases": [], "website": "https://www.metrolinktrains.com", "canonical_domain": "metrolinktrains.com", "country": "US", "hq_city": "Wilshire Grand Center", "hq_region": "Los Angeles", "lat": 34.04993, "lon": -118.25993, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metrolink_logo.svg", "description": "commuter rail system in Southern California", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3086 +{"wikidata_id": "Q775346", "display_name": "Beenox", "legal_name": null, "aliases": ["Beenox Inc."], "website": "https://www.beenox.com", "canonical_domain": "beenox.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beenox_2023_logo.svg", "description": "Canadian video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3087 +{"wikidata_id": "Q891610", "display_name": "Professional Fighters League", "legal_name": null, "aliases": ["PFL", "World Series of Fighting"], "website": "https://www.pflmma.com", "canonical_domain": "pflmma.com", "country": "US", "hq_city": "Las Vegas Valley", "hq_region": "Clark County", "lat": 36.1318, "lon": -115.184, "industries": ["media"], "industry_labels": ["promoter", "sports marketing"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Professional_Fighters_League_Primary_Logo.jpg", "description": "mixed martial arts combat sport promoter", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3088 +{"wikidata_id": "Q899774", "display_name": "National Airlines", "legal_name": null, "aliases": ["Murray Air", "National Air Cargo", "National Air Cargo Group", "National Airlines (N8)"], "website": "https://www.nationalairlines.com", "canonical_domain": "nationalairlines.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Airlines_logo.svg", "description": "airline of the United States", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3089 +{"wikidata_id": "Q947913", "display_name": "BFGoodrich", "legal_name": null, "aliases": [], "website": "https://www.bfgoodrich.com", "canonical_domain": "bfgoodrich.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_bfgoodrich.jpg", "description": "brand of tires produced and sold by Michelin", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3090 +{"wikidata_id": "Q7078431", "display_name": "Odyssey Re", "legal_name": null, "aliases": ["Odyssey Re Holdings Corp."], "website": "https://www.odysseyre.com", "canonical_domain": "odysseyre.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1996, "employees": 600, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300MUCOXSPLYWKX65", "sec_cik": null, "parent": {"wikidata_id": "Q1393210", "name": "Fairfax Financial"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Odyssey_Re_logo.svg", "description": "Underwriter of property and casualty treaty and facultative reinsurance company", "sitelinks": 2, "importance": 0.3081, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3091 +{"wikidata_id": "Q6072534", "display_name": "Iron Galaxy Studios", "legal_name": null, "aliases": ["Iron Galaxy", "Iron Galaxy Studios LLC", "LLC"], "website": "https://irongalaxystudios.com", "canonical_domain": "irongalaxystudios.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IronGalaxy_Logo_FullColor.svg", "description": "American video game developer", "sitelinks": 8, "importance": 0.3078, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3092 +{"wikidata_id": "Q281059", "display_name": "Renault Argentina", "legal_name": null, "aliases": ["Renault Argentina S.A."], "website": "https://www.renault.com.ar", "canonical_domain": "renault.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -31.47227, "lon": -64.2414, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1955, "employees": 3656, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renault_2021.svg", "description": "automobile manufacturer in Argentina", "sitelinks": 5, "importance": 0.3071, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3093 +{"wikidata_id": "Q3471799", "display_name": "SandForce", "legal_name": null, "aliases": [], "website": "https://www.sandforce.com", "canonical_domain": "sandforce.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["semiconductors"], "industry_labels": ["solid-state drive"], "founded_year": 2006, "employees": 190, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1587129", "name": "LSI Corporation"}, "logo_url": null, "description": "American semiconductor company", "sitelinks": 8, "importance": 0.307, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3094 +{"wikidata_id": "Q7261372", "display_name": "Purolator", "legal_name": null, "aliases": ["Purolator Inc."], "website": "https://www.purolator.com", "canonical_domain": "purolator.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 1960, "employees": 12500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1032001", "name": "Canada Post"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Purolator_Courier_Logo_2006.svg", "description": "Canadian courier company", "sitelinks": 4, "importance": 0.3058, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3095 +{"wikidata_id": "Q30088080", "display_name": "Almonty Industries", "legal_name": null, "aliases": [], "website": "https://www.almonty.com", "canonical_domain": "almonty.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining", "SIC 1000 Metal Mining"], "founded_year": 2009, "employees": 400, "public_company": true, "ticker": "ALM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1670061", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-almonty-small.jpg", "description": "Canadian mining company", "sitelinks": 7, "importance": 0.3054, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1670061", "enriched_at": "2026-09-13T07:18:31+00:00"}}
3096 +{"wikidata_id": "Q1360087", "display_name": "Laurentian Bank of Canada", "legal_name": null, "aliases": ["Montreal City and District Savings Bank"], "website": "https://www.laurentianbank.ca", "canonical_domain": "laurentianbank.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1846, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "HO0K6ZULL3QE6S6SFW60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Laurentian_Bank_logo.svg", "description": "bank in the Canadian province of Quebec", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3097 +{"wikidata_id": "Q1417770", "display_name": "Finning", "legal_name": null, "aliases": ["Finning International Inc."], "website": "https://www.finning.com", "canonical_domain": "finning.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Finning.svg", "description": "company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3098 +{"wikidata_id": "Q1824441", "display_name": "Life Technologies", "legal_name": null, "aliases": [], "website": "https://www.lifetechnologies.com", "canonical_domain": "lifetechnologies.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "ZX5LQJBHZ3NFEMZ34U07", "sec_cik": null, "parent": {"wikidata_id": "Q643674", "name": "Thermo Fisher Scientific Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Life_Technologies_Logo.svg", "description": "brand of Thermo Fisher Scientific", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3099 +{"wikidata_id": "Q1846237", "display_name": "Erickson Inc.", "legal_name": null, "aliases": ["Erickson Air-Crane", "Erickson Air-Crane Incorporated", "Erickson Incorporated"], "website": "https://www.ericksonaircrane.com", "canonical_domain": "ericksonaircrane.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry", "SIC 3720 Aircraft & Parts"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1490165", "parent": null, "logo_url": null, "description": "American aircraft manufacturing and operating company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1490165", "enriched_at": "2026-09-13T07:18:32+00:00"}}
3100 +{"wikidata_id": "Q1883954", "display_name": "Magellan Aerospace", "legal_name": null, "aliases": [], "website": "https://www.magellan.aero", "canonical_domain": "magellan.aero", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian aerospace manufacturer", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3101 +{"wikidata_id": "Q2621318", "display_name": "Yellow Pages Limited", "legal_name": null, "aliases": ["Yellow Pages", "Pages Jaunes"], "website": "https://www.yellowpages.ca", "canonical_domain": "yellowpages.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["Media"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pages_Jaunes.png", "description": "Canadian company that owns Yellow Pages properties", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3102 +{"wikidata_id": "Q2882078", "display_name": "Patagonia Bank", "legal_name": null, "aliases": [], "website": "https://www.bancopatagonia.com.ar", "canonical_domain": "bancopatagonia.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": null, "exchange": "Buenos Aires Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Banco_Patagonia.svg", "description": "Argentine commercial bank", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3103 +{"wikidata_id": "Q296498", "display_name": "ARC Resources", "legal_name": null, "aliases": ["ARC Energy Trust", "ARC Resources Ltd."], "website": "https://www.arcresources.com", "canonical_domain": "arcresources.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ARC_Energy_logo.svg", "description": "company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3104 +{"wikidata_id": "Q3312613", "display_name": "Midas", "legal_name": null, "aliases": ["Midas Inc", "Inc."], "website": "https://www.midas.com", "canonical_domain": "midas.com", "country": "US", "hq_city": "רמת השופט", "hq_region": "Palm Beach County", "lat": 26.84879, "lon": -80.16712, "industries": ["automotive"], "industry_labels": ["SIC 5010 Wholesale-Motor Vehicles & Motor Vehicle Parts & Supplies"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1046131", "parent": {"wikidata_id": "Q66058810", "name": "Mobivia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Midas_Logo.png", "description": "American chain of automotive service centers headquartered in Palm Beach Gardens, Florida", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1046131", "enriched_at": "2026-09-13T07:18:32+00:00"}}
3105 +{"wikidata_id": "Q3532509", "display_name": "Torstar", "legal_name": null, "aliases": ["Torstar Coropration"], "website": "https://www.torstar.com", "canonical_domain": "torstar.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300CR7DE5SVRUO819", "sec_cik": null, "parent": null, "logo_url": null, "description": "media company, based in Toronto, Canada", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3106 +{"wikidata_id": "Q3550736", "display_name": "USG Corporation", "legal_name": null, "aliases": ["USG", "United States Gypsum Corporation", "USG Corp."], "website": "https://www.usg.com", "canonical_domain": "usg.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing", "construction"], "industry_labels": ["industrial manufacturing", "construction industry", "SIC 3270 Concrete, Gypsum & Plaster Products"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "FP4Y9QGZ4D2KY6M7GL79", "sec_cik": "757011", "parent": {"wikidata_id": "Q495793", "name": "Knauf"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Usg_corp_logo13.png", "description": "construction materials manufacturer", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "757011", "enriched_at": "2026-09-13T07:18:34+00:00"}}
3107 +{"wikidata_id": "Q3874960", "display_name": "Netezza", "legal_name": null, "aliases": [], "website": "https://www.netezza.com", "canonical_domain": "netezza.com", "country": "US", "hq_city": "Marlborough", "hq_region": "Middlesex County", "lat": 42.34583, "lon": -71.55278, "industries": ["logistics"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netezza-last-logo.png", "description": "provider of Integrated Data Warehouse Hardware and Software", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3108 +{"wikidata_id": "Q4928875", "display_name": "Blue Bird Corporation", "legal_name": null, "aliases": ["Blue Bird Body Company"], "website": "https://www.blue-bird.com", "canonical_domain": "blue-bird.com", "country": "US", "hq_city": "Fort Valley", "hq_region": "Peach County", "lat": 32.55, "lon": -83.8833, "industries": ["manufacturing"], "industry_labels": ["bus manufacturing", "SIC 3713 Truck & Bus Bodies"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "BLBD", "exchange": "Nasdaq", "lei": "5493004ZXJUUWQ65ER59", "sec_cik": "1589526", "parent": null, "logo_url": null, "description": "American bus manufacturer based in Georgia", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1589526", "enriched_at": "2026-09-13T07:18:36+00:00"}}
3109 +{"wikidata_id": "Q5009635", "display_name": "CCL Industries", "legal_name": null, "aliases": ["Connecticut Chemicals"], "website": "https://cclind.com", "canonical_domain": "cclind.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CCL_Industries_Logo.svg", "description": "american-Canadian label maker", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3110 +{"wikidata_id": "Q6907265", "display_name": "Moog Inc.", "legal_name": null, "aliases": ["Moog-ISP"], "website": "https://www.moog.com", "canonical_domain": "moog.com", "country": "US", "hq_city": "Elma", "hq_region": "Erie County", "lat": 42.82139, "lon": -78.63694, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering", "SIC 3590 Misc Industrial & Commercial Machinery & Equipment"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "MOG-A", "exchange": "New York Stock Exchange", "lei": "549300WM2I4U7OBAHG07", "sec_cik": "67887", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moog.svg", "description": "industrial, aerospace, and defense components manufacturer in New York, United States", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "67887", "enriched_at": "2026-09-13T07:18:38+00:00"}}
3111 +{"wikidata_id": "Q805383", "display_name": "Bally Technologies", "legal_name": null, "aliases": ["Inc."], "website": "https://www.ballytech.com", "canonical_domain": "ballytech.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["entertainment"], "industry_labels": ["gambling industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "14CKXV7T1M327VH4DM16", "sec_cik": "2491", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bally_logo.svg", "description": "American gambling technology company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2491", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3112 +{"wikidata_id": "Q2559339", "display_name": "Wendy's International", "legal_name": null, "aliases": [], "website": "https://www.wendys-invest.com", "canonical_domain": "wendys-invest.com", "country": "US", "hq_city": "Dublin", "hq_region": "Washington Township", "lat": 40.1092, "lon": -83.1403, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": 58000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3045, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3113 +{"wikidata_id": "Q4046021", "display_name": "Osram Sylvania", "legal_name": null, "aliases": ["Osram (United States)"], "website": "https://www.sylvania.com", "canonical_domain": "sylvania.com", "country": "US", "hq_city": "Wilmington", "hq_region": "Middlesex County", "lat": 42.54639, "lon": -71.17417, "industries": ["manufacturing"], "industry_labels": ["lighting"], "founded_year": 1919, "employees": 11200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q310481", "name": "OSRAM Licht AG"}, "logo_url": null, "description": "North American operation of lighting manufacturer OSRAM", "sitelinks": 4, "importance": 0.3042, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3114 +{"wikidata_id": "Q106013567", "display_name": "MrBeast Burger", "legal_name": null, "aliases": ["Beast Burger"], "website": "https://mrbeastburger.com", "canonical_domain": "mrbeastburger.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MrBeast_Burger_text_logo.svg", "description": "American fast-food chain", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3115 +{"wikidata_id": "Q1119913", "display_name": "Winair", "legal_name": null, "aliases": ["Windward Islands Airways"], "website": "https://www.fly-winair.sx", "canonical_domain": "fly-winair.sx", "country": "SX", "hq_city": "Sint Maarten", "hq_region": "Kingdom of the Netherlands", "lat": 18.03194, "lon": -63.06778, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Winair.svg", "description": "airline based in Sint Maarten", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3116 +{"wikidata_id": "Q1166160", "display_name": "Dark Castle Entertainment", "legal_name": null, "aliases": [], "website": "https://darkcastle.com", "canonical_domain": "darkcastle.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DarkCastlelogo.svg", "description": "American film production label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3117 +{"wikidata_id": "Q1191537", "display_name": "V2 Records", "legal_name": "V2", "aliases": ["LC 01801", "LC 1801", "V2 Records Benelux"], "website": "https://www.v2benelux.com", "canonical_domain": "v2benelux.com", "country": "US", "hq_city": "Hilversum", "hq_region": "North Holland", "lat": 52.23, "lon": 5.18, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international record label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3118 +{"wikidata_id": "Q124989007", "display_name": "Figure AI", "legal_name": null, "aliases": ["Inc."], "website": "https://www.figure.ai", "canonical_domain": "figure.ai", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2022, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Figure-ai-logo.svg", "description": "American robotics company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3119 +{"wikidata_id": "Q1289321", "display_name": "JanSport", "legal_name": null, "aliases": [], "website": "https://www.jansport.com", "canonical_domain": "jansport.com", "country": "US", "hq_city": "San Leandro", "hq_region": "Alameda County", "lat": 37.725, "lon": -122.15611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American backpack manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3120 +{"wikidata_id": "Q1308364", "display_name": "Fantasy", "legal_name": "Fantasy", "aliases": ["Fantasy Records", "LC 00720"], "website": "https://fantasyrecordings.com", "canonical_domain": "fantasyrecordings.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fantasy_Records_logo.svg", "description": "American independent record label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3121 +{"wikidata_id": "Q1325893", "display_name": "General Dynamics Electric Boat", "legal_name": null, "aliases": ["GDEB", "Electric Boat"], "website": "https://www.gdeb.com", "canonical_domain": "gdeb.com", "country": "US", "hq_city": "Groton", "hq_region": "Southeastern Connecticut Planning Region", "lat": 41.35016, "lon": -72.0762, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Dynamics_Electric_Boat_logo.png", "description": "American submarine manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3122 +{"wikidata_id": "Q13384640", "display_name": "Soylent", "legal_name": null, "aliases": ["Soylent Corporation", "Soylent (drink)", "Soylent (food)", "Soylent (mix)"], "website": "https://soylent.com", "canonical_domain": "soylent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soylent.svg", "description": "American brand of meal replacement products", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3123 +{"wikidata_id": "Q1347679", "display_name": "Tektronix", "legal_name": null, "aliases": ["Tektronix Inc."], "website": "https://www.tek.com", "canonical_domain": "tek.com", "country": "US", "hq_city": "Beaverton", "hq_region": "Washington County", "lat": 45.48694, "lon": -122.80361, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27919383", "name": "Fortive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tektronix_logo_%282016%29.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3124 +{"wikidata_id": "Q1370452", "display_name": "Maya Island Air", "legal_name": null, "aliases": [], "website": "https://www.mayaislandair.com", "canonical_domain": "mayaislandair.com", "country": "BZ", "hq_city": "Belize City", "hq_region": "Belize District", "lat": 17.49861, "lon": -88.18861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3125 +{"wikidata_id": "Q1393345", "display_name": "Fairmont Hotels & Resorts", "legal_name": null, "aliases": ["Fairmont", "Fairmont Hotels and Resorts"], "website": "https://www.fairmont.com", "canonical_domain": "fairmont.com", "country": "US", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212599", "name": "Accor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fairmont_Hotels_and_Resorts_logo.svg", "description": "hotel chain", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3126 +{"wikidata_id": "Q1469675", "display_name": "King Features Syndicate", "legal_name": null, "aliases": [], "website": "https://kingfeatures.com", "canonical_domain": "kingfeatures.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["print syndication"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/King_Features_2016_logo.svg", "description": "American print syndication company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3127 +{"wikidata_id": "Q1498689", "display_name": "GEICO", "legal_name": null, "aliases": ["Government Employees Insurance Company"], "website": "https://www.geico.com", "canonical_domain": "geico.com", "country": "US", "hq_city": "Chevy Chase", "hq_region": "Montgomery County", "lat": 38.98194, "lon": -77.08333, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geico_logo.svg", "description": "auto insurance company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3128 +{"wikidata_id": "Q1521910", "display_name": "Hallmark Cards", "legal_name": null, "aliases": ["Four Seasons Publishing"], "website": "https://www.hallmark.com", "canonical_domain": "hallmark.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZN2X0C3R7LWZ74", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hallmark_logo.svg", "description": "American company specializing in greeting cards and gifts", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3129 +{"wikidata_id": "Q1544974", "display_name": "SugarCRM", "legal_name": null, "aliases": [], "website": "https://www.sugarcrm.com", "canonical_domain": "sugarcrm.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": [], "industry_labels": ["customer relationship management"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1298253", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sugarcrm-logo-blk.jpg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3130 +{"wikidata_id": "Q1545957", "display_name": "XBIZ", "legal_name": null, "aliases": [], "website": "https://www.xbiz.com", "canonical_domain": "xbiz.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher of business news and business information for the sex industry", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3131 +{"wikidata_id": "Q1546001", "display_name": "Stax Records", "legal_name": "Stax", "aliases": ["Satellite Records"], "website": "https://www.staxrecords.com", "canonical_domain": "staxrecords.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stax_Records_%28wordmark%29.svg", "description": "US record label; imprint of Stax Records, Inc.", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3132 +{"wikidata_id": "Q161906", "display_name": "Oakley, Inc.", "legal_name": null, "aliases": ["Oakley"], "website": "https://www.oakley.com", "canonical_domain": "oakley.com", "country": "US", "hq_city": "Foothill Ranch", "hq_region": "California", "lat": 33.68852, "lon": -117.66428, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1878364", "name": "Luxottica"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oakley_logo.svg", "description": "eyewear company owned by Luxottica", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3133 +{"wikidata_id": "Q1787440", "display_name": "Warrior Sports", "legal_name": null, "aliases": [], "website": "https://www.warrior.com", "canonical_domain": "warrior.com", "country": "US", "hq_city": "Warren", "hq_region": "Macomb County", "lat": 42.5125, "lon": -83.025, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q742988", "name": "New Balance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warrior_Sports_logo.svg", "description": "American sporting goods manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3134 +{"wikidata_id": "Q18155354", "display_name": "TSG Entertainment", "legal_name": null, "aliases": [], "website": "https://www.theseeliggroup.com", "canonical_domain": "theseeliggroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7226171", "name": "Polybona Films"}, "logo_url": null, "description": "American film financing entity", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3135 +{"wikidata_id": "Q1846049", "display_name": "Tropicana Products", "legal_name": null, "aliases": ["Tropicana"], "website": "https://www.tropicana.com", "canonical_domain": "tropicana.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food industry", "beverage industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tropicana_logo07.png", "description": "American fruit juice beverages producer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3136 +{"wikidata_id": "Q1892327", "display_name": "Marantz", "legal_name": null, "aliases": [], "website": "https://www.marantz.com", "canonical_domain": "marantz.com", "country": "US", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marantz-Logo.svg", "description": "Japanese audio company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3137 +{"wikidata_id": "Q21090", "display_name": "OWSLA", "legal_name": null, "aliases": [], "website": "https://owsla.com", "canonical_domain": "owsla.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OWSLA.svg", "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3138 +{"wikidata_id": "Q21091", "display_name": "Cherrytree Records", "legal_name": null, "aliases": [], "website": "https://www.cherrytreemusiccompany.com", "canonical_domain": "cherrytreemusiccompany.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3139 +{"wikidata_id": "Q2154708", "display_name": "Rise Records", "legal_name": null, "aliases": [], "website": "https://www.riserecords.com", "canonical_domain": "riserecords.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3001888", "name": "Sony BMG Music Entertainment, Inc."}, "logo_url": null, "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3140 +{"wikidata_id": "Q2436112", "display_name": "The Stone Quarry", "legal_name": null, "aliases": ["Cruel and Unusual Films", "Cruel and Unusual Films", "Inc."], "website": "https://www.cruelfilms.com", "canonical_domain": "cruelfilms.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3141 +{"wikidata_id": "Q260586", "display_name": "Ludwig-Musser", "legal_name": null, "aliases": [], "website": "https://www.ludwig-drums.com", "canonical_domain": "ludwig-drums.com", "country": "US", "hq_city": "North Carolina", "hq_region": "United States", "lat": 35.5, "lon": -80.0, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1126139", "name": "Conn-Selmer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ludwig_Drums_logo.svg", "description": "United States musical instrument manufacturer, focused on percussion", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3142 +{"wikidata_id": "Q2621214", "display_name": "Geni", "legal_name": "Geni", "aliases": [], "website": "https://www.geni.com", "canonical_domain": "geni.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["internet"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q589757", "name": "MyHeritage"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geni_Logo.svg", "description": "American commercial genealogy and social networking website", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3143 +{"wikidata_id": "Q2669403", "display_name": "Icon Productions", "legal_name": null, "aliases": ["Icon Film Distribution", "Icon Entertainment International"], "website": "https://www.iconfilm.com.au", "canonical_domain": "iconfilm.com.au", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent production company founded in August 1989", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3144 +{"wikidata_id": "Q2703822", "display_name": "Skywalker Sound", "legal_name": null, "aliases": [], "website": "https://www.skysound.com", "canonical_domain": "skysound.com", "country": "US", "hq_city": "Lucas Valley", "hq_region": "California", "lat": 38.0564, "lon": -122.659, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q242446", "name": "Lucasfilm"}, "logo_url": null, "description": "sound division of Lucasfilm", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3145 +{"wikidata_id": "Q30603559", "display_name": "Neon", "legal_name": "Neon Rated, LLC", "aliases": ["Neon Rated", "LLC"], "website": "https://neonrated.com", "canonical_domain": "neonrated.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q64568948", "name": "30West"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neon_%28distributor%29_logo.svg", "description": "film production and distribution company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3146 +{"wikidata_id": "Q3147892", "display_name": "deckninegames.com", "legal_name": null, "aliases": ["Deck Nine Games", "Idol Minds", "Idol Minds", "LLC"], "website": "https://deckninegames.com", "canonical_domain": "deckninegames.com", "country": "US", "hq_city": "Louisville", "hq_region": "Boulder County", "lat": 39.9758, "lon": -105.144, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deck_Nine_Games_Logo.jpg", "description": "video game developer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3147 +{"wikidata_id": "Q371400", "display_name": "Turner Entertainment", "legal_name": null, "aliases": ["Ted Turner Entertainment", "Turner Entertainment Co.", "Turner Home Entertainment", "Turner Home Entertainment International"], "website": "https://www.turner.com", "canonical_domain": "turner.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 33.78298, "lon": -84.39297, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126399", "name": "Warner Bros. Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turner_Entertainment_Co..svg", "description": "American multimedia company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3148 +{"wikidata_id": "Q443253", "display_name": "Prentice Hall", "legal_name": null, "aliases": ["Prentice Hall Press", "Prentice-Hall", "inc."], "website": "https://www.savvas.com", "canonical_domain": "savvas.com", "country": "US", "hq_city": "Upper Saddle River", "hq_region": "Bergen County", "lat": 41.06361, "lon": -74.09972, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6420723", "name": "Pearson Education"}, "logo_url": null, "description": "educational publisher", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3149 +{"wikidata_id": "Q466649", "display_name": "American Recordings", "legal_name": null, "aliases": ["American/Columbia Records"], "website": "https://americanrecordings.com", "canonical_domain": "americanrecordings.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Recordings.svg", "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3150 +{"wikidata_id": "Q467348", "display_name": "American Zoetrope", "legal_name": null, "aliases": ["Zoetrope Studios"], "website": "https://www.zoetrope.com", "canonical_domain": "zoetrope.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production studio", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3151 +{"wikidata_id": "Q47796826", "display_name": "Wish.com", "legal_name": null, "aliases": ["Wish", "ContextLogic"], "website": "https://www.wish.com", "canonical_domain": "wish.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["e-commerce"], "industry_labels": ["online shopping", "e-commerce"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wish_logo.svg", "description": "American entrepreneur company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3152 +{"wikidata_id": "Q4922077", "display_name": "The Coalition", "legal_name": null, "aliases": ["Black Tusk Studios", "Microsoft Game Studios Vancouver", "Zipline Studios"], "website": "https://thecoalitionstudio.com", "canonical_domain": "thecoalitionstudio.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": null, "description": "Canadian video game developer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3153 +{"wikidata_id": "Q498553", "display_name": "New Jersey Transit", "legal_name": null, "aliases": ["NJT", "NJ Transit"], "website": "https://www.njtransit.com", "canonical_domain": "njtransit.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["transportation"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005PJGR4LFEWYG51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Jersey_Transit_Logo.svg", "description": "public transit authority in the U.S. state of New Jersey", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3154 +{"wikidata_id": "Q521673", "display_name": "Grupo Modelo", "legal_name": null, "aliases": [], "website": "https://www.grupomodelo.com", "canonical_domain": "grupomodelo.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": null, "description": "brewing company in Mexico", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3155 +{"wikidata_id": "Q525227", "display_name": "EMG, Inc.", "legal_name": null, "aliases": ["EMG", "EMG Pickups"], "website": "https://www.emgpickups.com", "canonical_domain": "emgpickups.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EMG%2C_Inc._Logo.svg", "description": "guitar pickups and EQ accessories manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3156 +{"wikidata_id": "Q557498", "display_name": "Volkswagen do Brasil", "legal_name": null, "aliases": ["Volkswagen Brazil", "Volkswagen do Brasil Indústria de Veículos Automotores Ltda.", "Volkswagen do Brasil Ltda."], "website": "https://www.vw.com.br", "canonical_domain": "vw.com.br", "country": "BR", "hq_city": "São Bernardo do Campo", "hq_region": "São Paulo", "lat": -23.69389, "lon": -46.565, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q246", "name": "Volkswagen"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volkswagen_logo_2019.svg", "description": "Subsidiary arm of Volkswagen Group", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3157 +{"wikidata_id": "Q614639", "display_name": "Montreal International Jazz Festival", "legal_name": null, "aliases": [], "website": "https://www.montrealjazzfest.com", "canonical_domain": "montrealjazzfest.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": 45.5, "lon": -73.56667, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "music festival", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3158 +{"wikidata_id": "Q632336", "display_name": "S3 Graphics", "legal_name": null, "aliases": ["Ltd"], "website": "https://www.s3graphics.com", "canonical_domain": "s3graphics.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q186012", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/S3_Graphics_Logo_neu.svg", "description": "American-based computer graphics company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3159 +{"wikidata_id": "Q649491", "display_name": "Fiji Water", "legal_name": null, "aliases": [], "website": "https://www.fijiwater.com", "canonical_domain": "fijiwater.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": ["bottling company"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of bottled water derived, bottled, and shipped from Fiji", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3160 +{"wikidata_id": "Q657558", "display_name": "Relapse Records", "legal_name": null, "aliases": [], "website": "https://www.relapse.com", "canonical_domain": "relapse.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Relapse_Records_logo.svg", "description": "American record label", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3161 +{"wikidata_id": "Q6861736", "display_name": "Milwaukee Electric Tool Corporation", "legal_name": null, "aliases": [], "website": "https://www.milwaukeetool.com", "canonical_domain": "milwaukeetool.com", "country": "US", "hq_city": "Brookfield", "hq_region": "Waukesha County", "lat": 43.05806, "lon": -88.11472, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WDTNNGG5XD5H60", "sec_cik": null, "parent": {"wikidata_id": "Q2399612", "name": "Techtronic Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Milwaukee_Logo.svg", "description": "power tool manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3162 +{"wikidata_id": "Q7281341", "display_name": "Radisson Blu", "legal_name": null, "aliases": ["Radisson BLU", "Radisson SAS"], "website": "https://www.radissonblu.com", "canonical_domain": "radissonblu.com", "country": "US", "hq_city": "Brussels metropolitan area", "hq_region": "Belgium", "lat": 50.84667, "lon": 4.3525, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1043395", "name": "Carlson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radisson_Blu_logo.svg", "description": "hotel chain, brand and former co-brand", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3163 +{"wikidata_id": "Q7937432", "display_name": "Viva Air Colombia", "legal_name": null, "aliases": ["Fast Colombia", "Fast Colombia S.A.S.", "Fast Colombia SAS", "VivaColombia"], "website": "https://www.vivaair.com", "canonical_domain": "vivaair.com", "country": "CO", "hq_city": "Rio negro", "hq_region": "Eastern Antioquia", "lat": 6.15333, "lon": -75.37417, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viva_Air_logo.svg", "description": "Colombian airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3164 +{"wikidata_id": "Q795181", "display_name": "B.C. Rich", "legal_name": null, "aliases": ["B.C. Rich Bich 10", "B.C. Rich Perfect 10 Bich"], "website": "https://www.bcrich.com", "canonical_domain": "bcrich.com", "country": "US", "hq_city": "Hebron", "hq_region": "Boone County", "lat": 39.06583, "lon": -84.70111, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BC_Rich_Guitars_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3165 +{"wikidata_id": "Q81133", "display_name": "Space Adventures", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.spaceadventures.com", "canonical_domain": "spaceadventures.com", "country": "US", "hq_city": "Vienna", "hq_region": "Fairfax County", "lat": 38.9, "lon": -77.2667, "industries": ["travel", "aerospace-defense"], "industry_labels": ["space tourism", "space industry", "tourism industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3166 +{"wikidata_id": "Q83723", "display_name": "A+E Global Media", "legal_name": null, "aliases": ["AETN", "A&E Networks", "A+E Networks", "A & E - Arts & Entertainment Networks", "A&E Global Media", "A&E Television Networks", "A+E Television Networks"], "website": "https://www.aenetworks.com", "canonical_domain": "aenetworks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000WYAACQJWX2044", "sec_cik": null, "parent": {"wikidata_id": "Q1065024", "name": "Hearst Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A%2BE_Networks_2017.svg", "description": "American media company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3167 +{"wikidata_id": "Q862283", "display_name": "Capilano Suspension Bridge", "legal_name": null, "aliases": [], "website": "https://www.capbridge.com", "canonical_domain": "capbridge.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": 49.3428, "lon": -123.112, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "suspension bridge in North Vancouver, British Columbia, Canada", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3168 +{"wikidata_id": "Q24192769", "display_name": "Consensys", "legal_name": null, "aliases": [], "website": "https://www.consensys.net", "canonical_domain": "consensys.net", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["fintech"], "industry_labels": ["cryptocurrency industry"], "founded_year": 2015, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "blockchain software technology company", "sitelinks": 6, "importance": 0.3031, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3169 +{"wikidata_id": "Q7893586", "display_name": "United Talent Agency", "legal_name": null, "aliases": ["UTA"], "website": "https://www.unitedtalent.com", "canonical_domain": "unitedtalent.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": "549300KV6GJJDTHIOU76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Talent_Agency_logo.svg", "description": "American talent management firm", "sitelinks": 6, "importance": 0.3031, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3170 +{"wikidata_id": "Q821276", "display_name": "Fellowes Brands", "legal_name": null, "aliases": [], "website": "https://www.fellowes.com", "canonical_domain": "fellowes.com", "country": "US", "hq_city": "Itasca", "hq_region": "DuPage County", "lat": 41.9747, "lon": -88.0186, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": 2700, "public_company": false, "ticker": null, "exchange": null, "lei": "549300KXGFBOIZDNIW71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fellowes_Brands_logo.svg", "description": "American manufacturer of office products", "sitelinks": 5, "importance": 0.3028, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3171 +{"wikidata_id": "Q2146790", "display_name": "ReverbNation", "legal_name": null, "aliases": ["Reverb Nation", "Reverb Nation Music", "ReverbNation Music"], "website": "https://www.reverbnation.com", "canonical_domain": "reverbnation.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["internet"], "industry_labels": [], "founded_year": 2006, "employees": 65, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reverbnation_logo_light_flat_r.png", "description": "music website", "sitelinks": 9, "importance": 0.3027, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3172 +{"wikidata_id": "Q50820826", "display_name": "Slalom, Inc.", "legal_name": null, "aliases": ["Slalom Consulting"], "website": "https://www.slalom.com", "canonical_domain": "slalom.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["consulting"], "industry_labels": ["Management Consulting Services"], "founded_year": 2001, "employees": 9483, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Slalom_Consulting_Logo.svg", "description": "American business and technology consulting firm", "sitelinks": 4, "importance": 0.3018, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3173 +{"wikidata_id": "Q1739857", "display_name": "Ketchum Inc.", "legal_name": null, "aliases": [], "website": "https://ketchum.com", "canonical_domain": "ketchum.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["public relations"], "founded_year": 1923, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": "213800Z7WP9E1G779I95", "sec_cik": null, "parent": null, "logo_url": null, "description": "large public relations agency within Omnicom Group", "sitelinks": 5, "importance": 0.3016, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3174 +{"wikidata_id": "Q4930970", "display_name": "bmobile", "legal_name": null, "aliases": [], "website": "https://bmobile.co.tt", "canonical_domain": "bmobile.co.tt", "country": "TT", "hq_city": "Port of Spain", "hq_region": "Trinidad and Tobago", "lat": 10.66667, "lon": -61.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1991, "employees": 2300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7695867", "name": "Telecommunications Services of Trinidad and Tobago"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bmobile.png", "description": "telecommunication company in Trinidad and Tobago", "sitelinks": 5, "importance": 0.3004, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3175 +{"wikidata_id": "Q20926425", "display_name": "HackerRank", "legal_name": null, "aliases": [], "website": "https://www.hackerrank.com", "canonical_domain": "hackerrank.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["software", "professional-services"], "industry_labels": ["software development", "recruitment"], "founded_year": 2012, "employees": 250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HackerRank_Icon-1000px.png", "description": "technical assessment software", "sitelinks": 7, "importance": 0.2986, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3176 +{"wikidata_id": "Q1001437", "display_name": "Budget Rent a Car", "legal_name": null, "aliases": ["Budget", "Budget Car Rental", "Budget Rent A Car System", "Inc.", "Budget Rent-a-Car", "Budget Truck"], "website": "https://www.budget.com", "canonical_domain": "budget.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Budget_logo.svg", "description": "American car rental company of Avis", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3177 +{"wikidata_id": "Q1028561", "display_name": "Guild Guitar Company", "legal_name": null, "aliases": ["Guild Guitar", "Guild Guitars"], "website": "https://guildguitars.com", "canonical_domain": "guildguitars.com", "country": "US", "hq_city": "Oxnard", "hq_region": "Ventura County", "lat": 34.19139, "lon": -119.1825, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guild-logo-01_.png", "description": "United States-based guitar manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3178 +{"wikidata_id": "Q1056567", "display_name": "Cervélo", "legal_name": null, "aliases": ["Cervelo", "Cervelo Cycles", "Cervélo Cycles", "cervelocycles"], "website": "https://www.cervelo.com", "canonical_domain": "cervelo.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cervelo_2019_logo.svg", "description": "Canadian high-end bicycle company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3179 +{"wikidata_id": "Q1124061", "display_name": "Concord Records", "legal_name": null, "aliases": ["LC 15025"], "website": "https://www.concordrecords.com", "canonical_domain": "concordrecords.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Concord_Records_Current_Logo_2024.svg", "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3180 +{"wikidata_id": "Q1153338", "display_name": "Grand Hustle Records", "legal_name": null, "aliases": [], "website": "https://www.grandhustle.com", "canonical_domain": "grandhustle.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3181 +{"wikidata_id": "Q1183805", "display_name": "Del Monte Foods", "legal_name": null, "aliases": ["Inc."], "website": "https://www.delmonte.com", "canonical_domain": "delmonte.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300U9K7TD84Q24R17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Del_Monte.svg", "description": "North American food production and distribution company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3182 +{"wikidata_id": "Q1186574", "display_name": "Polar Air Cargo", "legal_name": null, "aliases": ["Inc."], "website": "https://www.polaraircargo.com", "canonical_domain": "polaraircargo.com", "country": "US", "hq_city": "Purchase", "hq_region": "Harrison", "lat": 41.04056, "lon": -73.71444, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q757135", "name": "Atlas Air"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Polar_Air_Cargo_logo.svg", "description": "US airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3183 +{"wikidata_id": "Q1193116", "display_name": "turtlerockstudios.com", "legal_name": null, "aliases": [], "website": "https://www.turtlerockstudios.com", "canonical_domain": "turtlerockstudios.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q860580", "name": "Tencent"}, "logo_url": null, "description": "American video game developer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3184 +{"wikidata_id": "Q1207680", "display_name": "Saatchi & Saatchi", "legal_name": null, "aliases": ["Saatchi and Saatchi"], "website": "https://www.saatchi.fr", "canonical_domain": "saatchi.fr", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["advertising industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1537378", "name": "Publicis"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saatchi_logo.svg", "description": "advertising agency", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3185 +{"wikidata_id": "Q1337530", "display_name": "Universal Television", "legal_name": "Universal Television", "aliases": ["MCA/Universal", "MTE Inc.", "NBC Productions", "NBC Studios", "NBC Universal Television Studio", "NBCUniversal Content Studios", "Revue Studios", "Studios USA Television LLC"], "website": "https://www.nbcumv.com", "canonical_domain": "nbcumv.com", "country": "US", "hq_city": "10 Universal City Plaza", "hq_region": "Hollywood", "lat": 34.13802, "lon": -118.3616, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9048317", "name": "NBCUniversal Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Television_Logo.svg", "description": "television production arm of the NBCUniversal Television and Streaming", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3186 +{"wikidata_id": "Q1342538", "display_name": "OXXO", "legal_name": null, "aliases": ["OXXO Gas", "OXXO Store"], "website": "https://www.oxxo.com", "canonical_domain": "oxxo.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oxxo_Logo.svg", "description": "Mexican retail company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3187 +{"wikidata_id": "Q1348428", "display_name": "IMG", "legal_name": null, "aliases": ["IMG Worldwide", "International Management Group"], "website": "https://www.img.com", "canonical_domain": "img.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q120435068", "name": "TKO Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IMG_GradLogo_Black_RGB.png", "description": "talent and event management company headquartered in New York City", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3188 +{"wikidata_id": "Q1434157", "display_name": "Fluke Corporation", "legal_name": null, "aliases": ["Fluke"], "website": "https://www.flukenetworks.com", "canonical_domain": "flukenetworks.com", "country": "US", "hq_city": "Everett", "hq_region": "Snohomish County", "lat": 47.96333, "lon": -122.20056, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27919383", "name": "Fortive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fluke_logo.svg", "description": "American manufacturer of electronic test equipment", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3189 +{"wikidata_id": "Q1516450", "display_name": "Liberty Mutual Insurance", "legal_name": null, "aliases": ["Liberty Mutual", "Liberty Mutual Group"], "website": "https://www.libertymutualgroup.com", "canonical_domain": "libertymutualgroup.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Liberty_Mutual_logo.svg", "description": "9th Largest global property and casualty insurer 2025 gross written premium", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3190 +{"wikidata_id": "Q1573565", "display_name": "Hamilton Watch Company", "legal_name": null, "aliases": [], "website": "https://www.hamiltonwatch.com", "canonical_domain": "hamiltonwatch.com", "country": "US", "hq_city": "Biel/Bienne", "hq_region": "Biel/Bienne administrative district", "lat": 47.13722, "lon": 7.24722, "industries": ["consumer-goods", "defense"], "industry_labels": ["horology", "weapons industry"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q694107", "name": "The Swatch Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hamilton_Watch_Company_Logo.svg", "description": "company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3191 +{"wikidata_id": "Q1644618", "display_name": "Timex Group USA", "legal_name": null, "aliases": ["Timex Corporation", "Inc.", "Waterbury Clock Company", "Waterbury Watch Company"], "website": "https://www.timex.com", "canonical_domain": "timex.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1854, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000ZTQTARGB2ZK78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timex_Logo.png", "description": "American watch maker", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3192 +{"wikidata_id": "Q1783801", "display_name": "Sony Pictures Imageworks", "legal_name": null, "aliases": ["Sony Pictures Imageworks Inc."], "website": "https://www.imageworks.com", "canonical_domain": "imageworks.com", "country": "US", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": ["visual effects"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Pictures_Imageworks_logo.svg", "description": "Visual effects and animation studio", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3193 +{"wikidata_id": "Q1798128", "display_name": "Star Perú", "legal_name": null, "aliases": ["Star Peru"], "website": "https://www.starperu.com", "canonical_domain": "starperu.com", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Star_Per%C3%BA_logo.svg", "description": "Peruvian Airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3194 +{"wikidata_id": "Q1881344", "display_name": "MD Helicopters", "legal_name": null, "aliases": ["MD Helicopters Inc", "Inc."], "website": "https://www.mdhelicopters.com", "canonical_domain": "mdhelicopters.com", "country": "US", "hq_city": "Mesa", "hq_region": "Maricopa County", "lat": 33.415, "lon": -111.83139, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MD_Helicopters_wordmark.svg", "description": "aerospace manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3195 +{"wikidata_id": "Q2061730", "display_name": "RSA", "legal_name": null, "aliases": ["RSA Security LLC", "RSA Security", "Inc.", "a Dell Technologies business"], "website": "https://www.rsa.com", "canonical_domain": "rsa.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "DDXF51QWGHQV97O29E54", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RSA_Security_logo2.svg", "description": "American computer and network security company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3196 +{"wikidata_id": "Q21017093", "display_name": "Juul", "legal_name": null, "aliases": ["Juul Labs", "JUUL Labs", "Inc."], "website": "https://www.juul.com", "canonical_domain": "juul.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q445007", "name": "Altria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Juul_logo.svg", "description": "American electronic cigarette manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3197 +{"wikidata_id": "Q21079", "display_name": "Bitly", "legal_name": null, "aliases": ["Inc."], "website": "https://bitly.com", "canonical_domain": "bitly.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bit.ly_Logo.svg", "description": "link management platform", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3198 +{"wikidata_id": "Q2117925", "display_name": "Sumerian Records", "legal_name": null, "aliases": [], "website": "https://www.sumerianrecords.com", "canonical_domain": "sumerianrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3199 +{"wikidata_id": "Q2401935", "display_name": "Telesat", "legal_name": null, "aliases": ["Telesat Canada"], "website": "https://www.telesat.com", "canonical_domain": "telesat.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4899 Communications Services, NEC"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "TSAT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1845840", "parent": null, "logo_url": null, "description": "Canadian satellite communications company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1845840", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3200 +{"wikidata_id": "Q264980", "display_name": "Equal Vision Records", "legal_name": null, "aliases": [], "website": "https://www.equalvision.com", "canonical_domain": "equalvision.com", "country": "US", "hq_city": "Albany", "hq_region": "Albany County", "lat": 42.65, "lon": -73.76667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equal_Vision_Records_logo.png", "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3201 +{"wikidata_id": "Q2743906", "display_name": "Encyclopædia Britannica Inc.", "legal_name": null, "aliases": ["Britannica", "Encyclopædia Britannica", "Encyclopedia Britannica", "Brittanica", "Encyclopaedia Brittanica", "Encyclopaedia Brittanica Inc.", "Encyclopedia Britannica Inc.", "Encyclopædia Britannica (United States)"], "website": "https://corporate.britannica.com", "canonical_domain": "britannica.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": [], "founded_year": 1768, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "British-American publisher; publisher of Encyclopædia Britannica", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3202 +{"wikidata_id": "Q2919406", "display_name": "Singularity University", "legal_name": null, "aliases": ["Singularity Education Group"], "website": "https://www.su.org", "canonical_domain": "su.org", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.4152, "lon": -122.063, "industries": ["education"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singularity-University-LOGO.jpg", "description": "American education company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3203 +{"wikidata_id": "Q3110042", "display_name": "Kongregate", "legal_name": null, "aliases": [], "website": "https://www.kongregate.com", "canonical_domain": "kongregate.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet", "gaming"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "gaming website", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3204 +{"wikidata_id": "Q3277355", "display_name": "Saban Capital Group", "legal_name": null, "aliases": ["Saban Capital Group LLC", "Saban Films"], "website": "https://www.saban.com", "canonical_domain": "saban.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saban_logo.svg", "description": "American investment firm", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3205 +{"wikidata_id": "Q338920", "display_name": "Access Industries", "legal_name": null, "aliases": [], "website": "https://www.accessindustries.com", "canonical_domain": "accessindustries.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management", "telecommunications", "real-estate"], "industry_labels": ["venture capital", "natural resource", "telecommunications industry", "real estate investing"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Access_Industries_-_logo_%28United_States%2C_2023-%29.svg", "description": "American conglomerate holding company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3206 +{"wikidata_id": "Q353060", "display_name": "Addison-Wesley", "legal_name": null, "aliases": [], "website": "https://www.informit.com", "canonical_domain": "informit.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media"], "industry_labels": ["book publisher"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Addison_Wesley_Logo.svg", "description": "American publisher of textbooks and computer literature", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3207 +{"wikidata_id": "Q3536160", "display_name": "WebMD", "legal_name": null, "aliases": ["WebMD Health Corp.", "WebMD Health Corporation", "WebMD LLC"], "website": "https://www.webmd.com", "canonical_domain": "webmd.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LJX6TBSG0JPD93", "sec_cik": null, "parent": {"wikidata_id": "Q3305345", "name": "Internet Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WebMD_logo.svg", "description": "American corporation which provides health information services", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3208 +{"wikidata_id": "Q407708", "display_name": "airpanama.com", "legal_name": null, "aliases": [], "website": "https://www.airpanama.com", "canonical_domain": "airpanama.com", "country": "PA", "hq_city": "Albrook \"Marcos A. Gelabert\" International Airport", "hq_region": "Panama City", "lat": 8.97333, "lon": -79.55556, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3209 +{"wikidata_id": "Q546812", "display_name": "lan.com", "legal_name": null, "aliases": ["LU", "LXP", "LAN Express", "LATAM Express", "Transport Aereo S.A."], "website": "https://www.lan.com", "canonical_domain": "lan.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1321868", "name": "LATAM Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Latam-logo_-v_%28Indigo%29.svg", "description": "Chilean airline fully owned by LATAM Airlines", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3210 +{"wikidata_id": "Q592276", "display_name": "Pro Wrestling Guerrilla", "legal_name": null, "aliases": ["PWG"], "website": "https://www.prowrestlingguerrilla.com", "canonical_domain": "prowrestlingguerrilla.com", "country": "US", "hq_city": "Southern California", "hq_region": "California", "lat": 34.0, "lon": -117.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Professional wrestling promotion", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3211 +{"wikidata_id": "Q622029", "display_name": "Buffalo Airways", "legal_name": null, "aliases": [], "website": "https://www.buffaloairways.com", "canonical_domain": "buffaloairways.com", "country": "CA", "hq_city": "Hay River", "hq_region": "Region 5, Northwest Territories", "lat": 62.46778, "lon": -114.42611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Hay River, Northwest Territories, Canada", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3212 +{"wikidata_id": "Q627091", "display_name": "Rhino Entertainment Company", "legal_name": "Rhino Entertainment Company", "aliases": ["Rhino Entertainment"], "website": "https://www.rhino.com", "canonical_domain": "rhino.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rhino_Entertainment_logo.svg", "description": "American record company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q56404384"}]}
3213 +{"wikidata_id": "Q673852", "display_name": "peruvian.pe", "legal_name": null, "aliases": ["Peruvian Air"], "website": "https://www.peruvian.pe", "canonical_domain": "peruvian.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peruvian_Airlines_-_Logo.png", "description": "airline based in Peru", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3214 +{"wikidata_id": "Q7119727", "display_name": "pmc.com", "legal_name": null, "aliases": ["PMC", "Gold Derby", "Penske Business Media"], "website": "https://pmc.com", "canonical_domain": "pmc.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Penske_Media_Corporation_2014_logo.svg", "description": "American digital media, publishing, and information services company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3215 +{"wikidata_id": "Q7156870", "display_name": "Payoneer", "legal_name": null, "aliases": [], "website": "https://www.payoneer.com", "canonical_domain": "payoneer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "PAYO", "exchange": "Nasdaq", "lei": "254900YW5EMDQZCSVF25", "sec_cik": "1845815", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Payoneer_logo.svg", "description": "American financial services company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1845815", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3216 +{"wikidata_id": "Q745700", "display_name": "Princess Cruises", "legal_name": null, "aliases": ["Princess Cruise Lines"], "website": "https://www.princess.com", "canonical_domain": "princess.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1044059", "name": "Carnival Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Princess_Cruises_Wordmark.svg", "description": "cruise line", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3217 +{"wikidata_id": "Q7562453", "display_name": "Sony Classical", "legal_name": null, "aliases": ["LC 06868", "LC 6868", "Sony Classical Records"], "website": "https://www.sonyclassical.com", "canonical_domain": "sonyclassical.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Classical_logo.svg", "description": "US record label founded 1990", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3218 +{"wikidata_id": "Q7629175", "display_name": "Stüssy, Inc.", "legal_name": null, "aliases": ["Stussy", "Stüssy", "Shawn Stussy", "Stussy", "Inc"], "website": "https://www.stussy.com", "canonical_domain": "stussy.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%82%B9%E3%83%86%E3%83%A5%E3%83%BC%E3%82%B7%E3%83%BC.jpg", "description": "American clothing retailer and private company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3219 +{"wikidata_id": "Q766744", "display_name": "Music Man", "legal_name": null, "aliases": [], "website": "https://www.music-man.com", "canonical_domain": "music-man.com", "country": "US", "hq_city": "San Luis Obispo", "hq_region": "San Luis Obispo County", "lat": 35.27417, "lon": -120.66306, "industries": ["entertainment", "manufacturing"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American guitar and bass guitar manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3220 +{"wikidata_id": "Q791117", "display_name": "Avior Airlines", "legal_name": null, "aliases": [], "website": "https://www.aviorair.com", "canonical_domain": "aviorair.com", "country": "VE", "hq_city": null, "hq_region": "Municipio Simón Bolívar", "lat": 10.13333, "lon": -64.68333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avior_Airlines_2017.svg", "description": "Venezuelan airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q20013289"}]}
3221 +{"wikidata_id": "Q919701", "display_name": "G-Unit Records", "legal_name": null, "aliases": ["G Unit"], "website": "https://www.g-unit.com", "canonical_domain": "g-unit.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/G-Unit_logo.png", "description": "American record label", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3222 +{"wikidata_id": "Q959672", "display_name": "Daybreak Game Company", "legal_name": "Daybreak Game Company", "aliases": ["Daybreak", "SOE", "Station Exchange", "Daybreak Game Company LLC", "Daybreak Games", "Sony Online Entertainment", "Verant Interactive"], "website": "https://www.daybreakgames.com", "canonical_domain": "daybreakgames.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q104903132", "name": "Enad Global 7"}, "logo_url": null, "description": "American video game developer and publisher", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3223 +{"wikidata_id": "Q965845", "display_name": "RE/MAX", "legal_name": null, "aliases": ["Remax", "Re/Max", "RE/MAX International Inc.", "Real Estate Maximums"], "website": "https://www.remax.com", "canonical_domain": "remax.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GN7WEUE9HKXH55", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/REMAX_logo.svg", "description": "real estate brokerage company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3224 +{"wikidata_id": "Q91498427", "display_name": "U.S. Auto Parts", "legal_name": null, "aliases": ["U.S. Auto Parts Network", "U.S. Auto Parts Network", "Inc."], "website": "https://www.usautoparts.com", "canonical_domain": "usautoparts.com", "country": "US", "hq_city": "Carson", "hq_region": "Los Angeles County", "lat": 33.83972, "lon": -118.25972, "industries": ["automotive"], "industry_labels": [], "founded_year": 1995, "employees": 843, "public_company": true, "ticker": "PRTS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1378950", "parent": null, "logo_url": null, "description": "automotive parts company", "sitelinks": 0, "importance": 0.2975, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1378950", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3225 +{"wikidata_id": "Q4954511", "display_name": "Bradesco Seguros", "legal_name": null, "aliases": [], "website": "https://www.bradescoseguros.com.br", "canonical_domain": "bradescoseguros.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1946, "employees": 7000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Bradesco_Seguros.svg", "description": "Brazilian insurance company", "sitelinks": 4, "importance": 0.2974, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3226 +{"wikidata_id": "Q2617918", "display_name": "High Voltage Software", "legal_name": null, "aliases": [], "website": "https://www.high-voltage.com", "canonical_domain": "high-voltage.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": 95, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/High_Voltage_Software_logo.svg", "description": "American video game development company", "sitelinks": 8, "importance": 0.2971, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3227 +{"wikidata_id": "Q5506142", "display_name": "Frost & Sullivan", "legal_name": null, "aliases": [], "website": "https://www.frost.com", "canonical_domain": "frost.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["consulting", "media"], "industry_labels": ["business and other management consultancy activities", "market research"], "founded_year": 1961, "employees": 1800, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZICE4EPXRPZ091", "sec_cik": null, "parent": null, "logo_url": null, "description": "American business consulting firm", "sitelinks": 5, "importance": 0.2969, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3228 +{"wikidata_id": "Q3456768", "display_name": "Réseau de transport de la Capitale", "legal_name": "Société de transport de Québec", "aliases": ["RTC", "Reseau de transport de la Capitale"], "website": "https://www.rtcquebec.ca", "canonical_domain": "rtcquebec.ca", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2001, "employees": 1782, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZDLVGZ0GX97M55", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/R%C3%A9seau_de_transport_de_la_Capitale_Logo.svg", "description": "public transportation organization in Quebec", "sitelinks": 5, "importance": 0.2967, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3229 +{"wikidata_id": "Q18151782", "display_name": "Nightdive Studios", "legal_name": null, "aliases": ["Night Dive Studios"], "website": "https://www.nightdivestudios.com", "canonical_domain": "nightdivestudios.com", "country": "US", "hq_city": "Vancouver", "hq_region": "Clark County", "lat": 45.63111, "lon": -122.67167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2013, "employees": 42, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nightdive_Studios_Logo.png", "description": "American video game developer and publisher", "sitelinks": 9, "importance": 0.2965, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3230 +{"wikidata_id": "Q2524174", "display_name": "Viking River Cruises", "legal_name": null, "aliases": [], "website": "https://www.viking.com", "canonical_domain": "viking.com", "country": "US", "hq_city": "Basel", "hq_region": "Canton of Basel-Stadt", "lat": 47.56056, "lon": 7.59056, "industries": ["travel", "shipping"], "industry_labels": ["tourism industry", "river cruise ship"], "founded_year": 1997, "employees": 1700, "public_company": false, "ticker": null, "exchange": null, "lei": "549300AUIR7VLEX9XP35", "sec_cik": null, "parent": {"wikidata_id": "Q24249643", "name": "Viking Holdings Ltd"}, "logo_url": null, "description": "cruise line", "sitelinks": 5, "importance": 0.2961, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3231 +{"wikidata_id": "Q19011294", "display_name": "STREIT Group", "legal_name": null, "aliases": [], "website": "https://www.armored-cars.com", "canonical_domain": "armored-cars.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1992, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "UAE based armoured vehicle manufacturer", "sitelinks": 5, "importance": 0.2943, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3232 +{"wikidata_id": "Q8064381", "display_name": "Zagg", "legal_name": null, "aliases": ["ZAGG Inc"], "website": "https://www.zagg.com", "canonical_domain": "zagg.com", "country": "US", "hq_city": "South Salt Lake", "hq_region": "Salt Lake County", "lat": 40.70778, "lon": -111.88917, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": null, "employees": 628, "public_company": true, "ticker": "ZAGG", "exchange": "Nasdaq", "lei": "549300ZF4FN5BTLAO858", "sec_cik": "1296205", "parent": null, "logo_url": null, "description": "publicly traded company based in South Salt Lake, Utah, United States", "sitelinks": 0, "importance": 0.2933, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3233 +{"wikidata_id": "Q84698811", "display_name": "The RMR Group", "legal_name": null, "aliases": [], "website": "https://www.rmrgroup.com", "canonical_domain": "rmrgroup.com", "country": "US", "hq_city": "Newton", "hq_region": "Middlesex County", "lat": 42.33694, "lon": -71.20972, "industries": ["real-estate", "financial-services"], "industry_labels": ["Real estate investment", "financial services"], "founded_year": null, "employees": 600, "public_company": true, "ticker": "RMR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1644378", "parent": null, "logo_url": null, "description": "alternative asset management company", "sitelinks": 0, "importance": 0.2926, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1644378", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3234 +{"wikidata_id": "Q2510641", "display_name": "Bushmaster Firearms International", "legal_name": null, "aliases": [], "website": "https://bushmaster.com", "canonical_domain": "bushmaster.com", "country": "US", "hq_city": "Madison", "hq_region": "Rockingham County", "lat": 36.38694, "lon": -79.96917, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1973, "employees": 65, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "firearms manufacturer", "sitelinks": 8, "importance": 0.2917, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3235 +{"wikidata_id": "Q1094101", "display_name": "Peet's Coffee", "legal_name": null, "aliases": ["Peet's Coffee & Tea"], "website": "https://www.peets.com", "canonical_domain": "peets.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["food-beverage"], "industry_labels": ["coffee"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1691896", "name": "JAB Holding Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peet%27s_Coffee_logo.svg", "description": "American specialty coffee roaster and retailer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3236 +{"wikidata_id": "Q1105695", "display_name": "Codelco", "legal_name": null, "aliases": [], "website": "https://www.codelco.com", "canonical_domain": "codelco.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Codelco_logo.svg", "description": "Chilean copper company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3237 +{"wikidata_id": "Q1129944", "display_name": "Copa Airlines Colombia", "legal_name": null, "aliases": ["Aero Republica", "Aero República", "Aero Republica S.A.", "Aero República S.A.", "Aero Republica SA", "Aero República SA", "AeroRepublica", "AeroRepública"], "website": "https://www.wingo.com", "canonical_domain": "wingo.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5168189", "name": "Copa Holdings"}, "logo_url": null, "description": "Colombian airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q27493922"}]}
3238 +{"wikidata_id": "Q115273234", "display_name": "Feastables", "legal_name": null, "aliases": [], "website": "https://feastables.com", "canonical_domain": "feastables.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Feastables_Logo_06.2022.svg", "description": "American brand", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3239 +{"wikidata_id": "Q1197301", "display_name": "Access Systems Americas", "legal_name": null, "aliases": [], "website": "https://www.palmsource.com", "canonical_domain": "palmsource.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["software", "technology"], "industry_labels": ["software industry", "computer hardware industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q338906", "name": "Access"}, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3240 +{"wikidata_id": "Q120711", "display_name": "Agrosuper", "legal_name": null, "aliases": [], "website": "https://www.agrosuper.cl", "canonical_domain": "agrosuper.cl", "country": "CL", "hq_city": "Rancagua", "hq_region": "Rancagua", "lat": -34.16539, "lon": -70.73981, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean food company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3241 +{"wikidata_id": "Q122669", "display_name": "Vertigo", "legal_name": "DC Vertigo", "aliases": ["Vertigo Comics"], "website": "https://www.dccomics.com", "canonical_domain": "dccomics.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2924461", "name": "DC Comics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DC_Vertigo_2024.svg", "description": "imprint of comic-book publisher DC Comics", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3242 +{"wikidata_id": "Q1261235", "display_name": "Drum Workshop", "legal_name": null, "aliases": [], "website": "https://www.dwdrums.com", "canonical_domain": "dwdrums.com", "country": "US", "hq_city": "Oxnard", "hq_region": "Ventura County", "lat": 34.19139, "lon": -119.1825, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Drum_worksh_logo.png", "description": "American musical instrument company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3243 +{"wikidata_id": "Q131835", "display_name": "Schecter Guitar Research", "legal_name": null, "aliases": ["Schecter", "Schecter Guitars"], "website": "https://www.schecterguitars.com", "canonical_domain": "schecterguitars.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schecter_Guitar_Research_logo.svg", "description": "US guitar, bass and amplifier manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3244 +{"wikidata_id": "Q1407305", "display_name": "Coors Brewing Company", "legal_name": null, "aliases": ["Coors"], "website": "https://www.coors.com", "canonical_domain": "coors.com", "country": "US", "hq_city": "Golden", "hq_region": "Jefferson County", "lat": 39.74694, "lon": -105.21083, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005LW1NGO09OM381", "sec_cik": null, "parent": {"wikidata_id": "Q3319685", "name": "Molson Coors Brewing Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coors_logo.svg", "description": "regional division of the Molson Coors Brewing Company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3245 +{"wikidata_id": "Q1422386", "display_name": "K-Swiss", "legal_name": null, "aliases": ["K Swiss", "K-Swiss Inc", "Inc.", "蓋世威"], "website": "https://www.kswiss.com", "canonical_domain": "kswiss.com", "country": "US", "hq_city": "Westlake Village", "hq_region": "Los Angeles County", "lat": 34.14194, "lon": -118.81944, "industries": ["apparel"], "industry_labels": ["sportswear"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LRPSOGQZEXFJ78", "sec_cik": null, "parent": {"wikidata_id": "Q4021859", "name": "Xtep"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K-Swiss_logo_%282015%29.svg", "description": "American footwear company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3246 +{"wikidata_id": "Q1535858", "display_name": "The Hoover Company", "legal_name": null, "aliases": ["Hoover", "Hoover Company"], "website": "https://hoover.com", "canonical_domain": "hoover.com", "country": "US", "hq_city": "North Canton", "hq_region": "Stark County", "lat": 40.875, "lon": -81.40111, "industries": [], "industry_labels": [], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2399612", "name": "Techtronic Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hoover-Logo.svg", "description": "American vacuum cleaner company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3247 +{"wikidata_id": "Q1567078", "display_name": "Hachette Book Group", "legal_name": null, "aliases": ["HBG", "Hachette Book Group USA"], "website": "https://www.hachettebookgroup.com", "canonical_domain": "hachettebookgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1837, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q349566", "name": "Hachette"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hachette_Books_logo.svg", "description": "publishing company owned by Hachette Livre", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3248 +{"wikidata_id": "Q18156798", "display_name": "Astra", "legal_name": null, "aliases": ["Astra Space", "Inc.", "Ventions"], "website": "https://astra.com", "canonical_domain": "astra.com", "country": "US", "hq_city": "Alameda", "hq_region": "Alameda County", "lat": 37.76389, "lon": -122.25694, "industries": ["aerospace-defense"], "industry_labels": ["space industry", "SIC 4700 Transportation Services"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1814329", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astra_Space_logo.svg", "description": "American aerospace company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1814329", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3249 +{"wikidata_id": "Q1849138", "display_name": "Nonesuch Records", "legal_name": null, "aliases": ["LC 00286", "LC 0286", "Nonesuch"], "website": "https://www.nonesuch.com", "canonical_domain": "nonesuch.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label, owned by Warner Music Group, and based in New York City", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3250 +{"wikidata_id": "Q1878585", "display_name": "Lycoming", "legal_name": null, "aliases": ["Avco Lycoming", "Demorest Fashion and Sewing-Machine Company", "Demorest Manufacturing Company", "Lycoming Engines", "Lycoming Foundry and Machine Company", "Textron Lycoming"], "website": "https://www.lycoming.com", "canonical_domain": "lycoming.com", "country": "US", "hq_city": "Williamsport", "hq_region": "Lycoming County", "lat": 41.2444, "lon": -77.0186, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1845, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2140315", "name": "Textron"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lycoming_Engines_%28USA%29.png", "description": "aircraft engine manufacturer from America", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3251 +{"wikidata_id": "Q189606", "display_name": "Zenith Electronics", "legal_name": null, "aliases": ["Zenith Electronics Corporation", "Zenith Radio Company", "Zenith Radio Corporation"], "website": "https://zenith.com", "canonical_domain": "zenith.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136778", "name": "LG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zenith_Electronics_Corporation_logo.svg", "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3252 +{"wikidata_id": "Q1936229", "display_name": "Quiznos", "legal_name": null, "aliases": ["Quizno's", "Quizno's Corporation", "Quiznos Sub"], "website": "https://www.quiznos.com", "canonical_domain": "quiznos.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quiznos_Logo.svg", "description": "fast food chain", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3253 +{"wikidata_id": "Q1956256", "display_name": "Hidden Path Entertainment", "legal_name": null, "aliases": ["Hidden Path", "Inc."], "website": "https://www.hiddenpath.com", "canonical_domain": "hiddenpath.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hidden-path.png", "description": "American video game developer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3254 +{"wikidata_id": "Q1959710", "display_name": "NAD Electronics", "legal_name": null, "aliases": [], "website": "https://nadelectronics.com", "canonical_domain": "nadelectronics.com", "country": "CA", "hq_city": "Pickering", "hq_region": "Regional Municipality of Durham", "lat": 43.90694, "lon": -79.13083, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NAD_Logo.svg", "description": "British company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3255 +{"wikidata_id": "Q2164606", "display_name": "TPG", "legal_name": null, "aliases": ["Texas Pacific Group", "Texas Pacific Group Capital", "TPG Growth", "TPG Inc."], "website": "https://www.tpg.com", "canonical_domain": "tpg.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["asset-management"], "industry_labels": ["capital participation", "asset management company", "SIC 6282 Investment Advice"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "TPG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1880661", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPG_Capital_logo.svg", "description": "American investment company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1880661", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3256 +{"wikidata_id": "Q2393414", "display_name": "Empresas Polar", "legal_name": null, "aliases": [], "website": "https://empresaspolar.com", "canonical_domain": "empresaspolar.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Empresas_Polar.png", "description": "Venezuelan food company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3257 +{"wikidata_id": "Q24839341", "display_name": "Venmo", "legal_name": null, "aliases": [], "website": "https://venmo.com", "canonical_domain": "venmo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["payments"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4955939", "name": "Braintree"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Venmo_Logo.svg", "description": "American mobile payment service", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3258 +{"wikidata_id": "Q2506390", "display_name": "Petroperú", "legal_name": null, "aliases": ["Petroperu"], "website": "https://www.petroperu.com.pe", "canonical_domain": "petroperu.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_actual_de_Petroper%C3%BA.png", "description": "Peruvian petroleum company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3259 +{"wikidata_id": "Q2609948", "display_name": "Bantam Books", "legal_name": null, "aliases": [], "website": "https://www.randomhousebooks.com", "canonical_domain": "randomhousebooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q744182", "name": "Random House"}, "logo_url": null, "description": "publisher from the USA", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3822096"}]}
3260 +{"wikidata_id": "Q265169", "display_name": "Nitro Records", "legal_name": null, "aliases": [], "website": "https://www.nitrorecords.com", "canonical_domain": "nitrorecords.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3261 +{"wikidata_id": "Q2737435", "display_name": "Disney–ABC Domestic Television", "legal_name": null, "aliases": ["ABC Syndication", "Buena Vista Television", "Disney Domestic Television", "Disney–ABC Home Entertainment and Television Distribution"], "website": "https://www.disneyabc.tv", "canonical_domain": "disneyabc.tv", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media", "retail"], "industry_labels": ["broadcast syndication"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3030445", "name": "Disney Platform Distribution"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney%E2%80%93ABC_Home_Entertainment_and_Television_Distribution.svg", "description": "in-home sales and content distribution firm of the Disney–ABC Television Group", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3262 +{"wikidata_id": "Q2974437", "display_name": "Citgo", "legal_name": null, "aliases": ["Citgo Petroleum Corporation"], "website": "https://www.citgo.com", "canonical_domain": "citgo.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "YX52P86PXMLYDOTUQ225", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citgo_logo.svg", "description": "oil company and gasoline retailer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3263 +{"wikidata_id": "Q2988422", "display_name": "Canada Goose Inc.", "legal_name": null, "aliases": ["Canada Goose", "Canada Goose Holdings Inc."], "website": "https://www.canadagoose.com", "canonical_domain": "canadagoose.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail"], "industry_labels": ["retail", "SIC 2300 Apparel & Other Finishd Prods of Fabrics & Similar Matl"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "GOOS", "exchange": "NYSE", "lei": null, "sec_cik": "1690511", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canada_Goose_logo_label.jpg", "description": "Canadian manufacturer of cold weather apparel", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1690511", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3264 +{"wikidata_id": "Q3269655", "display_name": "Hill & Knowlton", "legal_name": null, "aliases": ["Hill and Knowlton", "Hill+Knowlton Strategies"], "website": "https://hillandknowlton.com", "canonical_domain": "hillandknowlton.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["public relations"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1318049", "name": "WPP plc"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hill%2BKnowlton-Logo.svg", "description": "public relations consulting company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3265 +{"wikidata_id": "Q382742", "display_name": "Thrustmaster", "legal_name": null, "aliases": [], "website": "https://www.thrustmaster.com", "canonical_domain": "thrustmaster.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thrustmaster-Logo.svg", "description": "hardware manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3266 +{"wikidata_id": "Q4040770", "display_name": "Hornady", "legal_name": null, "aliases": [], "website": "https://www.hornady.com", "canonical_domain": "hornady.com", "country": "US", "hq_city": "Grand Island", "hq_region": "Hall County", "lat": 40.92428, "lon": -98.33869, "industries": ["defense"], "industry_labels": ["ammunition"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IGLJ3XI69DTW38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hornady_Logo_Ranger_PPK_-Interarms.png", "description": "American ammunition manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3267 +{"wikidata_id": "Q4050859", "display_name": "TerraPower", "legal_name": null, "aliases": ["Terra Power", "LLC"], "website": "https://www.terrapower.com", "canonical_domain": "terrapower.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TerraPower_Logo.png", "description": "nuclear reactor design company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3268 +{"wikidata_id": "Q4549939", "display_name": "General Atomics Aeronautical Systems", "legal_name": null, "aliases": ["GA-ASI"], "website": "https://www.ga-asi.com", "canonical_domain": "ga-asi.com", "country": "US", "hq_city": "Poway", "hq_region": "San Diego County", "lat": 32.96278, "lon": -117.03583, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1501547", "name": "General Atomics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Atomics_Aeronautical_Systems_logo.svg", "description": "General Atomics company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3269 +{"wikidata_id": "Q46617715", "display_name": "Private Division", "legal_name": null, "aliases": [], "website": "https://www.privatedivision.com", "canonical_domain": "privatedivision.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Private_Division_Logo.svg", "description": "American video game publisher", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3270 +{"wikidata_id": "Q46996011", "display_name": "ESPN+", "legal_name": null, "aliases": ["ESPN Plus"], "website": "https://plus.espn.com", "canonical_domain": "espn.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["streaming media"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17085515", "name": "ESPN, LLC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ESPN_Plus.svg", "description": "on-demand sports streaming service", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17085515"}]}
3271 +{"wikidata_id": "Q508154", "display_name": "Valiant Comics", "legal_name": null, "aliases": [], "website": "https://valiantuniverse.com", "canonical_domain": "valiantuniverse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["comics industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q339228", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valiant_Comics_logo_%28April_2012%29.svg", "description": "American comic publisher", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3272 +{"wikidata_id": "Q524435", "display_name": "Brooklyn Navy Yard", "legal_name": null, "aliases": ["Brooklyn Navy Yard Development Corporation", "New York Naval Shipyard", "New York Navy Yard", "NYNSY", "United States Navy Yard", "New York"], "website": "https://brooklynnavyyard.org", "canonical_domain": "brooklynnavyyard.org", "country": "US", "hq_city": null, "hq_region": null, "lat": 40.70276, "lon": -73.97344, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1801, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipyard located in Brooklyn, New York", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3273 +{"wikidata_id": "Q568367", "display_name": "Studio One", "legal_name": null, "aliases": [], "website": "https://www.studio1heartbeat.com", "canonical_domain": "studio1heartbeat.com", "country": "JM", "hq_city": "Jamaica", "hq_region": null, "lat": 18.18, "lon": -77.4, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3274 +{"wikidata_id": "Q5886240", "display_name": "Grupo Imagen", "legal_name": null, "aliases": ["Grupo Imagen Multimedia"], "website": "https://imagen.com.mx", "canonical_domain": "imagen.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican media conglomerate", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3275 +{"wikidata_id": "Q636192", "display_name": "businesswire.com", "legal_name": null, "aliases": [], "website": "https://www.businesswire.com", "canonical_domain": "businesswire.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BusinessWire_Logo.svg", "description": "American press release company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3276 +{"wikidata_id": "Q654030", "display_name": "All Media Network", "legal_name": null, "aliases": ["All Media Guide"], "website": "https://www.allmedianetwork.com", "canonical_domain": "allmedianetwork.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q917002", "name": "TiVo Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/All_Media_Network_Logo.jpeg", "description": "American company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3277 +{"wikidata_id": "Q667886", "display_name": "ABC-CLIO", "legal_name": null, "aliases": [], "website": "https://www.abc-clio.com", "canonical_domain": "abc-clio.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["media"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3278 +{"wikidata_id": "Q669127", "display_name": "Vagrant Records", "legal_name": null, "aliases": [], "website": "https://www.vagrant.com", "canonical_domain": "vagrant.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vagrant_Logo.svg", "description": "US record label", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3279 +{"wikidata_id": "Q679551", "display_name": "Mosley Music Group", "legal_name": null, "aliases": [], "website": "https://mosleymusicgroup.com", "canonical_domain": "mosleymusicgroup.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Mosley_Music_Group.jpg", "description": "Record label", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3280 +{"wikidata_id": "Q702385", "display_name": "Revell", "legal_name": null, "aliases": ["Revell Inc."], "website": "https://www.revell.de", "canonical_domain": "revell.de", "country": "US", "hq_city": "Elk Grove Village", "hq_region": "DuPage County", "lat": 42.0031, "lon": -87.9964, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Revell_company_logo.png", "description": "scale model kits manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3281 +{"wikidata_id": "Q724282", "display_name": "Aserca Airlines", "legal_name": null, "aliases": ["Ser", "Aero Servicios Carabobo", "Aero Servicios Carabobo Airlines", "Aserca Airlines C.A."], "website": "https://www.asercaairlines.com", "canonical_domain": "asercaairlines.com", "country": "VE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Aserca_Airlines_%282012-2018%29.svg", "description": "Defunct Venezuelan airline (1968-2018)", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3282 +{"wikidata_id": "Q724530", "display_name": "Sharpie", "legal_name": null, "aliases": [], "website": "https://sharpie.com", "canonical_domain": "sharpie.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["consumer-goods"], "industry_labels": ["stationery"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sharpie_markers_logo.svg", "description": "American manufacturer of writing instruments", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3283 +{"wikidata_id": "Q7372254", "display_name": "The Globe Pequot Publishing Group", "legal_name": "The Rowman & Littlefield Publishing Group, Inc.", "aliases": ["Globe Pequot Publishing Group", "Rowman & Littlefield", "Rowman & Littlefield Publishing Group", "Rowman and Littlefield"], "website": "https://rowman.com", "canonical_domain": "rowman.com", "country": "US", "hq_city": "Lanham", "hq_region": "Prince George's County", "lat": 38.95102, "lon": -76.83289, "industries": ["media"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493002SFWTQD74MH110", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Globe_Pequot_Publishing_Group_logo.png", "description": "independent publishing house", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3284 +{"wikidata_id": "Q757601", "display_name": "Atomic Energy of Canada Limited", "legal_name": "L'Energie atomique du Canada limitée", "aliases": [], "website": "https://www.aecl.ca", "canonical_domain": "aecl.ca", "country": "CA", "hq_city": "Chalk River", "hq_region": "Laurentian Hills", "lat": 46.0167, "lon": -77.45, "industries": ["energy"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3285 +{"wikidata_id": "Q7663600", "display_name": "System76", "legal_name": null, "aliases": ["S76", "System 76", "System 76 Inc."], "website": "https://www.system76.com", "canonical_domain": "system76.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/System76-logo_primary_white.svg", "description": "American computer vendor", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3286 +{"wikidata_id": "Q769354", "display_name": "Red Storm Entertainment", "legal_name": null, "aliases": ["Ubisoft Cary", "Ubisoft Red Storm", "Ubisoft Red Storm Entertainment"], "website": "https://redstorm.com", "canonical_domain": "redstorm.com", "country": "US", "hq_city": "Cary", "hq_region": "Wake County", "lat": 35.77889, "lon": -78.80028, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "American video game developer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3287 +{"wikidata_id": "Q771515", "display_name": "Colt Studio Group", "legal_name": null, "aliases": [], "website": "https://www.coltstudiogroup.com", "canonical_domain": "coltstudiogroup.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": ["pornography industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coltlogo.png", "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3288 +{"wikidata_id": "Q7856068", "display_name": "Turnitin", "legal_name": null, "aliases": ["iParadigms", "LLC"], "website": "https://www.turnitin.com", "canonical_domain": "turnitin.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turnitin_logo_%282021%29.svg", "description": "Internet-based plagiarism-prevention service", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3289 +{"wikidata_id": "Q815669", "display_name": "Bell & Howell", "legal_name": null, "aliases": ["Bell and Howell", "Bell and Howell Company"], "website": "https://bellhowell.net", "canonical_domain": "bellhowell.net", "country": "US", "hq_city": "Wheeling", "hq_region": "Cook County", "lat": 42.1314, "lon": -87.9297, "industries": ["entertainment"], "industry_labels": ["film equipment industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_%26_Howell_logo_2010s.svg", "description": "services company and former manufacturer of film machinery", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3290 +{"wikidata_id": "Q846301", "display_name": "Red Lobster", "legal_name": null, "aliases": ["Red Lobster Hospitality LLC"], "website": "https://www.redlobster.com", "canonical_domain": "redlobster.com", "country": "US", "hq_city": "CNL Center City Commons", "hq_region": "Orlando", "lat": 28.5372, "lon": -81.3792, "industries": ["food-beverage"], "industry_labels": ["seafood restaurant"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American casual dining restaurant chain", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3291 +{"wikidata_id": "Q944414", "display_name": "McCain Foods", "legal_name": null, "aliases": ["McCain Foods Limited"], "website": "https://www.mccain.com", "canonical_domain": "mccain.com", "country": "CA", "hq_city": "Florenceville-Bristol", "hq_region": "Carleton North", "lat": 46.44347, "lon": -67.61522, "industries": ["food-beverage"], "industry_labels": ["frozen food"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McCain-Logo.svg", "description": "Canadian multi-national privately owned company that was established in 1957", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3292 +{"wikidata_id": "Q984913", "display_name": "iFixit", "legal_name": null, "aliases": [], "website": "https://www.ifixit.com", "canonical_domain": "ifixit.com", "country": "US", "hq_city": "San Luis Obispo", "hq_region": "San Luis Obispo County", "lat": 35.27417, "lon": -120.66306, "industries": ["technology"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IFixit_logo.svg", "description": "American company aiming to ease repairing of consumer electronics", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3293 +{"wikidata_id": "Q994175", "display_name": "Brunswick Records", "legal_name": "Brunswick", "aliases": ["LC 00136", "LC 0136"], "website": "https://www.brunswickrecords.com", "canonical_domain": "brunswickrecords.com", "country": "US", "hq_city": "Mettawa", "hq_region": "IL", "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["SIC 3510 Engines & Turbines"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "BC", "exchange": "NYSE", "lei": null, "sec_cik": "14930", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/I_Wish_I_Could_Shimmy_Like_My_Sister_Kate_label_%28Brunswick_Record_2338-A%29.jpg", "description": "US record label", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "14930", "enriched_at": "2026-09-13T07:18:40+00:00"}}
3294 +{"wikidata_id": "Q5401059", "display_name": "Estes Express Lines", "legal_name": null, "aliases": [], "website": "https://www.estes-express.com", "canonical_domain": "estes-express.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["logistics", "transportation"], "industry_labels": ["freight transport", "trucking industry"], "founded_year": 1931, "employees": 21700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Estes-16-100-k-otln.png", "description": "American freight transportation company", "sitelinks": 3, "importance": 0.2903, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3295 +{"wikidata_id": "Q2080159", "display_name": "ACE Team", "legal_name": null, "aliases": [], "website": "https://www.aceteam.cl", "canonical_domain": "aceteam.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Сhilean video game developer", "sitelinks": 10, "importance": 0.2892, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3296 +{"wikidata_id": "Q12005331", "display_name": "Teekay", "legal_name": null, "aliases": [], "website": "https://www.teekay.com", "canonical_domain": "teekay.com", "country": "CA", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["shipping", "oil-gas"], "industry_labels": ["water transport", "petroleum industry"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teekay_logo.svg", "description": "largest shipowners in the world", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7694216"}]}
3297 +{"wikidata_id": "Q13529475", "display_name": "RioCan Real Estate Investment Trust", "legal_name": null, "aliases": [], "website": "https://www.riocan.com", "canonical_domain": "riocan.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300S8HVUSEU3JBY60", "sec_cik": "1341621", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RioCan_logo.svg", "description": "Canadian real estate investment trust", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3298 +{"wikidata_id": "Q17078981", "display_name": "Carrols Restaurant Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.carrols.com", "canonical_domain": "carrols.com", "country": "US", "hq_city": "Syracuse", "hq_region": "Onondaga County", "lat": 43.0469, "lon": -76.14442, "industries": ["food-beverage"], "industry_labels": ["restaurant", "SIC 5812 Retail-Eating Places"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900HZEMNWQSAKFJ98", "sec_cik": "809248", "parent": {"wikidata_id": "Q18619470", "name": "Restaurant Brands International"}, "logo_url": null, "description": "American franchisee company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "809248", "enriched_at": "2026-09-13T07:18:42+00:00"}}
3299 +{"wikidata_id": "Q1729077", "display_name": "Kardex Group", "legal_name": null, "aliases": ["Kardex", "Rand Kardex"], "website": "https://www.kardex.com", "canonical_domain": "kardex.com", "country": "US", "hq_city": "Zurich", "hq_region": "Zurich District", "lat": 47.37444, "lon": 8.54111, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900JKKMQ07D6QZ480", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kardex-Logo.svg", "description": "American office supply company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3300 +{"wikidata_id": "Q1961658", "display_name": "NV Energy", "legal_name": null, "aliases": [], "website": "https://www.nvenergy.com", "canonical_domain": "nvenergy.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["energy"], "industry_labels": ["energy supply", "SIC 4931 Electric & Other Services Combined"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300WSWTEW6DURBO45", "sec_cik": "741508", "parent": {"wikidata_id": "Q16840677", "name": "Berkshire Hathaway Energy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NV_Energy_Logo.svg", "description": "public utility", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "741508", "enriched_at": "2026-09-13T07:18:50+00:00"}}
3301 +{"wikidata_id": "Q2793714", "display_name": "Cabela's", "legal_name": null, "aliases": [], "website": "https://www.cabelas.com", "canonical_domain": "cabelas.com", "country": "US", "hq_city": "Sidney", "hq_region": "Cheyenne County", "lat": 41.1394, "lon": -102.978, "industries": ["retail"], "industry_labels": ["retail", "SIC 5940 Retail-Miscellaneous Shopping Goods Stores"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300N9PDFQTOIP6Q81", "sec_cik": "1267130", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cabela%27s_Logo.svg", "description": "American outdoor recreational equipment retail chain", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1267130", "enriched_at": "2026-09-13T07:18:50+00:00"}}
3302 +{"wikidata_id": "Q2990390", "display_name": "Compañia General de Electricidad", "legal_name": null, "aliases": ["CGE"], "website": "https://www.cge.cl", "canonical_domain": "cge.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logocge.png", "description": "Chilean utility company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3303 +{"wikidata_id": "Q3038760", "display_name": "Hopi Hari", "legal_name": null, "aliases": [], "website": "https://www.hopihari.com.br", "canonical_domain": "hopihari.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -23.09694, "lon": -47.01075, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian theme park", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3304 +{"wikidata_id": "Q3517438", "display_name": "Tembec", "legal_name": null, "aliases": [], "website": "https://www.tembec.ca", "canonical_domain": "tembec.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1512091", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tembec_Logo.svg", "description": null, "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3305 +{"wikidata_id": "Q3520320", "display_name": "Co-operators", "legal_name": null, "aliases": ["The Co-operators"], "website": "https://www.cooperators.ca", "canonical_domain": "cooperators.ca", "country": "CA", "hq_city": "Guelph", "hq_region": "Ontario", "lat": 43.55, "lon": -80.25, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian insurance co-operative", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3306 +{"wikidata_id": "Q464767", "display_name": "American Greetings", "legal_name": null, "aliases": ["American Greetings Corporation", "American Greetings Corporation", "LLC"], "website": "https://www.americangreetings.com", "canonical_domain": "americangreetings.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": [], "industry_labels": ["greeting card"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300WMJOT8C9DNMF90", "sec_cik": null, "parent": null, "logo_url": null, "description": "American greeting card company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3307 +{"wikidata_id": "Q4655072", "display_name": "AVX Corporation", "legal_name": null, "aliases": [], "website": "https://www.avx.com", "canonical_domain": "avx.com", "country": "US", "hq_city": "Greenville", "hq_region": "Greenville County", "lat": 34.84444, "lon": -82.38556, "industries": ["technology"], "industry_labels": ["electronics", "SIC 3670 Electronic Components & Accessories"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300DPW0ZJSVMJJM83", "sec_cik": "859163", "parent": null, "logo_url": null, "description": "American electronic component manufacturer", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "859163", "enriched_at": "2026-09-13T07:18:51+00:00"}}
3308 +{"wikidata_id": "Q4766699", "display_name": "Ann Taylor", "legal_name": null, "aliases": ["Ann Inc."], "website": "https://www.anntaylor.com", "canonical_domain": "anntaylor.com", "country": "US", "hq_city": "Times Square Tower", "hq_region": "Manhattan", "lat": 40.7555, "lon": -73.9867, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5307031", "name": "Ascena Retail Group"}, "logo_url": null, "description": "American clothing company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3309 +{"wikidata_id": "Q4835089", "display_name": "BBVA Peru", "legal_name": null, "aliases": [], "website": "https://prestamos.bbva.pe", "canonical_domain": "bbva.pe", "country": "PE", "hq_city": "Edificio Banco Continental", "hq_region": "San Isidro", "lat": -12.0937, "lon": -77.02108, "industries": ["banking", "financial-services"], "industry_labels": ["bank", "finance"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": null, "exchange": "Lima Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806189", "name": "Banco Bilbao Vizcaya Argentaria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BBVA_2019.svg", "description": "bank in Peru", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3310 +{"wikidata_id": "Q504967", "display_name": "Hibu", "legal_name": null, "aliases": [], "website": "https://hibu.com", "canonical_domain": "hibu.com", "country": "US", "hq_city": "Cedar Rapids", "hq_region": "Linn County", "lat": 41.98333, "lon": -91.66861, "industries": ["technology"], "industry_labels": ["digital agency"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": "549300LA1EQ0MMM21V43", "sec_cik": null, "parent": {"wikidata_id": "Q5627942", "name": "H.I.G. Capital"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hibu_logo.svg", "description": "company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3311 +{"wikidata_id": "Q5257824", "display_name": "Denison Mines", "legal_name": null, "aliases": [], "website": "https://www.denisonmines.com", "canonical_domain": "denisonmines.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining", "SIC 1090 Miscellaneous Metal Ores"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "DNN", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1063259", "parent": null, "logo_url": null, "description": "Canadian mining company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1063259", "enriched_at": "2026-09-13T07:18:51+00:00"}}
3312 +{"wikidata_id": "Q5416802", "display_name": "EverBank", "legal_name": null, "aliases": ["EverBank Financial Corp"], "website": "https://www.everbank.com", "canonical_domain": "everbank.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300ZSQX8IP0RAE826", "sec_cik": "1577019", "parent": null, "logo_url": null, "description": "American diversified financial services company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1577019", "enriched_at": "2026-09-13T07:18:52+00:00"}}
3313 +{"wikidata_id": "Q6095481", "display_name": "Quiñenco", "legal_name": null, "aliases": [], "website": "https://www.quinenco.cl", "canonical_domain": "quinenco.cl", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chile-based company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3314 +{"wikidata_id": "Q6662684", "display_name": "General Cable", "legal_name": null, "aliases": [], "website": "https://www.generalcable.com", "canonical_domain": "generalcable.com", "country": "US", "hq_city": "Highland Heights", "hq_region": "Campbell County", "lat": 39.04, "lon": -84.4558, "industries": [], "industry_labels": ["manufacture of other electronic and electric wires and cables"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300CAF6I1C423RT83", "sec_cik": null, "parent": {"wikidata_id": "Q1964784", "name": "Prysmian Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Cable_logo.svg", "description": "business", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3315 +{"wikidata_id": "Q6735419", "display_name": "Maidenform", "legal_name": null, "aliases": [], "website": "https://www.maidenform.com", "canonical_domain": "maidenform.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1922, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maidenform_Logo_2023.svg", "description": "manufacturer of women's underwear", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3316 +{"wikidata_id": "Q7156755", "display_name": "Payless ShoeSource", "legal_name": null, "aliases": [], "website": "https://www.payless.com", "canonical_domain": "payless.com", "country": "US", "hq_city": "Topeka", "hq_region": "Shawnee County", "lat": 39.04833, "lon": -95.67804, "industries": ["retail"], "industry_labels": ["SIC 5661 Retail-Shoe Stores"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300QN6WZPQK5U0K47", "sec_cik": "1008802", "parent": {"wikidata_id": "Q409335", "name": "Airwalk"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Payless_Logo.png", "description": "American shoe distribution company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1008802", "enriched_at": "2026-09-13T07:18:52+00:00"}}
3317 +{"wikidata_id": "Q7236318", "display_name": "Power Financial", "legal_name": null, "aliases": [], "website": "https://www.powerfinancial.com", "canonical_domain": "powerfinancial.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300BAZS5RZ8O98A51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Power_Financial_logo.svg", "description": "Canadian diversified management and holding company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3318 +{"wikidata_id": "Q753521", "display_name": "Kate Spade & Company", "legal_name": "Liz Claiborne Inc.", "aliases": ["Kate Spade", "Fifth & Pacific Companies"], "website": "https://www.lizclaiborneinc.com", "canonical_domain": "lizclaiborneinc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "VBVH3SRHMQGFPPQCZJ03", "sec_cik": null, "parent": {"wikidata_id": "Q56273715", "name": "Tapestry, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KSCO_LOGO.jpg", "description": "fashion company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3319 +{"wikidata_id": "Q7929000", "display_name": "Vigor S.A.", "legal_name": null, "aliases": ["Vigor"], "website": "https://www.vigor.com.br", "canonical_domain": "vigor.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2855873", "name": "Group Lala"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Vigor.svg", "description": "Brazilian dairy company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3320 +{"wikidata_id": "Q8044926", "display_name": "Xoom Corporation", "legal_name": null, "aliases": ["Xoom", "a PayPal Service"], "website": "https://www.xoom.com", "canonical_domain": "xoom.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1202650", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xoom_A_PayPal_Service.svg", "description": "San Francisco-based digital money transfer company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3321 +{"wikidata_id": "Q909356", "display_name": "Labcorp Drug Development", "legal_name": null, "aliases": ["Covance"], "website": "https://www.covance.com", "canonical_domain": "covance.com", "country": "US", "hq_city": "Princeton", "hq_region": "Mercer County", "lat": 40.35222, "lon": -74.65694, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300KZ86OUK9VKER08", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LabcorpDD_Logo_200x200.png", "description": "contract research organization", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3322 +{"wikidata_id": "Q103793759", "display_name": "Cardlytics", "legal_name": null, "aliases": ["Inc."], "website": "https://www.cardlytics.com", "canonical_domain": "cardlytics.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["media"], "industry_labels": ["loyalty marketing"], "founded_year": 2008, "employees": 432, "public_company": true, "ticker": "CDLX", "exchange": "Nasdaq", "lei": "549300JETJBH94EIPC66", "sec_cik": "1666071", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 0, "importance": 0.2879, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3323 +{"wikidata_id": "Q758786", "display_name": "Audi Brasil", "legal_name": null, "aliases": ["Audi Brasil Distribuidora de Veículos", "Audi Brasil Distribuidora de Veículos Ltda."], "website": "https://www.audi.com.br", "canonical_domain": "audi.com.br", "country": "BR", "hq_city": "São José dos Pinhais", "hq_region": "Paraná", "lat": -25.535, "lon": -49.20583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1993, "employees": 3600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q23317", "name": "Audi AG"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Audi-Logo_2016.svg", "description": "company", "sitelinks": 4, "importance": 0.2878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3324 +{"wikidata_id": "Q4673986", "display_name": "Aché Laboratórios Farmacêuticos", "legal_name": null, "aliases": [], "website": "https://www.ache.com.br", "canonical_domain": "ache.com.br", "country": "BR", "hq_city": "Guarulhos", "hq_region": "São Paulo", "lat": -23.46667, "lon": -46.53333, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": 3500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Ach%C3%A9.svg", "description": null, "sitelinks": 4, "importance": 0.2873, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3325 +{"wikidata_id": "Q1352246", "display_name": "Klout", "legal_name": null, "aliases": [], "website": "https://klout.com", "canonical_domain": "klout.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": 2008, "employees": 40, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Klout_logo.svg", "description": "website", "sitelinks": 8, "importance": 0.2848, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3326 +{"wikidata_id": "Q1062574", "display_name": "Chaosium", "legal_name": null, "aliases": ["Chaosium Inc.", "The Chaosium", "Wyrds Pubs", "Wyvern Woodworks"], "website": "https://www.chaosium.com", "canonical_domain": "chaosium.com", "country": "US", "hq_city": "Albany", "hq_region": "Alameda County", "lat": 37.88694, "lon": -122.29778, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "game publisher", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3327 +{"wikidata_id": "Q1089932", "display_name": "Juici Patties", "legal_name": null, "aliases": [], "website": "https://juicipattiesusa.com", "canonical_domain": "juicipattiesusa.com", "country": "US", "hq_city": "Sandy Springs", "hq_region": "Fulton County", "lat": 33.9375, "lon": -84.36861, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4785248", "name": "Arcapita"}, "logo_url": null, "description": "chicken restaurant chain", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3328 +{"wikidata_id": "Q1186055", "display_name": "Sunkist Growers", "legal_name": null, "aliases": [], "website": "https://www.sunkist.com", "canonical_domain": "sunkist.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunkist_Growers_logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3329 +{"wikidata_id": "Q1200706", "display_name": "Immediate Music", "legal_name": null, "aliases": [], "website": "https://www.immediatemusic.com", "canonical_domain": "immediatemusic.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Immediatemusic_logo.jpg", "description": "American trailer music company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3330 +{"wikidata_id": "Q1274252", "display_name": "EC Comics", "legal_name": "Entertaining Comics", "aliases": ["E-C Comics", "E.C. Comics", "E.C. Publications", "Inc.", "Educational Comics"], "website": "https://eccomics.com", "canonical_domain": "eccomics.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["comics industry", "publishing"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2924461", "name": "DC Comics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eclogo.jpeg", "description": "American comic book company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3331 +{"wikidata_id": "Q1346872", "display_name": "Savage Arms", "legal_name": null, "aliases": [], "website": "https://savagearms.com", "canonical_domain": "savagearms.com", "country": "US", "hq_city": "Westfield", "hq_region": "Hampden County", "lat": 42.12509, "lon": -72.74954, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7615457"}]}
3332 +{"wikidata_id": "Q1380797", "display_name": "TaylorMade Golf Company", "legal_name": null, "aliases": ["TaylorMade", "TaylorMade-Adidas"], "website": "https://www.taylormadegolf.com", "canonical_domain": "taylormadegolf.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["hospitality", "industrial-machinery"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TaylorMade.svg", "description": "golf equipment manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3333 +{"wikidata_id": "Q1403492", "display_name": "Remo", "legal_name": null, "aliases": ["Remo Inc", "Remo Inc."], "website": "https://www.remo.com", "canonical_domain": "remo.com", "country": "US", "hq_city": "Santa Clarita", "hq_region": "Los Angeles County", "lat": 34.39166, "lon": -118.54259, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Remo_logo.png", "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3334 +{"wikidata_id": "Q1478657", "display_name": "Fábrica Argentina de Aviones", "legal_name": null, "aliases": ["Fabrica Argentina de Aviones", "FAdeA"], "website": "https://www.fadeasa.com.ar", "canonical_domain": "fadeasa.com.ar", "country": "AR", "hq_city": "Córdoba", "hq_region": "Capital Department", "lat": -31.41667, "lon": -64.18333, "industries": ["aerospace-defense", "construction"], "industry_labels": ["aerospace industry", "aircraft construction"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAdeA_logo.svg", "description": "aircraft manufacturer in Argentina", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3335 +{"wikidata_id": "Q15116528", "display_name": "Mad Decent", "legal_name": null, "aliases": [], "website": "https://www.maddecent.com", "canonical_domain": "maddecent.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mad_Decent_Logo_2018.svg", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3336 +{"wikidata_id": "Q1536234", "display_name": "Gold's Gym", "legal_name": null, "aliases": ["Gold's Gym International", "Inc."], "website": "https://www.goldsgym.com", "canonical_domain": "goldsgym.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["healthcare"], "industry_labels": ["fitness industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gold%27s_Gym_Weight_Plate_Logo_Primary_150x150.png", "description": "US international fitness center chain", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3337 +{"wikidata_id": "Q1584922", "display_name": "Skadden, Arps, Slate, Meagher & Flom", "legal_name": null, "aliases": ["Skadden", "Skadden Arps"], "website": "https://www.skadden.com", "canonical_domain": "skadden.com", "country": "US", "hq_city": "1 Manhattan West", "hq_region": "New York City", "lat": 40.75287, "lon": -73.99767, "industries": ["professional-services"], "industry_labels": ["law"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300B3R30FPUQ1BS86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skadden.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3338 +{"wikidata_id": "Q16070339", "display_name": "OVO Sound", "legal_name": null, "aliases": ["October's Very Own", "OVO (WMG)"], "website": "https://www.ovosound.com", "canonical_domain": "ovosound.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OVO_Sound.svg", "description": "Canadian record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3339 +{"wikidata_id": "Q16957703", "display_name": "Top Dawg Entertainment", "legal_name": "Top Dawg Entertainment", "aliases": ["TDE"], "website": "https://txdxe.com", "canonical_domain": "txdxe.com", "country": "US", "hq_city": "Carson", "hq_region": "Los Angeles County", "lat": 33.83972, "lon": -118.25972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q231694", "name": "Interscope Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Top_Dawg_Ent._logo.webp", "description": "American independent record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3340 +{"wikidata_id": "Q1741329", "display_name": "Kill Rock Stars", "legal_name": null, "aliases": ["KRS"], "website": "https://www.killrockstars.com", "canonical_domain": "killrockstars.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3341 +{"wikidata_id": "Q1760371", "display_name": "White & Case", "legal_name": null, "aliases": ["WHITE & CASE", "White & Case LLP", "White and Case"], "website": "https://www.whitecase.com", "canonical_domain": "whitecase.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300JPPVTBY6LIG694", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/White_%26_Case_logo.svg", "description": "international law firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3342 +{"wikidata_id": "Q178907", "display_name": "Kearney", "legal_name": null, "aliases": ["A.T. Kearney"], "website": "https://www.atkearney.com", "canonical_domain": "atkearney.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["consulting"], "industry_labels": ["management consulting industry"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kearney_Logo.svg", "description": "global management consulting firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3343 +{"wikidata_id": "Q1811285", "display_name": "PenAir", "legal_name": null, "aliases": [], "website": "https://www.penair.com", "canonical_domain": "penair.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peninsula_Airways_%28PenAir%29_Logo.png", "description": "U.S.-based regional airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3344 +{"wikidata_id": "Q1826381", "display_name": "Line 6", "legal_name": null, "aliases": [], "website": "https://line6.com", "canonical_domain": "line6.com", "country": "US", "hq_city": "Calabasas", "hq_region": "Los Angeles County", "lat": 34.13333, "lon": -118.65, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188454", "name": "Yamaha"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Line_6_logo.svg", "description": "US guitar manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3345 +{"wikidata_id": "Q19903242", "display_name": "Arajet", "legal_name": null, "aliases": ["Dominican Wings"], "website": "https://www.arajet.com", "canonical_domain": "arajet.com", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arajet_Logo.jpg", "description": "flag carrier airline of Dominican Republic", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3346 +{"wikidata_id": "Q19903763", "display_name": "Uproxx", "legal_name": null, "aliases": ["UPROXX"], "website": "https://uproxx.com", "canonical_domain": "uproxx.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uproxx.svg", "description": "American music, entertainment, and popular culture website", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3347 +{"wikidata_id": "Q1999049", "display_name": "Norfolk Naval Shipyard", "legal_name": null, "aliases": ["Gosport Navy Yard", "Gosport Shipyard", "Norfolk Navy Yard"], "website": "https://www.navsea.navy.mil", "canonical_domain": "navy.mil", "country": "US", "hq_city": null, "hq_region": null, "lat": 36.81528, "lon": -76.29722, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1767, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United States Navy shipyard in Virginia", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1778836"}]}
3348 +{"wikidata_id": "Q2034661", "display_name": "Vanguard Records", "legal_name": null, "aliases": [], "website": "https://www.vanguardrecords.com", "canonical_domain": "vanguardrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3349 +{"wikidata_id": "Q2038654", "display_name": "Lexar", "legal_name": null, "aliases": ["Lexar Media", "Lexar Media", "Inc."], "website": "https://www.lexar.com", "canonical_domain": "lexar.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lexar.svg", "description": "American brand of flash memory products", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3350 +{"wikidata_id": "Q2093233", "display_name": "Alligator Records", "legal_name": null, "aliases": [], "website": "https://www.alligator.com", "canonical_domain": "alligator.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3351 +{"wikidata_id": "Q2106972", "display_name": "Powell's Books", "legal_name": null, "aliases": ["Powell's City of Books", "Powells Books", "Powells' Books"], "website": "https://www.powells.com", "canonical_domain": "powells.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Powell%27s_City_of_Books_%28logo%29.png", "description": "bookstore selling new and used books", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3352 +{"wikidata_id": "Q2273516", "display_name": "Amaru Entertainment", "legal_name": null, "aliases": [], "website": "https://www.tasf.org", "canonical_domain": "tasf.org", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amaru_Entertainment_logo.jpg", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3353 +{"wikidata_id": "Q2333358", "display_name": "Metropolis Records", "legal_name": null, "aliases": [], "website": "https://www.metropolis-records.com", "canonical_domain": "metropolis-records.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3354 +{"wikidata_id": "Q2550716", "display_name": "Prince Sports", "legal_name": null, "aliases": [], "website": "https://www.princesports.com", "canonical_domain": "princesports.com", "country": "US", "hq_city": "Bordentown City", "hq_region": "Burlington County", "lat": 40.1498, "lon": -74.7076, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Prince_Sports_logo.svg", "description": "Sporting goods manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3355 +{"wikidata_id": "Q2562491", "display_name": "Pennzoil", "legal_name": null, "aliases": [], "website": "https://www.pennzoil.com", "canonical_domain": "pennzoil.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pennzoil_textlogo.png", "description": "American oil company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3356 +{"wikidata_id": "Q2630615", "display_name": "Keds", "legal_name": null, "aliases": ["Keds Thailand"], "website": "https://www.keds.com", "canonical_domain": "keds.com", "country": "US", "hq_city": "Rockford", "hq_region": "Kent County", "lat": 43.12, "lon": -85.56, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8030548", "name": "Wolverine World Wide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keds.jpeg", "description": "American brand of canvas shoe with rubber sole", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3357 +{"wikidata_id": "Q2635539", "display_name": "Gaikai", "legal_name": null, "aliases": [], "website": "https://www.gaikai.com", "canonical_domain": "gaikai.com", "country": "US", "hq_city": "Aliso Viejo", "hq_region": "Orange County", "lat": 33.61619, "lon": -117.74443, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GaikaiLogo.png", "description": "company which provides technology for the streaming of high-end video games", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3358 +{"wikidata_id": "Q264137", "display_name": "Caroline Records", "legal_name": null, "aliases": ["Caroline"], "website": "https://www.caroline.com", "canonical_domain": "caroline.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caroline_2019_logo.svg", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3359 +{"wikidata_id": "Q2720134", "display_name": "HowStuffWorks", "legal_name": null, "aliases": ["How stuff works", "How Stuff Works", "Howstuffworks", "Inc.", "Stuff Media"], "website": "https://www.howstuffworks.com", "canonical_domain": "howstuffworks.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q477993", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Howstuffworks_logo.svg", "description": "American media company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3360 +{"wikidata_id": "Q2737647", "display_name": "Pyra Labs", "legal_name": null, "aliases": [], "website": "https://www.pyra.com", "canonical_domain": "pyra.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3361 +{"wikidata_id": "Q2749075", "display_name": "Hootsuite", "legal_name": null, "aliases": ["Hootsuite Media", "Inc."], "website": "https://www.hootsuite.com", "canonical_domain": "hootsuite.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930022LPIMGAKE9852", "sec_cik": "1480387", "parent": null, "logo_url": null, "description": "social media management platform", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3362 +{"wikidata_id": "Q28494249", "display_name": "Mason Ewing Corporation", "legal_name": null, "aliases": [], "website": "https://masonewingcorp.com", "canonical_domain": "masonewingcorp.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Mason-Ewing-Corporation-Fond-transparent-2.png", "description": "California-based holding company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3363 +{"wikidata_id": "Q288603", "display_name": "NIQ", "legal_name": null, "aliases": ["A C Nielsen", "A. C. Nielsen", "A.C. Nielsen", "A.C. Nielsen Company", "AC Neilsen", "AC Neilson", "AC Nielsen", "AC Nielson"], "website": "https://nielseniq.com", "canonical_domain": "nielseniq.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": ["marketing research"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIQ_logo.svg", "description": "marketing research firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3364 +{"wikidata_id": "Q2910457", "display_name": "IFC Films", "legal_name": null, "aliases": [], "website": "https://www.ifcfilms.com", "canonical_domain": "ifcfilms.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4652575", "name": "AMC Global Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IFC_Films_logo.svg", "description": "American film distribution company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3365 +{"wikidata_id": "Q2914692", "display_name": "The Jim Henson Company", "legal_name": null, "aliases": [], "website": "https://www.henson.com", "canonical_domain": "henson.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["entertainment"], "industry_labels": ["film industry", "entertainment industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Jim_Henson_Company_logo.svg", "description": "American entertainment company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3366 +{"wikidata_id": "Q2977455", "display_name": "Toon Boom Animation", "legal_name": null, "aliases": ["Toon Boom Animation Inc."], "website": "https://www.toonboom.com", "canonical_domain": "toonboom.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1135686", "name": "Corus Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toon_Boom_2022_logo.svg", "description": "Canadian software company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3367 +{"wikidata_id": "Q3090536", "display_name": "King of the Cage", "legal_name": null, "aliases": [], "website": "https://kingofthecage.com", "canonical_domain": "kingofthecage.com", "country": "US", "hq_city": "Rancho Cucamonga", "hq_region": "San Bernardino County", "lat": 34.12333, "lon": -117.57944, "industries": [], "industry_labels": ["mixed martial arts"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA promoter based in California", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3368 +{"wikidata_id": "Q3296939", "display_name": "Jewish Publication Society", "legal_name": "The Jewish Publication Society", "aliases": ["JPS", "J.P.S.", "Jewish Publication Society of America"], "website": "https://jps.org", "canonical_domain": "jps.org", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "the oldest nonprofit, nondenominational publisher of Jewish works in English", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3369 +{"wikidata_id": "Q3424738", "display_name": "Renaissance Technologies", "legal_name": null, "aliases": ["RenTec"], "website": "https://www.rentec.com", "canonical_domain": "rentec.com", "country": "US", "hq_city": "Setauket-East Setauket", "hq_region": "Suffolk County", "lat": 40.93, "lon": -73.10194, "industries": ["asset-management", "financial-services"], "industry_labels": ["hedge fund", "financial services"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renaissance_Technologies.png", "description": "American hedge fund firm", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3370 +{"wikidata_id": "Q3843364", "display_name": "Magnolia Pictures", "legal_name": null, "aliases": ["Magnet Releasing"], "website": "https://www.magpictures.com", "canonical_domain": "magpictures.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493004JKQYW67GVVH73", "sec_cik": null, "parent": {"wikidata_id": "Q4632862", "name": "2929 Entertainment"}, "logo_url": null, "description": "American film distributor", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3371 +{"wikidata_id": "Q429748", "display_name": "TransMilenio", "legal_name": null, "aliases": [], "website": "https://www.transmilenio.gov.co", "canonical_domain": "transmilenio.gov.co", "country": "CO", "hq_city": null, "hq_region": null, "lat": 4.649, "lon": -74.1086, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TransMilenio_S._A._Bogot%C3%A1_logo.svg", "description": "bus rapid transit in Colombia", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3372 +{"wikidata_id": "Q46676", "display_name": "ExpressJet", "legal_name": null, "aliases": ["ExpressJet Airlines"], "website": "https://www.expressjet.com", "canonical_domain": "expressjet.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7537214", "name": "SkyWest, Inc."}, "logo_url": null, "description": "airline from the United States", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3373 +{"wikidata_id": "Q4887811", "display_name": "WaterTower Music", "legal_name": null, "aliases": [], "website": "https://www.watertower-music.com", "canonical_domain": "watertower-music.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126399", "name": "Warner Bros. Entertainment"}, "logo_url": null, "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3374 +{"wikidata_id": "Q498397", "display_name": "Veritas Software", "legal_name": null, "aliases": ["Veritas", "Veritas Software Corporation", "Veritas Technologies", "Veritas Technologies LLC"], "website": "https://www.veritas.com", "canonical_domain": "veritas.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Veritas_Logo_neu.svg", "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3375 +{"wikidata_id": "Q5282441", "display_name": "Disney D23", "legal_name": null, "aliases": ["D23", "D23 Expo", "D23: The Official Disney Fan Club"], "website": "https://d23.com", "canonical_domain": "d23.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["The Walt Disney Company", "entertainment"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_D23_logo_2023.svg", "description": "The Walt Disney Company's official fan club", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3376 +{"wikidata_id": "Q55633750", "display_name": "Cash App", "legal_name": null, "aliases": ["Cash app", "INC", "Cashapp", "Square Cash"], "website": "https://cash.app", "canonical_domain": "cash.app", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["payments"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Square_Cash_app_logo.svg", "description": "mobile payment service", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3377 +{"wikidata_id": "Q591457", "display_name": "Electro-Harmonix", "legal_name": null, "aliases": ["EHX", "Electro Harmonix", "Electro-Harmonix Deluxe Memory Man", "Electro-Harmonix Electric Mistress", "Electro-Harmonix Holy Grail", "Electro-Harmonix LPB-1", "Electro-Harmonix POG", "Electro-Harmonix Small Clone"], "website": "https://www.ehx.com", "canonical_domain": "ehx.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Guitar pedals company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3378 +{"wikidata_id": "Q612938", "display_name": "Harlequin Enterprises", "legal_name": null, "aliases": ["Harlequin", "Harlequin Books"], "website": "https://www.harlequin.fr", "canonical_domain": "harlequin.fr", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95149", "name": "HarperCollins"}, "logo_url": null, "description": "Canadian book publisher of series romance and women's fiction", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3379 +{"wikidata_id": "Q632324", "display_name": "White Pass and Yukon Route", "legal_name": null, "aliases": ["WPY", "WP&Y", "WP&YR"], "website": "https://wpyr.com", "canonical_domain": "wpyr.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway line", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3380 +{"wikidata_id": "Q6380402", "display_name": "kayak.com", "legal_name": null, "aliases": ["Kayak"], "website": "https://www.kayak.com.ar", "canonical_domain": "kayak.com.ar", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["internet"], "industry_labels": ["search engine"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18674747", "name": "Booking Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KAYAK_Software_Corporation_logo.svg", "description": "fare aggregator and travel metasearch engine", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3381 +{"wikidata_id": "Q655493", "display_name": "Petroglyph Games", "legal_name": null, "aliases": ["Petroglpyh Games"], "website": "https://petroglyphgames.com", "canonical_domain": "petroglyphgames.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game publisher and video game developer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3382 +{"wikidata_id": "Q668735", "display_name": "Big Fish Games", "legal_name": null, "aliases": ["Inc."], "website": "https://bigfishgames.com", "canonical_domain": "bigfishgames.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300S1SBJHAT7GMI52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Fish_Games_logo.svg", "description": "casual gaming company based in Seattle", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3383 +{"wikidata_id": "Q674582", "display_name": "PNY Technologies", "legal_name": null, "aliases": ["PNY"], "website": "https://www.pny.com", "canonical_domain": "pny.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PNY_Technologies_logo.svg", "description": "American electronics company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3384 +{"wikidata_id": "Q680061", "display_name": "Konvict Muzik", "legal_name": null, "aliases": [], "website": "https://www.konvictmuzikgroup.com", "canonical_domain": "konvictmuzikgroup.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3385 +{"wikidata_id": "Q7537603", "display_name": "Skybound Entertainment", "legal_name": null, "aliases": [], "website": "https://www.skybound.com", "canonical_domain": "skybound.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": ["comics industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q913301", "name": "Image Comics"}, "logo_url": null, "description": "American multi-platform entertainment company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3386 +{"wikidata_id": "Q765087", "display_name": "Fruit of the Loom", "legal_name": null, "aliases": [], "website": "https://www.fruit.com", "canonical_domain": "fruit.com", "country": "US", "hq_city": "Bowling Green", "hq_region": "Warren County", "lat": 36.98167, "lon": -86.44444, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fruit_of_the_Loom_logo.svg", "description": "American textile company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3387 +{"wikidata_id": "Q780437", "display_name": "Phoenix Technologies", "legal_name": null, "aliases": [], "website": "https://phoenixtech.com", "canonical_domain": "phoenixtech.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phoenix_Technologies_logo.svg", "description": "American software company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3388 +{"wikidata_id": "Q7896496", "display_name": "University of Toronto Press", "legal_name": null, "aliases": ["UTP"], "website": "https://utorontopress.com", "canonical_domain": "utorontopress.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q180865", "name": "University of Toronto"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UofT_Press_logo.webp", "description": "Canadian scholarly publisher and book distributer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3389 +{"wikidata_id": "Q793430", "display_name": "Bergdorf Goodman", "legal_name": null, "aliases": [], "website": "https://www.bergdorfgoodman.com", "canonical_domain": "bergdorfgoodman.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bergdorf_Goodman_Logo.svg", "description": "department store in New York City, New York, United States", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3390 +{"wikidata_id": "Q796309", "display_name": "BMC Software", "legal_name": null, "aliases": ["BMC", "BMC Software Inc."], "website": "https://www.bmc.com", "canonical_domain": "bmc.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BMC_Software_logo_%282014%29.svg", "description": "software development company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3391 +{"wikidata_id": "Q8045045", "display_name": "Avelo Airlines", "legal_name": null, "aliases": ["Avelo", "Xtra Airways"], "website": "https://www.aveloair.com", "canonical_domain": "aveloair.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Avelo_Airlines.svg", "description": "American ultra low-cost airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3392 +{"wikidata_id": "Q84065", "display_name": "International Motor Sports Association", "legal_name": null, "aliases": ["IMSA"], "website": "https://www.imsa.com", "canonical_domain": "imsa.com", "country": "US", "hq_city": "Daytona Beach", "hq_region": "Volusia County", "lat": 29.21083, "lon": -81.02278, "industries": ["automotive"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/International_Motor_Sports_Association_logo_%282014-present%29.svg", "description": "North American auto racing sanctioning body", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3393 +{"wikidata_id": "Q844073", "display_name": "Yuengling", "legal_name": null, "aliases": ["D. G. Yuengling & Son", "Eagle Brewery", "Yuengling Brewery"], "website": "https://www.yuengling.com", "canonical_domain": "yuengling.com", "country": "US", "hq_city": "Pottsville", "hq_region": "Schuylkill County", "lat": 40.685, "lon": -76.2028, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1829, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "the oldest operating brewing company in the United States", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3394 +{"wikidata_id": "Q86853", "display_name": "Linden Lab", "legal_name": null, "aliases": ["Linden Research", "Inc."], "website": "https://www.lindenlab.com", "canonical_domain": "lindenlab.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["technology company"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Linden_Lab_logo.svg", "description": "American company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3395 +{"wikidata_id": "Q921556", "display_name": "Blur Studio", "legal_name": null, "aliases": [], "website": "https://www.blur.com", "canonical_domain": "blur.com", "country": "US", "hq_city": "Venice", "hq_region": "Los Angeles", "lat": 33.99083, "lon": -118.45917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American visual effects, animation and design company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3396 +{"wikidata_id": "Q942820", "display_name": "Hopeless Records", "legal_name": null, "aliases": [], "website": "https://www.hopelessrecords.com", "canonical_domain": "hopelessrecords.com", "country": "US", "hq_city": "Van Nuys", "hq_region": "Los Angeles", "lat": 34.1833, "lon": -118.4333, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hr-logo-color.png", "description": "American record label", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3397 +{"wikidata_id": "Q945493", "display_name": "Great Lakes Airlines", "legal_name": null, "aliases": ["GLA", "ZK", "Great Lakes Aviation", "LAKES AIR"], "website": "https://www.flygreatlakes.com", "canonical_domain": "flygreatlakes.com", "country": "US", "hq_city": "Cheyenne", "hq_region": "Laramie County", "lat": 41.14556, "lon": -104.80194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in the United States", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3398 +{"wikidata_id": "Q5039014", "display_name": "CVS Caremark", "legal_name": null, "aliases": ["Caremark Rx", "CVS/caremark", "CVScaremark"], "website": "https://www.caremark.com", "canonical_domain": "caremark.com", "country": "US", "hq_city": "Woonsocket", "hq_region": "Providence County", "lat": 42.00833, "lon": -71.51611, "industries": ["retail"], "industry_labels": ["pharmacy benefits manager"], "founded_year": 1993, "employees": 14681, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624375", "name": "CVS Health"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CVSCaremarkLogo2014.png", "description": "prescription benefit management subsidiary of CVS Health", "sitelinks": 3, "importance": 0.2846, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3399 +{"wikidata_id": "Q913631", "display_name": "Bridge 9 Records", "legal_name": null, "aliases": [], "website": "https://www.bridge9.com", "canonical_domain": "bridge9.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": 8, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 10, "importance": 0.2839, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3400 +{"wikidata_id": "Q30256497", "display_name": "Perma-Fix Environmental Services", "legal_name": null, "aliases": ["Perma-Fix", "Inc."], "website": "https://www.perma-fix.com", "canonical_domain": "perma-fix.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["utilities"], "industry_labels": [], "founded_year": 1990, "employees": 325, "public_company": true, "ticker": "PESI", "exchange": "Nasdaq", "lei": "54930015OVD1T5P12U15", "sec_cik": "891532", "parent": null, "logo_url": null, "description": "hazardous waste treatment and disposal company", "sitelinks": 0, "importance": 0.2838, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3401 +{"wikidata_id": "Q5718132", "display_name": "Banco de Seguros del Estado", "legal_name": null, "aliases": [], "website": "https://www.bse.com.uy", "canonical_domain": "bse.com.uy", "country": "UY", "hq_city": "Centro", "hq_region": "Municipality B", "lat": -34.90361, "lon": -56.18833, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1911, "employees": 2630, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BSE_logo.png", "description": "Uruguayan state-owned insurance company", "sitelinks": 4, "importance": 0.2832, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3402 +{"wikidata_id": "Q5065318", "display_name": "Cervecería Nacional Dominicana", "legal_name": null, "aliases": ["Cerveceria Nacional Dominicana"], "website": "https://www.cnd.com.do", "canonical_domain": "cnd.com.do", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1929, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Dominican alcohol producer", "sitelinks": 4, "importance": 0.2825, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3403 +{"wikidata_id": "Q7803012", "display_name": "Tilted Kilt Pub & Eatery", "legal_name": null, "aliases": ["Tilted Kilt", "Tilted Kilt Pub and Eatery"], "website": "https://tiltedkilt.com", "canonical_domain": "tiltedkilt.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2003, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Celtic-themed sports bar and restaurant chain in the United States and Canada", "sitelinks": 4, "importance": 0.2825, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3404 +{"wikidata_id": "Q2083648", "display_name": "Kerio Technologies", "legal_name": null, "aliases": [], "website": "https://www.kerio.com", "canonical_domain": "kerio.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": [], "founded_year": 1997, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KerioTechnologiesLogo.png", "description": "American software company", "sitelinks": 6, "importance": 0.2814, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3405 +{"wikidata_id": "Q91490380", "display_name": "Accelerate Diagnostics", "legal_name": null, "aliases": ["Inc."], "website": "https://acceleratediagnostics.com", "canonical_domain": "acceleratediagnostics.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1987, "employees": 275, "public_company": true, "ticker": "AXDX", "exchange": "Nasdaq", "lei": "2549007HE5QY1QEQ8K43", "sec_cik": "727207", "parent": null, "logo_url": null, "description": "diagnostics company", "sitelinks": 0, "importance": 0.2814, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3406 +{"wikidata_id": "Q15712011", "display_name": "Zello", "legal_name": null, "aliases": ["Loudtalks"], "website": "https://zello.com", "canonical_domain": "zello.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["internet"], "industry_labels": ["mobile application development"], "founded_year": null, "employees": 14, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zello_logo.svg", "description": "software development company", "sitelinks": 9, "importance": 0.2813, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3407 +{"wikidata_id": "Q22077752", "display_name": "BitGo", "legal_name": null, "aliases": [], "website": "https://www.bitgo.com", "canonical_domain": "bitgo.com", "country": "US", "hq_city": "Sioux Falls", "hq_region": "Minnehaha County", "lat": 43.54606, "lon": -96.73139, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": 566, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1737560", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BitGo_Color_Large.png", "description": "security company in California", "sitelinks": 5, "importance": 0.2802, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3408 +{"wikidata_id": "Q109256454", "display_name": "Sierra Space", "legal_name": null, "aliases": ["Sierra Space Corporation"], "website": "https://sierraspace.com", "canonical_domain": "sierraspace.com", "country": "US", "hq_city": "Louisville", "hq_region": "Boulder County", "lat": 39.9758, "lon": -105.144, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": null, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3483455", "name": "Sierra Nevada Corporation"}, "logo_url": null, "description": "American spaceflight company", "sitelinks": 4, "importance": 0.2792, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3409 +{"wikidata_id": "Q6653038", "display_name": "Littler Mendelson", "legal_name": null, "aliases": ["Littler (law firm)", "Littler Mendelson P.C.", "Littler", "Mendelson", "Fastiff", "Tichy & Mathiason"], "website": "https://littler.com", "canonical_domain": "littler.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1942, "employees": 1900, "public_company": false, "ticker": null, "exchange": null, "lei": "549300EFXEVX6G1UGC47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Littler_logo.svg", "description": "U.S.-based law firm", "sitelinks": 4, "importance": 0.2785, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3410 +{"wikidata_id": "Q110701976", "display_name": "Altos Labs", "legal_name": null, "aliases": ["Inc.", "Altos Labs™"], "website": "https://altoslabs.com", "canonical_domain": "altoslabs.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2021, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altos_Labs_logo.svg", "description": "American biotechnology company", "sitelinks": 5, "importance": 0.2784, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3411 +{"wikidata_id": "Q5155379", "display_name": "Zaffari", "legal_name": null, "aliases": [], "website": "https://www.grupozaffari.com.br", "canonical_domain": "grupozaffari.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1935, "employees": 9206, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian supermarket and shopping mall company", "sitelinks": 3, "importance": 0.2779, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3412 +{"wikidata_id": "Q5061757", "display_name": "Grupo Record", "legal_name": null, "aliases": [], "website": "https://www.r7.com", "canonical_domain": "r7.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1989, "employees": 9000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian mass media company", "sitelinks": 3, "importance": 0.2776, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3413 +{"wikidata_id": "Q1034273", "display_name": "Cape Air", "legal_name": null, "aliases": [], "website": "https://www.capeair.com", "canonical_domain": "capeair.com", "country": "US", "hq_city": "Hyannis", "hq_region": "Barnstable County", "lat": 41.65278, "lon": -70.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3414 +{"wikidata_id": "Q1039380", "display_name": "New York Life Insurance Company", "legal_name": null, "aliases": ["New York Life Insurance Co."], "website": "https://newyorklife.com", "canonical_domain": "newyorklife.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["insurance"], "industry_labels": ["insurance", "life insurance"], "founded_year": 1845, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "TAE73CY392TBWJ3O3305", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_York_Life_Insurance_Company_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3415 +{"wikidata_id": "Q1051593", "display_name": "Johnny Rockets", "legal_name": null, "aliases": [], "website": "https://johnnyrockets.com", "canonical_domain": "johnnyrockets.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Johnny_Rockets_logo.svg", "description": "American restaurant chain", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3416 +{"wikidata_id": "Q1072948", "display_name": "Chili's", "legal_name": null, "aliases": ["Chili's Grill & Bar", "It's Just Wings"], "website": "https://www.chilis.com", "canonical_domain": "chilis.com", "country": "US", "hq_city": "Coppell", "hq_region": "Denton County", "lat": 32.95457, "lon": -97.01501, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q917487", "name": "Brinker International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chili%27s_Logo.svg", "description": "American restaurant chain", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3417 +{"wikidata_id": "Q107661386", "display_name": "Framework Computer Inc", "legal_name": "Framework Computer Inc", "aliases": [], "website": "https://frame.work", "canonical_domain": "frame.work", "country": "US", "hq_city": "Burlingame", "hq_region": "San Mateo County", "lat": 37.58333, "lon": -122.36361, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Framework_Computer_logo.svg", "description": "American computer company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3418 +{"wikidata_id": "Q108187217", "display_name": "Scuderia Cameron Glickenhaus", "legal_name": null, "aliases": ["Glickenhaus", "SCG"], "website": "https://glickenhausracing.com", "canonical_domain": "glickenhausracing.com", "country": "US", "hq_city": "Sleepy Hollow", "hq_region": "Mount Pleasant", "lat": 41.09194, "lon": -73.86444, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "car manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3419 +{"wikidata_id": "Q1098120", "display_name": "High Moon Studios", "legal_name": null, "aliases": [], "website": "https://www.highmoonstudios.com", "canonical_domain": "highmoonstudios.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q200491", "name": null}, "logo_url": null, "description": "American video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3420 +{"wikidata_id": "Q1121227", "display_name": "Companhia Paulista de Trens Metropolitanos", "legal_name": null, "aliases": ["CPTM", "São Paulo Metropolitan Train Company"], "website": "https://www.cptm.sp.gov.br", "canonical_domain": "cptm.sp.gov.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPTM_%28Logo%29.svg", "description": "Brazilian rail transport operator", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3421 +{"wikidata_id": "Q1138480", "display_name": "UGG", "legal_name": null, "aliases": ["UGG Australia"], "website": "https://www.ugg.com", "canonical_domain": "ugg.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1181953", "name": "Deckers Outdoor Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UGG_Australia_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3422 +{"wikidata_id": "Q1142753", "display_name": "Grupo Elektra", "legal_name": null, "aliases": ["S.A.B. de C.V.", "SAB de CV"], "website": "https://www.elektra.com.mx", "canonical_domain": "elektra.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Elektra_logo.svg", "description": "Mexican department store conglomerate, owned by Grupo Salinas", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3423 +{"wikidata_id": "Q1145445", "display_name": "Endeavor Air", "legal_name": null, "aliases": ["Delta Connection", "Inc.", "Express Airlines I", "Northwest Express Airlines", "Pinnacle Airlines"], "website": "https://www.endeavorair.com", "canonical_domain": "endeavorair.com", "country": "US", "hq_city": "Fort Snelling", "hq_region": "Hennepin County", "lat": 44.88194, "lon": -93.21583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188920", "name": "Delta Air Lines"}, "logo_url": null, "description": "airline in the United States", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3424 +{"wikidata_id": "Q1154482", "display_name": "DLA Piper", "legal_name": null, "aliases": ["DLA Piper US LLP"], "website": "https://www.dlapiper.com", "canonical_domain": "dlapiper.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DLA_Piper_%E3%81%AE%E3%83%AD%E3%82%B4.jpg", "description": "multinational law firm", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3425 +{"wikidata_id": "Q1159473", "display_name": "Danelectro", "legal_name": null, "aliases": [], "website": "https://www.danelectro.com", "canonical_domain": "danelectro.com", "country": "US", "hq_city": "Camarillo", "hq_region": "Ventura County", "lat": 34.22556, "lon": -119.03222, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Danelectro_red_logo.png", "description": "US company; brand of musical instruments", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3426 +{"wikidata_id": "Q1208279", "display_name": "Petro-Canada", "legal_name": null, "aliases": [], "website": "https://www.petro-canada.ca", "canonical_domain": "petro-canada.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1516410", "name": "Suncor Energy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petro-Canada_logo.svg", "description": "Canadian fuel company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3427 +{"wikidata_id": "Q1272840", "display_name": "D'Addario", "legal_name": null, "aliases": [], "website": "https://www.daddario.com", "canonical_domain": "daddario.com", "country": "US", "hq_city": "Farmingdale", "hq_region": "Oyster Bay", "lat": 40.7333, "lon": -73.445, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daddario_logo.svg", "description": "American company/maker of musical instrument strings and accessories", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3428 +{"wikidata_id": "Q1273958", "display_name": "EBSCO Information Services", "legal_name": null, "aliases": ["EBSCO"], "website": "https://www.ebsco.com", "canonical_domain": "ebsco.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["media"], "industry_labels": ["information services"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EBSCO_logo.svg", "description": "library resource company in the academic, medical, K–12, public library, law, corporate, and government markets", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3429 +{"wikidata_id": "Q1278338", "display_name": "Clic Air", "legal_name": null, "aliases": ["EasyFly"], "website": "https://clicair.co", "canonical_domain": "clicair.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clic_Air_Colombia.webp", "description": "Colombian regional airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3430 +{"wikidata_id": "Q1319923", "display_name": "LATAM Cargo Chile", "legal_name": null, "aliases": ["LAN Cargo", "LAN Cargo S.A.", "LAN Cargo SA"], "website": "https://www.latamcargo.com", "canonical_domain": "latamcargo.com", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1321868", "name": "LATAM Airlines Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Latam-logo_-v_%28Indigo%29.svg", "description": "airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1189545"}]}
3431 +{"wikidata_id": "Q1320877", "display_name": "Línea Aérea Amaszonas", "legal_name": null, "aliases": ["Amaszonas Linea Aerea"], "website": "https://www.amaszonas.com", "canonical_domain": "amaszonas.com", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L%C3%ADnea_A%C3%A9rea_Amaszonas_logo.png", "description": "Bolivian airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q21097908"}]}
3432 +{"wikidata_id": "Q13635788", "display_name": "Hennessey Performance Engineering", "legal_name": null, "aliases": ["HPE"], "website": "https://www.hennesseyperformance.com", "canonical_domain": "hennesseyperformance.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hennessey_logo.png", "description": "American automobile manufacturer and modifier", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3433 +{"wikidata_id": "Q1440184", "display_name": "Fox Racing", "legal_name": null, "aliases": ["Fox Head", "Inc.", "Fox Racing.com"], "website": "https://www.foxracing.com", "canonical_domain": "foxracing.com", "country": "US", "hq_city": "Morgan Hill", "hq_region": "Santa Clara County", "lat": 37.13056, "lon": -121.65444, "industries": ["automotive", "apparel"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IBDNWPVYK0FA97", "sec_cik": null, "parent": {"wikidata_id": "Q21072695", "name": "Vista Outdoor"}, "logo_url": null, "description": "American action sports and clothing brand", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3434 +{"wikidata_id": "Q1465172", "display_name": "Lulu Press, Inc.", "legal_name": null, "aliases": ["لولو"], "website": "https://www.lulu.com", "canonical_domain": "lulu.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["media", "retail"], "industry_labels": ["self-publishing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lulu-logo.svg", "description": "company offering self-publishing, printing, and distribution services", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3435 +{"wikidata_id": "Q15058132", "display_name": "United States Playing Card Company", "legal_name": null, "aliases": ["Russell", "Morgan & Co.", "The U.S. playing card company", "USPCC"], "website": "https://www.usplayingcard.com", "canonical_domain": "usplayingcard.com", "country": "US", "hq_city": "Erlanger", "hq_region": "Kenton County", "lat": 39.0136, "lon": -84.5942, "industries": ["manufacturing", "media"], "industry_labels": ["playing card"], "founded_year": 1867, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": null, "description": "playing card manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3436 +{"wikidata_id": "Q17019647", "display_name": "Grubhub", "legal_name": "Grubhub Holdings Inc.", "aliases": [], "website": "https://www.grubhub.com", "canonical_domain": "grubhub.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["logistics"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900CR2K1AJ5W4RR39", "sec_cik": "1594109", "parent": {"wikidata_id": "Q1359435", "name": "Just Eat Takeaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GrubHub_Logo_2016.svg", "description": "on-demand restaurant food delivery service", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1594109", "enriched_at": "2026-09-13T07:18:55+00:00"}}
3437 +{"wikidata_id": "Q1753057", "display_name": "Tuff Gong", "legal_name": null, "aliases": [], "website": "https://www.tuffgong.com", "canonical_domain": "tuffgong.com", "country": "JM", "hq_city": "Jamaica", "hq_region": null, "lat": 18.18, "lon": -77.4, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bob Marley family record label and studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3438 +{"wikidata_id": "Q1757254", "display_name": "OKeh Records", "legal_name": "Okeh", "aliases": ["LC 00288", "LC 0288", "OkeH", "Okeh Records Inc."], "website": "https://www.okeh-records.com", "canonical_domain": "okeh-records.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okehlogo.jpg", "description": "American record label; imprint of Otto Heineman Phonograph Supply Company, Inc.", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3439 +{"wikidata_id": "Q1758109", "display_name": "Saddle Creek Records", "legal_name": null, "aliases": [], "website": "https://www.saddle-creek.com", "canonical_domain": "saddle-creek.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saddle_Creek_Records_logo.png", "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3440 +{"wikidata_id": "Q1779040", "display_name": "McCann", "legal_name": null, "aliases": ["McCann Erickson", "McCann Worldgroup"], "website": "https://www.mccann.com", "canonical_domain": "mccann.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["media"], "industry_labels": ["advertising industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1501630", "name": "Interpublic Group of Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McCann_Logo_2015.jpg", "description": "advertising agency", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3441 +{"wikidata_id": "Q1809970", "display_name": "Raging Stallion Studios", "legal_name": null, "aliases": ["Raging Stallion"], "website": "https://www.ragingstallion.com", "canonical_domain": "ragingstallion.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["pornography industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raging_Stallion_logo_2020s.svg", "description": "American pornographic film studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3442 +{"wikidata_id": "Q1826405", "display_name": "Aeropostal Alas de Venezuela", "legal_name": null, "aliases": ["Aeropostal"], "website": "https://www.aeropostal.com", "canonical_domain": "aeropostal.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aeropostal_logo.svg", "description": "Venezuelan airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3443 +{"wikidata_id": "Q18351488", "display_name": "Magic Leap", "legal_name": null, "aliases": ["Inc.", "MagicLeap"], "website": "https://www.magicleap.com", "canonical_domain": "magicleap.com", "country": "US", "hq_city": "Plantation", "hq_region": "Broward County", "lat": 26.12444, "lon": -80.24944, "industries": ["technology"], "industry_labels": ["high tech"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magic_Leap_%28logo%29.png", "description": "American augmented reality hardware manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3444 +{"wikidata_id": "Q18378737", "display_name": "SmartThings", "legal_name": null, "aliases": [], "website": "https://smartthings.com", "canonical_domain": "smartthings.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["manufacturing"], "industry_labels": ["home automation"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20718", "name": "Samsung Electronics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SmartThings_Logo_2024.svg", "description": "American Home Automation technology company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3445 +{"wikidata_id": "Q1921640", "display_name": "Merge Records", "legal_name": "Merge Records", "aliases": [], "website": "https://www.mergerecords.com", "canonical_domain": "mergerecords.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US independent record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3446 +{"wikidata_id": "Q1932886", "display_name": "Spanx, Inc.", "legal_name": null, "aliases": ["Spanx"], "website": "https://www.spanx.com", "canonical_domain": "spanx.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spanx_logo.svg", "description": "American intimate apparel company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3447 +{"wikidata_id": "Q1998755", "display_name": "Seymour Duncan", "legal_name": null, "aliases": [], "website": "https://www.seymourduncan.com", "canonical_domain": "seymourduncan.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seymour_duncan_logo.png", "description": "American manufacturer of guitar accesories", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3448 +{"wikidata_id": "Q201850", "display_name": "Kansas City Southern Railway", "legal_name": null, "aliases": [], "website": "https://www.kcsouthern.com", "canonical_domain": "kcsouthern.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["transportation"], "industry_labels": [], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q117706368", "name": "Canadian Pacific Kansas City"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kansas_City_Southern_Logo.png", "description": "American Class I railroad company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1361484"}, {"related_domain_conflict": "Q16980898"}]}
3449 +{"wikidata_id": "Q20313134", "display_name": "Animaccord", "legal_name": null, "aliases": ["Animaccord Animation Studio"], "website": "https://www.animaccord.com", "canonical_domain": "animaccord.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Animaccord_Animation_Studio_logo_%282024%29.svg", "description": "animation studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3450 +{"wikidata_id": "Q225613", "display_name": "iStock", "legal_name": null, "aliases": ["iStock by Getty Images"], "website": "https://www.istockphoto.com", "canonical_domain": "istockphoto.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["media"], "industry_labels": ["stock photography"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1520122", "name": "Getty Images"}, "logo_url": null, "description": "microstock photography website", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3451 +{"wikidata_id": "Q2257321", "display_name": "M-Audio", "legal_name": null, "aliases": [], "website": "https://www.m-audio.com", "canonical_domain": "m-audio.com", "country": "US", "hq_city": "Cumberland", "hq_region": "Providence County", "lat": 41.96667, "lon": -71.43278, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M-Audio_%28logo%29.jpg", "description": "brand of music equipment", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3452 +{"wikidata_id": "Q2326925", "display_name": "Overbrook Entertainment", "legal_name": null, "aliases": [], "website": "https://www.overbrookent.com", "canonical_domain": "overbrookent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American entertainment company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3453 +{"wikidata_id": "Q2413243", "display_name": "The Orchard", "legal_name": null, "aliases": ["BalconyTV", "Orchard Enterprises NY", "Inc.", "The Orchard Enterprises", "The Orchard Enterprises NY", "Inc.", "The Orchard Music"], "website": "https://theorchard.com", "canonical_domain": "theorchard.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Orchard_Logo.svg", "description": "American music and entertainment company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3454 +{"wikidata_id": "Q2456091", "display_name": "Immortal Records", "legal_name": null, "aliases": [], "website": "https://www.immortalrecords.com", "canonical_domain": "immortalrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3455 +{"wikidata_id": "Q2482872", "display_name": "Universal Records", "legal_name": null, "aliases": [], "website": "https://universalrecords.com", "canonical_domain": "universalrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Records_logo.svg", "description": "US record label (1995-2006)", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3456 +{"wikidata_id": "Q2557807", "display_name": "Wellington Management Company", "legal_name": null, "aliases": [], "website": "https://www.wellington.com", "canonical_domain": "wellington.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "902219", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wellington_Management_logo.svg", "description": "American investment management firm", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3457 +{"wikidata_id": "Q2601293", "display_name": "Island Air (Hawaii)", "legal_name": null, "aliases": [], "website": "https://www.islandair.com", "canonical_domain": "islandair.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former American commuter airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3458 +{"wikidata_id": "Q26924", "display_name": "AND1", "legal_name": null, "aliases": ["and1"], "website": "https://and1.com", "canonical_domain": "and1.com", "country": "US", "hq_city": "Aliso Viejo", "hq_region": "Orange County", "lat": 33.61619, "lon": -117.74443, "industries": ["apparel"], "industry_labels": ["textile industry", "sports industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/And1_textlogo.png", "description": "American sporting goods manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3459 +{"wikidata_id": "Q27012668", "display_name": "Brightline", "legal_name": null, "aliases": ["All Aboard Florida", "Virgin Trains USA"], "website": "https://www.gobrightline.com", "canonical_domain": "gobrightline.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 28.41173, "lon": -81.30839, "industries": ["transportation"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brightline_Logo.svg", "description": "intercity higher-speed train service between Miami and Orlando, USA", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3460 +{"wikidata_id": "Q2734250", "display_name": "XFX", "legal_name": null, "aliases": ["XFX Inc.", "XFX Technology", "XFX Technology Inc."], "website": "https://www.xfxforce.com", "canonical_domain": "xfxforce.com", "country": "US", "hq_city": "Ontario", "hq_region": "San Bernardino County", "lat": 34.05278, "lon": -117.62778, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11104472", "name": "Pine Technology Holdings Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XFX_2019_logo.svg", "description": "American computer hardware manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3461 +{"wikidata_id": "Q30106175", "display_name": "JetSmart", "legal_name": null, "aliases": [], "website": "https://jetsmart.com", "canonical_domain": "jetsmart.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_JetSmart.svg", "description": "South American ultra low-cost airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q73246554"}, {"related_domain_conflict": "Q124350235"}]}
3462 +{"wikidata_id": "Q305378", "display_name": "Solid State Records", "legal_name": null, "aliases": ["Solid State"], "website": "https://www.solidstaterecords.com", "canonical_domain": "solidstaterecords.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2297042", "name": "Tooth & Nail Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solidstaterecordslogo.png", "description": "American Christian record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3463 +{"wikidata_id": "Q3290511", "display_name": "Record Report", "legal_name": null, "aliases": [], "website": "https://www.recordreport.com.ve", "canonical_domain": "recordreport.com.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "singles chart in Venezuela", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3464 +{"wikidata_id": "Q369128", "display_name": "General Tire", "legal_name": null, "aliases": ["General Tire and Rubber Company", "General Tire International Company"], "website": "https://www.generaltire.com", "canonical_domain": "generaltire.com", "country": "US", "hq_city": "Fort Mill", "hq_region": "York County", "lat": 35.00583, "lon": -80.94694, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q163241", "name": "Continental AG"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Tire_logo.svg", "description": "American tire manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3465 +{"wikidata_id": "Q377453", "display_name": "Third Man Records", "legal_name": null, "aliases": [], "website": "https://www.thirdmanrecords.com", "canonical_domain": "thirdmanrecords.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3466 +{"wikidata_id": "Q379801", "display_name": "Advent International", "legal_name": null, "aliases": [], "website": "https://www.adventinternational.com", "canonical_domain": "adventinternational.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American global private equity firm", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3467 +{"wikidata_id": "Q3800955", "display_name": "Invicta Fighting Championships", "legal_name": null, "aliases": ["Invicta FC"], "website": "https://invictafc.com", "canonical_domain": "invictafc.com", "country": "US", "hq_city": "Enka", "hq_region": "Buncombe County", "lat": 35.54983, "lon": -82.65013, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA promoter based United States", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3468 +{"wikidata_id": "Q39086685", "display_name": "Lime", "legal_name": null, "aliases": ["LimeBike", "Neutron Holdings", "Inc."], "website": "https://www.li.me", "canonical_domain": "li.me", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["transportation", "hospitality"], "industry_labels": ["transport company", "bicycle-sharing system", "e-scooter-sharing system", "All Other Transit and Ground Passenger Transportation", "All Other Traveler Accommodation"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300W1F8PO8BQFD775", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lime_Logos-wiki-01.svg", "description": "American transportation company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3469 +{"wikidata_id": "Q402770", "display_name": "Asia Pacific Airlines", "legal_name": null, "aliases": [], "website": "https://www.flypa.com", "canonical_domain": "flypa.com", "country": "US", "hq_city": "Guam", "hq_region": "United States", "lat": 13.5, "lon": 144.8, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7682056", "name": "Tan Holdings Corporation"}, "logo_url": null, "description": "airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3470 +{"wikidata_id": "Q4035042", "display_name": "Bering Air", "legal_name": null, "aliases": [], "website": "https://www.beringair.com", "canonical_domain": "beringair.com", "country": "US", "hq_city": "Nome", "hq_region": "Nome Census Area", "lat": 64.5, "lon": -165.4, "industries": ["airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bering_Air_Logo.svg", "description": "commuter airline based out of Nome, Alaska", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3471 +{"wikidata_id": "Q4038071", "display_name": "Lynx Air", "legal_name": null, "aliases": ["Enerjet"], "website": "https://www.flylynx.com", "canonical_domain": "flylynx.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lynx_Air_Logo.png", "description": "Canadian airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3472 +{"wikidata_id": "Q4038797", "display_name": "Flair Airlines", "legal_name": null, "aliases": [], "website": "https://flyflair.com", "canonical_domain": "flyflair.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flair_Airlines_logo_%282019%29.svg", "description": "Canadian low-cost airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3473 +{"wikidata_id": "Q4672981", "display_name": "Ace Hardware", "legal_name": null, "aliases": ["Ace Hardware Corporation"], "website": "https://www.acehardware.com", "canonical_domain": "acehardware.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["retail"], "industry_labels": ["hardware store"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493002WMDWGNHBLKW26", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ace_Hardware_Logo.svg", "description": "American hardware cooperative", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3474 +{"wikidata_id": "Q4713342", "display_name": "Alcon Entertainment", "legal_name": null, "aliases": ["Alcon Entertainment LLC"], "website": "https://www.alconent.com", "canonical_domain": "alconent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3475 +{"wikidata_id": "Q4811533", "display_name": "Astrobotic Technology", "legal_name": null, "aliases": ["Astrobotic", "Astrobotic (United States)"], "website": "https://www.astrobotic.com", "canonical_domain": "astrobotic.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1436193", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astrobotic_Technology_Logo.svg", "description": "American space robotics company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3476 +{"wikidata_id": "Q491770", "display_name": "andesonline.com", "legal_name": null, "aliases": [], "website": "https://www.andesonline.com", "canonical_domain": "andesonline.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Andes_L%C3%ADneas_A%C3%A9reas_Logo.svg", "description": "airline in Argentina", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3477 +{"wikidata_id": "Q5047900", "display_name": "Casa da Moeda do Brasil", "legal_name": null, "aliases": [], "website": "https://www.casadamoeda.gov.br", "canonical_domain": "casadamoeda.gov.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.90649, "lon": -43.19078, "industries": ["industrial-machinery", "manufacturing"], "industry_labels": [], "founded_year": 1694, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294782", "name": "Ministry of Finance of Brazil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Casa_da_Moeda_do_Brasil.svg", "description": "Brazilian mint and printing press, founded in 1694", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3478 +{"wikidata_id": "Q511652", "display_name": "Jagjaguwar", "legal_name": null, "aliases": [], "website": "https://www.jagjaguwar.com", "canonical_domain": "jagjaguwar.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Monroe County", "lat": 39.16667, "lon": -86.53472, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JagjaguwarLogo.gif", "description": "American independent record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3479 +{"wikidata_id": "Q548133", "display_name": "LASER Airlines", "legal_name": null, "aliases": ["Línea Aérea de Servicio Ejecutivo Regional"], "website": "https://www.laserairlines.com", "canonical_domain": "laserairlines.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Laser_Airlines_%282018%29.jpg", "description": "Venezuelan Airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3480 +{"wikidata_id": "Q55641146", "display_name": "Breeze Airways", "legal_name": null, "aliases": ["Moxy Airways"], "website": "https://www.flybreeze.com", "canonical_domain": "flybreeze.com", "country": "US", "hq_city": "Cottonwood Heights", "hq_region": "Salt Lake County", "lat": 40.61722, "lon": -111.82028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BreezeAirwayslogo.svg", "description": "American airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3481 +{"wikidata_id": "Q570930", "display_name": "Jeppesen", "legal_name": null, "aliases": ["Jeppesen Sanderson", "Jeppesen Sanderson", "Inc."], "website": "https://www.jeppesen.com", "canonical_domain": "jeppesen.com", "country": "US", "hq_city": "Inverness", "hq_region": "Colorado", "lat": 39.5622, "lon": -104.863, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Jeppesen.svg", "description": "American company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3482 +{"wikidata_id": "Q651120", "display_name": "Frederator Studios", "legal_name": null, "aliases": [], "website": "https://frederatorstudios.com", "canonical_domain": "frederatorstudios.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q24204267", "name": "Frederator Networks, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frederator_Studios_logo.png", "description": "American animation television production studio", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3483 +{"wikidata_id": "Q656752", "display_name": "Rykodisc", "legal_name": null, "aliases": [], "website": "https://rykodisc.com", "canonical_domain": "rykodisc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "US record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3484 +{"wikidata_id": "Q7024361", "display_name": "Nicalis", "legal_name": null, "aliases": [], "website": "https://www.nicalis.com", "canonical_domain": "nicalis.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nicalis_logo.png", "description": "American video game development and publishing company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3485 +{"wikidata_id": "Q7337792", "display_name": "Wrike Inc.", "legal_name": null, "aliases": [], "website": "https://www.wrike.com", "canonical_domain": "wrike.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wrike_logo.png", "description": "project management software business", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3486 +{"wikidata_id": "Q743497", "display_name": "Neiman Marcus", "legal_name": null, "aliases": ["Inc.", "Neiman-Marcus", "Neimans"], "website": "https://www.neimanmarcus.com", "canonical_domain": "neimanmarcus.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neiman_Marcus_logo_black.svg", "description": "American luxury specialty department store", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3487 +{"wikidata_id": "Q7889463", "display_name": "United States Army Center of Military History", "legal_name": null, "aliases": ["CMH", "Center of Military History", "United States Army", "U.S. Army Center of Military History"], "website": "https://www.history.army.mil", "canonical_domain": "army.mil", "country": "US", "hq_city": "Fort Lesley J. McNair", "hq_region": "Washington, D.C.", "lat": 38.867, "lon": -77.016, "industries": ["defense", "media"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q135657921", "name": "U.S. Army Transformation and Training Command"}, "logo_url": null, "description": "unit of the United States Army", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3488 +{"wikidata_id": "Q796822", "display_name": "Brazilian Development Bank", "legal_name": null, "aliases": ["Banco Nacional de Desenvolvimento Economico e Social", "BNDES", "National Bank for Economic and Social Development"], "website": "https://www.bndes.gov.br", "canonical_domain": "bndes.gov.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91361, "lon": -43.1844, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_do_BNDES.svg", "description": "federal public company that aims at long-term financing and investment in all segments of the Brazilian economycompany", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3489 +{"wikidata_id": "Q885944", "display_name": "Blue Wing Airlines", "legal_name": null, "aliases": [], "website": "https://www.bluewingairlines.com", "canonical_domain": "bluewingairlines.com", "country": "SR", "hq_city": "Paramaribo", "hq_region": "Paramaribo District", "lat": 5.86667, "lon": -55.16667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3490 +{"wikidata_id": "Q889363", "display_name": "Monster Inc.", "legal_name": null, "aliases": ["Monster Cable"], "website": "https://monsterstore.com", "canonical_domain": "monsterstore.com", "country": "US", "hq_city": "Brisbane", "hq_region": "San Mateo County", "lat": 37.68083, "lon": -122.41917, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monster_Cable_-_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3491 +{"wikidata_id": "Q901266", "display_name": "Aloha Air Cargo", "legal_name": null, "aliases": ["Aeko Kula Inc."], "website": "https://www.alohaaircargo.com", "canonical_domain": "alohaaircargo.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aloha_Air_Cargo_Logo.svg", "description": "cargo airline in the United States serving Hawaii", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3492 +{"wikidata_id": "Q917511", "display_name": "Stones Throw Records", "legal_name": null, "aliases": ["Stones Throw"], "website": "https://www.stonesthrow.com", "canonical_domain": "stonesthrow.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stones_Throw_logo.svg", "description": "American independent record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3493 +{"wikidata_id": "Q958500", "display_name": "Calm Air", "legal_name": null, "aliases": ["Calm Air International"], "website": "https://www.calmair.com", "canonical_domain": "calmair.com", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calm_Air_Logo.svg", "description": "regional airline based in Manitoba, Canada", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3494 +{"wikidata_id": "Q993066", "display_name": "Ipecac Recordings", "legal_name": "Ipecac Recordings", "aliases": ["Ipecac"], "website": "https://www.ipecac.com", "canonical_domain": "ipecac.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3495 +{"wikidata_id": "Q4045242", "display_name": "Netcracker Technology", "legal_name": null, "aliases": ["NC", "Netcracker"], "website": "https://www.netcracker.com", "canonical_domain": "netcracker.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["technology", "software", "telecommunications"], "industry_labels": ["information technology", "software industry", "telecommunications industry"], "founded_year": 1993, "employees": 8844, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q219203", "name": "NEC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netcracker_logo_2016.jpg", "description": "IT solutions company for telecom industry products/services", "sitelinks": 3, "importance": 0.2773, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3496 +{"wikidata_id": "Q135683783", "display_name": "Anysphere, Inc.", "legal_name": null, "aliases": [], "website": "https://anysphere.inc", "canonical_domain": "anysphere.inc", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence", "programming tool"], "founded_year": 2022, "employees": 150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anysphere_logo_3.svg", "description": "American artificial intelligence software company known for the AI-native code editor, Cursor", "sitelinks": 6, "importance": 0.2772, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3497 +{"wikidata_id": "Q674796", "display_name": "Cymer, Inc.", "legal_name": null, "aliases": [], "website": "https://www.cymer.com", "canonical_domain": "cymer.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3559 Special Industry Machinery, NEC"], "founded_year": 1986, "employees": 1300, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "XEZVA82B55HO8PRBHE71", "sec_cik": "897067", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CYM_LOGO_Orange_Small.png", "description": "company", "sitelinks": 1, "importance": 0.2767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "897067", "enriched_at": "2026-09-13T07:18:57+00:00"}}
3498 +{"wikidata_id": "Q3323532", "display_name": "Moody's Analytics", "legal_name": null, "aliases": [], "website": "https://www.moodysanalytics.com", "canonical_domain": "moodysanalytics.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2007, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q675585", "name": "Moody's Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moody%27s_Analytics_logo.svg", "description": "financial services business", "sitelinks": 4, "importance": 0.2741, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3499 +{"wikidata_id": "Q7376897", "display_name": "Ruder Finn", "legal_name": null, "aliases": [], "website": "https://www.ruderfinn.com", "canonical_domain": "ruderfinn.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["advertising", "public relations", "digital marketing"], "founded_year": 1948, "employees": 1350, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ruder_Finn_logo.png", "description": "Public relations and communications consultancy", "sitelinks": 4, "importance": 0.2736, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3500 +{"wikidata_id": "Q18636339", "display_name": "3D Robotics", "legal_name": null, "aliases": ["3DR"], "website": "https://www.3dr.com", "canonical_domain": "3dr.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2009, "employees": 350, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1561997", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3D_Robotics_Logo.svg", "description": "American technology company", "sitelinks": 5, "importance": 0.2732, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3501 +{"wikidata_id": "Q114792509", "display_name": "Blank Street Coffee", "legal_name": "Blank Street Inc.", "aliases": [], "website": "https://www.blankstreet.com", "canonical_domain": "blankstreet.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2020, "employees": 1300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blank_Street_Coffee_logo.png", "description": "American coffee shop chain", "sitelinks": 4, "importance": 0.273, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3502 +{"wikidata_id": "Q101429880", "display_name": "Adecoagro", "legal_name": null, "aliases": [], "website": "https://www.adecoagro.com", "canonical_domain": "adecoagro.com", "country": "AR", "hq_city": "N/A", "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture", "food-beverage"], "industry_labels": ["agribusiness", "dairy industry", "SIC 0100 Agricultural Production-Crops"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "AGRO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1499505", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Adecoagro.jpg", "description": "Argentine agribusiness company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1499505", "enriched_at": "2026-09-13T07:18:59+00:00"}}
3503 +{"wikidata_id": "Q101553909", "display_name": "Aeris Energy", "legal_name": "Aeris Energy", "aliases": [], "website": "https://www.aerisenergy.com.br", "canonical_domain": "aerisenergy.com.br", "country": "BR", "hq_city": "Caucaia", "hq_region": "Ceará", "lat": -3.73278, "lon": -38.65583, "industries": ["energy"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "AERI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3504 +{"wikidata_id": "Q10261240", "display_name": "Coteminas", "legal_name": null, "aliases": [], "website": "https://www.coteminas.com.br", "canonical_domain": "coteminas.com.br", "country": "BR", "hq_city": "Montes Claros", "hq_region": "Minas Gerais", "lat": -16.73222, "lon": -43.86361, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CTMN3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Coteminas.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3505 +{"wikidata_id": "Q10271671", "display_name": "Neoenergia Elektro", "legal_name": null, "aliases": ["Elektro", "Elektro Redes", "Elektro Redes S.A."], "website": "https://www.elektro.com.br", "canonical_domain": "elektro.com.br", "country": "BR", "hq_city": "Campinas", "hq_region": "São Paulo", "lat": -22.90091, "lon": -47.05729, "industries": ["energy"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "EKTR3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10336225", "name": "Neoenergia"}, "logo_url": null, "description": "Brazilian energy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3506 +{"wikidata_id": "Q10278963", "display_name": "Eztec", "legal_name": null, "aliases": [], "website": "https://www.eztec.com.br", "canonical_domain": "eztec.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "EZTC3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3507 +{"wikidata_id": "Q10291841", "display_name": "Inepar", "legal_name": null, "aliases": ["Grupo inepar"], "website": "https://www.inepar.com.br", "canonical_domain": "inepar.com.br", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "INEP3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3508 +{"wikidata_id": "Q10319337", "display_name": "Saraiva", "legal_name": null, "aliases": ["Livraria Saraiva"], "website": "https://www.saraiva.com.br", "canonical_domain": "saraiva.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "Brazil", "lat": -22.07, "lon": -48.43361, "industries": ["retail"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "SLED11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saraiva_logo.svg", "description": "Brazilian bookstore chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3509 +{"wikidata_id": "Q10319694", "display_name": "Lopes Consultoria de Imóveis", "legal_name": "LPS Brasil - Consultoria de Imóveis S.A.", "aliases": ["Lopes", "LPS Brasil"], "website": "https://www.lopes.com.br", "canonical_domain": "lopes.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["real-estate"], "industry_labels": ["real estate industry", "real estate brokerage"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "LPSB3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Lopes-Consultoria-de-Imoveis-2020.png", "description": "Brazilian real estate brokerage company based in São Paulo", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3510 +{"wikidata_id": "Q10336225", "display_name": "Neoenergia", "legal_name": null, "aliases": [], "website": "https://www.neoenergia.com", "canonical_domain": "neoenergia.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["energy"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "NEOE3", "exchange": "São Paulo Stock Exchange", "lei": "959800B3RXPMGEZ1W429", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neoenergia_%28logomarca%29.svg", "description": "energy company in Brazil", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q18477753"}]}
3511 +{"wikidata_id": "Q10358198", "display_name": "Eletromídia", "legal_name": null, "aliases": ["Elemidia"], "website": "https://home.eletromidia.com.br", "canonical_domain": "eletromidia.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ELMD3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-elemidia.png", "description": "business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3512 +{"wikidata_id": "Q10373098", "display_name": "Mills Solaris", "legal_name": null, "aliases": ["Solaris Equipamentos"], "website": "https://www.mills.com.br", "canonical_domain": "mills.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MILS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3513 +{"wikidata_id": "Q10379038", "display_name": "Tecnisa", "legal_name": null, "aliases": [], "website": "https://www.tecnisa.com.br", "canonical_domain": "tecnisa.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "TCSA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3514 +{"wikidata_id": "Q10379105", "display_name": "Tegma", "legal_name": null, "aliases": [], "website": "https://tegma.com.br", "canonical_domain": "tegma.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "TGMA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tegma_-_Selo_50_anos.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3515 +{"wikidata_id": "Q104081972", "display_name": "C3.ai", "legal_name": null, "aliases": ["C3 AI", "C3 Energy", "C3 IoT"], "website": "https://www.c3.ai", "canonical_domain": "c3.ai", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "AI", "exchange": "New York Stock Exchange", "lei": "549300YDLK0YQO5B1V80", "sec_cik": "1577526", "parent": null, "logo_url": null, "description": "business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3516 +{"wikidata_id": "Q104875961", "display_name": "GRAIL", "legal_name": null, "aliases": [], "website": "https://grail.com", "canonical_domain": "grail.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "GRAL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1699031", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grail_logo.svg", "description": "American biotechnology and pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3517 +{"wikidata_id": "Q105038141", "display_name": "Tri Pointe Homes", "legal_name": null, "aliases": [], "website": "https://www.tripointehomes.com", "canonical_domain": "tripointehomes.com", "country": "US", "hq_city": "Incline Village", "hq_region": "NV", "lat": null, "lon": null, "industries": ["real-estate", "construction"], "industry_labels": ["SIC 1531 Operative Builders"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TPH", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1561680", "parent": null, "logo_url": null, "description": "American homebuilding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1561680", "enriched_at": "2026-09-13T07:18:59+00:00"}}
3518 +{"wikidata_id": "Q105602307", "display_name": "Ferbasa", "legal_name": null, "aliases": [], "website": "https://www.ferbasa.com.br", "canonical_domain": "ferbasa.com.br", "country": "BR", "hq_city": "Pojuca", "hq_region": "Bahia", "lat": -12.42603, "lon": -38.32666, "industries": ["mining"], "industry_labels": ["iron and steel industry", "metal industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "FESA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3519 +{"wikidata_id": "Q10603350", "display_name": "NOTE", "legal_name": null, "aliases": [], "website": "https://www.note-ems.com", "canonical_domain": "note-ems.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": ["printed circuit board assembly", "electronics manufacturing services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "NOTE", "exchange": "Nasdaq Stockholm AB", "lei": "54930038JVQ3CMTEO084", "sec_cik": "1823466", "parent": null, "logo_url": null, "description": "Swedish electronics concern (EMS, Electronics manufacturing services)", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1823466", "enriched_at": "2026-09-13T07:18:59+00:00"}}
3520 +{"wikidata_id": "Q106207298", "display_name": "Oak Street Health, Inc.", "legal_name": null, "aliases": ["Oak Street Health"], "website": "https://www.oakstreethealth.com", "canonical_domain": "oakstreethealth.com", "country": "US", "hq_city": "Chicago", "hq_region": "IL", "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["SIC 8000 Services-Health Services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "OSH", "exchange": "New York Stock Exchange", "lei": "2549007CJE6GSEURLA30", "sec_cik": "1564406", "parent": {"wikidata_id": "Q624375", "name": "CVS Health"}, "logo_url": null, "description": "company receives a monthly per-patient-per-month payment from insurers, but also shares in the risk for patients' healthcare costs", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1564406", "enriched_at": "2026-09-13T07:19:03+00:00"}}
3521 +{"wikidata_id": "Q106238577", "display_name": "Athene Holding", "legal_name": null, "aliases": ["Athene", "Athene Holding Ltd."], "website": "https://www.athene.com", "canonical_domain": "athene.com", "country": "US", "hq_city": "West Des Moines", "hq_region": "IA", "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": ["SIC 6311 Life Insurance"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ATH-A", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1527469", "parent": null, "logo_url": null, "description": "retirement services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1527469", "enriched_at": "2026-09-13T07:19:03+00:00"}}
3522 +{"wikidata_id": "Q106432676", "display_name": "Redwire", "legal_name": null, "aliases": ["Redwire Space", "Inc.", "Redwire Corp", "Redwire Corporation", "Redwire Space"], "website": "https://rdw.com", "canonical_domain": "rdw.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry", "SIC 3760 Guided Missiles & Space Vehicles & Parts"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "RDW", "exchange": "New York Stock Exchange", "lei": "967600YQKOF5HRNICY03", "sec_cik": "1819810", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Redwire_logo.svg", "description": "American public aerospace developer and manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1819810", "enriched_at": "2026-09-13T07:19:05+00:00"}}
3523 +{"wikidata_id": "Q106563724", "display_name": "Mosaico Tecnologia ao Consumidor S.A.", "legal_name": null, "aliases": [], "website": "https://www.mosaico.com.br", "canonical_domain": "mosaico.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MOSI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3524 +{"wikidata_id": "Q10659632", "display_name": "SPX FLOW", "legal_name": null, "aliases": [], "website": "https://spxflow.com", "canonical_domain": "spxflow.com", "country": "US", "hq_city": "Charlotte", "hq_region": "NC", "lat": null, "lon": null, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3540 Metalworkg Machinery & Equipment"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FLOW", "exchange": "New York Stock Exchange", "lei": "5493003YXEKRBINIEM78", "sec_cik": "1641991", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1641991", "enriched_at": "2026-09-13T07:19:05+00:00"}}
3525 +{"wikidata_id": "Q106632587", "display_name": "Movida", "legal_name": null, "aliases": [], "website": "https://www.movida.com.br", "canonical_domain": "movida.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "MOVI3", "exchange": "São Paulo Stock Exchange", "lei": "969500DWJNJBSRO7U567", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Movida.svg", "description": "Brazilian car rental and used car sales company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3526 +{"wikidata_id": "Q106768814", "display_name": "AppHarvest", "legal_name": null, "aliases": ["Appharvest"], "website": "https://appharvest.com", "canonical_domain": "appharvest.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": null, "employees": null, "public_company": true, "ticker": "APPH", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_AppHarvest%2C_Inc.svg", "description": "American food production company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3527 +{"wikidata_id": "Q107571756", "display_name": "Definium Therapeutics", "legal_name": "Definium Therapeutics, Inc.", "aliases": [], "website": "https://definiumtx.com", "canonical_domain": "definiumtx.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MNMD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1813814", "parent": null, "logo_url": null, "description": "American clinical-stage biopharmaceutical company developing psychedelic-based treatments", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3528 +{"wikidata_id": "Q108666978", "display_name": "Brava Energia", "legal_name": null, "aliases": ["3R Petroleum", "Enauta"], "website": "https://bravaenergia.com", "canonical_domain": "bravaenergia.com", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["oil-gas"], "industry_labels": ["petroleum", "petroleum industry", "oil and gas extraction"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RRRP3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "2095292", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Brava_Energia.svg", "description": "Brazilian oil company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2095292", "enriched_at": "2026-09-13T07:19:05+00:00"}}
3529 +{"wikidata_id": "Q108670343", "display_name": "BRC Group Holdings, Inc", "legal_name": null, "aliases": [], "website": "https://brcgh.com", "canonical_domain": "brcgh.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "CA", "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["SIC 6282 Investment Advice"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RILY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1464790", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BRC_Group_Holdings_Logo.png", "description": "financial corporation in Los Angeles", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1464790", "enriched_at": "2026-09-13T07:19:07+00:00"}}
3530 +{"wikidata_id": "Q10875763", "display_name": "Chinese People Holdings Company Limited", "legal_name": null, "aliases": [], "website": "https://www.681hk.com", "canonical_domain": "681hk.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "0681", "exchange": "Hong Kong Stock Exchange", "lei": "5299003E71CKRAUCKP31", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3531 +{"wikidata_id": "Q10882817", "display_name": "Asia Tele-Net and Technology Corporation Limited", "legal_name": null, "aliases": ["Asia Tele-Net & Technology"], "website": "https://www.atnt.biz", "canonical_domain": "atnt.biz", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "679", "exchange": "Hong Kong Stock Exchange", "lei": "5299004YXGD1GKV5CH80", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3532 +{"wikidata_id": "Q108888216", "display_name": "Tri Counties Bank", "legal_name": "Tri Counties Bank", "aliases": [], "website": "https://www.tcbk.com", "canonical_domain": "tcbk.com", "country": "US", "hq_city": "Chico", "hq_region": "Butte County", "lat": 39.74, "lon": -121.83556, "industries": ["banking", "financial-services"], "industry_labels": ["online banking", "financial services", "private banking", "financial sector"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "TCBK", "exchange": "Nasdaq", "lei": "549300W0YBCUV18HSR42", "sec_cik": "356171", "parent": {"wikidata_id": "Q138635611", "name": "TriCo Bancshares"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tri_Counties_Bank_logo.svg", "description": "subsidiary of Trico Bancshares", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "356171", "enriched_at": "2026-09-13T07:19:07+00:00"}}
3533 +{"wikidata_id": "Q110186196", "display_name": "Encore Wire", "legal_name": null, "aliases": [], "website": "https://www.encorewire.com", "canonical_domain": "encorewire.com", "country": "US", "hq_city": "McKinney", "hq_region": "Collin County", "lat": 33.2, "lon": -96.63333, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "WIRE", "exchange": "Nasdaq", "lei": null, "sec_cik": "850460", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Encore_Wire_Corporate_Logo.svg", "description": "a wire and cable manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3534 +{"wikidata_id": "Q110443096", "display_name": "Resideo", "legal_name": null, "aliases": ["Resideo Technologies", "Resideo Technologies", "Inc."], "website": "https://www.resideo.com", "canonical_domain": "resideo.com", "country": "US", "hq_city": "Austin", "hq_region": "TX", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["SIC 5072 Wholesale-Hardware"], "founded_year": null, "employees": null, "public_company": true, "ticker": "REZI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1740332", "parent": null, "logo_url": null, "description": "American industrial company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1740332", "enriched_at": "2026-09-13T07:19:09+00:00"}}
3535 +{"wikidata_id": "Q110670454", "display_name": "Digital World Acquisition Corp.", "legal_name": null, "aliases": ["DWAC"], "website": "https://www.dwacspac.com", "canonical_domain": "dwacspac.com", "country": "US", "hq_city": "Sarasota", "hq_region": "FL", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "DWAC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1849635", "parent": null, "logo_url": null, "description": "special-purpose acquisition company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1849635", "enriched_at": "2026-09-13T07:19:09+00:00"}}
3536 +{"wikidata_id": "Q110761625", "display_name": "LiveWire", "legal_name": null, "aliases": [], "website": "https://www.livewire.com", "canonical_domain": "livewire.com", "country": "US", "hq_city": "London", "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": ["SIC 3751 Motorcycles, Bicycles & Parts"], "founded_year": null, "employees": null, "public_company": true, "ticker": "LVWR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1820191", "parent": null, "logo_url": null, "description": "American electric motorcycle manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1820191", "enriched_at": "2026-09-13T07:19:11+00:00"}}
3537 +{"wikidata_id": "Q11082860", "display_name": "XINCHEN CHINA POWER HOLDINGS LIMITED", "legal_name": null, "aliases": [], "website": "https://www.xinchenpower.com", "canonical_domain": "xinchenpower.com", "country": "KY", "hq_city": "George Town", "hq_region": "Cayman Islands", "lat": 19.29639, "lon": -81.38167, "industries": ["energy"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1148", "exchange": "Hong Kong Stock Exchange", "lei": "529900OPZE8WLBH24074", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3538 +{"wikidata_id": "Q110877094", "display_name": "United Wholesale Mortgage", "legal_name": null, "aliases": [], "website": "https://www.uwm.com", "canonical_domain": "uwm.com", "country": "US", "hq_city": "Pontiac", "hq_region": "Oakland County", "lat": 42.64611, "lon": -83.2925, "industries": ["retail", "financial-services"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "UWMC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1783398", "parent": null, "logo_url": null, "description": "mortgage lender", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q106024170"}], "source_edgar": {"cik": "1783398", "enriched_at": "2026-09-13T07:19:11+00:00"}}
3539 +{"wikidata_id": "Q113840664", "display_name": "Riot Platforms, Inc.", "legal_name": null, "aliases": ["Riot Blockchain"], "website": "https://www.riotplatforms.com", "canonical_domain": "riotplatforms.com", "country": "US", "hq_city": "Castle Rock", "hq_region": "Douglas County", "lat": 39.3722, "lon": -104.856, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "RIOT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1167419", "parent": null, "logo_url": null, "description": "bitcoin mining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1167419", "enriched_at": "2026-09-13T07:19:11+00:00"}}
3540 +{"wikidata_id": "Q115056594", "display_name": "Cohen & Steers", "legal_name": null, "aliases": [], "website": "https://www.cohenandsteers.com", "canonical_domain": "cohenandsteers.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["SIC 6282 Investment Advice"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CNS", "exchange": "New York Stock Exchange", "lei": "549300XXIA338A0X2K65", "sec_cik": "1284812", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cohen_%26_Steers.svg", "description": "American Investment Management company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1284812", "enriched_at": "2026-09-13T07:19:11+00:00"}}
3541 +{"wikidata_id": "Q116056726", "display_name": "Precision BioSciences", "legal_name": null, "aliases": ["Inc."], "website": "https://precisionbiosciences.com", "canonical_domain": "precisionbiosciences.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "DTIL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1357874", "parent": null, "logo_url": null, "description": "American gene editing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1357874", "enriched_at": "2026-09-13T07:19:11+00:00"}}
3542 +{"wikidata_id": "Q117461845", "display_name": "TowneBank", "legal_name": null, "aliases": [], "website": "https://www.townebank.com", "canonical_domain": "townebank.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TOWN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "local bank based in Virginia, USA", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3543 +{"wikidata_id": "Q118327775", "display_name": "Bridge Investment Group", "legal_name": null, "aliases": [], "website": "https://www.bridgeig.com", "canonical_domain": "bridgeig.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BRDG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bridge_Investment_Group.png", "description": "American Real Estate Investment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3544 +{"wikidata_id": "Q118725786", "display_name": "Terran Orbital Corporation", "legal_name": null, "aliases": ["Terran Orbital"], "website": "https://terranorbital.com", "canonical_domain": "terranorbital.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "LLAP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7240", "name": "Lockheed Martin"}, "logo_url": null, "description": "American satellite company, subsidiary of Lockheed Martin", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3545 +{"wikidata_id": "Q120877642", "display_name": "Recursion Pharmaceuticals", "legal_name": null, "aliases": ["Recursion"], "website": "https://www.recursion.com", "canonical_domain": "recursion.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "RXRX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1601830", "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1601830", "enriched_at": "2026-09-13T07:19:11+00:00"}}
3546 +{"wikidata_id": "Q124655501", "display_name": "Lithium Americas", "legal_name": null, "aliases": [], "website": "https://www.lithiumamericas.com", "canonical_domain": "lithiumamericas.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2023, "employees": null, "public_company": true, "ticker": "LAC", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1966983", "parent": null, "logo_url": null, "description": "Canadian mining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1966983", "enriched_at": "2026-09-13T07:19:11+00:00"}}
3547 +{"wikidata_id": "Q131121068", "display_name": "TNL Mediagene", "legal_name": "TNL Mediagene", "aliases": ["The News Lens Co."], "website": "https://www.tnlmediagene.com", "canonical_domain": "tnlmediagene.com", "country": "KY", "hq_city": "Taipei City", "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["SIC 7310 Services-Advertising"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TNMG", "exchange": "Nasdaq", "lei": null, "sec_cik": "2013186", "parent": null, "logo_url": null, "description": "multinational media holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2013186", "enriched_at": "2026-09-13T07:19:13+00:00"}}
3548 +{"wikidata_id": "Q131904819", "display_name": "Osisko Metals", "legal_name": null, "aliases": ["Bowmore Exploration", "Bowmore Exploration Ltd.", "Osisko Metals Incorporated"], "website": "https://osiskometals.com", "canonical_domain": "osiskometals.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "OM", "exchange": "TSX Venture Exchange", "lei": "5493003KCD875ELH4484", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian mining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3549 +{"wikidata_id": "Q13529450", "display_name": "Oncolytics Biotech", "legal_name": null, "aliases": [], "website": "https://www.oncolyticsbiotech.com", "canonical_domain": "oncolyticsbiotech.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "ONCY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1129928", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3550 +{"wikidata_id": "Q136231322", "display_name": "Primaris REIT", "legal_name": null, "aliases": ["Borealis Retail REIT"], "website": "https://www.primarisreit.com", "canonical_domain": "primarisreit.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "PMZ.UN", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian real estate investment trust", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3551 +{"wikidata_id": "Q136656600", "display_name": "TierOne Bank", "legal_name": null, "aliases": [], "website": "https://www.tieronebank.com", "canonical_domain": "tieronebank.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Lancaster County", "lat": 40.80917, "lon": -96.67806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TONE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "failed bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3552 +{"wikidata_id": "Q136659556", "display_name": "USA Rare Earth", "legal_name": null, "aliases": [], "website": "https://www.usare.com", "canonical_domain": "usare.com", "country": "US", "hq_city": "Stillwater", "hq_region": "Payne County", "lat": 36.11344, "lon": -97.05864, "industries": ["mining"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "USAR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1970622", "parent": null, "logo_url": null, "description": "American mining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1970622", "enriched_at": "2026-09-13T07:19:13+00:00"}}
3553 +{"wikidata_id": "Q137596590", "display_name": "Navitas Semiconductor", "legal_name": null, "aliases": ["Navitas Semiconductor Corp", "Navitas Semiconductor Corporation"], "website": "https://navitassemi.com", "canonical_domain": "navitassemi.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NVTS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1821769", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1821769", "enriched_at": "2026-09-13T07:19:13+00:00"}}
3554 +{"wikidata_id": "Q137754661", "display_name": "gsitechnology.com", "legal_name": null, "aliases": [], "website": "https://gsitechnology.com", "canonical_domain": "gsitechnology.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "CA", "lat": null, "lon": null, "industries": ["semiconductors"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "GSIT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1126741", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1126741", "enriched_at": "2026-09-13T07:19:13+00:00"}}
3555 +{"wikidata_id": "Q138611424", "display_name": "vwav.inc", "legal_name": null, "aliases": [], "website": "https://www.vwav.inc", "canonical_domain": "vwav.inc", "country": "US", "hq_city": "West Hollywood", "hq_region": "CA", "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2024, "employees": null, "public_company": true, "ticker": "VWAV", "exchange": "Nasdaq", "lei": null, "sec_cik": "2038439", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2038439", "enriched_at": "2026-09-13T07:19:15+00:00"}}
3556 +{"wikidata_id": "Q138816278", "display_name": "Ondas", "legal_name": null, "aliases": [], "website": "https://www.ondas.com", "canonical_domain": "ondas.com", "country": "US", "hq_city": "West Palm Beach", "hq_region": "FL", "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["SIC 3663 Radio & Tv Broadcasting & Communications Equipment"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ONDS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1646188", "parent": null, "logo_url": null, "description": "American holding company in the arms industry", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1646188", "enriched_at": "2026-09-13T07:19:15+00:00"}}
3557 +{"wikidata_id": "Q140041598", "display_name": "FedEx Freight", "legal_name": null, "aliases": ["FXF"], "website": "https://fedexfreight.com", "canonical_domain": "fedexfreight.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["logistics"], "industry_labels": ["less-than-truckload"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "FDXF", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "2082247", "parent": null, "logo_url": null, "description": "American less-than-truckload freight company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2082247", "enriched_at": "2026-09-13T07:19:15+00:00"}}
3558 +{"wikidata_id": "Q140787386", "display_name": "SELLAS Life Sciences", "legal_name": null, "aliases": ["Sellas Life Science Group"], "website": "https://sellaslifesciences.com", "canonical_domain": "sellaslifesciences.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["healthcare", "biotechnology"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SLS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1390478", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1390478", "enriched_at": "2026-09-13T07:19:16+00:00"}}
3559 +{"wikidata_id": "Q141379324", "display_name": "Xtend AI Robotics", "legal_name": null, "aliases": ["JFB Construction Holdings"], "website": "https://xtend.me", "canonical_domain": "xtend.me", "country": "US", "hq_city": "Tampa", "hq_region": "FL", "lat": null, "lon": null, "industries": ["robotics"], "industry_labels": ["SIC 3760 Guided Missiles & Space Vehicles & Parts"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "XTND", "exchange": "Nasdaq", "lei": null, "sec_cik": "2111860", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2111860", "enriched_at": "2026-09-13T07:19:16+00:00"}}
3560 +{"wikidata_id": "Q15109891", "display_name": "Innospec", "legal_name": null, "aliases": ["Associated Octel Company", "Octel Corporation"], "website": "https://www.innospecinc.com", "canonical_domain": "innospecinc.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["oil-gas"], "industry_labels": ["petroleum"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "IOSP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1054905", "parent": null, "logo_url": null, "description": "Specialty chemical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1054905", "enriched_at": "2026-09-13T07:19:16+00:00"}}
3561 +{"wikidata_id": "Q15109913", "display_name": "Netlist Inc.", "legal_name": null, "aliases": [], "website": "https://www.netlist.com", "canonical_domain": "netlist.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "NLST", "exchange": "Nasdaq", "lei": null, "sec_cik": "1282631", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wiki_Netlist_Logo.png", "description": "international SSD manufacturer from Irvine, California", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1282631", "enriched_at": "2026-09-13T07:19:16+00:00"}}
3562 +{"wikidata_id": "Q15109932", "display_name": "WiLAN", "legal_name": null, "aliases": [], "website": "https://www.wilan.com", "canonical_domain": "wilan.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "WILN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3563 +{"wikidata_id": "Q15734041", "display_name": "Corcept Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.corcept.com", "canonical_domain": "corcept.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "CORT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1088856", "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3564 +{"wikidata_id": "Q15956167", "display_name": "Sunshine Oilsands", "legal_name": null, "aliases": ["Sunshine Oilsands Ltd."], "website": "https://www.sunshineoilsands.com", "canonical_domain": "sunshineoilsands.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2012", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Calgary-based public company producing oil from the Canadian oil sands", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3565 +{"wikidata_id": "Q16002190", "display_name": "Airborne Maintenance & Engineering Services", "legal_name": null, "aliases": [], "website": "https://airbornemx.com", "canonical_domain": "airbornemx.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ATSG", "exchange": "Nasdaq", "lei": "5493000F3MSFGIXTQE27", "sec_cik": "894081", "parent": null, "logo_url": null, "description": "American aerospace company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3566 +{"wikidata_id": "Q16002702", "display_name": "QX Metals", "legal_name": null, "aliases": ["Alternative Earth Resources", "Black Sea Copper & Gold Corp.", "Nevada Geothermal Power"], "website": "https://qxmetals.ca", "canonical_domain": "qxmetals.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "QX", "exchange": "TSX Venture Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian Material Corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3567 +{"wikidata_id": "Q16162525", "display_name": "Auburn National Bancorporation", "legal_name": null, "aliases": [], "website": "https://www.auburnbank.com", "canonical_domain": "auburnbank.com", "country": "US", "hq_city": "Auburn", "hq_region": "Lee County", "lat": 32.59768, "lon": -85.48082, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "AUBN", "exchange": "Nasdaq", "lei": null, "sec_cik": "750574", "parent": null, "logo_url": null, "description": "bank holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3568 +{"wikidata_id": "Q16245358", "display_name": "Berry Petroleum Company", "legal_name": null, "aliases": [], "website": "https://www.bry.com", "canonical_domain": "bry.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "BRY", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American petroleum company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3569 +{"wikidata_id": "Q16249833", "display_name": "Enzon Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://enzon.com", "canonical_domain": "enzon.com", "country": "US", "hq_city": "Piscataway", "hq_region": "Middlesex County", "lat": 40.49917, "lon": -74.39917, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "ENZN", "exchange": "Nasdaq", "lei": "529900VN48L8QCMVPV36", "sec_cik": "727510", "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3570 +{"wikidata_id": "Q16250432", "display_name": "Fidelity Southern Corporation", "legal_name": null, "aliases": [], "website": "https://www.fidelitysouthern.com", "canonical_domain": "fidelitysouthern.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "LION", "exchange": "Nasdaq", "lei": "549300VEKCSSF6IT9X67", "sec_cik": "822662", "parent": null, "logo_url": null, "description": "financial Holding Firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3571 +{"wikidata_id": "Q16498704", "display_name": "AES Brasil", "legal_name": null, "aliases": [], "website": "https://www.aesbrasil.com.br", "canonical_domain": "aesbrasil.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "AESB3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3572 +{"wikidata_id": "Q16826875", "display_name": "BBCN", "legal_name": null, "aliases": [], "website": "https://www.bbcnbank.com", "canonical_domain": "bbcnbank.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "BBCN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean American Los Angeles bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3573 +{"wikidata_id": "Q16885315", "display_name": "Mueller Industries", "legal_name": null, "aliases": [], "website": "https://www.muellerindustries.com", "canonical_domain": "muellerindustries.com", "country": "US", "hq_city": "Collierville", "hq_region": "TN", "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["SIC 3350 Rolling Drawing & Extruding of Nonferrous Metals"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MLI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "89439", "parent": null, "logo_url": null, "description": "American manufacturing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "89439", "enriched_at": "2026-09-13T07:19:16+00:00"}}
3574 +{"wikidata_id": "Q16920636", "display_name": "United Bank", "legal_name": null, "aliases": ["United Bankshares", "United Bankshares", "Inc."], "website": "https://www.bankwithunited.com", "canonical_domain": "bankwithunited.com", "country": "US", "hq_city": "Charleston", "hq_region": "Kanawha County", "lat": 38.34722, "lon": -81.63333, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "UBSI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1286478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Bank_%28West_Virginia%29_logo.png", "description": "American bank holding company based in West Virginia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3575 +{"wikidata_id": "Q16932650", "display_name": "Rubicon Technology", "legal_name": null, "aliases": [], "website": "https://www.rubicontechnology.com", "canonical_domain": "rubicontechnology.com", "country": "US", "hq_city": "Bensenville", "hq_region": "IL", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "RBCN", "exchange": "Nasdaq", "lei": "549300Z83KRGYFXWCC61", "sec_cik": "1410172", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rubicon_Technology_logo.svg", "description": "American crystal technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1410172", "enriched_at": "2026-09-13T07:19:17+00:00"}}
3576 +{"wikidata_id": "Q16950619", "display_name": "Community West Bancshares", "legal_name": null, "aliases": [], "website": "https://www.communitywest.com", "canonical_domain": "communitywest.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "CWBC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1127371", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1127371", "enriched_at": "2026-09-13T07:19:17+00:00"}}
3577 +{"wikidata_id": "Q16953039", "display_name": "Moelis & Company", "legal_name": null, "aliases": [], "website": "https://www.moelis.com", "canonical_domain": "moelis.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["financial-services"], "industry_labels": ["financial services", "investment banking"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "MC", "exchange": "New York Stock Exchange", "lei": "549300891QNU7VTQUR83", "sec_cik": "1596967", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moelis_Logo.png", "description": "Global independent investment bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3578 +{"wikidata_id": "Q16959092", "display_name": "United Security Bancshares", "legal_name": null, "aliases": [], "website": "https://www.unitedsecuritybank.com", "canonical_domain": "unitedsecuritybank.com", "country": "US", "hq_city": "Fresno", "hq_region": "Fresno County", "lat": 36.78167, "lon": -119.79222, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "UBFO", "exchange": "Nasdaq", "lei": "549300J2H2JYVXXP3J32", "sec_cik": "1137547", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3579 +{"wikidata_id": "Q16967103", "display_name": "Castlight Health", "legal_name": null, "aliases": [], "website": "https://www.castlighthealth.com", "canonical_domain": "castlighthealth.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["healthcare", "shipping"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CSLT", "exchange": "New York Stock Exchange", "lei": "549300K52FAO83JL0L06", "sec_cik": "1433714", "parent": null, "logo_url": null, "description": "US healthcare navigation company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3580 +{"wikidata_id": "Q16968655", "display_name": "Rocket Fuel Inc.", "legal_name": null, "aliases": [], "website": "https://rocketfuel.com", "canonical_domain": "rocketfuel.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "FUEL", "exchange": "Nasdaq", "lei": "549300X5KTAU1EN1AZ16", "sec_cik": "1477200", "parent": null, "logo_url": null, "description": "ad services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3581 +{"wikidata_id": "Q16974144", "display_name": "DragonWave", "legal_name": null, "aliases": [], "website": "https://www.dragonwaveinc.com", "canonical_domain": "dragonwaveinc.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["technology"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "DRWI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1178946", "parent": null, "logo_url": null, "description": "multinational wireless technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3582 +{"wikidata_id": "Q16974741", "display_name": "AMAG Pharmaceuticals", "legal_name": null, "aliases": ["Advanced Magnetics", "Inc.", "AMAG Pharmaceuticals (United States)", "Inc", "Inc.", "BioClinical Group", "Inc."], "website": "https://www.amagpharma.com", "canonical_domain": "amagpharma.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "AMAG", "exchange": "Nasdaq", "lei": "549300HCK1560YVVY867", "sec_cik": "792977", "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3583 +{"wikidata_id": "Q16974955", "display_name": "ERM Telematics", "legal_name": null, "aliases": [], "website": "https://www.ermtelematics.com", "canonical_domain": "ermtelematics.com", "country": "US", "hq_city": "Rishon LeZion", "hq_region": "Rehovot sub-district", "lat": 31.95, "lon": 34.8, "industries": ["retail"], "industry_labels": ["telematics", "SIC 5065 Wholesale-Electronic Parts & Equipment, NEC"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "ITRN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1337117", "parent": null, "logo_url": null, "description": "Israeli electronic company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1337117", "enriched_at": "2026-09-13T07:19:17+00:00"}}
3584 +{"wikidata_id": "Q16975645", "display_name": "Hersha Hospitality Trust", "legal_name": null, "aliases": [], "website": "https://www.hersha.com", "canonical_domain": "hersha.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "HT", "exchange": "New York Stock Exchange", "lei": "549300DNC58BIN1VO064", "sec_cik": "1063344", "parent": null, "logo_url": null, "description": "real estate investment trust", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3585 +{"wikidata_id": "Q16980616", "display_name": "Insperity", "legal_name": null, "aliases": ["Administaff", "Inc.", "Inc."], "website": "https://www.insperity.com", "canonical_domain": "insperity.com", "country": "US", "hq_city": "Humble", "hq_region": "Harris County", "lat": 29.995, "lon": -95.265, "industries": ["professional-services"], "industry_labels": ["professional service"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NSP", "exchange": "New York Stock Exchange", "lei": "5299000Q0KW7HY5DB751", "sec_cik": "1000753", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Insperity-logo-tagline.png", "description": "American personnel management company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3586 +{"wikidata_id": "Q16980911", "display_name": "KCG Holdings", "legal_name": null, "aliases": [], "website": "https://www.kcg.com", "canonical_domain": "kcg.com", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "KCG", "exchange": "New York Stock Exchange", "lei": "549300U2HYPGZB6HDP95", "sec_cik": "1569391", "parent": null, "logo_url": null, "description": "American market-making and electronic trading firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3587 +{"wikidata_id": "Q16981100", "display_name": "Vital Energy", "legal_name": null, "aliases": ["Laredo Petroleum", "Inc.", "Inc"], "website": "https://www.laredopetro.com", "canonical_domain": "laredopetro.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Rogers County", "lat": 36.13139, "lon": -95.93722, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "VTLE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1519352", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Laredo_Petroleum%2C_Logo_2022.svg", "description": "independent energy company focused on the exploration, development and acquisition of petroleum and natural gas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3588 +{"wikidata_id": "Q16981865", "display_name": "Pediatrix Medical Group", "legal_name": null, "aliases": ["Mednax"], "website": "https://www.pediatrix.com", "canonical_domain": "pediatrix.com", "country": "US", "hq_city": "Sunrise", "hq_region": "Broward County", "lat": 26.15722, "lon": -80.28611, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "MD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "893949", "parent": null, "logo_url": null, "description": "American physician-led national medical group", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3589 +{"wikidata_id": "Q16981897", "display_name": "Mercury Insurance Group", "legal_name": null, "aliases": [], "website": "https://www.mercuryinsurance.com", "canonical_domain": "mercuryinsurance.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "MCY", "exchange": "New York Stock Exchange", "lei": "5493001Q9EXPCEL4W527", "sec_cik": "64996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mercury_Insurance_logo.svg", "description": "multiple-line American insurance organization", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q140870159"}]}
3590 +{"wikidata_id": "Q16982478", "display_name": "NCI Building Systems", "legal_name": null, "aliases": [], "website": "https://www.cornerstonebuildingbrands.com", "canonical_domain": "cornerstonebuildingbrands.com", "country": "US", "hq_city": "Cary", "hq_region": "Chatham County", "lat": 35.77889, "lon": -78.80028, "industries": ["construction", "manufacturing"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "NCS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "883902", "parent": null, "logo_url": null, "description": "U.S. manufacturing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3591 +{"wikidata_id": "Q16983094", "display_name": "Haivision", "legal_name": null, "aliases": [], "website": "https://www.haivision.com", "canonical_domain": "haivision.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["technology"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "HAI", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian video streaming technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3592 +{"wikidata_id": "Q16983192", "display_name": "ONE Gas", "legal_name": null, "aliases": [], "website": "https://www.onegas.com", "canonical_domain": "onegas.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Rogers County", "lat": 36.13139, "lon": -95.93722, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "OGS", "exchange": "New York Stock Exchange", "lei": "549300HXDWI0LATTX840", "sec_cik": "1587732", "parent": null, "logo_url": null, "description": "American publicly traded natural gas utility", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3593 +{"wikidata_id": "Q16985911", "display_name": "California First National Bancorp", "legal_name": null, "aliases": [], "website": "https://www.calfirstbancorp.com", "canonical_domain": "calfirstbancorp.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["banking"], "industry_labels": ["SIC 6021 National Commercial Banks"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "CFNB", "exchange": "Nasdaq", "lei": null, "sec_cik": "803016", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "803016", "enriched_at": "2026-09-13T07:19:17+00:00"}}
3594 +{"wikidata_id": "Q16986417", "display_name": "Versar", "legal_name": null, "aliases": ["Inc."], "website": "https://www.versar.com", "canonical_domain": "versar.com", "country": "US", "hq_city": "Springfield", "hq_region": "Fairfax County", "lat": 38.7886, "lon": -77.1794, "industries": ["professional-services"], "industry_labels": ["SIC 8711 Services-Engineering Services"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "VSR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "803647", "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "803647", "enriched_at": "2026-09-13T07:19:19+00:00"}}
3595 +{"wikidata_id": "Q16991690", "display_name": "Assertio Therapeutics", "legal_name": null, "aliases": ["Depomed"], "website": "https://www.assertiotx.com", "canonical_domain": "assertiotx.com", "country": "US", "hq_city": "Newark", "hq_region": "Alameda County", "lat": 37.53333, "lon": -122.03333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ASRT", "exchange": "Nasdaq", "lei": "549300L2A9NTF1JVDP20", "sec_cik": null, "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3596 +{"wikidata_id": "Q16992684", "display_name": "EPlus Inc", "legal_name": null, "aliases": [], "website": "https://www.eplus.com", "canonical_domain": "eplus.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["technology"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "PLUS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1022408", "parent": null, "logo_url": null, "description": "American information technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3597 +{"wikidata_id": "Q16994357", "display_name": "GrabCAD", "legal_name": null, "aliases": [], "website": "https://www.grabcad.com", "canonical_domain": "grabcad.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "SSYS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1538339", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3598 +{"wikidata_id": "Q16994588", "display_name": "Guaranty Federal Bancshares", "legal_name": null, "aliases": [], "website": "https://www.gbankmo.com", "canonical_domain": "gbankmo.com", "country": "US", "hq_city": "Springfield", "hq_region": "Greene County", "lat": 37.195, "lon": -93.28611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "GFED", "exchange": "Nasdaq", "lei": "5493007M655SNRCPIO45", "sec_cik": "1046203", "parent": null, "logo_url": null, "description": "American community bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3599 +{"wikidata_id": "Q16995776", "display_name": "HomeTrust Bancshares", "legal_name": null, "aliases": [], "website": "https://www.hometrustbanking.com", "canonical_domain": "hometrustbanking.com", "country": "US", "hq_city": "Asheville", "hq_region": "Buncombe County", "lat": 35.59556, "lon": -82.55194, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "HTBI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1538263", "parent": null, "logo_url": null, "description": "asheville, North Carolina-based bank holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3600 +{"wikidata_id": "Q16996714", "display_name": "Amneal Pharmaceuticals, Inc.", "legal_name": null, "aliases": ["Impax Laboratories"], "website": "https://www.amneal.com", "canonical_domain": "amneal.com", "country": "US", "hq_city": "Hayward", "hq_region": "Alameda County", "lat": 37.66889, "lon": -122.08083, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AMRX", "exchange": "New York Stock Exchange", "lei": "549300VV176ZO5WQHZ61", "sec_cik": "1723128", "parent": null, "logo_url": null, "description": "American publicly traded generics and specialty pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3601 +{"wikidata_id": "Q16997126", "display_name": "Intercept Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.interceptpharma.com", "canonical_domain": "interceptpharma.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": ["biotechnology", "pharmaceutical industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "ICPT", "exchange": "Nasdaq", "lei": "254900JMB8TX5P688V24", "sec_cik": "1270073", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intercept_Pharmaceuticals_logo.svg", "description": "American biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3602 +{"wikidata_id": "Q16997218", "display_name": "Intersect ENT", "legal_name": null, "aliases": [], "website": "https://www.intersectent.com", "canonical_domain": "intersectent.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "XENT", "exchange": "Nasdaq", "lei": "549300SWZUVLSFMOXR50", "sec_cik": "1271214", "parent": null, "logo_url": null, "description": "health care equipment company, subsidiary of Medtronic", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3603 +{"wikidata_id": "Q16997283", "display_name": "IPC Healthcare", "legal_name": null, "aliases": ["IPC The Hospitalist Company"], "website": "https://www.hospitalist.com", "canonical_domain": "hospitalist.com", "country": "US", "hq_city": "North Hollywood", "hq_region": "Los Angeles", "lat": 34.17222, "lon": -118.37806, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "IPCM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1410471", "parent": null, "logo_url": null, "description": "healthcare organization in North Hollywood, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3604 +{"wikidata_id": "Q16997309", "display_name": "Ironwood Pharmaceuticals", "legal_name": null, "aliases": ["Ironwood Pharmaceuticals (United States)"], "website": "https://www.ironwoodpharma.com", "canonical_domain": "ironwoodpharma.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "IRWD", "exchange": "Nasdaq", "lei": "549300PC8MR6QHH6P296", "sec_cik": "1446847", "parent": null, "logo_url": null, "description": "company in Cambridge, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3605 +{"wikidata_id": "Q16998645", "display_name": "Kopin Corporation", "legal_name": null, "aliases": [], "website": "https://www.kopin.com", "canonical_domain": "kopin.com", "country": "US", "hq_city": "Westborough", "hq_region": "Worcester County", "lat": 42.26944, "lon": -71.61667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "KOPN", "exchange": "Nasdaq", "lei": "52990031GUBB61RXCD89", "sec_cik": "771266", "parent": null, "logo_url": null, "description": "United States electronics manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3606 +{"wikidata_id": "Q17050423", "display_name": "CarGurus", "legal_name": null, "aliases": ["CarGuru"], "website": "https://www.cargurus.com", "canonical_domain": "cargurus.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["automotive"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "CARG", "exchange": "Nasdaq", "lei": "54930027BKQN6B7X7G78", "sec_cik": "1494259", "parent": null, "logo_url": null, "description": "Automotive research and shopping website", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3607 +{"wikidata_id": "Q17062565", "display_name": "Hyundai Motor America", "legal_name": null, "aliases": [], "website": "https://www.hyundaiusa.com", "canonical_domain": "hyundaiusa.com", "country": "US", "hq_city": "Fountain Valley", "hq_region": "Orange County", "lat": 33.70862, "lon": -117.95629, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "HYMTF", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Motor_Company_logo.svg", "description": "subsidiary of Hyundai Motor Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3608 +{"wikidata_id": "Q17068000", "display_name": "Mackinac Financial Corporation", "legal_name": null, "aliases": [], "website": "https://www.bankmbank.com", "canonical_domain": "bankmbank.com", "country": "US", "hq_city": "Manistique", "hq_region": "Schoolcraft County", "lat": 45.95778, "lon": -86.24972, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "MFNC", "exchange": "Nasdaq", "lei": null, "sec_cik": "866939", "parent": null, "logo_url": null, "description": "holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3609 +{"wikidata_id": "Q17068666", "display_name": "MedAssets", "legal_name": null, "aliases": [], "website": "https://www.nthrive.com", "canonical_domain": "nthrive.com", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MDAS", "exchange": "Nasdaq", "lei": "549300OLLYQ57POGN638", "sec_cik": "1254419", "parent": null, "logo_url": null, "description": "American healthcare technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3610 +{"wikidata_id": "Q17068931", "display_name": "East Boston Savings Bank", "legal_name": null, "aliases": ["Meridian Interstate Bancorp"], "website": "https://www.ebsb.com", "canonical_domain": "ebsb.com", "country": "US", "hq_city": "Peabody", "hq_region": "Essex County", "lat": 42.52778, "lon": -70.92917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1848, "employees": null, "public_company": true, "ticker": "EBSB", "exchange": "Nasdaq", "lei": "549300COSKD1GGV2KI91", "sec_cik": null, "parent": null, "logo_url": null, "description": "stock savings bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3611 +{"wikidata_id": "Q17068984", "display_name": "eGain", "legal_name": null, "aliases": [], "website": "https://www.egain.com", "canonical_domain": "egain.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "EGAN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1066194", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1066194", "enriched_at": "2026-09-13T07:19:19+00:00"}}
3612 +{"wikidata_id": "Q17070831", "display_name": "National Research Corporation", "legal_name": null, "aliases": [], "website": "https://nrchealth.com", "canonical_domain": "nrchealth.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Lancaster County", "lat": 40.80917, "lon": -96.67806, "industries": ["mining"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "NRCIA", "exchange": "Nasdaq", "lei": "549300FQIORB6GZCYT15", "sec_cik": "70487", "parent": null, "logo_url": null, "description": "US healthcare consumer data mining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3613 +{"wikidata_id": "Q17074260", "display_name": "Patriot National Bancorp", "legal_name": null, "aliases": [], "website": "https://www.pnbk.com", "canonical_domain": "pnbk.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "PNBK", "exchange": "Nasdaq", "lei": "549300T1270P6QIGPD23", "sec_cik": "1098146", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Patriot_Bank_Logo.png", "description": "American bank holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3614 +{"wikidata_id": "Q17078090", "display_name": "Repligen", "legal_name": null, "aliases": [], "website": "https://www.repligen.com", "canonical_domain": "repligen.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "RGEN", "exchange": "Nasdaq", "lei": null, "sec_cik": "730272", "parent": null, "logo_url": null, "description": "bioTech Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "730272", "enriched_at": "2026-09-13T07:19:19+00:00"}}
3615 +{"wikidata_id": "Q17079580", "display_name": "SciQuest", "legal_name": null, "aliases": [], "website": "https://www.sciquest.com", "canonical_domain": "sciquest.com", "country": "US", "hq_city": "Morrisville", "hq_region": "Durham County", "lat": 35.8275, "lon": -78.82889, "industries": ["software"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "SQI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1082526", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3616 +{"wikidata_id": "Q17080510", "display_name": "Mattersight Corporation", "legal_name": null, "aliases": [], "website": "https://www.mattersight.com", "canonical_domain": "mattersight.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["software"], "industry_labels": ["SIC 7373 Services-Computer Integrated Systems Design"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "MATR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1094348", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mattersight_Logo_Cropped.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1094348", "enriched_at": "2026-09-13T07:19:21+00:00"}}
3617 +{"wikidata_id": "Q17084959", "display_name": "Paycom", "legal_name": null, "aliases": ["Paycom Software", "Inc."], "website": "https://www.paycom.com", "canonical_domain": "paycom.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["professional-services"], "industry_labels": ["human resource management"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "PAYC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1590955", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paycom_logo_%282015%29.png", "description": "Paycom is a Payroll and HR Software solution that helps companies manage the complete employment life cycle, from recruitment to retirement.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3618 +{"wikidata_id": "Q17086972", "display_name": "Huron Consulting Group", "legal_name": null, "aliases": [], "website": "https://www.huronconsultinggroup.com", "canonical_domain": "huronconsultinggroup.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["consulting"], "industry_labels": ["business and other management consultancy activities"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "HURN", "exchange": "Nasdaq", "lei": "549300NGVB9H6TKTLE36", "sec_cik": "1289848", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huron_Consulting_Group_logo.svg", "description": "management consulting firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3619 +{"wikidata_id": "Q17091062", "display_name": "Vision Sciences Inc.", "legal_name": null, "aliases": [], "website": "https://www.visionsciences.com", "canonical_domain": "visionsciences.com", "country": "US", "hq_city": "Orangeburg", "hq_region": "Rockland County", "lat": 41.0447, "lon": -73.9533, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "VSCI", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American endoscopy product manufacturer and supplier", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3620 +{"wikidata_id": "Q17107854", "display_name": "MAKO Surgical Corp.", "legal_name": null, "aliases": [], "website": "https://www.makosurgical.com", "canonical_domain": "makosurgical.com", "country": "US", "hq_city": "Hollywood", "hq_region": "FL", "lat": null, "lon": null, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "MAKO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1324691", "parent": null, "logo_url": null, "description": "medical device company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1324691", "enriched_at": "2026-09-13T07:19:22+00:00"}}
3621 +{"wikidata_id": "Q17107938", "display_name": "IMRIS", "legal_name": null, "aliases": [], "website": "https://www.imris.com", "canonical_domain": "imris.com", "country": "CA", "hq_city": "Minnetonka", "hq_region": "Hennepin County", "lat": 44.91333, "lon": -93.50333, "industries": ["medical-devices"], "industry_labels": ["medical equipment"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "IMRS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "IMRIS, founded in 2005, is a global provider of intraoperative imaging solutions.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3622 +{"wikidata_id": "Q17108701", "display_name": "Medpace", "legal_name": null, "aliases": ["Inc."], "website": "https://www.medpace.com", "canonical_domain": "medpace.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "MEDP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1668397", "parent": null, "logo_url": null, "description": "medical Services Corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1668397", "enriched_at": "2026-09-13T07:19:22+00:00"}}
3623 +{"wikidata_id": "Q17109460", "display_name": "Veris Residential", "legal_name": null, "aliases": ["Mack-Cali Realty Corporation"], "website": "https://www.mack-cali.com", "canonical_domain": "mack-cali.com", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "VRE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American real estate investment trust", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3624 +{"wikidata_id": "Q17110635", "display_name": "Heidrick & Struggles", "legal_name": "Heidrick & Struggles International, Inc.", "aliases": ["Heidrick & Struggles International", "Inc."], "website": "https://www.heidrick.com", "canonical_domain": "heidrick.com", "country": "US", "hq_city": "Willis Tower", "hq_region": "Chicago", "lat": 41.87861, "lon": -87.63583, "industries": ["consulting"], "industry_labels": ["executive search"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "HSII", "exchange": "Nasdaq", "lei": "5493006284N2J367VB57", "sec_cik": "1066605", "parent": null, "logo_url": null, "description": "executive search and consultancy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3625 +{"wikidata_id": "Q17112434", "display_name": "LayerOne", "legal_name": null, "aliases": [], "website": "https://www.layerone.com", "canonical_domain": "layerone.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SDXC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3626 +{"wikidata_id": "Q17114287", "display_name": "Newpark Resources", "legal_name": null, "aliases": [], "website": "https://www.newpark.com", "canonical_domain": "newpark.com", "country": "US", "hq_city": "The Woodlands", "hq_region": "Harris County", "lat": 30.1775, "lon": -95.50389, "industries": ["professional-services"], "industry_labels": ["SIC 7350 Services-Miscellaneous Equipment Rental & Leasing"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "NR", "exchange": "New York Stock Exchange", "lei": "54930073OHWDQW4DJN26", "sec_cik": "71829", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "71829", "enriched_at": "2026-09-13T07:19:23+00:00"}}
3627 +{"wikidata_id": "Q17114312", "display_name": "NIC Inc.", "legal_name": null, "aliases": [], "website": "https://www.egov.com", "canonical_domain": "egov.com", "country": "US", "hq_city": "Olathe", "hq_region": "Johnson County", "lat": 38.8808, "lon": -94.8031, "industries": ["technology"], "industry_labels": ["quaternary sector of the economy"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "EGOV", "exchange": "Nasdaq", "lei": "529900B18T4Q37BZ0F35", "sec_cik": "1065332", "parent": null, "logo_url": null, "description": "American technology company and digital government service provider", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3628 +{"wikidata_id": "Q17131128", "display_name": "Rockwell Medical Inc.", "legal_name": null, "aliases": [], "website": "https://www.rockwellmed.com", "canonical_domain": "rockwellmed.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "RMTI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1041024", "parent": null, "logo_url": null, "description": "pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3629 +{"wikidata_id": "Q17131133", "display_name": "MedMen", "legal_name": null, "aliases": [], "website": "https://medmen.com", "canonical_domain": "medmen.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["agriculture"], "industry_labels": ["cannabis industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MMNWF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "1776932", "parent": null, "logo_url": null, "description": "American cannabis company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3630 +{"wikidata_id": "Q17141146", "display_name": "CareCloud", "legal_name": null, "aliases": ["Medical Transcription Billing", "Corp.", "MTBC"], "website": "https://www.carecloud.com", "canonical_domain": "carecloud.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["technology"], "industry_labels": ["health information technology"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "MTBC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1582982", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CareCloud_Logo.jpg", "description": "American healthcare company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3631 +{"wikidata_id": "Q17141393", "display_name": "SJW Group", "legal_name": "SJW Group", "aliases": ["SJW Corp", "SJW Corp.", "SJW Corporation"], "website": "https://www.sjwgroup.com", "canonical_domain": "sjwgroup.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "SJW", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "766829", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sjwgroup-logo.png", "description": "American water utility holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3632 +{"wikidata_id": "Q17142127", "display_name": "Pernix Therapeutics Holdings", "legal_name": null, "aliases": ["Pernix", "Pernix Therapeutics"], "website": "https://www.pernixtx.com", "canonical_domain": "pernixtx.com", "country": "US", "hq_city": "Morristown", "hq_region": "Morris County", "lat": 40.7966, "lon": -74.4773, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "PTX", "exchange": "Nasdaq", "lei": "549300F6JPO756YOD443", "sec_cik": "1024126", "parent": null, "logo_url": null, "description": "pharmaceutical business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3633 +{"wikidata_id": "Q17145638", "display_name": "National Rural Utilities Cooperative Finance Corporation", "legal_name": null, "aliases": [], "website": "https://www.nrucfc.coop", "canonical_domain": "nrucfc.coop", "country": "US", "hq_city": "Dulles", "hq_region": "Loudoun County", "lat": 38.9517, "lon": -77.4481, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "NRUC", "exchange": "New York Stock Exchange", "lei": "4NYF266XZC35SCTGX023", "sec_cik": "70502", "parent": null, "logo_url": null, "description": "American nonprofit cooperative", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "70502", "enriched_at": "2026-09-13T07:19:23+00:00"}}
3634 +{"wikidata_id": "Q17145997", "display_name": "UFP Technologies", "legal_name": null, "aliases": [], "website": "https://www.ufpt.com", "canonical_domain": "ufpt.com", "country": "US", "hq_city": "Georgetown", "hq_region": "Essex County", "lat": 42.725, "lon": -70.99167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "UFPT", "exchange": "Nasdaq", "lei": "549300RJ8LY41HS70C91", "sec_cik": "914156", "parent": null, "logo_url": null, "description": "American health care product manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3635 +{"wikidata_id": "Q17149417", "display_name": "U.S. Concrete", "legal_name": null, "aliases": [], "website": "https://www.us-concrete.com", "canonical_domain": "us-concrete.com", "country": "US", "hq_city": "Euless", "hq_region": "Tarrant County", "lat": 32.84833, "lon": -97.09167, "industries": ["construction"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "USCR", "exchange": "Nasdaq", "lei": "549300J94Q38BL8BMH45", "sec_cik": "1073429", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3636 +{"wikidata_id": "Q17153461", "display_name": "Civeo Corporation", "legal_name": null, "aliases": [], "website": "https://civeo.com", "canonical_domain": "civeo.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CVEO", "exchange": "New York Stock Exchange", "lei": "254900H0BM0N0O4MSY43", "sec_cik": "1590584", "parent": null, "logo_url": null, "description": "American accomodation services corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3637 +{"wikidata_id": "Q17182243", "display_name": "Oil States International", "legal_name": null, "aliases": [], "website": "https://www.oilstatesintl.com", "canonical_domain": "oilstatesintl.com", "country": "US", "hq_city": "Allen Center", "hq_region": "Texas", "lat": 29.7575, "lon": -95.3704, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "OIS", "exchange": "New York Stock Exchange", "lei": "5493004TF4KQJGMYL777", "sec_cik": "1121484", "parent": null, "logo_url": null, "description": "American multinational corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3638 +{"wikidata_id": "Q17183462", "display_name": "Glacier Bancorp, Inc", "legal_name": null, "aliases": [], "website": "https://www.glacierbancorp.com", "canonical_domain": "glacierbancorp.com", "country": "US", "hq_city": "Kalispell", "hq_region": "Flathead County", "lat": 48.2, "lon": -114.31667, "industries": ["banking"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "GBCI", "exchange": "Nasdaq", "lei": "549300SMJAUKZB5D7V74", "sec_cik": "868671", "parent": null, "logo_url": null, "description": "U.S. banking company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3639 +{"wikidata_id": "Q17747021", "display_name": "Arbutus Biopharma", "legal_name": null, "aliases": ["Tekmira Pharmaceuticals"], "website": "https://arbutusbio.com", "canonical_domain": "arbutusbio.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ABUS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1447028", "parent": null, "logo_url": null, "description": "Canadian Bio Tech Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3640 +{"wikidata_id": "Q18148411", "display_name": "Esterline", "legal_name": null, "aliases": ["Esterline Technologies", "Esterline Technologies Corp."], "website": "https://www.esterline.com", "canonical_domain": "esterline.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "ESL", "exchange": "New York Stock Exchange", "lei": "549300TS340K3LI25S90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EsterlineCorporateBrandmark-rgb_600dpi.tif", "description": "aerospace company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3641 +{"wikidata_id": "Q18148458", "display_name": "Farmer Brothers", "legal_name": null, "aliases": [], "website": "https://www.farmerbros.com", "canonical_domain": "farmerbros.com", "country": "US", "hq_city": "Northlake", "hq_region": "Denton County", "lat": 33.0825, "lon": -97.2531, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "FARM", "exchange": "Nasdaq", "lei": "5493006PMLETBTVJ3262", "sec_cik": "34563", "parent": null, "logo_url": null, "description": "an American coffee foodservice company based in Northlake, Texas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3642 +{"wikidata_id": "Q18150455", "display_name": "Envivio", "legal_name": null, "aliases": [], "website": "https://www.envivio.com", "canonical_domain": "envivio.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["telecommunications"], "industry_labels": ["SIC 3663 Radio & Tv Broadcasting & Communications Equipment"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ENVI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1174266", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Envivio_logo.jpg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1174266", "enriched_at": "2026-09-13T07:19:25+00:00"}}
3643 +{"wikidata_id": "Q18151484", "display_name": "Methode Electronics", "legal_name": null, "aliases": [], "website": "https://methode.com", "canonical_domain": "methode.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "MEI", "exchange": "New York Stock Exchange", "lei": "529900VM413LGLUS3F07", "sec_cik": "65270", "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3644 +{"wikidata_id": "Q18217462", "display_name": "Tandy Leather Factory", "legal_name": null, "aliases": ["Tandy Leather Company"], "website": "https://www.tandyleatherfactory.com", "canonical_domain": "tandyleatherfactory.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "TLF", "exchange": "Nasdaq", "lei": "549300XB36MQTBM8UQ34", "sec_cik": "909724", "parent": null, "logo_url": null, "description": "American leather retailer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3645 +{"wikidata_id": "Q18344949", "display_name": "Globus Medical", "legal_name": null, "aliases": [], "website": "https://www.globusmedical.com", "canonical_domain": "globusmedical.com", "country": "US", "hq_city": "Audubon", "hq_region": "Lower Providence Township", "lat": 40.1308, "lon": -75.4258, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "GMED", "exchange": "New York Stock Exchange", "lei": "5299003M2P4CIK0RF205", "sec_cik": "1237831", "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3646 +{"wikidata_id": "Q18349283", "display_name": "Hertz Car Sales", "legal_name": null, "aliases": ["Hertz Rent2Buy"], "website": "https://www.hertzcarsales.com", "canonical_domain": "hertzcarsales.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["automotive"], "industry_labels": ["car dealership"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "HTZ", "exchange": "New York Stock Exchange", "lei": "549300TP80QLITMSBP82", "sec_cik": "1657853", "parent": null, "logo_url": null, "description": "American car dealership chain handling the transactions and sales of Hertz rental fleet in both business-to-business and business-to-consumer markets", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3647 +{"wikidata_id": "Q18477459", "display_name": "CASAN", "legal_name": null, "aliases": [], "website": "https://www.casan.com.br", "canonical_domain": "casan.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CASN1", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Casan.svg", "description": "Firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3648 +{"wikidata_id": "Q18477796", "display_name": "CEEE GT", "legal_name": null, "aliases": ["Companhia Estadual de Geração e Transmissão de Energia Elétrica"], "website": "https://www.ceee.com.br", "canonical_domain": "ceee.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "EEEL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3649 +{"wikidata_id": "Q18479885", "display_name": "Conglomerado Alfa", "legal_name": null, "aliases": [], "website": "https://www.alfanet.com.br", "canonical_domain": "alfanet.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "RPAD3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3650 +{"wikidata_id": "Q18619467", "display_name": "Rayonier Advanced Materials", "legal_name": null, "aliases": ["RYAM"], "website": "https://rayonieram.com", "canonical_domain": "rayonieram.com", "country": "US", "hq_city": "Riverplace Tower", "hq_region": null, "lat": 30.3194, "lon": -81.65654, "industries": ["materials", "chemicals"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "RYAM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1597672", "parent": null, "logo_url": null, "description": "American chemical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1597672", "enriched_at": "2026-09-13T07:19:25+00:00"}}
3651 +{"wikidata_id": "Q18635282", "display_name": "OncoMed", "legal_name": null, "aliases": ["OncoMed Pharmaceuticals", "OncoMed Pharmaceuticals", "Inc."], "website": "https://www.oncomed.com", "canonical_domain": "oncomed.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "OMED", "exchange": "Nasdaq", "lei": "54930064RUBX0UDRKZ54", "sec_cik": "1302573", "parent": null, "logo_url": null, "description": "public American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3652 +{"wikidata_id": "Q18636683", "display_name": "Global Industrial", "legal_name": null, "aliases": [], "website": "https://www.globalindustrial.ca", "canonical_domain": "globalindustrial.ca", "country": "US", "hq_city": "Port Washington", "hq_region": "North Hempstead", "lat": 40.82889, "lon": -73.68667, "industries": ["retail"], "industry_labels": ["SIC 5084 Wholesale-Industrial Machinery & Equipment"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "SYX", "exchange": "Nasdaq", "lei": null, "sec_cik": "945114", "parent": {"wikidata_id": "Q7663801", "name": "Global Industrial Company"}, "logo_url": null, "description": "company; business unit of Systemax Inc.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "945114", "enriched_at": "2026-09-13T07:19:27+00:00"}}
3653 +{"wikidata_id": "Q18754966", "display_name": "Tradeweb Llc", "legal_name": null, "aliases": ["TRWB"], "website": "https://www.tradeweb.com", "canonical_domain": "tradeweb.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "TW", "exchange": "Nasdaq", "lei": "5493009DYKOCXWBRC524", "sec_cik": "1758730", "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1758730", "enriched_at": "2026-09-13T07:19:27+00:00"}}
3654 +{"wikidata_id": "Q19604609", "display_name": "Vericel", "legal_name": null, "aliases": [], "website": "https://www.vcel.com", "canonical_domain": "vcel.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "VCEL", "exchange": "Nasdaq", "lei": null, "sec_cik": "887359", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "887359", "enriched_at": "2026-09-13T07:19:27+00:00"}}
3655 +{"wikidata_id": "Q19863999", "display_name": "Team Health Holdings", "legal_name": null, "aliases": ["Inc.", "TeamHealth"], "website": "https://www.teamhealth.com", "canonical_domain": "teamhealth.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "TMH", "exchange": "New York Stock Exchange", "lei": "549300PVTQ4UDTTMQT11", "sec_cik": null, "parent": null, "logo_url": null, "description": "American hospital staffing firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3656 +{"wikidata_id": "Q19865135", "display_name": "Meredian Holdings Group Inc.", "legal_name": null, "aliases": [], "website": "https://www.mhgbio.com", "canonical_domain": "mhgbio.com", "country": "US", "hq_city": "Bainbridge", "hq_region": "Decatur County", "lat": 30.9047, "lon": -84.5711, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "DNMR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MHG_Bio.jpg", "description": "American biopolymer manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3657 +{"wikidata_id": "Q19866632", "display_name": "ClearSign Combustion", "legal_name": null, "aliases": [], "website": "https://clearsign.com", "canonical_domain": "clearsign.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["technology"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CLIR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1434524", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ClearSign_logo.png", "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1434524", "enriched_at": "2026-09-13T07:19:27+00:00"}}
3658 +{"wikidata_id": "Q19867294", "display_name": "WPX Energy", "legal_name": null, "aliases": ["WPX Energy Inc"], "website": "https://www.wpxenergy.com", "canonical_domain": "wpxenergy.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Wagoner County", "lat": 36.13139, "lon": -95.93722, "industries": ["mining", "oil-gas"], "industry_labels": ["extraction of petroleum", "gas industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "WPX", "exchange": "New York Stock Exchange", "lei": "ZXZE9GCS2BB547GJW219", "sec_cik": "1518832", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WPX_Energy_Logo_2015.svg", "description": "American company focusing on extraction of oil and natural gas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3659 +{"wikidata_id": "Q19867417", "display_name": "SeaChange International", "legal_name": null, "aliases": [], "website": "https://www.schange.com", "canonical_domain": "schange.com", "country": "US", "hq_city": "Acton", "hq_region": "Middlesex County", "lat": 42.48509, "lon": -71.43284, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "SEAC", "exchange": "Nasdaq", "lei": "5299000DNT7FHOUI6489", "sec_cik": "1019671", "parent": null, "logo_url": null, "description": "video services software company, headquartered in Acton, Massachusetts", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3660 +{"wikidata_id": "Q20047296", "display_name": "Magellan Health", "legal_name": null, "aliases": ["Magellan Health Services", "Magellan Health Services Inc."], "website": "https://www.magellanhealth.com", "canonical_domain": "magellanhealth.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["healthcare"], "industry_labels": ["managed care"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "MGLN", "exchange": "Nasdaq", "lei": null, "sec_cik": "19411", "parent": null, "logo_url": null, "description": "Managed health care company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3661 +{"wikidata_id": "Q20049860", "display_name": "Méliuz", "legal_name": null, "aliases": [], "website": "https://meliuz.com.br", "canonical_domain": "meliuz.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "CASH3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": "2080003", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M%C3%A9liuz_logo_2022.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2080003", "enriched_at": "2026-09-13T07:19:28+00:00"}}
3662 +{"wikidata_id": "Q20052558", "display_name": "AlphaVille Urbanismo", "legal_name": null, "aliases": [], "website": "https://www.alphavilleurbanismo.com.br", "canonical_domain": "alphavilleurbanismo.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AVLL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3663 +{"wikidata_id": "Q20065324", "display_name": "Pharmacyclics", "legal_name": null, "aliases": ["Pharmacyclics (United States)"], "website": "https://www.pharmacyclics.com", "canonical_domain": "pharmacyclics.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "PCYC", "exchange": "Nasdaq", "lei": null, "sec_cik": "949699", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pharmacyclics_logo.svg", "description": "company in Sunnyvale, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "949699", "enriched_at": "2026-09-13T07:19:31+00:00"}}
3664 +{"wikidata_id": "Q20642307", "display_name": "Fleetmatics", "legal_name": null, "aliases": ["Fleetmatics Group", "Fleetmatics Group PLC"], "website": "https://www.fleetmatics.com", "canonical_domain": "fleetmatics.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["software"], "industry_labels": ["software industry", "fleet management"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "FLTX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a public limited company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3665 +{"wikidata_id": "Q20667333", "display_name": "NextEra Energy Partners", "legal_name": null, "aliases": [], "website": "https://nexteraenergypartners.com", "canonical_domain": "nexteraenergypartners.com", "country": "US", "hq_city": "Juno Beach", "hq_region": "Palm Beach County", "lat": 26.87333, "lon": -80.05417, "industries": ["energy", "renewables"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NEP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Juno Beach, Florida-based renewable energy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3666 +{"wikidata_id": "Q20708639", "display_name": "Forum Energy Technologies", "legal_name": null, "aliases": [], "website": "https://f-e-t.com", "canonical_domain": "f-e-t.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy", "oil-gas"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "FET", "exchange": "New York Stock Exchange", "lei": "549300SF93HLCR1REE27", "sec_cik": "1401257", "parent": null, "logo_url": null, "description": "oil and gas industry", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3667 +{"wikidata_id": "Q20714950", "display_name": "Primoris Services Corporation", "legal_name": null, "aliases": [], "website": "https://www.prim.com", "canonical_domain": "prim.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["professional-services", "transportation"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "PRIM", "exchange": "Nasdaq", "lei": "549300UF3OLBJ8D5K349", "sec_cik": "1361538", "parent": null, "logo_url": null, "description": "American construction and infrastructure company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3668 +{"wikidata_id": "Q20979249", "display_name": "Everi Holdings", "legal_name": null, "aliases": ["Global Cash Access Holdings"], "website": "https://www.everi.com", "canonical_domain": "everi.com", "country": "US", "hq_city": "Spring Valley", "hq_region": "Clark County", "lat": 36.1125, "lon": -115.25028, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "EVRI", "exchange": "New York Stock Exchange", "lei": "5299006DK5S7BG10K532", "sec_cik": null, "parent": null, "logo_url": null, "description": "American slot machine company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3669 +{"wikidata_id": "Q21070725", "display_name": "Del Frisco's Restaurant Group", "legal_name": null, "aliases": [], "website": "https://dfrg.com", "canonical_domain": "dfrg.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "DFRG", "exchange": "Nasdaq", "lei": "549300M2U6UCRYEGJC90", "sec_cik": "1415301", "parent": null, "logo_url": null, "description": "American restaurant company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3670 +{"wikidata_id": "Q21196367", "display_name": "Black Stone Minerals", "legal_name": null, "aliases": [], "website": "https://www.blackstoneminerals.com", "canonical_domain": "blackstoneminerals.com", "country": "US", "hq_city": "First City Tower", "hq_region": "Texas", "lat": 29.7558, "lon": -95.3638, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1876, "employees": null, "public_company": true, "ticker": "BSM", "exchange": "New York Stock Exchange", "lei": "0C0OFK66613BCRQJ7F34", "sec_cik": "1621434", "parent": null, "logo_url": null, "description": "Oil and Gas Coporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1621434", "enriched_at": "2026-09-13T07:19:31+00:00"}}
3671 +{"wikidata_id": "Q22032140", "display_name": "ProntoForms", "legal_name": null, "aliases": [], "website": "https://www.prontoforms.com", "canonical_domain": "prontoforms.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "PPRRF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Software company in Canada", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3672 +{"wikidata_id": "Q22060267", "display_name": "Aegion", "legal_name": null, "aliases": ["Aegion Corporation"], "website": "https://aegion.com", "canonical_domain": "aegion.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AEGN", "exchange": "Nasdaq", "lei": "549300AG3DVJURRIT691", "sec_cik": null, "parent": null, "logo_url": null, "description": "American multinational company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3673 +{"wikidata_id": "Q22079519", "display_name": "Clover Health", "legal_name": null, "aliases": [], "website": "https://www.cloverhealth.com", "canonical_domain": "cloverhealth.com", "country": "US", "hq_city": "Franklin", "hq_region": "Williamson County", "lat": 35.92917, "lon": -86.8575, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "CLOV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1801170", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clover_Logo_Green_RGB.jpg", "description": "U.S. healthcare company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1801170", "enriched_at": "2026-09-13T07:19:31+00:00"}}
3674 +{"wikidata_id": "Q22079529", "display_name": "Harrow Health", "legal_name": null, "aliases": ["Imprimis Pharmaceuticals"], "website": "https://www.harrow.com", "canonical_domain": "harrow.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "HROW", "exchange": "Nasdaq", "lei": null, "sec_cik": "1360214", "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3675 +{"wikidata_id": "Q22080936", "display_name": "Pushpay", "legal_name": "PUSHPAY HOLDINGS LIMITED", "aliases": [], "website": "https://pushpay.com", "canonical_domain": "pushpay.com", "country": "US", "hq_city": "Auckland", "hq_region": "Auckland Region", "lat": -36.84917, "lon": 174.76528, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "PHPYF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pushpay_logo_Red_RGB_Wordmark_Stacked.png", "description": "Australian software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3676 +{"wikidata_id": "Q22121862", "display_name": "Applied Genetic Technologies Corporation", "legal_name": null, "aliases": ["AGTC", "Applied Genetic Technologies"], "website": "https://www.agtc.com", "canonical_domain": "agtc.com", "country": "US", "hq_city": "Alachua", "hq_region": "Alachua County", "lat": 29.77917, "lon": -82.47972, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "AGTC", "exchange": "Nasdaq", "lei": "549300I3X9WJZYN79L35", "sec_cik": "1273636", "parent": null, "logo_url": null, "description": "Biotechnology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3677 +{"wikidata_id": "Q22121863", "display_name": "Arrowhead Research", "legal_name": null, "aliases": [], "website": "https://arrowheadpharma.com", "canonical_domain": "arrowheadpharma.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ARWR", "exchange": "Nasdaq", "lei": null, "sec_cik": "879407", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arrowhead_Pharmaceuticals_Logo.jpg", "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q113530745"}], "source_edgar": {"cik": "879407", "enriched_at": "2026-09-13T07:19:31+00:00"}}
3678 +{"wikidata_id": "Q22661749", "display_name": "Chart Industries, Inc", "legal_name": null, "aliases": ["Chart", "Chart Inc.", "Chart Industries"], "website": "https://www.chartindustries.com", "canonical_domain": "chartindustries.com", "country": "US", "hq_city": "Ball Ground", "hq_region": "Cherokee County", "lat": 34.33861, "lon": -84.3775, "industries": ["energy", "medical-devices"], "industry_labels": ["energy storage", "medical device"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GTLS", "exchange": "Nasdaq", "lei": "EM7QGKC1GYOF3LSZSL80", "sec_cik": "892553", "parent": null, "logo_url": null, "description": "industrial cryogenic equipment and medical device manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3679 +{"wikidata_id": "Q22674043", "display_name": "Compass Diversified", "legal_name": null, "aliases": ["CODI"], "website": "https://compassdiversified.com", "canonical_domain": "compassdiversified.com", "country": "US", "hq_city": "Westport", "hq_region": "Western Connecticut Planning Region", "lat": 41.14149, "lon": -73.3579, "industries": ["consumer-goods"], "industry_labels": ["SIC 2510 Household Furniture"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "CODI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1345126", "parent": null, "logo_url": null, "description": "owns and manages a diverse family of established North American middle market businesses", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1345126", "enriched_at": "2026-09-13T07:19:31+00:00"}}
3680 +{"wikidata_id": "Q22674048", "display_name": "Main Street Capital Corp", "legal_name": null, "aliases": [], "website": "https://www.mainstcapital.com", "canonical_domain": "mainstcapital.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MAIN", "exchange": "New York Stock Exchange", "lei": "5493001FS9QJLJNF3E20", "sec_cik": "1396440", "parent": null, "logo_url": null, "description": "American investment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1396440", "enriched_at": "2026-09-13T07:19:31+00:00"}}
3681 +{"wikidata_id": "Q22906139", "display_name": "Absolute Software Corporation", "legal_name": null, "aliases": [], "website": "https://www.absolute.com", "canonical_domain": "absolute.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "ALSWF", "exchange": "OTC Markets Group", "lei": "549300I8AXWGBEESC731", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Absolute_Software_logo.svg", "description": "american-Canadian company specializes in endpoint security and data risk management", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3682 +{"wikidata_id": "Q22909604", "display_name": "Valhi, Inc.", "legal_name": null, "aliases": ["Valhi (United States)"], "website": "https://www.valhi.net", "canonical_domain": "valhi.net", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "VHI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "59255", "parent": null, "logo_url": null, "description": "company in Dallas, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "59255", "enriched_at": "2026-09-13T07:19:31+00:00"}}
3683 +{"wikidata_id": "Q23679974", "display_name": "Avalanche Biotechnologies", "legal_name": null, "aliases": [], "website": "https://adverum.com", "canonical_domain": "adverum.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "ADVM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1501756", "parent": null, "logo_url": null, "description": "American gene therapy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3684 +{"wikidata_id": "Q23786068", "display_name": "Clovis Oncology", "legal_name": null, "aliases": ["Inc."], "website": "https://clovisoncology.com", "canonical_domain": "clovisoncology.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "CLVS", "exchange": "Nasdaq", "lei": "529900WCUY9ZAHMRV489", "sec_cik": "1466301", "parent": null, "logo_url": null, "description": "small pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3685 +{"wikidata_id": "Q24204582", "display_name": "OnDeck Capital", "legal_name": null, "aliases": [], "website": "https://www.ondeck.com", "canonical_domain": "ondeck.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ONDK", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3686 +{"wikidata_id": "Q24908086", "display_name": "Washington Prime Group", "legal_name": null, "aliases": ["Washington Prime Group Inc.", "WP Glimcher"], "website": "https://washingtonprime.com", "canonical_domain": "washingtonprime.com", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 39.96222, "lon": -83.00056, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "WPG", "exchange": "New York Stock Exchange", "lei": "549300RWGA2GV6YQYT67", "sec_cik": "1594686", "parent": null, "logo_url": null, "description": "real estate investment trust", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3687 +{"wikidata_id": "Q24960003", "display_name": "Nicolet Bankshares", "legal_name": null, "aliases": [], "website": "https://investors.nicoletbank.com", "canonical_domain": "nicoletbank.com", "country": "US", "hq_city": "Green Bay", "hq_region": "Brown County", "lat": 44.51333, "lon": -88.01333, "industries": ["banking"], "industry_labels": ["SIC 6021 National Commercial Banks"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "NIC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1174850", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1174850", "enriched_at": "2026-09-13T07:19:32+00:00"}}
3688 +{"wikidata_id": "Q25100315", "display_name": "Transphorm", "legal_name": null, "aliases": [], "website": "https://www.transphormusa.com", "canonical_domain": "transphormusa.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["technology"], "industry_labels": ["power electronics"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TGAN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American semiconductor company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3689 +{"wikidata_id": "Q25103752", "display_name": "UMH Properties", "legal_name": null, "aliases": [], "website": "https://www.umh.com", "canonical_domain": "umh.com", "country": "US", "hq_city": "Freehold Township", "hq_region": "Monmouth County", "lat": 40.23556, "lon": -74.29498, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "UMH", "exchange": "New York Stock Exchange", "lei": "529900OM5K3PJ11F0Q09", "sec_cik": "752642", "parent": null, "logo_url": null, "description": "real estate developer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310971"}]}
3690 +{"wikidata_id": "Q25111982", "display_name": "Heat Biologics", "legal_name": null, "aliases": [], "website": "https://www.heatbio.com", "canonical_domain": "heatbio.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "HTBX", "exchange": "Nasdaq", "lei": "549300C7CB2MWG4V3I09", "sec_cik": "1476963", "parent": null, "logo_url": null, "description": "organization in Durham, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3691 +{"wikidata_id": "Q25231005", "display_name": "Kartoon Studios", "legal_name": null, "aliases": ["Genius Brands"], "website": "https://gnusbrands.com", "canonical_domain": "gnusbrands.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "CA", "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["entertainment", "SIC 7812 Services-Motion Picture & Video Tape Production"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "GNUS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1355848", "parent": null, "logo_url": null, "description": "American entertainment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1355848", "enriched_at": "2026-09-13T07:19:34+00:00"}}
3692 +{"wikidata_id": "Q25419186", "display_name": "CENTAURUS METALS LIMITED", "legal_name": "CENTAURUS METALS LIMITED", "aliases": [], "website": "https://www.centaurus.com.au", "canonical_domain": "centaurus.com.au", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CTM", "exchange": "Australian Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Australian public company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3693 +{"wikidata_id": "Q25831370", "display_name": "AppFolio", "legal_name": null, "aliases": ["Inc."], "website": "https://www.appfolioinc.com", "canonical_domain": "appfolioinc.com", "country": "US", "hq_city": "Goleta", "hq_region": "Santa Barbara County", "lat": 34.44056, "lon": -119.81361, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "APPF", "exchange": "Nasdaq", "lei": "529900OOUUGT6JFC0S15", "sec_cik": "1433195", "parent": null, "logo_url": null, "description": "company that offers SaaS applications for vertical markets", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3694 +{"wikidata_id": "Q27150140", "display_name": "Ameris Bancorp", "legal_name": null, "aliases": [], "website": "https://ir.amerisbank.com", "canonical_domain": "amerisbank.com", "country": "US", "hq_city": "Riverplace Tower", "hq_region": null, "lat": 30.3194, "lon": -81.65654, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "ABCB", "exchange": "Nasdaq", "lei": "PBJHNT51T5V6G5UQFV42", "sec_cik": "351569", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ameris_Bancorp_logo.svg", "description": "publicly traded banking company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3695 +{"wikidata_id": "Q27963459", "display_name": "astronics.com", "legal_name": null, "aliases": [], "website": "https://www.astronics.com", "canonical_domain": "astronics.com", "country": "US", "hq_city": "East Aurora", "hq_region": "Erie County", "lat": 42.76694, "lon": -78.61722, "industries": ["technology"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ATRO", "exchange": "Nasdaq", "lei": "549300NNXCF8H4MSMK17", "sec_cik": "8063", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astronics-corporation-vector-logo.png", "description": "American aerospace electronics company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "8063", "enriched_at": "2026-09-13T07:19:34+00:00"}}
3696 +{"wikidata_id": "Q27988239", "display_name": "MAA", "legal_name": null, "aliases": ["MAA Communities", "Mid America Apartment Communitites", "Mid-America Apartments"], "website": "https://www.maac.com", "canonical_domain": "maac.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "MAA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "912595", "parent": null, "logo_url": null, "description": "real estate investment trust operating throughout the southeastern, southwestern, and mid-Atlantic United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3697 +{"wikidata_id": "Q28133993", "display_name": "Ibotta", "legal_name": null, "aliases": ["Inc."], "website": "https://www.ibotta.com", "canonical_domain": "ibotta.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["technology", "media", "e-commerce"], "industry_labels": ["technology", "performance-based advertising", "cashback reward program", "direct-to-consumer"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "IBTA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1538379", "parent": null, "logo_url": null, "description": "marketing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3698 +{"wikidata_id": "Q28402389", "display_name": "Simmons Bank", "legal_name": null, "aliases": ["Southwest Bank", "Bank SNB"], "website": "https://simmonsbank.com", "canonical_domain": "simmonsbank.com", "country": "US", "hq_city": "Pine Bluff", "hq_region": "Jefferson County", "lat": 34.22844, "lon": -92.00319, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "SFNC", "exchange": "Nasdaq", "lei": "549300DPRWSBUY619V27", "sec_cik": "1674486", "parent": null, "logo_url": null, "description": "United States financial company based in Arkansas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3699 +{"wikidata_id": "Q28877490", "display_name": "Puma Biotechnology", "legal_name": null, "aliases": [], "website": "https://www.pumabiotechnology.com", "canonical_domain": "pumabiotechnology.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PBYI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1401667", "parent": null, "logo_url": null, "description": "pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3700 +{"wikidata_id": "Q29096796", "display_name": "ZeroFox", "legal_name": null, "aliases": ["ZeroFOX", "ZeroFox Holdings", "Inc"], "website": "https://www.zerofox.com", "canonical_domain": "zerofox.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "ZFOX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1580985", "parent": null, "logo_url": null, "description": "a cyber security company based in Baltimore, Maryland", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3701 +{"wikidata_id": "Q30271491", "display_name": "AbCellera", "legal_name": null, "aliases": ["AbCellera Biologics", "Inc."], "website": "https://www.abcellera.com", "canonical_domain": "abcellera.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "ABCL", "exchange": "NASDAQ/Ngs (Global Select Market)", "lei": null, "sec_cik": "1703057", "parent": null, "logo_url": null, "description": "company in Vancouver, Canada", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1703057", "enriched_at": "2026-09-13T07:19:34+00:00"}}
3702 +{"wikidata_id": "Q30273331", "display_name": "Alpha & Omega Semiconductor", "legal_name": null, "aliases": [], "website": "https://aosmd.com", "canonical_domain": "aosmd.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "AOSL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1387467", "parent": null, "logo_url": null, "description": "semiconductor company in the United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1387467", "enriched_at": "2026-09-13T07:19:34+00:00"}}
3703 +{"wikidata_id": "Q30282590", "display_name": "Precigen, Inc", "legal_name": null, "aliases": ["Intrexon", "Precigen"], "website": "https://precigen.com", "canonical_domain": "precigen.com", "country": "US", "hq_city": "Germantown", "hq_region": "Montgomery County", "lat": 39.17306, "lon": -77.27167, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "PGEN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1356090", "parent": null, "logo_url": null, "description": "company in Blacksburg, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3704 +{"wikidata_id": "Q30283314", "display_name": "Cytokinetics", "legal_name": null, "aliases": ["Cytokinetics (United States)", "Inc."], "website": "https://cytokinetics.com", "canonical_domain": "cytokinetics.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "CYTK", "exchange": "Nasdaq", "lei": "549300BE5DY1HW7IHA64", "sec_cik": "1061983", "parent": null, "logo_url": null, "description": "company in South San Francisco, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1061983", "enriched_at": "2026-09-13T07:19:36+00:00"}}
3705 +{"wikidata_id": "Q30289308", "display_name": "Verastem Oncology", "legal_name": null, "aliases": ["Verastem", "Verastem", "Inc."], "website": "https://www.verastem.com", "canonical_domain": "verastem.com", "country": "US", "hq_city": "Needham", "hq_region": "Norfolk County", "lat": 42.28333, "lon": -71.23333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "VSTM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1526119", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Verastem_Oncology_official_company_logo.png", "description": "Pharmaceutical company in Masachussets, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1526119", "enriched_at": "2026-09-13T07:19:36+00:00"}}
3706 +{"wikidata_id": "Q30588251", "display_name": "Pacific Premier Bancorp", "legal_name": null, "aliases": [], "website": "https://www.ppbi.com", "canonical_domain": "ppbi.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PPBI", "exchange": "Nasdaq", "lei": "549300Q1KIC3KLI0XG98", "sec_cik": "1028918", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pacific_Premier_Bancorp_logo.svg", "description": "holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3707 +{"wikidata_id": "Q30591074", "display_name": "Boxed.com", "legal_name": null, "aliases": [], "website": "https://boxed.com", "canonical_domain": "boxed.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "BOXDQ", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boxed.Logo.Green.RGB.png", "description": "wholesale on-line shopping site", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3708 +{"wikidata_id": "Q30932549", "display_name": "Cury Construtora", "legal_name": null, "aliases": [], "website": "https://cury.net", "canonical_domain": "cury.net", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CURY3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3709 +{"wikidata_id": "Q3285819", "display_name": "Manhattan Associates", "legal_name": null, "aliases": [], "website": "https://www.manh.com", "canonical_domain": "manh.com", "country": "US", "hq_city": "Atlanta", "hq_region": "GA", "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "MANH", "exchange": "Nasdaq", "lei": "529900Q1GJP7KD52SW51", "sec_cik": "1056696", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1056696", "enriched_at": "2026-09-13T07:19:36+00:00"}}
3710 +{"wikidata_id": "Q39055285", "display_name": "Talos Energy", "legal_name": null, "aliases": [], "website": "https://www.talosenergy.com", "canonical_domain": "talosenergy.com", "country": "US", "hq_city": "Houston", "hq_region": "TX", "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "TALO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1724965", "parent": null, "logo_url": null, "description": "American energy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1724965", "enriched_at": "2026-09-13T07:19:38+00:00"}}
3711 +{"wikidata_id": "Q4545554", "display_name": "01 Communique", "legal_name": null, "aliases": [], "website": "https://www.01com.com", "canonical_domain": "01com.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "ONE", "exchange": "TSX Venture Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian cyber security and technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3712 +{"wikidata_id": "Q4671580", "display_name": "Acadia Pharmaceuticals", "legal_name": null, "aliases": ["Acadia Pharmaceuticals Inc."], "website": "https://www.acadia-pharm.com", "canonical_domain": "acadia-pharm.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "ACAD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1070494", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acaida_logo.gif", "description": "Pharmaceutical company, which developed Nuplazid, based in San Diego, California.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3713 +{"wikidata_id": "Q4672868", "display_name": "R1 RCM", "legal_name": "R1 RCM", "aliases": ["Accretive Health", "R1 RCM Inc."], "website": "https://www.r1rcm.com", "canonical_domain": "r1rcm.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "RCM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/R1_Logo.png", "description": "healthcare revenue cycle management company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3714 +{"wikidata_id": "Q4674406", "display_name": "Acme United Corporation", "legal_name": null, "aliases": [], "website": "https://www.acmeunited.com", "canonical_domain": "acmeunited.com", "country": "US", "hq_city": "Fairfield", "hq_region": "Greater Bridgeport Planning Region", "lat": 41.17583, "lon": -73.27194, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1867, "employees": null, "public_company": true, "ticker": "ACU", "exchange": "NYSE American", "lei": "549300NVT8NN13WP8M83", "sec_cik": "2098", "parent": null, "logo_url": null, "description": "scissors manufacturer founded in 1867 in Naugatuck, Connecticut", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3715 +{"wikidata_id": "Q4688284", "display_name": "Aerohive Networks", "legal_name": null, "aliases": [], "website": "https://www.aerohive.com", "canonical_domain": "aerohive.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "HIVE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1372414", "parent": null, "logo_url": null, "description": "wireless manufacturer of networking equipment for networks with cloud-enabled Wi-Fi and routing solutions for medium and large enterprises", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3716 +{"wikidata_id": "Q47016300", "display_name": "Autohome", "legal_name": null, "aliases": ["Autohome Inc.", "Beijing Autohome Information Technology Co.", "Ltd."], "website": "https://www.autohome.com.cn", "canonical_domain": "autohome.com.cn", "country": "KY", "hq_city": "George Town", "hq_region": "Cayman Islands", "lat": 19.29639, "lon": -81.38167, "industries": ["cloud-infrastructure"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "ATHM", "exchange": "New York Stock Exchange", "lei": "529900NYB6ZGZN3MVT56", "sec_cik": "1527636", "parent": null, "logo_url": null, "description": "Chinese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1527636", "enriched_at": "2026-09-13T07:19:40+00:00"}}
3717 +{"wikidata_id": "Q4726659", "display_name": "Alimera Sciences", "legal_name": null, "aliases": [], "website": "https://www.alimerasciences.com", "canonical_domain": "alimerasciences.com", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "ALIM", "exchange": "Nasdaq", "lei": "5299005C650OO6FJ1R63", "sec_cik": "1267602", "parent": null, "logo_url": null, "description": "American biopharmaceutical sales company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3718 +{"wikidata_id": "Q4733274", "display_name": "Allscripts", "legal_name": null, "aliases": ["Allscripts Healthcare Solutions", "Inc."], "website": "https://www.allscripts.com", "canonical_domain": "allscripts.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology", "healthcare"], "industry_labels": ["information technology", "health informatics"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MDRX", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3719 +{"wikidata_id": "Q4738904", "display_name": "AmTrust Financial Services, Inc.", "legal_name": null, "aliases": ["AmTrust", "AmTrust Financial", "AmTrust Financial Services"], "website": "https://amtrustfinancial.com", "canonical_domain": "amtrustfinancial.com", "country": "US", "hq_city": "Home Insurance Plaza", "hq_region": "Manhattan", "lat": 40.70873, "lon": -74.00813, "industries": ["insurance"], "industry_labels": ["insurance industry", "reinsurance"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "AFSI", "exchange": "Nasdaq", "lei": "549300SNNS1GRWBTGA28", "sec_cik": "1365555", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMT_FlyingA-AmTrust.jpg", "description": "New York City-based multinational property and casualty insurance company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3720 +{"wikidata_id": "Q4741141", "display_name": "Ambassadors Group", "legal_name": null, "aliases": [], "website": "https://www.ambassadorsgroup.com", "canonical_domain": "ambassadorsgroup.com", "country": "US", "hq_city": "Spokane", "hq_region": "Spokane County", "lat": 47.65719, "lon": -117.4235, "industries": ["education"], "industry_labels": ["education"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "EPAX", "exchange": "Nasdaq", "lei": "549300OB7VCY3YPDVO02", "sec_cik": "1162315", "parent": null, "logo_url": null, "description": "American education travel company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3721 +{"wikidata_id": "Q4742102", "display_name": "Amedisys Home Health and Hospice Care", "legal_name": null, "aliases": [], "website": "https://www.amedisys.com", "canonical_domain": "amedisys.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "AMED", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "home health provider based in Baton Rouge, Louisiana", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3722 +{"wikidata_id": "Q4742486", "display_name": "AmeriServ Financial", "legal_name": null, "aliases": [], "website": "https://www.ameriserv.com", "canonical_domain": "ameriserv.com", "country": "US", "hq_city": "Johnstown", "hq_region": "Cambria County", "lat": 40.3228, "lon": -78.9208, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "ASRV", "exchange": "Nasdaq", "lei": null, "sec_cik": "707605", "parent": null, "logo_url": null, "description": "pennsylvanian bank holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3723 +{"wikidata_id": "Q4744658", "display_name": "American Pathology Partners", "legal_name": null, "aliases": [], "website": "https://www.ap2.com", "canonical_domain": "ap2.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "LPNT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1301611", "parent": null, "logo_url": null, "description": "medical laboratory company in Nashville, Tennessee", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3724 +{"wikidata_id": "Q4744841", "display_name": "American River Bank", "legal_name": null, "aliases": [], "website": "https://www.americanriverbank.com", "canonical_domain": "americanriverbank.com", "country": "US", "hq_city": "Sacramento", "hq_region": "Sacramento County", "lat": 38.57528, "lon": -121.48611, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "AMRB", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "community bank founded in 1983", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3725 +{"wikidata_id": "Q4744953", "display_name": "American Science and Engineering", "legal_name": null, "aliases": ["American Science and Engineering Inc", "(AS&amp;E)"], "website": "https://www.as-e.com", "canonical_domain": "as-e.com", "country": "US", "hq_city": "Billerica", "hq_region": "Middlesex County", "lat": 42.55833, "lon": -71.26944, "industries": ["construction", "industrial-machinery"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "ASEI", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASE-LOGO-TAGLINE.jpg", "description": "American x-ray equipment manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3726 +{"wikidata_id": "Q4748631", "display_name": "Amreit", "legal_name": null, "aliases": [], "website": "https://www.amreit.com", "canonical_domain": "amreit.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "AMRE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "913957", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3727 +{"wikidata_id": "Q4748634", "display_name": "Amrep Corporation", "legal_name": null, "aliases": ["Amrep Corp."], "website": "https://www.amrepcorp.com", "canonical_domain": "amrepcorp.com", "country": "US", "hq_city": "Princeton", "hq_region": "Mercer County", "lat": 40.35222, "lon": -74.65694, "industries": ["real-estate"], "industry_labels": ["SIC 6552 Land Subdividers & Developers (No Cemeteries)"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "AXR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "6207", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMREP_logo.gif", "description": "company in Princeton, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "6207", "enriched_at": "2026-09-13T07:19:40+00:00"}}
3728 +{"wikidata_id": "Q4771754", "display_name": "Anthera Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.anthera.com", "canonical_domain": "anthera.com", "country": "US", "hq_city": "Hayward", "hq_region": "Alameda County", "lat": 37.66889, "lon": -122.08083, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "ANTH", "exchange": "Nasdaq", "lei": "549300Z72RGRIU8IX311", "sec_cik": "1316175", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3729 +{"wikidata_id": "Q4781837", "display_name": "Apricus Biosciences", "legal_name": null, "aliases": [], "website": "https://www.apricusbio.com", "canonical_domain": "apricusbio.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "APRI", "exchange": "Nasdaq", "lei": "5493009HV8O6R1WGZ132", "sec_cik": "1017491", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3730 +{"wikidata_id": "Q4788901", "display_name": "Arena Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.arenapharm.com", "canonical_domain": "arenapharm.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ARNA", "exchange": "Nasdaq", "lei": "529900CVGQMPJ3A3NI85", "sec_cik": "1080709", "parent": {"wikidata_id": "Q206921", "name": "Pfizer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arena_Pharmaceuticals_logo.svg", "description": "American biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3731 +{"wikidata_id": "Q4828605", "display_name": "Aviat Networks", "legal_name": null, "aliases": [], "website": "https://aviatnetworks.com", "canonical_domain": "aviatnetworks.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AVNW", "exchange": "Nasdaq", "lei": "549300Z3X8Z4MK52CI65", "sec_cik": "1377789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aviat_Networks_logo.svg", "description": "Telecommunications company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3732 +{"wikidata_id": "Q4836297", "display_name": "BP Prudhoe Bay Royalty Trust", "legal_name": null, "aliases": [], "website": "https://bpt.q4web.com", "canonical_domain": "q4web.com", "country": "US", "hq_city": "Houston", "hq_region": "TX", "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "SIC 2911 Petroleum Refining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BPT", "exchange": "New York Stock Exchange", "lei": "529900GWA7X2Z1HY3675", "sec_cik": "850033", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bp_textlogo.svg", "description": "American oil and natural gas royalty trust", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "850033", "enriched_at": "2026-09-13T07:19:42+00:00"}}
3733 +{"wikidata_id": "Q4856160", "display_name": "Bank of New Orleans", "legal_name": null, "aliases": [], "website": "https://www.bankofneworleans.net", "canonical_domain": "bankofneworleans.net", "country": "US", "hq_city": "Metairie", "hq_region": "Jefferson Parish", "lat": 29.99778, "lon": -90.1775, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "LABC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3734 +{"wikidata_id": "Q48800016", "display_name": "Desktop Metal", "legal_name": null, "aliases": [], "website": "https://www.desktopmetal.com", "canonical_domain": "desktopmetal.com", "country": "US", "hq_city": "Burlington", "hq_region": "Middlesex County", "lat": 42.50482, "lon": -71.19561, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "DM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3735 +{"wikidata_id": "Q48816497", "display_name": "goeasy", "legal_name": null, "aliases": [], "website": "https://www.goeasy.com", "canonical_domain": "goeasy.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "GSY", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian alternative financial company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3736 +{"wikidata_id": "Q4886950", "display_name": "Benchmark Electronics", "legal_name": null, "aliases": [], "website": "https://www.bench.com", "canonical_domain": "bench.com", "country": "US", "hq_city": "Angleton", "hq_region": "Brazoria County", "lat": 29.16611, "lon": -95.42778, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "BHE", "exchange": "New York Stock Exchange", "lei": "549300W18RHYZOZKOP53", "sec_cik": "863436", "parent": null, "logo_url": null, "description": "electronics manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3737 +{"wikidata_id": "Q48976818", "display_name": "NeoGenomics", "legal_name": null, "aliases": ["NeoGenomics Laboratories", "Inc", "NeoGenomics Laboratories", "Inc."], "website": "https://neogenomics.com", "canonical_domain": "neogenomics.com", "country": "US", "hq_city": "Fort Myers", "hq_region": "Lee County", "lat": 26.61667, "lon": -81.83333, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "NEO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1077183", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NeoGenomics.svg", "description": "cancer genetics diagnostic testing company based in Fort Myers, Florida, USA", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3738 +{"wikidata_id": "Q48976878", "display_name": "Berkshire Bank", "legal_name": null, "aliases": [], "website": "https://www.berkshirebank.com", "canonical_domain": "berkshirebank.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BHLB", "exchange": "New York Stock Exchange", "lei": "549300LR1ZETOWYE9Z89", "sec_cik": "1108134", "parent": null, "logo_url": null, "description": "bank in the Northeastern United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3739 +{"wikidata_id": "Q48977470", "display_name": "EPR Properties", "legal_name": null, "aliases": [], "website": "https://www.eprkc.com", "canonical_domain": "eprkc.com", "country": "US", "hq_city": "Kansas City", "hq_region": "MO", "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["SIC 6798 Real Estate Investment Trusts"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "EPR", "exchange": "New York Stock Exchange", "lei": "549300YSSXFHMPOWZ492", "sec_cik": "1045450", "parent": null, "logo_url": null, "description": "American real estate investment trust", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1045450", "enriched_at": "2026-09-13T07:19:42+00:00"}}
3740 +{"wikidata_id": "Q4972437", "display_name": "Broadway Federal Bank", "legal_name": null, "aliases": [], "website": "https://www.broadwayfederalbank.com", "canonical_domain": "broadwayfederalbank.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "BYFC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1001171", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3741 +{"wikidata_id": "Q4982028", "display_name": "Bsquare corporation", "legal_name": null, "aliases": [], "website": "https://www.bsquare.com", "canonical_domain": "bsquare.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BSQR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3742 +{"wikidata_id": "Q5009947", "display_name": "CDI Corporation", "legal_name": null, "aliases": [], "website": "https://www.cdicorp.com", "canonical_domain": "cdicorp.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["technology"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "CDI", "exchange": "New York Stock Exchange", "lei": "WGMJ1BESOPOIQFA85L04", "sec_cik": "18396", "parent": null, "logo_url": null, "description": "private multinational company providing engineering, information technology and staffing", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3743 +{"wikidata_id": "Q5012733", "display_name": "CLECO", "legal_name": null, "aliases": ["Central Louisiana Electric Company"], "website": "https://www.cleco.com", "canonical_domain": "cleco.com", "country": "US", "hq_city": "Pineville", "hq_region": "Rapides Parish", "lat": 31.3224, "lon": -92.4343, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "CNL", "exchange": "New York Stock Exchange", "lei": "5493002H80P81B3HXL31", "sec_cik": "1953575", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cleco_logo.svg", "description": "electric power company headquartered in Pineville, Louisiana, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1953575", "enriched_at": "2026-09-13T07:19:42+00:00"}}
3744 +{"wikidata_id": "Q5013834", "display_name": "CRA International", "legal_name": null, "aliases": ["Charles River Associates"], "website": "https://www.crai.com", "canonical_domain": "crai.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["consulting"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "CRAI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1053706", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Charles_River_Associates_logo.jpg", "description": "American consultancy firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3745 +{"wikidata_id": "Q5030657", "display_name": "Canadian Utilities", "legal_name": null, "aliases": [], "website": "https://www.canadian-utilities.com", "canonical_domain": "canadian-utilities.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CU", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4654592", "name": "ATCO"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3746 +{"wikidata_id": "Q5035425", "display_name": "CapitalSource", "legal_name": null, "aliases": [], "website": "https://www.capitalsource.com", "canonical_domain": "capitalsource.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "PACW", "exchange": "Nasdaq", "lei": "549300QP2H6LNOPYGU92", "sec_cik": "1102112", "parent": null, "logo_url": null, "description": "commercial lender", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3747 +{"wikidata_id": "Q5035662", "display_name": "Sonida Senior Living", "legal_name": null, "aliases": ["Capital Senior Living", "Capital Senior Living Corporation"], "website": "https://www.sonidaseniorliving.com", "canonical_domain": "sonidaseniorliving.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["healthcare"], "industry_labels": ["Senior living"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "SNDA", "exchange": "New York Stock Exchange", "lei": "254900YX6LQ8K1N8PZ90", "sec_cik": "1043000", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3748 +{"wikidata_id": "Q5035870", "display_name": "Capitol Federal Savings Bank", "legal_name": null, "aliases": [], "website": "https://www.capfed.com", "canonical_domain": "capfed.com", "country": "US", "hq_city": "Topeka", "hq_region": "Shawnee County", "lat": 39.04833, "lon": -95.67804, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1893, "employees": null, "public_company": true, "ticker": "CFFN", "exchange": "Nasdaq", "lei": "549300C61LNGA8J8EF85", "sec_cik": "1490906", "parent": null, "logo_url": null, "description": "regional Bank Based in Kansas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1490906", "enriched_at": "2026-09-13T07:19:42+00:00"}}
3749 +{"wikidata_id": "Q5038056", "display_name": "Carbonite", "legal_name": null, "aliases": [], "website": "https://www.carbonite.com", "canonical_domain": "carbonite.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "CARB", "exchange": "Nasdaq", "lei": "5493000SNSOGP6ZC5R33", "sec_cik": "1340127", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3750 +{"wikidata_id": "Q5046846", "display_name": "cars.com", "legal_name": null, "aliases": [], "website": "https://www.cars.com", "canonical_domain": "cars.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["automotive"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "CARS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1683606", "parent": null, "logo_url": null, "description": "automotive classified website focused on the United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1683606", "enriched_at": "2026-09-13T07:19:42+00:00"}}
3751 +{"wikidata_id": "Q5048150", "display_name": "Cascade Microtech", "legal_name": null, "aliases": [], "website": "https://www.cmicro.com", "canonical_domain": "cmicro.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "CSCD", "exchange": "Nasdaq", "lei": "549300LD0COFTX1TZS08", "sec_cik": "864559", "parent": null, "logo_url": null, "description": "American test equipment manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3752 +{"wikidata_id": "Q5048636", "display_name": "FirstCash", "legal_name": null, "aliases": ["Cash America International", "Inc.", "First Cash", "First Cash Pawn"], "website": "https://firstcash.com", "canonical_domain": "firstcash.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "FCFS", "exchange": "New York Stock Exchange", "lei": "UUXX4RIBMMSULMU5KV64", "sec_cik": "807884", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FirstCashPawnlLogo.png", "description": "American pawnshop company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3753 +{"wikidata_id": "Q5050852", "display_name": "Destination XL Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.destinationxl.com", "canonical_domain": "destinationxl.com", "country": "US", "hq_city": "Canton", "hq_region": "Norfolk County", "lat": 42.15833, "lon": -71.14528, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "DXLG", "exchange": "Nasdaq", "lei": null, "sec_cik": "813298", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Destination_XL_Group_Logo.svg", "description": "specialty retailer of men's big and tall apparel", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3754 +{"wikidata_id": "Q5053566", "display_name": "Catlin Group", "legal_name": null, "aliases": ["Catlin Group Limited", "Catlin Underwriting Agencies Limited"], "website": "https://www.catlin.com", "canonical_domain": "catlin.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CGL", "exchange": "London Stock Exchange", "lei": "549300LQFWRX97FVH232", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_for_Wiki.jpg", "description": "Bermuda-based specialty insurance and reinsurance company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3755 +{"wikidata_id": "Q5058597", "display_name": "Irani Papel e Embalagem", "legal_name": null, "aliases": ["Irani S.A."], "website": "https://www.irani.com.br", "canonical_domain": "irani.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["materials"], "industry_labels": ["paper pulp"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "RANI3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3756 +{"wikidata_id": "Q5058678", "display_name": "Cementos Pacasmayo", "legal_name": null, "aliases": [], "website": "https://www.cementospacasmayo.com.pe", "canonical_domain": "cementospacasmayo.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["construction"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "CPACASC1", "exchange": "Lima Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cementos_Pacasmayo.png", "description": "Peru cement company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3757 +{"wikidata_id": "Q5096393", "display_name": "Chico's FAS", "legal_name": null, "aliases": [], "website": "https://www.chicosfas.com", "canonical_domain": "chicosfas.com", "country": "US", "hq_city": "Fort Myers", "hq_region": "Lee County", "lat": 26.61667, "lon": -81.83333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "CHS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chico%27s_FAS_logo.svg", "description": "American retail clothing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3758 +{"wikidata_id": "Q5130952", "display_name": "Clearwater Paper", "legal_name": null, "aliases": [], "website": "https://www.clearwaterpaper.com", "canonical_domain": "clearwaterpaper.com", "country": "US", "hq_city": "Spokane", "hq_region": "Spokane County", "lat": 47.65719, "lon": -117.4235, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CLW", "exchange": "New York Stock Exchange", "lei": "549300HCVV19GXN4P292", "sec_cik": "1441236", "parent": null, "logo_url": null, "description": "pulp and paper product company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3759 +{"wikidata_id": "Q5132065", "display_name": "Cleveland BioLabs", "legal_name": null, "aliases": [], "website": "https://www.cbiolabs.com", "canonical_domain": "cbiolabs.com", "country": "US", "hq_city": "Buffalo", "hq_region": "Erie County", "lat": 42.88639, "lon": -78.87806, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "CBLI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1318641", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Statera_BioPharma_logo.svg", "description": "biotech company based in Buffalo, USA", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3760 +{"wikidata_id": "Q5140043", "display_name": "Code Rebel", "legal_name": null, "aliases": ["Code Rebel Corporation"], "website": "https://www.coderebel.com", "canonical_domain": "coderebel.com", "country": "US", "hq_city": "Kahului", "hq_region": "Maui County", "lat": 20.88167, "lon": -156.4675, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "CDRB", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3761 +{"wikidata_id": "Q5145786", "display_name": "CollabRx", "legal_name": null, "aliases": [], "website": "https://www.collabrx.com", "canonical_domain": "collabrx.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CLRX", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "advanced biomedical technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3762 +{"wikidata_id": "Q5163620", "display_name": "Constant Contact", "legal_name": null, "aliases": ["CTCT"], "website": "https://www.constantcontact.com", "canonical_domain": "constantcontact.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "CTCT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1405277", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Constant-contact-logo.svg", "description": "Constant Contact is an all-in-one digital marketing platform engineered specifically for small businesses and non profits, to reach the right people at the right moment across email, social, events and SMS.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3763 +{"wikidata_id": "Q5164517", "display_name": "Construtora Tenda", "legal_name": null, "aliases": ["Tenda"], "website": "https://www.tenda.com", "canonical_domain": "tenda.com", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "TEND3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3764 +{"wikidata_id": "Q5165812", "display_name": "Control4", "legal_name": null, "aliases": [], "website": "https://www.control4.com", "canonical_domain": "control4.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["manufacturing"], "industry_labels": ["home automation"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "CTRL", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q113754376", "name": "Snap One"}, "logo_url": null, "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3765 +{"wikidata_id": "Q5177980", "display_name": "Coupa", "legal_name": null, "aliases": ["Coupa Software", "Coupa Software Inc.", "Coupa Software Incorporated"], "website": "https://coupa.com", "canonical_domain": "coupa.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "COUP", "exchange": "Nasdaq", "lei": "549300Q95ICR2GFL2K37", "sec_cik": "1385867", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3766 +{"wikidata_id": "Q5178840", "display_name": "Cousins Properties", "legal_name": null, "aliases": [], "website": "https://www.cousinsproperties.com", "canonical_domain": "cousinsproperties.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CUZ", "exchange": "New York Stock Exchange", "lei": "5493007XPYD5EJABN062", "sec_cik": "25232", "parent": null, "logo_url": null, "description": "American real estate company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3767 +{"wikidata_id": "Q5179371", "display_name": "Covisint", "legal_name": null, "aliases": [], "website": "https://www.covisint.com", "canonical_domain": "covisint.com", "country": "US", "hq_city": "Southfield", "hq_region": "Oakland County", "lat": 42.47333, "lon": -83.22167, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "COVS", "exchange": "Nasdaq", "lei": "549300GB0UKNDLCYZX10", "sec_cik": null, "parent": null, "logo_url": null, "description": "American information technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3768 +{"wikidata_id": "Q5187571", "display_name": "Crombie REIT", "legal_name": null, "aliases": ["Atlantic Shopping Centres", "Crombie Properties"], "website": "https://www.crombie.ca", "canonical_domain": "crombie.ca", "country": "CA", "hq_city": "Stellarton", "hq_region": "Pictou County", "lat": 45.55944, "lon": -62.65972, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "CROMF", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian property management company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3769 +{"wikidata_id": "Q5190505", "display_name": "CryoLife", "legal_name": null, "aliases": [], "website": "https://www.cryolife.com", "canonical_domain": "cryolife.com", "country": "US", "hq_city": "Kennesaw", "hq_region": "Cobb County", "lat": 34.02333, "lon": -84.61528, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "AORT", "exchange": "New York Stock Exchange", "lei": "549300YTKV8DMSMG6K81", "sec_cik": "784199", "parent": null, "logo_url": null, "description": "Medical device company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3770 +{"wikidata_id": "Q5197142", "display_name": "Cvent", "legal_name": null, "aliases": ["Inc."], "website": "https://www.cvent.com", "canonical_domain": "cvent.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["professional-services"], "industry_labels": ["event management"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CVT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1122897", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cvent-logo-2.png", "description": "publicly held SaaS company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3771 +{"wikidata_id": "Q5199886", "display_name": "Cynapsus Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.cynapsus.ca", "canonical_domain": "cynapsus.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CTH", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3772 +{"wikidata_id": "Q5206198", "display_name": "DST Systems", "legal_name": null, "aliases": [], "website": "https://www.dstsystems.com", "canonical_domain": "dstsystems.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["professional-services"], "industry_labels": ["corporate services"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "DST", "exchange": "New York Stock Exchange", "lei": "21B7QCD05XOK0YTYOP98", "sec_cik": "714603", "parent": null, "logo_url": null, "description": "United States technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3773 +{"wikidata_id": "Q5227485", "display_name": "Dataram", "legal_name": null, "aliases": [], "website": "https://www.dataram.com", "canonical_domain": "dataram.com", "country": "US", "hq_city": "Princeton", "hq_region": "Mercer County", "lat": 40.3196, "lon": -74.63371, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "DRAM", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dataram-logo2.png", "description": "computer memory and software manufacturer based in Princeton, New Jersey, US", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3774 +{"wikidata_id": "Q5254919", "display_name": "Deluxe Corporation", "legal_name": null, "aliases": [], "website": "https://www.deluxe.com", "canonical_domain": "deluxe.com", "country": "US", "hq_city": "Shoreview", "hq_region": "Ramsey County", "lat": 45.07219, "lon": -93.12828, "industries": ["professional-services"], "industry_labels": ["corporate services"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "DLX", "exchange": "New York Stock Exchange", "lei": "KWGNKB8TX9LE5TV29231", "sec_cik": "27996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deluxe_enterprise_logo_RGB.png", "description": "American financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3775 +{"wikidata_id": "Q5302508", "display_name": "Dover Motorsports Incorporated", "legal_name": null, "aliases": ["Speedway Motorsports", "LLC"], "website": "https://www.dovermotorsports.com", "canonical_domain": "dovermotorsports.com", "country": "US", "hq_city": "Dover", "hq_region": "Kent County", "lat": 39.16166, "lon": -75.52571, "industries": ["entertainment"], "industry_labels": ["SIC 7900 Services-Amusement & Recreation Services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "DVD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1017673", "parent": null, "logo_url": null, "description": "American motorsports venue owner", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1017673", "enriched_at": "2026-09-13T07:19:42+00:00"}}
3776 +{"wikidata_id": "Q5303699", "display_name": "Doximity", "legal_name": null, "aliases": ["Doximity Inc."], "website": "https://www.doximity.com", "canonical_domain": "doximity.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["internet"], "industry_labels": ["online service provider"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "DOCS", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1516513", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doximity.svg", "description": "company in San Mateo, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3777 +{"wikidata_id": "Q5324749", "display_name": "EZCorp", "legal_name": null, "aliases": [], "website": "https://www.ezcorp.com", "canonical_domain": "ezcorp.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["retail"], "industry_labels": ["SIC 5900 Retail-Miscellaneous Retail"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "EZPW", "exchange": "Nasdaq", "lei": "5493003K6PG3ZQ7TUQ63", "sec_cik": "876523", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EZCorp_logo.png", "description": "Ezcorp", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "876523", "enriched_at": "2026-09-13T07:19:43+00:00"}}
3778 +{"wikidata_id": "Q5324991", "display_name": "EagleBank", "legal_name": null, "aliases": [], "website": "https://www.eaglebankcorp.com", "canonical_domain": "eaglebankcorp.com", "country": "US", "hq_city": "Bethesda", "hq_region": "MD", "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6022 State Commercial Banks"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "EGBN", "exchange": "Nasdaq", "lei": "WVM1F03F86RQLLTEVE84", "sec_cik": "1050441", "parent": null, "logo_url": null, "description": "community bank headquartered in Bethesda, Maryland, US", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1050441", "enriched_at": "2026-09-13T07:19:43+00:00"}}
3779 +{"wikidata_id": "Q5330003", "display_name": "Eastern Bank", "legal_name": null, "aliases": [], "website": "https://www.easternbank.com", "canonical_domain": "easternbank.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1818, "employees": null, "public_company": true, "ticker": "EBC", "exchange": "Nasdaq", "lei": "X8V2II80XTQHRH7NCB19", "sec_cik": "1126395", "parent": null, "logo_url": null, "description": "large bank in New England, Massachusetts", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3780 +{"wikidata_id": "Q5370829", "display_name": "Emeritus Assisted Living", "legal_name": null, "aliases": [], "website": "https://www.emeritus.com", "canonical_domain": "emeritus.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["healthcare"], "industry_labels": ["Senior living"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "ESC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct American company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3781 +{"wikidata_id": "Q5374094", "display_name": "Empire Life", "legal_name": null, "aliases": [], "website": "https://www.empire.ca", "canonical_domain": "empire.ca", "country": "CA", "hq_city": "Kingston", "hq_region": "Frontenac County", "lat": 44.23056, "lon": -76.48111, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "TSE", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Empire_Life_logo.svg", "description": "Canadian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3782 +{"wikidata_id": "Q5374115", "display_name": "Empire Resorts", "legal_name": null, "aliases": [], "website": "https://empireresorts.com", "canonical_domain": "empireresorts.com", "country": "US", "hq_city": "Monticello", "hq_region": "Sullivan County", "lat": 41.6536, "lon": -74.6906, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "NYNY", "exchange": "Nasdaq", "lei": "549300WBFN23L9HI5N68", "sec_cik": "906780", "parent": null, "logo_url": null, "description": "Gambling company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3783 +{"wikidata_id": "Q5375543", "display_name": "Encore Capital Group", "legal_name": null, "aliases": [], "website": "https://www.encorecapital.com", "canonical_domain": "encorecapital.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "ECPG", "exchange": "Nasdaq", "lei": "5493000UVC6H49CIH830", "sec_cik": "1084961", "parent": null, "logo_url": null, "description": "American financial-services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3784 +{"wikidata_id": "Q5398941", "display_name": "Esperion Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.esperion.com", "canonical_domain": "esperion.com", "country": "US", "hq_city": "Ann Arbor", "hq_region": "Washtenaw County", "lat": 42.28139, "lon": -83.74833, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ESPR", "exchange": "Nasdaq", "lei": "549300OFU56UKEWVUS92", "sec_cik": "1434868", "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3785 +{"wikidata_id": "Q5413426", "display_name": "European Wax Center", "legal_name": null, "aliases": [], "website": "https://waxcenter.com", "canonical_domain": "waxcenter.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "EWCZ", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American chain of hair removal salons", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3786 +{"wikidata_id": "Q5431722", "display_name": "FalconStor Software", "legal_name": null, "aliases": [], "website": "https://www.falconstor.com", "canonical_domain": "falconstor.com", "country": "US", "hq_city": "Melville", "hq_region": "Suffolk County", "lat": 40.7917, "lon": -73.4056, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "FALC", "exchange": "Nasdaq", "lei": "549300XZG85XLRMBBS82", "sec_cik": "922521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FalconStor_logo.png", "description": "American data management software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3787 +{"wikidata_id": "Q5446775", "display_name": "Fidelity & Guaranty Life", "legal_name": null, "aliases": ["Fidelity and Guaranty Life Insurance Company"], "website": "https://www.fglife.com", "canonical_domain": "fglife.com", "country": "US", "hq_city": "Des Moines", "hq_region": "Polk County", "lat": 41.59083, "lon": -93.62083, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "FGL", "exchange": "New York Stock Exchange", "lei": "549300UJJCG16YY1N573", "sec_cik": "1585064", "parent": null, "logo_url": null, "description": "American insurer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3788 +{"wikidata_id": "Q5450340", "display_name": "Finisar", "legal_name": null, "aliases": [], "website": "https://www.finisar.com", "canonical_domain": "finisar.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "msc", "exchange": "Nasdaq", "lei": null, "sec_cik": "1713334", "parent": null, "logo_url": null, "description": "Optical communications manufacturing company which merged with Optium Corporation in 2008", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1713334", "enriched_at": "2026-09-13T07:19:43+00:00"}}
3789 +{"wikidata_id": "Q5452773", "display_name": "First Commonwealth Bank", "legal_name": null, "aliases": ["FCBanking"], "website": "https://www.fcbanking.com", "canonical_domain": "fcbanking.com", "country": "US", "hq_city": "Indiana", "hq_region": "Indiana County", "lat": 40.6211, "lon": -79.155, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1857, "employees": null, "public_company": true, "ticker": "FCF", "exchange": "New York Stock Exchange", "lei": "VN1JLT1F3FLLVN3FZG89", "sec_cik": "1362556", "parent": null, "logo_url": null, "description": "financial services corporation serving Western Pennsylvania and Central Ohio", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3790 +{"wikidata_id": "Q5452775", "display_name": "First Community Bancshares", "legal_name": null, "aliases": [], "website": "https://www.fcbresource.com", "canonical_domain": "fcbresource.com", "country": "US", "hq_city": "Bluefield", "hq_region": "Tazewell County", "lat": 37.25262, "lon": -81.27121, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1874, "employees": null, "public_company": true, "ticker": "FCBC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1495855", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3791 +{"wikidata_id": "Q5452995", "display_name": "First Federal Bank of the Midwest", "legal_name": null, "aliases": [], "website": "https://www.first-fed.com", "canonical_domain": "first-fed.com", "country": "US", "hq_city": "Defiance", "hq_region": "Defiance County", "lat": 41.2819, "lon": -84.3628, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "FDEF", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3792 +{"wikidata_id": "Q5453008", "display_name": "First Financial Bank", "legal_name": null, "aliases": [], "website": "https://www.first-online.bank", "canonical_domain": "first-online.bank", "country": "US", "hq_city": "Terre Haute", "hq_region": "Vigo County", "lat": 39.46959, "lon": -87.38976, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1834, "employees": null, "public_company": true, "ticker": "THFF", "exchange": "Nasdaq", "lei": null, "sec_cik": "714562", "parent": null, "logo_url": null, "description": "U.S. financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3793 +{"wikidata_id": "Q54621696", "display_name": "Sienna Senior Living", "legal_name": null, "aliases": [], "website": "https://www.siennaliving.ca", "canonical_domain": "siennaliving.ca", "country": "CA", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["healthcare", "real-estate"], "industry_labels": ["retirement home"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "LWSCF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "2073972", "parent": null, "logo_url": null, "description": "Canadian senior housing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2073972", "enriched_at": "2026-09-13T07:19:43+00:00"}}
3794 +{"wikidata_id": "Q54622171", "display_name": "Metro City Bank", "legal_name": null, "aliases": [], "website": "https://www.metrocitybank.com", "canonical_domain": "metrocitybank.com", "country": "US", "hq_city": "Doraville", "hq_region": "DeKalb County", "lat": 33.9053, "lon": -84.2739, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "MCBS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1747068", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metro_City_Bank_logo.png", "description": "Korean-American bank in Georgia, USA", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1747068", "enriched_at": "2026-09-13T07:19:43+00:00"}}
3795 +{"wikidata_id": "Q5474321", "display_name": "Foundation Coal", "legal_name": null, "aliases": [], "website": "https://www.foundationcoal.com", "canonical_domain": "foundationcoal.com", "country": "US", "hq_city": "Linthicum", "hq_region": "Anne Arundel County", "lat": 39.20389, "lon": -76.66056, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ANR", "exchange": "New York Stock Exchange", "lei": "549300C9E158C3V6PT51", "sec_cik": null, "parent": {"wikidata_id": "Q2839509", "name": "Alpha Natural Resources"}, "logo_url": null, "description": "American coal mining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3796 +{"wikidata_id": "Q54871457", "display_name": "Ribbon Communications", "legal_name": null, "aliases": ["Ribbon Communications US LLC"], "website": "https://ribboncommunications.com", "canonical_domain": "ribboncommunications.com", "country": "US", "hq_city": "Westford", "hq_region": "Middlesex County", "lat": 42.57917, "lon": -71.43833, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "RBBN", "exchange": "Nasdaq", "lei": "549300L1E8Z8RL7CUL52", "sec_cik": "1708055", "parent": null, "logo_url": null, "description": "publicly-traded company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3797 +{"wikidata_id": "Q5508083", "display_name": "Full House Resorts", "legal_name": null, "aliases": [], "website": "https://www.fullhouseresorts.com", "canonical_domain": "fullhouseresorts.com", "country": "US", "hq_city": "Spring Valley", "hq_region": "Clark County", "lat": 36.1125, "lon": -115.25028, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "FLL", "exchange": "Nasdaq", "lei": "5493009DKIWW0H901Y82", "sec_cik": "891482", "parent": null, "logo_url": null, "description": "American casino developer and operator", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3798 +{"wikidata_id": "Q5514784", "display_name": "GTx Incorporated", "legal_name": null, "aliases": ["GTx (United States)", "GTx", "Inc"], "website": "https://www.gtxinc.com", "canonical_domain": "gtxinc.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "GTXI", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company in Memphis, US", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3799 +{"wikidata_id": "Q5517210", "display_name": "GAIN Capital", "legal_name": null, "aliases": [], "website": "https://www.gaincapital.com", "canonical_domain": "gaincapital.com", "country": "US", "hq_city": "Bedminster", "hq_region": "Somerset County", "lat": 40.68066, "lon": -74.64544, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "GCAP", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1444363", "parent": null, "logo_url": null, "description": "American business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3800 +{"wikidata_id": "Q5518376", "display_name": "Galena Biopharma", "legal_name": null, "aliases": ["RXi Pharmaceuticals", "Galena Biopharma (United States)"], "website": "https://galenabiopharma.com", "canonical_domain": "galenabiopharma.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "GALE", "exchange": "Nasdaq", "lei": "549300VZIH50VYURLQ98", "sec_cik": "1390478", "parent": null, "logo_url": null, "description": "company in San Ramon, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3801 +{"wikidata_id": "Q5570954", "display_name": "GlobeImmune", "legal_name": null, "aliases": [], "website": "https://www.globeimmune.com", "canonical_domain": "globeimmune.com", "country": "US", "hq_city": "Louisville", "hq_region": "Boulder County", "lat": 39.9758, "lon": -105.144, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "GBIM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1245104", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3802 +{"wikidata_id": "Q5570993", "display_name": "Globe Life", "legal_name": null, "aliases": ["Globe Life American Income Division", "Globe Life And Accident Insurance Company", "Globe Life Inc.", "Liberty National Life Insurance Company", "Torchmark Corporation"], "website": "https://www.globelifeinsurance.com", "canonical_domain": "globelifeinsurance.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Canadian County", "lat": 35.48222, "lon": -97.53528, "industries": ["insurance"], "industry_labels": ["life insurance"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "GL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "320335", "parent": {"wikidata_id": "Q7825574", "name": "Globe Life"}, "logo_url": null, "description": "financial services holding company which provides life insurance, annuity, and supplemental health insurance products", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "320335", "enriched_at": "2026-09-13T07:19:43+00:00"}}
3803 +{"wikidata_id": "Q5586622", "display_name": "Gorman-Rupp Company", "legal_name": null, "aliases": [], "website": "https://www.gormanrupp.com", "canonical_domain": "gormanrupp.com", "country": "US", "hq_city": "Mansfield", "hq_region": "OH", "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["SIC 3561 Pumps & Pumping Equipment"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "GRC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "42682", "parent": null, "logo_url": null, "description": "pump manufacturer in Mansfield, Ohio, US", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "42682", "enriched_at": "2026-09-13T07:19:44+00:00"}}
3804 +{"wikidata_id": "Q5603070", "display_name": "Green Plains Renewable Energy", "legal_name": null, "aliases": ["Green Plains"], "website": "https://www.gpreinc.com", "canonical_domain": "gpreinc.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["renewables"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "GPRE", "exchange": "Nasdaq", "lei": "VJ5WLTHARBSDR14KIZ98", "sec_cik": "1301332", "parent": null, "logo_url": null, "description": "American ethanol producer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3805 +{"wikidata_id": "Q5617503", "display_name": "Gulf Keystone Petroleum", "legal_name": null, "aliases": ["Gulf Keystone Petroleum Ltd."], "website": "https://www.gulfkeystone.com", "canonical_domain": "gulfkeystone.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "GKP", "exchange": "London Stock Exchange", "lei": "213800QTAQOSSTNTPO15", "sec_cik": null, "parent": null, "logo_url": null, "description": "British oil and gas exploration company operating in Iraqi Kurdistan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3806 +{"wikidata_id": "Q5629392", "display_name": "Home Depot Supply", "legal_name": null, "aliases": ["HDS", "HD Supply"], "website": "https://hdsupplysolutions.com", "canonical_domain": "hdsupplysolutions.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "HDS", "exchange": "Nasdaq", "lei": "549300G8FYZDYZMZED76", "sec_cik": "1465264", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HD_Supply_logo.svg", "description": "Atlanta-based infrastructure holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3807 +{"wikidata_id": "Q56314218", "display_name": "BlackSky", "legal_name": null, "aliases": ["BlackSky Global", "BlackSky Global LLC"], "website": "https://blacksky.com", "canonical_domain": "blacksky.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "BKSY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1753539", "parent": {"wikidata_id": "Q17143788", "name": "Spaceflight Industries"}, "logo_url": null, "description": "satellite-imaging-as-a-service company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1753539", "enriched_at": "2026-09-13T07:19:44+00:00"}}
3808 +{"wikidata_id": "Q5651043", "display_name": "Hansen Medical", "legal_name": null, "aliases": [], "website": "https://www.hansenmedical.com", "canonical_domain": "hansenmedical.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["healthcare", "consumer-goods"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "HNSN", "exchange": "Nasdaq", "lei": "549300FCHQJUTWE06R87", "sec_cik": "1276591", "parent": null, "logo_url": null, "description": "American medical appliances and equipment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3809 +{"wikidata_id": "Q56527497", "display_name": "Neenah, Inc.", "legal_name": null, "aliases": ["Neenah"], "website": "https://www.neenah.com", "canonical_domain": "neenah.com", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["materials"], "industry_labels": ["papermaking", "SIC 2621 Paper Mills"], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "NP", "exchange": "New York Stock Exchange", "lei": "8SR38IKUT3O1F1I6VH65", "sec_cik": "1296435", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neenah_Inc_Logo.svg", "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1296435", "enriched_at": "2026-09-13T07:19:44+00:00"}}
3810 +{"wikidata_id": "Q5690101", "display_name": "Headwaters Incorporated", "legal_name": null, "aliases": [], "website": "https://www.hdwtrs.com", "canonical_domain": "hdwtrs.com", "country": "US", "hq_city": "South Jordan", "hq_region": "Salt Lake County", "lat": 40.56167, "lon": -111.96083, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "HW", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4944286", "name": "Boral"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Headwaters_Incorporated_logo.png", "description": "American company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3811 +{"wikidata_id": "Q5972866", "display_name": "ION Geophysical", "legal_name": null, "aliases": [], "website": "https://www.iongeo.com", "canonical_domain": "iongeo.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "IO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ION_Geophysical_logo.svg", "description": "American petroleum company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3812 +{"wikidata_id": "Q5987232", "display_name": "Idacorp", "legal_name": null, "aliases": [], "website": "https://www.idacorpinc.com", "canonical_domain": "idacorpinc.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["utilities"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "IDA", "exchange": "New York Stock Exchange", "lei": "N134NUJDWN8UEFA8B673", "sec_cik": "1057877", "parent": null, "logo_url": null, "description": "electricity generating company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3813 +{"wikidata_id": "Q6024270", "display_name": "Morixe", "legal_name": null, "aliases": ["Morixe Hermanos S.A.C.I."], "website": "https://morixe.com.ar", "canonical_domain": "morixe.com.ar", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "MORI", "exchange": "Buenos Aires Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine food company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3814 +{"wikidata_id": "Q6036100", "display_name": "Innodata", "legal_name": null, "aliases": [], "website": "https://innodata.com", "canonical_domain": "innodata.com", "country": "US", "hq_city": "Hackensack", "hq_region": "Bergen County", "lat": 40.88778, "lon": -74.04806, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "INOD", "exchange": "Nasdaq", "lei": "L9O7MPYIT56T6KBE0R95", "sec_cik": "903651", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3815 +{"wikidata_id": "Q6044894", "display_name": "InterDigital", "legal_name": null, "aliases": [], "website": "https://www.interdigital.com", "canonical_domain": "interdigital.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "IDCC", "exchange": "Nasdaq", "lei": "529900HQAUTC3VI47G64", "sec_cik": "1405495", "parent": null, "logo_url": null, "description": "technology research and development company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3816 +{"wikidata_id": "Q6057493", "display_name": "Intevac", "legal_name": null, "aliases": ["Inc."], "website": "https://www.intevac.com", "canonical_domain": "intevac.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3559 Special Industry Machinery, NEC"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "IVAC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1001902", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/High-Res_IVAC_Logo.png", "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1001902", "enriched_at": "2026-09-13T07:19:44+00:00"}}
3817 +{"wikidata_id": "Q6058311", "display_name": "IntraLinks", "legal_name": null, "aliases": [], "website": "https://www.intralinks.com", "canonical_domain": "intralinks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "IL", "exchange": "New York Stock Exchange", "lei": "549300NUHZOW40YQ6E95", "sec_cik": "1024623", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3818 +{"wikidata_id": "Q60741210", "display_name": "VIVO Cannabis", "legal_name": null, "aliases": [], "website": "https://www.vivocannabis.com", "canonical_domain": "vivocannabis.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["cannabis industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "VVCIF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian licensed cannabis producer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3819 +{"wikidata_id": "Q60742531", "display_name": "California Resources Corporation", "legal_name": null, "aliases": ["CRC"], "website": "https://www.crc.com", "canonical_domain": "crc.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CRC", "exchange": "New York Stock Exchange", "lei": "5493003Q8F0T4F4YMR48", "sec_cik": "1609253", "parent": null, "logo_url": null, "description": "American oil company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q47394052"}]}
3820 +{"wikidata_id": "Q60763554", "display_name": "Urstadt Biddle Properties", "legal_name": null, "aliases": ["UBP", "UB Properties"], "website": "https://www.ubproperties.com", "canonical_domain": "ubproperties.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "UBA", "exchange": "New York Stock Exchange", "lei": "549300XXD0YL0AER3Z82", "sec_cik": "1029800", "parent": null, "logo_url": null, "description": "American real estate company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3821 +{"wikidata_id": "Q60764327", "display_name": "Walker & Dunlop", "legal_name": null, "aliases": [], "website": "https://www.walkerdunlop.com", "canonical_domain": "walkerdunlop.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["consulting"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "WD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1497770", "parent": null, "logo_url": null, "description": "Real estate finance and advisory services in Bethesda, Maryland, US", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3822 +{"wikidata_id": "Q6324302", "display_name": "Stride, Inc.", "legal_name": null, "aliases": [], "website": "https://www.k12.com", "canonical_domain": "k12.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["education"], "industry_labels": ["educational technology", "education industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "LRN", "exchange": "New York Stock Exchange", "lei": "254900BRWS3AFONWU277", "sec_cik": "1157408", "parent": null, "logo_url": null, "description": "For-profit education company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3823 +{"wikidata_id": "Q6386533", "display_name": "Kelso & Company", "legal_name": null, "aliases": [], "website": "https://www.kelso.com", "canonical_domain": "kelso.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "BKCC", "exchange": "Nasdaq", "lei": "H88PPRS67HRMQX6CRF26", "sec_cik": "1326003", "parent": null, "logo_url": null, "description": "American private equity firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3824 +{"wikidata_id": "Q6398035", "display_name": "Key Energy Services", "legal_name": null, "aliases": [], "website": "https://www.keyenergy.com", "canonical_domain": "keyenergy.com", "country": "US", "hq_city": "Fulbright Tower", "hq_region": "Texas", "lat": 29.7556, "lon": -95.3617, "industries": ["energy"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "KEG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "318996", "parent": null, "logo_url": null, "description": "American oilfield services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3825 +{"wikidata_id": "Q64005031", "display_name": "Black Rifle Coffee Company", "legal_name": "Black Rifle Coffee Company", "aliases": ["BRCC", "Black Rifle", "Black Rifle Coffee"], "website": "https://www.blackriflecoffee.com", "canonical_domain": "blackriflecoffee.com", "country": "US", "hq_city": "West Valley City", "hq_region": "Salt Lake County", "lat": 40.68917, "lon": -111.99389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "BRCC", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1891101", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Black_Rifle_Coffee_Company_logo.png", "description": "coffee roaster", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1891101", "enriched_at": "2026-09-13T07:19:44+00:00"}}
3826 +{"wikidata_id": "Q6458324", "display_name": "LGI Homes", "legal_name": null, "aliases": [], "website": "https://www.lgihomes.com", "canonical_domain": "lgihomes.com", "country": "US", "hq_city": "The Woodlands", "hq_region": "Harris County", "lat": 30.1775, "lon": -95.50389, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "LGIH", "exchange": "Nasdaq", "lei": "549300W02B4WNV8CV109", "sec_cik": "1580670", "parent": null, "logo_url": null, "description": "housebuilding company in southwestern United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3827 +{"wikidata_id": "Q6468754", "display_name": "Spire Inc.", "legal_name": null, "aliases": ["Laclede Group"], "website": "https://www.spireenergy.com", "canonical_domain": "spireenergy.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1857, "employees": null, "public_company": true, "ticker": "SR", "exchange": "New York Stock Exchange", "lei": "549300NXSY15DRY2R511", "sec_cik": "1126956", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spire_Inc_logo.svg", "description": "public utility holding company based in St. Louis, Missouri, providing natural gas service through its regulated core utility operations while engaging in non-regulated activities that provide business opportunities", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3828 +{"wikidata_id": "Q65050867", "display_name": "Planet 13", "legal_name": null, "aliases": [], "website": "https://www.planet13holdings.com", "canonical_domain": "planet13holdings.com", "country": "US", "hq_city": "Nevada", "hq_region": "United States", "lat": 39.0, "lon": -117.0, "industries": ["agriculture"], "industry_labels": ["cannabis industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "PLNHF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cannabis company based in Nevada, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3829 +{"wikidata_id": "Q65066106", "display_name": "Core & Main", "legal_name": "Core & Main", "aliases": ["Core and Main LP"], "website": "https://coreandmain.com", "canonical_domain": "coreandmain.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["transportation"], "industry_labels": ["infrastructure industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "CNM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1856525", "parent": {"wikidata_id": "Q5629392", "name": "Home Depot Supply"}, "logo_url": null, "description": "infrastructure (water, wastewater, storm drainage and fire protection) limited partnership company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3830 +{"wikidata_id": "Q65086808", "display_name": "Donnelley Financial Solutions", "legal_name": null, "aliases": [], "website": "https://www.dfinsolutions.com", "canonical_domain": "dfinsolutions.com", "country": "US", "hq_city": "Lancaster", "hq_region": "PA", "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["SIC 7380 Services-Miscellaneous Business Services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "DFIN", "exchange": "New York Stock Exchange", "lei": "549300O1NPY4J56QCU04", "sec_cik": "1669811", "parent": null, "logo_url": null, "description": "American financial company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1669811", "enriched_at": "2026-09-13T07:19:45+00:00"}}
3831 +{"wikidata_id": "Q65090792", "display_name": "The RealReal", "legal_name": null, "aliases": [], "website": "https://www.therealreal.com", "canonical_domain": "therealreal.com", "country": "US", "hq_city": "Tiburon", "hq_region": "Marin County", "lat": 37.87361, "lon": -122.45667, "industries": ["retail"], "industry_labels": ["Recommerce", "SIC 5900 Retail-Miscellaneous Retail"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "REAL", "exchange": "Nasdaq", "lei": "549300O00VUGT4H1PE90", "sec_cik": "1573221", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_RealReal_logo.svg", "description": "American consignment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1573221", "enriched_at": "2026-09-13T07:19:45+00:00"}}
3832 +{"wikidata_id": "Q65117079", "display_name": "LoanDepot", "legal_name": null, "aliases": ["loanDepot"], "website": "https://www.loandepot.com", "canonical_domain": "loandepot.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "LDI", "exchange": "New York Stock Exchange", "lei": "5493003261L42OH8RK59", "sec_cik": "1831631", "parent": null, "logo_url": null, "description": "mortgage holding company based in Foothill Ranch, California", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3833 +{"wikidata_id": "Q6545346", "display_name": "Lifeboat Distribution", "legal_name": null, "aliases": [], "website": "https://www.lifeboatdistribution.com", "canonical_domain": "lifeboatdistribution.com", "country": "CA", "hq_city": "Shrewsbury", "hq_region": "Monmouth County", "lat": 40.32944, "lon": -74.06167, "industries": ["retail"], "industry_labels": ["software distribution"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WSTG", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international software distributor", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3834 +{"wikidata_id": "Q6546636", "display_name": "Lightyear Capital", "legal_name": "Lightyear Capital LLC", "aliases": [], "website": "https://www.lycap.com", "canonical_domain": "lycap.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "fintech"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "GFSI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1632899", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lightyear_Capital_Logo.svg", "description": "American private equity firm focused on leveraged buyout", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3835 +{"wikidata_id": "Q6703090", "display_name": "Lumber Liquidators", "legal_name": "Lumber Liquidators", "aliases": ["LL Flooring", "Lumber Liquidators Flooring"], "website": "https://lumberliquidators.com", "canonical_domain": "lumberliquidators.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "LL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1396033", "parent": null, "logo_url": null, "description": "hardwood flooring retailer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3836 +{"wikidata_id": "Q6703383", "display_name": "Lumos", "legal_name": null, "aliases": [], "website": "https://www.lumosfiber.com", "canonical_domain": "lumosfiber.com", "country": "US", "hq_city": "Waynesboro", "hq_region": "Virginia", "lat": 38.06972, "lon": -78.89444, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "LMOS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fiber-optic telecommunications company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3837 +{"wikidata_id": "Q6715352", "display_name": "MELA Sciences", "legal_name": null, "aliases": ["MELA Sciences (United States)", "STRATA Skin Sciences"], "website": "https://melasciences.com", "canonical_domain": "melasciences.com", "country": "US", "hq_city": "Irvington", "hq_region": "Westchester County", "lat": 41.03444, "lon": -73.86556, "industries": ["medical-devices"], "industry_labels": ["SIC 3841 Surgical & Medical Instruments & Apparatus"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "SSKN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1051514", "parent": null, "logo_url": null, "description": "company in Irvington, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1051514", "enriched_at": "2026-09-13T07:19:47+00:00"}}
3838 +{"wikidata_id": "Q6715705", "display_name": "MGE Energy, Inc.", "legal_name": null, "aliases": [], "website": "https://www.mgeenergy.com", "canonical_domain": "mgeenergy.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["energy", "asset-management"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "MGEE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1161728", "parent": null, "logo_url": null, "description": "American utility holding company based in Madison, Wisconsin", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3839 +{"wikidata_id": "Q6735371", "display_name": "Maiden Holdings", "legal_name": null, "aliases": ["Maiden Holdings Ltd"], "website": "https://www.maiden.bm", "canonical_domain": "maiden.bm", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["insurance"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MHLD", "exchange": "Nasdaq", "lei": "5493000GQUKNWGNXRZ91", "sec_cik": "1412100", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maiden_Holdings%2C_LTD.jpg", "description": "Reinsurance", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3840 +{"wikidata_id": "Q6746136", "display_name": "ManTech International", "legal_name": null, "aliases": [], "website": "https://www.mantech.com", "canonical_domain": "mantech.com", "country": "US", "hq_city": "Fairfax", "hq_region": "Virginia", "lat": 38.85261, "lon": -77.30438, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "MANT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_MANTECH_Logo_-_2025.png", "description": "American defense company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3841 +{"wikidata_id": "Q6757974", "display_name": "Marcus & Millichap", "legal_name": null, "aliases": [], "website": "https://www.marcusmillichap.com", "canonical_domain": "marcusmillichap.com", "country": "US", "hq_city": "Calabasas", "hq_region": "Los Angeles County", "lat": 34.13333, "lon": -118.65, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "MMI", "exchange": "New York Stock Exchange", "lei": "549300B2HE8ULXNB1N48", "sec_cik": "1578732", "parent": null, "logo_url": null, "description": "American real estate company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3842 +{"wikidata_id": "Q6772994", "display_name": "Marriott Vacations Worldwide Corporation", "legal_name": null, "aliases": [], "website": "https://www.marriottvacationsworldwide.com", "canonical_domain": "marriottvacationsworldwide.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": null, "employees": null, "public_company": true, "ticker": "VAC", "exchange": "New York Stock Exchange", "lei": "549300WA6BT5H4F7IO94", "sec_cik": "1524358", "parent": null, "logo_url": null, "description": "vacation and Lesuire Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3843 +{"wikidata_id": "Q6804919", "display_name": "MedCath Corp.", "legal_name": null, "aliases": [], "website": "https://www.medcath.com", "canonical_domain": "medcath.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "MDTH", "exchange": "Nasdaq", "lei": null, "sec_cik": "1139463", "parent": null, "logo_url": null, "description": "American health care company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3844 +{"wikidata_id": "Q6822267", "display_name": "Pathward", "legal_name": null, "aliases": ["MetaBank", "Meta Bank", "Meta Financial Group", "Inc.", "Pathward Financial", "Inc."], "website": "https://www.pathward.com", "canonical_domain": "pathward.com", "country": "US", "hq_city": "Sioux Falls", "hq_region": "Minnehaha County", "lat": 43.54606, "lon": -96.73139, "industries": ["banking"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "CASH", "exchange": "Nasdaq", "lei": null, "sec_cik": "907471", "parent": null, "logo_url": null, "description": "American federally chartered savings bank, formerly known as MetaBank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "907471", "enriched_at": "2026-09-13T07:19:47+00:00"}}
3845 +{"wikidata_id": "Q6822359", "display_name": "Yield10 Bioscience", "legal_name": null, "aliases": ["Metabolix", "Inc."], "website": "https://www.yield10bio.com", "canonical_domain": "yield10bio.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["agriculture"], "industry_labels": ["SIC 0100 Agricultural Production-Crops"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "YTEN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1121702", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1121702", "enriched_at": "2026-09-13T07:19:47+00:00"}}
3846 +{"wikidata_id": "Q6824994", "display_name": "Byline Bank", "legal_name": null, "aliases": ["Byline Bancorp Inc"], "website": "https://www.bylinebank.com", "canonical_domain": "bylinebank.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BY", "exchange": "New York Stock Exchange", "lei": "54930011HPXXLJN2D407", "sec_cik": "1702750", "parent": null, "logo_url": null, "description": "bank based in Chicago", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1702750", "enriched_at": "2026-09-13T07:19:47+00:00"}}
3847 +{"wikidata_id": "Q6843476", "display_name": "Midwestone Financial Group", "legal_name": null, "aliases": [], "website": "https://www.midwestone.com", "canonical_domain": "midwestone.com", "country": "US", "hq_city": "Iowa City", "hq_region": "Johnson County", "lat": 41.65583, "lon": -91.525, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "MOFG", "exchange": "Nasdaq", "lei": null, "sec_cik": "741390", "parent": null, "logo_url": null, "description": "American financial and banking company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3848 +{"wikidata_id": "Q6994181", "display_name": "Caladrius Biosciences", "legal_name": null, "aliases": ["Neostem", "Neostem (United States)"], "website": "https://www.caladrius.com", "canonical_domain": "caladrius.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "NBS", "exchange": "Nasdaq", "lei": "5493002287F62M3EGQ04", "sec_cik": "320017", "parent": null, "logo_url": null, "description": "company in New York, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "320017", "enriched_at": "2026-09-13T07:19:49+00:00"}}
3849 +{"wikidata_id": "Q7002474", "display_name": "Neuronetics, Inc.", "legal_name": null, "aliases": ["Neuronetics"], "website": "https://www.neuronetics.com", "canonical_domain": "neuronetics.com", "country": "US", "hq_city": "Malvern", "hq_region": "Chester County", "lat": 40.03444, "lon": -75.51417, "industries": ["medical-devices"], "industry_labels": ["SIC 3841 Surgical & Medical Instruments & Apparatus"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "STIM", "exchange": "Nasdaq", "lei": "549300T0911ILTTG7P06", "sec_cik": "1227636", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neuronetics_logo-RGB_purple.jpg", "description": "American company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1227636", "enriched_at": "2026-09-13T07:19:51+00:00"}}
3850 +{"wikidata_id": "Q7057831", "display_name": "Northeast Bank", "legal_name": null, "aliases": [], "website": "https://www.northeastbank.com", "canonical_domain": "northeastbank.com", "country": "US", "hq_city": "Lewiston", "hq_region": "Androscoggin County", "lat": 44.10056, "lon": -70.21528, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1872, "employees": null, "public_company": true, "ticker": "NBN", "exchange": "Nasdaq", "lei": "549300F0LV9TSW34E306", "sec_cik": null, "parent": null, "logo_url": null, "description": "financial institution in Maine", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3851 +{"wikidata_id": "Q7060191", "display_name": "Northwest Bank", "legal_name": null, "aliases": ["Northwest Savings Bank"], "website": "https://www.northwest.bank", "canonical_domain": "northwest.bank", "country": "US", "hq_city": "Warren", "hq_region": "Warren County", "lat": 41.8442, "lon": -79.1425, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "NWBI", "exchange": "Nasdaq", "lei": "LVR1UQE8OOCO93IHEB52", "sec_cik": "1471265", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Northwest_Bank_logo.svg", "description": "American bank with branches in Pennsylvania, New York, Ohio, and Indiana", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1471265", "enriched_at": "2026-09-13T07:19:51+00:00"}}
3852 +{"wikidata_id": "Q7067712", "display_name": "NuStar Energy", "legal_name": null, "aliases": [], "website": "https://www.nustarenergy.com", "canonical_domain": "nustarenergy.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "NS", "exchange": "New York Stock Exchange", "lei": "5493003BMLTUIEG2LG44", "sec_cik": null, "parent": null, "logo_url": null, "description": "liquids terminal and pipeline operators", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3853 +{"wikidata_id": "Q7067716", "display_name": "NuVasive", "legal_name": null, "aliases": [], "website": "https://www.nuvasive.com", "canonical_domain": "nuvasive.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "NUVA", "exchange": "Nasdaq", "lei": "549300C5ZB4NZ6TWM881", "sec_cik": "1142596", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NuVasive-Corporate-Mark-4-Color.png", "description": "American medical device company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3854 +{"wikidata_id": "Q7072730", "display_name": "OMNOVA Solutions", "legal_name": null, "aliases": [], "website": "https://www.omnova.com", "canonical_domain": "omnova.com", "country": "US", "hq_city": "Beachwood", "hq_region": "Cuyahoga County", "lat": 41.4822, "lon": -81.5039, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "OMN", "exchange": "New York Stock Exchange", "lei": "969500S7O17XWN9WL516", "sec_cik": "1090061", "parent": null, "logo_url": null, "description": "American chemical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3855 +{"wikidata_id": "Q7076047", "display_name": "Ocean Power Technologies", "legal_name": null, "aliases": [], "website": "https://www.oceanpowertechnologies.com", "canonical_domain": "oceanpowertechnologies.com", "country": "US", "hq_city": "Pennington", "hq_region": "Mercer County", "lat": 40.32833, "lon": -74.79083, "industries": ["energy", "renewables"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "OPTT", "exchange": "Nasdaq", "lei": "529900PIW1SG4NP5E125", "sec_cik": "1378140", "parent": null, "logo_url": null, "description": "American renewable energy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3856 +{"wikidata_id": "Q7090016", "display_name": "Omega Protein", "legal_name": null, "aliases": [], "website": "https://www.omegaproteininc.com", "canonical_domain": "omegaproteininc.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "OME", "exchange": "New York Stock Exchange", "lei": "KJP1PYBTYVG7C3HFOC21", "sec_cik": null, "parent": {"wikidata_id": "Q118255683", "name": "Cooke Inc."}, "logo_url": null, "description": "American manufacturing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3857 +{"wikidata_id": "Q7095328", "display_name": "Ooma", "legal_name": null, "aliases": ["Ooma Inc", "Inc."], "website": "https://www.ooma.com", "canonical_domain": "ooma.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "OOMA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1327688", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ooma-logo.svg", "description": "consumer telecommunications company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3858 +{"wikidata_id": "Q7106872", "display_name": "Osiris Therapeutics", "legal_name": null, "aliases": ["Osiris"], "website": "https://www.osiris.com", "canonical_domain": "osiris.com", "country": "US", "hq_city": "Columbia", "hq_region": "Howard County", "lat": 39.21562, "lon": -76.8582, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "OSIR", "exchange": "Nasdaq", "lei": null, "sec_cik": "912815", "parent": null, "logo_url": null, "description": "medical research company based in Columbia, Maryland", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3859 +{"wikidata_id": "Q7118693", "display_name": "PC Connection", "legal_name": null, "aliases": [], "website": "https://www.connection.com", "canonical_domain": "connection.com", "country": "US", "hq_city": "Merrimack", "hq_region": "Hillsborough County", "lat": 42.86639, "lon": -71.49361, "industries": ["technology"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "CNXN", "exchange": "Nasdaq", "lei": "5299005WPRNIXDV2KM73", "sec_cik": "1050377", "parent": null, "logo_url": null, "description": "Fortune 1000, National Technology Solutions Provider, based in Merrimack, New Hampshire", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3860 +{"wikidata_id": "Q7119231", "display_name": "PHH Corporation", "legal_name": null, "aliases": [], "website": "https://www.phh.com", "canonical_domain": "phh.com", "country": "US", "hq_city": "Mt. Laurel", "hq_region": "NJ", "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6159 Miscellaneous Business Credit Institution"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "PHH", "exchange": "New York Stock Exchange", "lei": "549300JD98FSS84K3O91", "sec_cik": "77776", "parent": null, "logo_url": null, "description": "American financial services corporation headquartered in Mount Laurel, New Jersey", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "77776", "enriched_at": "2026-09-13T07:19:51+00:00"}}
3861 +{"wikidata_id": "Q7120810", "display_name": "PS Business Parks", "legal_name": null, "aliases": [], "website": "https://psbusinessparks.com", "canonical_domain": "psbusinessparks.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "PSB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "870576", "parent": null, "logo_url": null, "description": "American real estate company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3862 +{"wikidata_id": "Q7131487", "display_name": "Panorama9", "legal_name": null, "aliases": [], "website": "https://www.panorama9.com", "canonical_domain": "panorama9.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["information technology management"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "SYMC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3863 +{"wikidata_id": "Q7138046", "display_name": "Park Sterling Bank", "legal_name": null, "aliases": [], "website": "https://www.parksterlingbank.com", "canonical_domain": "parksterlingbank.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking", "financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "PSTB", "exchange": "Nasdaq", "lei": "549300DCFF8W6ZAEKH70", "sec_cik": null, "parent": null, "logo_url": null, "description": "American financial institution", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3864 +{"wikidata_id": "Q7156760", "display_name": "Paylocity Corporation", "legal_name": null, "aliases": ["Paylocity", "Paylocity Holding Corporation"], "website": "https://www.paylocity.com", "canonical_domain": "paylocity.com", "country": "US", "hq_city": "Schaumburg", "hq_region": "Cook County", "lat": 42.03028, "lon": -88.08389, "industries": ["software", "professional-services"], "industry_labels": ["software as a service", "payroll service bureau"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PCTY", "exchange": "Nasdaq", "lei": "549300VH75FTB4DIEE07", "sec_cik": "1436440", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paylocity_logo.svg", "description": "Paylocity is a provider of cloud-based human capital management (HCM), Finance, and IT software solutions, offering a unified platform for HR, payroll, finance, and workforce management.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3865 +{"wikidata_id": "Q7167012", "display_name": "Hongda Financial", "legal_name": null, "aliases": ["E-Rental Car Company Limited", "HongDa Financial Holding Limited", "Perception Digital"], "website": "https://www.perceptiondigital.com", "canonical_domain": "perceptiondigital.com", "country": "US", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "1822", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3866 +{"wikidata_id": "Q7168146", "display_name": "Perficient", "legal_name": null, "aliases": ["PRFT"], "website": "https://www.perficientdigital.com", "canonical_domain": "perficientdigital.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["consulting"], "industry_labels": ["business and other management consultancy activities"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "PRFT", "exchange": "Nasdaq", "lei": "549300HTBXKL2755T650", "sec_cik": "1085869", "parent": null, "logo_url": null, "description": "American consulting firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3867 +{"wikidata_id": "Q7171526", "display_name": "PetMed Express", "legal_name": null, "aliases": ["1-800-pet-meds", "1-800-petmeds", "1-800petmeds", "1800petmeds", "800-pet-meds", "800-petmeds", "800petmeds", "Petmeds"], "website": "https://www.1800petmeds.com", "canonical_domain": "1800petmeds.com", "country": "US", "hq_city": "Pompano Beach", "hq_region": "Broward County", "lat": 26.23472, "lon": -80.12556, "industries": ["healthcare"], "industry_labels": ["veterinary medicine"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "PETS", "exchange": "Nasdaq", "lei": "529900PGHW5ASJ1AZL48", "sec_cik": "1040130", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PetMed_Express_logo.svg", "description": "Online pet pharmacy based in the United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3868 +{"wikidata_id": "Q7188106", "display_name": "Phreesia Inc.", "legal_name": null, "aliases": ["Phreesia"], "website": "https://www.phreesia.com", "canonical_domain": "phreesia.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "PHR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1412408", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phreesia_logo.svg", "description": "American healthcare software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3869 +{"wikidata_id": "Q7233708", "display_name": "Post Properties", "legal_name": null, "aliases": [], "website": "https://www.postproperties.com", "canonical_domain": "postproperties.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["logistics"], "industry_labels": ["apartment"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "PPS", "exchange": "New York Stock Exchange", "lei": "ZYBKTO4QH1PR5YNN5N40", "sec_cik": "903127", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3870 +{"wikidata_id": "Q7250893", "display_name": "Prosperity Bancshares", "legal_name": null, "aliases": ["Prosperity Bank"], "website": "https://www.prosperitybankusa.com", "canonical_domain": "prosperitybankusa.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "PB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1068851", "parent": null, "logo_url": null, "description": "bank holding company headquartered in Houston, Texas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3871 +{"wikidata_id": "Q7272057", "display_name": "QuinStreet", "legal_name": null, "aliases": [], "website": "https://quinstreet.com", "canonical_domain": "quinstreet.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["professional-services"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "QNST", "exchange": "Nasdaq", "lei": "549300TP8MFBFPOS4Y78", "sec_cik": "1117297", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qs_wiki.png", "description": "company based in Foster City, California", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1117297", "enriched_at": "2026-09-13T07:19:53+00:00"}}
3872 +{"wikidata_id": "Q7276995", "display_name": "RMG Networks", "legal_name": null, "aliases": [], "website": "https://www.rmgnetworks.com", "canonical_domain": "rmgnetworks.com", "country": "US", "hq_city": "Plano", "hq_region": "Collin County", "lat": 33.05, "lon": -96.75, "industries": ["technology"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "RMGN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "digital signage company in Texas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3873 +{"wikidata_id": "Q7289304", "display_name": "RPT Realty", "legal_name": null, "aliases": [], "website": "https://www.rptrealty.com", "canonical_domain": "rptrealty.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "RPT", "exchange": "New York Stock Exchange", "lei": "549300T03GDH1L37S188", "sec_cik": "842183", "parent": null, "logo_url": null, "description": "American publicly traded real estate investment trust", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3874 +{"wikidata_id": "Q7296403", "display_name": "Raven Industries", "legal_name": null, "aliases": [], "website": "https://ravenind.com", "canonical_domain": "ravenind.com", "country": "US", "hq_city": "Sioux Falls", "hq_region": "Minnehaha County", "lat": 43.54606, "lon": -96.73139, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "RAVN", "exchange": "Nasdaq", "lei": "ZN4TZXB8X0VUOSZJ5442", "sec_cik": "82166", "parent": null, "logo_url": null, "description": "American manufacturer of plastic, electronic and \"special apparel\" products", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3875 +{"wikidata_id": "Q7331170", "display_name": "RCI Hospitality Holdings", "legal_name": null, "aliases": [".Inc", "Rick's Cabaret"], "website": "https://www.rcihospitality.com", "canonical_domain": "rcihospitality.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["hospitality"], "industry_labels": ["strip club"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "RICK", "exchange": "Nasdaq", "lei": "529900COXP1MLE1UKG69", "sec_cik": "935419", "parent": null, "logo_url": null, "description": "strip club operating company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3876 +{"wikidata_id": "Q7355463", "display_name": "Rockland Trust", "legal_name": null, "aliases": [], "website": "https://www.rocklandtrust.com", "canonical_domain": "rocklandtrust.com", "country": "US", "hq_city": "Rockland", "hq_region": "Plymouth County", "lat": 42.13056, "lon": -70.91667, "industries": ["banking"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "INDB", "exchange": "Nasdaq", "lei": null, "sec_cik": "776901", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockland_Trust_Logo.jpg", "description": "commercial bank based in Rockland, Massachusetts, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "776901", "enriched_at": "2026-09-13T07:19:53+00:00"}}
3877 +{"wikidata_id": "Q7355744", "display_name": "Rocky Brands", "legal_name": null, "aliases": ["Inc."], "website": "https://www.rockybrands.com", "canonical_domain": "rockybrands.com", "country": "US", "hq_city": "Nelsonville", "hq_region": "Athens County", "lat": 39.4553, "lon": -82.2256, "industries": ["apparel"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "RCKY", "exchange": "Nasdaq", "lei": null, "sec_cik": "895456", "parent": null, "logo_url": null, "description": "Apparel company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3878 +{"wikidata_id": "Q7377461", "display_name": "Onto Innovation", "legal_name": null, "aliases": ["Onto Innovation Inc.", "Rudolph Technologies", "Inc."], "website": "https://ontoinnovation.com", "canonical_domain": "ontoinnovation.com", "country": "US", "hq_city": "Wilmington", "hq_region": "Middlesex County", "lat": 42.54639, "lon": -71.17417, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "ONTO", "exchange": "New York Stock Exchange", "lei": "254900RXZVN73CHOO062", "sec_cik": "704532", "parent": null, "logo_url": null, "description": "American semiconductor company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "704532", "enriched_at": "2026-09-13T07:19:53+00:00"}}
3879 +{"wikidata_id": "Q7382830", "display_name": "Ruth's Hospitality Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.rhgi.com", "canonical_domain": "rhgi.com", "country": "US", "hq_city": "Winter Park", "hq_region": "Orange County", "lat": 28.59611, "lon": -81.34667, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "RUTH", "exchange": "Nasdaq", "lei": "529900JQW9JP41OHOD14", "sec_cik": "1324272", "parent": null, "logo_url": null, "description": "restaurant company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3880 +{"wikidata_id": "Q7415751", "display_name": "SandRidge Energy", "legal_name": null, "aliases": ["NYSE: SD", "Riata Energy", "Inc.", "SandRidge", "Inc."], "website": "https://www.sandridgeenergy.com", "canonical_domain": "sandridgeenergy.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "SD", "exchange": "New York Stock Exchange", "lei": "W1MKPVGS6I5155L7VV67", "sec_cik": "1349436", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SandRidge_Energy_logo.svg", "description": "oil and natural gas exploration company headquartered in Oklahoma City, Oklahoma", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3881 +{"wikidata_id": "Q7417809", "display_name": "Sangamo Therapeutics", "legal_name": null, "aliases": ["Sangamo BioSciences", "Sangamo Biosciences Inc"], "website": "https://www.sangamo.com", "canonical_domain": "sangamo.com", "country": "US", "hq_city": "Richmond", "hq_region": "Contra Costa County", "lat": 37.93583, "lon": -122.34778, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "SGMO", "exchange": "Nasdaq", "lei": "2549006WMRKRC4G32Z67", "sec_cik": "1001233", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sangamo_Therapeutics_Logo.svg", "description": "American biotechnology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1001233", "enriched_at": "2026-09-13T07:19:53+00:00"}}
3882 +{"wikidata_id": "Q7432923", "display_name": "Schrödinger", "legal_name": null, "aliases": ["Inc."], "website": "https://www.schrodinger.com", "canonical_domain": "schrodinger.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "SDGR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1490978", "parent": null, "logo_url": null, "description": "American life sciences company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1490978", "enriched_at": "2026-09-13T07:19:53+00:00"}}
3883 +{"wikidata_id": "Q7444830", "display_name": "Secureworks Inc.", "legal_name": null, "aliases": ["Dell SecureWorks", "Secureworks"], "website": "https://www.secureworks.com", "canonical_domain": "secureworks.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["cybersecurity"], "industry_labels": ["managed security service"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "SCWX", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27500963", "name": "Dell Technologies"}, "logo_url": null, "description": "United States-based Dell Inc. subsidiary that provides information security services", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3884 +{"wikidata_id": "Q7489523", "display_name": "Sharecare", "legal_name": null, "aliases": ["Sharecare Inc"], "website": "https://www.sharecare.com", "canonical_domain": "sharecare.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "SHCR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1816233", "parent": null, "logo_url": null, "description": "health and wellness engagement platform", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3885 +{"wikidata_id": "Q7501286", "display_name": "ShoreTel", "legal_name": null, "aliases": [], "website": "https://www.shoretel.com", "canonical_domain": "shoretel.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "SHOR", "exchange": "Nasdaq", "lei": "549300CQR343NDOQIK50", "sec_cik": "1388133", "parent": null, "logo_url": null, "description": "US company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3886 +{"wikidata_id": "Q7516369", "display_name": "SSR Mining", "legal_name": "SSR MINING INC.", "aliases": ["Silver Standard Resources"], "website": "https://www.silverstandard.com", "canonical_domain": "silverstandard.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["zinc industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "SSO", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "921638", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silver_Standard_Resources_Logo.svg", "description": "Australian public company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3887 +{"wikidata_id": "Q7521341", "display_name": "Simulations Plus", "legal_name": null, "aliases": [], "website": "https://www.simulations-plus.com", "canonical_domain": "simulations-plus.com", "country": "US", "hq_city": "Lancaster", "hq_region": "Los Angeles County", "lat": 34.68694, "lon": -118.15417, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "SLP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1023459", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3888 +{"wikidata_id": "Q7557128", "display_name": "TerraVia", "legal_name": null, "aliases": ["Solazyme", "TerraVia Holdings", "Inc."], "website": "https://terravia.com", "canonical_domain": "terravia.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "TVIA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publicly held biotechnology company in the United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3889 +{"wikidata_id": "Q7562414", "display_name": "Sonus Networks", "legal_name": null, "aliases": [], "website": "https://www.sonus.net", "canonical_domain": "sonus.net", "country": "US", "hq_city": "Chelmsford", "hq_region": "Middlesex County", "lat": 42.59972, "lon": -71.36778, "industries": ["technology"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "SONS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1105472", "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3890 +{"wikidata_id": "Q7575301", "display_name": "Spectrum Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.spectrumpharm.com", "canonical_domain": "spectrumpharm.com", "country": "US", "hq_city": "Henderson", "hq_region": "Clark County", "lat": 36.03167, "lon": -114.98139, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SPPI", "exchange": "Nasdaq", "lei": "549300COU30WSP3O5I07", "sec_cik": "831547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spectrum_Pharmaceuticals_logo.svg", "description": "American biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3891 +{"wikidata_id": "Q7581167", "display_name": "Springs Global", "legal_name": null, "aliases": [], "website": "https://www.springs.com", "canonical_domain": "springs.com", "country": "BR", "hq_city": "Montes Claros", "hq_region": "Minas Gerais", "lat": -16.73222, "lon": -43.86361, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SGPS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brazil-based home furnishings company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3892 +{"wikidata_id": "Q7598289", "display_name": "SP+", "legal_name": null, "aliases": ["APCOA", "APCOA", "Inc.", "APCOA/Standard Parking", "APCOA/Standard Parking", "Inc.", "Central Parking", "Central Parking System"], "website": "https://www.spplus.com", "canonical_domain": "spplus.com", "country": "US", "hq_city": "Aon Center", "hq_region": "Chicago", "lat": 41.88528, "lon": -87.62139, "industries": ["transportation"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "SP", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SP_Plus_Corporation.png", "description": "American parking facility operator", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3893 +{"wikidata_id": "Q7615829", "display_name": "Stewart Information Services Corporation", "legal_name": null, "aliases": ["STC", "SISCO"], "website": "https://www.stewart.com", "canonical_domain": "stewart.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1893, "employees": null, "public_company": true, "ticker": "STC", "exchange": "New York Stock Exchange", "lei": "529900TV1XI0PLKENU10", "sec_cik": "94344", "parent": null, "logo_url": null, "description": "New York Stock Exchange Ticker symbol STC", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3894 +{"wikidata_id": "Q7638414", "display_name": "Sun National Bank", "legal_name": null, "aliases": [], "website": "https://www.sunnationalbank.com", "canonical_domain": "sunnationalbank.com", "country": "US", "hq_city": "Mount Laurel", "hq_region": "Burlington County", "lat": 39.93389, "lon": -74.89111, "industries": ["banking"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "SNBC", "exchange": "Nasdaq", "lei": "GV3L7HZKX3X3DEETIJ25", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3895 +{"wikidata_id": "Q7644560", "display_name": "Support.com", "legal_name": null, "aliases": [], "website": "https://www.support.com", "canonical_domain": "support.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "SPRT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1104855", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SupportSoft.gif", "description": "tech support company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3896 +{"wikidata_id": "Q7685835", "display_name": "Targanta Therapeutics Corporation", "legal_name": null, "aliases": [], "website": "https://www.themedicinescompany.com", "canonical_domain": "themedicinescompany.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "TARG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1398161", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3897 +{"wikidata_id": "Q7690075", "display_name": "Taylor Morrison", "legal_name": null, "aliases": [], "website": "https://www.taylormorrison.com", "canonical_domain": "taylormorrison.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "TMHC", "exchange": "New York Stock Exchange", "lei": "549300DLX71RFCPFR870", "sec_cik": null, "parent": null, "logo_url": null, "description": "large American Home Builders", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3898 +{"wikidata_id": "Q7695737", "display_name": "TTEC", "legal_name": null, "aliases": ["TeleTech"], "website": "https://www.ttec.com", "canonical_domain": "ttec.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "TTEC", "exchange": "Nasdaq", "lei": "GTJS1N8S8I28A7L4WG97", "sec_cik": "1013880", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TTEC_Logo_Steel.png", "description": "American call center company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3899 +{"wikidata_id": "Q7697828", "display_name": "Telos", "legal_name": null, "aliases": ["Telos Corporation"], "website": "https://www.telos.com", "canonical_domain": "telos.com", "country": "US", "hq_city": "Ashburn", "hq_region": "Loudoun County", "lat": 39.0436, "lon": -77.4875, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "TLS", "exchange": "Nasdaq", "lei": null, "sec_cik": "320121", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telos_Logo.png", "description": "defense contractor and software business in Ashburn, Virginia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "320121", "enriched_at": "2026-09-13T07:19:53+00:00"}}
3900 +{"wikidata_id": "Q7707900", "display_name": "Texas Pacific Land Trust", "legal_name": null, "aliases": [], "website": "https://www.texaspacific.com", "canonical_domain": "texaspacific.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["financial-services"], "industry_labels": ["SIC 6792 Oil Royalty Traders"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TPL", "exchange": "New York Stock Exchange", "lei": "529900WTH0D1S7BB4S10", "sec_cik": "97517", "parent": null, "logo_url": null, "description": "Land trust in Texas", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "97517", "enriched_at": "2026-09-13T07:19:55+00:00"}}
3901 +{"wikidata_id": "Q7713699", "display_name": "The Andersons", "legal_name": null, "aliases": [], "website": "https://www.andersonsinc.com", "canonical_domain": "andersonsinc.com", "country": "US", "hq_city": "Maumee", "hq_region": "Lucas County", "lat": 41.57028, "lon": -83.6525, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ANDE", "exchange": "Nasdaq", "lei": "L38MWB8MVRFV7HVJPU11", "sec_cik": "821026", "parent": null, "logo_url": null, "description": "American agricultural business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "821026", "enriched_at": "2026-09-13T07:19:55+00:00"}}
3902 +{"wikidata_id": "Q7838954", "display_name": "Trevena Inc", "legal_name": null, "aliases": ["Trevena", "Trevena", "Inc."], "website": "https://www.trevena.com", "canonical_domain": "trevena.com", "country": "US", "hq_city": "King of Prussia", "hq_region": "Upper Merion Township", "lat": 40.09472, "lon": -75.37806, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "TRVN", "exchange": "Nasdaq", "lei": "549300YXUV4MU2J7QS07", "sec_cik": "1429560", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trevena_logo.svg", "description": "biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3903 +{"wikidata_id": "Q7839814", "display_name": "TriNet HR Services", "legal_name": null, "aliases": ["TriNet (TriNet Group", "Inc.)"], "website": "https://www.trinet.com", "canonical_domain": "trinet.com", "country": "US", "hq_city": "San Leandro", "hq_region": "Alameda County", "lat": 37.725, "lon": -122.15611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "TNET", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "937098", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TriNet_Logo.png", "description": "business administrative services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "937098", "enriched_at": "2026-09-13T07:19:55+00:00"}}
3904 +{"wikidata_id": "Q7848008", "display_name": "Trupanion", "legal_name": null, "aliases": [], "website": "https://trupanion.com", "canonical_domain": "trupanion.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["insurance"], "industry_labels": ["pet insurance"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TRUP", "exchange": "Nasdaq", "lei": "549300J86GFKIDGMQP18", "sec_cik": "1371285", "parent": null, "logo_url": null, "description": "American pet insurance provider", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3905 +{"wikidata_id": "Q7850758", "display_name": "TubeMogul", "legal_name": null, "aliases": ["TubeMogul Inc."], "website": "https://tubemogul.com", "canonical_domain": "tubemogul.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "tube", "exchange": "Nasdaq", "lei": "549300PUPUS71EY3F122", "sec_cik": "1449278", "parent": null, "logo_url": null, "description": "enterprise software company for brand advertising", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3906 +{"wikidata_id": "Q7864706", "display_name": "UIL Holdings Corporation", "legal_name": null, "aliases": [], "website": "https://www.uil.com", "canonical_domain": "uil.com", "country": "US", "hq_city": "Orange", "hq_region": "South Central Connecticut Planning Region", "lat": 41.27944, "lon": -73.02528, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "UIL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1082510", "parent": {"wikidata_id": "Q5983823", "name": "Avangrid"}, "logo_url": null, "description": "former energy company in the United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3907 +{"wikidata_id": "Q7887635", "display_name": "United Community Bank", "legal_name": null, "aliases": [], "website": "https://www.ucbi.com", "canonical_domain": "ucbi.com", "country": "US", "hq_city": "Blairsville", "hq_region": "Union County", "lat": 34.87556, "lon": -83.95667, "industries": ["banking", "asset-management"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "UCBI", "exchange": "Nasdaq", "lei": "T68X8LLAQYRNDV034K14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Community_Vertical_Full_Color.png", "description": "multibank holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3908 +{"wikidata_id": "Q7899307", "display_name": "Upstart Holdings", "legal_name": null, "aliases": ["Upstart", "Upstart Network Inc."], "website": "https://www.upstart.com", "canonical_domain": "upstart.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "UPST", "exchange": "Nasdaq", "lei": null, "sec_cik": "1647639", "parent": null, "logo_url": null, "description": "fintech company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3909 +{"wikidata_id": "Q7935247", "display_name": "Virtus Investment Partners", "legal_name": null, "aliases": [], "website": "https://www.virtus.com", "canonical_domain": "virtus.com", "country": "US", "hq_city": "Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76333, "lon": -72.685, "industries": ["asset-management"], "industry_labels": ["asset management", "portfolio management"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "VRTS", "exchange": "Nasdaq", "lei": "549300HWF93HB8BDM648", "sec_cik": "883237", "parent": null, "logo_url": null, "description": "asset Management Firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3910 +{"wikidata_id": "Q7936709", "display_name": "Vitacost", "legal_name": null, "aliases": [], "website": "https://www.vitacost.com", "canonical_domain": "vitacost.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": null, "employees": null, "public_company": true, "ticker": "VITC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American e-commerce company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3911 +{"wikidata_id": "Q7943131", "display_name": "Vringo", "legal_name": null, "aliases": [], "website": "https://vringoip.com", "canonical_domain": "vringoip.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "VRNG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1410428", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vringo_Logo.png", "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3912 +{"wikidata_id": "Q7954203", "display_name": "WPCS International", "legal_name": null, "aliases": [], "website": "https://www.wpcs.com", "canonical_domain": "wpcs.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["construction"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "WPCS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1086745", "parent": null, "logo_url": null, "description": "engineering firm based in Exton, Pennsylvania, United States", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3913 +{"wikidata_id": "Q7988215", "display_name": "Western Refining", "legal_name": null, "aliases": [], "website": "https://www.wnr.com", "canonical_domain": "wnr.com", "country": "US", "hq_city": "El Paso", "hq_region": "El Paso County", "lat": 31.75917, "lon": -106.48861, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "WNR", "exchange": "New York Stock Exchange", "lei": "04Y1L40RYNUCL020XS57", "sec_cik": "1339048", "parent": null, "logo_url": null, "description": "American crude oil refining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3914 +{"wikidata_id": "Q8022942", "display_name": "Wilson, Sons", "legal_name": null, "aliases": [], "website": "https://www.wilsonsons.com.br", "canonical_domain": "wilsonsons.com.br", "country": "BR", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1837, "employees": null, "public_company": true, "ticker": "WSON33", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Shipping company in Rio de Janeiro, Brazil", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3915 +{"wikidata_id": "Q8059885", "display_name": "YuMe", "legal_name": null, "aliases": [], "website": "https://www.yume.com", "canonical_domain": "yume.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["media"], "industry_labels": ["SIC 7311 Services-Advertising Agencies"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "YUME", "exchange": "New York Stock Exchange", "lei": "5493003YGJHJRZWR7N67", "sec_cik": "1415624", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YuMeRebrand.jpg", "description": "data analysis platform", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1415624", "enriched_at": "2026-09-13T07:19:55+00:00"}}
3916 +{"wikidata_id": "Q8069710", "display_name": "Zeta Global", "legal_name": "Zeta Global", "aliases": ["Zeta global"], "website": "https://zetaglobal.com", "canonical_domain": "zetaglobal.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["business software industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ZETA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1851003", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zeta_logoPrimary.svg", "description": "marketing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3917 +{"wikidata_id": "Q8072576", "display_name": "Zions Bank", "legal_name": null, "aliases": [], "website": "https://www.zionsbank.com", "canonical_domain": "zionsbank.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["banking"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ZION", "exchange": "Nasdaq", "lei": "YYQWUR1Z2BCX32HQS333", "sec_cik": "109380", "parent": null, "logo_url": null, "description": "American banking institution", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3918 +{"wikidata_id": "Q8072579", "display_name": "Zions Direct", "legal_name": null, "aliases": [], "website": "https://www.zionsdirect.com", "canonical_domain": "zionsdirect.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": [], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "ZION", "exchange": "Nasdaq", "lei": "254900VGN65XF3JVA633", "sec_cik": "790482", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3919 +{"wikidata_id": "Q834888", "display_name": "Dentsply", "legal_name": null, "aliases": [], "website": "https://www.dentsply.com", "canonical_domain": "dentsply.com", "country": "US", "hq_city": "York", "hq_region": "York County", "lat": 39.9628, "lon": -76.7281, "industries": ["medical-devices"], "industry_labels": ["SIC 3843 Dental Equipment & Supplies"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "XRAY", "exchange": "Nasdaq", "lei": "9NHEHR1SOZCYXDO8HO28", "sec_cik": "818479", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dentsply-Logo_2009.svg", "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "818479", "enriched_at": "2026-09-13T07:19:59+00:00"}}
3920 +{"wikidata_id": "Q83768717", "display_name": "Bakkt", "legal_name": null, "aliases": ["Bakkt Holdings", "Inc", "BKKT"], "website": "https://www.bakkt.com", "canonical_domain": "bakkt.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "fintech"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "BKKT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1820302", "parent": {"wikidata_id": "Q841458", "name": "Intercontinental Exchange"}, "logo_url": null, "description": "Spot market for crypto currency and derivatives", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1820302", "enriched_at": "2026-09-13T07:19:59+00:00"}}
3921 +{"wikidata_id": "Q85769888", "display_name": "Iovance Biotherapeutics", "legal_name": null, "aliases": ["Inc."], "website": "https://www.iovance.com", "canonical_domain": "iovance.com", "country": "US", "hq_city": "San Carlos", "hq_region": "San Mateo County", "lat": 37.49917, "lon": -122.26333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "IOVA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1425205", "parent": null, "logo_url": null, "description": "American biopharmaceutical startup", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3922 +{"wikidata_id": "Q85786082", "display_name": "Momentus Space", "legal_name": null, "aliases": ["Momentus Inc", "Momentus space"], "website": "https://momentus.space", "canonical_domain": "momentus.space", "country": "US", "hq_city": "San Jose", "hq_region": "CA", "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry", "SIC 3760 Guided Missiles & Space Vehicles & Parts"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MNTS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1781162", "parent": null, "logo_url": null, "description": "American spaceflight company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1781162", "enriched_at": "2026-09-13T07:19:59+00:00"}}
3923 +{"wikidata_id": "Q85800542", "display_name": "Sezzle", "legal_name": "SEZZLE INC.", "aliases": [], "website": "https://www.sezzle.com", "canonical_domain": "sezzle.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "SEZL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1662991", "parent": null, "logo_url": null, "description": "financial technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1662991", "enriched_at": "2026-09-13T07:19:59+00:00"}}
3924 +{"wikidata_id": "Q85811579", "display_name": "UPC Insurance", "legal_name": null, "aliases": ["United Insurance Holdings Corp", "United Property & Casualty Insurance Company", "Inc"], "website": "https://www.upcinsurance.com", "canonical_domain": "upcinsurance.com", "country": "US", "hq_city": "Saint Petersburg", "hq_region": "FL", "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance", "SIC 6331 Fire, Marine & Casualty Insurance"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "UIHC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1401521", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1401521", "enriched_at": "2026-09-13T07:20:00+00:00"}}
3925 +{"wikidata_id": "Q85874460", "display_name": "Rapid7", "legal_name": null, "aliases": ["Inc. (Boston", "MA)"], "website": "https://www.rapid7.com", "canonical_domain": "rapid7.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "RPD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1560327", "parent": null, "logo_url": null, "description": "developer of the Metasploit Framework", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1560327", "enriched_at": "2026-09-13T07:20:00+00:00"}}
3926 +{"wikidata_id": "Q86728011", "display_name": "Aliansce Sonae Shopping Centers", "legal_name": null, "aliases": [], "website": "https://www.alianscesonae.com.br", "canonical_domain": "alianscesonae.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ALSO3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_aliansce_sonae_brmalls.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3927 +{"wikidata_id": "Q91360366", "display_name": "Fiesta Restaurant Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.frgi.com", "canonical_domain": "frgi.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "FRGI", "exchange": "NASDAQ/Ngs (Global Select Market)", "lei": null, "sec_cik": "1534992", "parent": null, "logo_url": null, "description": "American restaurant company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3928 +{"wikidata_id": "Q94758727", "display_name": "Confluent Inc.", "legal_name": null, "aliases": ["Confluent", "Confluent Inc", "Confluent", "Inc."], "website": "https://www.confluent.io", "canonical_domain": "confluent.io", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CFLT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1699838", "parent": null, "logo_url": null, "description": "American multinational technology corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3929 +{"wikidata_id": "Q96371983", "display_name": "Amplify Energy", "legal_name": null, "aliases": ["Amplify Energy Corp"], "website": "https://www.amplifyenergy.com", "canonical_domain": "amplifyenergy.com", "country": "US", "hq_city": "One Allen Center", "hq_region": null, "lat": 29.75753, "lon": -95.37036, "industries": ["energy", "oil-gas"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AMPY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1533924", "parent": null, "logo_url": null, "description": "American oil company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1533924", "enriched_at": "2026-09-13T07:20:00+00:00"}}
3930 +{"wikidata_id": "Q96379626", "display_name": "GoHealth", "legal_name": null, "aliases": [], "website": "https://www.gohealth.com", "canonical_domain": "gohealth.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GOCO", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "medicare marketplace", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3931 +{"wikidata_id": "Q96413806", "display_name": "Veritone Inc.", "legal_name": "Veritone Inc.", "aliases": [], "website": "https://veritone.com", "canonical_domain": "veritone.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "VERI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1615165", "parent": null, "logo_url": null, "description": "US business; artificial intelligence tech company based in Costa Mesa, California, founded in 2014", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3932 +{"wikidata_id": "Q96418958", "display_name": "Miller Industries", "legal_name": null, "aliases": [], "website": "https://www.millerind.com", "canonical_domain": "millerind.com", "country": "US", "hq_city": "Miami", "hq_region": "FL", "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": ["automotive industry", "SIC 6512 Opeators of Nonresidential Buildings"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MLR", "exchange": "New York Stock Exchange", "lei": "549300F1O74SPUJ7UU94", "sec_cik": "66388", "parent": null, "logo_url": null, "description": "heavy-Duty Tow Truck Manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "66388", "enriched_at": "2026-09-13T07:20:00+00:00"}}
3933 +{"wikidata_id": "Q96419114", "display_name": "Osisko Mining", "legal_name": null, "aliases": [], "website": "https://www.osiskomining.com", "canonical_domain": "osiskomining.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "OSK", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian mining company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3934 +{"wikidata_id": "Q9659770", "display_name": "Boa Vista Serviços", "legal_name": null, "aliases": [], "website": "https://www.boavistaservicos.com.br", "canonical_domain": "boavistaservicos.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "BOAS3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Equifax_Boa_Vista.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3935 +{"wikidata_id": "Q9675262", "display_name": "Camil Alimentos", "legal_name": null, "aliases": [], "website": "https://camilalimentos.com.br", "canonical_domain": "camilalimentos.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CAML3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3936 +{"wikidata_id": "Q97400263", "display_name": "BR Partners", "legal_name": null, "aliases": [], "website": "https://brpartners.com.br", "canonical_domain": "brpartners.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BRBI11", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3937 +{"wikidata_id": "Q98055133", "display_name": "Sunnova", "legal_name": null, "aliases": ["Sunnova Energy"], "website": "https://www.sunnova.com", "canonical_domain": "sunnova.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "NOVA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q113533818", "name": "Energy Capital Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunnovalogo.jpg", "description": "American solar energy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3938 +{"wikidata_id": "Q9838125", "display_name": "Concessionária Rio-Teresópolis", "legal_name": null, "aliases": [], "website": "https://www.crt.com.br", "canonical_domain": "crt.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CRTE3B", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3939 +{"wikidata_id": "Q6189611", "display_name": "Jewelry Television", "legal_name": null, "aliases": ["ACN", "JTV", "America's Collectibles Network"], "website": "https://www.jtv.com", "canonical_domain": "jtv.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTV_Logo.png", "description": "American television network", "sitelinks": 4, "importance": 0.2719, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3940 +{"wikidata_id": "Q30284075", "display_name": "Adamis Pharmaceuticals Corporation", "legal_name": null, "aliases": ["Adamis Pharmaceuticals"], "website": "https://www.adamispharmaceuticals.com", "canonical_domain": "adamispharmaceuticals.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2006, "employees": 131, "public_company": true, "ticker": "ADMP", "exchange": "Nasdaq", "lei": "549300EBMD9JZ2H87I37", "sec_cik": "887247", "parent": null, "logo_url": null, "description": "pharmaceutical company in San Diego, United States", "sitelinks": 0, "importance": 0.2707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3941 +{"wikidata_id": "Q16540469", "display_name": "Cloud Imperium Games", "legal_name": null, "aliases": ["CIG", "LLC"], "website": "https://www.cloudimperiumgames.com", "canonical_domain": "cloudimperiumgames.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": 1100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cloud_Imperium_Games_logo.svg", "description": "American video game company", "sitelinks": 4, "importance": 0.2706, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3942 +{"wikidata_id": "Q1032237", "display_name": "Canadian North", "legal_name": null, "aliases": [], "website": "https://canadiannorth.com", "canonical_domain": "canadiannorth.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30295400", "name": "Exchange Income (Canada)"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Canadian_North_Airlines_%282021%29.svg", "description": "Inuit owned Canadian airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3943 +{"wikidata_id": "Q1126139", "display_name": "Conn-Selmer", "legal_name": "The Selmer Company", "aliases": ["Inc.", "Selmer"], "website": "https://connselmer.com", "canonical_domain": "connselmer.com", "country": "US", "hq_city": "Elkhart", "hq_region": "Elkhart County", "lat": 41.6831, "lon": -85.9689, "industries": ["consumer-goods"], "industry_labels": ["musical instrument", "musical instrument manufacturing company"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2341787", "name": "Steinway Musical Instruments"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Conn-Selmer_logo_%28new%29.svg", "description": "American manufacturer of musical instruments", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3944 +{"wikidata_id": "Q1128185", "display_name": "Constellation", "legal_name": null, "aliases": ["Constellation Records"], "website": "https://www.cstrecords.com", "canonical_domain": "cstrecords.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3945 +{"wikidata_id": "Q1131122", "display_name": "Copersucar", "legal_name": null, "aliases": [], "website": "https://www.copersucar.com.br", "canonical_domain": "copersucar.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["trade"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Copersucar_%282024%29.svg", "description": "Brazilian agricultural company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3946 +{"wikidata_id": "Q1138249", "display_name": "Cox Enterprises", "legal_name": null, "aliases": [], "website": "https://www.cox.com", "canonical_domain": "cox.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "TVRMNZKRGA8LPW6XPG60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cox_Enterprises.svg", "description": "American conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5179879"}]}
3947 +{"wikidata_id": "Q1153070", "display_name": "DFA Records", "legal_name": null, "aliases": ["DFA", "Death From Above", "Death From Above Records"], "website": "https://dfarecords.com", "canonical_domain": "dfarecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3948 +{"wikidata_id": "Q11883860", "display_name": "NZXT", "legal_name": null, "aliases": [], "website": "https://www.nzxt.com", "canonical_domain": "nzxt.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_NZXT.svg", "description": "computer hardware manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3949 +{"wikidata_id": "Q1189646", "display_name": "MasAir Cargo Mexico", "legal_name": null, "aliases": ["Mas Air", "MasAir"], "website": "https://www.masair.com", "canonical_domain": "masair.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3950 +{"wikidata_id": "Q1191073", "display_name": "McIntosh Laboratory", "legal_name": null, "aliases": [], "website": "https://www.mcintoshlabs.com", "canonical_domain": "mcintoshlabs.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007JJ6UMOOPSNI58", "sec_cik": null, "parent": {"wikidata_id": "Q11320200", "name": "D&M Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McIntosh_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3951 +{"wikidata_id": "Q1199011", "display_name": "Doggy Style Records", "legal_name": null, "aliases": ["Dogghouse Records", "Doggystyle Records"], "website": "https://www.snoop-dogg.com", "canonical_domain": "snoop-dogg.com", "country": "US", "hq_city": "Diamond Bar", "hq_region": "Los Angeles County", "lat": 34.00167, "lon": -117.82083, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "US record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3952 +{"wikidata_id": "Q123367593", "display_name": "Runway", "legal_name": null, "aliases": ["Runway AI"], "website": "https://runwayml.com", "canonical_domain": "runwayml.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["artificial-intelligence", "software"], "industry_labels": ["machine learning", "artificial intelligence", "software development"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Runway_Logo.png", "description": "American research company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3953 +{"wikidata_id": "Q1239845", "display_name": "Hellcat Records", "legal_name": null, "aliases": [], "website": "https://hellcatrecords.com", "canonical_domain": "hellcatrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q726153", "name": "Epitaph Records"}, "logo_url": null, "description": "American record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3954 +{"wikidata_id": "Q126050137", "display_name": "Groq", "legal_name": null, "aliases": ["Inc."], "website": "https://groq.com", "canonical_domain": "groq.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Groq_logo.svg", "description": "American artificial intelligence company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3955 +{"wikidata_id": "Q1266813", "display_name": "National Catholic Reporter", "legal_name": null, "aliases": ["NCR"], "website": "https://ncronline.org", "canonical_domain": "ncronline.org", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["media"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Catholic_Reporter_logo.jpg", "description": "newspaper", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3956 +{"wikidata_id": "Q1267596", "display_name": "Vyatta", "legal_name": null, "aliases": [], "website": "https://www.vyatta.com", "canonical_domain": "vyatta.com", "country": "US", "hq_city": "Belmont", "hq_region": "San Mateo County", "lat": 37.51806, "lon": -122.29167, "industries": ["retail"], "industry_labels": ["local area network"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1091783", "name": "Ciena"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vyatta_trans_200.png", "description": "Linux distribution", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3957 +{"wikidata_id": "Q1281935", "display_name": "Eckō Unltd.", "legal_name": null, "aliases": [], "website": "https://www.shopecko.com", "canonical_domain": "shopecko.com", "country": "US", "hq_city": "East Brunswick", "hq_region": "Middlesex County", "lat": 40.4262, "lon": -74.4182, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of urban lifestyle clothing", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3958 +{"wikidata_id": "Q1303059", "display_name": "The Viper Room", "legal_name": null, "aliases": [], "website": "https://www.viperroom.com", "canonical_domain": "viperroom.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 34.09047, "lon": -118.38467, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "nightclub in West Hollywood", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3959 +{"wikidata_id": "Q1337601", "display_name": "Murder Inc. Records", "legal_name": null, "aliases": ["The Inc. Records"], "website": "https://www.theincrecords.com", "canonical_domain": "theincrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Inc_Records.svg", "description": "American record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3960 +{"wikidata_id": "Q1397914", "display_name": "Fat Possum Records", "legal_name": null, "aliases": [], "website": "https://www.fatpossum.com", "canonical_domain": "fatpossum.com", "country": "US", "hq_city": "Oxford", "hq_region": "Lafayette County", "lat": 34.36667, "lon": -89.51861, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3961 +{"wikidata_id": "Q1435418", "display_name": "Sequential Circuits", "legal_name": null, "aliases": ["Prophet-6", "Sequential Circuits inc.", "Inc."], "website": "https://www.sequential.com", "canonical_domain": "sequential.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sequential-Logo-Black.png", "description": "American synthesizer company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5229877"}]}
3962 +{"wikidata_id": "Q1435950", "display_name": "Food Lion", "legal_name": null, "aliases": ["Food Lion LLC"], "website": "https://foodlion.com", "canonical_domain": "foodlion.com", "country": "US", "hq_city": "Salisbury", "hq_region": "Rowan County", "lat": 35.66833, "lon": -80.47861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q14903417", "name": "Delhaize Le Lion"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Food_lion.png", "description": "American grocery store", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3963 +{"wikidata_id": "Q14628853", "display_name": "Aruba Airlines", "legal_name": null, "aliases": [], "website": "https://www.arubaairlines.com", "canonical_domain": "arubaairlines.com", "country": "AW", "hq_city": "Oranjestad", "hq_region": "Aruba", "lat": 12.51861, "lon": -70.03583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aruba_Airlines.svg", "description": "Flag carrier of Aruba", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3964 +{"wikidata_id": "Q1479817", "display_name": "Mark Levinson", "legal_name": null, "aliases": [], "website": "https://www.marklevinson.com", "canonical_domain": "marklevinson.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": [], "industry_labels": ["high-end audio"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mark_Levinson_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3965 +{"wikidata_id": "Q1488298", "display_name": "Major League Wrestling", "legal_name": null, "aliases": ["MLW"], "website": "https://mlw.com", "canonical_domain": "mlw.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American professional wrestling promotion", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3966 +{"wikidata_id": "Q1504132", "display_name": "NetJets", "legal_name": null, "aliases": ["Executive Jet Aviation", "Netjets Aviation"], "website": "https://www.netjets.com", "canonical_domain": "netjets.com", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 39.96222, "lon": -83.00056, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NetJets_logo.svg", "description": "private business jet charter and aircraft management company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3967 +{"wikidata_id": "Q1505987", "display_name": "Western Design Center", "legal_name": null, "aliases": [], "website": "https://www.westerndesigncenter.com", "canonical_domain": "westerndesigncenter.com", "country": "US", "hq_city": "Mesa", "hq_region": "Maricopa County", "lat": 33.415, "lon": -111.83139, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Western_Design_Center_logo_one-color.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3968 +{"wikidata_id": "Q15210582", "display_name": "Wiki-PR", "legal_name": null, "aliases": ["Wiki-PR editing of Wikipedia"], "website": "https://www.wiki-pr.com", "canonical_domain": "wiki-pr.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["media", "consulting"], "industry_labels": ["public relations", "consulting company"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wiki-PR-logo.jpg", "description": "consulting firm who commercialy edit Wikipedia", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3969 +{"wikidata_id": "Q1554309", "display_name": "Silver Airways", "legal_name": null, "aliases": [], "website": "https://silverairways.com", "canonical_domain": "silverairways.com", "country": "US", "hq_city": "Fort Lauderdale–Hollywood", "hq_region": "Florida", "lat": 26.0725, "lon": -80.15278, "industries": ["mining", "airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silver_Airways_logo.png", "description": "Florida airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3970 +{"wikidata_id": "Q15725666", "display_name": "Blu Products", "legal_name": null, "aliases": ["Blu china honkun"], "website": "https://bluproducts.com", "canonical_domain": "bluproducts.com", "country": "US", "hq_city": "Doral", "hq_region": "Miami-Dade County", "lat": 25.80814, "lon": -80.35332, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BLU_Products_Logo.jpg", "description": "mobile phone manufacturer headquartered in Miami, FL (United States).", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3971 +{"wikidata_id": "Q1626895", "display_name": "Playtone", "legal_name": null, "aliases": ["PLAY•TONE"], "website": "https://www.playtone-productions.com", "canonical_domain": "playtone-productions.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and television production company (est. the late 1990s)", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3972 +{"wikidata_id": "Q1629990", "display_name": "CoverGirl", "legal_name": null, "aliases": ["Cover Girl"], "website": "https://www.covergirl.com", "canonical_domain": "covergirl.com", "country": "US", "hq_city": "Maryland", "hq_region": "United States", "lat": 39.0, "lon": -76.7, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COVERGIRL_logo_2017.svg", "description": "American cosmetics brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3973 +{"wikidata_id": "Q1644016", "display_name": "Tommy Boy Records", "legal_name": null, "aliases": ["Tommy Boy Entertainment"], "website": "https://www.tommyboy.com", "canonical_domain": "tommyboy.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American independent record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3974 +{"wikidata_id": "Q17007851", "display_name": "Circle", "legal_name": null, "aliases": [], "website": "https://www.circle.com", "canonical_domain": "circle.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "peer-to-peer payments technology company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3975 +{"wikidata_id": "Q1758803", "display_name": "Oddworld Inhabitants", "legal_name": null, "aliases": ["Oddworld Inhabitants Inc.", "Inc."], "website": "https://www.oddworld.com", "canonical_domain": "oddworld.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3976 +{"wikidata_id": "Q1812822", "display_name": "EP Petroecuador", "legal_name": "Empresa Pública de Hidrocarburos del Ecuador", "aliases": [], "website": "https://www.eppetroecuador.ec", "canonical_domain": "eppetroecuador.ec", "country": "EC", "hq_city": "Quito", "hq_region": "Quito Metro", "lat": -0.22, "lon": -78.5125, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "upstream", "downstream"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petroecuador.png", "description": "national petroleum company of Ecuador", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3977 +{"wikidata_id": "Q1848896", "display_name": "Southern Lord Records", "legal_name": null, "aliases": [], "website": "https://www.southernlord.com", "canonical_domain": "southernlord.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3978 +{"wikidata_id": "Q1853623", "display_name": "Touch and Go Records", "legal_name": null, "aliases": ["Touch and Go", "Touch & Go", "Touch & Go Recods"], "website": "https://www.touchandgorecords.com", "canonical_domain": "touchandgorecords.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Independent rock record label based in Chicago", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3979 +{"wikidata_id": "Q1879651", "display_name": "Victory Motorcycles", "legal_name": null, "aliases": [], "website": "https://www.victorymotorcycles.com", "canonical_domain": "victorymotorcycles.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["automotive"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_company_logo_for_Victory_Motorcycles.png", "description": "defunct American motorcycle manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3980 +{"wikidata_id": "Q1917753", "display_name": "Meijer", "legal_name": null, "aliases": ["Meijer Inc."], "website": "https://meijer.com", "canonical_domain": "meijer.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493006OTW6EEO3VHT97", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meijer_logo.svg", "description": "American hypermarket chain", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3981 +{"wikidata_id": "Q1921997", "display_name": "Merrell", "legal_name": null, "aliases": [], "website": "https://www.merrell.com", "canonical_domain": "merrell.com", "country": "US", "hq_city": "Rockford", "hq_region": "Kent County", "lat": 43.12, "lon": -85.56, "industries": ["apparel"], "industry_labels": ["textile industry", "footwear industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8030548", "name": "Wolverine World Wide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merrelll_company_logo.png", "description": "American footwear company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3982 +{"wikidata_id": "Q1946745", "display_name": "Mooney International Corporation", "legal_name": null, "aliases": ["Mooney Aircraft Company", "Mooney Aviation Company"], "website": "https://www.mooney.com", "canonical_domain": "mooney.com", "country": "US", "hq_city": "Kerrville", "hq_region": "Kerr County", "lat": 30.04639, "lon": -99.14056, "industries": ["aerospace-defense"], "industry_labels": ["general aviation"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3983 +{"wikidata_id": "Q19599368", "display_name": "Adafruit Industries", "legal_name": null, "aliases": [], "website": "https://www.adafruit.com", "canonical_domain": "adafruit.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adafruit_logo.svg", "description": "American electronics manufacturing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3984 +{"wikidata_id": "Q19724671", "display_name": "Radisson Hotel Group", "legal_name": null, "aliases": ["Carlson Hospitality Group", "Carlson Hotel Group", "Carlson Hotels", "Carlson Hotels Worldwide", "Carlson Hotels", "Inc.", "Carlson Radisson Hotel Group", "Radisson Hospitality Inc"], "website": "https://www.radissonhotelgroup.com", "canonical_domain": "radissonhotelgroup.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radisson_Hotel_Group_Logo.jpg", "description": "American multinational hotel group", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3985 +{"wikidata_id": "Q2025721", "display_name": "Open Invention Network", "legal_name": null, "aliases": [], "website": "https://www.openinventionnetwork.com", "canonical_domain": "openinventionnetwork.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Open_Invention_Network_wordmark.svg", "description": "patent non-aggression community", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3986 +{"wikidata_id": "Q2077283", "display_name": "thomson.com", "legal_name": null, "aliases": [], "website": "https://www.thomson.com", "canonical_domain": "thomson.com", "country": "US", "hq_city": "Farmington Hills", "hq_region": "Oakland County", "lat": 42.48528, "lon": -83.37694, "industries": ["media"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2944238", "name": "Cengage Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gale_logo.svg", "description": "American publisher (1954-)", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3987 +{"wikidata_id": "Q2078880", "display_name": "CVS Pharmacy", "legal_name": null, "aliases": ["CVS", "CVS/pharmacy"], "website": "https://www.cvs.com", "canonical_domain": "cvs.com", "country": "US", "hq_city": "Woonsocket", "hq_region": "Providence County", "lat": 42.00833, "lon": -71.51611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624375", "name": "CVS Health"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CVS_Health_heart.png", "description": "U.S. pharmacy chain", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3988 +{"wikidata_id": "Q2095619", "display_name": "Ping, Inc.", "legal_name": null, "aliases": ["PING", "Karsten Manufacturing Corporation", "Ping Golf"], "website": "https://ping.com", "canonical_domain": "ping.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ping-logo.png", "description": "Manufacturer of golf clubs, bags, and apparel", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3989 +{"wikidata_id": "Q21189826", "display_name": "Tubi", "legal_name": null, "aliases": [], "website": "https://tubitv.com", "canonical_domain": "tubitv.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tubi_logo_2024_purple.svg", "description": "American streaming video service", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3990 +{"wikidata_id": "Q2119405", "display_name": "Putumayo World Music", "legal_name": null, "aliases": [], "website": "https://www.putumayo.com", "canonical_domain": "putumayo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3991 +{"wikidata_id": "Q2141291", "display_name": "West Coast Customs", "legal_name": null, "aliases": [], "website": "https://www.westcoastcustoms.com", "canonical_domain": "westcoastcustoms.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American car modification company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3992 +{"wikidata_id": "Q21515382", "display_name": "Impossible Foods", "legal_name": null, "aliases": ["IF", "Impossible", "Impossible Burgers", "Impossible Foods Inc.", "Inc."], "website": "https://www.impossiblefoods.com", "canonical_domain": "impossiblefoods.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Impossible_Foods_logo.svg", "description": "American food company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3993 +{"wikidata_id": "Q2164531", "display_name": "Rounder Records", "legal_name": null, "aliases": [], "website": "https://www.rounder.com", "canonical_domain": "rounder.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": null, "description": "American record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3994 +{"wikidata_id": "Q219112", "display_name": "Zomba Group of Companies", "legal_name": null, "aliases": ["Zomba Books"], "website": "https://www.zombalabelgroup.com", "canonical_domain": "zombalabelgroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3995 +{"wikidata_id": "Q2297757", "display_name": "Tzadik Records", "legal_name": null, "aliases": [], "website": "https://www.tzadik.com", "canonical_domain": "tzadik.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3996 +{"wikidata_id": "Q2461310", "display_name": "Turner Construction", "legal_name": null, "aliases": ["Turner Construction Company"], "website": "https://www.turnerconstruction.com", "canonical_domain": "turnerconstruction.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136542", "name": "Hochtief"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turner_Construction_logo.svg", "description": "American construction company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3997 +{"wikidata_id": "Q248294", "display_name": "Alesis", "legal_name": null, "aliases": [], "website": "https://www.alesis.com", "canonical_domain": "alesis.com", "country": "US", "hq_city": "Cumberland", "hq_region": "Providence County", "lat": 41.96667, "lon": -71.43278, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alesis.svg", "description": "manufacturer of music and audio equipment", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3998 +{"wikidata_id": "Q2547874", "display_name": "Bicycle Playing Cards", "legal_name": null, "aliases": [], "website": "https://www.bicyclecards.com", "canonical_domain": "bicyclecards.com", "country": "US", "hq_city": "Erlanger", "hq_region": "Kenton County", "lat": 39.0136, "lon": -84.5942, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Playing card brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3999 +{"wikidata_id": "Q2560210", "display_name": "Air Nunavut", "legal_name": null, "aliases": [], "website": "https://www.airnunavut.ca", "canonical_domain": "airnunavut.ca", "country": "CA", "hq_city": "Iqaluit", "hq_region": "Qikiqtaaluk Region", "lat": 63.74944, "lon": -68.52167, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Iqaluit, Nunavut, Canada", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4000 +{"wikidata_id": "Q2788637", "display_name": "Hacienda Nápoles", "legal_name": null, "aliases": ["Hacienda Napoles"], "website": "https://haciendanapoles.com", "canonical_domain": "haciendanapoles.com", "country": "CO", "hq_city": "Antioquia", "hq_region": "Colombia", "lat": 5.92554, "lon": -74.72219, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "estate belonging to Colombian drug lord Pablo Escobar", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4001 +{"wikidata_id": "Q28233552", "display_name": "unsplash.com", "legal_name": null, "aliases": [], "website": "https://unsplash.com", "canonical_domain": "unsplash.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unsplash_wordmark_logo.svg", "description": "website dedicated to sharing copyright-free photography under the Unsplash license", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4002 +{"wikidata_id": "Q2828232", "display_name": "Air Tractor", "legal_name": null, "aliases": [], "website": "https://www.airtractor.com", "canonical_domain": "airtractor.com", "country": "US", "hq_city": "Olney", "hq_region": "Young County", "lat": 33.36806, "lon": -98.75833, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Tractor_logo.svg", "description": "aircraft manufacturer in the United States", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4003 +{"wikidata_id": "Q2882621", "display_name": "Bank One Corporation", "legal_name": null, "aliases": [], "website": "https://www.bankone.com", "canonical_domain": "bankone.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1863, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_One_logo.svg", "description": "former bank of the United States", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4004 +{"wikidata_id": "Q2936874", "display_name": "Cantor Fitzgerald", "legal_name": null, "aliases": ["Cantor Fitzgerald group", "Cantor Fitzgerald L.P.", "Cantor Fitzgerald LP", "L.P."], "website": "https://www.cantor.com", "canonical_domain": "cantor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cantor_Fitzgerald_logo.png", "description": "American financial services company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4005 +{"wikidata_id": "Q2974366", "display_name": "Citadel Enterprise Americas LLC", "legal_name": "Citadel", "aliases": ["Citadel Investment Group", "LLC", "Citadel LLC"], "website": "https://www.citadel.com", "canonical_domain": "citadel.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["asset-management"], "industry_labels": ["hedge fund", "investment management"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YY2DLUAENFBW67", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citadel_LLC_Logo.svg", "description": "American hedge fund and financial services provider", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4006 +{"wikidata_id": "Q3080929", "display_name": "K Records", "legal_name": null, "aliases": [], "website": "https://krecs.com", "canonical_domain": "krecs.com", "country": "US", "hq_city": "Olympia", "hq_region": "Thurston County", "lat": 47.0425, "lon": -122.89306, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US independent record label in Olympia, Washington", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4007 +{"wikidata_id": "Q3244698", "display_name": "Sony Music Latin", "legal_name": null, "aliases": ["SML", "Sony BMG Norte", "Sony Music | Latin", "Sony Music Entertainment U.S. Latin LLC", "Sony Music Entertainment US Latin LLC", "Sony Music US Latin LLC", "Sony Música"], "website": "https://sonymusiclatin.com", "canonical_domain": "sonymusiclatin.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "US record label; imprint of Sony Music Entertainment US Latin LLC", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4008 +{"wikidata_id": "Q3270595", "display_name": "Mondo Media", "legal_name": null, "aliases": [], "website": "https://www.mondomedia.com", "canonical_domain": "mondomedia.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media", "entertainment"], "industry_labels": ["show business"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mondo_logo_2017.svg", "description": "American animation company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4009 +{"wikidata_id": "Q3391111", "display_name": "Rainforest Cafe", "legal_name": null, "aliases": [], "website": "https://www.rainforestcafe.com", "canonical_domain": "rainforestcafe.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3217105", "name": "Landry's, Inc."}, "logo_url": null, "description": "Jungle-themed restaurant chain", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4010 +{"wikidata_id": "Q3566785", "display_name": "WayForward Technologies", "legal_name": null, "aliases": ["WayForward", "WayForward - Home", "WayForward Technologies Inc."], "website": "https://wayforward.com", "canonical_domain": "wayforward.com", "country": "US", "hq_city": "Valencia", "hq_region": "Santa Clarita", "lat": 34.38944, "lon": -118.56472, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WayForward_Technologies_Logo.png", "description": "American video game development studio", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4011 +{"wikidata_id": "Q389251", "display_name": "Rakuten Kobo Inc.", "legal_name": null, "aliases": ["Kobo", "Kobo Inc.", "Rakuten Kobo", "Kobo", "Inc.", "Rakuten Kobo", "Inc."], "website": "https://www.kobo.com", "canonical_domain": "kobo.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q973054", "name": "Rakuten Group, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rakuten_Kobo_logo.svg", "description": "Canadian subsidiary of Japanese e-commerce conglomerate Rakuten", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4012 +{"wikidata_id": "Q4034881", "display_name": "Basic Books", "legal_name": null, "aliases": [], "website": "https://www.basicbooks.com", "canonical_domain": "basicbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1567078", "name": "Hachette Book Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Basic_Books_logo.svg", "description": "American book publisher", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4013 +{"wikidata_id": "Q403714", "display_name": "Majesco Entertainment", "legal_name": null, "aliases": ["Majesco", "Majesco Sales Inc."], "website": "https://www.majescoent.com", "canonical_domain": "majescoent.com", "country": "US", "hq_city": "Edison", "hq_region": "Middlesex County", "lat": 40.5274, "lon": -74.3933, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YCCGWVDXUMYT43", "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game publisher and distributor based in Hazlet, New Jersey (formerly Majesco Sales Inc.)", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4014 +{"wikidata_id": "Q427326", "display_name": "Fonovisa Records", "legal_name": null, "aliases": [], "website": "https://www.fonovisa.com", "canonical_domain": "fonovisa.com", "country": "MX", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7894020", "name": "Universal Music Latin Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fonovisa_Records_logo_%282017%29.png", "description": "Mexican record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4015 +{"wikidata_id": "Q428936", "display_name": "Animusic", "legal_name": null, "aliases": [], "website": "https://www.animusic.com", "canonical_domain": "animusic.com", "country": "US", "hq_city": "Ithaca", "hq_region": "Tompkins County", "lat": 42.44333, "lon": -76.5, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Animusic.logo.2013.png", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4016 +{"wikidata_id": "Q5151002", "display_name": "Xfinity", "legal_name": "Comcast Cable Communications, LLC", "aliases": ["Comcast", "Comcast Cable"], "website": "https://www.xfinity.com", "canonical_domain": "xfinity.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["internet", "telecommunications", "media"], "industry_labels": ["internet service provider", "cable television", "telephone company", "telecommunications industry", "mobile network operator", "home security", "SIC 4841 Cable & Other Pay Television Services"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "CMCSA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1166691", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xfinity_2025.svg", "description": "American cable provider", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1166691", "enriched_at": "2026-09-13T07:20:00+00:00"}}
4017 +{"wikidata_id": "Q5206855", "display_name": "DYMO Corporation", "legal_name": null, "aliases": [], "website": "https://www.dymo.nl", "canonical_domain": "dymo.nl", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["manufacturing"], "industry_labels": ["printing"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DYMO_logo.svg", "description": "American manufacturing company of handheld label printers and thermal-transfer printing tape", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4018 +{"wikidata_id": "Q523452", "display_name": "Gerber Products Company", "legal_name": null, "aliases": ["Gerber", "Gerber Baby Products"], "website": "https://gerber.com", "canonical_domain": "gerber.com", "country": "US", "hq_city": "Fremont", "hq_region": "Newaygo County", "lat": 43.4675, "lon": -85.94194, "industries": ["food-beverage"], "industry_labels": ["food industry", "infant equipment"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160746", "name": "Nestlé"}, "logo_url": null, "description": "a purveyor of baby food and baby products", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4019 +{"wikidata_id": "Q533572", "display_name": "Specialty", "legal_name": "Specialty", "aliases": ["Specialty Records"], "website": "https://concord.com", "canonical_domain": "concord.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label; imprint of Specialty Records Inc.", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5158829"}, {"related_domain_conflict": "Q85845682"}]}
4020 +{"wikidata_id": "Q5365696", "display_name": "Elliott Investment Management", "legal_name": null, "aliases": ["Elliott Management | Elliott Investment Management L.P."], "website": "https://www.elliottmgmt.com", "canonical_domain": "elliottmgmt.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management", "financial-services"], "industry_labels": ["hedge fund", "financial services"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "SUHPWJ4TBNAH1YMQM073", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elliott_Management_Corporation_logo.svg", "description": "American hedge fund", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4021 +{"wikidata_id": "Q5431587", "display_name": "fakku.net", "legal_name": null, "aliases": ["Fakku"], "website": "https://www.fakku.net", "canonical_domain": "fakku.net", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["entertainment", "gaming"], "industry_labels": ["pornography industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fakku_logo.svg", "description": "American adult entertainment company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4022 +{"wikidata_id": "Q56069184", "display_name": "Vercel Inc.", "legal_name": null, "aliases": ["Zeit", "Vercel"], "website": "https://vercel.com", "canonical_domain": "vercel.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cloud-infrastructure", "technology"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "San Francisco based cloud computing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4023 +{"wikidata_id": "Q57155167", "display_name": "National Geographic Partners", "legal_name": null, "aliases": ["LLC"], "website": "https://www.nationalgeographicpartners.com", "canonical_domain": "nationalgeographicpartners.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["television programming and broadcasting"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company; joint venture of The Walt Disney Company and the National Geographic Society", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4024 +{"wikidata_id": "Q589590", "display_name": "AviaBellanca Aircraft", "legal_name": null, "aliases": ["AviaBellanca Aircraft Corporation", "Bellanca Aircraft Company"], "website": "https://www.aviabellancainc.com", "canonical_domain": "aviabellancainc.com", "country": "US", "hq_city": "Alexandria", "hq_region": "Douglas County", "lat": 45.88523, "lon": -95.37722, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bellanca_Aircraft_Corporation_Logo.png", "description": "aircraft manufacturer in the United States", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4025 +{"wikidata_id": "Q593931", "display_name": "Omni Air International", "legal_name": "Omni Air International", "aliases": ["OAE", "OY"], "website": "https://www.oai.aero", "canonical_domain": "oai.aero", "country": "US", "hq_city": "Tulsa International Airport", "hq_region": "Tulsa", "lat": 36.19833, "lon": -95.88806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Omni_Air_International_Logo.svg", "description": "airline in the United States", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4026 +{"wikidata_id": "Q60162", "display_name": "Canadian Bank Note Company", "legal_name": null, "aliases": ["CBNC", "Canadian Bank Note Company (Canada)"], "website": "https://www.cbnco.com", "canonical_domain": "cbnco.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["manufacturing"], "industry_labels": ["printing"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Bank_Note_Company_logo.svg", "description": "Canadian company that supplies bank notes", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4027 +{"wikidata_id": "Q60768699", "display_name": "Replit", "legal_name": null, "aliases": [], "website": "https://replit.com", "canonical_domain": "replit.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Replit_Logo.svg", "description": "Online IDE", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4028 +{"wikidata_id": "Q609502", "display_name": "Titleist", "legal_name": null, "aliases": [], "website": "https://www.titleist.com", "canonical_domain": "titleist.com", "country": "US", "hq_city": "Fairhaven", "hq_region": "Bristol County", "lat": 41.6375, "lon": -70.90417, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q344839", "name": "Acushnet Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Titleist_logo.svg", "description": "American golf equipment manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4029 +{"wikidata_id": "Q6275191", "display_name": "Jones Day", "legal_name": null, "aliases": [], "website": "https://www.jonesday.com", "canonical_domain": "jonesday.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300M6NXO9SWPYZZ40", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jones_Day_Logo.svg", "description": "US international law firm", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4030 +{"wikidata_id": "Q644841", "display_name": "Pentaho", "legal_name": null, "aliases": [], "website": "https://www.hitachivantara.com", "canonical_domain": "hitachivantara.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["software"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pentaho2.JPG", "description": "proprietary software", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2055873"}]}
4031 +{"wikidata_id": "Q645290", "display_name": "Líneas Aéreas del Estado (LADE)", "legal_name": null, "aliases": ["LADE Argentina"], "website": "https://lade.com.ar", "canonical_domain": "lade.com.ar", "country": "AR", "hq_city": "Comodoro Rivadavia", "hq_region": "Escalante Department", "lat": -45.86667, "lon": -67.5, "industries": ["airlines"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lade_argentina_logo.png", "description": "state-owned airline of Argentina", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4032 +{"wikidata_id": "Q669561", "display_name": "IEEE Computer Society", "legal_name": null, "aliases": ["Computer Society", "IEEE CS"], "website": "https://www.computer.org", "canonical_domain": "computer.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["technology", "media"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131566", "name": "Institute of Electrical and Electronics Engineers"}, "logo_url": null, "description": "organization", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4033 +{"wikidata_id": "Q673540", "display_name": "Arkham House", "legal_name": null, "aliases": [], "website": "https://arkhamhouse.com", "canonical_domain": "arkhamhouse.com", "country": "US", "hq_city": "Sauk City", "hq_region": "Sauk County", "lat": 43.27417, "lon": -89.72833, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house specializing in weird fiction", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4034 +{"wikidata_id": "Q7840491", "display_name": "Tribune Publishing", "legal_name": null, "aliases": ["Tribune Publishing Company", "Tronc", "Inc."], "website": "https://www.tribpub.com", "canonical_domain": "tribpub.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tribune_Publishing_logo.svg", "description": "American publishing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4035 +{"wikidata_id": "Q7865722", "display_name": "USAA", "legal_name": null, "aliases": ["United Services Automobile Association", "United Services Automobile Association (USAA) (San Antonio", "TX)", "United States Army Automobile Association"], "website": "https://www.usaa.com", "canonical_domain": "usaa.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["financial-services", "banking", "insurance"], "industry_labels": ["financial services", "economics of banking", "insurance industry", "financial sector"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American insurance and financial services company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4036 +{"wikidata_id": "Q7882992", "display_name": "Undead Labs", "legal_name": null, "aliases": ["Undead Labs LLC"], "website": "https://undeadlabs.com", "canonical_domain": "undeadlabs.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Undead_Labs_logo.png", "description": "American video game development company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4037 +{"wikidata_id": "Q795723", "display_name": "BC Ferries", "legal_name": "British Columbia Ferry Services Inc.", "aliases": [], "website": "https://www.bcferries.com", "canonical_domain": "bcferries.com", "country": "CA", "hq_city": "Victoria", "hq_region": "British Columbia", "lat": 48.42215, "lon": -123.3657, "industries": ["transportation"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in British Columbia, Canada", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4038 +{"wikidata_id": "Q8045013", "display_name": "Xseed Games", "legal_name": null, "aliases": ["DEADCRAFT", "Marvelous USA", "XSEED Games"], "website": "https://xseedgames.com", "canonical_domain": "xseedgames.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2546713", "name": "Marvelous"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvelous_Inc._logo.svg", "description": "American video game localization company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4039 +{"wikidata_id": "Q815713", "display_name": "Bell Media", "legal_name": "Bell Média inc.", "aliases": [], "website": "https://www.bellmedia.ca", "canonical_domain": "bellmedia.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["television", "radio broadcasting", "television broadcasting"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q815694", "name": "Bell Canada"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_Media_logo.svg", "description": "Canadian media company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4883204"}]}
4040 +{"wikidata_id": "Q869703", "display_name": "J. D. Power and Associates", "legal_name": null, "aliases": [], "website": "https://www.jdpower.com", "canonical_domain": "jdpower.com", "country": "US", "hq_city": "Westlake Village", "hq_region": "Los Angeles County", "lat": 34.14194, "lon": -118.81944, "industries": ["media"], "industry_labels": ["market research"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoJDPower.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4041 +{"wikidata_id": "Q910740", "display_name": "Vicks", "legal_name": null, "aliases": ["Vicks Medications", "Vicks Vapodrops"], "website": "https://vicks.com", "canonical_domain": "vicks.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American brand of over-the-counter medications", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4042 +{"wikidata_id": "Q941589", "display_name": "William B. Eerdmans Publishing Company", "legal_name": null, "aliases": ["Eerdmans", "W.B. Eerdmans", "W.B. Eerdmans Pub.", "William B. Eerdmans Pub. Company", "William B. Eerdmans Publishing Co.", "Wm. B. Eerdmans Publishing Company", "Eerdmans Publishing Co.", "Eerdmans Publishing Company"], "website": "https://www.eerdmans.com", "canonical_domain": "eerdmans.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["media"], "industry_labels": [], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YBXC78HFZ0MZ31", "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4043 +{"wikidata_id": "Q965905", "display_name": "Dynamite Entertainment", "legal_name": null, "aliases": [], "website": "https://www.dynamite.com", "canonical_domain": "dynamite.com", "country": "US", "hq_city": "Mount Laurel", "hq_region": "Burlington County", "lat": 39.93389, "lon": -74.89111, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American comic book company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4044 +{"wikidata_id": "Q15030582", "display_name": "CooperVision", "legal_name": null, "aliases": ["CooperVision (United States)"], "website": "https://coopervision.com", "canonical_domain": "coopervision.com", "country": "US", "hq_city": "Fairport", "hq_region": "Perinton", "lat": 43.09944, "lon": -77.44306, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "654V6JRCYOL4K7IWYQ91", "sec_cik": "1400068", "parent": {"wikidata_id": "Q1129792", "name": "The Cooper Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CooperVision_Logo_2013.jpg", "description": "company in Fairport, United States", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4045 +{"wikidata_id": "Q1576191", "display_name": "PGi", "legal_name": null, "aliases": ["Premiere Global Services", "Premiere Global Services (United States)"], "website": "https://www.pgi.com", "canonical_domain": "pgi.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["real-estate"], "industry_labels": ["SIC 6500 Real Estate"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300HMX3Y03DSB2N36", "sec_cik": "81157", "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "81157", "enriched_at": "2026-09-13T07:20:01+00:00"}}
4046 +{"wikidata_id": "Q18208141", "display_name": "VMware Carbon Black", "legal_name": "Carbon Black, Inc.", "aliases": ["Carbon Black", "Bit9", "Bit9 + Carbon Black"], "website": "https://www.carbonblack.com", "canonical_domain": "carbonblack.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["cybersecurity"], "industry_labels": ["computer security", "endpoint security", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1366527", "parent": {"wikidata_id": "Q11407", "name": "VMware"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VMware_Carbon_Black_logo.svg", "description": "U.S.-based cybersecurity company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1366527", "enriched_at": "2026-09-13T07:20:01+00:00"}}
4047 +{"wikidata_id": "Q19893981", "display_name": "Milacron", "legal_name": null, "aliases": [], "website": "https://www.milacron.com", "canonical_domain": "milacron.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["chemicals"], "industry_labels": ["plastics industry", "SIC 3559 Special Industry Machinery, NEC"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "716823", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Milacron.svg", "description": "American plastics company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "716823", "enriched_at": "2026-09-13T07:20:02+00:00"}}
4048 +{"wikidata_id": "Q2910597", "display_name": "Boralex", "legal_name": null, "aliases": [], "website": "https://www.boralex.com", "canonical_domain": "boralex.com", "country": "CA", "hq_city": "Kingsey Falls", "hq_region": "Arthabaska", "lat": 45.85, "lon": -72.06667, "industries": ["renewables"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "5493004UT7HNQU2SVR90", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian company that develops, builds, and operates renewable energy power facilities", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4049 +{"wikidata_id": "Q3100744", "display_name": "Genivar", "legal_name": null, "aliases": [], "website": "https://www.genivar.com", "canonical_domain": "genivar.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["consulting"], "industry_labels": ["consultant"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian engineering consulting firm", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4050 +{"wikidata_id": "Q3492450", "display_name": "BAT Brasil", "legal_name": null, "aliases": ["Souza Cruz"], "website": "https://www.souzacruz.com.br", "canonical_domain": "souzacruz.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q856411", "name": "British American Tobacco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_BAT_Brasil.svg", "description": "Tobacco company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4051 +{"wikidata_id": "Q3537414", "display_name": "TC Transcontinental", "legal_name": null, "aliases": [], "website": "https://tctranscontinental.com", "canonical_domain": "tctranscontinental.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transcontinental.svg", "description": "Publishing, media and marketing company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4052 +{"wikidata_id": "Q4121265", "display_name": "Zona Franca of Iquique", "legal_name": null, "aliases": [], "website": "https://www.zofri.cl", "canonical_domain": "zofri.cl", "country": "CL", "hq_city": null, "hq_region": null, "lat": -20.2071, "lon": -70.1336, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4053 +{"wikidata_id": "Q438862", "display_name": "Alterra Power", "legal_name": null, "aliases": ["Alterra Power Corp"], "website": "https://www.alterrapower.ca", "canonical_domain": "alterrapower.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["energy"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Renewable power generation company based in Vancouver, British Columbia, Canada", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4054 +{"wikidata_id": "Q4672920", "display_name": "Accuride Corporation", "legal_name": null, "aliases": [], "website": "https://www.accuridecorp.com", "canonical_domain": "accuridecorp.com", "country": "US", "hq_city": "Evansville", "hq_region": "Vanderburgh County", "lat": 37.97472, "lon": -87.55583, "industries": ["manufacturing"], "industry_labels": ["SIC 3714 Motor Vehicle Parts & Accessories"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300MC6XO5P96H8E79", "sec_cik": "817979", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Accuride.png", "description": "American vehicle component manufacturer", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "817979", "enriched_at": "2026-09-13T07:20:05+00:00"}}
4055 +{"wikidata_id": "Q4828498", "display_name": "Avia", "legal_name": null, "aliases": [], "website": "https://www.avia.com", "canonical_domain": "avia.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avia_logo_%281983%29.svg", "description": "American shoe company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4056 +{"wikidata_id": "Q4856910", "display_name": "Banner Bank", "legal_name": null, "aliases": [], "website": "https://www.bannerbank.com", "canonical_domain": "bannerbank.com", "country": "US", "hq_city": "Walla Walla", "hq_region": "Walla Walla County", "lat": 46.065, "lon": -118.33028, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1890, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "WE0I402RW25AU38DTI13", "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank headquartered in Walla Walla, Washington", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4057 +{"wikidata_id": "Q4986318", "display_name": "Buhler Industries", "legal_name": null, "aliases": [], "website": "https://www.buhlerindustries.com", "canonical_domain": "buhlerindustries.com", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["industrial-machinery"], "industry_labels": ["agricultural machinery industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buhler_Industries_logo.svg", "description": "farm equipment manufacturer based in Winnipeg, Manitoba, Canada", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4058 +{"wikidata_id": "Q5012867", "display_name": "CMC Electronics Inc.", "legal_name": null, "aliases": [], "website": "https://cmcelectronics.ca", "canonical_domain": "cmcelectronics.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["technology"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300UICVGLP6Y8JS60", "sec_cik": "1313103", "parent": {"wikidata_id": "Q18148411", "name": "Esterline"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CMC_Logo_2020.jpg", "description": "Canadian electronics company; part of Esterline Corporation's Avionics & Controls business segment", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4059 +{"wikidata_id": "Q5275978", "display_name": "Digital River", "legal_name": null, "aliases": [], "website": "https://www.digitalriver.com", "canonical_domain": "digitalriver.com", "country": "US", "hq_city": "Eden Prairie", "hq_region": "Hennepin County", "lat": 44.85472, "lon": -93.47083, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "DOJZBJ3IZ00PA0T1Y118", "sec_cik": "930049", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digital_River_logo.svg", "description": "American e-commerce company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4060 +{"wikidata_id": "Q5281860", "display_name": "Discovery Air", "legal_name": null, "aliases": [], "website": "https://www.discoveryair.com", "canonical_domain": "discoveryair.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4061 +{"wikidata_id": "Q5532813", "display_name": "Genesis HealthCare", "legal_name": null, "aliases": [], "website": "https://www.genesishcc.com", "canonical_domain": "genesishcc.com", "country": "US", "hq_city": "United States", "hq_region": "PA", "lat": 39.82818, "lon": -98.5795, "industries": ["healthcare"], "industry_labels": ["health care", "SIC 8051 Services-Skilled Nursing Care Facilities"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1351051", "parent": null, "logo_url": null, "description": "provider of short-term post-acute, skilled nursing and long-term care services", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1351051", "enriched_at": "2026-09-13T07:20:07+00:00"}}
4062 +{"wikidata_id": "Q6094153", "display_name": "Itautec", "legal_name": null, "aliases": [], "website": "https://www.itautec.com.br", "canonical_domain": "itautec.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Itautec.svg", "description": "Brazilian electronics company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4063 +{"wikidata_id": "Q6204078", "display_name": "Jos. A. Bank Clothiers", "legal_name": null, "aliases": ["Jos. A. Bank", "Inc.", "Joseph A. Bank Clothiers", "Inc"], "website": "https://www.josbank.com", "canonical_domain": "josbank.com", "country": "US", "hq_city": "Hampstead", "hq_region": "Carroll County", "lat": 39.6103, "lon": -76.8514, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3305660", "name": "Tailored Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jos_A_Bank.svg", "description": "US men's clothing retailer", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4064 +{"wikidata_id": "Q6506731", "display_name": "Le Château", "legal_name": null, "aliases": ["Le Chateau"], "website": "https://www.lechateau.com", "canonical_domain": "lechateau.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Le_Chateau_Logo.png", "description": "Canadian fashion company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4065 +{"wikidata_id": "Q6954692", "display_name": "NL Industries", "legal_name": null, "aliases": ["National Lead Company"], "website": "https://www.nl-ind.com", "canonical_domain": "nl-ind.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["mining"], "industry_labels": ["SIC 2810 Industrial Inorganic Chemicals"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "NL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "72162", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NL_Industries_text_logo.jpg", "description": "American lead smelting company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "72162", "enriched_at": "2026-09-13T07:20:07+00:00"}}
4066 +{"wikidata_id": "Q7059529", "display_name": "Northland Power", "legal_name": null, "aliases": [], "website": "https://www.northlandpower.ca", "canonical_domain": "northlandpower.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian energy company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4067 +{"wikidata_id": "Q7113744", "display_name": "Overland Storage", "legal_name": null, "aliases": [], "website": "https://www.overlandstorage.com", "canonical_domain": "overlandstorage.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["entertainment"], "industry_labels": ["recording medium", "SIC 3572 Computer Storage Devices"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300KB4RS71E5OD337", "sec_cik": "889930", "parent": null, "logo_url": null, "description": "robotic tape library manufacturer, formerly known as Overland Data", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "889930", "enriched_at": "2026-09-13T07:20:09+00:00"}}
4068 +{"wikidata_id": "Q7417027", "display_name": "Sandvine", "legal_name": null, "aliases": [], "website": "https://www.sandvine.com", "canonical_domain": "sandvine.com", "country": "CA", "hq_city": "Waterloo", "hq_region": "Regional Municipality of Waterloo", "lat": 43.46667, "lon": -80.51667, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sandvine_logo_wikipedia.png", "description": "Canadian network intelligence company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4069 +{"wikidata_id": "Q7671766", "display_name": "TSYS", "legal_name": null, "aliases": [], "website": "https://www.tsys.com", "canonical_domain": "tsys.com", "country": "US", "hq_city": "Columbus", "hq_region": "Muscogee County", "lat": 32.49222, "lon": -84.94028, "industries": ["technology"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300K2XYGKNY5L1X73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TSYS_logo.svg", "description": "American technology company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4070 +{"wikidata_id": "Q7754361", "display_name": "The North West Company", "legal_name": null, "aliases": ["North West Company"], "website": "https://www.northwest.ca", "canonical_domain": "northwest.ca", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canada based multinational grocery and retail company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4071 +{"wikidata_id": "Q7808537", "display_name": "Tintri", "legal_name": null, "aliases": [], "website": "https://www.tintri.com", "canonical_domain": "tintri.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["entertainment"], "industry_labels": ["recording medium", "SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300RKO0ZUBDUQCJ74", "sec_cik": "1554875", "parent": {"wikidata_id": "Q17513143", "name": "DataDirect Networks"}, "logo_url": null, "description": "American computer storage company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1554875", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4072 +{"wikidata_id": "Q7842085", "display_name": "Trilogy International Partners", "legal_name": null, "aliases": [], "website": "https://www.trilogy-international.com", "canonical_domain": "trilogy-international.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American wireless telecommunications company in Washington", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4073 +{"wikidata_id": "Q7851506", "display_name": "Tufin", "legal_name": null, "aliases": [], "website": "https://www.tufin.com", "canonical_domain": "tufin.com", "country": "US", "hq_city": "Morristown", "hq_region": "Morris County", "lat": 40.7966, "lon": -74.4773, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli technology company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4074 +{"wikidata_id": "Q8058700", "display_name": "Younkers", "legal_name": null, "aliases": [], "website": "https://www.younkers.com", "canonical_domain": "younkers.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1856, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Younkers_Logo.png", "description": "American department store chain", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4075 +{"wikidata_id": "Q907227", "display_name": "Nordion", "legal_name": null, "aliases": ["MDS", "Nordion Inc.", "a Sotera Health company"], "website": "https://www.mdsinc.com", "canonical_domain": "mdsinc.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MDS-Logo.svg", "description": "health science company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4076 +{"wikidata_id": "Q65046575", "display_name": "AdHoc Studio", "legal_name": null, "aliases": [], "website": "https://www.adhocstudio.com", "canonical_domain": "adhocstudio.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2018, "employees": 30, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 7, "importance": 0.2683, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4077 +{"wikidata_id": "Q18205935", "display_name": "ChannelAdvisor", "legal_name": null, "aliases": [], "website": "https://www.channeladvisor.com", "canonical_domain": "channeladvisor.com", "country": "US", "hq_city": "Morrisville", "hq_region": "Durham County", "lat": 35.8275, "lon": -78.82889, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2001, "employees": 683, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 1, "importance": 0.2674, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4078 +{"wikidata_id": "Q6140523", "display_name": "Movistar Argentina", "legal_name": null, "aliases": [], "website": "https://www.movistar.com.ar", "canonical_domain": "movistar.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1993, "employees": 4470, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160229", "name": "Telefónica"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Movistar_isotype_2025.png", "description": "Argentinian telecommunications company", "sitelinks": 3, "importance": 0.2674, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4079 +{"wikidata_id": "Q27346316", "display_name": "Fortress Biotech", "legal_name": null, "aliases": ["Fortress Biotech Inc."], "website": "https://www.fortressbiotech.com", "canonical_domain": "fortressbiotech.com", "country": "US", "hq_city": "United States", "hq_region": "FL", "lat": 39.82818, "lon": -98.5795, "industries": ["healthcare"], "industry_labels": ["health care", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 2006, "employees": 34, "public_company": true, "ticker": "FBIO", "exchange": "Nasdaq", "lei": "529900DZUWSYUURECK24", "sec_cik": "1429260", "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.267, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1429260", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4080 +{"wikidata_id": "Q24959818", "display_name": "Jotform", "legal_name": null, "aliases": [], "website": "https://www.jotform.com", "canonical_domain": "jotform.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology", "software", "internet"], "industry_labels": ["technology", "application software", "web service"], "founded_year": 2006, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jotform_logo_2021.svg", "description": "American software company", "sitelinks": 4, "importance": 0.266, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4081 +{"wikidata_id": "Q6779125", "display_name": "Mary Brown's", "legal_name": null, "aliases": [], "website": "https://marybrowns.com", "canonical_domain": "marybrowns.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": ["hospitality"], "industry_labels": ["restaurant industry"], "founded_year": 1969, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marybrowns-2021-logo.svg", "description": "restaurant chain in Canada", "sitelinks": 4, "importance": 0.266, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4082 +{"wikidata_id": "Q20740285", "display_name": "Vic Firth Company", "legal_name": null, "aliases": [], "website": "https://www.vicfirth.com", "canonical_domain": "vicfirth.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1963, "employees": 25, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vic_Firth_logo.svg", "description": "American manufacturer of percussion sticks and mallets", "sitelinks": 7, "importance": 0.2658, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4083 +{"wikidata_id": "Q6880214", "display_name": "Mister Pizza", "legal_name": null, "aliases": [], "website": "https://mrpizza.com.br", "canonical_domain": "mrpizza.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1981, "employees": 750, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Pizza restaurant chain in Brazil.", "sitelinks": 4, "importance": 0.2651, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4084 +{"wikidata_id": "Q4047368", "display_name": "Printronix", "legal_name": null, "aliases": [], "website": "https://www.printronix.com", "canonical_domain": "printronix.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1974, "employees": 715, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Printronix.PNG", "description": null, "sitelinks": 4, "importance": 0.2644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4085 +{"wikidata_id": "Q30284052", "display_name": "Athersys", "legal_name": null, "aliases": ["Inc."], "website": "https://www.athersys.com", "canonical_domain": "athersys.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1995, "employees": 83, "public_company": true, "ticker": "ATHX", "exchange": "Nasdaq", "lei": "529900SJN2POLMMUAI78", "sec_cik": "1317875", "parent": null, "logo_url": null, "description": "biotechnology company in Cleveland, United States", "sitelinks": 0, "importance": 0.2641, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4086 +{"wikidata_id": "Q3242317", "display_name": "Liquigás", "legal_name": null, "aliases": [], "website": "https://www.liquigas.com.br", "canonical_domain": "liquigas.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["oil-gas"], "industry_labels": ["manufacture of refined petroleum products"], "founded_year": 1953, "employees": 3250, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q134112799", "name": null}, "logo_url": null, "description": "business", "sitelinks": 3, "importance": 0.2628, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4087 +{"wikidata_id": "Q1686729", "display_name": "Jellyvision", "legal_name": null, "aliases": ["Jellyvision Games", "Inc.", "The Jellyvision Lab", "Inc."], "website": "https://www.jellyvision.com", "canonical_domain": "jellyvision.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": 50, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "software company", "sitelinks": 6, "importance": 0.2615, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4088 +{"wikidata_id": "Q1023161", "display_name": "CD Baby, Inc.", "legal_name": "CD Baby, Inc.", "aliases": ["Audio & Video Labs", "Inc.", "CD Baby", "Inc."], "website": "https://cdbaby.com", "canonical_domain": "cdbaby.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["retail"], "industry_labels": ["digital distribution"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CD_Baby_Logo_Black.png", "description": "digital music distributor", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4089 +{"wikidata_id": "Q1054317", "display_name": "Cuban National Center for Sex Education", "legal_name": null, "aliases": ["CENESEX"], "website": "https://www.cenesexualidad.sld.cu", "canonical_domain": "sld.cu", "country": "CU", "hq_city": "Plaza de la Revolución", "hq_region": "Havana", "lat": 23.12444, "lon": -82.38611, "industries": ["education"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6017421", "name": "Ministry of Public Health"}, "logo_url": null, "description": "Cuban public institution", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1399983"}]}
4090 +{"wikidata_id": "Q113270365", "display_name": "Inflection AI", "legal_name": null, "aliases": [], "website": "https://inflection.ai", "canonical_domain": "inflection.ai", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2022, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Artificial intelligence company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4091 +{"wikidata_id": "Q1135120", "display_name": "Terra", "legal_name": null, "aliases": ["Telefónica Comunicaciones Interactivas", "S.A.", "Telefónica Interactiva", "S.A.", "Terra Networks", "S.A."], "website": "https://www.terra.com.br", "canonical_domain": "terra.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20059505", "name": "Telefônica Brasil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Terra_Logo.svg", "description": "web portal and internet company, subsidiary of Telefônica Brasil", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4092 +{"wikidata_id": "Q1140033", "display_name": "CrimethInc.", "legal_name": null, "aliases": ["CrimethInc. Ex-Workers' Collective"], "website": "https://crimethinc.com", "canonical_domain": "crimethinc.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crimethinc._boat_logo.svg", "description": "anarchist collective", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4093 +{"wikidata_id": "Q1148414", "display_name": "Molson", "legal_name": null, "aliases": [], "website": "https://www.molson.com", "canonical_domain": "molson.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1786, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3319685", "name": "Molson Coors Brewing Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molson_Coors_Beverage_Company_logo.svg", "description": "Canadian alcohol brewery", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4094 +{"wikidata_id": "Q1152240", "display_name": "DDB Worldwide", "legal_name": null, "aliases": ["DDB", "DDB Worldwide Communications Group Inc."], "website": "https://www.ddb.com", "canonical_domain": "ddb.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1519267", "name": "Omnicom Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DDB_logo.svg", "description": "global advertising and marketing communications network, headquartered in New York City", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4095 +{"wikidata_id": "Q116030556", "display_name": "Rare Beauty", "legal_name": null, "aliases": [], "website": "https://www.rarebeauty.com", "canonical_domain": "rarebeauty.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rare_beauty.webp", "description": "American cosmetics company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4096 +{"wikidata_id": "Q1182415", "display_name": "Deep South Wrestling", "legal_name": null, "aliases": [], "website": "https://www.dswrestling.com", "canonical_domain": "dswrestling.com", "country": "US", "hq_city": "Griffin", "hq_region": "Spalding County", "lat": 33.2475, "lon": -84.2708, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4097 +{"wikidata_id": "Q1186369", "display_name": "Varèse Sarabande", "legal_name": null, "aliases": ["Varese Sarabande"], "website": "https://www.varesesarabande.com", "canonical_domain": "varesesarabande.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1124061", "name": "Concord Records"}, "logo_url": null, "description": "American record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4098 +{"wikidata_id": "Q11887890", "display_name": "Phoenix Pictures", "legal_name": null, "aliases": [], "website": "https://www.phoenixpictures.com", "canonical_domain": "phoenixpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company founded in November 1995", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4099 +{"wikidata_id": "Q1224661", "display_name": "Avid Audio", "legal_name": null, "aliases": ["Digidesign"], "website": "https://www.digidesign.com", "canonical_domain": "digidesign.com", "country": "US", "hq_city": "Daly City", "hq_region": "San Mateo County", "lat": 37.68639, "lon": -122.46833, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q385452", "name": "Avid Technology"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4100 +{"wikidata_id": "Q1273666", "display_name": "MNRK Music Group", "legal_name": null, "aliases": ["E1 Music", "Entertainment One Music", "eOne Music US", "MNRK Records"], "website": "https://www.mnrk.com", "canonical_domain": "mnrk.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MNRK_Music_Group.svg", "description": "American independent record label company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4101 +{"wikidata_id": "Q132532850", "display_name": "Thinking Machines Lab", "legal_name": null, "aliases": ["Thinking Machines Lab Inc."], "website": "https://thinkingmachines.ai", "canonical_domain": "thinkingmachines.ai", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["industrial-machinery", "artificial-intelligence"], "industry_labels": [], "founded_year": 2025, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American artificial intelligence company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4102 +{"wikidata_id": "Q1339456", "display_name": "Embrapa", "legal_name": null, "aliases": ["Brazilian Agricultural Research Corporation", "Empresa Brasileira de Pesquisa Agropecuaria", "Empresa Brasileira de Pesquisa Agropecuária"], "website": "https://www.embrapa.br", "canonical_domain": "embrapa.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294676", "name": "Ministry of Agriculture of Brazil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Embrapa.svg", "description": "government-owned corporation", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4103 +{"wikidata_id": "Q1346687", "display_name": "Hurricane Electric", "legal_name": null, "aliases": ["HE", "AS6939", "henet", "Hurricane Electric Internet Services"], "website": "https://he.net", "canonical_domain": "he.net", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hurricane_Electric_logo.png", "description": "global telecommunications provider", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4104 +{"wikidata_id": "Q1397901", "display_name": "Cleopatra Records", "legal_name": "Cleopatra", "aliases": [], "website": "https://www.cleorecs.com", "canonical_domain": "cleorecs.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4105 +{"wikidata_id": "Q1398363", "display_name": "Kel-Tec", "legal_name": null, "aliases": ["Kel-Tec CNC", "Keltec", "KelTec"], "website": "https://www.kel-tec-cnc.com", "canonical_domain": "kel-tec-cnc.com", "country": "US", "hq_city": "Cocoa", "hq_region": "Brevard County", "lat": 28.36944, "lon": -80.74389, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Kel-Tec.svg", "description": "American firearms manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4106 +{"wikidata_id": "Q1439864", "display_name": "Founders Fund", "legal_name": null, "aliases": [], "website": "https://www.foundersfund.com", "canonical_domain": "foundersfund.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Founders_Fund_logo_%282015%29.svg", "description": "American venture capital firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4107 +{"wikidata_id": "Q1571382", "display_name": "Magnatune", "legal_name": null, "aliases": ["Redmood", "Inc. DBA Magnatune"], "website": "https://magnatune.com", "canonical_domain": "magnatune.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magnatune.svg", "description": "US record label; independent netlabel", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4108 +{"wikidata_id": "Q1580938", "display_name": "MapQuest Inc.", "legal_name": "MapQuest Inc.", "aliases": [], "website": "https://www.mapquest.com", "canonical_domain": "mapquest.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mapquest_logo.svg", "description": "company owned by System1", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4109 +{"wikidata_id": "Q1586156", "display_name": "Rand McNally", "legal_name": null, "aliases": ["Rand McNally & Co.", "Rand McNally & Co. (Chicago)", "Rand McNally & Company", "Rand McNally and Company", "Rand", "McNally & Co.", "Rand", "McNally and Company"], "website": "https://www.randmcnally.com", "canonical_domain": "randmcnally.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["technology", "software", "media"], "industry_labels": ["information technology", "software industry", "publishing"], "founded_year": 1856, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WHEELER1893_pg012_RAND_McNELLY_LOGO.jpg", "description": "American publishing company (Chicago)", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4110 +{"wikidata_id": "Q1650528", "display_name": "Moog Music", "legal_name": null, "aliases": ["Moog Music Inc."], "website": "https://www.moogmusic.com", "canonical_domain": "moogmusic.com", "country": "US", "hq_city": "Asheville", "hq_region": "Buncombe County", "lat": 35.59556, "lon": -82.55194, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moog_Music_Logo.svg", "description": "American company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4111 +{"wikidata_id": "Q1665167", "display_name": "Institute of Mathematical Statistics", "legal_name": null, "aliases": ["IMS"], "website": "https://www.imstat.org", "canonical_domain": "imstat.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international learned society for mathematical statistics", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4112 +{"wikidata_id": "Q1666962", "display_name": "International Swaps and Derivatives Association", "legal_name": null, "aliases": ["ISDA"], "website": "https://www.isda.org", "canonical_domain": "isda.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ISDA_Mark_%26_Tag_Final.jpg", "description": "trade organization of participants in the market for over-the-counter derivatives", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4113 +{"wikidata_id": "Q1689380", "display_name": "Jimmy John's", "legal_name": "Jimmy John's Franchise, LLC", "aliases": ["Jimmy John's Franchise", "Jimmy John's Franchise", "LLC", "Jimmy John's Gourmet Sandwiches", "Jimmy John's Sandwiches", "Jimmy Johns"], "website": "https://www.jimmyjohns.com", "canonical_domain": "jimmyjohns.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jimmy_Johns_logo.svg", "description": "franchised sandwich restaurant chain, specializing in delivery", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4114 +{"wikidata_id": "Q17300077", "display_name": "Temple Hill Entertainment", "legal_name": null, "aliases": ["Temple Hill Productions"], "website": "https://www.templehillent.com", "canonical_domain": "templehillent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American based film and television production company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4115 +{"wikidata_id": "Q1759608", "display_name": "Secretly Canadian", "legal_name": null, "aliases": [], "website": "https://www.secretlycanadian.com", "canonical_domain": "secretlycanadian.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Monroe County", "lat": 39.16667, "lon": -86.53472, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American indie rock record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4116 +{"wikidata_id": "Q1760318", "display_name": "Puma", "legal_name": null, "aliases": ["Puma Automóveis Ltda."], "website": "https://pumaautomoveis.com.br", "canonical_domain": "pumaautomoveis.com.br", "country": "BR", "hq_city": "Botucatu", "hq_region": "São Paulo", "lat": -22.88583, "lon": -48.445, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "automobile manufacturer in Brazil", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4117 +{"wikidata_id": "Q1763567", "display_name": "Golden Boy Promotions", "legal_name": null, "aliases": [], "website": "https://www.goldenboypromotions.com", "canonical_domain": "goldenboypromotions.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["sports marketing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American boxing promoter", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4118 +{"wikidata_id": "Q1816282", "display_name": "On2 Technologies", "legal_name": null, "aliases": ["The Duck Corporation"], "website": "https://www.on2.com", "canonical_domain": "on2.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/On2_Technologies_Logo.svg", "description": "American video technology company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4119 +{"wikidata_id": "Q18356743", "display_name": "Sekai Project", "legal_name": null, "aliases": ["Inc."], "website": "https://sekaiproject.com", "canonical_domain": "sekaiproject.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sekai_Project_Logo.png", "description": "American video game publisher, known for licensing and translating Japanese visual novels into English", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4120 +{"wikidata_id": "Q1852854", "display_name": "Remote Control Productions", "legal_name": null, "aliases": [], "website": "https://www.remotecontrolproductions.com", "canonical_domain": "remotecontrolproductions.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film score company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4121 +{"wikidata_id": "Q1914259", "display_name": "Maximum Rocknroll", "legal_name": null, "aliases": ["MRR", "Maximum Rock 'n' Roll", "Maximum Rock & Roll", "Maximum Rock and Roll", "MaximumRocknroll", "maxrnr"], "website": "https://mma.napubcoonline.com", "canonical_domain": "napubcoonline.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MRR-nameplate-issue-01.tif", "description": "American punk fanzine; record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4122 +{"wikidata_id": "Q1946521", "display_name": "Monument Records", "legal_name": null, "aliases": [], "website": "https://www.monument-records.com", "canonical_domain": "monument-records.com", "country": "US", "hq_city": "Hendersonville", "hq_region": "Sumner County", "lat": 36.30472, "lon": -86.62, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "US record label; based in Washington, D.C.", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4123 +{"wikidata_id": "Q19647854", "display_name": "Concentrix", "legal_name": null, "aliases": [], "website": "https://www.concentrix.com", "canonical_domain": "concentrix.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["professional-services"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "CNXC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1803599", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Concentrix_logo.svg", "description": "multinational business services company headquartered in Fremont, California", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1803599", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4124 +{"wikidata_id": "Q2001931", "display_name": "Prosthetic Records", "legal_name": null, "aliases": [], "website": "https://www.prostheticrecords.com", "canonical_domain": "prostheticrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["medical-devices", "entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4125 +{"wikidata_id": "Q202556", "display_name": "World Wrestling Council", "legal_name": null, "aliases": ["WWC"], "website": "https://www.wwcppv.com", "canonical_domain": "wwcppv.com", "country": "US", "hq_city": "Puerto Rico", "hq_region": "United States", "lat": 18.25, "lon": -66.5, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Puerto Rican professional wrestling promotion", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4126 +{"wikidata_id": "Q20992639", "display_name": "Oscar Mayer", "legal_name": null, "aliases": ["The Oscar Mayer Company"], "website": "https://www.oscarmayer.com", "canonical_domain": "oscarmayer.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oscar_Mayer_logo_2021.svg", "description": "American meat production company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4127 +{"wikidata_id": "Q2107938", "display_name": "WB Games Boston", "legal_name": null, "aliases": ["Turbine", "CyberSpace", "Inc.", "Turbine Entertainment Software", "Turbine", "Inc."], "website": "https://www.turbine.com", "canonical_domain": "turbine.com", "country": "US", "hq_city": "Westwood", "hq_region": "Norfolk County", "lat": 42.21399, "lon": -71.2245, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2319420", "name": "Warner Bros. Games"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WB_Games_Boston.svg", "description": "American video game company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4128 +{"wikidata_id": "Q2116093", "display_name": "Psychopathic Records", "legal_name": null, "aliases": ["The Hatchet"], "website": "https://www.psychopathicrecords.com", "canonical_domain": "psychopathicrecords.com", "country": "US", "hq_city": "Farmington Hills", "hq_region": "Oakland County", "lat": 42.48528, "lon": -83.37694, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4129 +{"wikidata_id": "Q2253320", "display_name": "Grado Labs", "legal_name": null, "aliases": [], "website": "https://www.gradolabs.com", "canonical_domain": "gradolabs.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["technology"], "industry_labels": ["audio electronics"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Headphone and audio equipment manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4130 +{"wikidata_id": "Q2286599", "display_name": "Silversea Cruises", "legal_name": null, "aliases": ["Silversea"], "website": "https://www.silversea.com", "canonical_domain": "silversea.com", "country": "BS", "hq_city": "Monaco", "hq_region": null, "lat": 43.73111, "lon": 7.42, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000SU80NQC387X39", "sec_cik": null, "parent": {"wikidata_id": "Q427881", "name": "Royal Caribbean Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silversea.png", "description": "luxury cruise line", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4131 +{"wikidata_id": "Q2378642", "display_name": "Thomas Built Buses", "legal_name": null, "aliases": ["Thomas", "Inc.", "Thomas buses"], "website": "https://thomasbuiltbuses.com", "canonical_domain": "thomasbuiltbuses.com", "country": "US", "hq_city": "High Point", "hq_region": "Guilford County", "lat": 35.97056, "lon": -79.9975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ILPT5VKPYNDP04", "sec_cik": null, "parent": {"wikidata_id": "Q16834431", "name": "Daimler Truck North America"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thomas_Built_Buses_Logo_2021.svg", "description": "American bus manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4132 +{"wikidata_id": "Q2382535", "display_name": "TinEye", "legal_name": null, "aliases": ["tineye", "Tineye"], "website": "https://tineye.com", "canonical_domain": "tineye.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.65475, "lon": -79.37011, "industries": ["internet"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "reverse image search engine", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4133 +{"wikidata_id": "Q2386434", "display_name": "Taylor Guitars", "legal_name": null, "aliases": [], "website": "https://www.taylorguitars.com", "canonical_domain": "taylorguitars.com", "country": "US", "hq_city": "El Cajon", "hq_region": "San Diego County", "lat": 32.79833, "lon": -116.96, "industries": ["consumer-goods"], "industry_labels": ["Musical Instrument Manufacturing"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taylor_Guitars_circular_logo.svg", "description": "American guitar manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4134 +{"wikidata_id": "Q2394278", "display_name": "City Lights Bookstore", "legal_name": null, "aliases": ["City Lights Books", "City Lights Booksellers & Publishers", "City Lights Publishers"], "website": "https://www.citylights.com", "canonical_domain": "citylights.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.79763, "lon": -122.40658, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bookstore and publisher in San Francisco", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4135 +{"wikidata_id": "Q2573511", "display_name": "Kaltura", "legal_name": null, "aliases": [], "website": "https://www.kaltura.com", "canonical_domain": "kaltura.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "KLTR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1432133", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaltura_logo-black-static.png", "description": "software company from United States", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1432133", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4136 +{"wikidata_id": "Q2622651", "display_name": "Volkswagen Trucks and Buses", "legal_name": null, "aliases": ["Volkswagen Caminhões e Ônibus"], "website": "https://www.vwco.com.br", "canonical_domain": "vwco.com.br", "country": "BR", "hq_city": "Resende", "hq_region": "Rio de Janeiro", "lat": -22.46889, "lon": -44.44694, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28228137", "name": "Traton"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_da_Volkswagen_Caminh%C3%B5es_e_%C3%94nibus.svg", "description": "Brazilian commercial vehicle manufacturing company, a subsidiary of MAN SE", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4137 +{"wikidata_id": "Q2630755", "display_name": "Prevost Car", "legal_name": null, "aliases": ["Prevost", "pray-voh", "PREVOST", "Prevost (bus manufacturer)", "Prevost Coaches"], "website": "https://www.prevostcar.com", "canonical_domain": "prevostcar.com", "country": "CA", "hq_city": "Sainte-Claire", "hq_region": "Bellechasse", "lat": 46.6, "lon": -70.86667, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q163810", "name": "AB Volvo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Prevost_Logo.svg", "description": "bus manufacturer and division of Volvo Buses", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4138 +{"wikidata_id": "Q266087", "display_name": "Infor Global Solutions", "legal_name": null, "aliases": ["Infor", "Infor (United States)"], "website": "https://www.infor.com", "canonical_domain": "infor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1496384", "name": "Koch, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infor-logo_2013-300x280.jpg", "description": "American enterprise software company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5383122"}]}
4139 +{"wikidata_id": "Q266645", "display_name": "SideOneDummy Records", "legal_name": null, "aliases": [], "website": "https://www.sideonedummy.com", "canonical_domain": "sideonedummy.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4140 +{"wikidata_id": "Q2701255", "display_name": "Rough Draft Studios", "legal_name": null, "aliases": ["Rough Draft Korea", "Inc"], "website": "https://www.roughdraftstudios.com", "canonical_domain": "roughdraftstudios.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": ["traditional animation"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rough_Draft_Studios_logo.png", "description": "Korean animation production studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4141 +{"wikidata_id": "Q2708269", "display_name": "WEB Entertainment", "legal_name": null, "aliases": [], "website": "https://www.webentertainmentrecords.com", "canonical_domain": "webentertainmentrecords.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4142 +{"wikidata_id": "Q2749082", "display_name": "Lord & Taylor", "legal_name": null, "aliases": ["Lord and Taylor"], "website": "https://www.lordandtaylor.com", "canonical_domain": "lordandtaylor.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1826, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lord_%26_Taylor_2022_logo.svg", "description": "American luxury department store", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4143 +{"wikidata_id": "Q277795", "display_name": "A-F Records", "legal_name": null, "aliases": ["AF Records"], "website": "https://www.a-frecords.com", "canonical_domain": "a-frecords.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4144 +{"wikidata_id": "Q282903", "display_name": "Seabourn Cruise Line", "legal_name": null, "aliases": ["Seabourn Cruise", "Seabourn Cruise Line Limited", "Yachts of Seabourn"], "website": "https://www.seabourn.com", "canonical_domain": "seabourn.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1044059", "name": "Carnival Corporation"}, "logo_url": null, "description": "luxury cruise line", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4145 +{"wikidata_id": "Q2837473", "display_name": "Magnicharters", "legal_name": null, "aliases": [], "website": "https://www.magnicharters.com.mx", "canonical_domain": "magnicharters.com.mx", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4146 +{"wikidata_id": "Q2870768", "display_name": "Audiomachine", "legal_name": null, "aliases": [], "website": "https://audiomachine.com", "canonical_domain": "audiomachine.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American trailer music company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4147 +{"wikidata_id": "Q294317", "display_name": "AK Press", "legal_name": null, "aliases": [], "website": "https://akuk.com", "canonical_domain": "akuk.com", "country": "US", "hq_city": "Chico", "hq_region": "Butte County", "lat": 39.74, "lon": -121.83556, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AK_Press.jpg", "description": "independent publisher based in the US and UK", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4148 +{"wikidata_id": "Q3011992", "display_name": "Dahon", "legal_name": null, "aliases": [], "website": "https://www.germany.dahon.com", "canonical_domain": "dahon.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dahon_Logo_-_freedom_unfolds.jpg", "description": "American bicycle manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4149 +{"wikidata_id": "Q30271968", "display_name": "Zipline International", "legal_name": "Zipline International Inc.", "aliases": ["Romotive", "Zipline"], "website": "https://www.flyzipline.com", "canonical_domain": "flyzipline.com", "country": "US", "hq_city": "Half Moon Bay", "hq_region": "San Mateo County", "lat": 37.45889, "lon": -122.43694, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that delivers medical supplies by drone", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4150 +{"wikidata_id": "Q3055169", "display_name": "TASCAM", "legal_name": null, "aliases": [], "website": "https://tascam.com", "canonical_domain": "tascam.com", "country": "US", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1549408", "name": "TEAC Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TASCAM_logo.svg", "description": "the professional audio division of TEAC Corporation", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4151 +{"wikidata_id": "Q3069699", "display_name": "Sullivan & Cromwell", "legal_name": null, "aliases": [], "website": "https://www.sullcrom.com", "canonical_domain": "sullcrom.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sullivan_and_Cromwell_Logo_1.svg", "description": "international law firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4152 +{"wikidata_id": "Q3277383", "display_name": "Magpul", "legal_name": null, "aliases": [], "website": "https://magpul.com", "canonical_domain": "magpul.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American designer and manufacturer of firearms and accessories", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4153 +{"wikidata_id": "Q3296074", "display_name": "United States Rubber Company", "legal_name": null, "aliases": ["Uniroyal"], "website": "https://www.uniroyaltires.com", "canonical_domain": "uniroyaltires.com", "country": "US", "hq_city": "Naugatuck", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.48972, "lon": -73.05139, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q163241", "name": "Continental AG"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uniroyal_Logo_vector.svg", "description": "American manufacturer of tires and other synthetic rubber-related products", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4154 +{"wikidata_id": "Q3302354", "display_name": "National-Report", "legal_name": null, "aliases": [], "website": "https://national-report.com", "canonical_domain": "national-report.com", "country": "CO", "hq_city": "Colombia", "hq_region": null, "lat": 4.0, "lon": -73.25, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colombian music chart publisher", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4155 +{"wikidata_id": "Q3342900", "display_name": "Nolinor Aviation", "legal_name": null, "aliases": [], "website": "https://www.nolinor.com", "canonical_domain": "nolinor.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian passenger and cargo charter airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4156 +{"wikidata_id": "Q3355059", "display_name": "Orange Julius", "legal_name": null, "aliases": [], "website": "https://www.orangejulius.com", "canonical_domain": "orangejulius.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": ["drink"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American chain of fruit drink beverage stores", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4157 +{"wikidata_id": "Q3362807", "display_name": "Paper Mate", "legal_name": null, "aliases": [], "website": "https://www.papermate.com", "canonical_domain": "papermate.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["consumer-goods"], "industry_labels": ["stationery"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paper_mate_textlogo.svg", "description": "American writing implement company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4158 +{"wikidata_id": "Q3365365", "display_name": "Bank of North Dakota", "legal_name": null, "aliases": ["BND"], "website": "https://bnd.nd.gov", "canonical_domain": "nd.gov", "country": "US", "hq_city": "Bismarck", "hq_region": "Burleigh County", "lat": 46.80833, "lon": -100.78375, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930047TZ2DPGOO5R28", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_North_Dakota_logo.png", "description": "state-owned and -run financial institution", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4159 +{"wikidata_id": "Q355175", "display_name": "Adeline Records", "legal_name": null, "aliases": [], "website": "https://www.adelinerecords.net", "canonical_domain": "adelinerecords.net", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label in United States", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4160 +{"wikidata_id": "Q386599", "display_name": "Artforum", "legal_name": "Artforum Media, LLC", "aliases": ["Art Forum", "Art Forum International", "Artforum Int.", "Artforum International", "Artforum International Magazine", "Artforum Media", "LLC"], "website": "https://www.artforum.com", "canonical_domain": "artforum.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Artforum_logo.svg", "description": "American contemporary art magazine", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4161 +{"wikidata_id": "Q3879177", "display_name": "Millennium Media", "legal_name": null, "aliases": ["Nu Image", "Nu Image Films"], "website": "https://www.millennium-media.net", "canonical_domain": "millennium-media.net", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4162 +{"wikidata_id": "Q4042127", "display_name": "Kelowna Flightcraft Air Charter", "legal_name": null, "aliases": ["KF Cargo"], "website": "https://www.kfaero.ca", "canonical_domain": "kfaero.ca", "country": "CA", "hq_city": "Kelowna", "hq_region": "Regional District of Central Okanagan", "lat": 49.8801, "lon": -119.4436, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kelowna_Flightcraft_Logo.svg", "description": "Canadian cargo airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4163 +{"wikidata_id": "Q4042525", "display_name": "Amazon Lab126", "legal_name": null, "aliases": ["Lab126"], "website": "https://www.lab126.com", "canonical_domain": "lab126.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": null, "description": "research and development and computer hardware company based in Sunnyvale, California and owned by Amazon.com", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4164 +{"wikidata_id": "Q4116096", "display_name": "Banco Safra", "legal_name": null, "aliases": [], "website": "https://www.safra.com.br", "canonical_domain": "safra.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7398834", "name": "Safra Group"}, "logo_url": null, "description": "Brazilian private bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7398834"}]}
4165 +{"wikidata_id": "Q4118540", "display_name": "RhythmOne", "legal_name": null, "aliases": ["Blinkx", "RhythmOne Group", "RhythmOne plc"], "website": "https://www.rhythmone.com", "canonical_domain": "rhythmone.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet", "telecommunications"], "industry_labels": ["internet service provider"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RhythmOne_logo.svg", "description": "digital advertising technology company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4166 +{"wikidata_id": "Q4698234", "display_name": "InterCaribbean Airways", "legal_name": null, "aliases": [], "website": "https://www.intercaribbean.com", "canonical_domain": "intercaribbean.com", "country": "TC", "hq_city": "Providenciales", "hq_region": "Turks and Caicos Islands", "lat": 21.7775, "lon": -72.26222, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InterCaribbean_Airways_Logo.svg", "description": "passenger airline in the Turks and Caicos Islands", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4167 +{"wikidata_id": "Q479952", "display_name": "Beckman Coulter", "legal_name": null, "aliases": ["Beckman Instruments", "Beckman Instruments", "Inc."], "website": "https://www.beckmancoulter.com", "canonical_domain": "beckmancoulter.com", "country": "US", "hq_city": "Krefeld", "hq_region": "Düsseldorf Government Region", "lat": 51.33333, "lon": 6.56667, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493008CNCZVRJ77MV44", "sec_cik": null, "parent": {"wikidata_id": "Q1159256", "name": "Danaher Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beckman_Coulter_Logo.svg", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4168 +{"wikidata_id": "Q4930366", "display_name": "Bluehost", "legal_name": null, "aliases": [], "website": "https://bluehost.com", "canonical_domain": "bluehost.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": ["cloud-infrastructure", "internet"], "industry_labels": ["web hosting service", "Internet industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bluehost_logo.svg", "description": "web hosting company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4169 +{"wikidata_id": "Q498812", "display_name": "Running with Scissors", "legal_name": null, "aliases": ["RWS", "Inc.", "RWS", "Inc."], "website": "https://runningwithscissors.com", "canonical_domain": "runningwithscissors.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4170 +{"wikidata_id": "Q5103456", "display_name": "Chobani", "legal_name": null, "aliases": [], "website": "https://chobani.com", "canonical_domain": "chobani.com", "country": "US", "hq_city": "Norwich", "hq_region": "Chenango County", "lat": 42.53194, "lon": -75.52167, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chobani_logo_2017.png", "description": "USA dairy processor specializing in strained yogurt", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4171 +{"wikidata_id": "Q5169770", "display_name": "Corbin Fisher", "legal_name": null, "aliases": [], "website": "https://www.corbinfisher.com", "canonical_domain": "corbinfisher.com", "country": "US", "hq_city": "Las Vegas Valley", "hq_region": "Clark County", "lat": 36.1318, "lon": -115.184, "industries": [], "industry_labels": ["pornography industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American gay pornography studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4172 +{"wikidata_id": "Q567633", "display_name": "Anonymous Content", "legal_name": null, "aliases": [], "website": "https://www.anonymouscontent.com", "canonical_domain": "anonymouscontent.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anonymous_Content_logo.svg", "description": "U.S. film and television production, and a talent management company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4173 +{"wikidata_id": "Q5880423", "display_name": "Holiday Inn Express", "legal_name": null, "aliases": [], "website": "https://www.hiexpress.com", "canonical_domain": "hiexpress.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1424962", "name": "IHG Hotels & Resorts"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Holiday_Inn_Express_by_IHG_logo.svg", "description": "American midscale hotel chain run by IHG", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4174 +{"wikidata_id": "Q6041620", "display_name": "PressReader Inc.", "legal_name": null, "aliases": ["NewspaperDirect"], "website": "https://www.pressreader.com", "canonical_domain": "pressreader.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["media", "software"], "industry_labels": ["journalism", "software industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "digital newspaper distribution and technology company based in Canada", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4175 +{"wikidata_id": "Q605512", "display_name": "Maybach Music Group", "legal_name": null, "aliases": ["MMG", "MMG/Eastwest Japan"], "website": "https://www.latestmerch.com", "canonical_domain": "latestmerch.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maybach_Music_Group_logo.jpg", "description": "American record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4176 +{"wikidata_id": "Q6060981", "display_name": "Invicta Watch Group", "legal_name": null, "aliases": ["Invicta"], "website": "https://www.invictawatch.com", "canonical_domain": "invictawatch.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Broward County", "lat": 26.02139, "lon": -80.175, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1837, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American watch company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4177 +{"wikidata_id": "Q609766", "display_name": "3G Capital", "legal_name": null, "aliases": [], "website": "https://www.3g-capital.com", "canonical_domain": "3g-capital.com", "country": "US", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3G_Capital_BW.svg", "description": "global investment firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4178 +{"wikidata_id": "Q648898", "display_name": "House of Blues", "legal_name": null, "aliases": [], "website": "https://www.houseofblues.com", "canonical_domain": "houseofblues.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment", "food-beverage"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1061903", "name": "Live Nation Entertainment"}, "logo_url": null, "description": "American chain of live music concert halls and restaurants", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4179 +{"wikidata_id": "Q669476", "display_name": "Hi Records", "legal_name": null, "aliases": [], "website": "https://hirecords.com", "canonical_domain": "hirecords.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label; soul music and rockabilly label started in Memphis, Tennessee in 1957", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4180 +{"wikidata_id": "Q684254", "display_name": "Drawn & Quarterly", "legal_name": "Drawn & Quarterly", "aliases": ["Drawn and Quarterly"], "website": "https://www.drawnandquarterly.com", "canonical_domain": "drawnandquarterly.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian publishing house", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4181 +{"wikidata_id": "Q6979886", "display_name": "Nationwide Mutual Insurance Company", "legal_name": null, "aliases": ["Nationwide", "Nationwide Insurance"], "website": "https://www.nationwide.com", "canonical_domain": "nationwide.com", "country": "US", "hq_city": "One Nationwide Plaza", "hq_region": "Ohio", "lat": 39.9685, "lon": -83.0024, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003G27DB6UYPQZ06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nationwide_Insurance.svg", "description": "group of large insurance and financial services companies in the United States", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4182 +{"wikidata_id": "Q6981479", "display_name": "Nautica", "legal_name": null, "aliases": [], "website": "https://www.nautica.com", "canonical_domain": "nautica.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4183 +{"wikidata_id": "Q7206385", "display_name": "Pocket Books", "legal_name": null, "aliases": [], "website": "https://www.pocketbooks.com", "canonical_domain": "pocketbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher founded by Robert de Graff and others as mass market paperback pioneer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4184 +{"wikidata_id": "Q7234413", "display_name": "Postobón", "legal_name": null, "aliases": ["Postobon", "S.A."], "website": "https://www.postobon.com", "canonical_domain": "postobon.com", "country": "CO", "hq_city": "Medellín", "hq_region": "Antioquia", "lat": 6.2502, "lon": -75.56758, "industries": ["food-beverage"], "industry_labels": ["soft drink"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7101929", "name": "Organización Ardila Lülle"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Postob%C3%B3n_S._A._logo.svg", "description": "drinks brand from Colombia", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4185 +{"wikidata_id": "Q738853", "display_name": "Coldwell Banker", "legal_name": null, "aliases": ["Coldwell Banker New Homes", "Coldwell Banker Real Estate", "Coldwell Banker Real Estate LLC"], "website": "https://www.coldwellbanker.com", "canonical_domain": "coldwellbanker.com", "country": "US", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coldwell_Banker_logo_2026.svg", "description": "US international real estate agent franchise company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4186 +{"wikidata_id": "Q752556", "display_name": "INVAP", "legal_name": null, "aliases": ["INVAP S.E.", "Investigaciones Aplicadas"], "website": "https://www.invap.com.ar", "canonical_domain": "invap.com.ar", "country": "AR", "hq_city": "Bariloche", "hq_region": "Río Negro Province", "lat": -41.15, "lon": -71.3, "industries": ["technology"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_INVAP.svg", "description": "government-owned Argentine technology company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4187 +{"wikidata_id": "Q77659264", "display_name": "Haus Laboratories", "legal_name": null, "aliases": [], "website": "https://www.hauslabs.com", "canonical_domain": "hauslabs.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haus_Labs_logo.svg", "description": "cosmetics brand", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4188 +{"wikidata_id": "Q7973038", "display_name": "WatchMojo", "legal_name": null, "aliases": [], "website": "https://www.watchmojo.com", "canonical_domain": "watchmojo.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WatchMojologo.png", "description": "Canadian video company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4189 +{"wikidata_id": "Q834396", "display_name": "The Leading Hotels of the World", "legal_name": null, "aliases": [], "website": "https://www.lhw.com", "canonical_domain": "lhw.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Leading_Hotels_of_the_World_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4190 +{"wikidata_id": "Q85738663", "display_name": "87North Productions", "legal_name": null, "aliases": [], "website": "https://87north.com", "canonical_domain": "87north.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/87north_productions_logo.svg", "description": "American film production company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4191 +{"wikidata_id": "Q885977", "display_name": "Bluebird Records", "legal_name": null, "aliases": ["Bluebird"], "website": "https://www.bluebirdjazz.com", "canonical_domain": "bluebirdjazz.com", "country": "US", "hq_city": "Macon", "hq_region": "GA", "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["SIC 3713 Truck & Bus Bodies"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "BLBD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1589526", "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1589526", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4192 +{"wikidata_id": "Q970709", "display_name": "The Black Wall Street Records", "legal_name": null, "aliases": [], "website": "https://www.therealbws.com", "canonical_domain": "therealbws.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4193 +{"wikidata_id": "Q33462821", "display_name": "Thunder Lotus Games", "legal_name": null, "aliases": [], "website": "https://thunderlotusgames.com", "canonical_domain": "thunderlotusgames.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2014, "employees": 16, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 7, "importance": 0.2596, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4194 +{"wikidata_id": "Q4882981", "display_name": "Belize Telemedia", "legal_name": null, "aliases": ["BTL"], "website": "https://www.belizetelemedia.net", "canonical_domain": "belizetelemedia.net", "country": "BZ", "hq_city": "Belize City", "hq_region": "Belize District", "lat": 17.49861, "lon": -88.18861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1972, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BTL_LOGO.png", "description": "telecommunications company in Belize", "sitelinks": 4, "importance": 0.2592, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4195 +{"wikidata_id": "Q5324680", "display_name": "EXFO", "legal_name": null, "aliases": ["Exfo Electro-Optical Engineering (Canada)"], "website": "https://www.exfo.com", "canonical_domain": "exfo.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1985, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Québec, Canada", "sitelinks": 3, "importance": 0.259, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4196 +{"wikidata_id": "Q98961329", "display_name": "innersloth.com", "legal_name": null, "aliases": [], "website": "https://innersloth.com", "canonical_domain": "innersloth.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": [], "founded_year": 2015, "employees": 5, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "indie game company", "sitelinks": 8, "importance": 0.2569, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4197 +{"wikidata_id": "Q28450799", "display_name": "Purism", "legal_name": null, "aliases": ["Inc.", "Social Purpose Corporation", "SPC"], "website": "https://puri.sm", "canonical_domain": "puri.sm", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2014, "employees": 34, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Purism_logo.svg", "description": "computer manufacturer focusing on software freedom", "sitelinks": 6, "importance": 0.256, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4198 +{"wikidata_id": "Q7697636", "display_name": "Tellme Networks", "legal_name": null, "aliases": [], "website": "https://www.tellme.com", "canonical_domain": "tellme.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": 360, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TellmeNetworks.jpg", "description": "American telecommunications company", "sitelinks": 4, "importance": 0.2545, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4199 +{"wikidata_id": "Q7801271", "display_name": "Tiffen", "legal_name": null, "aliases": ["The Tiffen Company", "Tiffen Manufacturing Corporation"], "website": "https://tiffen.com", "canonical_domain": "tiffen.com", "country": "US", "hq_city": "Hauppauge", "hq_region": "Suffolk County", "lat": 40.8183, "lon": -73.2069, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1938, "employees": 91, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Tiffen.webp", "description": "American filter manufacturer", "sitelinks": 5, "importance": 0.2538, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4200 +{"wikidata_id": "Q16998403", "display_name": "King Arthur Baking Company", "legal_name": null, "aliases": ["King Arthur Flour"], "website": "https://www.kingarthurbaking.com", "canonical_domain": "kingarthurbaking.com", "country": "US", "hq_city": "Norwich", "hq_region": "Windsor County", "lat": 43.71535, "lon": -72.30787, "industries": [], "industry_labels": [], "founded_year": 1790, "employees": 325, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/King_Arthur_Baking_Logo.svg", "description": "American flour and baking company", "sitelinks": 4, "importance": 0.253, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4201 +{"wikidata_id": "Q5030621", "display_name": "Canadian Tire Financial Services", "legal_name": null, "aliases": [], "website": "https://www.ctfs.com", "canonical_domain": "ctfs.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1968, "employees": 1600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1032400", "name": "Canadian Tire"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Tire_Bank_logo.svg", "description": "financial services subsidiary of the Canadian Tire retail chain", "sitelinks": 3, "importance": 0.2526, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4202 +{"wikidata_id": "Q1040912", "display_name": "Marquis Who's Who", "legal_name": null, "aliases": [], "website": "https://marquiswhoswho.com", "canonical_domain": "marquiswhoswho.com", "country": "US", "hq_city": "Berkeley Heights", "hq_region": "Union County", "lat": 40.6775, "lon": -74.42972, "industries": ["media"], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marquis_logo.png", "description": "American publishing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4203 +{"wikidata_id": "Q105318880", "display_name": "Padlet", "legal_name": null, "aliases": ["Wallwisher"], "website": "https://padlet.com", "canonical_domain": "padlet.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Padlet.svg", "description": "educational technology startup company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4204 +{"wikidata_id": "Q1056430", "display_name": "HEINEKEN Mexico", "legal_name": null, "aliases": ["Cerveceria Cuauhtemoc-Moctezuma", "Cervecería Cuauhtémoc-Moctezuma", "Cuauhtemoc Moctezuma Brewery"], "website": "https://www.heinekenmexico.com", "canonical_domain": "heinekenmexico.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brewery based in Monterrey, Nuevo León, México", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4205 +{"wikidata_id": "Q1076747", "display_name": "Tennman Records", "legal_name": null, "aliases": [], "website": "https://www.tennmanrecords.com", "canonical_domain": "tennmanrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4206 +{"wikidata_id": "Q10851321", "display_name": "Kodansha USA Publishing, LLC", "legal_name": "Kodansha USA Publishing, LLC", "aliases": ["Kodansha Comics", "Kodansha Comics USA", "Kodansha USA", "Kodansha USA Publishing"], "website": "https://kodansha.us", "canonical_domain": "kodansha.us", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q726081", "name": "Kodansha"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K%C5%8Ddansha_logo.svg", "description": "publishing company based in New York, USA and a subsidiary of Japan's largest publishing company Kodansha. Kodansha USA publishes books relating to Japan, Japanese culture, and manga.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4207 +{"wikidata_id": "Q108907426", "display_name": "WHOOP", "legal_name": null, "aliases": [], "website": "https://whoop.com", "canonical_domain": "whoop.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Wearable technology company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4208 +{"wikidata_id": "Q1095605", "display_name": "Claris", "legal_name": null, "aliases": ["Claris Inc.", "Claris International", "Claris International Inc."], "website": "https://www.claris.com", "canonical_domain": "claris.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q312", "name": "Apple Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Claris_logo_blk.svg", "description": "computer software developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4209 +{"wikidata_id": "Q110363143", "display_name": "Cohere", "legal_name": null, "aliases": ["Cohere AI", "co:here"], "website": "https://cohere.com", "canonical_domain": "cohere.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cohere-Logo.png", "description": "Canadian artificial intelligence company building foundational models", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4210 +{"wikidata_id": "Q1115142", "display_name": "Jade Tree", "legal_name": null, "aliases": [], "website": "https://www.jadetree.com", "canonical_domain": "jadetree.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q726153", "name": "Epitaph Records"}, "logo_url": null, "description": "American independent record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4211 +{"wikidata_id": "Q1128918", "display_name": "CLS Group", "legal_name": null, "aliases": [], "website": "https://www.cls-group.com", "canonical_domain": "cls-group.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US financial institution", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4212 +{"wikidata_id": "Q1138785", "display_name": "Tusass", "legal_name": null, "aliases": ["TELE Greenland"], "website": "https://www.tusass.gl", "canonical_domain": "tusass.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["internet", "telecommunications", "logistics"], "industry_labels": ["internet service provider", "mail", "telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "main telecommunication and postal provider in Greenland", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4213 +{"wikidata_id": "Q1140946", "display_name": "Circuit City Stores", "legal_name": null, "aliases": [], "website": "https://www.circuitcity.com", "canonical_domain": "circuitcity.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Circuit_City_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4214 +{"wikidata_id": "Q1145766", "display_name": "Future Shop", "legal_name": null, "aliases": [], "website": "https://www.futureshop.ca", "canonical_domain": "futureshop.ca", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q533415", "name": "Best Buy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Future_Shop_logo.svg", "description": "Canadian electronics retailer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4215 +{"wikidata_id": "Q1146832", "display_name": "Eyeball Records", "legal_name": null, "aliases": [], "website": "https://www.eyeballrecords.com", "canonical_domain": "eyeballrecords.com", "country": "US", "hq_city": "New Jersey", "hq_region": "United States", "lat": 40.0, "lon": -74.5, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eyeball_Records_Logo.jpg", "description": "record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4216 +{"wikidata_id": "Q1152098", "display_name": "Richard Childress Racing", "legal_name": null, "aliases": [], "website": "https://www.rcrracing.com", "canonical_domain": "rcrracing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "auto-racing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4217 +{"wikidata_id": "Q1165565", "display_name": "Daptone Records", "legal_name": null, "aliases": [], "website": "https://www.daptonerecords.com", "canonical_domain": "daptonerecords.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4218 +{"wikidata_id": "Q118663", "display_name": "Baldwin Piano Company", "legal_name": null, "aliases": ["Baldwin", "Baldwin Piano and Organ Company", "D. H. Baldwin Company", "The Baldwin Piano Company"], "website": "https://www.baldwinpiano.com", "canonical_domain": "baldwinpiano.com", "country": "US", "hq_city": "Trumann", "hq_region": "Poinsett County", "lat": 35.6764, "lon": -90.5192, "industries": [], "industry_labels": [], "founded_year": 1862, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q210278", "name": "Gibson Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baldwin_piano_logo.png", "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4219 +{"wikidata_id": "Q1190562", "display_name": "VP Records", "legal_name": null, "aliases": [], "website": "https://www.vprecords.com", "canonical_domain": "vprecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28401467", "name": "VP Music Group, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vp-logo-BW_300x300.png", "description": "US record label; independent reggae label, located in Queens, New York", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4220 +{"wikidata_id": "Q1207857", "display_name": "DiMarzio", "legal_name": null, "aliases": [], "website": "https://www.dimarzio.com", "canonical_domain": "dimarzio.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DiMarzio_logo.svg", "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4221 +{"wikidata_id": "Q1233073", "display_name": "Walt Disney Motion Pictures Group", "legal_name": null, "aliases": ["Inc."], "website": "https://corporate.disney.go.com", "canonical_domain": "go.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3030485"}, {"related_domain_conflict": "Q3315911"}]}
4222 +{"wikidata_id": "Q1266156", "display_name": "Dunlop Manufacturing", "legal_name": null, "aliases": ["Dunlop", "Dunlop HT1 Heil Talk Box", "Inc.", "Jim Dunlop"], "website": "https://www.jimdunlop.com", "canonical_domain": "jimdunlop.com", "country": "US", "hq_city": "Benicia", "hq_region": "Solano County", "lat": 38.06333, "lon": -122.15611, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dunlop_Manufacturing_logo.svg", "description": "US musical products company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q974486"}]}
4223 +{"wikidata_id": "Q130370820", "display_name": "Arena", "legal_name": "Arena", "aliases": [], "website": "https://arena.ai", "canonical_domain": "arena.ai", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "website that allows you to test various large language models", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4224 +{"wikidata_id": "Q1382197", "display_name": "Everts Air", "legal_name": null, "aliases": [], "website": "https://www.evertsair.com", "canonical_domain": "evertsair.com", "country": "US", "hq_city": "Fairbanks", "hq_region": "Fairbanks North Star Borough", "lat": 64.84361, "lon": -147.72306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Everts_Air_Logo.svg", "description": "US airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5417420"}]}
4225 +{"wikidata_id": "Q1395670", "display_name": "Fania Records", "legal_name": null, "aliases": [], "website": "https://es.fania.com", "canonical_domain": "fania.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4226 +{"wikidata_id": "Q1396863", "display_name": "Farmers Insurance Group", "legal_name": null, "aliases": ["Farmers", "Farmers Insurance"], "website": "https://www.farmers.com", "canonical_domain": "farmers.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American insurance company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4227 +{"wikidata_id": "Q1397976", "display_name": "Fatburger", "legal_name": null, "aliases": [], "website": "https://www.fatburger.com", "canonical_domain": "fatburger.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fatburger_logo.svg", "description": "American restaurant chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4228 +{"wikidata_id": "Q1422369", "display_name": "Alexander Keith's Brewery", "legal_name": null, "aliases": [], "website": "https://www.keiths.ca", "canonical_domain": "keiths.ca", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1820, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keithsindiapaleale.JPG", "description": "Canadian beer brewery based in Halifax, Nova Scotia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4229 +{"wikidata_id": "Q1427310", "display_name": "Pacific Coastal Airlines", "legal_name": null, "aliases": ["Pacific Coastal"], "website": "https://www.pacificcoastal.com", "canonical_domain": "pacificcoastal.com", "country": "CA", "hq_city": "Vancouver International Airport", "hq_region": "Richmond", "lat": 49.1947, "lon": -123.184, "industries": ["airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Canada", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4230 +{"wikidata_id": "Q14408853", "display_name": "Zero Tolerance", "legal_name": null, "aliases": ["Zero Tolerance Entertainment"], "website": "https://www.ztvideo.com", "canonical_domain": "ztvideo.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["pornography industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zero_Tolerance_Entertainment_logo.svg", "description": "pornographic film studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4231 +{"wikidata_id": "Q1475272", "display_name": "Grass Valley", "legal_name": null, "aliases": [], "website": "https://www.grassvalley.com", "canonical_domain": "grassvalley.com", "country": "CA", "hq_city": "Cergy", "hq_region": "arrondissement of Pontoise", "lat": 49.05222, "lon": 2.03611, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grass_Valley_logo_%282021%29.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4232 +{"wikidata_id": "Q1476967", "display_name": "WatchGuard", "legal_name": null, "aliases": ["WatchGuard Technologies"], "website": "https://www.watchguard.com", "canonical_domain": "watchguard.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Watchguard_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4233 +{"wikidata_id": "Q1510319", "display_name": "Gerber Legendary Blades", "legal_name": null, "aliases": ["Gerber Blades"], "website": "https://www.gerbergear.com", "canonical_domain": "gerbergear.com", "country": "US", "hq_city": "Tigard", "hq_region": "Washington County", "lat": 45.42778, "lon": -122.77889, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1241369", "name": "Fiskars"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gerber_Legendary_Blades_logo.svg", "description": "maker of consumer knives, multi tools and other tools headquartered in Tigard, Oregon", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4234 +{"wikidata_id": "Q1531524", "display_name": "Venezolana", "legal_name": null, "aliases": ["RAVSA"], "website": "https://www.ravsa.com.ve", "canonical_domain": "ravsa.com.ve", "country": "VE", "hq_city": "Maracaibo", "hq_region": "Zulia", "lat": 10.63333, "lon": -71.63333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ravsa.png", "description": "Venezuelan airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4235 +{"wikidata_id": "Q1533365", "display_name": "GoJet Airlines LLC", "legal_name": null, "aliases": ["GoJet Airlines"], "website": "https://www.gojetairlines.com", "canonical_domain": "gojetairlines.com", "country": "US", "hq_city": "Bridgeton", "hq_region": "St. Louis County", "lat": 38.75722, "lon": -90.41778, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in Bridgeton, Missouri, United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4236 +{"wikidata_id": "Q16206954", "display_name": "300 Entertainment", "legal_name": null, "aliases": ["300", "Theory Entertainment LLC"], "website": "https://300ent.com", "canonical_domain": "300ent.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_for_300_Entertainment.svg", "description": "American independent record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4237 +{"wikidata_id": "Q16994105", "display_name": "Giant Sparrow", "legal_name": null, "aliases": [], "website": "https://www.giantsparrow.com", "canonical_domain": "giantsparrow.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4238 +{"wikidata_id": "Q1700291", "display_name": "FRHI Hotels & Resorts", "legal_name": null, "aliases": ["Fairmont Raffles Hotels International", "FRHI Hotels &amp; Resorts"], "website": "https://www.frhi.com", "canonical_domain": "frhi.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q212599", "name": "Accor"}, "logo_url": null, "description": "hotel management company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4239 +{"wikidata_id": "Q17109272", "display_name": "Eastern Airlines, LLC", "legal_name": null, "aliases": ["Dynamic Airways", "Dynamic International Airways", "Eastern Airlines"], "website": "https://iflyea.com", "canonical_domain": "iflyea.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastern_Airlines_logo_new.svg", "description": "U.S. airline founded in 2010", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4240 +{"wikidata_id": "Q1738781", "display_name": "Kenn Borek Air", "legal_name": null, "aliases": [], "website": "https://www.borekair.com", "canonical_domain": "borekair.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kenn_Borek_Air_logo.jpg", "description": "airline based in Calgary, Alberta, Canada", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4241 +{"wikidata_id": "Q1759336", "display_name": "Revelation Records", "legal_name": null, "aliases": [], "website": "https://revhq.com", "canonical_domain": "revhq.com", "country": "US", "hq_city": "Huntington Beach", "hq_region": "Orange County", "lat": 33.69278, "lon": -117.99972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent record label focusing on hardcore punk", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4242 +{"wikidata_id": "Q1806949", "display_name": "Latham & Watkins", "legal_name": null, "aliases": ["Latham and Watkins"], "website": "https://www.lw.com", "canonical_domain": "lw.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300C7CY6M277KIQ59", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Latham_%26_Watkins_Logo.svg", "description": "law firm in Los Angeles, United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4243 +{"wikidata_id": "Q1807091", "display_name": "YPFB", "legal_name": null, "aliases": [], "website": "https://www.ypfb.gob.bo", "canonical_domain": "ypfb.gob.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YPFB_Logo.svg", "description": "Bolivian oil and gas company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4244 +{"wikidata_id": "Q18151794", "display_name": "CapitalG", "legal_name": "CapitalG", "aliases": ["Google Capital"], "website": "https://capitalg.com", "canonical_domain": "capitalg.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Google_Capital_logo.svg", "description": "private equity firm under Alphabet Inc.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4245 +{"wikidata_id": "Q1846692", "display_name": "Formica", "legal_name": null, "aliases": [], "website": "https://www.formica.com", "canonical_domain": "formica.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of composite materials", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4246 +{"wikidata_id": "Q1848822", "display_name": "Sizzler", "legal_name": null, "aliases": [], "website": "https://www.sizzler.com", "canonical_domain": "sizzler.com", "country": "US", "hq_city": "Mission Viejo", "hq_region": "Orange County", "lat": 33.61278, "lon": -117.65611, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sizzler_logo_2024.webp", "description": "American restaurant chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4247 +{"wikidata_id": "Q1849080", "display_name": "Magic Circle Music", "legal_name": null, "aliases": [], "website": "https://www.magiccirclemusic.com", "canonical_domain": "magiccirclemusic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4248 +{"wikidata_id": "Q1934273", "display_name": "Ovation Guitar Company", "legal_name": null, "aliases": ["Ovation Guitar", "Ovation Guitars", "Ovation Instruments"], "website": "https://www.ovationguitars.com", "canonical_domain": "ovationguitars.com", "country": "US", "hq_city": "New Hartford", "hq_region": "Northwest Hills Planning Region", "lat": 41.84139, "lon": -73.00417, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ovation_5-2015_Logo.png", "description": "manufacturer of guitars", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4249 +{"wikidata_id": "Q19481194", "display_name": "Rezvani Motors", "legal_name": null, "aliases": [], "website": "https://www.rezvanimotors.com", "canonical_domain": "rezvanimotors.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American car company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4250 +{"wikidata_id": "Q1971715", "display_name": "Pinnacle Systems", "legal_name": null, "aliases": ["pinnacle", "Pinnacle", "Inc."], "website": "https://www.pinnaclesys.com", "canonical_domain": "pinnaclesys.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pinnacle-Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4251 +{"wikidata_id": "Q200816", "display_name": "Soros Fund Management", "legal_name": null, "aliases": [], "website": "https://sorosfundmgmt.com", "canonical_domain": "sorosfundmgmt.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "1F24L8VZBQRRH44R7619", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soros_Fund_Mgmt_logo.svg", "description": "private investment firm", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4252 +{"wikidata_id": "Q2032942", "display_name": "Williams International", "legal_name": null, "aliases": ["International Research Corporation", "Williams Research Corporation"], "website": "https://www.williams-int.com", "canonical_domain": "williams-int.com", "country": "US", "hq_city": "Commerce Township", "hq_region": "Oakland County", "lat": 42.5794, "lon": -83.4878, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Williams_International_logo.svg", "description": "American manufacturer of small gas turbine engines", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4253 +{"wikidata_id": "Q2050571", "display_name": "Traxxas", "legal_name": null, "aliases": [], "website": "https://www.traxxas.com", "canonical_domain": "traxxas.com", "country": "US", "hq_city": "McKinney", "hq_region": "Collin County", "lat": 33.2, "lon": -96.63333, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "RC car company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4254 +{"wikidata_id": "Q2068729", "display_name": "Divi Divi Air", "legal_name": null, "aliases": [], "website": "https://www.flydivi.com", "canonical_domain": "flydivi.com", "country": "CW", "hq_city": "Curaçao", "hq_region": "Kingdom of the Netherlands", "lat": 12.2, "lon": -69.0, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Divi_Divi_Air_logo.jpg", "description": "Small regional airline in Curaçao", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4255 +{"wikidata_id": "Q212517", "display_name": "Credo Reference", "legal_name": null, "aliases": ["Credo Reference (United States)", "Xrefer"], "website": "https://corp.credoreference.com", "canonical_domain": "credoreference.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4256 +{"wikidata_id": "Q2143246", "display_name": "Serjical Strike Records", "legal_name": null, "aliases": [], "website": "https://www.serjicalstrike.com", "canonical_domain": "serjicalstrike.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4257 +{"wikidata_id": "Q21623039", "display_name": "Chan Zuckerberg Initiative", "legal_name": null, "aliases": ["Chan Zuckerberg Initiative LLC", "CZI", "Zuckerberg Education Ventures"], "website": "https://chanzuckerberg.com", "canonical_domain": "chanzuckerberg.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": [], "industry_labels": ["philanthropy"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chan_Zuckerberg_Initiative_%282%29.svg", "description": "company founded by Marc Zuckerberg and Priscilla Chan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4258 +{"wikidata_id": "Q2208198", "display_name": "Zenit News Agency", "legal_name": null, "aliases": ["ZENIT"], "website": "https://zenit.org", "canonical_domain": "zenit.org", "country": "US", "hq_city": "Alpharetta", "hq_region": "Fulton County", "lat": 34.07333, "lon": -84.28111, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "non-profit Catholic news agency", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4259 +{"wikidata_id": "Q2289193", "display_name": "Sierra Nevada Brewing Company", "legal_name": null, "aliases": ["Sierra Nevada Brewing Co."], "website": "https://www.sierranevada.com", "canonical_domain": "sierranevada.com", "country": "US", "hq_city": "Chico", "hq_region": "Butte County", "lat": 39.74, "lon": -121.83556, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HOE5MGZUDLWC53", "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in the United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4260 +{"wikidata_id": "Q2297042", "display_name": "Tooth & Nail Records", "legal_name": null, "aliases": ["Tooth & Nail", "Tooth and Nail", "Tooth and Nail Records"], "website": "https://www.toothandnail.com", "canonical_domain": "toothandnail.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tooth_and_Nail_Records_wordmark_black.png", "description": "American Christian rock record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4261 +{"wikidata_id": "Q2407366", "display_name": "Merchant Ivory Productions", "legal_name": null, "aliases": [], "website": "https://www.merchantivory.com", "canonical_domain": "merchantivory.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film company founded in 1961 by producer Ismail Merchant and director James Ivory", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4262 +{"wikidata_id": "Q2413622", "display_name": "The End Records", "legal_name": null, "aliases": [], "website": "https://www.theendrecords.com", "canonical_domain": "theendrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4263 +{"wikidata_id": "Q24249643", "display_name": "Viking Holdings Ltd", "legal_name": null, "aliases": ["Viking Cruises", "Viking", "Viking Ocean", "Viking Ocean Cruises"], "website": "https://www.vikingcruises.com", "canonical_domain": "vikingcruises.com", "country": "US", "hq_city": "Woodland Hills", "hq_region": "Los Angeles", "lat": 34.16833, "lon": -118.605, "industries": ["travel"], "industry_labels": ["tourism industry", "SIC 4400 Water Transportation"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "VIK", "exchange": "NYSE", "lei": "549300IJP90T4MV2GL84", "sec_cik": "1745201", "parent": null, "logo_url": null, "description": "Parent company of Viking River Cruises, Viking Ocean Cruises and Viking Expeditions", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17091043"}], "source_edgar": {"cik": "1745201", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4264 +{"wikidata_id": "Q2475213", "display_name": "Spector", "legal_name": null, "aliases": ["Stuart Spector Design Ltd."], "website": "https://www.spectorguitar.com", "canonical_domain": "spectorguitar.com", "country": "US", "hq_city": "Saugerties", "hq_region": "Ulster County", "lat": 42.07759, "lon": -73.95291, "industries": ["manufacturing"], "industry_labels": ["luthier"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spector_logo_png.png", "description": "bass guitar manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4265 +{"wikidata_id": "Q2503528", "display_name": "Federal Reserve Bank of Minneapolis", "legal_name": null, "aliases": ["Federal Reserve Bank of Minneapolis Ninth Federal Reserve District", "FRB Minneapolis", "Minneapolis Fed"], "website": "https://www.minneapolisfed.org", "canonical_domain": "minneapolisfed.org", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98428, "lon": -93.26719, "industries": ["banking", "media"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53536", "name": "Federal Reserve System"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Federal_Reserve_Note_Seal_%28Minneapolis%29.tif", "description": "member Bank of Federal Reserve", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4266 +{"wikidata_id": "Q2528351", "display_name": "Alembic Inc", "legal_name": null, "aliases": [], "website": "https://www.alembicguitars.com", "canonical_domain": "alembicguitars.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American audio equipment manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4267 +{"wikidata_id": "Q256496", "display_name": "Centurion Air Cargo", "legal_name": null, "aliases": [], "website": "https://www.centurioncargo.com", "canonical_domain": "centurioncargo.com", "country": "US", "hq_city": "Miami International Airport", "hq_region": "Florida", "lat": 25.79333, "lon": -80.29056, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Centurion_Cargo_Logo.svg", "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4268 +{"wikidata_id": "Q2608177", "display_name": "Brushfire Records", "legal_name": null, "aliases": ["Brushfire", "The Moonshine Conspiracy Records"], "website": "https://www.brushfirerecords.com", "canonical_domain": "brushfirerecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label based in Los Angeles", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4269 +{"wikidata_id": "Q2654839", "display_name": "Aksys Games", "legal_name": null, "aliases": ["Aksys Games Localization", "Inc."], "website": "https://www.aksysgames.com", "canonical_domain": "aksysgames.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer and publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4270 +{"wikidata_id": "Q265578", "display_name": "Harbour Air", "legal_name": null, "aliases": ["Harbour Air Seaplanes"], "website": "https://harbourair.com", "canonical_domain": "harbourair.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4271 +{"wikidata_id": "Q28026114", "display_name": "Limited Run Games", "legal_name": null, "aliases": [], "website": "https://limitedrungames.com", "canonical_domain": "limitedrungames.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Limited_Run_Games_logo_black.svg", "description": "American distributor of limited edition physical releases of video games and soundtracks", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4272 +{"wikidata_id": "Q2840527", "display_name": "Aluar", "legal_name": null, "aliases": [], "website": "https://www.aluar.com.ar", "canonical_domain": "aluar.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["mining"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Aluar.svg", "description": "Argentine aluminum company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4273 +{"wikidata_id": "Q2909115", "display_name": "Trijicon", "legal_name": null, "aliases": [], "website": "https://www.trijicon.com", "canonical_domain": "trijicon.com", "country": "US", "hq_city": "Wixom", "hq_region": "Oakland County", "lat": 42.52472, "lon": -83.53639, "industries": ["technology"], "industry_labels": ["optics"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trijicon_logo.svg", "description": "American firearm sighting device company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4274 +{"wikidata_id": "Q2917244", "display_name": "FAO Schwarz", "legal_name": null, "aliases": ["F A O Schwarz", "F.A.O. Schwarz"], "website": "https://faoschwarz.com", "canonical_domain": "faoschwarz.com", "country": "US", "hq_city": "30 Rockefeller Plaza", "hq_region": "Manhattan", "lat": 40.75897, "lon": -73.97939, "industries": ["consumer-goods"], "industry_labels": ["toy"], "founded_year": 1862, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q696334", "name": "Toys \"R\" Us"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAO_Schwarz_Logo.png", "description": "American toy brand and store", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4275 +{"wikidata_id": "Q2937480", "display_name": "Capitol Music Group", "legal_name": null, "aliases": [], "website": "https://www.capitolmusicgroup.com", "canonical_domain": "capitolmusicgroup.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American umbrella label owned by Universal Music Group", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4276 +{"wikidata_id": "Q3027516", "display_name": "Marathon Sports", "legal_name": null, "aliases": [], "website": "https://www.marathon.store", "canonical_domain": "marathon.store", "country": "EC", "hq_city": "Quito", "hq_region": "Quito Metro", "lat": -0.22, "lon": -78.5125, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marathon_blue_logo.png", "description": "Ecuadorian multinational sporting goods manufacturer and retail chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4277 +{"wikidata_id": "Q3027988", "display_name": "Diller Scofidio + Renfro", "legal_name": "Diller Scofifio + Renfro", "aliases": ["Diller & Scofidio", "Diller + Scofidio", "Diller Scofidio and Renfro"], "website": "https://dsrny.com", "canonical_domain": "dsrny.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American architectural firm and interdisciplinary design studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4278 +{"wikidata_id": "Q3028075", "display_name": "Dimensional Fund Advisors", "legal_name": null, "aliases": ["DFA", "Dimensional"], "website": "https://www.dimensional.com", "canonical_domain": "dimensional.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dimensional_Fund_Advisors_Logo.svg", "description": "American private investment firm", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4279 +{"wikidata_id": "Q3030432", "display_name": "Disney Games Group", "legal_name": null, "aliases": ["Disney Interactive", "Disney Games", "Disney Games and Interactive Experiences"], "website": "https://disneyconnect.com", "canonical_domain": "disneyconnect.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "American company that oversees various websites and interactive media owned by The Walt Disney Company and its subsidiaries", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4280 +{"wikidata_id": "Q303439", "display_name": "Legoland Discovery Centre", "legal_name": null, "aliases": ["Legoland Discovery Center"], "website": "https://www.legolanddiscoverycentre.com", "canonical_domain": "legolanddiscoverycentre.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legoland-Discovery-Cenre-Logo.svg", "description": "chain of indoor family entertainment centers that are smaller versions of Legoland", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4281 +{"wikidata_id": "Q3046645", "display_name": "Eataly", "legal_name": null, "aliases": [], "website": "https://www.eataly.com", "canonical_domain": "eataly.com", "country": "US", "hq_city": "Monticello d'Alba", "hq_region": "Province of Cuneo", "lat": 44.71667, "lon": 7.95, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eataly_-_logo_%28Italy%2C_2004%29.svg", "description": "chain of large Italian marketplaces", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4282 +{"wikidata_id": "Q304769", "display_name": "ARCO", "legal_name": null, "aliases": ["Arco", "Atlantic Research Corporation", "Atlantic Richfield Company"], "website": "https://www.arco.com", "canonical_domain": "arco.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152057", "name": "BP"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ARCO.svg", "description": "American oil company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4283 +{"wikidata_id": "Q3206916", "display_name": "Language Creation Society", "legal_name": null, "aliases": [], "website": "https://conlang.org", "canonical_domain": "conlang.org", "country": "US", "hq_city": "Garden Grove", "hq_region": "Orange County", "lat": 33.77889, "lon": -117.96028, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4284 +{"wikidata_id": "Q3247233", "display_name": "Regent Seven Seas Cruises", "legal_name": null, "aliases": ["Regent Cruises", "Regent Seven Seas"], "website": "https://www.rssc.com", "canonical_domain": "rssc.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300DUMYYS8ADQDB67", "sec_cik": null, "parent": {"wikidata_id": "Q60767471", "name": "Norwegian Cruise Line Holdings Ltd."}, "logo_url": null, "description": "cruise line", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4285 +{"wikidata_id": "Q3257273", "display_name": "Books LLC", "legal_name": null, "aliases": [], "website": "https://booksllc.net", "canonical_domain": "booksllc.net", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["media"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher and book sales club", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4286 +{"wikidata_id": "Q3296639", "display_name": "airclass.com.uy", "legal_name": null, "aliases": ["Air Class Lineas Aereas"], "website": "https://www.airclass.com.uy", "canonical_domain": "airclass.com.uy", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Uruguayan airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4287 +{"wikidata_id": "Q3338199", "display_name": "Neon Gold Records", "legal_name": null, "aliases": [], "website": "https://neon.gold", "canonical_domain": "neon.gold", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["mining", "entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q202440", "name": "Atlantic Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neon_Gold_Logo.png", "description": "Record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4288 +{"wikidata_id": "Q3352642", "display_name": "One Race Films", "legal_name": null, "aliases": [], "website": "https://www.oneracefilms.com", "canonical_domain": "oneracefilms.com", "country": "US", "hq_city": "Studio City", "hq_region": "Los Angeles", "lat": 34.14361, "lon": -118.39528, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and multimedia production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4289 +{"wikidata_id": "Q3376620", "display_name": "Tajín", "legal_name": null, "aliases": ["Tajin"], "website": "https://www.tajin.com", "canonical_domain": "tajin.com", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Taj%C3%ADn.svg", "description": "spice blend", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4290 +{"wikidata_id": "Q3517255", "display_name": "Telcel", "legal_name": null, "aliases": ["TELCEL", "telcel 4g", "TELCEL 4G LTE", "telcel online"], "website": "https://us.telcel.com", "canonical_domain": "telcel.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482267", "name": "América Móvil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telcel_logo_2022.svg", "description": "Mobile telephony operator in Mexico", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4291 +{"wikidata_id": "Q3521465", "display_name": "The Kennedy/Marshall Company", "legal_name": null, "aliases": ["K/M"], "website": "https://kennedymarshall.com", "canonical_domain": "kennedymarshall.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": [], "industry_labels": ["audiovisual production"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Kennedy_Marshall_Company_2016_logo.svg", "description": "US film-production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4292 +{"wikidata_id": "Q3551345", "display_name": "University Press of Kentucky", "legal_name": null, "aliases": ["The University Press of Kentucky"], "website": "https://www.kentuckypress.com", "canonical_domain": "kentuckypress.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "scholarly publisher for Kentucky", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4293 +{"wikidata_id": "Q3699593", "display_name": "Curb Records", "legal_name": "Curb Records", "aliases": ["Asylum-Curb", "MCG Curb"], "website": "https://www.curb.com", "canonical_domain": "curb.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Curb_logo32.png", "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4294 +{"wikidata_id": "Q3719120", "display_name": "Bank of America Merrill Lynch", "legal_name": null, "aliases": [], "website": "https://www.bofaml.com", "canonical_domain": "bofaml.com", "country": "US", "hq_city": "Bank of America Tower", "hq_region": "New York City", "lat": 40.75528, "lon": -73.98417, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "investment bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4295 +{"wikidata_id": "Q381195", "display_name": "Aerosucre", "legal_name": null, "aliases": ["Aerosucre S.A."], "website": "https://aerosucre.com.co", "canonical_domain": "aerosucre.com.co", "country": "CO", "hq_city": "Barranquilla", "hq_region": "Atlántico Department", "lat": 10.98333, "lon": -74.80194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Aerosucre_Cargo.png", "description": "Colombian cargo airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4296 +{"wikidata_id": "Q381789", "display_name": "dap.cl", "legal_name": null, "aliases": ["Aerovias DAP"], "website": "https://www.dap.cl", "canonical_domain": "dap.cl", "country": "CL", "hq_city": "Punta Arenas", "hq_region": "Punta Arenas", "lat": -53.1625, "lon": -70.90806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerov%C3%ADas_Dap.png", "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4297 +{"wikidata_id": "Q39087006", "display_name": "The Athletic", "legal_name": null, "aliases": ["Athletic", "TA", "Athletic Media Company", "The Athletic Media Company"], "website": "https://theathletic.com", "canonical_domain": "theathletic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900MHAK1ZBW5C3M61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Athletic_wordmark_black_2020.svg", "description": "subscription-based sports news website", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4298 +{"wikidata_id": "Q4019803", "display_name": "wildfiregames.com", "legal_name": null, "aliases": [], "website": "https://wildfiregames.com", "canonical_domain": "wildfiregames.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["gaming"], "industry_labels": ["video game developer"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WildfireGames.png", "description": "video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4299 +{"wikidata_id": "Q4033625", "display_name": "Air Sunshine", "legal_name": null, "aliases": [], "website": "https://www.airsunshine.com", "canonical_domain": "airsunshine.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Sunshine_logo.svg", "description": "airline of the United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4300 +{"wikidata_id": "Q4053058", "display_name": "West Wind Aviation", "legal_name": null, "aliases": [], "website": "https://www.westwindaviation.ca", "canonical_domain": "westwindaviation.ca", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WWALogo.png", "description": "Canadian airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4301 +{"wikidata_id": "Q420162", "display_name": "Aklak Air", "legal_name": null, "aliases": [], "website": "https://www.aklakair.ca", "canonical_domain": "aklakair.ca", "country": "CA", "hq_city": "Inuvik", "hq_region": "Northwest Territories", "lat": 68.36167, "lon": -133.73056, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aklak_Air_Logo.svg", "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4302 +{"wikidata_id": "Q4261598", "display_name": "Ignatius Press", "legal_name": null, "aliases": [], "website": "https://www.ignatius.com", "canonical_domain": "ignatius.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "catholic publishing house", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4303 +{"wikidata_id": "Q4272310", "display_name": "Estafeta Carga Aérea", "legal_name": null, "aliases": ["Estafeta Carga Aerea", "Estafeta Cargo"], "website": "https://www.estafeta.com", "canonical_domain": "estafeta.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q108185876", "name": "Estafeta Mexicana"}, "logo_url": null, "description": "Cargo Airline in Mexico", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4304 +{"wikidata_id": "Q430230", "display_name": "Coleman Company", "legal_name": null, "aliases": ["Coleman", "Inc."], "website": "https://www.coleman.com", "canonical_domain": "coleman.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["consumer-goods"], "industry_labels": ["sports equipment"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": null, "description": "brand of outdoor recreation products, especially camping gear", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4305 +{"wikidata_id": "Q4346838", "display_name": "Kleiner Perkins Caufield & Byers", "legal_name": null, "aliases": ["Kleiner Perkins", "Koliner Perkins", "KPCB"], "website": "https://www.kpcb.com", "canonical_domain": "kpcb.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kleiner_Perkins_logo_black.svg", "description": "American venture capital firm", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4306 +{"wikidata_id": "Q4356504", "display_name": "Cole Haan", "legal_name": null, "aliases": [], "website": "https://www.colehaan.com", "canonical_domain": "colehaan.com", "country": "US", "hq_city": "Greenland", "hq_region": "Rockingham County", "lat": 43.03611, "lon": -70.83278, "industries": ["apparel"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cole_Haan_Logo.svg", "description": "American footwear company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4307 +{"wikidata_id": "Q442450", "display_name": "Florida East Coast Railway", "legal_name": null, "aliases": ["FEC"], "website": "https://fecrwy.com", "canonical_domain": "fecrwy.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["transportation"], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q442450", "name": "Florida East Coast Railway"}, "logo_url": null, "description": "transport company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4308 +{"wikidata_id": "Q467598", "display_name": "Cryptic Studios", "legal_name": null, "aliases": [], "website": "https://www.crypticstudios.com", "canonical_domain": "crypticstudios.com", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.23611, "lon": -121.96167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7168080", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cryptic_Studios_Logo.svg", "description": "video game developing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4309 +{"wikidata_id": "Q474627", "display_name": "Amphetamine Reptile Records", "legal_name": null, "aliases": ["Am Rep", "Am-Rep", "Amphetamine Reptile", "AmRep"], "website": "https://www.amphetaminereptile.com", "canonical_domain": "amphetaminereptile.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["entertainment"], "industry_labels": ["SIC 6552 Land Subdividers & Developers (No Cemeteries)"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "AXR", "exchange": "NYSE", "lei": null, "sec_cik": "6207", "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "6207", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4310 +{"wikidata_id": "Q4789651", "display_name": "Argon 18", "legal_name": null, "aliases": [], "website": "https://www.argon18bike.com", "canonical_domain": "argon18bike.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Argon18_logo_H_RGB.gif", "description": "Canadian cycle manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4311 +{"wikidata_id": "Q4822010", "display_name": "Auntie Anne's", "legal_name": null, "aliases": [], "website": "https://www.auntieannes.com", "canonical_domain": "auntieannes.com", "country": "US", "hq_city": "Lancaster U.S. Post Office building", "hq_region": "Pennsylvania", "lat": 40.04056, "lon": -76.30778, "industries": ["food-beverage", "retail"], "industry_labels": ["gastronomy", "retail"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Auntie_Anne%27s_logo_and_slogan.png", "description": "American pretzel shops", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4312 +{"wikidata_id": "Q4928865", "display_name": "Blue Bell Creameries", "legal_name": null, "aliases": [], "website": "https://www.bluebell.com", "canonical_domain": "bluebell.com", "country": "US", "hq_city": "Brenham", "hq_region": "Washington County", "lat": 30.16194, "lon": -96.39694, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American ice cream company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4313 +{"wikidata_id": "Q4958263", "display_name": "Braum's", "legal_name": null, "aliases": ["Braums", "Braum's Ice Cream and Dairy Store"], "website": "https://braums.com", "canonical_domain": "braums.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4314 +{"wikidata_id": "Q5184987", "display_name": "Cricket Wireless", "legal_name": null, "aliases": ["Cricket Wireless.com"], "website": "https://www.cricketwireless.com", "canonical_domain": "cricketwireless.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35476", "name": "AT&T"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cricket_Wireless_%282014%29.svg", "description": "American telecommunications company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4315 +{"wikidata_id": "Q5275948", "display_name": "Digital Photography Review", "legal_name": null, "aliases": ["DPReview"], "website": "https://www.dpreview.com", "canonical_domain": "dpreview.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q140069883", "name": "Gear Patrol"}, "logo_url": null, "description": "website about digital cameras and digital photography", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4316 +{"wikidata_id": "Q5305647", "display_name": "Draken International", "legal_name": null, "aliases": [], "website": "https://www.drakenintl.com", "canonical_domain": "drakenintl.com", "country": "US", "hq_city": "Lakeland", "hq_region": "Polk County", "lat": 28.04111, "lon": -81.95889, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Draken_Logo.jpg", "description": "company providing fighter aircraft for training purposes", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4317 +{"wikidata_id": "Q5319205", "display_name": "Dynetics", "legal_name": null, "aliases": [], "website": "https://www.dynetics.com", "canonical_domain": "dynetics.com", "country": "US", "hq_city": "Huntsville", "hq_region": "Madison County", "lat": 34.71361, "lon": -86.58611, "industries": ["automotive", "defense", "aerospace-defense"], "industry_labels": ["automotive industry", "weapons industry", "space industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502132", "name": "Leidos"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dynetics-Leidos_logo.svg", "description": "aerospace and defense manufacturer in the United States", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4318 +{"wikidata_id": "Q5370765", "display_name": "J.Crew", "legal_name": null, "aliases": ["J Crew", "J. Crew", "J.Crew Group", "J.Crew Group", "Inc.", "JCrew"], "website": "https://www.jcrew.com", "canonical_domain": "jcrew.com", "country": "US", "hq_city": "225 Liberty Street", "hq_region": "Manhattan", "lat": 40.7125, "lon": -74.01528, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "STJVF3IZKPXHGSIMTQ42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JCrewLogo.png", "description": "American multi-brand, multi-channel, specialty retailer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4319 +{"wikidata_id": "Q539548", "display_name": "MGA Entertainment", "legal_name": null, "aliases": ["Micro-Games America Entertainment"], "website": "https://www.mgae.com", "canonical_domain": "mgae.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001TNIDB3A7LBE09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MGA_Entertainment_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4320 +{"wikidata_id": "Q544150", "display_name": "Vanguard Animation", "legal_name": null, "aliases": ["Vanguard Films & Animation"], "website": "https://www.vanguardanimation.com", "canonical_domain": "vanguardanimation.com", "country": "US", "hq_city": "West Hollywood", "hq_region": "Los Angeles County", "lat": 34.08778, "lon": -118.37222, "industries": ["entertainment"], "industry_labels": ["computer animation"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US film production studio founded 2002", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4321 +{"wikidata_id": "Q5461946", "display_name": "Florsheim Shoes", "legal_name": null, "aliases": [], "website": "https://www.florsheim.com", "canonical_domain": "florsheim.com", "country": "US", "hq_city": "Glendale", "hq_region": "Milwaukee County", "lat": 43.13, "lon": -87.92778, "industries": ["apparel"], "industry_labels": [], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "an American shoe brand", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4322 +{"wikidata_id": "Q5583655", "display_name": "Goodwill Industries", "legal_name": null, "aliases": ["goodwill", "Goodwill", "Goodwill Industries International", "Goodwill Industries International", "Inc."], "website": "https://www.goodwill.org", "canonical_domain": "goodwill.org", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["professional-services", "retail"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goodwill_Industries_Logo.svg", "description": "American job services nonprofit & thrift store chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4323 +{"wikidata_id": "Q561407", "display_name": "Wall Street English", "legal_name": null, "aliases": ["Wall Street Institute"], "website": "https://www.wallstreetenglish.com", "canonical_domain": "wallstreetenglish.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["education"], "industry_labels": ["education"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "provider of English language instruction", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4324 +{"wikidata_id": "Q569417", "display_name": "aegworldwide.com", "legal_name": null, "aliases": ["AEG"], "website": "https://www.aegworldwide.com", "canonical_domain": "aegworldwide.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sporting and music entertainment company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7713888"}]}
4325 +{"wikidata_id": "Q584202", "display_name": "Fodera", "legal_name": null, "aliases": [], "website": "https://www.fodera.com", "canonical_domain": "fodera.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American guitar manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4326 +{"wikidata_id": "Q59491380", "display_name": "Ampere Computing", "legal_name": null, "aliases": [], "website": "https://amperecomputing.com", "canonical_domain": "amperecomputing.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology", "semiconductors"], "industry_labels": ["computer industry", "semiconductor industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ampere_Computing_LLC_Logo.svg", "description": "American company that develops Cloud Native Processors", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4327 +{"wikidata_id": "Q6008768", "display_name": "InFocus", "legal_name": null, "aliases": ["InFocus Corporation"], "website": "https://www.infocus.com", "canonical_domain": "infocus.com", "country": "US", "hq_city": "Tigard", "hq_region": "Washington County", "lat": 45.42778, "lon": -122.77889, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InFocus_wordmark.svg", "description": "American company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4328 +{"wikidata_id": "Q616855", "display_name": "SonicWall", "legal_name": null, "aliases": [], "website": "https://www.sonicwall.com", "canonical_domain": "sonicwall.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SonicWall_2016_Logo.png", "description": "cybersecurity company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4329 +{"wikidata_id": "Q6379433", "display_name": "Weatherby", "legal_name": null, "aliases": [], "website": "https://weatherby.com", "canonical_domain": "weatherby.com", "country": "US", "hq_city": "Sheridan", "hq_region": "Sheridan County", "lat": 44.79667, "lon": -106.95889, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weatherby-logo-small.png", "description": "American gun manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4330 +{"wikidata_id": "Q65121026", "display_name": "Zoox", "legal_name": "Zoox, Inc.", "aliases": ["Amazon deploys fleet of self-driving robotaxis on California streets", "Inc.", "Inc. (Foster", "CA)"], "website": "https://zoox.com", "canonical_domain": "zoox.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["transportation", "robotics", "manufacturing"], "industry_labels": ["transport", "robotics", "industrial manufacturing"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zoox_logo.svg", "description": "company developing automated taxis", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4331 +{"wikidata_id": "Q675208", "display_name": "Ferret Music", "legal_name": null, "aliases": [], "website": "https://www.ferretstyle.com", "canonical_domain": "ferretstyle.com", "country": "US", "hq_city": "New Brunswick", "hq_region": "Canada", "lat": 46.6, "lon": -66.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4332 +{"wikidata_id": "Q6897006", "display_name": "Mom + Pop Music", "legal_name": null, "aliases": ["Mom + Pop"], "website": "https://www.momandpopmusic.com", "canonical_domain": "momandpopmusic.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mom_%2B_Pop_logo.png", "description": "American independent record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4333 +{"wikidata_id": "Q6907470", "display_name": "Moon Express", "legal_name": null, "aliases": ["MoonEx"], "website": "https://moonexpress.com", "canonical_domain": "moonexpress.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American privately held company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4334 +{"wikidata_id": "Q691940", "display_name": "Folgers", "legal_name": null, "aliases": [], "website": "https://www.folgerscoffee.com", "canonical_domain": "folgerscoffee.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1850, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American coffee brand", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4335 +{"wikidata_id": "Q7012543", "display_name": "New World Interactive", "legal_name": null, "aliases": ["NWI"], "website": "https://newworldinteractive.com", "canonical_domain": "newworldinteractive.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_World_Interactive_Logo.svg", "description": "American video game development company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4336 +{"wikidata_id": "Q7131061", "display_name": "Panic", "legal_name": null, "aliases": ["Panic Inc", "Inc."], "website": "https://panic.com", "canonical_domain": "panic.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["software", "gaming"], "industry_labels": ["software industry", "video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panic_Inc_Logo.svg", "description": "American software company and video game publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4337 +{"wikidata_id": "Q7138835", "display_name": "Parkwood Entertainment", "legal_name": null, "aliases": ["Parkwood Entertainment LLC"], "website": "https://www.beyonce.com", "canonical_domain": "beyonce.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["music industry", "film industry", "entertainment industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q183387", "name": "Columbia Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PWE.svg", "description": "American entertainment and management company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4338 +{"wikidata_id": "Q7227647", "display_name": "Pond's Creams", "legal_name": null, "aliases": [], "website": "https://www.ponds.com", "canonical_domain": "ponds.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1846, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Beauty product brand", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4339 +{"wikidata_id": "Q727561", "display_name": "Funny or Die", "legal_name": null, "aliases": [], "website": "https://www.funnyordie.com", "canonical_domain": "funnyordie.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Funny_or_Die_logo.png", "description": "comedy website/film/TV production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4340 +{"wikidata_id": "Q7299616", "display_name": "Razor & Tie", "legal_name": null, "aliases": [], "website": "https://www.razorandtie.com", "canonical_domain": "razorandtie.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1124061", "name": "Concord Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Razor_%26_Tie.png", "description": "American record label and music publishing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4341 +{"wikidata_id": "Q73053", "display_name": "Schwinn Bicycle Company", "legal_name": null, "aliases": [], "website": "https://www.schwinnbikes.com", "canonical_domain": "schwinnbikes.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schwinn_logo.png", "description": "American bicycle company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4342 +{"wikidata_id": "Q735562", "display_name": "soriana.com", "legal_name": null, "aliases": ["Soriana Híper y Súper"], "website": "https://www.soriana.com", "canonical_domain": "soriana.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoSorianaSVG.svg", "description": "public company and retailer in Mexico", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4343 +{"wikidata_id": "Q7397064", "display_name": "Sacred Bones Records", "legal_name": null, "aliases": [], "website": "https://www.sacredbonesrecords.com", "canonical_domain": "sacredbonesrecords.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sacredbones.jpg", "description": "American record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4344 +{"wikidata_id": "Q74878", "display_name": "Northwestern Air", "legal_name": null, "aliases": ["Northwestern Air Lease Ltd"], "website": "https://www.nwal.ca", "canonical_domain": "nwal.ca", "country": "CA", "hq_city": "Fort Smith", "hq_region": "Region 5, Northwest Territories", "lat": 60.0053, "lon": -111.891, "industries": ["airlines"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4345 +{"wikidata_id": "Q7512267", "display_name": "Sigma Alimentos", "legal_name": null, "aliases": [], "website": "https://www.sigma-alimentos.com", "canonical_domain": "sigma-alimentos.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sigma_Alimentos_logotipo.png", "description": "Mexican food processing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4346 +{"wikidata_id": "Q7580872", "display_name": "Springer Publishing", "legal_name": null, "aliases": [], "website": "https://www.springerpub.com", "canonical_domain": "springerpub.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4347 +{"wikidata_id": "Q7596772", "display_name": "Stage 6 Films", "legal_name": null, "aliases": ["Direct-to-video low-budget film and acquisition label"], "website": "https://www.stage6films.com", "canonical_domain": "stage6films.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stage_6_Films_2025_logo.png", "description": "American film production label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4348 +{"wikidata_id": "Q766329", "display_name": "Seattle's Best Coffee", "legal_name": null, "aliases": [], "website": "https://www.seattlesbest.com", "canonical_domain": "seattlesbest.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["food-beverage"], "industry_labels": ["coffee"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160746", "name": "Nestlé"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seattle%27s_Best_Coffee_logo.svg", "description": "American specialty coffee retailer and wholesaler", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4349 +{"wikidata_id": "Q775680", "display_name": "Monster Games", "legal_name": null, "aliases": ["Monster Games Inc.", "Inc."], "website": "https://www.mgiracing.com", "canonical_domain": "mgiracing.com", "country": "US", "hq_city": "Northfield", "hq_region": "Rice County", "lat": 44.45833, "lon": -93.16111, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monster_Games_logo.svg", "description": "American video game development company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4350 +{"wikidata_id": "Q790268", "display_name": "Avatar Press", "legal_name": "Avatar Press, Inc.", "aliases": [], "website": "https://www.avatarpress.com", "canonical_domain": "avatarpress.com", "country": "US", "hq_city": "Rantoul", "hq_region": "Champaign County", "lat": 40.30472, "lon": -88.15194, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent comic book publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4351 +{"wikidata_id": "Q8073886", "display_name": "Zondervan", "legal_name": null, "aliases": ["The Zondervan Corporation", "Zondervan Publishing Company", "Zondervan Publishing House"], "website": "https://www.zondervan.com", "canonical_domain": "zondervan.com", "country": "US", "hq_city": "Grand Rapids", "hq_region": "Kent County", "lat": 42.96333, "lon": -85.66778, "industries": ["media"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95149", "name": "HarperCollins"}, "logo_url": null, "description": "Christian publishing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4352 +{"wikidata_id": "Q834077", "display_name": "Rohm and Haas", "legal_name": null, "aliases": [], "website": "https://www.rohmhaas.com", "canonical_domain": "rohmhaas.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q855639", "name": "Dow Chemical Company"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4353 +{"wikidata_id": "Q845330", "display_name": "Zellers", "legal_name": null, "aliases": [], "website": "https://zellers.com", "canonical_domain": "zellers.com", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q76039", "name": "Hudson's Bay Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zellers_logo.svg", "description": "retail company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4354 +{"wikidata_id": "Q846922", "display_name": "Avianca Honduras", "legal_name": null, "aliases": ["Avianca", "WC"], "website": "https://www.flyislena.com", "canonical_domain": "flyislena.com", "country": "HN", "hq_city": "La Ceiba", "hq_region": "Atlántida Department", "lat": 15.78334, "lon": -86.79178, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790788", "name": "Avianca Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Avianca_%28Colombia%29.png", "description": "Honduran domestic airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4355 +{"wikidata_id": "Q852270", "display_name": "Precision Manuals Development Group", "legal_name": null, "aliases": ["PMDG"], "website": "https://www.precisionmanuals.com", "canonical_domain": "precisionmanuals.com", "country": "US", "hq_city": "Alexandria", "hq_region": "Virginia", "lat": 38.80472, "lon": -77.04722, "industries": [], "industry_labels": ["flight simulator"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flight simulation company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4356 +{"wikidata_id": "Q867526", "display_name": "Ultimate Ears", "legal_name": null, "aliases": [], "website": "https://www.ultimateears.com", "canonical_domain": "ultimateears.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["technology"], "industry_labels": ["headphone", "consumer electronics industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q223127", "name": "Logitech"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ultimate_Ears_logo_2017.png", "description": "American headphone company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4357 +{"wikidata_id": "Q898651", "display_name": "Votorantim Group", "legal_name": null, "aliases": [], "website": "https://www.votorantim.com.br", "canonical_domain": "votorantim.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Votorantim.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4358 +{"wikidata_id": "Q900942", "display_name": "Northern Air Cargo", "legal_name": null, "aliases": ["NAC"], "website": "https://www.nac.aero", "canonical_domain": "nac.aero", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Northern_Air_Cargo_Logo.svg", "description": "US airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4359 +{"wikidata_id": "Q942741", "display_name": "Pollo Campero", "legal_name": null, "aliases": [], "website": "https://www.campero.com", "canonical_domain": "campero.com", "country": "GT", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1600, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PolloCampero_Logo.png", "description": "chain of restaurants", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4360 +{"wikidata_id": "Q4751092", "display_name": "Analysis Group", "legal_name": null, "aliases": [], "website": "https://www.analysisgroup.com", "canonical_domain": "analysisgroup.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["consulting"], "industry_labels": ["economic consulting"], "founded_year": 1981, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Analysis_Group_Inc._logo.svg", "description": "American consulting company", "sitelinks": 3, "importance": 0.2516, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4361 +{"wikidata_id": "Q6041652", "display_name": "WOM", "legal_name": null, "aliases": [], "website": "https://www.wom.cl", "canonical_domain": "wom.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 2015, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WOM_Chile_logo.svg", "description": "telecommunications company in Chile", "sitelinks": 3, "importance": 0.2506, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4362 +{"wikidata_id": "Q5736018", "display_name": "Viação Pluma Internacional", "legal_name": null, "aliases": [], "website": "https://www.pluma.com.br", "canonical_domain": "pluma.com.br", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": [], "industry_labels": [], "founded_year": null, "employees": 1300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2496, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4363 +{"wikidata_id": "Q10344511", "display_name": "Paradise Aircraft", "legal_name": null, "aliases": [], "website": "https://www.paradise-ultraleve.com", "canonical_domain": "paradise-ultraleve.com", "country": "BR", "hq_city": "Feira de Santana", "hq_region": "Bahia", "lat": -12.26694, "lon": -38.96694, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1985, "employees": 65, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian aircraft manufacturer", "sitelinks": 5, "importance": 0.249, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4364 +{"wikidata_id": "Q138932758", "display_name": "BNB Plus Corp", "legal_name": "Applied DNA Sciences, Inc.", "aliases": ["Applied DNA Sciences", "BNB Plus Corporation", "BNBX", "BNB Plus"], "website": "https://www.bnb.plus", "canonical_domain": "bnb.plus", "country": "US", "hq_city": "Catherine's Gate", "hq_region": "Brașov", "lat": 45.6395, "lon": 25.5861, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "cryptocurrency"], "founded_year": 1983, "employees": 26, "public_company": true, "ticker": "BNBX", "exchange": "Nasdaq", "lei": null, "sec_cik": "744452", "parent": null, "logo_url": null, "description": "American publicly traded digital asset management company listed on NASDAQ (BNBX)", "sitelinks": 0, "importance": 0.2477, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4365 +{"wikidata_id": "Q110236286", "display_name": "Stoke Space", "legal_name": null, "aliases": ["Stoke", "Stoke Space Technologies", "Inc."], "website": "https://www.stokespace.com", "canonical_domain": "stokespace.com", "country": "US", "hq_city": "Kent", "hq_region": "King County", "lat": 47.38278, "lon": -122.22694, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2019, "employees": 18, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stoke_Space_SVG_logo.svg", "description": "American aerospace company working on a reusable rocket", "sitelinks": 6, "importance": 0.2472, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4366 +{"wikidata_id": "Q105628552", "display_name": "Erewhon", "legal_name": null, "aliases": ["EREWHON", "Erewhon Market"], "website": "https://www.erewhonmarket.com", "canonical_domain": "erewhonmarket.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail", "healthcare"], "industry_labels": ["retail", "health food"], "founded_year": 1966, "employees": 216, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Erewhon.svg", "description": "luxury supermarket chain", "sitelinks": 4, "importance": 0.2471, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4367 +{"wikidata_id": "Q1665583", "display_name": "Administración Nacional de Usinas y Transmisiones Eléctricas", "legal_name": null, "aliases": ["UTE", "Usinas y Trasmisiones Eléctricas"], "website": "https://www.ute.com.uy", "canonical_domain": "ute.com.uy", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["energy"], "industry_labels": ["electric power generation, transmission and distribution"], "founded_year": 1912, "employees": 6, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UTE_logo_2022.svg", "description": "Uruguayan power company", "sitelinks": 7, "importance": 0.2468, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4368 +{"wikidata_id": "Q127220493", "display_name": "Lunar Outpost", "legal_name": null, "aliases": [], "website": "https://www.lunaroutpost.com", "canonical_domain": "lunaroutpost.com", "country": "US", "hq_city": "Golden", "hq_region": "Jefferson County", "lat": 39.74694, "lon": -105.21083, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2017, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American private space company", "sitelinks": 4, "importance": 0.246, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4369 +{"wikidata_id": "Q1024012", "display_name": "COM DEV International", "legal_name": null, "aliases": [], "website": "https://www.comdev.ca", "canonical_domain": "comdev.ca", "country": "CA", "hq_city": "Cambridge", "hq_region": "Regional Municipality of Waterloo", "lat": 43.36, "lon": -80.3125, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COM_DEV_International_Logo.svg", "description": "satellite technology, space sciences and telecommunications company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4370 +{"wikidata_id": "Q1032408", "display_name": "Canadian Western Bank", "legal_name": null, "aliases": [], "website": "https://www.cwbank.com", "canonical_domain": "cwbank.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300QG7XFGLKN6HL17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Western_Bank_Financial_Group_horizontal_logo.svg", "description": "Canadian bank and financial services provider", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4371 +{"wikidata_id": "Q1315706", "display_name": "Symetra", "legal_name": null, "aliases": [], "website": "https://www.symetra.com", "canonical_domain": "symetra.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "5493004WNE7ORFD3AZ54", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4372 +{"wikidata_id": "Q1509926", "display_name": "Modine", "legal_name": null, "aliases": [], "website": "https://www.modine.com", "canonical_domain": "modine.com", "country": "US", "hq_city": "Racine", "hq_region": "Racine County", "lat": 42.72611, "lon": -87.80583, "industries": [], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300Q6I66JKLVGKT08", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Modine.svg", "description": "public company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4373 +{"wikidata_id": "Q15302718", "display_name": "Exelis Inc.", "legal_name": null, "aliases": ["ITT Exelis"], "website": "https://www.exelisinc.com", "canonical_domain": "exelisinc.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["defense"], "industry_labels": ["weapons industry", "SIC 3669 Communications Equipment, NEC"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300RO2XES74KQGG63", "sec_cik": "1524471", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exelis_Inc._logo.svg", "description": "American aerospace and defense company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1524471", "enriched_at": "2026-09-13T07:20:10+00:00"}}
4374 +{"wikidata_id": "Q16496446", "display_name": "Daycoval", "legal_name": null, "aliases": [], "website": "https://www.daycoval.com.br", "canonical_domain": "daycoval.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Brazil", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4375 +{"wikidata_id": "Q16933746", "display_name": "SEACOR Holdings", "legal_name": null, "aliases": [], "website": "https://www.seacorholdings.com", "canonical_domain": "seacorholdings.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "SIC 4412 Deep Sea Foreign Transportation of Freight"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "X5K24XLM8QYRXF00EB42", "sec_cik": "859598", "parent": null, "logo_url": null, "description": "U.S. marine services company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "859598", "enriched_at": "2026-09-13T07:20:12+00:00"}}
4376 +{"wikidata_id": "Q2045484", "display_name": "Pacific & Western Bank of Canada", "legal_name": null, "aliases": [], "website": "https://www.pwbank.com", "canonical_domain": "pwbank.com", "country": "CA", "hq_city": "London", "hq_region": "Ontario", "lat": 42.9837, "lon": -81.2497, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian bank", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4377 +{"wikidata_id": "Q2997693", "display_name": "Canadian Malartic Corporation", "legal_name": null, "aliases": ["Osisko Mining", "Osisko Mining Corporation"], "website": "https://www.miniereosisko.com", "canonical_domain": "miniereosisko.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "254900SJU6CW31RVHW15", "sec_cik": null, "parent": {"wikidata_id": "Q1534597", "name": "Gold Fields"}, "logo_url": null, "description": "Canadian mining company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4378 +{"wikidata_id": "Q3129010", "display_name": "Health Net", "legal_name": null, "aliases": [], "website": "https://www.healthnet.com", "canonical_domain": "healthnet.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["healthcare"], "industry_labels": ["managed care", "health care industry", "SIC 6324 Hospital & Medical Service Plans"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "VJE5UWSRKHIHB63TF042", "sec_cik": "916085", "parent": {"wikidata_id": "Q5059102", "name": "Centene Corporation"}, "logo_url": null, "description": "American health care insurance provider", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "916085", "enriched_at": "2026-09-13T07:20:13+00:00"}}
4379 +{"wikidata_id": "Q3191419", "display_name": "Piksel", "legal_name": "Piksel, Inc.", "aliases": ["KIT Digital"], "website": "https://www.kitd.com", "canonical_domain": "kitd.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["Internet Protocol television", "SIC 8900 Services-Services, NEC"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300V1W9WZX7V08023", "sec_cik": "1076700", "parent": null, "logo_url": null, "description": "professional service and technology provider to the broadcast and media industries", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1076700", "enriched_at": "2026-09-13T07:20:15+00:00"}}
4380 +{"wikidata_id": "Q3389502", "display_name": "Pizza Delight", "legal_name": null, "aliases": [], "website": "https://www.pizzadelight.com", "canonical_domain": "pizzadelight.com", "country": "CA", "hq_city": "Moncton", "hq_region": "Westmorland County", "lat": 46.08831, "lon": -64.77754, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pizza_Delight_logo.jpg", "description": "Canadian pizza restaurant franchise", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4381 +{"wikidata_id": "Q4654592", "display_name": "ATCO", "legal_name": null, "aliases": [], "website": "https://www.atco.com", "canonical_domain": "atco.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ATCO_Logo.svg", "description": "large Canadian holding company with nearly 7,000 employees; subsidiaries are diverse but most are in either the gas/electricity or construction industries", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4382 +{"wikidata_id": "Q4654917", "display_name": "ATS Automation Tooling Systems", "legal_name": null, "aliases": [], "website": "https://www.atsautomation.com", "canonical_domain": "atsautomation.com", "country": "CA", "hq_city": "Cambridge", "hq_region": "Regional Municipality of Waterloo", "lat": 43.36, "lon": -80.3125, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1405196", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ATS-Corporation-Logo-2024.png", "description": "Ontario, Canada-based factory automation company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4383 +{"wikidata_id": "Q4654921", "display_name": "ATS Medical", "legal_name": null, "aliases": [], "website": "https://www.atsmedical.com", "canonical_domain": "atsmedical.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["medical-devices"], "industry_labels": ["medical technology", "SIC 3842 Orthopedic, Prosthetic & Surgical Appliances & Supplies"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "824068", "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "824068", "enriched_at": "2026-09-13T07:20:20+00:00"}}
4384 +{"wikidata_id": "Q4724292", "display_name": "Algoma Central", "legal_name": null, "aliases": [], "website": "https://www.algonet.com", "canonical_domain": "algonet.com", "country": "CA", "hq_city": "St. Catharines", "hq_region": "Regional Municipality of Niagara", "lat": 43.18333, "lon": -79.23333, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipping, transportation and real-estate company in Ontario, Canada", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4385 +{"wikidata_id": "Q4769205", "display_name": "Annie's Homegrown", "legal_name": null, "aliases": [], "website": "https://www.annies.com", "canonical_domain": "annies.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["food-beverage"], "industry_labels": ["SIC 2090 Miscellaneous Food Preparations & Kindred Products"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "890818", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Annies_logo.png", "description": "food company based in California", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "890818", "enriched_at": "2026-09-13T07:20:21+00:00"}}
4386 +{"wikidata_id": "Q4778095", "display_name": "Anworth Mortgage Asset Corporation", "legal_name": null, "aliases": [], "website": "https://www.anworth.com", "canonical_domain": "anworth.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["asset-management"], "industry_labels": ["real estate investment trust", "SIC 6798 Real Estate Investment Trusts"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "N2KM5OGWVS7HLNUACF84", "sec_cik": "1047884", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1047884", "enriched_at": "2026-09-13T07:20:23+00:00"}}
4387 +{"wikidata_id": "Q4856834", "display_name": "Banmédica", "legal_name": null, "aliases": ["Banmedica"], "website": "https://www.empresasbanmedica.cl", "canonical_domain": "empresasbanmedica.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["healthcare"], "industry_labels": ["health"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Health insurance company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4388 +{"wikidata_id": "Q4887418", "display_name": "Beneficial Bank", "legal_name": null, "aliases": [], "website": "https://www.thebeneficial.com", "canonical_domain": "thebeneficial.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1853, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "EBUZWPCV9RVYQNH5Q559", "sec_cik": null, "parent": null, "logo_url": null, "description": "American bank", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4389 +{"wikidata_id": "Q4889685", "display_name": "Bennett Environmental", "legal_name": null, "aliases": [], "website": "https://www.bennettenv.com", "canonical_domain": "bennettenv.com", "country": "CA", "hq_city": "Oakville", "hq_region": "Regional Municipality of Halton", "lat": 43.45, "lon": -79.68333, "industries": ["utilities"], "industry_labels": ["waste management", "SIC 4955 Hazardous Waste Management"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1048295", "parent": null, "logo_url": null, "description": "Canadian waste management company (1991-2013)", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1048295", "enriched_at": "2026-09-13T07:20:23+00:00"}}
4390 +{"wikidata_id": "Q4932386", "display_name": "Bob Evans Restaurants", "legal_name": null, "aliases": [], "website": "https://www.bobevans.com", "canonical_domain": "bobevans.com", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 39.96222, "lon": -83.00056, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4391 +{"wikidata_id": "Q497419", "display_name": "Actuate Corporation", "legal_name": null, "aliases": [], "website": "https://www.actuate.com", "canonical_domain": "actuate.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": ["software industry", "business analytics", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1062478", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Actuate_Corporation_logo.png", "description": "company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1062478", "enriched_at": "2026-09-13T07:20:25+00:00"}}
4392 +{"wikidata_id": "Q5011970", "display_name": "CI Financial", "legal_name": null, "aliases": ["CI Financial Income Fund"], "website": "https://www.cifinancial.com", "canonical_domain": "cifinancial.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "largest investment management firm by assets under management in Canada", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4393 +{"wikidata_id": "Q5038833", "display_name": "CareFusion", "legal_name": null, "aliases": [], "website": "https://www.carefusion.com", "canonical_domain": "carefusion.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization in San Diego, United States", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4394 +{"wikidata_id": "Q5057419", "display_name": "Celadon Group", "legal_name": null, "aliases": [], "website": "https://www.celadontrucking.com", "canonical_domain": "celadontrucking.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["transportation", "logistics"], "industry_labels": ["transport", "logistics", "SIC 4213 Trucking (No Local)"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "5493001PPYXMTB71O878", "sec_cik": "865941", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Celadon_Group_logo.svg", "description": "former American truckload shipping company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "865941", "enriched_at": "2026-09-13T07:20:27+00:00"}}
4395 +{"wikidata_id": "Q5170685", "display_name": "Corinthian Colleges", "legal_name": null, "aliases": [], "website": "https://www.cci.edu", "canonical_domain": "cci.edu", "country": "US", "hq_city": "United States", "hq_region": "CA", "lat": 39.82818, "lon": -98.5795, "industries": ["education"], "industry_labels": ["for-profit education", "SIC 8200 Services-Educational Services"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1066134", "parent": null, "logo_url": null, "description": "former large for-profit post-secondary education company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1066134", "enriched_at": "2026-09-13T07:20:27+00:00"}}
4396 +{"wikidata_id": "Q5182813", "display_name": "Crawford & Company", "legal_name": null, "aliases": [], "website": "https://www.crawfordandcompany.comhttps", "canonical_domain": "crawfordandcompany.comhttps", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["insurance"], "industry_labels": ["SIC 6411 Insurance Agents, Brokers & Service"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "CRD-A", "exchange": "New York Stock Exchange", "lei": "7TZZFJ2GPOGLWIKIXY82", "sec_cik": "25475", "parent": null, "logo_url": null, "description": "American insurance claims management company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "25475", "enriched_at": "2026-09-13T07:20:27+00:00"}}
4397 +{"wikidata_id": "Q5307081", "display_name": "Dresser-Rand Group", "legal_name": null, "aliases": [], "website": "https://www.dresser-rand.com", "canonical_domain": "dresser-rand.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300O3MTRIZNIDJN38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dr-siemens-logo.svg", "description": "Siemens-owned engineering and manufacturing company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4398 +{"wikidata_id": "Q5419709", "display_name": "Exco Technologies", "legal_name": null, "aliases": [], "website": "https://www.excocorp.com", "canonical_domain": "excocorp.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian tool and die supplier", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4399 +{"wikidata_id": "Q5452290", "display_name": "First American Corporation", "legal_name": null, "aliases": ["First American Title"], "website": "https://www.firstam.com", "canonical_domain": "firstam.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "36047", "parent": null, "logo_url": null, "description": "financial services company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "36047", "enriched_at": "2026-09-13T07:20:27+00:00"}}
4400 +{"wikidata_id": "Q5579818", "display_name": "Golden Star Resources", "legal_name": null, "aliases": [], "website": "https://www.gsr.com", "canonical_domain": "gsr.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["gold mining"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian gold mining company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4401 +{"wikidata_id": "Q5905787", "display_name": "Horsehead Corporation", "legal_name": null, "aliases": ["The New Jersey Zinc Company", "New Jersey Zinc Company"], "website": "https://www.zinccorp.com", "canonical_domain": "zinccorp.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "PA", "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["mining", "zinc industry"], "founded_year": 1848, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1468501", "parent": null, "logo_url": null, "description": "American producer of zinc and related materials", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1468501", "enriched_at": "2026-09-13T07:20:28+00:00"}}
4402 +{"wikidata_id": "Q6524456", "display_name": "Leon's", "legal_name": null, "aliases": [], "website": "https://www.leons.ca", "canonical_domain": "leons.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["consumer-goods"], "industry_labels": ["furniture industry"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian furniture retailer", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4403 +{"wikidata_id": "Q7001355", "display_name": "Endeavor Streaming", "legal_name": null, "aliases": ["JumpTV", "NeuLion"], "website": "https://www.neulion.com", "canonical_domain": "neulion.com", "country": "US", "hq_city": "Plainview", "hq_region": "Oyster Bay", "lat": 40.78, "lon": -73.4794, "industries": ["entertainment", "technology"], "industry_labels": ["SIC 4841 Cable & Other Pay Television Services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1387713", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Endeavor_Streaming_Logo_2023.png", "description": "digital video company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1387713", "enriched_at": "2026-09-13T07:20:30+00:00"}}
4404 +{"wikidata_id": "Q7050428", "display_name": "Norbord", "legal_name": null, "aliases": [], "website": "https://www.norbord.com", "canonical_domain": "norbord.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["materials"], "industry_labels": ["forestry", "SIC 2400 Lumber & Wood Products (No Furniture)"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "894500AGRDSVB2FO1E50", "sec_cik": "877365", "parent": null, "logo_url": null, "description": "former Canadian wood product manufacturer", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "877365", "enriched_at": "2026-09-13T07:20:34+00:00"}}
4405 +{"wikidata_id": "Q7196290", "display_name": "Pinnacle Entertainment", "legal_name": null, "aliases": [], "website": "https://www.pnkinc.com", "canonical_domain": "pnkinc.com", "country": "US", "hq_city": "Spring Valley", "hq_region": "Clark County", "lat": 36.1125, "lon": -115.25028, "industries": ["entertainment", "hospitality"], "industry_labels": ["SIC 7011 Hotels & Motels"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1656239", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pinnacle_Entertainment_logo.png", "description": "gaming and hospitality company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1656239", "enriched_at": "2026-09-13T07:20:35+00:00"}}
4406 +{"wikidata_id": "Q7273147", "display_name": "Qwest Corporation", "legal_name": null, "aliases": ["Mountain States Telephone and Telegraph Company"], "website": "https://www.qwest.com", "canonical_domain": "qwest.com", "country": "US", "hq_city": "1801 California Street", "hq_region": "Colorado", "lat": 39.74778, "lon": -104.98972, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300R2L4N683OO1509", "sec_cik": "68622", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qwest.svg", "description": "Bell Operating Company owned by CenturyLink", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "68622", "enriched_at": "2026-09-13T07:20:35+00:00"}}
4407 +{"wikidata_id": "Q7638121", "display_name": "Sun-Rype", "legal_name": null, "aliases": [], "website": "https://www.sunrype.com", "canonical_domain": "sunrype.com", "country": "CA", "hq_city": "Kelowna", "hq_region": "Regional District of Central Okanagan", "lat": 49.8801, "lon": -119.4436, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian food and beverage manufacturer", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4408 +{"wikidata_id": "Q7885706", "display_name": "Union Gas", "legal_name": null, "aliases": ["Union Gas (Canada)"], "website": "https://www.uniongas.com", "canonical_domain": "uniongas.com", "country": "CA", "hq_city": "Chatham-Kent", "hq_region": "Ontario", "lat": 42.4, "lon": -82.18333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian natural gas company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4409 +{"wikidata_id": "Q7912152", "display_name": "Valley National Bank", "legal_name": null, "aliases": ["Valley Bank"], "website": "https://www.valley.com", "canonical_domain": "valley.com", "country": "US", "hq_city": "Wayne", "hq_region": "Passaic County", "lat": 40.9459, "lon": -74.2451, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "KI0VI4JRMCIJ329YTN75", "sec_cik": "1953592", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valley_National_Bank_logo.svg", "description": "American regional bank holding company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4410 +{"wikidata_id": "Q10896804", "display_name": "Molecular Probes", "legal_name": null, "aliases": [], "website": "https://www.probes.com", "canonical_domain": "probes.com", "country": "US", "hq_city": "Eugene", "hq_region": "Lane County", "lat": 44.05222, "lon": -123.0925, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1975, "employees": 175, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1581434", "name": "Invitrogen"}, "logo_url": null, "description": "biotechnology company", "sitelinks": 4, "importance": 0.2441, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4411 +{"wikidata_id": "Q1017288", "display_name": "Busch Gardens", "legal_name": null, "aliases": [], "website": "https://buschgardens.com", "canonical_domain": "buschgardens.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BuschGardensLogo.jpg", "description": "brand name of two amusement parks", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4412 +{"wikidata_id": "Q102463", "display_name": "Middle-earth Enterprises", "legal_name": null, "aliases": ["Tolkien Enterprises"], "website": "https://www.middleearth.com", "canonical_domain": "middleearth.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65083539", "name": "Embracer Group"}, "logo_url": null, "description": "company which owns certain rights to elements of The Lord of the Rings and The Hobbit by J. R. R. Tolkien", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4413 +{"wikidata_id": "Q10327118", "display_name": "Mascarello", "legal_name": null, "aliases": [], "website": "https://www.mascarello.com.br", "canonical_domain": "mascarello.com.br", "country": "BR", "hq_city": "Paraná", "hq_region": "Brazil", "lat": -24.67, "lon": -51.62, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mascarello_Logomarca.png", "description": "Brazilian bus operator company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4414 +{"wikidata_id": "Q1042422", "display_name": "Mentholatum", "legal_name": null, "aliases": [], "website": "https://www.mentholatum.com", "canonical_domain": "mentholatum.com", "country": "US", "hq_city": "Orchard Park", "hq_region": "Erie County", "lat": 42.7667, "lon": -78.7333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7359845", "name": "Rohto Pharmaceutical Co., Ltd."}, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4415 +{"wikidata_id": "Q1056400", "display_name": "Bucanero Brewery S.A.", "legal_name": null, "aliases": ["Cubanero"], "website": "https://www.cerveceriabucanero.com", "canonical_domain": "cerveceriabucanero.com", "country": "CU", "hq_city": "Holguin", "hq_region": "Holguín Province", "lat": 20.88722, "lon": -76.26306, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in Cuba", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4416 +{"wikidata_id": "Q1058704", "display_name": "Nerve Software", "legal_name": null, "aliases": ["LLC"], "website": "https://www.nervesoftware.com", "canonical_domain": "nervesoftware.com", "country": "US", "hq_city": "Richardson", "hq_region": "Collin County", "lat": 32.94833, "lon": -96.72972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4417 +{"wikidata_id": "Q106924414", "display_name": "Crumbl Cookies", "legal_name": null, "aliases": [], "website": "https://crumblcookies.com", "canonical_domain": "crumblcookies.com", "country": "US", "hq_city": "Lindon", "hq_region": "Utah County", "lat": 40.33861, "lon": -111.71611, "industries": ["food-beverage"], "industry_labels": ["bakery"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crumbl.png", "description": "chain retailer offering fresh baked cookies", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4418 +{"wikidata_id": "Q10846129", "display_name": "The Halal Guys", "legal_name": null, "aliases": ["Halal Guys"], "website": "https://thehalalguys.com", "canonical_domain": "thehalalguys.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 40.7618, "lon": -73.9793, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American halal fast casual restaurant chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4419 +{"wikidata_id": "Q1111024", "display_name": "MTV Films", "legal_name": null, "aliases": ["MTV Music and Series Development", "MTV Original Series", "MTV Series Entertainment"], "website": "https://www.mtvfilms.com", "canonical_domain": "mtvfilms.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q159846", "name": "Paramount Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTV_Films_2010_logo.svg", "description": "film production group", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4420 +{"wikidata_id": "Q1134658", "display_name": "National Forest Corporation", "legal_name": null, "aliases": ["CONAF"], "website": "https://www.conaf.cl", "canonical_domain": "conaf.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "State-owned private non-profit organization", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4421 +{"wikidata_id": "Q1142355", "display_name": "Crystal Cruises", "legal_name": null, "aliases": ["Crystal"], "website": "https://www.crystalcruises.com", "canonical_domain": "crystalcruises.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cruise line", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4422 +{"wikidata_id": "Q1142767", "display_name": "Hercules Computer Technology", "legal_name": null, "aliases": ["Hercules", "Inc."], "website": "https://www.hercules.com", "canonical_domain": "hercules.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["technology"], "industry_labels": ["peripheral"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hercules_Computer_Technology_logo.svg", "description": "American computer peripheral manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4423 +{"wikidata_id": "Q114658539", "display_name": "Shield AI", "legal_name": "Shield AI, Inc.", "aliases": [], "website": "https://shield.ai", "canonical_domain": "shield.ai", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["defense", "aerospace-defense"], "industry_labels": ["defence industry", "aerospace industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United States aerospace and defense technology company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4424 +{"wikidata_id": "Q114727322", "display_name": "Opium", "legal_name": null, "aliases": ["Opium (record label)"], "website": "https://opiumopium.com", "canonical_domain": "opiumopium.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Opium_-_Logo.png", "description": "American record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4425 +{"wikidata_id": "Q11681461", "display_name": "Empresas Copec", "legal_name": null, "aliases": [], "website": "https://www.empresascopec.cl", "canonical_domain": "empresascopec.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["oil-gas"], "industry_labels": ["petroleum"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Empresas_Copec_2020.png", "description": "Chilean energy and forestry company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4426 +{"wikidata_id": "Q1184501", "display_name": "Delmark Records", "legal_name": null, "aliases": [], "website": "https://www.delmark.com", "canonical_domain": "delmark.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4427 +{"wikidata_id": "Q123965382", "display_name": "Liverpool", "legal_name": null, "aliases": ["El Puerto de Liverpool"], "website": "https://www.liverpool.com.mx", "canonical_domain": "liverpool.com.mx", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1143318", "name": "El Puerto de Liverpool"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Liverpool_logo_2023.png", "description": "Mexican chain of department stores", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4428 +{"wikidata_id": "Q1254072", "display_name": "San Diego Studio", "legal_name": null, "aliases": ["SCE San Diego Studio", "SIE San Diego Studio"], "website": "https://sonysandiegostudio.games", "canonical_domain": "sonysandiegostudio.games", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "American video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4429 +{"wikidata_id": "Q127428", "display_name": "Belk", "legal_name": null, "aliases": [], "website": "https://www.belk.com", "canonical_domain": "belk.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Belk_logo_2010.svg", "description": "department store company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4430 +{"wikidata_id": "Q1275307", "display_name": "ENAER", "legal_name": null, "aliases": ["Empresa Nacional de Aeronáutica", "Empresa Nacional de Aeronáutica de Chile"], "website": "https://www.enaer.cl", "canonical_domain": "enaer.cl", "country": "CL", "hq_city": "El Bosque Airport", "hq_region": "El Bosque", "lat": -33.56083, "lon": -70.6875, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-enaer.png", "description": "aerospace manufacturer in Chile", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4431 +{"wikidata_id": "Q128280", "display_name": "ATO Records", "legal_name": null, "aliases": ["According To Our Records"], "website": "https://www.atorecords.com", "canonical_domain": "atorecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label based in New York City", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4432 +{"wikidata_id": "Q1327710", "display_name": "Temporary Residence Limited", "legal_name": null, "aliases": [], "website": "https://www.temporaryresidence.com", "canonical_domain": "temporaryresidence.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brooklyn-based record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4433 +{"wikidata_id": "Q1335294", "display_name": "AstraZeneca (United States)", "legal_name": null, "aliases": ["MedImmune", "MedImmune Inc.", "Molecular Vaccines", "Inc."], "website": "https://www.medimmune.com", "canonical_domain": "medimmune.com", "country": "US", "hq_city": "Gaithersburg", "hq_region": "Montgomery County", "lat": 39.13992, "lon": -77.19292, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q731938", "name": "AstraZeneca"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MedImmune_logo.svg", "description": "biopharmaceutical company, acquired by AstraZeneca in 2007", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4434 +{"wikidata_id": "Q1344655", "display_name": "EnterpriseDB", "legal_name": null, "aliases": ["EDB"], "website": "https://www.enterprisedb.com", "canonical_domain": "enterprisedb.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EnterpriseDB_corporate_logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4435 +{"wikidata_id": "Q135111421", "display_name": "NovaKid", "legal_name": null, "aliases": ["Novakid"], "website": "https://www.novakid.fr", "canonical_domain": "novakid.fr", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["education"], "industry_labels": ["education"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NVK_Logo_Wordmark_Violet.png", "description": "Education platform", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4436 +{"wikidata_id": "Q13581128", "display_name": "grovestreetgames.com", "legal_name": null, "aliases": [], "website": "https://grovestreetgames.com", "canonical_domain": "grovestreetgames.com", "country": "US", "hq_city": "Gainesville", "hq_region": "Alachua County", "lat": 29.66528, "lon": -82.33611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4437 +{"wikidata_id": "Q1359692", "display_name": "Tishman Speyer", "legal_name": null, "aliases": ["Tishman Speyer Properties"], "website": "https://tishmanspeyer.com", "canonical_domain": "tishmanspeyer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate company headquartered in New York City", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4438 +{"wikidata_id": "Q1395850", "display_name": "Fantagraphics Books", "legal_name": null, "aliases": [], "website": "https://fantagraphics.com", "canonical_domain": "fantagraphics.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "comics publishing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4439 +{"wikidata_id": "Q1409875", "display_name": "RUTACA Airlines", "legal_name": null, "aliases": ["Rutas Aéreas Compañía Anónima"], "website": "https://www.flyrutaca.com", "canonical_domain": "flyrutaca.com", "country": "VE", "hq_city": "Ciudad Bolívar", "hq_region": "Bolívar", "lat": 8.10285, "lon": -63.54696, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Rutaca_Airlines_%282024%29.jpg", "description": "Venezuelan airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4440 +{"wikidata_id": "Q1422061", "display_name": "Labatt Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.labatt.ca", "canonical_domain": "labatt.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1847, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": null, "description": "Belgian-owned brewery in Canada", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4441 +{"wikidata_id": "Q1425420", "display_name": "Oni Press", "legal_name": "Oni Press, Inc.", "aliases": ["Oni"], "website": "https://www.onipress.com", "canonical_domain": "onipress.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q85793823", "name": "Polarity"}, "logo_url": null, "description": "American comic book and graphic novel publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4442 +{"wikidata_id": "Q1426154", "display_name": "Rawkus Records", "legal_name": null, "aliases": [], "website": "https://www.rawkus.com", "canonical_domain": "rawkus.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4443 +{"wikidata_id": "Q145270", "display_name": "Coverity", "legal_name": null, "aliases": [], "website": "https://coverity.com", "canonical_domain": "coverity.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["professional-services"], "industry_labels": ["security testing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4444 +{"wikidata_id": "Q1464578", "display_name": "Roxio", "legal_name": null, "aliases": ["Roxio Inc."], "website": "https://www.roxio.com", "canonical_domain": "roxio.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roxio.png", "description": "former software company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4445 +{"wikidata_id": "Q1468438", "display_name": "Mercury Marine", "legal_name": null, "aliases": [], "website": "https://www.mercurymarine.com", "canonical_domain": "mercurymarine.com", "country": "US", "hq_city": "Fond du Lac", "hq_region": "Fond du Lac County", "lat": 43.77514, "lon": -88.44491, "industries": ["shipping"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q994153", "name": "Brunswick Corporation"}, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4446 +{"wikidata_id": "Q15640535", "display_name": "EcoJet", "legal_name": null, "aliases": ["ECO", "8J", "EcoJet Airline"], "website": "https://www.ecojet.com.bo", "canonical_domain": "ecojet.com.bo", "country": "BO", "hq_city": "Cochabamba", "hq_region": "Cochabamba Municipality", "lat": -17.39354, "lon": -66.15701, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_L%C3%ADnea_A%C3%A9rea_EcoJet_%28Bolivia%29.png", "description": "Bolivian domestic airline headquartered on the grounds of Jorge Wilstermann International Airport in the city of Cochabamba", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4447 +{"wikidata_id": "Q1568588", "display_name": "Juicy Couture", "legal_name": null, "aliases": [], "website": "https://juicycouture.com", "canonical_domain": "juicycouture.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Juicy_Couture_logo.svg", "description": "American contemporary casual wear and dress clothing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4448 +{"wikidata_id": "Q1579809", "display_name": "TriBeCa Productions", "legal_name": null, "aliases": [], "website": "https://www.tribecafilm.com", "canonical_domain": "tribecafilm.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TriBeCa_Productions_logo.svg", "description": "American film and television production company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4449 +{"wikidata_id": "Q15832619", "display_name": "Local Motors", "legal_name": null, "aliases": [], "website": "https://localmotors.com", "canonical_domain": "localmotors.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["manufacturing", "automotive"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American motor vehicle manufacturing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4450 +{"wikidata_id": "Q1587805", "display_name": "Hartzell Propeller", "legal_name": null, "aliases": [], "website": "https://www.hartzellprop.com", "canonical_domain": "hartzellprop.com", "country": "US", "hq_city": "Piqua", "hq_region": "Miami County", "lat": 40.1475, "lon": -84.2481, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hartzell_logo.jpg", "description": "American manufacturer of aircraft propellers", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4451 +{"wikidata_id": "Q15994906", "display_name": "ASM International", "legal_name": null, "aliases": ["American Society for Metals", "ASM International (society)"], "website": "https://www.asminternational.org", "canonical_domain": "asminternational.org", "country": "US", "hq_city": "ASM Headquarters and Geodesic Dome", "hq_region": "Russell Township", "lat": 41.46, "lon": -81.29889, "industries": ["construction", "media"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASM_Logo.svg", "description": "engineering society formerly known as American Society for Metals", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4452 +{"wikidata_id": "Q1630166", "display_name": "Northwestern Mutual", "legal_name": null, "aliases": ["Northwestern Mutual Life Insurance (United States)"], "website": "https://www.northwesternmutual.com", "canonical_domain": "northwesternmutual.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1857, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "1DU7IM20QESYGDO4HO54", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4453 +{"wikidata_id": "Q1636670", "display_name": "Nuup Bussii", "legal_name": "Nuup Bussii A/S", "aliases": [], "website": "https://www.bus.gl", "canonical_domain": "bus.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["transportation"], "industry_labels": ["transport company"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuup_Bossii_logo.svg", "description": "bus company in Nuuk, the capital of Greenland", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4454 +{"wikidata_id": "Q1662169", "display_name": "Neiva", "legal_name": null, "aliases": ["Industria Aeronautica Neiva", "Indústria Aeronáutica Neiva", "Neiva Aeronautical Industry"], "website": "https://www.aeroneiva.com.br", "canonical_domain": "aeroneiva.com.br", "country": "BR", "hq_city": "Botucatu", "hq_region": "São Paulo", "lat": -22.88583, "lon": -48.445, "industries": ["manufacturing", "aerospace-defense"], "industry_labels": ["industrial manufacturing", "aerospace engineering"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEIVA_text_only_logo.jpg", "description": "aircraft manufacturer in Brazil", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4455 +{"wikidata_id": "Q1663991", "display_name": "Woot", "legal_name": null, "aliases": [], "website": "https://www.woot.com", "canonical_domain": "woot.com", "country": "US", "hq_city": "Carrollton", "hq_region": "Collin County", "lat": 32.99, "lon": -96.89333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Woot_logo_%282025%29.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4456 +{"wikidata_id": "Q1676442", "display_name": "Silver Lake", "legal_name": null, "aliases": [], "website": "https://www.silverlake.com", "canonical_domain": "silverlake.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["mining", "asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silver_Lake_%28Unternehmen%29_logo.svg", "description": "American private equity firm", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4457 +{"wikidata_id": "Q17070143", "display_name": "Loma Vista Recordings", "legal_name": null, "aliases": [], "website": "https://www.lomavistarecordings.com", "canonical_domain": "lomavistarecordings.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4458 +{"wikidata_id": "Q17091130", "display_name": "Von Dutch", "legal_name": null, "aliases": [], "website": "https://www.vondutch.com", "canonical_domain": "vondutch.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fashion brand", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4459 +{"wikidata_id": "Q17107844", "display_name": "VLF Automotive", "legal_name": null, "aliases": ["VLF", "VLF Automotive LLC"], "website": "https://vl-automotive.com", "canonical_domain": "vl-automotive.com", "country": "US", "hq_city": "Rochester", "hq_region": "Oakland County", "lat": 42.68056, "lon": -83.13389, "industries": ["automotive"], "industry_labels": ["automobile manufacturer"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American car brand", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4460 +{"wikidata_id": "Q1716433", "display_name": "PhoenixEV", "legal_name": null, "aliases": [], "website": "https://www.phoenixmotorcars.com", "canonical_domain": "phoenixmotorcars.com", "country": "US", "hq_city": "Ontario", "hq_region": "San Bernardino County", "lat": 34.05278, "lon": -117.62778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American EV manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4461 +{"wikidata_id": "Q1759473", "display_name": "TBWA Worldwide", "legal_name": null, "aliases": ["TBWA", "TBWA\\WORLDWIDE"], "website": "https://www.tbwa.com", "canonical_domain": "tbwa.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["advertising industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1519267", "name": "Omnicom Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TBWA_New_Branding_Logo.svg", "description": "American international advertising agency", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4462 +{"wikidata_id": "Q1764694", "display_name": "Brooklyn Brewery", "legal_name": null, "aliases": [], "website": "https://brooklynbrewery.com", "canonical_domain": "brooklynbrewery.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 40.72158, "lon": -73.95739, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brookylnbrewery.svg", "description": "brewery in Brooklyn, New York City, United States", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4463 +{"wikidata_id": "Q1777578", "display_name": "SureFire", "legal_name": null, "aliases": [], "website": "https://www.surefire.com", "canonical_domain": "surefire.com", "country": "US", "hq_city": "Fountain Valley", "hq_region": "Orange County", "lat": 33.70862, "lon": -117.95629, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Surefire_logo.svg", "description": "American tactical equipment manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4464 +{"wikidata_id": "Q1806199", "display_name": "Springfield Armory", "legal_name": null, "aliases": [], "website": "https://www.springfield-armory.com", "canonical_domain": "springfield-armory.com", "country": "US", "hq_city": "Geneseo", "hq_region": "Henry County", "lat": 41.45, "lon": -90.15333, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Springfield_Armory.svg", "description": "American firearms manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4465 +{"wikidata_id": "Q18149651", "display_name": "Empire Distribution", "legal_name": null, "aliases": ["EMPIRE", "EMPIRE Distribution", "Records and Publishing Inc."], "website": "https://empi.re", "canonical_domain": "empi.re", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail", "entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Empire_Distribution_logo.svg", "description": "American distribution company and record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4466 +{"wikidata_id": "Q18150392", "display_name": "Grand Central Publishing", "legal_name": null, "aliases": ["Grand Central", "GCP"], "website": "https://grandcentralpublishing.com", "canonical_domain": "grandcentralpublishing.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US book publisher; a division of Hachette Book Group", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4467 +{"wikidata_id": "Q1815770", "display_name": "No Limit Records", "legal_name": null, "aliases": [], "website": "https://www.trutanksoldiers.com", "canonical_domain": "trutanksoldiers.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4468 +{"wikidata_id": "Q1817100", "display_name": "Colt Canada", "legal_name": null, "aliases": [], "website": "https://www.coltcanada.com", "canonical_domain": "coltcanada.com", "country": "CA", "hq_city": "Kitchener", "hq_region": "Regional Municipality of Waterloo", "lat": 43.45, "lon": -80.48333, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms manufacturer in Canada", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4469 +{"wikidata_id": "Q1851010", "display_name": "Neuberger Berman", "legal_name": null, "aliases": ["Neuberger Berman Group LLC"], "website": "https://www.nb.com", "canonical_domain": "nb.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1465109", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neuberger_refreshed_logo_2026.svg", "description": "American financial services firm", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4470 +{"wikidata_id": "Q1872496", "display_name": "Love's Travel Stops & Country Stores", "legal_name": null, "aliases": ["Love's", "Love's Travel Stops"], "website": "https://www.loves.com", "canonical_domain": "loves.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["travel", "automotive"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Love%27s_logo.svg", "description": "truck stop chain in the United States", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4471 +{"wikidata_id": "Q1902277", "display_name": "Marmot", "legal_name": null, "aliases": ["Marmot Mountain", "LLC.", "Marmot Mountain"], "website": "https://www.marmot.com", "canonical_domain": "marmot.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6159625", "name": "Jarden"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marmot_Mountain_logo.svg", "description": "outdoor clothing and sporting goods company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4472 +{"wikidata_id": "Q1942315", "display_name": "Modulus Graphite", "legal_name": null, "aliases": ["Modulus", "Modulus Guitars"], "website": "https://www.modulusgraphite.com", "canonical_domain": "modulusgraphite.com", "country": "US", "hq_city": "Richmond", "hq_region": "Contra Costa County", "lat": 37.93583, "lon": -122.34778, "industries": ["manufacturing"], "industry_labels": ["guitar manufacturing"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "musical instrument manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4473 +{"wikidata_id": "Q2070328", "display_name": "JAST USA", "legal_name": null, "aliases": ["JAST"], "website": "https://jaststore.com", "canonical_domain": "jaststore.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["retail", "gaming"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JAST_USA_Logo.png", "description": "English-language bishōjo games licensor and distributor", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4474 +{"wikidata_id": "Q2085058", "display_name": "Vídeo Brinquedo", "legal_name": null, "aliases": ["Dou"], "website": "https://www.videobrinquedo.com.br", "canonical_domain": "videobrinquedo.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/V%C3%ADdeo_Brinquedo_logo.png", "description": "Brazilian animation studio", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4475 +{"wikidata_id": "Q2089859", "display_name": "ABCorp", "legal_name": null, "aliases": ["American Bank Note Company", "American Banknote Company", "American Banknote Corporation"], "website": "https://abcorp.com", "canonical_domain": "abcorp.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1795, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABCorp.png", "description": "American printing company in Stamford, Connecticut", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4476 +{"wikidata_id": "Q2104096", "display_name": "Pope Manufacturing Company", "legal_name": null, "aliases": [], "website": "https://www.columbiamfginc.com", "canonical_domain": "columbiamfginc.com", "country": "US", "hq_city": "Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76333, "lon": -72.685, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pope-auto_1903_logo.jpg", "description": "American manufacturing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4477 +{"wikidata_id": "Q2107343", "display_name": "Microsoft Press", "legal_name": null, "aliases": [], "website": "https://microsoftpressstore.com", "canonical_domain": "microsoftpressstore.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": null, "description": "book publishing company by Microsoft", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4478 +{"wikidata_id": "Q2179487", "display_name": "Miss Universe Organization", "legal_name": null, "aliases": [], "website": "https://www.missuniverse.com", "canonical_domain": "missuniverse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New York based company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4479 +{"wikidata_id": "Q222223", "display_name": "Miami Air International", "legal_name": null, "aliases": [], "website": "https://www.miamiair.com", "canonical_domain": "miamiair.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4480 +{"wikidata_id": "Q2222528", "display_name": "SANSA", "legal_name": null, "aliases": [], "website": "https://www.flysansa.com", "canonical_domain": "flysansa.com", "country": "CR", "hq_city": "San José", "hq_region": "San José Province", "lat": 9.93274, "lon": -84.07961, "industries": ["airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790788", "name": "Avianca Group"}, "logo_url": null, "description": "airline of Costa Rica", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4481 +{"wikidata_id": "Q22234509", "display_name": "Fly All Ways", "legal_name": null, "aliases": [], "website": "https://www.flyallways.com", "canonical_domain": "flyallways.com", "country": "SR", "hq_city": "Paramaribo", "hq_region": "Paramaribo District", "lat": 5.86667, "lon": -55.16667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flyallways_logo.jpg", "description": "Suriname Airline Company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4482 +{"wikidata_id": "Q224599", "display_name": "Powerset", "legal_name": null, "aliases": [], "website": "https://www.powerset.com", "canonical_domain": "powerset.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4483 +{"wikidata_id": "Q2265319", "display_name": "Kirby Company", "legal_name": null, "aliases": ["Kirby Opco", "LLC"], "website": "https://www.kirby.com", "canonical_domain": "kirby.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry", "SIC 4400 Water Transportation"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "KEX", "exchange": "NYSE", "lei": null, "sec_cik": "56047", "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kirby_Company_Logo.jpg", "description": "manufacturer that specializes in the making and distributing vacuum cleaners", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "56047", "enriched_at": "2026-09-13T07:20:36+00:00"}}
4484 +{"wikidata_id": "Q246572", "display_name": "Kruger Inc.", "legal_name": null, "aliases": [], "website": "https://www.kruger.com", "canonical_domain": "kruger.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kruger-Logo.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4485 +{"wikidata_id": "Q2470060", "display_name": "Black Swan Records", "legal_name": null, "aliases": ["Black Swan", "Pace Phonograph Corporation"], "website": "https://www.jazzology.com", "canonical_domain": "jazzology.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Black_Swan_Records_Logo.gif", "description": "record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4486 +{"wikidata_id": "Q24909896", "display_name": "Blockstream", "legal_name": null, "aliases": [], "website": "https://blockstream.com", "canonical_domain": "blockstream.com", "country": "CA", "hq_city": "Victoria", "hq_region": "British Columbia", "lat": 48.42215, "lon": -123.3657, "industries": ["fintech"], "industry_labels": ["cryptocurrency"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blockstream_logo.svg", "description": "blockchain technology company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4487 +{"wikidata_id": "Q2513772", "display_name": "Ithaca Gun Company", "legal_name": null, "aliases": [], "website": "https://www.ithacagun.com", "canonical_domain": "ithacagun.com", "country": "US", "hq_city": "Upper Sandusky", "hq_region": "Crane Township", "lat": 40.8275, "lon": -83.28139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1880, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of shotguns and rifles", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4488 +{"wikidata_id": "Q2533251", "display_name": "Spitfire Records", "legal_name": null, "aliases": [], "website": "https://spitfirerecords.com", "canonical_domain": "spitfirerecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4489 +{"wikidata_id": "Q2582477", "display_name": "Cicaré Helicópteros", "legal_name": null, "aliases": ["Cicare Helicopteros"], "website": "https://www.cicare.com.ar", "canonical_domain": "cicare.com.ar", "country": "AR", "hq_city": "Saladillo", "hq_region": "Saladillo Partido", "lat": -35.63333, "lon": -59.76667, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine helicopter manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4490 +{"wikidata_id": "Q259062", "display_name": "Diamond Multimedia", "legal_name": null, "aliases": [], "website": "https://www.diamondmm.com", "canonical_domain": "diamondmm.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1122140", "name": "PowerColor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Diamond_Multimedia_logo.svg", "description": "American company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4491 +{"wikidata_id": "Q2645693", "display_name": "Alfred Music Publishing", "legal_name": null, "aliases": ["Alfred Music"], "website": "https://www.alfred.com", "canonical_domain": "alfred.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American music publishing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4492 +{"wikidata_id": "Q2660091", "display_name": "Griptonite Games", "legal_name": null, "aliases": ["Griptonite", "Inc."], "website": "https://www.griptonite.com", "canonical_domain": "griptonite.com", "country": "US", "hq_city": "Kirkland", "hq_region": "King County", "lat": 47.68583, "lon": -122.19167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4493 +{"wikidata_id": "Q2700879", "display_name": "Aeria Games", "legal_name": null, "aliases": ["Aeria Games and Entertainment"], "website": "https://www.aeriagames.net", "canonical_domain": "aeriagames.net", "country": "US", "hq_city": "Berlin", "hq_region": "Germany", "lat": 52.51667, "lon": 13.38333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aeria_Games_Logo.jpeg", "description": "German video game publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4494 +{"wikidata_id": "Q2737528", "display_name": "Sympathy for the Record Industry", "legal_name": null, "aliases": [], "website": "https://www.sympathyrecords.com", "canonical_domain": "sympathyrecords.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4495 +{"wikidata_id": "Q2793276", "display_name": "Participant", "legal_name": null, "aliases": ["Participant Media", "Participant Productions"], "website": "https://www.participantmedia.com", "canonical_domain": "participantmedia.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Participant_%282019%29.svg", "description": "defunct American film production company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4496 +{"wikidata_id": "Q280108", "display_name": "Pascan Aviation", "legal_name": null, "aliases": [], "website": "https://www.pascan.com", "canonical_domain": "pascan.com", "country": "CA", "hq_city": "Saint-Hubert", "hq_region": "Longueuil", "lat": 45.4825, "lon": -73.41972, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4497 +{"wikidata_id": "Q28134257", "display_name": "Atlas Obscura", "legal_name": null, "aliases": [], "website": "https://www.atlasobscura.com", "canonical_domain": "atlasobscura.com", "country": "US", "hq_city": "Greenpoint", "hq_region": "Brooklyn", "lat": 40.73056, "lon": -73.95139, "industries": ["media"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlas_Obscura_logo.svg", "description": "American online magazine and media company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4498 +{"wikidata_id": "Q28225", "display_name": "2K Play", "legal_name": null, "aliases": [], "website": "https://www.2kgames.com", "canonical_domain": "2kgames.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94937", "name": "2K"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2K_Play_Logo.svg", "description": "video game publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4499 +{"wikidata_id": "Q2824522", "display_name": "ANCAP", "legal_name": null, "aliases": [], "website": "https://www.ancap.com.uy", "canonical_domain": "ancap.com.uy", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ancap.svg", "description": "Uruguayan state-owned fuel company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4500 +{"wikidata_id": "Q2825625", "display_name": "Aerocon", "legal_name": null, "aliases": [], "website": "https://www.aerocon.bo", "canonical_domain": "aerocon.bo", "country": "BO", "hq_city": "El Trompillo Airport", "hq_region": "Santa Cruz Department", "lat": -17.81139, "lon": -63.17139, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former airline of Bolivia", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4501 +{"wikidata_id": "Q2843604", "display_name": "Amlogic", "legal_name": null, "aliases": ["AMLogic"], "website": "https://www.amlogic.com", "canonical_domain": "amlogic.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amlogic_logo.svg", "description": "American technology company, predominantly focused on designing and selling system on a chip integrated circuits for multimedia and gaming", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4502 +{"wikidata_id": "Q2872534", "display_name": "Autocar Company", "legal_name": null, "aliases": ["Autocar", "Autocar Company Inc."], "website": "https://www.autocartruck.com", "canonical_domain": "autocartruck.com", "country": "US", "hq_city": "Hagerstown", "hq_region": "Wayne County", "lat": 39.9114, "lon": -85.1606, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Autocar_Company_logo.svg", "description": "American truck manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4503 +{"wikidata_id": "Q289314", "display_name": "Frog Design", "legal_name": null, "aliases": ["frog"], "website": "https://www.frog.co", "canonical_domain": "frog.co", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["consulting", "professional-services", "software"], "industry_labels": ["business and other management consultancy activities", "industrial design", "software industry", "service design", "interaction design", "experience design"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frog_Design_logo.svg", "description": "global creative consultancy", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4504 +{"wikidata_id": "Q28958607", "display_name": "flybondi.com", "legal_name": null, "aliases": [], "website": "https://flybondi.com", "canonical_domain": "flybondi.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flybondi_logo_simple.svg", "description": "Argentine airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4505 +{"wikidata_id": "Q2904053", "display_name": "Pinkberry", "legal_name": null, "aliases": [], "website": "https://www.pinkberry.com", "canonical_domain": "pinkberry.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American frozen dessert chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4506 +{"wikidata_id": "Q2931045", "display_name": "CBS Films", "legal_name": null, "aliases": [], "website": "https://www.cbsfilms.com", "canonical_domain": "cbsfilms.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q950380", "name": "CBS Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBS_Films.svg", "description": "American film production company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4507 +{"wikidata_id": "Q2937730", "display_name": "Capybara Games", "legal_name": null, "aliases": ["Capy Games"], "website": "https://www.capybaragames.com", "canonical_domain": "capybaragames.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4508 +{"wikidata_id": "Q3029195", "display_name": "Dippin' Dots", "legal_name": null, "aliases": ["Inc."], "website": "https://www.dippindots.com", "canonical_domain": "dippindots.com", "country": "US", "hq_city": "Paducah", "hq_region": "McCracken County", "lat": 37.07222, "lon": -88.6275, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dippin%27_Dots_%28logo%29.png", "description": "American ice cream brand", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4509 +{"wikidata_id": "Q3038347", "display_name": "Downtown Records", "legal_name": null, "aliases": [], "website": "https://downtownrecords.com", "canonical_domain": "downtownrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4510 +{"wikidata_id": "Q3052248", "display_name": "Tilted Mill Entertainment", "legal_name": null, "aliases": [], "website": "https://www.tiltedmill.com", "canonical_domain": "tiltedmill.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4511 +{"wikidata_id": "Q307894", "display_name": "2(x)ist", "legal_name": null, "aliases": [], "website": "https://www.2xist.com", "canonical_domain": "2xist.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2xist_logo.jpg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4512 +{"wikidata_id": "Q3088626", "display_name": "Powell Peralta", "legal_name": null, "aliases": [], "website": "https://powell-peralta.com", "canonical_domain": "powell-peralta.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["sporting goods industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Powell_Peralta_logo_wide_red_no-tm.svg", "description": "American skateboard company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4513 +{"wikidata_id": "Q3107204", "display_name": "Playboy Enterprises", "legal_name": null, "aliases": [], "website": "https://playboyenterprises.com", "canonical_domain": "playboyenterprises.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American privately held global media and lifestyle company headquartered in Beverly Hills, California", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4514 +{"wikidata_id": "Q3142419", "display_name": "Telarc International Corporation", "legal_name": "Telarc International Corporation", "aliases": ["Telarc", "Telarc Records"], "website": "https://telarc.com", "canonical_domain": "telarc.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5158829", "name": "Concord"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telarc.png", "description": "American record company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4515 +{"wikidata_id": "Q3153325", "display_name": "International Vale Tudo Championship", "legal_name": null, "aliases": [], "website": "https://www.valetudo.com.br", "canonical_domain": "valetudo.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA fighting promotion based in Brazil", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4516 +{"wikidata_id": "Q3178903", "display_name": "Repretel", "legal_name": null, "aliases": ["Tel"], "website": "https://www.repretel.com", "canonical_domain": "repretel.com", "country": "CR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Repretel_logo.svg", "description": "Costa Rican free-to-air television company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4517 +{"wikidata_id": "Q3212802", "display_name": "La Senza", "legal_name": null, "aliases": [], "website": "https://lasenza.com", "canonical_domain": "lasenza.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_Senza_logo.png", "description": "Canadian fashion retailer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4518 +{"wikidata_id": "Q3274136", "display_name": "Eurasia Group", "legal_name": null, "aliases": ["Eurasia Group Ltd."], "website": "https://www.eurasiagroup.net", "canonical_domain": "eurasiagroup.net", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consulting"], "industry_labels": ["consultant"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EurasiaGroup_Logo-CMYK.png", "description": "political risk consultancy", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4519 +{"wikidata_id": "Q3277587", "display_name": "Blendtec", "legal_name": null, "aliases": ["Blendtec Inc."], "website": "https://www.blendtec.com", "canonical_domain": "blendtec.com", "country": "US", "hq_city": "Orem", "hq_region": "Utah County", "lat": 40.29875, "lon": -111.69649, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blendtec_Logo_2014.svg", "description": "American company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4520 +{"wikidata_id": "Q3277798", "display_name": "Inter Island Airways", "legal_name": null, "aliases": [], "website": "https://www.interislandair.com", "canonical_domain": "interislandair.com", "country": "US", "hq_city": "Pago Pago", "hq_region": "Maoputasi County", "lat": -14.27944, "lon": -170.70056, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Samoan regional airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4521 +{"wikidata_id": "Q3285979", "display_name": "Manitoba Hydro", "legal_name": null, "aliases": [], "website": "https://www.hydro.mb.ca", "canonical_domain": "hydro.mb.ca", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manitoba_Hydro_Logo.svg", "description": "electric power and natural gas utility company in Manitoba, Canada", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4522 +{"wikidata_id": "Q3289694", "display_name": "Bardahl", "legal_name": null, "aliases": [], "website": "https://www.bardahl.com", "canonical_domain": "bardahl.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brand of lubricants and additives for internal combustion engines", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4523 +{"wikidata_id": "Q3296067", "display_name": "Johns Manville", "legal_name": null, "aliases": ["H. W. Johns Manville Co.", "Johns Manville Corp.", "Johns-Manville", "Johns-Manville Corp.", "Johns-Manville Corporation"], "website": "https://www.jm.com", "canonical_domain": "jm.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1858, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VUEYP59S5CFZ81", "sec_cik": null, "parent": {"wikidata_id": "Q217583", "name": "Berkshire Hathaway"}, "logo_url": null, "description": "American manufacturing corporation", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4524 +{"wikidata_id": "Q3298616", "display_name": "Tropic Air", "legal_name": null, "aliases": [], "website": "https://www.tropicair.com", "canonical_domain": "tropicair.com", "country": "BZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Belizean airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4525 +{"wikidata_id": "Q3302853", "display_name": "Maxwell Technologies", "legal_name": null, "aliases": ["Maxwell Laboratories Inc."], "website": "https://www.maxwell.com", "canonical_domain": "maxwell.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "L8JJX40HELDP30GSJD33", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maxwell_Technologies_building_San_Diego_%28logo%29.jpg", "description": "American developer and manufacturer of energy storage and power delivery systemes", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4526 +{"wikidata_id": "Q3314894", "display_name": "ForeFront Records", "legal_name": null, "aliases": [], "website": "https://www.forefrontrecords.com", "canonical_domain": "forefrontrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Christian record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4527 +{"wikidata_id": "Q3348672", "display_name": "Ocean Spray", "legal_name": "Ocean Spray Cranberries, Inc.", "aliases": ["Ocean Spray Cranberries"], "website": "https://www.oceanspray.com", "canonical_domain": "oceanspray.com", "country": "US", "hq_city": "Lakeville", "hq_region": "Plymouth County", "lat": 41.84583, "lon": -70.95, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ocean_Spray_logo.svg", "description": "American agricultural cooperative", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4528 +{"wikidata_id": "Q3481686", "display_name": "Sheaffer", "legal_name": null, "aliases": ["Sheaffer Pen Corporation"], "website": "https://www.sheaffer.com", "canonical_domain": "sheaffer.com", "country": "US", "hq_city": "Shelton", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.30417, "lon": -73.13806, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q795981", "name": "Bic"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SheafferPenArtCoLogo.png", "description": "manufacturer of writing instruments", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4529 +{"wikidata_id": "Q3522981", "display_name": "tetris.com", "legal_name": null, "aliases": [], "website": "https://tetris.com", "canonical_domain": "tetris.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4530 +{"wikidata_id": "Q352773", "display_name": "AddThis", "legal_name": null, "aliases": [], "website": "https://www.addthis.com", "canonical_domain": "addthis.com", "country": "US", "hq_city": "Vienna", "hq_region": "Fairfax County", "lat": 38.9, "lon": -77.2667, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AddThis_logo.svg", "description": "social bookmarking service", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4531 +{"wikidata_id": "Q3534309", "display_name": "Benchmark", "legal_name": null, "aliases": ["Benchmark Capital"], "website": "https://www.benchmark.com", "canonical_domain": "benchmark.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Benchmark_logo.jpg", "description": "venture capital firm", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4532 +{"wikidata_id": "Q3552628", "display_name": "Raytheon Missiles & Defense", "legal_name": null, "aliases": ["Hughes Missile Systems Co.", "Raytheon Missile Systems"], "website": "https://www.raytheonmissilesanddefense.com", "canonical_domain": "raytheonmissilesanddefense.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["defense"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q89368734", "name": "RTX"}, "logo_url": null, "description": "Part of Raytheon Technologies", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4533 +{"wikidata_id": "Q3595053", "display_name": "about.me", "legal_name": null, "aliases": ["about me", "aboutme"], "website": "https://about.me", "canonical_domain": "about.me", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cloud-infrastructure"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/About.me_logo.svg", "description": "personal web hosting service", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4534 +{"wikidata_id": "Q361836", "display_name": "Yogi Tea", "legal_name": null, "aliases": [], "website": "https://www.yogiproducts.com", "canonical_domain": "yogiproducts.com", "country": "US", "hq_city": "Springfield", "hq_region": "Lane County", "lat": 44.04611, "lon": -123.02194, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4535 +{"wikidata_id": "Q370248", "display_name": "HSBC Bank Canada", "legal_name": "HSBC Bank Canada", "aliases": ["HSBC Canada"], "website": "https://www.hsbc.ca", "canonical_domain": "hsbc.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSBC_logo_%282018%29.svg", "description": "bank in Canada that is part of British banking giant HSBC", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4536 +{"wikidata_id": "Q374839", "display_name": "International Sport Karate Association", "legal_name": null, "aliases": [], "website": "https://www.iska.com", "canonical_domain": "iska.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": ["kickboxing"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ISKA.jpg", "description": "governing body of sport karate", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4537 +{"wikidata_id": "Q381785", "display_name": "Avianca Cargo México", "legal_name": null, "aliases": ["Aerounion - Aerotransporte de Carga Union"], "website": "https://www.aerounion.com.mx", "canonical_domain": "aerounion.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790788", "name": "Avianca Group"}, "logo_url": null, "description": "Mexican cargo airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4538 +{"wikidata_id": "Q4037112", "display_name": "Deathwish Inc.", "legal_name": null, "aliases": ["Deathwish"], "website": "https://www.deathwishinc.com", "canonical_domain": "deathwishinc.com", "country": "US", "hq_city": "Salem", "hq_region": "Essex County", "lat": 42.51685, "lon": -70.8985, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4539 +{"wikidata_id": "Q4049314", "display_name": "Servant Air", "legal_name": null, "aliases": [], "website": "https://www.servantair.com", "canonical_domain": "servantair.com", "country": "US", "hq_city": "Kodiak", "hq_region": "Kodiak Island Borough", "lat": 57.79306, "lon": -152.39417, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commuter airline based out of Kodiak, Alaska", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4540 +{"wikidata_id": "Q407911", "display_name": "Air Wisconsin", "legal_name": null, "aliases": [], "website": "https://www.airwis.com", "canonical_domain": "airwis.com", "country": "US", "hq_city": "Appleton", "hq_region": "Calumet County", "lat": 44.28222, "lon": -88.41833, "industries": ["airlines"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Wisconsin_Logo%2C_December_2022.svg", "description": "Regional airline based out of Appleton, Wisconsin", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4541 +{"wikidata_id": "Q4120731", "display_name": "Andrew Christian", "legal_name": null, "aliases": [], "website": "https://www.andrewchristian.com", "canonical_domain": "andrewchristian.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American men's underwear, swimwear, and sportswear manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4542 +{"wikidata_id": "Q4168499", "display_name": "Smithsonian Folkways Recordings", "legal_name": null, "aliases": ["Smithsonian Folkways"], "website": "https://folkways.si.edu", "canonical_domain": "si.edu", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131626", "name": "Smithsonian Institution"}, "logo_url": null, "description": "US record label; nonprofit record label of the Smithsonian Institution", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4543 +{"wikidata_id": "Q4178743", "display_name": "Antofagasta to Bolivia Railway", "legal_name": null, "aliases": ["FCAB", "Antofagasta Chil) & Bolivia Railway"], "website": "https://www.fcab.cl", "canonical_domain": "fcab.cl", "country": "CL", "hq_city": "Antofagasta", "hq_region": "Antofagasta", "lat": -23.64639, "lon": -70.39806, "industries": ["mining", "transportation"], "industry_labels": ["mining", "rail transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway line in Chile and Bolivia", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4544 +{"wikidata_id": "Q4302263", "display_name": "CANTV", "legal_name": null, "aliases": ["Compañía Anónima Nacional de Teléfonos de Venezuela"], "website": "https://www.cantv.com.ve", "canonical_domain": "cantv.com.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CANTV_logo.svg", "description": "public telecommunications company in Venezuela", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4545 +{"wikidata_id": "Q440774", "display_name": "QVC", "legal_name": null, "aliases": [], "website": "https://www.qvc.com", "canonical_domain": "qvc.com", "country": "US", "hq_city": "Düsseldorf", "hq_region": "Düsseldorf Government Region", "lat": 51.22556, "lon": 6.77667, "industries": ["e-commerce"], "industry_labels": ["mail order"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QVC_logo_2019.svg", "description": "American television network", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4546 +{"wikidata_id": "Q463613", "display_name": "American Bridge Company", "legal_name": null, "aliases": ["American Bridge Co."], "website": "https://www.americanbridge.net", "canonical_domain": "americanbridge.net", "country": "US", "hq_city": "Coraopolis", "hq_region": "Allegheny County", "lat": 40.5158, "lon": -80.1628, "industries": ["construction"], "industry_labels": ["construction company"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G11CJE0YANOX16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Bridge_logo.svg", "description": "American heavy/civil construction firm", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4547 +{"wikidata_id": "Q4669411", "display_name": "Abrams Books", "legal_name": null, "aliases": [], "website": "https://www.abramsbooks.com", "canonical_domain": "abramsbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3210606", "name": "La Martinière Groupe"}, "logo_url": null, "description": "US publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4034303"}, {"related_domain_conflict": "Q7755744"}]}
4548 +{"wikidata_id": "Q4688987", "display_name": "Affirm Films", "legal_name": null, "aliases": [], "website": "https://www.affirmfilms.com", "canonical_domain": "affirmfilms.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q822314", "name": "Sony Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Affirm_Films_2014_Sony_Byline.svg", "description": "American faith-based film studio", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4549 +{"wikidata_id": "Q4697802", "display_name": "Air Century", "legal_name": null, "aliases": ["C x A"], "website": "https://www.aircentury.com", "canonical_domain": "aircentury.com", "country": "DO", "hq_city": "La Isabela International Airport", "hq_region": "La Isabela", "lat": 18.57556, "lon": -69.98139, "industries": ["airlines"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4550 +{"wikidata_id": "Q4745268", "display_name": "American Tourister", "legal_name": null, "aliases": [], "website": "https://www.americantourister.com", "canonical_domain": "americantourister.com", "country": "US", "hq_city": "Rhode Island", "hq_region": "United States", "lat": 41.7, "lon": -71.5, "industries": ["travel"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1203426", "name": "Samsonite"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Tourister_logo.svg", "description": "luggage brand", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4551 +{"wikidata_id": "Q4780735", "display_name": "Apotex", "legal_name": null, "aliases": ["Apotex Incorporation"], "website": "https://www.apotex.com", "canonical_domain": "apotex.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apotexlogo.png", "description": "Canadian private pharmaceutical company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4552 +{"wikidata_id": "Q4818942", "display_name": "Au Bon Pain", "legal_name": null, "aliases": [], "website": "https://www.aubonpain.com", "canonical_domain": "aubonpain.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Au_Bon_Pain_2018_logo.svg", "description": "American bakery and cafe chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4553 +{"wikidata_id": "Q4819664", "display_name": "Brightstar Corporation", "legal_name": null, "aliases": [], "website": "https://www.brightstar.com", "canonical_domain": "brightstar.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["logistics"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brightstar_Corporation_logo.svg", "description": "logistics and supply chain company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4554 +{"wikidata_id": "Q4827652", "display_name": "Avang Music", "legal_name": null, "aliases": ["Avang", "Persian Music Label"], "website": "https://www.avang.com", "canonical_domain": "avang.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian record label in United States", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4555 +{"wikidata_id": "Q48966640", "display_name": "MasterClass", "legal_name": "Yanka Industries, Inc", "aliases": ["Master Class", "Yanka Industries", "Inc"], "website": "https://www.masterclass.com", "canonical_domain": "masterclass.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["education"], "industry_labels": ["online education"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MasterClass_logo_2020_%28pink%29.svg", "description": "online education platform", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4556 +{"wikidata_id": "Q490323", "display_name": "ETECSA", "legal_name": null, "aliases": ["Cubacel", "Empresa de Telecomunicaciones de Cuba S.A."], "website": "https://www.etecsa.cu", "canonical_domain": "etecsa.cu", "country": "CU", "hq_city": "Havana", "hq_region": "Havana Province", "lat": 23.13667, "lon": -82.35889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo-etecsa-version-piramidal-.jpg", "description": "Cuban telecommunication company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4557 +{"wikidata_id": "Q5009281", "display_name": "CBS Media Ventures", "legal_name": null, "aliases": ["CBS Paramount Domestic Television", "CBS Television Distribution", "CPDT"], "website": "https://www.cbstvd.com", "canonical_domain": "cbstvd.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["television production", "broadcast syndication"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2576666", "name": "CBS Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBS_Media_Ventures_logo.svg", "description": "American television production and distribution company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4558 +{"wikidata_id": "Q5036616", "display_name": "Captain D's", "legal_name": null, "aliases": ["Mr. D's Seafood and Hamburgers"], "website": "https://captainds.com", "canonical_domain": "captainds.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S.-based seafood fast food chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4559 +{"wikidata_id": "Q5039240", "display_name": "Carfax", "legal_name": null, "aliases": [], "website": "https://www.carfax.com", "canonical_domain": "carfax.com", "country": "US", "hq_city": "Centreville", "hq_region": "Fairfax County", "lat": 38.8425, "lon": -77.4425, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q868587", "name": "S&P Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CARFAX_Logo.svg", "description": "American vehicle data company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4560 +{"wikidata_id": "Q50921", "display_name": "Dulux", "legal_name": null, "aliases": [], "website": "https://www.dulux.co.uk", "canonical_domain": "dulux.co.uk", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international paint manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4561 +{"wikidata_id": "Q5158063", "display_name": "Conair Corporation", "legal_name": null, "aliases": ["Conair"], "website": "https://www.conair.com", "canonical_domain": "conair.com", "country": "US", "hq_city": "East Windsor Township", "hq_region": "Mercer County", "lat": 40.2589, "lon": -74.5328, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "1FKN4U0FQYQW463TBD46", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Conair.svg", "description": "a private US-based multinational corporation which sells small appliances, personal care products, and health and beauty products", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4562 +{"wikidata_id": "Q517093", "display_name": "BDV | Banco de Venezuela", "legal_name": null, "aliases": ["BDV", "Bank of Venezuela"], "website": "https://www.bancodevenezuela.com", "canonical_domain": "bancodevenezuela.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_de_Venezuela_logo.svg", "description": "public bank in Venezuela", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4563 +{"wikidata_id": "Q5207215", "display_name": "Da Capo Press", "legal_name": null, "aliases": [], "website": "https://www.dacapopress.com", "canonical_domain": "dacapopress.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4046698", "name": "Perseus Books Group"}, "logo_url": null, "description": "American publisher; book publishing imprint of Perseus Books Group from 1999; in turn under Hachette Books", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4564 +{"wikidata_id": "Q5242054", "display_name": "Davivienda", "legal_name": null, "aliases": ["Banco Davivienda"], "website": "https://www.davivienda.com", "canonical_domain": "davivienda.com", "country": "CO", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["financial-services"], "industry_labels": ["finance", "financial sector"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational bank of Colombian origin", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4565 +{"wikidata_id": "Q5324773", "display_name": "E & J Gallo Winery", "legal_name": null, "aliases": [], "website": "https://www.gallo.com", "canonical_domain": "gallo.com", "country": "US", "hq_city": "Modesto", "hq_region": "Stanislaus County", "lat": 37.66139, "lon": -120.99444, "industries": ["food-beverage", "retail"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "OUDOIO1UUZ9DDR4EMJ88", "sec_cik": null, "parent": null, "logo_url": null, "description": "winery and distributor in California", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4566 +{"wikidata_id": "Q5360181", "display_name": "P. F. Chang's China Bistro", "legal_name": null, "aliases": ["P. F. Changs"], "website": "https://www.pfchangs.com", "canonical_domain": "pfchangs.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/P_F_Chang%27s_Logo.svg", "description": "restaurant chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4567 +{"wikidata_id": "Q537118", "display_name": "Kung Fu Records", "legal_name": null, "aliases": [], "website": "https://www.kungfurecords.com", "canonical_domain": "kungfurecords.com", "country": "US", "hq_city": "Seal Beach", "hq_region": "Orange County", "lat": 33.75917, "lon": -118.0825, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4568 +{"wikidata_id": "Q5451873", "display_name": "Firehouse Subs", "legal_name": null, "aliases": ["firehouse", "FireHouse", "Firehouse sandwiches", "Firehouse sub shop"], "website": "https://www.firehousesubs.com", "canonical_domain": "firehousesubs.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18619470", "name": "Restaurant Brands International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Firehosue_Subs_Logo_2024.png", "description": "US-based restaurant chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4569 +{"wikidata_id": "Q55146336", "display_name": "Capelli Sport", "legal_name": null, "aliases": ["Capelli"], "website": "https://www.capellisport.com", "canonical_domain": "capellisport.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capelli_Sport_Logo.svg", "description": "American sportswear company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4570 +{"wikidata_id": "Q5570051", "display_name": "GlobalLogic", "legal_name": null, "aliases": [], "website": "https://www.globallogic.com", "canonical_domain": "globallogic.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["consulting"], "industry_labels": ["IT outsourcing industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GlobalLogic-Logo.png", "description": "American IT outsourcing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4571 +{"wikidata_id": "Q5615206", "display_name": "Guggenheim Partners", "legal_name": null, "aliases": [], "website": "https://www.guggenheimpartners.com", "canonical_domain": "guggenheimpartners.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guggenheim_Partners.gif", "description": "American investment and advisory financial services firm", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4572 +{"wikidata_id": "Q5620440", "display_name": "Guru Studio", "legal_name": null, "aliases": [], "website": "https://www.gurustudio.com", "canonical_domain": "gurustudio.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["computer-generated imagery"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guru_Studio_logo.svg", "description": "Canadian animation studio", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4573 +{"wikidata_id": "Q5640839", "display_name": "Hal Leonard", "legal_name": null, "aliases": ["Hal Leonard Corp.", "Hal Leonard Corporation", "Hal Leonard LLC"], "website": "https://www.halleonard.com", "canonical_domain": "halleonard.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106776298", "name": "Muse Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hal_Leonard_logo.svg", "description": "American music publishing and distribution company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4574 +{"wikidata_id": "Q568940", "display_name": "Jet", "legal_name": null, "aliases": ["JET (Phillips 66)"], "website": "https://www.jetlocal.co.uk", "canonical_domain": "jetlocal.co.uk", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jet_brand_logo.png", "description": "filling station brand used in Europe by Phillips 66", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4575 +{"wikidata_id": "Q5719536", "display_name": "Bardel Entertainment", "legal_name": null, "aliases": ["Bardel Entertainment Inc.", "Inc."], "website": "https://bardel.ca", "canonical_domain": "bardel.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2664422", "name": "Rainbow S.p.A."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bardel_Entertainment_logo.svg", "description": "Canadian animation studio", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4576 +{"wikidata_id": "Q5761922", "display_name": "Hill's Pet Nutrition, Inc.", "legal_name": null, "aliases": ["Hill's Pet Nutrition", "Hill's Pet Nutrition Inc", "Hill's Pet Nutrition", "Inc"], "website": "https://www.hillspet.com", "canonical_domain": "hillspet.com", "country": "US", "hq_city": "Topeka", "hq_region": "Shawnee County", "lat": 39.04833, "lon": -95.67804, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003XESPG4QRTPS91", "sec_cik": null, "parent": {"wikidata_id": "Q609466", "name": "Colgate-Palmolive Company"}, "logo_url": null, "description": "pet food company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7433509"}]}
4577 +{"wikidata_id": "Q6375797", "display_name": "Kate Spade New York", "legal_name": null, "aliases": [], "website": "https://www.katespade.co.uk", "canonical_domain": "katespade.co.uk", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kate_Spade_New_York_logo.svg", "description": "American fashion design house", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4578 +{"wikidata_id": "Q6418754", "display_name": "Amazon Robotics", "legal_name": null, "aliases": ["Amazon Robotics LLC", "Kiva Systems"], "website": "https://www.amazonrobotics.com", "canonical_domain": "amazonrobotics.com", "country": "US", "hq_city": "Massachusetts", "hq_region": "United States", "lat": 42.3, "lon": -71.8, "industries": ["robotics"], "industry_labels": ["automated storage and retrieval system"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amazon_Robotics_logo.svg", "description": "company that manufactures mobile robotic fulfillment systems", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4579 +{"wikidata_id": "Q6426036", "display_name": "Kohler Company", "legal_name": null, "aliases": ["Kohler", "Kohler Co."], "website": "https://www.kohler.com", "canonical_domain": "kohler.com", "country": "US", "hq_city": "Kohler", "hq_region": "Sheboygan County", "lat": 43.7383, "lon": -87.7811, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kohler_logo.svg", "description": "American hardware manufacturing company based in Kohler, Wisconsin", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q25021672"}]}
4580 +{"wikidata_id": "Q6461995", "display_name": "La Costeña", "legal_name": null, "aliases": ["6Y"], "website": "https://www.lacostena.com.ni", "canonical_domain": "lacostena.com.ni", "country": "NI", "hq_city": "Managua", "hq_region": "Managua Department", "lat": 12.15468, "lon": -86.27372, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_Coste%C3%B1a_logo.png", "description": "Nicaragua airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4581 +{"wikidata_id": "Q65088849", "display_name": "Digital Eclipse Software, Inc.", "legal_name": "Digital Eclipse Software, Inc.", "aliases": [], "website": "https://digitaleclipse.com", "canonical_domain": "digitaleclipse.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q389261", "name": null}, "logo_url": null, "description": "American video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4582 +{"wikidata_id": "Q7089975", "display_name": "Omega Aerial Refueling Services", "legal_name": null, "aliases": [], "website": "https://www.omegaairrefueling.com", "canonical_domain": "omegaairrefueling.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Comal County", "lat": 29.425, "lon": -98.49389, "industries": ["professional-services", "defense"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American aviation defense contractor", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4583 +{"wikidata_id": "Q7135332", "display_name": "Paramount Home Entertainment", "legal_name": null, "aliases": ["Paramount Home Media Distribution", "Paramount Home Video", "Paramount Video"], "website": "https://www.paramountmovies.com", "canonical_domain": "paramountmovies.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["entertainment", "retail"], "industry_labels": ["home video"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q159846", "name": "Paramount Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UntitledParamountHomeEntertainmentLogo.png", "description": "home video distribution arm of Paramount Pictures", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4584 +{"wikidata_id": "Q7167716", "display_name": "Perdue Farms", "legal_name": null, "aliases": [], "website": "https://www.perdue.com", "canonical_domain": "perdue.com", "country": "US", "hq_city": "Salisbury", "hq_region": "Wicomico County", "lat": 38.36111, "lon": -75.6, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Perdue_logo.png", "description": "American meat processing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4585 +{"wikidata_id": "Q7295145", "display_name": "Rasmussen Reports", "legal_name": "Rasmussen Reports, LLC", "aliases": ["Rasmussen Report"], "website": "https://www.rasmussenreports.com", "canonical_domain": "rasmussenreports.com", "country": "US", "hq_city": "Asbury Park", "hq_region": "Monmouth County", "lat": 40.2225, "lon": -74.01222, "industries": ["consulting"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American opinion polling company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4586 +{"wikidata_id": "Q7305191", "display_name": "Red Ventures", "legal_name": null, "aliases": [], "website": "https://www.redventures.com", "canonical_domain": "redventures.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["software"], "industry_labels": ["marketing software industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Red_Ventures_logo.svg", "description": "American media company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4587 +{"wikidata_id": "Q7389448", "display_name": "SDI Media Group", "legal_name": null, "aliases": ["Iyuno", "Iyuno SDI", "SDI Media", "Studio Digital International"], "website": "https://www.sdimedia.com", "canonical_domain": "sdimedia.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iyuno_Logo.svg", "description": "American film dubbing and subtitling company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4588 +{"wikidata_id": "Q7534755", "display_name": "Sketchfab", "legal_name": null, "aliases": [], "website": "https://sketchfab.com", "canonical_domain": "sketchfab.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media", "internet"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1593373", "parent": {"wikidata_id": "Q739711", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_sketchfab.png", "description": "website that publishes 3D, VR and AR content", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4589 +{"wikidata_id": "Q7641058", "display_name": "Sunrise Airways", "legal_name": null, "aliases": [], "website": "https://www.sunriseairways.net", "canonical_domain": "sunriseairways.net", "country": "HT", "hq_city": "Port-au-Prince", "hq_region": "Port-au-Prince Arrondissement", "lat": 18.54694, "lon": -72.34028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Haitian airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4590 +{"wikidata_id": "Q766351", "display_name": "Tazo", "legal_name": null, "aliases": ["Tazo Tea Company"], "website": "https://www.tazo.com", "canonical_domain": "tazo.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q157062", "name": "Unilever"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tazo_2013_logo.png", "description": "Tea & herbal tea manufacturer and distributor", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4591 +{"wikidata_id": "Q7924463", "display_name": "Viagogo", "legal_name": null, "aliases": [], "website": "https://www.viagogo.com", "canonical_domain": "viagogo.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viagogo_logo.svg", "description": "English ticket exchange and resale company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4592 +{"wikidata_id": "Q800074", "display_name": "E-ZPass", "legal_name": null, "aliases": [], "website": "https://www.e-zpassiag.com", "canonical_domain": "e-zpassiag.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/E-ZPass_logo_purple_on_white.svg", "description": "toll company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4593 +{"wikidata_id": "Q800080", "display_name": "A&M Octone Records", "legal_name": null, "aliases": [], "website": "https://www.amoctone.com", "canonical_domain": "amoctone.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4594 +{"wikidata_id": "Q8036645", "display_name": "World of Wonder", "legal_name": null, "aliases": [], "website": "https://www.worldofwonder.com", "canonical_domain": "worldofwonder.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film and television production company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4595 +{"wikidata_id": "Q8046428", "display_name": "Yacht Club Games", "legal_name": null, "aliases": [], "website": "https://yachtclubgames.com", "canonical_domain": "yachtclubgames.com", "country": "US", "hq_city": "Valencia", "hq_region": "Santa Clarita", "lat": 34.38944, "lon": -118.56472, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4596 +{"wikidata_id": "Q8048733", "display_name": "Yankee Candle Company", "legal_name": null, "aliases": ["Yankee Candle", "The Yankee Candle Company", "Inc."], "website": "https://www.yankeecandle.com", "canonical_domain": "yankeecandle.com", "country": "US", "hq_city": "South Deerfield", "hq_region": "Franklin County", "lat": 42.4769, "lon": -72.6006, "industries": ["manufacturing"], "industry_labels": ["final good"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yankee_candle_logo.png", "description": "American manufacturer and retailer of scented candles", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4597 +{"wikidata_id": "Q825539", "display_name": "Kelvinator", "legal_name": null, "aliases": ["Kelvinator Corporation"], "website": "https://www.kelvinator.com", "canonical_domain": "kelvinator.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["manufacture of domestic appliances"], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q505922", "name": "Electrolux"}, "logo_url": null, "description": "business", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4598 +{"wikidata_id": "Q837222", "display_name": "Candid Records", "legal_name": null, "aliases": ["Candid Productions Ltd"], "website": "https://candidrecords.com", "canonical_domain": "candidrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4599 +{"wikidata_id": "Q845257", "display_name": "Winners", "legal_name": null, "aliases": [], "website": "https://www.winners.ca", "canonical_domain": "winners.ca", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["retail"], "industry_labels": ["retail", "SIC 7900 Services-Amusement & Recreation Services"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "WNRS", "exchange": "OTC", "lei": null, "sec_cik": "1587603", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winners_logo.svg", "description": "Canadian off-price department store chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1587603", "enriched_at": "2026-09-13T07:20:36+00:00"}}
4600 +{"wikidata_id": "Q847921", "display_name": "Lexicon", "legal_name": null, "aliases": [], "website": "https://lexiconpro.com", "canonical_domain": "lexiconpro.com", "country": "US", "hq_city": "Woodbury", "hq_region": "Orange County", "lat": 41.36454, "lon": -74.10598, "industries": ["technology"], "industry_labels": ["audio electronics"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lexicon_logo.svg", "description": "audio equipment manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4601 +{"wikidata_id": "Q85805488", "display_name": "LCG Entertainment, Inc.", "legal_name": null, "aliases": ["Telltale Games", "Telltale"], "website": "https://www.telltale.com", "canonical_domain": "telltale.com", "country": "US", "hq_city": "Malibu", "hq_region": "Los Angeles County", "lat": 34.035, "lon": -118.695, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telltale_Games.svg", "description": "American video game publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4602 +{"wikidata_id": "Q891563", "display_name": "Caracas Stock Exchange", "legal_name": null, "aliases": ["BVC", "Bolsa de Valores de Caracas", "BVCA", "BVCC", "XCAR"], "website": "https://www.bolsadecaracas.com", "canonical_domain": "bolsadecaracas.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Market for equities and bonds", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4603 +{"wikidata_id": "Q928726", "display_name": "GMT Games", "legal_name": null, "aliases": [], "website": "https://www.gmtgames.com", "canonical_domain": "gmtgames.com", "country": "US", "hq_city": "Hanford", "hq_region": "Kings County", "lat": 36.3275, "lon": -119.64556, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GMT_Logo.svg", "description": "American board game publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4604 +{"wikidata_id": "Q930379", "display_name": "Transportes Aéreos Guatemaltecos", "legal_name": null, "aliases": ["TAG Airlines"], "website": "https://www.tag.com.gt", "canonical_domain": "tag.com.gt", "country": "GT", "hq_city": "Guatemala City", "hq_region": "Guatemala Department", "lat": 14.64167, "lon": -90.51333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAG_Airlines_Logo.png", "description": "Guatemalan airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4605 +{"wikidata_id": "Q934096", "display_name": "Red Wing Shoes", "legal_name": null, "aliases": ["Red Wing", "Redwing", "Red Wing Shoe Company", "Red Wing Shoe Company", "LLC"], "website": "https://www.redwingshoes.com", "canonical_domain": "redwingshoes.com", "country": "US", "hq_city": "Red Wing", "hq_region": "Goodhue County", "lat": 44.56556, "lon": -92.53472, "industries": ["apparel"], "industry_labels": ["footwear industry"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American footwear company based in Red Wing, Minnesota", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4606 +{"wikidata_id": "Q977145", "display_name": "Ferromex", "legal_name": null, "aliases": ["Ferro", "Grupo Mexico Transportes"], "website": "https://ferromex.mx", "canonical_domain": "ferromex.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["transportation"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q623591", "name": "Grupo México"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferromex_logo.png", "description": "Mexican railway company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1407993"}]}
4607 +{"wikidata_id": "Q996818", "display_name": "Polyvinyl", "legal_name": null, "aliases": [], "website": "https://www.polyvinylrecords.com", "canonical_domain": "polyvinylrecords.com", "country": "US", "hq_city": "Champaign–Urbana metropolitan area", "hq_region": "Illinois", "lat": 40.1, "lon": -88.25, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pv_logo_transparent.gif", "description": "US independent record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4608 +{"wikidata_id": "Q7573609", "display_name": "SparkFun Electronics", "legal_name": null, "aliases": ["SparkFun Inc."], "website": "https://www.sparkfun.com", "canonical_domain": "sparkfun.com", "country": "US", "hq_city": "Niwot", "hq_region": "Boulder County", "lat": 40.09972, "lon": -105.16028, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2003, "employees": 150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sparkfun_logo.svg", "description": "American electronic components and hardware distributor and manufacturer", "sitelinks": 4, "importance": 0.2418, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4609 +{"wikidata_id": "Q4038447", "display_name": "Experimenter Publishing", "legal_name": null, "aliases": [], "website": "https://amazingstories.com", "canonical_domain": "amazingstories.com", "country": "US", "hq_city": "Hillsborough", "hq_region": "Hillsborough County", "lat": 43.11472, "lon": -71.895, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1915, "employees": 3, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 7, "importance": 0.2387, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4610 +{"wikidata_id": "Q3330119", "display_name": "PKWARE", "legal_name": null, "aliases": ["PK WARE", "Inc."], "website": "https://www.pkware.com", "canonical_domain": "pkware.com", "country": "US", "hq_city": "Brown Deer", "hq_region": "Milwaukee County", "lat": 43.1728, "lon": -87.9778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1986, "employees": 93, "public_company": false, "ticker": null, "exchange": null, "lei": "549300KWJFIQCTSVC380", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PKWare_logo.png", "description": "software company", "sitelinks": 4, "importance": 0.235, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4611 +{"wikidata_id": "Q37848061", "display_name": "Goop", "legal_name": "Goop Inc. Limited", "aliases": ["goop"], "website": "https://goop.com", "canonical_domain": "goop.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["healthcare"], "industry_labels": ["alternative medicine"], "founded_year": 2008, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gooponlinelogo.svg", "description": "lifestyle brand company founded by actress Gwyneth Paltrow", "sitelinks": 4, "importance": 0.2328, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4612 +{"wikidata_id": "Q1026759", "display_name": "Calico Light Weapons Systems", "legal_name": null, "aliases": [], "website": "https://calicolightweaponsystems.com", "canonical_domain": "calicolightweaponsystems.com", "country": "US", "hq_city": "Cornelius", "hq_region": "Washington County", "lat": 45.51861, "lon": -123.05528, "industries": ["defense", "manufacturing"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calico_text_only_logo.png", "description": "American privately held manufacturing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4613 +{"wikidata_id": "Q1046940", "display_name": "Case Construction Equipment", "legal_name": null, "aliases": ["CASE", "Case CE"], "website": "https://www.casece.com", "canonical_domain": "casece.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction", "industrial-machinery"], "industry_labels": [], "founded_year": 1842, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CASE_Construction_logo.png", "description": "American construction machine manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4614 +{"wikidata_id": "Q10656253", "display_name": "Rock-Ola", "legal_name": null, "aliases": ["Rock-Ola Manufacturing Corporation", "Rock-Ola Scale Company"], "website": "https://www.rock-ola.com", "canonical_domain": "rock-ola.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rock-Ola_Logo.jpg", "description": "American manufacturer of coin-operated machines such as jukeboxes", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4615 +{"wikidata_id": "Q107072682", "display_name": "AwardWallet", "legal_name": null, "aliases": ["LLC"], "website": "https://awardwallet.com", "canonical_domain": "awardwallet.com", "country": "US", "hq_city": "Bethlehem", "hq_region": "Lehigh County", "lat": 40.62611, "lon": -75.37556, "industries": ["travel"], "industry_labels": ["corporate travel management"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US American SaaS company and app", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4616 +{"wikidata_id": "Q107525997", "display_name": "Heart Aerospace", "legal_name": null, "aliases": [], "website": "https://heartaerospace.com", "canonical_domain": "heartaerospace.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heart_Aerospace_logo.svg", "description": "American aerospace manufacturer based in California", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4617 +{"wikidata_id": "Q108559529", "display_name": "Maximum Effort", "legal_name": null, "aliases": [], "website": "https://www.maximumeffort.com", "canonical_domain": "maximumeffort.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maximum_Effort_company_logo.svg", "description": "film production company founded by Ryan Reynolds and George Dewey", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4618 +{"wikidata_id": "Q11217915", "display_name": "MAYAir", "legal_name": null, "aliases": [], "website": "https://mayair.com.mx", "canonical_domain": "mayair.com.mx", "country": "MX", "hq_city": "Cancun", "hq_region": "Benito Juárez Municipality", "lat": 21.16142, "lon": -86.82481, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_MAYAir.png", "description": "Mexican airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4619 +{"wikidata_id": "Q1125533", "display_name": "Ferrovías S.A.C.", "legal_name": null, "aliases": ["Ferrovias"], "website": "https://www.ferrovias.com.ar", "canonical_domain": "ferrovias.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["transportation"], "industry_labels": ["rail infrastructure", "rail transport"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19902982", "name": "Emepa Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferrovias_arg_logo.svg", "description": "Argentine private railway company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4620 +{"wikidata_id": "Q112664251", "display_name": "redair.com.do", "legal_name": null, "aliases": [], "website": "https://redair.com.do", "canonical_domain": "redair.com.do", "country": "DO", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q548133", "name": "LASER Airlines"}, "logo_url": null, "description": "Charter airline in the Dominican Republic", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4621 +{"wikidata_id": "Q1141129", "display_name": "CrossGen", "legal_name": null, "aliases": [], "website": "https://www.crossgen.com", "canonical_domain": "crossgen.com", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4622 +{"wikidata_id": "Q1142823", "display_name": "Empresas CMPC", "legal_name": null, "aliases": ["CMPC"], "website": "https://www.cmpc.cl", "canonical_domain": "cmpc.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["materials"], "industry_labels": ["Pulp and Paper"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-cmpc.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4623 +{"wikidata_id": "Q1144907", "display_name": "Kranky Records", "legal_name": null, "aliases": ["Kranky"], "website": "https://kranky.net", "canonical_domain": "kranky.net", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kranky_logo.svg", "description": "American record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4624 +{"wikidata_id": "Q1182699", "display_name": "Definitive Jux", "legal_name": null, "aliases": [], "website": "https://www.definitivejux.net", "canonical_domain": "definitivejux.net", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4625 +{"wikidata_id": "Q1185319", "display_name": "Maple Leaf Sports & Entertainment", "legal_name": null, "aliases": ["MLSE"], "website": "https://www.mlse.com", "canonical_domain": "mlse.com", "country": "CA", "hq_city": "Scotiabank Arena", "hq_region": "Old Toronto", "lat": 43.64333, "lon": -79.37917, "industries": ["real-estate"], "industry_labels": ["real property", "professional sport"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian sports and real estate company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4626 +{"wikidata_id": "Q121875386", "display_name": "CoreWeave", "legal_name": null, "aliases": [], "website": "https://www.coreweave.com", "canonical_domain": "coreweave.com", "country": "US", "hq_city": "Roseland", "hq_region": "Essex County", "lat": 40.8199, "lon": -74.3102, "industries": ["cloud-infrastructure"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "CRWV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1769628", "parent": null, "logo_url": null, "description": "American cloud computing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1769628", "enriched_at": "2026-09-13T07:20:36+00:00"}}
4627 +{"wikidata_id": "Q1234076", "display_name": "Dodge & Cox", "legal_name": null, "aliases": [], "website": "https://www.dodgeandcox.com", "canonical_domain": "dodgeandcox.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300SV2HIB7EJR0U84", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dodge-and-cox-logo.PNG", "description": "US mutual fund company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4628 +{"wikidata_id": "Q1248118", "display_name": "Vincent Bach Corporation", "legal_name": null, "aliases": [], "website": "https://www.bachbrass.com", "canonical_domain": "bachbrass.com", "country": "US", "hq_city": "Mount Vernon", "hq_region": "Westchester County", "lat": 40.91417, "lon": -73.83056, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vincent_bach_logo.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4629 +{"wikidata_id": "Q1250967", "display_name": "Viega", "legal_name": null, "aliases": [], "website": "https://www.viega.de", "canonical_domain": "viega.de", "country": "US", "hq_city": "Attendorn", "hq_region": "Kreis Olpe", "lat": 51.12645, "lon": 7.90333, "industries": ["materials"], "industry_labels": ["building material"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viega_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4630 +{"wikidata_id": "Q1275949", "display_name": "ESP-Disk", "legal_name": null, "aliases": [], "website": "https://www.espdisk.com", "canonical_domain": "espdisk.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4631 +{"wikidata_id": "Q1290900", "display_name": "Sinclair Oil Corporation", "legal_name": null, "aliases": ["Dinocare"], "website": "https://www.sinclairoil.com", "canonical_domain": "sinclairoil.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "extraction of crude petroleum and natural gas"], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "1KRODFGQUCSXPZCTCX94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinclair_gasoline_sign%2C_Route_61%2C_La_Place%2C_Louisiana_LCCN2017703770.tif", "description": "American petroleum company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4632 +{"wikidata_id": "Q130863072", "display_name": "Omneky", "legal_name": null, "aliases": [], "website": "https://www.omneky.com", "canonical_domain": "omneky.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence", "media"], "industry_labels": ["artificial intelligence", "advertising"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OmnekyLogo_%281%29.png", "description": "American artificial intelligence company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4633 +{"wikidata_id": "Q135900", "display_name": "ZAP", "legal_name": null, "aliases": [], "website": "https://www.zapworld.com", "canonical_domain": "zapworld.com", "country": "US", "hq_city": "Santa Rosa", "hq_region": "Sonoma County", "lat": 38.44861, "lon": -122.70472, "industries": ["automotive"], "industry_labels": ["electric vehicle"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zap-logo.svg", "description": "American automobile company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4634 +{"wikidata_id": "Q1360622", "display_name": "Shell Canada", "legal_name": null, "aliases": ["Shell"], "website": "https://www.shell.ca", "canonical_domain": "shell.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "SHEL", "exchange": "NYSE", "lei": null, "sec_cik": "1306965", "parent": {"wikidata_id": "Q154950", "name": "Shell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shell_wordmark_2019.svg", "description": "Canadian regional subsidiary of Shell plc", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1306965", "enriched_at": "2026-09-13T07:20:38+00:00"}}
4635 +{"wikidata_id": "Q1369970", "display_name": "Estes Industries", "legal_name": null, "aliases": [], "website": "https://www.estesrockets.com", "canonical_domain": "estesrockets.com", "country": "US", "hq_city": "Penrose", "hq_region": "Fremont County", "lat": 38.4267, "lon": -105.007, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5874823", "name": "Hobbico"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4636 +{"wikidata_id": "Q1390427", "display_name": "Mediaskare Records", "legal_name": null, "aliases": [], "website": "https://www.mediaskare.com", "canonical_domain": "mediaskare.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4637 +{"wikidata_id": "Q1396343", "display_name": "Sony Digital Audio Disc Corporation", "legal_name": null, "aliases": ["Sony DADC"], "website": "https://www.sonydadc.co.jp", "canonical_domain": "sonydadc.co.jp", "country": "US", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["technology"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1134268", "name": "Sony Corporation of America"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4638 +{"wikidata_id": "Q1399195", "display_name": "Fazoli's", "legal_name": null, "aliases": [], "website": "https://fazolis.com", "canonical_domain": "fazolis.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American-Italian fast food company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4639 +{"wikidata_id": "Q1402435", "display_name": "Giant Records", "legal_name": null, "aliases": [], "website": "https://giantrecords.se", "canonical_domain": "giantrecords.se", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label, sub-label of Warner Bros. Records", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4640 +{"wikidata_id": "Q1406986", "display_name": "Shrapnel Records", "legal_name": null, "aliases": [], "website": "https://shrapnelrecords.com", "canonical_domain": "shrapnelrecords.com", "country": "US", "hq_city": "Novato", "hq_region": "Marin County", "lat": 38.1075, "lon": -122.56972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4641 +{"wikidata_id": "Q1427937", "display_name": "fleishmanhillard.com", "legal_name": null, "aliases": [], "website": "https://fleishmanhillard.com", "canonical_domain": "fleishmanhillard.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["media"], "industry_labels": ["marketing", "public relations"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1519267", "name": "Omnicom Group"}, "logo_url": null, "description": "public relations and marketing agency", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4642 +{"wikidata_id": "Q1429287", "display_name": "Alamo Rent a Car", "legal_name": null, "aliases": ["Alamo"], "website": "https://www.alamo.com", "canonical_domain": "alamo.com", "country": "US", "hq_city": "Clayton", "hq_region": "St. Louis County", "lat": 38.64528, "lon": -90.33194, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q834054", "name": "Enterprise Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alamo_Rent_a_Car_%28logo%29.svg", "description": "American car rental company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4643 +{"wikidata_id": "Q1436915", "display_name": "Ford Argentina", "legal_name": null, "aliases": ["Ford Motor Argentina", "Ford Motor Company of Argentina"], "website": "https://www.ford.com.ar", "canonical_domain": "ford.com.ar", "country": "AR", "hq_city": "General Pacheco", "hq_region": "Tigre Partido", "lat": -34.45, "lon": -58.65, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q44294", "name": "Ford Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_logo_flat.svg", "description": "Argentine subsidiary of Ford", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4644 +{"wikidata_id": "Q1440376", "display_name": "Lowepro", "legal_name": null, "aliases": [], "website": "https://www.lowepro.com", "canonical_domain": "lowepro.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3561203", "name": "Videndum"}, "logo_url": null, "description": "American company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4645 +{"wikidata_id": "Q1466184", "display_name": "Harvey's", "legal_name": null, "aliases": ["Harveys"], "website": "https://www.harveys.ca", "canonical_domain": "harveys.ca", "country": "CA", "hq_city": "Vaughan", "hq_region": "Regional Municipality of York", "lat": 43.83333, "lon": -79.5, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2937756", "name": "Recipe Unlimited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harvey%27s_logo_2024.png", "description": "Canadian fast food restaurant chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4646 +{"wikidata_id": "Q1466792", "display_name": "Iams", "legal_name": null, "aliases": [], "website": "https://iams.eu", "canonical_domain": "iams.eu", "country": "US", "hq_city": "Mason", "hq_region": "Warren County", "lat": 39.35778, "lon": -84.31167, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q695087", "name": "Mars, Incorporated"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IAMS-Logo.svg", "description": "pet food brand", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4647 +{"wikidata_id": "Q1500866", "display_name": "K2 Sports", "legal_name": null, "aliases": [], "website": "https://www.k2sports.com", "canonical_domain": "k2sports.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K2_Sports_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4648 +{"wikidata_id": "Q1512171", "display_name": "ROIR", "legal_name": null, "aliases": [], "website": "https://www.roir-usa.com", "canonical_domain": "roir-usa.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4649 +{"wikidata_id": "Q1525061", "display_name": "Government National Mortgage Association", "legal_name": null, "aliases": [], "website": "https://www.ginniemae.gov", "canonical_domain": "ginniemae.gov", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ginnie_Mae_logo.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4650 +{"wikidata_id": "Q1544251", "display_name": "Great Coasters International", "legal_name": null, "aliases": [], "website": "https://greatcoasters.com", "canonical_domain": "greatcoasters.com", "country": "US", "hq_city": "Sunbury", "hq_region": "Northumberland County", "lat": 40.8639, "lon": -76.7892, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sunbury, Pennsylvania-based roller coaster manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4651 +{"wikidata_id": "Q1567477", "display_name": "Transamerica Corporation", "legal_name": null, "aliases": [], "website": "https://www.transamerica.com", "canonical_domain": "transamerica.com", "country": "US", "hq_city": "Cedar Rapids", "hq_region": "Linn County", "lat": 41.98333, "lon": -91.66861, "industries": ["insurance"], "industry_labels": ["insurance", "SIC 6311 Life Insurance"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "FY3O3L8GSDIMQ51Q5H26", "sec_cik": "99189", "parent": {"wikidata_id": "Q291171", "name": "Aegon"}, "logo_url": null, "description": "American private holding company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "99189", "enriched_at": "2026-09-13T07:20:42+00:00"}}
4652 +{"wikidata_id": "Q15991488", "display_name": "Vicarious", "legal_name": null, "aliases": [], "website": "https://vicarious.com", "canonical_domain": "vicarious.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1666810", "parent": null, "logo_url": null, "description": "artificial intelligence company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4653 +{"wikidata_id": "Q15991709", "display_name": "Depositphotos", "legal_name": null, "aliases": [], "website": "https://depositphotos.com", "canonical_domain": "depositphotos.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["media"], "industry_labels": ["stock photography"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2128566", "name": "Vistaprint"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Depositphotos_logo.jpg", "description": "American company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4654 +{"wikidata_id": "Q1604779", "display_name": "Tecnologia Automotiva Catarinense", "legal_name": null, "aliases": ["CAB Motors"], "website": "https://www.tacmotors.com.br", "canonical_domain": "tacmotors.com.br", "country": "BR", "hq_city": "Joinville", "hq_region": "Santa Catarina", "lat": -26.30389, "lon": -48.84583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian automotive corporation", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4655 +{"wikidata_id": "Q16249615", "display_name": "Cross Creek Pictures", "legal_name": null, "aliases": [], "website": "https://www.crosscreekpictures.com", "canonical_domain": "crosscreekpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cross_Creek_Pictures_logo.png", "description": "American film production company and film financer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4656 +{"wikidata_id": "Q1634794", "display_name": "Rhymesayers Entertainment", "legal_name": null, "aliases": [], "website": "https://www.rhymesayers.com", "canonical_domain": "rhymesayers.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent hip hop record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4657 +{"wikidata_id": "Q1639719", "display_name": "Hy-Vee", "legal_name": null, "aliases": [], "website": "https://www.hy-vee.com", "canonical_domain": "hy-vee.com", "country": "US", "hq_city": "West Des Moines", "hq_region": "Polk County", "lat": 41.575, "lon": -93.7092, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hy-Vee_logo.svg", "description": "U.S. employee owned supermarket chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4658 +{"wikidata_id": "Q1639897", "display_name": "Menards", "legal_name": null, "aliases": ["Menards Inc.", "INC"], "website": "https://www.menards.com", "canonical_domain": "menards.com", "country": "US", "hq_city": "Eau Claire", "hq_region": "Chippewa County", "lat": 44.81472, "lon": -91.49278, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Menards_Stripe_Logo.svg", "description": "American home improvement store chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4659 +{"wikidata_id": "Q1650688", "display_name": "Finta", "legal_name": null, "aliases": ["Finta Sports"], "website": "https://www.finta.com.br", "canonical_domain": "finta.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["apparel"], "industry_labels": ["textile industry", "sports industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Finta_Logo.svg", "description": "Brazilian sports equipment manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4660 +{"wikidata_id": "Q16512099", "display_name": "TAR México", "legal_name": null, "aliases": ["TAR Aerolíneas"], "website": "https://tarmexico.com", "canonical_domain": "tarmexico.com", "country": "MX", "hq_city": "Santiago de Querétaro", "hq_region": "Queretaro Municipality", "lat": 20.58806, "lon": -100.38806, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4661 +{"wikidata_id": "Q1673617", "display_name": "MakerBot Industries", "legal_name": null, "aliases": ["MakerBot"], "website": "https://www.makerbot.com", "canonical_domain": "makerbot.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["industrial-machinery", "technology"], "industry_labels": ["manufacture of machinery and equipment", "consumer electronics industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3975878", "name": "Stratasys"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MakerBot_logo.svg", "description": "3d Printer Manufacturing Company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4662 +{"wikidata_id": "Q16800556", "display_name": "99designs", "legal_name": null, "aliases": [], "website": "https://99designs.com", "canonical_domain": "99designs.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/99Designs_Logo.svg", "description": "Australian company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4663 +{"wikidata_id": "Q1703395", "display_name": "Dim Mak Records", "legal_name": null, "aliases": [], "website": "https://www.dimmak.com", "canonical_domain": "dimmak.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4664 +{"wikidata_id": "Q1743511", "display_name": "Kirkland & Ellis", "legal_name": null, "aliases": ["Kirkland", "Kirkland and Ellis"], "website": "https://www.kirkland.com", "canonical_domain": "kirkland.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["professional-services"], "industry_labels": ["legal services"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300DO60QU86FS5U43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KirklandEllis_Logo.svg", "description": "law firm in the United States, based in Chicago, Illinois", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4665 +{"wikidata_id": "Q174616", "display_name": "Mokulele Airlines", "legal_name": null, "aliases": [], "website": "https://www.mokuleleairlines.com", "canonical_domain": "mokuleleairlines.com", "country": "US", "hq_city": "Kailua-Kona", "hq_region": "Hawaii County", "lat": 19.65, "lon": -155.99417, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commuter airline based out of Kailua-Kona, Hawaii", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4666 +{"wikidata_id": "Q177136", "display_name": "PM Press", "legal_name": "PM Press", "aliases": [], "website": "https://www.pmpress.org", "canonical_domain": "pmpress.org", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PM_Press.jpg", "description": "American independent publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4667 +{"wikidata_id": "Q1815691", "display_name": "Red Bull Records", "legal_name": null, "aliases": [], "website": "https://redbullrecords.com", "canonical_domain": "redbullrecords.com", "country": "US", "hq_city": "West Hollywood", "hq_region": "Los Angeles County", "lat": 34.08778, "lon": -118.37222, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q698639", "name": "Red Bull GmbH"}, "logo_url": null, "description": "record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4668 +{"wikidata_id": "Q1892498", "display_name": "Synergy Group", "legal_name": null, "aliases": [], "website": "https://www.synergygroupcorp.com", "canonical_domain": "synergygroupcorp.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian-headquartered conglomerate", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4669 +{"wikidata_id": "Q1917325", "display_name": "Riley Technologies", "legal_name": null, "aliases": ["Riley Technologies LLC"], "website": "https://www.rileytech.com", "canonical_domain": "rileytech.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American auto racing constructor and team", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4670 +{"wikidata_id": "Q1921340", "display_name": "Mercedes-Benz U.S. International", "legal_name": null, "aliases": [], "website": "https://www.mbusi.com", "canonical_domain": "mbusi.com", "country": "US", "hq_city": "Vance", "hq_region": "Bibb County", "lat": 33.16452, "lon": -87.23172, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27530", "name": "Mercedes-Benz Group"}, "logo_url": null, "description": "automotive manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4671 +{"wikidata_id": "Q1925685", "display_name": "Metro by T-Mobile", "legal_name": null, "aliases": ["Metro PCS", "MetroPCS"], "website": "https://www.metrobyt-mobile.com", "canonical_domain": "metrobyt-mobile.com", "country": "US", "hq_city": "Richardson", "hq_region": "Dallas County", "lat": 32.94833, "lon": -96.72972, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metro_By_T-Mobile_2022.svg", "description": "American telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4672 +{"wikidata_id": "Q19619342", "display_name": "Ferrocarriles Argentinos SA", "legal_name": null, "aliases": ["Nuevos Ferrocarriles Argentinos", "Ferrocarriles Argentinos Sociedad Anónima", "FFASE"], "website": "https://www.argentina.gob.ar", "canonical_domain": "argentina.gob.ar", "country": "AR", "hq_city": "Constitución train station", "hq_region": "Buenos Aires", "lat": -34.62778, "lon": -58.38131, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoFASA2.png", "description": "Argentine state-owned railway company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6116255"}, {"related_domain_conflict": "Q19944915"}, {"related_domain_conflict": "Q5657839"}]}
4673 +{"wikidata_id": "Q1971223", "display_name": "Rap-A-Lot Records", "legal_name": null, "aliases": [], "website": "https://www.rapalotrecords.com", "canonical_domain": "rapalotrecords.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hip hop record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4674 +{"wikidata_id": "Q1990768", "display_name": "Top Cow Productions", "legal_name": "Top Cow Productions, Inc.", "aliases": ["Top Cow", "Inc."], "website": "https://www.topcow.com", "canonical_domain": "topcow.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q913301", "name": "Image Comics"}, "logo_url": null, "description": "American comics publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4675 +{"wikidata_id": "Q2000354", "display_name": "North American Arms", "legal_name": null, "aliases": [], "website": "https://northamericanarms.com", "canonical_domain": "northamericanarms.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "arms company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4676 +{"wikidata_id": "Q2044720", "display_name": "Air Cargo Carriers", "legal_name": null, "aliases": [], "website": "https://aircar.com", "canonical_domain": "aircar.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of the United States", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4677 +{"wikidata_id": "Q205601", "display_name": "Oriental Brewery", "legal_name": null, "aliases": ["Cass Fresh"], "website": "https://www.ob.co.kr", "canonical_domain": "ob.co.kr", "country": "BR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": null, "description": "Brewery Company in South Korea", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4678 +{"wikidata_id": "Q20709906", "display_name": "Starkey Hearing Technologies", "legal_name": null, "aliases": ["Starkey", "Starkey Hearing Technologies (United States)"], "website": "https://www.starkey.com", "canonical_domain": "starkey.com", "country": "US", "hq_city": "Eden Prairie", "hq_region": "Hennepin County", "lat": 44.85472, "lon": -93.47083, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4679 +{"wikidata_id": "Q21178582", "display_name": "Bad Dragon", "legal_name": null, "aliases": ["BD"], "website": "https://bad-dragon.com", "canonical_domain": "bad-dragon.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["retail"], "industry_labels": ["retail", "sex shop"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sex toy manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4680 +{"wikidata_id": "Q21178813", "display_name": "MarVista Entertainment", "legal_name": null, "aliases": [], "website": "https://www.marvista.net", "canonical_domain": "marvista.net", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4681 +{"wikidata_id": "Q2204741", "display_name": "Point72 Asset Management", "legal_name": null, "aliases": ["SAC Capital"], "website": "https://point72.com", "canonical_domain": "point72.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["asset-management", "financial-services"], "industry_labels": ["hedge fund", "financial services"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GHZ48Y72I6HZ24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Point72logo.png", "description": "Hedge fund", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4682 +{"wikidata_id": "Q2308180", "display_name": "InnoCentive", "legal_name": null, "aliases": ["Innocentive Innovation", "Inc"], "website": "https://innocentive.com", "canonical_domain": "innocentive.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": [], "industry_labels": ["innovation intermediary"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "open innovation and crowdsouring company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4683 +{"wikidata_id": "Q2346366", "display_name": "Parallax, Inc.", "legal_name": null, "aliases": [], "website": "https://www.parallax.com", "canonical_domain": "parallax.com", "country": "US", "hq_city": "Rocklin", "hq_region": "Placer County", "lat": 38.8, "lon": -121.24667, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "1987 technology business", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4684 +{"wikidata_id": "Q23672312", "display_name": "Herschel Supply Co.", "legal_name": null, "aliases": ["Herschel", "Herschel Supply"], "website": "https://herschel.com", "canonical_domain": "herschel.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Herschel_Supply_Black_Logo.svg", "description": "company that manufactures backpacks, bags, accessories, and other travel goods", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4685 +{"wikidata_id": "Q2396830", "display_name": "Vidéotron", "legal_name": null, "aliases": ["Videotron"], "website": "https://www.videotron.com", "canonical_domain": "videotron.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q912476", "name": "Québecor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vid%C3%A9otron_2012_logo.png", "description": "Canadian telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4686 +{"wikidata_id": "Q2397925", "display_name": "Taylorcraft Aircraft", "legal_name": null, "aliases": ["Taylorcraft Aviation"], "website": "https://www.taylorcraft.com", "canonical_domain": "taylorcraft.com", "country": "US", "hq_city": "Brownsville", "hq_region": "Cameron County", "lat": 25.93028, "lon": -97.48444, "industries": ["aerospace-defense"], "industry_labels": ["general aviation"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturer in the United States", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4687 +{"wikidata_id": "Q2423653", "display_name": "Tivoli Audio", "legal_name": null, "aliases": [], "website": "https://tivoliaudio.com", "canonical_domain": "tivoliaudio.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American electronics manufacturing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4688 +{"wikidata_id": "Q24590118", "display_name": "The Babylon Bee", "legal_name": null, "aliases": [], "website": "https://babylonbee.com", "canonical_domain": "babylonbee.com", "country": "US", "hq_city": "Jupiter", "hq_region": "Palm Beach County", "lat": 26.92611, "lon": -80.105, "industries": ["internet"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "satirical website", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4689 +{"wikidata_id": "Q24884453", "display_name": "SharpTone Records", "legal_name": "SharpTone Records", "aliases": [], "website": "https://sharptonerecords.co", "canonical_domain": "sharptonerecords.co", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label started on September 11, 2013", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4690 +{"wikidata_id": "Q25245476", "display_name": "Upside Foods", "legal_name": null, "aliases": ["Memphis Meats"], "website": "https://www.upsidefoods.com", "canonical_domain": "upsidefoods.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "food-beverage"], "industry_labels": ["food technology", "cultured meat industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Upside_Foods_logo.svg", "description": "American food technology company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4691 +{"wikidata_id": "Q257467", "display_name": "Gracenote", "legal_name": null, "aliases": ["Inc."], "website": "https://www.gracenote.com", "canonical_domain": "gracenote.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q540891", "name": "Nielsen Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gracenote_logo_%282022%29.svg", "description": "American enterprise", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4692 +{"wikidata_id": "Q262530", "display_name": "Artery Recordings", "legal_name": null, "aliases": [], "website": "https://www.arteryrecordings.com", "canonical_domain": "arteryrecordings.com", "country": "US", "hq_city": "Sacramento", "hq_region": "Sacramento County", "lat": 38.57528, "lon": -121.48611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4693 +{"wikidata_id": "Q2648991", "display_name": "Thomas Nelson and Sons Ltd", "legal_name": null, "aliases": ["Nelson", "Thomas Nelson & Sons"], "website": "https://www.thomasnelson.com", "canonical_domain": "thomasnelson.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1798, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95149", "name": "HarperCollins"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thomas_Nelson_and_Sons_logo%2C_monochrome.jpg", "description": "Scottish publishing firm, now part of HarperCollins", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4694 +{"wikidata_id": "Q2654262", "display_name": "Osiris Shoes", "legal_name": null, "aliases": ["Osiris"], "website": "https://www.osirisshoes.com", "canonical_domain": "osirisshoes.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["apparel"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Osiris_logo.svg", "description": "skate shoe company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4695 +{"wikidata_id": "Q2660388", "display_name": "H. Stern", "legal_name": null, "aliases": ["H Stern"], "website": "https://www.hstern.com.br", "canonical_domain": "hstern.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["retail"], "industry_labels": ["bench jeweler"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_HStern_%282015%29.svg", "description": "Jewelry chain store", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4696 +{"wikidata_id": "Q2700070", "display_name": "View Askew Productions", "legal_name": null, "aliases": [], "website": "https://www.viewaskew.com", "canonical_domain": "viewaskew.com", "country": "US", "hq_city": "Red Bank", "hq_region": "Monmouth County", "lat": 40.3487, "lon": -74.0665, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and television production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4697 +{"wikidata_id": "Q2710110", "display_name": "GameDaily", "legal_name": null, "aliases": [], "website": "https://www.gamedaily.biz", "canonical_domain": "gamedaily.biz", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["gaming"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game news website", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4698 +{"wikidata_id": "Q27150165", "display_name": "Zapier", "legal_name": null, "aliases": [], "website": "https://zapier.com", "canonical_domain": "zapier.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zapier-logo.png", "description": "software company based in California", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4699 +{"wikidata_id": "Q2819391", "display_name": "Artistdirect", "legal_name": null, "aliases": [], "website": "https://artistdirect.com", "canonical_domain": "artistdirect.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Artistdirect_logo.png", "description": "online digital media entertainment company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4700 +{"wikidata_id": "Q2832297", "display_name": "ALDO", "legal_name": null, "aliases": ["Aldo", "Aldo Group"], "website": "https://www.aldogroup.com", "canonical_domain": "aldogroup.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aldo_Group_logo.svg", "description": "Canadian premium shoe retailer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4701 +{"wikidata_id": "Q28450994", "display_name": "Legacy Fighting Alliance", "legal_name": null, "aliases": [], "website": "https://www.lfafighting.com", "canonical_domain": "lfafighting.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["media"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "an American mixed martial arts promotion broadcast on AXS TV.", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4702 +{"wikidata_id": "Q2855065", "display_name": "Sound City Studios", "legal_name": null, "aliases": ["Sound City"], "website": "https://soundcity.la", "canonical_domain": "soundcity.la", "country": "US", "hq_city": "Van Nuys", "hq_region": "Los Angeles", "lat": 34.1833, "lon": -118.4333, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "recording studio in Van Nuys, Los Angeles, California, USA", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4703 +{"wikidata_id": "Q286133", "display_name": "AAI Corporation", "legal_name": null, "aliases": ["Aircraft Armaments Inc.", "Aircraft Armaments Incorporated"], "website": "https://www.textronsystems.com", "canonical_domain": "textronsystems.com", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2140315", "name": "Textron"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aai-corporation.jpg", "description": "aerospace and defense development and manufacturing firm", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4704 +{"wikidata_id": "Q2874472", "display_name": "Avon", "legal_name": null, "aliases": ["Avon Book Co.", "Avon Books", "Avon Publications"], "website": "https://www.avonromance.com", "canonical_domain": "avonromance.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American paperback book and comic book publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4705 +{"wikidata_id": "Q2875081", "display_name": "Azamara", "legal_name": null, "aliases": ["Azamara Club Cruises", "Azamara Cruises"], "website": "https://www.azamaraclubcruises.com", "canonical_domain": "azamaraclubcruises.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["shipping"], "industry_labels": ["cruise line"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "luxury cruise line", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4706 +{"wikidata_id": "Q2896156", "display_name": "TerraCycle", "legal_name": null, "aliases": [], "website": "https://www.terracycle.com", "canonical_domain": "terracycle.com", "country": "US", "hq_city": "Trenton", "hq_region": "Mercer County", "lat": 40.22028, "lon": -74.76583, "industries": ["utilities"], "industry_labels": ["waste management"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_TerraCycle.svg", "description": "American industrial company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4707 +{"wikidata_id": "Q289635", "display_name": "AC Propulsion", "legal_name": null, "aliases": [], "website": "https://www.acpropulsion.com", "canonical_domain": "acpropulsion.com", "country": "US", "hq_city": "San Dimas", "hq_region": "Los Angeles County", "lat": 34.10668, "lon": -117.80673, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acp_logo_1.gif", "description": "automobile manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4708 +{"wikidata_id": "Q2904929", "display_name": "Amana Corporation", "legal_name": null, "aliases": ["Amana", "Amana Corp.", "Amana Refrigeration", "Inc.", "The Electrical Equipment Co."], "website": "https://www.amana.com", "canonical_domain": "amana.com", "country": "US", "hq_city": "Benton Harbor", "hq_region": "Berrien County", "lat": 42.11667, "lon": -86.45417, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1471346", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amana_Corporation_logo.svg", "description": "American brand of household appliances", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4709 +{"wikidata_id": "Q2930498", "display_name": "C/Z Records", "legal_name": null, "aliases": [], "website": "https://www.czrecords.com", "canonical_domain": "czrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Seattle record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4710 +{"wikidata_id": "Q2931127", "display_name": "CCI", "legal_name": null, "aliases": ["CCI/Speer", "Speer/CCI"], "website": "https://www.cci-ammunition.com", "canonical_domain": "cci-ammunition.com", "country": "US", "hq_city": "Lewiston", "hq_region": "Nez Perce County", "lat": 46.40024, "lon": -117.00103, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CCI_Ammunition_logo.svg", "description": "a manufacturer of rimfire ammunition, centerfire handgun ammunition, and primers", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4711 +{"wikidata_id": "Q2933291", "display_name": "Caisse de dépôt et placement du Québec", "legal_name": null, "aliases": ["Caisse", "Caisse de depot et placement du Quebec", "CDPQ", "Quebec Deposit and Investment Fund", "Québec Deposit and Investment Fund"], "website": "https://www.lacaisse.com", "canonical_domain": "lacaisse.com", "country": "CA", "hq_city": "Édifice Price", "hq_region": "La Cité-Limoilou", "lat": 46.81296, "lon": -71.20807, "industries": ["asset-management"], "industry_labels": ["pension fund"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_Caisse_logo.svg", "description": "institutional investor that manages several public and parapublic pension plans and insurance programs in Quebec", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4712 +{"wikidata_id": "Q2946947", "display_name": "Bavaria Brewery", "legal_name": null, "aliases": ["Bavaria", "Bavaria S.A."], "website": "https://www.bavaria.co", "canonical_domain": "bavaria.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4995", "name": "SABMiller"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bavaria_logo_2026.svg", "description": "Colombian brewery company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4713 +{"wikidata_id": "Q2979949", "display_name": "Club Monaco", "legal_name": null, "aliases": ["Inc."], "website": "https://www.clubmonaco.com", "canonical_domain": "clubmonaco.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1641437", "name": "Ralph Lauren Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Club_Monaco_logo.svg", "description": "mid-priced, high-end casual clothing retailer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4714 +{"wikidata_id": "Q2989805", "display_name": "Iron Ore Company of Canada", "legal_name": null, "aliases": [], "website": "https://www.ironore.ca", "canonical_domain": "ironore.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian mining company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4715 +{"wikidata_id": "Q3030794", "display_name": "Energía Argentina", "legal_name": null, "aliases": ["Enarsa", "Energia Argentina S.A.", "Integracion Energetica Sociedad Anonima"], "website": "https://www.energia-argentina.com.ar", "canonical_domain": "energia-argentina.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Energ%C3%ADa_Argentina_logo.svg", "description": "Argentine energy company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4716 +{"wikidata_id": "Q3031850", "display_name": "Fondo de Cultura Económica", "legal_name": null, "aliases": ["FCE", "Fondo de Cultura Economica"], "website": "https://www.fondodeculturaeconomica.com", "canonical_domain": "fondodeculturaeconomica.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogotipoFCE228.gif", "description": "Mexican publishing house", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4717 +{"wikidata_id": "Q303739", "display_name": "Milan", "legal_name": null, "aliases": ["Milan Rec", "Milan Records"], "website": "https://milanrecords.com", "canonical_domain": "milanrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Milan_Records_wordmark.svg", "description": "US record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4718 +{"wikidata_id": "Q3042946", "display_name": "The Null Corporation", "legal_name": null, "aliases": [], "website": "https://www.nullco.com", "canonical_domain": "nullco.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4719 +{"wikidata_id": "Q3054977", "display_name": "Entel Bolivia", "legal_name": null, "aliases": ["Entel (Bolivia)"], "website": "https://www.entel.bo", "canonical_domain": "entel.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Entel-2021.png", "description": "telecommunication company of Bolivia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4720 +{"wikidata_id": "Q3088381", "display_name": "Frommer's", "legal_name": null, "aliases": [], "website": "https://www.frommers.com", "canonical_domain": "frommers.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American travel guides publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4721 +{"wikidata_id": "Q3117078", "display_name": "Grosset & Dunlap", "legal_name": null, "aliases": ["Grosset and Dunlap"], "website": "https://us.penguingroup.com", "canonical_domain": "penguingroup.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New York publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4722 +{"wikidata_id": "Q3118242", "display_name": "Grupo Petrópolis", "legal_name": null, "aliases": ["Grupo Petropolis"], "website": "https://www.grupopetropolis.com.br", "canonical_domain": "grupopetropolis.com.br", "country": "BR", "hq_city": "Petrópolis", "hq_region": "Rio de Janeiro", "lat": -22.505, "lon": -43.17889, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Petr%C3%B3polis_logo.svg", "description": "Brazilian company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4723 +{"wikidata_id": "Q3266971", "display_name": "Hurley International", "legal_name": null, "aliases": ["Hurley"], "website": "https://www.hurley.com", "canonical_domain": "hurley.com", "country": "US", "hq_city": "Costa Mesa", "hq_region": "Orange County", "lat": 33.67, "lon": -117.91, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483915", "name": "Nike"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hurley_company_logo.png", "description": "American multinational corporation engaged surf apparel and accessories", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4724 +{"wikidata_id": "Q3307147", "display_name": "PetSmart", "legal_name": null, "aliases": [], "website": "https://www.petsmart.com", "canonical_domain": "petsmart.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q195515", "name": "BC Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PetSmart.svg", "description": "American pet supply store chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4725 +{"wikidata_id": "Q3310434", "display_name": "American Girl", "legal_name": null, "aliases": ["American Girl Doll brand", "American Girl product", "American Girl product line", "Pleasant Company"], "website": "https://www.americangirl.com", "canonical_domain": "americangirl.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Girl_2023.svg", "description": "American line of 18-inch dolls", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4726 +{"wikidata_id": "Q3320502", "display_name": "S2 Games", "legal_name": null, "aliases": [], "website": "https://www.s2games.com", "canonical_domain": "s2games.com", "country": "US", "hq_city": "Kalamazoo", "hq_region": "Kalamazoo County", "lat": 42.29, "lon": -85.59, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4727 +{"wikidata_id": "Q3369963", "display_name": "Jarritos", "legal_name": null, "aliases": [], "website": "https://jarritos.com", "canonical_domain": "jarritos.com", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of soft drink", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4728 +{"wikidata_id": "Q3375400", "display_name": "Jumex", "legal_name": null, "aliases": ["Grupo Jumex", "SA de CV"], "website": "https://www.grupojumex.mx", "canonical_domain": "grupojumex.mx", "country": "MX", "hq_city": "Ecatepec de Morelos Municipality", "hq_region": "State of Mexico", "lat": 19.56667, "lon": -99.04, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Jumex_logo.svg", "description": "Mexican company of beverages", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4729 +{"wikidata_id": "Q3385268", "display_name": "Banco Santander Argentina", "legal_name": null, "aliases": ["Santander"], "website": "https://www.santander.com.ar", "canonical_domain": "santander.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6496310", "name": "Banco Santander"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Santander_Logotipo.svg", "description": "Spanish commercial bank and financial services company in Argentina", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4730 +{"wikidata_id": "Q3400126", "display_name": "Pottery Barn", "legal_name": null, "aliases": [], "website": "https://www.potterybarn.com", "canonical_domain": "potterybarn.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2581220", "name": "Williams-Sonoma, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pottery_Barn_logo.svg", "description": "United States-based upscale home furnishing store chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4731 +{"wikidata_id": "Q3414893", "display_name": "Qwest Records", "legal_name": null, "aliases": ["Qwest"], "website": "https://quincyjones.com", "canonical_domain": "quincyjones.com", "country": "US", "hq_city": "Monroe", "hq_region": "LA", "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "68622", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qwest_Records_logo.jpg", "description": "American record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "68622", "enriched_at": "2026-09-13T07:20:42+00:00"}}
4732 +{"wikidata_id": "Q3476678", "display_name": "Seaborne Airlines", "legal_name": null, "aliases": [], "website": "https://www.seaborneairlines.com", "canonical_domain": "seaborneairlines.com", "country": "US", "hq_city": "San Juan", "hq_region": "Puerto Rico", "lat": 18.46528, "lon": -66.11667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SEABORNE_Airlines_%28USA%29.png", "description": "airline headquartered in San Juan, Puerto Rico", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4733 +{"wikidata_id": "Q3491655", "display_name": "Loving Hut", "legal_name": null, "aliases": [], "website": "https://www.lovinghut.com", "canonical_domain": "lovinghut.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Loving_Hut_wordmark.png", "description": "vegan restaurant chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4734 +{"wikidata_id": "Q3554375", "display_name": "Van's Aircraft, Inc.", "legal_name": "Van's Aircraft, Inc.", "aliases": [], "website": "https://www.vansaircraft.com", "canonical_domain": "vansaircraft.com", "country": "US", "hq_city": "Aurora", "hq_region": "Marion County", "lat": 45.23028, "lon": -122.75528, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vans-Aircraft-Logo-black.svg", "description": "kit aircraft manufacturer in the United States", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4735 +{"wikidata_id": "Q3561214", "display_name": "Viterra", "legal_name": null, "aliases": ["Viterra Inc."], "website": "https://www.viterra.com", "canonical_domain": "viterra.com", "country": "CA", "hq_city": "Regina", "hq_region": "Saskatchewan", "lat": 50.45472, "lon": -104.60667, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viterra_Logo_Green_RGB.png", "description": "multi-national agricultural company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4736 +{"wikidata_id": "Q3579498", "display_name": "Regnery Publishing", "legal_name": null, "aliases": ["H. Regnery Co.", "Henry Regnery Company", "Regnery Gateway"], "website": "https://www.regnery.com", "canonical_domain": "regnery.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5431118", "name": "Salem Media Group"}, "logo_url": null, "description": "American book publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4737 +{"wikidata_id": "Q3645421", "display_name": "Brown Brothers Harriman & Co.", "legal_name": null, "aliases": ["BBH"], "website": "https://bbh.com", "canonical_domain": "bbh.com", "country": "US", "hq_city": "140 Broadway", "hq_region": "Manhattan", "lat": 40.7086, "lon": -74.01, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1818, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493006KMX1VFTPYPW14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brown_Brothers_Harriman_Logo_1.svg", "description": "private investment bank", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4738 +{"wikidata_id": "Q365720", "display_name": "Canadian Arrow", "legal_name": null, "aliases": [], "website": "https://www.canadianarrow.com", "canonical_domain": "canadianarrow.com", "country": "CA", "hq_city": "St. Clair", "hq_region": "Lambton County", "lat": 42.7833, "lon": -82.35, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Arrow.jpg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4739 +{"wikidata_id": "Q3739871", "display_name": "Image Space Incorporated", "legal_name": null, "aliases": [], "website": "https://www.imagespaceinc.com", "canonical_domain": "imagespaceinc.com", "country": "US", "hq_city": "Ann Arbor", "hq_region": "Washtenaw County", "lat": 42.28139, "lon": -83.74833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Independent video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4740 +{"wikidata_id": "Q379437", "display_name": "Oceania Cruises", "legal_name": null, "aliases": [], "website": "https://www.oceaniacruises.com", "canonical_domain": "oceaniacruises.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["shipping"], "industry_labels": ["cruise"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q60767471", "name": "Norwegian Cruise Line Holdings Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oceania_cruises_logo.svg", "description": "cruise line", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4741 +{"wikidata_id": "Q381290", "display_name": "Aero Cóndor", "legal_name": null, "aliases": ["Aero Condor", "Aero Condor Peru"], "website": "https://www.aerocondor.com.pe", "canonical_domain": "aerocondor.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["airlines"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Defunct Peruvian airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4742 +{"wikidata_id": "Q3866841", "display_name": "Mrs. Fields", "legal_name": null, "aliases": ["Mrs. Fields Cookies", "Mrs. Fields Original Cookies Inc."], "website": "https://www.mrsfields.com", "canonical_domain": "mrsfields.com", "country": "US", "hq_city": "Broomfield", "hq_region": "Colorado", "lat": 39.93333, "lon": -105.05, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MrsFields.png", "description": "American food company specializing in cookies", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4743 +{"wikidata_id": "Q386902", "display_name": "UniSoft", "legal_name": null, "aliases": ["UniSoft Corporation"], "website": "https://unisoft.com", "canonical_domain": "unisoft.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UniSoft_logo.png", "description": "American software developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4744 +{"wikidata_id": "Q3889043", "display_name": "Paizo Publishing", "legal_name": null, "aliases": ["Paizo", "Paizo Inc."], "website": "https://paizo.com", "canonical_domain": "paizo.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["media", "gaming"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tabletop role-playing game publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4745 +{"wikidata_id": "Q39048191", "display_name": "Justia", "legal_name": null, "aliases": [], "website": "https://www.justia.com", "canonical_domain": "justia.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["professional-services", "media"], "industry_labels": ["legal services", "internet marketing", "digital marketing"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Justina_Logo.png", "description": "American website specializing in legal information retrieval", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4746 +{"wikidata_id": "Q3915908", "display_name": "Cooliris", "legal_name": null, "aliases": [], "website": "https://www.cooliris.com", "canonical_domain": "cooliris.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/App-icon.png", "description": "American software company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4747 +{"wikidata_id": "Q4033840", "display_name": "Alticor", "legal_name": null, "aliases": ["Alticor (United States)"], "website": "https://www.alticor.com", "canonical_domain": "alticor.com", "country": "US", "hq_city": "Kent City", "hq_region": "Kent County", "lat": 43.22, "lon": -85.75111, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American holding company for multi-level marketing business", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4748 +{"wikidata_id": "Q4036566", "display_name": "Correo Oficial de la República Argentina", "legal_name": null, "aliases": ["Correo Argentino", "Official Post Service of the Argentine Republic"], "website": "https://www.correoargentino.com.ar", "canonical_domain": "correoargentino.com.ar", "country": "AR", "hq_city": "Buenos Aires Central Post Office", "hq_region": "San Nicolás, Buenos Aires", "lat": -34.60333, "lon": -58.36944, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1826, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Correo_Argentino_Logo.svg", "description": "state-owned postal service of Argentina", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4749 +{"wikidata_id": "Q4036611", "display_name": "Cougar Helicopters", "legal_name": null, "aliases": ["Cougar Helicopters Incorporated"], "website": "https://www.cougar.ca", "canonical_domain": "cougar.ca", "country": "CA", "hq_city": "St. John's", "hq_region": "Newfoundland and Labrador", "lat": 47.56139, "lon": -52.71194, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "helicopter airline (Canada)", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4750 +{"wikidata_id": "Q4038001", "display_name": "Eleven Seven Music", "legal_name": null, "aliases": ["E7LG"], "website": "https://www.elevensevenmusic.com", "canonical_domain": "elevensevenmusic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4751 +{"wikidata_id": "Q4039327", "display_name": "Genesi", "legal_name": "GENESI U.S.A., INC.", "aliases": ["Genesi U.S.A.", "Inc.", "Genesi USA", "Inc."], "website": "https://genesi.company", "canonical_domain": "genesi.company", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international technology and consulting group", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4752 +{"wikidata_id": "Q4047451", "display_name": "Propair", "legal_name": null, "aliases": ["Propair Inc."], "website": "https://www.propair.ca", "canonical_domain": "propair.ca", "country": "CA", "hq_city": "Rouyn-Noranda", "hq_region": "Abitibi-Témiscamingue", "lat": 48.2333, "lon": -79.0167, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300G830R7DDMD0I54", "sec_cik": null, "parent": null, "logo_url": null, "description": "a charter airline headquarterd at the Rouyn-Noranda Airport in Rouyn-Noranda, Quebec, Canada", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4753 +{"wikidata_id": "Q4049702", "display_name": "Sol Linhas Aéreas", "legal_name": null, "aliases": ["Sol Linhas Aereas", "Sol Linhas Aéreas Ltda."], "website": "https://www.voesol.com.br", "canonical_domain": "voesol.com.br", "country": "BR", "hq_city": "Cascavel", "hq_region": "Paraná", "lat": -24.95583, "lon": -53.455, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "domestic airline based in Brazil", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4754 +{"wikidata_id": "Q4053256", "display_name": "Wright Air Service", "legal_name": null, "aliases": ["WRF", "8V", "WRIGHT FLYER"], "website": "https://www.wrightairservice.com", "canonical_domain": "wrightairservice.com", "country": "US", "hq_city": "Fairbanks", "hq_region": "Fairbanks North Star Borough", "lat": 64.84361, "lon": -147.72306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "regional airline in Alaska, USA", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4755 +{"wikidata_id": "Q4064243", "display_name": "Acoustical Society of America", "legal_name": null, "aliases": [], "website": "https://acousticalsociety.org", "canonical_domain": "acousticalsociety.org", "country": "US", "hq_city": "Melville", "hq_region": "Suffolk County", "lat": 40.7917, "lon": -73.4056, "industries": ["media"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acoustical_Society_of_America_logo_%282018%29.svg", "description": "international scientific society", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4756 +{"wikidata_id": "Q4217792", "display_name": "Kahr Arms", "legal_name": null, "aliases": [], "website": "https://www.kahr.com", "canonical_domain": "kahr.com", "country": "US", "hq_city": "Pike County", "hq_region": "Pennsylvania", "lat": 41.33, "lon": -75.03, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4757 +{"wikidata_id": "Q42377899", "display_name": "Cruise", "legal_name": null, "aliases": ["Cruise Automation", "Cruise LLC", "GM Cruise Holdings LLC"], "website": "https://getcruise.com", "canonical_domain": "getcruise.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["automotive"], "industry_labels": ["autonomous car"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cruise_logo.svg", "description": "self-driving car company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4758 +{"wikidata_id": "Q43082581", "display_name": "TransPod", "legal_name": null, "aliases": [], "website": "https://transpod.com", "canonical_domain": "transpod.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["transportation"], "industry_labels": ["high-speed rail"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4759 +{"wikidata_id": "Q43320", "display_name": "OpenTable", "legal_name": null, "aliases": ["open table", "opentable", "Inc."], "website": "https://www.opentable.com", "canonical_domain": "opentable.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7242653", "name": "priceline.com"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OpenTable_logo2.png", "description": "American internet company owned by Booking Holdings", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4760 +{"wikidata_id": "Q448217", "display_name": "Federal Home Loan Banks", "legal_name": null, "aliases": ["Federal Home Loan Bank System"], "website": "https://fhlbanks.com", "canonical_domain": "fhlbanks.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. government-sponsored banks that support housing finance", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4761 +{"wikidata_id": "Q4575900", "display_name": "Cubatabaco", "legal_name": null, "aliases": [], "website": "https://www.cubatabaco.com.mx", "canonical_domain": "cubatabaco.com.mx", "country": "CU", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cuban state tobacco company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4762 +{"wikidata_id": "Q463401", "display_name": "American Association of Physics Teachers", "legal_name": null, "aliases": ["AAPT"], "website": "https://www.aapt.org", "canonical_domain": "aapt.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "physics organization", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4763 +{"wikidata_id": "Q4708510", "display_name": "Alaska Central Express", "legal_name": null, "aliases": [], "website": "https://www.aceaircargo.com", "canonical_domain": "aceaircargo.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of the United States", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4764 +{"wikidata_id": "Q4745808", "display_name": "Ameristar Jet Charter", "legal_name": null, "aliases": ["Ameristar Air Cargo", "Inc."], "website": "https://www.ameristarjet.com", "canonical_domain": "ameristarjet.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AmeristarAirCargo.jpg", "description": "airline of the United States", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4765 +{"wikidata_id": "Q4765251", "display_name": "Aniplex of America", "legal_name": "Aniplex of America, Inc.", "aliases": ["Aniplex USA"], "website": "https://aniplexusa.com", "canonical_domain": "aniplexusa.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["retail"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q770328", "name": "Aniplex"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aniplex_logo.svg", "description": "American anime distributor", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4766 +{"wikidata_id": "Q477178", "display_name": "Sun Capital Partners", "legal_name": null, "aliases": [], "website": "https://www.suncappart.com", "canonical_domain": "suncappart.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sun_Capital_Partners_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4767 +{"wikidata_id": "Q4782224", "display_name": "Aptera Motors", "legal_name": null, "aliases": ["Accelerated Composites", "Aptera Cars"], "website": "https://aptera.us", "canonical_domain": "aptera.us", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["automotive"], "industry_labels": ["automotive industry", "SIC 3711 Motor Vehicles & Passenger Car Bodies"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SEV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1786471", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apteralogo.png", "description": "American automotive company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1786471", "enriched_at": "2026-09-13T07:20:44+00:00"}}
4768 +{"wikidata_id": "Q4789633", "display_name": "Argo Tea", "legal_name": null, "aliases": [], "website": "https://www.argotea.com", "canonical_domain": "argotea.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of tea cafes in Chicago, US", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4769 +{"wikidata_id": "Q4789706", "display_name": "Argos Comunicación", "legal_name": null, "aliases": ["Argos Comunicacion"], "website": "https://www.argoscomunicacion.com", "canonical_domain": "argoscomunicacion.com", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Argos_Comunicacion.png", "description": "Mexican television and film production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4770 +{"wikidata_id": "Q4828757", "display_name": "Avibras", "legal_name": null, "aliases": [], "website": "https://www.avibras.com.br", "canonical_domain": "avibras.com.br", "country": "BR", "hq_city": "São José dos Campos", "hq_region": "São Paulo", "lat": -23.17889, "lon": -45.88694, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avibras_logo.png", "description": "Brazilian defense industry company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4771 +{"wikidata_id": "Q4845397", "display_name": "Webroot Inc.", "legal_name": null, "aliases": ["Webroot"], "website": "https://www.webroot.com", "canonical_domain": "webroot.com", "country": "US", "hq_city": "Broomfield", "hq_region": "Colorado", "lat": 39.93333, "lon": -105.05, "industries": ["software", "cybersecurity"], "industry_labels": ["software industry", "mobile security", "computer security"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Webroot_logo.svg", "description": "American Private company that provides Internet security for consumers and businesses", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4772 +{"wikidata_id": "Q490543", "display_name": "Lone Star Funds", "legal_name": null, "aliases": ["LStar Capital"], "website": "https://www.lonestarfunds.com", "canonical_domain": "lonestarfunds.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American private equity firm", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4773 +{"wikidata_id": "Q4928917", "display_name": "Blue Bottle Coffee Company", "legal_name": null, "aliases": ["Blue Bottle Coffee"], "website": "https://bluebottlecoffee.com", "canonical_domain": "bluebottlecoffee.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["food-beverage"], "industry_labels": ["coffee industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q124050759", "name": "Centurium Capital"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Bottle_Mint_Plaza_%2814764565700%29.jpg", "description": "coffee roaster and retailer headquartered in Oakland, California", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4774 +{"wikidata_id": "Q5065045", "display_name": "Certain Affinity", "legal_name": null, "aliases": [], "website": "https://www.certainaffinity.com", "canonical_domain": "certainaffinity.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4775 +{"wikidata_id": "Q5086726", "display_name": "Charter Arms", "legal_name": null, "aliases": [], "website": "https://www.charterfirearms.com", "canonical_domain": "charterfirearms.com", "country": "US", "hq_city": "Shelton", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.30417, "lon": -73.13806, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of revolvers", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4776 +{"wikidata_id": "Q5096273", "display_name": "Chicken Soup for the Soul", "legal_name": null, "aliases": ["Chicken Soup for the Soul Publishing", "LLC"], "website": "https://www.chickensoup.com", "canonical_domain": "chickensoup.com", "country": "US", "hq_city": "Cos Cob", "hq_region": "Greenwich", "lat": 41.03333, "lon": -73.59944, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chicken_Soup_for_the_Soul.svg", "description": "American self-help, consumer goods and media company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4777 +{"wikidata_id": "Q5114023", "display_name": "Chronicle Books", "legal_name": "Chronicle Books LLC", "aliases": [], "website": "https://www.chroniclebooks.com", "canonical_domain": "chroniclebooks.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q141395795", "name": "The McEvoy Group"}, "logo_url": null, "description": "American independent book publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4778 +{"wikidata_id": "Q5180408", "display_name": "Crackle", "legal_name": null, "aliases": ["Grouper", "Inc.", "Sony Crackle"], "website": "https://www.crackle.com", "canonical_domain": "crackle.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crackle_%282019%29.svg", "description": "digital streaming video content network", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4779 +{"wikidata_id": "Q5223268", "display_name": "Dark Horse Entertainment", "legal_name": null, "aliases": [], "website": "https://www.dhentertainment.com", "canonical_domain": "dhentertainment.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q373933", "name": "Dark Horse Comics, LLC"}, "logo_url": null, "description": "movie and television production organization", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4780 +{"wikidata_id": "Q5227131", "display_name": "DataStax", "legal_name": null, "aliases": [], "website": "https://www.datastax.com", "canonical_domain": "datastax.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1522191", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Datastax_logo_%282021%29.svg", "description": "data management company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1522191", "enriched_at": "2026-09-13T07:20:46+00:00"}}
4781 +{"wikidata_id": "Q5307360", "display_name": "Dreyer's", "legal_name": null, "aliases": [], "website": "https://www.dreyers.com", "canonical_domain": "dreyers.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["food-beverage"], "industry_labels": ["dairy"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dreyers_icecream_logo.png", "description": "American ice cream company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4782 +{"wikidata_id": "Q5324448", "display_name": "Empresa de Telecomunicaciones de Bogotá", "legal_name": null, "aliases": ["ETB", "Empresa de Telecomunicaciones de Bogota"], "website": "https://www.etb.com.co", "canonical_domain": "etb.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ETB_Bogot%C3%A1_logo.svg", "description": "Bogotá government-owned telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4783 +{"wikidata_id": "Q5326366", "display_name": "Earl of Sandwich", "legal_name": null, "aliases": [], "website": "https://www.earlofsandwichusa.com", "canonical_domain": "earlofsandwichusa.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["food-beverage"], "industry_labels": ["fast food restaurant"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant franchise", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4784 +{"wikidata_id": "Q5382468", "display_name": "Epic", "legal_name": null, "aliases": ["Epic Systems", "Epic Systems Corporation"], "website": "https://www.epic.com", "canonical_domain": "epic.com", "country": "US", "hq_city": "Verona", "hq_region": "Dane County", "lat": 42.98972, "lon": -89.53556, "industries": ["technology"], "industry_labels": ["information technology", "health information technology"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epic.png", "description": "a privately held healthcare software company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4785 +{"wikidata_id": "Q55233", "display_name": "Hachette Books", "legal_name": null, "aliases": [], "website": "https://www.hachettebooks.com", "canonical_domain": "hachettebooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4046698", "name": "Perseus Books Group"}, "logo_url": null, "description": "American book imprint", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4786 +{"wikidata_id": "Q55316454", "display_name": "Commonwealth Fusion Systems", "legal_name": null, "aliases": ["CFS"], "website": "https://cfs.energy", "canonical_domain": "cfs.energy", "country": "US", "hq_city": "Devens", "hq_region": "Massachusetts", "lat": 42.53722, "lon": -71.61556, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company aiming to build a compact fusion power plant", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4787 +{"wikidata_id": "Q5570413", "display_name": "Global Infrastructure Partners", "legal_name": null, "aliases": [], "website": "https://www.global-infra.com", "canonical_domain": "global-infra.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["transportation", "asset-management"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GIP_logo.svg", "description": "infrastructure investment fund", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4788 +{"wikidata_id": "Q5584074", "display_name": "Goose Island Brewery", "legal_name": null, "aliases": [], "website": "https://www.gooseisland.com", "canonical_domain": "gooseisland.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88716, "lon": -87.6725, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": null, "description": "brewery located in Chicago, Illinois", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4789 +{"wikidata_id": "Q5593631", "display_name": "Gramercy Pictures", "legal_name": null, "aliases": [], "website": "https://www.gramercypictures.com", "canonical_domain": "gramercypictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gramercy_Pictures_2015_logo.svg", "description": "American production company label owned by Comcast through Focus Features", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4790 +{"wikidata_id": "Q57500196", "display_name": "Muck Rack", "legal_name": null, "aliases": ["Muck Rack LLC"], "website": "https://muckrack.com", "canonical_domain": "muckrack.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Muck_Rack_logo_vertical_dark.svg", "description": "website tracking the work of individual journalists, journals and selling PR services", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4791 +{"wikidata_id": "Q5936320", "display_name": "Wawa", "legal_name": null, "aliases": ["Wawa Food Market", "Wawa Inc."], "website": "https://www.wawa.com", "canonical_domain": "wawa.com", "country": "US", "hq_city": "Chester Heights", "hq_region": "Delaware County", "lat": 39.8894, "lon": -75.4708, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American convenience store chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4792 +{"wikidata_id": "Q5969835", "display_name": "IC Manage", "legal_name": null, "aliases": [], "website": "https://www.icmanage.com", "canonical_domain": "icmanage.com", "country": "US", "hq_city": null, "hq_region": "Santa Clara County", "lat": 37.28389, "lon": -121.955, "industries": ["software"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4793 +{"wikidata_id": "Q6003289", "display_name": "Imangi Studios", "legal_name": null, "aliases": [], "website": "https://imangistudios.com", "canonical_domain": "imangistudios.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Video game company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4794 +{"wikidata_id": "Q6007092", "display_name": "Imperva", "legal_name": null, "aliases": [], "website": "https://www.imperva.com", "canonical_domain": "imperva.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["cybersecurity"], "industry_labels": ["computer security", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300204GJIBLPF1S81", "sec_cik": "1364962", "parent": {"wikidata_id": "Q131633652", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imperva-logo.svg", "description": "provider of cyber and data security products", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1364962", "enriched_at": "2026-09-13T07:20:47+00:00"}}
4795 +{"wikidata_id": "Q601227", "display_name": "RBMG", "legal_name": null, "aliases": ["Raymond Braun Media Group"], "website": "https://scooterbraun.com", "canonical_domain": "scooterbraun.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company and record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4796 +{"wikidata_id": "Q602941", "display_name": "Grant Aviation", "legal_name": null, "aliases": [], "website": "https://www.flygrant.com", "canonical_domain": "flygrant.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Anchorage, Alaska", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4797 +{"wikidata_id": "Q6125565", "display_name": "Proactiv Solution", "legal_name": null, "aliases": [], "website": "https://www.proactiv.com", "canonical_domain": "proactiv.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ProactivLogo.png", "description": "American brand of skin-care products", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4798 +{"wikidata_id": "Q6132965", "display_name": "Rawlings", "legal_name": null, "aliases": [], "website": "https://www.rawlings.com", "canonical_domain": "rawlings.com", "country": "US", "hq_city": "Town and Country", "hq_region": "St. Louis County", "lat": 38.63111, "lon": -90.47167, "industries": ["consumer-goods"], "industry_labels": ["sporting goods industry"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6159625", "name": "Jarden"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rawlings_logo.png", "description": "American sports equipment company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4799 +{"wikidata_id": "Q61653213", "display_name": "Bare Knuckle Fighting Championship", "legal_name": null, "aliases": ["BKFC", "Bare Knuckle FC"], "website": "https://www.bkfc.com", "canonical_domain": "bkfc.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bkfc-logo.png", "description": "international bare-knuckle boxing promotion company based in Philadelphia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4800 +{"wikidata_id": "Q621567", "display_name": "Appleton Estate", "legal_name": null, "aliases": [], "website": "https://www.appletonrum.it", "canonical_domain": "appletonrum.it", "country": "JM", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1749, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4801 +{"wikidata_id": "Q6237561", "display_name": "John Hancock Insurance", "legal_name": null, "aliases": ["John Hancock Financial"], "website": "https://www.johnhancock.com", "canonical_domain": "johnhancock.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "insurance industry"], "founded_year": 1862, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/John_Hancock_Insurance_Logo.svg", "description": "American insurance company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4802 +{"wikidata_id": "Q6276279", "display_name": "Jordache Enterprises, Inc.", "legal_name": "Jordache Enterprises, Inc.", "aliases": [], "website": "https://www.jordache.com", "canonical_domain": "jordache.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4803 +{"wikidata_id": "Q6353256", "display_name": "Kalitta Charters", "legal_name": null, "aliases": [], "website": "https://www.kalittacharters.com", "canonical_domain": "kalittacharters.com", "country": "US", "hq_city": "Ypsilanti", "hq_region": "Washtenaw County", "lat": 42.2428, "lon": -83.6183, "industries": ["airlines"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1368443", "name": "Kalitta Air"}, "logo_url": null, "description": "airline of the United States", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4804 +{"wikidata_id": "Q6386991", "display_name": "Kemosabe Records", "legal_name": null, "aliases": [], "website": "https://kemosaberecords.com", "canonical_domain": "kemosaberecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "American record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4805 +{"wikidata_id": "Q6481914", "display_name": "Laminar Research", "legal_name": null, "aliases": [], "website": "https://www.laminarresearch.com", "canonical_domain": "laminarresearch.com", "country": "US", "hq_city": "Columbia", "hq_region": "Lexington County", "lat": 34.00056, "lon": -81.04417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "software company in Columbia, South Carolina", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4806 +{"wikidata_id": "Q6483918", "display_name": "Land O'Lakes", "legal_name": null, "aliases": [], "website": "https://www.landolakesinc.com", "canonical_domain": "landolakesinc.com", "country": "US", "hq_city": "Arden Hills", "hq_region": "Ramsey County", "lat": 45.05306, "lon": -93.16694, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "4ONCJWH5BBCYSJIJYX61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Landolakes_inc_logo.png", "description": "agricultural cooperative based in Minnesota, United States", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4807 +{"wikidata_id": "Q64987516", "display_name": "Snappy Gifts", "legal_name": null, "aliases": ["Snappy", "Snappy App", "Inc."], "website": "https://www.snappy.com", "canonical_domain": "snappy.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1745430", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snappy_Gifts_Logo_2022.png", "description": "Multinational company which specializes in the field of corporate gift giving", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4808 +{"wikidata_id": "Q6536834", "display_name": "Lewis Machine & Tool Company", "legal_name": null, "aliases": [], "website": "https://lmtdefense.com", "canonical_domain": "lmtdefense.com", "country": "US", "hq_city": "Milan", "hq_region": "Rock Island County", "lat": 41.44611, "lon": -90.56528, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lewis_Machine_%26_Tool_Company_logo.svg", "description": "American firearm manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4809 +{"wikidata_id": "Q655656", "display_name": "Heavy Iron Studios", "legal_name": null, "aliases": [], "website": "https://www.heavy-iron.com", "canonical_domain": "heavy-iron.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4810 +{"wikidata_id": "Q663825", "display_name": "Marin Bikes", "legal_name": null, "aliases": ["Marin", "Marin Mountain Bikes Inc."], "website": "https://www.marinbikes.com", "canonical_domain": "marinbikes.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marin_Wordmark.svg", "description": "American bicycle manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4811 +{"wikidata_id": "Q66777896", "display_name": "Escobar Inc", "legal_name": null, "aliases": [], "website": "https://www.escobarinc.com", "canonical_domain": "escobarinc.com", "country": "CO", "hq_city": "Guaynabo", "hq_region": "Puerto Rico", "lat": 18.36667, "lon": -66.1, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colombian multinational conglomerate holding company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4812 +{"wikidata_id": "Q6732036", "display_name": "Magnum Research", "legal_name": null, "aliases": [], "website": "https://www.magnumresearch.com", "canonical_domain": "magnumresearch.com", "country": "US", "hq_city": "Pike County", "hq_region": "Pennsylvania", "lat": 41.33, "lon": -75.03, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Privately Held Corporation", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4813 +{"wikidata_id": "Q6737693", "display_name": "Majestic Athletic", "legal_name": null, "aliases": ["Majestic"], "website": "https://www.majesticathletic.com", "canonical_domain": "majesticathletic.com", "country": "US", "hq_city": "Easton", "hq_region": "Northampton County", "lat": 40.68833, "lon": -75.21639, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Majestic_athletic_logo.png", "description": "American textile company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4814 +{"wikidata_id": "Q674105", "display_name": "Magellan Navigation", "legal_name": null, "aliases": ["MagellanGPS"], "website": "https://www.magellangps.com", "canonical_domain": "magellangps.com", "country": "US", "hq_city": "San Dimas", "hq_region": "Los Angeles County", "lat": 34.10668, "lon": -117.80673, "industries": ["technology"], "industry_labels": ["technology industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q846546", "name": "MiTAC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magellan_Navigation_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4815 +{"wikidata_id": "Q6753728", "display_name": "MapR", "legal_name": null, "aliases": ["MapR Technologies"], "website": "https://www.mapr.com", "canonical_domain": "mapr.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1468803", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MapR_Company_Logo.png", "description": "American business software company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1468803", "enriched_at": "2026-09-13T07:20:48+00:00"}}
4816 +{"wikidata_id": "Q6770529", "display_name": "Mark of the Unicorn", "legal_name": null, "aliases": ["MOTU"], "website": "https://www.motu.com", "canonical_domain": "motu.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motu_logo.png", "description": "music software and hardware company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4817 +{"wikidata_id": "Q6881113", "display_name": "Mitchell & Ness", "legal_name": null, "aliases": ["Mitchell & Ness Nostalgia Co.", "Mitchell and Ness"], "website": "https://www.mitchellandness.com", "canonical_domain": "mitchellandness.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18150640", "name": "Fanatics, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitchell_ness_logo_black.png", "description": "American sports equipment company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4818 +{"wikidata_id": "Q690227", "display_name": "Chamonix", "legal_name": null, "aliases": [], "website": "https://www.chamonixng.com.br", "canonical_domain": "chamonixng.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "automobile manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4819 +{"wikidata_id": "Q7072755", "display_name": "ONErpm", "legal_name": null, "aliases": [], "website": "https://onerpm.com", "canonical_domain": "onerpm.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["retail", "entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ONErpm.svg", "description": "American music distribution service", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4820 +{"wikidata_id": "Q7079111", "display_name": "OfficeMax", "legal_name": null, "aliases": ["Office Max"], "website": "https://www.officemax.com.mx", "canonical_domain": "officemax.com.mx", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1337797", "name": "Office Depot"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OfficeMaxTextLogo.svg", "description": "American office supplies retailer and subsidiary of Office Depot", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4821 +{"wikidata_id": "Q7140619", "display_name": "Partisan Records", "legal_name": null, "aliases": ["Partisan"], "website": "https://www.partisanrecords.com", "canonical_domain": "partisanrecords.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Partisan-Transparent.jpg", "description": "American independent record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4822 +{"wikidata_id": "Q7144163", "display_name": "Patagonik Film Group", "legal_name": null, "aliases": [], "website": "https://www.patagonik.com.ar", "canonical_domain": "patagonik.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4823 +{"wikidata_id": "Q7171798", "display_name": "Petco", "legal_name": null, "aliases": [], "website": "https://www.petco.com", "canonical_domain": "petco.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petco_Logo.svg", "description": "American pet retailer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4824 +{"wikidata_id": "Q7261086", "display_name": "Pinnacle Peak Pictures", "legal_name": null, "aliases": ["Pure Flix", "Pureflix Entertainment"], "website": "https://pinnaclepeakpictures.com", "canonical_domain": "pinnaclepeakpictures.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production and distribution company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4825 +{"wikidata_id": "Q7285144", "display_name": "Raising Cane's Chicken Fingers", "legal_name": null, "aliases": ["Raising Cane's", "Raising Cane's Chicken"], "website": "https://www.raisingcanes.com", "canonical_domain": "raisingcanes.com", "country": "US", "hq_city": "Baton Rouge", "hq_region": "East Baton Rouge Parish", "lat": 30.4475, "lon": -91.17861, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raising_Cane%27s_Chicken_Fingers_logo.png", "description": "American restaurant chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4826 +{"wikidata_id": "Q7299713", "display_name": "Raízen", "legal_name": null, "aliases": ["Raizen"], "website": "https://www.raizen.com", "canonical_domain": "raizen.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["energy"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "52990010NH26VC32Q522", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raizen.svg", "description": "Brazilian energy company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4827 +{"wikidata_id": "Q7305846", "display_name": "Redfin", "legal_name": null, "aliases": ["Redfin Corporation", "Redfin Powered by Rocket"], "website": "https://www.redfin.com", "canonical_domain": "redfin.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["real-estate"], "industry_labels": ["SIC 6531 Real Estate Agents & Managers (For Others)"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1382821", "parent": {"wikidata_id": "Q105887484", "name": "Rocket Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Redfin_Company_Logo.png", "description": "American real estate brokerage", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1382821", "enriched_at": "2026-09-13T07:20:48+00:00"}}
4828 +{"wikidata_id": "Q74193", "display_name": "Kaplan International Languages", "legal_name": null, "aliases": [], "website": "https://www.kaplaninternational.com", "canonical_domain": "kaplaninternational.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3121014", "name": "Graham Holdings Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KIL_Logo.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4829 +{"wikidata_id": "Q7430731", "display_name": "Scene7", "legal_name": null, "aliases": [], "website": "https://www.scene7.com", "canonical_domain": "scene7.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adobe_Scene7_%282009%29.png", "description": "American software subsidiary", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4830 +{"wikidata_id": "Q7432867", "display_name": "Schreiber Foods", "legal_name": null, "aliases": [], "website": "https://www.schreiberfoods.com", "canonical_domain": "schreiberfoods.com", "country": "US", "hq_city": "Green Bay", "hq_region": "Brown County", "lat": 44.51333, "lon": -88.01333, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schreiber-logo-230-space.jpg", "description": "American dairy company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4831 +{"wikidata_id": "Q751807", "display_name": "State Railways Administration of Uruguay", "legal_name": null, "aliases": ["Administracion de Ferrocarriles del Estado"], "website": "https://www.afe.com.uy", "canonical_domain": "afe.com.uy", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["transportation"], "industry_labels": ["rail industry"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Afe_logo15.png", "description": "Uruguay railway operator", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4832 +{"wikidata_id": "Q752097", "display_name": "Red Bull Racing Team", "legal_name": null, "aliases": ["Team Red Bull"], "website": "https://www.teamredbull.com", "canonical_domain": "teamredbull.com", "country": "US", "hq_city": "Mooresville", "hq_region": "Iredell County", "lat": 35.58444, "lon": -80.82028, "industries": ["automotive"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q698639", "name": "Red Bull GmbH"}, "logo_url": null, "description": "NASCAR team owned by Red Bull", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4833 +{"wikidata_id": "Q7544153", "display_name": "Smartsheet", "legal_name": null, "aliases": [], "website": "https://www.smartsheet.com", "canonical_domain": "smartsheet.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smartsheet_Horizontal_Logo.png", "description": "collaboration software application", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q85801645"}]}
4834 +{"wikidata_id": "Q7579688", "display_name": "Sports Authority", "legal_name": null, "aliases": [], "website": "https://www.sportsauthority.jp", "canonical_domain": "sportsauthority.jp", "country": "US", "hq_city": "Englewood", "hq_region": "Arapahoe County", "lat": 39.6469, "lon": -104.992, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sports_Authority_logo2011.jpg", "description": "American sporting goods retailer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4835 +{"wikidata_id": "Q784403", "display_name": "Hogan Lovells", "legal_name": null, "aliases": [], "website": "https://www.hoganlovells.com", "canonical_domain": "hoganlovells.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hogan_Lovells_logo.svg", "description": "American-British law firm", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4836 +{"wikidata_id": "Q7980538", "display_name": "Welch's", "legal_name": null, "aliases": ["Welch Foods Inc."], "website": "https://www.welchs.com", "canonical_domain": "welchs.com", "country": "US", "hq_city": "Concord", "hq_region": "Middlesex County", "lat": 42.46028, "lon": -71.34944, "industries": [], "industry_labels": [], "founded_year": 1869, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Welchs_Logo.svg", "description": "American company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4837 +{"wikidata_id": "Q799732", "display_name": "Baen Books", "legal_name": null, "aliases": [], "website": "https://baen.com", "canonical_domain": "baen.com", "country": "US", "hq_city": "Wake Forest", "hq_region": "Wake County", "lat": 35.97333, "lon": -78.51889, "industries": ["media"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4838 +{"wikidata_id": "Q8056783", "display_name": "Hightail", "legal_name": null, "aliases": ["YouSendIt"], "website": "https://www.hightail.com", "canonical_domain": "hightail.com", "country": "US", "hq_city": null, "hq_region": "Santa Clara County", "lat": 37.28389, "lon": -121.955, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cloud service to send/receive and digitally sign files", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4839 +{"wikidata_id": "Q809177", "display_name": "Barsuk Records", "legal_name": null, "aliases": [], "website": "https://www.barsuk.com", "canonical_domain": "barsuk.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent record label based in Seattle, Washington", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4840 +{"wikidata_id": "Q82969314", "display_name": "Clearview AI", "legal_name": null, "aliases": ["Clearview", "Inc."], "website": "https://www.clearview.ai", "canonical_domain": "clearview.ai", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["artificial-intelligence"], "industry_labels": ["surveillance"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clearview_AI_logo.svg", "description": "American facial recognition company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4841 +{"wikidata_id": "Q8538", "display_name": "Image Engine", "legal_name": null, "aliases": [], "website": "https://www.image-engine.com", "canonical_domain": "image-engine.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["industrial-machinery", "entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_image_engine.png", "description": "visual effects company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4842 +{"wikidata_id": "Q891555", "display_name": "Pacific Wings", "legal_name": null, "aliases": ["Pacific Wings Airline"], "website": "https://www.pacificwings.com", "canonical_domain": "pacificwings.com", "country": "US", "hq_city": "Mesa", "hq_region": "Maricopa County", "lat": 33.415, "lon": -111.83139, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4843 +{"wikidata_id": "Q901317", "display_name": "Amerijet International", "legal_name": null, "aliases": [], "website": "https://www.amerijet.com", "canonical_domain": "amerijet.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4844 +{"wikidata_id": "Q9076921", "display_name": "Siam", "legal_name": null, "aliases": ["SIAM", "Siam Di Tella"], "website": "https://siam.com.ar", "canonical_domain": "siam.com.ar", "country": "AR", "hq_city": "Piñeiro, Buenos Aires", "hq_region": "Avellaneda Partido", "lat": -34.66972, "lon": -58.38861, "industries": ["manufacturing"], "industry_labels": ["metalworking"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Siam_argentina_logo.png", "description": "Argentine manufacturing company and brand", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4845 +{"wikidata_id": "Q9092202", "display_name": "VTR", "legal_name": null, "aliases": [], "website": "https://www.vtr.com", "canonical_domain": "vtr.com", "country": "CL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q571779", "name": "Liberty Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VTRlogo.png", "description": "Chilean telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4846 +{"wikidata_id": "Q926632", "display_name": "Cogumelo Records", "legal_name": null, "aliases": [], "website": "https://www.cogumelo.com", "canonical_domain": "cogumelo.com", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4847 +{"wikidata_id": "Q9322846", "display_name": "Amadeo Rossi S.A.", "legal_name": null, "aliases": ["Rossi"], "website": "https://www.rossi.com.br", "canonical_domain": "rossi.com.br", "country": "BR", "hq_city": "São Leopoldo", "hq_region": "Rio Grande do Sul", "lat": -29.76, "lon": -51.14694, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rossi_logo_as_in_1970.jpg", "description": "Brazilian firearms manufacturing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4848 +{"wikidata_id": "Q947422", "display_name": "Taylor Gang Entertainment", "legal_name": null, "aliases": [], "website": "https://www.taylorgang.com", "canonical_domain": "taylorgang.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taylor_Gang_Logo.jpg", "description": "record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4849 +{"wikidata_id": "Q978919", "display_name": "México.", "legal_name": null, "aliases": [], "website": "https://c1rca.com", "canonical_domain": "c1rca.com", "country": "US", "hq_city": "Rome", "hq_region": "Metropolitan City of Rome", "lat": 41.89306, "lon": 12.48278, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Circa_Logo.png", "description": "Skateboard footwear and apparel company (1999) and is based in San Clemente, California (USA).", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4850 +{"wikidata_id": "Q4042306", "display_name": "Konarka Technologies", "legal_name": null, "aliases": [], "website": "https://www.konarka.com", "canonical_domain": "konarka.com", "country": "US", "hq_city": "Lowell", "hq_region": "Middlesex County", "lat": 42.63944, "lon": -71.31472, "industries": ["energy"], "industry_labels": [], "founded_year": 2001, "employees": 70, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American solar energy company", "sitelinks": 4, "importance": 0.2309, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4851 +{"wikidata_id": "Q105638404", "display_name": "Long Wall", "legal_name": null, "aliases": ["ABL Space Systems"], "website": "https://www.lwall.com", "canonical_domain": "lwall.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["defense"], "industry_labels": ["defence industry"], "founded_year": 2017, "employees": 64, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American defense applications company", "sitelinks": 4, "importance": 0.2296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4852 +{"wikidata_id": "Q131362989", "display_name": "CHAI", "legal_name": null, "aliases": ["Chai", "chai ai", "chai research", "chairesearch"], "website": "https://chai-research.com", "canonical_domain": "chai-research.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["artificial-intelligence", "technology"], "industry_labels": ["artificial intelligence", "information technology industry"], "founded_year": null, "employees": 15, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chai_Logo.svg", "description": "American artificial intelligence corporation", "sitelinks": 5, "importance": 0.2285, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4853 +{"wikidata_id": "Q5531757", "display_name": "General Catalyst", "legal_name": null, "aliases": [], "website": "https://www.generalcatalyst.com", "canonical_domain": "generalcatalyst.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["asset-management", "financial-services"], "industry_labels": ["venture capital firm", "financial services", "investment management"], "founded_year": 2000, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1637946", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Catalyst_Logo.svg", "description": "venture capital firm", "sitelinks": 3, "importance": 0.2225, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4854 +{"wikidata_id": "Q3469978", "display_name": "Sally Corporation", "legal_name": null, "aliases": ["Sally Dark Rides"], "website": "https://www.sallydarkrides.com", "canonical_domain": "sallydarkrides.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["entertainment", "manufacturing"], "industry_labels": ["entertainment industry", "industrial manufacturing"], "founded_year": 1977, "employees": 33, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sally_Dark_Rides_logo.svg", "description": "American dark ride and animatronic manufacturing company", "sitelinks": 4, "importance": 0.2203, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4855 +{"wikidata_id": "Q10272499", "display_name": "Empresa Brasil de Comunicação", "legal_name": null, "aliases": ["EBC"], "website": "https://www.ebc.com.br", "canonical_domain": "ebc.com.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["media"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EBC_logo_2023.svg", "description": "Brazilian public broadcasting company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4856 +{"wikidata_id": "Q1050976", "display_name": "bgC3", "legal_name": null, "aliases": [], "website": "https://www.bgc3.com", "canonical_domain": "bgc3.com", "country": "US", "hq_city": "Kirkland", "hq_region": "King County", "lat": 47.68583, "lon": -122.19167, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4857 +{"wikidata_id": "Q1052455", "display_name": "Cecosesola", "legal_name": null, "aliases": ["Central de Cooperativas de Lara"], "website": "https://cecosesola.org", "canonical_domain": "cecosesola.org", "country": "VE", "hq_city": "Barquisimeto", "hq_region": "Lara", "lat": 10.06778, "lon": -69.34669, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Venezuelan cooperative market organization", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4858 +{"wikidata_id": "Q10589790", "display_name": "Mountain Safety Research", "legal_name": null, "aliases": ["MSR", "Mountain Safety Research Gear", "MSR Gear"], "website": "https://www.msrgear.com", "canonical_domain": "msrgear.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["utilities"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mountain_Safety_Research_Fimen-Logo.gif", "description": "a producer of camping, hiking and mountaineering equipment, such as portable stoves, water filters, snowshoes, and tents.", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4859 +{"wikidata_id": "Q1069142", "display_name": "Chelsea Piers", "legal_name": null, "aliases": [], "website": "https://www.chelseapiers.com", "canonical_domain": "chelseapiers.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.74722, "lon": -74.00972, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "11FLY5JLXRKRSPIT0G73", "sec_cik": null, "parent": null, "logo_url": null, "description": "architectural structure", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4860 +{"wikidata_id": "Q1073188", "display_name": "DreamHost", "legal_name": null, "aliases": [], "website": "https://www.dreamhost.com", "canonical_domain": "dreamhost.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["cloud-infrastructure"], "industry_labels": ["domain name registrar", "web hosting service"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DreamHost2014.svg", "description": "web hosting provider and domain name registrar", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4861 +{"wikidata_id": "Q107411744", "display_name": "Agility Robotics", "legal_name": null, "aliases": ["Inc."], "website": "https://agilityrobotics.com", "canonical_domain": "agilityrobotics.com", "country": "US", "hq_city": "Oregon", "hq_region": "United States", "lat": 43.93583, "lon": -120.575, "industries": ["robotics"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agility_Robotics_logo.svg", "description": "American robotics company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4862 +{"wikidata_id": "Q10787361", "display_name": "Lynden Air Cargo", "legal_name": null, "aliases": [], "website": "https://www.lac.lynden.com", "canonical_domain": "lynden.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q141169348", "name": "Lynden"}, "logo_url": null, "description": "Alaskan cargo airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q141169348"}]}
4863 +{"wikidata_id": "Q1111023", "display_name": "Openwave", "legal_name": null, "aliases": [], "website": "https://openwavedigital.net", "canonical_domain": "openwavedigital.net", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4864 +{"wikidata_id": "Q112124624", "display_name": "Roshel", "legal_name": null, "aliases": [], "website": "https://roshel.com", "canonical_domain": "roshel.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["automotive", "defense"], "industry_labels": ["automotive industry", "weapons industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roshel-logo.png", "description": "Canadian armoured vehicle manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4865 +{"wikidata_id": "Q1125591", "display_name": "SuperVia", "legal_name": null, "aliases": [], "website": "https://www.supervia.com.br", "canonical_domain": "supervia.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["transportation"], "industry_labels": ["public transport", "rail transport"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SuperVia.svg", "description": "Brazilian rail transport operator", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4866 +{"wikidata_id": "Q1129483", "display_name": "Nuevo Central Argentino", "legal_name": null, "aliases": ["NCA"], "website": "https://www.nca.com.ar", "canonical_domain": "nca.com.ar", "country": "AR", "hq_city": "Rosario", "hq_region": "Rosario Department", "lat": -32.9575, "lon": -60.63944, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuevo_Central_Argentino_logo.svg", "description": "Argentine private freight railway company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4867 +{"wikidata_id": "Q113358", "display_name": "Brainfeeder", "legal_name": null, "aliases": [], "website": "https://www.brainfeedersite.com", "canonical_domain": "brainfeedersite.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label in Los Angeles, California", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4868 +{"wikidata_id": "Q11343543", "display_name": "Mexican Summer", "legal_name": null, "aliases": [], "website": "https://www.mexicansummer.com", "canonical_domain": "mexicansummer.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4869 +{"wikidata_id": "Q1136077", "display_name": "Hostway", "legal_name": null, "aliases": [], "website": "https://www.hostway.com", "canonical_domain": "hostway.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["cloud-infrastructure"], "industry_labels": ["web hosting service"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4870 +{"wikidata_id": "Q1143936", "display_name": "Cuneiform Records", "legal_name": null, "aliases": [], "website": "https://cuneiformrecords.com", "canonical_domain": "cuneiformrecords.com", "country": "US", "hq_city": "Silver Spring", "hq_region": "Montgomery County", "lat": 39.00244, "lon": -77.02079, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4871 +{"wikidata_id": "Q114453047", "display_name": "Digitech", "legal_name": null, "aliases": [], "website": "https://digitech.com", "canonical_domain": "digitech.com", "country": "US", "hq_city": "Sandy", "hq_region": "Salt Lake County", "lat": 40.5665, "lon": -111.83892, "industries": ["technology", "consumer-goods"], "industry_labels": ["electronics industry", "musical instrument making"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DigiTech_logo.svg", "description": null, "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4872 +{"wikidata_id": "Q1151345", "display_name": "Ectaco", "legal_name": null, "aliases": [], "website": "https://www.ectaco.it", "canonical_domain": "ectaco.it", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ectaco_Logo.jpg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4873 +{"wikidata_id": "Q1151996", "display_name": "Disturbing tha Peace", "legal_name": null, "aliases": [], "website": "https://www.dtprecords.com", "canonical_domain": "dtprecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q654283", "name": "Def Jam Recordings"}, "logo_url": null, "description": "record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4874 +{"wikidata_id": "Q1179564", "display_name": "DeLorme", "legal_name": null, "aliases": [], "website": "https://www.delorme.com", "canonical_domain": "delorme.com", "country": "US", "hq_city": "Yarmouth", "hq_region": "Cumberland County", "lat": 43.8006, "lon": -70.1867, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "producer of personal satellite tracking, messaging, and navigation technology", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4875 +{"wikidata_id": "Q1231064", "display_name": "Gigapan", "legal_name": null, "aliases": ["GigaPan", "GigaPan Systems"], "website": "https://gigapan.com", "canonical_domain": "gigapan.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["technology"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "global, privately held technology company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4876 +{"wikidata_id": "Q1231683", "display_name": "Paws, Inc.", "legal_name": null, "aliases": ["Paws Inc", "Paws Incorporated"], "website": "https://garfield.com", "canonical_domain": "garfield.com", "country": "US", "hq_city": "Muncie", "hq_region": "Delaware County", "lat": 40.19333, "lon": -85.38806, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American comic book studio and production company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4877 +{"wikidata_id": "Q123181340", "display_name": "Hooded Horse", "legal_name": null, "aliases": [], "website": "https://www.hoodedhorse.com", "canonical_domain": "hoodedhorse.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game publisher", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4878 +{"wikidata_id": "Q1254500", "display_name": "FCB", "legal_name": null, "aliases": ["Draftfcb", "Foote", "Cone & Belding"], "website": "https://www.fcb.com", "canonical_domain": "fcb.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FCB_%28Ad_Agency%29_Logo.png", "description": "global advertising agency network", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4879 +{"wikidata_id": "Q126730672", "display_name": "Valnet", "legal_name": null, "aliases": ["Inc"], "website": "https://www.valnetinc.com", "canonical_domain": "valnetinc.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valnet_Inc.png", "description": "Canadian digital media company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4880 +{"wikidata_id": "Q1311236", "display_name": "Ontario", "legal_name": null, "aliases": ["Ontario Knife Co.", "Ontario Knife Company"], "website": "https://ontarioknife.com", "canonical_domain": "ontarioknife.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300U1EWROUEITN626", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4881 +{"wikidata_id": "Q13124744", "display_name": "Reach Records", "legal_name": null, "aliases": ["Reach"], "website": "https://www.reachrecords.com", "canonical_domain": "reachrecords.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American label of Christian Hip Hop", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4882 +{"wikidata_id": "Q13255720", "display_name": "Henry Repeating Arms", "legal_name": null, "aliases": [], "website": "https://www.henryusa.com", "canonical_domain": "henryusa.com", "country": "US", "hq_city": "Bayonne", "hq_region": "Hudson County", "lat": 40.6624, "lon": -74.1102, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4883 +{"wikidata_id": "Q1333254", "display_name": "Eloísa Cartonera", "legal_name": null, "aliases": ["Eloisa Cartonera"], "website": "https://www.eloisacartonera.com", "canonical_domain": "eloisacartonera.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["media"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4884 +{"wikidata_id": "Q1339423", "display_name": "Empresa Nacional del Petróleo", "legal_name": null, "aliases": ["ENAP", "Empresa Nacional del Petroleo"], "website": "https://www.enap.cl", "canonical_domain": "enap.cl", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ENAP-CABECERA.jpg", "description": "state-owned company in Chile", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4885 +{"wikidata_id": "Q1356524", "display_name": "Jim Pattison Group", "legal_name": null, "aliases": [], "website": "https://www.jimpattison.com", "canonical_domain": "jimpattison.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jim_Pattison_Group_Logo.png", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4886 +{"wikidata_id": "Q136201303", "display_name": "De Havilland Canada", "legal_name": null, "aliases": [], "website": "https://dehavilland.com", "canonical_domain": "dehavilland.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian aerospace manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4887 +{"wikidata_id": "Q13653036", "display_name": "Newman's Own", "legal_name": null, "aliases": [], "website": "https://newmansown.com", "canonical_domain": "newmansown.com", "country": "US", "hq_city": "Westport", "hq_region": "Western Connecticut Planning Region", "lat": 41.14149, "lon": -73.3579, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American non-profit food company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4888 +{"wikidata_id": "Q1407952", "display_name": "PeruRail", "legal_name": null, "aliases": [], "website": "https://www.perurail.com", "canonical_domain": "perurail.com", "country": "PE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PERURAIL_logo.svg", "description": "railway company of Peru", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4889 +{"wikidata_id": "Q1415922", "display_name": "Sauza Tequila", "legal_name": null, "aliases": [], "website": "https://www.sauzatequila.com", "canonical_domain": "sauzatequila.com", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": [], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4890 +{"wikidata_id": "Q1426524", "display_name": "Upper Deck Company", "legal_name": null, "aliases": ["Upper Deck"], "website": "https://upperdeck.com", "canonical_domain": "upperdeck.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["financial-services"], "industry_labels": ["lithography"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Upper_Deck_Logo.svg", "description": "US trading card company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4891 +{"wikidata_id": "Q14409149", "display_name": "Third Degree Films", "legal_name": null, "aliases": ["3rd Degree"], "website": "https://www.3rddegreefilms.com", "canonical_domain": "3rddegreefilms.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["pornography industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q14408853", "name": "Zero Tolerance"}, "logo_url": null, "description": "American pornographic film studio", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4892 +{"wikidata_id": "Q1443487", "display_name": "zamboni.com", "legal_name": null, "aliases": [], "website": "https://www.zamboni.com", "canonical_domain": "zamboni.com", "country": "US", "hq_city": "Paramount", "hq_region": "Los Angeles County", "lat": 33.9, "lon": -118.16667, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Frank_J._Zamboni_%26_Co._Inc.svg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4893 +{"wikidata_id": "Q1467350", "display_name": "MSC Software", "legal_name": null, "aliases": ["MacNeal-Schwendler Corporation"], "website": "https://www.mscsoftware.com", "canonical_domain": "mscsoftware.com", "country": "US", "hq_city": "Newport Beach", "hq_region": "Orange County", "lat": 33.61667, "lon": -117.8975, "industries": ["software"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4894 +{"wikidata_id": "Q1470887", "display_name": "Symphony Teleca", "legal_name": null, "aliases": ["Teleca"], "website": "https://www.symphonyteleca.com", "canonical_domain": "symphonyteleca.com", "country": "US", "hq_city": "Malmö", "hq_region": "Lomma Municipality", "lat": 55.58333, "lon": 13.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teleca_Logo.svg", "description": "privately held company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4895 +{"wikidata_id": "Q147435", "display_name": "Zappa Records", "legal_name": null, "aliases": [], "website": "https://www.zappa.com", "canonical_domain": "zappa.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label founded by Frank Zappa", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4896 +{"wikidata_id": "Q1474645", "display_name": "Quebec North Shore and Labrador Railway", "legal_name": null, "aliases": ["QNS&L", "QNSL", "Quebec North Shore & Labrador Railway"], "website": "https://www.qnsl.ca", "canonical_domain": "qnsl.ca", "country": "CA", "hq_city": "Sept-Îles", "hq_region": "Sept-Rivières Regional County Municipality", "lat": 50.2167, "lon": -66.3833, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2989805", "name": "Iron Ore Company of Canada"}, "logo_url": null, "description": "transport company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4897 +{"wikidata_id": "Q1485263", "display_name": "GE Appliances", "legal_name": null, "aliases": ["GE Consumer & Industrial"], "website": "https://repair.geappliances.com", "canonical_domain": "geappliances.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GE_Appliances_logo.svg", "description": "brand of appliance, now owned by Haier", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2646219"}]}
4898 +{"wikidata_id": "Q1494445", "display_name": "Garrett AiResearch", "legal_name": null, "aliases": ["Garrett Corporation"], "website": "https://www.turbobygarrett.com", "canonical_domain": "turbobygarrett.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q898208", "name": "Honeywell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AiResearch_Logo.png", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4899 +{"wikidata_id": "Q1511014", "display_name": "SVG Air", "legal_name": null, "aliases": [], "website": "https://flysvgair.com", "canonical_domain": "flysvgair.com", "country": "VC", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National airline of St. Vincent and the Grenadines", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4900 +{"wikidata_id": "Q15841246", "display_name": "Pure Noise Records", "legal_name": null, "aliases": ["Pure Noise Entertainment"], "website": "https://www.purenoise.net", "canonical_domain": "purenoise.net", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American punk rock record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4901 +{"wikidata_id": "Q16159478", "display_name": "REV Group", "legal_name": null, "aliases": [], "website": "https://www.revgroup.com", "canonical_domain": "revgroup.com", "country": "US", "hq_city": "Brookfield", "hq_region": "Waukesha County", "lat": 43.05806, "lon": -88.11472, "industries": ["automotive"], "industry_labels": ["automotive industry", "SIC 3711 Motor Vehicles & Passenger Car Bodies"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300SRD0SIG5ZZ3X20", "sec_cik": "1687221", "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1687221", "enriched_at": "2026-09-13T07:20:51+00:00"}}
4902 +{"wikidata_id": "Q1618735", "display_name": "Hillerich & Bradsby", "legal_name": null, "aliases": ["Louisville Slugger"], "website": "https://hillerichandbradsby.com", "canonical_domain": "hillerichandbradsby.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1329777", "name": "Wilson Sporting Goods"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hillerich_bradsby_co_logo.png", "description": "baseball equipment manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4903 +{"wikidata_id": "Q1631774", "display_name": "Asian Man Records", "legal_name": null, "aliases": ["AMR", "Asian Man"], "website": "https://www.asianmanrecords.com", "canonical_domain": "asianmanrecords.com", "country": "US", "hq_city": "Monte Sereno", "hq_region": "Santa Clara County", "lat": 37.23806, "lon": -121.98944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4904 +{"wikidata_id": "Q1632657", "display_name": "SpiderOak", "legal_name": null, "aliases": [], "website": "https://spideroak.com", "canonical_domain": "spideroak.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["data security", "software industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SpiderOaklogo.png", "description": "American technology corporation", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4905 +{"wikidata_id": "Q1635905", "display_name": "RCA Red Seal", "legal_name": "RCA Red Seal", "aliases": ["LC 0316", "RCA Red Seal Records"], "website": "https://www.sonymasterworks.com", "canonical_domain": "sonymasterworks.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7562494"}]}
4906 +{"wikidata_id": "Q1645436", "display_name": "Tonka", "legal_name": null, "aliases": ["Tonka Toys", "Tonka Trucks"], "website": "https://www.basicfun.com", "canonical_domain": "basicfun.com", "country": "US", "hq_city": "Mound", "hq_region": "Hennepin County", "lat": 44.93667, "lon": -93.66611, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tonka_logo.svg", "description": "American producer of toy trucks", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4907 +{"wikidata_id": "Q1658320", "display_name": "76 (gas station)", "legal_name": null, "aliases": ["Union 76"], "website": "https://www.76.com", "canonical_domain": "76.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/76_Orange_Logo.svg", "description": "American gas station chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4908 +{"wikidata_id": "Q16904931", "display_name": "Ripple", "legal_name": null, "aliases": ["Ripple Labs"], "website": "https://ripple.com", "canonical_domain": "ripple.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "9845001L01C142EE4094", "sec_cik": "1685012", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cib-ripple_%28CoreUI_Icons_v1.0.0%29.svg", "description": "creator and a developer of the Ripple payment protocol and exchange network.", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4909 +{"wikidata_id": "Q16954085", "display_name": "Bron Studios", "legal_name": null, "aliases": [], "website": "https://bronstudios.com", "canonical_domain": "bronstudios.com", "country": "CA", "hq_city": "British Columbia", "hq_region": "Canada", "lat": 54.5, "lon": -124.5, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bron_Studios_logo.svg", "description": "Canadian film production company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4910 +{"wikidata_id": "Q16960375", "display_name": "Aeronaves TSM", "legal_name": null, "aliases": [], "website": "https://www.aeronavestsm.com", "canonical_domain": "aeronavestsm.com", "country": "MX", "hq_city": "Saltillo", "hq_region": "Saltillo Municipality", "lat": 25.42306, "lon": -100.99194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican Cargo Airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4911 +{"wikidata_id": "Q17004742", "display_name": "Authentic Brands Group", "legal_name": null, "aliases": ["ABG"], "website": "https://corporate.authentic.com", "canonical_domain": "authentic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": ["brand management"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABG_logo_2020.png", "description": "brand development and licensing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4912 +{"wikidata_id": "Q17076224", "display_name": "privateinternetaccess.com", "legal_name": null, "aliases": [], "website": "https://privateinternetaccess.com", "canonical_domain": "privateinternetaccess.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q98928488", "name": "Kape Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Private_Internet_Access_Black_Logo_with_no_Tagline.svg", "description": "virtual private network provider", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4913 +{"wikidata_id": "Q17084891", "display_name": "Spartan Race, Inc.", "legal_name": null, "aliases": ["Spartan Race"], "website": "https://www.spartan.com", "canonical_domain": "spartan.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that organizes a series of obstacle races", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4914 +{"wikidata_id": "Q17089985", "display_name": "WindowsWear", "legal_name": null, "aliases": [], "website": "https://www.windowswear.com", "canonical_domain": "windowswear.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WindowsWear.jpg", "description": null, "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4915 +{"wikidata_id": "Q17110208", "display_name": "Multimatic", "legal_name": null, "aliases": [], "website": "https://www.multimatic.com", "canonical_domain": "multimatic.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian automotive component manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4916 +{"wikidata_id": "Q1712321", "display_name": "Orca Airways", "legal_name": null, "aliases": [], "website": "https://www.flyorcaair.com", "canonical_domain": "flyorcaair.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Defunct Canadian airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4917 +{"wikidata_id": "Q17143788", "display_name": "Spaceflight Industries", "legal_name": null, "aliases": ["Spaceflight Inc.", "Spaceflight Industries (United States)"], "website": "https://spaceflight.com", "canonical_domain": "spaceflight.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spaceflight_Industries_logo.svg", "description": "American aerospace company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4918 +{"wikidata_id": "Q17275459", "display_name": "Heaven Sent Gaming", "legal_name": null, "aliases": ["HSG", "Heaven Sent Gaming Ltd. Co."], "website": "https://heavensentgaming.com", "canonical_domain": "heavensentgaming.com", "country": "US", "hq_city": "Albuquerque", "hq_region": "Bernalillo County", "lat": 35.08444, "lon": -106.65028, "industries": ["entertainment"], "industry_labels": ["arts", "entertainment industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heaven_Sent_Gaming.png", "description": "production studio from Albuquerque, New Mexico, USA", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4919 +{"wikidata_id": "Q17307203", "display_name": "Metamorphosis Music", "legal_name": null, "aliases": [], "website": "https://metamorphosismusic.com", "canonical_domain": "metamorphosismusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q193023", "name": "Capitol Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UnsubRecordsLogo.png", "description": "American record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4920 +{"wikidata_id": "Q1739825", "display_name": "Kessinger Publishing", "legal_name": null, "aliases": ["Kessinger Publishing LLC"], "website": "https://kessinger.net", "canonical_domain": "kessinger.net", "country": "US", "hq_city": "Whitefish", "hq_region": "Flathead County", "lat": 48.4117, "lon": -114.34, "industries": ["media"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American print-on-demand publishing company in Whitefish, Montana", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4921 +{"wikidata_id": "Q1741142", "display_name": "Kiewit Corporation", "legal_name": null, "aliases": [], "website": "https://www.kiewit.com", "canonical_domain": "kiewit.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300VUN7SFD1WZ8W09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kiewit_logo.jpg", "description": "American construction company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4922 +{"wikidata_id": "Q1761165", "display_name": "Midland Group", "legal_name": null, "aliases": [], "website": "https://www.midland.gg", "canonical_domain": "midland.gg", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["construction"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Russian construction team, owners of Midland F1", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4923 +{"wikidata_id": "Q17709270", "display_name": "ARSAT", "legal_name": null, "aliases": ["AR-SAT", "Empresa Argentina de Soluciones Satelitales Sociedad Anónima AR-SAT"], "website": "https://www.arsat.com.ar", "canonical_domain": "arsat.com.ar", "country": "AR", "hq_city": "Benavídez", "hq_region": "Tigre Partido", "lat": -34.4094, "lon": -58.5428, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_arsat.png", "description": "Argentine government owned telecommunications company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4924 +{"wikidata_id": "Q1796719", "display_name": "Wonderland Sound and Vision", "legal_name": null, "aliases": [], "website": "https://www.wonderlandsoundandvision.com", "canonical_domain": "wonderlandsoundandvision.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media production company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4925 +{"wikidata_id": "Q179822", "display_name": "Rendition", "legal_name": null, "aliases": [], "website": "https://www.rendition.com", "canonical_domain": "rendition.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rendition_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4926 +{"wikidata_id": "Q1816104", "display_name": "NexTag", "legal_name": null, "aliases": [], "website": "https://www.nextagshop.com", "canonical_domain": "nextagshop.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoNexTag.png", "description": "price comparison service", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4927 +{"wikidata_id": "Q1828588", "display_name": "Hush Puppies", "legal_name": null, "aliases": [], "website": "https://hushpuppies.com.au", "canonical_domain": "hushpuppies.com.au", "country": "US", "hq_city": "Rockford", "hq_region": "Kent County", "lat": 43.12, "lon": -85.56, "industries": ["apparel"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136522395", "name": "Brand Collective"}, "logo_url": null, "description": "American brand of footwear", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4928 +{"wikidata_id": "Q1871370", "display_name": "Prometheus Books", "legal_name": null, "aliases": [], "website": "https://www.prometheusbooks.com", "canonical_domain": "prometheusbooks.com", "country": "US", "hq_city": "Amherst", "hq_region": "Erie County", "lat": 42.97833, "lon": -78.8, "industries": ["media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4929 +{"wikidata_id": "Q1902231", "display_name": "Marmon-Herrington", "legal_name": null, "aliases": ["Marmon-Herrington Company", "Inc."], "website": "https://marmon-herrington.com", "canonical_domain": "marmon-herrington.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marmon-Herrington_xxIWHC.jpg", "description": "American manufacturer of axles and transfer cases for vehicles; former manufacturer of trucks, trolleybuses, and military vehicles", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4930 +{"wikidata_id": "Q1929348", "display_name": "Wham-O", "legal_name": null, "aliases": [], "website": "https://www.wham-o.com", "canonical_domain": "wham-o.com", "country": "US", "hq_city": "Carson", "hq_region": "Los Angeles County", "lat": 33.83972, "lon": -118.25972, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wham-O_Logo.png", "description": "American toy company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4931 +{"wikidata_id": "Q1934027", "display_name": "Forcepoint", "legal_name": null, "aliases": ["Raytheon|Websense", "Websense"], "website": "https://www.forcepoint.com", "canonical_domain": "forcepoint.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Forcepoint_Logo.svg", "description": "multinational corporation software company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4932 +{"wikidata_id": "Q1979145", "display_name": "Disko Line", "legal_name": "Disko Line A/S", "aliases": [], "website": "https://diskoline.gl", "canonical_domain": "diskoline.gl", "country": "GL", "hq_city": "Ilulissat", "hq_region": "Avannaata", "lat": 69.21667, "lon": -51.1, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Ferry line in western Greenland", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4933 +{"wikidata_id": "Q2001886", "display_name": "Poken", "legal_name": null, "aliases": [], "website": "https://www.poken.com", "canonical_domain": "poken.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["professional-services", "technology"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cloud-based event management platform", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4934 +{"wikidata_id": "Q2043372", "display_name": "O'Neill, Inc.", "legal_name": null, "aliases": ["O'Neill", "O'Neill (brand)", "O'Neill (surf wear)", "O'Neill (watersports clothing)", "O'Neilll"], "website": "https://oneill.com", "canonical_domain": "oneill.com", "country": "US", "hq_city": "Luxembourg", "hq_region": "Canton of Luxembourg", "lat": 49.61139, "lon": 6.13, "industries": [], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O%27Neil_wordmark_2010.svg", "description": "American surfboard, surfwear and equipment company founded by Jack O'Neill", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4935 +{"wikidata_id": "Q2045479", "display_name": "PacifiCorp", "legal_name": null, "aliases": ["Pacific Power and Light Company"], "website": "https://www.pacificorp.com", "canonical_domain": "pacificorp.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "SGY07Y7FNYBNLM6Z1M11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PacifiCorp_Logo.svg", "description": "electric power company in the western United States", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4936 +{"wikidata_id": "Q2053111", "display_name": "Infinitum Nihil", "legal_name": null, "aliases": [], "website": "https://infinitumnihil.net", "canonical_domain": "infinitumnihil.net", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Johnny Depp's production company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4937 +{"wikidata_id": "Q20539284", "display_name": "Virgin Voyages", "legal_name": "V Cruises US, LLC", "aliases": ["V Cruises US"], "website": "https://virginvoyages.com", "canonical_domain": "virginvoyages.com", "country": "US", "hq_city": "Plantation", "hq_region": "Broward County", "lat": 26.12444, "lon": -80.24944, "industries": ["travel", "shipping"], "industry_labels": ["tourism", "cruise"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q494917", "name": "Virgin Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Virgin_Voyages_logo.svg", "description": "cruise line based in Florida", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4938 +{"wikidata_id": "Q2068991", "display_name": "Frenchkiss Records", "legal_name": null, "aliases": [], "website": "https://www.frenchkissrecords.com", "canonical_domain": "frenchkissrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fkr_logo_HIRESONLY.jpg", "description": "independent record label based in New York, New York", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4939 +{"wikidata_id": "Q2076545", "display_name": "wargamingchicagobaltimore.com", "legal_name": null, "aliases": [], "website": "https://www.wargamingchicagobaltimore.com", "canonical_domain": "wargamingchicagobaltimore.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q372471", "name": "Wargaming"}, "logo_url": null, "description": "video game developer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4940 +{"wikidata_id": "Q2078987", "display_name": "Moxie", "legal_name": null, "aliases": [], "website": "https://www.drinkmoxie.com", "canonical_domain": "drinkmoxie.com", "country": "US", "hq_city": "Bedford", "hq_region": "Hillsborough County", "lat": 42.94639, "lon": -71.51583, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "carbonated beverage", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4941 +{"wikidata_id": "Q2081136", "display_name": "Petroleo Ipiranga", "legal_name": null, "aliases": [], "website": "https://www.ipiranga.com.br", "canonical_domain": "ipiranga.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["oil-gas"], "industry_labels": ["filling station"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ipiranga_logo_%282023%29.svg", "description": "Brazilian fuel company, subsidiary of Ultra", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4942 +{"wikidata_id": "Q2082494", "display_name": "In the Red", "legal_name": "In The Red Recordings", "aliases": ["In the Red Records"], "website": "https://intheredrecords.com", "canonical_domain": "intheredrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4943 +{"wikidata_id": "Q2123099", "display_name": "Rocket Mortgage", "legal_name": "Quicken Loans, LLC", "aliases": ["LLC"], "website": "https://www.rocketmortgage.com", "canonical_domain": "rocketmortgage.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300FGXN1K3HLB1R50", "sec_cik": null, "parent": {"wikidata_id": "Q105887484", "name": "Rocket Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rocket_Mortgage_2025.svg", "description": "American mortgage lending company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4944 +{"wikidata_id": "Q2130840", "display_name": "Randy's Donuts", "legal_name": null, "aliases": [], "website": "https://randys-donuts.com", "canonical_domain": "randys-donuts.com", "country": "US", "hq_city": "Inglewood", "hq_region": "Los Angeles County", "lat": 33.96177, "lon": -118.37036, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Landmark building in Inglewood, California, USA", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4945 +{"wikidata_id": "Q21462713", "display_name": "Toptal", "legal_name": null, "aliases": ["Breanden Beneschott", "Taso Du Val"], "website": "https://www.toptal.com", "canonical_domain": "toptal.com", "country": "US", "hq_city": "Silicon Valley", "hq_region": "California", "lat": 37.3775, "lon": -122.0675, "industries": ["e-commerce"], "industry_labels": ["freelance marketplace"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online freelance employment marketplace company based in Silicon Valley, California", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4946 +{"wikidata_id": "Q21463158", "display_name": "Harebrained Schemes", "legal_name": null, "aliases": [], "website": "https://www.harebrained-schemes.com", "canonical_domain": "harebrained-schemes.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q217493", "name": "Paradox Interactive"}, "logo_url": null, "description": "American video game studio", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4947 +{"wikidata_id": "Q2160819", "display_name": "Rocky Mountaineer", "legal_name": null, "aliases": [], "website": "https://www.rockymountaineer.com", "canonical_domain": "rockymountaineer.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["transportation"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "train", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4948 +{"wikidata_id": "Q2161263", "display_name": "Young God Records", "legal_name": null, "aliases": [], "website": "https://younggodrecords.com", "canonical_domain": "younggodrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4949 +{"wikidata_id": "Q2245043", "display_name": "Full Impact Pro", "legal_name": null, "aliases": [], "website": "https://www.fullimpactpro.com", "canonical_domain": "fullimpactpro.com", "country": "US", "hq_city": "Largo", "hq_region": "Pinellas County", "lat": 27.90917, "lon": -82.7875, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American professional wrestling promotion", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4950 +{"wikidata_id": "Q2262343", "display_name": "Falcon Northwest", "legal_name": null, "aliases": [], "website": "https://www.falcon-nw.com", "canonical_domain": "falcon-nw.com", "country": "US", "hq_city": "Medford", "hq_region": "Jackson County", "lat": 42.33194, "lon": -122.86167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "personal computer manufacturing company located in Medford, Oregon, USA", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4951 +{"wikidata_id": "Q2286590", "display_name": "Silverstein Properties", "legal_name": null, "aliases": [], "website": "https://www.silversteinproperties.com", "canonical_domain": "silversteinproperties.com", "country": "US", "hq_city": "7 World Trade Center", "hq_region": "Manhattan", "lat": 40.7133, "lon": -74.012, "industries": ["real-estate"], "industry_labels": ["real estate developer"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silverstein_Properties_logo.svg", "description": "American real estate development firm", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4952 +{"wikidata_id": "Q2293236", "display_name": "SkyBahamas", "legal_name": null, "aliases": ["SBM", "Q7", "Sky Bahamas", "SkyBahamas Airlines", "TROPICAL SKY"], "website": "https://www.skybahamas.net", "canonical_domain": "skybahamas.net", "country": "BS", "hq_city": "Nassau", "hq_region": "New Providence", "lat": 25.07806, "lon": -77.33861, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in the Bahamas", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4953 +{"wikidata_id": "Q2327062", "display_name": "Salsoul Records", "legal_name": null, "aliases": [], "website": "https://www.salsoulmusic.com", "canonical_domain": "salsoulmusic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label based in New York City", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4954 +{"wikidata_id": "Q24521620", "display_name": "Wealthsimple", "legal_name": null, "aliases": [], "website": "https://www.wealthsimple.com", "canonical_domain": "wealthsimple.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1915565", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wealthsimple_2026_logo.svg", "description": "Canadian investment management company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4955 +{"wikidata_id": "Q2453960", "display_name": "Triple Canopy", "legal_name": null, "aliases": [], "website": "https://www.triplecanopy.com", "canonical_domain": "triplecanopy.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["construction"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American security contractor", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4956 +{"wikidata_id": "Q2467687", "display_name": "Honeywell UOP", "legal_name": null, "aliases": ["Universal Oil Products", "UOP LLC"], "website": "https://www.uop.com", "canonical_domain": "uop.com", "country": "US", "hq_city": "Des Plaines", "hq_region": "Cook County", "lat": 42.04167, "lon": -87.8875, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IFVOF5LN0ZIL61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Honeywell_UOP_%282021%29.svg", "description": "company developing and delivering oil-related technology to the major manufacturing industries", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4957 +{"wikidata_id": "Q247212", "display_name": "604 Records", "legal_name": null, "aliases": [], "website": "https://www.604records.com", "canonical_domain": "604records.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4958 +{"wikidata_id": "Q24838", "display_name": "Swingline", "legal_name": null, "aliases": ["Parrot Speed Fastener Company", "Swingline staplers"], "website": "https://www.swingline.com", "canonical_domain": "swingline.com", "country": "US", "hq_city": "Lincolnshire", "hq_region": "Lake County", "lat": 42.19639, "lon": -87.91722, "industries": [], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q288129", "name": "ACCO Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swingline_logo-new.svg", "description": "division of ACCO Brands", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4959 +{"wikidata_id": "Q2497795", "display_name": "Coppel", "legal_name": null, "aliases": ["Coppel stores"], "website": "https://www.coppel.com", "canonical_domain": "coppel.com", "country": "MX", "hq_city": "Culiacán", "hq_region": "Culiacán Municipality", "lat": 24.79028, "lon": -107.38778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coppel_2025.svg", "description": "Mexican department store", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4960 +{"wikidata_id": "Q2504930", "display_name": "Habib's", "legal_name": null, "aliases": [], "website": "https://www.habibs.com.br", "canonical_domain": "habibs.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_Habib%27s.svg", "description": "Brazilian fast food company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4961 +{"wikidata_id": "Q2527329", "display_name": "Pangea Software", "legal_name": null, "aliases": [], "website": "https://www.pangeasoft.net", "canonical_domain": "pangeasoft.net", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "software company focusing on iOS and Macintosh games", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4962 +{"wikidata_id": "Q2556363", "display_name": "Editora Abril", "legal_name": null, "aliases": ["Abril"], "website": "https://www.abril.com.br", "canonical_domain": "abril.com.br", "country": "BR", "hq_city": "Pinheiros District", "hq_region": "São Paulo", "lat": -23.56584, "lon": -46.6878, "industries": ["media"], "industry_labels": ["mass media", "publishing", "broadcasting"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q615788", "name": "Grupo Abril"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_editora_abril.jpg", "description": "Brazilian publisher, printing and media company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4963 +{"wikidata_id": "Q2593858", "display_name": "World Triathlon Corporation", "legal_name": null, "aliases": [], "website": "https://ironman.com", "canonical_domain": "ironman.com", "country": "US", "hq_city": "Tampa Bay", "hq_region": null, "lat": 27.7625, "lon": -82.54583, "industries": ["professional-services"], "industry_labels": ["event management", "sports industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ironman_logo.gif", "description": "sports event promotion company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4964 +{"wikidata_id": "Q26263169", "display_name": "BetterHelp", "legal_name": null, "aliases": ["Better Help"], "website": "https://www.betterhelp.com", "canonical_domain": "betterhelp.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["healthcare"], "industry_labels": ["telemedicine"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BetterHelp_logo.svg", "description": "virtual counceling and therapy service company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4965 +{"wikidata_id": "Q2658695", "display_name": "Gen4 Energy", "legal_name": null, "aliases": ["Inc.", "Hyperion Power Generation", "Hyperion Power Generation", "Inc."], "website": "https://www.gen4energy.com", "canonical_domain": "gen4energy.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gen4_Energy_logo.png", "description": "US company, 2012 to 2018", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4966 +{"wikidata_id": "Q2686167", "display_name": "Gumstix", "legal_name": "Gumstix, Inc.", "aliases": [], "website": "https://www.gumstix.com", "canonical_domain": "gumstix.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that makes similarly named single board computers", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4967 +{"wikidata_id": "Q27474", "display_name": "New Directions Publishing", "legal_name": null, "aliases": ["New Directions", "New Directions Publishing Corp.rp.", "New Directions Publishing Corporation"], "website": "https://www.ndbooks.com", "canonical_domain": "ndbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent book publishing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4968 +{"wikidata_id": "Q277939", "display_name": "Bogner Amplification", "legal_name": null, "aliases": [], "website": "https://www.bogneramplification.com", "canonical_domain": "bogneramplification.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["manufacturing"], "industry_labels": ["electronic amplifier"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bognor-logo.svg", "description": "guitar amplifier manufacturing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4969 +{"wikidata_id": "Q2825647", "display_name": "Aeromot", "legal_name": null, "aliases": ["Aeromot Aeronaves e Motores", "Aeromot Indústria"], "website": "https://www.aeromot.com.br", "canonical_domain": "aeromot.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aerospace company in Brazil", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4970 +{"wikidata_id": "Q28409115", "display_name": "keybase.io", "legal_name": null, "aliases": [], "website": "https://keybase.io", "canonical_domain": "keybase.io", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keybase_logo_official.svg", "description": "free and open-source security application", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4971 +{"wikidata_id": "Q2843019", "display_name": "American Society of Clinical Oncology", "legal_name": null, "aliases": ["ASCO"], "website": "https://www.asco.org", "canonical_domain": "asco.org", "country": "US", "hq_city": "Alexandria", "hq_region": "Virginia", "lat": 38.80472, "lon": -77.04722, "industries": ["pharmaceuticals", "media"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300F6HU587RUUO380", "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4972 +{"wikidata_id": "Q288185", "display_name": "ACD Systems", "legal_name": null, "aliases": ["ACD Systems Digital Imaging", "ACD Systems Ltd.", "ACDSystems"], "website": "https://www.acdsystems.com", "canonical_domain": "acdsystems.com", "country": "CA", "hq_city": "Victoria", "hq_region": "British Columbia", "lat": 48.42215, "lon": -123.3657, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ACD_Systems_Logo.svg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4973 +{"wikidata_id": "Q2883027", "display_name": "Business Development Bank of Canada", "legal_name": null, "aliases": ["BDC"], "website": "https://www.bdc.ca", "canonical_domain": "bdc.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "federal Crown corporation wholly owned by the Government of Canada", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4974 +{"wikidata_id": "Q29096531", "display_name": "sifive.com", "legal_name": null, "aliases": [], "website": "https://www.sifive.com", "canonical_domain": "sifive.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1706443", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SiFive_Logo.svg", "description": "fabless semiconductor company providing RISC-V processors", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4975 +{"wikidata_id": "Q2921564", "display_name": "Cushman", "legal_name": null, "aliases": ["Cushman Motor Works"], "website": "https://www.cushmanco.com", "canonical_domain": "cushmanco.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 40.82188, "lon": -96.69134, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4976 +{"wikidata_id": "Q2986833", "display_name": "Commonwealth Edison", "legal_name": null, "aliases": ["ComEd"], "website": "https://www.comed.com", "canonical_domain": "comed.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "D8YOXB8L2ZDC8P7Q0771", "sec_cik": null, "parent": {"wikidata_id": "Q1383669", "name": "Exelon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ComEd_logo.png", "description": "electric company in Illinois", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4977 +{"wikidata_id": "Q2990311", "display_name": "Companhia das Letras", "legal_name": null, "aliases": ["Companhia das letras"], "website": "https://www.companhiadasletras.com.br", "canonical_domain": "companhiadasletras.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["media"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Companhia_das_Letras_logo.svg", "description": "Brazilian publishing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4978 +{"wikidata_id": "Q30247167", "display_name": "Forgotten Empires", "legal_name": null, "aliases": ["Forgotten Empires LLC"], "website": "https://www.forgottenempires.net", "canonical_domain": "forgottenempires.net", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4979 +{"wikidata_id": "Q30247461", "display_name": "Carbuss - Indústria de Carrocerias Catarinense Ltda.", "legal_name": null, "aliases": [], "website": "https://busscar.com.br", "canonical_domain": "busscar.com.br", "country": "BR", "hq_city": "Joinville", "hq_region": "Santa Catarina", "lat": -26.30389, "lon": -48.84583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8254012", "name": "CAIO Induscar"}, "logo_url": null, "description": "Brazilian bus manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4980 +{"wikidata_id": "Q3063461", "display_name": "FUBU", "legal_name": null, "aliases": [], "website": "https://www.fblegacy.com", "canonical_domain": "fblegacy.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing and hip hop apparel company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4981 +{"wikidata_id": "Q3066293", "display_name": "Famous Stars and Straps", "legal_name": null, "aliases": [], "website": "https://www.famoussas.com", "canonical_domain": "famoussas.com", "country": "US", "hq_city": "Ontario", "hq_region": "San Bernardino County", "lat": 34.05278, "lon": -117.62778, "industries": ["apparel"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing line", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4982 +{"wikidata_id": "Q3071471", "display_name": "Fido Solutions", "legal_name": null, "aliases": ["Fido"], "website": "https://www.fido.ca", "canonical_domain": "fido.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q165684", "name": "Rogers Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fido_Solutions_logo.svg", "description": "Canadian telecommunication company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4983 +{"wikidata_id": "Q3079938", "display_name": "FINCA International", "legal_name": null, "aliases": [], "website": "https://www.finca.org", "canonical_domain": "finca.org", "country": "US", "hq_city": "Washington", "hq_region": "United States", "lat": 47.5, "lon": -120.5, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Microfinance organization", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5425823"}]}
4984 +{"wikidata_id": "Q3094825", "display_name": "Gallien-Krueger", "legal_name": null, "aliases": ["GK"], "website": "https://www.gallien-krueger.com", "canonical_domain": "gallien-krueger.com", "country": "US", "hq_city": "Stockton", "hq_region": "San Joaquin County", "lat": 37.9575, "lon": -121.2925, "industries": ["manufacturing"], "industry_labels": ["electronic amplifier"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bass amplifier and speaker cabinet manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4985 +{"wikidata_id": "Q3174352", "display_name": "Gorton's of Gloucester", "legal_name": null, "aliases": [], "website": "https://www.gortons.com", "canonical_domain": "gortons.com", "country": "US", "hq_city": "Gloucester", "hq_region": "Essex County", "lat": 42.61667, "lon": -70.66667, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1849, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "subsidary of Nippon Suisan Kaisha Ltd", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4986 +{"wikidata_id": "Q3216440", "display_name": "Lakai Limited Footwear", "legal_name": null, "aliases": ["Lakai"], "website": "https://lakai.com", "canonical_domain": "lakai.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["apparel"], "industry_labels": ["skateboarding"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "footwear company based in Torrance, California", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4987 +{"wikidata_id": "Q325037", "display_name": "Dow Corning", "legal_name": null, "aliases": ["Dow Corning Corp."], "website": "https://www.dowcorning.com", "canonical_domain": "dowcorning.com", "country": "US", "hq_city": "Wiesbaden", "hq_region": "Darmstadt Government Region", "lat": 50.0825, "lon": 8.24, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "EWIQBU4ZGZNBDL3LRS69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dow_Corning_logo.jpg", "description": "multinational corporation", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4988 +{"wikidata_id": "Q3258955", "display_name": "London Drugs", "legal_name": null, "aliases": [], "website": "https://www.londondrugs.com", "canonical_domain": "londondrugs.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/London_Drugs_Logo.svg", "description": "Canadian retail pharmacy chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4989 +{"wikidata_id": "Q3282495", "display_name": "ddrum", "legal_name": null, "aliases": [], "website": "https://www.ddrum.com", "canonical_domain": "ddrum.com", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ddrum_company_logo.png", "description": "Swedish drum company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4990 +{"wikidata_id": "Q3285496", "display_name": "Mandeville Films", "legal_name": null, "aliases": [], "website": "https://mandfilms.com", "canonical_domain": "mandfilms.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mandeville_Films_logo.svg", "description": "American film production company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4991 +{"wikidata_id": "Q3300067", "display_name": "mau5trap", "legal_name": null, "aliases": ["mau5trap Recordings"], "website": "https://mau5trap.com", "canonical_domain": "mau5trap.com", "country": "CA", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mau5trap_logo.svg", "description": "Canadian record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4992 +{"wikidata_id": "Q3305345", "display_name": "Internet Brands", "legal_name": null, "aliases": ["Inc."], "website": "https://www.internetbrands.com", "canonical_domain": "internetbrands.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American new media company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4993 +{"wikidata_id": "Q3323885", "display_name": "Sky México", "legal_name": null, "aliases": ["SKY", "Sky Mexico"], "website": "https://www.sky.com.mx", "canonical_domain": "sky.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "direct broadcast satellite company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4994 +{"wikidata_id": "Q3355804", "display_name": "Ore-Ida", "legal_name": null, "aliases": ["Ore-Ida Potato Products", "Inc."], "website": "https://www.oreida.com", "canonical_domain": "oreida.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American frozen food brand", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4995 +{"wikidata_id": "Q336105", "display_name": "SunGard", "legal_name": null, "aliases": [], "website": "https://www.sungard.com", "canonical_domain": "sungard.com", "country": "US", "hq_city": "Wayne", "hq_region": "Delaware County", "lat": 40.04389, "lon": -75.38778, "industries": ["technology"], "industry_labels": ["information technology industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SunGard_logo.jpg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4996 +{"wikidata_id": "Q3365858", "display_name": "Bodega Aurrera", "legal_name": null, "aliases": [], "website": "https://www.bodegaaurrera.com.mx", "canonical_domain": "bodegaaurrera.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican supermarket chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4997 +{"wikidata_id": "Q3382220", "display_name": "Piasecki Aircraft Corporation", "legal_name": null, "aliases": ["PiAC"], "website": "https://www.piasecki.com", "canonical_domain": "piasecki.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "helicopter manufacturer in the United States", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4998 +{"wikidata_id": "Q3438131", "display_name": "Rodarte", "legal_name": null, "aliases": [], "website": "https://www.rodarte.net", "canonical_domain": "rodarte.net", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rodarte_logo.png", "description": "American fashion company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4999 +{"wikidata_id": "Q3455043", "display_name": "Ontario Teachers' Pension Plan", "legal_name": null, "aliases": ["Ontario Teachers Pension Plan", "OTPP"], "website": "https://www.otpp.com", "canonical_domain": "otpp.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": ["pension fund"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian pension fund", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5000 +{"wikidata_id": "Q3458993", "display_name": "S&S Worldwide", "legal_name": null, "aliases": ["S&S - Sansei Technologies", "S&S Arrow"], "website": "https://www.engineeringexcitement.com", "canonical_domain": "engineeringexcitement.com", "country": "US", "hq_city": "Logan", "hq_region": "Cache County", "lat": 41.73778, "lon": -111.83083, "industries": ["manufacturing"], "industry_labels": ["manufacturing industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American amusement ride manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5001 +{"wikidata_id": "Q3499025", "display_name": "Fresh TV", "legal_name": null, "aliases": ["Fresh Animation"], "website": "https://www.freshtvinc.com", "canonical_domain": "freshtvinc.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian television production company and animation studio", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5002 +{"wikidata_id": "Q3499746", "display_name": "Stoopid Buddy Stoodios", "legal_name": null, "aliases": ["Stoop!d Monkey", "Stoopid Monkey"], "website": "https://www.leagueofbuddies.com", "canonical_domain": "leagueofbuddies.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": ["web series", "animated series"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American animation studio", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5003 +{"wikidata_id": "Q3537471", "display_name": "Transener", "legal_name": null, "aliases": [], "website": "https://www.transener.com.ar", "canonical_domain": "transener.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transener_logo.png", "description": "Argentinian electrical transmission network operator", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5004 +{"wikidata_id": "Q3537881", "display_name": "Transportes Aéreos Bolivianos", "legal_name": null, "aliases": ["Transportes Aereos Bolivianos"], "website": "https://www.tabairlines.com", "canonical_domain": "tabairlines.com", "country": "BO", "hq_city": "Cochabamba", "hq_region": "Cochabamba Municipality", "lat": -17.39354, "lon": -66.15701, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bolivian airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5005 +{"wikidata_id": "Q3541983", "display_name": "Tully's Coffee", "legal_name": null, "aliases": ["TULLY'S COFFEE", "Tully's Coffee Corporation"], "website": "https://www.tullys.com", "canonical_domain": "tullys.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3116111", "name": "Keurig Dr Pepper"}, "logo_url": null, "description": "American specialty coffee brand", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5006 +{"wikidata_id": "Q3542453", "display_name": "Tuttle Publishing", "legal_name": null, "aliases": ["C. E. Tuttle Co.", "Charles E. Tuttle Company"], "website": "https://tuttlepublishing.com", "canonical_domain": "tuttlepublishing.com", "country": "US", "hq_city": "Clarendon", "hq_region": "Rutland County", "lat": 43.53333, "lon": -72.96667, "industries": ["media"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tuttle_Books_Logo.jpg", "description": "book publisher", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5007 +{"wikidata_id": "Q3551348", "display_name": "University Press of America", "legal_name": null, "aliases": [], "website": "https://www.univpress.com", "canonical_domain": "univpress.com", "country": "US", "hq_city": "Lanham", "hq_region": "Prince George's County", "lat": 38.9669, "lon": -76.8619, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "academic publisher in US", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5008 +{"wikidata_id": "Q3576011", "display_name": "indiePub", "legal_name": null, "aliases": ["Zoo Entertainment", "indiePub Entertainment", "Inc."], "website": "https://www.indiepubentertainment.com", "canonical_domain": "indiepubentertainment.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1326652", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IndiePub.png", "description": "video game publisher based in Cincinnati, Ohio, United States", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1326652", "enriched_at": "2026-09-13T07:20:52+00:00"}}
5009 +{"wikidata_id": "Q3595389", "display_name": "International Institute of Islamic Thought", "legal_name": null, "aliases": [], "website": "https://www.iiit.org", "canonical_domain": "iiit.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5010 +{"wikidata_id": "Q3599097", "display_name": "42 Entertainment", "legal_name": null, "aliases": ["4orty 2wo Entertainment"], "website": "https://42entertainment.com", "canonical_domain": "42entertainment.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5011 +{"wikidata_id": "Q3622794", "display_name": "Guitar Center", "legal_name": null, "aliases": [], "website": "https://www.guitarcenter.com", "canonical_domain": "guitarcenter.com", "country": "US", "hq_city": "Westlake Village", "hq_region": "Los Angeles County", "lat": 34.14194, "lon": -118.81944, "industries": ["retail"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American music retailer chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5012 +{"wikidata_id": "Q3640745", "display_name": "Black Ops Entertainment", "legal_name": null, "aliases": [], "website": "https://www.blackops.com", "canonical_domain": "blackops.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American mobile app developer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5013 +{"wikidata_id": "Q3699365", "display_name": "Culver Studios", "legal_name": null, "aliases": [], "website": "https://theculverstudios.com", "canonical_domain": "theculverstudios.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.02389, "lon": -118.39248, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "movie studio", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5014 +{"wikidata_id": "Q3699795", "display_name": "Cutrale", "legal_name": null, "aliases": [], "website": "https://www.cutrale.com.br", "canonical_domain": "cutrale.com.br", "country": "BR", "hq_city": "Araraquara", "hq_region": "São Paulo", "lat": -21.79389, "lon": -48.17583, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian business enterprise", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5015 +{"wikidata_id": "Q3705312", "display_name": "demiurgestudios.com", "legal_name": null, "aliases": [], "website": "https://www.demiurgestudios.com", "canonical_domain": "demiurgestudios.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5016 +{"wikidata_id": "Q3753713", "display_name": "Frontier Records", "legal_name": "Frontier Records", "aliases": [], "website": "https://www.frontierrecords.com", "canonical_domain": "frontierrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["record label"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5017 +{"wikidata_id": "Q380660", "display_name": "Dallas Area Rapid Transit", "legal_name": null, "aliases": ["DART"], "website": "https://www.dart.org", "canonical_domain": "dart.org", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003C5XKRU8NIJR87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dallas_Area_Rapid_Transit_logo.svg", "description": "transport company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5018 +{"wikidata_id": "Q381400", "display_name": "aerocardal.cl", "legal_name": null, "aliases": [], "website": "https://www.aerocardal.cl", "canonical_domain": "aerocardal.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-aerocardal.png", "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5019 +{"wikidata_id": "Q381522", "display_name": "Aerolíneas Sosa", "legal_name": null, "aliases": ["Aerolineas Sosa", "Aerososa"], "website": "https://www.aerososa.com", "canonical_domain": "aerososa.com", "country": "HN", "hq_city": "La Ceiba", "hq_region": "Atlántida Department", "lat": 15.78334, "lon": -86.79178, "industries": ["airlines"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-aerolineasosa.png", "description": "airline from Honduras", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5020 +{"wikidata_id": "Q3827474", "display_name": "Latin Percussion", "legal_name": null, "aliases": [], "website": "https://www.lpmusic.com", "canonical_domain": "lpmusic.com", "country": "US", "hq_city": "Garfield", "hq_region": "Bergen County", "lat": 40.8798, "lon": -74.1083, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of percussion instruments", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5021 +{"wikidata_id": "Q3845315", "display_name": "Deseret Book", "legal_name": null, "aliases": [], "website": "https://deseretbook.com", "canonical_domain": "deseretbook.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["retail", "media"], "industry_labels": ["retail", "publishing"], "founded_year": 1866, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5263868", "name": "Deseret Management Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deseret_Book_2010_logo.svg", "description": "American publishing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5022 +{"wikidata_id": "Q386613", "display_name": "Washington National Opera", "legal_name": null, "aliases": ["Washington National Opera (United States)", "Washington National Opera (Washington", "D.C.)"], "website": "https://washnatopera.org", "canonical_domain": "washnatopera.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.89583, "lon": -77.05556, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Washington_National_Opera_logo.svg", "description": "opera company in Washington D.C., United States", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5023 +{"wikidata_id": "Q3869538", "display_name": "National Investigations Committee On Aerial Phenomena", "legal_name": null, "aliases": ["NICAP"], "website": "https://www.nicap.org", "canonical_domain": "nicap.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. government research group", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5024 +{"wikidata_id": "Q392307", "display_name": "National Entertainment Collectibles Association", "legal_name": null, "aliases": ["NECA"], "website": "https://www.necaonline.com", "canonical_domain": "necaonline.com", "country": "US", "hq_city": "Hillside", "hq_region": "Union County", "lat": 40.6959, "lon": -74.2288, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neca_company_logo.png", "description": "American company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5025 +{"wikidata_id": "Q3977109", "display_name": "Sunsweet Growers", "legal_name": null, "aliases": ["California Prune and Apricot Growers Association"], "website": "https://www.sunsweet.com", "canonical_domain": "sunsweet.com", "country": "US", "hq_city": "Yuba City", "hq_region": "Sutter County", "lat": 39.13472, "lon": -121.62611, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "agricultural cooperative based in California", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5026 +{"wikidata_id": "Q4010207", "display_name": "Rostrum Records", "legal_name": null, "aliases": [], "website": "https://www.rostrumrecords.com", "canonical_domain": "rostrumrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rostrum_Records_%282023_logo%29.png", "description": "American independent record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5027 +{"wikidata_id": "Q4033405", "display_name": "Adlair Aviation", "legal_name": null, "aliases": [], "website": "https://www.adlairaviation.ca", "canonical_domain": "adlairaviation.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline of Canada", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5028 +{"wikidata_id": "Q4036443", "display_name": "Comil", "legal_name": "Comil Ônibus S.A.", "aliases": [], "website": "https://www.comilonibus.com.br", "canonical_domain": "comilonibus.com.br", "country": "BR", "hq_city": "Erechim", "hq_region": "Rio Grande do Sul", "lat": -27.63389, "lon": -52.27389, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Comil.svg", "description": "automotive business", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5029 +{"wikidata_id": "Q4040522", "display_name": "Helijet", "legal_name": null, "aliases": ["Helijet International Inc"], "website": "https://helijet.com", "canonical_domain": "helijet.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "helicopter airline (Canada)", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5030 +{"wikidata_id": "Q4041440", "display_name": "Integra Air", "legal_name": null, "aliases": [], "website": "https://www.integraair.com", "canonical_domain": "integraair.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct Canadian regional airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5031 +{"wikidata_id": "Q4041975", "display_name": "KD Air", "legal_name": null, "aliases": [], "website": "https://www.kdair.com", "canonical_domain": "kdair.com", "country": "CA", "hq_city": "Qualicum Beach", "hq_region": "British Columbia", "lat": 49.35, "lon": -124.433, "industries": ["airlines"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline in Canada", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5032 +{"wikidata_id": "Q4042250", "display_name": "Kivalliq Air", "legal_name": null, "aliases": [], "website": "https://www.kivalliqair.com", "canonical_domain": "kivalliqair.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4042123", "name": "Keewatin Air"}, "logo_url": null, "description": null, "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5033 +{"wikidata_id": "Q4045625", "display_name": "Oberon Media", "legal_name": null, "aliases": [], "website": "https://corp.oberon-media.com", "canonical_domain": "oberon-media.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct casual games company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5034 +{"wikidata_id": "Q4048384", "display_name": "Rockport Company", "legal_name": null, "aliases": ["Rockport"], "website": "https://www.rockport.com", "canonical_domain": "rockport.com", "country": "US", "hq_city": "Canton", "hq_region": "Norfolk County", "lat": 42.15833, "lon": -71.14528, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockport_company_logo.png", "description": "manufacturer of shoes", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5035 +{"wikidata_id": "Q4050397", "display_name": "Sunwest Aviation", "legal_name": null, "aliases": [], "website": "https://www.sunwestaviation.ca", "canonical_domain": "sunwestaviation.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["airlines"], "industry_labels": ["commercial aviation"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline in Canada", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5036 +{"wikidata_id": "Q4050737", "display_name": "Taquan Air", "legal_name": null, "aliases": [], "website": "https://www.taquanair.com", "canonical_domain": "taquanair.com", "country": "US", "hq_city": "Ketchikan", "hq_region": "Ketchikan Gateway Borough", "lat": 55.34308, "lon": -131.64669, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commuter airline based out of Ketchikan, Alaska", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5037 +{"wikidata_id": "Q448723", "display_name": "Thrill Jockey", "legal_name": null, "aliases": ["Thrill Jockey Records"], "website": "https://thrilljockey.com", "canonical_domain": "thrilljockey.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thrill_Jockey_wordmark.svg", "description": "American independent record label based in Chicago", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5038 +{"wikidata_id": "Q450270", "display_name": "Alyeska Pipeline Service Company", "legal_name": null, "aliases": [], "website": "https://www.alyeska-pipe.com", "canonical_domain": "alyeska-pipe.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alyeska_Pipeline_Service_Company_logo.png", "description": "American industrial company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5039 +{"wikidata_id": "Q4546285", "display_name": "1017 Records", "legal_name": null, "aliases": ["1017", "1017 Brick Squad", "1017 Eskimo", "1017 Global Music", "LLC", "So Icey Entertainment", "The New 1017 Records"], "website": "https://www.thenew1017records.com", "canonical_domain": "thenew1017records.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label founded by Gucci Mane", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5040 +{"wikidata_id": "Q4654057", "display_name": "ASARCO", "legal_name": null, "aliases": ["American Smelting and Refining Company"], "website": "https://www.asarco.com", "canonical_domain": "asarco.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["oil-gas", "mining"], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q623591", "name": "Grupo México"}, "logo_url": null, "description": "mining, smelting, and refining company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5041 +{"wikidata_id": "Q4688226", "display_name": "Aerochaco", "legal_name": null, "aliases": [], "website": "https://www.aerochaco.com.ar", "canonical_domain": "aerochaco.com.ar", "country": "AR", "hq_city": "Resistencia", "hq_region": "San Fernando Department", "lat": -27.45139, "lon": -58.98667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentinian airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5042 +{"wikidata_id": "Q4737902", "display_name": "Alvarez Guitars", "legal_name": null, "aliases": [], "website": "https://www.alvarezguitars.com", "canonical_domain": "alvarezguitars.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American musical instrument maker", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5043 +{"wikidata_id": "Q4785002", "display_name": "ArcSoft", "legal_name": null, "aliases": ["Inc."], "website": "https://arcsoft.com", "canonical_domain": "arcsoft.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ArcSoft_logo.svg", "description": "software development company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5044 +{"wikidata_id": "Q4787501", "display_name": "Arctic Circle Restaurants", "legal_name": null, "aliases": [], "website": "https://www.acburger.com", "canonical_domain": "acburger.com", "country": "US", "hq_city": "Midvale", "hq_region": "Salt Lake County", "lat": 40.61389, "lon": -111.88833, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arctic_Circle_Restaurants_Logo.svg", "description": "American burger and shake restaurant chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5045 +{"wikidata_id": "Q4854076", "display_name": "Banco Azteca", "legal_name": null, "aliases": [], "website": "https://www.bancoazteca.com.mx", "canonical_domain": "bancoazteca.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Banco_Azteca.svg", "description": "South American banking chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5046 +{"wikidata_id": "Q4856204", "display_name": "Bank of the City of Buenos Aires", "legal_name": null, "aliases": ["Banco Ciudad", "Buenos Aires"], "website": "https://www.bancociudad.com.ar", "canonical_domain": "bancociudad.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1878, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Banco_Ciudad.svg", "description": "municipal commercial bank in Argentina", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5047 +{"wikidata_id": "Q4856209", "display_name": "Bank of the Province of Buenos Aires", "legal_name": null, "aliases": [], "website": "https://www.bancoprovincia.com.ar", "canonical_domain": "bancoprovincia.com.ar", "country": "AR", "hq_city": "La Plata", "hq_region": "La Plata Partido", "lat": -34.93333, "lon": -57.95, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1822, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Provincia_%28Bs.As.%2C_2021%29.svg", "description": "publicly owned Argentine bank", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5048 +{"wikidata_id": "Q4873091", "display_name": "Bethesda Game Studios Austin", "legal_name": null, "aliases": ["BattleCry Studios"], "website": "https://www.battlecrystudios.com", "canonical_domain": "battlecrystudios.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3300783", "name": "Bethesda Game Studios"}, "logo_url": null, "description": "American video game developer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5049 +{"wikidata_id": "Q4876206", "display_name": "Beamdog", "legal_name": null, "aliases": [], "website": "https://www.beamdog.com", "canonical_domain": "beamdog.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian video game developer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5050 +{"wikidata_id": "Q4883346", "display_name": "Bella Books", "legal_name": null, "aliases": [], "website": "https://www.bellabooks.com", "canonical_domain": "bellabooks.com", "country": "US", "hq_city": "Tallahassee", "hq_region": "Leon County", "lat": 30.43833, "lon": -84.28056, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house specializing in lesbian literature", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5051 +{"wikidata_id": "Q4891646", "display_name": "Berghahn Books", "legal_name": null, "aliases": [], "website": "https://www.berghahnbooks.com", "canonical_domain": "berghahnbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_BB_LOGO_TIFF.tif", "description": "academic publisher", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5052 +{"wikidata_id": "Q4982885", "display_name": "Buck Knives", "legal_name": null, "aliases": ["BUCK"], "website": "https://www.buckknives.com", "canonical_domain": "buckknives.com", "country": "US", "hq_city": "Post Falls", "hq_region": "Kootenai County", "lat": 47.712, "lon": -116.948, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American knife manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5053 +{"wikidata_id": "Q4992993", "display_name": "NunaGreen", "legal_name": null, "aliases": ["Nunaoil"], "website": "https://nunagreen.gl", "canonical_domain": "nunagreen.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national oil company of Greenland", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5054 +{"wikidata_id": "Q5014635", "display_name": "CTV News", "legal_name": null, "aliases": [], "website": "https://www.ctvnews.ca", "canonical_domain": "ctvnews.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["news media"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q767221", "name": "CTV Television Network"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CTV_News.svg", "description": "news division of CTV Television Network", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5055 +{"wikidata_id": "Q5018086", "display_name": "Cakewalk", "legal_name": null, "aliases": ["Cakewalk Music", "Twelve Tone Systems", "Inc"], "website": "https://www.bandlab.com", "canonical_domain": "bandlab.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cakewalk_logo.png", "description": "music production software company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q104871568"}]}
5056 +{"wikidata_id": "Q503873", "display_name": "Sony Optiarc", "legal_name": null, "aliases": [], "website": "https://www.optiarcinc.com", "canonical_domain": "optiarcinc.com", "country": "US", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5057 +{"wikidata_id": "Q5047520", "display_name": "Carvel", "legal_name": null, "aliases": [], "website": "https://www.carvel.com", "canonical_domain": "carvel.com", "country": "US", "hq_city": "Farmington", "hq_region": "Capitol Planning Region", "lat": 41.72778, "lon": -72.84028, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carvel-Script.png", "description": "American ice cream franchise", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5058 +{"wikidata_id": "Q5136163", "display_name": "Club Car", "legal_name": null, "aliases": [], "website": "https://clubcar.com", "canonical_domain": "clubcar.com", "country": "US", "hq_city": "Augusta", "hq_region": "Richmond County", "lat": 33.47, "lon": -81.975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Club_Car_logo.svg", "description": "company in the United States of America", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5059 +{"wikidata_id": "Q5171598", "display_name": "Corner Bakery Cafe", "legal_name": null, "aliases": [], "website": "https://www.cornerbakerycafe.com", "canonical_domain": "cornerbakerycafe.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5996553", "name": "Il Fornaio"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2024_CB_-_New_Square_Logo.jpg", "description": "cafe chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5060 +{"wikidata_id": "Q5196080", "display_name": "Curves International", "legal_name": null, "aliases": ["Curves", "Curves Fitness", "Curves for Women", "Curves gym"], "website": "https://www.curves.com", "canonical_domain": "curves.com", "country": "US", "hq_city": "Waco", "hq_region": "McLennan County", "lat": 31.54917, "lon": -97.14722, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q124635139", "name": "CURVES HOLDINGS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Curves_fitness_logo.svg", "description": "US international fitness center chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5061 +{"wikidata_id": "Q5246326", "display_name": "Dean Markley USA", "legal_name": null, "aliases": [], "website": "https://www.deanmarkley.com", "canonical_domain": "deanmarkley.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that manufactures musical instrument related products, primarily guitar strings", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5062 +{"wikidata_id": "Q5307795", "display_name": "Driscoll's", "legal_name": null, "aliases": [], "website": "https://www.driscolls.com", "canonical_domain": "driscolls.com", "country": "US", "hq_city": "Watsonville", "hq_region": "Santa Cruz County", "lat": 36.92, "lon": -121.76361, "industries": [], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Driscoll%27s_Logo.png", "description": "California-based grower and seller of fresh strawberries and other berries", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5063 +{"wikidata_id": "Q534235", "display_name": "Jockey International", "legal_name": null, "aliases": ["Jockey"], "website": "https://www.jockey.com", "canonical_domain": "jockey.com", "country": "US", "hq_city": "Kenosha", "hq_region": "Kenosha County", "lat": 42.58222, "lon": -87.84556, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing company and retailer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5064 +{"wikidata_id": "Q535052", "display_name": "SANS Institute", "legal_name": null, "aliases": ["SANS"], "website": "https://www.sans.org", "canonical_domain": "sans.org", "country": "US", "hq_city": "North Bethesda", "hq_region": "Montgomery County", "lat": 39.0367, "lon": -77.1203, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American cybersecurity training and certification organization", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5065 +{"wikidata_id": "Q5357370", "display_name": "Electric Entertainment", "legal_name": null, "aliases": [], "website": "https://electricentertainment.com", "canonical_domain": "electricentertainment.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment", "media"], "industry_labels": ["show business", "film production", "film distribution", "television production", "media industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Electric_Entertainment.png", "description": "American film production company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5066 +{"wikidata_id": "Q5401941", "display_name": "Estwing", "legal_name": null, "aliases": [], "website": "https://www.estwing.com", "canonical_domain": "estwing.com", "country": "US", "hq_city": "Rockford", "hq_region": "Winnebago County", "lat": 42.27113, "lon": -89.094, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of hammers, axes and other tools", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5067 +{"wikidata_id": "Q5415876", "display_name": "Evans & Sutherland", "legal_name": null, "aliases": ["Evans &amp; Sutherland"], "website": "https://www.es.com", "canonical_domain": "es.com", "country": "US", "hq_city": "University of Utah Research Park", "hq_region": "Utah", "lat": 40.7578, "lon": -111.827, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Evans_%26_Sutherland_logo.svg", "description": "company based in Salt Lake City", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5068 +{"wikidata_id": "Q5445249", "display_name": "Ferrara Candy Company", "legal_name": null, "aliases": [], "website": "https://www.ferrarausa.com", "canonical_domain": "ferrarausa.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300H3V2Y6TZ37TZ02", "sec_cik": null, "parent": {"wikidata_id": "Q269792", "name": "Ferrero SpA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferrara_Candy_Company_logo.svg", "description": "American candy manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5069 +{"wikidata_id": "Q5459118", "display_name": "FlightAware", "legal_name": null, "aliases": ["Flight Aware"], "website": "https://flightaware.com", "canonical_domain": "flightaware.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "global aviation software and data services company based in Houston, Texas.", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5070 +{"wikidata_id": "Q54953618", "display_name": "Black Bear Pictures", "legal_name": "Black Bear Pictures, LLC", "aliases": ["Teddy Schwarzman", "LLC"], "website": "https://blackbearpictures.com", "canonical_domain": "blackbearpictures.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5071 +{"wikidata_id": "Q5508101", "display_name": "Full Moon Features", "legal_name": null, "aliases": [], "website": "https://www.fullmoonfeatures.com", "canonical_domain": "fullmoonfeatures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American motion picture company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5072 +{"wikidata_id": "Q5520129", "display_name": "Gamesa", "legal_name": null, "aliases": [], "website": "https://www.gamesa.com.mx", "canonical_domain": "gamesa.com.mx", "country": "MX", "hq_city": "Coquimatlán Municipality", "hq_region": "Colima", "lat": 19.18333, "lon": -103.93333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": null, "description": "Mexican company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5073 +{"wikidata_id": "Q55316128", "display_name": "Quality Control Music", "legal_name": null, "aliases": ["Quality Control", "QC", "QC Music", "QC the Label"], "website": "https://qualitycontrolmusic.com", "canonical_domain": "qualitycontrolmusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quality-Control_Music_logo.jpg", "description": "American record label from Atlanta, Georgia", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5074 +{"wikidata_id": "Q5531850", "display_name": "General Dynamics Land Systems", "legal_name": null, "aliases": ["GDLS"], "website": "https://www.gdls.com", "canonical_domain": "gdls.com", "country": "US", "hq_city": "Sterling Heights", "hq_region": "Macomb County", "lat": 42.58028, "lon": -83.03028, "industries": ["automotive", "defense"], "industry_labels": ["automotive industry", "defence industry", "military vehicle industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": null, "description": "American military vehicle manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5075 +{"wikidata_id": "Q5570754", "display_name": "Global VR", "legal_name": null, "aliases": [], "website": "https://www.globalvr.com", "canonical_domain": "globalvr.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5076 +{"wikidata_id": "Q571134", "display_name": "Antarctic Press", "legal_name": "Antarctic Press, Inc.", "aliases": [], "website": "https://www.antarctic-press.com", "canonical_domain": "antarctic-press.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["media"], "industry_labels": ["comics industry", "publishing"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American comic publishing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5077 +{"wikidata_id": "Q575017", "display_name": "anticon.", "legal_name": null, "aliases": [], "website": "https://www.anticon.com", "canonical_domain": "anticon.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5078 +{"wikidata_id": "Q5835668", "display_name": "Santander Bank", "legal_name": null, "aliases": ["Santander Bank US", "N. A.", "Santander US", "Sovereign Bank"], "website": "https://www.santanderbank.com", "canonical_domain": "santanderbank.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["banking"], "industry_labels": ["national bank"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806215", "name": "Santander Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Santander_Logotipo.svg", "description": "wholly owned subsidiary of Spanish Santander Group", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5079 +{"wikidata_id": "Q5874938", "display_name": "Hobby Lobby", "legal_name": null, "aliases": ["Hobby Lobby Creative Centers", "Hobby Lobby Stores", "Inc."], "website": "https://www.hobbylobby.com", "canonical_domain": "hobbylobby.com", "country": "US", "hq_city": "Oklahoma City", "hq_region": "Cleveland County", "lat": 35.48222, "lon": -97.53528, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hobby_Lobby_logo.svg", "description": "American arts-and-crafts store chain based in Oklahoma", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5080 +{"wikidata_id": "Q596685", "display_name": "Emerson Radio Corporation", "legal_name": null, "aliases": ["Emerson Phonograph Co.", "Emerson Radio & Phonograph Corp.", "Emerson Television and Radio Corporation"], "website": "https://www.emersonradio.com", "canonical_domain": "emersonradio.com", "country": "US", "hq_city": "Hackensack", "hq_region": "Bergen County", "lat": 40.88778, "lon": -74.04806, "industries": ["retail", "technology"], "industry_labels": ["wholesale", "electronics industry", "SIC 3651 Household Audio & Video Equipment"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "MSN", "exchange": "NYSE", "lei": null, "sec_cik": "32621", "parent": null, "logo_url": null, "description": "US consumer electronics distributor", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "32621", "enriched_at": "2026-09-13T07:20:52+00:00"}}
5081 +{"wikidata_id": "Q6150169", "display_name": "High Standard Manufacturing Company", "legal_name": null, "aliases": [], "website": "https://www.highstandard.com", "canonical_domain": "highstandard.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["manufacturing", "defense"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/High_Standard_Manufacturing_Company_Logo.png", "description": "American firearms manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5082 +{"wikidata_id": "Q6155948", "display_name": "Janus Films", "legal_name": null, "aliases": ["Janus Film"], "website": "https://www.janusfilms.com", "canonical_domain": "janusfilms.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film distributor", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5083 +{"wikidata_id": "Q6160344", "display_name": "Venirauto", "legal_name": null, "aliases": [], "website": "https://www.venirauto.com.ve", "canonical_domain": "venirauto.com.ve", "country": "VE", "hq_city": "Maracay", "hq_region": "Municipio Girardot", "lat": 10.24694, "lon": -67.59583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "automobile manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5084 +{"wikidata_id": "Q6297698", "display_name": "Joyent", "legal_name": null, "aliases": ["Joyent Inc"], "website": "https://www.joyent.com", "canonical_domain": "joyent.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20718", "name": "Samsung Electronics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Joyent-logo.png", "description": "software and services company based in San Francisco, California", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5085 +{"wikidata_id": "Q637564", "display_name": "BeaverTails", "legal_name": null, "aliases": [], "website": "https://beavertails.com", "canonical_domain": "beavertails.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BeaverTails_logo.svg", "description": "Canadian pastry company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5086 +{"wikidata_id": "Q6382670", "display_name": "Keebler Company", "legal_name": null, "aliases": ["Keebler"], "website": "https://www.keebler.com", "canonical_domain": "keebler.com", "country": "US", "hq_city": "Battle Creek", "hq_region": "Calhoun County", "lat": 42.31222, "lon": -85.20417, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1853, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Second largest cookie and cracker manufacturer in the United States", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5087 +{"wikidata_id": "Q6428700", "display_name": "Kona Brewing Company", "legal_name": null, "aliases": [], "website": "https://konabrewingco.com", "canonical_domain": "konabrewingco.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hawaiian brewery", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5088 +{"wikidata_id": "Q6455441", "display_name": "L&L Hawaiian Barbecue", "legal_name": null, "aliases": ["L&L", "L&L Drive-Inn", "L&L Franchise", "Inc.", "L&L Hawaiian BBQ"], "website": "https://www.hawaiianbarbecue.com", "canonical_domain": "hawaiianbarbecue.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L%26L_Hawaiian_Barbecue_logo.svg", "description": "Hawaiian-themed fast food restaurant chain based in Honolulu, Hawaii", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5089 +{"wikidata_id": "Q6534605", "display_name": "Leupold & Stevens", "legal_name": null, "aliases": [], "website": "https://www.leupold.com", "canonical_domain": "leupold.com", "country": "US", "hq_city": "Beaverton", "hq_region": "Washington County", "lat": 45.48694, "lon": -122.80361, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of sport optics", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5090 +{"wikidata_id": "Q6694973", "display_name": "Luaka Bop", "legal_name": null, "aliases": [], "website": "https://www.luakabop.com", "canonical_domain": "luakabop.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5091 +{"wikidata_id": "Q6714439", "display_name": "MAP Linhas Aéreas", "legal_name": null, "aliases": ["MAP Linhas Aereas"], "website": "https://www.voemap.com.br", "canonical_domain": "voemap.com.br", "country": "BR", "hq_city": "Manaus", "hq_region": "Amazonas", "lat": -3.11889, "lon": -60.02167, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6747079", "name": null}, "logo_url": null, "description": "Brazilian domestic airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5092 +{"wikidata_id": "Q671921", "display_name": "Army and Air Force Exchange Service", "legal_name": null, "aliases": ["AAFES", "Army & Air Force Exchange Service", "The Army & Air Force Exchange Service"], "website": "https://www.shopmyexchange.com", "canonical_domain": "shopmyexchange.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WUCFRPL5MEEX24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAFES_Redesigned_Logo_2011-vector.svg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5093 +{"wikidata_id": "Q6808160", "display_name": "Megacable", "legal_name": null, "aliases": [], "website": "https://www.megacable.com.mx", "canonical_domain": "megacable.com.mx", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Megacable_logo.svg", "description": "Mexican cable television company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5094 +{"wikidata_id": "Q6917750", "display_name": "Motion Picture Corporation of America", "legal_name": null, "aliases": ["MPCA"], "website": "https://www.mpcafilm.com", "canonical_domain": "mpcafilm.com", "country": "US", "hq_city": "Century City", "hq_region": "Los Angeles", "lat": 34.05579, "lon": -118.41888, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motion_Picture_Corporation_of_America_logo.png", "description": "American film production company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5095 +{"wikidata_id": "Q6970842", "display_name": "NAPA", "legal_name": null, "aliases": ["NAPA Auto Parts", "National Automotive Parts Association"], "website": "https://www.napaonline.com", "canonical_domain": "napaonline.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NAPA_Auto_Parts_logo.svg", "description": "American automotive retailers' cooperative", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5096 +{"wikidata_id": "Q706991", "display_name": "HighNote Records", "legal_name": null, "aliases": [], "website": "https://www.jazzdepot.com", "canonical_domain": "jazzdepot.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5097 +{"wikidata_id": "Q7107393", "display_name": "Osprey", "legal_name": null, "aliases": ["Osprey Packs", "Osprey Packs", "Inc."], "website": "https://www.ospreypacks.com", "canonical_domain": "ospreypacks.com", "country": "US", "hq_city": "Cortez", "hq_region": "Montezuma County", "lat": 37.3492, "lon": -108.579, "industries": ["consumer-goods"], "industry_labels": ["sports equipment"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "outdoor company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5098 +{"wikidata_id": "Q7114879", "display_name": "owlchemylabs.com", "legal_name": null, "aliases": [], "website": "https://owlchemylabs.com", "canonical_domain": "owlchemylabs.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20800404", "name": "Alphabet Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Owlchemy_MainLogo.png", "description": "American video game developer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5099 +{"wikidata_id": "Q7190408", "display_name": "Piazza", "legal_name": null, "aliases": [], "website": "https://www.piazza.com", "canonical_domain": "piazza.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["education"], "industry_labels": ["education"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Piazza_logo.svg", "description": "education question and answer platform", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5100 +{"wikidata_id": "Q7228459", "display_name": "Pony International", "legal_name": null, "aliases": [], "website": "https://www.pony-international.com", "canonical_domain": "pony-international.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pony_sports_logo.png", "description": "American footwear and clothing brand", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5101 +{"wikidata_id": "Q7271953", "display_name": "QuikTrip", "legal_name": null, "aliases": ["QT", "QuikTrip Corporation"], "website": "https://www.quiktrip.com", "canonical_domain": "quiktrip.com", "country": "US", "hq_city": "Tulsa", "hq_region": "Tulsa County", "lat": 36.13139, "lon": -95.93722, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QuikTrip_new_logo.svg", "description": "American convenience store chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5102 +{"wikidata_id": "Q7306853", "display_name": "Reel FX Animation", "legal_name": null, "aliases": [], "website": "https://www.reelfx.com", "canonical_domain": "reelfx.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["media", "entertainment"], "industry_labels": ["post-production", "television advertisement", "film production", "film industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reel_FX_Animation_Studios_logo.png", "description": "American animation studio", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5103 +{"wikidata_id": "Q7309014", "display_name": "Regional Cargo", "legal_name": null, "aliases": ["RegionalCargo", "Regionalcargo Holdings", "S.A. de C.V."], "website": "https://www.regionalcargo.com", "canonical_domain": "regionalcargo.com", "country": "MX", "hq_city": "Querétaro International Airport", "hq_region": "Colón Municipality", "lat": 20.62222, "lon": -100.18833, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5104 +{"wikidata_id": "Q7312751", "display_name": "Renault do Brasil", "legal_name": null, "aliases": ["Renault do Brasil Automoveis"], "website": "https://www.renault.com.br", "canonical_domain": "renault.com.br", "country": "BR", "hq_city": "São José dos Pinhais", "hq_region": "Paraná", "lat": -25.535, "lon": -49.20583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renault_2021.svg", "description": "automobile manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5105 +{"wikidata_id": "Q735942", "display_name": "RaceTrac", "legal_name": null, "aliases": [], "website": "https://www.racetrac.com", "canonical_domain": "racetrac.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RaceTrac_logo.png", "description": "gas station chain based in Atlanta, Georgia", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5106 +{"wikidata_id": "Q7367828", "display_name": "Rose Law Firm", "legal_name": null, "aliases": [], "website": "https://www.roselawfirm.com", "canonical_domain": "roselawfirm.com", "country": "US", "hq_city": "Little Rock", "hq_region": "Pulaski County", "lat": 34.74444, "lon": -92.28806, "industries": ["professional-services"], "industry_labels": ["law"], "founded_year": 1820, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rose_Law_Firm.gif", "description": "American law firm", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5107 +{"wikidata_id": "Q7396446", "display_name": "Sabritas", "legal_name": null, "aliases": ["S. de R.L. de C.V."], "website": "https://www.sabritas.com.mx", "canonical_domain": "sabritas.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1221751", "name": "Frito-Lay"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logos_Sabritas_Sol_2021.png", "description": "Mexican snacks company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5108 +{"wikidata_id": "Q7423929", "display_name": "Sargent House", "legal_name": null, "aliases": [], "website": "https://sargenthouse.com", "canonical_domain": "sargenthouse.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 33.94101, "lon": -118.39593, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Los Angeles based management company and record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5109 +{"wikidata_id": "Q743733", "display_name": "Russell Investments", "legal_name": null, "aliases": [], "website": "https://russellinvestments.com", "canonical_domain": "russellinvestments.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5573225", "name": "London Stock Exchange Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Russell_Investment_Group_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5110 +{"wikidata_id": "Q7440183", "display_name": "Seaboard Corporation", "legal_name": null, "aliases": [], "website": "https://www.seaboardcorp.com", "canonical_domain": "seaboardcorp.com", "country": "US", "hq_city": "Merriam", "hq_region": "Johnson County", "lat": 39.02083, "lon": -94.69361, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "87Q3KOXT29OW9W9YPT70", "sec_cik": null, "parent": null, "logo_url": null, "description": "international agribusiness company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5111 +{"wikidata_id": "Q749583", "display_name": "Duck Down", "legal_name": null, "aliases": ["Duck Down Records"], "website": "https://duckdown.com", "canonical_domain": "duckdown.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label; imprint of Duck Down Music Inc.", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5112 +{"wikidata_id": "Q752312", "display_name": "Hot House Entertainment", "legal_name": null, "aliases": [], "website": "https://www.hothouse.com", "canonical_domain": "hothouse.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5113 +{"wikidata_id": "Q7551880", "display_name": "Sociedad Comercial del Plata", "legal_name": null, "aliases": [], "website": "https://www.scp.com.ar", "canonical_domain": "scp.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sociedad_Comercial_del_Plata_logo.svg", "description": "Argentine consortium", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q952981"}]}
5114 +{"wikidata_id": "Q757188", "display_name": "Atlas Model Railroad", "legal_name": null, "aliases": [], "website": "https://shop.atlasrr.com", "canonical_domain": "atlasrr.com", "country": "US", "hq_city": "Hillside", "hq_region": "Union County", "lat": 40.6959, "lon": -74.2288, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Manufacturer scale models in N scale, HO scale, and O scale.", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5115 +{"wikidata_id": "Q7685973", "display_name": "Targus", "legal_name": null, "aliases": [], "website": "https://www.targus.com", "canonical_domain": "targus.com", "country": "US", "hq_city": "Anaheim", "hq_region": "Orange County", "lat": 33.83611, "lon": -117.88972, "industries": ["apparel"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Targus_wordmark.svg", "description": "computer accessories company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5116 +{"wikidata_id": "Q7707553", "display_name": "Texas Central Railway", "legal_name": null, "aliases": [], "website": "https://www.texascentral.com", "canonical_domain": "texascentral.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Proposed private high-speed rail line", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5117 +{"wikidata_id": "Q7795702", "display_name": "Thompson Center Arms", "legal_name": null, "aliases": [], "website": "https://www.tcarms.com", "canonical_domain": "tcarms.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["defense"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q463090", "name": "Smith & Wesson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TC_Logo_S%26W_sm.png", "description": "Firearms manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5118 +{"wikidata_id": "Q7820400", "display_name": "Toms Shoes", "legal_name": null, "aliases": [], "website": "https://www.toms.co.uk", "canonical_domain": "toms.co.uk", "country": "US", "hq_city": "Playa del Rey", "hq_region": "Los Angeles", "lat": 33.94889, "lon": -118.44472, "industries": ["apparel"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%ED%83%90%EC%8A%A4_%EB%A1%9C%EA%B3%A0.jpg", "description": "footwear company based in California", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5119 +{"wikidata_id": "Q7833669", "display_name": "Trans Guyana Airways", "legal_name": null, "aliases": ["TGY"], "website": "https://www.transguyana.net", "canonical_domain": "transguyana.net", "country": "GY", "hq_city": "Eugene F. Correia International Airport", "hq_region": "Guyana", "lat": 6.80722, "lon": -58.10583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Guyana", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5120 +{"wikidata_id": "Q7859608", "display_name": "mers", "legal_name": null, "aliases": [], "website": "https://shop.ty.com", "canonical_domain": "ty.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ty_Logo.svg", "description": "company founded by mers", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5121 +{"wikidata_id": "Q7894020", "display_name": "Universal Music Latin Entertainment", "legal_name": null, "aliases": ["UMLE"], "website": "https://www.universalmusica.com", "canonical_domain": "universalmusica.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Music_Latin_Entertainment_logo.svg", "description": "American record label; record company, division of Universal Music Group", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q61787856"}, {"related_domain_conflict": "Q4043543"}, {"related_domain_conflict": "Q280414"}]}
5122 +{"wikidata_id": "Q795386", "display_name": "Teavana", "legal_name": null, "aliases": [], "website": "https://www.teavana.com", "canonical_domain": "teavana.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q37158", "name": "Starbucks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teavana_logo.svg", "description": "tea company owned by Starbucks", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5123 +{"wikidata_id": "Q795720", "display_name": "B.C. Hydro", "legal_name": null, "aliases": ["British Columbia Hydro and Power Authority", "B.C. Hydro and Power Authority", "BC Hydro and Power Authority", "British Columbia."], "website": "https://www.bchydro.com", "canonical_domain": "bchydro.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Crown corporation in British Columbia, Canada", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5124 +{"wikidata_id": "Q797236", "display_name": "BYO Records", "legal_name": null, "aliases": ["Better Youth Organization", "Better Youth Organization Records"], "website": "https://www.byorecords.com", "canonical_domain": "byorecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5125 +{"wikidata_id": "Q797894", "display_name": "Babygrande Records", "legal_name": null, "aliases": [], "website": "https://www.babygrande.com", "canonical_domain": "babygrande.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5126 +{"wikidata_id": "Q7989031", "display_name": "Westlaw", "legal_name": "Thomson Reuters Westlaw", "aliases": ["West CD-ROM Libraries", "WestCiteLink", "Westlaw Citelink", "Westlaw Edge", "Westlaw for Law Schools", "Westlaw UK", "WestlawNext", "WestSearch"], "website": "https://westlaw.com", "canonical_domain": "westlaw.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1141267", "name": "Thomson Reuters"}, "logo_url": null, "description": "online legal research service for lawyers and legal professionals in the United States and the United Kingdom", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5127 +{"wikidata_id": "Q7990205", "display_name": "Wetzel's Pretzels", "legal_name": null, "aliases": [], "website": "https://www.wetzels.com", "canonical_domain": "wetzels.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. restaurant chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5128 +{"wikidata_id": "Q8041760", "display_name": "XE.com", "legal_name": null, "aliases": ["XE", "Xenon Laboratories"], "website": "https://www.xe.com", "canonical_domain": "xe.com", "country": "CA", "hq_city": "Newmarket", "hq_region": "Regional Municipality of York", "lat": 44.06, "lon": -79.45, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5412010", "name": "Euronet Worldwide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XELogo_RGB.svg", "description": "Canada-based company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5129 +{"wikidata_id": "Q8067525", "display_name": "Zaxby's", "legal_name": null, "aliases": ["Zaxby's Chicken Fingers & Buffalo Wings"], "website": "https://www.zaxbys.com", "canonical_domain": "zaxbys.com", "country": "US", "hq_city": "Athens", "hq_region": "Clarke County", "lat": 33.95528, "lon": -83.38306, "industries": ["food-beverage"], "industry_labels": ["food"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5130 +{"wikidata_id": "Q861568", "display_name": "DesignLine Corporation", "legal_name": null, "aliases": ["EPV", "Designline", "Environmental Performance Vehicles", "epv"], "website": "https://epvinc.com", "canonical_domain": "epvinc.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["manufacturing"], "industry_labels": ["bus manufacturing"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5131 +{"wikidata_id": "Q862180", "display_name": "Second Cup", "legal_name": null, "aliases": [], "website": "https://secondcup.com", "canonical_domain": "secondcup.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q117815393", "name": "Foodtastic"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Second-cup-logo-1.webp", "description": "Canadian specialty coffee retailer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5132 +{"wikidata_id": "Q874088", "display_name": "Paul Hastings", "legal_name": null, "aliases": ["Paul", "Hastings", "Janofsky & Walker", "Paul", "Hastings", "Janofsky & Walker LLP"], "website": "https://www.paulhastings.com", "canonical_domain": "paulhastings.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paul_Hastings_logo.svg", "description": "American-headquartered law firm", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5133 +{"wikidata_id": "Q906120", "display_name": "Nova Chemicals", "legal_name": null, "aliases": [], "website": "https://www.novachemicals.com", "canonical_domain": "novachemicals.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petrochemical industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NOVA_Chemicals_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5134 +{"wikidata_id": "Q9089355", "display_name": "TracFone WirelessICR", "legal_name": null, "aliases": ["TFWI", "Tracfone", "TracFone", "TracFone Wireless", "Inc", "TracFone Wireless", "Inc."], "website": "https://www.tracfone.com", "canonical_domain": "tracfone.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["telecommunications"], "industry_labels": ["mobile virtual network operator", "mobile phone industry", "telecommunications industry", "prepaid mobile phone"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482267", "name": "América Móvil"}, "logo_url": null, "description": "TracFone is the largest prepaid mobile virtual network operator (“MVNO”) in the United States.", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5135 +{"wikidata_id": "Q910541", "display_name": "Topps", "legal_name": null, "aliases": ["The Topps Company", "The Topps Company", "Inc.", "topps"], "website": "https://www.topps.com", "canonical_domain": "topps.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing", "media"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IE0TGZ04X95V08", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Topps_Logo.svg", "description": "American manufacturer of chewing gum, candy and collectibles", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5136 +{"wikidata_id": "Q956544", "display_name": "Energy Future Holdings", "legal_name": null, "aliases": [], "website": "https://www.energyfutureholdings.com", "canonical_domain": "energyfutureholdings.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5137 +{"wikidata_id": "Q958510", "display_name": "Subaru of Indiana Automotive, Inc.", "legal_name": null, "aliases": [], "website": "https://www.subaru-sia.com", "canonical_domain": "subaru-sia.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 40.3771, "lon": -86.7992, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300EKDS0UUWIF2878", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subaru_of_Indiana_Automotive_Logo.png", "description": "automobile manufacturer", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5138 +{"wikidata_id": "Q964073", "display_name": "UP Aerospace", "legal_name": null, "aliases": [], "website": "https://www.upaerospace.com", "canonical_domain": "upaerospace.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5139 +{"wikidata_id": "Q964438", "display_name": "Willowtip Records", "legal_name": null, "aliases": [], "website": "https://www.willowtip.com", "canonical_domain": "willowtip.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5140 +{"wikidata_id": "Q974211", "display_name": "International Speedway Corporation", "legal_name": null, "aliases": [], "website": "https://www.iscmotorsports.com", "canonical_domain": "iscmotorsports.com", "country": "US", "hq_city": "Daytona Beach", "hq_region": "Volusia County", "lat": 29.21083, "lon": -81.02278, "industries": ["automotive"], "industry_labels": ["auto racing"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "motorsport venue owner and operator", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5141 +{"wikidata_id": "Q980781", "display_name": "Nature Air", "legal_name": null, "aliases": [], "website": "https://www.natureair.com", "canonical_domain": "natureair.com", "country": "CR", "hq_city": "San José", "hq_region": "San José Province", "lat": 9.93274, "lon": -84.07961, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct airline of Costa Rica", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5142 +{"wikidata_id": "Q1034651", "display_name": "Capital Power Corporation", "legal_name": null, "aliases": [], "website": "https://www.capitalpower.com", "canonical_domain": "capitalpower.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300QRKTEXGXYVPO80", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capital_Power_Corp_logo.svg", "description": "company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5143 +{"wikidata_id": "Q104822216", "display_name": "Penumbra", "legal_name": null, "aliases": ["Penumbra (United States)"], "website": "https://www.penumbrainc.com", "canonical_domain": "penumbrainc.com", "country": "US", "hq_city": "Alameda", "hq_region": "Alameda County", "lat": 37.76389, "lon": -122.25694, "industries": ["medical-devices"], "industry_labels": ["SIC 3841 Surgical & Medical Instruments & Apparatus"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "PEN", "exchange": "New York Stock Exchange", "lei": "549300RGE06P3ECANU72", "sec_cik": "1321732", "parent": null, "logo_url": null, "description": "medical device company in Alameda, California", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1321732", "enriched_at": "2026-09-13T07:20:52+00:00"}}
5144 +{"wikidata_id": "Q10862318", "display_name": "Industrial Alliance", "legal_name": null, "aliases": ["iA Financial Group"], "website": "https://www.ia.ca", "canonical_domain": "ia.ca", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_iA_Groupe_financier_-_Industrielle_Alliance.png", "description": "Insurance and wealth management company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5145 +{"wikidata_id": "Q13529413", "display_name": "Corby Distilleries", "legal_name": null, "aliases": [], "website": "https://www.corby.ca", "canonical_domain": "corby.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["alcohol industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian alcohol company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5146 +{"wikidata_id": "Q13529429", "display_name": "Harvest Operations", "legal_name": null, "aliases": [], "website": "https://www.harvestenergy.ca", "canonical_domain": "harvestenergy.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian oil and natural gas company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5147 +{"wikidata_id": "Q15109901", "display_name": "Learning Tree International", "legal_name": null, "aliases": [], "website": "https://www.learningtree.com", "canonical_domain": "learningtree.com", "country": "US", "hq_city": "Reston", "hq_region": "VA", "lat": null, "lon": null, "industries": ["education"], "industry_labels": ["SIC 8200 Services-Educational Services"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1002037", "parent": null, "logo_url": null, "description": "IT training company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1002037", "enriched_at": "2026-09-13T07:20:53+00:00"}}
5148 +{"wikidata_id": "Q1595029", "display_name": "Martinrea", "legal_name": null, "aliases": [], "website": "https://www.martinrea.com", "canonical_domain": "martinrea.com", "country": "CA", "hq_city": "Vaughan", "hq_region": "Regional Municipality of York", "lat": 43.83333, "lon": -79.5, "industries": ["automotive"], "industry_labels": ["automotive part"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian auto parts manufacturer", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5149 +{"wikidata_id": "Q17108752", "display_name": "Taylor Corporation", "legal_name": null, "aliases": [], "website": "https://www.taylor.com", "canonical_domain": "taylor.com", "country": "US", "hq_city": "North Mankato", "hq_region": "Blue Earth County", "lat": 44.17001, "lon": -94.01378, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300U0I8MU5EFWIC94", "sec_cik": null, "parent": null, "logo_url": null, "description": "American printing company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5150 +{"wikidata_id": "Q21189796", "display_name": "Taptica", "legal_name": null, "aliases": [], "website": "https://www.taptica.com", "canonical_domain": "taptica.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "advertising company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5151 +{"wikidata_id": "Q245386", "display_name": "5N Plus Inc.", "legal_name": null, "aliases": [], "website": "https://www.5nplus.com", "canonical_domain": "5nplus.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "5493005GU1NFX4YB2S73", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5152 +{"wikidata_id": "Q3002071", "display_name": "Craig Wireless", "legal_name": null, "aliases": [], "website": "https://www.craigwireless.com", "canonical_domain": "craigwireless.com", "country": "US", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian communications company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5153 +{"wikidata_id": "Q3151374", "display_name": "Innergex Renewable Energy", "legal_name": null, "aliases": [], "website": "https://www.innergex.com", "canonical_domain": "innergex.com", "country": "CA", "hq_city": "Longueuil", "hq_region": "Greater Montreal", "lat": 45.51408, "lon": -73.43803, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian renewable energy company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5154 +{"wikidata_id": "Q4596612", "display_name": "1st Source", "legal_name": null, "aliases": [], "website": "https://www.1stsource.com", "canonical_domain": "1stsource.com", "country": "US", "hq_city": "South Bend", "hq_region": "St. Joseph County", "lat": 41.67639, "lon": -86.25028, "industries": ["financial-services"], "industry_labels": ["financial sector", "SIC 6022 State Commercial Banks"], "founded_year": 1863, "employees": null, "public_company": true, "ticker": "SRCE", "exchange": "Nasdaq", "lei": null, "sec_cik": "34782", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1st_Source_Bank_logo.svg", "description": "financial services company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "34782", "enriched_at": "2026-09-13T07:20:53+00:00"}}
5155 +{"wikidata_id": "Q4813172", "display_name": "Athabasca Oil Corporation", "legal_name": null, "aliases": [], "website": "https://www.atha.com", "canonical_domain": "atha.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300STK2KBVO6WED71", "sec_cik": null, "parent": null, "logo_url": null, "description": "oil corporation", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5156 +{"wikidata_id": "Q4854082", "display_name": "Banco Cruzeiro do Sul", "legal_name": null, "aliases": [], "website": "https://www.bcsul.com.br", "canonical_domain": "bcsul.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["banking"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bank of Brazil", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5157 +{"wikidata_id": "Q4875977", "display_name": "Beacon Power", "legal_name": null, "aliases": [], "website": "https://beaconpower.com", "canonical_domain": "beaconpower.com", "country": "US", "hq_city": "Tyngsboro", "hq_region": "Middlesex County", "lat": 42.67667, "lon": -71.42444, "industries": ["energy"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5158 +{"wikidata_id": "Q4903530", "display_name": "CCB Brasil", "legal_name": null, "aliases": ["BicBanco"], "website": "https://www.bicbanco.com.br", "canonical_domain": "bicbanco.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian banking company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5159 +{"wikidata_id": "Q4906227", "display_name": "Big Rock Brewery", "legal_name": null, "aliases": [], "website": "https://www.bigrockbeer.com", "canonical_domain": "bigrockbeer.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian public brewery company based in Calgary, Alberta", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5160 +{"wikidata_id": "Q4931458", "display_name": "Boardwalk Real Estate Investment Trust", "legal_name": null, "aliases": [], "website": "https://www.bwalk.com", "canonical_domain": "bwalk.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300RMNRTTJRCOYW23", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5161 +{"wikidata_id": "Q4965887", "display_name": "Brick Brewing Company", "legal_name": null, "aliases": [], "website": "https://waterloobrewing.com", "canonical_domain": "waterloobrewing.com", "country": "CA", "hq_city": "Regional Municipality of Waterloo", "hq_region": "Ontario", "lat": 43.46667, "lon": -80.5, "industries": ["food-beverage"], "industry_labels": ["alcoholic beverage"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waterloo_Brewing_Company_Logo.png", "description": "Canadian Brewing Company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5162 +{"wikidata_id": "Q5019587", "display_name": "Calfrac Well Services", "legal_name": null, "aliases": [], "website": "https://www.calfrac.com", "canonical_domain": "calfrac.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calfrac_Logo.svg", "description": "Low budget oil and gas service company.", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5163 +{"wikidata_id": "Q5025239", "display_name": "Cambrex Corporation", "legal_name": null, "aliases": [], "website": "https://www.cambrex.com", "canonical_domain": "cambrex.com", "country": "US", "hq_city": "East Rutherford", "hq_region": "Bergen County", "lat": 40.83028, "lon": -74.09694, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "4Q9DLX2VIFGJMOYJ4Y35", "sec_cik": "820081", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cambrex-logo.svg", "description": "American pharmaceutical company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "820081", "enriched_at": "2026-09-13T07:20:53+00:00"}}
5164 +{"wikidata_id": "Q5032343", "display_name": "Cangene", "legal_name": null, "aliases": [], "website": "https://www.cangene.com", "canonical_domain": "cangene.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former Canadian biopharmaceutical company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5165 +{"wikidata_id": "Q5051375", "display_name": "Catalyst Paper", "legal_name": null, "aliases": [], "website": "https://www.catalystpaper.com", "canonical_domain": "catalystpaper.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1477457", "parent": null, "logo_url": null, "description": "Canadian pulp and paper company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5166 +{"wikidata_id": "Q5056859", "display_name": "Cedar Realty Trust", "legal_name": null, "aliases": [], "website": "https://cedarrealtytrust.com", "canonical_domain": "cedarrealtytrust.com", "country": "US", "hq_city": "Port Washington", "hq_region": "North Hempstead", "lat": 40.82889, "lon": -73.68667, "industries": ["real-estate"], "industry_labels": ["SIC 6798 Real Estate Investment Trusts"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CDR-PB", "exchange": "New York Stock Exchange", "lei": "54930056URX93R2RSN82", "sec_cik": "761648", "parent": null, "logo_url": null, "description": "organization", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "761648", "enriched_at": "2026-09-13T07:20:58+00:00"}}
5167 +{"wikidata_id": "Q5170137", "display_name": "CoreLogic", "legal_name": null, "aliases": ["Inc."], "website": "https://www.corelogic.com", "canonical_domain": "corelogic.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "54930086CD8K2UIL0516", "sec_cik": "36047", "parent": null, "logo_url": null, "description": "corporation providing financial, property and consumer information, analytics and business intelligence", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "36047", "enriched_at": "2026-09-13T07:20:58+00:00"}}
5168 +{"wikidata_id": "Q5170140", "display_name": "CoreSite", "legal_name": null, "aliases": ["CoreSite Realty Corporation"], "website": "https://www.coresite.com", "canonical_domain": "coresite.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American data center provider", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5169 +{"wikidata_id": "Q5253556", "display_name": "Delcath Systems, Inc.", "legal_name": null, "aliases": [], "website": "https://www.delcath.com", "canonical_domain": "delcath.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["medical-devices"], "industry_labels": ["SIC 3841 Surgical & Medical Instruments & Apparatus"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "DCTH", "exchange": "Nasdaq", "lei": "549300NVPLITUM6URT02", "sec_cik": "872912", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "872912", "enriched_at": "2026-09-13T07:20:58+00:00"}}
5170 +{"wikidata_id": "Q5314811", "display_name": "Dundee Corporation", "legal_name": null, "aliases": [], "website": "https://dundeecorporation.com", "canonical_domain": "dundeecorporation.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": ["SIC 6282 Investment Advice"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "549300LX18ZNW1LEMU13", "sec_cik": "897455", "parent": {"wikidata_id": "Q1265517", "name": "DundeeWealth"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dundee_Logo2.png", "description": "Canadian financial, real estate and mining holding company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "897455", "enriched_at": "2026-09-13T07:21:01+00:00"}}
5171 +{"wikidata_id": "Q5358733", "display_name": "Elekeiroz", "legal_name": null, "aliases": [], "website": "https://www.elekeiroz.com.br", "canonical_domain": "elekeiroz.com.br", "country": "BR", "hq_city": "Várzea Paulista", "hq_region": "São Paulo", "lat": -23.21083, "lon": -46.82778, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5172 +{"wikidata_id": "Q5376822", "display_name": "Enerflex", "legal_name": null, "aliases": [], "website": "https://www.enerflex.com", "canonical_domain": "enerflex.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3560 General Industrial Machinery & Equipment"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "EFXT", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1904856", "parent": null, "logo_url": null, "description": "Canadian oil and gas equipment manufacturer", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1904856", "enriched_at": "2026-09-13T07:21:02+00:00"}}
5173 +{"wikidata_id": "Q5383792", "display_name": "Epocrates", "legal_name": null, "aliases": [], "website": "https://www.epocrates.com", "canonical_domain": "epocrates.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["healthcare"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1096738", "parent": null, "logo_url": null, "description": "medical reference application", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1096738", "enriched_at": "2026-09-13T07:21:04+00:00"}}
5174 +{"wikidata_id": "Q5417421", "display_name": "Evertz Microsystems", "legal_name": null, "aliases": ["Evertz Microsystems Ltd", "Evertz Technologies"], "website": "https://www.evertz.com", "canonical_domain": "evertz.com", "country": "CA", "hq_city": "Burlington", "hq_region": "Regional Municipality of Halton", "lat": 43.325, "lon": -79.8, "industries": ["construction"], "industry_labels": ["broadcast engineering"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Evertz_Microsystems_logo.svg", "description": "business enterprise", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5175 +{"wikidata_id": "Q5421912", "display_name": "Extendicare", "legal_name": null, "aliases": ["Extendicare Real Estate Investment Trust"], "website": "https://www.extendicare.com", "canonical_domain": "extendicare.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": [], "industry_labels": ["retirement home"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian for-profit long-term care provider", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5176 +{"wikidata_id": "Q5615107", "display_name": "GuestLogix", "legal_name": null, "aliases": [], "website": "https://www.guestlogix.com", "canonical_domain": "guestlogix.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1401096", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guestlogix_logo.png", "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5177 +{"wikidata_id": "Q5617509", "display_name": "Gulf Power Company", "legal_name": null, "aliases": [], "website": "https://www.gulfpower.com", "canonical_domain": "gulfpower.com", "country": "US", "hq_city": "Pensacola", "hq_region": "Escambia County", "lat": 30.42139, "lon": -87.21722, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "BLVY3B5CY5IDPCFLQ577", "sec_cik": null, "parent": {"wikidata_id": "Q108672249", "name": "Commonwealth & Southern Corporation"}, "logo_url": null, "description": "American electric utility company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5178 +{"wikidata_id": "Q5680343", "display_name": "Hastings Entertainment", "legal_name": null, "aliases": [], "website": "https://www.gohastings.com", "canonical_domain": "gohastings.com", "country": "US", "hq_city": "Amarillo", "hq_region": "Potter County", "lat": 35.19917, "lon": -101.84528, "industries": ["retail"], "industry_labels": ["retail", "SIC 5735 Retail-Record & Prerecorded Tape Stores"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1054579", "parent": null, "logo_url": null, "description": "defunct American retailer", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1054579", "enriched_at": "2026-09-13T07:21:06+00:00"}}
5179 +{"wikidata_id": "Q5753336", "display_name": "Carozzi", "legal_name": null, "aliases": [], "website": "https://www.carozzicorp.com", "canonical_domain": "carozzicorp.com", "country": "CL", "hq_city": "San Bernardo", "hq_region": "Maipo Province", "lat": -33.6, "lon": -70.71667, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carozzi_Corp_2016.png", "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5180 +{"wikidata_id": "Q5779692", "display_name": "CCNI", "legal_name": null, "aliases": ["Chilean Interoceanic Navigation Company", "Companía Chilena de Navegación Interoceánica"], "website": "https://www.ccni.cl", "canonical_domain": "ccni.cl", "country": "CL", "hq_city": "Valparaíso", "hq_region": "Valparaíso", "lat": -33.04611, "lon": -71.61972, "industries": ["shipping"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ccni.jpg", "description": "Chilean shipping company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5181 +{"wikidata_id": "Q5849958", "display_name": "Esval", "legal_name": null, "aliases": [], "website": "https://www.esval.cl", "canonical_domain": "esval.cl", "country": "CL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Esval_Logotipo.svg", "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5182 +{"wikidata_id": "Q5856069", "display_name": "Farmacias Ahumada", "legal_name": null, "aliases": [], "website": "https://www.farmaciasahumada.cl", "canonical_domain": "farmaciasahumada.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Farmacias_Ahumada_Logo.svg", "description": "Chilean pharmacy chain", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5183 +{"wikidata_id": "Q5872788", "display_name": "Gasco", "legal_name": null, "aliases": [], "website": "https://www.gasco.cl", "canonical_domain": "gasco.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["oil-gas"], "industry_labels": ["liquefied petroleum gas"], "founded_year": 1856, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Gasco.svg", "description": "Chilean company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5184 +{"wikidata_id": "Q5886408", "display_name": "Grupo Radio Centro", "legal_name": null, "aliases": [], "website": "https://radiocentro.com", "canonical_domain": "radiocentro.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": "Mexican Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Radio_Centro.png", "description": "operator of radio stations based in Mexico City", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5185 +{"wikidata_id": "Q6047244", "display_name": "Intermap Technologies", "legal_name": null, "aliases": [], "website": "https://www.intermap.com", "canonical_domain": "intermap.com", "country": "US", "hq_city": "Douglas County", "hq_region": "Colorado", "lat": 39.35, "lon": -104.93, "industries": ["software"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ITMSF", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1285170", "parent": null, "logo_url": null, "description": "American geospatial software company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1285170", "enriched_at": "2026-09-13T07:21:06+00:00"}}
5186 +{"wikidata_id": "Q6050633", "display_name": "International Forest Products", "legal_name": null, "aliases": [], "website": "https://www.interfor.com", "canonical_domain": "interfor.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["materials"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interfor_Corporation_Company_Logo.jpg", "description": "lumber producer", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5187 +{"wikidata_id": "Q6389988", "display_name": "Kenneth Cole Productions", "legal_name": null, "aliases": ["Kenneth Cole", "Inc."], "website": "https://www.kennethcole.com", "canonical_domain": "kennethcole.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300WKJ25LP36THC07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kenneth_Cole_2015_logo.svg", "description": "American fashion house", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5188 +{"wikidata_id": "Q6726816", "display_name": "Madeco", "legal_name": null, "aliases": [], "website": "https://www.madeco.cl", "canonical_domain": "madeco.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": null, "exchange": "Santiago Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5189 +{"wikidata_id": "Q6738055", "display_name": "Major Drilling Group International", "legal_name": null, "aliases": [], "website": "https://www.majordrilling.com", "canonical_domain": "majordrilling.com", "country": "CA", "hq_city": "Moncton", "hq_region": "Westmorland County", "lat": 46.09333, "lon": -64.775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1173658", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Majordrilling_logo_5.jpg", "description": "mining services company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5190 +{"wikidata_id": "Q7017296", "display_name": "Stingray Radio", "legal_name": null, "aliases": ["Newcap Radio"], "website": "https://www.ncc.ca", "canonical_domain": "ncc.ca", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stingray_Digital.svg", "description": "Canadian radio broadcasting company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5191 +{"wikidata_id": "Q7053620", "display_name": "NorthWestern Energy", "legal_name": null, "aliases": ["NorthWestern Corporation"], "website": "https://www.northwesternenergy.com", "canonical_domain": "northwesternenergy.com", "country": "US", "hq_city": "Sioux Falls", "hq_region": "Minnehaha County", "lat": 43.54606, "lon": -96.73139, "industries": ["utilities"], "industry_labels": ["public utility", "SIC 4931 Electric & Other Services Combined"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "3BPWMBHR1R9SHUN7J795", "sec_cik": "73088", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NorthWestern_Energy_logo.svg", "description": "American utility company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "73088", "enriched_at": "2026-09-13T07:21:10+00:00"}}
5192 +{"wikidata_id": "Q7090375", "display_name": "Omnicare", "legal_name": null, "aliases": [], "website": "https://www.omnicare.com", "canonical_domain": "omnicare.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["retail"], "industry_labels": ["pharmacy", "SIC 5912 Retail-Drug Stores and Proprietary Stores"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "2X4NKSER9ZE7V4QZQT33", "sec_cik": "353230", "parent": null, "logo_url": null, "description": "American health care company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "353230", "enriched_at": "2026-09-13T07:21:12+00:00"}}
5193 +{"wikidata_id": "Q7095113", "display_name": "Onvia", "legal_name": null, "aliases": [], "website": "https://onvia.com", "canonical_domain": "onvia.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["professional-services"], "industry_labels": ["business intelligence", "SIC 7389 Services-Business Services, NEC"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1100917", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Onvia_Wikipedia.png", "description": "American business intelligence company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1100917", "enriched_at": "2026-09-13T07:21:12+00:00"}}
5194 +{"wikidata_id": "Q7240461", "display_name": "Premium Brands Holdings Corporation", "legal_name": null, "aliases": [], "website": "https://www.premiumbrandsholdings.com", "canonical_domain": "premiumbrandsholdings.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["food-beverage"], "industry_labels": ["food manufacturing"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PRBRY", "exchange": "Toronto Stock Exchange", "lei": "529900F5EXPGUY8WV366", "sec_cik": "1503812", "parent": null, "logo_url": null, "description": "Canadian food manufacturing company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1503812", "enriched_at": "2026-09-13T07:21:13+00:00"}}
5195 +{"wikidata_id": "Q7251369", "display_name": "Protective Life", "legal_name": null, "aliases": ["Protective Life Corporation"], "website": "https://www.protective.com", "canonical_domain": "protective.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Protective_Life_Logo.png", "description": "financial service holding company", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5196 +{"wikidata_id": "Q7371288", "display_name": "Roundy's Supermarkets, Inc. (Milwaukee)", "legal_name": null, "aliases": ["Roundy's Supermarkets", "Inc.", "Roundy’s"], "website": "https://www.roundys.com", "canonical_domain": "roundys.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["retail"], "industry_labels": ["grocery store", "SIC 5411 Retail-Grocery Stores"], "founded_year": 1872, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1536035", "parent": null, "logo_url": null, "description": "American supermarket chain in Milwaukee, Wisconsin", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1536035", "enriched_at": "2026-09-13T07:21:14+00:00"}}
5197 +{"wikidata_id": "Q7914826", "display_name": "Vanguard Health Systems", "legal_name": null, "aliases": [], "website": "https://www.vanguardhealth.com", "canonical_domain": "vanguardhealth.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["healthcare"], "industry_labels": ["hospital", "SIC 6324 Hospital & Medical Service Plans"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1045829", "parent": null, "logo_url": null, "description": "former medical facilities operator", "sitelinks": 2, "importance": 0.2155, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1045829", "enriched_at": "2026-09-13T07:21:14+00:00"}}
5198 +{"wikidata_id": "Q4985900", "display_name": "Buffalo Wings & Rings", "legal_name": null, "aliases": ["Buffalo Wings and Rings"], "website": "https://www.wingsandrings.com", "canonical_domain": "wingsandrings.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1984, "employees": 98, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sports restaurant franchise", "sitelinks": 3, "importance": 0.2123, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5199 +{"wikidata_id": "Q5440223", "display_name": "Federal Financing Bank", "legal_name": null, "aliases": [], "website": "https://ffb.treasury.gov", "canonical_domain": "treasury.gov", "country": "US", "hq_city": "Treasury Building", "hq_region": "Washington, D.C.", "lat": 38.8975, "lon": -77.0343, "industries": ["banking"], "industry_labels": [], "founded_year": 1973, "employees": 17, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q648666", "name": "United States Department of the Treasury"}, "logo_url": null, "description": "United States government corporation", "sitelinks": 4, "importance": 0.211, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5200 +{"wikidata_id": "Q5028404", "display_name": "Campion College", "legal_name": null, "aliases": ["Campion"], "website": "https://campioncollege.ca", "canonical_domain": "campioncollege.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": 50.4182, "lon": -104.587, "industries": ["education"], "industry_labels": [], "founded_year": 1917, "employees": 82, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private Roman Catholic university college federated with the University of Regina", "sitelinks": 3, "importance": 0.2097, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5201 +{"wikidata_id": "Q5532736", "display_name": "Genesee Scientific", "legal_name": null, "aliases": [], "website": "https://www.geneseesci.com", "canonical_domain": "geneseesci.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1995, "employees": 67, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genesee_Scientific-NEW_Logo.png", "description": null, "sitelinks": 3, "importance": 0.2068, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5202 +{"wikidata_id": "Q4797379", "display_name": "Arte Público Press", "legal_name": null, "aliases": ["Arte Publico Press"], "website": "https://www.artepublicopress.com", "canonical_domain": "artepublicopress.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["media"], "industry_labels": [], "founded_year": 1979, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher of contemporary and recovered literature by US Hispanic authors", "sitelinks": 4, "importance": 0.2063, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5203 +{"wikidata_id": "Q1022258", "display_name": "C&S Wholesale Grocers", "legal_name": null, "aliases": ["C & S Wholesale Grocers"], "website": "https://www.cswg.com", "canonical_domain": "cswg.com", "country": "US", "hq_city": "Keene", "hq_region": "Cheshire County", "lat": 42.93361, "lon": -72.27806, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/C%26S_Wholesale_Grocers_logo.svg", "description": "grocery wholesaler", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5204 +{"wikidata_id": "Q1024380", "display_name": "Canada Steamship Lines", "legal_name": null, "aliases": [], "website": "https://www.csl.ca", "canonical_domain": "csl.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1845, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/House_flag_of_Canada_Steamship_Lines_Ltd.svg", "description": "transport company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5205 +{"wikidata_id": "Q10294065", "display_name": "Havan", "legal_name": null, "aliases": [], "website": "https://www.havan.com.br", "canonical_domain": "havan.com.br", "country": "BR", "hq_city": "Brusque", "hq_region": "Santa Catarina", "lat": -27.09963, "lon": -48.90569, "industries": ["retail"], "industry_labels": ["retail", "department store"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Havan_logo.svg", "description": "Brazilian department store chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5206 +{"wikidata_id": "Q1032188", "display_name": "Canadian Light Source", "legal_name": null, "aliases": ["Canadian Light Source Inc."], "website": "https://www.lightsource.ca", "canonical_domain": "lightsource.ca", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canadian_Light_Source_logo.svg", "description": "Synchrotron light source facility in Saskatoon, Canada", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5207 +{"wikidata_id": "Q10371329", "display_name": "siderallinhasaereas.com.br", "legal_name": null, "aliases": ["Sideral Air Cargo"], "website": "https://siderallinhasaereas.com.br", "canonical_domain": "siderallinhasaereas.com.br", "country": "BR", "hq_city": "São José dos Pinhais", "hq_region": "Paraná", "lat": -25.535, "lon": -49.20583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5208 +{"wikidata_id": "Q10419619", "display_name": "Asetek", "legal_name": null, "aliases": ["Asetek A/S"], "website": "https://www.asetek.com", "canonical_domain": "asetek.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asetek_Horizontal_Black.svg", "description": "Danish company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5209 +{"wikidata_id": "Q104902623", "display_name": "Webull", "legal_name": null, "aliases": [], "website": "https://www.webull.com", "canonical_domain": "webull.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6211 Security Brokers, Dealers & Flotation Companies"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "BULL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1866364", "parent": null, "logo_url": null, "description": "u.S.-based financial services company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1866364", "enriched_at": "2026-09-13T07:21:16+00:00"}}
5210 +{"wikidata_id": "Q105620930", "display_name": "Balistrad", "legal_name": null, "aliases": ["@balistrad", "A different perspective on Haiti and the world", "balistrad", "Balistrad blog", "Balistrad Blog", "Balistrad haiti", "Balistrad Haiti", "Balistrad media"], "website": "https://balistrad.com", "canonical_domain": "balistrad.com", "country": "HT", "hq_city": "Port-au-Prince", "hq_region": "Port-au-Prince Arrondissement", "lat": 18.54694, "lon": -72.34028, "industries": ["media"], "industry_labels": ["journalism", "media industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Balistrad-1-3-500x500.png", "description": "Haitian media company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5211 +{"wikidata_id": "Q105687032", "display_name": "velanstudios.com", "legal_name": null, "aliases": [], "website": "https://www.velanstudios.com", "canonical_domain": "velanstudios.com", "country": "US", "hq_city": "Troy", "hq_region": "Rensselaer County", "lat": 42.73167, "lon": -73.6925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5212 +{"wikidata_id": "Q1066294", "display_name": "Arista Nashville", "legal_name": null, "aliases": [], "website": "https://www.aristanashville.com", "canonical_domain": "aristanashville.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5213 +{"wikidata_id": "Q106993071", "display_name": "opencollective.com", "legal_name": null, "aliases": ["Open Collective platform"], "website": "https://opencollective.com", "canonical_domain": "opencollective.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Open_Collective_logo_2021.svg", "description": "crowdfunding and financial management platform for communities", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5214 +{"wikidata_id": "Q107503601", "display_name": "The Metals Company", "legal_name": "TMC the metals company Inc.", "aliases": [], "website": "https://metals.co", "canonical_domain": "metals.co", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_The_Metals_Company.svg", "description": "Canadian deep sea mining exploration company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5215 +{"wikidata_id": "Q10769810", "display_name": "Huy Fong Foods", "legal_name": null, "aliases": ["David Tran"], "website": "https://www.huyfong.com", "canonical_domain": "huyfong.com", "country": "US", "hq_city": "Irwindale", "hq_region": "Los Angeles County", "lat": 34.1125, "lon": -117.96444, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American hot sauce company based in California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5216 +{"wikidata_id": "Q10787367", "display_name": "Lynx Air International", "legal_name": null, "aliases": [], "website": "https://www.lynxair.com", "canonical_domain": "lynxair.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline from the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5217 +{"wikidata_id": "Q1081874", "display_name": "Slip-n-Slide Records", "legal_name": null, "aliases": [], "website": "https://www.slipnsliderecords.net", "canonical_domain": "slipnsliderecords.net", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Slip-n-Slide_Records.jpg", "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5218 +{"wikidata_id": "Q108375650", "display_name": "Nella Linhas Aéreas", "legal_name": null, "aliases": [], "website": "https://nellaairlines.com", "canonical_domain": "nellaairlines.com", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5219 +{"wikidata_id": "Q108766392", "display_name": "Tailscale Inc.", "legal_name": null, "aliases": ["Tailscale"], "website": "https://tailscale.com", "canonical_domain": "tailscale.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tailscale-Logo-Black.svg", "description": "Canadian software business", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5220 +{"wikidata_id": "Q109352864", "display_name": "New Pacific Airlines", "legal_name": null, "aliases": ["Northern Pacific Airways"], "website": "https://np.com", "canonical_domain": "np.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["airlines"], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Northern_Pacific_Airways_logo.png", "description": "American airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5221 +{"wikidata_id": "Q1104769", "display_name": "Cobra Golf", "legal_name": null, "aliases": [], "website": "https://www.cobragolf.com", "canonical_domain": "cobragolf.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q157064", "name": "Puma"}, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5222 +{"wikidata_id": "Q11060215", "display_name": "Simmons Bedding Company", "legal_name": null, "aliases": ["Simmons"], "website": "https://www.simmons.com", "canonical_domain": "simmons.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": [], "industry_labels": ["bed"], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simmons_Bedding_Company_logo.svg", "description": "bedding company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5223 +{"wikidata_id": "Q1109925", "display_name": "Gesundheit! Institute", "legal_name": null, "aliases": [], "website": "https://www.patchadams.org", "canonical_domain": "patchadams.org", "country": "US", "hq_city": "Hillsboro", "hq_region": "Pocahontas County", "lat": 38.13806, "lon": -80.2125, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5224 +{"wikidata_id": "Q11227006", "display_name": "Jungle Fight", "legal_name": null, "aliases": ["Jungle Fight Championship"], "website": "https://junglefc.com.br", "canonical_domain": "junglefc.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian mixed martial arts promotion", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5225 +{"wikidata_id": "Q112404", "display_name": "Brookville Equipment", "legal_name": null, "aliases": ["BROOKVILLE MINING EQUIPMENT CORPORATION"], "website": "https://www.brookvilleequipment.com", "canonical_domain": "brookvilleequipment.com", "country": "US", "hq_city": "Brookville", "hq_region": "Jefferson County", "lat": 41.1597, "lon": -79.0803, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300RNLK5C7YXJJB28", "sec_cik": null, "parent": null, "logo_url": null, "description": "locomotive company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5226 +{"wikidata_id": "Q1129706", "display_name": "Ontario Power Generation", "legal_name": null, "aliases": [], "website": "https://www.opg.com", "canonical_domain": "opg.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.87608, "lon": -78.80435, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ontario_Power_Generation_logo.svg", "description": "electric utility company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5227 +{"wikidata_id": "Q1130841", "display_name": "Proenza Schouler", "legal_name": null, "aliases": [], "website": "https://www.proenzaschouler.com", "canonical_domain": "proenzaschouler.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Proenza_schouler.jpg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5228 +{"wikidata_id": "Q1134645", "display_name": "Corporación Minera de Bolivia", "legal_name": null, "aliases": ["COMIBOL"], "website": "https://comibol.gob.bo", "canonical_domain": "comibol.gob.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bolivian Mining Corporation", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5229 +{"wikidata_id": "Q1136413", "display_name": "Lufkin Industries", "legal_name": null, "aliases": [], "website": "https://www.lufkin.com", "canonical_domain": "lufkin.com", "country": "US", "hq_city": "Lufkin", "hq_region": "Angelina County", "lat": 31.3369, "lon": -94.7303, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lufkin_Industries_logo.svg", "description": "American manufacturing company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5230 +{"wikidata_id": "Q1138758", "display_name": "Crain Communications", "legal_name": null, "aliases": ["Crain", "Crain Communications Inc.", "Crain's"], "website": "https://www.crain.com", "canonical_domain": "crain.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["media"], "industry_labels": ["news"], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crain_Communications_logo.svg", "description": "American media company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5231 +{"wikidata_id": "Q1144968", "display_name": "Tragic Hero Records", "legal_name": null, "aliases": [], "website": "https://www.tragic-hero.com", "canonical_domain": "tragic-hero.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5232 +{"wikidata_id": "Q1152226", "display_name": "Wood Brothers Racing", "legal_name": null, "aliases": [], "website": "https://www.woodbrothersracing.com", "canonical_domain": "woodbrothersracing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5233 +{"wikidata_id": "Q1164594", "display_name": "Sofasa", "legal_name": null, "aliases": [], "website": "https://www.renault.com.co", "canonical_domain": "renault.com.co", "country": "CO", "hq_city": "Envigado", "hq_region": "Antioquia", "lat": 6.17194, "lon": -75.58028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renault_2021.svg", "description": "Colombian company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5234 +{"wikidata_id": "Q117086143", "display_name": "R.E.M. Beauty", "legal_name": null, "aliases": [], "website": "https://rembeauty.com", "canonical_domain": "rembeauty.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/REM_Beauty_cosmetics_brand_logo.webp", "description": "cosmetics brand", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5235 +{"wikidata_id": "Q117452958", "display_name": "Vast", "legal_name": null, "aliases": ["Vast Space"], "website": "https://www.vastspace.com", "canonical_domain": "vastspace.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vast_Wordmark_2024.svg", "description": "American aerospace company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5236 +{"wikidata_id": "Q1191721", "display_name": "Depository Trust & Clearing Corporation", "legal_name": null, "aliases": ["DTCC"], "website": "https://www.dtcc.com", "canonical_domain": "dtcc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300H47WTHXPU08X20", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Depository_Trust_%26_Clearing_Corporation_logo.svg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5237 +{"wikidata_id": "Q12070488", "display_name": "Taco Cabana", "legal_name": null, "aliases": ["Taco cabana"], "website": "https://www.tacocabana.com", "canonical_domain": "tacocabana.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q110979074", "name": "Yadav Enterprises"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taco_Cabana_Dallas_sign.jpg", "description": "American fast casual restaurant chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5238 +{"wikidata_id": "Q121536409", "display_name": "BermudAir", "legal_name": null, "aliases": [], "website": "https://flybermudair.com", "canonical_domain": "flybermudair.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bermudair-logo.svg", "description": "Airline of Bermuda", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5239 +{"wikidata_id": "Q1234590", "display_name": "Dofasco", "legal_name": null, "aliases": ["Dominion Foundries and Steel Company", "Dominion Steel Company"], "website": "https://www.dofasco.ca", "canonical_domain": "dofasco.ca", "country": "CA", "hq_city": "Hamilton", "hq_region": "Ontario", "lat": 43.25667, "lon": -79.86917, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27893", "name": "ArcelorMittal"}, "logo_url": null, "description": "Canadian steel company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5240 +{"wikidata_id": "Q1278921", "display_name": "Vivante Corporation", "legal_name": null, "aliases": [], "website": "https://www.vivantecorp.com", "canonical_domain": "vivantecorp.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fabless semiconductor company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5241 +{"wikidata_id": "Q12970812", "display_name": "Section23 Films", "legal_name": null, "aliases": ["Sentai Filmworks"], "website": "https://www.section23films.com", "canonical_domain": "section23films.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["retail"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107639324", "name": "Sentai Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Section23_Films_company_logo.jpg", "description": "American multimedia distributor", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5242 +{"wikidata_id": "Q130101006", "display_name": "Banco Union", "legal_name": null, "aliases": [], "website": "https://www.bancounion.com.bo", "canonical_domain": "bancounion.com.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bolivian bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5243 +{"wikidata_id": "Q1327694", "display_name": "Vater Percussion", "legal_name": null, "aliases": ["Vater"], "website": "https://www.vater.com", "canonical_domain": "vater.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vater_percussion_logo.png", "description": "US company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5244 +{"wikidata_id": "Q13515709", "display_name": "OverDrive, Inc.", "legal_name": null, "aliases": ["Overdrive"], "website": "https://www.overdrive.com", "canonical_domain": "overdrive.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["retail"], "industry_labels": ["digital distribution"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300EY5W30BVND0K52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OverDrive_logo.svg", "description": "American digital distributor of eBooks, audiobooks, music, and video titles", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5245 +{"wikidata_id": "Q136311", "display_name": "Sunglass Hut", "legal_name": null, "aliases": ["sunglass hut", "Sunglass Hut International", "The Sunglass Hut"], "website": "https://www.sunglasshut.com", "canonical_domain": "sunglasshut.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1878364", "name": "Luxottica"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunglasshutnew.jpg", "description": "international eyewear retailer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5246 +{"wikidata_id": "Q1363885", "display_name": "Qdoba Mexican Eats", "legal_name": null, "aliases": ["Qdoba", "Qdoba Grill", "Qdoba Mexican Grill"], "website": "https://www.qdoba.com", "canonical_domain": "qdoba.com", "country": "US", "hq_city": "Wheat Ridge", "hq_region": "Jefferson County", "lat": 39.77139, "lon": -105.09611, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qdoba_Logo.svg", "description": "restaurant chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5247 +{"wikidata_id": "Q136812606", "display_name": "Persona", "legal_name": null, "aliases": [], "website": "https://withpersona.com", "canonical_domain": "withpersona.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "identity verification company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5248 +{"wikidata_id": "Q14001326", "display_name": "MumboJumbo", "legal_name": null, "aliases": ["LLC"], "website": "https://www.mumbojumbo.com", "canonical_domain": "mumbojumbo.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mumbo-jumbo-logo.svg", "description": "video game developer and publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5249 +{"wikidata_id": "Q1403309", "display_name": "Grolier", "legal_name": null, "aliases": ["Grolier Incorporated", "Inc."], "website": "https://grolier.co.uk", "canonical_domain": "grolier.co.uk", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher of educational and reference books", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5250 +{"wikidata_id": "Q1417347", "display_name": "OshKosh B'Gosh", "legal_name": null, "aliases": ["Osh Kosh B'Gosh"], "website": "https://www.carters.com", "canonical_domain": "carters.com", "country": "US", "hq_city": "Oshkosh", "hq_region": "Winnebago County", "lat": 44.02417, "lon": -88.56111, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5047083", "name": "Carter's"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OshKoshB%27goshLogo.svg", "description": "American apparel company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5047083"}]}
5251 +{"wikidata_id": "Q1419460", "display_name": "Snyder's of Hanover", "legal_name": null, "aliases": [], "website": "https://www.snydersofhanover.com", "canonical_domain": "snydersofhanover.com", "country": "US", "hq_city": "Hanover", "hq_region": "York County", "lat": 39.8072, "lon": -76.9847, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Snyder_hanover_logo.png", "description": "American food company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5252 +{"wikidata_id": "Q1428906", "display_name": "Flip Skateboards", "legal_name": null, "aliases": [], "website": "https://flipskateboards.com", "canonical_domain": "flipskateboards.com", "country": "US", "hq_city": "Huntington Beach", "hq_region": "Orange County", "lat": 33.69278, "lon": -117.99972, "industries": [], "industry_labels": ["skateboarding"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international skateboard company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5253 +{"wikidata_id": "Q143630", "display_name": "Calgary Transit", "legal_name": null, "aliases": [], "website": "https://www.calgarytransit.com", "canonical_domain": "calgarytransit.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calgary_Transit_wordmark.png", "description": "public transit organization in Calgary, Alberta", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5254 +{"wikidata_id": "Q1464513", "display_name": "Friendly's", "legal_name": null, "aliases": [], "website": "https://www.friendlys.com", "canonical_domain": "friendlys.com", "country": "US", "hq_city": "Wilbraham", "hq_region": "Hampden County", "lat": 42.12371, "lon": -72.43147, "industries": ["food-beverage"], "industry_labels": ["system catering"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q645072", "name": "Dean Foods"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Friendly%27s_logo.svg", "description": "United States restaurant chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5255 +{"wikidata_id": "Q14928314", "display_name": "The Walt Disney Company Latin America", "legal_name": null, "aliases": [], "website": "https://disneylatino.com", "canonical_domain": "disneylatino.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["media"], "industry_labels": ["media conglomerate"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q54958626", "name": "Walt Disney Direct-to-Consumer & International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Walt_Disney_Company_Logo.svg", "description": "Disney subsidiary", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5256 +{"wikidata_id": "Q15013032", "display_name": "Advanced Armament Corporation", "legal_name": null, "aliases": [], "website": "https://www.advanced-armament.com", "canonical_domain": "advanced-armament.com", "country": "US", "hq_city": "Huntsville", "hq_region": "Madison County", "lat": 34.71361, "lon": -86.58611, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5500548", "name": "Remington Outdoor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAC_logo_text_only.jpg", "description": "manufacturer of sound suppressors", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5257 +{"wikidata_id": "Q1507361", "display_name": "SeeqPod", "legal_name": null, "aliases": [], "website": "https://www.seeqpod.com", "canonical_domain": "seeqpod.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["internet"], "industry_labels": ["search engine"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5258 +{"wikidata_id": "Q151224", "display_name": "Skyline Chili", "legal_name": null, "aliases": ["Skyline Chili LLC", "LLC"], "website": "https://www.skylinechili.com", "canonical_domain": "skylinechili.com", "country": "US", "hq_city": "Fairfield", "hq_region": "Butler County", "lat": 39.33116, "lon": -84.54284, "industries": ["food-beverage"], "industry_labels": ["fast food industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skyline_text-only_logo_blue-red-white.svg", "description": "American restaurant chain specializing in Cincinnati chili", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5259 +{"wikidata_id": "Q1522721", "display_name": "Giant Eagle", "legal_name": null, "aliases": ["Giant Eagle Inc", "Inc.", "O.K. Grocery Company"], "website": "https://www.gianteagle.com", "canonical_domain": "gianteagle.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "SZAGS5P8IJXQZ7HFTL22", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giant_Eagle_logo.svg", "description": "supermarket chain in the eastern US", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5260 +{"wikidata_id": "Q1526842", "display_name": "Giro", "legal_name": null, "aliases": ["Giro Sport Design"], "website": "https://www.giro.com", "canonical_domain": "giro.com", "country": "US", "hq_city": "Scotts Valley", "hq_region": "Santa Cruz County", "lat": 37.05139, "lon": -122.01333, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giro_%28company%29_logo.svg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5261 +{"wikidata_id": "Q1544381", "display_name": "Great Valley Products", "legal_name": null, "aliases": [], "website": "https://www.gvp-m.com", "canonical_domain": "gvp-m.com", "country": "US", "hq_city": "Newtown", "hq_region": "Bucks County", "lat": 40.2283, "lon": -74.9322, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GVP-m_logo.png", "description": "third-party Amiga", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5262 +{"wikidata_id": "Q1548477", "display_name": "Rocketplane Kistler", "legal_name": null, "aliases": [], "website": "https://www.kistler.co", "canonical_domain": "kistler.co", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former aerospace company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5263 +{"wikidata_id": "Q155444", "display_name": "Élan Motorsport Technologies", "legal_name": null, "aliases": ["Elan Motorsport Technologies"], "website": "https://www.elanmotorsports.com", "canonical_domain": "elanmotorsports.com", "country": "US", "hq_city": "Braselton", "hq_region": "Jackson County", "lat": 34.10927, "lon": -83.76267, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5264 +{"wikidata_id": "Q15646906", "display_name": "Kabam", "legal_name": null, "aliases": ["Kabam Games", "Kabam Games", "Inc.", "Kabam Inc."], "website": "https://www.kabam.com", "canonical_domain": "kabam.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5265 +{"wikidata_id": "Q1660357", "display_name": "Important Records", "legal_name": null, "aliases": ["imprec"], "website": "https://www.importantrecords.com", "canonical_domain": "importantrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5266 +{"wikidata_id": "Q1669719", "display_name": "Millipore Corporation", "legal_name": null, "aliases": ["EMD Millipore", "Merck Millipore", "Millipore Sigma", "MilliporeSigma"], "website": "https://www.emdmillipore.com", "canonical_domain": "emdmillipore.com", "country": "US", "hq_city": "Billerica", "hq_region": "Middlesex County", "lat": 42.55833, "lon": -71.26944, "industries": ["healthcare"], "industry_labels": ["life sciences"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156959", "name": "Merck KGaA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Merck_Millipore_Logo.svg", "description": "Deprecated brand name used by Merck Group after Millipore acquisition", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5267 +{"wikidata_id": "Q1674191", "display_name": "Island Express Air", "legal_name": null, "aliases": [], "website": "https://www.islandexpressair.com", "canonical_domain": "islandexpressair.com", "country": "CA", "hq_city": "Abbotsford", "hq_region": "Fraser Valley Regional District", "lat": 49.05167, "lon": -122.32889, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5268 +{"wikidata_id": "Q16851032", "display_name": "CamelBak", "legal_name": null, "aliases": ["CamelBak Products", "LLC"], "website": "https://www.camelbak.com", "canonical_domain": "camelbak.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["utilities"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_CamelBak_Products%2C_LLC.png", "description": "brand of water canteen worn as a backpack", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5269 +{"wikidata_id": "Q16953182", "display_name": "Cult Records", "legal_name": null, "aliases": [], "website": "https://www.cultrecords.com", "canonical_domain": "cultrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5270 +{"wikidata_id": "Q16960819", "display_name": "Live Nation", "legal_name": null, "aliases": [], "website": "https://www.livenation.com", "canonical_domain": "livenation.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["professional-services"], "industry_labels": ["show business", "facility management"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1061903", "name": "Live Nation Entertainment"}, "logo_url": null, "description": "American live-events company based in Beverly Hills, California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5271 +{"wikidata_id": "Q16985303", "display_name": "Hungry Howie's Pizza", "legal_name": null, "aliases": ["Hungry Howie's"], "website": "https://www.hungryhowies.com", "canonical_domain": "hungryhowies.com", "country": "US", "hq_city": "Madison Heights", "hq_region": "Oakland County", "lat": 42.48583, "lon": -83.10528, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American pizza chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5272 +{"wikidata_id": "Q16997570", "display_name": "Wayback Burgers", "legal_name": null, "aliases": [], "website": "https://waybackburgers.com", "canonical_domain": "waybackburgers.com", "country": "US", "hq_city": "Cheshire", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.49899, "lon": -72.90066, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wayback_Burgers_logo.svg", "description": "American fast casual restaurant chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5273 +{"wikidata_id": "Q16998229", "display_name": "Mr. Coffee", "legal_name": null, "aliases": ["Mr Coffee"], "website": "https://www.mrcoffee.com", "canonical_domain": "mrcoffee.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["food-beverage", "industrial-machinery"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6159625", "name": "Jarden"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mr_coffee_logo15.png", "description": "brand of coffee machines", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5274 +{"wikidata_id": "Q1704283", "display_name": "Alden Shoe Company", "legal_name": null, "aliases": [], "website": "https://www.aldenshoe.com", "canonical_domain": "aldenshoe.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "footwear company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5275 +{"wikidata_id": "Q17053201", "display_name": "Fandor", "legal_name": null, "aliases": [], "website": "https://www.fandor.com", "canonical_domain": "fandor.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_fandor.png", "description": "film streaming service", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5276 +{"wikidata_id": "Q17083173", "display_name": "New Enterprise Associates", "legal_name": null, "aliases": ["NEA"], "website": "https://www.nea.com", "canonical_domain": "nea.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Venture Capital firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5277 +{"wikidata_id": "Q17083307", "display_name": "Chance Rides", "legal_name": null, "aliases": [], "website": "https://www.chancerides.com", "canonical_domain": "chancerides.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "ride manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5278 +{"wikidata_id": "Q17089516", "display_name": "Team Downey", "legal_name": null, "aliases": [], "website": "https://teamdowney.com", "canonical_domain": "teamdowney.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American production company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5279 +{"wikidata_id": "Q17091082", "display_name": "Vita-Mix Corporation", "legal_name": null, "aliases": [], "website": "https://www.vitamix.com", "canonical_domain": "vitamix.com", "country": "US", "hq_city": "Olmsted Township", "hq_region": "Cuyahoga County", "lat": 41.38056, "lon": -81.92139, "industries": [], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vitamix_slogan.jpg", "description": "American blender company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5280 +{"wikidata_id": "Q17108414", "display_name": "Eveready Battery Company", "legal_name": null, "aliases": [], "website": "https://www.eveready.com", "canonical_domain": "eveready.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1200840", "name": "Energizer Holdings, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EvereadyLogo.jpg", "description": "American battery manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5281 +{"wikidata_id": "Q17151102", "display_name": "Run for Cover Records", "legal_name": null, "aliases": [], "website": "https://www.runforcoverrecords.com", "canonical_domain": "runforcoverrecords.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Run_for_Cover_Records_logo_%28orange_background%29_01.png", "description": "American independent record label founded in 2004 and based in Boston, Massachusetts", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5282 +{"wikidata_id": "Q1720353", "display_name": "Smith Electric Vehicles", "legal_name": null, "aliases": [], "website": "https://www.smithelectricvehicles.com", "canonical_domain": "smithelectricvehicles.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smith_Electric_Vehicles_logo.svg", "description": "electric truck manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5283 +{"wikidata_id": "Q1742126", "display_name": "KingsIsle Entertainment", "legal_name": null, "aliases": [], "website": "https://www.kingsisle.com", "canonical_domain": "kingsisle.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KingsIsle_Entertainment_Logo.png", "description": "American video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5284 +{"wikidata_id": "Q1748393", "display_name": "Spyder", "legal_name": null, "aliases": ["Spyder Korea"], "website": "https://www.spyder.com", "canonical_domain": "spyder.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": ["manufacturing"], "industry_labels": ["sports industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spyder_logo_2.svg", "description": "ski apparel manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5285 +{"wikidata_id": "Q1753317", "display_name": "Underground Resistance", "legal_name": null, "aliases": [], "website": "https://www.undergroundresistance.com", "canonical_domain": "undergroundresistance.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Underground_Resistance_Logo.svg", "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5286 +{"wikidata_id": "Q1764536", "display_name": "North-Wright Airways", "legal_name": null, "aliases": ["North Wright Air"], "website": "https://north-wrightairways.com", "canonical_domain": "north-wrightairways.com", "country": "CA", "hq_city": "Norman Wells", "hq_region": "Region 2, Northwest Territories", "lat": 65.2811, "lon": -126.831, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5287 +{"wikidata_id": "Q1772450", "display_name": "Asthmatic Kitty", "legal_name": null, "aliases": [], "website": "https://www.asthmatickitty.com", "canonical_domain": "asthmatickitty.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5288 +{"wikidata_id": "Q1806022", "display_name": "Larrivée Guitars", "legal_name": null, "aliases": ["Jean Larrivée Guitars Ltd.", "Larrivee Guitars"], "website": "https://www.larrivee.com", "canonical_domain": "larrivee.com", "country": "CA", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Larrivee_guitars_logo.png", "description": "Canadian musical instrument maker", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5289 +{"wikidata_id": "Q18158575", "display_name": "PAX Labs", "legal_name": null, "aliases": ["Ploom", "Ploom", "Inc."], "website": "https://www.paxvapor.com", "canonical_domain": "paxvapor.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": ["electronic cigarette"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pax_Labs_logo.svg", "description": "electronic cigarette company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5290 +{"wikidata_id": "Q18350567", "display_name": "Hyperloop Transportation Technologies", "legal_name": null, "aliases": ["HTT", "Hyperloop Transportation Technologies Inc.", "Inc", "HyperloopTT"], "website": "https://hyperloop.global", "canonical_domain": "hyperloop.global", "country": "US", "hq_city": "Playa Vista", "hq_region": "Los Angeles", "lat": 33.97278, "lon": -118.42667, "industries": ["transportation"], "industry_labels": ["high-speed rail"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HyperloopTT_Logo.svg", "description": "American technology company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5291 +{"wikidata_id": "Q18355352", "display_name": "Two Sigma", "legal_name": null, "aliases": ["Two Sigma Investments", "Two Sigma Securities", "Llc"], "website": "https://www.twosigmasecurities.com", "canonical_domain": "twosigmasecurities.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["hedge fund"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Two_Sigma_logo.svg", "description": "investment firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5292 +{"wikidata_id": "Q18712494", "display_name": "Postmates", "legal_name": null, "aliases": ["Postmates Inc."], "website": "https://postmates.com", "canonical_domain": "postmates.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LI871D6WK3M121", "sec_cik": "1645606", "parent": null, "logo_url": null, "description": "logistics company which operates a network of couriers who deliver goods locally", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5293 +{"wikidata_id": "Q1929735", "display_name": "Michael Waltrip Racing", "legal_name": null, "aliases": ["MWR"], "website": "https://www.michaelwaltrip.com", "canonical_domain": "michaelwaltrip.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former NASCAR team", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5294 +{"wikidata_id": "Q19326099", "display_name": "Superfish", "legal_name": null, "aliases": [], "website": "https://wwws.superfish.com", "canonical_domain": "superfish.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "advertising company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5295 +{"wikidata_id": "Q1936599", "display_name": "Mineralogical Society of America", "legal_name": null, "aliases": ["MSA"], "website": "https://www.minsocam.org", "canonical_domain": "minsocam.org", "country": "US", "hq_city": "Chantilly", "hq_region": "Fairfax County", "lat": 38.89417, "lon": -77.43111, "industries": ["media"], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5296 +{"wikidata_id": "Q1958630", "display_name": "Fuel 2000", "legal_name": null, "aliases": ["Fuel", "Fuel 2000 Records"], "website": "https://www.fuel2000.com", "canonical_domain": "fuel2000.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["energy", "entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5297 +{"wikidata_id": "Q1968078", "display_name": "Digital Mars", "legal_name": null, "aliases": [], "website": "https://www.digitalmars.com", "canonical_domain": "digitalmars.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digital_Mars_logo.jpg", "description": "American software company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5298 +{"wikidata_id": "Q1982539", "display_name": "New England Airlines", "legal_name": null, "aliases": [], "website": "https://blockislandsairline.com", "canonical_domain": "blockislandsairline.com", "country": "US", "hq_city": "Westerly", "hq_region": "Washington County", "lat": 41.3775, "lon": -71.82722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5299 +{"wikidata_id": "Q19881683", "display_name": "Voltage Pictures", "legal_name": null, "aliases": [], "website": "https://www.voltagepictures.com", "canonical_domain": "voltagepictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Voltage_Pictures_Logo.png", "description": "Los Angeles-based American film financing, production and distributing company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5300 +{"wikidata_id": "Q1988550", "display_name": "Bachmann Industries", "legal_name": null, "aliases": ["Bachmann", "Bachmann Brothers", "Bachmann Brothers", "Inc.", "Bachmann Industries Ltd."], "website": "https://www.bachmanntrains.com", "canonical_domain": "bachmanntrains.com", "country": "US", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1833, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1101323", "name": "Kader"}, "logo_url": null, "description": "company that is the largest seller, in terms of volume, of model trains in the world", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5301 +{"wikidata_id": "Q2001099", "display_name": "Northern Thunderbird Air", "legal_name": null, "aliases": [], "website": "https://www.ntair.ca", "canonical_domain": "ntair.ca", "country": "CA", "hq_city": "Prince George", "hq_region": "Regional District of Fraser-Fort George", "lat": 53.91694, "lon": -122.74944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Canada", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5302 +{"wikidata_id": "Q2002891", "display_name": "Novelis", "legal_name": null, "aliases": ["Novelis Inc."], "website": "https://www.novelis.com", "canonical_domain": "novelis.com", "country": "CA", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1619261", "name": "Hindalco Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Novelis_G1.jpg", "description": "American aluminium manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5303 +{"wikidata_id": "Q20164507", "display_name": "tomorrowcorporation.com", "legal_name": null, "aliases": [], "website": "https://tomorrowcorporation.com", "canonical_domain": "tomorrowcorporation.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5304 +{"wikidata_id": "Q2038070", "display_name": "Enjoi", "legal_name": null, "aliases": [], "website": "https://www.enjoico.com", "canonical_domain": "enjoico.com", "country": "CA", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["manufacturing"], "industry_labels": ["skateboarding"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2096177", "name": "Globe International"}, "logo_url": null, "description": "skateboard products manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5305 +{"wikidata_id": "Q2083237", "display_name": "PlayFirst", "legal_name": null, "aliases": ["Inc."], "website": "https://www.playfirst.com", "canonical_domain": "playfirst.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1293195", "parent": {"wikidata_id": "Q2450081", "name": "Glu Mobile"}, "logo_url": null, "description": "American video game publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5306 +{"wikidata_id": "Q2095364", "display_name": "Piña", "legal_name": null, "aliases": ["Motzen Soundsystem", "Raphy Pina"], "website": "https://pinarecords.net", "canonical_domain": "pinarecords.net", "country": "PR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q231694", "name": "Interscope Records"}, "logo_url": null, "description": "Puerto Rican record label specialized in reggaeton", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5307 +{"wikidata_id": "Q2099467", "display_name": "Fodor's", "legal_name": null, "aliases": ["Fodor Travel Publications"], "website": "https://www.fodors.com", "canonical_domain": "fodors.com", "country": "US", "hq_city": "Random House Tower", "hq_region": "Manhattan", "lat": 40.7653, "lon": -73.9825, "industries": ["travel", "media"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher of travel guide books", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5308 +{"wikidata_id": "Q2127670", "display_name": "Railpower Technologies", "legal_name": null, "aliases": [], "website": "https://www.rjcorman.com", "canonical_domain": "rjcorman.com", "country": "CA", "hq_city": "Erie", "hq_region": "Erie County", "lat": 42.12956, "lon": -80.08521, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Railpower-logo.svg", "description": "Canadian locomotive manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7273365"}]}
5309 +{"wikidata_id": "Q21411031", "display_name": "Xinuos", "legal_name": null, "aliases": [], "website": "https://www.xinuos.com", "canonical_domain": "xinuos.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xinuos_Inc_Logo.png", "description": "American software company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5310 +{"wikidata_id": "Q218438", "display_name": "Amtrak California", "legal_name": null, "aliases": [], "website": "https://www.amtrakcalifornia.com", "canonical_domain": "amtrakcalifornia.com", "country": "US", "hq_city": "Sacramento", "hq_region": "Sacramento County", "lat": 38.57528, "lon": -121.48611, "industries": ["transportation"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amtrak_California_logo_2012.svg", "description": "brand name given to state-sponsored Amtrak routes in California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5311 +{"wikidata_id": "Q21935596", "display_name": "vuelalaw.com", "legal_name": null, "aliases": ["Latin American Wings (LAW)"], "website": "https://www.vuelalaw.com", "canonical_domain": "vuelalaw.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Latin_American_Wings.png", "description": "Chilean airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5312 +{"wikidata_id": "Q22908594", "display_name": "Gemini", "legal_name": null, "aliases": ["Gemini Trust Company", "LLC"], "website": "https://gemini.com", "canonical_domain": "gemini.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["fintech"], "industry_labels": ["cryptocurrency industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US-based cryptocurrency exchange and custodian", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5313 +{"wikidata_id": "Q2307836", "display_name": "Sparkman & Stephens", "legal_name": null, "aliases": ["Sparkman & Stevens"], "website": "https://www.sparkmanstephens.com", "canonical_domain": "sparkmanstephens.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["construction"], "industry_labels": ["naval architecture"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "naval architecture and yacht brokerage firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5314 +{"wikidata_id": "Q2314992", "display_name": "Square D", "legal_name": null, "aliases": [], "website": "https://products.schneider-electric.us", "canonical_domain": "schneider-electric.us", "country": "US", "hq_city": "Palatine", "hq_region": "Cook County", "lat": 42.1169, "lon": -88.0406, "industries": ["technology"], "industry_labels": ["electrical device"], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Square_D_Logo.svg", "description": "American manufacturer of electrical equipment", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5315 +{"wikidata_id": "Q2324214", "display_name": "HB Studios", "legal_name": null, "aliases": [], "website": "https://www.hb-studios.com", "canonical_domain": "hb-studios.com", "country": "CA", "hq_city": "Lunenburg", "hq_region": "Lunenburg County", "lat": 44.37778, "lon": -64.30944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HB_Studios_logo.svg", "description": "Canadian video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5316 +{"wikidata_id": "Q233829", "display_name": "430 West Records", "legal_name": null, "aliases": [], "website": "https://www.430west.com", "canonical_domain": "430west.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US electronic music label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5317 +{"wikidata_id": "Q2372909", "display_name": "Swiss Chalet", "legal_name": null, "aliases": [], "website": "https://swisschalet.com", "canonical_domain": "swisschalet.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2937756", "name": "Recipe Unlimited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swiss_Chalet_wordmark.svg", "description": "Canadian chain of casual dining restaurants", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5318 +{"wikidata_id": "Q2378843", "display_name": "Righteous Babe Records", "legal_name": "Righteous Babe Records", "aliases": [], "website": "https://www.righteousbabe.com", "canonical_domain": "righteousbabe.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label owned by Ani DiFranco", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5319 +{"wikidata_id": "Q2409319", "display_name": "Vicious Cycle Software", "legal_name": null, "aliases": [], "website": "https://www.viciouscycleinc.com", "canonical_domain": "viciouscycleinc.com", "country": "US", "hq_city": "Morrisville", "hq_region": "Wake County", "lat": 35.8275, "lon": -78.82889, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2999820"}]}
5320 +{"wikidata_id": "Q2438306", "display_name": "Confederate Motors", "legal_name": null, "aliases": [], "website": "https://www.confederate.com", "canonical_domain": "confederate.com", "country": "US", "hq_city": "Lakeview", "hq_region": "DeKalb County", "lat": 34.39222, "lon": -85.97333, "industries": ["automotive"], "industry_labels": ["motorcycle"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of motorcycles", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5321 +{"wikidata_id": "Q2447748", "display_name": "Sky Lease Cargo", "legal_name": null, "aliases": ["SkyLease Cargo"], "website": "https://www.skyleasecargo.com", "canonical_domain": "skyleasecargo.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5322 +{"wikidata_id": "Q245456", "display_name": "5th Cell", "legal_name": null, "aliases": ["5TH Cell Media", "LLC"], "website": "https://www.5thcell.com", "canonical_domain": "5thcell.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/5thCell_Logo.jpg", "description": "independent video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5323 +{"wikidata_id": "Q24908541", "display_name": "704Games", "legal_name": null, "aliases": ["Dusenberry Martin Racing"], "website": "https://www.dmracing.org", "canonical_domain": "dmracing.org", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5324 +{"wikidata_id": "Q2494229", "display_name": "Unicomp", "legal_name": null, "aliases": [], "website": "https://www.pckeyboard.com", "canonical_domain": "pckeyboard.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unicomp_logo.svg", "description": "computer keyboard manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5325 +{"wikidata_id": "Q2495262", "display_name": "Forest Lawn Memorial-Parks & Mortuaries", "legal_name": null, "aliases": ["Forest Lawn", "Forest Lawn Memorial-Park Association", "Forest Lawn Mortuary"], "website": "https://forestlawn.com", "canonical_domain": "forestlawn.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American cemetery and mortuary operator", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5326 +{"wikidata_id": "Q25021366", "display_name": "New York Life Investments", "legal_name": null, "aliases": ["New York Life Investment Management LLC"], "website": "https://www.newyorklifeinvestments.com", "canonical_domain": "newyorklifeinvestments.com", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "investment firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5327 +{"wikidata_id": "Q2504576", "display_name": "Sparrow Records", "legal_name": "Sparrow Records", "aliases": [], "website": "https://www.sparrowrecords.com", "canonical_domain": "sparrowrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5328 +{"wikidata_id": "Q25324145", "display_name": "PandaDoc", "legal_name": null, "aliases": [], "website": "https://www.pandadoc.com", "canonical_domain": "pandadoc.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5329 +{"wikidata_id": "Q2568419", "display_name": "Scooba", "legal_name": null, "aliases": [], "website": "https://www.robotmart.ru", "canonical_domain": "robotmart.ru", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["robotics"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cleaning robot belonging to iRobot Corporation", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5330 +{"wikidata_id": "Q2598277", "display_name": "Suburban Noize Records", "legal_name": null, "aliases": ["Subnoize"], "website": "https://suburbannoizerecords.com", "canonical_domain": "suburbannoizerecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5331 +{"wikidata_id": "Q2690060", "display_name": "Iamsound Records", "legal_name": null, "aliases": [], "website": "https://www.iamsoundrecords.com", "canonical_domain": "iamsoundrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5332 +{"wikidata_id": "Q26966398", "display_name": "Intrepid Pictures", "legal_name": null, "aliases": [], "website": "https://www.intrepidpictures.com", "canonical_domain": "intrepidpictures.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5333 +{"wikidata_id": "Q2741255", "display_name": "IM Global", "legal_name": null, "aliases": ["LLC"], "website": "https://www.imglobalfilm.com", "canonical_domain": "imglobalfilm.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q935150", "name": "Reliance Anil Dhirubhai Ambani Group"}, "logo_url": null, "description": "American independent film and TV production company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5334 +{"wikidata_id": "Q27629636", "display_name": "Right Side Broadcasting Network", "legal_name": null, "aliases": ["RSBN"], "website": "https://rsbnetwork.com", "canonical_domain": "rsbnetwork.com", "country": "US", "hq_city": "Auburn", "hq_region": "Lee County", "lat": 32.59768, "lon": -85.48082, "industries": ["media"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American conservative news media company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5335 +{"wikidata_id": "Q2790070", "display_name": "Grand Canyon Airlines", "legal_name": null, "aliases": [], "website": "https://www.grandcanyonairlines.com", "canonical_domain": "grandcanyonairlines.com", "country": "US", "hq_city": "Tusayan", "hq_region": "Coconino County", "lat": 35.97528, "lon": -112.12889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5336 +{"wikidata_id": "Q28163337", "display_name": "Mercury Filmworks", "legal_name": null, "aliases": [], "website": "https://mercuryfilmworks.com", "canonical_domain": "mercuryfilmworks.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian animation studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5337 +{"wikidata_id": "Q28229368", "display_name": "Warner Bros. International Television Production", "legal_name": null, "aliases": ["Warner Bros. Intl TV Production"], "website": "https://www.wbitvp.com", "canonical_domain": "wbitvp.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Bros._International_Television_Production_2023.svg", "description": "international television production studio, subsidiary of Warner Bros", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5338 +{"wikidata_id": "Q28407257", "display_name": "Cybereason", "legal_name": null, "aliases": ["Cybereason Inc."], "website": "https://www.cybereason.com", "canonical_domain": "cybereason.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1578014", "parent": null, "logo_url": null, "description": "cybersecurity technology company founded in 2012", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5339 +{"wikidata_id": "Q28407537", "display_name": "Patriot Memory", "legal_name": null, "aliases": [], "website": "https://www.patriotmemory.com", "canonical_domain": "patriotmemory.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Patriot_Memory_2012_logo.svg", "description": "American computer memory and data storage manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5340 +{"wikidata_id": "Q2859201", "display_name": "Aquarius Records", "legal_name": null, "aliases": [], "website": "https://www.aquariusrecords.com", "canonical_domain": "aquariusrecords.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5341 +{"wikidata_id": "Q2862799", "display_name": "Armour and Company", "legal_name": null, "aliases": ["Armour & Company", "Armour Meats"], "website": "https://www.armourmeats.com", "canonical_domain": "armourmeats.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["consumer-goods", "agriculture"], "industry_labels": ["food and tobacco industry", "meatpacking industry", "production of meat and poultry meat products"], "founded_year": 1867, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American meatpacking company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5342 +{"wikidata_id": "Q2882071", "display_name": "Banco Hipotecario", "legal_name": null, "aliases": ["Mortgage Bank of Argentina"], "website": "https://www.hipotecario.com.ar", "canonical_domain": "hipotecario.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Banco_Hipotecario.svg", "description": "Argentine bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5343 +{"wikidata_id": "Q2894381", "display_name": "Caribair", "legal_name": null, "aliases": [], "website": "https://www.caribair.com.do", "canonical_domain": "caribair.com.do", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Santo Domingo, Dominican Republic", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5344 +{"wikidata_id": "Q2897080", "display_name": "Kehot Publication Society", "legal_name": null, "aliases": ["Kehot"], "website": "https://www.kehot.org", "canonical_domain": "kehot.org", "country": "US", "hq_city": "Crown Heights", "hq_region": "Brooklyn", "lat": 40.66306, "lon": -73.94472, "industries": ["media"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q737685", "name": "Chabad Lubavitch"}, "logo_url": null, "description": "publication society of the Chabad Lubavitch hasidic movement.", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5345 +{"wikidata_id": "Q2909797", "display_name": "Bomp! Records", "legal_name": null, "aliases": [], "website": "https://www.bomp.com", "canonical_domain": "bomp.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5346 +{"wikidata_id": "Q2932698", "display_name": "Textron Marine & Land Systems", "legal_name": null, "aliases": ["Cadillac Gage"], "website": "https://www.textronmarineandland.com", "canonical_domain": "textronmarineandland.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["shipping", "construction"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2140315", "name": "Textron"}, "logo_url": null, "description": "American military contractor", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5347 +{"wikidata_id": "Q29389430", "display_name": "Turpial Airlines", "legal_name": null, "aliases": [], "website": "https://www.turpialairlines.com", "canonical_domain": "turpialairlines.com", "country": "VE", "hq_city": "Valencia", "hq_region": "Carabobo", "lat": 10.16667, "lon": -68.0, "industries": ["airlines"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Venezuelan airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5348 +{"wikidata_id": "Q2941572", "display_name": "Cat Daddy Games", "legal_name": null, "aliases": [], "website": "https://www.catdaddy.com", "canonical_domain": "catdaddy.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q94933", "name": "Take-Two Interactive"}, "logo_url": null, "description": "video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5349 +{"wikidata_id": "Q29457308", "display_name": "Club 33", "legal_name": null, "aliases": [], "website": "https://www.club33disneyland.com", "canonical_domain": "club33disneyland.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 33.81112, "lon": -117.92099, "industries": ["hospitality", "food-beverage"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private clubs in Disney parks", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5350 +{"wikidata_id": "Q2972189", "display_name": "Cicis", "legal_name": null, "aliases": ["Cici's", "Cici's Pizza", "CiCi's Pizza", "Cicis Pizza"], "website": "https://www.cicis.com", "canonical_domain": "cicis.com", "country": "US", "hq_city": "Coppell", "hq_region": "Denton County", "lat": 32.95457, "lon": -97.01501, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_CiCis_Pizza.svg", "description": "American pizza buffet restaurant chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5351 +{"wikidata_id": "Q298014", "display_name": "Astar Air Cargo", "legal_name": null, "aliases": ["ASTAR Air Cargo"], "website": "https://www.astaraircargo.com", "canonical_domain": "astaraircargo.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astar_Air_Cargo_Logo.gif", "description": "US-american cargo airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5352 +{"wikidata_id": "Q2990302", "display_name": "Compañía Anónima Venezolana de Industrias Militares", "legal_name": null, "aliases": ["CAVIM"], "website": "https://www.cavim.com.ve", "canonical_domain": "cavim.com.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Venezuelan state-owned firearms manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5353 +{"wikidata_id": "Q2990370", "display_name": "Compartamos Banco ICR", "legal_name": null, "aliases": [], "website": "https://www.compartamos.com.mx", "canonical_domain": "compartamos.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["banking"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5354 +{"wikidata_id": "Q3009079", "display_name": "Mass Media Inc.", "legal_name": null, "aliases": ["Mass Media Games", "Mass Media Games", "Inc.", "Mass Media Inc", "Mass Media", "Inc."], "website": "https://www.massmedia.com", "canonical_domain": "massmedia.com", "country": "US", "hq_city": "Moorpark", "hq_region": "Ventura County", "lat": 34.28, "lon": -118.88889, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5355 +{"wikidata_id": "Q30099055", "display_name": "Disruptor Records", "legal_name": null, "aliases": [], "website": "https://disruptorrecords.com", "canonical_domain": "disruptorrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "American record label; subsidiary of Sony", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5356 +{"wikidata_id": "Q3030046", "display_name": "Snapfish", "legal_name": null, "aliases": [], "website": "https://www.snapfish.com", "canonical_domain": "snapfish.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["photography"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7505672", "name": "Shutterfly"}, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5357 +{"wikidata_id": "Q3047114", "display_name": "Ecstatic Peace!", "legal_name": null, "aliases": ["Ecstatic Peace records + tapes"], "website": "https://www.ecstaticpeace.com", "canonical_domain": "ecstaticpeace.com", "country": "US", "hq_city": "Easthampton", "hq_region": "Hampshire County", "lat": 42.26667, "lon": -72.66944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5358 +{"wikidata_id": "Q305249", "display_name": "Haworth", "legal_name": null, "aliases": [], "website": "https://www.haworth.com", "canonical_domain": "haworth.com", "country": "US", "hq_city": "Holland", "hq_region": "Ottawa County", "lat": 42.7875, "lon": -86.10889, "industries": ["consumer-goods"], "industry_labels": ["furniture industry"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300N7NMMZU49AUB77", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haworth_%28Unternehmen%29_logo.svg", "description": "office furniture company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5359 +{"wikidata_id": "Q3100754", "display_name": "ZE Records", "legal_name": null, "aliases": ["ZE"], "website": "https://www.zerecords.com", "canonical_domain": "zerecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5360 +{"wikidata_id": "Q3106841", "display_name": "Paw Tracks", "legal_name": null, "aliases": [], "website": "https://www.paw-tracks.com", "canonical_domain": "paw-tracks.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5361 +{"wikidata_id": "Q3109712", "display_name": "Star Trak Entertainment", "legal_name": null, "aliases": [], "website": "https://www.startrakmusic.com", "canonical_domain": "startrakmusic.com", "country": "US", "hq_city": "Virginia Beach", "hq_region": "Virginia", "lat": 36.8506, "lon": -75.9779, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q231694", "name": "Interscope Records"}, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5362 +{"wikidata_id": "Q3127942", "display_name": "Harry Winston, Inc.", "legal_name": null, "aliases": ["Harry Winston", "Harry Winston Inc", "Harry Winston Inc.", "Harry H. Winston Jewels", "Inc."], "website": "https://www.harrywinston.com", "canonical_domain": "harrywinston.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["horology", "jewelry industry"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q694107", "name": "The Swatch Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harry_Winston_Diamond_Corporation_logo.svg", "description": "luxury jeweler", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5363 +{"wikidata_id": "Q3133362", "display_name": "Her Interactive", "legal_name": null, "aliases": [], "website": "https://www.herinteractive.com", "canonical_domain": "herinteractive.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1045655", "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5364 +{"wikidata_id": "Q3141354", "display_name": "House of Hardcore", "legal_name": null, "aliases": [], "website": "https://www.houseofhardcore.net", "canonical_domain": "houseofhardcore.net", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American wrestling promotion", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5365 +{"wikidata_id": "Q3146765", "display_name": "Fair Trade Services", "legal_name": null, "aliases": [], "website": "https://www.fairtradeservices.com", "canonical_domain": "fairtradeservices.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services", "entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label; imprint of Fair Trade Services", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5366 +{"wikidata_id": "Q3178470", "display_name": "Jewel-Osco", "legal_name": null, "aliases": ["Jewel Osco", "Jewel Osco Supermarket", "jewel supermarket"], "website": "https://www.jewelosco.com", "canonical_domain": "jewelosco.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2831861", "name": "Albertsons"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jewel-Osco_logo.svg", "description": "American supermarket chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5367 +{"wikidata_id": "Q3181807", "display_name": "John Inglis and Company", "legal_name": null, "aliases": [], "website": "https://www.inglis.ca", "canonical_domain": "inglis.ca", "country": "CA", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian appliance manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5368 +{"wikidata_id": "Q3195152", "display_name": "Kenmore Air", "legal_name": null, "aliases": [], "website": "https://www.kenmoreair.com", "canonical_domain": "kenmoreair.com", "country": "US", "hq_city": "Kenmore Air Harbor", "hq_region": "Washington", "lat": 47.7547, "lon": -122.259, "industries": ["airlines"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5369 +{"wikidata_id": "Q3209285", "display_name": "Grupo Reforma", "legal_name": null, "aliases": [], "website": "https://www.reforma.com", "canonical_domain": "reforma.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_REFORMA_%28M%C3%A9xico%29.png", "description": "Mexican print media company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5370 +{"wikidata_id": "Q3210329", "display_name": "La Maison Simons", "legal_name": null, "aliases": ["Simons", "Maison Simons"], "website": "https://www.simons.com", "canonical_domain": "simons.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1840, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "department store chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5371 +{"wikidata_id": "Q3244128", "display_name": "Daylight Records", "legal_name": null, "aliases": [], "website": "https://www.daylightrecords.com", "canonical_domain": "daylightrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5372 +{"wikidata_id": "Q3259007", "display_name": "LongHorn Steakhouse", "legal_name": null, "aliases": [], "website": "https://www.longhornsteakhouse.com", "canonical_domain": "longhornsteakhouse.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5373 +{"wikidata_id": "Q3267419", "display_name": "NEMS Enterprises", "legal_name": null, "aliases": [], "website": "https://www.nems.com.ar", "canonical_domain": "nems.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentinean record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5374 +{"wikidata_id": "Q3271591", "display_name": "London Bridge Studio", "legal_name": null, "aliases": [], "website": "https://www.londonbridgestudio.com", "canonical_domain": "londonbridgestudio.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Seattle recording studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5375 +{"wikidata_id": "Q3273897", "display_name": "MacPlay", "legal_name": null, "aliases": ["MP Digital", "LLC"], "website": "https://www.macplay.com", "canonical_domain": "macplay.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2000sMacPlayLogo.svg", "description": "video game publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5376 +{"wikidata_id": "Q3284958", "display_name": "Banco Real", "legal_name": null, "aliases": [], "website": "https://www.bancoreal.com.br", "canonical_domain": "bancoreal.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Real.svg", "description": "the Royal Bank of Brazil, a subsidiary of ABN AMRO", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5377 +{"wikidata_id": "Q3296752", "display_name": "Dualstar", "legal_name": null, "aliases": ["Dualstar Entertainment", "Dualstar Entertainment Group", "Dualstar Entertainment Group", "LLC"], "website": "https://www.dualstarentertainmentgroup.com", "canonical_domain": "dualstarentertainmentgroup.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a privately held American limited liability company owned by Mary-Kate Olsen and Ashley Olsen", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5378 +{"wikidata_id": "Q3303650", "display_name": "McFarlane Toys", "legal_name": null, "aliases": [], "website": "https://mcfarlanetoysstore.com", "canonical_domain": "mcfarlanetoysstore.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mcfarlane_logo.png", "description": "American collectible company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5379 +{"wikidata_id": "Q3304805", "display_name": "Ginebra San Miguel", "legal_name": null, "aliases": [], "website": "https://www.ginebrasanmiguel.com", "canonical_domain": "ginebrasanmiguel.com", "country": "CO", "hq_city": "Valle del Cauca Department", "hq_region": "Colombia", "lat": 3.93333, "lon": -76.51667, "industries": [], "industry_labels": [], "founded_year": 1834, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "subsidiary of San Miguel Corporation", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5380 +{"wikidata_id": "Q3320711", "display_name": "Untangle", "legal_name": null, "aliases": [], "website": "https://www.untangle.com", "canonical_domain": "untangle.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5381 +{"wikidata_id": "Q3334253", "display_name": "NBBJ", "legal_name": null, "aliases": ["Naramore", "Bain", "Brady & Johanson", "Naramore", "Bain", "Brady", "and Johanson"], "website": "https://www.nbbj.com", "canonical_domain": "nbbj.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["construction"], "industry_labels": ["SIC 3990 Miscellaneous Manufacturing Industries"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "BRC", "exchange": "NYSE", "lei": null, "sec_cik": "746598", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBBJ_logo.svg", "description": "global architecture, planning and design firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "746598", "enriched_at": "2026-09-13T07:21:18+00:00"}}
5382 +{"wikidata_id": "Q3338703", "display_name": "Neurot Recordings", "legal_name": null, "aliases": [], "website": "https://www.neurotrecordings.com", "canonical_domain": "neurotrecordings.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American rock music record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5383 +{"wikidata_id": "Q3339191", "display_name": "NextEra Energy Resources", "legal_name": null, "aliases": [], "website": "https://www.nexteraenergyresources.com", "canonical_domain": "nexteraenergyresources.com", "country": "US", "hq_city": "Juno Beach", "hq_region": "Palm Beach County", "lat": 26.87333, "lon": -80.05417, "industries": ["energy"], "industry_labels": ["energy company"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q967868", "name": "NextEra Energy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NextEra_Energy_Resources_logo.svg", "description": "American electricity supplier", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5384 +{"wikidata_id": "Q3351674", "display_name": "Olympikus", "legal_name": null, "aliases": [], "website": "https://www.olympikus.com.br", "canonical_domain": "olympikus.com.br", "country": "BR", "hq_city": "Itapetinga", "hq_region": "Bahia", "lat": -15.24889, "lon": -40.24778, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Olympikus_%282021%29.svg", "description": "Brazilian sports equipment company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5385 +{"wikidata_id": "Q3356678", "display_name": "Orrick, Herrington & Sutcliffe", "legal_name": null, "aliases": ["Orrick", "Orrick Herrington & Sutcliffe"], "website": "https://www.orrick.com", "canonical_domain": "orrick.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "financial-services", "professional-services", "transportation"], "industry_labels": ["technology", "finance", "legal services", "energy infrastructure"], "founded_year": 1863, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orrick_Herrington_%26_Sutcliffe_logo.svg", "description": "multinational law firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5386 +{"wikidata_id": "Q3360013", "display_name": "Pabst Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.pabstbrewingco.com", "canonical_domain": "pabstbrewingco.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1844, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery named after Frederick Pabst", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5387 +{"wikidata_id": "Q3368754", "display_name": "PatientsLikeMe", "legal_name": null, "aliases": ["PatientsLikeMe (United States)"], "website": "https://www.patientslikeme.com", "canonical_domain": "patientslikeme.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Health management social networking website", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5388 +{"wikidata_id": "Q3378857", "display_name": "Philadelphia Toboggan Coasters", "legal_name": null, "aliases": ["PTC", "Inc", "Philadelphia Toboggan Company"], "website": "https://www.philadelphiatoboggancoastersinc.com", "canonical_domain": "philadelphiatoboggancoastersinc.com", "country": "US", "hq_city": "Hatfield", "hq_region": "Montgomery County", "lat": 40.27983, "lon": -75.29934, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "PTC", "exchange": "Nasdaq", "lei": null, "sec_cik": "857005", "parent": null, "logo_url": null, "description": "roller coaster manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "857005", "enriched_at": "2026-09-13T07:21:18+00:00"}}
5389 +{"wikidata_id": "Q3417756", "display_name": "RainSong", "legal_name": null, "aliases": ["RainSong (company)"], "website": "https://www.rainsong.com", "canonical_domain": "rainsong.com", "country": "US", "hq_city": "Woodinville", "hq_region": "King County", "lat": 47.7525, "lon": -122.156, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rain_song_guitars_logo.png", "description": "American musical instrument manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5390 +{"wikidata_id": "Q341975", "display_name": "Acme Markets", "legal_name": null, "aliases": [], "website": "https://www.acmemarkets.com", "canonical_domain": "acmemarkets.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2831861", "name": "Albertsons"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acme_Markets_lolo.svg", "description": "American supermarket chain and pharmacy", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5391 +{"wikidata_id": "Q3424298", "display_name": "Relay", "legal_name": null, "aliases": [], "website": "https://www.relay.com", "canonical_domain": "relay.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1852, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q185773", "name": "Lagardère Travel Retail"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Relay_logo.svg", "description": "chain of newspaper, magazine, book, and convenience stores", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5392 +{"wikidata_id": "Q3431149", "display_name": "Intellectual Ventures", "legal_name": null, "aliases": [], "website": "https://www.intellectualventures.com", "canonical_domain": "intellectualventures.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intellectual_Ventures_Logo.svg", "description": "U.S. company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5393 +{"wikidata_id": "Q3445719", "display_name": "Roxy", "legal_name": null, "aliases": [], "website": "https://www.roxy.fr", "canonical_domain": "roxy.fr", "country": "US", "hq_city": "Huntington Beach", "hq_region": "Orange County", "lat": 33.69278, "lon": -117.99972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1329463", "name": "Quiksilver"}, "logo_url": null, "description": "Women's sport clothing brand", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5394 +{"wikidata_id": "Q3460149", "display_name": "Stag Arms", "legal_name": null, "aliases": [], "website": "https://www.stagarms.com", "canonical_domain": "stagarms.com", "country": "US", "hq_city": "New Britain", "hq_region": "Capitol Planning Region", "lat": 41.675, "lon": -72.78722, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/StagArmsMiddleLogos%2BSlogan.svg", "description": "firearms manufacturer in New Britain, Connecticut", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5395 +{"wikidata_id": "Q3475516", "display_name": "Schott NYC", "legal_name": null, "aliases": [], "website": "https://www.schottnyc.com", "canonical_domain": "schottnyc.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schott_NYC_logo.png", "description": "American clothing manufacturing company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5396 +{"wikidata_id": "Q3483312", "display_name": "Sidley Austin", "legal_name": null, "aliases": ["Sidley & Austin", "Sidley Austin Brown & Wood LLP", "Sidley Austin LLP"], "website": "https://www.sidley.com", "canonical_domain": "sidley.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1866, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sidley_Austin_logo.svg", "description": "U.S.-based corporate law firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5397 +{"wikidata_id": "Q348446", "display_name": "NorthernBlues Music", "legal_name": null, "aliases": ["Northern Blues Records"], "website": "https://www.northernblues.com", "canonical_domain": "northernblues.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5398 +{"wikidata_id": "Q3493638", "display_name": "Anthem", "legal_name": null, "aliases": ["Anthem Records"], "website": "https://www.anthementertainmentgroup.com", "canonical_domain": "anthementertainmentgroup.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5399 +{"wikidata_id": "Q3494959", "display_name": "Tapout", "legal_name": null, "aliases": ["Tapout Drinks"], "website": "https://tapoutdrinks.com", "canonical_domain": "tapoutdrinks.com", "country": "US", "hq_city": "Seal Beach", "hq_region": "Orange County", "lat": 33.75917, "lon": -118.0825, "industries": ["apparel"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tapout_brand_logo.png", "description": "American clothing brand", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5400 +{"wikidata_id": "Q3500041", "display_name": "Strange Music", "legal_name": "Strange Music", "aliases": [], "website": "https://www.strangemusicinc.net", "canonical_domain": "strangemusicinc.net", "country": "US", "hq_city": "Lee's Summit", "hq_region": "Jackson County", "lat": 38.9225, "lon": -94.37417, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5401 +{"wikidata_id": "Q3504397", "display_name": "Avirex", "legal_name": null, "aliases": [], "website": "https://www.avirex.com", "canonical_domain": "avirex.com", "country": "US", "hq_city": "Bernardsville", "hq_region": "Somerset County", "lat": 40.73056, "lon": -74.5925, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothng company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5402 +{"wikidata_id": "Q3508593", "display_name": "Northwestern University Press", "legal_name": null, "aliases": [], "website": "https://nupress.northwestern.edu", "canonical_domain": "northwestern.edu", "country": "US", "hq_city": "Evanston", "hq_region": "Cook County", "lat": 42.04722, "lon": -87.685, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q615670"}]}
5403 +{"wikidata_id": "Q3517292", "display_name": "Telefónica Argentina", "legal_name": null, "aliases": [], "website": "https://www.telefonica.com.ar", "canonical_domain": "telefonica.com.ar", "country": "AR", "hq_city": "Avenida Ingeniero Huergo", "hq_region": "Buenos Aires", "lat": -34.61609, "lon": -58.36662, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160229", "name": "Telefónica"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telef%C3%B3nica_2021_logo.svg", "description": "Argentine subsidiary of Telefónica", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5404 +{"wikidata_id": "Q3531299", "display_name": "Tommy Bahama", "legal_name": null, "aliases": [], "website": "https://www.tommybahama.com", "canonical_domain": "tommybahama.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7115371", "name": "Oxford Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tommy_Bahama_logo.svg", "description": "Seattle-based manufacturer of casual, men's and women's sportswear and activewear", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5405 +{"wikidata_id": "Q3540895", "display_name": "Double R Productions", "legal_name": null, "aliases": [], "website": "https://www.troublemakerstudios.com", "canonical_domain": "troublemakerstudios.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5406 +{"wikidata_id": "Q3544483", "display_name": "Aerodavinci", "legal_name": null, "aliases": ["Aero Davinci"], "website": "https://aerodavinci.com.mx", "canonical_domain": "aerodavinci.com.mx", "country": "MX", "hq_city": "Reynosa", "hq_region": "Reynosa Municipality", "lat": 26.09222, "lon": -98.27778, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5407 +{"wikidata_id": "Q3546604", "display_name": "Telefilm Canada", "legal_name": null, "aliases": ["Canadian Film Development Corporation"], "website": "https://www.telefilm.ca", "canonical_domain": "telefilm.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telefilm_Canada_logo.svg", "description": "Crown corporation involved in film and video", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5408 +{"wikidata_id": "Q3546997", "display_name": "Tía SA", "legal_name": null, "aliases": ["Almacenes Tia", "Casa Tia", "Tia SA"], "website": "https://www.tia.com.ec", "canonical_domain": "tia.com.ec", "country": "CO", "hq_city": "Guayaquil", "hq_region": "Guayaquil", "lat": -2.19, "lon": -79.8875, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colombian supermarket chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5409 +{"wikidata_id": "Q3563813", "display_name": "Vulcan Inc.", "legal_name": null, "aliases": [], "website": "https://www.vulcan.com", "canonical_domain": "vulcan.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": [], "industry_labels": ["philanthropy"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VulcanGreenGray.png", "description": "company founded by Paul Allen", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5410 +{"wikidata_id": "Q3601318", "display_name": "ATK motorcycles", "legal_name": "ATK Motorcycles", "aliases": ["ATK"], "website": "https://www.atkusa.com", "canonical_domain": "atkusa.com", "country": "US", "hq_city": "Centerville", "hq_region": "Davis County", "lat": 40.92694, "lon": -111.88, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "type of motorcycle", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5411 +{"wikidata_id": "Q3662070", "display_name": "Rocky Mountain Construction", "legal_name": null, "aliases": [], "website": "https://www.rockymtnconstruction.com", "canonical_domain": "rockymtnconstruction.com", "country": "US", "hq_city": "Hayden", "hq_region": "Kootenai County", "lat": 47.75722, "lon": -116.78889, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "roller coaster manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5412 +{"wikidata_id": "Q368194", "display_name": "Wounded Bird Records", "legal_name": null, "aliases": [], "website": "https://www.woundedbird.com", "canonical_domain": "woundedbird.com", "country": "US", "hq_city": "Guilderland", "hq_region": "New York", "lat": 42.7039, "lon": -73.9119, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5413 +{"wikidata_id": "Q3697071", "display_name": "Crespi Competición", "legal_name": null, "aliases": ["Crespi Competicion"], "website": "https://www.tuliocrespi.com", "canonical_domain": "tuliocrespi.com", "country": "AR", "hq_city": "Balcarce", "hq_region": "Balcarce Partido", "lat": -37.84641, "lon": -58.25563, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine vehicle manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5414 +{"wikidata_id": "Q372747", "display_name": "Justice Prisoner and Alien Transportation System", "legal_name": null, "aliases": ["Con Air", "ICE Air", "JPATS"], "website": "https://www.usmarshals.gov", "canonical_domain": "usmarshals.gov", "country": "US", "hq_city": "Kansas City", "hq_region": "Platte County", "lat": 39.05, "lon": -94.58333, "industries": ["transportation", "airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q934866", "name": "United States Marshals Service"}, "logo_url": null, "description": "transport company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5415 +{"wikidata_id": "Q3739866", "display_name": "Irwin Industrial Tools", "legal_name": null, "aliases": ["IRWIN Industrial Tools", "IRWIN TOOLS"], "website": "https://www.irwin.com", "canonical_domain": "irwin.com", "country": "US", "hq_city": "Huntersville", "hq_region": "Mecklenburg County", "lat": 35.40944, "lon": -80.86361, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1885, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Irwin_Tools_logo.svg", "description": "manufacturer and distributor of hand tools and power tool accessories", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5416 +{"wikidata_id": "Q37736848", "display_name": "CloudMinds", "legal_name": null, "aliases": [], "website": "https://cloudminds.com", "canonical_domain": "cloudminds.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CloudMinds_logo.png", "description": "operator of cloud-based systems", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5417 +{"wikidata_id": "Q3775043", "display_name": "GameHouse", "legal_name": null, "aliases": ["GameHouose Studios", "GameHouse Inc."], "website": "https://www.gamehouse.com", "canonical_domain": "gamehouse.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1327874", "name": "RealNetworks"}, "logo_url": null, "description": "American video game developer and publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5418 +{"wikidata_id": "Q3783414", "display_name": "Harmony Gold USA", "legal_name": null, "aliases": ["Harmony Gold"], "website": "https://www.harmonygold.com", "canonical_domain": "harmonygold.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["mining", "entertainment"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and TV company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5419 +{"wikidata_id": "Q381605", "display_name": "aeroperlas.com", "legal_name": null, "aliases": ["Aerolíneas Islas de Las Perlas"], "website": "https://www.aeroperlas.com", "canonical_domain": "aeroperlas.com", "country": "PA", "hq_city": "Panama City", "hq_region": "Panamá District", "lat": 8.97111, "lon": -79.53472, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q295280", "name": "AMR Corporation"}, "logo_url": null, "description": "airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5420 +{"wikidata_id": "Q3885836", "display_name": "Original Penguin", "legal_name": null, "aliases": ["An Original Penguin by Munsingwear"], "website": "https://www.originalpenguin.com", "canonical_domain": "originalpenguin.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American clothing line", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5421 +{"wikidata_id": "Q3899649", "display_name": "Perceptive Pixel", "legal_name": null, "aliases": [], "website": "https://www.perceptivepixel.com", "canonical_domain": "perceptivepixel.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": null, "description": "division of Microsoft", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5422 +{"wikidata_id": "Q392525", "display_name": "Agencia Venezolana de Noticias", "legal_name": null, "aliases": [], "website": "https://www.avn.info.ve", "canonical_domain": "avn.info.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["media"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AVN_Venezuela_logo.svg", "description": "national news agency of Venezuela", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5423 +{"wikidata_id": "Q3931687", "display_name": "Regency Village Theatre", "legal_name": null, "aliases": ["Village Theatre", "Fox Theater", "Westwood Village", "Fox Village Theater", "Fox Westwood Village", "Mann Village Theatre", "Mann Village Theatre", "Westwood"], "website": "https://regencymovies.com", "canonical_domain": "regencymovies.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 34.06268, "lon": -118.44741, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "movie theater in Westwood Village, Los Angeles", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5424 +{"wikidata_id": "Q3978140", "display_name": "Suretone Records", "legal_name": null, "aliases": [], "website": "https://www.suretone.com", "canonical_domain": "suretone.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5425 +{"wikidata_id": "Q3980102", "display_name": "Tagima", "legal_name": null, "aliases": [], "website": "https://tagima.com.br", "canonical_domain": "tagima.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Tagima.svg", "description": "Brazilian guitar manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5426 +{"wikidata_id": "Q3991326", "display_name": "Tilera", "legal_name": null, "aliases": [], "website": "https://www.tilera.com", "canonical_domain": "tilera.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tilera_logo.svg", "description": "former semiconductor company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5427 +{"wikidata_id": "Q4033608", "display_name": "AirNet Express", "legal_name": null, "aliases": ["AirNet"], "website": "https://www.airnet.com", "canonical_domain": "airnet.com", "country": "US", "hq_city": "Rickenbacker International Airport", "hq_region": "Ohio", "lat": 39.81389, "lon": -82.92778, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Part 135 cargo airline based in Franklin County, Ohio, USA", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5428 +{"wikidata_id": "Q4033684", "display_name": "Aldec", "legal_name": null, "aliases": [], "website": "https://www.aldec.com", "canonical_domain": "aldec.com", "country": "US", "hq_city": "Henderson", "hq_region": "Clark County", "lat": 36.03167, "lon": -114.98139, "industries": ["software", "technology"], "industry_labels": ["software development", "electronics industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aldec%2C_Inc._Company_Logo%2C_Crescent_style.svg", "description": "electronic design automation company based in Henderson, Nevada", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5429 +{"wikidata_id": "Q4033728", "display_name": "Alkan Air", "legal_name": null, "aliases": [], "website": "https://www.alkanair.com", "canonical_domain": "alkanair.com", "country": "CA", "hq_city": "Whitehorse", "hq_region": "Yukon", "lat": 60.71722, "lon": -135.05583, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian charter airline and air ambulance", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5430 +{"wikidata_id": "Q4034297", "display_name": "Arctic Sunwest Charters", "legal_name": null, "aliases": [], "website": "https://www.arcticsunwest.com", "canonical_domain": "arcticsunwest.com", "country": "CA", "hq_city": "Yellowknife", "hq_region": "Northwest Territories", "lat": 62.44222, "lon": -114.3975, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5431 +{"wikidata_id": "Q4034425", "display_name": "Arts & Crafts Productions", "legal_name": null, "aliases": [], "website": "https://www.arts-crafts.ca", "canonical_domain": "arts-crafts.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arts_%26_Crafts_Productions_logo.svg", "description": "record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5432 +{"wikidata_id": "Q4036429", "display_name": "Comcast Spectacor", "legal_name": null, "aliases": [], "website": "https://www.comcastspectacor.com", "canonical_domain": "comcastspectacor.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["entertainment"], "industry_labels": ["professional sport"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1113804", "name": "Comcast"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ComcastSpectacor_COLOR90.svg", "description": "American sports and entertainment company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5433 +{"wikidata_id": "Q4038137", "display_name": "Epic Aircraft", "legal_name": null, "aliases": [], "website": "https://www.epicaircraft.com", "canonical_domain": "epicaircraft.com", "country": "US", "hq_city": "Bend", "hq_region": "Deschutes County", "lat": 44.05639, "lon": -121.30806, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US-based aircraft manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5434 +{"wikidata_id": "Q4040635", "display_name": "Hi-Point Firearms", "legal_name": null, "aliases": [], "website": "https://www.hi-pointfirearms.com", "canonical_domain": "hi-pointfirearms.com", "country": "US", "hq_city": "Mansfield", "hq_region": "Richland County", "lat": 40.75486, "lon": -82.52286, "industries": ["defense"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5435 +{"wikidata_id": "Q4042345", "display_name": "Krause Publications", "legal_name": null, "aliases": [], "website": "https://www.krause.com", "canonical_domain": "krause.com", "country": "US", "hq_city": "Iola", "hq_region": "Waupaca County", "lat": 44.5414, "lon": -89.1481, "industries": ["media"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4677509", "name": "Active Interest Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Krauselogo.png", "description": "American publisher of hobby magazines and books", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5436 +{"wikidata_id": "Q4043197", "display_name": "Universal Music Group Nashville", "legal_name": null, "aliases": ["UMG Nashville", "Universal Nashville"], "website": "https://www.umgnashville.com", "canonical_domain": "umgnashville.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Music_Group_Nashville_logo.svg", "description": "US record company; Universal Music Group's country music subsidiary", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5437 +{"wikidata_id": "Q4043403", "display_name": "Minnesota Educational Computing Consortium", "legal_name": null, "aliases": ["MECC"], "website": "https://www.mecc.co", "canonical_domain": "mecc.co", "country": "US", "hq_city": "Brooklyn Center", "hq_region": "Hennepin County", "lat": 45.07486, "lon": -93.32964, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MECC_logo.svg", "description": "organization to coordinate and provide computer services to schools in the state Minnesota", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5438 +{"wikidata_id": "Q4044492", "display_name": "MontaVista", "legal_name": null, "aliases": ["MontaVista Software"], "website": "https://www.mvista.com", "canonical_domain": "mvista.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": ["software development", "software industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_MontaVista_logo.png", "description": "American embedded and enterprise Linux software company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5439 +{"wikidata_id": "Q4044536", "display_name": "Morningstar Air Express", "legal_name": null, "aliases": [], "website": "https://www.maei.ca", "canonical_domain": "maei.ca", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian cargo airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5440 +{"wikidata_id": "Q4048134", "display_name": "Reflexive Entertainment", "legal_name": null, "aliases": [], "website": "https://www.reflexive.com", "canonical_domain": "reflexive.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": null, "description": "American video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5441 +{"wikidata_id": "Q4049104", "display_name": "Scala, Inc", "legal_name": null, "aliases": [], "website": "https://www.scala.com", "canonical_domain": "scala.com", "country": "US", "hq_city": "Varberg Municipality", "hq_region": "Halland County", "lat": 57.1, "lon": 12.25, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300MAJDX31ONLXO57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scala_software_logo.svg", "description": "software company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5442 +{"wikidata_id": "Q4049219", "display_name": "Seair Seaplanes", "legal_name": null, "aliases": [], "website": "https://www.seairseaplanes.com", "canonical_domain": "seairseaplanes.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "scheduled and charter airline based in Richmond, British Columbia, Canada", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5443 +{"wikidata_id": "Q4050566", "display_name": "TAM Aviação Executiva", "legal_name": null, "aliases": [], "website": "https://www.tamaviacaoexecutiva.com.br", "canonical_domain": "tamaviacaoexecutiva.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5444 +{"wikidata_id": "Q4051458", "display_name": "Thunder Airlines", "legal_name": null, "aliases": [], "website": "https://www.thunderair.com", "canonical_domain": "thunderair.com", "country": "CA", "hq_city": "Thunder Bay", "hq_region": "Thunder Bay District", "lat": 48.3822, "lon": -89.2461, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5445 +{"wikidata_id": "Q4051714", "display_name": "Transwest Air", "legal_name": null, "aliases": ["ABS", "9T"], "website": "https://www.transwestair.com", "canonical_domain": "transwestair.com", "country": "CA", "hq_city": "Prince Albert", "hq_region": "Saskatchewan", "lat": 53.2, "lon": -105.75, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4053058", "name": "West Wind Aviation"}, "logo_url": null, "description": "airline in the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5446 +{"wikidata_id": "Q4287779", "display_name": "Massachusetts Medical Society", "legal_name": null, "aliases": [], "website": "https://www.massmed.org", "canonical_domain": "massmed.org", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["healthcare", "media"], "industry_labels": [], "founded_year": 1781, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "operating medical society in the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5447 +{"wikidata_id": "Q4353192", "display_name": "The Carsey-Werner Company", "legal_name": "Carsey-Werner-Mandabach Productions", "aliases": ["Carsey-Werner Productions", "Carsey-Werner Television"], "website": "https://www.carseywerner.com", "canonical_domain": "carseywerner.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media", "entertainment"], "industry_labels": ["television", "film industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American television production company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5448 +{"wikidata_id": "Q4354870", "display_name": "Draper Fisher Jurvetson", "legal_name": null, "aliases": ["DFJ"], "website": "https://www.dfj.com", "canonical_domain": "dfj.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Draper_Fisher_Jurvetson.png", "description": "American venture capital firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5449 +{"wikidata_id": "Q4358669", "display_name": "Falkland Islands Government Aviation Service", "legal_name": null, "aliases": ["Falkland Islands Government Air Service", "FIGAS"], "website": "https://www.falklands.gov.fk", "canonical_domain": "falklands.gov.fk", "country": "FK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based at Port Stanley Airport, Falkland Islands", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5450 +{"wikidata_id": "Q4382045", "display_name": "Capitol Christian Music Group", "legal_name": "Capitol Christian Music Group", "aliases": ["Capitol CMG"], "website": "https://www.capitolchristianmusicgroup.com", "canonical_domain": "capitolchristianmusicgroup.com", "country": "US", "hq_city": "Brentwood", "hq_region": "Williamson County", "lat": 35.99819, "lon": -86.79262, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2937480", "name": "Capitol Music Group"}, "logo_url": null, "description": "American music group", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5451 +{"wikidata_id": "Q4386010", "display_name": "GM CAMI Assembly", "legal_name": null, "aliases": ["CAMI Assembly plant", "CAMI Automotive"], "website": "https://www.gmcamiassembly.ca", "canonical_domain": "gmcamiassembly.ca", "country": "CA", "hq_city": "Ingersoll", "hq_region": "Oxford County", "lat": 43.03917, "lon": -80.88361, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": null, "description": "a defunct, independently incorporated joint venture vehicle manufacturing facility", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5452 +{"wikidata_id": "Q4387259", "display_name": "Scientific Atlanta", "legal_name": null, "aliases": [], "website": "https://www.sciatl.com", "canonical_domain": "sciatl.com", "country": "US", "hq_city": "Lawrenceville", "hq_region": "Gwinnett County", "lat": 33.9531, "lon": -83.9925, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scientific_Atlanta_logo.svg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5453 +{"wikidata_id": "Q450365", "display_name": "Alyson Books", "legal_name": null, "aliases": ["Alyson", "Alyson Publications"], "website": "https://www.alyson.com", "canonical_domain": "alyson.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alyson_Books_logo.jpg", "description": "book publishing house", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5454 +{"wikidata_id": "Q4558777", "display_name": "Edwin Mellen Press", "legal_name": "Edwin Mellen Press", "aliases": ["Mellen Biblical Press", "Mellen Poetry Press", "Mellen Press"], "website": "https://www.mellenpress.com", "canonical_domain": "mellenpress.com", "country": "US", "hq_city": "Lewiston", "hq_region": "Niagara County", "lat": 43.1773, "lon": -79.02482, "industries": ["media"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mellen_logo.jpg", "description": "publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5455 +{"wikidata_id": "Q4567149", "display_name": "Tijuana Beer", "legal_name": null, "aliases": [], "website": "https://www.tjbeer.com", "canonical_domain": "tjbeer.com", "country": "MX", "hq_city": "Tijuana", "hq_region": "Tijuana Municipality", "lat": 32.53645, "lon": -117.03715, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5456 +{"wikidata_id": "Q4646307", "display_name": "99 Ranch Market", "legal_name": null, "aliases": ["Ranch 99", "Tawa Supermarket Inc."], "website": "https://99ranch.com", "canonical_domain": "99ranch.com", "country": "US", "hq_city": "Buena Park", "hq_region": "Orange County", "lat": 33.85611, "lon": -118.00417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Asian supermarket chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5457 +{"wikidata_id": "Q4650251", "display_name": "ABC Stores", "legal_name": null, "aliases": ["ABC Store"], "website": "https://www.abcstores.com", "canonical_domain": "abcstores.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABCStoresLogo.jpg", "description": "chain of convenience stores based in Honolulu owned by MNS Ltd", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5458 +{"wikidata_id": "Q466971", "display_name": "Bembos", "legal_name": null, "aliases": [], "website": "https://www.bembos.com.pe", "canonical_domain": "bembos.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bembos_logo15.png", "description": "fast food restaurant chain in Peru", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5459 +{"wikidata_id": "Q4726358", "display_name": "Alicorp", "legal_name": null, "aliases": [], "website": "https://www.alicorp.com.pe", "canonical_domain": "alicorp.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alicorp.svg", "description": "Peruvian consumer goods company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5460 +{"wikidata_id": "Q4732537", "display_name": "Allied Universal", "legal_name": null, "aliases": ["Allied Universal Security Services"], "website": "https://www.aus.com", "canonical_domain": "aus.com", "country": "US", "hq_city": "Santa Ana", "hq_region": "Orange County", "lat": 33.74083, "lon": -117.88139, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allied_Universal_company_logo.png", "description": "facility services company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5461 +{"wikidata_id": "Q4736968", "display_name": "Altos Hornos de México", "legal_name": null, "aliases": ["Altos Hornos de Mexico"], "website": "https://www.ahmsa.com", "canonical_domain": "ahmsa.com", "country": "MX", "hq_city": "Monclova", "hq_region": "Monclova Municipality", "lat": 26.90111, "lon": -101.41722, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ahmsa-logo.png", "description": "steel plant in Mexico", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5462 +{"wikidata_id": "Q4745703", "display_name": "Ameriflight", "legal_name": null, "aliases": ["AMF", "A8", "AMFLIGHT"], "website": "https://www.ameriflight.com", "canonical_domain": "ameriflight.com", "country": "US", "hq_city": "Dallas/Fort Worth International Airport", "hq_region": "Texas", "lat": 32.89694, "lon": -97.03806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ameriflight_logo.svg", "description": "cargo airline in the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5463 +{"wikidata_id": "Q4762034", "display_name": "AngelList", "legal_name": null, "aliases": ["angel co", "Angel List", "angelco", "AngelList Holdings LLC", "AngelList LLC"], "website": "https://angel.co", "canonical_domain": "angel.co", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online platform connecting startups, angel investors, and job-seekers", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5464 +{"wikidata_id": "Q4778364", "display_name": "Anytime Fitness", "legal_name": null, "aliases": ["Anytime Fitness LLC"], "website": "https://www.anytimefitness.com", "canonical_domain": "anytimefitness.com", "country": "US", "hq_city": "Hastings", "hq_region": "Dakota County", "lat": 44.73525, "lon": -92.85265, "industries": ["healthcare", "retail"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "health club retail chain in the United States and elsewhere, owned by Self Esteem Brands", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5465 +{"wikidata_id": "Q4781554", "display_name": "Applied Minds", "legal_name": null, "aliases": [], "website": "https://www.appliedminds.com", "canonical_domain": "appliedminds.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Applied_Minds_logo.svg", "description": "American technology studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5466 +{"wikidata_id": "Q4782563", "display_name": "AquaBounty Technologies", "legal_name": null, "aliases": ["AQB", "AquaBounty"], "website": "https://aquabounty.com", "canonical_domain": "aquabounty.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "SIC 0900 Fishing, Hunting and Trapping"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "AQB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1603978", "parent": null, "logo_url": null, "description": "American biotechnology company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1603978", "enriched_at": "2026-09-13T07:21:18+00:00"}}
5467 +{"wikidata_id": "Q4785161", "display_name": "Arcadia Publishing", "legal_name": null, "aliases": ["Arcadia Publishing Inc."], "website": "https://www.arcadiapublishing.com", "canonical_domain": "arcadiapublishing.com", "country": "US", "hq_city": "Mount Pleasant", "hq_region": "Charleston County", "lat": 32.79407, "lon": -79.86259, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5468 +{"wikidata_id": "Q4854086", "display_name": "Banco Credicoop", "legal_name": null, "aliases": [], "website": "https://www.bancocredicoop.coop", "canonical_domain": "bancocredicoop.coop", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Banco_Credicoop.svg", "description": "cooperatively-owned bank in Argentina", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5469 +{"wikidata_id": "Q4854841", "display_name": "Banesco", "legal_name": null, "aliases": [], "website": "https://www.banesco.com", "canonical_domain": "banesco.com", "country": "VE", "hq_city": "Ciudad Banesco", "hq_region": "Nuestra Señora del Rosario de Baruta", "lat": 10.4899, "lon": -66.8793, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15696927", "name": "Banesco Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banesco_logo.svg", "description": "private bank in Venezuela", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5470 +{"wikidata_id": "Q4867953", "display_name": "Bass Pro Shops", "legal_name": null, "aliases": ["BPS", "Bass Pro", "Bassproshops", "BPS Direct", "LLC"], "website": "https://www.basspro.com", "canonical_domain": "basspro.com", "country": "US", "hq_city": "Springfield", "hq_region": "Christian County", "lat": 37.195, "lon": -93.28611, "industries": ["agriculture"], "industry_labels": ["hunting", "fishing", "camping", "outdoor recreation", "shooting"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American outdoor retailer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5471 +{"wikidata_id": "Q4875979", "display_name": "Beacon Press", "legal_name": null, "aliases": [], "website": "https://www.beacon.org", "canonical_domain": "beacon.org", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media"], "industry_labels": [], "founded_year": 1854, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beacon_Press_Logo.jpg", "description": "American non-profit book publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5472 +{"wikidata_id": "Q4880428", "display_name": "Begell House", "legal_name": null, "aliases": ["Inc"], "website": "https://www.begellhouse.com", "canonical_domain": "begellhouse.com", "country": "US", "hq_city": "Danbury", "hq_region": "Western Connecticut Planning Region", "lat": 41.40222, "lon": -73.47111, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "academic publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5473 +{"wikidata_id": "Q4882373", "display_name": "Belfor", "legal_name": null, "aliases": ["BELFOR", "Belfor Property Restoration"], "website": "https://www.belfor.com", "canonical_domain": "belfor.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Oakland County", "lat": 42.54667, "lon": -83.21139, "industries": ["insurance"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vetorized_Belfor_Logo.svg", "description": "multinational corporation that focuses on insurance restoration after natural disasters", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5474 +{"wikidata_id": "Q4883256", "display_name": "Bell Sports", "legal_name": "Bell Sports, Inc.", "aliases": ["Bell Helmets", "Bell Hub Helmets"], "website": "https://www.bellhelmets.com", "canonical_domain": "bellhelmets.com", "country": "US", "hq_city": "Rantoul", "hq_region": "Champaign County", "lat": 40.30472, "lon": -88.15194, "industries": ["manufacturing"], "industry_labels": ["sports industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bell_Helmets_logo.svg", "description": "American bicycle and motorcycle helmet manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5475 +{"wikidata_id": "Q4885108", "display_name": "Bemidji Airlines", "legal_name": null, "aliases": [], "website": "https://www.bemidjiaviation.com", "canonical_domain": "bemidjiaviation.com", "country": "US", "hq_city": "Bemidji", "hq_region": "Beltrami County", "lat": 47.47361, "lon": -94.88028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5476 +{"wikidata_id": "Q4889038", "display_name": "Benjamin Moore & Co.", "legal_name": null, "aliases": [], "website": "https://www.benjaminmoore.com", "canonical_domain": "benjaminmoore.com", "country": "US", "hq_city": "Montvale", "hq_region": "Bergen County", "lat": 41.04889, "lon": -74.04056, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Benjamin_Moore_logo.svg", "description": "American paint manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5477 +{"wikidata_id": "Q4890515", "display_name": "Bento Box Entertainment", "legal_name": null, "aliases": [], "website": "https://www.bentoboxent.com", "canonical_domain": "bentoboxent.com", "country": "US", "hq_city": "North Hollywood", "hq_region": "Los Angeles", "lat": 34.17222, "lon": -118.37806, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American animation studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5478 +{"wikidata_id": "Q4890858", "display_name": "Last Day of Work", "legal_name": null, "aliases": ["LDW"], "website": "https://www.ldw.com", "canonical_domain": "ldw.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5479 +{"wikidata_id": "Q4896433", "display_name": "Bessemer Venture Partners", "legal_name": null, "aliases": ["BVP"], "website": "https://www.bvp.com", "canonical_domain": "bvp.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bessemer_Logo.jpg", "description": "venture capital firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5480 +{"wikidata_id": "Q4898566", "display_name": "Better World Books", "legal_name": null, "aliases": [], "website": "https://betterworldbooks.com", "canonical_domain": "betterworldbooks.com", "country": "US", "hq_city": "Mishawaka", "hq_region": "St. Joseph County", "lat": 41.6675, "lon": -86.17139, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73772989", "name": "Better World Libraries"}, "logo_url": null, "description": "online used book seller", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5481 +{"wikidata_id": "Q4906701", "display_name": "Big Y World Class Market", "legal_name": null, "aliases": ["Big Y Foods", "Inc."], "website": "https://www.bigy.com", "canonical_domain": "bigy.com", "country": "US", "hq_city": "Springfield", "hq_region": "Hampden County", "lat": 42.11241, "lon": -72.54745, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005BYNGY4MLU8T76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Y_Logo.jpg", "description": "US supermarket chain in Massachusetts and Connecticut", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5482 +{"wikidata_id": "Q4926019", "display_name": "Blendo Games", "legal_name": null, "aliases": [], "website": "https://www.blendogames.com", "canonical_domain": "blendogames.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5483 +{"wikidata_id": "Q4952075", "display_name": "Boy Genius Report", "legal_name": null, "aliases": ["BGR"], "website": "https://bgr.com", "canonical_domain": "bgr.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7119727", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boy_Genius_Report_Logo.svg", "description": "technology news website", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5484 +{"wikidata_id": "Q4952444", "display_name": "Boyer Brothers", "legal_name": null, "aliases": [], "website": "https://www.boyercandies.com", "canonical_domain": "boyercandies.com", "country": "US", "hq_city": "Altoona", "hq_region": "Blair County", "lat": 40.5107, "lon": -78.3997, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5485 +{"wikidata_id": "Q4979810", "display_name": "Bruster's Ice Cream", "legal_name": null, "aliases": ["Inc.", "Bruster's Real Ice Cream"], "website": "https://brusters.com", "canonical_domain": "brusters.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": [], "industry_labels": ["dessert"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bruster%27s%2C_N_Ashley_St%2C_Valdosta.JPG", "description": "American ice cream parlor chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5486 +{"wikidata_id": "Q4998047", "display_name": "buquebus.com", "legal_name": null, "aliases": [], "website": "https://www.buquebus.com", "canonical_domain": "buquebus.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["transportation"], "industry_labels": ["passenger transport"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buquebus_logo.png", "description": "Uruguayan passenger transport company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5487 +{"wikidata_id": "Q5043651", "display_name": "Carmex", "legal_name": null, "aliases": ["Carmex product"], "website": "https://www.mycarmex.com", "canonical_domain": "mycarmex.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of lip balm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5488 +{"wikidata_id": "Q5072383", "display_name": "Channel Awesome", "legal_name": null, "aliases": [], "website": "https://channelawesome.com", "canonical_domain": "channelawesome.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["internet"], "industry_labels": ["digital media"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American internet reviewer website and associated business entity", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5489 +{"wikidata_id": "Q5089525", "display_name": "Chefette", "legal_name": null, "aliases": [], "website": "https://www.chefette.com", "canonical_domain": "chefette.com", "country": "BB", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food restaurant"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fast food chain in Barbados", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5490 +{"wikidata_id": "Q510212", "display_name": "Boudin Bakery", "legal_name": null, "aliases": [], "website": "https://www.boudinbakery.com", "canonical_domain": "boudinbakery.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["food-beverage"], "industry_labels": ["food manufacturing"], "founded_year": 1849, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5491 +{"wikidata_id": "Q5122739", "display_name": "Citizens United", "legal_name": null, "aliases": [], "website": "https://www.citizensunited.org", "canonical_domain": "citizensunited.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "conservative 501(c)(4) nonprofit organization", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5492 +{"wikidata_id": "Q5155368", "display_name": "Companhia Brasileira de Cartuchos", "legal_name": null, "aliases": [], "website": "https://www.cbc.com.br", "canonical_domain": "cbc.com.br", "country": "BR", "hq_city": "Ribeirão Pires", "hq_region": "São Paulo", "lat": -23.71083, "lon": -46.41278, "industries": ["defense"], "industry_labels": ["ammunition"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81334270", "name": "CBC Ammo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_CBC_%282021%29.svg", "description": "Brazilian ammunition manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5493 +{"wikidata_id": "Q5189266", "display_name": "Crowley Broadcast Analysis", "legal_name": null, "aliases": ["BRA"], "website": "https://www.crowley.com.br", "canonical_domain": "crowley.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "music industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5494 +{"wikidata_id": "Q5189276", "display_name": "Crowley Maritime", "legal_name": null, "aliases": [], "website": "https://www.crowley.com", "canonical_domain": "crowley.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Crowley.svg", "description": "diversified transportation and logistics company based in Jacksonville, Florida", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5495 +{"wikidata_id": "Q5197666", "display_name": "CyberArk", "legal_name": null, "aliases": ["Cyber Ark", "Cyber-Ark", "CyberArk Software", "CyberArk Software", "Inc."], "website": "https://www.cyberark.com", "canonical_domain": "cyberark.com", "country": "US", "hq_city": "Newton", "hq_region": "Middlesex County", "lat": 42.33694, "lon": -71.20972, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cyberark-logo-dark.svg", "description": "publicly traded information security company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5496 +{"wikidata_id": "Q5203166", "display_name": "D'Onofrio", "legal_name": null, "aliases": ["Donofrio", "D'onofrio"], "website": "https://www.nestle.com.pe", "canonical_domain": "nestle.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160746", "name": "Nestlé"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D%27Onofrio_logo.svg", "description": "ice cream brand and business in Peru", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5497 +{"wikidata_id": "Q5203233", "display_name": "D-A-S-H", "legal_name": null, "aliases": ["DASH"], "website": "https://shopdashonline.com", "canonical_domain": "shopdashonline.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_for_Dash_%28boutique%29.svg", "description": "closed fashion chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5498 +{"wikidata_id": "Q5204371", "display_name": "DAZ 3D", "legal_name": null, "aliases": [], "website": "https://www.daz3d.com", "canonical_domain": "daz3d.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["software"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "3D software company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5499 +{"wikidata_id": "Q5205939", "display_name": "DPMS Panther Arms", "legal_name": null, "aliases": [], "website": "https://www.dpmsinc.com", "canonical_domain": "dpmsinc.com", "country": "US", "hq_city": "St. Cloud", "hq_region": "Benton County", "lat": 45.55389, "lon": -94.17028, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DPMS_text_only_logo.jpg", "description": "United States firearms manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5500 +{"wikidata_id": "Q5283771", "display_name": "DivX, Inc.", "legal_name": null, "aliases": ["DivX", "DivX", "LLC", "DIVX", "LLC (San Diego", "CA)"], "website": "https://www.divx.com", "canonical_domain": "divx.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["software"], "industry_labels": ["SIC 7371 Services-Computer Programming Services"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1342960", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Divx_logo.svg", "description": "software company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1342960", "enriched_at": "2026-09-13T07:21:20+00:00"}}
5501 +{"wikidata_id": "Q5283920", "display_name": "Diversey, Inc.", "legal_name": null, "aliases": ["JohnsonDiversey", "Inc."], "website": "https://www.diverseyprosumer.com", "canonical_domain": "diverseyprosumer.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of cleaning and hygiene products", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5502 +{"wikidata_id": "Q5292678", "display_name": "Don Giovanni Records", "legal_name": null, "aliases": [], "website": "https://www.dongiovannirecords.com", "canonical_domain": "dongiovannirecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5503 +{"wikidata_id": "Q5302600", "display_name": "Dow AgroSciences", "legal_name": null, "aliases": [], "website": "https://www.dowagro.com", "canonical_domain": "dowagro.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q855639", "name": "Dow Chemical Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dow_AgroSciences_logo.svg", "description": "wholly owned subsidiary of the Dow Chemical Company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5504 +{"wikidata_id": "Q5343830", "display_name": "Edward Jones", "legal_name": null, "aliases": ["Edward D. Jones & Co.", "L.P.", "Edward Jones Investments", "The Jones Financial Companies", "L.L.L.P."], "website": "https://www.edwardjones.com", "canonical_domain": "edwardjones.com", "country": "US", "hq_city": "Des Peres", "hq_region": "St. Louis County", "lat": 38.5961, "lon": -90.4472, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edward_Jones_Investments_logo.png", "description": "American financial services firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5505 +{"wikidata_id": "Q5354493", "display_name": "Elecraft", "legal_name": null, "aliases": [], "website": "https://www.elecraft.com", "canonical_domain": "elecraft.com", "country": "US", "hq_city": "Aptos", "hq_region": "Santa Cruz County", "lat": 36.98139, "lon": -121.9075, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American radio manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5506 +{"wikidata_id": "Q5445414", "display_name": "Ferrocarril del Istmo de Tehuantepec", "legal_name": null, "aliases": ["Tren Interoceánico", "Ferrocarril Interoceánico", "Ferroistmo", "Interoceanic Train", "Transisthmic railway", "Tren Interoceánico (network)"], "website": "https://www.pasajerosinteroceanico.com.mx", "canonical_domain": "pasajerosinteroceanico.com.mx", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferrocarril_Interoce%C3%A1nico_logo.svg", "description": "railway owned by the Mexican government", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5507 +{"wikidata_id": "Q5445446", "display_name": "Ferrosur Roca", "legal_name": null, "aliases": ["Ferrosur Roca S.A."], "website": "https://www.ferrosur.com.ar", "canonical_domain": "ferrosur.com.ar", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q785061", "name": "Mover Participações"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Ferrosur_Roca.svg", "description": "Argentine freight transport company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5508 +{"wikidata_id": "Q5447194", "display_name": "Fields", "legal_name": null, "aliases": [], "website": "https://www.fields.ca", "canonical_domain": "fields.ca", "country": "CA", "hq_city": "Delta", "hq_region": "Metro Vancouver Regional District", "lat": 49.12, "lon": -122.99, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fields_Logo.svg", "description": "chain of discount department stores operating in the Canadian provinces of Alberta and British Columbia", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5509 +{"wikidata_id": "Q5500480", "display_name": "Freedom Arms", "legal_name": null, "aliases": [], "website": "https://www.freedomarms.com", "canonical_domain": "freedomarms.com", "country": "US", "hq_city": "Freedom", "hq_region": "Lincoln County", "lat": 42.9828, "lon": -111.044, "industries": ["defense"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5510 +{"wikidata_id": "Q5513853", "display_name": "GM Financial", "legal_name": null, "aliases": [], "website": "https://www.gmfinancial.com", "canonical_domain": "gmfinancial.com", "country": "US", "hq_city": "Burnett Plaza", "hq_region": "Fort Worth", "lat": 32.7505, "lon": -97.3345, "industries": ["financial-services", "automotive"], "industry_labels": ["financial services", "automotive services industry", "Consumer Lending"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gm_financial_logo.svg", "description": "American financial services company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5511 +{"wikidata_id": "Q5555501", "display_name": "San Cristóbal mine", "legal_name": null, "aliases": ["San Cristobal mine"], "website": "https://www.minerasancristobal.com", "canonical_domain": "minerasancristobal.com", "country": "BO", "hq_city": "Nor Lípez Province", "hq_region": "Potosí Department", "lat": -21.0937, "lon": -67.209, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_Azul_Minera_San_Cristobal_S.A.png", "description": "mine in Lipez, Potosí, Bolivia", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5512 +{"wikidata_id": "Q55627135", "display_name": "Nuro", "legal_name": null, "aliases": [], "website": "https://nuro.ai", "canonical_domain": "nuro.ai", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuro_logo.svg", "description": "American robotics company based in Mountain View, California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5513 +{"wikidata_id": "Q5570514", "display_name": "Global News", "legal_name": null, "aliases": ["GlobalNews"], "website": "https://globalnews.ca", "canonical_domain": "globalnews.ca", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Global_News.svg", "description": "Canadian news network, division of Global Television Network", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5514 +{"wikidata_id": "Q56274930", "display_name": "Anastasia Beverly Hills", "legal_name": null, "aliases": ["ABH"], "website": "https://www.anastasiabeverlyhills.com", "canonical_domain": "anastasiabeverlyhills.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American cosmetics company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5515 +{"wikidata_id": "Q5635881", "display_name": "HSBC Mexico", "legal_name": "HSBC Mexico S.A.", "aliases": [], "website": "https://www.hsbc.com.mx", "canonical_domain": "hsbc.com.mx", "country": "MX", "hq_city": "HSBC Tower", "hq_region": "Mexico City", "lat": 19.4278, "lon": -99.1686, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSBC.svg", "description": "Mexican subsidiary of HSBC", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5516 +{"wikidata_id": "Q5636289", "display_name": "H & R Firearms", "legal_name": null, "aliases": ["H&R", "H&R Firearms", "Harrington & Richardson", "Harrington and Richardson"], "website": "https://www.hr1871.com", "canonical_domain": "hr1871.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": [], "founded_year": 1871, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/H%26R_logo_from_32_self_loader.png", "description": "Harrington and Richardson firearms manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5517 +{"wikidata_id": "Q5642087", "display_name": "Kyle Busch Motorsports", "legal_name": null, "aliases": [], "website": "https://www.kylebuschmotorsports.com", "canonical_domain": "kylebuschmotorsports.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American stock car racing team", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5518 +{"wikidata_id": "Q5655160", "display_name": "Hard Candy Fitness", "legal_name": null, "aliases": [], "website": "https://www.hardcandyfitness.com", "canonical_domain": "hardcandyfitness.com", "country": "MX", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fitness center chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5519 +{"wikidata_id": "Q5674252", "display_name": "Hart Stores", "legal_name": null, "aliases": [], "website": "https://www.hartstores.com", "canonical_domain": "hartstores.com", "country": "CA", "hq_city": "Laval", "hq_region": "Quebec", "lat": 45.5833, "lon": -73.75, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hart_SVG.svg", "description": "Canadian chain of department stores", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5520 +{"wikidata_id": "Q5681033", "display_name": "Hatch Ltd", "legal_name": null, "aliases": [], "website": "https://www.hatch.ca", "canonical_domain": "hatch.ca", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Engineering and management consultancy", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5521 +{"wikidata_id": "Q5718183", "display_name": "BanBajío", "legal_name": null, "aliases": ["BanBajio", "Banco del Bajio", "Banco del Bajío"], "website": "https://www.bb.com.mx", "canonical_domain": "bb.com.mx", "country": "MX", "hq_city": "León Municipality", "hq_region": "Guanajuato", "lat": 21.11972, "lon": -101.68056, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "4469000001BD95FFLY16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BanBaj%C3%ADo_Logotipo.png", "description": "Mexican Bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5522 +{"wikidata_id": "Q5718188", "display_name": "State Bank of Chile", "legal_name": null, "aliases": ["Banco del Estado", "BancoEstado"], "website": "https://www.bancoestado.cl", "canonical_domain": "bancoestado.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294804", "name": "Ministry of Finance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BancoEstado.svg", "description": "Chilean public bank", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5523 +{"wikidata_id": "Q5949868", "display_name": "No Fear", "legal_name": null, "aliases": [], "website": "https://www.nofear.com", "canonical_domain": "nofear.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business in USA", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5524 +{"wikidata_id": "Q59625658", "display_name": "TenThousand Projects", "legal_name": null, "aliases": ["10K Projects", "10K Projects LLC", "Elliot Grainge Entertainment", "Strainge Entertainment", "TenThousand Projects LLC"], "website": "https://10kprojects.com", "canonical_domain": "10kprojects.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/10K_Projects_logo.svg", "description": "American independent record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5525 +{"wikidata_id": "Q5975770", "display_name": "iZotope", "legal_name": null, "aliases": [], "website": "https://izotope.com", "canonical_domain": "izotope.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4945247", "name": "Boris FX"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IZotope_logo.svg", "description": "American audio technology company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5526 +{"wikidata_id": "Q5998419", "display_name": "Ilitch Holdings", "legal_name": null, "aliases": [], "website": "https://www.ilitchholdings.com", "canonical_domain": "ilitchholdings.com", "country": "US", "hq_city": "Detroit", "hq_region": "Wayne County", "lat": 42.33167, "lon": -83.0475, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ilitch_Holdings_logo.svg", "description": "holding company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5527 +{"wikidata_id": "Q6030420", "display_name": "Infobase Publishing", "legal_name": null, "aliases": [], "website": "https://infobasepublishing.com", "canonical_domain": "infobasepublishing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5528 +{"wikidata_id": "Q6038111", "display_name": "Insight Venture Partners", "legal_name": null, "aliases": [], "website": "https://www.insightpartners.com", "canonical_domain": "insightpartners.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Insight_Partners_logo.png", "description": "American investment manager", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5529 +{"wikidata_id": "Q60741212", "display_name": "Seven Bucks Productions", "legal_name": null, "aliases": [], "website": "https://sevenbucks.com", "canonical_domain": "sevenbucks.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio, co-created and founded by Dwayne \"The Rock\" Johnson and his former wife, Dany Garcia", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5530 +{"wikidata_id": "Q6131944", "display_name": "L.L.Bean", "legal_name": null, "aliases": ["L L bean", "L. L. Bean", "L.L. Bean", "LL Bean"], "website": "https://www.llbean.com", "canonical_domain": "llbean.com", "country": "US", "hq_city": "Freeport", "hq_region": "Cumberland County", "lat": 43.8439, "lon": -70.1017, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L.L.Bean_wordmark.svg", "description": "American outdoor clothing retailer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5531 +{"wikidata_id": "Q6144306", "display_name": "Gotee Records", "legal_name": null, "aliases": [], "website": "https://www.gotee.com", "canonical_domain": "gotee.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5532 +{"wikidata_id": "Q6150951", "display_name": "Zemaitis Guitars", "legal_name": null, "aliases": ["Zemaitis"], "website": "https://zemaitisguitarcompany.com", "canonical_domain": "zemaitisguitarcompany.com", "country": "US", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "guitar manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5533 +{"wikidata_id": "Q6192247", "display_name": "Jiffy Lube", "legal_name": null, "aliases": ["Jiffy Lube International", "Inc."], "website": "https://www.jiffylube.com", "canonical_domain": "jiffylube.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jiffy_lube_brand_logo.png", "description": "American chain of automobile repair shops", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5534 +{"wikidata_id": "Q624886", "display_name": "FilmDistrict", "legal_name": null, "aliases": [], "website": "https://www.filmdistrict.com", "canonical_domain": "filmdistrict.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former American independent production company and film distributor owned by Comcast", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5535 +{"wikidata_id": "Q6254920", "display_name": "John Rigby & Company", "legal_name": null, "aliases": [], "website": "https://www.johnrigbyandco.com", "canonical_domain": "johnrigbyandco.com", "country": "US", "hq_city": "United Kingdom", "hq_region": null, "lat": 54.6, "lon": -2.0, "industries": [], "industry_labels": [], "founded_year": 1775, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/John_Rigby_%26_Company_logo.png", "description": "Irish gunmaking firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5536 +{"wikidata_id": "Q6296730", "display_name": "Jove Books", "legal_name": null, "aliases": [], "website": "https://berkleyjoveauthors.com", "canonical_domain": "berkleyjoveauthors.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publisher, renamed from Pyramid Books in 1977", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5537 +{"wikidata_id": "Q6322406", "display_name": "K&N Engineering, Inc.", "legal_name": null, "aliases": [], "website": "https://www.knfilters.com", "canonical_domain": "knfilters.com", "country": "US", "hq_city": "Riverside", "hq_region": "Riverside County", "lat": 33.98222, "lon": -117.3725, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K%26N_Plain_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5538 +{"wikidata_id": "Q6349262", "display_name": "Odd Future Records", "legal_name": null, "aliases": [], "website": "https://oddfuture.com", "canonical_domain": "oddfuture.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5539 +{"wikidata_id": "Q6354068", "display_name": "Kalmbach Publishing", "legal_name": null, "aliases": [], "website": "https://www.kalmbach.com", "canonical_domain": "kalmbach.com", "country": "US", "hq_city": "Waukesha", "hq_region": "Waukesha County", "lat": 43.01167, "lon": -88.23167, "industries": ["media"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book and magazine publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5540 +{"wikidata_id": "Q635942", "display_name": "BrightSource Energy", "legal_name": null, "aliases": [], "website": "https://www.brightsourceenergy.com", "canonical_domain": "brightsourceenergy.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["energy"], "industry_labels": ["SIC 4911 Electric Services"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1471443", "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1471443", "enriched_at": "2026-09-13T07:21:22+00:00"}}
5541 +{"wikidata_id": "Q6385722", "display_name": "Kelley Blue Book", "legal_name": null, "aliases": ["Blue Book", "KBB", "kbb"], "website": "https://www.kbb.com", "canonical_domain": "kbb.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["automotive"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kelley_Blue_Book_horizontal.JPG", "description": "an Irvine, California-based vehicle valuation and automotive research company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5542 +{"wikidata_id": "Q6398037", "display_name": "Key Food", "legal_name": null, "aliases": [], "website": "https://www.keyfood.com", "canonical_domain": "keyfood.com", "country": "US", "hq_city": "Staten Island", "hq_region": "New York City", "lat": 40.57194, "lon": -74.14694, "industries": ["retail"], "industry_labels": ["supermarket"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Key_Food_logo.svg", "description": "grocery store chain in the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7734685"}]}
5543 +{"wikidata_id": "Q6398060", "display_name": "Key Lime Air", "legal_name": null, "aliases": [], "website": "https://www.keylimeair.com", "canonical_domain": "keylimeair.com", "country": "US", "hq_city": "Englewood", "hq_region": "Arapahoe County", "lat": 39.6469, "lon": -104.992, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commuter airline based out of Dove Valley, Colorado", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5544 +{"wikidata_id": "Q6430529", "display_name": "Koodo Mobile", "legal_name": null, "aliases": ["Koodo"], "website": "https://www.koodomobile.com", "canonical_domain": "koodomobile.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q165858", "name": "Telus Communications"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koodo_logo.svg", "description": "Canadian telecommunications company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5545 +{"wikidata_id": "Q6457551", "display_name": "LD Entertainment", "legal_name": null, "aliases": ["Liddell Entertainment"], "website": "https://www.ldentertainment.com", "canonical_domain": "ldentertainment.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent American film studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5546 +{"wikidata_id": "Q6473070", "display_name": "Lagunitas Brewing Company", "legal_name": null, "aliases": [], "website": "https://lagunitas.com", "canonical_domain": "lagunitas.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.2725, "lon": -122.6625, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lagunitas-logo-2017.png", "description": "brewery founded in Lagunitas, California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5547 +{"wikidata_id": "Q65120473", "display_name": "YSL Records", "legal_name": null, "aliases": ["Young Slime Life", "Young Stoner Life"], "website": "https://youngstonerliferecords.com", "canonical_domain": "youngstonerliferecords.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5548 +{"wikidata_id": "Q6654572", "display_name": "LivePlanet", "legal_name": null, "aliases": [], "website": "https://liveplanet.net", "canonical_domain": "liveplanet.net", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film production company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5549 +{"wikidata_id": "Q6663704", "display_name": "Lobini", "legal_name": null, "aliases": [], "website": "https://www.lobini.com.br", "canonical_domain": "lobini.com.br", "country": "BR", "hq_city": "Cotia", "hq_region": "São Paulo", "lat": -23.60389, "lon": -46.91889, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5550 +{"wikidata_id": "Q6675901", "display_name": "Loopt", "legal_name": null, "aliases": ["Inc."], "website": "https://www.loopt.com", "canonical_domain": "loopt.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["internet"], "industry_labels": ["geosocial networking"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16975278", "name": "Green Dot Corporation"}, "logo_url": null, "description": "social network website", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5551 +{"wikidata_id": "Q6747622", "display_name": "Manchu Wok", "legal_name": null, "aliases": [], "website": "https://www.manchuwok.com", "canonical_domain": "manchuwok.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manchu_Wok_logo.svg", "description": "Canadian Chinese-themed fast food restaurant chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5552 +{"wikidata_id": "Q682039", "display_name": "2D Boy", "legal_name": null, "aliases": [], "website": "https://2dboy.com", "canonical_domain": "2dboy.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2D_Boy_Logo.svg", "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5553 +{"wikidata_id": "Q6839153", "display_name": "Micro Center", "legal_name": null, "aliases": [], "website": "https://www.microcenter.com", "canonical_domain": "microcenter.com", "country": "US", "hq_city": "Hilliard", "hq_region": "Franklin County", "lat": 40.0344, "lon": -83.1428, "industries": ["retail"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Micro_Center_logo.svg", "description": "American computer department store", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5554 +{"wikidata_id": "Q6840876", "display_name": "MidAmerican Energy Company", "legal_name": null, "aliases": [], "website": "https://www.midamericanenergy.com", "canonical_domain": "midamericanenergy.com", "country": "US", "hq_city": "Des Moines", "hq_region": "Polk County", "lat": 41.59083, "lon": -93.62083, "industries": ["energy"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "NINLOILYRTLIMK26MZ18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MidAmerican_Energy_Company_logo.svg", "description": "energy company based in Des Moines, Iowa", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5555 +{"wikidata_id": "Q685403", "display_name": "GardaWorld Security Corporation", "legal_name": null, "aliases": ["Garda", "GW", "Trans-Quebec Security Inc."], "website": "https://www.gardaworld.com", "canonical_domain": "gardaworld.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GardaWorld_logo.png", "description": "private security company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5556 +{"wikidata_id": "Q6913998", "display_name": "Morrison & Foerster", "legal_name": null, "aliases": ["Morrison Foerster", "Morrison & Foerster LLP"], "website": "https://www.mofo.com", "canonical_domain": "mofo.com", "country": "US", "hq_city": "425 Market Street", "hq_region": "San Francisco", "lat": 37.79116, "lon": -122.39816, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morrison_and_Foerster_logo.svg", "description": "law firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5557 +{"wikidata_id": "Q6914945", "display_name": "Morton Salt", "legal_name": null, "aliases": [], "website": "https://www.mortonsalt.com", "canonical_domain": "mortonsalt.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q658173", "name": "K+S"}, "logo_url": null, "description": "salt producing company from the USA", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5558 +{"wikidata_id": "Q6931694", "display_name": "Muddy Waters Research", "legal_name": null, "aliases": [], "website": "https://www.muddywatersresearch.com", "canonical_domain": "muddywatersresearch.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["asset-management", "media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American stock market research company and investment firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5559 +{"wikidata_id": "Q6951632", "display_name": "Bank of Costa Rica", "legal_name": null, "aliases": ["Banco de Costa Rica"], "website": "https://www.bancobcr.com", "canonical_domain": "bancobcr.com", "country": "CR", "hq_city": "San José", "hq_region": "San José Province", "lat": 9.93274, "lon": -84.07961, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1877, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_de_Costa_Rica.png", "description": "bank in Costa Rica", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5560 +{"wikidata_id": "Q6957268", "display_name": "Nacional Records", "legal_name": null, "aliases": [], "website": "https://nacionalrecords.com", "canonical_domain": "nacionalrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent record label based in North Hollywood, California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5561 +{"wikidata_id": "Q6970953", "display_name": "National Beef Packing Company", "legal_name": null, "aliases": ["National Beef", "National Beef Packing Co."], "website": "https://www.nationalbeef.com", "canonical_domain": "nationalbeef.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Platte County", "lat": 39.05, "lon": -94.58333, "industries": [], "industry_labels": ["meatpacking industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3064573", "name": "Marfrig"}, "logo_url": null, "description": "beef processor", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5562 +{"wikidata_id": "Q6978703", "display_name": "NASSCO", "legal_name": null, "aliases": ["National Steel and Shipbuilding Company"], "website": "https://www.nassco.com", "canonical_domain": "nassco.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502940", "name": "General Dynamics"}, "logo_url": null, "description": "American shipbuilding company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5563 +{"wikidata_id": "Q6992017", "display_name": "Neobus", "legal_name": null, "aliases": ["Joss"], "website": "https://www.neobus.net.br", "canonical_domain": "neobus.net.br", "country": "BR", "hq_city": "Caxias do Sul", "hq_region": "Rio Grande do Sul", "lat": -29.16778, "lon": -51.17889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tradename of Brazilian bus manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5564 +{"wikidata_id": "Q7005314", "display_name": "New American Library", "legal_name": null, "aliases": ["NAL"], "website": "https://nalauthors.com", "canonical_domain": "nalauthors.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NewAmericanLibraryLogo.png", "description": "American publisher", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5565 +{"wikidata_id": "Q7070622", "display_name": "Nuveen Investments", "legal_name": null, "aliases": ["Nuveen", "The John Nuveen Co."], "website": "https://www.nuveen.com", "canonical_domain": "nuveen.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003J8FN3E5O9OT63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuveen.png", "description": "American asset management company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5566 +{"wikidata_id": "Q7118612", "display_name": "PCL Construction", "legal_name": null, "aliases": [], "website": "https://www.pcl.com", "canonical_domain": "pcl.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PCL_Construction.svg", "description": "general contracting organization in Canada and the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5567 +{"wikidata_id": "Q7155370", "display_name": "Paulson & Co.", "legal_name": null, "aliases": [], "website": "https://www.paulsonco.com", "canonical_domain": "paulsonco.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["family office"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PCI-Logo.jpg", "description": "American family office", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5568 +{"wikidata_id": "Q7163311", "display_name": "Penn Station", "legal_name": null, "aliases": ["Penn Station East Coast Subs"], "website": "https://www.penn-station.com", "canonical_domain": "penn-station.com", "country": "US", "hq_city": "Miami Township", "hq_region": "Clermont County", "lat": 39.1975, "lon": -84.24694, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Penn_Station_East_Coast_Subs.jpg", "description": "sandwich restaurant chain in the south and midwest United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5569 +{"wikidata_id": "Q7170181", "display_name": "Pershing Square Capital Management", "legal_name": null, "aliases": [], "website": "https://www.pershingsquareholdings.com", "canonical_domain": "pershingsquareholdings.com", "country": "US", "hq_city": "888 7th Avenue", "hq_region": "Manhattan", "lat": 40.7652, "lon": -73.9808, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American hedge fund", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q30682229"}]}
5570 +{"wikidata_id": "Q7193265", "display_name": "Rocawear", "legal_name": null, "aliases": [], "website": "https://www.rocawear.com", "canonical_domain": "rocawear.com", "country": "US", "hq_city": "Secaucus", "hq_region": "Hudson County", "lat": 40.7875, "lon": -74.06167, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rocawear_brand_logo.png", "description": "clothing brand", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5571 +{"wikidata_id": "Q7193593", "display_name": "Pike Place Fish Market", "legal_name": null, "aliases": [], "website": "https://pikeplacefish.com", "canonical_domain": "pikeplacefish.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": [], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fish market in Seattle, Washington", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5572 +{"wikidata_id": "Q7246778", "display_name": "Pro Wrestling Alliance", "legal_name": null, "aliases": [], "website": "https://www.realityofwrestling.com", "canonical_domain": "realityofwrestling.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Independent professional wrestling promotion based in Houston, Texas", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5573 +{"wikidata_id": "Q7307207", "display_name": "Refinery29", "legal_name": null, "aliases": [], "website": "https://www.refinery29.uk", "canonical_domain": "refinery29.uk", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18395343", "name": "Vice Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Refinery29_logo.svg", "description": "American digital media and entertainment company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5574 +{"wikidata_id": "Q7314566", "display_name": "Republicair", "legal_name": null, "aliases": [], "website": "https://www.republicair.com.mx", "canonical_domain": "republicair.com.mx", "country": "MX", "hq_city": "Toluca de Lerdo", "hq_region": "Toluca Municipality", "lat": 19.29222, "lon": -99.65389, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5575 +{"wikidata_id": "Q7338215", "display_name": "Riverhead Books", "legal_name": null, "aliases": [], "website": "https://www.riverheadbooks.com", "canonical_domain": "riverheadbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riverhead_Books_logo.png", "description": "imprint of Penguin Group (USA) founded in 1993 by Susan Petersen Kennedy", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5576 +{"wikidata_id": "Q7366633", "display_name": "Roots Canada", "legal_name": null, "aliases": [], "website": "https://www.roots.com", "canonical_domain": "roots.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian apparel brand", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5577 +{"wikidata_id": "Q7373311", "display_name": "Roy Rogers Restaurants", "legal_name": null, "aliases": ["Roy Rogers", "Roy Rogers Franchise Company", "L.L.C.", "Roy Rogers Franchise Company", "LLC"], "website": "https://royrogersrestaurants.com", "canonical_domain": "royrogersrestaurants.com", "country": "US", "hq_city": "Frederick", "hq_region": "Frederick County", "lat": 39.42639, "lon": -77.42028, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fast food restaurant chain in the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5578 +{"wikidata_id": "Q7374941", "display_name": "Royal Typewriter Company", "legal_name": null, "aliases": [], "website": "https://www.royalsupplies.com", "canonical_domain": "royalsupplies.com", "country": "US", "hq_city": "Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76333, "lon": -72.685, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American typewriter manufacturing company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5579 +{"wikidata_id": "Q741796", "display_name": "SLG Publishing", "legal_name": "SLG Publishing", "aliases": ["Slave Labor Graphics"], "website": "https://slgpubs.com", "canonical_domain": "slgpubs.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5580 +{"wikidata_id": "Q7428188", "display_name": "Savers", "legal_name": null, "aliases": ["Value Village", "Inc."], "website": "https://www.savers.com", "canonical_domain": "savers.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Savers-logo.png", "description": "multinational thrift store chain", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5581 +{"wikidata_id": "Q744450", "display_name": "National Railway Equipment Company", "legal_name": null, "aliases": ["NRE", "NREC", "NREX"], "website": "https://nre.com", "canonical_domain": "nre.com", "country": "US", "hq_city": "Mount Vernon", "hq_region": "Jefferson County", "lat": 38.3136, "lon": -88.9081, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005GZ3CKJUAG3L95", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5582 +{"wikidata_id": "Q7446425", "display_name": "Segway Inc.", "legal_name": null, "aliases": [], "website": "https://www.segway.com", "canonical_domain": "segway.com", "country": "US", "hq_city": "Bedford", "hq_region": "Hillsborough County", "lat": 42.94639, "lon": -71.51583, "industries": ["transportation"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1342311", "parent": {"wikidata_id": "Q25431293", "name": "Ninebot"}, "logo_url": null, "description": "Multinational electronic transportation company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5583 +{"wikidata_id": "Q7451020", "display_name": "Sensenich Propeller", "legal_name": null, "aliases": [], "website": "https://www.sensenich.com", "canonical_domain": "sensenich.com", "country": "US", "hq_city": "Lancaster", "hq_region": "Lancaster County", "lat": 40.03972, "lon": -76.30444, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American propeller manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5584 +{"wikidata_id": "Q7492551", "display_name": "Sheetz", "legal_name": "Sheetz, Inc.", "aliases": [], "website": "https://www.sheetz.com", "canonical_domain": "sheetz.com", "country": "US", "hq_city": "Altoona", "hq_region": "Blair County", "lat": 40.5107, "lon": -78.3997, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900J5PHRHQ2JDIR31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sheetz_logo.svg", "description": "convenience store and gas station chain in the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5585 +{"wikidata_id": "Q7493603", "display_name": "Shelfari", "legal_name": null, "aliases": [], "website": "https://www.shelfari.com", "canonical_domain": "shelfari.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["internet"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct social cataloging website for books", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5586 +{"wikidata_id": "Q7502767", "display_name": "Shout! Factory", "legal_name": "Shout! Factory LLC", "aliases": ["Shout Factory"], "website": "https://www.shoutfactory.com", "canonical_domain": "shoutfactory.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment", "home video"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136768989", "name": "Radial Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shout%21_Studios.svg", "description": "American home video and music company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5587 +{"wikidata_id": "Q7543916", "display_name": "Smart & Final", "legal_name": null, "aliases": ["Iris", "Smart and Final"], "website": "https://www.smartandfinal.com", "canonical_domain": "smartandfinal.com", "country": "US", "hq_city": "Commerce", "hq_region": "Los Angeles County", "lat": 34.00056, "lon": -118.15472, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1871, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smart%26Final_logo.svg", "description": "chain of warehouse-style food and supply stores based in Commerce, California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5588 +{"wikidata_id": "Q7545104", "display_name": "Smith Corona", "legal_name": null, "aliases": ["Smith Corona company"], "website": "https://smithcorona.com", "canonical_domain": "smithcorona.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smith_Corona.svg", "description": "American label manufacturing company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5589 +{"wikidata_id": "Q7575499", "display_name": "Speed Queen", "legal_name": null, "aliases": [], "website": "https://www.speedqueen.com", "canonical_domain": "speedqueen.com", "country": "US", "hq_city": "Ripon", "hq_region": "Fond du Lac County", "lat": 43.84417, "lon": -88.83889, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4732318", "name": "Alliance Laundry Systems"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Speed_Queen_logo.png", "description": "American laundry machine manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5590 +{"wikidata_id": "Q7575683", "display_name": "Speedway", "legal_name": null, "aliases": ["Speedway LLC", "Speedway 79", "Speedway SuperAmerica LLC"], "website": "https://www.speedway.com", "canonical_domain": "speedway.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q639447", "name": "Seven & I Holdings Co."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Speedway_LLC_logo.svg", "description": "chain of gas stations and convenience stores", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5591 +{"wikidata_id": "Q7602099", "display_name": "Starlink Aviation", "legal_name": null, "aliases": [], "website": "https://www.starlinkaviation.com", "canonical_domain": "starlinkaviation.com", "country": "CA", "hq_city": "Dorval", "hq_region": "Urban agglomeration of Montreal", "lat": 45.45, "lon": -73.75, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian charter airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5592 +{"wikidata_id": "Q762354", "display_name": "XTO Energy", "legal_name": null, "aliases": [], "website": "https://www.xtoenergy.com", "canonical_domain": "xtoenergy.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156238", "name": "ExxonMobil"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XTO-Energy-Logo.svg", "description": "American energy company, principally operating in North America", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5593 +{"wikidata_id": "Q7641261", "display_name": "Sunset Gower Studios", "legal_name": null, "aliases": [], "website": "https://www.sunsetstudios.com", "canonical_domain": "sunsetstudios.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 34.09611, "lon": -118.32111, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "television and movie studio at the corner of Sunset Boulevard and Gower Street in Hollywood, Los Angeles, California", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5594 +{"wikidata_id": "Q7669953", "display_name": "TEDMED", "legal_name": null, "aliases": [], "website": "https://www.tedmed.com", "canonical_domain": "tedmed.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "annual conference", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5595 +{"wikidata_id": "Q7679064", "display_name": "Talbots", "legal_name": null, "aliases": ["Inc.", "The Talbots", "Inc."], "website": "https://www.talbots.com", "canonical_domain": "talbots.com", "country": "US", "hq_city": "Hingham", "hq_region": "Plymouth County", "lat": 42.24167, "lon": -70.89028, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Talbots_logo.png", "description": "American women's fashion company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5596 +{"wikidata_id": "Q7687267", "display_name": "Taskrabbit", "legal_name": null, "aliases": [], "website": "https://www.taskrabbit.com", "canonical_domain": "taskrabbit.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["e-commerce"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American online task marketplace", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5597 +{"wikidata_id": "Q7703003", "display_name": "Terpel", "legal_name": null, "aliases": [], "website": "https://www.terpel.com", "canonical_domain": "terpel.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_terpel.jpg", "description": "Colombian oil and gas company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5598 +{"wikidata_id": "Q7703217", "display_name": "Terrafugia", "legal_name": null, "aliases": [], "website": "https://www.terrafugia.com", "canonical_domain": "terrafugia.com", "country": "US", "hq_city": "Woburn", "hq_region": "Middlesex County", "lat": 42.47917, "lon": -71.15278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q739000", "name": "Geely"}, "logo_url": null, "description": "American corporation developing roadable aircraft", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5599 +{"wikidata_id": "Q7786759", "display_name": "Thoma Bravo", "legal_name": null, "aliases": ["Thoma Cressey Bravo"], "website": "https://www.thomabravo.com", "canonical_domain": "thomabravo.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thoma_Bravo_logo_2026.svg", "description": "American private equity firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5600 +{"wikidata_id": "Q7795618", "display_name": "Thomasville Furniture Industries", "legal_name": null, "aliases": [], "website": "https://thomasville.com", "canonical_domain": "thomasville.com", "country": "US", "hq_city": "Thomasville", "hq_region": "Davidson County", "lat": 35.88583, "lon": -80.07722, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5601 +{"wikidata_id": "Q7797716", "display_name": "threerings.net", "legal_name": null, "aliases": [], "website": "https://www.threerings.net", "canonical_domain": "threerings.net", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122741", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Three_Rings_Design_logo.png", "description": "video game development studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5602 +{"wikidata_id": "Q7809747", "display_name": "Titan Fighting Championships", "legal_name": null, "aliases": [], "website": "https://www.titanfighting.com", "canonical_domain": "titanfighting.com", "country": "US", "hq_city": "Pompano Beach", "hq_region": "Broward County", "lat": 26.23472, "lon": -80.12556, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American mixed martial arts events series", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5603 +{"wikidata_id": "Q7840515", "display_name": "Tribute Games", "legal_name": null, "aliases": [], "website": "https://www.tributegames.com", "canonical_domain": "tributegames.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tribute_Games_logo_HD.png", "description": "Canadian video game development studio", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5604 +{"wikidata_id": "Q7847545", "display_name": "True Value", "legal_name": null, "aliases": ["True Value Company", "TrueValue"], "website": "https://www.truevalue.com", "canonical_domain": "truevalue.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["retail"], "industry_labels": ["hardware store"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/True_Value_logo.svg", "description": "American hardware store", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5605 +{"wikidata_id": "Q785130", "display_name": "Front Row Motorsports", "legal_name": null, "aliases": [], "website": "https://www.teamfrm.com", "canonical_domain": "teamfrm.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "NASCAR team", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5606 +{"wikidata_id": "Q7858059", "display_name": "Twin/Tone Records", "legal_name": null, "aliases": ["Twin/Tone"], "website": "https://www.twintone.com", "canonical_domain": "twintone.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Twin-Tones_Records_%28logo%29.svg", "description": "American independent record label (1977–1994)", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5607 +{"wikidata_id": "Q7858255", "display_name": "Twin Peaks", "legal_name": null, "aliases": [], "website": "https://www.twinpeaksrestaurant.com", "canonical_domain": "twinpeaksrestaurant.com", "country": "US", "hq_city": "Addison", "hq_region": "Dallas County", "lat": 32.95778, "lon": -96.835, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of sports bars and restaurants", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5608 +{"wikidata_id": "Q7860124", "display_name": "Tyler Perry Studios", "legal_name": null, "aliases": [], "website": "https://www.tylerperry.com", "canonical_domain": "tylerperry.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": ["production company"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tyler_Perry_Studios_logo.svg", "description": "American film production studio in Atlanta, Georgia", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5609 +{"wikidata_id": "Q7865818", "display_name": "USA Jet Airlines", "legal_name": null, "aliases": [], "website": "https://usajet.aero", "canonical_domain": "usajet.aero", "country": "US", "hq_city": "Willow Run Airport", "hq_region": "Washtenaw County", "lat": 42.23793, "lon": -83.53041, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American airline", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5610 +{"wikidata_id": "Q7915220", "display_name": "Worldpay", "legal_name": "Worldpay, Inc.", "aliases": ["MPS", "Fifth Third Processing Solutions", "Midwest Payment Systems", "Vantiv", "Inc."], "website": "https://www.worldpay.com", "canonical_domain": "worldpay.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 7389 Services-Business Services, NEC"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1533932", "parent": null, "logo_url": null, "description": "American payment processing company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1533932", "enriched_at": "2026-09-13T07:21:24+00:00"}}
5611 +{"wikidata_id": "Q7920201", "display_name": "Venrock", "legal_name": null, "aliases": [], "website": "https://www.venrock.com", "canonical_domain": "venrock.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Venrock_Logo.png", "description": "venture capital firm", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5612 +{"wikidata_id": "Q7959294", "display_name": "Wadjet Eye Games", "legal_name": null, "aliases": ["Wadjet Eye Games LLC"], "website": "https://www.wadjeteyegames.com", "canonical_domain": "wadjeteyegames.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer and publisher based in New York City", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5613 +{"wikidata_id": "Q7963716", "display_name": "Walon Sport", "legal_name": null, "aliases": [], "website": "https://www.walon.com.pe", "canonical_domain": "walon.com.pe", "country": "CL", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["apparel"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walon_Sport.svg", "description": "textile and sportswear company in Peru", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5614 +{"wikidata_id": "Q7978227", "display_name": "Weather Underground", "legal_name": null, "aliases": [], "website": "https://www.wunderground.com", "canonical_domain": "wunderground.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q24904684", "name": "The Weather Company"}, "logo_url": null, "description": "weather service", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5615 +{"wikidata_id": "Q7987439", "display_name": "westernairbahamas.com", "legal_name": null, "aliases": ["WT", "WST", "WESTERN", "Western Air Limited"], "website": "https://www.westernairbahamas.com", "canonical_domain": "westernairbahamas.com", "country": "BS", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Western_air_logo.jpg", "description": "airline in the Bahamas", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5616 +{"wikidata_id": "Q7989174", "display_name": "Westminster John Knox", "legal_name": null, "aliases": [], "website": "https://www.wjkbooks.com", "canonical_domain": "wjkbooks.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["media"], "industry_labels": [], "founded_year": 1838, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "religion books publisher based in Louisville, KY, United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5617 +{"wikidata_id": "Q8023931", "display_name": "Freedom Mobile", "legal_name": "Freedom Mobile Inc.", "aliases": ["Wind Mobile"], "website": "https://www.freedommobile.ca", "canonical_domain": "freedommobile.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2396830", "name": "Vidéotron"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freedom_Mobile_2024_Logo.svg", "description": "Canadian telecommunications company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5618 +{"wikidata_id": "Q8035383", "display_name": "World Atlantic Airlines", "legal_name": null, "aliases": [], "website": "https://www.flywaa.com", "canonical_domain": "flywaa.com", "country": "US", "hq_city": "Virginia Gardens", "hq_region": "Miami-Dade County", "lat": 25.8092, "lon": -80.2967, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in the United States", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5619 +{"wikidata_id": "Q812893", "display_name": "Beacon Pictures", "legal_name": null, "aliases": ["Beacon Communications", "Beacon Communications", "LLC"], "website": "https://www.beaconpictures.com", "canonical_domain": "beaconpictures.com", "country": "US", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film production company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5620 +{"wikidata_id": "Q813992", "display_name": "Beech-Nut", "legal_name": null, "aliases": [], "website": "https://www.beechnut.com", "canonical_domain": "beechnut.com", "country": "US", "hq_city": "Amsterdam", "hq_region": "Montgomery County", "lat": 42.9433, "lon": -74.1903, "industries": [], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_BN_LOGO_9-13.jpg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5621 +{"wikidata_id": "Q825029", "display_name": "Iowa Interstate Railroad", "legal_name": null, "aliases": [], "website": "https://iaisrr.com", "canonical_domain": "iaisrr.com", "country": "US", "hq_city": "Cedar Rapids", "hq_region": "Linn County", "lat": 41.98333, "lon": -91.66861, "industries": ["transportation"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2127665", "name": "Railroad Development Corporation"}, "logo_url": null, "description": "transport company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5622 +{"wikidata_id": "Q825258", "display_name": "Remington Products", "legal_name": null, "aliases": [], "website": "https://www.remingtonproducts.com", "canonical_domain": "remingtonproducts.com", "country": "US", "hq_city": "Wadsworth", "hq_region": "Medina County", "lat": 41.0278, "lon": -81.7297, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493003W24TDP9X01A07", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5623 +{"wikidata_id": "Q833007", "display_name": "Strictly Rhythm", "legal_name": null, "aliases": [], "website": "https://www.strictly.com", "canonical_domain": "strictly.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5624 +{"wikidata_id": "Q849057", "display_name": "Sean John", "legal_name": null, "aliases": [], "website": "https://www.seanjohn.com", "canonical_domain": "seanjohn.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sean_John_Logo_2014.jpg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5625 +{"wikidata_id": "Q849240", "display_name": "ComicsOne", "legal_name": null, "aliases": [], "website": "https://www.comicsone.com", "canonical_domain": "comicsone.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": [], "industry_labels": ["comics industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Comicsonelogo.jpg", "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5626 +{"wikidata_id": "Q851552", "display_name": "CollabNet", "legal_name": null, "aliases": [], "website": "https://www.collab.net", "canonical_domain": "collab.net", "country": "US", "hq_city": "Brisbane", "hq_region": "San Mateo County", "lat": 37.68083, "lon": -122.41917, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1093693", "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5627 +{"wikidata_id": "Q85742752", "display_name": "Archetype Entertainment", "legal_name": null, "aliases": [], "website": "https://www.archetype-entertainment.com", "canonical_domain": "archetype-entertainment.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1135204", "name": "Wizards of the Coast"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Archetype_entertainment_logo.png", "description": "American video game developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5628 +{"wikidata_id": "Q85752013", "display_name": "Chime", "legal_name": null, "aliases": [], "website": "https://chime.com", "canonical_domain": "chime.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "fintech"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chime_company_logo.svg", "description": "American financial services company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5629 +{"wikidata_id": "Q894602", "display_name": "Boston Whaler", "legal_name": null, "aliases": [], "website": "https://www.bostonwhaler.com", "canonical_domain": "bostonwhaler.com", "country": "US", "hq_city": "Edgewater", "hq_region": "Volusia County", "lat": 28.9639, "lon": -80.9047, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4979487", "name": "Brunswick Boat Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boston_Whaler_logo.svg", "description": "American boat manufacturer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5630 +{"wikidata_id": "Q9292762", "display_name": "Mustang Ranch", "legal_name": null, "aliases": [], "website": "https://www.mustangranchbrothel.com", "canonical_domain": "mustangranchbrothel.com", "country": "US", "hq_city": "Nevada", "hq_region": "United States", "lat": 39.0, "lon": -117.0, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "legal brothel in Sparks, Nevada", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5631 +{"wikidata_id": "Q946630", "display_name": "WingStreet", "legal_name": null, "aliases": [], "website": "https://www.wingstreet.com", "canonical_domain": "wingstreet.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q668737", "name": "Yum! Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WingStreet.jpg", "description": "American multi-national restaurant chain specializing in chicken", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5632 +{"wikidata_id": "Q953277", "display_name": "Frateschi", "legal_name": null, "aliases": ["Frateschi (company)", "Frateschi Indústrias Reunidas", "Frateschi Trens Elétricos", "Indústrias Reunidas Frateschi"], "website": "https://www.frateschi.com.br", "canonical_domain": "frateschi.com.br", "country": "BR", "hq_city": "Ribeirão Preto", "hq_region": "São Paulo", "lat": -21.17763, "lon": -47.8101, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian company; a model railroad manufacturer based in Ribeirão Preto", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5633 +{"wikidata_id": "Q964158", "display_name": "Clark Material Handling Company", "legal_name": null, "aliases": ["CMHC", "Clark Forklift Company", "Clark Tructractor Company"], "website": "https://clarktheforklift.com", "canonical_domain": "clarktheforklift.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["industrial-machinery", "manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12607409", "name": "Young An Hat Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clark_logo.jpg", "description": "American manufacturer of forklift trucks", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5634 +{"wikidata_id": "Q97321374", "display_name": "Skydio", "legal_name": null, "aliases": ["Inc."], "website": "https://www.skydio.com", "canonical_domain": "skydio.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1848117", "parent": null, "logo_url": null, "description": "Largest commercial drone manufacturer in the US", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5635 +{"wikidata_id": "Q980440", "display_name": "The Omni Group", "legal_name": null, "aliases": [], "website": "https://www.omnigroup.com", "canonical_domain": "omnigroup.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Omni_Group_logo.svg", "description": "software developer", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5636 +{"wikidata_id": "Q981903", "display_name": "Crabtree & Evelyn", "legal_name": null, "aliases": ["Crabtree and Evelyn"], "website": "https://www.crabtree-evelyn.com", "canonical_domain": "crabtree-evelyn.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["retail"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American retailer of body and home products", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5637 +{"wikidata_id": "Q99670567", "display_name": "Czinger", "legal_name": null, "aliases": ["Czinger Vehicles"], "website": "https://www.czinger.com", "canonical_domain": "czinger.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American car company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5638 +{"wikidata_id": "Q10323632", "display_name": "Mangels", "legal_name": null, "aliases": [], "website": "https://www.mangels.com.br", "canonical_domain": "mangels.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MGEL3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5639 +{"wikidata_id": "Q104188375", "display_name": "Legend Biotech", "legal_name": null, "aliases": [], "website": "https://www.legendbiotech.com", "canonical_domain": "legendbiotech.com", "country": "US", "hq_city": "Moling Subdistrict", "hq_region": "Jiangsu", "lat": 31.83702, "lon": 118.83386, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "LEGN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1801198", "parent": null, "logo_url": null, "description": "Biotech company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1801198", "enriched_at": "2026-09-13T07:21:26+00:00"}}
5640 +{"wikidata_id": "Q104480012", "display_name": "Axsome Therapeutics", "legal_name": null, "aliases": ["Inc."], "website": "https://axsome.com", "canonical_domain": "axsome.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71044, "lon": -74.0106, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "AXSM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1579428", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1579428", "enriched_at": "2026-09-13T07:21:26+00:00"}}
5641 +{"wikidata_id": "Q104480051", "display_name": "BioAtla", "legal_name": null, "aliases": ["LLC."], "website": "https://www.bioatla.com", "canonical_domain": "bioatla.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.90642, "lon": -117.23795, "industries": ["biotechnology"], "industry_labels": ["SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "BCAB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1826892", "parent": null, "logo_url": null, "description": "company in San Diego, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1826892", "enriched_at": "2026-09-13T07:21:26+00:00"}}
5642 +{"wikidata_id": "Q104480383", "display_name": "Eagle Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.eagleus.com", "canonical_domain": "eagleus.com", "country": "US", "hq_city": "Woodcliff Lake", "hq_region": "Bergen County", "lat": 41.04391, "lon": -74.07436, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "EGRX", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Woodcliff Lake, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5643 +{"wikidata_id": "Q104480795", "display_name": "Insulet (United States)", "legal_name": null, "aliases": ["Insulet Corporation"], "website": "https://www.insulet.com", "canonical_domain": "insulet.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.52389, "lon": -71.42217, "industries": ["logistics"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "PODD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1145197", "parent": null, "logo_url": null, "description": "insulin delivery device company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1145197", "enriched_at": "2026-09-13T07:21:26+00:00"}}
5644 +{"wikidata_id": "Q104481262", "display_name": "Alpine Immune Sciences", "legal_name": null, "aliases": ["Inc."], "website": "https://www.alpineimmunesciences.com", "canonical_domain": "alpineimmunesciences.com", "country": "US", "hq_city": "Seattle", "hq_region": "WA", "lat": 47.63509, "lon": -122.32853, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "ALPN", "exchange": "Nasdaq", "lei": "5493000845S6RLSDWJ40", "sec_cik": "1632083", "parent": null, "logo_url": null, "description": "company in Seattle, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1632083", "enriched_at": "2026-09-13T07:21:28+00:00"}}
5645 +{"wikidata_id": "Q105099852", "display_name": "Seritage Growth Properties", "legal_name": null, "aliases": [], "website": "https://www.seritage.com", "canonical_domain": "seritage.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["SIC 6500 Real Estate"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SRG", "exchange": "New York Stock Exchange", "lei": "5493003CJFC2MM82WB25", "sec_cik": "1628063", "parent": null, "logo_url": null, "description": "Real estate investment trust company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1628063", "enriched_at": "2026-09-13T07:21:31+00:00"}}
5646 +{"wikidata_id": "Q105375474", "display_name": "Sphere 3D", "legal_name": null, "aliases": [], "website": "https://sphere3d.com", "canonical_domain": "sphere3d.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["software"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ANY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1591956", "parent": null, "logo_url": null, "description": "Software company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1591956", "enriched_at": "2026-09-13T07:21:31+00:00"}}
5647 +{"wikidata_id": "Q105602379", "display_name": "Five9 Inc.", "legal_name": null, "aliases": [], "website": "https://www.five9.com", "canonical_domain": "five9.com", "country": "US", "hq_city": "San Ramon", "hq_region": "Contra Costa County", "lat": 37.78, "lon": -121.97806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "FIVN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1288847", "parent": null, "logo_url": null, "description": "Software company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1288847", "enriched_at": "2026-09-13T07:21:31+00:00"}}
5648 +{"wikidata_id": "Q105966359", "display_name": "StoneCo Ltd.", "legal_name": null, "aliases": ["Stoneco"], "website": "https://www.stoneco.com.br", "canonical_domain": "stoneco.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "fintech"], "founded_year": null, "employees": null, "public_company": true, "ticker": "STNE", "exchange": "Nasdaq", "lei": null, "sec_cik": "1745431", "parent": null, "logo_url": null, "description": "financial technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5649 +{"wikidata_id": "Q106070945", "display_name": "Hall of Fame Resort & Entertainment Co", "legal_name": null, "aliases": [], "website": "https://www.hofreco.com", "canonical_domain": "hofreco.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "HOFV", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5650 +{"wikidata_id": "Q106221634", "display_name": "U-Haul Holding Company", "legal_name": "U-Haul Holding Company", "aliases": ["Amerco"], "website": "https://www.amerco.com", "canonical_domain": "amerco.com", "country": "US", "hq_city": "Reno", "hq_region": "Washoe County", "lat": 39.52611, "lon": -119.8125, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "UHAL", "exchange": "New York Stock Exchange", "lei": "5493003WIDMLDHYC6Y24", "sec_cik": "4457", "parent": null, "logo_url": null, "description": "American holding company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5651 +{"wikidata_id": "Q106238343", "display_name": "BridgeBio", "legal_name": null, "aliases": ["BridgeBio Pharma", "BridgeBio Pharma", "Inc."], "website": "https://bridgebio.com", "canonical_domain": "bridgebio.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.4484, "lon": -122.16053, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "BBIO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1743881", "parent": null, "logo_url": null, "description": "company in Palo Alto, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1743881", "enriched_at": "2026-09-13T07:21:31+00:00"}}
5652 +{"wikidata_id": "Q106253502", "display_name": "TopBuild Corp.", "legal_name": null, "aliases": [], "website": "https://www.topbuild.com", "canonical_domain": "topbuild.com", "country": "US", "hq_city": "Daytona Beach", "hq_region": "Volusia County", "lat": 29.21083, "lon": -81.02278, "industries": ["retail"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "BLD", "exchange": "New York Stock Exchange", "lei": "5493007YSKHOL4RWII46", "sec_cik": "1633931", "parent": null, "logo_url": null, "description": "America's Premier Insulation Installer and Distributor", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5653 +{"wikidata_id": "Q106295041", "display_name": "Digital Turbine", "legal_name": null, "aliases": ["Inc."], "website": "https://www.digitalturbine.com", "canonical_domain": "digitalturbine.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": ["technology", "industrial-machinery"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "APPS", "exchange": "Nasdaq", "lei": "549300D0WZR1VI2QGB24", "sec_cik": "317788", "parent": null, "logo_url": null, "description": "mobile internet company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5654 +{"wikidata_id": "Q106295182", "display_name": "Envista Holdings Corporation", "legal_name": null, "aliases": ["Envista", "ORMCO CORPORATION (Orange", "CA)"], "website": "https://envistaco.com", "canonical_domain": "envistaco.com", "country": "US", "hq_city": "Brea", "hq_region": "Orange County", "lat": 33.92333, "lon": -117.88889, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "NVST", "exchange": "New York Stock Exchange", "lei": "549300BX623VURJZ5269", "sec_cik": "1757073", "parent": null, "logo_url": null, "description": "dental business", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5655 +{"wikidata_id": "Q106301317", "display_name": "TG Therapeutics", "legal_name": null, "aliases": ["Inc."], "website": "https://tgtherapeutics.com", "canonical_domain": "tgtherapeutics.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["biotechnology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "TGTX", "exchange": "Nasdaq", "lei": "529900X21UKABN9NJ529", "sec_cik": "1001316", "parent": null, "logo_url": null, "description": "a commercial stage biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5656 +{"wikidata_id": "Q106301677", "display_name": "WillScot Mobile Mini Holdings Corp.", "legal_name": null, "aliases": ["WillScot", "WillScot Mobile Mini"], "website": "https://www.willscotmobilemini.com", "canonical_domain": "willscotmobilemini.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "WSC", "exchange": "Nasdaq", "lei": "549300HJ4VIXF476Q166", "sec_cik": "1647088", "parent": null, "logo_url": null, "description": "mobile offices and portable storage units provider", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5657 +{"wikidata_id": "Q106411735", "display_name": "Relay Therapeutics", "legal_name": null, "aliases": ["Inc."], "website": "https://relaytx.com", "canonical_domain": "relaytx.com", "country": "US", "hq_city": "Cambridge", "hq_region": "MA", "lat": 42.3676, "lon": -71.09246, "industries": ["biotechnology"], "industry_labels": ["SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "RLAY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1812364", "parent": null, "logo_url": null, "description": "company in Cambridge, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1812364", "enriched_at": "2026-09-13T07:21:32+00:00"}}
5658 +{"wikidata_id": "Q106411749", "display_name": "Ensysce Biosciences", "legal_name": null, "aliases": ["Inc"], "website": "https://ensysce.com", "canonical_domain": "ensysce.com", "country": "US", "hq_city": "La Jolla", "hq_region": "CA", "lat": 32.90061, "lon": -117.23719, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "ENSC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1716947", "parent": null, "logo_url": null, "description": "company in La Jolla, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1716947", "enriched_at": "2026-09-13T07:21:33+00:00"}}
5659 +{"wikidata_id": "Q106411771", "display_name": "ShockWave Medical (United States)", "legal_name": null, "aliases": [], "website": "https://shockwavemedical.com", "canonical_domain": "shockwavemedical.com", "country": "US", "hq_city": "Lucerne Valley", "hq_region": "San Bernardino County", "lat": 37.40998, "lon": -121.98135, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "SWAV", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Santa Clara, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5660 +{"wikidata_id": "Q106435940", "display_name": "Exagen Inc.", "legal_name": "Exagen Inc.", "aliases": ["AVISE", "AVISE Test", "Exagen", "Exagen Diagnostics"], "website": "https://exagen.com", "canonical_domain": "exagen.com", "country": "US", "hq_city": "Vista", "hq_region": "San Diego County", "lat": 33.19361, "lon": -117.24111, "industries": ["healthcare"], "industry_labels": ["life sciences", "Medical Laboratories"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "XGN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1274737", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Exagen_Full_CMYK_Logo.jpg", "description": "clinical laboratory company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5661 +{"wikidata_id": "Q106623027", "display_name": "TPI Composites", "legal_name": null, "aliases": [], "website": "https://www.tpicomposites.com", "canonical_domain": "tpicomposites.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["materials"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "TPIC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5662 +{"wikidata_id": "Q106641474", "display_name": "WRAP Technologies", "legal_name": null, "aliases": ["WRAP"], "website": "https://wrap.com", "canonical_domain": "wrap.com", "country": "US", "hq_city": "Tempe", "hq_region": "Maricopa County", "lat": 33.42556, "lon": -111.94, "industries": ["technology"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "WRAP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1702924", "parent": null, "logo_url": null, "description": "company that produces remote restraint devices and technology", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1702924", "enriched_at": "2026-09-13T07:21:33+00:00"}}
5663 +{"wikidata_id": "Q106760435", "display_name": "Jounce Therapeutics", "legal_name": null, "aliases": [], "website": "https://jouncetx.com", "canonical_domain": "jouncetx.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Cambridge", "lat": 52.20806, "lon": 0.1225, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "JNCE", "exchange": "Nasdaq", "lei": "5493004MZJQIV2K8ZT61", "sec_cik": "1640455", "parent": null, "logo_url": null, "description": "company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5664 +{"wikidata_id": "Q107095686", "display_name": "NexGen Energy", "legal_name": "NEXGEN ENERGY (CANADA) LTD", "aliases": [], "website": "https://nexgenenergy.ca", "canonical_domain": "nexgenenergy.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["energy", "mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "NXG", "exchange": "Australian Securities Exchange", "lei": null, "sec_cik": "1698535", "parent": null, "logo_url": null, "description": "uranium mining company in Canada", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1698535", "enriched_at": "2026-09-13T07:21:33+00:00"}}
5665 +{"wikidata_id": "Q107220202", "display_name": "US Vegan Climate ETF", "legal_name": null, "aliases": ["VEGN"], "website": "https://www.veganetf.com", "canonical_domain": "veganetf.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "VEGN", "exchange": "Chicago Board Options Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "exchange-traded fund", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5666 +{"wikidata_id": "Q107400411", "display_name": "Rocket Pharmaceuticals Inc.", "legal_name": null, "aliases": ["Rocket Pharmaceuticals", "Inc."], "website": "https://rocketpharma.com", "canonical_domain": "rocketpharma.com", "country": "US", "hq_city": "Cranbury", "hq_region": "Middlesex County", "lat": 40.30722, "lon": -74.51639, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RCKT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1281895", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1281895", "enriched_at": "2026-09-13T07:21:33+00:00"}}
5667 +{"wikidata_id": "Q107518637", "display_name": "Nkarta Therapeutics (United States)", "legal_name": null, "aliases": [], "website": "https://www.nkartatx.com", "canonical_domain": "nkartatx.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "CA", "lat": 37.6703, "lon": -122.3898, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "NKTX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1787400", "parent": null, "logo_url": null, "description": "company in South San Francisco, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1787400", "enriched_at": "2026-09-13T07:21:34+00:00"}}
5668 +{"wikidata_id": "Q107526370", "display_name": "Kismet Acquisition Two Corp", "legal_name": null, "aliases": [], "website": "https://kismetcg.com", "canonical_domain": "kismetcg.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": ["special-purpose acquisition company"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "KII", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106645172", "name": "Kismet Capital Group"}, "logo_url": null, "description": "special purpose acquisition company led by Ivan Tavrin", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q107526548"}, {"related_domain_conflict": "Q107526885"}]}
5669 +{"wikidata_id": "Q108667513", "display_name": "Dommo Energia", "legal_name": null, "aliases": ["Dommo Energia SA"], "website": "https://dommoenergia.com.br", "canonical_domain": "dommoenergia.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas", "energy"], "industry_labels": ["petroleum", "petroleum industry", "energy industry", "oil and gas extraction"], "founded_year": null, "employees": null, "public_company": true, "ticker": "DMMO3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5670 +{"wikidata_id": "Q108667835", "display_name": "Enauta Participacoes", "legal_name": null, "aliases": ["Enauta Part", "Enauta Participacoes SA"], "website": "https://www.enauta.com.br", "canonical_domain": "enauta.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["oil and gas extraction"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ENAT3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5671 +{"wikidata_id": "Q108759788", "display_name": "São Paulo Turismo SA", "legal_name": null, "aliases": ["SP Turis"], "website": "https://www.spturis.com", "canonical_domain": "spturis.com", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AHEB3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5672 +{"wikidata_id": "Q109291018", "display_name": "ArcBest", "legal_name": "ArcBest Corporation", "aliases": [], "website": "https://arcb.com", "canonical_domain": "arcb.com", "country": "US", "hq_city": "Fort Smith", "hq_region": "Sebastian County", "lat": 35.35, "lon": -94.36667, "industries": ["logistics"], "industry_labels": ["freight transport industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "ARCB", "exchange": "Nasdaq", "lei": null, "sec_cik": "894405", "parent": null, "logo_url": null, "description": "American freight transportation holding company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "894405", "enriched_at": "2026-09-13T07:21:34+00:00"}}
5673 +{"wikidata_id": "Q109565934", "display_name": "Opiant Pharmaceuticals", "legal_name": "Opiant Pharmaceuticals", "aliases": ["Lightlake Therapeutics"], "website": "https://www.opiant.com", "canonical_domain": "opiant.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "OPNT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "facmacutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5674 +{"wikidata_id": "Q109619213", "display_name": "Orion Office REIT", "legal_name": "Orion Office REIT Inc.", "aliases": ["Orion Office"], "website": "https://www.onlreit.com", "canonical_domain": "onlreit.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.50931, "lon": -112.03352, "industries": ["real-estate", "asset-management"], "industry_labels": ["real property", "real estate investment trust"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "ONL", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1873923", "parent": null, "logo_url": null, "description": "real estate investment trust in the United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1873923", "enriched_at": "2026-09-13T07:21:34+00:00"}}
5675 +{"wikidata_id": "Q109625715", "display_name": "CHAMPION IRON LIMITED", "legal_name": "CHAMPION IRON LIMITED", "aliases": [], "website": "https://www.championiron.com", "canonical_domain": "championiron.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CIA", "exchange": "Australian Securities Exchange", "lei": "894500WQI96G4T75O202", "sec_cik": null, "parent": null, "logo_url": null, "description": "Australian public company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5676 +{"wikidata_id": "Q110220617", "display_name": "Matthews International", "legal_name": null, "aliases": ["Matthews International Corporation", "MATW"], "website": "https://www.matw.com", "canonical_domain": "matw.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["mining"], "industry_labels": ["SIC 3360 Nonferrous Foundries (Castings)"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MATW", "exchange": "Nasdaq", "lei": null, "sec_cik": "63296", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "63296", "enriched_at": "2026-09-13T07:21:36+00:00"}}
5677 +{"wikidata_id": "Q110292031", "display_name": "Dye & Durham Corporation", "legal_name": null, "aliases": ["Dye & Durham", "Dye & Durham Limited"], "website": "https://dyedurham.com", "canonical_domain": "dyedurham.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": [], "industry_labels": [], "founded_year": 1874, "employees": null, "public_company": true, "ticker": "DND", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5678 +{"wikidata_id": "Q110597561", "display_name": "Embark Technology", "legal_name": null, "aliases": ["Inc."], "website": "https://embarktrucks.com", "canonical_domain": "embarktrucks.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology", "robotics"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "EMBK", "exchange": "Nasdaq", "lei": "549300NVUJ89UY1TGM94", "sec_cik": "1827980", "parent": null, "logo_url": null, "description": "develops software for self-driving freight trucks", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5679 +{"wikidata_id": "Q110604207", "display_name": "WonderFi", "legal_name": "WonderFi Technologies Inc.", "aliases": [], "website": "https://www.wonder.fi", "canonical_domain": "wonder.fi", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["fintech"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "WNDR", "exchange": "Cboe Canada", "lei": "25490030LLAP20EPXR84", "sec_cik": "1882839", "parent": null, "logo_url": null, "description": "a fintech company specializing in decentralized finance investing", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5680 +{"wikidata_id": "Q110781510", "display_name": "Pardee Resources Company", "legal_name": null, "aliases": [], "website": "https://www.pardee.com", "canonical_domain": "pardee.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": [], "industry_labels": [], "founded_year": 1840, "employees": null, "public_company": true, "ticker": "PDER", "exchange": "Other OTC", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American natural resources company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5681 +{"wikidata_id": "Q111387671", "display_name": "Frontdoor, Inc.", "legal_name": null, "aliases": ["Frontdoor"], "website": "https://www.frontdoorhome.com", "canonical_domain": "frontdoorhome.com", "country": "US", "hq_city": "Memphis", "hq_region": "TN", "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": ["SIC 7340 Services-To Dwellings & Other Buildings"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FTDR", "exchange": "Nasdaq", "lei": "5493008RB0JZJI3QGZ06", "sec_cik": "1727263", "parent": null, "logo_url": null, "description": "Home Services Platform; Public Company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1727263", "enriched_at": "2026-09-13T07:21:37+00:00"}}
5682 +{"wikidata_id": "Q111759432", "display_name": "Reddit Inc.", "legal_name": null, "aliases": ["Reddit Inc", "Reddit", "Inc."], "website": "https://www.redditinc.com", "canonical_domain": "redditinc.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cloud-infrastructure"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "RDDT", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1713445", "parent": null, "logo_url": null, "description": "American company that operates Reddit", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1713445", "enriched_at": "2026-09-13T07:21:38+00:00"}}
5683 +{"wikidata_id": "Q113279646", "display_name": "Livent Corporation", "legal_name": null, "aliases": [], "website": "https://livent.com", "canonical_domain": "livent.com", "country": "US", "hq_city": "Catamarca Province", "hq_region": "Argentina", "lat": -28.46889, "lon": -65.77917, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "LTHM", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company dedicated to lithium extraction and processing", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5684 +{"wikidata_id": "Q113503532", "display_name": "Mirum Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://mirumpharma.com", "canonical_domain": "mirumpharma.com", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "MIRM", "exchange": "Nasdaq", "lei": "254900YZKR40F7F27K81", "sec_cik": "1759425", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5685 +{"wikidata_id": "Q115446257", "display_name": "Seer, Inc", "legal_name": null, "aliases": ["Seer Bio"], "website": "https://seer.bio", "canonical_domain": "seer.bio", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "SEER", "exchange": "Nasdaq", "lei": null, "sec_cik": "1726445", "parent": null, "logo_url": null, "description": "proteomics technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1726445", "enriched_at": "2026-09-13T07:21:38+00:00"}}
5686 +{"wikidata_id": "Q115978123", "display_name": "One Stop Systems, Inc.", "legal_name": null, "aliases": ["OSS"], "website": "https://onestopsystems.com", "canonical_domain": "onestopsystems.com", "country": "US", "hq_city": "Escondido", "hq_region": "San Diego County", "lat": 33.12472, "lon": -117.08083, "industries": ["technology"], "industry_labels": ["high-performance computing"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "OSS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1394056", "parent": null, "logo_url": null, "description": "American computer company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1394056", "enriched_at": "2026-09-13T07:21:38+00:00"}}
5687 +{"wikidata_id": "Q117187407", "display_name": "Bank of the Sierra", "legal_name": null, "aliases": [], "website": "https://www.bankofthesierra.com", "canonical_domain": "bankofthesierra.com", "country": "US", "hq_city": "Porterville", "hq_region": "Tulare County", "lat": 36.06861, "lon": -119.0275, "industries": ["banking"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "BSRR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1130144", "parent": null, "logo_url": null, "description": "regional bank in California", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1130144", "enriched_at": "2026-09-13T07:21:38+00:00"}}
5688 +{"wikidata_id": "Q119072338", "display_name": "Burke & Herbert Bank", "legal_name": null, "aliases": [], "website": "https://www.burkeandherbertbank.com", "canonical_domain": "burkeandherbertbank.com", "country": "US", "hq_city": "Alexandria", "hq_region": "VA", "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["SIC 6021 National Commercial Banks"], "founded_year": 1852, "employees": null, "public_company": true, "ticker": "BHRB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1964333", "parent": null, "logo_url": null, "description": "bank based in mid-Atlantic", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1964333", "enriched_at": "2026-09-13T07:21:39+00:00"}}
5689 +{"wikidata_id": "Q119075727", "display_name": "Citizens & Farmers Bank", "legal_name": null, "aliases": [], "website": "https://www.cffc.com", "canonical_domain": "cffc.com", "country": "US", "hq_city": "Toano", "hq_region": "VA", "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["SIC 6022 State Commercial Banks"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "CFFI", "exchange": "Nasdaq", "lei": null, "sec_cik": "913341", "parent": null, "logo_url": null, "description": "bank based in Virginia", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "913341", "enriched_at": "2026-09-13T07:21:41+00:00"}}
5690 +{"wikidata_id": "Q120908465", "display_name": "Kinnate Biopharma Inc.", "legal_name": null, "aliases": ["Kinnate Biopharma"], "website": "https://www.kinnate.com", "canonical_domain": "kinnate.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KNTE", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "oncology therapeutics company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5691 +{"wikidata_id": "Q120946412", "display_name": "Limbach Holdings", "legal_name": null, "aliases": [], "website": "https://www.limbachinc.com", "canonical_domain": "limbachinc.com", "country": "US", "hq_city": "Tampa", "hq_region": "FL", "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["SIC 1700 Construction - Special Trade Contractors"], "founded_year": null, "employees": null, "public_company": true, "ticker": "LMB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1606163", "parent": null, "logo_url": null, "description": "American business", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1606163", "enriched_at": "2026-09-13T07:21:41+00:00"}}
5692 +{"wikidata_id": "Q120997607", "display_name": "908 Devices Inc.", "legal_name": null, "aliases": [], "website": "https://908devices.com", "canonical_domain": "908devices.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MASS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1555279", "parent": null, "logo_url": null, "description": "technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1555279", "enriched_at": "2026-09-13T07:21:41+00:00"}}
5693 +{"wikidata_id": "Q121323756", "display_name": "Canadian Solar Inc.", "legal_name": "Canadian Solar Inc.", "aliases": [], "website": "https://www.canadiansolar.com", "canonical_domain": "canadiansolar.com", "country": "CA", "hq_city": "Guelph", "hq_region": "Ontario", "lat": 43.55, "lon": -80.25, "industries": ["renewables", "energy"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "CSIQ", "exchange": "Nasdaq", "lei": null, "sec_cik": "1375877", "parent": null, "logo_url": null, "description": "global energy provider", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5694 +{"wikidata_id": "Q12138818", "display_name": "Paranapanema", "legal_name": null, "aliases": ["Paranapanema SA"], "website": "https://www.paranapanema.com.br", "canonical_domain": "paranapanema.com.br", "country": "BR", "hq_city": "Santo André", "hq_region": "São Paulo", "lat": -23.65333, "lon": -46.52795, "industries": ["mining"], "industry_labels": ["non-ferrous metallurgy", "mining industry", "copper industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "PMAM3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5695 +{"wikidata_id": "Q122522934", "display_name": "Janover", "legal_name": "Janover Inc.", "aliases": ["JV", "Janover Ventures", "janoverdotco", "janoverdotventures"], "website": "https://janover.co", "canonical_domain": "janover.co", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["e-commerce"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "JNVR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1805526", "parent": null, "logo_url": null, "description": "B2B fintech marketplace", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5696 +{"wikidata_id": "Q123382157", "display_name": "NKGen Biotech Inc. (United States)", "legal_name": null, "aliases": ["NKGen Biotech", "NKGen Biotech Inc.", "NKGN"], "website": "https://nkgenbiotech.com", "canonical_domain": "nkgenbiotech.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "NKGN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Santa Ana, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5697 +{"wikidata_id": "Q123616697", "display_name": "Camden National Corporation", "legal_name": null, "aliases": [], "website": "https://camdennationalcorporation.com", "canonical_domain": "camdennationalcorporation.com", "country": "US", "hq_city": "Camden", "hq_region": "Knox County", "lat": 44.20972, "lon": -69.06472, "industries": ["banking"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "CAC", "exchange": "Nasdaq", "lei": "549300ZVEDL2L8UW4F28", "sec_cik": "750686", "parent": null, "logo_url": null, "description": "bank holding company headquartered in Camden, Maine", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "750686", "enriched_at": "2026-09-13T07:21:41+00:00"}}
5698 +{"wikidata_id": "Q124031426", "display_name": "Cullinan Oncology", "legal_name": null, "aliases": [], "website": "https://cullinanoncology.com", "canonical_domain": "cullinanoncology.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals", "biotechnology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CGEM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1789972", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1789972", "enriched_at": "2026-09-13T07:21:41+00:00"}}
5699 +{"wikidata_id": "Q124036729", "display_name": "Sidus Space", "legal_name": null, "aliases": ["Craig Technologies Aerospace Solutions"], "website": "https://sidusspace.com", "canonical_domain": "sidusspace.com", "country": "US", "hq_city": "Merritt Island", "hq_region": "Brevard County", "lat": 28.35778, "lon": -80.68472, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SIDU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1879726", "parent": null, "logo_url": null, "description": "American space company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1879726", "enriched_at": "2026-09-13T07:21:41+00:00"}}
5700 +{"wikidata_id": "Q124039716", "display_name": "Neumora Therapeutics, Inc.", "legal_name": null, "aliases": ["Neumora Therapeutics"], "website": "https://neumoratx.com", "canonical_domain": "neumoratx.com", "country": "US", "hq_city": "Watertown", "hq_region": "MA", "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NMRA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1885522", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1885522", "enriched_at": "2026-09-13T07:21:43+00:00"}}
5701 +{"wikidata_id": "Q124060486", "display_name": "CleanSpark", "legal_name": null, "aliases": [], "website": "https://www.cleanspark.com", "canonical_domain": "cleanspark.com", "country": "US", "hq_city": "Henderson", "hq_region": "Clark County", "lat": 36.03167, "lon": -114.98139, "industries": ["mining"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "CLSK", "exchange": "Nasdaq", "lei": null, "sec_cik": "827876", "parent": null, "logo_url": null, "description": "American Bitcoin mining company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "827876", "enriched_at": "2026-09-13T07:21:43+00:00"}}
5702 +{"wikidata_id": "Q124129932", "display_name": "Fidelity D&D Bancorp, Inc. - Investor Relations", "legal_name": null, "aliases": [], "website": "https://ir.bankatfidelity.com", "canonical_domain": "bankatfidelity.com", "country": "US", "hq_city": "Dunmore", "hq_region": "PA", "lat": null, "lon": null, "industries": ["asset-management", "banking"], "industry_labels": ["SIC 6021 National Commercial Banks"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "FDBC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1098151", "parent": null, "logo_url": null, "description": "Bank holding company in Pennsylvania", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1098151", "enriched_at": "2026-09-13T07:21:45+00:00"}}
5703 +{"wikidata_id": "Q124130142", "display_name": "Omega Therapeutics", "legal_name": null, "aliases": [], "website": "https://omegatherapeutics.com", "canonical_domain": "omegatherapeutics.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "OMGA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5704 +{"wikidata_id": "Q124152761", "display_name": "Eucatex", "legal_name": null, "aliases": [], "website": "https://www.eucatex.com.br", "canonical_domain": "eucatex.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "EUCA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of cellulose and paper products", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5705 +{"wikidata_id": "Q124224170", "display_name": "Aehr Test Systems", "legal_name": null, "aliases": [], "website": "https://www.aehr.com", "canonical_domain": "aehr.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["manufacturing", "semiconductors"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AEHR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1040470", "parent": null, "logo_url": null, "description": "semiconductor manufacturing support company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1040470", "enriched_at": "2026-09-13T07:21:45+00:00"}}
5706 +{"wikidata_id": "Q124258509", "display_name": "HarborOne Bancorp", "legal_name": null, "aliases": ["HarborOne Northeast Bancorp"], "website": "https://www.harboronebancorp.com", "canonical_domain": "harboronebancorp.com", "country": "US", "hq_city": "Brockton", "hq_region": "Plymouth County", "lat": 42.08333, "lon": -71.01889, "industries": ["banking"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "HONE", "exchange": "Nasdaq", "lei": "549300CNOEY2QUB7F917", "sec_cik": null, "parent": null, "logo_url": null, "description": "bank holding company in Massachusetts, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5707 +{"wikidata_id": "Q124352446", "display_name": "Acutus Medical", "legal_name": null, "aliases": [], "website": "https://www.acutusmedical.com", "canonical_domain": "acutusmedical.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AFIB", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "medical technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5708 +{"wikidata_id": "Q124361729", "display_name": "Richtech Robotics", "legal_name": null, "aliases": ["Richtech Robotics Inc."], "website": "https://www.richtechrobotics.com", "canonical_domain": "richtechrobotics.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["robotics", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "RR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1963685", "parent": null, "logo_url": null, "description": "American automation company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1963685", "enriched_at": "2026-09-13T07:21:45+00:00"}}
5709 +{"wikidata_id": "Q124377649", "display_name": "Li-Cycle Holdings Corp.", "legal_name": null, "aliases": ["Li-Cycle"], "website": "https://li-cycle.com", "canonical_domain": "li-cycle.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["utilities"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "LICY", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "lithium recycling company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5710 +{"wikidata_id": "Q124407382", "display_name": "Comtech", "legal_name": null, "aliases": ["Comtech Telecommunications Corp."], "website": "https://comtech.com", "canonical_domain": "comtech.com", "country": "US", "hq_city": "Chandler", "hq_region": "Maricopa County", "lat": 33.30333, "lon": -111.84139, "industries": ["telecommunications"], "industry_labels": ["SIC 3663 Radio & Tv Broadcasting & Communications Equipment"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "CMTL", "exchange": "Nasdaq", "lei": null, "sec_cik": "23197", "parent": null, "logo_url": null, "description": "company headquartered in Chandler, Arizona, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "23197", "enriched_at": "2026-09-13T07:21:45+00:00"}}
5711 +{"wikidata_id": "Q124433826", "display_name": "4D Molecular Therapeutics, Inc.", "legal_name": null, "aliases": ["4DMT", "4D Molecular Therapeutics"], "website": "https://4dmoleculartherapeutics.com", "canonical_domain": "4dmoleculartherapeutics.com", "country": "US", "hq_city": "Emeryville", "hq_region": "CA", "lat": null, "lon": null, "industries": ["biotechnology"], "industry_labels": ["SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FDMT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1650648", "parent": null, "logo_url": null, "description": "biotherapeutics company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1650648", "enriched_at": "2026-09-13T07:21:45+00:00"}}
5712 +{"wikidata_id": "Q124545138", "display_name": "BigBear.ai", "legal_name": null, "aliases": ["BigBear.ai Holdings Inc"], "website": "https://bigbear.ai", "canonical_domain": "bigbear.ai", "country": "US", "hq_city": "Maryland", "hq_region": "United States", "lat": 39.0, "lon": -76.7, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BBAI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1836981", "parent": null, "logo_url": null, "description": "AI technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1836981", "enriched_at": "2026-09-13T07:21:45+00:00"}}
5713 +{"wikidata_id": "Q124624329", "display_name": "Enovix Corporation", "legal_name": null, "aliases": ["Enovix"], "website": "https://www.enovix.com", "canonical_domain": "enovix.com", "country": "US", "hq_city": "Fremont", "hq_region": "CA", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["SIC 3690 Miscellaneous Electrical Machinery, Equipment & Supplies"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ENVX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1828318", "parent": null, "logo_url": null, "description": "battery technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1828318", "enriched_at": "2026-09-13T07:21:45+00:00"}}
5714 +{"wikidata_id": "Q124635501", "display_name": "La Rosa Holdings", "legal_name": null, "aliases": ["La Rosa Holding Group"], "website": "https://larosaholdings.com", "canonical_domain": "larosaholdings.com", "country": "US", "hq_city": "Celebration", "hq_region": "FL", "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate industry", "SIC 6531 Real Estate Agents & Managers (For Others)"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "LRHC", "exchange": "Nasdaq", "lei": null, "sec_cik": "1879403", "parent": null, "logo_url": null, "description": "holding company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1879403", "enriched_at": "2026-09-13T07:21:46+00:00"}}
5715 +{"wikidata_id": "Q124635521", "display_name": "Monopar Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.monopartx.com", "canonical_domain": "monopartx.com", "country": "US", "hq_city": "Wilmette", "hq_region": "IL", "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MNPR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1645469", "parent": null, "logo_url": null, "description": "biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1645469", "enriched_at": "2026-09-13T07:21:46+00:00"}}
5716 +{"wikidata_id": "Q124637557", "display_name": "Duolingo Inc", "legal_name": null, "aliases": [], "website": "https://www.duolingo.com", "canonical_domain": "duolingo.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["education"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "DUOL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1562088", "parent": null, "logo_url": null, "description": "American educational technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1562088", "enriched_at": "2026-09-13T07:21:46+00:00"}}
5717 +{"wikidata_id": "Q124665205", "display_name": "Krystal Biotech, Inc.", "legal_name": null, "aliases": ["Krystal Biotech"], "website": "https://www.krystalbio.com", "canonical_domain": "krystalbio.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "PA", "lat": null, "lon": null, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry", "SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KRYS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1711279", "parent": null, "logo_url": null, "description": "biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1711279", "enriched_at": "2026-09-13T07:21:48+00:00"}}
5718 +{"wikidata_id": "Q124668353", "display_name": "Surgery Partners", "legal_name": null, "aliases": ["Inc"], "website": "https://surgerypartners.com", "canonical_domain": "surgerypartners.com", "country": "US", "hq_city": "Brentwood", "hq_region": "TN", "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["health care industry", "SIC 8062 Services-General Medical & Surgical Hospitals, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SGRY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1638833", "parent": null, "logo_url": null, "description": "healthcare services company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1638833", "enriched_at": "2026-09-13T07:21:48+00:00"}}
5719 +{"wikidata_id": "Q124723353", "display_name": "American National Bankshares", "legal_name": null, "aliases": ["Inc."], "website": "https://www.amnb.com", "canonical_domain": "amnb.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AMNB", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial products and services company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5720 +{"wikidata_id": "Q124724566", "display_name": "Employers Holdings Inc", "legal_name": null, "aliases": [], "website": "https://www.employers.com", "canonical_domain": "employers.com", "country": "US", "hq_city": "Reno", "hq_region": "NV", "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["SIC 6331 Fire, Marine & Casualty Insurance"], "founded_year": null, "employees": null, "public_company": true, "ticker": "EIG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1379041", "parent": null, "logo_url": null, "description": "insurance business", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1379041", "enriched_at": "2026-09-13T07:21:50+00:00"}}
5721 +{"wikidata_id": "Q125003256", "display_name": "Fusion Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://fusionpharma.com", "canonical_domain": "fusionpharma.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FUSN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "oncology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5722 +{"wikidata_id": "Q125427741", "display_name": "Rallybio", "legal_name": null, "aliases": [], "website": "https://rallybio.com", "canonical_domain": "rallybio.com", "country": "US", "hq_city": "New Haven", "hq_region": "South Central Connecticut Planning Region", "lat": 41.30833, "lon": -72.925, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RLYB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1739410", "parent": null, "logo_url": null, "description": "American biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1739410", "enriched_at": "2026-09-13T07:21:50+00:00"}}
5723 +{"wikidata_id": "Q125447264", "display_name": "Abacus Life", "legal_name": null, "aliases": ["Inc."], "website": "https://abacuslife.com", "canonical_domain": "abacuslife.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ABL", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American life settlement company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5724 +{"wikidata_id": "Q125862778", "display_name": "Progyny, Inc.", "legal_name": null, "aliases": ["Progyny"], "website": "https://progyny.com", "canonical_domain": "progyny.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["SIC 8090 Services-Misc Health & Allied Services, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PGNY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1551306", "parent": null, "logo_url": null, "description": "fertility benefits management company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1551306", "enriched_at": "2026-09-13T07:21:50+00:00"}}
5725 +{"wikidata_id": "Q130281150", "display_name": "OppFi Inc.", "legal_name": null, "aliases": ["OppFi"], "website": "https://www.oppfi.com", "canonical_domain": "oppfi.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "OPFI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1818502", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OppFi_Logo.png", "description": "fintech Company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5726 +{"wikidata_id": "Q130482377", "display_name": "FirstSun Capital", "legal_name": null, "aliases": ["FirstSun Capital Bancorp"], "website": "https://ir.firstsuncb.com", "canonical_domain": "firstsuncb.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["banking"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "FSUN", "exchange": "Nasdaq", "lei": null, "sec_cik": "1709442", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1709442", "enriched_at": "2026-09-13T07:21:50+00:00"}}
5727 +{"wikidata_id": "Q130624258", "display_name": "Fifth Third Bancorp", "legal_name": null, "aliases": ["5/3", "5/3 Bancorp", "Fifth Third Bancorporation"], "website": "https://ir.53.com", "canonical_domain": "53.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["banking"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "FITB", "exchange": "Nasdaq", "lei": "THRNG6BD57P9QWTQLG42", "sec_cik": "35527", "parent": null, "logo_url": null, "description": "American bank holding company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5728 +{"wikidata_id": "Q132775404", "display_name": "Resolute Holdings Management, Inc", "legal_name": null, "aliases": ["Resolute", "Resolute Holdings", "RHLD"], "website": "https://resoluteholdings.com", "canonical_domain": "resoluteholdings.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RHLD", "exchange": "Nasdaq", "lei": null, "sec_cik": "2039497", "parent": null, "logo_url": null, "description": "Resolute Holdings (Nasdaq: RHLD) is a permanent capital asset manager focused on acquiring businesses that can benefit from the systematic deployment of a proprietary operating system.", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2039497", "enriched_at": "2026-09-13T07:21:50+00:00"}}
5729 +{"wikidata_id": "Q133812186", "display_name": "BillionToOne (United States)", "legal_name": null, "aliases": ["BTO", "BillionToOne", "BillionToOne", "Inc.", "Northstar Response", "Northstar Select", "Unity Screen"], "website": "https://billiontoone.com", "canonical_domain": "billiontoone.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "CA", "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["SIC 8071 Services-Medical Laboratories"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "BLLN", "exchange": "Nasdaq", "lei": null, "sec_cik": "2070849", "parent": null, "logo_url": null, "description": "company in Menlo Park, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2070849", "enriched_at": "2026-09-13T07:21:52+00:00"}}
5730 +{"wikidata_id": "Q134008655", "display_name": "Southside Bank", "legal_name": null, "aliases": [], "website": "https://www.southside.com", "canonical_domain": "southside.com", "country": "US", "hq_city": "Tyler", "hq_region": "Smith County", "lat": 32.35083, "lon": -95.30056, "industries": ["banking"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "SBSI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "705432", "parent": null, "logo_url": null, "description": "North Texas bank chain", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "705432", "enriched_at": "2026-09-13T07:21:52+00:00"}}
5731 +{"wikidata_id": "Q135439256", "display_name": "Teamshares", "legal_name": "Teamshares Inc.", "aliases": [], "website": "https://www.teamshares.com", "canonical_domain": "teamshares.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["SIC 5900 Retail-Miscellaneous Retail"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "TMS", "exchange": "Nasdaq", "lei": null, "sec_cik": "2048951", "parent": null, "logo_url": null, "description": "Employee ownership platform for small businesses.", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2048951", "enriched_at": "2026-09-13T07:21:52+00:00"}}
5732 +{"wikidata_id": "Q135579976", "display_name": "Uniti", "legal_name": null, "aliases": ["Uniti Group Inc."], "website": "https://uniti.com", "canonical_domain": "uniti.com", "country": "US", "hq_city": "Little Rock", "hq_region": "Pulaski County", "lat": 34.74444, "lon": -92.28806, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "UNIT", "exchange": "Nasdaq", "lei": "549300V3NU625PJUVA84", "sec_cik": "1620280", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uniti_logo.svg", "description": "telecommunications service provider", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5733 +{"wikidata_id": "Q136350917", "display_name": "Petro-Victory Energy", "legal_name": null, "aliases": ["Petro Victory Energy", "Petro-Victory Energy Corporation", "Petro-Victory Energy Corp.", "Petro Victory LLC"], "website": "https://www.petrovictoryenergy.com", "canonical_domain": "petrovictoryenergy.com", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "VRY", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petro-Victory_Energy_logo.png", "description": "Brazilian publicly-traded fossil fuel company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5734 +{"wikidata_id": "Q136393860", "display_name": "MARINEMAX, INC.", "legal_name": null, "aliases": [], "website": "https://www.marinemax.com", "canonical_domain": "marinemax.com", "country": "US", "hq_city": "Clearwater", "hq_region": "FL", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["SIC 5531 Retail-Auto & Home Supply Stores"], "founded_year": null, "employees": null, "public_company": true, "ticker": "HZO", "exchange": "NYSE", "lei": null, "sec_cik": "1057060", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1057060", "enriched_at": "2026-09-13T07:21:54+00:00"}}
5735 +{"wikidata_id": "Q136676211", "display_name": "Metsera Inc", "legal_name": null, "aliases": ["Metsera"], "website": "https://metsera.com", "canonical_domain": "metsera.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MTSR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5736 +{"wikidata_id": "Q137103224", "display_name": "The Arena Group", "legal_name": "The Arena Group Holdings, Inc.", "aliases": ["Arena", "The Arena Group Holdings", "Inc."], "website": "https://thearenagroup.net", "canonical_domain": "thearenagroup.net", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "AREN", "exchange": "NYSE American", "lei": null, "sec_cik": "894871", "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "894871", "enriched_at": "2026-09-13T07:21:54+00:00"}}
5737 +{"wikidata_id": "Q138548226", "display_name": "Figma Inc", "legal_name": null, "aliases": ["Figma", "Figma", "Inc"], "website": "https://figma.com", "canonical_domain": "figma.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "FIG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1579878", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Figma-logo.svg", "description": "software company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5738 +{"wikidata_id": "Q139498797", "display_name": "American Lithium Minerals", "legal_name": null, "aliases": ["American Mineral Resources", "AMR", "AMLM"], "website": "https://www.americanmineralresources.com", "canonical_domain": "americanmineralresources.com", "country": "US", "hq_city": "Carson City", "hq_region": "Nevada", "lat": 39.16083, "lon": -119.75389, "industries": ["mining"], "industry_labels": ["mineral exploration"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "AMLM", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "1356371", "parent": {"wikidata_id": "Q139498797", "name": "American Lithium Minerals"}, "logo_url": null, "description": "Lithium mining and mineral exploration company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1356371", "enriched_at": "2026-09-13T07:21:54+00:00"}}
5739 +{"wikidata_id": "Q139859765", "display_name": "Hyperliquid Strategies", "legal_name": null, "aliases": ["Hyperliquid Strategies Inc"], "website": "https://www.hypestrat.xyz", "canonical_domain": "hypestrat.xyz", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "cryptocurrency industry"], "founded_year": 2025, "employees": null, "public_company": true, "ticker": "PURR", "exchange": "Nasdaq", "lei": "98450073FF7E1B63N260", "sec_cik": "2078856", "parent": null, "logo_url": null, "description": "US digital asset treasury company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5740 +{"wikidata_id": "Q139889224", "display_name": "Maxus Mining Inc.", "legal_name": null, "aliases": ["R7V", "MAXM", "Maxus Mining", "MXMGF"], "website": "https://maxusmining.com", "canonical_domain": "maxusmining.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MAXM", "exchange": "Canadian Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian mineral exploration company advancing antimony, tungsten, and copper projects in premier jurisdictions", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5741 +{"wikidata_id": "Q140088896", "display_name": "Grupo Melo", "legal_name": "Grupo Melo, S.A", "aliases": [], "website": "https://www.grupomelo.com", "canonical_domain": "grupomelo.com", "country": "PA", "hq_city": "Panama City", "hq_region": "Panamá District", "lat": 8.97111, "lon": -79.53472, "industries": ["agriculture", "retail"], "industry_labels": ["agribusiness", "trade"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "GRMELO", "exchange": "Bolsa De Valores De Panama, S.A.", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Panamanian business conglomerate", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5742 +{"wikidata_id": "Q140175408", "display_name": "Permian Resources Corp", "legal_name": null, "aliases": [], "website": "https://permianres.com", "canonical_domain": "permianres.com", "country": "US", "hq_city": "Midland", "hq_region": "TX", "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1658566", "parent": null, "logo_url": null, "description": "American oil and natural gas company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1658566", "enriched_at": "2026-09-13T07:21:54+00:00"}}
5743 +{"wikidata_id": "Q140366484", "display_name": "Alkami Technology", "legal_name": null, "aliases": [], "website": "https://www.alkami.com", "canonical_domain": "alkami.com", "country": "US", "hq_city": "Plano", "hq_region": "Denton County", "lat": 33.05, "lon": -96.75, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ALKT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1529274", "parent": null, "logo_url": null, "description": "American digital banking software company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5744 +{"wikidata_id": "Q140399370", "display_name": "Trillion Energy International Inc.", "legal_name": "Trillion Energy International Inc.", "aliases": ["Park Place Energy", "Park Place Energy Inc.", "Trillion Energy"], "website": "https://trillionenergy.com", "canonical_domain": "trillionenergy.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "TRLEF", "exchange": "OTCQB Marketplace", "lei": null, "sec_cik": "1648636", "parent": null, "logo_url": null, "description": "Canadian oil and gas exploration company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5745 +{"wikidata_id": "Q140473208", "display_name": "ACV Auctions", "legal_name": null, "aliases": ["ACV", "ACV Auctions Inc."], "website": "https://acvauctions.com", "canonical_domain": "acvauctions.com", "country": "US", "hq_city": "Buffalo", "hq_region": "Erie County", "lat": 42.88639, "lon": -78.87806, "industries": ["e-commerce"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "ACVA", "exchange": "NYSE", "lei": null, "sec_cik": "1637873", "parent": null, "logo_url": null, "description": "ACV Auctions is a digital wholesale auto auction marketplace that enables licensed franchised and independent car dealers in the United States to buy and sell used vehicles entirely online.", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1637873", "enriched_at": "2026-09-13T07:21:56+00:00"}}
5746 +{"wikidata_id": "Q140577359", "display_name": "Turning Point Brands", "legal_name": null, "aliases": ["TPB", "Turning Point Brands Inc.", "Inc."], "website": "https://www.turningpointbrands.com", "canonical_domain": "turningpointbrands.com", "country": "US", "hq_city": "Louisville", "hq_region": "Jefferson County", "lat": 38.25611, "lon": -85.75139, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "TPB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1290677", "parent": null, "logo_url": null, "description": "American manufacturer and distributor of tobacco and nicotine products", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5747 +{"wikidata_id": "Q140666075", "display_name": "abcourt.ca", "legal_name": null, "aliases": [], "website": "https://www.abcourt.ca", "canonical_domain": "abcourt.ca", "country": "CA", "hq_city": "Rouyn-Noranda", "hq_region": "Abitibi-Témiscamingue", "lat": 48.2333, "lon": -79.0167, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ABI", "exchange": "TSX Venture Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5748 +{"wikidata_id": "Q140741942", "display_name": "Hayward Industries", "legal_name": null, "aliases": ["Hayward", "HAYW", "Hayward Pool Products"], "website": "https://www.hayward.com", "canonical_domain": "hayward.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["manufacturing"], "industry_labels": ["swimming pool", "industrial manufacturing"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "HAYW", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1834622", "parent": null, "logo_url": null, "description": "American industrial equipment manufacturer", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1834622", "enriched_at": "2026-09-13T07:21:56+00:00"}}
5749 +{"wikidata_id": "Q141040653", "display_name": "CSW Industrials", "legal_name": null, "aliases": ["Inc."], "website": "https://cswindustrials.com", "canonical_domain": "cswindustrials.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "CSW", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1624794", "parent": null, "logo_url": null, "description": "American diversified industrial products company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1624794", "enriched_at": "2026-09-13T07:21:56+00:00"}}
5750 +{"wikidata_id": "Q16255259", "display_name": "Span-America Medical Systems", "legal_name": null, "aliases": [], "website": "https://www.spanamerica.com", "canonical_domain": "spanamerica.com", "country": "US", "hq_city": "Greenville", "hq_region": "Greenville County", "lat": 34.84444, "lon": -82.38556, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "SPAN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5751 +{"wikidata_id": "Q17051348", "display_name": "Comverse", "legal_name": null, "aliases": [], "website": "https://www.xura.com", "canonical_domain": "xura.com", "country": "US", "hq_city": "Wakefield", "hq_region": "Middlesex County", "lat": 42.50639, "lon": -71.07333, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MESG", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5752 +{"wikidata_id": "Q17078915", "display_name": "Marchex", "legal_name": null, "aliases": [], "website": "https://www.marchex.com", "canonical_domain": "marchex.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["media"], "industry_labels": ["digital marketing"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "MCHX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1224133", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5753 +{"wikidata_id": "Q17110569", "display_name": "Hatteras Financial Corp", "legal_name": null, "aliases": ["Hatteras Financial Corporation"], "website": "https://hatfin.com", "canonical_domain": "hatfin.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "HTS", "exchange": "New York Stock Exchange", "lei": "30DICB58VS1001USGS60", "sec_cik": "1419521", "parent": null, "logo_url": null, "description": "United States externally managed mortgage real estate investment trust", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5754 +{"wikidata_id": "Q17125902", "display_name": "ZIOPHARM Oncology", "legal_name": null, "aliases": ["Inc."], "website": "https://www.ziopharm.com", "canonical_domain": "ziopharm.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "ZIOP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1107421", "parent": null, "logo_url": null, "description": "publicly held, clinical-stage biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5755 +{"wikidata_id": "Q17143508", "display_name": "Catabasis Pharmaceuticals", "legal_name": null, "aliases": ["Catabasis Pharmaceuticals (United States)"], "website": "https://www.catabasis.com", "canonical_domain": "catabasis.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CATB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1454789", "parent": null, "logo_url": null, "description": "company in Cambridge, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5756 +{"wikidata_id": "Q18156655", "display_name": "Bryn Mawr Trust", "legal_name": null, "aliases": ["BMT"], "website": "https://www.bmt.com", "canonical_domain": "bmt.com", "country": "US", "hq_city": "Bryn Mawr", "hq_region": "Montgomery County", "lat": 40.0211, "lon": -75.3169, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "BMTC", "exchange": "Nasdaq", "lei": "549300XNMT98BKC51080", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bryn-mawr-logo.png", "description": "Banking and financial services", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5757 +{"wikidata_id": "Q18636367", "display_name": "Extreme Reach", "legal_name": null, "aliases": [], "website": "https://extremereach.com", "canonical_domain": "extremereach.com", "country": "US", "hq_city": "Needham", "hq_region": "Norfolk County", "lat": 42.28333, "lon": -71.23333, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "SZMK", "exchange": "Nasdaq", "lei": null, "sec_cik": "1450213", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5758 +{"wikidata_id": "Q21010691", "display_name": "Westwood Holdings Group", "legal_name": null, "aliases": [], "website": "https://westwoodgroup.com", "canonical_domain": "westwoodgroup.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "WHG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1165002", "parent": null, "logo_url": null, "description": "US asset management firm", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5759 +{"wikidata_id": "Q21874220", "display_name": "Atara Biotherapeutics, Inc.", "legal_name": null, "aliases": ["Atara Bio", "Atara Biotherapeutics", "NASDAQ:ATRA"], "website": "https://www.atarabio.com", "canonical_domain": "atarabio.com", "country": "US", "hq_city": "South San Francisco", "hq_region": "San Mateo County", "lat": 37.65611, "lon": -122.42556, "industries": ["biotechnology", "pharmaceuticals", "telecommunications"], "industry_labels": ["biotechnology", "multiple sclerosis", "oncology", "autoimmune disease", "Cellular therapy and transplantation"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "ATRA", "exchange": "Nasdaq", "lei": "549300WBXUXZRE03MS38", "sec_cik": "1604464", "parent": null, "logo_url": null, "description": "clinical-stage biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5760 +{"wikidata_id": "Q21992261", "display_name": "American Public Education, Inc.", "legal_name": null, "aliases": ["APEI"], "website": "https://www.apei.com", "canonical_domain": "apei.com", "country": "US", "hq_city": "Charles Town", "hq_region": "Jefferson County", "lat": 39.28417, "lon": -77.85611, "industries": ["education"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "APEI", "exchange": "Nasdaq", "lei": "254900GZNX6TJQGM4S17", "sec_cik": "1201792", "parent": null, "logo_url": null, "description": "provider of higher education", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5761 +{"wikidata_id": "Q22022108", "display_name": "Clearfield, Inc.", "legal_name": null, "aliases": ["Clearfield (United States)"], "website": "https://www.clearfieldconnection.com", "canonical_domain": "clearfieldconnection.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["telecommunications"], "industry_labels": ["SIC 3661 Telephone & Telegraph Apparatus"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CLFD", "exchange": "Nasdaq", "lei": "529900M4S2OQ1ADPR537", "sec_cik": "796505", "parent": null, "logo_url": null, "description": "company in Minneapolis, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "796505", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5762 +{"wikidata_id": "Q22121871", "display_name": "Scansource", "legal_name": null, "aliases": [], "website": "https://www.scansource.com", "canonical_domain": "scansource.com", "country": "US", "hq_city": "Greenville", "hq_region": "Greenville County", "lat": 34.84444, "lon": -82.38556, "industries": ["retail"], "industry_labels": ["SIC 5045 Wholesale-Computers & Peripheral Equipment & Software"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "SCSC", "exchange": "Nasdaq", "lei": "7FHBAN017QDY4K2KP156", "sec_cik": "918965", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "918965", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5763 +{"wikidata_id": "Q25046191", "display_name": "New Senior Investment Group", "legal_name": null, "aliases": [], "website": "https://www.newseniorinv.com", "canonical_domain": "newseniorinv.com", "country": "US", "hq_city": "1345 Avenue of the Americas", "hq_region": "Manhattan", "lat": 40.7631, "lon": -73.9788, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "SNR", "exchange": "New York Stock Exchange", "lei": "549300H8A719CGNNEW69", "sec_cik": "1610114", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Senior_Investment_Group.png", "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5764 +{"wikidata_id": "Q27146006", "display_name": "Empire State Realty Trust", "legal_name": null, "aliases": [], "website": "https://www.empirestaterealtytrust.com", "canonical_domain": "empirestaterealtytrust.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ESRT", "exchange": "New York Stock Exchange", "lei": "549300VOKY1DUEQSB456", "sec_cik": "1541401", "parent": null, "logo_url": null, "description": "real estate company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5765 +{"wikidata_id": "Q28228105", "display_name": "Purple Innovation, Inc.", "legal_name": null, "aliases": ["Purple"], "website": "https://onpurple.com", "canonical_domain": "onpurple.com", "country": "US", "hq_city": "Lehi", "hq_region": "Utah County", "lat": 40.38844, "lon": -111.83639, "industries": ["internet"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "PRPL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1643953", "parent": null, "logo_url": null, "description": "maker of mattresses and related items which are sold online directly to consumers", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1643953", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5766 +{"wikidata_id": "Q28776959", "display_name": "Richardson Electronics", "legal_name": null, "aliases": ["RELL", "Richardson Electronics (United States)"], "website": "https://www.rell.com", "canonical_domain": "rell.com", "country": "US", "hq_city": "La Fox", "hq_region": "Blackberry Township", "lat": 41.88639, "lon": -88.40889, "industries": ["semiconductors"], "industry_labels": ["electronic component"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "RELL", "exchange": "Nasdaq", "lei": null, "sec_cik": "355948", "parent": null, "logo_url": null, "description": "American manufacturer of electronic components", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "355948", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5767 +{"wikidata_id": "Q29436927", "display_name": "MMX", "legal_name": null, "aliases": ["Minds & Machines", "Minds + Machines", "Minds + Machines Group Limited", "Minds and Machines", "Top Level Domain Holdings Limited"], "website": "https://mmx.co", "canonical_domain": "mmx.co", "country": "US", "hq_city": "Dublin", "hq_region": "Dublin City", "lat": 53.34972, "lon": -6.26028, "industries": ["internet"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "MMX", "exchange": "London Stock Exchange", "lei": "2138008VAFDJAYYYNP95", "sec_cik": null, "parent": null, "logo_url": null, "description": "Internet domain registry", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5768 +{"wikidata_id": "Q30100944", "display_name": "Rightside Group", "legal_name": null, "aliases": ["domain name registry and registrar"], "website": "https://rightside.co", "canonical_domain": "rightside.co", "country": "US", "hq_city": "Kirkland", "hq_region": "King County", "lat": 47.68583, "lon": -122.19167, "industries": [], "industry_labels": ["domain name"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NAME", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5769 +{"wikidata_id": "Q30265338", "display_name": "BioNano Genomics", "legal_name": null, "aliases": ["Bionano Genomics", "BioNanomatrix"], "website": "https://bionanogenomics.com", "canonical_domain": "bionanogenomics.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "BNGO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1411690", "parent": null, "logo_url": null, "description": "company in San Diego, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1411690", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5770 +{"wikidata_id": "Q30267644", "display_name": "Solid Power", "legal_name": null, "aliases": [], "website": "https://www.solidpowerbattery.com", "canonical_domain": "solidpowerbattery.com", "country": "US", "hq_city": "Louisville", "hq_region": "Boulder County", "lat": 39.9758, "lon": -105.144, "industries": ["energy"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "SLDP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1844862", "parent": null, "logo_url": null, "description": "American company making solid-state rechargeable batteries", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1844862", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5771 +{"wikidata_id": "Q30268897", "display_name": "Cidara Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.cidara.com", "canonical_domain": "cidara.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "CDTX", "exchange": "Nasdaq", "lei": "549300IHQ9Z7RI1X2D22", "sec_cik": "1610618", "parent": null, "logo_url": null, "description": "company in San Diego, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5772 +{"wikidata_id": "Q30269121", "display_name": "Kura Oncology", "legal_name": null, "aliases": [], "website": "https://www.kuraoncology.com", "canonical_domain": "kuraoncology.com", "country": "US", "hq_city": "La Jolla", "hq_region": "San Diego", "lat": 32.84, "lon": -117.27694, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "KURA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1422143", "parent": null, "logo_url": null, "description": "company in La Jolla, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1422143", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5773 +{"wikidata_id": "Q30269284", "display_name": "Rhythm (United states)", "legal_name": null, "aliases": ["Rhythm Pharmaceuticals", "Rhythm Pharmaceuticals", "Inc."], "website": "https://www.rhythmtx.com", "canonical_domain": "rhythmtx.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "RYTM", "exchange": "Nasdaq", "lei": "529900JPNWXQ8DPLA551", "sec_cik": "1649904", "parent": null, "logo_url": null, "description": "company in Boston, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5774 +{"wikidata_id": "Q30269384", "display_name": "Viking Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.vikingtherapeutics.com", "canonical_domain": "vikingtherapeutics.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "VKTX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1607678", "parent": null, "logo_url": null, "description": "company in San Diego, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1607678", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5775 +{"wikidata_id": "Q30280202", "display_name": "Mater Dei Hospital", "legal_name": null, "aliases": [], "website": "https://www.materdei.com.br", "canonical_domain": "materdei.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -19.92781, "lon": -43.94978, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "MATD3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "healthcare organization in Belo Horizonte, Brazil", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5776 +{"wikidata_id": "Q30281437", "display_name": "Celldex Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.celldex.com", "canonical_domain": "celldex.com", "country": "US", "hq_city": "Hampton", "hq_region": "Hunterdon County", "lat": 40.70694, "lon": -74.95611, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "CLDX", "exchange": "Nasdaq", "lei": null, "sec_cik": "744218", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "744218", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5777 +{"wikidata_id": "Q30282844", "display_name": "MindWalk", "legal_name": null, "aliases": ["IPA", "ImmunoPrecise Antibodies", "ImmunoPrecise Antibodies Ltd.", "MindWalk Corp.", "MindWalk Holdings Corp.", "ImmunoPrecise", "MindWalk AI", "MindWalk Holdings"], "website": "https://www.mindwalkai.com", "canonical_domain": "mindwalkai.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "HYFT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1715925", "parent": null, "logo_url": null, "description": "American AI drug-discovery company (Nasdaq: HYFT), formerly ImmunoPrecise Antibodies", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5778 +{"wikidata_id": "Q30283141", "display_name": "Superconductor Technologies", "legal_name": null, "aliases": ["STI"], "website": "https://www.suptech.com", "canonical_domain": "suptech.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["healthcare"], "industry_labels": ["SIC 8050 Services-Nursing & Personal Care Facilities"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "SCON", "exchange": "Nasdaq", "lei": null, "sec_cik": "895665", "parent": null, "logo_url": null, "description": "company in Austin, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "895665", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5779 +{"wikidata_id": "Q30283420", "display_name": "Adaptive Biotechnologies", "legal_name": null, "aliases": [], "website": "https://www.adaptivebiotech.com", "canonical_domain": "adaptivebiotech.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ADPT", "exchange": "Nasdaq", "lei": "549300ZTF7OT1FW66Q96", "sec_cik": "1478320", "parent": null, "logo_url": null, "description": "company in Seattle, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5780 +{"wikidata_id": "Q30283508", "display_name": "Candel Therapeutics", "legal_name": null, "aliases": ["Advantagene"], "website": "https://www.candeltx.com", "canonical_domain": "candeltx.com", "country": "US", "hq_city": "Auburndale", "hq_region": "Polk County", "lat": 28.06694, "lon": -81.79528, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CADL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1841387", "parent": null, "logo_url": null, "description": "company in Auburndale, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1841387", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5781 +{"wikidata_id": "Q30283539", "display_name": "Altimmune, Inc.", "legal_name": null, "aliases": ["Vaxin (United States)"], "website": "https://altimmune.com", "canonical_domain": "altimmune.com", "country": "US", "hq_city": "Gaithersburg", "hq_region": "Montgomery County", "lat": 39.13992, "lon": -77.19292, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ALT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1326190", "parent": null, "logo_url": null, "description": "American biopharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1326190", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5782 +{"wikidata_id": "Q30283745", "display_name": "Zynerba Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://zynerba.com", "canonical_domain": "zynerba.com", "country": "US", "hq_city": "Radnor", "hq_region": "Radnor Township", "lat": 40.0461, "lon": -75.36, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "ZYNE", "exchange": "Nasdaq", "lei": "549300JLJ5VQU2CN6016", "sec_cik": "1621443", "parent": null, "logo_url": null, "description": "company in Radnor, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5783 +{"wikidata_id": "Q30287734", "display_name": "Corbus Pharmaceuticals", "legal_name": null, "aliases": ["Corbus Pharmaceuticals Holdings", "Inc."], "website": "https://corbuspharma.com", "canonical_domain": "corbuspharma.com", "country": "US", "hq_city": "Norwood", "hq_region": "Norfolk County", "lat": 42.19454, "lon": -71.1995, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "CRBP", "exchange": "Nasdaq", "lei": null, "sec_cik": "1595097", "parent": null, "logo_url": null, "description": "company in Norwood, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1595097", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5784 +{"wikidata_id": "Q30290314", "display_name": "MaxCyte (United States)", "legal_name": null, "aliases": ["MaxCyte", "Inc."], "website": "https://maxcyte.com", "canonical_domain": "maxcyte.com", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["biotechnology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MXCT", "exchange": "Nasdaq", "lei": "54930053YHXULRFCU991", "sec_cik": "1287098", "parent": null, "logo_url": null, "description": "Biotech company in Rockville, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5785 +{"wikidata_id": "Q30297735", "display_name": "Applied Optoelectronics", "legal_name": null, "aliases": ["AOI"], "website": "https://ao-inc.com", "canonical_domain": "ao-inc.com", "country": "US", "hq_city": "Sugar Land", "hq_region": "Fort Bend County", "lat": 29.59944, "lon": -95.61417, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "AAOI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1158114", "parent": null, "logo_url": null, "description": "company in Sugar Land, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1158114", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5786 +{"wikidata_id": "Q30297996", "display_name": "Integer Holdings Corporation", "legal_name": "Integer Holdings Corporation", "aliases": [], "website": "https://www.integer.net", "canonical_domain": "integer.net", "country": "US", "hq_city": "Frisco", "hq_region": "Collin County", "lat": 33.1414, "lon": -96.8131, "industries": ["medical-devices", "technology"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "GB", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1114483", "parent": null, "logo_url": null, "description": "American medical technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1114483", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5787 +{"wikidata_id": "Q30298141", "display_name": "1Spatial", "legal_name": null, "aliases": ["1Spatial (United States)"], "website": "https://1spatial.com", "canonical_domain": "1spatial.com", "country": "US", "hq_city": "Sterling", "hq_region": "Loudoun County", "lat": 39.00524, "lon": -77.40504, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SPA", "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Sterling, Virginia, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5788 +{"wikidata_id": "Q30298277", "display_name": "Mirion Technologies", "legal_name": "MIRION TECHNOLOGIES INC", "aliases": [], "website": "https://www.mirion.com", "canonical_domain": "mirion.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["technology", "manufacturing"], "industry_labels": ["electronics", "manufacturing of scientific and technical instrumentation"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MIR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1809987", "parent": null, "logo_url": null, "description": "company in the United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1809987", "enriched_at": "2026-09-13T07:21:57+00:00"}}
5789 +{"wikidata_id": "Q30298339", "display_name": "POET Technologies", "legal_name": null, "aliases": ["Planar Opto Electronic Technology", "POET Technologies Inc"], "website": "https://www.poet-technologies.com", "canonical_domain": "poet-technologies.com", "country": "US", "hq_city": "Storrs-Mansfield", "hq_region": "Mansfield", "lat": 41.80833, "lon": -72.24944, "industries": ["semiconductors"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "POET", "exchange": "Nasdaq", "lei": null, "sec_cik": "1437424", "parent": null, "logo_url": null, "description": "company in Storrs, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1437424", "enriched_at": "2026-09-13T07:21:59+00:00"}}
5790 +{"wikidata_id": "Q30299035", "display_name": "Lifemed (Brazil)", "legal_name": null, "aliases": [], "website": "https://www.lifemed.com.br", "canonical_domain": "lifemed.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "LMED3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in São Paulo, Brazil", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5791 +{"wikidata_id": "Q33127130", "display_name": "TrueBlue", "legal_name": null, "aliases": [], "website": "https://www.trueblue.com", "canonical_domain": "trueblue.com", "country": "US", "hq_city": "Tacoma", "hq_region": "WA", "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": ["SIC 7363 Services-Help Supply Services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TBI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "768899", "parent": null, "logo_url": null, "description": "American company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "768899", "enriched_at": "2026-09-13T07:21:59+00:00"}}
5792 +{"wikidata_id": "Q4688714", "display_name": "Aethlon Medical", "legal_name": null, "aliases": [], "website": "https://www.aethlonmedical.com", "canonical_domain": "aethlonmedical.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "AEMD", "exchange": "Nasdaq", "lei": "54930036LMXCIW3XG337", "sec_cik": "882291", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5793 +{"wikidata_id": "Q50039478", "display_name": "Caris Life Sciences (United States)", "legal_name": null, "aliases": [], "website": "https://www.carislifesciences.com", "canonical_domain": "carislifesciences.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "CAI", "exchange": "Nasdaq", "lei": null, "sec_cik": "2019410", "parent": null, "logo_url": null, "description": "company in Irving, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2019410", "enriched_at": "2026-09-13T07:21:59+00:00"}}
5794 +{"wikidata_id": "Q5038758", "display_name": "Cardno", "legal_name": "CARDNO LIMITED", "aliases": [], "website": "https://cardno.com", "canonical_domain": "cardno.com", "country": "US", "hq_city": "Brisbane", "hq_region": "Queensland", "lat": -27.46778, "lon": 153.02778, "industries": [], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "CDD", "exchange": "Australian Securities Exchange", "lei": "254900JIBZXX8PEW8339", "sec_cik": null, "parent": null, "logo_url": null, "description": "Australian public company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5795 +{"wikidata_id": "Q5152539", "display_name": "Commercial Vehicle Group", "legal_name": null, "aliases": [], "website": "https://www.cvgrp.com", "canonical_domain": "cvgrp.com", "country": "US", "hq_city": "New Albany", "hq_region": "Franklin County", "lat": 40.0786, "lon": -82.8206, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CVGI", "exchange": "Nasdaq", "lei": "5493006OG8I91X0K7Q22", "sec_cik": "1290900", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5796 +{"wikidata_id": "Q5159103", "display_name": "Concurrent Technologies Corporation", "legal_name": null, "aliases": [], "website": "https://www.ctc.com", "canonical_domain": "ctc.com", "country": "US", "hq_city": "Johnstown", "hq_region": "Cambria County", "lat": 40.3228, "lon": -78.9208, "industries": ["professional-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CNC", "exchange": "London Stock Exchange", "lei": "549300UIKQDGA86T1552", "sec_cik": "1071739", "parent": null, "logo_url": null, "description": "US R&D services organization", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1071739", "enriched_at": "2026-09-13T07:21:59+00:00"}}
5797 +{"wikidata_id": "Q5530847", "display_name": "GenVec", "legal_name": null, "aliases": [], "website": "https://www.genvec.com", "canonical_domain": "genvec.com", "country": "US", "hq_city": "Gaithersburg", "hq_region": "Montgomery County", "lat": 39.13992, "lon": -77.19292, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GNVC", "exchange": "Nasdaq", "lei": null, "sec_cik": "934473", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5798 +{"wikidata_id": "Q56582970", "display_name": "Blueprint Medicines (United States)", "legal_name": null, "aliases": [], "website": "https://www.blueprintmedicines.com", "canonical_domain": "blueprintmedicines.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Cambridge", "lat": 42.3634, "lon": -71.10192, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "BPMC", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Cambridge, United States", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5799 +{"wikidata_id": "Q56855988", "display_name": "Namaste Technologies", "legal_name": null, "aliases": [], "website": "https://www.namastetechnologies.com", "canonical_domain": "namastetechnologies.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["cannabis industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NXTTF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "marijuana-related tech company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5800 +{"wikidata_id": "Q58606588", "display_name": "Arrow Financial Corporation", "legal_name": null, "aliases": [], "website": "https://www.arrowfinancial.com", "canonical_domain": "arrowfinancial.com", "country": "US", "hq_city": "Glens Falls", "hq_region": "Warren County", "lat": 43.31222, "lon": -73.64833, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "AROW", "exchange": "Nasdaq", "lei": "2549007Z8GI9ZZIQ1817", "sec_cik": "717538", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5801 +{"wikidata_id": "Q6035325", "display_name": "InnerWorkings", "legal_name": null, "aliases": [], "website": "https://inwk.com", "canonical_domain": "inwk.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["professional-services"], "industry_labels": ["SIC 7389 Services-Business Services, NEC"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "INWK", "exchange": "Nasdaq", "lei": "5493006III7WGK4XQR43", "sec_cik": "1350381", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1350381", "enriched_at": "2026-09-13T07:22:00+00:00"}}
5802 +{"wikidata_id": "Q61931218", "display_name": "Ourofino Saúde Animal (Brazil)", "legal_name": null, "aliases": [], "website": "https://www.ourofinosaudeanimal.com", "canonical_domain": "ourofinosaudeanimal.com", "country": "BR", "hq_city": null, "hq_region": null, "lat": -21.28651, "lon": -47.74751, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "OFSA3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Ribeirão Preto, Brazil", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5803 +{"wikidata_id": "Q63296010", "display_name": "Nordic American Offshore", "legal_name": null, "aliases": ["NAO"], "website": "https://www.nao.bm", "canonical_domain": "nao.bm", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["shipping"], "industry_labels": ["SIC 4412 Deep Sea Foreign Transportation of Freight"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "NAO", "exchange": "New York Stock Exchange", "lei": "213800ZCMYDPET5F2D06", "sec_cik": "1597659", "parent": null, "logo_url": null, "description": "Bermuda-based offshore service vessel provider", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1597659", "enriched_at": "2026-09-13T07:22:01+00:00"}}
5804 +{"wikidata_id": "Q63862184", "display_name": "Braemar Hotels & Resorts", "legal_name": null, "aliases": [], "website": "https://www.bhrreit.com", "canonical_domain": "bhrreit.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "BHR", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1574085", "parent": null, "logo_url": null, "description": "hotels and resorts company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1574085", "enriched_at": "2026-09-13T07:22:01+00:00"}}
5805 +{"wikidata_id": "Q6398722", "display_name": "Kforce", "legal_name": null, "aliases": [], "website": "https://www.kforce.com", "canonical_domain": "kforce.com", "country": "US", "hq_city": "Tampa", "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["professional-services"], "industry_labels": ["SIC 7363 Services-Help Supply Services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KFRC", "exchange": "Nasdaq", "lei": null, "sec_cik": "930420", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "930420", "enriched_at": "2026-09-13T07:22:01+00:00"}}
5806 +{"wikidata_id": "Q66823616", "display_name": "Fulgent Genetics", "legal_name": null, "aliases": [], "website": "https://www.fulgentgenetics.com", "canonical_domain": "fulgentgenetics.com", "country": "US", "hq_city": "Temple City", "hq_region": "Los Angeles County", "lat": 34.10278, "lon": -118.05806, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "FLGT", "exchange": "Nasdaq", "lei": "549300CL6P01M68QJ404", "sec_cik": "1674930", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fulgent_logo.svg", "description": "biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5807 +{"wikidata_id": "Q6801109", "display_name": "McEwen Mining", "legal_name": null, "aliases": [], "website": "https://www.mcewenmining.com", "canonical_domain": "mcewenmining.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MUX", "exchange": "New York Stock Exchange", "lei": "5493000FX50GEWAF3U70", "sec_cik": "314203", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "314203", "enriched_at": "2026-09-13T07:22:01+00:00"}}
5808 +{"wikidata_id": "Q6818651", "display_name": "Mercury Systems", "legal_name": null, "aliases": ["Mercury Systems (United States)"], "website": "https://mrcy.com", "canonical_domain": "mrcy.com", "country": "US", "hq_city": "Cypress", "hq_region": "Orange County", "lat": 33.81833, "lon": -118.03917, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "MRCY", "exchange": "Nasdaq", "lei": "549300P3B84SGK7HH679", "sec_cik": "1049521", "parent": null, "logo_url": null, "description": "defense-related information technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5809 +{"wikidata_id": "Q7008861", "display_name": "New Horizons Computer Learning Centers", "legal_name": null, "aliases": [], "website": "https://www.newhorizons.com", "canonical_domain": "newhorizons.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology", "education"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "NWRZ", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Horizons_Logo.jpg", "description": "IT training company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5810 +{"wikidata_id": "Q7160449", "display_name": "Peerless Mfg. Co.", "legal_name": null, "aliases": [], "website": "https://www.peerlessmfg.com", "canonical_domain": "peerlessmfg.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "PMFG", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5811 +{"wikidata_id": "Q7311538", "display_name": "Remark Media", "legal_name": null, "aliases": ["Remark Holdings", "Remark Holdings", "Inc."], "website": "https://www.remarkholdings.com", "canonical_domain": "remarkholdings.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["media", "technology"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "MARK", "exchange": "Nasdaq", "lei": null, "sec_cik": "1368365", "parent": null, "logo_url": null, "description": "technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5812 +{"wikidata_id": "Q734061", "display_name": "DTS, Inc.", "legal_name": null, "aliases": [], "website": "https://www.dts.com", "canonical_domain": "dts.com", "country": "US", "hq_city": "Calabasas", "hq_region": "Los Angeles County", "lat": 34.13333, "lon": -118.65, "industries": ["technology"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "DTSI", "exchange": "Nasdaq", "lei": "549300IVF6DZ76HPDN14", "sec_cik": "1226308", "parent": {"wikidata_id": "Q7705659", "name": "Xperi Corporation"}, "logo_url": null, "description": "American audio technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5813 +{"wikidata_id": "Q7557544", "display_name": "good natured Products Inc.", "legal_name": null, "aliases": ["good natured"], "website": "https://goodnatured.ca", "canonical_domain": "goodnatured.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "SLGBF", "exchange": "OTC Markets Group", "lei": "254900EX1UJ664PW5U78", "sec_cik": "1851803", "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5814 +{"wikidata_id": "Q7712716", "display_name": "The Advisory Board Company", "legal_name": null, "aliases": [], "website": "https://www.advisory.com", "canonical_domain": "advisory.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["consulting"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "ABCO", "exchange": "Nasdaq", "lei": "549300IDOPVLNF25KU43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TABC_Logo_Pantone.jpg", "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5815 +{"wikidata_id": "Q77581453", "display_name": "ViewRay", "legal_name": null, "aliases": [], "website": "https://viewray.com", "canonical_domain": "viewray.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["medical-devices", "technology"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "VRAY", "exchange": "Nasdaq", "lei": "5493006XTUBSKFU3W106", "sec_cik": "1336705", "parent": null, "logo_url": null, "description": "medical technology company based in Cleveland, Ohio", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5816 +{"wikidata_id": "Q80605749", "display_name": "Pro Music Rights", "legal_name": "Pro Music Rights, Inc.", "aliases": ["MUSIC", "BMI", "PMR", "ASCAP", "SESAC", "Global Music Rights", "Music Licensing", "Music Licensing"], "website": "https://promusicrights.com", "canonical_domain": "promusicrights.com", "country": "US", "hq_city": "Naples", "hq_region": "Collier County", "lat": 26.15306, "lon": -81.79861, "industries": ["entertainment"], "industry_labels": ["music licensing"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "SONG", "exchange": "OTC Markets Group", "lei": "549300V1CEV8YHDLM678", "sec_cik": "1671132", "parent": null, "logo_url": null, "description": "US performing rights organization", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5817 +{"wikidata_id": "Q91396922", "display_name": "Wave Life Sciences", "legal_name": null, "aliases": ["Wave Life Sciences Ltd.", "Wave Life Sciences UK Limited", "Wave Life Sciences USA"], "website": "https://wavelifesciences.com", "canonical_domain": "wavelifesciences.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["healthcare", "biotechnology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "WVE", "exchange": "Nasdaq", "lei": "54930070006GPKFYZ813", "sec_cik": "1631574", "parent": null, "logo_url": null, "description": "biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5818 +{"wikidata_id": "Q92546757", "display_name": "Biohaven Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.biohavenpharma.com", "canonical_domain": "biohavenpharma.com", "country": "US", "hq_city": "New Haven", "hq_region": "CT", "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BHVN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1935979", "parent": null, "logo_url": null, "description": "Pharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1935979", "enriched_at": "2026-09-13T07:22:05+00:00"}}
5819 +{"wikidata_id": "Q94777120", "display_name": "CarParts.com", "legal_name": null, "aliases": [], "website": "https://www.carparts.com", "canonical_domain": "carparts.com", "country": "US", "hq_city": "Long Beach", "hq_region": "CA", "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": ["automotive aftermarket", "SIC 5531 Retail-Auto & Home Supply Stores"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PRTS", "exchange": "Nasdaq", "lei": "5493005FSRX4Y7E7H678", "sec_cik": "1378950", "parent": null, "logo_url": null, "description": "American online retailer of automotive aftermarket parts", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1378950", "enriched_at": "2026-09-13T07:22:05+00:00"}}
5820 +{"wikidata_id": "Q96482392", "display_name": "Lineage Cell Therapeutics", "legal_name": "ליניאג' סל תרפיוטיקס אינק.", "aliases": [], "website": "https://www.lineagecell.com", "canonical_domain": "lineagecell.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "LCTX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "876343", "parent": null, "logo_url": null, "description": "biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5821 +{"wikidata_id": "Q96575127", "display_name": "PennantPark Investment Corporation", "legal_name": "פננטפארק פלוטינג רייט קפיטל לימיטד", "aliases": [], "website": "https://www.pennantpark.com", "canonical_domain": "pennantpark.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "PFLT", "exchange": "Nasdaq", "lei": "529900OK432R4C6NQQ73", "sec_cik": "1383414", "parent": null, "logo_url": null, "description": "BUSINESS DEVELOPMENT COMPANY", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5822 +{"wikidata_id": "Q96791280", "display_name": "Accolade", "legal_name": null, "aliases": ["Inc."], "website": "https://www.accolade.com", "canonical_domain": "accolade.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ACCD", "exchange": "New York Stock Exchange", "lei": "549300PHKG8J7A22NF08", "sec_cik": "1481646", "parent": null, "logo_url": null, "description": "health technology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5823 +{"wikidata_id": "Q97305275", "display_name": "Grupo Cruzeiro do Sul Educacional", "legal_name": null, "aliases": ["Cruzeiro do Sul Educacional", "Cruzeiro do Sul Virtual"], "website": "https://www.cruzeirodosuleducacional.edu.br", "canonical_domain": "cruzeirodosuleducacional.edu.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CSED3", "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5824 +{"wikidata_id": "Q99432346", "display_name": "Issuer Direct", "legal_name": null, "aliases": ["Issuer Direct Corp", "Issuer Direct Corporation"], "website": "https://www.issuerdirect.com", "canonical_domain": "issuerdirect.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ISDR", "exchange": "NYSE American", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "communications company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5825 +{"wikidata_id": "Q99744172", "display_name": "Tricida", "legal_name": null, "aliases": [], "website": "https://www.tricida.com", "canonical_domain": "tricida.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "TCDA", "exchange": "Nasdaq", "lei": "549300QVPFFJC8SZXG25", "sec_cik": "1595585", "parent": null, "logo_url": null, "description": "Pharmaceutical company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5826 +{"wikidata_id": "Q99744291", "display_name": "Magenta Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.magentatx.com", "canonical_domain": "magentatx.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MGTA", "exchange": "Nasdaq", "lei": "549300Z3N6ODPCOFC890", "sec_cik": "1690585", "parent": null, "logo_url": null, "description": "Biotechnology company", "sitelinks": 0, "importance": 0.2, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1690585", "enriched_at": "2026-09-13T07:22:06+00:00"}}
5827 +{"wikidata_id": "Q3566967", "display_name": "WebAIM", "legal_name": null, "aliases": [], "website": "https://webaim.org", "canonical_domain": "webaim.org", "country": "US", "hq_city": "Logan", "hq_region": "Cache County", "lat": 41.73778, "lon": -111.83083, "industries": ["education"], "industry_labels": [], "founded_year": 1999, "employees": 7, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WebAIM_Logo.png", "description": "non-profit organization based at Utah State University in Logan, Utah", "sitelinks": 4, "importance": 0.1993, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5828 +{"wikidata_id": "Q1025382", "display_name": "Caemi", "legal_name": null, "aliases": ["CAEMI Mineração e Metalurgia S.A."], "website": "https://www.caemi.com.br", "canonical_domain": "caemi.com.br", "country": "BR", "hq_city": "Nova Lima", "hq_region": "Minas Gerais", "lat": -19.98583, "lon": -43.84694, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former Brazilian mining holding company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5829 +{"wikidata_id": "Q10272036", "display_name": "Elo", "legal_name": null, "aliases": [], "website": "https://www.elo.com.br", "canonical_domain": "elo.com.br", "country": "BR", "hq_city": "Barueri", "hq_region": "São Paulo", "lat": -23.51111, "lon": -46.87639, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Elo.svg", "description": "Brazilian national financial services corporation", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5830 +{"wikidata_id": "Q10275467", "display_name": "Estaleiro Atlântico Sul", "legal_name": null, "aliases": [], "website": "https://www.easbr.com", "canonical_domain": "easbr.com", "country": "BR", "hq_city": "Port of Suape", "hq_region": null, "lat": -8.37702, "lon": -34.97442, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian shipbuilding company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5831 +{"wikidata_id": "Q10301597", "display_name": "Imprensa Nacional", "legal_name": null, "aliases": [], "website": "https://www.in.gov.br", "canonical_domain": "in.gov.br", "country": "BR", "hq_city": "Setor de Indústrias Gráficas", "hq_region": "Sudoeste/Octogonal", "lat": -15.7925, "lon": -47.91194, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "official government publication of Brazil", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5832 +{"wikidata_id": "Q10315203", "display_name": "Lacta", "legal_name": null, "aliases": [], "website": "https://www.lacta.com.br", "canonical_domain": "lacta.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Lacta_2021.svg", "description": "Brazilian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5833 +{"wikidata_id": "Q10350481", "display_name": "Playtronic", "legal_name": null, "aliases": ["Playtronic Industrial Ltda."], "website": "https://www.playtronicgames.com.br", "canonical_domain": "playtronicgames.com.br", "country": "BR", "hq_city": "Manaus", "hq_region": "Amazonas", "lat": -3.11889, "lon": -60.02167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Playtronic_70pixel.JPG", "description": "Brazilian video game and toy manufacturer based in Manaus, Brazil", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5834 +{"wikidata_id": "Q10370598", "display_name": "Serviço Federal de Processamento de Dados", "legal_name": null, "aliases": [], "website": "https://www.serpro.gov.br", "canonical_domain": "serpro.gov.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": ["technology"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Serpro_%282024%29.svg", "description": "Brazilian IT services public company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5835 +{"wikidata_id": "Q10392775", "display_name": "W. H. Freeman and Company", "legal_name": null, "aliases": ["W. H .Freeman", "W. H .Freeman & Co Ltd", "W. H. Freeman & Co.", "W. H. Freeman and Co."], "website": "https://www.macmillanlearning.com", "canonical_domain": "macmillanlearning.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publishing imprint", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5836 +{"wikidata_id": "Q10393219", "display_name": "Warner Music Brasil", "legal_name": null, "aliases": [], "website": "https://www.warnermusic.com.br", "canonical_domain": "warnermusic.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Warner_Music_Brasil.svg", "description": "Brazilian record label; main imprint of Warner Music Brasil Ltda.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5837 +{"wikidata_id": "Q1041144", "display_name": "BME Recordings", "legal_name": null, "aliases": [], "website": "https://www.bmerecordings.com", "canonical_domain": "bmerecordings.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5838 +{"wikidata_id": "Q105616434", "display_name": "Quiver Distribution", "legal_name": null, "aliases": [], "website": "https://quiverdistribution.com", "canonical_domain": "quiverdistribution.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/fa27f272cab9fd3573b23e64eed15e6d", "description": "American-Canadian film company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5839 +{"wikidata_id": "Q105635242", "display_name": "ITA Transportes Aéreos", "legal_name": null, "aliases": [], "website": "https://voeita.com.br", "canonical_domain": "voeita.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Itapemirim_transportes_a%C3%A9reos_logo.png", "description": "Brazilian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5840 +{"wikidata_id": "Q1060336", "display_name": "TAM Cargo", "legal_name": null, "aliases": ["TAM Express"], "website": "https://www.tamcargo.com.br", "canonical_domain": "tamcargo.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "air cargo and shipping business unit of TAM", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5841 +{"wikidata_id": "Q106350073", "display_name": "The last Blockbuster", "legal_name": null, "aliases": ["The Last Blockbuster", "Bend Blockbuster"], "website": "https://bendblockbuster.com", "canonical_domain": "bendblockbuster.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 44.06722, "lon": -121.30361, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Blockbuster video store in Bend, Oregon, U.S. that is the last operating store in the brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5842 +{"wikidata_id": "Q106483421", "display_name": "APKPure", "legal_name": null, "aliases": ["lightroom preminium"], "website": "https://apkpure.com", "canonical_domain": "apkpure.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22099362", "name": "Huya Live"}, "logo_url": null, "description": "app store", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5843 +{"wikidata_id": "Q108292298", "display_name": "Dave's Hot Chicken", "legal_name": null, "aliases": [], "website": "https://www.daveshotchicken.com", "canonical_domain": "daveshotchicken.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast food franchise", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5844 +{"wikidata_id": "Q108352354", "display_name": "Varda Space Industries", "legal_name": null, "aliases": [], "website": "https://www.varda.com", "canonical_domain": "varda.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1839597", "parent": null, "logo_url": null, "description": "space manufacturing startup", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5845 +{"wikidata_id": "Q108555014", "display_name": "Redwood Materials", "legal_name": null, "aliases": ["Inc."], "website": "https://www.redwoodmaterials.com", "canonical_domain": "redwoodmaterials.com", "country": "US", "hq_city": "Carson City", "hq_region": "Nevada", "lat": 39.16083, "lon": -119.75389, "industries": ["materials", "automotive"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493008UYCX7OTNK6D78", "sec_cik": null, "parent": null, "logo_url": null, "description": "Nevada electric vehicle battery recycling company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5846 +{"wikidata_id": "Q10855591", "display_name": "InterVarsity Press", "legal_name": null, "aliases": [], "website": "https://www.ivpress.com", "canonical_domain": "ivpress.com", "country": "US", "hq_city": "Downers Grove", "hq_region": "DuPage County", "lat": 41.7947, "lon": -88.0169, "industries": ["media"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2635445", "name": "InterVarsity Christian Fellowship"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InterVarsity_Press.jpg", "description": "Publisher of Christian books", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5847 +{"wikidata_id": "Q1092492", "display_name": "Cineteca Nacional", "legal_name": null, "aliases": [], "website": "https://www.cinetecanacional.net", "canonical_domain": "cinetecanacional.net", "country": "MX", "hq_city": null, "hq_region": null, "lat": 19.36113, "lon": -99.1646, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cineteca_Nacional_logotipo_SVG.svg", "description": "Mexican Film Archives", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5848 +{"wikidata_id": "Q110127908", "display_name": "Salad and Go", "legal_name": null, "aliases": [], "website": "https://www.saladandgo.com", "canonical_domain": "saladandgo.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company and chain of fast food salad restaurants", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5849 +{"wikidata_id": "Q1104377", "display_name": "Coast Mountain Bus Company", "legal_name": null, "aliases": ["CMBC"], "website": "https://www.translink.ca", "canonical_domain": "translink.ca", "country": "CA", "hq_city": "Surrey", "hq_region": "South East England", "lat": 51.25, "lon": -0.45, "industries": ["transportation", "professional-services"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1142140", "name": "TransLink"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CMBC_logo.png", "description": "bus transit services operator in Metro Vancouver", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5850 +{"wikidata_id": "Q110778161", "display_name": "SKIMS", "legal_name": null, "aliases": ["Skims"], "website": "https://skims.com", "canonical_domain": "skims.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skims_Logo.svg", "description": "American fashion company founded by Kim Kardashian", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5851 +{"wikidata_id": "Q1112473", "display_name": "Columbia Games", "legal_name": null, "aliases": [], "website": "https://www.columbiagames.com", "canonical_domain": "columbiagames.com", "country": "US", "hq_city": "Blaine", "hq_region": "Whatcom County", "lat": 48.9881, "lon": -122.744, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Role-playing game company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5852 +{"wikidata_id": "Q111475937", "display_name": "Endeavor Content, LLC", "legal_name": "Endeavor Content, LLC", "aliases": ["Endeavor Content"], "website": "https://ecitv.endeavorcontent.com", "canonical_domain": "endeavorcontent.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film and television production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5853 +{"wikidata_id": "Q11197443", "display_name": "EastWest Studios", "legal_name": null, "aliases": ["East West Recording Studios", "Western Studio"], "website": "https://www.eastwest-studios.com", "canonical_domain": "eastwest-studios.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.0977, "lon": -118.3204, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EW_Circle%2BWording_2.png", "description": "US recording studio complex located at 6000 West Sunset Boulevard in Hollywood", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5854 +{"wikidata_id": "Q11207295", "display_name": "Helio Aircraft Company", "legal_name": null, "aliases": [], "website": "https://www.helioaircraft.com", "canonical_domain": "helioaircraft.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5855 +{"wikidata_id": "Q113624168", "display_name": "Sero Electric", "legal_name": null, "aliases": [], "website": "https://www.seroelectric.com", "canonical_domain": "seroelectric.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sero_electric_logo.png", "description": "electric car company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5856 +{"wikidata_id": "Q1140147", "display_name": "Cris Morena Group", "legal_name": null, "aliases": [], "website": "https://www.crismorenagroup.com.ar", "canonical_domain": "crismorenagroup.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["media"], "industry_labels": ["phonographic industry", "media industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-cris_morena_group.webp", "description": "Argentinean production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5857 +{"wikidata_id": "Q1141905", "display_name": "Paragon Space Development Corporation", "legal_name": null, "aliases": [], "website": "https://www.paragonsdc.com", "canonical_domain": "paragonsdc.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["aerospace-defense", "defense"], "industry_labels": ["space industry", "defence industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "space hardware company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5858 +{"wikidata_id": "Q1143685", "display_name": "Cumberland Farms", "legal_name": null, "aliases": ["Cumbies"], "website": "https://www.cumberlandfarms.com", "canonical_domain": "cumberlandfarms.com", "country": "US", "hq_city": "Framingham", "hq_region": "Middlesex County", "lat": 42.27917, "lon": -71.41667, "industries": ["retail"], "industry_labels": ["retail", "SIC 5500 Retail-Auto Dealers & Gasoline Stations"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "CMBY", "exchange": null, "lei": null, "sec_cik": "2123232", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cumberland_Farms_logo.svg", "description": "regional gas station and convenience store chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2123232", "enriched_at": "2026-09-13T07:22:06+00:00"}}
5859 +{"wikidata_id": "Q1145889", "display_name": "Hartke", "legal_name": null, "aliases": [], "website": "https://www.hartke.com", "canonical_domain": "hartke.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hartke_logo.svg", "description": "American company of amplifiers", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5860 +{"wikidata_id": "Q1157038", "display_name": "No Idea Records", "legal_name": null, "aliases": [], "website": "https://www.noidearecords.com", "canonical_domain": "noidearecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/No_Idea_Records.png", "description": "American punk and hardcore record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5861 +{"wikidata_id": "Q1157099", "display_name": "New Red Archives", "legal_name": null, "aliases": [], "website": "https://www.newredarchives.com", "canonical_domain": "newredarchives.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5862 +{"wikidata_id": "Q116116844", "display_name": "RedBird Capital Partners", "legal_name": null, "aliases": [], "website": "https://redbirdcap.com", "canonical_domain": "redbirdcap.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private investment firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5863 +{"wikidata_id": "Q12176488", "display_name": "Aguila Ammunition", "legal_name": null, "aliases": ["TXAT"], "website": "https://www.aguilaammo.com", "canonical_domain": "aguilaammo.com", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense", "manufacturing"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "firearms cartidges manufacturer based in Mexico", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5864 +{"wikidata_id": "Q1228778", "display_name": "Condusiv Technologies", "legal_name": null, "aliases": ["Diskeeper Corporation", "Executive Software International", "Inc"], "website": "https://www.condusiv.com", "canonical_domain": "condusiv.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Condusiv_Technologies_logo.png", "description": "software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5865 +{"wikidata_id": "Q12321767", "display_name": "Kidde", "legal_name": null, "aliases": [], "website": "https://www.kidde.com", "canonical_domain": "kidde.com", "country": "US", "hq_city": "Mebane", "hq_region": "Alamance County", "lat": 36.09583, "lon": -79.27083, "industries": [], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1045758", "name": "United Technologies Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kidde_logo_2023.svg", "description": "brand of fire detection and suppression equipment", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5866 +{"wikidata_id": "Q123366807", "display_name": "ICBC Argentina", "legal_name": null, "aliases": [], "website": "https://www.icbc.com.ar", "canonical_domain": "icbc.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ICBC_China_logo.svg", "description": "bank in Argentina", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5867 +{"wikidata_id": "Q123513787", "display_name": "Señor Air", "legal_name": null, "aliases": [], "website": "https://senorair.com", "canonical_domain": "senorair.com", "country": "MX", "hq_city": "Cabo San Lucas", "hq_region": "Los Cabos Municipality", "lat": 22.89472, "lon": -109.91528, "industries": ["airlines"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Se%C3%B1or_Air_logo.png", "description": "Mexican regional carrier airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5868 +{"wikidata_id": "Q123700068", "display_name": "Alo Yoga", "legal_name": null, "aliases": [], "website": "https://www.aloyoga.com", "canonical_domain": "aloyoga.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q124613347", "name": "Color Image Apparel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alo_Yoga_logo.svg", "description": "athletic apparel retailer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5869 +{"wikidata_id": "Q124767688", "display_name": "Artists Equity", "legal_name": null, "aliases": [], "website": "https://artistsequity.com", "canonical_domain": "artistsequity.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2022, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5870 +{"wikidata_id": "Q125767815", "display_name": "Google Registry", "legal_name": null, "aliases": ["Wikipedia", "WIKI"], "website": "https://registry.google", "canonical_domain": "registry.google", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": null, "description": "fully owned subsidiary of Google", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5871 +{"wikidata_id": "Q1267282", "display_name": "Sightline Media Group", "legal_name": null, "aliases": ["Gannett Government Media"], "website": "https://gannettgovernmentmedia.com", "canonical_domain": "gannettgovernmentmedia.com", "country": "US", "hq_city": "Tysons", "hq_region": "Fairfax County", "lat": 38.9186, "lon": -77.2297, "industries": ["media"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5872 +{"wikidata_id": "Q1286467", "display_name": "Wander", "legal_name": null, "aliases": ["Wander AG"], "website": "https://www.wander.ch", "canonical_domain": "wander.ch", "country": "US", "hq_city": "Neuenegg", "hq_region": "Bern-Mittelland administrative district", "lat": 46.9, "lon": 7.29972, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1865, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wander_AG_Logo.svg", "description": "Swiss food company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5873 +{"wikidata_id": "Q12988581", "display_name": "LivingSocial", "legal_name": null, "aliases": [], "website": "https://livingsocial.com", "canonical_domain": "livingsocial.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1439606", "parent": null, "logo_url": null, "description": "company purchased by Groupon", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5874 +{"wikidata_id": "Q1311398", "display_name": "Eisenbahn", "legal_name": null, "aliases": [], "website": "https://www.eisenbahn.com.br", "canonical_domain": "eisenbahn.com.br", "country": "BR", "hq_city": "Blumenau", "hq_region": "Santa Catarina", "lat": -26.91889, "lon": -49.06583, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "microbrewery located in Blumenau, Brazil", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5875 +{"wikidata_id": "Q13117583", "display_name": "startheory.com", "legal_name": null, "aliases": [], "website": "https://startheory.com", "canonical_domain": "startheory.com", "country": "US", "hq_city": "Kirkland", "hq_region": "King County", "lat": 47.68583, "lon": -122.19167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5876 +{"wikidata_id": "Q1328746", "display_name": "Sol del Paraguay", "legal_name": null, "aliases": [], "website": "https://www.viajaconsol.com", "canonical_domain": "viajaconsol.com", "country": "PY", "hq_city": "Asunción", "hq_region": "Capital District", "lat": -25.28, "lon": -57.63444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sol_del_Paraguay.PNG", "description": "airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5877 +{"wikidata_id": "Q1347873", "display_name": "EQ Office", "legal_name": null, "aliases": ["Equity Office"], "website": "https://www.eqoffice.com", "canonical_domain": "eqoffice.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate investment trust", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5878 +{"wikidata_id": "Q135278326", "display_name": "AggregateIQ", "legal_name": null, "aliases": ["AIQ"], "website": "https://aggregateiq.com", "canonical_domain": "aggregateiq.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7165846"}]}
5879 +{"wikidata_id": "Q1361085", "display_name": "Volkswagen de México", "legal_name": null, "aliases": ["Volkswagen de Mexico", "Volkswagen Mexico"], "website": "https://www.vw.com.mx", "canonical_domain": "vw.com.mx", "country": "MX", "hq_city": "Heroica Puebla de Zaragoza", "hq_region": "Puebla Municipality", "lat": 19.05139, "lon": -98.21778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156578", "name": "Volkswagen Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volkswagen_logo_2019.svg", "description": "automobile manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5880 +{"wikidata_id": "Q1362870", "display_name": "Hudson Bay Railway", "legal_name": null, "aliases": [], "website": "https://arcticgateway.com", "canonical_domain": "arcticgateway.com", "country": "CA", "hq_city": "Regina", "hq_region": "Saskatchewan", "lat": 50.45472, "lon": -104.60667, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q84078482", "name": "Arctic Gateway Group"}, "logo_url": null, "description": "transport company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5881 +{"wikidata_id": "Q13633888", "display_name": "Dentons", "legal_name": null, "aliases": [], "website": "https://www.dentons.com", "canonical_domain": "dentons.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dentons_Logo_Purple_RGB_150.png", "description": "law firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5882 +{"wikidata_id": "Q138028490", "display_name": "Defence, Security and Resilience Bank", "legal_name": null, "aliases": ["DSRB"], "website": "https://www.dsrb.org", "canonical_domain": "dsrb.org", "country": "CA", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["defense", "financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "proposed international financial institution", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5883 +{"wikidata_id": "Q138498068", "display_name": "VRSpy", "legal_name": null, "aliases": [], "website": "https://vrspy.com", "canonical_domain": "vrspy.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["virtual reality pornography"], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5884 +{"wikidata_id": "Q139802243", "display_name": "Gyu-Kaku", "legal_name": null, "aliases": ["Gyu-Kaku Japanese BBQ", "Gyukaku", "Gyu-kaku Restaurants"], "website": "https://www.gyukaku.ne.jp", "canonical_domain": "gyukaku.ne.jp", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese yakiniku restaurant chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5885 +{"wikidata_id": "Q1407504", "display_name": "Mindshare", "legal_name": null, "aliases": [], "website": "https://www.mindshareworld.com", "canonical_domain": "mindshareworld.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5886 +{"wikidata_id": "Q1409268", "display_name": "Mapleshade Records", "legal_name": null, "aliases": [], "website": "https://www.mapleshadestore.com", "canonical_domain": "mapleshadestore.com", "country": "US", "hq_city": "Upper Marlboro", "hq_region": "Prince George's County", "lat": 38.81639, "lon": -76.75333, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5887 +{"wikidata_id": "Q1417457", "display_name": "Good Vibrations", "legal_name": null, "aliases": [], "website": "https://www.goodvibes.com", "canonical_domain": "goodvibes.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company selling sex toys and other erotic products", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5888 +{"wikidata_id": "Q1442600", "display_name": "UnionBanCal Corporation", "legal_name": null, "aliases": [], "website": "https://www.unionbank.com", "canonical_domain": "unionbank.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MUFG_logo.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5889 +{"wikidata_id": "Q1446709", "display_name": "Crown Equipment Corporation", "legal_name": null, "aliases": [], "website": "https://www.crown.com", "canonical_domain": "crown.com", "country": "US", "hq_city": "New Bremen", "hq_region": "Auglaize County", "lat": 40.4364, "lon": -84.3794, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "V22E9B3P7BX1W5NNT053", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crown_Equipment_Corporation_logo.svg", "description": "American manufacturer of industrial forklift trucks", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5890 +{"wikidata_id": "Q1464318", "display_name": "Toyota Motor Manufacturing Canada", "legal_name": null, "aliases": ["TMMC"], "website": "https://tmmc.ca", "canonical_domain": "tmmc.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": null, "description": "automobile manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5891 +{"wikidata_id": "Q14685020", "display_name": "New Belgium Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.newbelgium.com", "canonical_domain": "newbelgium.com", "country": "US", "hq_city": "Fort Collins", "hq_region": "Larimer County", "lat": 40.56667, "lon": -105.08333, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "nationally distributed brewery in the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5892 +{"wikidata_id": "Q15070279", "display_name": "armature.com", "legal_name": null, "aliases": [], "website": "https://www.armature.com", "canonical_domain": "armature.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development studio", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5893 +{"wikidata_id": "Q1524597", "display_name": "Gillig", "legal_name": null, "aliases": [], "website": "https://www.gillig.com", "canonical_domain": "gillig.com", "country": "US", "hq_city": "Livermore", "hq_region": "Alameda County", "lat": 37.68556, "lon": -121.76417, "industries": ["automotive"], "industry_labels": ["automotive engineering"], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gillig_wordmark.png", "description": "bus design and manufacturing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5894 +{"wikidata_id": "Q1557390", "display_name": "RotorWay International", "legal_name": null, "aliases": [], "website": "https://www.rotorway.com", "canonical_domain": "rotorway.com", "country": "US", "hq_city": "Chandler", "hq_region": "Maricopa County", "lat": 33.30333, "lon": -111.84139, "industries": ["manufacturing", "aerospace-defense"], "industry_labels": ["industrial manufacturing", "aviation"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5895 +{"wikidata_id": "Q15803989", "display_name": "CreateSpace", "legal_name": null, "aliases": ["BookSurge", "CreateSpace Independent Publishing Platform", "On-Demand Publishing", "LLC"], "website": "https://www.createspace.com", "canonical_domain": "createspace.com", "country": "US", "hq_city": "Scotts Valley", "hq_region": "Santa Cruz County", "lat": 37.05139, "lon": -122.01333, "industries": ["media"], "industry_labels": ["self-publishing"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_CreateSpace.png", "description": "self-publishing service", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5896 +{"wikidata_id": "Q15982607", "display_name": "OPI Products", "legal_name": null, "aliases": ["OPI", "O·P·I", "O·P·I Products", "Odontorium Products Inc."], "website": "https://opi.com", "canonical_domain": "opi.com", "country": "US", "hq_city": "North Hollywood", "hq_region": "Los Angeles", "lat": 34.17222, "lon": -118.37806, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q702674", "name": "Wella"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OPI_logo.jpg", "description": "American nail polish manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5897 +{"wikidata_id": "Q1611048", "display_name": "ytsejamrecords.com", "legal_name": null, "aliases": [], "website": "https://www.ytsejamrecords.com", "canonical_domain": "ytsejamrecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5898 +{"wikidata_id": "Q16158685", "display_name": "5.11 Tactical", "legal_name": null, "aliases": [], "website": "https://www.511tactical.com", "canonical_domain": "511tactical.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 37.70167, "lon": -121.0, "industries": ["apparel"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American apparel brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5899 +{"wikidata_id": "Q1617134", "display_name": "Superformance", "legal_name": null, "aliases": [], "website": "https://www.superformance.com", "canonical_domain": "superformance.com", "country": "US", "hq_city": "Gqeberha", "hq_region": "Nelson Mandela Bay Metropolitan Municipality", "lat": -33.95806, "lon": 25.6, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_der_Hi-Tech_Automotive_%26_Superformance.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5900 +{"wikidata_id": "Q16191818", "display_name": "Madison Dearborn Partners", "legal_name": null, "aliases": ["MDP"], "website": "https://www.mdcp.com", "canonical_domain": "mdcp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Madison_Dearborn_Partners_logo.svg", "description": "American private equity firm specializing in leveraged buyouts", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5901 +{"wikidata_id": "Q1621538", "display_name": "Hobart Corporation", "legal_name": null, "aliases": [], "website": "https://www.hobartcorp.com", "canonical_domain": "hobartcorp.com", "country": "US", "hq_city": "Troy", "hq_region": "Miami County", "lat": 40.0417, "lon": -84.2086, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hobart_logo.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5902 +{"wikidata_id": "Q16258056", "display_name": "Nocona Athletic Goods Company", "legal_name": null, "aliases": ["Nokona", "Nokona Ballgloves"], "website": "https://nokona.com", "canonical_domain": "nokona.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nokona_gloves_logo.png", "description": "American sporting goods manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5903 +{"wikidata_id": "Q1626564", "display_name": "Honda Canada", "legal_name": null, "aliases": ["Honda of Canada"], "website": "https://www.honda.ca", "canonical_domain": "honda.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["automotive"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9584", "name": "Honda"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honda_Canada.webp", "description": "automobile manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5904 +{"wikidata_id": "Q163456", "display_name": "Yates Racing", "legal_name": null, "aliases": [], "website": "https://www.yatesracing.com", "canonical_domain": "yatesracing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5905 +{"wikidata_id": "Q1641692", "display_name": "Hyundai Motor Manufacturing Alabama", "legal_name": null, "aliases": ["HMMA"], "website": "https://www.hmmausa.com", "canonical_domain": "hmmausa.com", "country": "US", "hq_city": "Montgomery", "hq_region": "Montgomery County", "lat": 32.3675, "lon": -86.3, "industries": ["automotive"], "industry_labels": ["automobile manufacturer"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Motor_Company_logo.svg", "description": "automobile factory in Montgomery, Alabama.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5906 +{"wikidata_id": "Q1646069", "display_name": "NFL Films", "legal_name": "NFL Productions, LLC", "aliases": ["NFL Productions", "NFL Productions", "LLC"], "website": "https://www.nflfilms.com", "canonical_domain": "nflfilms.com", "country": "US", "hq_city": "Mount Laurel", "hq_region": "Burlington County", "lat": 39.93389, "lon": -74.89111, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q105346330", "name": "NFL Ventures, L.P."}, "logo_url": null, "description": "film and television production company of the National Football League", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5907 +{"wikidata_id": "Q1651946", "display_name": "Instinet", "legal_name": null, "aliases": ["XINS"], "website": "https://www.instinet.com", "canonical_domain": "instinet.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["broker"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Instinet-Black.svg", "description": "financial brokerage company in New York, part of Nomura Group", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5908 +{"wikidata_id": "Q16523178", "display_name": "TRX System", "legal_name": null, "aliases": ["Total Resistance Exercises"], "website": "https://www.trxtraining.com", "canonical_domain": "trxtraining.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["education"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of suspension training equipment", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5909 +{"wikidata_id": "Q16578556", "display_name": "Millarworld", "legal_name": null, "aliases": [], "website": "https://www.millarworld.tv", "canonical_domain": "millarworld.tv", "country": "US", "hq_city": "West Hollywood", "hq_region": "Los Angeles County", "lat": 34.08778, "lon": -118.37222, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116452644", "name": "Netflix, Inc."}, "logo_url": null, "description": "American comic book company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5910 +{"wikidata_id": "Q16627838", "display_name": "Code42", "legal_name": null, "aliases": ["Code42 Software"], "website": "https://www.code42.com", "canonical_domain": "code42.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1538827", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Code42_CMYK.png", "description": "American software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5911 +{"wikidata_id": "Q1670943", "display_name": "Ovid Technologies", "legal_name": null, "aliases": ["Ovid", "Inc.", "Ovid Technologies Inc"], "website": "https://www.ovid.com", "canonical_domain": "ovid.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["biotechnology"], "industry_labels": ["bioinformatics"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q249798", "name": "Wolters Kluwer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ovid_Technologies_logo.svg", "description": "vendor of journal full text, book full text, and bibliographic databases", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5912 +{"wikidata_id": "Q1676303", "display_name": "J. D. Irving", "legal_name": null, "aliases": [], "website": "https://www.jdirving.com", "canonical_domain": "jdirving.com", "country": "CA", "hq_city": "Saint John", "hq_region": "Saint John County", "lat": 45.2796, "lon": -66.0628, "industries": ["materials", "transportation"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "conglomerate with holdings in forestry, pulp and paper, tissue, newsprint, building supplies, frozen food, transportation, shipping lines, and ship building, including", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5913 +{"wikidata_id": "Q1684281", "display_name": "Toyota Motor Manufacturing Kentucky", "legal_name": null, "aliases": ["TMMK"], "website": "https://www.toyotageorgetown.com", "canonical_domain": "toyotageorgetown.com", "country": "US", "hq_city": "Georgetown", "hq_region": "Scott County", "lat": 38.2097, "lon": -84.56, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota_logo.svg", "description": "Toyota automobile manufacturing factory in Georgetown, Kentucky, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5914 +{"wikidata_id": "Q1685103", "display_name": "Music Maker", "legal_name": null, "aliases": [], "website": "https://www.musicmaker.org", "canonical_domain": "musicmaker.org", "country": "US", "hq_city": "Hillsborough", "hq_region": "North Carolina", "lat": 36.07056, "lon": -79.10417, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American nonprofit organization", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5915 +{"wikidata_id": "Q1688011", "display_name": "Tequila Herradura", "legal_name": null, "aliases": [], "website": "https://www.herradura.com", "canonical_domain": "herradura.com", "country": "MX", "hq_city": "Amatitán Municipality", "hq_region": "Jalisco", "lat": 20.85, "lon": -103.71667, "industries": [], "industry_labels": [], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ArteBarricas201201_35.JPG", "description": "tequila distiller from Jalisco, Mexico", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5916 +{"wikidata_id": "Q16952891", "display_name": "MMAjunkie.com", "legal_name": null, "aliases": [], "website": "https://smartlink.bio", "canonical_domain": "smartlink.bio", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1345971", "name": "USA Today Co."}, "logo_url": null, "description": "mixed martial arts websites", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5917 +{"wikidata_id": "Q16974622", "display_name": "Elite Airways", "legal_name": null, "aliases": [], "website": "https://www.eliteairways.net", "canonical_domain": "eliteairways.net", "country": "US", "hq_city": "Portland", "hq_region": "Cumberland County", "lat": 43.66, "lon": -70.255, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eliteairwayslogo-F.jpg", "description": "Regional airline based out of Portland, Maine", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5918 +{"wikidata_id": "Q16985472", "display_name": "Textron Aviation", "legal_name": null, "aliases": [], "website": "https://www.textronaviation.com", "canonical_domain": "textronaviation.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Textron_Aviation_logo_2018.svg", "description": "American general aviation aircraft manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5919 +{"wikidata_id": "Q16988955", "display_name": "Cybersocket Web Awards", "legal_name": null, "aliases": ["Cybersocket Web Award", "Cybersocket", "Inc."], "website": "https://www.cybersocket.com", "canonical_domain": "cybersocket.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet", "media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cybersocket_logo_in_2000.png", "description": "American multimedia publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5920 +{"wikidata_id": "Q16994745", "display_name": "Eat Just", "legal_name": "Eat Just, Inc.", "aliases": ["Eat JUST", "Inc", "Hampton Creek eggs", "JUST Egg", "JUST Eggs"], "website": "https://www.ju.st", "canonical_domain": "ju.st", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JUST_logo.svg", "description": "American consumer products startup", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5921 +{"wikidata_id": "Q16997492", "display_name": "IXYS Corporation", "legal_name": null, "aliases": ["IXYS"], "website": "https://ixys.com", "canonical_domain": "ixys.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": ["manufacturing"], "industry_labels": ["electrical engineering"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6648755", "name": "Littelfuse"}, "logo_url": null, "description": "American enterprise", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5922 +{"wikidata_id": "Q17020087", "display_name": "Marble Slab Creamery", "legal_name": null, "aliases": [], "website": "https://www.marbleslab.com", "canonical_domain": "marbleslab.com", "country": "US", "hq_city": "Fulton County", "hq_region": "Georgia", "lat": 33.79, "lon": -84.47, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MarbleSlabCreamery-2020.svg", "description": "US multinational ice cream parlour chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5923 +{"wikidata_id": "Q17030211", "display_name": "Jorg Gray", "legal_name": null, "aliases": [], "website": "https://www.jorggray.com", "canonical_domain": "jorggray.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "California-based brand of men's and women's watches", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5924 +{"wikidata_id": "Q17052514", "display_name": "Easy Taxi", "legal_name": null, "aliases": [], "website": "https://www.easytaxi.com", "canonical_domain": "easytaxi.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["automotive"], "industry_labels": ["vehicle for hire"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "taxi hailing mobile app", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5925 +{"wikidata_id": "Q17083142", "display_name": "Starmobile", "legal_name": null, "aliases": [], "website": "https://www.starmobileinc.com", "canonical_domain": "starmobileinc.com", "country": "US", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Manufacturer in the Philippines", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5926 +{"wikidata_id": "Q17108073", "display_name": "Scopely", "legal_name": null, "aliases": ["Inc."], "website": "https://scopely.com", "canonical_domain": "scopely.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scopely_logo.svg", "description": "interactive entertainment, video game company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5927 +{"wikidata_id": "Q17110402", "display_name": "Trilantic Capital Partners", "legal_name": null, "aliases": [], "website": "https://www.trilantic.com", "canonical_domain": "trilantic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "global private equity firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5928 +{"wikidata_id": "Q17118857", "display_name": "Paletería La Michoacana", "legal_name": null, "aliases": ["Helados La Michoacana", "La Michoacana", "La Nueva Michoacana", "Paleterías La Michoacana"], "website": "https://lamichoacanaweb.com", "canonical_domain": "lamichoacanaweb.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican ice cream parlor chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5929 +{"wikidata_id": "Q17152556", "display_name": "Izod", "legal_name": "Izod Lacoste", "aliases": ["A.J. Izod of London"], "website": "https://www.izod.com", "canonical_domain": "izod.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1132272", "name": "PVH Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Izod_brand_logo.svg", "description": "clothing brand, subsidiary of PVH", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5930 +{"wikidata_id": "Q17157194", "display_name": "skillshare.com", "legal_name": null, "aliases": [], "website": "https://www.skillshare.com", "canonical_domain": "skillshare.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["education"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LZ4PUMBQWOSZ49", "sec_cik": "1510984", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skillshare_official_logo.png", "description": "online learning platform", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5931 +{"wikidata_id": "Q17183696", "display_name": "Telerik", "legal_name": null, "aliases": ["Telerik AD", "Телерик АД"], "website": "https://www.telerik.com", "canonical_domain": "telerik.com", "country": "US", "hq_city": "Mladost District", "hq_region": "Stolichna Municipality", "lat": 42.6439, "lon": 23.3775, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bulgarian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5932 +{"wikidata_id": "Q1718513", "display_name": "KEMET Corporation", "legal_name": null, "aliases": [], "website": "https://www.kemet.com", "canonical_domain": "kemet.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900G5ZS8VVA2TY376", "sec_cik": null, "parent": null, "logo_url": null, "description": "industrial Manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5933 +{"wikidata_id": "Q17275678", "display_name": "Emmett/Furla Films", "legal_name": null, "aliases": [], "website": "https://www.efofilms.com", "canonical_domain": "efofilms.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5934 +{"wikidata_id": "Q1741620", "display_name": "Kimber Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.kimberamerica.com", "canonical_domain": "kimberamerica.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kimber_logo_from_Micro380wiki.png", "description": "firearms designer / manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5935 +{"wikidata_id": "Q17561297", "display_name": "Fullbright", "legal_name": null, "aliases": ["The Fullbright Company", "The Fullbright Company LLC"], "website": "https://fullbrig.ht", "canonical_domain": "fullbrig.ht", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fullbright_logo.png", "description": "American video game developer company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5936 +{"wikidata_id": "Q17630723", "display_name": "Jane Street Capital", "legal_name": null, "aliases": ["JX", "Jane Street", "LLC", "JNST"], "website": "https://www.janestreet.com", "canonical_domain": "janestreet.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jane_Street_Capital_Logo.svg", "description": "wholesaling platform", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5937 +{"wikidata_id": "Q1764336", "display_name": "Volkswagen Argentina", "legal_name": null, "aliases": [], "website": "https://www.volkswagen.com.ar", "canonical_domain": "volkswagen.com.ar", "country": "AR", "hq_city": "General Pacheco", "hq_region": "Tigre Partido", "lat": -34.45, "lon": -58.65, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156578", "name": "Volkswagen Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Volkswagen_logo_2019.svg", "description": "Argentine subsidary of Volkswagen", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5938 +{"wikidata_id": "Q1798938", "display_name": "La Martina", "legal_name": null, "aliases": [], "website": "https://www.lamartina.com", "canonical_domain": "lamartina.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine sports and leisure clothing manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5939 +{"wikidata_id": "Q18125525", "display_name": "Helion Energy", "legal_name": "HELION ENERGY, INC.", "aliases": ["Inc."], "website": "https://www.helionenergy.com", "canonical_domain": "helionenergy.com", "country": "US", "hq_city": "Everett", "hq_region": "Snohomish County", "lat": 47.96333, "lon": -122.20056, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Helion_Energy_logo_2021.svg", "description": "American fusion research company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5940 +{"wikidata_id": "Q18148514", "display_name": "Formlabs", "legal_name": null, "aliases": [], "website": "https://formlabs.com", "canonical_domain": "formlabs.com", "country": "US", "hq_city": "Somerville", "hq_region": "Middlesex County", "lat": 42.3875, "lon": -71.1, "industries": ["manufacturing", "technology", "industrial-machinery"], "industry_labels": ["manufacturing industry", "consumer electronics industry", "machine industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of 3D printers", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5941 +{"wikidata_id": "Q18155180", "display_name": "Scality", "legal_name": null, "aliases": [], "website": "https://www.scality.com", "canonical_domain": "scality.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["technology"], "industry_labels": ["information technology", "computer storage media"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American computer storage company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5942 +{"wikidata_id": "Q1829731", "display_name": "Institute for Systems Biology", "legal_name": null, "aliases": [], "website": "https://www.systemsbiology.org", "canonical_domain": "systemsbiology.org", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["education"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GAJY38ZVX1UG02", "sec_cik": null, "parent": null, "logo_url": null, "description": "non-profit research institute", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5943 +{"wikidata_id": "Q1834836", "display_name": "Seagull Guitars", "legal_name": null, "aliases": [], "website": "https://seagullguitars.com", "canonical_domain": "seagullguitars.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian musical instrument manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5944 +{"wikidata_id": "Q18352611", "display_name": "Dreamville Records", "legal_name": null, "aliases": ["Dreamville"], "website": "https://dreamville.com", "canonical_domain": "dreamville.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q231694", "name": "Interscope Records"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dreamville-Records.jpg", "description": "American record label founded by J. Cole", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5945 +{"wikidata_id": "Q1842004", "display_name": "Sunnyside Records", "legal_name": null, "aliases": [], "website": "https://www.sunnysiderecords.com", "canonical_domain": "sunnysiderecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent jazz label based in New York City", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5946 +{"wikidata_id": "Q1879549", "display_name": "Líneas Aéreas Suramericanas", "legal_name": null, "aliases": ["Lineas Aereas Suramericanas", "Líneas Aéreas Suramericanas - LAS Cargo"], "website": "https://www.lascargo.co", "canonical_domain": "lascargo.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L%C3%ADneas_A%C3%A9reas_Suramericanas_logo.svg", "description": "Colombian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5947 +{"wikidata_id": "Q1915092", "display_name": "McDermott Will & Emery", "legal_name": null, "aliases": ["McDermott"], "website": "https://www.mwe.com", "canonical_domain": "mwe.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McDermott_Will_%26_Emery_logo.jpg", "description": "US-based international law firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5948 +{"wikidata_id": "Q1937886", "display_name": "13th Planet Records", "legal_name": null, "aliases": [], "website": "https://www.thirteenthplanet.com", "canonical_domain": "thirteenthplanet.com", "country": "US", "hq_city": "El Paso", "hq_region": "El Paso County", "lat": 31.75917, "lon": -106.48861, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5949 +{"wikidata_id": "Q1949427", "display_name": "Moss Adams", "legal_name": null, "aliases": [], "website": "https://www.mossadams.com", "canonical_domain": "mossadams.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["professional-services"], "industry_labels": ["accounting"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American accounting firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5950 +{"wikidata_id": "Q19604401", "display_name": "Foundation Medicine", "legal_name": null, "aliases": ["Inc.", "Second Foundation (Cambridge", "MA)"], "website": "https://www.foundationmedicine.com", "canonical_domain": "foundationmedicine.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foundation_Medicine_logo.svg", "description": "American genomics company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5951 +{"wikidata_id": "Q1962734", "display_name": "Trax Records", "legal_name": null, "aliases": [], "website": "https://traxrecords.net", "canonical_domain": "traxrecords.net", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trax_Records_Logo.jpg", "description": "first house music label owned by Larry Sherman in Chicago", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5952 +{"wikidata_id": "Q19720749", "display_name": "Chicken Salad Chick", "legal_name": null, "aliases": [], "website": "https://www.chickensaladchick.com", "canonical_domain": "chickensaladchick.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Fast casual food chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5953 +{"wikidata_id": "Q1976172", "display_name": "Hyperion Pictures", "legal_name": null, "aliases": [], "website": "https://www.hyperionpictures.com", "canonical_domain": "hyperionpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production and distribution company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5954 +{"wikidata_id": "Q19864650", "display_name": "Made In Space, Inc.", "legal_name": null, "aliases": ["MIS"], "website": "https://madeinspace.us", "canonical_domain": "madeinspace.us", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["aerospace-defense"], "industry_labels": ["space industry", "aerospace engineering"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106432676", "name": "Redwire"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Made_In_Space_Logo.png", "description": "American engineering company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5955 +{"wikidata_id": "Q19881755", "display_name": "Sling TV", "legal_name": null, "aliases": [], "website": "https://www.sling.com", "canonical_domain": "sling.com", "country": "US", "hq_city": "Meridian", "hq_region": "Douglas County", "lat": 39.54861, "lon": -104.85083, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1199757", "name": "Dish"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sling_TV_logo.svg", "description": "American streaming internet television service", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5956 +{"wikidata_id": "Q19903469", "display_name": "MOD Pizza", "legal_name": null, "aliases": ["Made on Demand"], "website": "https://modpizza.com", "canonical_domain": "modpizza.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131841208", "name": "Elite Restaurant Group, Inc."}, "logo_url": null, "description": "American fast-casual pizza chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5957 +{"wikidata_id": "Q19991005", "display_name": "Staatsolie Maatschappij Suriname", "legal_name": null, "aliases": [], "website": "https://www.staatsolie.com", "canonical_domain": "staatsolie.com", "country": "SR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Suriname oil and gold company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5958 +{"wikidata_id": "Q20031399", "display_name": "D'Angelico Guitars", "legal_name": null, "aliases": [], "website": "https://dangelicoguitars.com", "canonical_domain": "dangelicoguitars.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "guitar brand based in Manhattan, New York", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5959 +{"wikidata_id": "Q20313312", "display_name": "Commerce.com, Inc.", "legal_name": "Commerce.com, Inc.", "aliases": [], "website": "https://www.commerce.com", "canonical_domain": "commerce.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["e-commerce", "software", "technology"], "industry_labels": ["e-commerce", "software industry", "software as a service", "enterprise software", "Digital Commerce", "SIC 7372 Services-Prepackaged Software"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CMRC", "exchange": "Nasdaq", "lei": "549300MOVEFQ78DMPG58", "sec_cik": "1626450", "parent": null, "logo_url": null, "description": "American publicly traded e-commerce software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1626450", "enriched_at": "2026-09-13T07:22:08+00:00"}}
5960 +{"wikidata_id": "Q20789668", "display_name": "Paul Gauguin Cruises", "legal_name": null, "aliases": ["Paul Gauguin Cruise"], "website": "https://www.pgcruises.com", "canonical_domain": "pgcruises.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["shipping"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2990078", "name": "Ponant"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PaulGauguinLogo.jpg", "description": "cruise line", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5961 +{"wikidata_id": "Q2079198", "display_name": "Market Basket", "legal_name": "DeMoulas Super Markets, Inc", "aliases": ["DeMoulas Market Basket", "DeMoulas Super Markets"], "website": "https://www.shopmarketbasket.com", "canonical_domain": "shopmarketbasket.com", "country": "US", "hq_city": "Tewksbury", "hq_region": "Middlesex County", "lat": 42.61056, "lon": -71.21806, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Market_Basket_logo.svg", "description": "chain of supermarkets in New Hampshire, Massachusetts, Maine, and Rhode Island", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5962 +{"wikidata_id": "Q21010246", "display_name": "Squad", "legal_name": null, "aliases": [], "website": "https://squad.com.mx", "canonical_domain": "squad.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "interactive marketing company in Mexico City, Mexico", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5963 +{"wikidata_id": "Q21044226", "display_name": "National Bank of Bolivia", "legal_name": null, "aliases": [], "website": "https://www.bnb.com.bo", "canonical_domain": "bnb.com.bo", "country": "BO", "hq_city": "Sucre", "hq_region": "Sucre Municipality", "lat": -19.0475, "lon": -65.26, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1871, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bnb.svg", "description": "Bolivian bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5964 +{"wikidata_id": "Q21189494", "display_name": "Mass Appeal Records", "legal_name": null, "aliases": [], "website": "https://massappealrecords.com", "canonical_domain": "massappealrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mass_Appeal_logo.png", "description": "American record label; imprint of Mass Appeal Records, LLC", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5965 +{"wikidata_id": "Q2127665", "display_name": "Railroad Development Corporation", "legal_name": null, "aliases": [], "website": "https://rrdc.com", "canonical_domain": "rrdc.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RDC_Logo_2021.gif", "description": "American railroad holding company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5966 +{"wikidata_id": "Q21405666", "display_name": "SkyBox Labs", "legal_name": null, "aliases": ["Skybox Labs"], "website": "https://skyboxlabs.com", "canonical_domain": "skyboxlabs.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development studio based in Burnaby, British Columbia", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5967 +{"wikidata_id": "Q22022648", "display_name": "HackerOne", "legal_name": null, "aliases": [], "website": "https://hackerone.com", "canonical_domain": "hackerone.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cybersecurity company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5968 +{"wikidata_id": "Q22023369", "display_name": "Navy Exchange", "legal_name": null, "aliases": [], "website": "https://mynavyexchange.com", "canonical_domain": "mynavyexchange.com", "country": "US", "hq_city": "Virginia Beach", "hq_region": "Virginia", "lat": 36.8506, "lon": -75.9779, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/US_Navy_Exchange_Logo_-_Dark_Background.svg", "description": "US Federal Navy retail stores", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5969 +{"wikidata_id": "Q22079531", "display_name": "Ionis Pharmaceuticals", "legal_name": null, "aliases": ["Inc.", "Isis Pharmeceuticals"], "website": "https://www.ionispharma.com", "canonical_domain": "ionispharma.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": ["biotechnology", "pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "IONS", "exchange": "Nasdaq", "lei": null, "sec_cik": "874015", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ionis_Pharmaceuticals.svg", "description": "American pharmaceutical company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "874015", "enriched_at": "2026-09-13T07:22:10+00:00"}}
5970 +{"wikidata_id": "Q22079533", "display_name": "Ligand Pharmaceuticals", "legal_name": null, "aliases": ["Progenx"], "website": "https://www.ligand.com", "canonical_domain": "ligand.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "LGND", "exchange": "Nasdaq", "lei": null, "sec_cik": "886163", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ligand_Pharmaceuticals_logo.svg", "description": "biopharmaceutical company based out of La Jolla, California", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "886163", "enriched_at": "2026-09-13T07:22:10+00:00"}}
5971 +{"wikidata_id": "Q22080511", "display_name": "Light", "legal_name": null, "aliases": ["Light Camera", "Light Co", "Light Company", "Light L16", "Light Labs Inc."], "website": "https://light.co", "canonical_domain": "light.co", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["media"], "industry_labels": ["digital photography"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Light_%28company%29_logo.png", "description": "American digital photography company and creator of the Light L16 Camera", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5972 +{"wikidata_id": "Q2266189", "display_name": "Cerveza Gallo", "legal_name": "Cerveza Gallo", "aliases": [], "website": "https://cervezagallo.com.gt", "canonical_domain": "cervezagallo.com.gt", "country": "GT", "hq_city": "address", "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gallowerbung.jpg", "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5973 +{"wikidata_id": "Q2269201", "display_name": "Seminis Vegetable Seeds, Inc.", "legal_name": null, "aliases": ["Seminis", "Inc."], "website": "https://us.seminis.com", "canonical_domain": "seminis.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q207983", "name": "Monsanto"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seminis_logo.svg", "description": "American company that develop and market fruit and vegetable seeds", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5974 +{"wikidata_id": "Q2279861", "display_name": "Shopping.com", "legal_name": null, "aliases": [], "website": "https://www.shopping.com", "canonical_domain": "shopping.com", "country": "US", "hq_city": "Brisbane", "hq_region": "San Mateo County", "lat": 37.68083, "lon": -122.41917, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q58024", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shopping.com_logo.png", "description": "price comparison service company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5975 +{"wikidata_id": "Q2282920", "display_name": "Poe Boy Entertainment", "legal_name": null, "aliases": [], "website": "https://www.poeboymusicgroup.com", "canonical_domain": "poeboymusicgroup.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5976 +{"wikidata_id": "Q22909537", "display_name": "Unbabel", "legal_name": null, "aliases": [], "website": "https://unbabel.com", "canonical_domain": "unbabel.com", "country": "US", "hq_city": "Lisbon", "hq_region": "Lisbon", "lat": 38.70804, "lon": -9.13902, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unbabel_logo.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5977 +{"wikidata_id": "Q2378166", "display_name": "Flying Merkel", "legal_name": null, "aliases": [], "website": "https://www.theflyingmerkel.com", "canonical_domain": "theflyingmerkel.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "motor cycle of the American company Merkel", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5978 +{"wikidata_id": "Q2419452", "display_name": "Santa Cruz Bicycles", "legal_name": null, "aliases": [], "website": "https://www.santacruzbicycles.com", "canonical_domain": "santacruzbicycles.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Santa_Cruz.svg", "description": "American bicycle manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5979 +{"wikidata_id": "Q2456205", "display_name": "True Religion", "legal_name": null, "aliases": ["True Religion Brand Jeans"], "website": "https://www.truereligion.com", "canonical_domain": "truereligion.com", "country": "US", "hq_city": "Vernon", "hq_region": "Los Angeles County", "lat": 34.00111, "lon": -118.21111, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/True_Religion_%28logo%29.svg", "description": "American clothing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5980 +{"wikidata_id": "Q2472289", "display_name": "E Ink Corporation", "legal_name": null, "aliases": [], "website": "https://www.eink.com", "canonical_domain": "eink.com", "country": "US", "hq_city": "Billerica", "hq_region": "Middlesex County", "lat": 42.55833, "lon": -71.26944, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10889619", "name": "E Ink Holdings"}, "logo_url": null, "description": "manufacturer of electrophoretic displays,acquired by Prime View International Co., Ltd.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5981 +{"wikidata_id": "Q25047966", "display_name": "Golf Wang", "legal_name": null, "aliases": [], "website": "https://www.golfwang.com", "canonical_domain": "golfwang.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["hospitality", "apparel"], "industry_labels": ["streetwear"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golf_Wang_Logo.svg", "description": "North American clothing line", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5982 +{"wikidata_id": "Q25112068", "display_name": "The Skimm", "legal_name": null, "aliases": ["theSkimm"], "website": "https://www.theskimm.com", "canonical_domain": "theskimm.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5983 +{"wikidata_id": "Q25352034", "display_name": "Steve Madden", "legal_name": null, "aliases": ["Ltd.", "Steven Madden", "Steven Madden", "Ltd."], "website": "https://www.stevemadden.com", "canonical_domain": "stevemadden.com", "country": "US", "hq_city": "Long Island City", "hq_region": "Queens", "lat": 40.75042, "lon": -73.94814, "industries": ["apparel"], "industry_labels": ["SIC 3140 Footwear, (No Rubber)"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "SHOO", "exchange": "Nasdaq", "lei": null, "sec_cik": "913241", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Steve_Madden_logo.svg", "description": "American shoe company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "913241", "enriched_at": "2026-09-13T07:22:11+00:00"}}
5984 +{"wikidata_id": "Q2544479", "display_name": "Watco Companies", "legal_name": null, "aliases": ["L.L.C."], "website": "https://www.watco.com", "canonical_domain": "watco.com", "country": "US", "hq_city": "Pittsburg", "hq_region": "Crawford County", "lat": 37.4103, "lon": -94.6997, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Watco_Companies.png", "description": "transportation company in Kansas", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2586077"}, {"related_domain_conflict": "Q4357795"}]}
5985 +{"wikidata_id": "Q259865", "display_name": "Unibroue", "legal_name": null, "aliases": [], "website": "https://www.unibroue.com", "canonical_domain": "unibroue.com", "country": "CA", "hq_city": "Chambly", "hq_region": "Greater Montreal", "lat": 45.45, "lon": -73.2833, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian brewery", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5986 +{"wikidata_id": "Q2651080", "display_name": "SkyLink Aviation", "legal_name": null, "aliases": [], "website": "https://www.skylinkaviation.com", "canonical_domain": "skylinkaviation.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5987 +{"wikidata_id": "Q2662041", "display_name": "Skatepark of Tampa", "legal_name": null, "aliases": ["Skate Park of Tampa", "SPoT"], "website": "https://skateparkoftampa.com", "canonical_domain": "skateparkoftampa.com", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.96623, "lon": -82.41039, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "skateboarding business based in Tampa, Florida", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5988 +{"wikidata_id": "Q266556", "display_name": "Lanix", "legal_name": null, "aliases": [], "website": "https://lanix.com", "canonical_domain": "lanix.com", "country": "MX", "hq_city": "Hermosillo", "hq_region": "Hermosillo Municipality", "lat": 29.075, "lon": -110.95833, "industries": ["technology"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lanix-logo.png", "description": "Mexican technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5989 +{"wikidata_id": "Q266566", "display_name": "Artnet", "legal_name": null, "aliases": ["Artnet AG", "Artnet news"], "website": "https://www.artnet.com", "canonical_domain": "artnet.com", "country": "US", "hq_city": "Berlin", "hq_region": "Germany", "lat": 52.51667, "lon": 13.38333, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "art market"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "391200SHGPEDTRIC0X31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Artnet_logo.svg", "description": "art market website", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5990 +{"wikidata_id": "Q2669433", "display_name": "Facedown Records", "legal_name": null, "aliases": [], "website": "https://www.facedownrecords.com", "canonical_domain": "facedownrecords.com", "country": "US", "hq_city": "Sun City", "hq_region": "Menifee", "lat": 33.70829, "lon": -117.19915, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Facedown_Records.jpg", "description": "Christian record label based in Fallbrook, California, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5991 +{"wikidata_id": "Q2695932", "display_name": "Stumptown Coffee Roasters", "legal_name": null, "aliases": [], "website": "https://www.stumptowncoffee.com", "canonical_domain": "stumptowncoffee.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["food-beverage"], "industry_labels": ["coffee"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "coffee roaster and retailer based in Portland, Oregon, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5992 +{"wikidata_id": "Q270013", "display_name": "7 for all Mankind", "legal_name": null, "aliases": ["Seven", "7FAM", "Seven Jeans"], "website": "https://www.7forallmankind.com", "canonical_domain": "7forallmankind.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/7_for_all_mankind.jpg", "description": "American denim brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5993 +{"wikidata_id": "Q2750156", "display_name": "Xtreme Pro Wrestling", "legal_name": null, "aliases": ["XPW", "Xtreme Pro Wrestling (XPW)"], "website": "https://thexpwwrestling.com", "canonical_domain": "thexpwwrestling.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent professional wrestling promotion", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5994 +{"wikidata_id": "Q278346", "display_name": "A. M. Best", "legal_name": null, "aliases": ["A M Best", "A. M. Best Company", "A.M. Best", "A.M. Best Company", "A.M. Best Company", "Inc.", "Am best", "AM Best"], "website": "https://www.ambest.com", "canonical_domain": "ambest.com", "country": "US", "hq_city": "Oldwick", "hq_region": "Tewksbury Township", "lat": 40.6725, "lon": -74.7475, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LXZMQIXC5XCJ02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AM_Best_logo.png", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5995 +{"wikidata_id": "Q28206291", "display_name": "PGIM", "legal_name": null, "aliases": ["Prudential Global Investment Management"], "website": "https://www.pgim.com", "canonical_domain": "pgim.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Investment Management firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5996 +{"wikidata_id": "Q2825586", "display_name": "Aero Ejecutivos", "legal_name": null, "aliases": ["Aeroejecutivos"], "website": "https://www.aeroejecutivos.com.ve", "canonical_domain": "aeroejecutivos.com.ve", "country": "VE", "hq_city": "Maiquetía", "hq_region": "Vargas Municipality", "lat": 10.59583, "lon": -66.97722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Venezuelan scheduled and charter regional airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5997 +{"wikidata_id": "Q2825601", "display_name": "Aero Bravo", "legal_name": null, "aliases": [], "website": "https://www.aerobravo.com.br", "canonical_domain": "aerobravo.com.br", "country": "BR", "hq_city": "Brazil", "hq_region": null, "lat": -14.0, "lon": -53.0, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturer in Brazil", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5998 +{"wikidata_id": "Q2826717", "display_name": "Agencia Boliviana de Información", "legal_name": null, "aliases": ["Agencia Boliviana de Informacion"], "website": "https://www.abi.bo", "canonical_domain": "abi.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bolivian press agency", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5999 +{"wikidata_id": "Q2827246", "display_name": "Agropur", "legal_name": null, "aliases": ["Agropur Cooperative", "Agropur Coopérative"], "website": "https://www.agropur.com", "canonical_domain": "agropur.com", "country": "CA", "hq_city": "Saint-Hubert", "hq_region": "Longueuil", "lat": 45.4825, "lon": -73.41972, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WQ6VZ30NE1T488", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agropur_logo-2018.png", "description": "Quebecoise dairy cooperative", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6000 +{"wikidata_id": "Q2835558", "display_name": "Interbank", "legal_name": null, "aliases": [], "website": "https://interbank.pe", "canonical_domain": "interbank.pe", "country": "PE", "hq_city": "Torre Interbank", "hq_region": "Lima", "lat": -12.08945, "lon": -77.0227, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector", "financial services"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interbank_logo.svg", "description": "Peruvian provider of financial services", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6001 +{"wikidata_id": "Q2836468", "display_name": "Alibris", "legal_name": null, "aliases": [], "website": "https://www.alibris.com", "canonical_domain": "alibris.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online bookstore", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6002 +{"wikidata_id": "Q2837175", "display_name": "Triple Crown Records", "legal_name": null, "aliases": [], "website": "https://www.triplecrownrecords.com", "canonical_domain": "triplecrownrecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Music record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6003 +{"wikidata_id": "Q2837248", "display_name": "Alive Naturalsound Records", "legal_name": null, "aliases": [], "website": "https://www.alive-records.com", "canonical_domain": "alive-records.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6004 +{"wikidata_id": "Q28404358", "display_name": "skyhighdo.com", "legal_name": null, "aliases": [], "website": "https://skyhighdo.com", "canonical_domain": "skyhighdo.com", "country": "DO", "hq_city": "Dominican Republic", "hq_region": null, "lat": 18.8, "lon": -70.2, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Dominican airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6005 +{"wikidata_id": "Q2842866", "display_name": "American Car and Foundry Company", "legal_name": null, "aliases": ["ACF", "ACF Industries LLC"], "website": "https://acfindustries.com", "canonical_domain": "acfindustries.com", "country": "US", "hq_city": "St. Charles", "hq_region": "St. Charles County", "lat": 38.78487, "lon": -90.48089, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of railroad rolling stock", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6006 +{"wikidata_id": "Q2843073", "display_name": "American Century", "legal_name": null, "aliases": ["American Century Companies", "American Century Companies", "Inc.", "American Century Investments"], "website": "https://corporate.americancentury.com", "canonical_domain": "americancentury.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Clay County", "lat": 39.05, "lon": -94.58333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Century_Investments_Logo.svg", "description": "privately controlled and independent investment management firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6007 +{"wikidata_id": "Q286400", "display_name": "eMusic", "legal_name": null, "aliases": ["GoodNoise Records"], "website": "https://www.emusic.com", "canonical_domain": "emusic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BaHxsNpm_400x400.png", "description": "US record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6008 +{"wikidata_id": "Q2872768", "display_name": "Greater Toronto Airports Authority", "legal_name": null, "aliases": [], "website": "https://gtaa.com", "canonical_domain": "gtaa.com", "country": "CA", "hq_city": "Toronto Pearson International Airport", "hq_region": "Toronto", "lat": 43.6767, "lon": -79.6306, "industries": ["airlines"], "industry_labels": ["airline"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Greater_Toronto_Airports_Authority_logo.svg", "description": "airport operator", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6009 +{"wikidata_id": "Q287537", "display_name": "Casavant Frères", "legal_name": null, "aliases": ["Casavant Freres"], "website": "https://www.casavant.ca", "canonical_domain": "casavant.ca", "country": "CA", "hq_city": "Saint-Hyacinthe", "hq_region": "Les Maskoutains", "lat": 45.61667, "lon": -72.95, "industries": [], "industry_labels": ["organbuilding"], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6010 +{"wikidata_id": "Q2878320", "display_name": "Ferronor", "legal_name": null, "aliases": [], "website": "https://www.ferronor.cl", "canonical_domain": "ferronor.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferronor_chile_logo.png", "description": "Chilean railway company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6011 +{"wikidata_id": "Q2880019", "display_name": "Baja Fresh", "legal_name": null, "aliases": [], "website": "https://www.bajafresh.com", "canonical_domain": "bajafresh.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Baja_Fresh_%282012%E2%80%932017%29.png", "description": "American casual Tex-Mex restaurant", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6012 +{"wikidata_id": "Q2882416", "display_name": "Banfield Pet Hospital", "legal_name": null, "aliases": [], "website": "https://www.banfield.com", "canonical_domain": "banfield.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q695087", "name": "Mars, Incorporated"}, "logo_url": null, "description": "chain of veterinary clinics", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6013 +{"wikidata_id": "Q2885689", "display_name": "Barron's Educational Series", "legal_name": null, "aliases": [], "website": "https://www.barronseduc.com", "canonical_domain": "barronseduc.com", "country": "US", "hq_city": "Hauppauge", "hq_region": "Suffolk County", "lat": 40.8183, "lon": -73.2069, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher of books, as well as college entrance exam preparation classes and materials, based in the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6014 +{"wikidata_id": "Q29097721", "display_name": "Eldridge", "legal_name": null, "aliases": [], "website": "https://eldridge.com", "canonical_domain": "eldridge.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eldridge_logo.svg", "description": "American holding company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6015 +{"wikidata_id": "Q2924219", "display_name": "BreakAway Games", "legal_name": null, "aliases": [], "website": "https://www.breakawayltd.com", "canonical_domain": "breakawayltd.com", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6016 +{"wikidata_id": "Q2963156", "display_name": "Ashton", "legal_name": null, "aliases": [], "website": "https://ashtonrestaurants.ca", "canonical_domain": "ashtonrestaurants.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashton_logo.png", "description": "restaurant chain in Quebec, Canada", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6017 +{"wikidata_id": "Q29641497", "display_name": "International Literacy Association", "legal_name": null, "aliases": ["ILA"], "website": "https://www.literacyworldwide.org", "canonical_domain": "literacyworldwide.org", "country": "US", "hq_city": "Newark", "hq_region": "Delaware", "lat": 39.68333, "lon": -75.75, "industries": ["media"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international global advocacy and member professional organization", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6018 +{"wikidata_id": "Q297870", "display_name": "ASMAR", "legal_name": null, "aliases": ["Astilleros y Maestranzas de la Armada"], "website": "https://www.asmar.cl", "canonical_domain": "asmar.cl", "country": "CL", "hq_city": "Valparaíso", "hq_region": "Valparaíso", "lat": -33.04611, "lon": -71.61972, "industries": ["manufacturing", "defense"], "industry_labels": ["shipbuilding", "weapons industry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logoasmardechi.jpg", "description": "Chilean shipbuilding company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6019 +{"wikidata_id": "Q298762", "display_name": "ATB Financial", "legal_name": null, "aliases": ["ATB", "Alberta Treasury Branch", "Alberta Treasury Branches", "Atb Financial"], "website": "https://www.atb.com", "canonical_domain": "atb.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ATB_Financial_logo.svg", "description": "Canadian financial institution", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6020 +{"wikidata_id": "Q2992065", "display_name": "Concord Jazz", "legal_name": null, "aliases": ["LC 04643", "LC 4643"], "website": "https://concordjazz.com", "canonical_domain": "concordjazz.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label; imprint of Concord Bicycle Music", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6021 +{"wikidata_id": "Q300444", "display_name": "A K Peters, Ltd.", "legal_name": "AK Peters, Ltd.", "aliases": ["A K Peters", "A K Peters Ltd", "A K Peters Ltd.", "A K Peters", "Ltd", "A. K. Peters", "A. K. Peters Ltd", "A. K. Peters Ltd."], "website": "https://www.akpeters.com", "canonical_domain": "akpeters.com", "country": "US", "hq_city": "Wellesley", "hq_region": "Norfolk County", "lat": 42.29639, "lon": -71.29306, "industries": ["media"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher of scientific and technical books", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6022 +{"wikidata_id": "Q30145026", "display_name": "Adult Swim Games", "legal_name": null, "aliases": ["[adult swim] games", "adult swim games"], "website": "https://www.adultswim.com", "canonical_domain": "adultswim.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adult_Swim_Games_logo.png", "description": "video game publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4053148"}]}
6023 +{"wikidata_id": "Q3024008", "display_name": "Derrty Entertainment", "legal_name": null, "aliases": [], "website": "https://www.derrtyent.com", "canonical_domain": "derrtyent.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6024 +{"wikidata_id": "Q3025439", "display_name": "Devil's Due Publishing", "legal_name": null, "aliases": [], "website": "https://devilsdue.net", "canonical_domain": "devilsdue.net", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "comic book publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6025 +{"wikidata_id": "Q3026083", "display_name": "Diamond Comic Distributors", "legal_name": null, "aliases": [], "website": "https://www.diamondcomics.com", "canonical_domain": "diamondcomics.com", "country": "US", "hq_city": "Hunt Valley", "hq_region": "Baltimore County", "lat": 39.49226, "lon": -76.65895, "industries": ["mining", "retail"], "industry_labels": ["comics industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American comic book distributor", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6026 +{"wikidata_id": "Q30265954", "display_name": "Power Integrations", "legal_name": null, "aliases": [], "website": "https://www.power.com", "canonical_domain": "power.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["energy"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "POWI", "exchange": "Nasdaq", "lei": null, "sec_cik": "833640", "parent": null, "logo_url": null, "description": "company in San Jose, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "833640", "enriched_at": "2026-09-13T07:22:11+00:00"}}
6027 +{"wikidata_id": "Q30283010", "display_name": "Medicago", "legal_name": null, "aliases": ["Medicago Inc."], "website": "https://medicago.com", "canonical_domain": "medicago.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6883161", "name": "Tanabe Pharma"}, "logo_url": null, "description": "company in Québec, Canada", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6028 +{"wikidata_id": "Q30283915", "display_name": "MKS Instruments", "legal_name": null, "aliases": [], "website": "https://www.mks.com", "canonical_domain": "mks.com", "country": "US", "hq_city": "Andover", "hq_region": "Essex County", "lat": 42.65722, "lon": -71.14083, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MKS_Instruments_logo.svg", "description": "company in Andover, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6029 +{"wikidata_id": "Q304091", "display_name": "Moosehead Brewery", "legal_name": null, "aliases": [], "website": "https://www.moosehead.ca", "canonical_domain": "moosehead.ca", "country": "CA", "hq_city": "Saint John", "hq_region": "Saint John County", "lat": 45.2796, "lon": -66.0628, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1867, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6030 +{"wikidata_id": "Q3053381", "display_name": "Empresas Públicas de Medellín", "legal_name": null, "aliases": ["EPM", "EEPP de Medellín"], "website": "https://www.epm.com.co", "canonical_domain": "epm.com.co", "country": "CO", "hq_city": "Medellín", "hq_region": "Antioquia", "lat": 6.2502, "lon": -75.56758, "industries": ["utilities"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_EPM.svg", "description": "public utilities company from Medellín, Colombia", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6031 +{"wikidata_id": "Q3058830", "display_name": "Estado de Minas", "legal_name": null, "aliases": [], "website": "https://www.em.com.br", "canonical_domain": "em.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_Estado_de_Minas.jpg", "description": "Brazilian newspaper published em Belo Horizonte", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6032 +{"wikidata_id": "Q30591057", "display_name": "Allbirds", "legal_name": null, "aliases": ["All Birds", "Inc."], "website": "https://www.allbirds.com", "canonical_domain": "allbirds.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["apparel"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allbirds_logo.svg", "description": "New Zealand and American company that sells footwear and apparel", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6033 +{"wikidata_id": "Q30609598", "display_name": "Stash Financial Inc.", "legal_name": null, "aliases": ["Stash", "Stash Invest", "Stash Investments LLC"], "website": "https://www.stash.com", "canonical_domain": "stash.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/StashLogo.svg", "description": "American financial technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6034 +{"wikidata_id": "Q30610132", "display_name": "Plaid", "legal_name": null, "aliases": [], "website": "https://plaid.com", "canonical_domain": "plaid.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1677226", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Plaid_logo.svg", "description": "financial technology company specializing in bank login verification", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6035 +{"wikidata_id": "Q3063351", "display_name": "Tele Antillas", "legal_name": null, "aliases": [], "website": "https://www.tele-antillas.tv", "canonical_domain": "tele-antillas.tv", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": ["media"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Dominican television network", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6036 +{"wikidata_id": "Q3066773", "display_name": "Farallon Capital", "legal_name": null, "aliases": [], "website": "https://www.faralloncapital.com", "canonical_domain": "faralloncapital.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["asset-management"], "industry_labels": ["hedge fund"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "87DR6WT2MK1KMGUC7161", "sec_cik": null, "parent": null, "logo_url": null, "description": "American investment management firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6037 +{"wikidata_id": "Q3087527", "display_name": "FreshDirect", "legal_name": null, "aliases": [], "website": "https://www.freshdirect.com", "canonical_domain": "freshdirect.com", "country": "US", "hq_city": "Long Island City", "hq_region": "Queens", "lat": 40.75042, "lon": -73.94814, "industries": ["internet"], "industry_labels": ["online grocer"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FreshDirect-Logo-perWikiHelpDesk.jpg", "description": "online grocery delivery service in the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6038 +{"wikidata_id": "Q3118789", "display_name": "Guardian Life Insurance Company of America", "legal_name": null, "aliases": [], "website": "https://www.guardianlife.com", "canonical_domain": "guardianlife.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["insurance"], "industry_labels": ["life insurance"], "founded_year": 1860, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guardian_Insurance_logo.svg", "description": "American mutual life insurance company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6039 +{"wikidata_id": "Q3120745", "display_name": "Gulf Publishing Company", "legal_name": null, "aliases": ["Gulf Energy Information"], "website": "https://www.gulfpub.com", "canonical_domain": "gulfpub.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["media", "energy"], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Houston-based international publishing and events business dedicated to the global hydrocarbon energy sector", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6040 +{"wikidata_id": "Q3139611", "display_name": "Home Hardware", "legal_name": null, "aliases": [], "website": "https://www.homehardware.ca", "canonical_domain": "homehardware.ca", "country": "CA", "hq_city": "St. Jacobs", "hq_region": "Woolwich", "lat": 43.53472, "lon": -80.55389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Home_Hardware_Logo.svg", "description": "Canadian retail store chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6041 +{"wikidata_id": "Q3149966", "display_name": "Incredible Technologies", "legal_name": null, "aliases": [], "website": "https://www.itsgames.com", "canonical_domain": "itsgames.com", "country": "US", "hq_city": "Arlington Heights", "hq_region": "Cook County", "lat": 42.095, "lon": -87.98083, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US designer and manufacturer of arcade games", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6042 +{"wikidata_id": "Q3150575", "display_name": "Indumil", "legal_name": null, "aliases": [], "website": "https://www.indumil.gov.co", "canonical_domain": "indumil.gov.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indumil_logo.svg", "description": "Colombian state-owned weapons manufacturing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6043 +{"wikidata_id": "Q3150805", "display_name": "Infobright", "legal_name": null, "aliases": [], "website": "https://www.infobright.com", "canonical_domain": "infobright.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6044 +{"wikidata_id": "Q3150870", "display_name": "Infoseek", "legal_name": null, "aliases": [], "website": "https://www.infoseek.co.jp", "canonical_domain": "infoseek.co.jp", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["internet"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": null, "description": "search engine", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6045 +{"wikidata_id": "Q3152099", "display_name": "Black Hills Institute of Geological Research, Inc.", "legal_name": null, "aliases": ["Black Hills Museum of Natural History"], "website": "https://www.bhigr.com", "canonical_domain": "bhigr.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "geological research company in South Dakota, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6046 +{"wikidata_id": "Q3152978", "display_name": "Intego", "legal_name": null, "aliases": [], "website": "https://www.intego.com", "canonical_domain": "intego.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Security software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6047 +{"wikidata_id": "Q3153246", "display_name": "International Cultic Studies Association", "legal_name": null, "aliases": [], "website": "https://www.csj.org", "canonical_domain": "csj.org", "country": "US", "hq_city": "Florida", "hq_region": "United States", "lat": 28.13333, "lon": -81.63167, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "anti-cult organization", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6048 +{"wikidata_id": "Q3228811", "display_name": "Ledesma S.A.A.I.", "legal_name": null, "aliases": ["Ingenio Ledesma", "Ledesma SA"], "website": "https://www.ledesma.com.ar", "canonical_domain": "ledesma.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["food-beverage", "chemicals"], "industry_labels": ["food industry", "chemical industry"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ledesma_argentina_textlogo.svg", "description": "agroindustrial Argentinian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6049 +{"wikidata_id": "Q3242538", "display_name": "Lise Watier", "legal_name": null, "aliases": [], "website": "https://watier.com", "canonical_domain": "watier.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Lise_Watier.svg", "description": "Canadian prestige cosmetic company brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6050 +{"wikidata_id": "Q3246583", "display_name": "12k", "legal_name": "12k", "aliases": [], "website": "https://www.12k.com", "canonical_domain": "12k.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US independent electronic music label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6051 +{"wikidata_id": "Q3274119", "display_name": "Macbeth Footwear", "legal_name": null, "aliases": [], "website": "https://macbeth.com", "canonical_domain": "macbeth.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["apparel"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Macbeth_Footwear_logo.jpg", "description": "Southern Californian brand of footwear, apparel and accessories, including vegan and organic products.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6052 +{"wikidata_id": "Q3278330", "display_name": "Mainbocher", "legal_name": null, "aliases": [], "website": "https://www.mainbocher.com", "canonical_domain": "mainbocher.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fashion label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6053 +{"wikidata_id": "Q33111996", "display_name": "Zachtronics", "legal_name": null, "aliases": ["Zachtronics Industries", "Zachtronics LLC"], "website": "https://www.zachtronics.com", "canonical_domain": "zachtronics.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zachtronics.gif", "description": "video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6054 +{"wikidata_id": "Q3326326", "display_name": "Grupo Cisneros", "legal_name": null, "aliases": ["Cisneros", "Cisneros Group", "Organizacion Cisneros", "Organización Cisneros"], "website": "https://www.cisneros.com", "canonical_domain": "cisneros.com", "country": "VE", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["media", "travel"], "industry_labels": ["mass media", "tourism"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoCisneros.jpg", "description": "U.S.-based family owned conglomerate", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6055 +{"wikidata_id": "Q3352823", "display_name": "Ontario Northland Railway", "legal_name": null, "aliases": ["ONR", "Ontario Northland", "Polar Bear Express"], "website": "https://ontarionorthland.ca", "canonical_domain": "ontarionorthland.ca", "country": "CA", "hq_city": "North Bay", "hq_region": "Nipissing District", "lat": 46.30917, "lon": -79.46139, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q969813", "name": "Ontario Northland Transportation Commission"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ontario_Northland_logo.svg", "description": "railway in Northern Ontario, Canada", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6056 +{"wikidata_id": "Q3355816", "display_name": "Oregon Scientific", "legal_name": null, "aliases": [], "website": "https://global.oregonscientific.com", "canonical_domain": "oregonscientific.com", "country": "US", "hq_city": "Tualatin", "hq_region": "Clackamas County", "lat": 45.38139, "lon": -122.76444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96323693", "name": "IDT International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oregon_Scientific_logo.svg", "description": "manufacturer of electronic products", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6057 +{"wikidata_id": "Q3359574", "display_name": "PARC Management", "legal_name": null, "aliases": [], "website": "https://www.parcmanagement.com", "canonical_domain": "parcmanagement.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["entertainment"], "industry_labels": ["amusement park"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "amusement park operations company based in Jacksonville, Florida", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6058 +{"wikidata_id": "Q3392342", "display_name": "Cell Signaling Technology", "legal_name": "Cell Signaling Technology, Inc.", "aliases": ["CST", "Cell Signaling"], "website": "https://www.cellsignal.com", "canonical_domain": "cellsignal.com", "country": "US", "hq_city": "Danvers", "hq_region": "Essex County", "lat": 42.575, "lon": -70.93056, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493005VFJDVZLYY0865", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cell_signaling_technology_logo.png", "description": "medical diagnostic company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6059 +{"wikidata_id": "Q3406131", "display_name": "Pro-Mark", "legal_name": null, "aliases": [], "website": "https://www.promark.com", "canonical_domain": "promark.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Promark_sticks_logo.png", "description": "American drum stick manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6060 +{"wikidata_id": "Q3415283", "display_name": "Rona", "legal_name": null, "aliases": ["Lowe's Canada", "Rona+", "RONA+", "Home & Garden Rona", "Home & Garden RONA", "RONA", "Rona Home & Garden", "RONA Home & Garden"], "website": "https://www.rona.ca", "canonical_domain": "rona.ca", "country": "CA", "hq_city": "Boucherville", "hq_region": "Urban agglomeration of Longueuil", "lat": 45.6, "lon": -73.45, "industries": ["retail"], "industry_labels": ["retail", "hardware store"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rona_logo.svg", "description": "Canadian retailer of home improvement and construction products and services", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6061 +{"wikidata_id": "Q3439723", "display_name": "Rogue Wave Software", "legal_name": null, "aliases": [], "website": "https://www.roguewave.com", "canonical_domain": "roguewave.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["software"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6062 +{"wikidata_id": "Q3473171", "display_name": "Tokidoki", "legal_name": null, "aliases": [], "website": "https://www.tokidoki.it", "canonical_domain": "tokidoki.it", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "lifestyle brand by Simone Legno", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6063 +{"wikidata_id": "Q3473520", "display_name": "Sarbakan", "legal_name": null, "aliases": [], "website": "https://www.sarbakan.com", "canonical_domain": "sarbakan.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Square.png", "description": "Canadian video game studio", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6064 +{"wikidata_id": "Q3478870", "display_name": "Sunovion", "legal_name": null, "aliases": ["Sunovion Pharmaceuticals", "Inc."], "website": "https://www.sunovion.com", "canonical_domain": "sunovion.com", "country": "US", "hq_city": "Marlborough", "hq_region": "Middlesex County", "lat": 42.34583, "lon": -71.55278, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Pharma_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6065 +{"wikidata_id": "Q3480338", "display_name": "LA Gear", "legal_name": null, "aliases": [], "website": "https://www.lagear.com", "canonical_domain": "lagear.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_gear_logo.png", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6066 +{"wikidata_id": "Q3481322", "display_name": "Shamrock Holdings", "legal_name": null, "aliases": [], "website": "https://www.shamrock.com", "canonical_domain": "shamrock.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["asset-management"], "industry_labels": ["investment fund"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that manages Roy Edward Disney's personal holdings", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6067 +{"wikidata_id": "Q3486605", "display_name": "Sleeman Breweries", "legal_name": null, "aliases": [], "website": "https://www.sleemanbreweries.ca", "canonical_domain": "sleemanbreweries.ca", "country": "CA", "hq_city": "Guelph", "hq_region": "Ontario", "lat": 43.55, "lon": -80.25, "industries": ["food-beverage"], "industry_labels": ["alcoholic beverage"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewing company based in Guelph, Ontario", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6068 +{"wikidata_id": "Q3492177", "display_name": "Gehl Company", "legal_name": null, "aliases": [], "website": "https://www.gehl.com", "canonical_domain": "gehl.com", "country": "US", "hq_city": "West Bend", "hq_region": "Wisconsin", "lat": 43.425, "lon": -88.18333, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1859, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of compact equipment", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6069 +{"wikidata_id": "Q3499712", "display_name": "Stone Bridge Press", "legal_name": "Stone Bridge Press", "aliases": [], "website": "https://www.stonebridge.com", "canonical_domain": "stonebridge.com", "country": "US", "hq_city": "Albany", "hq_region": "Alameda County", "lat": 37.88694, "lon": -122.29778, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher on Japanese topics", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6070 +{"wikidata_id": "Q3504127", "display_name": "Super C", "legal_name": null, "aliases": [], "website": "https://www.superc.ca", "canonical_domain": "superc.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1145669", "name": "Metro"}, "logo_url": null, "description": "Canadian supermarket chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6071 +{"wikidata_id": "Q3512162", "display_name": "Rainbow Studios", "legal_name": null, "aliases": ["Inc."], "website": "https://www.rainbowstudios.com", "canonical_domain": "rainbowstudios.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer based in the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6072 +{"wikidata_id": "Q3517379", "display_name": "Tellabs", "legal_name": null, "aliases": [], "website": "https://www.tellabs.com", "canonical_domain": "tellabs.com", "country": "US", "hq_city": "Naperville", "hq_region": "DuPage County", "lat": 41.74826, "lon": -88.16585, "industries": ["technology"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tellabs_logo.svg", "description": "American technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6073 +{"wikidata_id": "Q3524702", "display_name": "Thirsty Ear Recordings", "legal_name": null, "aliases": ["Thirsty Ear", "Thirsty Ear Records"], "website": "https://www.thirstyear.com", "canonical_domain": "thirstyear.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6074 +{"wikidata_id": "Q3548078", "display_name": "Ultramar", "legal_name": null, "aliases": [], "website": "https://www.ultramar.ca", "canonical_domain": "ultramar.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["oil refinery"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian gas and home fuel retailer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6075 +{"wikidata_id": "Q3551294", "display_name": "Universal Motown Republic Group", "legal_name": null, "aliases": ["UMRG"], "website": "https://www.umrg.com", "canonical_domain": "umrg.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": null, "description": "umbrella label founded by Universal Music Group (1999–2011)", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6076 +{"wikidata_id": "Q355312", "display_name": "Adelphi Records", "legal_name": null, "aliases": [], "website": "https://www.adelphirecords.com", "canonical_domain": "adelphirecords.com", "country": "US", "hq_city": "Silver Spring", "hq_region": "Montgomery County", "lat": 39.00244, "lon": -77.02079, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6077 +{"wikidata_id": "Q3560691", "display_name": "Virginia and Truckee Railroad", "legal_name": null, "aliases": ["V&T Railroad", "Virginia & Truckee Railroad"], "website": "https://www.virginiatruckee.com", "canonical_domain": "virginiatruckee.com", "country": "US", "hq_city": "Virginia City", "hq_region": "Storey County", "lat": 39.2935, "lon": -119.65812, "industries": ["transportation"], "industry_labels": [], "founded_year": 1868, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct American railway company (1870–1950)", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6078 +{"wikidata_id": "Q3564666", "display_name": "WET Enterprises", "legal_name": null, "aliases": ["Water Entertainment Technologies", "WET Design"], "website": "https://wetdesign.com", "canonical_domain": "wetdesign.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WET_logo_company.svg", "description": "a water feature design firm based in Los Angeles, California", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6079 +{"wikidata_id": "Q3569706", "display_name": "Wolfire Games", "legal_name": null, "aliases": ["Wolfire"], "website": "https://www.wolfire.com", "canonical_domain": "wolfire.com", "country": "US", "hq_city": "San Francisco Bay Area", "hq_region": "California", "lat": 37.81, "lon": -122.37, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wolfire-games-logo-black.png", "description": "American independent video game development company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6080 +{"wikidata_id": "Q3575719", "display_name": "Zome", "legal_name": null, "aliases": ["Zometool", "Zometoy"], "website": "https://zometool.com", "canonical_domain": "zometool.com", "country": "US", "hq_city": "Longmont", "hq_region": "Weld County", "lat": 40.17167, "lon": -105.10917, "industries": ["construction"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "construction set toy company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6081 +{"wikidata_id": "Q3600597", "display_name": "AC Comics", "legal_name": null, "aliases": ["Americomics", "Paragon Publications"], "website": "https://www.accomics.com", "canonical_domain": "accomics.com", "country": "US", "hq_city": "Longwood", "hq_region": "Seminole County", "lat": 28.70194, "lon": -81.345, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "comic book publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6082 +{"wikidata_id": "Q3602929", "display_name": "A La Vieille Russie", "legal_name": null, "aliases": [], "website": "https://www.alavieillerussie.com", "canonical_domain": "alavieillerussie.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.7643, "lon": -73.9728, "industries": [], "industry_labels": [], "founded_year": 1851, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "antique store in New York", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6083 +{"wikidata_id": "Q3639792", "display_name": "Big Beat Records", "legal_name": null, "aliases": [], "website": "https://wearebigbeat.com", "canonical_domain": "wearebigbeat.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Beat_Records.svg", "description": "American hip hop and dance-music record label, subsidiary of Atlantic Records", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6084 +{"wikidata_id": "Q3648242", "display_name": "C. B. Fisk", "legal_name": null, "aliases": ["C. B. Fisk Inc."], "website": "https://www.cbfisk.com", "canonical_domain": "cbfisk.com", "country": "US", "hq_city": "Gloucester", "hq_region": "Essex County", "lat": 42.61667, "lon": -70.66667, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American pipe organ company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6085 +{"wikidata_id": "Q3658063", "display_name": "Office 1 Superstore", "legal_name": null, "aliases": [], "website": "https://www.office1international.com", "canonical_domain": "office1international.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo2020.jpg", "description": "American international office supply retail chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6086 +{"wikidata_id": "Q3678986", "display_name": "Clairol", "legal_name": null, "aliases": [], "website": "https://www.clairol.com", "canonical_domain": "clairol.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1104787", "name": "Coty"}, "logo_url": null, "description": "hair care product", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6087 +{"wikidata_id": "Q3690918", "display_name": "Copag", "legal_name": null, "aliases": [], "website": "https://copag.com.br", "canonical_domain": "copag.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2699224", "name": "Cartamundi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Copag_logo.png", "description": "Brazilian playing card manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6088 +{"wikidata_id": "Q3704527", "display_name": "Decipher", "legal_name": null, "aliases": ["Decipher Inc."], "website": "https://decipher.com", "canonical_domain": "decipher.com", "country": "US", "hq_city": null, "hq_region": "Virginia", "lat": 36.84694, "lon": -76.28528, "industries": ["gaming"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "board game company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6089 +{"wikidata_id": "Q3719011", "display_name": "Eden Studios, Inc.", "legal_name": null, "aliases": [], "website": "https://www.edenstudios.net", "canonical_domain": "edenstudios.net", "country": "US", "hq_city": "Albany", "hq_region": "Albany County", "lat": 42.65, "lon": -73.76667, "industries": ["gaming"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "game publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6090 +{"wikidata_id": "Q3746269", "display_name": "Five Ten Footwear", "legal_name": null, "aliases": [], "website": "https://www.fiveten.com", "canonical_domain": "fiveten.com", "country": "US", "hq_city": "Redlands", "hq_region": "San Bernardino County", "lat": 34.05472, "lon": -117.1825, "industries": ["apparel", "manufacturing"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3895", "name": "Adidas AG"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Five-ten.svg", "description": "German outdoor footwear manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6091 +{"wikidata_id": "Q3771894", "display_name": "Glassnote Records", "legal_name": null, "aliases": [], "website": "https://glassnotemusic.com", "canonical_domain": "glassnotemusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glassnote_Records_logo.svg", "description": "American independent record label; imprint of Glassnote Entertainment Group LLC", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6092 +{"wikidata_id": "Q3776678", "display_name": "Gretsch Drums", "legal_name": null, "aliases": [], "website": "https://www.gretschdrums.com", "canonical_domain": "gretschdrums.com", "country": "US", "hq_city": "Ridgeland", "hq_region": "Jasper County", "lat": 32.48074, "lon": -80.98039, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1061402", "name": "Gretsch"}, "logo_url": null, "description": "American drum manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6093 +{"wikidata_id": "Q3777164", "display_name": "Grove Press", "legal_name": null, "aliases": [], "website": "https://www.groveatlantic.com", "canonical_domain": "groveatlantic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6094 +{"wikidata_id": "Q3777260", "display_name": "Deep Elm Records", "legal_name": null, "aliases": [], "website": "https://www.deepelm.com", "canonical_domain": "deepelm.com", "country": "US", "hq_city": "Maui", "hq_region": "Maui County", "lat": 20.77024, "lon": -156.26816, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US independent record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6095 +{"wikidata_id": "Q3783780", "display_name": "Hay House", "legal_name": null, "aliases": [], "website": "https://www.hayhouse.com", "canonical_domain": "hayhouse.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["media"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United States publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6096 +{"wikidata_id": "Q38182538", "display_name": "Companhia do Metropolitano de São Paulo", "legal_name": null, "aliases": [], "website": "https://www.metro.sp.gov.br", "canonical_domain": "metro.sp.gov.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metr%C3%B4-SP_logo.svg", "description": "mixed-economy company in Brazil", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6097 +{"wikidata_id": "Q3820907", "display_name": "Emecé Editores", "legal_name": null, "aliases": ["Emece Editores"], "website": "https://www.planeta.es", "canonical_domain": "planeta.es", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["media"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine publishing house", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6098 +{"wikidata_id": "Q3843260", "display_name": "Magna Carta Records", "legal_name": null, "aliases": [], "website": "https://www.magnacarta.net", "canonical_domain": "magnacarta.net", "country": "US", "hq_city": "East Rochester", "hq_region": "Monroe County", "lat": 43.1122, "lon": -77.4869, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American indie record label of New York", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6099 +{"wikidata_id": "Q3853389", "display_name": "McSweeney's", "legal_name": null, "aliases": ["McSweeney's Books", "McSweeney's Internet Tendency", "McSweeney's Publishing"], "website": "https://www.mcsweeneys.net", "canonical_domain": "mcsweeneys.net", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McSweeney%27s_logo.svg", "description": "American publishing house", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6100 +{"wikidata_id": "Q3853975", "display_name": "Mego Corporation", "legal_name": null, "aliases": ["Mego Toys"], "website": "https://megofigures.com", "canonical_domain": "megofigures.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American toy company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6101 +{"wikidata_id": "Q3877531", "display_name": "No Sleep Records", "legal_name": null, "aliases": [], "website": "https://nosleeprecords.com", "canonical_domain": "nosleeprecords.com", "country": "US", "hq_city": "Huntington Beach", "hq_region": "Orange County", "lat": 33.69278, "lon": -117.99972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/No_Sleep_Records_Logo.jpg", "description": "US independent record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6102 +{"wikidata_id": "Q388180", "display_name": "Premier Rides", "legal_name": null, "aliases": [], "website": "https://www.premier-rides.com", "canonical_domain": "premier-rides.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6103 +{"wikidata_id": "Q388931", "display_name": "Privateer Press", "legal_name": null, "aliases": [], "website": "https://www.privateerpress.com", "canonical_domain": "privateerpress.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["media", "gaming"], "industry_labels": ["miniature wargaming", "tabletop role-playing game"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "game publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6104 +{"wikidata_id": "Q38922434", "display_name": "CircleCI", "legal_name": null, "aliases": [], "website": "https://circleci.com", "canonical_domain": "circleci.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.7913, "lon": -122.39202, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "continuous integration service", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6105 +{"wikidata_id": "Q39070714", "display_name": "Hello Sunshine", "legal_name": null, "aliases": [], "website": "https://hello-sunshine.com", "canonical_domain": "hello-sunshine.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["Media"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hello_Sunshine_logo.svg", "description": "American media company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6106 +{"wikidata_id": "Q39086631", "display_name": "Emerson Collective", "legal_name": null, "aliases": ["Emerson Collective Investments LLC", "Emerson Collective Investments", "LLC", "LLC"], "website": "https://emersoncollective.com", "canonical_domain": "emersoncollective.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "social change organization", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6107 +{"wikidata_id": "Q3933904", "display_name": "Endemol Shine North America", "legal_name": null, "aliases": ["Reveille Productions", "Reveille Eire", "Shine America", "Shine USA", "Endemol USA", "Shine Americas"], "website": "https://endemolshine.us", "canonical_domain": "endemolshine.us", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806575", "name": "Banijay Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Endemol_Shine_North_America_Logo.svg", "description": "American division of Endemol Shine Group and Banijay Entertainment", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6108 +{"wikidata_id": "Q3964488", "display_name": "Som Livre", "legal_name": "Som Livre", "aliases": [], "website": "https://www.somlivre.com", "canonical_domain": "somlivre.com", "country": "BR", "hq_city": "Brazil", "hq_region": null, "lat": -14.0, "lon": -53.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q614283", "name": "Grupo Globo"}, "logo_url": null, "description": "Brazilian record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6109 +{"wikidata_id": "Q399638", "display_name": "ae.com.br", "legal_name": null, "aliases": ["Agencia Estado"], "website": "https://www.ae.com.br", "canonical_domain": "ae.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["media"], "industry_labels": ["news agency"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10291887", "name": "OESP Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Ag%C3%AAncia_Estado.png", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6110 +{"wikidata_id": "Q4020878", "display_name": "World Combat League", "legal_name": null, "aliases": [], "website": "https://www.worldcombatleague.com", "canonical_domain": "worldcombatleague.com", "country": "US", "hq_city": "Carrollton", "hq_region": "Denton County", "lat": 32.99, "lon": -96.89333, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WCL_logo.png", "description": "martial arts promoter", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6111 +{"wikidata_id": "Q4033362", "display_name": "ActiveState", "legal_name": null, "aliases": [], "website": "https://www.activestate.com", "canonical_domain": "activestate.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ActiveState_logo.svg", "description": "Canadian software company based in Vancouver", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6112 +{"wikidata_id": "Q4033469", "display_name": "AeroDreams", "legal_name": null, "aliases": [], "website": "https://www.aerodreams-uav.com", "canonical_domain": "aerodreams-uav.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine defense contractor", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6113 +{"wikidata_id": "Q4033834", "display_name": "Alta Flights", "legal_name": null, "aliases": [], "website": "https://www.altaflights.com", "canonical_domain": "altaflights.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former Canadian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6114 +{"wikidata_id": "Q4034612", "display_name": "Authorize.Net", "legal_name": null, "aliases": [], "website": "https://www.authorize.net", "canonical_domain": "authorize.net", "country": "US", "hq_city": "American Fork", "hq_region": "Utah County", "lat": 40.38417, "lon": -111.79194, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Authorize.Net%2C_A_Visa_Solution_wordmark.svg", "description": "US payment gateway service provider", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6115 +{"wikidata_id": "Q4035048", "display_name": "Bersa", "legal_name": null, "aliases": [], "website": "https://www.bersa.com.ar", "canonical_domain": "bersa.com.ar", "country": "AR", "hq_city": "Ramos Mejía", "hq_region": "La Matanza Partido", "lat": -34.65, "lon": -58.56667, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bersa_logo.jpg", "description": "Argentine arms manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6116 +{"wikidata_id": "Q4035457", "display_name": "Brock Air Services", "legal_name": null, "aliases": [], "website": "https://www.brockair.com", "canonical_domain": "brockair.com", "country": "CA", "hq_city": "Kingston", "hq_region": "Frontenac County", "lat": 44.23056, "lon": -76.48111, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian charter and Medivac airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6117 +{"wikidata_id": "Q4038816", "display_name": "Flexera", "legal_name": null, "aliases": ["Flexera Software"], "website": "https://www.flexera.com", "canonical_domain": "flexera.com", "country": "US", "hq_city": "Illinois", "hq_region": "United States", "lat": 40.00028, "lon": -89.25028, "industries": ["software"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American computer software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6118 +{"wikidata_id": "Q4039698", "display_name": "Green Hills Software", "legal_name": null, "aliases": ["Green Hills Software C/C++"], "website": "https://www.ghs.com", "canonical_domain": "ghs.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["software"], "industry_labels": ["embedded system"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GREEN-HILLS_Software.png", "description": "embedded systems software", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6119 +{"wikidata_id": "Q4042983", "display_name": "Link-Belt Construction Equipment", "legal_name": null, "aliases": [], "website": "https://www.linkbelt.com", "canonical_domain": "linkbelt.com", "country": "US", "hq_city": "Lexington", "hq_region": "Fayette County", "lat": 38.04972, "lon": -84.45861, "industries": ["industrial-machinery"], "industry_labels": ["heavy equipment"], "founded_year": 1880, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1808912", "name": "Sumitomo Heavy Industries"}, "logo_url": null, "description": "American company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6120 +{"wikidata_id": "Q4044253", "display_name": "Midland Radio", "legal_name": "Midland Radio Corporation", "aliases": ["Alan - Midland"], "website": "https://midlandusa.com", "canonical_domain": "midlandusa.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media", "manufacturing"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Midland_Logo_No_Globe_PMS3005.jpg", "description": "U.S. Radio manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6121 +{"wikidata_id": "Q4045033", "display_name": "Nakina Air Service", "legal_name": null, "aliases": ["Nakina Air Service Ltd."], "website": "https://nakinaairservice.com", "canonical_domain": "nakinaairservice.com", "country": "CA", "hq_city": "Greenstone", "hq_region": "Thunder Bay District", "lat": 49.76083, "lon": -87.28583, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6122 +{"wikidata_id": "Q4045982", "display_name": "Orion Telescopes & Binoculars", "legal_name": null, "aliases": [], "website": "https://www.orion-russia.ru", "canonical_domain": "orion-russia.ru", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6123 +{"wikidata_id": "Q4047447", "display_name": "Prometric", "legal_name": null, "aliases": ["Prometric Testing"], "website": "https://www.prometric.com", "canonical_domain": "prometric.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["education"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "testing and assessment solutions company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6124 +{"wikidata_id": "Q4050449", "display_name": "Swanberg Air", "legal_name": null, "aliases": [], "website": "https://swanbergair.com", "canonical_domain": "swanbergair.com", "country": "CA", "hq_city": "Grande Prairie", "hq_region": "Alberta", "lat": 55.16667, "lon": -118.8, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian Airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6125 +{"wikidata_id": "Q4050813", "display_name": "Telligent Systems", "legal_name": null, "aliases": ["Telligent Analytics"], "website": "https://telligent.com", "canonical_domain": "telligent.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["software"], "industry_labels": ["social software"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6126 +{"wikidata_id": "Q4052601", "display_name": "Vancouver Island Air", "legal_name": null, "aliases": [], "website": "https://www.vancouverislandair.com", "canonical_domain": "vancouverislandair.com", "country": "CA", "hq_city": "Campbell River", "hq_region": "Strathcona Regional District", "lat": 50.02444, "lon": -125.2475, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6127 +{"wikidata_id": "Q4052943", "display_name": "Warbelow's Air Ventures", "legal_name": null, "aliases": [], "website": "https://www.warbelows.com", "canonical_domain": "warbelows.com", "country": "US", "hq_city": "Fairbanks", "hq_region": "Fairbanks North Star Borough", "lat": 64.84361, "lon": -147.72306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Alaskan Airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6128 +{"wikidata_id": "Q409335", "display_name": "Airwalk", "legal_name": null, "aliases": ["Collective Brands", "Authentic Logo Branded. Org", "Collective Brands", "Inc.", "FUZDesigns"], "website": "https://www.airwalk.com", "canonical_domain": "airwalk.com", "country": "US", "hq_city": "Topeka", "hq_region": "Shawnee County", "lat": 39.04833, "lon": -95.67804, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airwalk_Logo.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6129 +{"wikidata_id": "Q4115001", "display_name": "Seara Foods", "legal_name": null, "aliases": [], "website": "https://www.seara-brazil.com", "canonical_domain": "seara-brazil.com", "country": "BR", "hq_city": "Brazil", "hq_region": null, "lat": -14.0, "lon": -53.0, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seara_Alimentos_logo_%282024%29.svg", "description": "Brazilian food processing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6130 +{"wikidata_id": "Q4120690", "display_name": "Hothead Games", "legal_name": null, "aliases": ["Inc."], "website": "https://www.hotheadgames.com", "canonical_domain": "hotheadgames.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hothead_games_logo.png", "description": "Canadian video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6131 +{"wikidata_id": "Q4204747", "display_name": "Mais Linhas Aéreas", "legal_name": null, "aliases": ["Mais Linhas Aereas"], "website": "https://www.voemais.com.br", "canonical_domain": "voemais.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6132 +{"wikidata_id": "Q4252033", "display_name": "Ye Olde Curiosity Shop", "legal_name": null, "aliases": ["Standley's Curio", "Standley's Free Museum and Curio", "The Curio", "Ye Olde Curiosity Shop and Indian Curio"], "website": "https://www.yeoldecuriosityshop.com", "canonical_domain": "yeoldecuriosityshop.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 47.6043, "lon": -122.3399, "industries": [], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "store on the central waterfront of Seattle, Washington, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6133 +{"wikidata_id": "Q4264166", "display_name": "Avioquintana", "legal_name": null, "aliases": [], "website": "https://www.avioquintana.com", "canonical_domain": "avioquintana.com", "country": "MX", "hq_city": "Quintana Roo", "hq_region": "Mexico", "lat": 19.6, "lon": -87.91667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6134 +{"wikidata_id": "Q427837", "display_name": "InPhase Technologies", "legal_name": null, "aliases": [], "website": "https://www.inphase-tech.com", "canonical_domain": "inphase-tech.com", "country": "US", "hq_city": "Longmont", "hq_region": "Weld County", "lat": 40.17167, "lon": -105.10917, "industries": ["technology"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6135 +{"wikidata_id": "Q429380", "display_name": "Aeropuertos y Servicios Auxiliares", "legal_name": null, "aliases": [], "website": "https://www.asa.gob.mx", "canonical_domain": "asa.gob.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asa_logo.jpg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6136 +{"wikidata_id": "Q430086", "display_name": "Telesur", "legal_name": null, "aliases": [], "website": "https://www.telesur.sr", "canonical_domain": "telesur.sr", "country": "SR", "hq_city": "Paramaribo", "hq_region": "Paramaribo District", "lat": 5.86667, "lon": -55.16667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecom company in Suriname", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6137 +{"wikidata_id": "Q432221", "display_name": "Skymaster Airlines", "legal_name": null, "aliases": [], "website": "https://www.skymaster.com.br", "canonical_domain": "skymaster.com.br", "country": "BR", "hq_city": "Manaus", "hq_region": "Amazonas", "lat": -3.11889, "lon": -60.02167, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6138 +{"wikidata_id": "Q4353850", "display_name": "AC Transit", "legal_name": null, "aliases": ["Alameda-Contra Costa Transit District"], "website": "https://actransit.org", "canonical_domain": "actransit.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AC_Transit_logo_%282014%2B%29_cropped.svg", "description": "public transit operator in Alameda County and Contra Costa County, California", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6139 +{"wikidata_id": "Q4354420", "display_name": "Wayfinder", "legal_name": null, "aliases": ["Wayfinder Systems AB"], "website": "https://www.wayfinder.org", "canonical_domain": "wayfinder.org", "country": "US", "hq_city": "Malmö", "hq_region": "Lomma Municipality", "lat": 55.58333, "lon": 13.0, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": null, "description": "business", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6140 +{"wikidata_id": "Q4355661", "display_name": "Union Square Ventures", "legal_name": null, "aliases": [], "website": "https://usv.com", "canonical_domain": "usv.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Union_Square_Ventures_logo.png", "description": "American New York-based venture capital firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6141 +{"wikidata_id": "Q4356880", "display_name": "Vivisimo", "legal_name": null, "aliases": [], "website": "https://vivisimo.com", "canonical_domain": "vivisimo.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American internet technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6142 +{"wikidata_id": "Q447412", "display_name": "Aluminerie Alouette", "legal_name": null, "aliases": [], "website": "https://www.alouette.qc.ca", "canonical_domain": "alouette.qc.ca", "country": "CA", "hq_city": "Sept-Îles", "hq_region": "Sept-Rivières Regional County Municipality", "lat": 50.2167, "lon": -66.3833, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6143 +{"wikidata_id": "Q4545754", "display_name": "1-800-GOT-JUNK?", "legal_name": "RBDS Rubbish Boys Disposal Service Inc.", "aliases": [], "website": "https://www.1800gotjunk.com", "canonical_domain": "1800gotjunk.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["utilities"], "industry_labels": ["franchising", "waste management", "junk removal"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q26724782", "name": "O2E Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1-800-GOT-JUNK%3F_logo_with_subtitle.svg", "description": "Canadian waste removal company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6144 +{"wikidata_id": "Q4566703", "display_name": "InterTrust Technologies", "legal_name": null, "aliases": ["Intertrust Technologies Corporation"], "website": "https://www.intertrust.com", "canonical_domain": "intertrust.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6145 +{"wikidata_id": "Q461517", "display_name": "Digium", "legal_name": null, "aliases": ["Inc."], "website": "https://www.digium.com", "canonical_domain": "digium.com", "country": "US", "hq_city": "Huntsville", "hq_region": "Madison County", "lat": 34.71361, "lon": -86.58611, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American communications technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6146 +{"wikidata_id": "Q4633365", "display_name": "2 Player Productions", "legal_name": null, "aliases": [], "website": "https://2playerproductions.com", "canonical_domain": "2playerproductions.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["entertainment"], "industry_labels": ["video production"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6147 +{"wikidata_id": "Q4652757", "display_name": "AMX LLC", "legal_name": null, "aliases": [], "website": "https://www.amx.com", "canonical_domain": "amx.com", "country": "US", "hq_city": "Richardson", "hq_region": "Dallas County", "lat": 32.94833, "lon": -96.72972, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300M621BZF3J3WM93", "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMX_logo.svg", "description": "American video equipment and control manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6148 +{"wikidata_id": "Q4663952", "display_name": "Abbeville Publishing Group", "legal_name": null, "aliases": ["Abbeville Press"], "website": "https://www.abbeville.com", "canonical_domain": "abbeville.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AbbevilleLogo.png", "description": "book publisher in New York, USA", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6149 +{"wikidata_id": "Q466892", "display_name": "American Society of Hematology", "legal_name": null, "aliases": [], "website": "https://www.hematology.org", "canonical_domain": "hematology.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TN3OBW0CQZIK92", "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6150 +{"wikidata_id": "Q4671380", "display_name": "Academy Sports + Outdoors", "legal_name": null, "aliases": ["Academy Sports & Outdoors", "Academy Sports and Outdoors"], "website": "https://www.academy.com", "canonical_domain": "academy.com", "country": "US", "hq_city": "Harris County", "hq_region": "Texas", "lat": 29.86, "lon": -95.39, "industries": ["retail"], "industry_labels": ["retail", "SIC 5940 Retail-Miscellaneous Shopping Goods Stores"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "ASO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1817358", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Academy_Sports_%2B_Outdoors_Logo.svg", "description": "American sporting goods discount store chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1817358", "enriched_at": "2026-09-13T07:22:12+00:00"}}
6151 +{"wikidata_id": "Q4678107", "display_name": "Ad Astra Rocket Company", "legal_name": null, "aliases": [], "website": "https://www.adastrarocket.com", "canonical_domain": "adastrarocket.com", "country": "US", "hq_city": "Texas", "hq_region": "United States", "lat": 31.0, "lon": -100.0, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American rocket propulsion company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6152 +{"wikidata_id": "Q4680692", "display_name": "Adapteva", "legal_name": null, "aliases": [], "website": "https://www.adapteva.com", "canonical_domain": "adapteva.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American semiconductor company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6153 +{"wikidata_id": "Q4688183", "display_name": "Aeroasis", "legal_name": null, "aliases": [], "website": "https://www.aeroasis.com", "canonical_domain": "aeroasis.com", "country": "CO", "hq_city": "El Dorado International Airport", "hq_region": "Bogotá", "lat": 4.70139, "lon": -74.14694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "passenger and cargo airline based in El Dorado International Airport", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6154 +{"wikidata_id": "Q4697872", "display_name": "Air Flamenco", "legal_name": null, "aliases": [], "website": "https://airflamenco.net", "canonical_domain": "airflamenco.net", "country": "US", "hq_city": "Culebra", "hq_region": "Puerto Rico", "lat": 18.31472, "lon": -65.28306, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Puerto Rico", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6155 +{"wikidata_id": "Q4703422", "display_name": "Hamburguesas El Corral", "legal_name": null, "aliases": ["El Corral"], "website": "https://www.elcorral.com", "canonical_domain": "elcorral.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5612238", "name": "Grupo Nutresa"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/El_Corral.jpg", "description": "Colombian restaurant chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6156 +{"wikidata_id": "Q4716582", "display_name": "Alex. Brown & Sons", "legal_name": null, "aliases": [], "website": "https://www.alexbrown.com", "canonical_domain": "alexbrown.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1800, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alex._Brown_logo.svg", "description": "first investment bank in the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6157 +{"wikidata_id": "Q472173", "display_name": "Two Plus Two Publishing", "legal_name": null, "aliases": [], "website": "https://twoplustwobooks.com", "canonical_domain": "twoplustwobooks.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6158 +{"wikidata_id": "Q4721812", "display_name": "Alfa Aesar", "legal_name": null, "aliases": [], "website": "https://www.alfa.com", "canonical_domain": "alfa.com", "country": "US", "hq_city": "Haverhill", "hq_region": "Essex County", "lat": 42.78333, "lon": -71.08333, "industries": ["chemicals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alfa_Aesar_Logo.svg", "description": "Vendor for chemicals", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6159 +{"wikidata_id": "Q4732318", "display_name": "Alliance Laundry Systems", "legal_name": null, "aliases": [], "website": "https://www.alliancelaundry.com", "canonical_domain": "alliancelaundry.com", "country": "US", "hq_city": "Ripon", "hq_region": "Fond du Lac County", "lat": 43.84417, "lon": -88.83889, "industries": [], "industry_labels": ["self-service laundry"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alliance_Laundry_logo.png", "description": "American laundry equipment supplier", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q54935468"}]}
6160 +{"wikidata_id": "Q4735476", "display_name": "Alpine Air Express", "legal_name": null, "aliases": [], "website": "https://www.alpine-air.com", "canonical_domain": "alpine-air.com", "country": "US", "hq_city": "Provo", "hq_region": "Utah County", "lat": 40.23389, "lon": -111.65861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpine_Air_Express_Logo.svg", "description": "American cargo airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6161 +{"wikidata_id": "Q4743024", "display_name": "American Association for Cancer Research", "legal_name": null, "aliases": ["AACR Academy"], "website": "https://www.aacr.org", "canonical_domain": "aacr.org", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["media"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Association_for_Cancer_Research_logo.png", "description": "scientific society", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6162 +{"wikidata_id": "Q4754677", "display_name": "Andrade Gutierrez", "legal_name": null, "aliases": [], "website": "https://www.andradegutierrez.com", "canonical_domain": "andradegutierrez.com", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Andrade_Gutierrez_%282014%29.svg", "description": "Brazilian multinational conglomerate", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6163 +{"wikidata_id": "Q4762818", "display_name": "TPG Angelo Gordon", "legal_name": null, "aliases": ["Angelo Gordon", "Angelo", "Gordon & Co"], "website": "https://www.angelogordon.com", "canonical_domain": "angelogordon.com", "country": "US", "hq_city": "245 Park Avenue", "hq_region": "Manhattan", "lat": 40.75439, "lon": -73.97474, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "XXJ8O8RONB9FETFPCB63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPG_Angelo_Gordon.svg", "description": "American investment management company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6164 +{"wikidata_id": "Q4780897", "display_name": "Appaloosa Management", "legal_name": null, "aliases": [], "website": "https://amlp.com", "canonical_domain": "amlp.com", "country": "US", "hq_city": "Short Hills", "hq_region": "Millburn", "lat": 40.7392, "lon": -74.3274, "industries": ["asset-management"], "industry_labels": ["hedge fund"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "SWPHMLWQZIZL79Y38A46", "sec_cik": null, "parent": null, "logo_url": null, "description": "American hedge fund", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6165 +{"wikidata_id": "Q4781125", "display_name": "Apple Bank for Savings", "legal_name": null, "aliases": ["Apple Bank"], "website": "https://www.applebank.com", "canonical_domain": "applebank.com", "country": "US", "hq_city": "Chanin Building", "hq_region": "Manhattan", "lat": 40.77972, "lon": -73.98167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1863, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300N1UWZ4871DND44", "sec_cik": null, "parent": null, "logo_url": null, "description": "greater New York City area banking chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6166 +{"wikidata_id": "Q4793700", "display_name": "Armor Holdings", "legal_name": null, "aliases": [], "website": "https://www.armorholdings.com", "canonical_domain": "armorholdings.com", "country": "US", "hq_city": null, "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Former American manufacturer of safety equipment", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6167 +{"wikidata_id": "Q4795878", "display_name": "Array Networks", "legal_name": null, "aliases": [], "website": "https://www.arraynetworks.com", "canonical_domain": "arraynetworks.com", "country": "US", "hq_city": "Milpitas", "hq_region": "Santa Clara County", "lat": 37.43472, "lon": -121.895, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Array_logo_pms-small.png", "description": "American company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6168 +{"wikidata_id": "Q4800489", "display_name": "Arthur Treacher's", "legal_name": null, "aliases": [], "website": "https://www.arthurtreachersfranchising.com", "canonical_domain": "arthurtreachersfranchising.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast food seafood restaurant chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6169 +{"wikidata_id": "Q4802393", "display_name": "Arvest Bank", "legal_name": null, "aliases": ["ARVEST"], "website": "https://www.arvest.com", "canonical_domain": "arvest.com", "country": "US", "hq_city": "Bentonville", "hq_region": "Benton County", "lat": 36.36667, "lon": -94.21333, "industries": ["financial-services"], "industry_labels": ["mortgage loan"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "COINQMNIM6RBU631DD85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arvest_Bank_Logo.png", "description": "American financial company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6170 +{"wikidata_id": "Q4813297", "display_name": "Athearn", "legal_name": null, "aliases": [], "website": "https://www.athearn.com", "canonical_domain": "athearn.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Athearn_Model_Trains_logo.svg", "description": "Model Train Company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6171 +{"wikidata_id": "Q4820471", "display_name": "1517 Media", "legal_name": null, "aliases": ["Augsburg Fortress", "Fortress Press"], "website": "https://www.1517.media", "canonical_domain": "1517.media", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["media"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q108596047", "name": "Augsburg Fortress"}, "logo_url": null, "description": "official publishing house of the Evangelical Lutheran Church in America", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6172 +{"wikidata_id": "Q4830606", "display_name": "Axis Percussion", "legal_name": null, "aliases": [], "website": "https://axispercussion.com", "canonical_domain": "axispercussion.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axis_percussion_logo.png", "description": "drum-related manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6173 +{"wikidata_id": "Q4833226", "display_name": "CALAFIAAIRLINES", "legal_name": null, "aliases": ["AEREO CALAFIA"], "website": "https://www.calafiaairlines.com", "canonical_domain": "calafiaairlines.com", "country": "MX", "hq_city": "Cabo San Lucas", "hq_region": "Los Cabos Municipality", "lat": 22.89472, "lon": -109.91528, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "regional airline in Mexico", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6174 +{"wikidata_id": "Q4851976", "display_name": "Bally Total Fitness", "legal_name": null, "aliases": ["Ballyfitness"], "website": "https://ballyfitness.com", "canonical_domain": "ballyfitness.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["healthcare", "manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fitness club chain originally part of Bally Manufacturing", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6175 +{"wikidata_id": "Q4854127", "display_name": "Banco de Occidente", "legal_name": null, "aliases": ["Western Bank"], "website": "https://www.bancodeoccidente.com.co", "canonical_domain": "bancodeoccidente.com.co", "country": "CO", "hq_city": "Cali", "hq_region": "Valle del Cauca Department", "lat": 3.44, "lon": -76.51972, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_de_Occidente_logo.svg", "description": "Colombian bank", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6176 +{"wikidata_id": "Q4854829", "display_name": "Banelco", "legal_name": null, "aliases": [], "website": "https://www.banelco.com", "canonical_domain": "banelco.com", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banelco_logo.png", "description": "Argentinian ATM Network", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6177 +{"wikidata_id": "Q4874582", "display_name": "Bayliner", "legal_name": null, "aliases": [], "website": "https://www.bayliner.com", "canonical_domain": "bayliner.com", "country": "US", "hq_city": "Arlington", "hq_region": "Snohomish County", "lat": 48.1811, "lon": -122.139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bayliner_logo.svg", "description": "manufacturer of recreational boats", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6178 +{"wikidata_id": "Q4876153", "display_name": "Bealls", "legal_name": null, "aliases": ["Bealls (Florida)", "Bealls Inc."], "website": "https://www.burkesoutlet.com", "canonical_domain": "burkesoutlet.com", "country": "US", "hq_city": "Bradenton", "hq_region": "Manatee County", "lat": 27.48333, "lon": -82.58333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bealls_inc_logob.jpg", "description": "United States retail corporation", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6179 +{"wikidata_id": "Q48772252", "display_name": "Brugseni", "legal_name": null, "aliases": [], "website": "https://brugseni.gl", "canonical_domain": "brugseni.gl", "country": "GL", "hq_city": "Nuuk", "hq_region": "Sermersooq", "lat": 64.175, "lon": -51.73333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "greenlandic supermarket chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6180 +{"wikidata_id": "Q48781921", "display_name": "Helix Studios", "legal_name": null, "aliases": [], "website": "https://www.helixstudios.com", "canonical_domain": "helixstudios.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Helixstudios_logo.png", "description": "American gay pornographic film studio", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6181 +{"wikidata_id": "Q4896431", "display_name": "Bessemer Trust", "legal_name": null, "aliases": [], "website": "https://bessemer.com", "canonical_domain": "bessemer.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["family office"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bessemer_Trust_Logo.jpg", "description": "wealth management and investment advisory firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6182 +{"wikidata_id": "Q48977490", "display_name": "American Derringer", "legal_name": null, "aliases": [], "website": "https://www.amderringer.com", "canonical_domain": "amderringer.com", "country": "US", "hq_city": "Waco", "hq_region": "McLennan County", "lat": 31.54917, "lon": -97.14722, "industries": ["defense"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Texas based American firearms manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6183 +{"wikidata_id": "Q4906821", "display_name": "Bigelow Tea Company", "legal_name": null, "aliases": [], "website": "https://www.bigelowtea.com", "canonical_domain": "bigelowtea.com", "country": "US", "hq_city": "Fairfield", "hq_region": "Greater Bridgeport Planning Region", "lat": 41.17583, "lon": -73.27194, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American tea manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6184 +{"wikidata_id": "Q4906876", "display_name": "Biggby Coffee", "legal_name": null, "aliases": ["Biggby"], "website": "https://www.biggby.com", "canonical_domain": "biggby.com", "country": "US", "hq_city": "Lansing", "hq_region": "Clinton County", "lat": 42.7335, "lon": -84.5467, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Biggby_Coffee_logo.svg", "description": "American coffee shop chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6185 +{"wikidata_id": "Q4919356", "display_name": "Bizagi", "legal_name": null, "aliases": [], "website": "https://www.bizagi.com", "canonical_domain": "bizagi.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["software"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-bizagi-2021.svg", "description": "software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6186 +{"wikidata_id": "Q4921504", "display_name": "Black Press", "legal_name": null, "aliases": ["Black Press Group", "Black Press Group Ltd", "Black Press Media"], "website": "https://www.blackpressmedia.com", "canonical_domain": "blackpressmedia.com", "country": "CA", "hq_city": "Victoria", "hq_region": "British Columbia", "lat": 48.42215, "lon": -123.3657, "industries": ["media"], "industry_labels": ["media company"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian publisher of newspapers", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6187 +{"wikidata_id": "Q4939759", "display_name": "Boller and Chivens", "legal_name": null, "aliases": [], "website": "https://bollerandchivens.com", "canonical_domain": "bollerandchivens.com", "country": "US", "hq_city": "South Pasadena", "hq_region": "Los Angeles County", "lat": 34.11306, "lon": -118.15583, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boller_and_Chivens_logo.JPG", "description": "American telescope manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6188 +{"wikidata_id": "Q4943790", "display_name": "Boost Mobile", "legal_name": null, "aliases": [], "website": "https://www.boostmobile.com", "canonical_domain": "boostmobile.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "wireless telecommunications brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6189 +{"wikidata_id": "Q4944543", "display_name": "Border City Wrestling", "legal_name": null, "aliases": ["BCW"], "website": "https://bordercitywrestling.com", "canonical_domain": "bordercitywrestling.com", "country": "CA", "hq_city": "Windsor", "hq_region": "Essex County", "lat": 42.31729, "lon": -83.03526, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent professional wrestling promotion", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6190 +{"wikidata_id": "Q4950312", "display_name": "Bourns, Inc.", "legal_name": null, "aliases": [], "website": "https://www.bourns.com", "canonical_domain": "bourns.com", "country": "US", "hq_city": "California", "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WQ3WB1D4DQ5330", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bourns_wordmark.svg", "description": "American electronics corporation", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6191 +{"wikidata_id": "Q4972541", "display_name": "Broadway Video", "legal_name": null, "aliases": [], "website": "https://www.broadwayvideo.com", "canonical_domain": "broadwayvideo.com", "country": "US", "hq_city": "30 Rockefeller Plaza", "hq_region": "Manhattan", "lat": 40.75897, "lon": -73.97939, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multimedia entertainment studio", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6192 +{"wikidata_id": "Q4973330", "display_name": "BBR Music Group", "legal_name": null, "aliases": ["Broken Bow Records"], "website": "https://www.bbrmusicgroup.com", "canonical_domain": "bbrmusicgroup.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BBR_Music_Group_logo.png", "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6193 +{"wikidata_id": "Q4975128", "display_name": "Brookstone", "legal_name": null, "aliases": [], "website": "https://www.brookstone.com", "canonical_domain": "brookstone.com", "country": "US", "hq_city": "Merrimack", "hq_region": "Hillsborough County", "lat": 42.86639, "lon": -71.49361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brookstone_logo.svg", "description": "chain of retail stores", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6194 +{"wikidata_id": "Q4978656", "display_name": "Bruegger's", "legal_name": null, "aliases": ["Bruegger's Bagels", "Bruegger's Enterprises", "Bruegger's Enterprises", "Inc.", "Michel's Bakery Café"], "website": "https://www.brueggers.com", "canonical_domain": "brueggers.com", "country": "US", "hq_city": "Burlington", "hq_region": "Chittenden County", "lat": 44.48762, "lon": -73.23148, "industries": ["hospitality", "food-beverage"], "industry_labels": ["bagel"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q64517270", "name": "Coffee & Bagel Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bruegger%27s_%28logo%29.svg", "description": "restaurant operator in the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6195 +{"wikidata_id": "Q4998403", "display_name": "Bloomberg Industry Group", "legal_name": null, "aliases": ["BNA", "Bloomberg BNA", "The Bureau of National Affairs", "Inc."], "website": "https://www.bloombergindustry.com", "canonical_domain": "bloombergindustry.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bloomberg_Industry_Group_Logo.svg", "description": "legal, tax and regulatory news company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6196 +{"wikidata_id": "Q5010251", "display_name": "CEITEC", "legal_name": null, "aliases": [], "website": "https://www.ceitec-sa.com", "canonical_domain": "ceitec-sa.com", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["technology"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_do_Centro_Nacional_de_Tecnologia_Eletr%C3%B4nica_Avan%C3%A7ada.svg", "description": "Brazilian technology center", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6197 +{"wikidata_id": "Q5023148", "display_name": "Caloi", "legal_name": null, "aliases": [], "website": "https://www.caloi.com.br", "canonical_domain": "caloi.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Caloi_%282017%29.svg", "description": "Brazilian manufacturer of bicycles and bicycle equipment", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6198 +{"wikidata_id": "Q5023981", "display_name": "Caltex Records", "legal_name": null, "aliases": ["Caltex", "Caltex Music", "Caltex Records Music"], "website": "https://www.caltexrecords.com", "canonical_domain": "caltexrecords.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caltex_Records_Logo.png", "description": "US record label specialized in Iranian music", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6199 +{"wikidata_id": "Q5029631", "display_name": "Canadian-American Records", "legal_name": null, "aliases": ["Canadian-American (record label)"], "website": "https://www.canadianamericanrecords.it", "canonical_domain": "canadianamericanrecords.it", "country": "US", "hq_city": "Lititz", "hq_region": "Lancaster County", "lat": 40.1547, "lon": -76.3033, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q202440", "name": "Atlantic Records"}, "logo_url": null, "description": "US-Canadian record label founded by Leonard Zimmer and Don Costa", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6200 +{"wikidata_id": "Q5045602", "display_name": "Carpark Records", "legal_name": null, "aliases": [], "website": "https://carparkrecords.com", "canonical_domain": "carparkrecords.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6201 +{"wikidata_id": "Q5047480", "display_name": "Carulla", "legal_name": null, "aliases": [], "website": "https://www.carulla.com", "canonical_domain": "carulla.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["retail"], "industry_labels": ["supermarket"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carulla_logo.png", "description": "Colombian supermarket chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6202 +{"wikidata_id": "Q5076698", "display_name": "Charles Daly firearms", "legal_name": null, "aliases": [], "website": "https://www.charlesdaly.com", "canonical_domain": "charlesdaly.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. firearms company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6203 +{"wikidata_id": "Q5105652", "display_name": "Chris-Craft Boats", "legal_name": null, "aliases": [], "website": "https://www.chriscraft.com", "canonical_domain": "chriscraft.com", "country": "US", "hq_city": "Algonac", "hq_region": "St. Clair County", "lat": 42.62167, "lon": -82.53333, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1874, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Historic boat manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q186904"}]}
6204 +{"wikidata_id": "Q5113774", "display_name": "Chrome Hearts", "legal_name": null, "aliases": ["CHROME HEARTS"], "website": "https://www.chromehearts.com", "canonical_domain": "chromehearts.com", "country": "US", "hq_city": "California", "hq_region": "United States", "lat": 37.0, "lon": -120.0, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fashion brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6205 +{"wikidata_id": "Q5122850", "display_name": "Citrosuco", "legal_name": null, "aliases": [], "website": "https://www.citrovita.com.br", "canonical_domain": "citrovita.com.br", "country": "BR", "hq_city": "Matão", "hq_region": "São Paulo", "lat": -21.60333, "lon": -48.36583, "industries": ["agriculture"], "industry_labels": ["agribusiness"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6206 +{"wikidata_id": "Q5125063", "display_name": "Claiborne Farm", "legal_name": null, "aliases": [], "website": "https://www.claibornefarm.com", "canonical_domain": "claibornefarm.com", "country": "US", "hq_city": "Paris", "hq_region": "Bourbon County", "lat": 38.2064, "lon": -84.2578, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "horse stud farm in Kentucky, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6207 +{"wikidata_id": "Q5125081", "display_name": "Claim Jumper", "legal_name": null, "aliases": ["Claim Jumper Restaurant and Saloon"], "website": "https://www.claimjumper.com", "canonical_domain": "claimjumper.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6208 +{"wikidata_id": "Q5130977", "display_name": "Cleary Gottlieb Steen & Hamilton", "legal_name": null, "aliases": [], "website": "https://www.cgsh.com", "canonical_domain": "cgsh.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cleary_Gottlieb_Steen_%26_Hamilton_logo.png", "description": "international law firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6209 +{"wikidata_id": "Q5139048", "display_name": "Coby Electronics Corporation", "legal_name": null, "aliases": ["Coby", "USA"], "website": "https://www.cobyusa.com", "canonical_domain": "cobyusa.com", "country": "US", "hq_city": "Lake Success", "hq_region": "North Hempstead", "lat": 40.77028, "lon": -73.71333, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coby_logo.svg", "description": "defunct American consumer electronics company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6210 +{"wikidata_id": "Q5149711", "display_name": "Columbia Helicopters", "legal_name": null, "aliases": [], "website": "https://www.colheli.com", "canonical_domain": "colheli.com", "country": "US", "hq_city": "Aurora", "hq_region": "Marion County", "lat": 45.23028, "lon": -122.75528, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturing and operator company based in Aurora, Oregon, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6211 +{"wikidata_id": "Q5151724", "display_name": "ComiXology", "legal_name": null, "aliases": [], "website": "https://www.comixology.com", "canonical_domain": "comixology.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online comic distribution platform", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6212 +{"wikidata_id": "Q5165649", "display_name": "Contract Air Cargo", "legal_name": null, "aliases": ["IFL Group Inc.", "Gulf & Caribbean Cargo"], "website": "https://www.iflgroup.com", "canonical_domain": "iflgroup.com", "country": "US", "hq_city": "Waterford", "hq_region": "Oakland County", "lat": 42.70245, "lon": -83.40252, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6213 +{"wikidata_id": "Q5166916", "display_name": "Cook Group", "legal_name": null, "aliases": [], "website": "https://www.cookgroup.com", "canonical_domain": "cookgroup.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Monroe County", "lat": 39.16667, "lon": -86.53472, "industries": ["medical-devices", "technology"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cook_logo.png", "description": "American medical technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6214 +{"wikidata_id": "Q5172375", "display_name": "Corporación Venezolana de Guayana", "legal_name": null, "aliases": ["Corporacion Venezolana de Guayana"], "website": "https://www.cvg.com", "canonical_domain": "cvg.com", "country": "VE", "hq_city": "Ciudad Guayana", "hq_region": "Bolívar", "lat": 8.32238, "lon": -62.68966, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Corporaci%C3%B3n_Venezolana_de_Guayana_%28CVG%29.png", "description": "Venezuelan conglomerate", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6215 +{"wikidata_id": "Q5174750", "display_name": "Cost Plus World Market", "legal_name": null, "aliases": ["Cost Plus", "Inc.", "World Market"], "website": "https://www.worldmarket.com", "canonical_domain": "worldmarket.com", "country": "US", "hq_city": "Jack London District", "hq_region": "Oakland", "lat": 37.79474, "lon": -122.27715, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q813782", "name": "Bed Bath & Beyond Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/World_Market_logo.png", "description": "US furniture and interior decoration retail chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6216 +{"wikidata_id": "Q5178843", "display_name": "Cousins Subs", "legal_name": null, "aliases": [], "website": "https://www.cousinssubs.com", "canonical_domain": "cousinssubs.com", "country": "US", "hq_city": "Menomonee Falls", "hq_region": "Waukesha County", "lat": 43.15111, "lon": -88.11028, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cousins_Submarines_%28Cousins_Subs%29_Logo.jpg", "description": "American restaurant chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6217 +{"wikidata_id": "Q5181992", "display_name": "Crane Currency", "legal_name": null, "aliases": ["Crane & Co."], "website": "https://www.cranecurrency.com", "canonical_domain": "cranecurrency.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["materials"], "industry_labels": ["pulp and paper industry", "SIC 3490 Miscellaneous Fabricated Metal Products"], "founded_year": 1801, "employees": null, "public_company": true, "ticker": "CR", "exchange": "NYSE", "lei": null, "sec_cik": "1944013", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crane-co-logo.PNG", "description": "American banknote manufacturer and supplier", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1944013", "enriched_at": "2026-09-13T07:22:12+00:00"}}
6218 +{"wikidata_id": "Q5192235", "display_name": "Cubic Corporation", "legal_name": null, "aliases": [], "website": "https://www.cubic.com", "canonical_domain": "cubic.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["transportation", "defense"], "industry_labels": ["public transport", "defence industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "6HHLXIOGCDNZ4IRAIW26", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cubic_Corporation_2014_logo.jpg", "description": "American company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6219 +{"wikidata_id": "Q5216047", "display_name": "Dangerbird Records", "legal_name": null, "aliases": [], "website": "https://www.dangerbirdrecords.com", "canonical_domain": "dangerbirdrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6220 +{"wikidata_id": "Q5241952", "display_name": "Davis Polk & Wardwell", "legal_name": null, "aliases": [], "website": "https://www.davispolk.com", "canonical_domain": "davispolk.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1849, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international law firm headquartered in New York City", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6221 +{"wikidata_id": "Q5244764", "display_name": "De Surinaamsche Bank", "legal_name": null, "aliases": [], "website": "https://www.dsbbank.sr", "canonical_domain": "dsbbank.sr", "country": "SR", "hq_city": "Paramaribo", "hq_region": "Paramaribo District", "lat": 5.82881, "lon": -55.1542, "industries": ["financial-services", "insurance"], "industry_labels": ["finance", "financial service activities, except insurance and pension funding"], "founded_year": 1865, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1415642", "name": "Netherlands Trading Society"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Surinaamsche_bank_building_Paramaribo.JPG", "description": "largest bank in Suriname", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6222 +{"wikidata_id": "Q5254723", "display_name": "Delta Private Jets", "legal_name": null, "aliases": [], "website": "https://www.deltaprivatejets.com", "canonical_domain": "deltaprivatejets.com", "country": "US", "hq_city": "Cincinnati/Northern Kentucky International Airport", "hq_region": "Hebron", "lat": 39.04889, "lon": -84.66778, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Delta_Private_Jets_Logo.svg", "description": "American charter airline, subsidiary of Delta Air Lines", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6223 +{"wikidata_id": "Q52593600", "display_name": "Shopbop", "legal_name": null, "aliases": [], "website": "https://shopbop.com", "canonical_domain": "shopbop.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shopbop_logo.png", "description": "American online retailer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6224 +{"wikidata_id": "Q5270470", "display_name": "Dial Press", "legal_name": null, "aliases": [], "website": "https://dial-press.atrandom.com", "canonical_domain": "atrandom.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2075464", "name": "Dell Publishing"}, "logo_url": null, "description": "publishing house founded in 1923 by Lincoln MacVeagh", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6225 +{"wikidata_id": "Q5272578", "display_name": "Dick's Last Resort", "legal_name": null, "aliases": [], "website": "https://dickslastresort.com", "canonical_domain": "dickslastresort.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bar and restaurant chain in The United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6226 +{"wikidata_id": "Q5275638", "display_name": "Diggerland", "legal_name": null, "aliases": [], "website": "https://www.diggerland.com", "canonical_domain": "diggerland.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 50.87786, "lon": -3.37942, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that operates theme parks inspired by diggers", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6227 +{"wikidata_id": "Q5287068", "display_name": "Doc Johnson Enterprises", "legal_name": null, "aliases": ["'Doc' Johnson Enterprises"], "website": "https://www.docjohnson.com", "canonical_domain": "docjohnson.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["consumer-goods"], "industry_labels": ["sex toy"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sex toy company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6228 +{"wikidata_id": "Q5291214", "display_name": "Domino Foods", "legal_name": null, "aliases": [], "website": "https://www.dominosugar.com", "canonical_domain": "dominosugar.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Domino_Sugar_logo.svg", "description": "US company owned by American Sugar Refining Inc.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6229 +{"wikidata_id": "Q5299637", "display_name": "doubleTwist", "legal_name": null, "aliases": [], "website": "https://www.doubletwist.com", "canonical_domain": "doubletwist.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": ["digital media"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United States digital media company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6230 +{"wikidata_id": "Q5307712", "display_name": "Drinkbox Studios", "legal_name": null, "aliases": [], "website": "https://www.drinkboxstudios.com", "canonical_domain": "drinkboxstudios.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DrinkBox_Studios_logo.JPG", "description": "Canadian video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6231 +{"wikidata_id": "Q5311734", "display_name": "Dudgeon", "legal_name": null, "aliases": [], "website": "https://www.dudgeonjacks.com", "canonical_domain": "dudgeonjacks.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1850, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6232 +{"wikidata_id": "Q5325032", "display_name": "Eagle Brand", "legal_name": null, "aliases": [], "website": "https://www.eaglebrand.com", "canonical_domain": "eaglebrand.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American food manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6233 +{"wikidata_id": "Q5327075", "display_name": "Earth Fare", "legal_name": null, "aliases": [], "website": "https://www.earthfare.com", "canonical_domain": "earthfare.com", "country": "US", "hq_city": "Fletcher", "hq_region": "Henderson County", "lat": 35.4328, "lon": -82.5067, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Earth_Fare_logo.png", "description": "American health and wellness supermarket", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6234 +{"wikidata_id": "Q5329375", "display_name": "East Side Mario's", "legal_name": null, "aliases": [], "website": "https://www.eastsidemarios.com", "canonical_domain": "eastsidemarios.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["hospitality"], "industry_labels": ["restaurant industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2937756", "name": "Recipe Unlimited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/East_Side_Mario%27s_logo.svg", "description": "restaurant chain that which operates in Canada and the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6235 +{"wikidata_id": "Q5364651", "display_name": "Red & White Fleet", "legal_name": null, "aliases": [], "website": "https://www.redandwhite.com", "canonical_domain": "redandwhite.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 37.80911, "lon": -122.41475, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6236 +{"wikidata_id": "Q5368759", "display_name": "Emack & Bolio's", "legal_name": null, "aliases": [], "website": "https://emackandbolios.com", "canonical_domain": "emackandbolios.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of ice cream stores based in Boston, Massachusetts, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6237 +{"wikidata_id": "Q5374027", "display_name": "Empire Airlines", "legal_name": null, "aliases": ["CFS", "EM"], "website": "https://www.empireairlines.com", "canonical_domain": "empireairlines.com", "country": "US", "hq_city": "Hayden", "hq_region": "Kootenai County", "lat": 47.75722, "lon": -116.78889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in the western United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6238 +{"wikidata_id": "Q5399565", "display_name": "Essential Records", "legal_name": null, "aliases": [], "website": "https://www.essentialrecords.com", "canonical_domain": "essentialrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Christian subsidiary of Sony BMG Music Entertainment", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6239 +{"wikidata_id": "Q543111", "display_name": "Naiad Press", "legal_name": null, "aliases": ["The Naiad Press"], "website": "https://www.naiadpress.com", "canonical_domain": "naiadpress.com", "country": "US", "hq_city": "Tallahassee", "hq_region": "Leon County", "lat": 30.43833, "lon": -84.28056, "industries": ["media"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct American publishing company (1973 - 2003)", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6240 +{"wikidata_id": "Q546258", "display_name": "DeSoto Records", "legal_name": null, "aliases": [], "website": "https://www.desotorecords.com", "canonical_domain": "desotorecords.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6241 +{"wikidata_id": "Q5465132", "display_name": "Fontana Distribution", "legal_name": "Fontana Distribution", "aliases": [], "website": "https://www.fontanadistribution.com", "canonical_domain": "fontanadistribution.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US music distributor", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6242 +{"wikidata_id": "Q5473614", "display_name": "Foster-Miller", "legal_name": null, "aliases": [], "website": "https://foster-miller.qinetiq-na.com", "canonical_domain": "qinetiq-na.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q29000155", "name": "Qinetiq North America"}, "logo_url": null, "description": "American robotics manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6243 +{"wikidata_id": "Q5476828", "display_name": "Fox Music", "legal_name": null, "aliases": [], "website": "https://www.foxmusic.com", "canonical_domain": "foxmusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label; imprint of Fox Music, Inc., music arm of 20th Century Fox", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6244 +{"wikidata_id": "Q5491478", "display_name": "Franklin Electric", "legal_name": null, "aliases": [], "website": "https://www.franklin-electric.com", "canonical_domain": "franklin-electric.com", "country": "US", "hq_city": "Fort Wayne", "hq_region": "Allen County", "lat": 41.08045, "lon": -85.13915, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "RR6AURIKMXUE4Q24G284", "sec_cik": null, "parent": null, "logo_url": null, "description": "Manufacturing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6245 +{"wikidata_id": "Q54958282", "display_name": "Duck Donuts", "legal_name": null, "aliases": [], "website": "https://www.duckdonuts.com", "canonical_domain": "duckdonuts.com", "country": "US", "hq_city": "Mechanicsburg", "hq_region": "Cumberland County", "lat": 40.21194, "lon": -77.00611, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American donut company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6246 +{"wikidata_id": "Q54973235", "display_name": "Panic Button", "legal_name": null, "aliases": [], "website": "https://panicbuttongames.com", "canonical_domain": "panicbuttongames.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6247 +{"wikidata_id": "Q55004284", "display_name": "squanchgames.com", "legal_name": null, "aliases": ["Squanch Games", "Inc.", "Squanchtendo"], "website": "https://www.squanchgames.com", "canonical_domain": "squanchgames.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6248 +{"wikidata_id": "Q5500548", "display_name": "Remington Outdoor Company", "legal_name": null, "aliases": ["Freedom Group", "Barnes Bullets"], "website": "https://www.remingtonoutdoorcompany.com", "canonical_domain": "remingtonoutdoorcompany.com", "country": "US", "hq_city": "Madison", "hq_region": "Rockingham County", "lat": 36.38694, "lon": -79.96917, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Remington_logo_from_R1_1911.jpg", "description": "Firearms manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6249 +{"wikidata_id": "Q5513391", "display_name": "GGV Capital", "legal_name": null, "aliases": [], "website": "https://www.ggvc.com", "canonical_domain": "ggvc.com", "country": "US", "hq_city": "Menlo Park", "hq_region": "San Mateo County", "lat": 37.45417, "lon": -122.17861, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GGV_Capital.png", "description": "American venture capital firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6250 +{"wikidata_id": "Q5513979", "display_name": "GNP Crescendo", "legal_name": null, "aliases": ["GNP Crescendo Records"], "website": "https://www.gnpcrescendo.com", "canonical_domain": "gnpcrescendo.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GNP_Crescendo_logo.png", "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6251 +{"wikidata_id": "Q55518451", "display_name": "Toyota Argentina", "legal_name": null, "aliases": ["TASA", "Toyota Argentina S.A."], "website": "https://www.toyota.com.ar", "canonical_domain": "toyota.com.ar", "country": "AR", "hq_city": "Zárate", "hq_region": "Zárate Partido", "lat": -34.08333, "lon": -59.03333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota_EU.svg", "description": "Argentine subsidiary of Toyota", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6252 +{"wikidata_id": "Q5554388", "display_name": "Getaround", "legal_name": null, "aliases": ["Inc."], "website": "https://www.getaround.com", "canonical_domain": "getaround.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["automotive"], "industry_labels": ["carsharing"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Getaround-Logo---Purple-sq.png", "description": "carsharing service company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6253 +{"wikidata_id": "Q5557848", "display_name": "Transcarga", "legal_name": null, "aliases": ["Transcarga International Airways Compañia Anonima"], "website": "https://www.transcarga.aero", "canonical_domain": "transcarga.aero", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Transcarga_%28Venezuela%29.png", "description": "Venezuelan airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6254 +{"wikidata_id": "Q5558429", "display_name": "Giant Tiger", "legal_name": null, "aliases": [], "website": "https://www.gianttiger.com", "canonical_domain": "gianttiger.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian discount store chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6255 +{"wikidata_id": "Q55629932", "display_name": "Phở Hòa", "legal_name": null, "aliases": ["Pho Hoa", "Phở Hoà"], "website": "https://www.phohoa.com", "canonical_domain": "phohoa.com", "country": "US", "hq_city": "Sacramento", "hq_region": "Sacramento County", "lat": 38.57528, "lon": -121.48611, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "phở restaurant chain based in Sacramento, California, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6256 +{"wikidata_id": "Q55637066", "display_name": "Vero", "legal_name": null, "aliases": ["VERO - True Social", "VERO — True Social"], "website": "https://vero.co", "canonical_domain": "vero.co", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mobile app", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6257 +{"wikidata_id": "Q5592430", "display_name": "Graeter's", "legal_name": null, "aliases": ["Graeter's Ice Cream", "Graeters"], "website": "https://www.graeters.com", "canonical_domain": "graeters.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Graeter%27s_Logo_Script_Primary_2025.png", "description": "regional ice cream chain based in Cincinnati, Ohio", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6258 +{"wikidata_id": "Q5596493", "display_name": "Grant Thornton LLP", "legal_name": null, "aliases": [], "website": "https://www.grantthornton.com", "canonical_domain": "grantthornton.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["professional-services"], "industry_labels": ["accounting"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public accounting firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6259 +{"wikidata_id": "Q56015581", "display_name": "Viva (Bolivia)", "legal_name": null, "aliases": ["VIVA", "Nuevatel PCS de Bolivia S.A."], "website": "https://www.viva.com.bo", "canonical_domain": "viva.com.bo", "country": "BO", "hq_city": "La Paz", "hq_region": "La Paz Department", "lat": -16.49583, "lon": -68.13333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VIVA2020.png", "description": "Telecommunications company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6260 +{"wikidata_id": "Q5603710", "display_name": "Greenberg Traurig", "legal_name": null, "aliases": ["LLP"], "website": "https://www.gtlaw.com", "canonical_domain": "gtlaw.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Greenberg_Traurig_logo.svg", "description": "U.S.-based law firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6261 +{"wikidata_id": "Q5610309", "display_name": "Groove Games", "legal_name": null, "aliases": [], "website": "https://www.groovegames.com", "canonical_domain": "groovegames.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian video game company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6262 +{"wikidata_id": "Q5612254", "display_name": "Grupo Salinas", "legal_name": null, "aliases": [], "website": "https://gruposalinas.com", "canonical_domain": "gruposalinas.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_de_Grupo_Salinas.svg", "description": "Mexican corporate conglomerate", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6263 +{"wikidata_id": "Q5612257", "display_name": "Grupo Silvio Santos", "legal_name": null, "aliases": [], "website": "https://www.gruposilviosantos.com.br", "canonical_domain": "gruposilviosantos.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Silvio_Santos_logo.svg", "description": "Brazilian business group", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6264 +{"wikidata_id": "Q56346600", "display_name": "ifood.com.br", "legal_name": null, "aliases": [], "website": "https://www.ifood.com.br", "canonical_domain": "ifood.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["logistics"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IFood_logo.svg", "description": "Brazilian food delivery platform", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6265 +{"wikidata_id": "Q5635853", "display_name": "HSBC Bank Brasil S.A. - Banco Múltiplo", "legal_name": "HSBC Bank Brasil S.A.", "aliases": [], "website": "https://www.hsbc.com.br", "canonical_domain": "hsbc.com.br", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSBC_logo_%282018%29.svg", "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6266 +{"wikidata_id": "Q5690474", "display_name": "Health Care Service Corporation", "legal_name": null, "aliases": [], "website": "https://www.hcsc.com", "canonical_domain": "hcsc.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["healthcare"], "industry_labels": ["managed care"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSCS_logo.svg", "description": "Major American multistate health insurance company and health maintenance organization", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6267 +{"wikidata_id": "Q5694665", "display_name": "Heaven Hill", "legal_name": null, "aliases": ["Heaven Hill Distilleries", "Inc."], "website": "https://heavenhill.com", "canonical_domain": "heavenhill.com", "country": "US", "hq_city": "Bardstown", "hq_region": "Nelson County", "lat": 38.2448, "lon": -85.7815, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heaven_Hill_distillery%2C_Bardstown%2C_Kentucky.jpg", "description": "American distillery company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6268 +{"wikidata_id": "Q5705070", "display_name": "Helicol", "legal_name": null, "aliases": [], "website": "https://www.helicol.com.co", "canonical_domain": "helicol.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790788", "name": "Avianca Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Helicol.svg", "description": "Colombian helicopter airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6269 +{"wikidata_id": "Q5751041", "display_name": "Hickey Freeman", "legal_name": null, "aliases": [], "website": "https://hickeyfreeman.com", "canonical_domain": "hickeyfreeman.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hickey_freeman_logo.png", "description": "manufacturer of suits for men and boys, based in Rochester, New York, USA", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6270 +{"wikidata_id": "Q5788924", "display_name": "Arca Continental Lindley", "legal_name": null, "aliases": ["Corporacion Jose R. Lindley S.A.", "Corporación José R. Lindley S.A.", "Corporacion Lindley S.A.", "Lindley Corporation"], "website": "https://www.lindley.pe", "canonical_domain": "lindley.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5612197", "name": "Arca Continental"}, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6271 +{"wikidata_id": "Q584542", "display_name": "Safra National Bank of New York", "legal_name": null, "aliases": [], "website": "https://www.safra.com", "canonical_domain": "safra.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "8HWWA59ZS6Z54QLX6S15", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoSNBNY_Wide_Blue.png", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6272 +{"wikidata_id": "Q5881323", "display_name": "Holley Performance Products", "legal_name": null, "aliases": ["Holley", "Holley Performance"], "website": "https://www.holley.com", "canonical_domain": "holley.com", "country": "US", "hq_city": "Bowling Green", "hq_region": "Warren County", "lat": 36.98167, "lon": -86.44444, "industries": ["automotive"], "industry_labels": ["automotive aftermarket", "SIC 3714 Motor Vehicle Parts & Accessories"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "HLLY", "exchange": "NYSE", "lei": null, "sec_cik": "1822928", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Holley_Performance_Products_logo.svg", "description": "Holley manufactures high performance carburetors, manifolds, superchargers, water pumps, throttle body fuel injection and fuel pumps for street and race applications.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1822928", "enriched_at": "2026-09-13T07:22:12+00:00"}}
6273 +{"wikidata_id": "Q5912596", "display_name": "Hotwire.com", "legal_name": null, "aliases": ["Hotwire"], "website": "https://www.hotwire.com", "canonical_domain": "hotwire.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["travel"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8085893", "name": "Expedia Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hotwire_Logo.svg", "description": "travel website that offers airline tickets, hotel rooms, rental cars, and vacation packages", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6274 +{"wikidata_id": "Q59277454", "display_name": "Fangamer", "legal_name": null, "aliases": ["Fangamer LLC"], "website": "https://www.fangamer.com", "canonical_domain": "fangamer.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game merchandise and publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6275 +{"wikidata_id": "Q595607", "display_name": "Level Plane Records", "legal_name": null, "aliases": [], "website": "https://www.level-plane.com", "canonical_domain": "level-plane.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6276 +{"wikidata_id": "Q60475530", "display_name": "Applied Spectral Imaging", "legal_name": null, "aliases": ["ASI"], "website": "https://spectral-imaging.com", "canonical_domain": "spectral-imaging.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Applied_Spectral_Imaging_logo.svg", "description": "Multinational biomedical company that develops, manufactures and supplies digital diagnostics solutions", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6277 +{"wikidata_id": "Q60528328", "display_name": "American Consolidated Natural Resources", "legal_name": null, "aliases": ["Murray Energy"], "website": "https://acnrinc.com", "canonical_domain": "acnrinc.com", "country": "US", "hq_city": "St. Clairsville", "hq_region": "Belmont County", "lat": 40.0794, "lon": -80.9014, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WM5IIFYHZYTT63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Murray_energy_.jpg", "description": "Coal mining company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6278 +{"wikidata_id": "Q606978", "display_name": "EBSCO Industries", "legal_name": null, "aliases": ["Elton Bryson Stephens Company"], "website": "https://www.ebscoind.com", "canonical_domain": "ebscoind.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EBSCO_Industries_logo.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6279 +{"wikidata_id": "Q6089452", "display_name": "Isuma", "legal_name": null, "aliases": ["Igloolik Isuma Productions"], "website": "https://www.isuma.ca", "canonical_domain": "isuma.ca", "country": "CA", "hq_city": "Igloolik", "hq_region": "Nunavut", "lat": 69.3761, "lon": -81.7994, "industries": ["entertainment"], "industry_labels": ["production company"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Isuma_logo.png", "description": "production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6280 +{"wikidata_id": "Q6093543", "display_name": "Italika", "legal_name": null, "aliases": [], "website": "https://italika.mx", "canonical_domain": "italika.mx", "country": "MX", "hq_city": "Toluca de Lerdo", "hq_region": "Toluca Municipality", "lat": 19.29222, "lon": -99.65389, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Italika.jpg", "description": "Mexican motorcycle brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6281 +{"wikidata_id": "Q6106802", "display_name": "J. Press", "legal_name": null, "aliases": [], "website": "https://www.jpressonline.com", "canonical_domain": "jpressonline.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Fashion clothier", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6282 +{"wikidata_id": "Q613449", "display_name": "National Capital Commission", "legal_name": null, "aliases": ["NCC"], "website": "https://ncc-ccn.gc.ca", "canonical_domain": "ncc-ccn.gc.ca", "country": "CA", "hq_city": "Central Chambers", "hq_region": "Ottawa", "lat": 45.4235, "lon": -75.6953, "industries": ["real-estate"], "industry_labels": ["property management"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_CCN_NCC.png", "description": "crown corporation of the Government of Canada", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6283 +{"wikidata_id": "Q613623", "display_name": "ESPN Plus", "legal_name": null, "aliases": [], "website": "https://www.espn-plus.com", "canonical_domain": "espn-plus.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": [], "industry_labels": ["sport"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ESPN_wordmark.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6284 +{"wikidata_id": "Q6187300", "display_name": "Jessica Kingsley Publishers", "legal_name": null, "aliases": [], "website": "https://www.jkp.com", "canonical_domain": "jkp.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["media"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "book publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6285 +{"wikidata_id": "Q619222", "display_name": "Slumerican", "legal_name": null, "aliases": ["Slumerican Records"], "website": "https://www.slumerican.com", "canonical_domain": "slumerican.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6286 +{"wikidata_id": "Q6291141", "display_name": "Jostens", "legal_name": null, "aliases": ["Josten's"], "website": "https://www.jostens.com", "canonical_domain": "jostens.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jostens_logo.svg", "description": "American memorabilia manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6287 +{"wikidata_id": "Q631043", "display_name": "Safenet", "legal_name": null, "aliases": [], "website": "https://www.safenet-inc.com", "canonical_domain": "safenet-inc.com", "country": "US", "hq_city": "Riverside", "hq_region": "Harford County", "lat": 39.47361, "lon": -76.24139, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SafeNet_logo.svg", "description": "Information security company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6288 +{"wikidata_id": "Q6310864", "display_name": "Jumbo", "legal_name": null, "aliases": [], "website": "https://www.jumbo.cl", "canonical_domain": "jumbo.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1053372", "name": "Cencosud"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Jumbo_Cencosud.png", "description": "Chilean chain of hypermarkets operating in Chile, Argentina and in Colombia", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6289 +{"wikidata_id": "Q6328370", "display_name": "KEEN, Inc.", "legal_name": null, "aliases": [], "website": "https://www.keenfootwear.com", "canonical_domain": "keenfootwear.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["apparel"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000S6U1FBZ975490", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KEEN_inc_logo.png", "description": "shoe company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6290 +{"wikidata_id": "Q6409886", "display_name": "Kimberly-Clark de México", "legal_name": null, "aliases": ["KCM", "Kimberly-Clark de Mexico"], "website": "https://www.kimberly-clark.com.mx", "canonical_domain": "kimberly-clark.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": [], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kimberly-Clark_logo.svg", "description": "Mexican company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6291 +{"wikidata_id": "Q6411832", "display_name": "King Kullen", "legal_name": null, "aliases": [], "website": "https://kingkullen.com", "canonical_domain": "kingkullen.com", "country": "US", "hq_city": "Bethpage", "hq_region": "Oyster Bay", "lat": 40.74667, "lon": -73.48444, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American supermarket chain in Long Island, New York, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6292 +{"wikidata_id": "Q6414530", "display_name": "Kioti", "legal_name": null, "aliases": [], "website": "https://www.kioti.com", "canonical_domain": "kioti.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daedong_logo.jpg", "description": "brand name for South Korean tractors from Daedong", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6293 +{"wikidata_id": "Q6429309", "display_name": "Koni Store", "legal_name": null, "aliases": [], "website": "https://www.konistore.com.br", "canonical_domain": "konistore.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KONI_LOGOPRETA_FUNDOTRANS-01-01.png", "description": "Brazilian chain of Japanese cuisine restaurants", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6294 +{"wikidata_id": "Q6448078", "display_name": "Kushner Properties", "legal_name": null, "aliases": ["Kushner Companies"], "website": "https://www.kushner.com", "canonical_domain": "kushner.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["hospitality", "real-estate", "construction"], "industry_labels": ["hospitality industry", "property management", "development of building projects"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American real estate developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6295 +{"wikidata_id": "Q6465242", "display_name": "La Serenísima", "legal_name": "Mastellone Hermanos S.A.", "aliases": [], "website": "https://www.laserenisima.com.ar", "canonical_domain": "laserenisima.com.ar", "country": "AR", "hq_city": "General Rodríguez", "hq_region": "General Rodríguez Partido", "lat": -34.61667, "lon": -58.95, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_Serenisima_logo.png", "description": "Argentine dairy company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6296 +{"wikidata_id": "Q64681756", "display_name": "Cameo", "legal_name": null, "aliases": [], "website": "https://www.cameo.com", "canonical_domain": "cameo.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["internet"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1730886", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cameo_Logo.svg", "description": "American website where people can charge to create personalized messages to fans", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6297 +{"wikidata_id": "Q648724", "display_name": "IGI Global Scientific Publishing", "legal_name": null, "aliases": ["IGI Global", "Idea Group Publishing", "IGI Global (United States)", "IGI Global Publishing"], "website": "https://www.igi-global.com", "canonical_domain": "igi-global.com", "country": "US", "hq_city": "Hershey", "hq_region": "Dauphin County", "lat": 40.29205, "lon": -76.63459, "industries": ["media"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6298 +{"wikidata_id": "Q65117217", "display_name": "NewsGuard", "legal_name": null, "aliases": [], "website": "https://www.newsguardtech.com", "canonical_domain": "newsguardtech.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NewsGuard_logo.svg", "description": "browser plugin that rates the credibility of news and information websites", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6299 +{"wikidata_id": "Q6523209", "display_name": "LensCrafters", "legal_name": null, "aliases": [], "website": "https://www.lenscrafters.com", "canonical_domain": "lenscrafters.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1878364", "name": "Luxottica"}, "logo_url": null, "description": "American optician and eyewear retail chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6300 +{"wikidata_id": "Q6535711", "display_name": "Leviton", "legal_name": null, "aliases": [], "website": "https://www.leviton.com", "canonical_domain": "leviton.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leviton_logo.svg", "description": "American electrical equipment manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6301 +{"wikidata_id": "Q6640658", "display_name": "Swensen's", "legal_name": null, "aliases": [], "website": "https://www.swensensicecream.com", "canonical_domain": "swensensicecream.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swensens_Logo.svg", "description": "Canadian-owned American ice cream company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6302 +{"wikidata_id": "Q6643229", "display_name": "Origins Natural Resources, Inc.", "legal_name": null, "aliases": ["Origins", "Origins Natural Resources", "Origins Natural Resources product", "Origins product", "Origins product line"], "website": "https://www.origins.com", "canonical_domain": "origins.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1260606", "name": "Estée Lauder Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Origins_logo.png", "description": "American cosmetics brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6303 +{"wikidata_id": "Q6647356", "display_name": "Lit Motors", "legal_name": null, "aliases": [], "website": "https://litmotors.com", "canonical_domain": "litmotors.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American cabin motorcycle developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6304 +{"wikidata_id": "Q6658725", "display_name": "Livescribe", "legal_name": null, "aliases": [], "website": "https://www.livescribe.com", "canonical_domain": "livescribe.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["technology"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "computing platform", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6305 +{"wikidata_id": "Q6666872", "display_name": "Logan's Roadhouse", "legal_name": null, "aliases": [], "website": "https://www.logansroadhouse.com", "canonical_domain": "logansroadhouse.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5180522", "name": "CraftWorks Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logan%27s_Roadhouse.svg", "description": "chain of restaurants that was founded in 1991 in Lexington, Kentucky, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6306 +{"wikidata_id": "Q6668462", "display_name": "Lojas Riachuelo", "legal_name": null, "aliases": [], "website": "https://www.riachuelo.com.br", "canonical_domain": "riachuelo.com.br", "country": "BR", "hq_city": "Natal", "hq_region": "Rio Grande do Norte", "lat": -5.795, "lon": -35.20889, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Riachuelo_%282026%29.svg", "description": "Brazilian department store chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6307 +{"wikidata_id": "Q6728857", "display_name": "Maduro & Curiel's Bank", "legal_name": null, "aliases": ["MCB"], "website": "https://www.mcb-bank.com", "canonical_domain": "mcb-bank.com", "country": "CW", "hq_city": "Willemstad", "hq_region": "Curaçao", "lat": 12.108, "lon": -68.935, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Dutch Caribbean bank and financial services provider", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6308 +{"wikidata_id": "Q6740874", "display_name": "Malaco Records", "legal_name": null, "aliases": [], "website": "https://www.malaco.com", "canonical_domain": "malaco.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6309 +{"wikidata_id": "Q674458", "display_name": "Graphis Inc.", "legal_name": null, "aliases": ["Graphis"], "website": "https://www.graphis.com", "canonical_domain": "graphis.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Graphis_logo.svg", "description": "international publishing company from NYC", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6310 +{"wikidata_id": "Q6750257", "display_name": "The Broadmoor Manitou and Pikes Peak Cog Railway", "legal_name": null, "aliases": ["Pikes Peak Cog Railway", "Manitou & Pikes Peak Railway", "Colorado Springs Cog Railway", "Manitou & Pikes Peak Cog Railway"], "website": "https://www.cograilway.com", "canonical_domain": "cograilway.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 38.856, "lon": -104.931, "industries": ["transportation", "travel"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manitou_and_Pike%27s_Peak_Railway.jpg", "description": "Tourist cog railway to Pike's Peak, Colorado", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6311 +{"wikidata_id": "Q6764023", "display_name": "Marine Atlantic", "legal_name": null, "aliases": [], "website": "https://www.marineatlantique.ca", "canonical_domain": "marineatlantique.ca", "country": "CA", "hq_city": "St. John's", "hq_region": "Newfoundland and Labrador", "lat": 47.56139, "lon": -52.71194, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Independent Canadian federal Crown corporation operating ferries", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6312 +{"wikidata_id": "Q6795851", "display_name": "Maximum Games", "legal_name": "GST Software Publishing Ltd.", "aliases": ["Avanquest Software Publishing", "Avanquest Software Publishing Ltd", "Avanquest Software Publishing Ltd.", "Global Software Publishing", "Global Software Publishing Ltd", "Global Software Publishing Ltd.", "GST Software Publishing", "GST Software Publishing Ltd"], "website": "https://www.maximumgames.com", "canonical_domain": "maximumgames.com", "country": "US", "hq_city": "Walnut Creek", "hq_region": "Contra Costa County", "lat": 37.90631, "lon": -122.06496, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1769748", "parent": null, "logo_url": null, "description": "video game publisher and distributor", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6313 +{"wikidata_id": "Q6800562", "display_name": "McCormick & Schmick's", "legal_name": null, "aliases": [], "website": "https://www.mccormickandschmicks.com", "canonical_domain": "mccormickandschmicks.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McCormick_%26_Schmick%27s_logo.jpg", "description": "American restaurant chain specializing in seafood", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6314 +{"wikidata_id": "Q6806006", "display_name": "Mediabase", "legal_name": null, "aliases": ["Mediascan"], "website": "https://www.mediabase.com", "canonical_domain": "mediabase.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["entertainment", "media"], "industry_labels": ["music industry", "media market"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q477993", "name": null}, "logo_url": null, "description": "radio station monitoring service", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6315 +{"wikidata_id": "Q6818138", "display_name": "Mercedes-Benz Mexico", "legal_name": null, "aliases": ["Mercedes Benz Mexico"], "website": "https://www.mercedes-benz.com.mx", "canonical_domain": "mercedes-benz.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27530", "name": "Mercedes-Benz Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mercedes-Benz_Logo_2010.svg", "description": "Mexican subsidiary of Mercedes-Benz", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6316 +{"wikidata_id": "Q683969", "display_name": "Wet 'n Wild", "legal_name": null, "aliases": [], "website": "https://www.wetnwildorlando.com", "canonical_domain": "wetnwildorlando.com", "country": "BR", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["entertainment"], "industry_labels": ["amusement park"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6317 +{"wikidata_id": "Q6890215", "display_name": "Moen", "legal_name": null, "aliases": [], "website": "https://www.moen.com", "canonical_domain": "moen.com", "country": "US", "hq_city": "North Olmsted", "hq_region": "Cuyahoga County", "lat": 41.415, "lon": -81.9144, "industries": ["construction"], "industry_labels": ["plumbing"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moen_logo.svg", "description": "plumbing fixtures company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6318 +{"wikidata_id": "Q6943512", "display_name": "Mustique Airways", "legal_name": null, "aliases": [], "website": "https://www.mustique.com", "canonical_domain": "mustique.com", "country": "VC", "hq_city": "Argyle International Airport", "hq_region": "Saint Vincent and the Grenadines", "lat": 13.15639, "lon": -61.15028, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "vincentian and Grenadinian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6319 +{"wikidata_id": "Q6948183", "display_name": "Myriad Pictures", "legal_name": null, "aliases": ["Myriad"], "website": "https://www.myriadpictures.com", "canonical_domain": "myriadpictures.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6320 +{"wikidata_id": "Q6970107", "display_name": "National Academies Press", "legal_name": null, "aliases": ["National Academy Press", "The National Academies Press"], "website": "https://www.nap.edu", "canonical_domain": "nap.edu", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization in Washington D.C., United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6321 +{"wikidata_id": "Q6995971", "display_name": "Nerd Corps Entertainment", "legal_name": null, "aliases": [], "website": "https://www.nerdcorps.com", "canonical_domain": "nerdcorps.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": ["computer animation"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3700394", "name": "WildBrain"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Nerd_Corps_Entertainmient.png", "description": "Canadian animation studio", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6322 +{"wikidata_id": "Q7019215", "display_name": "NewsBank, inc.", "legal_name": "NewsBank, inc.", "aliases": ["NewsBank inc."], "website": "https://newsbank.com", "canonical_domain": "newsbank.com", "country": "US", "hq_city": "Naples", "hq_region": "Collier County", "lat": 26.15306, "lon": -81.79861, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NewsBank_logo.svg", "description": "business based in US", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6323 +{"wikidata_id": "Q7028376", "display_name": "Nickelodeon Digital", "legal_name": null, "aliases": ["Nickelodeon Creative Labs"], "website": "https://nickcreativeadvertising.com", "canonical_domain": "nickcreativeadvertising.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment", "media", "technology"], "industry_labels": ["animation", "digital content"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1156334", "name": "Paramount Media Networks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nickelodeon_%281984_logo%29.svg", "description": "American animation studios based in New York City which opened in 1994", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6324 +{"wikidata_id": "Q7061830", "display_name": "Nosler", "legal_name": null, "aliases": [], "website": "https://www.nosler.com", "canonical_domain": "nosler.com", "country": "US", "hq_city": "Bend", "hq_region": "Deschutes County", "lat": 44.05639, "lon": -121.30806, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nosler_logo.svg", "description": "group of companies involved in ammunition and handloading", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6325 +{"wikidata_id": "Q7073601", "display_name": "Oak Investment Partners", "legal_name": null, "aliases": [], "website": "https://www.oakvc.com", "canonical_domain": "oakvc.com", "country": "US", "hq_city": "Greenwich", "hq_region": "Western Connecticut Planning Region", "lat": 41.02649, "lon": -73.62846, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American private equity firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6326 +{"wikidata_id": "Q7075333", "display_name": "Obras Sanitarias del Estado", "legal_name": "Administración de las Obras Sanitarias del Estado", "aliases": ["OSE"], "website": "https://www.ose.com.uy", "canonical_domain": "ose.com.uy", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["utilities"], "industry_labels": ["sanitation", "water supply"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_OSE.svg", "description": "Uruguayan state-owned company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6327 +{"wikidata_id": "Q7099026", "display_name": "Options Clearing Corporation", "legal_name": null, "aliases": ["OCC"], "website": "https://www.theocc.com", "canonical_domain": "theocc.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Options_Clearing_Corporation_logo.svg", "description": "financial services business", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6328 +{"wikidata_id": "Q7102588", "display_name": "Original Tommy's", "legal_name": null, "aliases": [], "website": "https://originaltommys.com", "canonical_domain": "originaltommys.com", "country": "US", "hq_city": "Monrovia", "hq_region": "Los Angeles County", "lat": 34.14361, "lon": -118.00194, "industries": ["food-beverage"], "industry_labels": ["fast food restaurant"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Original_Tommy%27s.png", "description": "hamburger restaurant chain in Southern California", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6329 +{"wikidata_id": "Q7111197", "display_name": "Our Sunday Visitor", "legal_name": null, "aliases": ["OSV"], "website": "https://www.osv.com", "canonical_domain": "osv.com", "country": "US", "hq_city": "Huntington", "hq_region": "Huntington County", "lat": 40.8819, "lon": -85.4956, "industries": ["media"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Our_Sunday_Visitor_company_logo.png", "description": "American Catholic publishing house", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6330 +{"wikidata_id": "Q7111411", "display_name": "OutSystems", "legal_name": null, "aliases": [], "website": "https://www.outsystems.com", "canonical_domain": "outsystems.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OS-logo-color_500x108.png", "description": "multinational software company which operates in the agile software development market", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6331 +{"wikidata_id": "Q714107", "display_name": "Wentworth Resources", "legal_name": null, "aliases": ["Artumas", "Artumas Group"], "website": "https://www.artumas.com", "canonical_domain": "artumas.com", "country": "CA", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6332 +{"wikidata_id": "Q7141857", "display_name": "Pascual Boing", "legal_name": null, "aliases": [], "website": "https://www.pascual.com.mx", "canonical_domain": "pascual.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican soft drink company, founded in 1940.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6333 +{"wikidata_id": "Q7191814", "display_name": "Pierce Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.piercemfg.com", "canonical_domain": "piercemfg.com", "country": "US", "hq_city": "Appleton", "hq_region": "Calumet County", "lat": 44.28222, "lon": -88.41833, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pierce_Manufacturing_logo.png", "description": "American manufacturer of fire trucks", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6334 +{"wikidata_id": "Q7196135", "display_name": "Pink and White Productions", "legal_name": null, "aliases": [], "website": "https://www.pinkwhite.biz", "canonical_domain": "pinkwhite.biz", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American pornographic production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6335 +{"wikidata_id": "Q7197726", "display_name": "Piranha Games", "legal_name": null, "aliases": [], "website": "https://www.piranha-games.com", "canonical_domain": "piranha-games.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6336 +{"wikidata_id": "Q7243010", "display_name": "Prima Games", "legal_name": null, "aliases": ["Prima Publishing"], "website": "https://www.primagames.com", "canonical_domain": "primagames.com", "country": "US", "hq_city": "Roseville", "hq_region": "Placer County", "lat": 38.7525, "lon": -121.28944, "industries": ["gaming", "media"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6337 +{"wikidata_id": "Q7244554", "display_name": "Princess Auto", "legal_name": null, "aliases": [], "website": "https://www.princessauto.com", "canonical_domain": "princessauto.com", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Princess_Auto_Logo.svg", "description": "Canadian retail chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6338 +{"wikidata_id": "Q7245325", "display_name": "Printrbot", "legal_name": null, "aliases": [], "website": "https://printrbot.com", "canonical_domain": "printrbot.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Placer County", "lat": 38.88722, "lon": -121.29611, "industries": ["manufacturing"], "industry_labels": ["3D printing"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "3D printer company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6339 +{"wikidata_id": "Q7248577", "display_name": "Progress Rail Services", "legal_name": null, "aliases": [], "website": "https://www.progressrail.com", "canonical_domain": "progressrail.com", "country": "US", "hq_city": "Albertville", "hq_region": "Marshall County", "lat": 34.2653, "lon": -86.2111, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q459965", "name": "Caterpillar Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Progress_Rail.png", "description": "American railroad products company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6340 +{"wikidata_id": "Q7252527", "display_name": "Provident Label Group", "legal_name": null, "aliases": ["Provident Music Group"], "website": "https://www.providentlabelgroup.com", "canonical_domain": "providentlabelgroup.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6341 +{"wikidata_id": "Q7271445", "display_name": "Quest Aircraft", "legal_name": null, "aliases": [], "website": "https://www.questaircraft.com", "canonical_domain": "questaircraft.com", "country": "US", "hq_city": "Sandpoint", "hq_region": "Bonner County", "lat": 48.27659, "lon": -116.55325, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American aircraft manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6342 +{"wikidata_id": "Q7272591", "display_name": "Quirk Books", "legal_name": "Quirk Books", "aliases": [], "website": "https://www.quirkbooks.com", "canonical_domain": "quirkbooks.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent book publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6343 +{"wikidata_id": "Q7276307", "display_name": "RED Music", "legal_name": "RED Music", "aliases": ["RAL", "RED Associated Labels", "RED Distribution", "Sony RED Distribution"], "website": "https://www.redmusic.com", "canonical_domain": "redmusic.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RED_Music_%28Logo%29_%282017%29.svg", "description": "US music distributor", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6344 +{"wikidata_id": "Q7296896", "display_name": "Raw Thrills", "legal_name": null, "aliases": [], "website": "https://rawthrills.com", "canonical_domain": "rawthrills.com", "country": "US", "hq_city": "Skokie", "hq_region": "Cook County", "lat": 42.03361, "lon": -87.73278, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "arcade game entertainment company based in Skokie, Illinois, USA", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6345 +{"wikidata_id": "Q7300856", "display_name": "Real Canadian Superstore", "legal_name": null, "aliases": ["Superstore", "Loblaw Superstore", "The Real Canadian Superstore"], "website": "https://www.realcanadiansuperstore.ca", "canonical_domain": "realcanadiansuperstore.ca", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["retail"], "industry_labels": ["retail", "supermarket"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q909856", "name": "Loblaw Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Real_Canadian_Superstore_logo.png", "description": "Canadian chain of supermarkets and subsidiary of the Loblaw Companies", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6346 +{"wikidata_id": "Q7301372", "display_name": "Realtime Associates", "legal_name": null, "aliases": ["Inc."], "website": "https://www.rtassoc.com", "canonical_domain": "rtassoc.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6347 +{"wikidata_id": "Q7304367", "display_name": "Red Hour Productions", "legal_name": null, "aliases": ["Red Hour Films"], "website": "https://redhourfilms.com", "canonical_domain": "redhourfilms.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production and distribution company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6348 +{"wikidata_id": "Q7306788", "display_name": "Reef", "legal_name": null, "aliases": [], "website": "https://www.reef.com", "canonical_domain": "reef.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of sandals", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6349 +{"wikidata_id": "Q7312762", "display_name": "Renco Group", "legal_name": null, "aliases": [], "website": "https://www.rencogroup.net", "canonical_domain": "rencogroup.net", "country": "US", "hq_city": "Rockefeller Center", "hq_region": "Manhattan", "lat": 40.75861, "lon": -73.97919, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American holding company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6350 +{"wikidata_id": "Q7375850", "display_name": "Rubbermaid", "legal_name": null, "aliases": [], "website": "https://www.rubbermaid.com", "canonical_domain": "rubbermaid.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rubbermaid.svg", "description": "American manufacturer and distributor of many household items", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6351 +{"wikidata_id": "Q7376154", "display_name": "Rubio's Coastal Grill", "legal_name": null, "aliases": ["Rubio's Fresh Mexican Grill"], "website": "https://rubios.com", "canonical_domain": "rubios.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rubio%27s_Coastal_Grill_logo.svg", "description": "fast casual Mexican food chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6352 +{"wikidata_id": "Q7386676", "display_name": "Röhm", "legal_name": null, "aliases": [], "website": "https://www.roehm-waffen.de", "canonical_domain": "roehm-waffen.de", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "RG 14 Serial# 28586", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6353 +{"wikidata_id": "Q7388496", "display_name": "SAEREO", "legal_name": null, "aliases": [], "website": "https://saereo.misiva.com.ec", "canonical_domain": "misiva.com.ec", "country": "EC", "hq_city": "Quito", "hq_region": "Quito Metro", "lat": -0.22, "lon": -78.5125, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6354 +{"wikidata_id": "Q7411424", "display_name": "Samuel French, Inc.", "legal_name": null, "aliases": ["Samuel French", "Samuel French Inc.", "Samuel French Incorporated"], "website": "https://www.concordtheatricals.com", "canonical_domain": "concordtheatricals.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1830, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6355 +{"wikidata_id": "Q7428485", "display_name": "SawStop", "legal_name": "SawStop, LLC", "aliases": [], "website": "https://www.sawstop.com", "canonical_domain": "sawstop.com", "country": "US", "hq_city": "Tualatin", "hq_region": "Clackamas County", "lat": 45.38139, "lon": -122.76444, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SawStopLogo.png", "description": "American table saw manufacturer with automatic stop upon skin-contact", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6356 +{"wikidata_id": "Q7430803", "display_name": "Scenic Airlines", "legal_name": null, "aliases": [], "website": "https://www.scenic.com", "canonical_domain": "scenic.com", "country": "US", "hq_city": "Paradise", "hq_region": "Clark County", "lat": 36.08194, "lon": -115.12472, "industries": ["airlines"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2790070", "name": "Grand Canyon Airlines"}, "logo_url": null, "description": "American regional airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6357 +{"wikidata_id": "Q744761", "display_name": "Spiderweb Software", "legal_name": null, "aliases": [], "website": "https://www.spiderwebsoftware.com", "canonical_domain": "spiderwebsoftware.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SpiderwebLogo.png", "description": "small indie video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6358 +{"wikidata_id": "Q7453019", "display_name": "Sercomtel", "legal_name": null, "aliases": [], "website": "https://www.sercomtel.com.br", "canonical_domain": "sercomtel.com.br", "country": "BR", "hq_city": "Londrina", "hq_region": "Paraná", "lat": -23.31, "lon": -51.16278, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Sercomtel_%282016%29.svg", "description": "telecommunication company in Brazil", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6359 +{"wikidata_id": "Q745362", "display_name": "Heads Up International", "legal_name": null, "aliases": [], "website": "https://www.headsup.com", "canonical_domain": "headsup.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6360 +{"wikidata_id": "Q7455871", "display_name": "Servicios Aéreos Profesionales", "legal_name": null, "aliases": ["SA Profesionales", "SAP Group", "Servicios Aereos Profesionales"], "website": "https://www.sapair.com", "canonical_domain": "sapair.com", "country": "DO", "hq_city": "La Isabela International Airport", "hq_region": "La Isabela", "lat": 18.57556, "lon": -69.98139, "industries": ["airlines"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "SAP", "exchange": "NYSE", "lei": null, "sec_cik": "1000184", "parent": null, "logo_url": null, "description": "Dominican airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1000184", "enriched_at": "2026-09-13T07:22:14+00:00"}}
6361 +{"wikidata_id": "Q7496738", "display_name": "Shiloh Rifle Manufacturing Company", "legal_name": null, "aliases": [], "website": "https://www.shilohrifle.com", "canonical_domain": "shilohrifle.com", "country": "US", "hq_city": "Montana", "hq_region": "United States", "lat": 47.0, "lon": -110.0, "industries": ["manufacturing", "defense"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearms manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6362 +{"wikidata_id": "Q7529899", "display_name": "Síragon", "legal_name": null, "aliases": ["Siragon"], "website": "https://www.siragon.com", "canonical_domain": "siragon.com", "country": "VE", "hq_city": "Valencia", "hq_region": "Carabobo", "lat": 10.16667, "lon": -68.0, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Siragon.png", "description": "Venezuelan computer hardware manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6363 +{"wikidata_id": "Q7537758", "display_name": "Skyhorse Publishing", "legal_name": null, "aliases": ["Inc."], "website": "https://www.skyhorsepublishing.com", "canonical_domain": "skyhorsepublishing.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent book publishing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6364 +{"wikidata_id": "Q7539684", "display_name": "Sleep Country Canada", "legal_name": null, "aliases": [], "website": "https://en.sleepcountry.ca", "canonical_domain": "sleepcountry.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sleep_Country_Canada_Logo.svg", "description": "Canadian mattress retailer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6365 +{"wikidata_id": "Q7544282", "display_name": "Smashwords", "legal_name": null, "aliases": [], "website": "https://www.smashwords.com", "canonical_domain": "smashwords.com", "country": "US", "hq_city": "Los Gatos", "hq_region": "Santa Clara County", "lat": 37.23611, "lon": -121.96167, "industries": ["retail", "media"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "ebook retailer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6366 +{"wikidata_id": "Q7546644", "display_name": "Smule", "legal_name": null, "aliases": [], "website": "https://smule.com", "canonical_domain": "smule.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6367 +{"wikidata_id": "Q7553274", "display_name": "Sodimac", "legal_name": null, "aliases": [], "website": "https://www.sodimac.com", "canonical_domain": "sodimac.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": ["commerce"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_Sodimac.svg", "description": "Chilean home improvement warehouse store chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6368 +{"wikidata_id": "Q7554105", "display_name": "Softbank Capital", "legal_name": null, "aliases": [], "website": "https://www.softbank.com", "canonical_domain": "softbank.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q118214956", "name": "Softbank Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Softbank-capital-log.JPG", "description": "American venture capital company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6369 +{"wikidata_id": "Q7554165", "display_name": "Softtek", "legal_name": null, "aliases": [], "website": "https://softtek.com", "canonical_domain": "softtek.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["software", "technology", "consulting"], "industry_labels": ["software industry", "information technology consulting"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Softtek.gif", "description": "Mexican private company of IT services", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6370 +{"wikidata_id": "Q7561658", "display_name": "Songza", "legal_name": null, "aliases": [], "website": "https://songza.com", "canonical_domain": "songza.com", "country": "US", "hq_city": "Long Island City", "hq_region": "Queens", "lat": 40.75042, "lon": -73.94814, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Songza_Logo.jpg", "description": "free music streaming and recommendation service", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6371 +{"wikidata_id": "Q7562508", "display_name": "Sony Pictures Digital", "legal_name": null, "aliases": [], "website": "https://www.sonypicturesdigital.com", "canonical_domain": "sonypicturesdigital.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q822314", "name": "Sony Pictures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Pictures_Digital_Print.svg", "description": "Multimedia production company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6372 +{"wikidata_id": "Q7569595", "display_name": "Southern Air Charter", "legal_name": null, "aliases": ["Southern Air Charters"], "website": "https://www.southernaircharter.com", "canonical_domain": "southernaircharter.com", "country": "BS", "hq_city": "Lynden Pindling International Airport", "hq_region": "New Providence", "lat": 25.03889, "lon": -77.46611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bahamian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6373 +{"wikidata_id": "Q7578805", "display_name": "Spoetzl Brewery", "legal_name": null, "aliases": [], "website": "https://www.shiner.com", "canonical_domain": "shiner.com", "country": "US", "hq_city": "Shiner", "hq_region": "Lavaca County", "lat": 29.4308, "lon": -97.1722, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "craft brewery located in Shiner, Texas", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6374 +{"wikidata_id": "Q7602038", "display_name": "Wondrium", "legal_name": null, "aliases": ["The Great Courses", "The Teaching Company"], "website": "https://www.thegreatcourses.com", "canonical_domain": "thegreatcourses.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet", "media", "education"], "industry_labels": ["online video platform", "over-the-top media service", "educational technology", "content", "online education", "video production"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Educational media company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6375 +{"wikidata_id": "Q7602872", "display_name": "Starz Distribution", "legal_name": null, "aliases": ["IDT Entertainment", "Starz Media"], "website": "https://www.starz.com", "canonical_domain": "starz.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["retail", "entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1138789", "name": "The Weinstein Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starz_2016.svg", "description": "motion picture, animation, television, and home video operating unit of Starz Inc.", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6376 +{"wikidata_id": "Q7622589", "display_name": "Strayer Voigt Inc", "legal_name": null, "aliases": ["Strayer Voigt Inc."], "website": "https://www.sviguns.com", "canonical_domain": "sviguns.com", "country": "US", "hq_city": "Grand Prairie", "hq_region": "Dallas County", "lat": 32.71528, "lon": -97.01694, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of M1911-styled modular pistols", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6377 +{"wikidata_id": "Q7637763", "display_name": "Summit Air", "legal_name": null, "aliases": [], "website": "https://www.flysummitair.com", "canonical_domain": "flysummitair.com", "country": "CA", "hq_city": "Yellowknife", "hq_region": "Northwest Territories", "lat": 62.44222, "lon": -114.3975, "industries": ["airlines"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6378 +{"wikidata_id": "Q7638903", "display_name": "Sunbeam Products", "legal_name": null, "aliases": [], "website": "https://www.sunbeam.com", "canonical_domain": "sunbeam.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunbeam_Products_wordmark.svg", "description": "American brand of electric home appliances", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6379 +{"wikidata_id": "Q7653729", "display_name": "Swanson", "legal_name": null, "aliases": [], "website": "https://www.swansonmeals.ca", "canonical_domain": "swansonmeals.ca", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": [], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swanson_brand_logo.png", "description": "brand of frozen and canned foods", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6380 +{"wikidata_id": "Q7655996", "display_name": "iAero Airways", "legal_name": null, "aliases": ["Swift Air", "Swift Air", "LLC"], "website": "https://www.flyswiftair.com", "canonical_domain": "flyswiftair.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IAeroAirways_Logo.svg", "description": "American airline based in Greensboro, North Carolina, United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6381 +{"wikidata_id": "Q7673962", "display_name": "Taco John's", "legal_name": null, "aliases": ["Taco John's International"], "website": "https://tacojohns.com", "canonical_domain": "tacojohns.com", "country": "US", "hq_city": "Cheyenne", "hq_region": "Laramie County", "lat": 41.14556, "lon": -104.80194, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast-food chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6382 +{"wikidata_id": "Q7741290", "display_name": "The Icee Company", "legal_name": null, "aliases": [], "website": "https://www.icee.com", "canonical_domain": "icee.com", "country": "US", "hq_city": "La Vergne", "hq_region": "Rutherford County", "lat": 36.01333, "lon": -86.56278, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6109309", "name": "J & J Snack Foods"}, "logo_url": null, "description": "Beverage company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6383 +{"wikidata_id": "Q7805197", "display_name": "Spectrum", "legal_name": null, "aliases": ["Spectrum Mobile", "Spectrum Cable", "Charter Spectrum", "spectrum cable service", "Spectrum Internet"], "website": "https://www.spectrum.net", "canonical_domain": "spectrum.net", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2961234", "name": "Spectrum"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spectrum_Logo.svg", "description": "brand of Charter Communications used to market consumer cable television, Internet, and telephone provided by the company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6384 +{"wikidata_id": "Q7819139", "display_name": "Tommo Inc.", "legal_name": null, "aliases": [], "website": "https://www.tommo.com", "canonical_domain": "tommo.com", "country": "US", "hq_city": "Pomona", "hq_region": "Los Angeles County", "lat": 34.06083, "lon": -117.75583, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300Q9XSWKB3DSP334", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tommo_logo.jpg", "description": "video game publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6385 +{"wikidata_id": "Q7826411", "display_name": "Toronto Hydro", "legal_name": null, "aliases": [], "website": "https://www.torontohydro.com", "canonical_domain": "torontohydro.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "electric utility company in Toronto, Ontario, Canada", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6386 +{"wikidata_id": "Q7828084", "display_name": "Total Wine & More", "legal_name": null, "aliases": ["Total Wine", "Total Wine and More"], "website": "https://www.totalwine.com", "canonical_domain": "totalwine.com", "country": "US", "hq_city": "Potomac", "hq_region": "Montgomery County", "lat": 39.01806, "lon": -77.20861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US alcoholic beverages retail chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6387 +{"wikidata_id": "Q7828510", "display_name": "Tottus", "legal_name": null, "aliases": [], "website": "https://www.tottus.com", "canonical_domain": "tottus.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_Tottus.svg", "description": "Chilean supermarket chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6388 +{"wikidata_id": "Q7841389", "display_name": "Trident Seafoods", "legal_name": null, "aliases": [], "website": "https://www.tridentseafoods.com", "canonical_domain": "tridentseafoods.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["agriculture"], "industry_labels": ["fishery"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "seafood harvesting, processing, and distribution company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6389 +{"wikidata_id": "Q7845817", "display_name": "Tropical Smoothie Cafe", "legal_name": null, "aliases": ["Tropical Smoothie"], "website": "https://www.tropicalsmoothiecafe.com", "canonical_domain": "tropicalsmoothiecafe.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tropical_Smoothie_Cafe_logo.svg", "description": "restaurant franchise in the United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6390 +{"wikidata_id": "Q7855073", "display_name": "Turkey Hill", "legal_name": null, "aliases": [], "website": "https://www.turkeyhillcstores.com", "canonical_domain": "turkeyhillcstores.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/THSignature_Logo_RGB_1800.png", "description": "beverage company in United States", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6391 +{"wikidata_id": "Q7858530", "display_name": "Twisted Pixel Games", "legal_name": null, "aliases": [], "website": "https://www.twistedpixelgames.com", "canonical_domain": "twistedpixelgames.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": null, "description": "American video game developer based in Austin, Texas", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6392 +{"wikidata_id": "Q7858797", "display_name": "TwoMorrows Publishing", "legal_name": "TwoMorrows Publishing", "aliases": [], "website": "https://www.twomorrows.com", "canonical_domain": "twomorrows.com", "country": "US", "hq_city": "Raleigh", "hq_region": "Wake County", "lat": 35.78, "lon": -78.64, "industries": ["media"], "industry_labels": ["publishing", "magazine publisher"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American magazine and book publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6393 +{"wikidata_id": "Q7864225", "display_name": "UDON", "legal_name": null, "aliases": ["Udon Entertainment"], "website": "https://www.udonentertainment.com", "canonical_domain": "udonentertainment.com", "country": "CA", "hq_city": "Richmond Hill", "hq_region": "Regional Municipality of York", "lat": 43.87139, "lon": -79.43722, "industries": ["media"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "comics studio and publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6394 +{"wikidata_id": "Q7880119", "display_name": "Ultimate Air Shuttle", "legal_name": null, "aliases": [], "website": "https://www.ultimateairshuttle.com", "canonical_domain": "ultimateairshuttle.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American airline", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6395 +{"wikidata_id": "Q7921520", "display_name": "Vermeer Company", "legal_name": null, "aliases": ["Vermeer Corporation"], "website": "https://www.vermeer.com", "canonical_domain": "vermeer.com", "country": "US", "hq_city": "Pella", "hq_region": "Marion County", "lat": 41.40722, "lon": -92.91722, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "heavy machinery manufacturing firm headquartered in Iowa", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6396 +{"wikidata_id": "Q7937943", "display_name": "Telemig Celular", "legal_name": null, "aliases": [], "website": "https://www.telemigcelular.com.br", "canonical_domain": "telemigcelular.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian telecommunications company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6397 +{"wikidata_id": "Q7940324", "display_name": "Volkswagen Group of America", "legal_name": null, "aliases": ["Volkswagen USA"], "website": "https://www.volkswagengroupofamerica.com", "canonical_domain": "volkswagengroupofamerica.com", "country": "US", "hq_city": "Herndon", "hq_region": "Fairfax County", "lat": 38.9714, "lon": -77.3886, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156578", "name": "Volkswagen Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vw_group_america_logo.png", "description": "US subsidiary of the Volkswagen Group", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6398 +{"wikidata_id": "Q7975349", "display_name": "Wavefront Technologies", "legal_name": null, "aliases": [], "website": "https://www.wavefront.com", "canonical_domain": "wavefront.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["technology"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wavefront_Technologies_wordmark.svg", "description": "American computer graphics company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6399 +{"wikidata_id": "Q7977212", "display_name": "WePay", "legal_name": null, "aliases": [], "website": "https://go.wepay.com", "canonical_domain": "wepay.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1476869", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wepay_Logo_Update_2014.png", "description": "online payment service provider", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6400 +{"wikidata_id": "Q7987281", "display_name": "Westclox", "legal_name": null, "aliases": [], "website": "https://nylholdings.com", "canonical_domain": "nylholdings.com", "country": "US", "hq_city": "Peru", "hq_region": "LaSalle County", "lat": 41.3344, "lon": -89.1275, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1885, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q132886930", "name": null}, "logo_url": null, "description": "clock manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6401 +{"wikidata_id": "Q7988847", "display_name": "Westgate Resorts", "legal_name": null, "aliases": ["Westgate"], "website": "https://www.westgateresorts.com", "canonical_domain": "westgateresorts.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American resort firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6402 +{"wikidata_id": "Q7994271", "display_name": "White-Westinghouse", "legal_name": null, "aliases": [], "website": "https://www.whitewestinghouse.com", "canonical_domain": "whitewestinghouse.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q950380", "name": "CBS Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/White-Westinghouse_Logo.svg", "description": "Home appliance brand", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6403 +{"wikidata_id": "Q8001508", "display_name": "Wildside Press", "legal_name": null, "aliases": [], "website": "https://www.wildsidepress.com", "canonical_domain": "wildsidepress.com", "country": "US", "hq_city": "Maryland", "hq_region": "United States", "lat": 39.0, "lon": -76.7, "industries": ["media", "gaming"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "game publisher", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6404 +{"wikidata_id": "Q8023756", "display_name": "Winchell's Donuts", "legal_name": null, "aliases": ["Winchell's Donut House"], "website": "https://www.winchells.com", "canonical_domain": "winchells.com", "country": "US", "hq_city": "City of Industry", "hq_region": "Los Angeles County", "lat": 34.01583, "lon": -117.95083, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American doughnut shop chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6405 +{"wikidata_id": "Q8028733", "display_name": "Wizard Entertainment", "legal_name": null, "aliases": ["Creek Road Miners", "Inc.", "Wizard Brands", "Inc.", "Inc.", "Wizard World", "Inc."], "website": "https://www.wizardworld.com", "canonical_domain": "wizardworld.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["entertainment", "SIC 1311 Crude Petroleum & Natural Gas"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "PROP", "exchange": "Nasdaq", "lei": "549300NX50XL5HR17C26", "sec_cik": "1162896", "parent": null, "logo_url": null, "description": "producer of multi-genre fan conventions", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1162896", "enriched_at": "2026-09-13T07:22:16+00:00"}}
6406 +{"wikidata_id": "Q8036496", "display_name": "World Wide Technology", "legal_name": null, "aliases": [], "website": "https://wwt.com", "canonical_domain": "wwt.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["technology"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/World_Wide_Technology_logo.png", "description": "American technology company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6407 +{"wikidata_id": "Q8054358", "display_name": "Yogen Früz", "legal_name": null, "aliases": [], "website": "https://yogenfruz.com", "canonical_domain": "yogenfruz.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yogen_Fruz_Logo.svg", "description": "Canadian multinational frozen yogurt and smoothy retail chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6408 +{"wikidata_id": "Q8072872", "display_name": "Zivko Aeronautics", "legal_name": null, "aliases": [], "website": "https://www.zivko.com", "canonical_domain": "zivko.com", "country": "US", "hq_city": "Guthrie", "hq_region": "Logan County", "lat": 35.85639, "lon": -97.43583, "industries": ["aerospace-defense", "manufacturing"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American aeronautics manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6409 +{"wikidata_id": "Q8073819", "display_name": "Zon Guitars", "legal_name": null, "aliases": [], "website": "https://www.zonguitars.com", "canonical_domain": "zonguitars.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zon_guitars_logo.png", "description": "US bass guitar manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6410 +{"wikidata_id": "Q8075221", "display_name": "Zuma Press", "legal_name": null, "aliases": [], "website": "https://www.zumapress.com", "canonical_domain": "zumapress.com", "country": "US", "hq_city": "San Clemente", "hq_region": "Orange County", "lat": 33.43778, "lon": -117.62028, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US-based wire service", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6411 +{"wikidata_id": "Q81950264", "display_name": "Higher Ground Productions", "legal_name": null, "aliases": ["Higher Ground"], "website": "https://highergroundmedia.com", "canonical_domain": "highergroundmedia.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry", "audiovisual production"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "media production company founded by Barack and Michelle Obama", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6412 +{"wikidata_id": "Q8254012", "display_name": "CAIO Induscar", "legal_name": null, "aliases": [], "website": "https://www.caio.com.br", "canonical_domain": "caio.com.br", "country": "BR", "hq_city": "Botucatu", "hq_region": "São Paulo", "lat": -22.88583, "lon": -48.445, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Caio_Induscar_%282019%29.svg", "description": "Brazilian company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6413 +{"wikidata_id": "Q82754", "display_name": "Aquatica", "legal_name": null, "aliases": [], "website": "https://aquaticabyseaworld.com", "canonical_domain": "aquaticabyseaworld.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["utilities"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aquatica_%28Florida%29.svg", "description": "chain of water parks", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6414 +{"wikidata_id": "Q837907", "display_name": "Dalsa", "legal_name": null, "aliases": ["Teledyne DALSA"], "website": "https://www.teledynedalsa.com", "canonical_domain": "teledynedalsa.com", "country": "CA", "hq_city": "Waterloo", "hq_region": "Regional Municipality of Waterloo", "lat": 43.46667, "lon": -80.51667, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30338691", "name": "Teledyne Technologies (Canada)"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teledyne_DALSA_logo_%282015%29.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6415 +{"wikidata_id": "Q846819", "display_name": "EG&G", "legal_name": null, "aliases": ["Edgerton", "Germeshausen", "and Grier", "Inc.", "EG & G Biomolecular", "EG&G Biomolecular"], "website": "https://www.urscorp.com", "canonical_domain": "urscorp.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["professional-services", "media"], "industry_labels": ["Radiographic testing", "high-speed photography"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United States national defense contractor", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6416 +{"wikidata_id": "Q85746778", "display_name": "Better Noise Music", "legal_name": null, "aliases": ["E7LG"], "website": "https://www.betternoise.com", "canonical_domain": "betternoise.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6417 +{"wikidata_id": "Q85774518", "display_name": "Kingdom Story Company", "legal_name": null, "aliases": [], "website": "https://www.kingdomstorycompany.com", "canonical_domain": "kingdomstorycompany.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": ["Christian film industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American studio specializing in Christian films", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6418 +{"wikidata_id": "Q866073", "display_name": "Clarizen", "legal_name": null, "aliases": [], "website": "https://www.clarizen.com", "canonical_domain": "clarizen.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "work management and project management software company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6419 +{"wikidata_id": "Q86753573", "display_name": "Ookla", "legal_name": "Ookla, LLC", "aliases": [], "website": "https://www.ookla.com", "canonical_domain": "ookla.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q199296", "name": "Ziff Davis"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ookla_logo.svg", "description": "American company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6420 +{"wikidata_id": "Q898908", "display_name": "Brantly International", "legal_name": null, "aliases": [], "website": "https://www.brantly.com", "canonical_domain": "brantly.com", "country": "US", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6421 +{"wikidata_id": "Q9024824", "display_name": "Ludicorp", "legal_name": null, "aliases": [], "website": "https://www.ludicorp.com.mx", "canonical_domain": "ludicorp.com.mx", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["software development"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ludicorp_logo.gif", "description": "software company in Canada", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6422 +{"wikidata_id": "Q9026411", "display_name": "Grupo MVS mi vrga", "legal_name": null, "aliases": ["MVS", "thebosss"], "website": "https://www.mvs.com", "canonical_domain": "mvs.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Grupo_MVS.png", "description": "Mexican media conglomeratemi vrg", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6423 +{"wikidata_id": "Q906141", "display_name": "Slim Fast", "legal_name": null, "aliases": [], "website": "https://slimfast.com", "canonical_domain": "slimfast.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SlimFast_logo.svg", "description": "dietary supplement manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6424 +{"wikidata_id": "Q906571", "display_name": "Smells Like Records", "legal_name": null, "aliases": [], "website": "https://www.smellslikerecords.com", "canonical_domain": "smellslikerecords.com", "country": "US", "hq_city": "Hoboken", "hq_region": "Hudson County", "lat": 40.745, "lon": -74.0325, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6425 +{"wikidata_id": "Q9073285", "display_name": "SanCor", "legal_name": null, "aliases": [], "website": "https://www.sancor.com", "canonical_domain": "sancor.com", "country": "AR", "hq_city": "Sunchales", "hq_region": "Castellanos Department", "lat": -30.94417, "lon": -61.56139, "industries": ["food-beverage"], "industry_labels": ["dairy"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sancor_coop_logo.svg", "description": "Argentine dairy company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6426 +{"wikidata_id": "Q9088773", "display_name": "Torneos", "legal_name": null, "aliases": ["TyC"], "website": "https://www.torneos.com", "canonical_domain": "torneos.com", "country": "AR", "hq_city": "Monserrat", "hq_region": "Comuna 1", "lat": -34.6125, "lon": -58.38333, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_TORNEOS_2018.png", "description": "Argentine sports communications firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6427 +{"wikidata_id": "Q948202", "display_name": "FAMAE", "legal_name": null, "aliases": ["Fábricas y Maestranzas del Ejército", "Fábricas y Maestranzas del Ejército de Chile"], "website": "https://www.famae.cl", "canonical_domain": "famae.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1811, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Famae.gif", "description": "Chilean state-owned weapons manufacturing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6428 +{"wikidata_id": "Q948399", "display_name": "InterSystems", "legal_name": null, "aliases": [], "website": "https://www.intersystems.com", "canonical_domain": "intersystems.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InterSystems_logo_%282016%29.svg", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6429 +{"wikidata_id": "Q95413215", "display_name": "Tiger Global Management", "legal_name": null, "aliases": ["Tiger Technology Management LLC"], "website": "https://www.tigerglobal.com", "canonical_domain": "tigerglobal.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["hedge fund", "venture capital", "investment management"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930010VU8Q51DNY331", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tiger_Global.png", "description": "Private Investment Firm", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6430 +{"wikidata_id": "Q95421298", "display_name": "The Initiative", "legal_name": null, "aliases": [], "website": "https://www.theinitiative.com", "canonical_domain": "theinitiative.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": null, "description": "American video game developer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6431 +{"wikidata_id": "Q96185213", "display_name": "Bollinger Motors", "legal_name": null, "aliases": [], "website": "https://bollingermotors.com", "canonical_domain": "bollingermotors.com", "country": "US", "hq_city": "Oak Park", "hq_region": "Oakland County", "lat": 42.46722, "lon": -83.17944, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96394302", "name": "Mullen Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bollinger_Motors_logo.png", "description": "electric car manufacturer", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6432 +{"wikidata_id": "Q975546", "display_name": "Rocket Racing League", "legal_name": null, "aliases": [], "website": "https://www.rocketracingleague.com", "canonical_domain": "rocketracingleague.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["automotive"], "industry_labels": ["air racing"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6433 +{"wikidata_id": "Q986326", "display_name": "The Iconfactory", "legal_name": null, "aliases": [], "website": "https://iconfactory.com", "canonical_domain": "iconfactory.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6434 +{"wikidata_id": "Q991772", "display_name": "Bruce Power", "legal_name": null, "aliases": [], "website": "https://www.brucepower.com", "canonical_domain": "brucepower.com", "country": "CA", "hq_city": "Tiverton", "hq_region": "Kincardine", "lat": 44.2675, "lon": -81.5433, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bruce_Power.png", "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6435 +{"wikidata_id": "Q5335742", "display_name": "Edcast", "legal_name": null, "aliases": [], "website": "https://www.altacast.com", "canonical_domain": "altacast.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["software"], "industry_labels": [], "founded_year": 2013, "employees": 1, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Open source audio encoder", "sitelinks": 4, "importance": 0.1792, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6436 +{"wikidata_id": "Q13529482", "display_name": "Western Forest Products", "legal_name": null, "aliases": [], "website": "https://www.westernforest.com", "canonical_domain": "westernforest.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["materials"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian lumber company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6437 +{"wikidata_id": "Q16146867", "display_name": "Alderon Iron Ore Corp.", "legal_name": null, "aliases": [], "website": "https://www.alderonironore.com", "canonical_domain": "alderonironore.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["mining"], "industry_labels": ["mining", "SIC 1000 Metal Mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "529900VRAEXIOZ6NRM52", "sec_cik": "1484457", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alderon_Logo.jpg", "description": "Canadian mining company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1484457", "enriched_at": "2026-09-13T07:22:17+00:00"}}
6438 +{"wikidata_id": "Q16974631", "display_name": "Ellie Mae", "legal_name": null, "aliases": [], "website": "https://www.elliemae.com", "canonical_domain": "elliemae.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["software"], "industry_labels": ["software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "529900FJBZR4PG0LO239", "sec_cik": "1122388", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elliemae-no-tag-logo.svg", "description": "mortgage technology company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1122388", "enriched_at": "2026-09-13T07:22:17+00:00"}}
6439 +{"wikidata_id": "Q16985436", "display_name": "Terra Nitrogen Company", "legal_name": null, "aliases": [], "website": "https://phx.corporate-ir.net", "canonical_domain": "corporate-ir.net", "country": "US", "hq_city": "Deerfield", "hq_region": "Lake County", "lat": 42.16833, "lon": -87.85139, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6440 +{"wikidata_id": "Q18392800", "display_name": "Quality Technology Services", "legal_name": null, "aliases": [], "website": "https://www.qtsdatacenters.com", "canonical_domain": "qtsdatacenters.com", "country": "US", "hq_city": "Overland Park", "hq_region": "Johnson County", "lat": 38.94007, "lon": -94.6807, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "provider of carrier-neutral data centers", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6441 +{"wikidata_id": "Q2274161", "display_name": "ServiceSource", "legal_name": null, "aliases": [], "website": "https://www.servicesource.com", "canonical_domain": "servicesource.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "5493007833VL3XH4N637", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ServiceSource_logo.svg", "description": "company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6442 +{"wikidata_id": "Q23680028", "display_name": "DuPont Fabros Technology Inc.", "legal_name": null, "aliases": ["DFT", "DuPont Fabros Technology"], "website": "https://www.dft.com", "canonical_domain": "dft.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American public company owning, developing, operating and managing multi-tenant wholesale data centers", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6443 +{"wikidata_id": "Q4708383", "display_name": "AlarmForce", "legal_name": null, "aliases": [], "website": "https://www.alarmforce.com", "canonical_domain": "alarmforce.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["manufacturing"], "industry_labels": ["home security"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AlarmForce.png", "description": "home security and automation systems manufacturer and provider", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6444 +{"wikidata_id": "Q4713807", "display_name": "Aldila", "legal_name": null, "aliases": ["Aldila Golf", "INC."], "website": "https://www.aldila.com", "canonical_domain": "aldila.com", "country": "US", "hq_city": "Poway", "hq_region": "San Diego County", "lat": 32.96278, "lon": -117.03583, "industries": ["consumer-goods"], "industry_labels": ["SIC 3949 Sporting & Athletic Goods, NEC"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "902272", "parent": null, "logo_url": null, "description": "Golfing Business", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "902272", "enriched_at": "2026-09-13T07:22:18+00:00"}}
6445 +{"wikidata_id": "Q4764337", "display_name": "Anhanguera Educacional", "legal_name": null, "aliases": ["Anhanguera", "Anhanguera Educacional Participações S.A.", "Faculdade Anhanguera", "Anhanguera Educacação", "Aedu"], "website": "https://www.anhanguera.com", "canonical_domain": "anhanguera.com", "country": "BR", "hq_city": "Valinhos", "hq_region": "São Paulo", "lat": -22.97083, "lon": -46.99583, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian private education company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6446 +{"wikidata_id": "Q4811104", "display_name": "Astoria Bank", "legal_name": null, "aliases": ["Astoria Federal Savings & Loan Association"], "website": "https://www.astoriabank.com", "canonical_domain": "astoriabank.com", "country": "US", "hq_city": "Lake Success", "hq_region": "North Hempstead", "lat": 40.77028, "lon": -73.71333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "5493000WJHGHFJFR9U63", "sec_cik": null, "parent": null, "logo_url": null, "description": "bank based in Long Island City, New York", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6447 +{"wikidata_id": "Q4826053", "display_name": "AutoCanada", "legal_name": null, "aliases": [], "website": "https://www.autocan.ca", "canonical_domain": "autocan.ca", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multi-location automobile dealership group", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6448 +{"wikidata_id": "Q4827595", "display_name": "Avalon Rare Metals", "legal_name": null, "aliases": ["Avalon Advanced Materials"], "website": "https://www.avalonadvancedmaterials.com", "canonical_domain": "avalonadvancedmaterials.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["SIC 1000 Metal Mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AVLNF", "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": "1362898", "parent": null, "logo_url": null, "description": "Canadian mineral extraction company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1362898", "enriched_at": "2026-09-13T07:22:18+00:00"}}
6449 +{"wikidata_id": "Q5111816", "display_name": "Christopher & Banks", "legal_name": null, "aliases": [], "website": "https://www.christopherandbanks.com", "canonical_domain": "christopherandbanks.com", "country": "US", "hq_city": "Plymouth", "hq_region": "Hennepin County", "lat": 45.01056, "lon": -93.45556, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Christopher_%26_Banks_logo.png", "description": "American retail company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6450 +{"wikidata_id": "Q5136539", "display_name": "Clublink", "legal_name": null, "aliases": [], "website": "https://www.twcenterprises.ca", "canonical_domain": "twcenterprises.ca", "country": "CA", "hq_city": "King City", "hq_region": "King", "lat": 43.92861, "lon": -79.52819, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian golf course operator", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6451 +{"wikidata_id": "Q5265790", "display_name": "Detour Gold", "legal_name": null, "aliases": [], "website": "https://www.detourgold.com", "canonical_domain": "detourgold.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["gold mining"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6452 +{"wikidata_id": "Q5270905", "display_name": "Diamond Resorts", "legal_name": null, "aliases": ["Diamond Resorts International", "Inc."], "website": "https://investors.diamondresorts.com", "canonical_domain": "diamondresorts.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["hospitality"], "industry_labels": ["timeshare"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "5493008MIJR7VMQP7U77", "sec_cik": null, "parent": null, "logo_url": null, "description": "timeshare company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6453 +{"wikidata_id": "Q5322725", "display_name": "ECOtality", "legal_name": null, "aliases": [], "website": "https://www.ecotality.com", "canonical_domain": "ecotality.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["automotive"], "industry_labels": ["hybrid vehicle", "SIC 3621 Motors & Generators"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "1301206", "parent": null, "logo_url": null, "description": "former technology company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1301206", "enriched_at": "2026-09-13T07:22:18+00:00"}}
6454 +{"wikidata_id": "Q5417806", "display_name": "Everyday Health", "legal_name": null, "aliases": ["Agora Media", "Waterfront Media"], "website": "https://www.everydayhealth.com", "canonical_domain": "everydayhealth.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["healthcare", "internet"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "549300YYYRKJ4CQ8D086", "sec_cik": "1358483", "parent": null, "logo_url": null, "description": "digital media company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1358483", "enriched_at": "2026-09-13T07:22:19+00:00"}}
6455 +{"wikidata_id": "Q5569355", "display_name": "Glentel", "legal_name": null, "aliases": [], "website": "https://www.glentel.com", "canonical_domain": "glentel.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["telecommunications"], "industry_labels": ["wireless communication"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glentel_logo.svg", "description": "Canadian telecommunications retailer", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6456 +{"wikidata_id": "Q5598925", "display_name": "Great Canadian Gaming", "legal_name": null, "aliases": [], "website": "https://gcgaming.com", "canonical_domain": "gcgaming.com", "country": "CA", "hq_city": "Richmond", "hq_region": "Metro Vancouver Regional District", "lat": 49.16667, "lon": -123.13333, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian gaming company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6457 +{"wikidata_id": "Q5969311", "display_name": "iCAD Inc.", "legal_name": null, "aliases": [], "website": "https://icadmed.com", "canonical_domain": "icadmed.com", "country": "US", "hq_city": "Nashua", "hq_region": "Hillsborough County", "lat": 42.7575, "lon": -71.46444, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6458 +{"wikidata_id": "Q6047075", "display_name": "Interline Brands", "legal_name": null, "aliases": [], "website": "https://homedepotpro.com", "canonical_domain": "homedepotpro.com", "country": "US", "hq_city": "Jacksonville", "hq_region": "Duval County", "lat": 30.31667, "lon": -81.65, "industries": ["retail"], "industry_labels": ["wholesale", "SIC 5070 Wholesale-Hardware & Plumbing & Heating Equipment & Supplies"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": "5493002G5N9I34NPU211", "sec_cik": "1250189", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Home_Depot_Pro_logo_%282%29.png", "description": "U.S. wholesale distributor", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1250189", "enriched_at": "2026-09-13T07:22:19+00:00"}}
6459 +{"wikidata_id": "Q6052784", "display_name": "International Road Dynamics", "legal_name": null, "aliases": [], "website": "https://irdinc.com", "canonical_domain": "irdinc.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["software"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Software company in Canada", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6460 +{"wikidata_id": "Q6367245", "display_name": "Kapstone", "legal_name": null, "aliases": ["KapStone Paper and Packaging"], "website": "https://www.kapstonepaper.com", "canonical_domain": "kapstonepaper.com", "country": "US", "hq_city": "Northbrook", "hq_region": "Cook County", "lat": 42.1292, "lon": -87.8408, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American pulp and paper company based in Northbrook, Illinois", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6461 +{"wikidata_id": "Q6763754", "display_name": "Marin Software", "legal_name": null, "aliases": [], "website": "https://www.marinsoftware.com", "canonical_domain": "marinsoftware.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software as a service", "SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1389002", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1389002", "enriched_at": "2026-09-13T07:22:19+00:00"}}
6462 +{"wikidata_id": "Q7053839", "display_name": "North American Palladium", "legal_name": null, "aliases": [], "website": "https://www.nap.com", "canonical_domain": "nap.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["construction"], "industry_labels": ["mining engineering"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mining company with headquarters in Toronto, Canada", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6463 +{"wikidata_id": "Q7064528", "display_name": "Noveko International", "legal_name": null, "aliases": [], "website": "https://www.noveko.com", "canonical_domain": "noveko.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian corporation", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6464 +{"wikidata_id": "Q7135579", "display_name": "Paraná Banco", "legal_name": null, "aliases": ["Parana Banco"], "website": "https://www.paranabanco.b.br", "canonical_domain": "paranabanco.b.br", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": "São Paulo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6465 +{"wikidata_id": "Q7157710", "display_name": "Peachtree Financial Solutions", "legal_name": null, "aliases": [], "website": "https://www.peachtreefinancial.com", "canonical_domain": "peachtreefinancial.com", "country": "US", "hq_city": "Radnor Township", "hq_region": "Delaware County", "lat": 40.0364, "lon": -75.3725, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6466 +{"wikidata_id": "Q7178847", "display_name": "PetroBakken Energy", "legal_name": null, "aliases": [], "website": "https://www.lightstreamresources.com", "canonical_domain": "lightstreamresources.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian oil exploration and production company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6467 +{"wikidata_id": "Q7226569", "display_name": "Polymet Mining Corporation", "legal_name": null, "aliases": [], "website": "https://www.polymetmining.com", "canonical_domain": "polymetmining.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["mining"], "industry_labels": ["SIC 1000 Metal Mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": "529900I1B64WM0PRZW40", "sec_cik": "866028", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "866028", "enriched_at": "2026-09-13T07:22:20+00:00"}}
6468 +{"wikidata_id": "Q7300936", "display_name": "Real Goods", "legal_name": null, "aliases": [], "website": "https://www.realgoodssolar.com", "canonical_domain": "realgoodssolar.com", "country": "US", "hq_city": "Louisville", "hq_region": "Boulder County", "lat": 39.9758, "lon": -105.144, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6469 +{"wikidata_id": "Q7301554", "display_name": "Reata Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.reatapharma.com", "canonical_domain": "reatapharma.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company focused on investigating experimental oral antioxidative and anti-inflammatory drugs", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6470 +{"wikidata_id": "Q7306001", "display_name": "Redknee", "legal_name": null, "aliases": [], "website": "https://www.optiva.com", "canonical_domain": "optiva.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian telecommunications company with the stock name RKN", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6471 +{"wikidata_id": "Q7314329", "display_name": "Repros Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.reprosrx.com", "canonical_domain": "reprosrx.com", "country": "US", "hq_city": "The Woodlands", "hq_region": "Harris County", "lat": 30.1775, "lon": -95.50389, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": "897075", "parent": null, "logo_url": null, "description": "American pharmaceutical company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "897075", "enriched_at": "2026-09-13T07:22:20+00:00"}}
6472 +{"wikidata_id": "Q7371324", "display_name": "Rouse Properties", "legal_name": null, "aliases": [], "website": "https://rouseproperties.com", "canonical_domain": "rouseproperties.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": ["real estate investment trust", "SIC 6500 Real Estate"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1528558", "parent": null, "logo_url": null, "description": "defunct real estate company from New York City", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1528558", "enriched_at": "2026-09-13T07:22:20+00:00"}}
6473 +{"wikidata_id": "Q7687130", "display_name": "Taseko Mines", "legal_name": null, "aliases": [], "website": "https://www.tasekomines.com", "canonical_domain": "tasekomines.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["mining"], "industry_labels": ["niobium"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "copper producer in British Columbia, Canada", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6474 +{"wikidata_id": "Q7727656", "display_name": "The Corporate Executive Board Company", "legal_name": null, "aliases": ["CEB", "Corporate Executive Board"], "website": "https://www.cebglobal.com", "canonical_domain": "cebglobal.com", "country": "US", "hq_city": "Arlington County", "hq_region": "Virginia", "lat": 38.88028, "lon": -77.10833, "industries": ["education"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CEB-logo.svg", "description": "commercial firm that provides best practices research, executive education, and decision support tools", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6475 +{"wikidata_id": "Q7744883", "display_name": "The Knot Worldwide", "legal_name": null, "aliases": [], "website": "https://www.theknotww.com", "canonical_domain": "theknotww.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XO_Group_Logo.png", "description": "American media and technology company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6476 +{"wikidata_id": "Q7796156", "display_name": "Thoratec", "legal_name": null, "aliases": [], "website": "https://www.thoratec.com", "canonical_domain": "thoratec.com", "country": "US", "hq_city": "Pleasanton", "hq_region": "Alameda County", "lat": 37.6725, "lon": -121.8825, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American medical device manufacturer", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6477 +{"wikidata_id": "Q7840582", "display_name": "Trican Well Service", "legal_name": null, "aliases": ["Frac company"], "website": "https://www.trican.ca", "canonical_domain": "trican.ca", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Oil and gas service provider based in Calgary Alberta.", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6478 +{"wikidata_id": "Q7921234", "display_name": "Veresen", "legal_name": null, "aliases": ["Veresen Inc."], "website": "https://www.vereseninc.com", "canonical_domain": "vereseninc.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7161915", "name": "Pembina Pipeline"}, "logo_url": null, "description": "Calgary, Alberta-based energy infrastructure company", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6479 +{"wikidata_id": "Q7946626", "display_name": "WANdisco", "legal_name": null, "aliases": ["plc."], "website": "https://www.wandisco.com", "canonical_domain": "wandisco.com", "country": "US", "hq_city": "Sheffield", "hq_region": "Sheffield", "lat": 53.38083, "lon": -1.47028, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WANdisco_logo.svg", "description": "software companies of England", "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6480 +{"wikidata_id": "Q7989663", "display_name": "Westshore Terminals", "legal_name": null, "aliases": [], "website": "https://www.westshore.com", "canonical_domain": "westshore.com", "country": "CA", "hq_city": "Delta", "hq_region": "Metro Vancouver Regional District", "lat": 49.12, "lon": -122.99, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": null, "exchange": "Toronto Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.1729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6481 +{"wikidata_id": "Q1024899", "display_name": "Cabo Wabo", "legal_name": null, "aliases": ["Cabo Wabo Cantina"], "website": "https://www.cabowabocantina.com", "canonical_domain": "cabowabocantina.com", "country": "MX", "hq_city": "United States", "hq_region": null, "lat": 22.88365, "lon": -109.9132, "industries": ["hospitality"], "industry_labels": ["nightclub"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American nightclub and restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6482 +{"wikidata_id": "Q10291705", "display_name": "CAOA", "legal_name": null, "aliases": ["Grupo Caoa"], "website": "https://www.caoa.com.br", "canonical_domain": "caoa.com.br", "country": "BR", "hq_city": "Anápolis", "hq_region": "Goiás", "lat": -16.32694, "lon": -48.95278, "industries": ["automotive"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Caoa.svg", "description": "Brazilian automotive company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6483 +{"wikidata_id": "Q10299448", "display_name": "IPE", "legal_name": null, "aliases": ["Industria Paranaense de Estruturas", "IPE Aeronaves", "Paranaense"], "website": "https://www.ipeaeronaves.com.br", "canonical_domain": "ipeaeronaves.com.br", "country": "BR", "hq_city": "Curitiba", "hq_region": "Paraná", "lat": -25.42972, "lon": -49.27194, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "glider and aircraft manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6484 +{"wikidata_id": "Q10331192", "display_name": "HPE Automotores", "legal_name": null, "aliases": ["Mitsubishi Motors Brasil", "MMC Automóveis do Brasil"], "website": "https://www.hpeautos.com.br", "canonical_domain": "hpeautos.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian operation of Mitsubishi Motors", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6485 +{"wikidata_id": "Q1033592", "display_name": "Canopy Group", "legal_name": null, "aliases": [], "website": "https://www.canopy.com", "canonical_domain": "canopy.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6486 +{"wikidata_id": "Q10384071", "display_name": "Tramontina", "legal_name": null, "aliases": [], "website": "https://global.tramontina.com", "canonical_domain": "tramontina.com", "country": "BR", "hq_city": "Carlos Barbosa", "hq_region": "Rio Grande do Sul", "lat": -29.29778, "lon": -51.50389, "industries": ["mining"], "industry_labels": ["metal goods industry"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Tramontina_%282025%29.svg", "description": "Brazilian metallurgic company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6487 +{"wikidata_id": "Q10387242", "display_name": "Ultragaz", "legal_name": null, "aliases": [], "website": "https://www.ultragaz.com.br", "canonical_domain": "ultragaz.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian distributor of liquefied petroleum gas", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6488 +{"wikidata_id": "Q10392317", "display_name": "Volare", "legal_name": null, "aliases": [], "website": "https://www.volare.com.br", "canonical_domain": "volare.com.br", "country": "BR", "hq_city": "Caxias do Sul", "hq_region": "Rio Grande do Sul", "lat": -29.16778, "lon": -51.17889, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian business", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6489 +{"wikidata_id": "Q104815522", "display_name": "OWG", "legal_name": null, "aliases": [], "website": "https://owg.com", "canonical_domain": "owg.com", "country": "CA", "hq_city": "Mirabel", "hq_region": "Laurentides", "lat": 45.65, "lon": -74.08333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6490 +{"wikidata_id": "Q104849782", "display_name": "VUHL", "legal_name": null, "aliases": [], "website": "https://vuhl05.com", "canonical_domain": "vuhl05.com", "country": "MX", "hq_city": "Mexico", "hq_region": null, "lat": 23.0, "lon": -102.0, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_VUHL.svg", "description": "Mexican automobile company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6491 +{"wikidata_id": "Q104901479", "display_name": "Madison Square Garden Entertainment", "legal_name": "Madison Square Garden Entertainment Corp.", "aliases": [], "website": "https://www.msgentertainment.com", "canonical_domain": "msgentertainment.com", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["professional-services", "construction", "technology", "retail"], "industry_labels": ["art", "design", "construction", "technology", "digital distribution", "entertainment industry", "SIC 7990 Services-Miscellaneous Amusement & Recreation"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MSGE", "exchange": "NYSE", "lei": null, "sec_cik": "1952073", "parent": null, "logo_url": null, "description": "American holding company in New York City", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1952073", "enriched_at": "2026-09-13T07:22:21+00:00"}}
6492 +{"wikidata_id": "Q105222736", "display_name": "Shift4 Payments", "legal_name": null, "aliases": ["Lighthouse Network", "Inc."], "website": "https://www.shift4.com", "canonical_domain": "shift4.com", "country": "US", "hq_city": "Allentown", "hq_region": "Lehigh County", "lat": 40.6, "lon": -75.48333, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 7389 Services-Business Services, NEC"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "FOUR", "exchange": "NYSE", "lei": null, "sec_cik": "1794669", "parent": null, "logo_url": null, "description": "American payment processing solutions company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1794669", "enriched_at": "2026-09-13T07:22:23+00:00"}}
6493 +{"wikidata_id": "Q10536423", "display_name": "InvenSense", "legal_name": null, "aliases": ["InvenSense Inc."], "website": "https://www.invensense.com", "canonical_domain": "invensense.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/InvenSense_logo.jpg", "description": "provider of the MotionTracking™ sensor system on chip for consumer electronic", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6494 +{"wikidata_id": "Q105393657", "display_name": "EarnIn", "legal_name": null, "aliases": [], "website": "https://www.earnin.com", "canonical_domain": "earnin.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["financial-services", "fintech"], "industry_labels": ["financial services", "Earned Wage Access", "fintech"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American financial services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6495 +{"wikidata_id": "Q1071680", "display_name": "Chiaroscuro Records", "legal_name": null, "aliases": [], "website": "https://chiaroscurojazz.org", "canonical_domain": "chiaroscurojazz.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American jazz record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6496 +{"wikidata_id": "Q107211050", "display_name": "Landry's Inc.", "legal_name": null, "aliases": [], "website": "https://www.landrysinc.com", "canonical_domain": "landrysinc.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3217105"}]}
6497 +{"wikidata_id": "Q107348312", "display_name": "Aerosul Linhas Aéreas", "legal_name": null, "aliases": [], "website": "https://aerosul.com.br", "canonical_domain": "aerosul.com.br", "country": "BR", "hq_city": "Arapongas", "hq_region": "Paraná", "lat": -23.41889, "lon": -51.42389, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6498 +{"wikidata_id": "Q10856246", "display_name": "New York Water Taxi", "legal_name": null, "aliases": [], "website": "https://www.nywatertaxi.com", "canonical_domain": "nywatertaxi.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["utilities"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "water taxi service in New York City", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6499 +{"wikidata_id": "Q109320655", "display_name": "Alpha Motor Corporation", "legal_name": "Alpha Motor Corporation", "aliases": ["Alpha", "Alpha Motor"], "website": "https://www.alphamotorinc.com", "canonical_domain": "alphamotorinc.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpha_Motor_Corporation_Logo.svg", "description": "Automobile Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6500 +{"wikidata_id": "Q109425108", "display_name": "Grupo ISA", "legal_name": null, "aliases": ["ISA", "Interconexión Eléctrica"], "website": "https://www.isa.co", "canonical_domain": "isa.co", "country": "CO", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colombian electric power and highways holding company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6501 +{"wikidata_id": "Q109643625", "display_name": "Leder Games", "legal_name": null, "aliases": [], "website": "https://ledergames.com", "canonical_domain": "ledergames.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["tabletop game"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leder_Games_logo.png", "description": "American board game publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6502 +{"wikidata_id": "Q110886945", "display_name": "ViaMobilidade Linhas 8 e 9", "legal_name": "Concessionária das Linhas 8 e 9 do Sistema de Trens Metropolitanos de São Paulo S.A.", "aliases": [], "website": "https://www.viamobilidade.com.br", "canonical_domain": "viamobilidade.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1121225", "name": "Motiva"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_completo_viamobilidade.svg", "description": "Brazilian transport company, operating lines 8 and 9 of São Paulo's commuter train service", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6503 +{"wikidata_id": "Q1119804", "display_name": "Werthein Group", "legal_name": null, "aliases": [], "website": "https://www.grupowerthein.com", "canonical_domain": "grupowerthein.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo-Werthein-01.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6504 +{"wikidata_id": "Q11221981", "display_name": "Gumroad, Inc.", "legal_name": null, "aliases": [], "website": "https://gumroad.com", "canonical_domain": "gumroad.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["retail"], "industry_labels": ["digital distribution"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1532978", "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6505 +{"wikidata_id": "Q11283586", "display_name": "Athleta", "legal_name": null, "aliases": [], "website": "https://www.athleta.co.jp", "canonical_domain": "athleta.co.jp", "country": "BR", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.66833, "lon": 139.70694, "industries": ["apparel"], "industry_labels": ["sports industry", "textile industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Athleta_sportsbrand_logo.png", "description": "Brazilian-Japanese sportswear company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6506 +{"wikidata_id": "Q11296819", "display_name": "Kitson", "legal_name": null, "aliases": [], "website": "https://shopkitson.jp", "canonical_domain": "shopkitson.jp", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Shop", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6507 +{"wikidata_id": "Q11299197", "display_name": "Crystal Geyser Water Company", "legal_name": null, "aliases": [], "website": "https://www.crystalgeyserasw.com", "canonical_domain": "crystalgeyserasw.com", "country": "US", "hq_city": "Calistoga", "hq_region": "Napa County", "lat": 38.58139, "lon": -122.58278, "industries": ["utilities"], "industry_labels": ["bottled water"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q386434", "name": "Otsuka Pharmaceutical"}, "logo_url": null, "description": "private company founded in 1977 in Calistoga, California", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6508 +{"wikidata_id": "Q1134375", "display_name": "Pixel Qi", "legal_name": null, "aliases": [], "website": "https://www.pixelqi.com", "canonical_domain": "pixelqi.com", "country": "US", "hq_city": "San Bruno", "hq_region": "San Mateo County", "lat": 37.625, "lon": -122.415, "industries": [], "industry_labels": ["electronic visual display"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pixel_Qi_logo.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6509 +{"wikidata_id": "Q113834949", "display_name": "Coulson Aviation", "legal_name": null, "aliases": [], "website": "https://coulsongroup.com", "canonical_domain": "coulsongroup.com", "country": "CA", "hq_city": "Port Alberni", "hq_region": "Alberni-Clayoquot Regional District", "lat": 49.2339, "lon": -124.805, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Aviation company based in Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6510 +{"wikidata_id": "Q1140090", "display_name": "Greenleaf Music", "legal_name": null, "aliases": [], "website": "https://greenleafmusic.com", "canonical_domain": "greenleafmusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6511 +{"wikidata_id": "Q1146096", "display_name": "Custard Records", "legal_name": "Custard Records", "aliases": ["Custard"], "website": "https://www.custardrecords.com", "canonical_domain": "custardrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6512 +{"wikidata_id": "Q1146555", "display_name": "Ocean Star Cruises", "legal_name": null, "aliases": [], "website": "https://www.oceanstar.com.mx", "canonical_domain": "oceanstar.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["shipping"], "industry_labels": ["cruise"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ocean_Star_Cruises_Logo.svg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6513 +{"wikidata_id": "Q11680385", "display_name": "Izzi", "legal_name": "Empresas Cablevisión, S.A.B. de C.V.", "aliases": ["Cablevisión"], "website": "https://www.izzi.mx", "canonical_domain": "izzi.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Izzi.svg", "description": "Mexican cable system operator", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6514 +{"wikidata_id": "Q11681251", "display_name": "EasySky", "legal_name": null, "aliases": [], "website": "https://easysky.hn", "canonical_domain": "easysky.hn", "country": "HN", "hq_city": "Tegucigalpa", "hq_region": "Distrito Central", "lat": 14.10578, "lon": -87.20471, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Honduran low-cost airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6515 +{"wikidata_id": "Q117011698", "display_name": "Circana", "legal_name": null, "aliases": [], "website": "https://www.circana.com", "canonical_domain": "circana.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["market research"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American market research company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6516 +{"wikidata_id": "Q11802587", "display_name": "Panattoni", "legal_name": null, "aliases": [], "website": "https://panattonieurope.com", "canonical_domain": "panattonieurope.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "International real estate developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6517 +{"wikidata_id": "Q11961178", "display_name": "Bitstrips", "legal_name": null, "aliases": ["Bitmoji"], "website": "https://www.bitstrips.com", "canonical_domain": "bitstrips.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["technology"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct Canadian media and technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6518 +{"wikidata_id": "Q119616140", "display_name": "Stark Bank", "legal_name": null, "aliases": [], "website": "https://starkbank.com", "canonical_domain": "starkbank.com", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["banking"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Brazil", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6519 +{"wikidata_id": "Q12060878", "display_name": "JLG Industries", "legal_name": null, "aliases": ["Inc."], "website": "https://www.jlg.com", "canonical_domain": "jlg.com", "country": "US", "hq_city": "McConnellsburg", "hq_region": "Fulton County", "lat": 39.9325, "lon": -77.99583, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "HAVHVPUI8WS6IK3GND41", "sec_cik": null, "parent": {"wikidata_id": "Q1969091", "name": "Oshkosh Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JLG_Industries_logo.svg", "description": "American manufacturer of high-level access equipment", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6520 +{"wikidata_id": "Q120673684", "display_name": "Ecocitex", "legal_name": null, "aliases": [], "website": "https://www.ecocitex.cl", "canonical_domain": "ecocitex.cl", "country": "CL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities", "apparel"], "industry_labels": ["recycling", "textile industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean textile recycling company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6521 +{"wikidata_id": "Q121284341", "display_name": "The Cartoon Network, Inc.", "legal_name": null, "aliases": [], "website": "https://cartoonnetwork.com", "canonical_domain": "cartoonnetwork.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cartoon_Network_2010_logo.svg", "description": "American entertainment company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6522 +{"wikidata_id": "Q121356631", "display_name": "Jacksons Food Stores", "legal_name": null, "aliases": [], "website": "https://jacksons.com", "canonical_domain": "jacksons.com", "country": "US", "hq_city": "Meridian", "hq_region": "Ada County", "lat": 43.61417, "lon": -116.39889, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American chain of gas stations", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6523 +{"wikidata_id": "Q123035571", "display_name": "Elektra", "legal_name": null, "aliases": [], "website": "https://www.elektra.mx", "canonical_domain": "elektra.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail", "financial-services"], "industry_labels": ["retail", "credit"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1142753", "name": "Grupo Elektra"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elektra_Logo.svg", "description": "Mexican retail stores", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6524 +{"wikidata_id": "Q123524232", "display_name": "ClickUp", "legal_name": null, "aliases": [], "website": "https://clickup.com", "canonical_domain": "clickup.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["software"], "industry_labels": ["software as a service"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "project management software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6525 +{"wikidata_id": "Q123766168", "display_name": "Idea-Tec", "legal_name": "Idea-Tec", "aliases": [], "website": "https://idea-tec.cl", "canonical_domain": "idea-tec.cl", "country": "CL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["renewables"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean cleantech and upcycling company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6526 +{"wikidata_id": "Q12417187", "display_name": "Essar Steel Algoma", "legal_name": null, "aliases": [], "website": "https://www.essarsteelalgoma.com", "canonical_domain": "essarsteelalgoma.com", "country": "CA", "hq_city": "Sault Ste. Marie", "hq_region": "Algoma District", "lat": 46.5333, "lon": -84.35, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "formerly Algoma Steel, a Canadian steel producer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6527 +{"wikidata_id": "Q124313742", "display_name": "Naranja X", "legal_name": null, "aliases": ["Naranja", "Naranja Compañía Financiera", "Naranja Compañía Financiera S.A.U", "NX", "Tarjeta Naranja"], "website": "https://www.naranjax.com.mx", "canonical_domain": "naranjax.com.mx", "country": "AR", "hq_city": "Córdoba", "hq_region": "Capital Department", "lat": -31.41667, "lon": -64.18333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Naranja_X.png", "description": "Argentine fintech company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6528 +{"wikidata_id": "Q124519931", "display_name": "SpindleHorse Toons", "legal_name": null, "aliases": ["SpindleHorse"], "website": "https://spindlehorse.com", "canonical_domain": "spindlehorse.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American TV animation studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6529 +{"wikidata_id": "Q124947847", "display_name": "Iconic Events", "legal_name": null, "aliases": [], "website": "https://iconicreleasing.com", "canonical_domain": "iconicreleasing.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film distributor and production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6530 +{"wikidata_id": "Q125030348", "display_name": "Celsius Holdings", "legal_name": null, "aliases": ["Inc."], "website": "https://www.celsiusholdingsinc.com", "canonical_domain": "celsiusholdingsinc.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "drink company founded by Steve Haley", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6531 +{"wikidata_id": "Q1256278", "display_name": "Wm. K. Walthers", "legal_name": null, "aliases": [], "website": "https://www.walthers.com", "canonical_domain": "walthers.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Walthers_TM_No_Line.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6532 +{"wikidata_id": "Q1258651", "display_name": "Dresser Industries", "legal_name": null, "aliases": [], "website": "https://www.dresser.com", "canonical_domain": "dresser.com", "country": "US", "hq_city": "Addison", "hq_region": "Dallas County", "lat": 32.95778, "lon": -96.835, "industries": ["energy"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former American energy corporation", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6533 +{"wikidata_id": "Q126372362", "display_name": "Reigning Phoenix Music", "legal_name": null, "aliases": ["RPM"], "website": "https://reigningphoenixmusic.com", "canonical_domain": "reigningphoenixmusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American-German record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6534 +{"wikidata_id": "Q1268489", "display_name": "MetaStock", "legal_name": "Innovative Market Analysis", "aliases": ["Computer Asset Management", "Equis International"], "website": "https://www.metastock.com", "canonical_domain": "metastock.com", "country": "US", "hq_city": "MetaStock", "hq_region": null, "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MetaStock-Logo.gif", "description": "proprietary computer program released by Computer Asset Management in 1985", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6535 +{"wikidata_id": "Q1273827", "display_name": "ImagineAir", "legal_name": null, "aliases": [], "website": "https://www.flyimagineair.com", "canonical_domain": "flyimagineair.com", "country": "US", "hq_city": "Atlanta", "hq_region": "Fulton County", "lat": 33.75444, "lon": -84.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IA_Logo_Official_-_2010.png", "description": "airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6536 +{"wikidata_id": "Q12960186", "display_name": "Temple Street Productions", "legal_name": null, "aliases": [], "website": "https://www.templestreetproductions.com", "canonical_domain": "templestreetproductions.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6537 +{"wikidata_id": "Q131553501", "display_name": "Telo Trucks", "legal_name": "Telo Trucks Inc", "aliases": ["TELO"], "website": "https://www.telotrucks.com", "canonical_domain": "telotrucks.com", "country": "US", "hq_city": "San Carlos", "hq_region": "San Mateo County", "lat": 37.49917, "lon": -122.26333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US electric vehicle startup", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6538 +{"wikidata_id": "Q131555971", "display_name": "Lyten", "legal_name": null, "aliases": ["Inc.", "Inc. (San Jose", "CA)"], "website": "https://www.lyten.com", "canonical_domain": "lyten.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6539 +{"wikidata_id": "Q132188357", "display_name": "Codex Labs", "legal_name": null, "aliases": [], "website": "https://www.codexlabscorp.com", "canonical_domain": "codexlabscorp.com", "country": "US", "hq_city": "Silicon Valley", "hq_region": "California", "lat": 37.3775, "lon": -122.0675, "industries": ["biotechnology", "pharmaceuticals", "healthcare", "consumer-goods"], "industry_labels": ["biotechnology", "dermatology", "wellness", "cosmetics industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CL_LOGO_lockup.png", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6540 +{"wikidata_id": "Q132774969", "display_name": "Rokt", "legal_name": null, "aliases": [], "website": "https://www.rokt.com", "canonical_domain": "rokt.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6541 +{"wikidata_id": "Q1331266", "display_name": "StarRoc", "legal_name": null, "aliases": [], "website": "https://www.starrocrecords.com", "canonical_domain": "starrocrecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1194456", "name": "Roc Nation"}, "logo_url": null, "description": "record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6542 +{"wikidata_id": "Q13479580", "display_name": "NutraSweet", "legal_name": null, "aliases": [], "website": "https://www.nutrasweet.com", "canonical_domain": "nutrasweet.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30290715", "name": "Manus Bio (United States)"}, "logo_url": null, "description": "American nutrient company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6543 +{"wikidata_id": "Q13530143", "display_name": "Effa Motors", "legal_name": null, "aliases": [], "website": "https://www.effamotors.com.br", "canonical_domain": "effamotors.com.br", "country": "UY", "hq_city": "San José de Mayo", "hq_region": "San José Department", "lat": -34.33825, "lon": -56.71192, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Uruguayan automobile and commercial vehicle manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6544 +{"wikidata_id": "Q136702090", "display_name": "Fluid Attacks", "legal_name": null, "aliases": [], "website": "https://fluidattacks.com", "canonical_domain": "fluidattacks.com", "country": "CO", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fluid_attacks_logo.png", "description": "application security company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6545 +{"wikidata_id": "Q1373540", "display_name": "Frederick's of Hollywood", "legal_name": null, "aliases": [], "website": "https://www.fredericks.com", "canonical_domain": "fredericks.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fredericks_hollywood_logo.png", "description": "retailer of women's lingerie in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6546 +{"wikidata_id": "Q1391731", "display_name": "FM Global", "legal_name": null, "aliases": [], "website": "https://www.fmglobal.com", "canonical_domain": "fmglobal.com", "country": "US", "hq_city": "Johnston", "hq_region": "Providence County", "lat": 41.81667, "lon": -71.48333, "industries": ["insurance"], "industry_labels": ["insurance company"], "founded_year": 1835, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fm-global.png", "description": "American mutual insurance company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6547 +{"wikidata_id": "Q140529344", "display_name": "Freedom Fuel", "legal_name": null, "aliases": [], "website": "https://freedomfuelnetwork.com", "canonical_domain": "freedomfuelnetwork.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy", "oil-gas"], "industry_labels": [], "founded_year": 2026, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "network of American gas stations", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6548 +{"wikidata_id": "Q1407948", "display_name": "Ferrocarril del Pacífico S.A.", "legal_name": null, "aliases": ["FEPASA"], "website": "https://www.fepasa.com", "canonical_domain": "fepasa.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["logistics"], "industry_labels": ["rail freight transport"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fepasa_logo.svg", "description": "transport company in Chile", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6549 +{"wikidata_id": "Q1408006", "display_name": "Ferrovia Norte-Sul", "legal_name": null, "aliases": [], "website": "https://www.valec.gov.br", "canonical_domain": "valec.gov.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazil", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6550 +{"wikidata_id": "Q14192683", "display_name": "222 Records", "legal_name": null, "aliases": [], "website": "https://www.222recs.com", "canonical_domain": "222recs.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label founded in 2012 by artist Adam Levine", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6551 +{"wikidata_id": "Q1419511", "display_name": "First Nations Bank of Canada", "legal_name": null, "aliases": ["FNBC"], "website": "https://www.firstnationsbank.com", "canonical_domain": "firstnationsbank.com", "country": "CA", "hq_city": "Saskatoon", "hq_region": "Saskatchewan", "lat": 52.13333, "lon": -106.68333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Nations_Bank_of_Canada_logo.svg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6552 +{"wikidata_id": "Q14555035", "display_name": "Kansas City Board of Trade", "legal_name": null, "aliases": [], "website": "https://www.kcbt.com", "canonical_domain": "kcbt.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail", "financial-services"], "industry_labels": [], "founded_year": 1856, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former American stock exchange", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6553 +{"wikidata_id": "Q14628804", "display_name": "IBC Airways", "legal_name": null, "aliases": [], "website": "https://www.ibcairways.com", "canonical_domain": "ibcairways.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "on-demand airline headquartered in Florida, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6554 +{"wikidata_id": "Q1475085", "display_name": "General Motors of Canada", "legal_name": null, "aliases": ["General Motors Canada", "GM Canada"], "website": "https://www.gm.ca", "canonical_domain": "gm.ca", "country": "CA", "hq_city": "Oshawa", "hq_region": "Regional Municipality of Durham", "lat": 43.9, "lon": -78.85, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_motors_logo_with_wordmark.svg", "description": "automobile manufacturer in Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6555 +{"wikidata_id": "Q14754706", "display_name": "Hensel Phelps Construction", "legal_name": null, "aliases": [], "website": "https://www.henselphelps.com", "canonical_domain": "henselphelps.com", "country": "US", "hq_city": "Greeley", "hq_region": "Weld County", "lat": 40.41667, "lon": -104.7, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hensel_Phelps_Plan_Build_Manage_LOGO_PNG.png", "description": "American general contractor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6556 +{"wikidata_id": "Q14924297", "display_name": "Línea Aérea Cuencana", "legal_name": null, "aliases": [], "website": "https://www.lacecuador.com", "canonical_domain": "lacecuador.com", "country": "EC", "hq_city": "Cuenca", "hq_region": "Cuenca Canton", "lat": -2.89741, "lon": -79.00448, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6557 +{"wikidata_id": "Q1494605", "display_name": "International Securities Exchange, Llc", "legal_name": null, "aliases": ["ISE", "XISX"], "website": "https://www.ise.com", "canonical_domain": "ise.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in New York City, New York, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6558 +{"wikidata_id": "Q1504121", "display_name": "Volcom Entertainment", "legal_name": null, "aliases": [], "website": "https://www.volcoment.com", "canonical_domain": "volcoment.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6559 +{"wikidata_id": "Q15110072", "display_name": "Cumulus Networks", "legal_name": null, "aliases": [], "website": "https://www.cumulusnetworks.com", "canonical_domain": "cumulusnetworks.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US software producer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6560 +{"wikidata_id": "Q15238797", "display_name": "Tangerine", "legal_name": null, "aliases": ["ING Direct Canada", "Tangerine Bank"], "website": "https://www.tangerine.ca", "canonical_domain": "tangerine.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q451476", "name": "Scotiabank"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tangerine_Bank_logo_2026.svg", "description": "Canadian direct banking chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6561 +{"wikidata_id": "Q1525855", "display_name": "Tradeshift", "legal_name": null, "aliases": [], "website": "https://tradeshift.com", "canonical_domain": "tradeshift.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tradeshift%27s_logo.svg", "description": "website", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6562 +{"wikidata_id": "Q1526431", "display_name": "MiWay", "legal_name": null, "aliases": ["Mississauga Transit"], "website": "https://www.mississauga.ca", "canonical_domain": "mississauga.ca", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["transportation"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MiWay_Logo.svg", "description": "public transport operator in Mississauga, Ontario, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6563 +{"wikidata_id": "Q1526951", "display_name": "NHS, Inc.", "legal_name": null, "aliases": [], "website": "https://www.nhs-inc.com", "canonical_domain": "nhs-inc.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Santa Cruz, USA", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6564 +{"wikidata_id": "Q153669", "display_name": "OneWest Bank", "legal_name": null, "aliases": [], "website": "https://www.onewestbank.com", "canonical_domain": "onewestbank.com", "country": "US", "hq_city": "Pasadena", "hq_region": "Los Angeles County", "lat": 34.1475, "lon": -118.14389, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "FVPV0TNOIM6NUIE59530", "sec_cik": null, "parent": {"wikidata_id": "Q1023765", "name": "CIT Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OneWest_Bank_logo.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6565 +{"wikidata_id": "Q1538006", "display_name": "Gordon Food Service", "legal_name": null, "aliases": ["GFS"], "website": "https://gfs.com", "canonical_domain": "gfs.com", "country": "US", "hq_city": "Wyoming", "hq_region": "Kent County", "lat": 42.91361, "lon": -85.70556, "industries": ["food-beverage", "retail"], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gordon_Food_Service_logo.svg", "description": "American foodservice distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6566 +{"wikidata_id": "Q15617117", "display_name": "Joyful Noise Recordings", "legal_name": null, "aliases": ["Joyful Noise"], "website": "https://www.joyfulnoiserecordings.com", "canonical_domain": "joyfulnoiserecordings.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Joyful_Noise_logo.png", "description": "American independent record label from Indianapolis, Indiana", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6567 +{"wikidata_id": "Q15629866", "display_name": "Talygen", "legal_name": null, "aliases": [], "website": "https://www.talygen.com", "canonical_domain": "talygen.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "software development company in Palo Alto", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6568 +{"wikidata_id": "Q15632040", "display_name": "One Airlines", "legal_name": null, "aliases": [], "website": "https://www.oneaircharter.com", "canonical_domain": "oneaircharter.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_one_airlines.png", "description": "Defunct Chilean Airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6569 +{"wikidata_id": "Q15647948", "display_name": "Institute of Food Technologists", "legal_name": null, "aliases": ["IFT"], "website": "https://ift.org", "canonical_domain": "ift.org", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Non-profit organization", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6570 +{"wikidata_id": "Q15733465", "display_name": "CrowdOptic, Inc.", "legal_name": null, "aliases": [], "website": "https://www.crowdoptic.com", "canonical_domain": "crowdoptic.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CrowdOptic_Logo.jpeg", "description": "San Francisco-based medical technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6571 +{"wikidata_id": "Q15823987", "display_name": "Kodak Alaris", "legal_name": null, "aliases": [], "website": "https://www.kodakalaris.com", "canonical_domain": "kodakalaris.com", "country": "US", "hq_city": "Hemel Hempstead", "hq_region": "Dacorum", "lat": 51.75333, "lon": -0.44861, "industries": [], "industry_labels": ["photo industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kodak_Alaris_Logo.svg", "description": "photographic supplies company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6572 +{"wikidata_id": "Q1589395", "display_name": "Hauppauge Computer Works", "legal_name": null, "aliases": [], "website": "https://www.hauppauge.com", "canonical_domain": "hauppauge.com", "country": "US", "hq_city": "Hauppauge", "hq_region": "Suffolk County", "lat": 40.8183, "lon": -73.2069, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6573 +{"wikidata_id": "Q1590448", "display_name": "Rail World, Inc.", "legal_name": null, "aliases": [], "website": "https://www.railworld-inc.com", "canonical_domain": "railworld-inc.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American rail transport holding company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6574 +{"wikidata_id": "Q15917444", "display_name": "Papercutz", "legal_name": "Papercutz", "aliases": [], "website": "https://www.papercutz.com", "canonical_domain": "papercutz.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher of graphic novels for children, tweens, and teens", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6575 +{"wikidata_id": "Q16155855", "display_name": "17-BIT", "legal_name": null, "aliases": [], "website": "https://www.17-bit.com", "canonical_domain": "17-bit.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/17-BIT_logo_rgb.png", "description": "indie video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6576 +{"wikidata_id": "Q16242798", "display_name": "BlueTriton Brands", "legal_name": "BlueTriton Brands, Inc.", "aliases": ["Inc.", "Nestlé Waters North America"], "website": "https://bluetriton.com", "canonical_domain": "bluetriton.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American beverage company that produces and distributes numerous brands of bottled water across North America", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6577 +{"wikidata_id": "Q16254330", "display_name": "Protozoa Pictures", "legal_name": null, "aliases": [], "website": "https://protozoa.com", "canonical_domain": "protozoa.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6578 +{"wikidata_id": "Q16335785", "display_name": "Pivotal Software", "legal_name": null, "aliases": ["Pivotal", "Inc."], "website": "https://pivotal.io", "canonical_domain": "pivotal.io", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27500963", "name": "Dell Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pivotal_Software_logo.svg", "description": "software and services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6579 +{"wikidata_id": "Q16488129", "display_name": "Abitab", "legal_name": null, "aliases": [], "website": "https://www.abitab.com.uy", "canonical_domain": "abitab.com.uy", "country": "UY", "hq_city": null, "hq_region": "Montevideo", "lat": -34.89299, "lon": -56.18958, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q141168561", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Socios-logo-abitab.jpg", "description": "Uruguayan financial services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6580 +{"wikidata_id": "Q16609167", "display_name": "Mostaza", "legal_name": null, "aliases": ["Mostaza Argentina"], "website": "https://www.mostazaweb.com.ar", "canonical_domain": "mostazaweb.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mostaza_restaurant_logo.png", "description": "Argentinian fast food chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6581 +{"wikidata_id": "Q1665852", "display_name": "Interactive Data Corporation", "legal_name": null, "aliases": [], "website": "https://www.interactivedata.com", "canonical_domain": "interactivedata.com", "country": "US", "hq_city": "Bedford", "hq_region": "Middlesex County", "lat": 42.49056, "lon": -71.27667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Interactive_Data_Logo.svg", "description": "financial services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6582 +{"wikidata_id": "Q16672882", "display_name": "River Road Entertainment", "legal_name": null, "aliases": [], "website": "https://riverroadentertainment.com", "canonical_domain": "riverroadentertainment.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6583 +{"wikidata_id": "Q1677100", "display_name": "Jack Link's", "legal_name": null, "aliases": ["Jack Link's Beef Jerky", "Link Snacks", "Inc."], "website": "https://www.jacklinks.com", "canonical_domain": "jacklinks.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "snack company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6584 +{"wikidata_id": "Q16824942", "display_name": "altrafootwear.jp", "legal_name": null, "aliases": [], "website": "https://altrafootwear.jp", "canonical_domain": "altrafootwear.jp", "country": "US", "hq_city": "Logan", "hq_region": "Cache County", "lat": 41.73778, "lon": -111.83083, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q457960", "name": "VF Corporation"}, "logo_url": null, "description": "American manufacturing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6585 +{"wikidata_id": "Q16928057", "display_name": "Yucaipa Companies", "legal_name": null, "aliases": [], "website": "https://yucaipaco.com", "canonical_domain": "yucaipaco.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American private equity firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6586 +{"wikidata_id": "Q16957869", "display_name": "Tradewind Aviation", "legal_name": null, "aliases": [], "website": "https://www.flytradewind.com", "canonical_domain": "flytradewind.com", "country": "US", "hq_city": "Oxford", "hq_region": "Naugatuck Valley Planning Region", "lat": 41.43399, "lon": -73.11678, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6587 +{"wikidata_id": "Q16961710", "display_name": "SendGrid", "legal_name": null, "aliases": [], "website": "https://sendgrid.com", "canonical_domain": "sendgrid.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": ["software"], "industry_labels": ["software development", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1477425", "parent": {"wikidata_id": "Q7858039", "name": "Twilio"}, "logo_url": null, "description": "email delivery service", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1477425", "enriched_at": "2026-09-13T07:22:27+00:00"}}
6588 +{"wikidata_id": "Q16961780", "display_name": "Apptio", "legal_name": null, "aliases": [], "website": "https://www.apptio.com", "canonical_domain": "apptio.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6589 +{"wikidata_id": "Q16974661", "display_name": "Allied Artists International", "legal_name": null, "aliases": [], "website": "https://www.alliedartists.com", "canonical_domain": "alliedartists.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["outline of entertainment"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alliedlogo.jpg", "description": "American movie studio and motion picture distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q104806762"}]}
6590 +{"wikidata_id": "Q16983369", "display_name": "Harry & David", "legal_name": null, "aliases": [], "website": "https://www.harryanddavid.com", "canonical_domain": "harryanddavid.com", "country": "US", "hq_city": "Medford", "hq_region": "Jackson County", "lat": 42.33194, "lon": -122.86167, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harry_%26_David_logo.svg", "description": "American premium food and gift company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6591 +{"wikidata_id": "Q16985176", "display_name": "Surf Air", "legal_name": null, "aliases": [], "website": "https://www.surfair.com", "canonical_domain": "surfair.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commuter airline based out of Santa Monica, California", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6592 +{"wikidata_id": "Q16992781", "display_name": "Eureka", "legal_name": null, "aliases": [], "website": "https://www.eureka.com", "canonical_domain": "eureka.com", "country": "CA", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of vacuum cleaners", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6593 +{"wikidata_id": "Q16995161", "display_name": "Helzberg Diamonds", "legal_name": null, "aliases": [], "website": "https://www.helzberg.com", "canonical_domain": "helzberg.com", "country": "US", "hq_city": "North Kansas City", "hq_region": "Clay County", "lat": 39.1389, "lon": -94.5706, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Helzberg_Diamonds_logo.png", "description": "American jewelry retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6594 +{"wikidata_id": "Q16995645", "display_name": "Kibon", "legal_name": null, "aliases": [], "website": "https://www.kibon.com.br", "canonical_domain": "kibon.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kibon.svg", "description": "Brazilian ice cream brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6595 +{"wikidata_id": "Q16995922", "display_name": "Hotel Tonight", "legal_name": null, "aliases": ["HotelTonight"], "website": "https://hoteltonight.com", "canonical_domain": "hoteltonight.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1520184", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hotel_Tonight_logo.svg", "description": "Airbnb subsidiary", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6596 +{"wikidata_id": "Q16997513", "display_name": "J. W. Pepper & Son, Inc.", "legal_name": null, "aliases": [], "website": "https://www.jwpepper.com", "canonical_domain": "jwpepper.com", "country": "US", "hq_city": "Exton", "hq_region": "West Whiteland Township", "lat": 40.03, "lon": -75.61833, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sheet music retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6597 +{"wikidata_id": "Q17020829", "display_name": "McAlister's Deli", "legal_name": null, "aliases": [], "website": "https://www.mcalistersdeli.com", "canonical_domain": "mcalistersdeli.com", "country": "US", "hq_city": "Ridgeland", "hq_region": "Madison County", "lat": 32.4189, "lon": -90.125, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/McAlister%27s_Deli_logo.svg", "description": "American chain of fast casual restaurants", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6598 +{"wikidata_id": "Q17029777", "display_name": "Robeks", "legal_name": null, "aliases": [], "website": "https://robeks.com", "canonical_domain": "robeks.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "smoothie shop franchise in the US", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6599 +{"wikidata_id": "Q17034350", "display_name": "Little Tikes", "legal_name": null, "aliases": ["The Little Tikes Company"], "website": "https://www.littletikes.com", "canonical_domain": "littletikes.com", "country": "US", "hq_city": "Hudson", "hq_region": "Summit County", "lat": 41.23984, "lon": -81.44078, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7375850", "name": "Rubbermaid"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Little_Tikes_logo_2019.svg", "description": "American-based manufacturer of children's toys", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6600 +{"wikidata_id": "Q17042662", "display_name": "NTN Buzztime", "legal_name": null, "aliases": [], "website": "https://www.buzztime.com", "canonical_domain": "buzztime.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["media"], "industry_labels": ["interactive media"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "entertainment company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6601 +{"wikidata_id": "Q17061785", "display_name": "Souplantation", "legal_name": null, "aliases": ["Sweet Tomatos"], "website": "https://sweettomatoes.com", "canonical_domain": "sweettomatoes.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Souplantation-new.png", "description": "United States based chain of all-you-can-eat buffet style restaurants", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6602 +{"wikidata_id": "Q17076849", "display_name": "Litoral Gas", "legal_name": null, "aliases": [], "website": "https://www.litoralgas.com.ar", "canonical_domain": "litoralgas.com.ar", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6603 +{"wikidata_id": "Q17085496", "display_name": "Pirma Sport", "legal_name": null, "aliases": ["Pirma"], "website": "https://pirma.com.mx", "canonical_domain": "pirma.com.mx", "country": "MX", "hq_city": "San Francisco del Rincón", "hq_region": "Guanajuato", "lat": 21.01833, "lon": -101.85778, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pirma_Logo.png", "description": "Mexican sports equipment company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6604 +{"wikidata_id": "Q17093822", "display_name": "Pharmasave", "legal_name": null, "aliases": [], "website": "https://www.pharmasave.com", "canonical_domain": "pharmasave.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["pharmacy"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pharmasave_logo.gif", "description": "Canadian pharmacy and drugstore chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6605 +{"wikidata_id": "Q17101817", "display_name": "Virgin Hotels", "legal_name": null, "aliases": [], "website": "https://virginhotels.com", "canonical_domain": "virginhotels.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q494917", "name": "Virgin Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Virgin_Hotels_logo.svg", "description": "lifestyle hotel chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6606 +{"wikidata_id": "Q17107723", "display_name": "Mossimo", "legal_name": null, "aliases": [], "website": "https://mossimo.com", "canonical_domain": "mossimo.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5986662", "name": "Iconix Brand Group"}, "logo_url": null, "description": "mid-range American clothing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6607 +{"wikidata_id": "Q17110346", "display_name": "Pei Architects", "legal_name": null, "aliases": [], "website": "https://www.peipartnership.com", "canonical_domain": "peipartnership.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["construction"], "industry_labels": ["architecture"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New York-based architecture firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6608 +{"wikidata_id": "Q17114220", "display_name": "Neverware", "legal_name": "Neverware Inc", "aliases": [], "website": "https://www.neverware.com", "canonical_domain": "neverware.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1595301", "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": null, "description": "American technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6609 +{"wikidata_id": "Q17121610", "display_name": "MFJ Enterprises", "legal_name": null, "aliases": [], "website": "https://www.mfjenterprises.com", "canonical_domain": "mfjenterprises.com", "country": "US", "hq_city": "Starkville", "hq_region": "Oktibbeha County", "lat": 33.46222, "lon": -88.81972, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MFJ_Enterprises_Logo.png", "description": "ham radio manufacturer based in Mississippi, USA", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6610 +{"wikidata_id": "Q17131047", "display_name": "The Frye Company", "legal_name": null, "aliases": ["Frye Company"], "website": "https://www.thefryecompany.com", "canonical_domain": "thefryecompany.com", "country": "US", "hq_city": "New York", "hq_region": "United States", "lat": 43.0, "lon": -75.0, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1863, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17004742", "name": "Authentic Brands Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frye_company_logo.png", "description": "American shoe manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6611 +{"wikidata_id": "Q17146476", "display_name": "Plotly", "legal_name": null, "aliases": [], "website": "https://plot.ly", "canonical_domain": "plot.ly", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Plotly_logo_for_digital_final_%286%29.png", "description": "online analytics and data visualization tool", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6612 +{"wikidata_id": "Q17152213", "display_name": "Boss Fight Books", "legal_name": null, "aliases": [], "website": "https://bossfightbooks.com", "canonical_domain": "bossfightbooks.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boss_Fight_Books_logo.svg", "description": "American book publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6613 +{"wikidata_id": "Q17183195", "display_name": "Narrative Science", "legal_name": null, "aliases": [], "website": "https://narrativescience.com", "canonical_domain": "narrativescience.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1489390", "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6614 +{"wikidata_id": "Q1738104", "display_name": "Keithley Instruments", "legal_name": null, "aliases": [], "website": "https://www.keithley.de", "canonical_domain": "keithley.de", "country": "US", "hq_city": "Solon", "hq_region": "Cuyahoga County", "lat": 41.39, "lon": -81.4422, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Keithley.svg", "description": "business enterprise", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6615 +{"wikidata_id": "Q1746937", "display_name": "Radio Flyer", "legal_name": null, "aliases": [], "website": "https://www.radioflyer.com", "canonical_domain": "radioflyer.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "an American toy company best known for their popular red toy wagon", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6616 +{"wikidata_id": "Q1748479", "display_name": "Flat World Knowledge", "legal_name": null, "aliases": [], "website": "https://www.flatworldknowledge.com", "canonical_domain": "flatworldknowledge.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FW_Logo_197x120.jpg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6617 +{"wikidata_id": "Q17510996", "display_name": "Constellis Holdings", "legal_name": null, "aliases": [], "website": "https://www.constellisgroup.com", "canonical_domain": "constellisgroup.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["construction"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Constellis_logo.svg", "description": "American private military contractor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6618 +{"wikidata_id": "Q1758003", "display_name": "Taang! Records", "legal_name": null, "aliases": [], "website": "https://www.taang.com", "canonical_domain": "taang.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6619 +{"wikidata_id": "Q18061536", "display_name": "ZZK Records", "legal_name": null, "aliases": [], "website": "https://zzkrecords.com", "canonical_domain": "zzkrecords.com", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Electronic music record label based in Buenos Aires, Argentina", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6620 +{"wikidata_id": "Q18168341", "display_name": "rover.com", "legal_name": null, "aliases": ["Rover"], "website": "https://www.rover.com", "canonical_domain": "rover.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["technology", "internet"], "industry_labels": ["technology", "sharing economy", "pet industry", "SIC 7200 Services-Personal Services"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900AL535Q7FCWY921", "sec_cik": "1826018", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rover.com_logo.jpg", "description": "sharing economy site for pet sitters and dog walkers", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1826018", "enriched_at": "2026-09-13T07:22:31+00:00"}}
6621 +{"wikidata_id": "Q18353411", "display_name": "Topshelf Records", "legal_name": null, "aliases": [], "website": "https://www.topshelfrecords.com", "canonical_domain": "topshelfrecords.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6622 +{"wikidata_id": "Q18415213", "display_name": "Rodeo FX", "legal_name": null, "aliases": [], "website": "https://rodeofx.com", "canonical_domain": "rodeofx.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WNQE4FWF85O460", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rodeo_FX_SVG_Logo.svg", "description": "visual effects company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6623 +{"wikidata_id": "Q18417523", "display_name": "Busscar de Colombia", "legal_name": null, "aliases": [], "website": "https://www.busscar.com.co", "canonical_domain": "busscar.com.co", "country": "CO", "hq_city": "Pereira", "hq_region": "Risaralda Department", "lat": 4.81444, "lon": -75.69472, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BUSSCAR_logo.jpg", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6624 +{"wikidata_id": "Q18454569", "display_name": "American Industrial Transport", "legal_name": null, "aliases": [], "website": "https://aitx.com", "canonical_domain": "aitx.com", "country": "US", "hq_city": "St. Charles", "hq_region": "St. Charles County", "lat": 38.78861, "lon": -90.51167, "industries": ["manufacturing", "transportation"], "industry_labels": ["industrial manufacturing", "railways rolling stock leasing"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AITX_Logo.svg", "description": "Manufacturer and lessor of freight cars.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6625 +{"wikidata_id": "Q18477454", "display_name": "Carris", "legal_name": null, "aliases": [], "website": "https://www.carris.com.br", "canonical_domain": "carris.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public transportation operator in Porto Alegre, Rio Grande do Sul, Brazil", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6626 +{"wikidata_id": "Q186912", "display_name": "OPTi", "legal_name": null, "aliases": ["OPTi Inc."], "website": "https://www.opti.com", "canonical_domain": "opti.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OPTi_logo.svg", "description": "fabless semiconductor company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6627 +{"wikidata_id": "Q18810151", "display_name": "Shinca Entertainment", "legal_name": null, "aliases": [], "website": "https://www.shincaentertainment.com", "canonical_domain": "shincaentertainment.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinca_Entertainment_logo.png", "description": "Californian entertainment company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6628 +{"wikidata_id": "Q189801", "display_name": "Zenoss", "legal_name": null, "aliases": ["Zenoss Inc."], "website": "https://www.zenoss.com", "canonical_domain": "zenoss.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that develops hybrid IT monitoring and analytics software", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6629 +{"wikidata_id": "Q1921337", "display_name": "Mercedes-Benz USA", "legal_name": null, "aliases": ["MBUSA"], "website": "https://www.mbusa.com", "canonical_domain": "mbusa.com", "country": "US", "hq_city": "Dunwoody", "hq_region": "DeKalb County", "lat": 33.9428, "lon": -84.3178, "industries": ["retail"], "industry_labels": ["trade"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27530", "name": "Mercedes-Benz Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mercedes-Benz_Logo_2010.svg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6630 +{"wikidata_id": "Q19359038", "display_name": "EX.CO", "legal_name": null, "aliases": [], "website": "https://ex.co", "canonical_domain": "ex.co", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Machine-Learning video technology company for every screen", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6631 +{"wikidata_id": "Q19359741", "display_name": "Nowsecure", "legal_name": null, "aliases": [], "website": "https://www.nowsecure.com", "canonical_domain": "nowsecure.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American mobile security company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6632 +{"wikidata_id": "Q1941434", "display_name": "MobileIron", "legal_name": null, "aliases": ["MobileIron Inc."], "website": "https://www.mobileiron.com", "canonical_domain": "mobileiron.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MobileIron-Logo.png", "description": "U.S. software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6633 +{"wikidata_id": "Q1943826", "display_name": "Momentive", "legal_name": null, "aliases": ["Momentive Performance Materials", "Momentive Performance Materials Inc."], "website": "https://www.momentive.com", "canonical_domain": "momentive.com", "country": "US", "hq_city": "Waterford", "hq_region": "Saratoga County", "lat": 42.79113, "lon": -73.67976, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Momentive_Performance_Materials_logo.svg", "description": "American chemical company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6634 +{"wikidata_id": "Q19521863", "display_name": "Serpost", "legal_name": null, "aliases": [], "website": "https://www.serpost.com.pe", "canonical_domain": "serpost.com.pe", "country": "PE", "hq_city": "Avenida Tomás Valle", "hq_region": "Lima", "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national post office of Peru", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6635 +{"wikidata_id": "Q1952296", "display_name": "Multi-Man Publishing", "legal_name": null, "aliases": ["MMP", "LLC", "Multiman Publishing"], "website": "https://www.multimanpublishing.com", "canonical_domain": "multimanpublishing.com", "country": "US", "hq_city": "Millersville", "hq_region": "Anne Arundel County", "lat": 39.0594, "lon": -76.6481, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American wargame publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6636 +{"wikidata_id": "Q1959798", "display_name": "NASCAR Mexico", "legal_name": null, "aliases": [], "website": "https://www.nascarmexico.com", "canonical_domain": "nascarmexico.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6637 +{"wikidata_id": "Q19607370", "display_name": "Aeroalcool", "legal_name": null, "aliases": [], "website": "https://www.aeroalcool.com.br", "canonical_domain": "aeroalcool.com.br", "country": "BR", "hq_city": "Batatais", "hq_region": "São Paulo", "lat": -20.89111, "lon": -47.585, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aerospace technology company producing light aircraft powered by ethanol, based in Batatais Brazil", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6638 +{"wikidata_id": "Q1972069", "display_name": "Nautel", "legal_name": null, "aliases": [], "website": "https://www.nautel.com", "canonical_domain": "nautel.com", "country": "CA", "hq_city": "Hacketts Cove", "hq_region": "Halifax", "lat": 44.56861, "lon": -63.9225, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "radio transmitter manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6639 +{"wikidata_id": "Q19802998", "display_name": "IllFonic", "legal_name": null, "aliases": ["Inc."], "website": "https://www.illfonic.com", "canonical_domain": "illfonic.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6640 +{"wikidata_id": "Q19818606", "display_name": "Broad Green Pictures", "legal_name": null, "aliases": [], "website": "https://www.broadgreen.com", "canonical_domain": "broadgreen.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Broad_Green_Pictures_logo.svg", "description": "US production and financing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6641 +{"wikidata_id": "Q1985929", "display_name": "RiffTrax", "legal_name": null, "aliases": [], "website": "https://www.rifftrax.com", "canonical_domain": "rifftrax.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6642 +{"wikidata_id": "Q19865830", "display_name": "Facebook Israel", "legal_name": null, "aliases": ["Facebook (Israel)", "Onavo"], "website": "https://www.onavo.com", "canonical_domain": "onavo.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q380", "name": "Meta Platforms"}, "logo_url": null, "description": "Israeli mobile web analytics company owned by Facebook", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6643 +{"wikidata_id": "Q19867857", "display_name": "Bodyarmor SuperDrink", "legal_name": null, "aliases": [], "website": "https://www.drinkbodyarmor.com", "canonical_domain": "drinkbodyarmor.com", "country": "US", "hq_city": "Queens", "hq_region": "New York City", "lat": 40.71361, "lon": -73.82806, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sports drink", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6644 +{"wikidata_id": "Q19868263", "display_name": "Duplass Brothers Productions", "legal_name": null, "aliases": [], "website": "https://www.duplassbrothers.com", "canonical_domain": "duplassbrothers.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6645 +{"wikidata_id": "Q19873411", "display_name": "Big Smoke Burger", "legal_name": null, "aliases": [], "website": "https://bigsmokeburger.com", "canonical_domain": "bigsmokeburger.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Smoke_Burger_logo.svg", "description": "Multinational Burger Chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6646 +{"wikidata_id": "Q19877700", "display_name": "Elkay Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.elkay.com", "canonical_domain": "elkay.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6647 +{"wikidata_id": "Q19988222", "display_name": "Tory Burch LLC", "legal_name": null, "aliases": ["Tory Burch", "TRB by Tory Burch"], "website": "https://www.toryburch.com", "canonical_domain": "toryburch.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tory_Burch_logo.svg", "description": "American fashion brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6648 +{"wikidata_id": "Q20024824", "display_name": "Servicio de Agua Potable y Alcantarillado", "legal_name": null, "aliases": ["Sedapal", "SEDAPAL"], "website": "https://www.sedapal.com.pe", "canonical_domain": "sedapal.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sedapall.jpg", "description": "Peruvian state-owned enterprise created in 1962", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6649 +{"wikidata_id": "Q20053445", "display_name": "Companhia Docas do Pará", "legal_name": null, "aliases": [], "website": "https://www.cdp.com.br", "canonical_domain": "cdp.com.br", "country": "BR", "hq_city": "Belém", "hq_region": "Pará", "lat": -1.45583, "lon": -48.50389, "industries": ["shipping"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian maritime company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6650 +{"wikidata_id": "Q2005836", "display_name": "Conrad Editora", "legal_name": null, "aliases": ["Conrad"], "website": "https://editoraconrad.com.br", "canonical_domain": "editoraconrad.com.br", "country": "BR", "hq_city": "Brazil", "hq_region": null, "lat": -14.0, "lon": -53.0, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6651 +{"wikidata_id": "Q2023477", "display_name": "OmniTRAX", "legal_name": null, "aliases": [], "website": "https://omnitrax.com", "canonical_domain": "omnitrax.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["asset-management", "transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_OmniTRAX.svg", "description": "American railroad holding company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7415881"}]}
6652 +{"wikidata_id": "Q20313099", "display_name": "Akon Lighting Africa", "legal_name": null, "aliases": [], "website": "https://akonlightingafrica.com", "canonical_domain": "akonlightingafrica.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing", "energy"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akon_Lighting_Africa.png", "description": "installer of solar street lights and small energy systems in Africa", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6653 +{"wikidata_id": "Q2052550", "display_name": "Park Plaza Hotels & Resorts", "legal_name": null, "aliases": ["Park Plaza", "Park Plaza International"], "website": "https://www.parkplaza.com", "canonical_domain": "parkplaza.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international hotel chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6654 +{"wikidata_id": "Q20539341", "display_name": "Quip", "legal_name": null, "aliases": [], "website": "https://quip.com", "canonical_domain": "quip.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["software"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q941127", "name": "Salesforce"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quip_logo.png", "description": "collaborative productivity software suite for mobile and the Web", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6655 +{"wikidata_id": "Q20540697", "display_name": "Gusto", "legal_name": "Gusto, Inc.", "aliases": ["Gusto (formerly ZenPayroll)"], "website": "https://gusto.com", "canonical_domain": "gusto.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software", "internet"], "industry_labels": ["software industry", "human resource management", "Internet industry", "business software industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900RM672GSG5HDT33", "sec_cik": "1639415", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gusto%2C_Inc._logo.svg", "description": "American payroll and benefits company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6656 +{"wikidata_id": "Q2061960", "display_name": "Shasta", "legal_name": null, "aliases": [], "website": "https://www.shastapop.com", "canonical_domain": "shastapop.com", "country": "US", "hq_city": "Hayward", "hq_region": "Alameda County", "lat": 37.66889, "lon": -122.08083, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "soft drink manufacturer in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6657 +{"wikidata_id": "Q2069601", "display_name": "Peoples Energy", "legal_name": null, "aliases": ["People Gas Company", "Peoples Gas Light and Coke Company"], "website": "https://www.pecorp.com", "canonical_domain": "pecorp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["energy", "utilities"], "industry_labels": [], "founded_year": 1849, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "utility company for the Chicago area", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6658 +{"wikidata_id": "Q2084277", "display_name": "CandyRat Records", "legal_name": null, "aliases": [], "website": "https://www.candyrat.com", "canonical_domain": "candyrat.com", "country": "US", "hq_city": "Menomonee Falls", "hq_region": "Waukesha County", "lat": 43.15111, "lon": -88.11028, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6659 +{"wikidata_id": "Q2086858", "display_name": "Trilobyte", "legal_name": null, "aliases": [], "website": "https://www.trilobytegames.com", "canonical_domain": "trilobytegames.com", "country": "US", "hq_city": "Medford", "hq_region": "Jackson County", "lat": 42.33194, "lon": -122.86167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "computer game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6660 +{"wikidata_id": "Q208997", "display_name": "Bush Brothers and Company", "legal_name": null, "aliases": [], "website": "https://www.bushbeans.com", "canonical_domain": "bushbeans.com", "country": "US", "hq_city": "Knoxville", "hq_region": "Knox County", "lat": 35.96167, "lon": -83.92333, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bush_Brothers_and_Company_logo.svg", "description": "company that makes beans", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6661 +{"wikidata_id": "Q2095714", "display_name": "Pinhead Records", "legal_name": null, "aliases": [], "website": "https://www.pinheadrecords.com.ar", "canonical_domain": "pinheadrecords.com.ar", "country": "AR", "hq_city": "Rosario", "hq_region": "Rosario Department", "lat": -32.9575, "lon": -60.63944, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentinian music label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6662 +{"wikidata_id": "Q20991499", "display_name": "Vanguard Dutch Marine", "legal_name": null, "aliases": ["VanDutch"], "website": "https://www.vandutch-marine.com", "canonical_domain": "vandutch-marine.com", "country": "US", "hq_city": "Heerenveen", "hq_region": "Heerenveen", "lat": 52.95, "lon": 5.93333, "industries": ["shipping", "manufacturing"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VanDutch_logo.jpg", "description": "Netherlands based yacht manufacturing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6663 +{"wikidata_id": "Q21015593", "display_name": "500 Global", "legal_name": null, "aliases": [], "website": "https://500.co", "canonical_domain": "500.co", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/500_Startups_-_logo.png", "description": "startup accelerator", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6664 +{"wikidata_id": "Q21015735", "display_name": "HowGood", "legal_name": null, "aliases": [], "website": "https://www.howgood.com", "canonical_domain": "howgood.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Sustainable Food Rating Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6665 +{"wikidata_id": "Q2101750", "display_name": "Brilliant Light Power", "legal_name": null, "aliases": ["BLP", "BlackLight Power", "Inc."], "website": "https://www.brilliantlightpower.com", "canonical_domain": "brilliantlightpower.com", "country": "US", "hq_city": "Cranbury", "hq_region": "Middlesex County", "lat": 40.30722, "lon": -74.51639, "industries": ["energy"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company based in Cranbury, New Jersey", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6666 +{"wikidata_id": "Q21070780", "display_name": "Gigster", "legal_name": "Gigster", "aliases": [], "website": "https://gigster.com", "canonical_domain": "gigster.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["software", "technology"], "industry_labels": ["software industry", "technology industry", "software development"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gigster_Logo_2021.svg", "description": "software development services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6667 +{"wikidata_id": "Q21070809", "display_name": "Human Longevity", "legal_name": null, "aliases": ["HLI", "Human Longevity (United States)"], "website": "https://www.humanlongevity.com", "canonical_domain": "humanlongevity.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Human_Longevity_logo.svg", "description": "company in San Diego, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6668 +{"wikidata_id": "Q21070915", "display_name": "Newk's Eatery", "legal_name": null, "aliases": [], "website": "https://www.newks.com", "canonical_domain": "newks.com", "country": "US", "hq_city": "Jackson", "hq_region": "Hinds County", "lat": 32.29889, "lon": -90.18472, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Newk%27s_Eatery_logo.svg", "description": "a fast-casual cafe chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6669 +{"wikidata_id": "Q21071142", "display_name": "United Therapeutics", "legal_name": null, "aliases": [], "website": "https://www.unither.com", "canonical_domain": "unither.com", "country": "US", "hq_city": "Silver Spring", "hq_region": "Montgomery County", "lat": 39.00244, "lon": -77.02079, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "UTHR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1082554", "parent": null, "logo_url": null, "description": "biotech company based in Silver Spring, Maryland, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1082554", "enriched_at": "2026-09-13T07:22:34+00:00"}}
6670 +{"wikidata_id": "Q21189319", "display_name": "En Masse Entertainment", "legal_name": null, "aliases": ["En Masse", "Inc."], "website": "https://www.enmasse.com", "canonical_domain": "enmasse.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4035237", "name": "Krafton"}, "logo_url": null, "description": "video game publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6671 +{"wikidata_id": "Q21189333", "display_name": "Fig", "legal_name": null, "aliases": ["Fig Publishing", "Fig Publishing Inc.", "Fig Publishing", "Inc.", "PlayFig"], "website": "https://www.fig.co", "canonical_domain": "fig.co", "country": "US", "hq_city": "New York", "hq_region": "NY", "lat": null, "lon": null, "industries": ["fintech", "gaming"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1658966", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fig_logo_full_word-400.png", "description": "crowdfunding platform for video games", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1658966", "enriched_at": "2026-09-13T07:22:34+00:00"}}
6672 +{"wikidata_id": "Q2120159", "display_name": "Chicago South Shore and South Bend", "legal_name": null, "aliases": ["Chicago South Shore and South Bend Railroad"], "website": "https://www.anacostia.com", "canonical_domain": "anacostia.com", "country": "US", "hq_city": "Michigan City", "hq_region": "LaPorte County", "lat": 41.71278, "lon": -86.89306, "industries": ["logistics", "transportation"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commonly referred to as South Shore Line, a freight rail company operating on the commuter rail line", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7014887"}]}
6673 +{"wikidata_id": "Q2148823", "display_name": "Riceland Foods", "legal_name": null, "aliases": [], "website": "https://www.riceland.com", "canonical_domain": "riceland.com", "country": "US", "hq_city": "Stuttgart", "hq_region": "Arkansas County", "lat": 34.49694, "lon": -91.55083, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Riceland_Foods%2C_Inc.svg", "description": "the world's largest miller and marketer of rice", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6674 +{"wikidata_id": "Q2155192", "display_name": "Bedford-St. Martin's", "legal_name": null, "aliases": ["Bedford/St. Martin's"], "website": "https://www.bedfordstmartins.com", "canonical_domain": "bedfordstmartins.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6675 +{"wikidata_id": "Q21559828", "display_name": "Gimlet Media", "legal_name": null, "aliases": [], "website": "https://www.gimletmedia.com", "canonical_domain": "gimletmedia.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["media"], "industry_labels": ["radio industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gimlet_Media_Logo.jpeg", "description": "digital media company and podcast network", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6676 +{"wikidata_id": "Q2172834", "display_name": "Motéma Music", "legal_name": null, "aliases": ["Motema Music"], "website": "https://www.motema.com", "canonical_domain": "motema.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6677 +{"wikidata_id": "Q2191799", "display_name": "Delos Productions", "legal_name": null, "aliases": [], "website": "https://www.delosmusic.com", "canonical_domain": "delosmusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3358617", "name": null}, "logo_url": null, "description": "American classical record label specializing in Russian music", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6678 +{"wikidata_id": "Q2196924", "display_name": "IndyGo", "legal_name": null, "aliases": ["Indianapolis Public Transportation Corporation"], "website": "https://www.indygo.net", "canonical_domain": "indygo.net", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IndyGo_logo.svg", "description": "public transit operator in Indianapolis, Indiana, U.S.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6679 +{"wikidata_id": "Q22809355", "display_name": "WE Communications", "legal_name": null, "aliases": ["Waggener Edstrom"], "website": "https://www.we-worldwide.com", "canonical_domain": "we-worldwide.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["telecommunications", "media"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WE_logo_Full_Color_150dpi.png", "description": "public relations and integrated marketing communications firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6680 +{"wikidata_id": "Q2283005", "display_name": "Yellow Dog Records", "legal_name": null, "aliases": [], "website": "https://www.yellowdogrecords.com", "canonical_domain": "yellowdogrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6681 +{"wikidata_id": "Q2289893", "display_name": "New World Records", "legal_name": null, "aliases": [], "website": "https://www.newworldrecords.org", "canonical_domain": "newworldrecords.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6682 +{"wikidata_id": "Q22906706", "display_name": "Mango Languages", "legal_name": null, "aliases": ["Creative Empire", "LLC", "Manguages"], "website": "https://mangolanguages.com", "canonical_domain": "mangolanguages.com", "country": "US", "hq_city": "Farmington Hills", "hq_region": "Oakland County", "lat": 42.48528, "lon": -83.37694, "industries": ["internet"], "industry_labels": ["language industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American online language-learning service", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6683 +{"wikidata_id": "Q2295313", "display_name": "Smith & Wollensky", "legal_name": null, "aliases": ["Smith and Wollensky"], "website": "https://www.smithandwollensky.com", "canonical_domain": "smithandwollensky.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "High-End Steakhouse", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6684 +{"wikidata_id": "Q23130318", "display_name": "AmeriGas", "legal_name": null, "aliases": ["AmeriGas Partners", "AmeriGas Partners", "L.P."], "website": "https://www.amerigas.com", "canonical_domain": "amerigas.com", "country": "US", "hq_city": "King of Prussia", "hq_region": "Upper Merion Township", "lat": 40.09472, "lon": -75.37806, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2852632", "name": "UGI Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AmeriGas_logo.svg", "description": "American propane gas distribution company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6685 +{"wikidata_id": "Q2366537", "display_name": "Sunn", "legal_name": null, "aliases": [], "website": "https://www.sunnamps.com", "canonical_domain": "sunnamps.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["consumer-goods"], "industry_labels": ["electronic amplifier"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "musical instrument amplifiers", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6686 +{"wikidata_id": "Q2386070", "display_name": "Sugar Hill Records", "legal_name": null, "aliases": [], "website": "https://www.sugarhillrecords.com", "canonical_domain": "sugarhillrecords.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage", "entertainment"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3567163", "name": "Welk Music Group"}, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6687 +{"wikidata_id": "Q2390670", "display_name": "Jada Toys", "legal_name": null, "aliases": [], "website": "https://www.jadatoys.com", "canonical_domain": "jadatoys.com", "country": "US", "hq_city": "City of Industry", "hq_region": "Los Angeles County", "lat": 34.01583, "lon": -117.95083, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American scale model manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6688 +{"wikidata_id": "Q2398244", "display_name": "Hopkins Rides", "legal_name": null, "aliases": [], "website": "https://www.hopkinsrides.com", "canonical_domain": "hopkinsrides.com", "country": "US", "hq_city": "Palm City", "hq_region": "Martin County", "lat": 27.17111, "lon": -80.27861, "industries": ["manufacturing"], "industry_labels": ["amusement ride"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6689 +{"wikidata_id": "Q2407566", "display_name": "Texas Pacifico Transportation", "legal_name": null, "aliases": [], "website": "https://www.texaspacifico.com", "canonical_domain": "texaspacifico.com", "country": "US", "hq_city": "San Angelo", "hq_region": "Tom Green County", "lat": 31.45, "lon": -100.45, "industries": ["transportation"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q623591", "name": "Grupo México"}, "logo_url": null, "description": "Class 3 railroad in Texas, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6690 +{"wikidata_id": "Q2410808", "display_name": "The Deuce", "legal_name": null, "aliases": [], "website": "https://rtcws.rtcsnv.com", "canonical_domain": "rtcsnv.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7309181", "name": "Regional Transportation Commission of Southern Nevada"}, "logo_url": null, "description": "Transit bus service in Las Vegas, Nevada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6691 +{"wikidata_id": "Q2425707", "display_name": "Brewery Ommegang", "legal_name": null, "aliases": [], "website": "https://www.ommegang.com", "canonical_domain": "ommegang.com", "country": "US", "hq_city": "Cooperstown", "hq_region": "Otsego County", "lat": 42.69722, "lon": -74.92694, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6692 +{"wikidata_id": "Q2429546", "display_name": "Thrifty Car Rental", "legal_name": null, "aliases": ["Thrifty"], "website": "https://www.thrifty.com", "canonical_domain": "thrifty.com", "country": "US", "hq_city": "Estero", "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thrifty-car-rental-logo.jpg", "description": "car rental company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6693 +{"wikidata_id": "Q2449930", "display_name": "TrapWire", "legal_name": null, "aliases": [], "website": "https://trapwire.com", "canonical_domain": "trapwire.com", "country": "US", "hq_city": "Virginia", "hq_region": "United States", "lat": 37.5, "lon": -79.0, "industries": ["professional-services", "software"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trapwire_%282%29.png", "description": "American software and services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6694 +{"wikidata_id": "Q24913690", "display_name": "Rethink Robotics", "legal_name": null, "aliases": ["Rethink"], "website": "https://rethinkrobotics.com", "canonical_domain": "rethinkrobotics.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RR-Logo_Pant.png", "description": "robotics company headquartered in Germany", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6695 +{"wikidata_id": "Q2497801", "display_name": "Kitware", "legal_name": null, "aliases": ["Inc."], "website": "https://www.kitware.com", "canonical_domain": "kitware.com", "country": "US", "hq_city": "Clifton Park", "hq_region": "Saratoga County", "lat": 42.86667, "lon": -73.81667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New York technology company specializing in the research and development of open-source software in the fields of computer vision, medical imaging, visualization, 3D data publishing and technical software development", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6696 +{"wikidata_id": "Q25001014", "display_name": "High Liner Foods", "legal_name": null, "aliases": [], "website": "https://highlinerfoods.com", "canonical_domain": "highlinerfoods.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian frozen seafood manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6697 +{"wikidata_id": "Q25001278", "display_name": "GFL Environmental", "legal_name": null, "aliases": [], "website": "https://gflenv.com", "canonical_domain": "gflenv.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["utilities"], "industry_labels": ["waste management", "SIC 4953 Refuse Systems"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "GFL", "exchange": "NYSE", "lei": null, "sec_cik": "1780232", "parent": null, "logo_url": null, "description": "Canadian waste management company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1780232", "enriched_at": "2026-09-13T07:22:34+00:00"}}
6698 +{"wikidata_id": "Q25024989", "display_name": "AltspaceVR", "legal_name": null, "aliases": [], "website": "https://altvr.com", "canonical_domain": "altvr.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["gaming"], "industry_labels": ["virtual reality"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AltspaceVR_logo.png", "description": "company; division of Microsoft", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6699 +{"wikidata_id": "Q2530353", "display_name": "Resonance Records", "legal_name": null, "aliases": [], "website": "https://www.resonancerecords.org", "canonical_domain": "resonancerecords.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US independent jazz record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6700 +{"wikidata_id": "Q2538152", "display_name": "WaRP Graphics", "legal_name": null, "aliases": [], "website": "https://www.elfquest.com", "canonical_domain": "elfquest.com", "country": "US", "hq_city": "Poughkeepsie", "hq_region": "Dutchess County", "lat": 41.70528, "lon": -73.93056, "industries": ["media"], "industry_labels": ["comics industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "alternative comics publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6701 +{"wikidata_id": "Q254342", "display_name": "Herschend Family Entertainment", "legal_name": null, "aliases": ["HFE", "Herschend Enterprises", "Silver Dollar City Inc."], "website": "https://www.hfecorp.com", "canonical_domain": "hfecorp.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300KIIZOQ5GNHKH05", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HerschendLogo.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6702 +{"wikidata_id": "Q2566507", "display_name": "Cargo Music", "legal_name": null, "aliases": [], "website": "https://www.cargomusic.com", "canonical_domain": "cargomusic.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["logistics", "entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6703 +{"wikidata_id": "Q2593287", "display_name": "Woolrich, Inc.", "legal_name": null, "aliases": ["Woolrich"], "website": "https://www.woolrich.com", "canonical_domain": "woolrich.com", "country": "US", "hq_city": "Bologna", "hq_region": "Metropolitan City of Bologna", "lat": 44.49389, "lon": 11.34278, "industries": ["apparel"], "industry_labels": [], "founded_year": 1830, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Woolrich%2C_Inc_logo.svg", "description": "American clothing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6704 +{"wikidata_id": "Q261919", "display_name": "American Snuff Company", "legal_name": "American Snuff Company", "aliases": ["Conwood Sales Company"], "website": "https://americansnuffco.com", "canonical_domain": "americansnuffco.com", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q947718", "name": "Reynolds American"}, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6705 +{"wikidata_id": "Q265577", "display_name": "Feral House", "legal_name": null, "aliases": [], "website": "https://feralhouse.com", "canonical_domain": "feralhouse.com", "country": "US", "hq_city": "Port Townsend", "hq_region": "Jefferson County", "lat": 48.1175, "lon": -122.76083, "industries": ["media"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6706 +{"wikidata_id": "Q2745358", "display_name": "Alchemy Records", "legal_name": null, "aliases": [], "website": "https://www.alchemyrecords.com", "canonical_domain": "alchemyrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent record label from San Francisco Bay", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6707 +{"wikidata_id": "Q2782765", "display_name": "Jewish Life Television", "legal_name": null, "aliases": [], "website": "https://www.jltv.tv", "canonical_domain": "jltv.tv", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "TV network delivering Jewish-themed content", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6708 +{"wikidata_id": "Q278857", "display_name": "Papel Prensa", "legal_name": null, "aliases": [], "website": "https://www.papelprensa.com", "canonical_domain": "papelprensa.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["materials"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Papelprensa_s.a.gif", "description": "Argentine paper company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6709 +{"wikidata_id": "Q28134568", "display_name": "Kindara", "legal_name": null, "aliases": [], "website": "https://kindara.com", "canonical_domain": "kindara.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "femtech company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6710 +{"wikidata_id": "Q28153939", "display_name": "Uncle Tetsu's Cheesecake", "legal_name": null, "aliases": [], "website": "https://tetsuojisan.com", "canonical_domain": "tetsuojisan.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese bakery chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6711 +{"wikidata_id": "Q2816491", "display_name": "HPE 3PAR", "legal_name": null, "aliases": ["3PAR Inc."], "website": "https://www.3par.com", "canonical_domain": "3par.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19923099", "name": "Hewlett Packard Enterprise"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/3PAR_logo.svg", "description": "Manufacturer of systems and software for data storage and information management", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6712 +{"wikidata_id": "Q281881", "display_name": "Uprising Records", "legal_name": null, "aliases": [], "website": "https://www.uprisingrecords.com", "canonical_domain": "uprisingrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6713 +{"wikidata_id": "Q28228060", "display_name": "NBC Sports Group", "legal_name": null, "aliases": [], "website": "https://nbcsportsgrouppressbox.com", "canonical_domain": "nbcsportsgrouppressbox.com", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["media"], "industry_labels": ["television"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9048317", "name": "NBCUniversal Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBC_Sports_Group_Logo.png", "description": "division of NBCUniversal", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6714 +{"wikidata_id": "Q28229329", "display_name": "Pegula Sports and Entertainment", "legal_name": null, "aliases": ["PSE", "Pegula Sports"], "website": "https://www.psentertainment.com", "canonical_domain": "psentertainment.com", "country": "US", "hq_city": "Buffalo", "hq_region": "Erie County", "lat": 42.88639, "lon": -78.87806, "industries": ["entertainment", "asset-management"], "industry_labels": ["professional sport"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American sports and entertainment holding company based in Buffalo, New York", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6715 +{"wikidata_id": "Q2830805", "display_name": "Albany Records", "legal_name": null, "aliases": [], "website": "https://www.albanyrecords.com", "canonical_domain": "albanyrecords.com", "country": "US", "hq_city": "Albany", "hq_region": "Albany County", "lat": 42.65, "lon": -73.76667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label in Albany, New York", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6716 +{"wikidata_id": "Q28401435", "display_name": "Analogue Inc.", "legal_name": null, "aliases": ["Analogue"], "website": "https://www.analogue.co", "canonical_domain": "analogue.co", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Analogue_2017_Logo.svg", "description": "American video game company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6717 +{"wikidata_id": "Q2859143", "display_name": "Aquafadas", "legal_name": null, "aliases": ["Rakuten Aquafadas"], "website": "https://www.aquafadas.com", "canonical_domain": "aquafadas.com", "country": "CA", "hq_city": "Montpellier", "hq_region": "Hérault", "lat": 43.61092, "lon": 3.87723, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q973054", "name": "Rakuten Group, Inc."}, "logo_url": null, "description": "French software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6718 +{"wikidata_id": "Q2860003", "display_name": "Archambault", "legal_name": null, "aliases": [], "website": "https://www.archambault.ca", "canonical_domain": "archambault.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.51468, "lon": -73.55965, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3424839", "name": "Renaud-Bray"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Archambault_2017_logo.png", "description": "Canadian music retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6719 +{"wikidata_id": "Q2860764", "display_name": "Ardène", "legal_name": null, "aliases": ["Ardene"], "website": "https://www.ardene.com", "canonical_domain": "ardene.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["fashion retail industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ardene_logo.png", "description": "family-owned Canadian value fashion retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6720 +{"wikidata_id": "Q2874823", "display_name": "Axtel", "legal_name": null, "aliases": [], "website": "https://www.axtelcorp.mx", "canonical_domain": "axtelcorp.mx", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AxtelCorp_Op1.png", "description": "Mexican Tech company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6721 +{"wikidata_id": "Q2876141", "display_name": "Aéroports de Montréal", "legal_name": null, "aliases": ["Aeroports de Montreal"], "website": "https://www.admtl.com", "canonical_domain": "admtl.com", "country": "CA", "hq_city": "Dorval", "hq_region": "Greater Montreal", "lat": 45.45, "lon": -73.75, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Main airport authority in the Greater Montreal Area", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6722 +{"wikidata_id": "Q28818", "display_name": "ICM Registry", "legal_name": "ICM Registry LLC", "aliases": [], "website": "https://icmregistry.biz", "canonical_domain": "icmregistry.biz", "country": "US", "hq_city": "רמת השופט", "hq_region": "Palm Beach County", "lat": 26.84879, "lon": -80.16712, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American domain name registry", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6723 +{"wikidata_id": "Q2893244", "display_name": "Feldheim Publishers", "legal_name": null, "aliases": [], "website": "https://www.feldheim.com", "canonical_domain": "feldheim.com", "country": "US", "hq_city": "Spring Valley", "hq_region": "Rockland County", "lat": 41.1144, "lon": -74.0478, "industries": ["media"], "industry_labels": ["book publishing"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Orthodox Jewish publisher of Torah books and literature", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6724 +{"wikidata_id": "Q28971909", "display_name": "North Star Air", "legal_name": null, "aliases": [], "website": "https://www.northstarair.ca", "canonical_domain": "northstarair.ca", "country": "CA", "hq_city": "Thunder Bay", "hq_region": "Thunder Bay District", "lat": 48.3822, "lon": -89.2461, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian charter and cargo airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6725 +{"wikidata_id": "Q2900194", "display_name": "Ganz", "legal_name": null, "aliases": [], "website": "https://www.ganz.com", "canonical_domain": "ganz.com", "country": "CA", "hq_city": "Vaughan", "hq_region": "Regional Municipality of York", "lat": 43.83333, "lon": -79.5, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ganz_LOGO_current.png", "description": "Canadian toy company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6726 +{"wikidata_id": "Q2901018", "display_name": "BiblioBazaar", "legal_name": null, "aliases": [], "website": "https://bibliolabs.com", "canonical_domain": "bibliolabs.com", "country": "US", "hq_city": "Charleston", "hq_region": "Charleston County", "lat": 32.78333, "lon": -79.93194, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6727 +{"wikidata_id": "Q2902139", "display_name": "Big Beach", "legal_name": null, "aliases": ["BIg Beach Films"], "website": "https://www.bigbeachfilms.com", "canonical_domain": "bigbeachfilms.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent film production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6728 +{"wikidata_id": "Q2903638", "display_name": "Billy Goat Tavern", "legal_name": null, "aliases": [], "website": "https://www.billygoattavern.com", "canonical_domain": "billygoattavern.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 41.8899, "lon": -87.6243, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tavern chain based in Chicago, Illinois", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6729 +{"wikidata_id": "Q29054164", "display_name": "Regional Brewery", "legal_name": null, "aliases": [], "website": "https://www.cerveceriaregional.com", "canonical_domain": "cerveceriaregional.com", "country": "VE", "hq_city": "Maracaibo", "hq_region": "Zulia", "lat": 10.63333, "lon": -71.63333, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3326326", "name": "Grupo Cisneros"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_cacr_2021.png", "description": "brewery in Venezuela", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6730 +{"wikidata_id": "Q2905559", "display_name": "Blackheart Records", "legal_name": null, "aliases": [], "website": "https://www.blackheart.com", "canonical_domain": "blackheart.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6731 +{"wikidata_id": "Q2906609", "display_name": "Blind Skateboards", "legal_name": null, "aliases": ["bLind"], "website": "https://blindskateboards.com", "canonical_domain": "blindskateboards.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American skateboard company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6732 +{"wikidata_id": "Q2908795", "display_name": "Bohemia", "legal_name": null, "aliases": [], "website": "https://www.bohemia.com.br", "canonical_domain": "bohemia.com.br", "country": "BR", "hq_city": "Petrópolis", "hq_region": "Rio de Janeiro", "lat": -22.505, "lon": -43.17889, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1853, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian brewery and beer brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6733 +{"wikidata_id": "Q2909517", "display_name": "Bolpress", "legal_name": null, "aliases": [], "website": "https://www.bolpress.com", "canonical_domain": "bolpress.com", "country": "BO", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bolivian press agency and news website", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6734 +{"wikidata_id": "Q2917936", "display_name": "Abcdin", "legal_name": null, "aliases": [], "website": "https://www.abcdin.cl", "canonical_domain": "abcdin.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abcdin_logo_2019.png", "description": "Chilean homewares chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6735 +{"wikidata_id": "Q2926589", "display_name": "Brunet", "legal_name": null, "aliases": [], "website": "https://www.brunet.ca", "canonical_domain": "brunet.ca", "country": "CA", "hq_city": "Anjou", "hq_region": "Montreal", "lat": 45.6, "lon": -73.5333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1145669", "name": "Metro"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BrunetPharmacyLogo2014.jpg", "description": "Canadian pharmacy chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6736 +{"wikidata_id": "Q2931126", "display_name": "CCE", "legal_name": null, "aliases": [], "website": "https://www.cce.com.br", "canonical_domain": "cce.com.br", "country": "BR", "hq_city": "Manaus", "hq_region": "Amazonas", "lat": -3.11889, "lon": -60.02167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CCE_Amazonian_logo_2.svg", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6737 +{"wikidata_id": "Q2933348", "display_name": "UNI Financial Cooperation", "legal_name": null, "aliases": ["Credit Union Acadian Ltd."], "website": "https://www.uni.ca", "canonical_domain": "uni.ca", "country": "CA", "hq_city": "Caraquet", "hq_region": "Gloucester County", "lat": 47.78528, "lon": -64.95917, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UNI_Financial_Cooperation.svg", "description": "collective of Francophone credit unions based in New Brunswick, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6738 +{"wikidata_id": "Q2940258", "display_name": "Carrier IQ", "legal_name": null, "aliases": [], "website": "https://www.carrieriq.com", "canonical_domain": "carrieriq.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["telecommunications"], "industry_labels": ["mobile telephony"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American mobile software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6739 +{"wikidata_id": "Q2940428", "display_name": "Carson Helicopters", "legal_name": null, "aliases": [], "website": "https://www.carsonhelicopters.com", "canonical_domain": "carsonhelicopters.com", "country": "US", "hq_city": "Perkasie", "hq_region": "Bucks County", "lat": 40.37205, "lon": -75.29268, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "helicopter airline (USA)", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6740 +{"wikidata_id": "Q2955956", "display_name": "Chance Morgan", "legal_name": null, "aliases": ["Morgan"], "website": "https://www.chancemorgan.com", "canonical_domain": "chancemorgan.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17083307", "name": "Chance Rides"}, "logo_url": null, "description": "ride manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6741 +{"wikidata_id": "Q2956387", "display_name": "Alabama Shipyard", "legal_name": null, "aliases": ["ADDSCO", "Alabama Dry Dock and Shipbuilding Company", "Alabama Drydock and Shipbuilding Company"], "website": "https://alabamashipyard.com", "canonical_domain": "alabamashipyard.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 30.67537, "lon": -88.03186, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former marine production facility in the United States of America", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6742 +{"wikidata_id": "Q2956389", "display_name": "Davie Shipbuilding", "legal_name": null, "aliases": ["George T. Davie & Sons"], "website": "https://www.davie.ca", "canonical_domain": "davie.ca", "country": "CA", "hq_city": "Lauzon", "hq_region": "Lévis", "lat": 46.8333, "lon": -71.1667, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1825, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former shipbuilding company in Quebec, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6743 +{"wikidata_id": "Q2962332", "display_name": "Charlevoix Railway", "legal_name": null, "aliases": ["Charlevoix Subdivision", "Murray Bay Subdivision", "Quebec", "Montmorency and Charlevoix Railway Company"], "website": "https://traindecharlevoix.com", "canonical_domain": "traindecharlevoix.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "railway in Quebec", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6744 +{"wikidata_id": "Q2965844", "display_name": "Christie", "legal_name": null, "aliases": ["Chirstie Digital", "Christie (Canada)", "Christie Digital Systems", "Inc."], "website": "https://www.christiedigital.com", "canonical_domain": "christiedigital.com", "country": "CA", "hq_city": "Kitchener", "hq_region": "Regional Municipality of Waterloo", "lat": 43.45, "lon": -80.48333, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11288886", "name": "USHIO"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Christie-blue-logo.jpg", "description": "Manufacturer of DLP projectors and other visual display technology", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6745 +{"wikidata_id": "Q2979800", "display_name": "40/40 Club", "legal_name": null, "aliases": [], "website": "https://www.the4040club.com", "canonical_domain": "the4040club.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["hospitality", "consumer-goods"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/40-40_Club_Logo.svg", "description": "chain of luxury sports bars owned by American rapper and record executive, Jay-Z", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6746 +{"wikidata_id": "Q2986851", "display_name": "Communauto", "legal_name": null, "aliases": [], "website": "https://communauto.com", "canonical_domain": "communauto.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Communauto.png", "description": "carsharing company based in Montreal, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6747 +{"wikidata_id": "Q300106", "display_name": "AUM Fidelity", "legal_name": null, "aliases": ["Aum fidelity", "Aum Fidelity", "Aum Fidelity Records"], "website": "https://www.aumfidelity.com", "canonical_domain": "aumfidelity.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6748 +{"wikidata_id": "Q301475", "display_name": "5 Minute Walk", "legal_name": "5 Minute Walk", "aliases": ["5 Minute Walk Records"], "website": "https://www.5minutewalk.com", "canonical_domain": "5minutewalk.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Christian record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6749 +{"wikidata_id": "Q3018655", "display_name": "David R. Godine, Publisher", "legal_name": null, "aliases": ["David R. Godine"], "website": "https://www.godine.com", "canonical_domain": "godine.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6750 +{"wikidata_id": "Q3024535", "display_name": "Desnoes & Geddes", "legal_name": null, "aliases": ["D&G", "Desnoes and Geddes Limited"], "website": "https://www.redstripebeer.com", "canonical_domain": "redstripebeer.com", "country": "JM", "hq_city": "Kingston", "hq_region": "Surrey County", "lat": 17.97139, "lon": -76.79306, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "beverage producer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6751 +{"wikidata_id": "Q30263925", "display_name": "Research Square", "legal_name": null, "aliases": ["researchsquare"], "website": "https://www.researchsquare.com", "canonical_domain": "researchsquare.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["cloud-infrastructure"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "preprint server", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6752 +{"wikidata_id": "Q30271613", "display_name": "Apeel Sciences", "legal_name": null, "aliases": [], "website": "https://apeelsciences.com", "canonical_domain": "apeelsciences.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1595566", "parent": null, "logo_url": null, "description": "company in Santa Barbara, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6753 +{"wikidata_id": "Q3027808", "display_name": "Digital Fuel", "legal_name": null, "aliases": [], "website": "https://www.digitalfuel.com", "canonical_domain": "digitalfuel.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6754 +{"wikidata_id": "Q3030429", "display_name": "Disney Institute", "legal_name": null, "aliases": [], "website": "https://disneyinstitute.com", "canonical_domain": "disneyinstitute.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_Institute_logo_2025.png", "description": "development and external training unit of The Walt Disney Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6755 +{"wikidata_id": "Q30314205", "display_name": "Color Health", "legal_name": null, "aliases": ["Color Genomics"], "website": "https://www.color.com", "canonical_domain": "color.com", "country": "US", "hq_city": "Burlingame", "hq_region": "San Mateo County", "lat": 37.58333, "lon": -122.36361, "industries": ["healthcare"], "industry_labels": ["population health"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "population health technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6756 +{"wikidata_id": "Q3033748", "display_name": "Dogfish Head Brewery", "legal_name": null, "aliases": [], "website": "https://www.dogfish.com", "canonical_domain": "dogfish.com", "country": "US", "hq_city": "Milton", "hq_region": "Sussex County", "lat": 38.78, "lon": -75.3128, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q894558", "name": "Boston Beer Company"}, "logo_url": null, "description": "brewing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6757 +{"wikidata_id": "Q3046142", "display_name": "ESPN Books", "legal_name": null, "aliases": [], "website": "https://espnbooks.com", "canonical_domain": "espnbooks.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company owned by ESPN", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6758 +{"wikidata_id": "Q3047651", "display_name": "Election Systems & Software", "legal_name": null, "aliases": ["LLC", "Election Systems and Software", "ES&S"], "website": "https://www.essvote.com", "canonical_domain": "essvote.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["software"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300QB1QD8I45QK009", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6759 +{"wikidata_id": "Q30609005", "display_name": "The Information", "legal_name": null, "aliases": ["Lessin Media Company"], "website": "https://www.theinformation.com", "canonical_domain": "theinformation.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["internet"], "industry_labels": ["digital media"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American technology news website", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6760 +{"wikidata_id": "Q30647224", "display_name": "Slim Chickens", "legal_name": null, "aliases": [], "website": "https://slimchickens.com", "canonical_domain": "slimchickens.com", "country": "US", "hq_city": "Fayetteville", "hq_region": "Washington County", "lat": 36.07639, "lon": -94.16083, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fast casual restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6761 +{"wikidata_id": "Q3064726", "display_name": "Grupo RBS", "legal_name": null, "aliases": [], "website": "https://gruporbs.com.br", "canonical_domain": "gruporbs.com.br", "country": "BR", "hq_city": "Porto Alegre", "hq_region": "Rio Grande do Sul", "lat": -30.03278, "lon": -51.23, "industries": ["logistics", "media"], "industry_labels": ["logistics", "publishing", "broadcasting"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_RBS_wordmark.svg", "description": "Brazilian media conglomerate", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6762 +{"wikidata_id": "Q3069359", "display_name": "Motiva Linha 4", "legal_name": null, "aliases": [], "website": "https://www.viaquatro.com.br", "canonical_domain": "viaquatro.com.br", "country": "BR", "hq_city": "Paulista", "hq_region": "São Paulo", "lat": -23.55528, "lon": -46.66194, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motiva.svg", "description": "Brazilian transport company, operating line 4 of the São Paulo Metro", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6763 +{"wikidata_id": "Q3115937", "display_name": "Canada Life", "legal_name": null, "aliases": [], "website": "https://www.lagreatwest.com", "canonical_domain": "lagreatwest.com", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1847, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5598598", "name": "Great-West Lifeco"}, "logo_url": null, "description": "Canadian assurance company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6764 +{"wikidata_id": "Q3125489", "display_name": "Hacker-Craft", "legal_name": null, "aliases": [], "website": "https://www.hackerboat.com", "canonical_domain": "hackerboat.com", "country": "US", "hq_city": "Silver Bay", "hq_region": "Warren County", "lat": 43.6939, "lon": -73.5058, "industries": ["construction"], "industry_labels": ["building of pleasure and sporting boats"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HackerCraft_logo.jpg", "description": "boat manufacturing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6765 +{"wikidata_id": "Q3127465", "display_name": "Harlan", "legal_name": null, "aliases": ["Harlan Sprague Dawley"], "website": "https://www.harlan.com", "canonical_domain": "harlan.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "laboratory supplier", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6766 +{"wikidata_id": "Q3135155", "display_name": "Hibernia Atlantic", "legal_name": null, "aliases": ["Hibernia Networks"], "website": "https://www.hiberniaatlantic.com", "canonical_domain": "hiberniaatlantic.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["telecommunications"], "industry_labels": ["telecommunications service provider"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American telecommunications company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6767 +{"wikidata_id": "Q3143363", "display_name": "Hunter Industries", "legal_name": null, "aliases": [], "website": "https://www.hunterindustries.com", "canonical_domain": "hunterindustries.com", "country": "US", "hq_city": "San Marcos", "hq_region": "San Diego County", "lat": 33.14194, "lon": -117.17028, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hunter_Industries_Inc_logo.svg", "description": "large private corporation in the manufacturing industry", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6768 +{"wikidata_id": "Q3143654", "display_name": "Hybride Technologies", "legal_name": null, "aliases": [], "website": "https://hybride.com", "canonical_domain": "hybride.com", "country": "CA", "hq_city": "Piedmont", "hq_region": "Les Pays-d'en-Haut", "lat": 45.9, "lon": -74.13333, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6769 +{"wikidata_id": "Q3152423", "display_name": "Instituto Nacional de Radio y Televisión del Perú", "legal_name": null, "aliases": [], "website": "https://www.irtp.com.pe", "canonical_domain": "irtp.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["media", "telecommunications"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_del_IRTP.svg_2.png", "description": "state-owned telecommunications company in Peru", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6770 +{"wikidata_id": "Q3153098", "display_name": "Intercar", "legal_name": null, "aliases": [], "website": "https://intercar.ca", "canonical_domain": "intercar.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bus operator in Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6771 +{"wikidata_id": "Q31641433", "display_name": "Other Ocean", "legal_name": null, "aliases": ["Other Ocean Interactive"], "website": "https://otherocean.com", "canonical_domain": "otherocean.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6772 +{"wikidata_id": "Q3206175", "display_name": "LTU Technologies", "legal_name": null, "aliases": [], "website": "https://www.ltutech.com", "canonical_domain": "ltutech.com", "country": "US", "hq_city": "Paris", "hq_region": "Grand Paris", "lat": 48.85667, "lon": 2.35222, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6773 +{"wikidata_id": "Q320853", "display_name": "Pioneer Investments", "legal_name": null, "aliases": [], "website": "https://www.pioneerinvestments.com", "canonical_domain": "pioneerinvestments.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "1QCX9EROYHKE2XKEZD38", "sec_cik": null, "parent": {"wikidata_id": "Q590952", "name": "Credit Agricole Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pioneer_Investments_logo.jpg", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6774 +{"wikidata_id": "Q3211399", "display_name": "La Pastèque", "legal_name": null, "aliases": ["La Pasteque"], "website": "https://www.lapasteque.com", "canonical_domain": "lapasteque.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian comics publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6775 +{"wikidata_id": "Q3218388", "display_name": "Last Gasp", "legal_name": "Last Gasp", "aliases": ["Last Gasp Eco Funnies"], "website": "https://www.lastgasp.com", "canonical_domain": "lastgasp.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6776 +{"wikidata_id": "Q3230340", "display_name": "Les 400 coups", "legal_name": null, "aliases": [], "website": "https://www.editions400coups.ca", "canonical_domain": "editions400coups.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6777 +{"wikidata_id": "Q3266649", "display_name": "iPass", "legal_name": null, "aliases": [], "website": "https://www.ipass.com", "canonical_domain": "ipass.com", "country": "US", "hq_city": "Redwood Shores", "hq_region": "Redwood City", "lat": 37.53188, "lon": -122.24802, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multinational company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6778 +{"wikidata_id": "Q3269607", "display_name": "Lynx Software Technologies", "legal_name": "LynuxWorks", "aliases": [], "website": "https://www.lynx.com", "canonical_domain": "lynx.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["software"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6779 +{"wikidata_id": "Q3274432", "display_name": "Wilson Combat", "legal_name": null, "aliases": [], "website": "https://www.wilsoncombat.com", "canonical_domain": "wilsoncombat.com", "country": "US", "hq_city": "Berryville", "hq_region": "Carroll County", "lat": 36.36833, "lon": -93.56833, "industries": ["defense"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wilson_Combat_logo.png", "description": "American firearms manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6780 +{"wikidata_id": "Q3293748", "display_name": "Maritime Electric", "legal_name": null, "aliases": [], "website": "https://www.maritimeelectric.com", "canonical_domain": "maritimeelectric.com", "country": "CA", "hq_city": "Charlottetown", "hq_region": "Queens County", "lat": 46.23528, "lon": -63.12667, "industries": ["energy"], "industry_labels": ["electric power distribution"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1438987", "name": "Fortis Inc."}, "logo_url": null, "description": "public utility serving Prince Edward Island, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6781 +{"wikidata_id": "Q3315870", "display_name": "Miramax Books", "legal_name": null, "aliases": [], "website": "https://www.miramaxbooks.com", "canonical_domain": "miramaxbooks.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miramax.svg", "description": "former publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6782 +{"wikidata_id": "Q3317767", "display_name": "Modasa", "legal_name": null, "aliases": [], "website": "https://www.modasa.com.pe", "canonical_domain": "modasa.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6783 +{"wikidata_id": "Q3318041", "display_name": "Hazelden Foundation", "legal_name": null, "aliases": [], "website": "https://www.hazelden.org", "canonical_domain": "hazelden.org", "country": "US", "hq_city": "Center City", "hq_region": "Chisago County", "lat": 45.395, "lon": -92.81722, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/01.HBFF_Full_Horizontal.png", "description": "non-profit organization based in Minnesota, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6784 +{"wikidata_id": "Q3336931", "display_name": "National Reso-Phonic Guitars", "legal_name": null, "aliases": [], "website": "https://www.nationalguitars.com", "canonical_domain": "nationalguitars.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American musical instrument manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6785 +{"wikidata_id": "Q3337850", "display_name": "Neilson Dairy", "legal_name": null, "aliases": ["William Neilson Dairy Limited"], "website": "https://www.neilsondairy.com", "canonical_domain": "neilsondairy.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["dairy"], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neilson_dairy_logo.png", "description": "Canadian dairy company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6786 +{"wikidata_id": "Q3339114", "display_name": "Newfoundland and Labrador Hydro", "legal_name": null, "aliases": ["N.L. Hydro", "NL Hydro"], "website": "https://www.nlh.nl.ca", "canonical_domain": "nlh.nl.ca", "country": "CA", "hq_city": "St. John's", "hq_region": "Newfoundland and Labrador", "lat": 47.56139, "lon": -52.71194, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "energy generation company in parts of Canada and the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6787 +{"wikidata_id": "Q3343536", "display_name": "Norco Bicycles", "legal_name": null, "aliases": ["Norco Performance Bikes"], "website": "https://www.norco.com", "canonical_domain": "norco.com", "country": "CA", "hq_city": "Port Coquitlam", "hq_region": "Metro Vancouver Regional District", "lat": 49.2625, "lon": -122.781, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Norco_Wordmark_Black_RGB.jpg", "description": "Canadian bicycle maker founded in 1964", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6788 +{"wikidata_id": "Q3344206", "display_name": "Northern Championship Wrestling", "legal_name": null, "aliases": [], "website": "https://www.ncw.qc.ca", "canonical_domain": "ncw.qc.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "wrestling promoters in Quebec", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6789 +{"wikidata_id": "Q3345330", "display_name": "Nova Publishers", "legal_name": null, "aliases": ["Nova Science Publishers"], "website": "https://www.novapublishers.com", "canonical_domain": "novapublishers.com", "country": "US", "hq_city": "Hauppauge", "hq_region": "Suffolk County", "lat": 40.8183, "lon": -73.2069, "industries": ["media"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American academic publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6790 +{"wikidata_id": "Q3347600", "display_name": "OMERS", "legal_name": null, "aliases": ["Ontario Municipal Employees Retirement System"], "website": "https://www.omers.com", "canonical_domain": "omers.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["asset-management"], "industry_labels": ["pension"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OMERS_logo.svg", "description": "Canadian pension fund", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6791 +{"wikidata_id": "Q3352556", "display_name": "OneTaste", "legal_name": "OneTaste", "aliases": [], "website": "https://www.onetaste.us", "canonical_domain": "onetaste.us", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OneTaste_logo_%282023%29.png", "description": "Sexual health business", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6792 +{"wikidata_id": "Q3355050", "display_name": "Orange County Drum and Percussion", "legal_name": null, "aliases": ["OCDP"], "website": "https://ocdrum.com", "canonical_domain": "ocdrum.com", "country": "US", "hq_city": "Anaheim", "hq_region": "Orange County", "lat": 33.83611, "lon": -117.88972, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ocdp_drums_logo.png", "description": "American drum manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6793 +{"wikidata_id": "Q336716", "display_name": "SyberJet Aircraft", "legal_name": null, "aliases": ["SJA", "SSAC", "Emivest Aerospace", "Sino Swearingen Aircraft Corporation", "Swearingen Aircraft"], "website": "https://www.syberjet.com", "canonical_domain": "syberjet.com", "country": "US", "hq_city": "Cedar City", "hq_region": "Iron County", "lat": 37.6825, "lon": -113.07444, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6794 +{"wikidata_id": "Q3369617", "display_name": "Tip-Top Restaurant", "legal_name": null, "aliases": [], "website": "https://www.restaurantestiptop.com", "canonical_domain": "restaurantestiptop.com", "country": "NI", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nicaraguan restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6795 +{"wikidata_id": "Q3381546", "display_name": "Photo Finish Records", "legal_name": null, "aliases": [], "website": "https://www.photofinishrecords.com", "canonical_domain": "photofinishrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6796 +{"wikidata_id": "Q3406150", "display_name": "ProSlide Technology", "legal_name": null, "aliases": [], "website": "https://www.proslide.com", "canonical_domain": "proslide.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian water ride manufacturer and designer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6797 +{"wikidata_id": "Q3414457", "display_name": "Quicksilver Software", "legal_name": null, "aliases": [], "website": "https://www.quicksilver.com", "canonical_domain": "quicksilver.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6798 +{"wikidata_id": "Q3415265", "display_name": "RNC Media", "legal_name": null, "aliases": [], "website": "https://www.rncmedia.ca", "canonical_domain": "rncmedia.ca", "country": "CA", "hq_city": "Westmount", "hq_region": "Greater Montreal", "lat": 45.48139, "lon": -73.60056, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian broadcasting group", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6799 +{"wikidata_id": "Q3424839", "display_name": "Renaud-Bray", "legal_name": null, "aliases": [], "website": "https://www.renaud-bray.com", "canonical_domain": "renaud-bray.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renaud-Bray_logo.png", "description": "Canadian bookstore chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6800 +{"wikidata_id": "Q3431114", "display_name": "Instituto Costarricense de Electricidad", "legal_name": null, "aliases": ["ICE", "Costa Rican Institute of Electricity", "Grupo ICE"], "website": "https://www.grupoice.com", "canonical_domain": "grupoice.com", "country": "CR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ice.png", "description": "telecommunication and electricity corporation in Costa Rica", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6801 +{"wikidata_id": "Q3433657", "display_name": "EPiServer", "legal_name": null, "aliases": ["Episerver"], "website": "https://www.episerver.com", "canonical_domain": "episerver.com", "country": "US", "hq_city": "Stockholm", "hq_region": "Stockholm Municipality", "lat": 59.32944, "lon": 18.06861, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "global software company offering CMS/WCM, digital commerce, and digital marketing", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6802 +{"wikidata_id": "Q3437934", "display_name": "Rockefeller Group", "legal_name": null, "aliases": ["Metropolitan Square Corporation", "The Rockefeller Group"], "website": "https://www.rockefellergroup.com", "canonical_domain": "rockefellergroup.com", "country": "US", "hq_city": "1221 Avenue of the Americas", "hq_region": "Manhattan", "lat": 40.75917, "lon": -73.98167, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockefeller_Group_logo.svg", "description": "private company based in New York City", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6803 +{"wikidata_id": "Q3438026", "display_name": "Rocky Mountain Bicycles", "legal_name": null, "aliases": [], "website": "https://www.bikes.com", "canonical_domain": "bikes.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian bicycle manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6804 +{"wikidata_id": "Q34528457", "display_name": "Hyperkin", "legal_name": null, "aliases": [], "website": "https://hyperkin.com", "canonical_domain": "hyperkin.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming", "technology"], "industry_labels": ["video game industry", "electronics industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyperkin_gray_logo.svg", "description": "American video game peripheral manufacturer and distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6805 +{"wikidata_id": "Q3481894", "display_name": "Sherwood", "legal_name": null, "aliases": [], "website": "https://sherwoodhockey.com", "canonical_domain": "sherwoodhockey.com", "country": "CA", "hq_city": "Sherbrooke", "hq_region": "Estrie", "lat": 45.4, "lon": -71.9, "industries": [], "industry_labels": ["ice hockey equipment"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sher-Wood_logo.svg", "description": "maker of ice hockey equipment", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6806 +{"wikidata_id": "Q3483363", "display_name": "SIDOR", "legal_name": null, "aliases": [], "website": "https://www.sidor.com", "canonical_domain": "sidor.com", "country": "VE", "hq_city": "Ciudad Guayana", "hq_region": "Bolívar", "lat": 8.32238, "lon": -62.68966, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Venezuelan steel corporation", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6807 +{"wikidata_id": "Q3488207", "display_name": "Société des traversiers du Québec", "legal_name": null, "aliases": ["STQ", "Societe des traversiers du Quebec"], "website": "https://www.traversiers.com", "canonical_domain": "traversiers.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["transportation"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soci%C3%A9t%C3%A9_des_traversiers_du_Qu%C3%A9bec.png", "description": "transport company in Québec, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6808 +{"wikidata_id": "Q3494107", "display_name": "Sole Technology", "legal_name": null, "aliases": ["Inc."], "website": "https://www.soletechnology.com", "canonical_domain": "soletechnology.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Orange County", "lat": 33.64167, "lon": -117.69083, "industries": ["technology", "apparel"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American footwear and apparel company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6809 +{"wikidata_id": "Q3502846", "display_name": "Redpath Sugar", "legal_name": null, "aliases": [], "website": "https://www.redpathsugar.com", "canonical_domain": "redpathsugar.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["manufacture of sugar"], "founded_year": 1854, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian enterprise", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6810 +{"wikidata_id": "Q3504068", "display_name": "SuperBot Entertainment", "legal_name": null, "aliases": ["Inc."], "website": "https://www.superbotentertainment.com", "canonical_domain": "superbotentertainment.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent video game company formed in 2009 by Shannon Studstill and Chan Park", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6811 +{"wikidata_id": "Q3504341", "display_name": "Super Écran", "legal_name": null, "aliases": ["Super Ecran"], "website": "https://www.superecran.com", "canonical_domain": "superecran.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Super_%C3%89cran_logo.png", "description": "Canadian French-language premium TV network", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6812 +{"wikidata_id": "Q3506641", "display_name": "Swishahouse", "legal_name": null, "aliases": [], "website": "https://www.swishahouse.biz", "canonical_domain": "swishahouse.biz", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hip hop collective and record label from Houston, Texas.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6813 +{"wikidata_id": "Q3509447", "display_name": "AdventHealth", "legal_name": null, "aliases": ["Advent Health", "Adventist Health System"], "website": "https://www.adventhealth.com", "canonical_domain": "adventhealth.com", "country": "US", "hq_city": "Altamonte Springs", "hq_region": "Seminole County", "lat": 28.66139, "lon": -81.39194, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AdventHealth_Logo.svg", "description": "faith-based, non-profit organization headquartered in Altamonte Springs, Florida, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6814 +{"wikidata_id": "Q3512526", "display_name": "TVA Films", "legal_name": null, "aliases": [], "website": "https://tvafilms.ca", "canonical_domain": "tvafilms.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": ["film distribution"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3117582", "name": "TVA Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TVA_Films_%282020%29.svg", "description": "Canadian film and TV distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6815 +{"wikidata_id": "Q3514463", "display_name": "Talend", "legal_name": null, "aliases": [], "website": "https://www.talend.com", "canonical_domain": "talend.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TalendLogoCoral.png", "description": "software vendor specializing in big data integration", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6816 +{"wikidata_id": "Q3521118", "display_name": "The Gravity Group", "legal_name": null, "aliases": ["Gravity Group"], "website": "https://www.thegravitygroup.com", "canonical_domain": "thegravitygroup.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6817 +{"wikidata_id": "Q3530332", "display_name": "Tofino Air", "legal_name": null, "aliases": [], "website": "https://www.tofinoair.ca", "canonical_domain": "tofinoair.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "small Canadian airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6818 +{"wikidata_id": "Q3532045", "display_name": "Top Shelf Productions", "legal_name": "Top Shelf Productions", "aliases": [], "website": "https://www.topshelfcomix.com", "canonical_domain": "topshelfcomix.com", "country": "US", "hq_city": "Marietta", "hq_region": "Cobb County", "lat": 33.95333, "lon": -84.54056, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3146596", "name": "IDW Publishing"}, "logo_url": null, "description": "American comic publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6819 +{"wikidata_id": "Q3545423", "display_name": "AnimEigo", "legal_name": null, "aliases": [], "website": "https://www.animeigo.com", "canonical_domain": "animeigo.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Hanover County", "lat": 34.22333, "lon": -77.91222, "industries": ["retail"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AnimEigo_logo.png", "description": "American anime distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6820 +{"wikidata_id": "Q3546573", "display_name": "Télébec", "legal_name": null, "aliases": ["Telebec"], "website": "https://www.telebec.com", "canonical_domain": "telebec.com", "country": "CA", "hq_city": "Bécancour", "hq_region": "Bécancour", "lat": 46.3333, "lon": -72.4333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q815694", "name": "Bell Canada"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telebec_logo.svg", "description": "Canadian telecommunication company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6821 +{"wikidata_id": "Q3553635", "display_name": "Valentine", "legal_name": null, "aliases": ["Groupe Valentine Inc."], "website": "https://valentine.ca", "canonical_domain": "valentine.ca", "country": "CA", "hq_city": "Saint-Hyacinthe", "hq_region": "Les Maskoutains", "lat": 45.61667, "lon": -72.95, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6718986", "name": "MTY Food Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valentine_%28restaurant%29_logo.svg", "description": "chain of over 100 privately owned restaurant franchises", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6822 +{"wikidata_id": "Q3569449", "display_name": "Wisdom Tree", "legal_name": null, "aliases": ["Spiritual Warfare"], "website": "https://www.wisdomtreegames.com", "canonical_domain": "wisdomtreegames.com", "country": "US", "hq_city": "Tucson", "hq_region": "Pima County", "lat": 32.22167, "lon": -110.92639, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 6211 Security Brokers, Dealers & Flotation Companies"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "WT", "exchange": "NYSE", "lei": null, "sec_cik": "880631", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wisdom_tree.PNG", "description": "video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "880631", "enriched_at": "2026-09-13T07:22:35+00:00"}}
6823 +{"wikidata_id": "Q3569971", "display_name": "World Finance", "legal_name": null, "aliases": [], "website": "https://www.loansbyworld.com", "canonical_domain": "loansbyworld.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "personal installment loan provider", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6824 +{"wikidata_id": "Q358649", "display_name": "Adly", "legal_name": null, "aliases": [], "website": "https://ad.ly", "canonical_domain": "ad.ly", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6825 +{"wikidata_id": "Q3603130", "display_name": "Abaris Books", "legal_name": null, "aliases": [], "website": "https://abarisbooks.com", "canonical_domain": "abarisbooks.com", "country": "US", "hq_city": "Norwalk", "hq_region": "Fairfield County", "lat": 41.09389, "lon": -73.41972, "industries": ["media"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house founded by Walter L. Strauss", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6826 +{"wikidata_id": "Q3639843", "display_name": "Big Vin Records", "legal_name": null, "aliases": [], "website": "https://www.bigvinrecords.com", "canonical_domain": "bigvinrecords.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label based", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6827 +{"wikidata_id": "Q3645374", "display_name": "Brookwell McNamara Entertainment", "legal_name": null, "aliases": [], "website": "https://bmetvfilm.com", "canonical_domain": "bmetvfilm.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brookwell_McNamara_Entertainment_logo.png", "description": "American television production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6828 +{"wikidata_id": "Q3683598", "display_name": "Color Visión", "legal_name": null, "aliases": ["HIMQ-TV"], "website": "https://colorvision.com.do", "canonical_domain": "colorvision.com.do", "country": "DO", "hq_city": "Santiago de los Caballeros", "hq_region": "Santiago Province", "lat": 19.45, "lon": -70.7, "industries": ["media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Dominican television network", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6829 +{"wikidata_id": "Q3694382", "display_name": "Correct Craft", "legal_name": null, "aliases": ["Nautique"], "website": "https://www.correctcraft.com", "canonical_domain": "correctcraft.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building of pleasure and sporting boats"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30588154", "name": "Centurion Boats"}, "logo_url": null, "description": "U.S.-based builder of powerboats", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6830 +{"wikidata_id": "Q3717506", "display_name": "EUE/Screen Gems", "legal_name": null, "aliases": [], "website": "https://euescreengems.com", "canonical_domain": "euescreengems.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Screen_Gems_S_Logo.svg", "description": "American filmmaking company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6831 +{"wikidata_id": "Q3734513", "display_name": "Eulogy Recordings", "legal_name": null, "aliases": [], "website": "https://eulogyrecordings.com", "canonical_domain": "eulogyrecordings.com", "country": "US", "hq_city": "Fort Lauderdale", "hq_region": "Broward County", "lat": 26.13583, "lon": -80.14194, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American hardcore record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6832 +{"wikidata_id": "Q3746537", "display_name": "Flawless Records", "legal_name": null, "aliases": [], "website": "https://www.flawless-records.com", "canonical_domain": "flawless-records.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2723471", "name": "Interscope Geffen A&M"}, "logo_url": null, "description": "record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6833 +{"wikidata_id": "Q3746906", "display_name": "Flying Buffalo", "legal_name": null, "aliases": ["Flying Buffalo Incorporated"], "website": "https://www.flyingbuffalo.com", "canonical_domain": "flyingbuffalo.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["gaming"], "industry_labels": ["tabletop role-playing game"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "role-playing game publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6834 +{"wikidata_id": "Q3771896", "display_name": "Glastron", "legal_name": null, "aliases": [], "website": "https://www.glastron.com", "canonical_domain": "glastron.com", "country": "US", "hq_city": "Little Falls", "hq_region": "Morrison County", "lat": 45.97639, "lon": -94.3625, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7886841", "name": "Beneteau Group"}, "logo_url": null, "description": "American manufacturer of watercraft", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6835 +{"wikidata_id": "Q3772930", "display_name": "Golden Chick", "legal_name": null, "aliases": [], "website": "https://www.goldenchick.com", "canonical_domain": "goldenchick.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast casual fried chicken restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6836 +{"wikidata_id": "Q3812083", "display_name": "KLH (company)", "legal_name": null, "aliases": ["KLH Research and Development Corporation"], "website": "https://www.klhaudio.com", "canonical_domain": "klhaudio.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US audio company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6837 +{"wikidata_id": "Q3823361", "display_name": "Devir", "legal_name": null, "aliases": ["Devir Livraria"], "website": "https://devirgames.com", "canonical_domain": "devirgames.com", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6838 +{"wikidata_id": "Q3835737", "display_name": "Llewellyn Worldwide", "legal_name": null, "aliases": [], "website": "https://www.llewellyn.com", "canonical_domain": "llewellyn.com", "country": "US", "hq_city": "Woodbury", "hq_region": "Washington County", "lat": 44.91989, "lon": -92.93394, "industries": ["media"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing house", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6839 +{"wikidata_id": "Q3844252", "display_name": "Manatt, Phelps & Phillips", "legal_name": "Manatt, Phelps & Phillips, LLP", "aliases": ["Manatt", "Manatt", "Phelps", "and Phillips", "Manatt", "Phelps", "Phillips"], "website": "https://www.manatt.com", "canonical_domain": "manatt.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manatt_goldlogo.jpg", "description": "Los Angeles–based law firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6840 +{"wikidata_id": "Q3859724", "display_name": "Mobile Fidelity Sound Lab", "legal_name": null, "aliases": ["Mobile Fidelity", "MFSL", "MoFi"], "website": "https://mofi.com", "canonical_domain": "mofi.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6841 +{"wikidata_id": "Q3867329", "display_name": "CDNow", "legal_name": null, "aliases": ["ONErpm"], "website": "https://cdnow.com", "canonical_domain": "cdnow.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6842 +{"wikidata_id": "Q3870175", "display_name": "Nanosys", "legal_name": null, "aliases": ["Nanosys (United States)"], "website": "https://www.nanosysinc.com", "canonical_domain": "nanosysinc.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["semiconductors"], "industry_labels": ["nanotechnology", "SIC 3674 Semiconductors & Related Devices"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1160719", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nanosys_logo.png", "description": "company in Milpitas, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1160719", "enriched_at": "2026-09-13T07:22:37+00:00"}}
6843 +{"wikidata_id": "Q3875172", "display_name": "NewTek", "legal_name": null, "aliases": [], "website": "https://www.newtek.com", "canonical_domain": "newtek.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NewTek_logo.svg", "description": "Video production hardware and software company based in Texas", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6844 +{"wikidata_id": "Q38819634", "display_name": "Rigetti Computing", "legal_name": null, "aliases": ["Rigetti & Co.", "Rigetti"], "website": "https://www.rigetti.com", "canonical_domain": "rigetti.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["technology"], "industry_labels": ["quantum computing industry", "SIC 7371 Services-Computer Programming Services"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "RGTI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1838359", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rigetti_Computing.png", "description": "American cloud quantum computing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1838359", "enriched_at": "2026-09-13T07:22:37+00:00"}}
6845 +{"wikidata_id": "Q39045377", "display_name": "Rexall", "legal_name": null, "aliases": ["Rexall Canada", "Rexall Drugstore"], "website": "https://www.rexall.ca", "canonical_domain": "rexall.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q570473", "name": "McKesson Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rexall_Canada_logo.svg", "description": "chain of retail pharmacies in Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6846 +{"wikidata_id": "Q392235", "display_name": "Tandanor", "legal_name": null, "aliases": ["Talleres Navales Darsena Norte"], "website": "https://tandanor.com.ar", "canonical_domain": "tandanor.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.6261, "lon": -58.3503, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TANDANOR-Logo-Pie-1-300x300.png", "description": "Argentine shipyard", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6847 +{"wikidata_id": "Q3922628", "display_name": "Profile Records", "legal_name": null, "aliases": [], "website": "https://www.profile-records.com", "canonical_domain": "profile-records.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6848 +{"wikidata_id": "Q3922861", "display_name": "Projekt Records", "legal_name": null, "aliases": [], "website": "https://www.projekt.com", "canonical_domain": "projekt.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label; Brooklyn, New York-based independent record label specializing in darkwave, ambient and shoegaze music", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6849 +{"wikidata_id": "Q3943701", "display_name": "Sky Brasil", "legal_name": null, "aliases": ["SKY"], "website": "https://www.sky.com.br", "canonical_domain": "sky.com.br", "country": "BR", "hq_city": "Santana de Parnaíba", "hq_region": "São Paulo", "lat": -22.69, "lon": -47.01417, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sky_Brasil_logo.svg", "description": "direct broadcast satellite company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6850 +{"wikidata_id": "Q3973779", "display_name": "Stoeger Industries", "legal_name": null, "aliases": [], "website": "https://www.stoegerindustries.com", "canonical_domain": "stoegerindustries.com", "country": "US", "hq_city": "Accokeek", "hq_region": "Prince George's County", "lat": 38.6722, "lon": -77.0181, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11687735", "name": "Beretta Holding"}, "logo_url": null, "description": "American manufacturer of firearms", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6851 +{"wikidata_id": "Q3987455", "display_name": "The Halcyon Company", "legal_name": null, "aliases": [], "website": "https://www.thehalcyoncompany.com", "canonical_domain": "thehalcyoncompany.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6852 +{"wikidata_id": "Q3998655", "display_name": "Tribune Media Services", "legal_name": null, "aliases": ["Tribune Content Agency", "Tribune News Service"], "website": "https://tribunemediaservices.com", "canonical_domain": "tribunemediaservices.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": ["print syndication", "Media"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TribuneContentAgency-logo.png", "description": "American syndication company owned by Tribune Publishing", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6853 +{"wikidata_id": "Q4023341", "display_name": "Z.Vex Effects", "legal_name": null, "aliases": [], "website": "https://www.zvex.com", "canonical_domain": "zvex.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US effects pedal company founded by Zachary Vex", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6854 +{"wikidata_id": "Q4034158", "display_name": "Anybots", "legal_name": null, "aliases": [], "website": "https://www.anybots.com", "canonical_domain": "anybots.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anybots_logo.png", "description": "robotics company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6855 +{"wikidata_id": "Q4035084", "display_name": "Bieler Bros. Records", "legal_name": null, "aliases": [], "website": "https://www.bielerbros.com", "canonical_domain": "bielerbros.com", "country": "US", "hq_city": "Pompano Beach", "hq_region": "Broward County", "lat": 26.23472, "lon": -80.12556, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6856 +{"wikidata_id": "Q4038053", "display_name": "Encounter", "legal_name": null, "aliases": [], "website": "https://www.en.cx", "canonical_domain": "en.cx", "country": "US", "hq_city": "Minsk", "hq_region": "Belarus", "lat": 53.90225, "lon": 27.56184, "industries": ["gaming"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international network of active urban games", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6857 +{"wikidata_id": "Q4040501", "display_name": "Hearts of Space Records", "legal_name": null, "aliases": [], "website": "https://www.valley-entertainment.com", "canonical_domain": "valley-entertainment.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["aerospace-defense", "entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6858 +{"wikidata_id": "Q4042416", "display_name": "Ivanti", "legal_name": null, "aliases": ["LANDesk"], "website": "https://www.ivanti.com", "canonical_domain": "ivanti.com", "country": "US", "hq_city": "South Jordan", "hq_region": "Salt Lake County", "lat": 40.56167, "lon": -111.96083, "industries": ["software"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LANDESK_Software_logo.png", "description": "American IT software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6859 +{"wikidata_id": "Q4042484", "display_name": "LORAM Maintenance of Way, Inc.", "legal_name": null, "aliases": [], "website": "https://www.loram.com", "canonical_domain": "loram.com", "country": "US", "hq_city": "Minneapolis", "hq_region": "Hennepin County", "lat": 44.98194, "lon": -93.26917, "industries": ["transportation"], "industry_labels": ["railway track"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300RQXBGKAEP8QF08", "sec_cik": null, "parent": null, "logo_url": null, "description": "railroad track maintenance company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6860 +{"wikidata_id": "Q4042504", "display_name": "La-La Land Records", "legal_name": null, "aliases": [], "website": "https://lalalandrecords.com", "canonical_domain": "lalalandrecords.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label specializing in film and television soundtracks", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6861 +{"wikidata_id": "Q4043725", "display_name": "Maritime Air Charter", "legal_name": null, "aliases": ["Maritime Air Charter Limited"], "website": "https://www.maritimeair.com", "canonical_domain": "maritimeair.com", "country": "CA", "hq_city": "Enfield", "hq_region": "Halifax", "lat": 44.94333, "lon": -63.53611, "industries": ["shipping", "airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian charter airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6862 +{"wikidata_id": "Q4044611", "display_name": "Mozy", "legal_name": null, "aliases": [], "website": "https://mozy.com", "canonical_domain": "mozy.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mozy_by_Dell_logo.svg", "description": "online backup service for Windows and macOS", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6863 +{"wikidata_id": "Q4045269", "display_name": "NeuroSky", "legal_name": null, "aliases": ["Inc.", "ニューロスカイ"], "website": "https://www.neurosky.jp", "canonical_domain": "neurosky.jp", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NeuroSky_logo.svg", "description": "brain-computer interface technology manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6864 +{"wikidata_id": "Q4045461", "display_name": "Nor-Alta Aviation", "legal_name": null, "aliases": ["Can West Air"], "website": "https://canwestair.com", "canonical_domain": "canwestair.com", "country": "CA", "hq_city": "La Crête", "hq_region": "Alberta", "lat": 58.1864, "lon": -116.41, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian charter airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6865 +{"wikidata_id": "Q4045496", "display_name": "Nostromo Defensa", "legal_name": null, "aliases": [], "website": "https://nostromo-group.com", "canonical_domain": "nostromo-group.com", "country": "AR", "hq_city": "Córdoba", "hq_region": "Capital Department", "lat": -31.41667, "lon": -64.18333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine defense contractor specializing in UAVs", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6866 +{"wikidata_id": "Q4045743", "display_name": "Om Records", "legal_name": null, "aliases": [], "website": "https://www.om-records.com", "canonical_domain": "om-records.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6867 +{"wikidata_id": "Q4046698", "display_name": "Perseus Books Group", "legal_name": null, "aliases": [], "website": "https://www.perseusbooks.com", "canonical_domain": "perseusbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1490400", "name": "Lagardère Group"}, "logo_url": null, "description": "American publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6868 +{"wikidata_id": "Q4048130", "display_name": "Reel Life Productions", "legal_name": null, "aliases": ["Gothom Records"], "website": "https://www.acidrap.com", "canonical_domain": "acidrap.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6869 +{"wikidata_id": "Q4048972", "display_name": "Salt Spring Air", "legal_name": null, "aliases": ["SALTSPRING AIR"], "website": "https://saltspringair.com", "canonical_domain": "saltspringair.com", "country": "CA", "hq_city": "Saltspring Island", "hq_region": "British Columbia", "lat": 48.81389, "lon": -123.49722, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6870 +{"wikidata_id": "Q4050409", "display_name": "Superior Airways", "legal_name": null, "aliases": [], "website": "https://www.superiorairways.com", "canonical_domain": "superiorairways.com", "country": "CA", "hq_city": "Red Lake", "hq_region": "Kenora District", "lat": 51.01676, "lon": -93.83374, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chartered air service based in Red Lake, Ontario, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6871 +{"wikidata_id": "Q4050516", "display_name": "Synthetic Genomics", "legal_name": null, "aliases": ["Synthetic Genomics (United States)"], "website": "https://www.syntheticgenomics.com", "canonical_domain": "syntheticgenomics.com", "country": "US", "hq_city": "La Jolla", "hq_region": "San Diego", "lat": 32.84, "lon": -117.27694, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1341812", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viridos_logo.svg", "description": "company in La Jolla, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6872 +{"wikidata_id": "Q4051487", "display_name": "Tigon Studios", "legal_name": null, "aliases": [], "website": "https://www.tigonstudios.com", "canonical_domain": "tigonstudios.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3352642", "name": "One Race Films"}, "logo_url": null, "description": "American video game company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6873 +{"wikidata_id": "Q4053137", "display_name": "Wiggins Airways", "legal_name": null, "aliases": [], "website": "https://wiggins-air.com", "canonical_domain": "wiggins-air.com", "country": "US", "hq_city": "Manchester", "hq_region": "Hillsborough County", "lat": 42.99083, "lon": -71.46361, "industries": ["airlines"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American cargo airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6874 +{"wikidata_id": "Q4139934", "display_name": "Global Press Institute", "legal_name": null, "aliases": [], "website": "https://www.globalpressinstitute.org", "canonical_domain": "globalpressinstitute.org", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American journalism organization", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6875 +{"wikidata_id": "Q4272810", "display_name": "Bank of the Orient", "legal_name": null, "aliases": [], "website": "https://www.bankorient.com", "canonical_domain": "bankorient.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bank catering to Asian Americans", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6876 +{"wikidata_id": "Q429274", "display_name": "Canadian Automobile Association", "legal_name": null, "aliases": [], "website": "https://www.caa.ca", "canonical_domain": "caa.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CAA_logo.svg", "description": "Canadian not-for-profit organization", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6877 +{"wikidata_id": "Q4302161", "display_name": "Electricidad de Caracas", "legal_name": null, "aliases": [], "website": "https://www.laedc.com.ve", "canonical_domain": "laedc.com.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["utilities"], "industry_labels": [], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Electricidad_de_Caracas.png", "description": "electricity company serving greater Caracas, Venezuela", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6878 +{"wikidata_id": "Q4302384", "display_name": "Morgan, Lewis & Bockius", "legal_name": null, "aliases": ["Morgan Lewis", "Morgan", "Lewis & Bockius LLP"], "website": "https://www.morganlewis.com", "canonical_domain": "morganlewis.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morganlewis-logo.JPG", "description": "American law firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6879 +{"wikidata_id": "Q43080071", "display_name": "Plug and Play Tech Center", "legal_name": null, "aliases": ["Plug and Play", "Plug & Play"], "website": "https://www.plugandplaytechcenter.com", "canonical_domain": "plugandplaytechcenter.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Plug_and_Play_New.png", "description": "Global innovation platform and technology accelerator founded by Saeed Amidi", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6880 +{"wikidata_id": "Q43255076", "display_name": "Société québécoise du cannabis", "legal_name": null, "aliases": ["SQDC"], "website": "https://www.sqdc.ca", "canonical_domain": "sqdc.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3488077", "name": "SAQ"}, "logo_url": null, "description": "Cannabis sales monopoly and Crown corporation of Quebec, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6881 +{"wikidata_id": "Q43401821", "display_name": "Epic Pictures Group", "legal_name": null, "aliases": [], "website": "https://www.epic-pictures.com", "canonical_domain": "epic-pictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film and television production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6882 +{"wikidata_id": "Q4354637", "display_name": "Warner Music Canada", "legal_name": null, "aliases": [], "website": "https://www.warnermusic.ca", "canonical_domain": "warnermusic.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": null, "description": "Canadian division of Warner Music Group", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6883 +{"wikidata_id": "Q4354845", "display_name": "Real Talk Entertainment", "legal_name": null, "aliases": ["Real Talk"], "website": "https://www.realtalkent.com", "canonical_domain": "realtalkent.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RealTalkEnt.jpg", "description": "hip hop record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6884 +{"wikidata_id": "Q4355026", "display_name": "Editorial Ivrea", "legal_name": null, "aliases": [], "website": "https://www.editorialivrea.com", "canonical_domain": "editorialivrea.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ivrea_Editorial.svg", "description": "Argentine publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6885 +{"wikidata_id": "Q4355671", "display_name": "pxsoftware.com", "legal_name": null, "aliases": [], "website": "https://www.pxsoftware.com", "canonical_domain": "pxsoftware.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6886 +{"wikidata_id": "Q45045929", "display_name": "modern.com.br", "legal_name": null, "aliases": [], "website": "https://modern.com.br", "canonical_domain": "modern.com.br", "country": "BR", "hq_city": "Campinas", "hq_region": "São Paulo", "lat": -22.90091, "lon": -47.05729, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Modern_Logistics_logo.png", "description": "Brazilian airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6887 +{"wikidata_id": "Q4543160", "display_name": "Honeybee Robotics", "legal_name": null, "aliases": ["Honeybee Robotics Spacecraft Mechanisms Corporation"], "website": "https://www.honeybeerobotics.com", "canonical_domain": "honeybeerobotics.com", "country": "US", "hq_city": "Brooklyn", "hq_region": "New York City", "lat": 40.65083, "lon": -73.94972, "industries": ["robotics", "aerospace-defense"], "industry_labels": ["robotics", "aerospace industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company specializing in spacecraft and robotics technology", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6888 +{"wikidata_id": "Q4632862", "display_name": "2929 Entertainment", "legal_name": null, "aliases": [], "website": "https://www.2929entertainment.com", "canonical_domain": "2929entertainment.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2929_Entertainment_Logo.jpg", "description": "American Mass and Media Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6889 +{"wikidata_id": "Q4644779", "display_name": "84 Lumber", "legal_name": null, "aliases": [], "website": "https://www.84lumber.com", "canonical_domain": "84lumber.com", "country": "US", "hq_city": "Eighty Four", "hq_region": "Washington County", "lat": 40.18194, "lon": -80.13306, "industries": ["materials"], "industry_labels": ["building material"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/84_Lumber_logo.svg", "description": "American building materials supply company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6890 +{"wikidata_id": "Q4650247", "display_name": "ABC Supply", "legal_name": null, "aliases": ["ABC Supply Co.", "Inc."], "website": "https://www.abcsupply.com", "canonical_domain": "abcsupply.com", "country": "US", "hq_city": "Beloit", "hq_region": "Rock County", "lat": 42.50833, "lon": -89.03167, "industries": ["construction"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American roofing supply company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6891 +{"wikidata_id": "Q4652653", "display_name": "AMIT", "legal_name": null, "aliases": ["American Mizrahi Women", "American Mizrahi Women in Israel", "Americans for Israel and Tora Women", "AMIT Women", "Irgun Mitnaddevot Lemaan Yisrael Wetorata", "West Orange Chapter of American Mizrahi Women"], "website": "https://www.amit.org.il", "canonical_domain": "amit.org.il", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SMALL_AMIT_LOGO.jpg", "description": "organization", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6892 +{"wikidata_id": "Q4654053", "display_name": "ASA Aluminium Body", "legal_name": null, "aliases": ["Nestor Salerno"], "website": "https://www.nestorsalerno.com", "canonical_domain": "nestorsalerno.com", "country": "AR", "hq_city": "San Isidro", "hq_region": "San Isidro Partido", "lat": -34.46667, "lon": -58.51667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nestor_salerno_logo.png", "description": "Argentinian manufacturer of replicas of sports cars", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6893 +{"wikidata_id": "Q4655061", "display_name": "AVN Media Network", "legal_name": null, "aliases": [], "website": "https://www.avnmedianetwork.com", "canonical_domain": "avnmedianetwork.com", "country": "US", "hq_city": "Chatsworth", "hq_region": "Los Angeles", "lat": 34.25722, "lon": -118.60028, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "adult entertainment company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6894 +{"wikidata_id": "Q4667842", "display_name": "Abingdon Press", "legal_name": null, "aliases": [], "website": "https://www.abingdonpress.com", "canonical_domain": "abingdonpress.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["media"], "industry_labels": [], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publishing house of the United Methodist Church", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6895 +{"wikidata_id": "Q4680708", "display_name": "Adaptive Planning", "legal_name": null, "aliases": ["Adaptive Insights", "Adaptive Insights", "a Workday company", "Inc."], "website": "https://www.adaptiveinsights.com", "canonical_domain": "adaptiveinsights.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6896 +{"wikidata_id": "Q4686139", "display_name": "Advanced Cell Technology", "legal_name": null, "aliases": ["Ocata Therapeutics"], "website": "https://www.advancedcell.com", "canonical_domain": "advancedcell.com", "country": "US", "hq_city": "Marlborough", "hq_region": "Middlesex County", "lat": 42.34583, "lon": -71.55278, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "subsidiary of Astellas Pharma", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6897 +{"wikidata_id": "Q4686160", "display_name": "Advanced Composites Solutions", "legal_name": null, "aliases": [], "website": "https://www.acs-solutions.com.br", "canonical_domain": "acs-solutions.com.br", "country": "BR", "hq_city": "São José dos Campos", "hq_region": "São Paulo", "lat": -23.17889, "lon": -45.88694, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian engineering company specialized in composite materials technology", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6898 +{"wikidata_id": "Q4686868", "display_name": "AdvoCare", "legal_name": null, "aliases": [], "website": "https://www.advocare.com", "canonical_domain": "advocare.com", "country": "US", "hq_city": "Richardson", "hq_region": "Dallas County", "lat": 32.94833, "lon": -96.72972, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "personal care product"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American health and wellness company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6899 +{"wikidata_id": "Q4688342", "display_name": "aeromas.com", "legal_name": null, "aliases": ["Aeromas"], "website": "https://aeromas.com", "canonical_domain": "aeromas.com", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": ["airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Uruguayan airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6900 +{"wikidata_id": "Q4693829", "display_name": "AgriBank", "legal_name": null, "aliases": ["FCB"], "website": "https://www.agribank.com", "canonical_domain": "agribank.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "I0JS1G88CFNZT8P31C22", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AgriBank-logo.png", "description": "American farm lending bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6901 +{"wikidata_id": "Q4694247", "display_name": "Agroindustrial Pomalca", "legal_name": null, "aliases": [], "website": "https://www.pomalca.com.pe", "canonical_domain": "pomalca.com.pe", "country": "PE", "hq_city": "Chiclayo", "hq_region": "Lambayeque Department", "lat": -6.77167, "lon": -79.83833, "industries": ["agriculture"], "industry_labels": ["agribusiness"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6902 +{"wikidata_id": "Q4698292", "display_name": "Cordis Corporation", "legal_name": null, "aliases": ["Cordis"], "website": "https://www.cordis.com", "canonical_domain": "cordis.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["medical-devices"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cordis_logo_2022.jpg", "description": "subsidiary of Johnson & Johnson that develops and manufactures medical devices", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6903 +{"wikidata_id": "Q4699013", "display_name": "Airspan", "legal_name": null, "aliases": [], "website": "https://www.airspan.com", "canonical_domain": "airspan.com", "country": "US", "hq_city": "Boca Raton", "hq_region": "Palm Beach County", "lat": 26.36861, "lon": -80.1, "industries": ["telecommunications"], "industry_labels": ["telecommunications device"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airspan_Networks_full_logo.svg", "description": "American telecommunications company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6904 +{"wikidata_id": "Q4700633", "display_name": "Hanwha Philly Shipyard", "legal_name": null, "aliases": ["Aker Philadelphia Shipyard", "Philly Shipyard"], "website": "https://hanwhaphillyshipyard.com", "canonical_domain": "hanwhaphillyshipyard.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q104602981", "name": "Philly Shipyard ASA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HanwhaLogo.png", "description": "shipyard in Philadelphia, Pennsylvania, U.S.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6905 +{"wikidata_id": "Q4731377", "display_name": "Allegis Group", "legal_name": null, "aliases": [], "website": "https://www.allegisgroup.com", "canonical_domain": "allegisgroup.com", "country": "US", "hq_city": "Hanover", "hq_region": "Anne Arundel County", "lat": 39.19289, "lon": -76.72414, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allegis_Group_Logo.svg", "description": "international talent management firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6906 +{"wikidata_id": "Q4731627", "display_name": "Allen Edmonds Shoe Corporation", "legal_name": null, "aliases": ["Allen Edmonds"], "website": "https://www.allenedmonds.com", "canonical_domain": "allenedmonds.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 43.4105, "lon": -87.8689, "industries": ["apparel"], "industry_labels": [], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allen_Edmonds_logo.svg", "description": "upscale shoe company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6907 +{"wikidata_id": "Q4731805", "display_name": "Allen Organ Company", "legal_name": "Allen Organ Company", "aliases": [], "website": "https://www.allenorgan.com", "canonical_domain": "allenorgan.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allen_DCO_Markenschild.jpg", "description": "musical instrument company which builds church organs, home organs and theatre organs", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6908 +{"wikidata_id": "Q4736435", "display_name": "Alternative Distribution Alliance", "legal_name": null, "aliases": ["ADA"], "website": "https://ada-music.com", "canonical_domain": "ada-music.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alternative_Distribution_Alliance_logo.svg", "description": "music distribution company owned by Warner Music Group", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6909 +{"wikidata_id": "Q4743316", "display_name": "American Center for Mongolian Studies", "legal_name": null, "aliases": [], "website": "https://www.mongoliacenter.org", "canonical_domain": "mongoliacenter.org", "country": "US", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["education"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Academic organization based in Mongolia and the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6910 +{"wikidata_id": "Q4746234", "display_name": "Amigo Supermarkets", "legal_name": null, "aliases": ["Supermercados Amigo"], "website": "https://amigo.com", "canonical_domain": "amigo.com", "country": "US", "hq_city": "San Juan", "hq_region": "Puerto Rico", "lat": 18.46528, "lon": -66.11667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483551", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amigo_Supermarkets_logo.svg", "description": "Puerto Rican supermarket chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6911 +{"wikidata_id": "Q4749048", "display_name": "Amy's Kitchen", "legal_name": null, "aliases": ["Amy's"], "website": "https://www.amyskitchen.com", "canonical_domain": "amyskitchen.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amy%27s_Kitchen_logo_gn.svg", "description": "Organic convenience food company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6912 +{"wikidata_id": "Q4753960", "display_name": "Andersen Corporation", "legal_name": null, "aliases": [], "website": "https://www.andersenwindows.com", "canonical_domain": "andersenwindows.com", "country": "US", "hq_city": "Bayport", "hq_region": "Washington County", "lat": 45.02139, "lon": -92.78111, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "SUM1SONW1INQ6HUA9R64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aw-logo-2021.png", "description": "American window and door company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6913 +{"wikidata_id": "Q4754219", "display_name": "Anderson Valley Brewing Company", "legal_name": null, "aliases": [], "website": "https://avbc.com", "canonical_domain": "avbc.com", "country": "US", "hq_city": "Boonville", "hq_region": "Mendocino County", "lat": 39.0011, "lon": -123.356, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in Boonville, California", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6914 +{"wikidata_id": "Q4765127", "display_name": "AnimeNation", "legal_name": null, "aliases": [], "website": "https://www.animenation.com", "canonical_domain": "animenation.com", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct American anime-centered company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6915 +{"wikidata_id": "Q4781799", "display_name": "Appy Pie", "legal_name": null, "aliases": ["APK"], "website": "https://www.appypie.com", "canonical_domain": "appypie.com", "country": "US", "hq_city": "Walnut", "hq_region": "Los Angeles County", "lat": 34.03333, "lon": -117.86667, "industries": ["internet"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Appy_Pie_logo_main.png", "description": "mobile app platform", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6916 +{"wikidata_id": "Q4785019", "display_name": "Jam Filled Entertainment", "legal_name": null, "aliases": ["Arc Productions"], "website": "https://www.jamfilled.com", "canonical_domain": "jamfilled.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian animation studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6917 +{"wikidata_id": "Q4787548", "display_name": "Arctic Silver", "legal_name": null, "aliases": ["Arctic Silver Inc.", "Artic Silver"], "website": "https://www.arcticsilver.com", "canonical_domain": "arcticsilver.com", "country": "US", "hq_city": "Visalia", "hq_region": "Tulare County", "lat": 36.33028, "lon": -119.2925, "industries": ["mining", "construction"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arctic_Silver_wordmark.svg", "description": "privately owned engineering corporation", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6918 +{"wikidata_id": "Q4787552", "display_name": "Arctic Slope Regional Corporation", "legal_name": null, "aliases": ["ASRC"], "website": "https://www.asrc.com", "canonical_domain": "asrc.com", "country": "US", "hq_city": "Utqiagvik", "hq_region": "North Slope Borough", "lat": 71.29056, "lon": -156.78861, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. corporation with business in aerospace, defense, and other sectors", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6919 +{"wikidata_id": "Q4787953", "display_name": "Ardence", "legal_name": null, "aliases": ["VenturCom"], "website": "https://www.ardence.com", "canonical_domain": "ardence.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ardence_Citrix.png", "description": "American software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6920 +{"wikidata_id": "Q4790503", "display_name": "Ariens", "legal_name": null, "aliases": ["Ariens Company", "The Ariens Company"], "website": "https://www.ariens.com", "canonical_domain": "ariens.com", "country": "US", "hq_city": "Brillion", "hq_region": "Calumet County", "lat": 44.175, "lon": -88.06611, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300SEUPIFOJSK7Q94", "sec_cik": null, "parent": null, "logo_url": null, "description": "Brillion, Wisconsin-based equipment company.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6921 +{"wikidata_id": "Q4794927", "display_name": "Arnold & Porter", "legal_name": null, "aliases": ["Arnold & Porter LLP", "Arnold Porter Kaye Scholer"], "website": "https://www.arnoldporter.com", "canonical_domain": "arnoldporter.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930020HEOWHKF3IG64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arnold_%26_Porter_logo.svg", "description": "international law firm based in Washington, D.C.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6922 +{"wikidata_id": "Q4795873", "display_name": "ArrayComm", "legal_name": null, "aliases": [], "website": "https://www.arraycomm.com", "canonical_domain": "arraycomm.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ArrayComm-logo.png", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6923 +{"wikidata_id": "Q4796418", "display_name": "Arsenal de Marinha do Rio de Janeiro", "legal_name": null, "aliases": [], "website": "https://www.marinha.mil.br", "canonical_domain": "marinha.mil.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": -22.8967, "lon": -43.1749, "industries": ["defense", "manufacturing"], "industry_labels": [], "founded_year": 1763, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "military institution in Rio de Janeiro", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6924 +{"wikidata_id": "Q4801347", "display_name": "Artkraft Strauss", "legal_name": null, "aliases": ["Artkraft Strauss Sign Corporation"], "website": "https://www.artkraft.com", "canonical_domain": "artkraft.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reclamebord_met_echte_rook_voor_sigarettenmerk_Camel_op_Times_Square%2C_Bestanddeelnr_191-0803.jpg", "description": "American Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6925 +{"wikidata_id": "Q4803060", "display_name": "As seen on TV", "legal_name": null, "aliases": [], "website": "https://www.asseenontv.com", "canonical_domain": "asseenontv.com", "country": "US", "hq_city": "Clearwater", "hq_region": "Pinellas County", "lat": 27.96556, "lon": -82.8, "industries": ["media"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/As_seen_on_TV.svg", "description": "a product seal", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6926 +{"wikidata_id": "Q4809186", "display_name": "Associated Food Stores", "legal_name": null, "aliases": [], "website": "https://www.afstores.com", "canonical_domain": "afstores.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage", "agriculture"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Associated_Food_Stores_logo.svg", "description": "American retailers' cooperative", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6927 +{"wikidata_id": "Q4810575", "display_name": "Astatic Corporation", "legal_name": null, "aliases": [], "website": "https://www.astatic.com", "canonical_domain": "astatic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astatic-logo.png", "description": "American microphone company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6928 +{"wikidata_id": "Q4811599", "display_name": "Astron-6", "legal_name": null, "aliases": [], "website": "https://www.astron-6.com", "canonical_domain": "astron-6.com", "country": "CA", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian film producer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6929 +{"wikidata_id": "Q4822528", "display_name": "Aurora Flight Sciences", "legal_name": null, "aliases": [], "website": "https://www.aurora.aero", "canonical_domain": "aurora.aero", "country": "US", "hq_city": "Manassas", "hq_region": "Virginia", "lat": 38.75142, "lon": -77.4764, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry", "aerospace industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q66", "name": "Boeing"}, "logo_url": null, "description": "American aeronautical research company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6930 +{"wikidata_id": "Q4825847", "display_name": "Auteco", "legal_name": null, "aliases": [], "website": "https://www.auteco.com.co", "canonical_domain": "auteco.com.co", "country": "CO", "hq_city": "Medellín", "hq_region": "Medellín", "lat": 6.25, "lon": -75.58333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Auteco_logo.svg", "description": "motor vehicle manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6931 +{"wikidata_id": "Q4825911", "display_name": "AuthorHouse", "legal_name": null, "aliases": [], "website": "https://www.authorhouse.com", "canonical_domain": "authorhouse.com", "country": "US", "hq_city": "Bloomington", "hq_region": "Monroe County", "lat": 39.16667, "lon": -86.53472, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6932 +{"wikidata_id": "Q4828187", "display_name": "Avenue Capital Group", "legal_name": null, "aliases": ["Avenue Capital"], "website": "https://www.avenuecapital.com", "canonical_domain": "avenuecapital.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American investment firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6933 +{"wikidata_id": "Q4833227", "display_name": "Aéreo Servicio Guerrero", "legal_name": null, "aliases": ["Aereo Servicio Guerrero", "Aereo Servicios Guerrero", "Aéreo Servicios Guerrero"], "website": "https://www.asg.com.mx", "canonical_domain": "asg.com.mx", "country": "MX", "hq_city": "Hermosillo", "hq_region": "Hermosillo Municipality", "lat": 29.075, "lon": -110.95833, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican regional airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6934 +{"wikidata_id": "Q4835087", "display_name": "BBVA Provincial", "legal_name": null, "aliases": ["Banco Provincial"], "website": "https://www.provincial.com", "canonical_domain": "provincial.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806189", "name": "Banco Bilbao Vizcaya Argentaria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BBVA_Provincial_logo_2025.svg", "description": "private bank in Venezuela", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6935 +{"wikidata_id": "Q4836201", "display_name": "BOKU mobile payments", "legal_name": null, "aliases": [], "website": "https://www.boku.com", "canonical_domain": "boku.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["payments"], "industry_labels": ["payment service provider"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300Y4P2ZPFKCZ0C60", "sec_cik": "1469313", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boku_logo.png", "description": "San Francisco, California-based company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6936 +{"wikidata_id": "Q4836822", "display_name": "BVD", "legal_name": null, "aliases": ["B.V.D.", "Bradley", "Vorhees and Day", "BVDs"], "website": "https://www.bvd.com", "canonical_domain": "bvd.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "USA brand of (mostly men's) underwear, originally started in 1876; source of nickname 'BVDs' for underwear", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6937 +{"wikidata_id": "Q4840199", "display_name": "Bad Boy", "legal_name": null, "aliases": [], "website": "https://www.badboy.com", "canonical_domain": "badboy.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American alternative sport and lifestyle brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6938 +{"wikidata_id": "Q4848628", "display_name": "Baires Fly", "legal_name": null, "aliases": [], "website": "https://www.bairesfly.com", "canonical_domain": "bairesfly.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baires_fly_logo.png", "description": "airline in Argentina", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6939 +{"wikidata_id": "Q4850829", "display_name": "Bali", "legal_name": null, "aliases": ["Bail"], "website": "https://www.balicompany.com", "canonical_domain": "balicompany.com", "country": "US", "hq_city": "Winston-Salem", "hq_region": "Forsyth County", "lat": 36.1025, "lon": -80.26056, "industries": ["apparel"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bali_logo.svg", "description": "lingerie company operating in the United States of America", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6940 +{"wikidata_id": "Q4853573", "display_name": "BanRegio", "legal_name": null, "aliases": ["Banco Regional de Monterrey"], "website": "https://www.banregio.com", "canonical_domain": "banregio.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930088R4YQVV0P9F21", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banregio.png", "description": "Mexican bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6941 +{"wikidata_id": "Q4854094", "display_name": "Banco Industrial de Venezuela", "legal_name": null, "aliases": [], "website": "https://bivonline.com", "canonical_domain": "bivonline.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["banking"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bank of Venezuela", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6942 +{"wikidata_id": "Q4854097", "display_name": "Banco Itaú Paraguay S.A.", "legal_name": null, "aliases": ["Itaú Paraguay"], "website": "https://www.itau.com.py", "canonical_domain": "itau.com.py", "country": "PY", "hq_city": "Asunción", "hq_region": "Capital District", "lat": -25.28, "lon": -57.63444, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Ita%C3%BA_logo.svg", "description": "Paraguayan bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6943 +{"wikidata_id": "Q4854108", "display_name": "Banco Occidental de Descuento", "legal_name": null, "aliases": ["BOD"], "website": "https://www.bncenlinea.com", "canonical_domain": "bncenlinea.com", "country": "VE", "hq_city": "Maracaibo", "hq_region": "Zulia", "lat": 10.63333, "lon": -71.63333, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bodlogotipo.png", "description": "private bank in Venezuela", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6944 +{"wikidata_id": "Q4854117", "display_name": "Banco BV", "legal_name": null, "aliases": ["Banco Votorantim", "BV Bank", "Votorantim Bank"], "website": "https://bv.com.br", "canonical_domain": "bv.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_BV_Logo.svg", "description": "Brazilian banking corporation", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6945 +{"wikidata_id": "Q4854136", "display_name": "Bancomext", "legal_name": null, "aliases": [], "website": "https://www.bancomext.com", "canonical_domain": "bancomext.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned bank in Mexico, established in 1937", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6946 +{"wikidata_id": "Q4863417", "display_name": "Barrett-Jackson", "legal_name": null, "aliases": [], "website": "https://www.barrett-jackson.com", "canonical_domain": "barrett-jackson.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["retail"], "industry_labels": ["auction"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "auction company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6947 +{"wikidata_id": "Q4869466", "display_name": "Bâton Rouge", "legal_name": null, "aliases": ["Baton Rouge", "Bâton Rouge Restaurant", "Baton Rouge Steakhouse & Bar", "Bâton Rouge Steakhouse & Bar"], "website": "https://www.batonrouge.ca", "canonical_domain": "batonrouge.ca", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6948 +{"wikidata_id": "Q48783384", "display_name": "Cementos Argos", "legal_name": null, "aliases": ["Argos", "Argos Cement"], "website": "https://www.argos.com.co", "canonical_domain": "argos.com.co", "country": "CO", "hq_city": "Medellín", "hq_region": "Antioquia", "lat": 6.2502, "lon": -75.56758, "industries": ["construction"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9292132", "name": "Grupo Argos"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Argos_logo.png", "description": "international cement company of Colombian origin", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6949 +{"wikidata_id": "Q4879630", "display_name": "Beecher's Handmade Cheese", "legal_name": null, "aliases": [], "website": "https://beechershandmadecheese.com", "canonical_domain": "beechershandmadecheese.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": [], "industry_labels": ["cheese"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "artisan cheesemaker", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6950 +{"wikidata_id": "Q4885517", "display_name": "Ben Davis", "legal_name": null, "aliases": [], "website": "https://www.bendavis.com", "canonical_domain": "bendavis.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["apparel"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United States-based work clothing line", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6951 +{"wikidata_id": "Q4890183", "display_name": "Benrus", "legal_name": "Benrus", "aliases": [], "website": "https://www.benrus.com", "canonical_domain": "benrus.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["watchmaking"], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Benrus_Logo.png", "description": "American watch company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6952 +{"wikidata_id": "Q4891711", "display_name": "Bergner's", "legal_name": null, "aliases": [], "website": "https://www.bergners.com", "canonical_domain": "bergners.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bergner%27s_Department_Store_Final_Logo.png", "description": "department store in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6953 +{"wikidata_id": "Q48965608", "display_name": "KeyMe", "legal_name": null, "aliases": [], "website": "https://www.key.me", "canonical_domain": "key.me", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": ["locksmithing"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1566967", "parent": null, "logo_url": null, "description": "American key duplication company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6954 +{"wikidata_id": "Q48966300", "display_name": "Infinidat", "legal_name": null, "aliases": [], "website": "https://www.infinidat.com", "canonical_domain": "infinidat.com", "country": "US", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli-American data storage company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6955 +{"wikidata_id": "Q48967960", "display_name": "Triumph Books", "legal_name": null, "aliases": [], "website": "https://www.triumphbooks.com", "canonical_domain": "triumphbooks.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["media"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Triumph_Books_Chicago_logo.png", "description": "sports book publisher based in Chicago", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6956 +{"wikidata_id": "Q48968308", "display_name": "Parallax Press", "legal_name": null, "aliases": [], "website": "https://www.parallax.org", "canonical_domain": "parallax.org", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Non-profit book publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6957 +{"wikidata_id": "Q4898585", "display_name": "Betterment.com", "legal_name": null, "aliases": ["Betterment"], "website": "https://www.betterment.com", "canonical_domain": "betterment.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Betterment_Logo.svg", "description": "an online-investment adviser registered by the U.S. Securities and Exchange Commission", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6958 +{"wikidata_id": "Q4905686", "display_name": "Big Finish Games", "legal_name": null, "aliases": [], "website": "https://www.bigfinishgames.com", "canonical_domain": "bigfinishgames.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American computer and videogame developing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6959 +{"wikidata_id": "Q4916058", "display_name": "Birds Eye", "legal_name": null, "aliases": [], "website": "https://www.birdseye.com", "canonical_domain": "birdseye.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1123399", "name": "Conagra Brands, Inc."}, "logo_url": null, "description": "brand of frozen foods", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6960 +{"wikidata_id": "Q4918436", "display_name": "Bissell", "legal_name": null, "aliases": ["Bissell Homecare"], "website": "https://www.bissell.com", "canonical_domain": "bissell.com", "country": "US", "hq_city": "Walker", "hq_region": "Kent County", "lat": 43.00139, "lon": -85.76806, "industries": [], "industry_labels": [], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American business", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6961 +{"wikidata_id": "Q4920205", "display_name": "Black & Veatch", "legal_name": null, "aliases": [], "website": "https://www.bv.com", "canonical_domain": "bv.com", "country": "US", "hq_city": "Overland Park", "hq_region": "Johnson County", "lat": 38.94007, "lon": -94.6807, "industries": [], "industry_labels": [], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6962 +{"wikidata_id": "Q4920343", "display_name": "Black Bear Diner", "legal_name": null, "aliases": [], "website": "https://blackbeardiner.com", "canonical_domain": "blackbeardiner.com", "country": "US", "hq_city": "Redding", "hq_region": "Shasta County", "lat": 40.58639, "lon": -122.39167, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain located in the Western United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6963 +{"wikidata_id": "Q4924308", "display_name": "Blake's Lotaburger", "legal_name": "Blake's Lotaburger", "aliases": ["Blake's", "Blake's Burger", "Blakes Lotta Burger", "Lota Burger", "Lotaburger", "REALBlakesLota"], "website": "https://lotaburger.com", "canonical_domain": "lotaburger.com", "country": "US", "hq_city": "Albuquerque", "hq_region": "Bernalillo County", "lat": 35.08444, "lon": -106.65028, "industries": ["food-beverage"], "industry_labels": ["fast food restaurant"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blakes_Lotaburger_logo.svg", "description": "New Mexico fast food chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6964 +{"wikidata_id": "Q4940041", "display_name": "Bolsa y Mercados de Valores de la República Dominicana", "legal_name": null, "aliases": ["Bolsa de Valores de la Republica Dominicana", "BOLSA DE VALORES DE LA REPUBLICA DOMINICANA SA.", "BVRD", "XBVR"], "website": "https://www.bolsard.com", "canonical_domain": "bolsard.com", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGOBVRD.png", "description": "Stock Market located in Santo Domingo, Dominican Republic", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6965 +{"wikidata_id": "Q4943722", "display_name": "Boonty", "legal_name": null, "aliases": [], "website": "https://uk.boonty.com", "canonical_domain": "boonty.com", "country": "US", "hq_city": "Paris", "hq_region": "Grand Paris", "lat": 48.85667, "lon": 2.35222, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boonty.png", "description": "supplier of digital distribution services of video games", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6966 +{"wikidata_id": "Q4943796", "display_name": "Booster Juice", "legal_name": null, "aliases": [], "website": "https://www.boosterjuice.com", "canonical_domain": "boosterjuice.com", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian chain of juice and smoothie bars", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6967 +{"wikidata_id": "Q4957559", "display_name": "Branson Air Express", "legal_name": null, "aliases": ["Branson AirExpress", "Fly Branson Travel"], "website": "https://www.bransonairexpress.com", "canonical_domain": "bransonairexpress.com", "country": "US", "hq_city": "Hollister", "hq_region": "Taney County", "lat": 36.6236, "lon": -93.2161, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Branson_air_express.JPG", "description": "airline of the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6968 +{"wikidata_id": "Q4986431", "display_name": "Builders Square", "legal_name": null, "aliases": [], "website": "https://www.builderssquare.com", "canonical_domain": "builderssquare.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Comal County", "lat": 29.425, "lon": -98.49389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Builders_Square_Store_Logo.webp", "description": "American home improvement retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6969 +{"wikidata_id": "Q4998570", "display_name": "Burgerville", "legal_name": null, "aliases": ["USA"], "website": "https://www.burgerville.com", "canonical_domain": "burgerville.com", "country": "US", "hq_city": "Vancouver", "hq_region": "Clark County", "lat": 45.63111, "lon": -122.67167, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Burgerville%2C_USA_%28logo%29.png", "description": "American fast casual hamburger restaurant", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6970 +{"wikidata_id": "Q5001546", "display_name": "Bushnell Corporation", "legal_name": null, "aliases": [], "website": "https://www.bushnell.com", "canonical_domain": "bushnell.com", "country": "US", "hq_city": "Overland Park", "hq_region": "Johnson County", "lat": 38.94007, "lon": -94.6807, "industries": ["manufacturing"], "industry_labels": ["optical imaging"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bushnell_logo.png", "description": "American manufacturer of optics and outdoor gear", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6971 +{"wikidata_id": "Q5005929", "display_name": "CTown Supermarkets", "legal_name": null, "aliases": ["C-Town Supermarkets"], "website": "https://www.ctownsupermarkets.com", "canonical_domain": "ctownsupermarkets.com", "country": "US", "hq_city": "White Plains", "hq_region": "Westchester County", "lat": 41.0325, "lon": -73.76667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CTown_Supermarkets_logo.svg", "description": "supermarket chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6972 +{"wikidata_id": "Q5009043", "display_name": "CBC Sports", "legal_name": null, "aliases": [], "website": "https://www.cbc.ca", "canonical_domain": "cbc.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q461761", "name": "Canadian Broadcasting Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBC_Sports_2017.svg", "description": "division of the Canadian Broadcasting Corporation responsible for English-language sports broadcasting", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6973 +{"wikidata_id": "Q5013037", "display_name": "CMUNE", "legal_name": null, "aliases": [], "website": "https://www.cmune.com", "canonical_domain": "cmune.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6974 +{"wikidata_id": "Q5013054", "display_name": "CM Airlines", "legal_name": null, "aliases": [], "website": "https://www.cmairlines.com", "canonical_domain": "cmairlines.com", "country": "HN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q930379", "name": "Transportes Aéreos Guatemaltecos"}, "logo_url": null, "description": "domestic airline in Honduras", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6975 +{"wikidata_id": "Q5014578", "display_name": "CTLGroup", "legal_name": null, "aliases": [], "website": "https://ctlgroup.com", "canonical_domain": "ctlgroup.com", "country": "US", "hq_city": "Skokie", "hq_region": "Cook County", "lat": 42.06323, "lon": -87.76241, "industries": ["materials"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CTLGroup_Logo_2010.pdf", "description": "engineering, architectural and materials science company based in the USA", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6976 +{"wikidata_id": "Q5015101", "display_name": "C Spire Wireless", "legal_name": null, "aliases": [], "website": "https://www.cspire.com", "canonical_domain": "cspire.com", "country": "US", "hq_city": "Ridgeland", "hq_region": "Madison County", "lat": 32.4189, "lon": -90.125, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/C_Spire.png", "description": "telecommunication company in the US", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6977 +{"wikidata_id": "Q5016149", "display_name": "Cactus Club Cafe", "legal_name": null, "aliases": [], "website": "https://www.cactusclubcafe.com", "canonical_domain": "cactusclubcafe.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cactus-Club-Cafe-Logo.gif", "description": "Canadian restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6978 +{"wikidata_id": "Q5023963", "display_name": "Calspan", "legal_name": null, "aliases": ["Cornell Aeronautical Laboratory"], "website": "https://calspan.com", "canonical_domain": "calspan.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7833612", "name": "TransDigm Group Inc."}, "logo_url": null, "description": "American technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6979 +{"wikidata_id": "Q5024951", "display_name": "Camargo Corrêa Desenvolvimento Imobiliário", "legal_name": null, "aliases": ["Camargo Correa Desenvolvimento Imobiliario"], "website": "https://www.ccdi.com.br", "canonical_domain": "ccdi.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian real estate company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6980 +{"wikidata_id": "Q5025452", "display_name": "Cambridge Information Group", "legal_name": null, "aliases": ["CIG", "ProQuest"], "website": "https://www.cig.com", "canonical_domain": "cig.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American information company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6981 +{"wikidata_id": "Q5033574", "display_name": "Cantel Medical Corporation", "legal_name": null, "aliases": [], "website": "https://cantelmedical.com", "canonical_domain": "cantelmedical.com", "country": "US", "hq_city": "Little Falls", "hq_region": "Passaic County", "lat": 40.8762, "lon": -74.2189, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZFW3JXCDHTGW91", "sec_cik": null, "parent": null, "logo_url": null, "description": "American healthcare company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6982 +{"wikidata_id": "Q5036283", "display_name": "Capriotti's", "legal_name": null, "aliases": ["Capriotti’s Sandwich Shop"], "website": "https://www.capriottis.com", "canonical_domain": "capriottis.com", "country": "US", "hq_city": "Las Vegas", "hq_region": "Clark County", "lat": 36.16722, "lon": -115.14861, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capriotti%27s_logo.svg", "description": "American fast casual restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6983 +{"wikidata_id": "Q5039331", "display_name": "Carib Brewery", "legal_name": null, "aliases": [], "website": "https://www.caribbrewery.com", "canonical_domain": "caribbrewery.com", "country": "TT", "hq_city": "San Juan", "hq_region": "Capital Department", "lat": 10.64906, "lon": 61.42975, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Carib.jpg", "description": "Trinidadian brewery", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6984 +{"wikidata_id": "Q5041342", "display_name": "Carlisle & Finch", "legal_name": null, "aliases": [], "website": "https://carlislefinch.com", "canonical_domain": "carlislefinch.com", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["gaming", "manufacturing"], "industry_labels": ["game industry", "Lighting industry"], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American electrical manufacturing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6985 +{"wikidata_id": "Q5046892", "display_name": "Carson's", "legal_name": null, "aliases": [], "website": "https://www.carsons.com", "canonical_domain": "carsons.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1854, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carsons_logo.png", "description": "American department store chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6986 +{"wikidata_id": "Q5047572", "display_name": "Carvin Corporation", "legal_name": null, "aliases": [], "website": "https://www.carvinworld.com", "canonical_domain": "carvinworld.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American audio equipment manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6987 +{"wikidata_id": "Q5048048", "display_name": "Casas Bahia", "legal_name": null, "aliases": [], "website": "https://www.casasbahia.com.br", "canonical_domain": "casasbahia.com.br", "country": "BR", "hq_city": "São Caetano do Sul", "hq_region": "São Paulo", "lat": -23.6132, "lon": -46.57124, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7924549", "name": "Grupo Casas Bahia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Casas_Bahia_logo_2020.svg", "description": "Brazilian retail chain that sells furniture, home appliances and consumer electronics", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6988 +{"wikidata_id": "Q5048130", "display_name": "Cascade Designs", "legal_name": null, "aliases": [], "website": "https://www.cascadedesigns.com", "canonical_domain": "cascadedesigns.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300H3N4VCLATOV785", "sec_cik": null, "parent": null, "logo_url": null, "description": "company specializing outdoor recreation products", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6989 +{"wikidata_id": "Q5058673", "display_name": "Cooperativa La Cruz Azul", "legal_name": null, "aliases": ["Cemento Cruz Azul", "S.C.L."], "website": "https://www.cruzazul.com.mx", "canonical_domain": "cruzazul.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["construction"], "industry_labels": [], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cooperativa_la_Cruz_Azul%2C_S._C._L.png", "description": "cement brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6990 +{"wikidata_id": "Q5061397", "display_name": "Central Manitoba Railway", "legal_name": null, "aliases": [], "website": "https://www.candorail.com", "canonical_domain": "candorail.com", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Railway line in Manitoba, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q48814053"}]}
6991 +{"wikidata_id": "Q5090676", "display_name": "Chemung Canal Trust Company", "legal_name": null, "aliases": [], "website": "https://www.chemungcanal.com", "canonical_domain": "chemungcanal.com", "country": "US", "hq_city": "Elmira", "hq_region": "Chemung County", "lat": 42.08528, "lon": -76.80917, "industries": ["financial-services", "banking"], "industry_labels": [], "founded_year": 1833, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WU17K1CLH8VI32", "sec_cik": null, "parent": null, "logo_url": null, "description": "New York State chartered trust company based in Elmira", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6992 +{"wikidata_id": "Q5120671", "display_name": "CinemaNow", "legal_name": null, "aliases": [], "website": "https://www.cinemanow.com", "canonical_domain": "cinemanow.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["video on demand"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Streaming media company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6993 +{"wikidata_id": "Q5127725", "display_name": "Claro Puerto Rico", "legal_name": null, "aliases": ["Puerto Rico Telephone Company"], "website": "https://claropr.com", "canonical_domain": "claropr.com", "country": "US", "hq_city": "Mexico", "hq_region": null, "lat": 23.0, "lon": -102.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1858, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1770208", "name": "Claro"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Claro.svg", "description": "Puerto Rican telecommunication company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6994 +{"wikidata_id": "Q5131107", "display_name": "Cleis Press", "legal_name": null, "aliases": [], "website": "https://www.cleispress.com", "canonical_domain": "cleispress.com", "country": "US", "hq_city": "Berkeley", "hq_region": "Alameda County", "lat": 37.87028, "lon": -122.26806, "industries": ["media"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American originally lesbian book publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6995 +{"wikidata_id": "Q5132493", "display_name": "Clif Bar", "legal_name": null, "aliases": ["CLIF Bar", "Clif Bar & Company"], "website": "https://www.clifbar.com", "canonical_domain": "clifbar.com", "country": "US", "hq_city": "Emeryville", "hq_region": "Alameda County", "lat": 37.83139, "lon": -122.28528, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300DVBNLU88BU8V31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CLIF_company_vertical_tag_logo.jpg", "description": "American company that produces organic foods and drinks", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6996 +{"wikidata_id": "Q5140895", "display_name": "Coffee Beanery", "legal_name": null, "aliases": ["Coffee Beanery Ltd", "Ltd."], "website": "https://www.coffeebeanery.com", "canonical_domain": "coffeebeanery.com", "country": "US", "hq_city": "Flushing", "hq_region": "Genesee County", "lat": 43.06306, "lon": -83.85111, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coffee_Beanery_logo.svg", "description": "coffeehouse chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6997 +{"wikidata_id": "Q5140932", "display_name": "Coffee Time", "legal_name": null, "aliases": [], "website": "https://coffeetime.com", "canonical_domain": "coffeetime.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian chain of snack and coffee shops", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6998 +{"wikidata_id": "Q5142063", "display_name": "Colcci", "legal_name": null, "aliases": [], "website": "https://www.colcci.com.br", "canonical_domain": "colcci.com.br", "country": "BR", "hq_city": "Brusque", "hq_region": "Santa Catarina", "lat": -27.09778, "lon": -48.91778, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Colcci.svg", "description": "Brazilian fashion company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6999 +{"wikidata_id": "Q514516", "display_name": "Questar Corporation", "legal_name": null, "aliases": [], "website": "https://www.questarcorporation.com", "canonical_domain": "questarcorporation.com", "country": "US", "hq_city": "New Hope", "hq_region": "Bucks County", "lat": 40.3603, "lon": -74.9572, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telescope manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7000 +{"wikidata_id": "Q5147883", "display_name": "Colombia Móvil", "legal_name": null, "aliases": ["Tigo"], "website": "https://www.tigo.com.co", "canonical_domain": "tigo.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q276345", "name": "Millicom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Tigo.svg", "description": "telecommunications company in Colombia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7001 +{"wikidata_id": "Q5164645", "display_name": "Consumer Cellular", "legal_name": null, "aliases": [], "website": "https://www.consumercellular.com", "canonical_domain": "consumercellular.com", "country": "US", "hq_city": "Tigard", "hq_region": "Washington County", "lat": 45.42778, "lon": -122.77889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Consumer_Cellular_logo.png", "description": "American postpaid mobile virtual network operator", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7002 +{"wikidata_id": "Q5167868", "display_name": "Colun", "legal_name": null, "aliases": ["Cooperativa Agricola y Lechera de La Union Limitada"], "website": "https://www.colun.cl", "canonical_domain": "colun.cl", "country": "CL", "hq_city": "La Unión", "hq_region": "La Unión", "lat": -40.2952, "lon": -73.0822, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean dairy cooperative", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7003 +{"wikidata_id": "Q5167976", "display_name": "Coopérative de transport maritime et aérien", "legal_name": null, "aliases": ["Cooperative de transport maritime et aerien"], "website": "https://www.ctma.ca", "canonical_domain": "ctma.ca", "country": "CA", "hq_city": "Cap-aux-Meules", "hq_region": "Les Îles-de-la-Madeleine", "lat": 47.35, "lon": -61.90778, "industries": ["transportation"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian transportation company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7004 +{"wikidata_id": "Q51709", "display_name": "Foursquare Labs, Inc.", "legal_name": null, "aliases": ["foursquare", "4sq", "Foursquare", "Foursquare (company)"], "website": "https://foursquare.com", "canonical_domain": "foursquare.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": ["location intelligence", "social networking service"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1470908", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FOURSQUARE_text_logo_2021.svg", "description": "American technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7005 +{"wikidata_id": "Q5172398", "display_name": "Corporate Air", "legal_name": null, "aliases": [], "website": "https://www.corporateair.net", "canonical_domain": "corporateair.net", "country": "US", "hq_city": "Billings", "hq_region": "Yellowstone County", "lat": 45.78667, "lon": -108.53722, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7006 +{"wikidata_id": "Q5172562", "display_name": "Corpozulia", "legal_name": null, "aliases": [], "website": "https://www.corpozulia.gob.ve", "canonical_domain": "corpozulia.gob.ve", "country": "VE", "hq_city": "Zulia", "hq_region": "Venezuela", "lat": 9.83333, "lon": -72.25, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Venezuelan government organization", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7007 +{"wikidata_id": "Q5177435", "display_name": "Country Style", "legal_name": null, "aliases": [], "website": "https://countrystyle.com", "canonical_domain": "countrystyle.com", "country": "CA", "hq_city": "Richmond Hill", "hq_region": "Regional Municipality of York", "lat": 43.87139, "lon": -79.43722, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Country_Style_Logo.png", "description": "Canadian casual coffee shop chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7008 +{"wikidata_id": "Q5189388", "display_name": "Crown International", "legal_name": null, "aliases": ["Crown Audio"], "website": "https://www.crownaudio.com", "canonical_domain": "crownaudio.com", "country": "US", "hq_city": "Elkhart", "hq_region": "Elkhart County", "lat": 41.6831, "lon": -85.9689, "industries": ["technology"], "industry_labels": ["electronics", "audio electronics"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crown_Audio_logo.svg", "description": "American audio equipment manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7009 +{"wikidata_id": "Q5189454", "display_name": "Crown Publishing Group", "legal_name": null, "aliases": ["Crown Business", "Crown Publishers"], "website": "https://crownpublishing.com", "canonical_domain": "crownpublishing.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2908540", "name": "Penguin Random House"}, "logo_url": null, "description": "American publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7699319"}]}
7010 +{"wikidata_id": "Q5191914", "display_name": "Cub Crafters", "legal_name": null, "aliases": [], "website": "https://www.cubcrafters.com", "canonical_domain": "cubcrafters.com", "country": "US", "hq_city": "Yakima", "hq_region": "Yakima County", "lat": 46.60194, "lon": -120.50778, "industries": ["aerospace-defense"], "industry_labels": ["general aviation"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Aircraft manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7011 +{"wikidata_id": "Q5203069", "display_name": "D'Angelo Sandwich Shops", "legal_name": null, "aliases": [], "website": "https://dangelos.com", "canonical_domain": "dangelos.com", "country": "US", "hq_city": "New England", "hq_region": "United States", "lat": 44.20556, "lon": -70.30643, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D%27Angelo_Grilled_Sandwiches_Logo.png", "description": "American sandwich restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7012 +{"wikidata_id": "Q5204824", "display_name": "DEKA", "legal_name": null, "aliases": ["DEKA (United States)", "DEKA Research & Development Corporation"], "website": "https://www.dekaresearch.com", "canonical_domain": "dekaresearch.com", "country": "US", "hq_city": "Manchester", "hq_region": "Hillsborough County", "lat": 42.99083, "lon": -71.46361, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Manchester, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7013 +{"wikidata_id": "Q5218793", "display_name": "Daniel Smith Artists' Materials", "legal_name": null, "aliases": [], "website": "https://www.danielsmith.com", "canonical_domain": "danielsmith.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["materials", "manufacturing"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American art supply manufacturer and retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7014 +{"wikidata_id": "Q5222747", "display_name": "Darigold", "legal_name": null, "aliases": [], "website": "https://www.darigold.com", "canonical_domain": "darigold.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American dairy cooperative", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7015 +{"wikidata_id": "Q5242792", "display_name": "Day & Zimmermann", "legal_name": null, "aliases": [], "website": "https://www.dayzim.com", "canonical_domain": "dayzim.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American private construction company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7016 +{"wikidata_id": "Q5243771", "display_name": "Dbx, Inc.", "legal_name": null, "aliases": [], "website": "https://www.dbxpro.com", "canonical_domain": "dbxpro.com", "country": "US", "hq_city": "Sandy", "hq_region": "Salt Lake County", "lat": 40.5665, "lon": -111.83892, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1585599", "name": "Harman International Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dbx_logo.svg", "description": "American audio equipment manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7017 +{"wikidata_id": "Q5250057", "display_name": "DeepDyve", "legal_name": null, "aliases": [], "website": "https://www.deepdyve.com", "canonical_domain": "deepdyve.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["internet"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial website providing access to scientific and scholarly articles", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7018 +{"wikidata_id": "Q5254069", "display_name": "delivery.com", "legal_name": null, "aliases": [], "website": "https://www.delivery.com", "canonical_domain": "delivery.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Delivery.com_logo.png", "description": "on demand delivery service", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7019 +{"wikidata_id": "Q5259723", "display_name": "Denver Film Festival", "legal_name": null, "aliases": [], "website": "https://denverfilmfestival.denverfilm.org", "canonical_domain": "denverfilm.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film festival", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7020 +{"wikidata_id": "Q5272577", "display_name": "Dick's Drive-In", "legal_name": null, "aliases": [], "website": "https://www.ddir.com", "canonical_domain": "ddir.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fast food restaurant chain in the Seattle metropolitan area", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7021 +{"wikidata_id": "Q5275861", "display_name": "Digital First Media", "legal_name": null, "aliases": ["MediaNews Group"], "website": "https://www.medianewsgroup.com", "canonical_domain": "medianewsgroup.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["technology", "media"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US management company specializing in newspapers", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7022 +{"wikidata_id": "Q5281861", "display_name": "Top Aces", "legal_name": null, "aliases": ["Discovery Air Defence"], "website": "https://www.discoveryair-ds.com", "canonical_domain": "discoveryair-ds.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["defense"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Top_Aces_Logo.jpg", "description": "defence contractor that offers contracted airborne training services to the Canadian Armed Forces", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7023 +{"wikidata_id": "Q5282626", "display_name": "DisplayLink", "legal_name": "DisplayLink Corp.", "aliases": ["Newnham Research"], "website": "https://www.displaylink.com", "canonical_domain": "displaylink.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1410883", "parent": {"wikidata_id": "Q1571490", "name": "Synaptics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DisplayLink-Logo.png", "description": "American semiconductor and software technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7024 +{"wikidata_id": "Q5284812", "display_name": "Faubourg Brewing Company", "legal_name": null, "aliases": ["Dixie Brewing Company"], "website": "https://faubourgbrewery.com", "canonical_domain": "faubourgbrewery.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New Orleans-based brewery that produces Faubourg beer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7025 +{"wikidata_id": "Q5288377", "display_name": "Doghouse Records", "legal_name": null, "aliases": ["Doghouse America", "Inc."], "website": "https://www.doghouserecords.com", "canonical_domain": "doghouserecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7026 +{"wikidata_id": "Q529061", "display_name": "Load Records", "legal_name": null, "aliases": [], "website": "https://loadrecords.com", "canonical_domain": "loadrecords.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American experimental independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7027 +{"wikidata_id": "Q5327589", "display_name": "EastLink", "legal_name": null, "aliases": [], "website": "https://www.eastlink.ca", "canonical_domain": "eastlink.ca", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian cable television and telecommunications company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7028 +{"wikidata_id": "Q5350582", "display_name": "Ekso Bionics", "legal_name": null, "aliases": ["Ekso Bionics (United States)"], "website": "https://eksobionics.com", "canonical_domain": "eksobionics.com", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ekso_logo_3005c_small.jpg", "description": "American business enterprise", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7029 +{"wikidata_id": "Q5357232", "display_name": "Electra Bicycle Company", "legal_name": null, "aliases": [], "website": "https://electrabike.ru", "canonical_domain": "electrabike.ru", "country": "US", "hq_city": "Encinitas", "hq_region": "San Diego County", "lat": 33.04444, "lon": -117.27167, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bicycle company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7030 +{"wikidata_id": "Q5365635", "display_name": "Elliott Company", "legal_name": null, "aliases": [], "website": "https://www.elliott-turbo.com", "canonical_domain": "elliott-turbo.com", "country": "US", "hq_city": "Jeannette", "hq_region": "Westmoreland County", "lat": 40.3289, "lon": -79.6139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930028HE84K3FMMG98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ElliottGrouplogo.jpg", "description": "American machinery manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7031 +{"wikidata_id": "Q5366463", "display_name": "Elmer's Products, Inc.", "legal_name": null, "aliases": [], "website": "https://www.elmers.com", "canonical_domain": "elmers.com", "country": "US", "hq_city": "Westerville", "hq_region": "Delaware County", "lat": 40.1236, "lon": -82.9214, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300WI853R0MX23E97", "sec_cik": null, "parent": null, "logo_url": null, "description": "American stationery company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7032 +{"wikidata_id": "Q5374032", "display_name": "Empire Airways", "legal_name": null, "aliases": ["JKR"], "website": "https://www.empireairways.com", "canonical_domain": "empireairways.com", "country": "US", "hq_city": "Farmingdale", "hq_region": "Oyster Bay", "lat": 40.7333, "lon": -73.445, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "2004-2010s airline in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7033 +{"wikidata_id": "Q5375522", "display_name": "Encore, Inc.", "legal_name": null, "aliases": ["Encore Software"], "website": "https://www.encore.com", "canonical_domain": "encore.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "software publishing and distribution company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7034 +{"wikidata_id": "Q5377234", "display_name": "Enerpac", "legal_name": null, "aliases": [], "website": "https://enerpac.com", "canonical_domain": "enerpac.com", "country": "US", "hq_city": "Menomonee Falls", "hq_region": "Waukesha County", "lat": 43.15111, "lon": -88.11028, "industries": ["transportation"], "industry_labels": ["infrastructure"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EnerpacLogo2.png", "description": "business", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7035 +{"wikidata_id": "Q5380146", "display_name": "Entenmann's", "legal_name": null, "aliases": [], "website": "https://www.entenmanns.com", "canonical_domain": "entenmanns.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Entenmann%27s_Logo.svg", "description": "American baked goods manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7036 +{"wikidata_id": "Q5408143", "display_name": "Tyndale House", "legal_name": null, "aliases": ["Tyndale House Publishers"], "website": "https://www.tyndale.com", "canonical_domain": "tyndale.com", "country": "US", "hq_city": "Carol Stream", "hq_region": "DuPage County", "lat": 41.9219, "lon": -88.1408, "industries": ["media"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Christian book publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7037 +{"wikidata_id": "Q5416742", "display_name": "Eventide, Inc", "legal_name": null, "aliases": ["Eventide Clock Works Inc."], "website": "https://www.eventide.com", "canonical_domain": "eventide.com", "country": "US", "hq_city": "Little Ferry", "hq_region": "Bergen County", "lat": 40.84944, "lon": -74.04083, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US audio, broadcast and communications company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7038 +{"wikidata_id": "Q5417103", "display_name": "Everex", "legal_name": null, "aliases": ["Everex Systems Inc", "EVEREX SYSTEMS", "INC."], "website": "https://www.everex.com", "canonical_domain": "everex.com", "country": "US", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American computer manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7039 +{"wikidata_id": "Q5421673", "display_name": "Express One International", "legal_name": null, "aliases": [], "website": "https://www.flyexpressone.com", "canonical_domain": "flyexpressone.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7040 +{"wikidata_id": "Q5422367", "display_name": "Extreme Pita", "legal_name": null, "aliases": [], "website": "https://extremepita.com", "canonical_domain": "extremepita.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ExtremePita_Web_Stacked.jpg", "description": "Canadian fast-food chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7041 +{"wikidata_id": "Q5429214", "display_name": "Fader Label", "legal_name": null, "aliases": ["FADER Label"], "website": "https://fader-label.com", "canonical_domain": "fader-label.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7042 +{"wikidata_id": "Q5433511", "display_name": "FanDuel", "legal_name": null, "aliases": ["FanDuel Group"], "website": "https://www.fanduel.com", "canonical_domain": "fanduel.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["sports betting", "daily fantasy sports", "fantasy sport"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fanduel_logo.svg", "description": "Web-based fantasy sports game", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7043 +{"wikidata_id": "Q5445445", "display_name": "Ferrous Resources", "legal_name": null, "aliases": [], "website": "https://www.ferrous.com.br", "canonical_domain": "ferrous.com.br", "country": "BR", "hq_city": "Belo Horizonte", "hq_region": "Minas Gerais", "lat": -19.92806, "lon": -43.94194, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferrous_Resources.svg", "description": "Brazilian mining company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7044 +{"wikidata_id": "Q5452251", "display_name": "First Act Inc.", "legal_name": null, "aliases": ["First Act"], "website": "https://www.firstact.com", "canonical_domain": "firstact.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "musical instruments manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7045 +{"wikidata_id": "Q5452275", "display_name": "First Alert", "legal_name": null, "aliases": [], "website": "https://www.firstalert.com", "canonical_domain": "firstalert.com", "country": "US", "hq_city": "Aurora", "hq_region": "DuPage County", "lat": 41.76, "lon": -88.29861, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Alert_logo_2018.png", "description": "retail brand of American safety equipment manufacturer BRK Brands, Inc", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7046 +{"wikidata_id": "Q5453814", "display_name": "First Star Software", "legal_name": null, "aliases": ["Inc."], "website": "https://www.firststarsoftware.com", "canonical_domain": "firststarsoftware.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7047 +{"wikidata_id": "Q5458552", "display_name": "Fleming's Prime Steakhouse & Wine Bar", "legal_name": null, "aliases": ["Fleming's Prime Steakhouse &amp; Wine Bar"], "website": "https://www.flemingssteakhouse.com", "canonical_domain": "flemingssteakhouse.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of US fine dining steakhouses", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7048 +{"wikidata_id": "Q5459086", "display_name": "Flicker Records", "legal_name": null, "aliases": [], "website": "https://www.flickerrecords.com", "canonical_domain": "flickerrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label belonging to Sony", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7049 +{"wikidata_id": "Q5461257", "display_name": "Florida Central Railroad", "legal_name": null, "aliases": [], "website": "https://www.regional-rail.com", "canonical_domain": "regional-rail.com", "country": "US", "hq_city": "Plymouth", "hq_region": "Orange County", "lat": 28.69222, "lon": -81.54722, "industries": ["transportation"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7309127", "name": "Regional Rail, LLC"}, "logo_url": null, "description": "short line railroad in Central Florida", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7050 +{"wikidata_id": "Q5463086", "display_name": "FlyMex", "legal_name": null, "aliases": ["Menos a Cuba"], "website": "https://www.flymex.aero", "canonical_domain": "flymex.aero", "country": "MX", "hq_city": "Toluca de Lerdo", "hq_region": "Toluca Municipality", "lat": 19.29222, "lon": -99.65389, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline based in Mexico", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7051 +{"wikidata_id": "Q5465592", "display_name": "Fool's Gold Records", "legal_name": null, "aliases": ["Fool's Gold"], "website": "https://foolsgoldrecs.com", "canonical_domain": "foolsgoldrecs.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining", "entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent record label based in Brooklyn, New York", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7052 +{"wikidata_id": "Q547131", "display_name": "Pi Recordings", "legal_name": null, "aliases": [], "website": "https://pirecordings.com", "canonical_domain": "pirecordings.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American jazz record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7053 +{"wikidata_id": "Q5472408", "display_name": "Trinity Metro", "legal_name": null, "aliases": ["Fort Worth Transportation Authority"], "website": "https://ridetrinitymetro.org", "canonical_domain": "ridetrinitymetro.org", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["transportation"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Trinity_Metro_full.svg", "description": "transport company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7054 +{"wikidata_id": "Q5478368", "display_name": "Tren Patagónico", "legal_name": null, "aliases": ["Servicios Ferroviarios Patagonico", "Tren Patagonico"], "website": "https://trenpatagonicosa.com.ar", "canonical_domain": "trenpatagonicosa.com.ar", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tren_patagonico_arg_logo.png", "description": "rail company in Argentina", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7055 +{"wikidata_id": "Q54871302", "display_name": "Reliant Energy", "legal_name": null, "aliases": [], "website": "https://www.reliant.com", "canonical_domain": "reliant.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "energy company, currently owned by NRG, serving customers in Houston, Texas", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7056 +{"wikidata_id": "Q5491698", "display_name": "Franklin Mint", "legal_name": null, "aliases": ["The Franklin Mint"], "website": "https://www.franklinmint.com", "canonical_domain": "franklinmint.com", "country": "US", "hq_city": "Exton", "hq_region": "West Whiteland Township", "lat": 40.03, "lon": -75.61833, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private mint founded by Joseph Segel in 1964 in Wawa, Pennsylvania", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7057 +{"wikidata_id": "Q54958664", "display_name": "Katerra", "legal_name": null, "aliases": ["Katerra Inc."], "website": "https://katerra.com", "canonical_domain": "katerra.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American technology company 2015-2022", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7058 +{"wikidata_id": "Q54959010", "display_name": "ColourPop Cosmetics", "legal_name": null, "aliases": ["ColourPop", "Colour Pop", "Colour Pop Cosmetics"], "website": "https://colourpop.com", "canonical_domain": "colourpop.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Colourpop.png", "description": "American cosmetics brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7059 +{"wikidata_id": "Q5501365", "display_name": "Freight Runners Express", "legal_name": null, "aliases": ["Freight Runners Express / Air Charter Express"], "website": "https://www.freightrunners.com", "canonical_domain": "freightrunners.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7060 +{"wikidata_id": "Q5511910", "display_name": "G-Note Records", "legal_name": null, "aliases": [], "website": "https://www.g-noterecords.com", "canonical_domain": "g-noterecords.com", "country": "US", "hq_city": "New York, New York", "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7061 +{"wikidata_id": "Q5512817", "display_name": "GAF", "legal_name": null, "aliases": ["General Aniline & Film Corporation", "Ruberoid Company", "Standard Paint Company", "GAF Materials Corporation"], "website": "https://www.gaf.com", "canonical_domain": "gaf.com", "country": "US", "hq_city": "Parsippany-Troy Hills", "hq_region": "Morris County", "lat": 40.8596, "lon": -74.4233, "industries": ["chemicals", "construction"], "industry_labels": ["Manufacture of other chemical products n.e.c.", "roofing"], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96406411", "name": "Standard Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GAF_logo.svg", "description": "American manufacturing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7062 +{"wikidata_id": "Q5513369", "display_name": "GGB Bearing Technology", "legal_name": null, "aliases": ["GGB", "GGB Bearings"], "website": "https://ggbearings.cn", "canonical_domain": "ggbearings.cn", "country": "US", "hq_city": "Thorofare", "hq_region": null, "lat": 37.11056, "lon": -76.565, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Global plain bearings manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7063 +{"wikidata_id": "Q5513576", "display_name": "GKIDS", "legal_name": null, "aliases": [], "website": "https://gkids.com", "canonical_domain": "gkids.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film distribution", "film industry", "anime industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GKIDS_logo.svg", "description": "animated films distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7064 +{"wikidata_id": "Q5519771", "display_name": "GameCrazy", "legal_name": null, "aliases": [], "website": "https://gamecrazy.com", "canonical_domain": "gamecrazy.com", "country": "US", "hq_city": "Wilsonville", "hq_region": "Clackamas County", "lat": 45.3068, "lon": -122.76642, "industries": ["gaming"], "industry_labels": ["Computer and Video Games"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US video game rental chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7065 +{"wikidata_id": "Q5550386", "display_name": "Gerber Scientific", "legal_name": null, "aliases": ["Gerber Scientific (United States)"], "website": "https://www.gerbertechnology.com", "canonical_domain": "gerbertechnology.com", "country": "US", "hq_city": "Tolland", "hq_region": "Capitol Planning Region", "lat": 41.87218, "lon": -72.36946, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3559 Special Industry Machinery, NEC"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "41133", "parent": null, "logo_url": null, "description": "company in Tolland, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "41133", "enriched_at": "2026-09-13T07:22:45+00:00"}}
7066 +{"wikidata_id": "Q5550989", "display_name": "Germain Racing", "legal_name": null, "aliases": [], "website": "https://www.germainracing.com", "canonical_domain": "germainracing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "racing team", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7067 +{"wikidata_id": "Q5558216", "display_name": "Giannini", "legal_name": null, "aliases": [], "website": "https://www.gianniniguitars.com", "canonical_domain": "gianniniguitars.com", "country": "BR", "hq_city": "Salto", "hq_region": "São Paulo", "lat": -23.20083, "lon": -47.28694, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giannini_company_logo.png", "description": "musical instrument manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7068 +{"wikidata_id": "Q5559258", "display_name": "Gibson, Dunn & Crutcher", "legal_name": null, "aliases": ["Gibson", "Dunn & Crutcher LLP"], "website": "https://www.gibsondunn.com", "canonical_domain": "gibsondunn.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gibson_Dunn_Logo.svg", "description": "American law firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7069 +{"wikidata_id": "Q5560727", "display_name": "Gilbane Building Company", "legal_name": null, "aliases": [], "website": "https://www.gilbaneco.com", "canonical_domain": "gilbaneco.com", "country": "US", "hq_city": "Providence", "hq_region": "Providence County", "lat": 41.82399, "lon": -71.41283, "industries": ["construction"], "industry_labels": ["construction management"], "founded_year": 1873, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q47450716", "name": "Gilbane, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gilbane_Building_Company_Logo.jpg", "description": "family-held national construction and facility management company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7070 +{"wikidata_id": "Q5563069", "display_name": "Ginger Software", "legal_name": null, "aliases": [], "website": "https://www.gingersoftware.com", "canonical_domain": "gingersoftware.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7071 +{"wikidata_id": "Q55633247", "display_name": "Singer Vehicle Design", "legal_name": null, "aliases": [], "website": "https://singervehicledesign.com", "canonical_domain": "singervehicledesign.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American automotive company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7072 +{"wikidata_id": "Q5564100", "display_name": "Giraffas", "legal_name": null, "aliases": [], "website": "https://www.giraffas.com.br", "canonical_domain": "giraffas.com.br", "country": "BR", "hq_city": "Lago Sul", "hq_region": "Federal District", "lat": -15.84278, "lon": -47.87778, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giraffas_%28fast_food%29.svg", "description": "Brazilian restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7073 +{"wikidata_id": "Q5567406", "display_name": "Gleason Corporation", "legal_name": null, "aliases": ["Gleason (United States)"], "website": "https://www.gleason.com", "canonical_domain": "gleason.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": [], "industry_labels": [], "founded_year": 1874, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Rochester, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7074 +{"wikidata_id": "Q5567978", "display_name": "Glen Raven, Inc.", "legal_name": null, "aliases": [], "website": "https://www.glenraven.com", "canonical_domain": "glenraven.com", "country": "US", "hq_city": "Glen Raven", "hq_region": "Alamance County", "lat": 36.1175, "lon": -79.47028, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1880, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300KM586VHCWW3M15", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glen-raven-logo-square.jpg", "description": "fabric manufacturer headquartered in Glen Raven, North Carolina, USA", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7075 +{"wikidata_id": "Q5582544", "display_name": "Good Earth Tea", "legal_name": null, "aliases": [], "website": "https://www.goodearth.com", "canonical_domain": "goodearth.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American tea company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7076 +{"wikidata_id": "Q5583024", "display_name": "Good Times Burgers & Frozen Custard", "legal_name": null, "aliases": [], "website": "https://www.goodtimesburgers.com", "canonical_domain": "goodtimesburgers.com", "country": "US", "hq_city": "Golden", "hq_region": "Jefferson County", "lat": 39.74694, "lon": -105.21083, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colorado based burger & custard joint", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7077 +{"wikidata_id": "Q5583188", "display_name": "Goodby, Silverstein & Partners", "legal_name": null, "aliases": ["Goodby", "Berlin & Silverstein"], "website": "https://www.goodbysilverstein.com", "canonical_domain": "goodbysilverstein.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1519267", "name": "Omnicom Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GS%26P.logo.with.name.1.png", "description": "advertising agency", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7078 +{"wikidata_id": "Q5583460", "display_name": "Goodman Global", "legal_name": null, "aliases": ["Goodman Air Conditioning & Heating", "Goodman Global Group", "Inc."], "website": "https://www.goodmanmfg.com", "canonical_domain": "goodmanmfg.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["energy"], "industry_labels": ["heating, ventilation, and air conditioning"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goodman_Global_logo.svg", "description": "HVAC equipment manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7079 +{"wikidata_id": "Q5583733", "display_name": "Goody's", "legal_name": null, "aliases": ["Goody's Family Clothing Inc.", "Goodys"], "website": "https://www.stage.com", "canonical_domain": "stage.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goody%27s_your_town_your_store.png", "description": "American chain of department stores", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7080 +{"wikidata_id": "Q5586687", "display_name": "Gornitzky & Co.", "legal_name": null, "aliases": [], "website": "https://www.gornitzky.com", "canonical_domain": "gornitzky.com", "country": "US", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["professional-services"], "industry_labels": ["lawyer"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo70_%D7%92%D7%95%D7%A8%D7%A0%D7%99%D7%A6%D7%A7%D7%99.jpg", "description": "Israeli law firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7081 +{"wikidata_id": "Q5587430", "display_name": "GospoCentric Records", "legal_name": null, "aliases": ["Gospo Centric Records"], "website": "https://www.gospocentric.com", "canonical_domain": "gospocentric.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label specialized in gospel music", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7082 +{"wikidata_id": "Q55962686", "display_name": "ViaMobilidade Linhas 5 e 17", "legal_name": null, "aliases": [], "website": "https://viamobilidade.grupoccr.com.br", "canonical_domain": "grupoccr.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1121225", "name": "Motiva"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_completo_viamobilidade.svg", "description": "Brazilian transport company, operating line 5 of the São Paulo Metro and future operator of line 17 of the São Paulo Metro", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7083 +{"wikidata_id": "Q5596912", "display_name": "Granville Island Brewing", "legal_name": null, "aliases": ["Granville Island Brewing Company"], "website": "https://www.gib.ca", "canonical_domain": "gib.ca", "country": "CA", "hq_city": "Granville Island", "hq_region": "British Columbia", "lat": 49.27139, "lon": -123.135, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Granville_Island_Brewing_logo_blue.png", "description": "brewery on Granville Island in Vancouver, British Columbia, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7084 +{"wikidata_id": "Q5610887", "display_name": "Ground Round", "legal_name": null, "aliases": [], "website": "https://www.groundround.com", "canonical_domain": "groundround.com", "country": "US", "hq_city": "Freeport", "hq_region": "Cumberland County", "lat": 43.8439, "lon": -70.1017, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7085 +{"wikidata_id": "Q5612191", "display_name": "Grupo Bandeirantes de Comunicação", "legal_name": null, "aliases": ["Bandeirantes Communication Group", "Bandeirantes Group"], "website": "https://www.band.com.br", "canonical_domain": "band.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Bandeirantes_logo_2017_%28vertical%29.svg", "description": "Brazilian mass media company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7086 +{"wikidata_id": "Q5612214", "display_name": "Grupo Famsa", "legal_name": null, "aliases": [], "website": "https://www.famsa.com", "canonical_domain": "famsa.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican department store", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7087 +{"wikidata_id": "Q5612239", "display_name": "Grupo Firmas Globales", "legal_name": null, "aliases": [], "website": "https://www.multimedios.com", "canonical_domain": "multimedios.com", "country": "MX", "hq_city": "Monterrey", "hq_region": "Monterrey Municipality", "lat": 25.68444, "lon": -100.31806, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Multimedios_Television.png", "description": "Mexican media conglomerate", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7088 +{"wikidata_id": "Q5612244", "display_name": "Grupo Poma", "legal_name": null, "aliases": [], "website": "https://www.grupopoma.com", "canonical_domain": "grupopoma.com", "country": "SV", "hq_city": "San Salvador", "hq_region": "Central San Salvador", "lat": 13.6976, "lon": -89.19116, "industries": ["manufacturing"], "industry_labels": ["Diversification"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "El Salvador conglomerate", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7089 +{"wikidata_id": "Q5618545", "display_name": "Gund", "legal_name": null, "aliases": [], "website": "https://www.gund.com", "canonical_domain": "gund.com", "country": "US", "hq_city": "Edison", "hq_region": "Middlesex County", "lat": 40.5274, "lon": -74.3933, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian/American manufacturer of plush stuffed animals", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7090 +{"wikidata_id": "Q5621797", "display_name": "Guthy-Renker", "legal_name": null, "aliases": ["Guthy-Renker Japan"], "website": "https://www.guthy-renker.com", "canonical_domain": "guthy-renker.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["media"], "industry_labels": ["direct marketing"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guthy-Renker-logo.png", "description": "American direct-marketing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7091 +{"wikidata_id": "Q5635877", "display_name": "HSBC Finance", "legal_name": "HSBC Finance Corporation", "aliases": [], "website": "https://www.hsbcusa.com", "canonical_domain": "hsbcusa.com", "country": "US", "hq_city": "Mettawa", "hq_region": "Lake County", "lat": 42.24389, "lon": -87.91778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1878, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "213800NQZ5NL1KSD7V45", "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": null, "description": "financial services company and a member of the British HSBC Group", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7092 +{"wikidata_id": "Q56439451", "display_name": "Van Briggle Pottery", "legal_name": null, "aliases": ["Van Briggle Pottery Company", "Van Briggle Art Pottery Company"], "website": "https://www.vanbriggle.com", "canonical_domain": "vanbriggle.com", "country": "US", "hq_city": "Colorado Springs", "hq_region": "El Paso County", "lat": 38.86333, "lon": -104.79194, "industries": [], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colorado-based art pottery company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7093 +{"wikidata_id": "Q5645833", "display_name": "Hammond", "legal_name": null, "aliases": ["Hammond Clock Company (1928 – 1935)", "Hammond Corporation", "Hammond Organ Australia (1985 – 1989)", "Hammond Organ Company (1935 – 1985)", "Hammond-Suzuki (1989 – present)"], "website": "https://hammondorganco.com", "canonical_domain": "hammondorganco.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181642", "name": "Suzuki Motor Corporation"}, "logo_url": null, "description": "American manufacturer of electric clocks and electromechanical organs", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7094 +{"wikidata_id": "Q5647556", "display_name": "Hands-On Mobile", "legal_name": null, "aliases": ["Inc."], "website": "https://www.handson.com", "canonical_domain": "handson.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "wireless entertainment company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7095 +{"wikidata_id": "Q5660248", "display_name": "Agua y Saneamientos Argentinos", "legal_name": null, "aliases": ["AySA"], "website": "https://www.aysa.com.ar", "canonical_domain": "aysa.com.ar", "country": "AR", "hq_city": "San Nicolás, Buenos Aires", "hq_region": "Comuna 1", "lat": -34.60528, "lon": -58.37583, "industries": ["utilities"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aysa_logo.svg", "description": "Argentine running water company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7096 +{"wikidata_id": "Q5675052", "display_name": "Hartmarx", "legal_name": null, "aliases": ["Hart Schaffner and Marx", "Hart Schaffner Marx"], "website": "https://www.hartschaffnermarx.com", "canonical_domain": "hartschaffnermarx.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hartmarx_Logo.jpg", "description": "American menswear manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7097 +{"wikidata_id": "Q5685696", "display_name": "Haxan Films", "legal_name": null, "aliases": [], "website": "https://www.haxan.com", "canonical_domain": "haxan.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7098 +{"wikidata_id": "Q5715556", "display_name": "BAC Credomatic", "legal_name": null, "aliases": ["BAC"], "website": "https://www.baccredomatic.com", "canonical_domain": "baccredomatic.com", "country": "CR", "hq_city": "San José", "hq_region": "San José Province", "lat": 9.93274, "lon": -84.07961, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BAC_Credomatic_logo.svg", "description": "Central American bank", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7099 +{"wikidata_id": "Q5717863", "display_name": "Banco BICE", "legal_name": null, "aliases": [], "website": "https://www.bice.cl", "canonical_domain": "bice.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["banking"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Banco_BICE-300dpi.jpg", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7100 +{"wikidata_id": "Q5717952", "display_name": "Galicia Bank", "legal_name": null, "aliases": [], "website": "https://www.galicia.ar", "canonical_domain": "galicia.ar", "country": "AR", "hq_city": "Torre Galicia Central", "hq_region": "Buenos Aires", "lat": -34.60569, "lon": -58.37264, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco-Galicia_Logo_2024.png", "description": "private bank of Argentina", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7101 +{"wikidata_id": "Q5718035", "display_name": "Supervielle", "legal_name": null, "aliases": [], "website": "https://www.gruposupervielle.com", "canonical_domain": "gruposupervielle.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supervielle_logo14.png", "description": "Argentinian commercial banking company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7102 +{"wikidata_id": "Q5719137", "display_name": "Banco del Bienestar", "legal_name": null, "aliases": [], "website": "https://www.gob.mx", "canonical_domain": "www.gob.mx", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "development bank of Mexico", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2882874"}]}
7103 +{"wikidata_id": "Q5737120", "display_name": "Corporación de la Industria Aeronáutica Colombiana", "legal_name": null, "aliases": ["CIAC"], "website": "https://www.ciac.gov.co", "canonical_domain": "ciac.gov.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corporaci%C3%B3n_de_la_Industria_Aeron%C3%A1utica_Colombiana.png", "description": "Colombian aerospace company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7104 +{"wikidata_id": "Q5742641", "display_name": "Hero Certified Burgers", "legal_name": null, "aliases": [], "website": "https://www.heroburgers.com", "canonical_domain": "heroburgers.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hamburger restaurant chain in Ontario, Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7105 +{"wikidata_id": "Q5758699", "display_name": "Highland Capital Partners", "legal_name": null, "aliases": [], "website": "https://www.hcp.com", "canonical_domain": "hcp.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Highland_Capital_Partners_logo.png", "description": "global venture capital firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7106 +{"wikidata_id": "Q576490", "display_name": "Casas GEO", "legal_name": null, "aliases": [], "website": "https://www.corporaciongeo.com", "canonical_domain": "corporaciongeo.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7107 +{"wikidata_id": "Q5875410", "display_name": "Hochschild Mining", "legal_name": null, "aliases": [], "website": "https://www.hochschildmining.com", "canonical_domain": "hochschildmining.com", "country": "CL", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["mining"], "industry_labels": ["mining", "SIC 8880 American Depositary Receipts"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "HCHDF", "exchange": "OTC", "lei": null, "sec_cik": "1446962", "parent": null, "logo_url": null, "description": "silver and gold mining company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1446962", "enriched_at": "2026-09-13T07:22:45+00:00"}}
7108 +{"wikidata_id": "Q5876985", "display_name": "General Motors of Argentina", "legal_name": null, "aliases": ["General Motors Argentina", "GM Argentina"], "website": "https://www.chevrolet.com.ar", "canonical_domain": "chevrolet.com.ar", "country": "AR", "hq_city": "Alvear", "hq_region": "Rosario Department", "lat": -33.0667, "lon": -60.6167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": null, "description": "subsidiary of General Motors", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7109 +{"wikidata_id": "Q5893524", "display_name": "Honey Dew Donuts", "legal_name": null, "aliases": [], "website": "https://honeydewdonuts.com", "canonical_domain": "honeydewdonuts.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honey_Dew_Donuts_%28logo%29.svg", "description": "privately owned and operated Massachusetts-based coffeehouse chain selling donuts and other breakfast foods that operates in New England, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7110 +{"wikidata_id": "Q5909922", "display_name": "Hot Dog on a Stick", "legal_name": null, "aliases": [], "website": "https://hotdogonastick.com", "canonical_domain": "hotdogonastick.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["food-beverage"], "industry_labels": ["fast food restaurant"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast food franchise", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7111 +{"wikidata_id": "Q5914657", "display_name": "House of Angostura", "legal_name": null, "aliases": ["Angostura Bitters Ltd.", "Angostura Holdings Limited", "Angostura Limited"], "website": "https://www.angostura.com", "canonical_domain": "angostura.com", "country": "TT", "hq_city": "Port of Spain", "hq_region": "Trinidad and Tobago", "lat": 10.64939, "lon": -61.4744, "industries": ["food-beverage"], "industry_labels": ["distilling, rectifying and blending of spirits"], "founded_year": 1830, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Trinidad and Tobago beverage company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7112 +{"wikidata_id": "Q591866", "display_name": "Citibank Argentina", "legal_name": null, "aliases": ["National City Bank of New York", "Citibank", "Citibank (Argentina)"], "website": "https://www.argentina.citibank.com", "canonical_domain": "citibank.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q117188724", "name": "National City Bank of New York"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citi_logo_March_2023.svg", "description": "US commercial bank and financial services company in Argentina", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7113 +{"wikidata_id": "Q5926677", "display_name": "Hub International", "legal_name": null, "aliases": ["HUB", "HUB International"], "website": "https://www.hubinternational.com", "canonical_domain": "hubinternational.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "North American insurance brokerage", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7114 +{"wikidata_id": "Q5943802", "display_name": "Hunt's", "legal_name": null, "aliases": [], "website": "https://www.hunts.com", "canonical_domain": "hunts.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brand of canned tomato products.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7115 +{"wikidata_id": "Q5954845", "display_name": "Panduit", "legal_name": null, "aliases": [], "website": "https://www.panduit.com", "canonical_domain": "panduit.com", "country": "US", "hq_city": "Tinley Park", "hq_region": "Cook County", "lat": 41.57389, "lon": -87.80389, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Panduit_Corporation.svg", "description": "physical infrastructure equipment manufacturer in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7116 +{"wikidata_id": "Q5956012", "display_name": "Hyland Software", "legal_name": null, "aliases": ["Hyland Software Inc.", "Inc."], "website": "https://www.hyland.com", "canonical_domain": "hyland.com", "country": "US", "hq_city": "Westlake", "hq_region": "Cuyahoga County", "lat": 41.4544, "lon": -81.9286, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyland_Software_Logo.png", "description": "documentation management software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7117 +{"wikidata_id": "Q5958659", "display_name": "Freedom Air", "legal_name": null, "aliases": [], "website": "https://www.freedomairguam.com", "canonical_domain": "freedomairguam.com", "country": "US", "hq_city": "Barrigada", "hq_region": "Guam", "lat": 13.46833, "lon": 144.79889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct airline of Guam", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7118 +{"wikidata_id": "Q5961650", "display_name": "Prumo", "legal_name": null, "aliases": [], "website": "https://www.prumologistica.com.br", "canonical_domain": "prumologistica.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7119 +{"wikidata_id": "Q5969834", "display_name": "Integrated Coach Corporation", "legal_name": null, "aliases": ["IC Corporation"], "website": "https://www.icbus.com", "canonical_domain": "icbus.com", "country": "US", "hq_city": "Lisle", "hq_region": "DuPage County", "lat": 41.7925, "lon": -88.0883, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q29739", "name": "International"}, "logo_url": null, "description": "School bus manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7120 +{"wikidata_id": "Q5971749", "display_name": "ILC Dover", "legal_name": null, "aliases": [], "website": "https://www.ilcdover.com", "canonical_domain": "ilcdover.com", "country": "US", "hq_city": "Dover", "hq_region": "Kent County", "lat": 39.16166, "lon": -75.52571, "industries": ["manufacturing", "construction"], "industry_labels": ["industrial manufacturing", "materials engineering"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ILC_Dover_logo.svg", "description": "American company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7121 +{"wikidata_id": "Q5974704", "display_name": "ITA Software", "legal_name": null, "aliases": ["ITA Software Inc."], "website": "https://www.itasoftware.com", "canonical_domain": "itasoftware.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q95", "name": "Google"}, "logo_url": null, "description": "travel industry software company acquired by Google in 2011", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7122 +{"wikidata_id": "Q6008960", "display_name": "Meebox", "legal_name": null, "aliases": [], "website": "https://www.meebox.com.mx", "canonical_domain": "meebox.com.mx", "country": "MX", "hq_city": "Guadalajara", "hq_region": "Guadalajara Municipality", "lat": 20.67639, "lon": -103.34222, "industries": ["technology"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meebox-logo.jpg", "description": "Mexican technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7123 +{"wikidata_id": "Q6033017", "display_name": "Ingram Barge Company", "legal_name": null, "aliases": [], "website": "https://www.ingrambarge.com", "canonical_domain": "ingrambarge.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001YX5TJ4SSAGB67", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ingram.svg", "description": "US barge company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7124 +{"wikidata_id": "Q6038180", "display_name": "Insitu", "legal_name": null, "aliases": ["Boeing Insitu"], "website": "https://www.insitu.com", "canonical_domain": "insitu.com", "country": "US", "hq_city": "Bingen", "hq_region": "Klickitat County", "lat": 45.71531, "lon": -121.46679, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q795324", "name": "Boeing Defense, Space & Security"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Insitu_logo.svg", "description": "American company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7125 +{"wikidata_id": "Q604034", "display_name": "Atletica", "legal_name": null, "aliases": ["ABA Sport", "Confia"], "website": "https://www.atletica.com", "canonical_domain": "atletica.com", "country": "MX", "hq_city": "Zapopan", "hq_region": "Zapopan Municipality", "lat": 20.72083, "lon": -103.39111, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Atl%C3%A9tica.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7126 +{"wikidata_id": "Q604377", "display_name": "Soap", "legal_name": null, "aliases": [], "website": "https://www.soapshoes.com", "canonical_domain": "soapshoes.com", "country": "US", "hq_city": "Carrollton", "hq_region": "Denton County", "lat": 32.99, "lon": -96.89333, "industries": ["apparel"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shoe brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7127 +{"wikidata_id": "Q6049096", "display_name": "Oechsle", "legal_name": null, "aliases": [], "website": "https://www.oechsle.pe", "canonical_domain": "oechsle.pe", "country": "CL", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["retail"], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Oechsle.png", "description": "Peruvian department store chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7128 +{"wikidata_id": "Q6057255", "display_name": "IntervalZero", "legal_name": null, "aliases": [], "website": "https://www.intervalzero.com", "canonical_domain": "intervalzero.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["software"], "industry_labels": ["real-time operating system"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IntervalZero_logo.png", "description": "American company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7129 +{"wikidata_id": "Q60740679", "display_name": "Ontario Cannabis Retail Corporation", "legal_name": null, "aliases": [], "website": "https://ocs.ca", "canonical_domain": "ocs.ca", "country": "CA", "hq_city": "Ontario", "hq_region": "Canada", "lat": 50.0, "lon": -85.0, "industries": ["agriculture"], "industry_labels": ["cannabis monopoly"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ontario_Cannabis_Store_logo.svg", "description": "Provincial cannabis distributor and online retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7130 +{"wikidata_id": "Q60741235", "display_name": "Adesto Technologies", "legal_name": null, "aliases": [], "website": "https://www.adestotech.com", "canonical_domain": "adestotech.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Semiconductor manufacturer from the USA", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7131 +{"wikidata_id": "Q60748428", "display_name": "AtGames", "legal_name": null, "aliases": [], "website": "https://www.atgames.net", "canonical_domain": "atgames.net", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game and video game console manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7132 +{"wikidata_id": "Q60756312", "display_name": "OrbitBeyond", "legal_name": null, "aliases": ["Orbit Beyond", "Inc."], "website": "https://www.orbitbeyond.com", "canonical_domain": "orbitbeyond.com", "country": "US", "hq_city": "Edison", "hq_region": "Middlesex County", "lat": 40.5274, "lon": -74.3933, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NASA_Selects_First_Commercial_Moon_Landing_Services_for_Artemis_Program_%2847974915541%29.jpg", "description": "lunar exploration company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7133 +{"wikidata_id": "Q6092702", "display_name": "Pullman Bus", "legal_name": null, "aliases": [], "website": "https://www.pullman.cl", "canonical_domain": "pullman.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["automotive"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pullman_Bus.png", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7134 +{"wikidata_id": "Q6110826", "display_name": "Jack's", "legal_name": null, "aliases": ["Jack's Family Restaurant"], "website": "https://www.eatatjacks.com", "canonical_domain": "eatatjacks.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jacks_logo_2018.svg", "description": "fast-food restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7135 +{"wikidata_id": "Q6116931", "display_name": "Jackson & Perkins", "legal_name": null, "aliases": [], "website": "https://www.jacksonandperkins.com", "canonical_domain": "jacksonandperkins.com", "country": "US", "hq_city": "Newark", "hq_region": "Wayne County", "lat": 43.0467, "lon": -77.0953, "industries": [], "industry_labels": [], "founded_year": 1872, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company selling roses", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7136 +{"wikidata_id": "Q612612", "display_name": "Volcano House", "legal_name": null, "aliases": [], "website": "https://www.hawaiivolcanohouse.com", "canonical_domain": "hawaiivolcanohouse.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 19.43022, "lon": -155.25821, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1877, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel in Hawaii", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7137 +{"wikidata_id": "Q6153855", "display_name": "Turbus", "legal_name": null, "aliases": [], "website": "https://www.turbus.cl", "canonical_domain": "turbus.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["transportation"], "industry_labels": ["public transport bus service", "land transport"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TurBus.png", "description": "Chilean bus company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7138 +{"wikidata_id": "Q6167726", "display_name": "Jayco", "legal_name": null, "aliases": [], "website": "https://www.jayco.com", "canonical_domain": "jayco.com", "country": "US", "hq_city": "Middlebury", "hq_region": "Elkhart County", "lat": 41.67361, "lon": -85.70917, "industries": ["automotive"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7796068", "name": "Thor Industries"}, "logo_url": null, "description": "Recreational Vehicle Brand Owned By Thor Industries", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7139 +{"wikidata_id": "Q617027", "display_name": "Apache Railway", "legal_name": null, "aliases": [], "website": "https://apacherailway.com", "canonical_domain": "apacherailway.com", "country": "US", "hq_city": "Snowflake", "hq_region": "Navajo County", "lat": 34.51111, "lon": -110.08306, "industries": ["transportation"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7140 +{"wikidata_id": "Q6179221", "display_name": "Jenny Craig, Inc.", "legal_name": null, "aliases": ["Jenny Craig"], "website": "https://www.jennycraig.com", "canonical_domain": "jennycraig.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jenny_Craig_2012.svg", "description": "American weight loss, weight management, and nutrition company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7141 +{"wikidata_id": "Q61996690", "display_name": "Central Romana", "legal_name": "Central Romana Corporation", "aliases": ["CRC", "Ltd."], "website": "https://centralromana.com.do", "canonical_domain": "centralromana.com.do", "country": "DO", "hq_city": "La Romana", "hq_region": "La Romana", "lat": 18.43, "lon": -68.97, "industries": ["agriculture", "travel"], "industry_labels": ["agriculture", "tourism"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Central_Romana_Logo.png", "description": "Dominican agro-industrial and tourism company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7142 +{"wikidata_id": "Q6208210", "display_name": "Joe's Crab Shack", "legal_name": null, "aliases": [], "website": "https://www.joescrabshack.com", "canonical_domain": "joescrabshack.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7143 +{"wikidata_id": "Q626351", "display_name": "Aras Corp", "legal_name": null, "aliases": ["Aras Corporation"], "website": "https://www.aras.com", "canonical_domain": "aras.com", "country": "US", "hq_city": "Andover", "hq_region": "Essex County", "lat": 42.65722, "lon": -71.14083, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7144 +{"wikidata_id": "Q6294673", "display_name": "21st Century Media", "legal_name": null, "aliases": [], "website": "https://21stcenturynewspapers.com", "canonical_domain": "21stcenturynewspapers.com", "country": "US", "hq_city": "Yardley", "hq_region": "Bucks County", "lat": 40.2414, "lon": -74.8364, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5275861", "name": "Digital First Media"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/21st_Century_Media_logo.jpg", "description": "American media company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7145 +{"wikidata_id": "Q6315881", "display_name": "Just Born", "legal_name": null, "aliases": ["Just Born Quality Confections", "Inc."], "website": "https://www.justborn.com", "canonical_domain": "justborn.com", "country": "US", "hq_city": "Bethlehem", "hq_region": "Lehigh County", "lat": 40.62611, "lon": -75.37556, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "candy manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7146 +{"wikidata_id": "Q63184796", "display_name": "Longbow Games", "legal_name": null, "aliases": ["Longbow Digital Arts Inc.", "Longbow Digital Arts Incorporated"], "website": "https://www.longbowgames.com", "canonical_domain": "longbowgames.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7147 +{"wikidata_id": "Q6322401", "display_name": "K&L Gates", "legal_name": null, "aliases": ["KL Gates"], "website": "https://www.klgates.com", "canonical_domain": "klgates.com", "country": "US", "hq_city": "K&L Gates Center", "hq_region": "Pittsburgh", "lat": 40.442, "lon": -80.0, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multinational law firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7148 +{"wikidata_id": "Q6338973", "display_name": "KTNN", "legal_name": null, "aliases": [], "website": "https://www.ktnnonline.com", "canonical_domain": "ktnnonline.com", "country": "US", "hq_city": "Window Rock", "hq_region": "Apache County", "lat": 35.67278, "lon": -109.06222, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Navajo and country music radio station in Window Rock, Arizona, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7149 +{"wikidata_id": "Q6345338", "display_name": "Kadee", "legal_name": null, "aliases": ["Kadee Quality Products Co."], "website": "https://www.kadee.com", "canonical_domain": "kadee.com", "country": "US", "hq_city": "White City", "hq_region": "Jackson County", "lat": 42.43333, "lon": -122.83389, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "model railroad manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7150 +{"wikidata_id": "Q63474304", "display_name": "Epik", "legal_name": null, "aliases": ["BitMitigate", "Epik Holdings", "Inc.", "Inc."], "website": "https://www.epik.com", "canonical_domain": "epik.com", "country": "US", "hq_city": "Sammamish", "hq_region": "King County", "lat": 47.6089, "lon": -122.042, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q125230430", "name": "Registered Agents Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epik_logo_%282023%29.svg", "description": "domain registrar known for providing services to right-wing websites", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7151 +{"wikidata_id": "Q6363244", "display_name": "Kanine Records", "legal_name": null, "aliases": [], "website": "https://www.kaninerecords.com", "canonical_domain": "kaninerecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kanine_Records.jpg", "description": "independent record label in Brooklyn, New York", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7152 +{"wikidata_id": "Q6380695", "display_name": "Kayser-Roth", "legal_name": null, "aliases": [], "website": "https://www.kayser-roth.com", "canonical_domain": "kayser-roth.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["apparel"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturers of intimate apparel and hosiery", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7153 +{"wikidata_id": "Q6395613", "display_name": "Keuka", "legal_name": null, "aliases": [], "website": "https://www.keuka.mx", "canonical_domain": "keuka.mx", "country": "MX", "hq_city": "Celaya", "hq_region": "Celaya Municipality", "lat": 20.52889, "lon": -100.815, "industries": ["apparel"], "industry_labels": ["sportswear"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keuka_Logo.svg", "description": "Mexican sportswear brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7154 +{"wikidata_id": "Q6404853", "display_name": "Kidrobot", "legal_name": null, "aliases": [], "website": "https://www.kidrobot.com", "canonical_domain": "kidrobot.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7155 +{"wikidata_id": "Q6410728", "display_name": "KinetX", "legal_name": null, "aliases": [], "website": "https://www.kinetx.com", "canonical_domain": "kinetx.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KinetX_logo.svg", "description": "American aerospace company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7156 +{"wikidata_id": "Q6418945", "display_name": "Kixeye", "legal_name": null, "aliases": [], "website": "https://www.kixeye.com", "canonical_domain": "kixeye.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7157 +{"wikidata_id": "Q6421108", "display_name": "Klipfolio", "legal_name": null, "aliases": ["Klipfolio Inc."], "website": "https://www.klipfolio.com", "canonical_domain": "klipfolio.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["software"], "industry_labels": ["software industry", "data visualization"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "data visualization software company based in Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7158 +{"wikidata_id": "Q644239", "display_name": "Zenair", "legal_name": null, "aliases": [], "website": "https://www.zenair.com", "canonical_domain": "zenair.com", "country": "CA", "hq_city": "Midland", "hq_region": "Simcoe County", "lat": 44.75, "lon": -79.88333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian homebuilt aircraft manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7159 +{"wikidata_id": "Q6444446", "display_name": "kungfufactory.com", "legal_name": null, "aliases": [], "website": "https://www.kungfufactory.com", "canonical_domain": "kungfufactory.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kung_Fu_Factory_Logo.png", "description": "video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7160 +{"wikidata_id": "Q6457180", "display_name": "LA Fitness", "legal_name": null, "aliases": [], "website": "https://www.lafitness.com", "canonical_domain": "lafitness.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["healthcare"], "industry_labels": ["health club"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LA_Fitness_logo.svg", "description": "health club chain in the United States and Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7161 +{"wikidata_id": "Q6460369", "display_name": "LWRC International", "legal_name": null, "aliases": ["LLC"], "website": "https://www.lwrci.com", "canonical_domain": "lwrci.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Dorchester County", "lat": 38.56639, "lon": -76.07694, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of firearms", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7162 +{"wikidata_id": "Q6461999", "display_name": "La Costeña", "legal_name": null, "aliases": ["La Costena"], "website": "https://www.lacostena.com.mx", "canonical_domain": "lacostena.com.mx", "country": "MX", "hq_city": "Ecatepec de Morelos Municipality", "hq_region": "State of Mexico", "lat": 19.56667, "lon": -99.04, "industries": [], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Isologo_de_La_Coste%C3%B1a%C2%AE.svg", "description": "Mexican canned foods brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7163 +{"wikidata_id": "Q646842", "display_name": "American Public University System", "legal_name": null, "aliases": ["APUS"], "website": "https://www.apus.edu", "canonical_domain": "apus.edu", "country": "US", "hq_city": "Charles Town", "hq_region": "Jefferson County", "lat": 39.28417, "lon": -77.85611, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21992261", "name": "American Public Education, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/American_Public_University_System_logo.svg", "description": "American university company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7164 +{"wikidata_id": "Q6475257", "display_name": "Lake Champlain Transportation Company", "legal_name": null, "aliases": [], "website": "https://www.ferries.com", "canonical_domain": "ferries.com", "country": "US", "hq_city": "Burlington", "hq_region": "Chittenden County", "lat": 44.48762, "lon": -73.23148, "industries": ["transportation"], "industry_labels": [], "founded_year": 1826, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "ferry company in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7165 +{"wikidata_id": "Q65087447", "display_name": "Krispy Krunchy Chicken", "legal_name": null, "aliases": [], "website": "https://locations.krispykrunchy.com", "canonical_domain": "krispykrunchy.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 42.44749, "lon": -73.12958, "industries": ["food-beverage"], "industry_labels": ["fast food", "chicken restaurant"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast food chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7166 +{"wikidata_id": "Q65089884", "display_name": "Millennium Management", "legal_name": null, "aliases": ["Millennium", "Millennium Capital Management Ltd", "Millennium Capital Partners LLP", "Millennium International", "LTD", "Millennium Partners", "Millennium USA LP"], "website": "https://www.mlp.com", "canonical_domain": "mlp.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["real-estate"], "industry_labels": ["real estate manager"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Millennium_Management_logo_2024.png", "description": "alternative investment management firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7167 +{"wikidata_id": "Q6512810", "display_name": "Lee's Famous Recipe Chicken", "legal_name": null, "aliases": ["Lee's"], "website": "https://www.leesfamousrecipe.com", "canonical_domain": "leesfamousrecipe.com", "country": "US", "hq_city": "Fort Walton Beach", "hq_region": "Okaloosa County", "lat": 30.42028, "lon": -86.61667, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lee%27s_Famous_Recipe_Chicken_logo.png", "description": "American fast food restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7168 +{"wikidata_id": "Q6541281", "display_name": "Estrella Media", "legal_name": null, "aliases": ["LBI Media", "Liberman Broadcasting"], "website": "https://estrellatv.com", "canonical_domain": "estrellatv.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media"], "industry_labels": ["radio broadcasting", "television broadcasting"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MediaCo_%282024%29.svg", "description": "American Spanish-language radio and television broadcast company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7169 +{"wikidata_id": "Q6544791", "display_name": "Life Fitness", "legal_name": null, "aliases": [], "website": "https://www.lifefitness.com.cn", "canonical_domain": "lifefitness.com.cn", "country": "US", "hq_city": "Rosemont", "hq_region": "Cook County", "lat": 41.9908, "lon": -87.8739, "industries": ["healthcare", "industrial-machinery"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fitness equipment manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7170 +{"wikidata_id": "Q6546638", "display_name": "Lightyear Entertainment", "legal_name": null, "aliases": [], "website": "https://www.lightyear.com", "canonical_domain": "lightyear.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment industry", "phonographic industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and music distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q124435462"}]}
7171 +{"wikidata_id": "Q6671394", "display_name": "Lone Star Brewing Company", "legal_name": null, "aliases": ["Lone Star Beer", "Lone Star Brewery", "Lone Star Brewing"], "website": "https://lonestarbeer.com", "canonical_domain": "lonestarbeer.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in Texas", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7172 +{"wikidata_id": "Q6697865", "display_name": "Lucky Brand Jeans", "legal_name": null, "aliases": ["Lucky", "Lucky Brand", "Lucky Jeans"], "website": "https://www.luckybrand.com", "canonical_domain": "luckybrand.com", "country": "US", "hq_city": "Vernon", "hq_region": "Los Angeles County", "lat": 34.00111, "lon": -118.21111, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6525321", "name": "Leonard Green & Partners"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lucky_Brand_Jeans_logo.svg", "description": "American denim company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7173 +{"wikidata_id": "Q6698781", "display_name": "Ludia", "legal_name": null, "aliases": ["Inc."], "website": "https://www.ludia.com", "canonical_domain": "ludia.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LogoLudiaFMColour.jpg", "description": "video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7174 +{"wikidata_id": "Q6706549", "display_name": "Luz del Sur", "legal_name": null, "aliases": [], "website": "https://www.luzdelsur.com.pe", "canonical_domain": "luzdelsur.com.pe", "country": "CL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Peruvian utility company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7175 +{"wikidata_id": "Q6709613", "display_name": "Lyon & Healy", "legal_name": null, "aliases": [], "website": "https://www.lyonhealy.com", "canonical_domain": "lyonhealy.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1864, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2215827", "name": "Salvi Harps"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lyon_%26_Healy_logo.png", "description": "U.S. harp manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7176 +{"wikidata_id": "Q6711827", "display_name": "M&M Food Market", "legal_name": null, "aliases": ["M&M Meat Shops"], "website": "https://www.mmfoodmarket.com", "canonical_domain": "mmfoodmarket.com", "country": "CA", "hq_city": "Kitchener", "hq_region": "Regional Municipality of Waterloo", "lat": 43.45, "lon": -80.48333, "industries": ["food-beverage", "retail"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q54621598", "name": "Parkland Corporation"}, "logo_url": null, "description": "Canadian frozen food company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7177 +{"wikidata_id": "Q6731136", "display_name": "Magisto", "legal_name": null, "aliases": [], "website": "https://www.magisto.com", "canonical_domain": "magisto.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["technology"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MagistoLogo.png", "description": "magisto", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7178 +{"wikidata_id": "Q6742783", "display_name": "Malden Mills", "legal_name": null, "aliases": [], "website": "https://www.polartec.com", "canonical_domain": "polartec.com", "country": "US", "hq_city": "Lawrence", "hq_region": "Essex County", "lat": 42.70694, "lon": -71.16333, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American textile manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7179 +{"wikidata_id": "Q6747864", "display_name": "Mandarin Restaurant", "legal_name": null, "aliases": [], "website": "https://www.mandarinrestaurant.com", "canonical_domain": "mandarinrestaurant.com", "country": "CA", "hq_city": "Brampton", "hq_region": "Regional Municipality of Peel", "lat": 43.68333, "lon": -79.76667, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian chain of all-you-can-eat Chinese-Canadian buffet restaurants", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7180 +{"wikidata_id": "Q6749872", "display_name": "Manischewitz", "legal_name": null, "aliases": ["B. Manischewitz Company", "LLC", "R.A.B. Food Group", "LLC", "The Manischewitz Company"], "website": "https://manischewitz.com", "canonical_domain": "manischewitz.com", "country": "US", "hq_city": "Newark", "hq_region": "Essex County", "lat": 40.73556, "lon": -74.17222, "industries": [], "industry_labels": ["kashrut"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Manischewitz_logo.svg", "description": "leading brand of kosher products based in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7181 +{"wikidata_id": "Q6774834", "display_name": "MartinLogan", "legal_name": null, "aliases": [], "website": "https://www.martinlogan.com", "canonical_domain": "martinlogan.com", "country": "US", "hq_city": "Lawrence", "hq_region": "Douglas County", "lat": 38.97167, "lon": -95.23528, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MartinLogan-Logo.tif", "description": "American speaker manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7182 +{"wikidata_id": "Q6777067", "display_name": "Martinaire", "legal_name": null, "aliases": [], "website": "https://www.martinaire.com", "canonical_domain": "martinaire.com", "country": "US", "hq_city": "Addison Airport", "hq_region": "Texas", "lat": 32.96861, "lon": -96.83639, "industries": ["airlines"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American cargo airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7183 +{"wikidata_id": "Q6788388", "display_name": "Matt Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.saranac.com", "canonical_domain": "saranac.com", "country": "US", "hq_city": "Utica", "hq_region": "Oneida County", "lat": 43.10083, "lon": -75.2325, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New York based brewing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7184 +{"wikidata_id": "Q6801733", "display_name": "McKee Foods", "legal_name": null, "aliases": ["McKee Foods Corporation"], "website": "https://www.mckeefoods.com", "canonical_domain": "mckeefoods.com", "country": "US", "hq_city": "Collegedale", "hq_region": "Hamilton County", "lat": 35.05158, "lon": -85.047, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300IFQT2PU1N17497", "sec_cik": null, "parent": null, "logo_url": null, "description": "snack food and granola manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7185 +{"wikidata_id": "Q6805539", "display_name": "Media Source", "legal_name": null, "aliases": [], "website": "https://www.mediasourceinc.com", "canonical_domain": "mediasourceinc.com", "country": "US", "hq_city": "Plain City", "hq_region": "Ohio", "lat": 40.1075, "lon": -83.2678, "industries": ["media"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American magazine publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7186 +{"wikidata_id": "Q6807236", "display_name": "Medline Industries", "legal_name": null, "aliases": [], "website": "https://www.medline.com", "canonical_domain": "medline.com", "country": "US", "hq_city": "Mundelein", "hq_region": "Lake County", "lat": 42.26667, "lon": -88.0, "industries": ["medical-devices"], "industry_labels": ["medical equipment"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotip_Medline.jpg", "description": "American medical supply manufacturer and distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7187 +{"wikidata_id": "Q6815817", "display_name": "Memphis Cotton Exchange", "legal_name": null, "aliases": [], "website": "https://www.memphiscottonexchange.org", "canonical_domain": "memphiscottonexchange.org", "country": "US", "hq_city": "Memphis", "hq_region": "Shelby County", "lat": 35.14611, "lon": -90.05194, "industries": ["agriculture"], "industry_labels": ["cotton"], "founded_year": 1874, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cotton_Exchange_Building_Memphis_TN.jpg", "description": "former commodity exchange in Memphis, Tennessee", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7188 +{"wikidata_id": "Q6817432", "display_name": "Mental Images", "legal_name": null, "aliases": ["Mental images GmbH"], "website": "https://www.mentalimages.com", "canonical_domain": "mentalimages.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["computer-generated imagery"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mental_ray.svg", "description": "German software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7189 +{"wikidata_id": "Q6826619", "display_name": "Mezco Toyz", "legal_name": null, "aliases": [], "website": "https://mezcotoyz.com", "canonical_domain": "mezcotoyz.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American toy company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7190 +{"wikidata_id": "Q6843074", "display_name": "Midtown Comics", "legal_name": null, "aliases": [], "website": "https://www.midtowncomics.com", "canonical_domain": "midtowncomics.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "comic book shops", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7191 +{"wikidata_id": "Q6883386", "display_name": "Mitsuwa Marketplace", "legal_name": null, "aliases": [], "website": "https://www.mitsuwa.com", "canonical_domain": "mitsuwa.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsuwa.png", "description": "American chain of Japanese supermarkets", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7192 +{"wikidata_id": "Q6899787", "display_name": "Mongoose", "legal_name": null, "aliases": [], "website": "https://www.mongoose.com", "canonical_domain": "mongoose.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business founded in 1974 in Madison", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7193 +{"wikidata_id": "Q6908755", "display_name": "Moovweb", "legal_name": null, "aliases": ["MoovWeb"], "website": "https://moovweb.com", "canonical_domain": "moovweb.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7194 +{"wikidata_id": "Q6912165", "display_name": "Moribund Records", "legal_name": null, "aliases": [], "website": "https://www.moribundcult.com", "canonical_domain": "moribundcult.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label focused on heavy metal", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7195 +{"wikidata_id": "Q6917238", "display_name": "Mother's Cookies", "legal_name": null, "aliases": [], "website": "https://www.motherscookies.com", "canonical_domain": "motherscookies.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American food brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7196 +{"wikidata_id": "Q692524", "display_name": "CSL Behring", "legal_name": null, "aliases": [], "website": "https://www.cslbehring.com", "canonical_domain": "cslbehring.com", "country": "US", "hq_city": "King of Prussia", "hq_region": "Upper Merion Township", "lat": 40.09472, "lon": -75.37806, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CSL_Behring_logo.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7197 +{"wikidata_id": "Q6926887", "display_name": "Moviefone", "legal_name": null, "aliases": [], "website": "https://www.moviefone.com", "canonical_domain": "moviefone.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6926815", "name": "MoviePass"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moviefone_logo.png", "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7198 +{"wikidata_id": "Q6928366", "display_name": "Mr. 305 Inc.", "legal_name": null, "aliases": [], "website": "https://www.mr305.com", "canonical_domain": "mr305.com", "country": "US", "hq_city": "Miami", "hq_region": "Miami-Dade County", "lat": 25.77417, "lon": -80.19361, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7199 +{"wikidata_id": "Q6933868", "display_name": "MuleSoft", "legal_name": null, "aliases": [], "website": "https://www.mulesoft.com", "canonical_domain": "mulesoft.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": ["software industry", "software as a service", "business software industry", "SIC 7372 Services-Prepackaged Software"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1374684", "parent": {"wikidata_id": "Q941127", "name": "Salesforce"}, "logo_url": null, "description": "software company headquartered in San Francisco", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1374684", "enriched_at": "2026-09-13T07:22:45+00:00"}}
7200 +{"wikidata_id": "Q6934764", "display_name": "Multimatic Motorsports", "legal_name": null, "aliases": [], "website": "https://www.multimaticmotorsports.com", "canonical_domain": "multimaticmotorsports.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": ["automotive"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Multimatic_MOTORSPORTS_BLACK.png", "description": "Canadian Racing Team", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7201 +{"wikidata_id": "Q6940121", "display_name": "Musart", "legal_name": "Discos Musart - S.A. de C.V.", "aliases": ["Discos Musart SA de CV", "Musart (record label)"], "website": "https://www.musart.com.mx", "canonical_domain": "musart.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["manufacturing"], "industry_labels": ["Manufacturing and Reproducing Magnetic and Optical Media"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q85754455", "name": "Craft Recordings"}, "logo_url": null, "description": "Mexican record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7202 +{"wikidata_id": "Q6943741", "display_name": "Mutato Muzika", "legal_name": null, "aliases": [], "website": "https://mutato.com", "canonical_domain": "mutato.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mutato_Muzika.jpg", "description": "music production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7203 +{"wikidata_id": "Q6944196", "display_name": "Mutual of America", "legal_name": null, "aliases": [], "website": "https://www.mutualofamerica.com", "canonical_domain": "mutualofamerica.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["retirement", "financial services"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Fortune 1000 mutual company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7204 +{"wikidata_id": "Q6944504", "display_name": "Muzzy Lane", "legal_name": null, "aliases": [], "website": "https://www.muzzylane.com", "canonical_domain": "muzzylane.com", "country": "US", "hq_city": "Newburyport", "hq_region": "Essex County", "lat": 42.8125, "lon": -70.87722, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American technology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7205 +{"wikidata_id": "Q6953492", "display_name": "NEMO Equipment", "legal_name": null, "aliases": ["nemo adventure gear", "nemo equipemnt", "Inc", "NEMO gear"], "website": "https://www.nemoequipment.com", "canonical_domain": "nemoequipment.com", "country": "US", "hq_city": "Dover", "hq_region": "Strafford County", "lat": 43.19528, "lon": -70.875, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "adventure gear", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7206 +{"wikidata_id": "Q6957592", "display_name": "Nadex", "legal_name": null, "aliases": ["HedgeStreet", "HEGX", "Northern American Derivatives Exchange"], "website": "https://www.nadex.com", "canonical_domain": "nadex.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nadex_logo_duotone.jpg", "description": "US based binary options exchange", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7207 +{"wikidata_id": "Q6963965", "display_name": "Nanoracks", "legal_name": null, "aliases": [], "website": "https://nanoracks.com", "canonical_domain": "nanoracks.com", "country": "US", "hq_city": "Webster", "hq_region": "Harris County", "lat": 29.5386, "lon": -95.1194, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nanoracks_LLC_Logo_2020.svg", "description": "space services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7208 +{"wikidata_id": "Q6971166", "display_name": "National Business Aviation Association", "legal_name": null, "aliases": ["NBAA"], "website": "https://www.nbaa.org", "canonical_domain": "nbaa.org", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "non-profit organization to promote business aviation", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7209 +{"wikidata_id": "Q6984718", "display_name": "Nebraska Furniture Mart", "legal_name": null, "aliases": ["NFM"], "website": "https://www.nfm.com", "canonical_domain": "nfm.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nebraska_Furniture_Mart_logo.jpg", "description": "furniture store based in Omaha", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7210 +{"wikidata_id": "Q6995964", "display_name": "NerdWallet.com", "legal_name": null, "aliases": ["NerdWallet"], "website": "https://www.nerdwallet.com", "canonical_domain": "nerdwallet.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["financial-services"], "industry_labels": ["SIC 7374 Services-Computer Processing & Data Preparation"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "NRDS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1625278", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nerdwallet_Vertical_Logo.svg", "description": "American personal finance company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1625278", "enriched_at": "2026-09-13T07:22:49+00:00"}}
7211 +{"wikidata_id": "Q7000343", "display_name": "Netshoes", "legal_name": null, "aliases": [], "website": "https://www.netshoes.com.br", "canonical_domain": "netshoes.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["e-commerce"], "industry_labels": ["online shopping"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Novo_Logo_Netshoes.jpg", "description": "Netshoes", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7212 +{"wikidata_id": "Q7012398", "display_name": "New West Records", "legal_name": null, "aliases": [], "website": "https://www.newwestrecords.com", "canonical_domain": "newwestrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7213 +{"wikidata_id": "Q7033812", "display_name": "Nighthawk Custom", "legal_name": null, "aliases": [], "website": "https://www.nighthawkcustom.com", "canonical_domain": "nighthawkcustom.com", "country": "US", "hq_city": "Berryville", "hq_region": "Carroll County", "lat": 36.36833, "lon": -93.56833, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "firearm company based in Berryville, Arkansas", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7214 +{"wikidata_id": "Q7045008", "display_name": "No Starch Press", "legal_name": "No Starch Press, Inc.", "aliases": [], "website": "https://nostarch.com", "canonical_domain": "nostarch.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7215 +{"wikidata_id": "Q7049888", "display_name": "Noorduyn", "legal_name": null, "aliases": ["Noorduyn Aircraft Ltd."], "website": "https://www.norduyn.com", "canonical_domain": "norduyn.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aerospace manufacturer in Canada", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7216 +{"wikidata_id": "Q7064917", "display_name": "Novint Technologies", "legal_name": null, "aliases": [], "website": "https://www.novint.com", "canonical_domain": "novint.com", "country": "US", "hq_city": "Rockville Centre", "hq_region": "Hempstead", "lat": 40.66333, "lon": -73.63694, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American haptic device manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7217 +{"wikidata_id": "Q7073184", "display_name": "OXO", "legal_name": null, "aliases": ["OXO International"], "website": "https://www.oxo.com", "canonical_domain": "oxo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5703474", "name": "Helen of Troy Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OXO_logo.svg", "description": "manufacturer of kitchen utensils, office supplies, and housewares", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7218 +{"wikidata_id": "Q7073219", "display_name": "O Boticário", "legal_name": null, "aliases": ["Boticario", "O Boticario"], "website": "https://www.boticario.com", "canonical_domain": "boticario.com", "country": "BR", "hq_city": "São José dos Pinhais", "hq_region": "Paraná", "lat": -25.535, "lon": -49.20583, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_O_Botic%C3%A1rio.svg", "description": "Brazilian multinational cosmetics company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7219 +{"wikidata_id": "Q7076031", "display_name": "Ocean Pacific", "legal_name": null, "aliases": ["OP", "Ocean Pacific Apparel Corp", "Ocean Pacific Apparel Corp."], "website": "https://www.oceanpacific.com", "canonical_domain": "oceanpacific.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Op_surfwear_logo.png", "description": "American sportsware company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7220 +{"wikidata_id": "Q7093669", "display_name": "Oneida Limited", "legal_name": null, "aliases": [], "website": "https://oneida.com", "canonical_domain": "oneida.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1880, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oneida_Limited_Company_Logo.svg", "description": "American manufacturer and seller of tableware and cutlery", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7221 +{"wikidata_id": "Q7115309", "display_name": "Oxford Development", "legal_name": null, "aliases": [], "website": "https://www.oxforddevelopment.com", "canonical_domain": "oxforddevelopment.com", "country": "US", "hq_city": "Oxford Centre", "hq_region": "Pittsburgh", "lat": 40.43806, "lon": -79.99889, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate firm based in Pittsburgh, Pennsylvania", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7222 +{"wikidata_id": "Q7117161", "display_name": "P. C. Richard & Son", "legal_name": null, "aliases": ["P. C. Richard", "P.C. Richard and Son", "PC Richard", "PC Richard & Son", "PC Richard and Son"], "website": "https://www.pcrichard.com", "canonical_domain": "pcrichard.com", "country": "US", "hq_city": "Farmingdale", "hq_region": "Oyster Bay", "lat": 40.7333, "lon": -73.445, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of appliance, television, electronics, and mattress stores in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7223 +{"wikidata_id": "Q7124263", "display_name": "Page Plus Cellular", "legal_name": null, "aliases": ["PagePlus", "Page Plus", "PagePlus Cellular"], "website": "https://www.pagepluscellular.com", "canonical_domain": "pagepluscellular.com", "country": "US", "hq_city": "Medley", "hq_region": "Miami-Dade County", "lat": 25.84065, "lon": -80.32644, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "prepaid mobile phone", "mobile phone industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9089355", "name": "TracFone WirelessICR"}, "logo_url": null, "description": "mobile virtual network operator", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7224 +{"wikidata_id": "Q7130444", "display_name": "Panda Restaurant Group", "legal_name": null, "aliases": ["Inc."], "website": "https://www.pandarg.com", "canonical_domain": "pandarg.com", "country": "US", "hq_city": "Rosemead", "hq_region": "Los Angeles County", "lat": 34.07056, "lon": -118.08222, "industries": ["hospitality", "food-beverage"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7225 +{"wikidata_id": "Q7151672", "display_name": "Paul K. Guillow, Inc.", "legal_name": null, "aliases": [], "website": "https://www.guillow.com", "canonical_domain": "guillow.com", "country": "US", "hq_city": "Wakefield", "hq_region": "Middlesex County", "lat": 42.50639, "lon": -71.07333, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Toy Company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7226 +{"wikidata_id": "Q7160131", "display_name": "Peebles", "legal_name": null, "aliases": [], "website": "https://www.stagestores.com", "canonical_domain": "stagestores.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former department store chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7126598"}]}
7227 +{"wikidata_id": "Q7167174", "display_name": "Percona", "legal_name": null, "aliases": [], "website": "https://www.percona.com", "canonical_domain": "percona.com", "country": "US", "hq_city": "Durham", "hq_region": "Durham County", "lat": 35.99417, "lon": -78.89861, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "database software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7228 +{"wikidata_id": "Q7169037", "display_name": "Perkins Coie", "legal_name": null, "aliases": ["Perkins Coie Law International", "Perkins Coie LLP"], "website": "https://www.perkinscoie.com", "canonical_domain": "perkinscoie.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international law firm based in Seattle, Washington", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7229 +{"wikidata_id": "Q7186783", "display_name": "Phoenix Air", "legal_name": null, "aliases": [], "website": "https://phoenixair.com", "canonical_domain": "phoenixair.com", "country": "US", "hq_city": "Cartersville", "hq_region": "Bartow County", "lat": 34.18333, "lon": -84.8, "industries": ["airlines"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7230 +{"wikidata_id": "Q7190707", "display_name": "Pick Up Stix", "legal_name": null, "aliases": [], "website": "https://www.pickupstix.com", "canonical_domain": "pickupstix.com", "country": "US", "hq_city": "San Clemente", "hq_region": "Orange County", "lat": 33.43778, "lon": -117.62028, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pick_Up_Stix_logo_plain.svg", "description": "Southern California fast-casual Asian restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7231 +{"wikidata_id": "Q7196318", "display_name": "Pinnacle Sports", "legal_name": null, "aliases": [], "website": "https://pinnaclesports.com", "canonical_domain": "pinnaclesports.com", "country": "CW", "hq_city": "Curaçao", "hq_region": "Kingdom of the Netherlands", "lat": 12.2, "lon": -69.0, "industries": ["entertainment"], "industry_labels": ["online gambling"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online gaming website", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7232 +{"wikidata_id": "Q7196774", "display_name": "Pioneer Lines", "legal_name": null, "aliases": ["Pioneer Railcorp", "Pioneer RailCorp"], "website": "https://pioneerlines.com", "canonical_domain": "pioneerlines.com", "country": "US", "hq_city": "Greenwood Village", "hq_region": "Arapahoe County", "lat": 39.61226, "lon": -104.89303, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300E3MW3FRQ0U9M24", "sec_cik": null, "parent": null, "logo_url": null, "description": "short line rail holding company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6393030"}, {"related_domain_conflict": "Q6792497"}]}
7233 +{"wikidata_id": "Q7201170", "display_name": "Planet Smoothie", "legal_name": null, "aliases": [], "website": "https://www.planetsmoothie.com", "canonical_domain": "planetsmoothie.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Planet_Smoothie_logo.svg", "description": "American smoothie chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7234 +{"wikidata_id": "Q7229981", "display_name": "PorchLight Entertainment", "legal_name": null, "aliases": [], "website": "https://porchlight.com", "canonical_domain": "porchlight.com", "country": "US", "hq_city": "Marina del Rey", "hq_region": "Los Angeles County", "lat": 33.97944, "lon": -118.45278, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American animation and live-action studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7235 +{"wikidata_id": "Q7230128", "display_name": "Pork Pie Percussion", "legal_name": null, "aliases": [], "website": "https://porkpiedrums.com", "canonical_domain": "porkpiedrums.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American drum manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7236 +{"wikidata_id": "Q7231273", "display_name": "Port of Subs", "legal_name": null, "aliases": [], "website": "https://portofsubs.com", "canonical_domain": "portofsubs.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "submarine sandwich shop chain located in the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7237 +{"wikidata_id": "Q7236723", "display_name": "Powerhouse Animation Studios", "legal_name": null, "aliases": [], "website": "https://www.powerhouseanimation.com", "canonical_domain": "powerhouseanimation.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.36722, "lon": -97.74453, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American animation studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7238 +{"wikidata_id": "Q726675", "display_name": "FarSight Studios", "legal_name": null, "aliases": ["FarSight Technologies Inc."], "website": "https://www.farsightstudios.com", "canonical_domain": "farsightstudios.com", "country": "US", "hq_city": "Big Bear Lake", "hq_region": "San Bernardino County", "lat": 34.24139, "lon": -116.90333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7239 +{"wikidata_id": "Q7280418", "display_name": "Radical Comics", "legal_name": null, "aliases": [], "website": "https://radicalcomics.com", "canonical_domain": "radicalcomics.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American multimedia studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7240 +{"wikidata_id": "Q7286970", "display_name": "Raley's Supermarkets", "legal_name": null, "aliases": ["The Raley's Companies", "Raley's", "Raley's Inc."], "website": "https://www.raleys.com", "canonical_domain": "raleys.com", "country": "US", "hq_city": "West Sacramento", "hq_region": "Yolo County", "lat": 38.57111, "lon": -121.53917, "industries": ["retail", "food-beverage"], "industry_labels": ["retail", "food retail sector"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raleys_logo.svg", "description": "supermarket chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7241 +{"wikidata_id": "Q7297089", "display_name": "Rax", "legal_name": null, "aliases": [], "website": "https://raxroastbeef.com", "canonical_domain": "raxroastbeef.com", "country": "US", "hq_city": "Ironton", "hq_region": "Lawrence County", "lat": 38.5308, "lon": -82.6783, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Regional fast food chain in Ohio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7242 +{"wikidata_id": "Q7300422", "display_name": "Trusted Media Brands", "legal_name": null, "aliases": ["The Reader's Digest Association", "TMBI", "Inc."], "website": "https://www.tmbi.com", "canonical_domain": "tmbi.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multi-platform media and publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7243 +{"wikidata_id": "Q7304949", "display_name": "Red Roof Inn", "legal_name": null, "aliases": ["HomeTowne Studios", "budget motel chain", "economy hotel chain", "Red Roof", "Red Roof PLUS+", "The Red Collection"], "website": "https://www.redroof.com", "canonical_domain": "redroof.com", "country": "US", "hq_city": "Columbus", "hq_region": "Franklin County", "lat": 39.96222, "lon": -83.00056, "industries": ["hospitality"], "industry_labels": ["motel", "hotel industry", "motel chain"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Red_Roof_Inn_logo.svg", "description": "economy motel chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7244 +{"wikidata_id": "Q7310646", "display_name": "Rekords Rekords", "legal_name": null, "aliases": [], "website": "https://www.rekordsrekords.com", "canonical_domain": "rekordsrekords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7245 +{"wikidata_id": "Q7313596", "display_name": "Renuzit", "legal_name": null, "aliases": [], "website": "https://www.renuzit.com", "canonical_domain": "renuzit.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American brand of air fresheners", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7246 +{"wikidata_id": "Q7314386", "display_name": "Republic Bank", "legal_name": null, "aliases": [], "website": "https://www.republictt.com", "canonical_domain": "republictt.com", "country": "TT", "hq_city": "Port of Spain", "hq_region": "Trinidad and Tobago", "lat": 10.66667, "lon": -61.51667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Republic_Bank_of_Trinidad_and_Tobago.svg", "description": "Eastern Caribbean bank and financial service provider", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7247 +{"wikidata_id": "Q7318357", "display_name": "Review and Herald Publishing Association", "legal_name": null, "aliases": [], "website": "https://www.reviewandherald.com", "canonical_domain": "reviewandherald.com", "country": "US", "hq_city": "Hagerstown", "hq_region": "Washington County", "lat": 39.64278, "lon": -77.72, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Review-and-Herald-logo.jpg", "description": "one of two major Seventh-day Adventist publishing houses in North America", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7248 +{"wikidata_id": "Q7338052", "display_name": "Rivera Amplifiers", "legal_name": null, "aliases": [], "website": "https://www.rivera.com", "canonical_domain": "rivera.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["manufacturing"], "industry_labels": ["electronic amplifier"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Guitar Amplifier Manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7249 +{"wikidata_id": "Q7354653", "display_name": "Rock River Arms", "legal_name": null, "aliases": [], "website": "https://www.rockriverarms.com", "canonical_domain": "rockriverarms.com", "country": "US", "hq_city": "Colona", "hq_region": "Henry County", "lat": 41.44808, "lon": -90.33783, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Firearm parts manufacturer in Colona, Illinois, U.S.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7250 +{"wikidata_id": "Q7354842", "display_name": "Rock of Ages Corporation", "legal_name": null, "aliases": ["Rock of Ages Corp", "Rock of Ages Corp."], "website": "https://www.rockofages.com", "canonical_domain": "rockofages.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 44.15441, "lon": -72.48019, "industries": ["mining"], "industry_labels": [], "founded_year": 1885, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YPBKJP63Y1Y429", "sec_cik": null, "parent": null, "logo_url": null, "description": "Vermont based quarrying company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7251 +{"wikidata_id": "Q7356749", "display_name": "Rodgers Instruments", "legal_name": null, "aliases": [], "website": "https://www.rodgersinstruments.com", "canonical_domain": "rodgersinstruments.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["manufacturing"], "industry_labels": ["pipe organ"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rodgers_Instruments_logo.png", "description": "American manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7252 +{"wikidata_id": "Q7359507", "display_name": "Rogue Ales", "legal_name": null, "aliases": [], "website": "https://www.rogue.com", "canonical_domain": "rogue.com", "country": "US", "hq_city": "Newport", "hq_region": "Lincoln County", "lat": 44.63667, "lon": -124.05333, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery founded in 1988 in Ashland, Oregon", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7253 +{"wikidata_id": "Q7366722", "display_name": "Ropeadope Records", "legal_name": null, "aliases": [], "website": "https://www.ropeadope.com", "canonical_domain": "ropeadope.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7254 +{"wikidata_id": "Q7368644", "display_name": "Roses", "legal_name": null, "aliases": [], "website": "https://www.rosesdiscountstores.com", "canonical_domain": "rosesdiscountstores.com", "country": "US", "hq_city": "Henderson", "hq_region": "Vance County", "lat": 36.32587, "lon": -78.41555, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RosesStores.svg", "description": "US regional variety store chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7255 +{"wikidata_id": "Q7374385", "display_name": "Royal LePage", "legal_name": null, "aliases": [], "website": "https://www.royallepage.ca", "canonical_domain": "royallepage.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian real estate franchiser", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7256 +{"wikidata_id": "Q7377914", "display_name": "Ruffhouse Records", "legal_name": null, "aliases": ["Ruff House Records"], "website": "https://www.ruffhouserecords.com", "canonical_domain": "ruffhouserecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7257 +{"wikidata_id": "Q7381335", "display_name": "Russell Athletic", "legal_name": null, "aliases": ["Russell"], "website": "https://www.russellathletic.com", "canonical_domain": "russellathletic.com", "country": "US", "hq_city": "Bowling Green", "hq_region": "Warren County", "lat": 36.98167, "lon": -86.44444, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q765087", "name": "Fruit of the Loom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Russell_Athletic_logo.png", "description": "American sportswear brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7258 +{"wikidata_id": "Q7388815", "display_name": "San Antonio Shoemakers", "legal_name": null, "aliases": [], "website": "https://sasshoes.com", "canonical_domain": "sasshoes.com", "country": "US", "hq_city": "San Antonio", "hq_region": "Bexar County", "lat": 29.425, "lon": -98.49389, "industries": ["apparel"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sas-shoes-logo-large.png", "description": "shoe company in San Antonio, Texas", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7259 +{"wikidata_id": "Q7390381", "display_name": "Servicios Industriales de la Marina", "legal_name": null, "aliases": ["SIMA", "Servicio Industrial de la Marina", "SIMA Peru"], "website": "https://www.sima.com.pe", "canonical_domain": "sima.com.pe", "country": "PE", "hq_city": "Callao", "hq_region": "Constitutional Province of Callao", "lat": -12.05222, "lon": -77.13917, "industries": ["mining"], "industry_labels": ["metal industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Peruvian shipbuilding company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7260 +{"wikidata_id": "Q7413674", "display_name": "San Diego Gas & Electric", "legal_name": null, "aliases": [], "website": "https://www.sdge.com", "canonical_domain": "sdge.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7449804", "name": "Sempra"}, "logo_url": null, "description": "energy utility", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7261 +{"wikidata_id": "Q7415968", "display_name": "Sandals Resorts", "legal_name": null, "aliases": ["Sandals"], "website": "https://www.sandals.com", "canonical_domain": "sandals.com", "country": "JM", "hq_city": "Montego Bay", "hq_region": "Saint James Parish", "lat": 18.46667, "lon": -77.91667, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sandals_Resorts_logo.svg", "description": "chain of hotels in the Caribbean based in Jamaica", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7262 +{"wikidata_id": "Q7431997", "display_name": "Schoep's Ice Cream", "legal_name": null, "aliases": ["Schoep's"], "website": "https://schoepsicecream.com", "canonical_domain": "schoepsicecream.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": [], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Schoep_ice_cream_logo.png", "description": "ice cream brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7263 +{"wikidata_id": "Q7456351", "display_name": "SETAR", "legal_name": null, "aliases": ["Setar N.V."], "website": "https://setar.aw", "canonical_domain": "setar.aw", "country": "AW", "hq_city": "Oranjestad", "hq_region": "Aruba", "lat": 12.51861, "lon": -70.03583, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Aruba", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7264 +{"wikidata_id": "Q7460427", "display_name": "ShadowMachine", "legal_name": null, "aliases": [], "website": "https://www.shadowmachine.com", "canonical_domain": "shadowmachine.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American animation studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7265 +{"wikidata_id": "Q7489612", "display_name": "Shari's Restaurants", "legal_name": null, "aliases": [], "website": "https://www.sharis.com", "canonical_domain": "sharis.com", "country": "US", "hq_city": "Beaverton", "hq_region": "Washington County", "lat": 45.48694, "lon": -122.80361, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shari%27s_logo.svg", "description": "chain of family dining restaurants in the western United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7266 +{"wikidata_id": "Q7496689", "display_name": "Shilo Inns", "legal_name": null, "aliases": [], "website": "https://www.shiloinns.com", "canonical_domain": "shiloinns.com", "country": "US", "hq_city": "Washington County", "hq_region": "Oregon", "lat": 45.56, "lon": -123.09, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shilo_Inns_logo.png", "description": "American hotel chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7267 +{"wikidata_id": "Q749716", "display_name": "NB Power", "legal_name": null, "aliases": ["New Brunswick Electric Power Commission", "New Brunswick Power Corporation"], "website": "https://www.energienb.com", "canonical_domain": "energienb.com", "country": "CA", "hq_city": null, "hq_region": "New Brunswick", "lat": 45.95, "lon": -66.66667, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NB_Power_Logo.svg", "description": "Canadian energy company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7268 +{"wikidata_id": "Q7497723", "display_name": "Shinola Detroit", "legal_name": null, "aliases": ["Shinola"], "website": "https://www.shinola.com", "canonical_domain": "shinola.com", "country": "US", "hq_city": "Cass Corridor", "hq_region": "Detroit", "lat": 42.3633, "lon": -83.0703, "industries": ["apparel"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinola_logo.png", "description": "company that makes watches, bicycles and leather goods", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7269 +{"wikidata_id": "Q7498017", "display_name": "Shipley Do-Nuts", "legal_name": null, "aliases": [], "website": "https://shipleydonuts.com", "canonical_domain": "shipleydonuts.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American doughnut company and coffeehouse chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7270 +{"wikidata_id": "Q7500392", "display_name": "Shoney's", "legal_name": null, "aliases": [], "website": "https://www.shoneys.com", "canonical_domain": "shoneys.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shoney%27s_Logo.svg", "description": "American casual dining restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7271 +{"wikidata_id": "Q7505012", "display_name": "Shun Fat Supermarket", "legal_name": null, "aliases": [], "website": "https://shunfatsupermarket.com", "canonical_domain": "shunfatsupermarket.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Asian supermarket chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7272 +{"wikidata_id": "Q7508472", "display_name": "Sideshow Collectibles", "legal_name": null, "aliases": [], "website": "https://www.sideshow.com", "canonical_domain": "sideshow.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sideshow_company_logo.png", "description": "American collectible manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7273 +{"wikidata_id": "Q7521145", "display_name": "Simpson Thacher & Bartlett", "legal_name": null, "aliases": ["Simpson Thacher"], "website": "https://www.stblaw.com", "canonical_domain": "stblaw.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simpson_Thacher_%26_Bartlett_logo.png", "description": "American law firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7274 +{"wikidata_id": "Q7537754", "display_name": "Skyhook Wireless", "legal_name": null, "aliases": ["Skyhook"], "website": "https://www.skyhook.com", "canonical_domain": "skyhook.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["telecommunications", "software"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skyhook_logo.svg", "description": "American location software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7275 +{"wikidata_id": "Q7538119", "display_name": "Skyway Enterprises", "legal_name": null, "aliases": [], "website": "https://www.skywayent.com", "canonical_domain": "skywayent.com", "country": "US", "hq_city": "Kissimmee", "hq_region": "Osceola County", "lat": 28.30389, "lon": -81.41278, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of the United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7276 +{"wikidata_id": "Q753819", "display_name": "Atavistic", "legal_name": "Atavistic", "aliases": ["Atavistic Records"], "website": "https://www.atavistic.com", "canonical_domain": "atavistic.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7277 +{"wikidata_id": "Q7541067", "display_name": "Sloan Valve Company", "legal_name": null, "aliases": [], "website": "https://www.sloan.com", "canonical_domain": "sloan.com", "country": "US", "hq_city": "Franklin Park", "hq_region": "Cook County", "lat": 41.9339, "lon": -87.8733, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493004KOS4FKALHVK62", "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of plumbing systems", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7278 +{"wikidata_id": "Q7542310", "display_name": "Slumberland Records", "legal_name": null, "aliases": [], "website": "https://www.slumberlandrecords.com", "canonical_domain": "slumberlandrecords.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7279 +{"wikidata_id": "Q7543950", "display_name": "WildWorks", "legal_name": null, "aliases": ["Smart Bomb Interactive", "Inc."], "website": "https://www.wildworks.com", "canonical_domain": "wildworks.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Utah based game development studio", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7280 +{"wikidata_id": "Q7553552", "display_name": "SofTech, Inc.", "legal_name": null, "aliases": [], "website": "https://www.softech.com", "canonical_domain": "softech.com", "country": "US", "hq_city": "Lowell", "hq_region": "Middlesex County", "lat": 42.63944, "lon": -71.31472, "industries": ["software"], "industry_labels": ["software"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7281 +{"wikidata_id": "Q7562503", "display_name": "Sony Music Nashville", "legal_name": null, "aliases": [], "website": "https://www.sonymusicnashville.com", "canonical_domain": "sonymusicnashville.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56760250", "name": "Sony Music"}, "logo_url": null, "description": "American record label; country music branch of Sony Music Entertainment", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7282 +{"wikidata_id": "Q7563212", "display_name": "Soprole", "legal_name": null, "aliases": [], "website": "https://www.soprole.cl", "canonical_domain": "soprole.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q946370", "name": "Fonterra"}, "logo_url": null, "description": "Dairy company based in Chile", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7283 +{"wikidata_id": "Q7571379", "display_name": "Southwest Windpower", "legal_name": null, "aliases": [], "website": "https://www.windenergy.com", "canonical_domain": "windenergy.com", "country": "US", "hq_city": "Denver", "hq_region": "Colorado", "lat": 39.73917, "lon": -104.98472, "industries": ["renewables"], "industry_labels": ["wind power"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former wind turbine manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7284 +{"wikidata_id": "Q7571408", "display_name": "Southwestern Advantage", "legal_name": null, "aliases": [], "website": "https://southwesternadvantage.com", "canonical_domain": "southwesternadvantage.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1855, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Southwestern_Advantage_Logo.svg", "description": "American marketing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7285 +{"wikidata_id": "Q7573095", "display_name": "Spangles", "legal_name": null, "aliases": [], "website": "https://spanglesinc.com", "canonical_domain": "spanglesinc.com", "country": "US", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spangles_logo.png", "description": "family-owned fast food chain based in Wichita, Kansas", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7286 +{"wikidata_id": "Q7574399", "display_name": "Spearmint Rhino", "legal_name": null, "aliases": [], "website": "https://spearmintrhino.com", "canonical_domain": "spearmintrhino.com", "country": "US", "hq_city": "Norco", "hq_region": "Riverside County", "lat": 33.92722, "lon": -117.56139, "industries": ["hospitality"], "industry_labels": ["strip club"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of strip clubs", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7287 +{"wikidata_id": "Q7576421", "display_name": "Sperry Top-Sider", "legal_name": null, "aliases": ["Sperry"], "website": "https://www.sperry.com", "canonical_domain": "sperry.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["apparel", "consumer-goods"], "industry_labels": ["footwear", "sportswear", "sports equipment"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sperry_New_Logo_2021_Navy_Horizontal_Solid.png", "description": "Boat shoe brand", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7288 +{"wikidata_id": "Q7577661", "display_name": "Spinsters Ink", "legal_name": null, "aliases": [], "website": "https://www.spinstersink.com", "canonical_domain": "spinstersink.com", "country": "US", "hq_city": "Tallahassee", "hq_region": "Leon County", "lat": 30.43833, "lon": -84.28056, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7289 +{"wikidata_id": "Q7602918", "display_name": "Stash Tea Company", "legal_name": null, "aliases": ["Stash Tea"], "website": "https://www.stashtea.com", "canonical_domain": "stashtea.com", "country": "US", "hq_city": "Tigard", "hq_region": "Washington County", "lat": 45.42778, "lon": -122.77889, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American specialty tea company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7290 +{"wikidata_id": "Q7617429", "display_name": "Stingray Group", "legal_name": null, "aliases": ["Stingray Digital"], "website": "https://www.stingraydigital.com", "canonical_domain": "stingraydigital.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stingray_Digital.svg", "description": "Canadian media and entertainment company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7291 +{"wikidata_id": "Q7618876", "display_name": "Stone Brewing Company", "legal_name": null, "aliases": ["Stone Brewery", "Stone Brewing", "Stone Brewing Co."], "website": "https://www.stonebrewing.com", "canonical_domain": "stonebrewing.com", "country": "US", "hq_city": "Escondido", "hq_region": "San Diego County", "lat": 33.12472, "lon": -117.08083, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stone Brewing is a brewery headquartered in Escondido, California, USA. Founded in 1996 in San Marcos, California, it is the largest brewery in Southern California.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7292 +{"wikidata_id": "Q7630594", "display_name": "Sub-Zero", "legal_name": null, "aliases": ["Wolf", "Sub-Zero Freezer Company"], "website": "https://www.subzero-wolf.com", "canonical_domain": "subzero-wolf.com", "country": "US", "hq_city": "Madison", "hq_region": "Dane County", "lat": 43.07472, "lon": -89.38417, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sub-Zero_%28logo%29.svg", "description": "brand of residential major kitchen appliances including refrigeration and wine preservation", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7293 +{"wikidata_id": "Q7640207", "display_name": "Sungevity", "legal_name": null, "aliases": [], "website": "https://sungevity.com", "canonical_domain": "sungevity.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["renewables"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "solar energy company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7294 +{"wikidata_id": "Q7642083", "display_name": "SuperVillain Studios", "legal_name": null, "aliases": [], "website": "https://www.svsgames.com", "canonical_domain": "svsgames.com", "country": "US", "hq_city": "Irvine", "hq_region": "Orange County", "lat": 33.68417, "lon": -117.7925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7295 +{"wikidata_id": "Q7643967", "display_name": "Supermercados Peruanos", "legal_name": null, "aliases": [], "website": "https://www.supermercadosperuanos.com.pe", "canonical_domain": "supermercadosperuanos.com.pe", "country": "CL", "hq_city": "San Borja", "hq_region": "Lima", "lat": -12.09755, "lon": -76.99521, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supermercados_Peruanos_logo.svg", "description": "Peruvian supermarket chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7296 +{"wikidata_id": "Q765410", "display_name": "Seagrave Fire Apparatus", "legal_name": null, "aliases": [], "website": "https://www.seagrave.com", "canonical_domain": "seagrave.com", "country": "US", "hq_city": "Clintonville", "hq_region": "Waupaca County", "lat": 44.62417, "lon": -88.75806, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fire apparatus manufacturer in America", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7297 +{"wikidata_id": "Q7669794", "display_name": "TCW Group", "legal_name": null, "aliases": [], "website": "https://www.tcw.com", "canonical_domain": "tcw.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TCW_Group_logo.svg", "description": "American investment manageement firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7298 +{"wikidata_id": "Q76823349", "display_name": "Yacimientos Carboníferos Río Turbio", "legal_name": null, "aliases": ["Yacimientos Carboniferos Rio Turbio"], "website": "https://www.ycrt.gob.ar", "canonical_domain": "ycrt.gob.ar", "country": "AR", "hq_city": "Río Turbio", "hq_region": "Santa Cruz Province", "lat": -51.53611, "lon": -72.33611, "industries": ["energy", "mining"], "industry_labels": ["coal industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YCRT_logo.png", "description": "coal mining company in Santa Cruz, Argentina", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7299 +{"wikidata_id": "Q7685416", "display_name": "Taraneh Records", "legal_name": null, "aliases": ["Taraneh Enterprises Inc"], "website": "https://www.taranehrecords.com", "canonical_domain": "taranehrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taraneh_Records.png", "description": "Californian record label company specialized on exiled Iranian singer and musicians", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7300 +{"wikidata_id": "Q7692138", "display_name": "TechShop", "legal_name": null, "aliases": [], "website": "https://www.techshop.ws", "canonical_domain": "techshop.ws", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TechShop.jpg", "description": "US chain of open-access workshops, 2006–2017", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7301 +{"wikidata_id": "Q7692221", "display_name": "Technetics Group", "legal_name": null, "aliases": [], "website": "https://www.techneticsgroup.com", "canonical_domain": "techneticsgroup.com", "country": "US", "hq_city": "Columbia", "hq_region": "Lexington County", "lat": 34.00056, "lon": -81.04417, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16013760", "name": "Enpro Industries"}, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7302 +{"wikidata_id": "Q7692685", "display_name": "Techstars", "legal_name": null, "aliases": [], "website": "https://techstars.com", "canonical_domain": "techstars.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900UWO3JSOF8ZZN34", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Techstars_logo.png", "description": "U.S. startup accelerator", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7303 +{"wikidata_id": "Q7694177", "display_name": "Tee Pee Records", "legal_name": null, "aliases": [], "website": "https://www.teepeerecords.com", "canonical_domain": "teepeerecords.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7304 +{"wikidata_id": "Q7696754", "display_name": "Telepictures", "legal_name": null, "aliases": ["Telepictures Corporation", "Telepictures Distribution", "Telepictures Productions"], "website": "https://telepicturestv.com", "canonical_domain": "telepicturestv.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["media", "entertainment"], "industry_labels": ["television", "entertainment", "broadcast syndication", "filmmaking"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1156642", "name": "Warner Bros. Television Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telepictures_Productions.svg", "description": "Television production company, had a first-run syndication unit, AND Syndicated Productions", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7305 +{"wikidata_id": "Q7744946", "display_name": "The Kraft Group", "legal_name": null, "aliases": ["Kraft Group", "Kraft Group", "LLC"], "website": "https://www.thekraftgroup.com", "canonical_domain": "thekraftgroup.com", "country": "US", "hq_city": "Foxborough", "hq_region": "Norfolk County", "lat": 42.065, "lon": -71.25, "industries": [], "industry_labels": ["professional sport"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American group of large corporations", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7306 +{"wikidata_id": "Q7755384", "display_name": "The Original Pancake House", "legal_name": null, "aliases": ["Original Pancake House", "TOPH"], "website": "https://www.originalpancakehouse.com", "canonical_domain": "originalpancakehouse.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American chain of pancake houses", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7307 +{"wikidata_id": "Q7775588", "display_name": "The Women's Development Bank", "legal_name": null, "aliases": [], "website": "https://www.banmujer.gob.ve", "canonical_domain": "banmujer.gob.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "woman's services organization in Venezuela", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7308 +{"wikidata_id": "Q7801679", "display_name": "Tigo Guatemala", "legal_name": null, "aliases": [], "website": "https://www.tigo.com.gt", "canonical_domain": "tigo.com.gt", "country": "GT", "hq_city": "Luxembourg", "hq_region": null, "lat": 49.77, "lon": 6.13, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q276345", "name": "Millicom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tigo.JPG", "description": "telecommunication company in Guatemala", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7309 +{"wikidata_id": "Q7801833", "display_name": "Tijuana Flats", "legal_name": null, "aliases": [], "website": "https://www.tijuanaflats.com", "canonical_domain": "tijuanaflats.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T_FLATS-CMYK-PRIMARY-PINK-STACKED.png", "description": "American restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7310 +{"wikidata_id": "Q7802241", "display_name": "Tillamook County Creamery Association", "legal_name": null, "aliases": [], "website": "https://www.tillamook.com", "canonical_domain": "tillamook.com", "country": "US", "hq_city": "Tillamook", "hq_region": "Tillamook County", "lat": 45.48412, "lon": -123.8441, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "makers of dairy products sold under the \"Tillamook\" brand name", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7311 +{"wikidata_id": "Q7837469", "display_name": "Tredegar Iron Works", "legal_name": null, "aliases": [], "website": "https://www.tredegar.org", "canonical_domain": "tredegar.org", "country": "US", "hq_city": "Richmond", "hq_region": "Virginia", "lat": 37.54083, "lon": -77.43667, "industries": ["mining"], "industry_labels": ["metal industry"], "founded_year": 1837, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Virginia, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7312 +{"wikidata_id": "Q7838306", "display_name": "Chromatic Games", "legal_name": null, "aliases": ["Trendy Entertainment", "Trendy Entertainment Inc.", "Trendy Entertainment LLC"], "website": "https://chromatic.games", "canonical_domain": "chromatic.games", "country": "US", "hq_city": "Gainesville", "hq_region": "Alachua County", "lat": 29.66528, "lon": -82.33611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7313 +{"wikidata_id": "Q7849632", "display_name": "Tshiuetin Rail Transportation", "legal_name": null, "aliases": ["North Wind", "TSH", "TRT"], "website": "https://www.tshiuetin.net", "canonical_domain": "tshiuetin.net", "country": "CA", "hq_city": "Schefferville", "hq_region": "Caniapiscau Regional County Municipality", "lat": 54.8, "lon": -66.83333, "industries": ["transportation"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian regional railway in western Labrador and northeastern Quebec", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7314 +{"wikidata_id": "Q7851262", "display_name": "Tudor's Biscuit World", "legal_name": null, "aliases": [], "website": "https://www.tudorsbiscuitworld.com", "canonical_domain": "tudorsbiscuitworld.com", "country": "US", "hq_city": "Nitro", "hq_region": "Kanawha County", "lat": 38.41528, "lon": -81.83111, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of restaraunts most commonly found in West Virginia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7315 +{"wikidata_id": "Q7853790", "display_name": "TurboSquid", "legal_name": null, "aliases": ["T-Squid", "Inc", "Turbo squid", "Inc", "Turbosquid Inc"], "website": "https://www.turbosquid.com", "canonical_domain": "turbosquid.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["entertainment"], "industry_labels": ["computer animation"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "3D Model Marketplace", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7316 +{"wikidata_id": "Q7864546", "display_name": "UFO Interactive Games", "legal_name": null, "aliases": ["Inc."], "website": "https://ufointeractivegames.com", "canonical_domain": "ufointeractivegames.com", "country": "US", "hq_city": "City of Industry", "hq_region": "Los Angeles County", "lat": 34.01583, "lon": -117.95083, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher of interactive video game content", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7317 +{"wikidata_id": "Q787239", "display_name": "Platinum Equity", "legal_name": null, "aliases": [], "website": "https://www.platinumequity.com", "canonical_domain": "platinumequity.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007FPCEZLSHG4E71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Platinum-Equity-logo.png", "description": "US private equity company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7318 +{"wikidata_id": "Q7887677", "display_name": "United Dairy Farmers", "legal_name": null, "aliases": ["UDF"], "website": "https://www.udfinc.com", "canonical_domain": "udfinc.com", "country": "US", "hq_city": "Norwood", "hq_region": "Hamilton County", "lat": 39.16, "lon": -84.455, "industries": ["food-beverage", "oil-gas"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/United_Dairy_Farmers_logo.png", "description": "American ice cream and petrol station chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7319 +{"wikidata_id": "Q7893630", "display_name": "United Van Lines", "legal_name": null, "aliases": [], "website": "https://www.unitedvanlines.com", "canonical_domain": "unitedvanlines.com", "country": "US", "hq_city": "Fenton", "hq_region": "St. Louis County", "lat": 38.5281, "lon": -90.4442, "industries": ["logistics"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American moving and relocation company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7320 +{"wikidata_id": "Q7897209", "display_name": "Uno Chicago Grill", "legal_name": null, "aliases": [], "website": "https://unos.com", "canonical_domain": "unos.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American franchised pizza restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7321 +{"wikidata_id": "Q7897996", "display_name": "Up Records", "legal_name": null, "aliases": [], "website": "https://uprecords.com", "canonical_domain": "uprecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7322 +{"wikidata_id": "Q7899254", "display_name": "Upsher-Smith Laboratories", "legal_name": null, "aliases": [], "website": "https://www.upsher-smith.com", "canonical_domain": "upsher-smith.com", "country": "US", "hq_city": "Maple Grove", "hq_region": "Hennepin County", "lat": 45.0725, "lon": -93.45556, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300BJKGMHVWKZWS60", "sec_cik": null, "parent": {"wikidata_id": "Q140646051", "name": "Bora Pharmaceuticals"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/USL_black.jpg", "description": "American pharmaceutical company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7323 +{"wikidata_id": "Q79060122", "display_name": "Rimas Entertainment", "legal_name": null, "aliases": ["Rimas", "Fundación Rimas Inc.", "Rimas Classics LLC", "Rimas Entertainment LLC", "LLC", "Rimas Group", "Rimas Music", "LLC"], "website": "https://rimasmusic.com", "canonical_domain": "rimasmusic.com", "country": "PR", "hq_city": "San Juan", "hq_region": "Puerto Rico", "lat": 18.46528, "lon": -66.11667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rimas_Entertainment_LLC_Logo.png", "description": "Puerto Rican record label founded by Noah Assad", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7324 +{"wikidata_id": "Q7906972", "display_name": "VIA Motors", "legal_name": null, "aliases": [], "website": "https://www.viamotors.com", "canonical_domain": "viamotors.com", "country": "US", "hq_city": "Orem", "hq_region": "Utah County", "lat": 40.29875, "lon": -111.69649, "industries": ["automotive"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American EV company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7325 +{"wikidata_id": "Q7914085", "display_name": "Vancity", "legal_name": null, "aliases": ["Vancouver City Savings Credit Union"], "website": "https://www.vancity.com", "canonical_domain": "vancity.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["financial-services", "banking"], "industry_labels": ["financial sector", "economics of banking", "financial services"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-vancity.svg", "description": "Canadian credit union", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7326 +{"wikidata_id": "Q7923012", "display_name": "Verve Forecast", "legal_name": null, "aliases": ["Verve Forecast Records"], "website": "https://www.verveforecast.com", "canonical_domain": "verveforecast.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7327 +{"wikidata_id": "Q7928390", "display_name": "Vieques Air Link", "legal_name": null, "aliases": [], "website": "https://viequesairlink.com", "canonical_domain": "viequesairlink.com", "country": "US", "hq_city": "Puerto Rico", "hq_region": "United States", "lat": 18.25, "lon": -66.5, "industries": ["airlines"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "small Puerto Rico-based airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7328 +{"wikidata_id": "Q7930659", "display_name": "Village Inn", "legal_name": null, "aliases": [], "website": "https://www.villageinn.com", "canonical_domain": "villageinn.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Village_Inn_logo.png", "description": "American restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7329 +{"wikidata_id": "Q7939799", "display_name": "Voit", "legal_name": null, "aliases": [], "website": "https://voit.com", "canonical_domain": "voit.com", "country": "US", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["consumer-goods"], "industry_labels": ["sports equipment"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "sporting goods company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7330 +{"wikidata_id": "Q7945165", "display_name": "W.B. Mason", "legal_name": null, "aliases": [], "website": "https://www.wbmason.com", "canonical_domain": "wbmason.com", "country": "US", "hq_city": "Brockton", "hq_region": "Plymouth County", "lat": 42.08333, "lon": -71.01889, "industries": [], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/W.B._Mason_%28business%29.png", "description": "American office supplier", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7331 +{"wikidata_id": "Q7955018", "display_name": "WRGB", "legal_name": null, "aliases": ["CBS 6 Albany"], "website": "https://www.cbs6albany.com", "canonical_domain": "cbs6albany.com", "country": "US", "hq_city": "Schenectady", "hq_region": "Schenectady County", "lat": 42.80417, "lon": -73.92917, "industries": ["media"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO_WRGB_CBS6_solid_calls_blk-blue.png", "description": "CBS television affiliate in Schenectady, New York, United States", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7332 +{"wikidata_id": "Q796415", "display_name": "Minyanville", "legal_name": null, "aliases": [], "website": "https://www.minyanville.com", "canonical_domain": "minyanville.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7333 +{"wikidata_id": "Q7972335", "display_name": "Washington Summit Publishers", "legal_name": null, "aliases": [], "website": "https://washsummit.com", "canonical_domain": "washsummit.com", "country": "US", "hq_city": "Augusta", "hq_region": "Richmond County", "lat": 33.47, "lon": -81.975, "industries": ["media"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American white nationalist publisher", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7334 +{"wikidata_id": "Q7980178", "display_name": "Weil, Gotshal & Manges", "legal_name": null, "aliases": [], "website": "https://www.weil.com", "canonical_domain": "weil.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American law firm", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7335 +{"wikidata_id": "Q7981640", "display_name": "Wells Enterprises", "legal_name": null, "aliases": [], "website": "https://www.wellsenterprisesinc.com", "canonical_domain": "wellsenterprisesinc.com", "country": "US", "hq_city": "Le Mars", "hq_region": "Plymouth County", "lat": 42.78889, "lon": -96.16583, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American food company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7336 +{"wikidata_id": "Q7984835", "display_name": "West Coast Shoe Company", "legal_name": null, "aliases": [], "website": "https://www.westcoastshoe.com", "canonical_domain": "westcoastshoe.com", "country": "US", "hq_city": "Scappoose", "hq_region": "Columbia County", "lat": 45.75417, "lon": -122.87528, "industries": ["apparel"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WESCO_LOGO_RGB.jpg", "description": "maker of Wesco work boots, based in Scappoose, Oregon", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7337 +{"wikidata_id": "Q7987109", "display_name": "Westat", "legal_name": null, "aliases": ["Westat Corporation", "Westat Inc", "Westat Research", "inc"], "website": "https://www.westat.com", "canonical_domain": "westat.com", "country": "US", "hq_city": "Rockville", "hq_region": "Montgomery County", "lat": 39.084, "lon": -77.15276, "industries": ["professional-services"], "industry_labels": ["professional service"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "professional services research corporation", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7338 +{"wikidata_id": "Q7990143", "display_name": "Wetpaint", "legal_name": null, "aliases": [], "website": "https://www.wetpaint.com", "canonical_domain": "wetpaint.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wetpaint-logo-2015.png", "description": "Internet company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7339 +{"wikidata_id": "Q8000452", "display_name": "WildTangent", "legal_name": null, "aliases": ["Inc.", "Gamigo Inc."], "website": "https://www.wildtangent.com", "canonical_domain": "wildtangent.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1132110", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WT_flat_hires.png", "description": "American video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7340 +{"wikidata_id": "Q8032891", "display_name": "Woodland Scenics", "legal_name": null, "aliases": [], "website": "https://woodlandscenics.woodlandscenics.com", "canonical_domain": "woodlandscenics.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "enterprise", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7341 +{"wikidata_id": "Q8035794", "display_name": "World Gym", "legal_name": null, "aliases": [], "website": "https://www.worldgym.com", "canonical_domain": "worldgym.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational fitness center chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7342 +{"wikidata_id": "Q8035898", "display_name": "World Kitchen", "legal_name": null, "aliases": ["Corelle Brands", "LLC", "World Kitchen Inc."], "website": "https://www.worldkitchen.com", "canonical_domain": "worldkitchen.com", "country": "US", "hq_city": "Rosemont", "hq_region": "Cook County", "lat": 41.9908, "lon": -87.8739, "industries": ["retail", "consumer-goods"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corelle_Brands_LLC%2C_logo.jpg", "description": "kitchenware products maker and distributor", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7343 +{"wikidata_id": "Q8042358", "display_name": "XMobots", "legal_name": null, "aliases": [], "website": "https://www.xmobots.com", "canonical_domain": "xmobots.com", "country": "BR", "hq_city": "São Carlos", "hq_region": "São Paulo", "lat": -22.01778, "lon": -47.89083, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XMobots.png", "description": "Brazilian unmanned aircraft company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7344 +{"wikidata_id": "Q8043371", "display_name": "Launchworks", "legal_name": null, "aliases": ["Xbox Live Productions"], "website": "https://launchworks.net", "canonical_domain": "launchworks.net", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q73801", "name": "Xbox Game Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xbox_wordmark.svg", "description": "American video game developer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7345 +{"wikidata_id": "Q8052513", "display_name": "Yep Roc Records", "legal_name": null, "aliases": [], "website": "https://www.yeproc.com", "canonical_domain": "yeproc.com", "country": "US", "hq_city": "Hillsborough", "hq_region": "North Carolina", "lat": 36.07056, "lon": -79.10417, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YepRocRecords.jpg", "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7346 +{"wikidata_id": "Q8054285", "display_name": "Yodlee", "legal_name": null, "aliases": [], "website": "https://www.yodlee.com", "canonical_domain": "yodlee.com", "country": "US", "hq_city": "Redwood Shores", "hq_region": "Redwood City", "lat": 37.53188, "lon": -122.24802, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yodlee_wordmark_2025.svg", "description": "American personal finance software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7347 +{"wikidata_id": "Q8066239", "display_name": "Zankou Chicken", "legal_name": null, "aliases": [], "website": "https://zankouchicken.com", "canonical_domain": "zankouchicken.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 34.09839, "lon": -118.30027, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zankou_Chicken_logo.png", "description": "California based fast casual restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7348 +{"wikidata_id": "Q8067635", "display_name": "Zazzle", "legal_name": null, "aliases": ["Zazzle Inc"], "website": "https://www.zazzle.com", "canonical_domain": "zazzle.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["internet", "e-commerce"], "industry_labels": ["Internet", "e-commerce"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zazzle_logo.svg", "description": "platform for building online shops", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7349 +{"wikidata_id": "Q8072203", "display_name": "Zimperium", "legal_name": null, "aliases": [], "website": "https://www.zimperium.com", "canonical_domain": "zimperium.com", "country": "US", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7350 +{"wikidata_id": "Q82115", "display_name": "Arauco", "legal_name": null, "aliases": ["ARAUCO", "Celulosa Arauco y Constitución"], "website": "https://arauco.com", "canonical_domain": "arauco.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300QEKV8G0AMNQD28", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7351 +{"wikidata_id": "Q8246508", "display_name": "Bennigan's", "legal_name": null, "aliases": [], "website": "https://bennigans.com", "canonical_domain": "bennigans.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bennigan%27s_logo_2010.png", "description": "American restaurant chain", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7352 +{"wikidata_id": "Q834054", "display_name": "Enterprise Holdings", "legal_name": null, "aliases": [], "website": "https://www.enterprisemobility.com", "canonical_domain": "enterprisemobility.com", "country": "US", "hq_city": "Clayton", "hq_region": "St. Louis County", "lat": 38.64528, "lon": -90.33194, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enterprise_Holdings_Logo_%28vertical%29.svg", "description": "holding company of several car rental businesses", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7353 +{"wikidata_id": "Q8347219", "display_name": "Codeplan", "legal_name": null, "aliases": [], "website": "https://www.codeplan.df.gov.br", "canonical_domain": "codeplan.df.gov.br", "country": "BR", "hq_city": "Brasília", "hq_region": "Federal District", "lat": -15.79389, "lon": -47.88278, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Codeplan.png", "description": "Government-owned corporation of Federal District, Brazil", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7354 +{"wikidata_id": "Q838015", "display_name": "Global IP Solutions", "legal_name": null, "aliases": [], "website": "https://www.gipscorp.com", "canonical_domain": "gipscorp.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": ["Voice over IP"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7355 +{"wikidata_id": "Q85112918", "display_name": "BairesDev", "legal_name": "BairesDev", "aliases": ["bairesdev", "Bairesdev"], "website": "https://www.bairesdev.com", "canonical_domain": "bairesdev.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["professional-services"], "industry_labels": ["software outsourcing industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "outsourced software development company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7356 +{"wikidata_id": "Q85727745", "display_name": "1stDibs", "legal_name": null, "aliases": ["1st Dibs"], "website": "https://www.1stdibs.com", "canonical_domain": "1stdibs.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["e-commerce"], "industry_labels": ["e-commerce", "SIC 5961 Retail-Catalog & Mail-Order Houses"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "DIBS", "exchange": "Nasdaq", "lei": null, "sec_cik": "1600641", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1stdibs_marketplace.jpg", "description": "US e-commerce company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1600641", "enriched_at": "2026-09-13T07:22:51+00:00"}}
7357 +{"wikidata_id": "Q85739913", "display_name": "AerCaribe", "legal_name": null, "aliases": [], "website": "https://aercaribe.com", "canonical_domain": "aercaribe.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Aercaribe.svg", "description": "Colombian airline", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7358 +{"wikidata_id": "Q85761124", "display_name": "Fishman", "legal_name": null, "aliases": [], "website": "https://www.fishman.com", "canonical_domain": "fishman.com", "country": "US", "hq_city": "Andover", "hq_region": "Essex County", "lat": 42.65722, "lon": -71.14083, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fishman_company_logo.svg", "description": "guitar pickups, preamps manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7359 +{"wikidata_id": "Q85761993", "display_name": "Freckle Films", "legal_name": null, "aliases": [], "website": "https://www.freckle-films.com", "canonical_domain": "freckle-films.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freckle_Films.png", "description": "American film and television production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7360 +{"wikidata_id": "Q85799275", "display_name": "Salsarita's Fresh Mexican Grill", "legal_name": null, "aliases": ["Salsarita's"], "website": "https://salsaritas.com", "canonical_domain": "salsaritas.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American chain of fast casual Tex Mex restaurants", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7361 +{"wikidata_id": "Q859990", "display_name": "Bike Friday", "legal_name": null, "aliases": [], "website": "https://www.bikefriday.com", "canonical_domain": "bikefriday.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of folding, small-wheeled bicycles in Eugene, Oregon, USA", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7362 +{"wikidata_id": "Q885233", "display_name": "Bloodshot Records", "legal_name": null, "aliases": ["Bloodshot"], "website": "https://www.bloodshotrecords.com", "canonical_domain": "bloodshotrecords.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bloodshot_Records_logo_-_vector.png", "description": "American independent record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7363 +{"wikidata_id": "Q9032080", "display_name": "MetroGAS S.A.", "legal_name": null, "aliases": ["Metrogas"], "website": "https://www.metrogas.com.ar", "canonical_domain": "metrogas.com.ar", "country": "AR", "hq_city": "Barracas", "hq_region": "Comuna 4", "lat": -34.65, "lon": -58.38333, "industries": ["retail"], "industry_labels": ["product distribution"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2006989", "name": "YPF"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metrogas_logo.svg", "description": "Argentinian gas company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7364 +{"wikidata_id": "Q92438037", "display_name": "Somewherecold Records", "legal_name": null, "aliases": ["Somewhere Cold", "Somewhere Cold Records", "Somewherecold", "Somewherecold", "LLC", "SWC Records"], "website": "https://somewherecold.net", "canonical_domain": "somewherecold.net", "country": "US", "hq_city": "Shelbyville", "hq_region": "Shelby County", "lat": 38.2122, "lon": -85.2258, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Somewherecold_Records_Logo.png", "description": "American record label", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7365 +{"wikidata_id": "Q92546048", "display_name": "Bugcrowd", "legal_name": null, "aliases": [], "website": "https://www.bugcrowd.com", "canonical_domain": "bugcrowd.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a crowdsourced security platform", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7366 +{"wikidata_id": "Q93671484", "display_name": "Blue Mammoth Games", "legal_name": null, "aliases": ["Ubisoft Atlanta"], "website": "https://www.bluemammoth.com", "canonical_domain": "bluemammoth.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "French video game company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7367 +{"wikidata_id": "Q953932", "display_name": "Sears Mexico", "legal_name": null, "aliases": [], "website": "https://www.sears.com.mx", "canonical_domain": "sears.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Searsmexicologo.jpg", "description": "Mexico company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7368 +{"wikidata_id": "Q954335", "display_name": "Intersec Interactive Inc.", "legal_name": "Intersec Interactive Inc.", "aliases": [], "website": "https://www.insex.com", "canonical_domain": "insex.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["pornography industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "BDSM pornographic film production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7369 +{"wikidata_id": "Q96406411", "display_name": "Standard Industries", "legal_name": null, "aliases": [], "website": "https://www.standardindustries.com", "canonical_domain": "standardindustries.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["construction"], "industry_labels": ["construction materials industry"], "founded_year": 1886, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "global industrial company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7370 +{"wikidata_id": "Q97202900", "display_name": "Central Puerto S.A.", "legal_name": null, "aliases": [], "website": "https://www.centralpuerto.com", "canonical_domain": "centralpuerto.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["SIC 4911 Electric Services"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "CEPU", "exchange": "NYSE", "lei": null, "sec_cik": "1717161", "parent": null, "logo_url": null, "description": "energy company of Argentina", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1717161", "enriched_at": "2026-09-13T07:22:51+00:00"}}
7371 +{"wikidata_id": "Q97445430", "display_name": "2.13.61, Inc.", "legal_name": "2.13.61, Inc.", "aliases": [], "website": "https://www.twothirteensixtyone.com", "canonical_domain": "twothirteensixtyone.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["phonographic industry", "publishing industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Henry Rollins' indie publishing company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7372 +{"wikidata_id": "Q981374", "display_name": "Librería Porrúa", "legal_name": "Librería de Porrúa Hermanos y Compañía, S.A. de C.V.", "aliases": ["Libreria Porrua"], "website": "https://porrua.mx", "canonical_domain": "porrua.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.43574, "lon": -99.13164, "industries": ["media"], "industry_labels": ["book industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican book publisher and retailer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7373 +{"wikidata_id": "Q9829487", "display_name": "Companhia Brasileira de Metalurgia e Mineração", "legal_name": null, "aliases": ["Brazilian Metallurgy and Mining Company", "Companhia Brasileira de Metalurgia e Mineracao"], "website": "https://www.cbmm.com.br", "canonical_domain": "cbmm.com.br", "country": "BR", "hq_city": "Araxá", "hq_region": "Minas Gerais", "lat": -19.59278, "lon": -46.94083, "industries": ["mining"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_CBMM.svg", "description": "mining company in Araxa, Brazil", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7374 +{"wikidata_id": "Q99546157", "display_name": "Checkmarx", "legal_name": null, "aliases": [], "website": "https://www.checkmarx.com", "canonical_domain": "checkmarx.com", "country": "US", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Software company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7375 +{"wikidata_id": "Q99736595", "display_name": "Youtooz", "legal_name": null, "aliases": ["Youtooz Collectibles"], "website": "https://youtooz.com", "canonical_domain": "youtooz.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Youtooz_Logo.webp", "description": "Canadian collectible figurine company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7376 +{"wikidata_id": "Q5176904", "display_name": "CounterPath Corporation", "legal_name": null, "aliases": ["CounterPath", "CounterPath (United States)"], "website": "https://www.counterpath.com", "canonical_domain": "counterpath.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 41.88381, "lon": -87.64228, "industries": ["software"], "industry_labels": [], "founded_year": 2002, "employees": 74, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "549300MSHK83KSD7BK48", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian software company", "sitelinks": 0, "importance": 0.1625, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7377 +{"wikidata_id": "Q138978111", "display_name": "Evolve Funds Group", "legal_name": "Evolve Funds Group Inc.", "aliases": ["Evolve ETFs"], "website": "https://evolveetfs.com", "canonical_domain": "evolveetfs.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2017, "employees": 40, "public_company": true, "ticker": null, "exchange": "Michael Jackson's This Is It", "lei": "549300YIM63GK0XCBB70", "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian exchange-traded fund issuer based in Toronto", "sitelinks": 0, "importance": 0.1538, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7378 +{"wikidata_id": "Q1030917", "display_name": "Espresso Vivace", "legal_name": null, "aliases": [], "website": "https://www.espressovivace.com", "canonical_domain": "espressovivace.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7379 +{"wikidata_id": "Q1068655", "display_name": "CheapTickets", "legal_name": null, "aliases": ["Cheap Tickets"], "website": "https://www.cheaptickets.com", "canonical_domain": "cheaptickets.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8085893", "name": "Expedia Group"}, "logo_url": null, "description": "online travel services company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7380 +{"wikidata_id": "Q1095764", "display_name": "Arizona Central Railroad", "legal_name": null, "aliases": ["AZCR", "Clarkdale Arizona Central Railroad"], "website": "https://www.thewesterngroup.net", "canonical_domain": "thewesterngroup.net", "country": "US", "hq_city": "Clarkdale", "hq_region": "Yavapai County", "lat": 34.76667, "lon": -112.05, "industries": ["transportation"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7381 +{"wikidata_id": "Q1121190", "display_name": "Companhia Brasileira de Trens Urbanos", "legal_name": null, "aliases": [], "website": "https://www.cbtu.gov.br", "canonical_domain": "cbtu.gov.br", "country": "BR", "hq_city": "Centro", "hq_region": "Centro", "lat": -22.90806, "lon": -43.17667, "industries": ["transportation"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10330397", "name": "Ministry of Cities"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CBTU_Logo2.svg", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7382 +{"wikidata_id": "Q1138373", "display_name": "Crab Orchard and Egyptian Railroad", "legal_name": null, "aliases": [], "website": "https://www.coe-rr.com", "canonical_domain": "coe-rr.com", "country": "US", "hq_city": "Marion", "hq_region": "Williamson County", "lat": 37.73028, "lon": -88.93, "industries": ["transportation"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7383 +{"wikidata_id": "Q1157750", "display_name": "Dakota, Missouri Valley and Western Railroad", "legal_name": null, "aliases": [], "website": "https://www.dmvwrr.com", "canonical_domain": "dmvwrr.com", "country": "US", "hq_city": "Bismarck", "hq_region": "Burleigh County", "lat": 46.80833, "lon": -100.78375, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7384 +{"wikidata_id": "Q1165528", "display_name": "Daphne's Greek Cafe", "legal_name": null, "aliases": [], "website": "https://www.daphnesgreekcafe.com", "canonical_domain": "daphnesgreekcafe.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daphne%27s_Greek_Cafe_logo.svg", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7385 +{"wikidata_id": "Q1235661", "display_name": "Dollar Rent A Car", "legal_name": null, "aliases": ["Inc."], "website": "https://www.dollar.com", "canonical_domain": "dollar.com", "country": "US", "hq_city": "Estero", "hq_region": "Lee County", "lat": 26.42765, "lon": -81.79509, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1543874", "name": "The Hertz Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dollar_Car_Rental_Logo.gif", "description": "car rental company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1235669"}]}
7386 +{"wikidata_id": "Q1247380", "display_name": "Spectrum Aeronautical", "legal_name": null, "aliases": [], "website": "https://www.spectrum.aero", "canonical_domain": "spectrum.aero", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American very light business jet developer (1995–2021)", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7387 +{"wikidata_id": "Q1254065", "display_name": "San Mateo Studio", "legal_name": null, "aliases": ["SCE Foster City Studio", "SIE Foster City Studio", "SIE San Mateo Studio"], "website": "https://www.worldwidestudios.net", "canonical_domain": "worldwidestudios.net", "country": "US", "hq_city": "Foster City", "hq_region": "San Mateo County", "lat": 37.55139, "lon": -122.26639, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": null, "description": "American video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7388 +{"wikidata_id": "Q127855", "display_name": "Chesky Records", "legal_name": null, "aliases": [], "website": "https://chesky.com", "canonical_domain": "chesky.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7389 +{"wikidata_id": "Q1296728", "display_name": "Egan-Jones Ratings Company", "legal_name": null, "aliases": [], "website": "https://www.egan-jones.com", "canonical_domain": "egan-jones.com", "country": "US", "hq_city": "Haverford", "hq_region": "Delaware County", "lat": 40.01306, "lon": -75.29444, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930016113PD33V1H31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Egan-Jones_Logo_Established_1995.svg", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7390 +{"wikidata_id": "Q1305423", "display_name": "MAN Engines", "legal_name": null, "aliases": [], "website": "https://www.man.eu", "canonical_domain": "man.eu", "country": "US", "hq_city": "Germany", "hq_region": null, "lat": 51.0, "lon": 10.0, "industries": ["industrial-machinery", "manufacturing"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "engine manufacturing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1543303"}, {"related_domain_conflict": "Q11764804"}]}
7391 +{"wikidata_id": "Q1317947", "display_name": "World News Network", "legal_name": null, "aliases": [], "website": "https://wn.com", "canonical_domain": "wn.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media", "internet"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/World_News_WN_Logo.png", "description": "news aggregation website", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7392 +{"wikidata_id": "Q1326112", "display_name": "Electronic Theatre Controls", "legal_name": null, "aliases": ["ETC"], "website": "https://www.etcconnect.com", "canonical_domain": "etcconnect.com", "country": "US", "hq_city": "Middleton", "hq_region": "Dane County", "lat": 51.52129, "lon": -0.25724, "industries": ["entertainment", "manufacturing"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of controls for theatrical lighting systems", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7393 +{"wikidata_id": "Q1370574", "display_name": "Ferroeste", "legal_name": null, "aliases": [], "website": "https://www.ferroeste.pr.gov.br", "canonical_domain": "ferroeste.pr.gov.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferroeste_-_Logo.png", "description": "railway line in Brazil", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7394 +{"wikidata_id": "Q1408020", "display_name": "Ferrovia Tereza Cristina", "legal_name": null, "aliases": [], "website": "https://www.ftc.com.br", "canonical_domain": "ftc.com.br", "country": "BR", "hq_city": "Tubarão", "hq_region": "Santa Catarina", "lat": -28.46694, "lon": -49.00694, "industries": ["transportation"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO_FTC.png", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7395 +{"wikidata_id": "Q1419496", "display_name": "First National Bank Alaska", "legal_name": null, "aliases": [], "website": "https://fnbalaska.com", "canonical_domain": "fnbalaska.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Alaska", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7396 +{"wikidata_id": "Q1428320", "display_name": "Flexjet", "legal_name": null, "aliases": [], "website": "https://www.flexjet.com", "canonical_domain": "flexjet.com", "country": "US", "hq_city": "Richmond Heights", "hq_region": "Cuyahoga County", "lat": 41.5581, "lon": -81.5036, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flexjet_Logo.svg", "description": "American aviation company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7397 +{"wikidata_id": "Q1442711", "display_name": "Halifax Shipyard", "legal_name": null, "aliases": [], "website": "https://www.halifaxshipyard.com", "canonical_domain": "halifaxshipyard.com", "country": "CA", "hq_city": "Halifax", "hq_region": "Nova Scotia", "lat": 44.64778, "lon": -63.57139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian shipbuilding company in Nova Scotia, Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7398 +{"wikidata_id": "Q1470870", "display_name": "Fruehauf Trailer Corporation", "legal_name": null, "aliases": ["Fruehauf Corporation", "Fruehauf Trailer Company"], "website": "https://www.fruehauf.co.jp", "canonical_domain": "fruehauf.co.jp", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7399 +{"wikidata_id": "Q1492993", "display_name": "MMC Automotriz", "legal_name": null, "aliases": [], "website": "https://mitsubishi-motors.com.ve", "canonical_domain": "mitsubishi-motors.com.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["automotive"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Motors_SVG_logo_2.svg", "description": "automobile manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7400 +{"wikidata_id": "Q1493282", "display_name": "Special Metals Corporation", "legal_name": null, "aliases": [], "website": "https://www.specialmetals.com", "canonical_domain": "specialmetals.com", "country": "US", "hq_city": "New Hartford", "hq_region": "Oneida County", "lat": 43.0734, "lon": -75.28767, "industries": ["mining", "materials"], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "54930087KDF2LIJ52W57", "sec_cik": null, "parent": {"wikidata_id": "Q7239519", "name": "Precision Castparts Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Special_Metals_Corporation_logo.svg", "description": "supplier of refractory alloys", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7401 +{"wikidata_id": "Q1544615", "display_name": "Green Mountain Railroad", "legal_name": null, "aliases": [], "website": "https://www.rails-vt.com", "canonical_domain": "rails-vt.com", "country": "US", "hq_city": "Burlington", "hq_region": "Chittenden County", "lat": 44.48762, "lon": -73.23148, "industries": ["transportation"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7402 +{"wikidata_id": "Q1547410", "display_name": "Groove Networks", "legal_name": null, "aliases": [], "website": "https://secure.groove.net", "canonical_domain": "groove.net", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former software company based in Beverly, Massachusetts", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7403 +{"wikidata_id": "Q1547812", "display_name": "Grow Jogos e Brinquedos", "legal_name": null, "aliases": [], "website": "https://www.grow.com.br", "canonical_domain": "grow.com.br", "country": "BR", "hq_city": "São Bernardo do Campo", "hq_region": "São Paulo", "lat": -23.69389, "lon": -46.565, "industries": ["gaming"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "game publisher", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7404 +{"wikidata_id": "Q1573316", "display_name": "SakeVisual", "legal_name": null, "aliases": ["sakevisual"], "website": "https://www.sakevisual.com", "canonical_domain": "sakevisual.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["gaming"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7405 +{"wikidata_id": "Q1597610", "display_name": "John Paul Mitchell Systems", "legal_name": null, "aliases": ["Paul Mitchell"], "website": "https://www.paulmitchell.com", "canonical_domain": "paulmitchell.com", "country": "US", "hq_city": "Century City", "hq_region": "Los Angeles", "lat": 34.05579, "lon": -118.41888, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300F5SP4ZSVN4CO46", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paul_Mitchell_logo.svg", "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7406 +{"wikidata_id": "Q1638321", "display_name": "Severin Films", "legal_name": null, "aliases": [], "website": "https://www.severin-films.com", "canonical_domain": "severin-films.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["home video"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production and distribution company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7407 +{"wikidata_id": "Q1655926", "display_name": "Webshots", "legal_name": null, "aliases": [], "website": "https://webshots.com", "canonical_domain": "webshots.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Webshots_logo_%28January_2014%29.png", "description": "photo wallpaper and screensaver service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7408 +{"wikidata_id": "Q1723726", "display_name": "KangaRoos", "legal_name": null, "aliases": [], "website": "https://www.kangaroos.com", "canonical_domain": "kangaroos.com", "country": "US", "hq_city": "St. Louis", "hq_region": "Missouri", "lat": 38.62639, "lon": -90.19944, "industries": ["apparel"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American brand of athletic shoe", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7409 +{"wikidata_id": "Q1725537", "display_name": "New York, Susquehanna and Western Railway", "legal_name": null, "aliases": [], "website": "https://www.nysw.com", "canonical_domain": "nysw.com", "country": "US", "hq_city": "Cooperstown", "hq_region": "Otsego County", "lat": 42.69722, "lon": -74.92694, "industries": ["transportation", "logistics"], "industry_labels": [], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American freight railway", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7410 +{"wikidata_id": "Q1730479", "display_name": "Park West Gallery", "legal_name": null, "aliases": [], "website": "https://www.parkwestgallery.com", "canonical_domain": "parkwestgallery.com", "country": "US", "hq_city": "Southfield", "hq_region": "Oakland County", "lat": 42.47333, "lon": -83.22167, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial art gallery in Michigan, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7411 +{"wikidata_id": "Q1766753", "display_name": "Pfaudler", "legal_name": null, "aliases": [], "website": "https://www.pfaudler.de", "canonical_domain": "pfaudler.de", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["materials", "construction"], "industry_labels": ["Manufacture of other tanks, reservoirs and containers of metal", "machinery industry and plant construction"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pf_logo_pos_dfs_rgb.png", "description": "American manufacturing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7412 +{"wikidata_id": "Q1825435", "display_name": "Anvato", "legal_name": null, "aliases": [], "website": "https://www.anvato.com", "canonical_domain": "anvato.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stream live and on-demand video to any device", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7413 +{"wikidata_id": "Q1869704", "display_name": "Lookout Mobile Security", "legal_name": null, "aliases": ["Lookout"], "website": "https://www.lookout.com", "canonical_domain": "lookout.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001FMB46AJ886C96", "sec_cik": "1855544", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lookout-logo-square-371x400.png", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7414 +{"wikidata_id": "Q1885599", "display_name": "Maine Eastern Railroad", "legal_name": null, "aliases": [], "website": "https://www.maineeasternrailroad.com", "canonical_domain": "maineeasternrailroad.com", "country": "US", "hq_city": "Maine", "hq_region": "United States", "lat": 45.5, "lon": -69.0, "industries": ["transportation"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. subsidiary of the Morristown and Erie Railway", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7415 +{"wikidata_id": "Q1911088", "display_name": "Maule Air", "legal_name": null, "aliases": [], "website": "https://www.mauleairinc.com", "canonical_domain": "mauleairinc.com", "country": "US", "hq_city": "Moultrie", "hq_region": "Colquitt County", "lat": 31.1667, "lon": -83.7833, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of light single-engine aircraft in Moultrie, Georgia", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7416 +{"wikidata_id": "Q1911914", "display_name": "Maverik Lacrosse", "legal_name": null, "aliases": [], "website": "https://www.maveriklacrosse.com", "canonical_domain": "maveriklacrosse.com", "country": "US", "hq_city": "Mineola", "hq_region": "Nassau County", "lat": 40.7472, "lon": -73.6381, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "sports equipment business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7417 +{"wikidata_id": "Q194958", "display_name": "Groove", "legal_name": "Groove", "aliases": ["Groove Records"], "website": "https://www.grooveapp.com", "canonical_domain": "grooveapp.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["entertainment"], "industry_labels": ["record label"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label; imprint of Radio Corporation of America", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7418 +{"wikidata_id": "Q1959947", "display_name": "The Bountiful Company", "legal_name": null, "aliases": ["Nature's Bounty Co", "NBTY"], "website": "https://www.bountifulcompany.com", "canonical_domain": "bountifulcompany.com", "country": "US", "hq_city": "Ronkonkoma", "hq_region": "Islip", "lat": 40.8139, "lon": -73.1283, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nature%27s_Bounty_Co._logo.svg", "description": "American manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7419 +{"wikidata_id": "Q1982804", "display_name": "New Orleans Public Belt Railroad", "legal_name": null, "aliases": [], "website": "https://www.nopb.com", "canonical_domain": "nopb.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company in United States of America", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7420 +{"wikidata_id": "Q2012641", "display_name": "Evryware", "legal_name": null, "aliases": [], "website": "https://www.evryware.com", "canonical_domain": "evryware.com", "country": "US", "hq_city": "Olympia", "hq_region": "Thurston County", "lat": 47.0425, "lon": -122.89306, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7421 +{"wikidata_id": "Q2048166", "display_name": "Housatonic Railroad", "legal_name": null, "aliases": [], "website": "https://www.hrrc.com", "canonical_domain": "hrrc.com", "country": "US", "hq_city": "Canaan", "hq_region": "Northwest Hills Planning Region", "lat": 41.9617, "lon": -73.3083, "industries": ["transportation"], "industry_labels": [], "founded_year": 1836, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Class III railroad operating in southwestern New England and New York", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7422 +{"wikidata_id": "Q2065136", "display_name": "Moto Islo", "legal_name": null, "aliases": [], "website": "https://www.islo.com.mx", "canonical_domain": "islo.com.mx", "country": "MX", "hq_city": "Saltillo", "hq_region": "Saltillo Municipality", "lat": 25.42306, "lon": -100.99194, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7423 +{"wikidata_id": "Q2117148", "display_name": "First Run Features", "legal_name": null, "aliases": [], "website": "https://www.firstrunfeatures.com", "canonical_domain": "firstrunfeatures.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": ["film distribution"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FRFlogoRev.jpg", "description": "independent film distribution company based in New York City", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7424 +{"wikidata_id": "Q2124355", "display_name": "RMI Corporation", "legal_name": null, "aliases": [], "website": "https://www.rmicorp.com", "canonical_domain": "rmicorp.com", "country": "US", "hq_city": "Cupertino", "hq_region": "Santa Clara County", "lat": 37.3175, "lon": -122.04194, "industries": ["manufacturing", "semiconductors"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raza_Microelectronics_logo.svg", "description": "semiconductor company manufacturing CPUs", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7425 +{"wikidata_id": "Q2126515", "display_name": "Radius", "legal_name": null, "aliases": [], "website": "https://www.radiustravel.com", "canonical_domain": "radiustravel.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["travel"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radius_Travel.svg", "description": "Global travel management company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7426 +{"wikidata_id": "Q2208123", "display_name": "STX", "legal_name": null, "aliases": ["STX Inc."], "website": "https://www.stx.com", "canonical_domain": "stx.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STX_Sports_Manufacturer_Logo.svg", "description": "sports equipment manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7427 +{"wikidata_id": "Q2286042", "display_name": "San Jose Sports & Entertainment Enterprises", "legal_name": null, "aliases": ["Silicon Valley Sports & Entertainment", "SJSEE", "SVSE"], "website": "https://www.svse.net", "canonical_domain": "svse.net", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["media"], "industry_labels": ["sports marketing"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Svse_logo.gif", "description": "company based in San Jose, California, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7428 +{"wikidata_id": "Q2296809", "display_name": "Socialtext", "legal_name": null, "aliases": [], "website": "https://www.socialtext.com", "canonical_domain": "socialtext.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Socialtext_Logo.svg", "description": "company based in Palo Alto, California, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7429 +{"wikidata_id": "Q2331997", "display_name": "Core Security Technologies", "legal_name": null, "aliases": [], "website": "https://www.coresecurity.com", "canonical_domain": "coresecurity.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Core_Security_Logo.png", "description": "American computer and network security company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7430 +{"wikidata_id": "Q2356171", "display_name": "Stride Rite Corporation", "legal_name": null, "aliases": ["Stride Rite Shoes"], "website": "https://www.striderite.com", "canonical_domain": "striderite.com", "country": "US", "hq_city": "Lexington", "hq_region": "Middlesex County", "lat": 42.4475, "lon": -71.2275, "industries": ["apparel"], "industry_labels": ["footwear"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8030548", "name": "Wolverine World Wide"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stride_Rite_logo.svg", "description": "marketer of children's footwear in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7431 +{"wikidata_id": "Q2369574", "display_name": "NinjaBee", "legal_name": null, "aliases": [], "website": "https://www.ninjabee.com", "canonical_domain": "ninjabee.com", "country": "US", "hq_city": "Orem", "hq_region": "Utah County", "lat": 40.29875, "lon": -111.69649, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7432 +{"wikidata_id": "Q2386985", "display_name": "Tacoma Rail", "legal_name": null, "aliases": [], "website": "https://www.tacomarail.com", "canonical_domain": "tacomarail.com", "country": "US", "hq_city": "Tacoma", "hq_region": "Pierce County", "lat": 47.2525, "lon": -122.4475, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company in United States of America", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7433 +{"wikidata_id": "Q2434496", "display_name": "Timbuk2", "legal_name": null, "aliases": [], "website": "https://www.timbuk2.com", "canonical_domain": "timbuk2.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Timbuk2_logo.png", "description": "line of messenger bags", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7434 +{"wikidata_id": "Q2474021", "display_name": "Santa Cruz Guitar Company", "legal_name": null, "aliases": [], "website": "https://santacruzguitar.com", "canonical_domain": "santacruzguitar.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Santa_cruz_guitar_logo.png", "description": "American musical instrument manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7435 +{"wikidata_id": "Q248465", "display_name": "Universal Audio", "legal_name": null, "aliases": ["UREI"], "website": "https://www.uaudio.com", "canonical_domain": "uaudio.com", "country": "US", "hq_city": "Scotts Valley", "hq_region": "Santa Cruz County", "lat": 37.05139, "lon": -122.01333, "industries": [], "industry_labels": ["professional audio"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300R4APESGXKHDL51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UA_Logo.svg", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7436 +{"wikidata_id": "Q250477", "display_name": "Vertica", "legal_name": null, "aliases": ["Vertica Systems"], "website": "https://www.vertica.com", "canonical_domain": "vertica.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1931458", "name": "Micro Focus International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vertica-HP.png", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7437 +{"wikidata_id": "Q2517112", "display_name": "Vermont Railway", "legal_name": null, "aliases": ["VTR"], "website": "https://www.vermontrailway.com", "canonical_domain": "vermontrailway.com", "country": "US", "hq_city": "Burlington", "hq_region": "Chittenden County", "lat": 44.48762, "lon": -73.23148, "industries": ["transportation"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "reporting mark", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7438 +{"wikidata_id": "Q252508", "display_name": "Sandy River and Rangeley Lakes Railroad", "legal_name": null, "aliases": ["Sandy River Railroad"], "website": "https://www.srrl-rr.org", "canonical_domain": "srrl-rr.org", "country": "US", "hq_city": "Phillips", "hq_region": "Franklin County", "lat": 44.82306, "lon": -70.33944, "industries": ["transportation"], "industry_labels": [], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7439 +{"wikidata_id": "Q2567592", "display_name": "Southpole", "legal_name": null, "aliases": [], "website": "https://www.wickedfashionsinc.com", "canonical_domain": "wickedfashionsinc.com", "country": "US", "hq_city": "Fort Lee", "hq_region": "Bergen County", "lat": 40.85083, "lon": -73.97, "industries": ["apparel"], "industry_labels": ["footwear", "sunglasses"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digital_official_southpole_logo.png", "description": "clothing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7440 +{"wikidata_id": "Q2586049", "display_name": "Wiscasset, Waterville and Farmington Railway", "legal_name": null, "aliases": [], "website": "https://www.wwfry.org", "canonical_domain": "wwfry.org", "country": "US", "hq_city": "Alna", "hq_region": "Lincoln County", "lat": 44.10611, "lon": -69.60361, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Railway in Maine, USA", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7441 +{"wikidata_id": "Q262334", "display_name": "American Blimp Corporation", "legal_name": null, "aliases": [], "website": "https://www.americanblimp.com", "canonical_domain": "americanblimp.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7442 +{"wikidata_id": "Q2635376", "display_name": "Yoshimura Japan", "legal_name": null, "aliases": [], "website": "https://www.yoshimura-jp.com", "canonical_domain": "yoshimura-jp.com", "country": "US", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese motorcycle parts manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7443 +{"wikidata_id": "Q2685666", "display_name": "Titan Motorcycle Company", "legal_name": null, "aliases": [], "website": "https://www.titanmotorcycles.com", "canonical_domain": "titanmotorcycles.com", "country": "US", "hq_city": "Phoenix", "hq_region": "Maricopa County", "lat": 33.44833, "lon": -112.07389, "industries": ["automotive"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American motorcycle manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7444 +{"wikidata_id": "Q2782880", "display_name": "Ertl Company", "legal_name": null, "aliases": ["Ertl collectibles"], "website": "https://us.tomy.com", "canonical_domain": "tomy.com", "country": "US", "hq_city": "Dyersville", "hq_region": "Iowa", "lat": 42.48139, "lon": -91.12083, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ertl_brand_logo.png", "description": "American model kit manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7445 +{"wikidata_id": "Q2813753", "display_name": "1st Playable Productions", "legal_name": null, "aliases": [], "website": "https://www.1stplayable.com", "canonical_domain": "1stplayable.com", "country": "US", "hq_city": "Troy", "hq_region": "Rensselaer County", "lat": 42.73167, "lon": -73.6925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1st_Playable_Productions_logo.jpg", "description": "video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7446 +{"wikidata_id": "Q2834889", "display_name": "coloniaexpress.com", "legal_name": null, "aliases": [], "website": "https://www.coloniaexpress.com", "canonical_domain": "coloniaexpress.com", "country": "AR", "hq_city": "Argentina", "hq_region": null, "lat": -34.0, "lon": -64.0, "industries": ["transportation"], "industry_labels": ["passenger transport"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Colonia_Express.png", "description": "Uruguayan passenger transport company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7447 +{"wikidata_id": "Q2835548", "display_name": "AKT Motos", "legal_name": null, "aliases": [], "website": "https://www.aktmotos.com", "canonical_domain": "aktmotos.com", "country": "CO", "hq_city": "Envigado", "hq_region": "Antioquia", "lat": 6.17194, "lon": -75.58028, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AKT_logo.PNG", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7448 +{"wikidata_id": "Q2840875", "display_name": "Cooperativa Nacional de Productores de Leche", "legal_name": null, "aliases": [], "website": "https://www.conaprole.com.uy", "canonical_domain": "conaprole.com.uy", "country": "UY", "hq_city": "Cordón", "hq_region": "Municipality B", "lat": -34.9, "lon": -56.17858, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Conaprole.svg", "description": "dairy company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7449 +{"wikidata_id": "Q284135", "display_name": "Backus and Johnston Brewery", "legal_name": null, "aliases": [], "website": "https://www.backus.pe", "canonical_domain": "backus.pe", "country": "PE", "hq_city": "Ate", "hq_region": "Lima", "lat": -12.02778, "lon": -76.91667, "industries": ["food-beverage"], "industry_labels": ["beverage industry", "brewing industry"], "founded_year": 1879, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4995", "name": "SABMiller"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Backus_logo.svg", "description": "Peruvian brewery", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7450 +{"wikidata_id": "Q2842471", "display_name": "Ambulance New Brunswick", "legal_name": null, "aliases": ["ANB"], "website": "https://ambulancenb.ca", "canonical_domain": "ambulancenb.ca", "country": "CA", "hq_city": "Moncton", "hq_region": "Westmorland County", "lat": 46.09333, "lon": -64.775, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "land and air ambulance services in New Brunswick", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7451 +{"wikidata_id": "Q2842925", "display_name": "Airbus Helicopters, Inc.", "legal_name": null, "aliases": ["American Eurocopter"], "website": "https://www.eurocopterusa.com", "canonical_domain": "eurocopterusa.com", "country": "US", "hq_city": "Grand Prairie", "hq_region": "Tarrant County", "lat": 32.71528, "lon": -97.01694, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900YIA2BPJ1XPYR28", "sec_cik": null, "parent": {"wikidata_id": "Q5322495", "name": "Airbus Group, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airbus_Logo_2017.svg", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7452 +{"wikidata_id": "Q2850090", "display_name": "Animex", "legal_name": null, "aliases": [], "website": "https://www.animexestudios.com", "canonical_domain": "animexestudios.com", "country": "MX", "hq_city": "Puebla", "hq_region": "Mexico", "lat": 19.00361, "lon": -97.88833, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican animation studio", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7453 +{"wikidata_id": "Q2856095", "display_name": "Wisconsin Public Radio", "legal_name": null, "aliases": [], "website": "https://www.wpr.org", "canonical_domain": "wpr.org", "country": "US", "hq_city": "Wisconsin", "hq_region": "United States", "lat": 44.5, "lon": -89.5, "industries": ["media"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public radio network serving Wisconsin, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7454 +{"wikidata_id": "Q286984", "display_name": "Spaceflight Systems", "legal_name": null, "aliases": ["Andrews Space", "Andrews Space & Technology"], "website": "https://www.andrews-space.com", "canonical_domain": "andrews-space.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American aerospace company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7455 +{"wikidata_id": "Q2884160", "display_name": "Pluspetrol", "legal_name": null, "aliases": [], "website": "https://www.pluspetrol.net", "canonical_domain": "pluspetrol.net", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Privately owned oil and gas exploration and production company operating in Latin America", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7456 +{"wikidata_id": "Q2892010", "display_name": "Bauducco", "legal_name": null, "aliases": ["Pandurata", "Pandurata Alimentos"], "website": "https://www.bauducco.com.br", "canonical_domain": "bauducco.com.br", "country": "BR", "hq_city": "Guarulhos", "hq_region": "São Paulo", "lat": -23.46667, "lon": -46.53333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7457 +{"wikidata_id": "Q2892775", "display_name": "Conduit", "legal_name": null, "aliases": [], "website": "https://www.conduit.com", "canonical_domain": "conduit.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Conduit_Logo.png", "description": "software development company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7458 +{"wikidata_id": "Q2894459", "display_name": "Central Madeirense", "legal_name": null, "aliases": [], "website": "https://tucentralonline.com", "canonical_domain": "tucentralonline.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_centralmadirense.svg", "description": "supermarket chain in Venezuela", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7459 +{"wikidata_id": "Q2903730", "display_name": "BrainPop", "legal_name": null, "aliases": ["BrainPOP"], "website": "https://www.brainpop.com", "canonical_domain": "brainpop.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["education"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BrainPop_logo_2020.svg", "description": "educational video site", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7460 +{"wikidata_id": "Q2924024", "display_name": "Brasserie Nationale d'Haiti", "legal_name": null, "aliases": ["BRANA", "S.A.", "S.A."], "website": "https://www.branahaiti.com", "canonical_domain": "branahaiti.com", "country": "HT", "hq_city": "Port-au-Prince", "hq_region": "Port-au-Prince Arrondissement", "lat": 18.54694, "lon": -72.34028, "industries": ["food-beverage"], "industry_labels": ["brewing"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q180855", "name": "Heineken International"}, "logo_url": null, "description": "brewery manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7461 +{"wikidata_id": "Q2928140", "display_name": "Bumble and bumble", "legal_name": null, "aliases": ["Bumble and bumble Products", "Bumble and bumble Products", "LLC"], "website": "https://www.bumbleandbumble.com", "canonical_domain": "bumbleandbumble.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1260606", "name": "Estée Lauder Companies"}, "logo_url": null, "description": "hair care product company owned by Estée Lauder Companies, Inc.", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7462 +{"wikidata_id": "Q2928517", "display_name": "Burlington Transit", "legal_name": null, "aliases": ["BT"], "website": "https://www.burlingtontransit.ca", "canonical_domain": "burlingtontransit.ca", "country": "CA", "hq_city": "Burlington", "hq_region": "Regional Municipality of Halton", "lat": 43.325, "lon": -79.8, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public transit service in Burlington, Ontario", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7463 +{"wikidata_id": "Q2932409", "display_name": "Cablevision", "legal_name": null, "aliases": [], "website": "https://www.cablevision.qc.ca", "canonical_domain": "cablevision.qc.ca", "country": "CA", "hq_city": "Val-d'Or", "hq_region": "La Vallée-de-l'Or", "lat": 48.10194, "lon": -77.78917, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian cable television operator in the province of Quebec and parts of Ontario", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7464 +{"wikidata_id": "Q2935788", "display_name": "Canadian Hydro Developers", "legal_name": null, "aliases": [], "website": "https://www.canhydro.com", "canonical_domain": "canhydro.com", "country": "CA", "hq_city": "Calgary", "hq_region": "Alberta", "lat": 51.0475, "lon": -114.0625, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian energy company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7465 +{"wikidata_id": "Q2946943", "display_name": "Cervecería Boliviana Nacional", "legal_name": null, "aliases": [], "website": "https://www.cbn.com.bo", "canonical_domain": "cbn.com.bo", "country": "BO", "hq_city": "Bolivia", "hq_region": null, "lat": -17.05687, "lon": -64.99123, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1877, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128738", "name": "Anheuser-Busch InBev"}, "logo_url": null, "description": "brewery group with main brand Paceña, based in La Paz", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7466 +{"wikidata_id": "Q2961890", "display_name": "Cheapass Games", "legal_name": null, "aliases": [], "website": "https://www.cheapass.com", "canonical_domain": "cheapass.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American game company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7467 +{"wikidata_id": "Q2967682", "display_name": "Churchill Falls (Labrador) Corporation Limited", "legal_name": null, "aliases": ["CFLCo"], "website": "https://www.cflco.nf.ca", "canonical_domain": "cflco.nf.ca", "country": "CA", "hq_city": "St. John's", "hq_region": "Newfoundland and Labrador", "lat": 47.56139, "lon": -52.71194, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17014901", "name": "Nalcor Energy"}, "logo_url": null, "description": "Canadian electric company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7468 +{"wikidata_id": "Q2972706", "display_name": "Cincinnati, New Orleans and Texas Pacific Railway", "legal_name": null, "aliases": ["Cincinnati", "New Orleans & Texas Pacific Railroad Company", "CNO&TP", "CNTP"], "website": "https://cincinnatisouthernrailway.org", "canonical_domain": "cincinnatisouthernrailway.org", "country": "US", "hq_city": "Cincinnati", "hq_region": "Hamilton County", "lat": 39.1, "lon": -84.5125, "industries": ["transportation"], "industry_labels": [], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1321054", "name": "Norfolk Southern Railway"}, "logo_url": null, "description": "subsidiary of Norfolk Southern Railway that operates the Cincinnati Southern Railway from Cincinnati to Chattanooga, Tennessee", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7469 +{"wikidata_id": "Q2986006", "display_name": "Comme il faut", "legal_name": null, "aliases": ["Compagnie des Tabacs Comme Il Faut", "S.A."], "website": "https://commeilfaut.com", "canonical_domain": "commeilfaut.com", "country": "HT", "hq_city": "Port-au-Prince", "hq_region": "Port-au-Prince Arrondissement", "lat": 18.54694, "lon": -72.34028, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tobacco company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7470 +{"wikidata_id": "Q2989812", "display_name": "Québec Cartier Mining Company", "legal_name": null, "aliases": ["Quebec Cartier Mining Company"], "website": "https://www.qcmines.com", "canonical_domain": "qcmines.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7471 +{"wikidata_id": "Q2993677", "display_name": "Canadian Council on Africa", "legal_name": null, "aliases": [], "website": "https://www.ccafrica.ca", "canonical_domain": "ccafrica.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian non-profit organization", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7472 +{"wikidata_id": "Q2996960", "display_name": "Cora", "legal_name": null, "aliases": [], "website": "https://www.chezcora.com", "canonical_domain": "chezcora.com", "country": "CA", "hq_city": "Sainte-Thérèse", "hq_region": "Thérèse-De Blainville", "lat": 45.64028, "lon": -73.84306, "industries": ["food-beverage"], "industry_labels": ["Service"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7473 +{"wikidata_id": "Q2997677", "display_name": "Corporation Service Company", "legal_name": null, "aliases": ["CSC"], "website": "https://www.cscglobal.com", "canonical_domain": "cscglobal.com", "country": "US", "hq_city": "Wilmington", "hq_region": "New Castle County", "lat": 39.74833, "lon": -75.55139, "industries": [], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300NOPSIMGJNT8J31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CSClogohz.svg", "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7474 +{"wikidata_id": "Q3030761", "display_name": "Distributel", "legal_name": null, "aliases": [], "website": "https://www.distributel.ca", "canonical_domain": "distributel.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Distributel_vector_logo.svg", "description": "Canadian telecommunications company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7475 +{"wikidata_id": "Q3045938", "display_name": "EKOS Research Associates", "legal_name": null, "aliases": [], "website": "https://www.ekos.com", "canonical_domain": "ekos.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian social and economic research company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7476 +{"wikidata_id": "Q3048058", "display_name": "Edmonton Transit Service", "legal_name": null, "aliases": ["ETS", "Edmonton Transit Service (ETS)", "Edmonton Transit System"], "website": "https://www.edmonton.ca", "canonical_domain": "edmonton.ca", "country": "CA", "hq_city": "Edmonton", "hq_region": "Alberta", "lat": 53.53333, "lon": -113.5, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edmonton_Transit_System_logo.svg", "description": "public transit organization in Edmonton, Alberta", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7477 +{"wikidata_id": "Q3053375", "display_name": "Emcali", "legal_name": null, "aliases": [], "website": "https://www.emcali.com.co", "canonical_domain": "emcali.com.co", "country": "CO", "hq_city": "Cali", "hq_region": "Valle del Cauca Department", "lat": 3.44, "lon": -76.51972, "industries": [], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EMCALI_Logo.svg", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7478 +{"wikidata_id": "Q3055048", "display_name": "Enterasys Networks", "legal_name": null, "aliases": [], "website": "https://www.enterasys.com", "canonical_domain": "enterasys.com", "country": "US", "hq_city": "Andover", "hq_region": "Essex County", "lat": 42.65722, "lon": -71.14083, "industries": ["cloud-infrastructure"], "industry_labels": ["computer network"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enterasys_logo_color.jpg", "description": "business enterprise", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7479 +{"wikidata_id": "Q3064881", "display_name": "Familiprix", "legal_name": null, "aliases": [], "website": "https://www.familiprix.com", "canonical_domain": "familiprix.com", "country": "CA", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["retail"], "industry_labels": ["pharmacy"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Familiprix_logo.jpg", "description": "Canadian pharmacy chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7480 +{"wikidata_id": "Q3069739", "display_name": "Ferrovalle", "legal_name": null, "aliases": ["Ferrocarril y Terminal del Valle de Mexico", "Ferrocarril y Terminal del Valle de México"], "website": "https://www.ferrovalle.com.mx", "canonical_domain": "ferrovalle.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["transportation"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican railway company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7481 +{"wikidata_id": "Q3072959", "display_name": "First Second Books", "legal_name": "First Second Books", "aliases": [":01", "FirstSecond"], "website": "https://firstsecondbooks.com", "canonical_domain": "firstsecondbooks.com", "country": "US", "hq_city": "Equitable Building", "hq_region": "Manhattan", "lat": 40.70822, "lon": -74.01052, "industries": ["media"], "industry_labels": ["publishing", "comics industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q105583931", "name": "Roaring Brook Press"}, "logo_url": null, "description": "U.S. graphic novel publisher", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7482 +{"wikidata_id": "Q3075843", "display_name": "Fonds de solidarité FTQ", "legal_name": null, "aliases": ["Fonds de solidarite FTQ"], "website": "https://www.fondsftq.com", "canonical_domain": "fondsftq.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FondsFTQ2.jpg", "description": "Québec-based development capital organization", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7483 +{"wikidata_id": "Q3087859", "display_name": "Frima Studio", "legal_name": null, "aliases": [], "website": "https://www.frimastudio.com", "canonical_domain": "frimastudio.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "digital entertainment studio located in Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7484 +{"wikidata_id": "Q3094364", "display_name": "Choice Provisions", "legal_name": null, "aliases": ["Gaijin Games", "Gaijin Games Inc."], "website": "https://www.totallychoice.com", "canonical_domain": "totallychoice.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Choice_Provisions.png", "description": "video game development studio", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7485 +{"wikidata_id": "Q3108834", "display_name": "Glenora Distillers", "legal_name": null, "aliases": ["Glen Breton", "Glenora Distillery"], "website": "https://www.glenoradistillery.com", "canonical_domain": "glenoradistillery.com", "country": "CA", "hq_city": "Glenville", "hq_region": "Nova Scotia", "lat": 46.1536, "lon": -61.3167, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "distiller based in Glenville, Nova Scotia, Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7486 +{"wikidata_id": "Q3110654", "display_name": "GoodLife Fitness", "legal_name": null, "aliases": [], "website": "https://www.goodlifefitness.com", "canonical_domain": "goodlifefitness.com", "country": "US", "hq_city": "London", "hq_region": "Ontario", "lat": 42.9837, "lon": -81.2497, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoodLife_Fitness_logo.svg", "description": "Canadian fitness center chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7487 +{"wikidata_id": "Q3117331", "display_name": "BMR Group", "legal_name": null, "aliases": ["BMR"], "website": "https://www.bmr.ca", "canonical_domain": "bmr.ca", "country": "CA", "hq_city": "Boucherville", "hq_region": "Urban agglomeration of Longueuil", "lat": 45.6, "lon": -73.45, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3207793", "name": "Sollio"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BMR.svg", "description": "Canadian retail company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7488 +{"wikidata_id": "Q3117348", "display_name": "CNW Group", "legal_name": null, "aliases": ["Canada News Wire"], "website": "https://www.newswire.ca", "canonical_domain": "newswire.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PRN_Logo_Blue.png", "description": "Commercial press release service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7489 +{"wikidata_id": "Q3152383", "display_name": "Institut National d'Optique", "legal_name": null, "aliases": ["INO", "National Optics Institute"], "website": "https://www.ino.ca", "canonical_domain": "ino.ca", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["technology", "manufacturing", "aerospace-defense", "transportation"], "industry_labels": ["electronics", "industrial manufacturing", "aerospace industry", "transport industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Quebec City-based private non-profit corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7490 +{"wikidata_id": "Q319373", "display_name": "Aberdeen, Carolina and Western Railway", "legal_name": null, "aliases": [], "website": "https://www.acwr.com", "canonical_domain": "acwr.com", "country": "US", "hq_city": "Candor", "hq_region": "Montgomery County", "lat": 35.29514, "lon": -79.74532, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7491 +{"wikidata_id": "Q3195411", "display_name": "Kerberos Productions", "legal_name": null, "aliases": [], "website": "https://www.kerberos-productions.com", "canonical_domain": "kerberos-productions.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "game development studio", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7492 +{"wikidata_id": "Q3205934", "display_name": "LASIK MD", "legal_name": null, "aliases": [], "website": "https://www.lasikmd.com", "canonical_domain": "lasikmd.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LASIK_MD_logo.svg", "description": "medical service provider in laser vision correction", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7493 +{"wikidata_id": "Q3207793", "display_name": "Sollio", "legal_name": null, "aliases": ["La Coop fédérée", "Sollio Cooperative Group", "Sollio Groupe Coopératif"], "website": "https://sollio.coop", "canonical_domain": "sollio.coop", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300NC9DUX1U0HTK57", "sec_cik": null, "parent": null, "logo_url": null, "description": "Quebecoise agricultural cooperative", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7494 +{"wikidata_id": "Q3216107", "display_name": "Lafleur Restaurants", "legal_name": null, "aliases": [], "website": "https://www.restolafleur.com", "canonical_domain": "restolafleur.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian chain of fast food restaurants", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7495 +{"wikidata_id": "Q3260030", "display_name": "Loto-Québec", "legal_name": null, "aliases": ["Loto-Quebec"], "website": "https://www.loto-quebec.com", "canonical_domain": "loto-quebec.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": ["gambling business"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-loto-quebec-couleur-600.png", "description": "state business than manage and control lotteries in Quebec", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7496 +{"wikidata_id": "Q3270180", "display_name": "Léger Marketing", "legal_name": null, "aliases": ["Leger Marketing"], "website": "https://leger360.com", "canonical_domain": "leger360.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["media"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LEGER.png", "description": "Canadian marketing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7497 +{"wikidata_id": "Q3304077", "display_name": "Sanofi Medley", "legal_name": null, "aliases": ["Medley (company)"], "website": "https://www.medley.com.br", "canonical_domain": "medley.com.br", "country": "BR", "hq_city": "Campinas", "hq_region": "São Paulo", "lat": -22.90091, "lon": -47.05729, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q158205", "name": "Sanofi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_da_Medley.svg", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7498 +{"wikidata_id": "Q3317596", "display_name": "SkyTerra", "legal_name": null, "aliases": [], "website": "https://www.msvlp.com", "canonical_domain": "msvlp.com", "country": "US", "hq_city": "Reston", "hq_region": "Fairfax County", "lat": 38.95889, "lon": -77.35861, "industries": ["telecommunications"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Former telecommunications company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7499 +{"wikidata_id": "Q3328486", "display_name": "Music World Corporation", "legal_name": null, "aliases": [], "website": "https://www.musicworldcorp.com", "canonical_domain": "musicworldcorp.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. music publishing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7500 +{"wikidata_id": "Q3339153", "display_name": "Third World Newsreel", "legal_name": null, "aliases": ["Camera News", "Inc."], "website": "https://www.twn.org", "canonical_domain": "twn.org", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media center and film distribution company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7501 +{"wikidata_id": "Q3391463", "display_name": "Chelton Flight Systems", "legal_name": null, "aliases": ["Genesys Aerosystems IDU-680 EFIS"], "website": "https://cheltonflightsystems.com", "canonical_domain": "cheltonflightsystems.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chelton_logo.png", "description": "aerospace company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7502 +{"wikidata_id": "Q3393381", "display_name": "Hondutel", "legal_name": null, "aliases": [], "website": "https://www.hondutel.hn", "canonical_domain": "hondutel.hn", "country": "HN", "hq_city": "Tegucigalpa", "hq_region": "Distrito Central", "lat": 14.10578, "lon": -87.20471, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-hondutel.svg", "description": "telecommunication company in Honduras", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7503 +{"wikidata_id": "Q3414452", "display_name": "Quickie Aircraft", "legal_name": null, "aliases": ["Quickie"], "website": "https://www.quickheads.com", "canonical_domain": "quickheads.com", "country": "US", "hq_city": "Mojave", "hq_region": "Kern County", "lat": 35.01667, "lon": -118.18889, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturer of the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7504 +{"wikidata_id": "Q3433016", "display_name": "Rip Off Press", "legal_name": null, "aliases": [], "website": "https://www.ripoffpress.com", "canonical_domain": "ripoffpress.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media", "retail"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mail order retailer and distributor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7505 +{"wikidata_id": "Q3437546", "display_name": "Norda Stelo", "legal_name": null, "aliases": ["Roche Ltd", "Consulting Group"], "website": "https://norda.com", "canonical_domain": "norda.com", "country": "CA", "hq_city": "Quebec City", "hq_region": "Quebec", "lat": 46.81611, "lon": -71.22417, "industries": ["professional-services"], "industry_labels": ["Engineering Services"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Norda_Stelo.svg", "description": "Canadian engineering firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7506 +{"wikidata_id": "Q344142", "display_name": "Active Power", "legal_name": null, "aliases": [], "website": "https://www.activepower.com", "canonical_domain": "activepower.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["technology"], "industry_labels": ["energy technology"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Active_Power_Logo.svg", "description": "U.S. manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7507 +{"wikidata_id": "Q3445709", "display_name": "Roxor Games", "legal_name": null, "aliases": ["Inc."], "website": "https://roxorgames.com", "canonical_domain": "roxorgames.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7508 +{"wikidata_id": "Q3459192", "display_name": "Computers and Structures", "legal_name": null, "aliases": [], "website": "https://www.csiamerica.com", "canonical_domain": "csiamerica.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American engineering software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7509 +{"wikidata_id": "Q3476844", "display_name": "Sebago", "legal_name": null, "aliases": [], "website": "https://www.sebago.fr", "canonical_domain": "sebago.fr", "country": "US", "hq_city": "Rockford", "hq_region": "Kent County", "lat": 43.12, "lon": -85.56, "industries": ["apparel"], "industry_labels": ["footwear industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3635610", "name": "BasicNet"}, "logo_url": null, "description": "American footwear company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7510 +{"wikidata_id": "Q3483510", "display_name": "Sigdo Koppers", "legal_name": null, "aliases": [], "website": "https://www.sigdokoppers.cl", "canonical_domain": "sigdokoppers.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean group active in the mining industry (crushing)", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7511 +{"wikidata_id": "Q3487952", "display_name": "Nuclear Waste Management Organization (Canada)", "legal_name": null, "aliases": ["NWMO"], "website": "https://www.nwmo.ca", "canonical_domain": "nwmo.ca", "country": "CA", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["utilities", "energy"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian nuclear WMO", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7512 +{"wikidata_id": "Q3488033", "display_name": "Société de transport de Sherbrooke", "legal_name": null, "aliases": ["Societe de transport de Sherbrooke"], "website": "https://www.sts.qc.ca", "canonical_domain": "sts.qc.ca", "country": "CA", "hq_city": "Sherbrooke", "hq_region": "Estrie", "lat": 45.39196, "lon": -71.92836, "industries": ["transportation", "automotive"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_la_STS.svg", "description": "public bus system in Sherbrooke, Quebec, Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7513 +{"wikidata_id": "Q3488077", "display_name": "SAQ", "legal_name": null, "aliases": ["Societe des alcools du Quebec", "Société des alcools du Québec"], "website": "https://www.saq.com", "canonical_domain": "saq.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["food-beverage"], "industry_labels": ["alcohol monopoly"], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian alcoholic beverages retail chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7514 +{"wikidata_id": "Q3488122", "display_name": "Société des casinos du Québec", "legal_name": null, "aliases": ["Societe des casinos du Quebec"], "website": "https://www.casinosduquebec.com", "canonical_domain": "casinosduquebec.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3260030", "name": "Loto-Québec"}, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7515 +{"wikidata_id": "Q3492328", "display_name": "Southern Railway of British Columbia", "legal_name": null, "aliases": [], "website": "https://www.sryraillink.com", "canonical_domain": "sryraillink.com", "country": "CA", "hq_city": "New Westminster", "hq_region": "Metro Vancouver Regional District", "lat": 49.2069, "lon": -122.911, "industries": ["transportation"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7971890", "name": "Washington Group International"}, "logo_url": null, "description": "Canadian short line railway branded as SRY Rail Link", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7516 +{"wikidata_id": "Q3493536", "display_name": "Spira Footwear, Inc.", "legal_name": null, "aliases": ["Spira", "Spira Footwear Inc"], "website": "https://www.spira.com", "canonical_domain": "spira.com", "country": "US", "hq_city": "El Paso", "hq_region": "El Paso County", "lat": 31.75917, "lon": -106.48861, "industries": ["apparel", "manufacturing"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spira_footwear_logo.png", "description": "American footwear manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7517 +{"wikidata_id": "Q3495225", "display_name": "St-Hubert", "legal_name": null, "aliases": [], "website": "https://www.st-hubert.com", "canonical_domain": "st-hubert.com", "country": "CA", "hq_city": "Laval", "hq_region": "Quebec", "lat": 45.5833, "lon": -73.75, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2937756", "name": "Recipe Unlimited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/St-Hubert_Logo_avec_logotype_RGB.png", "description": "chain of Canadian casual dining restaurants", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7518 +{"wikidata_id": "Q3521625", "display_name": "The Logic Factory", "legal_name": null, "aliases": ["Logic Factory"], "website": "https://www.logicfactory.com", "canonical_domain": "logicfactory.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Video game development company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7519 +{"wikidata_id": "Q3535951", "display_name": "Town & Country Surf Designs", "legal_name": null, "aliases": [], "website": "https://tcsurf.com", "canonical_domain": "tcsurf.com", "country": "US", "hq_city": "Pearl City", "hq_region": "Honolulu County", "lat": 21.40917, "lon": -157.96694, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American surfboard manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7520 +{"wikidata_id": "Q3549932", "display_name": "Unibank", "legal_name": null, "aliases": ["S.A."], "website": "https://www.unibankhaiti.com", "canonical_domain": "unibankhaiti.com", "country": "HT", "hq_city": "Pétion-Ville", "hq_region": "Port-au-Prince Arrondissement", "lat": 18.50983, "lon": -72.28555, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Haitian bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7521 +{"wikidata_id": "Q3551298", "display_name": "Universal Tube & Rollform Equipment", "legal_name": null, "aliases": [], "website": "https://utubeonline.com", "canonical_domain": "utubeonline.com", "country": "US", "hq_city": "Perrysburg", "hq_region": "Wood County", "lat": 41.55028, "lon": -83.63, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Utube_Online.jpg", "description": "manufacturing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7522 +{"wikidata_id": "Q3553541", "display_name": "Valence Technology", "legal_name": null, "aliases": ["Inc."], "website": "https://www.valence.com", "canonical_domain": "valence.com", "country": "US", "hq_city": "Austin", "hq_region": "Travis County", "lat": 30.3, "lon": -97.73333, "industries": ["automotive", "shipping"], "industry_labels": ["electric bus", "marine propulsion"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American battery manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7523 +{"wikidata_id": "Q3567003", "display_name": "Webfoot Technologies", "legal_name": null, "aliases": [], "website": "https://www.webfootgames.com", "canonical_domain": "webfootgames.com", "country": "US", "hq_city": "Lemont", "hq_region": "Will County", "lat": 41.675, "lon": -87.9975, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American developer of personal computer games and video games", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7524 +{"wikidata_id": "Q3570442", "display_name": "XTAR", "legal_name": null, "aliases": [], "website": "https://xtar.com", "canonical_domain": "xtar.com", "country": "US", "hq_city": "Leesburg", "hq_region": "Loudoun County", "lat": 39.11556, "lon": -77.56444, "industries": ["telecommunications"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial satellite operator", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7525 +{"wikidata_id": "Q3651205", "display_name": "Cambridge SoundWorks", "legal_name": null, "aliases": [], "website": "https://www.cambridgesoundworks.com", "canonical_domain": "cambridgesoundworks.com", "country": "US", "hq_city": "North Andover", "hq_region": "Essex County", "lat": 42.69861, "lon": -71.13556, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cambridge_SoundWorks_%28logo%29.png", "description": "manufacturer of audio equipment", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7526 +{"wikidata_id": "Q3656806", "display_name": "Capezio", "legal_name": null, "aliases": ["Ballet Makers Inc.", "Capezio Ballet Makers", "Capezio Ballet Makers Inc.", "Capezio/Ballet Makers Inc."], "website": "https://www.capezio.com", "canonical_domain": "capezio.com", "country": "US", "hq_city": "Totowa", "hq_region": "Passaic County", "lat": 40.90472, "lon": -74.22194, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CAPEZIO_WIKI_LOGO.png", "description": "manufacturer of dance shoes, clothing, and accessories", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7527 +{"wikidata_id": "Q366149", "display_name": "Magnepan", "legal_name": null, "aliases": [], "website": "https://www.magnepan.com", "canonical_domain": "magnepan.com", "country": "US", "hq_city": "White Bear Lake", "hq_region": "Ramsey County", "lat": 45.08472, "lon": -93.01, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7528 +{"wikidata_id": "Q368586", "display_name": "Vitamin Records", "legal_name": null, "aliases": [], "website": "https://www.vitaminrecords.com", "canonical_domain": "vitaminrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American record label; imprint of Vitamin Records, LLC", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7529 +{"wikidata_id": "Q369015", "display_name": "Western Wireless Corporation", "legal_name": null, "aliases": [], "website": "https://www.wwireless.com", "canonical_domain": "wwireless.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former US telecommunications company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7530 +{"wikidata_id": "Q3703818", "display_name": "Dayco", "legal_name": null, "aliases": [], "website": "https://www.dayco.com", "canonical_domain": "dayco.com", "country": "US", "hq_city": "Roseville", "hq_region": "Macomb County", "lat": 42.49722, "lon": -82.93722, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dayco-Tagline-Logo.png", "description": "American parts supplier", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7531 +{"wikidata_id": "Q3733763", "display_name": "Ethicon Inc.", "legal_name": null, "aliases": ["Ethicon", "Ethicon", "Inc."], "website": "https://www.ethiconinc.com", "canonical_domain": "ethiconinc.com", "country": "US", "hq_city": "Somerville", "hq_region": "Somerset County", "lat": 40.5698, "lon": -74.6077, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q333718", "name": "Johnson & Johnson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ethicon.png", "description": "pharmaceutical company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7532 +{"wikidata_id": "Q374158", "display_name": "Eastgate Systems", "legal_name": null, "aliases": ["Inc."], "website": "https://www.eastgate.com", "canonical_domain": "eastgate.com", "country": "US", "hq_city": "Watertown", "hq_region": "Middlesex County", "lat": 42.37083, "lon": -71.18333, "industries": ["media"], "industry_labels": ["electronic publishing"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher and software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7533 +{"wikidata_id": "Q3749137", "display_name": "Four Horsemen Studios", "legal_name": null, "aliases": [], "website": "https://www.sourcehorsemen.com", "canonical_domain": "sourcehorsemen.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7534 +{"wikidata_id": "Q3756083", "display_name": "GIANTmicrobes", "legal_name": null, "aliases": [], "website": "https://www.giantmicrobes.com.mx", "canonical_domain": "giantmicrobes.com.mx", "country": "US", "hq_city": "Stamford", "hq_region": "Western Connecticut Planning Region", "lat": 41.09667, "lon": -73.55222, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American Toy Company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7535 +{"wikidata_id": "Q3786866", "display_name": "HMSHost", "legal_name": null, "aliases": ["HMS Host"], "website": "https://www.hmshost.com", "canonical_domain": "hmshost.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q786790", "name": "Autogrill"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HMS_HOST_logo.png", "description": "Operator of airport concession services", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7536 +{"wikidata_id": "Q3815456", "display_name": "Backflip Studios", "legal_name": null, "aliases": [], "website": "https://www.backflipstudios.com", "canonical_domain": "backflipstudios.com", "country": "US", "hq_city": "Boulder", "hq_region": "Boulder County", "lat": 40.01944, "lon": -105.29278, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American mobile game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7537 +{"wikidata_id": "Q3831741", "display_name": "Liberty Orchards", "legal_name": null, "aliases": [], "website": "https://www.libertyorchards.com", "canonical_domain": "libertyorchards.com", "country": "US", "hq_city": "Cashmere", "hq_region": "Chelan County", "lat": 47.51944, "lon": -120.46889, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "packaged food products company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7538 +{"wikidata_id": "Q3862981", "display_name": "Morgan Quitno Press", "legal_name": null, "aliases": ["Co."], "website": "https://www.morganquitno.com", "canonical_domain": "morganquitno.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American research and publishing company, which compiles books with statistics on the US", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7539 +{"wikidata_id": "Q3866755", "display_name": "Mpower Pictures", "legal_name": null, "aliases": [], "website": "https://www.mpowerpictures.com", "canonical_domain": "mpowerpictures.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7540 +{"wikidata_id": "Q3869460", "display_name": "NCW Femmes Fatales", "legal_name": null, "aliases": [], "website": "https://www.ncwfemmesfatales.com", "canonical_domain": "ncwfemmesfatales.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian women's professional wrestling promotion", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7541 +{"wikidata_id": "Q3928472", "display_name": "Rabbit Semiconductor", "legal_name": null, "aliases": [], "website": "https://www.rabbit.com", "canonical_domain": "rabbit.com", "country": "US", "hq_city": "Davis", "hq_region": "Yolo County", "lat": 38.55389, "lon": -121.73806, "industries": ["semiconductors", "manufacturing"], "industry_labels": ["microcontroller"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "micro-controller manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7542 +{"wikidata_id": "Q4033491", "display_name": "Affliction Clothing", "legal_name": null, "aliases": [], "website": "https://www.afflictionclothing.com", "canonical_domain": "afflictionclothing.com", "country": "US", "hq_city": "Seal Beach", "hq_region": "Orange County", "lat": 33.75917, "lon": -118.0825, "industries": ["apparel", "manufacturing"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Affliction_Clothing_logo.png", "description": "American clothing manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7543 +{"wikidata_id": "Q4033640", "display_name": "Akashic Books", "legal_name": null, "aliases": [], "website": "https://www.akashicbooks.com", "canonical_domain": "akashicbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "book publisher based in New York", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7544 +{"wikidata_id": "Q4034108", "display_name": "Anteros Coachworks Inc.", "legal_name": null, "aliases": [], "website": "https://www.rogerhector.com", "canonical_domain": "rogerhector.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "motor vehicle", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7545 +{"wikidata_id": "Q4034848", "display_name": "Bar XH Air", "legal_name": null, "aliases": [], "website": "https://www.barxh.com", "canonical_domain": "barxh.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality", "airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4041440", "name": "Integra Air"}, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7546 +{"wikidata_id": "Q4035225", "display_name": "BlueArc", "legal_name": null, "aliases": [], "website": "https://www.bluearc.com", "canonical_domain": "bluearc.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company manufacturing Network-attached storage devices", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7547 +{"wikidata_id": "Q4035307", "display_name": "Bonfire Snowboarding", "legal_name": null, "aliases": [], "website": "https://www.bonfireouterwear.com", "canonical_domain": "bonfireouterwear.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of snowboarding outerwear", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7548 +{"wikidata_id": "Q4035803", "display_name": "Canadian Helicopters", "legal_name": null, "aliases": [], "website": "https://www.canadianhelicopters.ca", "canonical_domain": "canadianhelicopters.ca", "country": "CA", "hq_city": "Les Cèdres", "hq_region": "Vaudreuil-Soulanges", "lat": 45.3, "lon": -74.05, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian helicopter air service company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7549 +{"wikidata_id": "Q4036670", "display_name": "Crescendo Networks", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.crescendonetworks.com", "canonical_domain": "crescendonetworks.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "privately held computer networking company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7550 +{"wikidata_id": "Q4037154", "display_name": "Dejobaan Games", "legal_name": null, "aliases": [], "website": "https://www.dejobaan.com", "canonical_domain": "dejobaan.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7551 +{"wikidata_id": "Q4037931", "display_name": "edgarriceburroughs.com", "legal_name": null, "aliases": [], "website": "https://www.edgarriceburroughs.com", "canonical_domain": "edgarriceburroughs.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": [], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company founded by author Edgar Rice Burroughs", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7552 +{"wikidata_id": "Q4039000", "display_name": "Freeverse", "legal_name": null, "aliases": ["Freeverse Software"], "website": "https://www.freeverse.com", "canonical_domain": "freeverse.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American game developer and publisher", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7553 +{"wikidata_id": "Q4039761", "display_name": "Airforce Airguns", "legal_name": null, "aliases": [], "website": "https://www.airforceairguns.com", "canonical_domain": "airforceairguns.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7554 +{"wikidata_id": "Q4041742", "display_name": "JV Games", "legal_name": null, "aliases": ["JV Games Inc."], "website": "https://www.jvgames.com", "canonical_domain": "jvgames.com", "country": "US", "hq_city": "Paradise", "hq_region": "Clark County", "lat": 36.08194, "lon": -115.12472, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7555 +{"wikidata_id": "Q4042273", "display_name": "Kobelco Construction Machinery America", "legal_name": null, "aliases": [], "website": "https://www.kobelcoamerica.com", "canonical_domain": "kobelcoamerica.com", "country": "US", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobelco_logo.svg", "description": "japanese-owned American heavy equipment manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7556 +{"wikidata_id": "Q4042313", "display_name": "Kootenay Direct Airlines", "legal_name": null, "aliases": ["Kootenay Direct Airlines Ltd."], "website": "https://www.flykda.com", "canonical_domain": "flykda.com", "country": "CA", "hq_city": "Nelson", "hq_region": "Regional District of Central Kootenay", "lat": 49.5, "lon": -117.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former airline based in Nelson, British Columbia, Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7557 +{"wikidata_id": "Q4042616", "display_name": "LaserMotive", "legal_name": null, "aliases": [], "website": "https://powerlighttech.com", "canonical_domain": "powerlighttech.com", "country": "US", "hq_city": "Kent", "hq_region": "King County", "lat": 47.38278, "lon": -122.22694, "industries": ["construction"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American engineering company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7558 +{"wikidata_id": "Q4047803", "display_name": "Epic Games Tools", "legal_name": null, "aliases": ["RAD", "RAD Game Tools"], "website": "https://www.radgametools.com", "canonical_domain": "radgametools.com", "country": "US", "hq_city": "Kirkland", "hq_region": "King County", "lat": 47.68583, "lon": -122.19167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United States video game technology business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7559 +{"wikidata_id": "Q4048220", "display_name": "Revolution Analytics", "legal_name": null, "aliases": [], "website": "https://revolutionanalytics.com", "canonical_domain": "revolutionanalytics.com", "country": "US", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Revolution_Analytics_logo.png", "description": "statistical software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7560 +{"wikidata_id": "Q4048551", "display_name": "Rosemount Inc.", "legal_name": null, "aliases": [], "website": "https://rosemount.com", "canonical_domain": "rosemount.com", "country": "US", "hq_city": "Shakopee", "hq_region": "Scott County", "lat": 44.79806, "lon": -93.52694, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q69434446", "name": "Emerson International Holding Company Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Emerson.svg", "description": "minnesotan manufacturer of measurement tools", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7561 +{"wikidata_id": "Q4049044", "display_name": "Sangoma Technologies Corporation", "legal_name": null, "aliases": [], "website": "https://www.sangoma.com", "canonical_domain": "sangoma.com", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "SANG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1753368", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sangoma-Bubble-Logo.gif", "description": "Canadian corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1753368", "enriched_at": "2026-09-13T07:22:53+00:00"}}
7562 +{"wikidata_id": "Q4050505", "display_name": "Syncplicity", "legal_name": null, "aliases": [], "website": "https://www.syncplicity.com", "canonical_domain": "syncplicity.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud storage"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7563 +{"wikidata_id": "Q4051345", "display_name": "The Varsity", "legal_name": null, "aliases": [], "website": "https://www.thevarsity.com", "canonical_domain": "thevarsity.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.7716, "lon": -84.3893, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "historic fast food restaurant in Atlanta, Georgia, USA", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7564 +{"wikidata_id": "Q4052408", "display_name": "Unitán", "legal_name": null, "aliases": ["Unitan"], "website": "https://www.unitan.net", "canonical_domain": "unitan.net", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": [], "industry_labels": ["quebracho tree"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Argentine company producing quebracho tannins", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7565 +{"wikidata_id": "Q4052686", "display_name": "Vidyo", "legal_name": null, "aliases": [], "website": "https://www.vidyo.com", "canonical_domain": "vidyo.com", "country": "US", "hq_city": "Hackensack", "hq_region": "Bergen County", "lat": 40.88778, "lon": -74.04806, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vidyo_logo.svg", "description": "company producing visual communication solutions", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7566 +{"wikidata_id": "Q4052725", "display_name": "Virtual Iron", "legal_name": null, "aliases": [], "website": "https://www.virtualiron.com", "canonical_domain": "virtualiron.com", "country": "US", "hq_city": "Lowell", "hq_region": "Middlesex County", "lat": 42.63944, "lon": -71.31472, "industries": ["mining", "software"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7567 +{"wikidata_id": "Q4259862", "display_name": "NComputing", "legal_name": null, "aliases": [], "website": "https://www.ncomputing.com", "canonical_domain": "ncomputing.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["cloud-infrastructure"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NComputing-Compute-Smartly.svg", "description": "virtualization software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7568 +{"wikidata_id": "Q4351336", "display_name": "Pipeworks Software", "legal_name": null, "aliases": ["Pipeworks Studios"], "website": "https://www.pipeworks.com", "canonical_domain": "pipeworks.com", "country": "US", "hq_city": "Eugene", "hq_region": "Lane County", "lat": 44.05222, "lon": -123.0925, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106817818", "name": "Sumo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pipeworks_studios.png", "description": "American video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7569 +{"wikidata_id": "Q4352102", "display_name": "Bluefin Labs", "legal_name": null, "aliases": [], "website": "https://www.bluefinlabs.com", "canonical_domain": "bluefinlabs.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["media"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bluefin_Labs_Logo.png", "description": "media analyst company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7570 +{"wikidata_id": "Q4631083", "display_name": "21st Century Medicine", "legal_name": null, "aliases": ["21st Century Medicine (United States)"], "website": "https://www.21cm.com", "canonical_domain": "21cm.com", "country": "US", "hq_city": "Fontana", "hq_region": "San Bernardino County", "lat": 34.1, "lon": -117.46667, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Fontana, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7571 +{"wikidata_id": "Q4631829", "display_name": "24 Caret Games", "legal_name": null, "aliases": [], "website": "https://www.24caretgames.com", "canonical_domain": "24caretgames.com", "country": "US", "hq_city": "Sherman Oaks", "hq_region": "Los Angeles", "lat": 34.15111, "lon": -118.44833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7572 +{"wikidata_id": "Q4631849", "display_name": "24 Hour Fitness", "legal_name": null, "aliases": ["24 Hr Fitness"], "website": "https://www.24hourfitness.com", "canonical_domain": "24hourfitness.com", "country": "US", "hq_city": "San Ramon", "hq_region": "Contra Costa County", "lat": 37.78, "lon": -121.97806, "industries": ["healthcare"], "industry_labels": ["fitness industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/24_Hour_Fitness_logo.svg", "description": "US fitness center chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7573 +{"wikidata_id": "Q463376", "display_name": "American Appraisal", "legal_name": null, "aliases": [], "website": "https://www.american-appraisal.com", "canonical_domain": "american-appraisal.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": [], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7574 +{"wikidata_id": "Q4633991", "display_name": "2si", "legal_name": null, "aliases": [], "website": "https://www.2si.com", "canonical_domain": "2si.com", "country": "US", "hq_city": "Beaufort", "hq_region": "Beaufort County", "lat": 32.43194, "lon": -80.68944, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct engine manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7575 +{"wikidata_id": "Q4638032", "display_name": "44 Blue Productions", "legal_name": null, "aliases": [], "website": "https://www.44blue.com", "canonical_domain": "44blue.com", "country": "US", "hq_city": "Studio City", "hq_region": "Los Angeles", "lat": 34.14361, "lon": -118.39528, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American unscripted production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7576 +{"wikidata_id": "Q4642871", "display_name": "7-Eleven Speak Out Wireless", "legal_name": null, "aliases": [], "website": "https://www.speakout7eleven.ca", "canonical_domain": "speakout7eleven.ca", "country": "CA", "hq_city": "Canada", "hq_region": null, "lat": 56.0, "lon": -109.0, "industries": ["telecommunications"], "industry_labels": ["mobile virtual network operator"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mobile virtual network operator brand", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7577 +{"wikidata_id": "Q4646934", "display_name": "APlus", "legal_name": null, "aliases": ["A-Plus"], "website": "https://www.myaplus.com", "canonical_domain": "myaplus.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American convenience store chain owned & operated by Sunoco", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7578 +{"wikidata_id": "Q4646953", "display_name": "A-Treat Bottling Company", "legal_name": null, "aliases": [], "website": "https://www.a-treat.com", "canonical_domain": "a-treat.com", "country": "US", "hq_city": "Allentown", "hq_region": "Lehigh County", "lat": 40.6, "lon": -75.48333, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American beverage company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7579 +{"wikidata_id": "Q4650296", "display_name": "ABF Freight System", "legal_name": "ABF Freight System, Inc.", "aliases": ["Arkansas Best Freight"], "website": "https://www.abfs.com", "canonical_domain": "abfs.com", "country": "US", "hq_city": "Fort Smith", "hq_region": "Sebastian County", "lat": 35.35, "lon": -94.36667, "industries": ["logistics"], "industry_labels": ["freight transport industry"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109291018", "name": "ArcBest"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABF_Freight_System_logo.svg", "description": "American trucking company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7580 +{"wikidata_id": "Q4651259", "display_name": "AEA Investors", "legal_name": null, "aliases": [], "website": "https://www.aeainvestors.com", "canonical_domain": "aeainvestors.com", "country": "US", "hq_city": "660 Fifth Avenue", "hq_region": "Midtown Manhattan", "lat": 40.7602, "lon": -73.9762, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AEA_Investors_logo.png", "description": "U.S. investment firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7581 +{"wikidata_id": "Q4653260", "display_name": "APCO", "legal_name": null, "aliases": ["apco", "APCO Worldwide"], "website": "https://www.apcoworldwide.com", "canonical_domain": "apcoworldwide.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": ["public relations"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/APCO_Worldwide_logo.svg", "description": "PR firm based in Washington, D.C.", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7582 +{"wikidata_id": "Q4654504", "display_name": "AT&T Alascom", "legal_name": null, "aliases": [], "website": "https://www.attalascom.com", "canonical_domain": "attalascom.com", "country": "US", "hq_city": "Anchorage", "hq_region": "Alaska", "lat": 61.21667, "lon": -149.89361, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q218038", "name": "RCA Corporation"}, "logo_url": null, "description": "Telecommunication company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7583 +{"wikidata_id": "Q4654515", "display_name": "Allstream Inc.", "legal_name": null, "aliases": ["Unitel", "AT&T Canada"], "website": "https://allstream.com", "canonical_domain": "allstream.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8067574", "name": "Zayo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allstream.jpg", "description": "Canadian communications business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7584 +{"wikidata_id": "Q4672951", "display_name": "Ace", "legal_name": null, "aliases": ["Ace Aircraft Manufacturing Company", "Ace Aircraft", "Inc.", "Corben Sport Plane and Supply Company"], "website": "https://www.aceaircraft.com", "canonical_domain": "aceaircraft.com", "country": "US", "hq_city": "Toccoa", "hq_region": "Stephens County", "lat": 34.5747, "lon": -83.32, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturer in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7585 +{"wikidata_id": "Q4674391", "display_name": "Acme Brick", "legal_name": null, "aliases": [], "website": "https://www.brick.com", "canonical_domain": "brick.com", "country": "US", "hq_city": "Fort Worth", "hq_region": "Denton County", "lat": 32.75639, "lon": -97.3325, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1891, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acme_2c_rgb.png", "description": "American brick manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7586 +{"wikidata_id": "Q4674630", "display_name": "Acoustic Control Corporation", "legal_name": null, "aliases": [], "website": "https://www.acousticamplification.com", "canonical_domain": "acousticamplification.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American amplifier manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7587 +{"wikidata_id": "Q4674765", "display_name": "Acquia", "legal_name": null, "aliases": [], "website": "https://acquia.com", "canonical_domain": "acquia.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1427730", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acquia_logo.svg", "description": "software-as-a-service company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7588 +{"wikidata_id": "Q4680304", "display_name": "Adams Cable", "legal_name": null, "aliases": [], "website": "https://www.adamscable.com", "canonical_domain": "adamscable.com", "country": "US", "hq_city": "Carbondale", "hq_region": "Lackawanna County", "lat": 41.56667, "lon": -75.5, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digital_cable_msg.png", "description": "American cable provider", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7589 +{"wikidata_id": "Q4681311", "display_name": "Addition Elle", "legal_name": null, "aliases": [], "website": "https://www.penningtons.com", "canonical_domain": "penningtons.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail", "apparel"], "industry_labels": ["retail", "clothing industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7310506", "name": "Reitmans"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AdditionElleCorporateLogo.jpg", "description": "Canadian clothing retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7590 +{"wikidata_id": "Q4686415", "display_name": "Advantage Rent a Car", "legal_name": null, "aliases": ["Advantage rent a car", "Advantage Rent A Car"], "website": "https://advantage.com", "canonical_domain": "advantage.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.63209, "lon": -81.40172, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Advantage_Rent_A_Car_logo.svg", "description": "car rental company headquartered in Orlando, Florida, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7591 +{"wikidata_id": "Q4687964", "display_name": "Aereo", "legal_name": null, "aliases": [], "website": "https://www.aereo.com", "canonical_domain": "aereo.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["technology"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "technology company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7592 +{"wikidata_id": "Q4688167", "display_name": "Aero Union", "legal_name": null, "aliases": ["Western Air Industries"], "website": "https://www.aerounion.com", "canonical_domain": "aerounion.com", "country": "US", "hq_city": "McClellan Airfield", "hq_region": "California", "lat": 38.66778, "lon": -121.40056, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct firefighting aircraft operation company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7593 +{"wikidata_id": "Q4688210", "display_name": "Aerocar International", "legal_name": null, "aliases": [], "website": "https://www.aerocar.com", "canonical_domain": "aerocar.com", "country": "US", "hq_city": "Longview", "hq_region": "Cowlitz County", "lat": 46.14, "lon": -122.9375, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aerocar_International_logo.jpg", "description": "1949-1960s aircraft manufacturer in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7594 +{"wikidata_id": "Q4688299", "display_name": "Aerolíneas Ejecutivas", "legal_name": null, "aliases": ["Aerolineas Ejecutivas"], "website": "https://www.aerolineasejecutivas.com", "canonical_domain": "aerolineasejecutivas.com", "country": "MX", "hq_city": "Toluca de Lerdo", "hq_region": "Toluca Municipality", "lat": 19.29222, "lon": -99.65389, "industries": ["airlines"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican airline", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7595 +{"wikidata_id": "Q4688366", "display_name": "Aeronaves Dominicanas", "legal_name": null, "aliases": [], "website": "https://www.aerodomca.com", "canonical_domain": "aerodomca.com", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline in the Dominican Republic", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7596 +{"wikidata_id": "Q4694124", "display_name": "Agrinar", "legal_name": null, "aliases": ["Agrinar S.A."], "website": "https://www.agrinar.com.ar", "canonical_domain": "agrinar.com.ar", "country": "AR", "hq_city": "Granadero Baigorria", "hq_region": "Rosario Department", "lat": -32.85, "lon": -60.7, "industries": ["industrial-machinery"], "industry_labels": ["agricultural machinery industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agrinar_company_logo.png", "description": "Argentine agricultural machinery company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7597 +{"wikidata_id": "Q4697665", "display_name": "AirMagnet", "legal_name": null, "aliases": [], "website": "https://www.airmagnet.com", "canonical_domain": "airmagnet.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["technology"], "industry_labels": ["network monitoring"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former tech company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7598 +{"wikidata_id": "Q4697685", "display_name": "AirSprint", "legal_name": null, "aliases": [], "website": "https://www.airsprint.com", "canonical_domain": "airsprint.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian fractional aircraft ownership company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7599 +{"wikidata_id": "Q4697691", "display_name": "AirTouch", "legal_name": null, "aliases": ["AirTouch Communications"], "website": "https://airtouchinc.com", "canonical_domain": "airtouchinc.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["telecommunications"], "industry_labels": ["mobile phone"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airtouch_logo.svg", "description": "U.S.-based wireless telephone service provider", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7600 +{"wikidata_id": "Q4698142", "display_name": "Air Perú", "legal_name": null, "aliases": ["Air Peru"], "website": "https://www.flyairperu.com", "canonical_domain": "flyairperu.com", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7601 +{"wikidata_id": "Q4701049", "display_name": "Akin Gump Strauss Hauer & Feld", "legal_name": null, "aliases": [], "website": "https://www.akingump.com", "canonical_domain": "akingump.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "law firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7602 +{"wikidata_id": "Q4708661", "display_name": "Alaskan Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.alaskanbeer.com", "canonical_domain": "alaskanbeer.com", "country": "US", "hq_city": "Juneau", "hq_region": "Alaska", "lat": 58.30194, "lon": -134.41972, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alaskan_Brewing_Logo_.png", "description": "brewery in Juneau, Alaska", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7603 +{"wikidata_id": "Q4712948", "display_name": "Alcasa", "legal_name": null, "aliases": [], "website": "https://www.alcasa.com.ve", "canonical_domain": "alcasa.com.ve", "country": "VE", "hq_city": "Ciudad Guayana", "hq_region": "Bolívar", "lat": 8.32238, "lon": -62.68966, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Venezuelan aluminium producer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7604 +{"wikidata_id": "Q4726469", "display_name": "Alien Technology", "legal_name": null, "aliases": [], "website": "https://www.alientechnology.com", "canonical_domain": "alientechnology.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alien_Technology_logo.svg", "description": "manufacturer of RFID technology", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7605 +{"wikidata_id": "Q4732608", "display_name": "Allied Van Lines", "legal_name": null, "aliases": [], "website": "https://www.allied.com", "canonical_domain": "allied.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": [], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Moving service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7606 +{"wikidata_id": "Q4734197", "display_name": "Aloha Petroleum", "legal_name": null, "aliases": ["Aloha", "Aloha Gas", "Aloha Island Mart"], "website": "https://www.alohagas.com", "canonical_domain": "alohagas.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Subsidiary of Sunoco LP, that operates Aloha and Shell branded locations in Hawaii", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7607 +{"wikidata_id": "Q4734952", "display_name": "AlphaGraphics", "legal_name": null, "aliases": [], "website": "https://www.alphagraphics.com", "canonical_domain": "alphagraphics.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["manufacturing"], "industry_labels": ["printing industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1139182", "name": "Mail Boxes Etc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AlphaGraphicsBlogLogo.png", "description": "American franchised chain of independently owned print shops", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7608 +{"wikidata_id": "Q4735450", "display_name": "Alpina Productos Alimenticios", "legal_name": null, "aliases": [], "website": "https://www.alpina.com.co", "canonical_domain": "alpina.com.co", "country": "CO", "hq_city": "Sopó", "hq_region": "Cundinamarca Department", "lat": 4.90806, "lon": -73.94028, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpina_S.A._logo.svg", "description": "Colombian dairy, food and beverage company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7609 +{"wikidata_id": "Q4737883", "display_name": "Alvarado Street Bakery", "legal_name": null, "aliases": [], "website": "https://www.alvaradostreetbakery.com", "canonical_domain": "alvaradostreetbakery.com", "country": "US", "hq_city": "Petaluma", "hq_region": "Sonoma County", "lat": 38.24583, "lon": -122.63139, "industries": ["food-beverage"], "industry_labels": ["bakery"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bakery in Petaluma, California, US", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7610 +{"wikidata_id": "Q4738966", "display_name": "AmaWaterways", "legal_name": null, "aliases": [], "website": "https://www.amawaterways.com", "canonical_domain": "amawaterways.com", "country": "US", "hq_city": "Calabasas", "hq_region": "Los Angeles County", "lat": 34.14962, "lon": -118.64584, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "river cruise line", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7611 +{"wikidata_id": "Q4739347", "display_name": "Amalgamated Dynamics", "legal_name": null, "aliases": [], "website": "https://www.studioadi.com", "canonical_domain": "studioadi.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American visual effects company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7612 +{"wikidata_id": "Q4740271", "display_name": "Amarillo National Bank", "legal_name": null, "aliases": [], "website": "https://www.anb.com", "canonical_domain": "anb.com", "country": "US", "hq_city": "Amarillo", "hq_region": "Potter County", "lat": 35.19917, "lon": -101.84528, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ASIS4D2QDWH380", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amarillo_National_Bank.png", "description": "largest bank in Amarillo, Texas", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7613 +{"wikidata_id": "Q4743770", "display_name": "American Film Company", "legal_name": null, "aliases": [], "website": "https://www.theamericanfilmcompany.com", "canonical_domain": "theamericanfilmcompany.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company established 2008", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7614 +{"wikidata_id": "Q4744156", "display_name": "American Institute of Steel Construction", "legal_name": null, "aliases": ["AISC"], "website": "https://www.aisc.org", "canonical_domain": "aisc.org", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["construction"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AISC_logo.png", "description": "Institute", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7615 +{"wikidata_id": "Q4746118", "display_name": "Amica Mutual Insurance", "legal_name": null, "aliases": [], "website": "https://www.amica.com", "canonical_domain": "amica.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Providence County", "lat": 41.92111, "lon": -71.435, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amica_Mutual_Insurance_Logo.svg", "description": "Rhode Island-based company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7616 +{"wikidata_id": "Q4765111", "display_name": "Animax Entertainment", "legal_name": null, "aliases": [], "website": "https://www.animaxent.com", "canonical_domain": "animaxent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["television"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Animation production studio", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7617 +{"wikidata_id": "Q4765211", "display_name": "Animoto", "legal_name": null, "aliases": [], "website": "https://animoto.com", "canonical_domain": "animoto.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["internet"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online video creation service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7618 +{"wikidata_id": "Q4773903", "display_name": "Anthropologie", "legal_name": null, "aliases": [], "website": "https://www.anthropologie.com", "canonical_domain": "anthropologie.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AnthropologieLogo.png", "description": "American clothing retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7619 +{"wikidata_id": "Q4774575", "display_name": "Antibody Solutions", "legal_name": null, "aliases": [], "website": "https://www.antibody.com", "canonical_domain": "antibody.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American contract research organization", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7620 +{"wikidata_id": "Q4779428", "display_name": "Apex Learning", "legal_name": null, "aliases": [], "website": "https://www.apexlearning.com", "canonical_domain": "apexlearning.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["education"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American e-learning company founded in 1997", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7621 +{"wikidata_id": "Q4779613", "display_name": "Workman Publishing Company", "legal_name": null, "aliases": [], "website": "https://www.workman.com", "canonical_domain": "workman.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publishing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7622 +{"wikidata_id": "Q4780796", "display_name": "AppNeta", "legal_name": null, "aliases": [], "website": "https://www.appneta.com", "canonical_domain": "appneta.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Computer software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7623 +{"wikidata_id": "Q4781031", "display_name": "Apperian", "legal_name": null, "aliases": [], "website": "https://www.apperian.com", "canonical_domain": "apperian.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["software"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apperian-Mobile-App-Management-Logo.png", "description": "defunct software company in Boston, USA", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7624 +{"wikidata_id": "Q4781692", "display_name": "Apprehensive Films", "legal_name": null, "aliases": [], "website": "https://www.afcinema.net", "canonical_domain": "afcinema.net", "country": "US", "hq_city": "Citrus Heights", "hq_region": "Sacramento County", "lat": 38.69, "lon": -121.29, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7625 +{"wikidata_id": "Q4785090", "display_name": "Arcade and Attica Railroad", "legal_name": null, "aliases": [], "website": "https://www.aarailroad.com", "canonical_domain": "aarailroad.com", "country": "US", "hq_city": "Arcade", "hq_region": "Wyoming County", "lat": 42.53377, "lon": -78.42381, "industries": ["transportation"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "from its reporting mark", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7626 +{"wikidata_id": "Q4786745", "display_name": "Archie McPhee", "legal_name": null, "aliases": [], "website": "https://www.mcphee.com", "canonical_domain": "mcphee.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["retail"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American novelty retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7627 +{"wikidata_id": "Q4789612", "display_name": "ArgoFilms", "legal_name": null, "aliases": [], "website": "https://www.argofilms.com", "canonical_domain": "argofilms.com", "country": "US", "hq_city": "Cape Cod", "hq_region": "Barnstable County", "lat": 41.70011, "lon": -70.03279, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "documentary film company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7628 +{"wikidata_id": "Q4794065", "display_name": "Army & Navy Stores", "legal_name": null, "aliases": [], "website": "https://www.armyandnavy.ca", "canonical_domain": "armyandnavy.ca", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Army_%26_Navy_Stores_Logo.svg", "description": "department store in Vancouver and department store group in Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7629 +{"wikidata_id": "Q4803803", "display_name": "Ascend Communications", "legal_name": null, "aliases": [], "website": "https://www.ascend.com", "canonical_domain": "ascend.com", "country": "US", "hq_city": "Alameda", "hq_region": "Alameda County", "lat": 37.76389, "lon": -122.25694, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ascend_Communications_logo.svg", "description": "Alameda, California-based manufacturer of communications equipment", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7630 +{"wikidata_id": "Q4804169", "display_name": "Asenav", "legal_name": null, "aliases": [], "website": "https://www.asenav.cl", "canonical_domain": "asenav.cl", "country": "CL", "hq_city": "Chile", "hq_region": null, "lat": -33.0, "lon": -71.0, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean shipbuilding company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7631 +{"wikidata_id": "Q4805438", "display_name": "Ashley Furniture Industries", "legal_name": null, "aliases": [], "website": "https://www.ashleyfurniture.com", "canonical_domain": "ashleyfurniture.com", "country": "US", "hq_city": "Arcadia", "hq_region": "Trempealeau County", "lat": 44.25194, "lon": -91.495, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashley_Furniture_Industries_logo.png", "description": "American retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7632 +{"wikidata_id": "Q4806753", "display_name": "Asian Television Network", "legal_name": null, "aliases": ["ATN"], "website": "https://www.asiantelevision.net", "canonical_domain": "asiantelevision.net", "country": "CA", "hq_city": "Markham", "hq_region": "Regional Municipality of York", "lat": 43.8833, "lon": -79.25, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "broadcasting company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7633 +{"wikidata_id": "Q4809259", "display_name": "Associated Wholesale Grocers", "legal_name": null, "aliases": [], "website": "https://www.awginc.com", "canonical_domain": "awginc.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7634 +{"wikidata_id": "Q4810309", "display_name": "Assouline Publishing", "legal_name": null, "aliases": ["Assouline"], "website": "https://www.assouline.com", "canonical_domain": "assouline.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AssoulineLogo.jpg", "description": "book publisher and luxury lifestyle company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7635 +{"wikidata_id": "Q4811622", "display_name": "Astronautics Corporation of America", "legal_name": null, "aliases": ["ACA"], "website": "https://www.astronautics.com", "canonical_domain": "astronautics.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US supplier, designer, and manufacturer of avionics equipment", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7636 +{"wikidata_id": "Q4811938", "display_name": "Asurion", "legal_name": null, "aliases": ["LLC"], "website": "https://www.asurion.com", "canonical_domain": "asurion.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300KNQVXGIOXWK278", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asurion_Logo.png", "description": "electronics repair service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7637 +{"wikidata_id": "Q4812626", "display_name": "Nexa Resources", "legal_name": null, "aliases": [], "website": "https://www.atacocha.com.pe", "canonical_domain": "atacocha.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["mining"], "industry_labels": ["mining", "SIC 1000 Metal Mining"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "NEXA", "exchange": "NYSE", "lei": null, "sec_cik": "1713930", "parent": null, "logo_url": null, "description": "Peruvian mining company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1713930", "enriched_at": "2026-09-13T07:23:08+00:00"}}
7638 +{"wikidata_id": "Q4816318", "display_name": "Breezeline", "legal_name": "Atlantic Broadband", "aliases": [], "website": "https://www.breezeline.com", "canonical_domain": "breezeline.com", "country": "US", "hq_city": "Quincy", "hq_region": "Norfolk County", "lat": 42.25, "lon": -71.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Breezeline_logo.png", "description": "telecommunications company in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7639 +{"wikidata_id": "Q4816489", "display_name": "Atlantic Media", "legal_name": null, "aliases": ["Atlantic Media Company"], "website": "https://www.atlanticmedia.com", "canonical_domain": "atlanticmedia.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American print and online media company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7640 +{"wikidata_id": "Q4816847", "display_name": "Atlas Venture", "legal_name": null, "aliases": [], "website": "https://www.atlasventure.com", "canonical_domain": "atlasventure.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American early-stage venture capital firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7641 +{"wikidata_id": "Q4822058", "display_name": "Aura Sonic", "legal_name": null, "aliases": ["Aura-Sonic", "Ltd."], "website": "https://www.aurasonicltd.com", "canonical_domain": "aurasonicltd.com", "country": "US", "hq_city": "Queens", "hq_region": "New York City", "lat": 40.71361, "lon": -73.82806, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "remote recording services company based in New York City", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7642 +{"wikidata_id": "Q4822504", "display_name": "Matthews Aurora Funeral Solutions", "legal_name": null, "aliases": ["Aurora", "Aurora Casket Co.", "Aurora Casket Company", "Matthews Aurora"], "website": "https://matthewsaurora.com", "canonical_domain": "matthewsaurora.com", "country": "US", "hq_city": "Washington Township", "hq_region": "Dearborn County", "lat": 39.02778, "lon": -84.9675, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q110220617", "name": "Matthews International"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aurora_Casket_Company_logo_silver.jpg", "description": "American manufacturer of funeral caskets and urns", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7643 +{"wikidata_id": "Q4827352", "display_name": "Auzentech", "legal_name": null, "aliases": [], "website": "https://www.auzentech.com", "canonical_domain": "auzentech.com", "country": "US", "hq_city": "Silicon Valley", "hq_region": "California", "lat": 37.3775, "lon": -122.0675, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7644 +{"wikidata_id": "Q4827929", "display_name": "AvePoint", "legal_name": null, "aliases": [], "website": "https://www.avepoint.com", "canonical_domain": "avepoint.com", "country": "US", "hq_city": "Jersey City", "hq_region": "Hudson County", "lat": 40.71, "lon": -74.06, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "AVPT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1777921", "parent": null, "logo_url": null, "description": "American software vendor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1777921", "enriched_at": "2026-09-13T07:23:08+00:00"}}
7645 +{"wikidata_id": "Q4835785", "display_name": "BJ Services Company", "legal_name": null, "aliases": ["Byron Jackson Company"], "website": "https://www.bjservices.com", "canonical_domain": "bjservices.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1872, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BJ_Services_logo.svg", "description": "American pressure pumping and oilfield services business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7646 +{"wikidata_id": "Q4838385", "display_name": "Baby Phat", "legal_name": null, "aliases": [], "website": "https://babyphat.com", "canonical_domain": "babyphat.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6385885", "name": "Kellwood Company"}, "logo_url": null, "description": "Urban fashion line of clothing and other items for women and girls", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7647 +{"wikidata_id": "Q4840663", "display_name": "Badcock Home Furniture", "legal_name": "W.S. Badcock Corporation", "aliases": ["W. S. Badcock Corporation"], "website": "https://www.badcock.com", "canonical_domain": "badcock.com", "country": "US", "hq_city": "Mulberry", "hq_region": "Polk County", "lat": 27.89889, "lon": -81.97417, "industries": ["consumer-goods", "retail"], "industry_labels": ["furniture retailing"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300MOD8AQTPM2QS71", "sec_cik": null, "parent": {"wikidata_id": "Q109680037", "name": "Franchise Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Badcock_Logo_online.jpg", "description": "American retail chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7648 +{"wikidata_id": "Q4849272", "display_name": "Bakers Square", "legal_name": null, "aliases": ["Bakers Square Restaurant &amp; Pies"], "website": "https://www.bakerssquarerestaurant.com", "canonical_domain": "bakerssquarerestaurant.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bakers_Square.svg", "description": "American restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7649 +{"wikidata_id": "Q4851430", "display_name": "Ballantine Brewery", "legal_name": null, "aliases": [], "website": "https://www.ballantinebeer.com", "canonical_domain": "ballantinebeer.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1840, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American brewery founded 1840", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7650 +{"wikidata_id": "Q4852862", "display_name": "Baltimore Gas and Electric", "legal_name": null, "aliases": ["BGE", "BG&E", "Baltimore BGE", "Baltimore Gas and Electric Company", "BGE Baltimore"], "website": "https://www.bge.com", "canonical_domain": "bge.com", "country": "US", "hq_city": "Baltimore", "hq_region": "Maryland", "lat": 39.28639, "lon": -76.615, "industries": ["energy", "oil-gas"], "industry_labels": ["electric power", "electric power industry", "gas industry"], "founded_year": 1816, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BGE_logo.png", "description": "gas and electric utility", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7651 +{"wikidata_id": "Q4854068", "display_name": "AV Villas Bank", "legal_name": null, "aliases": [], "website": "https://www.avvillas.com.co", "canonical_domain": "avvillas.com.co", "country": "CO", "hq_city": "Caldas", "hq_region": "Antioquia", "lat": 6.08861, "lon": -75.63611, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2053387", "name": "Grupo Aval"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_AV_Villas_logo.svg", "description": "Colombian bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7652 +{"wikidata_id": "Q4854069", "display_name": "Banco 24 Horas", "legal_name": null, "aliases": [], "website": "https://www.banco24horas.com.br", "canonical_domain": "banco24horas.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco24Horas_logo.jpg", "description": "Brazilian interbank network", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7653 +{"wikidata_id": "Q4854088", "display_name": "Falabella Bank", "legal_name": null, "aliases": ["Banco Falabella"], "website": "https://www.bancofalabella.com.co", "canonical_domain": "bancofalabella.com.co", "country": "CL", "hq_city": "Concepción Province", "hq_region": "Biobío Region", "lat": -36.96667, "lon": -72.93333, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Falabella_Logo.svg", "description": "banking chain headquartered in Chile", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7654 +{"wikidata_id": "Q4854101", "display_name": "Mercantil Banco", "legal_name": null, "aliases": ["Banco Mercantil"], "website": "https://www.mercantilbanco.com", "canonical_domain": "mercantilbanco.com", "country": "VE", "hq_city": "Mercantil Tower", "hq_region": "La Candelaria", "lat": 10.50536, "lon": -66.89967, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Mercantil.svg", "description": "private bank in Venezuela", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7655 +{"wikidata_id": "Q4854112", "display_name": "Banco Ripley", "legal_name": null, "aliases": [], "website": "https://www.bancoripley.com.pe", "canonical_domain": "bancoripley.com.pe", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Ripley_banco_2.png", "description": "bank in Chile", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7656 +{"wikidata_id": "Q4854115", "display_name": "Banco Venezolano de Crédito", "legal_name": null, "aliases": ["Banco Venezolano de Credito"], "website": "https://www.venezolano.com", "canonical_domain": "venezolano.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Venezolano_Credito.png", "description": "Venezuelan general bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7657 +{"wikidata_id": "Q4854124", "display_name": "Credit Bank of Peru", "legal_name": null, "aliases": ["Banco de Credito del Peru"], "website": "https://www.viabcp.com", "canonical_domain": "viabcp.com", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logobcp.png", "description": "Peruvian Ban", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7658 +{"wikidata_id": "Q4854135", "display_name": "Pichincha Bank", "legal_name": null, "aliases": [], "website": "https://www.pichincha.com", "canonical_domain": "pichincha.com", "country": "EC", "hq_city": "Quito", "hq_region": "Quito Metro", "lat": -0.22, "lon": -78.5125, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1906, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Pichincha_logo.svg", "description": "largest private bank in Ecuador", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7659 +{"wikidata_id": "Q4856206", "display_name": "Banco de la Nación", "legal_name": null, "aliases": ["Bank of the Nation"], "website": "https://www.bn.com.pe", "canonical_domain": "bn.com.pe", "country": "PE", "hq_city": "Torre Banco de la Nación", "hq_region": "Lima", "lat": -12.0872, "lon": -77.0005, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logobn.gif", "description": "Peruvian governmental bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7660 +{"wikidata_id": "Q4857854", "display_name": "BarBri", "legal_name": null, "aliases": [], "website": "https://www.barbri.com", "canonical_domain": "barbri.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["hospitality"], "industry_labels": ["bar examination"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bar exam education company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7661 +{"wikidata_id": "Q4860280", "display_name": "Bare Bones Software", "legal_name": null, "aliases": ["Bare Bones Software Inc."], "website": "https://www.barebones.com", "canonical_domain": "barebones.com", "country": "US", "hq_city": "North Chelmsford", "hq_region": "Chelmsford", "lat": 42.6389, "lon": -71.3828, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Macintosh computer software developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7662 +{"wikidata_id": "Q4861039", "display_name": "Barking Lizards Technologies", "legal_name": null, "aliases": [], "website": "https://www.barkinglizards.com", "canonical_domain": "barkinglizards.com", "country": "US", "hq_city": "Richardson", "hq_region": "Collin County", "lat": 32.94833, "lon": -96.72972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game enterprise", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7663 +{"wikidata_id": "Q4866786", "display_name": "Bashas'", "legal_name": null, "aliases": ["Bashas"], "website": "https://bashas.com", "canonical_domain": "bashas.com", "country": "US", "hq_city": "Chandler", "hq_region": "Maricopa County", "lat": 33.30333, "lon": -111.84139, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7286970", "name": "Raley's Supermarkets"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bashas-logo.svg", "description": "family-owned grocery store chain, primarily located in Arizona", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7664 +{"wikidata_id": "Q4867566", "display_name": "BasisTech", "legal_name": null, "aliases": ["Basis Technology", "Basis Technology Corp.", "Basis Technology Corporation", "BasisTech LLC"], "website": "https://www.basistech.com", "canonical_domain": "basistech.com", "country": "US", "hq_city": "Somerville", "hq_region": "Middlesex County", "lat": 42.3875, "lon": -71.1, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BasisTech.png", "description": "text analytics company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7665 +{"wikidata_id": "Q4867784", "display_name": "Basler Electric", "legal_name": null, "aliases": [], "website": "https://www.basler.com", "canonical_domain": "basler.com", "country": "US", "hq_city": "Highland", "hq_region": "Madison County", "lat": 38.74616, "lon": -89.68187, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of power systems products based in Highland, Illinois", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7666 +{"wikidata_id": "Q4868848", "display_name": "Batesville Casket Company", "legal_name": null, "aliases": [], "website": "https://www.batesville.com", "canonical_domain": "batesville.com", "country": "US", "hq_city": "Batesville", "hq_region": "Indiana", "lat": 39.29833, "lon": -85.22139, "industries": [], "industry_labels": ["funeral"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company headquartered in Batesville, Indiana, US", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7667 +{"wikidata_id": "Q4876759", "display_name": "Bearpaw", "legal_name": null, "aliases": [], "website": "https://bearpaw.com", "canonical_domain": "bearpaw.com", "country": "US", "hq_city": "Citrus Heights", "hq_region": "Sacramento County", "lat": 38.69, "lon": -121.29, "industries": ["apparel"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "footwear company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7668 +{"wikidata_id": "Q4883063", "display_name": "Bell's Brewery", "legal_name": null, "aliases": [], "website": "https://www.bellsbeer.com", "canonical_domain": "bellsbeer.com", "country": "US", "hq_city": "Michigan", "hq_region": "United States", "lat": 42.284, "lon": -85.454, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewing company in Kalamazoo, Michigan", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7669 +{"wikidata_id": "Q4884785", "display_name": "Beltone", "legal_name": null, "aliases": ["Beltone Electronics", "Beltone Hearing Aid Center"], "website": "https://www.beltone.com", "canonical_domain": "beltone.com", "country": "US", "hq_city": "Glenview", "hq_region": "Cook County", "lat": 42.07944, "lon": -87.81556, "industries": ["medical-devices"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hearing aid company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7670 +{"wikidata_id": "Q4885128", "display_name": "Bemis Manufacturing Company", "legal_name": null, "aliases": [], "website": "https://www.bemismfg.com", "canonical_domain": "bemismfg.com", "country": "US", "hq_city": "Sheboygan Falls", "hq_region": "Sheboygan County", "lat": 43.73028, "lon": -87.82083, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300UXJUNCDM2BEW37", "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of plastic products", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7671 +{"wikidata_id": "Q4887365", "display_name": "Morningstar Farms", "legal_name": null, "aliases": [], "website": "https://www.morningstarfarms.com", "canonical_domain": "morningstarfarms.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morningstar_Farms.svg", "description": "division of the Kellogg Company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7672 +{"wikidata_id": "Q4892745", "display_name": "Bern's Steak House", "legal_name": null, "aliases": [], "website": "https://www.bernssteakhouse.com", "canonical_domain": "bernssteakhouse.com", "country": "US", "hq_city": null, "hq_region": "Hillsborough County", "lat": 27.9475, "lon": -82.45861, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bern%27s_Steak_House.svg", "description": "restaurant", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7673 +{"wikidata_id": "Q4894762", "display_name": "Berry Aviation", "legal_name": null, "aliases": [], "website": "https://www.berryaviation.com", "canonical_domain": "berryaviation.com", "country": "US", "hq_city": "San Marcos", "hq_region": "Caldwell County", "lat": 29.87944, "lon": -97.93889, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American charter airline", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7674 +{"wikidata_id": "Q4899308", "display_name": "BevMo!", "legal_name": null, "aliases": ["Beverages & More!", "BevMo"], "website": "https://www.bevmo.com", "canonical_domain": "bevmo.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BevMo.svg", "description": "privately held corporation based in Concord, California, selling mainly alcoholic beverages", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7675 +{"wikidata_id": "Q4903302", "display_name": "BiblioCommons", "legal_name": null, "aliases": ["BiblioCommons Corp", "Inc."], "website": "https://www.bibliocommons.com", "canonical_domain": "bibliocommons.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["software", "technology"], "industry_labels": ["software development", "software industry", "technology industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "developer of software for public libraries", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7676 +{"wikidata_id": "Q4904717", "display_name": "Bif Bang Pow!", "legal_name": null, "aliases": [], "website": "https://www.bifbangpow.com", "canonical_domain": "bifbangpow.com", "country": "US", "hq_city": "Simi Valley", "hq_region": "Ventura County", "lat": 34.27083, "lon": -118.73917, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bif_bang_pow_company_logo.png", "description": "American toy company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7677 +{"wikidata_id": "Q4905144", "display_name": "Big Blue Bubble", "legal_name": null, "aliases": [], "website": "https://www.bigbluebubble.com", "canonical_domain": "bigbluebubble.com", "country": "CA", "hq_city": "London", "hq_region": "Ontario", "lat": 42.9837, "lon": -81.2497, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "gaming company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7678 +{"wikidata_id": "Q4913721", "display_name": "Bimbo Bakeries USA", "legal_name": null, "aliases": [], "website": "https://bimbobakeriesusa.com", "canonical_domain": "bimbobakeriesusa.com", "country": "US", "hq_city": "Horsham", "hq_region": "Horsham Township", "lat": 40.1825, "lon": -75.1344, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q775031", "name": "Grupo Bimbo"}, "logo_url": null, "description": "American subsidiary bakery company of Grupo Bimbo", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7679 +{"wikidata_id": "Q4914617", "display_name": "BioEthanol for Sustainable Transport", "legal_name": null, "aliases": [], "website": "https://www.best-europe.org", "canonical_domain": "best-europe.org", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "EU bioethanol initiative", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7680 +{"wikidata_id": "Q4914628", "display_name": "BioLegend", "legal_name": null, "aliases": ["BioLegend (United States)"], "website": "https://www.biolegend.com", "canonical_domain": "biolegend.com", "country": "US", "hq_city": "San Diego", "hq_region": "San Diego County", "lat": 32.715, "lon": -117.1625, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in San Diego, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7681 +{"wikidata_id": "Q4921459", "display_name": "Black Photo Corporation", "legal_name": null, "aliases": ["Black's", "Blacks Photo Corporation"], "website": "https://blacks.ca", "canonical_domain": "blacks.ca", "country": "CA", "hq_city": "Scarborough", "hq_region": "Toronto", "lat": 43.7737, "lon": -79.2446, "industries": ["retail", "e-commerce"], "industry_labels": ["retail", "e-commerce"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian online retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7682 +{"wikidata_id": "Q4921676", "display_name": "Black River and Western Railroad", "legal_name": null, "aliases": [], "website": "https://www.blackriverrailroad.com", "canonical_domain": "blackriverrailroad.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New Jersey railroad", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7683 +{"wikidata_id": "Q4926064", "display_name": "Blenko Glass Company", "legal_name": null, "aliases": ["Eureka Art Glass Company"], "website": "https://www.blenko.com", "canonical_domain": "blenko.com", "country": "US", "hq_city": "Milton", "hq_region": "Cabell County", "lat": 38.436, "lon": -82.1332, "industries": ["materials"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American glassmakers", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7684 +{"wikidata_id": "Q4926914", "display_name": "Blistex, Incorporated", "legal_name": null, "aliases": ["Blistex", "Blistex", "Inc", "Blistex", "Inc."], "website": "https://www.blistex.com", "canonical_domain": "blistex.com", "country": "US", "hq_city": "Oak Brook", "hq_region": "DuPage County", "lat": 41.83281, "lon": -87.92895, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300CT1RLZTL640333", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blistex-logo.png", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7685 +{"wikidata_id": "Q4928562", "display_name": "Blowback Productions", "legal_name": null, "aliases": [], "website": "https://www.blowbackproductions.com", "canonical_domain": "blowbackproductions.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blowback_logo_new.jpg", "description": "independent film and television production company founded in 1988 by Marc Levin. Along with producing partner, Daphne Pinkerson, they have made over 20 films and won numerous awards", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7686 +{"wikidata_id": "Q4928834", "display_name": "Blue Ant Media", "legal_name": null, "aliases": [], "website": "https://blueantmedia.com", "canonical_domain": "blueantmedia.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.639, "lon": -79.4202, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Ant_Media_Logo.svg", "description": "Canadian media company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7687 +{"wikidata_id": "Q4929834", "display_name": "Blue Shield of California", "legal_name": null, "aliases": [], "website": "https://www.blueshieldca.com", "canonical_domain": "blueshieldca.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["insurance"], "industry_labels": ["health insurance"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4929017", "name": "Blue Cross Blue Shield Association"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Shield_of_California_logo.png", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7688 +{"wikidata_id": "Q4930798", "display_name": "Blurb, Inc.", "legal_name": null, "aliases": [], "website": "https://www.blurb.fr", "canonical_domain": "blurb.fr", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["media"], "industry_labels": ["self-publishing"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300YU35VDABCA8945", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blurb_logo.svg", "description": "Book publishing platform", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7689 +{"wikidata_id": "Q4931582", "display_name": "Bob's Discount Furniture", "legal_name": null, "aliases": [], "website": "https://www.mybobs.com", "canonical_domain": "mybobs.com", "country": "US", "hq_city": "Manchester", "hq_region": "Capitol Planning Region", "lat": 41.77528, "lon": -72.52417, "industries": ["consumer-goods", "retail"], "industry_labels": ["SIC 5712 Retail-Furniture Stores"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "BOBS", "exchange": "NYSE", "lei": null, "sec_cik": "2085187", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bob%27s_Discount_Furniture_Logo.png", "description": "American furniture store", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2085187", "enriched_at": "2026-09-13T07:23:09+00:00"}}
7690 +{"wikidata_id": "Q4931591", "display_name": "Bob's Red Mill", "legal_name": null, "aliases": [], "website": "https://www.bobsredmill.com", "canonical_domain": "bobsredmill.com", "country": "US", "hq_city": "Milwaukie", "hq_region": "Clackamas County", "lat": 45.44611, "lon": -122.63917, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of whole-grain foods", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7691 +{"wikidata_id": "Q4931592", "display_name": "Bob's Stores", "legal_name": null, "aliases": [], "website": "https://www.bobstores.com", "canonical_domain": "bobstores.com", "country": "US", "hq_city": "Meriden", "hq_region": "South Central Connecticut Planning Region", "lat": 41.53667, "lon": -72.79472, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bob%27s_Stores_logo.svg", "description": "American retail store chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7692 +{"wikidata_id": "Q4936465", "display_name": "Bodegas Pomar, C.A.", "legal_name": null, "aliases": [], "website": "https://www.bodegaspomar.com.ve", "canonical_domain": "bodegaspomar.com.ve", "country": "VE", "hq_city": "Barquisimeto", "hq_region": "Lara", "lat": 10.06778, "lon": -69.34669, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Empresas Polar subsidiary in Venezuela that makes still and sparkling wine", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7693 +{"wikidata_id": "Q4939795", "display_name": "Bollinger Shipyards", "legal_name": null, "aliases": [], "website": "https://www.bollingershipyards.com", "canonical_domain": "bollingershipyards.com", "country": "US", "hq_city": "Lockport", "hq_region": "Lafourche Parish", "lat": 29.64605, "lon": -90.53925, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ELSHEKVF317042", "sec_cik": null, "parent": null, "logo_url": null, "description": "shipbuilding company headquartered in Lockport, Louisiana", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7694 +{"wikidata_id": "Q4939964", "display_name": "Boloco", "legal_name": null, "aliases": [], "website": "https://www.boloco.com", "canonical_domain": "boloco.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BolocoLogo.png", "description": "restaurant chain in the Boston area", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7695 +{"wikidata_id": "Q4940907", "display_name": "BIG Bompreço", "legal_name": null, "aliases": [], "website": "https://www.bompreco.com.br", "canonical_domain": "bompreco.com.br", "country": "BR", "hq_city": "Recife", "hq_region": null, "lat": -8.05389, "lon": -34.88083, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logotipo_do_BIG_Bompre%C3%A7o.svg", "description": "Brazilian supermarket chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7696 +{"wikidata_id": "Q4941270", "display_name": "Bond Arms", "legal_name": null, "aliases": [], "website": "https://www.bondarms.com", "canonical_domain": "bondarms.com", "country": "US", "hq_city": "Granbury", "hq_region": "Hood County", "lat": 32.44194, "lon": -97.78139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Texas gun manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7697 +{"wikidata_id": "Q4942956", "display_name": "Book Soup", "legal_name": null, "aliases": [], "website": "https://www.booksoup.com", "canonical_domain": "booksoup.com", "country": "US", "hq_city": "West Hollywood", "hq_region": "Los Angeles County", "lat": 34.08778, "lon": -118.37222, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BookSoup02.jpg", "description": "bookstore in West Hollywood, California", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7698 +{"wikidata_id": "Q4948164", "display_name": "Boston Underground Film Festival", "legal_name": null, "aliases": ["BUFF"], "website": "https://www.bostonunderground.org", "canonical_domain": "bostonunderground.org", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "annual film festival held in Boston, USA", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7699 +{"wikidata_id": "Q4949634", "display_name": "Boulevard Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.boulevard.com", "canonical_domain": "boulevard.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Jackson County", "lat": 39.05, "lon": -94.58333, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493001VWMOFMLIQRC39", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boulevard_Brewery_logo.svg", "description": "brewery located in Kansas City, Missouri", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7700 +{"wikidata_id": "Q4951396", "display_name": "Bowring Brothers", "legal_name": null, "aliases": [], "website": "https://www.bowring.com", "canonical_domain": "bowring.com", "country": "CA", "hq_city": "St. John's", "hq_region": "Newfoundland and Labrador", "lat": 47.56139, "lon": -52.71194, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 1811, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian retail chain (1811–2019)", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7701 +{"wikidata_id": "Q4968078", "display_name": "Brillstein Entertainment Partners", "legal_name": null, "aliases": ["Brillstein-Grey Communications", "Brillstein-Grey Entertainment"], "website": "https://www.teamwass.com", "canonical_domain": "teamwass.com", "country": "US", "hq_city": "Beverly Hills", "hq_region": "Los Angeles County", "lat": 34.07306, "lon": -118.39944, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "talent management firm and television production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7702 +{"wikidata_id": "Q4973120", "display_name": "NewPage", "legal_name": null, "aliases": [], "website": "https://newpagecorp.com", "canonical_domain": "newpagecorp.com", "country": "US", "hq_city": "Miamisburg", "hq_region": "Montgomery County", "lat": 39.63861, "lon": -84.27528, "industries": ["materials"], "industry_labels": ["papermaking"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former North American paper producer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7703 +{"wikidata_id": "Q4973849", "display_name": "Bronco Wine Company", "legal_name": null, "aliases": [], "website": "https://www.broncowine.com", "canonical_domain": "broncowine.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American vintner based in Ceres, California", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7704 +{"wikidata_id": "Q4974574", "display_name": "Brookfield Engineering", "legal_name": null, "aliases": [], "website": "https://www.brookfieldengineering.com", "canonical_domain": "brookfieldengineering.com", "country": "US", "hq_city": "Middleborough", "hq_region": "Plymouth County", "lat": 41.88944, "lon": -70.89417, "industries": ["construction", "manufacturing"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of viscometers", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7705 +{"wikidata_id": "Q4974828", "display_name": "Brooklyn Flea", "legal_name": null, "aliases": [], "website": "https://brooklynflea.com", "canonical_domain": "brooklynflea.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": ["flea market"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7706 +{"wikidata_id": "Q4975925", "display_name": "Brown's Chicken & Pasta", "legal_name": null, "aliases": [], "website": "https://www.brownschicken.com", "canonical_domain": "brownschicken.com", "country": "US", "hq_city": "Villa Park", "hq_region": "DuPage County", "lat": 41.8886, "lon": -87.9778, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American chain of fast food restaurants", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7707 +{"wikidata_id": "Q4976009", "display_name": "brownandbigelow.com", "legal_name": null, "aliases": [], "website": "https://www.brownandbigelow.com", "canonical_domain": "brownandbigelow.com", "country": "US", "hq_city": "Saint Paul", "hq_region": "Ramsey County", "lat": 44.94417, "lon": -93.09361, "industries": [], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7708 +{"wikidata_id": "Q4982340", "display_name": "Buca di Beppo", "legal_name": null, "aliases": [], "website": "https://dineatbuca.com", "canonical_domain": "dineatbuca.com", "country": "US", "hq_city": "Orlando", "hq_region": "Orange County", "lat": 28.53361, "lon": -81.38667, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7709 +{"wikidata_id": "Q4985837", "display_name": "Buffalo Rock", "legal_name": null, "aliases": [], "website": "https://www.buffalorock.com", "canonical_domain": "buffalorock.com", "country": "US", "hq_city": "Birmingham", "hq_region": "Shelby County", "lat": 33.5175, "lon": -86.80944, "industries": [], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American bottler", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7710 +{"wikidata_id": "Q4996466", "display_name": "Bulk Barn", "legal_name": "Aliments Bulk Barn Limitée", "aliases": [], "website": "https://www.bulkbarn.ca", "canonical_domain": "bulkbarn.ca", "country": "CA", "hq_city": "Aurora", "hq_region": "Regional Municipality of York", "lat": 44.0, "lon": -79.46667, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300E8GLINV6X3FU40", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bulk_Barn_Logo.svg", "description": "Canadian bulk foods store", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7711 +{"wikidata_id": "Q4997805", "display_name": "Bunn-o-Matic Corporation", "legal_name": null, "aliases": [], "website": "https://www.bunn.com", "canonical_domain": "bunn.com", "country": "US", "hq_city": "Springfield", "hq_region": "Sangamon County", "lat": 39.7975, "lon": -89.645, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300C1RE4LEKP75V88", "sec_cik": null, "parent": null, "logo_url": null, "description": "American beverage equipment manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7712 +{"wikidata_id": "Q5000283", "display_name": "Burpee Seeds", "legal_name": null, "aliases": ["W. Atlee Burpee & Company"], "website": "https://www.burpee.com", "canonical_domain": "burpee.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["gardening"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American seed company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7713 +{"wikidata_id": "Q5001308", "display_name": "Buscapé", "legal_name": null, "aliases": ["Buscape"], "website": "https://www.buscape.com.br", "canonical_domain": "buscape.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buscape_logo.png", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7714 +{"wikidata_id": "Q5001657", "display_name": "business.com", "legal_name": null, "aliases": ["BDC", "b."], "website": "https://www.business.com", "canonical_domain": "business.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": ["performance-based advertising", "media industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American online media company focused on small businesses and B2B services", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7715 +{"wikidata_id": "Q5006735", "display_name": "C. O. Bigelow", "legal_name": null, "aliases": ["C O Bigelow"], "website": "https://www.bigelowchemists.com", "canonical_domain": "bigelowchemists.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American pharmacy company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7716 +{"wikidata_id": "Q5009977", "display_name": "CDNetworks", "legal_name": null, "aliases": [], "website": "https://www.cdnetworks.com", "canonical_domain": "cdnetworks.com", "country": "US", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["cloud-infrastructure"], "industry_labels": ["content delivery network"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "full-service content delivery network", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7717 +{"wikidata_id": "Q5014028", "display_name": "CSA Air", "legal_name": null, "aliases": ["Inc."], "website": "https://www.airt.net", "canonical_domain": "airt.net", "country": "US", "hq_city": "Kingsford", "hq_region": "Dickinson County", "lat": 45.8033, "lon": -88.0847, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cargo airline", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6924854"}]}
7718 +{"wikidata_id": "Q5015708", "display_name": "Cablemás", "legal_name": null, "aliases": ["Cablemas"], "website": "https://cablemas.com", "canonical_domain": "cablemas.com", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican regional telecommunications company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7719 +{"wikidata_id": "Q5016633", "display_name": "Cadwalader, Wickersham & Taft", "legal_name": null, "aliases": ["Cadwalader Wickersham Taft"], "website": "https://www.cadwalader.com", "canonical_domain": "cadwalader.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1792, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American law firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7720 +{"wikidata_id": "Q5017108", "display_name": "Cafe Rio", "legal_name": null, "aliases": [], "website": "https://www.caferio.com", "canonical_domain": "caferio.com", "country": "US", "hq_city": "Cottonwood Heights", "hq_region": "Salt Lake County", "lat": 40.61722, "lon": -111.82028, "industries": ["hospitality"], "industry_labels": ["restaurant industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cafe_Rio_logo.svg", "description": "U.S. restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7721 +{"wikidata_id": "Q5021355", "display_name": "Calimax", "legal_name": null, "aliases": [], "website": "https://www.calimax.com.mx", "canonical_domain": "calimax.com.mx", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["supermarket"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican grocery store chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7722 +{"wikidata_id": "Q5026717", "display_name": "Camillus Cutlery Company", "legal_name": null, "aliases": [], "website": "https://www.camillusknives.com", "canonical_domain": "camillusknives.com", "country": "US", "hq_city": "Camillus", "hq_region": "Onondaga County", "lat": 43.0425, "lon": -76.26083, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "knife manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7723 +{"wikidata_id": "Q5029314", "display_name": "Bimbo Canada", "legal_name": null, "aliases": ["Canada Bread"], "website": "https://www.canadabread.com", "canonical_domain": "canadabread.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": [], "industry_labels": ["bread"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian baked goods producer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7724 +{"wikidata_id": "Q5030527", "display_name": "Canadian Resident Matching Service", "legal_name": null, "aliases": [], "website": "https://carms.ca", "canonical_domain": "carms.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian medical residency matching service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7725 +{"wikidata_id": "Q5030542", "display_name": "Canadian Salt Company", "legal_name": null, "aliases": ["Canadian Salt Co.", "Malagash Salt Co.", "Malagash Salt Products Ltd.", "Windsor Salt"], "website": "https://www.windsorsalt.com", "canonical_domain": "windsorsalt.com", "country": "CA", "hq_city": "Pointe-Claire", "hq_region": "Greater Montreal", "lat": 45.45, "lon": -73.81667, "industries": ["retail"], "industry_labels": [], "founded_year": 1893, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Salt mining, processing, and distribution company based in Pointe-Claire, Quebec", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7726 +{"wikidata_id": "Q5034102", "display_name": "Canucks Sports & Entertainment", "legal_name": null, "aliases": ["Orca Bay Sports & Entertainment"], "website": "https://canucks.nhl.com", "canonical_domain": "nhl.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": ["sport"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canucks_Sports.png", "description": "Canadian sports and entertainment company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7727 +{"wikidata_id": "Q5038827", "display_name": "Care.com", "legal_name": null, "aliases": [], "website": "https://www.care.com", "canonical_domain": "care.com", "country": "US", "hq_city": "Waltham", "hq_region": "Middlesex County", "lat": 42.3806, "lon": -71.23501, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Care.com_Logo.svg", "description": "American services company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7728 +{"wikidata_id": "Q5039058", "display_name": "Carestream Health", "legal_name": null, "aliases": ["Eastman Kodak Company"], "website": "https://www.carestream.com", "canonical_domain": "carestream.com", "country": "US", "hq_city": "Rochester", "hq_region": "Monroe County", "lat": 43.16556, "lon": -77.61139, "industries": ["healthcare"], "industry_labels": ["SIC 3861 Photographic Equipment & Supplies"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "KODK", "exchange": "NYSE", "lei": null, "sec_cik": "31235", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Carestream_Health_logo.png", "description": "American medical imaging company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "31235", "enriched_at": "2026-09-13T07:23:09+00:00"}}
7729 +{"wikidata_id": "Q5041645", "display_name": "Carlos'n Charlie's", "legal_name": null, "aliases": [], "website": "https://www.carlosandcharlies.com", "canonical_domain": "carlosandcharlies.com", "country": "MX", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7730 +{"wikidata_id": "Q5042968", "display_name": "Carlton Cards", "legal_name": null, "aliases": ["Carlton Cards Limited"], "website": "https://carltoncards.ca", "canonical_domain": "carltoncards.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q464767", "name": "American Greetings"}, "logo_url": null, "description": "Canadian greeting card company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7731 +{"wikidata_id": "Q5045999", "display_name": "Carrabba's Italian Grill", "legal_name": null, "aliases": [], "website": "https://www.carrabbas.com", "canonical_domain": "carrabbas.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7732 +{"wikidata_id": "Q5048403", "display_name": "Casemate Publishers", "legal_name": null, "aliases": [], "website": "https://www.casematepublishers.com", "canonical_domain": "casematepublishers.com", "country": "US", "hq_city": "Havertown", "hq_region": "Haverford Township", "lat": 39.9808, "lon": -75.3086, "industries": ["media"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American publishing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7733 +{"wikidata_id": "Q5058273", "display_name": "Cellcom", "legal_name": null, "aliases": [], "website": "https://www.cellcom.com", "canonical_domain": "cellcom.com", "country": "US", "hq_city": "De Pere", "hq_region": "Brown County", "lat": 44.44611, "lon": -88.07417, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cellcom_Logo_%28United_States%29.svg", "description": "cellular service provider for Northeastern Wisconsin state", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7734 +{"wikidata_id": "Q5060538", "display_name": "Central Charter de Colombia", "legal_name": null, "aliases": [], "website": "https://www.empresario.com.co", "canonical_domain": "empresario.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline of Colombia", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7735 +{"wikidata_id": "Q5061502", "display_name": "Central New England Railroad", "legal_name": null, "aliases": ["CNZR"], "website": "https://cnzrrr.com", "canonical_domain": "cnzrrr.com", "country": "US", "hq_city": "Hartford", "hq_region": "Capitol Planning Region", "lat": 41.76333, "lon": -72.685, "industries": ["transportation"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Shortline railroad in Connecticut", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7736 +{"wikidata_id": "Q5062940", "display_name": "Centro de Tecnologia Canavieira", "legal_name": null, "aliases": [], "website": "https://www.ctcanavieira.com.br", "canonical_domain": "ctcanavieira.com.br", "country": "BR", "hq_city": "Piracicaba", "hq_region": "São Paulo", "lat": -22.72517, "lon": -47.64933, "industries": ["professional-services"], "industry_labels": ["research and development"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7737 +{"wikidata_id": "Q5089187", "display_name": "Cheddar's Scratch Kitchen", "legal_name": null, "aliases": ["Cheddar's Casual Café"], "website": "https://cheddars.com", "canonical_domain": "cheddars.com", "country": "US", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cheddar%27s_Scratch_Kitchen_logo.png", "description": "American casual dining restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7738 +{"wikidata_id": "Q5089247", "display_name": "Cheeburger Cheeburger", "legal_name": null, "aliases": [], "website": "https://www.cheeburger.com", "canonical_domain": "cheeburger.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American burger restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7739 +{"wikidata_id": "Q5089580", "display_name": "Chehalis–Centralia Railroad", "legal_name": null, "aliases": [], "website": "https://steamtrainride.com", "canonical_domain": "steamtrainride.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 46.6525, "lon": -122.977, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company in United States of America", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7740 +{"wikidata_id": "Q5092178", "display_name": "Cherokee Nation Businesses", "legal_name": null, "aliases": [], "website": "https://cherokeenationbusinesses.com", "canonical_domain": "cherokeenationbusinesses.com", "country": "US", "hq_city": "Catoosa", "hq_region": "Oklahoma", "lat": 36.18222, "lon": -95.75972, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American conglomerate holding company headquartered in Catoosa, Oklahoma", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7741 +{"wikidata_id": "Q5107841", "display_name": "Chris Reeve Knives", "legal_name": null, "aliases": [], "website": "https://www.chrisreeve.com", "canonical_domain": "chrisreeve.com", "country": "US", "hq_city": "Boise", "hq_region": "Ada County", "lat": 43.61361, "lon": -116.23778, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American knife manufacturing corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7742 +{"wikidata_id": "Q5119569", "display_name": "Ciel Satellite Group", "legal_name": null, "aliases": [], "website": "https://www.cielsatellite.ca", "canonical_domain": "cielsatellite.ca", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["aerospace-defense", "telecommunications"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian satellite operator", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7743 +{"wikidata_id": "Q5123299", "display_name": "City Market", "legal_name": null, "aliases": [], "website": "https://www.citymarket.com", "canonical_domain": "citymarket.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q153417", "name": "Kroger"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/City_Market_logo.svg", "description": "supermarket chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7744 +{"wikidata_id": "Q5127729", "display_name": "Claro República Dominicana", "legal_name": null, "aliases": ["Claro"], "website": "https://www.claro.com.do", "canonical_domain": "claro.com.do", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1770208", "name": "Claro"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Claro.svg", "description": "telecommunications company in the Dominican Republic", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7745 +{"wikidata_id": "Q5130132", "display_name": "Claypool Comics", "legal_name": null, "aliases": [], "website": "https://www.claypoolcomics.com", "canonical_domain": "claypoolcomics.com", "country": "US", "hq_city": "Leonia", "hq_region": "Bergen County", "lat": 40.86333, "lon": -73.98833, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Defunct American comic book publishing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7746 +{"wikidata_id": "Q5130533", "display_name": "Clean Water Services", "legal_name": null, "aliases": [], "website": "https://www.cleanwaterservices.org", "canonical_domain": "cleanwaterservices.org", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clean_Water_Services_logo.png", "description": "American business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7747 +{"wikidata_id": "Q5132118", "display_name": "Cleveland CycleWerks", "legal_name": null, "aliases": [], "website": "https://clevelandcyclewerks.com", "canonical_domain": "clevelandcyclewerks.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["automotive"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Motorcycle company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7748 +{"wikidata_id": "Q5133122", "display_name": "Clifton's Cafeteria", "legal_name": null, "aliases": [], "website": "https://www.cliftonsla.com", "canonical_domain": "cliftonsla.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clifton%27s_logo.png", "description": "classic", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7749 +{"wikidata_id": "Q5134385", "display_name": "Clipper Windpower", "legal_name": null, "aliases": [], "website": "https://www.clipperwind.com", "canonical_domain": "clipperwind.com", "country": "US", "hq_city": "Cedar Rapids", "hq_region": "Linn County", "lat": 41.98333, "lon": -91.66861, "industries": ["manufacturing", "renewables"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "wind turbine manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7750 +{"wikidata_id": "Q5135721", "display_name": "Cloudant", "legal_name": null, "aliases": [], "website": "https://cloudant.com", "canonical_domain": "cloudant.com", "country": "US", "hq_city": "Boston", "hq_region": "Suffolk County", "lat": 42.36028, "lon": -71.05778, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company purchased by IBM", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7751 +{"wikidata_id": "Q5136557", "display_name": "Cluck-U Chicken", "legal_name": null, "aliases": ["Cluck University"], "website": "https://www.cluckuchicken.com", "canonical_domain": "cluckuchicken.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast food chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7752 +{"wikidata_id": "Q5144810", "display_name": "Colibri Group", "legal_name": null, "aliases": [], "website": "https://www.colibri.com", "canonical_domain": "colibri.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "suppliers of cigarette lighters and other items", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7753 +{"wikidata_id": "Q5146526", "display_name": "Niche", "legal_name": null, "aliases": [], "website": "https://www.niche.com", "canonical_domain": "niche.com", "country": "US", "hq_city": "Pittsburgh", "hq_region": "Allegheny County", "lat": 40.44167, "lon": -80.0, "industries": ["education"], "industry_labels": ["educational technology"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niche_logo.svg", "description": "American ranking and review website", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7754 +{"wikidata_id": "Q5147384", "display_name": "Collins Industries", "legal_name": null, "aliases": [], "website": "https://www.collinsbuscorp.com", "canonical_domain": "collinsbuscorp.com", "country": "US", "hq_city": "Hutchinson", "hq_region": "Reno County", "lat": 38.0656, "lon": -97.9236, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16159478", "name": "REV Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CollinsBusLogo.png", "description": "American minibus manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7755 +{"wikidata_id": "Q5150693", "display_name": "Combat Zone", "legal_name": null, "aliases": [], "website": "https://www.combatzone.us", "canonical_domain": "combatzone.us", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["pornography industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pornographic film production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7756 +{"wikidata_id": "Q5151811", "display_name": "Comics Guaranty", "legal_name": null, "aliases": [], "website": "https://www.cgccomics.com", "canonical_domain": "cgccomics.com", "country": "US", "hq_city": "Sarasota", "hq_region": "Sarasota County", "lat": 27.33722, "lon": -82.53528, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American comic book grading service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7757 +{"wikidata_id": "Q5152627", "display_name": "CJ Affiliate", "legal_name": null, "aliases": ["Commission Junction"], "website": "https://www.cj.com", "canonical_domain": "cj.com", "country": "US", "hq_city": "Santa Barbara", "hq_region": "Santa Barbara County", "lat": 34.42583, "lon": -119.71417, "industries": ["media"], "industry_labels": ["internet marketing"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cj_logo_green_rgb.png", "description": "online advertising company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7758 +{"wikidata_id": "Q5154828", "display_name": "Community Newspaper Company", "legal_name": null, "aliases": [], "website": "https://www.wickedlocal.com", "canonical_domain": "wickedlocal.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wicked_Local_Masthead.png", "description": "Newspaper publishing company (1991–2011)", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7759 +{"wikidata_id": "Q5155383", "display_name": "Algar Telecom", "legal_name": null, "aliases": ["CTBC", "Companhia de Telecomunicações do Brasil Central"], "website": "https://www.algartelecom.com.br", "canonical_domain": "algartelecom.com.br", "country": "BR", "hq_city": "Uberlândia", "hq_region": "Minas Gerais", "lat": -18.91889, "lon": -48.27694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Algar_Telecom_logo.svg", "description": "telecommunication company in Brazil", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7760 +{"wikidata_id": "Q5158064", "display_name": "Conair Group", "legal_name": null, "aliases": ["Conair Aerial Firefighting"], "website": "https://www.conair.ca", "canonical_domain": "conair.ca", "country": "CA", "hq_city": "Abbotsford", "hq_region": "Fraser Valley Regional District", "lat": 49.05167, "lon": -122.32889, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian based firefighting airline", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7761 +{"wikidata_id": "Q5163431", "display_name": "Conspiracy Entertainment", "legal_name": null, "aliases": ["Conspiracy Games"], "website": "https://www.conspiracygames.com", "canonical_domain": "conspiracygames.com", "country": "US", "hq_city": "Long Beach", "hq_region": "Los Angeles County", "lat": 33.76806, "lon": -118.19556, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game publisher", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7762 +{"wikidata_id": "Q5165206", "display_name": "ContiGroup Companies", "legal_name": "Continental Grain", "aliases": [], "website": "https://www.contigroup.com", "canonical_domain": "contigroup.com", "country": "US", "hq_city": "277 Park Avenue", "hq_region": "Manhattan", "lat": 40.75529, "lon": -73.97477, "industries": ["agriculture"], "industry_labels": ["agribusiness"], "founded_year": 1813, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "grain company, formerly Continental Grain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7763 +{"wikidata_id": "Q5167867", "display_name": "Cooperativa Agrícola Pisquera Elqui Limitada", "legal_name": null, "aliases": ["Cooperativa Agricola Pisquera Elqui Limitada"], "website": "https://www.cooperativacapel.cl", "canonical_domain": "cooperativacapel.cl", "country": "CL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "the trademark of a Chilean spirits company, that produces pisco and wine", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7764 +{"wikidata_id": "Q5168546", "display_name": "Copesa", "legal_name": null, "aliases": [], "website": "https://www.grupocopesa.cl", "canonical_domain": "grupocopesa.cl", "country": "CL", "hq_city": "Las Condes", "hq_region": "Santiago province", "lat": -33.41667, "lon": -70.58333, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grupo_Copesa.png", "description": "Chilean media conglomerate", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7765 +{"wikidata_id": "Q5169226", "display_name": "Copyright Clearance Center", "legal_name": null, "aliases": ["CCC", "Inc."], "website": "https://www.copyright.com", "canonical_domain": "copyright.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US company that provides collective copyright licensing services for corporate and academic users of copyrighted materials", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7766 +{"wikidata_id": "Q5169436", "display_name": "Coraid, Inc.", "legal_name": null, "aliases": [], "website": "https://www.coraid.com", "canonical_domain": "coraid.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "computer data storage vendor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7767 +{"wikidata_id": "Q5172366", "display_name": "CORPOELEC", "legal_name": null, "aliases": ["Corporación Eléctrica Nacional"], "website": "https://www.corpoelec.gob.ve", "canonical_domain": "corpoelec.gob.ve", "country": "VE", "hq_city": "Venezuela", "hq_region": null, "lat": 8.0, "lon": -67.0, "industries": ["energy"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government energy corporation of Venezuela", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7768 +{"wikidata_id": "Q5172372", "display_name": "Corporación Estatal de Radio y Televisión", "legal_name": null, "aliases": ["Corporacion Estatal de Radio y Television"], "website": "https://canal4rd.com", "canonical_domain": "canal4rd.com", "country": "DO", "hq_city": "Santo Domingo", "hq_region": "Distrito Nacional", "lat": 18.4625, "lon": -69.93611, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Uno de los 5 medios que componen la Corporación Estatal de la Radio y la Televisión Dominicana.", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7769 +{"wikidata_id": "Q5172887", "display_name": "OCA", "legal_name": null, "aliases": ["Oca post service", "Oca Postal"], "website": "https://www.oca.com.ar", "canonical_domain": "oca.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OCA_logo.svg", "description": "private post service in Argentina", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7770 +{"wikidata_id": "Q5172888", "display_name": "Administración Nacional de Correos", "legal_name": null, "aliases": ["Correo Uruguayo"], "website": "https://www.correo.com.uy", "canonical_domain": "correo.com.uy", "country": "UY", "hq_city": "Palacio de Correos de Montevideo", "hq_region": "Montevideo", "lat": -34.90853, "lon": -56.20542, "industries": ["logistics"], "industry_labels": [], "founded_year": 1827, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_correo_uruguayo.jpg", "description": "national postal service of Uruguay", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7771 +{"wikidata_id": "Q5172893", "display_name": "Correos de Chile", "legal_name": null, "aliases": [], "website": "https://www.correos.cl", "canonical_domain": "correos.cl", "country": "CL", "hq_city": null, "hq_region": "Quinta Normal", "lat": -33.43975, "lon": -70.67499, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean postal services company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7772 +{"wikidata_id": "Q5174029", "display_name": "Cosmi Corporation", "legal_name": "Cosmi Corporation", "aliases": ["COSMI"], "website": "https://www.cosmi.com", "canonical_domain": "cosmi.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software", "gaming"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American computer software company based in Carson, California", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7773 +{"wikidata_id": "Q5175411", "display_name": "Coto supermarkets", "legal_name": null, "aliases": [], "website": "https://www.coto.com.ar", "canonical_domain": "coto.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["retail"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q120766606", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Supermercado_Coto.svg", "description": "Argentine supermarket chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7774 +{"wikidata_id": "Q5179824", "display_name": "Cows", "legal_name": null, "aliases": [], "website": "https://www.cows.ca", "canonical_domain": "cows.ca", "country": "CA", "hq_city": "Charlottetown", "hq_region": "Queens County", "lat": 46.23528, "lon": -63.12667, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cows_Creamery_Logo.png", "description": "ice Cream", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7775 +{"wikidata_id": "Q5179898", "display_name": "Cox Media Group", "legal_name": null, "aliases": [], "website": "https://coxmediagroup.com", "canonical_domain": "coxmediagroup.com", "country": "US", "hq_city": "Atlanta", "hq_region": "DeKalb County", "lat": 33.75444, "lon": -84.38972, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7776 +{"wikidata_id": "Q5182500", "display_name": "York Region Transit", "legal_name": null, "aliases": ["YRT", "YRT\\Viva"], "website": "https://www.yrt.ca", "canonical_domain": "yrt.ca", "country": "CA", "hq_city": "Richmond Hill", "hq_region": "Regional Municipality of York", "lat": 43.87139, "lon": -79.43722, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/York_Region_Transit_logo.svg", "description": "public transit operator in York Region, Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7777 +{"wikidata_id": "Q5182604", "display_name": "Crate & Barrel", "legal_name": null, "aliases": ["Crate & Barrel Holdings"], "website": "https://www.crateandbarrel.tw", "canonical_domain": "crateandbarrel.tw", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CrateandBarrelLogo.svg", "description": "Furniture and home goods chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7778 +{"wikidata_id": "Q5182605", "display_name": "Crate Entertainment", "legal_name": null, "aliases": [], "website": "https://www.crateentertainment.com", "canonical_domain": "crateentertainment.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7779 +{"wikidata_id": "Q5183455", "display_name": "Creation Entertainment", "legal_name": null, "aliases": [], "website": "https://www.creationent.com", "canonical_domain": "creationent.com", "country": "US", "hq_city": "Glendale", "hq_region": "Los Angeles County", "lat": 34.17083, "lon": -118.25, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company that runs science fiction and fantasy conventions", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7780 +{"wikidata_id": "Q5183619", "display_name": "Creators Syndicate", "legal_name": null, "aliases": ["Creators"], "website": "https://www.creators.com", "canonical_domain": "creators.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": ["syndication"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American print and digital distributor of comic strips and syndicated columns", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7781 +{"wikidata_id": "Q5183728", "display_name": "Credit One Bank", "legal_name": null, "aliases": ["Credit One", "N.A.", "CreditOne", "CreditOneBank"], "website": "https://www.creditonebank.com", "canonical_domain": "creditonebank.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. based bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7782 +{"wikidata_id": "Q5183891", "display_name": "Creekstone Farms Premium Beef", "legal_name": null, "aliases": [], "website": "https://www.creekstonefarms.com", "canonical_domain": "creekstonefarms.com", "country": "US", "hq_city": "Arkansas City", "hq_region": "Cowley County", "lat": 37.065, "lon": -97.03944, "industries": ["agriculture"], "industry_labels": ["meatpacking industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "beef processing company in Kansas, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7783 +{"wikidata_id": "Q5184238", "display_name": "Crepes & Waffles", "legal_name": null, "aliases": [], "website": "https://crepesywaffles.com", "canonical_domain": "crepesywaffles.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["food-beverage"], "industry_labels": ["gastronomy"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colombian restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7784 +{"wikidata_id": "Q5184787", "display_name": "Crew Cuts", "legal_name": null, "aliases": [], "website": "https://crewcuts.com", "canonical_domain": "crewcuts.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": ["post-production"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New York based post-production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7785 +{"wikidata_id": "Q518854", "display_name": "Delicious Vinyl", "legal_name": null, "aliases": [], "website": "https://www.deliciousvinyl.com", "canonical_domain": "deliciousvinyl.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7786 +{"wikidata_id": "Q5189316", "display_name": "Crown Burgers", "legal_name": null, "aliases": [], "website": "https://www.crown-burgers.com", "canonical_domain": "crown-burgers.com", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain based in Salt Lake City, Utah, U.S.", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7787 +{"wikidata_id": "Q5189390", "display_name": "Crown Investments Corporation", "legal_name": null, "aliases": [], "website": "https://www.cicorp.sk.ca", "canonical_domain": "cicorp.sk.ca", "country": "CA", "hq_city": "Regina", "hq_region": "Saskatchewan", "lat": 50.45472, "lon": -104.60667, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Crown corporation in Saskatchewan", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7788 +{"wikidata_id": "Q5189945", "display_name": "Cruise America", "legal_name": null, "aliases": [], "website": "https://www.cruiseamerica.com", "canonical_domain": "cruiseamerica.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["shipping", "automotive"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Recreational vehicle company based in Mesa, Arizona", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7789 +{"wikidata_id": "Q5191911", "display_name": "Cub Cadet", "legal_name": null, "aliases": [], "website": "https://www.cubcadet.com", "canonical_domain": "cubcadet.com", "country": "US", "hq_city": "Cleveland", "hq_region": "Cuyahoga County", "lat": 41.49917, "lon": -81.69472, "industries": ["professional-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cub_Cadet_logo.svg", "description": "American company that produces outdoor power equipment and services", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7790 +{"wikidata_id": "Q5198196", "display_name": "Cycles Devinci", "legal_name": "Cycles Devinci Inc.", "aliases": [], "website": "https://www.devinci.com", "canonical_domain": "devinci.com", "country": "CA", "hq_city": "Saguenay", "hq_region": "Saguenay–Lac-Saint-Jean", "lat": 48.4167, "lon": -71.0667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Devinci_Bikes_Logo.svg", "description": "Canadian bicycle manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7791 +{"wikidata_id": "Q5201299", "display_name": "Cytel", "legal_name": null, "aliases": [], "website": "https://www.cytel.com", "canonical_domain": "cytel.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["healthcare"], "industry_labels": ["statistical package"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cytel_logo.svg", "description": "Contract research organization", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7792 +{"wikidata_id": "Q5202335", "display_name": "Cámara de Comercio de Cúcuta", "legal_name": null, "aliases": ["Camara de Comercio de Cucuta"], "website": "https://www.cccucuta.org.co", "canonical_domain": "cccucuta.org.co", "country": "CO", "hq_city": null, "hq_region": "Cúcuta", "lat": 7.88552, "lon": -72.50443, "industries": ["retail"], "industry_labels": ["trade register"], "founded_year": 1915, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/C%C3%A1mara_de_comercio_de_C%C3%BAcuta.svg", "description": "non-profit Colombian government entity", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7793 +{"wikidata_id": "Q5204240", "display_name": "Development Alternatives Incorporated", "legal_name": null, "aliases": [], "website": "https://www.dai.com", "canonical_domain": "dai.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": [], "industry_labels": ["economics"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Updated-dai-logo.png", "description": "development company in the US", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7794 +{"wikidata_id": "Q5205086", "display_name": "DIANCA", "legal_name": null, "aliases": ["National Docks and Shipyards C.A"], "website": "https://dianca.site", "canonical_domain": "dianca.site", "country": "VE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipyard in Puerto Cabello, Venezuela", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7795 +{"wikidata_id": "Q5205562", "display_name": "DLR Group", "legal_name": null, "aliases": [], "website": "https://www.dlrgroup.com", "canonical_domain": "dlrgroup.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["architecture"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DLR_group.jpg", "description": "architectural firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7796 +{"wikidata_id": "Q5215986", "display_name": "Danger, Inc.", "legal_name": null, "aliases": ["Danger", "Danger Incorporated"], "website": "https://danger.com", "canonical_domain": "danger.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2283", "name": "Microsoft"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Danger_logo.svg", "description": "mobile computing software and hardware company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7797 +{"wikidata_id": "Q5230388", "display_name": "David's Bridal", "legal_name": null, "aliases": ["Davids Bridal"], "website": "https://www.davidsbridal.com", "canonical_domain": "davidsbridal.com", "country": "US", "hq_city": "Conshohocken", "hq_region": "Montgomery County", "lat": 40.0772, "lon": -75.3019, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American-based bridal retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7798 +{"wikidata_id": "Q5241390", "display_name": "David Yurman, Inc.", "legal_name": null, "aliases": ["David Yurman", "David Yurman Enterprises LLC", "David Yurman Inc"], "website": "https://www.davidyurman.com", "canonical_domain": "davidyurman.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consumer-goods"], "industry_labels": ["jewelry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/David-yurman-pic1.jpg", "description": "Privately held jewelry company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7799 +{"wikidata_id": "Q5242057", "display_name": "Davka Corporation", "legal_name": null, "aliases": [], "website": "https://www.davka.com", "canonical_domain": "davka.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Jewish software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7800 +{"wikidata_id": "Q5244012", "display_name": "DeMarini", "legal_name": null, "aliases": ["DeMarini Sports Inc", "DeMarini Sports", "Inc"], "website": "https://www.demarini.com", "canonical_domain": "demarini.com", "country": "US", "hq_city": "Hillsboro", "hq_region": "Washington County", "lat": 45.52278, "lon": -122.98972, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1329777", "name": "Wilson Sporting Goods"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Demarini_complete_logo.svg", "description": "Sports equipment brand", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7801 +{"wikidata_id": "Q5251401", "display_name": "Defense Media Activity", "legal_name": null, "aliases": ["DMA"], "website": "https://www.dma.mil", "canonical_domain": "dma.mil", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "DoD field activity", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7802 +{"wikidata_id": "Q5253017", "display_name": "Casa Del Vecchio", "legal_name": null, "aliases": ["Del Vecchio Guitars"], "website": "https://www.delvecchio.com.br", "canonical_domain": "delvecchio.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "São Paulo", "lat": -23.55039, "lon": -46.63395, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian musical instrument maker", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7803 +{"wikidata_id": "Q5253948", "display_name": "Delicious Monster", "legal_name": null, "aliases": [], "website": "https://www.delicious-monster.com", "canonical_domain": "delicious-monster.com", "country": "US", "hq_city": "Seattle", "hq_region": "King County", "lat": 47.605, "lon": -122.33, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7804 +{"wikidata_id": "Q5254922", "display_name": "Deluxe Entertainment Services Group Inc.", "legal_name": null, "aliases": ["Deluxe", "DeLuxe Color"], "website": "https://www.bydeluxe.com", "canonical_domain": "bydeluxe.com", "country": "US", "hq_city": "Burbank", "hq_region": "Los Angeles County", "lat": 34.18028, "lon": -118.32833, "industries": ["entertainment"], "industry_labels": ["entertainment", "SIC 2780 Blankbooks, Looseleaf Binders & Bookbindg & Relatd Work"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "DLX", "exchange": "NYSE", "lei": "549300TO70LQC2GV7A35", "sec_cik": "27996", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deluxe_Logo_2016_Red.png", "description": "American entertainment company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "27996", "enriched_at": "2026-09-13T07:23:09+00:00"}}
7805 +{"wikidata_id": "Q5263757", "display_name": "Deschutes Brewery", "legal_name": null, "aliases": [], "website": "https://www.deschutesbrewery.com", "canonical_domain": "deschutesbrewery.com", "country": "US", "hq_city": "Bend", "hq_region": "Deschutes County", "lat": 44.05639, "lon": -121.30806, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DeschutesBreweryLogoRed.jpg", "description": "craft brewery", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7806 +{"wikidata_id": "Q5265775", "display_name": "Detonics", "legal_name": null, "aliases": [], "website": "https://www.detonicsdefense.com", "canonical_domain": "detonicsdefense.com", "country": "US", "hq_city": "Millstadt", "hq_region": "St. Clair County", "lat": 38.45944, "lon": -90.09417, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American firearm company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7807 +{"wikidata_id": "Q5270450", "display_name": "Henkel Corporation", "legal_name": null, "aliases": ["Dial Corporation"], "website": "https://www.henkel-northamerica.com", "canonical_domain": "henkel-northamerica.com", "country": "US", "hq_city": "Scottsdale", "hq_region": "Maricopa County", "lat": 33.49306, "lon": -111.92611, "industries": [], "industry_labels": [], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300K0I4QHAMGJYG06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Henkel-Logo.svg", "description": "American company based in Scottsdale, Arizona", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7808 +{"wikidata_id": "Q5270865", "display_name": "Diamond Management & Technology Consultants", "legal_name": null, "aliases": [], "website": "https://www.diamondconsultants.com", "canonical_domain": "diamondconsultants.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["consulting"], "industry_labels": ["business and other management consultancy activities"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chicago-based consulting company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7809 +{"wikidata_id": "Q5270866", "display_name": "Diamond Match Company", "legal_name": null, "aliases": [], "website": "https://www.diamondbrands.com", "canonical_domain": "diamondbrands.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["chemicals"], "industry_labels": ["Manufacture of explosives"], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7810 +{"wikidata_id": "Q5275887", "display_name": "Digital Insight", "legal_name": null, "aliases": [], "website": "https://www.digitalinsight.com", "canonical_domain": "digitalinsight.com", "country": "US", "hq_city": "Redwood City", "hq_region": "San Mateo County", "lat": 37.48278, "lon": -122.23611, "industries": ["technology", "software"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7811 +{"wikidata_id": "Q5276240", "display_name": "Digitel", "legal_name": null, "aliases": [], "website": "https://www.digitel.com.ve", "canonical_domain": "digitel.com.ve", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digitel_%282014%29.svg", "description": "Venezuelan telecommunications company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7812 +{"wikidata_id": "Q5278624", "display_name": "Dinosaur Bar-B-Que", "legal_name": null, "aliases": ["Dinosaur Barbecue", "Dinosaur Barbeque", "Dinosaur BBQ"], "website": "https://www.dinosaurbarbque.com", "canonical_domain": "dinosaurbarbque.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 43.0525, "lon": -76.15472, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dinosaur_Bar-B-Que.svg", "description": "restaurant, blues venue, and biker bar chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7813 +{"wikidata_id": "Q5280267", "display_name": "Direct Energy", "legal_name": null, "aliases": ["Direct Energy LP"], "website": "https://www.directenergy.com", "canonical_domain": "directenergy.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["utilities"], "industry_labels": ["trade of electricity"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "energy retailer in the United States and Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7814 +{"wikidata_id": "Q5284436", "display_name": "Division Films", "legal_name": null, "aliases": [], "website": "https://www.divisionfilm.com", "canonical_domain": "divisionfilm.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7815 +{"wikidata_id": "Q5288273", "display_name": "Dog n Suds", "legal_name": null, "aliases": [], "website": "https://dog-n-suds.com", "canonical_domain": "dog-n-suds.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American drive-in eatery chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7816 +{"wikidata_id": "Q5291326", "display_name": "Domo Gasoline", "legal_name": null, "aliases": [], "website": "https://www.domo.ca", "canonical_domain": "domo.ca", "country": "CA", "hq_city": "Winnipeg", "hq_region": "Winnipeg Metropolitan Region", "lat": 49.89556, "lon": -97.13861, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DOMO_Gasoline_Logo.svg", "description": "Canadian gas retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7817 +{"wikidata_id": "Q5292852", "display_name": "Don Jorge", "legal_name": null, "aliases": [], "website": "https://www.donjorge.com.pe", "canonical_domain": "donjorge.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7818 +{"wikidata_id": "Q5299388", "display_name": "Dot Foods", "legal_name": null, "aliases": [], "website": "https://www.dotfoods.com", "canonical_domain": "dotfoods.com", "country": "US", "hq_city": "Mount Sterling", "hq_region": "Brown County", "lat": 39.98535, "lon": -90.76411, "industries": ["retail", "food-beverage"], "industry_labels": ["foodservice distributor"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dot_Foods_logo.svg", "description": "Foodservice redistributor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7819 +{"wikidata_id": "Q5303438", "display_name": "Downtown Filmes", "legal_name": null, "aliases": [], "website": "https://www.downtownfilmes.com.br", "canonical_domain": "downtownfilmes.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["retail", "entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Brazilian film producer and distributor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7820 +{"wikidata_id": "Q5303766", "display_name": "Doyle New York", "legal_name": null, "aliases": ["Doyle auction"], "website": "https://www.doylenewyork.com", "canonical_domain": "doylenewyork.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["retail"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DoyleLogo_3435u_600.png", "description": "American auction house and appraiser", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7821 +{"wikidata_id": "Q5308179", "display_name": "Droga5", "legal_name": null, "aliases": [], "website": "https://www.droga5.com", "canonical_domain": "droga5.com", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American advertising agency", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7822 +{"wikidata_id": "Q5316987", "display_name": "Dust Networks", "legal_name": null, "aliases": [], "website": "https://www.dustnetworks.com", "canonical_domain": "dustnetworks.com", "country": "US", "hq_city": "Hayward", "hq_region": "Alameda County", "lat": 37.66889, "lon": -122.08083, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7823 +{"wikidata_id": "Q5317249", "display_name": "Dutch Boy Paint", "legal_name": null, "aliases": [], "website": "https://www.dutchboy.com", "canonical_domain": "dutchboy.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dutch_Boy_1912.png", "description": "US brand of paint, and its logo featuring a \"Dutch boy\"", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7824 +{"wikidata_id": "Q5317969", "display_name": "Dwayne's Photo", "legal_name": null, "aliases": ["''Dwayne's Photo''"], "website": "https://www.dwaynesphoto.com", "canonical_domain": "dwaynesphoto.com", "country": "US", "hq_city": "Parsons", "hq_region": "Labette County", "lat": 37.3392, "lon": -95.2697, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film processing facility in Parsons, Kansas", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7825 +{"wikidata_id": "Q5321422", "display_name": "E-Liner Airways", "legal_name": null, "aliases": [], "website": "https://www.e-liner.net", "canonical_domain": "e-liner.net", "country": "CW", "hq_city": "Willemstad", "hq_region": "Curaçao", "lat": 12.108, "lon": -68.935, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7826 +{"wikidata_id": "Q5322616", "display_name": "EC-Council", "legal_name": null, "aliases": ["International Council of E-Commerce Consultants"], "website": "https://www.eccouncil.org", "canonical_domain": "eccouncil.org", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cybersecurity"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ec_Council_Logo.png", "description": "American cybersecurity training organization", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7827 +{"wikidata_id": "Q5322780", "display_name": "ECW Press", "legal_name": null, "aliases": ["ECW Press (Canada)"], "website": "https://ecwpress.com", "canonical_domain": "ecwpress.com", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["media"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ECW_Press.jpg", "description": "Canadian book publisher", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7828 +{"wikidata_id": "Q5323494", "display_name": "EMGEPRON", "legal_name": null, "aliases": [], "website": "https://www.emgepron.mar.mil.br", "canonical_domain": "mar.mil.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["manufacturing", "energy"], "industry_labels": ["shipbuilding", "nuclear propulsion"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7829 +{"wikidata_id": "Q5323811", "display_name": "Entertainment One Films", "legal_name": null, "aliases": ["Entertainment One Films Ltd.", "eOne Films", "Fox Lorber Films", "Koch-Lorber Films"], "website": "https://entertainmentone.com", "canonical_domain": "entertainmentone.com", "country": "US", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136088280", "name": "Entertainment One Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EOne_2015_logo.svg", "description": "independent film distributor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7830 +{"wikidata_id": "Q5324128", "display_name": "ESCO Group", "legal_name": null, "aliases": ["ESCO", "ESCO Corporation"], "website": "https://www.escocorp.com", "canonical_domain": "escocorp.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493002ATHV0D9V0JH68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ESCO_Corporation_logo.png", "description": "United States manufacturing corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7831 +{"wikidata_id": "Q5330322", "display_name": "Eastern Mountain Sports", "legal_name": null, "aliases": [], "website": "https://www.ems.com", "canonical_domain": "ems.com", "country": "US", "hq_city": "Meriden", "hq_region": "South Central Connecticut Planning Region", "lat": 41.53667, "lon": -72.79472, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/31dcbfce164a5290b39441761e442150", "description": "outdoor clothing and equipment retailer in the U.S.", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7832 +{"wikidata_id": "Q5331091", "display_name": "Easy", "legal_name": null, "aliases": ["Easy Hogar y Construccion", "Easy Hogar y Construcción", "Easy Renueva el amor por tu hogar"], "website": "https://www.easy.com.co", "canonical_domain": "easy.com.co", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1053372", "name": "Cencosud"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Easy-Logo.svg", "description": "chain of South American home stores", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7833 +{"wikidata_id": "Q5333908", "display_name": "Ecovative Design", "legal_name": null, "aliases": ["Ecovative Design (United States)", "Ecovative"], "website": "https://www.ecovativedesign.com", "canonical_domain": "ecovativedesign.com", "country": "US", "hq_city": "Green Island", "hq_region": "Albany County", "lat": 42.7442, "lon": -73.6942, "industries": ["professional-services", "manufacturing"], "industry_labels": ["biobased economy"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer using mycelium", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7834 +{"wikidata_id": "Q5334378", "display_name": "Ecuadors National Service of Intellectual Rights", "legal_name": null, "aliases": ["SENADI"], "website": "https://www.derechosintelectuales.gob.ec", "canonical_domain": "derechosintelectuales.gob.ec", "country": "EC", "hq_city": "Quito", "hq_region": "Quito Metro", "lat": -0.22, "lon": -78.5125, "industries": ["professional-services"], "industry_labels": ["research and development"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7835 +{"wikidata_id": "Q5336746", "display_name": "Edelbrock", "legal_name": null, "aliases": [], "website": "https://www.edelbrock.com", "canonical_domain": "edelbrock.com", "country": "US", "hq_city": "Torrance", "hq_region": "Los Angeles County", "lat": 33.83585, "lon": -118.34063, "industries": ["automotive"], "industry_labels": ["automotive aftermarket"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7836 +{"wikidata_id": "Q5337059", "display_name": "Edesur", "legal_name": null, "aliases": ["Edesur Argentina", "Empresa Distribuidora Sur Sociedad Anonima"], "website": "https://www.edesur.com.ar", "canonical_domain": "edesur.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edesur_logo22.png", "description": "electricity distributor in Argentina", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7837 +{"wikidata_id": "Q5337930", "display_name": "Edgeworks Entertainment", "legal_name": null, "aliases": [], "website": "https://www.edgeworksent.com", "canonical_domain": "edgeworksent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7838 +{"wikidata_id": "Q5338004", "display_name": "Ediciones Ekare", "legal_name": null, "aliases": [], "website": "https://www.ekare.com", "canonical_domain": "ekare.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7839 +{"wikidata_id": "Q5357340", "display_name": "Electric Cloud", "legal_name": null, "aliases": [], "website": "https://www.electric-cloud.com", "canonical_domain": "electric-cloud.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1175319", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_EC_corp_Large_Web_RGB.jpg", "description": "American software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7840 +{"wikidata_id": "Q5359478", "display_name": "Eletrobras Furnas", "legal_name": null, "aliases": ["Furnas - Centrais Elétricas SA"], "website": "https://www.furnas.com.br", "canonical_domain": "furnas.com.br", "country": "BR", "hq_city": "Rio de Janeiro", "hq_region": "Rio de Janeiro", "lat": -22.91111, "lon": -43.20556, "industries": ["utilities"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1328252", "name": "Axia Energia"}, "logo_url": null, "description": "regional power utility in Brazil", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7841 +{"wikidata_id": "Q5364248", "display_name": "Elkhart and Western Railroad", "legal_name": null, "aliases": ["EWR", "Elkhart and Western Railway"], "website": "https://pioneer-railcorp.com", "canonical_domain": "pioneer-railcorp.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7196774", "name": "Pioneer Lines"}, "logo_url": null, "description": "short-line railroad in Indiana, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7842 +{"wikidata_id": "Q5366462", "display_name": "Elmer's Fine Foods", "legal_name": null, "aliases": [], "website": "https://www.elmerscheewees.com", "canonical_domain": "elmerscheewees.com", "country": "US", "hq_city": "New Orleans", "hq_region": "Orleans Parish", "lat": 29.97611, "lon": -90.07833, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "New Orleans snack food company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7843 +{"wikidata_id": "Q5375573", "display_name": "Encounter Books", "legal_name": null, "aliases": [], "website": "https://www.encounterbooks.com", "canonical_domain": "encounterbooks.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book publisher", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7844 +{"wikidata_id": "Q5376849", "display_name": "Energid Technologies", "legal_name": null, "aliases": ["Energid Technologies (United States)"], "website": "https://www.energid.com", "canonical_domain": "energid.com", "country": "US", "hq_city": "Cambridge", "hq_region": "Middlesex County", "lat": 42.375, "lon": -71.10611, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Energid_Technologies_logo_350.png", "description": "company in Cambridge, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7845 +{"wikidata_id": "Q5384535", "display_name": "Equinox Fitness", "legal_name": null, "aliases": ["Equinox", "Equinox (United States)", "Equinox gym"], "website": "https://www.equinox.com", "canonical_domain": "equinox.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Equinox_Fitness_logo.png", "description": "American luxury fitness company which operates five separate fitness brands", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7846 +{"wikidata_id": "Q5401771", "display_name": "Ferrocarriles Chiapas-Mayab", "legal_name": null, "aliases": [], "website": "https://www.fccm.com.mx", "canonical_domain": "fccm.com.mx", "country": "MX", "hq_city": "Mérida", "hq_region": "Mérida Municipality", "lat": 20.97, "lon": -89.62, "industries": ["transportation"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican state-owned railroad", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7847 +{"wikidata_id": "Q5401814", "display_name": "Claro Chile", "legal_name": null, "aliases": [], "website": "https://www.clarochile.cl", "canonical_domain": "clarochile.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1770208", "name": "Claro"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Claro.svg", "description": "telecommunication company in Chile", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7848 +{"wikidata_id": "Q5404566", "display_name": "IBT Media", "legal_name": null, "aliases": ["Newsweek Media Group"], "website": "https://corp.ibt.com", "canonical_domain": "ibt.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ibtmedia.png", "description": "American media company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7849 +{"wikidata_id": "Q5404798", "display_name": "Eton Park Capital Management", "legal_name": null, "aliases": [], "website": "https://www.etonpark.com", "canonical_domain": "etonpark.com", "country": "US", "hq_city": "399 Park Avenue", "hq_region": "Manhattan", "lat": 40.7592, "lon": -73.9718, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eton_Park_CM_logo.gif", "description": "Hedge fund run 2004 to 2017", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7850 +{"wikidata_id": "Q5412043", "display_name": "Europa Editions", "legal_name": null, "aliases": [], "website": "https://www.europaeditions.com", "canonical_domain": "europaeditions.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent book publisher based in New York", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7851 +{"wikidata_id": "Q5419253", "display_name": "Exakt Entertainment", "legal_name": null, "aliases": [], "website": "https://www.exaktent.com", "canonical_domain": "exaktent.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game development company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7852 +{"wikidata_id": "Q5421307", "display_name": "Exploits Valley Air Services", "legal_name": null, "aliases": ["EVAS Air"], "website": "https://evasair.com", "canonical_domain": "evasair.com", "country": "CA", "hq_city": "Gander", "hq_region": "Newfoundland and Labrador", "lat": 48.95694, "lon": -54.60889, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian airline", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7853 +{"wikidata_id": "Q5422131", "display_name": "Extra Mercado", "legal_name": null, "aliases": [], "website": "https://www.extramercado.com.br", "canonical_domain": "extramercado.com.br", "country": "BR", "hq_city": "São Paulo", "hq_region": "Brazil", "lat": -22.07, "lon": -48.43361, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Extra_2023_st.svg", "description": "Brazilian retail store chain of supermarkets, and mini-markets", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7854 +{"wikidata_id": "Q5427153", "display_name": "FSS", "legal_name": null, "aliases": [], "website": "https://www.fss.com.co", "canonical_domain": "fss.com.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FSS_Logo.svg", "description": "Colombian sports apparel manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7855 +{"wikidata_id": "Q5431462", "display_name": "Fake Empire Productions", "legal_name": null, "aliases": [], "website": "https://www.fakeempire.com", "canonical_domain": "fakeempire.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American film and television production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7856 +{"wikidata_id": "Q5432494", "display_name": "Falls Road Railroad", "legal_name": null, "aliases": [], "website": "https://www.gvtrail.com", "canonical_domain": "gvtrail.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "short-line railway between Lockport, New York, United States and Brockport, New York, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7857 +{"wikidata_id": "Q5432638", "display_name": "False Creek Ferries", "legal_name": null, "aliases": [], "website": "https://granvilleislandferries.bc.ca", "canonical_domain": "granvilleislandferries.bc.ca", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "ferry service on False Creek, Vancouver, British Columbia, Canada", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7858 +{"wikidata_id": "Q5438174", "display_name": "Faultless Starch/Bon Ami Company", "legal_name": null, "aliases": [], "website": "https://www.bonami.com", "canonical_domain": "bonami.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Cass County", "lat": 39.05, "lon": -94.58333, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7859 +{"wikidata_id": "Q5440177", "display_name": "Federal Crop Insurance Corporation", "legal_name": null, "aliases": ["FCIC"], "website": "https://www.rma.usda.gov", "canonical_domain": "usda.gov", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7336244", "name": "Risk Management Agency"}, "logo_url": null, "description": "United States government corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7860 +{"wikidata_id": "Q5446396", "display_name": "Fibertel telefónica telecom", "legal_name": null, "aliases": [], "website": "https://www.cablevisionfibertel.com.ar", "canonical_domain": "cablevisionfibertel.com.ar", "country": "AR", "hq_city": "Avenida Alicia Moreau de Justo", "hq_region": "Buenos Aires", "lat": -34.61103, "lon": -58.36629, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fibertel.svg", "description": "Internet service provider", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7861 +{"wikidata_id": "Q5450207", "display_name": "Finger Lakes Railway", "legal_name": null, "aliases": [], "website": "https://www.fingerlakesrail.com", "canonical_domain": "fingerlakesrail.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Class III railroad in New York, US", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7862 +{"wikidata_id": "Q5450419", "display_name": "Finjan", "legal_name": null, "aliases": [], "website": "https://www.finjan.com", "canonical_domain": "finjan.com", "country": "US", "hq_city": "San Jose", "hq_region": "Santa Clara County", "lat": 37.30417, "lon": -121.87278, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Finjan_cybersecurity_logo.svg", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7863 +{"wikidata_id": "Q5451993", "display_name": "Firestone Walker Brewing Company", "legal_name": null, "aliases": [], "website": "https://www.firestonebeer.com", "canonical_domain": "firestonebeer.com", "country": "US", "hq_city": "Paso Robles", "hq_region": "San Luis Obispo County", "lat": 35.63, "lon": -120.66, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FWBC_Logo.png", "description": "brewery in California", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7864 +{"wikidata_id": "Q5453412", "display_name": "First National Bank of Omaha", "legal_name": null, "aliases": ["FNBO"], "website": "https://www.fnbo.com", "canonical_domain": "fnbo.com", "country": "US", "hq_city": "First National Bank Tower", "hq_region": "Nebraska", "lat": 41.25917, "lon": -95.93778, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1857, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "LDVFX8JEECFFE8HRWA73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_National_Bank_of_Omaha_logo.svg", "description": "American bank based in Omaha, Nebraska, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7865 +{"wikidata_id": "Q5455812", "display_name": "Five & Two Pictures", "legal_name": null, "aliases": [], "website": "https://www.fiveandtwopictures.com", "canonical_domain": "fiveandtwopictures.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American independent Christian film production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7866 +{"wikidata_id": "Q5461145", "display_name": "Florida's Natural Growers", "legal_name": null, "aliases": [], "website": "https://www.floridasnatural.com", "canonical_domain": "floridasnatural.com", "country": "US", "hq_city": "Lake Wales", "hq_region": "Polk County", "lat": 27.90472, "lon": -81.58417, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "agricultural cooperative based in Florida", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7867 +{"wikidata_id": "Q5461456", "display_name": "Florida Ice & Farm Co.", "legal_name": "Florida Ice and Farm Company, S.A.", "aliases": ["FIFCO", "Florida Ice and Farm Company", "S.A."], "website": "https://www.fifco.com", "canonical_domain": "fifco.com", "country": "CR", "hq_city": "Heredia", "hq_region": "Heredia Canton", "lat": 9.99839, "lon": -84.11712, "industries": ["food-beverage"], "industry_labels": ["beverage industry", "food industry"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Costa Rican multinational food and beverage corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7868 +{"wikidata_id": "Q5463395", "display_name": "Flying Dog Brewery", "legal_name": null, "aliases": [], "website": "https://flyingdog.com", "canonical_domain": "flyingdog.com", "country": "US", "hq_city": "Frederick", "hq_region": "Frederick County", "lat": 39.36282, "lon": -77.42677, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "craft brewery in Frederick, Maryland", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7869 +{"wikidata_id": "Q5465007", "display_name": "Banco Fondo Comun", "legal_name": null, "aliases": ["BFC", "Fondo Comun"], "website": "https://www.bfc.com.ve", "canonical_domain": "bfc.com.ve", "country": "VE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private bank in Venezuela", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7870 +{"wikidata_id": "Q5473054", "display_name": "Forum Communications", "legal_name": null, "aliases": ["Forum Communications Company"], "website": "https://www.designmaze.us", "canonical_domain": "designmaze.us", "country": "US", "hq_city": "Fargo", "hq_region": "Cass County", "lat": 46.87722, "lon": -96.78944, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1878, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7871 +{"wikidata_id": "Q5473678", "display_name": "Foster Farms", "legal_name": null, "aliases": [], "website": "https://www.fosterfarms.com", "canonical_domain": "fosterfarms.com", "country": "US", "hq_city": "Livingston", "hq_region": "Merced County", "lat": 37.38694, "lon": -120.72361, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Current_Foster_Farms_logo.svg", "description": "American poultry company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7872 +{"wikidata_id": "Q5474595", "display_name": "Founders Brewing Company", "legal_name": null, "aliases": ["Canal Street Brewing", "Canal Street Brewing Co.", "Canal Street Brewing Co.", "L.L.C.", "Canal Street Brewing Company"], "website": "https://www.foundersbrewing.com", "canonical_domain": "foundersbrewing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Michigan based craft beer brewer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7873 +{"wikidata_id": "Q5477832", "display_name": "Fram", "legal_name": null, "aliases": [], "website": "https://www.fram.com", "canonical_domain": "fram.com", "country": "US", "hq_city": "Lake Forest", "hq_region": "Lake County", "lat": 42.2347, "lon": -87.8508, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FRAM.jpg", "description": "American brand of automotive replacement parts", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7874 +{"wikidata_id": "Q5491480", "display_name": "Franklin Electronic Publishers", "legal_name": null, "aliases": ["Franklin Computer Corporation"], "website": "https://www.franklin.com", "canonical_domain": "franklin.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Franklin_Computer_logo.svg", "description": "American manufacturer based in New Jersey", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7875 +{"wikidata_id": "Q5496242", "display_name": "Fred Segal", "legal_name": null, "aliases": [], "website": "https://www.fredsegal.com", "canonical_domain": "fredsegal.com", "country": "US", "hq_city": "Santa Monica", "hq_region": "Los Angeles County", "lat": 34.02194, "lon": -118.48139, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fred_Segal.jpg", "description": "American retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7876 +{"wikidata_id": "Q5500443", "display_name": "FreedomPop", "legal_name": null, "aliases": [], "website": "https://freedompop.com", "canonical_domain": "freedompop.com", "country": "MX", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FreedomPop-Logo-Blue.png", "description": "wireless Internet and mobile virtual network operator", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7877 +{"wikidata_id": "Q5501095", "display_name": "Freenex", "legal_name": null, "aliases": [], "website": "https://www.freenex.co.kr", "canonical_domain": "freenex.co.kr", "country": "US", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freenex_logo.gif", "description": "Korean company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7878 +{"wikidata_id": "Q550482", "display_name": "Bonsound", "legal_name": null, "aliases": [], "website": "https://bonsound.com", "canonical_domain": "bonsound.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7879 +{"wikidata_id": "Q5507127", "display_name": "Fuel Industries", "legal_name": null, "aliases": [], "website": "https://www.fuelyouth.com", "canonical_domain": "fuelyouth.com", "country": "CA", "hq_city": "Ottawa", "hq_region": "Ontario", "lat": 45.42472, "lon": -75.695, "industries": ["energy", "media"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian online marketing agency", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7880 +{"wikidata_id": "Q5507476", "display_name": "Fujisankei Communications International", "legal_name": null, "aliases": ["FCI", "FCI", "Inc."], "website": "https://www.fujisankei.com", "canonical_domain": "fujisankei.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American media company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7881 +{"wikidata_id": "Q5509024", "display_name": "Funding Circle", "legal_name": null, "aliases": ["Funding Circle UK", "Funding Circle US", "Funding Circle USA"], "website": "https://www.fundingcircle.com", "canonical_domain": "fundingcircle.com", "country": "US", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["fintech"], "industry_labels": ["crowdfunding industry", "fintech", "peer-to-peer lending"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "2138003EK6UAINBBUS19", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FC-logo-RBG.png", "description": "multinational peer-to-peer lending marketplace", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7882 +{"wikidata_id": "Q5510647", "display_name": "Future Electronics", "legal_name": null, "aliases": [], "website": "https://www.futureelectronics.com", "canonical_domain": "futureelectronics.com", "country": "CA", "hq_city": "Pointe-Claire", "hq_region": "Greater Montreal", "lat": 45.45, "lon": -73.81667, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian distribution company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7883 +{"wikidata_id": "Q5513258", "display_name": "Suez Water Technologies", "legal_name": null, "aliases": ["GE Water", "Betz Laboratories", "BetzDearborn", "GE Betz"], "website": "https://www.suezwatertechnologies.com", "canonical_domain": "suezwatertechnologies.com", "country": "US", "hq_city": "Trevose", "hq_region": "Bucks County", "lat": 40.13917, "lon": -74.98111, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q177814", "name": "SUEZ"}, "logo_url": null, "description": "water treatment company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7884 +{"wikidata_id": "Q5513291", "display_name": "GE Lighting", "legal_name": null, "aliases": [], "website": "https://www.gelighting.com", "canonical_domain": "gelighting.com", "country": "US", "hq_city": "East Cleveland", "hq_region": "Cuyahoga County", "lat": 41.5317, "lon": -81.5819, "industries": ["manufacturing"], "industry_labels": ["electric light"], "founded_year": 1911, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Lighting brand", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7885 +{"wikidata_id": "Q5513845", "display_name": "GM Defense", "legal_name": null, "aliases": [], "website": "https://www.gmdefensellc.com", "canonical_domain": "gmdefensellc.com", "country": "US", "hq_city": "Concord", "hq_region": "Cabarrus County", "lat": 35.4044, "lon": -80.6006, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GM_Defense_logo.svg", "description": "military vehicles automotive", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7886 +{"wikidata_id": "Q5514774", "display_name": "GT Nexus", "legal_name": null, "aliases": [], "website": "https://www.gtnexus.com", "canonical_domain": "gtnexus.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": ["logistics"], "industry_labels": ["supply chain management"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GT_Nexus_Logo.png", "description": "American logistics software company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7887 +{"wikidata_id": "Q5515554", "display_name": "Gabe's", "legal_name": null, "aliases": ["Gabriel Brothers", "Gabriel Brothers", "Inc."], "website": "https://www.gabesstores.com", "canonical_domain": "gabesstores.com", "country": "US", "hq_city": "Morgantown", "hq_region": "Monongalia County", "lat": 39.63361, "lon": -79.95056, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gabe%27s_logo.png", "description": "American discount fashion retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7888 +{"wikidata_id": "Q5519774", "display_name": "GameFly", "legal_name": null, "aliases": [], "website": "https://www.gamefly.com", "canonical_domain": "gamefly.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GameFly_logo.svg", "description": "American online video game rental subscription service", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7889 +{"wikidata_id": "Q5528600", "display_name": "Gay Lea", "legal_name": null, "aliases": ["Gay Lea Foods Co-operative Limited"], "website": "https://www.gaylea.com", "canonical_domain": "gaylea.com", "country": "CA", "hq_city": "Mississauga", "hq_region": "Regional Municipality of Peel", "lat": 43.6, "lon": -79.65, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gaylea_logo.png", "description": "Canadian dairy cooperative", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7890 +{"wikidata_id": "Q5531916", "display_name": "General Fusion", "legal_name": null, "aliases": [], "website": "https://www.generalfusion.com", "canonical_domain": "generalfusion.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["energy"], "industry_labels": ["fusion power"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Fusion_Logo.svg", "description": "Canadian company created to develop fusion power", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7891 +{"wikidata_id": "Q5532821", "display_name": "Genesis Microchip", "legal_name": null, "aliases": [], "website": "https://www.gnss.com", "canonical_domain": "gnss.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "semiconductor company acquired by STMicroelectronics in 2007", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7892 +{"wikidata_id": "Q5549508", "display_name": "Grupo CIE", "legal_name": null, "aliases": [], "website": "https://www.cie-mexico.com.mx", "canonical_domain": "cie-mexico.com.mx", "country": "MX", "hq_city": "Mexico City", "hq_region": "Mexico", "lat": 19.35377, "lon": -99.13589, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mexican entertainment company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7893 +{"wikidata_id": "Q5552626", "display_name": "Gerry", "legal_name": null, "aliases": ["company Gerry", "Gerry company", "Gerry gear", "Gerry outdoors"], "website": "https://www.gerryoutdoors.com", "canonical_domain": "gerryoutdoors.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Outdoor sports clothing and gear brand", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7894 +{"wikidata_id": "Q5553140", "display_name": "Gerson Lehrman Group", "legal_name": null, "aliases": [], "website": "https://glginsights.com", "canonical_domain": "glginsights.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gerson_Lehrman_Group_%28GLG%29_Logo.png", "description": "American financial and global information services company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7895 +{"wikidata_id": "Q5560731", "display_name": "Gilbarco Veeder-Root", "legal_name": null, "aliases": [], "website": "https://www.gilbarco.com", "canonical_domain": "gilbarco.com", "country": "US", "hq_city": "Greensboro", "hq_region": "Guilford County", "lat": 36.0725, "lon": -79.79028, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1870, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "U.S. technology company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7896 +{"wikidata_id": "Q5562449", "display_name": "Gilly Hicks", "legal_name": null, "aliases": [], "website": "https://www.gillyhicks.com", "canonical_domain": "gillyhicks.com", "country": "US", "hq_city": "New Albany", "hq_region": "Franklin County", "lat": 40.0786, "lon": -82.8206, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GHlogo.png", "description": "lingerie brand owned by Abercrombie & Fitch", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7897 +{"wikidata_id": "Q5564173", "display_name": "Girardin Minibus", "legal_name": null, "aliases": [], "website": "https://www.girardin.com", "canonical_domain": "girardin.com", "country": "CA", "hq_city": "Drummondville", "hq_region": "Drummond", "lat": 45.88333, "lon": -72.48333, "industries": ["manufacturing"], "industry_labels": ["bus manufacturing"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Girardin_Minibus_logo.svg", "description": "Canadian minibus manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7898 +{"wikidata_id": "Q5565217", "display_name": "Giuliani Partners", "legal_name": null, "aliases": [], "website": "https://www.giulianipartners.com", "canonical_domain": "giulianipartners.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["consulting"], "industry_labels": ["business and other management consultancy activities"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GiulianiPartners.gif", "description": "security consulting firms", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7899 +{"wikidata_id": "Q5566183", "display_name": "Glad", "legal_name": null, "aliases": [], "website": "https://www.glad.com", "canonical_domain": "glad.com", "country": "US", "hq_city": "Oakland", "hq_region": "Alameda County", "lat": 37.8, "lon": -122.25, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glad_logo.svg", "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7900 +{"wikidata_id": "Q5570956", "display_name": "GlobeNewswire", "legal_name": null, "aliases": [], "website": "https://www.globenewswire.com", "canonical_domain": "globenewswire.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["retail"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7984882", "name": "West Corporation"}, "logo_url": null, "description": "global press release distributor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7901 +{"wikidata_id": "Q5579162", "display_name": "Golden Artist Colors", "legal_name": null, "aliases": [], "website": "https://www.goldenpaints.com", "canonical_domain": "goldenpaints.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of acrylic paints and mediums", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7902 +{"wikidata_id": "Q5579441", "display_name": "Golden Gate Capital", "legal_name": null, "aliases": [], "website": "https://www.goldengatecap.com", "canonical_domain": "goldengatecap.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["asset-management"], "industry_labels": ["private equity"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American investment management firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7903 +{"wikidata_id": "Q5579447", "display_name": "Golden Gate Ferry", "legal_name": null, "aliases": [], "website": "https://www.goldengateferry.org", "canonical_domain": "goldengateferry.org", "country": "US", "hq_city": null, "hq_region": null, "lat": 37.77504, "lon": -122.38657, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company in United States of America", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7904 +{"wikidata_id": "Q5579682", "display_name": "Golden Nugget Pancake House", "legal_name": null, "aliases": [], "website": "https://goldennuggetpancake.com", "canonical_domain": "goldennuggetpancake.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoldenNugPancakeHouse.jpg", "description": "chain of pancake restaurants in Chicago, Illinois, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7905 +{"wikidata_id": "Q5579805", "display_name": "Golden Spoon", "legal_name": null, "aliases": [], "website": "https://www.goldenspoonus.com", "canonical_domain": "goldenspoonus.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail", "food-beverage"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American frozen yogurt retail chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7906 +{"wikidata_id": "Q5582926", "display_name": "Good Science Studio", "legal_name": null, "aliases": [], "website": "https://goodsciencestudios.com", "canonical_domain": "goodsciencestudios.com", "country": "US", "hq_city": "Redmond", "hq_region": "King County", "lat": 47.66944, "lon": -122.12389, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American videogame developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7907 +{"wikidata_id": "Q5591658", "display_name": "Graco", "legal_name": null, "aliases": [], "website": "https://www.gracobaby.com", "canonical_domain": "gracobaby.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q667599", "name": "Newell Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Graco_logo.svg", "description": "American baby products company, owned and operated by Newell Brands", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7908 +{"wikidata_id": "Q5596984", "display_name": "Aenza", "legal_name": null, "aliases": ["Graña y Montero"], "website": "https://www.aenza.com.pe", "canonical_domain": "aenza.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Peruvian construction corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7909 +{"wikidata_id": "Q5597985", "display_name": "Gravitas Ventures", "legal_name": null, "aliases": [], "website": "https://www.gravitasventures.com", "canonical_domain": "gravitasventures.com", "country": "US", "hq_city": "El Segundo", "hq_region": "Los Angeles County", "lat": 33.91915, "lon": -118.41554, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gravitas_Ventures.png", "description": "film distribution company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7910 +{"wikidata_id": "Q5602124", "display_name": "Greektown Casino Hotel", "legal_name": null, "aliases": ["Greektown Casino-Hotel"], "website": "https://www.greektowncasino.com", "canonical_domain": "greektowncasino.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 42.3345, "lon": -83.0412, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "casino and hotel in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7911 +{"wikidata_id": "Q5604298", "display_name": "Greenliant Systems", "legal_name": null, "aliases": [], "website": "https://www.greenliant.com", "canonical_domain": "greenliant.com", "country": "US", "hq_city": "Santa Clara", "hq_region": "Santa Clara County", "lat": 37.35, "lon": -121.96667, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Greenliant_logo.svg", "description": "American semiconductor manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7912 +{"wikidata_id": "Q5608952", "display_name": "Griffon Aerospace", "legal_name": null, "aliases": [], "website": "https://www.griffon-aerospace.com", "canonical_domain": "griffon-aerospace.com", "country": "US", "hq_city": "Madison", "hq_region": "Madison County", "lat": 34.71507, "lon": -86.73964, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GriffinCorporateLogo.gif", "description": "American aerospace company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7913 +{"wikidata_id": "Q5611697", "display_name": "Growmark", "legal_name": null, "aliases": [], "website": "https://www.growmark.com", "canonical_domain": "growmark.com", "country": "US", "hq_city": "Bloomington", "hq_region": "McLean County", "lat": 40.48417, "lon": -88.99361, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Growmark_logo.svg", "description": "agricultural cooperative", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7914 +{"wikidata_id": "Q5612255", "display_name": "GT Global", "legal_name": null, "aliases": ["Before Grupo Tampico"], "website": "https://www.gtglobal.com", "canonical_domain": "gtglobal.com", "country": "MX", "hq_city": "Tampico", "hq_region": "Tampico Municipality", "lat": 22.2372, "lon": -97.87, "industries": ["chemicals", "travel", "food-beverage"], "industry_labels": ["plastic", "tourism", "soft drink", "service"], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7915 +{"wikidata_id": "Q5619103", "display_name": "Gunnar Optiks", "legal_name": null, "aliases": [], "website": "https://gunnars.com", "canonical_domain": "gunnars.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company specializing in treated eyewear", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7916 +{"wikidata_id": "Q5621751", "display_name": "Guthrie's", "legal_name": null, "aliases": [], "website": "https://guthrieschicken.com", "canonical_domain": "guthrieschicken.com", "country": "US", "hq_city": "Auburn", "hq_region": "Lee County", "lat": 32.59768, "lon": -85.48082, "industries": ["food-beverage"], "industry_labels": ["fast casual restaurant"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7917 +{"wikidata_id": "Q5625806", "display_name": "Gávea Investimentos", "legal_name": null, "aliases": ["Gávea Group", "Gavea Investimentos"], "website": "https://www.gaveainvest.com.br", "canonical_domain": "gaveainvest.com.br", "country": "BR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cases_gavea.jpg", "description": "Brazilian investment company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7918 +{"wikidata_id": "Q5627793", "display_name": "H&H Bagels", "legal_name": null, "aliases": [], "website": "https://www.hhbagels.nyc", "canonical_domain": "hhbagels.nyc", "country": "US", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bagel company in New York City", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7919 +{"wikidata_id": "Q5635670", "display_name": "HP Hood", "legal_name": null, "aliases": ["HP Hood LLC"], "website": "https://www.hphood.com", "canonical_domain": "hphood.com", "country": "US", "hq_city": "Lynnfield", "hq_region": "Essex County", "lat": 42.53889, "lon": -71.04861, "industries": ["food-beverage"], "industry_labels": ["food"], "founded_year": 1846, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HP_Hood_logo.svg", "description": "American dairy company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7920 +{"wikidata_id": "Q5635859", "display_name": "HSBC Bank Bermuda", "legal_name": "HSBC Bank Bermuda Limited", "aliases": [], "website": "https://www.bankofbermuda.com", "canonical_domain": "bankofbermuda.com", "country": "BM", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "0W1U67PTV5WY3WYWKD79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSBC.svg", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7921 +{"wikidata_id": "Q5639637", "display_name": "Rambusch Decorating Company", "legal_name": null, "aliases": [], "website": "https://www.rambusch.com", "canonical_domain": "rambusch.com", "country": "US", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": [], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7922 +{"wikidata_id": "Q5641744", "display_name": "Half Price Books", "legal_name": null, "aliases": [], "website": "https://hpb.com", "canonical_domain": "hpb.com", "country": "US", "hq_city": "Dallas", "hq_region": "Dallas County", "lat": 32.77917, "lon": -96.80889, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American book retailer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7923 +{"wikidata_id": "Q564223", "display_name": "Covington & Burling", "legal_name": null, "aliases": ["Covington", "Covington & Burling LLP", "Covington and Burling", "Covington and Burling LLP", "Covington LLP"], "website": "https://www.cov.com", "canonical_domain": "cov.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300I8983BCL6N5S87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Covington_logo.svg", "description": "U.S. law firm based in Washington D.C.", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7924 +{"wikidata_id": "Q5644335", "display_name": "Hamburger Mary's", "legal_name": null, "aliases": [], "website": "https://www.hamburgermarys.com", "canonical_domain": "hamburgermarys.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hamburger restaurant chain with a drag theme", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7925 +{"wikidata_id": "Q5659803", "display_name": "Haro Bikes", "legal_name": null, "aliases": [], "website": "https://www.harobikes.com", "canonical_domain": "harobikes.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bicycle manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7926 +{"wikidata_id": "Q5659832", "display_name": "Harold's Chicken Shack", "legal_name": null, "aliases": ["Harold's", "Harold's Chicken", "The Fried Chicken King"], "website": "https://www.haroldschickenscorp.com", "canonical_domain": "haroldschickenscorp.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American fast food chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7927 +{"wikidata_id": "Q5664823", "display_name": "Harris Company", "legal_name": null, "aliases": [], "website": "https://www.gottschalks.com", "canonical_domain": "gottschalks.com", "country": "US", "hq_city": "San Bernardino", "hq_region": "San Bernardino County", "lat": 34.10417, "lon": -117.29222, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harris_Department_Store_CA_Final_Logo.png", "description": "former department store chain based in San Bernardino, CA", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7928 +{"wikidata_id": "Q5665005", "display_name": "Harris Ranch", "legal_name": null, "aliases": [], "website": "https://www.harrisranch.com", "canonical_domain": "harrisranch.com", "country": "US", "hq_city": "Selma", "hq_region": "Fresno County", "lat": 36.57083, "lon": -119.61194, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "California's largest beef producer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7929 +{"wikidata_id": "Q5684337", "display_name": "Hawaii National Bank", "legal_name": null, "aliases": [], "website": "https://www.hawaiinational.com", "canonical_domain": "hawaiinational.com", "country": "US", "hq_city": "Honolulu", "hq_region": "Honolulu County", "lat": 21.30472, "lon": -157.85722, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "privately held community bank in Hawaii, US", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7930 +{"wikidata_id": "Q5684516", "display_name": "Hawaiian Falls", "legal_name": null, "aliases": ["Hawaiian Falls Garland"], "website": "https://www.hfalls.com", "canonical_domain": "hfalls.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities"], "industry_labels": ["water park"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "water park franchise in Texas, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7931 +{"wikidata_id": "Q5687056", "display_name": "Hayneedle", "legal_name": null, "aliases": [], "website": "https://www.hayneedle.com", "canonical_domain": "hayneedle.com", "country": "US", "hq_city": "Omaha", "hq_region": "Douglas County", "lat": 41.25861, "lon": -95.9375, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hayneedle_logo.png", "description": "online retail company based in Omaha, Nebraska", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7932 +{"wikidata_id": "Q5692058", "display_name": "Arte Radiotelevisivo Argentino", "legal_name": null, "aliases": ["Artear"], "website": "https://artear.com", "canonical_domain": "artear.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Artear_nuevo_logo.png", "description": "Argentine mass media company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7933 +{"wikidata_id": "Q5695724", "display_name": "Heber Valley Railroad", "legal_name": null, "aliases": ["formerly Heber Creeper", "Heber Valley Historic Railroad"], "website": "https://www.hebervalleyrr.org", "canonical_domain": "hebervalleyrr.org", "country": "US", "hq_city": null, "hq_region": null, "lat": 40.5019, "lon": -111.425, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "historic railroad in Wasatch and Utah counties in Utah, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7934 +{"wikidata_id": "Q5695863", "display_name": "Hebrew National", "legal_name": null, "aliases": [], "website": "https://hebrewnational.com", "canonical_domain": "hebrewnational.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of kosher hot dogs and sausages", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7935 +{"wikidata_id": "Q5709486", "display_name": "Helms Bakery", "legal_name": null, "aliases": [], "website": "https://helmsbakerydistrict.com", "canonical_domain": "helmsbakerydistrict.com", "country": "US", "hq_city": "Culver City", "hq_region": "Los Angeles County", "lat": 34.00806, "lon": -118.40139, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "industrial bakery in California from 1931 to 1969", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7936 +{"wikidata_id": "Q5713803", "display_name": "Hendrickson Suspension Systems", "legal_name": null, "aliases": [], "website": "https://www.hendrickson-intl.com", "canonical_domain": "hendrickson-intl.com", "country": "US", "hq_city": "Woodridge", "hq_region": "DuPage County", "lat": 41.7444, "lon": -88.0439, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American holding company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7937 +{"wikidata_id": "Q5715664", "display_name": "BGH", "legal_name": null, "aliases": [], "website": "https://bgh.com.ar", "canonical_domain": "bgh.com.ar", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["technology"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_BGH.svg", "description": "Argentine electronics company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7938 +{"wikidata_id": "Q5717869", "display_name": "Caja Social Bank", "legal_name": null, "aliases": [], "website": "https://www.bancocajasocial.com", "canonical_domain": "bancocajasocial.com", "country": "CO", "hq_city": null, "hq_region": null, "lat": 4.66005, "lon": -74.05174, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Caja_Social_logo.svg", "description": "Colombian bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7939 +{"wikidata_id": "Q5718029", "display_name": "Banco Santander (Uruguay)", "legal_name": null, "aliases": ["Banco Santander Uruguay", "Santander Bank Uruguay"], "website": "https://www.santander.com.uy", "canonical_domain": "santander.com.uy", "country": "UY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806215", "name": "Santander Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banco_Santander_Logotipo.svg", "description": "Santander Uruguay", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7940 +{"wikidata_id": "Q5718065", "display_name": "Bancom", "legal_name": null, "aliases": ["Banco de Comercio"], "website": "https://www.bancom.pe", "canonical_domain": "bancom.pe", "country": "PE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "insurance"], "industry_labels": ["finance", "insurance"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bancom_%28Banco_de_Comercio%29_Logo.png", "description": "Peruvian bank", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7941 +{"wikidata_id": "Q5728123", "display_name": "Banco Digital de los Trabajadores", "legal_name": null, "aliases": ["BDT"], "website": "https://www.bdt.com.ve", "canonical_domain": "bdt.com.ve", "country": "VE", "hq_city": "Valencia", "hq_region": "Carabobo", "lat": 10.16667, "lon": -68.0, "industries": ["technology", "banking"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public bank in Venezuela", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7942 +{"wikidata_id": "Q5733361", "display_name": "Herberger's", "legal_name": null, "aliases": [], "website": "https://www.herbergers.com", "canonical_domain": "herbergers.com", "country": "US", "hq_city": "Milwaukee", "hq_region": "Milwaukee County", "lat": 43.05, "lon": -87.95, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HerbergersLOGO.png", "description": "American department store chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7943 +{"wikidata_id": "Q5737525", "display_name": "Compañía Uruguaya del Transporte Colectivo", "legal_name": null, "aliases": ["CUTCSA"], "website": "https://www.cutcsa.com.uy", "canonical_domain": "cutcsa.com.uy", "country": "UY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["passenger transport"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Cutcsa.svg", "description": "transport in Montevideo", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7944 +{"wikidata_id": "Q5743846", "display_name": "Herr's Snacks", "legal_name": null, "aliases": [], "website": "https://www.herrs.com", "canonical_domain": "herrs.com", "country": "US", "hq_city": "Nottingham", "hq_region": "Chester County", "lat": 39.74861, "lon": -76.01861, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Herr%27s_logo.jpg", "description": "brand of snack food", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7945 +{"wikidata_id": "Q5763416", "display_name": "Hills Brothers Coffee", "legal_name": null, "aliases": ["Hills Bros. Coffee"], "website": "https://www.hillsbros.com", "canonical_domain": "hillsbros.com", "country": "US", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["food-beverage", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American coffee manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7946 +{"wikidata_id": "Q5764265", "display_name": "Hilmar Cheese Company", "legal_name": null, "aliases": [], "website": "https://www.hilmarcheese.com", "canonical_domain": "hilmarcheese.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "California cheese company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7947 +{"wikidata_id": "Q5769680", "display_name": "Cineplanet", "legal_name": null, "aliases": [], "website": "https://www.cineplanet.com.pe", "canonical_domain": "cineplanet.com.pe", "country": "CL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Peruvian cinema company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7948 +{"wikidata_id": "Q5788934", "display_name": "Corporación Nacional de Desarrollo", "legal_name": null, "aliases": [], "website": "https://www.cnd.org.uy", "canonical_domain": "cnd.org.uy", "country": "UY", "hq_city": "Montevideo", "hq_region": "Montevideo Department", "lat": -34.90592, "lon": -56.19131, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7949 +{"wikidata_id": "Q5792546", "display_name": "Nimble Giant Entertainment", "legal_name": "Nimble Giant Entertainment", "aliases": ["NGD Studios"], "website": "https://www.nimblegiant.com", "canonical_domain": "nimblegiant.com", "country": "AR", "hq_city": "Buenos Aires", "hq_region": "Argentina", "lat": -34.59972, "lon": -58.38194, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nimble_Giant_Entertainment_Logo.svg", "description": "Argentine video game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7950 +{"wikidata_id": "Q5863579", "display_name": "Fondo Nacional del Ahorro", "legal_name": null, "aliases": [], "website": "https://www.fna.gov.co", "canonical_domain": "fna.gov.co", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fondo_Nacional_de_Ahorro_logo.svg", "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7951 +{"wikidata_id": "Q5874921", "display_name": "HobbyTown", "legal_name": null, "aliases": ["HobbyTown USA"], "website": "https://www.hobbytown.com", "canonical_domain": "hobbytown.com", "country": "US", "hq_city": "Lincoln", "hq_region": "Lancaster County", "lat": 40.80917, "lon": -96.67806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HobbyTown_Red.png", "description": "franchised retail hobby and toy store", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7952 +{"wikidata_id": "Q5885724", "display_name": "Grido Helado", "legal_name": null, "aliases": [], "website": "https://argentina.gridohelado.com", "canonical_domain": "gridohelado.com", "country": "AR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grido_logo21.png", "description": "Argentinian ice cream parlour chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7953 +{"wikidata_id": "Q5890128", "display_name": "Fiesta Tableware Company", "legal_name": null, "aliases": ["Homer Laughlin China Company"], "website": "https://www.hlcdinnerware.com", "canonical_domain": "hlcdinnerware.com", "country": "US", "hq_city": "Newell", "hq_region": "Hancock County", "lat": 40.6175, "lon": -80.60083, "industries": ["consumer-goods", "manufacturing"], "industry_labels": ["pottery"], "founded_year": 1871, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "ceramics manufacturer in Newell, West Virginia, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7954 +{"wikidata_id": "Q5903430", "display_name": "Horizon Hobby", "legal_name": null, "aliases": ["Horizon Hobby LLC", "LLC."], "website": "https://www.horizonhobby.com", "canonical_domain": "horizonhobby.com", "country": "US", "hq_city": "Champaign", "hq_region": "Champaign County", "lat": 40.11639, "lon": -88.24361, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international hobby product distributor", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7955 +{"wikidata_id": "Q5903453", "display_name": "Horizon Lines", "legal_name": null, "aliases": [], "website": "https://www.horizonlines.com", "canonical_domain": "horizonlines.com", "country": "US", "hq_city": "Charlotte", "hq_region": "Mecklenburg County", "lat": 35.22694, "lon": -80.84333, "industries": ["shipping"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American shipping company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7956 +{"wikidata_id": "Q591871", "display_name": "Smoke-a-Lot Records", "legal_name": null, "aliases": [], "website": "https://www.smokealotrecords.com", "canonical_domain": "smokealotrecords.com", "country": "US", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7957 +{"wikidata_id": "Q5920413", "display_name": "Howard Miller Clock Company", "legal_name": null, "aliases": ["Howard Miller Company"], "website": "https://www.howardmiller.com", "canonical_domain": "howardmiller.com", "country": "US", "hq_city": "Zeeland", "hq_region": "Ottawa County", "lat": 42.81243, "lon": -86.02882, "industries": ["manufacturing"], "industry_labels": ["Clocks"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q489469", "name": "Herman Miller"}, "logo_url": null, "description": "American clock and furnishing manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7958 +{"wikidata_id": "Q5921513", "display_name": "Howe & Howe Technologies", "legal_name": null, "aliases": [], "website": "https://www.howeandhowe.com", "canonical_domain": "howeandhowe.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["defense"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American armored vehicle company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7959 +{"wikidata_id": "Q5928787", "display_name": "Hudson News", "legal_name": null, "aliases": [], "website": "https://www.hudsongroup.com", "canonical_domain": "hudsongroup.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media", "transportation"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hudson_News_logo.svg", "description": "American airport newsstand chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7960 +{"wikidata_id": "Q5929619", "display_name": "Huffy", "legal_name": null, "aliases": [], "website": "https://www.huffybikes.com", "canonical_domain": "huffybikes.com", "country": "US", "hq_city": "Dayton", "hq_region": "Montgomery County", "lat": 39.76667, "lon": -84.2, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bicycle manufacturer and brand of Ohio, USA", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7961 +{"wikidata_id": "Q593841", "display_name": "New Brunswick Liquor Corporation", "legal_name": null, "aliases": [], "website": "https://www.nbliquor.com", "canonical_domain": "nbliquor.com", "country": "CA", "hq_city": null, "hq_region": "New Brunswick", "lat": 45.95, "lon": -66.66667, "industries": ["retail", "food-beverage"], "industry_labels": ["retail", "alcohol monopoly"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7962 +{"wikidata_id": "Q5945715", "display_name": "Hunton Andrews Kurth", "legal_name": "Munford, Hunton, Williams & Anderson", "aliases": ["Hunton Andrews Kurth LLP"], "website": "https://www.huntonak.com", "canonical_domain": "huntonak.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American law firm", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7963 +{"wikidata_id": "Q5969683", "display_name": "Icon Aircraft", "legal_name": null, "aliases": [], "website": "https://www.iconaircraft.com", "canonical_domain": "iconaircraft.com", "country": "US", "hq_city": "Vacaville", "hq_region": "Solano County", "lat": 38.35389, "lon": -121.97278, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American aircraft manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7964 +{"wikidata_id": "Q5970611", "display_name": "iEntertainment Network", "legal_name": null, "aliases": [], "website": "https://www.ient.com", "canonical_domain": "ient.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American video game company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7965 +{"wikidata_id": "Q5977386", "display_name": "MasterImage 3D", "legal_name": null, "aliases": [], "website": "https://www.masterimage3d.com", "canonical_domain": "masterimage3d.com", "country": "US", "hq_city": "Hollywood", "hq_region": "Los Angeles", "lat": 34.09833, "lon": -118.32667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American stereoscopic 3D manufacturing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7966 +{"wikidata_id": "Q5980677", "display_name": "iam8bit", "legal_name": null, "aliases": ["Inc."], "website": "https://iam8bit.com", "canonical_domain": "iam8bit.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "production company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7967 +{"wikidata_id": "Q5984089", "display_name": "Ibis", "legal_name": null, "aliases": [], "website": "https://www.ibiscycles.com", "canonical_domain": "ibiscycles.com", "country": "US", "hq_city": "Santa Cruz", "hq_region": "Santa Cruz County", "lat": 36.97205, "lon": -122.02625, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bicycle company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7968 +{"wikidata_id": "Q5987958", "display_name": "Ideal Industries", "legal_name": null, "aliases": [], "website": "https://www.idealindustries.com", "canonical_domain": "idealindustries.com", "country": "US", "hq_city": "Sycamore", "hq_region": "DeKalb County", "lat": 41.995, "lon": -88.68124, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American manufacturer of electrical connectors and tools", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7969 +{"wikidata_id": "Q5994396", "display_name": "IguanaBee", "legal_name": null, "aliases": [], "website": "https://www.iguanabee.com", "canonical_domain": "iguanabee.com", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chilean game developer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7970 +{"wikidata_id": "Q6006077", "display_name": "Impark", "legal_name": null, "aliases": ["Imperial Parking Corporation"], "website": "https://www.impark.com", "canonical_domain": "impark.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["transportation"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q108277427", "name": "Reef Technology"}, "logo_url": null, "description": "parking management company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7971 +{"wikidata_id": "Q6010442", "display_name": "Buenos Aires Central Market", "legal_name": null, "aliases": [], "website": "https://www.mercadocentral.gob.ar", "canonical_domain": "mercadocentral.gob.ar", "country": "AR", "hq_city": "Tapiales", "hq_region": "La Matanza Partido", "lat": -34.70889, "lon": -58.50056, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Central market in Buenos Aires", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7972 +{"wikidata_id": "Q6016604", "display_name": "Independent Film & Television Alliance", "legal_name": null, "aliases": ["IFTA", "Independent Film and Television Alliance"], "website": "https://ifta-online.org", "canonical_domain": "ifta-online.org", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["media"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7973 +{"wikidata_id": "Q602141", "display_name": "AVOS Systems", "legal_name": null, "aliases": [], "website": "https://www.avos.com", "canonical_domain": "avos.com", "country": "US", "hq_city": "San Mateo", "hq_region": "San Mateo County", "lat": 37.55417, "lon": -122.31306, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AVOS_logo.svg", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7974 +{"wikidata_id": "Q6023919", "display_name": "AES Indiana", "legal_name": null, "aliases": ["IPL", "Indianapolis Power & Light"], "website": "https://www.iplpower.com", "canonical_domain": "iplpower.com", "country": "US", "hq_city": "Indianapolis", "hq_region": "Marion County", "lat": 39.76861, "lon": -86.15806, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291508", "name": "AES Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IPL_Rball_4-color_process.jpg", "description": "American utility company providing electric service to the city of Indianapolis, IN", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7975 +{"wikidata_id": "Q6025478", "display_name": "Integratel Perú", "legal_name": null, "aliases": ["Movistar del Peru", "Telefónica del Perú"], "website": "https://www.telefonica.com.pe", "canonical_domain": "telefonica.com.pe", "country": "PE", "hq_city": "Lima", "hq_region": "Lima", "lat": -12.06, "lon": -77.0375, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q134692903", "name": "Integra Capital"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Movistar_isotype_2020.svg", "description": "telecommunications company in Peru", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7976 +{"wikidata_id": "Q6027756", "display_name": "Industrial Toys", "legal_name": null, "aliases": [], "website": "https://www.industrialtoys.com", "canonical_domain": "industrialtoys.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American developer and publisher of mobile games", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7977 +{"wikidata_id": "Q6038195", "display_name": "Inslaw", "legal_name": null, "aliases": ["Inc.", "Institute for Law and Social Research"], "website": "https://www.inslawinc.com", "canonical_domain": "inslawinc.com", "country": "US", "hq_city": "Washington, D.C.", "hq_region": "District of Columbia", "lat": 38.895, "lon": -77.03667, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inslaw%2C_Inc_logo.svg", "description": "American technology corporation", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7978 +{"wikidata_id": "Q6043639", "display_name": "inome", "legal_name": null, "aliases": ["Intelius"], "website": "https://www.intelius.com", "canonical_domain": "intelius.com", "country": "US", "hq_city": "Bellevue", "hq_region": "King County", "lat": 47.61444, "lon": -122.1925, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public records business", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7979 +{"wikidata_id": "Q6047563", "display_name": "Intermountain Health", "legal_name": null, "aliases": ["IHC", "Intermountain Healthcare", "Intermountain", "Intermountain Health Care"], "website": "https://intermountainhealthcare.org", "canonical_domain": "intermountainhealthcare.org", "country": "US", "hq_city": "Salt Lake City", "hq_region": "Salt Lake County", "lat": 40.75, "lon": -111.88333, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intermountain_Health_2023_logo.svg", "description": "healthcare provider in the Intermountain West in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7980 +{"wikidata_id": "Q6056552", "display_name": "Interprovincial Lottery Corporation", "legal_name": null, "aliases": [], "website": "https://www.ilc.ca", "canonical_domain": "ilc.ca", "country": "CA", "hq_city": "Toronto", "hq_region": "Ontario", "lat": 43.67028, "lon": -79.38667, "industries": ["entertainment"], "industry_labels": ["lottery"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian lottery organization", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7981 +{"wikidata_id": "Q6056822", "display_name": "Pacific Drums and Percussion", "legal_name": null, "aliases": [], "website": "https://www.pacificdrums.com", "canonical_domain": "pacificdrums.com", "country": "US", "hq_city": "Oxnard", "hq_region": "Ventura County", "lat": 34.19139, "lon": -119.1825, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American drum manufacturer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7982 +{"wikidata_id": "Q6064537", "display_name": "Iowa Pacific Holdings", "legal_name": null, "aliases": [], "website": "https://www.iowapacific.com", "canonical_domain": "iowapacific.com", "country": "US", "hq_city": "Chicago", "hq_region": "Cook County", "lat": 41.88194, "lon": -87.62778, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Iowa_Pacific_Holdings.jpg", "description": "railroad company (2001-2020)", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7983 +{"wikidata_id": "Q6083699", "display_name": "Islands Fine Burgers & Drinks", "legal_name": null, "aliases": [], "website": "https://www.islandsrestaurants.com", "canonical_domain": "islandsrestaurants.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7984 +{"wikidata_id": "Q6135978", "display_name": "Supermercados Disco", "legal_name": null, "aliases": ["Disco supermarket"], "website": "https://www.disco.com.ar", "canonical_domain": "disco.com.ar", "country": "AR", "hq_city": "Córdoba", "hq_region": "Capital Department", "lat": -31.41667, "lon": -64.18333, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1053372", "name": "Cencosud"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disco-Supermarket-Logo.svg", "description": "Argentine supermarket chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7985 +{"wikidata_id": "Q6135985", "display_name": "La Anónima", "legal_name": null, "aliases": ["La Anonima", "Supermercados La Anonima"], "website": "https://www.laanonima.com.ar", "canonical_domain": "laanonima.com.ar", "country": "AR", "hq_city": "Ituzaingó", "hq_region": "Ituzaingó Partido", "lat": -34.65822, "lon": -58.66721, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/La_anonima_logo.svg", "description": "supermarket chain in Argentina", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7986 +{"wikidata_id": "Q6155612", "display_name": "Jantzen", "legal_name": null, "aliases": [], "website": "https://www.jantzen.com", "canonical_domain": "jantzen.com", "country": "US", "hq_city": "Portland", "hq_region": "Multnomah County", "lat": 45.515, "lon": -122.67917, "industries": [], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business and swimwear brand", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7987 +{"wikidata_id": "Q6156244", "display_name": "Unimarc", "legal_name": null, "aliases": [], "website": "https://www.unimarc.cl", "canonical_domain": "unimarc.cl", "country": "CL", "hq_city": "Santiago", "hq_region": "Santiago Metropolitan Region", "lat": -33.4375, "lon": -70.65, "industries": ["retail"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unimarc_logo.svg", "description": "Chilean supermarket chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7988 +{"wikidata_id": "Q6166095", "display_name": "Waldo's", "legal_name": "Waldo’s", "aliases": ["Waldo's Mart"], "website": "https://waldos.com.mx", "canonical_domain": "waldos.com.mx", "country": "MX", "hq_city": "Tijuana", "hq_region": "Tijuana Municipality", "lat": 32.53645, "lon": -117.03715, "industries": ["retail"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Waldos_logo.svg", "description": "Mexican variety store chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7989 +{"wikidata_id": "Q6168434", "display_name": "Jazzercise", "legal_name": null, "aliases": ["Inc."], "website": "https://www.jazzercise.com", "canonical_domain": "jazzercise.com", "country": "US", "hq_city": "Carlsbad", "hq_region": "San Diego County", "lat": 33.15827, "lon": -117.351, "industries": ["healthcare", "retail"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US multinational dance fitness center chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7990 +{"wikidata_id": "Q6189874", "display_name": "Jewish Lights Publishing", "legal_name": null, "aliases": [], "website": "https://www.jewishlights.com", "canonical_domain": "jewishlights.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7855958", "name": "Turner Publishing Company"}, "logo_url": null, "description": "imprint of Turner Publishing", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7991 +{"wikidata_id": "Q619308", "display_name": "Arbutus Records", "legal_name": null, "aliases": [], "website": "https://www.arbutusrecords.com", "canonical_domain": "arbutusrecords.com", "country": "CA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arbutus_Records.jpg", "description": "Canadian record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7992 +{"wikidata_id": "Q6220134", "display_name": "John B. Stetson Company", "legal_name": null, "aliases": ["Stetson Hats", "Philadelphia"], "website": "https://www.stetson.com", "canonical_domain": "stetson.com", "country": "US", "hq_city": "Philadelphia", "hq_region": "Philadelphia County", "lat": 39.95278, "lon": -75.16361, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct maker of the Stetson cowboy hats", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7993 +{"wikidata_id": "Q6268615", "display_name": "Johnston & Murphy", "legal_name": null, "aliases": ["Johnston and Murphy"], "website": "https://www.johnstonmurphy.com", "canonical_domain": "johnstonmurphy.com", "country": "US", "hq_city": "Nashville", "hq_region": "Davidson County", "lat": 36.16222, "lon": -86.77444, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1850, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5532704", "name": "Genesco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JohnstonAndMurphy.png", "description": "footwear company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7994 +{"wikidata_id": "Q6277732", "display_name": "Jorge Barón Televisión", "legal_name": null, "aliases": ["Jorge Baron Television"], "website": "https://jorgebarontelevision.com.co", "canonical_domain": "jorgebarontelevision.com.co", "country": "CO", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Colombian producer and a former television programmer", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7995 +{"wikidata_id": "Q6280591", "display_name": "Joseph-Beth Booksellers", "legal_name": null, "aliases": ["Joseph-Beth"], "website": "https://www.josephbeth.com", "canonical_domain": "josephbeth.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Joseph-Beth_Booksellers_text_logo.png", "description": "independent book store chain in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7996 +{"wikidata_id": "Q6301102", "display_name": "Juan Valdez Café", "legal_name": null, "aliases": ["Juan Valdez"], "website": "https://www.juanvaldezcafe.com", "canonical_domain": "juanvaldezcafe.com", "country": "CO", "hq_city": "Bogotá", "hq_region": "Cundinamarca Department", "lat": 4.60971, "lon": -74.08175, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_JVC.jpg", "description": "Colombian coffeehouse chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7997 +{"wikidata_id": "Q6305173", "display_name": "Juice It Up!", "legal_name": null, "aliases": [], "website": "https://juiceitup.com", "canonical_domain": "juiceitup.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "juice and smoothie shop chain based in the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7998 +{"wikidata_id": "Q630550", "display_name": "Arbors Records", "legal_name": null, "aliases": [], "website": "https://www.arborsrecords.com", "canonical_domain": "arborsrecords.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7999 +{"wikidata_id": "Q6310847", "display_name": "Jumbo's Clown Room", "legal_name": null, "aliases": [], "website": "https://jumbos.com", "canonical_domain": "jumbos.com", "country": "US", "hq_city": null, "hq_region": null, "lat": 34.0905, "lon": -118.385, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bikini bar located in Los Angeles, California", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8000 +{"wikidata_id": "Q6312849", "display_name": "Jungle Jim's International Market", "legal_name": null, "aliases": [], "website": "https://junglejims.com", "canonical_domain": "junglejims.com", "country": "US", "hq_city": "Fairfield", "hq_region": "Hamilton County", "lat": 39.33116, "lon": -84.54284, "industries": ["retail"], "industry_labels": ["grocery store"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jungle_Jim%27s_International_Market_logo_379x76.png", "description": "supermarket in Ohio, United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8001 +{"wikidata_id": "Q6348465", "display_name": "Kaiser Ventures", "legal_name": null, "aliases": ["Kaiser Steel", "Kaiser Steel Corporation"], "website": "https://www.kaiserventures.com", "canonical_domain": "kaiserventures.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8002 +{"wikidata_id": "Q6348912", "display_name": "Kajeet", "legal_name": null, "aliases": [], "website": "https://www.kajeet.com", "canonical_domain": "kajeet.com", "country": "US", "hq_city": "McLean", "hq_region": "Fairfax County", "lat": 38.92833, "lon": -77.17528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cell Service Carrier (founded 2003.)", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8003 +{"wikidata_id": "Q6364831", "display_name": "Kansas City Power and Light Company", "legal_name": null, "aliases": ["KCP&L"], "website": "https://www.evergy.com", "canonical_domain": "evergy.com", "country": "US", "hq_city": "Kansas City", "hq_region": "Cass County", "lat": 39.05, "lon": -94.58333, "industries": ["energy", "utilities"], "industry_labels": ["electric power generation, transmission and distribution", "electricity supply company"], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "1128SIJQ26096WL7IO82", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KCPL.png", "description": "electric provider", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7987107"}]}
8004 +{"wikidata_id": "Q642112", "display_name": "advfilms.com", "legal_name": null, "aliases": [], "website": "https://www.advfilms.com", "canonical_domain": "advfilms.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2293215", "name": null}, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8005 +{"wikidata_id": "Q680485", "display_name": "Kunstmann", "legal_name": null, "aliases": [], "website": "https://www.cerveza-kunstmann.cl", "canonical_domain": "cerveza-kunstmann.cl", "country": "CL", "hq_city": "Torobayo", "hq_region": "Valdivia", "lat": -39.8325, "lon": -73.2678, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Kunstmann.png", "description": "Chilean brewery", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8006 +{"wikidata_id": "Q683265", "display_name": "Uniprix", "legal_name": null, "aliases": [], "website": "https://www.uniprix.com", "canonical_domain": "uniprix.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Urban agglomeration of Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uniprix_logo.svg", "description": "Canadian pharmacy chain", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8007 +{"wikidata_id": "Q723467", "display_name": "Liquid Robotics", "legal_name": null, "aliases": [], "website": "https://www.liquid-robotics.com", "canonical_domain": "liquid-robotics.com", "country": "US", "hq_city": "Sunnyvale", "hq_region": "Santa Clara County", "lat": 37.36889, "lon": -122.03694, "industries": ["robotics"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8008 +{"wikidata_id": "Q728481", "display_name": "Yukon Liquor Corporation", "legal_name": null, "aliases": [], "website": "https://www.ylc.yk.ca", "canonical_domain": "ylc.yk.ca", "country": "CA", "hq_city": "Whitehorse", "hq_region": "Yukon", "lat": 60.71722, "lon": -135.05583, "industries": ["food-beverage"], "industry_labels": ["alcohol monopoly"], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8009 +{"wikidata_id": "Q756154", "display_name": "Atlanta Bread Company", "legal_name": null, "aliases": [], "website": "https://www.atlantabread.com", "canonical_domain": "atlantabread.com", "country": "US", "hq_city": "Smyrna", "hq_region": "Cobb County", "lat": 33.8719, "lon": -84.5183, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlanta_Bread_Company_logo.svg", "description": "fast-food chains of the United States", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8010 +{"wikidata_id": "Q763762", "display_name": "August Schell Brewing Company", "legal_name": null, "aliases": ["Schell's Brewery"], "website": "https://www.schellsbrewery.com", "canonical_domain": "schellsbrewery.com", "country": "US", "hq_city": "New Ulm", "hq_region": "Brown County", "lat": 44.3125, "lon": -94.46056, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8011 +{"wikidata_id": "Q780223", "display_name": "Unidisc Music", "legal_name": null, "aliases": [], "website": "https://www.unidisc.com", "canonical_domain": "unidisc.com", "country": "CA", "hq_city": "Montreal", "hq_region": "Greater Montreal", "lat": 45.50334, "lon": -73.58684, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8012 +{"wikidata_id": "Q795413", "display_name": "BAM Racing", "legal_name": null, "aliases": [], "website": "https://www.bam49racing.com", "canonical_domain": "bam49racing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8013 +{"wikidata_id": "Q812067", "display_name": "Bay Ferries", "legal_name": null, "aliases": ["Bay Ferries Limited"], "website": "https://www.ferries.ca", "canonical_domain": "ferries.ca", "country": "CA", "hq_city": "Charlottetown", "hq_region": "Queens County", "lat": 46.23528, "lon": -63.12667, "industries": ["transportation"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8014 +{"wikidata_id": "Q8322", "display_name": "Atmosphere Visual Effects", "legal_name": null, "aliases": [], "website": "https://www.atmosphere-vfx.com", "canonical_domain": "atmosphere-vfx.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["entertainment"], "industry_labels": ["visual effects"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Vancouver-based visual effects company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8015 +{"wikidata_id": "Q83741", "display_name": "8bitpeoples", "legal_name": "8bitpeoples", "aliases": ["8BP"], "website": "https://8bitpeoples.com", "canonical_domain": "8bitpeoples.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "US netlabel; electronic music label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8016 +{"wikidata_id": "Q851379", "display_name": "Buddyhead Records", "legal_name": null, "aliases": [], "website": "https://www.buddyhead.com", "canonical_domain": "buddyhead.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8017 +{"wikidata_id": "Q861605", "display_name": "United International Bank", "legal_name": null, "aliases": [], "website": "https://www.uibbank.com", "canonical_domain": "uibbank.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8018 +{"wikidata_id": "Q861622", "display_name": "Cervecería Polar", "legal_name": null, "aliases": ["Cerveceria Polar"], "website": "https://www.empresas-polar.com", "canonical_domain": "empresas-polar.com", "country": "VE", "hq_city": "Caracas", "hq_region": "Libertador Municipality", "lat": 10.50611, "lon": -66.91444, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2393414", "name": "Empresas Polar"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Old_logo_Cervecer%C3%ADa_Polar_%281945%29_Venezuela.png", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4726660"}]}
8019 +{"wikidata_id": "Q861679", "display_name": "Balashi", "legal_name": null, "aliases": [], "website": "https://balashibrewery.com", "canonical_domain": "balashibrewery.com", "country": "AW", "hq_city": "Aruba", "hq_region": "Kingdom of the Netherlands", "lat": 12.515, "lon": -69.975, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Balashi_logo2.png", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8020 +{"wikidata_id": "Q862044", "display_name": "Triad Racing Technologies", "legal_name": null, "aliases": [], "website": "https://www.billdavisracing.com", "canonical_domain": "billdavisracing.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8021 +{"wikidata_id": "Q925169", "display_name": "Tavistock Group", "legal_name": null, "aliases": [], "website": "https://www.tavistock.com", "canonical_domain": "tavistock.com", "country": "US", "hq_city": "Windermere", "hq_region": "Orange County", "lat": 28.49667, "lon": -81.53389, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tavistock_Group_logo.svg", "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8022 +{"wikidata_id": "Q940752", "display_name": "Bourne Co. Music Publishers", "legal_name": null, "aliases": ["Bourne Co."], "website": "https://www.bournemusic.com", "canonical_domain": "bournemusic.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music publishing"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American music publishing company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8023 +{"wikidata_id": "Q943460", "display_name": "Gateway Casinos", "legal_name": null, "aliases": [], "website": "https://www.gatewaycasinos.com", "canonical_domain": "gatewaycasinos.com", "country": "CA", "hq_city": "Burnaby", "hq_region": "Metro Vancouver Regional District", "lat": 49.25, "lon": -122.94917, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8024 +{"wikidata_id": "Q986982", "display_name": "Marine Turbine Technologies", "legal_name": null, "aliases": [], "website": "https://www.marineturbine.com", "canonical_domain": "marineturbine.com", "country": "US", "hq_city": "Los Angeles", "hq_region": "Los Angeles County", "lat": 34.05223, "lon": -118.24368, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8025 +{"wikidata_id": "Q139547724", "display_name": "GetFresh Ventures", "legal_name": null, "aliases": ["GFV", "Get Fresh Ventures", "GetFresh"], "website": "https://getfreshventures.com", "canonical_domain": "getfreshventures.com", "country": "CA", "hq_city": "Vancouver", "hq_region": "Metro Vancouver Regional District", "lat": 49.26083, "lon": -123.11389, "industries": ["consulting"], "industry_labels": ["business and other management consultancy activities"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": null, "exchange": "privately held company", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Canadian AI-native growth engineering firm for growth-stage CEOs", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8026 +{"wikidata_id": "Q140870160", "display_name": "Hippo Insurance", "legal_name": null, "aliases": [], "website": "https://www.hippo.com", "canonical_domain": "hippo.com", "country": "US", "hq_city": "Palo Alto", "hq_region": "Santa Clara County", "lat": 37.42917, "lon": -122.13806, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American insurtech company", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8027 +{"wikidata_id": "Q140870168", "display_name": "Horace Mann Educators Corporation", "legal_name": null, "aliases": [], "website": "https://www.horacemann.com", "canonical_domain": "horacemann.com", "country": "US", "hq_city": "Springfield", "hq_region": "Sangamon County", "lat": 39.7975, "lon": -89.645, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American insurance holding company", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8028 +{"wikidata_id": "Q141433165", "display_name": "Stewards Inc.", "legal_name": null, "aliases": ["FAVO Capital", "Stewards Business Capital"], "website": "https://stewards.com", "canonical_domain": "stewards.com", "country": "US", "hq_city": "Lauderhill", "hq_region": "Broward County", "lat": 26.16556, "lon": -80.2325, "industries": ["financial-services"], "industry_labels": ["SIC 6153 Short-Term Business Credit Institutions"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SWRD", "exchange": "Nasdaq", "lei": null, "sec_cik": "1795851", "parent": null, "logo_url": null, "description": "American financial services company listed on Nasdaq", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1795851", "enriched_at": "2026-09-13T07:23:10+00:00"}}
8029 +{"wikidata_id": "Q43401341", "display_name": "Quanergy", "legal_name": null, "aliases": [], "website": "https://quanergy.com", "canonical_domain": "quanergy.com", "country": "US", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "California developer of LiDAR technology", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8030 +{"wikidata_id": "Q4743289", "display_name": "American Capital", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.americancapital.com", "canonical_domain": "americancapital.com", "country": "US", "hq_city": "Bethesda", "hq_region": "Montgomery County", "lat": 38.98483, "lon": -77.09465, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "IX05XKCONTEBR8CL9Q86", "sec_cik": null, "parent": null, "logo_url": null, "description": "American publicly traded private equity firm and global asset manager", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8031 +{"wikidata_id": "Q5031634", "display_name": "Syneron Candela", "legal_name": null, "aliases": ["Candela Corp"], "website": "https://candelamedical.com", "canonical_domain": "candelamedical.com", "country": "US", "hq_city": "Marlborough", "hq_region": "Middlesex County", "lat": 42.34583, "lon": -71.55278, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "American medical laser company", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8032 +{"wikidata_id": "Q7097878", "display_name": "Opexa Therapeutics", "legal_name": null, "aliases": ["Opexa Therapeutics (United States)"], "website": "https://www.opexatherapeutics.com", "canonical_domain": "opexatherapeutics.com", "country": "US", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["pharmaceuticals"], "industry_labels": ["SIC 2834 Pharmaceutical Preparations"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": "549300BRA7GF5PCH1L04", "sec_cik": "1069308", "parent": null, "logo_url": null, "description": "company in The Woodlands, United States", "sitelinks": 0, "importance": 0.1, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1069308", "enriched_at": "2026-09-13T07:23:12+00:00"}}
modified registry/companies/wikidata-asia.ndjson +6110 −1998
@@ -1,1998 +1,10334 @@
1 {"wikidata_id": "Q53268", "display_name": "Toyota", "legal_name": null, "aliases": ["TOYOTA JIDOSHA KABUSHIKI KAISHA", "TOYOTA JIDOSHA KABUSHIKI KAISHA (Toyota)", "Toyota Motor", "Toyota Motor Corporation"], "website": "https://global.toyota", "canonical_domain": "global.toyota", "country": "JP", "hq_city": "Toyota", "hq_region": "Aichi Prefecture", "lat": 35.08242, "lon": 137.15633, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1937, "employees": 359542, "public_company": true, "ticker": "7203", "exchange": "Tokyo Stock Exchange", "lei": "5493006W3QUS5LMH6R84", "sec_cik": "1094517", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota.svg", "description": "Japanese multinational automotive manufacturer", "sitelinks": 149, "importance": 0.912, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
2 {"wikidata_id": "Q9584", "display_name": "Honda", "legal_name": "Honda Motor Company, Ltd.", "aliases": ["Honda Giken Kōgyō", "Honda Giken Kogyo K.K.", "Honda Motor Co.", "Ltd.", "Honda Motor Co.", "Ltd. (Tokyo)", "Honda Motor Company", "Ltd."], "website": "https://global.honda", "canonical_domain": "global.honda", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["manufacturing", "automotive"], "industry_labels": ["industrial manufacturing", "automotive industry"], "founded_year": 1948, "employees": 204035, "public_company": true, "ticker": "7267", "exchange": "Tokyo Stock Exchange", "lei": "549300P7ZYCQJ36CCS16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honda_logo.svg", "description": "manufacturer of automobiles, motorcycles, and power equipment", "sitelinks": 105, "importance": 0.8673, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
3 {"wikidata_id": "Q41187", "display_name": "Sony Group", "legal_name": "ソニーグループ株式会社", "aliases": ["Tokyo Telecommunications Engineering Corporation", "Totsuko"], "website": "https://www.sony.com", "canonical_domain": "sony.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["technology", "gaming", "manufacturing"], "industry_labels": ["electronics industry", "video game industry", "electrical industry"], "founded_year": 1946, "employees": 112300, "public_company": true, "ticker": "6758", "exchange": "Tokyo Stock Exchange", "lei": "529900R5WX9N2OI2N910", "sec_cik": "313838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Group_logo.svg", "description": "Japanese multinational conglomerate corporation", "sitelinks": 114, "importance": 0.8672, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1134268"}]}
4 {"wikidata_id": "Q20165", "display_name": "Nissan", "legal_name": "Nissan Motor Co., Ltd.", "aliases": ["Nissan Motor Company", "Nissan Jidōsha Kabushiki-gaisha", "Nissan Motor Co. Ltd.", "Nissan Motor Co.", "Ltd.", "Nissan Motor Company Ltd", "Nissan Motors", "Nissan Motor Co."], "website": "https://www.nissan-global.com", "canonical_domain": "nissan-global.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1933, "employees": 136134, "public_company": true, "ticker": "7201", "exchange": "Tokyo Stock Exchange", "lei": "353800DRBDH1LUTNAY26", "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissan_brand_wordmark.svg", "description": "Japanese automobile manufacturer", "sitelinks": 90, "importance": 0.8454, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
5 {"wikidata_id": "Q8093", "display_name": "Nintendo", "legal_name": "Nintendo Co., Ltd.", "aliases": ["Nintendō kabushiki-gaisha"], "website": "https://www.nintendo.com", "canonical_domain": "nintendo.com", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1889, "employees": 7317, "public_company": true, "ticker": "7974", "exchange": "Tokyo Stock Exchange", "lei": "353800FEEXU6I9M0ZF27", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nintendo.svg", "description": "Japanese multinational video game and consumer electronics company", "sitelinks": 131, "importance": 0.8422, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1053784"}]}
6 {"wikidata_id": "Q53247", "display_name": "Panasonic Holdings Corporation", "legal_name": null, "aliases": ["Panasonic", "Panasonic Holdings", "Matsushita Electric Industrial Co.", "Ltd."], "website": "https://holdings.panasonic", "canonical_domain": "holdings.panasonic", "country": "JP", "hq_city": "Kadoma", "hq_region": "Osaka Prefecture", "lat": 34.73222, "lon": 135.59944, "industries": ["technology", "consumer-goods", "semiconductors", "gaming"], "industry_labels": ["electronics", "home appliance", "semiconductor industry", "video game industry"], "founded_year": 1918, "employees": 257533, "public_company": true, "ticker": "6752", "exchange": "Tokyo Stock Exchange", "lei": "254900GE1G59KGWPHX32", "sec_cik": "63271", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panasonic_Group_logo.svg", "description": "Japanese multinational electronics corporation", "sitelinks": 79, "importance": 0.8411, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
7 {"wikidata_id": "Q158888", "display_name": "Yamaha Motor Company", "legal_name": "Yamaha Motor Co., Ltd", "aliases": ["Yamaha Motor"], "website": "https://global.yamaha-motor.com", "canonical_domain": "yamaha-motor.com", "country": "JP", "hq_city": "Iwata", "hq_region": "Shizuoka Prefecture", "lat": 34.71789, "lon": 137.85153, "industries": ["industrial-machinery", "manufacturing", "automotive"], "industry_labels": ["mechanical engineering", "industrial manufacturing", "automotive industry"], "founded_year": 1955, "employees": 53701, "public_company": true, "ticker": "7272", "exchange": "Tokyo Stock Exchange", "lei": "3538004LR5NXILJDHY88", "sec_cik": "1447100", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamaha_Motor_2025.svg", "description": "Japanese motorcycle manufacturer", "sitelinks": 93, "importance": 0.8353, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1447100", "enriched_at": "2026-09-12T09:34:58+00:00"}}
8 {"wikidata_id": "Q14799", "display_name": "Lenovo", "legal_name": "Lenovo Group Limited", "aliases": ["Lenovo Group", "Lenovo Group Ltd.", "Lenovo Mobile Communication Technology Ltd.", "Liánxiǎng"], "website": "https://www.lenovo.com", "canonical_domain": "lenovo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["electronics", "computer hardware industry"], "founded_year": 1984, "employees": 77000, "public_company": true, "ticker": "992", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lenovo_logo_%282015_onwards%29_2.svg", "description": "Chinese multinational technology company established in 1984", "sitelinks": 83, "importance": 0.8287, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1327887"}]}
9 {"wikidata_id": "Q1359568", "display_name": "Alibaba Group", "legal_name": null, "aliases": ["Alibaba", "ALIBABA GROUP", "Alibaba Group (Cayman Islands)", "ALIBABA GROUP HOLDING", "Alibaba Group Holding Limited", "Alibaba Group Holding Limited (Grand Cayman)"], "website": "https://www.alibabagroup.com", "canonical_domain": "alibabagroup.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1999, "employees": 251462, "public_company": true, "ticker": "BABA", "exchange": "New York Stock Exchange", "lei": "5493001NTNQJDH60PM02", "sec_cik": "1577552", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alibaba_en_logo.svg", "description": "Chinese multinational technology company", "sitelinks": 70, "importance": 0.8282, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
10 {"wikidata_id": "Q181642", "display_name": "Suzuki Motor Corporation", "legal_name": "Suzuki Motor Corporation", "aliases": [], "website": "https://www.globalsuzuki.com", "canonical_domain": "globalsuzuki.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1909, "employees": 68499, "public_company": true, "ticker": "7269", "exchange": "Tokyo Stock Exchange", "lei": "353800D83H0V3ZV1SV24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suzuki_logo_2025.svg", "description": "Japanese multinational automotive corporation", "sitelinks": 83, "importance": 0.827, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
11 {"wikidata_id": "Q4548", "display_name": "Turkish Airlines", "legal_name": "Türk Hava Yolları", "aliases": ["TK", "DHY", "THY", "Türkiye Devlet Hava Yolları"], "website": "https://www.turkishairlines.com", "canonical_domain": "turkishairlines.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1933, "employees": 40245, "public_company": true, "ticker": "THYAO", "exchange": "Borsa Istanbul", "lei": "789000EV8M3BL7ZPFB03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turkish_Airlines_logo_2019_compact.svg", "description": "national flag-carrier airline of Turkey", "sitelinks": 89, "importance": 0.8266, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
12 {"wikidata_id": "Q62621", "display_name": "Canon Inc.", "legal_name": null, "aliases": ["Canon", "Canon K.K.", "Canon Kabushiki Kaisha", "CANON KABUSHIKI KAISHA (Tokyo)", "Johann von Straschiripka", "Seikikōgaku kenkyūsho"], "website": "https://global.canon", "canonical_domain": "global.canon", "country": "JP", "hq_city": "Krefeld", "hq_region": null, "lat": null, "lon": null, "industries": ["technology", "manufacturing"], "industry_labels": ["electronics", "electrical industry"], "founded_year": 1937, "employees": 194151, "public_company": true, "ticker": "7751", "exchange": "Tokyo Stock Exchange", "lei": "529900JH1GSC035SSP77", "sec_cik": "16988", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canon_wordmark.svg", "description": "Japanese multinational imaging corporation", "sitelinks": 71, "importance": 0.8259, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
13 {"wikidata_id": "Q35996", "display_name": "Mazda", "legal_name": null, "aliases": ["Matsuda Kabushiki-gaisha", "Mazda Motor", "Mazda Motor Corporation"], "website": "https://www.mazda.com", "canonical_domain": "mazda.com", "country": "JP", "hq_city": "Fuchū-chō", "hq_region": "Aki district", "lat": 34.39258, "lon": 132.50453, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1920, "employees": 48750, "public_company": true, "ticker": "7261", "exchange": "Tokyo Stock Exchange", "lei": "52990044YZJLICDQKK92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mazda_logo_2024_%28vertical%29.svg", "description": "Japanese multinational automaker", "sitelinks": 82, "importance": 0.8208, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
14 {"wikidata_id": "Q463094", "display_name": "foxconn.com", "legal_name": null, "aliases": ["Hon Hai", "Hon Hai Precision Industry Co", "Hon Hai Precision Industry Co.", "Ltd."], "website": "https://www.foxconn.com", "canonical_domain": "foxconn.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics", "electronics industry"], "founded_year": 1974, "employees": 618460, "public_company": true, "ticker": "2317", "exchange": "Taiwan Stock Exchange", "lei": "30030004CM3GSZXX7O56", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foxconn_Logo.svg", "description": "Taiwanese multinational electronics contract manufacturer", "sitelinks": 56, "importance": 0.8181, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q9364866"}]}
15 {"wikidata_id": "Q1636958", "display_name": "Xiaomi", "legal_name": null, "aliases": ["Beijing Xiaomi Technology Co.", "Ltd", "Xiaomi (China)", "Xiaomi Tech", "Xiaomi Technology Co.", "Ltd"], "website": "https://www.mi.com", "canonical_domain": "mi.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive", "consumer-goods", "technology"], "industry_labels": ["mobile phone", "automotive industry", "home appliance", "consumer electronics industry"], "founded_year": 2010, "employees": 16683, "public_company": true, "ticker": "1810", "exchange": "Hong Kong Stock Exchange", "lei": "2549001ACVFAZRNMKL32", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xiaomi_logo_%282021-%29.svg", "description": "Chinese electronics company", "sitelinks": 88, "importance": 0.8126, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q15954223"}]}
16 {"wikidata_id": "Q26463", "display_name": "Industrial and Commercial Bank of China", "legal_name": "中国工商银行股份有限公司", "aliases": ["ICBC", "Industrial and Commercial Bank of China Limited"], "website": "https://www.icbc.com.cn", "canonical_domain": "icbc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1984, "employees": 439787, "public_company": true, "ticker": "601398", "exchange": "Shanghai Stock Exchange", "lei": "5493002ERZU2K9PZDL40", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese multinational banking company", "sitelinks": 53, "importance": 0.8075, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
17 {"wikidata_id": "Q679322", "display_name": "Saudi Aramco", "legal_name": "Saudi Arabian Oil Group", "aliases": ["Arabian-American Oil Company", "Aramco", "Saudi Arabian Oil Company", "Saudi Arabian Oil Company (Dhahran)"], "website": "https://www.aramco.com", "canonical_domain": "aramco.com", "country": "SA", "hq_city": "Dhahran", "hq_region": "Eastern Province", "lat": 26.26667, "lon": 50.15, "industries": ["oil-gas", "mining"], "industry_labels": ["oil refining", "petroleum industry", "extraction of petroleum", "extraction of crude petroleum and natural gas"], "founded_year": 1932, "employees": 79000, "public_company": true, "ticker": "2222", "exchange": "Saudi Stock Exchange", "lei": "5586006WD91QHB7J4X50", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_aramco_logo.svg", "description": "Saudi Arabian state-owned petroleum company", "sitelinks": 64, "importance": 0.8021, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
18 {"wikidata_id": "Q14772", "display_name": "Baidu", "legal_name": null, "aliases": ["Bǎidù", "Inc.", "BEIJING BAIDU NETCOM SCIENCE AND TECHNOLOGY CO.", "LTD. (Beijing)", "BIDU", "Baidu Group"], "website": "https://www.baidu.com", "canonical_domain": "baidu.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2000, "employees": 31000, "public_company": true, "ticker": "BIDU", "exchange": "Nasdaq", "lei": "254900AL64IANZYI1E02", "sec_cik": "1329099", "parent": null, "logo_url": null, "description": "Chinese web services company", "sitelinks": 71, "importance": 0.7993, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
19 {"wikidata_id": "Q20718", "display_name": "Samsung Electronics", "legal_name": null, "aliases": ["Samsung", "Samsung Electric Industries", "Samsung Electronics Co.", "Samsung Electronics Co.", "Ltd", "Samsung Electronics Co.", "Ltd.", "Samsung Electronics Co."], "website": "https://www.samsungsales.co.kr", "canonical_domain": "samsungsales.co.kr", "country": "KR", "hq_city": "Suwon", "hq_region": "Gyeonggi Province", "lat": 37.28583, "lon": 127.01, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1969, "employees": 109541, "public_company": true, "ticker": "SMSNN", "exchange": "São Paulo Stock Exchange", "lei": "9884007ER46L6N7EI764", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_wordmark.svg", "description": "South Korean multinational electronics corporation", "sitelinks": 59, "importance": 0.7984, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
20 {"wikidata_id": "Q188514", "display_name": "Tata Motors Ltd", "legal_name": null, "aliases": ["TELCO", "Tata Engineering and Locomotive Company", "Tata Motors", "Tata Motors Limited"], "website": "https://www.tatamotors.com", "canonical_domain": "tatamotors.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": 27948, "public_company": true, "ticker": "TATAMOTORS", "exchange": "National Stock Exchange of India", "lei": "335800BO2LHWJJ8TZI32", "sec_cik": "926042", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Motors_Logo.svg", "description": "Indian multinational automotive manufacturing company", "sitelinks": 70, "importance": 0.7964, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
21 {"wikidata_id": "Q186394", "display_name": "Fujitsu", "legal_name": "Fujitsu Limited", "aliases": ["Fujitsū Kabushiki-Kaisha", "FUJITSU LIMITED (Kawasaki)", "Fujitsu Ltd."], "website": "https://global.fujitsu", "canonical_domain": "global.fujitsu", "country": "JP", "hq_city": "Shiodome City Center", "hq_region": "Higashi-Shinbashi", "lat": 35.66535, "lon": 139.76098, "industries": ["telecommunications", "technology"], "industry_labels": ["telecommunications industry", "electronics industry"], "founded_year": 1935, "employees": 200000, "public_company": true, "ticker": "6702", "exchange": "Tokyo Stock Exchange", "lei": "3538000246DHJLRTUZ24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujitsu-Logo.svg", "description": "Japanese multinational information technology equipment and services company", "sitelinks": 52, "importance": 0.7941, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
22 {"wikidata_id": "Q860580", "display_name": "Tencent", "legal_name": "腾讯科技股份有限公司", "aliases": ["AdvanceDataServices Limited", "Shenzhen Tencent Computer Systems Company Limited", "Tencent Group", "Tencent Holdings", "Tencent Holdings Limited", "Tencent Holdings Ltd.", "Tengxun", "Téngxùn"], "website": "https://www.tencent.com", "canonical_domain": "tencent.com", "country": "CN", "hq_city": "Maling", "hq_region": "Yuehai Subdistrict", "lat": null, "lon": null, "industries": ["technology", "gaming"], "industry_labels": ["information technology", "video game industry"], "founded_year": 1998, "employees": 62885, "public_company": true, "ticker": "700", "exchange": "Hong Kong Stock Exchange", "lei": "254900N4SLUMW4XUYY11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tencent_logo_2017.svg", "description": "Chinese multinational investment holding conglomerate", "sitelinks": 59, "importance": 0.7904, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
23 {"wikidata_id": "Q36033", "display_name": "Mitsubishi Motors", "legal_name": null, "aliases": ["Mitsubishi Jidosha", "Mitsubishi Jidōsha Kōgyō", "Mitsubishi Jidosha Kogyo KK", "Mitsubishi Motors Corporation"], "website": "https://www.mitsubishi-motors.com", "canonical_domain": "mitsubishi-motors.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1970, "employees": 42625, "public_company": true, "ticker": "7211", "exchange": "Tokyo Stock Exchange", "lei": "5299006ZTN6MO1N5BR16", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_motors_new_logo.svg", "description": "Japanese automotive manufacturer", "sitelinks": 61, "importance": 0.7882, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
24 {"wikidata_id": "Q51747", "display_name": "Air China", "legal_name": null, "aliases": ["CCA", "CA", "Air China Limited"], "website": "https://www.airchina.com", "canonical_domain": "airchina.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": 50000, "public_company": true, "ticker": "601111", "exchange": "Shanghai Stock Exchange", "lei": "213800I9TWC9K22N4502", "sec_cik": null, "parent": {"wikidata_id": "Q10874735", "name": "China National Aviation Fuel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_China_wordmark.svg", "description": "flag carrier of the People's Republic of China", "sitelinks": 59, "importance": 0.7871, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
25 {"wikidata_id": "Q53227", "display_name": "Sharp Corporation", "legal_name": null, "aliases": ["Sharp", "Sharp corporation electronics", "Sharp Electronics", "SHARP KABUSHIKI KAISHA", "SHARP KABUSHIKI KAISHA (Sakai)"], "website": "https://corporate.jp.sharp", "canonical_domain": "jp.sharp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "consumer electronics industry"], "founded_year": 1912, "employees": 50253, "public_company": true, "ticker": "6753", "exchange": "Tokyo Stock Exchange", "lei": "353800YEPK9PD7QO3449", "sec_cik": null, "parent": {"wikidata_id": "Q463094", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Sharp_Corporation.svg", "description": "Japanese electronics company", "sitelinks": 58, "importance": 0.7854, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
26 {"wikidata_id": "Q186012", "display_name": "htc.com", "legal_name": null, "aliases": ["Hóngdá Guójì Diànzǐ Gǔfèn Yǒuxiàn Gōngsī"], "website": "https://www.htc.com", "canonical_domain": "htc.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1997, "employees": 17280, "public_company": true, "ticker": "2498", "exchange": "Taiwan Stock Exchange", "lei": "254900W80TBUV38I3662", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HTC.svg", "description": "Taiwanese electronics company", "sitelinks": 67, "importance": 0.7849, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
27 {"wikidata_id": "Q162345", "display_name": "LG Electronics", "legal_name": null, "aliases": ["LG", "LGE", "LG Electronics Inc."], "website": "https://lg.com", "canonical_domain": "lg.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["consumer-goods", "retail"], "industry_labels": ["wholesale trade (business-to-business) of household appliances", "retail industry"], "founded_year": 1958, "employees": 90578, "public_company": true, "ticker": "LGLD", "exchange": "London Stock Exchange", "lei": "988400RMQFTGZIOG0609", "sec_cik": "948343", "parent": {"wikidata_id": "Q136778", "name": "LG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_Electronics_logo_2015_%28english%29.svg", "description": "South Korean multinational electronics company", "sitelinks": 53, "importance": 0.7846, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
28 {"wikidata_id": "Q26989", "display_name": "Infosys limited", "legal_name": null, "aliases": ["ITL", "Infosys (India)", "Infosys Limitied", "Infosys Ltd", "Infosys Technologies", "Infosys Technologies Limited", "Infy", "Infosys Limited"], "website": "https://www.infosys.com", "canonical_domain": "infosys.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology"], "industry_labels": ["IT service management"], "founded_year": 1981, "employees": 328594, "public_company": true, "ticker": "INFY", "exchange": "National Stock Exchange of India", "lei": "335800TYLGG93MM7PR89", "sec_cik": "1067491", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infosys_logo.svg", "description": "Indian multinational technology company", "sitelinks": 44, "importance": 0.7841, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1067491", "enriched_at": "2026-09-12T09:34:58+00:00"}}
29 {"wikidata_id": "Q503182", "display_name": "PetroChina Company Limited", "legal_name": "Petrochina International Company Ltd.", "aliases": ["PetroChina"], "website": "https://petrochinaintl.com.hk", "canonical_domain": "petrochinaintl.com.hk", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": 521566, "public_company": true, "ticker": "601857", "exchange": "Shanghai Stock Exchange", "lei": "529900RPY4YG47TRSV05", "sec_cik": null, "parent": {"wikidata_id": "Q588786", "name": "China National Petroleum Corporation"}, "logo_url": null, "description": "Chinese oil and gas company", "sitelinks": 41, "importance": 0.7835, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
30 {"wikidata_id": "Q713418", "display_name": "TSMC", "legal_name": null, "aliases": ["Taiwan Semiconductor", "Táiwān Jītǐ Diànlù Zhìzào Gōngsī", "Taiwan Semiconductor Co.", "Ltd.", "TAIWAN SEMICONDUCTOR MANUFACTURING CO.", "LTD. (Hsinchu)", "Tsmc"], "website": "https://www.tsmc.com", "canonical_domain": "tsmc.com", "country": "TW", "hq_city": "Hsinchu Science Park", "hq_region": "Zhubei City", "lat": 24.78, "lon": 121.01361, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1987, "employees": 65152, "public_company": true, "ticker": "2330", "exchange": "Taiwan Stock Exchange", "lei": "549300KB6NK5SBD14S87", "sec_cik": "1046179", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TSMC_wordmark.svg", "description": "semiconductor foundry company headquartered in Taiwan", "sitelinks": 54, "importance": 0.7818, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
31 {"wikidata_id": "Q204284", "display_name": "All Nippon Airways", "legal_name": null, "aliases": ["ANA", "All Nippon Airways Co.", "ANA Airlines", "Zennikkū"], "website": "https://www.ana.co.jp", "canonical_domain": "ana.co.jp", "country": "JP", "hq_city": "Higashi-Shinbashi", "hq_region": "Minato", "lat": 35.66279, "lon": 139.75985, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1952, "employees": 42196, "public_company": true, "ticker": "9202", "exchange": "Tokyo Stock Exchange", "lei": "5493006HTHC5ZN0POY11", "sec_cik": null, "parent": {"wikidata_id": "Q11189379", "name": "ANA Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/All_Nippon_Airways_Logo.svg", "description": "Japanese airline", "sitelinks": 57, "importance": 0.7811, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
32 {"wikidata_id": "Q908931", "display_name": "Reliance Industries Limited", "legal_name": "Reliance Industries Limited", "aliases": ["Reliance", "RIL", "Reliance Industries"], "website": "https://www.ril.com", "canonical_domain": "ril.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1958, "employees": 389414, "public_company": true, "ticker": "RELIANCE", "exchange": "National Stock Exchange of India", "lei": "5493003UOETFYRONLG31", "sec_cik": "861884", "parent": null, "logo_url": null, "description": "Indian company", "sitelinks": 41, "importance": 0.7793, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "861884", "enriched_at": "2026-09-12T09:34:58+00:00"}}
33 {"wikidata_id": "Q831445", "display_name": "Sinopec", "legal_name": null, "aliases": ["Sinopec Group", "China Petroleum & Chemical Corporation", "Sinopec Limited"], "website": "https://www.sinopechongkong.com", "canonical_domain": "sinopechongkong.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2000, "employees": 351019, "public_company": true, "ticker": "600028", "exchange": "Shanghai Stock Exchange", "lei": "529900A2OB24EZ5B3J19", "sec_cik": "1123658", "parent": null, "logo_url": null, "description": "Chinese oil and gas company", "sitelinks": 41, "importance": 0.7778, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1123658", "enriched_at": "2026-09-12T09:34:58+00:00"}}
34 {"wikidata_id": "Q790068", "display_name": "Bank of China", "legal_name": "Bank of China Limited", "aliases": ["BOC", "BOC Ltd.", "Zhōngguó Yínháng"], "website": "https://www.boc.cn", "canonical_domain": "boc.cn", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1912, "employees": 310042, "public_company": true, "ticker": "601988", "exchange": "Shanghai Stock Exchange", "lei": "54930053HGCFWVHYZX42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_China_symbol.svg", "description": "state-owned bank in China", "sitelinks": 41, "importance": 0.776, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
35 {"wikidata_id": "Q136484", "display_name": "ZTE", "legal_name": "ZTE Corporation", "aliases": ["Zhongxing New Telecommunications Equipment", "Zhongxing Semiconductor", "Zhongxing Telecommunication Equipment"], "website": "https://www.zte.com.cn", "canonical_domain": "zte.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1985, "employees": 72093, "public_company": true, "ticker": "000063", "exchange": "Shenzhen Stock Exchange", "lei": "3003004FBGVVG1CW5U45", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZTE-logo.svg", "description": "Chinese telecommunication company", "sitelinks": 50, "importance": 0.7753, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
36 {"wikidata_id": "Q2608329", "display_name": "比亞迪股份有限公司", "legal_name": "比亞迪股份有限公司", "aliases": ["BYD", "Build Your Dreams", "BYD Company Limited"], "website": "https://www.bydglobal.com", "canonical_domain": "bydglobal.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.67743, "lon": 114.35017, "industries": ["automotive", "technology", "energy"], "industry_labels": ["automotive industry", "consumer electronics industry", "battery industry"], "founded_year": 1995, "employees": 703500, "public_company": true, "ticker": "002594", "exchange": "Shenzhen Stock Exchange", "lei": "5299005557VL7ULJ7A69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BYD_Company%2C_Ltd._-_Logo.svg", "description": "Chinese battery and electric vehicles manufacturer", "sitelinks": 36, "importance": 0.7745, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
37 {"wikidata_id": "Q1340361", "display_name": "State Bank of India", "legal_name": null, "aliases": [], "website": "https://sbi.bank.in", "canonical_domain": "bank.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1806, "employees": 209567, "public_company": true, "ticker": "SBIN", "exchange": "National Stock Exchange of India", "lei": "5493001JZ37UBBZF6L49", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State_Bank_of_India.svg", "description": "Indian public sector bank and financial services organization", "sitelinks": 42, "importance": 0.7728, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1653258"}, {"related_domain_conflict": "Q631047"}, {"related_domain_conflict": "Q2003797"}, {"related_domain_conflict": "Q2743499"}, {"related_domain_conflict": "Q2003549"}, {"related_domain_conflict": "Q2004304"}, {"related_domain_conflict": "Q2004439"}, {"related_domain_conflict": "Q2003777"}, {"related_domain_conflict": "Q2007090"}, {"related_domain_conflict": "Q2003789"}, {"related_domain_conflict": "Q2040404"}, {"related_domain_conflict": "Q2004078"}, {"related_domain_conflict": "Q2003302"}, {"related_domain_conflict": "Q2003611"}, {"related_domain_conflict": "Q2005310"}, {"related_domain_conflict": "Q2044983"}, {"related_domain_conflict": "Q2040394"}, {"related_domain_conflict": "Q19882235"}, {"related_domain_conflict": "Q2040323"}, {"related_domain_conflict": "Q3633485"}, {"related_domain_conflict": "Q2040429"}, {"related_domain_conflict": "Q2042632"}, {"related_domain_conflict": "Q2044973"}, {"related_domain_conflict": "Q6373724"}, {"related_domain_conflict": "Q2040264"}, {"related_domain_conflict": "Q2040440"}, {"related_domain_conflict": "Q13120398"}, {"related_domain_conflict": "Q22031467"}, {"related_domain_conflict": "Q5053244"}, {"related_domain_conflict": "Q2044991"}, {"related_domain_conflict": "Q6959715"}, {"related_domain_conflict": "Q24041756"}]}
38 {"wikidata_id": "Q152864", "display_name": "ASUS", "legal_name": "ASUSTeK Computer Inc.", "aliases": ["Asus", "ASUSTeK"], "website": "https://www.asus.com", "canonical_domain": "asus.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 1989, "employees": 5831, "public_company": true, "ticker": "2357", "exchange": "Taiwan Stock Exchange", "lei": "549300E2OSYSGUTTFT68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asus_31_Years.svg", "description": "Taiwanese computers and electronics company", "sitelinks": 69, "importance": 0.7722, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
39 {"wikidata_id": "Q188454", "display_name": "Yamaha", "legal_name": "Yamaha Corporation", "aliases": [], "website": "https://jp.yamaha.com", "canonical_domain": "yamaha.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["automotive", "industrial-machinery", "entertainment", "technology"], "industry_labels": ["automotive industry", "manufacture of machinery and equipment", "music industry", "electronics industry"], "founded_year": 1987, "employees": 19895, "public_company": true, "ticker": "7951", "exchange": "Tokyo Stock Exchange", "lei": "529900S5TENP3IJS7S02", "sec_cik": "1232143", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamaha_logo.svg", "description": "Japanese music and audio equipment maker", "sitelinks": 58, "importance": 0.772, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4022423"}]}
40 {"wikidata_id": "Q26299", "display_name": "China Construction Bank", "legal_name": null, "aliases": [], "website": "https://en.ccb.com", "canonical_domain": "ccb.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1954, "employees": 369183, "public_company": true, "ticker": "601939", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2944409", "name": "Central Huijin Investment"}, "logo_url": null, "description": "bank in the People's Republic of China", "sitelinks": 38, "importance": 0.7707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5099642"}]}
41 {"wikidata_id": "Q188822", "display_name": "Asian Development Bank", "legal_name": "Asian Development Bank", "aliases": ["ADB"], "website": "https://adb.org", "canonical_domain": "adb.org", "country": "PH", "hq_city": "Mandaluyong", "hq_region": "Metro Manila", "lat": 14.58333, "lon": 121.03333, "industries": ["banking", "media"], "industry_labels": ["development aid"], "founded_year": 1966, "employees": 3687, "public_company": true, "ticker": "ATB", "exchange": "Australian Securities Exchange", "lei": "549300X0MVH42CY8Q105", "sec_cik": "311669", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADB_logo_%26_wordmark.svg", "description": "regional development bank", "sitelinks": 72, "importance": 0.77, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
42 {"wikidata_id": "Q164740", "display_name": "Fujifilm Corporation", "legal_name": "Fuji Photo Film Co., Ltd.", "aliases": ["Fuji", "Fujifilm", "Fujifilm Business Innovation Corp.", "Fujifuirumu", "Fujifuirumu Kabushiki-kaisha", "FUJIFILM Business Innovation Corp. (Tokyo)", "FUJIFILM CORPORATION (Tokyo)"], "website": "https://www.fujifilm.com", "canonical_domain": "fujifilm.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["biotechnology", "manufacturing", "healthcare"], "industry_labels": ["photographic process", "photo industry", "regenerative medicine", "printing company", "Document Solutions", "medical imaging"], "founded_year": 1934, "employees": 75845, "public_company": true, "ticker": "4901", "exchange": "Tokyo Stock Exchange", "lei": "3538006FOBB5D741GF13", "sec_cik": null, "parent": {"wikidata_id": "Q11455891", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujifilm_logo.svg", "description": "Japanese conglomerate started as photographic film manufacturer", "sitelinks": 46, "importance": 0.7674, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1473137"}]}
43 {"wikidata_id": "Q26298", "display_name": "Agricultural Bank of China", "legal_name": null, "aliases": ["ABC"], "website": "https://www.abchina.com", "canonical_domain": "abchina.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1951, "employees": 503082, "public_company": true, "ticker": "601288", "exchange": "Shanghai Stock Exchange", "lei": "549300E7TSGLCOVSY746", "sec_cik": null, "parent": null, "logo_url": null, "description": "major bank in the People's Republic of China", "sitelinks": 35, "importance": 0.7668, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
44 {"wikidata_id": "Q45700", "display_name": "Konami", "legal_name": null, "aliases": ["KONAMI", "Konami Holdings Corporation", "Konica Enix"], "website": "https://www.konami.com", "canonical_domain": "konami.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1969, "employees": 10392, "public_company": true, "ticker": "9766", "exchange": "Tokyo Stock Exchange", "lei": "353800FC4A5QCMIZFV94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Konami_4th_logo_1.svg", "description": "Japanese entertainment and video game company", "sitelinks": 58, "importance": 0.7626, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4638923"}]}
45 {"wikidata_id": "Q481778", "display_name": "Acer", "legal_name": "Acer Inc.", "aliases": ["Acer Group", "Multitech"], "website": "https://www.acer-group.com", "canonical_domain": "acer-group.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["telecommunications", "technology"], "industry_labels": ["information and communications industry", "information technology industry", "computer hardware industry"], "founded_year": 1976, "employees": 7240, "public_company": true, "ticker": "2353", "exchange": "Taiwan Stock Exchange", "lei": "2549006Z3IVAZIQEUM25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acer_Group_2012.svg", "description": "Taiwanese multinational hardware and electronics corporation", "sitelinks": 61, "importance": 0.7626, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
46 {"wikidata_id": "Q910401", "display_name": "SAIC Motor", "legal_name": null, "aliases": ["SAIC Motor Corporation Limited", "Shanghai Automotive Industry Corporation"], "website": "https://www.saicmotor.com", "canonical_domain": "saicmotor.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": 204815, "public_company": true, "ticker": "600104", "exchange": "Shanghai Stock Exchange", "lei": "30030001QBC7EXJJGT71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAIC_Motor.svg", "description": "Chinese state-owned automotive company", "sitelinks": 37, "importance": 0.7595, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
47 {"wikidata_id": "Q217338", "display_name": "Casio", "legal_name": null, "aliases": ["Casio Computer Co. Ltd.", "Casio Computer Co.", "Ltd.", "Casio Computer Company", "Limited"], "website": "https://world.casio.com", "canonical_domain": "casio.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1957, "employees": 9732, "public_company": true, "ticker": "6952", "exchange": "Tokyo Stock Exchange", "lei": "353800JRMIABSXKHV344", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Casio_logo.svg", "description": "multinational electronics manufacturing company", "sitelinks": 56, "importance": 0.758, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
48 {"wikidata_id": "Q13227919", "display_name": "Tata Consultancy Services", "legal_name": null, "aliases": ["TCS", "TATA CONSULTANCY SERVICES LIMITED (Mumbai)"], "website": "https://www.tcs.com", "canonical_domain": "tcs.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1968, "employees": 600000, "public_company": true, "ticker": "TCS", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TATA_Consultancy_Services_Logo.svg", "description": "Information technology consulting company", "sitelinks": 30, "importance": 0.7536, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
49 {"wikidata_id": "Q221692", "display_name": "Petronas", "legal_name": null, "aliases": ["Petronas Gas Berhad", "Petronas Gas Bhd", "Petronas Gas Bhd."], "website": "https://www.petronasgas.com", "canonical_domain": "petronasgas.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": 33944, "public_company": true, "ticker": "6033", "exchange": "Bursa Malaysia", "lei": "5493003RZQYJM7QGNE15", "sec_cik": null, "parent": {"wikidata_id": "Q7243278", "name": "Malaysian Prime Minister's Department"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PETRONAS-logo.svg", "description": "Malaysian state-owned oil and gas company", "sitelinks": 45, "importance": 0.7535, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
50 {"wikidata_id": "Q848059", "display_name": "Mahindra & Mahindra", "legal_name": null, "aliases": ["Mahindra", "Mahindra & Mahindra Limited", "Mahindra and Mahindra"], "website": "https://www.mahindra.com", "canonical_domain": "mahindra.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": 64992, "public_company": true, "ticker": "INE101A01026", "exchange": "National Stock Exchange of India", "lei": "3358003B573EV4KB4Z02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mahindra_Electric_SUVs_Logo.jpg", "description": "Indian multinational automobile manufacturer", "sitelinks": 41, "importance": 0.7534, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6734045"}]}
51 {"wikidata_id": "Q748148", "display_name": "Kawasaki Heavy Industries", "legal_name": "Kawasaki Heavy Industries, Ltd.", "aliases": ["KHI", "Kawasaki Heavy Industries Ltd", "Kawasaki Jūkōgyō Kabushiki-gaisha"], "website": "https://www.khi.co.jp", "canonical_domain": "khi.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["defense", "industrial-machinery"], "industry_labels": ["weapons industry", "manufacture of machinery and equipment"], "founded_year": 1878, "employees": 32706, "public_company": true, "ticker": "7012", "exchange": "Tokyo Stock Exchange", "lei": "5493008FFSI8SQ74AT93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kawasaki_Heavy_Industries_Logo.svg", "description": "Japanese multinational manufacturing company", "sitelinks": 45, "importance": 0.753, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q776146"}]}
52 {"wikidata_id": "Q499071", "display_name": "East Japan Railway Company", "legal_name": "East Japan Railway Company", "aliases": ["JR East", "JR-E"], "website": "https://www.jreast.co.jp", "canonical_domain": "jreast.co.jp", "country": "JP", "hq_city": "JR East Headquarters Building", "hq_region": "Yoyogi", "lat": 35.6873, "lon": 139.7, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": 73063, "public_company": true, "ticker": "9020", "exchange": "Tokyo Stock Exchange", "lei": "353800SENYJ2DSM6PS44", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28east%29.svg", "description": "passenger railway service provider in east Japan", "sitelinks": 40, "importance": 0.7525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
53 {"wikidata_id": "Q51756", "display_name": "China Airlines", "legal_name": null, "aliases": ["CI", "CAL", "Dynasty"], "website": "https://www.china-airlines.com", "canonical_domain": "china-airlines.com", "country": "TW", "hq_city": "CAL Park", "hq_region": "Dayuan District", "lat": 25.06782, "lon": 121.22042, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1959, "employees": 11251, "public_company": true, "ticker": "2610", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier and largest airline in Republic of China", "sitelinks": 52, "importance": 0.7524, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
54 {"wikidata_id": "Q201653", "display_name": "SoftBank Group", "legal_name": null, "aliases": ["SoftBank", "SoftBank Group Corp."], "website": "https://group.softbank", "canonical_domain": "group.softbank", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["technology", "telecommunications"], "industry_labels": ["information technology", "telecommunications", "telecommunications industry"], "founded_year": 1981, "employees": 68402, "public_company": true, "ticker": "9984", "exchange": "Tokyo Stock Exchange", "lei": "5493003BZYYYCDIO0R13", "sec_cik": "1065521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SoftBank_Group_logo.svg", "description": "Japanese company", "sitelinks": 40, "importance": 0.7516, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1065521", "enriched_at": "2026-09-12T09:34:58+00:00"}}
55 {"wikidata_id": "Q29803", "display_name": "Isuzu", "legal_name": null, "aliases": ["Isuzu Motors", "Isuzu Jidōsha Kabushiki-Kaisha"], "website": "https://www.isuzu.co.jp", "canonical_domain": "isuzu.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1934, "employees": 8111, "public_company": true, "ticker": "7202", "exchange": "Tokyo Stock Exchange", "lei": "529900C0QSXVCC7AR494", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Isuzu.svg", "description": "Japanese company manufacturing motor vehicles", "sitelinks": 53, "importance": 0.7497, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
56 {"wikidata_id": "Q688619", "display_name": "Olympus Corporation", "legal_name": "オリンパス株式会社", "aliases": ["Olympus Soft Imaging Solutions", "Orinpasu Kabushiki-gaisha", "OLYMPUS CORPORATION", "OLYMPUS IMAGING CORP.", "OLYMPUS OPTICAL CO.", "LTD", "OLYMPUS CORPORATION (Tokyo)"], "website": "https://www.olympus-global.com", "canonical_domain": "olympus-global.com", "country": "JP", "hq_city": "Hamburg", "hq_region": "Germany", "lat": 53.55, "lon": 10.0, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1919, "employees": 33300, "public_company": true, "ticker": "7733", "exchange": "Tokyo Stock Exchange", "lei": "5299000Y52IFDI1I2A21", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Olympus_Corporation_logo.svg", "description": "Japanese company", "sitelinks": 43, "importance": 0.7486, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
57 {"wikidata_id": "Q211165", "display_name": "Asiana Airlines", "legal_name": "Asiana Airlines Inc.", "aliases": ["AAR", "ASIANA", "OZ", "Asiana Cargo", "Seoul Airlines"], "website": "https://www.flyasiana.com", "canonical_domain": "flyasiana.com", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Seoul", "lat": 37.55098, "lon": 126.84955, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": 10380, "public_company": true, "ticker": "020560", "exchange": "Korean Stock Exchange", "lei": "2138001V1YWXYBSZX565", "sec_cik": "1750", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asiana_Airlines.svg", "description": "airline in South Korea", "sitelinks": 50, "importance": 0.7472, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1750", "enriched_at": "2026-09-12T09:34:58+00:00"}}
58 {"wikidata_id": "Q512468", "display_name": "Garuda Indonesia", "legal_name": "PT Garuda Indonesia (Persero) Tbk", "aliases": ["Garuda", "GIAA", "KLM Interinsulair Bedrijf", "Garuda Air", "Garuda Airline", "Garuda Airlines", "Garuda Indonesia (Persero)", "Garuda Indonesia (Persero) Tbk"], "website": "https://www.garuda-indonesia.com", "canonical_domain": "garuda-indonesia.com", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["aerospace-defense", "transportation"], "industry_labels": ["aircraft industry", "transport industry", "infrastructure industry"], "founded_year": 1947, "employees": 12414, "public_company": true, "ticker": "GIAA", "exchange": "Indonesia Stock Exchange", "lei": "254900CUWPNFYKQUW656", "sec_cik": null, "parent": null, "logo_url": null, "description": "the national airline of Indonesia", "sitelinks": 47, "importance": 0.7435, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
59 {"wikidata_id": "Q1256188", "display_name": "Ping An Insurance", "legal_name": "中國平安保險(集團)股份有限公司", "aliases": ["Ping An Insurance Company of China", "Ping An Insurance(Group)Company of China", "Ltd.", "Ping An of China"], "website": "https://www.pingan.com", "canonical_domain": "pingan.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1988, "employees": 362035, "public_company": true, "ticker": "601318", "exchange": "Shanghai Stock Exchange", "lei": "300300IP9S6FHQPKRN68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ping_An_Logo_%282022%29.svg", "description": "Chinese insurance company", "sitelinks": 29, "importance": 0.7429, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7195659"}]}
60 {"wikidata_id": "Q14428", "display_name": "Capcom", "legal_name": null, "aliases": ["CAPCOM", "Capcom Co.", "Ltd."], "website": "https://www.capcom.com", "canonical_domain": "capcom.com", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1979, "employees": 2832, "public_company": true, "ticker": "9697", "exchange": "Tokyo Stock Exchange", "lei": "529900JJWQKXS3TC8744", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capcom_logo.svg", "description": "Japanese video game company", "sitelinks": 57, "importance": 0.742, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
61 {"wikidata_id": "Q5417145", "display_name": "Evergrande Group", "legal_name": null, "aliases": ["China Evergrande", "China Evergrande Group", "Hengda Group"], "website": "https://www.evergrande.com", "canonical_domain": "evergrande.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["real-estate"], "industry_labels": ["real estate development", "real estate industry"], "founded_year": 1996, "employees": 123276, "public_company": true, "ticker": "3333", "exchange": "Hong Kong Stock Exchange", "lei": "549300CUF7B1LAB15T90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Evergrande_Group_logo.svg", "description": "Chinese property developer", "sitelinks": 33, "importance": 0.7404, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
62 {"wikidata_id": "Q159614", "display_name": "Seiko Epson", "legal_name": null, "aliases": ["Epson", "Seiko Epson Corporation", "SEIKO EPSON CORPORATION (Tokyo)", "Seikō Epuson Kabushiki-gaisha", "Suwa Seikosha Co.", "Ltd."], "website": "https://corporate.epson", "canonical_domain": "corporate.epson", "country": "JP", "hq_city": "Suwa", "hq_region": "Nagano Prefecture", "lat": 36.03914, "lon": 138.11403, "industries": ["technology"], "industry_labels": ["precision mechanics", "electronics industry"], "founded_year": 1881, "employees": 74464, "public_company": true, "ticker": "6724", "exchange": "Tokyo Stock Exchange", "lei": "549300NIOFQDR749W206", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epson_logo.svg", "description": "Japanese electronics company", "sitelinks": 35, "importance": 0.7391, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
63 {"wikidata_id": "Q1538336", "display_name": "China North Industries Group Corporation Limited", "legal_name": null, "aliases": ["China North Engine Research Institute", "China North Industries Corporation", "China North Industries Group Corporation", "Norinco Group", "CNIGC", "Norinco Group", "North Industries Corporation"], "website": "https://www.norincogroup.com.cn", "canonical_domain": "norincogroup.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["chemicals", "defense", "industrial-machinery"], "industry_labels": ["chemical industry", "weapons industry", "manufacture of machinery and equipment"], "founded_year": 1980, "employees": 204378, "public_company": true, "ticker": "000065", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned enterprise", "sitelinks": 30, "importance": 0.738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6035316"}]}
64 {"wikidata_id": "Q1117001", "display_name": "Great Wall Motor", "legal_name": null, "aliases": ["Great Wall", "Great Wall Motor Company Limited", "Great Wall Motors", "GWM"], "website": "https://www.onegwm.co.za", "canonical_domain": "onegwm.co.za", "country": "CN", "hq_city": "Baoding", "hq_region": "Hebei", "lat": 38.81539, "lon": 115.45711, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": 82439, "public_company": true, "ticker": "601633", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GWM_2025_logo.svg", "description": "Chinese vehicle manufacturing company", "sitelinks": 34, "importance": 0.7377, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
65 {"wikidata_id": "Q207784", "display_name": "Square Enix", "legal_name": null, "aliases": ["SE", "SQEX", "Square Enix Holdings", "SQUARE ENIX CO.", "LTD.", "Square Enix Holdings Co.", "Ltd.", "Square-Enix"], "website": "https://www.square-enix.com", "canonical_domain": "square-enix.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Shinjuku", "lat": 35.69092, "lon": 139.70606, "industries": ["entertainment", "media", "gaming"], "industry_labels": ["film industry", "publishing", "video game industry"], "founded_year": 1975, "employees": 5077, "public_company": true, "ticker": "SQNXF", "exchange": "OTC Markets Group", "lei": "529900KCRNRDF8DIA489", "sec_cik": null, "parent": {"wikidata_id": "Q11311474", "name": "Square Enix Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Square_Enix_logo.svg", "description": "Japanese video game developer, publisher, and distribution company", "sitelinks": 50, "importance": 0.7369, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
66 {"wikidata_id": "Q855479", "display_name": "TDK", "legal_name": null, "aliases": ["TDK Electronics", "TDK Kabushiki-gaisha", "TDK Corporation", "TDK Electronics Co.", "Ltd", "Tokyo Denkikagaku Kogyo", "TDK CORPORATION (Tokyo)"], "website": "https://www.tdk.com", "canonical_domain": "tdk.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1935, "employees": 53923, "public_company": true, "ticker": "6762", "exchange": "Tokyo Stock Exchange", "lei": "3538005O8WNU39U8NX03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TDK-Logo.svg", "description": "Japanese multinational electronics company", "sitelinks": 35, "importance": 0.7345, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
67 {"wikidata_id": "Q963101", "display_name": "Tata Steel", "legal_name": null, "aliases": ["Tata Iron and Steel Company Limited", "Tata Steel Limited", "The Tata Iron and Steel Company", "Limited."], "website": "https://www.tatasteel.com", "canonical_domain": "tatasteel.com", "country": "IN", "hq_city": "Bombay House", "hq_region": "Mumbai", "lat": 18.9318, "lon": 72.8317, "industries": ["mining"], "industry_labels": ["iron and steel industry", "iron and steel industry in India"], "founded_year": 1907, "employees": 80391, "public_company": true, "ticker": "TATASTEEL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Steel_Logo.svg", "description": "Indian multinational steel-making company", "sitelinks": 33, "importance": 0.7342, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
68 {"wikidata_id": "Q2667719", "display_name": "Aviation Industry Corporation of China, Ltd.", "legal_name": null, "aliases": ["AVIC", "Aviation Industry Corporation of China"], "website": "https://en.avic.com", "canonical_domain": "avic.com", "country": "CN", "hq_city": "Chaoyang District", "hq_region": "Beijing", "lat": 39.92038, "lon": 116.43737, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1951, "employees": 535942, "public_company": true, "ticker": "0232", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned aerospace manufacturer", "sitelinks": 25, "importance": 0.7335, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q560441"}, {"related_domain_conflict": "Q136478"}]}
69 {"wikidata_id": "Q745099", "display_name": "Kyocera", "legal_name": null, "aliases": ["Kyocera Corporation", "KYOCERA Corporation (Kyoto)", "Kyōsera Kabushiki-gaisha"], "website": "https://americas.kyocera.com", "canonical_domain": "kyocera.com", "country": "JP", "hq_city": "Fushimi-ku", "hq_region": "Kyoto", "lat": 34.93556, "lon": 135.76139, "industries": ["technology"], "industry_labels": ["electronics", "industry"], "founded_year": 1959, "employees": 79185, "public_company": true, "ticker": "6971", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "57083", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyocera_logo.svg", "description": "Japanese multinational electronics and ceramics manufacturer", "sitelinks": 32, "importance": 0.7309, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "57083", "enriched_at": "2026-09-12T09:34:58+00:00"}}
70 {"wikidata_id": "Q733958", "display_name": "TCL Technology", "legal_name": "TTK家电有限公司", "aliases": ["TCL", "TCL Communication Equipment Company Limited", "TCL Corporation", "TCL Group", "TCL Group Corporation Limited", "TCL Technology Group Corporation", "TCL Technology Group Corporation Limited", "Telephone Company Limited"], "website": "https://www.tcl.com", "canonical_domain": "tcl.com", "country": "CN", "hq_city": "Huizhou", "hq_region": "Guangdong", "lat": 23.11147, "lon": 114.41523, "industries": ["technology", "semiconductors"], "industry_labels": ["electronics", "semiconductor", "technology"], "founded_year": 1981, "employees": 50000, "public_company": true, "ticker": "000100", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_TCL_Corporation.svg", "description": "Chinese multinational technology company", "sitelinks": 34, "importance": 0.7304, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q29468800"}]}
71 {"wikidata_id": "Q2609533", "display_name": "Midea", "legal_name": null, "aliases": ["Midea company", "Midea Group"], "website": "https://www.midea.com", "canonical_domain": "midea.com", "country": "CN", "hq_city": "Beijiao Town", "hq_region": "Shunde District", "lat": 22.9311, "lon": 113.20184, "industries": ["manufacturing", "consumer-goods"], "industry_labels": ["industrial manufacturing", "home appliance industry"], "founded_year": 1968, "employees": 190000, "public_company": true, "ticker": "000333", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Midea.svg", "description": "Chinese electrical appliance manufacturer", "sitelinks": 28, "importance": 0.73, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
72 {"wikidata_id": "Q327247", "display_name": "ASICS", "legal_name": null, "aliases": ["ASICS Corporation"], "website": "https://www.asics.com", "canonical_domain": "asics.com", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1949, "employees": 9039, "public_company": true, "ticker": "7936", "exchange": "Tokyo Stock Exchange", "lei": "3538002LJMRZ83SU0B85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asics_Logo.svg", "description": "Japanese athletic equipment company", "sitelinks": 43, "importance": 0.7297, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
73 {"wikidata_id": "Q648280", "display_name": "Mitsubishi Heavy Industries", "legal_name": null, "aliases": ["MHI", "Ltd.", "MITSUBISHI HEAVY INDUSTRIES", "LTD. (Tokyo)", "Mitsubishi Jūkōgyō Kabushiki-kaisha"], "website": "https://www.mhi.com", "canonical_domain": "mhi.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": 1934, "employees": 68213, "public_company": true, "ticker": "7011", "exchange": "Tokyo Stock Exchange", "lei": "353800TJ98PCAZROVE69", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_heavyindustries_mhi_logo.svg", "description": "Japanese company", "sitelinks": 32, "importance": 0.7287, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
74 {"wikidata_id": "Q502935", "display_name": "Micro-Star International", "legal_name": null, "aliases": ["MSI"], "website": "https://www.msi.com", "canonical_domain": "msi.com", "country": "TW", "hq_city": "Zhonghe District", "hq_region": "New Taipei City", "lat": 24.99722, "lon": 121.50417, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1986, "employees": 18000, "public_company": true, "ticker": "2377", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Micro-Star_International_logo2020.svg", "description": "Taiwanese electronics company", "sitelinks": 38, "importance": 0.727, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
75 {"wikidata_id": "Q691508", "display_name": "Makita", "legal_name": null, "aliases": ["Makita Corporation"], "website": "https://makita.com.ar", "canonical_domain": "makita.com.ar", "country": "JP", "hq_city": "Anjō", "hq_region": "Aichi Prefecture", "lat": 34.95872, "lon": 137.08033, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1915, "employees": 16424, "public_company": true, "ticker": "6586", "exchange": "Tokyo Stock Exchange", "lei": "529900CDR9E94BCM6294", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Makita_Logo.svg", "description": "Japanese manufacturer of power tools", "sitelinks": 38, "importance": 0.7257, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
76 {"wikidata_id": "Q898750", "display_name": "Teva Pharmaceutical Industries Ltd.", "legal_name": "טבע תעשיות פרמצבטיות בע\"מ", "aliases": ["Teva Pharmaceuticals", "Teva Branded Pharmaceutical Products", "Teva Branded Pharmaceutical Products R&D", "Inc.", "Teva Pharmaceutical Industries Ltd"], "website": "https://www.teva.co.il", "canonical_domain": "teva.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1901, "employees": 42535, "public_company": true, "ticker": "TEVA", "exchange": "Tel Aviv Stock Exchange", "lei": "549300BAFGM4RC74ZJ94", "sec_cik": "818686", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TevaPharm.svg", "description": "Israeli pharmaceutical company", "sitelinks": 33, "importance": 0.725, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
77 {"wikidata_id": "Q699848", "display_name": "MediaTek", "legal_name": null, "aliases": ["MTK", "Liánfā Kējì Gǔfèn Yǒuxiàn Gōngsī", "MediaTek Inc."], "website": "https://www.mediatek.com", "canonical_domain": "mediatek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1997, "employees": 17377, "public_company": true, "ticker": "2454", "exchange": "Taiwan Stock Exchange", "lei": "254900UEGBK1I4DM4E14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MediaTek_logo.svg", "description": "Taiwanese semiconductor company", "sitelinks": 37, "importance": 0.7238, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
78 {"wikidata_id": "Q1542175", "display_name": "Mitsubishi UFJ Financial Group", "legal_name": "株式会社三菱UFJフィナンシャル・グループ", "aliases": ["Inc.", "MUFG"], "website": "https://www.mufg.jp", "canonical_domain": "mufg.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Marunouchi", "lat": 35.67869, "lon": 139.76417, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector", "SIC 6029 Commercial Banks, NEC"], "founded_year": 2005, "employees": 104900, "public_company": true, "ticker": "8306.T", "exchange": "Tokyo Stock Exchange", "lei": "353800V2V8PUY9TK3E06", "sec_cik": "67088", "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_UFJ_Financial_Group.svg", "description": "Japanese bank holding and financial services company", "sitelinks": 28, "importance": 0.7214, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6883178"}], "source_edgar": {"cik": "67088", "enriched_at": "2026-09-12T09:34:58+00:00"}}
79 {"wikidata_id": "Q1069105", "display_name": "Kazakhstan Temir Zholy", "legal_name": null, "aliases": ["Kazakhstan Railways", "KTZ", "National Company Kazakhstan Temir Zholy", "Qazaqstan Temir Zholy"], "website": "https://www.railways.kz", "canonical_domain": "railways.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 2002, "employees": 146000, "public_company": true, "ticker": "TMJL", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4407014", "name": "Samruk-Kazyna"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Kazakh_railway.jpg", "description": "national railway company of Kazakhstan", "sitelinks": 26, "importance": 0.7186, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
80 {"wikidata_id": "Q18653563", "display_name": "Contemporary Amperex Technology Co. Limited", "legal_name": null, "aliases": ["CATL", "Contemporary Amperex Technology Ltd"], "website": "https://www.catl.com", "canonical_domain": "catl.com", "country": "CN", "hq_city": "Ningde", "hq_region": "Fujian", "lat": 26.66167, "lon": 119.52278, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": 2011, "employees": 83601, "public_company": true, "ticker": "300750", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Contemporary_Amperex_Technology_2020_logo.svg", "description": "Chinese battery company", "sitelinks": 28, "importance": 0.7181, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
81 {"wikidata_id": "Q370719", "display_name": "SK Hynix", "legal_name": null, "aliases": ["Hynix", "Hyundai Electronic Industrial Co.", "Ltd", "Hyundai Electronic Industrial Co.", "Ltd.", "Hyundai Electronics", "Hyundai Electronics Industries Co. Ltd.", "SK hynix Inc."], "website": "https://www.skhynix.com", "canonical_domain": "skhynix.com", "country": "KR", "hq_city": "Icheon", "hq_region": "Gyeonggi Province", "lat": 37.27917, "lon": 127.4425, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry", "semiconductor industry in South Korea"], "founded_year": 1983, "employees": 17130, "public_company": true, "ticker": "000660", "exchange": "Korean Stock Exchange", "lei": "988400XAIK6XISWQV045", "sec_cik": "2120882", "parent": {"wikidata_id": "Q494158", "name": "SK Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hynix-Logo.svg", "description": "South Korean memory semiconductor supplier", "sitelinks": 35, "importance": 0.7179, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
82 {"wikidata_id": "Q118911", "display_name": "Konica Minolta", "legal_name": null, "aliases": ["Konica Minolta Business Solutions", "Konika Minoruta"], "website": "https://kmbs.konicaminolta.us", "canonical_domain": "konicaminolta.us", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2003, "employees": 36000, "public_company": true, "ticker": "4902", "exchange": "Tokyo Stock Exchange", "lei": "549300SVK6KRUOL1A740", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Konica_Minolta.svg", "description": "Japanese technology company", "sitelinks": 31, "importance": 0.7162, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
83 {"wikidata_id": "Q1417227", "display_name": "KazMunayGas", "legal_name": null, "aliases": [], "website": "https://www.kmg.kz", "canonical_domain": "kmg.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": 89909, "public_company": true, "ticker": "KMGZ", "exchange": "Kazakhstan Stock Exchange", "lei": "2138001H1M69RFJCSH88", "sec_cik": null, "parent": {"wikidata_id": "Q2472280", "name": "National Bank of Kazakhstan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KazMunayGas_logo.svg", "description": "state-owned oil and gas company of Kazakhstan", "sitelinks": 27, "importance": 0.7154, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
84 {"wikidata_id": "Q876017", "display_name": "Israel Aerospace Industries Ltd", "legal_name": "התעשיה האוירית לישראל בע\"מ", "aliases": ["IAI", "Israel Aircraft Industries"], "website": "https://www.iai.co.il", "canonical_domain": "iai.co.il", "country": "IL", "hq_city": "Lod", "hq_region": "Central District", "lat": 31.95, "lon": 34.9, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1953, "employees": 16500, "public_company": true, "ticker": "ARSP", "exchange": "Tel Aviv Stock Exchange", "lei": "213800NHLDOM1LVCYX17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iai_mlm_logo.jpg", "description": "aerospace and defense manufacturer", "sitelinks": 34, "importance": 0.7144, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2909171"}]}
85 {"wikidata_id": "Q483946", "display_name": "POSCO", "legal_name": null, "aliases": ["Pohang Jonghab Jecheol Jusikhoesa"], "website": "https://www.posco.com", "canonical_domain": "posco.com", "country": "KR", "hq_city": "Pohang", "hq_region": "North Gyeongsang", "lat": 36.03222, "lon": 129.365, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1968, "employees": 37225, "public_company": true, "ticker": "PKX", "exchange": "New York Stock Exchange", "lei": "988400E5HRVX81AYLM04", "sec_cik": "889132", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/POSCO_logo.svg", "description": "company, from Pohang, South Korea; with New York Exchange -listed share (PKX)", "sitelinks": 30, "importance": 0.7134, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
86 {"wikidata_id": "Q1073540", "display_name": "China Telecommunications Corporation", "legal_name": null, "aliases": ["China Telecom Group", "China Telecom", "China Telecom Corp Ltd", "China Telecom Corporation Limited"], "website": "https://www.ctexcel.com", "canonical_domain": "ctexcel.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["media", "telecommunications"], "industry_labels": ["terrestrial television", "telecommunications industry"], "founded_year": 1995, "employees": 309799, "public_company": true, "ticker": "CHA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1191255", "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned telecommunication company", "sitelinks": 22, "importance": 0.7127, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
87 {"wikidata_id": "Q853958", "display_name": "NTT DoCoMo", "legal_name": null, "aliases": ["DOCOMO", "Nippon Telegraph and Telephone Do Communication Mobile", "Ntt", "NTT docomo", "NTT DOCOMO", "NTT DOCOMO", "INC.", "NTTドコモ"], "website": "https://www.docomo.ne.jp", "canonical_domain": "docomo.ne.jp", "country": "JP", "hq_city": "Sanno Park Tower", "hq_region": "Nagatachō", "lat": 35.67306, "lon": 139.74028, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1992, "employees": 27558, "public_company": true, "ticker": "9437", "exchange": "Tokyo Stock Exchange", "lei": "353800TVPXCGWDZIIU09", "sec_cik": "1166141", "parent": {"wikidata_id": "Q1054787", "name": "NTT, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NTT_Docomo_2025.svg", "description": "Japanese telecommunications company", "sitelinks": 31, "importance": 0.7124, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
88 {"wikidata_id": "Q1514221", "display_name": "Kubota", "legal_name": "クボタ", "aliases": ["Kabushiki-kaisha Kubota", "Kubota Corporation"], "website": "https://www.kubota.com", "canonical_domain": "kubota.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1890, "employees": 41605, "public_company": true, "ticker": "6326", "exchange": "Tokyo Stock Exchange", "lei": "549300CSY4INHEHQQT13", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kubota-Logo.svg", "description": "Japanese multinational manufacturing company", "sitelinks": 29, "importance": 0.7115, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
89 {"wikidata_id": "Q1325369", "display_name": "Elbit Systems Ltd.", "legal_name": "אלביט מערכות בע\"מ", "aliases": [], "website": "https://www.elbitsystems.com", "canonical_domain": "elbitsystems.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1966, "employees": 20000, "public_company": true, "ticker": "ESLT", "exchange": "Tel Aviv Stock Exchange", "lei": "529900Q9CB1REUMZSS32", "sec_cik": "1027664", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elbit_Systems_logo.svg", "description": "Israel-based defense electronics company", "sitelinks": 32, "importance": 0.711, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1027664", "enriched_at": "2026-09-12T09:34:58+00:00"}}
90 {"wikidata_id": "Q3598926", "display_name": "JD.com", "legal_name": null, "aliases": ["Jingdong", "360buy", "Jingdong Mall"], "website": "https://jd.com", "canonical_domain": "jd.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2004, "employees": 62000, "public_company": true, "ticker": "JD", "exchange": "Nasdaq", "lei": "549300HVTWB0GJZ16V92", "sec_cik": "1549802", "parent": null, "logo_url": null, "description": "Chinese e-commerce company", "sitelinks": 27, "importance": 0.7101, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
91 {"wikidata_id": "Q513679", "display_name": "Central Japan Railway Company", "legal_name": "Central Japan Railway Company", "aliases": ["JR Central", "JR Tokai", "JR Tōkai"], "website": "https://jr-central.co.jp", "canonical_domain": "jr-central.co.jp", "country": "JP", "hq_city": "JR Central Towers", "hq_region": "Nakamura-ku", "lat": 35.17139, "lon": 136.88278, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": 18148, "public_company": true, "ticker": "9022", "exchange": "Tokyo Stock Exchange", "lei": "353800YAR3OVUITHTG64", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28central%29.svg", "description": "rail transportation company in central Japan (Tokai)", "sitelinks": 32, "importance": 0.7096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
92 {"wikidata_id": "Q1368019", "display_name": "Citizen Watch", "legal_name": null, "aliases": ["Citizen", "Citizen Holdings"], "website": "https://www.citizen.co.jp", "canonical_domain": "citizen.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1918, "employees": 18000, "public_company": true, "ticker": "7762", "exchange": "Tokyo Stock Exchange", "lei": "529900DUZBKERKGQ2628", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citizen_logo.svg", "description": "core company of a Japanese global corporate group based in Tokyo, Japan", "sitelinks": 32, "importance": 0.7094, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6716544"}]}
93 {"wikidata_id": "Q283852", "display_name": "Turkcell", "legal_name": null, "aliases": [], "website": "https://www.turkcell.com.tr", "canonical_domain": "turkcell.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": 13901, "public_company": true, "ticker": "TKC", "exchange": "New York Stock Exchange", "lei": "7890003EX1LTLS2FFL84", "sec_cik": "1071321", "parent": null, "logo_url": null, "description": "Turkish telecommunications company", "sitelinks": 33, "importance": 0.7088, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1071321", "enriched_at": "2026-09-12T09:34:58+00:00"}}
94 {"wikidata_id": "Q898568", "display_name": "Japan Tobacco", "legal_name": null, "aliases": ["JT", "Nihon Tabako Sangyō", "Japan Tobacco Inc."], "website": "https://www.jti.co.jp", "canonical_domain": "jti.co.jp", "country": "JP", "hq_city": "Tokyo World Gate", "hq_region": "Toranomon", "lat": 35.66553, "lon": 139.74595, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1985, "employees": 63969, "public_company": true, "ticker": "2914", "exchange": "Tokyo Stock Exchange", "lei": "353800Z0ENYBQO0XRJ31", "sec_cik": "1446664", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Tobacco_logo.svg", "description": "cigarette manufacturing company", "sitelinks": 26, "importance": 0.7067, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
95 {"wikidata_id": "Q63035278", "display_name": "XPeng", "legal_name": null, "aliases": ["Xiaopeng Motors", "XPeng Inc", "XPeng Motors"], "website": "https://www.xpeng-auto.es", "canonical_domain": "xpeng-auto.es", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": 13550, "public_company": true, "ticker": "XPEV", "exchange": "New York Stock Exchange", "lei": "549300TZNMIREMWQU857", "sec_cik": "1810997", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XPeng_logo.svg", "description": "Chinese automobile manufacturer", "sitelinks": 32, "importance": 0.7053, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1810997", "enriched_at": "2026-09-12T09:34:58+00:00"}}
96 {"wikidata_id": "Q1157589", "display_name": "Daikin Industries", "legal_name": null, "aliases": ["Daikin Kōgyō Kabushiki-gaisha"], "website": "https://www.daikin.it", "canonical_domain": "daikin.it", "country": "JP", "hq_city": "New York", "hq_region": "Kita-ku", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1924, "employees": 56240, "public_company": true, "ticker": "6367", "exchange": "Tokyo Stock Exchange", "lei": "549300Y7FWSTSHMW5Y57", "sec_cik": "1446519", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DAIKIN_logo.svg", "description": "multinational corporation based in Japan", "sitelinks": 26, "importance": 0.7048, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1446519", "enriched_at": "2026-09-12T09:34:58+00:00"}}
97 {"wikidata_id": "Q903219", "display_name": "SABIC", "legal_name": "الشركة السعودية للصناعات الأساسية", "aliases": ["Saudi Basic Industries Corporation"], "website": "https://www.sabic.com", "canonical_domain": "sabic.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1976, "employees": 98000, "public_company": true, "ticker": "2024", "exchange": "Tadawul Holding Group", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q679322", "name": "Saudi Aramco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Sabic.svg", "description": "chemicals manufacturing company", "sitelinks": 24, "importance": 0.7048, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
98 {"wikidata_id": "Q696743", "display_name": "Quanta Computer", "legal_name": null, "aliases": ["Quanta", "Inc."], "website": "https://www.quantatw.com", "canonical_domain": "quantatw.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1988, "employees": 68720, "public_company": true, "ticker": "2382", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11064873", "name": "Quanta Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quanta_Computer_logo.svg", "description": "Taiwanese electronics manufacturer", "sitelinks": 25, "importance": 0.7038, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
99 {"wikidata_id": "Q50595", "display_name": "YG Entertainment", "legal_name": "YG Entertainment Inc.", "aliases": ["YG", "Y.G Entertainment Inc.", "YGENT"], "website": "https://ygfamily.com", "canonical_domain": "ygfamily.com", "country": "KR", "hq_city": "Hapjeong-dong", "hq_region": "Mapo District", "lat": 37.54878, "lon": 126.90772, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1995, "employees": 668, "public_company": true, "ticker": "122870", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YG_Entertainment_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 48, "importance": 0.7033, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
100 {"wikidata_id": "Q483938", "display_name": "SM Entertainment", "legal_name": "SM娱乐有限公司", "aliases": ["S.M. Entertainment", "Star Museum Entertainment"], "website": "https://www.smentertainment.com", "canonical_domain": "smentertainment.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.54414, "lon": 127.04415, "industries": ["entertainment"], "industry_labels": ["music", "phonographic industry"], "founded_year": 1995, "employees": 718, "public_company": true, "ticker": "041510", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SM_Entertainment_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 47, "importance": 0.7022, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
101 {"wikidata_id": "Q334789", "display_name": "Ülker", "legal_name": null, "aliases": ["Ulker"], "website": "https://www.ulker.com.tr", "canonical_domain": "ulker.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1944, "employees": 8923, "public_company": true, "ticker": "UELKY", "exchange": "OTC Markets Group", "lei": "7890009HEU9BS7J3DA93", "sec_cik": null, "parent": {"wikidata_id": "Q15043910", "name": "Yıldız Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C3%9Clker_logo.svg", "description": "Turkish food company", "sitelinks": 32, "importance": 0.6993, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
102 {"wikidata_id": "Q19840026", "display_name": "CRRC", "legal_name": null, "aliases": ["CRRC Corporation Limited"], "website": "https://www.crrcgc.cc", "canonical_domain": "crrcgc.cc", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["industrial-machinery", "transportation"], "industry_labels": ["manufacture of machinery and equipment", "rail industry", "rolling stock industry"], "founded_year": 2015, "employees": 168600, "public_company": true, "ticker": "601766", "exchange": "Shanghai Stock Exchange", "lei": "30030099HATQH2XC0B72", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese rolling stock manufacturer", "sitelinks": 21, "importance": 0.6992, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q840960"}, {"related_domain_conflict": "Q848225"}, {"related_domain_conflict": "Q5013176"}, {"related_domain_conflict": "Q6141856"}, {"related_domain_conflict": "Q6963679"}]}
103 {"wikidata_id": "Q728185", "display_name": "Shiseido", "legal_name": null, "aliases": ["Kabushiki-gaisha Shiseidō", "Shiseido Company", "Shiseido Company", "Limited", "Shiseido Group", "ZA COSMETICS", "SHISEIDO", "Shiseido Co."], "website": "https://corp.shiseido.com", "canonical_domain": "shiseido.com", "country": "JP", "hq_city": "Shiodome Tower", "hq_region": "Higashi-Shinbashi", "lat": 35.66425, "lon": 139.76054, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1872, "employees": 28793, "public_company": true, "ticker": "4911", "exchange": "Tokyo Stock Exchange", "lei": "5299008QCD0YDT5OF506", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shiseido_logo.svg", "description": "Japanese multinational personal care company", "sitelinks": 27, "importance": 0.699, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
104 {"wikidata_id": "Q493094", "display_name": "Hankook Tire & Technology", "legal_name": "Hankook Tire & Technology Co., Ltd.", "aliases": ["Hankook Tire and Technology"], "website": "https://www.hankooktire.com", "canonical_domain": "hankooktire.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1941, "employees": 21000, "public_company": true, "ticker": "161390", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Hankook_Tire_2025.svg", "description": "South Korean tire company", "sitelinks": 28, "importance": 0.6981, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
105 {"wikidata_id": "Q1151693", "display_name": "Nippon Steel Corporation", "legal_name": "Nippon Steel Corporation", "aliases": ["Nippon Seitetsu", "Nippon Steel", "Nippon Steel & Sumitomo Metal", "NSSMC", "Shinnittetsu Sumikin Kabushiki-gaisha"], "website": "https://www.nipponsteel.com", "canonical_domain": "nipponsteel.com", "country": "JP", "hq_city": "Marunouchi Park Building", "hq_region": "Marunouchi", "lat": 35.6791, "lon": 139.763, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2012, "employees": 106528, "public_company": true, "ticker": "5401", "exchange": "Tokyo Stock Exchange", "lei": "35380065QWQ4U2V3PA33", "sec_cik": "1140471", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Steel_-_Logo.svg", "description": "steel producer in Japan", "sitelinks": 22, "importance": 0.6972, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
106 {"wikidata_id": "Q5324516", "display_name": "eToro", "legal_name": "eToro", "aliases": [], "website": "https://www.etoro.com", "canonical_domain": "etoro.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["technology", "financial-services"], "industry_labels": ["information technology", "financial services"], "founded_year": 2007, "employees": 1700, "public_company": true, "ticker": "ETOR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Etoro_logo.svg", "description": "social trading and multi asset brokerage company", "sitelinks": 39, "importance": 0.6955, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
107 {"wikidata_id": "Q1196269", "display_name": "Renesas Electronics", "legal_name": null, "aliases": ["Renesas", "Renesas Electronics Corporation", "RENESAS ELECTRONICS CORPORATION (Tokyo)", "Runesasu Erekutoronikusu Kabushiki Gaisha"], "website": "https://www.renesas.com", "canonical_domain": "renesas.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2002, "employees": 21204, "public_company": true, "ticker": "6723", "exchange": "Tokyo Stock Exchange", "lei": "5299000EPC47VJQOFB81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renesas_Electronics_logo.svg", "description": "company", "sitelinks": 27, "importance": 0.6945, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
108 {"wikidata_id": "Q196259", "display_name": "NetEase", "legal_name": "广州网易计算机系统有限公司", "aliases": ["NTES", "Inc."], "website": "https://www.163.com", "canonical_domain": "163.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["technology"], "industry_labels": ["technology industry"], "founded_year": 1997, "employees": 10004, "public_company": true, "ticker": "NTES", "exchange": "Nasdaq", "lei": "5299004AF4DSJDB0PA32", "sec_cik": "1110646", "parent": null, "logo_url": null, "description": "Chinese Internet technology company", "sitelinks": 30, "importance": 0.6944, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
109 {"wikidata_id": "Q493145", "display_name": "SK Telecom", "legal_name": "SK Telecom Co., Ltd.", "aliases": ["SKT", "SK telecom", "SK Telecom Co.", "Ltd.", "Sunkyoung Telecom"], "website": "https://www.sktelecom.com", "canonical_domain": "sktelecom.com", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1984, "employees": 20955, "public_company": true, "ticker": "SKM", "exchange": "New York Stock Exchange", "lei": "9884003WEA1PHW006037", "sec_cik": "1015650", "parent": {"wikidata_id": "Q494136", "name": "SK Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SK_Telecom_Logo.svg", "description": "South Korean telecommunications company", "sitelinks": 27, "importance": 0.6944, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
110 {"wikidata_id": "Q486976", "display_name": "LG Chem", "legal_name": null, "aliases": ["LG CHEM", "LTD. (Seoul)", "LG Chemical"], "website": "https://www.lgchem.com", "canonical_domain": "lgchem.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": 1947, "employees": 20000, "public_company": true, "ticker": "051910", "exchange": "Korean Stock Exchange", "lei": "988400IES4EIG7O06940", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_Chem_logo_%28english%29.svg", "description": "South Korean chemical company", "sitelinks": 27, "importance": 0.6937, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
111 {"wikidata_id": "Q705417", "display_name": "DBS Bank", "legal_name": null, "aliases": ["DBS", "DBS Bank Limited"], "website": "https://www.dbs.com.sg", "canonical_domain": "dbs.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1968, "employees": 24174, "public_company": true, "ticker": "D05", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational banking and financial services company based in Singapore", "sitelinks": 26, "importance": 0.6926, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
112 {"wikidata_id": "Q962591", "display_name": "JFE Holdings", "legal_name": null, "aliases": ["JFE", "Jeiefuī Hōrudingusu Kabushiki-gaisha", "Inc."], "website": "https://www.jfe-holdings.co.jp", "canonical_domain": "jfe-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2002, "employees": 56688, "public_company": true, "ticker": "5411", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1446663", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JFE_Holdings_company_logo.svg", "description": "Japanese company", "sitelinks": 23, "importance": 0.6926, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
113 {"wikidata_id": "Q409907", "display_name": "Aisin Seiki", "legal_name": null, "aliases": ["Aishin Seiki Kabushiki Kaisha", "Aisin", "Aisin Seiki Co."], "website": "https://www.aisin.com", "canonical_domain": "aisin.com", "country": "JP", "hq_city": "Kariya", "hq_region": "Aichi Prefecture", "lat": 34.98928, "lon": 137.00214, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": 100000, "public_company": true, "ticker": "7259", "exchange": "Tokyo Stock Exchange", "lei": "3538004IOK08PDY6I723", "sec_cik": null, "parent": {"wikidata_id": "Q40794", "name": "Toyota Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aisin_Seiki_logo.svg", "description": "Japanese manufacturer of systems and components for the automotive industry", "sitelinks": 21, "importance": 0.6916, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
114 {"wikidata_id": "Q1814247", "display_name": "Sumitomo Electric Industries", "legal_name": null, "aliases": ["Sumitomo Denki Kogyo", "Sumitomo Electric Wire & Cable Works"], "website": "https://sumitomoelectric.com", "canonical_domain": "sumitomoelectric.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["mining"], "industry_labels": ["non-ferrous metal"], "founded_year": 1897, "employees": 182773, "public_company": true, "ticker": "5802", "exchange": "Tokyo Stock Exchange", "lei": "5493005SP87FL5TOS202", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Electric_Industries_logo.svg", "description": "Manufacturer of electric wire and optical fiber cables", "sitelinks": 19, "importance": 0.6903, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
115 {"wikidata_id": "Q420506", "display_name": "Wix.com", "legal_name": null, "aliases": ["Wix"], "website": "https://www.wix.com", "canonical_domain": "wix.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["internet", "e-commerce", "cloud-infrastructure"], "industry_labels": ["Internet", "e-commerce", "website builder", "web hosting service", "Internet industry"], "founded_year": 2006, "employees": 5929, "public_company": true, "ticker": "WIX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1576789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wix_logo_svg.svg", "description": "Israeli online services company", "sitelinks": 31, "importance": 0.6901, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1576789", "enriched_at": "2026-09-12T09:34:58+00:00"}}
116 {"wikidata_id": "Q2767170", "display_name": "Life Insurance Corporation of India", "legal_name": null, "aliases": ["LIC"], "website": "https://licindia.in", "canonical_domain": "licindia.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1956, "employees": 114498, "public_company": true, "ticker": "LICI", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian state-owned insurance group and investment company", "sitelinks": 20, "importance": 0.6887, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
117 {"wikidata_id": "Q1465351", "display_name": "Lifan Group", "legal_name": null, "aliases": [], "website": "https://www.lifan.com", "canonical_domain": "lifan.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": 13653, "public_company": true, "ticker": "601777", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lifan_Logo.jpg", "description": "Chinese motorcycle and automobile manufacturer", "sitelinks": 27, "importance": 0.6882, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
118 {"wikidata_id": "Q271413", "display_name": "Aeon", "legal_name": null, "aliases": ["ÆON", "AEON CO.", "LTD."], "website": "https://www.aeon.com.vn", "canonical_domain": "aeon.com.vn", "country": "JP", "hq_city": "AEON Tower", "hq_region": "Nakase", "lat": 35.6518, "lon": 140.038, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1758, "employees": 76318, "public_company": true, "ticker": "8267", "exchange": "Tokyo Stock Exchange", "lei": "5299009MXFL34SA71416", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AeonLogo.svg", "description": "Japanese retail holding company", "sitelinks": 21, "importance": 0.6877, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
119 {"wikidata_id": "Q717093", "display_name": "Itochu", "legal_name": null, "aliases": ["C. Itoh & Co"], "website": "https://www.itochu.co.jp", "canonical_domain": "itochu.co.jp", "country": "JP", "hq_city": "Kita-Aoyama", "hq_region": "Minato", "lat": 35.67261, "lon": 139.71818, "industries": ["financial-services"], "industry_labels": ["trade", "sōgō shōsha"], "founded_year": 1949, "employees": 62500, "public_company": true, "ticker": "8001", "exchange": "Tokyo Stock Exchange", "lei": "J48DJYXDTLHM30UMYI18", "sec_cik": "355363", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Itochu-Logo.svg", "description": "Japanese trading company", "sitelinks": 21, "importance": 0.6848, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "355363", "enriched_at": "2026-09-12T09:34:58+00:00"}}
120 {"wikidata_id": "Q501376", "display_name": "OMRON", "legal_name": null, "aliases": ["Omron", "OMRON Corporation", "Omron Software", "Omuron Kabushiki-gaisha"], "website": "https://www.omron.co.jp", "canonical_domain": "omron.co.jp", "country": "JP", "hq_city": "Shimogyō-ku", "hq_region": "Kyoto", "lat": 34.9875, "lon": 135.75556, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1933, "employees": 30000, "public_company": true, "ticker": "6645", "exchange": "Tokyo Stock Exchange", "lei": "549300ZHW0TR2QZ0NY83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OMRON_Logo.svg", "description": "Japanese electronics company", "sitelinks": 23, "importance": 0.6834, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
121 {"wikidata_id": "Q640497", "display_name": "Arçelik", "legal_name": null, "aliases": [], "website": "https://www.arcelik.com.tr", "canonical_domain": "arcelik.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1955, "employees": 30000, "public_company": true, "ticker": "ACKAY", "exchange": "OTC Markets Group", "lei": "789000748KTQCUMJ0R25", "sec_cik": null, "parent": {"wikidata_id": "Q1306571", "name": "Koç Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arcelik_Logo.svg", "description": "household appliances manufacturer from Turkey", "sitelinks": 23, "importance": 0.6834, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
122 {"wikidata_id": "Q2042423", "display_name": "Oversea-Chinese Banking Corporation", "legal_name": null, "aliases": ["OCBC Bank"], "website": "https://www.ocbc.com", "canonical_domain": "ocbc.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1932, "employees": 29174, "public_company": true, "ticker": "OVCHF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-ocbc.svg", "description": "Singapore company", "sitelinks": 23, "importance": 0.6829, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
123 {"wikidata_id": "Q726193", "display_name": "Ashok Leyland", "legal_name": null, "aliases": ["ASHOK LEYLAND", "Ashok Leyland Limited"], "website": "https://ashokleyland.com", "canonical_domain": "ashokleyland.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1948, "employees": 11908, "public_company": true, "ticker": "ASHOKLEY", "exchange": "National Stock Exchange of India", "lei": "3358001BZKWERVWYCK35", "sec_cik": null, "parent": {"wikidata_id": "Q518624", "name": "Hinduja Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashok_Leyland_Logo.JPG", "description": "company", "sitelinks": 26, "importance": 0.6824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
124 {"wikidata_id": "Q143616", "display_name": "United Microelectronics Corporation", "legal_name": null, "aliases": ["UMC"], "website": "https://www.umc.com", "canonical_domain": "umc.com", "country": "TW", "hq_city": "Hsinchu Science Park", "hq_region": "Zhubei City", "lat": 24.78, "lon": 121.01361, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1980, "employees": 19000, "public_company": true, "ticker": "2303", "exchange": "Taiwan Stock Exchange", "lei": "391200YJCAGH9LF96P73", "sec_cik": "1033767", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UMC-Logo.svg", "description": "semiconductor foundry company headquartered in Taiwan", "sitelinks": 24, "importance": 0.681, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
125 {"wikidata_id": "Q814825", "display_name": "Foton Motor", "legal_name": "BAIC Foton Motor Co., Ltd.", "aliases": ["Foton", "Beiqi Foton Motor Co.", "Ltd"], "website": "https://www.foton.com.cn", "canonical_domain": "foton.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1996, "employees": 20043, "public_company": true, "ticker": "600166", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foton_Motor_logo.svg", "description": "Vehicle manufacturing company based in Changping, Beijing, China", "sitelinks": 23, "importance": 0.6775, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
126 {"wikidata_id": "Q962865", "display_name": "Krungthai Bank", "legal_name": null, "aliases": ["KTB", "Krung Thai Bank", "Krungthai Bank Public Company Limited", "Krung Thai Bank Public Company Limited", "Krung Thai Bank Public Co.", "Ltd."], "website": "https://krungthai.com", "canonical_domain": "krungthai.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["banking", "financial-services"], "industry_labels": ["bank", "economics of banking", "financial services"], "founded_year": 1966, "employees": 29000, "public_company": true, "ticker": "KTB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned bank located in Thailand", "sitelinks": 21, "importance": 0.6737, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
127 {"wikidata_id": "Q15907772", "display_name": "Meituan", "legal_name": "美团", "aliases": ["Meituan-Dianping"], "website": "https://www.meituan.com", "canonical_domain": "meituan.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2010, "employees": 108900, "public_company": true, "ticker": "3690", "exchange": "Hong Kong Stock Exchange", "lei": "21380033K525E5JLIA77", "sec_cik": "1818611", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meituan_English_Logo.png", "description": "Chinese group buying website", "sitelinks": 17, "importance": 0.6718, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
128 {"wikidata_id": "Q7390019", "display_name": "SF Express", "legal_name": "SF Express", "aliases": ["Shunfeng", "Shun Feng", "S.F. Holding"], "website": "https://www.sf-express.com", "canonical_domain": "sf-express.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1993, "employees": 400000, "public_company": true, "ticker": "002352", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese delivery services company", "sitelinks": 14, "importance": 0.6714, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
129 {"wikidata_id": "Q489202", "display_name": "Hanwha Group", "legal_name": null, "aliases": ["Hanwha"], "website": "https://www.hanwha.com", "canonical_domain": "hanwha.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1952, "employees": 47000, "public_company": true, "ticker": "000880", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_logo.svg", "description": "South Korean conglomerate", "sitelinks": 19, "importance": 0.6707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
130 {"wikidata_id": "Q1073306", "display_name": "China Life Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.chinalife.com.cn", "canonical_domain": "chinalife.com.cn", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1949, "employees": 99739, "public_company": true, "ticker": "601628", "exchange": "Shanghai Stock Exchange", "lei": "549300J6TFLDXGH6S048", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese insurance company", "sitelinks": 17, "importance": 0.6705, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
131 {"wikidata_id": "Q786947", "display_name": "Oki Electric Industry", "legal_name": null, "aliases": ["Oki Denki Kōgyō Kabushiki-gaisha"], "website": "https://www.oki.com", "canonical_domain": "oki.com", "country": "JP", "hq_city": "Toranomon", "hq_region": "Minato", "lat": 35.66686, "lon": 139.7475, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1881, "employees": 22640, "public_company": true, "ticker": "6703", "exchange": "Tokyo Stock Exchange", "lei": "529900VJ2Q0182B3J852", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oki_logo.svg", "description": "company", "sitelinks": 21, "importance": 0.6701, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
132 {"wikidata_id": "Q137803", "display_name": "Sumitomo Chemical", "legal_name": "Sumitomo Chemical Co., Ltd.", "aliases": [], "website": "https://www.sumitomo-chem.co.jp", "canonical_domain": "sumitomo-chem.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1913, "employees": 30745, "public_company": true, "ticker": "4005", "exchange": "Tokyo Stock Exchange", "lei": "353800RSAU9BD8U4DM91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Chemical_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.6697, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
133 {"wikidata_id": "Q212116", "display_name": "FANUC", "legal_name": null, "aliases": ["Fanuc", "Fanuc Corporation", "FANUC Corporation", "FANUC CORPORATION (Yamanashi)", "Fujitsu Automatic NUmerical Control"], "website": "https://www.fanucamerica.com", "canonical_domain": "fanucamerica.com", "country": "JP", "hq_city": "Oshino", "hq_region": "Minamitsuru district", "lat": 35.46003, "lon": 138.84786, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1956, "employees": 8675, "public_company": true, "ticker": "6954", "exchange": "Tokyo Stock Exchange", "lei": "529900QTSW745LOKW705", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fanuc_logo.svg", "description": "Group of companies that provide automation products and services such as robotics and computer numerical control systems", "sitelinks": 24, "importance": 0.6697, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
134 {"wikidata_id": "Q483238", "display_name": "JYP Entertainment", "legal_name": "JYP Entertainment Corporation", "aliases": ["JYP"], "website": "https://www.jype.com", "canonical_domain": "jype.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1996, "employees": 235, "public_company": true, "ticker": "035900", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JYP_Entertainment_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 40, "importance": 0.6695, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
135 {"wikidata_id": "Q904240", "display_name": "Mitsui & Co.", "legal_name": null, "aliases": ["MITSUI & CO.", "LTD.", "Mitsui bussan"], "website": "https://www.mitsui.com", "canonical_domain": "mitsui.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["logistics"], "industry_labels": ["logistics", "sōgō shōsha"], "founded_year": 1947, "employees": 40026, "public_company": true, "ticker": "8031", "exchange": "Tokyo Stock Exchange", "lei": "2NRSB4GOU9DD6CNW5R48", "sec_cik": null, "parent": {"wikidata_id": "Q899122", "name": "Mitsui Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Bussan_logo.svg", "description": "Japanese trading company", "sitelinks": 19, "importance": 0.6684, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
136 {"wikidata_id": "Q1321914", "display_name": "Tobu Railway", "legal_name": "東武鉄道株式会社", "aliases": ["TOBU RAILWAY CO.", "LTD."], "website": "https://www.tobu.co.jp", "canonical_domain": "tobu.co.jp", "country": "JP", "hq_city": "Oshiage", "hq_region": "Sumida", "lat": 35.71044, "lon": 139.81386, "industries": ["transportation"], "industry_labels": ["public transport", "rail transport"], "founded_year": 1897, "employees": 19621, "public_company": true, "ticker": "9001", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C5%8Dbu_Tetsud%C5%8D_Logo.svg", "description": "Japanese railway company", "sitelinks": 21, "importance": 0.6681, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
137 {"wikidata_id": "Q1157511", "display_name": "Dai Nippon Printing", "legal_name": null, "aliases": ["DNP", "Dai Nippon Insatsu", "Dai Nippon Printing Co.", "Ltd.", "DNP Group", "Dai Nippon Insatsu kabushiki gaisha", "Dainippon insatsu kabushiki kaisha"], "website": "https://www.global.dnp", "canonical_domain": "global.dnp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["manufacturing", "pharmaceuticals"], "industry_labels": [], "founded_year": 1876, "employees": 37740, "public_company": true, "ticker": "7912", "exchange": "Tokyo Stock Exchange", "lei": "529900S7NFNQ4FT6OP83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dai_Nippon_Printing_logo.svg", "description": "Japanese printing company", "sitelinks": 19, "importance": 0.6675, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
138 {"wikidata_id": "Q644167", "display_name": "PLDT", "legal_name": null, "aliases": ["Philippine Long Distance Telephone Company"], "website": "https://main.pldt.com", "canonical_domain": "pldt.com", "country": "PH", "hq_city": "Makati Metro Manila", "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 1928, "employees": 18926, "public_company": true, "ticker": "PHI", "exchange": "New York Stock Exchange", "lei": "254900ADE8GQHM5P2648", "sec_cik": "78150", "parent": null, "logo_url": null, "description": "Philippine telecommunications company", "sitelinks": 21, "importance": 0.6675, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "78150", "enriched_at": "2026-09-12T09:34:59+00:00"}}
139 {"wikidata_id": "Q971946", "display_name": "KDDI", "legal_name": null, "aliases": ["Kokusai Denshin Denwa Inc."], "website": "https://www.kddi.com", "canonical_domain": "kddi.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1984, "employees": 18418, "public_company": true, "ticker": "9433", "exchange": "Tokyo Stock Exchange", "lei": "5299003FU7V4I45FU310", "sec_cik": "1106215", "parent": {"wikidata_id": "Q745099", "name": "Kyocera"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KDDI_logos.svg", "description": "Japanese telecommunications operator", "sitelinks": 21, "importance": 0.6671, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1106215", "enriched_at": "2026-09-12T09:34:59+00:00"}}
140 {"wikidata_id": "Q497860", "display_name": "Hanwha Ocean", "legal_name": "Hanwha Ocean Co., Ltd.", "aliases": ["DSME", "Daewoo Shipbuilding & Marine Engineering Co.", "Ltd."], "website": "https://www.hanwhaocean.com", "canonical_domain": "hanwhaocean.com", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["defense", "manufacturing"], "industry_labels": ["weapons industry", "shipbuilding"], "founded_year": 2000, "employees": 35000, "public_company": true, "ticker": "042660", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q489202", "name": "Hanwha Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_Ocean_Logo.svg", "description": "shipbuilder of South Korea", "sitelinks": 19, "importance": 0.6664, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
141 {"wikidata_id": "Q3300084", "display_name": "TVS Motor Company", "legal_name": null, "aliases": ["TVS", "TVS Star"], "website": "https://www.tvsmotor.com", "canonical_domain": "tvsmotor.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1978, "employees": 5133, "public_company": true, "ticker": "TVSMOTOR", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "2- and 3-wheeler manufacturer from Chennai, India", "sitelinks": 25, "importance": 0.6662, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
142 {"wikidata_id": "Q5177291", "display_name": "Country Garden", "legal_name": null, "aliases": [], "website": "https://www.countrygarden.com.cn", "canonical_domain": "countrygarden.com.cn", "country": "CN", "hq_city": "Shunde District", "hq_region": "Foshan", "lat": 22.7957, "lon": 113.28492, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1992, "employees": 70000, "public_company": true, "ticker": "2007", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese property company", "sitelinks": 17, "importance": 0.6654, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
143 {"wikidata_id": "Q476215", "display_name": "Oricon", "legal_name": null, "aliases": ["Oricon Inc."], "website": "https://www.oricon.co.jp", "canonical_domain": "oricon.co.jp", "country": "JP", "hq_city": "Roppongi", "hq_region": "Minato", "lat": 35.66284, "lon": 139.73144, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1999, "employees": 203, "public_company": true, "ticker": "4800", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oricon_Logo_2017.svg", "description": "Japanese corporate group that supplies statistics on the music industry", "sitelinks": 39, "importance": 0.6648, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
144 {"wikidata_id": "Q17538813", "display_name": "Similarweb", "legal_name": "Similarweb", "aliases": [], "website": "https://www.similarweb.com", "canonical_domain": "similarweb.com", "country": "IL", "hq_city": "Givatayim", "hq_region": "Tel Aviv District", "lat": 32.06652, "lon": 34.80407, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2007, "employees": 1017, "public_company": true, "ticker": "SMWB", "exchange": "New York Stock Exchange", "lei": "254900GWO7PNBAYCPJ12", "sec_cik": "1842731", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Similarweb_Logo.svg", "description": "provider of website rankings and analytics", "sitelinks": 31, "importance": 0.6646, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1842731", "enriched_at": "2026-09-12T09:34:59+00:00"}}
145 {"wikidata_id": "Q35349", "display_name": "Kia", "legal_name": null, "aliases": ["KN", "Kia Corp", "Kia Corporation", "Kia motors", "Kia Motors", "Kia Motors Corporation (Seoul)", "Kyungsung Precision Industry"], "website": "https://kia.com", "canonical_domain": "kia.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "000270", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59243", "name": "Hyundai Motor Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KIA_logo3.svg", "description": "South Korean automobile manufacturer", "sitelinks": 80, "importance": 0.662, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
146 {"wikidata_id": "Q909613", "display_name": "İşbank", "legal_name": null, "aliases": ["Türkiye İş Bankası", "Türkiye İş Bankası A.Ş."], "website": "https://www.isbank.com.tr", "canonical_domain": "isbank.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "financial sector", "financial service activities, except insurance and pension funding"], "founded_year": 1924, "employees": 24887, "public_company": true, "ticker": "TYIBF", "exchange": "OTC Markets Group", "lei": "789000FIRX9MDN0KTM91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrkiye_%C4%B0%C5%9F_Bankas%C4%B1_logo.svg", "description": "Turkish private joint-stock commercial bank", "sitelinks": 19, "importance": 0.6615, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
147 {"wikidata_id": "Q2666775", "display_name": "Bank Hapoalim B.M.", "legal_name": "בנק הפועלים בע\"מ", "aliases": [], "website": "https://www.bankhapoalim.co.il", "canonical_domain": "bankhapoalim.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1921, "employees": 8800, "public_company": true, "ticker": "POLI", "exchange": "Tel Aviv Stock Exchange", "lei": "B6ARUI4946ST4S7WOU88", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_happoalim_2018_logo.svg", "description": "Israel’s largest bank", "sitelinks": 22, "importance": 0.6611, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
148 {"wikidata_id": "Q720489", "display_name": "Asahi Kasei", "legal_name": null, "aliases": ["Asahi Kasei Corporation", "Asahi Kasei Group", "Asahi-Kasei Corporation", "Asahi-Kasei Group"], "website": "https://www.asahi-kasei.co.jp", "canonical_domain": "asahi-kasei.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals", "pharmaceuticals"], "industry_labels": ["chemical industry", "pharmaceutical industry"], "founded_year": 1931, "employees": 34670, "public_company": true, "ticker": "3407", "exchange": "Tokyo Stock Exchange", "lei": "353800GPI4Z3MGDGN142", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AsahiKASEI_logo.svg", "description": "Japanese company", "sitelinks": 18, "importance": 0.6609, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
149 {"wikidata_id": "Q846655", "display_name": "Israel Railways", "legal_name": "רכבת ישראל בע\"מ", "aliases": ["Israel Railways Corporation Ltd.", "Israel Railways Ltd."], "website": "https://www.rail.co.il", "canonical_domain": "rail.co.il", "country": "IL", "hq_city": "Lod Railway Station", "hq_region": "Lod", "lat": 31.94592, "lon": 34.87558, "industries": ["transportation"], "industry_labels": ["rail transport in Israel"], "founded_year": 1948, "employees": 1900, "public_company": true, "ticker": "RAIL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Israel_Railways_Logo.svg", "description": "railway transport company", "sitelinks": 27, "importance": 0.6596, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
150 {"wikidata_id": "Q486737", "display_name": "Korea Electric Power Corporation", "legal_name": "Korea Electric Power Corporation", "aliases": ["KEPCO"], "website": "https://home.kepco.co.kr", "canonical_domain": "kepco.co.kr", "country": "KR", "hq_city": "Naju", "hq_region": "South Jeolla", "lat": 35.02833, "lon": 126.7175, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1898, "employees": 20957, "public_company": true, "ticker": "KEP", "exchange": "New York Stock Exchange", "lei": "988400QG33WS7JEIV602", "sec_cik": "887225", "parent": {"wikidata_id": "Q491047", "name": "Ministry of Trade, Industry and Resource"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kepco_logo_ko-en.svg", "description": "company", "sitelinks": 19, "importance": 0.659, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
151 {"wikidata_id": "Q1365015", "display_name": "Kansai Electric Power Company", "legal_name": "The Kansai Electric Power Company,Incorporated", "aliases": ["KEPCO"], "website": "https://www.kepco.co.jp", "canonical_domain": "kepco.co.jp", "country": "JP", "hq_city": "KEPCO Building", "hq_region": "Kita-ku", "lat": 34.6927, "lon": 135.493, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1951, "employees": 20628, "public_company": true, "ticker": "9503", "exchange": "Tokyo Stock Exchange", "lei": "353800PFUKP5ONPJNZ86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KEPCO_logo.png", "description": "Japanese company", "sitelinks": 19, "importance": 0.6588, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
152 {"wikidata_id": "Q55931", "display_name": "Hyundai Motor Company", "legal_name": null, "aliases": ["Hyundai", "Hyeondae", "Hyŏndae", "Hyundai Motor"], "website": "https://www.hyundai.com", "canonical_domain": "hyundai.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "HYUD", "exchange": "London Stock Exchange", "lei": "9884004RQX8PRBXQ8S60", "sec_cik": null, "parent": {"wikidata_id": "Q29311", "name": "Hyundai"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Motor_Company_logo.svg", "description": "South Korean multinational automaker", "sitelinks": 76, "importance": 0.6567, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
153 {"wikidata_id": "Q160120", "display_name": "Huawei", "legal_name": "Huawei Technologies Co., Ltd.", "aliases": ["Huawei Technologies", "Huawei Technologies Co.", "Ltd.", "Huawei Technologies Co.", "Ltd. (Guangdong)"], "website": "https://www.huawei.com", "canonical_domain": "huawei.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["telecommunications", "technology"], "industry_labels": ["telecommunications industry", "information and communications technology", "electronics industry"], "founded_year": 1987, "employees": 197000, "public_company": false, "ticker": null, "exchange": null, "lei": "300300G4NLFHF8PDPY52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huawei_wordmark_2019.svg", "description": "Chinese multinational technology company", "sitelinks": 95, "importance": 0.6563, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
154 {"wikidata_id": "Q1190323", "display_name": "Genting Group", "legal_name": null, "aliases": ["Genting Berhad", "Genting Bhd."], "website": "https://www.genting.com", "canonical_domain": "genting.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1965, "employees": 56000, "public_company": true, "ticker": "3182", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genting_Logo.svg", "description": "Malaysian conglomerate", "sitelinks": 16, "importance": 0.6561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
155 {"wikidata_id": "Q902855", "display_name": "Kao Corporation", "legal_name": null, "aliases": ["Kao Kabushiki Gaisha"], "website": "https://www.kao.com", "canonical_domain": "kao.com", "country": "JP", "hq_city": "Nihonbashi-Kayabachō", "hq_region": "Chūō", "lat": 35.67981, "lon": 139.77988, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1940, "employees": 5652, "public_company": true, "ticker": "4452", "exchange": "Tokyo Stock Exchange", "lei": "353800HM38HFCB8RGL63", "sec_cik": "1274174", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kao-corp-logo.svg", "description": "Japanese chemical and cosmetics company", "sitelinks": 22, "importance": 0.6547, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
156 {"wikidata_id": "Q1372049", "display_name": "Japan Post Holdings", "legal_name": "日本郵政株式会社", "aliases": ["JP Holdings", "Japan Post Holdings Co.", "Ltd.", "Nippon Yū-sei K.K.", "Nippon Yū-sei kabushiki gaisha"], "website": "https://www.japanpost.jp", "canonical_domain": "japanpost.jp", "country": "JP", "hq_city": "Kasumigaseki", "hq_region": "Chiyoda", "lat": 35.67382, "lon": 139.75131, "industries": ["banking", "logistics"], "industry_labels": ["economics of banking", "postal service"], "founded_year": 2006, "employees": 2886, "public_company": true, "ticker": "6178", "exchange": "Tokyo Stock Exchange", "lei": "5299003D9N4JBS256X18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Post_Holdings_logo.svg", "description": "Japanese conglomerate mainly engaged in postal service", "sitelinks": 24, "importance": 0.6538, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q907103"}, {"related_domain_conflict": "Q6157781"}, {"related_domain_conflict": "Q11509260"}]}
157 {"wikidata_id": "Q717531", "display_name": "Chunghwa Telecom", "legal_name": null, "aliases": ["CHT"], "website": "https://www.cht.com.tw", "canonical_domain": "cht.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": 20008, "public_company": true, "ticker": "2412", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chunghwa_Telecom.svg", "description": "Taiwanese telecommunications company", "sitelinks": 18, "importance": 0.6529, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
158 {"wikidata_id": "Q326700", "display_name": "Nippon Sheet Glass", "legal_name": null, "aliases": ["Nihon Ita-Garasu Kabushiki-gaisha", "Nippon Sheet Glass Company", "Limited"], "website": "https://www.nsg.co.jp", "canonical_domain": "nsg.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": ["glass"], "founded_year": 1918, "employees": 29340, "public_company": true, "ticker": "5202", "exchange": "Tokyo Stock Exchange", "lei": "353800TWQ62HNEKBPW95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Sheet_Glass_logo.svg", "description": "Japanese glass manufacturing company", "sitelinks": 17, "importance": 0.6528, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
159 {"wikidata_id": "Q1402563", "display_name": "Suzlon Energy", "legal_name": null, "aliases": ["Suzlon"], "website": "https://www.suzlon.com", "canonical_domain": "suzlon.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["renewables"], "industry_labels": ["renewable energy industry"], "founded_year": 1995, "employees": 13000, "public_company": true, "ticker": "SUZLON", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suzlon_Energy_logo.svg", "description": "Indian wind turbine company", "sitelinks": 19, "importance": 0.6521, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
160 {"wikidata_id": "Q649715", "display_name": "Kazakhmys", "legal_name": null, "aliases": ["KAZ Minerals PLC", "Kazakhmys Corporation"], "website": "https://www.mykazakhmys.kz", "canonical_domain": "mykazakhmys.kz", "country": "KZ", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["mining"], "industry_labels": ["metal industry", "mining industry"], "founded_year": 1992, "employees": 39748, "public_company": true, "ticker": "0847", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": "1438929", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kazakhmys_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.6512, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
161 {"wikidata_id": "Q1153463", "display_name": "Emaar Properties", "legal_name": null, "aliases": [], "website": "https://www.emaar.com", "canonical_domain": "emaar.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1997, "employees": 1000, "public_company": true, "ticker": "EMAAR", "exchange": "Dubai Financial Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emaar_logo.svg", "description": "company", "sitelinks": 27, "importance": 0.6503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
162 {"wikidata_id": "Q568406", "display_name": "Toyo Tire Corporation", "legal_name": null, "aliases": ["Toyo Tire & Rubber Co.", "LTD.", "Toyo Tires", "Toyo Tires", "LTD."], "website": "https://www.toyo.it", "canonical_domain": "toyo.it", "country": "JP", "hq_city": "Itami", "hq_region": "Hyōgo Prefecture", "lat": 34.78431, "lon": 135.40089, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": 10849, "public_company": true, "ticker": "5105", "exchange": "Tokyo Stock Exchange", "lei": "529900Y41RD7VQM9RF75", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyo_Tire_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.6495, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
163 {"wikidata_id": "Q623042", "display_name": "Bank Rakyat Indonesia", "legal_name": "De Poerwokertosche Hulp en Spaarbank der Inlandsche Hoofden", "aliases": ["People's Bank of Indonesia"], "website": "https://ib.bri.co.id", "canonical_domain": "bri.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "microfinance"], "founded_year": 1895, "employees": 81848, "public_company": true, "ticker": "BBRI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BRI_2025_%28with_full_name%29.svg", "description": "Indonesian bank", "sitelinks": 14, "importance": 0.6485, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
164 {"wikidata_id": "Q1590386", "display_name": "Kazatomprom", "legal_name": "Қазатомөнеркәсіп", "aliases": ["Qazatomönerkäsip"], "website": "https://www.kazatomprom.kz", "canonical_domain": "kazatomprom.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13111, "lon": 71.39306, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1997, "employees": 21554, "public_company": true, "ticker": "KZAP", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4407014", "name": "Samruk-Kazyna"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kazatomprom_logo_new.svg", "description": "uranium company of Kazakhstan", "sitelinks": 17, "importance": 0.6483, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
165 {"wikidata_id": "Q441821", "display_name": "Wistron", "legal_name": "Wistron Corporation", "aliases": [], "website": "https://www.wistron.com", "canonical_domain": "wistron.com", "country": "TW", "hq_city": "Xizhi District", "hq_region": "New Taipei City", "lat": 25.06667, "lon": 121.66667, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2001, "employees": 50733, "public_company": true, "ticker": "3231", "exchange": "Taiwan Stock Exchange", "lei": "254900DIEONKUALBFM06", "sec_cik": null, "parent": {"wikidata_id": "Q481778", "name": "Acer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wistron_logo.svg", "description": "Taiwanese company", "sitelinks": 15, "importance": 0.6483, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
166 {"wikidata_id": "Q1535171", "display_name": "Saudi Telecom Company", "legal_name": "شركة الاتصالات السعودية", "aliases": ["STC", "Saudi Telecom", "Saudi Telecom Group", "STC Group", "STC International"], "website": "https://www.stc.com.sa", "canonical_domain": "stc.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": 19863, "public_company": true, "ticker": "7010", "exchange": "Saudi Stock Exchange", "lei": "21380028ATJ79OTA9W17", "sec_cik": null, "parent": {"wikidata_id": "Q85874752", "name": "STC Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STC-01.svg", "description": "Saudi Arabia-based telecommunications company", "sitelinks": 17, "importance": 0.6471, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
167 {"wikidata_id": "Q928831", "display_name": "Seoul Broadcasting System", "legal_name": "Seoul Broadcasting System", "aliases": ["SBS", "Eseubieseu"], "website": "https://www.sbs.co.kr", "canonical_domain": "sbs.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.52889, "lon": 126.87389, "industries": ["media"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "034120", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131188805", "name": "TY Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seoul_Broadcasting_System_logo.svg", "description": "South Korean television and radio network", "sitelinks": 69, "importance": 0.6467, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
168 {"wikidata_id": "Q308952", "display_name": "Malaysia Airlines", "legal_name": null, "aliases": ["MAS", "Malaysia Airlines Berhad", "Malaysian Airline System Berhad"], "website": "https://www.malaysiaairlines.com", "canonical_domain": "malaysiaairlines.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "3786", "exchange": "Bursa Malaysia", "lei": "254900OXA1QQLTW68560", "sec_cik": null, "parent": {"wikidata_id": "Q137477114", "name": "Malaysia Aviation Group"}, "logo_url": null, "description": "flag-carrier airline of Malaysia", "sitelinks": 68, "importance": 0.6451, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
169 {"wikidata_id": "Q276557", "display_name": "Kasikornbank", "legal_name": null, "aliases": ["Kasikorn Bank", "Kasikornbank Public Company Limited", "Kasikornbank Public Co.", "Ltd."], "website": "https://www.kasikornbank.com", "canonical_domain": "kasikornbank.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["financial-services", "banking"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1945, "employees": 16881, "public_company": true, "ticker": "KBANK", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial institution in Thailand", "sitelinks": 17, "importance": 0.6448, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
170 {"wikidata_id": "Q1812086", "display_name": "Tokio Marine", "legal_name": "東京海上ホールディングス株式会社", "aliases": ["TMHD", "Tokio Marine Holdings", "Inc."], "website": "https://www.tokiomarinehd.com", "canonical_domain": "tokiomarinehd.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1879, "employees": 24959, "public_company": true, "ticker": "8766", "exchange": "Tokyo Stock Exchange", "lei": "5299009QN2NZ191KLS29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokio_Marine_Logo.svg", "description": "insurance holding company", "sitelinks": 16, "importance": 0.6444, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
171 {"wikidata_id": "Q1054765", "display_name": "Kadokawa Shoten", "legal_name": null, "aliases": ["Kadokawa Syoten"], "website": "https://shoten.kadokawa.co.jp", "canonical_domain": "kadokawa.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media", "gaming"], "industry_labels": ["publishing industry", "video game industry"], "founded_year": 1945, "employees": 160, "public_company": true, "ticker": "9468.T", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kadokawa_Shoten.png", "description": "Japanese publishing brand (previous company name)", "sitelinks": 33, "importance": 0.6443, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q297315"}, {"related_domain_conflict": "Q17224985"}, {"related_domain_conflict": "Q15031115"}]}
172 {"wikidata_id": "Q1066018", "display_name": "Toei Company", "legal_name": null, "aliases": ["Tōei", "Toei"], "website": "https://www.toei.co.jp", "canonical_domain": "toei.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1950, "employees": 311, "public_company": true, "ticker": "9605", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toei_logo_%28text%29.svg", "description": "Japanese media corporation", "sitelinks": 30, "importance": 0.6442, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
173 {"wikidata_id": "Q27511", "display_name": "Daihatsu", "legal_name": "ダイハツ工業株式会社", "aliases": [], "website": "https://www.daihatsu.com", "canonical_domain": "daihatsu.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1907, "employees": 13033, "public_company": true, "ticker": null, "exchange": null, "lei": "353800V2F8HPSGF0M011", "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daihatsu_logo_1998.svg", "description": "Japanese automobile manufacturer", "sitelinks": 47, "importance": 0.6442, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
174 {"wikidata_id": "Q300120", "display_name": "AUO Corporation", "legal_name": null, "aliases": ["AUO"], "website": "https://www.auo.com", "canonical_domain": "auo.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2001, "employees": 38000, "public_company": true, "ticker": "AUO", "exchange": "New York Stock Exchange", "lei": "391200L7PIS4QXYJUQ72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AU-Optronics-Logo.svg", "description": "company", "sitelinks": 15, "importance": 0.6441, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
175 {"wikidata_id": "Q1218180", "display_name": "Nikon", "legal_name": null, "aliases": ["Kabushiki-gaisha Nikon", "Nikon Corporation", "Nippon Kōgaku Kōgyō Kabushikigaisha"], "website": "https://www.nikon.com", "canonical_domain": "nikon.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["consumer-goods"], "industry_labels": ["camera"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "7731", "exchange": "Tokyo Stock Exchange", "lei": "549300X7LIS9RFELXJ98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikon_Logo.svg", "description": "Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging", "sitelinks": 67, "importance": 0.6436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
176 {"wikidata_id": "Q4923294", "display_name": "GMM Grammy", "legal_name": "GMM Grammy Public Company Limited", "aliases": ["Grammy", "GMM", "GRAMMY", "G″MM′ Grammy", "G″MM′ GRAMMY", "GMM GRAMMY", "GMM Grammy PCL.", "GMM Grammy Public Co."], "website": "https://www.gmmgrammy.com", "canonical_domain": "gmmgrammy.com", "country": "TH", "hq_city": "GMM Grammy Place", "hq_region": "Bangkok", "lat": 13.74339, "lon": 100.55993, "industries": ["media"], "industry_labels": ["mass media", "phonographic industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "GRAMMY", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GMM_Grammy_Logo.svg", "description": "entertainment media group company in Thailand", "sitelinks": 67, "importance": 0.6436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
177 {"wikidata_id": "Q979615", "display_name": "China Railway Group Limited", "legal_name": null, "aliases": ["CREC", "China Railway Group"], "website": "https://www.crec.cn", "canonical_domain": "crec.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 2007, "employees": 283637, "public_company": true, "ticker": "601390", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20051446", "name": "China Railway Engineering Corporation"}, "logo_url": null, "description": "Chinese listed construction company", "sitelinks": 11, "importance": 0.643, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
178 {"wikidata_id": "Q24834296", "display_name": "China Telecom", "legal_name": null, "aliases": [], "website": "https://www.chinatelecom-h.com", "canonical_domain": "chinatelecom-h.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2002, "employees": 280747, "public_company": true, "ticker": "601728", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073540", "name": "China Telecommunications Corporation"}, "logo_url": null, "description": "one of three listed companies of China Telecommunications Corporation", "sitelinks": 11, "importance": 0.6429, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
179 {"wikidata_id": "Q32245", "display_name": "Singapore Airlines", "legal_name": null, "aliases": ["SQ", "SIA", "Singapore Airlines Group", "Singapore Airlines Limited", "Singapore Airlines Ltd."], "website": "https://www.singaporeair.com", "canonical_domain": "singaporeair.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "C6L", "exchange": "Singapore Stock Exchange", "lei": "549300ZG62N2599PWR15", "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singapore_Airlines_wordmark.svg", "description": "the flag carrier airline of Singapore", "sitelinks": 66, "importance": 0.642, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
180 {"wikidata_id": "Q904284", "display_name": "Shin-Etsu Chemical", "legal_name": null, "aliases": ["Shin-Etsu Chemical Co.", "Ltd.", "Shin-Etsu Nitrogen Fertilizer", "Shin'etsu Kagaku Kōgyō Kabushiki-gaisha"], "website": "https://www.shinetsu.co.jp", "canonical_domain": "shinetsu.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1926, "employees": 19206, "public_company": true, "ticker": "4063", "exchange": "Tokyo Stock Exchange", "lei": "353800PX8Q64N86H5W41", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 16, "importance": 0.6406, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
181 {"wikidata_id": "Q3273406", "display_name": "King Long", "legal_name": null, "aliases": [], "website": "https://www.king-long.com.cn", "canonical_domain": "king-long.com.cn", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1988, "employees": 4000, "public_company": true, "ticker": "600686", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_King_Long.jpg", "description": "bus manufacturer", "sitelinks": 20, "importance": 0.6401, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
182 {"wikidata_id": "Q806626", "display_name": "Bank Central Asia", "legal_name": "PT Bank Central Asia Tbk.", "aliases": ["BBCA", "BCA Bank", "BCA Indonesia"], "website": "https://www.bca.co.id", "canonical_domain": "bca.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1955, "employees": 26532, "public_company": true, "ticker": "BBCA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Central_Asia.svg", "description": "Indonesian company", "sitelinks": 15, "importance": 0.6389, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
183 {"wikidata_id": "Q639447", "display_name": "Seven & I Holdings Co.", "legal_name": null, "aliases": ["Seven & i", "Seven & i Holdings Co.", "Ltd."], "website": "https://www.7andi.com", "canonical_domain": "7andi.com", "country": "JP", "hq_city": "Nibanchō", "hq_region": "Chiyoda", "lat": 35.68621, "lon": 139.73659, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2005, "employees": 1017, "public_company": true, "ticker": "3382", "exchange": "Tokyo Stock Exchange", "lei": "52990037G8JRM3TWGY86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seveni_typo.svg", "description": "Japanese diversified retail holding company", "sitelinks": 24, "importance": 0.6387, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
184 {"wikidata_id": "Q2450722", "display_name": "Cellcom Israel Ltd.", "legal_name": "סלקום ישראל בע\"מ", "aliases": [], "website": "https://www.cellcom.co.il", "canonical_domain": "cellcom.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": 7254, "public_company": true, "ticker": "CEL", "exchange": "Tel Aviv Stock Exchange", "lei": "529900438MNY6TZ5ZY17", "sec_cik": "1385145", "parent": {"wikidata_id": "Q2906460", "name": "Discount Investment Corp. Ltd."}, "logo_url": null, "description": "Israeli telecommunications company", "sitelinks": 18, "importance": 0.6382, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
185 {"wikidata_id": "Q1810389", "display_name": "PTT Public Company Limited", "legal_name": null, "aliases": ["PTT", "Ptt", "Ptt Public Co.", "Ltd.", "Ptt Public Company Limited", "PTT Public Co.", "Ltd."], "website": "https://www.pttplc.com", "canonical_domain": "pttplc.com", "country": "TH", "hq_city": "Chatuchak", "hq_region": "Chatuchak", "lat": 13.79622, "lon": 100.55047, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1977, "employees": 10630, "public_company": true, "ticker": "PTT", "exchange": "Stock Exchange of Thailand", "lei": "549300QOGMPTKB6W7G56", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PTT-01.svg", "description": "petroleum organization in Thailand", "sitelinks": 17, "importance": 0.6381, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
186 {"wikidata_id": "Q1332506", "display_name": "Keio", "legal_name": "Keio Corporation", "aliases": ["Keiō", "Keiō Corporation", "Keio Corp.", "Keio Corp. (Japan)"], "website": "https://www.keio.co.jp", "canonical_domain": "keio.co.jp", "country": "JP", "hq_city": "Sekido", "hq_region": "Tama", "lat": 35.65107, "lon": 139.45189, "industries": ["transportation"], "industry_labels": ["public transport", "rail transport"], "founded_year": 1948, "employees": 2276, "public_company": true, "ticker": "9008", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KeioRailway_logo.svg", "description": "Japanese railway company", "sitelinks": 21, "importance": 0.6369, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
187 {"wikidata_id": "Q188710", "display_name": "Thai Airways", "legal_name": null, "aliases": ["THA", "TG", "THAI", "Thai Airways International", "Thai Airways International Public Company Limited", "Thai Airways International Public Co.", "Ltd."], "website": "https://www.thaiairways.com", "canonical_domain": "thaiairways.com", "country": "TH", "hq_city": "Chatuchak", "hq_region": "Bangkok", "lat": 13.82861, "lon": 100.55972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "THAI", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1416522", "name": "Ministry of Finance"}, "logo_url": null, "description": "flag carrier airline of Thailand", "sitelinks": 62, "importance": 0.6356, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
188 {"wikidata_id": "Q806678", "display_name": "Bank of Cyprus", "legal_name": null, "aliases": [], "website": "https://www.bankofcyprus.com", "canonical_domain": "bankofcyprus.com", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["banking", "financial-services", "insurance"], "industry_labels": ["economics of banking", "financial services", "insurance industry", "financial sector"], "founded_year": 1899, "employees": 4156, "public_company": true, "ticker": "BOCY", "exchange": "Cyprus Stock Exchange", "lei": "PQ0RAP85KK9Z75ONZW93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BOC_logo_EN.svg", "description": "Cypriot financial services company", "sitelinks": 19, "importance": 0.6356, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
189 {"wikidata_id": "Q1023763", "display_name": "CITIC Limited", "legal_name": null, "aliases": ["CITIC Pacific"], "website": "https://www.citic.com", "canonical_domain": "citic.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1985, "employees": 287910, "public_company": true, "ticker": "0267", "exchange": "Hong Kong Stock Exchange", "lei": "2549006I3Q3M98KHOT11", "sec_cik": "1162704", "parent": null, "logo_url": null, "description": "conglomerate headquartered in Hong Kong", "sitelinks": 10, "importance": 0.6341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
190 {"wikidata_id": "Q83584", "display_name": "Odakyu Electric Railway", "legal_name": "小田急電鉄株式会社", "aliases": ["OER", "Odakyū", "Odakyu Electric Railway Co.", "Ltd.、OER", "Odawara Express Railway"], "website": "https://www.odakyu.jp", "canonical_domain": "odakyu.jp", "country": "JP", "hq_city": "Yoyogi", "hq_region": "Shibuya", "lat": 35.67891, "lon": 139.69363, "industries": ["transportation"], "industry_labels": ["public transport", "rail transport"], "founded_year": 1923, "employees": 3760, "public_company": true, "ticker": "9007", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OdakyuGroup_logo.svg", "description": "Japanese railway company", "sitelinks": 19, "importance": 0.6341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
191 {"wikidata_id": "Q213140", "display_name": "Japan Airlines", "legal_name": "Japan Airlines Co., Ltd.", "aliases": ["JAL"], "website": "https://www.jal.co.jp", "canonical_domain": "jal.co.jp", "country": "JP", "hq_city": "Higashi-Shinagawa", "hq_region": "Shinagawa", "lat": 35.61915, "lon": 139.74923, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9201", "exchange": "Tokyo Stock Exchange", "lei": "3538002MH5L1QZZ93477", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Airlines_Wordmark_%282011%29.svg", "description": "flag-carrier airline of Japan", "sitelinks": 61, "importance": 0.6339, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
192 {"wikidata_id": "Q183275", "display_name": "Mitsubishi", "legal_name": null, "aliases": ["Mitsubishi Companies", "Mitsubishi Group of Companies"], "website": "https://www.mitsubishi.com", "canonical_domain": "mitsubishi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["defense"], "industry_labels": ["weapons industry", "trade"], "founded_year": 1870, "employees": 350000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_logo.svg", "description": "group of autonomous, Japanese multinational companies", "sitelinks": 70, "importance": 0.6329, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
193 {"wikidata_id": "Q53238", "display_name": "Hitachi", "legal_name": null, "aliases": ["Kabushiki-gaisha Hitachi Seisakusho", "Hitachi Seisakusho", "Ltd.", "HITACHI", "LTD. (Tokyo)"], "website": "https://www.hitachi.com", "canonical_domain": "hitachi.com", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["technology", "manufacturing"], "industry_labels": ["consumer electronics industry", "electrical industry"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "6501", "exchange": "Tokyo Stock Exchange", "lei": "549300T6IPOCDWLKC615", "sec_cik": "47710", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hitachi_2025_logo.svg", "description": "Japanese multinational engineering and electronics company", "sitelinks": 60, "importance": 0.6322, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "47710", "enriched_at": "2026-09-12T09:34:59+00:00"}}
194 {"wikidata_id": "Q213147", "display_name": "주식회사 대한항공", "legal_name": "Korean Air Lines Co., Ltd.", "aliases": ["KAL", "Korean Air Lines", "Korean Air Lines Co.", "Ltd.", "Korean Airlines"], "website": "https://www.koreanair.com", "canonical_domain": "koreanair.com", "country": "KR", "hq_city": "Gonghang-dong", "hq_region": "Gangseo District", "lat": 37.55375, "lon": 126.79421, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "003490", "exchange": "Korean Stock Exchange", "lei": "988400C2UFBF4B660C58", "sec_cik": null, "parent": {"wikidata_id": "Q483274", "name": "Hanjin"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korean_Air_2025.svg", "description": "flag-carrier airline of South Korea", "sitelinks": 59, "importance": 0.6304, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
195 {"wikidata_id": "Q1808912", "display_name": "Sumitomo Heavy Industries", "legal_name": null, "aliases": ["SHI", "Sumitomo Jūkikai Kōgyō Kabushiki-gaisha"], "website": "https://www.shi.co.jp", "canonical_domain": "shi.co.jp", "country": "JP", "hq_city": "Ōsaki", "hq_region": "Shinagawa", "lat": 35.61973, "lon": 139.72797, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1888, "employees": 2832, "public_company": true, "ticker": "6302", "exchange": "Tokyo Stock Exchange", "lei": "353800VSTEIRMBC3S374", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Heavy_Industries_logo.svg", "description": "Japanese manufacturing, industrial machinery and engineering company", "sitelinks": 19, "importance": 0.63, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
196 {"wikidata_id": "Q1335998", "display_name": "Tomy", "legal_name": null, "aliases": ["Takara Tomy", "TakaraTomi", "Tomy Co Ltd.", "Tomy Co.", "Tomy Corporation"], "website": "https://www.takaratomy.co.jp", "canonical_domain": "takaratomy.co.jp", "country": "JP", "hq_city": "Mustafa Abdul Jalil", "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry", "game industry"], "founded_year": 1924, "employees": 667, "public_company": true, "ticker": "7867", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAKARA_TOMY_logo.svg", "description": "Japanese toy, children's merchandise and entertainment company", "sitelinks": 23, "importance": 0.6283, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
197 {"wikidata_id": "Q1397688", "display_name": "Fast Retailing", "legal_name": null, "aliases": ["Fast Retailing Co.", "Ltd."], "website": "https://www.fastretailing.com", "canonical_domain": "fastretailing.com", "country": "JP", "hq_city": "Yamaguchi", "hq_region": "Yamaguchi Prefecture", "lat": 34.17803, "lon": 131.47378, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": 8055, "public_company": true, "ticker": "9983", "exchange": "Tokyo Stock Exchange", "lei": "353800ZCXKHDPY0N5218", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAST_RETAILING_logo.svg", "description": "Japanese company", "sitelinks": 16, "importance": 0.6281, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
198 {"wikidata_id": "Q2038986", "display_name": "Siam Commercial Bank", "legal_name": null, "aliases": ["SCB", "Bank of Siam", "Ngân hàng thái", "Ngân hàng xiêm", "Siam Bank", "Siam Commercial Bank Public Company Limited", "The Siam Commercial Bank Public Co.", "Ltd."], "website": "https://www.scb.co.th", "canonical_domain": "scb.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["insurance", "financial-services", "banking"], "industry_labels": ["insurance", "financial services", "economics of banking", "financial sector"], "founded_year": 1907, "employees": 20000, "public_company": true, "ticker": "SCB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Siam_Commercial_Bank_Logo.svg", "description": "Thai credit institution", "sitelinks": 14, "importance": 0.6281, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
199 {"wikidata_id": "Q32141", "display_name": "Cathay Pacific", "legal_name": "Cathay Pacific Airlines Limited", "aliases": ["CPA", "Cathay", "CX", "Cathay Pacific Airlines"], "website": "https://www.cathaypacific.com", "canonical_domain": "cathaypacific.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "0293", "exchange": "Hong Kong Stock Exchange", "lei": "EQNZNT235RBOJ6LJQZ02", "sec_cik": null, "parent": {"wikidata_id": "Q1141162", "name": "Swire Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cathay_Pacific_Ltd._logo.svg", "description": "flag carrier of Hong Kong", "sitelinks": 57, "importance": 0.6269, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
200 {"wikidata_id": "Q6059838", "display_name": "Inventec", "legal_name": null, "aliases": ["Yīngyèdá Gōngsī"], "website": "https://www.inventec.com", "canonical_domain": "inventec.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["manufacturing", "technology"], "industry_labels": ["original design manufacturer", "consumer electronics industry"], "founded_year": 1975, "employees": 51380, "public_company": true, "ticker": "2356", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inventec_logo.gif", "description": "Taiwan-based manufacturer of notebook computers, servers and mobile devices", "sitelinks": 12, "importance": 0.6267, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
201 {"wikidata_id": "Q784022", "display_name": "Renren", "legal_name": null, "aliases": [], "website": "https://renren.com", "canonical_domain": "renren.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["social networking service"], "founded_year": 2005, "employees": 1570, "public_company": true, "ticker": "RENN", "exchange": "New York Stock Exchange", "lei": "254900GI82POEZ4DWI75", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese social networking service", "sitelinks": 20, "importance": 0.6266, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
202 {"wikidata_id": "Q291796", "display_name": "China Eastern Airlines", "legal_name": null, "aliases": ["MU", "CES", "China Eastern", "China Eastern Airlines Corporation"], "website": "https://global.ceair.com", "canonical_domain": "ceair.com", "country": "CN", "hq_city": "Shanghai Hongqiao International Airport", "hq_region": "Changning District", "lat": 31.19806, "lon": 121.33639, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "600115", "exchange": "Shanghai Stock Exchange", "lei": "3003000KIOQE39Q7Y685", "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in China", "sitelinks": 55, "importance": 0.6232, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
203 {"wikidata_id": "Q43335", "display_name": "Bursa Malaysia", "legal_name": null, "aliases": ["MYX", "KLSE", "BURSA MALAYSIA BERHAD", "XKLS", "Bursa Malaysia Berhad", "Bursa Malaysia Bhd."], "website": "https://www.bursamalaysia.com", "canonical_domain": "bursamalaysia.com", "country": "MY", "hq_city": "Exchange Square", "hq_region": "Kuala Lumpur", "lat": 3.14854, "lon": 101.70115, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1964, "employees": 614, "public_company": true, "ticker": "1818", "exchange": "Bursa Malaysia", "lei": "254900VH5AOK4HHV4I38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bursa_Malaysia_%28MSX%29_logo.svg", "description": "formerly known as Kuala Lumpur Stock Exchange, exchange holding company located in Kuala Lumpur, Malaysia", "sitelinks": 22, "importance": 0.6226, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
204 {"wikidata_id": "Q853619", "display_name": "Bezeq The Israeli Telecommunication Corp. Ltd.", "legal_name": "בזק החברה הישראלית לתקשורת בע\"מ", "aliases": [], "website": "https://www.bezeq.co.il", "canonical_domain": "bezeq.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1984, "employees": 5305, "public_company": true, "ticker": "BEZQ", "exchange": "Tel Aviv Stock Exchange", "lei": "213800XCGZCFSWY9U863", "sec_cik": null, "parent": {"wikidata_id": "Q4836950", "name": "B Communications Ltd"}, "logo_url": null, "description": "telecommunications company in Israel", "sitelinks": 16, "importance": 0.622, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
205 {"wikidata_id": "Q385775", "display_name": "Osaka Gas", "legal_name": "Osaka Gas Co., Ltd.", "aliases": ["Osaka Gas Co.", "Ltd.", "Ōsaka Gasu Kabushiki-gaisha"], "website": "https://www.osakagas.co.jp", "canonical_domain": "osakagas.co.jp", "country": "JP", "hq_city": "Osaka Gas Building", "hq_region": "Chūō-ku", "lat": 34.68796, "lon": 135.50047, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1897, "employees": 21250, "public_company": true, "ticker": "9532", "exchange": "Tokyo Stock Exchange", "lei": "353800024KMNOPQRWZ02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Osaka_Gas.svg", "description": "company", "sitelinks": 13, "importance": 0.6217, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
206 {"wikidata_id": "Q1065539", "display_name": "Jiangling Motors", "legal_name": null, "aliases": ["Jiangling", "JMC"], "website": "https://www.jmc.com.cn", "canonical_domain": "jmc.com.cn", "country": "CN", "hq_city": "Nanchang", "hq_region": "Jiangxi", "lat": 28.68417, "lon": 115.88722, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1952, "employees": 12339, "public_company": true, "ticker": "000550", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JMC_Motor_logo.png", "description": "Chinese manufacturer of JMC vehicles", "sitelinks": 14, "importance": 0.6211, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
207 {"wikidata_id": "Q180432", "display_name": "Emirates", "legal_name": null, "aliases": ["Emirates Group", "The Emirates Group"], "website": "https://www.emirates.com", "canonical_domain": "emirates.com", "country": "AE", "hq_city": "Al Garhoud", "hq_region": "Emirate of Dubai", "lat": 25.24, "lon": 55.35028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": 100000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emirates_banner_logo.svg", "description": "flag carrier airline of the United Arab Emirates", "sitelinks": 74, "importance": 0.6206, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
208 {"wikidata_id": "Q820239", "display_name": "MinebeaMitsumi", "legal_name": null, "aliases": ["Minebea", "Minebea Kabushiki-gaisha", "Nippon Miniature Bearing"], "website": "https://www.minebeamitsumi.com", "canonical_domain": "minebeamitsumi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["semiconductors"], "industry_labels": ["SIC 3670 Electronic Components & Accessories"], "founded_year": 1951, "employees": 54768, "public_company": true, "ticker": "6479", "exchange": "Tokyo Stock Exchange", "lei": "353800CCB0CZ75YZ4010", "sec_cik": "1034983", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MinebeaMitsumi_Logo.svg", "description": "Japanese public company", "sitelinks": 11, "importance": 0.6192, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1034983", "enriched_at": "2026-09-12T09:34:59+00:00"}}
209 {"wikidata_id": "Q4215912", "display_name": "Maxxis", "legal_name": null, "aliases": [], "website": "https://www.maxxis.com", "canonical_domain": "maxxis.com", "country": "TW", "hq_city": "Taiwan", "hq_region": null, "lat": 24.0, "lon": 121.0, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1967, "employees": 30000, "public_company": true, "ticker": "2105", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q135191161", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MAXXIS_logo.svg", "description": "tire manufacturer", "sitelinks": 12, "importance": 0.6189, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
210 {"wikidata_id": "Q2620239", "display_name": "Yaskawa Electric Corporation", "legal_name": null, "aliases": [], "website": "https://www.yaskawa.co.jp", "canonical_domain": "yaskawa.co.jp", "country": "JP", "hq_city": "Kitakyūshū", "hq_region": "Fukuoka Prefecture", "lat": 33.88342, "lon": 130.87519, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1915, "employees": 10383, "public_company": true, "ticker": "6506", "exchange": "Tokyo Stock Exchange", "lei": "3538003K39GR98R0CK58", "sec_cik": "1297681", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yaskawa_logo.svg", "description": "Japanese manufacturer of robots and related components", "sitelinks": 14, "importance": 0.6186, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
211 {"wikidata_id": "Q93894", "display_name": "ASRock", "legal_name": "ASRock Inc.", "aliases": [], "website": "https://www.asrock.com", "canonical_domain": "asrock.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 2002, "employees": 190, "public_company": true, "ticker": "3515", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152864", "name": "ASUS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASRock_logo.svg", "description": "Taiwanese electronics manufacturer", "sitelinks": 25, "importance": 0.6186, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
212 {"wikidata_id": "Q179433", "display_name": "Bridgestone", "legal_name": null, "aliases": ["Bridgestone Corporation", "Kabushiki-gaisha Burijisuton"], "website": "https://www.bridgestone.com", "canonical_domain": "bridgestone.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "5108", "exchange": "Tokyo Stock Exchange", "lei": "549300DHPOF90OYYD780", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bridgestone_logo.svg", "description": "Japanese multinational manufacturer", "sitelinks": 52, "importance": 0.6174, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
213 {"wikidata_id": "Q219203", "display_name": "NEC", "legal_name": null, "aliases": ["NEC Electronics Corporation", "NEC CORPORATION", "Nippon Electric Co."], "website": "https://www.nec.com", "canonical_domain": "nec.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology", "gaming"], "industry_labels": ["electronics", "information technology", "video game industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "6701", "exchange": "Tokyo Stock Exchange", "lei": "5493000QYMPFRTEY4K28", "sec_cik": null, "parent": {"wikidata_id": "Q717318", "name": "Sumitomo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEC_logo.svg", "description": "Japanese technology corporation", "sitelinks": 52, "importance": 0.6174, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
214 {"wikidata_id": "Q412826", "display_name": "Ajinomoto", "legal_name": null, "aliases": ["Ajinomoto Co.", "Inc.", "Ajinomoto Kabushiki-gaisha"], "website": "https://www.ajinomoto.co.jp", "canonical_domain": "ajinomoto.co.jp", "country": "JP", "hq_city": "Ajinomoto Headquarters Building", "hq_region": "Kyōbashi", "lat": 35.67697, "lon": 139.77331, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "2802", "exchange": "Tokyo Stock Exchange", "lei": "353800UT0TLROREPIC92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ajinomoto_global_logo.svg", "description": "Japanese food and biotechnology company", "sitelinks": 52, "importance": 0.6174, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
215 {"wikidata_id": "Q304962", "display_name": "Mitsubishi Estate", "legal_name": null, "aliases": [], "website": "https://www.mec.co.jp", "canonical_domain": "mec.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1937, "employees": 772, "public_company": true, "ticker": "8802", "exchange": "Tokyo Stock Exchange", "lei": "353800KOFMRGOXSJ5Z65", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_logo.svg", "description": "Japanese real estate developer", "sitelinks": 20, "importance": 0.6163, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
216 {"wikidata_id": "Q695693", "display_name": "Zhenhua Port Machinery Company", "legal_name": "Shanghai Zhenhua Heavy Industries Co., Ltd.", "aliases": ["Zhenhua", "Shanghai Zhenhua", "ZPMC"], "website": "https://www.zpmc.com", "canonical_domain": "zpmc.com", "country": "CN", "hq_city": "Pudong", "hq_region": "Shanghai", "lat": 31.22306, "lon": 121.53972, "industries": ["industrial-machinery"], "industry_labels": ["crane"], "founded_year": 1992, "employees": 8702, "public_company": true, "ticker": "600320", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZPMC_Logo_2.svg", "description": "machinery manufacturer", "sitelinks": 14, "importance": 0.616, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
217 {"wikidata_id": "Q291090", "display_name": "China Southern Airlines", "legal_name": null, "aliases": ["CSN", "CZ", "China Southern", "China Southern Airlines Co.", "Ltd."], "website": "https://www.csair.com", "canonical_domain": "csair.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "600029", "exchange": "Shanghai Stock Exchange", "lei": "529900AJQ1Q18ABYVX84", "sec_cik": null, "parent": null, "logo_url": null, "description": "major airline in China, headquartered in Guangzhou, Guangdong", "sitelinks": 51, "importance": 0.6154, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
218 {"wikidata_id": "Q18111506", "display_name": "Dahua Technology", "legal_name": "Zhejiang Dahua Technology Co.,Ltd.", "aliases": ["Dahua", "Dahua Security", "Dahua Technology Co.", "Ltd", "Zhejiang Dahua Technology", "Zhejiang Dahua Technology Co.", "Ltd."], "website": "https://www.dahuatech.com", "canonical_domain": "dahuatech.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["technology"], "industry_labels": ["video surveillance"], "founded_year": 2001, "employees": 13608, "public_company": true, "ticker": "002236", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q741618", "name": "China Mobile"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dahua_Technology_logo.svg", "description": "Chinese video surveillance products company", "sitelinks": 13, "importance": 0.6152, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
219 {"wikidata_id": "Q1081154", "display_name": "Kajima Corporation", "legal_name": null, "aliases": ["Kajima Construction Corporation", "Ltd.", "Kajima Kensetsu Kabushiki-gaisha"], "website": "https://www.kajima.co.jp", "canonical_domain": "kajima.co.jp", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1840, "employees": 8129, "public_company": true, "ticker": "1812", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kajima_Corporation_logo.png", "description": "Japanese construction company", "sitelinks": 14, "importance": 0.615, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
220 {"wikidata_id": "Q1761176", "display_name": "Alrajhi Bank", "legal_name": "مصرف الراجحي", "aliases": ["Al Rajhi", "Al Rajhi Bank", "Al-Rajhi", "Alrajhi", "Al-Rajhi B ank"], "website": "https://www.alrajhibank.com.sa", "canonical_domain": "alrajhibank.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1957, "employees": 7600, "public_company": true, "ticker": "1120", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Al_Rajhi_Bank_Logo.svg", "description": "Saudi bank", "sitelinks": 14, "importance": 0.6141, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
221 {"wikidata_id": "Q1584297", "display_name": "Tenaga Nasional", "legal_name": null, "aliases": ["TENAGA NASIONAL BHD", "TNB", "Tenaga Nasional Berhad", "Tenaga Nasional Bhd"], "website": "https://www.tnb.com.my", "canonical_domain": "tnb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1990, "employees": 34938, "public_company": true, "ticker": "5347", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tenaga_Nasional.svg", "description": "Malaysian electricity company", "sitelinks": 11, "importance": 0.6127, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
222 {"wikidata_id": "Q777141", "display_name": "Mitsui Chemicals", "legal_name": null, "aliases": [], "website": "https://www.mitsuichemicals.com", "canonical_domain": "mitsuichemicals.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1997, "employees": 4275, "public_company": true, "ticker": "4183", "exchange": "Tokyo Stock Exchange", "lei": "353800H2UB5ZEZRZQC02", "sec_cik": "1446420", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Chemicals.svg", "description": "Japanese public company", "sitelinks": 15, "importance": 0.6125, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
223 {"wikidata_id": "Q1343045", "display_name": "Iran Khodro", "legal_name": null, "aliases": ["IKCO", "Iran Khodro Company", "Iran National"], "website": "https://www.ikcopress.ir", "canonical_domain": "ikcopress.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.70954, "lon": 51.19071, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1962, "employees": 54000, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iran_Khodro_symbol.svg", "description": "Iranian automotive brand manufacturer", "sitelinks": 28, "importance": 0.6118, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
224 {"wikidata_id": "Q208489", "display_name": "EL AL Israel Airlines Ltd.", "legal_name": "אל על נתיבי אויר לישראל בע''מ", "aliases": ["ELY", "LY"], "website": "https://www.elal.co.il", "canonical_domain": "elal.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "ELAL", "exchange": "Tel Aviv Stock Exchange", "lei": "549300TW18OUVFDCDP95", "sec_cik": "1445210", "parent": {"wikidata_id": "34de72041ecb975c93776816d515276f", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/El_Al_logo.svg", "description": "flag-carrier airline of Israel", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
225 {"wikidata_id": "Q406643", "display_name": "AirAsia", "legal_name": null, "aliases": ["AK", "AirAsia Berhad"], "website": "https://www.airasia.com", "canonical_domain": "airasia.com", "country": "MY", "hq_city": "Kuala Lumpur International Airport", "hq_region": "Sepang District", "lat": 2.74556, "lon": 101.70972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "5099", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7852926", "name": "Tune Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AirAsia_New_Logo_%282020%29.svg", "description": "Malaysian low-cost airline", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q745971"}, {"related_domain_conflict": "Q5103383"}, {"related_domain_conflict": "Q1148568"}, {"related_domain_conflict": "Q1319117"}, {"related_domain_conflict": "Q16308074"}, {"related_domain_conflict": "Q115882421"}]}
226 {"wikidata_id": "Q819425", "display_name": "Indian Railways", "legal_name": null, "aliases": ["IR", "Indian State Railways"], "website": "https://भारतीयरेल.सरकार.भारत", "canonical_domain": "सरकार.भारत", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1845, "employees": 1230000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned enterprise operating India's national railway system", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
227 {"wikidata_id": "Q712863", "display_name": "China Steel Corporation", "legal_name": "中國鋼鐵股份有限公司", "aliases": ["China Steel", "Zhōngguó Gāngtiě Gǔfèn Yǒuxiàn Gōngsī"], "website": "https://www.csc.com.tw", "canonical_domain": "csc.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.55269, "lon": 120.35508, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1971, "employees": 9946, "public_company": true, "ticker": "2002", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Taiwan", "sitelinks": 13, "importance": 0.6107, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
228 {"wikidata_id": "Q1057110", "display_name": "IndiGo", "legal_name": null, "aliases": [], "website": "https://www.goindigo.in", "canonical_domain": "goindigo.in", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "INDIGO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IndiGo_Airlines_logo.svg", "description": "Indian airline company", "sitelinks": 48, "importance": 0.6092, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
229 {"wikidata_id": "Q2901365", "display_name": "Mobileye", "legal_name": null, "aliases": ["Mobileye Global Inc.", "Mobileye Vision Technologies Ltd"], "website": "https://www.mobileye.com", "canonical_domain": "mobileye.com", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Quds Governorate", "lat": 31.77668, "lon": 35.23416, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": 3200, "public_company": true, "ticker": "MBLY", "exchange": "Nasdaq", "lei": "213800LGCIT32XWAK965", "sec_cik": "1910139", "parent": {"wikidata_id": "Q116985634", "name": "Mobileye Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobileye_logo_%28new%29.svg", "description": "company that develops advanced driver assistance systems", "sitelinks": 15, "importance": 0.6083, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
230 {"wikidata_id": "Q2882611", "display_name": "Bank Negara Indonesia", "legal_name": "PT Bank Negara Indonesia (Persero) Tbk", "aliases": ["BNI", "Bank Negara Indonesia (Persero)", "BBNI", "State Bank of Indonesia"], "website": "https://www.bni.co.id", "canonical_domain": "bni.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1946, "employees": 25344, "public_company": true, "ticker": "BBNI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Negara_Indonesia_logo_%282004%29.svg", "description": "Indonesian company", "sitelinks": 11, "importance": 0.608, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
231 {"wikidata_id": "Q2085829", "display_name": "Israel Shipyards Industries Ltd", "legal_name": "תעשיות מספנות ישראל בע\"מ", "aliases": [], "website": "https://www.israel-shipyards.com", "canonical_domain": "israel-shipyards.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1959, "employees": 320, "public_company": true, "ticker": "ISHI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10213576", "name": "SK Group"}, "logo_url": null, "description": "Shipyards in Israel", "sitelinks": 20, "importance": 0.6036, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
232 {"wikidata_id": "Q333101", "display_name": "Bank of Japan", "legal_name": "日本銀行", "aliases": ["BOJ", "Nippon Ginkō"], "website": "https://www.boj.or.jp", "canonical_domain": "boj.or.jp", "country": "JP", "hq_city": "Bank of Japan Head Office", "hq_region": "Nihonbashi-Hongokuchō", "lat": 35.68656, "lon": 139.77154, "industries": ["banking"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "8301", "exchange": "Tokyo Stock Exchange", "lei": "353800717BLAHZMEXR15", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%97%A5%E6%9C%AC%E9%8A%80%E8%A1%8C%E3%83%AD%E3%82%B4.svg", "description": "the central bank of Japan", "sitelinks": 45, "importance": 0.6025, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
233 {"wikidata_id": "Q484449", "display_name": "Cube Entertainment", "legal_name": "CUBE ENTERTAINMENT, INC.", "aliases": [], "website": "https://www.cubeent.co.kr", "canonical_domain": "cubeent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music", "entertainment industry"], "founded_year": 2006, "employees": 79, "public_company": true, "ticker": "182360", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 24, "importance": 0.6018, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
234 {"wikidata_id": "Q2121562", "display_name": "Qianjiang Motorcycle", "legal_name": null, "aliases": ["QJIANG", "QJMOTOR"], "website": "https://global.qjmotor.com", "canonical_domain": "qjmotor.com", "country": "CN", "hq_city": "Wenling", "hq_region": "Taizhou", "lat": 28.37974, "lon": 121.37179, "industries": ["automotive"], "industry_labels": [], "founded_year": 1985, "employees": 5252, "public_company": true, "ticker": "000913", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q739000", "name": "Geely"}, "logo_url": null, "description": "Chinese motorcycle manufacturer", "sitelinks": 13, "importance": 0.6015, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
235 {"wikidata_id": "Q48147014", "display_name": "Insta360", "legal_name": null, "aliases": ["Arashi Vision Inc.", "insta360"], "website": "https://www.insta360.com", "canonical_domain": "insta360.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["media"], "industry_labels": ["photography"], "founded_year": 2015, "employees": 2000, "public_company": true, "ticker": "688775", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Insta360_logo_%28transparent%29.svg", "description": "Chinese action camera manufacturer", "sitelinks": 15, "importance": 0.6015, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
236 {"wikidata_id": "Q208033", "display_name": "Qatar Airways", "legal_name": "الْخُطُوطُ الْجَوِّيَّةُ الْقَطَرِيَّة", "aliases": ["QR", "Qatar Airways Company", "Qatar AW", "QATARI", "QTR"], "website": "https://www.qatarairways.com", "canonical_domain": "qatarairways.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": 57800, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HDF99L84TF2D68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qatar_Airways_logo.svg", "description": "state-owned flag-carrier airline of Qatar", "sitelinks": 66, "importance": 0.6008, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
237 {"wikidata_id": "Q715113", "display_name": "EVA Air", "legal_name": null, "aliases": ["EVA", "EVA AIR", "Eva Airways"], "website": "https://www.evaair.com", "canonical_domain": "evaair.com", "country": "TW", "hq_city": "Luzhu District", "hq_region": "Taoyuan", "lat": 25.06667, "lon": 121.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2618", "exchange": "Taiwan Stock Exchange", "lei": "254900S1P4XOXV67GC07", "sec_cik": null, "parent": {"wikidata_id": "Q711850", "name": "Evergreen Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_EVA_Air.svg", "description": "Taiwanese international airline", "sitelinks": 44, "importance": 0.6002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
238 {"wikidata_id": "Q2744340", "display_name": "Bank of Yokohama", "legal_name": null, "aliases": ["BOY", "The Bank of Yokohama", "Ltd."], "website": "https://www.boy.co.jp", "canonical_domain": "boy.co.jp", "country": "JP", "hq_city": "Bank of Yokohama Head Office Building", "hq_region": "Minatomirai", "lat": 35.45425, "lon": 139.62947, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1920, "employees": 4733, "public_company": true, "ticker": "7186", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22122898", "name": "Yokohama Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Bank_of_Yokohama_Logo.svg", "description": "regional bank in Japan", "sitelinks": 13, "importance": 0.6, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
239 {"wikidata_id": "Q6452254", "display_name": "Kyowa Kirin", "legal_name": null, "aliases": [], "website": "https://www.kyowa-kirin.co.jp", "canonical_domain": "kyowa-kirin.co.jp", "country": "JP", "hq_city": "Otemachi Financial City Grand Cube", "hq_region": "Ōtemachi", "lat": 35.68861, "lon": 139.76472, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1949, "employees": 7152, "public_company": true, "ticker": "4151", "exchange": "Tokyo Stock Exchange", "lei": "529900TBXKVTQGYA3582", "sec_cik": null, "parent": {"wikidata_id": "Q13403399", "name": "Kirin Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyowa_Hakko_Kirin_Logo.svg", "description": "pharmaceutical company", "sitelinks": 12, "importance": 0.5981, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
240 {"wikidata_id": "Q886564", "display_name": "Saizeriya", "legal_name": null, "aliases": ["Saizeriya Co", ". Ltd."], "website": "https://www.saliya.com.tw", "canonical_domain": "saliya.com.tw", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["food-beverage", "retail"], "industry_labels": ["food service", "retail"], "founded_year": 1973, "employees": 4134, "public_company": true, "ticker": "7581", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain", "sitelinks": 13, "importance": 0.598, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
241 {"wikidata_id": "Q4854129", "display_name": "BDO", "legal_name": null, "aliases": ["Banco de Oro", "BDO Unibank", "BDO Unibank", "Inc."], "website": "https://www.bdo.com.ph", "canonical_domain": "bdo.com.ph", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1968, "employees": 4048, "public_company": true, "ticker": "BDOUY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BDO_Unibank_%28logo%29.svg", "description": "Philippine banking company", "sitelinks": 13, "importance": 0.5977, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
242 {"wikidata_id": "Q750619", "display_name": "Chugai Pharmaceutical Co.", "legal_name": null, "aliases": [], "website": "https://www.chugai-pharm.co.jp", "canonical_domain": "chugai-pharm.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1925, "employees": 6872, "public_company": true, "ticker": "4519", "exchange": "Tokyo Stock Exchange", "lei": "529900T9LAII161DCN95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chugai_Pharmaceutical.svg", "description": "Switzerland company in Japan", "sitelinks": 12, "importance": 0.5976, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
243 {"wikidata_id": "Q2501256", "display_name": "Bank of the Philippine Islands", "legal_name": null, "aliases": ["BPI"], "website": "https://bpi.com.ph", "canonical_domain": "bpi.com.ph", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1851, "employees": 11925, "public_company": true, "ticker": "BPHLY", "exchange": "OTC Markets Group", "lei": "549300UW4UH6XT2X8C50", "sec_cik": null, "parent": null, "logo_url": null, "description": "universal bank in the Philippines", "sitelinks": 11, "importance": 0.5971, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
244 {"wikidata_id": "Q15731340", "display_name": "DIC Corporation", "legal_name": null, "aliases": ["Dainippon Ink and Chemicals", "Dainippon Printing Ink Manufacturing Co."], "website": "https://www.dic-global.com", "canonical_domain": "dic-global.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1908, "employees": 20411, "public_company": true, "ticker": "4631", "exchange": "Tokyo Stock Exchange", "lei": "549300F1YB9ARLPUKB67", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DIC.svg", "description": "Japanese chemicals company", "sitelinks": 10, "importance": 0.5958, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
245 {"wikidata_id": "Q842297", "display_name": "Shenzhen Bao'an International Airport", "legal_name": null, "aliases": ["SZX", "Shenzhen-Bao'an", "ZGSZ"], "website": "https://www.szairport.com", "canonical_domain": "szairport.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": 22.63944, "lon": 113.81083, "industries": ["transportation"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000089", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international airport in Shenzhen, China", "sitelinks": 42, "importance": 0.5954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
246 {"wikidata_id": "Q875920", "display_name": "Toho", "legal_name": null, "aliases": ["Tōhō"], "website": "https://www.toho.co.jp", "canonical_domain": "toho.co.jp", "country": "JP", "hq_city": "Toho Hibiya Building", "hq_region": "Yūrakuchō", "lat": 35.67308, "lon": 139.75992, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "9602", "exchange": "Tokyo Stock Exchange", "lei": "529900IYHHYWU4O3H185", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toho_Logo.svg", "description": "Japanese film production company", "sitelinks": 42, "importance": 0.5954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
247 {"wikidata_id": "Q2000500", "display_name": "Partner Communications Company Ltd.", "legal_name": "חברת פרטנר תקשורת בע\"מ", "aliases": ["Orange", "Partner", "Partner Israel"], "website": "https://www.partner.co.il", "canonical_domain": "partner.co.il", "country": "IL", "hq_city": "Rosh HaAyin", "hq_region": "Petah Tikva (sub-district)", "lat": 32.08333, "lon": 34.95, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1999, "employees": 5700, "public_company": true, "ticker": "PTNR", "exchange": "Tel Aviv Stock Exchange", "lei": "529900P1P6RZ1NC37U33", "sec_cik": "1038143", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Partner_logo.svg", "description": "Israeli telecommunications company", "sitelinks": 12, "importance": 0.5949, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1038143", "enriched_at": "2026-09-12T09:34:59+00:00"}}
248 {"wikidata_id": "Q707730", "display_name": "CyberLink", "legal_name": null, "aliases": ["CyberLink Corp."], "website": "https://www.cyberlink.com", "canonical_domain": "cyberlink.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["artificial-intelligence", "software"], "industry_labels": ["artificial intelligence", "multimedia", "software industry"], "founded_year": 1996, "employees": 533, "public_company": true, "ticker": "5203", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cyberlink_Logo.svg", "description": "Taiwanese AI and multimedia software company", "sitelinks": 17, "importance": 0.5948, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
249 {"wikidata_id": "Q18124524", "display_name": "EHang", "legal_name": null, "aliases": ["Ehang 184"], "website": "https://ehang.com", "canonical_domain": "ehang.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering", "aerospace industry"], "founded_year": 2014, "employees": 230, "public_company": true, "ticker": "EH", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EHang_logo.svg", "description": "company that develops and manufactures UAVs and PAVs", "sitelinks": 19, "importance": 0.5937, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
250 {"wikidata_id": "Q700305", "display_name": "Winbond", "legal_name": null, "aliases": ["Huabang Dianzi"], "website": "https://www.winbond.com", "canonical_domain": "winbond.com", "country": "TW", "hq_city": "Taiwan", "hq_region": null, "lat": 24.0, "lon": 121.0, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1987, "employees": 8900, "public_company": true, "ticker": "2344", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winbond_Electronics_logo.svg", "description": "company producing semiconductors and several types of integrated circuits", "sitelinks": 11, "importance": 0.5929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
251 {"wikidata_id": "Q1046186", "display_name": "Halyk Bank of Kazakhstan", "legal_name": null, "aliases": ["Halyk Bank", "Halyk", "Halyk Bank Kazakhstan", "JSC Halyk Bank"], "website": "https://procreditbank.ge", "canonical_domain": "procreditbank.ge", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["banking"], "industry_labels": [], "founded_year": 1993, "employees": 16131, "public_company": true, "ticker": "HSBK", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "banking institution located in Kazakhstan", "sitelinks": 10, "importance": 0.5924, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
252 {"wikidata_id": "Q322601", "display_name": "Seiko", "legal_name": null, "aliases": ["Seiko Holdings", "Seiko Holdings Corp", "Seiko Holdings Corporation", "Seikō Hōrudingusu Kabushiki-gaisha"], "website": "https://www.seiko.co.jp", "canonical_domain": "seiko.co.jp", "country": "JP", "hq_city": "Ginza", "hq_region": "Chūō", "lat": 35.67136, "lon": 139.76562, "industries": ["semiconductors"], "industry_labels": ["manufacture of watches and clocks"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": "8050", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3247512", "name": "Seiko Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seiko_logo.svg", "description": "Japanese company that manufactures and sells watches, clocks, electronic devices, semiconductors and optical products", "sitelinks": 40, "importance": 0.5904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
253 {"wikidata_id": "Q333894", "display_name": "Tokyo Electric Power Company Holdings", "legal_name": "東京電力ホールディングス株式会社", "aliases": ["TEPCO", "Tokyo Denryoku", "Tōkyō Denryoku", "Tokyo Electric Power Company"], "website": "https://www.tepco.co.jp", "canonical_domain": "tepco.co.jp", "country": "JP", "hq_city": "Uchisaiwaichō", "hq_region": "Chiyoda", "lat": 35.67, "lon": 139.75611, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9501", "exchange": "Tokyo Stock Exchange", "lei": "5299004EMJ3R4RVR5Y75", "sec_cik": null, "parent": {"wikidata_id": "Q11409520", "name": "Nuclear Damage Compensation and Decommissioning Facilitation Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TEPCO_symbol.svg", "description": "Japanese electric utility holding company", "sitelinks": 40, "importance": 0.5904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
254 {"wikidata_id": "Q482539", "display_name": "Fila, Inc.", "legal_name": null, "aliases": ["Fila", "Fila Inc"], "website": "https://www.fila.com", "canonical_domain": "fila.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["apparel"], "industry_labels": ["sportswear"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "081660", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fila_logo.svg", "description": "Italian sportswear brand owned by South-Korean company Misto Holdings.", "sitelinks": 40, "importance": 0.5904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
255 {"wikidata_id": "Q2852426", "display_name": "Anritsu", "legal_name": "ANRITSU CORPORATION", "aliases": [], "website": "https://www.anritsu.com", "canonical_domain": "anritsu.com", "country": "JP", "hq_city": "Atsugi", "hq_region": "Kanagawa Prefecture", "lat": 35.44306, "lon": 139.3625, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1931, "employees": 4114, "public_company": true, "ticker": "6754", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anritsu.svg", "description": "Japanese telecommunications equipment coproration", "sitelinks": 12, "importance": 0.5901, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
256 {"wikidata_id": "Q1584130", "display_name": "Syriatel", "legal_name": "سيريتل موبايل تيليكوم", "aliases": [], "website": "https://syriatel.sy", "canonical_domain": "syriatel.sy", "country": "SY", "hq_city": "Ashrafiyat Sahnaya", "hq_region": "Rif Dimashq Governorate", "lat": 33.434, "lon": 36.245, "industries": ["telecommunications"], "industry_labels": ["cellular network", "mobile phone industry"], "founded_year": 2001, "employees": 3931, "public_company": true, "ticker": "SYTEL", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Syriatel.png", "description": "telecommunication company in Syria", "sitelinks": 12, "importance": 0.5895, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
257 {"wikidata_id": "Q5760704", "display_name": "Hikvision", "legal_name": null, "aliases": ["HANGZHOU HIKIVISION DIGITAL TECHNOLOGY CO.", "LTD. (Hangzhou)", "Hangzhou Hikvision Digital Technology Co.", "Ltd."], "website": "https://www.hikvision.com", "canonical_domain": "hikvision.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["media"], "industry_labels": ["closed-circuit television"], "founded_year": 2001, "employees": 42, "public_company": true, "ticker": "002415", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hikvision_logo.svg", "description": "Chinese video surveillance equipment company", "sitelinks": 23, "importance": 0.5886, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
258 {"wikidata_id": "Q741618", "display_name": "China Mobile", "legal_name": "中国移动通信集团有限公司", "aliases": ["CMCC", "China Mobile Communications Group Co.", "Ltd."], "website": "https://www.10086.cn", "canonical_domain": "10086.cn", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600941", "exchange": "Shanghai Stock Exchange", "lei": "529900U2JJ7GK68NI589", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobile_World_Congress_2017.jpg", "description": "Chinese state-owned telecommunication company", "sitelinks": 39, "importance": 0.5878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
259 {"wikidata_id": "Q905412", "display_name": "Resonac Holdings Corporation", "legal_name": null, "aliases": ["Showa Denko K.K.", "Shōwa Denkō Kabushiki-gaisha", "Showa Dento"], "website": "https://www.resonac.com", "canonical_domain": "resonac.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1939, "employees": 10864, "public_company": true, "ticker": "4004", "exchange": "Tokyo Stock Exchange", "lei": "5493006AIPA1V92YPP18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Resonac_logo.svg", "description": "Japanese company formerly known as Shōwa Denkō", "sitelinks": 10, "importance": 0.5866, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
260 {"wikidata_id": "Q69906", "display_name": "Air India", "legal_name": null, "aliases": ["AI", "AIC"], "website": "https://www.airindia.com", "canonical_domain": "airindia.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1932, "employees": 20956, "public_company": false, "ticker": null, "exchange": null, "lei": "335800SB4EYU1F7N9Q09", "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_India_2023.svg", "description": "flag-carrier airline of India", "sitelinks": 65, "importance": 0.5845, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4698035"}]}
261 {"wikidata_id": "Q26070", "display_name": "Uniqlo", "legal_name": "Uniqlo Co., Ltd.", "aliases": ["UNIQLO", "Kabushiki-gaisha Yunikuro", "Uniqlo Co.", "Ltd.", "ユニクロ", "株式会社ユニクロ", "Yunikuro"], "website": "https://www.uniqlo.com", "canonical_domain": "uniqlo.com", "country": "JP", "hq_city": "Midtown Tower", "hq_region": "Akasaka", "lat": 35.66639, "lon": 139.73167, "industries": ["retail", "apparel"], "industry_labels": ["retail", "fast fashion"], "founded_year": 1984, "employees": 20853, "public_company": false, "ticker": null, "exchange": null, "lei": "3538001NOZ9CR8H1YZ84", "sec_cik": null, "parent": {"wikidata_id": "Q1397688", "name": "Fast Retailing"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uniqlo_logo_Japanese.svg", "description": "Japanese casual wear designer, manufacturer and retailer", "sitelinks": 64, "importance": 0.5828, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
262 {"wikidata_id": "Q162257", "display_name": "Komatsu Limited", "legal_name": null, "aliases": ["Komatsu", "Kabushiki-gaisha Komatsu Seisakusho", "Komatsu Ltd.", "Komatsu Seisakujo"], "website": "https://www.komatsu.jp", "canonical_domain": "komatsu.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "6301", "exchange": "Tokyo Stock Exchange", "lei": "5493004LQ0B4T7QPQV17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Komatsu_company_logos.svg", "description": "Japanese industrial machinery company", "sitelinks": 37, "importance": 0.5824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
263 {"wikidata_id": "Q2527941", "display_name": "Hisense", "legal_name": null, "aliases": ["Hisense Group"], "website": "https://global.hisense.com", "canonical_domain": "hisense.com", "country": "CN", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "600060", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hisense.svg", "description": "Chinese multinational white goods and electronics manufacturer", "sitelinks": 37, "importance": 0.5824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
264 {"wikidata_id": "Q502125", "display_name": "West Japan Railway Company", "legal_name": "West Japan Railway Company", "aliases": ["JR West", "JR-W"], "website": "https://www.westjr.co.jp", "canonical_domain": "westjr.co.jp", "country": "JP", "hq_city": "JR West Japan Headquarters Building", "hq_region": "Shibata", "lat": 34.7074, "lon": 135.49512, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "9021", "exchange": "Tokyo Stock Exchange", "lei": "353800QGUXHZ7EBCR121", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28west%29.svg", "description": "passenger railway service provider in west Japan", "sitelinks": 37, "importance": 0.5824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
265 {"wikidata_id": "Q588786", "display_name": "China National Petroleum Corporation", "legal_name": "China National Petroleum Corporation", "aliases": ["CNPC"], "website": "https://www.cnpc.com.cn", "canonical_domain": "cnpc.com.cn", "country": "CN", "hq_city": "Dongcheng District", "hq_region": "Beijing", "lat": 39.92718, "lon": 116.41006, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1988, "employees": 1589508, "public_company": false, "ticker": null, "exchange": null, "lei": "3003004HNTGCYVG6A618", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned oil and gas corporation", "sitelinks": 37, "importance": 0.5824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
266 {"wikidata_id": "Q849842", "display_name": "Gold Peak", "legal_name": null, "aliases": [], "website": "https://www.goldpeak.com", "canonical_domain": "goldpeak.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1964, "employees": 15000, "public_company": true, "ticker": "0040", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gold_Peak_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.5813, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
267 {"wikidata_id": "Q867667", "display_name": "Hino Motors", "legal_name": null, "aliases": [], "website": "https://www.hino.co.jp", "canonical_domain": "hino.co.jp", "country": "JP", "hq_city": "Hino", "hq_region": "Tokyo", "lat": 35.67128, "lon": 139.39514, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "7205", "exchange": "Tokyo Stock Exchange", "lei": "3538009ZU0PHKNHJM202", "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hino_Motors_logo.svg", "description": "Japanese commercial vehicle and diesel engine company", "sitelinks": 36, "importance": 0.5796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
268 {"wikidata_id": "Q943813", "display_name": "SpiceJet", "legal_name": null, "aliases": [], "website": "https://www.spicejet.com", "canonical_domain": "spicejet.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SPICEJET", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian low-cost airline", "sitelinks": 36, "importance": 0.5796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
269 {"wikidata_id": "Q122741", "display_name": "株式会社セガゲームス", "legal_name": "SEGA Games Co., Ltd.", "aliases": [], "website": "https://www.sega.com", "canonical_domain": "sega.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 8880 American Depositary Receipts"], "founded_year": 1960, "employees": 5349, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "899116", "parent": {"wikidata_id": "Q29469450", "name": "SEGA Group Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SEGA_logo_JPN.svg", "description": "Japanese video game developer and publisher and subsidiary of Sega Sammy Holdings", "sitelinks": 73, "importance": 0.5768, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q30571772"}], "source_edgar": {"cik": "899116", "enriched_at": "2026-09-12T09:34:59+00:00"}}
270 {"wikidata_id": "Q10910065", "display_name": "Bajaj Auto", "legal_name": null, "aliases": ["Bajaj Auto Limited"], "website": "https://www.bajajauto.com", "canonical_domain": "bajajauto.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "BAJAJ-AUTO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4848823", "name": "Bajaj Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bajaj_Auto_Ltd_logo.svg", "description": "Indian two-wheeler and three-wheeler manufacturing company", "sitelinks": 35, "importance": 0.5767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
271 {"wikidata_id": "Q357095", "display_name": "Hindustan Aeronautics Limited", "legal_name": null, "aliases": ["HAL", "Hindustan Aeronautics"], "website": "https://hal-india.co.in", "canonical_domain": "hal-india.co.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "HAL", "exchange": "National Stock Exchange of India", "lei": "335800AKDC7T933T3I86", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian public sector aerospace manufacturer", "sitelinks": 35, "importance": 0.5767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
272 {"wikidata_id": "Q739000", "display_name": "Geely", "legal_name": "Zhejiang Geely Holding Group", "aliases": ["Geely Holding Group", "Zhejiang Geely Holding Group Co.", "Ltd."], "website": "https://www.geely.com", "canonical_domain": "geely.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1986, "employees": 80000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geely_Logo_2022.svg", "description": "Chinese automotive manufacturing company", "sitelinks": 49, "importance": 0.5747, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q55118127"}]}
273 {"wikidata_id": "Q268784", "display_name": "China Merchants Port", "legal_name": null, "aliases": [], "website": "https://www.cmhico.com", "canonical_domain": "cmhico.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1992, "employees": 9149, "public_company": true, "ticker": "0144", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.5741, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
274 {"wikidata_id": "Q209078", "display_name": "State Grid Corporation of China", "legal_name": null, "aliases": ["SGCC", "State Grid"], "website": "https://www.sgcc.com.cn", "canonical_domain": "sgcc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 2002, "employees": 1581000, "public_company": false, "ticker": null, "exchange": null, "lei": "300300SRCLQKVTFFOM15", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "state-owned electric utility monopoly of China", "sitelinks": 34, "importance": 0.5738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
275 {"wikidata_id": "Q292428", "display_name": "Hainan Airlines", "legal_name": null, "aliases": ["HU", "CHH", "HNA", "Hainan Airlines Company Limited", "Hainan Airways"], "website": "https://www.hainanairlines.com", "canonical_domain": "hainanairlines.com", "country": "CN", "hq_city": "Haikou", "hq_region": "Hainan", "lat": 20.02, "lon": 110.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "600221", "exchange": "Shanghai Stock Exchange", "lei": "3003001VZDGYFHX8A697", "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in Haikou, People's Republic of China", "sitelinks": 34, "importance": 0.5738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
276 {"wikidata_id": "Q806487", "display_name": "Bangkok Airways", "legal_name": null, "aliases": ["Bangkok Air", "Bangkok Airways Public Company Limited", "Bangkok Airways Public Co.", "Ltd."], "website": "https://www.bangkokair.com", "canonical_domain": "bangkokair.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "BA", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bangkok_Airways_Logo.svg", "description": "regional airline based in Bangkok, Thailand", "sitelinks": 34, "importance": 0.5738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
277 {"wikidata_id": "Q963718", "display_name": "Maruti Suzuki", "legal_name": null, "aliases": ["Maruti Suzuki India Limited", "Maruti Udyog", "Maruti Udyog Limited"], "website": "https://www.marutisuzuki.com", "canonical_domain": "marutisuzuki.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "MARUTI", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181642", "name": "Suzuki Motor Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maruti_Suzuki_logo.svg", "description": "Japanese-Indian automobile manufacturer", "sitelinks": 34, "importance": 0.5738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
278 {"wikidata_id": "Q172741", "display_name": "Subaru", "legal_name": null, "aliases": [], "website": "https://www.subaru-global.com", "canonical_domain": "subaru-global.com", "country": "JP", "hq_city": "Ebisu", "hq_region": "Shibuya", "lat": 35.64395, "lon": 139.71514, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": 16961, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1051297", "name": "Subaru Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subaru_logo_%28transparent%29.svg", "description": "Japanese automobile manufacturing company", "sitelinks": 60, "importance": 0.5732, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
279 {"wikidata_id": "Q5895858", "display_name": "Hongkong and Shanghai Hotels", "legal_name": null, "aliases": [], "website": "https://www.hshgroup.com", "canonical_domain": "hshgroup.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["travel", "real-estate"], "industry_labels": ["tourism", "real property"], "founded_year": 1866, "employees": 7500, "public_company": true, "ticker": "0045", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "holding company", "sitelinks": 9, "importance": 0.5712, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
280 {"wikidata_id": "Q106219885", "display_name": "Kaspi.kz Joint Stock Company", "legal_name": null, "aliases": [], "website": "https://kaspi.kz", "canonical_domain": "kaspi.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 1991, "employees": 3621, "public_company": true, "ticker": "KSPI", "exchange": "Astana International Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaspi-icon.jpg", "description": "technology \"unicorn\" company of Kazakhstan", "sitelinks": 10, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q143833"}]}
281 {"wikidata_id": "Q1143211", "display_name": "Haier", "legal_name": null, "aliases": ["Haier Company", "Haier Group", "Qingdao Refrigerator Co.", "Haier Group Corporation"], "website": "https://www.haier.com", "canonical_domain": "haier.com", "country": "CN", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["consumer-goods", "technology"], "industry_labels": ["home appliance", "consumer electronics industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "600690", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haier_logo.svg", "description": "multinational consumer electronics and home appliances company based in China", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
282 {"wikidata_id": "Q3077586", "display_name": "Bilibili", "legal_name": "Bilibili", "aliases": ["B Site", "bilibili", "Mikufans"], "website": "https://www.bilibili.com", "canonical_domain": "bilibili.com", "country": "CN", "hq_city": "Yangpu District", "hq_region": "Shanghai", "lat": 31.26174, "lon": 121.52172, "industries": ["internet", "gaming"], "industry_labels": ["Internet", "video game industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BILI", "exchange": "Nasdaq", "lei": "5493008V60M52L3PIS45", "sec_cik": "1723690", "parent": null, "logo_url": null, "description": "Chinese video sharing website", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1723690", "enriched_at": "2026-09-12T09:34:59+00:00"}}
283 {"wikidata_id": "Q605233", "display_name": "TBS Holdings Inc.", "legal_name": "株式会社TBSホールディングス", "aliases": ["TBS", "TBS Group", "TBS Holdings", "TBSHD", "Tokyo Broadcasting System", "Tokyo Broadcasting System Holdings"], "website": "https://www.tbsholdings.co.jp", "canonical_domain": "tbsholdings.co.jp", "country": "JP", "hq_city": "TBS Broadcasting Center", "hq_region": "Minato", "lat": 35.67176, "lon": 139.73447, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9401", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TBSHD2020.svg", "description": "Japanese media holding company", "sitelinks": 33, "importance": 0.5707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
284 {"wikidata_id": "Q19321885", "display_name": "Balkrishna Industries", "legal_name": null, "aliases": [], "website": "https://www.bkt-tires.com", "canonical_domain": "bkt-tires.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["automotive"], "industry_labels": ["tire", "automotive industry"], "founded_year": 1987, "employees": 7000, "public_company": true, "ticker": "BALKRISIND", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Balkrishna_Tyres_Logo.svg", "description": "Indian tyre manufacturing company", "sitelinks": 9, "importance": 0.5702, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
285 {"wikidata_id": "Q1104912", "display_name": "Ryobi", "legal_name": null, "aliases": ["RYOBI", "Ryobi Ltd.", "Ryobi Ltd. (Japan)"], "website": "https://www.ryobi-group.co.jp", "canonical_domain": "ryobi-group.co.jp", "country": "JP", "hq_city": "Fuchū-shi", "hq_region": "Hiroshima Prefecture", "lat": 34.56831, "lon": 133.23636, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1943, "employees": 1722, "public_company": true, "ticker": "5851", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2399612", "name": "Techtronic Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ryobi_company_logo.svg", "description": "Japanese manufacturer", "sitelinks": 11, "importance": 0.5691, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
286 {"wikidata_id": "Q734447", "display_name": "DFI Inc.", "legal_name": null, "aliases": ["Diamond Flower Inc."], "website": "https://www.dfi.com.tw", "canonical_domain": "dfi.com.tw", "country": "TW", "hq_city": "Xizhi District", "hq_region": "New Taipei City", "lat": 25.06667, "lon": 121.66667, "industries": ["technology"], "industry_labels": ["electronics industry", "computer hardware industry"], "founded_year": 1981, "employees": 511, "public_company": true, "ticker": "2397", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dfi-logo.svg", "description": "Taiwanese industrial computer company", "sitelinks": 13, "importance": 0.5678, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
287 {"wikidata_id": "Q1065088", "display_name": "Nok Air", "legal_name": null, "aliases": ["နြားေက်ာင္းသာေလshwehmonea"], "website": "https://www.nokair.com", "canonical_domain": "nokair.com", "country": "TH", "hq_city": "Sathon", "hq_region": "Bangkok", "lat": 13.70945, "lon": 100.5261, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "NOK", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188710", "name": "Thai Airways"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nokair_logo.jpg", "description": "low-cost airline in Thailand", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
288 {"wikidata_id": "Q151135", "display_name": "Youku", "legal_name": null, "aliases": ["Youku Inc."], "website": "https://www.youku.tv", "canonical_domain": "youku.tv", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "YOKU", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Youku_Chinese_logo_%28Thu%2C_21_Mar_2024%29.svg", "description": "Chinese video platform", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
289 {"wikidata_id": "Q720479", "display_name": "Asahi Breweries", "legal_name": "アサヒビール株式会社", "aliases": ["Asahi", "Asahi Group Holdings", "Asahi Bīru Kabushiki Gaisha", "Ltd."], "website": "https://www.asahibeer.co.jp", "canonical_domain": "asahibeer.co.jp", "country": "JP", "hq_city": "River Pier Azumabashi", "hq_region": "Azumabashi", "lat": 35.71039, "lon": 139.80117, "industries": ["food-beverage"], "industry_labels": ["beverage industry", "brewing industry"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "ASBRF", "exchange": "OTC Markets Group", "lei": "3538003Y7N21CCUTIS39", "sec_cik": null, "parent": {"wikidata_id": "Q113342999", "name": "Asahi Group Japan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asahi_logo.svg", "description": "Japanese food and beverage company", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
290 {"wikidata_id": "Q949610", "display_name": "Shimano", "legal_name": "Shimano Inc.", "aliases": ["Kabushiki-gaisha Shimano", "SHIMANO", "SHIMANO INC.", "Shimano Inc. (Sakai)", "Shimano Industrial Co.", "Ltd.", "Shimano Iron Works", "Shimano Iron Works Co."], "website": "https://www.shimanoservicecenter.com", "canonical_domain": "shimanoservicecenter.com", "country": "JP", "hq_city": "Sakai", "hq_region": "Osaka Prefecture", "lat": 34.57333, "lon": 135.483, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry", "sports industry"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "7309", "exchange": "Tokyo Stock Exchange", "lei": "529900L32YT3P9DECR10", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shimano_logo.svg", "description": "Japanese bicycle parts manufacturing company", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
291 {"wikidata_id": "Q995151", "display_name": "Cebu Pacific", "legal_name": null, "aliases": ["CEB", "5J", "Cebu Airlines", "Cebu Pacific Air", "Cegnes Airlines", "Cegnes Pacifes"], "website": "https://www.cebupacificair.com", "canonical_domain": "cebupacificair.com", "country": "PH", "hq_city": "Cebu City", "hq_region": "Central Visayas", "lat": 10.293, "lon": 123.902, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CEBUY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cebu_Pacific_logo.png", "description": "low-cost Philippine airline", "sitelinks": 32, "importance": 0.5676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
292 {"wikidata_id": "Q24862548", "display_name": "ispace Inc", "legal_name": null, "aliases": [], "website": "https://ispace-inc.com", "canonical_domain": "ispace-inc.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2010, "employees": 282, "public_company": true, "ticker": "9348", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ispace_Inc._logo.svg", "description": "private Japanese company developing robotic spacecraft technologies", "sitelinks": 14, "importance": 0.5664, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
293 {"wikidata_id": "Q1054844", "display_name": "Taito", "legal_name": null, "aliases": ["Taito Corporation"], "website": "https://www.taito.co.jp", "canonical_domain": "taito.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1953, "employees": 848, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11311474", "name": "Square Enix Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taito_logo.svg", "description": "Japanese toy and video game company", "sitelinks": 32, "importance": 0.5652, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
294 {"wikidata_id": "Q18301787", "display_name": "vivo", "legal_name": null, "aliases": ["vivo Communication Technology Co", "vivo Communication Technology Co. Ltd.", "vivo Enterprise Management Consulting", "vivo Mobile Communication Co.", "Ltd"], "website": "https://www.vivo.com", "canonical_domain": "vivo.com", "country": "CN", "hq_city": "Dongguan", "hq_region": "Guangdong", "lat": 23.04749, "lon": 113.74928, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2009, "employees": 40000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vivo_logo_2019.svg", "description": "Chinese consumer electronics manufacturer", "sitelinks": 49, "importance": 0.5647, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
295 {"wikidata_id": "Q313542", "display_name": "Tsingtao Brewery", "legal_name": null, "aliases": ["Tsingtao Brewery Co.", "Ltd.", "Tsingtao Brewery Company Limited", "Tsingtao Beer", "Germania Brewery", "Germania-Brauerei Tsingtao Co.", "Ltd"], "website": "https://www.tsingtao.com", "canonical_domain": "tsingtao.com", "country": "CN", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "600600", "exchange": "Shanghai Stock Exchange", "lei": "300300OJ7D0Q1ESE8L15", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese brewery", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
296 {"wikidata_id": "Q53257", "display_name": "Mitsubishi Electric", "legal_name": null, "aliases": ["MELCO", "Mitsubishi Denki K.K.", "Mitsubishi Denki Kabushiki-gaisha", "Mitsubishi Electric Corporation", "Mitsubishi Electric Corporation (Tokyo)", "MITSUBISHI ELECTRIC CORPORATION (Tokyo)"], "website": "https://www.mitsubishielectric.com", "canonical_domain": "mitsubishielectric.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["technology", "manufacturing"], "industry_labels": ["electronics", "electrical device", "electrical industry"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "6503", "exchange": "Tokyo Stock Exchange", "lei": "549300TRXM9Y6561AX39", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Electric_logo.svg", "description": "Japanese electronics and electrical equipments manufacturing company", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
297 {"wikidata_id": "Q633839", "display_name": "VIA Technologies", "legal_name": null, "aliases": ["VIA", "Inc."], "website": "https://www.viatech.com", "canonical_domain": "viatech.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "2388", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4391877", "name": "Formosa Plastics Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VIA_neues_Logo.svg", "description": "Taiwanese chipset manufacturer", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
298 {"wikidata_id": "Q990804", "display_name": "Brother Industries", "legal_name": null, "aliases": ["Brother", "Ltd.", "Brother Kogyo", "Brother Kogyo Kabushiki Kaisha (Nagoya)", "Buraza Kogyo Kabushiki-gaisha", "Burazā Kōgyō Kabushiki-gaisha", "Yasui Sewing Machine Co."], "website": "https://global.brother", "canonical_domain": "global.brother", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["technology"], "industry_labels": ["printer"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "6448", "exchange": "Tokyo Stock Exchange", "lei": "549300O5FACQ67KI6R92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brother_logo.svg", "description": "Japanese multinational electronics and electrical equipment company", "sitelinks": 31, "importance": 0.5644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
299 {"wikidata_id": "Q17039222", "display_name": "Golden Agri-Resources", "legal_name": null, "aliases": ["Golden Agri-Resources Limited", "Golden Agri-Resources Ltd."], "website": "https://goldenagri.com.sg", "canonical_domain": "goldenagri.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1996, "employees": 170700, "public_company": true, "ticker": "E5H", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q92469539", "name": "Flambo International Limited"}, "logo_url": null, "description": "Singaporean palm oil company", "sitelinks": 5, "importance": 0.5628, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
300 {"wikidata_id": "Q610610", "display_name": "Leadtek Research", "legal_name": null, "aliases": ["Leadtek"], "website": "https://www.leadtek.com", "canonical_domain": "leadtek.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": 333, "public_company": true, "ticker": "2465", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leadtek_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.5616, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
301 {"wikidata_id": "Q3482752", "display_name": "XLSmart", "legal_name": "PT XLSmart Telecom Sejahtera Tbk", "aliases": ["EXCL", "PT XL Axiata Tbk", "XL Axiata"], "website": "https://www.xl.co.id", "canonical_domain": "xl.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications", "transportation"], "industry_labels": ["telecommunications industry", "mobile phone industry", "infrastructure industry"], "founded_year": 1989, "employees": 1878, "public_company": true, "ticker": "EXCL", "exchange": "Indonesia Stock Exchange", "lei": "529900GV66NMGZLKFS48", "sec_cik": null, "parent": {"wikidata_id": "Q792500", "name": "Axiata"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XLSmart.svg", "description": "Indonesian telecommunication company", "sitelinks": 10, "importance": 0.5612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
302 {"wikidata_id": "Q1136885", "display_name": "Sanrio", "legal_name": null, "aliases": ["Sanrio Co.", "Sanrio Co.", "Ltd."], "website": "https://www.sanrio.com", "canonical_domain": "sanrio.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "8136", "exchange": "Tokyo Stock Exchange", "lei": "3538002Q5JQLOMSPH125", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%82%B5%E3%83%B3%E3%83%AA%E3%82%AA_%E3%83%AD%E3%82%B4.png", "description": "Japanese company, brand", "sitelinks": 30, "importance": 0.561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
303 {"wikidata_id": "Q16161254", "display_name": "Hybe", "legal_name": null, "aliases": ["HYBE", "Hybe Corporation", "HYBE Corporation", "HYBE Label's"], "website": "https://hybecorp.com", "canonical_domain": "hybecorp.com", "country": "KR", "hq_city": "Yongsan District", "hq_region": "Seoul", "lat": 37.53833, "lon": 126.96556, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "352820", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hybe_logo.svg", "description": "South Korean multinational corporation", "sitelinks": 30, "importance": 0.561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
304 {"wikidata_id": "Q178778", "display_name": "Ricoh", "legal_name": null, "aliases": ["Kabushiki-gaisha Rikō", "Ricoh Company Ltd.", "RICOH COMPANY", "LTD. (Tokyo)"], "website": "https://jp.ricoh.com", "canonical_domain": "ricoh.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "7752", "exchange": "Tokyo Stock Exchange", "lei": "549300HFIB2GRUMDID72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ricoh_logo_2005.svg", "description": "Japanese multinational imaging and electronics company", "sitelinks": 30, "importance": 0.561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
305 {"wikidata_id": "Q1966372", "display_name": "Natco Pharma", "legal_name": null, "aliases": [], "website": "https://natcopharma.site", "canonical_domain": "natcopharma.site", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical company"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "NATCOPHARM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Natco_Pharma_Logo.svg", "description": "Indian pharmaceutical company", "sitelinks": 30, "importance": 0.561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
306 {"wikidata_id": "Q29921278", "display_name": "Nio Inc.", "legal_name": null, "aliases": [], "website": "https://www.nio.com", "canonical_domain": "nio.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NIO", "exchange": "Singapore Stock Exchange", "lei": "549300JBU4TV5OCKJV96", "sec_cik": "1736541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIO_logo.svg", "description": "Chinese car company", "sitelinks": 30, "importance": 0.561, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1736541", "enriched_at": "2026-09-12T09:34:59+00:00"}}
307 {"wikidata_id": "Q3630923", "display_name": "MakeMyTrip", "legal_name": null, "aliases": ["MMT"], "website": "https://www.makemytrip.com", "canonical_domain": "makemytrip.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["travel"], "industry_labels": [], "founded_year": 2000, "employees": 3426, "public_company": true, "ticker": "MMYT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1495153", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Makemytrip_logo.svg", "description": "Indian online travel company", "sitelinks": 9, "importance": 0.5599, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1495153", "enriched_at": "2026-09-12T09:34:59+00:00"}}
308 {"wikidata_id": "Q1051297", "display_name": "Subaru Corporation", "legal_name": "株式会社SUBARU", "aliases": ["Fuji Heavy Industries", "Fuji Jūkōgyō Kabushiki-gaisha"], "website": "https://www.subaru.co.jp", "canonical_domain": "subaru.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "7270", "exchange": "Tokyo Stock Exchange", "lei": "549300N244BVAEE6HH86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subaru_Logo_2024.svg", "description": "Japanese multinational automotive company", "sitelinks": 29, "importance": 0.5576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
309 {"wikidata_id": "Q1054787", "display_name": "NTT, Inc.", "legal_name": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", "aliases": ["Nippon Denshin Denwa Kabushiki-gaisha", "Nippon Telegraph and Telephone", "NTT"], "website": "https://group.ntt", "canonical_domain": "group.ntt", "country": "JP", "hq_city": "Ōtemachi", "hq_region": "Chiyoda", "lat": 35.68711, "lon": 139.76428, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "9432", "exchange": "Tokyo Stock Exchange", "lei": "353800VHQU5VIXVUA841", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NTT_2025.svg", "description": "Japanese telecommunication company", "sitelinks": 29, "importance": 0.5576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
310 {"wikidata_id": "Q1321815", "display_name": "Kikkoman", "legal_name": "キッコーマン株式会社", "aliases": ["KIKKOMAN CORPORATION", "Kikkōman Kabushiki-gaisha"], "website": "https://www.kikkoman.co.jp", "canonical_domain": "kikkoman.co.jp", "country": "JP", "hq_city": "Noda", "hq_region": "Chiba Prefecture", "lat": 35.94154, "lon": 139.87019, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "2801", "exchange": "Tokyo Stock Exchange", "lei": "529900T9K5UH9HXOND47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kikkoman-Logo.svg", "description": "company in Noda, Chiba, Japan", "sitelinks": 29, "importance": 0.5576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
311 {"wikidata_id": "Q806259", "display_name": "Bandai Namco Holdings", "legal_name": null, "aliases": ["Bandai Namco Group", "Bandai Namco Holdings Inc."], "website": "https://www.bandainamco.co.jp", "canonical_domain": "bandainamco.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "7832", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_logo_%282022%29.svg", "description": "Japanese entertainment holding company", "sitelinks": 29, "importance": 0.5576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
312 {"wikidata_id": "Q899133", "display_name": "Takeda Pharmaceutical Company", "legal_name": "Takeda Pharmaceutical Company Limited", "aliases": ["Takeda"], "website": "https://www.takeda.co.jp", "canonical_domain": "takeda.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1781, "employees": null, "public_company": true, "ticker": "4502", "exchange": "Tokyo Stock Exchange", "lei": "549300ZLMVP4X0OGR454", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takeda_Pharmaceutical_Company_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 29, "importance": 0.5576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
313 {"wikidata_id": "Q1613763", "display_name": "Hero MotoCorp", "legal_name": null, "aliases": [], "website": "https://www.heromotocorp.com", "canonical_domain": "heromotocorp.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "HEROMOTOCO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hero_MotoCorp.svg", "description": "Indian motorcycle and scooter manufacturer", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
314 {"wikidata_id": "Q166621", "display_name": "Mizuho Financial Group", "legal_name": "株式会社みずほフィナンシャルグループ", "aliases": ["Inc."], "website": "https://www.mizuho-fg.com", "canonical_domain": "mizuho-fg.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8411", "exchange": "Tokyo Stock Exchange", "lei": "353800CI5L6DDAN5XZ33", "sec_cik": "1335730", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mizuho_logo.svg", "description": "Japanese holding company", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
315 {"wikidata_id": "Q2389456", "display_name": "Yutong", "legal_name": null, "aliases": ["Zhengzhou Yutong Bus", "Zhengzhou Yuyong Bus"], "website": "https://www.yutong.com", "canonical_domain": "yutong.com", "country": "CN", "hq_city": "Zhengzhou", "hq_region": "Henan", "lat": 34.74919, "lon": 113.66051, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "600066", "exchange": "Shanghai Stock Exchange", "lei": "300300OMPRVW0Q75F037", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yutong_Bus_and_Coach_Logo.jpg", "description": "Chinese bus manufacturer based in Zhengzhou, Henan, China", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
316 {"wikidata_id": "Q303580", "display_name": "D-Link", "legal_name": "D-Link Systems, Inc.", "aliases": ["Datex Systems"], "website": "https://www.dlink.com", "canonical_domain": "dlink.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["cloud-infrastructure", "technology"], "industry_labels": ["networking hardware", "electronics industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "2332", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q132396951", "name": "Taiwan Steel Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D-Link_Logo_Blue_strap.svg", "description": "Taiwanese multinational networking equipment manufacturing corporation", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
317 {"wikidata_id": "Q562078", "display_name": "Nexon", "legal_name": null, "aliases": ["NEXON Co.", "Ltd.", "NEXON SOFTMAX"], "website": "https://www.nexon.co.jp", "canonical_domain": "nexon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "NEXOF", "exchange": "OTC Markets Group", "lei": "5299005SFO0GAJFLKN43", "sec_cik": null, "parent": {"wikidata_id": "Q12581624", "name": "NXC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexon.svg", "description": "Japanese video game developer", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
318 {"wikidata_id": "Q864923", "display_name": "Singtel", "legal_name": null, "aliases": ["Singapore Telecommunications", "Singapore Telecommunications Limited", "SingTel"], "website": "https://www.singtel.com", "canonical_domain": "singtel.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1879, "employees": null, "public_company": true, "ticker": "SNGNF", "exchange": "OTC Markets Group", "lei": "2549003XJKIQO8YDYD89", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singtel_logo.svg", "description": "telecommunications company in Singapore", "sitelinks": 28, "importance": 0.554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
319 {"wikidata_id": "Q57378140", "display_name": "Ugreen", "legal_name": "Ugreen Group Limited", "aliases": ["UGREEN"], "website": "https://www.ugreen.com", "canonical_domain": "ugreen.com", "country": "CN", "hq_city": "Dalang Subdistrict", "hq_region": "Longhua District", "lat": 22.68284, "lon": 114.00356, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2009, "employees": 1120, "public_company": true, "ticker": "301606", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UGREEN_wordmark.png", "description": "Chinese electronics company", "sitelinks": 10, "importance": 0.5537, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
320 {"wikidata_id": "Q1138452", "display_name": "Dongfeng Motor Corporation", "legal_name": "东风汽车集团有限公司", "aliases": ["DFC", "Dongfeng Motor"], "website": "https://www.dfmc.com.cn", "canonical_domain": "dfmc.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": 161377, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongfeng_Motor_logo.svg", "description": "Chinese state-owned automobile manufacturer", "sitelinks": 36, "importance": 0.5532, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
321 {"wikidata_id": "Q624076", "display_name": "Samsung Card", "legal_name": null, "aliases": [], "website": "https://www.samsungcard.com", "canonical_domain": "samsungcard.com", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": 2082, "public_company": true, "ticker": "029780", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624080", "name": "Samsung Life Insurance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Samsung_Card.png", "description": "company", "sitelinks": 9, "importance": 0.5527, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
322 {"wikidata_id": "Q13403399", "display_name": "Kirin Holdings", "legal_name": "キリンホールディングス株式会社", "aliases": ["Kirin", "Kirin Beer"], "website": "https://www.kirinholdings.com", "canonical_domain": "kirinholdings.com", "country": "JP", "hq_city": "Nakano Shikinomachi", "hq_region": "Nakano", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1885, "employees": null, "public_company": true, "ticker": "2503", "exchange": "Tokyo Stock Exchange", "lei": "353800GBVL72LLMTYM96", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kirin_logo.svg", "description": "Japanese beverage company", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
323 {"wikidata_id": "Q1356034", "display_name": "Pilot Corporation", "legal_name": null, "aliases": ["PILOT", "Pilot Pen Corporation"], "website": "https://www.pilotpen.com", "canonical_domain": "pilotpen.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["office supply"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "7846", "exchange": "Tokyo Stock Exchange", "lei": "549300J1B7UZP39UZG84", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pilot_pen_co_logo.svg", "description": "Japanese stationery company", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
324 {"wikidata_id": "Q1653679", "display_name": "IHI Corporation", "legal_name": null, "aliases": ["IHI", "IHI Corproation", "Ishikawajima Harima Jūkōgyō Kabushiki-gaisha", "Ishikawajima-Harima Heavy Industries Co.", "Ltd", "Ishikawajima-Harima Heavy Industries Co.", "Ltd."], "website": "https://www.ihi.co.jp", "canonical_domain": "ihi.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing", "industrial-machinery"], "industry_labels": ["shipbuilding", "manufacture of machinery and equipment"], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "7013", "exchange": "Tokyo Stock Exchange", "lei": "549300ETQIESIUQ2OE26", "sec_cik": "1535636", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IHI.svg", "description": "manufacturing company in Japan", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
325 {"wikidata_id": "Q176587", "display_name": "Check Point", "legal_name": "Check Point Software Technologies Ltd.", "aliases": ["Check Point Software Technologies Inc."], "website": "https://www.checkpoint.com", "canonical_domain": "checkpoint.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["cybersecurity"], "industry_labels": ["computer security software"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "CHKP", "exchange": "Nasdaq", "lei": "2549003ZVBH73EPNS513", "sec_cik": "1015922", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Check_Point_logo_2022.svg", "description": "Israeli security company", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
326 {"wikidata_id": "Q773924", "display_name": "Yonex", "legal_name": null, "aliases": ["Yonex Co.", "Ltd"], "website": "https://www.yonex.com", "canonical_domain": "yonex.com", "country": "JP", "hq_city": "Bunkyō-ku", "hq_region": "Tokyo", "lat": 35.708, "lon": 139.75225, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7906", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Yonex.svg", "description": "Japanese sports equipment manufacturing company", "sitelinks": 27, "importance": 0.5503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
327 {"wikidata_id": "Q322962", "display_name": "Garanti BBVA", "legal_name": null, "aliases": ["Garanti Bankası"], "website": "https://www.garantibbva.com.tr", "canonical_domain": "garantibbva.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1946, "employees": 209, "public_company": true, "ticker": "GARAN", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806189", "name": "Banco Bilbao Vizcaya Argentaria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Garanti_Bankas%C4%B1_Logo.svg", "description": "Turkish foreign capital private sector bank", "sitelinks": 12, "importance": 0.5471, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
328 {"wikidata_id": "Q1188230", "display_name": "Nankai Electric Railway", "legal_name": "Nankai Electric Railway Co., Ltd.", "aliases": ["Nankai Electric Railway Co.", "Ltd."], "website": "https://www.nankai.co.jp", "canonical_domain": "nankai.co.jp", "country": "JP", "hq_city": "Namba", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "9044", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11408150", "name": "Nankai"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nankai_logo_with_its_slogan.svg", "description": "Japanese railway company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
329 {"wikidata_id": "Q1272525", "display_name": "Li-Ning Company Limited", "legal_name": null, "aliases": [], "website": "https://www.lining.com", "canonical_domain": "lining.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2331", "exchange": "Hong Kong Stock Exchange", "lei": "529900T77L2FV3FZ3U81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Li-Ning_logo_red.svg", "description": "sports equipment manufacturer", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
330 {"wikidata_id": "Q1364176", "display_name": "Wipro", "legal_name": null, "aliases": ["Western India Palm Refined Oils Limited", "Western India Products Limited", "Wipro Limited (Bangalore)"], "website": "https://www.wipro.com", "canonical_domain": "wipro.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "WIPRO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": "1123799", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wipro_new_logo.svg", "description": "Indian information technology services corporation headquartered in Bengaluru, India", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
331 {"wikidata_id": "Q15913890", "display_name": "iQIYI", "legal_name": null, "aliases": [], "website": "https://www.iqiyi.com", "canonical_domain": "iqiyi.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["video on demand"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "IQ", "exchange": "Nasdaq", "lei": "222100XL8T2Q5B8MS302", "sec_cik": "1722608", "parent": {"wikidata_id": "Q14772", "name": "Baidu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IQIYI_logo_%282022%29.svg", "description": "Chinese video streaming service", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
332 {"wikidata_id": "Q176508", "display_name": "Denso", "legal_name": null, "aliases": ["Denso Corporation", "DENSO CORPORATION (Kariya)", "Nippon Denso Co. Ltd."], "website": "https://www.denso.com", "canonical_domain": "denso.com", "country": "JP", "hq_city": "Kariya", "hq_region": "Aichi Prefecture", "lat": 34.98928, "lon": 137.00214, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6902", "exchange": "Tokyo Stock Exchange", "lei": "549300RYPA10CQM3QK38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denso.svg", "description": "Japanese automotive components manufacturer", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
333 {"wikidata_id": "Q20873932", "display_name": "Grab", "legal_name": null, "aliases": ["Grab Car", "Grab Holdings Inc", "Grab Taxi", "GrabCar", "GrabPay", "GrabTaxi", "GrabTaxi Holdings Pte Ltd", "MyTeksi"], "website": "https://www.grab.com", "canonical_domain": "grab.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["transportation", "technology", "automotive"], "industry_labels": ["transport", "information technology", "peer-to-peer ridesharing"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "GRAB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1855612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grab_Logo.svg", "description": "Southeast Asian technology company headquartered in Singapore", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
334 {"wikidata_id": "Q373798", "display_name": "Funai", "legal_name": null, "aliases": ["Funai Electric"], "website": "https://www2.funai.co.jp", "canonical_domain": "funai.co.jp", "country": "JP", "hq_city": "Daitō-shi", "hq_region": "Osaka Prefecture", "lat": 34.712, "lon": 135.62342, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "6839", "exchange": "Tokyo Stock Exchange", "lei": "529900Y6CVX1OJE88G93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Funai_Denki_Logo.png", "description": "company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
335 {"wikidata_id": "Q489247", "display_name": "Naver Corporation", "legal_name": null, "aliases": ["NAVER", "NAVER Corp.", "NAVER Corporation", "NAVER CORPORATION (Gyeonggi-do)", "Naver NOW."], "website": "https://navercorp.com", "canonical_domain": "navercorp.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "035420", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Naver_Logotype.svg", "description": "South Korean company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
336 {"wikidata_id": "Q541569", "display_name": "Orange Sky Golden Harvest", "legal_name": null, "aliases": ["Golden Harvest", "Golden Harvest Productions"], "website": "https://www.osgh.com.hk", "canonical_domain": "osgh.com.hk", "country": "CN", "hq_city": "Middle Road", "hq_region": "Hong Kong", "lat": 22.2956, "lon": 114.172, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "1132", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golden_Harvest_logo.svg", "description": "Hong Kong film production company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
337 {"wikidata_id": "Q806680", "display_name": "Bank of Communications", "legal_name": null, "aliases": [], "website": "https://www.bankcomm.com", "canonical_domain": "bankcomm.com", "country": "CN", "hq_city": "Bocom Financial Towers", "hq_region": "Shanghai", "lat": 31.241, "lon": 121.499, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "601328", "exchange": "Shanghai Stock Exchange", "lei": "549300AX1UM10U30HK09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_Communications_Logo.svg", "description": "bank in China", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
338 {"wikidata_id": "Q854867", "display_name": "Bharti Airtel", "legal_name": null, "aliases": ["Airtel", "Bharti Airtel..."], "website": "https://www.airtel.com", "canonical_domain": "airtel.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "532454", "exchange": "Bombay Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airtel_logo.svg", "description": "Indian multinational telecommunications company", "sitelinks": 26, "importance": 0.5465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4699029"}]}
339 {"wikidata_id": "Q2084900", "display_name": "Oppo", "legal_name": null, "aliases": [], "website": "https://www.oppo.com", "canonical_domain": "oppo.com", "country": "CN", "hq_city": "Dongguan", "hq_region": "Guangdong", "lat": 22.76549, "lon": 113.78358, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2004, "employees": 1780, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q123575758", "name": "Guangdong Oplus Holdings Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OPPO_LOGO_2019.svg", "description": "Chinese consumer electronics manufacturer", "sitelinks": 63, "importance": 0.5456, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
340 {"wikidata_id": "Q1153602", "display_name": "Shandong Airlines", "legal_name": null, "aliases": ["Shandong", "Shandong Air"], "website": "https://www.shandongair.com.cn", "canonical_domain": "shandongair.com.cn", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "200152", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51747", "name": "Air China"}, "logo_url": null, "description": "airline from Shandong, China", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
341 {"wikidata_id": "Q1189945", "display_name": "Dentsu", "legal_name": null, "aliases": ["Dentsu Inc.", "Inc."], "website": "https://www.dentsu.co.jp", "canonical_domain": "dentsu.co.jp", "country": "JP", "hq_city": "Dentsu Building", "hq_region": "Higashi-Shinbashi", "lat": 35.66437, "lon": 139.76237, "industries": ["media", "gaming"], "industry_labels": ["marketing", "video game industry"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "4324", "exchange": "Tokyo Stock Exchange", "lei": "5299007PBBE83ZLJZG91", "sec_cik": "1167594", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dentsu_logo.svg", "description": "advertising and public relations company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
342 {"wikidata_id": "Q1306571", "display_name": "Koç Holding", "legal_name": null, "aliases": ["Koç Holding A.Ş."], "website": "https://www.koc.com.tr", "canonical_domain": "koc.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "KCHOL", "exchange": "Borsa Istanbul", "lei": "7890005U0H950VH19H45", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ko%C3%A7_Holding_-_logo_%28Turkey%2C_1984%29.svg", "description": "industrial conglomerate in Turkey", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
343 {"wikidata_id": "Q1340408", "display_name": "Spring Airlines", "legal_name": null, "aliases": [], "website": "https://www.ch.com", "canonical_domain": "ch.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "601021", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q134778326", "name": "Shanghai Springtour International Travel Agency (Group) Co., Ltd."}, "logo_url": null, "description": "Chinese airline", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q11513792"}]}
344 {"wikidata_id": "Q1507974", "display_name": "Tel Aviv Stock Exchange", "legal_name": "הבורסה לניירות ערך בתל-אביב בע\"מ", "aliases": ["Bursa", "TASE", "XTAE"], "website": "https://www.tase.co.il", "canonical_domain": "tase.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.06455, "lon": 34.77031, "industries": ["financial-services"], "industry_labels": ["stock exchange"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "TASE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tel_Aviv_Stock_Exchange.svg", "description": "stock exchange located in Tel Aviv, Israel", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
345 {"wikidata_id": "Q152517", "display_name": "Hyundai Rotem", "legal_name": null, "aliases": ["HRC", "Rotem"], "website": "https://www.hyundai-rotem.co.kr", "canonical_domain": "hyundai-rotem.co.kr", "country": "KR", "hq_city": "Uiwang", "hq_region": "Gyeonggi Province", "lat": 37.34472, "lon": 126.96833, "industries": ["manufacturing"], "industry_labels": ["industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "064350", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Rotem_logo.svg", "description": "South Korean machinery manufacturer", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
346 {"wikidata_id": "Q1730802", "display_name": "Kobe Steel", "legal_name": null, "aliases": ["Kabushiki-gaisha Kōbe Seikō-sho", "Ltd."], "website": "https://www.kobelco.co.jp", "canonical_domain": "kobelco.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "5406", "exchange": "Tokyo Stock Exchange", "lei": "549300ZDCYYUPHEE5K87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobelco_logo.svg", "description": "Japanese steelmaker", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
347 {"wikidata_id": "Q1913796", "display_name": "Maxell", "legal_name": null, "aliases": ["Hitachi Maxell"], "website": "https://www2.maxell.co.jp", "canonical_domain": "maxell.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "6810", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53238", "name": "Hitachi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maxell_logo.svg", "description": "Japanese electronics company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
348 {"wikidata_id": "Q263700", "display_name": "Türk Telekom", "legal_name": null, "aliases": ["Türk Telekomünikasyon A.Ş."], "website": "https://www.turktelekom.com.tr", "canonical_domain": "turktelekom.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "TTKOM", "exchange": "Borsa Istanbul", "lei": "789000A2TXOI10JZLF90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrk_Telekom_logo.svg", "description": "Turkish telecommunications company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
349 {"wikidata_id": "Q2985356", "display_name": "NDTV", "legal_name": null, "aliases": ["New Delhi Television Limited"], "website": "https://www.ndtv.com", "canonical_domain": "ndtv.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "NDTV", "exchange": "New York Stock Exchange", "lei": "3358004LVIZ8H3SVNB07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NDTV_logo.svg", "description": "Indian news network", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
350 {"wikidata_id": "Q4046573", "display_name": "PEGATRON", "legal_name": "PEGATRON Corporation", "aliases": [], "website": "https://www.pegatroncorp.com", "canonical_domain": "pegatroncorp.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "4938", "exchange": "Taiwan Stock Exchange", "lei": "529900M87JQS8TUO0L66", "sec_cik": null, "parent": {"wikidata_id": "Q152864", "name": "ASUS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pegatron_logo.svg", "description": "Taiwanese computers and electronics company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
351 {"wikidata_id": "Q406632", "display_name": "AirAsia X", "legal_name": null, "aliases": ["AirAsia X Berhad", "AIRASIA X BERHAD", "AirAsia X Bhd."], "website": "https://www.airasiax.com", "canonical_domain": "airasiax.com", "country": "MY", "hq_city": "Sepang District", "hq_region": "Selangor", "lat": 2.81667, "lon": 101.73333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "5238", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q406643", "name": "AirAsia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AirAsia_X_Logo.svg", "description": "Malaysian Airline", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
352 {"wikidata_id": "Q482642", "display_name": "Jeju Air", "legal_name": "JEJUAIR, CO., LTD.", "aliases": ["JJA", "7C", "JejuAir"], "website": "https://www.jejuair.net", "canonical_domain": "jejuair.net", "country": "KR", "hq_city": "Jeju", "hq_region": "Jeju Province", "lat": 33.50972, "lon": 126.52194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "089590", "exchange": "Korean Stock Exchange", "lei": "9884007N0ASZNM5Z9L42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jeju_Air_Logo.svg", "description": "South Korean low-cost airline", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
353 {"wikidata_id": "Q485908", "display_name": "KT Corporation", "legal_name": null, "aliases": ["KT", "Korea Telecom"], "website": "https://www.kt.com", "canonical_domain": "kt.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "KT", "exchange": "New York Stock Exchange", "lei": "9884005ACF8449EANY26", "sec_cik": "892450", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KT_Corp_2D_logo.svg", "description": "South Korean telecommunication service provider", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q490964"}]}
354 {"wikidata_id": "Q700974", "display_name": "Trend Micro", "legal_name": "Trend Micro Incorporated", "aliases": ["Torendo Maikuro Kabushiki-Gaisha", "Trend Micro Inc"], "website": "https://www.trendmicro.com", "canonical_domain": "trendmicro.com", "country": "JP", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["internet"], "industry_labels": ["internet security"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "4704", "exchange": "Tokyo Stock Exchange", "lei": "3538005O5UJ5RNAGVE16", "sec_cik": "1089463", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trend_Micro_logo.svg", "description": "Japanese information security company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
355 {"wikidata_id": "Q708789", "display_name": "Ryohin Keikaku", "legal_name": null, "aliases": ["MUJI", "ryohin keikaku", "Ryohin Keikaku Co.", "Ltd."], "website": "https://ryohin-keikaku.jp", "canonical_domain": "ryohin-keikaku.jp", "country": "JP", "hq_city": "Toshima", "hq_region": "Tokyo", "lat": 35.72611, "lon": 139.71667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "7453", "exchange": "Tokyo Stock Exchange", "lei": "549300PMNF56J66BY371", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MUJI_logo.svg", "description": "Japanese retail company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
356 {"wikidata_id": "Q965133", "display_name": "Sohu", "legal_name": null, "aliases": ["Inc.", "Sohu.com Inc."], "website": "https://www.sohu.com", "canonical_domain": "sohu.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "SOHU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1734107", "parent": null, "logo_url": null, "description": "Chinese Internet company", "sitelinks": 25, "importance": 0.5425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1734107", "enriched_at": "2026-09-12T09:34:59+00:00"}}
357 {"wikidata_id": "Q15534494", "display_name": "Sun Art Retail Group", "legal_name": null, "aliases": [], "website": "https://www.sunartretail.com", "canonical_domain": "sunartretail.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2000, "employees": 130000, "public_company": true, "ticker": "6808", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sun_art_retail.png", "description": "investment company and supermarket operator", "sitelinks": 4, "importance": 0.5397, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
358 {"wikidata_id": "Q1152465", "display_name": "AIA Group", "legal_name": null, "aliases": ["AIA", "AIA Insurance", "American International Assurance", "American International Assurance Company"], "website": "https://www.aia.com", "canonical_domain": "aia.com", "country": "HK", "hq_city": "AIA Central", "hq_region": "Hong Kong", "lat": 22.28125, "lon": 114.16181, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "1299", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AIA_wordmark_logo.svg", "description": "insurance company in Asia-Pacific", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
359 {"wikidata_id": "Q1471756", "display_name": "Yokohama Rubber Company", "legal_name": null, "aliases": ["The Yokohama Rubber Company", "Ltd.", "Yokohama Gomu Kabushiki-gaisha", "Yokohama Tire Co", "Yokohama Tires"], "website": "https://www.yokohama.eu", "canonical_domain": "yokohama.eu", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "YORUF", "exchange": "OTC Markets Group", "lei": "52990036XNWY2FMYWB76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yokohama_%28Unternehmen%29_logo.svg", "description": "Japanese tire company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
360 {"wikidata_id": "Q1515558", "display_name": "Singapore Stock Exchange", "legal_name": null, "aliases": ["SGX", "SGX Group", "Singapore Exchange Limited", "Singapore Stock Market"], "website": "https://www.sgx.com", "canonical_domain": "sgx.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SPXCF", "exchange": "OTC Markets Group", "lei": "549300IQ650PPXM76X03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SGX_gradient_logo_%28PNG%29.png", "description": "investment holding company in Singapore providing services related to securities and derivatives trading and others", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
361 {"wikidata_id": "Q1544535", "display_name": "Gree Electric", "legal_name": "Gree Electric Appliances Inc. of Zhuhai", "aliases": [], "website": "https://global.gree.com", "canonical_domain": "gree.com", "country": "CN", "hq_city": "Zhuhai", "hq_region": "Guangdong", "lat": 22.27417, "lon": 113.57194, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "000651", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gree_electric_appliances_logo.svg", "description": "company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
362 {"wikidata_id": "Q1552770", "display_name": "GAC Group", "legal_name": null, "aliases": ["Guangzhou Automobile Group"], "website": "https://www.gac.com.cn", "canonical_domain": "gac.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "601238", "exchange": "Shanghai Stock Exchange", "lei": "5299005KY9BJO3ZE6A37", "sec_cik": null, "parent": {"wikidata_id": "Q15807676", "name": "Guangzhou Automobile Industry Group"}, "logo_url": null, "description": "Chinese automaker", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
363 {"wikidata_id": "Q1751566", "display_name": "Toto Ltd.", "legal_name": null, "aliases": ["TOTO", "Toyo Toki", "Tōyō Tōki"], "website": "https://jp.toto.com", "canonical_domain": "toto.com", "country": "JP", "hq_city": "Kokurakita-ku", "hq_region": "Fukuoka Prefecture", "lat": 33.88083, "lon": 130.87361, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "5332", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOTO_logo.svg", "description": "Japanese toilet and plumbing fixtures company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
364 {"wikidata_id": "Q203386", "display_name": "Zim Integrated Shipping Services Ltd", "legal_name": "צים שירותי ספנות משולבים בע\"מ", "aliases": ["ZIM", "Zim", "Zim Container Line", "Zim Israel Navigation Co."], "website": "https://www.zim.com", "canonical_domain": "zim.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "ZIM", "exchange": "New York Stock Exchange", "lei": "21380089EIJRELKAIL21", "sec_cik": "1654126", "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZIM_Logo.svg", "description": "Israeli Shipping company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1654126", "enriched_at": "2026-09-12T09:34:59+00:00"}}
365 {"wikidata_id": "Q477016", "display_name": "Creative Technology", "legal_name": null, "aliases": ["Creative Technology Limited", "Ltd."], "website": "https://www.creative.com", "canonical_domain": "creative.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["technology"], "industry_labels": ["electronics industry", "computer hardware industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "C76", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Creative_Technology_company_logo.svg", "description": "Singaporean technological company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
366 {"wikidata_id": "Q498366", "display_name": "Kyushu Railway Company", "legal_name": "九州旅客鉄道株式会社", "aliases": ["JR Kyushu", "JR Kyūshū", "JRQ", "Kyūshū Railway Company"], "website": "https://www.jrkyushu.co.jp", "canonical_domain": "jrkyushu.co.jp", "country": "JP", "hq_city": "Hakata-ku", "hq_region": "Fukuoka", "lat": 33.59139, "lon": 130.41472, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "9142", "exchange": "Tokyo Stock Exchange", "lei": "5299002CCI6HLWAN3K50", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28kyushu%29.svg", "description": "one of the constituent companies of Japan Railways Group", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
367 {"wikidata_id": "Q545579", "display_name": "JAC Group", "legal_name": null, "aliases": ["Anhui Jianghuai Automobile Co.", "Ltd.", "JAC Motors"], "website": "https://www.jac.com.cn", "canonical_domain": "jac.com.cn", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.81453, "lon": 117.27455, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "600418", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jac_motors_textlogo.png", "description": "Chinese state-owned automobile and commercial vehicle manufacturer", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
368 {"wikidata_id": "Q56063989", "display_name": "CJ ENM", "legal_name": "CJ ENM Co., Ltd.", "aliases": [], "website": "https://www.cjenm.com", "canonical_domain": "cjenm.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment", "media", "retail"], "industry_labels": ["entertainment", "mass media", "retail"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "035760", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CJ_ENM_Logo.svg", "description": "South Korean entertainment and retail company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q10854462"}]}
369 {"wikidata_id": "Q703557", "display_name": "Giant Bicycles", "legal_name": null, "aliases": ["Giant Manufacturing Co. Ltd."], "website": "https://www.giant-bicycles.com", "canonical_domain": "giant-bicycles.com", "country": "TW", "hq_city": "Dajia District", "hq_region": "Taichung", "lat": 24.36194, "lon": 120.62833, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9921", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giant_bycicles_logo_2.svg", "description": "Taiwanese bicycle company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
370 {"wikidata_id": "Q905572", "display_name": "Cipla", "legal_name": null, "aliases": ["The Chemical", "Industrial & Pharmaceutical Laboratories"], "website": "https://www.cipla.com", "canonical_domain": "cipla.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "CIPLA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cipla_logo.svg", "description": "Indian multi-national pharmaceutical and biotechnology company", "sitelinks": 24, "importance": 0.5384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
371 {"wikidata_id": "Q1143659", "display_name": "Nippon Ichi Software", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nippon1.co.jp", "canonical_domain": "nippon1.co.jp", "country": "JP", "hq_city": "Kakamigahara", "hq_region": "Gifu Prefecture", "lat": 35.40278, "lon": 136.87833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "3851", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Ichi_Software_Logo.png", "description": "Japanese video game developer and publisher", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
372 {"wikidata_id": "Q1295105", "display_name": "Nomura Holdings", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nomura.com", "canonical_domain": "nomura.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "8604", "exchange": "Tokyo Stock Exchange", "lei": "549300B3CEAHYG7K8164", "sec_cik": "1163653", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nomura_Holdings_logo.svg", "description": "financial holding company", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q658089"}]}
373 {"wikidata_id": "Q1425561", "display_name": "Kawai Musical Instruments", "legal_name": "株式会社河合楽器製作所", "aliases": ["Kawai Musical Instruments Manufacturing Co.", "Ltd.", "Kawai Musical Instruments Manufacturing Company"], "website": "https://www.kawai-global.com", "canonical_domain": "kawai-global.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "7952", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KAWAI-Logo.svg", "description": "musical instrument manufacturer in Hamamatsu City, Shizuoka Prefecture, Japan", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
374 {"wikidata_id": "Q1478918", "display_name": "Nippon Yusen", "legal_name": null, "aliases": ["NYK", "Nippon Yusen Kabushiki Kaisha", "NYK Line", "The Nippon Yusen Kaisha"], "website": "https://www.nyk.com", "canonical_domain": "nyk.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1885, "employees": null, "public_company": true, "ticker": "9101", "exchange": "Tokyo Stock Exchange", "lei": "353800YPW4XM0ZN5I149", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Yusen_company_logo.svg", "description": "shipping company", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
375 {"wikidata_id": "Q532746", "display_name": "Esprit Holdings", "legal_name": null, "aliases": ["Esprit", "ESPRIT", "Esprit Holdings Limited"], "website": "https://www.esprit.de", "canonical_domain": "esprit.de", "country": "HK", "hq_city": "Ratingen", "hq_region": "Mettmann District", "lat": 51.3, "lon": 6.85, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "0330", "exchange": "Hong Kong Stock Exchange", "lei": "529900Y9K70J2INEUB08", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Esprit_Logo_neu.svg", "description": "manufacturer of clothing, footwear, accessories, jewellery and housewares", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
376 {"wikidata_id": "Q806641", "display_name": "Bank Leumi Le- Israel B.m.", "legal_name": "בנק לאומי לישראל בע\"מ", "aliases": ["Bank Leumi Leisrael"], "website": "https://www.leumi.co.il", "canonical_domain": "leumi.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "LUMI", "exchange": "Tel Aviv Stock Exchange", "lei": "7JDSZWRGUQY2DSTWCR57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BankLeumiLogoReupload.png", "description": "Israeli commercial bank", "sitelinks": 23, "importance": 0.5341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
377 {"wikidata_id": "Q1100424", "display_name": "Pegasus Airlines", "legal_name": "Pegasus Hava Taşımacılığı A.Ş.", "aliases": ["PC", "PGT"], "website": "https://www.flypgs.com", "canonical_domain": "flypgs.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1989, "employees": 8459, "public_company": false, "ticker": null, "exchange": null, "lei": "789000B1MW5PQ58A8T03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pegasus_Airlines_logo.svg", "description": "Turkish low-cost airline headquartered in Pendik, Istanbul", "sitelinks": 45, "importance": 0.5334, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
378 {"wikidata_id": "Q591001", "display_name": "Chery Automobile", "legal_name": null, "aliases": ["Chery", "Chery Automobile Co. Ltd"], "website": "https://www.chery.cn", "canonical_domain": "chery.cn", "country": "CN", "hq_city": "Wuhu", "hq_region": "Anhui", "lat": 31.33398, "lon": 118.36223, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": 48000, "public_company": false, "ticker": null, "exchange": null, "lei": "300300F08E6VWZVSVM95", "sec_cik": null, "parent": {"wikidata_id": "Q130549386", "name": "Chery Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chery_logo.svg", "description": "Chinese automobile manufacturing company", "sitelinks": 35, "importance": 0.5328, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
379 {"wikidata_id": "Q156034", "display_name": "Pioneer Corporation", "legal_name": null, "aliases": ["Pioneer", "Fukuin Denki", "Fukuin Shokai Denki Seisakusho", "Paionia Kabushiki-kaisha", "Pioneer Electronic Corporation"], "website": "https://pioneer.jp", "canonical_domain": "pioneer.jp", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1938, "employees": 16763, "public_company": false, "ticker": null, "exchange": null, "lei": "529900FMD63FL5J25N14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pioneer_logo.svg", "description": "Japanese electronics company", "sitelinks": 40, "importance": 0.5312, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
380 {"wikidata_id": "Q6721006", "display_name": "Maaden", "legal_name": "شركة التعدين العربية السعودية", "aliases": ["Maʿaden", "Saudi Arabian Mining"], "website": "https://www.maaden.com.sa", "canonical_domain": "maaden.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["mining"], "industry_labels": ["mining of metal ores"], "founded_year": 1997, "employees": 6149, "public_company": true, "ticker": "1211", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ma%27aden.svg", "description": "Saudi mining company", "sitelinks": 6, "importance": 0.5309, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
381 {"wikidata_id": "Q122549", "display_name": "Shochiku", "legal_name": null, "aliases": ["Shōchiku", "Shochiku Co.", "Ltd."], "website": "https://www.shochikufilms.com", "canonical_domain": "shochikufilms.com", "country": "JP", "hq_city": "Tsukiji", "hq_region": "Chūō", "lat": 35.66464, "lon": 139.77029, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "9601", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shochiku_logo_%28text%29.svg", "description": "Japanese movie studio and production company for kabuki", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
382 {"wikidata_id": "Q12581039", "display_name": "FNC Entertainment", "legal_name": "주식회사 에프엔씨엔터테인먼트", "aliases": ["FNC", "FNC ENTERTAINMENT Co.", "Ltd."], "website": "https://www.fncent.com", "canonical_domain": "fncent.com", "country": "KR", "hq_city": "Cheongdam-dong", "hq_region": "Gangnam District", "lat": 37.525, "lon": 127.049, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "173940", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FNC_ENTERTAINMENT_10th_Anniversary_Logo.png", "description": "South Korean entertainment company", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
383 {"wikidata_id": "Q1479375", "display_name": "MTR Corporation Limited", "legal_name": null, "aliases": ["MTR", "MTRC", "MTR Corporation", "MTRCL"], "website": "https://www.mtr.com.hk", "canonical_domain": "mtr.com.hk", "country": "CN", "hq_city": "Kowloon Bay", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.2, "industries": ["transportation", "real-estate"], "industry_labels": ["public transport", "real estate development"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "MTRJY", "exchange": "OTCBB", "lei": "254900IH4U9NHH9AQM97", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTR_Shenzhen_logo.svg", "description": "transport services company and property developer in Hong Kong", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
384 {"wikidata_id": "Q1557223", "display_name": "Lawson", "legal_name": "株式会社ローソンジャパン", "aliases": ["LAWSON", "INC."], "website": "https://www.lawson.jp", "canonical_domain": "lawson.jp", "country": "JP", "hq_city": "Ōsaki", "hq_region": "Shinagawa", "lat": 35.61973, "lon": 139.72797, "industries": ["food-beverage"], "industry_labels": ["food retail sector"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "2651", "exchange": "Tokyo Stock Exchange", "lei": "529900IWO8XQO92PR233", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lawson_logo.svg", "description": "Japanese multinational convenience store franchise", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
385 {"wikidata_id": "Q245283", "display_name": "Zyxel", "legal_name": "Zyxel Communications Corporation", "aliases": ["ZyXEL", "Zyxel Communications", "Zyxel Networks"], "website": "https://www.zyxel.com", "canonical_domain": "zyxel.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["telecommunications", "technology"], "industry_labels": ["telecommunications industry", "electronics industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3704", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zyxel_2016_logo.svg", "description": "Taiwanese manufacturer of networking hardware", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
386 {"wikidata_id": "Q790686", "display_name": "Avex Group", "legal_name": "エイベックス株式会社", "aliases": ["Avex Inc."], "website": "https://www.avex.co.jp", "canonical_domain": "avex.co.jp", "country": "JP", "hq_city": "Izumi Garden Tower", "hq_region": "Roppongi", "lat": 35.66467, "lon": 139.73938, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "7860", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avex_logo_2017.svg", "description": "Japanese entertainment conglomerate", "sitelinks": 22, "importance": 0.5296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
387 {"wikidata_id": "Q1622293", "display_name": "State Oil Company of Azerbaijan Republic", "legal_name": null, "aliases": ["Socar", "SOCAR"], "website": "https://www.socarenergy.ch", "canonical_domain": "socarenergy.ch", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": 70000, "public_company": false, "ticker": null, "exchange": null, "lei": "2549002HARR1VE257O76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_SOCAR.svg", "description": "wholly state-owned national oil company headquartered in Baku, Azerbaijan", "sitelinks": 32, "importance": 0.5291, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
388 {"wikidata_id": "Q1993298", "display_name": "Nippon Express", "legal_name": "日本通運株式会社", "aliases": ["NX", "Nippon Express Co.", "Ltd."], "website": "https://www.nipponexpress.com", "canonical_domain": "nipponexpress.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.69892, "lon": 139.77972, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1937, "employees": 35174, "public_company": true, "ticker": null, "exchange": null, "lei": "529900NTHOQWZAW95H82", "sec_cik": null, "parent": {"wikidata_id": "Q113693662", "name": "Nippon Express Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NX_logo.svg", "description": "Japanese logistics company", "sitelinks": 13, "importance": 0.529, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
389 {"wikidata_id": "Q16924332", "display_name": "DJI", "legal_name": null, "aliases": ["Da-Jiang Innovations", "DJI Innovations", "DJI-Innovations", "Shenzhen Da-Jiang Innovations Technology Company"], "website": "https://www.dji.com", "canonical_domain": "dji.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology", "robotics"], "industry_labels": ["electronics", "information technology", "unmanned aerial vehicle", "electronics industry"], "founded_year": 2006, "employees": 14000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DJI_Innovations_logo.svg", "description": "Chinese technology company", "sitelinks": 39, "importance": 0.526, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
390 {"wikidata_id": "Q1332242", "display_name": "Tokyu", "legal_name": "Tokyu Corporation", "aliases": ["Tōkyū", "Tōkyū Corporation"], "website": "https://www.tokyu.co.jp", "canonical_domain": "tokyu.co.jp", "country": "JP", "hq_city": "Nanpeidaichō", "hq_region": "Shibuya", "lat": 35.65438, "lon": 139.69608, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "9005", "exchange": "Tokyo Stock Exchange", "lei": "3538005PGNIBTZYXAE45", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyu_Corporation_Logo.svg", "description": "Japanese conglomerate holding company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
391 {"wikidata_id": "Q1575470", "display_name": "Hang Seng Bank", "legal_name": "Hang Seng Bank Limited", "aliases": [], "website": "https://www.hangseng.com", "canonical_domain": "hangseng.com", "country": "CN", "hq_city": "Central", "hq_region": "Central and Western District", "lat": 22.28194, "lon": 114.15806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "0011", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong bank", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
392 {"wikidata_id": "Q2094989", "display_name": "Sumitomo Mitsui Financial Group", "legal_name": "Sumitomo Mitsui Financial Group, Inc.", "aliases": ["SMFG"], "website": "https://www.smfg.co.jp", "canonical_domain": "smfg.co.jp", "country": "JP", "hq_city": "Sumitomo Mitsui Banking Corporation Head Office Building", "hq_region": "Chiyoda", "lat": 35.6849, "lon": 139.7623, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "8316", "exchange": "Tokyo Stock Exchange", "lei": "35380028MYWPB6AUO129", "sec_cik": "1022837", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SMFG_logo_2018.svg", "description": "Japanese bank", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
393 {"wikidata_id": "Q2271746", "display_name": "Tose Co.", "legal_name": null, "aliases": ["Tose", "TOSE", "Ltd.", "Tose Softwarw"], "website": "https://www.tose.co.jp", "canonical_domain": "tose.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "4728", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
394 {"wikidata_id": "Q28452620", "display_name": "Anker", "legal_name": null, "aliases": ["Anker Innovations", "Anker Technology"], "website": "https://www.anker.com", "canonical_domain": "anker.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "300866", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anker_Innovations_logo.svg", "description": "brand of electronics and accessories", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
395 {"wikidata_id": "Q2915481", "display_name": "Israel Electric Corporation", "legal_name": "חברת החשמל לישראל בע\"מ", "aliases": ["Israel Electric Corporation (Israel)", "Palestine Electric Corporation Ltd", "The Israel Electric Corp. Ltd."], "website": "https://www.iec.co.il", "canonical_domain": "iec.co.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "ELEC", "exchange": "Tel Aviv Stock Exchange", "lei": "254900JW7GE35YNJGJ55", "sec_cik": null, "parent": null, "logo_url": null, "description": "largest supplier of electrical power in Israel", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
396 {"wikidata_id": "Q30850", "display_name": "Nagoya Railroad", "legal_name": "Nagoya Railroad Co., Ltd.", "aliases": ["Meitetsu"], "website": "https://www.meitetsu.co.jp", "canonical_domain": "meitetsu.co.jp", "country": "JP", "hq_city": "Meitetsu Bus Center", "hq_region": "Nakamura-ku", "lat": 35.16853, "lon": 136.88417, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "9048", "exchange": "Tokyo Stock Exchange", "lei": "353800P62OOYUY3I8T51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meitetsu_logo_full.svg", "description": "railroad company operating around Aichi Prefecture and Gifu Prefecture of Japan", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
397 {"wikidata_id": "Q3291801", "display_name": "Sun Pharmaceutical", "legal_name": null, "aliases": ["Sun Pharma"], "website": "https://www.sunpharma.com", "canonical_domain": "sunpharma.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "SUNPHARMA", "exchange": "National Stock Exchange of India", "lei": "335800KJ7GE29LB4SS73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Sun_Pharmaceutical.png", "description": "Indian multinational pharmaceutical company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
398 {"wikidata_id": "Q488470", "display_name": "Korea Aerospace Industries", "legal_name": null, "aliases": ["KAI"], "website": "https://www.koreaaero.com", "canonical_domain": "koreaaero.com", "country": "KR", "hq_city": "Sacheon", "hq_region": "South Gyeongsang", "lat": 35.23472, "lon": 128.3575, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "047810", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korea_Aerospace_Industries_logo.svg", "description": "aerospace manufacturer in south korea", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
399 {"wikidata_id": "Q528842", "display_name": "Astellas Pharma", "legal_name": null, "aliases": ["Asuterasu Seiyaku Kabushiki-gaisha", "Astellas Pharma Inc.", "Yamanouchi Pharmaceutical Company"], "website": "https://www.astellas.com", "canonical_domain": "astellas.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "4503", "exchange": "Tokyo Stock Exchange", "lei": "529900IB708DY2HBBB35", "sec_cik": "1446390", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astellas_logo.svg", "description": "company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
400 {"wikidata_id": "Q8073715", "display_name": "Zomato", "legal_name": "Zomato Media Private Limited", "aliases": ["Zomato Media", "Zomato Private Limited"], "website": "https://www.zomato.com", "canonical_domain": "zomato.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["logistics"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ZOMATO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zomato_logo.png", "description": "Indian food delivery service", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
401 {"wikidata_id": "Q854820", "display_name": "Bharat Heavy Electricals Limited", "legal_name": null, "aliases": ["BHEL"], "website": "https://www.bhel.com", "canonical_domain": "bhel.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "BHEL", "exchange": "National Stock Exchange of India", "lei": "3358007X5FQ2R445Z747", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BHEL_logo.svg", "description": "company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
402 {"wikidata_id": "Q908961", "display_name": "Dr. Reddy's Laboratories", "legal_name": null, "aliases": ["Dr. Reddy's Laboratories Limited", "Dr. Reddy's"], "website": "https://www.drreddys.com", "canonical_domain": "drreddys.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "RDY", "exchange": "New York Stock Exchange", "lei": "335800OVDPY3DVZR2798", "sec_cik": "1135951", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dr.Reddy%27s_logo.jpg", "description": "Indian integrated pharmaceutical company", "sitelinks": 21, "importance": 0.525, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
403 {"wikidata_id": "Q406828", "display_name": "Air Astana", "legal_name": null, "aliases": ["KC", "KZR"], "website": "https://www.airastana.com", "canonical_domain": "airastana.com", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": 4600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q739416", "name": "BAE Systems"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AirAstanaNewLogo.png", "description": "Flag carrier of Kazakhstan", "sitelinks": 45, "importance": 0.5246, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
404 {"wikidata_id": "Q1073327", "display_name": "China Merchants Bank", "legal_name": "CHINA MERCHANTS BANK CO., LTD.", "aliases": [], "website": "https://www.cmbchina.com", "canonical_domain": "cmbchina.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "600036", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
405 {"wikidata_id": "Q1142226", "display_name": "falcom.co.jp", "legal_name": null, "aliases": [], "website": "https://www.falcom.co.jp", "canonical_domain": "falcom.co.jp", "country": "JP", "hq_city": "Tachikawa", "hq_region": "Tokyo", "lat": 35.71394, "lon": 139.40792, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "3723", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nihon_Falcom.svg", "description": "Japanese video game developer", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
406 {"wikidata_id": "Q1207071", "display_name": "Icom Incorporated", "legal_name": null, "aliases": ["Inoue", "I.C.E.", "I.E.W.", "Inoue Communication Electronics", "Inoue Electric Works"], "website": "https://www.icomjapan.com", "canonical_domain": "icomjapan.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6820", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Icom_logo.svg", "description": "Japanese manufacturer of radio transmitting and receiving equipment, founded in 1954", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
407 {"wikidata_id": "Q1371239", "display_name": "Steel Authority of India Limited", "legal_name": null, "aliases": ["SAIL", "Steel Authority of India"], "website": "https://www.sail.co.in", "canonical_domain": "sail.co.in", "country": "IN", "hq_city": "India", "hq_region": null, "lat": 22.8, "lon": 83.0, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "SAIL", "exchange": "National Stock Exchange of India", "lei": "335800ZJXMF183ZCQI90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Steel_Authority_of_India_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5316422"}, {"related_domain_conflict": "Q7371308"}]}
408 {"wikidata_id": "Q140676", "display_name": "Rediff", "legal_name": null, "aliases": [], "website": "https://www.rediff.com", "canonical_domain": "rediff.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["internet"], "industry_labels": ["online service"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "REDF", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rediff%28dot%29com_logo.gif", "description": "Indian news and entertainment website", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
409 {"wikidata_id": "Q1549408", "display_name": "TEAC Corporation", "legal_name": null, "aliases": ["Tiakku Kabushiki-gaisha", "Tokyo Electro Acoustic Company"], "website": "https://www.teac.co.jp", "canonical_domain": "teac.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "6803", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q210278", "name": "Gibson Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TEAC_%28logo%29.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
410 {"wikidata_id": "Q1576915", "display_name": "Koei Tecmo Holdings", "legal_name": null, "aliases": ["Koei", "Koei Tecmo", "Koei Tecmo Holdings Co.", "Ltd.", "Tecmo Koei", "Tecmo Koei Holdings"], "website": "https://www.koeitecmo.co.jp", "canonical_domain": "koeitecmo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "3635", "exchange": "Tokyo Stock Exchange", "lei": "353800RQ25FIYLPYXP11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koei_Tecmo_Holdings_logo.svg", "description": "Japanese entertainment holding company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
411 {"wikidata_id": "Q16174772", "display_name": "Rainbow Bridge World", "legal_name": null, "aliases": ["Rainbowbridge World", "RBW (record label)", "RBW", "Inc.", "WA Entertainment"], "website": "https://www.rbbridge.com", "canonical_domain": "rbbridge.com", "country": "KR", "hq_city": "Dongdaemun District", "hq_region": "Seoul", "lat": 37.57418, "lon": 127.03988, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "361570", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RBW_Logo.jpg", "description": "South Korean record label", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
412 {"wikidata_id": "Q17684312", "display_name": "Kakao", "legal_name": null, "aliases": ["Daum Kakao"], "website": "https://www.kakaocorp.com", "canonical_domain": "kakaocorp.com", "country": "KR", "hq_city": "Jeju", "hq_region": "Jeju Province", "lat": 33.50972, "lon": 126.52194, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "035720", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kakao_CI_yellow.svg", "description": "South Korean internet company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
413 {"wikidata_id": "Q2064074", "display_name": "United Overseas Bank", "legal_name": null, "aliases": ["UOB", "UOB Group"], "website": "https://www.uob.com.vn", "canonical_domain": "uob.com.vn", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "UOVEF", "exchange": "OTC Markets Group", "lei": "IO66REGK3RCBAMA8HR66", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UOB_Logo_%282022%29.svg", "description": "Singaporean multinational banking organization", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
414 {"wikidata_id": "Q20732498", "display_name": "Miniso", "legal_name": "MINISO Group Holding Limited", "aliases": [], "website": "https://www.miniso.com", "canonical_domain": "miniso.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "MNSO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1815846", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miniso_2023.svg", "description": "Global IP Collection Store", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1815846", "enriched_at": "2026-09-12T09:34:59+00:00"}}
415 {"wikidata_id": "Q3045976", "display_name": "CIMB", "legal_name": null, "aliases": ["CIMB Group", "CIMB Group Holdings Berhad", "CIMB GROUP HOLDINGS BERHAD", "Cimb Group Holdings Berhad", "Cimb Group Holdings Bhd."], "website": "https://www.cimb.com", "canonical_domain": "cimb.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "1023", "exchange": "Bursa Malaysia", "lei": "549300FYDN5UD7USZW18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CIMB_Group_Logo.svg", "description": "Malaysian financial company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1004836"}]}
416 {"wikidata_id": "Q447855", "display_name": "Aluminum Corporation of China", "legal_name": null, "aliases": ["Aluminum Corporation of China Limited", "Chalco", "Chinalco"], "website": "https://www.chalco.com.cn", "canonical_domain": "chalco.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "601600", "exchange": "Shanghai Stock Exchange", "lei": "529900TKZUWQLIQN6T48", "sec_cik": null, "parent": null, "logo_url": null, "description": "State-owned aluminium company headquartered in Beijing, China", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
417 {"wikidata_id": "Q553927", "display_name": "Marubeni", "legal_name": null, "aliases": [], "website": "https://www.marubeni.com", "canonical_domain": "marubeni.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["sōgō shōsha"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8002", "exchange": "Tokyo Stock Exchange", "lei": "4P4N3ORD02UGQT1T1W12", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marubeni_Logo.svg", "description": "Japanese trading company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
418 {"wikidata_id": "Q592182", "display_name": "Eizo", "legal_name": null, "aliases": ["EIZO Corporation", "Eizo Nanao Corporation"], "website": "https://www.eizo.co.jp", "canonical_domain": "eizo.co.jp", "country": "JP", "hq_city": "Hakusan", "hq_region": "Ishikawa Prefecture", "lat": 36.51442, "lon": 136.56558, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "6737", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EIZO_Logo.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
419 {"wikidata_id": "Q638231", "display_name": "Larsen & Toubro", "legal_name": null, "aliases": ["L&T", "L&T India"], "website": "https://www.larsentoubro.com", "canonical_domain": "larsentoubro.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "LTOUF", "exchange": "OTC Markets Group", "lei": "3358003FR3JIC5FRXA90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L%26T.png", "description": "Indian multinational conglomerate company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
420 {"wikidata_id": "Q650745", "display_name": "Mitsubishi Corporation", "legal_name": null, "aliases": ["Kowa Jitsugyo Kaisha", "Mitsubishi Shoji", "Mitsubishi Shōji Kabushiki-Gaisha"], "website": "https://www.mitsubishicorp.com", "canonical_domain": "mitsubishicorp.com", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["retail"], "industry_labels": ["wholesale", "sōgō shōsha"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "8058", "exchange": "Tokyo Stock Exchange", "lei": "KVIPTY4PULAPGC1VVD26", "sec_cik": "877197", "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi-Corporation-Logo.svg", "description": "Japanese trading company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
421 {"wikidata_id": "Q938668", "display_name": "Sina Corporation", "legal_name": null, "aliases": ["Sina", "SINA", "Sina Blog"], "website": "https://www.sina.com.cn", "canonical_domain": "sina.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["entertainment", "internet"], "industry_labels": ["entertainment industry", "Internet industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "WB", "exchange": "Nasdaq", "lei": "549300ICDICMKPZEUY61", "sec_cik": "1094005", "parent": null, "logo_url": null, "description": "Chinese online media company", "sitelinks": 20, "importance": 0.5201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
422 {"wikidata_id": "Q1048495", "display_name": "flydubai", "legal_name": null, "aliases": ["Dubai Aviation Corporation", "FDB", "FlyDubai", "Flydubai air", "FlyDubai Airlines", "FlyDubai airways", "FZ"], "website": "https://www.flydubai.com", "canonical_domain": "flydubai.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": 3321, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12208541", "name": "Government of Dubai"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fly_Dubai_logo_2010_03.svg", "description": "Emirati government-owned low-cost airline based in Dubai, United Arab Emirates", "sitelinks": 45, "importance": 0.5199, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
423 {"wikidata_id": "Q16499972", "display_name": "OnePlus", "legal_name": null, "aliases": ["OP", "1+", "Miami Oneplus Science & Technology Co.", "Ltd.", "One plus", "One+"], "website": "https://oneplus.com", "canonical_domain": "oneplus.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2013, "employees": 2700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q123575758", "name": "Guangdong Oplus Holdings Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OP_LU_Reg_1L_RGB_red_copy-01.svg", "description": "Chinese consumer electronics manufacturer, a subsidiary of Oppo", "sitelinks": 46, "importance": 0.5192, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
424 {"wikidata_id": "Q2469733", "display_name": "Bank of Georgia", "legal_name": null, "aliases": [], "website": "https://bankofgeorgia.ge", "canonical_domain": "bankofgeorgia.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1903, "employees": 6757, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q132559920", "name": "Lion Finance Group"}, "logo_url": null, "description": "Bank headquartered in Tbilisi, Georgia", "sitelinks": 15, "importance": 0.5191, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
425 {"wikidata_id": "Q3519720", "display_name": "India Post", "legal_name": "Department of Posts", "aliases": ["India Posts", "Indian Post and Telegraph Department", "Indian Post Office", "Indian postal department", "Post Office of India"], "website": "https://www.indiapost.gov.in", "canonical_domain": "indiapost.gov.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["logistics"], "industry_labels": ["postal service"], "founded_year": 1854, "employees": 448840, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12454897", "name": "Ministry of Communications"}, "logo_url": null, "description": "government-operated postal system in India", "sitelinks": 22, "importance": 0.518, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
426 {"wikidata_id": "Q1101155", "display_name": "Elitegroup Computer Systems", "legal_name": "Elitegroup Computer Systems Co., Ltd.", "aliases": ["ECS"], "website": "https://www.ecs.com.tw", "canonical_domain": "ecs.com.tw", "country": "TW", "hq_city": "Elitegroup Computer Systems Headquarters", "hq_region": null, "lat": 25.07871, "lon": 121.5672, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "2331", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ECS_Elitegroup_logo.svg", "description": "Taiwanese electronics company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
427 {"wikidata_id": "Q12497654", "display_name": "Mayora Indah", "legal_name": "Mayora Indah Tbk", "aliases": ["MYOR"], "website": "https://www.mayoraindah.co.id", "canonical_domain": "mayoraindah.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods", "food-beverage"], "industry_labels": ["consumer goods industry", "food industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "MYOR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
428 {"wikidata_id": "Q19548352", "display_name": "CK Hutchison Holdings", "legal_name": "CK Hutchison Holdings Limited", "aliases": [], "website": "https://www.ckh.com.hk", "canonical_domain": "ckh.com.hk", "country": "CN", "hq_city": "Cheung Kong Center", "hq_region": "Central and Western District", "lat": 22.27944, "lon": 114.16028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "0001.HK", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cheung_Kong_Holdings.svg", "description": "Multinational conglomerate headquartered in Hong Kong", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5950760"}]}
429 {"wikidata_id": "Q2120877", "display_name": "Strauss Group Ltd.", "legal_name": "שטראוס גרופ בע\"מ", "aliases": ["Strauss Elite"], "website": "https://www.strauss-group.co.il", "canonical_domain": "strauss-group.co.il", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "STRS", "exchange": "Tel Aviv Stock Exchange", "lei": "254900GBA9EK5FGVQA80", "sec_cik": "1445208", "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
430 {"wikidata_id": "Q28056940", "display_name": "Starlux Airlines", "legal_name": null, "aliases": ["JX", "Starwalker", "SJX", "StarLux Airlines", "STARLUX Airlines", "STARLUX Airlines Co.", "Ltd."], "website": "https://www.starlux-airlines.com", "canonical_domain": "starlux-airlines.com", "country": "TW", "hq_city": "Dayuan District", "hq_region": "Taoyuan", "lat": 25.06667, "lon": 121.2, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "2646", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starlux_wordmark.svg", "description": "Taiwanese airline based on Taiwan Taoyuan International Airport", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
431 {"wikidata_id": "Q31180504", "display_name": "Studio Dragon", "legal_name": "Studio Dragon Corporation", "aliases": [], "website": "https://www.studiodragon.net", "canonical_domain": "studiodragon.net", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "253450", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10854462", "name": "CJ ENM Entertainment Division"}, "logo_url": null, "description": "South Korean TV series production company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
432 {"wikidata_id": "Q3817853", "display_name": "Wuling Motors", "legal_name": null, "aliases": ["Wuling Motors Holdings Limited"], "website": "https://www.wuling.com", "canonical_domain": "wuling.com", "country": "CN", "hq_city": "Liuzhou", "hq_region": "Guangxi", "lat": 24.3264, "lon": 109.4281, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "0305", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11109624", "name": "Guangxi Automobile Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wuling_Motor_logo.png", "description": "Chinese brand car manufacturer", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
433 {"wikidata_id": "Q391534", "display_name": "Ezaki Glico", "legal_name": "江崎グリコ株式会社", "aliases": ["Glico", "Ezaki Glico Co.", "Ltd.", "Ezaki Guriko", "Guriko"], "website": "https://www.glico.com", "canonical_domain": "glico.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "2206", "exchange": "Tokyo Stock Exchange", "lei": "3538001RG4BHKDFV6G61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glico_logo.svg", "description": "Japanese confectionery company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
434 {"wikidata_id": "Q625647", "display_name": "Netmarble", "legal_name": null, "aliases": [], "website": "https://www.netmarble.net", "canonical_domain": "netmarble.net", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "251270", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netmarble_Logo.svg", "description": "developer, publisher, and sponsor of free online games", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
435 {"wikidata_id": "Q716979", "display_name": "Sumitomo Corporation", "legal_name": null, "aliases": ["Sumimoto Shoji", "Sumimoto Shōji"], "website": "https://www.sumitomocorp.co.jp", "canonical_domain": "sumitomocorp.co.jp", "country": "JP", "hq_city": "Harumi Island Triton Square", "hq_region": "Harumi", "lat": 35.65751, "lon": 139.78377, "industries": ["financial-services"], "industry_labels": ["sōgō shōsha"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "8053", "exchange": "Tokyo Stock Exchange", "lei": "V82KK8NH1P0JS71FJC05", "sec_cik": "1099282", "parent": {"wikidata_id": "Q717318", "name": "Sumitomo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Sh%C5%8Dji_logo.svg", "description": "Japanese trading company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
436 {"wikidata_id": "Q806483", "display_name": "Bangkok Bank", "legal_name": null, "aliases": ["Bangkok Bank Public Company Limited", "Bangkok Bank Public Co.", "Ltd."], "website": "https://www.bangkokbank.com", "canonical_domain": "bangkokbank.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "BBL", "exchange": "Stock Exchange of Thailand", "lei": "549300CCL2BKJGMYXV60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bangkok_Bank_2023_%28English_version%29.svg", "description": "financial institution in Thailand", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
437 {"wikidata_id": "Q843957", "display_name": "Nippon BS Broadcasting", "legal_name": null, "aliases": ["BS11"], "website": "https://www.bs11.jp", "canonical_domain": "bs11.jp", "country": "JP", "hq_city": "Kanda-Surugadai", "hq_region": "Chiyoda", "lat": 35.69936, "lon": 139.76374, "industries": ["media"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "9414", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4903531", "name": "Bic Camera"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BS11_logo.svg", "description": "Japanese radio company", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
438 {"wikidata_id": "Q903957", "display_name": "Icl Group Ltd", "legal_name": "איי.סי.אל גרופ בע\"מ", "aliases": ["ICL", "Israel Chemicals"], "website": "https://www.icl-group.com", "canonical_domain": "icl-group.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ICL", "exchange": "Tel Aviv Stock Exchange", "lei": "529900FQVQD88SHIGM04", "sec_cik": "941221", "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Israel_Chemicals_LtdLogo.png", "description": "Global manufacturer of mineral based products", "sitelinks": 19, "importance": 0.5149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "941221", "enriched_at": "2026-09-12T09:34:59+00:00"}}
439 {"wikidata_id": "Q499967", "display_name": "Turkish State Railways", "legal_name": "Türkiye Cumhuriyeti Devlet Demiryolları", "aliases": ["TCDD", "The State Railways of the Republic of Turkey"], "website": "https://www.tcdd.gov.tr", "canonical_domain": "tcdd.gov.tr", "country": "TR", "hq_city": "Ankara Province", "hq_region": "Turkey", "lat": 39.92639, "lon": 32.85611, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1929, "employees": 35593, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294743", "name": "Ministry of Transport and Infrastructure"}, "logo_url": null, "description": "company from Türkiye", "sitelinks": 30, "importance": 0.5127, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
440 {"wikidata_id": "Q1030691", "display_name": "NTT Data Group", "legal_name": "株式会社NTTデータグループ", "aliases": ["NTT DATA"], "website": "https://www.nttdata.com", "canonical_domain": "nttdata.com", "country": "JP", "hq_city": "Toyosu", "hq_region": "Kōtō", "lat": 35.64431, "lon": 139.78466, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "9613", "exchange": "Tokyo Stock Exchange", "lei": "5493002EC5B5JPXBH349", "sec_cik": null, "parent": {"wikidata_id": "Q1054787", "name": "NTT, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NTT-Data-Logo.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
441 {"wikidata_id": "Q12620655", "display_name": "Coupang", "legal_name": null, "aliases": ["Coupang Corp. (Seoul)"], "website": "https://www.coupang.com", "canonical_domain": "coupang.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "CPNG", "exchange": "New York Stock Exchange", "lei": "549300XR4L1D80AK4W76", "sec_cik": "1834584", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coupang_logo.svg", "description": "eCommerce website and enterprise in Seoul, South Korea", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
442 {"wikidata_id": "Q1410821", "display_name": "Industrial Bank Co.", "legal_name": null, "aliases": ["Industrial Bank"], "website": "https://www.cib.com.cn", "canonical_domain": "cib.com.cn", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "601166", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese commercial bank", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
443 {"wikidata_id": "Q1439934", "display_name": "Kingsoft", "legal_name": null, "aliases": ["Kingsoft Corporation"], "website": "https://www.kingsoft.com", "canonical_domain": "kingsoft.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["gaming", "software", "internet"], "industry_labels": ["video game industry", "software industry", "Internet industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3888", "exchange": "Hong Kong Stock Exchange", "lei": "529900UVT35D3Q7YQY41", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese software company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
444 {"wikidata_id": "Q1648148", "display_name": "Sumitomo Rubber Industries", "legal_name": null, "aliases": ["SRI", "Sumitomo Gomu Kōgyo Kabushiki-gaisha", "Sumitomo Rubber", "Ltd."], "website": "https://www.srigroup.co.jp", "canonical_domain": "srigroup.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Kobe", "lat": 34.68972, "lon": 135.195, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "5110", "exchange": "Tokyo Stock Exchange", "lei": "353800JD4V72SJ3EOX37", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Rubber_Industries_logo_2.svg", "description": "Japanese rubber company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
445 {"wikidata_id": "Q1654229", "display_name": "Inpex", "legal_name": null, "aliases": ["INPEX"], "website": "https://www.inpex.co.jp", "canonical_domain": "inpex.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "1605", "exchange": "Tokyo Stock Exchange", "lei": "353800VHYYADPR6MXQ47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inpex_logo.svg", "description": "oil/gas exploration company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
446 {"wikidata_id": "Q168115", "display_name": "Toray Industries", "legal_name": "Toray Industries, Inc.", "aliases": ["Toray", "Inc.", "Tōre Kabushiki-gaisha"], "website": "https://www.toray.co.jp", "canonical_domain": "toray.co.jp", "country": "JP", "hq_city": "Nihonbashi Mitsui Tower", "hq_region": "Nihonbashi-Muromachi", "lat": 35.68694, "lon": 139.77306, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "3402", "exchange": "Tokyo Stock Exchange", "lei": "35380099TCYR5FHT0A11", "sec_cik": "774547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toray_logo.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
447 {"wikidata_id": "Q1779684", "display_name": "Yokogawa Electric", "legal_name": null, "aliases": ["Yokogawa Electric Corporation"], "website": "https://www.yokogawa.com", "canonical_domain": "yokogawa.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["information technology", "electrical device"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "6841", "exchange": "Tokyo Stock Exchange", "lei": "529900MV0U7C9WWF4L22", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yokogawa.png", "description": "Japanese electrical engineering company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
448 {"wikidata_id": "Q1923795", "display_name": "Yuke's", "legal_name": null, "aliases": ["Yuke's Co.", "Ltd."], "website": "https://www.yukes.co.jp", "canonical_domain": "yukes.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "4334", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
449 {"wikidata_id": "Q2058024", "display_name": "Takashimaya", "legal_name": null, "aliases": [], "website": "https://www.takashimaya.co.jp", "canonical_domain": "takashimaya.co.jp", "country": "JP", "hq_city": "Nankai Building", "hq_region": "Namba", "lat": 34.66488, "lon": 135.50096, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1829, "employees": null, "public_company": true, "ticker": "8233", "exchange": "Tokyo Stock Exchange", "lei": "353800IFO566STDN4V78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takashimaya-Logo.svg", "description": "Japanese department store", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
450 {"wikidata_id": "Q2298387", "display_name": "Sun Corporation", "legal_name": null, "aliases": ["Sunsoft"], "website": "https://www.sun-denshi.co.jp", "canonical_domain": "sun-denshi.co.jp", "country": "JP", "hq_city": "Kōnan-shi", "hq_region": "Aichi Prefecture", "lat": 35.33208, "lon": 136.87067, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "6736", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q127601113", "name": "Sun Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunsoft_logo.svg", "description": "Japanese video gaming publisher", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q127601113"}]}
451 {"wikidata_id": "Q2305438", "display_name": "Telkom Indonesia", "legal_name": "PT Telekomunikasi Indonesia (Persero) Tbk", "aliases": ["Telkom", "Perumtel", "Perusahaan Umum Telekomunikasi", "PT Telekomunikasi Indonesia Tbk", "PT Telkom Indonesia (Persero) Tbk", "PT Telkom Indonesia Tbk", "Telkom Indonesia (Persero)", "TLKM"], "website": "https://www.telkom.co.id", "canonical_domain": "telkom.co.id", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["telecommunications", "transportation"], "industry_labels": ["telecommunications industry", "infrastructure industry"], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "TLKM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": "1001807", "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": null, "description": "state-owned telecommunication company in Indonesia", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
452 {"wikidata_id": "Q250362", "display_name": "Israel Discount Bank Ltd.", "legal_name": "בנק דיסקונט לישראל בע\"מ", "aliases": [], "website": "https://www.discountbank.co.il", "canonical_domain": "discountbank.co.il", "country": "IL", "hq_city": "Rishon LeZion", "hq_region": "Rehovot sub-district", "lat": 31.95, "lon": 34.8, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "DSCT", "exchange": "Tel Aviv Stock Exchange", "lei": "549300XWZ7BG5G23OF51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Discount_Bank%2C_Ltd_logo.svg", "description": "Israeli banking institution", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
453 {"wikidata_id": "Q28840043", "display_name": "Kioxia", "legal_name": null, "aliases": ["Kioxia Corporation", "Kioxia Holdings Corporation", "Toshiba Memory", "Toshiba Memory Corporation", "Toshiba Memory Holdings Corporation", "Kioxia Corporation (Tokyo)", "KIOXIA CORPORATION (Tokyo)"], "website": "https://www.kioxia.com", "canonical_domain": "kioxia.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "285A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kioxia.svg", "description": "Japanese computer memory manufacturer", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
454 {"wikidata_id": "Q324901", "display_name": "Transcend Information", "legal_name": null, "aliases": ["Transcend", "Inc."], "website": "https://us.transcend-info.com", "canonical_domain": "transcend-info.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "2451", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transcend_Logo.svg", "description": "Taiwanese manufacturer of memory products", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
455 {"wikidata_id": "Q425880", "display_name": "K Line", "legal_name": null, "aliases": ["Kawasaki Kisen", "Kawasaki Kisen Kaisha", "Kawasaki Kisen Kaisha", "Ltd."], "website": "https://www.kline.co.jp", "canonical_domain": "kline.co.jp", "country": "JP", "hq_city": "Iino Building", "hq_region": "Uchisaiwaichō", "lat": 35.67097, "lon": 139.75278, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "9107", "exchange": "Tokyo Stock Exchange", "lei": "353800FL04R73DS5P870", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K_line_logo.svg", "description": "Japanese shipping company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
456 {"wikidata_id": "Q483006", "display_name": "LG Display", "legal_name": null, "aliases": ["LG Display Co.", "Ltd", "LG Philips LCD", "LG DISPLAY CO.", "LTD. (Seoul)"], "website": "https://www.lgdisplay.com", "canonical_domain": "lgdisplay.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "LPL", "exchange": "New York Stock Exchange", "lei": "988400P37K91W0SABO95", "sec_cik": "1290109", "parent": {"wikidata_id": "Q162345", "name": "LG Electronics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG.Philips_LCD_Logo.svg", "description": "South Korean display manufacturer owned by LG", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1290109", "enriched_at": "2026-09-12T09:34:59+00:00"}}
457 {"wikidata_id": "Q56811344", "display_name": "Luckin Coffee", "legal_name": null, "aliases": ["Luckin Coffee Inc."], "website": "https://www.luckincoffee.com", "canonical_domain": "luckincoffee.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "LKNCY", "exchange": "OTC Markets Group", "lei": "549300FO16ASCVSMYI15", "sec_cik": "1767582", "parent": null, "logo_url": null, "description": "Chinese coffee shop company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1767582", "enriched_at": "2026-09-12T09:34:59+00:00"}}
458 {"wikidata_id": "Q710318", "display_name": "Yang Ming Marine Transport Corporation", "legal_name": null, "aliases": ["Yang Ming"], "website": "https://www.yangming.com", "canonical_domain": "yangming.com", "country": "TW", "hq_city": "Keelung", "hq_region": "Taiwan", "lat": 25.12825, "lon": 121.7419, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "2609", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yang_Ming_Marine_Transport_headquarters_title_20100923.jpg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
459 {"wikidata_id": "Q720484", "display_name": "AGC", "legal_name": null, "aliases": ["AGC Kabushiki-gaisha", "Asahi Garasu Kabushiki Kaisha"], "website": "https://www.agc.com", "canonical_domain": "agc.com", "country": "JP", "hq_city": "Shin-Marunouchi Building", "hq_region": "Marunouchi", "lat": 35.68255, "lon": 139.76437, "industries": ["materials"], "industry_labels": ["glass"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "ASGLY", "exchange": "OTC Markets Group", "lei": "JE4WFFEELMVPFZ0G1E77", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AGC_Logo.svg", "description": "Japanese manufacturing company", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
460 {"wikidata_id": "Q986744", "display_name": "Postal Savings Bank of China", "legal_name": null, "aliases": ["Postal Savings Bank of China Co.", "Ltd.", "PSBC"], "website": "https://www.psbc.com", "canonical_domain": "psbc.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "1658", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese commercial retail bank", "sitelinks": 18, "importance": 0.5096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
461 {"wikidata_id": "Q589757", "display_name": "MyHeritage", "legal_name": null, "aliases": [], "website": "https://www.myheritage.fr", "canonical_domain": "myheritage.fr", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": ["professional-services", "software"], "industry_labels": ["genealogy"], "founded_year": 2003, "employees": 430, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1563538", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Large_MyHeritage_logo.png", "description": "online genealogy platform with web, mobile, and software products and services", "sitelinks": 52, "importance": 0.5052, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
462 {"wikidata_id": "Q1087980", "display_name": "Sumitomo Pharma", "legal_name": "Sumitomo Pharma Co., Ltd.", "aliases": ["Dainippon Sumitomo Pharma", "Dainippon Sumitomo Seiyaku Kabushiki-Gaisha"], "website": "https://www.sumitomo-pharma.co.jp", "canonical_domain": "sumitomo-pharma.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "4506", "exchange": "Tokyo Stock Exchange", "lei": "529900D60UKVYLJ2OJ79", "sec_cik": null, "parent": {"wikidata_id": "Q137803", "name": "Sumitomo Chemical"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Pharma_Logo.svg", "description": "Japanese multinational pharmaceutical company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
463 {"wikidata_id": "Q1185381", "display_name": "Don Quijote", "legal_name": null, "aliases": ["Don Don Donki", "Don Quijote Co.", "Ltd.", "Donki"], "website": "https://www.donki.com", "canonical_domain": "donki.com", "country": "JP", "hq_city": "Aobadai", "hq_region": "Tokyo", "lat": 35.65043, "lon": 139.69403, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7532", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16485533", "name": "Pan Pacific International Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Don_quijote_logo.svg", "description": "Japanese discount chain store", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
464 {"wikidata_id": "Q1192667", "display_name": "Rohm", "legal_name": null, "aliases": ["ROHM Co.", "Ltd.", "Rōmu Kabushiki-gaisha", "Toyo Electronics Industry Corporation"], "website": "https://www.rohm.co.jp", "canonical_domain": "rohm.co.jp", "country": "JP", "hq_city": "Ukyō Ward", "hq_region": "Kyoto", "lat": 35.01017, "lon": 135.71603, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "6963", "exchange": "Tokyo Stock Exchange", "lei": "5493009V2FGDEP7JFE59", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ROHM.svg", "description": "company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
465 {"wikidata_id": "Q1322206", "display_name": "Keikyu", "legal_name": "京浜急行電鉄株式会社", "aliases": ["Keihin Electric Express Railway", "KEIKYU", "Keikyū", "Keikyu Corporation", "Keikyū Corporation"], "website": "https://www.keikyu.co.jp", "canonical_domain": "keikyu.co.jp", "country": "JP", "hq_city": "Keikyu Group Headquarters", "hq_region": "Takashima", "lat": 35.4624, "lon": 139.6261, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "9006", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keikyu_logo.svg", "description": "Japanese railway company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
466 {"wikidata_id": "Q1457152", "display_name": "Sega Sammy Holdings", "legal_name": "SEGA SAMMY HOLDINGS INC.", "aliases": [], "website": "https://www.segasammy.co.jp", "canonical_domain": "segasammy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "6460", "exchange": "Tokyo Stock Exchange", "lei": "5493006B6WMKNQ8QNP51", "sec_cik": "1304885", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sega_Sammy_Holdings_logo.svg", "description": "Japanese holding company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
467 {"wikidata_id": "Q1475699", "display_name": "Keyence", "legal_name": "Keyence Corporation", "aliases": [], "website": "https://www.keyence.com", "canonical_domain": "keyence.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "6861", "exchange": "Tokyo Stock Exchange", "lei": "529900M7PQBS7A89DZ11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keyence.svg", "description": "Japanese electronics manufacturer", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
468 {"wikidata_id": "Q1479076", "display_name": "Shanghai Pudong Development Bank", "legal_name": null, "aliases": [], "website": "https://www.spdb.com.cn", "canonical_domain": "spdb.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600000", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SPD_Bank_Logo.svg", "description": "Chinese joint-stock commercial bank", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
469 {"wikidata_id": "Q1553005", "display_name": "Gudang Garam", "legal_name": "Gudang Garam Tbk", "aliases": ["GARAM", "GGRM"], "website": "https://www.gudanggaramtbk.com", "canonical_domain": "gudanggaramtbk.com", "country": "ID", "hq_city": "Kediri", "hq_region": "East Java", "lat": -7.81111, "lon": 112.00472, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "consumer goods industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "GGRM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gudang_Garam_TBK_logo_%282018%29.svg", "description": "Indonesian cigarette company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
470 {"wikidata_id": "Q1640639", "display_name": "Telekom Malaysia", "legal_name": null, "aliases": ["Telekom Malaysia Berhad", "Telekom Malaysia Bhd."], "website": "https://www.tm.com.my", "canonical_domain": "tm.com.my", "country": "MY", "hq_city": "Telekom Tower", "hq_region": "Kuala Lumpur", "lat": 3.11583, "lon": 101.66611, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "4863", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telekom_Malaysia_logo_%282023%29.svg", "description": "Malaysian telecommunications company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
471 {"wikidata_id": "Q1812986", "display_name": "Mitsui Fudosan", "legal_name": "Mitsui Fudosan Co., Ltd.", "aliases": [], "website": "https://www.mitsuifudosan.co.jp", "canonical_domain": "mitsuifudosan.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "8801", "exchange": "Tokyo Stock Exchange", "lei": "353800ND4ZKNZDYKMF33", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Fudosan_logo_%282024%29.svg", "description": "Japanese real estate developer", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
472 {"wikidata_id": "Q18390500", "display_name": "Yuehua Entertainment", "legal_name": null, "aliases": ["YH Entertainment"], "website": "https://www.yuehuamusic.com", "canonical_domain": "yuehuamusic.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["music", "music industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "2306", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yuehua_Entertainment_logo.png", "description": "Chinese multinational entertainment group and talent agency; record label", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
473 {"wikidata_id": "Q2546713", "display_name": "Marvelous", "legal_name": null, "aliases": ["Marvelous Entertainment", "Marvelous AQL", "Marvelous Inc.", "Marvelous Interactive"], "website": "https://www.marv.jp", "canonical_domain": "marv.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "7844", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvelous_Inc._logo.svg", "description": "Japanese video game developer and anime producer", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
474 {"wikidata_id": "Q265176", "display_name": "Qcells", "legal_name": null, "aliases": ["Hanwha Qcells", "Q CELLS", "Q-CELLS"], "website": "https://qcells.com", "canonical_domain": "qcells.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "HQCL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1371541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QCells_logo_2022.png", "description": "Solar cell manufacturer", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
475 {"wikidata_id": "Q2979687", "display_name": "HKS", "legal_name": null, "aliases": [], "website": "https://www.hks-global.com", "canonical_domain": "hks-global.com", "country": "JP", "hq_city": "Fujinomiya", "hq_region": "Shizuoka Prefecture", "lat": 35.22211, "lon": 138.62161, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7219", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HKS_%28company%29_logo.png", "description": "publicly traded company headquartered in Fujinomiya, Shizuoka Prefecture, Japan", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
476 {"wikidata_id": "Q3079736", "display_name": "Fosun International Limited", "legal_name": null, "aliases": ["Fosun"], "website": "https://www.fosun.com", "canonical_domain": "fosun.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "0656", "exchange": "Hong Kong Stock Exchange", "lei": "213800Z99WQEXDF82F09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fosun_logo.svg", "description": "Chinese multinational conglomerate holding company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
477 {"wikidata_id": "Q3107966", "display_name": "Mitsubishi Chemical Holdings", "legal_name": "Mitsubishi Chemical Holdings Corporation", "aliases": ["Kabushiki-gaisha Mitsubishi Kemikaru Hōrudingusu", "Mitsubishi Chemical Group"], "website": "https://www.mcgc.com", "canonical_domain": "mcgc.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "4188", "exchange": "Tokyo Stock Exchange", "lei": "353800YNKX4RQUGAR072", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Chemical_Holdings_logo.svg", "description": "Japanese chemicals company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
478 {"wikidata_id": "Q3268422", "display_name": "True Corporation", "legal_name": null, "aliases": ["True", "True 5G", "True Corporation Public Company Limited", "True Corporation Public Co.", "Ltd."], "website": "https://www.true.th", "canonical_domain": "true.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "TRUE", "exchange": "Stock Exchange of Thailand", "lei": "894500HQD71STX0DQK07", "sec_cik": null, "parent": {"wikidata_id": "Q611064", "name": "Charoen Pokphand"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/True_Corporation_%28Thailand%29.svg", "description": "Thai telecommunications company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
479 {"wikidata_id": "Q385101", "display_name": "Oji Holdings", "legal_name": "王子製紙株式会社", "aliases": ["Ōji Hōrudingusu Kabushiki-kaisha", "Oji Paper Company"], "website": "https://www.ojiholdings.co.jp", "canonical_domain": "ojiholdings.co.jp", "country": "JP", "hq_city": "Ginza", "hq_region": "Chūō", "lat": 35.67136, "lon": 139.76562, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "OJIPY", "exchange": "OTC Markets Group", "lei": "529900LVC9GIIYUGE243", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C5%8Cji-Seishi-Logo.svg", "description": "company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
480 {"wikidata_id": "Q496606", "display_name": "KB Kookmin Bank", "legal_name": null, "aliases": ["KB Financial Group"], "website": "https://www.kbfng.com", "canonical_domain": "kbfng.com", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "KB", "exchange": "New York Stock Exchange", "lei": "549300XXMOJSIW8P4769", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KB_logo.svg", "description": "South Korean banking company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
481 {"wikidata_id": "Q5629103", "display_name": "HCL Technologies", "legal_name": null, "aliases": ["HCL Technologies Limited", "HCL Technologies Ltd"], "website": "https://www.hcltech.com", "canonical_domain": "hcltech.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["technology", "professional-services", "software"], "industry_labels": ["information technology", "outsourcing", "software development"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "HCLTECH", "exchange": "National Stock Exchange of India", "lei": "549300C1F8OLYSOQYB65", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HCLTech-new-logo.svg", "description": "information technology consulting, outsourcing services and software development company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
482 {"wikidata_id": "Q626409", "display_name": "LG Uplus", "legal_name": "주식회사 LG유플러스", "aliases": ["LGT", "LG Telecom", "LG U+", "LG Uplus Corp.", "LG Dacom", "Lg Powercomm"], "website": "https://www.uplus.co.kr", "canonical_domain": "uplus.co.kr", "country": "KR", "hq_city": "Hangangno-dong", "hq_region": "Yongsan District", "lat": 37.52646, "lon": 126.96708, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "032640", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16725729", "name": "LG Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_U%2B_CI.svg", "description": "South Korean cellular, broadband, IDC carrier", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
483 {"wikidata_id": "Q7496874", "display_name": "Shimizu Corporation", "legal_name": null, "aliases": ["Shimizu Kensetsu Kabushiki-gaisha", "Shimzu"], "website": "https://www.shimz.co.jp", "canonical_domain": "shimz.co.jp", "country": "JP", "hq_city": "Kyōbashi", "hq_region": "Chūō", "lat": 35.67698, "lon": 139.77095, "industries": ["construction"], "industry_labels": ["architecture", "construction", "civil engineering"], "founded_year": 1804, "employees": null, "public_company": true, "ticker": "1803", "exchange": "Tokyo Stock Exchange", "lei": "353800BRAE0QFP3ZLY22", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shimizu_company_logo.svg", "description": "engineering firm in Japan", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
484 {"wikidata_id": "Q751361", "display_name": "Hong Kong Exchanges and Clearing Limited", "legal_name": null, "aliases": ["HKEX", "Hong Kong Exchanges And Clearing Ltd", "HKEx", "Hong Kong Exchanges and Clearing", "The London Metal Stock Exchange"], "website": "https://www.hkex.com.hk", "canonical_domain": "hkex.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "0388", "exchange": "Hong Kong Stock Exchange", "lei": "213800YTVSXYQN17BW16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HKEX_logo_2016.svg", "description": "holding company of the Stock Exchange of Hong Kong Ltd. and Hong Kong Futures Exchange Ltd.", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
485 {"wikidata_id": "Q792500", "display_name": "Axiata", "legal_name": null, "aliases": ["Axiata Group Berhad", "Axiata Group Bhd."], "website": "https://www.axiata.com", "canonical_domain": "axiata.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "6888", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axiata_logo.svg", "description": "Malaysian multinational telecommunications company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
486 {"wikidata_id": "Q83538", "display_name": "Keisei Electric Railway", "legal_name": "Keisei Electric Railway Co., Ltd.", "aliases": ["Keisei Dentetsu"], "website": "https://www.keisei.co.jp", "canonical_domain": "keisei.co.jp", "country": "JP", "hq_city": "Yawata", "hq_region": "Ichikawa", "lat": 35.72449, "lon": 139.9323, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "9009", "exchange": "Tokyo Stock Exchange", "lei": "529900VNP95IIHXPCY17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keisei_Logo.svg", "description": "Japanese railway company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
487 {"wikidata_id": "Q903384", "display_name": "Eisai", "legal_name": "Eisai Co., Ltd.", "aliases": ["Ēzai Kabushiki-gaisha"], "website": "https://www.eisai.com", "canonical_domain": "eisai.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "4523", "exchange": "Tokyo Stock Exchange", "lei": "353800HDEE0ZYEX4QV91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C4%92zai-Logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
488 {"wikidata_id": "Q91016085", "display_name": "CanSino Biologics", "legal_name": null, "aliases": ["CanSino Biologics Inc.", "CanSinoBIO"], "website": "https://www.cansinotech.com", "canonical_domain": "cansinotech.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.0739, "lon": 117.543, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "6185", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CanSino_Biologics_logo.svg", "description": "Chinese biotechnology company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
489 {"wikidata_id": "Q911543", "display_name": "China Minsheng Bank", "legal_name": null, "aliases": [], "website": "https://www.cmbc.com.cn", "canonical_domain": "cmbc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "600016", "exchange": "Shanghai Stock Exchange", "lei": "549300HBUGSQD1VCXG94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Minsheng_Bank_logo.svg", "description": "Chinese banking institution", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
490 {"wikidata_id": "Q985475", "display_name": "Mengniu Dairy", "legal_name": null, "aliases": ["China Mengniu Dairy Company Limited"], "website": "https://www.mengniu.com.cn", "canonical_domain": "mengniu.com.cn", "country": "HK", "hq_city": "Hohhot", "hq_region": "Inner Mongolia", "lat": 40.81507, "lon": 111.66293, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2319", "exchange": "Hong Kong Stock Exchange", "lei": "2549005Q343BSJ8RSS21", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 17, "importance": 0.5039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
491 {"wikidata_id": "Q3038414", "display_name": "Doğan Holding Company", "legal_name": null, "aliases": [], "website": "https://www.doganholding.com.tr", "canonical_domain": "doganholding.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["asset-management", "manufacturing"], "industry_labels": [], "founded_year": 1980, "employees": 16467, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish conglomerate", "sitelinks": 11, "importance": 0.5018, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
492 {"wikidata_id": "Q1027454", "display_name": "Calpis", "legal_name": null, "aliases": ["Calpico"], "website": "https://www.calpis.info", "canonical_domain": "calpis.info", "country": "JP", "hq_city": "Azumabashi", "hq_region": "Sumida", "lat": 35.70944, "lon": 139.80322, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1948, "employees": 852, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1833890", "name": "Asahi Soft Drinks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CALPIS_logo.svg", "description": "Japanese company", "sitelinks": 17, "importance": 0.5016, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
493 {"wikidata_id": "Q7280388", "display_name": "Radica Games", "legal_name": null, "aliases": ["Radica Games Ltd."], "website": "https://radicagames.com", "canonical_domain": "radicagames.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["game industry", "electronics industry"], "founded_year": 1983, "employees": 2500, "public_company": true, "ticker": "RADA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct Hong Kong toy designer and manufacturer", "sitelinks": 5, "importance": 0.5016, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
494 {"wikidata_id": "Q116331", "display_name": "Reliance Infrastructure", "legal_name": null, "aliases": ["BSES", "Reliance Energy", "Reliance Infra"], "website": "https://www.rinfra.com", "canonical_domain": "rinfra.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 2002, "employees": 8988, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1374076", "parent": {"wikidata_id": "Q935150", "name": "Reliance Anil Dhirubhai Ambani Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reliance_Infrastructure.svg", "description": "engineering, construction conglomerate based in India", "sitelinks": 12, "importance": 0.5014, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
495 {"wikidata_id": "Q483231", "display_name": "HD Hyundai Heavy Industries", "legal_name": null, "aliases": ["Hyundai Heavy Industries", "Hyundai Shipbuilding & Heavy Industries"], "website": "https://www.hhi.co.kr", "canonical_domain": "hhi.co.kr", "country": "KR", "hq_city": "Ulsan", "hq_region": "South Gyeongsang", "lat": 35.55, "lon": 129.31667, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1972, "employees": 24400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65312870", "name": "HD Korea Shipbuilding & Offshore Engineering"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Heavy_Industries_logo_%28english%29.svg", "description": "South Korean shipbuilding manufacturer", "sitelinks": 28, "importance": 0.5003, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
496 {"wikidata_id": "Q844822", "display_name": "Shueisha", "legal_name": null, "aliases": ["Shūeisha", "Shueisha Inc."], "website": "https://www.shueisha.co.jp", "canonical_domain": "shueisha.co.jp", "country": "JP", "hq_city": "Hitotsubashi", "hq_region": "Chiyoda", "lat": 35.69313, "lon": 139.75727, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1925, "employees": 812, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q785697", "name": "Shogakukan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shueisha_Logo.svg", "description": "Japanese publishing company", "sitelinks": 45, "importance": 0.4995, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q64032797"}]}
497 {"wikidata_id": "Q41230", "display_name": "Islamic Development Bank", "legal_name": "البنك الإسلامي للتنمية", "aliases": ["IDB"], "website": "https://www.isdb.org", "canonical_domain": "isdb.org", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": 932, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q47543", "name": "Organisation of Islamic Cooperation"}, "logo_url": null, "description": "multilateral development financing institution located in Jeddah, Saudi Arabia", "sitelinks": 44, "importance": 0.4992, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
498 {"wikidata_id": "Q2002470", "display_name": "Turkish Aerospace Industries", "legal_name": null, "aliases": ["TAI", "Türk Havacılık ve Uzay Sanayi", "TUSAS", "TUSAŞ"], "website": "https://www.tusas.com", "canonical_domain": "tusas.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["telecommunications", "aerospace-defense"], "industry_labels": ["telecommunications", "national security", "aerospace industry"], "founded_year": 1973, "employees": 17000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tai_logo.png", "description": "aerospace manufacturer, largest aerospace company in Turkey", "sitelinks": 29, "importance": 0.4986, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
499 {"wikidata_id": "Q1064900", "display_name": "Asahi Broadcasting Group Holdings", "legal_name": "Asahi Broadcasting Group Holdings Corporation", "aliases": ["Asahi Broadcasting Corporation", "Ashai Broadcasting Corporation"], "website": "https://corp.asahi.co.jp", "canonical_domain": "asahi.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69386, "lon": 135.48839, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9405", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asahi_Broadcasting_Corporation_Logo.svg", "description": "regional radio and television broadcaster in Japan", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
500 {"wikidata_id": "Q1091203", "display_name": "Chubu Electric Power", "legal_name": null, "aliases": ["Chūbu Denryoku Kabushiki Kaisha", "Chubu Electric Power Co.", "Inc.", "Chuden"], "website": "https://www.chuden.co.jp", "canonical_domain": "chuden.co.jp", "country": "JP", "hq_city": "Higashishin-chō", "hq_region": "Higashi-ku", "lat": 35.16997, "lon": 136.91378, "industries": ["energy"], "industry_labels": ["energy supply"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9502", "exchange": "Tokyo Stock Exchange", "lei": "529900A76GOP0PGNHT63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CHUBU_Electric_Power_logo.svg", "description": "Japanese company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
501 {"wikidata_id": "Q1157716", "display_name": "Daiwa Securities Group", "legal_name": null, "aliases": ["Daiwa"], "website": "https://www.daiwa-grp.jp", "canonical_domain": "daiwa-grp.jp", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["banking"], "industry_labels": ["investment bank"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "8601", "exchange": "Tokyo Stock Exchange", "lei": "353800WRC7Y23PWFJG38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiwa_Securities_Group_Logo.png", "description": "public company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
502 {"wikidata_id": "Q1187307", "display_name": "Rockchip", "legal_name": null, "aliases": ["Fuzhou Rockchip Electronics Co.", "Ltd."], "website": "https://www.rock-chips.com", "canonical_domain": "rock-chips.com", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "electronics industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "603893", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockchip%27s_logo.jpg", "description": "Chinese fabless semiconductor company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
503 {"wikidata_id": "Q15898172", "display_name": "Zhihu", "legal_name": null, "aliases": [], "website": "https://www.zhihu.com", "canonical_domain": "zhihu.com", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["internet"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "ZH", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1835724", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zhihu_logo.svg", "description": "Chinese question-and-answer website", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
504 {"wikidata_id": "Q1853060", "display_name": "SANY Heavy Industry Co., Ltd", "legal_name": null, "aliases": ["SANY"], "website": "https://www.sanygroup.com", "canonical_domain": "sanygroup.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "600031", "exchange": "Shanghai Stock Exchange", "lei": "254900BKG9FQLCKFVK72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SANY_Group_logo.svg", "description": "Chinese heavy machinary company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
505 {"wikidata_id": "Q185564", "display_name": "S-Oil", "legal_name": "S-Oil Corporation", "aliases": ["Ssangyong Oil"], "website": "https://www.s-oil.com", "canonical_domain": "s-oil.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "010950", "exchange": "Korean Stock Exchange", "lei": "988400QTUXYDN8W3MZ32", "sec_cik": null, "parent": {"wikidata_id": "Q679322", "name": "Saudi Aramco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/S-OIL_Logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
506 {"wikidata_id": "Q1925799", "display_name": "Metropolitan Bank and Trust Company", "legal_name": null, "aliases": ["Metrobank"], "website": "https://www.metrobank.com.ph", "canonical_domain": "metrobank.com.ph", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "MBT", "exchange": "Philippine Stock Exchange", "lei": "549300SQYI82RVWFN715", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metropolitan_Bank_and_Trust_Company.svg", "description": "bank in the Philippines", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
507 {"wikidata_id": "Q2091479", "display_name": "Nice Ltd", "legal_name": "נייס בע\"מ", "aliases": [], "website": "https://www.nice.com", "canonical_domain": "nice.com", "country": "IL", "hq_city": "Ra'anana", "hq_region": "Petah Tikva (sub-district)", "lat": 32.18333, "lon": 34.86667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "NICE", "exchange": "Tel Aviv Stock Exchange", "lei": "254900YTY4EF5Z4W0A51", "sec_cik": "1003935", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nice_Logo_2.svg", "description": "surveillence and data analytics company in Israel", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
508 {"wikidata_id": "Q3082575", "display_name": "Kabuki-za", "legal_name": null, "aliases": ["Kabukiza", "Kabukiza theatre"], "website": "https://www.kabukiweb.net", "canonical_domain": "kabukiweb.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.66972, "lon": 139.76806, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "9661", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kabuki theatre in Tokyo", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
509 {"wikidata_id": "Q3630918", "display_name": "Bharat Electronics", "legal_name": null, "aliases": ["Bhārat ilekṭrawnik"], "website": "https://www.bel-india.in", "canonical_domain": "bel-india.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["defense", "media", "telecommunications", "aerospace-defense"], "industry_labels": ["electronic warfare", "software-defined radio", "software-defined networking", "telecommunications device", "aerospace industry", "electronics industry", "defence industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "BEL", "exchange": "National Stock Exchange of India", "lei": "984500AF53B3E2BI4926", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bel_logo.jpg", "description": "business enterprise", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
510 {"wikidata_id": "Q379592", "display_name": "Advanced Info Service", "legal_name": null, "aliases": ["AIS", "AiS khompitoon", "Aischaloem", "Advanced Info Service Public Company Limited", "Advanced Info Service Public Co.", "Ltd."], "website": "https://www.ais.co.th", "canonical_domain": "ais.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "ADVANC", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1630246", "name": "Intouch Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Advanced_Info_Service_logo.svg", "description": "Thai telecommunications company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
511 {"wikidata_id": "Q487230", "display_name": "Shinhan Bank", "legal_name": "Shinhan Bank Co., Ltd", "aliases": [], "website": "https://www.shinhan.com", "canonical_domain": "shinhan.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "055550", "exchange": "Korea Exchange (Stock Market)", "lei": "5493003P813VL21KG928", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinhan_Bank_Logo_%28ENG%29.svg", "description": "South Korean company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
512 {"wikidata_id": "Q494272", "display_name": "HiteJinro", "legal_name": null, "aliases": ["Hite", "Jinro", "하이트진로"], "website": "https://www.hitejinro.com", "canonical_domain": "hitejinro.com", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "000080", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16191970", "name": "HiteJinro Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jinro.co.jp.logo.png", "description": "South Korean beverage company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q490435"}]}
513 {"wikidata_id": "Q498662", "display_name": "Fuji Electric", "legal_name": null, "aliases": ["FE", "Fe", "Fuji Denki", "Fuji Denki Kabushiki-gaisha", "Fuji Electic Holdings", "Fuji Electric Co.", "Ltd.", "Fuji Electric Corp."], "website": "https://www.fujielectric.co.jp", "canonical_domain": "fujielectric.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": [], "industry_labels": ["electrical device"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "6504", "exchange": "Tokyo Stock Exchange", "lei": "5299000HVNGZZTYYM906", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuji_Electric_company_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
514 {"wikidata_id": "Q586260", "display_name": "Sojitz", "legal_name": null, "aliases": ["Sojitz Corporation", "Sojitz Corp.", "Sojitz Corp. (Japan)"], "website": "https://www.sojitz.com", "canonical_domain": "sojitz.com", "country": "JP", "hq_city": "Iino Building", "hq_region": "Uchisaiwaichō", "lat": 35.67097, "lon": 139.75278, "industries": ["manufacturing"], "industry_labels": ["conglomerate", "sōgō shōsha"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "2768", "exchange": "Tokyo Stock Exchange", "lei": "5493004SE33MRLPB1W98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sojitz.corporation.logor.gif", "description": "sogo shosha (general trading company) based in Tokyo, Japan", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
515 {"wikidata_id": "Q724186", "display_name": "Phoenix Television", "legal_name": null, "aliases": ["Fenghuang Weishi", "Phoenix News", "Phoenix Satellite Television Holdings Limited", "Phoenix TV"], "website": "https://www.phoenixtv.com", "canonical_domain": "phoenixtv.com", "country": "CN", "hq_city": "Tai Po District", "hq_region": "Hong Kong", "lat": 22.4508, "lon": 114.164, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "2008", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "State-owned television network", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
516 {"wikidata_id": "Q7538148", "display_name": "Skyworth", "legal_name": null, "aliases": ["Hong Kong Skyworth Digital Holdings Co.", "Ltd.", "Skyworth Digital Technology (Shenzhen) Co.", "Ltd"], "website": "https://www.skyworth.com", "canonical_domain": "skyworth.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "0751", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Skyworth.svg", "description": "business enterprise", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
517 {"wikidata_id": "Q8007810", "display_name": "Huayi Brothers", "legal_name": null, "aliases": ["Huayi Brothers Advertising", "Huayi Brothers Media Corp.", "Huayi Brothers Pictures"], "website": "https://www.huayimedia.com", "canonical_domain": "huayimedia.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "300027", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese film production company, record label and talent agency", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
518 {"wikidata_id": "Q861340", "display_name": "Vanke", "legal_name": null, "aliases": ["Wanke", "China Vanke Co.", "Ltd."], "website": "https://www.vanke.com", "canonical_domain": "vanke.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000002", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073501", "name": "China Resources"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vanke_logo_%282018%29.svg", "description": "Chinese real estate developer", "sitelinks": 16, "importance": 0.4979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
519 {"wikidata_id": "Q730179", "display_name": "Toei Animation", "legal_name": null, "aliases": [], "website": "https://toei-anim.co.jp", "canonical_domain": "toei-anim.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["entertainment", "gaming"], "industry_labels": ["film industry", "anime industry", "video game industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1066018", "name": "Toei Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toei_Animation_Logo.png", "description": "Japanese animation studio", "sitelinks": 43, "importance": 0.4978, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
520 {"wikidata_id": "Q154610", "display_name": "Rafael Advanced Defense Systems", "legal_name": "Rafael Advanced Defense Systems Ltd.", "aliases": ["Raphael", "RAFAEL", "RAFAEL Armament Development Authority", "Rephael"], "website": "https://www.rafael.co.il", "canonical_domain": "rafael.co.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1948, "employees": 8000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GTHDKIZL3XIO17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RAFAEL_logo.png", "description": "Israeli defense technology company", "sitelinks": 32, "importance": 0.4977, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
521 {"wikidata_id": "Q1154956", "display_name": "DP World", "legal_name": null, "aliases": ["Dubai Ports World"], "website": "https://www.dpworld.com", "canonical_domain": "dpworld.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2005, "employees": 100000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1060209", "name": "Dubai World"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DP_World_2021_logo.svg", "description": "Emirati multinational logistics company", "sitelinks": 22, "importance": 0.4963, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
522 {"wikidata_id": "Q697675", "display_name": "Gigabyte Technology", "legal_name": null, "aliases": [], "website": "https://www.gigabyte.com", "canonical_domain": "gigabyte.com", "country": "TW", "hq_city": "Xindian District", "hq_region": "New Taipei City", "lat": 24.95, "lon": 121.53333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1986, "employees": 7100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gigabyte_Technology_Logo.svg", "description": "Taiwanese electronics company", "sitelinks": 32, "importance": 0.496, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
523 {"wikidata_id": "Q461631", "display_name": "iranair.com", "legal_name": null, "aliases": ["IRA", "IR", "Iran Airlines", "Iran Airways", "Iran national airlines", "Iranair", "Iran Air Tour"], "website": "https://www.iranair.com", "canonical_domain": "iranair.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iran_Air_logo.svg", "description": "flag carrier airline of the Islamic Republic of Iran", "sitelinks": 42, "importance": 0.4954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
524 {"wikidata_id": "Q497193", "display_name": "GM Korea", "legal_name": null, "aliases": ["General Motors Korea", "GM Daewoo", "한국GM"], "website": "https://www.gm-korea.co.kr", "canonical_domain": "gm-korea.co.kr", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": 9200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Motors_%282021%29.svg", "description": "South Korean subsidiary of General Motors", "sitelinks": 30, "importance": 0.4931, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
525 {"wikidata_id": "Q848490", "display_name": "Roland Corporation", "legal_name": null, "aliases": ["Roland", "Roland Corp."], "website": "https://www.roland.com", "canonical_domain": "roland.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["consumer-goods", "software"], "industry_labels": ["musical instrument maker", "software industry"], "founded_year": 1972, "employees": 3060, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roland_Corporation_logo.svg", "description": "Japanese audiovisual equipment company", "sitelinks": 35, "importance": 0.4929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
526 {"wikidata_id": "Q726081", "display_name": "Kodansha", "legal_name": null, "aliases": ["Kōdansha", "Kodansha Ltd."], "website": "https://www.kodansha.co.jp", "canonical_domain": "kodansha.co.jp", "country": "JP", "hq_city": "Otowa", "hq_region": "Bunkyō-ku", "lat": 35.71597, "lon": 139.72885, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1909, "employees": 945, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K%C5%8Ddansha_logo.svg", "description": "Japanese publishing company", "sitelinks": 41, "importance": 0.4921, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
527 {"wikidata_id": "Q11320256", "display_name": "DeNA", "legal_name": null, "aliases": ["DeNA Co.", "Ltd."], "website": "https://dena.com", "canonical_domain": "dena.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2432", "exchange": "Tokyo Stock Exchange", "lei": "529900T9JQP7I5LDY154", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DeNA_Co_logo.svg", "description": "provider of mobile portals and e-commerce websites based in Japan", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
528 {"wikidata_id": "Q1184087", "display_name": "Delek Group Ltd.", "legal_name": "קבוצת דלק בע\"מ", "aliases": ["Delek"], "website": "https://delek.co.il", "canonical_domain": "delek.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "DLEKG", "exchange": "Tel Aviv Stock Exchange", "lei": "213800CYKA4XE2HZZB09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flad_of_Delek_2000.svg", "description": "Israeli conglomerate", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
529 {"wikidata_id": "Q1232514", "display_name": "Resona Holdings", "legal_name": "株式会社りそなホールディングス", "aliases": ["Inc."], "website": "https://www.resona-gr.co.jp", "canonical_domain": "resona-gr.co.jp", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.67281, "lon": 139.81728, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "8308", "exchange": "Tokyo Stock Exchange", "lei": "52990067JE75XZCYYT81", "sec_cik": "1447391", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Resona_Group_Logo.svg", "description": "Japanese holding company of Resona Group", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
530 {"wikidata_id": "Q13424955", "display_name": "Fantagio", "legal_name": null, "aliases": [], "website": "https://www.fantagio.kr", "canonical_domain": "fantagio.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.51829, "lon": 127.05096, "industries": ["entertainment"], "industry_labels": ["phonographic industry", "entertainment industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "032800", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fantagio_logo.png", "description": "South Korean entertainment management company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
531 {"wikidata_id": "Q1351484", "display_name": "Tokyo Electron", "legal_name": null, "aliases": ["TEL", "Tokyo Electron Kabushiki-gaisha", "Tokyo Electron Laboratories", "TOKYO ELECTRON LIMITED (Tokyo)"], "website": "https://www.tel.com", "canonical_domain": "tel.com", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "8035", "exchange": "Tokyo Stock Exchange", "lei": "549300H5LSF8DP3RIJ34", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_Electron_logo.svg", "description": "Japanese electronics manufacturer", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
532 {"wikidata_id": "Q1518607", "display_name": "Kweichow Moutai Company", "legal_name": null, "aliases": ["Kweichow Moutai", "Kweichow Moutai Co Ltd"], "website": "https://www.moutaichina.com", "canonical_domain": "moutaichina.com", "country": "CN", "hq_city": "Renhuai", "hq_region": "Zunyi", "lat": 27.81161, "lon": 106.41328, "industries": [], "industry_labels": ["alcohol industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "600519", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Renhuai, Zunyi, Guizhou, China", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
533 {"wikidata_id": "Q15304350", "display_name": "ThaiBev", "legal_name": null, "aliases": ["Thai Beverage", "Thai Beverage PCL.", "Thai Beverage Public Co.", "Ltd", "Thai Beverage Public Company Limited", "Thai Beverage Public Co.", "Ltd."], "website": "https://www.thaibev.com", "canonical_domain": "thaibev.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "Y92", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai beverage company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
534 {"wikidata_id": "Q1585610", "display_name": "Keppel Ltd.", "legal_name": null, "aliases": [], "website": "https://www.keppel.com", "canonical_domain": "keppel.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "KPELY", "exchange": "OTC Markets Group", "lei": "254900SQ7IPDOY6IDW33", "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keppel_Corporation_Logo.svg", "description": "company in Singapore", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
535 {"wikidata_id": "Q1592306", "display_name": "Kinki Sharyo", "legal_name": null, "aliases": [], "website": "https://www.kinkisharyo.co.jp", "canonical_domain": "kinkisharyo.co.jp", "country": "JP", "hq_city": "Higashiōsaka-shi", "hq_region": "Osaka Prefecture", "lat": 34.67936, "lon": 135.60089, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "7122", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kinki_Sharyo_logo.svg", "description": "Japanese rolling stock manufacturer", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
536 {"wikidata_id": "Q1655008", "display_name": "ITC Limited", "legal_name": null, "aliases": ["ITC", "Imperial Tobacco Company of India Limited"], "website": "https://www.itcportal.com", "canonical_domain": "itcportal.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "ITC", "exchange": "National Stock Exchange of India", "lei": "335800WLOU3OFWFTMP43", "sec_cik": null, "parent": {"wikidata_id": "Q2767170", "name": "Life Insurance Corporation of India"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITC_Limited_Logo.svg", "description": "Indian company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
537 {"wikidata_id": "Q1742118", "display_name": "Kingdom Holding Company", "legal_name": "شركة المملكة القابضة", "aliases": ["KHC"], "website": "https://www.kingdom.com.sa", "canonical_domain": "kingdom.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4280", "exchange": "Saudi Stock Exchange", "lei": "549300ZFG0YO58NZON90", "sec_cik": null, "parent": null, "logo_url": null, "description": "investment holding company based in Riyadh, Saudi Arabia", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
538 {"wikidata_id": "Q1859143", "display_name": "VTech", "legal_name": null, "aliases": ["Video Technology Limited", "VTech Holdings"], "website": "https://kythuatvtech.com", "canonical_domain": "kythuatvtech.com", "country": "CN", "hq_city": "Tai Po District", "hq_region": "Hong Kong", "lat": 22.4508, "lon": 114.164, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "0303", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vtech_logo.svg", "description": "Hong Kong-based global supplier of electronic learning products", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
539 {"wikidata_id": "Q1895661", "display_name": "Suning.com", "legal_name": null, "aliases": ["Suning Appliance Group"], "website": "https://www.suning.com", "canonical_domain": "suning.com", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "002024", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suning_Group_Logo.png", "description": "Chinese retail company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
540 {"wikidata_id": "Q1994975", "display_name": "Ayala Corporation", "legal_name": null, "aliases": [], "website": "https://www.ayala.com.ph", "canonical_domain": "ayala.com.ph", "country": "PH", "hq_city": "Makati City, Metro Manila", "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["asset-management"], "industry_labels": ["activities of holding companies"], "founded_year": 1834, "employees": null, "public_company": true, "ticker": "AC", "exchange": "Philippine Stock Exchange", "lei": "254900QJ68UH8GKNGI69", "sec_cik": "1398500", "parent": null, "logo_url": null, "description": "publicly listed holding company for the diversified interests of the Ayala Group", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1398500", "enriched_at": "2026-09-12T09:35:00+00:00"}}
541 {"wikidata_id": "Q2060769", "display_name": "Beijing Yanjing Brewery", "legal_name": null, "aliases": ["Beijing Yanjing Brewery Co.", "Ltd.", "Yanjing Beer"], "website": "https://www.yanjing.com.cn", "canonical_domain": "yanjing.com.cn", "country": "CN", "hq_city": "Shunyi District", "hq_region": "Beijing", "lat": 40.12917, "lon": 116.64836, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "000729", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in Shunyi, Beijing", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
542 {"wikidata_id": "Q2096434", "display_name": "UzAuto Motors", "legal_name": null, "aliases": [], "website": "https://uzautomotors.com", "canonical_domain": "uzautomotors.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "UZMT", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12829589", "name": "Government of Uzbekistan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uzauto-motors-logo.jpg", "description": "automobile manufacturer in Uzbekistan", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
543 {"wikidata_id": "Q2216770", "display_name": "Idemitsu Kosan", "legal_name": null, "aliases": ["Idemitsu", "Idemitsu Kosan Co.", "Ltd. (Chiyoda-ku)"], "website": "https://www.idemitsu.com", "canonical_domain": "idemitsu.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "5019", "exchange": "Tokyo Stock Exchange", "lei": "549300P0R46FF6DUA630", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Idemitsu_Kosan_wordmark.svg", "description": "Japanese petroleum company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
544 {"wikidata_id": "Q3046561", "display_name": "Public Bank Berhad", "legal_name": null, "aliases": ["Public Bank Bhd."], "website": "https://publicbankgroup.com", "canonical_domain": "publicbankgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "1295", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank based in Kuala Lumpur, Malaysia", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
545 {"wikidata_id": "Q3178370", "display_name": "Taisei Corporation", "legal_name": null, "aliases": ["Taisei Construction Company", "Ltd.", "Taisei Kensetsu"], "website": "https://www.taisei.co.jp", "canonical_domain": "taisei.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "1801", "exchange": "Tokyo Stock Exchange", "lei": "529900TF7XJKIOWMLQ79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taisei_logo.svg", "description": "Japanese corporation", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
546 {"wikidata_id": "Q3288834", "display_name": "Shoei", "legal_name": null, "aliases": ["Shoei Co.", "Ltd"], "website": "https://www.shoei.com", "canonical_domain": "shoei.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "78390", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shoei_logo.jpg", "description": "Japanese manufacturer of motorsport helmets", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
547 {"wikidata_id": "Q3518961", "display_name": "Terumo", "legal_name": null, "aliases": ["Sekisen Ken-onki Corporation", "TERUMO", "Terumo Kabushiki-gaisha"], "website": "https://www.terumo.co.jp", "canonical_domain": "terumo.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["medical-devices"], "industry_labels": ["medical device"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "4543", "exchange": "Tokyo Stock Exchange", "lei": "353800JX1R4582QVK932", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Terumo.svg", "description": "a company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
548 {"wikidata_id": "Q3530250", "display_name": "Bharat Dynamics Limited", "legal_name": null, "aliases": ["BDL", "Bharat Dynamics"], "website": "https://bdl-india.in", "canonical_domain": "bdl-india.in", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "BDL", "exchange": "National Stock Exchange of India", "lei": "335800B99NHE5ZGSGR16", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian public sector armament manufacturer", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
549 {"wikidata_id": "Q3543983", "display_name": "Globe Telecom", "legal_name": null, "aliases": ["Globe", "GLOBE", "Globe Telecom Inc."], "website": "https://www.globe.com.ph", "canonical_domain": "globe.com.ph", "country": "PH", "hq_city": "Manila Philippines", "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "zero-rating", "mobile phone industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "GTMEY", "exchange": "OTC Markets Group", "lei": "254900GPWI1816YIM923", "sec_cik": "1096692", "parent": {"wikidata_id": "Q14647", "name": "Sun Microsystems"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Globe_Telecom_logo.svg", "description": "Filipino telecommunications company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1096692", "enriched_at": "2026-09-12T09:35:01+00:00"}}
550 {"wikidata_id": "Q39146", "display_name": "Bank of Beijing", "legal_name": null, "aliases": ["Bank of Beijing Co.", "Ltd."], "website": "https://www.bankofbeijing.com.cn", "canonical_domain": "bankofbeijing.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601169", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank based in Beijing, China", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
551 {"wikidata_id": "Q4036041", "display_name": "Changhong", "legal_name": null, "aliases": [], "website": "https://www.changhong.com", "canonical_domain": "changhong.com", "country": "CN", "hq_city": "Mianyang", "hq_region": "Sichuan", "lat": 31.46688, "lon": 104.73847, "industries": ["technology"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600839", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational consumer electronics and home appliances company based in China", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
552 {"wikidata_id": "Q517117", "display_name": "Shimadzu Corp.", "legal_name": "Shimadzu Corporation", "aliases": [], "website": "https://www.shimadzu.com", "canonical_domain": "shimadzu.com", "country": "JP", "hq_city": "Nakagyō Ward", "hq_region": "Kyoto", "lat": 35.01, "lon": 135.75139, "industries": [], "industry_labels": [], "founded_year": 1875, "employees": null, "public_company": true, "ticker": "7701", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shimadzu.jpg", "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
553 {"wikidata_id": "Q5642504", "display_name": "Halkbank", "legal_name": null, "aliases": ["Halk Bankası"], "website": "https://www.halkbank.com.tr", "canonical_domain": "halkbank.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "HALKB", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halkbank_logo.svg", "description": "Turkish public sector bank", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
554 {"wikidata_id": "Q613325", "display_name": "Murata Manufacturing", "legal_name": null, "aliases": ["Kabushiki-gaisha Murata Seisakusho", "Murata Manufacturing Co.", "Ltd.", "MURATA MANUFACTURING CO.", "LTD. (Kyoto)"], "website": "https://www.murata.com", "canonical_domain": "murata.com", "country": "JP", "hq_city": "Nagaokakyō-shi", "hq_region": "Kyoto Prefecture", "lat": 34.92681, "lon": 135.69575, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6981", "exchange": "Tokyo Stock Exchange", "lei": "529900QZG6DL8ZRI7140", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_muRata.svg", "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
555 {"wikidata_id": "Q7168080", "display_name": "pwrd.com", "legal_name": null, "aliases": [], "website": "https://www.pwrd.com", "canonical_domain": "pwrd.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "002624", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Perfect_World_Logo.svg", "description": "Chinese video game company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
556 {"wikidata_id": "Q7267707", "display_name": "Qihoo 360", "legal_name": null, "aliases": [], "website": "https://www.360.cn", "canonical_domain": "360.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "601360", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese software company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
557 {"wikidata_id": "Q750131", "display_name": "Shanghai International Port", "legal_name": null, "aliases": [], "website": "https://www.portshanghai.com.cn", "canonical_domain": "portshanghai.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["transportation"], "industry_labels": ["port"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "600018", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shanghai_International_Port_Group_logo.svg", "description": "Chinese company", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
558 {"wikidata_id": "Q806639", "display_name": "Bank Mandiri", "legal_name": "PT Bank Mandiri (Persero) Tbk", "aliases": ["BMRI", "Bank Mandiri (Persero)", "PT Bank Mandiri Tbk"], "website": "https://www.bankmandiri.co.id", "canonical_domain": "bankmandiri.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "BMRI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Mandiri_logo_2016.svg", "description": "Indonesian bank", "sitelinks": 15, "importance": 0.4915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
559 {"wikidata_id": "Q53293", "display_name": "Nissin Food Products", "legal_name": "中交総社", "aliases": ["Chuko Sosha", "Nissin Foods"], "website": "https://www.nissin.com", "canonical_domain": "nissin.com", "country": "JP", "hq_city": "Nishinakajima", "hq_region": "Yodogawa-ku", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1958, "employees": 7408, "public_company": false, "ticker": null, "exchange": null, "lei": "529900YMZMNSHC1W6V41", "sec_cik": null, "parent": {"wikidata_id": "Q18341667", "name": "Nissin Foods Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissin_FH_Logo.svg", "description": "Japanese company, originally, a small family-run company producing salt", "sitelinks": 30, "importance": 0.49, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
560 {"wikidata_id": "Q494168", "display_name": "Renault Korea Motors", "legal_name": null, "aliases": ["Renault Korea", "Renault Samsung"], "website": "https://www.renaultkoream.com", "canonical_domain": "renaultkoream.com", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": 3638, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renault_2021.svg", "description": "South Korean car manufacturer", "sitelinks": 33, "importance": 0.4894, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
561 {"wikidata_id": "Q106621124", "display_name": "Zeekr", "legal_name": null, "aliases": ["Zhejiang Zeekr Intelligent Technology Co.", "Ltd."], "website": "https://zeekrlife.com", "canonical_domain": "zeekrlife.com", "country": "CN", "hq_city": "Ningbo", "hq_region": "Zhejiang", "lat": 29.875, "lon": 121.54917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2021, "employees": 16600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zeekr_logo.svg", "description": "Chinese high-end EV brand", "sitelinks": 26, "importance": 0.4872, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
562 {"wikidata_id": "Q621429", "display_name": "Dyson", "legal_name": null, "aliases": ["dyson", "Dyson Appliances Ltd.", "Dyson Limited", "Dyson Pte. Ltd."], "website": "https://www.dyson.com", "canonical_domain": "dyson.com", "country": "SG", "hq_city": "St James Power Station", "hq_region": null, "lat": 1.2647, "lon": 103.825, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1991, "employees": 7000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dyson_logo.svg", "description": "Technology company based in Singapore that designs and manufactures vacuum cleaners, hand dryers, bladeless fans and heaters", "sitelinks": 29, "importance": 0.4857, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
563 {"wikidata_id": "Q1038929", "display_name": "Ministop", "legal_name": null, "aliases": ["MINISTOP CO.", "LTD."], "website": "https://www.ministop.co.jp", "canonical_domain": "ministop.co.jp", "country": "JP", "hq_city": "AEON Tower", "hq_region": "Nakase", "lat": 35.6518, "lon": 140.038, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "9946", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MINISTOP_logo.svg", "description": "convenience store franchise chain in Japan", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
564 {"wikidata_id": "Q1090900", "display_name": "Goldwind", "legal_name": null, "aliases": ["Goldwind (China)"], "website": "https://www.goldwind.com", "canonical_domain": "goldwind.com", "country": "CN", "hq_city": "Ürümqi", "hq_region": "Xinjiang", "lat": 43.8225, "lon": 87.6125, "industries": ["renewables"], "industry_labels": ["wind power industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "002202", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goldwind_Logo.svg", "description": "Chinese multinational wind turbine manufacturer", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
565 {"wikidata_id": "Q1101230", "display_name": "Zojirushi Corporation", "legal_name": null, "aliases": ["Zojirushi"], "website": "https://www.zojirushi.co.jp", "canonical_domain": "zojirushi.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "7965", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
566 {"wikidata_id": "Q1131463", "display_name": "Tech Mahindra India", "legal_name": null, "aliases": ["Tech Mahindra", "Tech Mahindra Limited"], "website": "https://www.techmahindra.com", "canonical_domain": "techmahindra.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["consulting"], "industry_labels": ["consulting industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "TECHM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6734045", "name": "Mahindra Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tech_Mahindra_New_Logo.svg", "description": "Indian multinational company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
567 {"wikidata_id": "Q1141882", "display_name": "Taiyo Yuden", "legal_name": null, "aliases": ["Taiyō Yūden Kabushiki-gaisha"], "website": "https://www.ty-top.com", "canonical_domain": "ty-top.com", "country": "JP", "hq_city": "Kyōbashi", "hq_region": "Chūō", "lat": 35.67698, "lon": 139.77095, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "6976", "exchange": "Tokyo Stock Exchange", "lei": "353800V9G3X5PLB9AD43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taiyo_Yuden.svg", "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
568 {"wikidata_id": "Q1148521", "display_name": "VakıfBank", "legal_name": null, "aliases": [], "website": "https://www.vakifbank.com.tr", "canonical_domain": "vakifbank.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "VAKBN", "exchange": "Borsa Istanbul", "lei": "789000KAIHOLSQKQ9858", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vak%C4%B1fbank_logo.svg", "description": "Turkish public sector bank", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
569 {"wikidata_id": "Q1397713", "display_name": "Haima Automobile", "legal_name": null, "aliases": ["Haima Automobile Group Co.", "Ltd"], "website": "https://www.haima.com", "canonical_domain": "haima.com", "country": "CN", "hq_city": "Haikou", "hq_region": "Hainan", "lat": 31.23708, "lon": 121.69898, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000572", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automotive manufacturing company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
570 {"wikidata_id": "Q1482052", "display_name": "PCCW Limited", "legal_name": null, "aliases": ["Pacific Century Cyber Works", "Pacific Century Cyberworks Limited", "PCCW"], "website": "https://www.pccw.com", "canonical_domain": "pccw.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "0008", "exchange": "Hong Kong Stock Exchange", "lei": "254900SI7GPUPA1TJX39", "sec_cik": null, "parent": {"wikidata_id": "Q4046285", "name": "Pacific Century Group"}, "logo_url": null, "description": "Hong Kong telecommunications company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
571 {"wikidata_id": "Q1518238", "display_name": "The Saudi National Bank", "legal_name": "البنك الأهلي السعودي", "aliases": ["National Commercial Bank", "Saudi National Bank"], "website": "https://www.alahli.com", "canonical_domain": "alahli.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "1180", "exchange": "Saudi Stock Exchange", "lei": "5586006ZEFQ542K7CY16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_National_Bank_Logo.svg", "description": "Saudi Arabian bank", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
572 {"wikidata_id": "Q1595443", "display_name": "Hua Xia Bank", "legal_name": null, "aliases": [], "website": "https://www.hxb.com.cn", "canonical_domain": "hxb.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600015", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
573 {"wikidata_id": "Q1674598", "display_name": "The Israel Corporation Ltd.", "legal_name": "החברה לישראל בע\"מ", "aliases": [], "website": "https://www.israelcorp.com", "canonical_domain": "israelcorp.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ILCO", "exchange": "Tel Aviv Stock Exchange", "lei": "213800VASRTF37M7LO42", "sec_cik": null, "parent": {"wikidata_id": "Q18617091", "name": "Millenium Investments Elad"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IsraelCorp.svg", "description": "Israeli holding company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
574 {"wikidata_id": "Q1813910", "display_name": "Tokyo Gas", "legal_name": null, "aliases": ["Tokyo Gas Co.", "Ltd.", "Tōkyō Gasu Kabushiki-gaisha"], "website": "https://www.tokyo-gas.co.jp", "canonical_domain": "tokyo-gas.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["oil-gas"], "industry_labels": ["natural gas field"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "9531", "exchange": "Tokyo Stock Exchange", "lei": "353800678EIJLOQSWZ83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_gas_logo.svg", "description": "Japanese natural gas utility", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
575 {"wikidata_id": "Q1961495", "display_name": "NSK Ltd.", "legal_name": null, "aliases": ["Nippon Seikō Kabushiki-gaisha"], "website": "https://www.nsk.com", "canonical_domain": "nsk.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "6471", "exchange": "Tokyo Stock Exchange", "lei": "353800FVQK6SULSPBC69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NSK_Logo.svg", "description": "Japanese manufacturer of bearings", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
576 {"wikidata_id": "Q2211731", "display_name": "Paz Retail And Energy", "legal_name": "פז חברת הנפט בע\"מ", "aliases": ["Paz Energy", "Paz Oil Company Ltd."], "website": "https://www.paz.co.il", "canonical_domain": "paz.co.il", "country": "IL", "hq_city": "Yakum", "hq_region": "Hof HaSharon Regional Council", "lat": 32.2475, "lon": 34.8425, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "PZOL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PazCo_Logo.svg", "description": "Israeli energy company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
577 {"wikidata_id": "Q2393592", "display_name": "Indosat Ooredoo Hutchison", "legal_name": "PT Indosat Tbk", "aliases": ["ISAT", "IOH"], "website": "https://indosatooredoo.com", "canonical_domain": "indosatooredoo.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications", "transportation"], "industry_labels": ["telecommunications industry", "mobile phone industry", "infrastructure industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "ISAT", "exchange": "Indonesia Stock Exchange", "lei": "254900YJOUDT9FUSHL33", "sec_cik": "929700", "parent": {"wikidata_id": "Q919935", "name": "Ooredoo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indosat_Ooredoo_Hutchison.svg", "description": "Indonesian telecommunication company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
578 {"wikidata_id": "Q2627330", "display_name": "Maxis Communications", "legal_name": null, "aliases": ["MAXIS BERHAD", "Maxis Berhad", "Maxis Bhd."], "website": "https://www.maxis.com.my", "canonical_domain": "maxis.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "6012", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7901687", "name": "Usaha Tegas"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maxis-logo.png", "description": "Malaysian mobile network operator", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
579 {"wikidata_id": "Q2723075", "display_name": "Dabur", "legal_name": null, "aliases": [], "website": "https://www.dabur.com", "canonical_domain": "dabur.com", "country": "IN", "hq_city": "Ghaziabad", "hq_region": "Ghaziabad district", "lat": 28.66667, "lon": 77.41667, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "DABUR", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian manufacturer", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
580 {"wikidata_id": "Q282090", "display_name": "Ikegami Tsushinki", "legal_name": null, "aliases": ["Ikegami Tsūshinki K.K."], "website": "https://www.ikegami.co.jp", "canonical_domain": "ikegami.co.jp", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["technology", "gaming"], "industry_labels": ["electronics", "video game industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6771", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q49125", "name": "Toshiba"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ikegami_Tsushinki_logo.svg", "description": "manufacturer of television equipment", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
581 {"wikidata_id": "Q3082112", "display_name": "Mitsumi", "legal_name": null, "aliases": ["Mitsumi Denki", "Mitsumi Denki Kabushiki-gaisha", "Mitsumi Electric"], "website": "https://www.mitsumi.co.jp", "canonical_domain": "mitsumi.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6767", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsumi_Electric_company_logo.svg", "description": "Japanese manufacturer of consumer electronic components", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
582 {"wikidata_id": "Q3341241", "display_name": "Nidec", "legal_name": "Nidec Corporation", "aliases": ["Nihon Densan Kabushiki-gaisha"], "website": "https://www.nidec.com", "canonical_domain": "nidec.com", "country": "JP", "hq_city": "Minami-ku", "hq_region": "Kyoto", "lat": 34.97667, "lon": 135.74667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "6594", "exchange": "Tokyo Stock Exchange", "lei": "353800IF171MZTNL6Y31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nidec_company_logo.svg", "description": "Japanese electric motor company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q1820376"}, {"related_domain_conflict": "Q1989911"}, {"related_domain_conflict": "Q3071783"}]}
583 {"wikidata_id": "Q487590", "display_name": "Yonhap Television News", "legal_name": "주식회사 와이티엔", "aliases": ["YTN"], "website": "https://ytn.co.kr", "canonical_domain": "ytn.co.kr", "country": "KR", "hq_city": "YTN Newsquare", "hq_region": "Mapo District", "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "040300", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YTN_logo_2014.svg", "description": "South Korean news channel", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
584 {"wikidata_id": "Q5972314", "display_name": "zoomlion.com", "legal_name": null, "aliases": [], "website": "https://www.zoomlion.com", "canonical_domain": "zoomlion.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000157", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese construction and sanitation company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
585 {"wikidata_id": "Q6429482", "display_name": "Konka Group", "legal_name": null, "aliases": [], "website": "https://www.konka.com", "canonical_domain": "konka.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "000016", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese electronics and appliances company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
586 {"wikidata_id": "Q6451272", "display_name": "CJ Cheil Jedang", "legal_name": "CJ CheilJedang Corporation", "aliases": [], "website": "https://cj.co.kr", "canonical_domain": "cj.co.kr", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "097950", "exchange": "Korean Stock Exchange", "lei": "9884008938PK154I3A92", "sec_cik": null, "parent": {"wikidata_id": "Q16165708", "name": "CJ Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cheil_Jedang_logo.png", "description": "South Korean company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
587 {"wikidata_id": "Q682174", "display_name": "Nippon Sharyo", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.n-sharyo.co.jp", "canonical_domain": "n-sharyo.co.jp", "country": "JP", "hq_city": "Atsuta-ku", "hq_region": "Nagoya", "lat": 35.12844, "lon": 136.91036, "industries": ["automotive", "manufacturing"], "industry_labels": ["rail vehicle manufacturer", "locomotive manufacturing"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "7102", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q513679", "name": "Central Japan Railway Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIPPON_SHARYO_Logo.png", "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
588 {"wikidata_id": "Q698024", "display_name": "CPC Corporation, Taiwan", "legal_name": null, "aliases": ["CPC", "Chinese Petroleum Corporation", "CPC Corporation"], "website": "https://www.cpc.com.tw", "canonical_domain": "cpc.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "1314", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPC_Corporation%2C_Taiwan_Seal.svg", "description": "Taiwan oil company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
589 {"wikidata_id": "Q716457", "display_name": "Toyota Tsusho", "legal_name": "豐田通商株式会社", "aliases": ["Toyota Tsusho Corp", "Toyota Tsusho Corporation"], "website": "https://www.toyota-tsusho.com", "canonical_domain": "toyota-tsusho.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8015", "exchange": "Tokyo Stock Exchange", "lei": "549300CEE2ENIUJNXB84", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
590 {"wikidata_id": "Q7440544", "display_name": "StarHub", "legal_name": null, "aliases": ["StarHub Limited", "StarHub Ltd"], "website": "https://www.starhub.com", "canonical_domain": "starhub.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "SRHBF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Singapore", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
591 {"wikidata_id": "Q7524930", "display_name": "Sinopharm Group", "legal_name": null, "aliases": [], "website": "https://www.sinopharmgroup.com.cn", "canonical_domain": "sinopharmgroup.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "1099", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27892807", "name": "Sinopharm"}, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
592 {"wikidata_id": "Q806679", "display_name": "Bank of East Asia", "legal_name": null, "aliases": [], "website": "https://www.hkbea.com", "canonical_domain": "hkbea.com", "country": "CN", "hq_city": "Central", "hq_region": "Central and Western District", "lat": 22.28194, "lon": 114.15806, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "0023", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_East_Asia_Logo.svg", "description": "Hong Kong-based bank", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
593 {"wikidata_id": "Q906055", "display_name": "Orix", "legal_name": null, "aliases": ["Orix Corporation"], "website": "https://www.orix.co.jp", "canonical_domain": "orix.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "8591", "exchange": "Tokyo Stock Exchange", "lei": "35380016EMHNBOVYE123", "sec_cik": "1070304", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ORIX_Logo.svg", "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
594 {"wikidata_id": "Q1156731", "display_name": "Mizuno Corporation", "legal_name": null, "aliases": ["Mizuno", "Mizuno Corp.", "R.K. Mizuno"], "website": "https://corp.mizuno.com", "canonical_domain": "mizuno.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1906, "employees": 5808, "public_company": false, "ticker": null, "exchange": null, "lei": "353800HVH84K5YH37819", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MIZUNO_logo.svg", "description": "Japanese sports equipment and sportswear company", "sitelinks": 29, "importance": 0.483, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
595 {"wikidata_id": "Q714335", "display_name": "BenQ", "legal_name": null, "aliases": ["BenQ Corporation"], "website": "https://benq.com", "canonical_domain": "benq.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["manufacturing"], "industry_labels": ["electrical industry"], "founded_year": 1984, "employees": 1539, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10886968", "name": "Qisda"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BenQ_2012_logo.svg", "description": "Taiwanese electronics company", "sitelinks": 35, "importance": 0.483, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
596 {"wikidata_id": "Q125470407", "display_name": "Airalo", "legal_name": null, "aliases": ["airalo", "airalocom"], "website": "https://www.airalo.com", "canonical_domain": "airalo.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2019, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airalo_logo.svg", "description": "eSIM marketplace and connectivity services aggregator", "sitelinks": 46, "importance": 0.4815, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
597 {"wikidata_id": "Q11079561", "display_name": "Damai Entertainment", "legal_name": null, "aliases": ["Alibaba Pictures", "Alibaba Pictures Group Limited", "Damai Entertainment Holding Limited"], "website": "https://www.damaiholdings.com", "canonical_domain": "damaiholdings.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "1060", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": null, "description": "Chinese film company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
598 {"wikidata_id": "Q1231406", "display_name": "Yili Group", "legal_name": null, "aliases": ["Yīlì Jítuán"], "website": "https://www.yili.com", "canonical_domain": "yili.com", "country": "CN", "hq_city": "Hohhot", "hq_region": "Inner Mongolia", "lat": 40.81507, "lon": 111.66293, "industries": ["food-beverage"], "industry_labels": ["dairy"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600887", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yili_Logo.png", "description": "Chinese company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
599 {"wikidata_id": "Q1527826", "display_name": "TMBThanachart Bank PCL.", "legal_name": null, "aliases": ["ttb", "TTB Bank", "Tmbthanachart Bank", "Tmbthanachart Bank Public Company Limited", "Tmbthanachart Bank Public Co.", "Ltd."], "website": "https://www.ttbbank.com", "canonical_domain": "ttbbank.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "TTB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q645708", "name": "ING Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TMB_Bank_Logo.svg", "description": "Private Corporation Limiteds Types of Government Banking Institution (A member of Finance Institutions Group's of Thailand)", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
600 {"wikidata_id": "Q2722179", "display_name": "Advantest", "legal_name": null, "aliases": ["Advantest Corporation", "Takeda Riken Industry Co.", "Ltd."], "website": "https://www.advantest.com", "canonical_domain": "advantest.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6857", "exchange": "Tokyo Stock Exchange", "lei": "353800EMK32PDKS9XR54", "sec_cik": "1158838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADVANTEST_company_logos.svg", "description": "Japanese integrated circuit testing equipment manufacturer", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1158838", "enriched_at": "2026-09-12T09:35:01+00:00"}}
601 {"wikidata_id": "Q2777497", "display_name": "First International Bank Of Israel Ltd.", "legal_name": "הבנק הבינלאומי הראשון לישראל בע''מ", "aliases": [], "website": "https://online.fibi.co.il", "canonical_domain": "fibi.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "FIBI", "exchange": "Tel Aviv Stock Exchange", "lei": "2138002RV6AUUX19F397", "sec_cik": null, "parent": {"wikidata_id": "Q6959300", "name": "F.i.b.i. Holdings Ltd."}, "logo_url": null, "description": "Israeli bank founded in 1972", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
602 {"wikidata_id": "Q3719328", "display_name": "ST Engineering", "legal_name": null, "aliases": ["STEG", "Singapore Technologies Engineering Ltd", "ST Engg"], "website": "https://www.stengg.com", "canonical_domain": "stengg.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["aerospace-defense", "technology", "defense"], "industry_labels": ["aerospace manufacturer", "electronics industry", "defence industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "SGGKF", "exchange": "OTC Markets Group", "lei": "254900OEXGGWCR24DG90", "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": null, "description": "Global technology, defense, and engineering group headquartered in Singapore", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
603 {"wikidata_id": "Q384730", "display_name": "Obayashi Corporation", "legal_name": null, "aliases": ["Kabushiki-gaisha Ōbayashi Gumi"], "website": "https://www.obayashi.co.jp", "canonical_domain": "obayashi.co.jp", "country": "JP", "hq_city": "Shinagawa Intercity", "hq_region": "Kita-Shinagawa", "lat": 35.62689, "lon": 139.74197, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "1802", "exchange": "Tokyo Stock Exchange", "lei": "529900YT4O5S0LCXWD54", "sec_cik": "1446704", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Obayashi_logo.svg", "description": "Japanese construction company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
604 {"wikidata_id": "Q409075", "display_name": "Airports of Thailand", "legal_name": null, "aliases": ["AOT", "Airports of Thailand Public Company Limited", "Airports Of Thailand", "Airports Of Thailand Public Company Limited", "Airports Of Thailand Public Co.", "Ltd."], "website": "https://www.airportthai.co.th", "canonical_domain": "airportthai.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["transportation"], "industry_labels": ["fixed-base operator"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "AOT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airports_of_Thailand_Logo.svg", "description": "Thailand's state enterprise", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
605 {"wikidata_id": "Q4115012", "display_name": "Giordano", "legal_name": null, "aliases": ["International Limited"], "website": "https://www.giordano.com", "canonical_domain": "giordano.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "0709", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giordano.svg", "description": "Hong Kong-based retailer of men's, women's and children's quality apparel", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
606 {"wikidata_id": "Q656229", "display_name": "Bushiroad", "legal_name": null, "aliases": ["Bushiroad Inc."], "website": "https://en.bushiroad.com", "canonical_domain": "bushiroad.com", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "7803", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bushiroad_Logo.svg", "description": "Japanese entertainment company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
607 {"wikidata_id": "Q719628", "display_name": "Amuse", "legal_name": null, "aliases": ["Amuse Inc."], "website": "https://www.amuse.co.jp", "canonical_domain": "amuse.co.jp", "country": "JP", "hq_city": "Fujikawaguchiko", "hq_region": "Minamitsuru district", "lat": 35.50394, "lon": 138.68458, "industries": ["entertainment"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "4301", "exchange": "Tokyo Stock Exchange", "lei": "9695004TPUIQ9DQEVG35", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMUSE_Logo.svg", "description": "Japanese talent agency", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
608 {"wikidata_id": "Q7829730", "display_name": "Tower Semiconductor Ltd.", "legal_name": "טאואר סמיקונדקטור בע''מ", "aliases": ["TowerJazz"], "website": "https://www.towersemi.com", "canonical_domain": "towersemi.com", "country": "IL", "hq_city": "Migdal HaEmek", "hq_region": "Jezreel Subdistrict", "lat": 32.67861, "lon": 35.24444, "industries": ["semiconductors"], "industry_labels": ["semiconductor"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TSEM", "exchange": "Tel Aviv Stock Exchange", "lei": "54930086ZSNXZOUX0C54", "sec_cik": "928876", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-RGB%2Btag.jpg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
609 {"wikidata_id": "Q869251", "display_name": "Nishi-Nippon Railroad", "legal_name": "Nishi-Nippon Railroad Co., Ltd.", "aliases": ["NNR", "Nishitetsu"], "website": "https://www.nishitetsu.co.jp", "canonical_domain": "nishitetsu.co.jp", "country": "JP", "hq_city": "Hakata-ku", "hq_region": "Fukuoka", "lat": 33.59139, "lon": 130.41472, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "9031", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nishitetsu_logo_vector.svg", "description": "railway company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
610 {"wikidata_id": "Q1737636", "display_name": "Kcell", "legal_name": null, "aliases": ["Activ", "Vegaline"], "website": "https://www.kcell.kz", "canonical_domain": "kcell.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": 1612, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q862303", "name": "Telia Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kcell_wordmark.svg", "description": "Kazakh telecommunications company", "sitelinks": 12, "importance": 0.4766, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
611 {"wikidata_id": "Q372471", "display_name": "Wargaming", "legal_name": "Wargaming.net, Inc.", "aliases": ["WG", "Wargaming Group Limited", "Inc."], "website": "https://wargaming.com", "canonical_domain": "wargaming.com", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development company", "sitelinks": 28, "importance": 0.4758, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
612 {"wikidata_id": "Q6584353", "display_name": "Yamato Transport", "legal_name": "ヤマト運輸分割準備株式会社", "aliases": ["Yamato Transport Co.", "Ltd.", "Yamato Un'yu"], "website": "https://www.kuronekoyamato.co.jp", "canonical_domain": "kuronekoyamato.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["transportation"], "industry_labels": ["TRANSPORT"], "founded_year": 2005, "employees": 191172, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3571463", "name": "Yamato Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuroneko_Yamato_text_logo.png", "description": "Japanese delivery services company", "sitelinks": 16, "importance": 0.4739, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
613 {"wikidata_id": "Q59243", "display_name": "Hyundai Motor Group", "legal_name": null, "aliases": ["'''Hyundai Motor Group", "Hyundai Automotive Group"], "website": "https://www.hyundaimotorgroup.com", "canonical_domain": "hyundaimotorgroup.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Motor_Group_CI.svg", "description": "car manufacturer headquartered in Seoul, South Korea", "sitelinks": 34, "importance": 0.4738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
614 {"wikidata_id": "Q785697", "display_name": "Shogakukan", "legal_name": null, "aliases": ["Kabushiki-gaisha Shōgakukan", "Shōgakukan", "Shogakukan Inc.", "Shougakukan"], "website": "https://www.shogakukan.co.jp", "canonical_domain": "shogakukan.co.jp", "country": "JP", "hq_city": "Hitotsubashi", "hq_region": "Chiyoda", "lat": 35.69313, "lon": 139.75727, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1922, "employees": 707, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shogakukan_logo.svg", "description": "Japanese publishing company", "sitelinks": 35, "importance": 0.4717, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
615 {"wikidata_id": "Q687508", "display_name": "Trafigura", "legal_name": "Trafigura Group Pte Ltd", "aliases": ["Trafigura Pte Ltd", "Trafigura Group"], "website": "https://www.trafigura.com", "canonical_domain": "trafigura.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": 4316, "public_company": false, "ticker": null, "exchange": null, "lei": "549300Z2X1L1L3MID765", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trafiguralogo.jpg", "description": "Multinational commodities company domiciled in Singapore", "sitelinks": 27, "importance": 0.4715, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
616 {"wikidata_id": "Q368777", "display_name": "Hoya Corporation", "legal_name": null, "aliases": ["Hoya", "Hoya Kabushiki-gaisha"], "website": "https://www.hoya.com", "canonical_domain": "hoya.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1941, "employees": 34635, "public_company": false, "ticker": null, "exchange": null, "lei": "353800X4VR3BHEUCJB42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hoya_Corporation_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.4714, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
617 {"wikidata_id": "Q696003", "display_name": "Ziraat Bank", "legal_name": null, "aliases": ["Agricultural Bank", "Agricultural Bank of the Republic of Turkey", "Ziraat Bankası"], "website": "https://www.ziraatbank.com.tr", "canonical_domain": "ziraatbank.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1863, "employees": 24092, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28745990", "name": "Türkiye Wealth Fund"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ziraat_Bankas%C4%B1_2025_Logo.svg", "description": "Turkish public sector bank", "sitelinks": 21, "importance": 0.471, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
618 {"wikidata_id": "Q696338", "display_name": "Kwang Yang Motor", "legal_name": "Kwang Yang Motor Co, Ltd", "aliases": ["KYMCO"], "website": "https://www.kymco.com", "canonical_domain": "kymco.com", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1963, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KYMCO_logo.svg", "description": "Taiwanese motor vehicle company", "sitelinks": 28, "importance": 0.4699, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
619 {"wikidata_id": "Q28686397", "display_name": "miHoYo", "legal_name": null, "aliases": ["miHoYo Co.", "Ltd.", "miHoYo Entertainment", "miHoYo Entertainment Limited", "miHoYo Inc.", "miHoYo Limited", "miHoYo Studio"], "website": "https://www.mihoyo.com", "canonical_domain": "mihoyo.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video game developer", "sitelinks": 26, "importance": 0.4698, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
620 {"wikidata_id": "Q1001931", "display_name": "Melco Holdings", "legal_name": null, "aliases": ["MELCO HOLDINGS INC."], "website": "https://melco-hd.jp", "canonical_domain": "melco-hd.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "6676", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buffalo_logo.png", "description": "Japanese business", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
621 {"wikidata_id": "Q1003813", "display_name": "China Pacific Insurance", "legal_name": null, "aliases": ["China Pacific Insurance Company", "China Pacific Insurance Group", "China Pacific Life Insurance Co.", "Ltd", "China Pacific Property Insurance Co.", "Ltd.", "CPIC Group", "Pacific Insurance"], "website": "https://www.cpic.com.cn", "canonical_domain": "cpic.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "601601", "exchange": "Shanghai Stock Exchange", "lei": "529900BA5ILEL308WX03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Pacific_Insurance_Company.svg", "description": "insurance company in Mainland China", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
622 {"wikidata_id": "Q1022075", "display_name": "BIM", "legal_name": null, "aliases": ["BİM", "United Markets"], "website": "https://www.bim.com.tr", "canonical_domain": "bim.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "BIMAS", "exchange": "Borsa Istanbul", "lei": "7890001GCDJQD8DJKE29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bim_%28company%29_logo.svg", "description": "discount store chain based in Turkey", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
623 {"wikidata_id": "Q11512295", "display_name": "Meiji Holdings", "legal_name": null, "aliases": ["Meiji Holdings Co.", "Ltd."], "website": "https://www.meiji.com", "canonical_domain": "meiji.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67688, "lon": 139.76896, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "2269", "exchange": "Tokyo Stock Exchange", "lei": "5299002D52YIP6DWMV49", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meiji_logo.svg", "description": "Japanese holding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
624 {"wikidata_id": "Q1267788", "display_name": "Wuhan Iron and Steel Corporation", "legal_name": "武钢集团", "aliases": ["WISCO", "Wugang Group", "Wuhan Iron and Steel"], "website": "https://www.wuganggroup.cn", "canonical_domain": "wuganggroup.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.62165, "lon": 114.4379, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600005", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q249692", "name": "China Baowu Steel Group"}, "logo_url": null, "description": "Chinese state-owned steel making conglomerate", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
625 {"wikidata_id": "Q1417614", "display_name": "Hirose Electric Group", "legal_name": null, "aliases": ["Hirose Denki kabushiki-gaisha"], "website": "https://www.hirose.com", "canonical_domain": "hirose.com", "country": "JP", "hq_city": "Ōsaki", "hq_region": "Shinagawa", "lat": 35.61973, "lon": 139.72797, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "HRSEF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hirose_Electric_company_logo.svg", "description": "public company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
626 {"wikidata_id": "Q1423176", "display_name": "Mitsubishi Materials", "legal_name": null, "aliases": ["Mitsubishi Materiaru Kabushiki-gaisha"], "website": "https://www.mmc.co.jp", "canonical_domain": "mmc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": [], "founded_year": 1871, "employees": null, "public_company": true, "ticker": "5711", "exchange": "Tokyo Stock Exchange", "lei": "35380076QOBOSOUBRT89", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Material_Corporation.png", "description": "company of Mitsubishi group", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
627 {"wikidata_id": "Q1581562", "display_name": "Iseki", "legal_name": null, "aliases": ["ISEKI & CO.", "LTD."], "website": "https://www.iseki.co.jp", "canonical_domain": "iseki.co.jp", "country": "JP", "hq_city": "Nishi-Nippori", "hq_region": "Arakawa", "lat": 35.73217, "lon": 139.76723, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "6310", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iseki_company_logo.svg", "description": "public company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
628 {"wikidata_id": "Q1654264", "display_name": "IOI Group", "legal_name": null, "aliases": ["IOI", "IOI CORPORATION BERHAD", "Ioi Corporation Berhad", "Ioi Corporation Bhd."], "website": "https://www.ioigroup.com", "canonical_domain": "ioigroup.com", "country": "MY", "hq_city": "Putrajaya", "hq_region": "Malaysia", "lat": 2.93, "lon": 101.69, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "1961", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IOI_Group_logo.svg", "description": "Malaysian conglomerate", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
629 {"wikidata_id": "Q1688845", "display_name": "DMG Mori Seiki", "legal_name": null, "aliases": ["DMG MORI Co.", "Ltd.", "DMG Mori Seiki Kabushiki-gaisha", "Mori Seiki Co.", "Ltd"], "website": "https://www.dmgmori.co.jp", "canonical_domain": "dmgmori.co.jp", "country": "JP", "hq_city": "Nakamura-ku", "hq_region": "Nagoya", "lat": 35.17667, "lon": 136.86806, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "MRSKF", "exchange": "OTC Markets Group", "lei": "353800P4I3FIXTQV2E13", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_DMG_MORI_black_png_%281%29.png", "description": "Japanese machine tool builder", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
630 {"wikidata_id": "Q17025504", "display_name": "CF MOTO", "legal_name": null, "aliases": ["Zhejiang Chunfeng Power", "Zhejiang CFMOTO Power"], "website": "https://global.cfmoto.com", "canonical_domain": "cfmoto.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "603129", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CFMOTO_Logo.svg", "description": "Chinese motorcycle company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
631 {"wikidata_id": "Q1786712", "display_name": "Wilmar International", "legal_name": "Wilmar International Ltd", "aliases": [], "website": "https://www.wilmar-international.com", "canonical_domain": "wilmar-international.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "WLMIF", "exchange": "OTC Markets Group", "lei": "549300H2EAI4YRLWBB20", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wilmar_International_Logo.svg", "description": "Singaporean food processing and investment holding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
632 {"wikidata_id": "Q1789188", "display_name": "Sun Hung Kai Properties", "legal_name": null, "aliases": ["SHK", "SHKP", "SHK Properties"], "website": "https://www.shkp.com", "canonical_domain": "shkp.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "0016", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sun_Hung_Kai_Properties_logo.svg", "description": "Hong Kong real estate developer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
633 {"wikidata_id": "Q1804128", "display_name": "Uzbekneftegaz", "legal_name": null, "aliases": [], "website": "https://www.ung.uz", "canonical_domain": "ung.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "UZNG", "exchange": "Tashkent Stock Exchange", "lei": "213800LUZJZFLJD4MJ51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neftegaz11.JPG", "description": "Uzbek state-owned oil and gas company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
634 {"wikidata_id": "Q1807264", "display_name": "The People's Insurance Company (Group) of China Limited", "legal_name": "中国人民保险集团股份有限公司", "aliases": ["People's Insurance Company of China", "People's Insurance Company of China Group", "PICC", "PICC Group"], "website": "https://www.picc.com", "canonical_domain": "picc.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "601319", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q832407", "name": "Ministry of Finance of the People's Republic of China"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/People%27s_Insurance_Company_of_China_logo_2.png", "description": "Chinese insurance company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
635 {"wikidata_id": "Q197914", "display_name": "Zhong Tong Bus", "legal_name": null, "aliases": [], "website": "https://www.zhongtong.com", "canonical_domain": "zhongtong.com", "country": "CN", "hq_city": "Liaocheng", "hq_region": "Shandong", "lat": 36.45, "lon": 115.98333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "000957", "exchange": "Shenzhen Stock Exchange", "lei": "3003004AICHCRPEVJO75", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hersteller-logo_von_Zhong_Tong_Bus.gif", "description": "Chinese bus company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
636 {"wikidata_id": "Q2135836", "display_name": "Recruit Holdings", "legal_name": null, "aliases": [], "website": "https://recruit-holdings.com", "canonical_domain": "recruit-holdings.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media"], "industry_labels": ["tertiary sector of the economy", "publishing"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "6098", "exchange": "Tokyo Stock Exchange", "lei": "353800R2LRSMVVC4I806", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Recruit_Holdings_logo.svg", "description": "Japanese company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
637 {"wikidata_id": "Q2387094", "display_name": "Tadano Limited", "legal_name": null, "aliases": ["TADANO LTD."], "website": "https://www.tadano.com", "canonical_domain": "tadano.com", "country": "JP", "hq_city": "Takamatsu", "hq_region": "Kagawa Prefecture", "lat": 34.34281, "lon": 134.04661, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6395", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tadano_company_logo.svg", "description": "japan-based Crane manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
638 {"wikidata_id": "Q2629382", "display_name": "Sony Financial Holdings", "legal_name": "ソニーフィナンシャルグループ株式会社", "aliases": [], "website": "https://www.sonyfg.co.jp", "canonical_domain": "sonyfg.co.jp", "country": "JP", "hq_city": "Otemachi Financial City Grand Cube", "hq_region": "Ōtemachi", "lat": 35.68861, "lon": 139.76472, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "8729", "exchange": "Tokyo Stock Exchange", "lei": "353800O7BDSU41WOZA60", "sec_cik": "1418001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Financial_Group_logo.svg", "description": "Japanese financial holding company owned by Sony", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
639 {"wikidata_id": "Q2679402", "display_name": "Japan Display", "legal_name": null, "aliases": ["JDI", "Japan Display Inc. (Tokyo)", "Kabushiki-gaisha Japan Disupurei"], "website": "https://www.j-display.com", "canonical_domain": "j-display.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "6740", "exchange": "Tokyo Stock Exchange", "lei": "549300MRBFG3ZQVW2T64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Display_logo.svg", "description": "Japanese display manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
640 {"wikidata_id": "Q2777129", "display_name": "Mizrahi Tefahot Bank Ltd.", "legal_name": "בנק מזרחי טפחות בע''מ", "aliases": [], "website": "https://www.mizrahi-tefahot.co.il", "canonical_domain": "mizrahi-tefahot.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "MZTF", "exchange": "Tel Aviv Stock Exchange", "lei": "YZO9YEGEO4VYDZMDWF93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D7%9C%D7%95%D7%92%D7%95_%D7%A9%D7%9C_%D7%91%D7%A0%D7%A7_%D7%9E%D7%96%D7%A8%D7%97%D7%99-%D7%98%D7%A4%D7%97%D7%95%D7%AA.svg", "description": "Israeli banking company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
641 {"wikidata_id": "Q296053", "display_name": "AOpen", "legal_name": "AOpen Inc.", "aliases": ["AOPEN"], "website": "https://www.aopen.com", "canonical_domain": "aopen.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "computer hardware industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "3046", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q481778", "name": "Acer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AOpen_logo_20120201.jpg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
642 {"wikidata_id": "Q3268530", "display_name": "CelcomDigi", "legal_name": null, "aliases": ["DiGi Telecommunications", "Celcomdigi Berhad", "Celcomdigi Bhd."], "website": "https://www.celcomdigi.com", "canonical_domain": "celcomdigi.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "6947", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian telecommunications company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
643 {"wikidata_id": "Q3272868", "display_name": "CapitaLand", "legal_name": "CapitaLand Investment Ltd", "aliases": [], "website": "https://www.capitaland.com", "canonical_domain": "capitaland.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["retail", "hospitality"], "industry_labels": ["retail", "hospitality industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "CLILF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CapitaLand_Logo.svg", "description": "Singaporean real estate organization", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
644 {"wikidata_id": "Q3930665", "display_name": "Indofood", "legal_name": "Indofood Sukses Makmur Tbk", "aliases": ["INDF", "Indofood Sukses Makmur", "PT Indofood Sukses Makmur Tbk", "PT. Indofood Sukses Makmur Tbk"], "website": "https://www.indofood.com", "canonical_domain": "indofood.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food", "food industry", "consumer goods industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "INDF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": "1445211", "parent": {"wikidata_id": "Q305393", "name": "First Pacific"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-indofood.svg", "description": "Indonesian producer of pharmaceuticals and drinks", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1445211", "enriched_at": "2026-09-12T09:35:01+00:00"}}
645 {"wikidata_id": "Q484143", "display_name": "Gravity Corporation", "legal_name": null, "aliases": ["GRAVITY Co.", "Ltd."], "website": "https://www.gravity.co.kr", "canonical_domain": "gravity.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "GRVY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1313310", "parent": {"wikidata_id": "Q5618753", "name": "GungHo Online Entertainment"}, "logo_url": null, "description": "South Korean video game corporation", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1313310", "enriched_at": "2026-09-12T09:35:01+00:00"}}
646 {"wikidata_id": "Q489195", "display_name": "HJ Shipbuilding & Construction", "legal_name": "주식회사 HJ중공업", "aliases": ["Hanjin Heavy Industries", "Hanjin Heavy Industries & Construction", "HJSC"], "website": "https://www.hjsc.co.kr", "canonical_domain": "hjsc.co.kr", "country": "KR", "hq_city": "Bongnae-dong", "hq_region": "Yeongdo District", "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "097230", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HJSC_logo%28%EC%98%81%EB%AC%B8%29.png", "description": "South Korean multinational shipbuilding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
647 {"wikidata_id": "Q490142", "display_name": "Amorepacific Corporation", "legal_name": "AMOREPACIFIC CORPORATION", "aliases": ["Amorepacific", "Amore Pacific", "AmorePacific Group"], "website": "https://www.amorepacific.com", "canonical_domain": "amorepacific.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["consumer-goods"], "industry_labels": ["perfumes industry", "cosmetics industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "090430", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18141920", "name": "Amorepacific Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMOREPACIFIC_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
648 {"wikidata_id": "Q5434486", "display_name": "Far EasTone", "legal_name": null, "aliases": ["FET", "Far EasTone Telecommunications", "Far EasTone/FET", "FarEasTone"], "website": "https://www.fetnet.net", "canonical_domain": "fetnet.net", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "4904", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Taiwan", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
649 {"wikidata_id": "Q563107", "display_name": "Hanwha Aerospace", "legal_name": "Hanwha Aerospace Co., Ltd.", "aliases": [], "website": "https://www.hanwhaaerospace.com", "canonical_domain": "hanwhaaerospace.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "012450", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q489202", "name": "Hanwha Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_Aerospace_Logo.svg", "description": "South Korean aerospace and defense company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
650 {"wikidata_id": "Q5871699", "display_name": "Kanadevia Corporation", "legal_name": null, "aliases": ["Hitachi Shipbuilding Corporation", "Hitachi Zosen Corporation", "Hitachi Zōsen Kabushiki-kaisha", "Kanadevia"], "website": "https://www.kanadevia.com", "canonical_domain": "kanadevia.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["defense", "manufacturing"], "industry_labels": ["weapons industry", "heavy industry"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": "7004", "exchange": "Tokyo Stock Exchange", "lei": "5493006MPD0OCAMCE046", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kanadevia_Logo.svg", "description": "Japanese industrial and engineering corporation", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
651 {"wikidata_id": "Q5971072", "display_name": "IG Port", "legal_name": null, "aliases": ["I.G Port", "Inc."], "website": "https://www.igport.co.jp", "canonical_domain": "igport.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming", "entertainment"], "industry_labels": ["video game industry", "cinema of Japan"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "3791", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IG_Port_Logo.png", "description": "Japanese stock holder for entertainment media", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
652 {"wikidata_id": "Q6458668", "display_name": "LIG Defense&Aerospace", "legal_name": "LIG Defense&Aerospace", "aliases": ["LG Innotek", "LIG Nex1"], "website": "https://www.lignex1.com", "canonical_domain": "lignex1.com", "country": "KR", "hq_city": "Yongin", "hq_region": "Gyeonggi Province", "lat": 37.23611, "lon": 127.20111, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "079550", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12581436", "name": "LIG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LIG_Defense_%26_Aerospace_Logo_%28Wordmark%29.svg", "description": "South Korean aerospace manufacturer and defense company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
653 {"wikidata_id": "Q7413176", "display_name": "Samyang Foods", "legal_name": null, "aliases": [], "website": "https://www.samyangfoods.com", "canonical_domain": "samyangfoods.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "003230", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samyang_Foods_Logo.svg", "description": "South Korean food company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
654 {"wikidata_id": "Q751883", "display_name": "The Hong Kong and China Gas Company Limited", "legal_name": null, "aliases": ["Towngas"], "website": "https://www.towngas.com", "canonical_domain": "towngas.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1862, "employees": null, "public_company": true, "ticker": "0003", "exchange": "Hong Kong Stock Exchange", "lei": "254900P7BETXGC7YU827", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Towngas_2024_01.png", "description": "company in Hong Kong", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
655 {"wikidata_id": "Q782537", "display_name": "Bank of Ayudhya", "legal_name": null, "aliases": ["Krungsri", "Bank Of Ayudhya", "Bank Of Ayudhya Public Company Limited", "Bank Of Ayudhya Public Co.", "Ltd."], "website": "https://www.krungsri.com", "canonical_domain": "krungsri.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "BAY", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1542175", "name": "Mitsubishi UFJ Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Krungsri_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
656 {"wikidata_id": "Q867714", "display_name": "Mitsubishi Pencil", "legal_name": null, "aliases": ["uni-ball"], "website": "https://www.uniball.com", "canonical_domain": "uniball.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "7976", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uni_ball_red_logo.svg", "description": "Japanese stationery manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
657 {"wikidata_id": "Q913825", "display_name": "Daiwa House Industry", "legal_name": "Daiwa House Industry Co., Ltd.", "aliases": ["Daiwa House", "Daiwa House Group"], "website": "https://www.daiwahouse.co.jp", "canonical_domain": "daiwahouse.co.jp", "country": "JP", "hq_city": "Daiwa House Osaka Building", "hq_region": "Kita-ku", "lat": 34.69956, "lon": 135.49267, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "1925", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiwa_House_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
658 {"wikidata_id": "Q2165702", "display_name": "State Railway of Thailand", "legal_name": null, "aliases": [], "website": "https://www.railway.co.th", "canonical_domain": "railway.co.th", "country": "TH", "hq_city": "Pathum Wan", "hq_region": "Bangkok", "lat": 13.73667, "lon": 100.52333, "industries": ["transportation"], "industry_labels": [], "founded_year": 1897, "employees": 26412, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emblem_of_the_State_Railway_of_Thailand.svg", "description": "state-owned railway operator of Thailand", "sitelinks": 20, "importance": 0.4675, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
659 {"wikidata_id": "Q1109534", "display_name": "Viettel Group", "legal_name": null, "aliases": ["Military Industry and Telecoms Group", "Viettel", "VIETTEL GROUP (Ha Noi)"], "website": "https://viettel.vn", "canonical_domain": "viettel.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": 80000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10831781", "name": "General Department of Defence Industry"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viettel_Group_en_logo.svg", "description": "multinational telecommunications company of Vietnam", "sitelinks": 17, "importance": 0.4673, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
660 {"wikidata_id": "Q489238", "display_name": "STX Corporation", "legal_name": null, "aliases": [], "website": "https://www.stx.co.kr", "canonical_domain": "stx.co.kr", "country": "KR", "hq_city": "Seongsan-gu", "hq_region": "Changwon", "lat": 35.192, "lon": 128.671, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 2001, "employees": 70000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%EC%A7%80%EC%A3%BC.png", "description": "company", "sitelinks": 17, "importance": 0.4654, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
661 {"wikidata_id": "Q4407014", "display_name": "Samruk-Kazyna", "legal_name": null, "aliases": ["Kazyna"], "website": "https://www.sk.kz", "canonical_domain": "sk.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["transportation"], "industry_labels": ["Promyshlennaya", "transportation"], "founded_year": 2008, "employees": 262200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3814905", "name": "Government of Kazakhstan"}, "logo_url": null, "description": "sovereign wealth fund of Kazakhstan", "sitelinks": 14, "importance": 0.4653, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
662 {"wikidata_id": "Q131577453", "display_name": "DeepSeek", "legal_name": "DeepSeek", "aliases": ["Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co.", "Ltd."], "website": "https://deepseek.com", "canonical_domain": "deepseek.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["technology", "artificial-intelligence"], "industry_labels": ["information technology", "artificial intelligence", "large language model"], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116949516", "name": "High-Flyer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DeepSeek_logo.svg", "description": "Chinese artificial intelligence company", "sitelinks": 82, "importance": 0.4646, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
663 {"wikidata_id": "Q853878", "display_name": "VietJet Air", "legal_name": null, "aliases": ["VietJet", "VietJet Airline", "VietJet Airlines", "VietJet Aviation Joint Stock Company"], "website": "https://www.vietjetair.com", "canonical_domain": "vietjetair.com", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VietJet_Air_logo.svg", "description": "low-cost airline from Vietnam", "sitelinks": 82, "importance": 0.4646, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q23899316"}]}
664 {"wikidata_id": "Q29366", "display_name": "Changan Automobile", "legal_name": null, "aliases": ["Chanag'an"], "website": "https://www.globalchangan.com", "canonical_domain": "globalchangan.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.57323, "lon": 106.54833, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1022190", "name": "China South Industries Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Changan_icon.svg", "description": "Chinese state-owned automobile manufacturer", "sitelinks": 31, "importance": 0.4644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
665 {"wikidata_id": "Q543449", "display_name": "e&", "legal_name": null, "aliases": ["Etisalat", "Emirates Telecommunications Group Company", "etisalat and", "Etisalat by e&"], "website": "https://www.eand.com", "canonical_domain": "eand.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1976, "employees": 11000, "public_company": false, "ticker": null, "exchange": null, "lei": "529900XDPQPWEQ9BGB80", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eand_Logo_EN.svg", "description": "Abu Dhabi-based multinational telecom provider", "sitelinks": 22, "importance": 0.4644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
666 {"wikidata_id": "Q643271", "display_name": "AOC International", "legal_name": null, "aliases": ["AOC", "Admiral Overseas Corporation"], "website": "https://aoc.com", "canonical_domain": "aoc.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1934, "employees": 30000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aoc_international_logo.svg", "description": "Taiwanese electronics company", "sitelinks": 19, "importance": 0.4642, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
667 {"wikidata_id": "Q1611033", "display_name": "Alps Alpine", "legal_name": null, "aliases": ["Alps Electric"], "website": "https://www.alpsalpine.com", "canonical_domain": "alpsalpine.com", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1948, "employees": 42053, "public_company": false, "ticker": null, "exchange": null, "lei": "529900PWNU4ASLY9VI90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alps_Alpine_logos.gif", "description": "company", "sitelinks": 18, "importance": 0.4637, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
668 {"wikidata_id": "Q902109", "display_name": "Sabancı Holding", "legal_name": null, "aliases": ["Hacı Ömer Sabancı Holding A.Ş."], "website": "https://www.sabanci.com", "canonical_domain": "sabanci.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1926, "employees": 57556, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sabanc%C4%B1_Holding_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.4625, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
669 {"wikidata_id": "Q1640290", "display_name": "ENEOS", "legal_name": "JXTGエネルギー株式会社", "aliases": ["Nippon Oil", "JX Nippon Oil & Energy", "JX Nippon Oil & Energy Corporation", "JXTG Nippon Oil & Energy", "JXTG Nippon Oil & Energy Corporation"], "website": "https://www.eneos.co.jp", "canonical_domain": "eneos.co.jp", "country": "JP", "hq_city": "JX Building", "hq_region": "Ōtemachi", "lat": 35.68425, "lon": 139.77022, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1888, "employees": 13290, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128577", "name": "ENEOS Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ENEOS_logo.svg", "description": "oil companies of Japan", "sitelinks": 21, "importance": 0.4624, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q128577"}]}
670 {"wikidata_id": "Q51744", "display_name": "AutoNavi Holdings Limited", "legal_name": null, "aliases": ["Amap", "AutoNavi", "AutoNavi Information Technology Co. Ltd.", "AutoNavi Software Co.", "Ltd.", "Beijing Mapabc Co. Ltd."], "website": "https://www.autonavi.com", "canonical_domain": "autonavi.com", "country": "CN", "hq_city": "Wangjing subdistrict", "hq_region": "Chaoyang District", "lat": 39.99143, "lon": 116.46321, "industries": ["shipping"], "industry_labels": [], "founded_year": 2001, "employees": 2000, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": null, "description": "corporation of digital map content and navigation and location-based solutions", "sitelinks": 10, "importance": 0.4621, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
671 {"wikidata_id": "Q106239020", "display_name": "Winner Medical Co., Ltd.", "legal_name": null, "aliases": ["Winner Medical"], "website": "https://www.winnermedical.com", "canonical_domain": "winnermedical.com", "country": "CN", "hq_city": "Beizhan", "hq_region": "Minzhi Subdistrict", "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "300888", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winner_Medical_logo.png", "description": null, "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
672 {"wikidata_id": "Q1131297", "display_name": "Lion Corporation", "legal_name": null, "aliases": ["Lion"], "website": "https://www.lion.co.jp", "canonical_domain": "lion.co.jp", "country": "JP", "hq_city": "Kuramae", "hq_region": "Taitō-ku", "lat": 35.70333, "lon": 139.7909, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "4912", "exchange": "Tokyo Stock Exchange", "lei": "529900MPGS2GM7VPG855", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LION_logo.svg", "description": "Japanese consumer goods company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
673 {"wikidata_id": "Q1136056", "display_name": "Tofaş", "legal_name": null, "aliases": ["Türk Otomobil Fabrikası Anonim Şirketi (Turkey)"], "website": "https://www.tofas.com.tr", "canonical_domain": "tofas.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1968, "employees": 6500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15678788", "name": "Fiat Chrysler Automobiles"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOFA%C5%9E_logo_%282019-%29.svg", "description": "Turkish automotive company", "sitelinks": 23, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
674 {"wikidata_id": "Q11656239", "display_name": "Kansai Paint", "legal_name": null, "aliases": ["Kansai Peinto Kabushiki-gaisha"], "website": "https://www.kansai.co.jp", "canonical_domain": "kansai.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "4613", "exchange": "Tokyo Stock Exchange", "lei": "549300ERRV6FTKH9NN70", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kansai_Paint_Co.%2C_Ltd._Logo.svg", "description": "Japanese, Osaka-based chemical company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
675 {"wikidata_id": "Q13479653", "display_name": "Okuma Corporation", "legal_name": null, "aliases": [], "website": "https://www.okuma.co.jp", "canonical_domain": "okuma.co.jp", "country": "JP", "hq_city": "Oguchi", "hq_region": "Niwa district", "lat": 35.3325, "lon": 136.90781, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "6103", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okuma_Corporation_company_logo.svg", "description": "manufacturer of CNC turning and milling machines", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
676 {"wikidata_id": "Q1604969", "display_name": "KOLOUR", "legal_name": null, "aliases": ["Henderson", "Henderson Land", "Henderson Land Development", "Henderson Land Development Co.", "Henderson Land Development Co. Ltd."], "website": "https://www.hld.com", "canonical_domain": "hld.com", "country": "HK", "hq_city": "International Finance Centre", "hq_region": "Central and Western District", "lat": 22.285, "lon": 114.15917, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "0012", "exchange": "Hong Kong Stock Exchange", "lei": "529900SYQB7IVR9QGN76", "sec_cik": null, "parent": null, "logo_url": null, "description": "Citistore", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
677 {"wikidata_id": "Q1619261", "display_name": "Hindalco Industries", "legal_name": null, "aliases": ["Hindalco Industries Ltd."], "website": "https://www.hindalco.com", "canonical_domain": "hindalco.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "HINDALCO", "exchange": "National Stock Exchange of India", "lei": "335800KXLE5NO5B4GF90", "sec_cik": null, "parent": {"wikidata_id": "Q357600", "name": "Aditya Birla Group"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
678 {"wikidata_id": "Q1669309", "display_name": "Noritake", "legal_name": null, "aliases": ["Noritake Co.", "Ltd."], "website": "https://www.noritake.co.jp", "canonical_domain": "noritake.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["technology"], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "5331", "exchange": "Tokyo Stock Exchange", "lei": "529900EN4XJGJXV4A581", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Noritake_logo.svg", "description": "Japanese tableware and technology company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
679 {"wikidata_id": "Q1680777", "display_name": "Siam Cement", "legal_name": null, "aliases": ["SCG", "Siam Cement Group", "The Siam Cement Public Company Limited", "The Siam Cement Public Company Ltd.", "The Siam Cement", "The Siam Cement Public Co.", "Ltd."], "website": "https://www.scg.com", "canonical_domain": "scg.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.806, "lon": 100.53822, "industries": ["asset-management", "manufacturing", "construction"], "industry_labels": ["holding company", "conglomerate", "construction materials industry"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "SCC", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cement company in Thailand", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
680 {"wikidata_id": "Q1856260", "display_name": "Tempo Beverages Ltd", "legal_name": "טמפו משקאות בע''מ", "aliases": [], "website": "https://www.tempo.co.il", "canonical_domain": "tempo.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "TMBV", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli brewer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
681 {"wikidata_id": "Q2245513", "display_name": "Sanyo Electric Railway", "legal_name": "Sanyo Electric Railway Co., Ltd.", "aliases": [], "website": "https://www.sanyo-railway.co.jp", "canonical_domain": "sanyo-railway.co.jp", "country": "JP", "hq_city": "Nagata-ku", "hq_region": "Kobe", "lat": 34.66569, "lon": 135.15089, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "9052", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanyo_electric_railway_logo.svg", "description": "Japanese railway company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
682 {"wikidata_id": "Q2495040", "display_name": "CAVE", "legal_name": "株式会社ケイブ", "aliases": ["Cave Co.", "Ltd.", "Cave Interactive Co.", "Ltd.", "Computer Art Visual Entertainment"], "website": "https://www.cave.co.jp", "canonical_domain": "cave.co.jp", "country": "JP", "hq_city": "Meguro", "hq_region": "Tokyo", "lat": 35.6415, "lon": 139.69828, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "3760", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CAVE_logo.svg", "description": "video game company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
683 {"wikidata_id": "Q2504145", "display_name": "Sinovel", "legal_name": null, "aliases": [], "website": "https://www.sinovel.com", "canonical_domain": "sinovel.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["renewables"], "industry_labels": ["wind power industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "601558", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
684 {"wikidata_id": "Q263204", "display_name": "Singapore Press Holdings", "legal_name": null, "aliases": [], "website": "https://www.sph.com.sg", "canonical_domain": "sph.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "SGPRF", "exchange": "OTC Markets Group", "lei": "254900KNRZSJOJRKPW61", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
685 {"wikidata_id": "Q277172", "display_name": "SG Automotive", "legal_name": null, "aliases": [], "website": "https://www.sgautomotive.com", "canonical_domain": "sgautomotive.com", "country": "CN", "hq_city": "Dandong", "hq_region": "Liaoning", "lat": 40.11667, "lon": 124.38333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "600303", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SG_Automotive_logo_2.png", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
686 {"wikidata_id": "Q3400900", "display_name": "Power Assets Holdings Limited", "legal_name": "Power Assets Holdings Limited", "aliases": ["Hongkong Electric Holdings Limited"], "website": "https://www.powerassets.com", "canonical_domain": "powerassets.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "0006", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q709535", "name": "Cheung Kong Holdings"}, "logo_url": null, "description": "electric utility company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
687 {"wikidata_id": "Q3535226", "display_name": "Almarai Company", "legal_name": "شركة المراعي", "aliases": ["Almarai"], "website": "https://www.almarai.com", "canonical_domain": "almarai.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2280", "exchange": "Saudi Stock Exchange", "lei": "549300B4EDUXYD2G6098", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D8%A7%D9%84%D9%85%D8%B1%D8%A7%D8%B9%D9%8A_-_Almarai.svg", "description": "food and drink company of Saudi Arabia", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
688 {"wikidata_id": "Q3537126", "display_name": "Keifuku Electric Railroad", "legal_name": "Keifuku Electric Railroad Co.,Ltd.", "aliases": [], "website": "https://www.keifuku.co.jp", "canonical_domain": "keifuku.co.jp", "country": "JP", "hq_city": "Mibu", "hq_region": "Nakagyō Ward", "lat": 35.00333, "lon": 135.74722, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "9049", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1188274", "name": "Keihan Electric Railway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keifuku_logo.svg", "description": "railway company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
689 {"wikidata_id": "Q3567081", "display_name": "Weichai Power", "legal_name": null, "aliases": [], "website": "https://www.weichaipower.com", "canonical_domain": "weichaipower.com", "country": "CN", "hq_city": "Weifang", "hq_region": "Shandong", "lat": 36.71667, "lon": 119.1, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "000338", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20652532", "name": "Weichai Holding Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weichai_Logo_Transparent3.png", "description": "Chinese automotive supplying company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
690 {"wikidata_id": "Q3764687", "display_name": "Mphasis", "legal_name": null, "aliases": ["Mphasis Corporation"], "website": "https://www.mphasis.com", "canonical_domain": "mphasis.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "MPHASIS", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mphasis_-_The_Next_Applied.png", "description": "Mphasis is an IT services company based in Bangalore, India", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
691 {"wikidata_id": "Q391988", "display_name": "Eslite Bookstore", "legal_name": null, "aliases": ["Eslite"], "website": "https://www.eslitecorp.com", "canonical_domain": "eslitecorp.com", "country": "TW", "hq_city": "Xinyi District", "hq_region": "Taipei", "lat": 25.02875, "lon": 121.55481, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2926", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese bookstore chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
692 {"wikidata_id": "Q4050347", "display_name": "Sumitomo Realty & Development", "legal_name": null, "aliases": [], "website": "https://www.sumitomo-rd.co.jp", "canonical_domain": "sumitomo-rd.co.jp", "country": "JP", "hq_city": "Shinjuku NS Building", "hq_region": "Nishi-Shinjuku", "lat": 35.69333, "lon": 139.69319, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8830", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Realty_and_Development_logo.svg", "description": "real estate developer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
693 {"wikidata_id": "Q416624", "display_name": "Akbank", "legal_name": null, "aliases": [], "website": "https://www.akbank.com", "canonical_domain": "akbank.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "AKBNK", "exchange": "Borsa Istanbul", "lei": "789000TUMN63Z28TJ497", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akbank_logo_2025.svg", "description": "Turkish private sector bank", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
694 {"wikidata_id": "Q4207171", "display_name": "Fubon Financial Holding Co., Ltd.", "legal_name": null, "aliases": ["Fubon Financial Holding Co."], "website": "https://www.fubon.com", "canonical_domain": "fubon.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "2881", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial services company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
695 {"wikidata_id": "Q4207443", "display_name": "RHB Bank", "legal_name": null, "aliases": ["RHB Bank Berhad", "RHB BANK BERHAD", "Rhb Bank Berhad", "Rhb Bank Bhd."], "website": "https://www.rhbgroup.com", "canonical_domain": "rhbgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "1066", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RHB_Logo.svg", "description": "Malaysian Banking Company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
696 {"wikidata_id": "Q4263222", "display_name": "Media Nusantara Citra", "legal_name": "Media Nusantara Citra Tbk", "aliases": ["MNC", "MNCN", "PT Panca Andika Mandiri"], "website": "https://www.mnc.co.id", "canonical_domain": "mnc.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MNCN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MNC_Media_2015.png", "description": "Indonesian media company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
697 {"wikidata_id": "Q4688912", "display_name": "Astra International", "legal_name": "Astra International Tbk", "aliases": ["ASII", "PT Astra International Tbk"], "website": "https://www.astra.co.id", "canonical_domain": "astra.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["agriculture", "mining", "financial-services", "transportation"], "industry_labels": ["agriculture", "mining", "finance", "infrastructure", "property", "automotive and components industries"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "ASII", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1683452", "name": "Jardine Matheson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_PT_Astra_International_Tbk_terbaru_2025.png", "description": "Indonesian conglomerate", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q12522214"}]}
698 {"wikidata_id": "Q4780362", "display_name": "Apollo Tyres", "legal_name": null, "aliases": [], "website": "https://www.apollotyres.com", "canonical_domain": "apollotyres.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["automotive", "manufacturing"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "APOLLOTYRE", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apollo_Tyres_logo.svg", "description": "Indian tyre manufacturer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
699 {"wikidata_id": "Q488993", "display_name": "ESTsoft", "legal_name": "이스트소프트", "aliases": [], "website": "https://www.estsoft.com", "canonical_domain": "estsoft.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "047560", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EST_NEW_CI_BLUE%28240%29.png", "description": "South Korean software company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
700 {"wikidata_id": "Q511901", "display_name": "Ingenic Semiconductor", "legal_name": null, "aliases": [], "website": "https://www.ingenic.cn", "canonical_domain": "ingenic.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "300223", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Ingenic_RGB-500x187.png", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
701 {"wikidata_id": "Q51570147", "display_name": "Lotte Corporation", "legal_name": "Lotte Corporation", "aliases": [], "website": "https://www.lotte.co.kr", "canonical_domain": "lotte.co.kr", "country": "KR", "hq_city": "Songpa District", "hq_region": "Seoul", "lat": 37.51417, "lon": 127.10667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "004990", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_%22Value_Line%22_logo.svg", "description": "South Korean multinational conglomerate corporation", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
702 {"wikidata_id": "Q5215535", "display_name": "Sumitomo Mitsui Trust Group", "legal_name": "三井住友トラスト・ホールディングス株式会社", "aliases": ["Chuo Mitsui Trust Holdings", "Sumitomo Mitsui Trust Holdings", "Sumitomo Mitsui Trust Holdings", "Inc."], "website": "https://www.smth.jp", "canonical_domain": "smth.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "8309", "exchange": "Tokyo Stock Exchange", "lei": "353800P843RLCDBLNT17", "sec_cik": "1475365", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Mitsui_Trust_Group_Logo.png", "description": "financial holding company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
703 {"wikidata_id": "Q5509800", "display_name": "Furukawa Electric", "legal_name": null, "aliases": ["Furukawa Denki Kōgyō"], "website": "https://www.furukawa.co.jp", "canonical_domain": "furukawa.co.jp", "country": "JP", "hq_city": "Ōtemachi", "hq_region": "Chiyoda", "lat": 35.68711, "lon": 139.76428, "industries": ["technology"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "5801", "exchange": "Tokyo Stock Exchange", "lei": "353800TJR1DQ3P1QR918", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Furukawadenko_syasyo.jpg", "description": "Japanese electric and electronics equipment company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
704 {"wikidata_id": "Q5714244", "display_name": "Hengan International", "legal_name": null, "aliases": ["Heng'an International"], "website": "https://www.hengan.com", "canonical_domain": "hengan.com", "country": "CN", "hq_city": "Jinjiang", "hq_region": "Quanzhou", "lat": 24.81409, "lon": 118.57916, "industries": ["consumer-goods"], "industry_labels": ["hygiene"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "1044", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
705 {"wikidata_id": "Q624041", "display_name": "GS25", "legal_name": null, "aliases": ["LG25"], "website": "https://gs25.mn", "canonical_domain": "gs25.mn", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "007070", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GS25_bi_%282019%29.svg", "description": "South Korean convenience store chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
706 {"wikidata_id": "Q626459", "display_name": "Makino", "legal_name": null, "aliases": [], "website": "https://www.makino.co.jp", "canonical_domain": "makino.co.jp", "country": "JP", "hq_city": "Meguro", "hq_region": "Tokyo", "lat": 35.6415, "lon": 139.69828, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "6135", "exchange": "Tokyo Stock Exchange", "lei": "353800JAOIGQ7V5T9078", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MAKINO-Logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
707 {"wikidata_id": "Q636231", "display_name": "Oil Refineries Ltd.", "legal_name": "בתי זקוק לנפט בע''מ", "aliases": ["Bazan", "Orl"], "website": "https://www.bazan.co.il", "canonical_domain": "bazan.co.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "ORL", "exchange": "Tel Aviv Stock Exchange", "lei": "213800CWUC7NV7VR3D03", "sec_cik": null, "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bazan_logo.jpg", "description": "oil refining company located in Haifa Bay, Israel", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
708 {"wikidata_id": "Q6813052", "display_name": "Mellanox Technologies", "legal_name": null, "aliases": ["Mellanox", "Mellanox Technologies Ltd.", "Ltd."], "website": "https://mellanox.com", "canonical_domain": "mellanox.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["technology"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "MLNX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1356104", "parent": {"wikidata_id": "Q182477", "name": "Nvidia"}, "logo_url": null, "description": "Israeli-American multinational supplier of computer networking products", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
709 {"wikidata_id": "Q752496", "display_name": "China Yangtze Power", "legal_name": "中国长江电力股份有限公司", "aliases": ["CYPC", "China Yangtze Power Co.", "Ltd.", "Yangtze Power"], "website": "https://www.cypc.com.cn", "canonical_domain": "cypc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["renewables"], "industry_labels": ["hydroelectricity"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "600900", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073522", "name": "China Three Gorges Corporation"}, "logo_url": null, "description": "Chinese utilities company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
710 {"wikidata_id": "Q797060", "display_name": "BTA Bank", "legal_name": "BTA Bank", "aliases": [], "website": "https://www.bta.kz", "canonical_domain": "bta.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "BTAS", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1168179", "name": "Kazkommertsbank"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BTA_Bank.svg", "description": "third largest lender in Kazakhstan by assets", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
711 {"wikidata_id": "Q82467", "display_name": "Ankai", "legal_name": null, "aliases": ["Anhui Ankai Automobile Co.", "Ltd."], "website": "https://www.ankai.com", "canonical_domain": "ankai.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000868", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ankai_logo.jpg", "description": "automobile company based in Anhui, China", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
712 {"wikidata_id": "Q839552", "display_name": "SMC Corporation", "legal_name": null, "aliases": ["SMC", "SMC Kabushiki-gaisha"], "website": "https://www.smcworld.com", "canonical_domain": "smcworld.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["SIC 3711 Motor Vehicles & Passenger Car Bodies"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "SMECF", "exchange": "OTC Markets Group", "lei": "353800O40V08DOZ70X62", "sec_cik": "932129", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SMC_Corporation.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "932129", "enriched_at": "2026-09-12T09:35:01+00:00"}}
713 {"wikidata_id": "Q846834", "display_name": "Calbee", "legal_name": null, "aliases": ["Inc."], "website": "https://www.calbee.co.jp", "canonical_domain": "calbee.co.jp", "country": "JP", "hq_city": "Marunouchi Trust City", "hq_region": "Marunouchi", "lat": 35.68326, "lon": 139.76972, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2229", "exchange": "Tokyo Stock Exchange", "lei": "529900CIHZID6O8LJH81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calbee_logo.svg", "description": "Japanese food company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
714 {"wikidata_id": "Q906943", "display_name": "Grasim Industries", "legal_name": null, "aliases": [], "website": "https://www.grasim.com", "canonical_domain": "grasim.com", "country": "IN", "hq_city": "India", "hq_region": null, "lat": 22.8, "lon": 83.0, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "GRASIM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
715 {"wikidata_id": "Q911891", "display_name": "Howa Machinery", "legal_name": null, "aliases": ["Howa", "Ltd."], "website": "https://www.howa.co.jp", "canonical_domain": "howa.co.jp", "country": "JP", "hq_city": "Kiyosu", "hq_region": "Aichi Prefecture", "lat": 35.19981, "lon": 136.85286, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "6203", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Howa_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
716 {"wikidata_id": "Q93520415", "display_name": "Sea Ltd", "legal_name": "Sea Limited", "aliases": ["Sea", "Garena", "Sea Group", "Garena Interactive Holding Limited"], "website": "https://www.sea.com", "canonical_domain": "sea.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SE", "exchange": "New York Stock Exchange", "lei": "529900OM6JLLW44YKI15", "sec_cik": "1264806", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sea_Group_logo.svg", "description": "Singaporean company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
717 {"wikidata_id": "Q213271", "display_name": "Baku Metro", "legal_name": "Bakı Metropoliteni", "aliases": [], "website": "https://metro.gov.az", "canonical_domain": "metro.gov.az", "country": "AZ", "hq_city": null, "hq_region": null, "lat": 40.36666, "lon": 49.83518, "industries": ["transportation"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baku_Subway_logo.png", "description": "metro system of Baku, Azerbaijan", "sitelinks": 78, "importance": 0.4594, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
718 {"wikidata_id": "Q1374128", "display_name": "Xi'an Aircraft Industrial Corporation", "legal_name": null, "aliases": ["Xian", "Avic Xi'an Aircraft Industry (Group) Company Ltd.", "XAC", "Xi'an Aircraft Company Limited"], "website": "https://www.xac.com.cn", "canonical_domain": "xac.com.cn", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1958, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4354860", "name": "AVIC I"}, "logo_url": null, "description": "aerospace manufacturer in China", "sitelinks": 19, "importance": 0.4583, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
719 {"wikidata_id": "Q1191685", "display_name": "FamilyMart", "legal_name": "株式会社ファミリーマート", "aliases": ["FamilyMart Co.", "Ltd."], "website": "https://www.family.co.jp", "canonical_domain": "family.co.jp", "country": "JP", "hq_city": "Toshima", "hq_region": "Tokyo", "lat": 35.72611, "lon": 139.71667, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900GD7JL8DBCSE791", "sec_cik": null, "parent": {"wikidata_id": "Q717093", "name": "Itochu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FamilyMart_Logo_%282016-%29.svg", "description": "Japanese retail chain company", "sitelinks": 29, "importance": 0.4576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
720 {"wikidata_id": "Q4201636", "display_name": "Perusahaan Listrik Negara", "legal_name": null, "aliases": ["PLN", "PT. PLN (Persero)", "PPLN", "PT Perusahaan Listrik Negara (Persero)", "PT PLN", "PT PLN Persero", "PT. PLN Persero", "PT PLN (Persero)"], "website": "https://web.pln.co.id", "canonical_domain": "pln.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["energy"], "industry_labels": ["energy industry", "electric power industry"], "founded_year": 1915, "employees": 54129, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PLN.svg", "description": "Indonesian government-owned corporation on electricity distribution", "sitelinks": 16, "importance": 0.4556, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
721 {"wikidata_id": "Q49125", "display_name": "Toshiba", "legal_name": null, "aliases": ["Toshiba Corporation", "Kabushiki-gaisha Tōshiba", "Kabushiki Kaisha Toshiba (Tokyo)", "Tokyo Shibaura Electric K.K."], "website": "https://www.toshiba.com", "canonical_domain": "toshiba.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["software", "technology", "manufacturing"], "industry_labels": ["software industry", "electronics industry", "electrical industry"], "founded_year": 1875, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LBHTST91VKHO68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toshiba_logo.svg", "description": "Japanese multinational conglomerate corporation", "sitelinks": 75, "importance": 0.4553, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
722 {"wikidata_id": "Q675867", "display_name": "HBIS Group", "legal_name": null, "aliases": ["Hegang", "Hebei Iron and Steel Group", "Hebei Iron and Steel Group Co.", "Ltd.", "Hesteel", "Hesteel Group"], "website": "https://www.hbisco.com", "canonical_domain": "hbisco.com", "country": "CN", "hq_city": "Shijiazhuang", "hq_region": "Hebei", "lat": 38.0425, "lon": 114.51, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2008, "employees": 48101, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HBIS.png", "description": "steel company based in Hebei, China", "sitelinks": 16, "importance": 0.4539, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
723 {"wikidata_id": "Q104868523", "display_name": "Niu Technologies", "legal_name": null, "aliases": [], "website": "https://www.niu.com", "canonical_domain": "niu.com", "country": "CN", "hq_city": "Changzhou", "hq_region": "Jiangsu", "lat": 31.81217, "lon": 119.96917, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NIU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1744781", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niu_Technologies_Logo.png", "description": "Chinese electric scooter company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1744781", "enriched_at": "2026-09-12T09:35:01+00:00"}}
724 {"wikidata_id": "Q1067634", "display_name": "Charoen Pokphand Foods", "legal_name": null, "aliases": ["Charoen Pokphand Foods Public Company Limited", "Charoen Pokphand Foods Public Co.", "Ltd."], "website": "https://www.cpfworldwide.com", "canonical_domain": "cpfworldwide.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["agriculture"], "industry_labels": ["industrial agriculture"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "CPF", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q611064", "name": "Charoen Pokphand"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPF_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
725 {"wikidata_id": "Q1076089", "display_name": "Morinaga & Company", "legal_name": "Morinaga & Co., Ltd.", "aliases": ["Morinaga", "MORINAGA", "Morinaga & Co.", "Ltd.", "Morinaga Seika"], "website": "https://www.morinaga.co.jp", "canonical_domain": "morinaga.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "2201", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morinaga_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
726 {"wikidata_id": "Q109464416", "display_name": "LG Energy Solution", "legal_name": null, "aliases": [], "website": "https://www.lgensol.com", "canonical_domain": "lgensol.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "373220", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_Energy_Solution_logo_EN.svg", "description": "South Korean battery maker", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
727 {"wikidata_id": "Q1115350", "display_name": "Dusit International", "legal_name": null, "aliases": ["Dusit Hotels and Resorts", "Dusit Thani Group", "Dusit Thani Public Company Limited", "Dusit Thani", "Dusit Thani Public Co.", "Ltd."], "website": "https://www.dusit.com", "canonical_domain": "dusit.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "DUSIT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
728 {"wikidata_id": "Q1137879", "display_name": "JEOL", "legal_name": null, "aliases": ["Japan Electron Optics Laboratory", "Nihon Denshi"], "website": "https://www.jeol.com", "canonical_domain": "jeol.com", "country": "JP", "hq_city": "Akishima", "hq_region": "Tokyo", "lat": 35.70567, "lon": 139.35353, "industries": [], "industry_labels": ["scientific instrument"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6951", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JEOL_company_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
729 {"wikidata_id": "Q129645", "display_name": "Sabeco", "legal_name": null, "aliases": ["BIA SAIGON"], "website": "https://www.sabeco.com.vn", "canonical_domain": "sabeco.com.vn", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["food-beverage"], "industry_labels": ["drink"], "founded_year": 1875, "employees": null, "public_company": true, "ticker": "SAB", "exchange": "Hochiminh Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15304350", "name": "ThaiBev"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Bia_Saigon.png", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
730 {"wikidata_id": "Q12988589", "display_name": "Lupin Ltd.", "legal_name": null, "aliases": ["Lupin", "Lupin Limited"], "website": "https://www.lupinworld.com", "canonical_domain": "lupinworld.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "LUPIN", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational pharmaceutical company based in India", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
731 {"wikidata_id": "Q1439493", "display_name": "Fostex", "legal_name": null, "aliases": [], "website": "https://www.foster.co.jp", "canonical_domain": "foster.co.jp", "country": "JP", "hq_city": "Akishima", "hq_region": "Tokyo", "lat": 35.70567, "lon": 139.35353, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "6794", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Fostex.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
732 {"wikidata_id": "Q1656673", "display_name": "Vodafone Idea", "legal_name": "Vodafone Idea Limited", "aliases": ["Vi"], "website": "https://www.myvi.in", "canonical_domain": "myvi.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "IDEA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Vodafone_Idea.png", "description": "Indian telecommunications company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
733 {"wikidata_id": "Q17499655", "display_name": "WH Group", "legal_name": null, "aliases": ["Shineway Group", "Shuanghui Group"], "website": "https://www.wh-group.com", "canonical_domain": "wh-group.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["agriculture"], "industry_labels": ["agriculture", "meatpacking industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "0288", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WHGroup.png", "description": "publicly-traded Chinese meat and food processing company headquartered in Luohe, Henan, China", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
734 {"wikidata_id": "Q18658020", "display_name": "Meitu", "legal_name": null, "aliases": ["Meitu Inc.", "Meitu Technology Co", "Inc.", "Xiamen Meitu Technology Co.", "Ltd"], "website": "https://www.meitu.com", "canonical_domain": "meitu.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["software"], "industry_labels": ["software development", "software industry", "electrical appliance"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "1357", "exchange": "Hong Kong Stock Exchange", "lei": "529900P2POH56W116T02", "sec_cik": "1699967", "parent": null, "logo_url": null, "description": "Chinese technology company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
735 {"wikidata_id": "Q202841", "display_name": "Zijin Mining Group", "legal_name": "ZIJIN MINING GROUP COMPANY LIMITED", "aliases": [], "website": "https://www.zjky.cn", "canonical_domain": "zjky.cn", "country": "CN", "hq_city": "Longyan", "hq_region": "Fujian", "lat": 25.08806, "lon": 117.02444, "industries": ["mining"], "industry_labels": ["mining", "mining industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "601899", "exchange": "Shanghai Stock Exchange", "lei": "836800JRNL2393Z2I561", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zijin_Mining_Logo.svg", "description": "international mining group", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
736 {"wikidata_id": "Q2220571", "display_name": "Sanden Corporation", "legal_name": null, "aliases": ["SANDEN HOLDINGS CORPORATION", "Sanden Kabushiki Kaisha"], "website": "https://www.sanden.co.jp", "canonical_domain": "sanden.co.jp", "country": "JP", "hq_city": "Isesaki", "hq_region": "Gunma Prefecture", "lat": 36.31136, "lon": 139.19681, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "6444", "exchange": "Tokyo Stock Exchange", "lei": "353800167309QI8WG928", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanden_logo.svg", "description": "Japanese automotive and electrical equipment manufacturer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
737 {"wikidata_id": "Q22234667", "display_name": "BOE Technology", "legal_name": null, "aliases": ["BOE", "BEIJING BOE OPTOELECTRONICS TECHNOLOGY CO.", "LTD. (Beijing)", "BEIJING BOE TECHNOLOGY DEVELOPMENT CO.", "LTD.", "Beijing BOE Technology Development Co.", "Ltd. (Beijing)", "BEIJING BOE TECHNOLOGY DEVELOPMENT CO."], "website": "https://www.boe.com", "canonical_domain": "boe.com", "country": "CN", "hq_city": "Daxing District", "hq_region": "Beijing", "lat": 39.7254, "lon": 116.33543, "industries": ["technology"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "200725", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boe_Technology_Group_logo.svg", "description": "Chinese company based in Beijing", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
738 {"wikidata_id": "Q24259", "display_name": "Kuala Lumpur Kepong Berhad", "legal_name": null, "aliases": ["Kuala Lumpur Kepong", "Kuala Lumpur Kepong (KLK) Berhad", "Kuala Lumpur Kepong Bhd."], "website": "https://www.klk.com.my", "canonical_domain": "klk.com.my", "country": "MY", "hq_city": "Ipoh", "hq_region": "Kinta District", "lat": 4.6, "lon": 101.07, "industries": ["agriculture", "chemicals"], "industry_labels": ["plantation", "chemical plant"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "2445", "exchange": "Bursa Malaysia", "lei": "2549009JSTRFMR7A8D34", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuala_Lumpur_Kepong_Berhad.jpg", "description": "Malaysian company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
739 {"wikidata_id": "Q2453426", "display_name": "Trina Solar", "legal_name": null, "aliases": ["TrinaSolar", "TrinaSolar Co.", "TrinaSolar Co.", "Ltd.", "TrinaSolar Co.", "Ltd. (China)"], "website": "https://www.trinasolar.com", "canonical_domain": "trinasolar.com", "country": "CN", "hq_city": "Changzhou", "hq_region": "Jiangsu", "lat": 31.81217, "lon": 119.96917, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "688599", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trina_Solar_logo.svg", "description": "the world’s leading provider of PV and smart energy total solutions", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
740 {"wikidata_id": "Q260121", "display_name": "UBE Corporation", "legal_name": null, "aliases": ["Ube Industries", "Ltd."], "website": "https://www.ube.com", "canonical_domain": "ube.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "4208", "exchange": "Tokyo Stock Exchange", "lei": "529900XMRZ2VNF3ZPS69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ube_Industries_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
741 {"wikidata_id": "Q2742556", "display_name": "G City Ltd", "legal_name": "ג'י סיטי בע''מ", "aliases": [], "website": "https://www.gazitglobe.com", "canonical_domain": "gazitglobe.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "GCT", "exchange": "Tel Aviv Stock Exchange", "lei": "213800EO12XXGZSQ2A73", "sec_cik": null, "parent": null, "logo_url": null, "description": "Gloval real estate company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
742 {"wikidata_id": "Q3011374", "display_name": "DLF Limited", "legal_name": null, "aliases": ["Delhi Land & Finance", "Delhi Land & Finance Limited"], "website": "https://godrejokhla.co.in", "canonical_domain": "godrejokhla.co.in", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "DLF", "exchange": "National Stock Exchange of India", "lei": "335800PJLUEOB8914F48", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DLF_logo.svg", "description": "Indian commercial real estate", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
743 {"wikidata_id": "Q3066841", "display_name": "Janome", "legal_name": null, "aliases": [], "website": "https://janome.com", "canonical_domain": "janome.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "6445", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Janome_company_logo.svg", "description": "Japanese manufacturer of sewing machines", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
744 {"wikidata_id": "Q3079325", "display_name": "Ito En", "legal_name": null, "aliases": ["ITOEN", "ITO EN", "LTD.", "ITOEN", "LTD."], "website": "https://www.itoen.co.jp", "canonical_domain": "itoen.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "2593", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITO_EN_logo.svg", "description": "A manufacturer of tea products and soft drinks based in Shibuya Ward, Tokyo, Japan.", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
745 {"wikidata_id": "Q3138937", "display_name": "Yamazaki Baking", "legal_name": null, "aliases": [], "website": "https://www.yamazakipan.co.jp", "canonical_domain": "yamazakipan.co.jp", "country": "JP", "hq_city": "Iwamotochō", "hq_region": "Chiyoda", "lat": 35.69357, "lon": 139.77664, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2212", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E5%B1%B1%E5%B4%8E%E8%A3%BD%E3%83%91%E3%83%B3%E3%83%AD%E3%82%B4%E9%BB%92.png", "description": "Japanese bread-baking corporation", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
746 {"wikidata_id": "Q3482319", "display_name": "Shionogi", "legal_name": "Shionogi & Co., Ltd.", "aliases": ["SHIONOGI & CO.", "LTD.", "Shionogi & Company", "Shionogi Inc.", "Shionogi Seiyaku Kabushiki Kaisha"], "website": "https://www.shionogi.com", "canonical_domain": "shionogi.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "4507", "exchange": "Tokyo Stock Exchange", "lei": "35380049VXDTHZI3DY35", "sec_cik": "1281721", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shionogi_Seiyaku_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1281721", "enriched_at": "2026-09-12T09:35:01+00:00"}}
747 {"wikidata_id": "Q3958138", "display_name": "Vedanta Limited", "legal_name": null, "aliases": [], "website": "https://www.vedantalimited.com", "canonical_domain": "vedantalimited.com", "country": "IN", "hq_city": "Goa", "hq_region": "India", "lat": 15.40194, "lon": 74.04333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "VEDL", "exchange": "National Stock Exchange of India", "lei": "335800XDKX9KB5EMCO07", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
748 {"wikidata_id": "Q4035681", "display_name": "CRI Middleware", "legal_name": "CSK Research Institute Corp.", "aliases": ["CRI Middleware Co.", "Ltd.", "Criware", "CRIWARE"], "website": "https://www.criware.com", "canonical_domain": "criware.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3698", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese software developer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
749 {"wikidata_id": "Q4050342", "display_name": "Sumitomo Forestry", "legal_name": null, "aliases": ["Sumitomo Forestry Co.", "Ltd."], "website": "https://sfc.jp", "canonical_domain": "sfc.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": [], "founded_year": 1691, "employees": null, "public_company": true, "ticker": "1911", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_logo_of_Sumitomo_Forestry_Co.%2C_Ltd.svg", "description": "Japanese wood company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
750 {"wikidata_id": "Q4115279", "display_name": "Bank Islam Malaysia", "legal_name": null, "aliases": ["Bank Islam Malaysia Berhad", "Bank Islam Malaysia Bhd."], "website": "https://www.bankislam.com", "canonical_domain": "bankislam.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking"], "industry_labels": ["Sharia-compliant banking"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "5258", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BANK_ISLAM_LOGO.jpg", "description": "Malaysian Islamic bank", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
751 {"wikidata_id": "Q4166519", "display_name": "Saudi Awwal Bank", "legal_name": "البنك السعودي البريطاني", "aliases": ["SAB", "SABB", "Saudi British Bank"], "website": "https://www.sab.com", "canonical_domain": "sab.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "1060", "exchange": "Saudi Stock Exchange", "lei": "558600TQS0WENZUC5190", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAB_logo_%28since_2023%29.svg", "description": "Saudi Arabian bank", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
752 {"wikidata_id": "Q4208351", "display_name": "Bank of Shanghai", "legal_name": null, "aliases": ["BOSC", "Bank of Shanghai Co.", "Ltd."], "website": "https://www.bankofshanghai.com", "canonical_domain": "bankofshanghai.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601229", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "urban commercial bank in Shanghai, China", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
753 {"wikidata_id": "Q4383943", "display_name": "Hong Leong Bank", "legal_name": null, "aliases": ["HONG LEONG BANK BERHAD", "Hong Leong Bank Berhad", "Hong Leong Bank Bhd."], "website": "https://www.hlb.com.my", "canonical_domain": "hlb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "5819", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hong-Leong-Bank_Logo_July_2017.png", "description": "public banking group located in Malaysia", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
754 {"wikidata_id": "Q451688", "display_name": "Amada Co", "legal_name": null, "aliases": [], "website": "https://www.amada.co.jp", "canonical_domain": "amada.co.jp", "country": "JP", "hq_city": "Isehara", "hq_region": "Kanagawa Prefecture", "lat": 35.40294, "lon": 139.31497, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "AMDLY", "exchange": "OTC Markets Group", "lei": "529900QF5O6TQGCPDX85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amada.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
755 {"wikidata_id": "Q474321", "display_name": "CMC Magnetics", "legal_name": null, "aliases": ["CMC"], "website": "https://www.cmcnet.com.tw", "canonical_domain": "cmcnet.com.tw", "country": "TW", "hq_city": "Jiying Village", "hq_region": "Zhongshan District", "lat": 25.06342, "lon": 121.52113, "industries": ["internet"], "industry_labels": ["optoelectronics", "digital media"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "2323", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
756 {"wikidata_id": "Q47488519", "display_name": "Kakao Games", "legal_name": null, "aliases": ["Daum Games"], "website": "https://www.kakaogamescorp.com", "canonical_domain": "kakaogamescorp.com", "country": "KR", "hq_city": "Jeju Province", "hq_region": "South Korea", "lat": 33.36667, "lon": 126.53333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "293490", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17684312", "name": "Kakao"}, "logo_url": null, "description": "video game developer and publisher", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
757 {"wikidata_id": "Q4764375", "display_name": "iFlytek", "legal_name": null, "aliases": ["Xunfei", "Anhui USTC iFlytek Co.", "Anhui USTC iFLYTEK Science and Technology Co. Ltd.", "Iflytek Co Ltd", "Keda Xufei", "Keda Xunfei", "USTC iFlytek"], "website": "https://www.iflytek.com", "canonical_domain": "iflytek.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "002230", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IFlytek_logo.png", "description": "Chinese technology company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
758 {"wikidata_id": "Q487694", "display_name": "Biocon", "legal_name": null, "aliases": ["Biocon Ltd."], "website": "https://www.biocon.com", "canonical_domain": "biocon.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BIOCON", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "an Indian biopharmaceutical company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
759 {"wikidata_id": "Q4969284", "display_name": "Britannia Industries", "legal_name": "Britannia Industries Limited", "aliases": ["Britannia"], "website": "https://www.britannia.co.in", "canonical_domain": "britannia.co.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "BRITANNIA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational food products company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
760 {"wikidata_id": "Q5191790", "display_name": "Trip.com Group", "legal_name": null, "aliases": ["Xiecheng", "Ctrip", "Ctrip.com international Ltd.", "Trip.com Group Limited"], "website": "https://group.trip.com", "canonical_domain": "trip.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TCOM", "exchange": "Nasdaq", "lei": "2549004RMYDSRQL4KW41", "sec_cik": "1269238", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trip.com_Group_Ltd._logo.jpg", "description": "Chinese provider of travel services", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1269238", "enriched_at": "2026-09-12T09:35:01+00:00"}}
761 {"wikidata_id": "Q5216057", "display_name": "JGC Holdings Corporation", "legal_name": null, "aliases": ["Nikki", "JGC Corporation"], "website": "https://www.jgc.com", "canonical_domain": "jgc.com", "country": "JP", "hq_city": "Queen’s Square Yokohama", "hq_region": "Minatomirai", "lat": 35.4565, "lon": 139.634, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "1963", "exchange": "Tokyo Stock Exchange", "lei": "5493003WMGG79YLARU68", "sec_cik": "1949048", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JGC_Corporation_company_logo.png", "description": "engineering company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
762 {"wikidata_id": "Q5244509", "display_name": "LiuGong", "legal_name": null, "aliases": ["Liugong Machinery Co.", "Ltd."], "website": "https://www.liugong.com", "canonical_domain": "liugong.com", "country": "CN", "hq_city": "Liuzhou", "hq_region": "Guangxi", "lat": 24.3264, "lon": 109.4281, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "000528", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LiuGong_logo.svg", "description": "construction equipment manufacturer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
763 {"wikidata_id": "Q5270580", "display_name": "Dialog", "legal_name": null, "aliases": ["Dialog Axiata", "Dialog Axiata PLC"], "website": "https://www.dialog.lk", "canonical_domain": "dialog.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "DIAL.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dialog_Axiata_logo.svg", "description": "Sri Lankan telecommunications company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
764 {"wikidata_id": "Q529157", "display_name": "Frontline", "legal_name": "Frontline plc", "aliases": [], "website": "https://www.frontlineplc.cy", "canonical_domain": "frontlineplc.cy", "country": "CY", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["shipping"], "industry_labels": ["shipping"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "FRO", "exchange": "Oslo Stock Exchange", "lei": "2138004B4QMPPPSZ9908", "sec_cik": "913290", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frontline_Logo.svg", "description": "shipping company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "913290", "enriched_at": "2026-09-12T09:35:01+00:00"}}
765 {"wikidata_id": "Q5331498", "display_name": "Ebara Corporation", "legal_name": null, "aliases": [], "website": "https://www.ebara.co.jp", "canonical_domain": "ebara.co.jp", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "6361", "exchange": "Tokyo Stock Exchange", "lei": "353800UV8U3SOMCDTI49", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ebara.svg", "description": "Japanese manufacturing company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
766 {"wikidata_id": "Q571997", "display_name": "SBI Shinsei Bank", "legal_name": "株式会社SBI新生銀行", "aliases": [], "website": "https://www.shinseibank.com", "canonical_domain": "shinseibank.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "8303", "exchange": "Tokyo Stock Exchange", "lei": "549300PZYOQ2NW83V760", "sec_cik": null, "parent": {"wikidata_id": "Q1113213", "name": "SBI Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SBI_Shinsei_Bank_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
767 {"wikidata_id": "Q5871641", "display_name": "Hitachi Construction Machinery", "legal_name": null, "aliases": [], "website": "https://www.hitachicm.com", "canonical_domain": "hitachicm.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery", "construction"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6305", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hitachi_2025_logo.svg", "description": "Japanese construction equipment company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
768 {"wikidata_id": "Q5986105", "display_name": "Ichibanya", "legal_name": null, "aliases": ["CoCo Ichibanya", "CoCoICHI", "ICHIBANYA CO.", "LTD."], "website": "https://www.ichibanya.co.jp", "canonical_domain": "ichibanya.co.jp", "country": "JP", "hq_city": "Ichinomiya", "hq_region": "Aichi Prefecture", "lat": 35.30389, "lon": 136.80306, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "7630", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ICHIBANYA_Logo.svg", "description": "Japanese food services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
769 {"wikidata_id": "Q6112623", "display_name": "Pos Malaysia", "legal_name": null, "aliases": ["Pos Malaysia Berhad", "Pos Malaysia Bhd."], "website": "https://www.pos.com.my", "canonical_domain": "pos.com.my", "country": "MY", "hq_city": "Kuala Lumpur General Post Office", "hq_region": "Kuala Lumpur", "lat": 3.14404, "lon": 101.69263, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1800, "employees": null, "public_company": true, "ticker": "4634", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/POS_Logo.svg", "description": "postal company of Malaysia", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
770 {"wikidata_id": "Q6747833", "display_name": "Mandarake", "legal_name": null, "aliases": [], "website": "https://www.mandarake.co.jp", "canonical_domain": "mandarake.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": ["antiquarian bookstore", "dōjin shop"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "2652", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mandarake_logo.png", "description": "Japanese used goods store chain", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
771 {"wikidata_id": "Q6805531", "display_name": "Media Prima", "legal_name": null, "aliases": ["MEDIA PRIMA BERHAD", "Media Prima Berhad", "Media Prima Bhd."], "website": "https://applecrumby.com", "canonical_domain": "applecrumby.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4502", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Media_Prima_logo.svg", "description": "Malaysian integrated media company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
772 {"wikidata_id": "Q6903407", "display_name": "Thaicom", "legal_name": "Thaicom Public Company Limited", "aliases": ["Shinawatra Satellite", "Shin Satellite", "Thaicom Public Co.", "Ltd."], "website": "https://www.thaicom.net", "canonical_domain": "thaicom.net", "country": "TH", "hq_city": "Nonthaburi", "hq_region": "Thailand", "lat": 13.8625, "lon": 100.51444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "THCOM", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1630246", "name": "Intouch Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thaicom_textlogo.svg", "description": "Thai telecommunications and satellite operator", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
773 {"wikidata_id": "Q6912239", "display_name": "Morinaga Milk Industry", "legal_name": "Morinaga Milk Industry Co.,Ltd.", "aliases": ["Morinaga", "Morinaga Milk Industry Co.", "Ltd.", "Mori-nu", "Mori-Nu", "Morinaga Milk"], "website": "https://www.morinagamilk.co.jp", "canonical_domain": "morinagamilk.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2264", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mmi-logo.svg", "description": "Japanese dairy company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
774 {"wikidata_id": "Q694507", "display_name": "Kyushu Electric Power", "legal_name": null, "aliases": ["KYUSHU ELECTRIC POWER CO.", "INC."], "website": "https://www.kyuden.co.jp", "canonical_domain": "kyuden.co.jp", "country": "JP", "hq_city": "Watanabe-dōri", "hq_region": "Chūō-ku", "lat": 33.58497, "lon": 130.40444, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9508", "exchange": "Tokyo Stock Exchange", "lei": "549300BYNZPLKQVQH430", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Ky%C5%ABsh%C5%AB_Denryoku.svg", "description": "public company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
775 {"wikidata_id": "Q709039", "display_name": "Tatung Company", "legal_name": null, "aliases": ["Datong Company"], "website": "https://www.tatung.com", "canonical_domain": "tatung.com", "country": "TW", "hq_city": "Zhongshan District", "hq_region": "Taipei", "lat": 25.06889, "lon": 121.53306, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "2371", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tatung_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
776 {"wikidata_id": "Q7410186", "display_name": "Sampoerna", "legal_name": "PT Hanjaya Mandala Sampoerna Tbk", "aliases": ["HMSP", "HM Sampoerna", "HM Sampoerna Tbk"], "website": "https://www.sampoerna.com", "canonical_domain": "sampoerna.com", "country": "ID", "hq_city": "Surabaya", "hq_region": "East Java", "lat": -7.24628, "lon": 112.73777, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "consumer goods industry"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "HMSP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1852556", "name": "Philip Morris International"}, "logo_url": null, "description": "Indonesian tobacco company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
777 {"wikidata_id": "Q742449", "display_name": "Hokkaido Electric Power Company", "legal_name": "Hokkaido Electric Power Co., Inc.", "aliases": ["Hokuden", "HEPCO"], "website": "https://www.hepco.co.jp", "canonical_domain": "hepco.co.jp", "country": "JP", "hq_city": "Ōdōri Higashi", "hq_region": "Chūō-ku", "lat": 43.06329, "lon": 141.36374, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9509", "exchange": "Tokyo Stock Exchange", "lei": "353800XDXIIZDHUO0J51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hokkaido_Electric_Power_Company_Logo.svg", "description": "public company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
778 {"wikidata_id": "Q795243", "display_name": "Rinnai", "legal_name": null, "aliases": [], "website": "https://www.rinnai.co.jp", "canonical_domain": "rinnai.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "5947", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rinnai.svg", "description": "corporation", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
779 {"wikidata_id": "Q7968118", "display_name": "Want Want China", "legal_name": null, "aliases": ["Want Want", "Want Want China Holdings Limited"], "website": "https://www.wantwant.com.cn", "canonical_domain": "wantwant.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "0151", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Food and beverage company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
780 {"wikidata_id": "Q8049138", "display_name": "Yapı ve Kredi Bankası", "legal_name": null, "aliases": ["Yapi Kredi"], "website": "https://www.yapikredi.com.tr", "canonical_domain": "yapikredi.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "YKBNK", "exchange": "Borsa Istanbul", "lei": "B85ZYWEZ5IZCZ2WNIO12", "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish private sector bank", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
781 {"wikidata_id": "Q837533", "display_name": "Link REIT", "legal_name": "Link Real Estate Investment Trust", "aliases": [], "website": "https://www.linkreit.com", "canonical_domain": "linkreit.com", "country": "CN", "hq_city": "Kwun Tong", "hq_region": "Kwun Tong District", "lat": 22.31306, "lon": 114.22556, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "0823", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LINK_REIT_logo.svg", "description": "company in Hong Kong", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
782 {"wikidata_id": "Q86734122", "display_name": "LY Corporation", "legal_name": "LINEヤフー株式会社", "aliases": ["LYCO", "Z Holdings", "LY", "LYC", "LINE Yahoo", "Z HD", "Z Holdings Corporation", "LY Co"], "website": "https://www.lycorp.co.jp", "canonical_domain": "lycorp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "4689", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109359747", "name": "A Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LY_Corp_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
783 {"wikidata_id": "Q903943", "display_name": "Adama Agricultural Solutions Ltd.", "legal_name": "Adama Agricultural Solutions", "aliases": ["Adama", "Makhteshim Agan Industries"], "website": "https://www.adama.com", "canonical_domain": "adama.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ADAMA", "exchange": "Tel Aviv Stock Exchange", "lei": "213800WNAEYCPL9G3563", "sec_cik": null, "parent": {"wikidata_id": "Q16739781", "name": "ChemChina"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adama_Logo.svg", "description": "Israeli manufacturing company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
784 {"wikidata_id": "Q930288", "display_name": "FSP Technology", "legal_name": null, "aliases": ["FSP Group"], "website": "https://www.fsplifestyle.com", "canonical_domain": "fsplifestyle.com", "country": "TW", "hq_city": "Taoyuan", "hq_region": "Taiwan", "lat": 24.99128, "lon": 121.31433, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "3015", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
785 {"wikidata_id": "Q96983171", "display_name": "BAIC BluePark", "legal_name": null, "aliases": ["BAIC Bluepark New Energy Technology Co.", "Ltd.", "Beijing Electric Vehicle", "BJEV"], "website": "https://www.bjev.com.cn", "canonical_domain": "bjev.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "600733", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": null, "description": "subsidiary of BAIC Group", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
786 {"wikidata_id": "Q6039733", "display_name": "Togg", "legal_name": "Türkiye'nin Otomobili Girişim Grubu Sanayi ve Ticaret A.Ş.", "aliases": ["TOGG", "Turkey's Automobile Joint Venture Group Inc."], "website": "https://www.togg.com.tr", "canonical_domain": "togg.com.tr", "country": "TR", "hq_city": "Gebze", "hq_region": "Kocaeli Province", "lat": 40.80278, "lon": 29.43056, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOGG_logo.svg", "description": "Turkish automotive company", "sitelinks": 72, "importance": 0.4511, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
787 {"wikidata_id": "Q1967805", "display_name": "NTPC Limited", "legal_name": null, "aliases": ["National Thermal Power Corporation Limited", "NTPC", "NTPC Ltd", "NTPC Ltd.", "National Thermal Power Corporation", "National Thermal Power Corporation Ltd"], "website": "https://www.ntpc.co.in", "canonical_domain": "ntpc.co.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1975, "employees": 23860, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Thermal_Power_logo.svg", "description": "Indian state-owned enterprise engaged in the business of generation of electricity and allied activities", "sitelinks": 17, "importance": 0.4498, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
788 {"wikidata_id": "Q2414469", "display_name": "FromSoftware", "legal_name": null, "aliases": ["From Software", "Inc."], "website": "https://www.fromsoftware.jp", "canonical_domain": "fromsoftware.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": 456, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17224985", "name": "Kadokawa Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fromsoftware_logo.svg", "description": "Japanese video game developer", "sitelinks": 30, "importance": 0.4497, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
789 {"wikidata_id": "Q972645", "display_name": "The Times Group", "legal_name": null, "aliases": ["Bennet Coleman & Co.", "Bennett Coleman and Co. Ltd.", "Bennett", "Coleman and Company Limited", "Times Group"], "website": "https://bccl.in", "canonical_domain": "bccl.in", "country": "IN", "hq_city": "Maharashtra", "hq_region": "India", "lat": 19.75148, "lon": 75.71389, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1838, "employees": 11002, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mass media conglomerate in India", "sitelinks": 19, "importance": 0.4497, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
790 {"wikidata_id": "Q297600", "display_name": "aselsan.com", "legal_name": null, "aliases": ["Aselsan", "Askeri Elektronik Sanayi", "Military Electronic Industries"], "website": "https://www.aselsan.com", "canonical_domain": "aselsan.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1975, "employees": 5343, "public_company": false, "ticker": null, "exchange": null, "lei": "7890008XT4M710MU8714", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASELSAN_logo.svg", "description": "Turkish defense corporation", "sitelinks": 21, "importance": 0.4492, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
791 {"wikidata_id": "Q51779763", "display_name": "Bamboo Airways", "legal_name": null, "aliases": [], "website": "https://www.bambooairways.com", "canonical_domain": "bambooairways.com", "country": "VN", "hq_city": "Phu Cat Airport", "hq_region": "Bình Định", "lat": 13.955, "lon": 109.04222, "industries": ["airlines"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bamboo_Airways_Logo.svg", "description": "airline based in Vietnam", "sitelinks": 70, "importance": 0.4481, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
792 {"wikidata_id": "Q6023024", "display_name": "baykartech.com", "legal_name": null, "aliases": ["Baykar Makina", "Baykar Makina Sanayi ve Ticaret A.Ş.", "Baykar Teknoloji"], "website": "https://www.baykartech.com", "canonical_domain": "baykartech.com", "country": "TR", "hq_city": "Bahçeşehir", "hq_region": "Başakşehir", "lat": 41.06111, "lon": 28.70556, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1986, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BaykarLogo.png", "description": "Turkish tactical UAV manufacturer, private company", "sitelinks": 21, "importance": 0.4467, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
793 {"wikidata_id": "Q115880", "display_name": "Georgian Railway", "legal_name": null, "aliases": [], "website": "https://www.railway.ge", "canonical_domain": "railway.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Georgian_Railways_logo_%282016-present%29.svg", "description": "national railway company in Georgia", "sitelinks": 26, "importance": 0.4465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
794 {"wikidata_id": "Q1430541", "display_name": "Oil and Natural Gas Corporation", "legal_name": null, "aliases": ["Oil & Natural Gas Corp Ltd", "ONGC"], "website": "https://www.ongcindia.com", "canonical_domain": "ongcindia.com", "country": "IN", "hq_city": "Dehradun", "hq_region": "Dehradun district", "lat": 30.318, "lon": 78.029, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "335800FPDZ9MRSNO7N41", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ONGC_Logo.svg", "description": "Indian state-owned oil and gas company", "sitelinks": 26, "importance": 0.4465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
795 {"wikidata_id": "Q593733", "display_name": "National Iranian Oil Company", "legal_name": "شرکت ملی نفت ایران", "aliases": ["NIOC", "Sherkat-e Melli-ye Naft-e Īrān"], "website": "https://en.nioc.ir", "canonical_domain": "nioc.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_the_National_Iranian_Oil_Company.svg", "description": "oil and gas company of Iran", "sitelinks": 26, "importance": 0.4465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
796 {"wikidata_id": "Q386773", "display_name": "Korg", "legal_name": null, "aliases": ["Keio Electronic Laboratories", "Keio Electronic Laboratories Corp.", "Korg Corporation", "KORG Inc."], "website": "https://www.korg.com", "canonical_domain": "korg.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["musical instrument maker"], "founded_year": 1963, "employees": 288, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korg_logo.svg", "description": "musical instrument manufacturing company", "sitelinks": 31, "importance": 0.4464, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
797 {"wikidata_id": "Q3082637", "display_name": "SAIC-GM-Wuling", "legal_name": null, "aliases": ["Liuzhou Wuling Automobile Co.", "Ltd.", "SAIC-GM-Wuling Automobile", "SAIC-GM-Wuling Automobile Co.", "Ltd.", "SAIC-Wuling Automobile Co.", "Ltd."], "website": "https://www.sgmw.com.cn", "canonical_domain": "sgmw.com.cn", "country": "CN", "hq_city": "Liuzhou", "hq_region": "Guangxi", "lat": 24.3259, "lon": 109.37108, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": 18150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SGMW_logo_%282025%29.png", "description": "Chinese automobile manufacturer and joint venture", "sitelinks": 17, "importance": 0.4458, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
798 {"wikidata_id": "Q2669683", "display_name": "Molten Corporation", "legal_name": null, "aliases": [], "website": "https://www.molten.co.jp", "canonical_domain": "molten.co.jp", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.38525, "lon": 132.45531, "industries": [], "industry_labels": ["sports industry"], "founded_year": 1958, "employees": 3900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molten_company_logo.svg", "description": "Japanese sports brand", "sitelinks": 21, "importance": 0.4447, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
799 {"wikidata_id": "Q1524303", "display_name": "Alpine Electronics", "legal_name": null, "aliases": ["Alpine", "Alpage"], "website": "https://www.alpine.com", "canonical_domain": "alpine.com", "country": "JP", "hq_city": "Iwaki", "hq_region": "Fukushima Prefecture", "lat": 37.0505, "lon": 140.88772, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1967, "employees": 10835, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1611033", "name": "Alps Alpine"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpine_Logo.svg", "description": "Japanese manufacturer of consumer electronics", "sitelinks": 18, "importance": 0.4441, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
800 {"wikidata_id": "Q21451523", "display_name": "Genesis Motor", "legal_name": null, "aliases": ["Genesis", "Genesis Motors"], "website": "https://www.genesis.com", "canonical_domain": "genesis.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genesis_G90_3.5T_RS4_Savile_Silver_%2830%29.jpg", "description": "South Korean luxury brand", "sitelinks": 25, "importance": 0.4425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
801 {"wikidata_id": "Q1073492", "display_name": "China Resources Beer (Holdings) Company Limited", "legal_name": null, "aliases": ["China Resources Enterprise", "CRH (Enterprise) Limited"], "website": "https://www.crbeer.com.hk", "canonical_domain": "crbeer.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "291", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q21158111"}]}
802 {"wikidata_id": "Q1506638", "display_name": "The Wharf (Holdings) Limited", "legal_name": null, "aliases": ["The Wharf", "Wharf"], "website": "https://www.wharfholdings.com", "canonical_domain": "wharfholdings.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "0004", "exchange": "Hong Kong Stock Exchange", "lei": "254900JCV4TBBPX9IW91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wharf_logo.svg", "description": "company in Hong Kong", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
803 {"wikidata_id": "Q16922766", "display_name": "Genting Hong Kong", "legal_name": null, "aliases": ["Genting Hong Kong Limited", "Star Cruises Limited"], "website": "https://www.gentinghk.com", "canonical_domain": "gentinghk.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0678", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genting_Hong_Kong_logo.svg", "description": "Hong Kong company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
804 {"wikidata_id": "Q1792238", "display_name": "Kunlun Energy", "legal_name": null, "aliases": ["Kunlun Energy Company Limited"], "website": "https://www.cnpc.com.hk", "canonical_domain": "cnpc.com.hk", "country": "HK", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0135", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q588786", "name": "China National Petroleum Corporation"}, "logo_url": null, "description": "Chinese oil and gas company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
805 {"wikidata_id": "Q1808602", "display_name": "NIIT", "legal_name": null, "aliases": [], "website": "https://www.niit.com", "canonical_domain": "niit.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "NIITLTD", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIIT_logo.svg", "description": "National Institute of Information Technology", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
806 {"wikidata_id": "Q187212", "display_name": "SolarEdge", "legal_name": null, "aliases": [], "website": "https://www.solaredge.com", "canonical_domain": "solaredge.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "SEDG", "exchange": "Nasdaq", "lei": "5493000K6Y58XXPDF853", "sec_cik": "1419612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SolarEdge_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
807 {"wikidata_id": "Q3476312", "display_name": "Smartfren", "legal_name": "Smartfren Telecom Tbk", "aliases": ["FREN", "PT Smartfren Telecom Tbk", "PT Smartfren Telecom", "Tbk", "Smartfren Telecom"], "website": "https://www.smartfren.com", "canonical_domain": "smartfren.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "FREN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1516371", "name": "Sinar Mas Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smartfren_%282019%29.svg", "description": "Indonesian telecommunications company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
808 {"wikidata_id": "Q373291", "display_name": "Baotou Steel", "legal_name": null, "aliases": [], "website": "https://www.btsteel.com", "canonical_domain": "btsteel.com", "country": "CN", "hq_city": "Baotou", "hq_region": "Inner Mongolia", "lat": 40.65621, "lon": 109.83454, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600010", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
809 {"wikidata_id": "Q491325", "display_name": "Shinhan Financial Group", "legal_name": null, "aliases": [], "website": "https://www.shinhangroup.com", "canonical_domain": "shinhangroup.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "SHG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1263043", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mini_shinhan.jpg", "description": "Financial holding company in Seoul, South Korea", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1263043", "enriched_at": "2026-09-12T09:35:01+00:00"}}
810 {"wikidata_id": "Q491990", "display_name": "Hanwha Life Insurance", "legal_name": "Hanwha Life Insurance Co., Ltd.", "aliases": [], "website": "https://www.hanwhalife.com", "canonical_domain": "hanwhalife.com", "country": "KR", "hq_city": "63 Building", "hq_region": "Yeoui-dong", "lat": 37.51972, "lon": 126.94, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "088350", "exchange": "Korean Stock Exchange", "lei": "988400ZKCI3R9DQHR320", "sec_cik": null, "parent": null, "logo_url": null, "description": "insurance company in South Korea", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
811 {"wikidata_id": "Q492581", "display_name": "Doosan Enerbility", "legal_name": "Doosan Enerbility Co., Ltd.", "aliases": ["Doosan Heavy Industries & Construction"], "website": "https://www.doosanenerbility.com", "canonical_domain": "doosanenerbility.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "034020", "exchange": "Korean Stock Exchange", "lei": "988400TK5NA3GLSTN506", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doosan_logo_%28en%29.png", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
812 {"wikidata_id": "Q5016462", "display_name": "Zydus Cadila", "legal_name": null, "aliases": ["Cadila Healthcare", "Zydus", "Zydus Lifesciences"], "website": "https://cadilapharma.com", "canonical_domain": "cadilapharma.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "CADILAHC", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian pharmaceutical stock company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
813 {"wikidata_id": "Q545565", "display_name": "Anhui Conch Cement Co., Ltd.", "legal_name": "Anhui Conch Cement Co., Ltd.", "aliases": ["Anhui Conch Cement", "Anhui Conch Cement Company", "Conch Cement"], "website": "https://www.conch.cn", "canonical_domain": "conch.cn", "country": "CN", "hq_city": "Wuhu", "hq_region": "Anhui", "lat": 31.33398, "lon": 118.36223, "industries": ["construction"], "industry_labels": ["Cement industry in the People's Republic of China"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600585", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q48911000", "name": "Anhui Conch Group Co., Ltd"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anhuiconch.png", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
814 {"wikidata_id": "Q6108978", "display_name": "JSW Steel Ltd", "legal_name": null, "aliases": ["JSW Steel"], "website": "https://www.jsw.in", "canonical_domain": "jsw.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "JSWSTEEL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational steel company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6108973"}]}
815 {"wikidata_id": "Q649343", "display_name": "ACC Limited", "legal_name": null, "aliases": ["The Associated Cement Companies Limited"], "website": "https://dealers-nearme.acclimited.com", "canonical_domain": "acclimited.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["construction"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "ACC", "exchange": "National Stock Exchange of India", "lei": "335800569A6H12LH4677", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ACC_Limited_logo.svg", "description": "Producers of cement in India", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
816 {"wikidata_id": "Q752084", "display_name": "New World Development Company Limited", "legal_name": null, "aliases": ["New World Development"], "website": "https://www.nwd.com.hk", "canonical_domain": "nwd.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "0017", "exchange": "Hong Kong Stock Exchange", "lei": "2549008GWMWXTIRL4S48", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
817 {"wikidata_id": "Q765895", "display_name": "Lotte Himart", "legal_name": "Lotte Himart Co., Ltd.", "aliases": ["Hi-Mart", "Himart"], "website": "https://www.himart.co.kr", "canonical_domain": "himart.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "071840", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12594197", "name": "Lotte Shopping"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_Mart_2018.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
818 {"wikidata_id": "Q833709", "display_name": "DrayTek", "legal_name": null, "aliases": [], "website": "https://www.draytek.com", "canonical_domain": "draytek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "6216", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_DrayTek.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
819 {"wikidata_id": "Q842437", "display_name": "YTL Corporation", "legal_name": null, "aliases": ["YTL CORPORATION BERHAD", "Ytl Corporation Berhad", "Ytl Corporation Bhd."], "website": "https://www.ytl.com.my", "canonical_domain": "ytl.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "4677", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YTL_Corporation_Berhad.png", "description": "Malaysian infrastructure conglomerate", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
820 {"wikidata_id": "Q842879", "display_name": "Fuji Kyuko", "legal_name": null, "aliases": ["Fujikyu"], "website": "https://www.fujikyu.co.jp", "canonical_domain": "fujikyu.co.jp", "country": "JP", "hq_city": "Fujiyoshida", "hq_region": "Yamanashi Prefecture", "lat": 35.48753, "lon": 138.80775, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "9010", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujikyu_Logo_2024.svg", "description": "Japanese passenger transportation company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
821 {"wikidata_id": "Q858452", "display_name": "Fujiya", "legal_name": null, "aliases": ["Fujiya Co."], "website": "https://www.fujiya-peko.co.jp", "canonical_domain": "fujiya-peko.co.jp", "country": "JP", "hq_city": "Ōtsuka", "hq_region": "Bunkyō-ku", "lat": 35.72192, "lon": 139.73109, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "2211", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3138937", "name": "Yamazaki Baking"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FUJIYA_logo.svg", "description": "Japanese confectionery store chain", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
822 {"wikidata_id": "Q932299", "display_name": "Zoom Corporation", "legal_name": null, "aliases": ["Zoom", "Sound Service GmbH", "Zoom North America", "Zoom UK Distribution Limited"], "website": "https://www.zoom.co.jp", "canonical_domain": "zoom.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "6694", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo.Zoom.Corporation.png", "description": "Japanese company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
823 {"wikidata_id": "Q955596", "display_name": "Chiyoda Corporation", "legal_name": null, "aliases": [], "website": "https://www.chiyodacorp.com", "canonical_domain": "chiyodacorp.com", "country": "JP", "hq_city": "Minato Mirai Grand Central Tower", "hq_region": "Minatomirai", "lat": 35.45867, "lon": 139.62933, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6366", "exchange": "Tokyo Stock Exchange", "lei": "549300QKY84OVLK4L190", "sec_cik": "1442657", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chiyoda_Corporation_company_logo.svg", "description": "Japanese engineering company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
824 {"wikidata_id": "Q995660", "display_name": "Shanghai Electric", "legal_name": null, "aliases": ["SEG", "Shanghai Electric Group Company", "Shanghai Electric Group Company limited"], "website": "https://www.shanghai-electric.com", "canonical_domain": "shanghai-electric.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "601727", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
825 {"wikidata_id": "Q2548367", "display_name": "ROKETSAN", "legal_name": null, "aliases": ["Roketsan A.Ş.", "Roketsan Roket Sanayii ve Ticaret A.Ş."], "website": "https://www.roketsan.com.tr", "canonical_domain": "roketsan.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1988, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roketsan_logo.svg", "description": "Turkish rocket, missile R&D and production defence industry company", "sitelinks": 21, "importance": 0.4409, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
826 {"wikidata_id": "Q212304", "display_name": "Etihad Airways", "legal_name": null, "aliases": ["ETD", "Etihad", "EY"], "website": "https://www.etihad.com", "canonical_domain": "etihad.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "DF0BVHAOM8TIXBR3S960", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Etihad-airways-logo.svg", "description": "flag-carrier airline of the United Arab Emirates", "sitelinks": 65, "importance": 0.4405, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
827 {"wikidata_id": "Q18712406", "display_name": "Lazada Group", "legal_name": null, "aliases": ["Lazada"], "website": "https://lazada.com", "canonical_domain": "lazada.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["e-commerce", "internet"], "industry_labels": ["e-commerce", "online shopping", "online shop"], "founded_year": 2012, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lazada_%282019%29.svg", "description": "Singaporean-Chinese e-commerce company, based in Southeast Asia", "sitelinks": 20, "importance": 0.4401, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
828 {"wikidata_id": "Q156591", "display_name": "Yad Vashem", "legal_name": "יד ושם", "aliases": ["The Holocaust Martyrs' and Heroes' Remembrance Authority"], "website": "https://www.yadvashem.org", "canonical_domain": "yadvashem.org", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77442, "lon": 35.17725, "industries": ["media"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yad_Vashem_Logo.svg", "description": "Israel's official memorial to the Jewish victims of the Holocaust", "sitelinks": 63, "importance": 0.4372, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
829 {"wikidata_id": "Q20795233", "display_name": "South Caucasus Railway", "legal_name": null, "aliases": ["HKE"], "website": "https://www.railway.am", "canonical_domain": "railway.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2008, "employees": 4300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q660770", "name": "Russian Railways"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_Caucasus_Railway_logo.svg", "description": "one of the subsidiaries of Russian Railways and operator of Armenia Railways", "sitelinks": 19, "importance": 0.4361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
830 {"wikidata_id": "Q5678438", "display_name": "Digikala", "legal_name": null, "aliases": ["Inc."], "website": "https://www.digikala.com", "canonical_domain": "digikala.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["e-commerce", "retail"], "industry_labels": ["e-commerce", "retail"], "founded_year": 2006, "employees": 8200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digikala-logo.png", "description": "Iranian Online Retailer", "sitelinks": 17, "importance": 0.4343, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
831 {"wikidata_id": "Q6506480", "display_name": "LeEco", "legal_name": null, "aliases": ["Leshi Holding (Beijing) Co.", "Ltd.", "Leshi Holding"], "website": "https://www.leeco.com", "canonical_domain": "leeco.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2011, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company founded by Jia Yueting, the founder of Le.com", "sitelinks": 18, "importance": 0.4329, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
832 {"wikidata_id": "Q174386", "display_name": "Vietnam Airlines", "legal_name": null, "aliases": ["Vietnam Air", "Vietnam Airline", "Vietnam Airlines Company Limited"], "website": "https://www.vietnamairlines.com", "canonical_domain": "vietnamairlines.com", "country": "VN", "hq_city": "Long Biên", "hq_region": "Hanoi", "lat": 21.04139, "lon": 105.89611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vietnam_Airlines_2015_wordmark.svg", "description": "flag-carrier airline of Vietnam", "sitelinks": 60, "importance": 0.4322, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
833 {"wikidata_id": "Q3347522", "display_name": "Overseas Chinese Town Enterprises", "legal_name": null, "aliases": ["OCT Group", "Overseas Chinese Town Holding"], "website": "https://www.chinaoct.com", "canonical_domain": "chinaoct.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "000069", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
834 {"wikidata_id": "Q4185510", "display_name": "I-Cable Communications", "legal_name": null, "aliases": [], "website": "https://www.i-cablecomm.com", "canonical_domain": "i-cablecomm.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "1097", "exchange": "Hong Kong Stock Exchange", "lei": "529900DMAV31G6XWLO55", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong telecom company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
835 {"wikidata_id": "Q4855913", "display_name": "Danamon of Indonesia", "legal_name": "PT Bank Danamon Indonesia Tbk", "aliases": ["BDMN"], "website": "https://www.danamon.co.id", "canonical_domain": "danamon.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "BDMN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Danamon_%282024%29.svg", "description": "Japanese company in Indonesia", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
836 {"wikidata_id": "Q577166", "display_name": "Poly Developments", "legal_name": null, "aliases": ["Poly Real Estate"], "website": "https://www.gzpoly.com", "canonical_domain": "gzpoly.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600048", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5099859", "name": "China Poly Group Corporation"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
837 {"wikidata_id": "Q6351754", "display_name": "Kalbe Farma", "legal_name": "Kalbe Farma Tbk", "aliases": ["KLBF"], "website": "https://www.kalbe.co.id", "canonical_domain": "kalbe.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "KLBF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kalbe_Farma.svg", "description": "pharmaceutical company in Indonesia", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
838 {"wikidata_id": "Q868679", "display_name": "The Oriental Land Company", "legal_name": null, "aliases": ["OLC", "OLC Group", "Oriental Land Co.", "Ltd.", "Oriental Land Company", "Oriental Land Group"], "website": "https://www.olc.co.jp", "canonical_domain": "olc.co.jp", "country": "JP", "hq_city": "Maihama", "hq_region": "Urayasu", "lat": 35.63633, "lon": 139.88325, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "4661", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q83538", "name": "Keisei Electric Railway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oriental_Land_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
839 {"wikidata_id": "Q35919", "display_name": "Lexus", "legal_name": null, "aliases": [], "website": "https://discoverlexus.com", "canonical_domain": "discoverlexus.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["manufacturing", "automotive"], "industry_labels": ["shipbuilding", "automotive industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lexus.svg", "description": "Japanese brand of luxury vehicle owned by Toyota Motor Corporation", "sitelinks": 59, "importance": 0.4304, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
840 {"wikidata_id": "Q1617677", "display_name": "Higer", "legal_name": null, "aliases": ["Higer Bus"], "website": "https://en.higer.com", "canonical_domain": "higer.com", "country": "CN", "hq_city": "Suzhou", "hq_region": "Jiangsu", "lat": 31.34334, "lon": 120.76333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": 6000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3273406", "name": "King Long"}, "logo_url": null, "description": "Chinese manufacturer of buses and coaches", "sitelinks": 17, "importance": 0.4298, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
841 {"wikidata_id": "Q1576758", "display_name": "プラチナゲームズ株式会社", "legal_name": "PlatinumGames Inc.", "aliases": [], "website": "https://www.platinumgames.co.jp", "canonical_domain": "platinumgames.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": 305, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese computer- and video game development company", "sitelinks": 26, "importance": 0.4294, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
842 {"wikidata_id": "Q600178", "display_name": "The Hongkong and Shanghai Banking Corporation Limited", "legal_name": "The Hongkong and Shanghai Banking Corporation Limited", "aliases": ["Hong Kong and Shanghai Banking Corporation", "HSBC", "HBAP", "The Hong Kong and Shanghai Banking Corporation", "The Hongkong and Shanghai Banking Corporation"], "website": "https://www.hsbc.com.hk", "canonical_domain": "hsbc.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1865, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%BB%99%E8%B1%90_HSBC.svg", "description": "banking services company based in Hong Kong", "sitelinks": 14, "importance": 0.4281, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
843 {"wikidata_id": "Q2620975", "display_name": "TBC Bank", "legal_name": null, "aliases": ["Tbilisi Business Centre"], "website": "https://www.valuto.ge", "canonical_domain": "valuto.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["banking"], "industry_labels": [], "founded_year": 1992, "employees": 7462, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Georgian bank formerly known as Tbilisi Business Centre", "sitelinks": 16, "importance": 0.427, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
844 {"wikidata_id": "Q188567", "display_name": "Grameen Bank", "legal_name": null, "aliases": [], "website": "https://grameenbank.org.bd", "canonical_domain": "grameenbank.org.bd", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "financial service activities, except insurance and pension funding"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%AE%E0%A7%80%E0%A6%A3_%E0%A6%AC%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%82%E0%A6%95%E0%A7%87%E0%A6%B0_%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A4%E0%A7%80%E0%A6%95.svg", "description": "microfinance organization and community development bank", "sitelinks": 57, "importance": 0.4269, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
845 {"wikidata_id": "Q1054807", "display_name": "TMS Entertainment", "legal_name": null, "aliases": ["TMS", "TMS Entertainment Co.", "Ltd.", "TMS-Kyokuchi", "Tokyo Movie", "Tokyo Movie Shinsha"], "website": "https://www.tms-e.co.jp", "canonical_domain": "tms-e.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Nakano", "lat": 35.70584, "lon": 139.66641, "industries": ["entertainment"], "industry_labels": ["film industry", "anime industry"], "founded_year": 1964, "employees": 235, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122741", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TMS_Entertainment_logo.svg", "description": "Japanese animation studio", "sitelinks": 26, "importance": 0.4256, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
846 {"wikidata_id": "Q1111609", "display_name": "Teijin", "legal_name": null, "aliases": ["Teijin Kabushiki-gaisha"], "website": "https://www.teijin.com", "canonical_domain": "teijin.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": 16819, "public_company": false, "ticker": null, "exchange": null, "lei": "3538000RF6UCIMPKCO54", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teijin_company_logo.svg", "description": "Japanese chemical, pharmaceutical and information technology company", "sitelinks": 14, "importance": 0.4256, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
847 {"wikidata_id": "Q213097", "display_name": "JTBC", "legal_name": "JTBC Co., Ltd.", "aliases": ["Joongang Tongyang Broadcasting Company"], "website": "https://jtbc.joins.com", "canonical_domain": "joins.com", "country": "KR", "hq_city": "JoongAng Ilbo headquarters", "hq_region": "Mapo District", "lat": null, "lon": null, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTBC_logo.svg", "description": "South Korean nationwide general cable TV network and broadcasting company", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
848 {"wikidata_id": "Q624080", "display_name": "Samsung Life Insurance", "legal_name": null, "aliases": [], "website": "https://www.samsunglife.com", "canonical_domain": "samsunglife.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20716", "name": "Samsung Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Life_Insurance_logo.svg", "description": "South Korean company", "sitelinks": 21, "importance": 0.425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
849 {"wikidata_id": "Q683006", "display_name": "SodaStream", "legal_name": null, "aliases": ["SodaStream International", "SodaStream International Ltd"], "website": "https://sodastream.com", "canonical_domain": "sodastream.com", "country": "IL", "hq_city": "Kfar Saba", "hq_region": "Petah Tikva (sub-district)", "lat": 32.18578, "lon": 34.90768, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SodaStream_Logo_2025.png", "description": "maker of a consumer home carbonation products", "sitelinks": 21, "importance": 0.425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
850 {"wikidata_id": "Q3138458", "display_name": "Shagang Group", "legal_name": "Jiangsu Shagang Group Co., Ltd.", "aliases": ["Jiangsu Shagang Group Co.", "Ltd"], "website": "https://www.sha-steel.com", "canonical_domain": "sha-steel.com", "country": "CN", "hq_city": "Zhangjiagang", "hq_region": "Suzhou", "lat": 31.87748, "lon": 120.55123, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1975, "employees": 45398, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shagang_Group_logo.png", "description": "Among the biggest Chinese steel producers, from Jiangsu, in 2015 world 6th largest steel manufacturer", "sitelinks": 12, "importance": 0.4249, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
851 {"wikidata_id": "Q1045171", "display_name": "Mansudae Art Studio", "legal_name": null, "aliases": [], "website": "https://www.mansudaeartstudio.com", "canonical_domain": "mansudaeartstudio.com", "country": "KP", "hq_city": "Pyongyang", "hq_region": "North Korea", "lat": 39.01667, "lon": 125.7475, "industries": [], "industry_labels": ["painting"], "founded_year": 1959, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "art studio", "sitelinks": 17, "importance": 0.4239, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
852 {"wikidata_id": "Q1926489", "display_name": "Nichia", "legal_name": null, "aliases": ["Nichia Corporation", "NICHIA CORPORATION (Anan)", "Nichia Kagaku Kōgyō Kabushiki-gaisha"], "website": "https://www.nichia.co.jp", "canonical_domain": "nichia.co.jp", "country": "JP", "hq_city": "Anan", "hq_region": "Tokushima Prefecture", "lat": 33.92178, "lon": 134.65953, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1956, "employees": 8880, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nichia_Logo.svg", "description": "Japanese chemical engineering and manufacturing company", "sitelinks": 15, "importance": 0.4231, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
853 {"wikidata_id": "Q715971", "display_name": "KYE Systems Corp.", "legal_name": null, "aliases": [], "website": "https://www.geniusnet.com", "canonical_domain": "geniusnet.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genius%2C_KYE_Systems_Corp_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4212, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
854 {"wikidata_id": "Q26701567", "display_name": "NSO Group", "legal_name": null, "aliases": ["NSO", "NSO Group Technologies", "NSO Group Technologies Ltd."], "website": "https://www.nsogroup.com", "canonical_domain": "nsogroup.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["technology"], "industry_labels": ["technology", "surveillance"], "founded_year": 2010, "employees": 750, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q127500723", "name": "Q Cyber Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_NSO_Group.svg", "description": "Israeli technology company that creates spyware", "sitelinks": 21, "importance": 0.4208, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
855 {"wikidata_id": "Q934796", "display_name": "Erdemir", "legal_name": null, "aliases": [], "website": "https://www.erdemir.com.tr", "canonical_domain": "erdemir.com.tr", "country": "TR", "hq_city": "Karadeniz Ereğli", "hq_region": "Zonguldak Province", "lat": 41.27955, "lon": 31.42297, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1965, "employees": 11968, "public_company": false, "ticker": null, "exchange": null, "lei": "789000VYQF5IDGG49908", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Erdemir_logo.svg", "description": "company", "sitelinks": 14, "importance": 0.4206, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
856 {"wikidata_id": "Q116234", "display_name": "Saipa", "legal_name": null, "aliases": ["Saipa Corporation", "Saipa Motor Co", "Saipa Khodro"], "website": "https://www.saipacorp.com", "canonical_domain": "saipacorp.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saipa_Logo.png", "description": "Iranian automaker", "sitelinks": 20, "importance": 0.4201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
857 {"wikidata_id": "Q1068734", "display_name": "HAL Laboratory", "legal_name": "HAL Laboratory, Inc.", "aliases": ["Inc.", "HALKEN"], "website": "https://www.hallab.co.jp", "canonical_domain": "hallab.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1980, "employees": 205, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HAL_Laboratory_Logo.png", "description": "Japanese video game developer", "sitelinks": 25, "importance": 0.4197, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
858 {"wikidata_id": "Q74983", "display_name": "Tnuva", "legal_name": null, "aliases": [], "website": "https://www.tnuva.co.il", "canonical_domain": "tnuva.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1926, "employees": 6630, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tnuva.svg", "description": "Israeli cooperative", "sitelinks": 15, "importance": 0.4189, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
859 {"wikidata_id": "Q1575432", "display_name": "Hang Lung Properties", "legal_name": "Hang Lung Properties Limited", "aliases": [], "website": "https://www.hanglung.com", "canonical_domain": "hanglung.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.2804, "lon": 114.1591, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "0101", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4774435"}]}
860 {"wikidata_id": "Q19985983", "display_name": "CK Asset Holdings", "legal_name": "CK Asset Holdings Limited", "aliases": ["Cheung Kong Property Holdings", "Cheung Kong Property Holdings Limited"], "website": "https://www.ckah.com", "canonical_domain": "ckah.com", "country": "HK", "hq_city": "Cheung Kong Center", "hq_region": "Central and Western District", "lat": 22.27944, "lon": 114.16028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "1113", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CK_Asset_Holdings.svg", "description": "property developer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
861 {"wikidata_id": "Q5434139", "display_name": "Fantasia Holdings", "legal_name": null, "aliases": ["Fantasia Holdings Group"], "website": "https://www.cnfantasia.com", "canonical_domain": "cnfantasia.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "1777", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "property developer in China", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
862 {"wikidata_id": "Q6887331", "display_name": "Mobily", "legal_name": "شركة إتحاد إتصالات", "aliases": [], "website": "https://www.mobily.com.sa", "canonical_domain": "mobily.com.sa", "country": "SA", "hq_city": "Saudi Arabia", "hq_region": null, "lat": 23.71667, "lon": 44.11667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "7020", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q543449", "name": "e&"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobily_Logo.svg", "description": "Saudi Arabian telecommunications company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
863 {"wikidata_id": "Q7178875", "display_name": "Petro Rabigh", "legal_name": "شركة رابغ للتكرير والبتروكيماويات", "aliases": [], "website": "https://www.petrorabigh.com", "canonical_domain": "petrorabigh.com", "country": "SA", "hq_city": "Rabigh governorate", "hq_region": "Mecca Province", "lat": 22.8, "lon": 39.0333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "2380", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "petrochemical company of Saudi Arabia", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
864 {"wikidata_id": "Q18594", "display_name": "Sony Interactive Entertainment", "legal_name": "株式会社ソニー・コンピュータエンタテインメント", "aliases": ["Sony Interactive Entertainment Inc.", "Sony Computer Entertainment", "Sony Interactive", "Sony Interactive Entertainment LLC"], "website": "https://sonyinteractive.com", "canonical_domain": "sonyinteractive.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry", "interactive entertainment"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Interactive_Entertainment_logo_%282016%29.svg", "description": "American multinational software company", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
865 {"wikidata_id": "Q1150494", "display_name": "New Japan Pro-Wrestling", "legal_name": "New Japan Pro-Wrestling Co., Ltd.", "aliases": ["NJPW"], "website": "https://www.njpw1972.com", "canonical_domain": "njpw1972.com", "country": "JP", "hq_city": "Noge", "hq_region": "Setagaya", "lat": 35.60448, "lon": 139.64267, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 1972, "employees": 78, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q656229", "name": "Bushiroad"}, "logo_url": null, "description": "Japanese professional wrestling promotion", "sitelinks": 28, "importance": 0.4173, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
866 {"wikidata_id": "Q1771114", "display_name": "Orient Watch Company", "legal_name": null, "aliases": [], "website": "https://aion.orologiorient.it", "canonical_domain": "orologiorient.it", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["consumer-goods", "manufacturing"], "industry_labels": ["horology"], "founded_year": 1950, "employees": 530, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q159614", "name": "Seiko Epson"}, "logo_url": null, "description": "Japanese Watch Manufacturer", "sitelinks": 21, "importance": 0.4158, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
867 {"wikidata_id": "Q333679", "display_name": "Azerbaijan Airlines", "legal_name": null, "aliases": ["J2", "AHY", "AZAL"], "website": "https://azal.az", "canonical_domain": "azal.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Azerbaijan_Airlines_logo.svg", "description": "national airline of Azerbaijan", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
868 {"wikidata_id": "Q770328", "display_name": "Aniplex", "legal_name": null, "aliases": ["Animation Complex", "Aniplex Inc."], "website": "https://www.aniplex.co.jp", "canonical_domain": "aniplex.co.jp", "country": "JP", "hq_city": "Rokubanchō", "hq_region": "Chiyoda", "lat": 35.68884, "lon": 139.73482, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1995, "employees": 150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q732503", "name": "Sony Music Entertainment Japan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aniplex_logo.svg", "description": "Japanese entertainment company", "sitelinks": 25, "importance": 0.4152, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
869 {"wikidata_id": "Q2639931", "display_name": "Azercell", "legal_name": null, "aliases": ["Azercell Telekom", "Azercell Teleсom"], "website": "https://www.azercell.com", "canonical_domain": "azercell.com", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.4, "lon": 49.80972, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q97302150", "name": "AzInTelecom"}, "logo_url": null, "description": "Azerbaijani telecommunications company", "sitelinks": 19, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
870 {"wikidata_id": "Q283856", "display_name": "IRIVER", "legal_name": null, "aliases": ["Dreamus", "Dreamus Company", "iRiver", "Iriver", "Iriver Limited", "iriver Ltd", "Iriver Ltd"], "website": "https://www.iriver.co.kr", "canonical_domain": "iriver.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["software", "technology"], "industry_labels": ["media player software", "consumer electronics industry"], "founded_year": 1999, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3538817", "name": "Dreamus Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iriver_wordmark.svg", "description": "South Korean consumer electronics division of Dreamus Company", "sitelinks": 21, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
871 {"wikidata_id": "Q1317270", "display_name": "Onkyo", "legal_name": null, "aliases": ["Onkyo Corporation"], "website": "https://www.onkyo.com", "canonical_domain": "onkyo.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Onkyo_logo.svg", "description": "Japanese company", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
872 {"wikidata_id": "Q27892807", "display_name": "Sinopharm", "legal_name": null, "aliases": [], "website": "https://www.sinopharm.com", "canonical_domain": "sinopharm.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["biotechnology", "pharmaceuticals", "medical-devices"], "industry_labels": ["biotechnology", "pharmaceutical industry", "biotechnology industry", "medical technology industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1255764", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinopharm_logo.svg", "description": "Chinese state-owned enterprise", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1255764", "enriched_at": "2026-09-12T09:35:01+00:00"}}
873 {"wikidata_id": "Q4901103", "display_name": "Bharat Biotech International", "legal_name": null, "aliases": ["Bharat Biotech", "Bharat Biotech International Limited"], "website": "https://www.bharatbiotech.com", "canonical_domain": "bharatbiotech.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.6652, "lon": 78.6047, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bharat_Biotech_logo.svg", "description": "an Indian Biotechnology company, headquartered in Hyderabad, India.", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
874 {"wikidata_id": "Q611064", "display_name": "Charoen Pokphand", "legal_name": null, "aliases": ["Charoen Pokphand Group"], "website": "https://www.cpthailand.com", "canonical_domain": "cpthailand.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "254900EDH4XZT6UXKU54", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CP_Group_Logo.svg", "description": "Thai multinational conglomerate", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
875 {"wikidata_id": "Q55606242", "display_name": "ByteDance", "legal_name": null, "aliases": ["Beijing ByteDance Technology Co.", "Ltd.", "Douyin Group", "Douyin Limited.", "Douyin Company Limited", "Douyin Co.", "Ltd."], "website": "https://bytedance.com", "canonical_domain": "bytedance.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology", "internet"], "industry_labels": ["information technology", "Internet"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300NIFA1100061063", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ByteDance_logo_English.svg", "description": "Chinese Internet and technology company", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
876 {"wikidata_id": "Q56275466", "display_name": "Realme", "legal_name": null, "aliases": ["Oppo Realme", "realme"], "website": "https://www.realme.com", "canonical_domain": "realme.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2084900", "name": "Oppo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Realme_logo_SVG.svg", "description": "Chinese consumer electronics manufacturer, a sub-brand of Oppo", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
877 {"wikidata_id": "Q5711025", "display_name": "Defense Industries Organization", "legal_name": null, "aliases": ["SASAD"], "website": "https://mod.gov.ir", "canonical_domain": "mod.gov.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1981, "employees": 35000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SASAD.svg", "description": "Iranian military company", "sitelinks": 11, "importance": 0.4127, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
878 {"wikidata_id": "Q11728013", "display_name": "Smile-Up", "legal_name": "株式会社SMILE-UP.", "aliases": ["Johnny's", "Johnny & Associates", "Johnny's Entertainment", "Johnny's Jimusho", "Johnny's Web", "Johnny’s", "Johnny’s Entertainment", "Johnny’s Jimusho"], "website": "https://www.smile-up.inc", "canonical_domain": "smile-up.inc", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1962, "employees": 210, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SMILE-UP.svg", "description": "Japanese talent agency", "sitelinks": 23, "importance": 0.4116, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
879 {"wikidata_id": "Q280218", "display_name": "A4Tech", "legal_name": null, "aliases": ["A4 Tech"], "website": "https://www.a4tech.com", "canonical_domain": "a4tech.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1987, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese computer peripherals company", "sitelinks": 15, "importance": 0.4116, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
880 {"wikidata_id": "Q4039559", "display_name": "Golden Dragon", "legal_name": null, "aliases": ["Xiamen Golden Dragon Bus"], "website": "https://www.goldendragonbus.com", "canonical_domain": "goldendragonbus.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golden_Dragon_logo_2.png", "description": "Chinese bus manfacturer", "sitelinks": 15, "importance": 0.4116, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
881 {"wikidata_id": "Q744800", "display_name": "Fuji Television", "legal_name": "株式会社フジテレビジョン", "aliases": ["Meerkats", "CX", "Fuji Television Network", "Fuji Television Network", "Inc.", "Fuji TV", "JOCX"], "website": "https://www.fujitv.com", "canonical_domain": "fujitv.com", "country": "JP", "hq_city": "FCG Building", "hq_region": "Daiba", "lat": 35.62694, "lon": 139.77444, "industries": ["media"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10954015", "name": "Fuji Media Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuji_Television_Logo.svg", "description": "Japanese television station in Tokyo", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
882 {"wikidata_id": "Q5361268", "display_name": "Unicharm", "legal_name": null, "aliases": [], "website": "https://www.unicharm.co.jp", "canonical_domain": "unicharm.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1961, "employees": 10287, "public_company": false, "ticker": null, "exchange": null, "lei": "353800UQ4BZIJTAQEG85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unicharm_company_logo.svg", "description": "Japan Company", "sitelinks": 13, "importance": 0.4112, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
883 {"wikidata_id": "Q28719599", "display_name": "Cyprus Airways", "legal_name": null, "aliases": ["Charlie Airlines"], "website": "https://www.cyprusairways.com", "canonical_domain": "cyprusairways.com", "country": "CY", "hq_city": "Larnaca", "hq_region": "Larnaca Municipality", "lat": 34.91667, "lon": 33.63333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2017, "employees": 110, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cyprus_Airways_%28logo%2C_2017%29.svg", "description": "Cypriot airline founded in 2016", "sitelinks": 25, "importance": 0.4107, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
884 {"wikidata_id": "Q497534", "display_name": "Hyundai Mobis", "legal_name": null, "aliases": [], "website": "https://en.mobis.co.kr", "canonical_domain": "mobis.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59243", "name": "Hyundai Motor Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Mobis_Logo.svg", "description": "Korean automotive company", "sitelinks": 18, "importance": 0.4096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
885 {"wikidata_id": "Q204887", "display_name": "Pakistan International Airlines", "legal_name": "Pakistan International Airlines", "aliases": ["PIA", "Pakistan International", "PIA Pakistan International"], "website": "https://www.piac.com.pk", "canonical_domain": "piac.com.pk", "country": "PK", "hq_city": "Jinnah International Airport", "hq_region": "Karachi", "lat": 24.90667, "lon": 67.16083, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30609167", "name": "Aviation Division"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PakistanPIA2014Logo.jpg", "description": "flag-carrier airline of Pakistan", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
886 {"wikidata_id": "Q4390358", "display_name": "Sinochem Group", "legal_name": null, "aliases": ["Sinochem Group (China)"], "website": "https://www.sinochem.com", "canonical_domain": "sinochem.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1950, "employees": 50000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109256629", "name": "Sinochem Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinochem_logo.svg", "description": "Chinese state-owned chemical company", "sitelinks": 10, "importance": 0.4087, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
887 {"wikidata_id": "Q1964041", "display_name": "Nakheel Properties", "legal_name": "Nakheel PJSC", "aliases": ["Nakheel"], "website": "https://www.nakheel.com", "canonical_domain": "nakheel.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.1027, "lon": 55.15553, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 2000, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nakheel_logo.svg", "description": "UAE-based property developer", "sitelinks": 14, "importance": 0.408, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
888 {"wikidata_id": "Q60787452", "display_name": "Changxin Memory Technologies", "legal_name": null, "aliases": ["ChangXin Memory Technologies", "CXMT", "Innotron Memory"], "website": "https://www.cxmt.com", "canonical_domain": "cxmt.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2017, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese semiconductor manufacturer", "sitelinks": 15, "importance": 0.4074, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
889 {"wikidata_id": "Q853293", "display_name": "SriLankan Airlines", "legal_name": null, "aliases": ["ALK", "UL", "Sri Lankan Air", "Sri Lankan Airline", "Sri Lankan Airlines", "SriLankan Air", "SriLankan Airline"], "website": "https://www.srilankan.com", "canonical_domain": "srilankan.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Sri Lanka and a member airline of the Oneworld airline alliance", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
890 {"wikidata_id": "Q6109069", "display_name": "JTEKT", "legal_name": null, "aliases": ["JTEKT Corporation"], "website": "https://www.jtekt.co.jp", "canonical_domain": "jtekt.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2006, "employees": 43456, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTEKT_Logo.svg", "description": "Japanese automotive components manufacturing company", "sitelinks": 10, "importance": 0.4067, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
891 {"wikidata_id": "Q1239326", "display_name": "Monolith Soft Inc.", "legal_name": null, "aliases": ["Monolith Soft", "Monolith Software Inc."], "website": "https://www.monolithsoft.co.jp", "canonical_domain": "monolithsoft.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": 272, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monolith_Soft_logo.png", "description": "Japanese video game development company", "sitelinks": 21, "importance": 0.4062, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
892 {"wikidata_id": "Q846910", "display_name": "Philippine Airlines", "legal_name": null, "aliases": ["Philippine Air Lines"], "website": "https://www.philippineairlines.com", "canonical_domain": "philippineairlines.com", "country": "PH", "hq_city": "Pasay", "hq_region": "Metro Manila", "lat": 14.54389, "lon": 120.995, "industries": ["airlines"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493002A4AR5XK37G321", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Philippine_Airlines_logo.svg", "description": "flag-carrier airline of the Philippines", "sitelinks": 46, "importance": 0.4048, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q408955"}]}
893 {"wikidata_id": "Q12188903", "display_name": "Saudi Electricity Company", "legal_name": "الشركة السعودية للكهرباء", "aliases": ["SEC"], "website": "https://www.se.com.sa", "canonical_domain": "se.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["utilities"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "5110", "exchange": "Saudi Stock Exchange", "lei": "549300FXO4ZXUIAXGP41", "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian electricity company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
894 {"wikidata_id": "Q3433985", "display_name": "Riyad Bank", "legal_name": "بنك الرياض", "aliases": [], "website": "https://www.riyadbank.com", "canonical_domain": "riyadbank.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "1010", "exchange": "Saudi Stock Exchange", "lei": "54930037RJ782ISGGM71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riyad_Bank_logo.svg", "description": "Financial institution in the Kingdom of Saudi Arabia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
895 {"wikidata_id": "Q43386", "display_name": "Perlis Plantations Bhd", "legal_name": null, "aliases": ["Perlis Plantations", "PPB GROUP BERHAD", "Ppb Group Berhad", "Ppb Group Bhd."], "website": "https://www.ppbgroup.com", "canonical_domain": "ppbgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["agriculture", "utilities", "food-beverage"], "industry_labels": ["agriculture", "waste management", "food processing"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "4065", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PPB_Group_Berhad.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
896 {"wikidata_id": "Q4692540", "display_name": "Agile Group Holdings Limited", "legal_name": null, "aliases": [], "website": "https://www.hkagile.com", "canonical_domain": "hkagile.com", "country": "HK", "hq_city": "Zhongshan", "hq_region": "Guangdong", "lat": 22.53333, "lon": 113.35, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "3383", "exchange": "Hong Kong Stock Exchange", "lei": "549300ZRISRT38EEYY07", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
897 {"wikidata_id": "Q4783214", "display_name": "Arab National Bank", "legal_name": "البنك العربي الوطني", "aliases": ["ANB"], "website": "https://www.anb.com.sa", "canonical_domain": "anb.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1080", "exchange": "Saudi Stock Exchange", "lei": "213800CYWGYQVT1ZBQ57", "sec_cik": null, "parent": null, "logo_url": null, "description": "Major bank in Saudi Arabia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
898 {"wikidata_id": "Q6127052", "display_name": "Yuyuan Tourist Mart", "legal_name": null, "aliases": [], "website": "https://www.yuyuantm.com.cn", "canonical_domain": "yuyuantm.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.22851, "lon": 121.4869, "industries": ["real-estate"], "industry_labels": ["property management"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "600655", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
899 {"wikidata_id": "Q6423290", "display_name": "Knowledge Economic City, Medina", "legal_name": "مدينة المعرفة الإقتصادية", "aliases": [], "website": "https://www.madinahkec.com", "canonical_domain": "madinahkec.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "4310", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "human settlement in Saudi Arabia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
900 {"wikidata_id": "Q7181252", "display_name": "Banque Saudi Fransi", "legal_name": "البنك السعودي الفرنسي", "aliases": [], "website": "https://www.alfransi.com.sa", "canonical_domain": "alfransi.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "1050", "exchange": "Saudi Stock Exchange", "lei": "558600N07EDF4ATYR106", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banque_Saudi_Fransi_Logo.svg", "description": "Saudi Joint Stock Company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
901 {"wikidata_id": "Q7392709", "display_name": "SP Setia", "legal_name": null, "aliases": ["S P Setia Berhad", "S P Setia Bhd."], "website": "https://www.spsetia.com.my", "canonical_domain": "spsetia.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "8664", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SPsetialogo.png", "description": "Malaysian property development company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
902 {"wikidata_id": "Q7730196", "display_name": "Yuexiu Property", "legal_name": null, "aliases": ["Yuexiu Property Company Limited"], "website": "https://www.yuexiuproperty.com", "canonical_domain": "yuexiuproperty.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "0123", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
903 {"wikidata_id": "Q7762363", "display_name": "Savola Group", "legal_name": "مجموعة صافولا", "aliases": ["Savola", "The Savola Group"], "website": "https://www.savola.com", "canonical_domain": "savola.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "2050", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian industrial company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
904 {"wikidata_id": "Q9013416", "display_name": "HKTV", "legal_name": null, "aliases": ["Hong Kong Television Network"], "website": "https://www.hktv.com.hk", "canonical_domain": "hktv.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "1137", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HKTV_logo_full.svg", "description": "Hong Kong-based e-commerce company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
905 {"wikidata_id": "Q215901", "display_name": "JVC", "legal_name": "JVC", "aliases": ["JVC electronics", "JVC Kenwood", "Victor Company of Japan - JVC", "Victor Company of Japan", "Limited", "Victor Company of Japan", "Ltd", "Victor Company of Japan"], "website": "https://www.jvc.com", "canonical_domain": "jvc.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900GGYCEJXM5Y6961", "sec_cik": null, "parent": {"wikidata_id": "Q1676719", "name": "JVC Kenwood"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JVC_Logo.svg", "description": "defunct Japanese multinational national electronics corporation", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
906 {"wikidata_id": "Q27423", "display_name": "BYD Auto", "legal_name": null, "aliases": ["Build Your Dreams"], "website": "https://www.byd.com", "canonical_domain": "byd.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2608329", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BYD_Auto_2022_logo.svg", "description": "Chinese automobile manufacturer", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4836868"}]}
907 {"wikidata_id": "Q35438", "display_name": "The Jerusalem Post", "legal_name": null, "aliases": ["JP", "Jerusalem Post", "Palestine Post", "The Palestine Post"], "website": "https://jpost.com", "canonical_domain": "jpost.com", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["logistics", "media"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jerusalem_Post_Logo.svg", "description": "English-language Israeli newspaper", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
908 {"wikidata_id": "Q541179", "display_name": "Saudia", "legal_name": null, "aliases": ["SV", "SVA", "Saudi Air", "Saudi Airlines", "Saudia Airlines"], "website": "https://www.saudia.com", "canonical_domain": "saudia.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["airlines"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag-carrier airline of Saudi Arabia", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
909 {"wikidata_id": "Q734663", "display_name": "TV Tokyo", "legal_name": "株式会社東京12チャンネル", "aliases": ["TX", "Digital7", "Teleto", "Television Tokyo", "Television Tokyo Channel", "Tokyo TV"], "website": "https://www.tv-tokyo.co.jp", "canonical_domain": "tv-tokyo.co.jp", "country": "JP", "hq_city": "Sumitomo Fudosan Roppongi Grand Tower", "hq_region": "Roppongi", "lat": 35.6646, "lon": 139.73766, "industries": ["media"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11319692", "name": "TV Tokyo Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TV_Tokyo_logo_2023.svg", "description": "Japanese television station", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
910 {"wikidata_id": "Q1140960", "display_name": "Sonic Team", "legal_name": null, "aliases": [], "website": "https://www.sonicteam.com", "canonical_domain": "sonicteam.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122741", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonic_Team_logo_stone.jpg", "description": "Japanese video game developer", "sitelinks": 25, "importance": 0.402, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
911 {"wikidata_id": "Q1778561", "display_name": "Mamiya", "legal_name": null, "aliases": ["Mamiya Digital Imagimg"], "website": "https://www.mamiya.co.jp", "canonical_domain": "mamiya.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1940, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mamiya_logo.png", "description": "Japanese imaging company", "sitelinks": 21, "importance": 0.4017, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
912 {"wikidata_id": "Q150001", "display_name": "Intelligent Systems", "legal_name": null, "aliases": ["Intelligent Systems Co.", "Ltd."], "website": "https://www.intsys.co.jp", "canonical_domain": "intsys.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 34.9686, "lon": 135.75017, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": 197, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intelligent_Systems_Logo.svg", "description": "Japanese first-party video game developer and partner of Nintendo", "sitelinks": 21, "importance": 0.4015, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
913 {"wikidata_id": "Q1115064", "display_name": "Denizbank", "legal_name": null, "aliases": [], "website": "https://www.denizbank.com", "canonical_domain": "denizbank.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1938, "employees": 14853, "public_company": false, "ticker": null, "exchange": null, "lei": "3RV7W250LTUQH12INJ88", "sec_cik": null, "parent": {"wikidata_id": "Q205012", "name": "Sberbank"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DenizBank_logo_2026.svg", "description": "Turkish private sector bank", "sitelinks": 11, "importance": 0.4003, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
914 {"wikidata_id": "Q824225", "display_name": "Royal Jordanian", "legal_name": null, "aliases": ["RJ", "RJA", "Royal Jordanian Airlines"], "website": "https://www.rj.com", "canonical_domain": "rj.com", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Jordanian_logo.jpg", "description": "flag-carrier airline of Jordan", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
915 {"wikidata_id": "Q1155260", "display_name": "Hakusensha", "legal_name": null, "aliases": ["Inc."], "website": "https://www.hakusensha.co.jp", "canonical_domain": "hakusensha.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1973, "employees": 91, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hakusensha_logo.png", "description": "Japanese publishing company", "sitelinks": 23, "importance": 0.3996, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
916 {"wikidata_id": "Q742390", "display_name": "Dimps", "legal_name": null, "aliases": ["Dimps Corporation"], "website": "https://www.dimps.co.jp", "canonical_domain": "dimps.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 218, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dimps_logo.gif", "description": "Japanese video game company", "sitelinks": 20, "importance": 0.3981, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
917 {"wikidata_id": "Q1190669", "display_name": "Japan Freight Railway Company", "legal_name": "日本貨物鉄道株式会社", "aliases": ["JRF", "JR Freight"], "website": "https://www.jrfreight.co.jp", "canonical_domain": "jrfreight.co.jp", "country": "JP", "hq_city": "Sendagaya", "hq_region": "Shibuya", "lat": 35.6813, "lon": 139.71055, "industries": ["logistics"], "industry_labels": ["rail freight transport"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28freight%29.svg", "description": "Japanese railway company", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
918 {"wikidata_id": "Q124976", "display_name": "Coal India", "legal_name": null, "aliases": ["Coal India Limited"], "website": "https://www.coalindia.in", "canonical_domain": "coalindia.in", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "335800NLJQZNHM9LBB31", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian state-owned company", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
919 {"wikidata_id": "Q257502", "display_name": "Air Koryo", "legal_name": "조선민항", "aliases": ["Chosŏn Minhang"], "website": "https://www.airkoryo.com.kp", "canonical_domain": "airkoryo.com.kp", "country": "KP", "hq_city": "Pyongyang", "hq_region": "North Korea", "lat": 39.01667, "lon": 125.7475, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state owned national airline of North Korea", "sitelinks": 43, "importance": 0.3978, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
920 {"wikidata_id": "Q21178899", "display_name": "Fuze Beverage", "legal_name": null, "aliases": ["Fuze", "Fuze Tea", "Fuse Tea"], "website": "https://www.fuzebev.com", "canonical_domain": "fuzebev.com", "country": "ID", "hq_city": "Englewood Cliffs", "hq_region": "Bergen County", "lat": 40.8825, "lon": -73.9525, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2000, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3295867", "name": "The Coca-Cola Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuze-tea-logo.svg", "description": "manufacturer of teas and non-carbonated fruit drinks enriched with vitamins", "sitelinks": 15, "importance": 0.3974, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
921 {"wikidata_id": "Q1056794", "display_name": "Lion Air", "legal_name": "PT Lion Mentari Airlines", "aliases": [], "website": "https://www.lionair.co.id", "canonical_domain": "lionair.co.id", "country": "ID", "hq_city": "West Jakarta", "hq_region": "Jakarta", "lat": -6.185, "lon": 106.731, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q57239467", "name": "Lion Air Group"}, "logo_url": null, "description": "Indonesian low-cost airline", "sitelinks": 42, "importance": 0.3954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
922 {"wikidata_id": "Q221869", "display_name": "KG Mobility", "legal_name": "KG Mobility Corporation", "aliases": [], "website": "https://www.kg-mobility.com", "canonical_domain": "kg-mobility.com", "country": "KR", "hq_city": "Pyeongtaek", "hq_region": "Gyeonggi Province", "lat": 36.99472, "lon": 127.08889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q114243585", "name": "KG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KG_Mobility_brand_logo.svg", "description": "South Korean automobile manufacturer", "sitelinks": 42, "importance": 0.3954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
923 {"wikidata_id": "Q520454", "display_name": "Media Factory", "legal_name": null, "aliases": [], "website": "https://www.mediafactory.co.jp", "canonical_domain": "mediafactory.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry", "phonographic industry"], "founded_year": 1986, "employees": 169, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15031115", "name": "Kadokawa Key-Process"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Media_Factory_logo.svg", "description": "Japanese publisher and brand company", "sitelinks": 20, "importance": 0.3944, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
924 {"wikidata_id": "Q16416150", "display_name": "Rabita Bank", "legal_name": null, "aliases": ["Rabita bank", "Rabitabank", "rabitebank", "Rabitəbank"], "website": "https://www.rabitabank.com", "canonical_domain": "rabitabank.com", "country": "AZ", "hq_city": "28 May Street", "hq_region": "Baku", "lat": 40.3792, "lon": 49.8581, "industries": ["banking"], "industry_labels": ["banking in Azerbaijan"], "founded_year": 1993, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rabit%C9%99bank%C4%B1n_loqosu.jpg", "description": "Azerbaijani bank", "sitelinks": 15, "importance": 0.3941, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
925 {"wikidata_id": "Q18125122", "display_name": "Gionee", "legal_name": null, "aliases": ["GIONEE", "Gionee Communication Equipment Co. Ltd."], "website": "https://global.gionee.com", "canonical_domain": "gionee.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2002, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gionee-new-logo.png", "description": "Chinese mobile phone manufacturer", "sitelinks": 17, "importance": 0.3939, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
926 {"wikidata_id": "Q606222", "display_name": "Star Cruises", "legal_name": null, "aliases": [], "website": "https://www.starcruises.com", "canonical_domain": "starcruises.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["shipping"], "industry_labels": ["cruise"], "founded_year": 1993, "employees": 18000, "public_company": false, "ticker": null, "exchange": null, "lei": "0WKKFB7N1TW1Q5WJ1V86", "sec_cik": null, "parent": {"wikidata_id": "Q16922766", "name": "Genting Hong Kong"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.3939, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
927 {"wikidata_id": "Q107377209", "display_name": "Shein", "legal_name": null, "aliases": ["SHEIN kk", "Xīyīn", "ZZKKO", "希音"], "website": "https://shein.com", "canonical_domain": "shein.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["retail", "apparel", "e-commerce"], "industry_labels": ["retail", "fast fashion", "e-commerce", "clothing industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shein_Logo_2017.svg", "description": "Chinese-Singaporean online fashion retailer", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
928 {"wikidata_id": "Q610003", "display_name": "Uzbekistan Airways", "legal_name": null, "aliases": ["HY", "UZB", "Oʻzbekiston havo yoʻllari", "UZBEK", "Uzbekistan Air", "Uzbekistan Airline"], "website": "https://www.uzairways.com", "canonical_domain": "uzairways.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Uzbekistan, headquartered in Tashkent", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
929 {"wikidata_id": "Q860379", "display_name": "Oman Air", "legal_name": null, "aliases": ["Oman Airline"], "website": "https://www.omanair.com", "canonical_domain": "omanair.com", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "894500153VY7HAMV7612", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oman_Air_logo.png", "description": "flag carrier of Oman", "sitelinks": 41, "importance": 0.3929, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
930 {"wikidata_id": "Q2331365", "display_name": "Tata Chemicals", "legal_name": null, "aliases": [], "website": "https://www.tatachemicals.com", "canonical_domain": "tatachemicals.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1939, "employees": 4642, "public_company": false, "ticker": null, "exchange": null, "lei": "335800H6MURUA6FBOW17", "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Chemicals_Logo.svg", "description": "Indian company", "sitelinks": 12, "importance": 0.3919, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q2926607"}]}
931 {"wikidata_id": "Q1535581", "display_name": "Omantel", "legal_name": null, "aliases": ["Oman Telecommunications Company"], "website": "https://www.omantel.om", "canonical_domain": "omantel.om", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1987, "employees": 2690, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Omantel.svg", "description": "telecommunication company in Oman", "sitelinks": 13, "importance": 0.3918, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
932 {"wikidata_id": "Q2915148", "display_name": "Mekorot Water Company Ltd", "legal_name": "מקורות חברת מים בע\"מ", "aliases": ["Mekorot (Israel)"], "website": "https://www.mekorot.co.il", "canonical_domain": "mekorot.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tel Aviv, Israel", "sitelinks": 15, "importance": 0.3915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
933 {"wikidata_id": "Q950269", "display_name": "Burgeranch", "legal_name": null, "aliases": [], "website": "https://app.burgeranch.co.il", "canonical_domain": "burgeranch.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["food-beverage"], "industry_labels": ["fast food industry"], "founded_year": 1972, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli fast food restaurant chain", "sitelinks": 14, "importance": 0.3906, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
934 {"wikidata_id": "Q406798", "display_name": "Air Arabia", "legal_name": null, "aliases": [], "website": "https://www.airarabia.com", "canonical_domain": "airarabia.com", "country": "AE", "hq_city": "Sharjah", "hq_region": "Emirate of Sharjah", "lat": 25.3375, "lon": 55.41194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Arabia_Logo.svg", "description": "Emirati low-cost airline based in Sharjah, UAE", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q406803"}, {"related_domain_conflict": "Q406794"}, {"related_domain_conflict": "Q79467978"}]}
935 {"wikidata_id": "Q473231", "display_name": "Gulf Air", "legal_name": null, "aliases": ["GF", "GFA", "Gulf Airlines", "Gulf Airways", "Gulfair"], "website": "https://www.gulfair.com", "canonical_domain": "gulfair.com", "country": "BH", "hq_city": "Al-Muharraq", "hq_region": "Muharraq Governorate", "lat": 26.25333, "lon": 50.60833, "industries": ["airlines"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gulf_Air_2018_wordmark.svg", "description": "flag carrier of Bahrain", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
936 {"wikidata_id": "Q7667850", "display_name": "T-Series", "legal_name": null, "aliases": ["Super Cassettes Industries Private Limited", "tseries"], "website": "https://www.tseries.com", "canonical_domain": "tseries.com", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.66667, "lon": 77.21667, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T-series-logo.svg", "description": "Indian music record label and film production company", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
937 {"wikidata_id": "Q860389", "display_name": "Kuwait Airways", "legal_name": "الْخُطُوط الْجَوِّيَّة الْكُوَيْتِيَّة", "aliases": ["KU", "KAC", "Kuwait AW", "Kuwait National Airways"], "website": "https://www.kuwaitairways.com", "canonical_domain": "kuwaitairways.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["airlines"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuwait_Airways_wordmark.svg", "description": "national airline of Kuwait", "sitelinks": 40, "importance": 0.3904, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
938 {"wikidata_id": "Q466438", "display_name": "American President Lines", "legal_name": null, "aliases": ["American President Lines Limited", "American President Lines Ltd."], "website": "https://www.apl.com", "canonical_domain": "apl.com", "country": "SG", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1848, "employees": 7400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/APL.svg", "description": "France company", "sitelinks": 11, "importance": 0.3902, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
939 {"wikidata_id": "Q907655", "display_name": "Iraqi Republic Railways", "legal_name": "الشركة العامة لسكك الحديد", "aliases": ["ISR", "IRR", "Iraqi Railways", "Iraqi Republic Railways Company", "Iraqi State Railways"], "website": "https://www.scr.gov.iq", "canonical_domain": "scr.gov.iq", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Baghdad Governorate", "lat": 33.31528, "lon": 44.36611, "industries": ["transportation"], "industry_labels": [], "founded_year": 1905, "employees": 13358, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iraqi_State_Railways_Monogram.jpg", "description": "state-owned railway company of Iraq", "sitelinks": 10, "importance": 0.3896, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
940 {"wikidata_id": "Q3772556", "display_name": "Winning Entertainment Group", "legal_name": null, "aliases": ["Natsume Atari", "Natsume Co.", "Ltd."], "website": "https://www.winning-ent.co.jp", "canonical_domain": "winning-ent.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.69509, "lon": 135.49377, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1987, "employees": 82, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winning_Entertainment_Group_Logo.png", "description": "Japanese video game company", "sitelinks": 21, "importance": 0.3889, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
941 {"wikidata_id": "Q12188937", "display_name": "Nadec", "legal_name": "الشركة الوطنية للتنمية الزراعية", "aliases": ["National Agricultural Development Company"], "website": "https://nadec.com", "canonical_domain": "nadec.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "6010", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NADEC-New-logo-.png", "description": "food Company based in Saudi Arabia", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
942 {"wikidata_id": "Q15081643", "display_name": "Vitasoy International Holdings", "legal_name": null, "aliases": [], "website": "https://www.vitasoy.com", "canonical_domain": "vitasoy.com", "country": "HK", "hq_city": "Tuen Mun", "hq_region": "Tuen Mun District", "lat": 22.3916, "lon": 113.971, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "0345", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "beverage brand", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
943 {"wikidata_id": "Q20022866", "display_name": "Golden Power Group", "legal_name": null, "aliases": ["GOLDEN POWER GROUP HOLDINGS LIMITED"], "website": "https://www.goldenpower.com", "canonical_domain": "goldenpower.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["energy"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "8038", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golden_Power_Logo.png", "description": "battery manufacturer stationed in Hong Kong", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
944 {"wikidata_id": "Q3817700", "display_name": "Saudi International Petrochemical Company", "legal_name": "شركة الصحراء العالمية للبتروكيماويات", "aliases": ["Sipchem"], "website": "https://www.sipchem.com", "canonical_domain": "sipchem.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2310", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi joint stock company", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
945 {"wikidata_id": "Q3817709", "display_name": "Yanbu National Petrochemical Company", "legal_name": "شركة ينبع الوطنية للبتروكيماويات", "aliases": ["yansab"], "website": "https://www.yansab.com.sa", "canonical_domain": "yansab.com.sa", "country": "SA", "hq_city": "Yanbu", "hq_region": "Yanbu governorate", "lat": 24.08944, "lon": 38.06194, "industries": ["oil-gas"], "industry_labels": ["petrochemical product"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "2290", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yansab_Logo.svg", "description": "Saudi Basic Industries Corp", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
946 {"wikidata_id": "Q4042172", "display_name": "Kerry Properties", "legal_name": null, "aliases": ["Kerry Properties Limited"], "website": "https://www.kerryprops.com", "canonical_domain": "kerryprops.com", "country": "HK", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "0683", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate company", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
947 {"wikidata_id": "Q4166498", "display_name": "Al Bilad Bank", "legal_name": "بنك البلاد", "aliases": [], "website": "https://www.bankalbilad.com", "canonical_domain": "bankalbilad.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "1140", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Saudi-Arabia", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
948 {"wikidata_id": "Q4207186", "display_name": "Haw Par Corporation", "legal_name": null, "aliases": ["Haw Par Corporation Limited"], "website": "https://www.hawpar.com", "canonical_domain": "hawpar.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "HAWPF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singapore-based company bes", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
949 {"wikidata_id": "Q5738371", "display_name": "Herfy", "legal_name": "هرفي", "aliases": [], "website": "https://www.herfy.com", "canonical_domain": "herfy.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["food-beverage"], "industry_labels": ["gastronomy", "quick service restaurant sector"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "6002", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D9%87%D8%B1%D9%81%D9%8A_%D8%A7%D9%84%D8%B3%D8%B9%D9%88%D8%AF%D9%8A%D8%A9.jpg", "description": "Saudi fast food restaurant chain", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
950 {"wikidata_id": "Q60788291", "display_name": "Sembcorp", "legal_name": null, "aliases": ["Sembcorp Industries Limited", "Sembawang Corporation Industries Limited"], "website": "https://www.sembcorp.com", "canonical_domain": "sembcorp.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SCRPF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Energy and urban development company in Singapore", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
951 {"wikidata_id": "Q698467", "display_name": "Yue Yuen Industrial Holdings", "legal_name": null, "aliases": [], "website": "https://www.yueyuen.com", "canonical_domain": "yueyuen.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "0551", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
952 {"wikidata_id": "Q7388847", "display_name": "SATS Ltd", "legal_name": null, "aliases": ["SATS", "Singapore Airport Terminal Services Limited"], "website": "https://www.sats.com.sg", "canonical_domain": "sats.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["aerospace-defense", "food-beverage"], "industry_labels": ["aircraft ground handling", "aircraft catering"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "SPASF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SATS_Ltd_Logo.svg", "description": "Singaporean airport service company", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
953 {"wikidata_id": "Q7427161", "display_name": "Saudi Research and Media Group", "legal_name": "المجموعة السعودية للأبحاث والاعلام", "aliases": ["Saudi Media Group", "Saudi Research & Marketing Group", "Saudi Research & Media Group", "Saudi Research and Marketing Group", "SRMG", "The Saudi Research and Marketing Group"], "website": "https://www.srmg.com", "canonical_domain": "srmg.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4210", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_Research_and_Media_Group_New_Logo.png", "description": "Saudi publishing company", "sitelinks": 5, "importance": 0.3884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
954 {"wikidata_id": "Q333705", "display_name": "Technion – Israel Institute of Technology", "legal_name": null, "aliases": ["Technion Israel Institute of Technology"], "website": "https://technion.ac.il", "canonical_domain": "technion.ac.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.7775, "lon": 35.02167, "industries": ["technology", "education"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Technion_logo.svg", "description": "Israeli science and technology research university in Haifa", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
955 {"wikidata_id": "Q7937458", "display_name": "Viva Entertainment", "legal_name": null, "aliases": [], "website": "https://www.viva.com.ph", "canonical_domain": "viva.com.ph", "country": "PH", "hq_city": "Quezon City", "hq_region": "Metro Manila", "lat": 14.65, "lon": 121.0475, "industries": ["entertainment"], "industry_labels": ["1988 Summer Olympics", "entertainment industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viva_Entertainment.png", "description": "Philippine media and entertainment company", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
956 {"wikidata_id": "Q859510", "display_name": "Middle East Airlines - Air Liban", "legal_name": null, "aliases": ["MEA", "Middle East", "ME", "Middle East Airlines – Air Liban S.A.L.", "Middle East Airlines – Air Liban SAL", "Middle East Airlines Air Liban SAL"], "website": "https://www.mea.com.lb", "canonical_domain": "mea.com.lb", "country": "LB", "hq_city": "Beirut", "hq_region": "Beirut Governorate", "lat": 33.88694, "lon": 35.51306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Middle_East_Airlines_%28Lebanon%29.jpg", "description": "Flag-carrier airline of Lebanon", "sitelinks": 39, "importance": 0.3878, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
957 {"wikidata_id": "Q2579061", "display_name": "Futabasha", "legal_name": null, "aliases": [], "website": "https://www.futabasha.co.jp", "canonical_domain": "futabasha.co.jp", "country": "JP", "hq_city": "Higashi-Gokenchō", "hq_region": "Shinjuku", "lat": 35.70729, "lon": 139.73943, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1948, "employees": 147, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Futabasha_logo.png", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3873, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
958 {"wikidata_id": "Q5017235", "display_name": "Café Coffee Day", "legal_name": null, "aliases": ["CCD", "Cafe Coffee Day"], "website": "https://www.cafecoffeeday.com", "canonical_domain": "cafecoffeeday.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1996, "employees": 20135, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CCD_2.jpg", "description": "Indian coffee company", "sitelinks": 9, "importance": 0.3855, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
959 {"wikidata_id": "Q1350144", "display_name": "Go First", "legal_name": null, "aliases": ["GoAir"], "website": "https://www.flygofirst.com", "canonical_domain": "flygofirst.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7959272", "name": "Wadia Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoAir_Logo.png", "description": "Indian low-cost airline", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
960 {"wikidata_id": "Q407343", "display_name": "Air India Express", "legal_name": null, "aliases": [], "website": "https://www.airindiaexpress.in", "canonical_domain": "airindiaexpress.in", "country": "IN", "hq_city": "Kochi", "hq_region": "Ernakulam district", "lat": 9.96667, "lon": 76.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q69906", "name": "Air India"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_India_Express_logo.svg", "description": "low-cost subsidiary of Air India", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
961 {"wikidata_id": "Q553915", "display_name": "Arkia", "legal_name": null, "aliases": ["Arkia Airlines", "Arkia Israel Airlines", "Arkia Israeli Airlines", "Arkia Israeli Airlines Ltd"], "website": "https://www.arkia.com", "canonical_domain": "arkia.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6276279", "name": "Jordache Enterprises, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arkia_Israeli_logo.svg", "description": "Israeli airline", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
962 {"wikidata_id": "Q782028", "display_name": "Game Freak", "legal_name": "株式会社ゲームフリーク", "aliases": ["Game Freak Inc.", "Taji Corp"], "website": "https://www.gamefreak.co.jp", "canonical_domain": "gamefreak.co.jp", "country": "JP", "hq_city": "Setagaya", "hq_region": "Tokyo", "lat": 35.64656, "lon": 139.65322, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GAME_FREAK_logo.svg", "description": "Japanese video game developer", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
963 {"wikidata_id": "Q796158", "display_name": "Turkmenistan Airlines", "legal_name": null, "aliases": ["T5", "TUA", "Türkmenhowaýollary", "Туркменские авиалинии"], "website": "https://turkmenistanairlines.tm", "canonical_domain": "turkmenistanairlines.tm", "country": "TM", "hq_city": "Ashgabat", "hq_region": "Turkmenistan", "lat": 37.95, "lon": 58.38333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Turkmenistan", "sitelinks": 38, "importance": 0.3852, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
964 {"wikidata_id": "Q11294875", "display_name": "Kayaba", "legal_name": null, "aliases": ["Kayaba Industry", "Kayaba Kogyo Kabushiki-gaisha", "KYB Corporation"], "website": "https://www.kyb.co.jp", "canonical_domain": "kyb.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "353800TNYJJSI69KPE33", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KYB_Corporation_company_logo.svg", "description": "Japanese automotive company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
965 {"wikidata_id": "Q1155797", "display_name": "DTAC", "legal_name": null, "aliases": ["TAC", "Total Access Communication Public Company Limited", "Total Access Communication Public Co.", "Ltd."], "website": "https://www.dtac.co.th", "canonical_domain": "dtac.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q845632", "name": "Telenor"}, "logo_url": null, "description": "Thai telecommunications company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
966 {"wikidata_id": "Q795622", "display_name": "Tata Consumer Products", "legal_name": null, "aliases": ["Tata Global Beverages"], "website": "https://www.tataconsumer.com", "canonical_domain": "tataconsumer.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "335800LOXFWU8ZQJMD12", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Global_Beverages.svg", "description": "Indian company", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
967 {"wikidata_id": "Q806640", "display_name": "Bank Melli Iran", "legal_name": null, "aliases": ["Bank Melli", "Melli Bank", "Melli Bank Of Iran", "National Bank of Iran"], "website": "https://bmi.ir", "canonical_domain": "bmi.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1928, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300DK3GGPVDIPPV39", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BmiBank_Melli_Iran-hor.svg", "description": "Iranian banking and financial services corporation", "sitelinks": 14, "importance": 0.3847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
968 {"wikidata_id": "Q1143917", "display_name": "Meizu", "legal_name": null, "aliases": ["Meizu Telecom Equipment Co.", "Ltd."], "website": "https://www.meizu.com", "canonical_domain": "meizu.com", "country": "CN", "hq_city": "Zhuhai", "hq_region": "Guangdong", "lat": 22.27417, "lon": 113.57194, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meizu.svg", "description": "Chinese consumer electronics company", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
969 {"wikidata_id": "Q909076", "display_name": "Georgian Airways", "legal_name": null, "aliases": ["Airzena", "Georgian Air", "Georgian Airlines"], "website": "https://www.georgian-airways.com", "canonical_domain": "georgian-airways.com", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Flag-carrier airline of Georgia", "sitelinks": 37, "importance": 0.3824, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
970 {"wikidata_id": "Q1068351", "display_name": "East Nippon Expressway Company", "legal_name": "東日本高速道路株式会社", "aliases": ["East Nippon Expressway Company Limited", "NEXCO East"], "website": "https://www.e-nexco.co.jp", "canonical_domain": "e-nexco.co.jp", "country": "JP", "hq_city": "Kasumigaseki", "hq_region": "Chiyoda", "lat": 35.67382, "lon": 139.75131, "industries": ["transportation"], "industry_labels": ["Fixed facilities for road transport"], "founded_year": 2005, "employees": 2396, "public_company": false, "ticker": null, "exchange": null, "lei": "3538001KIDW45H6JDO83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexco_east_logo.svg", "description": "company operates expressways in East Japan", "sitelinks": 12, "importance": 0.3823, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
971 {"wikidata_id": "Q1107991", "display_name": "BharatBenz", "legal_name": null, "aliases": [], "website": "https://www.bharatbenz.com", "canonical_domain": "bharatbenz.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2011, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5209438", "name": "Daimler India Commercial Vehicles Pvt. Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BHARATBENZ_Heavy_Duty_Truck_3128_C_front_logo.Spielvogel.JPG", "description": "Daimler Truck's subsidiary under Daimler India Commercial Vehicles", "sitelinks": 13, "importance": 0.3823, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
972 {"wikidata_id": "Q866991", "display_name": "Daiso", "legal_name": null, "aliases": ["Daiso Industries Co.", "Ltd.", "Daiso Sangyo Inc."], "website": "https://www.daiso-sangyo.co.jp", "canonical_domain": "daiso-sangyo.co.jp", "country": "JP", "hq_city": null, "hq_region": "Higashihiroshima", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["variety store"], "founded_year": 1977, "employees": 745, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%80%E3%82%A4%E3%82%BD%E3%83%BC.svg", "description": "Japanese multinational variety store chain", "sitelinks": 14, "importance": 0.3805, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
973 {"wikidata_id": "Q1050783", "display_name": "Royal Brunei Airlines", "legal_name": null, "aliases": ["BI", "RBA", "Royal Brunei"], "website": "https://www.flyroyalbrunei.com", "canonical_domain": "flyroyalbrunei.com", "country": "BN", "hq_city": "Bandar Seri Begawan", "hq_region": "Brunei-Muara District", "lat": 4.91667, "lon": 114.91667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Brunei_Airlines_logo.svg", "description": "flag carrier airline of Brunei", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
974 {"wikidata_id": "Q1156046", "display_name": "The Pokémon Company", "legal_name": "株式会社ポケモン", "aliases": ["Pocket Monster Center Co.", "Ltd.", "Pokemon Company", "Pokémon Company", "The Pokemon Company"], "website": "https://corporate.pokemon.co.jp", "canonical_domain": "pokemon.co.jp", "country": "JP", "hq_city": "Roppongi Hills Mori Tower", "hq_region": "Roppongi", "lat": 35.66056, "lon": 139.72917, "industries": ["media", "gaming"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Pokemon_Company_text_logo.svg", "description": "Japanese brand management, production, and marketing company responsible for marketing and licensing the Pokémon franchise", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
975 {"wikidata_id": "Q1381966", "display_name": "Flipkart", "legal_name": null, "aliases": ["Flipkart India Private Limited", "Flipkart India Pvt. Ltd."], "website": "https://www.flipkart.com", "canonical_domain": "flipkart.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800ILXPCOFAHC5V79", "sec_cik": null, "parent": {"wikidata_id": "Q483551", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flipkart_logo_%282026%29.svg", "description": "Indian electronic commerce company", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
976 {"wikidata_id": "Q320458", "display_name": "Ibanez", "legal_name": null, "aliases": ["Ibanez Salvador"], "website": "https://www.ibanez.com", "canonical_domain": "ibanez.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1630376", "name": "Hoshino Gakki"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ibanez_logo.svg", "description": "Japanese guitar brand", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
977 {"wikidata_id": "Q588909", "display_name": "Nepal Airlines", "legal_name": null, "aliases": ["Royal Nepal Airlines"], "website": "https://nepalairlines.com.np", "canonical_domain": "nepalairlines.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier airline of Nepal", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
978 {"wikidata_id": "Q721994", "display_name": "Shanghai Airlines", "legal_name": null, "aliases": ["FM", "CSH", "Shanghai Air"], "website": "https://www.shanghai-air.com", "canonical_domain": "shanghai-air.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291796", "name": "China Eastern Airlines"}, "logo_url": null, "description": "airline headquartered in the Jing'an District, Shanghai, People's Republic of China", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
979 {"wikidata_id": "Q863432", "display_name": "biman-airlines.com", "legal_name": null, "aliases": ["Biman", "Bangladesh Airlines", "Biman Bangladesh"], "website": "https://www.biman-airlines.com", "canonical_domain": "biman-airlines.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q25209250", "name": "Ministry of Civil Aviation and Tourism"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Biman_Airlines_logo.svg", "description": "National airline of Bangladesh", "sitelinks": 36, "importance": 0.3796, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
980 {"wikidata_id": "Q293494", "display_name": "Aerospace Industrial Development Corporation", "legal_name": null, "aliases": ["AIDC"], "website": "https://www.aidc.com.tw", "canonical_domain": "aidc.com.tw", "country": "TW", "hq_city": "Taichung", "hq_region": "Taiwan", "lat": 24.14389, "lon": 120.67944, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1969, "employees": 3196, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Taiwan", "sitelinks": 11, "importance": 0.3781, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
981 {"wikidata_id": "Q10873928", "display_name": "Power China", "legal_name": null, "aliases": ["Power Construction Corporation of China"], "website": "https://www.powerchina.cn", "canonical_domain": "powerchina.cn", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PowerChina-logo.gif", "description": "company in Beijing, China", "sitelinks": 13, "importance": 0.3774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
982 {"wikidata_id": "Q1137136", "display_name": "SunExpress", "legal_name": "Güneş Ekspres Havacılık Anonim Şirketi", "aliases": ["Sun Express", "Sun Express Air", "SunExpress Air", "SunExpress Airline", "SXS", "XQ"], "website": "https://www.sunexpress.com", "canonical_domain": "sunexpress.com", "country": "TR", "hq_city": "Muratpaşa", "hq_region": "Antalya Province", "lat": 36.8825, "lon": 30.76917, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4548", "name": "Turkish Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SunExpress_Logo.svg", "description": "Turkish airline based in Antalya, Turkey", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
983 {"wikidata_id": "Q1194689", "display_name": "Bandai Namco Entertainment", "legal_name": null, "aliases": ["Bandai Namco", "BANDAI NAMCO Entertainment", "BANDAI NAMCO Entertainment Inc.", "Bandai Namco Games", "BNEI", "BNGI", "Namco", "Namco Bandai Games"], "website": "https://www.bandainamcoent.com", "canonical_domain": "bandainamcoent.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806259", "name": "Bandai Namco Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_logo_%282022%29.svg", "description": "Japanese video game publisher", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
984 {"wikidata_id": "Q277421", "display_name": "9GAG", "legal_name": null, "aliases": ["9gag", "9Gag"], "website": "https://9gag.com", "canonical_domain": "9gag.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/9gag_logo.svg", "description": "Social media website where users upload and share user-generated images and videos", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
985 {"wikidata_id": "Q617956", "display_name": "Azerbaijan Railways", "legal_name": null, "aliases": ["ADY"], "website": "https://www.ady.az", "canonical_domain": "ady.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["transportation"], "industry_labels": ["rail and rope guided transport"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Azerbaycan_Demir_Yollari_logo.svg", "description": "National railway company of Azerbaijan", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
986 {"wikidata_id": "Q827306", "display_name": "Proton", "legal_name": null, "aliases": ["PHB", "PROTON Holdings", "Proton Holdings Berhad", "PROTON Holdings Berhad", "PROTON Holdings Bhd"], "website": "https://www.proton.com", "canonical_domain": "proton.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1155372", "name": "DRB-HICOM"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PROTON_logo_2003.jpg", "description": "Automobile manufacturer", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
987 {"wikidata_id": "Q853937", "display_name": "Iraqi Airways", "legal_name": null, "aliases": [], "website": "https://www.iraqiairways.com.iq", "canonical_domain": "iraqiairways.com.iq", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Mandatory Iraq", "lat": 33.31528, "lon": 44.36611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iraqi_Airways_Logo.svg", "description": "Flag-carrier airline of Iraq", "sitelinks": 35, "importance": 0.3767, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
988 {"wikidata_id": "Q1192030", "display_name": "Houbunsha", "legal_name": null, "aliases": ["Hōbunsha"], "website": "https://houbunsha.com", "canonical_domain": "houbunsha.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1950, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Houbunsha_logo.png", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3745, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
989 {"wikidata_id": "Q1480118", "display_name": "Yeti Airlines", "legal_name": null, "aliases": ["Yeti Airlines Domestic Pvt. Ltd."], "website": "https://www.yetiairlines.com", "canonical_domain": "yetiairlines.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Kathmandu, Nepal", "sitelinks": 34, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
990 {"wikidata_id": "Q27070331", "display_name": "Honor", "legal_name": "Honor Device Co., Ltd.", "aliases": ["Huawei Honor"], "website": "https://www.honor.com", "canonical_domain": "honor.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q113046195", "name": "Shenzhen Zhixin New Information Technology"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huawei_Honor_Logo.svg", "description": "Chinese smartphone brand", "sitelinks": 34, "importance": 0.3738, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
991 {"wikidata_id": "Q1050159", "display_name": "Central Nippon Expressway Company", "legal_name": "中日本高速道路株式会社", "aliases": ["NEXCO Central", "NEXCO Central Japan", "NEXCO Central Nippon"], "website": "https://www.c-nexco.co.jp", "canonical_domain": "c-nexco.co.jp", "country": "JP", "hq_city": "Sumitomo Mitsui Bank Nagoya Building", "hq_region": null, "lat": 35.16888, "lon": 136.89943, "industries": ["transportation"], "industry_labels": ["Fixed facilities for road transport"], "founded_year": 2005, "employees": 2253, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexco_central_logo.svg", "description": "company operates expressways in Central Japan", "sitelinks": 11, "importance": 0.373, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
992 {"wikidata_id": "Q1149165", "display_name": "Samyang Optics", "legal_name": null, "aliases": ["Bower", "Opteka", "Rokinon", "Samyang", "Vivitar"], "website": "https://www.lksamyang.com", "canonical_domain": "lksamyang.com", "country": "KR", "hq_city": "Masan", "hq_region": "Asan", "lat": 35.18333, "lon": 128.55, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 1972, "employees": 105, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samyang_logo.png", "description": "South Korean manufacturer of third-party camera lenses", "sitelinks": 17, "importance": 0.3714, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
993 {"wikidata_id": "Q1584018", "display_name": "RITES", "legal_name": null, "aliases": [], "website": "https://new.rites.com", "canonical_domain": "rites.com", "country": "IN", "hq_city": "India", "hq_region": null, "lat": 22.8, "lon": 83.0, "industries": ["transportation"], "industry_labels": ["infrastructure"], "founded_year": 1974, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RITES_green_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.3713, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
994 {"wikidata_id": "Q1035195", "display_name": "Hong Kong Airlines", "legal_name": null, "aliases": ["Hong Kong Air", "Hong Kong Airlines Ltd"], "website": "https://www.hongkongairlines.com", "canonical_domain": "hongkongairlines.com", "country": "CN", "hq_city": "Chek Lap Kok", "hq_region": "Islands District", "lat": 22.30531, "lon": 113.92183, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "Hong Kong-based airline", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
995 {"wikidata_id": "Q106296918", "display_name": "Big Hit Music", "legal_name": null, "aliases": ["Big Hit", "Big Hit Entertainment"], "website": "https://ibighit.com", "canonical_domain": "ibighit.com", "country": "KR", "hq_city": "Yongsan District", "hq_region": "Seoul", "lat": 37.53833, "lon": 126.96556, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Hit_Music_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
996 {"wikidata_id": "Q1073489", "display_name": "China State Railway Group", "legal_name": "中国国家铁路集团有限公司", "aliases": ["China Railway", "China Railways Corporation"], "website": "https://www.china-railway.com.cn", "canonical_domain": "china-railway.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300FQQ9DQSCWEC194", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Railways.svg", "description": "State-owned national railway company of China", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
997 {"wikidata_id": "Q1852050", "display_name": "TP-Link", "legal_name": "TP-Link Technologies Co., Ltd.", "aliases": ["TP-Link Technologies Co.", "Ltd.", "TP-Link Systems"], "website": "https://www.tp-link.com", "canonical_domain": "tp-link.com", "country": "CN", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["technology"], "industry_labels": ["manufacture of communication equipment", "computer hardware industry", "electronics industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPLINK_Logo_2.svg", "description": "Computer networking technology company", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
998 {"wikidata_id": "Q310107", "display_name": "airblue", "legal_name": null, "aliases": ["PA", "ABQ", "Air Blue", "AIRBLUE"], "website": "https://www.airblue.com", "canonical_domain": "airblue.com", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airblue_Logo.svg", "description": "Pakistani low-cost airline", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
999 {"wikidata_id": "Q354764", "display_name": "Sigma Corporation", "legal_name": null, "aliases": ["Sigma", "Kabushiki-gaisha Shiguma"], "website": "https://www.sigmaphoto.com", "canonical_domain": "sigmaphoto.com", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["photo industry", "electronics industry"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sigma%27s_new_updated_logo_revealed%2C_February_2025.svg", "description": "Japanese photography equipment manufacturer", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1000 {"wikidata_id": "Q495372", "display_name": "Korean Stock Exchange", "legal_name": null, "aliases": ["KRX", "KRX SM"], "website": "https://www.krx.co.kr", "canonical_domain": "krx.co.kr", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TJ3RRV6Q1UEW14", "sec_cik": null, "parent": {"wikidata_id": "Q624674", "name": "Financial Services Commission"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korea_Exchange_Logo.svg", "description": "securities exchange operator in South Korea", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1001 {"wikidata_id": "Q756172", "display_name": "Lao Airlines", "legal_name": null, "aliases": ["Lao Air", "Lao Airways"], "website": "https://www.laoairlines.com", "canonical_domain": "laoairlines.com", "country": "LA", "hq_city": "Vientiane", "hq_region": "Vientiane", "lat": 17.98, "lon": 102.63, "industries": ["airlines", "professional-services"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "the national airline of Laos, headquartered in Vientiane. It operates domestic as well as international services to such countries as Cambodia, China, Thailand, Vietnam, Singapore, and Korea", "sitelinks": 33, "importance": 0.3707, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1002 {"wikidata_id": "Q688936", "display_name": "Gazprom Armenia", "legal_name": null, "aliases": ["Armrosgazprom", "ArmRosGazprom"], "website": "https://armenia-am.gazprom.com", "canonical_domain": "gazprom.com", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": 7000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q102673", "name": "Gazprom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Headquarters_of_ArmRosGazprom.JPG", "description": "oil and gas company in Armenia", "sitelinks": 9, "importance": 0.3702, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1003 {"wikidata_id": "Q7480253", "display_name": "Tango Gameworks", "legal_name": null, "aliases": [], "website": "https://tangogameworks.com", "canonical_domain": "tangogameworks.com", "country": "JP", "hq_city": "Shibaura", "hq_region": "Minato", "lat": 35.64182, "lon": 139.74822, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": 65, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4035237", "name": "Krafton"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tango_Gameworks_wordmark.svg", "description": "Japanese video game development company", "sitelinks": 18, "importance": 0.3702, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1004 {"wikidata_id": "Q104907477", "display_name": "Seres Group", "legal_name": null, "aliases": ["Chongqing Sokon", "Chongqing Sokon Industrial Group Co", "Sokon"], "website": "https://www.seres.cn", "canonical_domain": "seres.cn", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["automotive"], "industry_labels": ["automotive industry", "motorcycle industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Seres_Group.svg", "description": "Chinese vehicle manufacturer", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1005 {"wikidata_id": "Q2882624", "display_name": "Bank Sepah", "legal_name": null, "aliases": ["Pahlavi Bank", "Sepah Bank"], "website": "https://www.ebanksepah.ir", "canonical_domain": "ebanksepah.ir", "country": "IR", "hq_city": "Bank Sepah Central Building (Abbas Abad)", "hq_region": "District 6", "lat": 35.74617, "lon": 51.4205, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300FFC0ZUJKJ8GZ78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BankSepah_Logo.png", "description": "Iranian banking and financial services corporation", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1006 {"wikidata_id": "Q5099785", "display_name": "CMOC Group Limited", "legal_name": null, "aliases": [], "website": "https://www.cmoc.com", "canonical_domain": "cmoc.com", "country": "CN", "hq_city": "Henan", "hq_region": "People's Republic of China", "lat": 33.9, "lon": 113.5, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CMOC_bilingual_logo.svg", "description": "Chinese mining company", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1007 {"wikidata_id": "Q661365", "display_name": "Ritek", "legal_name": null, "aliases": [], "website": "https://www.ritek.com", "canonical_domain": "ritek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ritek_logo_%E5%90%AB%E7%B6%B2%E5%9D%80%E5%8F%8A%E4%B8%AD%E6%96%87.jpg", "description": "company", "sitelinks": 12, "importance": 0.3697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1008 {"wikidata_id": "Q10874682", "display_name": "Sino Biopharmaceutical Limited", "legal_name": null, "aliases": [], "website": "https://www.sinobiopharm.com", "canonical_domain": "sinobiopharm.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1177", "exchange": "Hong Kong Stock Exchange", "lei": "529900LPR4ADFEJAR786", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1009 {"wikidata_id": "Q12188930", "display_name": "National Shipping Company of Saudi Arabia", "legal_name": "الشركة الوطنية السعودية للنقل البحري", "aliases": ["Bahri"], "website": "https://www.bahri.sa", "canonical_domain": "bahri.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["shipping"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "4030", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bahri_Logo.jpg", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1010 {"wikidata_id": "Q12218555", "display_name": "Abdullah AlOthaim Markets", "legal_name": "شركة أسواق عبدالله العثيم", "aliases": [], "website": "https://www.othaimmarkets.com", "canonical_domain": "othaimmarkets.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4001", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1011 {"wikidata_id": "Q19720632", "display_name": "Saudi Arabian Fertilizer Company", "legal_name": "شركة الأسمدة العربية السعودية", "aliases": ["Sabic Agri-Nutrients Company", "SAFCO"], "website": "https://www.safco.com.sa", "canonical_domain": "safco.com.sa", "country": "SA", "hq_city": "Jubail", "hq_region": "Jubail governorate", "lat": 27.0, "lon": 49.66667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "petrochemistry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "2020", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Safco_logo.svg", "description": "the first petrochemical company in Saudi Arabia", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1012 {"wikidata_id": "Q2374321", "display_name": "SAPTCO", "legal_name": "خدمة اونلاين", "aliases": [], "website": "https://www.saptco.com.sa", "canonical_domain": "saptco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "4040", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company in Saudi Arabia", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1013 {"wikidata_id": "Q4120111", "display_name": "Alinma Bank", "legal_name": "مصرف الإنماء", "aliases": [], "website": "https://alinma.com", "canonical_domain": "alinma.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "1150", "exchange": "Saudi Stock Exchange", "lei": "558600HPAUTN6XSVBK93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alinma_Bank_logo.svg", "description": "Saudi Arabian Private Bank", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1014 {"wikidata_id": "Q5208704", "display_name": "Dah Chong Hong", "legal_name": null, "aliases": ["Dah Chong Hong Holdings Limited"], "website": "https://www.dch.com.hk", "canonical_domain": "dch.com.hk", "country": "HK", "hq_city": "Kowloon", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.18333, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1828", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1015 {"wikidata_id": "Q5613634", "display_name": "Guangdong Investment", "legal_name": null, "aliases": [], "website": "https://www.gdi.com.hk", "canonical_domain": "gdi.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "0270", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guangdong_Investment_logo.png", "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1016 {"wikidata_id": "Q5950764", "display_name": "Hutchison Telecommunications Hong Kong Holdings", "legal_name": "Hutchison Telecommunications Hong Kong Holdings Limited", "aliases": ["HTHKH"], "website": "https://www.hthkh.com", "canonical_domain": "hthkh.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "0215", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19548352", "name": "CK Hutchison Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hutchison_Telecom_HK_logo.svg", "description": "telecommunications company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1017 {"wikidata_id": "Q7122305", "display_name": "Pacific Basin Shipping Limited", "legal_name": null, "aliases": [], "website": "https://www.pacificbasin.com", "canonical_domain": "pacificbasin.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2343", "exchange": "Hong Kong Stock Exchange", "lei": "254900LNPK737X4Y3V26", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong shipping company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1018 {"wikidata_id": "Q7215569", "display_name": "Pico Far East Holdings Limited", "legal_name": null, "aliases": ["Pico Global"], "website": "https://www.pico.com", "canonical_domain": "pico.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["event marketing"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "0752", "exchange": "Hong Kong Stock Exchange", "lei": "254900NL3DXVIEY4HJ17", "sec_cik": null, "parent": null, "logo_url": null, "description": "Pico Global", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1019 {"wikidata_id": "Q7427079", "display_name": "Saudi Advanced Industries Company", "legal_name": "الشركة السعودية للصناعات المتطورة", "aliases": [], "website": "https://saic.com.sa", "canonical_domain": "saic.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2120", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1020 {"wikidata_id": "Q7658810", "display_name": "Swire Properties", "legal_name": null, "aliases": ["Swire Properties Limited"], "website": "https://www.swireproperties.com", "canonical_domain": "swireproperties.com", "country": "HK", "hq_city": "One Island East", "hq_region": "Eastern District", "lat": 22.28606, "lon": 114.21336, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "1972", "exchange": "Hong Kong Stock Exchange", "lei": "5299001L12PHYVQ92465", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong company", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1021 {"wikidata_id": "Q7831552", "display_name": "Tracker Fund of Hong Kong", "legal_name": null, "aliases": [], "website": "https://www.trahk.com.hk", "canonical_domain": "trahk.com.hk", "country": "HK", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2800", "exchange": "Hong Kong Stock Exchange", "lei": "549300C7M6EZYJHBKK44", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TrackerFundOfHongKong_logo_%28English%29.svg", "description": "Hong Kong exchange-traded fund", "sitelinks": 4, "importance": 0.3692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1022 {"wikidata_id": "Q724043", "display_name": "Zebra Pen Corporation", "legal_name": null, "aliases": ["Zebra pen manufacturer", "Zebra Pens"], "website": "https://www.zebra.co.jp", "canonical_domain": "zebra.co.jp", "country": "JP", "hq_city": "Higashi-Gokenchō", "hq_region": "Shinjuku", "lat": 35.70729, "lon": 139.73943, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1897, "employees": 953, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zebra_Pen_Company_logo.svg", "description": "Japanese pen manufacturer", "sitelinks": 12, "importance": 0.369, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1023 {"wikidata_id": "Q2234815", "display_name": "Tohatsu", "legal_name": null, "aliases": [], "website": "https://tohatsu.com", "canonical_domain": "tohatsu.com", "country": "JP", "hq_city": "Itabashi", "hq_region": "Tokyo", "lat": 35.75119, "lon": 139.70928, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1922, "employees": 527, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tohatsu_company_logo.svg", "description": "outboard motor and fire pumps manufacturer", "sitelinks": 13, "importance": 0.3682, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1024 {"wikidata_id": "Q115922174", "display_name": "Jidu Auto", "legal_name": null, "aliases": [], "website": "https://www.jiyue-auto.com", "canonical_domain": "jiyue-auto.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2021, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q14772", "name": "Baidu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pixel-J_logo.svg", "description": "Chinese joint-venture between Geely and Baidu", "sitelinks": 10, "importance": 0.368, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1025 {"wikidata_id": "Q1124351", "display_name": "FAW Group", "legal_name": null, "aliases": ["China FAW Group Corporation Limited", "FAW Group Corporation", "First Automobile Works"], "website": "https://www.faw.com", "canonical_domain": "faw.com", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.85794, "lon": 125.2465, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned automobile manufacturer", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1026 {"wikidata_id": "Q631792", "display_name": "Beko", "legal_name": "Beko Elektronik A.Ş.", "aliases": [], "website": "https://www.bekocorporate.com", "canonical_domain": "bekocorporate.com", "country": "TR", "hq_city": "Sütlüce", "hq_region": "Beyoğlu", "lat": 41.0509, "lon": 28.9401, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q640497", "name": "Arçelik"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beko_Germany_Logo_2023.svg", "description": "Turkish manufacturer of household appliances and consumer electronics", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1027 {"wikidata_id": "Q734942", "display_name": "Buddha Air", "legal_name": null, "aliases": ["Buddha Air Pvt. Ltd"], "website": "https://www.buddhaair.com", "canonical_domain": "buddhaair.com", "country": "NP", "hq_city": "Jawalakhel", "hq_region": "Lalitpur", "lat": 27.66667, "lon": 85.31667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nepalese airline", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1028 {"wikidata_id": "Q849488", "display_name": "VAIO", "legal_name": "VAIO株式会社", "aliases": ["Sony VAIO"], "website": "https://www.vaio.com", "canonical_domain": "vaio.com", "country": "JP", "hq_city": "Azumino", "hq_region": "Nagano Prefecture", "lat": 36.30389, "lon": 137.90556, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vaio.svg", "description": "Japanese PCs and consumer electronics manufacturer", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1029 {"wikidata_id": "Q909560", "display_name": "Drukair", "legal_name": "Drukair Corporation Limited", "aliases": ["Druk Air", "Drukair - Royal Bhutan Airlines", "Drukair – Royal Bhutan Airlines", "Drukair — Royal Bhutan Airlines", "Royal Bhutan Airlines", "Royal Bhutan Airlines"], "website": "https://www.drukair.com.bt", "canonical_domain": "drukair.com.bt", "country": "BT", "hq_city": "Paro", "hq_region": "Wangchang Gewog", "lat": 27.43333, "lon": 89.41667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of the Kingdom of Bhutan", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1030 {"wikidata_id": "Q974899", "display_name": "Shenzhen Airlines", "legal_name": null, "aliases": ["Shenzhen Air"], "website": "https://www.shenzhenair.com", "canonical_domain": "shenzhenair.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51747", "name": "Air China"}, "logo_url": null, "description": "airline headquartered in Bao'an, Shenzhen, Guangdong, China and based in Shenzhen Bao'an International Airport", "sitelinks": 32, "importance": 0.3676, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1031 {"wikidata_id": "Q1255529", "display_name": "Grezzo", "legal_name": null, "aliases": ["Grezzo Co", "Ltd."], "website": "https://www.grezzo.co.jp", "canonical_domain": "grezzo.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grezzo_logo.svg", "description": "Japanese video game developer", "sitelinks": 17, "importance": 0.3675, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1032 {"wikidata_id": "Q383046", "display_name": "Afghan Wireless", "legal_name": null, "aliases": ["AWCC", "افغان بیسیم"], "website": "https://afghan-wireless.com", "canonical_domain": "afghan-wireless.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2002, "employees": 5500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Afghanistan", "sitelinks": 9, "importance": 0.3668, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1033 {"wikidata_id": "Q1058127", "display_name": "West Nippon Expressway Company", "legal_name": "West Nippon Expressway Company Limited", "aliases": ["NEXCO West", "NEXCO West Japan"], "website": "https://global.w-nexco.co.jp", "canonical_domain": "w-nexco.co.jp", "country": "JP", "hq_city": "Dojima Avanza", "hq_region": "Dōjima", "lat": 34.69697, "lon": 135.49644, "industries": ["transportation"], "industry_labels": ["Fixed facilities for road transport"], "founded_year": 2005, "employees": 2744, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEXCO_West_-_Logo.svg", "description": "one of the main operators of expressways and toll roads in Japan", "sitelinks": 10, "importance": 0.3667, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1034 {"wikidata_id": "Q1617128", "display_name": "Majid Al Futtaim Group", "legal_name": null, "aliases": [], "website": "https://www.majidalfuttaim.com", "canonical_domain": "majidalfuttaim.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1992, "employees": 27000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Majid_Al_Futtaim_logo.svg", "description": "Emirati holding company", "sitelinks": 7, "importance": 0.3663, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1035 {"wikidata_id": "Q1351415", "display_name": "Peace Now", "legal_name": null, "aliases": ["Shalom Achshav"], "website": "https://peacenow.org.il", "canonical_domain": "peacenow.org.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["media"], "industry_labels": [], "founded_year": 1978, "employees": 11, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ShalomNowLogo.svg", "description": "liberal pacifist advocacy organization from Israel", "sitelinks": 22, "importance": 0.3656, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1036 {"wikidata_id": "Q1148423", "display_name": "IMI Systems", "legal_name": null, "aliases": [], "website": "https://www.imisystems.com", "canonical_domain": "imisystems.com", "country": "IL", "hq_city": "Ramat HaSharon", "hq_region": "Tel Aviv District", "lat": 32.14611, "lon": 34.83944, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1325369", "name": "Elbit Systems Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IMI_Systems_official_logo.jpg", "description": "Ex company israelian of defense", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1037 {"wikidata_id": "Q1156874", "display_name": "Pacific Airlines", "legal_name": null, "aliases": ["Jetstar Pacific Airlines"], "website": "https://www.pacificairlines.com", "canonical_domain": "pacificairlines.com", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paa-logos-01.png", "description": "airline", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1038 {"wikidata_id": "Q1319404", "display_name": "Scoot", "legal_name": null, "aliases": ["TR", "TGW"], "website": "https://www.flyscoot.com", "canonical_domain": "flyscoot.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q32245", "name": "Singapore Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scoot_logo.svg", "description": "Singaporean low-cost airline and a wholly owned subsidiary of Singapore Airlines", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1039 {"wikidata_id": "Q1345267", "display_name": "Suntory", "legal_name": null, "aliases": [], "website": "https://www.suntory.co.jp", "canonical_domain": "suntory.co.jp", "country": "JP", "hq_city": "Dōjimahama", "hq_region": "Kita-ku", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["beverage industry", "brewing industry"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137363738", "name": "Suntory Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SUNTORY_logo.svg", "description": "Japanese beverage company", "sitelinks": 31, "importance": 0.3644, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1040 {"wikidata_id": "Q1202628", "display_name": "Victor Entertainment", "legal_name": "株式会社JVCケンウッド・ビクターエンタテインメント", "aliases": ["JVC Entertainment", "JVC Kenwood Victor Entertainment Corporation", "JVC Music", "Victor Music"], "website": "https://www.jvcmusic.co.jp", "canonical_domain": "jvcmusic.co.jp", "country": "JP", "hq_city": "Jingūmae", "hq_region": "Shibuya", "lat": 35.66781, "lon": 139.70792, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1972, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1676719", "name": "JVC Kenwood"}, "logo_url": null, "description": "Japanese entertainment company", "sitelinks": 13, "importance": 0.3642, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1041 {"wikidata_id": "Q7931361", "display_name": "Vinaphone", "legal_name": null, "aliases": [], "website": "https://www.vinaphone.com.vn", "canonical_domain": "vinaphone.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7928543", "name": "Vietnam Posts and Telecommunications Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Vinaphone.svg", "description": "Vietnamese mobile network operator, subsidiary of VNPT", "sitelinks": 10, "importance": 0.3621, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1042 {"wikidata_id": "Q2618154", "display_name": "Aigo", "legal_name": null, "aliases": ["aigo", "Beijing Huaqi Information Digital Technology Co.", "Ltd."], "website": "https://www.aigo.com", "canonical_domain": "aigo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1993, "employees": 1900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese consumer electronics company", "sitelinks": 10, "importance": 0.3614, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1043 {"wikidata_id": "Q12580836", "display_name": "CU", "legal_name": null, "aliases": [], "website": "https://cumongol.mn", "canonical_domain": "cumongol.mn", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CU_BI_%282017%29.svg", "description": "convenience store chain based in South Korea", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1044 {"wikidata_id": "Q5629457", "display_name": "HEPCO", "legal_name": null, "aliases": ["Heavy Equipment Production Company"], "website": "https://hepcoir.com", "canonical_domain": "hepcoir.com", "country": "IR", "hq_city": "Arak", "hq_region": "Central District", "lat": 34.09111, "lon": 49.74528, "industries": ["automotive"], "industry_labels": ["vehicle industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_HEPCO_Heavy_Industries.png", "description": "vehicle manufacturing company in Arak, Iran", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1045 {"wikidata_id": "Q5644023", "display_name": "Hamamatsu Photonics", "legal_name": null, "aliases": ["Hamamatsu Hotonikusu Kabushiki-Gaisha"], "website": "https://www.hamamatsu.com", "canonical_domain": "hamamatsu.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hamamatsu_Photonics_company_logo.svg", "description": "Japanese optical device manufacturer", "sitelinks": 11, "importance": 0.3612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1046 {"wikidata_id": "Q1064048", "display_name": "Jazeera Airways", "legal_name": null, "aliases": ["Jazeera", "Jazeera Air", "Jazeera Airlines"], "website": "https://www.jazeeraairways.com", "canonical_domain": "jazeeraairways.com", "country": "KW", "hq_city": "Farwaniya", "hq_region": null, "lat": 29.27556, "lon": 47.96028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jazeera_Airways_logo.svg", "description": "Kuwaiti low-cost airline with its head office on the grounds of Kuwait International Airport in Al Farwaniyah Governorate, Kuwait", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1047 {"wikidata_id": "Q1115363", "display_name": "Comac", "legal_name": null, "aliases": ["Commercial Aircraft Corporation of China"], "website": "https://www.comac.cc", "canonical_domain": "comac.cc", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned aerospace manufacturer", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1048 {"wikidata_id": "Q147208", "display_name": "Xiamen Airlines", "legal_name": null, "aliases": ["Xiamen", "Xiamen Air", "Xiamen Airline"], "website": "https://www.xiamenair.com", "canonical_domain": "xiamenair.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291090", "name": "China Southern Airlines"}, "logo_url": null, "description": "airline in the People's Republic of China", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1049 {"wikidata_id": "Q291944", "display_name": "Sichuan Airlines", "legal_name": null, "aliases": ["CSC", "Sichuan", "3U", "Sichuan Air", "Sichuan Airlines Co.", "Ltd."], "website": "https://www.sichuanair.com", "canonical_domain": "sichuanair.com", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international airline headquartered in Chengdu, Sichuan, People's Republic of China", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1050 {"wikidata_id": "Q597485", "display_name": "Kam Air", "legal_name": null, "aliases": ["KMF", "RQ", "KamAir"], "website": "https://www.kamair.com", "canonical_domain": "kamair.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kam_Air_Logo.png", "description": "airline in Afghanistan", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1051 {"wikidata_id": "Q654953", "display_name": "Ariana Afghan Airlines", "legal_name": "Aryana Airlines", "aliases": ["FG", "AFG", "Ariana Afghan Airlines Co. Ltd"], "website": "https://www.flyariana.com", "canonical_domain": "flyariana.com", "country": "AF", "hq_city": "Shahr-e Naw", "hq_region": "Kabul", "lat": 35.93333, "lon": 68.71667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ariana_Afghan_Airlines_logo.svg", "description": "flag carrier airline of Afghanistan", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1052 {"wikidata_id": "Q719625", "display_name": "UnionPay", "legal_name": null, "aliases": ["CUP", "China UnionPay", "Ginren", "Unionpay", "UnionPay Card"], "website": "https://www.unionpayintl.com", "canonical_domain": "unionpayintl.com", "country": "CN", "hq_city": "Pudong", "hq_region": "Shanghai", "lat": 31.22306, "lon": 121.53972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UnionPay_logo.svg", "description": "Chinese financial services company", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1053 {"wikidata_id": "Q899122", "display_name": "Mitsui Group", "legal_name": null, "aliases": ["Daiichi Bussan Kaisha", "Ltd", "Mitsui (Japan)", "Mitsui Gurūpu"], "website": "https://www.mitsuipr.com", "canonical_domain": "mitsuipr.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Group_logo.svg", "description": "business", "sitelinks": 30, "importance": 0.361, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1054 {"wikidata_id": "Q684780", "display_name": "Camelot Software Planning", "legal_name": null, "aliases": [], "website": "https://www.camelot.co.jp", "canonical_domain": "camelot.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 33, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3606, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1055 {"wikidata_id": "Q5058279", "display_name": "Cellebrite", "legal_name": null, "aliases": [], "website": "https://www.cellebrite.com", "canonical_domain": "cellebrite.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["technology"], "industry_labels": [], "founded_year": 1999, "employees": 520, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q127601113", "name": "Sun Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Cellebrite_%282021%29.svg", "description": "Israeli digital intelligence company", "sitelinks": 12, "importance": 0.3602, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1056 {"wikidata_id": "Q3337438", "display_name": "Nintendo Cube", "legal_name": null, "aliases": ["Nd Cube", "ND CUBE Co.", "Ltd."], "website": "https://www.nintendo-cube.co.jp", "canonical_domain": "nintendo-cube.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 180, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nintendo_Cube_Logo.svg", "description": "Japanese video game developer", "sitelinks": 14, "importance": 0.36, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1057 {"wikidata_id": "Q1333381", "display_name": "Wagon Pars", "legal_name": null, "aliases": ["Pars Wagon"], "website": "https://mapnawagonpars.com", "canonical_domain": "mapnawagonpars.com", "country": "IR", "hq_city": "Arak County", "hq_region": "Markazi Province", "lat": 34.08194, "lon": 49.73111, "industries": ["automotive", "transportation"], "industry_labels": ["rail vehicle manufacturer", "rail industry"], "founded_year": 1974, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6714424", "name": "MAPNA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wagonpars.png", "description": "rail transport manufacturing company in Arak, Iran", "sitelinks": 11, "importance": 0.3597, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1058 {"wikidata_id": "Q558629", "display_name": "Crypton Future Media", "legal_name": null, "aliases": ["CFM", "CRYPTON", "CRYPTON FUTURE MEDIA", "Inc."], "website": "https://www.crypton.co.jp", "canonical_domain": "crypton.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": 30, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crypton_Future_Media_logo.svg", "description": "Japanese media company", "sitelinks": 18, "importance": 0.3593, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1059 {"wikidata_id": "Q4783497", "display_name": "Arabtec", "legal_name": null, "aliases": ["Arabtec Construction", "Arabtec Construction PJSC"], "website": "https://www.arabtecuae.com", "canonical_domain": "arabtecuae.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1975, "employees": 42000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arabtec_Holding_Logo.jpg", "description": "United Arab Emirates construction group", "sitelinks": 6, "importance": 0.3587, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1060 {"wikidata_id": "Q991149", "display_name": "1-Up Studio", "legal_name": null, "aliases": ["1-UP Studio Inc.", "Brownie Brown Inc."], "website": "https://1-up-studio.jp", "canonical_domain": "1-up-studio.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 66, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1-UP_Studio_Logo.svg", "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.3587, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1061 {"wikidata_id": "Q2735962", "display_name": "Media.Vision", "legal_name": "Media.Vision Entertainment Inc.", "aliases": ["Media Vision Inc."], "website": "https://www.media-vision.co.jp", "canonical_domain": "media-vision.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": 64, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.3583, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1062 {"wikidata_id": "Q197544", "display_name": "Jonway Automobile", "legal_name": null, "aliases": [], "website": "https://www.jonway.com", "canonical_domain": "jonway.com", "country": "CN", "hq_city": "Taizhou", "hq_region": "Zhejiang", "lat": 29.03562, "lon": 121.62036, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automotive company", "sitelinks": 11, "importance": 0.358, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1063 {"wikidata_id": "Q1149762", "display_name": "Mahan Air", "legal_name": null, "aliases": ["IRM", "W5", "Mahan Airlines"], "website": "https://www.mahan.aero", "canonical_domain": "mahan.aero", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "privately owned Iranian airline based in Tehran, Iran", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1064 {"wikidata_id": "Q115146", "display_name": "Tokyo MX", "legal_name": "Tokyo Metroporitan Television Co.,Ltd.", "aliases": ["MX", "JOMX", "JOMX-DTV", "JOMX-TV", "MX-TV", "MXTV", "TOKYO CH9", "Tokyo Metropolitan Television"], "website": "https://s.mxtv.jp", "canonical_domain": "mxtv.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_metropolitan_television_logo_%28rainbow%29.svg", "description": "independent TV station in Tokyo, Japan", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1065 {"wikidata_id": "Q21462723", "display_name": "Uber Eats", "legal_name": null, "aliases": ["UberEats"], "website": "https://www.ubereats.com", "canonical_domain": "ubereats.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet", "logistics"], "industry_labels": ["online food ordering", "food delivery service"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uber_Eats_2020_logo.svg", "description": "meal delivery service", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1066 {"wikidata_id": "Q2875131", "display_name": "Azerbaijanfilm", "legal_name": "Azərbaycanfilm", "aliases": [], "website": "https://www.azerbaijanfilm.az", "canonical_domain": "azerbaijanfilm.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["entertainment"], "industry_labels": ["movie theater", "cinematography"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1067 {"wikidata_id": "Q558002", "display_name": "Israir Airlines", "legal_name": null, "aliases": ["ISR", "6H", "Israir", "Israir Air", "Israir Airways"], "website": "https://www.israir.co.il", "canonical_domain": "israir.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Israir_Airlines_Logo.svg", "description": "Israeli airline", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1068 {"wikidata_id": "Q580829", "display_name": "Central Bank of the Republic of Turkey", "legal_name": null, "aliases": ["CBRT", "Central Bank of the Republic of Türkiye", "Central Bank of Turkey", "Republican Central Bank of Turkey"], "website": "https://www.tcmb.gov.tr", "canonical_domain": "tcmb.gov.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["banking"], "industry_labels": ["research"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "789000B8K6KNUMHC1Y64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TCMB_logo.svg", "description": "central bank of Turkey", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1069 {"wikidata_id": "Q859245", "display_name": "Syrian Air", "legal_name": null, "aliases": ["Syrian Airline", "Syrian Arab Air", "SyrianAir", "SyrianAirline"], "website": "https://syrian-airlines.net", "canonical_domain": "syrian-airlines.net", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Syrian commercial airline", "sitelinks": 29, "importance": 0.3576, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1070 {"wikidata_id": "Q846884", "display_name": "Ubisoft Shanghai", "legal_name": null, "aliases": ["Ubisoft Shanghái"], "website": "https://www.ubisoft.com.cn", "canonical_domain": "ubisoft.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "Chinese video game developer", "sitelinks": 12, "importance": 0.3564, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4052310"}]}
1071 {"wikidata_id": "Q1191897", "display_name": "Grasshopper Manufacture", "legal_name": null, "aliases": ["GRASSHOPPER MANUFACTURE INC."], "website": "https://www.grasshopper.co.jp", "canonical_domain": "grasshopper.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": 48, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.3542, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1072 {"wikidata_id": "Q1044563", "display_name": "SNK", "legal_name": null, "aliases": ["PLAYMORE", "SNK CORPORATION", "SNK Playmore", "SNK PLAYMORE", "SNK Playmore USA Corporation", "SNK PLAYMORE USA CORPORATION"], "website": "https://www.snk-corp.co.jp", "canonical_domain": "snk-corp.co.jp", "country": "JP", "hq_city": "Yodogawa-ku", "hq_region": "Osaka", "lat": 34.72111, "lon": 135.48667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNK_logo.svg", "description": "Japanese video game company", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1073 {"wikidata_id": "Q1053684", "display_name": "Polyphony Digital", "legal_name": null, "aliases": ["Polyphony Digital Inc.", "Inc."], "website": "https://www.polyphony.co.jp", "canonical_domain": "polyphony.co.jp", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.671, "lon": 139.79086, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "internal Japanese first-party video game development studio of Sony Interactive Entertainment", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1074 {"wikidata_id": "Q1255973", "display_name": "Dravida Munnetra Kazhagam", "legal_name": null, "aliases": ["DMK"], "website": "https://www.dmk.in", "canonical_domain": "dmk.in", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["media"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_DMK.svg", "description": "political party in India", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1075 {"wikidata_id": "Q1543585", "display_name": "Nismo", "legal_name": null, "aliases": ["Nissan Motorsport International Limited", "Nissan Motorsport Ltd."], "website": "https://www.nissanusa.com", "canonical_domain": "nissanusa.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20165", "name": "Nissan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nismo_logo.svg", "description": "motorsport and performance division of automobile manufacturer Nissan", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1076 {"wikidata_id": "Q18169", "display_name": "Korea Railroad Corporation", "legal_name": "한국철도공사", "aliases": ["Korail", "Korea Railroad"], "website": "https://info.korail.com", "canonical_domain": "korail.com", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9398575", "name": "Ministry of Land, Infrastructure and Transport"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korail_logo.svg", "description": "national railroad operator in South Korea", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1077 {"wikidata_id": "Q3880200", "display_name": "ONE Championship", "legal_name": null, "aliases": ["ONE Fighting Championship"], "website": "https://www.onefc.com", "canonical_domain": "onefc.com", "country": "SG", "hq_city": "Kallang", "hq_region": "Central Region", "lat": 1.31078, "lon": 103.86564, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "martial arts promoter based in Singapore", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1078 {"wikidata_id": "Q513712", "display_name": "Pony Canyon", "legal_name": "Pony Canyon, Inc.", "aliases": ["Inc.", "Ponican", "PONY CANYON INC."], "website": "https://www.ponycanyon.co.jp", "canonical_domain": "ponycanyon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10954015", "name": "Fuji Media Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pony_Canyon_logo.svg", "description": "Japanese publishing company", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1079 {"wikidata_id": "Q528978", "display_name": "Tajik Air", "legal_name": null, "aliases": [], "website": "https://www.tajikair.tj", "canonical_domain": "tajikair.tj", "country": "TJ", "hq_city": "Dushanbe", "hq_region": "Tajikistan", "lat": 38.57306, "lon": 68.78639, "industries": ["airlines"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1080 {"wikidata_id": "Q619364", "display_name": "Realtek", "legal_name": null, "aliases": ["Realtek Semiconductor Corp.", "Ruìyù Bàndǎotǐ Gǔfèn Yǒuxiàn Gōngsī"], "website": "https://www.realtek.com", "canonical_domain": "realtek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors", "technology"], "industry_labels": ["fabless semiconductor manufacturer", "computer hardware industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Realtek_logotype.svg", "description": "Taiwanese fabless semiconductor company", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1081 {"wikidata_id": "Q649695", "display_name": "Islamic Republic News Agency", "legal_name": null, "aliases": ["Irna", "IRNA", "Pars News Agency"], "website": "https://irna.ir", "canonical_domain": "irna.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government news agency of Iran", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1082 {"wikidata_id": "Q662091", "display_name": "Yemenia", "legal_name": null, "aliases": ["Yemen Airways"], "website": "https://yemenia.com", "canonical_domain": "yemenia.com", "country": "YE", "hq_city": "Sanaa", "hq_region": "Yemen", "lat": 15.35, "lon": 44.2, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national airline of Yemen", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1083 {"wikidata_id": "Q844871", "display_name": "ESP Guitars", "legal_name": null, "aliases": ["ESP Company Limited", "ESP DV8 Signature model"], "website": "https://www.espguitars.com", "canonical_domain": "espguitars.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["musical instrument manufacturing company"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ESP_Logo.svg", "description": "Japanese guitar manufacturer", "sitelinks": 28, "importance": 0.354, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1084 {"wikidata_id": "Q10860246", "display_name": "Sina Bank", "legal_name": null, "aliases": [], "website": "https://www.sinabank.ir", "canonical_domain": "sinabank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sina_Bank_Logo.svg", "description": "Iranian banking and financial services corporation", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1085 {"wikidata_id": "Q1572831", "display_name": "Yingli", "legal_name": null, "aliases": [], "website": "https://www.yinglisolar.com", "canonical_domain": "yinglisolar.com", "country": "CN", "hq_city": "Baoding", "hq_region": "Hebei", "lat": 38.86712, "lon": 115.48452, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q124845682", "name": "Yingli Energy Technology Group (China)"}, "logo_url": null, "description": "Chinese company", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1086 {"wikidata_id": "Q3090716", "display_name": "Mobarakeh Steel Company", "legal_name": null, "aliases": ["Mobarakeh Steels", "Mobarakeh Steels isfehan"], "website": "https://www.mobarakeh-steel.ir", "canonical_domain": "mobarakeh-steel.ir", "country": "IR", "hq_city": "Isfahan", "hq_region": "Central District", "lat": 32.6525, "lon": 51.67472, "industries": ["mining"], "industry_labels": ["mining", "iron and steel industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foolad_Mobarakeh7.jpg", "description": "Iranian steel manufacturing corporation", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1087 {"wikidata_id": "Q3595390", "display_name": "du", "legal_name": null, "aliases": ["EITC", "Du Telecom", "Emirates Integrated Telecommunications Company"], "website": "https://www.du.ae", "canonical_domain": "du.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["media", "telecommunications"], "industry_labels": ["television", "telecommunications industry", "mobile phone industry"], "founded_year": 2005, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Du_Solid_Brandmark_RGB.png", "description": "Dubai-based domestic telecom provider", "sitelinks": 9, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1088 {"wikidata_id": "Q7081342", "display_name": "Oil India", "legal_name": null, "aliases": [], "website": "https://oilindia.nic.in", "canonical_domain": "oilindia.nic.in", "country": "IN", "hq_city": "Duliajan", "hq_region": "Assam", "lat": 27.3667, "lon": 95.3167, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Oil_India_Limited.png", "description": "Indian hydrocarbon exploration and production company", "sitelinks": 10, "importance": 0.3521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1089 {"wikidata_id": "Q4115940", "display_name": "Abu Dhabi Media", "legal_name": null, "aliases": ["ADM"], "website": "https://www.admn.ae", "canonical_domain": "admn.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["media"], "industry_labels": ["mass media", "publishing"], "founded_year": 2007, "employees": 1960, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_Media_Network_logo_2023.svg", "description": "media company based in UAE", "sitelinks": 9, "importance": 0.3518, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1090 {"wikidata_id": "Q619231", "display_name": "Lian Li Industrial", "legal_name": null, "aliases": ["Lian Li", "lian li", "lian-li.com Lian Li Industrial Co.", "Ltd. is a Taiwanese computer case and accessories manufacturer."], "website": "https://www.lian-li.com", "canonical_domain": "lian-li.com", "country": "TW", "hq_city": "Keelung", "hq_region": "Taiwan", "lat": 25.12825, "lon": 121.7419, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1983, "employees": 153, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lian_Li_logo.svg", "description": "Taiwanese computer case and accessories manufacturer", "sitelinks": 13, "importance": 0.3504, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1091 {"wikidata_id": "Q1044773", "display_name": "Wacom", "legal_name": null, "aliases": ["Wacom Co.", "Ltd."], "website": "https://www.wacom.ir", "canonical_domain": "wacom.ir", "country": "JP", "hq_city": "Kazo", "hq_region": "Saitama Prefecture", "lat": 36.13144, "lon": 139.60178, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800R3B771OQOQPT02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wacom_logo.svg", "description": "Japanese company that specializes in graphics tablets and related products", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1092 {"wikidata_id": "Q1365358", "display_name": "HK Express", "legal_name": null, "aliases": ["Hong Kong Express Airlines", "Hong Kong Express Airways", "Hong Kong Express Airways Limited"], "website": "https://www.hkexpress.com", "canonical_domain": "hkexpress.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q32141", "name": "Cathay Pacific"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HK_express_logo_2013.svg", "description": "Hong Kong low-cost airline", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1093 {"wikidata_id": "Q1811692", "display_name": "QatarEnergy", "legal_name": null, "aliases": ["QP", "Qatar Petroleum Corp"], "website": "https://www.qp.com.qa", "canonical_domain": "qp.com.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QatarEnergy_logo.svg", "description": "Qatari state-owned oil company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1094 {"wikidata_id": "Q1873733", "display_name": "Lucky Air", "legal_name": null, "aliases": [], "website": "https://www.luckyair.net", "canonical_domain": "luckyair.net", "country": "CN", "hq_city": "Kunming", "hq_region": "Yunnan", "lat": 25.04333, "lon": 102.70611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1565713", "name": "HNA Group"}, "logo_url": null, "description": "Chinese low cost carrier", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1095 {"wikidata_id": "Q21190510", "display_name": "DiDi", "legal_name": null, "aliases": ["Didi", "Didi Chuxing", "DiDi Chuxing Science and Technology Co.", "Ltd.", "Didi Chuxing Technology", "Didi Chuxing Technology Co.", "Didi Chuxing Technology Co.", "Ltd."], "website": "https://www.didiglobal.com", "canonical_domain": "didiglobal.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": ["transport industry", "SIC 7389 Services-Business Services, NEC"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "DIDIY", "exchange": "OTC", "lei": null, "sec_cik": "1764757", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%BB%B4%E6%BB%B4%E5%87%BA%E8%A1%8C.svg", "description": "Chinese transportation network company headquartered in Beijing", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "1764757", "enriched_at": "2026-09-12T09:35:02+00:00"}}
1096 {"wikidata_id": "Q3480001", "display_name": "Serum Institute of India", "legal_name": null, "aliases": ["SII"], "website": "https://www.seruminstitute.com", "canonical_domain": "seruminstitute.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian biotechnological company, vaccine manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1097 {"wikidata_id": "Q368781", "display_name": "Air Cambodia", "legal_name": "អាកាសចរណ៍ជាតិកម្ពុជា", "aliases": ["Cambodia Angkor Air"], "website": "https://www.cambodiaangkorair.com", "canonical_domain": "cambodiaangkorair.com", "country": "KH", "hq_city": "Phnom Penh", "hq_region": "Cambodia", "lat": 11.56958, "lon": 104.92103, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q174386", "name": "Vietnam Airlines"}, "logo_url": null, "description": "the national flag carrier airline of Cambodia", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1098 {"wikidata_id": "Q407478", "display_name": "Air Macau", "legal_name": null, "aliases": ["Air Macau Company Limited"], "website": "https://www.airmacau.com.mo", "canonical_domain": "airmacau.com.mo", "country": "CN", "hq_city": "Macau", "hq_region": "People's Republic of China", "lat": 22.19, "lon": 113.53806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q866852", "name": "China National Aviation Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Macau_Logo.svg", "description": "flag-carrier airline of Macau", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1099 {"wikidata_id": "Q483676", "display_name": "AJet", "legal_name": null, "aliases": [], "website": "https://www.anadolujet.com", "canonical_domain": "anadolujet.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4548", "name": "Turkish Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AJet_logo.svg", "description": "Regional airline owned by Turkish Airlines", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1100 {"wikidata_id": "Q498917", "display_name": "Tata Daewoo", "legal_name": null, "aliases": ["Tata-Daewoo"], "website": "https://www.tata-daewoo.com", "canonical_domain": "tata-daewoo.com", "country": "KR", "hq_city": "Gunsan", "hq_region": "North Jeolla", "lat": 35.97861, "lon": 126.71139, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188514", "name": "Tata Motors Ltd"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_daewoo_company_logo.svg", "description": "automotive company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1101 {"wikidata_id": "Q56660561", "display_name": "VinFast", "legal_name": null, "aliases": [], "website": "https://vinfastauto.com", "canonical_domain": "vinfastauto.com", "country": "VN", "hq_city": "Haiphong", "hq_region": "Vietnam", "lat": 20.8, "lon": 106.66667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10831597", "name": "Vingroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_VinFast_%283D_Banner%29.svg", "description": "Vietnamese automotive manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1102 {"wikidata_id": "Q5919785", "display_name": "JioStar", "legal_name": "Disney Star India Private Limited", "aliases": ["Disney Star", "Star India Private Limited", "JioStar India Private Limited"], "website": "https://www.startv.com", "canonical_domain": "startv.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_Star_logo.svg", "description": "Indian company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5476977"}, {"related_domain_conflict": "Q130809"}]}
1103 {"wikidata_id": "Q619089", "display_name": "Sriwijaya Air", "legal_name": null, "aliases": [], "website": "https://www.sriwijayaair.co.id", "canonical_domain": "sriwijayaair.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q512468", "name": "Garuda Indonesia"}, "logo_url": null, "description": "Indonesian airline company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1104 {"wikidata_id": "Q645950", "display_name": "Openmoko", "legal_name": null, "aliases": ["Open Mobile Kommunikations"], "website": "https://openmoko.com", "canonical_domain": "openmoko.com", "country": "TW", "hq_city": "Xindian District", "hq_region": "New Taipei City", "lat": 24.95, "lon": 121.53333, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Openmoko_logo_2.png", "description": "Taiwanese corporation that codeveloped Openmoko Linux", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1105 {"wikidata_id": "Q700466", "display_name": "Audio-Technica", "legal_name": null, "aliases": ["Audio-Technica Corporation"], "website": "https://www.audio-technica.com", "canonical_domain": "audio-technica.com", "country": "JP", "hq_city": "Machida", "hq_region": "Tokyo", "lat": 35.54667, "lon": 139.43861, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Audio-technica.svg", "description": "Japanese electronic company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1106 {"wikidata_id": "Q780528", "display_name": "atlus.co.jp", "legal_name": null, "aliases": ["Atlus Co.", "Ltd.", "ATLUS. CO.", "LTD."], "website": "https://www.atlus.co.jp", "canonical_domain": "atlus.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.61494, "lon": 139.73117, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1457152", "name": "Sega Sammy Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlus_logo_%282014%29.svg", "description": "Japanese video game company", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1107 {"wikidata_id": "Q938203", "display_name": "YKK", "legal_name": null, "aliases": ["Yoshida Kōgyō Kabushiki"], "website": "https://www.ykk.co.jp", "canonical_domain": "ykk.co.jp", "country": "JP", "hq_city": "Kanda-Izumichō", "hq_region": "Chiyoda", "lat": 35.69961, "lon": 139.77811, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "3538005NRFALKZBG1W96", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YKK_Group_Logo.svg", "description": "Japanese zipper manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1108 {"wikidata_id": "Q586838", "display_name": "Radvision", "legal_name": null, "aliases": [], "website": "https://www.radvision.com", "canonical_domain": "radvision.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["professional-services"], "industry_labels": ["video conference"], "founded_year": 1992, "employees": 430, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radvision_logo.jpg", "description": "company", "sitelinks": 11, "importance": 0.3491, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1109 {"wikidata_id": "Q7908474", "display_name": "Etihad Rail", "legal_name": null, "aliases": [], "website": "https://www.etihadrail.ae", "canonical_domain": "etihadrail.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2009, "employees": 120, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ER-MASTER-LOGO-01.png", "description": "State-owned railway company in the UAE", "sitelinks": 13, "importance": 0.3469, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1110 {"wikidata_id": "Q1150302", "display_name": "Mandarin Airlines", "legal_name": null, "aliases": ["Mandarin", "AE", "MDA"], "website": "https://www.mandarin-airlines.com", "canonical_domain": "mandarin-airlines.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51756", "name": "China Airlines"}, "logo_url": null, "description": "Taiwanese regional airline based in Taipei, Taiwan", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1111 {"wikidata_id": "Q1189080", "display_name": "Nas Air", "legal_name": "Nas Air", "aliases": ["KNE", "XY", "Flynas Company", "flynas"], "website": "https://www.flynas.com", "canonical_domain": "flynas.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "558600G2ULMABTVNXP27", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flynas_Logo.svg", "description": "Saudi airline", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1112 {"wikidata_id": "Q1423960", "display_name": "Open University of Israel", "legal_name": null, "aliases": ["HaUniversita HaPtukha", "Universitah ha-petuhah", "The Open University of Israel"], "website": "https://www.openu.ac.il", "canonical_domain": "openu.ac.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": 32.18867, "lon": 34.8878, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Open_university_israel_logo.svg", "description": "Israeli university for distance learning", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1113 {"wikidata_id": "Q1436155", "display_name": "Tianjin Airlines", "legal_name": null, "aliases": ["CS", "GCR", "Tianjin Air", "Tianjin Airline"], "website": "https://www.tianjin-air.com", "canonical_domain": "tianjin-air.com", "country": "CN", "hq_city": "Tianjin Binhai International Airport", "hq_region": "Xinli Subdistrict", "lat": 39.12444, "lon": 117.34611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline headquartered in Tianjin", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1114 {"wikidata_id": "Q1611731", "display_name": "Hongqi", "legal_name": null, "aliases": ["Red Flag"], "website": "https://www.hongqi-auto.com", "canonical_domain": "hongqi-auto.com", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese luxury car brand", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1115 {"wikidata_id": "Q1713277", "display_name": "juneyaoair.com", "legal_name": null, "aliases": ["Jixiang Airlines", "Juneyao Airlines", "Juneyao Airways", "Shanghai Jixiang Airlines"], "website": "https://www.juneyaoair.com", "canonical_domain": "juneyaoair.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1116 {"wikidata_id": "Q17502128", "display_name": "Vistara", "legal_name": null, "aliases": ["UK", "VTI"], "website": "https://www.airvistara.com", "canonical_domain": "airvistara.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vistara_Logo.svg", "description": "Indian full-service airline, based in Gurgaon (Gurugram), with its hub at Indira Gandhi International Airport", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1117 {"wikidata_id": "Q292225", "display_name": "Zyle Daewoo Bus", "legal_name": null, "aliases": ["Daewoo Bus", "Daewoo Motors Bus Division", "Zyle Daewoo Commercial Veicle"], "website": "https://www.daewoobus.co.kr", "canonical_domain": "daewoobus.co.kr", "country": "KR", "hq_city": "Bucheon", "hq_region": "Gyeonggi Province", "lat": 37.49889, "lon": 126.78306, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1118 {"wikidata_id": "Q3349399", "display_name": "Sahitya Akademi", "legal_name": null, "aliases": ["Sahitya Academi"], "website": "https://sahitya-akademi.gov.in", "canonical_domain": "sahitya-akademi.gov.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E0%A4%B8%E0%A4%BE%E0%A4%B9%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%AF_%E0%A4%85%E0%A4%95%E0%A4%BE%E0%A4%A6%E0%A4%AE%E0%A5%80.svg", "description": "India's National Academy of Letters", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1119 {"wikidata_id": "Q4035237", "display_name": "Krafton", "legal_name": null, "aliases": ["Bluehole", "Bluehole Studio", "Gaming University", "Krafton Game Union", "KRAFTON", "Inc."], "website": "https://www.krafton.com", "canonical_domain": "krafton.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Krafton_Logo.svg", "description": "South Korean video game developer and publisher", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1120 {"wikidata_id": "Q406932", "display_name": "Air Busan", "legal_name": null, "aliases": [], "website": "https://www.airbusan.com", "canonical_domain": "airbusan.com", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q211165", "name": "Asiana Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Busan_logo.svg", "description": "South Korean low-cost airline based in Busan", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1121 {"wikidata_id": "Q483036", "display_name": "NC", "legal_name": null, "aliases": ["NCSoft"], "website": "https://us.ncsoft.com", "canonical_domain": "ncsoft.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NCSOFT_logo.svg", "description": "South Korean video game development company", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1122 {"wikidata_id": "Q564717", "display_name": "MIAT Mongolian Airlines", "legal_name": null, "aliases": ["MIAT", "MIAT Mongolian"], "website": "https://miat.com", "canonical_domain": "miat.com", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["airlines"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MIAT_Eng_Logo_JPG_%281%29.jpg", "description": "Mongolian national airline", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1123 {"wikidata_id": "Q669002", "display_name": "Corendon Airlines", "legal_name": null, "aliases": ["CAI", "XC"], "website": "https://www.corendon-airlines.com", "canonical_domain": "corendon-airlines.com", "country": "TR", "hq_city": "Antalya", "hq_region": "Antalya Province", "lat": 36.90812, "lon": 30.69556, "industries": ["airlines", "aerospace-defense"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corendon_Airlines_Logo_2017.svg", "description": "Turkish registered aircraft operator headquartered in Antalya, Turkey", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1124 {"wikidata_id": "Q814712", "display_name": "BAIC Group", "legal_name": null, "aliases": ["Beijing Automotive Group", "Beijing Automotive Industry Holding"], "website": "https://www.baicgroup.com.cn", "canonical_domain": "baicgroup.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 40.21525, "lon": 116.55226, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BAIC_logo_%282024%29.png", "description": "state-owned holding company of Chinese automobile manufactures", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1125 {"wikidata_id": "Q948500", "display_name": "Air Do", "legal_name": null, "aliases": ["Hokkaido International Airlines"], "website": "https://www.airdo.jp", "canonical_domain": "airdo.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q119658721", "name": "RegionalPlus Wings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Do.svg", "description": "Japanese airline", "sitelinks": 26, "importance": 0.3465, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1126 {"wikidata_id": "Q2903774", "display_name": "Gottex", "legal_name": null, "aliases": [], "website": "https://gottex.co.il", "canonical_domain": "gottex.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": [], "industry_labels": ["swimsuit"], "founded_year": 1956, "employees": 650, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gottex1961.jpg", "description": "Store of swimsuits", "sitelinks": 10, "importance": 0.3459, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1127 {"wikidata_id": "Q6842356", "display_name": "Midland Holdings", "legal_name": null, "aliases": ["Midland Holdings Limited"], "website": "https://www.midland.com.hk", "canonical_domain": "midland.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": ["real estate agent"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "1200", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "one of the largest real estate agents in Hong Kong", "sitelinks": 3, "importance": 0.3457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1128 {"wikidata_id": "Q21095035", "display_name": "Espressif Systems", "legal_name": "Espressif Systems", "aliases": ["Espressif"], "website": "https://espressif.com", "canonical_domain": "espressif.com", "country": "CN", "hq_city": "Pudong", "hq_region": "Shanghai", "lat": 31.22306, "lon": 121.53972, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2008, "employees": 625, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese Semiconductor Company", "sitelinks": 10, "importance": 0.3453, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1129 {"wikidata_id": "Q11077890", "display_name": "Jebsen Group", "legal_name": null, "aliases": [], "website": "https://www.jebsen.com", "canonical_domain": "jebsen.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1895, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company headquartered in Hong Kong", "sitelinks": 8, "importance": 0.3443, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1130 {"wikidata_id": "Q1127519", "display_name": "Roshan", "legal_name": null, "aliases": ["روشن"], "website": "https://www.roshan.af", "canonical_domain": "roshan.af", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2003, "employees": 1100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roshan_mobile.svg", "description": "communication company in Afghanistan", "sitelinks": 9, "importance": 0.3435, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1131 {"wikidata_id": "Q1068909", "display_name": "Orient Thai Airlines", "legal_name": null, "aliases": ["Orient Thai Airlines Co.", "Ltd."], "website": "https://www.flyorientthai.com", "canonical_domain": "flyorientthai.com", "country": "TH", "hq_city": "Khlong Toei", "hq_region": "Bangkok", "lat": 13.70806, "lon": 100.58389, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline with its head office in Khlong Toei, Bangkok, Thailand", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1132 {"wikidata_id": "Q107406476", "display_name": "Mixue Ice Cream & Tea", "legal_name": null, "aliases": ["Mixue", "Mixue Bingcheng"], "website": "https://my.mixue.com", "canonical_domain": "mixue.com", "country": "CN", "hq_city": "Jinshui District", "hq_region": "Zhengzhou", "lat": 34.80089, "lon": 113.65423, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company based in Zhengzhou, Henan, China, running ice cream and beverage shops", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1133 {"wikidata_id": "Q117286", "display_name": "China Ocean Shipping Co., Ltd.", "legal_name": null, "aliases": ["China Ocean Shipping", "China Ocean Shipping (Group) Company", "China Ocean Shipping (Group) Corporation", "China Ocean Shipping Company", "Limited", "COSCO", "COSCO Group"], "website": "https://lines.coscoshipping.com", "canonical_domain": "coscoshipping.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["shipping"], "industry_labels": ["shipping line"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q26263180", "name": "China COSCO Shipping"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COSCO_logo.svg", "description": "Chinese shipping and logistics services supplier", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q26263180"}, {"related_domain_conflict": "Q5013500"}, {"related_domain_conflict": "Q5099614"}, {"related_domain_conflict": "Q641021"}]}
1134 {"wikidata_id": "Q1543823", "display_name": "MBC Group", "legal_name": null, "aliases": ["MBC", "Middle East Broadcasting Center", "MBC Europe"], "website": "https://www.mbc.net", "canonical_domain": "mbc.net", "country": "SA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MBC_Group_Logo.svg", "description": "Middle Eastern media conglomerate", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1135 {"wikidata_id": "Q177747", "display_name": "Radio Televisyen Malaysia", "legal_name": null, "aliases": ["RTM"], "website": "https://www.rtm.gov.my", "canonical_domain": "rtm.gov.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.11111, "lon": 101.67053, "industries": ["media"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radio_Televisyen_Malaysia.png", "description": "Malaysian public broadcaster", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1136 {"wikidata_id": "Q19757718", "display_name": "Paytm", "legal_name": null, "aliases": [], "website": "https://www.paytm.com", "canonical_domain": "paytm.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800I2TBDZ63LIVM40", "sec_cik": null, "parent": {"wikidata_id": "Q97486409", "name": "One97 Communications"}, "logo_url": null, "description": "Indian e-commerce payment system and financial technology company", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1137 {"wikidata_id": "Q2191408", "display_name": "Vestel", "legal_name": null, "aliases": [], "website": "https://www.vestel.com.tr", "canonical_domain": "vestel.com.tr", "country": "TR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["home appliance"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "789000X20ITI3ANQEL70", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vestel_logo.svg", "description": "Turkish home and professional appliances manufacturing company", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1138 {"wikidata_id": "Q302642", "display_name": "Beijing Capital Airlines", "legal_name": null, "aliases": ["Capital Airlines", "Deer Jet Airlines"], "website": "https://www.jdair.net", "canonical_domain": "jdair.net", "country": "CN", "hq_city": "Beijing Capital International Airport", "hq_region": "Beijing", "lat": 40.08, "lon": 116.58444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "Chinese low-cost airline based at Beijing Daxing International Airport and subsidiary of Hainan Airlines", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1139 {"wikidata_id": "Q381324", "display_name": "Aero Mongolia", "legal_name": null, "aliases": [], "website": "https://www.aeromongolia.mn", "canonical_domain": "aeromongolia.mn", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mongolian airline", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1140 {"wikidata_id": "Q407311", "display_name": "Air Hong Kong", "legal_name": null, "aliases": ["AHK Air Hong Kong Limited"], "website": "https://www.airhongkong.com.hk", "canonical_domain": "airhongkong.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q32141", "name": "Cathay Pacific"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Hong_Kong_Logo.svg", "description": "Hong Kong cargo airline", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1141 {"wikidata_id": "Q5210937", "display_name": "Wanda Group", "legal_name": null, "aliases": ["Dalian Wanda Group"], "website": "https://www.wanda-group.com", "canonical_domain": "wanda-group.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese conglomerate", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1142 {"wikidata_id": "Q6743729", "display_name": "Batik Air Malaysia", "legal_name": null, "aliases": ["MXD", "OD", "Malindo Airways Sdn Bhd"], "website": "https://www.malindoair.com", "canonical_domain": "malindoair.com", "country": "MY", "hq_city": "Kuala Lumpur International Airport", "hq_region": "Sepang District", "lat": 2.74556, "lon": 101.70972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1056794", "name": "Lion Air"}, "logo_url": null, "description": "airline based in Malaysia, headquartered in Petaling Jaya", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1143 {"wikidata_id": "Q735664", "display_name": "Skymark Airlines", "legal_name": null, "aliases": [], "website": "https://www.skymark.co.jp", "canonical_domain": "skymark.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800N7SBM9SJA4R382", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skymark_Airlines_Logo.svg", "description": "Japanese Airline", "sitelinks": 25, "importance": 0.3425, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1144 {"wikidata_id": "Q1071712", "display_name": "Chiba Bank", "legal_name": null, "aliases": [], "website": "https://www.chibabank.co.jp", "canonical_domain": "chibabank.co.jp", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "FGJPAKKCTZVSKZXNBS63", "sec_cik": null, "parent": null, "logo_url": null, "description": "public company", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1145 {"wikidata_id": "Q1096390", "display_name": "Yamada Denki", "legal_name": null, "aliases": ["YAMADA-DENKI Co.", "Ltd."], "website": "https://www.yamada-denki.jp", "canonical_domain": "yamada-denki.jp", "country": "JP", "hq_city": "Sakaechō", "hq_region": "Takasaki", "lat": 36.32028, "lon": 139.01667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "353800MDZ4K1DQKLO464", "sec_cik": null, "parent": {"wikidata_id": "Q110652704", "name": "Yamada Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamada_Denki_Logo.svg", "description": "Japanese electronics retailer", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1146 {"wikidata_id": "Q1819222", "display_name": "Renewable Energy Corporation", "legal_name": null, "aliases": ["REC Solar Holdings AS"], "website": "https://www.recgroup.com", "canonical_domain": "recgroup.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["renewables"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "254900ZUZBPFM4BQH847", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renewable_Energy_Corporation.svg", "description": "solar power company in Singapore", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1147 {"wikidata_id": "Q703928", "display_name": "CSBC Corporation, Taiwan", "legal_name": null, "aliases": ["China Shipbuilding Corporation", "CSBC"], "website": "https://www.csbcnet.com.tw", "canonical_domain": "csbcnet.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipbuilder headquartered in Kaohsiung, Taiwan", "sitelinks": 9, "importance": 0.3421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1148 {"wikidata_id": "Q111450707", "display_name": "Sunrise", "legal_name": null, "aliases": ["SUNRISE", "Sunrise Studios"], "website": "https://www.sunrise-inc.co.jp", "canonical_domain": "sunrise-inc.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SUNRISE2024.png", "description": "Japanese animation studio brand by Bandai Namco Filmworks", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1149 {"wikidata_id": "Q1189726", "display_name": "Denon", "legal_name": null, "aliases": [], "website": "https://www.denon.com", "canonical_domain": "denon.com", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denon_Logo.svg", "description": "Japanese brand of audio equipments, and electronic company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1150 {"wikidata_id": "Q1190247", "display_name": "Mitsubishi Fuso Truck and Bus Corporation", "legal_name": null, "aliases": ["Fuso", "Mitsubishi Fuso"], "website": "https://www.mitsubishi-fuso.com", "canonical_domain": "mitsubishi-fuso.com", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5299001KE6XMM1QNP894", "sec_cik": null, "parent": {"wikidata_id": "Q27530", "name": "Mercedes-Benz Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuso_logo.svg", "description": "Japanese manufacturer of commercial vehicles", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1151 {"wikidata_id": "Q1330208", "display_name": "Stock Exchange of Thailand", "legal_name": null, "aliases": ["SET", "BKK", "Securities Exchange of Thailand", "Talāt Laksap hǣng Prathēt Thai", "XBKK"], "website": "https://www.set.or.th", "canonical_domain": "set.or.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": 13.76393, "lon": 100.56771, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900R211PTUP8K9M82", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SET_Index.png", "description": "national stock exchange of Thailand, located in Bangkok", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1152 {"wikidata_id": "Q1453488", "display_name": "Freebird Airlines", "legal_name": null, "aliases": ["FH", "FHY", "Freebird Air", "Freebird Airways", "Hürkuş Havayolu Taşımacılık ve Ticaret A.Ş."], "website": "https://www.freebirdairlines.com", "canonical_domain": "freebirdairlines.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freebird_Airlines_Logo_%282021%29.svg", "description": "charter airline based in Turkey.", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1153 {"wikidata_id": "Q1696916", "display_name": "Yash Raj Films", "legal_name": null, "aliases": ["YRF"], "website": "https://www.yashrajfilms.com", "canonical_domain": "yashrajfilms.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.13465, "lon": 72.83422, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian film studio founded 1970", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1154 {"wikidata_id": "Q198642", "display_name": "Central Bank of the Republic of China", "legal_name": "中華民國中央銀行", "aliases": ["CBC", "Central Bank of China", "Central Bank of Taiwan"], "website": "https://www.cbc.gov.tw", "canonical_domain": "cbc.gov.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.03413, "lon": 121.51685, "industries": ["banking"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "VJ7YGYZZGIKEBSVIZU31", "sec_cik": null, "parent": {"wikidata_id": "Q715055", "name": "Executive Yuan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ROC_Central_Bank_Seal.svg", "description": "Central bank of the Republic of China (Taiwan)", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1155 {"wikidata_id": "Q2381773", "display_name": "Kazakhfilm", "legal_name": "Алма-Атинская студия кинохроники", "aliases": [], "website": "https://www.kazakhfilmstudios.kz", "canonical_domain": "kazakhfilmstudios.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.19741, "lon": 76.90165, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1156 {"wikidata_id": "Q30594096", "display_name": "Infinix", "legal_name": "Infinix Mobility Limited", "aliases": ["Infinix mobilete"], "website": "https://www.infinixmobility.com", "canonical_domain": "infinixmobility.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q47542612", "name": "Transsion Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infinix_logo.svg", "description": "Chinese manufacturer, a of Holdings", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1157 {"wikidata_id": "Q3135124", "display_name": "HiSilicon", "legal_name": null, "aliases": ["HiSilicon Technologies"], "website": "https://www.hisilicon.com", "canonical_domain": "hisilicon.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160120", "name": "Huawei"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hisilicon_logo.png", "description": "Chinese fabless semiconductor manufacturing company, fully owned by Huawei", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1158 {"wikidata_id": "Q3580673", "display_name": "Manufacturers Association of Israel", "legal_name": null, "aliases": [], "website": "https://www.industry.org.il", "canonical_domain": "industry.org.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/180_%D7%9C%D7%95%D7%92%D7%95-%D7%94%D7%AA%D7%90%D7%97%D7%93%D7%95%D7%AA-%D7%94%D7%AA%D7%A2%D7%A9%D7%99%D7%99%D7%A0%D7%99%D7%9D.png", "description": "representative body of all industrial sectors in Israel", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1159 {"wikidata_id": "Q45282", "display_name": "Pledis Entertainment", "legal_name": "주식회사 플레디스엔터테인먼트", "aliases": ["Pledis"], "website": "https://www.pledis.co.kr", "canonical_domain": "pledis.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pledis_Entertainment_2025.svg", "description": "South Korean entertainment management company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1160 {"wikidata_id": "Q534944", "display_name": "SYM", "legal_name": null, "aliases": ["Sym", "Sanyang Industry", "SYM Sanyang Industry Co.", "Ltd."], "website": "https://tw.sym-global.com", "canonical_domain": "sym-global.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["automotive"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SYM_logo_of_Sanyang_Motor_20180408.svg", "description": "Motorcycle company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1161 {"wikidata_id": "Q582279", "display_name": "Okay Airways", "legal_name": null, "aliases": [], "website": "https://www.okair.net", "canonical_domain": "okair.net", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1162 {"wikidata_id": "Q618960", "display_name": "Batik Air", "legal_name": null, "aliases": [], "website": "https://www.batikair.com", "canonical_domain": "batikair.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1056794", "name": "Lion Air"}, "logo_url": null, "description": "Indonesian airline", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1163 {"wikidata_id": "Q619227", "display_name": "Cooler Master", "legal_name": null, "aliases": ["Cooler Master Co.", "Ltd", "Cooler Master Co.", "Ltd."], "website": "https://www.coolermaster.com", "canonical_domain": "coolermaster.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cooler_Master_black_logo.svg", "description": "Taiwanese computer hardware company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1164 {"wikidata_id": "Q7577190", "display_name": "Spike Chunsoft", "legal_name": null, "aliases": ["Chunsoft", "Spike Chunsoft Co.", "Ltd."], "website": "https://www.spike-chunsoft.co.jp", "canonical_domain": "spike-chunsoft.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8384413", "name": "Dwango"}, "logo_url": null, "description": "Japanese video game development company", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1165 {"wikidata_id": "Q775216", "display_name": "WOWOW", "legal_name": null, "aliases": [], "website": "https://www.wowow.co.jp", "canonical_domain": "wowow.co.jp", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WOWOW_logo.svg", "description": "Japanese pay television satellite station", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1166 {"wikidata_id": "Q912351", "display_name": "caspian.aero", "legal_name": null, "aliases": ["IV", "CPN", "CASPIAN"], "website": "https://www.caspian.aero", "canonical_domain": "caspian.aero", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Iran", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1167 {"wikidata_id": "Q917192", "display_name": "Brilliance Auto", "legal_name": null, "aliases": ["Brilliance", "Huachen", "Brilliance Auto Group", "Brilliance Automotive Group", "Huachen Automotive Group", "Huachen Automotive Group Holdings"], "website": "https://www.brilliance-auto.com", "canonical_domain": "brilliance-auto.com", "country": "CN", "hq_city": "Shenyang", "hq_region": "Liaoning", "lat": 41.8025, "lon": 123.42806, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brilliance_Auto_logo.svg", "description": "Chinese state-owned automotive manufacturing company and parent of Brilliance Auto", "sitelinks": 24, "importance": 0.3384, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1168 {"wikidata_id": "Q1090978", "display_name": "Tibet Airlines", "legal_name": null, "aliases": [], "website": "https://www.tibetairlines.com.cn", "canonical_domain": "tibetairlines.com.cn", "country": "CN", "hq_city": "Lhasa", "hq_region": "Tibet Autonomous Region", "lat": 29.64576, "lon": 91.14082, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51747", "name": "Air China"}, "logo_url": null, "description": "Chinese airline", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1169 {"wikidata_id": "Q1156082", "display_name": "iaa.ir", "legal_name": null, "aliases": ["IRC", "EP", "Aseman", "Aseman Airlines", "Iran Aseman", "Iran Aseman Air"], "website": "https://www.iaa.ir", "canonical_domain": "iaa.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Iran", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1170 {"wikidata_id": "Q1189248", "display_name": "Thai Smile", "legal_name": null, "aliases": ["Thai Smile Airways"], "website": "https://www.thaismileair.com", "canonical_domain": "thaismileair.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188710", "name": "Thai Airways"}, "logo_url": null, "description": "airline", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1171 {"wikidata_id": "Q1190886", "display_name": "The Japan Times", "legal_name": null, "aliases": ["Nippon Times", "Japan Times", "Japan times. Weekly international edition", "The Japan Times and Advertiser", "The Japan Times and Mail", "The Japan times. Weekly international edition", "The Nippon Times"], "website": "https://www.japantimes.co.jp", "canonical_domain": "japantimes.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The-japan-times-logo.svg", "description": "English-language daily newspaper", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1172 {"wikidata_id": "Q1376333", "display_name": "Alliance Air", "legal_name": null, "aliases": [], "website": "https://www.allianceair.in", "canonical_domain": "allianceair.in", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.66667, "lon": 77.21667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian regional airline, subsidiary of AI Assets Holding Limited", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1173 {"wikidata_id": "Q1418913", "display_name": "Firefly", "legal_name": null, "aliases": ["FlyFirefly Sdn Bhd"], "website": "https://www.fireflyz.com.my", "canonical_domain": "fireflyz.com.my", "country": "MY", "hq_city": "Sultan Abdul Aziz Shah Airport", "hq_region": "Petaling District", "lat": 3.13302, "lon": 101.55371, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137477114", "name": "Malaysia Aviation Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Firefly_Logo.svg", "description": "airline in Malaysia", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1174 {"wikidata_id": "Q1544189", "display_name": "Mitsuoka Motor", "legal_name": null, "aliases": ["Mitsuoka", "Mitsuoka Motor Co.", "Ltd."], "website": "https://www.mitsuoka-motor.com", "canonical_domain": "mitsuoka-motor.com", "country": "JP", "hq_city": "Toyama", "hq_region": "Toyama Prefecture", "lat": 36.69592, "lon": 137.21369, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsuoka_Motor_string_logo.svg", "description": "automobile manufacturer based in Toyama, Toyama, Japan", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1175 {"wikidata_id": "Q1715027", "display_name": "Silk Way Airline", "legal_name": null, "aliases": ["Silk Way", "Silk Way Air"], "website": "https://silkwayairlines.com", "canonical_domain": "silkwayairlines.com", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Azerbaijani cargo airline", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1176 {"wikidata_id": "Q21709935", "display_name": "Source Music", "legal_name": null, "aliases": [], "website": "https://www.sourcemusic.com", "canonical_domain": "sourcemusic.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SourceMusic.png", "description": "South Korean entertainment company", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1177 {"wikidata_id": "Q255363", "display_name": "Starship Entertainment", "legal_name": "주식회사 스타쉽엔터테인먼트", "aliases": [], "website": "https://starship-ent.com", "canonical_domain": "starship-ent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106341957", "name": "Kakao Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starship_Entertainment_New_Logo.png", "description": "South Korean record label", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q12620832"}]}
1178 {"wikidata_id": "Q584991", "display_name": "Boss Corporation", "legal_name": null, "aliases": [], "website": "https://www.boss.info", "canonical_domain": "boss.info", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q848490", "name": "Roland Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BOSS_logo.svg", "description": "business division of Roland Corporation", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1179 {"wikidata_id": "Q650170", "display_name": "SCAT Airlines", "legal_name": null, "aliases": ["PLL SCAT Air Company"], "website": "https://www.scat.kz", "canonical_domain": "scat.kz", "country": "KZ", "hq_city": "Shymkent", "hq_region": "Kazakhstan", "lat": 42.3, "lon": 69.6, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SCAT_Air_Company_Logo.svg", "description": "Kazakh airline", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1180 {"wikidata_id": "Q674686", "display_name": "Level-5", "legal_name": null, "aliases": ["Kabushiki-gaisha Reberu Faibu", "LEVEL-5 Inc."], "website": "https://www.level5.co.jp", "canonical_domain": "level5.co.jp", "country": "JP", "hq_city": "Fukuoka", "hq_region": "Fukuoka Prefecture", "lat": 33.59014, "lon": 130.40172, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Level-5_Inc._logo.svg", "description": "Japanese independent video game developer and publisher", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1181 {"wikidata_id": "Q69583635", "display_name": "Hololive Production", "legal_name": null, "aliases": ["Hololive", "HoloPro"], "website": "https://hololivepro.com", "canonical_domain": "hololivepro.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q69352476", "name": "COVER Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hololive_2026_logo.png", "description": "Japanese virtual YouTuber agency operated by Cover Corporation", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1182 {"wikidata_id": "Q732503", "display_name": "Sony Music Entertainment Japan", "legal_name": "株式会社シービーエス・ソニーグループ", "aliases": ["SME", "SMEJ", "Sony Music Entertainment (Japan) Inc.", "Sony Music Japan", "SME Japan", "SonyMusic Entertainment Japan", "SonyMusic Japan"], "website": "https://www.sonymusic.co.jp", "canonical_domain": "sonymusic.co.jp", "country": "JP", "hq_city": "Rokubanchō", "hq_region": "Chiyoda", "lat": 35.68758, "lon": 139.73349, "industries": ["gaming"], "industry_labels": ["video game industry", "phonographic industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Music_%28Japan%29_logo.svg", "description": "Japanese entertainment conglomerate", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1183 {"wikidata_id": "Q744171", "display_name": "OnLive", "legal_name": null, "aliases": [], "website": "https://www.onlive.vn", "canonical_domain": "onlive.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["entertainment"], "industry_labels": ["live streaming"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct cloud gaming service", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1184 {"wikidata_id": "Q8063247", "display_name": "Zoho Corporation", "legal_name": null, "aliases": ["Zoho", "Zoho Corp.", "ZOHO Corporation"], "website": "https://www.zohocorp.com", "canonical_domain": "zohocorp.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZOHO_logo_2023.svg", "description": "Indian software development company", "sitelinks": 23, "importance": 0.3341, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1185 {"wikidata_id": "Q20716530", "display_name": "China Fortune Land", "legal_name": null, "aliases": [], "website": "https://www.cfldcn.com", "canonical_domain": "cfldcn.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "300300YQSINKF7N7ZB29", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese real estate company", "sitelinks": 8, "importance": 0.331, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1186 {"wikidata_id": "Q6349602", "display_name": "Abu Dhabi National Energy Company", "legal_name": null, "aliases": ["TAQA"], "website": "https://www.taqa.com", "canonical_domain": "taqa.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.50087, "lon": 54.38942, "industries": ["energy", "asset-management"], "industry_labels": [], "founded_year": 2005, "employees": 2300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115774776", "name": "ADQ"}, "logo_url": null, "description": "government controlled energy holding company of Abu Dhabi", "sitelinks": 7, "importance": 0.3307, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1187 {"wikidata_id": "Q955604", "display_name": "Niigata Transys", "legal_name": null, "aliases": ["Niigata Transys Co.", "Ltd."], "website": "https://www.niigata-transys.com", "canonical_domain": "niigata-transys.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["automotive", "manufacturing"], "industry_labels": ["rail vehicle manufacturer", "locomotive manufacturing"], "founded_year": 2003, "employees": 223, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niigata_Transys_company_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.3304, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1188 {"wikidata_id": "Q1750843", "display_name": "Moriwaki", "legal_name": "Moriwaki Engineering Co., Ltd.", "aliases": [], "website": "https://www.moriwaki.co.jp", "canonical_domain": "moriwaki.co.jp", "country": "JP", "hq_city": "Suzuka", "hq_region": "Mie Prefecture", "lat": 34.85297, "lon": 136.53107, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1973, "employees": 37, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturer", "sitelinks": 13, "importance": 0.3301, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1189 {"wikidata_id": "Q1054754", "display_name": "Type‐Moon", "legal_name": null, "aliases": ["Notes.", "Type moon", "Typemoon", "TYPE‐MOON"], "website": "https://typemoon.com", "canonical_domain": "typemoon.com", "country": "JP", "hq_city": "Taitō-ku", "hq_region": "Tokyo", "lat": 35.7125, "lon": 139.78, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Type-moon.svg", "description": "Japanese game company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1190 {"wikidata_id": "Q1093383", "display_name": "Citilink", "legal_name": null, "aliases": [], "website": "https://www.citilink.co.id", "canonical_domain": "citilink.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q512468", "name": "Garuda Indonesia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2012_Citilink_Logo.svg", "description": "Indonesian low-cost airline", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1191 {"wikidata_id": "Q1143528", "display_name": "Key", "legal_name": null, "aliases": [], "website": "https://key.visualarts.gr.jp", "canonical_domain": "visualarts.gr.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Key_Visual_Arts_Logo.svg", "description": "Japanese visual novel studio", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1192 {"wikidata_id": "Q1204169", "display_name": "MOS Burger", "legal_name": null, "aliases": ["MOS Food Services"], "website": "https://www.mos.jp", "canonical_domain": "mos.jp", "country": "JP", "hq_city": "ThinkPark Tower", "hq_region": "Ōsaki", "lat": 35.61843, "lon": 139.72775, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MOS-Burger-Logo.svg", "description": "company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1193 {"wikidata_id": "Q1241339", "display_name": "UD Trucks", "legal_name": null, "aliases": [], "website": "https://www.udtrucks.com", "canonical_domain": "udtrucks.com", "country": "JP", "hq_city": "Ageo", "hq_region": "Saitama Prefecture", "lat": 35.97739, "lon": 139.59319, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q29803", "name": "Isuzu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UD_Trucks_logo.svg", "description": "Japanese company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1194 {"wikidata_id": "Q1289348", "display_name": "Indian Oil Corporation", "legal_name": null, "aliases": ["IndianOil"], "website": "https://www.iocl.com", "canonical_domain": "iocl.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indian_Oil_Logo.svg", "description": "oil company based in India", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1195 {"wikidata_id": "Q1319103", "display_name": "Challenge Airlines IL", "legal_name": null, "aliases": ["C.A.L. Cargo Airlines", "CAL Cargo", "CAL Cargo Airlines", "CAL Cargo Airlines Ltd."], "website": "https://www.cal-cargo.com", "canonical_domain": "cal-cargo.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli cargo airline", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1196 {"wikidata_id": "Q1349140", "display_name": "Thuraya", "legal_name": null, "aliases": [], "website": "https://www.thuraya.com", "canonical_domain": "thuraya.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131612835", "name": "Space42"}, "logo_url": null, "description": "regional mobile-satellite provider in the Middle East", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1197 {"wikidata_id": "Q1359892", "display_name": "Tokyo International Forum", "legal_name": null, "aliases": [], "website": "https://www.t-i-forum.co.jp", "canonical_domain": "t-i-forum.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.67694, "lon": 139.76417, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Exhibition center in Chiyoda, Tokyo, Japan", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1198 {"wikidata_id": "Q1368796", "display_name": "Mediacorp", "legal_name": null, "aliases": ["Mediacorp Press", "Mediacorp Pte Ltd", "MediaCorp TV12"], "website": "https://mediacorp.sg", "canonical_domain": "mediacorp.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.29558, "lon": 103.79217, "industries": ["media"], "industry_labels": ["mass media", "show business"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mediacorp_flat_logo_%282015%29.svg", "description": "Singapore media company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7280746"}]}
1199 {"wikidata_id": "Q1571175", "display_name": "Qatar Investment Authority", "legal_name": "جهاز قطر للاستثمار", "aliases": ["Qatar Holding"], "website": "https://www.qia.qa", "canonical_domain": "qia.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Qatar's sovereign wealth fund founded in 2005", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1200 {"wikidata_id": "Q1587837", "display_name": "Chengdu Airlines", "legal_name": null, "aliases": [], "website": "https://www.cdal.com.cn", "canonical_domain": "cdal.com.cn", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291944", "name": "Sichuan Airlines"}, "logo_url": null, "description": "airline based in Chengdu, Sichuan", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1201 {"wikidata_id": "Q20639413", "display_name": "Tus Airways", "legal_name": null, "aliases": [], "website": "https://tusairways.com", "canonical_domain": "tusairways.com", "country": "CY", "hq_city": "Larnaca", "hq_region": "Larnaca Municipality", "lat": 34.91667, "lon": 33.63333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tus_Airways_Logo.png", "description": "Cypriot airline", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1202 {"wikidata_id": "Q2247269", "display_name": "Trigana Air Service", "legal_name": null, "aliases": ["Trigana Air", "Trigana Air Services"], "website": "https://www.trigana-air.com", "canonical_domain": "trigana-air.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1203 {"wikidata_id": "Q2660084", "display_name": "Israel Weapon Industries", "legal_name": null, "aliases": ["IWI"], "website": "https://iwi.net", "canonical_domain": "iwi.net", "country": "IL", "hq_city": "Ramat HaSharon", "hq_region": "Tel Aviv District", "lat": 32.14611, "lon": 34.83944, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10213576", "name": "SK Group"}, "logo_url": null, "description": "Israelian company of defense", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1204 {"wikidata_id": "Q2660860", "display_name": "Azərpoçt", "legal_name": null, "aliases": ["Azerpost"], "website": "https://www.azerpost.az", "canonical_domain": "azerpost.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Azerpost.png", "description": "National postal company of Azerbaijan", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1205 {"wikidata_id": "Q2994389", "display_name": "Garena", "legal_name": null, "aliases": ["GGC", "Garena Online"], "website": "https://www.garena.vn", "canonical_domain": "garena.vn", "country": "ID", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300FNX8TUIVCQQT73", "sec_cik": null, "parent": {"wikidata_id": "Q93520415", "name": "Sea Ltd"}, "logo_url": null, "description": "digital entertainment platform", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1206 {"wikidata_id": "Q419352", "display_name": "Akita Shoten", "legal_name": null, "aliases": ["Akita Publishing Co.", "Ltd.", "AKITA SHOTEN"], "website": "https://akitashoten.co.jp", "canonical_domain": "akitashoten.co.jp", "country": "JP", "hq_city": "Wakaba", "hq_region": "Shinjuku", "lat": 35.68483, "lon": 139.72534, "industries": ["media"], "industry_labels": ["publisher"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akita_Shoten_Logo.svg", "description": "Japanese publishing company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1207 {"wikidata_id": "Q4680631", "display_name": "Adani Group", "legal_name": null, "aliases": [], "website": "https://www.adani.com", "canonical_domain": "adani.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adani_logo_2012.svg", "description": "Indian conglomerate", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1208 {"wikidata_id": "Q4704134", "display_name": "Al Jazeera Media Network", "legal_name": null, "aliases": ["AJMN"], "website": "https://network.aljazeera.net", "canonical_domain": "aljazeera.net", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Qatari international news public broadcaster", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1209 {"wikidata_id": "Q483914", "display_name": "Pyeonghwa Motors", "legal_name": null, "aliases": ["Pyonghwa"], "website": "https://www.pyeonghwamotors.com", "canonical_domain": "pyeonghwamotors.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail", "manufacturing"], "industry_labels": ["retail", "industrial manufacturing"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pyeonghwa_Motors_logo_on_car.jpg", "description": "car manufacturer from North Korea", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1210 {"wikidata_id": "Q489428", "display_name": "DSP Media", "legal_name": null, "aliases": [], "website": "https://dspmedia.co.kr", "canonical_domain": "dspmedia.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DSP_logo.png", "description": "South Korean entertainment company", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1211 {"wikidata_id": "Q494775", "display_name": "Trinity Airways", "legal_name": "T’way Air Co., Ltd.", "aliases": ["Hansung Airlines", "T'way Airline", "T'way Airlines", "T’way Air", "Tway Air", "Tway Airline", "Tway Airlines"], "website": "https://www.trinityairways.com", "canonical_domain": "trinityairways.com", "country": "KR", "hq_city": "Dongin-dong", "hq_region": "Jung District", "lat": 35.86726, "lon": 128.60687, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19941368", "name": "T'way Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%27way_Air_logo.svg", "description": "airline in South Korea", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1212 {"wikidata_id": "Q553149", "display_name": "Sun d'Or International Airlines", "legal_name": null, "aliases": [], "website": "https://www.sundor.co.il", "canonical_domain": "sundor.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q208489", "name": "EL AL Israel Airlines Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sun_d%27Or_logo.svg", "description": "Israeli airline", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1213 {"wikidata_id": "Q616935", "display_name": "Jordan Aviation", "legal_name": null, "aliases": ["R5", "JAV", "Jordan Air", "Jordan Airlines", "Jordan Airways"], "website": "https://www.jordanaviation.jo", "canonical_domain": "jordanaviation.jo", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Jordanian charter airline and lessor", "sitelinks": 22, "importance": 0.3296, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1214 {"wikidata_id": "Q1191932", "display_name": "Overflow", "legal_name": null, "aliases": ["0verflow"], "website": "https://0verflow.com", "canonical_domain": "0verflow.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/0verflowlogo.png", "description": "video game division of Stack Ltd.", "sitelinks": 15, "importance": 0.3286, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1215 {"wikidata_id": "Q1493042", "display_name": "Game Arts", "legal_name": null, "aliases": ["GAME ARTS", "GAME ARTS Co.", "Ltd.", "Game Arts Co.", "Ltd.", "株式会社ゲームアーツ"], "website": "https://www.gamearts.co.jp", "canonical_domain": "gamearts.co.jp", "country": "JP", "hq_city": "Toshima", "hq_region": "Tokyo", "lat": 35.72611, "lon": 139.71667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1985, "employees": 33, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5618753", "name": "GungHo Online Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Game_Arts_logo.png", "description": "Japanese game developer", "sitelinks": 13, "importance": 0.3285, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1216 {"wikidata_id": "Q2985996", "display_name": "Matrix Software", "legal_name": null, "aliases": ["Matrix Corporation"], "website": "https://www.matrixsoft.co.jp", "canonical_domain": "matrixsoft.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 86, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 11, "importance": 0.3259, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1217 {"wikidata_id": "Q1073550", "display_name": "China United Airlines", "legal_name": null, "aliases": [], "website": "https://www.flycua.com", "canonical_domain": "flycua.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in Beijing, China", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1218 {"wikidata_id": "Q1317487", "display_name": "Emirates SkyCargo", "legal_name": null, "aliases": [], "website": "https://www.skycargo.com", "canonical_domain": "skycargo.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7731899", "name": "The Emirates Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emirates_SkyCargo_Logo.svg", "description": "cargo airline based in Dubai, United Arab Emirates", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1219 {"wikidata_id": "Q1320224", "display_name": "Osaka Stock Exchange", "legal_name": "Osaka Exchange, Inc.", "aliases": ["OSE", "Kabushiki-gaisha Ōsaka Shōken Torihikijo", "OSAKA EXCHANGE", "Osaka Exchange", "Inc.", "Osaka Securities Exchange", "XOSE"], "website": "https://www.jpx.co.jp", "canonical_domain": "jpx.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["financial-services"], "industry_labels": ["trading venue", "financial instruments exchange"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "3538001249AILNPRUX57", "sec_cik": null, "parent": {"wikidata_id": "Q11507487", "name": "Japan Exchange Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Exchange_Group_logo.svg", "description": "stock exchange located in Osaka, Japan", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q11507487"}]}
1220 {"wikidata_id": "Q1370655", "display_name": "Vietnam Air Services Company", "legal_name": null, "aliases": [], "website": "https://vasco.com.vn", "canonical_domain": "vasco.com.vn", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1221 {"wikidata_id": "Q1372258", "display_name": "Tokuma Shoten", "legal_name": null, "aliases": ["Tokuma Shoten Publishing Co.", "Ltd."], "website": "https://www.tokuma.jp", "canonical_domain": "tokuma.jp", "country": "JP", "hq_city": "Kami-Ōsaki", "hq_region": "Shinagawa", "lat": 35.63384, "lon": 139.71558, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokuma_Shoten_Logo.png", "description": "Japanese publisher", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1222 {"wikidata_id": "Q1373561", "display_name": "Shaheen Air", "legal_name": null, "aliases": [], "website": "https://www.shaheenair.com", "canonical_domain": "shaheenair.com", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1223 {"wikidata_id": "Q1376634", "display_name": "Peach", "legal_name": null, "aliases": [], "website": "https://www.flypeach.com", "canonical_domain": "flypeach.com", "country": "JP", "hq_city": "Tajiri", "hq_region": "Sennan district", "lat": 34.39378, "lon": 135.29117, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11189379", "name": "ANA Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peach_Aviation_Logo%2C_March_2026.svg", "description": "Japanese Airline", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1224 {"wikidata_id": "Q1545421", "display_name": "Tamiya Corporation", "legal_name": null, "aliases": ["Tamiya Inc."], "website": "https://www.tamiya.com", "canonical_domain": "tamiya.com", "country": "JP", "hq_city": "Shizuoka", "hq_region": "Shizuoka Prefecture", "lat": 34.97556, "lon": 138.3825, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing", "game industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAMIYA_Logo.svg", "description": "Japanese manufacturing company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1225 {"wikidata_id": "Q1661737", "display_name": "Indonesia Stock Exchange", "legal_name": null, "aliases": ["IDX", "XIDX"], "website": "https://www.idx.co.id", "canonical_domain": "idx.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Merger of Jakarta (JSX) and Surabaya (SSX) stock exchanges", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1226 {"wikidata_id": "Q17071713", "display_name": "US-Bangla Airlines", "legal_name": null, "aliases": [], "website": "https://www.usbair.com", "canonical_domain": "usbair.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bangladeshi airline", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1227 {"wikidata_id": "Q1988428", "display_name": "Avex Trax", "legal_name": null, "aliases": [], "website": "https://www.avexnet.jp", "canonical_domain": "avexnet.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790686", "name": "Avex Group"}, "logo_url": null, "description": "record label owned by Japanese entertainment conglomerate Avex Group", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1228 {"wikidata_id": "Q201487", "display_name": "Nikkatsu", "legal_name": null, "aliases": ["Nikkatsu Corporation"], "website": "https://www.nikkatsu.com", "canonical_domain": "nikkatsu.com", "country": "JP", "hq_city": "Bunkyō-ku", "hq_region": "Tokyo", "lat": 35.708, "lon": 139.75225, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikkatsu_Logo.webp", "description": "Japanese film and television production company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1229 {"wikidata_id": "Q2095409", "display_name": "Somon Air", "legal_name": null, "aliases": ["SMR", "SZ"], "website": "https://www.somonair.com", "canonical_domain": "somonair.com", "country": "TJ", "hq_city": "Dushanbe", "hq_region": "Tajikistan", "lat": 38.57306, "lon": 68.78639, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Somon_Air_logo.svg", "description": "Tajikistani airline", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1230 {"wikidata_id": "Q2117986", "display_name": "Shooto", "legal_name": null, "aliases": [], "website": "https://www.shooto-mma.com", "canonical_domain": "shooto-mma.com", "country": "JP", "hq_city": "Nishi-Shinbashi", "hq_region": "Minato", "lat": 35.66611, "lon": 139.75222, "industries": [], "industry_labels": ["mixed martial arts"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA promoter based in Japan", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1231 {"wikidata_id": "Q21979415", "display_name": "Ant Group", "legal_name": null, "aliases": ["AFSG", "Ant Financial", "Ant Financial Services Group"], "website": "https://www.antgroup.com", "canonical_domain": "antgroup.com", "country": "CN", "hq_city": "Shanghai Free-Trade Zone", "hq_region": "Pudong", "lat": 31.338, "lon": 121.5959, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1232 {"wikidata_id": "Q245917", "display_name": "Bhutan Airlines", "legal_name": "Tashi Air Pvt. Ltd", "aliases": ["Tashi Air"], "website": "https://www.bhutanairlines.bt", "canonical_domain": "bhutanairlines.bt", "country": "BT", "hq_city": "Thimphu", "hq_region": "Thimphu District", "lat": 27.47135, "lon": 89.63367, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bhutanese airline", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1233 {"wikidata_id": "Q278834", "display_name": "Bharat Sanchar Nigam Limited", "legal_name": null, "aliases": ["Bhārat Saṁcār Nigam", "BSNL"], "website": "https://www.bsnl.co.in", "canonical_domain": "bsnl.co.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian central public sector undertaking", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1234 {"wikidata_id": "Q2915350", "display_name": "Osem", "legal_name": null, "aliases": [], "website": "https://www.osem.co.il", "canonical_domain": "osem.co.il", "country": "IL", "hq_city": "Shoham", "hq_region": "Ramla sub-district", "lat": 31.99667, "lon": 34.94278, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160746", "name": "Nestlé"}, "logo_url": null, "description": "Israeli company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1235 {"wikidata_id": "Q4044680", "display_name": "MyAnimeList", "legal_name": null, "aliases": ["MAL", "My Anime List", "MyAnimeList Co.", "Ltd.", "LLC"], "website": "https://myanimelist.net", "canonical_domain": "myanimelist.net", "country": "JP", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MyAnimeList.png", "description": "English-language anime and manga database website", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1236 {"wikidata_id": "Q47542612", "display_name": "Transsion Holdings", "legal_name": "深圳传音控股有限公司", "aliases": ["Transsion"], "website": "https://www.transsion.com", "canonical_domain": "transsion.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transsion_Logo.svg", "description": "Chinese consumer electronics manufacturer", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1237 {"wikidata_id": "Q512003", "display_name": "Creatures", "legal_name": "株式会社クリーチャーズ", "aliases": ["Creatures Inc."], "website": "https://www.creatures.co.jp", "canonical_domain": "creatures.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Creatures_Inc.svg", "description": "Japanese video game developer", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1238 {"wikidata_id": "Q5299559", "display_name": "Douban", "legal_name": "豆瓣", "aliases": ["Beijing Douwang Technology Co. Ltd.", "douban"], "website": "https://www.douban.com", "canonical_domain": "douban.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Douban_logo.svg", "description": "Chinese social networking service website", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1239 {"wikidata_id": "Q854826", "display_name": "Bharat Petroleum", "legal_name": "Bharat Petroleum Corporation Limited", "aliases": ["BPCL"], "website": "https://www.bharatpetroleum.in", "canonical_domain": "bharatpetroleum.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian oil and gas company", "sitelinks": 21, "importance": 0.325, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1240 {"wikidata_id": "Q1473163", "display_name": "Tamasu", "legal_name": null, "aliases": ["Butterfly (brand)", "BUTTERFLY"], "website": "https://www.butterfly.co.jp", "canonical_domain": "butterfly.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": 130, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Butterfly_brand_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.3227, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1241 {"wikidata_id": "Q3049567", "display_name": "Good-Feel", "legal_name": null, "aliases": ["Good-Feel Co.", "Ltd.", "Good-Fell"], "website": "https://www.good-feel.co.jp", "canonical_domain": "good-feel.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 64, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Good-feel_logo.png", "description": "Japanese video game developer", "sitelinks": 11, "importance": 0.3217, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1242 {"wikidata_id": "Q1062659", "display_name": "Lantis", "legal_name": null, "aliases": ["Bandai Music Studios", "Bandai Studios", "I WILL Co.", "Ltd.", "Lantis Co.", "Ltd."], "website": "https://lantis.jp", "canonical_domain": "lantis.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806252", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lantis_Logo.svg", "description": "Japanese music publisher", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1243 {"wikidata_id": "Q1066476", "display_name": "China Post", "legal_name": null, "aliases": ["China People's Post", "China Post Group Corporation"], "website": "https://www.chinapost.com.cn", "canonical_domain": "chinapost.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q832407", "name": "Ministry of Finance of the People's Republic of China"}, "logo_url": null, "description": "Chinese state-owned postal services company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1244 {"wikidata_id": "Q130270266", "display_name": "Moonshot AI", "legal_name": null, "aliases": [], "website": "https://www.moonshot.ai", "canonical_domain": "moonshot.ai", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational artificial intelligence company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1245 {"wikidata_id": "Q1328605", "display_name": "King Records", "legal_name": null, "aliases": ["KING RECORDS", "Kingrecords", "LC 19403"], "website": "https://www.kingrecords.co.jp", "canonical_domain": "kingrecords.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/King_Records_logo.svg", "description": "Japanese record label; imprint of King Record Co., Ltd", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1246 {"wikidata_id": "Q1328890", "display_name": "Japan Credit Bureau", "legal_name": null, "aliases": ["JCB", "JCB Co.", "Ltd."], "website": "https://www.jcb.jp", "canonical_domain": "jcb.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JCB_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1247 {"wikidata_id": "Q1364018", "display_name": "Maybank", "legal_name": null, "aliases": [], "website": "https://www.maybank.com", "canonical_domain": "maybank.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian universal bank", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1248 {"wikidata_id": "Q1584295", "display_name": "Nanjing Automobile", "legal_name": "Nanjing Automobile (Group) Corporation", "aliases": ["Nanjing Automobile Corporation"], "website": "https://www.nanqi.com.cn", "canonical_domain": "nanqi.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q910401", "name": "SAIC Motor"}, "logo_url": null, "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1249 {"wikidata_id": "Q17062154", "display_name": "Alibaba Cloud", "legal_name": null, "aliases": ["Alibaba Cloud Computing", "AliCloud", "Aliyun"], "website": "https://www.alibabacloud.com", "canonical_domain": "alibabacloud.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alibaba_Cloud.png", "description": "Chinese cloud computing company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1250 {"wikidata_id": "Q1778674", "display_name": "Central Bank of Iraq", "legal_name": null, "aliases": [], "website": "https://www.cbi.iq", "canonical_domain": "cbi.iq", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Kingdom of Iraq", "lat": 33.3376, "lon": 44.3941, "industries": ["banking"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "central bank of the Republic of Iraq", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1251 {"wikidata_id": "Q1963952", "display_name": "Nakamichi", "legal_name": null, "aliases": [], "website": "https://www.nakamichi.com", "canonical_domain": "nakamichi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nakamichi_Logo.svg", "description": "Defunct Japanese high-fidelity company and current trademark", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1252 {"wikidata_id": "Q206228", "display_name": "Otokar", "legal_name": null, "aliases": ["Otokar Otomotiv ve Savunma Sanayi A.Ş."], "website": "https://www.otokar.com.tr", "canonical_domain": "otokar.com.tr", "country": "TR", "hq_city": "Adapazarı", "hq_region": "Sakarya Province", "lat": 40.77625, "lon": 30.40256, "industries": ["manufacturing", "automotive"], "industry_labels": ["industrial manufacturing", "automotive industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493000NBAE8C7SELC90", "sec_cik": null, "parent": {"wikidata_id": "Q1306571", "name": "Koç Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Otokar_logo.svg", "description": "vehicles manufacturer", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1253 {"wikidata_id": "Q24866458", "display_name": "The Black Label", "legal_name": "THE BLACK LABEL Inc.", "aliases": ["THE BLACK LABEL"], "website": "https://theblacklabel.com", "canonical_domain": "theblacklabel.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q50595", "name": "YG Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Black_Label_logo.svg", "description": "South Korean record label", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1254 {"wikidata_id": "Q24906315", "display_name": "OYO Rooms", "legal_name": null, "aliases": ["OYO Hospitality UK Ltd", "Oyo Rooms", "OYO Rooms & Hospitality UK Ltd."], "website": "https://www.oyorooms.com", "canonical_domain": "oyorooms.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["hospitality"], "industry_labels": ["hospitality service"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800PJJNVIIZQTUN94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OYO_Rooms_%28logo%29.png", "description": "Indian hotel chain", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1255 {"wikidata_id": "Q2721482", "display_name": "Amul", "legal_name": null, "aliases": [], "website": "https://www.amul.com", "canonical_domain": "amul.com", "country": "IN", "hq_city": "Anand", "hq_region": "Gujarat", "lat": 22.556, "lon": 72.951, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amul_official_logo.svg", "description": "Indian cooperative dairy company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1256 {"wikidata_id": "Q27555283", "display_name": "Lynk & Co", "legal_name": null, "aliases": [], "website": "https://www.lynkco.com", "canonical_domain": "lynkco.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lynk_%26_Co_2016_logo.svg", "description": "Chinese automobile brand", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1257 {"wikidata_id": "Q288727", "display_name": "Sapporo Breweries", "legal_name": null, "aliases": ["Sapporo Brewery"], "website": "https://www.sapporobeer.jp", "canonical_domain": "sapporobeer.jp", "country": "JP", "hq_city": "Yebisu Garden Place", "hq_region": "Tokyo", "lat": 35.64222, "lon": 139.71417, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800ITDYV3AD2X5M34", "sec_cik": null, "parent": {"wikidata_id": "Q11304809", "name": "Sapporo Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sapporo_logo.svg", "description": "Japanese beer brewing company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1258 {"wikidata_id": "Q300324", "display_name": "A Bathing Ape", "legal_name": null, "aliases": ["Bape", "BAPE", "BAPE (bape-sta)", "Bapes", "Bathin apes", "Bathing Ape", "Bathing apes"], "website": "https://www.bape.com", "canonical_domain": "bape.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese fashion brand", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1259 {"wikidata_id": "Q548711", "display_name": "Clarion", "legal_name": null, "aliases": ["Clarion Co.", "Ltd.", "Faurecia Clarion Electronics Co.", "Ltd."], "website": "https://www.clarion.com", "canonical_domain": "clarion.com", "country": "JP", "hq_city": "Saitama", "hq_region": "Saitama Prefecture", "lat": 35.86139, "lon": 139.64556, "industries": ["automotive", "technology"], "industry_labels": ["automotive industry", "consumer electronics industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clarion_logo_blue.svg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1260 {"wikidata_id": "Q702754", "display_name": "Astrum Corporation", "legal_name": null, "aliases": ["Pentel Co. Ltd."], "website": "https://www.astrum-st.com", "canonical_domain": "astrum-st.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astrum_Logo.png", "description": "Japanese stationery manufacturer, widely known by its global brand name Pentel", "sitelinks": 20, "importance": 0.3201, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1261 {"wikidata_id": "Q2070538", "display_name": "Ganbarion", "legal_name": null, "aliases": ["Ganbarion Co.", "Ltd.", "GANBARION Co.", "Ltd."], "website": "https://www.ganbarion.co.jp", "canonical_domain": "ganbarion.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": 105, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 10, "importance": 0.3196, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1262 {"wikidata_id": "Q106369174", "display_name": "Unitree Robotics", "legal_name": "Unitree Robotics", "aliases": ["Hangzhou Yushu Technology Co.", "Ltd.", "Unitree"], "website": "https://www.unitree.com", "canonical_domain": "unitree.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unitree.svg", "description": "Chinese robotics company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1263 {"wikidata_id": "Q1188050", "display_name": "Treasure", "legal_name": null, "aliases": ["TREASURE Co.", "Ltd"], "website": "https://www.treasure-inc.co.jp", "canonical_domain": "treasure-inc.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1264 {"wikidata_id": "Q1209119", "display_name": "Djarum", "legal_name": null, "aliases": [], "website": "https://www.djarum.com", "canonical_domain": "djarum.com", "country": "ID", "hq_city": "Kudus", "hq_region": "Central Java", "lat": -6.8, "lon": 110.86667, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56034693", "name": "PT Dwimuria Investama Andalan"}, "logo_url": null, "description": "Indonesian kretek brand and manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1265 {"wikidata_id": "Q1331200", "display_name": "Jumeirah", "legal_name": null, "aliases": ["Jumeirah Group", "Jumeirah Group L.L.C", "Jumeirah Hotels & Resorts"], "website": "https://www.jumeirah.com", "canonical_domain": "jumeirah.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900DP7CY9LMWBVD58", "sec_cik": null, "parent": null, "logo_url": null, "description": "Dubai-based international luxury hotel chain", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1266 {"wikidata_id": "Q1331427", "display_name": "Iwanami Shoten", "legal_name": null, "aliases": [], "website": "https://www.iwanami.co.jp", "canonical_domain": "iwanami.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iwanami_Shoten_%28headquarters_1%29.jpg", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1267 {"wikidata_id": "Q13403521", "display_name": "Kobe Shimbun", "legal_name": null, "aliases": [], "website": "https://www.kobe-np.co.jp", "canonical_domain": "kobe-np.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["media"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobe_Shimbun_kanji_logo.jpg", "description": "local newspaper in Japan", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1268 {"wikidata_id": "Q142054", "display_name": "Kumon", "legal_name": "株式会社公文教育研究会", "aliases": ["Kumon Learning Center"], "website": "https://www.kumon.org", "canonical_domain": "kumon.org", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["education"], "industry_labels": ["education"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kumon_Method_Logo.svg", "description": "educational company based in Japan", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1269 {"wikidata_id": "Q1536520", "display_name": "Tama Drums", "legal_name": null, "aliases": [], "website": "https://www.tama.com", "canonical_domain": "tama.com", "country": "JP", "hq_city": "Seto", "hq_region": "Aichi Prefecture", "lat": 35.224, "lon": 137.08403, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tama_Drums_logo.svg", "description": "Japanese drum company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1270 {"wikidata_id": "Q16180845", "display_name": "Jellyfish Entertainment", "legal_name": "JELLYFISH ENTERTAINMENT CO., LTD.", "aliases": [], "website": "https://www.jelly-fish.co.kr", "canonical_domain": "jelly-fish.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company; record label", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1271 {"wikidata_id": "Q1634762", "display_name": "Kuwait Petroleum Corporation", "legal_name": "Kuwait Petroleum Corporation", "aliases": ["KPC"], "website": "https://www.kpc.com.kw", "canonical_domain": "kpc.com.kw", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuwait_Petroleum_Corporation_Logo.svg", "description": "state owned oil corporation in Kuwait", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1272 {"wikidata_id": "Q1824816", "display_name": "China Investment Corporation", "legal_name": null, "aliases": ["CIC", "China Investment Corp"], "website": "https://www.china-inv.cn", "canonical_domain": "china-inv.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PRC_China_Investment_Corporation_logo.svg", "description": "Chinese sovereign wealth fund", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1273 {"wikidata_id": "Q2352604", "display_name": "TaleWorlds", "legal_name": null, "aliases": [], "website": "https://www.taleworlds.com", "canonical_domain": "taleworlds.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TaleWorlds.png", "description": "Turkish video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1274 {"wikidata_id": "Q24867828", "display_name": "Air Seoul", "legal_name": "에어서울 주식회사", "aliases": [], "website": "https://flyairseoul.com", "canonical_domain": "flyairseoul.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q211165", "name": "Asiana Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Air_Seoul.svg", "description": "South Korean low-cost airline based in Seoul", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1275 {"wikidata_id": "Q2660418", "display_name": "Sumitomo Mitsui Banking Corporation", "legal_name": "Sumitomo Mitsui Banking Corporation", "aliases": ["SMBC"], "website": "https://www.smbc.co.jp", "canonical_domain": "smbc.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5U0XI89JRFVHWIBS4F54", "sec_cik": null, "parent": {"wikidata_id": "Q2094989", "name": "Sumitomo Mitsui Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smbc_logo.svg", "description": "Japanese multinational banking and financial services company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1276 {"wikidata_id": "Q287168", "display_name": "iQue", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.ique.com", "canonical_domain": "ique.com", "country": "CN", "hq_city": "Suzhou", "hq_region": "Jiangsu", "lat": 31.3, "lon": 120.61944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IQue_logo.svg", "description": "Chinese joint venture between Wei Yen and Nintendo", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1277 {"wikidata_id": "Q2882956", "display_name": "Mizuho Bank", "legal_name": null, "aliases": ["MHBK", "J-Coin Pay", "Ltd."], "website": "https://www.mizuhobank.co.jp", "canonical_domain": "mizuhobank.co.jp", "country": "JP", "hq_city": "Otemachi Tower", "hq_region": "Ōtemachi", "lat": 35.68561, "lon": 139.76528, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "RB0PEZSDGCO3JS6CEU02", "sec_cik": null, "parent": {"wikidata_id": "Q166621", "name": "Mizuho Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mizuho_bank_logo.svg", "description": "Japanese bank, part of Mizuho Financial Group", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1278 {"wikidata_id": "Q2888321", "display_name": "Cyprus Stock Exchange", "legal_name": null, "aliases": ["CSE", "XCYS"], "website": "https://www.cse.com.cy", "canonical_domain": "cse.com.cy", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "213800U9YG19GFXT3S09", "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Nicosia, Cyprus", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1279 {"wikidata_id": "Q334956", "display_name": "Abu Dhabi Investment Authority", "legal_name": null, "aliases": ["ADIA"], "website": "https://damanmarkets.com", "canonical_domain": "damanmarkets.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_Investment_Authority_logo.svg", "description": "sovereign wealth fund", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1280 {"wikidata_id": "Q34534", "display_name": "Lite-On Technology", "legal_name": null, "aliases": ["Lite-On", "Lite-On Technology Corp."], "website": "https://www.liteon.com", "canonical_domain": "liteon.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Liteon_logo.svg", "description": "computer storage devices company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1281 {"wikidata_id": "Q357600", "display_name": "Aditya Birla Group", "legal_name": null, "aliases": [], "website": "https://www.adityabirla.com", "canonical_domain": "adityabirla.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1857, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational conglomerate company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1282 {"wikidata_id": "Q376193", "display_name": "Silicon Integrated Systems", "legal_name": null, "aliases": ["SiS"], "website": "https://www.sis.com.tw", "canonical_domain": "sis.com.tw", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SiS_Logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1283 {"wikidata_id": "Q429296", "display_name": "MBK Entertainment", "legal_name": null, "aliases": [], "website": "https://mbk-ent.co.kr", "canonical_domain": "mbk-ent.co.kr", "country": "KR", "hq_city": "Yeoksam-dong", "hq_region": "Gangnam District", "lat": 37.49991, "lon": 127.03739, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10854462", "name": "CJ ENM Entertainment Division"}, "logo_url": null, "description": "South Korean record label", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1284 {"wikidata_id": "Q47015540", "display_name": "Kuaishou", "legal_name": null, "aliases": ["Kwai", "Gif Show", "Gif-show", "GifShow", "Snack Video", "Kuàishǒu", "quick hand"], "website": "https://www.snackvideo.com", "canonical_domain": "snackvideo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300FCDZBE6UP9ED24", "sec_cik": null, "parent": null, "logo_url": null, "description": "short-video platform", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1285 {"wikidata_id": "Q484872", "display_name": "Jin Air", "legal_name": "Jin Air Co., Ltd.", "aliases": ["LJ", "JNA", "Jin Air Co. Ltd"], "website": "https://www.jinair.com", "canonical_domain": "jinair.com", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Seoul", "lat": 37.55098, "lon": 126.84955, "industries": ["manufacturing", "airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22975313", "name": "Hanjin KAL"}, "logo_url": null, "description": "budget flight operator under the family-controlled conglomerate Hanjin Group", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1286 {"wikidata_id": "Q489243", "display_name": "Samsung Heavy Industries", "legal_name": "Samsung Heavy Industries Co., Ltd.", "aliases": ["Samsung Shipbuilding & Heavy Industries"], "website": "https://www.samsungshi.com", "canonical_domain": "samsungshi.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20716", "name": "Samsung Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Heavy_Industries_logo_%28english%29.svg", "description": "South Korean shipbuilding company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1287 {"wikidata_id": "Q50596", "display_name": "Woollim Entertainment", "legal_name": null, "aliases": [], "website": "https://www.woolliment.com", "canonical_domain": "woolliment.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Woollim_Entertainment.png", "description": "South Korean record label", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1288 {"wikidata_id": "Q56251056", "display_name": "CoinMarketCap", "legal_name": null, "aliases": ["CMC", "Coinmarketcap"], "website": "https://coinmarketcap.com", "canonical_domain": "coinmarketcap.com", "country": "AE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51403327", "name": "Binance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coinmarketcap_svg_logo.svg", "description": "cryptocurrency price data website and app", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1289 {"wikidata_id": "Q624426", "display_name": "Arab Satellite Communications Organization", "legal_name": null, "aliases": ["Arab Corporation for Space Communications", "Arabsat"], "website": "https://www.arabsat.com", "canonical_domain": "arabsat.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arabsat_logo.jpg", "description": "Saudi satellite communications operator", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1290 {"wikidata_id": "Q6839659", "display_name": "Micromax", "legal_name": null, "aliases": ["Micromax Informatics Limited"], "website": "https://micromaxinfo.com", "canonical_domain": "micromaxinfo.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational electronics company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1291 {"wikidata_id": "Q704811", "display_name": "Thermaltake Technology", "legal_name": null, "aliases": ["Thermaltake"], "website": "https://www.thermaltake.com", "canonical_domain": "thermaltake.com", "country": "TW", "hq_city": "Neihu District", "hq_region": "Taipei", "lat": 25.08333, "lon": 121.58333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thermaltake_Premium_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1292 {"wikidata_id": "Q706533", "display_name": "Bank of Taiwan", "legal_name": null, "aliases": ["BOT", "The Bank of Taiwan"], "website": "https://www.bot.com.tw", "canonical_domain": "bot.com.tw", "country": "TW", "hq_city": "Taihoku", "hq_region": "Taihoku Prefecture", "lat": 25.04639, "lon": 121.52097, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7676534", "name": "Taiwan Financial Holdings Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_Taiwan_Seal.svg", "description": "Taiwanese government-owned commercial bank", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1293 {"wikidata_id": "Q7580289", "display_name": "UNISOC", "legal_name": null, "aliases": ["Spreadtrum", "Spreadtrum Communications"], "website": "https://www.unisoc.com", "canonical_domain": "unisoc.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18165284", "name": "Tsinghua Unigroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UNISOC_logo.jpg", "description": "Chinese semiconductor company based at Shanghai", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1294 {"wikidata_id": "Q771469", "display_name": "Ichijinsha", "legal_name": null, "aliases": ["Issaisha", "Studio DNA"], "website": "https://www.ichijinsha.co.jp", "canonical_domain": "ichijinsha.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["book", "magazine"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q726081", "name": "Kodansha"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ichijinsha_Logo.png", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1295 {"wikidata_id": "Q918096", "display_name": "Pakistan Railways", "legal_name": null, "aliases": ["PR"], "website": "https://www.pakrail.gov.pk", "canonical_domain": "pakrail.gov.pk", "country": "PK", "hq_city": "Lahore", "hq_region": "Lahore District", "lat": 31.54972, "lon": 74.34361, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned railway company of Pakistan", "sitelinks": 19, "importance": 0.3149, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1296 {"wikidata_id": "Q2822685", "display_name": "Access Games", "legal_name": null, "aliases": ["ACCESS GAMES INC."], "website": "https://www.accessgames.co.jp", "canonical_domain": "accessgames.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 35.67483, "lon": 139.77936, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 70, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game planning company", "sitelinks": 10, "importance": 0.3138, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1297 {"wikidata_id": "Q1092500", "display_name": "Nitroplus", "legal_name": null, "aliases": ["Nitro plus", "Nitro+", "Nitroplus Co.", "Ltd."], "website": "https://www.nitroplus.co.jp", "canonical_domain": "nitroplus.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11304138", "name": "CyberAgent"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nitroplus_Logo_%282021%29.png", "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1298 {"wikidata_id": "Q109424729", "display_name": "Bybit", "legal_name": null, "aliases": [], "website": "https://www.bybit.com", "canonical_domain": "bybit.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["fintech"], "industry_labels": ["cryptocurrency", "non-fungible token"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bybit-logo_%28cropped%29.png", "description": "cryptocurrency exchange", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1299 {"wikidata_id": "Q1142348", "display_name": "Yomiuri Telecasting Corporation", "legal_name": "Yomiuri Telecasting Corporation.", "aliases": ["Yomiuri TV", "ytv"], "website": "https://www.ytv.co.jp", "canonical_domain": "ytv.co.jp", "country": "JP", "hq_city": "Osaka Business Park", "hq_region": "Shiromi", "lat": 34.69191, "lon": 135.52906, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yomiuri_Telecasting_Corporation_Logo.svg", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1300 {"wikidata_id": "Q115802741", "display_name": "Riyadh Air", "legal_name": null, "aliases": ["Riyadh International Airlines"], "website": "https://www.riyadhair.com", "canonical_domain": "riyadhair.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12220298", "name": "Public Investment Fund"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riyadh_Air_Logo.svg", "description": "flag carrier airline of Saudi Arabia", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1301 {"wikidata_id": "Q1184979", "display_name": "Shinchosha", "legal_name": null, "aliases": ["Shinchōsha", "Shinchosha Publishing", "Shinchosha Publishing Co", "Ltd.", "Shinchousha"], "website": "https://www.shinchosha.co.jp", "canonical_domain": "shinchosha.co.jp", "country": "JP", "hq_city": "Yaraichō", "hq_region": "Shinjuku", "lat": 35.70287, "lon": 139.73299, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinchosha_logo.png", "description": "Japanese publishing company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1302 {"wikidata_id": "Q1241360", "display_name": "Dongfeng Stellantis", "legal_name": null, "aliases": ["DPCA", "Shenlong", "Dongfeng Peugeot-Citroën Automobile"], "website": "https://www.dpca.com.cn", "canonical_domain": "dpca.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongfeng_Peugeot-Citro%C3%ABn_logo.svg", "description": "Chinese motor vehicle manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1303 {"wikidata_id": "Q12428554", "display_name": "Zee Entertainment Enterprises Limited", "legal_name": null, "aliases": [], "website": "https://www.zee.com", "canonical_domain": "zee.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zee_Entertainment_2025.svg", "description": "Indian media and entertainment company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1304 {"wikidata_id": "Q1278087", "display_name": "Petrol Ofisi", "legal_name": null, "aliases": [], "website": "https://www.petrolofisi.com.tr", "canonical_domain": "petrolofisi.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fuel products distribution and lubricants company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1305 {"wikidata_id": "Q130263208", "display_name": "MiniMax Group", "legal_name": null, "aliases": [], "website": "https://www.minimax.io", "canonical_domain": "minimax.io", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MiniMax.png", "description": "Chinese multinational artificial intelligence company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1306 {"wikidata_id": "Q1357666", "display_name": "World Scientific", "legal_name": null, "aliases": ["World Scientific Publishing", "World Scientific Publishing Co Pte Ltd", "World Scientific Publishing Company"], "website": "https://www.worldscientific.com", "canonical_domain": "worldscientific.com", "country": "SG", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["media"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "academic publisher headquartered in Singapore", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1307 {"wikidata_id": "Q1579196", "display_name": "Naxos", "legal_name": null, "aliases": [], "website": "https://www.naxos.com", "canonical_domain": "naxos.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1308 {"wikidata_id": "Q1619375", "display_name": "Hindustan Petroleum", "legal_name": null, "aliases": ["HPCL"], "website": "https://www.hindustanpetroleum.com", "canonical_domain": "hindustanpetroleum.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hindustan_Petroleum_logo.svg", "description": "petroleum company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1309 {"wikidata_id": "Q1634097", "display_name": "Nihon Ki-in", "legal_name": null, "aliases": ["Japan Go Association", "Japanese Go Association", "The Nihon Ki-in"], "website": "https://www.nihonkiin.or.jp", "canonical_domain": "nihonkiin.or.jp", "country": "JP", "hq_city": "Gobanchō", "hq_region": "Chiyoda", "lat": 35.68982, "lon": 139.73412, "industries": ["media"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese organization", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1310 {"wikidata_id": "Q18345141", "display_name": "Century Pacific Food", "legal_name": null, "aliases": [], "website": "https://www.centurypacific.com.ph", "canonical_domain": "centurypacific.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900NFV7QTJB821G52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Century_Pacific_Food_logo.svg", "description": "Philippine food manufacturer company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1311 {"wikidata_id": "Q237246", "display_name": "Blue Dart Aviation", "legal_name": null, "aliases": [], "website": "https://bluedartaviation.com", "canonical_domain": "bluedartaviation.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Dart_logo_transparent.png", "description": "Indian airline", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1312 {"wikidata_id": "Q2617855", "display_name": "Arc System Works", "legal_name": null, "aliases": ["ASW", "Arc Sys", "Arc System Works Co.", "Ltd.", "ArcSys"], "website": "https://www.arcsystemworks.jp", "canonical_domain": "arcsystemworks.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arc_system_works_logo.png", "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1313 {"wikidata_id": "Q2729871", "display_name": "Efes Beverage Group", "legal_name": null, "aliases": ["Anadolu Efes"], "website": "https://www.anadoluefes.com", "canonical_domain": "anadoluefes.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "7890006LGARYVIPOJX03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anadolu_Efes_Logo.svg", "description": "Turkish beer company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1314 {"wikidata_id": "Q2740414", "display_name": "Team Ninja", "legal_name": null, "aliases": [], "website": "https://teamninja-studio.com", "canonical_domain": "teamninja-studio.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3516982", "name": "Koei Tecmo Games"}, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1315 {"wikidata_id": "Q2745027", "display_name": "Kereta Api Indonesia", "legal_name": "PT Kereta Api Indonesia (Persero)", "aliases": ["KAI", "Indonesian Railway Company", "KAII", "Kereta Api Indonesia (Persero)"], "website": "https://www.kai.id", "canonical_domain": "kai.id", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["transportation"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PT_Kereta_Api_Indonesia_%28Persero%29_2020.svg", "description": "major operator of public railways in Indonesia", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1316 {"wikidata_id": "Q311636", "display_name": "Cowon Systems", "legal_name": null, "aliases": [], "website": "https://www.cowonglobal.com", "canonical_domain": "cowonglobal.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["technology"], "industry_labels": ["mobile phone accessory", "consumer electronics industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COWON.svg", "description": "South Korean consumer electronics manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1317 {"wikidata_id": "Q3302845", "display_name": "Maxus", "legal_name": null, "aliases": ["SAIC Maxus Vehicle"], "website": "https://www.saicmaxus.am", "canonical_domain": "saicmaxus.am", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q910401", "name": "SAIC Motor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Maxus_Motor_%28Thailand%29_.co.%2Cltd.png", "description": "automobile manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1318 {"wikidata_id": "Q3716653", "display_name": "Imam Muhammad ibn Saud Islamic University", "legal_name": "جامعة الإمام محمد بن سعود الإسلامية", "aliases": ["Al-Imam University", "Imam Muhammad bin Saud Islamic University", "IMSIU"], "website": "https://www.imamu.edu.sa", "canonical_domain": "imamu.edu.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.80943, "lon": 46.69581, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imam_Muhammad_Ibn_Saud_Islamic_University.jpg", "description": "Islamic University in Riyadh, Saudi Arabia", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1319 {"wikidata_id": "Q4231991", "display_name": "Qoros", "legal_name": null, "aliases": [], "website": "https://www.qoros.com", "canonical_domain": "qoros.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QOROS_logo.JPG", "description": "automotive manufacturing company headquartered in Shanghai", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1320 {"wikidata_id": "Q489392", "display_name": "Eastar Jet", "legal_name": null, "aliases": [], "website": "https://main.eastarjet.com", "canonical_domain": "eastarjet.com", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Seoul", "lat": 37.55098, "lon": 126.84955, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65330661", "name": "Eastar Jet Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastar_Jet_Logo.svg", "description": "low-cost airline of South Korea", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1321 {"wikidata_id": "Q490787", "display_name": "Shinsegae", "legal_name": null, "aliases": ["SHINSEGAE Co.Ltd"], "website": "https://www.shinsegae.com", "canonical_domain": "shinsegae.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinsegae_logo.svg", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1322 {"wikidata_id": "Q491998", "display_name": "TS Entertainment", "legal_name": null, "aliases": [], "website": "https://www.tsenter.co.kr", "canonical_domain": "tsenter.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10854462", "name": "CJ ENM Entertainment Division"}, "logo_url": null, "description": "South Korean record label", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1323 {"wikidata_id": "Q579485", "display_name": "Pearl Drums", "legal_name": null, "aliases": [], "website": "https://www.pearldrum.com", "canonical_domain": "pearldrum.com", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pearl_drum_logo.png", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1324 {"wikidata_id": "Q5943259", "display_name": "Taiwan Mobile", "legal_name": null, "aliases": ["Taiwan Dageda", "Taiwan Mobile Co.", "Ltd."], "website": "https://www.taiwanmobile.com", "canonical_domain": "taiwanmobile.com", "country": "TW", "hq_city": "Taiwan", "hq_region": null, "lat": 24.0, "lon": 121.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunications company in Taiwan", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1325 {"wikidata_id": "Q6066718", "display_name": "Iran Aircraft Manufacturing Industrial Company", "legal_name": null, "aliases": ["HESA", "Iran Aircraft Manufacturing Industries Corporation"], "website": "https://www.hesa.ir", "canonical_domain": "hesa.ir", "country": "IR", "hq_city": "Isfahan", "hq_region": "Central District", "lat": 32.6525, "lon": 51.67472, "industries": ["aerospace-defense", "defense"], "industry_labels": ["aircraft industry", "defence industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HESA_company.png", "description": "Iranian aircraft manufacturing company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1326 {"wikidata_id": "Q65158716", "display_name": "Aiways", "legal_name": null, "aliases": [], "website": "https://www.ai-ways.com", "canonical_domain": "ai-ways.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aiways_Logo_01.2021.svg", "description": "Chinese EV manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1327 {"wikidata_id": "Q700446", "display_name": "Biostar Microtech International", "legal_name": null, "aliases": ["Biostar", "Biostar Microtech Int'l Corp"], "website": "https://www.biostar.com.tw", "canonical_domain": "biostar.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry", "electronics industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1328 {"wikidata_id": "Q701761", "display_name": "Uni Air", "legal_name": null, "aliases": ["UIA", "B7", "UNI AIR", "UNI Airways"], "website": "https://www.uniair.com.tw", "canonical_domain": "uniair.com.tw", "country": "TW", "hq_city": "Zhongshan District", "hq_region": "Taipei", "lat": 25.06889, "lon": 121.53306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q715113", "name": "EVA Air"}, "logo_url": null, "description": "airline in Taiwan", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1329 {"wikidata_id": "Q748603", "display_name": "Islamic Republic of Iran Railways", "legal_name": null, "aliases": ["RAI"], "website": "https://www.rai.ir", "canonical_domain": "rai.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["transportation"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned rail company in Iran", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1330 {"wikidata_id": "Q830664", "display_name": "Bestune", "legal_name": "FAW Bestune Automobile Co., Ltd.", "aliases": ["Besturn"], "website": "https://benteng.faw.cn", "canonical_domain": "faw.cn", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["automotive"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bestune_logo.jpg", "description": "automotive marque of the FAW Group", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1331 {"wikidata_id": "Q97180096", "display_name": "Pop Mart", "legal_name": null, "aliases": ["Popmart"], "website": "https://www.popmart.com", "canonical_domain": "popmart.com", "country": "CN", "hq_city": "Chaoyang District", "hq_region": "Beijing", "lat": 39.92038, "lon": 116.43737, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "9845000A05E8F937E337", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pop_Mart_logo.svg", "description": "Chinese toy company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1332 {"wikidata_id": "Q973930", "display_name": "Qatargas", "legal_name": null, "aliases": [], "website": "https://www.qatargas.com", "canonical_domain": "qatargas.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1811692", "name": "QatarEnergy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QG_large_4c.jpg", "description": "Qatari liquefied natural gas production company", "sitelinks": 18, "importance": 0.3096, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1333 {"wikidata_id": "Q85970774", "display_name": "Getir", "legal_name": null, "aliases": [], "website": "https://www.getir.com", "canonical_domain": "getir.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["logistics"], "industry_labels": ["delivery"], "founded_year": 2015, "employees": 27, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Getir_logo.png", "description": "Turkish on-demand food and grocery delivery start-up", "sitelinks": 11, "importance": 0.3095, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1334 {"wikidata_id": "Q1064065", "display_name": "China Development Bank", "legal_name": null, "aliases": ["China Development Bank Corpration"], "website": "https://www.cdb.com.cn", "canonical_domain": "cdb.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59261", "name": "State Council of the People's Republic of China"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PRC_China_Development_Bank_%28CDB%29_logo.svg", "description": "development bank in the People's Republic of China (PRC)", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1335 {"wikidata_id": "Q1065614", "display_name": "Kyoto Broadcasting System", "legal_name": "株式会社近畿放送", "aliases": ["KBS Kyoto", "KBS Kyōto"], "website": "https://www.kbs-kyoto.co.jp", "canonical_domain": "kbs-kyoto.co.jp", "country": "JP", "hq_city": "Kamigyō-ku", "hq_region": "Kyoto", "lat": 35.02361, "lon": 135.75861, "industries": ["media"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kbs_logo.svg", "description": "Broadcasting Station", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1336 {"wikidata_id": "Q1070381", "display_name": "WiiConnect24", "legal_name": null, "aliases": [], "website": "https://www.nintendo.co.jp", "canonical_domain": "nintendo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wiiconnect24_logo.svg", "description": "internet service", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q30943865"}]}
1337 {"wikidata_id": "Q10874081", "display_name": "China Aerospace Science and Industry Corporation Limited", "legal_name": null, "aliases": ["CASIC", "China Aerospace Science and Industry Corporation"], "website": "https://www.casic.com", "canonical_domain": "casic.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry", "defence industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned defense company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1338 {"wikidata_id": "Q11195116", "display_name": "Cygames", "legal_name": null, "aliases": ["Inc."], "website": "https://www.cygames.co.jp", "canonical_domain": "cygames.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11304138", "name": "CyberAgent"}, "logo_url": null, "description": "video game development studio", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1339 {"wikidata_id": "Q1200091", "display_name": "Japan Bank for International Cooperation", "legal_name": "株式会社国際協力銀行", "aliases": [], "website": "https://www.jbic.go.jp", "canonical_domain": "jbic.go.jp", "country": "JP", "hq_city": "Ōtemachi", "hq_region": "Chiyoda", "lat": 35.68711, "lon": 139.76428, "industries": ["banking"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TJ3QFYVCTSCJ29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JBIC_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1340 {"wikidata_id": "Q1205595", "display_name": "NBCUniversal Entertainment Japan LLC", "legal_name": "Pioneer LDC, Inc.", "aliases": ["LaserDisc Corporation", "Pioneer LDC"], "website": "https://www.nbcuni.co.jp", "canonical_domain": "nbcuni.co.jp", "country": "JP", "hq_city": "Atago", "hq_region": "Minato", "lat": 35.66412, "lon": 139.74878, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21043034", "name": "Universal Subscription"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBCUniversal_Entertainment_Japan_2021.svg", "description": "Japanese entertainment company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1341 {"wikidata_id": "Q129572031", "display_name": "Zhipu AI", "legal_name": null, "aliases": ["Beijing Knowledge Atlas Technology Co Ltd", "Beijing Zhipu Huazhang Technology Co."], "website": "https://z.ai", "canonical_domain": "z.ai", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["artificial-intelligence", "technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Z.ai_%28formerly_Zhipu_AI%29%282025_logo%29.jpg", "description": "Chinese technology company based in Beijing", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1342 {"wikidata_id": "Q1324085", "display_name": "Pancrase", "legal_name": null, "aliases": [], "website": "https://pancrase.co.jp", "canonical_domain": "pancrase.co.jp", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.67281, "lon": 139.81728, "industries": [], "industry_labels": ["mixed martial arts"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pancrase_Hybrid_Wrestling_logo.png", "description": "MMA company based in Japan", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1343 {"wikidata_id": "Q1357695", "display_name": "Fujimi Shobo", "legal_name": null, "aliases": [], "website": "https://www.fujimishobo.co.jp", "canonical_domain": "fujimishobo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1049586", "name": "Kadokawa Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujimi_Shobo.png", "description": "Japanese publisher", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1344 {"wikidata_id": "Q1359862", "display_name": "King Fahd Complex for the Printing of the Holy Quran", "legal_name": null, "aliases": ["KFGQPC", "King Fahd Complex", "King Fahd Glorious Quran Printing Complex"], "website": "https://qurancomplex.gov.sa", "canonical_domain": "qurancomplex.gov.sa", "country": "SA", "hq_city": "Medina", "hq_region": "Medina Province", "lat": 24.47, "lon": 39.61, "industries": ["manufacturing", "media"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi publisher", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1345 {"wikidata_id": "Q1432633", "display_name": "SAIC Volkswagen", "legal_name": null, "aliases": ["SAIC Volkswagen Automobile Co.", "Ltd.", "SAIC Volkswagen Automotive Co.", "Ltd", "Shanghai Volkswagen"], "website": "https://www.csvw.com", "canonical_domain": "csvw.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SAIC_Volkswagen.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1346 {"wikidata_id": "Q1566843", "display_name": "HBL Pakistan", "legal_name": null, "aliases": ["Habib Bank", "Habib Bank Limited"], "website": "https://www.hbl.com", "canonical_domain": "hbl.com", "country": "PK", "hq_city": "Habib Bank Plaza", "hq_region": "Karachi", "lat": 24.8499, "lon": 67.0055, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Habib_Bank.svg", "description": "Pakistani multinational banking company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1347 {"wikidata_id": "Q161223", "display_name": "07th Expansion", "legal_name": null, "aliases": ["FUJIX"], "website": "https://07th-expansion.net", "canonical_domain": "07th-expansion.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/07th_Expansion_logo.svg", "description": "Japanese dōjin circle", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1348 {"wikidata_id": "Q174561", "display_name": "Kemco", "legal_name": null, "aliases": ["Kemco Corporation", "Kotobuki Engineering & Manufacturing Co", "Kotobuki System Co.", "Ltd."], "website": "https://www.kemco-games.com", "canonical_domain": "kemco-games.com", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.38525, "lon": 132.45531, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kemco_logo.svg", "description": "Japanese video game developer and publisher", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1349 {"wikidata_id": "Q2005766", "display_name": "Nuvoton", "legal_name": null, "aliases": ["Nuvoton Technology", "新唐科技"], "website": "https://www.nuvoton.com", "canonical_domain": "nuvoton.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuvoton_Technology_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1350 {"wikidata_id": "Q2094576", "display_name": "TEMSA", "legal_name": null, "aliases": ["Temsa", "TEMSA Global"], "website": "https://www.temsa.com", "canonical_domain": "temsa.com", "country": "TR", "hq_city": "Adana", "hq_region": "Adana Province", "lat": 36.98636, "lon": 35.32529, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TEMSA_logo.svg", "description": "Turkish vehicle manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1351 {"wikidata_id": "Q21554828", "display_name": "IST Entertainment", "legal_name": "IST Entertainment, Inc", "aliases": ["A Cube Entertainment", "Cre.ker Entertainment", "Cross Island MRT Line", "Fave Entertainment", "Play M Entertainment"], "website": "https://www.istent.co.kr", "canonical_domain": "istent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean entertainment management company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1352 {"wikidata_id": "Q2165208", "display_name": "Yaesu", "legal_name": null, "aliases": ["Standard Horizon", "Vertex Standard", "Yaesu Musen Co.", "Ltd."], "website": "https://yaesu.com", "canonical_domain": "yaesu.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yaesu_radio_logo.gif", "description": "radio company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1353 {"wikidata_id": "Q22123955", "display_name": "kojimaproductions.jp", "legal_name": null, "aliases": [], "website": "https://www.kojimaproductions.jp", "canonical_domain": "kojimaproductions.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development studio", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1354 {"wikidata_id": "Q249525", "display_name": "Lotteria", "legal_name": null, "aliases": ["LOTTERIA Co.", "Ltd."], "website": "https://www.lotteria.com", "canonical_domain": "lotteria.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51570147", "name": "Lotte Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotteria_logo_%282024%29.svg", "description": "chain of fast-food restaurants", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1355 {"wikidata_id": "Q2722580", "display_name": "Gita Press", "legal_name": null, "aliases": [], "website": "https://www.gitapress.org", "canonical_domain": "gitapress.org", "country": "IN", "hq_city": "Gorakhpur", "hq_region": "Gorakhpur district", "lat": 26.74903, "lon": 83.35349, "industries": ["media"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Publisher", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1356 {"wikidata_id": "Q3052536", "display_name": "Harbin Aircraft Manufacturing Corporation", "legal_name": null, "aliases": ["Harbin", "HAMC"], "website": "https://www.hafei.com", "canonical_domain": "hafei.com", "country": "CN", "hq_city": "Harbin", "hq_region": "Heilongjiang", "lat": 45.75, "lon": 126.63333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AVICHAIGcompanylogo.png", "description": "aerospace manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1357 {"wikidata_id": "Q3661655", "display_name": "Nippon Paint", "legal_name": null, "aliases": ["Nihon Peinto Hōrudingusu Kabushiki-kaisha", "Nippon Paint Holdings"], "website": "https://www.nipponpaint.co.th", "canonical_domain": "nipponpaint.co.th", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900RYRJUN78A7PL87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Paint_company_logo.svg", "description": "Japanese paint company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1358 {"wikidata_id": "Q3952867", "display_name": "China National Heavy Duty Truck Group", "legal_name": null, "aliases": ["Sinotruk Group", "CNHTC", "Sinotruk HOWO truck A7"], "website": "https://www.sinotruk.com", "canonical_domain": "sinotruk.com", "country": "CN", "hq_city": "Shunhualu Subdistrict", "hq_region": "Lixia District", "lat": 36.67247, "lon": 117.11594, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinotruk_logo_2.png", "description": "truck manufacturing state-owned enterprise in People's Republic of China", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q995970"}]}
1359 {"wikidata_id": "Q499194", "display_name": "Samsung C&T Corporation", "legal_name": null, "aliases": ["Samsung Corporation"], "website": "https://www.samsungcnt.com", "canonical_domain": "samsungcnt.com", "country": "KR", "hq_city": "Seocho District", "hq_region": "Seoul", "lat": 37.48373, "lon": 127.03244, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300PGVX1QSTAONM08", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_ct_logo.svg", "description": "South Korean construction and engineering company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1360 {"wikidata_id": "Q5139314", "display_name": "Cochin Shipyard", "legal_name": null, "aliases": ["Cochin Shipyard Limited"], "website": "https://www.cochinshipyard.com", "canonical_domain": "cochinshipyard.com", "country": "IN", "hq_city": "Thevara", "hq_region": "Kochi", "lat": 9.934, "lon": 76.3, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipbuilding and maintenance facility in India", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1361 {"wikidata_id": "Q5827792", "display_name": "W Motors", "legal_name": null, "aliases": [], "website": "https://www.wmotors.ae", "canonical_domain": "wmotors.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_WMotors_su_Lykan_HyperSport.png", "description": "Lebanese-Emirati car manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1362 {"wikidata_id": "Q595475", "display_name": "The Dai-ichi Life Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.dai-ichi-life.co.jp", "canonical_domain": "dai-ichi-life.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZUFXI7JXZVTZ25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiichi_Life_Insurance._Logo%282026%29.png", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1363 {"wikidata_id": "Q617752", "display_name": "Irem", "legal_name": null, "aliases": ["Innovation in Recreational Electronic Media", "Irem Corp.", "Irem Software Engineering", "Irem Software Engineering Inc."], "website": "https://www.irem.co.jp", "canonical_domain": "irem.co.jp", "country": "JP", "hq_city": "Higashimatsushitachō", "hq_region": "Chiyoda", "lat": 35.69442, "lon": 139.77365, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Irem_Corporation_logo.svg", "description": "Japanese video game developer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1364 {"wikidata_id": "Q625852", "display_name": "Ottogi", "legal_name": null, "aliases": [], "website": "https://www.ottogi.co.kr", "canonical_domain": "ottogi.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean food company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1365 {"wikidata_id": "Q65944364", "display_name": "Swiggy", "legal_name": null, "aliases": [], "website": "https://www.swiggy.com", "canonical_domain": "swiggy.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["logistics"], "industry_labels": ["food delivery service"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800R11DC3QR7KH186", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swiggy_Logo_2024.webp", "description": "Indian food delivery app", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1366 {"wikidata_id": "Q705272", "display_name": "Compal Electronics", "legal_name": null, "aliases": ["Inc."], "website": "https://www.compal.com", "canonical_domain": "compal.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Compal_logo.svg", "description": "Taiwanese electronics manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1367 {"wikidata_id": "Q727161", "display_name": "Orient Overseas Container Line", "legal_name": null, "aliases": ["OOCL", "The Orient Overseas Container Line"], "website": "https://www.oocl.com", "canonical_domain": "oocl.com", "country": "HK", "hq_city": "Harbour Centre", "hq_region": "Wan Chai District", "lat": 22.28112, "lon": 114.17561, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7102304", "name": "Orient Overseas (International) Limited"}, "logo_url": null, "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1368 {"wikidata_id": "Q729342", "display_name": "Reliance Communications", "legal_name": null, "aliases": ["RCom", "Reliance Communications Limited", "Reliance Communications Ltd.", "Reliance Mobile"], "website": "https://www.rcom.co.in", "canonical_domain": "rcom.co.in", "country": "IN", "hq_city": "Navi Mumbai", "hq_region": "Thane district", "lat": 19.03, "lon": 73.01, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q935150", "name": "Reliance Anil Dhirubhai Ambani Group"}, "logo_url": null, "description": "Indian telecommunications company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1369 {"wikidata_id": "Q745428", "display_name": "Sapphire Technology", "legal_name": "Sapphire Technology Limited", "aliases": [], "website": "https://www.sapphiretech.com", "canonical_domain": "sapphiretech.com", "country": "HK", "hq_city": "Sha Tin New Town", "hq_region": "Hong Kong", "lat": 22.3802, "lon": 114.19, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sapphire_logo.svg", "description": "Hong Kong-based computer hardware company", "sitelinks": 17, "importance": 0.3039, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1370 {"wikidata_id": "Q2561594", "display_name": "skip Ltd.", "legal_name": null, "aliases": [], "website": "https://www.skiptokyo.com", "canonical_domain": "skiptokyo.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 34, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.3036, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1371 {"wikidata_id": "Q106341957", "display_name": "Kakao Entertainment", "legal_name": "Kakao Entertainment Corp.", "aliases": ["Cacao Entertainment", "Kakao Ent", "KakaoEnt", "KakaoEntertainment"], "website": "https://kakaoent.com", "canonical_domain": "kakaoent.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "entertainment"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17684312", "name": "Kakao"}, "logo_url": null, "description": "South Korean entertainment, mass media and publishing company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1372 {"wikidata_id": "Q1065598", "display_name": "Mitsukoshi", "legal_name": null, "aliases": [], "website": "https://mitsukoshi.mistore.jp", "canonical_domain": "mistore.jp", "country": "JP", "hq_city": "Nihonbashi-Muromachi", "hq_region": "Chūō", "lat": 35.68706, "lon": 139.77339, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1673, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6079763", "name": "Isetan Mitsukoshi Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MITSUKOSHI_logo.svg", "description": "international department store chain with headquarters in Tokyo, Japan", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3155239"}]}
1373 {"wikidata_id": "Q1065819", "display_name": "Mister Donut", "legal_name": null, "aliases": [], "website": "https://mister-donut.com", "canonical_domain": "mister-donut.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mister_Donut_Logo.svg", "description": "American international chain of doughnut stores", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1374 {"wikidata_id": "Q1192687", "display_name": "Elpida Memory", "legal_name": null, "aliases": [], "website": "https://www.elpida.com", "canonical_domain": "elpida.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1197548", "name": "Micron Technology"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elpida_Memory_Logo.svg", "description": "Corporation that developed, designed, manufactured and sold dynamic random-access memory (DRAM) products.", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1375 {"wikidata_id": "Q1207592", "display_name": "Dharma Productions", "legal_name": null, "aliases": [], "website": "https://www.dharma-production.com", "canonical_domain": "dharma-production.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dharma_productions.jpg", "description": "Film production company in India", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1376 {"wikidata_id": "Q1301821", "display_name": "Eicher Motors", "legal_name": null, "aliases": ["EML", "EICHER", "Eicher Motors Limited", "Eicher Trucks & Buses", "Eicher Trucks and Buses", "EIM IN"], "website": "https://www.eicher.in", "canonical_domain": "eicher.in", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian automaker company rq", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1377 {"wikidata_id": "Q1320541", "display_name": "Toyoko Inn", "legal_name": null, "aliases": [], "website": "https://www.toyoko-inn.com", "canonical_domain": "toyoko-inn.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_toyoko_inn.svg", "description": "Japanese hotel chain", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1378 {"wikidata_id": "Q1361716", "display_name": "D3 Publisher", "legal_name": null, "aliases": ["D3 Go!", "D3 Publisher Inc.", "D3Publisher", "D3PUBLISHER Inc"], "website": "https://www.d3p.co.jp", "canonical_domain": "d3p.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming", "media"], "industry_labels": ["video game industry", "publishing"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1194689", "name": "Bandai Namco Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D3_publisher_logo.png", "description": "video game publisher", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1379 {"wikidata_id": "Q145156", "display_name": "Zalman", "legal_name": null, "aliases": ["Zalman Tech Co."], "website": "https://www.zalman.com", "canonical_domain": "zalman.com", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zalman_Logo.svg", "description": "South Korean computer cooling components company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1380 {"wikidata_id": "Q1476105", "display_name": "Toyota Industries", "legal_name": null, "aliases": ["Kabushiki-gaisha Toyota Jidō Shokki", "Toyoda Automatic Loom Works", "Toyoda Automatic Loom Works", "Ltd.", "Toyoda Jido Shokki", "Toyota Industries Corporation"], "website": "https://www.toyota-industries.com", "canonical_domain": "toyota-industries.com", "country": "JP", "hq_city": "Kariya", "hq_region": "Aichi Prefecture", "lat": 34.98928, "lon": 137.00214, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "35380000WKGEAHEMW830", "sec_cik": null, "parent": {"wikidata_id": "Q40794", "name": "Toyota Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota_Industries_logo.svg", "description": "Japanese machine maker", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1381 {"wikidata_id": "Q1584831", "display_name": "Mistwalker", "legal_name": null, "aliases": ["Mistwalker Corporation", "MISTWALKER CORPORATION."], "website": "https://www.mistwalkercorp.com", "canonical_domain": "mistwalkercorp.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game development studio", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1382 {"wikidata_id": "Q1613798", "display_name": "ShinMaywa", "legal_name": null, "aliases": ["ShinMaywa Industries", "Ltd."], "website": "https://www.shinmaywa.co.jp", "canonical_domain": "shinmaywa.co.jp", "country": "JP", "hq_city": "Takarazuka", "hq_region": "Hyōgo Prefecture", "lat": 34.8, "lon": 135.36031, "industries": ["defense", "industrial-machinery"], "industry_labels": ["weapons industry", "manufacture of machinery and equipment"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ShinMaywa_logo.png", "description": "company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1383 {"wikidata_id": "Q1734420", "display_name": "Karsan", "legal_name": "Karsan Otomotiv Sanayi ve Ticaret A.Ş.", "aliases": [], "website": "https://www.karsan.com.tr", "canonical_domain": "karsan.com.tr", "country": "TR", "hq_city": "Bursa", "hq_region": "Bursa Province", "lat": 40.19133, "lon": 29.08054, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "789000EXC8NO2004MU85", "sec_cik": null, "parent": {"wikidata_id": "Q20472619", "name": "Kıraça Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Karsan_logo.svg", "description": "Turkish commercial vehicles manufacturer based in Bursa", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1384 {"wikidata_id": "Q1734773", "display_name": "Kazakhstan Stock Exchange", "legal_name": null, "aliases": ["KAZE", "KASE", "XKAZ"], "website": "https://kase.kz", "canonical_domain": "kase.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kazakhstan_Stock_Exchange_%28KASE%29.svg", "description": "Stock exchange located in Almaty, Kazakhstan", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1385 {"wikidata_id": "Q1814429", "display_name": "Tata Power", "legal_name": null, "aliases": ["The Tata Power Company", "Limited"], "website": "https://www.tatapower.com", "canonical_domain": "tatapower.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPDDL_Brand_Logo.png", "description": "Indian electric utility company based in Mumbai", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1386 {"wikidata_id": "Q1926640", "display_name": "Yazaki Corporation", "legal_name": null, "aliases": ["YAZAKI CORPORATION (Tokyo)", "Yazaki Sogyo K.K.", "Yazaki Sōgyō K.K.", "Yazaki Sōgyō Kabushiki Kaisha"], "website": "https://www.yazaki-group.com", "canonical_domain": "yazaki-group.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "35380087YNQB9R822X46", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yazaki_company_logo.svg", "description": "automotive parts manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1387 {"wikidata_id": "Q2424888", "display_name": "Soltam Systems", "legal_name": null, "aliases": [], "website": "https://soltam.co.il", "canonical_domain": "soltam.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["defense", "consumer-goods"], "industry_labels": ["weapons industry", "kitchenware"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1325369", "name": "Elbit Systems Ltd."}, "logo_url": null, "description": "arms manufacturing company based in Israel", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1388 {"wikidata_id": "Q24687660", "display_name": "Main Channel", "legal_name": null, "aliases": ["Mtavari-Arkhi"], "website": "https://mtavari.tv", "canonical_domain": "mtavari.tv", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "TV channel in Georgia", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1389 {"wikidata_id": "Q249033", "display_name": "Kawasaki Motors", "legal_name": null, "aliases": ["Kawasaki Heavy Industries Motorcycle &amp; Engine"], "website": "https://www.kawasaki.com", "canonical_domain": "kawasaki.com", "country": "JP", "hq_city": "Akashi", "hq_region": "Hyōgo Prefecture", "lat": 34.64314, "lon": 134.99722, "industries": ["automotive"], "industry_labels": ["motorcycle industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kawasaki_Motors_logo.svg", "description": "division of Kawasaki Heavy Industries that produces motorcycles, gasoline engines and so on", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q6379855"}]}
1390 {"wikidata_id": "Q2744135", "display_name": "Israel Antiquities Authority", "legal_name": "רשות העתיקות", "aliases": ["Israel Antiquities"], "website": "https://www.antiquities.org.il", "canonical_domain": "antiquities.org.il", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["media"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "independent Israeli governmental authority", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1391 {"wikidata_id": "Q28025298", "display_name": "Mobike", "legal_name": null, "aliases": [], "website": "https://mobike.com", "canonical_domain": "mobike.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["consumer-goods"], "industry_labels": ["bike rental"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobike_logo.svg", "description": "Chinese bicycle sharing company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1392 {"wikidata_id": "Q2908845", "display_name": "Reichman University", "legal_name": null, "aliases": ["HaMerkaz HaBeinTkhumi Herzliya", "IDC Herzliya", "IDC Herzliya college", "Interdisciplinary Center Herzliya", "Interdisciplinary Center Herzliya colleeg", "Interdisciplinary Center", "Herzliya", "Michlelet HaMerkaz HaBeinTkhumi Herzliya"], "website": "https://www.runi.ac.il", "canonical_domain": "runi.ac.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": 32.17657, "lon": 34.83563, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli private, not-for-profit, nonsectarian research university; in the city of Herzliya", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1393 {"wikidata_id": "Q3008126", "display_name": "CyberConnect2", "legal_name": null, "aliases": ["CyberConnect2 Co.", "Ltd."], "website": "https://www.cc2.co.jp", "canonical_domain": "cc2.co.jp", "country": "JP", "hq_city": "Fukuoka", "hq_region": "Fukuoka Prefecture", "lat": 33.59014, "lon": 130.40172, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1394 {"wikidata_id": "Q3330690", "display_name": "National Museum of Japanese History", "legal_name": null, "aliases": ["Foundation for Museums of Japanese History", "Kokuritsu Rekishi Minzoku Hakubutsukan", "Rekihaku"], "website": "https://www.rekihaku.ac.jp", "canonical_domain": "rekihaku.ac.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.7245, "lon": 140.21908, "industries": ["media"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "museum in Japan", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1395 {"wikidata_id": "Q4119207", "display_name": "Kuwait Petroleum International Ltd", "legal_name": "Kuwait Petroleum International Ltd", "aliases": [], "website": "https://www.q8.com", "canonical_domain": "q8.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1634762", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Q8_logo.svg", "description": "Kuwait oil company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1396 {"wikidata_id": "Q55608782", "display_name": "Seres Auto (Hubei)", "legal_name": null, "aliases": ["DFSK (Sokon)", "DFSK Motor", "Dongfeng Sokon", "Seres Automobile (Hubei)", "Seres Auto Hubei", "Seres Hubei"], "website": "https://www.dfsk.com", "canonical_domain": "dfsk.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 32.58444, "lon": 110.89374, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q104907477", "name": "Seres Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seres_Automobile_%282023%29_Logo.png", "description": "Chinese vehicle manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1397 {"wikidata_id": "Q615955", "display_name": "Loongson", "legal_name": null, "aliases": [], "website": "https://www.loongson.cn", "canonical_domain": "loongson.cn", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["semiconductors"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Loongson_logo.svg", "description": "Chinese microprocessor manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1398 {"wikidata_id": "Q700435", "display_name": "China Television", "legal_name": null, "aliases": ["CTV", "China Television Company", "Ltd.", "China TV"], "website": "https://www.ctv.com.tw", "canonical_domain": "ctv.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_TV_logo_since_19971030.svg", "description": "Taiwanese television broadcasting company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1399 {"wikidata_id": "Q715510", "display_name": "Silicon Power", "legal_name": null, "aliases": [], "website": "https://www.silicon-power.com", "canonical_domain": "silicon-power.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics", "information technology"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silicon_Power_logo.svg", "description": "International brand and a Taiwan-based manufacturer of flash memory products", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1400 {"wikidata_id": "Q7924434", "display_name": "Viacom18", "legal_name": null, "aliases": ["Viacom 18"], "website": "https://www.viacom18.com", "canonical_domain": "viacom18.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["television"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Viacom18.svg", "description": "Indian media company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7924435"}]}
1401 {"wikidata_id": "Q796295", "display_name": "BMC", "legal_name": null, "aliases": ["BMC Otomotiv ve Savunma Sanayi A.Ş."], "website": "https://www.bmc.com.tr", "canonical_domain": "bmc.com.tr", "country": "TR", "hq_city": "İzmir", "hq_region": "İzmir Province", "lat": 38.41273, "lon": 27.13838, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BMC_logo.svg", "description": "commercial vehicle manufacturer in Turkey", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1402 {"wikidata_id": "Q806252", "display_name": "bnarts.jp", "legal_name": null, "aliases": [], "website": "https://v-storage.bnarts.jp", "canonical_domain": "bnarts.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming", "entertainment"], "industry_labels": ["video game industry", "film industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Visual_logo.svg", "description": "Japanese entertainment company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1403 {"wikidata_id": "Q913734", "display_name": "FAW-Volkswagen", "legal_name": null, "aliases": ["FAW-Volkswagen Automotive Co. Ltd"], "website": "https://www.faw-vw.com", "canonical_domain": "faw-vw.com", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAW-Volkswagen_logo.png", "description": "Chinese automotive company", "sitelinks": 16, "importance": 0.2979, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1404 {"wikidata_id": "Q1062038", "display_name": "Changhe Aircraft Industries Corporation", "legal_name": null, "aliases": ["CAIC"], "website": "https://www.changhe.com", "canonical_domain": "changhe.com", "country": "CN", "hq_city": "Jingdezhen", "hq_region": "Jiangxi", "lat": 29.29417, "lon": 117.20361, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1405 {"wikidata_id": "Q106617594", "display_name": "IM Motors", "legal_name": "Zhiji Automotive Technology Co., Ltd", "aliases": [], "website": "https://www.immotors.com", "canonical_domain": "immotors.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IM_Motors_logo.svg", "description": "Chinese automobile manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1406 {"wikidata_id": "Q109342583", "display_name": "Game Science", "legal_name": "深圳市游科互动科技有限公司", "aliases": [], "website": "https://gamesci.com.cn", "canonical_domain": "gamesci.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Game_Science_text_logo.png", "description": "Chinese video game developer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1407 {"wikidata_id": "Q109536115", "display_name": "Akasa Air", "legal_name": null, "aliases": [], "website": "https://akasaair.com", "canonical_domain": "akasaair.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akasa_Air_logo.svg", "description": "airline in India", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1408 {"wikidata_id": "Q109616786", "display_name": "Avatr Technology", "legal_name": null, "aliases": [], "website": "https://www.avatr.com", "canonical_domain": "avatr.com", "country": "CN", "hq_city": "Liangjiang New Area", "hq_region": "Chongqing", "lat": 29.60203, "lon": 106.50768, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q29366", "name": "Changan Automobile"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avatr_Technology_Logo.png", "description": "Chinese joint-venture between Changan and CATL", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1409 {"wikidata_id": "Q1136759", "display_name": "QNB Group", "legal_name": null, "aliases": ["Qatar National Bank"], "website": "https://qnb.com", "canonical_domain": "qnb.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["financial-services"], "industry_labels": ["financial sector", "SIC 6022 State Commercial Banks"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "QNBC", "exchange": "Nasdaq", "lei": "549300FFSRVBS0SQXY75", "sec_cik": "750558", "parent": {"wikidata_id": "Q1571175", "name": "Qatar Investment Authority"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QNB_Logo.svg", "description": "Qatari commercial bank headquartered in Doha, Qatar", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "750558", "enriched_at": "2026-09-12T09:35:02+00:00"}}
1410 {"wikidata_id": "Q1148541", "display_name": "Visual Arts", "legal_name": null, "aliases": ["Visual Art's", "Visual Artist Office", "VisualArt's"], "website": "https://visual-arts.jp", "canonical_domain": "visual-arts.jp", "country": "JP", "hq_city": "Naniwa-ku", "hq_region": "Osaka", "lat": 34.65944, "lon": 135.49963, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q860580", "name": "Tencent"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visual_Arts_Logo.png", "description": "Japanese video game publisher", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1411 {"wikidata_id": "Q1187590", "display_name": "Keretapi Tanah Melayu", "legal_name": null, "aliases": ["KTM"], "website": "https://www.ktmb.com.my", "canonical_domain": "ktmb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["transportation"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keretapi_Tanah_Melayu_Berhad_Logo.svg", "description": "Malaysian rail operator", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1412 {"wikidata_id": "Q1198815", "display_name": "Mandala Airlines", "legal_name": null, "aliases": ["Tigerair Mandala"], "website": "https://www.tigerair.com", "canonical_domain": "tigerair.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singapore airline", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q7801370"}]}
1413 {"wikidata_id": "Q1359107", "display_name": "All Japan Pro Wrestling", "legal_name": null, "aliases": ["AJPW", "All Japan"], "website": "https://www.all-japan.co.jp", "canonical_domain": "all-japan.co.jp", "country": "JP", "hq_city": "Yushima", "hq_region": "Bunkyō-ku", "lat": 35.70454, "lon": 139.76768, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E5%85%A8%E6%97%A5%E6%9C%AC%E3%83%97%E3%83%AD%E3%83%AC%E3%82%B9%E3%83%AD%E3%82%B4.jpg", "description": "Japanese professional wrestling promotion established in 1972", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1414 {"wikidata_id": "Q1572717", "display_name": "Nesma Airlines", "legal_name": null, "aliases": [], "website": "https://www.nesmaairlines.com", "canonical_domain": "nesmaairlines.com", "country": "SA", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nesma_Airlines_logo.svg", "description": "airline", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1415 {"wikidata_id": "Q173625", "display_name": "Toyota Racing GmbH", "legal_name": null, "aliases": ["Toyota Gazoo Racing Europe GmbH", "Toyota Motorsport GmbH"], "website": "https://www.toyota-racing.com", "canonical_domain": "toyota-racing.com", "country": "JP", "hq_city": "Cologne", "hq_region": "Cologne Government Region", "lat": 50.94222, "lon": 6.95778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota_Gazoo_Racing_stacked_logo.svg", "description": "factory racing team representing Toyota in Europe in various disciplines", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1416 {"wikidata_id": "Q174081", "display_name": "Meiji Yasuda Life", "legal_name": "明治安田生命保険相互会社", "aliases": ["Meiji Life", "Yasuda Life"], "website": "https://www.meijiyasuda.co.jp", "canonical_domain": "meijiyasuda.co.jp", "country": "JP", "hq_city": "Meiji Seimei Kan", "hq_region": "Marunouchi", "lat": 35.67896, "lon": 139.76147, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1880, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300SLU4LP6YMRLK07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meiji_Yasuda_Life_Logo.svg", "description": "Japanese life insurance company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1417 {"wikidata_id": "Q1790346", "display_name": "Ford Otosan", "legal_name": "Ford Otomotiv Sanayi A.Ş.", "aliases": ["Otosan"], "website": "https://www.fordotosan.com.tr", "canonical_domain": "fordotosan.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q571934", "name": "Ford of Europe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_Otosan_logo.svg", "description": "vehicles manufacturer from Turkey", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1418 {"wikidata_id": "Q1855184", "display_name": "Soueast", "legal_name": null, "aliases": ["Dongnan Motor Co.", "Ltd", "Soueast Motors", "South East (Fujian) Motor Co.", "Ltd."], "website": "https://www.soueast-motor.com", "canonical_domain": "soueast-motor.com", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soueast_Logo.png", "description": "Chinese automobile manufacturing company based in Fuzhou, Fujian", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1419 {"wikidata_id": "Q1974145", "display_name": "Yerevan Brandy Company", "legal_name": null, "aliases": [], "website": "https://araratbrandy.com", "canonical_domain": "araratbrandy.com", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q837049", "name": "Pernod Ricard"}, "logo_url": null, "description": "Armenian brandy company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1420 {"wikidata_id": "Q20943680", "display_name": "KT Genie Music", "legal_name": null, "aliases": ["GENIE MUSIC", "Genie Music Corp."], "website": "https://www.geniemusic.co.kr", "canonical_domain": "geniemusic.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GENIE_MUSIC_Logo.png", "description": "South Korean company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1421 {"wikidata_id": "Q21089381", "display_name": "Rizin Fighting Federation", "legal_name": null, "aliases": [], "website": "https://jp.rizinff.com", "canonical_domain": "rizinff.com", "country": "JP", "hq_city": null, "hq_region": "Urasoe", "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RIZIN_logo.png", "description": "Japanese mixed martial arts organization", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1422 {"wikidata_id": "Q2197692", "display_name": "Pelita Air Service", "legal_name": null, "aliases": ["Pelita Air"], "website": "https://www.pelita-air.com", "canonical_domain": "pelita-air.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pelita_Air_%282022_Logo%29.png", "description": "Flight Company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1423 {"wikidata_id": "Q2431894", "display_name": "Shougang Group", "legal_name": null, "aliases": ["Shougang (China)", "Shougang Corporation"], "website": "https://www.shougang.com.cn", "canonical_domain": "shougang.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Beijing, China", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1424 {"wikidata_id": "Q2597910", "display_name": "Kairosoft", "legal_name": null, "aliases": ["Kairosoft Co.", "Ltd"], "website": "https://kairosoft.net", "canonical_domain": "kairosoft.net", "country": "JP", "hq_city": "Nishi-Shinjuku", "hq_region": "Shinjuku", "lat": 35.68949, "lon": 139.69184, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese game developer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1425 {"wikidata_id": "Q2721464", "display_name": "Indian Railway Catering and Tourism Corporation", "legal_name": null, "aliases": ["IRCTC"], "website": "https://www.irctc.com", "canonical_domain": "irctc.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian catering, tourism and online railway ticketing company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1426 {"wikidata_id": "Q2745586", "display_name": "Genius Sonority", "legal_name": null, "aliases": ["Genius Sonority Inc."], "website": "https://www.geniussonority.co.jp", "canonical_domain": "geniussonority.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genius_Sonority_logo.png", "description": "Japanese video game development studio", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1427 {"wikidata_id": "Q2767515", "display_name": "Ay Yapım", "legal_name": null, "aliases": [], "website": "https://www.ayyapim.tv", "canonical_domain": "ayyapim.tv", "country": "TR", "hq_city": "Beşiktaş", "hq_region": "Istanbul vilayet", "lat": 41.07528, "lon": 29.0275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish TV production company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1428 {"wikidata_id": "Q3113538", "display_name": "Kuwait Oil Company", "legal_name": null, "aliases": ["KOC"], "website": "https://www.kockw.com", "canonical_domain": "kockw.com", "country": "KW", "hq_city": "Al Ahmadi", "hq_region": "Al Ahmadi Governorate", "lat": 29.09056, "lon": 48.06528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KOC_Logo_for_wikipedia.png", "description": "Kuwaiti oil company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1429 {"wikidata_id": "Q33111848", "display_name": "BAIC Motor", "legal_name": null, "aliases": [], "website": "https://www.baicmotor.com", "canonical_domain": "baicmotor.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BAIC_logo.png", "description": "Chinese car manufacturer based in Beijing", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1430 {"wikidata_id": "Q3412500", "display_name": "QNAP Systems", "legal_name": null, "aliases": ["QNAP"], "website": "https://www.qnap.com", "canonical_domain": "qnap.com", "country": "TW", "hq_city": "Xizhi District", "hq_region": "New Taipei City", "lat": 25.06667, "lon": 121.66667, "industries": [], "industry_labels": ["network-attached storage"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qnap_Logo_2004.svg", "description": "Taiwanese network-attached storage company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1431 {"wikidata_id": "Q3508871", "display_name": "Synology Inc.", "legal_name": null, "aliases": ["DiskStation", "QuickConnect", "Synology"], "website": "https://www.synology.com", "canonical_domain": "synology.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synology_Logo.svg", "description": "Taiwanese IT company specialized in NAS servers", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1432 {"wikidata_id": "Q3518953", "display_name": "Tata Play", "legal_name": "Tata Play Limited", "aliases": ["Tata Sky"], "website": "https://www.tataplay.com", "canonical_domain": "tataplay.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Play_2022_logo.svg", "description": "Indian direct broadcast satellite service provider", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1433 {"wikidata_id": "Q3595277", "display_name": "Amar Chitra Katha", "legal_name": "Amar Chitra Katha Private Limited", "aliases": ["ACK Media", "Amar Chitra Katha Pvt Ltd", "Amar Chitra Katha Pvt Ltd.", "Amar Chitra Katha Pvt. Ltd."], "website": "https://www.amarchitrakatha.com", "canonical_domain": "amarchitrakatha.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "India based comic book series and publisher", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1434 {"wikidata_id": "Q36824", "display_name": "Georgian Film Studio", "legal_name": "Тбилисская киностудия", "aliases": ["Georgia film", "Sakhkinmretsvi", "Tbilisi Film Studio", "Georgian Film", "Film Section Narcompros of Georgia", "JSC ″Sakhkinmretsvi″"], "website": "https://georgianfilm.ge", "canonical_domain": "georgianfilm.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1435 {"wikidata_id": "Q408695", "display_name": "Airfast Indonesia", "legal_name": null, "aliases": [], "website": "https://www.airfastindonesia.com", "canonical_domain": "airfastindonesia.com", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian charter airline", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1436 {"wikidata_id": "Q4382137", "display_name": "COFCO Group", "legal_name": null, "aliases": ["COFCO", "COFCO Group."], "website": "https://www.cofco.com", "canonical_domain": "cofco.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cofco-logo.png", "description": "Chinese company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1437 {"wikidata_id": "Q4595888", "display_name": "1Malaysia Development Berhad", "legal_name": null, "aliases": ["1MDB"], "website": "https://www.1mdb.com.my", "canonical_domain": "1mdb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": [], "industry_labels": ["business development"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1mdb_logo.png", "description": "insolvent development company embroiled in scandals", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1438 {"wikidata_id": "Q4780321", "display_name": "Apollo Hospitals", "legal_name": null, "aliases": [], "website": "https://www.apollohospitals.com", "canonical_domain": "apollohospitals.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of Indian private hospitals", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1439 {"wikidata_id": "Q483190", "display_name": "KR Motors", "legal_name": null, "aliases": ["KR Motors Co. Ltd."], "website": "https://www.krmotors.com", "canonical_domain": "krmotors.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyosung_Motors_logo.jpg", "description": "company based in South Korea", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1440 {"wikidata_id": "Q4849853", "display_name": "Balaji Telefilms", "legal_name": null, "aliases": [], "website": "https://balajitelefilms.com", "canonical_domain": "balajitelefilms.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian company which produces soap operas, reality TV, comedy, game shows, entertainment and factual programming", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q4849846"}]}
1441 {"wikidata_id": "Q489905", "display_name": "Lotte Department Store", "legal_name": null, "aliases": ["Lotte"], "website": "https://store.lotteshopping.com", "canonical_domain": "lotteshopping.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean department store chain", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1442 {"wikidata_id": "Q495548", "display_name": "Kurzweil Music Systems", "legal_name": null, "aliases": [], "website": "https://www.kurzweil.com", "canonical_domain": "kurzweil.com", "country": "KR", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q495824", "name": "HDC Young Chang"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kurzweil_Music_Systems_logo.png", "description": "company that produces electronic musical instruments", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1443 {"wikidata_id": "Q501329", "display_name": "Vietnam Railways", "legal_name": "Tổng Công Ty Đường Sắt Việt Nam", "aliases": ["DSVN"], "website": "https://www.vr.com.vn", "canonical_domain": "vr.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VietnamCowtownExpress1.jpg", "description": "state-owned railway company in Vietnam", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1444 {"wikidata_id": "Q509507", "display_name": "Fernandes Guitars", "legal_name": null, "aliases": ["Fernandes MG series"], "website": "https://www.fernandes.co.jp", "canonical_domain": "fernandes.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fernandes_guitars_logo.png", "description": "Japanese musical instrument manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1445 {"wikidata_id": "Q5254620", "display_name": "Delta Electronics", "legal_name": null, "aliases": ["Delta", "Delta (Taiwan)", "Inc."], "website": "https://www.deltapsu.com", "canonical_domain": "deltapsu.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DELTA_Electronics_Logo.png", "description": "Taiwanese electronics manufacturing company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1446 {"wikidata_id": "Q539627", "display_name": "GIC Private Limited", "legal_name": null, "aliases": ["GIC", "Government of Singapore Investment Corporation"], "website": "https://www.gic.com.sg", "canonical_domain": "gic.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gic-logo.svg", "description": "sovereign wealth fund established by the Government of Singapore in 1981", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1447 {"wikidata_id": "Q619369", "display_name": "Mio", "legal_name": null, "aliases": ["Mio Technology Corporation"], "website": "https://www.mio.com", "canonical_domain": "mio.com", "country": "TW", "hq_city": "Taoyuan", "hq_region": "Taiwan", "lat": 24.99128, "lon": 121.31433, "industries": ["technology"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mio111.jpg", "description": "owned brand of MiTAC Digital Technology Corporation", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1448 {"wikidata_id": "Q6502960", "display_name": "Hyundai Steel", "legal_name": null, "aliases": ["Hyundai INI Steel", "Incheon Iron & Steel Co.", "Ltd"], "website": "https://www.hyundai-steel.com", "canonical_domain": "hyundai-steel.com", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59243", "name": "Hyundai Motor Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Steel_logo.svg", "description": "South Korean company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1449 {"wikidata_id": "Q703227", "display_name": "Books Kinokuniya", "legal_name": null, "aliases": ["KINOKUNIYA COMPANY", "LTD."], "website": "https://www.kinokuniya.com", "canonical_domain": "kinokuniya.com", "country": "JP", "hq_city": "Shimo-Meguro", "hq_region": "Meguro", "lat": 35.62875, "lon": 139.70796, "industries": ["retail", "media"], "industry_labels": ["retail", "publishing"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800LR8LTQS06UI509", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E7%B4%80%E4%BC%8A%E5%9C%8B%E5%B1%8B%E6%9B%B8%E5%BA%97_%283574888639%29.jpg", "description": "Japanese bookstore chain", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1450 {"wikidata_id": "Q754829", "display_name": "Bangladesh Railway", "legal_name": null, "aliases": ["BR"], "website": "https://www.railway.gov.bd", "canonical_domain": "railway.gov.bd", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bangladesh_Railway_Logo.svg", "description": "state-owned railway agency of Bangladesh", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1451 {"wikidata_id": "Q774842", "display_name": "JASRAC", "legal_name": null, "aliases": ["Japanese Society for Rights of Authors", "Composers and Publishers", "Japanese Society for Rights of Authors", "Composers", "and Publishers"], "website": "https://www.jasrac.or.jp", "canonical_domain": "jasrac.or.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JASRAC_logo.svg", "description": "Japanese rights society", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1452 {"wikidata_id": "Q833266", "display_name": "Panasonic Corporation", "legal_name": "パナソニック株式会社", "aliases": [], "website": "https://www.panasonic.com", "canonical_domain": "panasonic.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panasonic_Group_logo.svg", "description": "electronics company owned by Panasonic Holdings", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1453 {"wikidata_id": "Q842496", "display_name": "Takeshobo", "legal_name": null, "aliases": [], "website": "https://www.takeshobo.co.jp", "canonical_domain": "takeshobo.co.jp", "country": "JP", "hq_city": "Iidabashi", "hq_region": "Chiyoda", "lat": 35.70113, "lon": 139.74748, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAKESHOBO.png", "description": "Japanese publishing company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1454 {"wikidata_id": "Q85790037", "display_name": "NutriAsia", "legal_name": null, "aliases": [], "website": "https://nutriasia.com", "canonical_domain": "nutriasia.com", "country": "PH", "hq_city": "Taguig", "hq_region": "Metro Manila", "lat": 14.51667, "lon": 121.05, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nutri-Asia_Company_Logo.svg", "description": "manufacturing company in the Philippines", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1455 {"wikidata_id": "Q858957", "display_name": "Secom", "legal_name": null, "aliases": [], "website": "https://www.secom.co.jp", "canonical_domain": "secom.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900TYCL9N3E9PGE47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SECOM_logo.svg", "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1456 {"wikidata_id": "Q967591", "display_name": "Nikoli", "legal_name": null, "aliases": ["Nikoli Co.", "Ltd."], "website": "https://nikoli.co.jp", "canonical_domain": "nikoli.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese games publisher", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1457 {"wikidata_id": "Q98145436", "display_name": "Jetour", "legal_name": null, "aliases": [], "website": "https://www.jetour.com.cn", "canonical_domain": "jetour.com.cn", "country": "CN", "hq_city": "Wuhu", "hq_region": "Anhui", "lat": 31.33398, "lon": 118.36223, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q591001", "name": "Chery Automobile"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jetour_logo.svg", "description": "Chinese automotive brand owned by Chery", "sitelinks": 15, "importance": 0.2915, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1458 {"wikidata_id": "Q1011981", "display_name": "Google China", "legal_name": "谷歌信息技术(中国)有限公司", "aliases": ["Google China Company", "Google中国"], "website": "https://www.google.cn", "canonical_domain": "google.cn", "country": "CN", "hq_city": "Zhongguancun", "hq_region": "Zhongguancun Subdistrict", "lat": 39.98117, "lon": 116.30894, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q26912024", "name": "Google Ireland Holdings Unlimited Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Google_China_logo.svg", "description": "Chinese subsidiary of Google LLC", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1459 {"wikidata_id": "Q1022190", "display_name": "China South Industries Group", "legal_name": null, "aliases": ["China South Industries Group Co Ltd", "China South Industries Group Corporation", "CSGC"], "website": "https://www.csgc.com.cn", "canonical_domain": "csgc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive", "defense"], "industry_labels": ["automotive industry", "defence industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese conglomerate company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1460 {"wikidata_id": "Q1070860", "display_name": "Game Software Rating Regulations", "legal_name": null, "aliases": ["Computer and Game Software Rating Regulation", "Computer Software Rating Regulations", "CSRR", "Game Software Rating Management Regulations", "GSRMR", "GSRR", "Taiwan Game Software Ratings"], "website": "https://www.gamerating.org.tw", "canonical_domain": "gamerating.org.tw", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software", "gaming"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese video game content rating system", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1461 {"wikidata_id": "Q1075971", "display_name": "Galanz", "legal_name": null, "aliases": ["Guangdong Galanz Enterprises Co.", "Ltd."], "website": "https://www.galanz.com.cn", "canonical_domain": "galanz.com.cn", "country": "CN", "hq_city": "Shunde District", "hq_region": "Foshan", "lat": 22.7957, "lon": 113.28492, "industries": ["manufacturing", "consumer-goods"], "industry_labels": ["industrial manufacturing", "home appliance industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Galanz.svg", "description": "Chinese manufacturer of electronic home appliances", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1462 {"wikidata_id": "Q10873927", "display_name": "China Electronics Technology Group Corporation", "legal_name": null, "aliases": ["China Electric Division", "China Electronics Technology Group"], "website": "https://www.cetc.com.cn", "canonical_domain": "cetc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["telecommunications", "automotive", "technology"], "industry_labels": ["telecommunications industry", "vehicle industry", "information technology industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "company in Haidian, China", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1463 {"wikidata_id": "Q12521890", "display_name": "Tokopedia", "legal_name": "PT Tokopedia", "aliases": [], "website": "https://www.tokopedia.com", "canonical_domain": "tokopedia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106914877", "name": "GoTo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokopedia.svg", "description": "Indonesian e-commerce company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1464 {"wikidata_id": "Q1359479", "display_name": "Aoni Production", "legal_name": null, "aliases": [], "website": "https://www.aoni.co.jp", "canonical_domain": "aoni.co.jp", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aoni_Production_Logo.png", "description": "Japanese voice-talent company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1465 {"wikidata_id": "Q1374297", "display_name": "Eurasian Natural Resources Corporation", "legal_name": null, "aliases": [], "website": "https://www.enrc.com", "canonical_domain": "enrc.com", "country": "KZ", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["mining"], "industry_labels": ["metal industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1438925", "parent": {"wikidata_id": "Q4294785", "name": "Finance Ministry of Kazakhstan"}, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1466 {"wikidata_id": "Q1436646", "display_name": "Force Motors", "legal_name": null, "aliases": ["Bajaj Tempo"], "website": "https://www.forcemotors.com", "canonical_domain": "forcemotors.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Force_Motors_Logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1467 {"wikidata_id": "Q1516371", "display_name": "Sinar Mas Group", "legal_name": null, "aliases": [], "website": "https://www.sinarmas.com", "canonical_domain": "sinarmas.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinarmas-Logo.png", "description": "Indonesian conglomerate corporation", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1468 {"wikidata_id": "Q1539183", "display_name": "Hot", "legal_name": "הוט-מערכות תקשורת בע\"מ", "aliases": ["HOT Irael", "HOT Israel"], "website": "https://www.hot.net.il", "canonical_domain": "hot.net.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["media", "entertainment", "telecommunications"], "industry_labels": ["cable television", "video on demand", "telephony"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15944611", "name": "Altice"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HotNewLogo.svg", "description": "Israeli cable television, internet and telecommunications company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1469 {"wikidata_id": "Q1924723", "display_name": "Agribank", "legal_name": null, "aliases": ["Agribank Vietnam", "Vietnam Bank for Agriculture and Rural Development"], "website": "https://www.agribank.com.vn", "canonical_domain": "agribank.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["banking"], "industry_labels": ["commerce"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-ngan-hang_7_resize.webp", "description": "commercial bank located in Vietnam", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1470 {"wikidata_id": "Q2035924", "display_name": "Topcon", "legal_name": null, "aliases": [], "website": "https://www.topcon.com", "canonical_domain": "topcon.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Topcon_company_logo.svg", "description": "Japanese manufacturer of optical equipment", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1471 {"wikidata_id": "Q2089536", "display_name": "Petrovietnam", "legal_name": null, "aliases": ["PVN", "Vietnam Oil and Gas Group", "PetroVietnam", "Vietnam National Industry - Energy Group", "Vietnam National Oil and Gas Group"], "website": "https://www.pvn.vn", "canonical_domain": "pvn.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petrovietnam_2025_logo.svg", "description": "Vietnamese state-owned oil company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1472 {"wikidata_id": "Q23016621", "display_name": "Cosina", "legal_name": null, "aliases": [], "website": "https://www.cosina.co.jp", "canonical_domain": "cosina.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Nagano Prefecture", "lat": 36.76944, "lon": 138.34722, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cosina_logo.svg", "description": "Japanese optical glass manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1473 {"wikidata_id": "Q25054159", "display_name": "ASE Group", "legal_name": null, "aliases": ["Advanced semiconductor engineering", "inc."], "website": "https://ase.aseglobal.com", "canonical_domain": "aseglobal.com", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese manufacturer of semiconductor testing products", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1474 {"wikidata_id": "Q2564885", "display_name": "Kids Station", "legal_name": null, "aliases": [], "website": "https://www.kids-station.com", "canonical_domain": "kids-station.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kidsstnlogo-text.svg", "description": "Japanese anime pay television channel", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1475 {"wikidata_id": "Q2704799", "display_name": "Tsuburaya Productions", "legal_name": null, "aliases": ["Tsuburaya Productions Co.", "Ltd."], "website": "https://tsuburaya-prod.com", "canonical_domain": "tsuburaya-prod.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q114740609", "name": "Tsuburaya Fields Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tsuburaya_Productions_Logo.png", "description": "Japanese special effects studio", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1476 {"wikidata_id": "Q284989", "display_name": "tri-Ace", "legal_name": null, "aliases": ["Tri-Ace Inc."], "website": "https://www.tri-ace.co.jp", "canonical_domain": "tri-ace.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game development company formed in March 1995", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1477 {"wikidata_id": "Q285914", "display_name": "iiyama", "legal_name": null, "aliases": ["iiyama Corporation", "Kabushikigaisha īyama"], "website": "https://iiyama.com", "canonical_domain": "iiyama.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iiyama_logo.svg", "description": "Japanese electronics company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1478 {"wikidata_id": "Q2911708", "display_name": "Netafim", "legal_name": null, "aliases": [], "website": "https://www.netafim.com", "canonical_domain": "netafim.com", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netafim.jpg", "description": "Israeli irrigation technologies company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1479 {"wikidata_id": "Q303682", "display_name": "Sri Aurobindo Ashram", "legal_name": null, "aliases": ["Aurobindo Ashram"], "website": "https://www.sriaurobindoashram.org", "canonical_domain": "sriaurobindoashram.org", "country": "IN", "hq_city": "Pondicherry", "hq_region": "Puducherry", "lat": 11.93675, "lon": 79.83415, "industries": ["media"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "spiritual community (ashram) located in Pondicherry, India", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1480 {"wikidata_id": "Q3349794", "display_name": "Red Chillies Entertainment", "legal_name": null, "aliases": ["Dreamz Unlimited"], "website": "https://www.redchillies.com", "canonical_domain": "redchillies.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian motion picture production and distribution company, based in Mumbai", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1481 {"wikidata_id": "Q3400886", "display_name": "Power Grid Corporation of India", "legal_name": null, "aliases": ["Power Grid Corporation of India Limited", "PowerGrid", "PowerGrid Corporation of India"], "website": "https://www.powergridindia.com", "canonical_domain": "powergridindia.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Government of India enterprise", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1482 {"wikidata_id": "Q3631376", "display_name": "National Book Trust, India", "legal_name": null, "aliases": ["NBT", "National Book Trust", "National Book Trust India", "National Book Trust of India", "NBT India"], "website": "https://www.nbtindia.gov.in", "canonical_domain": "nbtindia.gov.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["media"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2767140", "name": "Government of India"}, "logo_url": null, "description": "government owned publisher in India", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1483 {"wikidata_id": "Q386434", "display_name": "Otsuka Pharmaceutical", "legal_name": null, "aliases": ["Otsuka", "Ōtsuka Seiyaku Kabushiki-gaisha"], "website": "https://www.otsuka.co.jp", "canonical_domain": "otsuka.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800T027BNMJ8BG858", "sec_cik": null, "parent": {"wikidata_id": "Q5216177", "name": "Otsuka Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Otsuka_Holdings_logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1484 {"wikidata_id": "Q4033398", "display_name": "AdGuard", "legal_name": null, "aliases": ["AdGaurd", "Adguard"], "website": "https://adguard.com", "canonical_domain": "adguard.com", "country": "CY", "hq_city": "Limassol", "hq_region": "Limassol District", "lat": 34.675, "lon": 33.04429, "industries": ["software"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AdGuard.svg", "description": "ad blocking and privacy protection software", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1485 {"wikidata_id": "Q4165663", "display_name": "Mitutoyo", "legal_name": null, "aliases": ["Kabushiki Kaisha Mitsutoyo", "Mitsutoyo", "Mitutoyo Corporation"], "website": "https://www.mitutoyo.co.jp", "canonical_domain": "mitutoyo.co.jp", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitutoyo_company_logo.svg", "description": "Japanese multinational manufacturer of measuring instruments", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1486 {"wikidata_id": "Q43177802", "display_name": "Bitmain", "legal_name": null, "aliases": [], "website": "https://www.bitmain.com", "canonical_domain": "bitmain.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["software", "fintech"], "industry_labels": ["software industry", "cryptocurrency"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bitmain.svg", "description": "Chinese software company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1487 {"wikidata_id": "Q490371", "display_name": "emart", "legal_name": null, "aliases": ["E‐MART"], "website": "https://company.emart.com", "canonical_domain": "emart.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q490787", "name": "Shinsegae"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emart_Logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1488 {"wikidata_id": "Q512251", "display_name": "IOSYS", "legal_name": null, "aliases": [], "website": "https://www.iosysos.com", "canonical_domain": "iosysos.com", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["internet"], "industry_labels": ["digital media"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese application from Apple Inc.", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1489 {"wikidata_id": "Q5310570", "display_name": "Dubai Islamic Bank", "legal_name": null, "aliases": ["DIB"], "website": "https://www.dib.ae", "canonical_domain": "dib.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United Arab Emirates company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1490 {"wikidata_id": "Q5372575", "display_name": "Emirates NBD", "legal_name": null, "aliases": ["Emirates National Bank of Dubai"], "website": "https://www.emiratesnbd.com", "canonical_domain": "emiratesnbd.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Middle Eastern banking group", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1491 {"wikidata_id": "Q607621", "display_name": "Tokyo Marui", "legal_name": null, "aliases": [], "website": "https://www.tokyo-marui.co.jp", "canonical_domain": "tokyo-marui.co.jp", "country": "JP", "hq_city": "Adachi", "hq_region": "Tokyo", "lat": 35.775, "lon": 139.80444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airsoft gun manufacturer located in Adachi, Tokyo, Japan", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1492 {"wikidata_id": "Q7065431", "display_name": "Now Production", "legal_name": null, "aliases": ["Now Production Co.", "Ltd.", "NOWPRO"], "website": "https://www.nowpro.co.jp", "canonical_domain": "nowpro.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Now_Production_logo.svg", "description": "video game company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1493 {"wikidata_id": "Q711545", "display_name": "Luxgen", "legal_name": null, "aliases": ["LUXGEN", "Luxgen Motor Co.", "Ltd."], "website": "https://www.luxgen-motor.com.tw", "canonical_domain": "luxgen-motor.com.tw", "country": "TW", "hq_city": "Sanyi Township", "hq_region": "Miaoli County", "lat": 24.41667, "lon": 120.76667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q711523", "name": "Yulon Motor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LUXGEN_logo_%282022%29.svg", "description": "Taiwan automotive manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1494 {"wikidata_id": "Q7194993", "display_name": "Pindad", "legal_name": null, "aliases": ["PT Pindad"], "website": "https://pindad.com", "canonical_domain": "pindad.com", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1808, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian military and commercial company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1495 {"wikidata_id": "Q7488453", "display_name": "SAIC General Motors", "legal_name": null, "aliases": ["SAIC GM", "Shanghai General Mtoros", "Shanghai GM"], "website": "https://www.saic-gm.com", "canonical_domain": "saic-gm.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saic-gm_logo21.png", "description": "automotive joint venture", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1496 {"wikidata_id": "Q7585945", "display_name": "Sri Lanka Railways", "legal_name": null, "aliases": [], "website": "https://www.railway.gov.lk", "canonical_domain": "railway.gov.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1864, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan government-owned railway", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1497 {"wikidata_id": "Q7939550", "display_name": "Voice of India", "legal_name": null, "aliases": ["VOI"], "website": "https://voiceofindiapress.com", "canonical_domain": "voiceofindiapress.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hindu nationalist publication house", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1498 {"wikidata_id": "Q8194234", "display_name": "Universal Music Japan", "legal_name": null, "aliases": ["UMJ", "Universal Music LLC", "Universal J", "Universal Music J"], "website": "https://www.universal-music.co.jp", "canonical_domain": "universal-music.co.jp", "country": "JP", "hq_city": "Jingūmae", "hq_region": "Shibuya", "lat": 35.66781, "lon": 139.70792, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Music_Group_logo.svg", "description": "Japanese subsidiary of Universal Music Group", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1499 {"wikidata_id": "Q935150", "display_name": "Reliance Anil Dhirubhai Ambani Group", "legal_name": null, "aliases": ["Reliance ADA", "Reliance ADA Group"], "website": "https://www.reliancegroupindia.com", "canonical_domain": "reliancegroupindia.com", "country": "IN", "hq_city": "Navi Mumbai", "hq_region": "Thane district", "lat": 19.03, "lon": 73.01, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reliance_logo.png", "description": "Indian conglomerate, headquartered in Mumbai, India", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1500 {"wikidata_id": "Q96418672", "display_name": "Jio Platforms", "legal_name": null, "aliases": ["Jio Platforms Limited", "Jio"], "website": "https://www.jio.com", "canonical_domain": "jio.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q908931", "name": "Reliance Industries Limited"}, "logo_url": null, "description": "Indian telecommunications and technology company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1501 {"wikidata_id": "Q1684478", "display_name": "Mamoura Diversified Global Holding", "legal_name": "شركة المعمورة دايفيرسيفايد جلوبال هولدنغ – ش م ع", "aliases": ["MDGH", "Mubadala Development Company PJSC"], "website": "https://www.mubadala.ae", "canonical_domain": "mubadala.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55645212", "name": "Mubadala Investment Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mubadala-Development-Company-Logo.svg", "description": "public Joint Stock Company and is a wholly owned investment vehicle of the Government of Abu Dhabi", "sitelinks": 5, "importance": 0.2784, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1502 {"wikidata_id": "Q1062020", "display_name": "Changhe", "legal_name": null, "aliases": [], "website": "https://www.changhe.com.ph", "canonical_domain": "changhe.com.ph", "country": "CN", "hq_city": "Jingdezhen", "hq_region": "Jiangxi", "lat": 29.29417, "lon": 117.20361, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1503 {"wikidata_id": "Q106504531", "display_name": "Air Premia", "legal_name": null, "aliases": [], "website": "https://airpremia.com", "canonical_domain": "airpremia.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["airlines"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Premia_logo.svg", "description": "airline in South Korea", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1504 {"wikidata_id": "Q107198400", "display_name": "teamasobi.com", "legal_name": null, "aliases": [], "website": "https://www.teamasobi.com", "canonical_domain": "teamasobi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1505 {"wikidata_id": "Q1078203", "display_name": "Stardust Promotion", "legal_name": null, "aliases": ["Stardust Promotion Co.", "Ltd.", "Stardust Promotion Inc."], "website": "https://www.stardust.co.jp", "canonical_domain": "stardust.co.jp", "country": "JP", "hq_city": "Sendai", "hq_region": "Miyagi Prefecture", "lat": 38.26822, "lon": 140.86942, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q111746487", "name": "STARDUST HD."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STARDUST_PROMOTION_logo.png", "description": "Japanese talent agency", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1506 {"wikidata_id": "Q1110126", "display_name": "Sumitomo Life Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.sumitomolife.co.jp", "canonical_domain": "sumitomolife.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["insurance"], "industry_labels": ["insurance company"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300I5OQCDADQSPI57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Sumitomo_Life_Insurance.svg", "description": "Japanese company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1507 {"wikidata_id": "Q11226587", "display_name": "Juki", "legal_name": null, "aliases": ["JUKIa"], "website": "https://www.juki.co.jp", "canonical_domain": "juki.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Juki_company_logo.svg", "description": "Japanese manufacturing company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1508 {"wikidata_id": "Q11326720", "display_name": "Hamster Corporation", "legal_name": null, "aliases": ["HAMSTER", "HAMSTER Corporation", "Hamster"], "website": "https://www.hamster.co.jp", "canonical_domain": "hamster.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game publisher", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1509 {"wikidata_id": "Q1150311", "display_name": "Toy's Factory", "legal_name": null, "aliases": ["Toy's Factory Records"], "website": "https://www.toysfactory.co.jp", "canonical_domain": "toysfactory.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2723301", "name": "VAP Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toy%27s_Factory_Logo.png", "description": "Japanese record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1510 {"wikidata_id": "Q1154833", "display_name": "81produce.co.jp", "legal_name": null, "aliases": [], "website": "https://www.81produce.co.jp", "canonical_domain": "81produce.co.jp", "country": "JP", "hq_city": "Tomigaya", "hq_region": "Shibuya", "lat": 35.66656, "lon": 139.68708, "industries": [], "industry_labels": ["voice acting"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/81_Produce_Logo.png", "description": "Japanese voice-talent company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1511 {"wikidata_id": "Q1209832", "display_name": "Pro Wrestling Noah", "legal_name": null, "aliases": [], "website": "https://dx.zebral.jp", "canonical_domain": "zebral.jp", "country": "JP", "hq_city": "Kanda-Misakichō", "hq_region": "Chiyoda", "lat": 35.70067, "lon": 139.75373, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ProWrestlinNoahJPlogo.svg", "description": "Japanese professional wrestling promotion", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1512 {"wikidata_id": "Q12812126", "display_name": "Türksat", "legal_name": null, "aliases": ["Türksat A.Ş.", "Türksat Satellite Communications Cable TV and Operations Incorporated"], "website": "https://www.turksat.com.tr", "canonical_domain": "turksat.com.tr", "country": "TR", "hq_city": "Gölbaşı", "hq_region": "Ankara Province", "lat": 39.79639, "lon": 32.80639, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrksat_logo.svg", "description": "communications satellite and pay TV company in Turkey", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1513 {"wikidata_id": "Q132358", "display_name": "Epoch Co.", "legal_name": null, "aliases": ["Ltd."], "website": "https://epoch.jp", "canonical_domain": "epoch.jp", "country": "JP", "hq_city": "Taitō-ku", "hq_region": "Tokyo", "lat": 35.7125, "lon": 139.78, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epoch_logo.svg", "description": "Japanese toy and computer games company founded in 1958", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1514 {"wikidata_id": "Q1353472", "display_name": "Xuzhou Construction Machinery Group (XCMG)", "legal_name": null, "aliases": ["XCMG"], "website": "https://www.xcmg.com", "canonical_domain": "xcmg.com", "country": "CN", "hq_city": "Xuzhou", "hq_region": "Jiangsu", "lat": 34.26104, "lon": 117.18587, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_XCMG.png", "description": "heavy machinery manufacturing company based in Xuzhou, Jiangsu, China", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1515 {"wikidata_id": "Q1513300", "display_name": "Mabuchi Motor", "legal_name": null, "aliases": [], "website": "https://www.mabuchi-motor.co.jp", "canonical_domain": "mabuchi-motor.co.jp", "country": "JP", "hq_city": "Matsudo", "hq_region": "Chiba Prefecture", "lat": 35.78764, "lon": 139.90317, "industries": ["manufacturing"], "industry_labels": ["electric motor"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mabuchi_Motor_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1516 {"wikidata_id": "Q1546843", "display_name": "Nepal Railways", "legal_name": null, "aliases": ["NR", "NRC", "Nepal Railway Company Ltd."], "website": "https://www.dorw.gov.np", "canonical_domain": "dorw.gov.np", "country": "NP", "hq_city": "Janakpurdham", "hq_region": "Dhanusha District", "lat": 26.71222, "lon": 85.92167, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "rail transport company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1517 {"wikidata_id": "Q1584305", "display_name": "Sabah State Railway", "legal_name": null, "aliases": [], "website": "https://www.sabah.gov.my", "canonical_domain": "sabah.gov.my", "country": "MY", "hq_city": "Kota Kinabalu", "hq_region": "West Coast", "lat": 5.34292, "lon": 115.74556, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SSRlogoclean.png", "description": "Malaysian rail operator", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1518 {"wikidata_id": "Q1584923", "display_name": "Harbin Brewery", "legal_name": null, "aliases": [], "website": "https://www.harbin-beer.cn", "canonical_domain": "harbin-beer.cn", "country": "CN", "hq_city": "Harbin", "hq_region": "Heilongjiang", "lat": 45.75, "lon": 126.63333, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "trademark", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1519 {"wikidata_id": "Q15984817", "display_name": "NAM Air", "legal_name": null, "aliases": [], "website": "https://www.flynamair.com", "canonical_domain": "flynamair.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q512468", "name": "Garuda Indonesia"}, "logo_url": null, "description": "Indonesian airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1520 {"wikidata_id": "Q1637622", "display_name": "Sahara India Pariwar", "legal_name": null, "aliases": [], "website": "https://www.sahara.in", "canonical_domain": "sahara.in", "country": "IN", "hq_city": "Samastipur", "hq_region": "Samastipur district", "lat": 25.85, "lon": 85.76667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SIP-logo_eng_new-%28rgb%29.jpg", "description": "Indian conglomerate", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1521 {"wikidata_id": "Q1750599", "display_name": "Takamine guitars", "legal_name": null, "aliases": ["Takamine", "Takamine Co. Ltd.", "Takamine Co.", "Ltd.", "Takamine Gakki Seisakusho", "Takamine guitar", "Takamine Guitar", "Takamine Guitars"], "website": "https://www.takamine.com", "canonical_domain": "takamine.com", "country": "JP", "hq_city": "Nakatsugawa", "hq_region": "Gifu Prefecture", "lat": 35.56656, "lon": 137.47433, "industries": ["consumer-goods"], "industry_labels": ["musical instrument manufacturing company"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takamine_guitar_logo.svg", "description": "Japanese manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1522 {"wikidata_id": "Q1786124", "display_name": "Telkomsel", "legal_name": null, "aliases": [], "website": "https://www.telkomsel.co.id", "canonical_domain": "telkomsel.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2305438", "name": "Telkom Indonesia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telkomsel_%282021%29.svg", "description": "Indonesian telecommunications company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1523 {"wikidata_id": "Q1884798", "display_name": "Mahanagar Telephone Nigam", "legal_name": null, "aliases": ["MTNL"], "website": "https://www.mtnl.net.in", "canonical_domain": "mtnl.net.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800WPNZ3ELJCQ3U26", "sec_cik": null, "parent": {"wikidata_id": "Q2767170", "name": "Life Insurance Corporation of India"}, "logo_url": null, "description": "Indian telecommunication company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1524 {"wikidata_id": "Q19059388", "display_name": "Ola Cabs", "legal_name": null, "aliases": ["Ola", "ANI Technologies Pvt. Ltd.", "Ola (aka Olacabs; dba Ani Technologies)", "OlaCabs", "OLΛ"], "website": "https://www.olacabs.com", "canonical_domain": "olacabs.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology", "transportation"], "industry_labels": ["information technology", "aggregator", "transport industry", "taxi service"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ola_Cabs_logo.svg", "description": "Indian online transportation network company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1525 {"wikidata_id": "Q20063943", "display_name": "Silk Road Fund", "legal_name": null, "aliases": [], "website": "https://www.silkroadfund.com.cn", "canonical_domain": "silkroadfund.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silk_Road_Fund.png", "description": "Chinese state backed investment fund", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1526 {"wikidata_id": "Q209039", "display_name": "China Southern Power Grid", "legal_name": "中国南方电网有限责任公司", "aliases": ["CSG", "China Southern Power Grid Company", "Zhōngguó Nánfāng Diànwǎng"], "website": "https://www.csg.cn", "canonical_domain": "csg.cn", "country": "CN", "hq_city": "Huangpu District", "hq_region": "Guangzhou", "lat": 23.10444, "lon": 113.44886, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300W2U9PCTY011N49", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1527 {"wikidata_id": "Q21050653", "display_name": "Recording Industry Association Singapore", "legal_name": null, "aliases": ["RIAS"], "website": "https://www.rias.org.sg", "canonical_domain": "rias.org.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization of the International Federation of the Phonographic Industry that represents the music industry in Singapore", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1528 {"wikidata_id": "Q2115012", "display_name": "Good Smile Company", "legal_name": null, "aliases": ["GSC", "Goodsmile Company"], "website": "https://www.goodsmileus.com", "canonical_domain": "goodsmileus.com", "country": "JP", "hq_city": "Sumida", "hq_region": "Sumida", "lat": 35.73349, "lon": 139.8201, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Good_Smile_Company.svg", "description": "japanese company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1529 {"wikidata_id": "Q2227403", "display_name": "Hanoi Stock Exchange", "legal_name": null, "aliases": ["HNX", "Hanoi Securities Trading Center", "Hanoi STC", "HSTC"], "website": "https://www.hnx.vn", "canonical_domain": "hnx.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "formerly Hanoi Securities Trading Centre", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1530 {"wikidata_id": "Q226746", "display_name": "Zorlu Holding Company", "legal_name": null, "aliases": [], "website": "https://www.zorlu.com.tr", "canonical_domain": "zorlu.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zorlu_Holding_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1531 {"wikidata_id": "Q24273186", "display_name": "Coridel Entertainment", "legal_name": null, "aliases": [], "website": "https://coridelent.com", "canonical_domain": "coridelent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CoridelEntertainment.png", "description": "South Korean discography", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1532 {"wikidata_id": "Q2717217", "display_name": "Modenas", "legal_name": null, "aliases": [], "website": "https://modenas.my", "canonical_domain": "modenas.my", "country": "MY", "hq_city": "Gurun", "hq_region": "Kedah", "lat": 5.82, "lon": 100.48, "industries": ["automotive"], "industry_labels": ["motorcycle"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Modenas_%282024%29.svg", "description": "Malaysian motorcycle company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1533 {"wikidata_id": "Q28171825", "display_name": "Asian Paints", "legal_name": null, "aliases": [], "website": "https://www.asianpaintsarabia.com", "canonical_domain": "asianpaintsarabia.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["chemicals"], "industry_labels": ["chemical industry", "multinational corporation"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian Multi-National Paint and Coating Manufacturing Company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1534 {"wikidata_id": "Q28415694", "display_name": "Yangtze Memory Technology Corp", "legal_name": null, "aliases": ["Yangtze Memory", "YMTC"], "website": "https://www.ymtc.com", "canonical_domain": "ymtc.com", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "6556005YROCAUJN2J624", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned semiconductor company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1535 {"wikidata_id": "Q2861280", "display_name": "Arika", "legal_name": null, "aliases": ["ARIKA CO.", "LTD."], "website": "https://www.arika.co.jp", "canonical_domain": "arika.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arika_logo.svg", "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1536 {"wikidata_id": "Q28745990", "display_name": "Türkiye Wealth Fund", "legal_name": null, "aliases": ["TWF", "Turkey Wealth Fund", "Türkiye Varlık Fonu"], "website": "https://www.tvf.com.tr", "canonical_domain": "tvf.com.tr", "country": "TR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrkiye_Varl%C4%B1k_Fonu_logo.svg", "description": "sovereign wealth fund of Turkey", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1537 {"wikidata_id": "Q287734", "display_name": "Tbilisi Aircraft Manufacturing", "legal_name": null, "aliases": ["TAM", "JSC Tbilaviamsheni"], "website": "https://www.tam.ge", "canonical_domain": "tam.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aircraft industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18274252", "name": "STC Delta"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAM_Logo.svg", "description": "aerospace manufacturing", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1538 {"wikidata_id": "Q2956390", "display_name": "Mazagon Dock Shipbuilders", "legal_name": null, "aliases": [], "website": "https://www.mazagondock.gov.in", "canonical_domain": "mazagondock.gov.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "India ship builder", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1539 {"wikidata_id": "Q2998661", "display_name": "Samsung Engineering", "legal_name": null, "aliases": ["Samsung E&A"], "website": "https://www.samsungengineering.com", "canonical_domain": "samsungengineering.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20716", "name": "Samsung Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Engineering_logo.svg", "description": "South Korean company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1540 {"wikidata_id": "Q3029196", "display_name": "Susi Air", "legal_name": null, "aliases": [], "website": "https://www.susiair.com", "canonical_domain": "susiair.com", "country": "ID", "hq_city": "Pangandaran", "hq_region": "Pangandaran", "lat": -7.63167, "lon": 108.61722, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1541 {"wikidata_id": "Q3110271", "display_name": "Vanillaware", "legal_name": null, "aliases": [], "website": "https://vanillaware.co.jp", "canonical_domain": "vanillaware.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1542 {"wikidata_id": "Q3565273", "display_name": "Cyta", "legal_name": "Cyprus Telecommunication Authority", "aliases": ["Cytamobile", "Cytamobile-Vodafone"], "website": "https://www.cyta.com.cy", "canonical_domain": "cyta.com.cy", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cytamobile-Vodafone_logo.jpg", "description": "semi-governmental telecom in Cyprus", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1543 {"wikidata_id": "Q3809620", "display_name": "Kopiko", "legal_name": null, "aliases": [], "website": "https://www.kopikousa.com", "canonical_domain": "kopikousa.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["coffee", "candy"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kopiko.svg", "description": "brand of coffee and candy", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1544 {"wikidata_id": "Q4310815", "display_name": "National Television and Radio Company of Uzbekistan", "legal_name": null, "aliases": ["MTRK"], "website": "https://mtrk.uz", "canonical_domain": "mtrk.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTRK_logo.png", "description": "national broadcaster of Uzbekistan", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1545 {"wikidata_id": "Q4383808", "display_name": "Central Group", "legal_name": null, "aliases": [], "website": "https://www.centralgroup.com", "canonical_domain": "centralgroup.com", "country": "TH", "hq_city": "Pathum Wan Subdistrict", "hq_region": "Pathum Wan", "lat": 13.73849, "lon": 100.53427, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Central_Group_Logo.svg", "description": "conglomerate holding company in Thailand", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1546 {"wikidata_id": "Q4604373", "display_name": "MangaGamer", "legal_name": null, "aliases": ["Manga Gamer"], "website": "https://www.mangagamer.com", "canonical_domain": "mangagamer.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MangaGamer_Logo.png", "description": "Japanese-based visual novel localizer and distributor", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1547 {"wikidata_id": "Q481968", "display_name": "Acquire", "legal_name": null, "aliases": ["Acquire (game developer)", "ACQUIRE Corp."], "website": "https://www.acquire.co.jp", "canonical_domain": "acquire.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.70067, "lon": 139.77111, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17224985", "name": "Kadokawa Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acquire_%28company%29_logo.png", "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1548 {"wikidata_id": "Q483280", "display_name": "Korea Post", "legal_name": null, "aliases": [], "website": "https://www.koreapost.go.kr", "canonical_domain": "koreapost.go.kr", "country": "KR", "hq_city": "Sejong", "hq_region": "South Korea", "lat": 36.487, "lon": 127.28223, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482761", "name": "Ministry of Science, ICT and Future Planning"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emblem_of_Korea_Post.svg", "description": "governmental organization in South Korea", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1549 {"wikidata_id": "Q483687", "display_name": "Humax", "legal_name": null, "aliases": [], "website": "https://www.humaxdigital.com", "canonical_domain": "humaxdigital.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Humax_logo_1103.png", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1550 {"wikidata_id": "Q49252", "display_name": "Indonesian Aerospace", "legal_name": null, "aliases": ["DI", "Dirgantara Indonesia", "IAe", "Industri Pesawat Terbang Nusantara", "IPTN", "Lembaga Industri Penerbangan Nurtanio", "LIPNUR", "PT Dirgantara Indonesia (Persero)"], "website": "https://www.indonesian-aerospace.com", "canonical_domain": "indonesian-aerospace.com", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indonesian_Aerospace_logo.png", "description": "aerospace manufacturer in Indonesia", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1551 {"wikidata_id": "Q497254", "display_name": "Hyosung", "legal_name": null, "aliases": [], "website": "https://www.hyosung.com", "canonical_domain": "hyosung.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyosung_Group_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1552 {"wikidata_id": "Q5005884", "display_name": "C-JeS Studios", "legal_name": null, "aliases": ["C-JeS Entertainment"], "website": "https://c-jes.com", "canonical_domain": "c-jes.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean entertainment company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1553 {"wikidata_id": "Q54569524", "display_name": "Swift Xi Inc.", "legal_name": "Swift Xi Inc.", "aliases": [], "website": "https://swift-xi.com", "canonical_domain": "swift-xi.com", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69897, "lon": 135.19322, "industries": ["technology", "aerospace-defense"], "industry_labels": ["information technology", "aerospace industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1939632", "name": "Swift Engineering"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SWIFT-XI_Logo.jpg", "description": "Japanese Aerospace Company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1554 {"wikidata_id": "Q585666", "display_name": "NGK", "legal_name": null, "aliases": ["NGK Spark Plug Co.", "Ltd.", "Nippon Tokushu Tōgyō Kabushiki-gaisha"], "website": "https://www.ngkntk.co.jp", "canonical_domain": "ngkntk.co.jp", "country": "JP", "hq_city": "Higashi-ku", "hq_region": "Nagoya", "lat": 35.17944, "lon": 136.92611, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niterra_logo%282023%29.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1555 {"wikidata_id": "Q6122995", "display_name": "Vietcombank", "legal_name": "Joint Stock Commercial Bank for Foreign Trade of Vietnam", "aliases": ["VCB"], "website": "https://www.vietcombank.com.vn", "canonical_domain": "vietcombank.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial institution"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vietcombank_logo_fixed.svg", "description": "Vietnam banking institution", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1556 {"wikidata_id": "Q6157860", "display_name": "Japan Steel Works", "legal_name": null, "aliases": [], "website": "https://www.jsw.co.jp", "canonical_domain": "jsw.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JSW.svg", "description": "Japanese steelmaker", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1557 {"wikidata_id": "Q638336", "display_name": "Mitsui Sumitomo Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.ms-ins.com", "canonical_domain": "ms-ins.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["insurance"], "industry_labels": ["insurance company"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493006KRZ0SJO41LZ83", "sec_cik": null, "parent": {"wikidata_id": "Q5215769", "name": "MS&AD Insurance Group Holdings"}, "logo_url": null, "description": "kabushiki gaisha", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q5215769"}]}
1558 {"wikidata_id": "Q6411959", "display_name": "King Power", "legal_name": null, "aliases": [], "website": "https://www.kingpower.com", "canonical_domain": "kingpower.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["retail"], "industry_labels": ["duty-free shop"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/King_Power_Logo.svg", "description": "Thai trading company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1559 {"wikidata_id": "Q654180", "display_name": "Aria", "legal_name": null, "aliases": [], "website": "https://www.ariaguitars.com", "canonical_domain": "ariaguitars.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aria_Guitars_logo.svg", "description": "Japanese manufacturer of acoustic and electric guitars and basses", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1560 {"wikidata_id": "Q671700", "display_name": "Israel Postal Company", "legal_name": null, "aliases": [], "website": "https://www.israelpost.co.il", "canonical_domain": "israelpost.co.il", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1561 {"wikidata_id": "Q6883239", "display_name": "Mitsui Engineering & Shipbuilding", "legal_name": null, "aliases": ["MITSUI E&S Co.", "Ltd.", "Mitsui E&S Holdings Co.", "Ltd.", "Mitsui Engineering & Shipbuilding Co Ltd"], "website": "https://www.mes.co.jp", "canonical_domain": "mes.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007T2YKKWF2NYN82", "sec_cik": null, "parent": {"wikidata_id": "Q904240", "name": "Mitsui & Co."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_E%26S_company_logo.svg", "description": "Japanese shipbuilder", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1562 {"wikidata_id": "Q704328", "display_name": "Palit Microsystems", "legal_name": null, "aliases": ["Palit", "Ltd."], "website": "https://www.palit.biz", "canonical_domain": "palit.biz", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Palit_logo.svg", "description": "Taiwanese computer hardware company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1563 {"wikidata_id": "Q733351", "display_name": "Dome", "legal_name": null, "aliases": ["Dome Co. Ltd.", "DOME CO.", "LTD."], "website": "https://www.dome.co.jp", "canonical_domain": "dome.co.jp", "country": "JP", "hq_city": "Maihara", "hq_region": "Sakata district", "lat": 35.31536, "lon": 136.28403, "industries": ["automotive"], "industry_labels": ["motorsport"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "racing car manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1564 {"wikidata_id": "Q744498", "display_name": "Plasan", "legal_name": null, "aliases": [], "website": "https://www.plasansasa.com", "canonical_domain": "plasansasa.com", "country": "IL", "hq_city": "Sasa", "hq_region": "Galilee", "lat": 33.0269, "lon": 35.3945, "industries": ["defense", "automotive"], "industry_labels": ["Manufacture of military fighting vehicles"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1565 {"wikidata_id": "Q75533", "display_name": "National Film Development Corporation of India", "legal_name": "National Film Development Corporation Limited", "aliases": ["NFDC", "National Film Development Corporation Ltd."], "website": "https://www.nfdcindia.com", "canonical_domain": "nfdcindia.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294412", "name": "Ministry of Information and Broadcasting"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Official_logo_NFDC_India.jpeg", "description": "Indian public sector undertaking for film development", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1566 {"wikidata_id": "Q763637", "display_name": "Nitto Denko", "legal_name": null, "aliases": ["Nitto Denko Corporation"], "website": "https://www.nitto.com", "canonical_domain": "nitto.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "3538009GX5P09USH2J25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nitto_Denko_logo.svg", "description": "Japanese Corporation", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1567 {"wikidata_id": "Q787604", "display_name": "BOTAŞ", "legal_name": null, "aliases": ["BOTAŞ Petroleum Pipeline Corporation"], "website": "https://fundturkltd.com", "canonical_domain": "fundturkltd.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1568 {"wikidata_id": "Q814713", "display_name": "Beijing Benz", "legal_name": null, "aliases": ["Beijing Benz DaimlerChrysler"], "website": "https://www.bbac.com.cn", "canonical_domain": "bbac.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beijing_Benz.png", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1569 {"wikidata_id": "Q842268", "display_name": "Jiangsu Yueda Kia Motors", "legal_name": null, "aliases": ["Dongfeng Yueda Kia", "Dongfeng Yueda Kia Motors"], "website": "https://www.kia.cn", "canonical_domain": "kia.cn", "country": "CN", "hq_city": "Yancheng", "hq_region": "Jiangsu", "lat": 33.36611, "lon": 120.21933, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KIA_logo3.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1570 {"wikidata_id": "Q931156", "display_name": "GS Yuasa", "legal_name": null, "aliases": ["GS Yuasa Corporation", "Kabushiki-gaisha GS Yuasa Kōporēshon"], "website": "https://www.gs-yuasa.com", "canonical_domain": "gs-yuasa.com", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_GS_Yuasa.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1571 {"wikidata_id": "Q994221", "display_name": "Hongdu", "legal_name": null, "aliases": ["Nanchang", "NAMC", "China Nanchang Aircraft Manufacturing Corporation", "CNAMC", "Hongdu Aviation Industry Group", "Hongdu Machinery-building Factory", "Jiangxi Hongdu Aviation Industry Group"], "website": "https://www.hongdu.com.cn", "canonical_domain": "hongdu.com.cn", "country": "CN", "hq_city": "Nanchang", "hq_region": "Jiangxi", "lat": 28.68417, "lon": 115.88722, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AVIC_Hongdu_logo.png", "description": "aerospace manufacturer (permanently closed. Entire area, including runway, turned into HongDu Park)", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1572 {"wikidata_id": "Q1041890", "display_name": "Animate", "legal_name": null, "aliases": [], "website": "https://www.animate.co.jp", "canonical_domain": "animate.co.jp", "country": "JP", "hq_city": "Higashi-Ikebukuro", "hq_region": "Toshima", "lat": 35.72943, "lon": 139.71958, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Animate_logo.svg", "description": "Japanese anime, video game, and manga retailer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1573 {"wikidata_id": "Q105549039", "display_name": "OM Digital Solutions", "legal_name": null, "aliases": ["OMDS"], "website": "https://om-digitalsolutions.com", "canonical_domain": "om-digitalsolutions.com", "country": "JP", "hq_city": "Hachiōji-shi", "hq_region": "Tokyo", "lat": 35.66644, "lon": 139.316, "industries": ["technology"], "industry_labels": ["industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OM_Digital_Solutions_Logo.svg", "description": "Japanese company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1574 {"wikidata_id": "Q10801453", "display_name": "Nitori", "legal_name": null, "aliases": ["Home Fashion Nitori", "Nitori Co.", "Ltd", "Nitori Co.", "Ltd."], "website": "https://www.nitori.co.jp", "canonical_domain": "nitori.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["retail", "consumer-goods"], "industry_labels": ["retail", "furniture industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17212489", "name": "Nitori Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NITORI_Logo.svg", "description": "Japanese furniture retailer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1575 {"wikidata_id": "Q11232923", "display_name": "Meiji Seika Pharma", "legal_name": null, "aliases": ["Meiji Seika Pharma Co.", "Ltd."], "website": "https://www.meiji-seika-pharma.co.jp", "canonical_domain": "meiji-seika-pharma.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meiji_logo.svg", "description": "Japanese food and pharmaceutical company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1576 {"wikidata_id": "Q11233843", "display_name": "TOP Media", "legal_name": null, "aliases": [".knni"], "website": "https://www.itopgroup.com", "canonical_domain": "itopgroup.com", "country": "KR", "hq_city": "Samseong-dong", "hq_region": "Gangnam District", "lat": 37.51399, "lon": 127.05652, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1577 {"wikidata_id": "Q1187058", "display_name": "Twilight Frontier", "legal_name": null, "aliases": ["Tasofro"], "website": "https://www.tasofro.net", "canonical_domain": "tasofro.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1578 {"wikidata_id": "Q1315638", "display_name": "Pars Khodro", "legal_name": null, "aliases": [], "website": "https://www.parskhodro.ir", "canonical_domain": "parskhodro.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1579 {"wikidata_id": "Q1407078", "display_name": "Kato Precision Railroad Models", "legal_name": null, "aliases": ["Sekisui Kinzoku Co.", "Ltd."], "website": "https://www.katomodels.com", "canonical_domain": "katomodels.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["transportation", "manufacturing"], "industry_labels": ["game industry"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kato_Precision_Railroad_Models_logo.svg", "description": "Japanese manufacturer of model railroad equipment", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1580 {"wikidata_id": "Q1475219", "display_name": "Furuno", "legal_name": null, "aliases": ["Furuno Electric", "Furuno Electric Co.", "Ltd."], "website": "https://www.furuno.co.jp", "canonical_domain": "furuno.co.jp", "country": "JP", "hq_city": "Nishinomiya-hama", "hq_region": "Nishinomiya", "lat": 34.71461, "lon": 135.33414, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Furuno_company_logo.svg", "description": "Japanese electronics company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1581 {"wikidata_id": "Q15043910", "display_name": "Yıldız Holding", "legal_name": null, "aliases": [], "website": "https://yildizholding.com.tr", "canonical_domain": "yildizholding.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Y%C4%B1ld%C4%B1z_Holding_logo.svg", "description": "Turkish conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1582 {"wikidata_id": "Q1535587", "display_name": "Petroleum Development Oman", "legal_name": null, "aliases": ["PDO", "Petroleum Development Oman LLC"], "website": "https://www.pdo.co.om", "canonical_domain": "pdo.co.om", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D8%B4%D8%B1%D9%83%D8%A9_%D8%AA%D9%86%D9%85%D9%8A%D8%A9_%D9%86%D9%81%D8%B7_%D8%B9%D9%85%D8%A7%D9%86.jpg", "description": "Omani state-owned oil and gas company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1583 {"wikidata_id": "Q15715712", "display_name": "Ultra Super Pictures", "legal_name": null, "aliases": ["ULTRA SUPER PICTURES"], "website": "https://uspi.jp", "canonical_domain": "uspi.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ultra_Super_Pictures_Logo.png", "description": "Japanese joint holding company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1584 {"wikidata_id": "Q1575609", "display_name": "Taybeh Brewery", "legal_name": null, "aliases": [], "website": "https://taybehbeer.com", "canonical_domain": "taybehbeer.com", "country": "PS", "hq_city": "Taybeh, Ramallah", "hq_region": "Ramallah and al-Bireh Governorate", "lat": 31.95292, "lon": 35.29981, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1585 {"wikidata_id": "Q16176002", "display_name": "Innisfree", "legal_name": "Innisfree Corporation", "aliases": [], "website": "https://www.innisfree.com", "canonical_domain": "innisfree.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18141920", "name": "Amorepacific Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Innisfree-logo.svg", "description": "South Korean cosmetic brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1586 {"wikidata_id": "Q18415238", "display_name": "Ryu ga Gotoku Studio", "legal_name": null, "aliases": ["Amusement Vision", "RGG Studio", "Ryu Ga Gotoku Studio"], "website": "https://ryu-ga-gotoku.com", "canonical_domain": "ryu-ga-gotoku.com", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122741", "name": null}, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1587 {"wikidata_id": "Q1854061", "display_name": "Oyak Renault", "legal_name": null, "aliases": [], "website": "https://www.renault.com.tr", "canonical_domain": "renault.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renault_2021.svg", "description": "automobile manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1588 {"wikidata_id": "Q196137", "display_name": "New Kabul Bank", "legal_name": null, "aliases": [], "website": "https://newkabulbank.af", "canonical_domain": "newkabulbank.af", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["banking"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KabulBankLogo.jpg", "description": "often attacked and corrupted bank", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1589 {"wikidata_id": "Q2122308", "display_name": "Amman Stock Exchange", "legal_name": null, "aliases": ["ASE", "XAMM"], "website": "https://www.exchange.jo", "canonical_domain": "exchange.jo", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Amman, Jordan", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1590 {"wikidata_id": "Q2629881", "display_name": "Arab Bank", "legal_name": null, "aliases": [], "website": "https://www.arabbank.com", "canonical_domain": "arabbank.com", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Jordanian bank", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1591 {"wikidata_id": "Q2661305", "display_name": "SBS Transit", "legal_name": null, "aliases": ["SBST", "SBS", "Singapore Bus Services"], "website": "https://www.sbstransit.com.sg", "canonical_domain": "sbstransit.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public transport operator in Singapore", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1592 {"wikidata_id": "Q28048734", "display_name": "Around Us Entertainment", "legal_name": null, "aliases": [], "website": "https://aroundusent.com", "canonical_domain": "aroundusent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Around_US_Entertainment_logo.jpg", "description": "South Korean company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1593 {"wikidata_id": "Q2880453", "display_name": "Balai Pustaka", "legal_name": null, "aliases": ["Balai Poestaka", "Bureau of Popular Literature"], "website": "https://www.balaipustaka.co.id", "canonical_domain": "balaipustaka.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19751570", "name": null}, "logo_url": null, "description": "Indonesian publishing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1594 {"wikidata_id": "Q2898555", "display_name": "RADWIN", "legal_name": null, "aliases": ["רדווין", "以色列瑞赢"], "website": "https://www.radwin.com", "canonical_domain": "radwin.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q585861", "name": "RAD Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RADWIN-logo.png", "description": "telecommunications company that develops and manufactures hardware for wireless applications", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1595 {"wikidata_id": "Q296643", "display_name": "Association of Radio Industries and Businesses", "legal_name": "一般社団法人電波産業会", "aliases": ["ARIB", "Association of radio industries and businesses"], "website": "https://arib.or.jp", "canonical_domain": "arib.or.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "standards organization in Japan", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1596 {"wikidata_id": "Q2985270", "display_name": "Idea Factory", "legal_name": null, "aliases": ["Idea Factory Co.", "Ltd.", "IDEA FACTORY Co.", "Ltd."], "website": "https://www.ideaf.co.jp", "canonical_domain": "ideaf.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1597 {"wikidata_id": "Q307110", "display_name": "au", "legal_name": null, "aliases": [], "website": "https://www.au.com", "canonical_domain": "au.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Au_2012_newlogo.svg", "description": "Japanese telecommunication company/brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1598 {"wikidata_id": "Q3093048", "display_name": "G.Skill", "legal_name": null, "aliases": ["G.Skill International Enterprise Co.", "Ltd."], "website": "https://www.gskill.com", "canonical_domain": "gskill.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese computer hardware manufacturing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1599 {"wikidata_id": "Q3341523", "display_name": "Nikka Whisky Distilling", "legal_name": null, "aliases": ["Nikka", "Nikka Whisky"], "website": "https://www.nikka.com", "canonical_domain": "nikka.com", "country": "JP", "hq_city": "Minami-Aoyama", "hq_region": "Minato", "lat": 35.66582, "lon": 139.71742, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q720479", "name": "Asahi Breweries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikka_Susukino_Sapporo01s.jpg", "description": "Japanese whisky company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1600 {"wikidata_id": "Q338906", "display_name": "Access", "legal_name": "株式会社ACCESS", "aliases": ["Access co.", "ltd."], "website": "https://www.access-company.com", "canonical_domain": "access-company.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["media", "gaming", "automotive"], "industry_labels": ["smart TV", "video game industry", "automotive software"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Access_Company_logotype.jpg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1601 {"wikidata_id": "Q3419764", "display_name": "RasGas", "legal_name": null, "aliases": [], "website": "https://www.rasgas.com", "canonical_domain": "rasgas.com", "country": "QA", "hq_city": "Ras Laffan Industrial City", "hq_region": "Qatar", "lat": 25.9146, "lon": 51.5564, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "liquefied natural gas producer in Qatar", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1602 {"wikidata_id": "Q344299", "display_name": "Metro Istanbul", "legal_name": null, "aliases": ["Metro İstanbul A.Ş.", "Metro İstanbul AŞ", "Metro İstanbul Sanayi ve Ticaret Anonim Şirketi"], "website": "https://www.metro.istanbul", "canonical_domain": "metro.istanbul", "country": "TR", "hq_city": "Esenler", "hq_region": "Istanbul Province", "lat": 41.05361, "lon": 28.87167, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metro_%C4%B0stanbul_logo.svg", "description": "public transportation company of Istanbul", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1603 {"wikidata_id": "Q3487925", "display_name": "Chisso", "legal_name": null, "aliases": ["Chisso Corporation", "Japan New Chisso"], "website": "https://www.chisso.co.jp", "canonical_domain": "chisso.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chisso_Logo.svg", "description": "Japanese chemicals company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1604 {"wikidata_id": "Q3526670", "display_name": "Chandamama", "legal_name": "Chandamama India Limited", "aliases": ["Chandamama India Ltd"], "website": "https://chandamama.com", "canonical_domain": "chandamama.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multi-lingual children monthly magazine and publisher", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1605 {"wikidata_id": "Q3547550", "display_name": "UTV Motion Pictures", "legal_name": null, "aliases": [], "website": "https://corporate.disney.in", "canonical_domain": "disney.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3547553", "name": "UTV Software Communications"}, "logo_url": null, "description": "Indian motion picture company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q3523273"}]}
1606 {"wikidata_id": "Q3764225", "display_name": "Godrej Group", "legal_name": null, "aliases": [], "website": "https://www.godrej.com", "canonical_domain": "godrej.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Godrej_Logo.svg", "description": "Indian Conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1607 {"wikidata_id": "Q4052312", "display_name": "ubisoftsingapore.com", "legal_name": null, "aliases": [], "website": "https://www.ubisoftsingapore.com", "canonical_domain": "ubisoftsingapore.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "Singapore division of video game development company Ubisoft", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1608 {"wikidata_id": "Q4118549", "display_name": "OSN", "legal_name": null, "aliases": ["Orbit Showtime Network", "Orbit Showtime", "OSN Ya Hala Bil Arabi", "OSN Ya Hala Bil Araby", "OSN Yahala Bil Arabi", "OSNtv Ya Hala Bil Arabi", "OSNtv Ya Hala Bil Araby", "OSNtv Yahala Bil Arabi"], "website": "https://www.osn.com", "canonical_domain": "osn.com", "country": "SA", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3355200", "name": "Orbit Communications Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OSN_TV_Logo_%282023%29.svg", "description": "Direct-broadcast satellite provider", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1609 {"wikidata_id": "Q4146910", "display_name": "State Oil Fund of Azerbaijan", "legal_name": null, "aliases": [], "website": "https://www.oilfund.az", "canonical_domain": "oilfund.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State_Oil_Fund_of_Azerbaijan_logo.png", "description": "sovereign wealth fund of Azerbaijan", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1610 {"wikidata_id": "Q4409074", "display_name": "Korea Development Bank", "legal_name": null, "aliases": ["KDB"], "website": "https://www.kdb.co.kr", "canonical_domain": "kdb.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624674", "name": "Financial Services Commission"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kdb.gif", "description": "South Korean state-owned enterprise", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1611 {"wikidata_id": "Q483855", "display_name": "Industrial Bank of Korea", "legal_name": null, "aliases": [], "website": "https://www.ibk.co.kr", "canonical_domain": "ibk.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["banking", "financial-services"], "industry_labels": ["bank", "financial sector"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624674", "name": "Financial Services Commission"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Industrial_Bank_of_Korea_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1612 {"wikidata_id": "Q489809", "display_name": "Hyundai Engineering and Construction", "legal_name": null, "aliases": ["Hyundai Engineering & Construction"], "website": "https://www.hdec.kr", "canonical_domain": "hdec.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["engineering", "construction"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Engineering_%26_Construction_logo.svg", "description": "South Korean construction company, associated with the Hyundai Group and the Hyundai Motor Group", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1613 {"wikidata_id": "Q4958352", "display_name": "Brave Entertainment", "legal_name": null, "aliases": [], "website": "https://www.bravesound.com", "canonical_domain": "bravesound.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean entertainment company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1614 {"wikidata_id": "Q496538", "display_name": "Winia Electronics", "legal_name": null, "aliases": ["Daewoo Electronics", "Winia Daewoo"], "website": "https://www.winia-elec.com", "canonical_domain": "winia-elec.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_WINIA_Electronics_%28before_Daewoo_Electronics%29.svg", "description": "home applaince company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1615 {"wikidata_id": "Q50413464", "display_name": "CHUWI Company", "legal_name": null, "aliases": ["CHUWI"], "website": "https://www.chuwi.com", "canonical_domain": "chuwi.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chuwi_logo_2019.png", "description": "Presentation of the company, owned of the Gigaset Communications.", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1616 {"wikidata_id": "Q5399429", "display_name": "Essel Group", "legal_name": null, "aliases": [], "website": "https://www.esselgroup.com", "canonical_domain": "esselgroup.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EsselGroup_Logo.png", "description": "Indian conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1617 {"wikidata_id": "Q5507432", "display_name": "Fujikura", "legal_name": null, "aliases": [], "website": "https://www.fujikura.co.jp", "canonical_domain": "fujikura.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800PSDZ8VRCKVPL51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujikura.svg", "description": "business enterprise", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1618 {"wikidata_id": "Q569769", "display_name": "Anshan Iron & Steel Group Corporation", "legal_name": null, "aliases": ["Ansteel Group"], "website": "https://www.ansteelgroup.com", "canonical_domain": "ansteelgroup.com", "country": "CN", "hq_city": "Anshan", "hq_region": "Liaoning", "lat": 41.10662, "lon": 122.98945, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1619 {"wikidata_id": "Q592765", "display_name": "Tohoku Electric Power", "legal_name": null, "aliases": [], "website": "https://www.tohoku-epco.co.jp", "canonical_domain": "tohoku-epco.co.jp", "country": "JP", "hq_city": "Tohoku Electric Power Company Head Office Building", "hq_region": "Honchō", "lat": 38.26564, "lon": 140.87833, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800KTF7EYIIYHY088", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C5%8Dhoku-Denryoku-Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1620 {"wikidata_id": "Q61410007", "display_name": "P Nation", "legal_name": null, "aliases": ["P NATION"], "website": "https://www.pnation.com", "canonical_domain": "pnation.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/P_Nation_logo.svg", "description": "South Korean record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1621 {"wikidata_id": "Q6326643", "display_name": "KCC Corporation", "legal_name": null, "aliases": ["KCC - HomeCC", "Kumkang Korea Chemicals Co.", "Ltd."], "website": "https://www.kccworld.co.kr", "canonical_domain": "kccworld.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1622 {"wikidata_id": "Q632949", "display_name": "Futaba Corporation", "legal_name": null, "aliases": ["Futaba Denshi Kōgyō Kabushiki-gaisha"], "website": "https://www.futaba.co.jp", "canonical_domain": "futaba.co.jp", "country": "JP", "hq_city": "Mobara", "hq_region": "Chiba Prefecture", "lat": 35.44972, "lon": 140.30167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Futaba_Corporation_company_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1623 {"wikidata_id": "Q64797075", "display_name": "Weltmeister", "legal_name": null, "aliases": ["WM Motor"], "website": "https://www.wm-motor.com", "canonical_domain": "wm-motor.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese car company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1624 {"wikidata_id": "Q711523", "display_name": "Yulon Motor", "legal_name": null, "aliases": [], "website": "https://www.yulon-motor.com.tw", "canonical_domain": "yulon-motor.com.tw", "country": "TW", "hq_city": "Miaoli County", "hq_region": "Taiwan", "lat": 24.56341, "lon": 120.82583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yulon_Motor_Chinese_title_1992-09.png", "description": "Taiwanese company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1625 {"wikidata_id": "Q712707", "display_name": "CHIMEI Corporation", "legal_name": null, "aliases": ["CMC", "CHIMEI"], "website": "https://www.chimeicorp.com", "canonical_domain": "chimeicorp.com", "country": "TW", "hq_city": "Rende District", "hq_region": "Tainan", "lat": 22.95, "lon": 120.23333, "industries": ["chemicals"], "industry_labels": ["chemistry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan-based performance materials company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1626 {"wikidata_id": "Q7459931", "display_name": "Shaanxi Aircraft Corporation", "legal_name": null, "aliases": [], "website": "https://www.shanfei.com", "canonical_domain": "shanfei.com", "country": "CN", "hq_city": "Hanzhong", "hq_region": "Shaanxi", "lat": 33.07938, "lon": 107.02598, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": null, "description": "Chinese aircraft manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1627 {"wikidata_id": "Q7928459", "display_name": "Vietinbank", "legal_name": null, "aliases": ["Vietin Bank"], "website": "https://www.vietinbank.vn", "canonical_domain": "vietinbank.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned Vietnamese bank", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1628 {"wikidata_id": "Q7968116", "display_name": "Want Want", "legal_name": null, "aliases": [], "website": "https://www.want-want.com", "canonical_domain": "want-want.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["food-beverage"], "industry_labels": ["Food and drink"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese food product company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1629 {"wikidata_id": "Q798642", "display_name": "Asmik Ace Entertainment", "legal_name": null, "aliases": ["Asmik Ace", "Inc.", "Asmik Ace", "Inc.", "Asmik Corporation", "Herald Ace"], "website": "https://www.asmik-ace.co.jp", "canonical_domain": "asmik-ace.co.jp", "country": "JP", "hq_city": "Frederikshavn", "hq_region": "Frederikshavn Municipality", "lat": 57.43389, "lon": 10.53611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11310414", "name": "j:COM"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asmik_Ace_logo.png", "description": "film studio", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1630 {"wikidata_id": "Q816353", "display_name": "Bemani", "legal_name": null, "aliases": [], "website": "https://eagate.573.jp", "canonical_domain": "573.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q45700", "name": "Konami"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bemani_series_logo.png", "description": "Konami's rhythm game division", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1631 {"wikidata_id": "Q8207464", "display_name": "Imabari Shipbuilding", "legal_name": null, "aliases": ["Imabari Zosen K.K.", "Imabari Shipbuilding Co.", "Ltd.", "Imabari Shipbuilding Co.", "Ltd. (Japan)"], "website": "https://imazo.co.jp", "canonical_domain": "imazo.co.jp", "country": "JP", "hq_city": "Imabari", "hq_region": "Ehime Prefecture", "lat": 34.06617, "lon": 132.99778, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese shipbuilder", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1632 {"wikidata_id": "Q841510", "display_name": "House Foods", "legal_name": null, "aliases": ["Hausu Shokuhin", "House Foods Corporation"], "website": "https://housefoods.jp", "canonical_domain": "housefoods.jp", "country": "JP", "hq_city": "Higashiōsaka-shi", "hq_region": "Osaka Prefecture", "lat": 34.67936, "lon": 135.60089, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/House_Foods_company_logo.svg", "description": "Japanese food company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1633 {"wikidata_id": "Q85740196", "display_name": "GAC Aion", "legal_name": null, "aliases": ["Aion", "GAC NE", "GAC New Energy"], "website": "https://www.aion.com.cn", "canonical_domain": "aion.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AION_Auto_UK_simple_logo.svg", "description": "Chinese electric vehicle company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1634 {"wikidata_id": "Q893011", "display_name": "Book Off", "legal_name": null, "aliases": ["BOOK OFF", "BOOKOFF", "Bookoff Corporation"], "website": "https://www.bookoff.co.jp", "canonical_domain": "bookoff.co.jp", "country": "JP", "hq_city": "Sagamihara", "hq_region": "Kanagawa Prefecture", "lat": 35.57142, "lon": 139.37314, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bookoff_Corporation_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1635 {"wikidata_id": "Q958975", "display_name": "ADK Holdings", "legal_name": null, "aliases": ["Asatsu-DK", "ASATSU-DK INC.", "Asatsu"], "website": "https://www.adk.jp", "canonical_domain": "adk.jp", "country": "JP", "hq_city": "Toranomon", "hq_region": "Minato", "lat": 35.66686, "lon": 139.7475, "industries": ["media"], "industry_labels": ["advertising agency"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADKlogo_2014.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1636 {"wikidata_id": "Q967326", "display_name": "Subaru Tecnica International", "legal_name": null, "aliases": ["STi"], "website": "https://www.subaru-sti.co.jp", "canonical_domain": "subaru-sti.co.jp", "country": "JP", "hq_city": "Mitaka", "hq_region": "Tokyo", "lat": 35.68356, "lon": 139.55953, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1051297", "name": "Subaru Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STi_logo.svg", "description": "Japanese car utilities company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1637 {"wikidata_id": "Q994015", "display_name": "Moodyz", "legal_name": null, "aliases": ["Moodys", "MOODYZ"], "website": "https://moodyz.com", "canonical_domain": "moodyz.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": ["pornography industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53310058", "name": "WILL"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moodyz_logo.gif", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1638 {"wikidata_id": "Q1003180", "display_name": "Bank for Investment and Development of Vietnam", "legal_name": null, "aliases": ["BIDV"], "website": "https://www.bidv.com.vn", "canonical_domain": "bidv.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BIDV.svg", "description": "Vietnamese state-owned bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1639 {"wikidata_id": "Q1049195", "display_name": "Hakone Ropeway", "legal_name": null, "aliases": [], "website": "https://www.hakonenavi.jp", "canonical_domain": "hakonenavi.jp", "country": "JP", "hq_city": "Odawara", "hq_region": "Kanagawa Prefecture", "lat": 35.26461, "lon": 139.15222, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Odakyu_Hakone_StaNo.svg", "description": "ropeway in Japan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1640 {"wikidata_id": "Q105538901", "display_name": "Postman", "legal_name": null, "aliases": [], "website": "https://www.postman.com", "canonical_domain": "postman.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Postman_%28software%29.png", "description": "API development platform", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1641 {"wikidata_id": "Q1076816", "display_name": "Chowking", "legal_name": null, "aliases": [], "website": "https://www.chowkingusa.com", "canonical_domain": "chowkingusa.com", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["food-beverage"], "industry_labels": ["quick service restaurant sector"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q37614", "name": "Jollibee"}, "logo_url": null, "description": "Philippine-based Chinese restaurant chain", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1642 {"wikidata_id": "Q109346639", "display_name": "Greater Bay Airlines", "legal_name": null, "aliases": ["Donghai Airlines"], "website": "https://www.greaterbay-airlines.com", "canonical_domain": "greaterbay-airlines.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong-based low-cost airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1643 {"wikidata_id": "Q1140939", "display_name": "Turkish Petroleum Corporation", "legal_name": null, "aliases": ["TPAO"], "website": "https://www.tpao.gov.tr", "canonical_domain": "tpao.gov.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrkiye_Petrolleri_logo.svg", "description": "Turkish national oil company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1644 {"wikidata_id": "Q1163521", "display_name": "Masdar", "legal_name": null, "aliases": ["Abu Dhabi Future Energy Company"], "website": "https://www.masdar.ae", "canonical_domain": "masdar.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["renewables", "energy"], "industry_labels": ["renewable energy", "clean energy", "green hydrogen"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "213800BBECR1I9FTPZ70", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MASDAR_Logo.svg", "description": "global renewable energy company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1645 {"wikidata_id": "Q1192617", "display_name": "Antec", "legal_name": null, "aliases": [], "website": "https://www.antec.com", "canonical_domain": "antec.com", "country": "TW", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Antec_2017_logo.svg", "description": "Taiwanese computer hardware company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1646 {"wikidata_id": "Q122575", "display_name": "Saregama", "legal_name": null, "aliases": ["Sa Re Ga Ma", "Saregama India Ltd.", "The Gramophone Company of India Ltd"], "website": "https://www.saregama.com", "canonical_domain": "saregama.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96400900", "name": "RP-Sanjiv Goenka Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saregama_logo_transparent.png", "description": "India’s oldest music label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1647 {"wikidata_id": "Q1262892", "display_name": "Dubai Holding", "legal_name": null, "aliases": [], "website": "https://dubaiholding.com", "canonical_domain": "dubaiholding.com", "country": "AE", "hq_city": "Emirates Towers", "hq_region": "Dubai", "lat": 25.21758, "lon": 55.28306, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AW_DH_PV_POS_RGB_EN_%28002%29.png", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1648 {"wikidata_id": "Q13373587", "display_name": "HBO Asia", "legal_name": null, "aliases": [], "website": "https://www.hboasia.com", "canonical_domain": "hboasia.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HBO_logo.svg", "description": "Singapore-based broadcast network owned by HBO", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1649 {"wikidata_id": "Q1369913", "display_name": "Iraq Stock Exchange", "legal_name": null, "aliases": ["Baghdad Stock Exchange", "ISX", "XIQS"], "website": "https://www.isx-iq.net", "canonical_domain": "isx-iq.net", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Mandatory Iraq", "lat": 33.31528, "lon": 44.36611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Baghdad, Iraq", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1650 {"wikidata_id": "Q1419457", "display_name": "First International Computer", "legal_name": null, "aliases": ["FIC", "Inc."], "website": "https://www.fic.com.tw", "canonical_domain": "fic.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics industry", "computer hardware industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_International_Computer_2022_logo.svg", "description": "business enterprise", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1651 {"wikidata_id": "Q1552750", "display_name": "GAC Honda", "legal_name": null, "aliases": ["Guangqi Honda"], "website": "https://www.ghac.cn", "canonical_domain": "ghac.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automobile manufacturing joint venture company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1652 {"wikidata_id": "Q16164774", "display_name": "AOMG", "legal_name": null, "aliases": ["Above Ordinary Music Group", "Always On My Grind"], "website": "https://www.aomgofficial.com", "canonical_domain": "aomgofficial.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1653 {"wikidata_id": "Q16167317", "display_name": "C9 Entertainment", "legal_name": null, "aliases": [], "website": "https://c9ent.co.kr", "canonical_domain": "c9ent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label, entertainment agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1654 {"wikidata_id": "Q1637814", "display_name": "Israel Diamond Exchange", "legal_name": null, "aliases": [], "website": "https://www.isde.co.il", "canonical_domain": "isde.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Diamond exchange in Tel Aviv District, Israel", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1655 {"wikidata_id": "Q168467", "display_name": "Yodobashi Camera", "legal_name": null, "aliases": ["Yodobashi"], "website": "https://www.yodobashi.com", "canonical_domain": "yodobashi.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Shinjuku", "lat": 35.69092, "lon": 139.70606, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yodobashi-Camera_logo.png", "description": "Japanese retail chain", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1656 {"wikidata_id": "Q17069901", "display_name": "Rotana Music Group", "legal_name": "Rotana Music Group", "aliases": ["Rotana Records"], "website": "https://rotana.net", "canonical_domain": "rotana.net", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rotana_Group_Logo.svg", "description": "music and entertainment company owned by Rotana Media Group", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q12213826"}]}
1657 {"wikidata_id": "Q17238705", "display_name": "Playism", "legal_name": null, "aliases": ["AGM Playism"], "website": "https://www.playism-games.com", "canonical_domain": "playism-games.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PLAYISM_logo.png", "description": "game distribution platform", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1658 {"wikidata_id": "Q1773593", "display_name": "TOM'S", "legal_name": null, "aliases": ["TOM'S Co.", "Ltd."], "website": "https://www.tomsracing.co.jp", "canonical_domain": "tomsracing.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tom_s-logo.png", "description": "Japanese racing team", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1659 {"wikidata_id": "Q1881326", "display_name": "MEASAT Satellite Systems", "legal_name": null, "aliases": ["Binariang Satellite Systems Sdn. Bhd.", "MEASAT Satellite Systems Sdn. Bhd."], "website": "https://www.measat.com", "canonical_domain": "measat.com", "country": "MY", "hq_city": "Cyberjaya", "hq_region": "Sepang District", "lat": 2.9225, "lon": 101.655, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Measat_Satellite_logo.png", "description": "Malaysian communications satellite operator", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1660 {"wikidata_id": "Q1975431", "display_name": "Kyrgyzfilm", "legal_name": null, "aliases": [], "website": "https://kirgizfilm.ru", "canonical_domain": "kirgizfilm.ru", "country": "KG", "hq_city": "Bishkek", "hq_region": "Kyrgyzstan", "lat": 42.86667, "lon": 74.56667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National film studio \"Kyrgyzfilm\" named after T. Okeyev", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1661 {"wikidata_id": "Q19794482", "display_name": "WM Entertainment", "legal_name": null, "aliases": ["StrangeLab"], "website": "https://www.wment.co.kr", "canonical_domain": "wment.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label; talent agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1662 {"wikidata_id": "Q19856023", "display_name": "Patanjali Ayurved", "legal_name": null, "aliases": [], "website": "https://patanjaliayurved.net", "canonical_domain": "patanjaliayurved.net", "country": "IN", "hq_city": "Haridwar district", "hq_region": "Garhwal division", "lat": 29.96, "lon": 78.16, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Patanjali_Logo.svg", "description": "Indian consumer goods company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1663 {"wikidata_id": "Q201353", "display_name": "Afghan Telecom", "legal_name": null, "aliases": [], "website": "https://www.afghantelecom.af", "canonical_domain": "afghantelecom.af", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Afghan telecommunication company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1664 {"wikidata_id": "Q2023013", "display_name": "OQ Company", "legal_name": null, "aliases": ["OQ"], "website": "https://oq.com", "canonical_domain": "oq.com", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OQ_LOGO.svg", "description": "national oil investment company of Oman", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1665 {"wikidata_id": "Q2068008", "display_name": "Riso Kagaku Corporation", "legal_name": null, "aliases": [], "website": "https://www.riso.co.jp", "canonical_domain": "riso.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riso_logo.png", "description": "Japanese corporation", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1666 {"wikidata_id": "Q2151534", "display_name": "Tata Teleservices", "legal_name": null, "aliases": [], "website": "https://www.tataindicom.com", "canonical_domain": "tataindicom.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Tele_Logo.svg", "description": "Indian telecommunications company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1667 {"wikidata_id": "Q22811103", "display_name": "South Hokkaido Railway Company", "legal_name": "道南いさりび鉄道株式会社", "aliases": ["Hokkaido Southern Area Parallel Local Line Preparation"], "website": "https://www.shr-isaribi.jp", "canonical_domain": "shr-isaribi.jp", "country": "JP", "hq_city": "Hakodate", "hq_region": "Oshima Subprefecture", "lat": 41.76867, "lon": 140.72892, "industries": ["transportation"], "industry_labels": ["railway"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_Hokkaido_Railway_Company_logo.svg", "description": "third-sector railway operator in Hokkaido, Japan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1668 {"wikidata_id": "Q2360234", "display_name": "Permanent Committee for Scholarly Research and Ifta", "legal_name": null, "aliases": ["General Presidency of Scholarly Research and Ifta"], "website": "https://www.alifta.gov.sa", "canonical_domain": "alifta.gov.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["media"], "industry_labels": [], "founded_year": 1391, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Islamic organization in Saudi Arabia established by the King that issues rulings in Islamic jurisprudence (fiqh)", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1669 {"wikidata_id": "Q2378901", "display_name": "Lotus's", "legal_name": null, "aliases": ["Tesco Lotus"], "website": "https://www.lotuss.com", "canonical_domain": "lotuss.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotus%27s_Logo.svg", "description": "retail chain in Thailand and Malaysia", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1670 {"wikidata_id": "Q2482597", "display_name": "indieszero", "legal_name": null, "aliases": [], "website": "https://www.indieszero.co.jp", "canonical_domain": "indieszero.co.jp", "country": "JP", "hq_city": "Musashino", "hq_region": "Tokyo", "lat": 35.71772, "lon": 139.56606, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game development company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1671 {"wikidata_id": "Q2531906", "display_name": "Mausu Promotion", "legal_name": null, "aliases": ["Ezaki Production", "Ltd."], "website": "https://mausu.net", "canonical_domain": "mausu.net", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mausu_Promotion_Logo.jpeg", "description": "Japanese talent agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1672 {"wikidata_id": "Q2573130", "display_name": "Walla! Communications Ltd", "legal_name": null, "aliases": ["Walla! Communications"], "website": "https://www.walla.co.il", "canonical_domain": "walla.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["telecommunications", "media"], "industry_labels": ["telecommunications industry", "media industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35438", "name": "The Jerusalem Post"}, "logo_url": null, "description": "Israeli internet company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1673 {"wikidata_id": "Q2668720", "display_name": "Royal Enfield India", "legal_name": null, "aliases": ["Enfield", "RE", "Royal Enfield"], "website": "https://www.royalenfield.com", "canonical_domain": "royalenfield.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Enfield_logo_new.svg", "description": "Indian motorcycle manufacturing company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1674 {"wikidata_id": "Q2691308", "display_name": "Greenwich Pizza", "legal_name": null, "aliases": [], "website": "https://www.greenwich.com.ph", "canonical_domain": "greenwich.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["retail"], "industry_labels": ["gastronomy", "retail"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Greenwich_Pizza_logo.svg", "description": "pizza and pasta chain in the Philippines", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1675 {"wikidata_id": "Q2706709", "display_name": "h.a.n.d.", "legal_name": null, "aliases": ["h.a.n.d. Inc.", "Hokkaido Artists' Network and Development"], "website": "https://www.hand.co.jp", "canonical_domain": "hand.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1676 {"wikidata_id": "Q2864821", "display_name": "Artdink", "legal_name": null, "aliases": ["ARTDINK"], "website": "https://www.artdink.co.jp", "canonical_domain": "artdink.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Artdink_logo.svg", "description": "Japanese video game developer and publisher", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1677 {"wikidata_id": "Q2883425", "display_name": "National Bank of Pakistan", "legal_name": null, "aliases": [], "website": "https://www.nbp.com.pk", "canonical_domain": "nbp.com.pk", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government-owned commercial bank in Pakistan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1678 {"wikidata_id": "Q29124183", "display_name": "First Abu Dhabi Bank", "legal_name": null, "aliases": [], "website": "https://fabsecurities-ex.com", "canonical_domain": "fabsecurities-ex.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["banking", "financial-services"], "industry_labels": ["bank", "financial sector"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Abu_Dhabi_Bank_Logo.svg", "description": "bank in the United Arab Emirates", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1679 {"wikidata_id": "Q2920445", "display_name": "BEML Limited", "legal_name": null, "aliases": ["BEML", "Bharat Earth Movers", "Bharat Earth Movers Limited"], "website": "https://www.bemlindia.com", "canonical_domain": "bemlindia.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Public Sector heavy equipment manufacturer in India.", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1680 {"wikidata_id": "Q29514946", "display_name": "MNH Entertainment", "legal_name": null, "aliases": ["M&H Entertainment"], "website": "https://mnhenter.com", "canonical_domain": "mnhenter.com", "country": "KR", "hq_city": "Mapo District", "hq_region": "Seoul", "lat": 37.56381, "lon": 126.90841, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MNH_Entertainment.png", "description": "South Korean talent agency, record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1681 {"wikidata_id": "Q2983159", "display_name": "Sting", "legal_name": null, "aliases": ["Sting Entertainment", "Inc."], "website": "https://www.sting.co.jp", "canonical_domain": "sting.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese game development studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1682 {"wikidata_id": "Q2987325", "display_name": "Tōkai Gakki", "legal_name": null, "aliases": ["Tokai Gakki Co.", "Ltd."], "website": "https://tokaijapan.com", "canonical_domain": "tokaijapan.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokai_gakki_logo.png", "description": "Japanese guitar", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1683 {"wikidata_id": "Q3106812", "display_name": "Indonesia Air Transport", "legal_name": null, "aliases": [], "website": "https://www.indonesia-air.com", "canonical_domain": "indonesia-air.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1684 {"wikidata_id": "Q3179765", "display_name": "Nakhchivan Automobile Plant", "legal_name": null, "aliases": [], "website": "https://naz.az", "canonical_domain": "naz.az", "country": "AZ", "hq_city": "Nakhchivan", "hq_region": "Nakhchivan Autonomous Republic", "lat": 39.20889, "lon": 45.41222, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nakhchivan_Automobile_Plant_has_become_the_eighth_Official_Supporter_of_Baku_2015_1%281%29_%282%29.jpg", "description": "automobile manufacturer in Azerbaijan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1685 {"wikidata_id": "Q3279613", "display_name": "Astro Malaysia", "legal_name": null, "aliases": [], "website": "https://www.astro.com.my", "canonical_domain": "astro.com.my", "country": "MY", "hq_city": "Bukit Jalil", "hq_region": "Kuala Lumpur", "lat": 3.0563, "lon": 101.689, "industries": ["media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3242264", "name": "Astro Malaysia Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astro_2016_logo.svg", "description": "The first satellite for television and radio operation in Malaysia", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1686 {"wikidata_id": "Q339438", "display_name": "Dagong Global Credit Rating", "legal_name": null, "aliases": [], "website": "https://www.dagongcredit.com", "canonical_domain": "dagongcredit.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned credit rating agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1687 {"wikidata_id": "Q3518849", "display_name": "Tata DoCoMo", "legal_name": null, "aliases": [], "website": "https://www.airtel.in", "canonical_domain": "airtel.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Docomo_Logo.png", "description": "Indian telecommunication company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q12417027"}, {"related_domain_conflict": "Q3525208"}]}
1688 {"wikidata_id": "Q3525381", "display_name": "Ministry of Steel", "legal_name": null, "aliases": [], "website": "https://steel.nic.in", "canonical_domain": "steel.nic.in", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Government of India ministry", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1689 {"wikidata_id": "Q3543891", "display_name": "Daiei", "legal_name": null, "aliases": ["The Daiei", "Inc."], "website": "https://www.daiei.co.jp", "canonical_domain": "daiei.co.jp", "country": "JP", "hq_city": "Minatojima Nakamachi", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q271413", "name": "Aeon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiei_logo.svg", "description": "Japanese supermarket firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1690 {"wikidata_id": "Q3646611", "display_name": "Geocell", "legal_name": null, "aliases": [], "website": "https://geocell.ge", "canonical_domain": "geocell.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12869272", "name": "Silknet"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geocell_logo.png", "description": "former Georgian mobile operator", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1691 {"wikidata_id": "Q369041", "display_name": "HannStar Display Corporation", "legal_name": null, "aliases": [], "website": "https://www.hannstar.com", "canonical_domain": "hannstar.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HannStar.png", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1692 {"wikidata_id": "Q371934", "display_name": "Eczacıbaşı", "legal_name": null, "aliases": [], "website": "https://www.eczacibasi.com.tr", "canonical_domain": "eczacibasi.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1693 {"wikidata_id": "Q4393626", "display_name": "Tashkent Stock Exchange", "legal_name": null, "aliases": ["Toshkent Republican Stock Exchange", "UZSE"], "website": "https://www.uzse.uz", "canonical_domain": "uzse.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_RSE_%22Toshkent%22.png", "description": "stock exchange in Uzbekistan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1694 {"wikidata_id": "Q4828598", "display_name": "Aviastar", "legal_name": null, "aliases": [], "website": "https://www.aviastar.biz", "canonical_domain": "aviastar.biz", "country": "ID", "hq_city": "East Jakarta", "hq_region": "Jakarta", "lat": -6.21, "lon": 106.94, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian domestic passenger airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1695 {"wikidata_id": "Q48989772", "display_name": "Blockberry Creative", "legal_name": null, "aliases": [], "website": "https://www.blockberrycreative.co", "canonical_domain": "blockberrycreative.co", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BlockBerry_Creative_logo.svg", "description": "South Korean record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1696 {"wikidata_id": "Q5012265", "display_name": "CJ ENM Films & Television", "legal_name": null, "aliases": ["CJ E&M Film Division", "CJ E&M Pictures", "CJ ENM Türkiye", "CJ Entertainment", "CGV Arthouse", "CJ Entertainment Turkey", "Filament Pictures"], "website": "https://www.cjent.co.kr", "canonical_domain": "cjent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["media", "entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483593", "name": "CJ Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CJ_ENM_Logo.svg", "description": "South Korean film company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1697 {"wikidata_id": "Q5099789", "display_name": "China Motor Corporation", "legal_name": null, "aliases": [], "website": "https://www.china-motor.com.tw", "canonical_domain": "china-motor.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Motor_Corporation_logo_plate_20211003.jpg", "description": "Taiwanese automobile manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1698 {"wikidata_id": "Q5099859", "display_name": "China Poly Group Corporation", "legal_name": null, "aliases": [], "website": "https://www.poly.com.cn", "canonical_domain": "poly.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1699 {"wikidata_id": "Q5361526", "display_name": "Tombow", "legal_name": null, "aliases": ["Tombow.", "Tombow.Co.", "Ltd.", "Tombow.Co.", "Ltd. (Japan)"], "website": "https://www.tombow.com", "canonical_domain": "tombow.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["stationery"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tombow_pencil_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1700 {"wikidata_id": "Q55736867", "display_name": "DNA Motors", "legal_name": null, "aliases": ["Daelim", "Daelim Motor", "Daelim Motor Company", "Ltd"], "website": "https://www.dnamotors.co.kr", "canonical_domain": "dnamotors.co.kr", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["automotive"], "industry_labels": ["motorcycle industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean motorcycle manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1701 {"wikidata_id": "Q5639783", "display_name": "Haitong Securities", "legal_name": null, "aliases": ["Haitong Securities Co.", "Ltd."], "website": "https://www.htsec.com", "canonical_domain": "htsec.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["security"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1702 {"wikidata_id": "Q5878076", "display_name": "Hokkaido Bank", "legal_name": null, "aliases": [], "website": "https://www.hokkaidobank.co.jp", "canonical_domain": "hokkaidobank.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300PKUFGFKKY0C917", "sec_cik": null, "parent": {"wikidata_id": "Q11277712", "name": "Hokuhoku Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Hokkaido_Bank_Logo.svg", "description": "Japanese bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1703 {"wikidata_id": "Q619050", "display_name": "Asia Cargo Airlines", "legal_name": null, "aliases": ["Tri-MG Intra Asia Airlines"], "website": "https://www.asiacargonetworkgroup.com", "canonical_domain": "asiacargonetworkgroup.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Asia_Cargo_Airlines.png", "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1704 {"wikidata_id": "Q625573", "display_name": "Nexen Tire", "legal_name": null, "aliases": ["Nexen"], "website": "https://www.nexentire.com", "canonical_domain": "nexentire.com", "country": "KR", "hq_city": "Yangsan", "hq_region": "South Gyeongsang", "lat": 35.33861, "lon": 129.03861, "industries": ["automotive", "manufacturing"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexen_Tire_Logo.png", "description": "South Korean tire manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1705 {"wikidata_id": "Q635836", "display_name": "Digiturk", "legal_name": null, "aliases": [], "website": "https://www.digiturk.com.tr", "canonical_domain": "digiturk.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19650330", "name": "beIN Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digiturk_logo.svg", "description": "Turkish satellite tv provider", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1706 {"wikidata_id": "Q6431646", "display_name": "Korea Hydro & Nuclear Power", "legal_name": "한국수력원자력", "aliases": ["KHNP", "Korea Hydro & Nuclear Power Corporation"], "website": "https://www.khnp.co.kr", "canonical_domain": "khnp.co.kr", "country": "KR", "hq_city": "Gyeongju", "hq_region": "North Gyeongsang", "lat": 35.85, "lon": 129.21667, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "9884008CRY5MLCN8OQ43", "sec_cik": null, "parent": {"wikidata_id": "Q486737", "name": "Korea Electric Power Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KHNP_Logo.svg", "description": "energy company in South Korea", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1707 {"wikidata_id": "Q647493", "display_name": "Arts Vision", "legal_name": null, "aliases": ["Arts Vision Incorporated"], "website": "https://www.artsvision.co.jp", "canonical_domain": "artsvision.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arts_Vision_Logo.jpg", "description": "Japanese talent agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1708 {"wikidata_id": "Q65064", "display_name": "Asam Sahitya Sabha", "legal_name": null, "aliases": [], "website": "https://www.asamsahityasabha.com", "canonical_domain": "asamsahityasabha.com", "country": "IN", "hq_city": "Chandra Kanta Handique Bhawan", "hq_region": "Jorhat", "lat": 26.75786, "lon": 94.20904, "industries": ["media"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asam_Sahitya_Sabha_Logo.png", "description": "literary society", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1709 {"wikidata_id": "Q658126", "display_name": "Syrian Railways", "legal_name": null, "aliases": ["CFS", "Chemins de fer syriens"], "website": "https://www.cfssyria.sy", "canonical_domain": "cfssyria.sy", "country": "SY", "hq_city": "Aleppo", "hq_region": "Mount Simeon District", "lat": 36.2, "lon": 37.16, "industries": ["transportation"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national railway company of Syria", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1710 {"wikidata_id": "Q6713732", "display_name": "M2", "legal_name": "M2 Co., Ltd.", "aliases": ["M2 Co. Ltd", "M2 Co.", "Ltd."], "website": "https://www.mtwo.co.jp", "canonical_domain": "mtwo.co.jp", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M2_%28game_company%29_logo.svg", "description": "video game developer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1711 {"wikidata_id": "Q6917320", "display_name": "Mother Dairy", "legal_name": null, "aliases": [], "website": "https://www.motherdairy.com", "canonical_domain": "motherdairy.com", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.66667, "lon": 77.21667, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MD_with_R.jpg", "description": "subsidiary of National Dairy Development Board", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1712 {"wikidata_id": "Q701636", "display_name": "Powerchip", "legal_name": null, "aliases": ["PSMC", "Powerchip Semiconductor", "Powerchip Semiconductor Manufacturing Corporation"], "website": "https://www.powerchip.com", "canonical_domain": "powerchip.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry in Taiwan"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PSMC_logo.svg", "description": "Taiwanese semiconductor manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1713 {"wikidata_id": "Q707252", "display_name": "TVBS Media Inc.", "legal_name": null, "aliases": ["TVBS", "Television Broadcasts Satellite"], "website": "https://www.tvbs.com.tw", "canonical_domain": "tvbs.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese media company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1714 {"wikidata_id": "Q7157843", "display_name": "Peak Sport", "legal_name": null, "aliases": ["Peak Sport Products"], "website": "https://www.peaksport.net", "canonical_domain": "peaksport.net", "country": "CN", "hq_city": "Quanzhou", "hq_region": "Fujian", "lat": 24.91389, "lon": 118.58583, "industries": ["apparel"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peak_Logo.svg", "description": "Chinese sportswear company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1715 {"wikidata_id": "Q733307", "display_name": "Fighting Network Rings", "legal_name": "Fighting Network RINGS", "aliases": [], "website": "https://rings.co.jp", "canonical_domain": "rings.co.jp", "country": "JP", "hq_city": "Chigasakiminami", "hq_region": "Tsuzuki-ku", "lat": 35.53887, "lon": 139.57746, "industries": ["entertainment"], "industry_labels": ["mixed martial arts"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese professional wrestling and mixed martial arts promotion", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1716 {"wikidata_id": "Q746263", "display_name": "Kazpost", "legal_name": null, "aliases": [], "website": "https://qazpost.kz", "canonical_domain": "qazpost.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4407014", "name": "Samruk-Kazyna"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QazPost_logo.svg", "description": "national postal service of Kazakhstan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1717 {"wikidata_id": "Q7676423", "display_name": "Taisho Pharmaceutical Co.", "legal_name": null, "aliases": [], "website": "https://www.taisho.co.jp", "canonical_domain": "taisho.co.jp", "country": "JP", "hq_city": "Takada", "hq_region": "Toshima", "lat": 35.71554, "lon": 139.71251, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11436726", "name": "Taisho Pharmaceutical"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taisho_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1718 {"wikidata_id": "Q846298", "display_name": "Japan Racing Association", "legal_name": "日本中央競馬会", "aliases": ["JRA", "Equine Research Institute Japan Racing Association"], "website": "https://jra.jp", "canonical_domain": "jra.jp", "country": "JP", "hq_city": "Nishi-Shinbashi", "hq_region": "Minato", "lat": 35.66611, "lon": 139.75222, "industries": ["automotive"], "industry_labels": ["equestrian sport"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1376786", "name": "Ministry of Agriculture, Forestry and Fisheries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Racing_Association_logo.svg", "description": "horse racing organization in Japan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1719 {"wikidata_id": "Q855533", "display_name": "Lee Kum Kee", "legal_name": null, "aliases": [], "website": "https://www.lkk.com", "canonical_domain": "lkk.com", "country": "HK", "hq_city": "Tai Po District", "hq_region": "Hong Kong", "lat": 22.4508, "lon": 114.164, "industries": ["food-beverage"], "industry_labels": ["food"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1720 {"wikidata_id": "Q93589992", "display_name": "Okuruto Noboru", "legal_name": null, "aliases": ["Okuruto Noboru Inc."], "website": "https://okurutonoboru.co.jp", "canonical_domain": "okurutonoboru.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.73274, "lon": 139.70013, "industries": ["entertainment"], "industry_labels": ["anime industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okuru_to_Noboru_logo.jpg", "description": "Japanese animation studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1721 {"wikidata_id": "Q1005532", "display_name": "Fujitec", "legal_name": null, "aliases": [], "website": "https://www.fujitec.co.jp", "canonical_domain": "fujitec.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FUJITEC_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1722 {"wikidata_id": "Q10371083", "display_name": "Shineray Group", "legal_name": null, "aliases": ["Shineray"], "website": "https://www.shineray.com", "canonical_domain": "shineray.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["automotive"], "industry_labels": ["automotive industry", "motorcycle industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shineray_250x250_Mesa_de_trabajo_1.jpg", "description": "Chinese holding", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1723 {"wikidata_id": "Q1042271", "display_name": "Inokom", "legal_name": null, "aliases": [], "website": "https://www.inokom.com.my", "canonical_domain": "inokom.com.my", "country": "MY", "hq_city": "Kulim", "hq_region": "Kedah", "lat": 5.365, "lon": 100.56167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1724 {"wikidata_id": "Q1043519", "display_name": "Carmel Winery", "legal_name": null, "aliases": [], "website": "https://www.carmelwines.co.il", "canonical_domain": "carmelwines.co.il", "country": "IL", "hq_city": "Rishon LeZion", "hq_region": "Rehovot sub-district", "lat": 31.95, "lon": 34.8, "industries": ["food-beverage", "retail"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41189", "name": "Jewish Agency for Israel"}, "logo_url": null, "description": "vineyard and leading Israeli winery with large-scale global distribution and significant market share in the kosher wine industry", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1725 {"wikidata_id": "Q104843604", "display_name": "Yango Group", "legal_name": null, "aliases": ["Yango"], "website": "https://yango.com", "canonical_domain": "yango.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yango_%28entreprise%29.png", "description": "company headquartered in Dubai", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1726 {"wikidata_id": "Q1071849", "display_name": "Hangzhou Wahaha Group", "legal_name": null, "aliases": [], "website": "https://www.wahaha.com.cn", "canonical_domain": "wahaha.com.cn", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wahaha.png", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1727 {"wikidata_id": "Q10831597", "display_name": "Vingroup", "legal_name": null, "aliases": [], "website": "https://vingroup.net", "canonical_domain": "vingroup.net", "country": "VN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vingroup_logo.svg", "description": "Vietnam's largest diversified private economic group.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1728 {"wikidata_id": "Q11133743", "display_name": "KeyEast", "legal_name": null, "aliases": ["KeyEast Co.", "Ltd.", "Tuneboom Korea Co.", "Ltd."], "website": "https://www.keyeast.co.kr", "canonical_domain": "keyeast.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116281132", "name": "SM Studios"}, "logo_url": null, "description": "South Korean management agency founded by actor Bae Yong-joon; record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1729 {"wikidata_id": "Q11190752", "display_name": "Bandai Namco Forge Digitals", "legal_name": null, "aliases": [], "website": "https://fd.bandainamco.jp", "canonical_domain": "bandainamco.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_Holdings_logo_%282022%2C_with_tagline%29.svg", "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1730 {"wikidata_id": "Q11230855", "display_name": "Mages", "legal_name": null, "aliases": ["Mages. Inc."], "website": "https://mages.co.jp", "canonical_domain": "mages.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mages_Logo_6.2020.svg", "description": "Japanese media company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1731 {"wikidata_id": "Q11282458", "display_name": "IRIS Ohyama", "legal_name": null, "aliases": ["Iris Ohyama"], "website": "https://www.irisohyama.co.jp", "canonical_domain": "irisohyama.co.jp", "country": "JP", "hq_city": null, "hq_region": "Wakabayashi-ku", "lat": 38.25353, "lon": 140.88035, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IRIS_OHYAMA_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1732 {"wikidata_id": "Q1143147", "display_name": "Kansai Telecasting Corporation", "legal_name": "Kansai Telecasting Co.,Ltd.", "aliases": ["KTV", "Kantele", "JODX"], "website": "https://www.ktv.jp", "canonical_domain": "ktv.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["media"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q841220", "name": "Hankyu Hanshin Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kansai_TV_%281958%29.svg", "description": "TV station in Osaka, Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1733 {"wikidata_id": "Q1154544", "display_name": "Navel", "legal_name": null, "aliases": [], "website": "https://www.project-navel.com", "canonical_domain": "project-navel.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1734 {"wikidata_id": "Q1165861", "display_name": "Motilal Banarsidass", "legal_name": null, "aliases": [], "website": "https://www.mlbd.com", "canonical_domain": "mlbd.com", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.64298, "lon": 77.24434, "industries": ["media"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publishing house on Sanskrit and Indology in Delhi, India", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1735 {"wikidata_id": "Q118999", "display_name": "Kyosho", "legal_name": null, "aliases": ["Kyosho Corporation"], "website": "https://www.kyosho.com", "canonical_domain": "kyosho.com", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyosho_corp_logo.png", "description": "Japanese scale model manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1736 {"wikidata_id": "Q12482593", "display_name": "Esemka", "legal_name": null, "aliases": ["PT Solo Manufaktur Kreasi", "Solo Manufaktur Kreasi"], "website": "https://esemkaindonesia.co.id", "canonical_domain": "esemkaindonesia.co.id", "country": "ID", "hq_city": "Boyolali", "hq_region": "Central Java", "lat": -7.53222, "lon": 110.6025, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Esemka_3D.jpg", "description": "Indonesian car company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1737 {"wikidata_id": "Q1253703", "display_name": "Doğuş Holding", "legal_name": null, "aliases": ["Dogus Holding", "Doğuş Holding A.Ş."], "website": "https://www.dogusgrubu.com.tr", "canonical_domain": "dogusgrubu.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish stock company based in Istanbul", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1738 {"wikidata_id": "Q12599305", "display_name": "Brand New Music", "legal_name": null, "aliases": [], "website": "https://www.brandnewmusic.co.kr", "canonical_domain": "brandnewmusic.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1739 {"wikidata_id": "Q12622003", "display_name": "Polaris Entertainment", "legal_name": null, "aliases": ["Ilgwang Polaris"], "website": "https://www.polarisent.co.kr", "canonical_domain": "polarisent.co.kr", "country": "KR", "hq_city": "Samseong-dong", "hq_region": "Gangnam District", "lat": 37.51399, "lon": 127.05652, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korea record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1740 {"wikidata_id": "Q130369130", "display_name": "Bambu Lab", "legal_name": null, "aliases": ["Bambu Labs"], "website": "https://bambulab.com", "canonical_domain": "bambulab.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing", "technology"], "industry_labels": ["manufacturing industry", "consumer electronics industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BambuLab_logo.svg", "description": "3D printing company based in China", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1741 {"wikidata_id": "Q1335602", "display_name": "Tianjin Seagull", "legal_name": null, "aliases": ["Sea-Gull"], "website": "https://en.seagullwatch.com", "canonical_domain": "seagullwatch.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sea-Gull_logo.png", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1742 {"wikidata_id": "Q1343184", "display_name": "ENKA", "legal_name": null, "aliases": ["Enka İnşaat ve Sanayi A.Ş."], "website": "https://www.enka.com", "canonical_domain": "enka.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enka_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1743 {"wikidata_id": "Q135191161", "display_name": "csttires.com", "legal_name": null, "aliases": [], "website": "https://www.csttires.com", "canonical_domain": "csttires.com", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cstgroup.png", "description": null, "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1744 {"wikidata_id": "Q144364", "display_name": "Zain Group", "legal_name": null, "aliases": [], "website": "https://zain.com", "canonical_domain": "zain.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zain_%28Unternehmen%29_logo.svg", "description": "Kuwaiti multinational telecommunications company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q12218575"}]}
1745 {"wikidata_id": "Q15176716", "display_name": "Bhartiya Mahila Bank", "legal_name": null, "aliases": [], "website": "https://www.bmb.co.in", "canonical_domain": "bmb.co.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian financial services banking company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1746 {"wikidata_id": "Q1536651", "display_name": "Pelephone", "legal_name": null, "aliases": [], "website": "https://www.pelephone.co.il", "canonical_domain": "pelephone.co.il", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Ramle Subdistrict", "lat": 32.08333, "lon": 34.88333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q853619", "name": "Bezeq The Israeli Telecommunication Corp. Ltd."}, "logo_url": null, "description": "mobile network operator in Israel", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1747 {"wikidata_id": "Q15730367", "display_name": "Next Entertainment World", "legal_name": null, "aliases": ["NEW", "Contents Panda", "Music & New", "Studio & New"], "website": "https://www.its-new.co.kr", "canonical_domain": "its-new.co.kr", "country": "KR", "hq_city": "Nonhyeon-dong", "hq_region": "Gangnam District", "lat": 37.5135, "lon": 127.0317, "industries": ["entertainment"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEXT_ENTERTAINMENT_WORLD.jpg", "description": "South Korean film distribution company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1748 {"wikidata_id": "Q1575112", "display_name": "Vixen", "legal_name": null, "aliases": [], "website": "https://www.vixen.co.jp", "canonical_domain": "vixen.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "optical equipment manufacturer in Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1749 {"wikidata_id": "Q1630246", "display_name": "Intouch Holdings", "legal_name": null, "aliases": ["Shin Corporation", "Shinawatra Computer and Communications Co. Ltd.", "Shinawatra Computer Service and Investment", "Intouch Holdings Public Co.", "Ltd.", "Intouch Holdings Public Company Limited"], "website": "https://www.intouchcompany.com", "canonical_domain": "intouchcompany.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intouch_Logo.svg", "description": "Thai holding company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1750 {"wikidata_id": "Q1657971", "display_name": "Philippine National Bank", "legal_name": null, "aliases": ["PNB"], "website": "https://www.pnb.com.ph", "canonical_domain": "pnb.com.ph", "country": "PH", "hq_city": "Pasay", "hq_region": "Metro Manila", "lat": 14.54389, "lon": 120.995, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300AFS0UU6SDK2K95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Philippine-National-Bank-logo.svg", "description": "one of the largest banks in the Philippines", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1751 {"wikidata_id": "Q1662703", "display_name": "Japanese Aero Engines Corporation", "legal_name": null, "aliases": [], "website": "https://www.jaec.or.jp", "canonical_domain": "jaec.or.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "consortium of 3 Japanese companies", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1752 {"wikidata_id": "Q1666653", "display_name": "International Institute of Information Technology, Hyderabad", "legal_name": null, "aliases": ["IIIT Hyderabad", "International Institute of Information Technology (IIIT)"], "website": "https://www.iiit.ac.in", "canonical_domain": "iiit.ac.in", "country": "IN", "hq_city": null, "hq_region": null, "lat": 17.44561, "lon": 78.34973, "industries": ["technology", "construction"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public engineering institution in Hyderabad, Telangana", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1753 {"wikidata_id": "Q16829306", "display_name": "Chatime", "legal_name": null, "aliases": [], "website": "https://www.chatime.com.tw", "canonical_domain": "chatime.com.tw", "country": "TW", "hq_city": "Zhubei City", "hq_region": "Hsinchu County", "lat": 24.83333, "lon": 121.0, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese global franchise teahouse chain based in Taiwan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1754 {"wikidata_id": "Q17278347", "display_name": "Pan Entertainment", "legal_name": null, "aliases": [], "website": "https://www.thepan.co.kr", "canonical_domain": "thepan.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pan_Entertainment_poster.png", "description": "South Korean production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1755 {"wikidata_id": "Q1752885", "display_name": "Mongolian Stock Exchange", "legal_name": null, "aliases": ["MSE", "XULA"], "website": "https://www.mse.mn", "canonical_domain": "mse.mn", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock exchange located in Ulaanbaatar, Mongolia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1756 {"wikidata_id": "Q1760857", "display_name": "Tommykaira", "legal_name": null, "aliases": ["TKCI"], "website": "https://www.tommykaira.club", "canonical_domain": "tommykaira.club", "country": "JP", "hq_city": "Minami-ku", "hq_region": "Kyoto", "lat": 34.97667, "lon": 135.74667, "industries": ["automotive"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tommykairawiki.png", "description": "Japanese car tuner", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1757 {"wikidata_id": "Q1761049", "display_name": "Keihin Corporation", "legal_name": null, "aliases": [], "website": "https://www.keihin-corp.co.jp", "canonical_domain": "keihin-corp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keihin_company_logo.svg", "description": "Japanese automotive and motorcycle parts company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1758 {"wikidata_id": "Q17727179", "display_name": "UCWeb", "legal_name": null, "aliases": ["UC", "UC Mobile Ltd."], "website": "https://www.ucweb.com", "canonical_domain": "ucweb.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uc_web.png", "description": "Chinese mobile Internet company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1759 {"wikidata_id": "Q1939817", "display_name": "MSJ Asset Management Company", "legal_name": "MSJ資産管理株式会社", "aliases": ["MAC", "Mitsubishi Aircraft Corporation"], "website": "https://www.mitsubishiaircraft.com", "canonical_domain": "mitsubishiaircraft.com", "country": "JP", "hq_city": "Nagoya Airfield", "hq_region": "Aichi Prefecture", "lat": 35.255, "lon": 136.92444, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q648280", "name": "Mitsubishi Heavy Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi-Aircraft-Corporation-Logo.png", "description": "Aerospace subsidiary of Mitsubishi Heavy Industries", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1760 {"wikidata_id": "Q19650330", "display_name": "beIN Media Group", "legal_name": null, "aliases": [], "website": "https://beinmediagroup.com", "canonical_domain": "beinmediagroup.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["media"], "industry_labels": ["television"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bein_mediagroup_logo.svg", "description": "independent global sport and entertainment network", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1761 {"wikidata_id": "Q1972567", "display_name": "Naza", "legal_name": null, "aliases": [], "website": "https://www.naza.com.my", "canonical_domain": "naza.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Naza_Logo.svg", "description": "Malaysian business conglomerate", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1762 {"wikidata_id": "Q1984981", "display_name": "Bakcell", "legal_name": null, "aliases": [], "website": "https://www.bakcell.com", "canonical_domain": "bakcell.com", "country": "AZ", "hq_city": "Azerbaijan", "hq_region": null, "lat": 40.3, "lon": 47.7, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BKC_Logo_Icon.png", "description": "telecommunication company in Azerbaijan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1763 {"wikidata_id": "Q2020042", "display_name": "Bharatiya Jnanpith", "legal_name": null, "aliases": ["Bharatiya Jnanapitha", "Bhartiya Gyanpith"], "website": "https://www.jnanpith.net", "canonical_domain": "jnanpith.net", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "literary and research organization", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1764 {"wikidata_id": "Q2063319", "display_name": "Haifa Group", "legal_name": null, "aliases": ["Haifa Chemicals", "Haifa Chemicals Ltd."], "website": "https://www.haifa-group.com", "canonical_domain": "haifa-group.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multi-national corporation specializing in plant nutrition", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1765 {"wikidata_id": "Q2069534", "display_name": "Hankai Tramway", "legal_name": null, "aliases": ["Hankai Tramway Co.", "Ltd."], "website": "https://www.hankai.co.jp", "canonical_domain": "hankai.co.jp", "country": "JP", "hq_city": "Shimizugaoka", "hq_region": "Sumiyoshi-ku", "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1188230", "name": "Nankai Electric Railway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nankai_group_logo.svg", "description": "a company which owns two tramway lines in Osaka, Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1766 {"wikidata_id": "Q221162", "display_name": "Tokuma Japan Communications Co., Ltd.", "legal_name": null, "aliases": ["Tokuma Japan Communications"], "website": "https://www.tkma.co.jp", "canonical_domain": "tkma.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": ["telecommunications"], "industry_labels": ["phonographic industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1372258", "name": "Tokuma Shoten"}, "logo_url": null, "description": "Japanese record company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1767 {"wikidata_id": "Q2336459", "display_name": "Kuwait Finance House", "legal_name": null, "aliases": ["KFH"], "website": "https://kfh.com", "canonical_domain": "kfh.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q18746438"}]}
1768 {"wikidata_id": "Q239233", "display_name": "Accuphase", "legal_name": null, "aliases": ["Accuphase Laboratory Inc."], "website": "https://www.accuphase.co.jp", "canonical_domain": "accuphase.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["technology"], "industry_labels": ["electronics", "consumer electronics industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Accuphase-Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1769 {"wikidata_id": "Q2412772", "display_name": "The Master Trust Bank of Japan", "legal_name": "日本マスタートラスト信託銀行株式会社", "aliases": [], "website": "https://www.mastertrust.co.jp", "canonical_domain": "mastertrust.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["banking"], "industry_labels": ["investment bank"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1542175", "name": "Mitsubishi UFJ Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Master_Trust_Bank_of_Japan_logo.svg", "description": "Japanese trust bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1770 {"wikidata_id": "Q2464379", "display_name": "TÜLOMSAŞ", "legal_name": "Türkiye Lokomotif ve Motor Sanayii A.Ş.", "aliases": ["Turkish Locomotive and Engine Industry Inc."], "website": "https://www.tulomsas.com.tr", "canonical_domain": "tulomsas.com.tr", "country": "TR", "hq_city": "Tepebaşı district", "hq_region": "Eskişehir Province", "lat": 39.77673, "lon": 30.50586, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former rolling stock manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1771 {"wikidata_id": "Q2495576", "display_name": "Eighting", "legal_name": null, "aliases": ["8ing", "Eighting/Raizing", "Raizing Co.", "Ltd."], "website": "https://www.8ing.co.jp", "canonical_domain": "8ing.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1772 {"wikidata_id": "Q25138439", "display_name": "Changan Ford Automobile", "legal_name": null, "aliases": ["Ford China"], "website": "https://www.ford.com.cn", "canonical_domain": "ford.com.cn", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.67508, "lon": 106.5307, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_Escape_%28fourth_generation%29_1X7A6227.jpg", "description": "automotive manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1773 {"wikidata_id": "Q2549688", "display_name": "Arai Helmet", "legal_name": null, "aliases": ["ARAI HELMET LTD."], "website": "https://www.araihelmet.com", "canonical_domain": "araihelmet.com", "country": "JP", "hq_city": "Ōmiya-ku", "hq_region": "Saitama", "lat": 35.90611, "lon": 139.62861, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arai_Helmet_company_logo.svg", "description": "Japanese manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1774 {"wikidata_id": "Q2605105", "display_name": "Nihon Ad Systems", "legal_name": null, "aliases": ["NAS", "NIHON AD SYSTEMS", "Inc.", "Nihon Animation Development Systems Inc."], "website": "https://www.nasinc.co.jp", "canonical_domain": "nasinc.co.jp", "country": "JP", "hq_city": "Toranomon Hills", "hq_region": "Toranomon", "lat": 35.6669, "lon": 139.749, "industries": [], "industry_labels": ["anime industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese anime production and character merchandising company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1775 {"wikidata_id": "Q2613004", "display_name": "Jupiter", "legal_name": null, "aliases": ["Jupiter (company)", "Jupiter Corporation"], "website": "https://www.jupiter.co.jp", "canonical_domain": "jupiter.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jupiter_logo.png", "description": "Japanese video game and hardware development studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1776 {"wikidata_id": "Q2633708", "display_name": "Caparison Guitars", "legal_name": null, "aliases": ["Caparison Guitar Company"], "website": "https://www.caparisonguitarcompany.com", "canonical_domain": "caparisonguitarcompany.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caparison_guitars_logo.png", "description": "hand made guitar manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1777 {"wikidata_id": "Q2700742", "display_name": "MTV Japan", "legal_name": null, "aliases": [], "website": "https://www.mtvjapan.com", "canonical_domain": "mtvjapan.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTV-2021.svg", "description": "Japanese music television channel", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1778 {"wikidata_id": "Q2723181", "display_name": "Rajshri Productions", "legal_name": null, "aliases": [], "website": "https://www.rajshri.com", "canonical_domain": "rajshri.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian film production and distribution company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1779 {"wikidata_id": "Q2819232", "display_name": "AKOM", "legal_name": null, "aliases": ["KO"], "website": "https://www.akomkorea.com", "canonical_domain": "akomkorea.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.48231, "lon": 127.1263, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean animation studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1780 {"wikidata_id": "Q28410819", "display_name": "Nubia Technology", "legal_name": "Nubia Technology Co., Ltd.", "aliases": [], "website": "https://www.nubia.com", "canonical_domain": "nubia.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136484", "name": "ZTE"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nubia_logo.svg", "description": "smartphone manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1781 {"wikidata_id": "Q2864819", "display_name": "ArtePiazza", "legal_name": null, "aliases": ["ArtePiazza Co.", "Ltd."], "website": "https://www.artepiazza.com", "canonical_domain": "artepiazza.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game company of Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1782 {"wikidata_id": "Q28699048", "display_name": "Seoul Metro", "legal_name": "서울교통공사", "aliases": ["Seoul Transportation Corporation"], "website": "https://www.seoulmetro.co.kr", "canonical_domain": "seoulmetro.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["transportation"], "industry_labels": ["rapid transit"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seoul_Metro.svg", "description": "South Korean public corporation that operates the majority of the Seoul Metropolitan Subway; founded in 2017 as a merger of Seoul Metro Corporation and Seoul Metropolitan Rapid Transit Corporation", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1783 {"wikidata_id": "Q2882652", "display_name": "Bank of Ceylon", "legal_name": null, "aliases": [], "website": "https://www.boc.lk", "canonical_domain": "boc.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government-owned Sri Lanka commercial bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1784 {"wikidata_id": "Q2896519", "display_name": "Elisra", "legal_name": null, "aliases": [], "website": "https://www.elisra.com", "canonical_domain": "elisra.com", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["defense"], "industry_labels": ["defense industry of Israel"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1325369", "name": "Elbit Systems Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/10.09.11_Elisra_Building.jpg", "description": "Israeli manufacturer of hi-tech electronics", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1785 {"wikidata_id": "Q2905397", "display_name": "İstanbul Deniz Otobüsleri", "legal_name": null, "aliases": ["IDO", "İDO"], "website": "https://www.ido.com.tr", "canonical_domain": "ido.com.tr", "country": "TR", "hq_city": "Bursa", "hq_region": "Bursa Province", "lat": 40.19133, "lon": 29.08054, "industries": ["shipping", "transportation"], "industry_labels": ["water transport", "public transport"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public transport company of Istanbul", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1786 {"wikidata_id": "Q291312", "display_name": "Ralink", "legal_name": null, "aliases": ["Ralink Technology", "Corp."], "website": "https://www.ralinktech.com", "canonical_domain": "ralinktech.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q699848", "name": "MediaTek"}, "logo_url": null, "description": "Taiwanese semiconductor company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1787 {"wikidata_id": "Q2920155", "display_name": "International Christian Embassy Jerusalem", "legal_name": null, "aliases": ["ICEJ"], "website": "https://int.icej.org", "canonical_domain": "icej.org", "country": "IL", "hq_city": "Talpiot", "hq_region": "Jerusalem", "lat": 31.75, "lon": 35.21667, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Christian Zionist organization based in Jerusalem, Israel", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1788 {"wikidata_id": "Q294551", "display_name": "Acer Laboratories Incorporated", "legal_name": null, "aliases": ["Acer Laboratories", "Acer Labs", "Acer Labs Inc.", "ALi", "ALi Corporation", "ULi"], "website": "https://www.alitech.com", "canonical_domain": "alitech.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ALi-logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1789 {"wikidata_id": "Q3036957", "display_name": "Matsuya", "legal_name": null, "aliases": ["Matsuya Co.", "MATSUYA CO.", "LTD."], "website": "https://www.matsuya.com", "canonical_domain": "matsuya.com", "country": "JP", "hq_city": "Ginza", "hq_region": "Chūō", "lat": 35.67136, "lon": 139.76562, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1869, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese department store", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1790 {"wikidata_id": "Q3054409", "display_name": "Enkei Corporation", "legal_name": null, "aliases": [], "website": "https://www.enkei.co.jp", "canonical_domain": "enkei.co.jp", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enkei_company_logo.svg", "description": "Japanese motorcycle and passenger car wheel manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1791 {"wikidata_id": "Q3065045", "display_name": "Snow beer", "legal_name": null, "aliases": [], "website": "https://www.snowbeer.com.cn", "canonical_domain": "snowbeer.com.cn", "country": "CN", "hq_city": "Shenyang", "hq_region": "Liaoning", "lat": 41.8025, "lon": 123.42806, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of beer in China", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1792 {"wikidata_id": "Q3072238", "display_name": "Heartbeat", "legal_name": null, "aliases": ["Heart Beat", "Heart Beat Inc."], "website": "https://www.heartbeat.co.jp", "canonical_domain": "heartbeat.co.jp", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1793 {"wikidata_id": "Q3077400", "display_name": "Luxman", "legal_name": null, "aliases": ["Luxman Corporation"], "website": "https://www.luxman.com", "canonical_domain": "luxman.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Luxman_logo.png", "description": "Japanese hi-fi company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1794 {"wikidata_id": "Q3108542", "display_name": "Seiyu Group", "legal_name": "株式会社 西友", "aliases": [], "website": "https://www.seiyu.co.jp", "canonical_domain": "seiyu.co.jp", "country": "JP", "hq_city": "Shibaura", "hq_region": "Minato", "lat": 35.64182, "lon": 139.74822, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137313242", "name": "TRIAL Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SEIYU_logo.svg", "description": "Japanese group of supermarkets, shopping centers, and department stores owned by Walmart", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1795 {"wikidata_id": "Q3116938", "display_name": "Matsuzakaya", "legal_name": null, "aliases": ["Matsuzakaya Co.", "Ltd."], "website": "https://www.matsuzakaya.co.jp", "canonical_domain": "matsuzakaya.co.jp", "country": "JP", "hq_city": "Sakae 3-chōme", "hq_region": "Sakae", "lat": 35.16565, "lon": 136.90598, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1611, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matsuzakaya_Logo_full.svg", "description": "a Japanese department store chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1796 {"wikidata_id": "Q3128876", "display_name": "HayPost", "legal_name": null, "aliases": [], "website": "https://www.haypost.am", "canonical_domain": "haypost.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HayPost_logo.png", "description": "official postal operator of Armenia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1797 {"wikidata_id": "Q3270617", "display_name": "Ancol Dreamland", "legal_name": null, "aliases": ["Ancol Jakarta Bay City", "Jakarta Bay City", "Jakarta baycity"], "website": "https://www.ancol.com", "canonical_domain": "ancol.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": -6.12274, "lon": 106.83153, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "integral part", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1798 {"wikidata_id": "Q3272007", "display_name": "Yoshimoto Kogyo Holdings", "legal_name": "吉本興業ホールディングス株式会社", "aliases": ["Yoshimoto", "Yoshimoto Kogyo Holdings Co.", "Ltd."], "website": "https://www.yoshimoto.co.jp", "canonical_domain": "yoshimoto.co.jp", "country": "JP", "hq_city": "Namba-Sennichimae", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yoshimoto.svg", "description": "Japanese entertainment company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1799 {"wikidata_id": "Q3274071", "display_name": "Sri Lanka Broadcasting Corporation", "legal_name": null, "aliases": ["SLBC"], "website": "https://www.slbc.lk", "canonical_domain": "slbc.lk", "country": "LK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Radio Ceylon turned into a public corporation", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1800 {"wikidata_id": "Q3274777", "display_name": "Evisu", "legal_name": null, "aliases": ["Evisu Genes"], "website": "https://www.evisu.com", "canonical_domain": "evisu.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EvisuLogo.svg", "description": "a Japanese designer clothing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1801 {"wikidata_id": "Q3523697", "display_name": "AVM Productions", "legal_name": null, "aliases": [], "website": "https://avm.in", "canonical_domain": "avm.in", "country": "IN", "hq_city": "Vadapalani", "hq_region": "Chennai", "lat": 13.04971, "lon": 80.21256, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian motion picture company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1802 {"wikidata_id": "Q3537331", "display_name": "TransNusa Air Services", "legal_name": null, "aliases": ["TransNusa", "TransNusa Aviation Mandiri"], "website": "https://www.transnusa.co.id", "canonical_domain": "transnusa.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian domestic airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1803 {"wikidata_id": "Q3634279", "display_name": "Kirloskar Group", "legal_name": null, "aliases": [], "website": "https://www.kirloskar.com", "canonical_domain": "kirloskar.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kirloskar_Group_Logo.svg", "description": "Indian conglomerate", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1804 {"wikidata_id": "Q3685133", "display_name": "compileheart.com", "legal_name": null, "aliases": [], "website": "https://www.compileheart.com", "canonical_domain": "compileheart.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2985270", "name": "Idea Factory"}, "logo_url": null, "description": "Japanese video game company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1805 {"wikidata_id": "Q4033652", "display_name": "Al Baraka Banking Group", "legal_name": null, "aliases": ["Albaraka", "Albaraka Türk", "Albaraka Türk Katılım Bankası A.Ş"], "website": "https://www.albaraka.com", "canonical_domain": "albaraka.com", "country": "BH", "hq_city": "Manama", "hq_region": "Capital Governorate", "lat": 26.21667, "lon": 50.58333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1157969", "name": "Dallah Al-Baraka"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Al_Baraka_Banking_Group_Logo.svg", "description": "investment business firm licensed by the Central Bank of Bahrain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1806 {"wikidata_id": "Q4049531", "display_name": "Singapore Post", "legal_name": null, "aliases": ["Singapore Post Limited", "SingPost"], "website": "https://www.singpost.com", "canonical_domain": "singpost.com", "country": "SG", "hq_city": "Geylang", "hq_region": "Central Region", "lat": 1.32056, "lon": 103.88694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1819, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "2549001SP50468BWD892", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singapore_Post_Logo.svg", "description": "Singapore domestic and international postal service provider", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1807 {"wikidata_id": "Q4050344", "display_name": "Sumitomo Mitsui Construction", "legal_name": null, "aliases": [], "website": "https://www.smcon.co.jp", "canonical_domain": "smcon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese construction company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1808 {"wikidata_id": "Q4357024", "display_name": "Dai-Ichi Kangyo Bank", "legal_name": null, "aliases": ["The Dai-Ichi Kangyo Bank", "Ltd."], "website": "https://www.dkb.co.jp", "canonical_domain": "dkb.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%97%A5%E6%9C%AC%E7%AC%AC%E4%B8%80%E5%8A%9D%E4%B8%9A%E9%93%B6%E8%A1%8C.png", "description": "Japanese bank, one of the predecessors of Mizuho Financial Group", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1809 {"wikidata_id": "Q4389410", "display_name": "Islamic Bank of Thailand", "legal_name": null, "aliases": [], "website": "https://www.ibank.co.th", "canonical_domain": "ibank.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["Sharia-compliant banking"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Financial institution in Thailand.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1810 {"wikidata_id": "Q4466160", "display_name": "Turkmenfilm", "legal_name": null, "aliases": ["Türkmenfilm"], "website": "https://www.turkmenkino.com", "canonical_domain": "turkmenkino.com", "country": "TM", "hq_city": "Ashgabat", "hq_region": "Turkmenistan", "lat": 37.95, "lon": 58.38333, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio in Turkmenistan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1811 {"wikidata_id": "Q451944", "display_name": "Takeuchi Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.takeuchiglobal.com", "canonical_domain": "takeuchiglobal.com", "country": "JP", "hq_city": "Sakaki", "hq_region": "Hanishina district", "lat": 36.46181, "lon": 138.18011, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takeuchi_company_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1812 {"wikidata_id": "Q4699761", "display_name": "Ajisen Ramen", "legal_name": null, "aliases": [], "website": "https://www.aji1000.co.jp", "canonical_domain": "aji1000.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese fast food restaurant chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1813 {"wikidata_id": "Q47158676", "display_name": "Amperex Technology Limited", "legal_name": null, "aliases": [], "website": "https://www.atlbattery.com", "canonical_domain": "atlbattery.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology", "energy"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ATL_logo.PNG", "description": "Chinese battery manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1814 {"wikidata_id": "Q4845484", "display_name": "Rotana Jet", "legal_name": null, "aliases": [], "website": "https://www.rotanajet.com", "canonical_domain": "rotanajet.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "companies based in Abu Dhabi", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1815 {"wikidata_id": "Q485718", "display_name": "Soribada", "legal_name": null, "aliases": [], "website": "https://www.soribada.com", "canonical_domain": "soribada.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": ["peer-to-peer"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soribada.png", "description": "Korean peer-to-peer file-sharing service", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1816 {"wikidata_id": "Q48765221", "display_name": "Bandai Namco Arts", "legal_name": null, "aliases": [], "website": "https://www.bandainamcoarts.co.jp", "canonical_domain": "bandainamcoarts.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["music of Japan"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806259", "name": "Bandai Namco Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_logo_%282022%29.svg", "description": "anime and music producer and distributor", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1817 {"wikidata_id": "Q52112789", "display_name": "Hanwha Vision", "legal_name": null, "aliases": ["Samsung Techwin"], "website": "https://www.hanwhavision.com", "canonical_domain": "hanwhavision.com", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_Vision_Logo.svg", "description": "South Korean company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1818 {"wikidata_id": "Q5295889", "display_name": "Dongfeng Motor Company Limited", "legal_name": null, "aliases": ["DFL", "Dongfeng Nissan"], "website": "https://www.dfl.com.cn", "canonical_domain": "dfl.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongfeng_Motor_Limited_logo.jpg", "description": "Chinese automobile manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1819 {"wikidata_id": "Q5399377", "display_name": "Nayara Energy", "legal_name": null, "aliases": ["Essar Oil"], "website": "https://www.nayaraenergy.com", "canonical_domain": "nayaraenergy.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Nayara_Energy.jpg", "description": "Indo-Russian oil company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1820 {"wikidata_id": "Q5463494", "display_name": "Flying Pigeon", "legal_name": null, "aliases": [], "website": "https://www.flyingpigeon1936.com", "canonical_domain": "flyingpigeon1936.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flying_Pigeon_headbadge.png", "description": "Chinese bicycle manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1821 {"wikidata_id": "Q6026778", "display_name": "Indovision", "legal_name": null, "aliases": ["Top TV", "OkeVision"], "website": "https://mncvision.id", "canonical_domain": "mncvision.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96100339", "name": "MNC Vision Networks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indovision.png", "description": "Direct broadcast satellite services in Indonesia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1822 {"wikidata_id": "Q6438971", "display_name": "Kronospan", "legal_name": null, "aliases": ["Kronospan Holdings", "KRONOSPAN HOLDINGS LIMITED", "Kronospan Holdings P.L.C.", "Kronospan Holdings Plc", "RODOLAM HOLDINGS CO. LIMITED"], "website": "https://www.kronospan-worldwide.com", "canonical_domain": "kronospan-worldwide.com", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["materials"], "industry_labels": ["wood"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Austrian-founded wood manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1823 {"wikidata_id": "Q6684915", "display_name": "Lotte Wellfood", "legal_name": null, "aliases": ["Lotte Confectionery"], "website": "https://www.lottewellfood.com", "canonical_domain": "lottewellfood.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_Logo_%282017%29.svg", "description": "South Korean confectionery company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1824 {"wikidata_id": "Q6702930", "display_name": "LuLu Group International", "legal_name": null, "aliases": ["Lulu Hypermarket"], "website": "https://www.luluhypermarket.com", "canonical_domain": "luluhypermarket.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lulu_Logo.png", "description": "LuLu Group International is the parent company of the retail company LuLu Hypermarket.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1825 {"wikidata_id": "Q6723598", "display_name": "Machine Sazi Arak", "legal_name": null, "aliases": ["MSA"], "website": "https://www.msa.ir", "canonical_domain": "msa.ir", "country": "IR", "hq_city": "Arak County", "hq_region": "Markazi Province", "lat": 34.08003, "lon": 49.74292, "industries": ["mining", "construction", "technology", "energy"], "industry_labels": ["metallurgy", "construction", "powertrain technology", "power plant technology"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MSA_logo.svg", "description": "manufacturing company in Arak, Iran", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1826 {"wikidata_id": "Q6777917", "display_name": "Marui", "legal_name": null, "aliases": ["MARUI CO.", "LTD."], "website": "https://www.0101.co.jp", "canonical_domain": "0101.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Nakano", "lat": 35.70584, "lon": 139.66641, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11368019", "name": "Marui Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MARUI_logo.svg", "description": "Japanese retailer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1827 {"wikidata_id": "Q67933716", "display_name": "Platinum Vision", "legal_name": null, "aliases": [], "website": "https://www.platinumvision.co.jp", "canonical_domain": "platinumvision.co.jp", "country": "JP", "hq_city": "Mitaka", "hq_region": "Tokyo", "lat": 35.69964, "lon": 139.56018, "industries": ["entertainment"], "industry_labels": ["anime industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Platinum_Vision.png", "description": "Japanese animation studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1828 {"wikidata_id": "Q6872554", "display_name": "Mirae Asset Group", "legal_name": null, "aliases": [], "website": "https://www.miraeasset.co.kr", "canonical_domain": "miraeasset.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mirae_Asset_Logo.svg", "description": "Financial Services Company in South Korea", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1829 {"wikidata_id": "Q6886703", "display_name": "MobiFone", "legal_name": null, "aliases": ["MobiFone Vietnam", "VMS Mobifone"], "website": "https://www.mobifone.vn", "canonical_domain": "mobifone.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7928543", "name": "Vietnam Posts and Telecommunications Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MobiFone_logo.svg", "description": "Vietnamese telecommunication company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1830 {"wikidata_id": "Q702895", "display_name": "InnoLux Corporation", "legal_name": null, "aliases": ["Chimei Innolux Corporation", "Innolux", "INNOLUX CORPORATION (Miao-Li County)"], "website": "https://www.innolux.com", "canonical_domain": "innolux.com", "country": "TW", "hq_city": "Zhunan Township", "hq_region": "Miaoli County", "lat": 24.68333, "lon": 120.88333, "industries": ["technology"], "industry_labels": ["TFT LCD"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/INNOLUX_logo.svg", "description": "Taiwanese electronics producer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1831 {"wikidata_id": "Q709190", "display_name": "Chaintech", "legal_name": null, "aliases": ["Chaintech Technology", "Chaintech Computer Co.", "Walton Chaintech Corporation"], "website": "https://www.chaintech.com.tw", "canonical_domain": "chaintech.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chaintech_logo.svg", "description": "Taiwanese computer hardware manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1832 {"wikidata_id": "Q7186466", "display_name": "Phison", "legal_name": null, "aliases": ["PHISON Electronics Corp.", "Phison Electronics Corporation"], "website": "https://www.phison.com", "canonical_domain": "phison.com", "country": "TW", "hq_city": "Zhunan Township", "hq_region": "Miaoli County", "lat": 24.68333, "lon": 120.88333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phison-logo.svg", "description": "Taiwanese electronics company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1833 {"wikidata_id": "Q7314390", "display_name": "Republic Biscuit Corporation", "legal_name": null, "aliases": ["Rebisco"], "website": "https://www.rebisco.com.ph", "canonical_domain": "rebisco.com.ph", "country": "PH", "hq_city": "Joy-Nostalg Center", "hq_region": "Pasig", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rebisco_wordmark.png", "description": "Philippine snack food company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1834 {"wikidata_id": "Q7503826", "display_name": "Shri Mahila Griha Udyog Lijjat Papad", "legal_name": null, "aliases": ["Lijjat Papad"], "website": "https://www.lijjat.com", "canonical_domain": "lijjat.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian women's co-operative society", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1835 {"wikidata_id": "Q751358", "display_name": "Toshiba Samsung Storage Technology", "legal_name": null, "aliases": ["TSST"], "website": "https://www.tsstodd.com", "canonical_domain": "tsstodd.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q49125", "name": "Toshiba"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TSST_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1836 {"wikidata_id": "Q7524901", "display_name": "Sinomach", "legal_name": null, "aliases": ["China National Machinery Industry Corporation"], "website": "https://www.sinomach.com.cn", "canonical_domain": "sinomach.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinomach_logo.svg", "description": "Chinese conglomerate with businesses in tool making, construction equipment, agriculture equipment, and infrastructure construction", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1837 {"wikidata_id": "Q7884615", "display_name": "Uni-President Enterprises Corporation", "legal_name": null, "aliases": ["Uni-President", "Uni-President Enterprises"], "website": "https://www.uni-president.com", "canonical_domain": "uni-president.com", "country": "TW", "hq_city": "Yongkang District", "hq_region": "Tainan", "lat": 23.03333, "lon": 120.25, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese food company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1838 {"wikidata_id": "Q817123", "display_name": "Benesse", "legal_name": null, "aliases": ["Benesse Holdings", "Benesse Corporation", "Fukutake Publishing", "Fukutake Shoten"], "website": "https://www.benesse.co.jp", "canonical_domain": "benesse.co.jp", "country": "JP", "hq_city": "Okayama", "hq_region": "Okayama Prefecture", "lat": 34.65511, "lon": 133.91958, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300XOPEJA8L2IV934", "sec_cik": null, "parent": {"wikidata_id": "Q118592389", "name": "Benesse Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%99%E3%83%8D%E3%83%83%E3%82%BB_%E3%83%AD%E3%82%B4.svg", "description": "Japanese education and publishing corporation", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1839 {"wikidata_id": "Q8384413", "display_name": "Dwango", "legal_name": null, "aliases": ["DWANGO Co.", "Ltd."], "website": "https://en.dwango.co.jp", "canonical_domain": "dwango.co.jp", "country": "JP", "hq_city": "Kabukiza Tower", "hq_region": "Ginza", "lat": 35.66972, "lon": 139.76806, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17224985", "name": "Kadokawa Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dwango_logotype.png", "description": "Japanese media company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1840 {"wikidata_id": "Q847262", "display_name": "Hot mobile", "legal_name": null, "aliases": ["HOT mobile", "Mirs"], "website": "https://www.hotmobile.co.il", "canonical_domain": "hotmobile.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1539183", "name": "Hot"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mirs-Logo.svg", "description": "Israeli telecommunications company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1841 {"wikidata_id": "Q847533", "display_name": "Kobe Rapid Transit Railway", "legal_name": "神戸高速鉄道株式会社", "aliases": ["Kōbe Rapid Transit Railway"], "website": "https://www.kobe-kousoku.jp", "canonical_domain": "kobe-kousoku.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q48320", "name": "Kobe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobe-kosoku_logo.svg", "description": "Japanese railway company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1842 {"wikidata_id": "Q909522", "display_name": "Wacoal", "legal_name": null, "aliases": ["Wacoal Corp.", "Wacoal Corp. (Japan)"], "website": "https://www.wacoal-america.com", "canonical_domain": "wacoal-america.com", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wacoal_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1843 {"wikidata_id": "Q1036845", "display_name": "Aquaplus", "legal_name": null, "aliases": ["AQUAPLUS Co.", "Ltd."], "website": "https://aquaplus.jp", "canonical_domain": "aquaplus.jp", "country": "JP", "hq_city": "Yodogawa-ku", "hq_region": "Osaka", "lat": 34.73661, "lon": 135.49536, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115682468", "name": "Hike"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aquaplus_logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q907871"}]}
1844 {"wikidata_id": "Q1042855", "display_name": "I'm Enterprise", "legal_name": null, "aliases": ["I'm Enterprise Inc."], "website": "https://www.imenterprise.jp", "canonical_domain": "imenterprise.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/I%27m_Enterprise_Logo.png", "description": "Japanese talent agency", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1845 {"wikidata_id": "Q107472762", "display_name": "Super Air Jet", "legal_name": null, "aliases": [], "website": "https://www.superairjet.com", "canonical_domain": "superairjet.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian Airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1846 {"wikidata_id": "Q1106640", "display_name": "BreadTalk", "legal_name": null, "aliases": ["BreadTalk Group Limited"], "website": "https://www.breadtalk.com", "canonical_domain": "breadtalk.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BreadTalk_logo.svg", "description": "Singaporean multinational food and beverage corporation", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1847 {"wikidata_id": "Q12512232", "display_name": "Sarinah", "legal_name": null, "aliases": [], "website": "https://www.sarinah.co.id", "canonical_domain": "sarinah.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.188, "lon": 106.823, "industries": ["real-estate", "retail"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sarinah.svg", "description": "Indonesian shopping center", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1848 {"wikidata_id": "Q1262884", "display_name": "Dubai Healthcare City", "legal_name": null, "aliases": [], "website": "https://www.dhcc.ae", "canonical_domain": "dhcc.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "healthcare free economic zone in Dubai", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1849 {"wikidata_id": "Q126595365", "display_name": "Team Falcons", "legal_name": null, "aliases": ["Falcons", "Clup Falcons", "esport Falcons", "esports Falcons", "Falcons Clup", "Falcons esport", "Falcons esports", "Falcons Team"], "website": "https://www.falcons.sa", "canonical_domain": "falcons.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi organization of content creators and esports athletes", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1850 {"wikidata_id": "Q1393397", "display_name": "Pelni", "legal_name": null, "aliases": [], "website": "https://pelni.co.id", "canonical_domain": "pelni.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PELNI_2023.svg", "description": "Indonesian transport company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1851 {"wikidata_id": "Q16127507", "display_name": "Saudigulf", "legal_name": null, "aliases": [], "website": "https://www.saudigulfairlines.com", "canonical_domain": "saudigulfairlines.com", "country": "SA", "hq_city": "Dammam", "hq_region": "Eastern Province", "lat": 26.43333, "lon": 50.1, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "carrier located in Dammam", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1852 {"wikidata_id": "Q17054442", "display_name": "Haldiram's", "legal_name": null, "aliases": ["Haldiram"], "website": "https://www.haldirams.com", "canonical_domain": "haldirams.com", "country": "IN", "hq_city": "Nagpur", "hq_region": "Nagpur district", "lat": 21.14972, "lon": 79.08056, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian restaurant and foodstuff manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1853 {"wikidata_id": "Q1973019", "display_name": "Dubai Financial Market", "legal_name": null, "aliases": ["DFM", "XDFM"], "website": "https://www.dfm.co.ae", "canonical_domain": "dfm.co.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Dubai, United Arab Emirates", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1854 {"wikidata_id": "Q21043221", "display_name": "Saudi Arabia Railways", "legal_name": null, "aliases": ["SAR", "Saudi Railway Company"], "website": "https://www.sar.com.sa", "canonical_domain": "sar.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_Arabia_Railways_Logo.svg", "description": "state-owned rail company in Saudi Arabia", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1855 {"wikidata_id": "Q2146772", "display_name": "Joymax", "legal_name": null, "aliases": [], "website": "https://www.joymax.com", "canonical_domain": "joymax.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1856 {"wikidata_id": "Q2364677", "display_name": "Elex Media Komputindo", "legal_name": null, "aliases": ["EMK", "Elex Media", "Elexmedia Komputindo", "PT Elex Media Komputindo"], "website": "https://elexmedia.id", "canonical_domain": "elexmedia.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["media"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6428600", "name": "Kompas Gramedia Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elex_Media_Komputindo_Logo.svg", "description": "Indonesian publishing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1857 {"wikidata_id": "Q24884920", "display_name": "Voot", "legal_name": null, "aliases": [], "website": "https://www.voot.com", "canonical_domain": "voot.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["over-the-top media service"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7924434", "name": "Viacom18"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Voot_website_logo.png", "description": "Indian subscription video on demand service", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1858 {"wikidata_id": "Q2820005", "display_name": "Aamir Khan Productions", "legal_name": null, "aliases": ["Aamir Khan Productions Ptv. Ltd."], "website": "https://www.akpfilms.com", "canonical_domain": "akpfilms.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aamir_khan_productions.png", "description": "film production company in India", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1859 {"wikidata_id": "Q288837", "display_name": "Orion Electric", "legal_name": null, "aliases": ["Orion Electric Co.", "Ltd."], "website": "https://www.orion-electric.co.jp", "canonical_domain": "orion-electric.co.jp", "country": "JP", "hq_city": "Echizen", "hq_region": "Fukui Prefecture", "lat": 35.9035, "lon": 136.16875, "industries": ["technology"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Orion_Denki.svg", "description": "Japanese consumer electronics company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1860 {"wikidata_id": "Q306960", "display_name": "ampm", "legal_name": null, "aliases": ["am/pm"], "website": "https://www.ampm.com", "canonical_domain": "ampm.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["franchising"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ampm_storechain_logo.svg", "description": "US multinational convenience store chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1861 {"wikidata_id": "Q316511", "display_name": "Destiny Cable", "legal_name": null, "aliases": [], "website": "https://www.destinycable.com.ph", "canonical_domain": "destinycable.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["media"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7537263", "name": "Sky Cable Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Destiny_Cable.png", "description": "defunct cable TV company in the Philippines", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1862 {"wikidata_id": "Q326720", "display_name": "Lotte Hotels & Resorts", "legal_name": null, "aliases": [], "website": "https://www.lottehotel.com", "canonical_domain": "lottehotel.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LotteHotels%26ResortsLogo_Brown_RGB.jpg", "description": "hotel company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1863 {"wikidata_id": "Q3347945", "display_name": "Socialist Unity Centre of India (Communist)", "legal_name": null, "aliases": ["Socialist Unity Centre of India", "SUCI", "SUCI (C)"], "website": "https://sucic.org", "canonical_domain": "sucic.org", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.56386, "lon": 88.35558, "industries": ["media"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "political party in India", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1864 {"wikidata_id": "Q3530263", "display_name": "Food Corporation of India", "legal_name": null, "aliases": [], "website": "https://www.fci.gov.in", "canonical_domain": "fci.gov.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian government corporation", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1865 {"wikidata_id": "Q3635746", "display_name": "National Aluminium Company", "legal_name": null, "aliases": [], "website": "https://www.nalcoindia.com", "canonical_domain": "nalcoindia.com", "country": "IN", "hq_city": "Bhubaneswar", "hq_region": "Khordha district", "lat": 20.295, "lon": 85.825, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National Aluminium Company Limited, (NALCO)", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1866 {"wikidata_id": "Q367931", "display_name": "Yanagisawa Wind Instruments", "legal_name": null, "aliases": [], "website": "https://www.yanagisawasax.co.jp", "canonical_domain": "yanagisawasax.co.jp", "country": "JP", "hq_city": "Azusawa", "hq_region": "Itabashi", "lat": 35.77833, "lon": 139.69846, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yanagisawalogo.jpg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1867 {"wikidata_id": "Q403696", "display_name": "Aichi Steel", "legal_name": null, "aliases": ["Aichi Steel Corporation"], "website": "https://www.aichi-steel.co.jp", "canonical_domain": "aichi-steel.co.jp", "country": "JP", "hq_city": "Tōkai-shi", "hq_region": "Aichi Prefecture", "lat": 35.02306, "lon": 136.90219, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800P9OWOVHHY4ML18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aichi_Steel_company_logo.svg", "description": "company in Tokai, Aichi, Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1868 {"wikidata_id": "Q4119913", "display_name": "Emirates Global Aluminium", "legal_name": null, "aliases": ["Dubal"], "website": "https://www.ega.ae", "canonical_domain": "ega.ae", "country": "AE", "hq_city": "Emirate of Dubai", "hq_region": "United Arab Emirates", "lat": 25.26444, "lon": 55.31167, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Aluminium conglomerate of the UAE", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1869 {"wikidata_id": "Q4167907", "display_name": "Singapore Pools", "legal_name": null, "aliases": [], "website": "https://www.singaporepools.com.sg", "canonical_domain": "singaporepools.com.sg", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean lottery operator", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1870 {"wikidata_id": "Q44027", "display_name": "Iran Tractor Manufacturing Company", "legal_name": null, "aliases": ["Tractor Tabriz", "Iran Tractor Co", "ITM Co Iran", "ITMCO", "Tractor Iran", "Tractor Manufacturing Company"], "website": "https://www.itmco.ir", "canonical_domain": "itmco.ir", "country": "IR", "hq_city": "Tabriz", "hq_region": "Central District", "lat": 38.07389, "lon": 46.29611, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering", "manufacture of machinery and equipment"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian tractor and heavy equipment manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1871 {"wikidata_id": "Q484047", "display_name": "Hana Bank", "legal_name": null, "aliases": ["Korea Exchange Bank", "KEB Hana Bank"], "website": "https://www.hanabank.com", "canonical_domain": "hanabank.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "6RPK2YDJN6L35AS0M510", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hana_Bank_Logo_%28eng%29.svg", "description": "South Korean company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1872 {"wikidata_id": "Q486332", "display_name": "Korea Investment Corporation", "legal_name": null, "aliases": [], "website": "https://www.kic.kr", "canonical_domain": "kic.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q488486", "name": "Ministry of Economy and Finance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KIC_Logo_EN.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1873 {"wikidata_id": "Q493997", "display_name": "Hyundai WIA", "legal_name": null, "aliases": ["WIA", "World Industries Ace"], "website": "https://www.hyundai-wia.com", "canonical_domain": "hyundai-wia.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": ["automotive", "defense"], "industry_labels": ["automotive industry", "weapons industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Wia_logo.svg", "description": "South Korean automotive and defense company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1874 {"wikidata_id": "Q494657", "display_name": "Seoul Semiconductor", "legal_name": null, "aliases": [], "website": "https://www.seoulsemicon.com", "canonical_domain": "seoulsemicon.com", "country": "KR", "hq_city": "Ansan", "hq_region": "Gyeonggi Province", "lat": 37.32361, "lon": 126.82194, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1875 {"wikidata_id": "Q495088", "display_name": "Gamevil", "legal_name": null, "aliases": [], "website": "https://www.gamevil.com", "canonical_domain": "gamevil.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GAMEVIL_logo.svg", "description": "mobile video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1876 {"wikidata_id": "Q495824", "display_name": "HDC Young Chang", "legal_name": null, "aliases": ["Young Chang Company", "Young Chang Pianos"], "website": "https://www.ycpiano.co.kr", "canonical_domain": "ycpiano.co.kr", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean musical instrument manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1877 {"wikidata_id": "Q56120618", "display_name": "Shubhapallaba", "legal_name": null, "aliases": ["Shubhapallab", "Shubhapallav", "Shubhapallava", "Shuvapallab", "Shuvapallaba", "Shuvapallav", "Shuvapallava", "Subhapallaba"], "website": "https://telugu.shubhapallaba.com", "canonical_domain": "shubhapallaba.com", "country": "IN", "hq_city": "Bhadrak", "hq_region": "Bhadrak district", "lat": 21.05278, "lon": 86.52, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subhapallaba_Odia_Logo.png", "description": "Odia e-Magazine", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1878 {"wikidata_id": "Q5921060", "display_name": "Yeo Hiap Seng", "legal_name": null, "aliases": [], "website": "https://www.yeos.com.sg", "canonical_domain": "yeos.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean beverage company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1879 {"wikidata_id": "Q60376", "display_name": "Korea Minting and Security Printing Corporation", "legal_name": null, "aliases": ["KOMSCO"], "website": "https://www.komsco.com", "canonical_domain": "komsco.com", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["manufacturing"], "industry_labels": ["printing", "mint"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q488486", "name": "Ministry of Economy and Finance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_KOMSCO.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1880 {"wikidata_id": "Q6109053", "display_name": "JTB Corporation", "legal_name": "株式会社JTB", "aliases": ["JTB", "Japan Travel Bureau"], "website": "https://www.jtb.co.jp", "canonical_domain": "jtb.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["travel"], "industry_labels": ["tertiary sector of the economy", "tourism industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTB_Logo_Japanese_Tagline.svg", "description": "travel agency in Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1881 {"wikidata_id": "Q611119", "display_name": "Takasago International Corporation", "legal_name": null, "aliases": ["Takasago"], "website": "https://www.takasago-i.co.jp", "canonical_domain": "takasago-i.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takasago_company_logo.svg", "description": "international producer of flavors and fragrances headquartered in Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1882 {"wikidata_id": "Q623647", "display_name": "Gmarket", "legal_name": null, "aliases": ["G-Market"], "website": "https://www.gmarket.co.kr", "canonical_domain": "gmarket.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gmarket_logo.svg", "description": "South Korean e-commerce website", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1883 {"wikidata_id": "Q626185", "display_name": "SHOWBOX Co., Ltd.", "legal_name": null, "aliases": ["Showbox", "Showbow Coporation", "Showbox Mediaplex", "Showbox Mediaplex Co.", "Inc."], "website": "https://www.showbox.co.kr", "canonical_domain": "showbox.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean film company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1884 {"wikidata_id": "Q6509916", "display_name": "Leap Motion", "legal_name": null, "aliases": ["Inc.", "OcuSpec Inc."], "website": "https://www.ultraleap.com", "canonical_domain": "ultraleap.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["technology", "artificial-intelligence"], "industry_labels": ["information technology", "artificial intelligence"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q110178483", "name": "Abcence"}, "logo_url": null, "description": "American manufacturer of computer hardware sensor devices", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1885 {"wikidata_id": "Q655121", "display_name": "Ariana Television Network", "legal_name": null, "aliases": ["ATN", "Ariana TV"], "website": "https://www.arianatelevision.com", "canonical_domain": "arianatelevision.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["media"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ariana_television_logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1886 {"wikidata_id": "Q711924", "display_name": "Shuttle Inc.", "legal_name": null, "aliases": [], "website": "https://www.shuttlecomputers.com", "canonical_domain": "shuttlecomputers.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "computer hardware industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shuttle_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1887 {"wikidata_id": "Q716149", "display_name": "Tyan Business Unit, MiTAC Computing Technology", "legal_name": null, "aliases": ["Tyan", "Tyan Computer"], "website": "https://www.tyan.com", "canonical_domain": "tyan.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tyan_Business_Unit_logo_20110312.jpg", "description": "business unit of MiTAC Computing Technology", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1888 {"wikidata_id": "Q746428", "display_name": "Aichi Bank", "legal_name": null, "aliases": [], "website": "https://www.aichibank.co.jp", "canonical_domain": "aichibank.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800ZI732QIENETJ94", "sec_cik": null, "parent": {"wikidata_id": "Q114497997", "name": "Aichi Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aichi_Bank_logo.png", "description": "former Japanese bank (1989-2024)", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1889 {"wikidata_id": "Q7731899", "display_name": "The Emirates Group", "legal_name": null, "aliases": ["Emirates Group"], "website": "https://www.theemiratesgroup.com", "canonical_domain": "theemiratesgroup.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emirates_Group_Logo.svg", "description": "Dubai-based international aviation holding company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1890 {"wikidata_id": "Q7739717", "display_name": "The Himalaya Drug Company", "legal_name": null, "aliases": [], "website": "https://www.himalayawellness.com", "canonical_domain": "himalayawellness.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Himalaya_Drug_Company_logo.svg", "description": "Indian multinational company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1891 {"wikidata_id": "Q8046237", "display_name": "Ya Kun Kaya Toast", "legal_name": null, "aliases": [], "website": "https://www.yakun.com", "canonical_domain": "yakun.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1892 {"wikidata_id": "Q8069628", "display_name": "Zerodha", "legal_name": null, "aliases": [], "website": "https://zerodha.com", "canonical_domain": "zerodha.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian financial services company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1893 {"wikidata_id": "Q843702", "display_name": "Hokkaido Broadcasting", "legal_name": "Hokkaido Broadcasting Co.,Ltd.", "aliases": ["HBC", "Hokkaido Broadcasting Co.", "Ltd."], "website": "https://www.hbc.co.jp", "canonical_domain": "hbc.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["media"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hbc_logo.svg", "description": "Japanese commercial broadcasting network of Hokkaido", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1894 {"wikidata_id": "Q843944", "display_name": "Nomura Securities Co Ltd", "legal_name": null, "aliases": ["NSC", "NMRJ", "Nomura Securities Co.", "Ltd."], "website": "https://www.nomura.co.jp", "canonical_domain": "nomura.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1295105", "name": "Nomura Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nomura_logo.svg", "description": "Nomura Japan equity trading", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1895 {"wikidata_id": "Q846839", "display_name": "China Minmetals", "legal_name": null, "aliases": ["China Minmetals Corporation"], "website": "https://www.minmetals.com", "canonical_domain": "minmetals.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": ["trade"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1896 {"wikidata_id": "Q901485", "display_name": "Nagasaki Electric Tramway", "legal_name": null, "aliases": [], "website": "https://www.naga-den.com", "canonical_domain": "naga-den.com", "country": "JP", "hq_city": "Nagasaki", "hq_region": "Nagasaki Prefecture", "lat": 32.78009, "lon": 129.86137, "industries": ["transportation"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tram system and its operator in Nagasaki, Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1897 {"wikidata_id": "Q905963", "display_name": "Salim Group", "legal_name": null, "aliases": [], "website": "https://www.salim.com.cn", "canonical_domain": "salim.com.cn", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1898 {"wikidata_id": "Q909429", "display_name": "Macao Post and Telecommunications Bureau", "legal_name": null, "aliases": ["CTT", "Macau Post and Telecommunications"], "website": "https://www.ctt.gov.mo", "canonical_domain": "ctt.gov.mo", "country": "CN", "hq_city": "Senado Square", "hq_region": "Macau", "lat": 22.19358, "lon": 113.53967, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Correios_de_Macau_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1899 {"wikidata_id": "Q950734", "display_name": "Deep", "legal_name": null, "aliases": [], "website": "https://www.deep2001.com", "canonical_domain": "deep2001.com", "country": "JP", "hq_city": "Matsubara", "hq_region": "Naka-ku", "lat": 35.69856, "lon": 139.69692, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese mixed martial arts", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1900 {"wikidata_id": "Q985849", "display_name": "UNY", "legal_name": "ユニー株式会社", "aliases": ["UNY Co.", "Ltd."], "website": "https://www.uny.co.jp", "canonical_domain": "uny.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16485533", "name": "Pan Pacific International Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UNY_Logo.svg", "description": "Japanese company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1901 {"wikidata_id": "Q986546", "display_name": "Shanghai Animation Film Studio", "legal_name": null, "aliases": [], "website": "https://www.ani-sh.com", "canonical_domain": "ani-sh.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E4%B8%8A%E6%B5%B7%E7%BE%8E%E6%9C%AF%E7%94%B5%E5%BD%B1%E5%88%B6%E7%89%87%E5%8E%82_-_logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1902 {"wikidata_id": "Q12250968", "display_name": "Ministry of Islamic Affairs, Da’wah, and Guidance", "legal_name": null, "aliases": [], "website": "https://www.moia.gov.sa", "canonical_domain": "moia.gov.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government ministry in Saudi Arabia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1903 {"wikidata_id": "Q1530024", "display_name": "Maximus Air Cargo", "legal_name": null, "aliases": ["Maximus Air"], "website": "https://www.maximus-air.com", "canonical_domain": "maximus-air.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "UAE based cargo airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1904 {"wikidata_id": "Q15377683", "display_name": "BTCC", "legal_name": null, "aliases": ["BTC & Crypto", "BTC China"], "website": "https://www.btcc.com", "canonical_domain": "btcc.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": ["cryptocurrency industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cryptocurrency exchange", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1905 {"wikidata_id": "Q17997316", "display_name": "Produksi Film Negara", "legal_name": null, "aliases": ["PFN", "State Film Production Company"], "website": "https://www.pfn.co.id", "canonical_domain": "pfn.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PFN_Indonesia.png", "description": "Indonesian film production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1906 {"wikidata_id": "Q2013744", "display_name": "Ras Al Khaimah Free Trade Zone", "legal_name": null, "aliases": ["RAK FTZ"], "website": "https://www.rakftz.com", "canonical_domain": "rakftz.com", "country": "AE", "hq_city": "Ras Al Khaimah", "hq_region": "United Arab Emirates", "lat": 25.78333, "lon": 55.95, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RAK_FTZ_Official_Logo.png", "description": "special economic zone in Ras Al Khaimah", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1907 {"wikidata_id": "Q2023846", "display_name": "Enlight Software", "legal_name": null, "aliases": [], "website": "https://www.enlight.com", "canonical_domain": "enlight.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1908 {"wikidata_id": "Q2139509", "display_name": "EastIndo", "legal_name": null, "aliases": [], "website": "https://www.eastindo.com", "canonical_domain": "eastindo.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1909 {"wikidata_id": "Q2761497", "display_name": "Solvil et Titus", "legal_name": null, "aliases": [], "website": "https://www.solvil-et-titus.com", "canonical_domain": "solvil-et-titus.com", "country": "HK", "hq_city": "Geneva", "hq_region": "Canton of Geneva", "lat": 46.2, "lon": 6.15, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solvil%26Tituslogo.jpg", "description": "Hong Kong watch industry formerly in Sweden", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1910 {"wikidata_id": "Q3045998", "display_name": "ENOC", "legal_name": null, "aliases": ["Emirates National Oil Company"], "website": "https://www.enoc.com", "canonical_domain": "enoc.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ENOC_DL_logo.svg", "description": "government-owned energy corporation based in Dubai, United Arab Emirates", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1911 {"wikidata_id": "Q3481878", "display_name": "Sheng Siong", "legal_name": null, "aliases": ["Sheng Siong Group Limited"], "website": "https://shengsiong.com.sg", "canonical_domain": "shengsiong.com.sg", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of supermarkets in Singapore", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1912 {"wikidata_id": "Q4167785", "display_name": "Popular Holdings", "legal_name": null, "aliases": [], "website": "https://www.popularworld.com", "canonical_domain": "popularworld.com", "country": "SG", "hq_city": "Hato Rey", "hq_region": "PR", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail", "SIC 6022 State Commercial Banks"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "BPOP", "exchange": "Nasdaq", "lei": null, "sec_cik": "763901", "parent": null, "logo_url": null, "description": "Singapore-based educational book company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "source_edgar": {"cik": "763901", "enriched_at": "2026-09-12T09:35:03+00:00"}}
1913 {"wikidata_id": "Q4250957", "display_name": "Transvision", "legal_name": null, "aliases": ["Indonusa Telemedia", "PT. Indonusa Telemedia", "TelkomVision", "YesTV"], "website": "https://www.transvision.co.id", "canonical_domain": "transvision.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["satellite television", "media industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7833662", "name": "Trans Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TransVision.png", "description": "Indonesian direct broadcast satellite provider", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1914 {"wikidata_id": "Q4670123", "display_name": "Abu Dhabi Commercial Bank", "legal_name": null, "aliases": ["ADCB", "Abu Dhabi Commercial Bank PJSC"], "website": "https://www.adcb.com", "canonical_domain": "adcb.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["banking"], "industry_labels": ["banking"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_Commercial_Bank_logo.svg", "description": "bank in the United Arab Emirates", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1915 {"wikidata_id": "Q5285844", "display_name": "dnata", "legal_name": null, "aliases": [], "website": "https://dnata.com", "canonical_domain": "dnata.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Emirati airport services provider", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1916 {"wikidata_id": "Q5310603", "display_name": "Dubai Royal Air Wing", "legal_name": null, "aliases": ["Dubai Air Wing", "Dubai Airwing", "Dubai Royal Airwing", "Royal Air Wing", "Royal Airwing"], "website": "https://airwing.govu.ae", "canonical_domain": "govu.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "VVIP air transport operator for the royal family and government of Dubai, United Arab Emirates; used by the Royal Family of Dubai and high ranking government officials", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1917 {"wikidata_id": "Q5330469", "display_name": "Eastern SkyJets", "legal_name": null, "aliases": [], "website": "https://www.esj.aero", "canonical_domain": "esj.aero", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct charter airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1918 {"wikidata_id": "Q5526953", "display_name": "Gatari Air Service", "legal_name": null, "aliases": [], "website": "https://www.gatariair.com", "canonical_domain": "gatariair.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian charter airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1919 {"wikidata_id": "Q585957", "display_name": "Great Eastern Life", "legal_name": null, "aliases": [], "website": "https://www.lifeisgreat.com.sg", "canonical_domain": "lifeisgreat.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean insurance company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1920 {"wikidata_id": "Q59601635", "display_name": "Union Properties PJSC", "legal_name": null, "aliases": [], "website": "https://www.up.ae", "canonical_domain": "up.ae", "country": "AE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate developers in Dubai", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1921 {"wikidata_id": "Q6428600", "display_name": "Kompas Gramedia Group", "legal_name": null, "aliases": ["KKG", "Kelompok Gramedia", "Kelompok Kompas Gramedia", "Kompas Gramedia"], "website": "https://www.kompasgramedia.com", "canonical_domain": "kompasgramedia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Kompas_Gramedia.png", "description": "Indonesian holding company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1922 {"wikidata_id": "Q6955519", "display_name": "NTUC FairPrice", "legal_name": null, "aliases": ["FairPrice"], "website": "https://www.fairprice.com.sg", "canonical_domain": "fairprice.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300PJTCQSCZT20U69", "sec_cik": null, "parent": null, "logo_url": null, "description": "supermarket chain in Singapore", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1923 {"wikidata_id": "Q7374357", "display_name": "Royal Jet", "legal_name": null, "aliases": [], "website": "https://www.royaljetgroup.com", "canonical_domain": "royaljetgroup.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RoyalJet_logo.svg", "description": "airline based in Abu Dhabi, United Arab Emirates", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1924 {"wikidata_id": "Q7537187", "display_name": "SkyLink Arabia", "legal_name": null, "aliases": [], "website": "https://www.ska-arabia.com", "canonical_domain": "ska-arabia.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1925 {"wikidata_id": "Q807019", "display_name": "Banyan Tree Holdings", "legal_name": null, "aliases": ["Banyan Tree Holdings Limited"], "website": "https://www.banyantree.com", "canonical_domain": "banyantree.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900PU1R3XDPBY5390", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1926 {"wikidata_id": "Q12525426", "display_name": "ZALORA", "legal_name": null, "aliases": ["Zalora Group"], "website": "https://www.zalora.vn", "canonical_domain": "zalora.vn", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["apparel"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zalora_Group_logo.svg", "description": "Southeast Asian online fashion and lifestyle retail platform", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1927 {"wikidata_id": "Q15304359", "display_name": "Asia Pacific Breweries", "legal_name": null, "aliases": [], "website": "https://www.apb.com.sg", "canonical_domain": "apb.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-apb.png", "description": "brewing company in Singapore", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1928 {"wikidata_id": "Q20181105", "display_name": "Alpha Star Aviation", "legal_name": null, "aliases": ["AlphaStar Aviation"], "website": "https://www.alphastarav.com", "canonical_domain": "alphastarav.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private charter airline based in Riyadh, Saudi Arabia", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1929 {"wikidata_id": "Q2855408", "display_name": "Al Jaber Aviation", "legal_name": null, "aliases": [], "website": "https://www.ajaprivatejets.com", "canonical_domain": "ajaprivatejets.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former business jet airline in the UAE", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1930 {"wikidata_id": "Q2897763", "display_name": "Bauhaus Center Tel Aviv", "legal_name": null, "aliases": ["Bauhaus Center", "Bauhaus Center Tel-Aviv"], "website": "https://www.bauhaus-center.com", "canonical_domain": "bauhaus-center.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.07667, "lon": 34.77444, "industries": ["travel", "media"], "industry_labels": ["tourism", "architectural heritage", "publishing"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tourist information center, publisher, gallery, gift shop", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1931 {"wikidata_id": "Q334931", "display_name": "Abu Dhabi Aviation", "legal_name": null, "aliases": ["AXU"], "website": "https://ada.ae", "canonical_domain": "ada.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADA_Logo.png", "description": "regional airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1932 {"wikidata_id": "Q3878818", "display_name": "Charles & Keith", "legal_name": null, "aliases": ["Charles and Keith"], "website": "https://www.charleskeith.com", "canonical_domain": "charleskeith.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Charles_%26_Keith.jpg", "description": "Singaporean fashion company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1933 {"wikidata_id": "Q4043752", "display_name": "Marshall Cavendish", "legal_name": null, "aliases": [], "website": "https://www.marshallcavendish.com", "canonical_domain": "marshallcavendish.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["media"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1934 {"wikidata_id": "Q4670139", "display_name": "Abu Dhabi Investment Council", "legal_name": null, "aliases": [], "website": "https://www.adcouncil.ae", "canonical_domain": "adcouncil.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["financial-services"], "industry_labels": ["investment funds and similar financial entities"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_Investment_Council_logo.png", "description": "Investment arm of the government of Abu Dhabi", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1935 {"wikidata_id": "Q5204929", "display_name": "DFS Galleria", "legal_name": null, "aliases": ["DFS Group", "Duty Free Shoppers (DFS)"], "website": "https://www.dfs.com", "canonical_domain": "dfs.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["duty-free shop"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q504998", "name": "LVMH"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DFS_Group_logo.png", "description": "luxury travel retailer with a network of duty free stores", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1936 {"wikidata_id": "Q6126202", "display_name": "Taiwan Sugar Corporation", "legal_name": null, "aliases": [], "website": "https://www.taisugar.com.tw", "canonical_domain": "taisugar.com.tw", "country": "TW", "hq_city": "Taiwan Island", "hq_region": "Taiwan", "lat": 23.76667, "lon": 121.0, "industries": ["agriculture", "food-beverage"], "industry_labels": ["agriculture", "manufacture of sugar"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taiwan_Sugar_Corporation_Seal.svg", "description": "state-owned company in Taiwan", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1937 {"wikidata_id": "Q659057", "display_name": "Republic Express Airlines", "legal_name": null, "aliases": [], "website": "https://www.rpxholding.com", "canonical_domain": "rpxholding.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1938 {"wikidata_id": "Q7077771", "display_name": "Odex", "legal_name": null, "aliases": ["Odex Private Limited", "Odex Pte. Ltd."], "website": "https://www.odex.sg", "canonical_domain": "odex.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ODEX_Private_Limited_logo.png", "description": "Singapore-based licensing company", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1939 {"wikidata_id": "Q709104", "display_name": "Hongkong Electric Company, Limited", "legal_name": "香港電燈有限公司", "aliases": [], "website": "https://www.hkelectric.com", "canonical_domain": "hkelectric.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1890, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3400900", "name": "Power Assets Holdings Limited"}, "logo_url": null, "description": "electricity company in Hong Kong", "sitelinks": 7, "importance": 0.2186, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1940 {"wikidata_id": "Q104845845", "display_name": "Lark", "legal_name": null, "aliases": [], "website": "https://larksuite.com", "canonical_domain": "larksuite.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lark_Suite_logo_2022.png", "description": "collaboration platform", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1941 {"wikidata_id": "Q1073564", "display_name": "Chinachem Group", "legal_name": null, "aliases": ["Chinachem", "Huàmào Jítuán", "waa mau zaap tyun", "waa4 mau6 zaap6 tyun4", "Hua Mao Ji Tuan", "Chainakem Geulub"], "website": "https://www.chinachemgroup.hk", "canonical_domain": "chinachemgroup.hk", "country": "HK", "hq_city": "Tsuen Wan", "hq_region": "Tsuen Wan District", "lat": 22.3686, "lon": 114.113, "industries": ["real-estate", "manufacturing"], "industry_labels": ["real estate industry", "conglomerate"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1942 {"wikidata_id": "Q1130774", "display_name": "International Islamic Relief Organization", "legal_name": "هَيْئَة الْإغَاثة الْإِسْلَامِيَّة اَلْعَالَمِيَّة", "aliases": ["IIRO", "IIROSA", "International Islamic Relief Organization of Saudi Arabia"], "website": "https://www.egatha.org", "canonical_domain": "egatha.org", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian charity", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1943 {"wikidata_id": "Q16966589", "display_name": "TWG Tea", "legal_name": null, "aliases": ["The Wellbeing Group"], "website": "https://www.twgtea.com", "canonical_domain": "twgtea.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4207288", "name": "Osim International"}, "logo_url": null, "description": "tea brand established in Singapore", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1944 {"wikidata_id": "Q2036150", "display_name": "Phoenix Aviation", "legal_name": null, "aliases": [], "website": "https://www.phoenixuae.com", "canonical_domain": "phoenixuae.com", "country": "AE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "1996-2005 airline in the United Arab Emirates", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1945 {"wikidata_id": "Q22688437", "display_name": "Souq.com", "legal_name": null, "aliases": ["Souq"], "website": "https://www.souq.com", "canonical_domain": "souq.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3884", "name": "Amazon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Souq_Logo.png", "description": "English-Arabic language e-commerce platform, owned by Amazon", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1946 {"wikidata_id": "Q2931701", "display_name": "CLSA", "legal_name": null, "aliases": ["CLHK", "CLSA Hong Kong", "Credit Lyonnais Securities Asia"], "website": "https://www.clsa.com", "canonical_domain": "clsa.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q737443", "name": "CITIC Securities"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CLSA_logo.svg", "description": "Capital markets and investment group", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1947 {"wikidata_id": "Q3293825", "display_name": "King Faisal Foundation", "legal_name": "مؤسسة الملك فيصل الخيرية", "aliases": ["KFF"], "website": "https://www.kff.com", "canonical_domain": "kff.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian charity organization", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1948 {"wikidata_id": "Q4207288", "display_name": "Osim International", "legal_name": null, "aliases": ["OSIM International Limited"], "website": "https://www.osim.com", "canonical_domain": "osim.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singapore-based electrical and household appliance company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1949 {"wikidata_id": "Q44506319", "display_name": "Lovense", "legal_name": null, "aliases": [], "website": "https://www.lovense.com", "canonical_domain": "lovense.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["technology"], "industry_labels": ["technology industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singapore Connected intimacy technology company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1950 {"wikidata_id": "Q4670141", "display_name": "Abu Dhabi Islamic Bank", "legal_name": null, "aliases": [], "website": "https://adib.ae", "canonical_domain": "adib.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["banking"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Islamic bank based in Abu Dhabi", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1951 {"wikidata_id": "Q4783148", "display_name": "Arab Bank for Economic Development in Africa", "legal_name": null, "aliases": ["BADEA", "A.B.E.D.I.A.", "ABEDIA", "B.A.D.E.A.", "Banque arabe de développement économique en Afrique", "Banque arabe pour le développement économique en Afrique", "Maṣrif al-ʻArabī lil-Tanmiyah al-Iqtiṣādīyah fī Afrīqiyā", "Sudan."], "website": "https://www.badea.org", "canonical_domain": "badea.org", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["banking"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank for the development of African countries", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1952 {"wikidata_id": "Q48805494", "display_name": "Saudi Arabian Military Industries", "legal_name": null, "aliases": ["SAMI"], "website": "https://www.sami.com.sa", "canonical_domain": "sami.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["defense"], "industry_labels": ["defence industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12220298", "name": "Public Investment Fund"}, "logo_url": null, "description": "Saudi Arabian defence company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1953 {"wikidata_id": "Q4946303", "display_name": "Borouge", "legal_name": null, "aliases": [], "website": "https://www.borouge.com", "canonical_domain": "borouge.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "borouge beginning", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1954 {"wikidata_id": "Q5289621", "display_name": "Dolphin Energy", "legal_name": null, "aliases": [], "website": "https://www.dolphinenergy.com", "canonical_domain": "dolphinenergy.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Gas company in the UAE", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1955 {"wikidata_id": "Q6441777", "display_name": "Kudu", "legal_name": null, "aliases": [], "website": "https://kudu.com.sa", "canonical_domain": "kudu.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kudu_logo_%28Saudi_Arabia%2C_2016%29_%28background%2C_without_wordmark_variant%29.svg", "description": "Fast food chain in Saudi Arabia", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1956 {"wikidata_id": "Q6952530", "display_name": "NASDAQ Dubai", "legal_name": null, "aliases": ["DIFX", "NDXB"], "website": "https://www.nasdaqdubai.com", "canonical_domain": "nasdaqdubai.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "On Tuesday 18th November, 2008, the Dubai International Financial Market was rebranded as nasdaq dubai.", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1957 {"wikidata_id": "Q7523084", "display_name": "Singapore Power", "legal_name": null, "aliases": ["SP Group", "Singapore Power Ltd"], "website": "https://www.spgroup.com.sg", "canonical_domain": "spgroup.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["energy", "oil-gas"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean Electricity & Gas Distribution Company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1958 {"wikidata_id": "Q795209", "display_name": "Tata Coffee", "legal_name": null, "aliases": ["Tata Coffee Limited"], "website": "https://www.tatacoffee.com", "canonical_domain": "tatacoffee.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1922, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Coffee_Logo.svg", "description": "Indian company", "sitelinks": 6, "importance": 0.2046, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1959 {"wikidata_id": "Q1157969", "display_name": "Dallah Al-Baraka", "legal_name": null, "aliases": [], "website": "https://www.dallah.com", "canonical_domain": "dallah.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1960 {"wikidata_id": "Q16172136", "display_name": "Qoo10.jp", "legal_name": null, "aliases": ["GMarket", "Qoo 10", "Qoo10"], "website": "https://www.qoo10.jp", "canonical_domain": "qoo10.jp", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q58024", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qoo10_logo.svg", "description": "Singaporean multinational e-commerce platform", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1961 {"wikidata_id": "Q16259501", "display_name": "Network for Electronic Transfers", "legal_name": null, "aliases": ["NETS"], "website": "https://www.nets.com.sg", "canonical_domain": "nets.com.sg", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NETS_logo.svg", "description": "Singaporean electronic payment service provider", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1962 {"wikidata_id": "Q17002324", "display_name": "Dubai Gold & Commodities Exchange Dmcc", "legal_name": null, "aliases": ["DGCX"], "website": "https://www.dgcx.ae", "canonical_domain": "dgcx.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["agriculture", "financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial exchange in Dubai, United Arab Emirates", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1963 {"wikidata_id": "Q17005286", "display_name": "Old Chang Kee", "legal_name": null, "aliases": ["Old Chang Kee Limited"], "website": "https://www.oldchangkee.com", "canonical_domain": "oldchangkee.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean food and beverage chain", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1964 {"wikidata_id": "Q2896740", "display_name": "Bentham Science Publishers", "legal_name": null, "aliases": ["Bentham Science Publishers (United Arab Emirates)", "CNS & Neurological Disorders: Drug Targets"], "website": "https://www.benthamscience.com", "canonical_domain": "benthamscience.com", "country": "AE", "hq_city": "Emirate of Sharjah", "hq_region": "United Arab Emirates", "lat": 25.35, "lon": 55.43306, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "academic publishing company that publishes scientific, technical, and medical journals and e-books", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1965 {"wikidata_id": "Q3153926", "display_name": "Investment Corporation of Dubai", "legal_name": null, "aliases": [], "website": "https://pt.difxuae.com", "canonical_domain": "difxuae.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "sovereign wealth fund from the United Arab Emirates", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1966 {"wikidata_id": "Q4832749", "display_name": "Panda Retail Company", "legal_name": null, "aliases": ["Panda", "Azizia Panda"], "website": "https://www.panda.com.sa", "canonical_domain": "panda.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["retail"], "industry_labels": ["hypermarket"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7762363", "name": "Savola Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panda_Retail_Company_Logo.svg", "description": "Saudi Arabian grocery retailing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1967 {"wikidata_id": "Q48999902", "display_name": "Hanson Robotics", "legal_name": null, "aliases": ["Hanson Robotics Limited"], "website": "https://www.hansonrobotics.com", "canonical_domain": "hansonrobotics.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["robotics", "construction"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanson_Robotics_logo.png", "description": "Hong Kong-based engineering and robotics company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1968 {"wikidata_id": "Q5120875", "display_name": "Cinepoly Records", "legal_name": null, "aliases": ["Cinepoly Records Co.", "Ltd."], "website": "https://www.umg.com.hk", "canonical_domain": "umg.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q13489420", "name": "Universal Music Hong Kong"}, "logo_url": null, "description": "Hong Kong record label", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00", "notes": [{"related_domain_conflict": "Q13489420"}]}
1969 {"wikidata_id": "Q5310498", "display_name": "Dubai Aerospace Enterprise", "legal_name": null, "aliases": ["DAE"], "website": "https://dubaiaerospace.com", "canonical_domain": "dubaiaerospace.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["aerospace-defense", "manufacturing"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DAE_Logo.jpg", "description": "global aerospace, manufacturing and services corporation", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1970 {"wikidata_id": "Q5463921", "display_name": "Focus Group Holdings Limited", "legal_name": null, "aliases": [], "website": "https://www.focusgroup.cc", "canonical_domain": "focusgroup.cc", "country": "HK", "hq_city": "Kowloon", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.18333, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong media company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1971 {"wikidata_id": "Q64732479", "display_name": "EDGE Group", "legal_name": null, "aliases": [], "website": "https://edgegroup.ae", "canonical_domain": "edgegroup.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["defense"], "industry_labels": ["defense"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edge_Group_Logo.svg", "description": "Emirati defense company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1972 {"wikidata_id": "Q6713673", "display_name": "M1 Limited", "legal_name": null, "aliases": ["M1", "MobileOne"], "website": "https://www.m1.com.sg", "canonical_domain": "m1.com.sg", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M1_Singapore_2020.svg", "description": "telecommunication company in Singapore", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1973 {"wikidata_id": "Q6747844", "display_name": "Mandarin Films Distribution", "legal_name": null, "aliases": ["Mandarin Films Distribution Co. Ltd."], "website": "https://www.mandarinfilms.com", "canonical_domain": "mandarinfilms.com", "country": "HK", "hq_city": "Causeway Bay", "hq_region": "Wan Chai District", "lat": 22.28066, "lon": 114.18096, "industries": ["entertainment"], "industry_labels": ["cinema of Hong Kong"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong and Chinese film production and distribution company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1974 {"wikidata_id": "Q6961181", "display_name": "Nama Chemicals", "legal_name": null, "aliases": [], "website": "https://www.nama.com.sa", "canonical_domain": "nama.com.sa", "country": "SA", "hq_city": "Jubail", "hq_region": "Jubail governorate", "lat": 27.0, "lon": 49.66667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian industrial company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1975 {"wikidata_id": "Q7681456", "display_name": "Tamimi Group", "legal_name": null, "aliases": [], "website": "https://tamimigroup.com.sa", "canonical_domain": "tamimigroup.com.sa", "country": "SA", "hq_city": "Dammam", "hq_region": "Eastern Province", "lat": 26.43333, "lon": 50.1, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian conglomerate", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1976 {"wikidata_id": "Q77761013", "display_name": "Frasers Property", "legal_name": null, "aliases": ["Frasers Property Group"], "website": "https://www.frasersproperty.com", "canonical_domain": "frasersproperty.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frasers_Property.svg", "description": "multi-national real estate and property management company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1977 {"wikidata_id": "Q8044591", "display_name": "Beat Holdings", "legal_name": null, "aliases": ["XFN", "Xinhua Finance", "Xinhua Finance Holdings", "Xinhua Financial Network", "Xinhua Holdings"], "website": "https://beatholdings.com", "canonical_domain": "beatholdings.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong privately held company, former news agency", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1978 {"wikidata_id": "Q98918715", "display_name": "Group 42", "legal_name": null, "aliases": [], "website": "https://g42.ai", "canonical_domain": "g42.ai", "country": "AE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Emirati artificial Intelligence and Cloud Computing company", "sitelinks": 5, "importance": 0.1884, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1979 {"wikidata_id": "Q104843594", "display_name": "Saudi German Hospitals", "legal_name": null, "aliases": ["SGH"], "website": "https://saudigermanhealth.com", "canonical_domain": "saudigermanhealth.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Healthcare providers in the MENA region", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1980 {"wikidata_id": "Q1282039", "display_name": "Ecolog International", "legal_name": null, "aliases": [], "website": "https://www.ecolog-international.com", "canonical_domain": "ecolog-international.com", "country": "AE", "hq_city": "Düsseldorf", "hq_region": "Düsseldorf Government Region", "lat": 51.22556, "lon": 6.77667, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1981 {"wikidata_id": "Q16960538", "display_name": "Ajlan & Brothers", "legal_name": null, "aliases": ["Ajlan bros"], "website": "https://www.ajlanbros.com", "canonical_domain": "ajlanbros.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Clothing manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1982 {"wikidata_id": "Q17148539", "display_name": "Saudi Air Ambulance", "legal_name": null, "aliases": [], "website": "https://www.srcs.org.sa", "canonical_domain": "srcs.org.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Defunct air ambulance service", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1983 {"wikidata_id": "Q43080151", "display_name": "Insilico Medicine", "legal_name": null, "aliases": ["Insilico", "Insilico Medicine Cayman TopCo", "Insilico Medicine Inc", "Insilico Medicine Inc.", "Inc."], "website": "https://insilico.com", "canonical_domain": "insilico.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900MQK3C1TR58H275", "sec_cik": "1789097", "parent": null, "logo_url": null, "description": "American biotechnology company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1984 {"wikidata_id": "Q4670149", "display_name": "Abu Dhabi National Exhibitions Company", "legal_name": null, "aliases": [], "website": "https://www.adnec.ae", "canonical_domain": "adnec.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_National_Exhibitions_Company_%28ADNEC%29%2C_Abu_Dhabi%2C_UAE.JPG", "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1985 {"wikidata_id": "Q4749024", "display_name": "Amusic", "legal_name": null, "aliases": ["AMusic", "A Music"], "website": "https://www.amusic.hk", "canonical_domain": "amusic.hk", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong record label; imprint of East Asia Record Production Co., Ltd.", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1986 {"wikidata_id": "Q49281482", "display_name": "3 Hong Kong", "legal_name": "Hutchison Telecommunications (Hong Kong) Limited", "aliases": ["H3G Hong Kong", "Hutchison 3G Hong Kong", "Three Hong Kong"], "website": "https://www.three.com.hk", "canonical_domain": "three.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19548352", "name": "CK Hutchison Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Three_logo.svg", "description": "telecommunications and Internet service provider in Hong Kong", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1987 {"wikidata_id": "Q5321696", "display_name": "E. A. Juffali and Brothers", "legal_name": null, "aliases": [], "website": "https://www.eajb.com", "canonical_domain": "eajb.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Conglomerate in Saudi Arabia", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1988 {"wikidata_id": "Q5448985", "display_name": "Film Workshop", "legal_name": null, "aliases": ["Film Workshop Co.", "Ltd."], "website": "https://www.filmworkshop.net", "canonical_domain": "filmworkshop.net", "country": "HK", "hq_city": "Kowloon Tong", "hq_region": "Hong Kong", "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WorkshopLogo.jpg", "description": "Hong Kong film production company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1989 {"wikidata_id": "Q5635880", "display_name": "HSBC Life", "legal_name": "HSBC Insurance (Asia-Pacific) Holdings Limited", "aliases": [], "website": "https://www.insurance.hsbclife.com.sg", "canonical_domain": "hsbclife.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["insurance"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HSBC-Life-Logo-EN-RGB.png", "description": "part of the worldwide HSBC Group Insurance", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1990 {"wikidata_id": "Q5894208", "display_name": "Hong Kong Air Cargo Terminals Limited", "legal_name": null, "aliases": ["HACTL"], "website": "https://www.hactl.com", "canonical_domain": "hactl.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1991 {"wikidata_id": "Q678109", "display_name": "Innovision Multimedia", "legal_name": null, "aliases": ["InnoVISION Multimedia", "Innovision Multimedia Limited", "InnoVISION Multimedia Ltd."], "website": "https://www.inno3d.com", "canonical_domain": "inno3d.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inno3d_logo.svg", "description": "Hong Kong computer hardware manufacturer based in Singapore", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1992 {"wikidata_id": "Q7179006", "display_name": "Petromin", "legal_name": null, "aliases": ["Petromin Corporation"], "website": "https://petromin.com", "canonical_domain": "petromin.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PETROMIN_logo.svg", "description": "Saudi Arabian lubricants and automotive services company", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1993 {"wikidata_id": "Q95456172", "display_name": "Apex Motors", "legal_name": null, "aliases": [], "website": "https://www.apexmotors.co", "canonical_domain": "apexmotors.co", "country": "HK", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["automotive"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "automobile manufacturer", "sitelinks": 4, "importance": 0.1692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1994 {"wikidata_id": "Q1284735", "display_name": "WSM Music Group Ltd.", "legal_name": null, "aliases": [], "website": "https://www.wsmmusic.com", "canonical_domain": "wsmmusic.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1995 {"wikidata_id": "Q4017042", "display_name": "WOW Music", "legal_name": null, "aliases": [], "website": "https://www.wowmusic.hk", "canonical_domain": "wowmusic.hk", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1996 {"wikidata_id": "Q7165909", "display_name": "People Mountain People Sea", "legal_name": null, "aliases": [], "website": "https://www.peoplemountainpeoplesea.com", "canonical_domain": "peoplemountainpeoplesea.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1997 {"wikidata_id": "Q7537501", "display_name": "Sky Shuttle Helicopters", "legal_name": null, "aliases": ["Sky Shuttle"], "website": "https://www.skyshuttlehk.com", "canonical_domain": "skyshuttlehk.com", "country": "HK", "hq_city": "Sheung Wan", "hq_region": "Central and Western District", "lat": 22.28524, "lon": 114.15139, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "helicopter service operator based in Macau", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1998 {"wikidata_id": "Q7602324", "display_name": "Stars Shine International", "legal_name": null, "aliases": ["Stars Shine International Ltd."], "website": "https://www.starsshine.com.hk", "canonical_domain": "starsshine.com.hk", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong record label", "sitelinks": 3, "importance": 0.1457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-12T09:34:00+00:00"}
1 +{"wikidata_id": "Q53268", "display_name": "Toyota", "legal_name": null, "aliases": ["TOYOTA JIDOSHA KABUSHIKI KAISHA", "TOYOTA JIDOSHA KABUSHIKI KAISHA (Toyota)", "Toyota Motor", "Toyota Motor Corporation"], "website": "https://global.toyota", "canonical_domain": "global.toyota", "country": "JP", "hq_city": "Toyota", "hq_region": "Aichi Prefecture", "lat": 35.08242, "lon": 137.15633, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1937, "employees": 359542, "public_company": true, "ticker": "7203", "exchange": "Tokyo Stock Exchange", "lei": "5493006W3QUS5LMH6R84", "sec_cik": "1094517", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota.svg", "description": "Japanese multinational automotive manufacturer", "sitelinks": 149, "importance": 0.912, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2 +{"wikidata_id": "Q20716", "display_name": "Samsung Group", "legal_name": null, "aliases": [], "website": "https://www.samsung.com", "canonical_domain": "samsung.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1938, "employees": 262647, "public_company": true, "ticker": "005935", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_wordmark.svg", "description": "South Korean multinational conglomerate", "sitelinks": 129, "importance": 0.8924, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7410625"}, {"related_domain_conflict": "Q7410498"}]}
3 +{"wikidata_id": "Q9584", "display_name": "Honda", "legal_name": "Honda Motor Company, Ltd.", "aliases": ["Honda Giken Kōgyō", "Honda Giken Kogyo K.K.", "Honda Motor Co.", "Ltd.", "Honda Motor Co.", "Ltd. (Tokyo)", "Honda Motor Company", "Ltd."], "website": "https://global.honda", "canonical_domain": "global.honda", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["manufacturing", "automotive"], "industry_labels": ["industrial manufacturing", "automotive industry"], "founded_year": 1948, "employees": 204035, "public_company": true, "ticker": "7267", "exchange": "Tokyo Stock Exchange", "lei": "549300P7ZYCQJ36CCS16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honda_logo.svg", "description": "manufacturer of automobiles, motorcycles, and power equipment", "sitelinks": 105, "importance": 0.8673, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4 +{"wikidata_id": "Q41187", "display_name": "Sony Group", "legal_name": "ソニーグループ株式会社", "aliases": ["Tokyo Telecommunications Engineering Corporation", "Totsuko"], "website": "https://www.sony.com", "canonical_domain": "sony.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["technology", "gaming", "manufacturing"], "industry_labels": ["electronics industry", "video game industry", "electrical industry"], "founded_year": 1946, "employees": 112300, "public_company": true, "ticker": "6758", "exchange": "Tokyo Stock Exchange", "lei": "529900R5WX9N2OI2N910", "sec_cik": "313838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Group_logo.svg", "description": "Japanese multinational conglomerate corporation", "sitelinks": 114, "importance": 0.8672, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1134268"}]}
5 +{"wikidata_id": "Q20165", "display_name": "Nissan", "legal_name": "Nissan Motor Co., Ltd.", "aliases": ["Nissan Motor Company", "Nissan Jidōsha Kabushiki-gaisha", "Nissan Motor Co. Ltd.", "Nissan Motor Co.", "Ltd.", "Nissan Motor Company Ltd", "Nissan Motors", "Nissan Motor Co."], "website": "https://www.nissan-global.com", "canonical_domain": "nissan-global.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1933, "employees": 136134, "public_company": true, "ticker": "7201", "exchange": "Tokyo Stock Exchange", "lei": "353800DRBDH1LUTNAY26", "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissan_brand_wordmark.svg", "description": "Japanese automobile manufacturer", "sitelinks": 90, "importance": 0.8454, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6 +{"wikidata_id": "Q8093", "display_name": "Nintendo", "legal_name": "Nintendo Co., Ltd.", "aliases": ["Nintendō kabushiki-gaisha"], "website": "https://www.nintendo.com", "canonical_domain": "nintendo.com", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1889, "employees": 7317, "public_company": true, "ticker": "7974", "exchange": "Tokyo Stock Exchange", "lei": "353800FEEXU6I9M0ZF27", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nintendo.svg", "description": "Japanese multinational video game and consumer electronics company", "sitelinks": 131, "importance": 0.8422, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
7 +{"wikidata_id": "Q53247", "display_name": "Panasonic Holdings Corporation", "legal_name": null, "aliases": ["Panasonic", "Panasonic Holdings", "Matsushita Electric Industrial Co.", "Ltd."], "website": "https://holdings.panasonic", "canonical_domain": "holdings.panasonic", "country": "JP", "hq_city": "Kadoma", "hq_region": "Osaka Prefecture", "lat": 34.73222, "lon": 135.59944, "industries": ["technology", "consumer-goods", "semiconductors", "gaming"], "industry_labels": ["electronics", "home appliance", "semiconductor industry", "video game industry"], "founded_year": 1918, "employees": 257533, "public_company": true, "ticker": "6752", "exchange": "Tokyo Stock Exchange", "lei": "254900GE1G59KGWPHX32", "sec_cik": "63271", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panasonic_Group_logo.svg", "description": "Japanese multinational electronics corporation", "sitelinks": 79, "importance": 0.8411, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
8 +{"wikidata_id": "Q158888", "display_name": "Yamaha Motor Company", "legal_name": "Yamaha Motor Co., Ltd", "aliases": ["Yamaha Motor"], "website": "https://global.yamaha-motor.com", "canonical_domain": "yamaha-motor.com", "country": "JP", "hq_city": "Iwata", "hq_region": "Shizuoka Prefecture", "lat": 34.71789, "lon": 137.85153, "industries": ["industrial-machinery", "manufacturing", "automotive"], "industry_labels": ["mechanical engineering", "industrial manufacturing", "automotive industry"], "founded_year": 1955, "employees": 53701, "public_company": true, "ticker": "7272", "exchange": "Tokyo Stock Exchange", "lei": "3538004LR5NXILJDHY88", "sec_cik": "1447100", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamaha_Motor_2025.svg", "description": "Japanese motorcycle manufacturer", "sitelinks": 93, "importance": 0.8353, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1447100", "enriched_at": "2026-09-13T07:23:12+00:00"}}
9 +{"wikidata_id": "Q136778", "display_name": "LG Group", "legal_name": null, "aliases": ["LG", "GoldStar", "Leokki Geumseong", "LG Corp", "LG Corp.", "Life is good", "Life's Good", "Life’s Good"], "website": "https://lg.com", "canonical_domain": "lg.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1947, "employees": 222000, "public_company": true, "ticker": "003550", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_logo_%282014%29.svg", "description": "South Korean multinational conglomerate", "sitelinks": 76, "importance": 0.8349, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q162345"}]}
10 +{"wikidata_id": "Q14799", "display_name": "Lenovo", "legal_name": "Lenovo Group Limited", "aliases": ["Lenovo Group", "Lenovo Group Ltd.", "Lenovo Mobile Communication Technology Ltd.", "Liánxiǎng"], "website": "https://www.lenovo.com", "canonical_domain": "lenovo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["electronics", "computer hardware industry"], "founded_year": 1984, "employees": 77000, "public_company": true, "ticker": "992", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lenovo_logo_%282015_onwards%29_2.svg", "description": "Chinese multinational technology company established in 1984", "sitelinks": 83, "importance": 0.8287, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1327887"}]}
11 +{"wikidata_id": "Q1359568", "display_name": "Alibaba Group", "legal_name": null, "aliases": ["Alibaba", "ALIBABA GROUP", "Alibaba Group (Cayman Islands)", "ALIBABA GROUP HOLDING", "Alibaba Group Holding Limited", "Alibaba Group Holding Limited (Grand Cayman)"], "website": "https://www.alibabagroup.com", "canonical_domain": "alibabagroup.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 1999, "employees": 251462, "public_company": true, "ticker": "BABA", "exchange": "New York Stock Exchange", "lei": "5493001NTNQJDH60PM02", "sec_cik": "1577552", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alibaba_en_logo.svg", "description": "Chinese multinational technology company", "sitelinks": 70, "importance": 0.8282, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
12 +{"wikidata_id": "Q181642", "display_name": "Suzuki Motor Corporation", "legal_name": "Suzuki Motor Corporation", "aliases": [], "website": "https://www.globalsuzuki.com", "canonical_domain": "globalsuzuki.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1909, "employees": 68499, "public_company": true, "ticker": "7269", "exchange": "Tokyo Stock Exchange", "lei": "353800D83H0V3ZV1SV24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suzuki_logo_2025.svg", "description": "Japanese multinational automotive corporation", "sitelinks": 83, "importance": 0.827, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
13 +{"wikidata_id": "Q4548", "display_name": "Turkish Airlines", "legal_name": "Türk Hava Yolları", "aliases": ["TK", "DHY", "THY", "Türkiye Devlet Hava Yolları"], "website": "https://www.turkishairlines.com", "canonical_domain": "turkishairlines.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1933, "employees": 40245, "public_company": true, "ticker": "THYAO", "exchange": "Borsa Istanbul", "lei": "789000EV8M3BL7ZPFB03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turkish_Airlines_logo_2019_compact.svg", "description": "national flag-carrier airline of Turkey", "sitelinks": 89, "importance": 0.8266, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
14 +{"wikidata_id": "Q62621", "display_name": "Canon Inc.", "legal_name": null, "aliases": ["Canon", "Canon K.K.", "Canon Kabushiki Kaisha", "CANON KABUSHIKI KAISHA (Tokyo)", "Johann von Straschiripka", "Seikikōgaku kenkyūsho"], "website": "https://global.canon", "canonical_domain": "global.canon", "country": "JP", "hq_city": "Krefeld", "hq_region": null, "lat": null, "lon": null, "industries": ["technology", "manufacturing"], "industry_labels": ["electronics", "electrical industry"], "founded_year": 1937, "employees": 194151, "public_company": true, "ticker": "7751", "exchange": "Tokyo Stock Exchange", "lei": "529900JH1GSC035SSP77", "sec_cik": "16988", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canon_wordmark.svg", "description": "Japanese multinational imaging corporation", "sitelinks": 71, "importance": 0.8259, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
15 +{"wikidata_id": "Q35996", "display_name": "Mazda", "legal_name": null, "aliases": ["Matsuda Kabushiki-gaisha", "Mazda Motor", "Mazda Motor Corporation"], "website": "https://www.mazda.com", "canonical_domain": "mazda.com", "country": "JP", "hq_city": "Fuchū-chō", "hq_region": "Aki district", "lat": 34.39258, "lon": 132.50453, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1920, "employees": 48750, "public_company": true, "ticker": "7261", "exchange": "Tokyo Stock Exchange", "lei": "52990044YZJLICDQKK92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mazda_logo_2024_%28vertical%29.svg", "description": "Japanese multinational automaker", "sitelinks": 82, "importance": 0.8208, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
16 +{"wikidata_id": "Q463094", "display_name": "foxconn.com", "legal_name": null, "aliases": ["Hon Hai", "Hon Hai Precision Industry Co", "Hon Hai Precision Industry Co.", "Ltd."], "website": "https://www.foxconn.com", "canonical_domain": "foxconn.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics", "electronics industry"], "founded_year": 1974, "employees": 618460, "public_company": true, "ticker": "2317", "exchange": "Taiwan Stock Exchange", "lei": "30030004CM3GSZXX7O56", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foxconn_Logo.svg", "description": "Taiwanese multinational electronics contract manufacturer", "sitelinks": 56, "importance": 0.8181, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q9364866"}]}
17 +{"wikidata_id": "Q1636958", "display_name": "Xiaomi", "legal_name": null, "aliases": ["Beijing Xiaomi Technology Co.", "Ltd", "Xiaomi (China)", "Xiaomi Tech", "Xiaomi Technology Co.", "Ltd"], "website": "https://www.mi.com", "canonical_domain": "mi.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive", "consumer-goods", "technology"], "industry_labels": ["mobile phone", "automotive industry", "home appliance", "consumer electronics industry"], "founded_year": 2010, "employees": 16683, "public_company": true, "ticker": "1810", "exchange": "Hong Kong Stock Exchange", "lei": "2549001ACVFAZRNMKL32", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xiaomi_logo_%282021-%29.svg", "description": "Chinese electronics company", "sitelinks": 88, "importance": 0.8126, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q15954223"}]}
18 +{"wikidata_id": "Q26463", "display_name": "Industrial and Commercial Bank of China", "legal_name": "中国工商银行股份有限公司", "aliases": ["ICBC", "Industrial and Commercial Bank of China Limited"], "website": "https://www.icbc.com.cn", "canonical_domain": "icbc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1984, "employees": 439787, "public_company": true, "ticker": "601398", "exchange": "Shanghai Stock Exchange", "lei": "5493002ERZU2K9PZDL40", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese multinational banking company", "sitelinks": 53, "importance": 0.8075, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
19 +{"wikidata_id": "Q679322", "display_name": "Saudi Aramco", "legal_name": "Saudi Arabian Oil Group", "aliases": ["Arabian-American Oil Company", "Aramco", "Saudi Arabian Oil Company", "Saudi Arabian Oil Company (Dhahran)"], "website": "https://www.aramco.com", "canonical_domain": "aramco.com", "country": "SA", "hq_city": "Dhahran", "hq_region": "Eastern Province", "lat": 26.26667, "lon": 50.15, "industries": ["oil-gas", "mining"], "industry_labels": ["oil refining", "petroleum industry", "extraction of petroleum", "extraction of crude petroleum and natural gas"], "founded_year": 1932, "employees": 79000, "public_company": true, "ticker": "2222", "exchange": "Saudi Stock Exchange", "lei": "5586006WD91QHB7J4X50", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_aramco_logo.svg", "description": "Saudi Arabian state-owned petroleum company", "sitelinks": 64, "importance": 0.8021, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
20 +{"wikidata_id": "Q14772", "display_name": "Baidu", "legal_name": null, "aliases": ["Bǎidù", "Inc.", "BEIJING BAIDU NETCOM SCIENCE AND TECHNOLOGY CO.", "LTD. (Beijing)", "BIDU", "Baidu Group"], "website": "https://www.baidu.com", "canonical_domain": "baidu.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2000, "employees": 31000, "public_company": true, "ticker": "BIDU", "exchange": "Nasdaq", "lei": "254900AL64IANZYI1E02", "sec_cik": "1329099", "parent": null, "logo_url": null, "description": "Chinese web services company", "sitelinks": 71, "importance": 0.7993, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
21 +{"wikidata_id": "Q20718", "display_name": "Samsung Electronics", "legal_name": null, "aliases": ["Samsung", "Samsung Electric Industries", "Samsung Electronics Co.", "Samsung Electronics Co.", "Ltd", "Samsung Electronics Co.", "Ltd.", "Samsung Electronics Co."], "website": "https://www.samsungsales.co.kr", "canonical_domain": "samsungsales.co.kr", "country": "KR", "hq_city": "Suwon", "hq_region": "Gyeonggi Province", "lat": 37.28583, "lon": 127.01, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1969, "employees": 109541, "public_company": true, "ticker": "SMSNN", "exchange": "São Paulo Stock Exchange", "lei": "9884007ER46L6N7EI764", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_wordmark.svg", "description": "South Korean multinational electronics corporation", "sitelinks": 59, "importance": 0.7984, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
22 +{"wikidata_id": "Q188514", "display_name": "Tata Motors Ltd", "legal_name": null, "aliases": ["TELCO", "Tata Engineering and Locomotive Company", "Tata Motors", "Tata Motors Limited"], "website": "https://www.tatamotors.com", "canonical_domain": "tatamotors.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": 27948, "public_company": true, "ticker": "TATAMOTORS", "exchange": "National Stock Exchange of India", "lei": "335800BO2LHWJJ8TZI32", "sec_cik": "926042", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Motors_Logo.svg", "description": "Indian multinational automotive manufacturing company", "sitelinks": 70, "importance": 0.7964, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
23 +{"wikidata_id": "Q186394", "display_name": "Fujitsu", "legal_name": "Fujitsu Limited", "aliases": ["Fujitsū Kabushiki-Kaisha", "FUJITSU LIMITED (Kawasaki)", "Fujitsu Ltd."], "website": "https://global.fujitsu", "canonical_domain": "global.fujitsu", "country": "JP", "hq_city": "Shiodome City Center", "hq_region": "Higashi-Shinbashi", "lat": 35.66535, "lon": 139.76098, "industries": ["telecommunications", "technology"], "industry_labels": ["telecommunications industry", "electronics industry"], "founded_year": 1935, "employees": 200000, "public_company": true, "ticker": "6702", "exchange": "Tokyo Stock Exchange", "lei": "3538000246DHJLRTUZ24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujitsu-Logo.svg", "description": "Japanese multinational information technology equipment and services company", "sitelinks": 52, "importance": 0.7941, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
24 +{"wikidata_id": "Q860580", "display_name": "Tencent", "legal_name": "腾讯科技股份有限公司", "aliases": ["AdvanceDataServices Limited", "Shenzhen Tencent Computer Systems Company Limited", "Tencent Group", "Tencent Holdings", "Tencent Holdings Limited", "Tencent Holdings Ltd.", "Tengxun", "Téngxùn"], "website": "https://www.tencent.com", "canonical_domain": "tencent.com", "country": "CN", "hq_city": "Maling", "hq_region": "Yuehai Subdistrict", "lat": null, "lon": null, "industries": ["technology", "gaming"], "industry_labels": ["information technology", "video game industry"], "founded_year": 1998, "employees": 62885, "public_company": true, "ticker": "700", "exchange": "Hong Kong Stock Exchange", "lei": "254900N4SLUMW4XUYY11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tencent_logo_2017.svg", "description": "Chinese multinational investment holding conglomerate", "sitelinks": 59, "importance": 0.7904, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
25 +{"wikidata_id": "Q36033", "display_name": "Mitsubishi Motors", "legal_name": null, "aliases": ["Mitsubishi Jidosha", "Mitsubishi Jidōsha Kōgyō", "Mitsubishi Jidosha Kogyo KK", "Mitsubishi Motors Corporation"], "website": "https://www.mitsubishi-motors.com", "canonical_domain": "mitsubishi-motors.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1970, "employees": 42625, "public_company": true, "ticker": "7211", "exchange": "Tokyo Stock Exchange", "lei": "5299006ZTN6MO1N5BR16", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_motors_new_logo.svg", "description": "Japanese automotive manufacturer", "sitelinks": 61, "importance": 0.7882, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
26 +{"wikidata_id": "Q51747", "display_name": "Air China", "legal_name": null, "aliases": ["CCA", "CA", "Air China Limited"], "website": "https://www.airchina.com", "canonical_domain": "airchina.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": 50000, "public_company": true, "ticker": "601111", "exchange": "Shanghai Stock Exchange", "lei": "213800I9TWC9K22N4502", "sec_cik": null, "parent": {"wikidata_id": "Q10874735", "name": "China National Aviation Fuel"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_China_wordmark.svg", "description": "flag carrier of the People's Republic of China", "sitelinks": 59, "importance": 0.7871, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
27 +{"wikidata_id": "Q15548065", "display_name": "GMA Network, Inc.", "legal_name": null, "aliases": ["GMA", "Kamuning", "Kapuso", "Global Media Arts", "GMA Corporate", "GMA Group", "GMA Network Corporate"], "website": "https://www.gmanetwork.com", "canonical_domain": "gmanetwork.com", "country": "PH", "hq_city": "GMA Network Center", "hq_region": null, "lat": 14.6337, "lon": 121.0435, "industries": ["media"], "industry_labels": ["mass media", "broadcasting"], "founded_year": 1950, "employees": 7406, "public_company": true, "ticker": "GMA7", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "media company in the Philippines", "sitelinks": 76, "importance": 0.7857, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5513702"}, {"related_domain_conflict": "Q5513711"}]}
28 +{"wikidata_id": "Q53227", "display_name": "Sharp Corporation", "legal_name": null, "aliases": ["Sharp", "Sharp corporation electronics", "Sharp Electronics", "SHARP KABUSHIKI KAISHA", "SHARP KABUSHIKI KAISHA (Sakai)"], "website": "https://corporate.jp.sharp", "canonical_domain": "jp.sharp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "consumer electronics industry"], "founded_year": 1912, "employees": 50253, "public_company": true, "ticker": "6753", "exchange": "Tokyo Stock Exchange", "lei": "353800YEPK9PD7QO3449", "sec_cik": null, "parent": {"wikidata_id": "Q463094", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Sharp_Corporation.svg", "description": "Japanese electronics company", "sitelinks": 58, "importance": 0.7854, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
29 +{"wikidata_id": "Q186012", "display_name": "htc.com", "legal_name": null, "aliases": ["Hóngdá Guójì Diànzǐ Gǔfèn Yǒuxiàn Gōngsī"], "website": "https://www.htc.com", "canonical_domain": "htc.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1997, "employees": 17280, "public_company": true, "ticker": "2498", "exchange": "Taiwan Stock Exchange", "lei": "254900W80TBUV38I3662", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HTC.svg", "description": "Taiwanese electronics company", "sitelinks": 67, "importance": 0.7849, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
30 +{"wikidata_id": "Q26989", "display_name": "Infosys limited", "legal_name": null, "aliases": ["ITL", "Infosys (India)", "Infosys Limitied", "Infosys Ltd", "Infosys Technologies", "Infosys Technologies Limited", "Infy", "Infosys Limited"], "website": "https://www.infosys.com", "canonical_domain": "infosys.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology"], "industry_labels": ["IT service management"], "founded_year": 1981, "employees": 328594, "public_company": true, "ticker": "INFY", "exchange": "National Stock Exchange of India", "lei": "335800TYLGG93MM7PR89", "sec_cik": "1067491", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infosys_logo.svg", "description": "Indian multinational technology company", "sitelinks": 44, "importance": 0.7841, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q38945045"}], "source_edgar": {"cik": "1067491", "enriched_at": "2026-09-13T07:23:12+00:00"}}
31 +{"wikidata_id": "Q503182", "display_name": "PetroChina Company Limited", "legal_name": "Petrochina International Company Ltd.", "aliases": ["PetroChina"], "website": "https://petrochinaintl.com.hk", "canonical_domain": "petrochinaintl.com.hk", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": 521566, "public_company": true, "ticker": "601857", "exchange": "Shanghai Stock Exchange", "lei": "529900RPY4YG47TRSV05", "sec_cik": null, "parent": {"wikidata_id": "Q588786", "name": "China National Petroleum Corporation"}, "logo_url": null, "description": "Chinese oil and gas company", "sitelinks": 41, "importance": 0.7835, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
32 +{"wikidata_id": "Q713418", "display_name": "TSMC", "legal_name": null, "aliases": ["Taiwan Semiconductor", "Táiwān Jītǐ Diànlù Zhìzào Gōngsī", "Taiwan Semiconductor Co.", "Ltd.", "TAIWAN SEMICONDUCTOR MANUFACTURING CO.", "LTD. (Hsinchu)", "Tsmc"], "website": "https://www.tsmc.com", "canonical_domain": "tsmc.com", "country": "TW", "hq_city": "Hsinchu Science Park", "hq_region": "Zhubei City", "lat": 24.78, "lon": 121.01361, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1987, "employees": 65152, "public_company": true, "ticker": "2330", "exchange": "Taiwan Stock Exchange", "lei": "549300KB6NK5SBD14S87", "sec_cik": "1046179", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TSMC_wordmark.svg", "description": "semiconductor foundry company headquartered in Taiwan", "sitelinks": 54, "importance": 0.7818, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
33 +{"wikidata_id": "Q204284", "display_name": "All Nippon Airways", "legal_name": null, "aliases": ["ANA", "All Nippon Airways Co.", "ANA Airlines", "Zennikkū"], "website": "https://www.ana.co.jp", "canonical_domain": "ana.co.jp", "country": "JP", "hq_city": "Higashi-Shinbashi", "hq_region": "Minato", "lat": 35.66279, "lon": 139.75985, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1952, "employees": 42196, "public_company": true, "ticker": "9202", "exchange": "Tokyo Stock Exchange", "lei": "5493006HTHC5ZN0POY11", "sec_cik": null, "parent": {"wikidata_id": "Q11189379", "name": "ANA Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/All_Nippon_Airways_Logo.svg", "description": "Japanese airline", "sitelinks": 57, "importance": 0.7811, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11189379"}]}
34 +{"wikidata_id": "Q908931", "display_name": "Reliance Industries Limited", "legal_name": "Reliance Industries Limited", "aliases": ["Reliance", "RIL", "Reliance Industries"], "website": "https://www.ril.com", "canonical_domain": "ril.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1958, "employees": 389414, "public_company": true, "ticker": "RELIANCE", "exchange": "National Stock Exchange of India", "lei": "5493003UOETFYRONLG31", "sec_cik": "861884", "parent": null, "logo_url": null, "description": "Indian company", "sitelinks": 41, "importance": 0.7793, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "861884", "enriched_at": "2026-09-13T07:23:12+00:00"}}
35 +{"wikidata_id": "Q831445", "display_name": "Sinopec", "legal_name": null, "aliases": ["Sinopec Group", "China Petroleum & Chemical Corporation", "Sinopec Limited"], "website": "https://www.sinopechongkong.com", "canonical_domain": "sinopechongkong.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2000, "employees": 351019, "public_company": true, "ticker": "600028", "exchange": "Shanghai Stock Exchange", "lei": "529900A2OB24EZ5B3J19", "sec_cik": "1123658", "parent": null, "logo_url": null, "description": "Chinese oil and gas company", "sitelinks": 41, "importance": 0.7778, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1123658", "enriched_at": "2026-09-13T07:23:12+00:00"}}
36 +{"wikidata_id": "Q790068", "display_name": "Bank of China", "legal_name": "Bank of China Limited", "aliases": ["BOC", "BOC Ltd.", "Zhōngguó Yínháng"], "website": "https://www.boc.cn", "canonical_domain": "boc.cn", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1912, "employees": 310042, "public_company": true, "ticker": "601988", "exchange": "Shanghai Stock Exchange", "lei": "54930053HGCFWVHYZX42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_China_symbol.svg", "description": "state-owned bank in China", "sitelinks": 41, "importance": 0.776, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
37 +{"wikidata_id": "Q136484", "display_name": "ZTE", "legal_name": "ZTE Corporation", "aliases": ["Zhongxing New Telecommunications Equipment", "Zhongxing Semiconductor", "Zhongxing Telecommunication Equipment"], "website": "https://www.zte.com.cn", "canonical_domain": "zte.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1985, "employees": 72093, "public_company": true, "ticker": "000063", "exchange": "Shenzhen Stock Exchange", "lei": "3003004FBGVVG1CW5U45", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZTE-logo.svg", "description": "Chinese telecommunication company", "sitelinks": 50, "importance": 0.7753, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
38 +{"wikidata_id": "Q2608329", "display_name": "比亞迪股份有限公司", "legal_name": "比亞迪股份有限公司", "aliases": ["BYD", "Build Your Dreams", "BYD Company Limited"], "website": "https://www.bydglobal.com", "canonical_domain": "bydglobal.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.67743, "lon": 114.35017, "industries": ["automotive", "technology", "energy"], "industry_labels": ["automotive industry", "consumer electronics industry", "battery industry"], "founded_year": 1995, "employees": 703500, "public_company": true, "ticker": "002594", "exchange": "Shenzhen Stock Exchange", "lei": "5299005557VL7ULJ7A69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BYD_Company%2C_Ltd._-_Logo.svg", "description": "Chinese battery and electric vehicles manufacturer", "sitelinks": 36, "importance": 0.7745, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
39 +{"wikidata_id": "Q1340361", "display_name": "State Bank of India", "legal_name": null, "aliases": [], "website": "https://sbi.bank.in", "canonical_domain": "bank.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1806, "employees": 209567, "public_company": true, "ticker": "SBIN", "exchange": "National Stock Exchange of India", "lei": "5493001JZ37UBBZF6L49", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State_Bank_of_India.svg", "description": "Indian public sector bank and financial services organization", "sitelinks": 42, "importance": 0.7728, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1653258"}, {"related_domain_conflict": "Q631047"}, {"related_domain_conflict": "Q2003797"}, {"related_domain_conflict": "Q2743499"}, {"related_domain_conflict": "Q2003549"}, {"related_domain_conflict": "Q2004304"}, {"related_domain_conflict": "Q2004439"}, {"related_domain_conflict": "Q2003777"}, {"related_domain_conflict": "Q2007090"}, {"related_domain_conflict": "Q2003789"}, {"related_domain_conflict": "Q2040404"}, {"related_domain_conflict": "Q2004078"}, {"related_domain_conflict": "Q2003302"}, {"related_domain_conflict": "Q2003611"}, {"related_domain_conflict": "Q2005310"}, {"related_domain_conflict": "Q2044983"}, {"related_domain_conflict": "Q2040394"}, {"related_domain_conflict": "Q19882235"}, {"related_domain_conflict": "Q2040323"}, {"related_domain_conflict": "Q3633485"}, {"related_domain_conflict": "Q2040429"}, {"related_domain_conflict": "Q2042632"}, {"related_domain_conflict": "Q2044973"}, {"related_domain_conflict": "Q6373724"}, {"related_domain_conflict": "Q2040264"}, {"related_domain_conflict": "Q2040440"}, {"related_domain_conflict": "Q13120398"}, {"related_domain_conflict": "Q22031467"}, {"related_domain_conflict": "Q5053244"}, {"related_domain_conflict": "Q2044991"}, {"related_domain_conflict": "Q6959715"}, {"related_domain_conflict": "Q24041756"}, {"related_domain_conflict": "Q28173964"}, {"related_domain_conflict": "Q29467293"}, {"related_domain_conflict": "Q16915974"}, {"related_domain_conflict": "Q17014664"}, {"related_domain_conflict": "Q18356206"}, {"related_domain_conflict": "Q29467249"}, {"related_domain_conflict": "Q60764014"}, {"related_domain_conflict": "Q108166718"}, {"related_domain_conflict": "Q42529272"}]}
40 +{"wikidata_id": "Q152864", "display_name": "ASUS", "legal_name": "ASUSTeK Computer Inc.", "aliases": ["Asus", "ASUSTeK"], "website": "https://www.asus.com", "canonical_domain": "asus.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 1989, "employees": 5831, "public_company": true, "ticker": "2357", "exchange": "Taiwan Stock Exchange", "lei": "549300E2OSYSGUTTFT68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asus_31_Years.svg", "description": "Taiwanese computers and electronics company", "sitelinks": 69, "importance": 0.7722, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
41 +{"wikidata_id": "Q188454", "display_name": "Yamaha", "legal_name": "Yamaha Corporation", "aliases": [], "website": "https://jp.yamaha.com", "canonical_domain": "yamaha.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["automotive", "industrial-machinery", "entertainment", "technology"], "industry_labels": ["automotive industry", "manufacture of machinery and equipment", "music industry", "electronics industry"], "founded_year": 1987, "employees": 19895, "public_company": true, "ticker": "7951", "exchange": "Tokyo Stock Exchange", "lei": "529900S5TENP3IJS7S02", "sec_cik": "1232143", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamaha_logo.svg", "description": "Japanese music and audio equipment maker", "sitelinks": 58, "importance": 0.772, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4022423"}]}
42 +{"wikidata_id": "Q26299", "display_name": "China Construction Bank", "legal_name": null, "aliases": [], "website": "https://en.ccb.com", "canonical_domain": "ccb.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1954, "employees": 369183, "public_company": true, "ticker": "601939", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2944409", "name": "Central Huijin Investment"}, "logo_url": null, "description": "bank in the People's Republic of China", "sitelinks": 38, "importance": 0.7707, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5099642"}, {"related_domain_conflict": "Q96100459"}]}
43 +{"wikidata_id": "Q188822", "display_name": "Asian Development Bank", "legal_name": "Asian Development Bank", "aliases": ["ADB"], "website": "https://adb.org", "canonical_domain": "adb.org", "country": "PH", "hq_city": "Mandaluyong", "hq_region": "Metro Manila", "lat": 14.58333, "lon": 121.03333, "industries": ["banking", "media"], "industry_labels": ["development aid"], "founded_year": 1966, "employees": 3687, "public_company": true, "ticker": "ATB", "exchange": "Australian Securities Exchange", "lei": "549300X0MVH42CY8Q105", "sec_cik": "311669", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADB_logo_%26_wordmark.svg", "description": "regional development bank", "sitelinks": 72, "importance": 0.77, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
44 +{"wikidata_id": "Q164740", "display_name": "Fujifilm Corporation", "legal_name": "Fuji Photo Film Co., Ltd.", "aliases": ["Fuji", "Fujifilm", "Fujifilm Business Innovation Corp.", "Fujifuirumu", "Fujifuirumu Kabushiki-kaisha", "FUJIFILM Business Innovation Corp. (Tokyo)", "FUJIFILM CORPORATION (Tokyo)"], "website": "https://www.fujifilm.com", "canonical_domain": "fujifilm.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["biotechnology", "manufacturing", "healthcare"], "industry_labels": ["photographic process", "photo industry", "regenerative medicine", "printing company", "Document Solutions", "medical imaging"], "founded_year": 1934, "employees": 75845, "public_company": true, "ticker": "4901", "exchange": "Tokyo Stock Exchange", "lei": "3538006FOBB5D741GF13", "sec_cik": null, "parent": {"wikidata_id": "Q11455891", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujifilm_logo.svg", "description": "Japanese conglomerate started as photographic film manufacturer", "sitelinks": 46, "importance": 0.7674, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1473137"}, {"related_domain_conflict": "Q5507463"}]}
45 +{"wikidata_id": "Q26298", "display_name": "Agricultural Bank of China", "legal_name": null, "aliases": ["ABC"], "website": "https://www.abchina.com", "canonical_domain": "abchina.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1951, "employees": 503082, "public_company": true, "ticker": "601288", "exchange": "Shanghai Stock Exchange", "lei": "549300E7TSGLCOVSY746", "sec_cik": null, "parent": null, "logo_url": null, "description": "major bank in the People's Republic of China", "sitelinks": 35, "importance": 0.7668, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
46 +{"wikidata_id": "Q45700", "display_name": "Konami", "legal_name": null, "aliases": ["KONAMI", "Konami Holdings Corporation", "Konica Enix"], "website": "https://www.konami.com", "canonical_domain": "konami.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1969, "employees": 10392, "public_company": true, "ticker": "9766", "exchange": "Tokyo Stock Exchange", "lei": "353800FC4A5QCMIZFV94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Konami_4th_logo_1.svg", "description": "Japanese entertainment and video game company", "sitelinks": 58, "importance": 0.7626, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4638923"}, {"related_domain_conflict": "Q13403412"}]}
47 +{"wikidata_id": "Q481778", "display_name": "Acer", "legal_name": "Acer Inc.", "aliases": ["Acer Group", "Multitech"], "website": "https://www.acer-group.com", "canonical_domain": "acer-group.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["telecommunications", "technology"], "industry_labels": ["information and communications industry", "information technology industry", "computer hardware industry"], "founded_year": 1976, "employees": 7240, "public_company": true, "ticker": "2353", "exchange": "Taiwan Stock Exchange", "lei": "2549006Z3IVAZIQEUM25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acer_Group_2012.svg", "description": "Taiwanese multinational hardware and electronics corporation", "sitelinks": 61, "importance": 0.7626, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
48 +{"wikidata_id": "Q910401", "display_name": "SAIC Motor", "legal_name": null, "aliases": ["SAIC Motor Corporation Limited", "Shanghai Automotive Industry Corporation"], "website": "https://www.saicmotor.com", "canonical_domain": "saicmotor.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": 204815, "public_company": true, "ticker": "600104", "exchange": "Shanghai Stock Exchange", "lei": "30030001QBC7EXJJGT71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAIC_Motor.svg", "description": "Chinese state-owned automotive company", "sitelinks": 37, "importance": 0.7595, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
49 +{"wikidata_id": "Q217338", "display_name": "Casio", "legal_name": null, "aliases": ["Casio Computer Co. Ltd.", "Casio Computer Co.", "Ltd.", "Casio Computer Company", "Limited"], "website": "https://world.casio.com", "canonical_domain": "casio.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1957, "employees": 9732, "public_company": true, "ticker": "6952", "exchange": "Tokyo Stock Exchange", "lei": "353800JRMIABSXKHV344", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Casio_logo.svg", "description": "multinational electronics manufacturing company", "sitelinks": 56, "importance": 0.758, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
50 +{"wikidata_id": "Q13227919", "display_name": "Tata Consultancy Services", "legal_name": null, "aliases": ["TCS", "TATA CONSULTANCY SERVICES LIMITED (Mumbai)"], "website": "https://www.tcs.com", "canonical_domain": "tcs.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1968, "employees": 600000, "public_company": true, "ticker": "TCS", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TATA_Consultancy_Services_Logo.svg", "description": "Information technology consulting company", "sitelinks": 30, "importance": 0.7536, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
51 +{"wikidata_id": "Q221692", "display_name": "Petronas", "legal_name": null, "aliases": ["Petronas Gas Berhad", "Petronas Gas Bhd", "Petronas Gas Bhd."], "website": "https://www.petronasgas.com", "canonical_domain": "petronasgas.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": 33944, "public_company": true, "ticker": "6033", "exchange": "Bursa Malaysia", "lei": "5493003RZQYJM7QGNE15", "sec_cik": null, "parent": {"wikidata_id": "Q7243278", "name": "Malaysian Prime Minister's Department"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PETRONAS-logo.svg", "description": "Malaysian state-owned oil and gas company", "sitelinks": 45, "importance": 0.7535, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
52 +{"wikidata_id": "Q848059", "display_name": "Mahindra & Mahindra", "legal_name": null, "aliases": ["Mahindra", "Mahindra & Mahindra Limited", "Mahindra and Mahindra"], "website": "https://www.mahindra.com", "canonical_domain": "mahindra.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": 64992, "public_company": true, "ticker": "INE101A01026", "exchange": "National Stock Exchange of India", "lei": "3358003B573EV4KB4Z02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mahindra_Electric_SUVs_Logo.jpg", "description": "Indian multinational automobile manufacturer", "sitelinks": 41, "importance": 0.7534, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6734045"}]}
53 +{"wikidata_id": "Q748148", "display_name": "Kawasaki Heavy Industries", "legal_name": "Kawasaki Heavy Industries, Ltd.", "aliases": ["KHI", "Kawasaki Heavy Industries Ltd", "Kawasaki Jūkōgyō Kabushiki-gaisha"], "website": "https://www.khi.co.jp", "canonical_domain": "khi.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["defense", "industrial-machinery"], "industry_labels": ["weapons industry", "manufacture of machinery and equipment"], "founded_year": 1878, "employees": 32706, "public_company": true, "ticker": "7012", "exchange": "Tokyo Stock Exchange", "lei": "5493008FFSI8SQ74AT93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kawasaki_Heavy_Industries_Logo.svg", "description": "Japanese multinational manufacturing company", "sitelinks": 45, "importance": 0.753, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q776146"}, {"related_domain_conflict": "Q6379823"}]}
54 +{"wikidata_id": "Q499071", "display_name": "East Japan Railway Company", "legal_name": "East Japan Railway Company", "aliases": ["JR East", "JR-E"], "website": "https://www.jreast.co.jp", "canonical_domain": "jreast.co.jp", "country": "JP", "hq_city": "JR East Headquarters Building", "hq_region": "Yoyogi", "lat": 35.6873, "lon": 139.7, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": 73063, "public_company": true, "ticker": "9020", "exchange": "Tokyo Stock Exchange", "lei": "353800SENYJ2DSM6PS44", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28east%29.svg", "description": "passenger railway service provider in east Japan", "sitelinks": 40, "importance": 0.7525, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11279064"}]}
55 +{"wikidata_id": "Q51756", "display_name": "China Airlines", "legal_name": null, "aliases": ["CI", "CAL", "Dynasty"], "website": "https://www.china-airlines.com", "canonical_domain": "china-airlines.com", "country": "TW", "hq_city": "CAL Park", "hq_region": "Dayuan District", "lat": 25.06782, "lon": 121.22042, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1959, "employees": 11251, "public_company": true, "ticker": "2610", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier and largest airline in Republic of China", "sitelinks": 52, "importance": 0.7524, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
56 +{"wikidata_id": "Q201653", "display_name": "SoftBank Group", "legal_name": null, "aliases": ["SoftBank", "SoftBank Group Corp."], "website": "https://group.softbank", "canonical_domain": "group.softbank", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["technology", "telecommunications"], "industry_labels": ["information technology", "telecommunications", "telecommunications industry"], "founded_year": 1981, "employees": 68402, "public_company": true, "ticker": "9984", "exchange": "Tokyo Stock Exchange", "lei": "5493003BZYYYCDIO0R13", "sec_cik": "1065521", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SoftBank_Group_logo.svg", "description": "Japanese company", "sitelinks": 40, "importance": 0.7516, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1065521", "enriched_at": "2026-09-13T07:23:12+00:00"}}
57 +{"wikidata_id": "Q29803", "display_name": "Isuzu", "legal_name": null, "aliases": ["Isuzu Motors", "Isuzu Jidōsha Kabushiki-Kaisha"], "website": "https://www.isuzu.co.jp", "canonical_domain": "isuzu.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1934, "employees": 8111, "public_company": true, "ticker": "7202", "exchange": "Tokyo Stock Exchange", "lei": "529900C0QSXVCC7AR494", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Isuzu.svg", "description": "Japanese company manufacturing motor vehicles", "sitelinks": 53, "importance": 0.7497, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
58 +{"wikidata_id": "Q688619", "display_name": "Olympus Corporation", "legal_name": "オリンパス株式会社", "aliases": ["Olympus Soft Imaging Solutions", "Orinpasu Kabushiki-gaisha", "OLYMPUS CORPORATION", "OLYMPUS IMAGING CORP.", "OLYMPUS OPTICAL CO.", "LTD", "OLYMPUS CORPORATION (Tokyo)"], "website": "https://www.olympus-global.com", "canonical_domain": "olympus-global.com", "country": "JP", "hq_city": "Hamburg", "hq_region": "Germany", "lat": 53.55, "lon": 10.0, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1919, "employees": 33300, "public_company": true, "ticker": "7733", "exchange": "Tokyo Stock Exchange", "lei": "5299000Y52IFDI1I2A21", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Olympus_Corporation_logo.svg", "description": "Japanese company", "sitelinks": 43, "importance": 0.7486, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
59 +{"wikidata_id": "Q211165", "display_name": "Asiana Airlines", "legal_name": "Asiana Airlines Inc.", "aliases": ["AAR", "ASIANA", "OZ", "Asiana Cargo", "Seoul Airlines"], "website": "https://www.flyasiana.com", "canonical_domain": "flyasiana.com", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Seoul", "lat": 37.55098, "lon": 126.84955, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": 10380, "public_company": true, "ticker": "020560", "exchange": "Korean Stock Exchange", "lei": "2138001V1YWXYBSZX565", "sec_cik": "1750", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asiana_Airlines.svg", "description": "airline in South Korea", "sitelinks": 50, "importance": 0.7472, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1750", "enriched_at": "2026-09-13T07:23:12+00:00"}}
60 +{"wikidata_id": "Q512468", "display_name": "Garuda Indonesia", "legal_name": "PT Garuda Indonesia (Persero) Tbk", "aliases": ["Garuda", "GIAA", "KLM Interinsulair Bedrijf", "Garuda Air", "Garuda Airline", "Garuda Airlines", "Garuda Indonesia (Persero)", "Garuda Indonesia (Persero) Tbk"], "website": "https://www.garuda-indonesia.com", "canonical_domain": "garuda-indonesia.com", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["aerospace-defense", "transportation"], "industry_labels": ["aircraft industry", "transport industry", "infrastructure industry"], "founded_year": 1947, "employees": 12414, "public_company": true, "ticker": "GIAA", "exchange": "Indonesia Stock Exchange", "lei": "254900CUWPNFYKQUW656", "sec_cik": null, "parent": null, "logo_url": null, "description": "the national airline of Indonesia", "sitelinks": 47, "importance": 0.7435, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
61 +{"wikidata_id": "Q1256188", "display_name": "Ping An Insurance", "legal_name": "中國平安保險(集團)股份有限公司", "aliases": ["Ping An Insurance Company of China", "Ping An Insurance(Group)Company of China", "Ltd.", "Ping An of China"], "website": "https://www.pingan.com", "canonical_domain": "pingan.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1988, "employees": 362035, "public_company": true, "ticker": "601318", "exchange": "Shanghai Stock Exchange", "lei": "300300IP9S6FHQPKRN68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ping_An_Logo_%282022%29.svg", "description": "Chinese insurance company", "sitelinks": 29, "importance": 0.7429, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7195659"}]}
62 +{"wikidata_id": "Q14428", "display_name": "Capcom", "legal_name": null, "aliases": ["CAPCOM", "Capcom Co.", "Ltd."], "website": "https://www.capcom.com", "canonical_domain": "capcom.com", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1979, "employees": 2832, "public_company": true, "ticker": "9697", "exchange": "Tokyo Stock Exchange", "lei": "529900JJWQKXS3TC8744", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capcom_logo.svg", "description": "Japanese video game company", "sitelinks": 57, "importance": 0.742, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
63 +{"wikidata_id": "Q5417145", "display_name": "Evergrande Group", "legal_name": null, "aliases": ["China Evergrande", "China Evergrande Group", "Hengda Group"], "website": "https://www.evergrande.com", "canonical_domain": "evergrande.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["real-estate"], "industry_labels": ["real estate development", "real estate industry"], "founded_year": 1996, "employees": 123276, "public_company": true, "ticker": "3333", "exchange": "Hong Kong Stock Exchange", "lei": "549300CUF7B1LAB15T90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Evergrande_Group_logo.svg", "description": "Chinese property developer", "sitelinks": 33, "importance": 0.7404, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q105968992"}]}
64 +{"wikidata_id": "Q159614", "display_name": "Seiko Epson", "legal_name": null, "aliases": ["Epson", "Seiko Epson Corporation", "SEIKO EPSON CORPORATION (Tokyo)", "Seikō Epuson Kabushiki-gaisha", "Suwa Seikosha Co.", "Ltd."], "website": "https://corporate.epson", "canonical_domain": "corporate.epson", "country": "JP", "hq_city": "Suwa", "hq_region": "Nagano Prefecture", "lat": 36.03914, "lon": 138.11403, "industries": ["technology"], "industry_labels": ["precision mechanics", "electronics industry"], "founded_year": 1881, "employees": 74464, "public_company": true, "ticker": "6724", "exchange": "Tokyo Stock Exchange", "lei": "549300NIOFQDR749W206", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epson_logo.svg", "description": "Japanese electronics company", "sitelinks": 35, "importance": 0.7391, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
65 +{"wikidata_id": "Q1538336", "display_name": "China North Industries Group Corporation Limited", "legal_name": null, "aliases": ["China North Engine Research Institute", "China North Industries Corporation", "China North Industries Group Corporation", "Norinco Group", "CNIGC", "Norinco Group", "North Industries Corporation"], "website": "https://www.norincogroup.com.cn", "canonical_domain": "norincogroup.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["chemicals", "defense", "industrial-machinery"], "industry_labels": ["chemical industry", "weapons industry", "manufacture of machinery and equipment"], "founded_year": 1980, "employees": 204378, "public_company": true, "ticker": "000065", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned enterprise", "sitelinks": 30, "importance": 0.738, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6035316"}, {"related_domain_conflict": "Q11089403"}]}
66 +{"wikidata_id": "Q1117001", "display_name": "Great Wall Motor", "legal_name": null, "aliases": ["Great Wall", "Great Wall Motor Company Limited", "Great Wall Motors", "GWM"], "website": "https://www.onegwm.co.za", "canonical_domain": "onegwm.co.za", "country": "CN", "hq_city": "Baoding", "hq_region": "Hebei", "lat": 38.81539, "lon": 115.45711, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": 82439, "public_company": true, "ticker": "601633", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GWM_2025_logo.svg", "description": "Chinese vehicle manufacturing company", "sitelinks": 34, "importance": 0.7377, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
67 +{"wikidata_id": "Q207784", "display_name": "Square Enix", "legal_name": null, "aliases": ["SE", "SQEX", "Square Enix Holdings", "SQUARE ENIX CO.", "LTD.", "Square Enix Holdings Co.", "Ltd.", "Square-Enix"], "website": "https://www.square-enix.com", "canonical_domain": "square-enix.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Shinjuku", "lat": 35.69092, "lon": 139.70606, "industries": ["entertainment", "media", "gaming"], "industry_labels": ["film industry", "publishing", "video game industry"], "founded_year": 1975, "employees": 5077, "public_company": true, "ticker": "SQNXF", "exchange": "OTC Markets Group", "lei": "529900KCRNRDF8DIA489", "sec_cik": null, "parent": {"wikidata_id": "Q11311474", "name": "Square Enix Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Square_Enix_logo.svg", "description": "Japanese video game developer, publisher, and distribution company", "sitelinks": 50, "importance": 0.7369, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11311474"}]}
68 +{"wikidata_id": "Q855479", "display_name": "TDK", "legal_name": null, "aliases": ["TDK Electronics", "TDK Kabushiki-gaisha", "TDK Corporation", "TDK Electronics Co.", "Ltd", "Tokyo Denkikagaku Kogyo", "TDK CORPORATION (Tokyo)"], "website": "https://www.tdk.com", "canonical_domain": "tdk.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1935, "employees": 53923, "public_company": true, "ticker": "6762", "exchange": "Tokyo Stock Exchange", "lei": "3538005O8WNU39U8NX03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TDK-Logo.svg", "description": "Japanese multinational electronics company", "sitelinks": 35, "importance": 0.7345, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
69 +{"wikidata_id": "Q963101", "display_name": "Tata Steel", "legal_name": null, "aliases": ["Tata Iron and Steel Company Limited", "Tata Steel Limited", "The Tata Iron and Steel Company", "Limited."], "website": "https://www.tatasteel.com", "canonical_domain": "tatasteel.com", "country": "IN", "hq_city": "Bombay House", "hq_region": "Mumbai", "lat": 18.9318, "lon": 72.8317, "industries": ["mining"], "industry_labels": ["iron and steel industry", "iron and steel industry in India"], "founded_year": 1907, "employees": 80391, "public_company": true, "ticker": "TATASTEEL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Steel_Logo.svg", "description": "Indian multinational steel-making company", "sitelinks": 33, "importance": 0.7342, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
70 +{"wikidata_id": "Q2667719", "display_name": "Aviation Industry Corporation of China, Ltd.", "legal_name": null, "aliases": ["AVIC", "Aviation Industry Corporation of China"], "website": "https://en.avic.com", "canonical_domain": "avic.com", "country": "CN", "hq_city": "Chaoyang District", "hq_region": "Beijing", "lat": 39.92038, "lon": 116.43737, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1951, "employees": 535942, "public_company": true, "ticker": "0232", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned aerospace manufacturer", "sitelinks": 25, "importance": 0.7335, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q560441"}, {"related_domain_conflict": "Q136478"}]}
71 +{"wikidata_id": "Q745099", "display_name": "Kyocera", "legal_name": null, "aliases": ["Kyocera Corporation", "KYOCERA Corporation (Kyoto)", "Kyōsera Kabushiki-gaisha"], "website": "https://americas.kyocera.com", "canonical_domain": "kyocera.com", "country": "JP", "hq_city": "Fushimi-ku", "hq_region": "Kyoto", "lat": 34.93556, "lon": 135.76139, "industries": ["technology"], "industry_labels": ["electronics", "industry"], "founded_year": 1959, "employees": 79185, "public_company": true, "ticker": "6971", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "57083", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyocera_logo.svg", "description": "Japanese multinational electronics and ceramics manufacturer", "sitelinks": 32, "importance": 0.7309, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "57083", "enriched_at": "2026-09-13T07:23:12+00:00"}}
72 +{"wikidata_id": "Q733958", "display_name": "TCL Technology", "legal_name": "TTK家电有限公司", "aliases": ["TCL", "TCL Communication Equipment Company Limited", "TCL Corporation", "TCL Group", "TCL Group Corporation Limited", "TCL Technology Group Corporation", "TCL Technology Group Corporation Limited", "Telephone Company Limited"], "website": "https://www.tcl.com", "canonical_domain": "tcl.com", "country": "CN", "hq_city": "Huizhou", "hq_region": "Guangdong", "lat": 23.11147, "lon": 114.41523, "industries": ["technology", "semiconductors"], "industry_labels": ["electronics", "semiconductor", "technology"], "founded_year": 1981, "employees": 50000, "public_company": true, "ticker": "000100", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_TCL_Corporation.svg", "description": "Chinese multinational technology company", "sitelinks": 34, "importance": 0.7304, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q29468800"}]}
73 +{"wikidata_id": "Q2609533", "display_name": "Midea", "legal_name": null, "aliases": ["Midea company", "Midea Group"], "website": "https://www.midea.com", "canonical_domain": "midea.com", "country": "CN", "hq_city": "Beijiao Town", "hq_region": "Shunde District", "lat": 22.9311, "lon": 113.20184, "industries": ["manufacturing", "consumer-goods"], "industry_labels": ["industrial manufacturing", "home appliance industry"], "founded_year": 1968, "employees": 190000, "public_company": true, "ticker": "000333", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Midea.svg", "description": "Chinese electrical appliance manufacturer", "sitelinks": 28, "importance": 0.73, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
74 +{"wikidata_id": "Q327247", "display_name": "ASICS", "legal_name": null, "aliases": ["ASICS Corporation"], "website": "https://www.asics.com", "canonical_domain": "asics.com", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1949, "employees": 9039, "public_company": true, "ticker": "7936", "exchange": "Tokyo Stock Exchange", "lei": "3538002LJMRZ83SU0B85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asics_Logo.svg", "description": "Japanese athletic equipment company", "sitelinks": 43, "importance": 0.7297, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
75 +{"wikidata_id": "Q648280", "display_name": "Mitsubishi Heavy Industries", "legal_name": null, "aliases": ["MHI", "Ltd.", "MITSUBISHI HEAVY INDUSTRIES", "LTD. (Tokyo)", "Mitsubishi Jūkōgyō Kabushiki-kaisha"], "website": "https://www.mhi.com", "canonical_domain": "mhi.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": 1934, "employees": 68213, "public_company": true, "ticker": "7011", "exchange": "Tokyo Stock Exchange", "lei": "353800TJ98PCAZROVE69", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_heavyindustries_mhi_logo.svg", "description": "Japanese company", "sitelinks": 32, "importance": 0.7287, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11357147"}]}
76 +{"wikidata_id": "Q502935", "display_name": "Micro-Star International", "legal_name": null, "aliases": ["MSI"], "website": "https://www.msi.com", "canonical_domain": "msi.com", "country": "TW", "hq_city": "Zhonghe District", "hq_region": "New Taipei City", "lat": 24.99722, "lon": 121.50417, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1986, "employees": 18000, "public_company": true, "ticker": "2377", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Micro-Star_International_logo2020.svg", "description": "Taiwanese electronics company", "sitelinks": 38, "importance": 0.727, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
77 +{"wikidata_id": "Q691508", "display_name": "Makita", "legal_name": null, "aliases": ["Makita Corporation"], "website": "https://makita.com.ar", "canonical_domain": "makita.com.ar", "country": "JP", "hq_city": "Anjō", "hq_region": "Aichi Prefecture", "lat": 34.95872, "lon": 137.08033, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1915, "employees": 16424, "public_company": true, "ticker": "6586", "exchange": "Tokyo Stock Exchange", "lei": "529900CDR9E94BCM6294", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Makita_Logo.svg", "description": "Japanese manufacturer of power tools", "sitelinks": 38, "importance": 0.7257, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
78 +{"wikidata_id": "Q898750", "display_name": "Teva Pharmaceutical Industries Ltd.", "legal_name": "טבע תעשיות פרמצבטיות בע\"מ", "aliases": ["Teva Pharmaceuticals", "Teva Branded Pharmaceutical Products", "Teva Branded Pharmaceutical Products R&D", "Inc.", "Teva Pharmaceutical Industries Ltd"], "website": "https://www.teva.co.il", "canonical_domain": "teva.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1901, "employees": 42535, "public_company": true, "ticker": "TEVA", "exchange": "Tel Aviv Stock Exchange", "lei": "549300BAFGM4RC74ZJ94", "sec_cik": "818686", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TevaPharm.svg", "description": "Israeli pharmaceutical company", "sitelinks": 33, "importance": 0.725, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
79 +{"wikidata_id": "Q699848", "display_name": "MediaTek", "legal_name": null, "aliases": ["MTK", "Liánfā Kējì Gǔfèn Yǒuxiàn Gōngsī", "MediaTek Inc."], "website": "https://www.mediatek.com", "canonical_domain": "mediatek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1997, "employees": 17377, "public_company": true, "ticker": "2454", "exchange": "Taiwan Stock Exchange", "lei": "254900UEGBK1I4DM4E14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MediaTek_logo.svg", "description": "Taiwanese semiconductor company", "sitelinks": 37, "importance": 0.7238, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
80 +{"wikidata_id": "Q1542175", "display_name": "Mitsubishi UFJ Financial Group", "legal_name": "株式会社三菱UFJフィナンシャル・グループ", "aliases": ["Inc.", "MUFG"], "website": "https://www.mufg.jp", "canonical_domain": "mufg.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Marunouchi", "lat": 35.67869, "lon": 139.76417, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector", "SIC 6029 Commercial Banks, NEC"], "founded_year": 2005, "employees": 104900, "public_company": true, "ticker": "8306.T", "exchange": "Tokyo Stock Exchange", "lei": "353800V2V8PUY9TK3E06", "sec_cik": "67088", "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_UFJ_Financial_Group.svg", "description": "Japanese bank holding and financial services company", "sitelinks": 28, "importance": 0.7214, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6883178"}, {"related_domain_conflict": "Q6883172"}, {"related_domain_conflict": "Q6883174"}], "source_edgar": {"cik": "67088", "enriched_at": "2026-09-13T07:23:12+00:00"}}
81 +{"wikidata_id": "Q682894", "display_name": "Tokyo Metro", "legal_name": "東京地下鉄株式会社", "aliases": ["Tokyo Chikatetsu", "Tokyo Metro Co.", "Ltd."], "website": "https://www.tokyometro.jp", "canonical_domain": "tokyometro.jp", "country": "JP", "hq_city": "Higashi-Ueno", "hq_region": "Taitō-ku", "lat": 35.68944, "lon": 139.69167, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2004, "employees": 11794, "public_company": true, "ticker": "9023", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_Metro_logo_%28full%29.svg", "description": "operator of one of the urban train systems in Tokyo, Japan", "sitelinks": 38, "importance": 0.7209, "tier": 1, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
82 +{"wikidata_id": "Q1069105", "display_name": "Kazakhstan Temir Zholy", "legal_name": null, "aliases": ["Kazakhstan Railways", "KTZ", "National Company Kazakhstan Temir Zholy", "Qazaqstan Temir Zholy"], "website": "https://www.railways.kz", "canonical_domain": "railways.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 2002, "employees": 146000, "public_company": true, "ticker": "TMJL", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4407014", "name": "Samruk-Kazyna"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Kazakh_railway.jpg", "description": "national railway company of Kazakhstan", "sitelinks": 26, "importance": 0.7186, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
83 +{"wikidata_id": "Q18653563", "display_name": "Contemporary Amperex Technology Co. Limited", "legal_name": null, "aliases": ["CATL", "Contemporary Amperex Technology Ltd"], "website": "https://www.catl.com", "canonical_domain": "catl.com", "country": "CN", "hq_city": "Ningde", "hq_region": "Fujian", "lat": 26.66167, "lon": 119.52278, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": 2011, "employees": 83601, "public_company": true, "ticker": "300750", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Contemporary_Amperex_Technology_2020_logo.svg", "description": "Chinese battery company", "sitelinks": 28, "importance": 0.7181, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
84 +{"wikidata_id": "Q370719", "display_name": "SK Hynix", "legal_name": null, "aliases": ["Hynix", "Hyundai Electronic Industrial Co.", "Ltd", "Hyundai Electronic Industrial Co.", "Ltd.", "Hyundai Electronics", "Hyundai Electronics Industries Co. Ltd.", "SK hynix Inc."], "website": "https://www.skhynix.com", "canonical_domain": "skhynix.com", "country": "KR", "hq_city": "Icheon", "hq_region": "Gyeonggi Province", "lat": 37.27917, "lon": 127.4425, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry", "semiconductor industry in South Korea"], "founded_year": 1983, "employees": 17130, "public_company": true, "ticker": "000660", "exchange": "Korean Stock Exchange", "lei": "988400XAIK6XISWQV045", "sec_cik": "2120882", "parent": {"wikidata_id": "Q494158", "name": "SK Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hynix-Logo.svg", "description": "South Korean memory semiconductor supplier", "sitelinks": 35, "importance": 0.7179, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
85 +{"wikidata_id": "Q118911", "display_name": "Konica Minolta", "legal_name": null, "aliases": ["Konica Minolta Business Solutions", "Konika Minoruta"], "website": "https://kmbs.konicaminolta.us", "canonical_domain": "konicaminolta.us", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2003, "employees": 36000, "public_company": true, "ticker": "4902", "exchange": "Tokyo Stock Exchange", "lei": "549300SVK6KRUOL1A740", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Konica_Minolta.svg", "description": "Japanese technology company", "sitelinks": 31, "importance": 0.7162, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
86 +{"wikidata_id": "Q1417227", "display_name": "KazMunayGas", "legal_name": null, "aliases": [], "website": "https://www.kmg.kz", "canonical_domain": "kmg.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": 89909, "public_company": true, "ticker": "KMGZ", "exchange": "Kazakhstan Stock Exchange", "lei": "2138001H1M69RFJCSH88", "sec_cik": null, "parent": {"wikidata_id": "Q2472280", "name": "National Bank of Kazakhstan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KazMunayGas_logo.svg", "description": "state-owned oil and gas company of Kazakhstan", "sitelinks": 27, "importance": 0.7154, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
87 +{"wikidata_id": "Q876017", "display_name": "Israel Aerospace Industries Ltd", "legal_name": "התעשיה האוירית לישראל בע\"מ", "aliases": ["IAI", "Israel Aircraft Industries"], "website": "https://www.iai.co.il", "canonical_domain": "iai.co.il", "country": "IL", "hq_city": "Lod", "hq_region": "Central District", "lat": 31.95, "lon": 34.9, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1953, "employees": 16500, "public_company": true, "ticker": "ARSP", "exchange": "Tel Aviv Stock Exchange", "lei": "213800NHLDOM1LVCYX17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iai_mlm_logo.jpg", "description": "aerospace and defense manufacturer", "sitelinks": 34, "importance": 0.7144, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2909171"}]}
88 +{"wikidata_id": "Q483946", "display_name": "POSCO", "legal_name": null, "aliases": ["Pohang Jonghab Jecheol Jusikhoesa"], "website": "https://www.posco.com", "canonical_domain": "posco.com", "country": "KR", "hq_city": "Pohang", "hq_region": "North Gyeongsang", "lat": 36.03222, "lon": 129.365, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1968, "employees": 37225, "public_company": true, "ticker": "PKX", "exchange": "New York Stock Exchange", "lei": "988400E5HRVX81AYLM04", "sec_cik": "889132", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/POSCO_logo.svg", "description": "company, from Pohang, South Korea; with New York Exchange -listed share (PKX)", "sitelinks": 30, "importance": 0.7134, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
89 +{"wikidata_id": "Q1073540", "display_name": "China Telecommunications Corporation", "legal_name": null, "aliases": ["China Telecom Group", "China Telecom", "China Telecom Corp Ltd", "China Telecom Corporation Limited"], "website": "https://www.ctexcel.com", "canonical_domain": "ctexcel.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["media", "telecommunications"], "industry_labels": ["terrestrial television", "telecommunications industry"], "founded_year": 1995, "employees": 309799, "public_company": true, "ticker": "CHA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1191255", "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned telecommunication company", "sitelinks": 22, "importance": 0.7127, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
90 +{"wikidata_id": "Q853958", "display_name": "NTT DoCoMo", "legal_name": null, "aliases": ["DOCOMO", "Nippon Telegraph and Telephone Do Communication Mobile", "Ntt", "NTT docomo", "NTT DOCOMO", "NTT DOCOMO", "INC.", "NTTドコモ"], "website": "https://www.docomo.ne.jp", "canonical_domain": "docomo.ne.jp", "country": "JP", "hq_city": "Sanno Park Tower", "hq_region": "Nagatachō", "lat": 35.67306, "lon": 139.74028, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1992, "employees": 27558, "public_company": true, "ticker": "9437", "exchange": "Tokyo Stock Exchange", "lei": "353800TVPXCGWDZIIU09", "sec_cik": "1166141", "parent": {"wikidata_id": "Q1054787", "name": "NTT, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NTT_Docomo_2025.svg", "description": "Japanese telecommunications company", "sitelinks": 31, "importance": 0.7124, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
91 +{"wikidata_id": "Q1514221", "display_name": "Kubota", "legal_name": "クボタ", "aliases": ["Kabushiki-kaisha Kubota", "Kubota Corporation"], "website": "https://www.kubota.com", "canonical_domain": "kubota.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1890, "employees": 41605, "public_company": true, "ticker": "6326", "exchange": "Tokyo Stock Exchange", "lei": "549300CSY4INHEHQQT13", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kubota-Logo.svg", "description": "Japanese multinational manufacturing company", "sitelinks": 29, "importance": 0.7115, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
92 +{"wikidata_id": "Q1325369", "display_name": "Elbit Systems Ltd.", "legal_name": "אלביט מערכות בע\"מ", "aliases": [], "website": "https://www.elbitsystems.com", "canonical_domain": "elbitsystems.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1966, "employees": 20000, "public_company": true, "ticker": "ESLT", "exchange": "Tel Aviv Stock Exchange", "lei": "529900Q9CB1REUMZSS32", "sec_cik": "1027664", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elbit_Systems_logo.svg", "description": "Israel-based defense electronics company", "sitelinks": 32, "importance": 0.711, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1027664", "enriched_at": "2026-09-13T07:23:12+00:00"}}
93 +{"wikidata_id": "Q1068485", "display_name": "China Unicom", "legal_name": "CHINA UNICOM (HONG KONG) LIMITED", "aliases": ["China Unicom (Hong Kong) Limited", "China United Network Communications Group Co.", "Ltd.", "China United Network Communications Limited"], "website": "https://www.chinaunicom.com", "canonical_domain": "chinaunicom.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": 48162, "public_company": true, "ticker": "600050", "exchange": "Shanghai Stock Exchange", "lei": "5299006RQXYNFYPOUS20", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese telecommunications company", "sitelinks": 28, "importance": 0.7101, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
94 +{"wikidata_id": "Q3598926", "display_name": "JD.com", "legal_name": null, "aliases": ["Jingdong", "360buy", "Jingdong Mall"], "website": "https://jd.com", "canonical_domain": "jd.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2004, "employees": 62000, "public_company": true, "ticker": "JD", "exchange": "Nasdaq", "lei": "549300HVTWB0GJZ16V92", "sec_cik": "1549802", "parent": null, "logo_url": null, "description": "Chinese e-commerce company", "sitelinks": 27, "importance": 0.7101, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
95 +{"wikidata_id": "Q513679", "display_name": "Central Japan Railway Company", "legal_name": "Central Japan Railway Company", "aliases": ["JR Central", "JR Tokai", "JR Tōkai"], "website": "https://jr-central.co.jp", "canonical_domain": "jr-central.co.jp", "country": "JP", "hq_city": "JR Central Towers", "hq_region": "Nakamura-ku", "lat": 35.17139, "lon": 136.88278, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": 18148, "public_company": true, "ticker": "9022", "exchange": "Tokyo Stock Exchange", "lei": "353800YAR3OVUITHTG64", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28central%29.svg", "description": "rail transportation company in central Japan (Tokai)", "sitelinks": 32, "importance": 0.7096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
96 +{"wikidata_id": "Q1368019", "display_name": "Citizen Watch", "legal_name": null, "aliases": ["Citizen", "Citizen Holdings"], "website": "https://www.citizen.co.jp", "canonical_domain": "citizen.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1918, "employees": 18000, "public_company": true, "ticker": "7762", "exchange": "Tokyo Stock Exchange", "lei": "529900DUZBKERKGQ2628", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Citizen_logo.svg", "description": "core company of a Japanese global corporate group based in Tokyo, Japan", "sitelinks": 32, "importance": 0.7094, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6716544"}]}
97 +{"wikidata_id": "Q283852", "display_name": "Turkcell", "legal_name": null, "aliases": [], "website": "https://www.turkcell.com.tr", "canonical_domain": "turkcell.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": 13901, "public_company": true, "ticker": "TKC", "exchange": "New York Stock Exchange", "lei": "7890003EX1LTLS2FFL84", "sec_cik": "1071321", "parent": null, "logo_url": null, "description": "Turkish telecommunications company", "sitelinks": 33, "importance": 0.7088, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1071321", "enriched_at": "2026-09-13T07:23:12+00:00"}}
98 +{"wikidata_id": "Q898568", "display_name": "Japan Tobacco", "legal_name": null, "aliases": ["JT", "Nihon Tabako Sangyō", "Japan Tobacco Inc."], "website": "https://www.jti.co.jp", "canonical_domain": "jti.co.jp", "country": "JP", "hq_city": "Tokyo World Gate", "hq_region": "Toranomon", "lat": 35.66553, "lon": 139.74595, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1985, "employees": 63969, "public_company": true, "ticker": "2914", "exchange": "Tokyo Stock Exchange", "lei": "353800Z0ENYBQO0XRJ31", "sec_cik": "1446664", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Tobacco_logo.svg", "description": "cigarette manufacturing company", "sitelinks": 26, "importance": 0.7067, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
99 +{"wikidata_id": "Q63035278", "display_name": "XPeng", "legal_name": null, "aliases": ["Xiaopeng Motors", "XPeng Inc", "XPeng Motors"], "website": "https://www.xpeng-auto.es", "canonical_domain": "xpeng-auto.es", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": 13550, "public_company": true, "ticker": "XPEV", "exchange": "New York Stock Exchange", "lei": "549300TZNMIREMWQU857", "sec_cik": "1810997", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XPeng_logo.svg", "description": "Chinese automobile manufacturer", "sitelinks": 32, "importance": 0.7053, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1810997", "enriched_at": "2026-09-13T07:23:12+00:00"}}
100 +{"wikidata_id": "Q1157589", "display_name": "Daikin Industries", "legal_name": null, "aliases": ["Daikin Kōgyō Kabushiki-gaisha"], "website": "https://www.daikin.it", "canonical_domain": "daikin.it", "country": "JP", "hq_city": "New York", "hq_region": "Kita-ku", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1924, "employees": 56240, "public_company": true, "ticker": "6367", "exchange": "Tokyo Stock Exchange", "lei": "549300Y7FWSTSHMW5Y57", "sec_cik": "1446519", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DAIKIN_logo.svg", "description": "multinational corporation based in Japan", "sitelinks": 26, "importance": 0.7048, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1446519", "enriched_at": "2026-09-13T07:23:12+00:00"}}
101 +{"wikidata_id": "Q903219", "display_name": "SABIC", "legal_name": "الشركة السعودية للصناعات الأساسية", "aliases": ["Saudi Basic Industries Corporation"], "website": "https://www.sabic.com", "canonical_domain": "sabic.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1976, "employees": 98000, "public_company": true, "ticker": "2024", "exchange": "Tadawul Holding Group", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q679322", "name": "Saudi Aramco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Sabic.svg", "description": "chemicals manufacturing company", "sitelinks": 24, "importance": 0.7048, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
102 +{"wikidata_id": "Q696743", "display_name": "Quanta Computer", "legal_name": null, "aliases": ["Quanta", "Inc."], "website": "https://www.quantatw.com", "canonical_domain": "quantatw.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1988, "employees": 68720, "public_company": true, "ticker": "2382", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11064873", "name": "Quanta Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quanta_Computer_logo.svg", "description": "Taiwanese electronics manufacturer", "sitelinks": 25, "importance": 0.7038, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
103 +{"wikidata_id": "Q50595", "display_name": "YG Entertainment", "legal_name": "YG Entertainment Inc.", "aliases": ["YG", "Y.G Entertainment Inc.", "YGENT"], "website": "https://ygfamily.com", "canonical_domain": "ygfamily.com", "country": "KR", "hq_city": "Hapjeong-dong", "hq_region": "Mapo District", "lat": 37.54878, "lon": 126.90772, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1995, "employees": 668, "public_company": true, "ticker": "122870", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YG_Entertainment_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 48, "importance": 0.7033, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
104 +{"wikidata_id": "Q483938", "display_name": "SM Entertainment", "legal_name": "SM娱乐有限公司", "aliases": ["S.M. Entertainment", "Star Museum Entertainment"], "website": "https://www.smentertainment.com", "canonical_domain": "smentertainment.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.54414, "lon": 127.04415, "industries": ["entertainment"], "industry_labels": ["music", "phonographic industry"], "founded_year": 1995, "employees": 718, "public_company": true, "ticker": "041510", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SM_Entertainment_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 47, "importance": 0.7022, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
105 +{"wikidata_id": "Q334789", "display_name": "Ülker", "legal_name": null, "aliases": ["Ulker"], "website": "https://www.ulker.com.tr", "canonical_domain": "ulker.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1944, "employees": 8923, "public_company": true, "ticker": "UELKY", "exchange": "OTC Markets Group", "lei": "7890009HEU9BS7J3DA93", "sec_cik": null, "parent": {"wikidata_id": "Q15043910", "name": "Yıldız Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C3%9Clker_logo.svg", "description": "Turkish food company", "sitelinks": 32, "importance": 0.6993, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
106 +{"wikidata_id": "Q19840026", "display_name": "CRRC", "legal_name": null, "aliases": ["CRRC Corporation Limited"], "website": "https://www.crrcgc.cc", "canonical_domain": "crrcgc.cc", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["industrial-machinery", "transportation"], "industry_labels": ["manufacture of machinery and equipment", "rail industry", "rolling stock industry"], "founded_year": 2015, "employees": 168600, "public_company": true, "ticker": "601766", "exchange": "Shanghai Stock Exchange", "lei": "30030099HATQH2XC0B72", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese rolling stock manufacturer", "sitelinks": 21, "importance": 0.6992, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q840960"}, {"related_domain_conflict": "Q848225"}, {"related_domain_conflict": "Q22098483"}, {"related_domain_conflict": "Q5013176"}, {"related_domain_conflict": "Q5014252"}, {"related_domain_conflict": "Q6141856"}, {"related_domain_conflict": "Q6963679"}, {"related_domain_conflict": "Q5227712"}, {"related_domain_conflict": "Q7267923"}, {"related_domain_conflict": "Q10902012"}]}
107 +{"wikidata_id": "Q728185", "display_name": "Shiseido", "legal_name": null, "aliases": ["Kabushiki-gaisha Shiseidō", "Shiseido Company", "Shiseido Company", "Limited", "Shiseido Group", "ZA COSMETICS", "SHISEIDO", "Shiseido Co."], "website": "https://corp.shiseido.com", "canonical_domain": "shiseido.com", "country": "JP", "hq_city": "Shiodome Tower", "hq_region": "Higashi-Shinbashi", "lat": 35.66425, "lon": 139.76054, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1872, "employees": 28793, "public_company": true, "ticker": "4911", "exchange": "Tokyo Stock Exchange", "lei": "5299008QCD0YDT5OF506", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shiseido_logo.svg", "description": "Japanese multinational personal care company", "sitelinks": 27, "importance": 0.699, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
108 +{"wikidata_id": "Q493094", "display_name": "Hankook Tire & Technology", "legal_name": "Hankook Tire & Technology Co., Ltd.", "aliases": ["Hankook Tire and Technology"], "website": "https://www.hankooktire.com", "canonical_domain": "hankooktire.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1941, "employees": 21000, "public_company": true, "ticker": "161390", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Hankook_Tire_2025.svg", "description": "South Korean tire company", "sitelinks": 28, "importance": 0.6981, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
109 +{"wikidata_id": "Q1151693", "display_name": "Nippon Steel Corporation", "legal_name": "Nippon Steel Corporation", "aliases": ["Nippon Seitetsu", "Nippon Steel", "Nippon Steel & Sumitomo Metal", "NSSMC", "Shinnittetsu Sumikin Kabushiki-gaisha"], "website": "https://www.nipponsteel.com", "canonical_domain": "nipponsteel.com", "country": "JP", "hq_city": "Marunouchi Park Building", "hq_region": "Marunouchi", "lat": 35.6791, "lon": 139.763, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2012, "employees": 106528, "public_company": true, "ticker": "5401", "exchange": "Tokyo Stock Exchange", "lei": "35380065QWQ4U2V3PA33", "sec_cik": "1140471", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Steel_-_Logo.svg", "description": "steel producer in Japan", "sitelinks": 22, "importance": 0.6972, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11502418"}, {"related_domain_conflict": "Q7041114"}]}
110 +{"wikidata_id": "Q5324516", "display_name": "eToro", "legal_name": "eToro", "aliases": [], "website": "https://www.etoro.com", "canonical_domain": "etoro.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["technology", "financial-services"], "industry_labels": ["information technology", "financial services"], "founded_year": 2007, "employees": 1700, "public_company": true, "ticker": "ETOR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Etoro_logo.svg", "description": "social trading and multi asset brokerage company", "sitelinks": 39, "importance": 0.6955, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
111 +{"wikidata_id": "Q1196269", "display_name": "Renesas Electronics", "legal_name": null, "aliases": ["Renesas", "Renesas Electronics Corporation", "RENESAS ELECTRONICS CORPORATION (Tokyo)", "Runesasu Erekutoronikusu Kabushiki Gaisha"], "website": "https://www.renesas.com", "canonical_domain": "renesas.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2002, "employees": 21204, "public_company": true, "ticker": "6723", "exchange": "Tokyo Stock Exchange", "lei": "5299000EPC47VJQOFB81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renesas_Electronics_logo.svg", "description": "company", "sitelinks": 27, "importance": 0.6945, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
112 +{"wikidata_id": "Q196259", "display_name": "NetEase", "legal_name": "广州网易计算机系统有限公司", "aliases": ["NTES", "Inc."], "website": "https://www.163.com", "canonical_domain": "163.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["technology"], "industry_labels": ["technology industry"], "founded_year": 1997, "employees": 10004, "public_company": true, "ticker": "NTES", "exchange": "Nasdaq", "lei": "5299004AF4DSJDB0PA32", "sec_cik": "1110646", "parent": null, "logo_url": null, "description": "Chinese Internet technology company", "sitelinks": 30, "importance": 0.6944, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
113 +{"wikidata_id": "Q493145", "display_name": "SK Telecom", "legal_name": "SK Telecom Co., Ltd.", "aliases": ["SKT", "SK telecom", "SK Telecom Co.", "Ltd.", "Sunkyoung Telecom"], "website": "https://www.sktelecom.com", "canonical_domain": "sktelecom.com", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1984, "employees": 20955, "public_company": true, "ticker": "SKM", "exchange": "New York Stock Exchange", "lei": "9884003WEA1PHW006037", "sec_cik": "1015650", "parent": {"wikidata_id": "Q494136", "name": "SK Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SK_Telecom_Logo.svg", "description": "South Korean telecommunications company", "sitelinks": 27, "importance": 0.6944, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
114 +{"wikidata_id": "Q486976", "display_name": "LG Chem", "legal_name": null, "aliases": ["LG CHEM", "LTD. (Seoul)", "LG Chemical"], "website": "https://www.lgchem.com", "canonical_domain": "lgchem.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": 1947, "employees": 20000, "public_company": true, "ticker": "051910", "exchange": "Korean Stock Exchange", "lei": "988400IES4EIG7O06940", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_Chem_logo_%28english%29.svg", "description": "South Korean chemical company", "sitelinks": 27, "importance": 0.6937, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
115 +{"wikidata_id": "Q705417", "display_name": "DBS Bank", "legal_name": null, "aliases": ["DBS", "DBS Bank Limited"], "website": "https://www.dbs.com.sg", "canonical_domain": "dbs.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1968, "employees": 24174, "public_company": true, "ticker": "D05", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational banking and financial services company based in Singapore", "sitelinks": 26, "importance": 0.6926, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
116 +{"wikidata_id": "Q962591", "display_name": "JFE Holdings", "legal_name": null, "aliases": ["JFE", "Jeiefuī Hōrudingusu Kabushiki-gaisha", "Inc."], "website": "https://www.jfe-holdings.co.jp", "canonical_domain": "jfe-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2002, "employees": 56688, "public_company": true, "ticker": "5411", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1446663", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JFE_Holdings_company_logo.svg", "description": "Japanese company", "sitelinks": 23, "importance": 0.6926, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
117 +{"wikidata_id": "Q409907", "display_name": "Aisin Seiki", "legal_name": null, "aliases": ["Aishin Seiki Kabushiki Kaisha", "Aisin", "Aisin Seiki Co."], "website": "https://www.aisin.com", "canonical_domain": "aisin.com", "country": "JP", "hq_city": "Kariya", "hq_region": "Aichi Prefecture", "lat": 34.98928, "lon": 137.00214, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": 100000, "public_company": true, "ticker": "7259", "exchange": "Tokyo Stock Exchange", "lei": "3538004IOK08PDY6I723", "sec_cik": null, "parent": {"wikidata_id": "Q40794", "name": "Toyota Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aisin_Seiki_logo.svg", "description": "Japanese manufacturer of systems and components for the automotive industry", "sitelinks": 21, "importance": 0.6916, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
118 +{"wikidata_id": "Q1814247", "display_name": "Sumitomo Electric Industries", "legal_name": null, "aliases": ["Sumitomo Denki Kogyo", "Sumitomo Electric Wire & Cable Works"], "website": "https://sumitomoelectric.com", "canonical_domain": "sumitomoelectric.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["mining"], "industry_labels": ["non-ferrous metal"], "founded_year": 1897, "employees": 182773, "public_company": true, "ticker": "5802", "exchange": "Tokyo Stock Exchange", "lei": "5493005SP87FL5TOS202", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Electric_Industries_logo.svg", "description": "Manufacturer of electric wire and optical fiber cables", "sitelinks": 19, "importance": 0.6903, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
119 +{"wikidata_id": "Q420506", "display_name": "Wix.com", "legal_name": null, "aliases": ["Wix"], "website": "https://www.wix.com", "canonical_domain": "wix.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["internet", "e-commerce", "cloud-infrastructure"], "industry_labels": ["Internet", "e-commerce", "website builder", "web hosting service", "Internet industry"], "founded_year": 2006, "employees": 5929, "public_company": true, "ticker": "WIX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1576789", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wix_logo_svg.svg", "description": "Israeli online services company", "sitelinks": 31, "importance": 0.6901, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1576789", "enriched_at": "2026-09-13T07:23:12+00:00"}}
120 +{"wikidata_id": "Q2767170", "display_name": "Life Insurance Corporation of India", "legal_name": null, "aliases": ["LIC"], "website": "https://licindia.in", "canonical_domain": "licindia.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1956, "employees": 114498, "public_company": true, "ticker": "LICI", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian state-owned insurance group and investment company", "sitelinks": 20, "importance": 0.6887, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
121 +{"wikidata_id": "Q1465351", "display_name": "Lifan Group", "legal_name": null, "aliases": [], "website": "https://www.lifan.com", "canonical_domain": "lifan.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": 13653, "public_company": true, "ticker": "601777", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lifan_Logo.jpg", "description": "Chinese motorcycle and automobile manufacturer", "sitelinks": 27, "importance": 0.6882, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
122 +{"wikidata_id": "Q271413", "display_name": "Aeon", "legal_name": null, "aliases": ["ÆON", "AEON CO.", "LTD."], "website": "https://www.aeon.com.vn", "canonical_domain": "aeon.com.vn", "country": "JP", "hq_city": "AEON Tower", "hq_region": "Nakase", "lat": 35.6518, "lon": 140.038, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1758, "employees": 76318, "public_company": true, "ticker": "8267", "exchange": "Tokyo Stock Exchange", "lei": "5299009MXFL34SA71416", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AeonLogo.svg", "description": "Japanese retail holding company", "sitelinks": 21, "importance": 0.6877, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q870914"}]}
123 +{"wikidata_id": "Q717093", "display_name": "Itochu", "legal_name": null, "aliases": ["C. Itoh & Co"], "website": "https://www.itochu.co.jp", "canonical_domain": "itochu.co.jp", "country": "JP", "hq_city": "Kita-Aoyama", "hq_region": "Minato", "lat": 35.67261, "lon": 139.71818, "industries": ["retail"], "industry_labels": ["trade", "sōgō shōsha"], "founded_year": 1949, "employees": 62500, "public_company": true, "ticker": "8001", "exchange": "Tokyo Stock Exchange", "lei": "J48DJYXDTLHM30UMYI18", "sec_cik": "355363", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Itochu-Logo.svg", "description": "Japanese trading company", "sitelinks": 21, "importance": 0.6848, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "355363", "enriched_at": "2026-09-13T07:23:12+00:00"}}
124 +{"wikidata_id": "Q501376", "display_name": "OMRON", "legal_name": null, "aliases": ["Omron", "OMRON Corporation", "Omron Software", "Omuron Kabushiki-gaisha"], "website": "https://www.omron.co.jp", "canonical_domain": "omron.co.jp", "country": "JP", "hq_city": "Shimogyō-ku", "hq_region": "Kyoto", "lat": 34.9875, "lon": 135.75556, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1933, "employees": 30000, "public_company": true, "ticker": "6645", "exchange": "Tokyo Stock Exchange", "lei": "549300ZHW0TR2QZ0NY83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OMRON_Logo.svg", "description": "Japanese electronics company", "sitelinks": 23, "importance": 0.6834, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
125 +{"wikidata_id": "Q640497", "display_name": "Arçelik", "legal_name": null, "aliases": [], "website": "https://www.arcelik.com.tr", "canonical_domain": "arcelik.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1955, "employees": 30000, "public_company": true, "ticker": "ACKAY", "exchange": "OTC Markets Group", "lei": "789000748KTQCUMJ0R25", "sec_cik": null, "parent": {"wikidata_id": "Q1306571", "name": "Koç Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arcelik_Logo.svg", "description": "household appliances manufacturer from Turkey", "sitelinks": 23, "importance": 0.6834, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
126 +{"wikidata_id": "Q2042423", "display_name": "Oversea-Chinese Banking Corporation", "legal_name": null, "aliases": ["OCBC Bank"], "website": "https://www.ocbc.com", "canonical_domain": "ocbc.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1932, "employees": 29174, "public_company": true, "ticker": "OVCHF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-ocbc.svg", "description": "Singapore company", "sitelinks": 23, "importance": 0.6829, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
127 +{"wikidata_id": "Q726193", "display_name": "Ashok Leyland", "legal_name": null, "aliases": ["ASHOK LEYLAND", "Ashok Leyland Limited"], "website": "https://ashokleyland.com", "canonical_domain": "ashokleyland.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1948, "employees": 11908, "public_company": true, "ticker": "ASHOKLEY", "exchange": "National Stock Exchange of India", "lei": "3358001BZKWERVWYCK35", "sec_cik": null, "parent": {"wikidata_id": "Q518624", "name": "Hinduja Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ashok_Leyland_Logo.JPG", "description": "company", "sitelinks": 26, "importance": 0.6824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
128 +{"wikidata_id": "Q143616", "display_name": "United Microelectronics Corporation", "legal_name": null, "aliases": ["UMC"], "website": "https://www.umc.com", "canonical_domain": "umc.com", "country": "TW", "hq_city": "Hsinchu Science Park", "hq_region": "Zhubei City", "lat": 24.78, "lon": 121.01361, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1980, "employees": 19000, "public_company": true, "ticker": "2303", "exchange": "Taiwan Stock Exchange", "lei": "391200YJCAGH9LF96P73", "sec_cik": "1033767", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UMC-Logo.svg", "description": "semiconductor foundry company headquartered in Taiwan", "sitelinks": 24, "importance": 0.681, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
129 +{"wikidata_id": "Q814825", "display_name": "Foton Motor", "legal_name": "BAIC Foton Motor Co., Ltd.", "aliases": ["Foton", "Beiqi Foton Motor Co.", "Ltd"], "website": "https://www.foton.com.cn", "canonical_domain": "foton.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1996, "employees": 20043, "public_company": true, "ticker": "600166", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foton_Motor_logo.svg", "description": "Vehicle manufacturing company based in Changping, Beijing, China", "sitelinks": 23, "importance": 0.6775, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
130 +{"wikidata_id": "Q962865", "display_name": "Krungthai Bank", "legal_name": null, "aliases": ["KTB", "Krung Thai Bank", "Krungthai Bank Public Company Limited", "Krung Thai Bank Public Company Limited", "Krung Thai Bank Public Co.", "Ltd."], "website": "https://krungthai.com", "canonical_domain": "krungthai.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["banking", "financial-services"], "industry_labels": ["bank", "economics of banking", "financial services"], "founded_year": 1966, "employees": 29000, "public_company": true, "ticker": "KTB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned bank located in Thailand", "sitelinks": 21, "importance": 0.6737, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
131 +{"wikidata_id": "Q1073482", "display_name": "China Railway Construction Corporation Limited", "legal_name": null, "aliases": ["CRCC"], "website": "https://www.crcc.cn", "canonical_domain": "crcc.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1948, "employees": 261333, "public_company": true, "ticker": "601186", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q62264317", "name": "China Railway Construction Corporation"}, "logo_url": null, "description": "Chinese listed construction company", "sitelinks": 15, "importance": 0.6721, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
132 +{"wikidata_id": "Q15907772", "display_name": "Meituan", "legal_name": "美团", "aliases": ["Meituan-Dianping"], "website": "https://www.meituan.com", "canonical_domain": "meituan.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2010, "employees": 108900, "public_company": true, "ticker": "3690", "exchange": "Hong Kong Stock Exchange", "lei": "21380033K525E5JLIA77", "sec_cik": "1818611", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meituan_English_Logo.png", "description": "Chinese group buying website", "sitelinks": 17, "importance": 0.6718, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
133 +{"wikidata_id": "Q7390019", "display_name": "SF Express", "legal_name": "SF Express", "aliases": ["Shunfeng", "Shun Feng", "S.F. Holding"], "website": "https://www.sf-express.com", "canonical_domain": "sf-express.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1993, "employees": 400000, "public_company": true, "ticker": "002352", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese delivery services company", "sitelinks": 14, "importance": 0.6714, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
134 +{"wikidata_id": "Q242260", "display_name": "Persepolis F.C.", "legal_name": null, "aliases": ["Persepolis", "FC Persepolis", "Persepolis FC", "Persepolis Football Club", "PersepolisFC"], "website": "https://fc-perspolis.com", "canonical_domain": "fc-perspolis.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "PSPP1", "exchange": "Iran Fara Bourse", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian professional football club", "sitelinks": 87, "importance": 0.6707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
135 +{"wikidata_id": "Q489202", "display_name": "Hanwha Group", "legal_name": null, "aliases": ["Hanwha"], "website": "https://www.hanwha.com", "canonical_domain": "hanwha.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1952, "employees": 47000, "public_company": true, "ticker": "000880", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_logo.svg", "description": "South Korean conglomerate", "sitelinks": 19, "importance": 0.6707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
136 +{"wikidata_id": "Q1073306", "display_name": "China Life Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.chinalife.com.cn", "canonical_domain": "chinalife.com.cn", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1949, "employees": 99739, "public_company": true, "ticker": "601628", "exchange": "Shanghai Stock Exchange", "lei": "549300J6TFLDXGH6S048", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese insurance company", "sitelinks": 17, "importance": 0.6705, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
137 +{"wikidata_id": "Q786947", "display_name": "Oki Electric Industry", "legal_name": null, "aliases": ["Oki Denki Kōgyō Kabushiki-gaisha"], "website": "https://www.oki.com", "canonical_domain": "oki.com", "country": "JP", "hq_city": "Toranomon", "hq_region": "Minato", "lat": 35.66686, "lon": 139.7475, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1881, "employees": 22640, "public_company": true, "ticker": "6703", "exchange": "Tokyo Stock Exchange", "lei": "529900VJ2Q0182B3J852", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oki_logo.svg", "description": "company", "sitelinks": 21, "importance": 0.6701, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
138 +{"wikidata_id": "Q137803", "display_name": "Sumitomo Chemical", "legal_name": "Sumitomo Chemical Co., Ltd.", "aliases": [], "website": "https://www.sumitomo-chem.co.jp", "canonical_domain": "sumitomo-chem.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1913, "employees": 30745, "public_company": true, "ticker": "4005", "exchange": "Tokyo Stock Exchange", "lei": "353800RSAU9BD8U4DM91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Chemical_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.6697, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
139 +{"wikidata_id": "Q212116", "display_name": "FANUC", "legal_name": null, "aliases": ["Fanuc", "Fanuc Corporation", "FANUC Corporation", "FANUC CORPORATION (Yamanashi)", "Fujitsu Automatic NUmerical Control"], "website": "https://www.fanucamerica.com", "canonical_domain": "fanucamerica.com", "country": "JP", "hq_city": "Oshino", "hq_region": "Minamitsuru district", "lat": 35.46003, "lon": 138.84786, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1956, "employees": 8675, "public_company": true, "ticker": "6954", "exchange": "Tokyo Stock Exchange", "lei": "529900QTSW745LOKW705", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fanuc_logo.svg", "description": "Group of companies that provide automation products and services such as robotics and computer numerical control systems", "sitelinks": 24, "importance": 0.6697, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
140 +{"wikidata_id": "Q483238", "display_name": "JYP Entertainment", "legal_name": "JYP Entertainment Corporation", "aliases": ["JYP"], "website": "https://www.jype.com", "canonical_domain": "jype.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1996, "employees": 235, "public_company": true, "ticker": "035900", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JYP_Entertainment_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 40, "importance": 0.6695, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
141 +{"wikidata_id": "Q904240", "display_name": "Mitsui & Co.", "legal_name": null, "aliases": ["MITSUI & CO.", "LTD.", "Mitsui bussan"], "website": "https://www.mitsui.com", "canonical_domain": "mitsui.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["logistics"], "industry_labels": ["logistics", "sōgō shōsha"], "founded_year": 1947, "employees": 40026, "public_company": true, "ticker": "8031", "exchange": "Tokyo Stock Exchange", "lei": "2NRSB4GOU9DD6CNW5R48", "sec_cik": null, "parent": {"wikidata_id": "Q899122", "name": "Mitsui Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Bussan_logo.svg", "description": "Japanese trading company", "sitelinks": 19, "importance": 0.6684, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
142 +{"wikidata_id": "Q1321914", "display_name": "Tobu Railway", "legal_name": "東武鉄道株式会社", "aliases": ["TOBU RAILWAY CO.", "LTD."], "website": "https://www.tobu.co.jp", "canonical_domain": "tobu.co.jp", "country": "JP", "hq_city": "Oshiage", "hq_region": "Sumida", "lat": 35.71044, "lon": 139.81386, "industries": ["transportation"], "industry_labels": ["public transport", "rail transport"], "founded_year": 1897, "employees": 19621, "public_company": true, "ticker": "9001", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C5%8Dbu_Tetsud%C5%8D_Logo.svg", "description": "Japanese railway company", "sitelinks": 21, "importance": 0.6681, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
143 +{"wikidata_id": "Q1157511", "display_name": "Dai Nippon Printing", "legal_name": null, "aliases": ["DNP", "Dai Nippon Insatsu", "Dai Nippon Printing Co.", "Ltd.", "DNP Group", "Dai Nippon Insatsu kabushiki gaisha", "Dainippon insatsu kabushiki kaisha"], "website": "https://www.global.dnp", "canonical_domain": "global.dnp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1876, "employees": 37740, "public_company": true, "ticker": "7912", "exchange": "Tokyo Stock Exchange", "lei": "529900S7NFNQ4FT6OP83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dai_Nippon_Printing_logo.svg", "description": "Japanese printing company", "sitelinks": 19, "importance": 0.6675, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
144 +{"wikidata_id": "Q644167", "display_name": "PLDT", "legal_name": null, "aliases": ["Philippine Long Distance Telephone Company"], "website": "https://main.pldt.com", "canonical_domain": "pldt.com", "country": "PH", "hq_city": "Makati Metro Manila", "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 1928, "employees": 18926, "public_company": true, "ticker": "PHI", "exchange": "New York Stock Exchange", "lei": "254900ADE8GQHM5P2648", "sec_cik": "78150", "parent": null, "logo_url": null, "description": "Philippine telecommunications company", "sitelinks": 21, "importance": 0.6675, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "78150", "enriched_at": "2026-09-13T07:23:12+00:00"}}
145 +{"wikidata_id": "Q971946", "display_name": "KDDI", "legal_name": null, "aliases": ["Kokusai Denshin Denwa Inc."], "website": "https://www.kddi.com", "canonical_domain": "kddi.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1984, "employees": 18418, "public_company": true, "ticker": "9433", "exchange": "Tokyo Stock Exchange", "lei": "5299003FU7V4I45FU310", "sec_cik": "1106215", "parent": {"wikidata_id": "Q745099", "name": "Kyocera"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KDDI_logos.svg", "description": "Japanese telecommunications operator", "sitelinks": 21, "importance": 0.6671, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1106215", "enriched_at": "2026-09-13T07:23:12+00:00"}}
146 +{"wikidata_id": "Q497860", "display_name": "Hanwha Ocean", "legal_name": "Hanwha Ocean Co., Ltd.", "aliases": ["DSME", "Daewoo Shipbuilding & Marine Engineering Co.", "Ltd."], "website": "https://www.hanwhaocean.com", "canonical_domain": "hanwhaocean.com", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["defense", "manufacturing"], "industry_labels": ["weapons industry", "shipbuilding"], "founded_year": 2000, "employees": 35000, "public_company": true, "ticker": "042660", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q489202", "name": "Hanwha Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_Ocean_Logo.svg", "description": "shipbuilder of South Korea", "sitelinks": 19, "importance": 0.6664, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
147 +{"wikidata_id": "Q3300084", "display_name": "TVS Motor Company", "legal_name": null, "aliases": ["TVS", "TVS Star"], "website": "https://www.tvsmotor.com", "canonical_domain": "tvsmotor.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1978, "employees": 5133, "public_company": true, "ticker": "TVSMOTOR", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "2- and 3-wheeler manufacturer from Chennai, India", "sitelinks": 25, "importance": 0.6662, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
148 +{"wikidata_id": "Q5177291", "display_name": "Country Garden", "legal_name": null, "aliases": [], "website": "https://www.countrygarden.com.cn", "canonical_domain": "countrygarden.com.cn", "country": "CN", "hq_city": "Shunde District", "hq_region": "Foshan", "lat": 22.7957, "lon": 113.28492, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1992, "employees": 70000, "public_company": true, "ticker": "2007", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese property company", "sitelinks": 17, "importance": 0.6654, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
149 +{"wikidata_id": "Q476215", "display_name": "Oricon", "legal_name": null, "aliases": ["Oricon Inc."], "website": "https://www.oricon.co.jp", "canonical_domain": "oricon.co.jp", "country": "JP", "hq_city": "Roppongi", "hq_region": "Minato", "lat": 35.66284, "lon": 139.73144, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1999, "employees": 203, "public_company": true, "ticker": "4800", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oricon_Logo_2017.svg", "description": "Japanese corporate group that supplies statistics on the music industry", "sitelinks": 39, "importance": 0.6648, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
150 +{"wikidata_id": "Q17538813", "display_name": "Similarweb", "legal_name": "Similarweb", "aliases": [], "website": "https://www.similarweb.com", "canonical_domain": "similarweb.com", "country": "IL", "hq_city": "Givatayim", "hq_region": "Tel Aviv District", "lat": 32.06652, "lon": 34.80407, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2007, "employees": 1017, "public_company": true, "ticker": "SMWB", "exchange": "New York Stock Exchange", "lei": "254900GWO7PNBAYCPJ12", "sec_cik": "1842731", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Similarweb_Logo.svg", "description": "provider of website rankings and analytics", "sitelinks": 31, "importance": 0.6646, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1842731", "enriched_at": "2026-09-13T07:23:12+00:00"}}
151 +{"wikidata_id": "Q35349", "display_name": "Kia", "legal_name": null, "aliases": ["KN", "Kia Corp", "Kia Corporation", "Kia motors", "Kia Motors", "Kia Motors Corporation (Seoul)", "Kyungsung Precision Industry"], "website": "https://kia.com", "canonical_domain": "kia.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "000270", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59243", "name": "Hyundai Motor Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KIA_logo3.svg", "description": "South Korean automobile manufacturer", "sitelinks": 80, "importance": 0.662, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q104860757"}]}
152 +{"wikidata_id": "Q909613", "display_name": "İşbank", "legal_name": null, "aliases": ["Türkiye İş Bankası", "Türkiye İş Bankası A.Ş."], "website": "https://www.isbank.com.tr", "canonical_domain": "isbank.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "financial sector", "financial service activities, except insurance and pension funding"], "founded_year": 1924, "employees": 24887, "public_company": true, "ticker": "TYIBF", "exchange": "OTC Markets Group", "lei": "789000FIRX9MDN0KTM91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrkiye_%C4%B0%C5%9F_Bankas%C4%B1_logo.svg", "description": "Turkish private joint-stock commercial bank", "sitelinks": 19, "importance": 0.6615, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
153 +{"wikidata_id": "Q2666775", "display_name": "Bank Hapoalim B.M.", "legal_name": "בנק הפועלים בע\"מ", "aliases": [], "website": "https://www.bankhapoalim.co.il", "canonical_domain": "bankhapoalim.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1921, "employees": 8800, "public_company": true, "ticker": "POLI", "exchange": "Tel Aviv Stock Exchange", "lei": "B6ARUI4946ST4S7WOU88", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_happoalim_2018_logo.svg", "description": "Israel’s largest bank", "sitelinks": 22, "importance": 0.6611, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
154 +{"wikidata_id": "Q720489", "display_name": "Asahi Kasei", "legal_name": null, "aliases": ["Asahi Kasei Corporation", "Asahi Kasei Group", "Asahi-Kasei Corporation", "Asahi-Kasei Group"], "website": "https://www.asahi-kasei.co.jp", "canonical_domain": "asahi-kasei.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals", "pharmaceuticals"], "industry_labels": ["chemical industry", "pharmaceutical industry"], "founded_year": 1931, "employees": 34670, "public_company": true, "ticker": "3407", "exchange": "Tokyo Stock Exchange", "lei": "353800GPI4Z3MGDGN142", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AsahiKASEI_logo.svg", "description": "Japanese company", "sitelinks": 18, "importance": 0.6609, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
155 +{"wikidata_id": "Q846655", "display_name": "Israel Railways", "legal_name": "רכבת ישראל בע\"מ", "aliases": ["Israel Railways Corporation Ltd.", "Israel Railways Ltd."], "website": "https://www.rail.co.il", "canonical_domain": "rail.co.il", "country": "IL", "hq_city": "Lod Railway Station", "hq_region": "Lod", "lat": 31.94592, "lon": 34.87558, "industries": ["transportation"], "industry_labels": ["rail transport in Israel"], "founded_year": 1948, "employees": 1900, "public_company": true, "ticker": "RAIL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Israel_Railways_Logo.svg", "description": "railway transport company", "sitelinks": 27, "importance": 0.6596, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
156 +{"wikidata_id": "Q486737", "display_name": "Korea Electric Power Corporation", "legal_name": "Korea Electric Power Corporation", "aliases": ["KEPCO"], "website": "https://home.kepco.co.kr", "canonical_domain": "kepco.co.kr", "country": "KR", "hq_city": "Naju", "hq_region": "South Jeolla", "lat": 35.02833, "lon": 126.7175, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1898, "employees": 20957, "public_company": true, "ticker": "KEP", "exchange": "New York Stock Exchange", "lei": "988400QG33WS7JEIV602", "sec_cik": "887225", "parent": {"wikidata_id": "Q491047", "name": "Ministry of Trade, Industry and Resource"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kepco_logo_ko-en.svg", "description": "company", "sitelinks": 19, "importance": 0.659, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
157 +{"wikidata_id": "Q1365015", "display_name": "Kansai Electric Power Company", "legal_name": "The Kansai Electric Power Company,Incorporated", "aliases": ["KEPCO"], "website": "https://www.kepco.co.jp", "canonical_domain": "kepco.co.jp", "country": "JP", "hq_city": "KEPCO Building", "hq_region": "Kita-ku", "lat": 34.6927, "lon": 135.493, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1951, "employees": 20628, "public_company": true, "ticker": "9503", "exchange": "Tokyo Stock Exchange", "lei": "353800PFUKP5ONPJNZ86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KEPCO_logo.png", "description": "Japanese company", "sitelinks": 19, "importance": 0.6588, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
158 +{"wikidata_id": "Q55931", "display_name": "Hyundai Motor Company", "legal_name": null, "aliases": ["Hyundai", "Hyeondae", "Hyŏndae", "Hyundai Motor"], "website": "https://www.hyundai.com", "canonical_domain": "hyundai.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "HYUD", "exchange": "London Stock Exchange", "lei": "9884004RQX8PRBXQ8S60", "sec_cik": null, "parent": {"wikidata_id": "Q29311", "name": "Hyundai"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Motor_Company_logo.svg", "description": "South Korean multinational automaker", "sitelinks": 76, "importance": 0.6567, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q98441159"}, {"related_domain_conflict": "Q1270344"}]}
159 +{"wikidata_id": "Q160120", "display_name": "Huawei", "legal_name": "Huawei Technologies Co., Ltd.", "aliases": ["Huawei Technologies", "Huawei Technologies Co.", "Ltd.", "Huawei Technologies Co.", "Ltd. (Guangdong)"], "website": "https://www.huawei.com", "canonical_domain": "huawei.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["telecommunications", "technology"], "industry_labels": ["telecommunications industry", "information and communications technology", "electronics industry"], "founded_year": 1987, "employees": 197000, "public_company": false, "ticker": null, "exchange": null, "lei": "300300G4NLFHF8PDPY52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huawei_wordmark_2019.svg", "description": "Chinese multinational technology company", "sitelinks": 95, "importance": 0.6563, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q125867291"}]}
160 +{"wikidata_id": "Q1190323", "display_name": "Genting Group", "legal_name": null, "aliases": ["Genting Berhad", "Genting Bhd."], "website": "https://www.genting.com", "canonical_domain": "genting.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1965, "employees": 56000, "public_company": true, "ticker": "3182", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genting_Logo.svg", "description": "Malaysian conglomerate", "sitelinks": 16, "importance": 0.6561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
161 +{"wikidata_id": "Q902855", "display_name": "Kao Corporation", "legal_name": null, "aliases": ["Kao Kabushiki Gaisha"], "website": "https://www.kao.com", "canonical_domain": "kao.com", "country": "JP", "hq_city": "Nihonbashi-Kayabachō", "hq_region": "Chūō", "lat": 35.67981, "lon": 139.77988, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1940, "employees": 5652, "public_company": true, "ticker": "4452", "exchange": "Tokyo Stock Exchange", "lei": "353800HM38HFCB8RGL63", "sec_cik": "1274174", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kao-corp-logo.svg", "description": "Japanese chemical and cosmetics company", "sitelinks": 22, "importance": 0.6547, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
162 +{"wikidata_id": "Q1372049", "display_name": "Japan Post Holdings", "legal_name": "日本郵政株式会社", "aliases": ["JP Holdings", "Japan Post Holdings Co.", "Ltd.", "Nippon Yū-sei K.K.", "Nippon Yū-sei kabushiki gaisha"], "website": "https://www.japanpost.jp", "canonical_domain": "japanpost.jp", "country": "JP", "hq_city": "Kasumigaseki", "hq_region": "Chiyoda", "lat": 35.67382, "lon": 139.75131, "industries": ["banking", "logistics"], "industry_labels": ["economics of banking", "postal service"], "founded_year": 2006, "employees": 2886, "public_company": true, "ticker": "6178", "exchange": "Tokyo Stock Exchange", "lei": "5299003D9N4JBS256X18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Post_Holdings_logo.svg", "description": "Japanese conglomerate mainly engaged in postal service", "sitelinks": 24, "importance": 0.6538, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q907103"}, {"related_domain_conflict": "Q6157781"}, {"related_domain_conflict": "Q11509260"}]}
163 +{"wikidata_id": "Q717531", "display_name": "Chunghwa Telecom", "legal_name": null, "aliases": ["CHT"], "website": "https://www.cht.com.tw", "canonical_domain": "cht.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": 20008, "public_company": true, "ticker": "2412", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chunghwa_Telecom.svg", "description": "Taiwanese telecommunications company", "sitelinks": 18, "importance": 0.6529, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
164 +{"wikidata_id": "Q326700", "display_name": "Nippon Sheet Glass", "legal_name": null, "aliases": ["Nihon Ita-Garasu Kabushiki-gaisha", "Nippon Sheet Glass Company", "Limited"], "website": "https://www.nsg.co.jp", "canonical_domain": "nsg.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": ["glass"], "founded_year": 1918, "employees": 29340, "public_company": true, "ticker": "5202", "exchange": "Tokyo Stock Exchange", "lei": "353800TWQ62HNEKBPW95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Sheet_Glass_logo.svg", "description": "Japanese glass manufacturing company", "sitelinks": 17, "importance": 0.6528, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
165 +{"wikidata_id": "Q1402563", "display_name": "Suzlon Energy", "legal_name": null, "aliases": ["Suzlon"], "website": "https://www.suzlon.com", "canonical_domain": "suzlon.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["renewables"], "industry_labels": ["renewable energy industry"], "founded_year": 1995, "employees": 13000, "public_company": true, "ticker": "SUZLON", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suzlon_Energy_logo.svg", "description": "Indian wind turbine company", "sitelinks": 19, "importance": 0.6521, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
166 +{"wikidata_id": "Q649715", "display_name": "Kazakhmys", "legal_name": null, "aliases": ["KAZ Minerals PLC", "Kazakhmys Corporation"], "website": "https://www.mykazakhmys.kz", "canonical_domain": "mykazakhmys.kz", "country": "KZ", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["mining"], "industry_labels": ["metal industry", "mining industry"], "founded_year": 1992, "employees": 39748, "public_company": true, "ticker": "0847", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": "1438929", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kazakhmys_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.6512, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
167 +{"wikidata_id": "Q1153463", "display_name": "Emaar Properties", "legal_name": null, "aliases": [], "website": "https://www.emaar.com", "canonical_domain": "emaar.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1997, "employees": 1000, "public_company": true, "ticker": "EMAAR", "exchange": "Dubai Financial Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emaar_logo.svg", "description": "company", "sitelinks": 27, "importance": 0.6503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
168 +{"wikidata_id": "Q568406", "display_name": "Toyo Tire Corporation", "legal_name": null, "aliases": ["Toyo Tire & Rubber Co.", "LTD.", "Toyo Tires", "Toyo Tires", "LTD."], "website": "https://www.toyo.it", "canonical_domain": "toyo.it", "country": "JP", "hq_city": "Itami", "hq_region": "Hyōgo Prefecture", "lat": 34.78431, "lon": 135.40089, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": 10849, "public_company": true, "ticker": "5105", "exchange": "Tokyo Stock Exchange", "lei": "529900Y41RD7VQM9RF75", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyo_Tire_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.6495, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
169 +{"wikidata_id": "Q623042", "display_name": "Bank Rakyat Indonesia", "legal_name": "De Poerwokertosche Hulp en Spaarbank der Inlandsche Hoofden", "aliases": ["People's Bank of Indonesia"], "website": "https://ib.bri.co.id", "canonical_domain": "bri.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "microfinance"], "founded_year": 1895, "employees": 81848, "public_company": true, "ticker": "BBRI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BRI_2025_%28with_full_name%29.svg", "description": "Indonesian bank", "sitelinks": 14, "importance": 0.6485, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
170 +{"wikidata_id": "Q1590386", "display_name": "Kazatomprom", "legal_name": "Қазатомөнеркәсіп", "aliases": ["Qazatomönerkäsip"], "website": "https://www.kazatomprom.kz", "canonical_domain": "kazatomprom.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13111, "lon": 71.39306, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1997, "employees": 21554, "public_company": true, "ticker": "KZAP", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4407014", "name": "Samruk-Kazyna"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kazatomprom_logo_new.svg", "description": "uranium company of Kazakhstan", "sitelinks": 17, "importance": 0.6483, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
171 +{"wikidata_id": "Q441821", "display_name": "Wistron", "legal_name": "Wistron Corporation", "aliases": [], "website": "https://www.wistron.com", "canonical_domain": "wistron.com", "country": "TW", "hq_city": "Xizhi District", "hq_region": "New Taipei City", "lat": 25.06667, "lon": 121.66667, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2001, "employees": 50733, "public_company": true, "ticker": "3231", "exchange": "Taiwan Stock Exchange", "lei": "254900DIEONKUALBFM06", "sec_cik": null, "parent": {"wikidata_id": "Q481778", "name": "Acer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wistron_logo.svg", "description": "Taiwanese company", "sitelinks": 15, "importance": 0.6483, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
172 +{"wikidata_id": "Q1535171", "display_name": "Saudi Telecom Company", "legal_name": "شركة الاتصالات السعودية", "aliases": ["STC", "Saudi Telecom", "Saudi Telecom Group", "STC Group", "STC International"], "website": "https://www.stc.com.sa", "canonical_domain": "stc.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": 19863, "public_company": true, "ticker": "7010", "exchange": "Saudi Stock Exchange", "lei": "21380028ATJ79OTA9W17", "sec_cik": null, "parent": {"wikidata_id": "Q85874752", "name": "STC Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STC-01.svg", "description": "Saudi Arabia-based telecommunications company", "sitelinks": 17, "importance": 0.6471, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
173 +{"wikidata_id": "Q928831", "display_name": "Seoul Broadcasting System", "legal_name": "Seoul Broadcasting System", "aliases": ["SBS", "Eseubieseu"], "website": "https://www.sbs.co.kr", "canonical_domain": "sbs.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.52889, "lon": 126.87389, "industries": ["media"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "034120", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131188805", "name": "TY Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seoul_Broadcasting_System_logo.svg", "description": "South Korean television and radio network", "sitelinks": 69, "importance": 0.6467, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7388997"}]}
174 +{"wikidata_id": "Q308952", "display_name": "Malaysia Airlines", "legal_name": null, "aliases": ["MAS", "Malaysia Airlines Berhad", "Malaysian Airline System Berhad"], "website": "https://www.malaysiaairlines.com", "canonical_domain": "malaysiaairlines.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "3786", "exchange": "Bursa Malaysia", "lei": "254900OXA1QQLTW68560", "sec_cik": null, "parent": {"wikidata_id": "Q137477114", "name": "Malaysia Aviation Group"}, "logo_url": null, "description": "flag-carrier airline of Malaysia", "sitelinks": 68, "importance": 0.6451, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
175 +{"wikidata_id": "Q276557", "display_name": "Kasikornbank", "legal_name": null, "aliases": ["Kasikorn Bank", "Kasikornbank Public Company Limited", "Kasikornbank Public Co.", "Ltd."], "website": "https://www.kasikornbank.com", "canonical_domain": "kasikornbank.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1945, "employees": 16881, "public_company": true, "ticker": "KBANK", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial institution in Thailand", "sitelinks": 17, "importance": 0.6448, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
176 +{"wikidata_id": "Q1812086", "display_name": "Tokio Marine", "legal_name": "東京海上ホールディングス株式会社", "aliases": ["TMHD", "Tokio Marine Holdings", "Inc."], "website": "https://www.tokiomarinehd.com", "canonical_domain": "tokiomarinehd.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1879, "employees": 24959, "public_company": true, "ticker": "8766", "exchange": "Tokyo Stock Exchange", "lei": "5299009QN2NZ191KLS29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokio_Marine_Logo.svg", "description": "insurance holding company", "sitelinks": 16, "importance": 0.6444, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
177 +{"wikidata_id": "Q1054765", "display_name": "Kadokawa Shoten", "legal_name": null, "aliases": ["Kadokawa Syoten"], "website": "https://shoten.kadokawa.co.jp", "canonical_domain": "kadokawa.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media", "gaming"], "industry_labels": ["publishing industry", "video game industry"], "founded_year": 1945, "employees": 160, "public_company": true, "ticker": "9468.T", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kadokawa_Shoten.png", "description": "Japanese publishing brand (previous company name)", "sitelinks": 33, "importance": 0.6443, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q297315"}, {"related_domain_conflict": "Q17224985"}, {"related_domain_conflict": "Q15031115"}]}
178 +{"wikidata_id": "Q1066018", "display_name": "Toei Company", "legal_name": null, "aliases": ["Tōei", "Toei"], "website": "https://www.toei.co.jp", "canonical_domain": "toei.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1950, "employees": 311, "public_company": true, "ticker": "9605", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toei_logo_%28text%29.svg", "description": "Japanese media corporation", "sitelinks": 30, "importance": 0.6442, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
179 +{"wikidata_id": "Q27511", "display_name": "Daihatsu", "legal_name": "ダイハツ工業株式会社", "aliases": [], "website": "https://www.daihatsu.com", "canonical_domain": "daihatsu.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1907, "employees": 13033, "public_company": true, "ticker": null, "exchange": null, "lei": "353800V2F8HPSGF0M011", "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daihatsu_logo_1998.svg", "description": "Japanese automobile manufacturer", "sitelinks": 47, "importance": 0.6442, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
180 +{"wikidata_id": "Q300120", "display_name": "AUO Corporation", "legal_name": null, "aliases": ["AUO"], "website": "https://www.auo.com", "canonical_domain": "auo.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2001, "employees": 38000, "public_company": true, "ticker": "AUO", "exchange": "New York Stock Exchange", "lei": "391200L7PIS4QXYJUQ72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AU-Optronics-Logo.svg", "description": "company", "sitelinks": 15, "importance": 0.6441, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
181 +{"wikidata_id": "Q1218180", "display_name": "Nikon", "legal_name": null, "aliases": ["Kabushiki-gaisha Nikon", "Nikon Corporation", "Nippon Kōgaku Kōgyō Kabushikigaisha"], "website": "https://www.nikon.com", "canonical_domain": "nikon.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["consumer-goods"], "industry_labels": ["camera"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "7731", "exchange": "Tokyo Stock Exchange", "lei": "549300X7LIS9RFELXJ98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikon_Logo.svg", "description": "Japanese multinational corporation headquartered in Tokyo, Japan, specializing in optics and imaging", "sitelinks": 67, "importance": 0.6436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
182 +{"wikidata_id": "Q4923294", "display_name": "GMM Grammy", "legal_name": "GMM Grammy Public Company Limited", "aliases": ["Grammy", "GMM", "GRAMMY", "G″MM′ Grammy", "G″MM′ GRAMMY", "GMM GRAMMY", "GMM Grammy PCL.", "GMM Grammy Public Co."], "website": "https://www.gmmgrammy.com", "canonical_domain": "gmmgrammy.com", "country": "TH", "hq_city": "GMM Grammy Place", "hq_region": "Bangkok", "lat": 13.74339, "lon": 100.55993, "industries": ["media"], "industry_labels": ["mass media", "phonographic industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "GRAMMY", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GMM_Grammy_Logo.svg", "description": "entertainment media group company in Thailand", "sitelinks": 67, "importance": 0.6436, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
183 +{"wikidata_id": "Q979615", "display_name": "China Railway Group Limited", "legal_name": null, "aliases": ["CREC", "China Railway Group"], "website": "https://www.crec.cn", "canonical_domain": "crec.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 2007, "employees": 283637, "public_company": true, "ticker": "601390", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20051446", "name": "China Railway Engineering Corporation"}, "logo_url": null, "description": "Chinese listed construction company", "sitelinks": 11, "importance": 0.643, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
184 +{"wikidata_id": "Q24834296", "display_name": "China Telecom", "legal_name": null, "aliases": [], "website": "https://www.chinatelecom-h.com", "canonical_domain": "chinatelecom-h.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2002, "employees": 280747, "public_company": true, "ticker": "601728", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073540", "name": "China Telecommunications Corporation"}, "logo_url": null, "description": "one of three listed companies of China Telecommunications Corporation", "sitelinks": 11, "importance": 0.6429, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
185 +{"wikidata_id": "Q1073509", "display_name": "China Shenhua Energy Company", "legal_name": null, "aliases": ["China Shenhua Energy", "China Shenhua Energy Co.", "Ltd.", "China Shenhua Energy Co Ltd", "China Shenhua Energy Co", "China Shenhua Energy Company Ltd.", "Shenhua Group Company Ltd.", "China Shenhua"], "website": "https://www.csec.com", "canonical_domain": "csec.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy", "mining"], "industry_labels": ["coal industry"], "founded_year": 1995, "employees": 89000, "public_company": true, "ticker": "601088", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38180956", "name": "CHN Energy"}, "logo_url": null, "description": "Chinese state-owned coal mining and energy enterprise engaged in the production and sale of coal and the generation and sale of electric power", "sitelinks": 13, "importance": 0.6424, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
186 +{"wikidata_id": "Q32245", "display_name": "Singapore Airlines", "legal_name": null, "aliases": ["SQ", "SIA", "Singapore Airlines Group", "Singapore Airlines Limited", "Singapore Airlines Ltd."], "website": "https://www.singaporeair.com", "canonical_domain": "singaporeair.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "C6L", "exchange": "Singapore Stock Exchange", "lei": "549300ZG62N2599PWR15", "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singapore_Airlines_wordmark.svg", "description": "the flag carrier airline of Singapore", "sitelinks": 66, "importance": 0.642, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
187 +{"wikidata_id": "Q904284", "display_name": "Shin-Etsu Chemical", "legal_name": null, "aliases": ["Shin-Etsu Chemical Co.", "Ltd.", "Shin-Etsu Nitrogen Fertilizer", "Shin'etsu Kagaku Kōgyō Kabushiki-gaisha"], "website": "https://www.shinetsu.co.jp", "canonical_domain": "shinetsu.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1926, "employees": 19206, "public_company": true, "ticker": "4063", "exchange": "Tokyo Stock Exchange", "lei": "353800PX8Q64N86H5W41", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 16, "importance": 0.6406, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
188 +{"wikidata_id": "Q3273406", "display_name": "King Long", "legal_name": null, "aliases": [], "website": "https://www.king-long.com.cn", "canonical_domain": "king-long.com.cn", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1988, "employees": 4000, "public_company": true, "ticker": "600686", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_King_Long.jpg", "description": "bus manufacturer", "sitelinks": 20, "importance": 0.6401, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
189 +{"wikidata_id": "Q806626", "display_name": "Bank Central Asia", "legal_name": "PT Bank Central Asia Tbk.", "aliases": ["BBCA", "BCA Bank", "BCA Indonesia"], "website": "https://www.bca.co.id", "canonical_domain": "bca.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1955, "employees": 26532, "public_company": true, "ticker": "BBCA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Central_Asia.svg", "description": "Indonesian company", "sitelinks": 15, "importance": 0.6389, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
190 +{"wikidata_id": "Q639447", "display_name": "Seven & I Holdings Co.", "legal_name": null, "aliases": ["Seven & i", "Seven & i Holdings Co.", "Ltd."], "website": "https://www.7andi.com", "canonical_domain": "7andi.com", "country": "JP", "hq_city": "Nibanchō", "hq_region": "Chiyoda", "lat": 35.68621, "lon": 139.73659, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2005, "employees": 1017, "public_company": true, "ticker": "3382", "exchange": "Tokyo Stock Exchange", "lei": "52990037G8JRM3TWGY86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seveni_typo.svg", "description": "Japanese diversified retail holding company", "sitelinks": 24, "importance": 0.6387, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
191 +{"wikidata_id": "Q2450722", "display_name": "Cellcom Israel Ltd.", "legal_name": "סלקום ישראל בע\"מ", "aliases": [], "website": "https://www.cellcom.co.il", "canonical_domain": "cellcom.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": 7254, "public_company": true, "ticker": "CEL", "exchange": "Tel Aviv Stock Exchange", "lei": "529900438MNY6TZ5ZY17", "sec_cik": "1385145", "parent": {"wikidata_id": "Q2906460", "name": "Discount Investment Corp. Ltd."}, "logo_url": null, "description": "Israeli telecommunications company", "sitelinks": 18, "importance": 0.6382, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4027648"}]}
192 +{"wikidata_id": "Q1810389", "display_name": "PTT Public Company Limited", "legal_name": null, "aliases": ["PTT", "Ptt", "Ptt Public Co.", "Ltd.", "Ptt Public Company Limited", "PTT Public Co.", "Ltd."], "website": "https://www.pttplc.com", "canonical_domain": "pttplc.com", "country": "TH", "hq_city": "Chatuchak", "hq_region": "Chatuchak", "lat": 13.79622, "lon": 100.55047, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1977, "employees": 10630, "public_company": true, "ticker": "PTT", "exchange": "Stock Exchange of Thailand", "lei": "549300QOGMPTKB6W7G56", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PTT-01.svg", "description": "petroleum organization in Thailand", "sitelinks": 17, "importance": 0.6381, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
193 +{"wikidata_id": "Q1332506", "display_name": "Keio", "legal_name": "Keio Corporation", "aliases": ["Keiō", "Keiō Corporation", "Keio Corp.", "Keio Corp. (Japan)"], "website": "https://www.keio.co.jp", "canonical_domain": "keio.co.jp", "country": "JP", "hq_city": "Sekido", "hq_region": "Tama", "lat": 35.65107, "lon": 139.45189, "industries": ["transportation"], "industry_labels": ["public transport", "rail transport"], "founded_year": 1948, "employees": 2276, "public_company": true, "ticker": "9008", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KeioRailway_logo.svg", "description": "Japanese railway company", "sitelinks": 21, "importance": 0.6369, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10855178"}]}
194 +{"wikidata_id": "Q188710", "display_name": "Thai Airways", "legal_name": null, "aliases": ["THA", "TG", "THAI", "Thai Airways International", "Thai Airways International Public Company Limited", "Thai Airways International Public Co.", "Ltd."], "website": "https://www.thaiairways.com", "canonical_domain": "thaiairways.com", "country": "TH", "hq_city": "Chatuchak", "hq_region": "Bangkok", "lat": 13.82861, "lon": 100.55972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "THAI", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1416522", "name": "Ministry of Finance"}, "logo_url": null, "description": "flag carrier airline of Thailand", "sitelinks": 62, "importance": 0.6356, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
195 +{"wikidata_id": "Q806678", "display_name": "Bank of Cyprus", "legal_name": null, "aliases": [], "website": "https://www.bankofcyprus.com", "canonical_domain": "bankofcyprus.com", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["banking", "financial-services", "insurance"], "industry_labels": ["economics of banking", "financial services", "insurance industry", "financial sector"], "founded_year": 1899, "employees": 4156, "public_company": true, "ticker": "BOCY", "exchange": "Cyprus Stock Exchange", "lei": "PQ0RAP85KK9Z75ONZW93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BOC_logo_EN.svg", "description": "Cypriot financial services company", "sitelinks": 19, "importance": 0.6356, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
196 +{"wikidata_id": "Q1023763", "display_name": "CITIC Limited", "legal_name": null, "aliases": ["CITIC Pacific"], "website": "https://www.citic.com", "canonical_domain": "citic.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1985, "employees": 287910, "public_company": true, "ticker": "0267", "exchange": "Hong Kong Stock Exchange", "lei": "2549006I3Q3M98KHOT11", "sec_cik": "1162704", "parent": null, "logo_url": null, "description": "conglomerate headquartered in Hong Kong", "sitelinks": 10, "importance": 0.6341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10871741"}]}
197 +{"wikidata_id": "Q83584", "display_name": "Odakyu Electric Railway", "legal_name": "小田急電鉄株式会社", "aliases": ["OER", "Odakyū", "Odakyu Electric Railway Co.", "Ltd.、OER", "Odawara Express Railway"], "website": "https://www.odakyu.jp", "canonical_domain": "odakyu.jp", "country": "JP", "hq_city": "Yoyogi", "hq_region": "Shibuya", "lat": 35.67891, "lon": 139.69363, "industries": ["transportation"], "industry_labels": ["public transport", "rail transport"], "founded_year": 1923, "employees": 3760, "public_company": true, "ticker": "9007", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OdakyuGroup_logo.svg", "description": "Japanese railway company", "sitelinks": 19, "importance": 0.6341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7077250"}]}
198 +{"wikidata_id": "Q213140", "display_name": "Japan Airlines", "legal_name": "Japan Airlines Co., Ltd.", "aliases": ["JAL"], "website": "https://www.jal.co.jp", "canonical_domain": "jal.co.jp", "country": "JP", "hq_city": "Higashi-Shinagawa", "hq_region": "Shinagawa", "lat": 35.61915, "lon": 139.74923, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9201", "exchange": "Tokyo Stock Exchange", "lei": "3538002MH5L1QZZ93477", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Airlines_Wordmark_%282011%29.svg", "description": "flag-carrier airline of Japan", "sitelinks": 61, "importance": 0.6339, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
199 +{"wikidata_id": "Q183275", "display_name": "Mitsubishi", "legal_name": null, "aliases": ["Mitsubishi Companies", "Mitsubishi Group of Companies"], "website": "https://www.mitsubishi.com", "canonical_domain": "mitsubishi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["defense", "retail"], "industry_labels": ["weapons industry", "trade"], "founded_year": 1870, "employees": 350000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_logo.svg", "description": "group of autonomous, Japanese multinational companies", "sitelinks": 70, "importance": 0.6329, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
200 +{"wikidata_id": "Q53238", "display_name": "Hitachi", "legal_name": null, "aliases": ["Kabushiki-gaisha Hitachi Seisakusho", "Hitachi Seisakusho", "Ltd.", "HITACHI", "LTD. (Tokyo)"], "website": "https://www.hitachi.com", "canonical_domain": "hitachi.com", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["technology", "manufacturing"], "industry_labels": ["consumer electronics industry", "electrical industry"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "6501", "exchange": "Tokyo Stock Exchange", "lei": "549300T6IPOCDWLKC615", "sec_cik": "47710", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hitachi_2025_logo.svg", "description": "Japanese multinational engineering and electronics company", "sitelinks": 60, "importance": 0.6322, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "47710", "enriched_at": "2026-09-13T07:23:12+00:00"}}
201 +{"wikidata_id": "Q213147", "display_name": "주식회사 대한항공", "legal_name": "Korean Air Lines Co., Ltd.", "aliases": ["KAL", "Korean Air Lines", "Korean Air Lines Co.", "Ltd.", "Korean Airlines"], "website": "https://www.koreanair.com", "canonical_domain": "koreanair.com", "country": "KR", "hq_city": "Gonghang-dong", "hq_region": "Gangseo District", "lat": 37.55375, "lon": 126.79421, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "003490", "exchange": "Korean Stock Exchange", "lei": "988400C2UFBF4B660C58", "sec_cik": null, "parent": {"wikidata_id": "Q483274", "name": "Hanjin"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korean_Air_2025.svg", "description": "flag-carrier airline of South Korea", "sitelinks": 59, "importance": 0.6304, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
202 +{"wikidata_id": "Q1808912", "display_name": "Sumitomo Heavy Industries", "legal_name": null, "aliases": ["SHI", "Sumitomo Jūkikai Kōgyō Kabushiki-gaisha"], "website": "https://www.shi.co.jp", "canonical_domain": "shi.co.jp", "country": "JP", "hq_city": "Ōsaki", "hq_region": "Shinagawa", "lat": 35.61973, "lon": 139.72797, "industries": ["industrial-machinery", "manufacturing"], "industry_labels": [], "founded_year": 1888, "employees": 2832, "public_company": true, "ticker": "6302", "exchange": "Tokyo Stock Exchange", "lei": "353800VSTEIRMBC3S374", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Heavy_Industries_logo.svg", "description": "Japanese manufacturing, industrial machinery and engineering company", "sitelinks": 19, "importance": 0.63, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
203 +{"wikidata_id": "Q1335998", "display_name": "Tomy", "legal_name": null, "aliases": ["Takara Tomy", "TakaraTomi", "Tomy Co Ltd.", "Tomy Co.", "Tomy Corporation"], "website": "https://www.takaratomy.co.jp", "canonical_domain": "takaratomy.co.jp", "country": "JP", "hq_city": "Mustafa Abdul Jalil", "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry", "game industry"], "founded_year": 1924, "employees": 667, "public_company": true, "ticker": "7867", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAKARA_TOMY_logo.svg", "description": "Japanese toy, children's merchandise and entertainment company", "sitelinks": 23, "importance": 0.6283, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
204 +{"wikidata_id": "Q1397688", "display_name": "Fast Retailing", "legal_name": null, "aliases": ["Fast Retailing Co.", "Ltd."], "website": "https://www.fastretailing.com", "canonical_domain": "fastretailing.com", "country": "JP", "hq_city": "Yamaguchi", "hq_region": "Yamaguchi Prefecture", "lat": 34.17803, "lon": 131.47378, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": 8055, "public_company": true, "ticker": "9983", "exchange": "Tokyo Stock Exchange", "lei": "353800ZCXKHDPY0N5218", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAST_RETAILING_logo.svg", "description": "Japanese company", "sitelinks": 16, "importance": 0.6281, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
205 +{"wikidata_id": "Q2038986", "display_name": "Siam Commercial Bank", "legal_name": null, "aliases": ["SCB", "Bank of Siam", "Ngân hàng thái", "Ngân hàng xiêm", "Siam Bank", "Siam Commercial Bank Public Company Limited", "The Siam Commercial Bank Public Co.", "Ltd."], "website": "https://www.scb.co.th", "canonical_domain": "scb.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["insurance", "financial-services", "banking"], "industry_labels": ["insurance", "financial services", "economics of banking", "financial sector"], "founded_year": 1907, "employees": 20000, "public_company": true, "ticker": "SCB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Siam_Commercial_Bank_Logo.svg", "description": "Thai credit institution", "sitelinks": 14, "importance": 0.6281, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
206 +{"wikidata_id": "Q32141", "display_name": "Cathay Pacific", "legal_name": "Cathay Pacific Airlines Limited", "aliases": ["CPA", "Cathay", "CX", "Cathay Pacific Airlines"], "website": "https://www.cathaypacific.com", "canonical_domain": "cathaypacific.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "0293", "exchange": "Hong Kong Stock Exchange", "lei": "EQNZNT235RBOJ6LJQZ02", "sec_cik": null, "parent": {"wikidata_id": "Q1141162", "name": "Swire Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cathay_Pacific_Ltd._logo.svg", "description": "flag carrier of Hong Kong", "sitelinks": 57, "importance": 0.6269, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
207 +{"wikidata_id": "Q6059838", "display_name": "Inventec", "legal_name": null, "aliases": ["Yīngyèdá Gōngsī"], "website": "https://www.inventec.com", "canonical_domain": "inventec.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["manufacturing", "technology"], "industry_labels": ["original design manufacturer", "consumer electronics industry"], "founded_year": 1975, "employees": 51380, "public_company": true, "ticker": "2356", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inventec_logo.gif", "description": "Taiwan-based manufacturer of notebook computers, servers and mobile devices", "sitelinks": 12, "importance": 0.6267, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
208 +{"wikidata_id": "Q784022", "display_name": "Renren", "legal_name": null, "aliases": [], "website": "https://renren.com", "canonical_domain": "renren.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["social networking service"], "founded_year": 2005, "employees": 1570, "public_company": true, "ticker": "RENN", "exchange": "New York Stock Exchange", "lei": "254900GI82POEZ4DWI75", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese social networking service", "sitelinks": 20, "importance": 0.6266, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
209 +{"wikidata_id": "Q291796", "display_name": "China Eastern Airlines", "legal_name": null, "aliases": ["MU", "CES", "China Eastern", "China Eastern Airlines Corporation"], "website": "https://global.ceair.com", "canonical_domain": "ceair.com", "country": "CN", "hq_city": "Shanghai Hongqiao International Airport", "hq_region": "Changning District", "lat": 31.19806, "lon": 121.33639, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "600115", "exchange": "Shanghai Stock Exchange", "lei": "3003000KIOQE39Q7Y685", "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in China", "sitelinks": 55, "importance": 0.6232, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
210 +{"wikidata_id": "Q43335", "display_name": "Bursa Malaysia", "legal_name": null, "aliases": ["MYX", "KLSE", "BURSA MALAYSIA BERHAD", "XKLS", "Bursa Malaysia Berhad", "Bursa Malaysia Bhd."], "website": "https://www.bursamalaysia.com", "canonical_domain": "bursamalaysia.com", "country": "MY", "hq_city": "Exchange Square", "hq_region": "Kuala Lumpur", "lat": 3.14854, "lon": 101.70115, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1964, "employees": 614, "public_company": true, "ticker": "1818", "exchange": "Bursa Malaysia", "lei": "254900VH5AOK4HHV4I38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bursa_Malaysia_%28MSX%29_logo.svg", "description": "formerly known as Kuala Lumpur Stock Exchange, exchange holding company located in Kuala Lumpur, Malaysia", "sitelinks": 22, "importance": 0.6226, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
211 +{"wikidata_id": "Q853619", "display_name": "Bezeq The Israeli Telecommunication Corp. Ltd.", "legal_name": "בזק החברה הישראלית לתקשורת בע\"מ", "aliases": [], "website": "https://www.bezeq.co.il", "canonical_domain": "bezeq.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1984, "employees": 5305, "public_company": true, "ticker": "BEZQ", "exchange": "Tel Aviv Stock Exchange", "lei": "213800XCGZCFSWY9U863", "sec_cik": null, "parent": {"wikidata_id": "Q4836950", "name": "B Communications Ltd"}, "logo_url": null, "description": "telecommunications company in Israel", "sitelinks": 16, "importance": 0.622, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
212 +{"wikidata_id": "Q385775", "display_name": "Osaka Gas", "legal_name": "Osaka Gas Co., Ltd.", "aliases": ["Osaka Gas Co.", "Ltd.", "Ōsaka Gasu Kabushiki-gaisha"], "website": "https://www.osakagas.co.jp", "canonical_domain": "osakagas.co.jp", "country": "JP", "hq_city": "Osaka Gas Building", "hq_region": "Chūō-ku", "lat": 34.68796, "lon": 135.50047, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1897, "employees": 21250, "public_company": true, "ticker": "9532", "exchange": "Tokyo Stock Exchange", "lei": "353800024KMNOPQRWZ02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Osaka_Gas.svg", "description": "company", "sitelinks": 13, "importance": 0.6217, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
213 +{"wikidata_id": "Q1065539", "display_name": "Jiangling Motors", "legal_name": null, "aliases": ["Jiangling", "JMC"], "website": "https://www.jmc.com.cn", "canonical_domain": "jmc.com.cn", "country": "CN", "hq_city": "Nanchang", "hq_region": "Jiangxi", "lat": 28.68417, "lon": 115.88722, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1952, "employees": 12339, "public_company": true, "ticker": "000550", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JMC_Motor_logo.png", "description": "Chinese manufacturer of JMC vehicles", "sitelinks": 14, "importance": 0.6211, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q25055059"}]}
214 +{"wikidata_id": "Q180432", "display_name": "Emirates", "legal_name": null, "aliases": ["Emirates Group", "The Emirates Group"], "website": "https://www.emirates.com", "canonical_domain": "emirates.com", "country": "AE", "hq_city": "Al Garhoud", "hq_region": "Emirate of Dubai", "lat": 25.24, "lon": 55.35028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": 100000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emirates_banner_logo.svg", "description": "flag carrier airline of the United Arab Emirates", "sitelinks": 74, "importance": 0.6206, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
215 +{"wikidata_id": "Q820239", "display_name": "MinebeaMitsumi", "legal_name": null, "aliases": ["Minebea", "Minebea Kabushiki-gaisha", "Nippon Miniature Bearing"], "website": "https://www.minebeamitsumi.com", "canonical_domain": "minebeamitsumi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["semiconductors"], "industry_labels": ["SIC 3670 Electronic Components & Accessories"], "founded_year": 1951, "employees": 54768, "public_company": true, "ticker": "6479", "exchange": "Tokyo Stock Exchange", "lei": "353800CCB0CZ75YZ4010", "sec_cik": "1034983", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MinebeaMitsumi_Logo.svg", "description": "Japanese public company", "sitelinks": 11, "importance": 0.6192, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1034983", "enriched_at": "2026-09-13T07:23:12+00:00"}}
216 +{"wikidata_id": "Q4215912", "display_name": "Maxxis", "legal_name": null, "aliases": [], "website": "https://www.maxxis.com", "canonical_domain": "maxxis.com", "country": "TW", "hq_city": "Taiwan", "hq_region": null, "lat": 24.0, "lon": 121.0, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1967, "employees": 30000, "public_company": true, "ticker": "2105", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q135191161", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MAXXIS_logo.svg", "description": "tire manufacturer", "sitelinks": 12, "importance": 0.6189, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
217 +{"wikidata_id": "Q2620239", "display_name": "Yaskawa Electric Corporation", "legal_name": null, "aliases": [], "website": "https://www.yaskawa.co.jp", "canonical_domain": "yaskawa.co.jp", "country": "JP", "hq_city": "Kitakyūshū", "hq_region": "Fukuoka Prefecture", "lat": 33.88342, "lon": 130.87519, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1915, "employees": 10383, "public_company": true, "ticker": "6506", "exchange": "Tokyo Stock Exchange", "lei": "3538003K39GR98R0CK58", "sec_cik": "1297681", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yaskawa_logo.svg", "description": "Japanese manufacturer of robots and related components", "sitelinks": 14, "importance": 0.6186, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
218 +{"wikidata_id": "Q93894", "display_name": "ASRock", "legal_name": "ASRock Inc.", "aliases": [], "website": "https://www.asrock.com", "canonical_domain": "asrock.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 2002, "employees": 190, "public_company": true, "ticker": "3515", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152864", "name": "ASUS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASRock_logo.svg", "description": "Taiwanese electronics manufacturer", "sitelinks": 25, "importance": 0.6186, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
219 +{"wikidata_id": "Q179433", "display_name": "Bridgestone", "legal_name": null, "aliases": ["Bridgestone Corporation", "Kabushiki-gaisha Burijisuton"], "website": "https://www.bridgestone.com", "canonical_domain": "bridgestone.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "5108", "exchange": "Tokyo Stock Exchange", "lei": "549300DHPOF90OYYD780", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bridgestone_logo.svg", "description": "Japanese multinational manufacturer", "sitelinks": 52, "importance": 0.6174, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
220 +{"wikidata_id": "Q219203", "display_name": "NEC", "legal_name": null, "aliases": ["NEC Electronics Corporation", "NEC CORPORATION", "Nippon Electric Co."], "website": "https://www.nec.com", "canonical_domain": "nec.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology", "gaming"], "industry_labels": ["electronics", "information technology", "video game industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "6701", "exchange": "Tokyo Stock Exchange", "lei": "5493000QYMPFRTEY4K28", "sec_cik": null, "parent": {"wikidata_id": "Q717318", "name": "Sumitomo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEC_logo.svg", "description": "Japanese technology corporation", "sitelinks": 52, "importance": 0.6174, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
221 +{"wikidata_id": "Q412826", "display_name": "Ajinomoto", "legal_name": null, "aliases": ["Ajinomoto Co.", "Inc.", "Ajinomoto Kabushiki-gaisha"], "website": "https://www.ajinomoto.co.jp", "canonical_domain": "ajinomoto.co.jp", "country": "JP", "hq_city": "Ajinomoto Headquarters Building", "hq_region": "Kyōbashi", "lat": 35.67697, "lon": 139.77331, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "2802", "exchange": "Tokyo Stock Exchange", "lei": "353800UT0TLROREPIC92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ajinomoto_global_logo.svg", "description": "Japanese food and biotechnology company", "sitelinks": 52, "importance": 0.6174, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
222 +{"wikidata_id": "Q304962", "display_name": "Mitsubishi Estate", "legal_name": null, "aliases": [], "website": "https://www.mec.co.jp", "canonical_domain": "mec.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1937, "employees": 772, "public_company": true, "ticker": "8802", "exchange": "Tokyo Stock Exchange", "lei": "353800KOFMRGOXSJ5Z65", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_logo.svg", "description": "Japanese real estate developer", "sitelinks": 20, "importance": 0.6163, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
223 +{"wikidata_id": "Q695693", "display_name": "Zhenhua Port Machinery Company", "legal_name": "Shanghai Zhenhua Heavy Industries Co., Ltd.", "aliases": ["Zhenhua", "Shanghai Zhenhua", "ZPMC"], "website": "https://www.zpmc.com", "canonical_domain": "zpmc.com", "country": "CN", "hq_city": "Pudong", "hq_region": "Shanghai", "lat": 31.22306, "lon": 121.53972, "industries": ["industrial-machinery"], "industry_labels": ["crane"], "founded_year": 1992, "employees": 8702, "public_company": true, "ticker": "600320", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZPMC_Logo_2.svg", "description": "machinery manufacturer", "sitelinks": 14, "importance": 0.616, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
224 +{"wikidata_id": "Q291090", "display_name": "China Southern Airlines", "legal_name": null, "aliases": ["CSN", "CZ", "China Southern", "China Southern Airlines Co.", "Ltd."], "website": "https://www.csair.com", "canonical_domain": "csair.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "600029", "exchange": "Shanghai Stock Exchange", "lei": "529900AJQ1Q18ABYVX84", "sec_cik": null, "parent": null, "logo_url": null, "description": "major airline in China, headquartered in Guangzhou, Guangdong", "sitelinks": 51, "importance": 0.6154, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
225 +{"wikidata_id": "Q18111506", "display_name": "Dahua Technology", "legal_name": "Zhejiang Dahua Technology Co.,Ltd.", "aliases": ["Dahua", "Dahua Security", "Dahua Technology Co.", "Ltd", "Zhejiang Dahua Technology", "Zhejiang Dahua Technology Co.", "Ltd."], "website": "https://www.dahuatech.com", "canonical_domain": "dahuatech.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["technology"], "industry_labels": ["video surveillance"], "founded_year": 2001, "employees": 13608, "public_company": true, "ticker": "002236", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q741618", "name": "China Mobile"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dahua_Technology_logo.svg", "description": "Chinese video surveillance products company", "sitelinks": 13, "importance": 0.6152, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
226 +{"wikidata_id": "Q1081154", "display_name": "Kajima Corporation", "legal_name": null, "aliases": ["Kajima Construction Corporation", "Ltd.", "Kajima Kensetsu Kabushiki-gaisha"], "website": "https://www.kajima.co.jp", "canonical_domain": "kajima.co.jp", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1840, "employees": 8129, "public_company": true, "ticker": "1812", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kajima_Corporation_logo.png", "description": "Japanese construction company", "sitelinks": 14, "importance": 0.615, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
227 +{"wikidata_id": "Q1761176", "display_name": "Alrajhi Bank", "legal_name": "مصرف الراجحي", "aliases": ["Al Rajhi", "Al Rajhi Bank", "Al-Rajhi", "Alrajhi", "Al-Rajhi B ank"], "website": "https://www.alrajhibank.com.sa", "canonical_domain": "alrajhibank.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1957, "employees": 7600, "public_company": true, "ticker": "1120", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Al_Rajhi_Bank_Logo.svg", "description": "Saudi bank", "sitelinks": 14, "importance": 0.6141, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
228 +{"wikidata_id": "Q455971", "display_name": "Esteghlal F.C.", "legal_name": null, "aliases": ["Esteghlal FC", "Esteghlal Football Club", "EsteghlalFC", "FC Esteghlal"], "website": "https://fcesteghlal.ir", "canonical_domain": "fcesteghlal.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "ESLP1", "exchange": "Iran Fara Bourse", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian football club based in Tehran", "sitelinks": 50, "importance": 0.6134, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
229 +{"wikidata_id": "Q1584297", "display_name": "Tenaga Nasional", "legal_name": null, "aliases": ["TENAGA NASIONAL BHD", "TNB", "Tenaga Nasional Berhad", "Tenaga Nasional Bhd"], "website": "https://www.tnb.com.my", "canonical_domain": "tnb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1990, "employees": 34938, "public_company": true, "ticker": "5347", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tenaga_Nasional.svg", "description": "Malaysian electricity company", "sitelinks": 11, "importance": 0.6127, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
230 +{"wikidata_id": "Q777141", "display_name": "Mitsui Chemicals", "legal_name": null, "aliases": [], "website": "https://www.mitsuichemicals.com", "canonical_domain": "mitsuichemicals.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1997, "employees": 4275, "public_company": true, "ticker": "4183", "exchange": "Tokyo Stock Exchange", "lei": "353800H2UB5ZEZRZQC02", "sec_cik": "1446420", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Chemicals.svg", "description": "Japanese public company", "sitelinks": 15, "importance": 0.6125, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
231 +{"wikidata_id": "Q1343045", "display_name": "Iran Khodro", "legal_name": null, "aliases": ["IKCO", "Iran Khodro Company", "Iran National"], "website": "https://www.ikcopress.ir", "canonical_domain": "ikcopress.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.70954, "lon": 51.19071, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1962, "employees": 54000, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iran_Khodro_symbol.svg", "description": "Iranian automotive brand manufacturer", "sitelinks": 28, "importance": 0.6118, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
232 +{"wikidata_id": "Q208489", "display_name": "EL AL Israel Airlines Ltd.", "legal_name": "אל על נתיבי אויר לישראל בע''מ", "aliases": ["ELY", "LY"], "website": "https://www.elal.co.il", "canonical_domain": "elal.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "ELAL", "exchange": "Tel Aviv Stock Exchange", "lei": "549300TW18OUVFDCDP95", "sec_cik": "1445210", "parent": {"wikidata_id": "34de72041ecb975c93776816d515276f", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/El_Al_logo.svg", "description": "flag-carrier airline of Israel", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
233 +{"wikidata_id": "Q406643", "display_name": "AirAsia", "legal_name": null, "aliases": ["AK", "AirAsia Berhad"], "website": "https://www.airasia.com", "canonical_domain": "airasia.com", "country": "MY", "hq_city": "Kuala Lumpur International Airport", "hq_region": "Sepang District", "lat": 2.74556, "lon": 101.70972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "5099", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7852926", "name": "Tune Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AirAsia_New_Logo_%282020%29.svg", "description": "Malaysian low-cost airline", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q745971"}, {"related_domain_conflict": "Q5103383"}, {"related_domain_conflict": "Q1148568"}, {"related_domain_conflict": "Q1319117"}, {"related_domain_conflict": "Q16308074"}, {"related_domain_conflict": "Q115882421"}]}
234 +{"wikidata_id": "Q819425", "display_name": "Indian Railways", "legal_name": null, "aliases": ["IR", "Indian State Railways"], "website": "https://भारतीयरेल.सरकार.भारत", "canonical_domain": "सरकार.भारत", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1845, "employees": 1230000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned enterprise operating India's national railway system", "sitelinks": 49, "importance": 0.6113, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
235 +{"wikidata_id": "Q712863", "display_name": "China Steel Corporation", "legal_name": "中國鋼鐵股份有限公司", "aliases": ["China Steel", "Zhōngguó Gāngtiě Gǔfèn Yǒuxiàn Gōngsī"], "website": "https://www.csc.com.tw", "canonical_domain": "csc.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.55269, "lon": 120.35508, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1971, "employees": 9946, "public_company": true, "ticker": "2002", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Taiwan", "sitelinks": 13, "importance": 0.6107, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
236 +{"wikidata_id": "Q1057110", "display_name": "IndiGo", "legal_name": null, "aliases": [], "website": "https://www.goindigo.in", "canonical_domain": "goindigo.in", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "INDIGO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IndiGo_Airlines_logo.svg", "description": "Indian airline company", "sitelinks": 48, "importance": 0.6092, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
237 +{"wikidata_id": "Q331715", "display_name": "tata.com", "legal_name": null, "aliases": ["Tata"], "website": "https://www.tata.com", "canonical_domain": "tata.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1868, "employees": 722281, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_logo.svg", "description": "Indian multinational conglomerate", "sitelinks": 50, "importance": 0.6087, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2377884"}]}
238 +{"wikidata_id": "Q2901365", "display_name": "Mobileye", "legal_name": null, "aliases": ["Mobileye Global Inc.", "Mobileye Vision Technologies Ltd"], "website": "https://www.mobileye.com", "canonical_domain": "mobileye.com", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Quds Governorate", "lat": 31.77668, "lon": 35.23416, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": 3200, "public_company": true, "ticker": "MBLY", "exchange": "Nasdaq", "lei": "213800LGCIT32XWAK965", "sec_cik": "1910139", "parent": {"wikidata_id": "Q116985634", "name": "Mobileye Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobileye_logo_%28new%29.svg", "description": "company that develops advanced driver assistance systems", "sitelinks": 15, "importance": 0.6083, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
239 +{"wikidata_id": "Q2882611", "display_name": "Bank Negara Indonesia", "legal_name": "PT Bank Negara Indonesia (Persero) Tbk", "aliases": ["BNI", "Bank Negara Indonesia (Persero)", "BBNI", "State Bank of Indonesia"], "website": "https://www.bni.co.id", "canonical_domain": "bni.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1946, "employees": 25344, "public_company": true, "ticker": "BBNI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Negara_Indonesia_logo_%282004%29.svg", "description": "Indonesian company", "sitelinks": 11, "importance": 0.608, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
240 +{"wikidata_id": "Q2085829", "display_name": "Israel Shipyards Industries Ltd", "legal_name": "תעשיות מספנות ישראל בע\"מ", "aliases": [], "website": "https://www.israel-shipyards.com", "canonical_domain": "israel-shipyards.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1959, "employees": 320, "public_company": true, "ticker": "ISHI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10213576", "name": "SK Group"}, "logo_url": null, "description": "Shipyards in Israel", "sitelinks": 20, "importance": 0.6036, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
241 +{"wikidata_id": "Q333101", "display_name": "Bank of Japan", "legal_name": "日本銀行", "aliases": ["BOJ", "Nippon Ginkō"], "website": "https://www.boj.or.jp", "canonical_domain": "boj.or.jp", "country": "JP", "hq_city": "Bank of Japan Head Office", "hq_region": "Nihonbashi-Hongokuchō", "lat": 35.68656, "lon": 139.77154, "industries": ["banking"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "8301", "exchange": "Tokyo Stock Exchange", "lei": "353800717BLAHZMEXR15", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%97%A5%E6%9C%AC%E9%8A%80%E8%A1%8C%E3%83%AD%E3%82%B4.svg", "description": "the central bank of Japan", "sitelinks": 45, "importance": 0.6025, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
242 +{"wikidata_id": "Q484449", "display_name": "Cube Entertainment", "legal_name": "CUBE ENTERTAINMENT, INC.", "aliases": [], "website": "https://www.cubeent.co.kr", "canonical_domain": "cubeent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music", "entertainment industry"], "founded_year": 2006, "employees": 79, "public_company": true, "ticker": "182360", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 24, "importance": 0.6018, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
243 +{"wikidata_id": "Q2121562", "display_name": "Qianjiang Motorcycle", "legal_name": null, "aliases": ["QJIANG", "QJMOTOR"], "website": "https://global.qjmotor.com", "canonical_domain": "qjmotor.com", "country": "CN", "hq_city": "Wenling", "hq_region": "Taizhou", "lat": 28.37974, "lon": 121.37179, "industries": ["automotive"], "industry_labels": [], "founded_year": 1985, "employees": 5252, "public_company": true, "ticker": "000913", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q739000", "name": "Geely"}, "logo_url": null, "description": "Chinese motorcycle manufacturer", "sitelinks": 13, "importance": 0.6015, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q130549276"}]}
244 +{"wikidata_id": "Q48147014", "display_name": "Insta360", "legal_name": null, "aliases": ["Arashi Vision Inc.", "insta360"], "website": "https://www.insta360.com", "canonical_domain": "insta360.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["media"], "industry_labels": ["photography"], "founded_year": 2015, "employees": 2000, "public_company": true, "ticker": "688775", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Insta360_logo_%28transparent%29.svg", "description": "Chinese action camera manufacturer", "sitelinks": 15, "importance": 0.6015, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
245 +{"wikidata_id": "Q208033", "display_name": "Qatar Airways", "legal_name": "الْخُطُوطُ الْجَوِّيَّةُ الْقَطَرِيَّة", "aliases": ["QR", "Qatar Airways Company", "Qatar AW", "QATARI", "QTR"], "website": "https://www.qatarairways.com", "canonical_domain": "qatarairways.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": 57800, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HDF99L84TF2D68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qatar_Airways_logo.svg", "description": "state-owned flag-carrier airline of Qatar", "sitelinks": 66, "importance": 0.6008, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
246 +{"wikidata_id": "Q638398", "display_name": "Bombay Stock Exchange", "legal_name": "BSE Limited", "aliases": ["BSE", "MSE", "EEB", "BSE LTD", "Mumbai Stock Exchange", "XBOM"], "website": "https://www.bseindia.com", "canonical_domain": "bseindia.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1875, "employees": null, "public_company": true, "ticker": "BSE", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BSE_logo.svg", "description": "Indian stock exchange in Mumbai", "sitelinks": 44, "importance": 0.6002, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q796994"}]}
247 +{"wikidata_id": "Q715113", "display_name": "EVA Air", "legal_name": null, "aliases": ["EVA", "EVA AIR", "Eva Airways"], "website": "https://www.evaair.com", "canonical_domain": "evaair.com", "country": "TW", "hq_city": "Luzhu District", "hq_region": "Taoyuan", "lat": 25.06667, "lon": 121.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2618", "exchange": "Taiwan Stock Exchange", "lei": "254900S1P4XOXV67GC07", "sec_cik": null, "parent": {"wikidata_id": "Q711850", "name": "Evergreen Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_EVA_Air.svg", "description": "Taiwanese international airline", "sitelinks": 44, "importance": 0.6002, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
248 +{"wikidata_id": "Q2744340", "display_name": "Bank of Yokohama", "legal_name": null, "aliases": ["BOY", "The Bank of Yokohama", "Ltd."], "website": "https://www.boy.co.jp", "canonical_domain": "boy.co.jp", "country": "JP", "hq_city": "Bank of Yokohama Head Office Building", "hq_region": "Minatomirai", "lat": 35.45425, "lon": 139.62947, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1920, "employees": 4733, "public_company": true, "ticker": "7186", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22122898", "name": "Yokohama Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Bank_of_Yokohama_Logo.svg", "description": "regional bank in Japan", "sitelinks": 13, "importance": 0.6, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
249 +{"wikidata_id": "Q6452254", "display_name": "Kyowa Kirin", "legal_name": null, "aliases": [], "website": "https://www.kyowa-kirin.co.jp", "canonical_domain": "kyowa-kirin.co.jp", "country": "JP", "hq_city": "Otemachi Financial City Grand Cube", "hq_region": "Ōtemachi", "lat": 35.68861, "lon": 139.76472, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1949, "employees": 7152, "public_company": true, "ticker": "4151", "exchange": "Tokyo Stock Exchange", "lei": "529900TBXKVTQGYA3582", "sec_cik": null, "parent": {"wikidata_id": "Q13403399", "name": "Kirin Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyowa_Hakko_Kirin_Logo.svg", "description": "pharmaceutical company", "sitelinks": 12, "importance": 0.5981, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
250 +{"wikidata_id": "Q886564", "display_name": "Saizeriya", "legal_name": null, "aliases": ["Saizeriya Co", ". Ltd."], "website": "https://www.saliya.com.tw", "canonical_domain": "saliya.com.tw", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["food-beverage", "retail"], "industry_labels": ["food service", "retail"], "founded_year": 1973, "employees": 4134, "public_company": true, "ticker": "7581", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain", "sitelinks": 13, "importance": 0.598, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
251 +{"wikidata_id": "Q7830755", "display_name": "Toyota Boshoku", "legal_name": null, "aliases": ["Toyota Boshoku Corporation", "TOYOTA BOUSHOKU CORPORATION"], "website": "https://www.toyota-boshoku.co.jp", "canonical_domain": "toyota-boshoku.co.jp", "country": "JP", "hq_city": "Kariya", "hq_region": "Aichi Prefecture", "lat": 34.98928, "lon": 137.00214, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1918, "employees": 46972, "public_company": true, "ticker": "3116", "exchange": "Tokyo Stock Exchange", "lei": "529900KS87U6EY7PWG26", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota_Boshoku_Logo.png", "description": "Japanese automotive component manufacturer", "sitelinks": 9, "importance": 0.5978, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
252 +{"wikidata_id": "Q4854129", "display_name": "BDO", "legal_name": null, "aliases": ["Banco de Oro", "BDO Unibank", "BDO Unibank", "Inc."], "website": "https://www.bdo.com.ph", "canonical_domain": "bdo.com.ph", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1968, "employees": 4048, "public_company": true, "ticker": "BDOUY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BDO_Unibank_%28logo%29.svg", "description": "Philippine banking company", "sitelinks": 13, "importance": 0.5977, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
253 +{"wikidata_id": "Q750619", "display_name": "Chugai Pharmaceutical Co.", "legal_name": null, "aliases": [], "website": "https://www.chugai-pharm.co.jp", "canonical_domain": "chugai-pharm.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1925, "employees": 6872, "public_company": true, "ticker": "4519", "exchange": "Tokyo Stock Exchange", "lei": "529900T9LAII161DCN95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chugai_Pharmaceutical.svg", "description": "Switzerland company in Japan", "sitelinks": 12, "importance": 0.5976, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
254 +{"wikidata_id": "Q2501256", "display_name": "Bank of the Philippine Islands", "legal_name": null, "aliases": ["BPI"], "website": "https://bpi.com.ph", "canonical_domain": "bpi.com.ph", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1851, "employees": 11925, "public_company": true, "ticker": "BPHLY", "exchange": "OTC Markets Group", "lei": "549300UW4UH6XT2X8C50", "sec_cik": null, "parent": null, "logo_url": null, "description": "universal bank in the Philippines", "sitelinks": 11, "importance": 0.5971, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
255 +{"wikidata_id": "Q10874559", "display_name": "China Hongqiao", "legal_name": "China Hongqiao Group Limited", "aliases": [], "website": "https://hongqiaochina.com", "canonical_domain": "hongqiaochina.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1994, "employees": 42445, "public_company": true, "ticker": "1378", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 9, "importance": 0.5963, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q119348387"}]}
256 +{"wikidata_id": "Q15731340", "display_name": "DIC Corporation", "legal_name": null, "aliases": ["Dainippon Ink and Chemicals", "Dainippon Printing Ink Manufacturing Co."], "website": "https://www.dic-global.com", "canonical_domain": "dic-global.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1908, "employees": 20411, "public_company": true, "ticker": "4631", "exchange": "Tokyo Stock Exchange", "lei": "549300F1YB9ARLPUKB67", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DIC.svg", "description": "Japanese chemicals company", "sitelinks": 10, "importance": 0.5958, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
257 +{"wikidata_id": "Q842297", "display_name": "Shenzhen Bao'an International Airport", "legal_name": null, "aliases": ["SZX", "Shenzhen-Bao'an", "ZGSZ"], "website": "https://www.szairport.com", "canonical_domain": "szairport.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": 22.63944, "lon": 113.81083, "industries": ["transportation"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000089", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international airport in Shenzhen, China", "sitelinks": 42, "importance": 0.5954, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
258 +{"wikidata_id": "Q875920", "display_name": "Toho", "legal_name": null, "aliases": ["Tōhō"], "website": "https://www.toho.co.jp", "canonical_domain": "toho.co.jp", "country": "JP", "hq_city": "Toho Hibiya Building", "hq_region": "Yūrakuchō", "lat": 35.67308, "lon": 139.75992, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "9602", "exchange": "Tokyo Stock Exchange", "lei": "529900IYHHYWU4O3H185", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toho_Logo.svg", "description": "Japanese film production company", "sitelinks": 42, "importance": 0.5954, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
259 +{"wikidata_id": "Q2000500", "display_name": "Partner Communications Company Ltd.", "legal_name": "חברת פרטנר תקשורת בע\"מ", "aliases": ["Orange", "Partner", "Partner Israel"], "website": "https://www.partner.co.il", "canonical_domain": "partner.co.il", "country": "IL", "hq_city": "Rosh HaAyin", "hq_region": "Petah Tikva (sub-district)", "lat": 32.08333, "lon": 34.95, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1999, "employees": 5700, "public_company": true, "ticker": "PTNR", "exchange": "Tel Aviv Stock Exchange", "lei": "529900P1P6RZ1NC37U33", "sec_cik": "1038143", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Partner_logo.svg", "description": "Israeli telecommunications company", "sitelinks": 12, "importance": 0.5949, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1038143", "enriched_at": "2026-09-13T07:23:12+00:00"}}
260 +{"wikidata_id": "Q707730", "display_name": "CyberLink", "legal_name": null, "aliases": ["CyberLink Corp."], "website": "https://www.cyberlink.com", "canonical_domain": "cyberlink.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["artificial-intelligence", "software"], "industry_labels": ["artificial intelligence", "multimedia", "software industry"], "founded_year": 1996, "employees": 533, "public_company": true, "ticker": "5203", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cyberlink_Logo.svg", "description": "Taiwanese AI and multimedia software company", "sitelinks": 17, "importance": 0.5948, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
261 +{"wikidata_id": "Q11257037", "display_name": "Akindo Sushiro", "legal_name": null, "aliases": ["Sushiro"], "website": "https://sushirohk.com.hk", "canonical_domain": "sushirohk.com.hk", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.75833, "lon": 135.49872, "industries": ["food-beverage", "retail", "hospitality"], "industry_labels": ["restaurant", "food service", "retail", "restaurant chain", "restaurant industry"], "founded_year": 1984, "employees": 35509, "public_company": true, "ticker": "3563", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137321896", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sushiro.svg", "description": "Japanese sushi restaurant company", "sitelinks": 9, "importance": 0.5938, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
262 +{"wikidata_id": "Q18124524", "display_name": "EHang", "legal_name": null, "aliases": ["Ehang 184"], "website": "https://ehang.com", "canonical_domain": "ehang.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering", "aerospace industry"], "founded_year": 2014, "employees": 230, "public_company": true, "ticker": "EH", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EHang_logo.svg", "description": "company that develops and manufactures UAVs and PAVs", "sitelinks": 19, "importance": 0.5937, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q124813960"}]}
263 +{"wikidata_id": "Q4036130", "display_name": "China Taiping Insurance Holdings", "legal_name": "China Taiping Insurance Holdings Company Limited", "aliases": ["CTIH"], "website": "https://www.ctih.cntaiping.com", "canonical_domain": "cntaiping.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2000, "employees": 75341, "public_company": true, "ticker": "966", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10874545", "name": "China Taiping Insurance Group Limited"}, "logo_url": null, "description": "Chinese insurance company", "sitelinks": 8, "importance": 0.5936, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
264 +{"wikidata_id": "Q700305", "display_name": "Winbond", "legal_name": null, "aliases": ["Huabang Dianzi"], "website": "https://www.winbond.com", "canonical_domain": "winbond.com", "country": "TW", "hq_city": "Taiwan", "hq_region": null, "lat": 24.0, "lon": 121.0, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1987, "employees": 8900, "public_company": true, "ticker": "2344", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winbond_Electronics_logo.svg", "description": "company producing semiconductors and several types of integrated circuits", "sitelinks": 11, "importance": 0.5929, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
265 +{"wikidata_id": "Q1046186", "display_name": "Halyk Bank of Kazakhstan", "legal_name": null, "aliases": ["Halyk Bank", "Halyk", "Halyk Bank Kazakhstan", "JSC Halyk Bank"], "website": "https://procreditbank.ge", "canonical_domain": "procreditbank.ge", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["banking"], "industry_labels": [], "founded_year": 1993, "employees": 16131, "public_company": true, "ticker": "HSBK", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "banking institution located in Kazakhstan", "sitelinks": 10, "importance": 0.5924, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
266 +{"wikidata_id": "Q322601", "display_name": "Seiko", "legal_name": null, "aliases": ["Seiko Holdings", "Seiko Holdings Corp", "Seiko Holdings Corporation", "Seikō Hōrudingusu Kabushiki-gaisha"], "website": "https://www.seiko.co.jp", "canonical_domain": "seiko.co.jp", "country": "JP", "hq_city": "Ginza", "hq_region": "Chūō", "lat": 35.67136, "lon": 139.76562, "industries": ["semiconductors", "asset-management"], "industry_labels": ["manufacture of watches and clocks"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": "8050", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3247512", "name": "Seiko Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seiko_logo.svg", "description": "Japanese company that manufactures and sells watches, clocks, electronic devices, semiconductors and optical products", "sitelinks": 40, "importance": 0.5904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
267 +{"wikidata_id": "Q333894", "display_name": "Tokyo Electric Power Company Holdings", "legal_name": "東京電力ホールディングス株式会社", "aliases": ["TEPCO", "Tokyo Denryoku", "Tōkyō Denryoku", "Tokyo Electric Power Company"], "website": "https://www.tepco.co.jp", "canonical_domain": "tepco.co.jp", "country": "JP", "hq_city": "Uchisaiwaichō", "hq_region": "Chiyoda", "lat": 35.67, "lon": 139.75611, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9501", "exchange": "Tokyo Stock Exchange", "lei": "5299004EMJ3R4RVR5Y75", "sec_cik": null, "parent": {"wikidata_id": "Q11409520", "name": "Nuclear Damage Compensation and Decommissioning Facilitation Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TEPCO_symbol.svg", "description": "Japanese electric utility holding company", "sitelinks": 40, "importance": 0.5904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q21032324"}]}
268 +{"wikidata_id": "Q482539", "display_name": "Fila, Inc.", "legal_name": null, "aliases": ["Fila", "Fila Inc"], "website": "https://www.fila.com", "canonical_domain": "fila.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["apparel"], "industry_labels": ["sportswear"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "081660", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fila_logo.svg", "description": "Italian sportswear brand owned by South-Korean company Misto Holdings.", "sitelinks": 40, "importance": 0.5904, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
269 +{"wikidata_id": "Q2852426", "display_name": "Anritsu", "legal_name": "ANRITSU CORPORATION", "aliases": [], "website": "https://www.anritsu.com", "canonical_domain": "anritsu.com", "country": "JP", "hq_city": "Atsugi", "hq_region": "Kanagawa Prefecture", "lat": 35.44306, "lon": 139.3625, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1931, "employees": 4114, "public_company": true, "ticker": "6754", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anritsu.svg", "description": "Japanese telecommunications equipment coproration", "sitelinks": 12, "importance": 0.5901, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
270 +{"wikidata_id": "Q1584130", "display_name": "Syriatel", "legal_name": "سيريتل موبايل تيليكوم", "aliases": [], "website": "https://syriatel.sy", "canonical_domain": "syriatel.sy", "country": "SY", "hq_city": "Ashrafiyat Sahnaya", "hq_region": "Rif Dimashq Governorate", "lat": 33.434, "lon": 36.245, "industries": ["telecommunications"], "industry_labels": ["cellular network", "mobile phone industry"], "founded_year": 2001, "employees": 3931, "public_company": true, "ticker": "SYTEL", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Syriatel.png", "description": "telecommunication company in Syria", "sitelinks": 12, "importance": 0.5895, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
271 +{"wikidata_id": "Q5760704", "display_name": "Hikvision", "legal_name": null, "aliases": ["HANGZHOU HIKIVISION DIGITAL TECHNOLOGY CO.", "LTD. (Hangzhou)", "Hangzhou Hikvision Digital Technology Co.", "Ltd."], "website": "https://www.hikvision.com", "canonical_domain": "hikvision.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["media"], "industry_labels": ["closed-circuit television"], "founded_year": 2001, "employees": 42, "public_company": true, "ticker": "002415", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hikvision_logo.svg", "description": "Chinese video surveillance equipment company", "sitelinks": 23, "importance": 0.5886, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
272 +{"wikidata_id": "Q741618", "display_name": "China Mobile", "legal_name": "中国移动通信集团有限公司", "aliases": ["CMCC", "China Mobile Communications Group Co.", "Ltd."], "website": "https://www.10086.cn", "canonical_domain": "10086.cn", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600941", "exchange": "Shanghai Stock Exchange", "lei": "529900U2JJ7GK68NI589", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobile_World_Congress_2017.jpg", "description": "Chinese state-owned telecommunication company", "sitelinks": 39, "importance": 0.5878, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
273 +{"wikidata_id": "Q905412", "display_name": "Resonac Holdings Corporation", "legal_name": null, "aliases": ["Showa Denko K.K.", "Shōwa Denkō Kabushiki-gaisha", "Showa Dento"], "website": "https://www.resonac.com", "canonical_domain": "resonac.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1939, "employees": 10864, "public_company": true, "ticker": "4004", "exchange": "Tokyo Stock Exchange", "lei": "5493006AIPA1V92YPP18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Resonac_logo.svg", "description": "Japanese company formerly known as Shōwa Denkō", "sitelinks": 10, "importance": 0.5866, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
274 +{"wikidata_id": "Q1579888", "display_name": "Neusoft", "legal_name": null, "aliases": [], "website": "https://www.neusoft.com", "canonical_domain": "neusoft.com", "country": "CN", "hq_city": "Shenyang", "hq_region": "Liaoning", "lat": 41.8025, "lon": 123.42806, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1991, "employees": 20000, "public_company": true, "ticker": "600718", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neusoft_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.5854, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
275 +{"wikidata_id": "Q1507642", "display_name": "Huaneng Power International", "legal_name": null, "aliases": ["HPI", "Huaneng Power"], "website": "https://www.hpi.com.cn", "canonical_domain": "hpi.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1994, "employees": 42210, "public_company": true, "ticker": "600011", "exchange": "Shanghai Stock Exchange", "lei": "529900WU0SMVKMPG4V21", "sec_cik": "929058", "parent": {"wikidata_id": "Q842509", "name": "China Huaneng Group Co., Ltd."}, "logo_url": null, "description": "Chinese listed electric power generating company", "sitelinks": 8, "importance": 0.5852, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
276 +{"wikidata_id": "Q69906", "display_name": "Air India", "legal_name": null, "aliases": ["AI", "AIC"], "website": "https://www.airindia.com", "canonical_domain": "airindia.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1932, "employees": 20956, "public_company": false, "ticker": null, "exchange": null, "lei": "335800SB4EYU1F7N9Q09", "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_India_2023.svg", "description": "flag-carrier airline of India", "sitelinks": 65, "importance": 0.5845, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4698035"}]}
277 +{"wikidata_id": "Q26070", "display_name": "Uniqlo", "legal_name": "Uniqlo Co., Ltd.", "aliases": ["UNIQLO", "Kabushiki-gaisha Yunikuro", "Uniqlo Co.", "Ltd.", "ユニクロ", "株式会社ユニクロ", "Yunikuro"], "website": "https://www.uniqlo.com", "canonical_domain": "uniqlo.com", "country": "JP", "hq_city": "Midtown Tower", "hq_region": "Akasaka", "lat": 35.66639, "lon": 139.73167, "industries": ["retail", "apparel"], "industry_labels": ["retail", "fast fashion"], "founded_year": 1984, "employees": 20853, "public_company": false, "ticker": null, "exchange": null, "lei": "3538001NOZ9CR8H1YZ84", "sec_cik": null, "parent": {"wikidata_id": "Q1397688", "name": "Fast Retailing"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uniqlo_logo_Japanese.svg", "description": "Japanese casual wear designer, manufacturer and retailer", "sitelinks": 64, "importance": 0.5828, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
278 +{"wikidata_id": "Q162257", "display_name": "Komatsu Limited", "legal_name": null, "aliases": ["Komatsu", "Kabushiki-gaisha Komatsu Seisakusho", "Komatsu Ltd.", "Komatsu Seisakujo"], "website": "https://www.komatsu.jp", "canonical_domain": "komatsu.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "6301", "exchange": "Tokyo Stock Exchange", "lei": "5493004LQ0B4T7QPQV17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Komatsu_company_logos.svg", "description": "Japanese industrial machinery company", "sitelinks": 37, "importance": 0.5824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
279 +{"wikidata_id": "Q2527941", "display_name": "Hisense", "legal_name": null, "aliases": ["Hisense Group"], "website": "https://global.hisense.com", "canonical_domain": "hisense.com", "country": "CN", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "600060", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hisense.svg", "description": "Chinese multinational white goods and electronics manufacturer", "sitelinks": 37, "importance": 0.5824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
280 +{"wikidata_id": "Q502125", "display_name": "West Japan Railway Company", "legal_name": "West Japan Railway Company", "aliases": ["JR West", "JR-W"], "website": "https://www.westjr.co.jp", "canonical_domain": "westjr.co.jp", "country": "JP", "hq_city": "JR West Japan Headquarters Building", "hq_region": "Shibata", "lat": 34.7074, "lon": 135.49512, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "9021", "exchange": "Tokyo Stock Exchange", "lei": "353800QGUXHZ7EBCR121", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28west%29.svg", "description": "passenger railway service provider in west Japan", "sitelinks": 37, "importance": 0.5824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
281 +{"wikidata_id": "Q588786", "display_name": "China National Petroleum Corporation", "legal_name": "China National Petroleum Corporation", "aliases": ["CNPC"], "website": "https://www.cnpc.com.cn", "canonical_domain": "cnpc.com.cn", "country": "CN", "hq_city": "Dongcheng District", "hq_region": "Beijing", "lat": 39.92718, "lon": 116.41006, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1988, "employees": 1589508, "public_company": false, "ticker": null, "exchange": null, "lei": "3003004HNTGCYVG6A618", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned oil and gas corporation", "sitelinks": 37, "importance": 0.5824, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
282 +{"wikidata_id": "Q849842", "display_name": "Gold Peak", "legal_name": null, "aliases": [], "website": "https://www.goldpeak.com", "canonical_domain": "goldpeak.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1964, "employees": 15000, "public_company": true, "ticker": "0040", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gold_Peak_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.5813, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
283 +{"wikidata_id": "Q867667", "display_name": "Hino Motors", "legal_name": null, "aliases": [], "website": "https://www.hino.co.jp", "canonical_domain": "hino.co.jp", "country": "JP", "hq_city": "Hino", "hq_region": "Tokyo", "lat": 35.67128, "lon": 139.39514, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "7205", "exchange": "Tokyo Stock Exchange", "lei": "3538009ZU0PHKNHJM202", "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hino_Motors_logo.svg", "description": "Japanese commercial vehicle and diesel engine company", "sitelinks": 36, "importance": 0.5796, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
284 +{"wikidata_id": "Q943813", "display_name": "SpiceJet", "legal_name": null, "aliases": [], "website": "https://www.spicejet.com", "canonical_domain": "spicejet.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SPICEJET", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian low-cost airline", "sitelinks": 36, "importance": 0.5796, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
285 +{"wikidata_id": "Q135899451", "display_name": "Mobile World Investment Corporation", "legal_name": "Công ty Cổ phần Đầu Tư Thế Giới Di Động", "aliases": ["MWG"], "website": "https://mwg.vn", "canonical_domain": "mwg.vn", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["e-commerce", "retail"], "industry_labels": ["e-commerce", "retail"], "founded_year": 2004, "employees": 60000, "public_company": true, "ticker": "MWG", "exchange": "Hochiminh Stock Exchange", "lei": "254900ZRFNB8CRAHHO95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-mwg.png", "description": "Vietnamese public company (HOSE: MWG)", "sitelinks": 7, "importance": 0.5779, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
286 +{"wikidata_id": "Q122741", "display_name": "株式会社セガゲームス", "legal_name": "SEGA Games Co., Ltd.", "aliases": [], "website": "https://www.sega.com", "canonical_domain": "sega.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming"], "industry_labels": ["video game industry", "SIC 8880 American Depositary Receipts"], "founded_year": 1960, "employees": 5349, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "899116", "parent": {"wikidata_id": "Q29469450", "name": "SEGA Group Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SEGA_logo_JPN.svg", "description": "Japanese video game developer and publisher and subsidiary of Sega Sammy Holdings", "sitelinks": 73, "importance": 0.5768, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q63867244"}], "source_edgar": {"cik": "899116", "enriched_at": "2026-09-13T07:23:12+00:00"}}
287 +{"wikidata_id": "Q10910065", "display_name": "Bajaj Auto", "legal_name": null, "aliases": ["Bajaj Auto Limited"], "website": "https://www.bajajauto.com", "canonical_domain": "bajajauto.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "BAJAJ-AUTO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4848823", "name": "Bajaj Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bajaj_Auto_Ltd_logo.svg", "description": "Indian two-wheeler and three-wheeler manufacturing company", "sitelinks": 35, "importance": 0.5767, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
288 +{"wikidata_id": "Q357095", "display_name": "Hindustan Aeronautics Limited", "legal_name": null, "aliases": ["HAL", "Hindustan Aeronautics"], "website": "https://hal-india.co.in", "canonical_domain": "hal-india.co.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "HAL", "exchange": "National Stock Exchange of India", "lei": "335800AKDC7T933T3I86", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian public sector aerospace manufacturer", "sitelinks": 35, "importance": 0.5767, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
289 +{"wikidata_id": "Q11452539", "display_name": "Baoshan Iron & Steel", "legal_name": null, "aliases": ["Baoshan Iron & Steel Co.", "Ltd.", "Baoshan Iron and Steel Co.", "Ltd.", "Baoshan Iron and Steel Company Limited", "Baosteel (joint-stock)"], "website": "https://www.baosteel.com", "canonical_domain": "baosteel.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2000, "employees": 52323, "public_company": true, "ticker": "600019", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q249692", "name": "China Baowu Steel Group"}, "logo_url": null, "description": "Chinese listed company", "sitelinks": 7, "importance": 0.5759, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
290 +{"wikidata_id": "Q739000", "display_name": "Geely", "legal_name": "Zhejiang Geely Holding Group", "aliases": ["Geely Holding Group", "Zhejiang Geely Holding Group Co.", "Ltd."], "website": "https://www.geely.com", "canonical_domain": "geely.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1986, "employees": 80000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geely_Logo_2022.svg", "description": "Chinese automotive manufacturing company", "sitelinks": 49, "importance": 0.5747, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q55118127"}]}
291 +{"wikidata_id": "Q268784", "display_name": "China Merchants Port", "legal_name": null, "aliases": [], "website": "https://www.cmhico.com", "canonical_domain": "cmhico.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1992, "employees": 9149, "public_company": true, "ticker": "0144", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.5741, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
292 +{"wikidata_id": "Q209078", "display_name": "State Grid Corporation of China", "legal_name": null, "aliases": ["SGCC", "State Grid"], "website": "https://www.sgcc.com.cn", "canonical_domain": "sgcc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 2002, "employees": 1581000, "public_company": false, "ticker": null, "exchange": null, "lei": "300300SRCLQKVTFFOM15", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "state-owned electric utility monopoly of China", "sitelinks": 34, "importance": 0.5738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
293 +{"wikidata_id": "Q292428", "display_name": "Hainan Airlines", "legal_name": null, "aliases": ["HU", "CHH", "HNA", "Hainan Airlines Company Limited", "Hainan Airways"], "website": "https://www.hainanairlines.com", "canonical_domain": "hainanairlines.com", "country": "CN", "hq_city": "Haikou", "hq_region": "Hainan", "lat": 20.02, "lon": 110.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "600221", "exchange": "Shanghai Stock Exchange", "lei": "3003001VZDGYFHX8A697", "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in Haikou, People's Republic of China", "sitelinks": 34, "importance": 0.5738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
294 +{"wikidata_id": "Q806487", "display_name": "Bangkok Airways", "legal_name": null, "aliases": ["Bangkok Air", "Bangkok Airways Public Company Limited", "Bangkok Airways Public Co.", "Ltd."], "website": "https://www.bangkokair.com", "canonical_domain": "bangkokair.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "BA", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bangkok_Airways_Logo.svg", "description": "regional airline based in Bangkok, Thailand", "sitelinks": 34, "importance": 0.5738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
295 +{"wikidata_id": "Q963718", "display_name": "Maruti Suzuki", "legal_name": null, "aliases": ["Maruti Suzuki India Limited", "Maruti Udyog", "Maruti Udyog Limited"], "website": "https://www.marutisuzuki.com", "canonical_domain": "marutisuzuki.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "MARUTI", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q181642", "name": "Suzuki Motor Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maruti_Suzuki_logo.svg", "description": "Japanese-Indian automobile manufacturer", "sitelinks": 34, "importance": 0.5738, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
296 +{"wikidata_id": "Q172741", "display_name": "Subaru", "legal_name": null, "aliases": [], "website": "https://www.subaru-global.com", "canonical_domain": "subaru-global.com", "country": "JP", "hq_city": "Ebisu", "hq_region": "Shibuya", "lat": 35.64395, "lon": 139.71514, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": 16961, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1051297", "name": "Subaru Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subaru_logo_%28transparent%29.svg", "description": "Japanese automobile manufacturing company", "sitelinks": 60, "importance": 0.5732, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
297 +{"wikidata_id": "Q1859119", "display_name": "Maanshan Iron & Steel Company Limited", "legal_name": "马鞍山钢铁股份有限公司", "aliases": ["Magang", "Ma'anshan Iron & Steel", "Ma'anshan Iron and Steel", "Maanshan Iron & Steel", "Maanshan Iron and Steel", "Masteel", "Maanshan Iron and Steel Company", "Maanshan Iron and Steel Company Limited"], "website": "https://www.magang.com.hk", "canonical_domain": "magang.com.hk", "country": "CN", "hq_city": "Ma'anshan", "hq_region": "Anhui", "lat": 31.68579, "lon": 118.51008, "industries": ["mining"], "industry_labels": ["iron and steel industry in communist china"], "founded_year": 1993, "employees": 41220, "public_company": true, "ticker": "600808", "exchange": "Shanghai Stock Exchange", "lei": "529900A75J4LKKIUAJ17", "sec_cik": null, "parent": {"wikidata_id": "Q5947574", "name": "Magang (Group) Holding Company Limited"}, "logo_url": null, "description": "Chinese steel manufacturer", "sitelinks": 7, "importance": 0.5725, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
298 +{"wikidata_id": "Q850451", "display_name": "Yanzhou Coal Mining Company", "legal_name": null, "aliases": [], "website": "https://www.yanzhoucoal.com.cn", "canonical_domain": "yanzhoucoal.com.cn", "country": "CN", "hq_city": "Jining", "hq_region": "Shandong", "lat": 35.4, "lon": 116.56667, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1997, "employees": 39785, "public_company": true, "ticker": "600188", "exchange": "Shanghai Stock Exchange", "lei": "3003005N7A6HYZ4Z0K39", "sec_cik": null, "parent": {"wikidata_id": "Q884019", "name": "Yankuang Group"}, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.5719, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
299 +{"wikidata_id": "Q5895858", "display_name": "Hongkong and Shanghai Hotels", "legal_name": null, "aliases": [], "website": "https://www.hshgroup.com", "canonical_domain": "hshgroup.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["travel", "real-estate"], "industry_labels": ["tourism", "real property"], "founded_year": 1866, "employees": 7500, "public_company": true, "ticker": "0045", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "holding company", "sitelinks": 9, "importance": 0.5712, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
300 +{"wikidata_id": "Q737443", "display_name": "CITIC Securities", "legal_name": null, "aliases": [], "website": "https://www.cs.ecitic.com", "canonical_domain": "ecitic.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1995, "employees": 15842, "public_company": true, "ticker": "600030", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q856322", "name": "CITIC Group"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.571, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
301 +{"wikidata_id": "Q106219885", "display_name": "Kaspi.kz Joint Stock Company", "legal_name": null, "aliases": [], "website": "https://kaspi.kz", "canonical_domain": "kaspi.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 1991, "employees": 3621, "public_company": true, "ticker": "KSPI", "exchange": "Astana International Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaspi-icon.jpg", "description": "technology \"unicorn\" company of Kazakhstan", "sitelinks": 10, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q143833"}]}
302 +{"wikidata_id": "Q1143211", "display_name": "Haier", "legal_name": null, "aliases": ["Haier Company", "Haier Group", "Qingdao Refrigerator Co.", "Haier Group Corporation"], "website": "https://www.haier.com", "canonical_domain": "haier.com", "country": "CN", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["consumer-goods", "technology"], "industry_labels": ["home appliance", "consumer electronics industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "600690", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haier_logo.svg", "description": "multinational consumer electronics and home appliances company based in China", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
303 +{"wikidata_id": "Q3077586", "display_name": "Bilibili", "legal_name": "Bilibili", "aliases": ["B Site", "bilibili", "Mikufans"], "website": "https://www.bilibili.com", "canonical_domain": "bilibili.com", "country": "CN", "hq_city": "Yangpu District", "hq_region": "Shanghai", "lat": 31.26174, "lon": 121.52172, "industries": ["internet", "gaming"], "industry_labels": ["Internet", "video game industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "BILI", "exchange": "Nasdaq", "lei": "5493008V60M52L3PIS45", "sec_cik": "1723690", "parent": null, "logo_url": null, "description": "Chinese video sharing website", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1723690", "enriched_at": "2026-09-13T07:23:12+00:00"}}
304 +{"wikidata_id": "Q605233", "display_name": "TBS Holdings Inc.", "legal_name": "株式会社TBSホールディングス", "aliases": ["TBS", "TBS Group", "TBS Holdings", "TBSHD", "Tokyo Broadcasting System", "Tokyo Broadcasting System Holdings"], "website": "https://www.tbsholdings.co.jp", "canonical_domain": "tbsholdings.co.jp", "country": "JP", "hq_city": "TBS Broadcasting Center", "hq_region": "Minato", "lat": 35.67176, "lon": 139.73447, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9401", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TBSHD2020.svg", "description": "Japanese media holding company", "sitelinks": 33, "importance": 0.5707, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
305 +{"wikidata_id": "Q19321885", "display_name": "Balkrishna Industries", "legal_name": null, "aliases": [], "website": "https://www.bkt-tires.com", "canonical_domain": "bkt-tires.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["automotive"], "industry_labels": ["tire", "automotive industry"], "founded_year": 1987, "employees": 7000, "public_company": true, "ticker": "BALKRISIND", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Balkrishna_Tyres_Logo.svg", "description": "Indian tyre manufacturing company", "sitelinks": 9, "importance": 0.5702, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
306 +{"wikidata_id": "Q7499501", "display_name": "Shizuoka Bank", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.shizuokabank.co.jp", "canonical_domain": "shizuokabank.co.jp", "country": "JP", "hq_city": "Shizuoka", "hq_region": "Shizuoka Prefecture", "lat": 34.97556, "lon": 138.3825, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1943, "employees": 6541, "public_company": true, "ticker": "8355", "exchange": "Tokyo Stock Exchange", "lei": "549300TJ1GRR4PX8GJ82", "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Shizuoka City, Shizuoka Prefecture, Japan", "sitelinks": 9, "importance": 0.5693, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
307 +{"wikidata_id": "Q1104912", "display_name": "Ryobi", "legal_name": null, "aliases": ["RYOBI", "Ryobi Ltd.", "Ryobi Ltd. (Japan)"], "website": "https://www.ryobi-group.co.jp", "canonical_domain": "ryobi-group.co.jp", "country": "JP", "hq_city": "Fuchū-shi", "hq_region": "Hiroshima Prefecture", "lat": 34.56831, "lon": 133.23636, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1943, "employees": 1722, "public_company": true, "ticker": "5851", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2399612", "name": "Techtronic Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ryobi_company_logo.svg", "description": "Japanese manufacturer", "sitelinks": 11, "importance": 0.5691, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
308 +{"wikidata_id": "Q13538756", "display_name": "Uztelecom", "legal_name": null, "aliases": ["Uzbektelecom", "UzMobile", "UzOnline"], "website": "https://uztelecom.uz", "canonical_domain": "uztelecom.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1992, "employees": 13609, "public_company": true, "ticker": "UZTL", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uztelecom-primary-logotype-RGB.svg", "description": "The largest telecommunications operator in Uzbekistan", "sitelinks": 8, "importance": 0.5688, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
309 +{"wikidata_id": "Q734447", "display_name": "DFI Inc.", "legal_name": null, "aliases": ["Diamond Flower Inc."], "website": "https://www.dfi.com.tw", "canonical_domain": "dfi.com.tw", "country": "TW", "hq_city": "Xizhi District", "hq_region": "New Taipei City", "lat": 25.06667, "lon": 121.66667, "industries": ["technology"], "industry_labels": ["electronics industry", "computer hardware industry"], "founded_year": 1981, "employees": 511, "public_company": true, "ticker": "2397", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dfi-logo.svg", "description": "Taiwanese industrial computer company", "sitelinks": 13, "importance": 0.5678, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
310 +{"wikidata_id": "Q1065088", "display_name": "Nok Air", "legal_name": null, "aliases": ["နြားေက်ာင္းသာေလshwehmonea"], "website": "https://www.nokair.com", "canonical_domain": "nokair.com", "country": "TH", "hq_city": "Sathon", "hq_region": "Bangkok", "lat": 13.70945, "lon": 100.5261, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "NOK", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188710", "name": "Thai Airways"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nokair_logo.jpg", "description": "low-cost airline in Thailand", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
311 +{"wikidata_id": "Q151135", "display_name": "Youku", "legal_name": null, "aliases": ["Youku Inc."], "website": "https://www.youku.tv", "canonical_domain": "youku.tv", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "YOKU", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Youku_Chinese_logo_%28Thu%2C_21_Mar_2024%29.svg", "description": "Chinese video platform", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
312 +{"wikidata_id": "Q720479", "display_name": "Asahi Breweries", "legal_name": "アサヒビール株式会社", "aliases": ["Asahi", "Asahi Group Holdings", "Asahi Bīru Kabushiki Gaisha", "Ltd."], "website": "https://www.asahibeer.co.jp", "canonical_domain": "asahibeer.co.jp", "country": "JP", "hq_city": "River Pier Azumabashi", "hq_region": "Azumabashi", "lat": 35.71039, "lon": 139.80117, "industries": ["food-beverage"], "industry_labels": ["beverage industry", "brewing industry"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "ASBRF", "exchange": "OTC Markets Group", "lei": "3538003Y7N21CCUTIS39", "sec_cik": null, "parent": {"wikidata_id": "Q113342999", "name": "Asahi Group Japan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asahi_logo.svg", "description": "Japanese food and beverage company", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
313 +{"wikidata_id": "Q949610", "display_name": "Shimano", "legal_name": "Shimano Inc.", "aliases": ["Kabushiki-gaisha Shimano", "SHIMANO", "SHIMANO INC.", "Shimano Inc. (Sakai)", "Shimano Industrial Co.", "Ltd.", "Shimano Iron Works", "Shimano Iron Works Co."], "website": "https://www.shimanoservicecenter.com", "canonical_domain": "shimanoservicecenter.com", "country": "JP", "hq_city": "Sakai", "hq_region": "Osaka Prefecture", "lat": 34.57333, "lon": 135.483, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry", "sports industry"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "7309", "exchange": "Tokyo Stock Exchange", "lei": "529900L32YT3P9DECR10", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shimano_logo.svg", "description": "Japanese bicycle parts manufacturing company", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
314 +{"wikidata_id": "Q995151", "display_name": "Cebu Pacific", "legal_name": null, "aliases": ["CEB", "5J", "Cebu Airlines", "Cebu Pacific Air", "Cegnes Airlines", "Cegnes Pacifes"], "website": "https://www.cebupacificair.com", "canonical_domain": "cebupacificair.com", "country": "PH", "hq_city": "Cebu City", "hq_region": "Central Visayas", "lat": 10.293, "lon": 123.902, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CEBUY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cebu_Pacific_logo.png", "description": "low-cost Philippine airline", "sitelinks": 32, "importance": 0.5676, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
315 +{"wikidata_id": "Q24862548", "display_name": "ispace Inc", "legal_name": null, "aliases": [], "website": "https://ispace-inc.com", "canonical_domain": "ispace-inc.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2010, "employees": 282, "public_company": true, "ticker": "9348", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ispace_Inc._logo.svg", "description": "private Japanese company developing robotic spacecraft technologies", "sitelinks": 14, "importance": 0.5664, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
316 +{"wikidata_id": "Q1054844", "display_name": "Taito", "legal_name": null, "aliases": ["Taito Corporation"], "website": "https://www.taito.co.jp", "canonical_domain": "taito.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1953, "employees": 848, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11311474", "name": "Square Enix Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taito_logo.svg", "description": "Japanese toy and video game company", "sitelinks": 32, "importance": 0.5652, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
317 +{"wikidata_id": "Q6414376", "display_name": "Kintetsu World Express", "legal_name": null, "aliases": ["KWE"], "website": "https://www.kwe.co.jp", "canonical_domain": "kwe.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1970, "employees": 10453, "public_company": true, "ticker": "9375", "exchange": "Tokyo Stock Exchange", "lei": "353800NJM7BQDHSWJM19", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KWE.svg", "description": "Japanese freight forwarding company", "sitelinks": 8, "importance": 0.565, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
318 +{"wikidata_id": "Q18301787", "display_name": "vivo", "legal_name": null, "aliases": ["vivo Communication Technology Co", "vivo Communication Technology Co. Ltd.", "vivo Enterprise Management Consulting", "vivo Mobile Communication Co.", "Ltd"], "website": "https://www.vivo.com", "canonical_domain": "vivo.com", "country": "CN", "hq_city": "Dongguan", "hq_region": "Guangdong", "lat": 23.04749, "lon": 113.74928, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2009, "employees": 40000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vivo_logo_2019.svg", "description": "Chinese consumer electronics manufacturer", "sitelinks": 49, "importance": 0.5647, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
319 +{"wikidata_id": "Q313542", "display_name": "Tsingtao Brewery", "legal_name": null, "aliases": ["Tsingtao Brewery Co.", "Ltd.", "Tsingtao Brewery Company Limited", "Tsingtao Beer", "Germania Brewery", "Germania-Brauerei Tsingtao Co.", "Ltd"], "website": "https://www.tsingtao.com", "canonical_domain": "tsingtao.com", "country": "CN", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "600600", "exchange": "Shanghai Stock Exchange", "lei": "300300OJ7D0Q1ESE8L15", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese brewery", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
320 +{"wikidata_id": "Q483018", "display_name": "Nong Shim Ltd.", "legal_name": "농심", "aliases": ["Lotte Industrial", "Lotte Industrial Co.", "Ltd.", "Nhong Shim Co.", "Ltd.", "Nong Shim Co.", "Ltd."], "website": "https://www.nongshim.com", "canonical_domain": "nongshim.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "004370", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16219468", "name": "Nongshim Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nongshim_Logo.svg", "description": "South Korean food company", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16219468"}]}
321 +{"wikidata_id": "Q53257", "display_name": "Mitsubishi Electric", "legal_name": null, "aliases": ["MELCO", "Mitsubishi Denki K.K.", "Mitsubishi Denki Kabushiki-gaisha", "Mitsubishi Electric Corporation", "Mitsubishi Electric Corporation (Tokyo)", "MITSUBISHI ELECTRIC CORPORATION (Tokyo)"], "website": "https://www.mitsubishielectric.com", "canonical_domain": "mitsubishielectric.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["technology", "manufacturing"], "industry_labels": ["electronics", "electrical device", "electrical industry"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "6503", "exchange": "Tokyo Stock Exchange", "lei": "549300TRXM9Y6561AX39", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Electric_logo.svg", "description": "Japanese electronics and electrical equipments manufacturing company", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
322 +{"wikidata_id": "Q633839", "display_name": "VIA Technologies", "legal_name": null, "aliases": ["VIA", "Inc."], "website": "https://www.viatech.com", "canonical_domain": "viatech.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "2388", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4391877", "name": "Formosa Plastics Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VIA_neues_Logo.svg", "description": "Taiwanese chipset manufacturer", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
323 +{"wikidata_id": "Q990804", "display_name": "Brother Industries", "legal_name": null, "aliases": ["Brother", "Ltd.", "Brother Kogyo", "Brother Kogyo Kabushiki Kaisha (Nagoya)", "Buraza Kogyo Kabushiki-gaisha", "Burazā Kōgyō Kabushiki-gaisha", "Yasui Sewing Machine Co."], "website": "https://global.brother", "canonical_domain": "global.brother", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["technology"], "industry_labels": ["printer"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "6448", "exchange": "Tokyo Stock Exchange", "lei": "549300O5FACQ67KI6R92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brother_logo.svg", "description": "Japanese multinational electronics and electrical equipment company", "sitelinks": 31, "importance": 0.5644, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
324 +{"wikidata_id": "Q17039222", "display_name": "Golden Agri-Resources", "legal_name": null, "aliases": ["Golden Agri-Resources Limited", "Golden Agri-Resources Ltd."], "website": "https://goldenagri.com.sg", "canonical_domain": "goldenagri.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1996, "employees": 170700, "public_company": true, "ticker": "E5H", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q92469539", "name": "Flambo International Limited"}, "logo_url": null, "description": "Singaporean palm oil company", "sitelinks": 5, "importance": 0.5628, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
325 +{"wikidata_id": "Q610610", "display_name": "Leadtek Research", "legal_name": null, "aliases": ["Leadtek"], "website": "https://www.leadtek.com", "canonical_domain": "leadtek.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": 333, "public_company": true, "ticker": "2465", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Leadtek_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.5616, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
326 +{"wikidata_id": "Q3482752", "display_name": "XLSmart", "legal_name": "PT XLSmart Telecom Sejahtera Tbk", "aliases": ["EXCL", "PT XL Axiata Tbk", "XL Axiata"], "website": "https://www.xl.co.id", "canonical_domain": "xl.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications", "transportation"], "industry_labels": ["telecommunications industry", "mobile phone industry", "infrastructure industry"], "founded_year": 1989, "employees": 1878, "public_company": true, "ticker": "EXCL", "exchange": "Indonesia Stock Exchange", "lei": "529900GV66NMGZLKFS48", "sec_cik": null, "parent": {"wikidata_id": "Q792500", "name": "Axiata"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XLSmart.svg", "description": "Indonesian telecommunication company", "sitelinks": 10, "importance": 0.5612, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
327 +{"wikidata_id": "Q1136885", "display_name": "Sanrio", "legal_name": null, "aliases": ["Sanrio Co.", "Sanrio Co.", "Ltd."], "website": "https://www.sanrio.com", "canonical_domain": "sanrio.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "8136", "exchange": "Tokyo Stock Exchange", "lei": "3538002Q5JQLOMSPH125", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%82%B5%E3%83%B3%E3%83%AA%E3%82%AA_%E3%83%AD%E3%82%B4.png", "description": "Japanese company, brand", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
328 +{"wikidata_id": "Q16161254", "display_name": "Hybe", "legal_name": null, "aliases": ["HYBE", "Hybe Corporation", "HYBE Corporation", "HYBE Label's"], "website": "https://hybecorp.com", "canonical_domain": "hybecorp.com", "country": "KR", "hq_city": "Yongsan District", "hq_region": "Seoul", "lat": 37.53833, "lon": 126.96556, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "352820", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hybe_logo.svg", "description": "South Korean multinational corporation", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
329 +{"wikidata_id": "Q178778", "display_name": "Ricoh", "legal_name": null, "aliases": ["Kabushiki-gaisha Rikō", "Ricoh Company Ltd.", "RICOH COMPANY", "LTD. (Tokyo)"], "website": "https://jp.ricoh.com", "canonical_domain": "ricoh.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "7752", "exchange": "Tokyo Stock Exchange", "lei": "549300HFIB2GRUMDID72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ricoh_logo_2005.svg", "description": "Japanese multinational imaging and electronics company", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
330 +{"wikidata_id": "Q1966372", "display_name": "Natco Pharma", "legal_name": null, "aliases": [], "website": "https://natcopharma.site", "canonical_domain": "natcopharma.site", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical company"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "NATCOPHARM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Natco_Pharma_Logo.svg", "description": "Indian pharmaceutical company", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
331 +{"wikidata_id": "Q29921278", "display_name": "Nio Inc.", "legal_name": null, "aliases": [], "website": "https://www.nio.com", "canonical_domain": "nio.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NIO", "exchange": "Singapore Stock Exchange", "lei": "549300JBU4TV5OCKJV96", "sec_cik": "1736541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIO_logo.svg", "description": "Chinese car company", "sitelinks": 30, "importance": 0.561, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1736541", "enriched_at": "2026-09-13T07:23:12+00:00"}}
332 +{"wikidata_id": "Q3630923", "display_name": "MakeMyTrip", "legal_name": null, "aliases": ["MMT"], "website": "https://www.makemytrip.com", "canonical_domain": "makemytrip.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["travel"], "industry_labels": [], "founded_year": 2000, "employees": 3426, "public_company": true, "ticker": "MMYT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1495153", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Makemytrip_logo.svg", "description": "Indian online travel company", "sitelinks": 9, "importance": 0.5599, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1495153", "enriched_at": "2026-09-13T07:23:12+00:00"}}
333 +{"wikidata_id": "Q1051297", "display_name": "Subaru Corporation", "legal_name": "株式会社SUBARU", "aliases": ["Fuji Heavy Industries", "Fuji Jūkōgyō Kabushiki-gaisha"], "website": "https://www.subaru.co.jp", "canonical_domain": "subaru.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "7270", "exchange": "Tokyo Stock Exchange", "lei": "549300N244BVAEE6HH86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subaru_Logo_2024.svg", "description": "Japanese multinational automotive company", "sitelinks": 29, "importance": 0.5576, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
334 +{"wikidata_id": "Q1054787", "display_name": "NTT, Inc.", "legal_name": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", "aliases": ["Nippon Denshin Denwa Kabushiki-gaisha", "Nippon Telegraph and Telephone", "NTT"], "website": "https://group.ntt", "canonical_domain": "group.ntt", "country": "JP", "hq_city": "Ōtemachi", "hq_region": "Chiyoda", "lat": 35.68711, "lon": 139.76428, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "9432", "exchange": "Tokyo Stock Exchange", "lei": "353800VHQU5VIXVUA841", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NTT_2025.svg", "description": "Japanese telecommunication company", "sitelinks": 29, "importance": 0.5576, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
335 +{"wikidata_id": "Q1321815", "display_name": "Kikkoman", "legal_name": "キッコーマン株式会社", "aliases": ["KIKKOMAN CORPORATION", "Kikkōman Kabushiki-gaisha"], "website": "https://www.kikkoman.co.jp", "canonical_domain": "kikkoman.co.jp", "country": "JP", "hq_city": "Noda", "hq_region": "Chiba Prefecture", "lat": 35.94154, "lon": 139.87019, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "2801", "exchange": "Tokyo Stock Exchange", "lei": "529900T9K5UH9HXOND47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kikkoman-Logo.svg", "description": "company in Noda, Chiba, Japan", "sitelinks": 29, "importance": 0.5576, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
336 +{"wikidata_id": "Q806259", "display_name": "Bandai Namco Holdings", "legal_name": null, "aliases": ["Bandai Namco Group", "Bandai Namco Holdings Inc."], "website": "https://www.bandainamco.co.jp", "canonical_domain": "bandainamco.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "7832", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_logo_%282022%29.svg", "description": "Japanese entertainment holding company", "sitelinks": 29, "importance": 0.5576, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
337 +{"wikidata_id": "Q899133", "display_name": "Takeda Pharmaceutical Company", "legal_name": "Takeda Pharmaceutical Company Limited", "aliases": ["Takeda"], "website": "https://www.takeda.co.jp", "canonical_domain": "takeda.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1781, "employees": null, "public_company": true, "ticker": "4502", "exchange": "Tokyo Stock Exchange", "lei": "549300ZLMVP4X0OGR454", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takeda_Pharmaceutical_Company_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 29, "importance": 0.5576, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
338 +{"wikidata_id": "Q600103", "display_name": "Tsinghua Tongfang Company", "legal_name": null, "aliases": [], "website": "https://www.thtf.com.cn", "canonical_domain": "thtf.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1997, "employees": 14700, "public_company": true, "ticker": "600100", "exchange": "Shanghai Stock Exchange", "lei": "300300CGGYP0C7OUYE92", "sec_cik": null, "parent": {"wikidata_id": "Q1073337", "name": "China National Nuclear Corporation"}, "logo_url": null, "description": "Chinese state-owned software company", "sitelinks": 7, "importance": 0.5575, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
339 +{"wikidata_id": "Q1613763", "display_name": "Hero MotoCorp", "legal_name": null, "aliases": [], "website": "https://www.heromotocorp.com", "canonical_domain": "heromotocorp.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "HEROMOTOCO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hero_MotoCorp.svg", "description": "Indian motorcycle and scooter manufacturer", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
340 +{"wikidata_id": "Q166621", "display_name": "Mizuho Financial Group", "legal_name": "株式会社みずほフィナンシャルグループ", "aliases": ["Inc."], "website": "https://www.mizuho-fg.com", "canonical_domain": "mizuho-fg.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8411", "exchange": "Tokyo Stock Exchange", "lei": "353800CI5L6DDAN5XZ33", "sec_cik": "1335730", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mizuho_logo.svg", "description": "Japanese holding company", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
341 +{"wikidata_id": "Q2389456", "display_name": "Yutong", "legal_name": null, "aliases": ["Zhengzhou Yutong Bus", "Zhengzhou Yuyong Bus"], "website": "https://www.yutong.com", "canonical_domain": "yutong.com", "country": "CN", "hq_city": "Zhengzhou", "hq_region": "Henan", "lat": 34.74919, "lon": 113.66051, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "600066", "exchange": "Shanghai Stock Exchange", "lei": "300300OMPRVW0Q75F037", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yutong_Bus_and_Coach_Logo.jpg", "description": "Chinese bus manufacturer based in Zhengzhou, Henan, China", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
342 +{"wikidata_id": "Q303580", "display_name": "D-Link", "legal_name": "D-Link Systems, Inc.", "aliases": ["Datex Systems"], "website": "https://www.dlink.com", "canonical_domain": "dlink.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["cloud-infrastructure", "technology"], "industry_labels": ["networking hardware", "electronics industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "2332", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q132396951", "name": "Taiwan Steel Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D-Link_Logo_Blue_strap.svg", "description": "Taiwanese multinational networking equipment manufacturing corporation", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
343 +{"wikidata_id": "Q483593", "display_name": "CJ Group", "legal_name": null, "aliases": ["Cheil Jedang Group"], "website": "https://www.cj.net", "canonical_domain": "cj.net", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "001040", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CJ_logo.svg", "description": "South Korean conglomerate holding company", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16165708"}]}
344 +{"wikidata_id": "Q562078", "display_name": "Nexon", "legal_name": null, "aliases": ["NEXON Co.", "Ltd.", "NEXON SOFTMAX"], "website": "https://www.nexon.co.jp", "canonical_domain": "nexon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "NEXOF", "exchange": "OTC Markets Group", "lei": "5299005SFO0GAJFLKN43", "sec_cik": null, "parent": {"wikidata_id": "Q12581624", "name": "NXC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexon.svg", "description": "Japanese video game developer", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
345 +{"wikidata_id": "Q864923", "display_name": "Singtel", "legal_name": null, "aliases": ["Singapore Telecommunications", "Singapore Telecommunications Limited", "SingTel"], "website": "https://www.singtel.com", "canonical_domain": "singtel.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1879, "employees": null, "public_company": true, "ticker": "SNGNF", "exchange": "OTC Markets Group", "lei": "2549003XJKIQO8YDYD89", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singtel_logo.svg", "description": "telecommunications company in Singapore", "sitelinks": 28, "importance": 0.554, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
346 +{"wikidata_id": "Q57378140", "display_name": "Ugreen", "legal_name": "Ugreen Group Limited", "aliases": ["UGREEN"], "website": "https://www.ugreen.com", "canonical_domain": "ugreen.com", "country": "CN", "hq_city": "Dalang Subdistrict", "hq_region": "Longhua District", "lat": 22.68284, "lon": 114.00356, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2009, "employees": 1120, "public_company": true, "ticker": "301606", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UGREEN_wordmark.png", "description": "Chinese electronics company", "sitelinks": 10, "importance": 0.5537, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
347 +{"wikidata_id": "Q2599552", "display_name": "Wanhua Chemical Group Co., Ltd.", "legal_name": "万华化学集团股份有限公司", "aliases": ["Wanhua Chemical", "Wanhua Chemical Group Company", "Limited", "Yantai Wanhua Polyurethane", "Yantai Wanhua Polyurethanes"], "website": "https://www.whchem.com", "canonical_domain": "whchem.com", "country": "CN", "hq_city": "Yantai", "hq_region": "Shandong", "lat": 37.46444, "lon": 121.44778, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1998, "employees": 11080, "public_company": true, "ticker": "600309", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese listed company in chemical industry", "sitelinks": 7, "importance": 0.5534, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
348 +{"wikidata_id": "Q1138452", "display_name": "Dongfeng Motor Corporation", "legal_name": "东风汽车集团有限公司", "aliases": ["DFC", "Dongfeng Motor"], "website": "https://www.dfmc.com.cn", "canonical_domain": "dfmc.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": 161377, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongfeng_Motor_logo.svg", "description": "Chinese state-owned automobile manufacturer", "sitelinks": 36, "importance": 0.5532, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
349 +{"wikidata_id": "Q624076", "display_name": "Samsung Card", "legal_name": null, "aliases": [], "website": "https://www.samsungcard.com", "canonical_domain": "samsungcard.com", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": 2082, "public_company": true, "ticker": "029780", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624080", "name": "Samsung Life Insurance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Samsung_Card.png", "description": "company", "sitelinks": 9, "importance": 0.5527, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
350 +{"wikidata_id": "Q13403399", "display_name": "Kirin Holdings", "legal_name": "キリンホールディングス株式会社", "aliases": ["Kirin", "Kirin Beer"], "website": "https://www.kirinholdings.com", "canonical_domain": "kirinholdings.com", "country": "JP", "hq_city": "Nakano Shikinomachi", "hq_region": "Nakano", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1885, "employees": null, "public_company": true, "ticker": "2503", "exchange": "Tokyo Stock Exchange", "lei": "353800GBVL72LLMTYM96", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kirin_logo.svg", "description": "Japanese beverage company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
351 +{"wikidata_id": "Q1356034", "display_name": "Pilot Corporation", "legal_name": null, "aliases": ["PILOT", "Pilot Pen Corporation"], "website": "https://www.pilotpen.com", "canonical_domain": "pilotpen.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["office supply"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "7846", "exchange": "Tokyo Stock Exchange", "lei": "549300J1B7UZP39UZG84", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pilot_pen_co_logo.svg", "description": "Japanese stationery company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
352 +{"wikidata_id": "Q1653679", "display_name": "IHI Corporation", "legal_name": null, "aliases": ["IHI", "IHI Corproation", "Ishikawajima Harima Jūkōgyō Kabushiki-gaisha", "Ishikawajima-Harima Heavy Industries Co.", "Ltd", "Ishikawajima-Harima Heavy Industries Co.", "Ltd."], "website": "https://www.ihi.co.jp", "canonical_domain": "ihi.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing", "industrial-machinery"], "industry_labels": ["shipbuilding", "manufacture of machinery and equipment"], "founded_year": 1853, "employees": null, "public_company": true, "ticker": "7013", "exchange": "Tokyo Stock Exchange", "lei": "549300ETQIESIUQ2OE26", "sec_cik": "1535636", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IHI.svg", "description": "manufacturing company in Japan", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11223969"}]}
353 +{"wikidata_id": "Q176587", "display_name": "Check Point", "legal_name": "Check Point Software Technologies Ltd.", "aliases": ["Check Point Software Technologies Inc."], "website": "https://www.checkpoint.com", "canonical_domain": "checkpoint.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["cybersecurity"], "industry_labels": ["computer security software"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "CHKP", "exchange": "Nasdaq", "lei": "2549003ZVBH73EPNS513", "sec_cik": "1015922", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Check_Point_logo_2022.svg", "description": "Israeli security company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
354 +{"wikidata_id": "Q706946", "display_name": "Evergreen Marine", "legal_name": null, "aliases": ["Evergreen Marine Corporation"], "website": "https://www.evergreen-marine.com", "canonical_domain": "evergreen-marine.com", "country": "TW", "hq_city": "Luzhu District", "hq_region": "Taoyuan", "lat": 25.06667, "lon": 121.28333, "industries": ["shipping"], "industry_labels": ["shipping line"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "2603", "exchange": "Taiwan Stock Exchange", "lei": "254900EIJA0A39C5SO15", "sec_cik": null, "parent": {"wikidata_id": "Q711850", "name": "Evergreen Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Evergreen_Logo.svg", "description": "Taiwanese shipping company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
355 +{"wikidata_id": "Q773924", "display_name": "Yonex", "legal_name": null, "aliases": ["Yonex Co.", "Ltd"], "website": "https://www.yonex.com", "canonical_domain": "yonex.com", "country": "JP", "hq_city": "Bunkyō-ku", "hq_region": "Tokyo", "lat": 35.708, "lon": 139.75225, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7906", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Yonex.svg", "description": "Japanese sports equipment manufacturing company", "sitelinks": 27, "importance": 0.5503, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
356 +{"wikidata_id": "Q5302643", "display_name": "Dowa Holdings", "legal_name": null, "aliases": [], "website": "https://www.dowa.co.jp", "canonical_domain": "dowa.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials", "manufacturing", "mining"], "industry_labels": ["environmental resource management", "Electronic Materials", "industrial engineering", "metal processing plant operators", "non-ferrous metal", "heat treatment"], "founded_year": 1937, "employees": 7500, "public_company": true, "ticker": "5714", "exchange": "Tokyo Stock Exchange", "lei": "353800ZSQZKFE140A689", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DOWA.svg", "description": "Japanese nonferrous metals manufacturer", "sitelinks": 7, "importance": 0.5478, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
357 +{"wikidata_id": "Q322962", "display_name": "Garanti BBVA", "legal_name": null, "aliases": ["Garanti Bankası"], "website": "https://www.garantibbva.com.tr", "canonical_domain": "garantibbva.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1946, "employees": 209, "public_company": true, "ticker": "GARAN", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806189", "name": "Banco Bilbao Vizcaya Argentaria"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Garanti_Bankas%C4%B1_Logo.svg", "description": "Turkish foreign capital private sector bank", "sitelinks": 12, "importance": 0.5471, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
358 +{"wikidata_id": "Q1188230", "display_name": "Nankai Electric Railway", "legal_name": "Nankai Electric Railway Co., Ltd.", "aliases": ["Nankai Electric Railway Co.", "Ltd."], "website": "https://www.nankai.co.jp", "canonical_domain": "nankai.co.jp", "country": "JP", "hq_city": "Namba", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "9044", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11408150", "name": "Nankai"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nankai_logo_with_its_slogan.svg", "description": "Japanese railway company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
359 +{"wikidata_id": "Q1272525", "display_name": "Li-Ning Company Limited", "legal_name": null, "aliases": [], "website": "https://www.lining.com", "canonical_domain": "lining.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2331", "exchange": "Hong Kong Stock Exchange", "lei": "529900T77L2FV3FZ3U81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Li-Ning_logo_red.svg", "description": "sports equipment manufacturer", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
360 +{"wikidata_id": "Q1364176", "display_name": "Wipro", "legal_name": null, "aliases": ["Western India Palm Refined Oils Limited", "Western India Products Limited", "Wipro Limited (Bangalore)"], "website": "https://www.wipro.com", "canonical_domain": "wipro.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "WIPRO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": "1123799", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wipro_new_logo.svg", "description": "Indian information technology services corporation headquartered in Bengaluru, India", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
361 +{"wikidata_id": "Q15913890", "display_name": "iQIYI", "legal_name": null, "aliases": [], "website": "https://www.iqiyi.com", "canonical_domain": "iqiyi.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["video on demand"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "IQ", "exchange": "Nasdaq", "lei": "222100XL8T2Q5B8MS302", "sec_cik": "1722608", "parent": {"wikidata_id": "Q14772", "name": "Baidu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IQIYI_logo_%282022%29.svg", "description": "Chinese video streaming service", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
362 +{"wikidata_id": "Q176508", "display_name": "Denso", "legal_name": null, "aliases": ["Denso Corporation", "DENSO CORPORATION (Kariya)", "Nippon Denso Co. Ltd."], "website": "https://www.denso.com", "canonical_domain": "denso.com", "country": "JP", "hq_city": "Kariya", "hq_region": "Aichi Prefecture", "lat": 34.98928, "lon": 137.00214, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6902", "exchange": "Tokyo Stock Exchange", "lei": "549300RYPA10CQM3QK38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denso.svg", "description": "Japanese automotive components manufacturer", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
363 +{"wikidata_id": "Q20873932", "display_name": "Grab", "legal_name": null, "aliases": ["Grab Car", "Grab Holdings Inc", "Grab Taxi", "GrabCar", "GrabPay", "GrabTaxi", "GrabTaxi Holdings Pte Ltd", "MyTeksi"], "website": "https://www.grab.com", "canonical_domain": "grab.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["transportation", "technology", "automotive"], "industry_labels": ["transport", "information technology", "peer-to-peer ridesharing"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "GRAB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1855612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grab_Logo.svg", "description": "Southeast Asian technology company headquartered in Singapore", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
364 +{"wikidata_id": "Q373798", "display_name": "Funai", "legal_name": null, "aliases": ["Funai Electric"], "website": "https://www2.funai.co.jp", "canonical_domain": "funai.co.jp", "country": "JP", "hq_city": "Daitō-shi", "hq_region": "Osaka Prefecture", "lat": 34.712, "lon": 135.62342, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "6839", "exchange": "Tokyo Stock Exchange", "lei": "529900Y6CVX1OJE88G93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Funai_Denki_Logo.png", "description": "company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
365 +{"wikidata_id": "Q489247", "display_name": "Naver Corporation", "legal_name": null, "aliases": ["NAVER", "NAVER Corp.", "NAVER Corporation", "NAVER CORPORATION (Gyeonggi-do)", "Naver NOW."], "website": "https://navercorp.com", "canonical_domain": "navercorp.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "035420", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Naver_Logotype.svg", "description": "South Korean company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
366 +{"wikidata_id": "Q541569", "display_name": "Orange Sky Golden Harvest", "legal_name": null, "aliases": ["Golden Harvest", "Golden Harvest Productions"], "website": "https://www.osgh.com.hk", "canonical_domain": "osgh.com.hk", "country": "CN", "hq_city": "Middle Road", "hq_region": "Hong Kong", "lat": 22.2956, "lon": 114.172, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "1132", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golden_Harvest_logo.svg", "description": "Hong Kong film production company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
367 +{"wikidata_id": "Q806680", "display_name": "Bank of Communications", "legal_name": null, "aliases": [], "website": "https://www.bankcomm.com", "canonical_domain": "bankcomm.com", "country": "CN", "hq_city": "Bocom Financial Towers", "hq_region": "Shanghai", "lat": 31.241, "lon": 121.499, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "601328", "exchange": "Shanghai Stock Exchange", "lei": "549300AX1UM10U30HK09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_Communications_Logo.svg", "description": "bank in China", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
368 +{"wikidata_id": "Q854867", "display_name": "Bharti Airtel", "legal_name": null, "aliases": ["Airtel", "Bharti Airtel..."], "website": "https://www.airtel.com", "canonical_domain": "airtel.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "532454", "exchange": "Bombay Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airtel_logo.svg", "description": "Indian multinational telecommunications company", "sitelinks": 26, "importance": 0.5465, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4699029"}, {"related_domain_conflict": "Q4699035"}]}
369 +{"wikidata_id": "Q5295879", "display_name": "Dongfeng Automobile Company Limited", "legal_name": null, "aliases": ["DFAC", "Dongfeng Automobile Co.", "Ltd."], "website": "https://www.dfac.com", "canonical_domain": "dfac.com", "country": "CN", "hq_city": "Xiangyang", "hq_region": "Hubei", "lat": 32.06536, "lon": 112.15307, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1999, "employees": 6624, "public_company": true, "ticker": "600006", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5295889", "name": "Dongfeng Motor Company Limited"}, "logo_url": null, "description": "Chinese light commercial vehicle manufacturer", "sitelinks": 7, "importance": 0.546, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
370 +{"wikidata_id": "Q2084900", "display_name": "Oppo", "legal_name": null, "aliases": [], "website": "https://www.oppo.com", "canonical_domain": "oppo.com", "country": "CN", "hq_city": "Dongguan", "hq_region": "Guangdong", "lat": 22.76549, "lon": 113.78358, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2004, "employees": 1780, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q123575758", "name": "Guangdong Oplus Holdings Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OPPO_LOGO_2019.svg", "description": "Chinese consumer electronics manufacturer", "sitelinks": 63, "importance": 0.5456, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
371 +{"wikidata_id": "Q6026518", "display_name": "Indorama Ventures", "legal_name": null, "aliases": ["Indorama Ventures Public Company Limited", "Indorama Ventures Public Co.", "Ltd."], "website": "https://www.indorama.net", "canonical_domain": "indorama.net", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["oil-gas"], "industry_labels": ["petrochemical product"], "founded_year": 1994, "employees": 14000, "public_company": true, "ticker": "IVL", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indorama_Ventures_Logo.svg", "description": "Thai chemical company", "sitelinks": 6, "importance": 0.5428, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
372 +{"wikidata_id": "Q1153602", "display_name": "Shandong Airlines", "legal_name": null, "aliases": ["Shandong", "Shandong Air"], "website": "https://www.shandongair.com.cn", "canonical_domain": "shandongair.com.cn", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "200152", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51747", "name": "Air China"}, "logo_url": null, "description": "airline from Shandong, China", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
373 +{"wikidata_id": "Q1189945", "display_name": "Dentsu", "legal_name": null, "aliases": ["Dentsu Inc.", "Inc."], "website": "https://www.dentsu.co.jp", "canonical_domain": "dentsu.co.jp", "country": "JP", "hq_city": "Dentsu Building", "hq_region": "Higashi-Shinbashi", "lat": 35.66437, "lon": 139.76237, "industries": ["media", "gaming"], "industry_labels": ["marketing", "video game industry"], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "4324", "exchange": "Tokyo Stock Exchange", "lei": "5299007PBBE83ZLJZG91", "sec_cik": "1167594", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dentsu_logo.svg", "description": "advertising and public relations company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
374 +{"wikidata_id": "Q1306571", "display_name": "Koç Holding", "legal_name": null, "aliases": ["Koç Holding A.Ş."], "website": "https://www.koc.com.tr", "canonical_domain": "koc.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "KCHOL", "exchange": "Borsa Istanbul", "lei": "7890005U0H950VH19H45", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ko%C3%A7_Holding_-_logo_%28Turkey%2C_1984%29.svg", "description": "industrial conglomerate in Turkey", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
375 +{"wikidata_id": "Q1340408", "display_name": "Spring Airlines", "legal_name": null, "aliases": [], "website": "https://www.ch.com", "canonical_domain": "ch.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "601021", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q134778326", "name": "Shanghai Springtour International Travel Agency (Group) Co., Ltd."}, "logo_url": null, "description": "Chinese airline", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11513792"}]}
376 +{"wikidata_id": "Q1507974", "display_name": "Tel Aviv Stock Exchange", "legal_name": "הבורסה לניירות ערך בתל-אביב בע\"מ", "aliases": ["Bursa", "TASE", "XTAE"], "website": "https://www.tase.co.il", "canonical_domain": "tase.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.06455, "lon": 34.77031, "industries": ["financial-services"], "industry_labels": ["stock exchange"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "TASE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tel_Aviv_Stock_Exchange.svg", "description": "stock exchange located in Tel Aviv, Israel", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
377 +{"wikidata_id": "Q152517", "display_name": "Hyundai Rotem", "legal_name": null, "aliases": ["HRC", "Rotem"], "website": "https://www.hyundai-rotem.co.kr", "canonical_domain": "hyundai-rotem.co.kr", "country": "KR", "hq_city": "Uiwang", "hq_region": "Gyeonggi Province", "lat": 37.34472, "lon": 126.96833, "industries": ["manufacturing"], "industry_labels": ["industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "064350", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Rotem_logo.svg", "description": "South Korean machinery manufacturer", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
378 +{"wikidata_id": "Q1730802", "display_name": "Kobe Steel", "legal_name": null, "aliases": ["Kabushiki-gaisha Kōbe Seikō-sho", "Ltd."], "website": "https://www.kobelco.co.jp", "canonical_domain": "kobelco.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "5406", "exchange": "Tokyo Stock Exchange", "lei": "549300ZDCYYUPHEE5K87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobelco_logo.svg", "description": "Japanese steelmaker", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
379 +{"wikidata_id": "Q1913796", "display_name": "Maxell", "legal_name": null, "aliases": ["Hitachi Maxell"], "website": "https://www2.maxell.co.jp", "canonical_domain": "maxell.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "6810", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53238", "name": "Hitachi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maxell_logo.svg", "description": "Japanese electronics company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
380 +{"wikidata_id": "Q263700", "display_name": "Türk Telekom", "legal_name": null, "aliases": ["Türk Telekomünikasyon A.Ş."], "website": "https://www.turktelekom.com.tr", "canonical_domain": "turktelekom.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "TTKOM", "exchange": "Borsa Istanbul", "lei": "789000A2TXOI10JZLF90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrk_Telekom_logo.svg", "description": "Turkish telecommunications company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
381 +{"wikidata_id": "Q2985356", "display_name": "NDTV", "legal_name": null, "aliases": ["New Delhi Television Limited"], "website": "https://www.ndtv.com", "canonical_domain": "ndtv.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "NDTV", "exchange": "New York Stock Exchange", "lei": "3358004LVIZ8H3SVNB07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NDTV_logo.svg", "description": "Indian news network", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
382 +{"wikidata_id": "Q4046573", "display_name": "PEGATRON", "legal_name": "PEGATRON Corporation", "aliases": [], "website": "https://www.pegatroncorp.com", "canonical_domain": "pegatroncorp.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "4938", "exchange": "Taiwan Stock Exchange", "lei": "529900M87JQS8TUO0L66", "sec_cik": null, "parent": {"wikidata_id": "Q152864", "name": "ASUS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pegatron_logo.svg", "description": "Taiwanese computers and electronics company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
383 +{"wikidata_id": "Q406632", "display_name": "AirAsia X", "legal_name": null, "aliases": ["AirAsia X Berhad", "AIRASIA X BERHAD", "AirAsia X Bhd."], "website": "https://www.airasiax.com", "canonical_domain": "airasiax.com", "country": "MY", "hq_city": "Sepang District", "hq_region": "Selangor", "lat": 2.81667, "lon": 101.73333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "5238", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q406643", "name": "AirAsia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AirAsia_X_Logo.svg", "description": "Malaysian Airline", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
384 +{"wikidata_id": "Q482642", "display_name": "Jeju Air", "legal_name": "JEJUAIR, CO., LTD.", "aliases": ["JJA", "7C", "JejuAir"], "website": "https://www.jejuair.net", "canonical_domain": "jejuair.net", "country": "KR", "hq_city": "Jeju", "hq_region": "Jeju Province", "lat": 33.50972, "lon": 126.52194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "089590", "exchange": "Korean Stock Exchange", "lei": "9884007N0ASZNM5Z9L42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jeju_Air_Logo.svg", "description": "South Korean low-cost airline", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
385 +{"wikidata_id": "Q485908", "display_name": "KT Corporation", "legal_name": null, "aliases": ["KT", "Korea Telecom"], "website": "https://www.kt.com", "canonical_domain": "kt.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "KT", "exchange": "New York Stock Exchange", "lei": "9884005ACF8449EANY26", "sec_cik": "892450", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KT_Corp_2D_logo.svg", "description": "South Korean telecommunication service provider", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q490964"}]}
386 +{"wikidata_id": "Q700974", "display_name": "Trend Micro", "legal_name": "Trend Micro Incorporated", "aliases": ["Torendo Maikuro Kabushiki-Gaisha", "Trend Micro Inc"], "website": "https://www.trendmicro.com", "canonical_domain": "trendmicro.com", "country": "JP", "hq_city": "Irving", "hq_region": "Dallas County", "lat": 32.81167, "lon": -96.95083, "industries": ["internet"], "industry_labels": ["internet security"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "4704", "exchange": "Tokyo Stock Exchange", "lei": "3538005O5UJ5RNAGVE16", "sec_cik": "1089463", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trend_Micro_logo.svg", "description": "Japanese information security company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
387 +{"wikidata_id": "Q708789", "display_name": "Ryohin Keikaku", "legal_name": null, "aliases": ["MUJI", "ryohin keikaku", "Ryohin Keikaku Co.", "Ltd."], "website": "https://ryohin-keikaku.jp", "canonical_domain": "ryohin-keikaku.jp", "country": "JP", "hq_city": "Toshima", "hq_region": "Tokyo", "lat": 35.72611, "lon": 139.71667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "7453", "exchange": "Tokyo Stock Exchange", "lei": "549300PMNF56J66BY371", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MUJI_logo.svg", "description": "Japanese retail company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
388 +{"wikidata_id": "Q965133", "display_name": "Sohu", "legal_name": null, "aliases": ["Inc.", "Sohu.com Inc."], "website": "https://www.sohu.com", "canonical_domain": "sohu.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "SOHU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1734107", "parent": null, "logo_url": null, "description": "Chinese Internet company", "sitelinks": 25, "importance": 0.5425, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1734107", "enriched_at": "2026-09-13T07:23:12+00:00"}}
389 +{"wikidata_id": "Q15534494", "display_name": "Sun Art Retail Group", "legal_name": null, "aliases": [], "website": "https://www.sunartretail.com", "canonical_domain": "sunartretail.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2000, "employees": 130000, "public_company": true, "ticker": "6808", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sun_art_retail.png", "description": "investment company and supermarket operator", "sitelinks": 4, "importance": 0.5397, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
390 +{"wikidata_id": "Q1152465", "display_name": "AIA Group", "legal_name": null, "aliases": ["AIA", "AIA Insurance", "American International Assurance", "American International Assurance Company"], "website": "https://www.aia.com", "canonical_domain": "aia.com", "country": "HK", "hq_city": "AIA Central", "hq_region": "Hong Kong", "lat": 22.28125, "lon": 114.16181, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "1299", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AIA_wordmark_logo.svg", "description": "insurance company in Asia-Pacific", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
391 +{"wikidata_id": "Q1471756", "display_name": "Yokohama Rubber Company", "legal_name": null, "aliases": ["The Yokohama Rubber Company", "Ltd.", "Yokohama Gomu Kabushiki-gaisha", "Yokohama Tire Co", "Yokohama Tires"], "website": "https://www.yokohama.eu", "canonical_domain": "yokohama.eu", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "YORUF", "exchange": "OTC Markets Group", "lei": "52990036XNWY2FMYWB76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yokohama_%28Unternehmen%29_logo.svg", "description": "Japanese tire company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
392 +{"wikidata_id": "Q1515558", "display_name": "Singapore Stock Exchange", "legal_name": null, "aliases": ["SGX", "SGX Group", "Singapore Exchange Limited", "Singapore Stock Market"], "website": "https://www.sgx.com", "canonical_domain": "sgx.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "SPXCF", "exchange": "OTC Markets Group", "lei": "549300IQ650PPXM76X03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SGX_gradient_logo_%28PNG%29.png", "description": "investment holding company in Singapore providing services related to securities and derivatives trading and others", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
393 +{"wikidata_id": "Q1544535", "display_name": "Gree Electric", "legal_name": "Gree Electric Appliances Inc. of Zhuhai", "aliases": [], "website": "https://global.gree.com", "canonical_domain": "gree.com", "country": "CN", "hq_city": "Zhuhai", "hq_region": "Guangdong", "lat": 22.27417, "lon": 113.57194, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "000651", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gree_electric_appliances_logo.svg", "description": "company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
394 +{"wikidata_id": "Q1552770", "display_name": "GAC Group", "legal_name": null, "aliases": ["Guangzhou Automobile Group"], "website": "https://www.gac.com.cn", "canonical_domain": "gac.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "601238", "exchange": "Shanghai Stock Exchange", "lei": "5299005KY9BJO3ZE6A37", "sec_cik": null, "parent": {"wikidata_id": "Q15807676", "name": "Guangzhou Automobile Industry Group"}, "logo_url": null, "description": "Chinese automaker", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
395 +{"wikidata_id": "Q1751566", "display_name": "Toto Ltd.", "legal_name": null, "aliases": ["TOTO", "Toyo Toki", "Tōyō Tōki"], "website": "https://jp.toto.com", "canonical_domain": "toto.com", "country": "JP", "hq_city": "Kokurakita-ku", "hq_region": "Fukuoka Prefecture", "lat": 33.88083, "lon": 130.87361, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "5332", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOTO_logo.svg", "description": "Japanese toilet and plumbing fixtures company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
396 +{"wikidata_id": "Q203386", "display_name": "Zim Integrated Shipping Services Ltd", "legal_name": "צים שירותי ספנות משולבים בע\"מ", "aliases": ["ZIM", "Zim", "Zim Container Line", "Zim Israel Navigation Co."], "website": "https://www.zim.com", "canonical_domain": "zim.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "ZIM", "exchange": "New York Stock Exchange", "lei": "21380089EIJRELKAIL21", "sec_cik": "1654126", "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZIM_Logo.svg", "description": "Israeli Shipping company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1654126", "enriched_at": "2026-09-13T07:23:12+00:00"}}
397 +{"wikidata_id": "Q477016", "display_name": "Creative Technology", "legal_name": null, "aliases": ["Creative Technology Limited", "Ltd."], "website": "https://www.creative.com", "canonical_domain": "creative.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["technology"], "industry_labels": ["electronics industry", "computer hardware industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "C76", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Creative_Technology_company_logo.svg", "description": "Singaporean technological company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
398 +{"wikidata_id": "Q498366", "display_name": "Kyushu Railway Company", "legal_name": "九州旅客鉄道株式会社", "aliases": ["JR Kyushu", "JR Kyūshū", "JRQ", "Kyūshū Railway Company"], "website": "https://www.jrkyushu.co.jp", "canonical_domain": "jrkyushu.co.jp", "country": "JP", "hq_city": "Hakata-ku", "hq_region": "Fukuoka", "lat": 33.59139, "lon": 130.41472, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "9142", "exchange": "Tokyo Stock Exchange", "lei": "5299002CCI6HLWAN3K50", "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28kyushu%29.svg", "description": "one of the constituent companies of Japan Railways Group", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
399 +{"wikidata_id": "Q545579", "display_name": "JAC Group", "legal_name": null, "aliases": ["Anhui Jianghuai Automobile Co.", "Ltd.", "JAC Motors"], "website": "https://www.jac.com.cn", "canonical_domain": "jac.com.cn", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.81453, "lon": 117.27455, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "600418", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jac_motors_textlogo.png", "description": "Chinese state-owned automobile and commercial vehicle manufacturer", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
400 +{"wikidata_id": "Q56063989", "display_name": "CJ ENM", "legal_name": "CJ ENM Co., Ltd.", "aliases": [], "website": "https://www.cjenm.com", "canonical_domain": "cjenm.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment", "media", "retail"], "industry_labels": ["entertainment", "mass media", "retail"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "035760", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CJ_ENM_Logo.svg", "description": "South Korean entertainment and retail company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10854462"}]}
401 +{"wikidata_id": "Q703557", "display_name": "Giant Bicycles", "legal_name": null, "aliases": ["Giant Manufacturing Co. Ltd."], "website": "https://www.giant-bicycles.com", "canonical_domain": "giant-bicycles.com", "country": "TW", "hq_city": "Dajia District", "hq_region": "Taichung", "lat": 24.36194, "lon": 120.62833, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9921", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giant_bycicles_logo_2.svg", "description": "Taiwanese bicycle company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
402 +{"wikidata_id": "Q905572", "display_name": "Cipla", "legal_name": null, "aliases": ["The Chemical", "Industrial & Pharmaceutical Laboratories"], "website": "https://www.cipla.com", "canonical_domain": "cipla.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "CIPLA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cipla_logo.svg", "description": "Indian multi-national pharmaceutical and biotechnology company", "sitelinks": 24, "importance": 0.5384, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
403 +{"wikidata_id": "Q1685648", "display_name": "Sumitomo Metal Mining", "legal_name": null, "aliases": [], "website": "https://www.smm.co.jp", "canonical_domain": "smm.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["mining"], "industry_labels": ["metal industry"], "founded_year": 1590, "employees": 8628, "public_company": true, "ticker": "5713", "exchange": "Tokyo Stock Exchange", "lei": "353800CF81IXL9974H84", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_logo.jpg", "description": null, "sitelinks": 6, "importance": 0.5358, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
404 +{"wikidata_id": "Q1143659", "display_name": "Nippon Ichi Software", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nippon1.co.jp", "canonical_domain": "nippon1.co.jp", "country": "JP", "hq_city": "Kakamigahara", "hq_region": "Gifu Prefecture", "lat": 35.40278, "lon": 136.87833, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "3851", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Ichi_Software_Logo.png", "description": "Japanese video game developer and publisher", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
405 +{"wikidata_id": "Q1295105", "display_name": "Nomura Holdings", "legal_name": null, "aliases": ["Inc."], "website": "https://www.nomura.com", "canonical_domain": "nomura.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "8604", "exchange": "Tokyo Stock Exchange", "lei": "549300B3CEAHYG7K8164", "sec_cik": "1163653", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nomura_Holdings_logo.svg", "description": "financial holding company", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q658089"}]}
406 +{"wikidata_id": "Q1425561", "display_name": "Kawai Musical Instruments", "legal_name": "株式会社河合楽器製作所", "aliases": ["Kawai Musical Instruments Manufacturing Co.", "Ltd.", "Kawai Musical Instruments Manufacturing Company"], "website": "https://www.kawai-global.com", "canonical_domain": "kawai-global.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "7952", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KAWAI-Logo.svg", "description": "musical instrument manufacturer in Hamamatsu City, Shizuoka Prefecture, Japan", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
407 +{"wikidata_id": "Q1478918", "display_name": "Nippon Yusen", "legal_name": null, "aliases": ["NYK", "Nippon Yusen Kabushiki Kaisha", "NYK Line", "The Nippon Yusen Kaisha"], "website": "https://www.nyk.com", "canonical_domain": "nyk.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1885, "employees": null, "public_company": true, "ticker": "9101", "exchange": "Tokyo Stock Exchange", "lei": "353800YPW4XM0ZN5I149", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Yusen_company_logo.svg", "description": "shipping company", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
408 +{"wikidata_id": "Q532746", "display_name": "Esprit Holdings", "legal_name": null, "aliases": ["Esprit", "ESPRIT", "Esprit Holdings Limited"], "website": "https://www.esprit.de", "canonical_domain": "esprit.de", "country": "HK", "hq_city": "Ratingen", "hq_region": "Mettmann District", "lat": 51.3, "lon": 6.85, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "0330", "exchange": "Hong Kong Stock Exchange", "lei": "529900Y9K70J2INEUB08", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Esprit_Logo_neu.svg", "description": "manufacturer of clothing, footwear, accessories, jewellery and housewares", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
409 +{"wikidata_id": "Q648533", "display_name": "Semiconductor Manufacturing International Corporation", "legal_name": null, "aliases": ["SMIC"], "website": "https://www.smics.com", "canonical_domain": "smics.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["semiconductors"], "industry_labels": ["manufacture of electronic components", "semiconductor industry in China"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "688981", "exchange": "Shanghai Stock Exchange", "lei": "300300522KCU7YI25841", "sec_cik": "1267482", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SMIC_logo.svg", "description": "Chinese state-owned semiconductor manufacturer", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
410 +{"wikidata_id": "Q806641", "display_name": "Bank Leumi Le- Israel B.m.", "legal_name": "בנק לאומי לישראל בע\"מ", "aliases": ["Bank Leumi Leisrael"], "website": "https://www.leumi.co.il", "canonical_domain": "leumi.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "LUMI", "exchange": "Tel Aviv Stock Exchange", "lei": "7JDSZWRGUQY2DSTWCR57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BankLeumiLogoReupload.png", "description": "Israeli commercial bank", "sitelinks": 23, "importance": 0.5341, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
411 +{"wikidata_id": "Q1100424", "display_name": "Pegasus Airlines", "legal_name": "Pegasus Hava Taşımacılığı A.Ş.", "aliases": ["PC", "PGT"], "website": "https://www.flypgs.com", "canonical_domain": "flypgs.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1989, "employees": 8459, "public_company": false, "ticker": null, "exchange": null, "lei": "789000B1MW5PQ58A8T03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pegasus_Airlines_logo.svg", "description": "Turkish low-cost airline headquartered in Pendik, Istanbul", "sitelinks": 45, "importance": 0.5334, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
412 +{"wikidata_id": "Q591001", "display_name": "Chery Automobile", "legal_name": null, "aliases": ["Chery", "Chery Automobile Co. Ltd"], "website": "https://www.chery.cn", "canonical_domain": "chery.cn", "country": "CN", "hq_city": "Wuhu", "hq_region": "Anhui", "lat": 31.33398, "lon": 118.36223, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": 48000, "public_company": false, "ticker": null, "exchange": null, "lei": "300300F08E6VWZVSVM95", "sec_cik": null, "parent": {"wikidata_id": "Q130549386", "name": "Chery Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chery_logo.svg", "description": "Chinese automobile manufacturing company", "sitelinks": 35, "importance": 0.5328, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
413 +{"wikidata_id": "Q5476569", "display_name": "Fox-Wizel Ltd.", "legal_name": "פוקס-ויזל בע''מ", "aliases": ["נס"], "website": "https://fox.co.il", "canonical_domain": "fox.co.il", "country": "IL", "hq_city": "Tel Aviv District", "hq_region": "Israel", "lat": 32.08333, "lon": 34.8, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1942, "employees": 6800, "public_company": true, "ticker": "FOX", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fox_shop.JPG", "description": "Israeli fashion stores chain", "sitelinks": 6, "importance": 0.5323, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
414 +{"wikidata_id": "Q2214105", "display_name": "SoftBank Mobile", "legal_name": "ソフトバンク株式会社", "aliases": ["Vodafone K.K."], "website": "https://www.softbank.jp", "canonical_domain": "softbank.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1984, "employees": 6700, "public_company": true, "ticker": "9434", "exchange": "Tokyo Stock Exchange", "lei": "353800M1YCTS9JRBJ535", "sec_cik": null, "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": null, "description": "Japanese telecommunication carrier", "sitelinks": 6, "importance": 0.5321, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
415 +{"wikidata_id": "Q7040930", "display_name": "Nissan Chemical", "legal_name": null, "aliases": ["Nissan Chemical Corporation", "Nissan Chemical Industries", "Nissan Chemical Industries", "Ltd."], "website": "https://www.nissanchem.co.jp", "canonical_domain": "nissanchem.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1921, "employees": 2511, "public_company": true, "ticker": "4021", "exchange": "Tokyo Stock Exchange", "lei": "3538002E4L1CUGJFFU25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissan_Chemical_company_logo.svg", "description": "Japanese chemical company", "sitelinks": 7, "importance": 0.5319, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
416 +{"wikidata_id": "Q7039614", "display_name": "Nippon Chemi-Con", "legal_name": "日本ケミコン株式会社", "aliases": ["UCC", "United Chemi-Con", "Chemi-Con", "Europe Chemi-Con", "Nippon Chemi-Con Corporation", "Nippon Kemikon Kabushiki-gaisha"], "website": "https://www.chemi-con.co.jp", "canonical_domain": "chemi-con.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1931, "employees": 6339, "public_company": true, "ticker": "6997", "exchange": "Tokyo Stock Exchange", "lei": "3538000QDJZYW8EVSQ98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CHEMI-CON_logo_Blue.svg", "description": "Japanese manufacturer of electrolytic capacitors", "sitelinks": 6, "importance": 0.5313, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q130324498"}]}
417 +{"wikidata_id": "Q156034", "display_name": "Pioneer Corporation", "legal_name": null, "aliases": ["Pioneer", "Fukuin Denki", "Fukuin Shokai Denki Seisakusho", "Paionia Kabushiki-kaisha", "Pioneer Electronic Corporation"], "website": "https://pioneer.jp", "canonical_domain": "pioneer.jp", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1938, "employees": 16763, "public_company": false, "ticker": null, "exchange": null, "lei": "529900FMD63FL5J25N14", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pioneer_logo.svg", "description": "Japanese electronics company", "sitelinks": 40, "importance": 0.5312, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
418 +{"wikidata_id": "Q6721006", "display_name": "Maaden", "legal_name": "شركة التعدين العربية السعودية", "aliases": ["Maʿaden", "Saudi Arabian Mining"], "website": "https://www.maaden.com.sa", "canonical_domain": "maaden.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["mining"], "industry_labels": ["mining of metal ores"], "founded_year": 1997, "employees": 6149, "public_company": true, "ticker": "1211", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ma%27aden.svg", "description": "Saudi mining company", "sitelinks": 6, "importance": 0.5309, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
419 +{"wikidata_id": "Q11361559", "display_name": "Nachi-Fujikoshi", "legal_name": null, "aliases": ["Nachi-Fujikoshi Corp.", "Nachi-Fujikoshi Corp. (Japan)"], "website": "https://www.nachi-fujikoshi.co.jp", "canonical_domain": "nachi-fujikoshi.co.jp", "country": "JP", "hq_city": "Toyama", "hq_region": "Toyama Prefecture", "lat": 36.69592, "lon": 137.21369, "industries": [], "industry_labels": [], "founded_year": 1928, "employees": 6070, "public_company": true, "ticker": "6474", "exchange": "Tokyo Stock Exchange", "lei": "353800VMZ8DPGXDO5U37", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nachi-Fujikoshi_Corp._Logo.svg", "description": "Japanese corporation", "sitelinks": 6, "importance": 0.5307, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
420 +{"wikidata_id": "Q122549", "display_name": "Shochiku", "legal_name": null, "aliases": ["Shōchiku", "Shochiku Co.", "Ltd."], "website": "https://www.shochikufilms.com", "canonical_domain": "shochikufilms.com", "country": "JP", "hq_city": "Tsukiji", "hq_region": "Chūō", "lat": 35.66464, "lon": 139.77029, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "9601", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shochiku_logo_%28text%29.svg", "description": "Japanese movie studio and production company for kabuki", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
421 +{"wikidata_id": "Q12581039", "display_name": "FNC Entertainment", "legal_name": "주식회사 에프엔씨엔터테인먼트", "aliases": ["FNC", "FNC ENTERTAINMENT Co.", "Ltd."], "website": "https://www.fncent.com", "canonical_domain": "fncent.com", "country": "KR", "hq_city": "Cheongdam-dong", "hq_region": "Gangnam District", "lat": 37.525, "lon": 127.049, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "173940", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FNC_ENTERTAINMENT_10th_Anniversary_Logo.png", "description": "South Korean entertainment company", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
422 +{"wikidata_id": "Q1479375", "display_name": "MTR Corporation Limited", "legal_name": null, "aliases": ["MTR", "MTRC", "MTR Corporation", "MTRCL"], "website": "https://www.mtr.com.hk", "canonical_domain": "mtr.com.hk", "country": "CN", "hq_city": "Kowloon Bay", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.2, "industries": ["transportation", "real-estate"], "industry_labels": ["public transport", "real estate development"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "MTRJY", "exchange": "OTCBB", "lei": "254900IH4U9NHH9AQM97", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTR_Shenzhen_logo.svg", "description": "transport services company and property developer in Hong Kong", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
423 +{"wikidata_id": "Q1557223", "display_name": "Lawson", "legal_name": "株式会社ローソンジャパン", "aliases": ["LAWSON", "INC."], "website": "https://www.lawson.jp", "canonical_domain": "lawson.jp", "country": "JP", "hq_city": "Ōsaki", "hq_region": "Shinagawa", "lat": 35.61973, "lon": 139.72797, "industries": ["food-beverage"], "industry_labels": ["food retail sector"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "2651", "exchange": "Tokyo Stock Exchange", "lei": "529900IWO8XQO92PR233", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lawson_logo.svg", "description": "Japanese multinational convenience store franchise", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
424 +{"wikidata_id": "Q245283", "display_name": "Zyxel", "legal_name": "Zyxel Communications Corporation", "aliases": ["ZyXEL", "Zyxel Communications", "Zyxel Networks"], "website": "https://www.zyxel.com", "canonical_domain": "zyxel.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["telecommunications", "technology"], "industry_labels": ["telecommunications industry", "electronics industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3704", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zyxel_2016_logo.svg", "description": "Taiwanese manufacturer of networking hardware", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
425 +{"wikidata_id": "Q486923", "display_name": "HMM", "legal_name": null, "aliases": ["Hyundai Merchant Marine"], "website": "https://www.hmm21.com", "canonical_domain": "hmm21.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "011200", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HMM_Logo_Basic_Form.svg", "description": "South Korean shipping line", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
426 +{"wikidata_id": "Q790686", "display_name": "Avex Group", "legal_name": "エイベックス株式会社", "aliases": ["Avex Inc."], "website": "https://www.avex.co.jp", "canonical_domain": "avex.co.jp", "country": "JP", "hq_city": "Izumi Garden Tower", "hq_region": "Roppongi", "lat": 35.66467, "lon": 139.73938, "industries": ["entertainment"], "industry_labels": ["music industry", "phonographic industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "7860", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avex_logo_2017.svg", "description": "Japanese entertainment conglomerate", "sitelinks": 22, "importance": 0.5296, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
427 +{"wikidata_id": "Q1622293", "display_name": "State Oil Company of Azerbaijan Republic", "legal_name": null, "aliases": ["Socar", "SOCAR"], "website": "https://www.socarenergy.ch", "canonical_domain": "socarenergy.ch", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": 70000, "public_company": false, "ticker": null, "exchange": null, "lei": "2549002HARR1VE257O76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_SOCAR.svg", "description": "wholly state-owned national oil company headquartered in Baku, Azerbaijan", "sitelinks": 32, "importance": 0.5291, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
428 +{"wikidata_id": "Q1993298", "display_name": "Nippon Express", "legal_name": "日本通運株式会社", "aliases": ["NX", "Nippon Express Co.", "Ltd."], "website": "https://www.nipponexpress.com", "canonical_domain": "nipponexpress.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.69892, "lon": 139.77972, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1937, "employees": 35174, "public_company": true, "ticker": null, "exchange": null, "lei": "529900NTHOQWZAW95H82", "sec_cik": null, "parent": {"wikidata_id": "Q113693662", "name": "Nippon Express Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NX_logo.svg", "description": "Japanese logistics company", "sitelinks": 13, "importance": 0.529, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
429 +{"wikidata_id": "Q16924332", "display_name": "DJI", "legal_name": null, "aliases": ["Da-Jiang Innovations", "DJI Innovations", "DJI-Innovations", "Shenzhen Da-Jiang Innovations Technology Company"], "website": "https://www.dji.com", "canonical_domain": "dji.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology", "robotics"], "industry_labels": ["electronics", "information technology", "unmanned aerial vehicle", "electronics industry"], "founded_year": 2006, "employees": 14000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DJI_Innovations_logo.svg", "description": "Chinese technology company", "sitelinks": 39, "importance": 0.526, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
430 +{"wikidata_id": "Q1332242", "display_name": "Tokyu", "legal_name": "Tokyu Corporation", "aliases": ["Tōkyū", "Tōkyū Corporation"], "website": "https://www.tokyu.co.jp", "canonical_domain": "tokyu.co.jp", "country": "JP", "hq_city": "Nanpeidaichō", "hq_region": "Shibuya", "lat": 35.65438, "lon": 139.69608, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "9005", "exchange": "Tokyo Stock Exchange", "lei": "3538005PGNIBTZYXAE45", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyu_Corporation_Logo.svg", "description": "Japanese conglomerate holding company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
431 +{"wikidata_id": "Q1575470", "display_name": "Hang Seng Bank", "legal_name": "Hang Seng Bank Limited", "aliases": [], "website": "https://www.hangseng.com", "canonical_domain": "hangseng.com", "country": "CN", "hq_city": "Central", "hq_region": "Central and Western District", "lat": 22.28194, "lon": 114.15806, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "0011", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong bank", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
432 +{"wikidata_id": "Q174453", "display_name": "SSE Composite Index", "legal_name": null, "aliases": ["Shanghai Composite", "SSE Composite"], "website": "https://english.sse.com.cn", "canonical_domain": "sse.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000001", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock market index", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
433 +{"wikidata_id": "Q2094989", "display_name": "Sumitomo Mitsui Financial Group", "legal_name": "Sumitomo Mitsui Financial Group, Inc.", "aliases": ["SMFG"], "website": "https://www.smfg.co.jp", "canonical_domain": "smfg.co.jp", "country": "JP", "hq_city": "Sumitomo Mitsui Banking Corporation Head Office Building", "hq_region": "Chiyoda", "lat": 35.6849, "lon": 139.7623, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "8316", "exchange": "Tokyo Stock Exchange", "lei": "35380028MYWPB6AUO129", "sec_cik": "1022837", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SMFG_logo_2018.svg", "description": "Japanese bank", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
434 +{"wikidata_id": "Q2271746", "display_name": "Tose Co.", "legal_name": null, "aliases": ["Tose", "TOSE", "Ltd.", "Tose Softwarw"], "website": "https://www.tose.co.jp", "canonical_domain": "tose.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "4728", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
435 +{"wikidata_id": "Q28452620", "display_name": "Anker", "legal_name": null, "aliases": ["Anker Innovations", "Anker Technology"], "website": "https://www.anker.com", "canonical_domain": "anker.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "300866", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anker_Innovations_logo.svg", "description": "brand of electronics and accessories", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
436 +{"wikidata_id": "Q2915481", "display_name": "Israel Electric Corporation", "legal_name": "חברת החשמל לישראל בע\"מ", "aliases": ["Israel Electric Corporation (Israel)", "Palestine Electric Corporation Ltd", "The Israel Electric Corp. Ltd."], "website": "https://www.iec.co.il", "canonical_domain": "iec.co.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "ELEC", "exchange": "Tel Aviv Stock Exchange", "lei": "254900JW7GE35YNJGJ55", "sec_cik": null, "parent": null, "logo_url": null, "description": "largest supplier of electrical power in Israel", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
437 +{"wikidata_id": "Q30850", "display_name": "Nagoya Railroad", "legal_name": "Nagoya Railroad Co., Ltd.", "aliases": ["Meitetsu"], "website": "https://www.meitetsu.co.jp", "canonical_domain": "meitetsu.co.jp", "country": "JP", "hq_city": "Meitetsu Bus Center", "hq_region": "Nakamura-ku", "lat": 35.16853, "lon": 136.88417, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "9048", "exchange": "Tokyo Stock Exchange", "lei": "353800P62OOYUY3I8T51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meitetsu_logo_full.svg", "description": "railroad company operating around Aichi Prefecture and Gifu Prefecture of Japan", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6810409"}]}
438 +{"wikidata_id": "Q3291801", "display_name": "Sun Pharmaceutical", "legal_name": null, "aliases": ["Sun Pharma"], "website": "https://www.sunpharma.com", "canonical_domain": "sunpharma.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "SUNPHARMA", "exchange": "National Stock Exchange of India", "lei": "335800KJ7GE29LB4SS73", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Sun_Pharmaceutical.png", "description": "Indian multinational pharmaceutical company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
439 +{"wikidata_id": "Q488470", "display_name": "Korea Aerospace Industries", "legal_name": null, "aliases": ["KAI"], "website": "https://www.koreaaero.com", "canonical_domain": "koreaaero.com", "country": "KR", "hq_city": "Sacheon", "hq_region": "South Gyeongsang", "lat": 35.23472, "lon": 128.3575, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "047810", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korea_Aerospace_Industries_logo.svg", "description": "aerospace manufacturer in south korea", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
440 +{"wikidata_id": "Q528842", "display_name": "Astellas Pharma", "legal_name": null, "aliases": ["Asuterasu Seiyaku Kabushiki-gaisha", "Astellas Pharma Inc.", "Yamanouchi Pharmaceutical Company"], "website": "https://www.astellas.com", "canonical_domain": "astellas.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "4503", "exchange": "Tokyo Stock Exchange", "lei": "529900IB708DY2HBBB35", "sec_cik": "1446390", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astellas_logo.svg", "description": "company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
441 +{"wikidata_id": "Q8073715", "display_name": "Zomato", "legal_name": "Zomato Media Private Limited", "aliases": ["Zomato Media", "Zomato Private Limited"], "website": "https://www.zomato.com", "canonical_domain": "zomato.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["logistics"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ZOMATO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zomato_logo.png", "description": "Indian food delivery service", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
442 +{"wikidata_id": "Q854820", "display_name": "Bharat Heavy Electricals Limited", "legal_name": null, "aliases": ["BHEL"], "website": "https://www.bhel.com", "canonical_domain": "bhel.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "BHEL", "exchange": "National Stock Exchange of India", "lei": "3358007X5FQ2R445Z747", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BHEL_logo.svg", "description": "company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
443 +{"wikidata_id": "Q908961", "display_name": "Dr. Reddy's Laboratories", "legal_name": null, "aliases": ["Dr. Reddy's Laboratories Limited", "Dr. Reddy's"], "website": "https://www.drreddys.com", "canonical_domain": "drreddys.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "RDY", "exchange": "New York Stock Exchange", "lei": "335800OVDPY3DVZR2798", "sec_cik": "1135951", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dr.Reddy%27s_logo.jpg", "description": "Indian integrated pharmaceutical company", "sitelinks": 21, "importance": 0.525, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
444 +{"wikidata_id": "Q11299598", "display_name": "Kureha", "legal_name": null, "aliases": ["K.K. Kureha", "Kabushiki kaisha Kureha", "Kureha Chemical Industries", "KUREHA CORPORATION"], "website": "https://www.kureha.co.jp", "canonical_domain": "kureha.co.jp", "country": "JP", "hq_city": "Nihonbashi-Hamachō", "hq_region": "Chūō", "lat": 35.68799, "lon": 139.78855, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1944, "employees": 4080, "public_company": true, "ticker": "4023", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kureha_company_logo.svg", "description": "Japanese manufacturer of specialty chemicals, polymers and agrichemicals", "sitelinks": 6, "importance": 0.5249, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
445 +{"wikidata_id": "Q16767532", "display_name": "Samsung Biologics", "legal_name": null, "aliases": ["Samsung BioLogics", "Samsung Biologics Co Ltd", "Samsung Biologics Co.", "Ltd."], "website": "https://www.samsungbiologics.com", "canonical_domain": "samsungbiologics.com", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 2011, "employees": 1532, "public_company": true, "ticker": "207940", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean company", "sitelinks": 7, "importance": 0.5248, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
446 +{"wikidata_id": "Q406828", "display_name": "Air Astana", "legal_name": null, "aliases": ["KC", "KZR"], "website": "https://www.airastana.com", "canonical_domain": "airastana.com", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": 4600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q739416", "name": "BAE Systems"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AirAstanaNewLogo.png", "description": "Flag carrier of Kazakhstan", "sitelinks": 45, "importance": 0.5246, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
447 +{"wikidata_id": "Q1049887", "display_name": "Castro Model Ltd.", "legal_name": "קסטרו מודל בע\"מ", "aliases": ["Castro clothing", "Castro model"], "website": "https://www.castro.com", "canonical_domain": "castro.com", "country": "IL", "hq_city": "Bat Yam", "hq_region": "Tel Aviv District", "lat": 32.02306, "lon": 34.75028, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1973, "employees": 1457, "public_company": true, "ticker": "CAST", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Castro_%28clothing%29_logo.png", "description": "Israeli clothing company", "sitelinks": 7, "importance": 0.5241, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
448 +{"wikidata_id": "Q4062746", "display_name": "Almalyk mining and metallurgical complex", "legal_name": null, "aliases": ["Almalyk mining and metallurgical complex joint stock kompany", "JSC \"Almalyk MMC\""], "website": "https://agmk.uz", "canonical_domain": "agmk.uz", "country": "UZ", "hq_city": "Olmaliq", "hq_region": "Tashkent Region", "lat": 40.85, "lon": 69.6, "industries": ["mining"], "industry_labels": [], "founded_year": 1949, "employees": 36000, "public_company": true, "ticker": "AGMK", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.5211, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
449 +{"wikidata_id": "Q4120421", "display_name": "AsiaCell", "legal_name": null, "aliases": [], "website": "https://www.asiacell.com", "canonical_domain": "asiacell.com", "country": "IQ", "hq_city": "Sulaymaniyah", "hq_region": "Kurdistan Region of Iraq", "lat": 35.55, "lon": 45.43333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": 2936, "public_company": true, "ticker": "TASC", "exchange": "Iraq Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4120421", "name": "AsiaCell"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asiacell_Arabic_Logo.jpg", "description": "telecommunications company in Iraq", "sitelinks": 6, "importance": 0.5202, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
450 +{"wikidata_id": "Q1073327", "display_name": "China Merchants Bank", "legal_name": "CHINA MERCHANTS BANK CO., LTD.", "aliases": [], "website": "https://www.cmbchina.com", "canonical_domain": "cmbchina.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "600036", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
451 +{"wikidata_id": "Q1142226", "display_name": "falcom.co.jp", "legal_name": null, "aliases": [], "website": "https://www.falcom.co.jp", "canonical_domain": "falcom.co.jp", "country": "JP", "hq_city": "Tachikawa", "hq_region": "Tokyo", "lat": 35.71394, "lon": 139.40792, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "3723", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nihon_Falcom.svg", "description": "Japanese video game developer", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
452 +{"wikidata_id": "Q1207071", "display_name": "Icom Incorporated", "legal_name": null, "aliases": ["Inoue", "I.C.E.", "I.E.W.", "Inoue Communication Electronics", "Inoue Electric Works"], "website": "https://www.icomjapan.com", "canonical_domain": "icomjapan.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6820", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Icom_logo.svg", "description": "Japanese manufacturer of radio transmitting and receiving equipment, founded in 1954", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
453 +{"wikidata_id": "Q1371239", "display_name": "Steel Authority of India Limited", "legal_name": null, "aliases": ["SAIL", "Steel Authority of India"], "website": "https://www.sail.co.in", "canonical_domain": "sail.co.in", "country": "IN", "hq_city": "India", "hq_region": null, "lat": 22.8, "lon": 83.0, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "SAIL", "exchange": "National Stock Exchange of India", "lei": "335800ZJXMF183ZCQI90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Steel_Authority_of_India_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5316422"}, {"related_domain_conflict": "Q7371308"}, {"related_domain_conflict": "Q4938736"}]}
454 +{"wikidata_id": "Q140676", "display_name": "Rediff", "legal_name": null, "aliases": [], "website": "https://www.rediff.com", "canonical_domain": "rediff.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["internet"], "industry_labels": ["online service"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "REDF", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rediff%28dot%29com_logo.gif", "description": "Indian news and entertainment website", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
455 +{"wikidata_id": "Q1549408", "display_name": "TEAC Corporation", "legal_name": null, "aliases": ["Tiakku Kabushiki-gaisha", "Tokyo Electro Acoustic Company"], "website": "https://www.teac.co.jp", "canonical_domain": "teac.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "6803", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q210278", "name": "Gibson Brands"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TEAC_%28logo%29.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
456 +{"wikidata_id": "Q1576915", "display_name": "Koei Tecmo Holdings", "legal_name": null, "aliases": ["Koei", "Koei Tecmo", "Koei Tecmo Holdings Co.", "Ltd.", "Tecmo Koei", "Tecmo Koei Holdings"], "website": "https://www.koeitecmo.co.jp", "canonical_domain": "koeitecmo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "3635", "exchange": "Tokyo Stock Exchange", "lei": "353800RQ25FIYLPYXP11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koei_Tecmo_Holdings_logo.svg", "description": "Japanese entertainment holding company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
457 +{"wikidata_id": "Q16174772", "display_name": "Rainbow Bridge World", "legal_name": null, "aliases": ["Rainbowbridge World", "RBW (record label)", "RBW", "Inc.", "WA Entertainment"], "website": "https://www.rbbridge.com", "canonical_domain": "rbbridge.com", "country": "KR", "hq_city": "Dongdaemun District", "hq_region": "Seoul", "lat": 37.57418, "lon": 127.03988, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "361570", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RBW_Logo.jpg", "description": "South Korean record label", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
458 +{"wikidata_id": "Q17684312", "display_name": "Kakao", "legal_name": null, "aliases": ["Daum Kakao"], "website": "https://www.kakaocorp.com", "canonical_domain": "kakaocorp.com", "country": "KR", "hq_city": "Jeju", "hq_region": "Jeju Province", "lat": 33.50972, "lon": 126.52194, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "035720", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kakao_CI_yellow.svg", "description": "South Korean internet company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
459 +{"wikidata_id": "Q2064074", "display_name": "United Overseas Bank", "legal_name": null, "aliases": ["UOB", "UOB Group"], "website": "https://www.uob.com.vn", "canonical_domain": "uob.com.vn", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "UOVEF", "exchange": "OTC Markets Group", "lei": "IO66REGK3RCBAMA8HR66", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UOB_Logo_%282022%29.svg", "description": "Singaporean multinational banking organization", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
460 +{"wikidata_id": "Q20732498", "display_name": "Miniso", "legal_name": "MINISO Group Holding Limited", "aliases": [], "website": "https://www.miniso.com", "canonical_domain": "miniso.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "MNSO", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1815846", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miniso_2023.svg", "description": "Global IP Collection Store", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1815846", "enriched_at": "2026-09-13T07:23:12+00:00"}}
461 +{"wikidata_id": "Q3045976", "display_name": "CIMB", "legal_name": null, "aliases": ["CIMB Group", "CIMB Group Holdings Berhad", "CIMB GROUP HOLDINGS BERHAD", "Cimb Group Holdings Berhad", "Cimb Group Holdings Bhd."], "website": "https://www.cimb.com", "canonical_domain": "cimb.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "1023", "exchange": "Bursa Malaysia", "lei": "549300FYDN5UD7USZW18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CIMB_Group_Logo.svg", "description": "Malaysian financial company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1004836"}]}
462 +{"wikidata_id": "Q447855", "display_name": "Aluminum Corporation of China", "legal_name": null, "aliases": ["Aluminum Corporation of China Limited", "Chalco", "Chinalco"], "website": "https://www.chalco.com.cn", "canonical_domain": "chalco.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "601600", "exchange": "Shanghai Stock Exchange", "lei": "529900TKZUWQLIQN6T48", "sec_cik": null, "parent": null, "logo_url": null, "description": "State-owned aluminium company headquartered in Beijing, China", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
463 +{"wikidata_id": "Q486002", "display_name": "Doosan Group", "legal_name": null, "aliases": [], "website": "https://www.doosan.com", "canonical_domain": "doosan.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "000150", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doosan_EB.jpg", "description": "South Korean conglomerate company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11235888"}]}
464 +{"wikidata_id": "Q553927", "display_name": "Marubeni", "legal_name": null, "aliases": [], "website": "https://www.marubeni.com", "canonical_domain": "marubeni.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": ["sōgō shōsha"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8002", "exchange": "Tokyo Stock Exchange", "lei": "4P4N3ORD02UGQT1T1W12", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marubeni_Logo.svg", "description": "Japanese trading company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
465 +{"wikidata_id": "Q592182", "display_name": "Eizo", "legal_name": null, "aliases": ["EIZO Corporation", "Eizo Nanao Corporation"], "website": "https://www.eizo.co.jp", "canonical_domain": "eizo.co.jp", "country": "JP", "hq_city": "Hakusan", "hq_region": "Ishikawa Prefecture", "lat": 36.51442, "lon": 136.56558, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "6737", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EIZO_Logo.svg", "description": "company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
466 +{"wikidata_id": "Q638231", "display_name": "Larsen & Toubro", "legal_name": null, "aliases": ["L&T", "L&T India"], "website": "https://www.larsentoubro.com", "canonical_domain": "larsentoubro.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "LTOUF", "exchange": "OTC Markets Group", "lei": "3358003FR3JIC5FRXA90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/L%26T.png", "description": "Indian multinational conglomerate company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
467 +{"wikidata_id": "Q650745", "display_name": "Mitsubishi Corporation", "legal_name": null, "aliases": ["Kowa Jitsugyo Kaisha", "Mitsubishi Shoji", "Mitsubishi Shōji Kabushiki-Gaisha"], "website": "https://www.mitsubishicorp.com", "canonical_domain": "mitsubishicorp.com", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["retail"], "industry_labels": ["wholesale", "sōgō shōsha"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "8058", "exchange": "Tokyo Stock Exchange", "lei": "KVIPTY4PULAPGC1VVD26", "sec_cik": "877197", "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi-Corporation-Logo.svg", "description": "Japanese trading company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
468 +{"wikidata_id": "Q938668", "display_name": "Sina Corporation", "legal_name": null, "aliases": ["Sina", "SINA", "Sina Blog"], "website": "https://www.sina.com.cn", "canonical_domain": "sina.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["entertainment", "internet"], "industry_labels": ["entertainment industry", "Internet industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "WB", "exchange": "Nasdaq", "lei": "549300ICDICMKPZEUY61", "sec_cik": "1094005", "parent": null, "logo_url": null, "description": "Chinese online media company", "sitelinks": 20, "importance": 0.5201, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
469 +{"wikidata_id": "Q1048495", "display_name": "flydubai", "legal_name": null, "aliases": ["Dubai Aviation Corporation", "FDB", "FlyDubai", "Flydubai air", "FlyDubai Airlines", "FlyDubai airways", "FZ"], "website": "https://www.flydubai.com", "canonical_domain": "flydubai.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": 3321, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12208541", "name": "Government of Dubai"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fly_Dubai_logo_2010_03.svg", "description": "Emirati government-owned low-cost airline based in Dubai, United Arab Emirates", "sitelinks": 45, "importance": 0.5199, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
470 +{"wikidata_id": "Q16499972", "display_name": "OnePlus", "legal_name": null, "aliases": ["OP", "1+", "Miami Oneplus Science & Technology Co.", "Ltd.", "One plus", "One+"], "website": "https://oneplus.com", "canonical_domain": "oneplus.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2013, "employees": 2700, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q123575758", "name": "Guangdong Oplus Holdings Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OP_LU_Reg_1L_RGB_red_copy-01.svg", "description": "Chinese consumer electronics manufacturer, a subsidiary of Oppo", "sitelinks": 46, "importance": 0.5192, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
471 +{"wikidata_id": "Q2469733", "display_name": "Bank of Georgia", "legal_name": null, "aliases": [], "website": "https://bankofgeorgia.ge", "canonical_domain": "bankofgeorgia.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1903, "employees": 6757, "public_company": true, "ticker": null, "exchange": "Georgian Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q132559920", "name": "Lion Finance Group"}, "logo_url": null, "description": "Bank headquartered in Tbilisi, Georgia", "sitelinks": 15, "importance": 0.5191, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
472 +{"wikidata_id": "Q750303", "display_name": "Astra Agro Lestari", "legal_name": "Astra Agro Lestari Tbk", "aliases": ["AALI"], "website": "https://www.astra-agro.co.id", "canonical_domain": "astra-agro.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1981, "employees": 28465, "public_company": true, "ticker": "AALI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4688912", "name": "Astra International"}, "logo_url": null, "description": "Indonesian company", "sitelinks": 4, "importance": 0.5177, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
473 +{"wikidata_id": "Q4855963", "display_name": "Bank Permata", "legal_name": "Bank Permata Tbk", "aliases": ["BNLI"], "website": "https://www.permatabank.com", "canonical_domain": "permatabank.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1954, "employees": 7248, "public_company": true, "ticker": "BNLI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806483", "name": "Bangkok Bank"}, "logo_url": null, "description": "Indonesian company", "sitelinks": 5, "importance": 0.517, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
474 +{"wikidata_id": "Q4726740", "display_name": "Alinco", "legal_name": null, "aliases": ["ALINCO INCORPORATED"], "website": "https://www.alinco.co.jp", "canonical_domain": "alinco.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1940, "employees": 818, "public_company": true, "ticker": "5933", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alinco_logo.svg", "description": "electronics manufacturer", "sitelinks": 7, "importance": 0.5157, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
475 +{"wikidata_id": "Q1101155", "display_name": "Elitegroup Computer Systems", "legal_name": "Elitegroup Computer Systems Co., Ltd.", "aliases": ["ECS"], "website": "https://www.ecs.com.tw", "canonical_domain": "ecs.com.tw", "country": "TW", "hq_city": "Elitegroup Computer Systems Headquarters", "hq_region": null, "lat": 25.07871, "lon": 121.5672, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "2331", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ECS_Elitegroup_logo.svg", "description": "Taiwanese electronics company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
476 +{"wikidata_id": "Q12497654", "display_name": "Mayora Indah", "legal_name": "Mayora Indah Tbk", "aliases": ["MYOR"], "website": "https://www.mayoraindah.co.id", "canonical_domain": "mayoraindah.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods", "food-beverage"], "industry_labels": ["consumer goods industry", "food industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "MYOR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
477 +{"wikidata_id": "Q19548352", "display_name": "CK Hutchison Holdings", "legal_name": "CK Hutchison Holdings Limited", "aliases": [], "website": "https://www.ckh.com.hk", "canonical_domain": "ckh.com.hk", "country": "CN", "hq_city": "Cheung Kong Center", "hq_region": "Central and Western District", "lat": 22.27944, "lon": 114.16028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "0001.HK", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cheung_Kong_Holdings.svg", "description": "Multinational conglomerate headquartered in Hong Kong", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5950760"}]}
478 +{"wikidata_id": "Q2120877", "display_name": "Strauss Group Ltd.", "legal_name": "שטראוס גרופ בע\"מ", "aliases": ["Strauss Elite"], "website": "https://www.strauss-group.co.il", "canonical_domain": "strauss-group.co.il", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "STRS", "exchange": "Tel Aviv Stock Exchange", "lei": "254900GBA9EK5FGVQA80", "sec_cik": "1445208", "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
479 +{"wikidata_id": "Q28056940", "display_name": "Starlux Airlines", "legal_name": null, "aliases": ["JX", "Starwalker", "SJX", "StarLux Airlines", "STARLUX Airlines", "STARLUX Airlines Co.", "Ltd."], "website": "https://www.starlux-airlines.com", "canonical_domain": "starlux-airlines.com", "country": "TW", "hq_city": "Dayuan District", "hq_region": "Taoyuan", "lat": 25.06667, "lon": 121.2, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "2646", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starlux_wordmark.svg", "description": "Taiwanese airline based on Taiwan Taoyuan International Airport", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
480 +{"wikidata_id": "Q31180504", "display_name": "Studio Dragon", "legal_name": "Studio Dragon Corporation", "aliases": [], "website": "https://www.studiodragon.net", "canonical_domain": "studiodragon.net", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "253450", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10854462", "name": "CJ ENM Entertainment Division"}, "logo_url": null, "description": "South Korean TV series production company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
481 +{"wikidata_id": "Q3817853", "display_name": "Wuling Motors", "legal_name": null, "aliases": ["Wuling Motors Holdings Limited"], "website": "https://www.wuling.com", "canonical_domain": "wuling.com", "country": "CN", "hq_city": "Liuzhou", "hq_region": "Guangxi", "lat": 24.3264, "lon": 109.4281, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "0305", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11109624", "name": "Guangxi Automobile Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wuling_Motor_logo.png", "description": "Chinese brand car manufacturer", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
482 +{"wikidata_id": "Q391534", "display_name": "Ezaki Glico", "legal_name": "江崎グリコ株式会社", "aliases": ["Glico", "Ezaki Glico Co.", "Ltd.", "Ezaki Guriko", "Guriko"], "website": "https://www.glico.com", "canonical_domain": "glico.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "2206", "exchange": "Tokyo Stock Exchange", "lei": "3538001RG4BHKDFV6G61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Glico_logo.svg", "description": "Japanese confectionery company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
483 +{"wikidata_id": "Q625647", "display_name": "Netmarble", "legal_name": null, "aliases": [], "website": "https://www.netmarble.net", "canonical_domain": "netmarble.net", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "251270", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netmarble_Logo.svg", "description": "developer, publisher, and sponsor of free online games", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
484 +{"wikidata_id": "Q716979", "display_name": "Sumitomo Corporation", "legal_name": null, "aliases": ["Sumimoto Shoji", "Sumimoto Shōji"], "website": "https://www.sumitomocorp.co.jp", "canonical_domain": "sumitomocorp.co.jp", "country": "JP", "hq_city": "Harumi Island Triton Square", "hq_region": "Harumi", "lat": 35.65751, "lon": 139.78377, "industries": ["retail"], "industry_labels": ["sōgō shōsha"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "8053", "exchange": "Tokyo Stock Exchange", "lei": "V82KK8NH1P0JS71FJC05", "sec_cik": "1099282", "parent": {"wikidata_id": "Q717318", "name": "Sumitomo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Sh%C5%8Dji_logo.svg", "description": "Japanese trading company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
485 +{"wikidata_id": "Q806483", "display_name": "Bangkok Bank", "legal_name": null, "aliases": ["Bangkok Bank Public Company Limited", "Bangkok Bank Public Co.", "Ltd."], "website": "https://www.bangkokbank.com", "canonical_domain": "bangkokbank.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "BBL", "exchange": "Stock Exchange of Thailand", "lei": "549300CCL2BKJGMYXV60", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bangkok_Bank_2023_%28English_version%29.svg", "description": "financial institution in Thailand", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
486 +{"wikidata_id": "Q843957", "display_name": "Nippon BS Broadcasting", "legal_name": null, "aliases": ["BS11"], "website": "https://www.bs11.jp", "canonical_domain": "bs11.jp", "country": "JP", "hq_city": "Kanda-Surugadai", "hq_region": "Chiyoda", "lat": 35.69936, "lon": 139.76374, "industries": ["media"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "9414", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4903531", "name": "Bic Camera"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BS11_logo.svg", "description": "Japanese radio company", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
487 +{"wikidata_id": "Q903957", "display_name": "Icl Group Ltd", "legal_name": "איי.סי.אל גרופ בע\"מ", "aliases": ["ICL", "Israel Chemicals"], "website": "https://www.icl-group.com", "canonical_domain": "icl-group.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ICL", "exchange": "Tel Aviv Stock Exchange", "lei": "529900FQVQD88SHIGM04", "sec_cik": "941221", "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Israel_Chemicals_LtdLogo.png", "description": "Global manufacturer of mineral based products", "sitelinks": 19, "importance": 0.5149, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "941221", "enriched_at": "2026-09-13T07:23:12+00:00"}}
488 +{"wikidata_id": "Q487164", "display_name": "Telecom Armenia", "legal_name": "Տելեկոմ Արմենիա", "aliases": ["Team Telecom Armenia"], "website": "https://telecomarmenia.am", "canonical_domain": "telecomarmenia.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["internet", "telecommunications", "media"], "industry_labels": ["internet service provider", "Internet Protocol television", "cellular network", "telecommunications industry", "telephone network"], "founded_year": 2020, "employees": 1911, "public_company": true, "ticker": "AMTL", "exchange": "Armenia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telecom_Armenia.svg", "description": "Armenian telecommunications company", "sitelinks": 6, "importance": 0.514, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
489 +{"wikidata_id": "Q497825", "display_name": "OCI Company Ltd.", "legal_name": null, "aliases": [], "website": "https://www.oci.co.kr", "canonical_domain": "oci.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1959, "employees": 5200, "public_company": true, "ticker": "010060", "exchange": "Korean Stock Exchange", "lei": "988400XZQA7CG16LDK87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OCI_Logo.svg", "description": "company", "sitelinks": 5, "importance": 0.5122, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
490 +{"wikidata_id": "Q6956890", "display_name": "Nabil Bank Limited", "legal_name": null, "aliases": ["Nabil Bank", "Nabil Bank Ltd", "Nabil Bank Ltd"], "website": "https://www.nabilbank.com", "canonical_domain": "nabilbank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1984, "employees": 5000, "public_company": true, "ticker": "NABIL", "exchange": "Nepal Stock Exchange", "lei": "254900860GPB3ZDW1548", "sec_cik": null, "parent": null, "logo_url": null, "description": "Nation's first private sector bank", "sitelinks": 5, "importance": 0.5117, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
491 +{"wikidata_id": "Q124650335", "display_name": "OmniVision Group", "legal_name": null, "aliases": ["OmniVision Integrated Circuits Group", "Inc."], "website": "https://www.omnivision-group.com", "canonical_domain": "omnivision-group.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing", "semiconductors"], "industry_labels": [], "founded_year": 2014, "employees": 4800, "public_company": true, "ticker": "603501", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OmniVision.png", "description": "Chinese fabless semiconductor manufacturing company", "sitelinks": 5, "importance": 0.5111, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
492 +{"wikidata_id": "Q1030691", "display_name": "NTT Data Group", "legal_name": "株式会社NTTデータグループ", "aliases": ["NTT DATA"], "website": "https://www.nttdata.com", "canonical_domain": "nttdata.com", "country": "JP", "hq_city": "Toyosu", "hq_region": "Kōtō", "lat": 35.64431, "lon": 139.78466, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "9613", "exchange": "Tokyo Stock Exchange", "lei": "5493002EC5B5JPXBH349", "sec_cik": null, "parent": {"wikidata_id": "Q1054787", "name": "NTT, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NTT-Data-Logo.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5852793"}]}
493 +{"wikidata_id": "Q1073236", "display_name": "China Communications Construction Company", "legal_name": "China Communications Construction Company, Ltd.", "aliases": ["CCCC", "Ltd."], "website": "https://en.ccccltd.cn", "canonical_domain": "ccccltd.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "601800", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109245226", "name": "China Communications Construction Group Corporation Limited"}, "logo_url": null, "description": "Chinese state-owned company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
494 +{"wikidata_id": "Q12620655", "display_name": "Coupang", "legal_name": null, "aliases": ["Coupang Corp. (Seoul)"], "website": "https://www.coupang.com", "canonical_domain": "coupang.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "CPNG", "exchange": "New York Stock Exchange", "lei": "549300XR4L1D80AK4W76", "sec_cik": "1834584", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coupang_logo.svg", "description": "eCommerce website and enterprise in Seoul, South Korea", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
495 +{"wikidata_id": "Q1410821", "display_name": "Industrial Bank Co.", "legal_name": null, "aliases": ["Industrial Bank"], "website": "https://www.cib.com.cn", "canonical_domain": "cib.com.cn", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "601166", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese commercial bank", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
496 +{"wikidata_id": "Q1439934", "display_name": "Kingsoft", "legal_name": null, "aliases": ["Kingsoft Corporation"], "website": "https://www.kingsoft.com", "canonical_domain": "kingsoft.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["gaming", "software", "internet"], "industry_labels": ["video game industry", "software industry", "Internet industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3888", "exchange": "Hong Kong Stock Exchange", "lei": "529900UVT35D3Q7YQY41", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese software company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
497 +{"wikidata_id": "Q1648148", "display_name": "Sumitomo Rubber Industries", "legal_name": null, "aliases": ["SRI", "Sumitomo Gomu Kōgyo Kabushiki-gaisha", "Sumitomo Rubber", "Ltd."], "website": "https://www.srigroup.co.jp", "canonical_domain": "srigroup.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Kobe", "lat": 34.68972, "lon": 135.195, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "5110", "exchange": "Tokyo Stock Exchange", "lei": "353800JD4V72SJ3EOX37", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Rubber_Industries_logo_2.svg", "description": "Japanese rubber company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
498 +{"wikidata_id": "Q1654229", "display_name": "Inpex", "legal_name": null, "aliases": ["INPEX"], "website": "https://www.inpex.co.jp", "canonical_domain": "inpex.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "1605", "exchange": "Tokyo Stock Exchange", "lei": "353800VHYYADPR6MXQ47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inpex_logo.svg", "description": "oil/gas exploration company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
499 +{"wikidata_id": "Q168115", "display_name": "Toray Industries", "legal_name": "Toray Industries, Inc.", "aliases": ["Toray", "Inc.", "Tōre Kabushiki-gaisha"], "website": "https://www.toray.co.jp", "canonical_domain": "toray.co.jp", "country": "JP", "hq_city": "Nihonbashi Mitsui Tower", "hq_region": "Nihonbashi-Muromachi", "lat": 35.68694, "lon": 139.77306, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "3402", "exchange": "Tokyo Stock Exchange", "lei": "35380099TCYR5FHT0A11", "sec_cik": "774547", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toray_logo.svg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
500 +{"wikidata_id": "Q1778084", "display_name": "Mitsui O.S.K. Lines", "legal_name": null, "aliases": ["MOL", "Navix Line"], "website": "https://www.mol.co.jp", "canonical_domain": "mol.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "9104", "exchange": "Tokyo Stock Exchange", "lei": "353800P8O843TMAZ6S09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_O.S.K._Lines_logo.svg", "description": "shipping company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
501 +{"wikidata_id": "Q1779684", "display_name": "Yokogawa Electric", "legal_name": null, "aliases": ["Yokogawa Electric Corporation"], "website": "https://www.yokogawa.com", "canonical_domain": "yokogawa.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["information technology", "electrical device"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "6841", "exchange": "Tokyo Stock Exchange", "lei": "529900MV0U7C9WWF4L22", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yokogawa.png", "description": "Japanese electrical engineering company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
502 +{"wikidata_id": "Q1923795", "display_name": "Yuke's", "legal_name": null, "aliases": ["Yuke's Co.", "Ltd."], "website": "https://www.yukes.co.jp", "canonical_domain": "yukes.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "4334", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
503 +{"wikidata_id": "Q2058024", "display_name": "Takashimaya", "legal_name": null, "aliases": [], "website": "https://www.takashimaya.co.jp", "canonical_domain": "takashimaya.co.jp", "country": "JP", "hq_city": "Nankai Building", "hq_region": "Namba", "lat": 34.66488, "lon": 135.50096, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1829, "employees": null, "public_company": true, "ticker": "8233", "exchange": "Tokyo Stock Exchange", "lei": "353800IFO566STDN4V78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takashimaya-Logo.svg", "description": "Japanese department store", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
504 +{"wikidata_id": "Q2298387", "display_name": "Sun Corporation", "legal_name": null, "aliases": ["Sunsoft"], "website": "https://www.sun-denshi.co.jp", "canonical_domain": "sun-denshi.co.jp", "country": "JP", "hq_city": "Kōnan-shi", "hq_region": "Aichi Prefecture", "lat": 35.33208, "lon": 136.87067, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "6736", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q127601113", "name": "Sun Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunsoft_logo.svg", "description": "Japanese video gaming publisher", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q127601113"}]}
505 +{"wikidata_id": "Q2305438", "display_name": "Telkom Indonesia", "legal_name": "PT Telekomunikasi Indonesia (Persero) Tbk", "aliases": ["Telkom", "Perumtel", "Perusahaan Umum Telekomunikasi", "PT Telekomunikasi Indonesia Tbk", "PT Telkom Indonesia (Persero) Tbk", "PT Telkom Indonesia Tbk", "Telkom Indonesia (Persero)", "TLKM"], "website": "https://www.telkom.co.id", "canonical_domain": "telkom.co.id", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["telecommunications", "transportation"], "industry_labels": ["telecommunications industry", "infrastructure industry"], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "TLKM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": "1001807", "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": null, "description": "state-owned telecommunication company in Indonesia", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
506 +{"wikidata_id": "Q250362", "display_name": "Israel Discount Bank Ltd.", "legal_name": "בנק דיסקונט לישראל בע\"מ", "aliases": [], "website": "https://www.discountbank.co.il", "canonical_domain": "discountbank.co.il", "country": "IL", "hq_city": "Rishon LeZion", "hq_region": "Rehovot sub-district", "lat": 31.95, "lon": 34.8, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "DSCT", "exchange": "Tel Aviv Stock Exchange", "lei": "549300XWZ7BG5G23OF51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Discount_Bank%2C_Ltd_logo.svg", "description": "Israeli banking institution", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
507 +{"wikidata_id": "Q28840043", "display_name": "Kioxia", "legal_name": null, "aliases": ["Kioxia Corporation", "Kioxia Holdings Corporation", "Toshiba Memory", "Toshiba Memory Corporation", "Toshiba Memory Holdings Corporation", "Kioxia Corporation (Tokyo)", "KIOXIA CORPORATION (Tokyo)"], "website": "https://www.kioxia.com", "canonical_domain": "kioxia.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "285A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kioxia.svg", "description": "Japanese computer memory manufacturer", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
508 +{"wikidata_id": "Q324901", "display_name": "Transcend Information", "legal_name": null, "aliases": ["Transcend", "Inc."], "website": "https://us.transcend-info.com", "canonical_domain": "transcend-info.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "2451", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transcend_Logo.svg", "description": "Taiwanese manufacturer of memory products", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
509 +{"wikidata_id": "Q38960", "display_name": "China CITIC Bank", "legal_name": null, "aliases": [], "website": "https://www.citicbank.com", "canonical_domain": "citicbank.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "601998", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1023763", "name": "CITIC Limited"}, "logo_url": null, "description": "Chinese bank", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
510 +{"wikidata_id": "Q425880", "display_name": "K Line", "legal_name": null, "aliases": ["Kawasaki Kisen", "Kawasaki Kisen Kaisha", "Kawasaki Kisen Kaisha", "Ltd."], "website": "https://www.kline.co.jp", "canonical_domain": "kline.co.jp", "country": "JP", "hq_city": "Iino Building", "hq_region": "Uchisaiwaichō", "lat": 35.67097, "lon": 139.75278, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "9107", "exchange": "Tokyo Stock Exchange", "lei": "353800FL04R73DS5P870", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K_line_logo.svg", "description": "Japanese shipping company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
511 +{"wikidata_id": "Q483006", "display_name": "LG Display", "legal_name": null, "aliases": ["LG Display Co.", "Ltd", "LG Philips LCD", "LG DISPLAY CO.", "LTD. (Seoul)"], "website": "https://www.lgdisplay.com", "canonical_domain": "lgdisplay.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "LPL", "exchange": "New York Stock Exchange", "lei": "988400P37K91W0SABO95", "sec_cik": "1290109", "parent": {"wikidata_id": "Q162345", "name": "LG Electronics"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG.Philips_LCD_Logo.svg", "description": "South Korean display manufacturer owned by LG", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1290109", "enriched_at": "2026-09-13T07:23:12+00:00"}}
512 +{"wikidata_id": "Q56811344", "display_name": "Luckin Coffee", "legal_name": null, "aliases": ["Luckin Coffee Inc."], "website": "https://www.luckincoffee.com", "canonical_domain": "luckincoffee.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "LKNCY", "exchange": "OTC Markets Group", "lei": "549300FO16ASCVSMYI15", "sec_cik": "1767582", "parent": null, "logo_url": null, "description": "Chinese coffee shop company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1767582", "enriched_at": "2026-09-13T07:23:12+00:00"}}
513 +{"wikidata_id": "Q710318", "display_name": "Yang Ming Marine Transport Corporation", "legal_name": null, "aliases": ["Yang Ming"], "website": "https://www.yangming.com", "canonical_domain": "yangming.com", "country": "TW", "hq_city": "Keelung", "hq_region": "Taiwan", "lat": 25.12825, "lon": 121.7419, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "2609", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yang_Ming_Marine_Transport_headquarters_title_20100923.jpg", "description": "company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
514 +{"wikidata_id": "Q720484", "display_name": "AGC", "legal_name": null, "aliases": ["AGC Kabushiki-gaisha", "Asahi Garasu Kabushiki Kaisha"], "website": "https://www.agc.com", "canonical_domain": "agc.com", "country": "JP", "hq_city": "Shin-Marunouchi Building", "hq_region": "Marunouchi", "lat": 35.68255, "lon": 139.76437, "industries": ["materials"], "industry_labels": ["glass"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "ASGLY", "exchange": "OTC Markets Group", "lei": "JE4WFFEELMVPFZ0G1E77", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AGC_Logo.svg", "description": "Japanese manufacturing company", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
515 +{"wikidata_id": "Q986744", "display_name": "Postal Savings Bank of China", "legal_name": null, "aliases": ["Postal Savings Bank of China Co.", "Ltd.", "PSBC"], "website": "https://www.psbc.com", "canonical_domain": "psbc.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "1658", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese commercial retail bank", "sitelinks": 18, "importance": 0.5096, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
516 +{"wikidata_id": "Q65056153", "display_name": "Pony.ai", "legal_name": null, "aliases": ["Pony AI"], "website": "https://www.pony.ai", "canonical_domain": "pony.ai", "country": "CN", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["automotive"], "industry_labels": ["autonomous car"], "founded_year": 2016, "employees": 1300, "public_company": true, "ticker": "PONY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1969302", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ponyai.png", "description": "autonomous vehicle technology company", "sitelinks": 6, "importance": 0.5084, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1969302", "enriched_at": "2026-09-13T07:23:12+00:00"}}
517 +{"wikidata_id": "Q5213706", "display_name": "Dan Hotels Ltd.", "legal_name": "מלונות דן בע''מ", "aliases": [], "website": "https://www.danhotels.co.il", "canonical_domain": "danhotels.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1947, "employees": 3600, "public_company": true, "ticker": "דן", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli luxury hotels chain", "sitelinks": 5, "importance": 0.5069, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
518 +{"wikidata_id": "Q28134057", "display_name": "Goodbaby International", "legal_name": null, "aliases": ["Goodbaby", "Goodbaby International Holdings Limited"], "website": "https://www.gbinternational.com.hk", "canonical_domain": "gbinternational.com.hk", "country": "CN", "hq_city": "Kunshan", "hq_region": "Suzhou", "lat": 31.38674, "lon": 120.97655, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": 12255, "public_company": true, "ticker": "1086", "exchange": "Hong Kong Stock Exchange", "lei": "5299001OEMI45O3O6H29", "sec_cik": null, "parent": null, "logo_url": null, "description": "international child products company", "sitelinks": 4, "importance": 0.5055, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
519 +{"wikidata_id": "Q589757", "display_name": "MyHeritage", "legal_name": null, "aliases": [], "website": "https://www.myheritage.fr", "canonical_domain": "myheritage.fr", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": ["professional-services", "software"], "industry_labels": ["genealogy"], "founded_year": 2003, "employees": 430, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1563538", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Large_MyHeritage_logo.png", "description": "online genealogy platform with web, mobile, and software products and services", "sitelinks": 52, "importance": 0.5052, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
520 +{"wikidata_id": "Q1087980", "display_name": "Sumitomo Pharma", "legal_name": "Sumitomo Pharma Co., Ltd.", "aliases": ["Dainippon Sumitomo Pharma", "Dainippon Sumitomo Seiyaku Kabushiki-Gaisha"], "website": "https://www.sumitomo-pharma.co.jp", "canonical_domain": "sumitomo-pharma.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "4506", "exchange": "Tokyo Stock Exchange", "lei": "529900D60UKVYLJ2OJ79", "sec_cik": null, "parent": {"wikidata_id": "Q137803", "name": "Sumitomo Chemical"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Pharma_Logo.svg", "description": "Japanese multinational pharmaceutical company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
521 +{"wikidata_id": "Q1185381", "display_name": "Don Quijote", "legal_name": null, "aliases": ["Don Don Donki", "Don Quijote Co.", "Ltd.", "Donki"], "website": "https://www.donki.com", "canonical_domain": "donki.com", "country": "JP", "hq_city": "Aobadai", "hq_region": "Tokyo", "lat": 35.65043, "lon": 139.69403, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7532", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16485533", "name": "Pan Pacific International Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Don_quijote_logo.svg", "description": "Japanese discount chain store", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
522 +{"wikidata_id": "Q1192667", "display_name": "Rohm", "legal_name": null, "aliases": ["ROHM Co.", "Ltd.", "Rōmu Kabushiki-gaisha", "Toyo Electronics Industry Corporation"], "website": "https://www.rohm.co.jp", "canonical_domain": "rohm.co.jp", "country": "JP", "hq_city": "Ukyō Ward", "hq_region": "Kyoto", "lat": 35.01017, "lon": 135.71603, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "6963", "exchange": "Tokyo Stock Exchange", "lei": "5493009V2FGDEP7JFE59", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_ROHM.svg", "description": "company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
523 +{"wikidata_id": "Q1322206", "display_name": "Keikyu", "legal_name": "京浜急行電鉄株式会社", "aliases": ["Keihin Electric Express Railway", "KEIKYU", "Keikyū", "Keikyu Corporation", "Keikyū Corporation"], "website": "https://www.keikyu.co.jp", "canonical_domain": "keikyu.co.jp", "country": "JP", "hq_city": "Keikyu Group Headquarters", "hq_region": "Takashima", "lat": 35.4624, "lon": 139.6261, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "9006", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keikyu_logo.svg", "description": "Japanese railway company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11374296"}]}
524 +{"wikidata_id": "Q1344355", "display_name": "StarFlyer", "legal_name": null, "aliases": ["Star Flyer Inc."], "website": "https://www.starflyer.jp", "canonical_domain": "starflyer.jp", "country": "JP", "hq_city": "Kitakyūshū", "hq_region": "Fukuoka Prefecture", "lat": 33.88342, "lon": 130.87519, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "9206", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/StarFlyer_logo.svg", "description": "Japanese Airline", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
525 +{"wikidata_id": "Q1457152", "display_name": "Sega Sammy Holdings", "legal_name": "SEGA SAMMY HOLDINGS INC.", "aliases": [], "website": "https://www.segasammy.co.jp", "canonical_domain": "segasammy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "6460", "exchange": "Tokyo Stock Exchange", "lei": "5493006B6WMKNQ8QNP51", "sec_cik": "1304885", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sega_Sammy_Holdings_logo.svg", "description": "Japanese holding company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
526 +{"wikidata_id": "Q1475699", "display_name": "Keyence", "legal_name": "Keyence Corporation", "aliases": [], "website": "https://www.keyence.com", "canonical_domain": "keyence.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "6861", "exchange": "Tokyo Stock Exchange", "lei": "529900M7PQBS7A89DZ11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keyence.svg", "description": "Japanese electronics manufacturer", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
527 +{"wikidata_id": "Q1479076", "display_name": "Shanghai Pudong Development Bank", "legal_name": null, "aliases": [], "website": "https://www.spdb.com.cn", "canonical_domain": "spdb.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600000", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SPD_Bank_Logo.svg", "description": "Chinese joint-stock commercial bank", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
528 +{"wikidata_id": "Q1553005", "display_name": "Gudang Garam", "legal_name": "Gudang Garam Tbk", "aliases": ["GARAM", "GGRM"], "website": "https://www.gudanggaramtbk.com", "canonical_domain": "gudanggaramtbk.com", "country": "ID", "hq_city": "Kediri", "hq_region": "East Java", "lat": -7.81111, "lon": 112.00472, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "consumer goods industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "GGRM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gudang_Garam_TBK_logo_%282018%29.svg", "description": "Indonesian cigarette company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
529 +{"wikidata_id": "Q1619376", "display_name": "Hindustan Unilever", "legal_name": null, "aliases": ["Hindustan Unilever Limited", "HUL", "Unilever (India)"], "website": "https://www.hul.co.in", "canonical_domain": "hul.co.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.11374, "lon": 72.85544, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods industry"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "HINDUNILVR", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q157062", "name": "Unilever"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unilever_text_logo.svg", "description": "Indiconsumer goods company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
530 +{"wikidata_id": "Q1640639", "display_name": "Telekom Malaysia", "legal_name": null, "aliases": ["Telekom Malaysia Berhad", "Telekom Malaysia Bhd."], "website": "https://www.tm.com.my", "canonical_domain": "tm.com.my", "country": "MY", "hq_city": "Telekom Tower", "hq_region": "Kuala Lumpur", "lat": 3.11583, "lon": 101.66611, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "4863", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telekom_Malaysia_logo_%282023%29.svg", "description": "Malaysian telecommunications company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7670796"}]}
531 +{"wikidata_id": "Q1812986", "display_name": "Mitsui Fudosan", "legal_name": "Mitsui Fudosan Co., Ltd.", "aliases": [], "website": "https://www.mitsuifudosan.co.jp", "canonical_domain": "mitsuifudosan.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "8801", "exchange": "Tokyo Stock Exchange", "lei": "353800ND4ZKNZDYKMF33", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Fudosan_logo_%282024%29.svg", "description": "Japanese real estate developer", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
532 +{"wikidata_id": "Q18390500", "display_name": "Yuehua Entertainment", "legal_name": null, "aliases": ["YH Entertainment"], "website": "https://www.yuehuamusic.com", "canonical_domain": "yuehuamusic.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["music", "music industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "2306", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yuehua_Entertainment_logo.png", "description": "Chinese multinational entertainment group and talent agency; record label", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
533 +{"wikidata_id": "Q2546713", "display_name": "Marvelous", "legal_name": null, "aliases": ["Marvelous Entertainment", "Marvelous AQL", "Marvelous Inc.", "Marvelous Interactive"], "website": "https://www.marv.jp", "canonical_domain": "marv.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "7844", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marvelous_Inc._logo.svg", "description": "Japanese video game developer and anime producer", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
534 +{"wikidata_id": "Q265176", "display_name": "Qcells", "legal_name": null, "aliases": ["Hanwha Qcells", "Q CELLS", "Q-CELLS"], "website": "https://qcells.com", "canonical_domain": "qcells.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "HQCL", "exchange": "Nasdaq", "lei": null, "sec_cik": "1371541", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QCells_logo_2022.png", "description": "Solar cell manufacturer", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
535 +{"wikidata_id": "Q2979687", "display_name": "HKS", "legal_name": null, "aliases": [], "website": "https://www.hks-global.com", "canonical_domain": "hks-global.com", "country": "JP", "hq_city": "Fujinomiya", "hq_region": "Shizuoka Prefecture", "lat": 35.22211, "lon": 138.62161, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7219", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HKS_%28company%29_logo.png", "description": "publicly traded company headquartered in Fujinomiya, Shizuoka Prefecture, Japan", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
536 +{"wikidata_id": "Q3079736", "display_name": "Fosun International Limited", "legal_name": null, "aliases": ["Fosun"], "website": "https://www.fosun.com", "canonical_domain": "fosun.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "0656", "exchange": "Hong Kong Stock Exchange", "lei": "213800Z99WQEXDF82F09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fosun_logo.svg", "description": "Chinese multinational conglomerate holding company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
537 +{"wikidata_id": "Q3107966", "display_name": "Mitsubishi Chemical Holdings", "legal_name": "Mitsubishi Chemical Holdings Corporation", "aliases": ["Kabushiki-gaisha Mitsubishi Kemikaru Hōrudingusu", "Mitsubishi Chemical Group"], "website": "https://www.mcgc.com", "canonical_domain": "mcgc.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "4188", "exchange": "Tokyo Stock Exchange", "lei": "353800YNKX4RQUGAR072", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Chemical_Holdings_logo.svg", "description": "Japanese chemicals company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
538 +{"wikidata_id": "Q3268422", "display_name": "True Corporation", "legal_name": null, "aliases": ["True", "True 5G", "True Corporation Public Company Limited", "True Corporation Public Co.", "Ltd."], "website": "https://www.true.th", "canonical_domain": "true.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "TRUE", "exchange": "Stock Exchange of Thailand", "lei": "894500HQD71STX0DQK07", "sec_cik": null, "parent": {"wikidata_id": "Q611064", "name": "Charoen Pokphand"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/True_Corporation_%28Thailand%29.svg", "description": "Thai telecommunications company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q13015371"}]}
539 +{"wikidata_id": "Q385101", "display_name": "Oji Holdings", "legal_name": "王子製紙株式会社", "aliases": ["Ōji Hōrudingusu Kabushiki-kaisha", "Oji Paper Company"], "website": "https://www.ojiholdings.co.jp", "canonical_domain": "ojiholdings.co.jp", "country": "JP", "hq_city": "Ginza", "hq_region": "Chūō", "lat": 35.67136, "lon": 139.76562, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "OJIPY", "exchange": "OTC Markets Group", "lei": "529900LVC9GIIYUGE243", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C5%8Cji-Seishi-Logo.svg", "description": "company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
540 +{"wikidata_id": "Q496606", "display_name": "KB Kookmin Bank", "legal_name": null, "aliases": ["KB Financial Group"], "website": "https://www.kbfng.com", "canonical_domain": "kbfng.com", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "KB", "exchange": "New York Stock Exchange", "lei": "549300XXMOJSIW8P4769", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KB_logo.svg", "description": "South Korean banking company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
541 +{"wikidata_id": "Q5629103", "display_name": "HCL Technologies", "legal_name": null, "aliases": ["HCL Technologies Limited", "HCL Technologies Ltd"], "website": "https://www.hcltech.com", "canonical_domain": "hcltech.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["technology", "professional-services", "software"], "industry_labels": ["information technology", "outsourcing", "software development"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "HCLTECH", "exchange": "National Stock Exchange of India", "lei": "549300C1F8OLYSOQYB65", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HCLTech-new-logo.svg", "description": "information technology consulting, outsourcing services and software development company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
542 +{"wikidata_id": "Q626409", "display_name": "LG Uplus", "legal_name": "주식회사 LG유플러스", "aliases": ["LGT", "LG Telecom", "LG U+", "LG Uplus Corp.", "LG Dacom", "Lg Powercomm"], "website": "https://www.uplus.co.kr", "canonical_domain": "uplus.co.kr", "country": "KR", "hq_city": "Hangangno-dong", "hq_region": "Yongsan District", "lat": 37.52646, "lon": 126.96708, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "032640", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16725729", "name": "LG Corp."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_U%2B_CI.svg", "description": "South Korean cellular, broadband, IDC carrier", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
543 +{"wikidata_id": "Q7496874", "display_name": "Shimizu Corporation", "legal_name": null, "aliases": ["Shimizu Kensetsu Kabushiki-gaisha", "Shimzu"], "website": "https://www.shimz.co.jp", "canonical_domain": "shimz.co.jp", "country": "JP", "hq_city": "Kyōbashi", "hq_region": "Chūō", "lat": 35.67698, "lon": 139.77095, "industries": ["construction"], "industry_labels": ["architecture", "construction", "civil engineering"], "founded_year": 1804, "employees": null, "public_company": true, "ticker": "1803", "exchange": "Tokyo Stock Exchange", "lei": "353800BRAE0QFP3ZLY22", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shimizu_company_logo.svg", "description": "engineering firm in Japan", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
544 +{"wikidata_id": "Q751361", "display_name": "Hong Kong Exchanges and Clearing Limited", "legal_name": null, "aliases": ["HKEX", "Hong Kong Exchanges And Clearing Ltd", "HKEx", "Hong Kong Exchanges and Clearing", "The London Metal Stock Exchange"], "website": "https://www.hkex.com.hk", "canonical_domain": "hkex.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "0388", "exchange": "Hong Kong Stock Exchange", "lei": "213800YTVSXYQN17BW16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HKEX_logo_2016.svg", "description": "holding company of the Stock Exchange of Hong Kong Ltd. and Hong Kong Futures Exchange Ltd.", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
545 +{"wikidata_id": "Q792500", "display_name": "Axiata", "legal_name": null, "aliases": ["Axiata Group Berhad", "Axiata Group Bhd."], "website": "https://www.axiata.com", "canonical_domain": "axiata.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "6888", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axiata_logo.svg", "description": "Malaysian multinational telecommunications company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
546 +{"wikidata_id": "Q83538", "display_name": "Keisei Electric Railway", "legal_name": "Keisei Electric Railway Co., Ltd.", "aliases": ["Keisei Dentetsu"], "website": "https://www.keisei.co.jp", "canonical_domain": "keisei.co.jp", "country": "JP", "hq_city": "Yawata", "hq_region": "Ichikawa", "lat": 35.72449, "lon": 139.9323, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "9009", "exchange": "Tokyo Stock Exchange", "lei": "529900VNP95IIHXPCY17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keisei_Logo.svg", "description": "Japanese railway company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
547 +{"wikidata_id": "Q903384", "display_name": "Eisai", "legal_name": "Eisai Co., Ltd.", "aliases": ["Ēzai Kabushiki-gaisha"], "website": "https://www.eisai.com", "canonical_domain": "eisai.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "4523", "exchange": "Tokyo Stock Exchange", "lei": "353800HDEE0ZYEX4QV91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C4%92zai-Logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
548 +{"wikidata_id": "Q91016085", "display_name": "CanSino Biologics", "legal_name": null, "aliases": ["CanSino Biologics Inc.", "CanSinoBIO"], "website": "https://www.cansinotech.com", "canonical_domain": "cansinotech.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.0739, "lon": 117.543, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "6185", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CanSino_Biologics_logo.svg", "description": "Chinese biotechnology company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
549 +{"wikidata_id": "Q911543", "display_name": "China Minsheng Bank", "legal_name": null, "aliases": [], "website": "https://www.cmbc.com.cn", "canonical_domain": "cmbc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "600016", "exchange": "Shanghai Stock Exchange", "lei": "549300HBUGSQD1VCXG94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Minsheng_Bank_logo.svg", "description": "Chinese banking institution", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
550 +{"wikidata_id": "Q985475", "display_name": "Mengniu Dairy", "legal_name": null, "aliases": ["China Mengniu Dairy Company Limited"], "website": "https://www.mengniu.com.cn", "canonical_domain": "mengniu.com.cn", "country": "HK", "hq_city": "Hohhot", "hq_region": "Inner Mongolia", "lat": 40.81507, "lon": 111.66293, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2319", "exchange": "Hong Kong Stock Exchange", "lei": "2549005Q343BSJ8RSS21", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 17, "importance": 0.5039, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
551 +{"wikidata_id": "Q3038414", "display_name": "Doğan Holding Company", "legal_name": null, "aliases": [], "website": "https://www.doganholding.com.tr", "canonical_domain": "doganholding.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["asset-management", "manufacturing"], "industry_labels": [], "founded_year": 1980, "employees": 16467, "public_company": true, "ticker": null, "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish conglomerate", "sitelinks": 11, "importance": 0.5018, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
552 +{"wikidata_id": "Q1027454", "display_name": "Calpis", "legal_name": null, "aliases": ["Calpico"], "website": "https://www.calpis.info", "canonical_domain": "calpis.info", "country": "JP", "hq_city": "Azumabashi", "hq_region": "Sumida", "lat": 35.70944, "lon": 139.80322, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1948, "employees": 852, "public_company": true, "ticker": null, "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1833890", "name": "Asahi Soft Drinks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CALPIS_logo.svg", "description": "Japanese company", "sitelinks": 17, "importance": 0.5016, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
553 +{"wikidata_id": "Q7280388", "display_name": "Radica Games", "legal_name": null, "aliases": ["Radica Games Ltd."], "website": "https://radicagames.com", "canonical_domain": "radicagames.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming", "technology"], "industry_labels": ["game industry", "electronics industry"], "founded_year": 1983, "employees": 2500, "public_company": true, "ticker": "RADA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct Hong Kong toy designer and manufacturer", "sitelinks": 5, "importance": 0.5016, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
554 +{"wikidata_id": "Q116331", "display_name": "Reliance Infrastructure", "legal_name": null, "aliases": ["BSES", "Reliance Energy", "Reliance Infra"], "website": "https://www.rinfra.com", "canonical_domain": "rinfra.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 2002, "employees": 8988, "public_company": true, "ticker": null, "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": "1374076", "parent": {"wikidata_id": "Q935150", "name": "Reliance Anil Dhirubhai Ambani Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reliance_Infrastructure.svg", "description": "engineering, construction conglomerate based in India", "sitelinks": 12, "importance": 0.5014, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
555 +{"wikidata_id": "Q5099718", "display_name": "China High Speed Transmission", "legal_name": null, "aliases": ["China High Speed Transmission Equipment Group Co.", "Ltd.", "China High Speed Transmission Equipment Group Company", "China High Speed"], "website": "https://www.chste.com", "canonical_domain": "chste.com", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["manufacturing", "renewables"], "industry_labels": [], "founded_year": 1969, "employees": 9267, "public_company": true, "ticker": "0658", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese wind turbine manufacturer", "sitelinks": 4, "importance": 0.5014, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
556 +{"wikidata_id": "Q1972407", "display_name": "Saudi Binladin Group", "legal_name": null, "aliases": ["BIHG"], "website": "https://www.sbgom.com", "canonical_domain": "sbgom.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["asset-management", "real-estate", "professional-services", "construction"], "industry_labels": ["investment management", "real estate developer", "facility management", "construction"], "founded_year": 1931, "employees": 102000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q141265963", "name": "Binladin International Holding Group"}, "logo_url": null, "description": "multinational construction conglomerate", "sitelinks": 23, "importance": 0.5011, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
557 +{"wikidata_id": "Q483231", "display_name": "HD Hyundai Heavy Industries", "legal_name": null, "aliases": ["Hyundai Heavy Industries", "Hyundai Shipbuilding & Heavy Industries"], "website": "https://www.hhi.co.kr", "canonical_domain": "hhi.co.kr", "country": "KR", "hq_city": "Ulsan", "hq_region": "South Gyeongsang", "lat": 35.55, "lon": 129.31667, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1972, "employees": 24400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65312870", "name": "HD Korea Shipbuilding & Offshore Engineering"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Heavy_Industries_logo_%28english%29.svg", "description": "South Korean shipbuilding manufacturer", "sitelinks": 28, "importance": 0.5003, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
558 +{"wikidata_id": "Q507338", "display_name": "Nikkei 225", "legal_name": null, "aliases": ["Nikkei index", "Nikkei Stock Average"], "website": "https://indexes.nikkei.co.jp", "canonical_domain": "nikkei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": null, "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese stock market index", "sitelinks": 44, "importance": 0.5002, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
559 +{"wikidata_id": "Q844822", "display_name": "Shueisha", "legal_name": null, "aliases": ["Shūeisha", "Shueisha Inc."], "website": "https://www.shueisha.co.jp", "canonical_domain": "shueisha.co.jp", "country": "JP", "hq_city": "Hitotsubashi", "hq_region": "Chiyoda", "lat": 35.69313, "lon": 139.75727, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1925, "employees": 812, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q785697", "name": "Shogakukan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shueisha_Logo.svg", "description": "Japanese publishing company", "sitelinks": 45, "importance": 0.4995, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
560 +{"wikidata_id": "Q41230", "display_name": "Islamic Development Bank", "legal_name": "البنك الإسلامي للتنمية", "aliases": ["IDB"], "website": "https://www.isdb.org", "canonical_domain": "isdb.org", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": 932, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q47543", "name": "Organisation of Islamic Cooperation"}, "logo_url": null, "description": "multilateral development financing institution located in Jeddah, Saudi Arabia", "sitelinks": 44, "importance": 0.4992, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
561 +{"wikidata_id": "Q2002470", "display_name": "Turkish Aerospace Industries", "legal_name": null, "aliases": ["TAI", "Türk Havacılık ve Uzay Sanayi", "TUSAS", "TUSAŞ"], "website": "https://www.tusas.com", "canonical_domain": "tusas.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["telecommunications", "aerospace-defense"], "industry_labels": ["telecommunications", "national security", "aerospace industry"], "founded_year": 1973, "employees": 17000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tai_logo.png", "description": "aerospace manufacturer, largest aerospace company in Turkey", "sitelinks": 29, "importance": 0.4986, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
562 +{"wikidata_id": "Q1524008", "display_name": "Minor Food Group", "legal_name": null, "aliases": ["The Minor Food Group", "The Minor Food Group Public Co.", "Ltd.", "The Minor Food Group Public Company Limited"], "website": "https://www.minorfood.com", "canonical_domain": "minorfood.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1980, "employees": 37972, "public_company": true, "ticker": "MINT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Minorfood-logo.jpg", "description": "company", "sitelinks": 3, "importance": 0.4984, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
563 +{"wikidata_id": "Q17051079", "display_name": "Mahaka Media", "legal_name": "Mahaka Media Tbk", "aliases": ["ABBA", "Mahaka Pictures", "Mahaka X"], "website": "https://www.mahakamedia.com", "canonical_domain": "mahakamedia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["mass media", "advertising"], "founded_year": 1992, "employees": 632, "public_company": true, "ticker": "ABBA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MahakaX_logo.png", "description": "Indonesian mass media company", "sitelinks": 6, "importance": 0.498, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
564 +{"wikidata_id": "Q1064900", "display_name": "Asahi Broadcasting Group Holdings", "legal_name": "Asahi Broadcasting Group Holdings Corporation", "aliases": ["Asahi Broadcasting Corporation", "Ashai Broadcasting Corporation"], "website": "https://corp.asahi.co.jp", "canonical_domain": "asahi.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69386, "lon": 135.48839, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9405", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asahi_Broadcasting_Corporation_Logo.svg", "description": "regional radio and television broadcaster in Japan", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
565 +{"wikidata_id": "Q1091203", "display_name": "Chubu Electric Power", "legal_name": null, "aliases": ["Chūbu Denryoku Kabushiki Kaisha", "Chubu Electric Power Co.", "Inc.", "Chuden"], "website": "https://www.chuden.co.jp", "canonical_domain": "chuden.co.jp", "country": "JP", "hq_city": "Higashishin-chō", "hq_region": "Higashi-ku", "lat": 35.16997, "lon": 136.91378, "industries": ["energy"], "industry_labels": ["energy supply"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9502", "exchange": "Tokyo Stock Exchange", "lei": "529900A76GOP0PGNHT63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CHUBU_Electric_Power_logo.svg", "description": "Japanese company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
566 +{"wikidata_id": "Q1157716", "display_name": "Daiwa Securities Group", "legal_name": null, "aliases": ["Daiwa"], "website": "https://www.daiwa-grp.jp", "canonical_domain": "daiwa-grp.jp", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["banking"], "industry_labels": ["investment bank"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "8601", "exchange": "Tokyo Stock Exchange", "lei": "353800WRC7Y23PWFJG38", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiwa_Securities_Group_Logo.png", "description": "public company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
567 +{"wikidata_id": "Q1187307", "display_name": "Rockchip", "legal_name": null, "aliases": ["Fuzhou Rockchip Electronics Co.", "Ltd."], "website": "https://www.rock-chips.com", "canonical_domain": "rock-chips.com", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "electronics industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "603893", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rockchip%27s_logo.jpg", "description": "Chinese fabless semiconductor company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
568 +{"wikidata_id": "Q15898172", "display_name": "Zhihu", "legal_name": null, "aliases": [], "website": "https://www.zhihu.com", "canonical_domain": "zhihu.com", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["internet"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "ZH", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1835724", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zhihu_logo.svg", "description": "Chinese question-and-answer website", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
569 +{"wikidata_id": "Q16595959", "display_name": "Hiroshima Electric Railway", "legal_name": "Hiroshima Electric Railway Co., Ltd.", "aliases": ["Hiroden", "Hiroshima Electric Railway Co.", "Ltd."], "website": "https://www.hiroden.co.jp", "canonical_domain": "hiroden.co.jp", "country": "JP", "hq_city": "Sendamachi", "hq_region": "Naka-ku", "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["transit bus", "tram"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "9033", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hiroden_Logomark.svg", "description": "Japanese transportation company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
570 +{"wikidata_id": "Q1853060", "display_name": "SANY Heavy Industry Co., Ltd", "legal_name": null, "aliases": ["SANY"], "website": "https://www.sanygroup.com", "canonical_domain": "sanygroup.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "600031", "exchange": "Shanghai Stock Exchange", "lei": "254900BKG9FQLCKFVK72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SANY_Group_logo.svg", "description": "Chinese heavy machinary company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
571 +{"wikidata_id": "Q185564", "display_name": "S-Oil", "legal_name": "S-Oil Corporation", "aliases": ["Ssangyong Oil"], "website": "https://www.s-oil.com", "canonical_domain": "s-oil.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "010950", "exchange": "Korean Stock Exchange", "lei": "988400QTUXYDN8W3MZ32", "sec_cik": null, "parent": {"wikidata_id": "Q679322", "name": "Saudi Aramco"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/S-OIL_Logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
572 +{"wikidata_id": "Q1925799", "display_name": "Metropolitan Bank and Trust Company", "legal_name": null, "aliases": ["Metrobank"], "website": "https://www.metrobank.com.ph", "canonical_domain": "metrobank.com.ph", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "MBT", "exchange": "Philippine Stock Exchange", "lei": "549300SQYI82RVWFN715", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metropolitan_Bank_and_Trust_Company.svg", "description": "bank in the Philippines", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
573 +{"wikidata_id": "Q2091479", "display_name": "Nice Ltd", "legal_name": "נייס בע\"מ", "aliases": [], "website": "https://www.nice.com", "canonical_domain": "nice.com", "country": "IL", "hq_city": "Ra'anana", "hq_region": "Petah Tikva (sub-district)", "lat": 32.18333, "lon": 34.86667, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "NICE", "exchange": "Tel Aviv Stock Exchange", "lei": "254900YTY4EF5Z4W0A51", "sec_cik": "1003935", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nice_Logo_2.svg", "description": "surveillence and data analytics company in Israel", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
574 +{"wikidata_id": "Q3082575", "display_name": "Kabuki-za", "legal_name": null, "aliases": ["Kabukiza", "Kabukiza theatre"], "website": "https://www.kabukiweb.net", "canonical_domain": "kabukiweb.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.66972, "lon": 139.76806, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "9661", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kabuki theatre in Tokyo", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
575 +{"wikidata_id": "Q3630918", "display_name": "Bharat Electronics", "legal_name": null, "aliases": ["Bhārat ilekṭrawnik"], "website": "https://www.bel-india.in", "canonical_domain": "bel-india.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["defense", "media", "telecommunications", "aerospace-defense"], "industry_labels": ["electronic warfare", "software-defined radio", "software-defined networking", "telecommunications device", "aerospace industry", "electronics industry", "defence industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "BEL", "exchange": "National Stock Exchange of India", "lei": "984500AF53B3E2BI4926", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bel_logo.jpg", "description": "business enterprise", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
576 +{"wikidata_id": "Q379592", "display_name": "Advanced Info Service", "legal_name": null, "aliases": ["AIS", "AiS khompitoon", "Aischaloem", "Advanced Info Service Public Company Limited", "Advanced Info Service Public Co.", "Ltd."], "website": "https://www.ais.co.th", "canonical_domain": "ais.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "ADVANC", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1630246", "name": "Intouch Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Advanced_Info_Service_logo.svg", "description": "Thai telecommunications company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
577 +{"wikidata_id": "Q487230", "display_name": "Shinhan Bank", "legal_name": "Shinhan Bank Co., Ltd", "aliases": [], "website": "https://www.shinhan.com", "canonical_domain": "shinhan.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1897, "employees": null, "public_company": true, "ticker": "055550", "exchange": "Korea Exchange (Stock Market)", "lei": "5493003P813VL21KG928", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinhan_Bank_Logo_%28ENG%29.svg", "description": "South Korean company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
578 +{"wikidata_id": "Q494272", "display_name": "HiteJinro", "legal_name": null, "aliases": ["Hite", "Jinro", "하이트진로"], "website": "https://www.hitejinro.com", "canonical_domain": "hitejinro.com", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "000080", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16191970", "name": "HiteJinro Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jinro.co.jp.logo.png", "description": "South Korean beverage company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q490435"}]}
579 +{"wikidata_id": "Q498662", "display_name": "Fuji Electric", "legal_name": null, "aliases": ["FE", "Fe", "Fuji Denki", "Fuji Denki Kabushiki-gaisha", "Fuji Electic Holdings", "Fuji Electric Co.", "Ltd.", "Fuji Electric Corp."], "website": "https://www.fujielectric.co.jp", "canonical_domain": "fujielectric.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": [], "industry_labels": ["electrical device"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "6504", "exchange": "Tokyo Stock Exchange", "lei": "5299000HVNGZZTYYM906", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuji_Electric_company_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11455932"}]}
580 +{"wikidata_id": "Q586260", "display_name": "Sojitz", "legal_name": null, "aliases": ["Sojitz Corporation", "Sojitz Corp.", "Sojitz Corp. (Japan)"], "website": "https://www.sojitz.com", "canonical_domain": "sojitz.com", "country": "JP", "hq_city": "Iino Building", "hq_region": "Uchisaiwaichō", "lat": 35.67097, "lon": 139.75278, "industries": ["manufacturing"], "industry_labels": ["conglomerate", "sōgō shōsha"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "2768", "exchange": "Tokyo Stock Exchange", "lei": "5493004SE33MRLPB1W98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sojitz.corporation.logor.gif", "description": "sogo shosha (general trading company) based in Tokyo, Japan", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
581 +{"wikidata_id": "Q724186", "display_name": "Phoenix Television", "legal_name": null, "aliases": ["Fenghuang Weishi", "Phoenix News", "Phoenix Satellite Television Holdings Limited", "Phoenix TV"], "website": "https://www.phoenixtv.com", "canonical_domain": "phoenixtv.com", "country": "CN", "hq_city": "Tai Po District", "hq_region": "Hong Kong", "lat": 22.4508, "lon": 114.164, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "2008", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "State-owned television network", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
582 +{"wikidata_id": "Q7538148", "display_name": "Skyworth", "legal_name": null, "aliases": ["Hong Kong Skyworth Digital Holdings Co.", "Ltd.", "Skyworth Digital Technology (Shenzhen) Co.", "Ltd"], "website": "https://www.skyworth.com", "canonical_domain": "skyworth.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "0751", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Skyworth.svg", "description": "business enterprise", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
583 +{"wikidata_id": "Q8007810", "display_name": "Huayi Brothers", "legal_name": null, "aliases": ["Huayi Brothers Advertising", "Huayi Brothers Media Corp.", "Huayi Brothers Pictures"], "website": "https://www.huayimedia.com", "canonical_domain": "huayimedia.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "300027", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese film production company, record label and talent agency", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
584 +{"wikidata_id": "Q861340", "display_name": "Vanke", "legal_name": null, "aliases": ["Wanke", "China Vanke Co.", "Ltd."], "website": "https://www.vanke.com", "canonical_domain": "vanke.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000002", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073501", "name": "China Resources"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vanke_logo_%282018%29.svg", "description": "Chinese real estate developer", "sitelinks": 16, "importance": 0.4979, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
585 +{"wikidata_id": "Q730179", "display_name": "Toei Animation", "legal_name": null, "aliases": [], "website": "https://toei-anim.co.jp", "canonical_domain": "toei-anim.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["entertainment", "gaming"], "industry_labels": ["film industry", "anime industry", "video game industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": null, "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1066018", "name": "Toei Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toei_Animation_Logo.png", "description": "Japanese animation studio", "sitelinks": 43, "importance": 0.4978, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
586 +{"wikidata_id": "Q154610", "display_name": "Rafael Advanced Defense Systems", "legal_name": "Rafael Advanced Defense Systems Ltd.", "aliases": ["Raphael", "RAFAEL", "RAFAEL Armament Development Authority", "Rephael"], "website": "https://www.rafael.co.il", "canonical_domain": "rafael.co.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1948, "employees": 8000, "public_company": false, "ticker": null, "exchange": null, "lei": "549300GTHDKIZL3XIO17", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RAFAEL_logo.png", "description": "Israeli defense technology company", "sitelinks": 32, "importance": 0.4977, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
587 +{"wikidata_id": "Q806633", "display_name": "MayBank of Indonesia", "legal_name": "PT Bank Maybank Indonesia Tbk", "aliases": ["Bank Internasional Indonesia", "BNII"], "website": "https://www.maybank.co.id", "canonical_domain": "maybank.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1959, "employees": 7096, "public_company": true, "ticker": "BNII", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysia company in Indonesia", "sitelinks": 4, "importance": 0.4976, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
588 +{"wikidata_id": "Q1154956", "display_name": "DP World", "legal_name": null, "aliases": ["Dubai Ports World"], "website": "https://www.dpworld.com", "canonical_domain": "dpworld.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2005, "employees": 100000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1060209", "name": "Dubai World"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DP_World_2021_logo.svg", "description": "Emirati multinational logistics company", "sitelinks": 22, "importance": 0.4963, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
589 +{"wikidata_id": "Q697675", "display_name": "Gigabyte Technology", "legal_name": null, "aliases": [], "website": "https://www.gigabyte.com", "canonical_domain": "gigabyte.com", "country": "TW", "hq_city": "Xindian District", "hq_region": "New Taipei City", "lat": 24.95, "lon": 121.53333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1986, "employees": 7100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gigabyte_Technology_Logo.svg", "description": "Taiwanese electronics company", "sitelinks": 32, "importance": 0.496, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
590 +{"wikidata_id": "Q461631", "display_name": "iranair.com", "legal_name": null, "aliases": ["IRA", "IR", "Iran Airlines", "Iran Airways", "Iran national airlines", "Iranair", "Iran Air Tour"], "website": "https://www.iranair.com", "canonical_domain": "iranair.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iran_Air_logo.svg", "description": "flag carrier airline of the Islamic Republic of Iran", "sitelinks": 42, "importance": 0.4954, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
591 +{"wikidata_id": "Q4045699", "display_name": "Okamoto Industries", "legal_name": null, "aliases": ["Okamoto"], "website": "https://www.okamoto-inc.jp", "canonical_domain": "okamoto-inc.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1934, "employees": 1515, "public_company": true, "ticker": "5122", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese chemical and rubber manufacturers", "sitelinks": 5, "importance": 0.4944, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
592 +{"wikidata_id": "Q7972685", "display_name": "Waskita Karya", "legal_name": "PT Waskita Karya (Persero) Tbk", "aliases": ["PT Waskita Karya", "Waskita Karya (Persero)", "WSKT"], "website": "https://www.waskita.co.id", "canonical_domain": "waskita.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["construction", "real-estate", "transportation"], "industry_labels": ["construction", "real estate industry", "toll road industry", "concrete industry"], "founded_year": 1961, "employees": 1428, "public_company": true, "ticker": "WSKT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian state-owned construction company", "sitelinks": 5, "importance": 0.4935, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
593 +{"wikidata_id": "Q497193", "display_name": "GM Korea", "legal_name": null, "aliases": ["General Motors Korea", "GM Daewoo", "한국GM"], "website": "https://www.gm-korea.co.kr", "canonical_domain": "gm-korea.co.kr", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": 9200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q81965", "name": "General Motors"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/General_Motors_%282021%29.svg", "description": "South Korean subsidiary of General Motors", "sitelinks": 30, "importance": 0.4931, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
594 +{"wikidata_id": "Q848490", "display_name": "Roland Corporation", "legal_name": null, "aliases": ["Roland", "Roland Corp."], "website": "https://www.roland.com", "canonical_domain": "roland.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["consumer-goods", "software"], "industry_labels": ["musical instrument maker", "software industry"], "founded_year": 1972, "employees": 3060, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roland_Corporation_logo.svg", "description": "Japanese audiovisual equipment company", "sitelinks": 35, "importance": 0.4929, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
595 +{"wikidata_id": "Q726081", "display_name": "Kodansha", "legal_name": null, "aliases": ["Kōdansha", "Kodansha Ltd."], "website": "https://www.kodansha.co.jp", "canonical_domain": "kodansha.co.jp", "country": "JP", "hq_city": "Otowa", "hq_region": "Bunkyō-ku", "lat": 35.71597, "lon": 139.72885, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1909, "employees": 945, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/K%C5%8Ddansha_logo.svg", "description": "Japanese publishing company", "sitelinks": 41, "importance": 0.4921, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
596 +{"wikidata_id": "Q2331365", "display_name": "Tata Chemicals", "legal_name": null, "aliases": [], "website": "https://www.tatachemicals.com", "canonical_domain": "tatachemicals.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1939, "employees": 4642, "public_company": true, "ticker": null, "exchange": "National Stock Exchange of India", "lei": "335800H6MURUA6FBOW17", "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Chemicals_Logo.svg", "description": "Indian company", "sitelinks": 12, "importance": 0.4919, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q2926607"}, {"related_domain_conflict": "Q7687826"}]}
597 +{"wikidata_id": "Q11320256", "display_name": "DeNA", "legal_name": null, "aliases": ["DeNA Co.", "Ltd."], "website": "https://dena.com", "canonical_domain": "dena.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2432", "exchange": "Tokyo Stock Exchange", "lei": "529900T9JQP7I5LDY154", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DeNA_Co_logo.svg", "description": "provider of mobile portals and e-commerce websites based in Japan", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
598 +{"wikidata_id": "Q1184087", "display_name": "Delek Group Ltd.", "legal_name": "קבוצת דלק בע\"מ", "aliases": ["Delek"], "website": "https://delek.co.il", "canonical_domain": "delek.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "DLEKG", "exchange": "Tel Aviv Stock Exchange", "lei": "213800CYKA4XE2HZZB09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flad_of_Delek_2000.svg", "description": "Israeli conglomerate", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
599 +{"wikidata_id": "Q1232514", "display_name": "Resona Holdings", "legal_name": "株式会社りそなホールディングス", "aliases": ["Inc."], "website": "https://www.resona-gr.co.jp", "canonical_domain": "resona-gr.co.jp", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.67281, "lon": 139.81728, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "8308", "exchange": "Tokyo Stock Exchange", "lei": "52990067JE75XZCYYT81", "sec_cik": "1447391", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Resona_Group_Logo.svg", "description": "Japanese holding company of Resona Group", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4671591"}, {"related_domain_conflict": "Q11281447"}]}
600 +{"wikidata_id": "Q13424955", "display_name": "Fantagio", "legal_name": null, "aliases": [], "website": "https://www.fantagio.kr", "canonical_domain": "fantagio.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.51829, "lon": 127.05096, "industries": ["entertainment"], "industry_labels": ["phonographic industry", "entertainment industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "032800", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fantagio_logo.png", "description": "South Korean entertainment management company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
601 +{"wikidata_id": "Q1351484", "display_name": "Tokyo Electron", "legal_name": null, "aliases": ["TEL", "Tokyo Electron Kabushiki-gaisha", "Tokyo Electron Laboratories", "TOKYO ELECTRON LIMITED (Tokyo)"], "website": "https://www.tel.com", "canonical_domain": "tel.com", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "8035", "exchange": "Tokyo Stock Exchange", "lei": "549300H5LSF8DP3RIJ34", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_Electron_logo.svg", "description": "Japanese electronics manufacturer", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
602 +{"wikidata_id": "Q1518607", "display_name": "Kweichow Moutai Company", "legal_name": null, "aliases": ["Kweichow Moutai", "Kweichow Moutai Co Ltd"], "website": "https://www.moutaichina.com", "canonical_domain": "moutaichina.com", "country": "CN", "hq_city": "Renhuai", "hq_region": "Zunyi", "lat": 27.81161, "lon": 106.41328, "industries": ["food-beverage"], "industry_labels": ["alcohol industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "600519", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Renhuai, Zunyi, Guizhou, China", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
603 +{"wikidata_id": "Q15304350", "display_name": "ThaiBev", "legal_name": null, "aliases": ["Thai Beverage", "Thai Beverage PCL.", "Thai Beverage Public Co.", "Ltd", "Thai Beverage Public Company Limited", "Thai Beverage Public Co.", "Ltd."], "website": "https://www.thaibev.com", "canonical_domain": "thaibev.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "Y92", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai beverage company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
604 +{"wikidata_id": "Q1585610", "display_name": "Keppel Ltd.", "legal_name": null, "aliases": [], "website": "https://www.keppel.com", "canonical_domain": "keppel.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "KPELY", "exchange": "OTC Markets Group", "lei": "254900SQ7IPDOY6IDW33", "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keppel_Corporation_Logo.svg", "description": "company in Singapore", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
605 +{"wikidata_id": "Q1592306", "display_name": "Kinki Sharyo", "legal_name": null, "aliases": [], "website": "https://www.kinkisharyo.co.jp", "canonical_domain": "kinkisharyo.co.jp", "country": "JP", "hq_city": "Higashiōsaka-shi", "hq_region": "Osaka Prefecture", "lat": 34.67936, "lon": 135.60089, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "7122", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kinki_Sharyo_logo.svg", "description": "Japanese rolling stock manufacturer", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
606 +{"wikidata_id": "Q1655008", "display_name": "ITC Limited", "legal_name": null, "aliases": ["ITC", "Imperial Tobacco Company of India Limited"], "website": "https://www.itcportal.com", "canonical_domain": "itcportal.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "ITC", "exchange": "National Stock Exchange of India", "lei": "335800WLOU3OFWFTMP43", "sec_cik": null, "parent": {"wikidata_id": "Q2767170", "name": "Life Insurance Corporation of India"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITC_Limited_Logo.svg", "description": "Indian company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
607 +{"wikidata_id": "Q1742118", "display_name": "Kingdom Holding Company", "legal_name": "شركة المملكة القابضة", "aliases": ["KHC"], "website": "https://www.kingdom.com.sa", "canonical_domain": "kingdom.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4280", "exchange": "Saudi Stock Exchange", "lei": "549300ZFG0YO58NZON90", "sec_cik": null, "parent": null, "logo_url": null, "description": "investment holding company based in Riyadh, Saudi Arabia", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
608 +{"wikidata_id": "Q1859143", "display_name": "VTech", "legal_name": null, "aliases": ["Video Technology Limited", "VTech Holdings"], "website": "https://kythuatvtech.com", "canonical_domain": "kythuatvtech.com", "country": "CN", "hq_city": "Tai Po District", "hq_region": "Hong Kong", "lat": 22.4508, "lon": 114.164, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "0303", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vtech_logo.svg", "description": "Hong Kong-based global supplier of electronic learning products", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
609 +{"wikidata_id": "Q1895661", "display_name": "Suning.com", "legal_name": null, "aliases": ["Suning Appliance Group"], "website": "https://www.suning.com", "canonical_domain": "suning.com", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "002024", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Suning_Group_Logo.png", "description": "Chinese retail company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
610 +{"wikidata_id": "Q1994975", "display_name": "Ayala Corporation", "legal_name": null, "aliases": [], "website": "https://www.ayala.com.ph", "canonical_domain": "ayala.com.ph", "country": "PH", "hq_city": "Makati City, Metro Manila", "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["asset-management"], "industry_labels": ["activities of holding companies"], "founded_year": 1834, "employees": null, "public_company": true, "ticker": "AC", "exchange": "Philippine Stock Exchange", "lei": "254900QJ68UH8GKNGI69", "sec_cik": "1398500", "parent": null, "logo_url": null, "description": "publicly listed holding company for the diversified interests of the Ayala Group", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1398500", "enriched_at": "2026-09-13T07:23:12+00:00"}}
611 +{"wikidata_id": "Q2060769", "display_name": "Beijing Yanjing Brewery", "legal_name": null, "aliases": ["Beijing Yanjing Brewery Co.", "Ltd.", "Yanjing Beer"], "website": "https://www.yanjing.com.cn", "canonical_domain": "yanjing.com.cn", "country": "CN", "hq_city": "Shunyi District", "hq_region": "Beijing", "lat": 40.12917, "lon": 116.64836, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "000729", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery in Shunyi, Beijing", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
612 +{"wikidata_id": "Q2096434", "display_name": "UzAuto Motors", "legal_name": null, "aliases": [], "website": "https://uzautomotors.com", "canonical_domain": "uzautomotors.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "UZMT", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12829589", "name": "Government of Uzbekistan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uzauto-motors-logo.jpg", "description": "automobile manufacturer in Uzbekistan", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
613 +{"wikidata_id": "Q2216770", "display_name": "Idemitsu Kosan", "legal_name": null, "aliases": ["Idemitsu", "Idemitsu Kosan Co.", "Ltd. (Chiyoda-ku)"], "website": "https://www.idemitsu.com", "canonical_domain": "idemitsu.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "5019", "exchange": "Tokyo Stock Exchange", "lei": "549300P0R46FF6DUA630", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Idemitsu_Kosan_wordmark.svg", "description": "Japanese petroleum company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
614 +{"wikidata_id": "Q3046561", "display_name": "Public Bank Berhad", "legal_name": null, "aliases": ["Public Bank Bhd."], "website": "https://publicbankgroup.com", "canonical_domain": "publicbankgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking", "financial-services"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "1295", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank based in Kuala Lumpur, Malaysia", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
615 +{"wikidata_id": "Q3178370", "display_name": "Taisei Corporation", "legal_name": null, "aliases": ["Taisei Construction Company", "Ltd.", "Taisei Kensetsu"], "website": "https://www.taisei.co.jp", "canonical_domain": "taisei.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1873, "employees": null, "public_company": true, "ticker": "1801", "exchange": "Tokyo Stock Exchange", "lei": "529900TF7XJKIOWMLQ79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taisei_logo.svg", "description": "Japanese corporation", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
616 +{"wikidata_id": "Q3288834", "display_name": "Shoei", "legal_name": null, "aliases": ["Shoei Co.", "Ltd"], "website": "https://www.shoei.com", "canonical_domain": "shoei.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "78390", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shoei_logo.jpg", "description": "Japanese manufacturer of motorsport helmets", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
617 +{"wikidata_id": "Q3518961", "display_name": "Terumo", "legal_name": null, "aliases": ["Sekisen Ken-onki Corporation", "TERUMO", "Terumo Kabushiki-gaisha"], "website": "https://www.terumo.co.jp", "canonical_domain": "terumo.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["medical-devices"], "industry_labels": ["medical device"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "4543", "exchange": "Tokyo Stock Exchange", "lei": "353800JX1R4582QVK932", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Terumo.svg", "description": "a company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
618 +{"wikidata_id": "Q3530250", "display_name": "Bharat Dynamics Limited", "legal_name": null, "aliases": ["BDL", "Bharat Dynamics"], "website": "https://bdl-india.in", "canonical_domain": "bdl-india.in", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "BDL", "exchange": "National Stock Exchange of India", "lei": "335800B99NHE5ZGSGR16", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian public sector armament manufacturer", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
619 +{"wikidata_id": "Q3543983", "display_name": "Globe Telecom", "legal_name": null, "aliases": ["Globe", "GLOBE", "Globe Telecom Inc."], "website": "https://www.globe.com.ph", "canonical_domain": "globe.com.ph", "country": "PH", "hq_city": "Manila Philippines", "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "zero-rating", "mobile phone industry", "SIC 4813 Telephone Communications (No Radiotelephone)"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "GTMEY", "exchange": "OTC Markets Group", "lei": "254900GPWI1816YIM923", "sec_cik": "1096692", "parent": {"wikidata_id": "Q14647", "name": "Sun Microsystems"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Globe_Telecom_logo.svg", "description": "Filipino telecommunications company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1096692", "enriched_at": "2026-09-13T07:23:12+00:00"}}
620 +{"wikidata_id": "Q39146", "display_name": "Bank of Beijing", "legal_name": null, "aliases": ["Bank of Beijing Co.", "Ltd."], "website": "https://www.bankofbeijing.com.cn", "canonical_domain": "bankofbeijing.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601169", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank based in Beijing, China", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
621 +{"wikidata_id": "Q4036041", "display_name": "Changhong", "legal_name": null, "aliases": [], "website": "https://www.changhong.com", "canonical_domain": "changhong.com", "country": "CN", "hq_city": "Mianyang", "hq_region": "Sichuan", "lat": 31.46688, "lon": 104.73847, "industries": ["technology"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600839", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational consumer electronics and home appliances company based in China", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
622 +{"wikidata_id": "Q491489", "display_name": "Korea Gas Corporation", "legal_name": "Korea Gas Corporation", "aliases": ["KOGAS"], "website": "https://www.kogas.or.kr", "canonical_domain": "kogas.or.kr", "country": "KR", "hq_city": "Daegu", "hq_region": "South Korea", "lat": 35.87167, "lon": 128.60167, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "036460", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q491047", "name": "Ministry of Trade, Industry and Resource"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KOGAS_Logo.svg", "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
623 +{"wikidata_id": "Q517117", "display_name": "Shimadzu Corp.", "legal_name": "Shimadzu Corporation", "aliases": [], "website": "https://www.shimadzu.com", "canonical_domain": "shimadzu.com", "country": "JP", "hq_city": "Nakagyō Ward", "hq_region": "Kyoto", "lat": 35.01, "lon": 135.75139, "industries": [], "industry_labels": [], "founded_year": 1875, "employees": null, "public_company": true, "ticker": "7701", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shimadzu.jpg", "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
624 +{"wikidata_id": "Q5642504", "display_name": "Halkbank", "legal_name": null, "aliases": ["Halk Bankası"], "website": "https://www.halkbank.com.tr", "canonical_domain": "halkbank.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "HALKB", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Halkbank_logo.svg", "description": "Turkish public sector bank", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
625 +{"wikidata_id": "Q613325", "display_name": "Murata Manufacturing", "legal_name": null, "aliases": ["Kabushiki-gaisha Murata Seisakusho", "Murata Manufacturing Co.", "Ltd.", "MURATA MANUFACTURING CO.", "LTD. (Kyoto)"], "website": "https://www.murata.com", "canonical_domain": "murata.com", "country": "JP", "hq_city": "Nagaokakyō-shi", "hq_region": "Kyoto Prefecture", "lat": 34.92681, "lon": 135.69575, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6981", "exchange": "Tokyo Stock Exchange", "lei": "529900QZG6DL8ZRI7140", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_muRata.svg", "description": "company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
626 +{"wikidata_id": "Q7168080", "display_name": "pwrd.com", "legal_name": null, "aliases": [], "website": "https://www.pwrd.com", "canonical_domain": "pwrd.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "002624", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Perfect_World_Logo.svg", "description": "Chinese video game company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
627 +{"wikidata_id": "Q7267707", "display_name": "Qihoo 360", "legal_name": null, "aliases": [], "website": "https://www.360.cn", "canonical_domain": "360.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "601360", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese software company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
628 +{"wikidata_id": "Q750131", "display_name": "Shanghai International Port", "legal_name": null, "aliases": [], "website": "https://www.portshanghai.com.cn", "canonical_domain": "portshanghai.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["transportation"], "industry_labels": ["port"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "600018", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shanghai_International_Port_Group_logo.svg", "description": "Chinese company", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
629 +{"wikidata_id": "Q806639", "display_name": "Bank Mandiri", "legal_name": "PT Bank Mandiri (Persero) Tbk", "aliases": ["BMRI", "Bank Mandiri (Persero)", "PT Bank Mandiri Tbk"], "website": "https://www.bankmandiri.co.id", "canonical_domain": "bankmandiri.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "BMRI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Mandiri_logo_2016.svg", "description": "Indonesian bank", "sitelinks": 15, "importance": 0.4915, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
630 +{"wikidata_id": "Q12485604", "display_name": "Hero Supermarket", "legal_name": "Hero Supermarket Tbk", "aliases": ["HERO"], "website": "https://www.hero.co.id", "canonical_domain": "hero.co.id", "country": "ID", "hq_city": "South Tangerang", "hq_region": "Banten", "lat": -6.28889, "lon": 106.71806, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1971, "employees": 4481, "public_company": true, "ticker": "HERO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hero_Supermarket.svg", "description": "Indonesian company", "sitelinks": 4, "importance": 0.4909, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
631 +{"wikidata_id": "Q4062812", "display_name": "Aloqabank", "legal_name": null, "aliases": [], "website": "https://www.aloqabank.uz", "canonical_domain": "aloqabank.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1994, "employees": 1157, "public_company": true, "ticker": "ALKB", "exchange": "Tashkent Stock Exchange", "lei": "254900B2WJGJ0SR7JC84", "sec_cik": null, "parent": null, "logo_url": null, "description": "Uzbek banking and financial services company", "sitelinks": 5, "importance": 0.4905, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
632 +{"wikidata_id": "Q53293", "display_name": "Nissin Food Products", "legal_name": "中交総社", "aliases": ["Chuko Sosha", "Nissin Foods"], "website": "https://www.nissin.com", "canonical_domain": "nissin.com", "country": "JP", "hq_city": "Nishinakajima", "hq_region": "Yodogawa-ku", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1958, "employees": 7408, "public_company": false, "ticker": null, "exchange": null, "lei": "529900YMZMNSHC1W6V41", "sec_cik": null, "parent": {"wikidata_id": "Q18341667", "name": "Nissin Foods Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissin_FH_Logo.svg", "description": "Japanese company, originally, a small family-run company producing salt", "sitelinks": 30, "importance": 0.49, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q18341667"}]}
633 +{"wikidata_id": "Q494168", "display_name": "Renault Korea Motors", "legal_name": null, "aliases": ["Renault Korea", "Renault Samsung"], "website": "https://www.renaultkoream.com", "canonical_domain": "renaultkoream.com", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1994, "employees": 3638, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renault_2021.svg", "description": "South Korean car manufacturer", "sitelinks": 33, "importance": 0.4894, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
634 +{"wikidata_id": "Q487281", "display_name": "Haitai Confectionery & Foods", "legal_name": "Haitai Confectionery & Foods Co., Ltd.", "aliases": [], "website": "https://www.ht.co.kr", "canonical_domain": "ht.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1945, "employees": 3900, "public_company": true, "ticker": "101530", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q31176428", "name": "CrownHaitai Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Haitai_logo.svg", "description": "South Korean confectionary company", "sitelinks": 4, "importance": 0.4889, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
635 +{"wikidata_id": "Q5618753", "display_name": "GungHo Online Entertainment", "legal_name": null, "aliases": ["Inc.", "GungHo Works", "Inc."], "website": "https://www.gungho.co.jp", "canonical_domain": "gungho.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": 333, "public_company": true, "ticker": "GUNGF", "exchange": "OTC Markets Group", "lei": "529900TH7FB4RV6F5S47", "sec_cik": "1427388", "parent": null, "logo_url": null, "description": "Japanese video game developer and publisher", "sitelinks": 6, "importance": 0.4887, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
636 +{"wikidata_id": "Q106621124", "display_name": "Zeekr", "legal_name": null, "aliases": ["Zhejiang Zeekr Intelligent Technology Co.", "Ltd."], "website": "https://zeekrlife.com", "canonical_domain": "zeekrlife.com", "country": "CN", "hq_city": "Ningbo", "hq_region": "Zhejiang", "lat": 29.875, "lon": 121.54917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2021, "employees": 16600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zeekr_logo.svg", "description": "Chinese high-end EV brand", "sitelinks": 26, "importance": 0.4872, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
637 +{"wikidata_id": "Q11159866", "display_name": "Gilat Satellite Networks Ltd.", "legal_name": "גילת רשתות לווין בע''מ", "aliases": ["Gilat Satellite Networks (Israel)"], "website": "https://www.gilat.com", "canonical_domain": "gilat.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Central District", "lat": 32.08333, "lon": 34.88333, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1987, "employees": 864, "public_company": true, "ticker": "GILT", "exchange": "Tel Aviv Stock Exchange", "lei": "529900RVHDCYJ5YWHP12", "sec_cik": "897322", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gilat_logo.svg", "description": "company in Petah Tikva, Israel", "sitelinks": 5, "importance": 0.4863, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "897322", "enriched_at": "2026-09-13T07:23:12+00:00"}}
638 +{"wikidata_id": "Q621429", "display_name": "Dyson", "legal_name": null, "aliases": ["dyson", "Dyson Appliances Ltd.", "Dyson Limited", "Dyson Pte. Ltd."], "website": "https://www.dyson.com", "canonical_domain": "dyson.com", "country": "SG", "hq_city": "St James Power Station", "hq_region": null, "lat": 1.2647, "lon": 103.825, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1991, "employees": 7000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dyson_logo.svg", "description": "Technology company based in Singapore that designs and manufactures vacuum cleaners, hand dryers, bladeless fans and heaters", "sitelinks": 29, "importance": 0.4857, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
639 +{"wikidata_id": "Q1038929", "display_name": "Ministop", "legal_name": null, "aliases": ["MINISTOP CO.", "LTD."], "website": "https://www.ministop.co.jp", "canonical_domain": "ministop.co.jp", "country": "JP", "hq_city": "AEON Tower", "hq_region": "Nakase", "lat": 35.6518, "lon": 140.038, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "9946", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MINISTOP_logo.svg", "description": "convenience store franchise chain in Japan", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
640 +{"wikidata_id": "Q1090900", "display_name": "Goldwind", "legal_name": null, "aliases": ["Goldwind (China)"], "website": "https://www.goldwind.com", "canonical_domain": "goldwind.com", "country": "CN", "hq_city": "Ürümqi", "hq_region": "Xinjiang", "lat": 43.8225, "lon": 87.6125, "industries": ["renewables"], "industry_labels": ["wind power industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "002202", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Goldwind_Logo.svg", "description": "Chinese multinational wind turbine manufacturer", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
641 +{"wikidata_id": "Q1101230", "display_name": "Zojirushi Corporation", "legal_name": null, "aliases": ["Zojirushi"], "website": "https://www.zojirushi.co.jp", "canonical_domain": "zojirushi.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "7965", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
642 +{"wikidata_id": "Q1131463", "display_name": "Tech Mahindra India", "legal_name": null, "aliases": ["Tech Mahindra", "Tech Mahindra Limited"], "website": "https://www.techmahindra.com", "canonical_domain": "techmahindra.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["consulting"], "industry_labels": ["consulting industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "TECHM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6734045", "name": "Mahindra Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tech_Mahindra_New_Logo.svg", "description": "Indian multinational company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
643 +{"wikidata_id": "Q1141882", "display_name": "Taiyo Yuden", "legal_name": null, "aliases": ["Taiyō Yūden Kabushiki-gaisha"], "website": "https://www.ty-top.com", "canonical_domain": "ty-top.com", "country": "JP", "hq_city": "Kyōbashi", "hq_region": "Chūō", "lat": 35.67698, "lon": 139.77095, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "6976", "exchange": "Tokyo Stock Exchange", "lei": "353800V9G3X5PLB9AD43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taiyo_Yuden.svg", "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
644 +{"wikidata_id": "Q1148521", "display_name": "VakıfBank", "legal_name": null, "aliases": [], "website": "https://www.vakifbank.com.tr", "canonical_domain": "vakifbank.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "VAKBN", "exchange": "Borsa Istanbul", "lei": "789000KAIHOLSQKQ9858", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vak%C4%B1fbank_logo.svg", "description": "Turkish public sector bank", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
645 +{"wikidata_id": "Q1397713", "display_name": "Haima Automobile", "legal_name": null, "aliases": ["Haima Automobile Group Co.", "Ltd"], "website": "https://www.haima.com", "canonical_domain": "haima.com", "country": "CN", "hq_city": "Haikou", "hq_region": "Hainan", "lat": 31.23708, "lon": 121.69898, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000572", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automotive manufacturing company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
646 +{"wikidata_id": "Q1482052", "display_name": "PCCW Limited", "legal_name": null, "aliases": ["Pacific Century Cyber Works", "Pacific Century Cyberworks Limited", "PCCW"], "website": "https://www.pccw.com", "canonical_domain": "pccw.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "0008", "exchange": "Hong Kong Stock Exchange", "lei": "254900SI7GPUPA1TJX39", "sec_cik": null, "parent": {"wikidata_id": "Q4046285", "name": "Pacific Century Group"}, "logo_url": null, "description": "Hong Kong telecommunications company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
647 +{"wikidata_id": "Q1518238", "display_name": "The Saudi National Bank", "legal_name": "البنك الأهلي السعودي", "aliases": ["National Commercial Bank", "Saudi National Bank"], "website": "https://www.alahli.com", "canonical_domain": "alahli.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "1180", "exchange": "Saudi Stock Exchange", "lei": "5586006ZEFQ542K7CY16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_National_Bank_Logo.svg", "description": "Saudi Arabian bank", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
648 +{"wikidata_id": "Q1595443", "display_name": "Hua Xia Bank", "legal_name": null, "aliases": [], "website": "https://www.hxb.com.cn", "canonical_domain": "hxb.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600015", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
649 +{"wikidata_id": "Q1674598", "display_name": "The Israel Corporation Ltd.", "legal_name": "החברה לישראל בע\"מ", "aliases": [], "website": "https://www.israelcorp.com", "canonical_domain": "israelcorp.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ILCO", "exchange": "Tel Aviv Stock Exchange", "lei": "213800VASRTF37M7LO42", "sec_cik": null, "parent": {"wikidata_id": "Q18617091", "name": "Millenium Investments Elad"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IsraelCorp.svg", "description": "Israeli holding company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
650 +{"wikidata_id": "Q1813910", "display_name": "Tokyo Gas", "legal_name": null, "aliases": ["Tokyo Gas Co.", "Ltd.", "Tōkyō Gasu Kabushiki-gaisha"], "website": "https://www.tokyo-gas.co.jp", "canonical_domain": "tokyo-gas.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["oil-gas"], "industry_labels": ["natural gas field"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "9531", "exchange": "Tokyo Stock Exchange", "lei": "353800678EIJLOQSWZ83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_gas_logo.svg", "description": "Japanese natural gas utility", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
651 +{"wikidata_id": "Q1961495", "display_name": "NSK Ltd.", "legal_name": null, "aliases": ["Nippon Seikō Kabushiki-gaisha"], "website": "https://www.nsk.com", "canonical_domain": "nsk.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "6471", "exchange": "Tokyo Stock Exchange", "lei": "353800FVQK6SULSPBC69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NSK_Logo.svg", "description": "Japanese manufacturer of bearings", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
652 +{"wikidata_id": "Q2211731", "display_name": "Paz Retail And Energy", "legal_name": "פז חברת הנפט בע\"מ", "aliases": ["Paz Energy", "Paz Oil Company Ltd."], "website": "https://www.paz.co.il", "canonical_domain": "paz.co.il", "country": "IL", "hq_city": "Yakum", "hq_region": "Hof HaSharon Regional Council", "lat": 32.2475, "lon": 34.8425, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "PZOL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PazCo_Logo.svg", "description": "Israeli energy company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
653 +{"wikidata_id": "Q2393592", "display_name": "Indosat Ooredoo Hutchison", "legal_name": "PT Indosat Tbk", "aliases": ["ISAT", "IOH"], "website": "https://indosatooredoo.com", "canonical_domain": "indosatooredoo.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications", "transportation"], "industry_labels": ["telecommunications industry", "mobile phone industry", "infrastructure industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "ISAT", "exchange": "Indonesia Stock Exchange", "lei": "254900YJOUDT9FUSHL33", "sec_cik": "929700", "parent": {"wikidata_id": "Q919935", "name": "Ooredoo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indosat_Ooredoo_Hutchison.svg", "description": "Indonesian telecommunication company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
654 +{"wikidata_id": "Q2627330", "display_name": "Maxis Communications", "legal_name": null, "aliases": ["MAXIS BERHAD", "Maxis Berhad", "Maxis Bhd."], "website": "https://www.maxis.com.my", "canonical_domain": "maxis.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "6012", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7901687", "name": "Usaha Tegas"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Maxis-logo.png", "description": "Malaysian mobile network operator", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
655 +{"wikidata_id": "Q2723075", "display_name": "Dabur", "legal_name": null, "aliases": [], "website": "https://www.dabur.com", "canonical_domain": "dabur.com", "country": "IN", "hq_city": "Ghaziabad", "hq_region": "Ghaziabad district", "lat": 28.66667, "lon": 77.41667, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "DABUR", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian manufacturer", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
656 +{"wikidata_id": "Q282090", "display_name": "Ikegami Tsushinki", "legal_name": null, "aliases": ["Ikegami Tsūshinki K.K."], "website": "https://www.ikegami.co.jp", "canonical_domain": "ikegami.co.jp", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["technology", "gaming"], "industry_labels": ["electronics", "video game industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6771", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q49125", "name": "Toshiba"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ikegami_Tsushinki_logo.svg", "description": "manufacturer of television equipment", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
657 +{"wikidata_id": "Q3082112", "display_name": "Mitsumi", "legal_name": null, "aliases": ["Mitsumi Denki", "Mitsumi Denki Kabushiki-gaisha", "Mitsumi Electric"], "website": "https://www.mitsumi.co.jp", "canonical_domain": "mitsumi.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6767", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsumi_Electric_company_logo.svg", "description": "Japanese manufacturer of consumer electronic components", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
658 +{"wikidata_id": "Q3341241", "display_name": "Nidec", "legal_name": "Nidec Corporation", "aliases": ["Nihon Densan Kabushiki-gaisha"], "website": "https://www.nidec.com", "canonical_domain": "nidec.com", "country": "JP", "hq_city": "Minami-ku", "hq_region": "Kyoto", "lat": 34.97667, "lon": 135.74667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "6594", "exchange": "Tokyo Stock Exchange", "lei": "353800IF171MZTNL6Y31", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nidec_company_logo.svg", "description": "Japanese electric motor company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1820376"}, {"related_domain_conflict": "Q1989911"}, {"related_domain_conflict": "Q3071783"}]}
659 +{"wikidata_id": "Q487590", "display_name": "Yonhap Television News", "legal_name": "주식회사 와이티엔", "aliases": ["YTN"], "website": "https://ytn.co.kr", "canonical_domain": "ytn.co.kr", "country": "KR", "hq_city": "YTN Newsquare", "hq_region": "Mapo District", "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "040300", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YTN_logo_2014.svg", "description": "South Korean news channel", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
660 +{"wikidata_id": "Q5972314", "display_name": "zoomlion.com", "legal_name": null, "aliases": [], "website": "https://www.zoomlion.com", "canonical_domain": "zoomlion.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000157", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese construction and sanitation company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
661 +{"wikidata_id": "Q6429482", "display_name": "Konka Group", "legal_name": null, "aliases": [], "website": "https://www.konka.com", "canonical_domain": "konka.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "000016", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese electronics and appliances company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
662 +{"wikidata_id": "Q6451272", "display_name": "CJ Cheil Jedang", "legal_name": "CJ CheilJedang Corporation", "aliases": [], "website": "https://cj.co.kr", "canonical_domain": "cj.co.kr", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "097950", "exchange": "Korean Stock Exchange", "lei": "9884008938PK154I3A92", "sec_cik": null, "parent": {"wikidata_id": "Q16165708", "name": "CJ Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cheil_Jedang_logo.png", "description": "South Korean company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
663 +{"wikidata_id": "Q682174", "display_name": "Nippon Sharyo", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.n-sharyo.co.jp", "canonical_domain": "n-sharyo.co.jp", "country": "JP", "hq_city": "Atsuta-ku", "hq_region": "Nagoya", "lat": 35.12844, "lon": 136.91036, "industries": ["automotive", "manufacturing"], "industry_labels": ["rail vehicle manufacturer", "locomotive manufacturing"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "7102", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q513679", "name": "Central Japan Railway Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIPPON_SHARYO_Logo.png", "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
664 +{"wikidata_id": "Q698024", "display_name": "CPC Corporation, Taiwan", "legal_name": null, "aliases": ["CPC", "Chinese Petroleum Corporation", "CPC Corporation"], "website": "https://www.cpc.com.tw", "canonical_domain": "cpc.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "1314", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPC_Corporation%2C_Taiwan_Seal.svg", "description": "Taiwan oil company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
665 +{"wikidata_id": "Q716457", "display_name": "Toyota Tsusho", "legal_name": "豐田通商株式会社", "aliases": ["Toyota Tsusho Corp", "Toyota Tsusho Corporation"], "website": "https://www.toyota-tsusho.com", "canonical_domain": "toyota-tsusho.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8015", "exchange": "Tokyo Stock Exchange", "lei": "549300CEE2ENIUJNXB84", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
666 +{"wikidata_id": "Q7440544", "display_name": "StarHub", "legal_name": null, "aliases": ["StarHub Limited", "StarHub Ltd"], "website": "https://www.starhub.com", "canonical_domain": "starhub.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "SRHBF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Singapore", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
667 +{"wikidata_id": "Q7524930", "display_name": "Sinopharm Group", "legal_name": null, "aliases": [], "website": "https://www.sinopharmgroup.com.cn", "canonical_domain": "sinopharmgroup.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "1099", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27892807", "name": "Sinopharm"}, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
668 +{"wikidata_id": "Q806679", "display_name": "Bank of East Asia", "legal_name": null, "aliases": [], "website": "https://www.hkbea.com", "canonical_domain": "hkbea.com", "country": "CN", "hq_city": "Central", "hq_region": "Central and Western District", "lat": 22.28194, "lon": 114.15806, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "0023", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_East_Asia_Logo.svg", "description": "Hong Kong-based bank", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
669 +{"wikidata_id": "Q906055", "display_name": "Orix", "legal_name": null, "aliases": ["Orix Corporation"], "website": "https://www.orix.co.jp", "canonical_domain": "orix.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "8591", "exchange": "Tokyo Stock Exchange", "lei": "35380016EMHNBOVYE123", "sec_cik": "1070304", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ORIX_Logo.svg", "description": "company", "sitelinks": 14, "importance": 0.4847, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
670 +{"wikidata_id": "Q1156731", "display_name": "Mizuno Corporation", "legal_name": null, "aliases": ["Mizuno", "Mizuno Corp.", "R.K. Mizuno"], "website": "https://corp.mizuno.com", "canonical_domain": "mizuno.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1906, "employees": 5808, "public_company": false, "ticker": null, "exchange": null, "lei": "353800HVH84K5YH37819", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MIZUNO_logo.svg", "description": "Japanese sports equipment and sportswear company", "sitelinks": 29, "importance": 0.483, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
671 +{"wikidata_id": "Q714335", "display_name": "BenQ", "legal_name": null, "aliases": ["BenQ Corporation"], "website": "https://benq.com", "canonical_domain": "benq.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["manufacturing"], "industry_labels": ["electrical industry"], "founded_year": 1984, "employees": 1539, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10886968", "name": "Qisda"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BenQ_2012_logo.svg", "description": "Taiwanese electronics company", "sitelinks": 35, "importance": 0.483, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
672 +{"wikidata_id": "Q19731706", "display_name": "Siloam Hospitals Group", "legal_name": "PT Siloam International Hospitals Tbk.", "aliases": ["SILO", "Siloam Hospitals", "Siloam International Hospitals"], "website": "https://www.siloamhospitals.com", "canonical_domain": "siloamhospitals.com", "country": "ID", "hq_city": "West Pakulonan", "hq_region": "Kelapa Dua", "lat": -6.23805, "lon": 106.63298, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1996, "employees": 12700, "public_company": true, "ticker": "SILO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Siloam_Hospitals.svg", "description": "Indonesian company of group network of hospitals", "sitelinks": 3, "importance": 0.4825, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
673 +{"wikidata_id": "Q125470407", "display_name": "Airalo", "legal_name": null, "aliases": ["airalo", "airalocom"], "website": "https://www.airalo.com", "canonical_domain": "airalo.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2019, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airalo_logo.svg", "description": "eSIM marketplace and connectivity services aggregator", "sitelinks": 46, "importance": 0.4815, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
674 +{"wikidata_id": "Q11199029", "display_name": "FDK Corporation", "legal_name": "FDK株式会社", "aliases": [], "website": "https://www.fdk.co.jp", "canonical_domain": "fdk.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1950, "employees": 1840, "public_company": true, "ticker": "6955", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q186394", "name": "Fujitsu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FDK_Logo.svg", "description": "Japanese electronics manufacturer", "sitelinks": 4, "importance": 0.478, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
675 +{"wikidata_id": "Q11079561", "display_name": "Damai Entertainment", "legal_name": null, "aliases": ["Alibaba Pictures", "Alibaba Pictures Group Limited", "Damai Entertainment Holding Limited"], "website": "https://www.damaiholdings.com", "canonical_domain": "damaiholdings.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["entertainment"], "industry_labels": ["cinematography"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "1060", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": null, "description": "Chinese film company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
676 +{"wikidata_id": "Q1231406", "display_name": "Yili Group", "legal_name": null, "aliases": ["Yīlì Jítuán"], "website": "https://www.yili.com", "canonical_domain": "yili.com", "country": "CN", "hq_city": "Hohhot", "hq_region": "Inner Mongolia", "lat": 40.81507, "lon": 111.66293, "industries": ["food-beverage"], "industry_labels": ["dairy"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600887", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yili_Logo.png", "description": "Chinese company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
677 +{"wikidata_id": "Q1527826", "display_name": "TMBThanachart Bank PCL.", "legal_name": null, "aliases": ["ttb", "TTB Bank", "Tmbthanachart Bank", "Tmbthanachart Bank Public Company Limited", "Tmbthanachart Bank Public Co.", "Ltd."], "website": "https://www.ttbbank.com", "canonical_domain": "ttbbank.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "TTB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q645708", "name": "ING Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TMB_Bank_Logo.svg", "description": "Private Corporation Limiteds Types of Government Banking Institution (A member of Finance Institutions Group's of Thailand)", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
678 +{"wikidata_id": "Q2664679", "display_name": "Gakken Holdings", "legal_name": null, "aliases": ["Gakken", "Gakken Holdings Co.", "Ltd."], "website": "https://www.gakken.co.jp", "canonical_domain": "gakken.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming", "media"], "industry_labels": ["video game industry", "publishing industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "9470", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gakken_company_logo.svg", "description": "Japanese publishing company", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
679 +{"wikidata_id": "Q2722179", "display_name": "Advantest", "legal_name": null, "aliases": ["Advantest Corporation", "Takeda Riken Industry Co.", "Ltd."], "website": "https://www.advantest.com", "canonical_domain": "advantest.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6857", "exchange": "Tokyo Stock Exchange", "lei": "353800EMK32PDKS9XR54", "sec_cik": "1158838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADVANTEST_company_logos.svg", "description": "Japanese integrated circuit testing equipment manufacturer", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1158838", "enriched_at": "2026-09-13T07:23:12+00:00"}}
680 +{"wikidata_id": "Q2777497", "display_name": "First International Bank Of Israel Ltd.", "legal_name": "הבנק הבינלאומי הראשון לישראל בע''מ", "aliases": [], "website": "https://online.fibi.co.il", "canonical_domain": "fibi.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "FIBI", "exchange": "Tel Aviv Stock Exchange", "lei": "2138002RV6AUUX19F397", "sec_cik": null, "parent": {"wikidata_id": "Q6959300", "name": "F.i.b.i. Holdings Ltd."}, "logo_url": null, "description": "Israeli bank founded in 1972", "sitelinks": 13, "importance": 0.4774, "tier": 2, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
681 +{"wikidata_id": "Q3719328", "display_name": "ST Engineering", "legal_name": null, "aliases": ["STEG", "Singapore Technologies Engineering Ltd", "ST Engg"], "website": "https://www.stengg.com", "canonical_domain": "stengg.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["aerospace-defense", "technology", "defense"], "industry_labels": ["aerospace manufacturer", "electronics industry", "defence industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "SGGKF", "exchange": "OTC Markets Group", "lei": "254900OEXGGWCR24DG90", "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": null, "description": "Global technology, defense, and engineering group headquartered in Singapore", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
682 +{"wikidata_id": "Q384730", "display_name": "Obayashi Corporation", "legal_name": null, "aliases": ["Kabushiki-gaisha Ōbayashi Gumi"], "website": "https://www.obayashi.co.jp", "canonical_domain": "obayashi.co.jp", "country": "JP", "hq_city": "Shinagawa Intercity", "hq_region": "Kita-Shinagawa", "lat": 35.62689, "lon": 139.74197, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "1802", "exchange": "Tokyo Stock Exchange", "lei": "529900YT4O5S0LCXWD54", "sec_cik": "1446704", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Obayashi_logo.svg", "description": "Japanese construction company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
683 +{"wikidata_id": "Q409075", "display_name": "Airports of Thailand", "legal_name": null, "aliases": ["AOT", "Airports of Thailand Public Company Limited", "Airports Of Thailand", "Airports Of Thailand Public Company Limited", "Airports Of Thailand Public Co.", "Ltd."], "website": "https://www.airportthai.co.th", "canonical_domain": "airportthai.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["transportation"], "industry_labels": ["fixed-base operator"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "AOT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airports_of_Thailand_Logo.svg", "description": "Thailand's state enterprise", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
684 +{"wikidata_id": "Q4115012", "display_name": "Giordano", "legal_name": null, "aliases": ["International Limited"], "website": "https://www.giordano.com", "canonical_domain": "giordano.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "0709", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Giordano.svg", "description": "Hong Kong-based retailer of men's, women's and children's quality apparel", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
685 +{"wikidata_id": "Q656229", "display_name": "Bushiroad", "legal_name": null, "aliases": ["Bushiroad Inc."], "website": "https://en.bushiroad.com", "canonical_domain": "bushiroad.com", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "7803", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bushiroad_Logo.svg", "description": "Japanese entertainment company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
686 +{"wikidata_id": "Q719628", "display_name": "Amuse", "legal_name": null, "aliases": ["Amuse Inc."], "website": "https://www.amuse.co.jp", "canonical_domain": "amuse.co.jp", "country": "JP", "hq_city": "Fujikawaguchiko", "hq_region": "Minamitsuru district", "lat": 35.50394, "lon": 138.68458, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "4301", "exchange": "Tokyo Stock Exchange", "lei": "9695004TPUIQ9DQEVG35", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMUSE_Logo.svg", "description": "Japanese talent agency", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
687 +{"wikidata_id": "Q7829730", "display_name": "Tower Semiconductor Ltd.", "legal_name": "טאואר סמיקונדקטור בע''מ", "aliases": ["TowerJazz"], "website": "https://www.towersemi.com", "canonical_domain": "towersemi.com", "country": "IL", "hq_city": "Migdal HaEmek", "hq_region": "Jezreel Subdistrict", "lat": 32.67861, "lon": 35.24444, "industries": ["semiconductors"], "industry_labels": ["semiconductor"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "TSEM", "exchange": "Tel Aviv Stock Exchange", "lei": "54930086ZSNXZOUX0C54", "sec_cik": "928876", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-RGB%2Btag.jpg", "description": "company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
688 +{"wikidata_id": "Q869251", "display_name": "Nishi-Nippon Railroad", "legal_name": "Nishi-Nippon Railroad Co., Ltd.", "aliases": ["NNR", "Nishitetsu"], "website": "https://www.nishitetsu.co.jp", "canonical_domain": "nishitetsu.co.jp", "country": "JP", "hq_city": "Hakata-ku", "hq_region": "Fukuoka", "lat": 33.59139, "lon": 130.41472, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1908, "employees": null, "public_company": true, "ticker": "9031", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nishitetsu_logo_vector.svg", "description": "railway company", "sitelinks": 13, "importance": 0.4774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
689 +{"wikidata_id": "Q26836411", "display_name": "B.Grimm", "legal_name": null, "aliases": ["b grimm", "B.Grimm Power", "B.Grimm Power Public Company Limited"], "website": "https://www.bgrimmgroup.com", "canonical_domain": "bgrimmgroup.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1993, "employees": 1750, "public_company": true, "ticker": "BGRIM", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai-based conglomerate", "sitelinks": 4, "importance": 0.4773, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
690 +{"wikidata_id": "Q1737636", "display_name": "Kcell", "legal_name": null, "aliases": ["Activ", "Vegaline"], "website": "https://www.kcell.kz", "canonical_domain": "kcell.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1998, "employees": 1612, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q862303", "name": "Telia Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kcell_wordmark.svg", "description": "Kazakh telecommunications company", "sitelinks": 12, "importance": 0.4766, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
691 +{"wikidata_id": "Q372471", "display_name": "Wargaming", "legal_name": "Wargaming.net, Inc.", "aliases": ["WG", "Wargaming Group Limited", "Inc."], "website": "https://wargaming.com", "canonical_domain": "wargaming.com", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development company", "sitelinks": 28, "importance": 0.4758, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
692 +{"wikidata_id": "Q6584353", "display_name": "Yamato Transport", "legal_name": "ヤマト運輸分割準備株式会社", "aliases": ["Yamato Transport Co.", "Ltd.", "Yamato Un'yu"], "website": "https://www.kuronekoyamato.co.jp", "canonical_domain": "kuronekoyamato.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["transportation"], "industry_labels": ["TRANSPORT"], "founded_year": 2005, "employees": 191172, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3571463", "name": "Yamato Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuroneko_Yamato_text_logo.png", "description": "Japanese delivery services company", "sitelinks": 16, "importance": 0.4739, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
693 +{"wikidata_id": "Q59243", "display_name": "Hyundai Motor Group", "legal_name": null, "aliases": ["'''Hyundai Motor Group", "Hyundai Automotive Group"], "website": "https://www.hyundaimotorgroup.com", "canonical_domain": "hyundaimotorgroup.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Motor_Group_CI.svg", "description": "car manufacturer headquartered in Seoul, South Korea", "sitelinks": 34, "importance": 0.4738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
694 +{"wikidata_id": "Q785697", "display_name": "Shogakukan", "legal_name": null, "aliases": ["Kabushiki-gaisha Shōgakukan", "Shōgakukan", "Shogakukan Inc.", "Shougakukan"], "website": "https://www.shogakukan.co.jp", "canonical_domain": "shogakukan.co.jp", "country": "JP", "hq_city": "Hitotsubashi", "hq_region": "Chiyoda", "lat": 35.69313, "lon": 139.75727, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1922, "employees": 707, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shogakukan_logo.svg", "description": "Japanese publishing company", "sitelinks": 35, "importance": 0.4717, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
695 +{"wikidata_id": "Q687508", "display_name": "Trafigura", "legal_name": "Trafigura Group Pte Ltd", "aliases": ["Trafigura Pte Ltd", "Trafigura Group"], "website": "https://www.trafigura.com", "canonical_domain": "trafigura.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": 4316, "public_company": false, "ticker": null, "exchange": null, "lei": "549300Z2X1L1L3MID765", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trafiguralogo.jpg", "description": "Multinational commodities company domiciled in Singapore", "sitelinks": 27, "importance": 0.4715, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
696 +{"wikidata_id": "Q368777", "display_name": "Hoya Corporation", "legal_name": null, "aliases": ["Hoya", "Hoya Kabushiki-gaisha"], "website": "https://www.hoya.com", "canonical_domain": "hoya.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1941, "employees": 34635, "public_company": false, "ticker": null, "exchange": null, "lei": "353800X4VR3BHEUCJB42", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hoya_Corporation_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.4714, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
697 +{"wikidata_id": "Q696003", "display_name": "Ziraat Bank", "legal_name": null, "aliases": ["Agricultural Bank", "Agricultural Bank of the Republic of Turkey", "Ziraat Bankası"], "website": "https://www.ziraatbank.com.tr", "canonical_domain": "ziraatbank.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1863, "employees": 24092, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28745990", "name": "Türkiye Wealth Fund"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ziraat_Bankas%C4%B1_2025_Logo.svg", "description": "Turkish public sector bank", "sitelinks": 21, "importance": 0.471, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
698 +{"wikidata_id": "Q61852434", "display_name": "Bank Sinarmas", "legal_name": "Bank Sinarmas Tbk", "aliases": ["BSIM"], "website": "https://www.banksinarmas.com", "canonical_domain": "banksinarmas.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1989, "employees": 5528, "public_company": true, "ticker": "BSIM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 3, "importance": 0.4705, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
699 +{"wikidata_id": "Q696338", "display_name": "Kwang Yang Motor", "legal_name": "Kwang Yang Motor Co, Ltd", "aliases": ["KYMCO"], "website": "https://www.kymco.com", "canonical_domain": "kymco.com", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1963, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KYMCO_logo.svg", "description": "Taiwanese motor vehicle company", "sitelinks": 28, "importance": 0.4699, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
700 +{"wikidata_id": "Q28686397", "display_name": "miHoYo", "legal_name": null, "aliases": ["miHoYo Co.", "Ltd.", "miHoYo Entertainment", "miHoYo Entertainment Limited", "miHoYo Inc.", "miHoYo Limited", "miHoYo Studio"], "website": "https://www.mihoyo.com", "canonical_domain": "mihoyo.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video game developer", "sitelinks": 26, "importance": 0.4698, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
701 +{"wikidata_id": "Q1001931", "display_name": "Melco Holdings", "legal_name": null, "aliases": ["MELCO HOLDINGS INC."], "website": "https://melco-hd.jp", "canonical_domain": "melco-hd.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "6676", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Buffalo_logo.png", "description": "Japanese business", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
702 +{"wikidata_id": "Q1003813", "display_name": "China Pacific Insurance", "legal_name": null, "aliases": ["China Pacific Insurance Company", "China Pacific Insurance Group", "China Pacific Life Insurance Co.", "Ltd", "China Pacific Property Insurance Co.", "Ltd.", "CPIC Group", "Pacific Insurance"], "website": "https://www.cpic.com.cn", "canonical_domain": "cpic.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "601601", "exchange": "Shanghai Stock Exchange", "lei": "529900BA5ILEL308WX03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Pacific_Insurance_Company.svg", "description": "insurance company in Mainland China", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
703 +{"wikidata_id": "Q1022075", "display_name": "BIM", "legal_name": null, "aliases": ["BİM", "United Markets"], "website": "https://www.bim.com.tr", "canonical_domain": "bim.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "BIMAS", "exchange": "Borsa Istanbul", "lei": "7890001GCDJQD8DJKE29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bim_%28company%29_logo.svg", "description": "discount store chain based in Turkey", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
704 +{"wikidata_id": "Q1129882", "display_name": "Krakatau Steel", "legal_name": "PT. Krakatau Steel (Persero) Tbk", "aliases": ["Krakatau Steel (Persero)", "Krakatau Steel (Persero) Tbk", "KRAS", "Perusahaan Terbatas Krakatau Steel", "PT Krakatau Steel"], "website": "https://www.krakatausteel.com", "canonical_domain": "krakatausteel.com", "country": "ID", "hq_city": "Cilegon", "hq_region": "Banten", "lat": -6.01667, "lon": 106.01667, "industries": ["construction", "mining", "chemicals"], "industry_labels": ["pipe", "engineering", "metal industry", "iron and steel industry", "basic industry and chemicals sector"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "KRAS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Krakatau_Steel_%282020%29.svg", "description": "Indonesian steel company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
705 +{"wikidata_id": "Q11512295", "display_name": "Meiji Holdings", "legal_name": null, "aliases": ["Meiji Holdings Co.", "Ltd."], "website": "https://www.meiji.com", "canonical_domain": "meiji.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67688, "lon": 139.76896, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "2269", "exchange": "Tokyo Stock Exchange", "lei": "5299002D52YIP6DWMV49", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meiji_logo.svg", "description": "Japanese holding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
706 +{"wikidata_id": "Q1267788", "display_name": "Wuhan Iron and Steel Corporation", "legal_name": "武钢集团", "aliases": ["WISCO", "Wugang Group", "Wuhan Iron and Steel"], "website": "https://www.wuganggroup.cn", "canonical_domain": "wuganggroup.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.62165, "lon": 114.4379, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600005", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q249692", "name": "China Baowu Steel Group"}, "logo_url": null, "description": "Chinese state-owned steel making conglomerate", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
707 +{"wikidata_id": "Q1417614", "display_name": "Hirose Electric Group", "legal_name": null, "aliases": ["Hirose Denki kabushiki-gaisha"], "website": "https://www.hirose.com", "canonical_domain": "hirose.com", "country": "JP", "hq_city": "Ōsaki", "hq_region": "Shinagawa", "lat": 35.61973, "lon": 139.72797, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "HRSEF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hirose_Electric_company_logo.svg", "description": "public company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
708 +{"wikidata_id": "Q1423176", "display_name": "Mitsubishi Materials", "legal_name": null, "aliases": ["Mitsubishi Materiaru Kabushiki-gaisha"], "website": "https://www.mmc.co.jp", "canonical_domain": "mmc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": [], "founded_year": 1871, "employees": null, "public_company": true, "ticker": "5711", "exchange": "Tokyo Stock Exchange", "lei": "35380076QOBOSOUBRT89", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Material_Corporation.png", "description": "company of Mitsubishi group", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
709 +{"wikidata_id": "Q1581562", "display_name": "Iseki", "legal_name": null, "aliases": ["ISEKI & CO.", "LTD."], "website": "https://www.iseki.co.jp", "canonical_domain": "iseki.co.jp", "country": "JP", "hq_city": "Nishi-Nippori", "hq_region": "Arakawa", "lat": 35.73217, "lon": 139.76723, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "6310", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iseki_company_logo.svg", "description": "public company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
710 +{"wikidata_id": "Q1654264", "display_name": "IOI Group", "legal_name": null, "aliases": ["IOI", "IOI CORPORATION BERHAD", "Ioi Corporation Berhad", "Ioi Corporation Bhd."], "website": "https://www.ioigroup.com", "canonical_domain": "ioigroup.com", "country": "MY", "hq_city": "Putrajaya", "hq_region": "Malaysia", "lat": 2.93, "lon": 101.69, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "1961", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IOI_Group_logo.svg", "description": "Malaysian conglomerate", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
711 +{"wikidata_id": "Q1688845", "display_name": "DMG Mori Seiki", "legal_name": null, "aliases": ["DMG MORI Co.", "Ltd.", "DMG Mori Seiki Kabushiki-gaisha", "Mori Seiki Co.", "Ltd"], "website": "https://www.dmgmori.co.jp", "canonical_domain": "dmgmori.co.jp", "country": "JP", "hq_city": "Nakamura-ku", "hq_region": "Nagoya", "lat": 35.17667, "lon": 136.86806, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "MRSKF", "exchange": "OTC Markets Group", "lei": "353800P4I3FIXTQV2E13", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_DMG_MORI_black_png_%281%29.png", "description": "Japanese machine tool builder", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
712 +{"wikidata_id": "Q17025504", "display_name": "CF MOTO", "legal_name": null, "aliases": ["Zhejiang Chunfeng Power", "Zhejiang CFMOTO Power"], "website": "https://global.cfmoto.com", "canonical_domain": "cfmoto.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "603129", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CFMOTO_Logo.svg", "description": "Chinese motorcycle company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
713 +{"wikidata_id": "Q1786712", "display_name": "Wilmar International", "legal_name": "Wilmar International Ltd", "aliases": [], "website": "https://www.wilmar-international.com", "canonical_domain": "wilmar-international.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "WLMIF", "exchange": "OTC Markets Group", "lei": "549300H2EAI4YRLWBB20", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wilmar_International_Logo.svg", "description": "Singaporean food processing and investment holding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
714 +{"wikidata_id": "Q1789188", "display_name": "Sun Hung Kai Properties", "legal_name": null, "aliases": ["SHK", "SHKP", "SHK Properties"], "website": "https://www.shkp.com", "canonical_domain": "shkp.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "0016", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sun_Hung_Kai_Properties_logo.svg", "description": "Hong Kong real estate developer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
715 +{"wikidata_id": "Q1804128", "display_name": "Uzbekneftegaz", "legal_name": null, "aliases": [], "website": "https://www.ung.uz", "canonical_domain": "ung.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "UZNG", "exchange": "Tashkent Stock Exchange", "lei": "213800LUZJZFLJD4MJ51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Neftegaz11.JPG", "description": "Uzbek state-owned oil and gas company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
716 +{"wikidata_id": "Q1807264", "display_name": "The People's Insurance Company (Group) of China Limited", "legal_name": "中国人民保险集团股份有限公司", "aliases": ["People's Insurance Company of China", "People's Insurance Company of China Group", "PICC", "PICC Group"], "website": "https://www.picc.com", "canonical_domain": "picc.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "601319", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q832407", "name": "Ministry of Finance of the People's Republic of China"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/People%27s_Insurance_Company_of_China_logo_2.png", "description": "Chinese insurance company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
717 +{"wikidata_id": "Q197914", "display_name": "Zhong Tong Bus", "legal_name": null, "aliases": [], "website": "https://www.zhongtong.com", "canonical_domain": "zhongtong.com", "country": "CN", "hq_city": "Liaocheng", "hq_region": "Shandong", "lat": 36.45, "lon": 115.98333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "000957", "exchange": "Shenzhen Stock Exchange", "lei": "3003004AICHCRPEVJO75", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hersteller-logo_von_Zhong_Tong_Bus.gif", "description": "Chinese bus company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
718 +{"wikidata_id": "Q2135836", "display_name": "Recruit Holdings", "legal_name": null, "aliases": [], "website": "https://recruit-holdings.com", "canonical_domain": "recruit-holdings.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["professional-services", "media"], "industry_labels": ["tertiary sector of the economy", "publishing"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "6098", "exchange": "Tokyo Stock Exchange", "lei": "353800R2LRSMVVC4I806", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Recruit_Holdings_logo.svg", "description": "Japanese company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
719 +{"wikidata_id": "Q2387094", "display_name": "Tadano Limited", "legal_name": null, "aliases": ["TADANO LTD."], "website": "https://www.tadano.com", "canonical_domain": "tadano.com", "country": "JP", "hq_city": "Takamatsu", "hq_region": "Kagawa Prefecture", "lat": 34.34281, "lon": 134.04661, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6395", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tadano_company_logo.svg", "description": "japan-based Crane manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10375476"}]}
720 +{"wikidata_id": "Q2629382", "display_name": "Sony Financial Holdings", "legal_name": "ソニーフィナンシャルグループ株式会社", "aliases": [], "website": "https://www.sonyfg.co.jp", "canonical_domain": "sonyfg.co.jp", "country": "JP", "hq_city": "Otemachi Financial City Grand Cube", "hq_region": "Ōtemachi", "lat": 35.68861, "lon": 139.76472, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "8729", "exchange": "Tokyo Stock Exchange", "lei": "353800O7BDSU41WOZA60", "sec_cik": "1418001", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Financial_Group_logo.svg", "description": "Japanese financial holding company owned by Sony", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
721 +{"wikidata_id": "Q2679402", "display_name": "Japan Display", "legal_name": null, "aliases": ["JDI", "Japan Display Inc. (Tokyo)", "Kabushiki-gaisha Japan Disupurei"], "website": "https://www.j-display.com", "canonical_domain": "j-display.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "6740", "exchange": "Tokyo Stock Exchange", "lei": "549300MRBFG3ZQVW2T64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Display_logo.svg", "description": "Japanese display manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
722 +{"wikidata_id": "Q2777129", "display_name": "Mizrahi Tefahot Bank Ltd.", "legal_name": "בנק מזרחי טפחות בע''מ", "aliases": [], "website": "https://www.mizrahi-tefahot.co.il", "canonical_domain": "mizrahi-tefahot.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "MZTF", "exchange": "Tel Aviv Stock Exchange", "lei": "YZO9YEGEO4VYDZMDWF93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D7%9C%D7%95%D7%92%D7%95_%D7%A9%D7%9C_%D7%91%D7%A0%D7%A7_%D7%9E%D7%96%D7%A8%D7%97%D7%99-%D7%98%D7%A4%D7%97%D7%95%D7%AA.svg", "description": "Israeli banking company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
723 +{"wikidata_id": "Q296053", "display_name": "AOpen", "legal_name": "AOpen Inc.", "aliases": ["AOPEN"], "website": "https://www.aopen.com", "canonical_domain": "aopen.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "computer hardware industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "3046", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q481778", "name": "Acer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AOpen_logo_20120201.jpg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
724 +{"wikidata_id": "Q3268530", "display_name": "CelcomDigi", "legal_name": null, "aliases": ["DiGi Telecommunications", "Celcomdigi Berhad", "Celcomdigi Bhd."], "website": "https://www.celcomdigi.com", "canonical_domain": "celcomdigi.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "6947", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian telecommunications company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
725 +{"wikidata_id": "Q3272868", "display_name": "CapitaLand", "legal_name": "CapitaLand Investment Ltd", "aliases": [], "website": "https://www.capitaland.com", "canonical_domain": "capitaland.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["retail", "hospitality"], "industry_labels": ["retail", "hospitality industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "CLILF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CapitaLand_Logo.svg", "description": "Singaporean real estate organization", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
726 +{"wikidata_id": "Q3930665", "display_name": "Indofood", "legal_name": "Indofood Sukses Makmur Tbk", "aliases": ["INDF", "Indofood Sukses Makmur", "PT Indofood Sukses Makmur Tbk", "PT. Indofood Sukses Makmur Tbk"], "website": "https://www.indofood.com", "canonical_domain": "indofood.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food", "food industry", "consumer goods industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "INDF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": "1445211", "parent": {"wikidata_id": "Q305393", "name": "First Pacific"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-indofood.svg", "description": "Indonesian producer of pharmaceuticals and drinks", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1445211", "enriched_at": "2026-09-13T07:23:12+00:00"}}
727 +{"wikidata_id": "Q484143", "display_name": "Gravity Corporation", "legal_name": null, "aliases": ["GRAVITY Co.", "Ltd."], "website": "https://www.gravity.co.kr", "canonical_domain": "gravity.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "GRVY", "exchange": "Nasdaq", "lei": null, "sec_cik": "1313310", "parent": {"wikidata_id": "Q5618753", "name": "GungHo Online Entertainment"}, "logo_url": null, "description": "South Korean video game corporation", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1313310", "enriched_at": "2026-09-13T07:23:12+00:00"}}
728 +{"wikidata_id": "Q489195", "display_name": "HJ Shipbuilding & Construction", "legal_name": "주식회사 HJ중공업", "aliases": ["Hanjin Heavy Industries", "Hanjin Heavy Industries & Construction", "HJSC"], "website": "https://www.hjsc.co.kr", "canonical_domain": "hjsc.co.kr", "country": "KR", "hq_city": "Bongnae-dong", "hq_region": "Yeongdo District", "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "097230", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HJSC_logo%28%EC%98%81%EB%AC%B8%29.png", "description": "South Korean multinational shipbuilding company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
729 +{"wikidata_id": "Q490142", "display_name": "Amorepacific Corporation", "legal_name": "AMOREPACIFIC CORPORATION", "aliases": ["Amorepacific", "Amore Pacific", "AmorePacific Group"], "website": "https://www.amorepacific.com", "canonical_domain": "amorepacific.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["consumer-goods"], "industry_labels": ["perfumes industry", "cosmetics industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "090430", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18141920", "name": "Amorepacific Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AMOREPACIFIC_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
730 +{"wikidata_id": "Q5434486", "display_name": "Far EasTone", "legal_name": null, "aliases": ["FET", "Far EasTone Telecommunications", "Far EasTone/FET", "FarEasTone"], "website": "https://www.fetnet.net", "canonical_domain": "fetnet.net", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "4904", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Taiwan", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
731 +{"wikidata_id": "Q563107", "display_name": "Hanwha Aerospace", "legal_name": "Hanwha Aerospace Co., Ltd.", "aliases": [], "website": "https://www.hanwhaaerospace.com", "canonical_domain": "hanwhaaerospace.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "012450", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q489202", "name": "Hanwha Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_Aerospace_Logo.svg", "description": "South Korean aerospace and defense company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
732 +{"wikidata_id": "Q5871699", "display_name": "Kanadevia Corporation", "legal_name": null, "aliases": ["Hitachi Shipbuilding Corporation", "Hitachi Zosen Corporation", "Hitachi Zōsen Kabushiki-kaisha", "Kanadevia"], "website": "https://www.kanadevia.com", "canonical_domain": "kanadevia.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["defense", "manufacturing"], "industry_labels": ["weapons industry", "heavy industry"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": "7004", "exchange": "Tokyo Stock Exchange", "lei": "5493006MPD0OCAMCE046", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kanadevia_Logo.svg", "description": "Japanese industrial and engineering corporation", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
733 +{"wikidata_id": "Q5971072", "display_name": "IG Port", "legal_name": null, "aliases": ["I.G Port", "Inc."], "website": "https://www.igport.co.jp", "canonical_domain": "igport.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming", "entertainment"], "industry_labels": ["video game industry", "cinema of Japan"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "3791", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IG_Port_Logo.png", "description": "Japanese stock holder for entertainment media", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
734 +{"wikidata_id": "Q6458668", "display_name": "LIG Defense&Aerospace", "legal_name": "LIG Defense&Aerospace", "aliases": ["LG Innotek", "LIG Nex1"], "website": "https://www.lignex1.com", "canonical_domain": "lignex1.com", "country": "KR", "hq_city": "Yongin", "hq_region": "Gyeonggi Province", "lat": 37.23611, "lon": 127.20111, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "079550", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12581436", "name": "LIG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LIG_Defense_%26_Aerospace_Logo_%28Wordmark%29.svg", "description": "South Korean aerospace manufacturer and defense company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
735 +{"wikidata_id": "Q7413176", "display_name": "Samyang Foods", "legal_name": null, "aliases": [], "website": "https://www.samyangfoods.com", "canonical_domain": "samyangfoods.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "003230", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samyang_Foods_Logo.svg", "description": "South Korean food company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
736 +{"wikidata_id": "Q751883", "display_name": "The Hong Kong and China Gas Company Limited", "legal_name": null, "aliases": ["Towngas"], "website": "https://www.towngas.com", "canonical_domain": "towngas.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1862, "employees": null, "public_company": true, "ticker": "0003", "exchange": "Hong Kong Stock Exchange", "lei": "254900P7BETXGC7YU827", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Towngas_2024_01.png", "description": "company in Hong Kong", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
737 +{"wikidata_id": "Q782537", "display_name": "Bank of Ayudhya", "legal_name": null, "aliases": ["Krungsri", "Bank Of Ayudhya", "Bank Of Ayudhya Public Company Limited", "Bank Of Ayudhya Public Co.", "Ltd."], "website": "https://www.krungsri.com", "canonical_domain": "krungsri.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "BAY", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1542175", "name": "Mitsubishi UFJ Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Krungsri_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
738 +{"wikidata_id": "Q867714", "display_name": "Mitsubishi Pencil", "legal_name": null, "aliases": ["uni-ball"], "website": "https://www.uniball.com", "canonical_domain": "uniball.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "7976", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uni_ball_red_logo.svg", "description": "Japanese stationery manufacturer", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
739 +{"wikidata_id": "Q913825", "display_name": "Daiwa House Industry", "legal_name": "Daiwa House Industry Co., Ltd.", "aliases": ["Daiwa House", "Daiwa House Group"], "website": "https://www.daiwahouse.co.jp", "canonical_domain": "daiwahouse.co.jp", "country": "JP", "hq_city": "Daiwa House Osaka Building", "hq_region": "Kita-ku", "lat": 34.69956, "lon": 135.49267, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "1925", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiwa_House_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.4697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
740 +{"wikidata_id": "Q6718487", "display_name": "MTN Syria", "legal_name": null, "aliases": [], "website": "https://mtn.com.sy", "canonical_domain": "mtn.com.sy", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2007, "employees": 1023, "public_company": true, "ticker": "MTN", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTN_Logo.svg", "description": "Syrian telecommunication company", "sitelinks": 4, "importance": 0.4695, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
741 +{"wikidata_id": "Q2165702", "display_name": "State Railway of Thailand", "legal_name": null, "aliases": [], "website": "https://www.railway.co.th", "canonical_domain": "railway.co.th", "country": "TH", "hq_city": "Pathum Wan", "hq_region": "Bangkok", "lat": 13.73667, "lon": 100.52333, "industries": ["transportation"], "industry_labels": [], "founded_year": 1897, "employees": 26412, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emblem_of_the_State_Railway_of_Thailand.svg", "description": "state-owned railway operator of Thailand", "sitelinks": 20, "importance": 0.4675, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
742 +{"wikidata_id": "Q10915767", "display_name": "Taiwan High Speed Rail Corporation", "legal_name": null, "aliases": ["THSRC"], "website": "https://www.thsrc.com.tw", "canonical_domain": "thsrc.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1998, "employees": 4475, "public_company": true, "ticker": "2633", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "operation company of Taiwan High Speed Rail", "sitelinks": 3, "importance": 0.4674, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
743 +{"wikidata_id": "Q1109534", "display_name": "Viettel Group", "legal_name": null, "aliases": ["Military Industry and Telecoms Group", "Viettel", "VIETTEL GROUP (Ha Noi)"], "website": "https://viettel.vn", "canonical_domain": "viettel.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": 80000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10831781", "name": "General Department of Defence Industry"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viettel_Group_en_logo.svg", "description": "multinational telecommunications company of Vietnam", "sitelinks": 17, "importance": 0.4673, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
744 +{"wikidata_id": "Q11509093", "display_name": "Nippon Shokubai", "legal_name": null, "aliases": [], "website": "https://www.shokubai.co.jp", "canonical_domain": "shokubai.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1941, "employees": 4219, "public_company": true, "ticker": "4114", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Shokubai_company_logo.svg", "description": null, "sitelinks": 3, "importance": 0.4666, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
745 +{"wikidata_id": "Q13182740", "display_name": "Nepal SBI Bank Limited", "legal_name": null, "aliases": ["Nepal SBI Bank", "Nepal SBI Bank Ltd"], "website": "https://www.nepalsbi.com.np", "canonical_domain": "nepalsbi.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["financial-services", "banking"], "industry_labels": ["financial sector", "commercial banking industry"], "founded_year": 1992, "employees": 800, "public_company": true, "ticker": "SBI", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1340361", "name": "State Bank of India"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nepal_SBI_Bank_Logo.svg", "description": "bank in Nepal", "sitelinks": 4, "importance": 0.466, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
746 +{"wikidata_id": "Q489238", "display_name": "STX Corporation", "legal_name": null, "aliases": [], "website": "https://www.stx.co.kr", "canonical_domain": "stx.co.kr", "country": "KR", "hq_city": "Seongsan-gu", "hq_region": "Changwon", "lat": 35.192, "lon": 128.671, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 2001, "employees": 70000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%EC%A7%80%EC%A3%BC.png", "description": "company", "sitelinks": 17, "importance": 0.4654, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
747 +{"wikidata_id": "Q4407014", "display_name": "Samruk-Kazyna", "legal_name": null, "aliases": ["Kazyna"], "website": "https://www.sk.kz", "canonical_domain": "sk.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["transportation"], "industry_labels": ["Promyshlennaya", "transportation"], "founded_year": 2008, "employees": 262200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3814905", "name": "Government of Kazakhstan"}, "logo_url": null, "description": "sovereign wealth fund of Kazakhstan", "sitelinks": 14, "importance": 0.4653, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
748 +{"wikidata_id": "Q131577453", "display_name": "DeepSeek", "legal_name": "DeepSeek", "aliases": ["Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co.", "Ltd."], "website": "https://deepseek.com", "canonical_domain": "deepseek.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["technology", "artificial-intelligence"], "industry_labels": ["information technology", "artificial intelligence", "large language model"], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116949516", "name": "High-Flyer"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DeepSeek_logo.svg", "description": "Chinese artificial intelligence company", "sitelinks": 82, "importance": 0.4646, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
749 +{"wikidata_id": "Q2895117", "display_name": "Audiocodes Ltd.", "legal_name": "אודיוקודס בע''מ", "aliases": ["AudioCodes (Israel)", "AudioCodes Ltd."], "website": "https://www.audiocodes.com", "canonical_domain": "audiocodes.com", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": ["telecommunications", "technology", "cybersecurity"], "industry_labels": ["telecommunications", "technology", "communication", "Voice over IP", "information security", "communications media", "telecommunications industry"], "founded_year": 1993, "employees": 728, "public_company": true, "ticker": "AUDC", "exchange": "Tel Aviv Stock Exchange", "lei": "529900TA48138NEVR854", "sec_cik": "1086434", "parent": null, "logo_url": null, "description": "vendor of advanced voice networking and media processing solutions for the digital workplace", "sitelinks": 4, "importance": 0.4646, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1086434", "enriched_at": "2026-09-13T07:23:12+00:00"}}
750 +{"wikidata_id": "Q853878", "display_name": "VietJet Air", "legal_name": null, "aliases": ["VietJet", "VietJet Airline", "VietJet Airlines", "VietJet Aviation Joint Stock Company"], "website": "https://www.vietjetair.com", "canonical_domain": "vietjetair.com", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VietJet_Air_logo.svg", "description": "low-cost airline from Vietnam", "sitelinks": 82, "importance": 0.4646, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q23899316"}]}
751 +{"wikidata_id": "Q29366", "display_name": "Changan Automobile", "legal_name": null, "aliases": ["Chanag'an"], "website": "https://www.globalchangan.com", "canonical_domain": "globalchangan.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.57323, "lon": 106.54833, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1022190", "name": "China South Industries Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Changan_icon.svg", "description": "Chinese state-owned automobile manufacturer", "sitelinks": 31, "importance": 0.4644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
752 +{"wikidata_id": "Q543449", "display_name": "e&", "legal_name": null, "aliases": ["Etisalat", "Emirates Telecommunications Group Company", "etisalat and", "Etisalat by e&"], "website": "https://www.eand.com", "canonical_domain": "eand.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1976, "employees": 11000, "public_company": false, "ticker": null, "exchange": null, "lei": "529900XDPQPWEQ9BGB80", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eand_Logo_EN.svg", "description": "Abu Dhabi-based multinational telecom provider", "sitelinks": 22, "importance": 0.4644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
753 +{"wikidata_id": "Q15138136", "display_name": "Mindray", "legal_name": null, "aliases": ["Mindray Medical International Limited"], "website": "https://www.mindray.com", "canonical_domain": "mindray.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1991, "employees": 10000, "public_company": true, "ticker": null, "exchange": null, "lei": "213800L7HSJE2P72PZ24", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mindray_logo_%282024%29.png", "description": "a global medical instrumentation developer, manufacturer, and marketer based in Shenzhen, China.", "sitelinks": 8, "importance": 0.4643, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
754 +{"wikidata_id": "Q643271", "display_name": "AOC International", "legal_name": null, "aliases": ["AOC", "Admiral Overseas Corporation"], "website": "https://aoc.com", "canonical_domain": "aoc.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1934, "employees": 30000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aoc_international_logo.svg", "description": "Taiwanese electronics company", "sitelinks": 19, "importance": 0.4642, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
755 +{"wikidata_id": "Q85607259", "display_name": "Nexters", "legal_name": "Nexters Global LTD", "aliases": ["GDEV", "GDEV Inc.", "Nexters Global"], "website": "https://www.nexters.com", "canonical_domain": "nexters.com", "country": "CY", "hq_city": "Larnaca", "hq_region": "Larnaca Municipality", "lat": 34.91667, "lon": 33.63333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": 700, "public_company": true, "ticker": "GDEV", "exchange": "Nasdaq", "lei": null, "sec_cik": "1848739", "parent": null, "logo_url": null, "description": "Cypriotic mobile game developer", "sitelinks": 4, "importance": 0.4641, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1848739", "enriched_at": "2026-09-13T07:23:12+00:00"}}
756 +{"wikidata_id": "Q1611033", "display_name": "Alps Alpine", "legal_name": null, "aliases": ["Alps Electric"], "website": "https://www.alpsalpine.com", "canonical_domain": "alpsalpine.com", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1948, "employees": 42053, "public_company": false, "ticker": null, "exchange": null, "lei": "529900PWNU4ASLY9VI90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alps_Alpine_logos.gif", "description": "company", "sitelinks": 18, "importance": 0.4637, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
757 +{"wikidata_id": "Q16849029", "display_name": "Bumi Serpong Damai", "legal_name": "PT Bumi Serpong Damai Tbk", "aliases": ["BSDE"], "website": "https://www.bsdcity.com", "canonical_domain": "bsdcity.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": -6.30056, "lon": 106.65222, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1984, "employees": 3414, "public_company": true, "ticker": "BSDE", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BSD_CITY_Logo.png", "description": "planned township in Greater Jakarta, Indonesia", "sitelinks": 3, "importance": 0.4635, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q122309494"}]}
758 +{"wikidata_id": "Q7064069", "display_name": "Nova Ltd.", "legal_name": "נובה בע''מ", "aliases": ["Nova Measuring Instruments"], "website": "https://www.novami.com", "canonical_domain": "novami.com", "country": "IL", "hq_city": "Rehovot", "hq_region": "Rehovot sub-district", "lat": 31.89139, "lon": 34.80778, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1993, "employees": 646, "public_company": true, "ticker": "NVMI", "exchange": "Tel Aviv Stock Exchange", "lei": "529900B2DSWE5V3SC292", "sec_cik": "1109345", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nova_Ltd._logo_2023.svg", "description": "Israeli semiconductor company", "sitelinks": 4, "importance": 0.4629, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1109345", "enriched_at": "2026-09-13T07:23:12+00:00"}}
759 +{"wikidata_id": "Q902109", "display_name": "Sabancı Holding", "legal_name": null, "aliases": ["Hacı Ömer Sabancı Holding A.Ş."], "website": "https://www.sabanci.com", "canonical_domain": "sabanci.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1926, "employees": 57556, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sabanc%C4%B1_Holding_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.4625, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
760 +{"wikidata_id": "Q1640290", "display_name": "ENEOS", "legal_name": "JXTGエネルギー株式会社", "aliases": ["Nippon Oil", "JX Nippon Oil & Energy", "JX Nippon Oil & Energy Corporation", "JXTG Nippon Oil & Energy", "JXTG Nippon Oil & Energy Corporation"], "website": "https://www.eneos.co.jp", "canonical_domain": "eneos.co.jp", "country": "JP", "hq_city": "JX Building", "hq_region": "Ōtemachi", "lat": 35.68425, "lon": 139.77022, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1888, "employees": 13290, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q128577", "name": "ENEOS Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ENEOS_logo.svg", "description": "oil companies of Japan", "sitelinks": 21, "importance": 0.4624, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q128577"}]}
761 +{"wikidata_id": "Q51744", "display_name": "AutoNavi Holdings Limited", "legal_name": null, "aliases": ["Amap", "AutoNavi", "AutoNavi Information Technology Co. Ltd.", "AutoNavi Software Co.", "Ltd.", "Beijing Mapabc Co. Ltd."], "website": "https://www.autonavi.com", "canonical_domain": "autonavi.com", "country": "CN", "hq_city": "Wangjing subdistrict", "hq_region": "Chaoyang District", "lat": 39.99143, "lon": 116.46321, "industries": ["shipping"], "industry_labels": [], "founded_year": 2001, "employees": 2000, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": null, "description": "corporation of digital map content and navigation and location-based solutions", "sitelinks": 10, "importance": 0.4621, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
762 +{"wikidata_id": "Q1016072", "display_name": "Pepper Lunch", "legal_name": null, "aliases": [], "website": "https://pepperlunch.com", "canonical_domain": "pepperlunch.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "3053", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pepper_Lunch_Logo.png", "description": "Japanese restaurant chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
763 +{"wikidata_id": "Q106239020", "display_name": "Winner Medical Co., Ltd.", "legal_name": null, "aliases": ["Winner Medical"], "website": "https://www.winnermedical.com", "canonical_domain": "winnermedical.com", "country": "CN", "hq_city": "Beizhan", "hq_region": "Minzhi Subdistrict", "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "300888", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winner_Medical_logo.png", "description": null, "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
764 +{"wikidata_id": "Q10873167", "display_name": "China Everbright Bank", "legal_name": null, "aliases": ["China Everbright Bank Co.", "Ltd"], "website": "https://www.cebbank.com.cn", "canonical_domain": "cebbank.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "601818", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9384126", "name": "China Everbright Group Ltd."}, "logo_url": null, "description": "Chinese state-owned bank", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
765 +{"wikidata_id": "Q1131297", "display_name": "Lion Corporation", "legal_name": null, "aliases": ["Lion"], "website": "https://www.lion.co.jp", "canonical_domain": "lion.co.jp", "country": "JP", "hq_city": "Kuramae", "hq_region": "Taitō-ku", "lat": 35.70333, "lon": 139.7909, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "4912", "exchange": "Tokyo Stock Exchange", "lei": "529900MPGS2GM7VPG855", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LION_logo.svg", "description": "Japanese consumer goods company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
766 +{"wikidata_id": "Q1136056", "display_name": "Tofaş", "legal_name": null, "aliases": ["Türk Otomobil Fabrikası Anonim Şirketi (Turkey)"], "website": "https://www.tofas.com.tr", "canonical_domain": "tofas.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1968, "employees": 6500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15678788", "name": "Fiat Chrysler Automobiles"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOFA%C5%9E_logo_%282019-%29.svg", "description": "Turkish automotive company", "sitelinks": 23, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
767 +{"wikidata_id": "Q11656239", "display_name": "Kansai Paint", "legal_name": null, "aliases": ["Kansai Peinto Kabushiki-gaisha"], "website": "https://www.kansai.co.jp", "canonical_domain": "kansai.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "4613", "exchange": "Tokyo Stock Exchange", "lei": "549300ERRV6FTKH9NN70", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kansai_Paint_Co.%2C_Ltd._Logo.svg", "description": "Japanese, Osaka-based chemical company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
768 +{"wikidata_id": "Q13479653", "display_name": "Okuma Corporation", "legal_name": null, "aliases": [], "website": "https://www.okuma.co.jp", "canonical_domain": "okuma.co.jp", "country": "JP", "hq_city": "Oguchi", "hq_region": "Niwa district", "lat": 35.3325, "lon": 136.90781, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "6103", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okuma_Corporation_company_logo.svg", "description": "manufacturer of CNC turning and milling machines", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
769 +{"wikidata_id": "Q1604969", "display_name": "KOLOUR", "legal_name": null, "aliases": ["Henderson", "Henderson Land", "Henderson Land Development", "Henderson Land Development Co.", "Henderson Land Development Co. Ltd."], "website": "https://www.hld.com", "canonical_domain": "hld.com", "country": "HK", "hq_city": "International Finance Centre", "hq_region": "Central and Western District", "lat": 22.285, "lon": 114.15917, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "0012", "exchange": "Hong Kong Stock Exchange", "lei": "529900SYQB7IVR9QGN76", "sec_cik": null, "parent": null, "logo_url": null, "description": "Citistore", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
770 +{"wikidata_id": "Q1619261", "display_name": "Hindalco Industries", "legal_name": null, "aliases": ["Hindalco Industries Ltd."], "website": "https://www.hindalco.com", "canonical_domain": "hindalco.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "HINDALCO", "exchange": "National Stock Exchange of India", "lei": "335800KXLE5NO5B4GF90", "sec_cik": null, "parent": {"wikidata_id": "Q357600", "name": "Aditya Birla Group"}, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
771 +{"wikidata_id": "Q1669309", "display_name": "Noritake", "legal_name": null, "aliases": ["Noritake Co.", "Ltd."], "website": "https://www.noritake.co.jp", "canonical_domain": "noritake.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["technology"], "industry_labels": [], "founded_year": 1904, "employees": null, "public_company": true, "ticker": "5331", "exchange": "Tokyo Stock Exchange", "lei": "529900EN4XJGJXV4A581", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Noritake_logo.svg", "description": "Japanese tableware and technology company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
772 +{"wikidata_id": "Q1680777", "display_name": "Siam Cement", "legal_name": null, "aliases": ["SCG", "Siam Cement Group", "The Siam Cement Public Company Limited", "The Siam Cement Public Company Ltd.", "The Siam Cement", "The Siam Cement Public Co.", "Ltd."], "website": "https://www.scg.com", "canonical_domain": "scg.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.806, "lon": 100.53822, "industries": ["asset-management", "manufacturing", "construction"], "industry_labels": ["holding company", "conglomerate", "construction materials industry"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "SCC", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cement company in Thailand", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
773 +{"wikidata_id": "Q1856260", "display_name": "Tempo Beverages Ltd", "legal_name": "טמפו משקאות בע''מ", "aliases": [], "website": "https://www.tempo.co.il", "canonical_domain": "tempo.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "TMBV", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli brewer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
774 +{"wikidata_id": "Q2245513", "display_name": "Sanyo Electric Railway", "legal_name": "Sanyo Electric Railway Co., Ltd.", "aliases": [], "website": "https://www.sanyo-railway.co.jp", "canonical_domain": "sanyo-railway.co.jp", "country": "JP", "hq_city": "Nagata-ku", "hq_region": "Kobe", "lat": 34.66569, "lon": 135.15089, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "9052", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanyo_electric_railway_logo.svg", "description": "Japanese railway company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
775 +{"wikidata_id": "Q2495040", "display_name": "CAVE", "legal_name": "株式会社ケイブ", "aliases": ["Cave Co.", "Ltd.", "Cave Interactive Co.", "Ltd.", "Computer Art Visual Entertainment"], "website": "https://www.cave.co.jp", "canonical_domain": "cave.co.jp", "country": "JP", "hq_city": "Meguro", "hq_region": "Tokyo", "lat": 35.6415, "lon": 139.69828, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "3760", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CAVE_logo.svg", "description": "video game company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
776 +{"wikidata_id": "Q2504145", "display_name": "Sinovel", "legal_name": null, "aliases": [], "website": "https://www.sinovel.com", "canonical_domain": "sinovel.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["renewables"], "industry_labels": ["wind power industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "601558", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
777 +{"wikidata_id": "Q263204", "display_name": "Singapore Press Holdings", "legal_name": null, "aliases": [], "website": "https://www.sph.com.sg", "canonical_domain": "sph.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "SGPRF", "exchange": "OTC Markets Group", "lei": "254900KNRZSJOJRKPW61", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
778 +{"wikidata_id": "Q277172", "display_name": "SG Automotive", "legal_name": null, "aliases": [], "website": "https://www.sgautomotive.com", "canonical_domain": "sgautomotive.com", "country": "CN", "hq_city": "Dandong", "hq_region": "Liaoning", "lat": 40.11667, "lon": 124.38333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "600303", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SG_Automotive_logo_2.png", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
779 +{"wikidata_id": "Q3050569", "display_name": "Electricity Generating Authority of Thailand", "legal_name": null, "aliases": [], "website": "https://www.egat.co.th", "canonical_domain": "egat.co.th", "country": "TH", "hq_city": "Bang Kruai", "hq_region": "Bang Kruai", "lat": 13.8042, "lon": 100.4755, "industries": ["utilities", "energy"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "EGCO", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Electricity_Generating_Authority_of_Thailand.svg", "description": "state enterprise responsible for electric power generation, transmission and sales in Thailand", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
780 +{"wikidata_id": "Q3400900", "display_name": "Power Assets Holdings Limited", "legal_name": "Power Assets Holdings Limited", "aliases": ["Hongkong Electric Holdings Limited"], "website": "https://www.powerassets.com", "canonical_domain": "powerassets.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "0006", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q709535", "name": "Cheung Kong Holdings"}, "logo_url": null, "description": "electric utility company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
781 +{"wikidata_id": "Q3535226", "display_name": "Almarai Company", "legal_name": "شركة المراعي", "aliases": ["Almarai"], "website": "https://www.almarai.com", "canonical_domain": "almarai.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2280", "exchange": "Saudi Stock Exchange", "lei": "549300B4EDUXYD2G6098", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D8%A7%D9%84%D9%85%D8%B1%D8%A7%D8%B9%D9%8A_-_Almarai.svg", "description": "food and drink company of Saudi Arabia", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
782 +{"wikidata_id": "Q3537126", "display_name": "Keifuku Electric Railroad", "legal_name": "Keifuku Electric Railroad Co.,Ltd.", "aliases": [], "website": "https://www.keifuku.co.jp", "canonical_domain": "keifuku.co.jp", "country": "JP", "hq_city": "Mibu", "hq_region": "Nakagyō Ward", "lat": 35.00333, "lon": 135.74722, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "9049", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1188274", "name": "Keihan Electric Railway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keifuku_logo.svg", "description": "railway company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
783 +{"wikidata_id": "Q3567081", "display_name": "Weichai Power", "legal_name": null, "aliases": [], "website": "https://www.weichaipower.com", "canonical_domain": "weichaipower.com", "country": "CN", "hq_city": "Weifang", "hq_region": "Shandong", "lat": 36.71667, "lon": 119.1, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "000338", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20652532", "name": "Weichai Holding Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weichai_Logo_Transparent3.png", "description": "Chinese automotive supplying company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
784 +{"wikidata_id": "Q3764687", "display_name": "Mphasis", "legal_name": null, "aliases": ["Mphasis Corporation"], "website": "https://www.mphasis.com", "canonical_domain": "mphasis.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "MPHASIS", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mphasis_-_The_Next_Applied.png", "description": "Mphasis is an IT services company based in Bangalore, India", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
785 +{"wikidata_id": "Q391988", "display_name": "Eslite Bookstore", "legal_name": null, "aliases": ["Eslite"], "website": "https://www.eslitecorp.com", "canonical_domain": "eslitecorp.com", "country": "TW", "hq_city": "Xinyi District", "hq_region": "Taipei", "lat": 25.02875, "lon": 121.55481, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2926", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese bookstore chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
786 +{"wikidata_id": "Q4050347", "display_name": "Sumitomo Realty & Development", "legal_name": null, "aliases": [], "website": "https://www.sumitomo-rd.co.jp", "canonical_domain": "sumitomo-rd.co.jp", "country": "JP", "hq_city": "Shinjuku NS Building", "hq_region": "Nishi-Shinjuku", "lat": 35.69333, "lon": 139.69319, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8830", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Realty_and_Development_logo.svg", "description": "real estate developer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
787 +{"wikidata_id": "Q416624", "display_name": "Akbank", "legal_name": null, "aliases": [], "website": "https://www.akbank.com", "canonical_domain": "akbank.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "AKBNK", "exchange": "Borsa Istanbul", "lei": "789000TUMN63Z28TJ497", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akbank_logo_2025.svg", "description": "Turkish private sector bank", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
788 +{"wikidata_id": "Q4207171", "display_name": "Fubon Financial Holding Co., Ltd.", "legal_name": null, "aliases": ["Fubon Financial Holding Co."], "website": "https://www.fubon.com", "canonical_domain": "fubon.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "2881", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial services company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q15942047"}]}
789 +{"wikidata_id": "Q4207443", "display_name": "RHB Bank", "legal_name": null, "aliases": ["RHB Bank Berhad", "RHB BANK BERHAD", "Rhb Bank Berhad", "Rhb Bank Bhd."], "website": "https://www.rhbgroup.com", "canonical_domain": "rhbgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "1066", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RHB_Logo.svg", "description": "Malaysian Banking Company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
790 +{"wikidata_id": "Q4263222", "display_name": "Media Nusantara Citra", "legal_name": "Media Nusantara Citra Tbk", "aliases": ["MNC", "MNCN", "PT Panca Andika Mandiri"], "website": "https://www.mnc.co.id", "canonical_domain": "mnc.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "MNCN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MNC_Media_2015.png", "description": "Indonesian media company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
791 +{"wikidata_id": "Q4688912", "display_name": "Astra International", "legal_name": "Astra International Tbk", "aliases": ["ASII", "PT Astra International Tbk"], "website": "https://www.astra.co.id", "canonical_domain": "astra.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["agriculture", "mining", "financial-services", "transportation"], "industry_labels": ["agriculture", "mining", "finance", "infrastructure", "property", "automotive and components industries"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "ASII", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1683452", "name": "Jardine Matheson"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_PT_Astra_International_Tbk_terbaru_2025.png", "description": "Indonesian conglomerate", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12522214"}, {"related_domain_conflict": "Q96100013"}]}
792 +{"wikidata_id": "Q4780362", "display_name": "Apollo Tyres", "legal_name": null, "aliases": [], "website": "https://www.apollotyres.com", "canonical_domain": "apollotyres.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["automotive", "manufacturing"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "APOLLOTYRE", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Apollo_Tyres_logo.svg", "description": "Indian tyre manufacturer", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
793 +{"wikidata_id": "Q488993", "display_name": "ESTsoft", "legal_name": "이스트소프트", "aliases": [], "website": "https://www.estsoft.com", "canonical_domain": "estsoft.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "047560", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EST_NEW_CI_BLUE%28240%29.png", "description": "South Korean software company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
794 +{"wikidata_id": "Q511901", "display_name": "Ingenic Semiconductor", "legal_name": null, "aliases": [], "website": "https://www.ingenic.cn", "canonical_domain": "ingenic.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "300223", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Ingenic_RGB-500x187.png", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
795 +{"wikidata_id": "Q51570147", "display_name": "Lotte Corporation", "legal_name": "Lotte Corporation", "aliases": [], "website": "https://www.lotte.co.kr", "canonical_domain": "lotte.co.kr", "country": "KR", "hq_city": "Songpa District", "hq_region": "Seoul", "lat": 37.51417, "lon": 127.10667, "industries": ["manufacturing", "asset-management"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "004990", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_%22Value_Line%22_logo.svg", "description": "South Korean multinational conglomerate corporation", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
796 +{"wikidata_id": "Q5215535", "display_name": "Sumitomo Mitsui Trust Group", "legal_name": "三井住友トラスト・ホールディングス株式会社", "aliases": ["Chuo Mitsui Trust Holdings", "Sumitomo Mitsui Trust Holdings", "Sumitomo Mitsui Trust Holdings", "Inc."], "website": "https://www.smth.jp", "canonical_domain": "smth.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "8309", "exchange": "Tokyo Stock Exchange", "lei": "353800P843RLCDBLNT17", "sec_cik": "1475365", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Mitsui_Trust_Group_Logo.png", "description": "financial holding company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
797 +{"wikidata_id": "Q5509800", "display_name": "Furukawa Electric", "legal_name": null, "aliases": ["Furukawa Denki Kōgyō"], "website": "https://www.furukawa.co.jp", "canonical_domain": "furukawa.co.jp", "country": "JP", "hq_city": "Ōtemachi", "hq_region": "Chiyoda", "lat": 35.68711, "lon": 139.76428, "industries": ["technology"], "industry_labels": [], "founded_year": 1884, "employees": null, "public_company": true, "ticker": "5801", "exchange": "Tokyo Stock Exchange", "lei": "353800TJR1DQ3P1QR918", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Furukawadenko_syasyo.jpg", "description": "Japanese electric and electronics equipment company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
798 +{"wikidata_id": "Q56011958", "display_name": "Tencent Music", "legal_name": null, "aliases": ["TME", "Tencent Music Entertainment", "Tencent Music Entertainment Group", "Tencent Music Entertainment (Shenzhen) Co.", "Ltd."], "website": "https://www.tencentmusic.com", "canonical_domain": "tencentmusic.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "TME", "exchange": "New York Stock Exchange", "lei": "213800XTZK2GOHQTYK41", "sec_cik": "1744676", "parent": null, "logo_url": null, "description": "Chinese music distribution company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1744676", "enriched_at": "2026-09-13T07:23:12+00:00"}}
799 +{"wikidata_id": "Q5714244", "display_name": "Hengan International", "legal_name": null, "aliases": ["Heng'an International"], "website": "https://www.hengan.com", "canonical_domain": "hengan.com", "country": "CN", "hq_city": "Jinjiang", "hq_region": "Quanzhou", "lat": 24.81409, "lon": 118.57916, "industries": ["consumer-goods"], "industry_labels": ["hygiene"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "1044", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
800 +{"wikidata_id": "Q624041", "display_name": "GS25", "legal_name": null, "aliases": ["LG25"], "website": "https://gs25.mn", "canonical_domain": "gs25.mn", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "007070", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GS25_bi_%282019%29.svg", "description": "South Korean convenience store chain", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
801 +{"wikidata_id": "Q626459", "display_name": "Makino", "legal_name": null, "aliases": [], "website": "https://www.makino.co.jp", "canonical_domain": "makino.co.jp", "country": "JP", "hq_city": "Meguro", "hq_region": "Tokyo", "lat": 35.6415, "lon": 139.69828, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "6135", "exchange": "Tokyo Stock Exchange", "lei": "353800JAOIGQ7V5T9078", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MAKINO-Logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
802 +{"wikidata_id": "Q636231", "display_name": "Oil Refineries Ltd.", "legal_name": "בתי זקוק לנפט בע''מ", "aliases": ["Bazan", "Orl"], "website": "https://www.bazan.co.il", "canonical_domain": "bazan.co.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "ORL", "exchange": "Tel Aviv Stock Exchange", "lei": "213800CWUC7NV7VR3D03", "sec_cik": null, "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bazan_logo.jpg", "description": "oil refining company located in Haifa Bay, Israel", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
803 +{"wikidata_id": "Q6813052", "display_name": "Mellanox Technologies", "legal_name": null, "aliases": ["Mellanox", "Mellanox Technologies Ltd.", "Ltd."], "website": "https://mellanox.com", "canonical_domain": "mellanox.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["technology"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "MLNX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1356104", "parent": {"wikidata_id": "Q182477", "name": "Nvidia"}, "logo_url": null, "description": "Israeli-American multinational supplier of computer networking products", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
804 +{"wikidata_id": "Q752496", "display_name": "China Yangtze Power", "legal_name": "中国长江电力股份有限公司", "aliases": ["CYPC", "China Yangtze Power Co.", "Ltd.", "Yangtze Power"], "website": "https://www.cypc.com.cn", "canonical_domain": "cypc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["renewables"], "industry_labels": ["hydroelectricity"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "600900", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073522", "name": "China Three Gorges Corporation"}, "logo_url": null, "description": "Chinese utilities company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
805 +{"wikidata_id": "Q797060", "display_name": "BTA Bank", "legal_name": "BTA Bank", "aliases": [], "website": "https://www.bta.kz", "canonical_domain": "bta.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "BTAS", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1168179", "name": "Kazkommertsbank"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BTA_Bank.svg", "description": "third largest lender in Kazakhstan by assets", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
806 +{"wikidata_id": "Q82467", "display_name": "Ankai", "legal_name": null, "aliases": ["Anhui Ankai Automobile Co.", "Ltd."], "website": "https://www.ankai.com", "canonical_domain": "ankai.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000868", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ankai_logo.jpg", "description": "automobile company based in Anhui, China", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
807 +{"wikidata_id": "Q839552", "display_name": "SMC Corporation", "legal_name": null, "aliases": ["SMC", "SMC Kabushiki-gaisha"], "website": "https://www.smcworld.com", "canonical_domain": "smcworld.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["SIC 3711 Motor Vehicles & Passenger Car Bodies"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "SMECF", "exchange": "OTC Markets Group", "lei": "353800O40V08DOZ70X62", "sec_cik": "932129", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SMC_Corporation.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "932129", "enriched_at": "2026-09-13T07:23:12+00:00"}}
808 +{"wikidata_id": "Q846834", "display_name": "Calbee", "legal_name": null, "aliases": ["Inc."], "website": "https://www.calbee.co.jp", "canonical_domain": "calbee.co.jp", "country": "JP", "hq_city": "Marunouchi Trust City", "hq_region": "Marunouchi", "lat": 35.68326, "lon": 139.76972, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2229", "exchange": "Tokyo Stock Exchange", "lei": "529900CIHZID6O8LJH81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calbee_logo.svg", "description": "Japanese food company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
809 +{"wikidata_id": "Q906943", "display_name": "Grasim Industries", "legal_name": null, "aliases": [], "website": "https://www.grasim.com", "canonical_domain": "grasim.com", "country": "IN", "hq_city": "India", "hq_region": null, "lat": 22.8, "lon": 83.0, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "GRASIM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
810 +{"wikidata_id": "Q911891", "display_name": "Howa Machinery", "legal_name": null, "aliases": ["Howa", "Ltd."], "website": "https://www.howa.co.jp", "canonical_domain": "howa.co.jp", "country": "JP", "hq_city": "Kiyosu", "hq_region": "Aichi Prefecture", "lat": 35.19981, "lon": 136.85286, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "6203", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Howa_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
811 +{"wikidata_id": "Q93520415", "display_name": "Sea Ltd", "legal_name": "Sea Limited", "aliases": ["Sea", "Garena", "Sea Group", "Garena Interactive Holding Limited"], "website": "https://www.sea.com", "canonical_domain": "sea.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SE", "exchange": "New York Stock Exchange", "lei": "529900OM6JLLW44YKI15", "sec_cik": "1264806", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sea_Group_logo.svg", "description": "Singaporean company", "sitelinks": 11, "importance": 0.4612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
812 +{"wikidata_id": "Q213271", "display_name": "Baku Metro", "legal_name": "Bakı Metropoliteni", "aliases": [], "website": "https://metro.gov.az", "canonical_domain": "metro.gov.az", "country": "AZ", "hq_city": null, "hq_region": null, "lat": 40.36666, "lon": 49.83518, "industries": ["transportation"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baku_Subway_logo.png", "description": "metro system of Baku, Azerbaijan", "sitelinks": 78, "importance": 0.4594, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
813 +{"wikidata_id": "Q6982526", "display_name": "Navneet Publications", "legal_name": null, "aliases": ["Navneet Education", "Navneet Education Limited", "Navneet Education Ltd", "Navneet Prakashan", "Navneet Prakashan Kendra", "Navneet Publications Ltd"], "website": "https://www.navneet.com", "canonical_domain": "navneet.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["consumer-goods", "media"], "industry_labels": ["stationery", "publishing"], "founded_year": 1959, "employees": 2500, "public_company": true, "ticker": "NAVNETEDULISIN", "exchange": "National Stock Exchange of India", "lei": "3358008DDDK4NDB42Z33", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian Companies", "sitelinks": 3, "importance": 0.459, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
814 +{"wikidata_id": "Q1374128", "display_name": "Xi'an Aircraft Industrial Corporation", "legal_name": null, "aliases": ["Xian", "Avic Xi'an Aircraft Industry (Group) Company Ltd.", "XAC", "Xi'an Aircraft Company Limited"], "website": "https://www.xac.com.cn", "canonical_domain": "xac.com.cn", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1958, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4354860", "name": "AVIC I"}, "logo_url": null, "description": "aerospace manufacturer in China", "sitelinks": 19, "importance": 0.4583, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q8044018"}]}
815 +{"wikidata_id": "Q1191685", "display_name": "FamilyMart", "legal_name": "株式会社ファミリーマート", "aliases": ["FamilyMart Co.", "Ltd."], "website": "https://www.family.co.jp", "canonical_domain": "family.co.jp", "country": "JP", "hq_city": "Toshima", "hq_region": "Tokyo", "lat": 35.72611, "lon": 139.71667, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900GD7JL8DBCSE791", "sec_cik": null, "parent": {"wikidata_id": "Q717093", "name": "Itochu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FamilyMart_Logo_%282016-%29.svg", "description": "Japanese retail chain company", "sitelinks": 29, "importance": 0.4576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
816 +{"wikidata_id": "Q424846", "display_name": "Hang Seng Index", "legal_name": null, "aliases": [], "website": "https://www.hsi.com.hk", "canonical_domain": "hsi.com.hk", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": null, "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock market index in Hong Kong", "sitelinks": 29, "importance": 0.4576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11072952"}]}
817 +{"wikidata_id": "Q4201636", "display_name": "Perusahaan Listrik Negara", "legal_name": null, "aliases": ["PLN", "PT. PLN (Persero)", "PPLN", "PT Perusahaan Listrik Negara (Persero)", "PT PLN", "PT PLN Persero", "PT. PLN Persero", "PT PLN (Persero)"], "website": "https://web.pln.co.id", "canonical_domain": "pln.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["energy"], "industry_labels": ["energy industry", "electric power industry"], "founded_year": 1915, "employees": 54129, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PLN.svg", "description": "Indonesian government-owned corporation on electricity distribution", "sitelinks": 16, "importance": 0.4556, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
818 +{"wikidata_id": "Q49125", "display_name": "Toshiba", "legal_name": null, "aliases": ["Toshiba Corporation", "Kabushiki-gaisha Tōshiba", "Kabushiki Kaisha Toshiba (Tokyo)", "Tokyo Shibaura Electric K.K."], "website": "https://www.toshiba.com", "canonical_domain": "toshiba.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["software", "technology", "manufacturing"], "industry_labels": ["software industry", "electronics industry", "electrical industry"], "founded_year": 1875, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300LBHTST91VKHO68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toshiba_logo.svg", "description": "Japanese multinational conglomerate corporation", "sitelinks": 75, "importance": 0.4553, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
819 +{"wikidata_id": "Q498825", "display_name": "Korean Broadcasting System", "legal_name": "Korean Broadcasting System", "aliases": ["KBS"], "website": "https://www.kbs.co.kr", "canonical_domain": "kbs.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["media"], "industry_labels": ["public broadcasting"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KBS_logo_%282001%29.svg", "description": "South Korean public service broadcaster", "sitelinks": 75, "importance": 0.4553, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
820 +{"wikidata_id": "Q7839848", "display_name": "Chandra Asri Pacific", "legal_name": "PT Chandra Asri Petrochemical Tbk", "aliases": ["TPIA", "Chandra Asri Petrochemical", "Tri Polyta"], "website": "https://www.chandra-asri.com", "canonical_domain": "chandra-asri.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": ["chemical industry", "basic industry and chemicals sector"], "founded_year": 1984, "employees": 1840, "public_company": true, "ticker": "TPIA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17998980", "name": "Barito Pacific"}, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 3, "importance": 0.4546, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
821 +{"wikidata_id": "Q7561207", "display_name": "Songa Offshore SE", "legal_name": "Songa Rig AS", "aliases": [], "website": "https://www.songaoffshore.com", "canonical_domain": "songaoffshore.com", "country": "CY", "hq_city": "Limassol", "hq_region": "Limassol District", "lat": 34.675, "lon": 33.04429, "industries": ["oil-gas"], "industry_labels": ["offshore drilling"], "founded_year": 2005, "employees": 350, "public_company": true, "ticker": "SONG", "exchange": "Oslo Stock Exchange", "lei": "549300VRLIQWWFVU9M66", "sec_cik": "1714831", "parent": {"wikidata_id": "Q686785", "name": "Transocean"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Songa_Offshore.svg", "description": "European offshore drilling contractor", "sitelinks": 4, "importance": 0.454, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
822 +{"wikidata_id": "Q675867", "display_name": "HBIS Group", "legal_name": null, "aliases": ["Hegang", "Hebei Iron and Steel Group", "Hebei Iron and Steel Group Co.", "Ltd.", "Hesteel", "Hesteel Group"], "website": "https://www.hbisco.com", "canonical_domain": "hbisco.com", "country": "CN", "hq_city": "Shijiazhuang", "hq_region": "Hebei", "lat": 38.0425, "lon": 114.51, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 2008, "employees": 48101, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HBIS.png", "description": "steel company based in Hebei, China", "sitelinks": 16, "importance": 0.4539, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
823 +{"wikidata_id": "Q104868523", "display_name": "Niu Technologies", "legal_name": null, "aliases": [], "website": "https://www.niu.com", "canonical_domain": "niu.com", "country": "CN", "hq_city": "Changzhou", "hq_region": "Jiangsu", "lat": 31.81217, "lon": 119.96917, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "NIU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1744781", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niu_Technologies_Logo.png", "description": "Chinese electric scooter company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1744781", "enriched_at": "2026-09-13T07:23:12+00:00"}}
824 +{"wikidata_id": "Q1067634", "display_name": "Charoen Pokphand Foods", "legal_name": null, "aliases": ["Charoen Pokphand Foods Public Company Limited", "Charoen Pokphand Foods Public Co.", "Ltd."], "website": "https://www.cpfworldwide.com", "canonical_domain": "cpfworldwide.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["agriculture"], "industry_labels": ["industrial agriculture"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "CPF", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q611064", "name": "Charoen Pokphand"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CPF_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
825 +{"wikidata_id": "Q1073240", "display_name": "China Coal Energy", "legal_name": null, "aliases": ["China Coal Energy Co.", "Ltd.", "China Coal Energy Company Limited", "China Coal Energy Co. Ltd.", "China Coal Energy Company"], "website": "https://en.chinacoalenergy.com", "canonical_domain": "chinacoalenergy.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy", "mining"], "industry_labels": ["coal industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "601898", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10875850", "name": "China National Coal Group"}, "logo_url": null, "description": "mining and energy subsidiary company in China", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
826 +{"wikidata_id": "Q1076089", "display_name": "Morinaga & Company", "legal_name": "Morinaga & Co., Ltd.", "aliases": ["Morinaga", "MORINAGA", "Morinaga & Co.", "Ltd.", "Morinaga Seika"], "website": "https://www.morinaga.co.jp", "canonical_domain": "morinaga.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "2201", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morinaga_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
827 +{"wikidata_id": "Q109464416", "display_name": "LG Energy Solution", "legal_name": null, "aliases": [], "website": "https://www.lgensol.com", "canonical_domain": "lgensol.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "373220", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_Energy_Solution_logo_EN.svg", "description": "South Korean battery maker", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
828 +{"wikidata_id": "Q1115350", "display_name": "Dusit International", "legal_name": null, "aliases": ["Dusit Hotels and Resorts", "Dusit Thani Group", "Dusit Thani Public Company Limited", "Dusit Thani", "Dusit Thani Public Co.", "Ltd."], "website": "https://www.dusit.com", "canonical_domain": "dusit.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "DUSIT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
829 +{"wikidata_id": "Q1137879", "display_name": "JEOL", "legal_name": null, "aliases": ["Japan Electron Optics Laboratory", "Nihon Denshi"], "website": "https://www.jeol.com", "canonical_domain": "jeol.com", "country": "JP", "hq_city": "Akishima", "hq_region": "Tokyo", "lat": 35.70567, "lon": 139.35353, "industries": [], "industry_labels": ["scientific instrument"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6951", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JEOL_company_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
830 +{"wikidata_id": "Q129645", "display_name": "Sabeco", "legal_name": null, "aliases": ["BIA SAIGON"], "website": "https://www.sabeco.com.vn", "canonical_domain": "sabeco.com.vn", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["food-beverage"], "industry_labels": ["drink"], "founded_year": 1875, "employees": null, "public_company": true, "ticker": "SAB", "exchange": "Hochiminh Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15304350", "name": "ThaiBev"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Bia_Saigon.png", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
831 +{"wikidata_id": "Q12988589", "display_name": "Lupin Ltd.", "legal_name": null, "aliases": ["Lupin", "Lupin Limited"], "website": "https://www.lupinworld.com", "canonical_domain": "lupinworld.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "LUPIN", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational pharmaceutical company based in India", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
832 +{"wikidata_id": "Q1439493", "display_name": "Fostex", "legal_name": null, "aliases": [], "website": "https://www.foster.co.jp", "canonical_domain": "foster.co.jp", "country": "JP", "hq_city": "Akishima", "hq_region": "Tokyo", "lat": 35.70567, "lon": 139.35353, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "6794", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Fostex.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
833 +{"wikidata_id": "Q15903799", "display_name": "Medialink Group", "legal_name": "羚邦集團有限公司", "aliases": ["Medialink HK", "Medialink Hong Kong", "Lingbang Group", "Lingbang HK", "Lingbang Hong Kong", "MediaLink", "Medialink Group Limited"], "website": "https://www.medialink.com.hk", "canonical_domain": "medialink.com.hk", "country": "CN", "hq_city": "Tsim Sha Tsui", "hq_region": "Yau Tsim Mong District", "lat": 22.29398, "lon": 114.17122, "industries": ["entertainment"], "industry_labels": ["anime industry", "entertainment industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "2230", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "content distributor and brand licensing company of Hong Kong", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
834 +{"wikidata_id": "Q1656673", "display_name": "Vodafone Idea", "legal_name": "Vodafone Idea Limited", "aliases": ["Vi"], "website": "https://www.myvi.in", "canonical_domain": "myvi.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "IDEA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Vodafone_Idea.png", "description": "Indian telecommunications company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
835 +{"wikidata_id": "Q17499655", "display_name": "WH Group", "legal_name": null, "aliases": ["Shineway Group", "Shuanghui Group"], "website": "https://www.wh-group.com", "canonical_domain": "wh-group.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["agriculture"], "industry_labels": ["agriculture", "meatpacking industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "0288", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WHGroup.png", "description": "publicly-traded Chinese meat and food processing company headquartered in Luohe, Henan, China", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
836 +{"wikidata_id": "Q18658020", "display_name": "Meitu", "legal_name": null, "aliases": ["Meitu Inc.", "Meitu Technology Co", "Inc.", "Xiamen Meitu Technology Co.", "Ltd"], "website": "https://www.meitu.com", "canonical_domain": "meitu.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["software"], "industry_labels": ["software development", "software industry", "electrical appliance"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "1357", "exchange": "Hong Kong Stock Exchange", "lei": "529900P2POH56W116T02", "sec_cik": "1699967", "parent": null, "logo_url": null, "description": "Chinese technology company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
837 +{"wikidata_id": "Q202841", "display_name": "Zijin Mining Group", "legal_name": "ZIJIN MINING GROUP COMPANY LIMITED", "aliases": [], "website": "https://www.zjky.cn", "canonical_domain": "zjky.cn", "country": "CN", "hq_city": "Longyan", "hq_region": "Fujian", "lat": 25.08806, "lon": 117.02444, "industries": ["mining"], "industry_labels": ["mining", "mining industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "601899", "exchange": "Shanghai Stock Exchange", "lei": "836800JRNL2393Z2I561", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zijin_Mining_Logo.svg", "description": "international mining group", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
838 +{"wikidata_id": "Q2129065", "display_name": "Rakhat", "legal_name": null, "aliases": ["LOTTE Rakhat JSC", "Alma-Ata Confectionery Factory", "Lotte Rakhat", "Lotte Rakhat JSC"], "website": "https://www.rakhat.kz", "canonical_domain": "rakhat.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1942, "employees": 4300, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482841", "name": "Lotte"}, "logo_url": null, "description": "Kazakhstani confectionery company", "sitelinks": 8, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
839 +{"wikidata_id": "Q2220571", "display_name": "Sanden Corporation", "legal_name": null, "aliases": ["SANDEN HOLDINGS CORPORATION", "Sanden Kabushiki Kaisha"], "website": "https://www.sanden.co.jp", "canonical_domain": "sanden.co.jp", "country": "JP", "hq_city": "Isesaki", "hq_region": "Gunma Prefecture", "lat": 36.31136, "lon": 139.19681, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "6444", "exchange": "Tokyo Stock Exchange", "lei": "353800167309QI8WG928", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanden_logo.svg", "description": "Japanese automotive and electrical equipment manufacturer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
840 +{"wikidata_id": "Q22234667", "display_name": "BOE Technology", "legal_name": null, "aliases": ["BOE", "BEIJING BOE OPTOELECTRONICS TECHNOLOGY CO.", "LTD. (Beijing)", "BEIJING BOE TECHNOLOGY DEVELOPMENT CO.", "LTD.", "Beijing BOE Technology Development Co.", "Ltd. (Beijing)", "BEIJING BOE TECHNOLOGY DEVELOPMENT CO."], "website": "https://www.boe.com", "canonical_domain": "boe.com", "country": "CN", "hq_city": "Daxing District", "hq_region": "Beijing", "lat": 39.7254, "lon": 116.33543, "industries": ["technology"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "200725", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Boe_Technology_Group_logo.svg", "description": "Chinese company based in Beijing", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
841 +{"wikidata_id": "Q24259", "display_name": "Kuala Lumpur Kepong Berhad", "legal_name": null, "aliases": ["Kuala Lumpur Kepong", "Kuala Lumpur Kepong (KLK) Berhad", "Kuala Lumpur Kepong Bhd."], "website": "https://www.klk.com.my", "canonical_domain": "klk.com.my", "country": "MY", "hq_city": "Ipoh", "hq_region": "Kinta District", "lat": 4.6, "lon": 101.07, "industries": ["agriculture", "chemicals"], "industry_labels": ["plantation", "chemical plant"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "2445", "exchange": "Bursa Malaysia", "lei": "2549009JSTRFMR7A8D34", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuala_Lumpur_Kepong_Berhad.jpg", "description": "Malaysian company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
842 +{"wikidata_id": "Q2453426", "display_name": "Trina Solar", "legal_name": null, "aliases": ["TrinaSolar", "TrinaSolar Co.", "TrinaSolar Co.", "Ltd.", "TrinaSolar Co.", "Ltd. (China)"], "website": "https://www.trinasolar.com", "canonical_domain": "trinasolar.com", "country": "CN", "hq_city": "Changzhou", "hq_region": "Jiangsu", "lat": 31.81217, "lon": 119.96917, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "688599", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trina_Solar_logo.svg", "description": "the world’s leading provider of PV and smart energy total solutions", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
843 +{"wikidata_id": "Q260121", "display_name": "UBE Corporation", "legal_name": null, "aliases": ["Ube Industries", "Ltd."], "website": "https://www.ube.com", "canonical_domain": "ube.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "4208", "exchange": "Tokyo Stock Exchange", "lei": "529900XMRZ2VNF3ZPS69", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ube_Industries_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
844 +{"wikidata_id": "Q2742556", "display_name": "G City Ltd", "legal_name": "ג'י סיטי בע''מ", "aliases": [], "website": "https://www.gazitglobe.com", "canonical_domain": "gazitglobe.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "GCT", "exchange": "Tel Aviv Stock Exchange", "lei": "213800EO12XXGZSQ2A73", "sec_cik": null, "parent": null, "logo_url": null, "description": "Gloval real estate company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
845 +{"wikidata_id": "Q3011374", "display_name": "DLF Limited", "legal_name": null, "aliases": ["Delhi Land & Finance", "Delhi Land & Finance Limited"], "website": "https://godrejokhla.co.in", "canonical_domain": "godrejokhla.co.in", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "DLF", "exchange": "National Stock Exchange of India", "lei": "335800PJLUEOB8914F48", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DLF_logo.svg", "description": "Indian commercial real estate", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
846 +{"wikidata_id": "Q3066841", "display_name": "Janome", "legal_name": null, "aliases": [], "website": "https://janome.com", "canonical_domain": "janome.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "6445", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Janome_company_logo.svg", "description": "Japanese manufacturer of sewing machines", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
847 +{"wikidata_id": "Q3079325", "display_name": "Ito En", "legal_name": null, "aliases": ["ITOEN", "ITO EN", "LTD.", "ITOEN", "LTD."], "website": "https://www.itoen.co.jp", "canonical_domain": "itoen.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "2593", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITO_EN_logo.svg", "description": "A manufacturer of tea products and soft drinks based in Shibuya Ward, Tokyo, Japan.", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
848 +{"wikidata_id": "Q3138937", "display_name": "Yamazaki Baking", "legal_name": null, "aliases": [], "website": "https://www.yamazakipan.co.jp", "canonical_domain": "yamazakipan.co.jp", "country": "JP", "hq_city": "Iwamotochō", "hq_region": "Chiyoda", "lat": 35.69357, "lon": 139.77664, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2212", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E5%B1%B1%E5%B4%8E%E8%A3%BD%E3%83%91%E3%83%B3%E3%83%AD%E3%82%B4%E9%BB%92.png", "description": "Japanese bread-baking corporation", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
849 +{"wikidata_id": "Q3482319", "display_name": "Shionogi", "legal_name": "Shionogi & Co., Ltd.", "aliases": ["SHIONOGI & CO.", "LTD.", "Shionogi & Company", "Shionogi Inc.", "Shionogi Seiyaku Kabushiki Kaisha"], "website": "https://www.shionogi.com", "canonical_domain": "shionogi.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "4507", "exchange": "Tokyo Stock Exchange", "lei": "35380049VXDTHZI3DY35", "sec_cik": "1281721", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shionogi_Seiyaku_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1281721", "enriched_at": "2026-09-13T07:23:12+00:00"}}
850 +{"wikidata_id": "Q3958138", "display_name": "Vedanta Limited", "legal_name": null, "aliases": [], "website": "https://www.vedantalimited.com", "canonical_domain": "vedantalimited.com", "country": "IN", "hq_city": "Goa", "hq_region": "India", "lat": 15.40194, "lon": 74.04333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "VEDL", "exchange": "National Stock Exchange of India", "lei": "335800XDKX9KB5EMCO07", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
851 +{"wikidata_id": "Q4035681", "display_name": "CRI Middleware", "legal_name": "CSK Research Institute Corp.", "aliases": ["CRI Middleware Co.", "Ltd.", "Criware", "CRIWARE"], "website": "https://www.criware.com", "canonical_domain": "criware.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3698", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese software developer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
852 +{"wikidata_id": "Q4050342", "display_name": "Sumitomo Forestry", "legal_name": null, "aliases": ["Sumitomo Forestry Co.", "Ltd."], "website": "https://sfc.jp", "canonical_domain": "sfc.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": [], "founded_year": 1691, "employees": null, "public_company": true, "ticker": "1911", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_logo_of_Sumitomo_Forestry_Co.%2C_Ltd.svg", "description": "Japanese wood company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
853 +{"wikidata_id": "Q4115279", "display_name": "Bank Islam Malaysia", "legal_name": null, "aliases": ["Bank Islam Malaysia Berhad", "Bank Islam Malaysia Bhd."], "website": "https://www.bankislam.com", "canonical_domain": "bankislam.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking"], "industry_labels": ["Sharia-compliant banking"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "5258", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BANK_ISLAM_LOGO.jpg", "description": "Malaysian Islamic bank", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
854 +{"wikidata_id": "Q4166519", "display_name": "Saudi Awwal Bank", "legal_name": "البنك السعودي البريطاني", "aliases": ["SAB", "SABB", "Saudi British Bank"], "website": "https://www.sab.com", "canonical_domain": "sab.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "1060", "exchange": "Saudi Stock Exchange", "lei": "558600TQS0WENZUC5190", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAB_logo_%28since_2023%29.svg", "description": "Saudi Arabian bank", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
855 +{"wikidata_id": "Q4208351", "display_name": "Bank of Shanghai", "legal_name": null, "aliases": ["BOSC", "Bank of Shanghai Co.", "Ltd."], "website": "https://www.bankofshanghai.com", "canonical_domain": "bankofshanghai.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601229", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "urban commercial bank in Shanghai, China", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
856 +{"wikidata_id": "Q4383943", "display_name": "Hong Leong Bank", "legal_name": null, "aliases": ["HONG LEONG BANK BERHAD", "Hong Leong Bank Berhad", "Hong Leong Bank Bhd."], "website": "https://www.hlb.com.my", "canonical_domain": "hlb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "5819", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hong-Leong-Bank_Logo_July_2017.png", "description": "public banking group located in Malaysia", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
857 +{"wikidata_id": "Q451688", "display_name": "Amada Co", "legal_name": null, "aliases": [], "website": "https://www.amada.co.jp", "canonical_domain": "amada.co.jp", "country": "JP", "hq_city": "Isehara", "hq_region": "Kanagawa Prefecture", "lat": 35.40294, "lon": 139.31497, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "AMDLY", "exchange": "OTC Markets Group", "lei": "529900QF5O6TQGCPDX85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amada.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
858 +{"wikidata_id": "Q474321", "display_name": "CMC Magnetics", "legal_name": null, "aliases": ["CMC"], "website": "https://www.cmcnet.com.tw", "canonical_domain": "cmcnet.com.tw", "country": "TW", "hq_city": "Jiying Village", "hq_region": "Zhongshan District", "lat": 25.06342, "lon": 121.52113, "industries": ["internet"], "industry_labels": ["optoelectronics", "digital media"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "2323", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
859 +{"wikidata_id": "Q47488519", "display_name": "Kakao Games", "legal_name": null, "aliases": ["Daum Games"], "website": "https://www.kakaogamescorp.com", "canonical_domain": "kakaogamescorp.com", "country": "KR", "hq_city": "Jeju Province", "hq_region": "South Korea", "lat": 33.36667, "lon": 126.53333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "293490", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17684312", "name": "Kakao"}, "logo_url": null, "description": "video game developer and publisher", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
860 +{"wikidata_id": "Q4764375", "display_name": "iFlytek", "legal_name": null, "aliases": ["Xunfei", "Anhui USTC iFlytek Co.", "Anhui USTC iFLYTEK Science and Technology Co. Ltd.", "Iflytek Co Ltd", "Keda Xufei", "Keda Xunfei", "USTC iFlytek"], "website": "https://www.iflytek.com", "canonical_domain": "iflytek.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "002230", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IFlytek_logo.png", "description": "Chinese technology company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
861 +{"wikidata_id": "Q487694", "display_name": "Biocon", "legal_name": null, "aliases": ["Biocon Ltd."], "website": "https://www.biocon.com", "canonical_domain": "biocon.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BIOCON", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "an Indian biopharmaceutical company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
862 +{"wikidata_id": "Q4969284", "display_name": "Britannia Industries", "legal_name": "Britannia Industries Limited", "aliases": ["Britannia"], "website": "https://www.britannia.co.in", "canonical_domain": "britannia.co.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "BRITANNIA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational food products company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
863 +{"wikidata_id": "Q5191790", "display_name": "Trip.com Group", "legal_name": null, "aliases": ["Xiecheng", "Ctrip", "Ctrip.com international Ltd.", "Trip.com Group Limited"], "website": "https://group.trip.com", "canonical_domain": "trip.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["travel"], "industry_labels": ["tourism industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TCOM", "exchange": "Nasdaq", "lei": "2549004RMYDSRQL4KW41", "sec_cik": "1269238", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Trip.com_Group_Ltd._logo.jpg", "description": "Chinese provider of travel services", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1269238", "enriched_at": "2026-09-13T07:23:12+00:00"}}
864 +{"wikidata_id": "Q5216057", "display_name": "JGC Holdings Corporation", "legal_name": null, "aliases": ["Nikki", "JGC Corporation"], "website": "https://www.jgc.com", "canonical_domain": "jgc.com", "country": "JP", "hq_city": "Queen’s Square Yokohama", "hq_region": "Minatomirai", "lat": 35.4565, "lon": 139.634, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "1963", "exchange": "Tokyo Stock Exchange", "lei": "5493003WMGG79YLARU68", "sec_cik": "1949048", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JGC_Corporation_company_logo.png", "description": "engineering company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
865 +{"wikidata_id": "Q5244509", "display_name": "LiuGong", "legal_name": null, "aliases": ["Liugong Machinery Co.", "Ltd."], "website": "https://www.liugong.com", "canonical_domain": "liugong.com", "country": "CN", "hq_city": "Liuzhou", "hq_region": "Guangxi", "lat": 24.3264, "lon": 109.4281, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "000528", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LiuGong_logo.svg", "description": "construction equipment manufacturer", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
866 +{"wikidata_id": "Q5270580", "display_name": "Dialog", "legal_name": null, "aliases": ["Dialog Axiata", "Dialog Axiata PLC"], "website": "https://www.dialog.lk", "canonical_domain": "dialog.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "DIAL.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dialog_Axiata_logo.svg", "description": "Sri Lankan telecommunications company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
867 +{"wikidata_id": "Q529157", "display_name": "Frontline", "legal_name": "Frontline plc", "aliases": [], "website": "https://www.frontlineplc.cy", "canonical_domain": "frontlineplc.cy", "country": "CY", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["shipping"], "industry_labels": ["shipping"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "FRO", "exchange": "Oslo Stock Exchange", "lei": "2138004B4QMPPPSZ9908", "sec_cik": "913290", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frontline_Logo.svg", "description": "shipping company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "913290", "enriched_at": "2026-09-13T07:23:12+00:00"}}
868 +{"wikidata_id": "Q5331498", "display_name": "Ebara Corporation", "legal_name": null, "aliases": [], "website": "https://www.ebara.co.jp", "canonical_domain": "ebara.co.jp", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "6361", "exchange": "Tokyo Stock Exchange", "lei": "353800UV8U3SOMCDTI49", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ebara.svg", "description": "Japanese manufacturing company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
869 +{"wikidata_id": "Q571997", "display_name": "SBI Shinsei Bank", "legal_name": "株式会社SBI新生銀行", "aliases": [], "website": "https://www.shinseibank.com", "canonical_domain": "shinseibank.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "8303", "exchange": "Tokyo Stock Exchange", "lei": "549300PZYOQ2NW83V760", "sec_cik": null, "parent": {"wikidata_id": "Q1113213", "name": "SBI Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SBI_Shinsei_Bank_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
870 +{"wikidata_id": "Q5871641", "display_name": "Hitachi Construction Machinery", "legal_name": null, "aliases": [], "website": "https://www.hitachicm.com", "canonical_domain": "hitachicm.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery", "construction"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6305", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hitachi_2025_logo.svg", "description": "Japanese construction equipment company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
871 +{"wikidata_id": "Q5986105", "display_name": "Ichibanya", "legal_name": null, "aliases": ["CoCo Ichibanya", "CoCoICHI", "ICHIBANYA CO.", "LTD."], "website": "https://www.ichibanya.co.jp", "canonical_domain": "ichibanya.co.jp", "country": "JP", "hq_city": "Ichinomiya", "hq_region": "Aichi Prefecture", "lat": 35.30389, "lon": 136.80306, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "7630", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ICHIBANYA_Logo.svg", "description": "Japanese food services company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
872 +{"wikidata_id": "Q6112623", "display_name": "Pos Malaysia", "legal_name": null, "aliases": ["Pos Malaysia Berhad", "Pos Malaysia Bhd."], "website": "https://www.pos.com.my", "canonical_domain": "pos.com.my", "country": "MY", "hq_city": "Kuala Lumpur General Post Office", "hq_region": "Kuala Lumpur", "lat": 3.14404, "lon": 101.69263, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1800, "employees": null, "public_company": true, "ticker": "4634", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/POS_Logo.svg", "description": "postal company of Malaysia", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
873 +{"wikidata_id": "Q6747833", "display_name": "Mandarake", "legal_name": null, "aliases": [], "website": "https://www.mandarake.co.jp", "canonical_domain": "mandarake.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": ["antiquarian bookstore", "dōjin shop"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "2652", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mandarake_logo.png", "description": "Japanese used goods store chain", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
874 +{"wikidata_id": "Q6805531", "display_name": "Media Prima", "legal_name": null, "aliases": ["MEDIA PRIMA BERHAD", "Media Prima Berhad", "Media Prima Bhd."], "website": "https://applecrumby.com", "canonical_domain": "applecrumby.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4502", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Media_Prima_logo.svg", "description": "Malaysian integrated media company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
875 +{"wikidata_id": "Q6903407", "display_name": "Thaicom", "legal_name": "Thaicom Public Company Limited", "aliases": ["Shinawatra Satellite", "Shin Satellite", "Thaicom Public Co.", "Ltd."], "website": "https://www.thaicom.net", "canonical_domain": "thaicom.net", "country": "TH", "hq_city": "Nonthaburi", "hq_region": "Thailand", "lat": 13.8625, "lon": 100.51444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "THCOM", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1630246", "name": "Intouch Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thaicom_textlogo.svg", "description": "Thai telecommunications and satellite operator", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
876 +{"wikidata_id": "Q6912239", "display_name": "Morinaga Milk Industry", "legal_name": "Morinaga Milk Industry Co.,Ltd.", "aliases": ["Morinaga", "Morinaga Milk Industry Co.", "Ltd.", "Mori-nu", "Mori-Nu", "Morinaga Milk"], "website": "https://www.morinagamilk.co.jp", "canonical_domain": "morinagamilk.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2264", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mmi-logo.svg", "description": "Japanese dairy company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
877 +{"wikidata_id": "Q694507", "display_name": "Kyushu Electric Power", "legal_name": null, "aliases": ["KYUSHU ELECTRIC POWER CO.", "INC."], "website": "https://www.kyuden.co.jp", "canonical_domain": "kyuden.co.jp", "country": "JP", "hq_city": "Watanabe-dōri", "hq_region": "Chūō-ku", "lat": 33.58497, "lon": 130.40444, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9508", "exchange": "Tokyo Stock Exchange", "lei": "549300BYNZPLKQVQH430", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Ky%C5%ABsh%C5%AB_Denryoku.svg", "description": "public company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
878 +{"wikidata_id": "Q709039", "display_name": "Tatung Company", "legal_name": null, "aliases": ["Datong Company"], "website": "https://www.tatung.com", "canonical_domain": "tatung.com", "country": "TW", "hq_city": "Zhongshan District", "hq_region": "Taipei", "lat": 25.06889, "lon": 121.53306, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "2371", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tatung_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
879 +{"wikidata_id": "Q7410186", "display_name": "Sampoerna", "legal_name": "PT Hanjaya Mandala Sampoerna Tbk", "aliases": ["HMSP", "HM Sampoerna", "HM Sampoerna Tbk"], "website": "https://www.sampoerna.com", "canonical_domain": "sampoerna.com", "country": "ID", "hq_city": "Surabaya", "hq_region": "East Java", "lat": -7.24628, "lon": 112.73777, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry", "consumer goods industry"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "HMSP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1852556", "name": "Philip Morris International"}, "logo_url": null, "description": "Indonesian tobacco company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
880 +{"wikidata_id": "Q742449", "display_name": "Hokkaido Electric Power Company", "legal_name": "Hokkaido Electric Power Co., Inc.", "aliases": ["Hokuden", "HEPCO"], "website": "https://www.hepco.co.jp", "canonical_domain": "hepco.co.jp", "country": "JP", "hq_city": "Ōdōri Higashi", "hq_region": "Chūō-ku", "lat": 43.06329, "lon": 141.36374, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9509", "exchange": "Tokyo Stock Exchange", "lei": "353800XDXIIZDHUO0J51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hokkaido_Electric_Power_Company_Logo.svg", "description": "public company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
881 +{"wikidata_id": "Q795243", "display_name": "Rinnai", "legal_name": null, "aliases": [], "website": "https://www.rinnai.co.jp", "canonical_domain": "rinnai.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "5947", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rinnai.svg", "description": "corporation", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
882 +{"wikidata_id": "Q7968118", "display_name": "Want Want China", "legal_name": null, "aliases": ["Want Want", "Want Want China Holdings Limited"], "website": "https://www.wantwant.com.cn", "canonical_domain": "wantwant.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "0151", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Food and beverage company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
883 +{"wikidata_id": "Q8049138", "display_name": "Yapı ve Kredi Bankası", "legal_name": null, "aliases": ["Yapi Kredi"], "website": "https://www.yapikredi.com.tr", "canonical_domain": "yapikredi.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "YKBNK", "exchange": "Borsa Istanbul", "lei": "B85ZYWEZ5IZCZ2WNIO12", "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish private sector bank", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
884 +{"wikidata_id": "Q837533", "display_name": "Link REIT", "legal_name": "Link Real Estate Investment Trust", "aliases": [], "website": "https://www.linkreit.com", "canonical_domain": "linkreit.com", "country": "CN", "hq_city": "Kwun Tong", "hq_region": "Kwun Tong District", "lat": 22.31306, "lon": 114.22556, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "0823", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LINK_REIT_logo.svg", "description": "company in Hong Kong", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
885 +{"wikidata_id": "Q86734122", "display_name": "LY Corporation", "legal_name": "LINEヤフー株式会社", "aliases": ["LYCO", "Z Holdings", "LY", "LYC", "LINE Yahoo", "Z HD", "Z Holdings Corporation", "LY Co"], "website": "https://www.lycorp.co.jp", "canonical_domain": "lycorp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "4689", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109359747", "name": "A Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LY_Corp_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
886 +{"wikidata_id": "Q903943", "display_name": "Adama Agricultural Solutions Ltd.", "legal_name": "Adama Agricultural Solutions", "aliases": ["Adama", "Makhteshim Agan Industries"], "website": "https://www.adama.com", "canonical_domain": "adama.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ADAMA", "exchange": "Tel Aviv Stock Exchange", "lei": "213800WNAEYCPL9G3563", "sec_cik": null, "parent": {"wikidata_id": "Q16739781", "name": "ChemChina"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adama_Logo.svg", "description": "Israeli manufacturing company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
887 +{"wikidata_id": "Q930288", "display_name": "FSP Technology", "legal_name": null, "aliases": ["FSP Group"], "website": "https://www.fsplifestyle.com", "canonical_domain": "fsplifestyle.com", "country": "TW", "hq_city": "Taoyuan", "hq_region": "Taiwan", "lat": 24.99128, "lon": 121.31433, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "3015", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
888 +{"wikidata_id": "Q96983171", "display_name": "BAIC BluePark", "legal_name": null, "aliases": ["BAIC Bluepark New Energy Technology Co.", "Ltd.", "Beijing Electric Vehicle", "BJEV"], "website": "https://www.bjev.com.cn", "canonical_domain": "bjev.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "600733", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": null, "description": "subsidiary of BAIC Group", "sitelinks": 10, "importance": 0.4521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
889 +{"wikidata_id": "Q6039733", "display_name": "Togg", "legal_name": "Türkiye'nin Otomobili Girişim Grubu Sanayi ve Ticaret A.Ş.", "aliases": ["TOGG", "Turkey's Automobile Joint Venture Group Inc."], "website": "https://www.togg.com.tr", "canonical_domain": "togg.com.tr", "country": "TR", "hq_city": "Gebze", "hq_region": "Kocaeli Province", "lat": 40.80278, "lon": 29.43056, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOGG_logo.svg", "description": "Turkish automotive company", "sitelinks": 72, "importance": 0.4511, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
890 +{"wikidata_id": "Q1967805", "display_name": "NTPC Limited", "legal_name": null, "aliases": ["National Thermal Power Corporation Limited", "NTPC", "NTPC Ltd", "NTPC Ltd.", "National Thermal Power Corporation", "National Thermal Power Corporation Ltd"], "website": "https://www.ntpc.co.in", "canonical_domain": "ntpc.co.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1975, "employees": 23860, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Thermal_Power_logo.svg", "description": "Indian state-owned enterprise engaged in the business of generation of electricity and allied activities", "sitelinks": 17, "importance": 0.4498, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
891 +{"wikidata_id": "Q2414469", "display_name": "FromSoftware", "legal_name": null, "aliases": ["From Software", "Inc."], "website": "https://www.fromsoftware.jp", "canonical_domain": "fromsoftware.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": 456, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17224985", "name": "Kadokawa Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fromsoftware_logo.svg", "description": "Japanese video game developer", "sitelinks": 30, "importance": 0.4497, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
892 +{"wikidata_id": "Q972645", "display_name": "The Times Group", "legal_name": null, "aliases": ["Bennet Coleman & Co.", "Bennett Coleman and Co. Ltd.", "Bennett", "Coleman and Company Limited", "Times Group"], "website": "https://bccl.in", "canonical_domain": "bccl.in", "country": "IN", "hq_city": "Maharashtra", "hq_region": "India", "lat": 19.75148, "lon": 75.71389, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1838, "employees": 11002, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mass media conglomerate in India", "sitelinks": 19, "importance": 0.4497, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
893 +{"wikidata_id": "Q297600", "display_name": "aselsan.com", "legal_name": null, "aliases": ["Aselsan", "Askeri Elektronik Sanayi", "Military Electronic Industries"], "website": "https://www.aselsan.com", "canonical_domain": "aselsan.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1975, "employees": 5343, "public_company": false, "ticker": null, "exchange": null, "lei": "7890008XT4M710MU8714", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASELSAN_logo.svg", "description": "Turkish defense corporation", "sitelinks": 21, "importance": 0.4492, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
894 +{"wikidata_id": "Q104876658", "display_name": "Dixon Technologies", "legal_name": "Dixon Technologies (India) Ltd", "aliases": ["Dixon Technologies Ltd."], "website": "https://www.dixoninfo.com", "canonical_domain": "dixoninfo.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["manufacturing", "logistics", "technology", "consumer-goods"], "industry_labels": ["electronics manufacturing services", "reverse logistics", "consumer electronics industry", "home appliance industry"], "founded_year": 1993, "employees": 10119, "public_company": true, "ticker": "DIXON", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian electronics manufacturing services company", "sitelinks": 2, "importance": 0.449, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
895 +{"wikidata_id": "Q51779763", "display_name": "Bamboo Airways", "legal_name": null, "aliases": [], "website": "https://www.bambooairways.com", "canonical_domain": "bambooairways.com", "country": "VN", "hq_city": "Phu Cat Airport", "hq_region": "Bình Định", "lat": 13.955, "lon": 109.04222, "industries": ["airlines"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bamboo_Airways_Logo.svg", "description": "airline based in Vietnam", "sitelinks": 70, "importance": 0.4481, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
896 +{"wikidata_id": "Q97348109", "display_name": "China Feihe", "legal_name": null, "aliases": ["China Feihe Limited"], "website": "https://www.feihe.com", "canonical_domain": "feihe.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 2001, "employees": 9140, "public_company": true, "ticker": "6186", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.4475, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
897 +{"wikidata_id": "Q12474504", "display_name": "Bank Mega", "legal_name": "Bank Mega Tbk", "aliases": ["MEGA"], "website": "https://www.bankmega.com", "canonical_domain": "bankmega.com", "country": "ID", "hq_city": "Menara Bank Mega", "hq_region": "Mampang Prapatan", "lat": -6.24069, "lon": 106.82992, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1969, "employees": 8658, "public_company": true, "ticker": "MEGA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Mega_2013.svg", "description": "Indonesian banking company", "sitelinks": 2, "importance": 0.4467, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
898 +{"wikidata_id": "Q6023024", "display_name": "baykartech.com", "legal_name": null, "aliases": ["Baykar Makina", "Baykar Makina Sanayi ve Ticaret A.Ş.", "Baykar Teknoloji"], "website": "https://www.baykartech.com", "canonical_domain": "baykartech.com", "country": "TR", "hq_city": "Bahçeşehir", "hq_region": "Başakşehir", "lat": 41.06111, "lon": 28.70556, "industries": ["aerospace-defense"], "industry_labels": ["aircraft industry"], "founded_year": 1986, "employees": 4500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BaykarLogo.png", "description": "Turkish tactical UAV manufacturer, private company", "sitelinks": 21, "importance": 0.4467, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
899 +{"wikidata_id": "Q115880", "display_name": "Georgian Railway", "legal_name": null, "aliases": [], "website": "https://www.railway.ge", "canonical_domain": "railway.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Georgian_Railways_logo_%282016-present%29.svg", "description": "national railway company in Georgia", "sitelinks": 26, "importance": 0.4465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
900 +{"wikidata_id": "Q1430541", "display_name": "Oil and Natural Gas Corporation", "legal_name": null, "aliases": ["Oil & Natural Gas Corp Ltd", "ONGC"], "website": "https://www.ongcindia.com", "canonical_domain": "ongcindia.com", "country": "IN", "hq_city": "Dehradun", "hq_region": "Dehradun district", "lat": 30.318, "lon": 78.029, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": null, "exchange": "National Stock Exchange of India", "lei": "335800FPDZ9MRSNO7N41", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ONGC_Logo.svg", "description": "Indian state-owned oil and gas company", "sitelinks": 26, "importance": 0.4465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
901 +{"wikidata_id": "Q593733", "display_name": "National Iranian Oil Company", "legal_name": "شرکت ملی نفت ایران", "aliases": ["NIOC", "Sherkat-e Melli-ye Naft-e Īrān"], "website": "https://en.nioc.ir", "canonical_domain": "nioc.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flag_of_the_National_Iranian_Oil_Company.svg", "description": "oil and gas company of Iran", "sitelinks": 26, "importance": 0.4465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6973855"}]}
902 +{"wikidata_id": "Q386773", "display_name": "Korg", "legal_name": null, "aliases": ["Keio Electronic Laboratories", "Keio Electronic Laboratories Corp.", "Korg Corporation", "KORG Inc."], "website": "https://www.korg.com", "canonical_domain": "korg.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["musical instrument maker"], "founded_year": 1963, "employees": 288, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korg_logo.svg", "description": "musical instrument manufacturing company", "sitelinks": 31, "importance": 0.4464, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
903 +{"wikidata_id": "Q3082637", "display_name": "SAIC-GM-Wuling", "legal_name": null, "aliases": ["Liuzhou Wuling Automobile Co.", "Ltd.", "SAIC-GM-Wuling Automobile", "SAIC-GM-Wuling Automobile Co.", "Ltd.", "SAIC-Wuling Automobile Co.", "Ltd."], "website": "https://www.sgmw.com.cn", "canonical_domain": "sgmw.com.cn", "country": "CN", "hq_city": "Liuzhou", "hq_region": "Guangxi", "lat": 24.3259, "lon": 109.37108, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": 18150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SGMW_logo_%282025%29.png", "description": "Chinese automobile manufacturer and joint venture", "sitelinks": 17, "importance": 0.4458, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
904 +{"wikidata_id": "Q50038825", "display_name": "Itamar Medical Ltd", "legal_name": null, "aliases": [], "website": "https://www.itamar-medical.com", "canonical_domain": "itamar-medical.com", "country": "IL", "hq_city": "Caesarea", "hq_region": "Hof HaCarmel Regional Council", "lat": 32.5, "lon": 34.9, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1997, "employees": 184, "public_company": true, "ticker": "ITMR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Caesarea, Israel", "sitelinks": 4, "importance": 0.4448, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
905 +{"wikidata_id": "Q2669683", "display_name": "Molten Corporation", "legal_name": null, "aliases": [], "website": "https://www.molten.co.jp", "canonical_domain": "molten.co.jp", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.38525, "lon": 132.45531, "industries": [], "industry_labels": ["sports industry"], "founded_year": 1958, "employees": 3900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Molten_company_logo.svg", "description": "Japanese sports brand", "sitelinks": 21, "importance": 0.4447, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
906 +{"wikidata_id": "Q1524303", "display_name": "Alpine Electronics", "legal_name": null, "aliases": ["Alpine", "Alpage"], "website": "https://www.alpine.com", "canonical_domain": "alpine.com", "country": "JP", "hq_city": "Iwaki", "hq_region": "Fukushima Prefecture", "lat": 37.0505, "lon": 140.88772, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1967, "employees": 10835, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1611033", "name": "Alps Alpine"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpine_Logo.svg", "description": "Japanese manufacturer of consumer electronics", "sitelinks": 18, "importance": 0.4441, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
907 +{"wikidata_id": "Q11375826", "display_name": "Keihan Holdings", "legal_name": "Keihan Holdings Co., Ltd.", "aliases": ["Keihan Holdings Co.", "Ltd."], "website": "https://www.keihan-holdings.co.jp", "canonical_domain": "keihan-holdings.co.jp", "country": "JP", "hq_city": "Osaka Merchandise Mart Building", "hq_region": "Chūō-ku", "lat": 34.69022, "lon": 135.51847, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1949, "employees": 6967, "public_company": true, "ticker": "9045", "exchange": "Tokyo Stock Exchange", "lei": "353800ADZSZ9AD39RL13", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.4436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
908 +{"wikidata_id": "Q26722633", "display_name": "Aero Engine Corporation of China", "legal_name": null, "aliases": ["AECC", "Aeroengine Corporation of China"], "website": "https://www.aecc.cn", "canonical_domain": "aecc.cn", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["aerospace-defense"], "industry_labels": ["aerospace engineering"], "founded_year": 2016, "employees": 96000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese aircraft engine manufacturer", "sitelinks": 13, "importance": 0.4435, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
909 +{"wikidata_id": "Q21451523", "display_name": "Genesis Motor", "legal_name": null, "aliases": ["Genesis", "Genesis Motors"], "website": "https://www.genesis.com", "canonical_domain": "genesis.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55931", "name": "Hyundai Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genesis_G90_3.5T_RS4_Savile_Silver_%2830%29.jpg", "description": "South Korean luxury brand", "sitelinks": 25, "importance": 0.4425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
910 +{"wikidata_id": "Q104844406", "display_name": "SentinelOne", "legal_name": null, "aliases": ["Inc."], "website": "https://www.sentinelone.com", "canonical_domain": "sentinelone.com", "country": "IL", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "S", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1583708", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SentinelOne_logo.svg", "description": "American cybersecurity company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
911 +{"wikidata_id": "Q105976864", "display_name": "Wingtech Technology", "legal_name": null, "aliases": ["Wingtech", "Wingtech Technology Co.", "Ltd."], "website": "https://www.wingtech.com", "canonical_domain": "wingtech.com", "country": "CN", "hq_city": "Jiaxing", "hq_region": "Zhejiang", "lat": 30.7522, "lon": 120.75, "industries": ["semiconductors", "manufacturing"], "industry_labels": ["semiconductor industry", "manufacturing industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "600745", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wingtech_Logo.svg", "description": "Chinese partially state-owned semiconductor manufacturer", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
912 +{"wikidata_id": "Q1073492", "display_name": "China Resources Beer (Holdings) Company Limited", "legal_name": null, "aliases": ["China Resources Enterprise", "CRH (Enterprise) Limited"], "website": "https://www.crbeer.com.hk", "canonical_domain": "crbeer.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "291", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q21158111"}]}
913 +{"wikidata_id": "Q10846067", "display_name": "361˚", "legal_name": null, "aliases": ["361 Degrees", "361°"], "website": "https://www.361sport.com", "canonical_domain": "361sport.com", "country": "CN", "hq_city": "Jinjiang", "hq_region": "Quanzhou", "lat": 24.81409, "lon": 118.57916, "industries": ["apparel"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "1361", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_361%CB%9A.svg", "description": "Chinese sportswear company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
914 +{"wikidata_id": "Q11071241", "display_name": "Fosun Pharmaceutical", "legal_name": null, "aliases": ["Fosun Pharma", "Fosun Pharma (China)", "Fuxing Pharma"], "website": "https://www.fosunpharma.com", "canonical_domain": "fosunpharma.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "600196", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3079736", "name": "Fosun International Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fosun_Pharma_Logo_07.2019.svg", "description": "Chinese pharmaceutical company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
915 +{"wikidata_id": "Q11229276", "display_name": "Lixil", "legal_name": null, "aliases": [], "website": "https://www.lixil-group.co.jp", "canonical_domain": "lixil-group.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["construction", "asset-management"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5938", "exchange": "Tokyo Stock Exchange", "lei": "353800KB8G4F9WUJJ886", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lixil_company_logo.svg", "description": "Japanese building materials and housing equipment company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
916 +{"wikidata_id": "Q11304138", "display_name": "CyberAgent", "legal_name": "CyberAgent, Inc.", "aliases": ["CA", "Cyber Agent", "Inc."], "website": "https://www.cyberagent.co.jp", "canonical_domain": "cyberagent.co.jp", "country": "JP", "hq_city": "Dōgenzaka", "hq_region": "Shibuya", "lat": 35.65936, "lon": 139.69819, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "4751", "exchange": "Tokyo Stock Exchange", "lei": "3538006T5KZABPGS8Q08", "sec_cik": "1447130", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CyberAgent_logo.svg", "description": "Japanese internet company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
917 +{"wikidata_id": "Q11341587", "display_name": "Mandom", "legal_name": null, "aliases": ["GATSBY"], "website": "https://www.mandom.co.jp", "canonical_domain": "mandom.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "4917", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%A0%AA%E5%BC%8F%E4%BC%9A%E7%A4%BE%E3%83%9E%E3%83%B3%E3%83%80%E3%83%A0_%E3%83%AD%E3%82%B4.svg", "description": "Japanese consumer products company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
918 +{"wikidata_id": "Q11342984", "display_name": "Miroku Corp.", "legal_name": null, "aliases": [], "website": "https://www.miroku-jp.com", "canonical_domain": "miroku-jp.com", "country": "JP", "hq_city": "Nankoku", "hq_region": "Kōchi Prefecture", "lat": 33.57569, "lon": 133.64147, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1893, "employees": null, "public_company": true, "ticker": "7983", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "gun manufacturer", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
919 +{"wikidata_id": "Q1145751", "display_name": "Inspur", "legal_name": null, "aliases": ["INSPUR Co.", "Ltd.", "Inspur Group"], "website": "https://www.inspur.com", "canonical_domain": "inspur.com", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["technology"], "industry_labels": ["information industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "600756", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese information technology company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
920 +{"wikidata_id": "Q1486322", "display_name": "GOME Electrical Appliances", "legal_name": null, "aliases": [], "website": "https://www.gome.com.hk", "canonical_domain": "gome.com.hk", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "0493", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
921 +{"wikidata_id": "Q1506638", "display_name": "The Wharf (Holdings) Limited", "legal_name": null, "aliases": ["The Wharf", "Wharf"], "website": "https://www.wharfholdings.com", "canonical_domain": "wharfholdings.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1886, "employees": null, "public_company": true, "ticker": "0004", "exchange": "Hong Kong Stock Exchange", "lei": "254900JCV4TBBPX9IW91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wharf_logo.svg", "description": "company in Hong Kong", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
922 +{"wikidata_id": "Q1539141", "display_name": "Sekisui House", "legal_name": "Sekisui House, Ltd.", "aliases": [], "website": "https://www.sekisuihouse.co.jp", "canonical_domain": "sekisuihouse.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "1928", "exchange": "Tokyo Stock Exchange", "lei": "529900GMNDOYQSAJAE76", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sekisui_House_Logo.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
923 +{"wikidata_id": "Q16922766", "display_name": "Genting Hong Kong", "legal_name": null, "aliases": ["Genting Hong Kong Limited", "Star Cruises Limited"], "website": "https://www.gentinghk.com", "canonical_domain": "gentinghk.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0678", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genting_Hong_Kong_logo.svg", "description": "Hong Kong company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
924 +{"wikidata_id": "Q16983765", "display_name": "Prologis", "legal_name": null, "aliases": ["Prologis Logistics", "Prologis Real Estate"], "website": "https://www.prologis.com", "canonical_domain": "prologis.com", "country": "KR", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "PLD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1045609", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Prologis_Logo_Current.svg", "description": "multinational logistics real estate investment trust", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
925 +{"wikidata_id": "Q1792238", "display_name": "Kunlun Energy", "legal_name": null, "aliases": ["Kunlun Energy Company Limited"], "website": "https://www.cnpc.com.hk", "canonical_domain": "cnpc.com.hk", "country": "HK", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0135", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q588786", "name": "China National Petroleum Corporation"}, "logo_url": null, "description": "Chinese oil and gas company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
926 +{"wikidata_id": "Q1808602", "display_name": "NIIT", "legal_name": null, "aliases": [], "website": "https://www.niit.com", "canonical_domain": "niit.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["education"], "industry_labels": ["higher education"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "NIITLTD", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NIIT_logo.svg", "description": "National Institute of Information Technology", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
927 +{"wikidata_id": "Q187212", "display_name": "SolarEdge", "legal_name": null, "aliases": [], "website": "https://www.solaredge.com", "canonical_domain": "solaredge.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "SEDG", "exchange": "Nasdaq", "lei": "5493000K6Y58XXPDF853", "sec_cik": "1419612", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SolarEdge_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
928 +{"wikidata_id": "Q18857532", "display_name": "KOSÉ Corporation", "legal_name": null, "aliases": ["Kose", "KOSE", "KOSÉ", "Kose Corporation", "KOSE Corporation", "KOSÉ Holdings Corporation"], "website": "https://www.kose.co.jp", "canonical_domain": "kose.co.jp", "country": "JP", "hq_city": "Nihonbashi", "hq_region": "Chūō", "lat": 35.68167, "lon": 139.77283, "industries": ["consumer-goods"], "industry_labels": ["personal care product"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "4922", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KOS%C3%89_company_logo.svg", "description": "Japanese cosmetics and personal care company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
929 +{"wikidata_id": "Q1934134", "display_name": "Mikuni", "legal_name": null, "aliases": ["MIKUNI"], "website": "https://www.mikuni.co.jp", "canonical_domain": "mikuni.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "7247", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mikuni_company_logo.svg", "description": "Japanese company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
930 +{"wikidata_id": "Q20724247", "display_name": "China Energy Engineering", "legal_name": null, "aliases": ["CEEC", "China Energy Engineering Corporation", "China Energy Engineering Group", "China Energy Engineering Group Co.", "Ltd.", "Energy China"], "website": "https://www.ceec.net.cn", "canonical_domain": "ceec.net.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "3996", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
931 +{"wikidata_id": "Q21120876", "display_name": "Samsung SDI", "legal_name": "삼성SDI 주식회사", "aliases": ["Samsung Digital Imaging", "Samsung Digital Imaging Co.", "Ltd.", "SAMSUNG DISPLAY CO.", "LTD. (Gyeonggi-Do)", "Samsung Display Devices", "Samsung Display Devices Co., Ltd.", "Samsung Displays"], "website": "https://www.samsungsdi.co.kr", "canonical_domain": "samsungsdi.co.kr", "country": "KR", "hq_city": "Yongin", "hq_region": "Gyeonggi Province", "lat": 37.23611, "lon": 127.20111, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "006400", "exchange": "Korean Stock Exchange", "lei": "9884002AESDO4YW87G32", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_SDI_logo_%28english%29.svg", "description": "South Korean company, manufacturer of screens, batteries, and electronics materials", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
932 +{"wikidata_id": "Q2227422", "display_name": "Angang Steel Company", "legal_name": null, "aliases": ["Angang Steel Company Limited", "Ansteel"], "website": "https://www.ansteel.com.cn", "canonical_domain": "ansteel.com.cn", "country": "CN", "hq_city": "Anshan", "hq_region": "Liaoning", "lat": 41.10662, "lon": 122.98945, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "000898", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese steel company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
933 +{"wikidata_id": "Q2498318", "display_name": "Cosmo Oil Company", "legal_name": null, "aliases": ["Kosumo Sekiyu Kabushiki-gaisha"], "website": "https://www.cosmo-oil.co.jp", "canonical_domain": "cosmo-oil.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "5007", "exchange": "Tokyo Stock Exchange", "lei": "549300MIFE1VEW02GY83", "sec_cik": null, "parent": {"wikidata_id": "Q22122895", "name": "Cosmo Energy Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cosmo_Oil_company_logo.svg", "description": "Japanese petrochemical company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
934 +{"wikidata_id": "Q2909852", "display_name": "Israel Land Development Company", "legal_name": "חברת הכשרת הישוב בישראל ב\"מ", "aliases": ["Hachsharat Ha-Yishu", "Hevrat hakhsharat ha-yishshuv", "Hevrat Hakhsharat Ha-Yishshuv Be-Erez Yisrael"], "website": "https://www.ildc.co.il", "canonical_domain": "ildc.co.il", "country": "IL", "hq_city": "Bnei Brak", "hq_region": "Tel Aviv District", "lat": 32.08074, "lon": 34.8338, "industries": ["real-estate"], "industry_labels": ["real property", "development"], "founded_year": 1909, "employees": null, "public_company": true, "ticker": "ILDC", "exchange": "Tel Aviv Stock Exchange", "lei": "213800Z7833KR44LCC93", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli land development and real-estate company founded in 1909", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
935 +{"wikidata_id": "Q3476312", "display_name": "Smartfren", "legal_name": "Smartfren Telecom Tbk", "aliases": ["FREN", "PT Smartfren Telecom Tbk", "PT Smartfren Telecom", "Tbk", "Smartfren Telecom"], "website": "https://www.smartfren.com", "canonical_domain": "smartfren.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "FREN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1516371", "name": "Sinar Mas Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smartfren_%282019%29.svg", "description": "Indonesian telecommunications company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
936 +{"wikidata_id": "Q3570160", "display_name": "Wuliangye", "legal_name": null, "aliases": [], "website": "https://www.wuliangye.com.cn", "canonical_domain": "wuliangye.com.cn", "country": "CN", "hq_city": "Yibin", "hq_region": "Sichuan", "lat": 28.75961, "lon": 104.63997, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "000858", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
937 +{"wikidata_id": "Q373291", "display_name": "Baotou Steel", "legal_name": null, "aliases": [], "website": "https://www.btsteel.com", "canonical_domain": "btsteel.com", "country": "CN", "hq_city": "Baotou", "hq_region": "Inner Mongolia", "lat": 40.65621, "lon": 109.83454, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600010", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
938 +{"wikidata_id": "Q3781101", "display_name": "Imagineer", "legal_name": null, "aliases": ["Imagineer Co.", "Ltd."], "website": "https://www.imagineer.co.jp", "canonical_domain": "imagineer.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "4644", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese content company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
939 +{"wikidata_id": "Q3805077", "display_name": "Electric Power Development Company", "legal_name": null, "aliases": ["EPDC", "Dengen Kaihatsu", "Dengen Kaihatsu Kabushiki-gaisha", "Denpatsu", "Electric Power Development Co.", "Ltd", "Electric Power Development Co.", "Ltd."], "website": "https://www.jpower.co.jp", "canonical_domain": "jpower.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "9513", "exchange": "Tokyo Stock Exchange", "lei": "549300KMHPUAQI8VEH90", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/J_POWER_LOGO.svg", "description": "Japanese company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
940 +{"wikidata_id": "Q3992245", "display_name": "Tohokushinsha Film", "legal_name": null, "aliases": ["TFC", "Tohoku Shinsha", "Tohokushinsha Film Corp.", "Tohokushinsha Film Corporation"], "website": "https://www.tfc.co.jp", "canonical_domain": "tfc.co.jp", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["retail"], "industry_labels": ["film distributor"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "2329", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tohokushinsha_Film_Corporation_logo.svg", "description": "Film Corporation in Japan", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
941 +{"wikidata_id": "Q4021859", "display_name": "Xtep", "legal_name": null, "aliases": [], "website": "https://www.xtep.com.hk", "canonical_domain": "xtep.com.hk", "country": "CN", "hq_city": "Quanzhou", "hq_region": "Fujian", "lat": 24.91389, "lon": 118.58583, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "1368", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xtep_company_logo.png", "description": "Chinese sports equipment company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
942 +{"wikidata_id": "Q4132947", "display_name": "AmBank", "legal_name": null, "aliases": ["AMMB Holdings Berhad", "Ammb Holdings Berhad", "Ammb Holdings Bhd."], "website": "https://www.ambankgroup.com", "canonical_domain": "ambankgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "1015", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AmBank_group.svg", "description": "Malaysian banking group", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
943 +{"wikidata_id": "Q4677436", "display_name": "Actions Technology", "legal_name": null, "aliases": ["Actions Semiconductor"], "website": "https://www.actionstech.com", "canonical_domain": "actionstech.com", "country": "CN", "hq_city": "Zhuhai", "hq_region": "Guangdong", "lat": 22.27417, "lon": 113.57194, "industries": ["semiconductors"], "industry_labels": ["electronic component"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ACTS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Actions_Technology_%28formerly_Actions_Semiconductor%29_logo_-_version_2_-_color.png", "description": "Chinese fabless semiconductor company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
944 +{"wikidata_id": "Q491325", "display_name": "Shinhan Financial Group", "legal_name": null, "aliases": [], "website": "https://www.shinhangroup.com", "canonical_domain": "shinhangroup.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "SHG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1263043", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mini_shinhan.jpg", "description": "Financial holding company in Seoul, South Korea", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1263043", "enriched_at": "2026-09-13T07:23:12+00:00"}}
945 +{"wikidata_id": "Q491990", "display_name": "Hanwha Life Insurance", "legal_name": "Hanwha Life Insurance Co., Ltd.", "aliases": [], "website": "https://www.hanwhalife.com", "canonical_domain": "hanwhalife.com", "country": "KR", "hq_city": "63 Building", "hq_region": "Yeoui-dong", "lat": 37.51972, "lon": 126.94, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "088350", "exchange": "Korean Stock Exchange", "lei": "988400ZKCI3R9DQHR320", "sec_cik": null, "parent": null, "logo_url": null, "description": "insurance company in South Korea", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
946 +{"wikidata_id": "Q492581", "display_name": "Doosan Enerbility", "legal_name": "Doosan Enerbility Co., Ltd.", "aliases": ["Doosan Heavy Industries & Construction"], "website": "https://www.doosanenerbility.com", "canonical_domain": "doosanenerbility.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "034020", "exchange": "Korean Stock Exchange", "lei": "988400TK5NA3GLSTN506", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doosan_logo_%28en%29.png", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
947 +{"wikidata_id": "Q5016462", "display_name": "Zydus Cadila", "legal_name": null, "aliases": ["Cadila Healthcare", "Zydus", "Zydus Lifesciences"], "website": "https://cadilapharma.com", "canonical_domain": "cadilapharma.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "CADILAHC", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian pharmaceutical stock company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
948 +{"wikidata_id": "Q5105515", "display_name": "Chow Tai Fook", "legal_name": null, "aliases": ["Chow Tai Fook (Holdings)", "Chow Tai Fook Capital", "Chow Tai Fook Enterprises", "CTF Holdings"], "website": "https://www.chowtaifook.com", "canonical_domain": "chowtaifook.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["transportation", "entertainment", "real-estate", "consumer-goods"], "industry_labels": ["infrastructure", "casino", "real property", "jewelry"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "CJEWF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ChowTaiFook_logo.svg", "description": "Hong Kong–based privately owned conglomerate", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q48880993"}]}
949 +{"wikidata_id": "Q5295864", "display_name": "Dongfang Electric", "legal_name": null, "aliases": [], "website": "https://www.dongfang.com.cn", "canonical_domain": "dongfang.com.cn", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["energy"], "industry_labels": ["power station"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600875", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongfang_Electric_logo.svg", "description": "Chinese publicly traded corporation engaged in the manufacturing of power generators and the contracts of power station projects", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
950 +{"wikidata_id": "Q545565", "display_name": "Anhui Conch Cement Co., Ltd.", "legal_name": "Anhui Conch Cement Co., Ltd.", "aliases": ["Anhui Conch Cement", "Anhui Conch Cement Company", "Conch Cement"], "website": "https://www.conch.cn", "canonical_domain": "conch.cn", "country": "CN", "hq_city": "Wuhu", "hq_region": "Anhui", "lat": 31.33398, "lon": 118.36223, "industries": ["construction"], "industry_labels": ["Cement industry in the People's Republic of China"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600585", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q48911000", "name": "Anhui Conch Group Co., Ltd"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anhuiconch.png", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q15955944"}]}
951 +{"wikidata_id": "Q55735496", "display_name": "Pearl Abyss", "legal_name": null, "aliases": ["Pearl Abyss Corp."], "website": "https://www.pearlabyss.com", "canonical_domain": "pearlabyss.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "263750.KQ", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pearl_Abyss_2010_vector_logo.svg", "description": "South Korean video game developer and publisher", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
952 +{"wikidata_id": "Q6108978", "display_name": "JSW Steel Ltd", "legal_name": null, "aliases": ["JSW Steel"], "website": "https://www.jsw.in", "canonical_domain": "jsw.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "JSWSTEEL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational steel company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6108973"}]}
953 +{"wikidata_id": "Q649343", "display_name": "ACC Limited", "legal_name": null, "aliases": ["The Associated Cement Companies Limited"], "website": "https://dealers-nearme.acclimited.com", "canonical_domain": "acclimited.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["construction"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "ACC", "exchange": "National Stock Exchange of India", "lei": "335800569A6H12LH4677", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ACC_Limited_logo.svg", "description": "Producers of cement in India", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
954 +{"wikidata_id": "Q6648506", "display_name": "RS Public Company Limited", "legal_name": null, "aliases": ["RS", "Rs", "RS Group", "Rs Public Company Limited", "Rs Public Co.", "Ltd."], "website": "https://www.rs.co.th", "canonical_domain": "rs.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "RS", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rs-group-logo.svg", "description": "Thai entertainment & media company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
955 +{"wikidata_id": "Q7220966", "display_name": "Azrieli Group Ltd", "legal_name": "קבוצת עזריאלי בע''מ", "aliases": [], "website": "https://www.azrieligroup.com", "canonical_domain": "azrieligroup.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "AZRG", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli real estate company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
956 +{"wikidata_id": "Q7359845", "display_name": "Rohto Pharmaceutical Co., Ltd.", "legal_name": null, "aliases": ["Rohto"], "website": "https://www.rohto.co.jp", "canonical_domain": "rohto.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "4527", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rohto_2024.svg", "description": "Japanese company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
957 +{"wikidata_id": "Q7392053", "display_name": "SOHO China", "legal_name": null, "aliases": [], "website": "https://www.sohochina.com", "canonical_domain": "sohochina.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "0410", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "office real-estate developer in China", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
958 +{"wikidata_id": "Q7410538", "display_name": "Samsung SDS", "legal_name": null, "aliases": ["SDS", "SAMSUNG SDS CO.", "LTD. (Seoul)"], "website": "https://www.samsungsds.com", "canonical_domain": "samsungsds.com", "country": "KR", "hq_city": "Samsung SDS Tower", "hq_region": "Songpa District", "lat": 37.51647, "lon": 127.10041, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "018260", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_SDS_logo_%28korean%29.svg", "description": "South-Korean company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
959 +{"wikidata_id": "Q752084", "display_name": "New World Development Company Limited", "legal_name": null, "aliases": ["New World Development"], "website": "https://www.nwd.com.hk", "canonical_domain": "nwd.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "0017", "exchange": "Hong Kong Stock Exchange", "lei": "2549008GWMWXTIRL4S48", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
960 +{"wikidata_id": "Q765895", "display_name": "Lotte Himart", "legal_name": "Lotte Himart Co., Ltd.", "aliases": ["Hi-Mart", "Himart"], "website": "https://www.himart.co.kr", "canonical_domain": "himart.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "071840", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12594197", "name": "Lotte Shopping"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_Mart_2018.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
961 +{"wikidata_id": "Q7663566", "display_name": "Sysmex Corporation", "legal_name": null, "aliases": ["Shisumekkusu Kabushiki-gaisha", "TOA Medical Electronics"], "website": "https://www.sysmex.co.jp", "canonical_domain": "sysmex.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "6869", "exchange": "Tokyo Stock Exchange", "lei": "5299001ZO4CKWACMZI55", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sysmex_company_logo.svg", "description": "Japanese company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
962 +{"wikidata_id": "Q7709167", "display_name": "Thai Union Group", "legal_name": null, "aliases": ["Thai Union Frozen Products", "Thai Union Group Public Company Limited", "Thai Union Group Public Co.", "Ltd."], "website": "https://www.thaiunion.com", "canonical_domain": "thaiunion.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["food-beverage"], "industry_labels": ["food"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "TU", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "producer of seafood-based food products", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
963 +{"wikidata_id": "Q833709", "display_name": "DrayTek", "legal_name": null, "aliases": [], "website": "https://www.draytek.com", "canonical_domain": "draytek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "6216", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_DrayTek.svg", "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
964 +{"wikidata_id": "Q842437", "display_name": "YTL Corporation", "legal_name": null, "aliases": ["YTL CORPORATION BERHAD", "Ytl Corporation Berhad", "Ytl Corporation Bhd."], "website": "https://www.ytl.com.my", "canonical_domain": "ytl.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "4677", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YTL_Corporation_Berhad.png", "description": "Malaysian infrastructure conglomerate", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q139388262"}]}
965 +{"wikidata_id": "Q842879", "display_name": "Fuji Kyuko", "legal_name": null, "aliases": ["Fujikyu"], "website": "https://www.fujikyu.co.jp", "canonical_domain": "fujikyu.co.jp", "country": "JP", "hq_city": "Fujiyoshida", "hq_region": "Yamanashi Prefecture", "lat": 35.48753, "lon": 138.80775, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "9010", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujikyu_Logo_2024.svg", "description": "Japanese passenger transportation company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
966 +{"wikidata_id": "Q858452", "display_name": "Fujiya", "legal_name": null, "aliases": ["Fujiya Co."], "website": "https://www.fujiya-peko.co.jp", "canonical_domain": "fujiya-peko.co.jp", "country": "JP", "hq_city": "Ōtsuka", "hq_region": "Bunkyō-ku", "lat": 35.72192, "lon": 139.73109, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "2211", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3138937", "name": "Yamazaki Baking"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FUJIYA_logo.svg", "description": "Japanese confectionery store chain", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
967 +{"wikidata_id": "Q932299", "display_name": "Zoom Corporation", "legal_name": null, "aliases": ["Zoom", "Sound Service GmbH", "Zoom North America", "Zoom UK Distribution Limited"], "website": "https://www.zoom.co.jp", "canonical_domain": "zoom.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "6694", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo.Zoom.Corporation.png", "description": "Japanese company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
968 +{"wikidata_id": "Q955596", "display_name": "Chiyoda Corporation", "legal_name": null, "aliases": [], "website": "https://www.chiyodacorp.com", "canonical_domain": "chiyodacorp.com", "country": "JP", "hq_city": "Minato Mirai Grand Central Tower", "hq_region": "Minatomirai", "lat": 35.45867, "lon": 139.62933, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6366", "exchange": "Tokyo Stock Exchange", "lei": "549300QKY84OVLK4L190", "sec_cik": "1442657", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chiyoda_Corporation_company_logo.svg", "description": "Japanese engineering company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
969 +{"wikidata_id": "Q995660", "display_name": "Shanghai Electric", "legal_name": null, "aliases": ["SEG", "Shanghai Electric Group Company", "Shanghai Electric Group Company limited"], "website": "https://www.shanghai-electric.com", "canonical_domain": "shanghai-electric.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "601727", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.4421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
970 +{"wikidata_id": "Q650867", "display_name": "Madhouse", "legal_name": null, "aliases": ["Madhouse Inc."], "website": "https://www.madhouse.co.jp", "canonical_domain": "madhouse.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.69621, "lon": 139.67429, "industries": ["gaming"], "industry_labels": ["anime industry", "video game industry"], "founded_year": 1972, "employees": 70, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q864910", "name": "Nippon Television"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Madhouse_Logo.png", "description": "Japanese animation studio", "sitelinks": 36, "importance": 0.4413, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
971 +{"wikidata_id": "Q3192149", "display_name": "Kalleh Dairy", "legal_name": null, "aliases": ["Kaleh"], "website": "https://www.kalleh.com", "canonical_domain": "kalleh.com", "country": "IR", "hq_city": "Amol", "hq_region": "Central District", "lat": 36.46972, "lon": 52.35083, "industries": ["food-beverage"], "industry_labels": ["food industry", "dairy"], "founded_year": 1991, "employees": 38000, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian Food Company", "sitelinks": 5, "importance": 0.441, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
972 +{"wikidata_id": "Q2548367", "display_name": "ROKETSAN", "legal_name": null, "aliases": ["Roketsan A.Ş.", "Roketsan Roket Sanayii ve Ticaret A.Ş."], "website": "https://www.roketsan.com.tr", "canonical_domain": "roketsan.com.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1988, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roketsan_logo.svg", "description": "Turkish rocket, missile R&D and production defence industry company", "sitelinks": 21, "importance": 0.4409, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
973 +{"wikidata_id": "Q11264892", "display_name": "Kimia Farma", "legal_name": "Kimia Farma (Persero) Tbk", "aliases": ["KAEF", "Kimia Farma Tbk.", "PT Kimia Farma Tbk"], "website": "https://www.kimiafarma.co.id", "canonical_domain": "kimiafarma.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1971, "employees": 11, "public_company": true, "ticker": "KAEF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian state-owned pharmaceutical company", "sitelinks": 6, "importance": 0.4406, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
974 +{"wikidata_id": "Q212304", "display_name": "Etihad Airways", "legal_name": null, "aliases": ["ETD", "Etihad", "EY"], "website": "https://www.etihad.com", "canonical_domain": "etihad.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "DF0BVHAOM8TIXBR3S960", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Etihad-airways-logo.svg", "description": "flag-carrier airline of the United Arab Emirates", "sitelinks": 65, "importance": 0.4405, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
975 +{"wikidata_id": "Q18712406", "display_name": "Lazada Group", "legal_name": null, "aliases": ["Lazada"], "website": "https://lazada.com", "canonical_domain": "lazada.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["e-commerce", "internet"], "industry_labels": ["e-commerce", "online shopping", "online shop"], "founded_year": 2012, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lazada_%282019%29.svg", "description": "Singaporean-Chinese e-commerce company, based in Southeast Asia", "sitelinks": 20, "importance": 0.4401, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
976 +{"wikidata_id": "Q20795233", "display_name": "South Caucasus Railway", "legal_name": null, "aliases": ["HKE"], "website": "https://www.railway.am", "canonical_domain": "railway.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2008, "employees": 4300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q660770", "name": "Russian Railways"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_Caucasus_Railway_logo.svg", "description": "one of the subsidiaries of Russian Railways and operator of Armenia Railways", "sitelinks": 19, "importance": 0.4361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
977 +{"wikidata_id": "Q7865151", "display_name": "UMW Holdings", "legal_name": null, "aliases": [], "website": "https://www.umw.com.my", "canonical_domain": "umw.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": 7, "public_company": true, "ticker": "4588", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1146772", "name": "Sime Darby"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sime_UMW_logo.png", "description": "Malaysian industrial conglomerate", "sitelinks": 6, "importance": 0.4347, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
978 +{"wikidata_id": "Q5678438", "display_name": "Digikala", "legal_name": null, "aliases": ["Inc."], "website": "https://www.digikala.com", "canonical_domain": "digikala.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["e-commerce", "retail"], "industry_labels": ["e-commerce", "retail"], "founded_year": 2006, "employees": 8200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digikala-logo.png", "description": "Iranian Online Retailer", "sitelinks": 17, "importance": 0.4343, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
979 +{"wikidata_id": "Q238974", "display_name": "TOPIX", "legal_name": null, "aliases": ["Tokyo Stock Price Index"], "website": "https://www.jpx.co.jp", "canonical_domain": "jpx.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": null, "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese stock market index", "sitelinks": 23, "importance": 0.4341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1320224"}, {"related_domain_conflict": "Q11507487"}]}
980 +{"wikidata_id": "Q18658349", "display_name": "Wanda Commercial", "legal_name": null, "aliases": ["Dalian Wanda Commercial", "Dalian Wanda Commercial Properties", "Dalian Wanda Commercial Properties Co.", "Ltd.", "Wanda Commercial Properties"], "website": "https://www.wandaplazas.com", "canonical_domain": "wandaplazas.com", "country": "CN", "hq_city": "Dalian", "hq_region": "Liaoning", "lat": 38.9, "lon": 121.6, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1988, "employees": 63881, "public_company": true, "ticker": "3699", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese real estate company", "sitelinks": 1, "importance": 0.4331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
981 +{"wikidata_id": "Q6506480", "display_name": "LeEco", "legal_name": null, "aliases": ["Leshi Holding (Beijing) Co.", "Ltd.", "Leshi Holding"], "website": "https://www.leeco.com", "canonical_domain": "leeco.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2011, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company founded by Jia Yueting, the founder of Le.com", "sitelinks": 18, "importance": 0.4329, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
982 +{"wikidata_id": "Q174386", "display_name": "Vietnam Airlines", "legal_name": null, "aliases": ["Vietnam Air", "Vietnam Airline", "Vietnam Airlines Company Limited"], "website": "https://www.vietnamairlines.com", "canonical_domain": "vietnamairlines.com", "country": "VN", "hq_city": "Long Biên", "hq_region": "Hanoi", "lat": 21.04139, "lon": 105.89611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vietnam_Airlines_2015_wordmark.svg", "description": "flag-carrier airline of Vietnam", "sitelinks": 60, "importance": 0.4322, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
983 +{"wikidata_id": "Q1045983", "display_name": "KEGOC", "legal_name": null, "aliases": ["Kazakhstan Electricity Grid Operating Company"], "website": "https://www.kegoc.kz", "canonical_domain": "kegoc.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["energy"], "industry_labels": ["power engineering"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "KEGC", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4407014", "name": "Samruk-Kazyna"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
984 +{"wikidata_id": "Q1073291", "display_name": "China International Marine Containers", "legal_name": null, "aliases": [], "website": "https://www.cimc.com", "canonical_domain": "cimc.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "000039", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CIMC_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
985 +{"wikidata_id": "Q1073463", "display_name": "China Overseas Land and Investment Limited", "legal_name": null, "aliases": ["China Overseas Land & Investment Ltd."], "website": "https://www.coli.com.hk", "canonical_domain": "coli.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "0688", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q69923136", "name": "China State Construction Engineering Corporation Limited"}, "logo_url": null, "description": "subsidiary company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
986 +{"wikidata_id": "Q10915565", "display_name": "TCC Group Holdings", "legal_name": null, "aliases": ["T'Cement", "Taiwan Cement Corporation", "TCC"], "website": "https://www.taiwancement.com", "canonical_domain": "taiwancement.com", "country": "TW", "hq_city": "Zhongshan District", "hq_region": "Taipei", "lat": 25.06889, "lon": 121.53306, "industries": ["construction", "energy"], "industry_labels": ["cement", "sustainable energy"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "1101", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
987 +{"wikidata_id": "Q1112652", "display_name": "Youngor Group", "legal_name": null, "aliases": [], "website": "https://www.youngor.com", "canonical_domain": "youngor.com", "country": "CN", "hq_city": "Yinzhou District", "hq_region": "Ningbo", "lat": 29.81899, "lon": 121.5432, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "600177", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
988 +{"wikidata_id": "Q1113213", "display_name": "SBI Holdings", "legal_name": null, "aliases": ["SBI", "SBI Group", "Inc.", "SBIHD"], "website": "https://www.sbigroup.co.jp", "canonical_domain": "sbigroup.co.jp", "country": "JP", "hq_city": "Roppongi", "hq_region": "Minato", "lat": 35.66284, "lon": 139.73144, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8473", "exchange": "Tokyo Stock Exchange", "lei": "353800L6LMHYIPSMRQ17", "sec_cik": "1446698", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SBI_Holdings_logo.svg", "description": "Parent company of the SBI group (Japanese financial conglomerate)", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
989 +{"wikidata_id": "Q11242714", "display_name": "SCSK Corporation", "legal_name": "CSK Corporation", "aliases": ["Sumisho Computer Systems Corporation"], "website": "https://www.scsk.jp", "canonical_domain": "scsk.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "9719", "exchange": "Tokyo Stock Exchange", "lei": "529900SNGFXMSUBB7864", "sec_cik": "1936912", "parent": {"wikidata_id": "Q716979", "name": "Sumitomo Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SCSK_logo.svg", "description": "IT service company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
990 +{"wikidata_id": "Q11320384", "display_name": "Descente", "legal_name": "株式会社デサント", "aliases": ["DESCENTE LTD."], "website": "https://www.descente.co.jp", "canonical_domain": "descente.co.jp", "country": "JP", "hq_city": "Tennōji-ku", "hq_region": "Osaka", "lat": 34.65778, "lon": 135.51944, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "8114", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DESCENTE_company_logo_new.png", "description": "Japanese sports clothing and accessories company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
991 +{"wikidata_id": "Q1155372", "display_name": "DRB-HICOM", "legal_name": null, "aliases": ["Drb-hicom", "Drb-hicom Berhad", "Drb-hicom Bhd."], "website": "https://www.drb-hicom.com", "canonical_domain": "drb-hicom.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "1619", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DRB-HICOM_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
992 +{"wikidata_id": "Q1164386", "display_name": "FMC Technologies", "legal_name": null, "aliases": [], "website": "https://www.fmctechnologies.com", "canonical_domain": "fmctechnologies.com", "country": "JP", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["industrial-machinery"], "industry_labels": ["SIC 3533 Oil & Gas Field Machinery & Equipment"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "FTI", "exchange": "New York Stock Exchange", "lei": "549300D5I93QWCJTCK36", "sec_cik": "1135152", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_FMC_Technologies.svg", "description": "Houston-based company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1135152", "enriched_at": "2026-09-13T07:23:12+00:00"}}
993 +{"wikidata_id": "Q11673248", "display_name": "Bank of Kaohsiung", "legal_name": null, "aliases": ["Bank of Kaohsiung Co.", "Ltd", "BOK"], "website": "https://www.bok.com.tw", "canonical_domain": "bok.com.tw", "country": "TW", "hq_city": "Zuoying District", "hq_region": "Kaohsiung", "lat": 22.6822, "lon": 120.294, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "2836", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank of Taiwan", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
994 +{"wikidata_id": "Q1186806", "display_name": "China Lucky Film", "legal_name": null, "aliases": ["Lucky Film"], "website": "https://www.luckyfilm.com", "canonical_domain": "luckyfilm.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600135", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
995 +{"wikidata_id": "Q12581339", "display_name": "KB Financial Group", "legal_name": null, "aliases": [], "website": "https://www.kbfg.com", "canonical_domain": "kbfg.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "105560", "exchange": "Korean Stock Exchange", "lei": "529900TKE4MXG3Q6GW86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kookminbank.jpg", "description": "major Korean finance group, known due to daughter company (KB Kookmin Bank)", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
996 +{"wikidata_id": "Q1287771", "display_name": "Caesarstone Sdot-Yam", "legal_name": null, "aliases": ["Caesarstone"], "website": "https://www.caesarstone.com", "canonical_domain": "caesarstone.com", "country": "IL", "hq_city": "Caesarea", "hq_region": "Hof HaCarmel Regional Council", "lat": 32.5, "lon": 34.9, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "CSTE", "exchange": "Nasdaq", "lei": "254900MJ7IXAH75VFC61", "sec_cik": "1504379", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caesarstone_logo.png", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
997 +{"wikidata_id": "Q1385852", "display_name": "Taiheiyo Cement", "legal_name": null, "aliases": ["Taiheiyo Cement Corporation", "Taiheiyo Cement Corporation (Japan)"], "website": "https://www.taiheiyo-cement.co.jp", "canonical_domain": "taiheiyo-cement.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["construction"], "industry_labels": ["cement industry", "construction materials industry"], "founded_year": 1881, "employees": null, "public_company": true, "ticker": "5233", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taiheiyo_Cement_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
998 +{"wikidata_id": "Q1549511", "display_name": "Ormat Technologies", "legal_name": "אורמת טכנולוגיות, אינק", "aliases": ["Ormat Nevada Inc.", "Ormat Technologies Inc"], "website": "https://www.ormat.com", "canonical_domain": "ormat.com", "country": "IL", "hq_city": "Reno", "hq_region": "Washoe County", "lat": 39.52611, "lon": -119.8125, "industries": ["energy"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ORA", "exchange": "Tel Aviv Stock Exchange", "lei": "5299009APZLSTWD7BN31", "sec_cik": "749037", "parent": null, "logo_url": null, "description": "Israeli American public energy company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
999 +{"wikidata_id": "Q15926208", "display_name": "H World Group Limited", "legal_name": "Huazhu Group Limited", "aliases": ["China Lodging Group", "Limited", "Huazhu Hotels Group", "Huazhu Hotels Group Ltd"], "website": "https://www.huazhu.com", "canonical_domain": "huazhu.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["hospitality"], "industry_labels": ["hospitality industry", "hotel manager"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "HTHT", "exchange": "Nasdaq", "lei": "549300Y5ML31FVN83730", "sec_cik": "1483994", "parent": null, "logo_url": null, "description": "hotel company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1000 +{"wikidata_id": "Q16172223", "display_name": "Yakult Honsha", "legal_name": null, "aliases": ["Yakult Honsha Co Ltd"], "website": "https://www.yakult.co.jp", "canonical_domain": "yakult.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "2267", "exchange": "Tokyo Stock Exchange", "lei": "353800YJPSPGG7KI0S71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yakult-logo.svg", "description": "Japanese company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1001 +{"wikidata_id": "Q16926220", "display_name": "Luxshare", "legal_name": null, "aliases": [], "website": "https://www.luxshare-ict.com", "canonical_domain": "luxshare-ict.com", "country": "CN", "hq_city": "Bao'an District", "hq_region": "Shenzhen", "lat": 22.79952, "lon": 114.16422, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "002475", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Luxshare.png", "description": "Chinese electronic components manufacturer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1002 +{"wikidata_id": "Q17006727", "display_name": "Kandi Technologies", "legal_name": null, "aliases": ["Kandi Technologies Group", "Kandi Technologies Group", "Inc"], "website": "https://www.kandivehicle.com", "canonical_domain": "kandivehicle.com", "country": "CN", "hq_city": "Jinhua", "hq_region": "Zhejiang", "lat": 29.10462, "lon": 119.64937, "industries": ["automotive", "energy"], "industry_labels": ["automotive industry", "lithium-ion battery"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "KNDI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1316517", "parent": null, "logo_url": null, "description": "Chinese battery and electric vehicle manufacturer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1003 +{"wikidata_id": "Q17115958", "display_name": "Dutch Lady Milk Industries Berhad", "legal_name": null, "aliases": ["Dutch Baby Milk Industries", "Dutch Lady", "DUTCH LADY MILK INDUSTRIES BERHAD", "Dutch Lady Milk Industries Bhd."], "website": "https://www.dutchlady.com.my", "canonical_domain": "dutchlady.com.my", "country": "MY", "hq_city": "Petaling Jaya", "hq_region": "Petaling District", "lat": 3.10726, "lon": 101.60671, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "3026", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q248711", "name": "FrieslandCampina"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dutch_Lady_Logo.png", "description": "Malaysian manufacturer of dairy products", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1004 +{"wikidata_id": "Q17320327", "display_name": "Bukalapak", "legal_name": "PT Bukalapak.com Tbk", "aliases": ["BUKA"], "website": "https://www.bukalapak.com", "canonical_domain": "bukalapak.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "BUKA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bukalapak_%282020%29.svg", "description": "Indonesian holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1005 +{"wikidata_id": "Q1886831", "display_name": "MISC Group", "legal_name": null, "aliases": ["MISC GROUP", "Misc Berhad", "Misc Bhd."], "website": "https://www.misc.com.my", "canonical_domain": "misc.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["shipping"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "3816", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MISC_Group_Logo_2023.png", "description": "Malaysia International Shipping Corporation", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1006 +{"wikidata_id": "Q19758662", "display_name": "Kintetsu Group Holdings", "legal_name": "Kintetsu Group Holdings Co., Ltd.", "aliases": ["Kintetsu Group Holdings Co.", "Ltd."], "website": "https://www.kintetsu-g-hd.co.jp", "canonical_domain": "kintetsu-g-hd.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "9041", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kintetsu_GH_Logo.svg", "description": "Japanese holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1007 +{"wikidata_id": "Q198223", "display_name": "Guangzhou Zhujiang Brewery Group", "legal_name": null, "aliases": [], "website": "https://www.zhujiangbeer.com", "canonical_domain": "zhujiangbeer.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "002461", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "trademark", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1008 +{"wikidata_id": "Q19880591", "display_name": "Gogoro", "legal_name": null, "aliases": ["Gogoro Inc."], "website": "https://www.gogoro.com", "canonical_domain": "gogoro.com", "country": "TW", "hq_city": "Taoyuan", "hq_region": "Taiwan", "lat": 25.04239, "lon": 121.36233, "industries": ["transportation"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "GGR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1886190", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gogoro.svg", "description": "Taiwanese manufacturer of electric scooters and battery swapping infrastructure", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1886190", "enriched_at": "2026-09-13T07:23:12+00:00"}}
1009 +{"wikidata_id": "Q20942061", "display_name": "Sinotrans Limited", "legal_name": null, "aliases": [], "website": "https://www.sinotrans.com", "canonical_domain": "sinotrans.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "0598", "exchange": "Hong Kong Stock Exchange", "lei": "5299005U1RZLKVFWR249", "sec_cik": null, "parent": null, "logo_url": null, "description": "logistic company in China", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1010 +{"wikidata_id": "Q21584822", "display_name": "CITIC Financial AMC", "legal_name": null, "aliases": ["China CITIC Financial Asset Management", "China CITIC Financial Asset Management Co.", "Ltd.", "China Huarong", "China Huarong Asset Management", "China Huarong Asset Management Co.", "Ltd.", "China Huarong Asset Management Corporation"], "website": "https://www.famc.citic", "canonical_domain": "famc.citic", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "2799", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned asset management company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1011 +{"wikidata_id": "Q2208172", "display_name": "SUMCO", "legal_name": null, "aliases": ["Kabushiki-gaisha Samuko", "Silicon United Manufacturing Corporation", "SUMCO Corporation", "Sumitomo Mitsubishi Silicon Corporation"], "website": "https://www.sumcosi.com", "canonical_domain": "sumcosi.com", "country": "JP", "hq_city": "Shibaura", "hq_region": "Minato", "lat": 35.64182, "lon": 139.74822, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3436", "exchange": "Tokyo Stock Exchange", "lei": "353800SUSRUOM0V6KU92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumco_Logo.svg", "description": "Japanese Company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1012 +{"wikidata_id": "Q23957588", "display_name": "Visual China Group", "legal_name": null, "aliases": ["VCG"], "website": "https://www.vcg.com", "canonical_domain": "vcg.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["media"], "industry_labels": ["stock photography"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "000681", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1013 +{"wikidata_id": "Q28207127", "display_name": "LONGi Green Energy Technology", "legal_name": null, "aliases": ["Xi'an Longi Silicon Materials Corporation"], "website": "https://www.longi.com", "canonical_domain": "longi.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "601012", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Longi_Silicon_Materials_logo.png", "description": "Chinese photovoltaics company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1014 +{"wikidata_id": "Q2907743", "display_name": "Radware", "legal_name": null, "aliases": [], "website": "https://www.radware.com", "canonical_domain": "radware.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["cybersecurity"], "industry_labels": ["computer security"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "RDWR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1094366", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radware_logo.svg", "description": "Israeli cybersecurity company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1015 +{"wikidata_id": "Q2910498", "display_name": "Spacecom", "legal_name": "חלל-תקשורת בע''מ", "aliases": ["Space Communication", "Space-Communication Ltd.", "Spacecom Satellite Communications"], "website": "https://www.amos-spacecom.com", "canonical_domain": "amos-spacecom.com", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "SCC", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Spacecom_logo_as_at_2026.png", "description": "Israeli satellite communications provider operating the AMOS satellites", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1016 +{"wikidata_id": "Q2912754", "display_name": "Delta Galil Industries Ltd.", "legal_name": "דלתא-גליל תעשיות בע''מ", "aliases": ["Delta Galil INDUSTRIES"], "website": "https://www.deltagalil.com", "canonical_domain": "deltagalil.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "DELT", "exchange": "Tel Aviv Stock Exchange", "lei": "213800THWVY4MIDWYH93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Delta_Galil_logo.svg", "description": "Israeli textile firm", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1017 +{"wikidata_id": "Q3242264", "display_name": "Astro Malaysia Holdings", "legal_name": null, "aliases": ["Astro Malaysia Holdings Berhad", "Astro Malaysia Holdings Bhd."], "website": "https://www.astromalaysia.com.my", "canonical_domain": "astromalaysia.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "6399", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_rasmi.jpg", "description": "Malaysian media and entertainment holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1018 +{"wikidata_id": "Q3269017", "display_name": "Quanjude", "legal_name": null, "aliases": ["China QuanJuDe(Group) Co.", "Ltd", "CHINA QUANJUDE(GROUP) CO.", "LTD"], "website": "https://www.quanjude.com.cn", "canonical_domain": "quanjude.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1864, "employees": null, "public_company": true, "ticker": "002186", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese restaurant chain that serves Peking duck", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1019 +{"wikidata_id": "Q3347522", "display_name": "Overseas Chinese Town Enterprises", "legal_name": null, "aliases": ["OCT Group", "Overseas Chinese Town Holding"], "website": "https://www.chinaoct.com", "canonical_domain": "chinaoct.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "000069", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1020 +{"wikidata_id": "Q3546423", "display_name": "Tüpraş", "legal_name": null, "aliases": ["Türkiye Petrol Rafinerileri"], "website": "https://www.tupras.com.tr", "canonical_domain": "tupras.com.tr", "country": "TR", "hq_city": "Körfez", "hq_region": "Kocaeli Province", "lat": 40.76076, "lon": 29.78394, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "TUPRS", "exchange": "Borsa Istanbul", "lei": "789000RCNG97UV50EE03", "sec_cik": null, "parent": {"wikidata_id": "Q1306571", "name": "Koç Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCpra%C5%9F_logo.svg", "description": "oil refiner in Turkey", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1021 +{"wikidata_id": "Q392324", "display_name": "HeySong Corporation", "legal_name": null, "aliases": [], "website": "https://www.heysong.com.tw", "canonical_domain": "heysong.com.tw", "country": "TW", "hq_city": "Da'an District", "hq_region": "Taipei", "lat": 25.02639, "lon": 121.53444, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "1234", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "beverage company of Taiwan", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1022 +{"wikidata_id": "Q4022370", "display_name": "YAGEO", "legal_name": null, "aliases": [], "website": "https://www.yageogroup.com", "canonical_domain": "yageogroup.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2327", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan-based electronic component manufacturing company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1023 +{"wikidata_id": "Q4041964", "display_name": "Kato Works Co.", "legal_name": null, "aliases": ["Kato Works"], "website": "https://www.kato-works.co.jp", "canonical_domain": "kato-works.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1895, "employees": null, "public_company": true, "ticker": "6390", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kato_works-logo.JPG", "description": null, "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1024 +{"wikidata_id": "Q4185510", "display_name": "I-Cable Communications", "legal_name": null, "aliases": [], "website": "https://www.i-cablecomm.com", "canonical_domain": "i-cablecomm.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "1097", "exchange": "Hong Kong Stock Exchange", "lei": "529900DMAV31G6XWLO55", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong telecom company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1025 +{"wikidata_id": "Q4523181", "display_name": "Shufersal Ltd.", "legal_name": "שופרסל בע\"מ", "aliases": [], "website": "https://www.shufersal.co.il", "canonical_domain": "shufersal.co.il", "country": "IL", "hq_city": "Rishon LeZion", "hq_region": "Rehovot sub-district", "lat": 31.95, "lon": 34.8, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "SAE", "exchange": "Tel Aviv Stock Exchange", "lei": "984500F64E05B78E0D41", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D7%9C%D7%95%D7%92%D7%95_%D7%A9%D7%95%D7%A4%D7%A8%D7%A1%D7%9C.svg", "description": "Israeli supermarket chain", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1026 +{"wikidata_id": "Q482973", "display_name": "Hyundai Marine & Fire Insurance", "legal_name": "Hyundai Marine & Fire Insurance Co., Ltd.", "aliases": [], "website": "https://www.hi.co.kr", "canonical_domain": "hi.co.kr", "country": "KR", "hq_city": "Jongno District", "hq_region": "Seoul", "lat": 37.57292, "lon": 126.97938, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "001450", "exchange": "Korean Stock Exchange", "lei": "988400SYR92543UITC37", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Insurance_logo.svg", "description": "South Korean insurance company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1027 +{"wikidata_id": "Q483657", "display_name": "Korea New Network", "legal_name": "주식회사 케이엔엔", "aliases": ["KNN"], "website": "https://www.knn.co.kr", "canonical_domain": "knn.co.kr", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18671, "lon": 129.0841, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "058400", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KNN_logo.svg", "description": "Broadcasting company in Busan, South Korea", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1028 +{"wikidata_id": "Q4855913", "display_name": "Danamon of Indonesia", "legal_name": "PT Bank Danamon Indonesia Tbk", "aliases": ["BDMN"], "website": "https://www.danamon.co.id", "canonical_domain": "danamon.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "BDMN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Danamon_%282024%29.svg", "description": "Japanese company in Indonesia", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1029 +{"wikidata_id": "Q4921527", "display_name": "Nichirei", "legal_name": null, "aliases": ["NICHIREI CORPORATION"], "website": "https://www.nichirei.co.jp", "canonical_domain": "nichirei.co.jp", "country": "JP", "hq_city": "Nichirei Higashi-Ginza Building", "hq_region": null, "lat": 35.66361, "lon": 139.77472, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "2871", "exchange": "Tokyo Stock Exchange", "lei": "529900MX3GPXXKO0MT06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NICHIREI_Logo.svg", "description": "Japanese food company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1030 +{"wikidata_id": "Q5071627", "display_name": "Chang Hwa Bank", "legal_name": null, "aliases": ["CCB", "CHB", "Chang Hwa Commercial Bank", "Chang Hwa Commercial Bank", "Ltd."], "website": "https://www.bankchb.com", "canonical_domain": "bankchb.com", "country": "TW", "hq_city": "Taichung", "hq_region": "Taiwan", "lat": 24.14389, "lon": 120.67944, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "2801", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan-based financial institution", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1031 +{"wikidata_id": "Q5099887", "display_name": "China Resources Land", "legal_name": null, "aliases": [], "website": "https://www.crland.com.hk", "canonical_domain": "crland.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "1109", "exchange": "Hong Kong Stock Exchange", "lei": "5299001HL0TU7X15HK51", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese property development company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1032 +{"wikidata_id": "Q5167165", "display_name": "Cookpad Inc.", "legal_name": null, "aliases": ["Cookpad"], "website": "https://cookpad.com", "canonical_domain": "cookpad.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2193", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cookpad_logo.svg", "description": "food tech company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1033 +{"wikidata_id": "Q5215858", "display_name": "SOMPO", "legal_name": "SOMPOホールディングス株式会社", "aliases": ["NKSJ Holdings", "SOMPO Holdings", "Sompo Holdings", "Inc.", "Sompo Japan Nipponkoa Holdings", "Inc."], "website": "https://www.sompo-hd.com", "canonical_domain": "sompo-hd.com", "country": "JP", "hq_city": "Sompo Japan Building", "hq_region": "Nishi-Shinjuku", "lat": 35.69272, "lon": 139.69611, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "8630", "exchange": "Tokyo Stock Exchange", "lei": "353800CWW4SRGEYEB512", "sec_cik": "1458205", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SOMPO_Holdings_Logo.svg", "description": "insurance holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1034 +{"wikidata_id": "Q528448", "display_name": "Chubu-Nippon Broadcasting", "legal_name": "中部日本放送株式会社", "aliases": ["CBC Group", "Chubu-Nippon Broadcasting Co.", "Ltd."], "website": "https://hicbc.com", "canonical_domain": "hicbc.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["telecommunications"], "industry_labels": ["communications media"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9402", "exchange": "Nagoya Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chubu-Nippon_Broadcasting_logo_20150825.svg", "description": "radio station", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q20042673"}]}
1035 +{"wikidata_id": "Q55716258", "display_name": "SenseTime", "legal_name": null, "aliases": ["Sense Time"], "website": "https://www.sensetime.jp", "canonical_domain": "sensetime.jp", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["artificial-intelligence"], "industry_labels": ["artificial intelligence"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "0020", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SenseTime_logo.png", "description": "Chinese AI company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1036 +{"wikidata_id": "Q5575439", "display_name": "Shanda", "legal_name": null, "aliases": ["Ez Station", "Shanda Group", "Shanda Interactive", "Shanda Interactive Entertainment", "Shanda Interactive Entertainment Limited"], "website": "https://www.snda.com", "canonical_domain": "snda.com", "country": "CN", "hq_city": "Shanghai Free-Trade Zone", "hq_region": "Pudong", "lat": 31.338, "lon": 121.5959, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "GAME", "exchange": "Nasdaq", "lei": "549300MFL2DU255A4427", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video game developer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1037 +{"wikidata_id": "Q577166", "display_name": "Poly Developments", "legal_name": null, "aliases": ["Poly Real Estate"], "website": "https://www.gzpoly.com", "canonical_domain": "gzpoly.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600048", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5099859", "name": "China Poly Group Corporation"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1038 +{"wikidata_id": "Q6351754", "display_name": "Kalbe Farma", "legal_name": "Kalbe Farma Tbk", "aliases": ["KLBF"], "website": "https://www.kalbe.co.id", "canonical_domain": "kalbe.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "KLBF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kalbe_Farma.svg", "description": "pharmaceutical company in Indonesia", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1039 +{"wikidata_id": "Q6414357", "display_name": "Kintetsu Department Store", "legal_name": "Kintetsu Department Store Co., Ltd.", "aliases": ["Kintetsu Department Store Co.", "Ltd."], "website": "https://www.d-kintetsu.co.jp", "canonical_domain": "d-kintetsu.co.jp", "country": "JP", "hq_city": "Abeno Harukas", "hq_region": "Abenosuji", "lat": 34.64595, "lon": 135.51427, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "8244", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19758662", "name": "Kintetsu Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KINTETSU_Department_Store_Logo.svg", "description": "Japanese Department Stores", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1040 +{"wikidata_id": "Q6443371", "display_name": "Kumagai Gumi", "legal_name": null, "aliases": ["Kumagai GUMI", "Kumagai GUMI Co.", "Ltd.", "Kumagai GUMI Co.", "Ltd. (Japan)"], "website": "https://www.kumagaigumi.co.jp", "canonical_domain": "kumagaigumi.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "1861", "exchange": "Tokyo Stock Exchange", "lei": "529900M993KYZI2Q1Q47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kumagai_Gumi_company_logo.svg", "description": "Private construction company in Tokyo, Japan", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1041 +{"wikidata_id": "Q6521344", "display_name": "Lemon Tree Hotels", "legal_name": null, "aliases": [], "website": "https://www.lemontreehotels.com", "canonical_domain": "lemontreehotels.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "LEMONTREE", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Lemon_Tree_Hotel_Logo.png", "description": "Hotel chain in india", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1042 +{"wikidata_id": "Q7024819", "display_name": "Nichicon", "legal_name": null, "aliases": ["Nichicon Corporation"], "website": "https://www.nichicon.co.jp", "canonical_domain": "nichicon.co.jp", "country": "JP", "hq_city": "Nakagyō Ward", "hq_region": "Kyoto", "lat": 35.01, "lon": 135.75139, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "6996", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nichicon_company_logo.svg", "description": "manufacturer of capacitors from Japan", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1043 +{"wikidata_id": "Q7039626", "display_name": "NH Foods", "legal_name": null, "aliases": ["Nippon Ham", "Nippon Meat Packers"], "website": "https://www.nipponham.co.jp", "canonical_domain": "nipponham.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2282", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NH_Foods_Logo.svg", "description": "meat packing and food processing company founded in 1949 in Tokushima, Japan", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1044 +{"wikidata_id": "Q7039672", "display_name": "Nissui", "legal_name": null, "aliases": ["Nippon Suisan Kaisha", "Nissui Corporation"], "website": "https://www.nissui.co.jp", "canonical_domain": "nissui.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "1332", "exchange": "Tokyo Stock Exchange", "lei": "529900MPH5BMANQ3EC50", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissui_logo_2022.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1045 +{"wikidata_id": "Q7041115", "display_name": "Nisshinbo Holdings", "legal_name": null, "aliases": ["Nisshinbo Industries"], "website": "https://www.nisshinbo.co.jp", "canonical_domain": "nisshinbo.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "3105", "exchange": "Tokyo Stock Exchange", "lei": "353800YAM89GL5GPHB47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nisshinbo_logo.svg", "description": "Japanese company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1046 +{"wikidata_id": "Q711934", "display_name": "Nankang Rubber Tire", "legal_name": null, "aliases": [], "website": "https://www.nankang-tyre.com", "canonical_domain": "nankang-tyre.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["chemicals", "manufacturing"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "2101", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nankang-logo.png", "description": "Taiwanese tires and rubber manufacturer", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1047 +{"wikidata_id": "Q7307083", "display_name": "Refah Bank", "legal_name": null, "aliases": ["Bank Refah", "Bank Refah Kargaran", "Refah Kargaran Bank"], "website": "https://www.refah-bank.ir", "canonical_domain": "refah-bank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "ورفاه", "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D9%84%D9%88%DA%AF%D9%88_%D8%AC%D8%AF%DB%8C%D8%AF_%D8%A8%D8%A7%D9%86%DA%A9_%D8%B1%D9%81%D8%A7%D9%87_%DA%A9%D8%A7%D8%B1%DA%AF%D8%B1%D8%A7%D9%86.svg", "description": "Iranian banking and financial services corporation", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1048 +{"wikidata_id": "Q748693", "display_name": "China Resources Power", "legal_name": null, "aliases": [], "website": "https://www.cr-power.com", "canonical_domain": "cr-power.com", "country": "CN", "hq_city": "Wan Chai", "hq_region": "Wan Chai District", "lat": 22.28139, "lon": 114.1725, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "0836", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073501", "name": "China Resources"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1049 +{"wikidata_id": "Q7813285", "display_name": "Tohoku Bank", "legal_name": null, "aliases": [], "website": "https://www.tohoku-bank.co.jp", "canonical_domain": "tohoku-bank.co.jp", "country": "JP", "hq_city": "Morioka", "hq_region": "Iwate Prefecture", "lat": 39.74546, "lon": 141.26915, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "8349", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1050 +{"wikidata_id": "Q7880419", "display_name": "UltraTech Cement", "legal_name": null, "aliases": [], "website": "https://www.ultratechcement.com", "canonical_domain": "ultratechcement.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["construction"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "ULTRACEMCO", "exchange": "National Stock Exchange of India", "lei": "335800PC9O9B4BQHG814", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian cement company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1051 +{"wikidata_id": "Q795221", "display_name": "CNOOC Limited", "legal_name": null, "aliases": [], "website": "https://www.cnoocltd.com", "canonical_domain": "cnoocltd.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CNU", "exchange": "Toronto Stock Exchange", "lei": "549300XIVJCBIGMRUD48", "sec_cik": "1095595", "parent": {"wikidata_id": "Q795354", "name": "China National Offshore Oil Corporation"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1052 +{"wikidata_id": "Q836658", "display_name": "Kobe Electric Railway", "legal_name": null, "aliases": ["Kōbe Electric Railway", "Kobe Electric Railway Co.", "Ltd.", "Shintetsu"], "website": "https://www.shintetsu.co.jp", "canonical_domain": "shintetsu.co.jp", "country": "JP", "hq_city": "Shinkaichi", "hq_region": "Hyōgo-ku", "lat": 34.67598, "lon": 135.16929, "industries": ["transportation"], "industry_labels": ["railway"], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "9046", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobe_railway_logo_mark.svg", "description": "Japanese railway company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1053 +{"wikidata_id": "Q841220", "display_name": "Hankyu Hanshin Holdings", "legal_name": "Hankyu Hanshin Holdings, Inc.", "aliases": ["Inc."], "website": "https://www.hankyu-hanshin.co.jp", "canonical_domain": "hankyu-hanshin.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": ["transportation"], "industry_labels": ["land transport"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "9042", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hankyu_Hanshin_Holdings_Logo.svg", "description": "Japanese holding company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5648575"}]}
1054 +{"wikidata_id": "Q842099", "display_name": "Tongrentang", "legal_name": null, "aliases": [], "website": "https://www.tongrentang.com", "canonical_domain": "tongrentang.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1669, "employees": null, "public_company": true, "ticker": "600085", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in China", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1055 +{"wikidata_id": "Q868679", "display_name": "The Oriental Land Company", "legal_name": null, "aliases": ["OLC", "OLC Group", "Oriental Land Co.", "Ltd.", "Oriental Land Company", "Oriental Land Group"], "website": "https://www.olc.co.jp", "canonical_domain": "olc.co.jp", "country": "JP", "hq_city": "Maihama", "hq_region": "Urayasu", "lat": 35.63633, "lon": 139.88325, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "4661", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q83538", "name": "Keisei Electric Railway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oriental_Land_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1056 +{"wikidata_id": "Q906991", "display_name": "Tosoh", "legal_name": null, "aliases": ["Tōsō Kabushiki-gaisha", "TOSOH CORPORATION"], "website": "https://www.tosoh.com", "canonical_domain": "tosoh.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "4042", "exchange": "Tokyo Stock Exchange", "lei": "529900YSLFVJF2MDBX02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tosoh_Logo.svg", "description": "company", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1057 +{"wikidata_id": "Q986752", "display_name": "Toppan Holdings", "legal_name": "TOPPANホールディングス株式会社", "aliases": ["Toppan Holdings Inc."], "website": "https://www.holdings.toppan.com", "canonical_domain": "toppan.com", "country": "JP", "hq_city": "Taitō", "hq_region": "Taitō-ku", "lat": 35.70334, "lon": 139.7786, "industries": ["manufacturing"], "industry_labels": ["printing industry"], "founded_year": 1900, "employees": null, "public_company": true, "ticker": "7911", "exchange": "Tokyo Stock Exchange", "lei": "3538003H9W4KIDODQY20", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toppan_Printing_company_logo.png", "description": "holding company in Taitō Ward, Tōkyō Metropolis, Japan", "sitelinks": 8, "importance": 0.431, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1058 +{"wikidata_id": "Q35919", "display_name": "Lexus", "legal_name": null, "aliases": [], "website": "https://discoverlexus.com", "canonical_domain": "discoverlexus.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["manufacturing", "automotive"], "industry_labels": ["shipbuilding", "automotive industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lexus.svg", "description": "Japanese brand of luxury vehicle owned by Toyota Motor Corporation", "sitelinks": 59, "importance": 0.4304, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1059 +{"wikidata_id": "Q1617677", "display_name": "Higer", "legal_name": null, "aliases": ["Higer Bus"], "website": "https://en.higer.com", "canonical_domain": "higer.com", "country": "CN", "hq_city": "Suzhou", "hq_region": "Jiangsu", "lat": 31.34334, "lon": 120.76333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1998, "employees": 6000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3273406", "name": "King Long"}, "logo_url": null, "description": "Chinese manufacturer of buses and coaches", "sitelinks": 17, "importance": 0.4298, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1060 +{"wikidata_id": "Q11295397", "display_name": "Cawachi", "legal_name": "株式会社カワチ薬品", "aliases": [], "website": "https://www.cawachi.co.jp", "canonical_domain": "cawachi.co.jp", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": 2616, "public_company": true, "ticker": "2664", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "drugstore chain based in Oyama City, Japan", "sitelinks": 2, "importance": 0.4294, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1061 +{"wikidata_id": "Q1576758", "display_name": "プラチナゲームズ株式会社", "legal_name": "PlatinumGames Inc.", "aliases": [], "website": "https://www.platinumgames.co.jp", "canonical_domain": "platinumgames.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": 305, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese computer- and video game development company", "sitelinks": 26, "importance": 0.4294, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1062 +{"wikidata_id": "Q20401398", "display_name": "SACO Hardware", "legal_name": "الشركة السعودية للعدد والأدوات", "aliases": ["SACO"], "website": "https://www.saco.sa", "canonical_domain": "saco.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1984, "employees": 2400, "public_company": true, "ticker": "4008", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian hardware retailing and wholesaling business", "sitelinks": 2, "importance": 0.4282, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1063 +{"wikidata_id": "Q600178", "display_name": "The Hongkong and Shanghai Banking Corporation Limited", "legal_name": "The Hongkong and Shanghai Banking Corporation Limited", "aliases": ["Hong Kong and Shanghai Banking Corporation", "HSBC", "HBAP", "The Hong Kong and Shanghai Banking Corporation", "The Hongkong and Shanghai Banking Corporation"], "website": "https://www.hsbc.com.hk", "canonical_domain": "hsbc.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1865, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%BB%99%E8%B1%90_HSBC.svg", "description": "banking services company based in Hong Kong", "sitelinks": 14, "importance": 0.4281, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1064 +{"wikidata_id": "Q2620975", "display_name": "TBC Bank", "legal_name": null, "aliases": ["Tbilisi Business Centre"], "website": "https://www.valuto.ge", "canonical_domain": "valuto.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["banking"], "industry_labels": [], "founded_year": 1992, "employees": 7462, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Georgian bank formerly known as Tbilisi Business Centre", "sitelinks": 16, "importance": 0.427, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1065 +{"wikidata_id": "Q188567", "display_name": "Grameen Bank", "legal_name": null, "aliases": [], "website": "https://grameenbank.org.bd", "canonical_domain": "grameenbank.org.bd", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "financial service activities, except insurance and pension funding"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E0%A6%97%E0%A7%8D%E0%A6%B0%E0%A6%BE%E0%A6%AE%E0%A7%80%E0%A6%A3_%E0%A6%AC%E0%A7%8D%E0%A6%AF%E0%A6%BE%E0%A6%82%E0%A6%95%E0%A7%87%E0%A6%B0_%E0%A6%AA%E0%A7%8D%E0%A6%B0%E0%A6%A4%E0%A7%80%E0%A6%95.svg", "description": "microfinance organization and community development bank", "sitelinks": 57, "importance": 0.4269, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1066 +{"wikidata_id": "Q4049425", "display_name": "Shuanghui", "legal_name": null, "aliases": [], "website": "https://www.shuanghui.net", "canonical_domain": "shuanghui.net", "country": "CN", "hq_city": "Luohe", "hq_region": "Henan", "lat": 33.58299, "lon": 114.0109, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1994, "employees": 40000, "public_company": true, "ticker": "000895", "exchange": "Shenzhen Stock Exchange", "lei": "254900A4AYEDRWYSE928", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WHGroup.png", "description": "food company based in Luohe, Henan, China", "sitelinks": 1, "importance": 0.4263, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1067 +{"wikidata_id": "Q1054807", "display_name": "TMS Entertainment", "legal_name": null, "aliases": ["TMS", "TMS Entertainment Co.", "Ltd.", "TMS-Kyokuchi", "Tokyo Movie", "Tokyo Movie Shinsha"], "website": "https://www.tms-e.co.jp", "canonical_domain": "tms-e.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Nakano", "lat": 35.70584, "lon": 139.66641, "industries": ["entertainment"], "industry_labels": ["film industry", "anime industry"], "founded_year": 1964, "employees": 235, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122741", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TMS_Entertainment_logo.svg", "description": "Japanese animation studio", "sitelinks": 26, "importance": 0.4256, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1068 +{"wikidata_id": "Q1111609", "display_name": "Teijin", "legal_name": null, "aliases": ["Teijin Kabushiki-gaisha"], "website": "https://www.teijin.com", "canonical_domain": "teijin.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": 16819, "public_company": false, "ticker": null, "exchange": null, "lei": "3538000RF6UCIMPKCO54", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teijin_company_logo.svg", "description": "Japanese chemical, pharmaceutical and information technology company", "sitelinks": 14, "importance": 0.4256, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1069 +{"wikidata_id": "Q213097", "display_name": "JTBC", "legal_name": "JTBC Co., Ltd.", "aliases": ["Joongang Tongyang Broadcasting Company"], "website": "https://jtbc.joins.com", "canonical_domain": "joins.com", "country": "KR", "hq_city": "JoongAng Ilbo headquarters", "hq_region": "Mapo District", "lat": null, "lon": null, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTBC_logo.svg", "description": "South Korean nationwide general cable TV network and broadcasting company", "sitelinks": 56, "importance": 0.4251, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1070 +{"wikidata_id": "Q624080", "display_name": "Samsung Life Insurance", "legal_name": null, "aliases": [], "website": "https://www.samsunglife.com", "canonical_domain": "samsunglife.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": null, "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20716", "name": "Samsung Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Life_Insurance_logo.svg", "description": "South Korean company", "sitelinks": 21, "importance": 0.425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1071 +{"wikidata_id": "Q683006", "display_name": "SodaStream", "legal_name": null, "aliases": ["SodaStream International", "SodaStream International Ltd"], "website": "https://sodastream.com", "canonical_domain": "sodastream.com", "country": "IL", "hq_city": "Kfar Saba", "hq_region": "Petah Tikva (sub-district)", "lat": 32.18578, "lon": 34.90768, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1903, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q334800", "name": "PepsiCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SodaStream_Logo_2025.png", "description": "maker of a consumer home carbonation products", "sitelinks": 21, "importance": 0.425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1072 +{"wikidata_id": "Q3138458", "display_name": "Shagang Group", "legal_name": "Jiangsu Shagang Group Co., Ltd.", "aliases": ["Jiangsu Shagang Group Co.", "Ltd"], "website": "https://www.sha-steel.com", "canonical_domain": "sha-steel.com", "country": "CN", "hq_city": "Zhangjiagang", "hq_region": "Suzhou", "lat": 31.87748, "lon": 120.55123, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1975, "employees": 45398, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shagang_Group_logo.png", "description": "Among the biggest Chinese steel producers, from Jiangsu, in 2015 world 6th largest steel manufacturer", "sitelinks": 12, "importance": 0.4249, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1073 +{"wikidata_id": "Q12470706", "display_name": "Adhi Karya", "legal_name": "PT Adhi Karya (Persero) Tbk.", "aliases": ["ADHI", "Adhi Karya (Persero)"], "website": "https://www.adhi.co.id", "canonical_domain": "adhi.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["construction", "real-estate"], "industry_labels": ["construction", "real estate industry"], "founded_year": 1960, "employees": 1851, "public_company": true, "ticker": "ADHI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.4244, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1074 +{"wikidata_id": "Q1045171", "display_name": "Mansudae Art Studio", "legal_name": null, "aliases": [], "website": "https://www.mansudaeartstudio.com", "canonical_domain": "mansudaeartstudio.com", "country": "KP", "hq_city": "Pyongyang", "hq_region": "North Korea", "lat": 39.01667, "lon": 125.7475, "industries": [], "industry_labels": ["painting"], "founded_year": 1959, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "art studio", "sitelinks": 17, "importance": 0.4239, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1075 +{"wikidata_id": "Q1926489", "display_name": "Nichia", "legal_name": null, "aliases": ["Nichia Corporation", "NICHIA CORPORATION (Anan)", "Nichia Kagaku Kōgyō Kabushiki-gaisha"], "website": "https://www.nichia.co.jp", "canonical_domain": "nichia.co.jp", "country": "JP", "hq_city": "Anan", "hq_region": "Tokushima Prefecture", "lat": 33.92178, "lon": 134.65953, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1956, "employees": 8880, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nichia_Logo.svg", "description": "Japanese chemical engineering and manufacturing company", "sitelinks": 15, "importance": 0.4231, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1076 +{"wikidata_id": "Q5011747", "display_name": "Bank CIMB Niaga", "legal_name": "PT Bank CIMB Niaga Tbk", "aliases": ["BNGA"], "website": "https://www.cimbniaga.co.id", "canonical_domain": "cimbniaga.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1955, "employees": 10, "public_company": true, "ticker": "BNGA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CIMB_Niaga_logo.svg", "description": "Indonesia banking company", "sitelinks": 5, "importance": 0.4231, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1077 +{"wikidata_id": "Q12471462", "display_name": "Alfamidi", "legal_name": "PT Midi Utama Indonesia Tbk", "aliases": ["MIDI", "Midi Utama Indonesia", "Midi Utama Indonesia Tbk"], "website": "https://www.alfamidiku.com", "canonical_domain": "alfamidiku.com", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2007, "employees": 30558, "public_company": true, "ticker": "MIDI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q23745600", "name": "Alfamart"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alfamidi_2015.svg", "description": "Midi Mart in Indonesia", "sitelinks": 1, "importance": 0.4224, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1078 +{"wikidata_id": "Q715971", "display_name": "KYE Systems Corp.", "legal_name": null, "aliases": [], "website": "https://www.geniusnet.com", "canonical_domain": "geniusnet.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genius%2C_KYE_Systems_Corp_logo.svg", "description": "company", "sitelinks": 16, "importance": 0.4212, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1079 +{"wikidata_id": "Q26701567", "display_name": "NSO Group", "legal_name": null, "aliases": ["NSO", "NSO Group Technologies", "NSO Group Technologies Ltd."], "website": "https://www.nsogroup.com", "canonical_domain": "nsogroup.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["technology"], "industry_labels": ["technology", "surveillance"], "founded_year": 2010, "employees": 750, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q127500723", "name": "Q Cyber Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_NSO_Group.svg", "description": "Israeli technology company that creates spyware", "sitelinks": 21, "importance": 0.4208, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1080 +{"wikidata_id": "Q934796", "display_name": "Erdemir", "legal_name": null, "aliases": [], "website": "https://www.erdemir.com.tr", "canonical_domain": "erdemir.com.tr", "country": "TR", "hq_city": "Karadeniz Ereğli", "hq_region": "Zonguldak Province", "lat": 41.27955, "lon": 31.42297, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1965, "employees": 11968, "public_company": false, "ticker": null, "exchange": null, "lei": "789000VYQF5IDGG49908", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Erdemir_logo.svg", "description": "company", "sitelinks": 14, "importance": 0.4206, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1081 +{"wikidata_id": "Q116234", "display_name": "Saipa", "legal_name": null, "aliases": ["Saipa Corporation", "Saipa Motor Co", "Saipa Khodro"], "website": "https://www.saipacorp.com", "canonical_domain": "saipacorp.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saipa_Logo.png", "description": "Iranian automaker", "sitelinks": 20, "importance": 0.4201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1082 +{"wikidata_id": "Q206228", "display_name": "Otokar", "legal_name": null, "aliases": ["Otokar Otomotiv ve Savunma Sanayi A.Ş."], "website": "https://www.otokar.com.tr", "canonical_domain": "otokar.com.tr", "country": "TR", "hq_city": "Adapazarı", "hq_region": "Sakarya Province", "lat": 40.77625, "lon": 30.40256, "industries": ["manufacturing", "automotive"], "industry_labels": ["industrial manufacturing", "automotive industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": "Borsa Istanbul", "lei": "5493000NBAE8C7SELC90", "sec_cik": null, "parent": {"wikidata_id": "Q1306571", "name": "Koç Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Otokar_logo.svg", "description": "vehicles manufacturer", "sitelinks": 20, "importance": 0.4201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1083 +{"wikidata_id": "Q1068734", "display_name": "HAL Laboratory", "legal_name": "HAL Laboratory, Inc.", "aliases": ["Inc.", "HALKEN"], "website": "https://www.hallab.co.jp", "canonical_domain": "hallab.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1980, "employees": 205, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HAL_Laboratory_Logo.png", "description": "Japanese video game developer", "sitelinks": 25, "importance": 0.4197, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1084 +{"wikidata_id": "Q74983", "display_name": "Tnuva", "legal_name": null, "aliases": [], "website": "https://www.tnuva.co.il", "canonical_domain": "tnuva.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1926, "employees": 6630, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tnuva.svg", "description": "Israeli cooperative", "sitelinks": 15, "importance": 0.4189, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1085 +{"wikidata_id": "Q1049674", "display_name": "Harbin Bank", "legal_name": null, "aliases": [], "website": "https://www.hrbcb.com.cn", "canonical_domain": "hrbcb.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "6138", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1086 +{"wikidata_id": "Q105628048", "display_name": "DL E&C", "legal_name": "DL E&C Co., Ltd.", "aliases": [], "website": "https://www.dlenc.co.kr", "canonical_domain": "dlenc.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "375500", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109455036", "name": "DL Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DL_Logo.svg", "description": "South Korean construction company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1087 +{"wikidata_id": "Q106914877", "display_name": "GoTo Group", "legal_name": "PT GoTo Gojek Tokopedia Tbk", "aliases": ["GOTO", "GoTo Gojek Tokopedia", "PT Goto Gojek Tokopedia Tbk"], "website": "https://www.gotocompany.com", "canonical_domain": "gotocompany.com", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "GOTO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoTo_logo.svg", "description": "Indonesian holding company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1088 +{"wikidata_id": "Q109605947", "display_name": "Foxtron", "legal_name": null, "aliases": ["FOXTRON", "Foxtron Vehicle Technologies Co.", "Ltd."], "website": "https://www.foxtronev.com", "canonical_domain": "foxtronev.com", "country": "TW", "hq_city": "Xindian District", "hq_region": "New Taipei City", "lat": 24.95, "lon": 121.53333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "2258", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese EV carmaker", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1089 +{"wikidata_id": "Q11104175", "display_name": "Dongfeng Motor Group Company Limited", "legal_name": null, "aliases": ["DFG", "Dongfeng Automobile Industry Investment", "Dongfeng Group", "Dongfeng Motor Group"], "website": "https://www.dfmg.com.cn", "canonical_domain": "dfmg.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "0489", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1138452", "name": "Dongfeng Motor Corporation"}, "logo_url": null, "description": "Chinese automobile manufacturer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1090 +{"wikidata_id": "Q11135108", "display_name": "Bank of Jiangsu", "legal_name": null, "aliases": ["Bank of Jiangsu Co.", "Ltd.", "Bank of Jiangsu Company Limited"], "website": "https://www.jsbchina.cn", "canonical_domain": "jsbchina.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "600919", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese bank", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1091 +{"wikidata_id": "Q11188787", "display_name": "ABC-Mart", "legal_name": null, "aliases": ["ABC MART", "ABC-MART"], "website": "https://www.abc-mart.net", "canonical_domain": "abc-mart.net", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "2670", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1553610", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABC_MART_logo.svg", "description": "Japanese shoe retail chain", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1092 +{"wikidata_id": "Q11225149", "display_name": "J. Front Retailing", "legal_name": null, "aliases": ["J.FRONT RETAILING", "J.FRONT RETAILING Co.", "Ltd."], "website": "https://www.j-front-retailing.com", "canonical_domain": "j-front-retailing.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3086", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/J._Front_Retailing_Logo.svg", "description": "a Japanese company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1093 +{"wikidata_id": "Q11316788", "display_name": "Daicel", "legal_name": "Daicel Corporation", "aliases": ["Kabushiki Gaisha Daiseru", "Dai Nippon Celluloid"], "website": "https://www.daicel.com", "canonical_domain": "daicel.com", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "4202", "exchange": "Tokyo Stock Exchange", "lei": "353800ZG4XF6D7NZGS72", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daicel_company_logo.svg", "description": "Japanese chemical company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1094 +{"wikidata_id": "Q1137822", "display_name": "Gala", "legal_name": null, "aliases": ["Gala Inc."], "website": "https://www.gala.biz", "canonical_domain": "gala.biz", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "4777", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gala_Group_Logo.png", "description": "Japanese company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1095 +{"wikidata_id": "Q11435639", "display_name": "SCREEN Holdings", "legal_name": null, "aliases": ["Dainippon Screen", "SCREEN (Japan)", "SCREEN Holdings Co.", "Ltd."], "website": "https://www.screen.co.jp", "canonical_domain": "screen.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "7735", "exchange": "Tokyo Stock Exchange", "lei": "353800ND89FTQ9XQ0R07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dainippon-Screen-01.jpg", "description": "company in Kyoto, Japan", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1096 +{"wikidata_id": "Q11441729", "display_name": "Taiyo Nippon Sanso", "legal_name": null, "aliases": ["Nippon Sanso Holdings Corporation", "NSHD"], "website": "https://jp.nipponsanso.com", "canonical_domain": "nipponsanso.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "4091", "exchange": "Tokyo Stock Exchange", "lei": "353800F1K6653B4VPY57", "sec_cik": null, "parent": {"wikidata_id": "Q3107966", "name": "Mitsubishi Chemical Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taiyo_Nippon_Sanso_company_logo.svg", "description": "Japanese industrial gas manufacturer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1097 +{"wikidata_id": "Q12482376", "display_name": "Elang Mahkota Teknologi", "legal_name": "Elang Mahkota Teknologi Tbk", "aliases": ["Emtek", "EMTK", "PT Elang Mahkota Teknologi (Emtek)"], "website": "https://www.emtek.co.id", "canonical_domain": "emtek.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "EMTK", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emtek.svg", "description": "Indonesian conglomerate company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1098 +{"wikidata_id": "Q12580769", "display_name": "SM Culture & Contents", "legal_name": "SM Culture & Contents Co., Ltd.", "aliases": ["SM C&C"], "website": "https://www.smcultureandcontents.com", "canonical_domain": "smcultureandcontents.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "048550", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483938", "name": "SM Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SM_Culture_%26_Contents_logo.svg", "description": "South Korean advertising, production, travel and talent company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1099 +{"wikidata_id": "Q13410248", "display_name": "Sunac China", "legal_name": null, "aliases": ["SEHK:1918", "Sunac", "Sunac China Holdings Limited"], "website": "https://www.sunac.com.cn", "canonical_domain": "sunac.com.cn", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "1918", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese property developer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1100 +{"wikidata_id": "Q1405600", "display_name": "Western Mining Company", "legal_name": null, "aliases": [], "website": "https://www.westmining.com", "canonical_domain": "westmining.com", "country": "CN", "hq_city": "Xining", "hq_region": "Qinghai", "lat": 36.62386, "lon": 101.77866, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "601168", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "metal company of China", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1101 +{"wikidata_id": "Q1485050", "display_name": "GD Power Development Company", "legal_name": null, "aliases": ["Guodian Power Development Company"], "website": "https://www.600795.com.cn", "canonical_domain": "600795.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600795", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1102 +{"wikidata_id": "Q1539149", "display_name": "Vanguard International Semiconductor Corporation", "legal_name": null, "aliases": ["VIS"], "website": "https://www.vis.com.tw", "canonical_domain": "vis.com.tw", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "5347", "exchange": "Taipei Exchange", "lei": "2549001S5Q158BIJJO13", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vanguard_International_Semiconductor_logo.svg", "description": "Taiwanese company, sub corp of TSMC", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1103 +{"wikidata_id": "Q1575432", "display_name": "Hang Lung Properties", "legal_name": "Hang Lung Properties Limited", "aliases": [], "website": "https://www.hanglung.com", "canonical_domain": "hanglung.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.2804, "lon": 114.1591, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "0101", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4774435"}]}
1104 +{"wikidata_id": "Q1589451", "display_name": "Mitsubishi Gas Chemical Company", "legal_name": null, "aliases": ["Mitsubishi Gasu Kagaku"], "website": "https://www.mgc.co.jp", "canonical_domain": "mgc.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "4182", "exchange": "Tokyo Stock Exchange", "lei": "529900G5O4J27ZPLJJ89", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Gas_Chemical_logo_20120117.gif", "description": "Japanese company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1105 +{"wikidata_id": "Q15924407", "display_name": "China Zheshang Bank", "legal_name": null, "aliases": ["CHINA ZHESHANG BANK CO.", "LTD."], "website": "https://www.czbank.com", "canonical_domain": "czbank.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["banking"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "2016", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese national joint-stock bank headquartered in Hangzhou", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1106 +{"wikidata_id": "Q15927195", "display_name": "Union Bank of Taiwan", "legal_name": null, "aliases": ["UBOT", "Union Bank of Taiwan Co.", "Ltd."], "website": "https://www.ubot.com.tw", "canonical_domain": "ubot.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "2838", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28415965", "name": "Union Group"}, "logo_url": null, "description": "Taiwanese bank", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1107 +{"wikidata_id": "Q16172809", "display_name": "SK Innovation", "legal_name": null, "aliases": [], "website": "https://www.skinnovation.com", "canonical_domain": "skinnovation.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["oil-gas", "energy"], "industry_labels": ["petroleum industry", "battery industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "096770", "exchange": "Korean Stock Exchange", "lei": "988400PXP70BWVSJVF07", "sec_cik": null, "parent": {"wikidata_id": "Q494136", "name": "SK Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SK_Innovation.svg", "description": "South Korean energy and chemical company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1108 +{"wikidata_id": "Q16184260", "display_name": "HD Hyundai Infracore", "legal_name": "HD Hyundai Infracore Co., Ltd.", "aliases": ["Doosan Infracore", "Hyundai Doosan Infracore"], "website": "https://www.hd-infracore.com", "canonical_domain": "hd-infracore.com", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "042670", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q134983218", "name": "HD Hyundai XiteSolution"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HD_Hyundai_Infracore_Logo.svg", "description": "South Korean company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1109 +{"wikidata_id": "Q16927590", "display_name": "Santen Pharmaceutical", "legal_name": null, "aliases": ["Santen Seiyaku Kabushiki-gaisha"], "website": "https://www.santen.com", "canonical_domain": "santen.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1890, "employees": null, "public_company": true, "ticker": "4536", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Santen_Pharmaceutical_company_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1110 +{"wikidata_id": "Q17038791", "display_name": "Yoozoo Games", "legal_name": null, "aliases": ["Youzu Interactive"], "website": "https://www.global.yoozoo.com", "canonical_domain": "yoozoo.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "002174", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video games company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1111 +{"wikidata_id": "Q17078993", "display_name": "Network 18", "legal_name": null, "aliases": ["Network18 Media & Investments Limited"], "website": "https://www.nw18.com", "canonical_domain": "nw18.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "NETWORK18", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q908931", "name": "Reliance Industries Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Network_18_1993.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1112 +{"wikidata_id": "Q1737468", "display_name": "KazTransOil", "legal_name": "ҚазТрансОйл", "aliases": [], "website": "https://www.kaztransoil.kz", "canonical_domain": "kaztransoil.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "KZTO", "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1417227", "name": "KazMunayGas"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KazTransOil.svg", "description": "Kazakhstan's national oil transporter", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1113 +{"wikidata_id": "Q176572", "display_name": "Horiba", "legal_name": null, "aliases": [], "website": "https://www.jp.horiba.com", "canonical_domain": "horiba.com", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "6856", "exchange": "Tokyo Stock Exchange", "lei": "529900OOTWPYSNW0EC84", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Horiba_company_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1114 +{"wikidata_id": "Q18635633", "display_name": "Umios", "legal_name": "Umios株式会社", "aliases": ["Maruha Nichiro", "Maruha Nichiro Holdings", "Umios Corporation"], "website": "https://www.umios.com", "canonical_domain": "umios.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "1333", "exchange": "Tokyo Stock Exchange", "lei": "529900HGXVKT576NWZ27", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Umios_logo.svg", "description": "Japanese seafood company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1115 +{"wikidata_id": "Q19854317", "display_name": "Vipshop", "legal_name": null, "aliases": ["Vipshop Holdings Limited"], "website": "https://www.vip.com", "canonical_domain": "vip.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "VIPS", "exchange": "New York Stock Exchange", "lei": "549300I9F52K06HPZX60", "sec_cik": "1529192", "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1116 +{"wikidata_id": "Q19855135", "display_name": "Lens Technology", "legal_name": null, "aliases": [], "website": "https://www.hnlens.com", "canonical_domain": "hnlens.com", "country": "CN", "hq_city": "Hunan", "hq_region": "People's Republic of China", "lat": 27.6, "lon": 111.8, "industries": ["consumer-goods"], "industry_labels": ["light industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "300433", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese technology company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1117 +{"wikidata_id": "Q19985983", "display_name": "CK Asset Holdings", "legal_name": "CK Asset Holdings Limited", "aliases": ["Cheung Kong Property Holdings", "Cheung Kong Property Holdings Limited"], "website": "https://www.ckah.com", "canonical_domain": "ckah.com", "country": "HK", "hq_city": "Cheung Kong Center", "hq_region": "Central and Western District", "lat": 22.27944, "lon": 114.16028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "1113", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CK_Asset_Holdings.svg", "description": "property developer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1118 +{"wikidata_id": "Q2443143", "display_name": "Top Glove", "legal_name": null, "aliases": [], "website": "https://www.topglove.com.my", "canonical_domain": "topglove.com.my", "country": "MY", "hq_city": "Setia Alam", "hq_region": null, "lat": 3.10087, "lon": 101.459, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "TPGVF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Top_Glove_logo.png", "description": "Malaysian rubber glove company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1119 +{"wikidata_id": "Q24838676", "display_name": "Jiangsu Hengrui Medicine", "legal_name": null, "aliases": ["Hengrui Medicine", "Jiangsu Hengrui Medicine Company Limited"], "website": "https://www.hrs.com.cn", "canonical_domain": "hrs.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600276", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1120 +{"wikidata_id": "Q27808154", "display_name": "Le.com", "legal_name": null, "aliases": ["Leshi Internet Information and Technology Corp.", "Beijing"], "website": "https://www.le.com", "canonical_domain": "le.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "300104", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LeTV_logo.png", "description": "Chinese technology company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1121 +{"wikidata_id": "Q287744", "display_name": "Datang International Power Generation Co., Ltd.", "legal_name": null, "aliases": ["Datang International Power Generation Company"], "website": "https://www.dtpower.com", "canonical_domain": "dtpower.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "601991", "exchange": "Shanghai Stock Exchange", "lei": "213800VW156IS7SJUL96", "sec_cik": null, "parent": {"wikidata_id": "Q2963711", "name": "China Datang Corporation Ltd."}, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1122 +{"wikidata_id": "Q2900227", "display_name": "Bank Of Jerusalem L.t.d.", "legal_name": "בנק ירושלים בע''מ", "aliases": [], "website": "https://www.bankjerusalem.co.il", "canonical_domain": "bankjerusalem.co.il", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "JBNK", "exchange": "Tel Aviv Stock Exchange", "lei": "549300FMB5FGSDWKK368", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli banking institution", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1123 +{"wikidata_id": "Q29026082", "display_name": "Berger Paints", "legal_name": null, "aliases": ["Berger Paints India"], "website": "https://www.bergerpaints.com", "canonical_domain": "bergerpaints.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["chemicals"], "industry_labels": ["paint"], "founded_year": 1760, "employees": null, "public_company": true, "ticker": "BERGEPAINT", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian paint company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1124 +{"wikidata_id": "Q2918112", "display_name": "Isramco Negev 2 Limited Partnership", "legal_name": "ישראמקו נגב 2 שותפות מוגבלת", "aliases": ["Isramco Negev", "Isramco Negev 2", "Isramco Negev 2 LP"], "website": "https://isramcousa.com", "canonical_domain": "isramcousa.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "ISRA", "exchange": "Tel Aviv Stock Exchange", "lei": "213800N8SB4D3Y6BFI15", "sec_cik": null, "parent": null, "logo_url": null, "description": "Limited Partnership that holds interests in oil and gas properties in Israel", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1125 +{"wikidata_id": "Q2984375", "display_name": "Mitsubishi Paper Mills", "legal_name": null, "aliases": [], "website": "https://www.mpm.co.jp", "canonical_domain": "mpm.co.jp", "country": "JP", "hq_city": "Sumida", "hq_region": "Tokyo", "lat": 35.71069, "lon": 139.8015, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1898, "employees": null, "public_company": true, "ticker": "3864", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Paper_Mills_logo.svg", "description": "Japanese company, part of Mitsubishi", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1126 +{"wikidata_id": "Q3008112", "display_name": "CyberStep Holdings", "legal_name": null, "aliases": ["CyberStep", "CyberStep", "Inc."], "website": "https://cshd.cyberstep.com", "canonical_domain": "cyberstep.com", "country": "JP", "hq_city": "Suginami", "hq_region": "Tokyo", "lat": 35.6995, "lon": 139.63642, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3810", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1127 +{"wikidata_id": "Q3303904", "display_name": "MedcoEnergi", "legal_name": "PT Medco Energi Internasional Tbk", "aliases": ["MEDC", "Medco Energi", "Medco Energi Internasional", "PT Medco Energi International", "PT. MEDCO ENERGI MINING INTERNASIONAL Tbk"], "website": "https://www.medcoenergi.com", "canonical_domain": "medcoenergi.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["mining", "oil-gas"], "industry_labels": ["mining", "petroleum industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "MEDC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian oil and gas company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1128 +{"wikidata_id": "Q3521079", "display_name": "Mindtree", "legal_name": null, "aliases": ["Mindtree Limited"], "website": "https://www.mindtree.com", "canonical_domain": "mindtree.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology", "consulting"], "industry_labels": ["information technology consulting", "IT service management"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "MINDTREE", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "India Based information technology company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1129 +{"wikidata_id": "Q4042038", "display_name": "Kaga Create", "legal_name": "Naxat Soft", "aliases": ["Kaga Create Co.", "Ltd.", "Kaga Tech", "Naxat"], "website": "https://www.taxan.co.jp", "canonical_domain": "taxan.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "8154", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japan-based video game developing and publishing division of Kaga Electronics", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1130 +{"wikidata_id": "Q4207208", "display_name": "Shanghai Commercial and Savings Bank", "legal_name": null, "aliases": ["SCSB", "The Shanghai Commercial & Savings Bank", "Ltd."], "website": "https://www.scsb.com.tw", "canonical_domain": "scsb.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "5876", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese commercial bank", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1131 +{"wikidata_id": "Q448773", "display_name": "Taiwan Stock Exchange Capitalization Weighted Stock Index", "legal_name": null, "aliases": ["TAIEX", "TWSE Capitalization Weighted Stock Index", "Capitalization Weighted Stock Index"], "website": "https://www.twse.com.tw", "canonical_domain": "twse.com.tw", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "^TWII", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan stock market index", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1132 +{"wikidata_id": "Q4849540", "display_name": "Bakrie Group", "legal_name": "Bakrie & Brothers Tbk", "aliases": ["Bakrie & Brothers", "BNBR", "PT Bakrie & Brothers Tbk"], "website": "https://www.bakrie-brothers.com", "canonical_domain": "bakrie-brothers.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["asset-management"], "industry_labels": ["investment company"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "BNBR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bakrie_Logo.png", "description": "public company in Indonesia", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q31204173"}]}
1133 +{"wikidata_id": "Q4856166", "display_name": "Bank of Ningbo", "legal_name": null, "aliases": [], "website": "https://www.nbcb.cn", "canonical_domain": "nbcb.cn", "country": "CN", "hq_city": "Ningbo", "hq_region": "Zhejiang", "lat": 29.875, "lon": 121.54917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "002142", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese bank based in Ningbo, Zhejiang province, China", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1134 +{"wikidata_id": "Q4921537", "display_name": "MCOT", "legal_name": null, "aliases": ["Mass Communication Organization of Thailand", "MCOT PCL.", "MCOT Public Company Limited", "Thai Television Company Limited", "MCOT Public Co.", "Ltd.", "Mcot Public Co.", "Ltd."], "website": "https://www.mcot.net", "canonical_domain": "mcot.net", "country": "TH", "hq_city": "Thanon Rama IX", "hq_region": null, "lat": 13.74088, "lon": 100.62085, "industries": ["media"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "MCOT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai state-owned public broadcaster", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1135 +{"wikidata_id": "Q52704225", "display_name": "China Tower", "legal_name": null, "aliases": [], "website": "https://www.tower.com.cn", "canonical_domain": "tower.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "CHWRF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "1751162", "parent": null, "logo_url": null, "description": "state-owned enterprise that provides comprehensive communications infrastructure services to three state-owned telecommunications operators in China", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1751162", "enriched_at": "2026-09-13T07:23:12+00:00"}}
1136 +{"wikidata_id": "Q5281524", "display_name": "Disco Corporation", "legal_name": null, "aliases": ["DISCO Corporation"], "website": "https://www.disco.co.jp", "canonical_domain": "disco.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "6146", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese precision tools maker", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1137 +{"wikidata_id": "Q5354491", "display_name": "Elecom", "legal_name": "Elecom Co., Ltd.", "aliases": ["ELECOM CO.", "LTD"], "website": "https://www.elecom.co.jp", "canonical_domain": "elecom.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "6750", "exchange": "Tokyo Stock Exchange", "lei": "353800BXFUVR7EPC0G35", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elecom_logo.svg", "description": "Japanese electronics company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1138 +{"wikidata_id": "Q5434139", "display_name": "Fantasia Holdings", "legal_name": null, "aliases": ["Fantasia Holdings Group"], "website": "https://www.cnfantasia.com", "canonical_domain": "cnfantasia.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "1777", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "property developer in China", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1139 +{"wikidata_id": "Q543925", "display_name": "Thai Rung Union Car", "legal_name": null, "aliases": ["Thai Rung Union Car Public Company Limited", "Thai Rung Union Car Public Co.", "Ltd."], "website": "https://www.thairung.co.th", "canonical_domain": "thairung.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["automotive"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "TRU", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1140 +{"wikidata_id": "Q5533323", "display_name": "Genki Global Dining Concepts", "legal_name": null, "aliases": ["Uobei", "Genki Sushi"], "website": "https://www.genki-gdc.co.jp", "canonical_domain": "genki-gdc.co.jp", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "9828", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese sushi restaurant chain", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1141 +{"wikidata_id": "Q5644134", "display_name": "Hamashbir 365 Ltd", "legal_name": "המשביר 365 בע''מ", "aliases": [], "website": "https://www.mashbir.co.il", "canonical_domain": "mashbir.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "MSBI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MASHBIR.svg", "description": "Israeli department store chain", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1142 +{"wikidata_id": "Q5683558", "display_name": "Havells", "legal_name": null, "aliases": [], "website": "https://www.havells.com", "canonical_domain": "havells.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["technology"], "industry_labels": ["electrical device"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "HAVELLS", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Havells_Logo.svg", "description": "Electronics Company in India", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1143 +{"wikidata_id": "Q5772307", "display_name": "Hisamitsu Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.hisamitsu.co.jp", "canonical_domain": "hisamitsu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1847, "employees": null, "public_company": true, "ticker": "4530", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hisamitsu_Pharmaceutical_company_logo.svg", "description": "Japanese drug company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1144 +{"wikidata_id": "Q585314", "display_name": "Ibiden", "legal_name": null, "aliases": ["IBIDEN CO.", "LTD.", "Ibiden Kabushiki-kaisha"], "website": "https://www.ibiden.co.jp", "canonical_domain": "ibiden.co.jp", "country": "JP", "hq_city": "Ōgaki-shi", "hq_region": "Gifu Prefecture", "lat": 35.35994, "lon": 136.61269, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "4062", "exchange": "Tokyo Stock Exchange", "lei": "52990051DBFIQEY37C91", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ibiden_company_logo.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1145 +{"wikidata_id": "Q585504", "display_name": "Ningbo Bird", "legal_name": null, "aliases": [], "website": "https://www.nbbird.com", "canonical_domain": "nbbird.com", "country": "CN", "hq_city": "Fenghua District", "hq_region": "Ningbo", "lat": 29.66378, "lon": 121.40957, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600130", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mobile phone company established in 1992", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1146 +{"wikidata_id": "Q5894319", "display_name": "HKBN Limited", "legal_name": null, "aliases": ["HKBN", "Hong Kong Broadband Network", "Hong Kong Broadband Network Limited"], "website": "https://www.hkbn.net", "canonical_domain": "hkbn.net", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "1310", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong internet service provider", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1147 +{"wikidata_id": "Q6088369", "display_name": "Şekerbank", "legal_name": null, "aliases": [], "website": "https://www.sekerbank.com.tr", "canonical_domain": "sekerbank.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["banking"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "SKBNK", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C5%9Eekerbank_logo.svg", "description": "Turkish private sector bank", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1148 +{"wikidata_id": "Q6093589", "display_name": "Italian-Thai Development", "legal_name": null, "aliases": ["Italian-Thai", "Italian-thai Development", "Italian-thai Development Public Company Limited"], "website": "https://www.itd.co.th", "canonical_domain": "itd.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "ITD", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Italian-Thai_Development_Logo.svg", "description": "Thai construction company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1149 +{"wikidata_id": "Q6122878", "display_name": "Matahari Department Store", "legal_name": "Matahari Department Store Tbk", "aliases": ["MATAHARI", "LPPF"], "website": "https://www.matahari.com", "canonical_domain": "matahari.com", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "LPPF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11340361", "name": "MATAHARI"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matahari_Department_Store.svg", "description": "Indonesian company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1150 +{"wikidata_id": "Q6138447", "display_name": "Media Asia Entertainment Group", "legal_name": null, "aliases": ["Media Asia Group", "Media Asia Group Holdings Limited"], "website": "https://www.mediaasia.com", "canonical_domain": "mediaasia.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["entertainment", "media"], "industry_labels": ["cinematography"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "8075", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong media company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7225366"}]}
1151 +{"wikidata_id": "Q6150832", "display_name": "Zenrin", "legal_name": null, "aliases": [], "website": "https://www.zenrin.co.jp", "canonical_domain": "zenrin.co.jp", "country": "JP", "hq_city": "Kitakyūshū", "hq_region": "Fukuoka Prefecture", "lat": 33.88342, "lon": 130.87519, "industries": [], "industry_labels": ["cartography"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "9474", "exchange": "Tokyo Stock Exchange", "lei": "353800AOWZ4V1DJ17N16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zenrin_logo.svg", "description": "Japanese cartography company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1152 +{"wikidata_id": "Q624648", "display_name": "KT Skylife", "legal_name": "KT Skylife Co., Ltd.", "aliases": ["SkyLife"], "website": "https://www.skylife.co.kr", "canonical_domain": "skylife.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "053210", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q485908", "name": "KT Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KT_SkyLife_logo.svg", "description": "satellite broadcasting provider in South Korea and subsidiary of KT Corporation", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1153 +{"wikidata_id": "Q626638", "display_name": "HD Hyundai", "legal_name": "HD Hyundai Co., Ltd.", "aliases": ["HD Hyundai Group", "HHI Group", "Hyundai Heavy Industiries Group"], "website": "https://www.hd.com", "canonical_domain": "hd.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["manufacturing", "asset-management"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "267250", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HD_Hyundai_logo.svg", "description": "South Korean conglomerate", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1154 +{"wikidata_id": "Q6445491", "display_name": "Kura Sushi", "legal_name": null, "aliases": ["Kura", "KURA Corporation", "KURA SUSHI", "INC."], "website": "https://www.kurasushi.co.jp", "canonical_domain": "kurasushi.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "2695", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1783954", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kura_sushi.svg", "description": "Japanese sushi restaurant chain", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1155 +{"wikidata_id": "Q6517739", "display_name": "Legend Holdings", "legal_name": null, "aliases": ["Legend Holdings Corporation"], "website": "https://www.legendholdings.com.cn", "canonical_domain": "legendholdings.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "3396", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Legend_Holdings_logo.png", "description": "Chinese investment holding company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1156 +{"wikidata_id": "Q6558783", "display_name": "Panda Electronics", "legal_name": null, "aliases": [], "website": "https://www.panda.cn", "canonical_domain": "panda.cn", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["technology"], "industry_labels": ["electronics", "information technology"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "0553", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturer", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1157 +{"wikidata_id": "Q6676072", "display_name": "Thai Oil", "legal_name": null, "aliases": ["Thai Oil Public Company Limited", "Thai Oil Public Co.", "Ltd."], "website": "https://www.thaioilgroup.com", "canonical_domain": "thaioilgroup.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "TOP", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1810389", "name": "PTT Public Company Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thai_Oil_Logo.svg", "description": "public company from Thailand", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1158 +{"wikidata_id": "Q6817918", "display_name": "Meralco", "legal_name": null, "aliases": ["MERALCO"], "website": "https://www.meralco.com.ph", "canonical_domain": "meralco.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MER", "exchange": "Philippine Stock Exchange", "lei": "254900RDFLCM12O8SK69", "sec_cik": null, "parent": null, "logo_url": null, "description": "Philippine electric company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1159 +{"wikidata_id": "Q6823520", "display_name": "metersbonwe.com", "legal_name": null, "aliases": [], "website": "https://www.metersbonwe.com", "canonical_domain": "metersbonwe.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "002269", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MetersBonwe.svg", "description": "Chinese clothing company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1160 +{"wikidata_id": "Q6887331", "display_name": "Mobily", "legal_name": "شركة إتحاد إتصالات", "aliases": [], "website": "https://www.mobily.com.sa", "canonical_domain": "mobily.com.sa", "country": "SA", "hq_city": "Saudi Arabia", "hq_region": null, "lat": 23.71667, "lon": 44.11667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "7020", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q543449", "name": "e&"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobily_Logo.svg", "description": "Saudi Arabian telecommunications company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1161 +{"wikidata_id": "Q7178875", "display_name": "Petro Rabigh", "legal_name": "شركة رابغ للتكرير والبتروكيماويات", "aliases": [], "website": "https://www.petrorabigh.com", "canonical_domain": "petrorabigh.com", "country": "SA", "hq_city": "Rabigh governorate", "hq_region": "Mecca Province", "lat": 22.8, "lon": 39.0333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "2380", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "petrochemical company of Saudi Arabia", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1162 +{"wikidata_id": "Q7229380", "display_name": "Poplar", "legal_name": null, "aliases": ["POPLAR. CO.", "LTD."], "website": "https://www.poplar-cvs.co.jp", "canonical_domain": "poplar-cvs.co.jp", "country": "JP", "hq_city": "Asakita-ku", "hq_region": "Hiroshima", "lat": 34.51828, "lon": 132.50775, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "7601", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Poplar_logo.svg", "description": "Japanese convenience store chain", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1163 +{"wikidata_id": "Q7821114", "display_name": "Tongling Nonferrous Metals", "legal_name": null, "aliases": [], "website": "https://www.tnmg.com.cn", "canonical_domain": "tnmg.com.cn", "country": "CN", "hq_city": "Tongling", "hq_region": "Anhui", "lat": 30.94556, "lon": 117.81139, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "000630", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned smelting company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1164 +{"wikidata_id": "Q820770", "display_name": "Shanghai Petrochemical", "legal_name": null, "aliases": ["Sinopec Shanghai Petrochemical Company Limited"], "website": "https://www.spc.com.cn", "canonical_domain": "spc.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["oil-gas"], "industry_labels": ["petrochemistry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "600688", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q831445", "name": "Sinopec"}, "logo_url": null, "description": "Chinese company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1165 +{"wikidata_id": "Q836569", "display_name": "Beijing Enterprises", "legal_name": null, "aliases": [], "website": "https://www.behl.com.hk", "canonical_domain": "behl.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing", "asset-management"], "industry_labels": ["activities of holding companies"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "0392", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1166 +{"wikidata_id": "Q843780", "display_name": "Chichibu Railway", "legal_name": null, "aliases": [], "website": "https://www.chichibu-railway.co.jp", "canonical_domain": "chichibu-railway.co.jp", "country": "JP", "hq_city": "Akebonochō", "hq_region": "Kumagaya", "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "9012", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CTK_logomark_2019.svg", "description": "Japanese railway company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1167 +{"wikidata_id": "Q848325", "display_name": "Hatena", "legal_name": null, "aliases": ["Hatena Co.", "Ltd."], "website": "https://www.hatena.ne.jp", "canonical_domain": "hatena.ne.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["internet"], "industry_labels": ["web service"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3930", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hatena_logo_2021.svg", "description": "Japanese Internet services company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1168 +{"wikidata_id": "Q933850", "display_name": "Huiyuan Juice", "legal_name": null, "aliases": [], "website": "https://www.huiyuan.com.cn", "canonical_domain": "huiyuan.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "1886", "exchange": "Hong Kong Stock Exchange", "lei": "529900ZYZMMW6P92NT47", "sec_cik": "1462887", "parent": null, "logo_url": null, "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1169 +{"wikidata_id": "Q96145483", "display_name": "Playtika", "legal_name": null, "aliases": ["Playtika Holding Corp."], "website": "https://www.playtika.com", "canonical_domain": "playtika.com", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "PLTK", "exchange": "Nasdaq", "lei": null, "sec_cik": "1828016", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_playtika.png", "description": "Israeli video game company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1828016", "enriched_at": "2026-09-13T07:23:13+00:00"}}
1170 +{"wikidata_id": "Q965361", "display_name": "THK", "legal_name": null, "aliases": ["THK CO.", "LTD."], "website": "https://www.thk.com", "canonical_domain": "thk.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "THKLY", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thk.svg", "description": "company", "sitelinks": 7, "importance": 0.4186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1171 +{"wikidata_id": "Q5361268", "display_name": "Unicharm", "legal_name": null, "aliases": [], "website": "https://www.unicharm.co.jp", "canonical_domain": "unicharm.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1961, "employees": 10287, "public_company": false, "ticker": null, "exchange": null, "lei": "353800UQ4BZIJTAQEG85", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unicharm_company_logo.svg", "description": "Japan Company", "sitelinks": 14, "importance": 0.4184, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1172 +{"wikidata_id": "Q18594", "display_name": "Sony Interactive Entertainment", "legal_name": "株式会社ソニー・コンピュータエンタテインメント", "aliases": ["Sony Interactive Entertainment Inc.", "Sony Computer Entertainment", "Sony Interactive", "Sony Interactive Entertainment LLC"], "website": "https://sonyinteractive.com", "canonical_domain": "sonyinteractive.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry", "interactive entertainment"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Interactive_Entertainment_logo_%282016%29.svg", "description": "American multinational software company", "sitelinks": 52, "importance": 0.4174, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1173 +{"wikidata_id": "Q16962428", "display_name": "Ateam Holdings", "legal_name": "Ateam Holdings Co., Ltd.", "aliases": ["Ateam", "Ateam Inc."], "website": "https://www.a-tm.co.jp", "canonical_domain": "a-tm.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["internet"], "industry_labels": ["massively multiplayer online role-playing game"], "founded_year": 1997, "employees": 1106, "public_company": true, "ticker": "3662", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 2, "importance": 0.417, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1174 +{"wikidata_id": "Q1771114", "display_name": "Orient Watch Company", "legal_name": null, "aliases": [], "website": "https://aion.orologiorient.it", "canonical_domain": "orologiorient.it", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1950, "employees": 530, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q159614", "name": "Seiko Epson"}, "logo_url": null, "description": "Japanese Watch Manufacturer", "sitelinks": 21, "importance": 0.4158, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1175 +{"wikidata_id": "Q108324658", "display_name": "Irshad", "legal_name": "İrşad", "aliases": ["İrşad MMC", "İrşad telecom", "Irshad Company", "Irshad Elektronics", "Irshad Inc", "Irshad LLC", "irtelecom"], "website": "https://irshad.az", "canonical_domain": "irshad.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["technology", "retail"], "industry_labels": ["electronics", "retail", "consumer electronics industry"], "founded_year": 2000, "employees": 800, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Irshad_logo_%283%29.png", "description": "chain of stores selling electronics and home appliances in Azerbaijan", "sitelinks": 7, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1176 +{"wikidata_id": "Q333679", "display_name": "Azerbaijan Airlines", "legal_name": null, "aliases": ["J2", "AHY", "AZAL"], "website": "https://azal.az", "canonical_domain": "azal.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Azerbaijan_Airlines_logo.svg", "description": "national airline of Azerbaijan", "sitelinks": 51, "importance": 0.4154, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1177 +{"wikidata_id": "Q770328", "display_name": "Aniplex", "legal_name": null, "aliases": ["Animation Complex", "Aniplex Inc."], "website": "https://www.aniplex.co.jp", "canonical_domain": "aniplex.co.jp", "country": "JP", "hq_city": "Rokubanchō", "hq_region": "Chiyoda", "lat": 35.68884, "lon": 139.73482, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1995, "employees": 150, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q732503", "name": "Sony Music Entertainment Japan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aniplex_logo.svg", "description": "Japanese entertainment company", "sitelinks": 25, "importance": 0.4152, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1178 +{"wikidata_id": "Q2639931", "display_name": "Azercell", "legal_name": null, "aliases": ["Azercell Telekom", "Azercell Teleсom"], "website": "https://www.azercell.com", "canonical_domain": "azercell.com", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.4, "lon": 49.80972, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q97302150", "name": "AzInTelecom"}, "logo_url": null, "description": "Azerbaijani telecommunications company", "sitelinks": 19, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1179 +{"wikidata_id": "Q283856", "display_name": "IRIVER", "legal_name": null, "aliases": ["Dreamus", "Dreamus Company", "iRiver", "Iriver", "Iriver Limited", "iriver Ltd", "Iriver Ltd"], "website": "https://www.iriver.co.kr", "canonical_domain": "iriver.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["software", "technology"], "industry_labels": ["media player software", "consumer electronics industry"], "founded_year": 1999, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3538817", "name": "Dreamus Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iriver_wordmark.svg", "description": "South Korean consumer electronics division of Dreamus Company", "sitelinks": 21, "importance": 0.415, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1180 +{"wikidata_id": "Q1317270", "display_name": "Onkyo", "legal_name": null, "aliases": ["Onkyo Corporation"], "website": "https://www.onkyo.com", "canonical_domain": "onkyo.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Onkyo_logo.svg", "description": "Japanese company", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1181 +{"wikidata_id": "Q27892807", "display_name": "Sinopharm", "legal_name": null, "aliases": [], "website": "https://www.sinopharm.com", "canonical_domain": "sinopharm.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["biotechnology", "pharmaceuticals", "medical-devices"], "industry_labels": ["biotechnology", "pharmaceutical industry", "biotechnology industry", "medical technology industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1255764", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinopharm_logo.svg", "description": "Chinese state-owned enterprise", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1255764", "enriched_at": "2026-09-13T07:23:13+00:00"}}
1182 +{"wikidata_id": "Q4901103", "display_name": "Bharat Biotech International", "legal_name": null, "aliases": ["Bharat Biotech", "Bharat Biotech International Limited"], "website": "https://www.bharatbiotech.com", "canonical_domain": "bharatbiotech.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.6652, "lon": 78.6047, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bharat_Biotech_logo.svg", "description": "an Indian Biotechnology company, headquartered in Hyderabad, India.", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1183 +{"wikidata_id": "Q611064", "display_name": "Charoen Pokphand", "legal_name": null, "aliases": ["Charoen Pokphand Group"], "website": "https://www.cpthailand.com", "canonical_domain": "cpthailand.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": null, "exchange": "Hong Kong Stock Exchange", "lei": "254900EDH4XZT6UXKU54", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CP_Group_Logo.svg", "description": "Thai multinational conglomerate", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1184 +{"wikidata_id": "Q7580289", "display_name": "UNISOC", "legal_name": null, "aliases": ["Spreadtrum", "Spreadtrum Communications"], "website": "https://www.unisoc.com", "canonical_domain": "unisoc.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18165284", "name": "Tsinghua Unigroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UNISOC_logo.jpg", "description": "Chinese semiconductor company based at Shanghai", "sitelinks": 19, "importance": 0.4149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1185 +{"wikidata_id": "Q96472499", "display_name": "Adira Dinamika Multi Finance", "legal_name": "Adira Dinamika Multi Finance Tbk", "aliases": ["ADMF"], "website": "https://www.adira.co.id", "canonical_domain": "adira.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1990, "employees": 17098, "public_company": true, "ticker": "ADMF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4855913", "name": "Danamon of Indonesia"}, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.414, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1186 +{"wikidata_id": "Q12474469", "display_name": "Bank Raya Indonesia", "legal_name": "PT Bank Raya Indonesia Tbk", "aliases": ["AGRO"], "website": "https://bankraya.co.id", "canonical_domain": "bankraya.co.id", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["banking"], "industry_labels": ["banking"], "founded_year": 1989, "employees": 883, "public_company": true, "ticker": "AGRO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q623042", "name": "Bank Rakyat Indonesia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Raya_2023_%28with_BRI_2025_logo%29.svg", "description": "Indonesian digital banking company", "sitelinks": 2, "importance": 0.4137, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1187 +{"wikidata_id": "Q55606242", "display_name": "ByteDance", "legal_name": null, "aliases": ["Beijing ByteDance Technology Co.", "Ltd.", "Douyin Group", "Douyin Limited.", "Douyin Company Limited", "Douyin Co.", "Ltd."], "website": "https://bytedance.com", "canonical_domain": "bytedance.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology", "internet"], "industry_labels": ["information technology", "Internet"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300NIFA1100061063", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ByteDance_logo_English.svg", "description": "Chinese Internet and technology company", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1188 +{"wikidata_id": "Q56275466", "display_name": "Realme", "legal_name": null, "aliases": ["Oppo Realme", "realme"], "website": "https://www.realme.com", "canonical_domain": "realme.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2084900", "name": "Oppo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Realme_logo_SVG.svg", "description": "Chinese consumer electronics manufacturer, a sub-brand of Oppo", "sitelinks": 50, "importance": 0.4134, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1189 +{"wikidata_id": "Q5711025", "display_name": "Defense Industries Organization", "legal_name": null, "aliases": ["SASAD"], "website": "https://mod.gov.ir", "canonical_domain": "mod.gov.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1981, "employees": 35000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SASAD.svg", "description": "Iranian military company", "sitelinks": 11, "importance": 0.4127, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1190 +{"wikidata_id": "Q11728013", "display_name": "Smile-Up", "legal_name": "株式会社SMILE-UP.", "aliases": ["Johnny's", "Johnny & Associates", "Johnny's Entertainment", "Johnny's Jimusho", "Johnny's Web", "Johnny’s", "Johnny’s Entertainment", "Johnny’s Jimusho"], "website": "https://www.smile-up.inc", "canonical_domain": "smile-up.inc", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1962, "employees": 210, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SMILE-UP.svg", "description": "Japanese talent agency", "sitelinks": 23, "importance": 0.4116, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1191 +{"wikidata_id": "Q280218", "display_name": "A4Tech", "legal_name": null, "aliases": ["A4 Tech"], "website": "https://www.a4tech.com", "canonical_domain": "a4tech.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1987, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese computer peripherals company", "sitelinks": 15, "importance": 0.4116, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1192 +{"wikidata_id": "Q4039559", "display_name": "Golden Dragon", "legal_name": null, "aliases": ["Xiamen Golden Dragon Bus"], "website": "https://www.goldendragonbus.com", "canonical_domain": "goldendragonbus.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golden_Dragon_logo_2.png", "description": "Chinese bus manfacturer", "sitelinks": 15, "importance": 0.4116, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1193 +{"wikidata_id": "Q744800", "display_name": "Fuji Television", "legal_name": "株式会社フジテレビジョン", "aliases": ["Meerkats", "CX", "Fuji Television Network", "Fuji Television Network", "Inc.", "Fuji TV", "JOCX"], "website": "https://www.fujitv.com", "canonical_domain": "fujitv.com", "country": "JP", "hq_city": "FCG Building", "hq_region": "Daiba", "lat": 35.62694, "lon": 139.77444, "industries": ["media"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10954015", "name": "Fuji Media Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuji_Television_Logo.svg", "description": "Japanese television station in Tokyo", "sitelinks": 49, "importance": 0.4113, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1194 +{"wikidata_id": "Q11385713", "display_name": "Hodogaya Chemical", "legal_name": null, "aliases": [], "website": "https://www.hodogaya.co.jp", "canonical_domain": "hodogaya.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1916, "employees": 719, "public_company": true, "ticker": "4112", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Turntable_on_Koriyama_station_Fukushima_20100125.jpg", "description": null, "sitelinks": 2, "importance": 0.4107, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1195 +{"wikidata_id": "Q115754739", "display_name": "Sansteel Minguang", "legal_name": "Sansteel MinGuang Co.,Ltd.,Fujian", "aliases": [], "website": "https://www.sgmg.com.cn", "canonical_domain": "sgmg.com.cn", "country": "CN", "hq_city": "Sanming", "hq_region": "Fujian", "lat": 26.2658, "lon": 117.63017, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1958, "employees": 13635, "public_company": true, "ticker": "002110", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115773499", "name": "Fujian Sangang Group"}, "logo_url": null, "description": "Chinese state-owned enterprise", "sitelinks": 1, "importance": 0.4107, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1196 +{"wikidata_id": "Q28719599", "display_name": "Cyprus Airways", "legal_name": null, "aliases": ["Charlie Airlines"], "website": "https://www.cyprusairways.com", "canonical_domain": "cyprusairways.com", "country": "CY", "hq_city": "Larnaca", "hq_region": "Larnaca Municipality", "lat": 34.91667, "lon": 33.63333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2017, "employees": 110, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cyprus_Airways_%28logo%2C_2017%29.svg", "description": "Cypriot airline founded in 2016", "sitelinks": 25, "importance": 0.4107, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1197 +{"wikidata_id": "Q11403957", "display_name": "Hokko Chemical Industry", "legal_name": null, "aliases": [], "website": "https://www.hokkochem.co.jp", "canonical_domain": "hokkochem.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1950, "employees": 672, "public_company": true, "ticker": "4992", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.4098, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1198 +{"wikidata_id": "Q497534", "display_name": "Hyundai Mobis", "legal_name": null, "aliases": [], "website": "https://en.mobis.co.kr", "canonical_domain": "mobis.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": null, "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59243", "name": "Hyundai Motor Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Mobis_Logo.svg", "description": "Korean automotive company", "sitelinks": 18, "importance": 0.4096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1199 +{"wikidata_id": "Q204887", "display_name": "Pakistan International Airlines", "legal_name": "Pakistan International Airlines", "aliases": ["PIA", "Pakistan International", "PIA Pakistan International"], "website": "https://www.piac.com.pk", "canonical_domain": "piac.com.pk", "country": "PK", "hq_city": "Jinnah International Airport", "hq_region": "Karachi", "lat": 24.90667, "lon": 67.16083, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30609167", "name": "Aviation Division"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PakistanPIA2014Logo.jpg", "description": "flag-carrier airline of Pakistan", "sitelinks": 48, "importance": 0.4092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1200 +{"wikidata_id": "Q4390358", "display_name": "Sinochem Group", "legal_name": null, "aliases": ["Sinochem Group (China)"], "website": "https://www.sinochem.com", "canonical_domain": "sinochem.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1950, "employees": 50000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109256629", "name": "Sinochem Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinochem_logo.svg", "description": "Chinese state-owned chemical company", "sitelinks": 10, "importance": 0.4087, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1201 +{"wikidata_id": "Q106294921", "display_name": "Shanghai Putailai New Energy Technology Co., Ltd.", "legal_name": null, "aliases": ["PTL", "Putailai", "Shanghai Putailai"], "website": "https://www.putailai.com", "canonical_domain": "putailai.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.12762, "lon": 121.62269, "industries": ["technology", "energy"], "industry_labels": ["industry"], "founded_year": 2012, "employees": 11627, "public_company": true, "ticker": "SHA", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": "2016337", "parent": null, "logo_url": null, "description": "lithium-ion battery producer based in Shanghai, China", "sitelinks": 1, "importance": 0.4084, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2016337", "enriched_at": "2026-09-13T07:23:13+00:00"}}
1202 +{"wikidata_id": "Q11394144", "display_name": "Naikai Zosen Corporation", "legal_name": null, "aliases": [], "website": "https://www.naikaizosen.co.jp", "canonical_domain": "naikaizosen.co.jp", "country": "JP", "hq_city": "Onomichi", "hq_region": "Hiroshima Prefecture", "lat": 34.40911, "lon": 133.20544, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1944, "employees": 611, "public_company": true, "ticker": "7018", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.4084, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1203 +{"wikidata_id": "Q1964041", "display_name": "Nakheel Properties", "legal_name": "Nakheel PJSC", "aliases": ["Nakheel"], "website": "https://www.nakheel.com", "canonical_domain": "nakheel.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.1027, "lon": 55.15553, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 2000, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nakheel_logo.svg", "description": "UAE-based property developer", "sitelinks": 14, "importance": 0.408, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1204 +{"wikidata_id": "Q60787452", "display_name": "Changxin Memory Technologies", "legal_name": null, "aliases": ["ChangXin Memory Technologies", "CXMT", "Innotron Memory"], "website": "https://www.cxmt.com", "canonical_domain": "cxmt.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2017, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese semiconductor manufacturer", "sitelinks": 15, "importance": 0.4074, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1205 +{"wikidata_id": "Q12583025", "display_name": "Kangwon Land", "legal_name": null, "aliases": [], "website": "https://kangwonland.high1.com", "canonical_domain": "high1.com", "country": "KR", "hq_city": "Gangwon Province", "hq_region": "South Korea", "lat": 37.21219, "lon": 128.82075, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1998, "employees": 3693, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q491047", "name": "Ministry of Trade, Industry and Resource"}, "logo_url": null, "description": "South Korean company", "sitelinks": 5, "importance": 0.4073, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1206 +{"wikidata_id": "Q853293", "display_name": "SriLankan Airlines", "legal_name": null, "aliases": ["ALK", "UL", "Sri Lankan Air", "Sri Lankan Airline", "Sri Lankan Airlines", "SriLankan Air", "SriLankan Airline"], "website": "https://www.srilankan.com", "canonical_domain": "srilankan.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["airlines"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Sri Lanka and a member airline of the Oneworld airline alliance", "sitelinks": 47, "importance": 0.407, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1207 +{"wikidata_id": "Q6109069", "display_name": "JTEKT", "legal_name": null, "aliases": ["JTEKT Corporation"], "website": "https://www.jtekt.co.jp", "canonical_domain": "jtekt.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2006, "employees": 43456, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTEKT_Logo.svg", "description": "Japanese automotive components manufacturing company", "sitelinks": 10, "importance": 0.4067, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1208 +{"wikidata_id": "Q1239326", "display_name": "Monolith Soft Inc.", "legal_name": null, "aliases": ["Monolith Soft", "Monolith Software Inc."], "website": "https://www.monolithsoft.co.jp", "canonical_domain": "monolithsoft.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": 272, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monolith_Soft_logo.png", "description": "Japanese video game development company", "sitelinks": 21, "importance": 0.4062, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1209 +{"wikidata_id": "Q12236791", "display_name": "Chemanol", "legal_name": "شركة كيمائيات الميثانول", "aliases": ["Methanol Chemicals Co."], "website": "https://www.chemanol.com", "canonical_domain": "chemanol.com", "country": "SA", "hq_city": "Jubail", "hq_region": "Jubail governorate", "lat": 27.0, "lon": 49.66667, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1989, "employees": 485, "public_company": true, "ticker": "2001", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "petrochemical industry in Jubail Saudi Arabia", "sitelinks": 2, "importance": 0.4051, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1210 +{"wikidata_id": "Q846910", "display_name": "Philippine Airlines", "legal_name": null, "aliases": ["Philippine Air Lines"], "website": "https://www.philippineairlines.com", "canonical_domain": "philippineairlines.com", "country": "PH", "hq_city": "Pasay", "hq_region": "Metro Manila", "lat": 14.54389, "lon": 120.995, "industries": ["airlines"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493002A4AR5XK37G321", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Philippine_Airlines_logo.svg", "description": "flag-carrier airline of the Philippines", "sitelinks": 46, "importance": 0.4048, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q408955"}]}
1211 +{"wikidata_id": "Q1015843", "display_name": "Yunnan Copper", "legal_name": null, "aliases": [], "website": "https://www.yunnan-copper.com", "canonical_domain": "yunnan-copper.com", "country": "CN", "hq_city": "Kunming", "hq_region": "Yunnan", "lat": 25.04333, "lon": 102.70611, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "000878", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1212 +{"wikidata_id": "Q1023973", "display_name": "China Agri-Industries Holdings Limited", "legal_name": null, "aliases": ["China Foods Limited.", "China Oil and Foodstuffs Corporation", "COFCO", "COFCO Group"], "website": "https://www.chinaagri.com", "canonical_domain": "chinaagri.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "0606", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1213 +{"wikidata_id": "Q105044323", "display_name": "MR.DIY", "legal_name": null, "aliases": ["MR D.I.Y. Group (M) Berhad", "Mr DIY", "Mr D.I.Y. Group (M) Berhad", "Mr D.I.Y. Group (M) Bhd."], "website": "https://www.mrdiy.com", "canonical_domain": "mrdiy.com", "country": "MY", "hq_city": "Seri Kembangan", "hq_region": "Petaling District", "lat": 3.03333, "lon": 101.71667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "5296", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MR.DIY_logo.png", "description": "Malaysia-based home improvement retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1214 +{"wikidata_id": "Q106610106", "display_name": "Huatai Securities", "legal_name": null, "aliases": ["HTSC"], "website": "https://www.htsc.com.cn", "canonical_domain": "htsc.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "601688", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huatai_Securities.png", "description": "Chinese securities brokerage", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1215 +{"wikidata_id": "Q107646415", "display_name": "Adani Enterprises", "legal_name": null, "aliases": [], "website": "https://www.adanienterprises.com", "canonical_domain": "adanienterprises.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "512599", "exchange": "Bombay Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4680631", "name": "Adani Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adani_logo_2012.svg", "description": "Indian holding company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1216 +{"wikidata_id": "Q10873285", "display_name": "China Reinsurance", "legal_name": null, "aliases": [], "website": "https://www.chinare.com.cn", "canonical_domain": "chinare.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["insurance"], "industry_labels": ["reinsurance"], "founded_year": null, "employees": null, "public_company": true, "ticker": "1508", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1217 +{"wikidata_id": "Q10876705", "display_name": "ZTO Express", "legal_name": null, "aliases": [], "website": "https://www.zto.com", "canonical_domain": "zto.com", "country": "CN", "hq_city": "Huaxin Town", "hq_region": "Qingpu", "lat": 31.24758, "lon": 121.22285, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "ZTO", "exchange": "New York Stock Exchange", "lei": "549300SCJPK3YZJTJR78", "sec_cik": "1677250", "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1218 +{"wikidata_id": "Q10883132", "display_name": "King's Town Bank", "legal_name": null, "aliases": ["King's Town Bank Co.", "Ltd.", "KTB"], "website": "https://customer.ktb.com.tw", "canonical_domain": "ktb.com.tw", "country": "TW", "hq_city": "Tainan", "hq_region": "Taiwan", "lat": 22.99, "lon": 120.185, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "2809", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese commercial bank", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1219 +{"wikidata_id": "Q10893397", "display_name": "Lukfook Jewellery", "legal_name": null, "aliases": ["Lukfook", "Lukfook Group", "Lukfook Holdings"], "website": "https://www.lukfook.com", "canonical_domain": "lukfook.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["consumer-goods"], "industry_labels": ["jewelry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "0590", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LukFook_logo.svg", "description": "Hong Kong-based jewelry store chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1220 +{"wikidata_id": "Q10921200", "display_name": "Ve Wong", "legal_name": null, "aliases": ["Ve Wong Corporation", "China Fermentation Industry", "China Fermentation Industry Co.", "Ltd.", "Ve Wong Fermentation Industry", "Ve Wong Fermentation Industry Co.", "Ltd."], "website": "https://www.vewong.com", "canonical_domain": "vewong.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "1203", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese food manufacturer founded in 1995", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1221 +{"wikidata_id": "Q10954805", "display_name": "Ganfeng Lithium", "legal_name": "赣锋锂业股份有限公司", "aliases": ["Ganfeng Lithium Co.", "Ltd.", "Jiangxi Ganfeng Lithium Co.", "Ltd."], "website": "https://www.ganfenglithium.com", "canonical_domain": "ganfenglithium.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "002460", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ganfeng_Lithium_logo.svg", "description": "Chinese lithium company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1222 +{"wikidata_id": "Q11084240", "display_name": "New China Life Insurance Co., Ltd.", "legal_name": null, "aliases": ["New China Insurance", "NEW CHINA LIFE INSURANCE COMPANY LTD."], "website": "https://www.newchinalife.com", "canonical_domain": "newchinalife.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601336", "exchange": "Shanghai Stock Exchange", "lei": "300300F2001111000095", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned insurance company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1223 +{"wikidata_id": "Q11314885", "display_name": "Sailor Pen", "legal_name": null, "aliases": [], "website": "https://sailor.co.jp", "canonical_domain": "sailor.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["stationery"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "7992", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sailor_pen_co_logo.png", "description": "Japanese pen manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1224 +{"wikidata_id": "Q11323984", "display_name": "Nabtesco", "legal_name": null, "aliases": [], "website": "https://www.nabtesco.com", "canonical_domain": "nabtesco.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "6268", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nabtesco_company_logo.svg", "description": "Japanese engineering company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1225 +{"wikidata_id": "Q11324590", "display_name": "Nipro", "legal_name": null, "aliases": ["NIPRO"], "website": "https://www.nipro.co.jp", "canonical_domain": "nipro.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": ["medical-devices"], "industry_labels": ["medical device"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8086", "exchange": "Tokyo Stock Exchange", "lei": "353800AKDDNW0E810O26", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nipro_company_logo.svg", "description": "Japanese medical equipment manufacturing company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1226 +{"wikidata_id": "Q11325442", "display_name": "NetDragon Websoft", "legal_name": null, "aliases": ["NetDragon Websoft Inc."], "website": "https://netdragon.com", "canonical_domain": "netdragon.com", "country": "CN", "hq_city": "NetDragon Websoft Fuzhou headquarters", "hq_region": "Fujian", "lat": 25.96299, "lon": 119.69574, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "0777", "exchange": "Hong Kong Stock Exchange", "lei": "549300I8Z43DX8TEPL39", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video game company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1227 +{"wikidata_id": "Q11332202", "display_name": "Fancl Corporation", "legal_name": null, "aliases": ["FANCL Corpotation"], "website": "https://www.fancl.co.jp", "canonical_domain": "fancl.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "4921", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FANCL_Corporation_logo.svg", "description": "Japanese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1228 +{"wikidata_id": "Q11354319", "display_name": "Mitsui Kinzoku", "legal_name": null, "aliases": ["Mitsui Mining & Smelting"], "website": "https://www.mitsui-kinzoku.com", "canonical_domain": "mitsui-kinzoku.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1874, "employees": null, "public_company": true, "ticker": "5706", "exchange": "Tokyo Stock Exchange", "lei": "35380021EYAHSQM25559", "sec_cik": null, "parent": {"wikidata_id": "Q899122", "name": "Mitsui Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MITSUI_MINING_and_SMELTING_Logo.svg", "description": null, "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1229 +{"wikidata_id": "Q12188903", "display_name": "Saudi Electricity Company", "legal_name": "الشركة السعودية للكهرباء", "aliases": ["SEC"], "website": "https://www.se.com.sa", "canonical_domain": "se.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["utilities"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "5110", "exchange": "Saudi Stock Exchange", "lei": "549300FXO4ZXUIAXGP41", "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian electricity company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1230 +{"wikidata_id": "Q12514359", "display_name": "Sido Muncul", "legal_name": "PT Industri Jamu Dan Farmasi Sido Muncul Tbk", "aliases": ["Industri Jamu Dan Farmasi Sido Muncul", "SIDO"], "website": "https://www.sidomuncul.co.id", "canonical_domain": "sidomuncul.co.id", "country": "ID", "hq_city": "Semarang", "hq_region": "Central Java", "lat": -6.99, "lon": 110.4225, "industries": ["pharmaceuticals", "consumer-goods"], "industry_labels": ["pharmaceutical industry", "consumer goods industry"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "SIDO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1231 +{"wikidata_id": "Q1254961", "display_name": "Fuyao", "legal_name": null, "aliases": ["Fuyao Glass", "Fuyao Glass Industry", "Fuyao Glass Industry Group", "Fuyao Glass Industry Group Co.", "Ltd.", "Fuyao Group"], "website": "https://www.fuyaogroup.com", "canonical_domain": "fuyaogroup.com", "country": "CN", "hq_city": "Fuqing", "hq_region": "Fuzhou", "lat": 25.72316, "lon": 119.37347, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "600660", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturing company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1232 +{"wikidata_id": "Q12594201", "display_name": "Lotte Chemical", "legal_name": null, "aliases": ["Lotte Chemical Corporation"], "website": "https://lottechem.com", "canonical_domain": "lottechem.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "011170", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_Chemical_Logo.svg", "description": "Korean company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1233 +{"wikidata_id": "Q12982969", "display_name": "Jain Irrigation Systems Limited", "legal_name": null, "aliases": ["Jain Irrigation"], "website": "https://www.jains.com", "canonical_domain": "jains.com", "country": "IN", "hq_city": "Jalgaon", "hq_region": "Jalgaon district", "lat": 21.01667, "lon": 75.56667, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "JISLJALEQS", "exchange": "National Stock Exchange of India", "lei": "3358004C17EYJMMSOO84", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational conglomerate", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1234 +{"wikidata_id": "Q130889", "display_name": "Longyuan Power", "legal_name": null, "aliases": [], "website": "https://www.clypg.com.cn", "canonical_domain": "clypg.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["renewables"], "industry_labels": ["wind power"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0916", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1235 +{"wikidata_id": "Q13095961", "display_name": "Perusahaan Gas Negara", "legal_name": "PT Perusahaan Gas Negara Tbk.", "aliases": ["PGAS"], "website": "https://www.pgn.co.id", "canonical_domain": "pgn.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["oil-gas", "energy", "transportation"], "industry_labels": ["petroleum industry", "energy industry", "infrastructure industry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "PGAS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Pertamina_Gas_Negara.svg", "description": "Indonesian company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1236 +{"wikidata_id": "Q1357076", "display_name": "Nippn", "legal_name": null, "aliases": ["Nippon Flour Mills"], "website": "https://www.nippn.co.jp", "canonical_domain": "nippn.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "2001", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Flour_Mills_company_logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1237 +{"wikidata_id": "Q13577818", "display_name": "Shikun & Binui Ltd.", "legal_name": "שיכון ובינוי בע''מ", "aliases": ["Housing & Construction Holding Company Limited"], "website": "https://www.shikunbinui.com", "canonical_domain": "shikunbinui.com", "country": "IL", "hq_city": "Lod", "hq_region": "Central District", "lat": 31.95, "lon": 34.9, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SKBN", "exchange": "Tel Aviv Stock Exchange", "lei": "2138004NVQ51G35LN253", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ShikunBinuy.svg", "description": "Israeli construction company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310906"}]}
1238 +{"wikidata_id": "Q13631921", "display_name": "New Oriental", "legal_name": null, "aliases": ["XDF", "New Oriental Education & Technology Group", "New Oriental Education & Technology Group Inc."], "website": "https://www.neworiental.org", "canonical_domain": "neworiental.org", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "EDU", "exchange": "New York Stock Exchange", "lei": "529900NHZVBZQZ8EKN29", "sec_cik": "1372920", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_Oriental.svg", "description": "provider of private educational services in China", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1239 +{"wikidata_id": "Q1396854", "display_name": "Bao Viet Holdings", "legal_name": null, "aliases": ["Bảo Việt"], "website": "https://baoviet.com.vn", "canonical_domain": "baoviet.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "BVH", "exchange": "Hochiminh Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Vietnamese insurance company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1240 +{"wikidata_id": "Q15528181", "display_name": "Shanghai Construction Group", "legal_name": null, "aliases": [], "website": "https://www.scg.com.cn", "canonical_domain": "scg.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["construction"], "industry_labels": ["civil engineering"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "600170", "exchange": "Shanghai Stock Exchange", "lei": "3003009M1GRD07UMUZ33", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese construction and engineering firm", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1241 +{"wikidata_id": "Q15915960", "display_name": "Xunlei Limited", "legal_name": null, "aliases": ["Thunder Networking Technologies"], "website": "https://www.xunlei.com", "canonical_domain": "xunlei.com", "country": "CN", "hq_city": "Gaoxinqu", "hq_region": "Yuehai Subdistrict", "lat": null, "lon": null, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "XNET", "exchange": "Nasdaq", "lei": "529900PYSOIKBMQIQY91", "sec_cik": "1510593", "parent": null, "logo_url": null, "description": "Chinese technology company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1242 +{"wikidata_id": "Q16132717", "display_name": "Cofix Group Ltd", "legal_name": "קופיקס גרופ בע''מ", "aliases": ["Cofix"], "website": "https://cofix.global", "canonical_domain": "cofix.global", "country": "IL", "hq_city": "Kfar Saba", "hq_region": "Petah Tikva (sub-district)", "lat": 32.18578, "lon": 34.90768, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "CFX", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115921434", "name": "Cofix Global"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cofix_logo.png", "description": "coffee shop chain founded in Israel", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1243 +{"wikidata_id": "Q1660544", "display_name": "Playmates Toys", "legal_name": null, "aliases": ["Playmates Industrial"], "website": "https://www.playmatestoys.com", "canonical_domain": "playmatestoys.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "0635", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong toy company.", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1244 +{"wikidata_id": "Q1667971", "display_name": "Internet Initiative Japan", "legal_name": null, "aliases": ["IIJ", "IIJmio"], "website": "https://www.iij.ad.jp", "canonical_domain": "iij.ad.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["internet", "telecommunications"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "3774", "exchange": "Tokyo Stock Exchange", "lei": "529900EOCJNAPUHDFR78", "sec_cik": "1090633", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Internet_Initiative_Japan_logo.svg", "description": "Japanese telecommunications company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1245 +{"wikidata_id": "Q16926211", "display_name": "AAC Technologies Holdings Inc", "legal_name": null, "aliases": ["AAC Technologies (China)"], "website": "https://www.aactechnologies.com", "canonical_domain": "aactechnologies.com", "country": "CN", "hq_city": "Changzhou", "hq_region": "Jiangsu", "lat": 22.55619, "lon": 113.9879, "industries": ["technology"], "industry_labels": ["acoustics"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2018", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese technology organization", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1246 +{"wikidata_id": "Q16988436", "display_name": "Coca-Cola İçecek", "legal_name": null, "aliases": [], "website": "https://www.cci.com.tr", "canonical_domain": "cci.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "CCOLA", "exchange": "Borsa Istanbul", "lei": "789000WT80VVLUWJDK41", "sec_cik": null, "parent": {"wikidata_id": "Q2729871", "name": "Efes Beverage Group"}, "logo_url": null, "description": "Multinational Beverage Company that bottles The Coca-Cola Company products", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1247 +{"wikidata_id": "Q16998284", "display_name": "KFC in Japan", "legal_name": null, "aliases": ["Kentucky Fried Chicken Japan", "Ltd."], "website": "https://japan.kfc.co.jp", "canonical_domain": "kfc.co.jp", "country": "JP", "hq_city": "Ebisu-Minami", "hq_region": "Shibuya", "lat": 35.64489, "lon": 139.70811, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "9873", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KFC_logo.svg", "description": "fast food restaurant chain in Japan", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1248 +{"wikidata_id": "Q17278268", "display_name": "Samhwa Networks", "legal_name": "Samhwa Networks Co., Ltd.", "aliases": [], "website": "https://www.shnetworks.co.kr", "canonical_domain": "shnetworks.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "046390", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean drama production company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1249 +{"wikidata_id": "Q1822760", "display_name": "Liaoning Chengda", "legal_name": null, "aliases": [], "website": "https://www.chengda.com.cn", "canonical_domain": "chengda.com.cn", "country": "CN", "hq_city": "Dalian", "hq_region": "Liaoning", "lat": 38.9, "lon": 121.6, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600739", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned company in Dalian, Liaoning, China", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1250 +{"wikidata_id": "Q19751373", "display_name": "Blue Bird Tbk", "legal_name": "PT Blue Bird Tbk", "aliases": [], "website": "https://www.bluebirdgroup.com", "canonical_domain": "bluebirdgroup.com", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["transportation"], "industry_labels": ["transport", "public transport", "bus company"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "BIRD", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian land transport company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1251 +{"wikidata_id": "Q19817859", "display_name": "Joyoung", "legal_name": null, "aliases": ["Jiuyang", "Joyoung Co.", "Ltd."], "website": "https://www.joyoung.com", "canonical_domain": "joyoung.com", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["manufacturing", "consumer-goods"], "industry_labels": ["industrial manufacturing", "home appliance industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "002242", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturer of electronic home appliances", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1252 +{"wikidata_id": "Q1993312", "display_name": "Nippon Paper Group", "legal_name": null, "aliases": ["Nippon Unipac"], "website": "https://www.nipponpapergroup.com", "canonical_domain": "nipponpapergroup.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "3863", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1442654", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Paper_Group_Logo.svg", "description": "paper manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10834647"}]}
1253 +{"wikidata_id": "Q22324956", "display_name": "Alpha Group Company", "legal_name": null, "aliases": ["Alpha Group", "Alpha Animation", "Alpha Animation & Culture Co. Ltd.", "Alpha Animation and Culture Co.", "Ltd.", "Alpha Group Co.", "Ltd.", "Guangdong Alpha Animation and Culture Co."], "website": "https://www.gdalpha.com", "canonical_domain": "gdalpha.com", "country": "CN", "hq_city": "Shantou", "hq_region": "Guangdong", "lat": 23.35389, "lon": 116.68222, "industries": ["entertainment", "gaming", "media"], "industry_labels": ["animation", "game industry", "Tokusatsu Industry", "TV industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "002292", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese animation and toy company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1254 +{"wikidata_id": "Q25110229", "display_name": "Sunrise Bank Limited", "legal_name": null, "aliases": ["Sunrise Bank", "Sunrise Bank Ltd"], "website": "https://www.sunrisebank.com.np", "canonical_domain": "sunrisebank.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "SRBL", "exchange": "Nepal Stock Exchange", "lei": "254900WSSAQS6RU4SE89", "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Nepal", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1255 +{"wikidata_id": "Q2903718", "display_name": "Tiv Taam Holdings 1 Ltd", "legal_name": "טיב טעם הולדינגס 1 בע''מ", "aliases": ["Tiv Taam", "Tiv Tam"], "website": "https://www.tivtaam.co.il", "canonical_domain": "tivtaam.co.il", "country": "IL", "hq_city": "Hefer Valley Regional Council", "hq_region": "Central District", "lat": 32.34306, "lon": 34.91639, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "TTAM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli supermarket chain", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1256 +{"wikidata_id": "Q30260673", "display_name": "San’an Optoelectronics", "legal_name": null, "aliases": ["San'an Optoelectronics", "San'an Optoelectronics Co.", "Ltd.", "Sanan Optoelectronics"], "website": "https://www.sanan-e.com", "canonical_domain": "sanan-e.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["manufacturing"], "industry_labels": ["optoelectronics"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "600703", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanan_Optoelectronics.png", "description": "Chinese LED manufacturing company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1257 +{"wikidata_id": "Q305393", "display_name": "First Pacific", "legal_name": null, "aliases": [], "website": "https://www.firstpacific.com", "canonical_domain": "firstpacific.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "0142", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Pacific_logo.jpg", "description": "company based in Hong Kong", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1258 +{"wikidata_id": "Q3259819", "display_name": "d2h.com", "legal_name": null, "aliases": [], "website": "https://www.d2h.com", "canonical_domain": "d2h.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["subscription television"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "VDTH", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D2h_logo_Brand.png", "description": "Indian Direct-To-Home Satellite Pay TV broadcasting company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1259 +{"wikidata_id": "Q3433985", "display_name": "Riyad Bank", "legal_name": "بنك الرياض", "aliases": [], "website": "https://www.riyadbank.com", "canonical_domain": "riyadbank.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "1010", "exchange": "Saudi Stock Exchange", "lei": "54930037RJ782ISGGM71", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riyad_Bank_logo.svg", "description": "Financial institution in the Kingdom of Saudi Arabia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1260 +{"wikidata_id": "Q3648653", "display_name": "CEAT", "legal_name": null, "aliases": ["Cavi Elettrici e Affini Torino", "CEAT (company)", "CEAT Limited"], "website": "https://www.ceat.in", "canonical_domain": "ceat.in", "country": "IN", "hq_city": "Worli", "hq_region": "Mumbai", "lat": 19.0, "lon": 72.815, "industries": ["automotive"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "CEATLTD", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CEAT_Logo.svg", "description": "Indian tyre company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1261 +{"wikidata_id": "Q3936221", "display_name": "Logisnext", "legal_name": "三菱ロジスネクスト株式会社", "aliases": ["Nichiyu", "Mitsubishi Forklift Trucks", "Mitsubishi Logisnext", "Mitsubishi Nichiyu Forklift"], "website": "https://www.logisnext.com", "canonical_domain": "logisnext.com", "country": "JP", "hq_city": "Nagaokakyō-shi", "hq_region": "Kyoto Prefecture", "lat": 34.92681, "lon": 135.69575, "industries": ["transportation"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "7105", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_Logisnext_company_logo.svg", "description": "Transportation equipment brand", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1262 +{"wikidata_id": "Q4035334", "display_name": "Bossini", "legal_name": null, "aliases": ["Bossini International Holdings Limited"], "website": "https://www.bossini.com", "canonical_domain": "bossini.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "0592.HK", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong clothing retailer.", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1263 +{"wikidata_id": "Q4039120", "display_name": "GCL-Poly", "legal_name": null, "aliases": [], "website": "https://www.gcl-poly.com.hk", "canonical_domain": "gcl-poly.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "3800", "exchange": "Hong Kong Stock Exchange", "lei": "529900O1QCZWP5IWVY66", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company producing PV", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1264 +{"wikidata_id": "Q420659", "display_name": "Takamatsu Construction Group", "legal_name": "Takamatsu Construction Group Co., Ltd.", "aliases": [], "website": "https://www.takamatsu-cg.co.jp", "canonical_domain": "takamatsu-cg.co.jp", "country": "JP", "hq_city": "Yodogawa-ku", "hq_region": "Osaka", "lat": 34.72111, "lon": 135.48667, "industries": ["construction", "asset-management"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "1762", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1265 +{"wikidata_id": "Q4260724", "display_name": "Luzhou Laojiao", "legal_name": null, "aliases": [], "website": "https://www.lzlj.com.cn", "canonical_domain": "lzlj.com.cn", "country": "CN", "hq_city": "Luzhou", "hq_region": "Sichuan", "lat": 28.89182, "lon": 105.44093, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "000568", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese liquor company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1266 +{"wikidata_id": "Q43386", "display_name": "Perlis Plantations Bhd", "legal_name": null, "aliases": ["Perlis Plantations", "PPB GROUP BERHAD", "Ppb Group Berhad", "Ppb Group Bhd."], "website": "https://www.ppbgroup.com", "canonical_domain": "ppbgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["agriculture", "utilities", "food-beverage"], "industry_labels": ["agriculture", "waste management", "food processing"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "4065", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PPB_Group_Berhad.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1267 +{"wikidata_id": "Q4412437", "display_name": "Chunlan Group", "legal_name": null, "aliases": [], "website": "https://www.chunlan.com", "canonical_domain": "chunlan.com", "country": "CN", "hq_city": "Taizhou", "hq_region": "Jiangsu", "lat": 32.48306, "lon": 119.9, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "600854", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chunlan_logo.png", "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1268 +{"wikidata_id": "Q4415024", "display_name": "BBMG", "legal_name": null, "aliases": ["BBMG Corporation Ltd."], "website": "https://www.bbmg.com.cn", "canonical_domain": "bbmg.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601992", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese building materials company and property development company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1269 +{"wikidata_id": "Q4654699", "display_name": "Allied Telesis Holdings", "legal_name": null, "aliases": ["ATKK", "Allied Telesis Holdings K.K.", "Allied Telesis Holdings KK", "Allied Telesis Group"], "website": "https://www.alliedtelesis.com", "canonical_domain": "alliedtelesis.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["technology industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "6835", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allied_Telesis_Holdings_K.K.jpg", "description": "multi-national technology company headquartered in Japan", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1270 +{"wikidata_id": "Q4688929", "display_name": "Affin Bank", "legal_name": null, "aliases": ["Affin Bank Berhad", "Affin Bank Bhd."], "website": "https://www.affingroup.com", "canonical_domain": "affingroup.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "5185", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Affin_Bank_logo.svg", "description": "Islamic bank in Malaysia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1271 +{"wikidata_id": "Q4692540", "display_name": "Agile Group Holdings Limited", "legal_name": null, "aliases": [], "website": "https://www.hkagile.com", "canonical_domain": "hkagile.com", "country": "HK", "hq_city": "Zhongshan", "hq_region": "Guangdong", "lat": 22.53333, "lon": 113.35, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "3383", "exchange": "Hong Kong Stock Exchange", "lei": "549300ZRISRT38EEYY07", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1272 +{"wikidata_id": "Q4696808", "display_name": "Aiful", "legal_name": null, "aliases": ["Muninova Holdings"], "website": "https://www.muninova.co.jp", "canonical_domain": "muninova.co.jp", "country": "JP", "hq_city": "Shimogyō-ku", "hq_region": "Kyoto", "lat": 34.9875, "lon": 135.75556, "industries": ["financial-services"], "industry_labels": ["alternative financial service"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "547A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aifulnewlogo.png", "description": "Japanese consumer finance company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1273 +{"wikidata_id": "Q4733161", "display_name": "Allot Ltd", "legal_name": "אלוט בע''מ", "aliases": [], "website": "https://www.allot.com", "canonical_domain": "allot.com", "country": "IL", "hq_city": "Hod HaSharon", "hq_region": "Central District", "lat": 32.15, "lon": 34.88333, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ALLT", "exchange": "Tel Aviv Stock Exchange", "lei": "5493008MLSB5KCVNRK06", "sec_cik": "1365767", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allot-logo-new.jpg", "description": "Israeli telecommunications company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1365767", "enriched_at": "2026-09-13T07:23:13+00:00"}}
1274 +{"wikidata_id": "Q4783214", "display_name": "Arab National Bank", "legal_name": "البنك العربي الوطني", "aliases": ["ANB"], "website": "https://www.anb.com.sa", "canonical_domain": "anb.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1080", "exchange": "Saudi Stock Exchange", "lei": "213800CYWGYQVT1ZBQ57", "sec_cik": null, "parent": null, "logo_url": null, "description": "Major bank in Saudi Arabia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1275 +{"wikidata_id": "Q4822431", "display_name": "Aurobindo Pharma", "legal_name": null, "aliases": ["Aurobindo Pharma Limited"], "website": "https://www.aurobindo.com", "canonical_domain": "aurobindo.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "AUROPHARMA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "an Indian pharmaceutical company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1276 +{"wikidata_id": "Q4903531", "display_name": "Bic Camera", "legal_name": null, "aliases": [], "website": "https://www.biccamera.co.jp", "canonical_domain": "biccamera.co.jp", "country": "JP", "hq_city": "Takada", "hq_region": "Toshima", "lat": 35.71554, "lon": 139.71251, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "3048", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BICCAMERA_logo.svg", "description": "Japanese consumer electronics retailer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1277 +{"wikidata_id": "Q4947278", "display_name": "Bosideng", "legal_name": null, "aliases": [], "website": "https://www.bosideng.com", "canonical_domain": "bosideng.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "3998", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese clothing company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1278 +{"wikidata_id": "Q5013889", "display_name": "CRISIL", "legal_name": null, "aliases": [], "website": "https://www.crisil.com", "canonical_domain": "crisil.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "CRISIL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/S%26P_CRISIL_logo.png", "description": "credit rating agency in India", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1279 +{"wikidata_id": "Q5017473", "display_name": "Cahya Mata Sarawak Berhad", "legal_name": null, "aliases": ["CAHYA MATA SARAWAK BERHAD", "Cahya Mata Sarawak Bhd."], "website": "https://www.cmsb.my", "canonical_domain": "cmsb.my", "country": "MY", "hq_city": "Kuching", "hq_region": "Sarawak", "lat": 1.5575, "lon": 110.34389, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "2852", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cahya_Mata_Logo.png", "description": "Malaysian conglomerate", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1280 +{"wikidata_id": "Q5099833", "display_name": "China Oilfield Services", "legal_name": null, "aliases": ["COSL"], "website": "https://www.cosl.com.cn", "canonical_domain": "cosl.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "601808", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Oilfield_Services_logo_2.svg", "description": "Chinese petroleum services company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1281 +{"wikidata_id": "Q5099882", "display_name": "China Resources Gas", "legal_name": null, "aliases": ["China Resources Gas Group Limited"], "website": "https://www.crgas.com.hk", "canonical_domain": "crgas.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "1193", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1282 +{"wikidata_id": "Q5099980", "display_name": "China Zhongwang", "legal_name": null, "aliases": [], "website": "https://www.zhongwang.com", "canonical_domain": "zhongwang.com", "country": "CN", "hq_city": "Liaoyang", "hq_region": "Liaoning", "lat": 41.26432, "lon": 123.1772, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "1333", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "industrial aluminium extrusion product developer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1283 +{"wikidata_id": "Q5208189", "display_name": "TBC", "legal_name": "TBC", "aliases": ["Daegu Broadcasting Corporation", "Taegu Broadcasting Corporation"], "website": "https://www.tbc.co.kr", "canonical_domain": "tbc.co.kr", "country": "KR", "hq_city": "Daegu", "hq_region": "South Korea", "lat": 35.87167, "lon": 128.60167, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "033830", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "television station in Daegu, South Korea", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1284 +{"wikidata_id": "Q5221832", "display_name": "Daqin Railway Company Limited", "legal_name": null, "aliases": [], "website": "https://www.daqintielu.com", "canonical_domain": "daqintielu.com", "country": "CN", "hq_city": "Datong", "hq_region": "Shanxi", "lat": 40.09361, "lon": 113.29139, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "601006", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073489", "name": "China State Railway Group"}, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1285 +{"wikidata_id": "Q5266685", "display_name": "DCB Bank", "legal_name": null, "aliases": [], "website": "https://www.dcbbank.com", "canonical_domain": "dcbbank.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "DCBBANK", "exchange": "National Stock Exchange of India", "lei": "549300HLUOQ4ZGINVI30", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DCB_BANK_reverse_logo_June_2011.jpg", "description": "bank in India", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1286 +{"wikidata_id": "Q5377917", "display_name": "Engineers India Limited", "legal_name": null, "aliases": ["EIL"], "website": "https://www.engineersindia.com", "canonical_domain": "engineersindia.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "ENGINERSIN", "exchange": "National Stock Exchange of India", "lei": "335800D8QCOQANG91D62", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Engineers_India_Logo.svg", "description": "Public Sector Undertaking in India", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1287 +{"wikidata_id": "Q5416931", "display_name": "Everbright Securities", "legal_name": null, "aliases": ["Everbright Securities Co. Ltd"], "website": "https://www.ebscn.com", "canonical_domain": "ebscn.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "600030", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9384126", "name": "China Everbright Group Ltd."}, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1288 +{"wikidata_id": "Q5424523", "display_name": "FAW Car Company", "legal_name": null, "aliases": [], "website": "https://www.fawcar.com.cn", "canonical_domain": "fawcar.com.cn", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000800", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese car manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1289 +{"wikidata_id": "Q5492439", "display_name": "China Jinmao", "legal_name": null, "aliases": ["China Jinmao Holdings", "China Jinmao Holdings Group", "China Jinmao Holdings Group Limited", "Franshion Properties"], "website": "https://www.chinajinmao.cn", "canonical_domain": "chinajinmao.cn", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "0817", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4390358", "name": "Sinochem Group"}, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1290 +{"wikidata_id": "Q5555081", "display_name": "Gezhouba Group", "legal_name": null, "aliases": ["CGGC", "China Gezhouba Group", "China Gezhouba Group Company", "China Gezhouba Group Corporation"], "website": "https://www.cggc.cn", "canonical_domain": "cggc.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["construction"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "600068", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gezhouba_logo.png", "description": "One of the largest construction contractors of the world", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1291 +{"wikidata_id": "Q6019234", "display_name": "IndiaMART", "legal_name": null, "aliases": ["IndiaMART InterMESH Ltd."], "website": "https://www.indiamart.com", "canonical_domain": "indiamart.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["e-commerce"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "INDIAMART", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian e-commerce company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1292 +{"wikidata_id": "Q6079763", "display_name": "Isetan Mitsukoshi Holdings", "legal_name": null, "aliases": [], "website": "https://www.imhds.co.jp", "canonical_domain": "imhds.co.jp", "country": "JP", "hq_city": "Nishi-Shinjuku", "hq_region": "Shinjuku", "lat": 35.68949, "lon": 139.69184, "industries": ["retail", "asset-management"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "3099", "exchange": "Tokyo Stock Exchange", "lei": "529900SY5RZO92EFG035", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Isetan_Mitsukoshi_Holdings_logo.svg", "description": "Japanese department store company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1293 +{"wikidata_id": "Q6100839", "display_name": "Iwatsu Electric", "legal_name": null, "aliases": ["Iwatsu Electric Co.", "Ltd.", "Iwatsu Electric Co.", "Ltd. (Japan)"], "website": "https://www.iwatsu.com", "canonical_domain": "iwatsu.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "6704", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iwatsu_Electric_company_logo.svg", "description": "Japanese electronics manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1294 +{"wikidata_id": "Q6127052", "display_name": "Yuyuan Tourist Mart", "legal_name": null, "aliases": [], "website": "https://www.yuyuantm.com.cn", "canonical_domain": "yuyuantm.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.22851, "lon": 121.4869, "industries": ["real-estate"], "industry_labels": ["property management"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "600655", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1295 +{"wikidata_id": "Q6128861", "display_name": "Major Cineplex", "legal_name": null, "aliases": ["Major Cineplex Group", "Major Cineplex Group Public Co. Ltd.", "MAJOR CINEPLEX GROUP PUBLIC COMPANY LIMITED", "Major Cineplex Group Public Company Limited"], "website": "https://www.majorcineplex.com", "canonical_domain": "majorcineplex.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["entertainment"], "industry_labels": ["movie theater"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "MAJOR", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "operator of movie theaters in Thailand", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1296 +{"wikidata_id": "Q6202067", "display_name": "Jinchuan Group", "legal_name": null, "aliases": [], "website": "https://www.jnmc.com", "canonical_domain": "jnmc.com", "country": "CN", "hq_city": "Gansu", "hq_region": "People's Republic of China", "lat": 38.0, "lon": 102.0, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "HKG:2362", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "mainland Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1297 +{"wikidata_id": "Q6423290", "display_name": "Knowledge Economic City, Medina", "legal_name": "مدينة المعرفة الإقتصادية", "aliases": [], "website": "https://www.madinahkec.com", "canonical_domain": "madinahkec.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "4310", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "human settlement in Saudi Arabia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1298 +{"wikidata_id": "Q642372", "display_name": "Cimatron", "legal_name": null, "aliases": [], "website": "https://www.cimatron.com", "canonical_domain": "cimatron.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "CIMT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli software company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1299 +{"wikidata_id": "Q67932360", "display_name": "Gotion", "legal_name": null, "aliases": ["Guoxuan High-Tech", "Gotion High-Tech Co.", "Ltd.", "Hefei Guoxuan Hi-Tech Power Energy"], "website": "https://www.gotion.com", "canonical_domain": "gotion.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["automotive", "energy"], "industry_labels": ["automotive industry", "battery industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "002074", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturer of lithium batteries and power transmission systems", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1300 +{"wikidata_id": "Q6844054", "display_name": "Migdal Insurance & Financial Holdings Ltd.", "legal_name": "מגדל אחזקות ביטוח ופיננסים בע''מ", "aliases": ["Migdal holdings"], "website": "https://www.migdalholdings.co.il", "canonical_domain": "migdalholdings.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "MGDL", "exchange": "Tel Aviv Stock Exchange", "lei": "549300W4Y1WPXVCYYE42", "sec_cik": "1415912", "parent": {"wikidata_id": "Q31197632", "name": null}, "logo_url": null, "description": "Israeli insurance company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1301 +{"wikidata_id": "Q6960268", "display_name": "Nakano Corporation", "legal_name": null, "aliases": ["NAKANO CORPORATION"], "website": "https://www.wave-nakano.co.jp", "canonical_domain": "wave-nakano.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "1827", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nakano_company_logo.svg", "description": null, "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1302 +{"wikidata_id": "Q6963666", "display_name": "Nanjing Iron and Steel Company Limited", "legal_name": null, "aliases": ["NISCO", "Nanjing Iron & Steel", "Nanjing Iron and Steel", "Nanjing Iron and Steel Co.", "Ltd."], "website": "https://www.600282.net", "canonical_domain": "600282.net", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "600282", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3138458", "name": "Shagang Group"}, "logo_url": null, "description": "Chinese steel manufacturer", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1303 +{"wikidata_id": "Q702281", "display_name": "Tang Eng Iron Works", "legal_name": null, "aliases": ["Tang Eng Iron Works Co.", "Ltd."], "website": "https://www.tangeng.com.tw", "canonical_domain": "tangeng.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "2035", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1304 +{"wikidata_id": "Q7179027", "display_name": "Petronet LNG", "legal_name": null, "aliases": ["Petronet LNG Limited", "Petronet LNG Ltd"], "website": "https://www.petronetlng.com", "canonical_domain": "petronetlng.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "532522", "exchange": "Bombay Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian oil and gas company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1305 +{"wikidata_id": "Q7181252", "display_name": "Banque Saudi Fransi", "legal_name": "البنك السعودي الفرنسي", "aliases": [], "website": "https://www.alfransi.com.sa", "canonical_domain": "alfransi.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "1050", "exchange": "Saudi Stock Exchange", "lei": "558600N07EDF4ATYR106", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banque_Saudi_Fransi_Logo.svg", "description": "Saudi Joint Stock Company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1306 +{"wikidata_id": "Q7392709", "display_name": "SP Setia", "legal_name": null, "aliases": ["S P Setia Berhad", "S P Setia Bhd."], "website": "https://www.spsetia.com.my", "canonical_domain": "spsetia.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "8664", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SPsetialogo.png", "description": "Malaysian property development company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1307 +{"wikidata_id": "Q7425697", "display_name": "Sasken Communication Technologies", "legal_name": null, "aliases": ["Sasken (India)"], "website": "https://www.sasken.com", "canonical_domain": "sasken.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "SASKEN", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Bengaluru, India", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1308 +{"wikidata_id": "Q7444945", "display_name": "Security Bank Corporation", "legal_name": null, "aliases": ["Security Bank"], "website": "https://www.securitybank.com", "canonical_domain": "securitybank.com", "country": "PH", "hq_city": "Macon", "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["financial-services"], "industry_labels": ["financial services", "SIC 6022 State Commercial Banks"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "SYBJF", "exchange": "OTC Markets Group", "lei": "549300JSVDZIR2CPTP95", "sec_cik": "925464", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Security_Bank_logo.svg", "description": "universal bank in the Philippines", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "925464", "enriched_at": "2026-09-13T07:23:13+00:00"}}
1309 +{"wikidata_id": "Q7457182", "display_name": "Seven Bank", "legal_name": "株式会社セブン銀行", "aliases": ["7-Bank"], "website": "https://www.sevenbank.co.jp", "canonical_domain": "sevenbank.co.jp", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "8410", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q639447", "name": "Seven & I Holdings Co."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seven_Bank_logo.svg", "description": "Japanese bank", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1310 +{"wikidata_id": "Q751992", "display_name": "Shenergy Company", "legal_name": null, "aliases": [], "website": "https://www.shenergy.net.cn", "canonical_domain": "shenergy.net.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600642", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shenergy_Company_logo.svg", "description": "public company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1311 +{"wikidata_id": "Q7730196", "display_name": "Yuexiu Property", "legal_name": null, "aliases": ["Yuexiu Property Company Limited"], "website": "https://www.yuexiuproperty.com", "canonical_domain": "yuexiuproperty.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "0123", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1312 +{"wikidata_id": "Q7762363", "display_name": "Savola Group", "legal_name": "مجموعة صافولا", "aliases": ["Savola", "The Savola Group"], "website": "https://www.savola.com", "canonical_domain": "savola.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "2050", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian industrial company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1313 +{"wikidata_id": "Q7830633", "display_name": "Toyo Suisan", "legal_name": null, "aliases": [], "website": "https://www.maruchan.co.jp", "canonical_domain": "maruchan.co.jp", "country": "JP", "hq_city": "Kōnan", "hq_region": "Minato", "lat": 35.63142, "lon": 139.75049, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "2875", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyo_Suisan_Kaisha_company_logo.svg", "description": "Japanese food company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1314 +{"wikidata_id": "Q7830642", "display_name": "Toyobo", "legal_name": "Tōyōbōseki Kabushiki-gaisha", "aliases": [], "website": "https://www.toyobo.co.jp", "canonical_domain": "toyobo.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1882, "employees": null, "public_company": true, "ticker": "3101", "exchange": "Tokyo Stock Exchange", "lei": "5299005EWBCNUAZ4PM62", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyobo_company_logo.svg", "description": "Japanese manufacturers of fibres and textiles", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1315 +{"wikidata_id": "Q7932312", "display_name": "Vinda International", "legal_name": null, "aliases": ["Vinda International Holdings Limited"], "website": "https://www.vindapaper.com", "canonical_domain": "vindapaper.com", "country": "CN", "hq_city": "Xinhui District", "hq_region": "Jiangmen", "lat": 22.51957, "lon": 113.03476, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "3331", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "major hygiene company in Asia", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1316 +{"wikidata_id": "Q8038871", "display_name": "WuXi AppTec", "legal_name": null, "aliases": ["Wuxi PharmaTech", "WuXi PharmaTech Healthcare Fund I L.P."], "website": "https://www.wuxiapptec.com", "canonical_domain": "wuxiapptec.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 39.89315, "lon": -75.16604, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "603259", "exchange": "Shanghai Stock Exchange", "lei": "254900ULPRB6CBPHXW60", "sec_cik": "1678057", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WuXi_AppTec.svg", "description": "Chinese public (bio)pharmaceutical, medical device and pharmaceutical services company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1317 +{"wikidata_id": "Q820777", "display_name": "Shanghai Oriental Pearl Media", "legal_name": null, "aliases": ["Shanghai Oriental Pearl"], "website": "https://www.opg.cn", "canonical_domain": "opg.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["media", "travel"], "industry_labels": ["mass media", "tourism"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600637", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q841232", "name": "Shanghai Media Group"}, "logo_url": null, "description": "Chinese company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1318 +{"wikidata_id": "Q826687", "display_name": "Johnson Electric", "legal_name": null, "aliases": [], "website": "https://www.johnsonelectric.com", "canonical_domain": "johnsonelectric.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "JELCF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Johnson_Electric_logo.svg", "description": "Company based in Hong Kong", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1319 +{"wikidata_id": "Q83473736", "display_name": "Adani Green Energy", "legal_name": null, "aliases": ["AGEL", "Adani Green Energy Limited"], "website": "https://www.adanigreenenergy.com", "canonical_domain": "adanigreenenergy.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["renewables"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "541450", "exchange": "Bombay Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4680631", "name": "Adani Group"}, "logo_url": null, "description": "Indian renewable energy company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1320 +{"wikidata_id": "Q837982", "display_name": "Guangshen Railway", "legal_name": null, "aliases": ["GSRC", "Guangshen Railway Corporation"], "website": "https://www.gsrc.com", "canonical_domain": "gsrc.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["transportation"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601333", "exchange": "Shanghai Stock Exchange", "lei": "529900YIR2NSEPF1UU41", "sec_cik": null, "parent": null, "logo_url": null, "description": "company that operates Guangshen railway line", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1321 +{"wikidata_id": "Q845363", "display_name": "SKY Perfect JSAT Corporation", "legal_name": null, "aliases": [], "website": "https://www.skyperfectjsat.space", "canonical_domain": "skyperfectjsat.space", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.66953, "lon": 139.74309, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "9412", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sky_Perfect_JSAT_logo.svg", "description": "company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1322 +{"wikidata_id": "Q9013416", "display_name": "HKTV", "legal_name": null, "aliases": ["Hong Kong Television Network"], "website": "https://www.hktv.com.hk", "canonical_domain": "hktv.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "1137", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HKTV_logo_full.svg", "description": "Hong Kong-based e-commerce company", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1323 +{"wikidata_id": "Q96378897", "display_name": "Futu Holdings", "legal_name": null, "aliases": ["Futu Holdings Limited"], "website": "https://www.futuholdings.com", "canonical_domain": "futuholdings.com", "country": "CN", "hq_city": "Nanshan District, Shenzhen", "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["conglomerate", "SIC 6211 Security Brokers, Dealers & Flotation Companies"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FUTU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1754581", "parent": null, "logo_url": null, "description": "Hong Kong online brokerage", "sitelinks": 6, "importance": 0.4046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1754581", "enriched_at": "2026-09-13T07:23:15+00:00"}}
1324 +{"wikidata_id": "Q11062219", "display_name": "China Railway Guangzhou Group", "legal_name": "中国铁路广州局集团有限公司", "aliases": ["Guangzhou Railway (Group) Corp.", "Guangzhou Railway Group"], "website": "https://www.gzrailway.com.cn", "canonical_domain": "gzrailway.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1993, "employees": 147000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073489", "name": "China State Railway Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Railway_Guangzhou_logo.svg", "description": "railway company based in Guangzhou", "sitelinks": 8, "importance": 0.4032, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1325 +{"wikidata_id": "Q215901", "display_name": "JVC", "legal_name": "JVC", "aliases": ["JVC electronics", "JVC Kenwood", "Victor Company of Japan - JVC", "Victor Company of Japan", "Limited", "Victor Company of Japan", "Ltd", "Victor Company of Japan"], "website": "https://www.jvc.com", "canonical_domain": "jvc.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900GGYCEJXM5Y6961", "sec_cik": null, "parent": {"wikidata_id": "Q1676719", "name": "JVC Kenwood"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JVC_Logo.svg", "description": "defunct Japanese multinational national electronics corporation", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1326 +{"wikidata_id": "Q27423", "display_name": "BYD Auto", "legal_name": null, "aliases": ["Build Your Dreams"], "website": "https://www.byd.com", "canonical_domain": "byd.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2608329", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BYD_Auto_2022_logo.svg", "description": "Chinese automobile manufacturer", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4836868"}]}
1327 +{"wikidata_id": "Q35438", "display_name": "The Jerusalem Post", "legal_name": null, "aliases": ["JP", "Jerusalem Post", "Palestine Post", "The Palestine Post"], "website": "https://jpost.com", "canonical_domain": "jpost.com", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["logistics", "media"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jerusalem_Post_Logo.svg", "description": "English-language Israeli newspaper", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1328 +{"wikidata_id": "Q541179", "display_name": "Saudia", "legal_name": null, "aliases": ["SV", "SVA", "Saudi Air", "Saudi Airlines", "Saudia Airlines"], "website": "https://www.saudia.com", "canonical_domain": "saudia.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["airlines"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag-carrier airline of Saudi Arabia", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1329 +{"wikidata_id": "Q734663", "display_name": "TV Tokyo", "legal_name": "株式会社東京12チャンネル", "aliases": ["TX", "Digital7", "Teleto", "Television Tokyo", "Television Tokyo Channel", "Tokyo TV"], "website": "https://www.tv-tokyo.co.jp", "canonical_domain": "tv-tokyo.co.jp", "country": "JP", "hq_city": "Sumitomo Fudosan Roppongi Grand Tower", "hq_region": "Roppongi", "lat": 35.6646, "lon": 139.73766, "industries": ["media"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11319692", "name": "TV Tokyo Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TV_Tokyo_logo_2023.svg", "description": "Japanese television station", "sitelinks": 45, "importance": 0.4025, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1330 +{"wikidata_id": "Q1140960", "display_name": "Sonic Team", "legal_name": null, "aliases": [], "website": "https://www.sonicteam.com", "canonical_domain": "sonicteam.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122741", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sonic_Team_logo_stone.jpg", "description": "Japanese video game developer", "sitelinks": 25, "importance": 0.402, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1331 +{"wikidata_id": "Q1778561", "display_name": "Mamiya", "legal_name": null, "aliases": ["Mamiya Digital Imagimg"], "website": "https://www.mamiya.co.jp", "canonical_domain": "mamiya.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1940, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mamiya_logo.png", "description": "Japanese imaging company", "sitelinks": 21, "importance": 0.4017, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1332 +{"wikidata_id": "Q150001", "display_name": "Intelligent Systems", "legal_name": null, "aliases": ["Intelligent Systems Co.", "Ltd."], "website": "https://www.intsys.co.jp", "canonical_domain": "intsys.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 34.9686, "lon": 135.75017, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": 197, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intelligent_Systems_Logo.svg", "description": "Japanese first-party video game developer and partner of Nintendo", "sitelinks": 21, "importance": 0.4015, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1333 +{"wikidata_id": "Q1115064", "display_name": "Denizbank", "legal_name": null, "aliases": [], "website": "https://www.denizbank.com", "canonical_domain": "denizbank.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1938, "employees": 14853, "public_company": false, "ticker": null, "exchange": null, "lei": "3RV7W250LTUQH12INJ88", "sec_cik": null, "parent": {"wikidata_id": "Q205012", "name": "Sberbank"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DenizBank_logo_2026.svg", "description": "Turkish private sector bank", "sitelinks": 11, "importance": 0.4003, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1334 +{"wikidata_id": "Q135187635", "display_name": "CTW Inc.", "legal_name": null, "aliases": ["CTW INC."], "website": "https://ctw.inc", "canonical_domain": "ctw.inc", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["gaming"], "industry_labels": ["video game industry", "anime industry"], "founded_year": 2013, "employees": 350, "public_company": true, "ticker": "CTW", "exchange": "Nasdaq", "lei": null, "sec_cik": "2047148", "parent": {"wikidata_id": "Q136035901", "name": "CTW Cayman PubCo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CTW_logo.png", "description": "Tokyo-based IT company operating the G123 browser game platform.", "sitelinks": 2, "importance": 0.4003, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1335 +{"wikidata_id": "Q824225", "display_name": "Royal Jordanian", "legal_name": null, "aliases": ["RJ", "RJA", "Royal Jordanian Airlines"], "website": "https://www.rj.com", "canonical_domain": "rj.com", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Jordanian_logo.jpg", "description": "flag-carrier airline of Jordan", "sitelinks": 44, "importance": 0.4002, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1336 +{"wikidata_id": "Q1155260", "display_name": "Hakusensha", "legal_name": null, "aliases": ["Inc."], "website": "https://www.hakusensha.co.jp", "canonical_domain": "hakusensha.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1973, "employees": 91, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hakusensha_logo.png", "description": "Japanese publishing company", "sitelinks": 23, "importance": 0.3996, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1337 +{"wikidata_id": "Q742390", "display_name": "Dimps", "legal_name": null, "aliases": ["Dimps Corporation"], "website": "https://www.dimps.co.jp", "canonical_domain": "dimps.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 218, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dimps_logo.gif", "description": "Japanese video game company", "sitelinks": 20, "importance": 0.3981, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1338 +{"wikidata_id": "Q1190669", "display_name": "Japan Freight Railway Company", "legal_name": "日本貨物鉄道株式会社", "aliases": ["JRF", "JR Freight"], "website": "https://www.jrfreight.co.jp", "canonical_domain": "jrfreight.co.jp", "country": "JP", "hq_city": "Sendagaya", "hq_region": "Shibuya", "lat": 35.6813, "lon": 139.71055, "industries": ["logistics"], "industry_labels": ["rail freight transport"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q864495", "name": "Japan Railways Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JR_logo_%28freight%29.svg", "description": "Japanese railway company", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1339 +{"wikidata_id": "Q124976", "display_name": "Coal India", "legal_name": null, "aliases": ["Coal India Limited"], "website": "https://www.coalindia.in", "canonical_domain": "coalindia.in", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": null, "exchange": "National Stock Exchange of India", "lei": "335800NLJQZNHM9LBB31", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian state-owned company", "sitelinks": 16, "importance": 0.3979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1340 +{"wikidata_id": "Q257502", "display_name": "Air Koryo", "legal_name": "조선민항", "aliases": ["Chosŏn Minhang"], "website": "https://www.airkoryo.com.kp", "canonical_domain": "airkoryo.com.kp", "country": "KP", "hq_city": "Pyongyang", "hq_region": "North Korea", "lat": 39.01667, "lon": 125.7475, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state owned national airline of North Korea", "sitelinks": 43, "importance": 0.3978, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1341 +{"wikidata_id": "Q86726152", "display_name": "Yuwell Medical", "legal_name": null, "aliases": ["Jiangsu Yuyue Medical Equipment & Supply Co.", "Ltd.", "Yuyue Yiliao"], "website": "https://www.yuwell.com", "canonical_domain": "yuwell.com", "country": "CN", "hq_city": "Danyang", "hq_region": "Zhenjiang", "lat": 31.99483, "lon": 119.57504, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1998, "employees": 5525, "public_company": true, "ticker": "002223", "exchange": "Shenzhen Stock Exchange", "lei": "8368009VDA1C3G87FP95", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese medical company", "sitelinks": 1, "importance": 0.3976, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1342 +{"wikidata_id": "Q21178899", "display_name": "Fuze Beverage", "legal_name": null, "aliases": ["Fuze", "Fuze Tea", "Fuse Tea"], "website": "https://www.fuzebev.com", "canonical_domain": "fuzebev.com", "country": "ID", "hq_city": "Englewood Cliffs", "hq_region": "Bergen County", "lat": 40.8825, "lon": -73.9525, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2000, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3295867", "name": "The Coca-Cola Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuze-tea-logo.svg", "description": "manufacturer of teas and non-carbonated fruit drinks enriched with vitamins", "sitelinks": 15, "importance": 0.3974, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1343 +{"wikidata_id": "Q1076141", "display_name": "Chongqing Airlines", "legal_name": null, "aliases": [], "website": "https://www.flycq.com", "canonical_domain": "flycq.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": 402, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291090", "name": "China Southern Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chongqing_Airlines_logo_2023.png", "description": "airline based in China", "sitelinks": 18, "importance": 0.3964, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1344 +{"wikidata_id": "Q1056794", "display_name": "Lion Air", "legal_name": "PT Lion Mentari Airlines", "aliases": [], "website": "https://www.lionair.co.id", "canonical_domain": "lionair.co.id", "country": "ID", "hq_city": "West Jakarta", "hq_region": "Jakarta", "lat": -6.185, "lon": 106.731, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q57239467", "name": "Lion Air Group"}, "logo_url": null, "description": "Indonesian low-cost airline", "sitelinks": 42, "importance": 0.3954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1345 +{"wikidata_id": "Q221869", "display_name": "KG Mobility", "legal_name": "KG Mobility Corporation", "aliases": [], "website": "https://www.kg-mobility.com", "canonical_domain": "kg-mobility.com", "country": "KR", "hq_city": "Pyeongtaek", "hq_region": "Gyeonggi Province", "lat": 36.99472, "lon": 127.08889, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q114243585", "name": "KG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KG_Mobility_brand_logo.svg", "description": "South Korean automobile manufacturer", "sitelinks": 42, "importance": 0.3954, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1346 +{"wikidata_id": "Q3481346", "display_name": "Shandong Iron and Steel Group Co Ltd", "legal_name": null, "aliases": ["Shandong Steel", "Shandong Group", "SISG", "Shandong Iron and Steel Group", "Shangang Group Hanzhong Iron & Steel Co Ltd", "Shandong Iron and Steel Group Co Ltd."], "website": "https://www.shansteelgroup.com", "canonical_domain": "shansteelgroup.com", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1958, "employees": 38000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137944627", "name": "State-owned Assets Supervision and Administration Commission of the People's Government of Shandong Province"}, "logo_url": null, "description": "Chinese steel company", "sitelinks": 9, "importance": 0.3947, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1347 +{"wikidata_id": "Q520454", "display_name": "Media Factory", "legal_name": null, "aliases": [], "website": "https://www.mediafactory.co.jp", "canonical_domain": "mediafactory.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry", "phonographic industry"], "founded_year": 1986, "employees": 169, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15031115", "name": "Kadokawa Key-Process"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Media_Factory_logo.svg", "description": "Japanese publisher and brand company", "sitelinks": 20, "importance": 0.3944, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1348 +{"wikidata_id": "Q16416150", "display_name": "Rabita Bank", "legal_name": null, "aliases": ["Rabita bank", "Rabitabank", "rabitebank", "Rabitəbank"], "website": "https://www.rabitabank.com", "canonical_domain": "rabitabank.com", "country": "AZ", "hq_city": "28 May Street", "hq_region": "Baku", "lat": 40.3792, "lon": 49.8581, "industries": ["banking"], "industry_labels": ["banking in Azerbaijan"], "founded_year": 1993, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rabit%C9%99bank%C4%B1n_loqosu.jpg", "description": "Azerbaijani bank", "sitelinks": 15, "importance": 0.3941, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1349 +{"wikidata_id": "Q18125122", "display_name": "Gionee", "legal_name": null, "aliases": ["GIONEE", "Gionee Communication Equipment Co. Ltd."], "website": "https://global.gionee.com", "canonical_domain": "gionee.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2002, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gionee-new-logo.png", "description": "Chinese mobile phone manufacturer", "sitelinks": 17, "importance": 0.3939, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1350 +{"wikidata_id": "Q606222", "display_name": "Star Cruises", "legal_name": null, "aliases": [], "website": "https://www.starcruises.com", "canonical_domain": "starcruises.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["shipping"], "industry_labels": ["cruise"], "founded_year": 1993, "employees": 18000, "public_company": false, "ticker": null, "exchange": null, "lei": "0WKKFB7N1TW1Q5WJ1V86", "sec_cik": null, "parent": {"wikidata_id": "Q16922766", "name": "Genting Hong Kong"}, "logo_url": null, "description": "company", "sitelinks": 10, "importance": 0.3939, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1351 +{"wikidata_id": "Q12474496", "display_name": "Jatim Bank", "legal_name": "Bank Pembangunan Daerah Jawa Timur Tbk", "aliases": ["Bank Pembangunan Daerah Jawa Timur", "BJTM"], "website": "https://www.bankjatim.co.id", "canonical_domain": "bankjatim.co.id", "country": "ID", "hq_city": "Surabaya", "hq_region": "East Java", "lat": -7.24628, "lon": 112.73777, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1961, "employees": 4241, "public_company": true, "ticker": "BJTM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian banking company", "sitelinks": 1, "importance": 0.3938, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1352 +{"wikidata_id": "Q133042901", "display_name": "Bitdeer", "legal_name": "Bitdeer Technologies Group", "aliases": [], "website": "https://www.bitdeer.com", "canonical_domain": "bitdeer.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["cloud-infrastructure", "fintech"], "industry_labels": ["cloud computing", "data center", "cryptocurrency mining"], "founded_year": 2021, "employees": 211, "public_company": true, "ticker": "BTDR", "exchange": "Nasdaq", "lei": null, "sec_cik": "1899123", "parent": null, "logo_url": null, "description": "Singapore-based cryptocurrency mining and AI cloud infrastructure company", "sitelinks": 2, "importance": 0.393, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1353 +{"wikidata_id": "Q107377209", "display_name": "Shein", "legal_name": null, "aliases": ["SHEIN kk", "Xīyīn", "ZZKKO", "希音"], "website": "https://shein.com", "canonical_domain": "shein.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["retail", "apparel", "e-commerce"], "industry_labels": ["retail", "fast fashion", "e-commerce", "clothing industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shein_Logo_2017.svg", "description": "Chinese-Singaporean online fashion retailer", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1354 +{"wikidata_id": "Q610003", "display_name": "Uzbekistan Airways", "legal_name": null, "aliases": ["HY", "UZB", "Oʻzbekiston havo yoʻllari", "UZBEK", "Uzbekistan Air", "Uzbekistan Airline"], "website": "https://www.uzairways.com", "canonical_domain": "uzairways.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Uzbekistan, headquartered in Tashkent", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1355 +{"wikidata_id": "Q860379", "display_name": "Oman Air", "legal_name": null, "aliases": ["Oman Airline"], "website": "https://www.omanair.com", "canonical_domain": "omanair.com", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "894500153VY7HAMV7612", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oman_Air_logo.png", "description": "flag carrier of Oman", "sitelinks": 41, "importance": 0.3929, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1356 +{"wikidata_id": "Q11469986", "display_name": "Sanyo Denki", "legal_name": null, "aliases": ["Sanyo Denki Co.", "Ltd."], "website": "https://www.sanyodenki.com", "canonical_domain": "sanyodenki.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": [], "founded_year": 1936, "employees": 3705, "public_company": true, "ticker": "6516", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "involved in tech products such as Brushless DC Pico Ace 25 cooling fan", "sitelinks": 1, "importance": 0.3918, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1357 +{"wikidata_id": "Q1535581", "display_name": "Omantel", "legal_name": null, "aliases": ["Oman Telecommunications Company"], "website": "https://www.omantel.om", "canonical_domain": "omantel.om", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1987, "employees": 2690, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Omantel.svg", "description": "telecommunication company in Oman", "sitelinks": 13, "importance": 0.3918, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1358 +{"wikidata_id": "Q2915148", "display_name": "Mekorot Water Company Ltd", "legal_name": "מקורות חברת מים בע\"מ", "aliases": ["Mekorot (Israel)"], "website": "https://www.mekorot.co.il", "canonical_domain": "mekorot.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["utilities"], "industry_labels": ["water collection, treatment and supply"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": null, "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tel Aviv, Israel", "sitelinks": 15, "importance": 0.3915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1359 +{"wikidata_id": "Q950269", "display_name": "Burgeranch", "legal_name": null, "aliases": [], "website": "https://app.burgeranch.co.il", "canonical_domain": "burgeranch.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["food-beverage"], "industry_labels": ["fast food industry"], "founded_year": 1972, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli fast food restaurant chain", "sitelinks": 14, "importance": 0.3906, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1360 +{"wikidata_id": "Q406798", "display_name": "Air Arabia", "legal_name": null, "aliases": [], "website": "https://www.airarabia.com", "canonical_domain": "airarabia.com", "country": "AE", "hq_city": "Sharjah", "hq_region": "Emirate of Sharjah", "lat": 25.3375, "lon": 55.41194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Arabia_Logo.svg", "description": "Emirati low-cost airline based in Sharjah, UAE", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q406803"}, {"related_domain_conflict": "Q406794"}, {"related_domain_conflict": "Q79467978"}]}
1361 +{"wikidata_id": "Q473231", "display_name": "Gulf Air", "legal_name": null, "aliases": ["GF", "GFA", "Gulf Airlines", "Gulf Airways", "Gulfair"], "website": "https://www.gulfair.com", "canonical_domain": "gulfair.com", "country": "BH", "hq_city": "Al-Muharraq", "hq_region": "Muharraq Governorate", "lat": 26.25333, "lon": 50.60833, "industries": ["airlines"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gulf_Air_2018_wordmark.svg", "description": "flag carrier of Bahrain", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1362 +{"wikidata_id": "Q860389", "display_name": "Kuwait Airways", "legal_name": "الْخُطُوط الْجَوِّيَّة الْكُوَيْتِيَّة", "aliases": ["KU", "KAC", "Kuwait AW", "Kuwait National Airways"], "website": "https://www.kuwaitairways.com", "canonical_domain": "kuwaitairways.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["airlines"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuwait_Airways_wordmark.svg", "description": "national airline of Kuwait", "sitelinks": 40, "importance": 0.3904, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1363 +{"wikidata_id": "Q466438", "display_name": "American President Lines", "legal_name": null, "aliases": ["American President Lines Limited", "American President Lines Ltd."], "website": "https://www.apl.com", "canonical_domain": "apl.com", "country": "SG", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1848, "employees": 7400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/APL.svg", "description": "France company", "sitelinks": 11, "importance": 0.3902, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1364 +{"wikidata_id": "Q907655", "display_name": "Iraqi Republic Railways", "legal_name": "الشركة العامة لسكك الحديد", "aliases": ["ISR", "IRR", "Iraqi Railways", "Iraqi Republic Railways Company", "Iraqi State Railways"], "website": "https://www.scr.gov.iq", "canonical_domain": "scr.gov.iq", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Baghdad Governorate", "lat": 33.31528, "lon": 44.36611, "industries": ["transportation"], "industry_labels": [], "founded_year": 1905, "employees": 13358, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iraqi_State_Railways_Monogram.jpg", "description": "state-owned railway company of Iraq", "sitelinks": 10, "importance": 0.3896, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1365 +{"wikidata_id": "Q3772556", "display_name": "Winning Entertainment Group", "legal_name": null, "aliases": ["Natsume Atari", "Natsume Co.", "Ltd."], "website": "https://www.winning-ent.co.jp", "canonical_domain": "winning-ent.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.69509, "lon": 135.49377, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1987, "employees": 82, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Winning_Entertainment_Group_Logo.png", "description": "Japanese video game company", "sitelinks": 21, "importance": 0.3889, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1366 +{"wikidata_id": "Q1049624", "display_name": "Shengjing Bank", "legal_name": null, "aliases": [], "website": "https://www.shengjingbank.com.cn", "canonical_domain": "shengjingbank.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2066", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1367 +{"wikidata_id": "Q10854619", "display_name": "LG CNS", "legal_name": "LG CNS Co., Ltd.", "aliases": [], "website": "https://www.lgcns.com", "canonical_domain": "lgcns.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "064400", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136778", "name": "LG Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LGCNS_Signature.png", "description": "Provider of information technology services", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1368 +{"wikidata_id": "Q10855658", "display_name": "Greenland", "legal_name": null, "aliases": [], "website": "https://www.greenland.co.jp", "canonical_domain": "greenland.co.jp", "country": "JP", "hq_city": "Arao", "hq_region": "Kumamoto Prefecture", "lat": 32.9875, "lon": 130.46444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "9656", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "amusement park in Japan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1369 +{"wikidata_id": "Q10873941", "display_name": "China Film Group Co.,Ltd.", "legal_name": null, "aliases": ["China Film", "China Film Co.", "Ltd."], "website": "https://www.zgdygf.com", "canonical_domain": "zgdygf.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "600977", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4354972", "name": "China Film Group Corporation"}, "logo_url": null, "description": "Chinese state-owned film company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1370 +{"wikidata_id": "Q10876574", "display_name": "KGI Financial Holding", "legal_name": null, "aliases": [], "website": "https://www.kgi.com", "canonical_domain": "kgi.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "2883", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KGI_Financial_logo.png", "description": "a Financial Holding Corporation in Taiwan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1371 +{"wikidata_id": "Q10906081", "display_name": "Bonjour Holdings", "legal_name": null, "aliases": [], "website": "https://www.bonjourhk.com", "canonical_domain": "bonjourhk.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "0653", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cosmetics company in Hong Kong", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1372 +{"wikidata_id": "Q10926936", "display_name": "Cathay Financial Holding", "legal_name": null, "aliases": ["Cathay Financial Holdings Co.", "Ltd."], "website": "https://www.cathayholdings.com", "canonical_domain": "cathayholdings.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "2882", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1373 +{"wikidata_id": "Q10931663", "display_name": "Kotobukiya", "legal_name": null, "aliases": [], "website": "https://www.kotobukiya.co.jp", "canonical_domain": "kotobukiya.co.jp", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "7809", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1374 +{"wikidata_id": "Q10933886", "display_name": "Taipei Star Bank", "legal_name": "Taipei Star Bank", "aliases": ["Bank of Taipei", "Taipei Star Bank Co.", "Ltd."], "website": "https://www.taipeistarbank.com.tw", "canonical_domain": "taipeistarbank.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "5863", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11081130", "name": "Shin Kong Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taipei_Star_Bank_logo_2017.svg", "description": "commercial bank in northern Taiwan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1375 +{"wikidata_id": "Q10934832", "display_name": "Softstar Entertainment", "legal_name": null, "aliases": ["Softstar", "Softstar Entertainment Inc.", "Softstar Information Co.", "Ltd.", "大宇资讯"], "website": "https://www.softstar.com.tw", "canonical_domain": "softstar.com.tw", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["entertainment", "gaming"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "6111", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan computer game company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1376 +{"wikidata_id": "Q10940359", "display_name": "Bank of Tianjin", "legal_name": null, "aliases": ["Bank of Tianjin Co.", "Ltd."], "website": "https://www.tccb.com.cn", "canonical_domain": "tccb.com.cn", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["banking"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "1578", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in China", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1377 +{"wikidata_id": "Q10940578", "display_name": "Ten Fu Group", "legal_name": null, "aliases": [], "website": "https://www.tenfu.com", "canonical_domain": "tenfu.com", "country": "CN", "hq_city": "Fujian", "hq_region": "People's Republic of China", "lat": 25.9, "lon": 118.3, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "6868", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese tea company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1378 +{"wikidata_id": "Q11061887", "display_name": "GF Securities Company Limited", "legal_name": null, "aliases": [], "website": "https://www.gf.com.cn", "canonical_domain": "gf.com.cn", "country": "CN", "hq_city": "Guangfa Securities Headquarters", "hq_region": "Guangzhou", "lat": 23.124, "lon": 113.3262, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000776", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GF_Securities_Logo.png", "description": "Chinese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1379 +{"wikidata_id": "Q11074158", "display_name": "Silicon Motion", "legal_name": null, "aliases": [], "website": "https://www.siliconmotion.com", "canonical_domain": "siliconmotion.com", "country": "TW", "hq_city": "Zhubei City", "hq_region": "Hsinchu County", "lat": 24.83333, "lon": 121.0, "industries": ["technology"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "SIMO", "exchange": "Nasdaq", "lei": null, "sec_cik": "1329394", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silicon_Motion_logo.svg", "description": "American-Taiwanese electronics technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1329394", "enriched_at": "2026-09-13T07:23:15+00:00"}}
1380 +{"wikidata_id": "Q11201240", "display_name": "GMO Internet Group", "legal_name": null, "aliases": ["Global Media Online", "Inc."], "website": "https://group.gmo", "canonical_domain": "group.gmo", "country": "JP", "hq_city": "Sakuragaokachō", "hq_region": "Shibuya", "lat": 35.65549, "lon": 139.70081, "industries": ["internet", "manufacturing"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "9449", "exchange": "Tokyo Stock Exchange", "lei": "529900BFZEY3BESHBW90", "sec_cik": "1354314", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GMO_logo.svg", "description": "Japanese internet conglomerate", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1381 +{"wikidata_id": "Q11286389", "display_name": "Hyundai Elevator", "legal_name": null, "aliases": [], "website": "https://www.hyundaielevator.co.kr", "canonical_domain": "hyundaielevator.co.kr", "country": "KR", "hq_city": "Chungju", "hq_region": "North Chungcheong", "lat": 36.97056, "lon": 127.93222, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "017800", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Elevator_logo.svg", "description": "South Korean Elevator Manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1382 +{"wikidata_id": "Q11297548", "display_name": "Kewpie Corporation", "legal_name": "食品工業株式会社", "aliases": ["Kewpie", "Q.P. Corporation"], "website": "https://www.kewpie.co.jp", "canonical_domain": "kewpie.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "2809", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kewpie_logo.png", "description": "Japanese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1383 +{"wikidata_id": "Q11333792", "display_name": "Furyu Corporation", "legal_name": null, "aliases": ["FuRyu", "FURYU", "FuRyu Corporation"], "website": "https://www.furyu.jp", "canonical_domain": "furyu.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "6238", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Furyu_logo.svg", "description": "business enterprise", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1384 +{"wikidata_id": "Q11346634", "display_name": "Round One Entertainment", "legal_name": null, "aliases": ["ROUND ONE", "ROUND ONE Corporation", "ROUND ONE JAPAN", "Round1", "ROUND1", "TROUND ONE"], "website": "https://www.round1-group.co.jp", "canonical_domain": "round1-group.co.jp", "country": "JP", "hq_city": "Namba", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["entertainment", "retail"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4680", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Round1_logo.png", "description": "Japanese amusement retail chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1385 +{"wikidata_id": "Q11404108", "display_name": "Hokuetsu Kishu Paper", "legal_name": "Hokuetsu Kishu Paper Co., Ltd.", "aliases": ["Hokuetsu Corporation", "Hokuetsu Kishu Paper Co.", "Ltd.", "Hokuetsu Paper Mills"], "website": "https://www.hokuetsu-kishu.jp", "canonical_domain": "hokuetsu-kishu.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "3865", "exchange": "Tokyo Stock Exchange", "lei": "549300CBTMD053ZJ7C79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hokuetsu_company_logo.svg", "description": "Japanese paper milling company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1386 +{"wikidata_id": "Q11464265", "display_name": "Ono Pharmaceutical", "legal_name": null, "aliases": ["Ono Pharmaceutical Co. Ltd"], "website": "https://www.ono.co.jp", "canonical_domain": "ono.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "4528", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ono_Pharmaceutical_company_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1387 +{"wikidata_id": "Q11582081", "display_name": "Sagami Rubber Industries", "legal_name": null, "aliases": [], "website": "https://www.sagami-gomu.co.jp", "canonical_domain": "sagami-gomu.co.jp", "country": "JP", "hq_city": "Atsugi", "hq_region": "Kanagawa Prefecture", "lat": 35.44306, "lon": 139.3625, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "5194", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sagami_Rubber_industries_new_logo.png", "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1388 +{"wikidata_id": "Q11628893", "display_name": "Seibu Holdings", "legal_name": null, "aliases": [], "website": "https://www.seibuholdings.co.jp", "canonical_domain": "seibuholdings.co.jp", "country": "JP", "hq_city": "DaiyaGate Ikebukuro", "hq_region": "Minami-Ikebukuro", "lat": 35.72672, "lon": 139.71108, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "9024", "exchange": "Tokyo Stock Exchange", "lei": "353800JY9TYV9WTCN620", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seibu_holdings_logo.svg", "description": "Japanese comglomerate", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1389 +{"wikidata_id": "Q11647862", "display_name": "Kingdee", "legal_name": null, "aliases": [], "website": "https://www.kingdee.com", "canonical_domain": "kingdee.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0268", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kingdee_logo_wiki.jpg", "description": "Hong Kong Stock Exchange main board listed company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1390 +{"wikidata_id": "Q11656215", "display_name": "Kansai Super", "legal_name": null, "aliases": [], "website": "https://www.kansaisuper.co.jp", "canonical_domain": "kansaisuper.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "9919", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11656985", "name": "Kansai Food Market"}, "logo_url": null, "description": "supermarket chain named for the Kansai region of Japan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1391 +{"wikidata_id": "Q12010467", "display_name": "Weibo Corporation", "legal_name": null, "aliases": [], "website": "https://weibo.com", "canonical_domain": "weibo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "WB", "exchange": "Nasdaq", "lei": "549300Q9ID4640FE0422", "sec_cik": "1595761", "parent": null, "logo_url": null, "description": "Chinese social network company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1392 +{"wikidata_id": "Q12188937", "display_name": "Nadec", "legal_name": "الشركة الوطنية للتنمية الزراعية", "aliases": ["National Agricultural Development Company"], "website": "https://nadec.com", "canonical_domain": "nadec.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "6010", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NADEC-New-logo-.png", "description": "food Company based in Saudi Arabia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1393 +{"wikidata_id": "Q12411073", "display_name": "Kamada Ltd.", "legal_name": "קמהדע בע''מ", "aliases": [], "website": "https://www.kamada.com", "canonical_domain": "kamada.com", "country": "IL", "hq_city": "Rehovot", "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry", "SIC 2834 Pharmaceutical Preparations"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "KMDA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1567529", "parent": null, "logo_url": null, "description": "pharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1567529", "enriched_at": "2026-09-13T07:23:15+00:00"}}
1394 +{"wikidata_id": "Q12430250", "display_name": "Torrent Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.torrentpharma.com", "canonical_domain": "torrentpharma.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "TORNTPHARM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational pharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1395 +{"wikidata_id": "Q12472074", "display_name": "Aneka Tambang", "legal_name": "Aneka Tambang Tbk.", "aliases": ["Aneka Tambang (persero) Tbk", "ANEKA TAMBANG (PERSERO) TBK (PT)", "Aneka Tambang Tbk", "Tbk.", "antam", "ANTM", "PT Aneka Tambang", "PT Aneka Tambang (persero) Tbk"], "website": "https://www.antam.com", "canonical_domain": "antam.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["mining"], "industry_labels": ["gold", "mining"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ANTM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government mining company in Indonesia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1396 +{"wikidata_id": "Q12514216", "display_name": "Siantar Top", "legal_name": "Siantar Top Tbk", "aliases": ["STTP", "PT Siantar Top Tbk"], "website": "https://www.siantartop.co.id", "canonical_domain": "siantartop.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "STTP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Siantar_Top.svg", "description": "Indonesian company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1397 +{"wikidata_id": "Q12518175", "display_name": "Surya Citra Media", "legal_name": "Surya Citra Media Tbk", "aliases": ["SCMA"], "website": "https://www.scm.co.id", "canonical_domain": "scm.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "SCMA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Surya_Citra_Media.svg", "description": "Indonesian media company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1398 +{"wikidata_id": "Q12523713", "display_name": "Visi Media Asia", "legal_name": "PT Visi Media Asia Tbk", "aliases": ["VIVA"], "website": "https://www.viva.co.id", "canonical_domain": "viva.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "VIVA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1399 +{"wikidata_id": "Q1254304", "display_name": "Ngk", "legal_name": null, "aliases": ["NGK Insulators", "NGK Insulators", "Ltd.", "nippon gaishi kabushikigaisha"], "website": "https://www.ngk.co.jp", "canonical_domain": "ngk.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "5333", "exchange": "Tokyo Stock Exchange", "lei": "353800701BNCL25VYY16", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ngk_logo.svg", "description": "Japanese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1400 +{"wikidata_id": "Q13182744", "display_name": "Nepal Investment Bank Limited", "legal_name": null, "aliases": ["Nepal Investment Bank", "Nepal Investment Bank Ltd"], "website": "https://www.nibl.com.np", "canonical_domain": "nibl.com.np", "country": "NP", "hq_city": "Durbar Marg", "hq_region": "Kathmandu", "lat": 27.71, "lon": 85.3175, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "NIB", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Nepal", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1401 +{"wikidata_id": "Q13657207", "display_name": "Padini", "legal_name": null, "aliases": ["PADINI HOLDINGS BERHAD", "Padini Holdings Berhad", "Padini Holdings Bhd."], "website": "https://corporate.padini.com", "canonical_domain": "padini.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "7052", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian business", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1402 +{"wikidata_id": "Q1456473", "display_name": "Tan Chong Motor Holdings Berhad", "legal_name": null, "aliases": ["Tan Chong Motor", "TCMH", "Tan Chong Motor Holdings Bhd."], "website": "https://www.tanchonggroup.com", "canonical_domain": "tanchonggroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "4405", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian automobile manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1403 +{"wikidata_id": "Q15081643", "display_name": "Vitasoy International Holdings", "legal_name": null, "aliases": [], "website": "https://www.vitasoy.com", "canonical_domain": "vitasoy.com", "country": "HK", "hq_city": "Tuen Mun", "hq_region": "Tuen Mun District", "lat": 22.3916, "lon": 113.971, "industries": ["food-beverage", "asset-management"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "0345", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "beverage brand", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1404 +{"wikidata_id": "Q1548363", "display_name": "Magic Software Enterprises Ltd.", "legal_name": "מג'יק תעשיות תכנה בע''מ", "aliases": ["Magic", "Magic Software"], "website": "https://www.magicsoftware.com", "canonical_domain": "magicsoftware.com", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "MGIC", "exchange": "Tel Aviv Stock Exchange", "lei": "529900PT36UHAIVEFN60", "sec_cik": "876779", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magic_Logo.png", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "876779", "enriched_at": "2026-09-13T07:23:15+00:00"}}
1405 +{"wikidata_id": "Q15936124", "display_name": "O-Bank", "legal_name": null, "aliases": [], "website": "https://www.o-bank.com", "canonical_domain": "o-bank.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2897", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22074562", "name": "O-Bank Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/O-Bank_logo.svg", "description": "Taiwanese bank", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1406 +{"wikidata_id": "Q15952752", "display_name": "China Galaxy Securities", "legal_name": null, "aliases": ["China Galaxy Securities Co.", "Ltd."], "website": "https://www.chinastock.com.cn", "canonical_domain": "chinastock.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "601881", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned securities brokerage", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1407 +{"wikidata_id": "Q16175734", "display_name": "Celltrion", "legal_name": "Celltrion, Inc.", "aliases": [], "website": "https://www.celltrion.com", "canonical_domain": "celltrion.com", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "068270", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Celltrion_logo.png", "description": "South Korean biopharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q30260343"}]}
1408 +{"wikidata_id": "Q16926339", "display_name": "Infortrend", "legal_name": null, "aliases": [], "website": "https://www.infortrend.com", "canonical_domain": "infortrend.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["computer storage media"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2495", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infortrend_logo.svg", "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1409 +{"wikidata_id": "Q16957715", "display_name": "China Machinery Engineering Corporation", "legal_name": null, "aliases": ["CMEC"], "website": "https://www.cmec.com", "canonical_domain": "cmec.com", "country": "CN", "hq_city": "Xicheng District", "hq_region": "Beijing", "lat": 39.91, "lon": 116.36, "industries": ["construction"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "1829", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7524901", "name": "Sinomach"}, "logo_url": null, "description": "construction and engineering company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1410 +{"wikidata_id": "Q17027991", "display_name": "Sunny Optical Technology (Group) Company Limited", "legal_name": null, "aliases": ["Sunny Optical", "Sunny Optical Technology", "Sunny Optical Technology (Group) Co. Ltd.", "Sunny Optical Technology (Group) Co.", "Ltd."], "website": "https://www.sunnyoptical.com", "canonical_domain": "sunnyoptical.com", "country": "CN", "hq_city": "Yuyao City", "hq_region": "Ningbo", "lat": 30.0372, "lon": 121.15463, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "2382", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese optics manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1411 +{"wikidata_id": "Q17049674", "display_name": "Imperial Hotel", "legal_name": "Imperial Hotel, Ltd.", "aliases": ["Ltd."], "website": "https://www.imperialhotel.co.jp", "canonical_domain": "imperialhotel.co.jp", "country": "JP", "hq_city": "Uchisaiwaichō", "hq_region": "Chiyoda", "lat": 35.67, "lon": 139.75611, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "9708", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel chain in Japan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1412 +{"wikidata_id": "Q17086814", "display_name": "United Spirits Limited", "legal_name": null, "aliases": [], "website": "https://www.theubgroup.com", "canonical_domain": "theubgroup.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1826, "employees": null, "public_company": true, "ticker": "MCDOWELL-N", "exchange": "National Stock Exchange of India", "lei": "3358004YFWQVX2EZDE82", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian alcoholic beverages company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1413 +{"wikidata_id": "Q18342621", "display_name": "IHH Healthcare", "legal_name": null, "aliases": ["Ihh Healthcare", "Ihh Healthcare Berhad", "Ihh Healthcare Bhd."], "website": "https://www.ihhhealthcare.com", "canonical_domain": "ihhhealthcare.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "5225", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Private healthcare company headquartered in Kuala Lumpur, Malaysia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1414 +{"wikidata_id": "Q18651250", "display_name": "Shanghai Shentong Metro Group Co., Ltd.", "legal_name": null, "aliases": ["Shentong Metro Group"], "website": "https://www.shmetro.com", "canonical_domain": "shmetro.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["transportation"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "600834", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15909588", "name": "Shanghai Jiushi Corporation"}, "logo_url": null, "description": "Chinese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1415 +{"wikidata_id": "Q19605389", "display_name": "Kenon Holdings Ltd", "legal_name": "קנון הולדינגס", "aliases": [], "website": "https://www.kenon-holdings.com", "canonical_domain": "kenon-holdings.com", "country": "IL", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["utilities"], "industry_labels": ["SIC 4911 Electric Services"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "KEN", "exchange": "Tel Aviv Stock Exchange", "lei": "254900N5LVBX92GMVN72", "sec_cik": "1611005", "parent": null, "logo_url": null, "description": "Public corporation owned by Idan Ofer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1611005", "enriched_at": "2026-09-13T07:23:15+00:00"}}
1416 +{"wikidata_id": "Q19670967", "display_name": "Everest Bank Limited", "legal_name": null, "aliases": ["Everest Bank", "Everest Bank Ltd"], "website": "https://www.everestbankltd.com", "canonical_domain": "everestbankltd.com", "country": "NP", "hq_city": "Lazimpat", "hq_region": "Kathmandu", "lat": 27.715, "lon": 85.31, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "EBL", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Nepal", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1417 +{"wikidata_id": "Q20022866", "display_name": "Golden Power Group", "legal_name": null, "aliases": ["GOLDEN POWER GROUP HOLDINGS LIMITED"], "website": "https://www.goldenpower.com", "canonical_domain": "goldenpower.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["energy"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "8038", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golden_Power_Logo.png", "description": "battery manufacturer stationed in Hong Kong", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1418 +{"wikidata_id": "Q21006062", "display_name": "Malaysian Resources Corporation Berhad", "legal_name": null, "aliases": ["MALAYSIAN RESOURCES CORPORATION BERHAD", "MRCB", "Malaysian Resources Corporation Bhd."], "website": "https://www.mrcb.com.my", "canonical_domain": "mrcb.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "1651", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Malaysian_Resources_Corporation_Berhad_logo.png", "description": "Malaysian construction and property development company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1419 +{"wikidata_id": "Q21006081", "display_name": "Vantris Energy", "legal_name": null, "aliases": ["Sapura Energy", "Vantris Energy Berhad", "Vantris Energy Bhd."], "website": "https://vantrisenergy.com", "canonical_domain": "vantrisenergy.com", "country": "MY", "hq_city": "Mines Wellness City", "hq_region": "Seri Kembangan", "lat": 3.03333, "lon": 101.71667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "5218", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sapura_Energy_Logo.svg", "description": "Malaysian energy company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1420 +{"wikidata_id": "Q2142624", "display_name": "Reliance Power", "legal_name": null, "aliases": ["RP"], "website": "https://www.reliancepower.co.in", "canonical_domain": "reliancepower.co.in", "country": "IN", "hq_city": "Navi Mumbai", "hq_region": "Thane district", "lat": 19.03, "lon": 73.01, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "RPOWER", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reliance_Power.svg", "description": "Indian energy company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1421 +{"wikidata_id": "Q23679985", "display_name": "Alkem Laboratories", "legal_name": null, "aliases": [], "website": "https://www.alkemlabs.com", "canonical_domain": "alkemlabs.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "ALKEM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational pharmaceutical company headquartered in Mumbai,", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1422 +{"wikidata_id": "Q24727812", "display_name": "Orient Securities Co., Ltd.", "legal_name": null, "aliases": ["Orient Securities", "Orient Securities Company Limited"], "website": "https://www.dfzq.com.cn", "canonical_domain": "dfzq.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600958", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orient_Securities.png", "description": "Chinese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1423 +{"wikidata_id": "Q24836492", "display_name": "East Money Information", "legal_name": null, "aliases": ["East Money", "East Money Information Co.", "Ltd."], "website": "https://www.eastmoney.com", "canonical_domain": "eastmoney.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "300059", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1424 +{"wikidata_id": "Q25431293", "display_name": "Ninebot", "legal_name": null, "aliases": [], "website": "https://www.ninebot.com", "canonical_domain": "ninebot.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "689009", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-Ninebot_%281%29.png", "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1425 +{"wikidata_id": "Q28472070", "display_name": "Beijing Enlight Media", "legal_name": null, "aliases": ["Beijing Enlight Media Co.", "Ltd.", "Enlight Media"], "website": "https://www.ewang.com", "canonical_domain": "ewang.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["media"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "300251", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese media company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1426 +{"wikidata_id": "Q2866046", "display_name": "Universal Entertainment", "legal_name": null, "aliases": ["Universal", "Aruze", "Aruze Corp", "Universal Entertainment Corporation"], "website": "https://www.universal-777.com", "canonical_domain": "universal-777.com", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.67281, "lon": 139.81728, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "6425", "exchange": "Tokyo Stock Exchange", "lei": "353800BBJTHSMSQ31V91", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1427 +{"wikidata_id": "Q29469070", "display_name": "Datang Telecom Technology", "legal_name": null, "aliases": ["Datang"], "website": "https://www.datang.com", "canonical_domain": "datang.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600198", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12989641", "name": "Datang Telecom Group"}, "logo_url": null, "description": "Chinese state telecommunication equipment company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1428 +{"wikidata_id": "Q300784", "display_name": "AAEON", "legal_name": "AAEON Technology Inc.", "aliases": [], "website": "https://www.aaeon.com", "canonical_domain": "aaeon.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "6579", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152864", "name": "ASUS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AAEON_Logo.svg", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1429 +{"wikidata_id": "Q338925", "display_name": "Orient Group", "legal_name": null, "aliases": [], "website": "https://www.china-orient.com", "canonical_domain": "china-orient.com", "country": "CN", "hq_city": "Harbin", "hq_region": "Heilongjiang", "lat": 45.75, "lon": 126.63333, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "600811", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1430 +{"wikidata_id": "Q3481392", "display_name": "Shanghai Airport Authority", "legal_name": null, "aliases": [], "website": "https://www.shanghaiairport.com", "canonical_domain": "shanghaiairport.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600009", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned enterprise", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1431 +{"wikidata_id": "Q3532080", "display_name": "Hatton National Bank", "legal_name": null, "aliases": ["HNB"], "website": "https://www.hnb.lk", "canonical_domain": "hnb.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1888, "employees": null, "public_company": true, "ticker": "HNB.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HNB_New_Logo.png", "description": "Sri Lankan banking institution", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1432 +{"wikidata_id": "Q3674725", "display_name": "Xinyi Glass", "legal_name": null, "aliases": ["Xinyi Glass Holdings Limited"], "website": "https://www.xinyiglass.com", "canonical_domain": "xinyiglass.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["materials"], "industry_labels": ["glass"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "0868", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xinyi_Glass_logo.png", "description": "Chinese glass manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1433 +{"wikidata_id": "Q372967", "display_name": "Nissan Shatai", "legal_name": null, "aliases": [], "website": "https://www.nissan-shatai.co.jp", "canonical_domain": "nissan-shatai.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.33714, "lon": 139.35615, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7222", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissan_Shatai_logo.svg", "description": "public company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1434 +{"wikidata_id": "Q3817700", "display_name": "Saudi International Petrochemical Company", "legal_name": "شركة الصحراء العالمية للبتروكيماويات", "aliases": ["Sipchem"], "website": "https://www.sipchem.com", "canonical_domain": "sipchem.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2310", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi joint stock company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1435 +{"wikidata_id": "Q3817709", "display_name": "Yanbu National Petrochemical Company", "legal_name": "شركة ينبع الوطنية للبتروكيماويات", "aliases": ["yansab"], "website": "https://www.yansab.com.sa", "canonical_domain": "yansab.com.sa", "country": "SA", "hq_city": "Yanbu", "hq_region": "Yanbu governorate", "lat": 24.08944, "lon": 38.06194, "industries": ["oil-gas"], "industry_labels": ["petrochemical product"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "2290", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yansab_Logo.svg", "description": "Saudi Basic Industries Corp", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1436 +{"wikidata_id": "Q4036978", "display_name": "Daifuku", "legal_name": null, "aliases": ["Daifuku (company)"], "website": "https://www.daifuku.co.jp", "canonical_domain": "daifuku.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "DAIUF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": "1762831", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daifuku_company_logo.svg", "description": "Japanese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1762831", "enriched_at": "2026-09-13T07:23:15+00:00"}}
1437 +{"wikidata_id": "Q4042172", "display_name": "Kerry Properties", "legal_name": null, "aliases": ["Kerry Properties Limited"], "website": "https://www.kerryprops.com", "canonical_domain": "kerryprops.com", "country": "HK", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "0683", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1438 +{"wikidata_id": "Q4166322", "display_name": "DEN Networks", "legal_name": null, "aliases": [], "website": "https://dennetworks.com", "canonical_domain": "dennetworks.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["retail"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "DEN", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "television distribution company in India", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1439 +{"wikidata_id": "Q4166498", "display_name": "Al Bilad Bank", "legal_name": "بنك البلاد", "aliases": [], "website": "https://www.bankalbilad.com", "canonical_domain": "bankalbilad.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "1140", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Saudi-Arabia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1440 +{"wikidata_id": "Q4207186", "display_name": "Haw Par Corporation", "legal_name": null, "aliases": ["Haw Par Corporation Limited"], "website": "https://www.hawpar.com", "canonical_domain": "hawpar.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "HAWPF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singapore-based company bes", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1441 +{"wikidata_id": "Q4444193", "display_name": "First Media", "legal_name": "First Media Tbk", "aliases": ["KBLV"], "website": "https://www.firstmedia.com", "canonical_domain": "firstmedia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications", "media"], "industry_labels": ["telecommunications", "advertising"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "KBLV", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1442 +{"wikidata_id": "Q4587530", "display_name": "Bank of the Ryukyus", "legal_name": null, "aliases": [], "website": "https://www.ryugin.co.jp", "canonical_domain": "ryugin.co.jp", "country": "JP", "hq_city": "Naha", "hq_region": "Ryukyu Kingdom", "lat": 26.21222, "lon": 127.67917, "industries": ["banking"], "industry_labels": ["bank", "economics of banking"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8399", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_the_Ryukyus_logo.svg", "description": "bank in Okinawa", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1443 +{"wikidata_id": "Q4642867", "display_name": "President Chain Store Corporation", "legal_name": "統一超商股份有限公司", "aliases": ["7-Eleven Taiwan", "PCSC"], "website": "https://www.7-11.com.tw", "canonical_domain": "7-11.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "2912", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7884615", "name": "Uni-President Enterprises Corporation"}, "logo_url": null, "description": "Operator of 7-Eleven in Taiwan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1444 +{"wikidata_id": "Q4643844", "display_name": "7 Days Inn", "legal_name": null, "aliases": [], "website": "https://www.7daysinn.cn", "canonical_domain": "7daysinn.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "SVN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel chain headquartered in Guangzhou, China", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1445 +{"wikidata_id": "Q4732553", "display_name": "Allied Bank Limited", "legal_name": null, "aliases": ["ABL"], "website": "https://www.abl.com", "canonical_domain": "abl.com", "country": "PK", "hq_city": "Lahore", "hq_region": "Lahore District", "lat": 31.54972, "lon": 74.34361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "ABL", "exchange": "Pakistan Stock Exchange", "lei": "529900X6XIDYH83WGV81", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Allied_Bank_Limited_logo_%282022%29.png", "description": "commercial bank in Pakistan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1446 +{"wikidata_id": "Q4746155", "display_name": "Amidar The Israeli National Public Housing Company", "legal_name": "עמידר,החברה הלאומית לשיכון בישראל בע\"מ", "aliases": [], "website": "https://www.amidar.co.il", "canonical_domain": "amidar.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "AMDR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned housing company in Israel", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1447 +{"wikidata_id": "Q4762082", "display_name": "Salomon A.angel Ltd.", "legal_name": "שלמה א. אנג'ל בע''מ", "aliases": [], "website": "https://www.angel.co.il", "canonical_domain": "angel.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["food-beverage"], "industry_labels": ["bakery"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "ANGL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Largest commercial bakery in Israel", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1448 +{"wikidata_id": "Q4805829", "display_name": "Ashot - Ashkelon Industries Ltd.", "legal_name": "עשות - אשקלון תעשיות בע''מ", "aliases": [], "website": "https://www.ashot.co.il", "canonical_domain": "ashot.co.il", "country": "IL", "hq_city": "Ashkelon", "hq_region": "Ashkelon Subdistrict", "lat": 31.66583, "lon": 34.56639, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aviation"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "ASHO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1449 +{"wikidata_id": "Q4857049", "display_name": "Banpu", "legal_name": null, "aliases": ["BANPU", "Banpu Public Company", "Banpu Public Company Limited", "Banpu Public Co.", "Ltd."], "website": "https://www.banpu.com", "canonical_domain": "banpu.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "BANPU", "exchange": "Stock Exchange of Thailand", "lei": "529900AJ2Z6SUR6TSW75", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Banpu_logo.svg", "description": "energy company based in Thailand", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1450 +{"wikidata_id": "Q4891936", "display_name": "Berjaya Group", "legal_name": null, "aliases": ["BERJAYA CORPORATION BERHAD", "Berjaya Group Berhad", "Raleigh Berhad", "Berjaya Corporation Berhad", "Berjaya Corporation Bhd."], "website": "https://www.berjaya.com.my", "canonical_domain": "berjaya.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "3395", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian Public Listed Corporation", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q139387541"}]}
1451 +{"wikidata_id": "Q4901117", "display_name": "Bharat Forge", "legal_name": null, "aliases": [], "website": "https://www.bharatforge.com", "canonical_domain": "bharatforge.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": [], "industry_labels": ["forging"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "BHARATFORG", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6354966", "name": "Kalyani Group"}, "logo_url": null, "description": "Indian stock company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1452 +{"wikidata_id": "Q4921980", "display_name": "Land and Houses", "legal_name": null, "aliases": ["Land And Houses", "Land And Houses Public Company Limited", "Land And House Public Co.", "Ltd.", "Land And House Public Company Limited"], "website": "https://www.lh.co.th", "canonical_domain": "lh.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "LH", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai real-estate based company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1453 +{"wikidata_id": "Q494136", "display_name": "SK Inc.", "legal_name": "SK Inc.", "aliases": ["SK", "SK Holdings"], "website": "https://www.sk-inc.com", "canonical_domain": "sk-inc.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "003600", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": "1947998", "parent": null, "logo_url": null, "description": "holding company of SK Group", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1454 +{"wikidata_id": "Q5069166", "display_name": "Cham Bank", "legal_name": null, "aliases": [], "website": "https://www.chambank.com", "canonical_domain": "chambank.com", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["banking"], "industry_labels": ["Sharia-compliant banking"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "CHB", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Alcham_Alislami.gif", "description": "Islamic bank in Syria", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1455 +{"wikidata_id": "Q5100188", "display_name": "CTBC Financial Holding", "legal_name": "中國信託金融控股股份有限公司", "aliases": ["Chinatrust Financial Holding", "CTBC", "CTBC Holding"], "website": "https://www.ctbcholding.com", "canonical_domain": "ctbcholding.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2891", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1456 +{"wikidata_id": "Q5152468", "display_name": "Commercial Bank of Ceylon", "legal_name": null, "aliases": ["CBC", "ComBank"], "website": "https://www.combank.lk", "canonical_domain": "combank.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "COMB.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Commercial_Bank_logo.svg", "description": "Sri Lankan commercial bank", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1457 +{"wikidata_id": "Q5192364", "display_name": "Cuckoo Electronics", "legal_name": null, "aliases": ["Cuckoo Malaysia"], "website": "https://www.cuckoo.co.kr", "canonical_domain": "cuckoo.co.kr", "country": "KR", "hq_city": "Yangsan", "hq_region": "South Gyeongsang", "lat": 35.33861, "lon": 129.03861, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "192400", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean manufacturing firm", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1458 +{"wikidata_id": "Q5208707", "display_name": "Dah Sing Bank Limited", "legal_name": null, "aliases": [], "website": "https://www.dahsing.com", "canonical_domain": "dahsing.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "2356", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DSB_Image.jpg", "description": "Hong Kong-based bank", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10935561"}]}
1459 +{"wikidata_id": "Q5215970", "display_name": "Dangdang", "legal_name": null, "aliases": [], "website": "https://www.dangdang.com", "canonical_domain": "dangdang.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "DANG", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dangdang_logo.png", "description": "organization", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1460 +{"wikidata_id": "Q5226584", "display_name": "Dashang Group", "legal_name": null, "aliases": [], "website": "https://www.dsjt.com", "canonical_domain": "dsjt.com", "country": "CN", "hq_city": "Dalian", "hq_region": "Liaoning", "lat": 38.9, "lon": 121.6, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "600694", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "retail company based in Dalian", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1461 +{"wikidata_id": "Q5295832", "display_name": "KG Steel", "legal_name": "KG Dongbu Steel Co., Ltd.", "aliases": ["Dongbu Steel", "KG Dongbu Steel"], "website": "https://www.kg-steel.co.kr", "canonical_domain": "kg-steel.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "016380", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_KG_Steel_%28South_Korea%29.png", "description": "South Korean metals company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1462 +{"wikidata_id": "Q5367351", "display_name": "Elron Ventures Ltd", "legal_name": "אלרון ונצ'רס בע''מ", "aliases": [], "website": "https://www.elron.com", "canonical_domain": "elron.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "ELRN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2906460", "name": "Discount Investment Corp. Ltd."}, "logo_url": null, "description": "Israeli technology holding company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1463 +{"wikidata_id": "Q5513791", "display_name": "GMR Group", "legal_name": null, "aliases": ["GMR"], "website": "https://www.gmrgroup.co.in", "canonical_domain": "gmrgroup.co.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "GMRINFRA", "exchange": "National Stock Exchange of India", "lei": "3358008S2MTRWZ255P70", "sec_cik": null, "parent": null, "logo_url": null, "description": "an infrastructural company headquartered in Bengaluru", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1464 +{"wikidata_id": "Q5520412", "display_name": "Gamuda Berhad", "legal_name": null, "aliases": ["GAMUDA BERHAD", "Gamuda Bhd."], "website": "https://www.gamuda.com.my", "canonical_domain": "gamuda.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "5398", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "engineering, property and infrastructure company based in Malaysia", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1465 +{"wikidata_id": "Q55635834", "display_name": "Tianqi Lithium", "legal_name": null, "aliases": [], "website": "https://www.tianqilithium.com", "canonical_domain": "tianqilithium.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "002466", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese mining and manufacturing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1466 +{"wikidata_id": "Q5568612", "display_name": "Glenmark Pharmaceuticals", "legal_name": null, "aliases": [], "website": "https://www.glenmarkpharma.com", "canonical_domain": "glenmarkpharma.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "GLENMARK", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational pharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1467 +{"wikidata_id": "Q5635861", "display_name": "HSBC Bank", "legal_name": "HSBC Bank (Taiwan) Limited", "aliases": ["HBTW", "HSBC Taiwan"], "website": "https://www.hsbc.com.tw", "canonical_domain": "hsbc.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "5872", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q190464", "name": "HSBC"}, "logo_url": null, "description": "foreign bank to incorporate locally in Taiwan since 2009", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1468 +{"wikidata_id": "Q5654441", "display_name": "Harbin Electric", "legal_name": null, "aliases": [], "website": "https://www.harbin-electric.com", "canonical_domain": "harbin-electric.com", "country": "CN", "hq_city": "Harbin", "hq_region": "Heilongjiang", "lat": 45.75, "lon": 126.63333, "industries": ["energy"], "industry_labels": ["power station"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "1133", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Harbin_Electronic_Corporation_logo.svg", "description": "Manufacturer of power plant equipment", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1469 +{"wikidata_id": "Q5738371", "display_name": "Herfy", "legal_name": "هرفي", "aliases": [], "website": "https://www.herfy.com", "canonical_domain": "herfy.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["food-beverage"], "industry_labels": ["gastronomy", "quick service restaurant sector"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "6002", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D9%87%D8%B1%D9%81%D9%8A_%D8%A7%D9%84%D8%B3%D8%B9%D9%88%D8%AF%D9%8A%D8%A9.jpg", "description": "Saudi fast food restaurant chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1470 +{"wikidata_id": "Q5738817", "display_name": "Heritage Foods", "legal_name": null, "aliases": [], "website": "https://www.heritagefoods.in", "canonical_domain": "heritagefoods.in", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["agriculture"], "industry_labels": ["agribusiness"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "HERITGFOOD", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian food and agriculture company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1471 +{"wikidata_id": "Q5765159", "display_name": "Himax", "legal_name": null, "aliases": [], "website": "https://www.himax.com.tw", "canonical_domain": "himax.com.tw", "country": "TW", "hq_city": "Tainan", "hq_region": "Taiwan", "lat": 22.99, "lon": 120.185, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "HIMX", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese fabless semiconductor manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1472 +{"wikidata_id": "Q5911779", "display_name": "Hotel New Grand", "legal_name": null, "aliases": [], "website": "https://www.hotel-newgrand.co.jp", "canonical_domain": "hotel-newgrand.co.jp", "country": "JP", "hq_city": "Yamashitachō", "hq_region": "Naka-ku", "lat": 35.44517, "lon": 139.64941, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "9720", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel in Naka-ku, Yokohama", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1473 +{"wikidata_id": "Q5962271", "display_name": "Hysan Development Company Limited", "legal_name": null, "aliases": ["Hennessy Development Company Limited", "Hysan", "Hysan Development", "Hysan Development Co. Ltd.", "Hysan Development Co.", "Ltd."], "website": "https://www.hysan.com.hk", "canonical_domain": "hysan.com.hk", "country": "CN", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "HYSNY", "exchange": "OTC Markets Group", "lei": "5299007BABFLKIH9HL03", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong real estate developer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1474 +{"wikidata_id": "Q5962586", "display_name": "IPARK Hyundai Development Company", "legal_name": "HDC Hyundai Development Company", "aliases": [], "website": "https://hdc-dvp.com", "canonical_domain": "hdc-dvp.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "012630", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HDC_Hyundai_Development_Company_logo.svg", "description": "South Korean company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1475 +{"wikidata_id": "Q5969993", "display_name": "IDEC Corporation", "legal_name": null, "aliases": [], "website": "https://jp.idec.com", "canonical_domain": "idec.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["manufacturing"], "industry_labels": ["automation"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "6652", "exchange": "Tokyo Stock Exchange", "lei": "549300IK65EAUBBKMM27", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturer of industrial automation products", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1476 +{"wikidata_id": "Q6019276", "display_name": "India Cements", "legal_name": null, "aliases": ["The India Cements Limited"], "website": "https://www.indiacements.co.in", "canonical_domain": "indiacements.co.in", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "INDIACEM", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian cement manufacturing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1477 +{"wikidata_id": "Q6035779", "display_name": "Rami Levi Chain Stores Hashikma Marketing 2006 Ltd", "legal_name": "רשת חנויות רמי לוי שיווק השיקמה 2006 בע''מ", "aliases": [], "website": "https://www.rami-levy.co.il", "canonical_domain": "rami-levy.co.il", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["retail", "telecommunications"], "industry_labels": ["retail", "telecommunications industry", "mobile phone industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "RMLI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "third largest Israeli retail supermarket chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6333598"}]}
1478 +{"wikidata_id": "Q60571035", "display_name": "Pharmaniaga", "legal_name": null, "aliases": ["Pharmaniaga Berhad", "PHARMANIAGA BERHAD", "Pharmaniaga Bhd."], "website": "https://www.pharmaniaga.com", "canonical_domain": "pharmaniaga.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["healthcare", "pharmaceuticals"], "industry_labels": ["health care", "pharmaceutical industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "7081", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pharmaniaga_logo.png", "description": "Malaysian pharmaceutical company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1479 +{"wikidata_id": "Q60788291", "display_name": "Sembcorp", "legal_name": null, "aliases": ["Sembcorp Industries Limited", "Sembawang Corporation Industries Limited"], "website": "https://www.sembcorp.com", "canonical_domain": "sembcorp.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SCRPF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Energy and urban development company in Singapore", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1480 +{"wikidata_id": "Q6136958", "display_name": "Taichung Commercial Bank", "legal_name": null, "aliases": ["Taichung Bank", "Taichung Commercial Bank Co.", "Ltd."], "website": "https://www.tcbbank.com.tw", "canonical_domain": "tcbbank.com.tw", "country": "TW", "hq_city": "Taichung", "hq_region": "Taiwan", "lat": 24.14389, "lon": 120.67944, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "2812", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tcbbank_headoffice.JPG", "description": "Taiwanese bank", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1481 +{"wikidata_id": "Q618875", "display_name": "ITmedia", "legal_name": null, "aliases": ["ITmedia NEWS"], "website": "https://www.itmedia.co.jp", "canonical_domain": "itmedia.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["journalism"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2148", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": null, "description": "Japanese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1482 +{"wikidata_id": "Q6346618", "display_name": "Kagome", "legal_name": null, "aliases": ["KAGOME CO.", "LTD."], "website": "https://www.kagome.co.jp", "canonical_domain": "kagome.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "2811", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KAGOME_logo.svg", "description": "Japanese food company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1483 +{"wikidata_id": "Q6443607", "display_name": "Kumari Bank Limited", "legal_name": null, "aliases": ["Kumari Bank", "Kumari Bank Ltd"], "website": "https://www.kumaribank.com", "canonical_domain": "kumaribank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "KBL", "exchange": "Nepal Stock Exchange", "lei": "254900LT6XJDNQSUIS05", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kumari_bank_logo.gif", "description": "commercial bank of Nepal", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1484 +{"wikidata_id": "Q65261814", "display_name": "Yealink", "legal_name": null, "aliases": ["Yealink Network Technology", "Yealink Network Technology Co.", "Ltd."], "website": "https://www.yealink.com", "canonical_domain": "yealink.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "300628", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yealink_logo.png", "description": "Chinese phone manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1485 +{"wikidata_id": "Q6667106", "display_name": "Workpoint Entertainment", "legal_name": null, "aliases": ["Workpoint Entertainment Public Company Limited"], "website": "https://www.workpoint.co.th", "canonical_domain": "workpoint.co.th", "country": "TH", "hq_city": "Pathum Thani", "hq_region": "Mueang Pathum Thani", "lat": 14.05111, "lon": 100.48278, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "WORK", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Workpoint2026.svg", "description": "Thai media company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1486 +{"wikidata_id": "Q6684905", "display_name": "Lotte Chilsung", "legal_name": "Lotte Chilsung Beverage Co., Ltd.", "aliases": [], "website": "https://www.lottechilsung.co.kr", "canonical_domain": "lottechilsung.co.kr", "country": "KR", "hq_city": "Seocho-dong", "hq_region": "Seocho District", "lat": 37.48333, "lon": 127.01667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "005300", "exchange": "Korean Stock Exchange", "lei": "9884007VHCK33CNXZA95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_chilsung_beverage.png", "description": "South Korean beverage manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1487 +{"wikidata_id": "Q6850542", "display_name": "Bank of Nanjing", "legal_name": null, "aliases": [], "website": "https://www.njcb.com.cn", "canonical_domain": "njcb.com.cn", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["banking"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601009", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese commercial bank", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1488 +{"wikidata_id": "Q6899066", "display_name": "Monex Group", "legal_name": null, "aliases": [], "website": "https://www.monexgroup.jp", "canonical_domain": "monexgroup.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8698", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1346609", "parent": null, "logo_url": null, "description": "Japanese financial services company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1489 +{"wikidata_id": "Q698467", "display_name": "Yue Yuen Industrial Holdings", "legal_name": null, "aliases": [], "website": "https://www.yueyuen.com", "canonical_domain": "yueyuen.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "0551", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1490 +{"wikidata_id": "Q6994329", "display_name": "Nepal Bank Limited", "legal_name": "Nepal Bank Limited", "aliases": ["Nepal Bank", "Nepal Bank Ltd"], "website": "https://www.nepalbank.com.np", "canonical_domain": "nepalbank.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "NBL", "exchange": "Nepal Stock Exchange", "lei": "254900C6L8RLKUF1AG24", "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1491 +{"wikidata_id": "Q7080621", "display_name": "Ohara Corporation", "legal_name": null, "aliases": ["OHARA Inc."], "website": "https://www.ohara-inc.co.jp", "canonical_domain": "ohara-inc.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "5218", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ohara_company_logo.svg", "description": "Japanese manufacturing group of glass and glass-ceramics", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1492 +{"wikidata_id": "Q7164826", "display_name": "Pensonic Group", "legal_name": null, "aliases": ["Dato Chew Weng Khak", "Pensonic Holdings Berhad", "Pensonic Holdings Bhd."], "website": "https://www.pensonic.com", "canonical_domain": "pensonic.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "9997", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pensonic_logo.svg", "description": "Malaysian electronics company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1493 +{"wikidata_id": "Q7199722", "display_name": "Pixela Corporation", "legal_name": null, "aliases": [], "website": "https://www.pixela.co.jp", "canonical_domain": "pixela.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "6731", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1494 +{"wikidata_id": "Q7275093", "display_name": "Rada Electronic Industries Ltd", "legal_name": "ראדא תעשיות אלקטרוניות בע\"מ", "aliases": [], "website": "https://www.rada.com", "canonical_domain": "rada.com", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "RADA", "exchange": "Nasdaq", "lei": null, "sec_cik": "761238", "parent": {"wikidata_id": "Q112038007", "name": "Leonardo DRS"}, "logo_url": null, "description": "Israeli radar manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1495 +{"wikidata_id": "Q7292941", "display_name": "Ranhill Holdings Berhad", "legal_name": null, "aliases": ["Ranhill", "Ranhill Berhad", "RANHILL HOLDINGS BERHAD", "Ranhill Holdings Bhd."], "website": "https://www.ranhill.com.my", "canonical_domain": "ranhill.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "5272", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ranhill.svg", "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1496 +{"wikidata_id": "Q7307919", "display_name": "Regal Hotels International", "legal_name": null, "aliases": [], "website": "https://www.regalhotel.com", "canonical_domain": "regalhotel.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "0078", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RegalSymbol.svg", "description": "Hong Kong hotel operator", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1497 +{"wikidata_id": "Q7334856", "display_name": "Ringer Hut", "legal_name": null, "aliases": [], "website": "https://www.ringerhut.jp", "canonical_domain": "ringerhut.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "8200", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese fast-food restaurant chain", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1498 +{"wikidata_id": "Q7388847", "display_name": "SATS Ltd", "legal_name": null, "aliases": ["SATS", "Singapore Airport Terminal Services Limited"], "website": "https://www.sats.com.sg", "canonical_domain": "sats.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["aerospace-defense", "food-beverage"], "industry_labels": ["aircraft ground handling", "aircraft catering"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "SPASF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SATS_Ltd_Logo.svg", "description": "Singaporean airport service company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1499 +{"wikidata_id": "Q7427161", "display_name": "Saudi Research and Media Group", "legal_name": "المجموعة السعودية للأبحاث والاعلام", "aliases": ["Saudi Media Group", "Saudi Research & Marketing Group", "Saudi Research & Media Group", "Saudi Research and Marketing Group", "SRMG", "The Saudi Research and Marketing Group"], "website": "https://www.srmg.com", "canonical_domain": "srmg.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4210", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_Research_and_Media_Group_New_Logo.png", "description": "Saudi publishing company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1500 +{"wikidata_id": "Q7449209", "display_name": "SIG (Company)", "legal_name": "Semen Indonesia (Persero) Tbk", "aliases": ["SIG", "SMGR", "PT Semen Gresik", "Semen Gresik", "Semen Indonesia", "Semen Indonesia (Persero)"], "website": "https://www.sig.id", "canonical_domain": "sig.id", "country": "ID", "hq_city": "Gresik", "hq_region": "East Java", "lat": -7.1933, "lon": 112.553, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "SMGR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SIG_Logo.svg", "description": "Indonesian state-owned building materials manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1501 +{"wikidata_id": "Q7496503", "display_name": "CSPC Pharmaceutical Group", "legal_name": null, "aliases": ["China Phamaceutical Group Limited", "Shijiazhuang Pharma Group"], "website": "https://www.e-cspc.com", "canonical_domain": "e-cspc.com", "country": "CN", "hq_city": "Shijiazhuang", "hq_region": "Hebei", "lat": 38.0425, "lon": 114.51, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "1093", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company based in Shijiazhuang, Hebei, China", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1502 +{"wikidata_id": "Q750118", "display_name": "Beijing North Star", "legal_name": null, "aliases": [], "website": "https://www.beijingns.com.cn", "canonical_domain": "beijingns.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "601588", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1503 +{"wikidata_id": "Q7514985", "display_name": "Silicon Studio", "legal_name": null, "aliases": ["Silicon Studio Corporation"], "website": "https://www.siliconstudio.co.jp", "canonical_domain": "siliconstudio.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3907", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silicon_Studio_logo.svg", "description": "video game developer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1504 +{"wikidata_id": "Q7522713", "display_name": "Sing Tao News Corporation Limited", "legal_name": null, "aliases": ["Global China Group Holdings Limited", "Global China Technology Group Limited", "Perfect Treasure Holdings Limited"], "website": "https://singtaonewscorp.com", "canonical_domain": "singtaonewscorp.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["media"], "industry_labels": ["Media"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "1105", "exchange": "Hong Kong Stock Exchange", "lei": "254900M7TIYQVKDO8547", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sing_Tao_News_Corporation_Limited.svg", "description": "Hong Kong publishing group", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1505 +{"wikidata_id": "Q7524766", "display_name": "Sino-Ocean Group", "legal_name": null, "aliases": ["Sino-Ocean Land"], "website": "https://www.sinooceanland.com", "canonical_domain": "sinooceanland.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "3377", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sino-Ocean_Group.png", "description": "real estate company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1506 +{"wikidata_id": "Q753571", "display_name": "Founder Technology", "legal_name": null, "aliases": ["Fangzheng Technology"], "website": "https://www.foundertech.com", "canonical_domain": "foundertech.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "600601", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4384042", "name": "Founder Group"}, "logo_url": null, "description": "Chinese technology company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1507 +{"wikidata_id": "Q7638341", "display_name": "Sun Hung Kai & Co.", "legal_name": null, "aliases": ["SEHK:00086"], "website": "https://www.shkco.com", "canonical_domain": "shkco.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "0086", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SunHungKai%26Co_logo.svg", "description": "listed non-bank financial corporation in Hong Kong", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1508 +{"wikidata_id": "Q7677258", "display_name": "Takara Holdings", "legal_name": null, "aliases": ["Takara (Japan)", "TAKARA HOLDINGS INC."], "website": "https://www.takara.co.jp", "canonical_domain": "takara.co.jp", "country": "JP", "hq_city": "Shimogyō-ku", "hq_region": "Kyoto", "lat": 34.9875, "lon": 135.75556, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "2531", "exchange": "Tokyo Stock Exchange", "lei": "3538001CXSU150WNEY98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TaKaRa_logo.svg", "description": "company in Kyoto, Japan", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1509 +{"wikidata_id": "Q7684237", "display_name": "Tao Kae Noi", "legal_name": null, "aliases": ["Taokaenoi Food & Marketing", "Taokaenoi Food & Marketing Public Company Limited", "Taokaenoi Food & Marketing Public Co.", "Ltd."], "website": "https://www.taokaenoi.co.th", "canonical_domain": "taokaenoi.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "TKN", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai snack manufacturer", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1510 +{"wikidata_id": "Q7893684", "display_name": "Unitika", "legal_name": null, "aliases": [], "website": "https://www.unitika.co.jp", "canonical_domain": "unitika.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "3103", "exchange": "Tokyo Stock Exchange", "lei": "529900V8B6Q6I4JGE052", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unitika_company_logo.svg", "description": "Japanese company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1511 +{"wikidata_id": "Q8046044", "display_name": "YTL Power", "legal_name": null, "aliases": [], "website": "https://www.ytlpowerinternational.com", "canonical_domain": "ytlpowerinternational.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy", "utilities"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6742", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q842437", "name": "YTL Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ytlpowr-6742.png", "description": "Malysian electric utilities company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1512 +{"wikidata_id": "Q8061336", "display_name": "Yunnan Tin Company Limited", "legal_name": null, "aliases": ["Yunnan Tin"], "website": "https://www.ytl.com.cn", "canonical_domain": "ytl.com.cn", "country": "CN", "hq_city": "Kunming", "hq_region": "Yunnan", "lat": 25.04333, "lon": 102.70611, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "000960", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1513 +{"wikidata_id": "Q8069229", "display_name": "Zensho Holdings", "legal_name": "株式会社ゼンショーホールディングス", "aliases": ["Zensho", "ZENSHO"], "website": "https://www.zensho.co.jp", "canonical_domain": "zensho.co.jp", "country": "JP", "hq_city": "Kōnan", "hq_region": "Minato", "lat": 35.63142, "lon": 139.75049, "industries": ["retail"], "industry_labels": ["retail chain"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "7550", "exchange": "Tokyo Stock Exchange", "lei": "353800DYF3UDM49ITT03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZENSHO_logo.svg", "description": "restaurant holdings company", "sitelinks": 5, "importance": 0.3884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1514 +{"wikidata_id": "Q7937458", "display_name": "Viva Entertainment", "legal_name": null, "aliases": [], "website": "https://www.viva.com.ph", "canonical_domain": "viva.com.ph", "country": "PH", "hq_city": "Quezon City", "hq_region": "Metro Manila", "lat": 14.65, "lon": 121.0475, "industries": ["entertainment"], "industry_labels": ["1988 Summer Olympics", "entertainment industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Viva_Entertainment.png", "description": "Philippine media and entertainment company", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1515 +{"wikidata_id": "Q859510", "display_name": "Middle East Airlines - Air Liban", "legal_name": null, "aliases": ["MEA", "Middle East", "ME", "Middle East Airlines – Air Liban S.A.L.", "Middle East Airlines – Air Liban SAL", "Middle East Airlines Air Liban SAL"], "website": "https://www.mea.com.lb", "canonical_domain": "mea.com.lb", "country": "LB", "hq_city": "Beirut", "hq_region": "Beirut Governorate", "lat": 33.88694, "lon": 35.51306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Middle_East_Airlines_%28Lebanon%29.jpg", "description": "Flag-carrier airline of Lebanon", "sitelinks": 39, "importance": 0.3878, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1516 +{"wikidata_id": "Q2579061", "display_name": "Futabasha", "legal_name": null, "aliases": [], "website": "https://www.futabasha.co.jp", "canonical_domain": "futabasha.co.jp", "country": "JP", "hq_city": "Higashi-Gokenchō", "hq_region": "Shinjuku", "lat": 35.70729, "lon": 139.73943, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1948, "employees": 147, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Futabasha_logo.png", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3873, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1517 +{"wikidata_id": "Q19723826", "display_name": "AKR Corporindo", "legal_name": "PT AKR Corporindo Tbk", "aliases": ["AKRA", "PT AKR Corporindo Tbk."], "website": "https://www.akr.co.id", "canonical_domain": "akr.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["energy", "oil-gas", "retail", "chemicals"], "industry_labels": ["energy", "petroleum", "wholesale", "basic industry and chemicals sector"], "founded_year": 1977, "employees": 2452, "public_company": true, "ticker": "AKRA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.3859, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1518 +{"wikidata_id": "Q6066851", "display_name": "Iran Post", "legal_name": null, "aliases": ["Iran Post Company", "Iranian Post Company"], "website": "https://www.post.ir", "canonical_domain": "post.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": null, "employees": 16000, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "division of the Iran logistics company Iran Post Company providing international express mail services", "sitelinks": 3, "importance": 0.3859, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1519 +{"wikidata_id": "Q5017235", "display_name": "Café Coffee Day", "legal_name": null, "aliases": ["CCD", "Cafe Coffee Day"], "website": "https://www.cafecoffeeday.com", "canonical_domain": "cafecoffeeday.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1996, "employees": 20135, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CCD_2.jpg", "description": "Indian coffee company", "sitelinks": 9, "importance": 0.3855, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1520 +{"wikidata_id": "Q7928543", "display_name": "Vietnam Posts and Telecommunications Group", "legal_name": null, "aliases": ["VNPT"], "website": "https://vnpt.com.vn", "canonical_domain": "vnpt.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2006, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Vietnamese telecommunications company", "sitelinks": 9, "importance": 0.3854, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1521 +{"wikidata_id": "Q1350144", "display_name": "Go First", "legal_name": null, "aliases": ["GoAir"], "website": "https://www.flygofirst.com", "canonical_domain": "flygofirst.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7959272", "name": "Wadia Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GoAir_Logo.png", "description": "Indian low-cost airline", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1522 +{"wikidata_id": "Q407343", "display_name": "Air India Express", "legal_name": null, "aliases": [], "website": "https://www.airindiaexpress.in", "canonical_domain": "airindiaexpress.in", "country": "IN", "hq_city": "Kochi", "hq_region": "Ernakulam district", "lat": 9.96667, "lon": 76.28333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q69906", "name": "Air India"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_India_Express_logo.svg", "description": "low-cost subsidiary of Air India", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1523 +{"wikidata_id": "Q553915", "display_name": "Arkia", "legal_name": null, "aliases": ["Arkia Airlines", "Arkia Israel Airlines", "Arkia Israeli Airlines", "Arkia Israeli Airlines Ltd"], "website": "https://www.arkia.com", "canonical_domain": "arkia.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6276279", "name": "Jordache Enterprises, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arkia_Israeli_logo.svg", "description": "Israeli airline", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1524 +{"wikidata_id": "Q782028", "display_name": "Game Freak", "legal_name": "株式会社ゲームフリーク", "aliases": ["Game Freak Inc.", "Taji Corp"], "website": "https://www.gamefreak.co.jp", "canonical_domain": "gamefreak.co.jp", "country": "JP", "hq_city": "Setagaya", "hq_region": "Tokyo", "lat": 35.64656, "lon": 139.65322, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GAME_FREAK_logo.svg", "description": "Japanese video game developer", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1525 +{"wikidata_id": "Q796158", "display_name": "Turkmenistan Airlines", "legal_name": null, "aliases": ["T5", "TUA", "Türkmenhowaýollary", "Туркменские авиалинии"], "website": "https://turkmenistanairlines.tm", "canonical_domain": "turkmenistanairlines.tm", "country": "TM", "hq_city": "Ashgabat", "hq_region": "Turkmenistan", "lat": 37.95, "lon": 58.38333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of Turkmenistan", "sitelinks": 38, "importance": 0.3852, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1526 +{"wikidata_id": "Q11506947", "display_name": "McDonald's Holdings Japan", "legal_name": null, "aliases": ["Mcdonald's Holdings Company (Japan)", "Ltd."], "website": "https://www.mcd-holdings.co.jp", "canonical_domain": "mcd-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": 2272, "public_company": true, "ticker": "2702", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3848, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1527 +{"wikidata_id": "Q11294875", "display_name": "Kayaba", "legal_name": null, "aliases": ["Kayaba Industry", "Kayaba Kogyo Kabushiki-gaisha", "KYB Corporation"], "website": "https://www.kyb.co.jp", "canonical_domain": "kyb.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": null, "exchange": "Tokyo Stock Exchange", "lei": "353800TNYJJSI69KPE33", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KYB_Corporation_company_logo.svg", "description": "Japanese automotive company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1528 +{"wikidata_id": "Q1155797", "display_name": "DTAC", "legal_name": null, "aliases": ["TAC", "Total Access Communication Public Company Limited", "Total Access Communication Public Co.", "Ltd."], "website": "https://www.dtac.co.th", "canonical_domain": "dtac.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q845632", "name": "Telenor"}, "logo_url": null, "description": "Thai telecommunications company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1529 +{"wikidata_id": "Q125224612", "display_name": "Kvarts", "legal_name": null, "aliases": [], "website": "https://kvarts.uz", "canonical_domain": "kvarts.uz", "country": "UZ", "hq_city": "Quvasoy", "hq_region": "Fergana Region", "lat": 40.29722, "lon": 71.98028, "industries": ["materials"], "industry_labels": ["glass production"], "founded_year": 1975, "employees": 2261, "public_company": true, "ticker": "KVTS", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kvts_logo.png", "description": "Uzbek glass manufacturer", "sitelinks": 1, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1530 +{"wikidata_id": "Q795622", "display_name": "Tata Consumer Products", "legal_name": null, "aliases": ["Tata Global Beverages"], "website": "https://www.tataconsumer.com", "canonical_domain": "tataconsumer.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": null, "exchange": "National Stock Exchange of India", "lei": "335800LOXFWU8ZQJMD12", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Global_Beverages.svg", "description": "Indian company", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1531 +{"wikidata_id": "Q806640", "display_name": "Bank Melli Iran", "legal_name": null, "aliases": ["Bank Melli", "Melli Bank", "Melli Bank Of Iran", "National Bank of Iran"], "website": "https://bmi.ir", "canonical_domain": "bmi.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1928, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": "549300DK3GGPVDIPPV39", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BmiBank_Melli_Iran-hor.svg", "description": "Iranian banking and financial services corporation", "sitelinks": 14, "importance": 0.3847, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1532 +{"wikidata_id": "Q11082286", "display_name": "Shenzhen Capchem Technology Co.,Ltd.", "legal_name": null, "aliases": ["Capchem"], "website": "https://www.capchem.com", "canonical_domain": "capchem.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["chemicals", "materials"], "industry_labels": ["chemical industry", "Functional Materials"], "founded_year": 1996, "employees": 2098, "public_company": true, "ticker": "300037", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Capchem_logo.jpg", "description": "a company specialised in electronic chemicals & functional materials", "sitelinks": 1, "importance": 0.3836, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1533 +{"wikidata_id": "Q4050811", "display_name": "Telrad Networks Ltd", "legal_name": null, "aliases": [], "website": "https://www.telrad.com", "canonical_domain": "telrad.com", "country": "IL", "hq_city": "Lod", "hq_region": "Central District", "lat": 31.95, "lon": 34.9, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1951, "employees": 2600, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1160605", "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.383, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1534 +{"wikidata_id": "Q96472502", "display_name": "Samator Indo Gas", "legal_name": "PT Samator Indo Gas Tbk", "aliases": ["AGII"], "website": "https://www.samatorgas.com", "canonical_domain": "samatorgas.com", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": 1971, "employees": 1968, "public_company": true, "ticker": "AGII", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.3827, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1535 +{"wikidata_id": "Q1143917", "display_name": "Meizu", "legal_name": null, "aliases": ["Meizu Telecom Equipment Co.", "Ltd."], "website": "https://www.meizu.com", "canonical_domain": "meizu.com", "country": "CN", "hq_city": "Zhuhai", "hq_region": "Guangdong", "lat": 22.27417, "lon": 113.57194, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meizu.svg", "description": "Chinese consumer electronics company", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1536 +{"wikidata_id": "Q909076", "display_name": "Georgian Airways", "legal_name": null, "aliases": ["Airzena", "Georgian Air", "Georgian Airlines"], "website": "https://www.georgian-airways.com", "canonical_domain": "georgian-airways.com", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Flag-carrier airline of Georgia", "sitelinks": 37, "importance": 0.3824, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1537 +{"wikidata_id": "Q1068351", "display_name": "East Nippon Expressway Company", "legal_name": "東日本高速道路株式会社", "aliases": ["East Nippon Expressway Company Limited", "NEXCO East"], "website": "https://www.e-nexco.co.jp", "canonical_domain": "e-nexco.co.jp", "country": "JP", "hq_city": "Kasumigaseki", "hq_region": "Chiyoda", "lat": 35.67382, "lon": 139.75131, "industries": ["transportation"], "industry_labels": ["Fixed facilities for road transport"], "founded_year": 2005, "employees": 2396, "public_company": false, "ticker": null, "exchange": null, "lei": "3538001KIDW45H6JDO83", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexco_east_logo.svg", "description": "company operates expressways in East Japan", "sitelinks": 12, "importance": 0.3823, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1538 +{"wikidata_id": "Q1107991", "display_name": "BharatBenz", "legal_name": null, "aliases": [], "website": "https://www.bharatbenz.com", "canonical_domain": "bharatbenz.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2011, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5209438", "name": "Daimler India Commercial Vehicles Pvt. Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BHARATBENZ_Heavy_Duty_Truck_3128_C_front_logo.Spielvogel.JPG", "description": "Daimler Truck's subsidiary under Daimler India Commercial Vehicles", "sitelinks": 13, "importance": 0.3823, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1539 +{"wikidata_id": "Q19752408", "display_name": "Pembangunan Perumahan", "legal_name": "PP (Persero) Tbk", "aliases": ["PP (Persero)", "PTPP"], "website": "https://www.ptpp.co.id", "canonical_domain": "ptpp.co.id", "country": "ID", "hq_city": "East Jakarta", "hq_region": "Jakarta", "lat": -6.21, "lon": 106.94, "industries": ["construction", "real-estate"], "industry_labels": ["construction", "real estate industry"], "founded_year": 1953, "employees": 1765, "public_company": true, "ticker": "PTPP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.3811, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1540 +{"wikidata_id": "Q866991", "display_name": "Daiso", "legal_name": null, "aliases": ["Daiso Industries Co.", "Ltd.", "Daiso Sangyo Inc."], "website": "https://www.daiso-sangyo.co.jp", "canonical_domain": "daiso-sangyo.co.jp", "country": "JP", "hq_city": null, "hq_region": "Higashihiroshima", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["variety store"], "founded_year": 1977, "employees": 745, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%80%E3%82%A4%E3%82%BD%E3%83%BC.svg", "description": "Japanese multinational variety store chain", "sitelinks": 14, "importance": 0.3805, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1541 +{"wikidata_id": "Q1050783", "display_name": "Royal Brunei Airlines", "legal_name": null, "aliases": ["BI", "RBA", "Royal Brunei"], "website": "https://www.flyroyalbrunei.com", "canonical_domain": "flyroyalbrunei.com", "country": "BN", "hq_city": "Bandar Seri Begawan", "hq_region": "Brunei-Muara District", "lat": 4.91667, "lon": 114.91667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Brunei_Airlines_logo.svg", "description": "flag carrier airline of Brunei", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1542 +{"wikidata_id": "Q1156046", "display_name": "The Pokémon Company", "legal_name": "株式会社ポケモン", "aliases": ["Pocket Monster Center Co.", "Ltd.", "Pokemon Company", "Pokémon Company", "The Pokemon Company"], "website": "https://corporate.pokemon.co.jp", "canonical_domain": "pokemon.co.jp", "country": "JP", "hq_city": "Roppongi Hills Mori Tower", "hq_region": "Roppongi", "lat": 35.66056, "lon": 139.72917, "industries": ["media", "gaming"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Pokemon_Company_text_logo.svg", "description": "Japanese brand management, production, and marketing company responsible for marketing and licensing the Pokémon franchise", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1543 +{"wikidata_id": "Q1381966", "display_name": "Flipkart", "legal_name": null, "aliases": ["Flipkart India Private Limited", "Flipkart India Pvt. Ltd."], "website": "https://www.flipkart.com", "canonical_domain": "flipkart.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800ILXPCOFAHC5V79", "sec_cik": null, "parent": {"wikidata_id": "Q483551", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flipkart_logo_%282026%29.svg", "description": "Indian electronic commerce company", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1544 +{"wikidata_id": "Q320458", "display_name": "Ibanez", "legal_name": null, "aliases": ["Ibanez Salvador"], "website": "https://www.ibanez.com", "canonical_domain": "ibanez.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["consumer-goods"], "industry_labels": ["musical instrument"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1630376", "name": "Hoshino Gakki"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ibanez_logo.svg", "description": "Japanese guitar brand", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1545 +{"wikidata_id": "Q588909", "display_name": "Nepal Airlines", "legal_name": null, "aliases": ["Royal Nepal Airlines"], "website": "https://nepalairlines.com.np", "canonical_domain": "nepalairlines.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier airline of Nepal", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1546 +{"wikidata_id": "Q721994", "display_name": "Shanghai Airlines", "legal_name": null, "aliases": ["FM", "CSH", "Shanghai Air"], "website": "https://www.shanghai-air.com", "canonical_domain": "shanghai-air.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291796", "name": "China Eastern Airlines"}, "logo_url": null, "description": "airline headquartered in the Jing'an District, Shanghai, People's Republic of China", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1547 +{"wikidata_id": "Q863432", "display_name": "biman-airlines.com", "legal_name": null, "aliases": ["Biman", "Bangladesh Airlines", "Biman Bangladesh"], "website": "https://www.biman-airlines.com", "canonical_domain": "biman-airlines.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q25209250", "name": "Ministry of Civil Aviation and Tourism"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Biman_Airlines_logo.svg", "description": "National airline of Bangladesh", "sitelinks": 36, "importance": 0.3796, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1548 +{"wikidata_id": "Q130483353", "display_name": "SG Micro", "legal_name": null, "aliases": ["SGMICRO"], "website": "https://www.sg-micro.com", "canonical_domain": "sg-micro.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["semiconductors"], "industry_labels": ["semiconductor"], "founded_year": 2007, "employees": 1, "public_company": true, "ticker": "300661", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SG_Micro.png", "description": "Chinese Semiconductor Company", "sitelinks": 4, "importance": 0.3792, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1549 +{"wikidata_id": "Q3178563", "display_name": "Jialing", "legal_name": null, "aliases": [], "website": "https://www.jialingchina.com.cn", "canonical_domain": "jialingchina.com.cn", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": 10000, "public_company": true, "ticker": null, "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1022190", "name": "China South Industries Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motos_jialing.jpg", "description": "Chinese business", "sitelinks": 3, "importance": 0.3791, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1550 +{"wikidata_id": "Q48898961", "display_name": "China Literature Limited", "legal_name": null, "aliases": ["Yuewen", "Tencent China Literature", "CHINA LIT", "China Literature Ltd.", "China Reading", "Tencent Literature", "Yuewen Group", "Cloudary Holdings Limited"], "website": "https://www.yuewen.com", "canonical_domain": "yuewen.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["entertainment"], "industry_labels": ["electronic literature", "literature industry", "entertainment industry"], "founded_year": 2015, "employees": 1470, "public_company": true, "ticker": "0772.HK", "exchange": "London Stock Exchange Group", "lei": "529900YXWIZUFHMK8W28", "sec_cik": null, "parent": {"wikidata_id": "Q860580", "name": "Tencent"}, "logo_url": null, "description": "China's leading online literature and IP incubation platform", "sitelinks": 1, "importance": 0.3785, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1551 +{"wikidata_id": "Q293494", "display_name": "Aerospace Industrial Development Corporation", "legal_name": null, "aliases": ["AIDC"], "website": "https://www.aidc.com.tw", "canonical_domain": "aidc.com.tw", "country": "TW", "hq_city": "Taichung", "hq_region": "Taiwan", "lat": 24.14389, "lon": 120.67944, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1969, "employees": 3196, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Taiwan", "sitelinks": 11, "importance": 0.3781, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1552 +{"wikidata_id": "Q10873928", "display_name": "Power China", "legal_name": null, "aliases": ["Power Construction Corporation of China"], "website": "https://www.powerchina.cn", "canonical_domain": "powerchina.cn", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PowerChina-logo.gif", "description": "company in Beijing, China", "sitelinks": 13, "importance": 0.3774, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1553 +{"wikidata_id": "Q96099932", "display_name": "Acset Indonusa", "legal_name": "PT Acset Indonusa Tbk.", "aliases": ["ACST"], "website": "https://www.acset.co", "canonical_domain": "acset.co", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["construction", "real-estate"], "industry_labels": ["construction", "real estate industry"], "founded_year": 1995, "employees": 1307, "public_company": true, "ticker": "ACST", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.3768, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1554 +{"wikidata_id": "Q1137136", "display_name": "SunExpress", "legal_name": "Güneş Ekspres Havacılık Anonim Şirketi", "aliases": ["Sun Express", "Sun Express Air", "SunExpress Air", "SunExpress Airline", "SXS", "XQ"], "website": "https://www.sunexpress.com", "canonical_domain": "sunexpress.com", "country": "TR", "hq_city": "Muratpaşa", "hq_region": "Antalya Province", "lat": 36.8825, "lon": 30.76917, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4548", "name": "Turkish Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SunExpress_Logo.svg", "description": "Turkish airline based in Antalya, Turkey", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1555 +{"wikidata_id": "Q1194689", "display_name": "Bandai Namco Entertainment", "legal_name": null, "aliases": ["Bandai Namco", "BANDAI NAMCO Entertainment", "BANDAI NAMCO Entertainment Inc.", "Bandai Namco Games", "BNEI", "BNGI", "Namco", "Namco Bandai Games"], "website": "https://www.bandainamcoent.com", "canonical_domain": "bandainamcoent.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806259", "name": "Bandai Namco Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_logo_%282022%29.svg", "description": "Japanese video game publisher", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1556 +{"wikidata_id": "Q277421", "display_name": "9GAG", "legal_name": null, "aliases": ["9gag", "9Gag"], "website": "https://9gag.com", "canonical_domain": "9gag.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["internet"], "industry_labels": ["social media"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/9gag_logo.svg", "description": "Social media website where users upload and share user-generated images and videos", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1557 +{"wikidata_id": "Q617956", "display_name": "Azerbaijan Railways", "legal_name": null, "aliases": ["ADY"], "website": "https://www.ady.az", "canonical_domain": "ady.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["transportation"], "industry_labels": ["rail and rope guided transport"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Azerbaycan_Demir_Yollari_logo.svg", "description": "National railway company of Azerbaijan", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1558 +{"wikidata_id": "Q827306", "display_name": "Proton", "legal_name": null, "aliases": ["PHB", "PROTON Holdings", "Proton Holdings Berhad", "PROTON Holdings Berhad", "PROTON Holdings Bhd"], "website": "https://www.proton.com", "canonical_domain": "proton.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1155372", "name": "DRB-HICOM"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PROTON_logo_2003.jpg", "description": "Automobile manufacturer", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1559 +{"wikidata_id": "Q853937", "display_name": "Iraqi Airways", "legal_name": null, "aliases": [], "website": "https://www.iraqiairways.com.iq", "canonical_domain": "iraqiairways.com.iq", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Mandatory Iraq", "lat": 33.31528, "lon": 44.36611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iraqi_Airways_Logo.svg", "description": "Flag-carrier airline of Iraq", "sitelinks": 35, "importance": 0.3767, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1560 +{"wikidata_id": "Q17997785", "display_name": "Agung Podomoro Land", "legal_name": "PT Agung Podomoro Land Tbk.", "aliases": ["APLN"], "website": "https://www.agungpodomoroland.com", "canonical_domain": "agungpodomoroland.com", "country": "ID", "hq_city": "West Jakarta", "hq_region": "Jakarta", "lat": -6.185, "lon": 106.731, "industries": ["retail", "real-estate"], "industry_labels": ["retail", "real estate industry"], "founded_year": 2004, "employees": 1234, "public_company": true, "ticker": "APLN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agung_Podomoro_Land_-_Logo_2023.svg", "description": "Indonesian company", "sitelinks": 1, "importance": 0.3759, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1561 +{"wikidata_id": "Q12486484", "display_name": "Indofarma", "legal_name": "Indofarma (Persero) Tbk", "aliases": ["INAF", "Indofarma Tbk."], "website": "https://www.indofarma.id", "canonical_domain": "indofarma.id", "country": "ID", "hq_city": "Bekasi", "hq_region": "West Java", "lat": -6.36591, "lon": 107.17309, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1918, "employees": 1179, "public_company": true, "ticker": "INAF", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.3753, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1562 +{"wikidata_id": "Q1192030", "display_name": "Houbunsha", "legal_name": null, "aliases": ["Hōbunsha"], "website": "https://houbunsha.com", "canonical_domain": "houbunsha.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1950, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Houbunsha_logo.png", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3745, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1563 +{"wikidata_id": "Q113830288", "display_name": "Baku Electronics", "legal_name": "Baku Electronics", "aliases": ["Baku Electronics Company", "Baku Electronics MMC"], "website": "https://www.bakuelectronics.az", "canonical_domain": "bakuelectronics.az", "country": "AZ", "hq_city": "geographic coordinate system", "hq_region": null, "lat": null, "lon": null, "industries": ["transportation", "technology", "retail"], "industry_labels": ["transport", "electronics", "retail", "consumer electronics industry"], "founded_year": 1994, "employees": 1400, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Baku_Electronics.png", "description": "Baku Electronics LLC was created as a part of \"NAB Holding\" which specialise in retail, automobile and finance sectors in 1994, in Azerbaijan.", "sitelinks": 4, "importance": 0.3741, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1564 +{"wikidata_id": "Q1480118", "display_name": "Yeti Airlines", "legal_name": null, "aliases": ["Yeti Airlines Domestic Pvt. Ltd."], "website": "https://www.yetiairlines.com", "canonical_domain": "yetiairlines.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Kathmandu, Nepal", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1565 +{"wikidata_id": "Q27070331", "display_name": "Honor", "legal_name": "Honor Device Co., Ltd.", "aliases": ["Huawei Honor"], "website": "https://www.honor.com", "canonical_domain": "honor.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q113046195", "name": "Shenzhen Zhixin New Information Technology"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Huawei_Honor_Logo.svg", "description": "Chinese smartphone brand", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1566 +{"wikidata_id": "Q477436", "display_name": "Anadolu Agency", "legal_name": null, "aliases": ["AA", "Anatolia Agency", "Anatolian Agency"], "website": "https://www.aa.com.tr", "canonical_domain": "aa.com.tr", "country": "TR", "hq_city": "Çankaya", "hq_region": null, "lat": 39.90833, "lon": 32.84611, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anadolu_Agency_logo_2023.svg", "description": "news agency in Turkey", "sitelinks": 34, "importance": 0.3738, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1567 +{"wikidata_id": "Q1050159", "display_name": "Central Nippon Expressway Company", "legal_name": "中日本高速道路株式会社", "aliases": ["NEXCO Central", "NEXCO Central Japan", "NEXCO Central Nippon"], "website": "https://www.c-nexco.co.jp", "canonical_domain": "c-nexco.co.jp", "country": "JP", "hq_city": "Sumitomo Mitsui Bank Nagoya Building", "hq_region": null, "lat": 35.16888, "lon": 136.89943, "industries": ["transportation"], "industry_labels": ["Fixed facilities for road transport"], "founded_year": 2005, "employees": 2253, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexco_central_logo.svg", "description": "company operates expressways in Central Japan", "sitelinks": 11, "importance": 0.373, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1568 +{"wikidata_id": "Q11308895", "display_name": "C’BON COSMETICS Co.,Ltd.", "legal_name": "株式会社シーボン", "aliases": [], "website": "https://www.cbon.co.jp", "canonical_domain": "cbon.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1966, "employees": 971, "public_company": true, "ticker": "4926", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3725, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1569 +{"wikidata_id": "Q1149165", "display_name": "Samyang Optics", "legal_name": null, "aliases": ["Bower", "Opteka", "Rokinon", "Samyang", "Vivitar"], "website": "https://www.lksamyang.com", "canonical_domain": "lksamyang.com", "country": "KR", "hq_city": "Masan", "hq_region": "Asan", "lat": 35.18333, "lon": 128.55, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 1972, "employees": 105, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samyang_logo.png", "description": "South Korean manufacturer of third-party camera lenses", "sitelinks": 17, "importance": 0.3714, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1570 +{"wikidata_id": "Q1584018", "display_name": "RITES", "legal_name": null, "aliases": [], "website": "https://new.rites.com", "canonical_domain": "rites.com", "country": "IN", "hq_city": "India", "hq_region": null, "lat": 22.8, "lon": 83.0, "industries": ["transportation"], "industry_labels": ["infrastructure"], "founded_year": 1974, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RITES_green_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.3713, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1571 +{"wikidata_id": "Q56000968", "display_name": "Araratbank", "legal_name": null, "aliases": [], "website": "https://araratbank.am", "canonical_domain": "araratbank.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": 869, "public_company": true, "ticker": "ARBK", "exchange": "Armenia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Armenian bank", "sitelinks": 1, "importance": 0.3709, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1572 +{"wikidata_id": "Q1035195", "display_name": "Hong Kong Airlines", "legal_name": null, "aliases": ["Hong Kong Air", "Hong Kong Airlines Ltd"], "website": "https://www.hongkongairlines.com", "canonical_domain": "hongkongairlines.com", "country": "CN", "hq_city": "Chek Lap Kok", "hq_region": "Islands District", "lat": 22.30531, "lon": 113.92183, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "Hong Kong-based airline", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1573 +{"wikidata_id": "Q106296918", "display_name": "Big Hit Music", "legal_name": null, "aliases": ["Big Hit", "Big Hit Entertainment"], "website": "https://ibighit.com", "canonical_domain": "ibighit.com", "country": "KR", "hq_city": "Yongsan District", "hq_region": "Seoul", "lat": 37.53833, "lon": 126.96556, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Hit_Music_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1574 +{"wikidata_id": "Q1073489", "display_name": "China State Railway Group", "legal_name": "中国国家铁路集团有限公司", "aliases": ["China Railway", "China Railways Corporation"], "website": "https://www.china-railway.com.cn", "canonical_domain": "china-railway.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300FQQ9DQSCWEC194", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Railways.svg", "description": "State-owned national railway company of China", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1575 +{"wikidata_id": "Q1852050", "display_name": "TP-Link", "legal_name": "TP-Link Technologies Co., Ltd.", "aliases": ["TP-Link Technologies Co.", "Ltd.", "TP-Link Systems"], "website": "https://www.tp-link.com", "canonical_domain": "tp-link.com", "country": "CN", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["technology"], "industry_labels": ["manufacture of communication equipment", "computer hardware industry", "electronics industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPLINK_Logo_2.svg", "description": "Computer networking technology company", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1576 +{"wikidata_id": "Q310107", "display_name": "airblue", "legal_name": null, "aliases": ["PA", "ABQ", "Air Blue", "AIRBLUE"], "website": "https://www.airblue.com", "canonical_domain": "airblue.com", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Airblue_Logo.svg", "description": "Pakistani low-cost airline", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1577 +{"wikidata_id": "Q354764", "display_name": "Sigma Corporation", "legal_name": null, "aliases": ["Sigma", "Kabushiki-gaisha Shiguma"], "website": "https://www.sigmaphoto.com", "canonical_domain": "sigmaphoto.com", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["photo industry", "electronics industry"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sigma%27s_new_updated_logo_revealed%2C_February_2025.svg", "description": "Japanese photography equipment manufacturer", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1578 +{"wikidata_id": "Q495372", "display_name": "Korean Stock Exchange", "legal_name": null, "aliases": ["KRX", "KRX SM"], "website": "https://www.krx.co.kr", "canonical_domain": "krx.co.kr", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TJ3RRV6Q1UEW14", "sec_cik": null, "parent": {"wikidata_id": "Q624674", "name": "Financial Services Commission"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korea_Exchange_Logo.svg", "description": "securities exchange operator in South Korea", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1579 +{"wikidata_id": "Q756172", "display_name": "Lao Airlines", "legal_name": null, "aliases": ["Lao Air", "Lao Airways"], "website": "https://www.laoairlines.com", "canonical_domain": "laoairlines.com", "country": "LA", "hq_city": "Vientiane", "hq_region": "Vientiane", "lat": 17.98, "lon": 102.63, "industries": ["airlines", "professional-services"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "the national airline of Laos, headquartered in Vientiane. It operates domestic as well as international services to such countries as Cambodia, China, Thailand, Vietnam, Singapore, and Korea", "sitelinks": 33, "importance": 0.3707, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1580 +{"wikidata_id": "Q11361587", "display_name": "Fudo Tetra", "legal_name": "株式会社不動テトラ", "aliases": [], "website": "https://www.fudotetra.co.jp", "canonical_domain": "fudotetra.co.jp", "country": "JP", "hq_city": "Nihonbashi-Koamichō", "hq_region": "Chūō", "lat": 35.68206, "lon": 139.78106, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1947, "employees": 845, "public_company": true, "ticker": "18130", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3705, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1581 +{"wikidata_id": "Q688936", "display_name": "Gazprom Armenia", "legal_name": null, "aliases": ["Armrosgazprom", "ArmRosGazprom"], "website": "https://armenia-am.gazprom.com", "canonical_domain": "gazprom.com", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": 7000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q102673", "name": "Gazprom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Headquarters_of_ArmRosGazprom.JPG", "description": "oil and gas company in Armenia", "sitelinks": 9, "importance": 0.3702, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1582 +{"wikidata_id": "Q7480253", "display_name": "Tango Gameworks", "legal_name": null, "aliases": [], "website": "https://tangogameworks.com", "canonical_domain": "tangogameworks.com", "country": "JP", "hq_city": "Shibaura", "hq_region": "Minato", "lat": 35.64182, "lon": 139.74822, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": 65, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4035237", "name": "Krafton"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tango_Gameworks_wordmark.svg", "description": "Japanese video game development company", "sitelinks": 18, "importance": 0.3702, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1583 +{"wikidata_id": "Q12518092", "display_name": "Supreme Cable Manufacturing Corporation", "legal_name": "PT Supreme Cable Manufacturing & Commerce Tbk", "aliases": ["SCCO", "Supreme Cable Manufacturing & Commerce"], "website": "https://www.sucaco.com", "canonical_domain": "sucaco.com", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["manufacturing"], "industry_labels": ["cable industry"], "founded_year": 1970, "employees": 824, "public_company": true, "ticker": "SCCO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.3701, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1584 +{"wikidata_id": "Q106689901", "display_name": "Hogy Medical", "legal_name": null, "aliases": ["HOGY Medical", "HOGY Medical Co.", "Ltd.", "HOGY Medical Co.", "Ltd. (Japan)"], "website": "https://www.hogy.co.jp", "canonical_domain": "hogy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1961, "employees": 814, "public_company": true, "ticker": "3593", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Minato, Japan", "sitelinks": 1, "importance": 0.3699, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1585 +{"wikidata_id": "Q104907477", "display_name": "Seres Group", "legal_name": null, "aliases": ["Chongqing Sokon", "Chongqing Sokon Industrial Group Co", "Sokon"], "website": "https://www.seres.cn", "canonical_domain": "seres.cn", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["automotive"], "industry_labels": ["automotive industry", "motorcycle industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": null, "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Seres_Group.svg", "description": "Chinese vehicle manufacturer", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1586 +{"wikidata_id": "Q2882624", "display_name": "Bank Sepah", "legal_name": null, "aliases": ["Pahlavi Bank", "Sepah Bank"], "website": "https://www.ebanksepah.ir", "canonical_domain": "ebanksepah.ir", "country": "IR", "hq_city": "Bank Sepah Central Building (Abbas Abad)", "hq_region": "District 6", "lat": 35.74617, "lon": 51.4205, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": "549300FFC0ZUJKJ8GZ78", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BankSepah_Logo.png", "description": "Iranian banking and financial services corporation", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1587 +{"wikidata_id": "Q5099785", "display_name": "CMOC Group Limited", "legal_name": null, "aliases": [], "website": "https://www.cmoc.com", "canonical_domain": "cmoc.com", "country": "CN", "hq_city": "Henan", "hq_region": "People's Republic of China", "lat": 33.9, "lon": 113.5, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CMOC_bilingual_logo.svg", "description": "Chinese mining company", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1588 +{"wikidata_id": "Q661365", "display_name": "Ritek", "legal_name": null, "aliases": [], "website": "https://www.ritek.com", "canonical_domain": "ritek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ritek_logo_%E5%90%AB%E7%B6%B2%E5%9D%80%E5%8F%8A%E4%B8%AD%E6%96%87.jpg", "description": "company", "sitelinks": 12, "importance": 0.3697, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1589 +{"wikidata_id": "Q11282237", "display_name": "Aida Sekkei", "legal_name": null, "aliases": ["AIDA Sekkei Co.", "Ltd."], "website": "https://www.aidagroup.co.jp", "canonical_domain": "aidagroup.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": 782, "public_company": true, "ticker": "2990", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3693, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1590 +{"wikidata_id": "Q1004799", "display_name": "Bumi Resources", "legal_name": "Bumi Resources Tbk", "aliases": ["BUMI", "Tbk", "PT Bumi Resources", "PT Bumi Resources Tbk", "PT Bumi Resources", "Tbk"], "website": "https://www.bumiresources.com", "canonical_domain": "bumiresources.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["mining", "oil-gas", "energy"], "industry_labels": ["mining", "petroleum industry", "coal industry"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "BUMI", "exchange": "Indonesia Stock Exchange", "lei": "529900UUMEQCPSDKFD75", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1591 +{"wikidata_id": "Q101251708", "display_name": "Medigen Vaccine Biologics", "legal_name": null, "aliases": ["Medigen Vaccine Biologics Corporation", "MVC"], "website": "https://www.medigenvac.com", "canonical_domain": "medigenvac.com", "country": "TW", "hq_city": "Hsinchu Science Park", "hq_region": "Zhubei City", "lat": 24.78, "lon": 121.01361, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": ["biotechnology", "pharmaceutical industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "6547", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "biotech company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1592 +{"wikidata_id": "Q10294493", "display_name": "Anhui Heli", "legal_name": null, "aliases": ["Anhui Heli Company Limited"], "website": "https://www.helichina.com", "canonical_domain": "helichina.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["construction", "industrial-machinery"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600761", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heli_logo.jpg", "description": "Chinese construction equipment maker", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1593 +{"wikidata_id": "Q10426347", "display_name": "STO Express", "legal_name": null, "aliases": ["STO Express Co Ltd"], "website": "https://www.sto.cn", "canonical_domain": "sto.cn", "country": "CN", "hq_city": "Qingpu", "hq_region": "Shanghai", "lat": 31.15168, "lon": 121.11966, "industries": ["logistics", "professional-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "002468", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese delivery services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1594 +{"wikidata_id": "Q105966435", "display_name": "EVE Energy Co., Ltd", "legal_name": null, "aliases": [], "website": "https://www.evebattery.com", "canonical_domain": "evebattery.com", "country": "CN", "hq_city": "Huizhou", "hq_region": "Guangdong", "lat": 23.11147, "lon": 114.41523, "industries": ["energy"], "industry_labels": ["battery industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "300014", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "The company provides lithium batteries in China, Hong Kong, Taiwan, the United States, and Europe.", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1595 +{"wikidata_id": "Q1072571", "display_name": "Chihong Zinc and Germanium", "legal_name": null, "aliases": [], "website": "https://www.chxz.com", "canonical_domain": "chxz.com", "country": "CN", "hq_city": "Qujing", "hq_region": "Yunnan", "lat": 25.51018, "lon": 103.80287, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "600497", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government-owned corporation", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1596 +{"wikidata_id": "Q10819817", "display_name": "Silicom", "legal_name": null, "aliases": [], "website": "https://www.silicom-usa.com", "canonical_domain": "silicom-usa.com", "country": "IL", "hq_city": "Kfar-Sava", "hq_region": null, "lat": null, "lon": null, "industries": ["cloud-infrastructure"], "industry_labels": ["communication", "SIC 3576 Computer Communications Equipment"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "SILC", "exchange": "Nasdaq", "lei": "9695006Q886EUEEXOT65", "sec_cik": "916793", "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "916793", "enriched_at": "2026-09-13T07:23:16+00:00"}}
1597 +{"wikidata_id": "Q10846071", "display_name": "36Kr", "legal_name": null, "aliases": ["35Kr"], "website": "https://www.36kr.com", "canonical_domain": "36kr.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "KRKR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/36Kr_logo.png", "description": "Chinese technology news website", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1598 +{"wikidata_id": "Q10866036", "display_name": "Xiabu Xiabu", "legal_name": "呷哺呷哺餐饮管理有限公司", "aliases": ["XiabuXiabu"], "website": "https://www.xiabu.com", "canonical_domain": "xiabu.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "0520", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fast food hot pot restaurant chain in China", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1599 +{"wikidata_id": "Q10874682", "display_name": "Sino Biopharmaceutical Limited", "legal_name": null, "aliases": [], "website": "https://www.sinobiopharm.com", "canonical_domain": "sinobiopharm.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1177", "exchange": "Hong Kong Stock Exchange", "lei": "529900LPR4ADFEJAR786", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1600 +{"wikidata_id": "Q10911437", "display_name": "Xiamen C&D", "legal_name": null, "aliases": [], "website": "https://www.chinacnd.com", "canonical_domain": "chinacnd.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600153", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q123398761", "name": "State-owned Assets Supervision and Administration Commission of the People’s Government of Xiamen Municipal"}, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1601 +{"wikidata_id": "Q109412509", "display_name": "Hesai Technology", "legal_name": null, "aliases": ["Hesai Group"], "website": "https://www.hesaitech.com", "canonical_domain": "hesaitech.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "HSAI", "exchange": "Nasdaq", "lei": null, "sec_cik": "1861737", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hesai_Technology.svg", "description": "Chinese lidar company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1861737", "enriched_at": "2026-09-13T07:23:16+00:00"}}
1602 +{"wikidata_id": "Q10946952", "display_name": "EnTie Commercial Bank", "legal_name": null, "aliases": ["EnTie Bank", "Entie Commercial Bank", "Ltd."], "website": "https://www.entiebank.com.tw", "canonical_domain": "entiebank.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2849", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Entie_Bank_logo_2013.svg", "description": "Taiwanese bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1603 +{"wikidata_id": "Q10954015", "display_name": "Fuji Media Holdings", "legal_name": "Fuji Media Holdings, Inc.", "aliases": ["FUJI MEDIA HOLDINGS", "INC."], "website": "https://www.fujimediahd.co.jp", "canonical_domain": "fujimediahd.co.jp", "country": "JP", "hq_city": "FCG Building", "hq_region": "Daiba", "lat": 35.62694, "lon": 139.77444, "industries": ["media", "asset-management"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "4676", "exchange": "Tokyo Stock Exchange", "lei": "353800TG2T8DSPV7H313", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FujiMediaHoldingLogo.png", "description": "Broadcasting holding companies", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1604 +{"wikidata_id": "Q10972363", "display_name": "Himalayan Bank Limited", "legal_name": null, "aliases": ["Himalayan Bank", "Himalayan Bank Ltd"], "website": "https://www.himalayanbank.com", "canonical_domain": "himalayanbank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "HBL", "exchange": "Nepal Stock Exchange", "lei": "213800JT1H4W9XL5LT32", "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1605 +{"wikidata_id": "Q11052354", "display_name": "Shimane Bank", "legal_name": null, "aliases": [], "website": "https://www.shimagin.co.jp", "canonical_domain": "shimagin.co.jp", "country": "JP", "hq_city": "Matsue", "hq_region": "Shimane Prefecture", "lat": 35.46811, "lon": 133.04853, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "7150", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1606 +{"wikidata_id": "Q11084714", "display_name": "Fangda Steel", "legal_name": null, "aliases": [], "website": "https://www.fangda.com", "canonical_domain": "fangda.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "000055", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1607 +{"wikidata_id": "Q11086747", "display_name": "Nippon Television Holdings", "legal_name": "Nippon Television Holdings, Inc.", "aliases": ["Nippon TV Holdings", "NTV Holdings", "NTVHD"], "website": "https://www.ntvhd.co.jp", "canonical_domain": "ntvhd.co.jp", "country": "JP", "hq_city": "Nittele Tower", "hq_region": "Higashi-Shinbashi", "lat": 35.66442, "lon": 139.75991, "industries": ["media", "asset-management"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "9404", "exchange": "Tokyo Stock Exchange", "lei": "353800QI43C3H97E4W63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Television_Holdings_logo.svg", "description": "Japanese media holding company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1608 +{"wikidata_id": "Q11087085", "display_name": "China Lumena New Materials Corp.", "legal_name": null, "aliases": ["Lumena"], "website": "https://www.lumena.hk", "canonical_domain": "lumena.hk", "country": "CN", "hq_city": "Sichuan", "hq_region": "People's Republic of China", "lat": 28.26829, "lon": 117.42458, "industries": ["materials"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "0067", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1609 +{"wikidata_id": "Q11173665", "display_name": "Tottori Bank", "legal_name": null, "aliases": [], "website": "https://www.tottoribank.co.jp", "canonical_domain": "tottoribank.co.jp", "country": "JP", "hq_city": "Tottori Prefecture", "hq_region": "Japan", "lat": 35.50389, "lon": 134.2375, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8383", "exchange": "Tokyo Stock Exchange", "lei": "3538006OCSOZXT8VIP96", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1610 +{"wikidata_id": "Q11173952", "display_name": "Hung Fook Tong", "legal_name": null, "aliases": [], "website": "https://www.hungfooktong.com", "canonical_domain": "hungfooktong.com", "country": "CN", "hq_city": "Tai Po", "hq_region": "Tai Po District", "lat": 22.445, "lon": 114.17, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "1446", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Herbal tea shop chain in Hong Kong", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1611 +{"wikidata_id": "Q11174942", "display_name": "Yantian International Container Terminals", "legal_name": null, "aliases": ["Yantian Container Terminals"], "website": "https://www.yict.com.cn", "canonical_domain": "yict.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": 22.575, "lon": 114.27083, "industries": ["materials"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000088", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "container terminal in the port of Shenzhen", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1612 +{"wikidata_id": "Q11288522", "display_name": "Weds", "legal_name": null, "aliases": [], "website": "https://www.weds.co.jp", "canonical_domain": "weds.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "7551", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weds_company_logo.svg", "description": "Japanese manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1613 +{"wikidata_id": "Q11290252", "display_name": "EDION", "legal_name": null, "aliases": ["EDION Corporation"], "website": "https://www.edion.co.jp", "canonical_domain": "edion.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2730", "exchange": "Tokyo Stock Exchange", "lei": "353800697NBCW7EAHZ97", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Edion_logo.svg", "description": "Japanese electronics retailer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1614 +{"wikidata_id": "Q11294493", "display_name": "Kaneka Corporation", "legal_name": null, "aliases": ["Kabushiki-gaisha Kaneka"], "website": "https://www.kaneka.co.jp", "canonical_domain": "kaneka.co.jp", "country": "JP", "hq_city": "Nakanoshima", "hq_region": "Kita-ku", "lat": 34.69172, "lon": 135.49102, "industries": ["chemicals"], "industry_labels": ["chemistry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "4118", "exchange": "Tokyo Stock Exchange", "lei": "529900FWWCF6RY313R16", "sec_cik": "1921449", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaneka_Corporation_company_logo.svg", "description": "Japanese chemical manufacturing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1615 +{"wikidata_id": "Q11300938", "display_name": "Gunze", "legal_name": null, "aliases": ["Gunze Limited"], "website": "https://www.gunze.co.jp", "canonical_domain": "gunze.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["apparel"], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "3002", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese clothing brand", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1616 +{"wikidata_id": "Q11321723", "display_name": "Trial Company", "legal_name": null, "aliases": [], "website": "https://www.trial-net.co.jp", "canonical_domain": "trial-net.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["retail"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "141A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137313242", "name": "TRIAL Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%88%E3%83%A9%E3%82%A4%E3%82%A2%E3%83%AB%E3%82%AB%E3%83%B3%E3%83%91%E3%83%8B%E3%83%BC_%E3%83%AD%E3%82%B4.png", "description": "Japanese retail company with origins as an IT company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1617 +{"wikidata_id": "Q11356940", "display_name": "Sansei Technologies", "legal_name": null, "aliases": ["Sansei Yusoki", "Sansei Yusoki Co.", "Ltd."], "website": "https://www.sanseiyusoki.com", "canonical_domain": "sanseiyusoki.com", "country": "JP", "hq_city": "Suita", "hq_region": "Osaka Prefecture", "lat": 34.75947, "lon": 135.51683, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6357", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturing firm", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1618 +{"wikidata_id": "Q11373626", "display_name": "Imuraya Confectionery", "legal_name": null, "aliases": ["IMURAYA GROUP CO.", "LTD."], "website": "https://www.imuraya-group.com", "canonical_domain": "imuraya-group.com", "country": "JP", "hq_city": "Takajaya", "hq_region": "Tsu", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry", "alcohol industry", "confectionery industry"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "2209", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Imuraya_logo.svg", "description": "Japanese food company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1619 +{"wikidata_id": "Q11436136", "display_name": "Daito Trust Construction", "legal_name": null, "aliases": ["DK SELECT"], "website": "https://www.kentaku.co.jp", "canonical_domain": "kentaku.co.jp", "country": "JP", "hq_city": "Shinagawa East One Tower", "hq_region": "Kōnan", "lat": 35.62776, "lon": 139.74087, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "1878", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese construction and real estate company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1620 +{"wikidata_id": "Q11524838", "display_name": "Tokyo Tatemono", "legal_name": null, "aliases": [], "website": "https://www.tatemono.com", "canonical_domain": "tatemono.com", "country": "JP", "hq_city": "Yaesu", "hq_region": "Chūō", "lat": 35.68041, "lon": 139.76997, "industries": ["real-estate"], "industry_labels": ["real estate agent"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "8804", "exchange": "Tokyo Stock Exchange", "lei": "529900RQA4JTW1869J86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_Tatemono_company_logo.svg", "description": "Japanese real estate company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1621 +{"wikidata_id": "Q11527706", "display_name": "Toyo Denki Seizo", "legal_name": null, "aliases": ["TOYO DENKI SEIZO K.K."], "website": "https://www.toyodenki.co.jp", "canonical_domain": "toyodenki.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "6505", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyo_Denki_Seizo.svg", "description": "electric equipment manufacturer established in 1918", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1622 +{"wikidata_id": "Q11528430", "display_name": "Toho Gas", "legal_name": null, "aliases": ["TOHO GAS Co.", "Ltd."], "website": "https://www.tohogas.co.jp", "canonical_domain": "tohogas.co.jp", "country": "JP", "hq_city": "Atsuta-ku", "hq_region": "Nagoya", "lat": 35.12844, "lon": 136.91036, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "9533", "exchange": "Tokyo Stock Exchange", "lei": "353800BCVTE4F8012906", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toho_Gas_company_logo_-_English_version.svg", "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1623 +{"wikidata_id": "Q11592104", "display_name": "Fukuyama Transporting", "legal_name": null, "aliases": [], "website": "https://www.fukutsu.co.jp", "canonical_domain": "fukutsu.co.jp", "country": "JP", "hq_city": "Fukuyama", "hq_region": "Hiroshima Prefecture", "lat": 34.52333, "lon": 133.33778, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "9075", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fukuyama_Transporting_logo_%28with_type%29.svg", "description": "shipping company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1624 +{"wikidata_id": "Q11603490", "display_name": "Gindaco", "legal_name": null, "aliases": ["Gindako", "Hotland", "Hotland Holdings", "Tsukiji Gindaco", "Tsukiji Gindako"], "website": "https://gindaco.com", "canonical_domain": "gindaco.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "3196", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q100491728", "name": "HotLand"}, "logo_url": null, "description": "Japanese fast food restaurant chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1625 +{"wikidata_id": "Q11675129", "display_name": "Torikizoku", "legal_name": null, "aliases": [], "website": "https://www.torikizoku.co.jp", "canonical_domain": "torikizoku.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "3193", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese restaurant company based in Osaka City and operator of an izakaya chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1626 +{"wikidata_id": "Q121002697", "display_name": "Perion Network Ltd.", "legal_name": "פריון נטוורק בע''מ", "aliases": [], "website": "https://www.perion.com", "canonical_domain": "perion.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "PERI", "exchange": "Tel Aviv Stock Exchange", "lei": "529900SL7HYNVD6HG708", "sec_cik": "1338940", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Perion-logo-2025.svg", "description": "Israel-based technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1627 +{"wikidata_id": "Q12166841", "display_name": "Hamkorbank", "legal_name": null, "aliases": [], "website": "https://www.hamkorbank.uz", "canonical_domain": "hamkorbank.uz", "country": "UZ", "hq_city": "Andijan", "hq_region": "Khanate of Kokand", "lat": 40.78333, "lon": 72.35056, "industries": ["banking"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "HMKB", "exchange": "Tashkent Stock Exchange", "lei": "253400QLNK164AFJ2E30", "sec_cik": null, "parent": null, "logo_url": null, "description": "Uzbek bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1628 +{"wikidata_id": "Q12188930", "display_name": "National Shipping Company of Saudi Arabia", "legal_name": "الشركة الوطنية السعودية للنقل البحري", "aliases": ["Bahri"], "website": "https://www.bahri.sa", "canonical_domain": "bahri.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["shipping"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "4030", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bahri_Logo.jpg", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1629 +{"wikidata_id": "Q12218555", "display_name": "Abdullah AlOthaim Markets", "legal_name": "شركة أسواق عبدالله العثيم", "aliases": [], "website": "https://www.othaimmarkets.com", "canonical_domain": "othaimmarkets.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4001", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1630 +{"wikidata_id": "Q12473631", "display_name": "Bakrie Sumatera Plantations", "legal_name": "Bakrie Sumatera Plantations Tbk", "aliases": ["UNSP"], "website": "https://www.bakriesumatera.com", "canonical_domain": "bakriesumatera.com", "country": "ID", "hq_city": "Asahan", "hq_region": "North Sumatra", "lat": 3.0, "lon": 99.1667, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": null, "employees": null, "public_company": true, "ticker": "UNSP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1631 +{"wikidata_id": "Q12474502", "display_name": "Maspion Bank of Indonesia", "legal_name": "PT Bank Maspion Indonesia Tbk.", "aliases": ["BMAS", "Bank Maspion Indonesia"], "website": "https://www.bankmaspion.co.id", "canonical_domain": "bankmaspion.co.id", "country": "ID", "hq_city": "Surabaya", "hq_region": "East Java", "lat": -7.26664, "lon": 112.74063, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "BMAS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Maspion_logo.svg", "description": "Thailand company in Indonesia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1632 +{"wikidata_id": "Q12518044", "display_name": "PT Suparma Tbk", "legal_name": "PT Suparma Tbk", "aliases": ["SPMA", "Suparma Tbk"], "website": "https://www.ptsuparmatbk.com", "canonical_domain": "ptsuparmatbk.com", "country": "ID", "hq_city": "Surabaya", "hq_region": "East Java", "lat": -7.24628, "lon": 112.73777, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "SPMA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sustainable Paper Company in Indonesia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1633 +{"wikidata_id": "Q12599539", "display_name": "Binggrae", "legal_name": "Binggrae Co., Ltd.", "aliases": [], "website": "https://www.bing.co.kr", "canonical_domain": "bing.co.kr", "country": "KR", "hq_city": "Namyangju", "hq_region": "Gyeonggi Province", "lat": 37.63667, "lon": 127.21417, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "005180", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Binggrae_logo_%28Korean%29.svg", "description": "South Korean company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1634 +{"wikidata_id": "Q1284698", "display_name": "Hokkaido Chuo Bus", "legal_name": null, "aliases": ["Chuo Bus"], "website": "https://www.chuo-bus.co.jp", "canonical_domain": "chuo-bus.co.jp", "country": "JP", "hq_city": "Otaru", "hq_region": "Shiribeshi Subprefecture", "lat": 43.19072, "lon": 140.99436, "industries": ["transportation"], "industry_labels": ["public transport bus service"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "9085", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bus company headquartered in Otaru and Sapporo, Hokkaido, Japan", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1635 +{"wikidata_id": "Q13012598", "display_name": "Bangkok Dusit Medical Services", "legal_name": null, "aliases": ["Bangkok Dusit Medicalservices"], "website": "https://www.bdms.co.th", "canonical_domain": "bdms.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "BDMS", "exchange": "Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bangkok_Dusit_Medical_Services_Logo.svg", "description": "Thai private healthcare group", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1636 +{"wikidata_id": "Q13027864", "display_name": "IRPC Public Company Limited", "legal_name": null, "aliases": ["IRPC", "Irpc", "Irpc Public Company Limited"], "website": "https://www.irpc.co.th", "canonical_domain": "irpc.co.th", "country": "TH", "hq_city": "Choeng Noen", "hq_region": "Mueang Rayong", "lat": 12.6747, "lon": 101.3044, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "IRPC", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1810389", "name": "PTT Public Company Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IRPC_Logo.svg", "description": "Thai petroleum and petrochemical company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1637 +{"wikidata_id": "Q131188997", "display_name": "Dear U", "legal_name": "Dear U Co., Ltd.", "aliases": ["Bubble", "bubble"], "website": "https://www.dear-u.co", "canonical_domain": "dear-u.co", "country": "KR", "hq_city": "Samseong-dong", "hq_region": "Gangnam District", "lat": 37.51399, "lon": 127.05652, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "376300", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116281132", "name": "SM Studios"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DEAR_U_Logo.svg", "description": "South Korean company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1638 +{"wikidata_id": "Q13179664", "display_name": "NMB Bank Nepal", "legal_name": null, "aliases": ["NMB Bank", "NMB Bank Limited", "NMB Bank Ltd"], "website": "https://www.nmb.com.np", "canonical_domain": "nmb.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "NMB", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1639 +{"wikidata_id": "Q13180801", "display_name": "Global IME Bank", "legal_name": null, "aliases": ["Global IME Bank Limited", "Global IME Bank Ltd"], "website": "https://www.globalimebank.com", "canonical_domain": "globalimebank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "GBIME", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1640 +{"wikidata_id": "Q13185689", "display_name": "Laxmi Bank Limited", "legal_name": null, "aliases": ["Laxmi Bank", "Laxmi Bank Ltd"], "website": "https://www.laxmibank.com", "canonical_domain": "laxmibank.com", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["bank", "commercial banking industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "LBL", "exchange": "Nepal Stock Exchange", "lei": "254900NAZH4DXOL12Y19", "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1641 +{"wikidata_id": "Q13186831", "display_name": "Sanima Bank", "legal_name": null, "aliases": ["Sanima Bank Limited", "Sanima Bank Ltd"], "website": "https://www.sanimabank.com", "canonical_domain": "sanimabank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "SANIMA", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1642 +{"wikidata_id": "Q15822351", "display_name": "KPIT Technologies", "legal_name": null, "aliases": ["KPIT medini Technologies AG"], "website": "https://www.kpit.com", "canonical_domain": "kpit.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["technology", "consulting"], "industry_labels": ["IT service management", "information technology consulting"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "KPITTECH", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KPIT_Technologies_New_Brand_Visual_Identity_2019.png", "description": "Indian multinational corporation", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1643 +{"wikidata_id": "Q15831504", "display_name": "Tianwei Baobian Electric", "legal_name": null, "aliases": [], "website": "https://twbb.com", "canonical_domain": "twbb.com", "country": "CN", "hq_city": "Baoding", "hq_region": "Hebei", "lat": 38.86712, "lon": 115.48452, "industries": ["semiconductors"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600550", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese electronic component manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1644 +{"wikidata_id": "Q15848248", "display_name": "Dali Foods Group", "legal_name": null, "aliases": ["Dali Group", "Fujian Dali Group", "Fujian Dali Group Co.", "Ltd."], "website": "https://www.dali-group.com", "canonical_domain": "dali-group.com", "country": "CN", "hq_city": "Hui'an County", "hq_region": "Quanzhou", "lat": 25.03423, "lon": 118.7968, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3799", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese food company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1645 +{"wikidata_id": "Q15891886", "display_name": "Jinduicheng Molybdenum", "legal_name": null, "aliases": [], "website": "https://www.jdcmoly.com", "canonical_domain": "jdcmoly.com", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "601958", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1646 +{"wikidata_id": "Q15910313", "display_name": "Lao Feng Xiang Company Limited", "legal_name": null, "aliases": ["Lao Feng Xiang"], "website": "https://www.laofengxiang.com", "canonical_domain": "laofengxiang.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["consumer-goods"], "industry_labels": ["jewelry shop"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "600612", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese jewellery brand", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1647 +{"wikidata_id": "Q15911143", "display_name": "Far Eastern International Bank", "legal_name": null, "aliases": ["Far Eastern International Bank Co.", "Ltd."], "website": "https://www.feib.com.tw", "canonical_domain": "feib.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "2845", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1648 +{"wikidata_id": "Q15933437", "display_name": "China Cinda Asset Management Co., Ltd.", "legal_name": null, "aliases": ["Cinda", "China Cinda", "China Cinda Asset Management Company", "China Cinda Asset Management Corporation"], "website": "https://www.cinda.com.cn", "canonical_domain": "cinda.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "1359", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q832407", "name": "Ministry of Finance of the People's Republic of China"}, "logo_url": null, "description": "Chinese asset management company involved in various sectors including coal mining", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1649 +{"wikidata_id": "Q15935902", "display_name": "Senao International", "legal_name": null, "aliases": ["Senao International Co.", "Ltd."], "website": "https://www.senao.com.tw", "canonical_domain": "senao.com.tw", "country": "TW", "hq_city": "Xindian District", "hq_region": "New Taipei City", "lat": 24.95, "lon": 121.53333, "industries": ["apparel", "retail"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "2450", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q717531", "name": "Chunghwa Telecom"}, "logo_url": null, "description": "Taiwanese distributor of cellular phones, smartphones, tablets, notebooks, game consoles and related accessories", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1650 +{"wikidata_id": "Q15938515", "display_name": "Suning Universal", "legal_name": null, "aliases": [], "website": "https://www.suning-universal.com", "canonical_domain": "suning-universal.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "000718", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese real estate company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1651 +{"wikidata_id": "Q16254782", "display_name": "Berau Coal Energy", "legal_name": null, "aliases": [], "website": "https://www.beraucoalenergy.co.id", "canonical_domain": "beraucoalenergy.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["energy"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "BRAU", "exchange": "Indonesia Stock Exchange", "lei": "549300U0VYICQTIJ3V34", "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Indonesia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1652 +{"wikidata_id": "Q16306121", "display_name": "PTT Global Chemical Public Company Limited", "legal_name": null, "aliases": ["PTTGC", "PTT Global Chemical Public Co.", "Ltd.", "Ptt Global Chemical", "Ptt Global Chemical Public Company Limited"], "website": "https://www.pttgcgroup.com", "canonical_domain": "pttgcgroup.com", "country": "TH", "hq_city": "Chatuchak", "hq_region": "Chatuchak", "lat": 13.79622, "lon": 100.55047, "industries": ["oil-gas"], "industry_labels": ["petrochemical industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "PTTGC", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1810389", "name": "PTT Public Company Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PTTGC_Logo.svg", "description": "subsidiary of PTT Public Company Limited", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1653 +{"wikidata_id": "Q16767535", "display_name": "Samsung Asset Management", "legal_name": null, "aliases": [], "website": "https://www.samsungfund.com", "canonical_domain": "samsungfund.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "7205", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Asset_Management2.png", "description": "South Korean company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1654 +{"wikidata_id": "Q16826594", "display_name": "China Aerospace International Holdings Limited", "legal_name": "China Aerospace International Holdings Limited", "aliases": ["Contec", "CASIL", "Conic Group", "Conic Investment Co.", "Ltd.", "Conic Investment Limited", "Cony Electronic Products"], "website": "https://www.casil-group.com", "canonical_domain": "casil-group.com", "country": "CN", "hq_city": "Hung Hom", "hq_region": "Yau Tsim Mong District", "lat": 22.3038, "lon": 114.183, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "31", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2777589", "name": "China Aerospace Science and Technology Corporation"}, "logo_url": null, "description": "Hong Kong electronic company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1655 +{"wikidata_id": "Q16858778", "display_name": "Ceylon Tobacco Company", "legal_name": null, "aliases": [], "website": "https://www.ceylontobaccocompany.com", "canonical_domain": "ceylontobaccocompany.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "CTC.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q856411", "name": "British American Tobacco"}, "logo_url": null, "description": "Sri Lankan tobacco company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1656 +{"wikidata_id": "Q17006657", "display_name": "Supor", "legal_name": null, "aliases": ["Suboer", "Zhejiang Supor Co.", "Ltd.", "Subo'er"], "website": "https://www.supor.com", "canonical_domain": "supor.com", "country": "CN", "hq_city": "Binjiang District", "hq_region": "Hangzhou", "lat": 30.21082, "lon": 120.20747, "industries": ["manufacturing", "consumer-goods"], "industry_labels": ["industrial manufacturing", "home appliance industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "002032", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supor_logo_2.png", "description": "Chinese manufacturer of electronic home appliances", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1657 +{"wikidata_id": "Q17032827", "display_name": "Springland International", "legal_name": null, "aliases": [], "website": "https://www.springlandgroup.com.cn", "canonical_domain": "springlandgroup.com.cn", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "1700", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese retail company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1658 +{"wikidata_id": "Q17054976", "display_name": "Metro Realty", "legal_name": "Metro Realty Tbk", "aliases": ["MTSM"], "website": "https://www.metrorealty.co.id", "canonical_domain": "metrorealty.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "MTSM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1659 +{"wikidata_id": "Q17062759", "display_name": "Bank of Qingdao", "legal_name": null, "aliases": [], "website": "https://www.qdccb.com", "canonical_domain": "qdccb.com", "country": "CN", "hq_city": "Qingdao", "hq_region": "Shandong", "lat": 36.11667, "lon": 120.4, "industries": ["banking"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "3866", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese banking company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1660 +{"wikidata_id": "Q17212505", "display_name": "Tama Home", "legal_name": null, "aliases": [], "website": "https://www.tamahome.jp", "canonical_domain": "tamahome.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "1419", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TamaHome_logo.png", "description": "Japanese Housing Company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1661 +{"wikidata_id": "Q17499736", "display_name": "Guangzhou Xiangxue Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.xphcn.com", "canonical_domain": "xphcn.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals", "manufacturing"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "300147", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese medicine manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1662 +{"wikidata_id": "Q1939336", "display_name": "Misumi Group", "legal_name": null, "aliases": ["MISUMI Group Inc."], "website": "https://www.misumi.co.jp", "canonical_domain": "misumi.co.jp", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.67281, "lon": 139.81728, "industries": [], "industry_labels": ["Industrial"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "9962", "exchange": "Tokyo Stock Exchange", "lei": "353800SJWGE5BEK2V032", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese industrial group", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1663 +{"wikidata_id": "Q19682668", "display_name": "Mega Bank Nepal Limited", "legal_name": "Mega Bank Nepal Ltd.", "aliases": ["Mega Bank Nepal", "Mega Bank Nepal Ltd"], "website": "https://www.megabanknepal.com", "canonical_domain": "megabanknepal.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "MEGA", "exchange": "Nepal Stock Exchange", "lei": "2549001A6GHO2T9RCO30", "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1664 +{"wikidata_id": "Q19720632", "display_name": "Saudi Arabian Fertilizer Company", "legal_name": "شركة الأسمدة العربية السعودية", "aliases": ["Sabic Agri-Nutrients Company", "SAFCO"], "website": "https://www.sabic-agrinutrients.com", "canonical_domain": "sabic-agrinutrients.com", "country": "SA", "hq_city": "Jubail", "hq_region": "Jubail governorate", "lat": 27.0, "lon": 49.66667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry", "petrochemistry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "2020", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Safco_logo.svg", "description": "the first petrochemical company in Saudi Arabia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1665 +{"wikidata_id": "Q19724214", "display_name": "Bank OCBC NISP", "legal_name": "PT Bank OCBC NISP Tbk", "aliases": ["NISP"], "website": "https://www.ocbc.id", "canonical_domain": "ocbc.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "NISP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2042423", "name": "Oversea-Chinese Banking Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-ocbc.svg", "description": "Singapore company in Indonesia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1666 +{"wikidata_id": "Q19840382", "display_name": "Lufax", "legal_name": null, "aliases": [], "website": "https://www.lu.com", "canonical_domain": "lu.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "LU", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "online Internet finance marketplace", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1667 +{"wikidata_id": "Q20050672", "display_name": "Alrov Properties & Lodgings Ltd.", "legal_name": "אלרוב נדל''ן ומלונאות בע''מ", "aliases": [], "website": "https://www.alrov.co.il", "canonical_domain": "alrov.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "ALRP", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli real estate development company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1668 +{"wikidata_id": "Q20051726", "display_name": "Metallurgical Corporation of China Limited", "legal_name": null, "aliases": ["MCC Limited", "MCC Ltd."], "website": "https://www.mccchina.com", "canonical_domain": "mccchina.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "601618", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073332", "name": "China Metallurgical Group Corporation"}, "logo_url": null, "description": "subsidiary company of MCC China", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1669 +{"wikidata_id": "Q2013404", "display_name": "Ocean Rig", "legal_name": null, "aliases": ["Ocean Rig UDW Inc."], "website": "https://www.ocean-rig.com", "canonical_domain": "ocean-rig.com", "country": "CY", "hq_city": "Stavanger", "hq_region": "Rogaland", "lat": 58.97, "lon": 5.73139, "industries": ["oil-gas"], "industry_labels": ["oil platform"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ORIG", "exchange": "Nasdaq", "lei": "5493004IUZY0KS3K0W93", "sec_cik": "1447382", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Ocean_Rig.svg", "description": "an operator of semi-submersible oil rigs and UDW drillships", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1670 +{"wikidata_id": "Q2065895", "display_name": "Pearl River Piano Group", "legal_name": null, "aliases": ["Guangzhou Pearl River Piano Group Co Ltd"], "website": "https://www.pearlriverpiano.com", "canonical_domain": "pearlriverpiano.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "002678", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturer of pianos and grand pianos", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1671 +{"wikidata_id": "Q20745675", "display_name": "China Railway Signal & Communication Co., Ltd.", "legal_name": null, "aliases": ["China Railway Signal & Communication (China)", "China Railway Signal & Communication Corporation Limited", "CRSC"], "website": "https://www.crsc.cn", "canonical_domain": "crsc.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "3969", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "company in Beijing, China", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1672 +{"wikidata_id": "Q2121621", "display_name": "Qinghai Salt Lake Potash", "legal_name": null, "aliases": [], "website": "https://www.yhjf.com", "canonical_domain": "yhjf.com", "country": "CN", "hq_city": "Golmud", "hq_region": "Haixi Mongol and Tibetan Autonomous Prefecture", "lat": 36.40672, "lon": 94.90061, "industries": ["mining", "entertainment"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000792", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese chemical production company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1673 +{"wikidata_id": "Q21338598", "display_name": "LT Group", "legal_name": null, "aliases": [], "website": "https://ltg.com.ph", "canonical_domain": "ltg.com.ph", "country": "PH", "hq_city": "Taguig", "hq_region": "Metro Manila", "lat": 14.51667, "lon": 121.05, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "LTG", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Filipino conglomerate", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1674 +{"wikidata_id": "Q2144952", "display_name": "Plasson Industries Ltd.", "legal_name": "פלסאון תעשיות בע''מ", "aliases": [], "website": "https://www.plasson.com", "canonical_domain": "plasson.com", "country": "IL", "hq_city": "Ma'agan Michael", "hq_region": "Hof HaCarmel Regional Council", "lat": 32.5569, "lon": 34.917, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "PLSN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1675 +{"wikidata_id": "Q21587122", "display_name": "ASUSTOR", "legal_name": "ASUSTOR Inc.", "aliases": [], "website": "https://www.asustor.com", "canonical_domain": "asustor.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "7801", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152864", "name": "ASUS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asustor_Company_Logo_2017.png", "description": "company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1676 +{"wikidata_id": "Q21824853", "display_name": "Dawonsys", "legal_name": "DAWONSYS CO.,LTD", "aliases": [], "website": "https://dawonsys.com", "canonical_domain": "dawonsys.com", "country": "KR", "hq_city": "Ansan", "hq_region": "Gyeonggi Province", "lat": 37.32361, "lon": 126.82194, "industries": ["industrial-machinery"], "industry_labels": ["installation of mechanical machines and equipment"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "068240", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean machinery manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1677 +{"wikidata_id": "Q22099583", "display_name": "2345.com", "legal_name": null, "aliases": [], "website": "https://www.2345.com", "canonical_domain": "2345.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "002195", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Web directory", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1678 +{"wikidata_id": "Q22906610", "display_name": "baihe.com", "legal_name": null, "aliases": [], "website": "https://baihe.com", "canonical_domain": "baihe.com", "country": "CN", "hq_city": "Chaoyang District", "hq_region": "Beijing", "lat": 39.92038, "lon": 116.43737, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "834214", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese matchmaking company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1679 +{"wikidata_id": "Q2374321", "display_name": "SAPTCO", "legal_name": "خدمة اونلاين", "aliases": [], "website": "https://www.saptco.com.sa", "canonical_domain": "saptco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "4040", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company in Saudi Arabia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1680 +{"wikidata_id": "Q25110235", "display_name": "Prabhu Bank Limited", "legal_name": null, "aliases": ["Kist Bank Limited", "Prabhu Bank", "Prabhu Bank Ltd"], "website": "https://www.prabhubank.com", "canonical_domain": "prabhubank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PRVU", "exchange": "Nepal Stock Exchange", "lei": "2549005NFP04P9CJUJ84", "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank of Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1681 +{"wikidata_id": "Q27579359", "display_name": "Sanonda", "legal_name": null, "aliases": ["Hubei Sanonda Co.", "Ltd."], "website": "https://www.sanonda.cn", "canonical_domain": "sanonda.cn", "country": "CN", "hq_city": "Jingzhou", "hq_region": "Hubei", "lat": 30.32444, "lon": 112.23611, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "000553", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pesticide producer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1682 +{"wikidata_id": "Q28451082", "display_name": "Alembic Pharmaceuticals Ltd", "legal_name": null, "aliases": [], "website": "https://www.alembicpharmaceuticals.com", "canonical_domain": "alembicpharmaceuticals.com", "country": "IN", "hq_city": "Vadodara", "hq_region": "Vadodara district", "lat": 22.3, "lon": 73.2, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "APLLTD", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational pharmaceutical company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1683 +{"wikidata_id": "Q28685058", "display_name": "Coca-Cola Bottlers Japan Holdings", "legal_name": null, "aliases": [], "website": "https://www.ccbj-holdings.com", "canonical_domain": "ccbj-holdings.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "2579", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3295867", "name": "The Coca-Cola Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coca-Cola_Bottlers_Japan.png", "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1684 +{"wikidata_id": "Q32162422", "display_name": "JOYY", "legal_name": null, "aliases": ["Joyy", "JOYY Inc", "Guangzhou Huaduo Network Technology Co.", "Ltd.", "JOYY Inc."], "website": "https://www.huanju.cn", "canonical_domain": "huanju.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "YY", "exchange": "Nasdaq", "lei": "549300N6CHVU5CQZPW24", "sec_cik": "1530238", "parent": null, "logo_url": null, "description": "Chinese internet company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1685 +{"wikidata_id": "Q3461686", "display_name": "TS Financial Holdings", "legal_name": "台新新光金融控股股份有限公司", "aliases": ["Taishin Financial Holding Co.", "Ltd.", "TSFH", "TS Financial Holding", "TS Financial Holding Co.", "Ltd."], "website": "https://www.tsholdings.com.tw", "canonical_domain": "tsholdings.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2887", "exchange": "Taiwan Stock Exchange", "lei": "254900NDEO99JV07HK17", "sec_cik": null, "parent": {"wikidata_id": "Q11081130", "name": "Shin Kong Group"}, "logo_url": null, "description": "a financial services company headquartered in Taipei, Taiwan", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1686 +{"wikidata_id": "Q3703796", "display_name": "Sugon", "legal_name": null, "aliases": ["Dawning Information Industry Co.", "Ltd.", "Sugon Information Industry Co.", "Ltd."], "website": "https://www.sugon.com", "canonical_domain": "sugon.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["information technology", "high-performance computing"], "founded_year": null, "employees": null, "public_company": true, "ticker": "603019", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sugon.png", "description": "Chinese computer manufacturing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1687 +{"wikidata_id": "Q3847416", "display_name": "Ensuiko Sugar Refining", "legal_name": null, "aliases": [], "website": "https://www.ensuiko.co.jp", "canonical_domain": "ensuiko.co.jp", "country": "JP", "hq_city": "Nihonbashi-Horidomechō", "hq_region": "Chūō", "lat": 35.68813, "lon": 139.78053, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": true, "ticker": "2112", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1688 +{"wikidata_id": "Q4036126", "display_name": "China Everbright Limited", "legal_name": null, "aliases": [], "website": "https://www.everbright165.com.hk", "canonical_domain": "everbright165.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "0165", "exchange": "Hong Kong Stock Exchange", "lei": "254900EZ9RZF6UMLY516", "sec_cik": null, "parent": {"wikidata_id": "Q9384126", "name": "China Everbright Group Ltd."}, "logo_url": null, "description": "Hong Kong financial services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1689 +{"wikidata_id": "Q4043248", "display_name": "Lumenis", "legal_name": null, "aliases": ["Previously ESC Medical Systems"], "website": "https://www.lumenis.com", "canonical_domain": "lumenis.com", "country": "IL", "hq_city": "Yokneam Illit", "hq_region": "Jezreel Subdistrict", "lat": 32.65944, "lon": 35.11, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "LMNS", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company that develops and manufactures minimally-invasive clinical solutions for the Surgical, Ophthalmology & Aesthetic markets", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1690 +{"wikidata_id": "Q4050346", "display_name": "Sumitomo Osaka Cement", "legal_name": null, "aliases": [], "website": "https://www.soc.co.jp", "canonical_domain": "soc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "5232", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q717318", "name": "Sumitomo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Electric_Industries_logo.svg", "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1691 +{"wikidata_id": "Q4120111", "display_name": "Alinma Bank", "legal_name": "مصرف الإنماء", "aliases": [], "website": "https://alinma.com", "canonical_domain": "alinma.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "1150", "exchange": "Saudi Stock Exchange", "lei": "558600HPAUTN6XSVBK93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alinma_Bank_logo.svg", "description": "Saudi Arabian Private Bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1692 +{"wikidata_id": "Q41560625", "display_name": "Thunder Power", "legal_name": null, "aliases": [], "website": "https://www.tpev.com", "canonical_domain": "tpev.com", "country": "TW", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["energy", "automotive"], "industry_labels": ["electromobility"], "founded_year": null, "employees": null, "public_company": true, "ticker": "4529", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese automobile manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1693 +{"wikidata_id": "Q4260242", "display_name": "Changjiang Securities", "legal_name": null, "aliases": [], "website": "https://www.cjsc.com.cn", "canonical_domain": "cjsc.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "000783", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1694 +{"wikidata_id": "Q4260326", "display_name": "CITIC Guoan", "legal_name": null, "aliases": [], "website": "https://www.citicguoaninfo.com", "canonical_domain": "citicguoaninfo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000839", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1695 +{"wikidata_id": "Q42893706", "display_name": "Wharf Real Estate Investment Company Limited", "legal_name": null, "aliases": ["Wharf Real Estate Investment Company", "Wharf REIC"], "website": "https://www.wharfreic.com", "canonical_domain": "wharfreic.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1997", "exchange": "Hong Kong Stock Exchange", "lei": "529900QLPKS8U9QOPB59", "sec_cik": null, "parent": {"wikidata_id": "Q836696", "name": "Wheelock & Co"}, "logo_url": null, "description": "Hong Kong real estate portfolio company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1696 +{"wikidata_id": "Q4383797", "display_name": "Kiatnakin Phatra Bank", "legal_name": null, "aliases": ["Kiatnakin Bank", "Kiatnakin Phatra Bank Public Company Limited", "Kiatnakin Phatra Bank Public Co.", "Ltd."], "website": "https://kiatnakin.co.th", "canonical_domain": "kiatnakin.co.th", "country": "TH", "hq_city": "Pathum Wan", "hq_region": "Bangkok", "lat": 13.73667, "lon": 100.52333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "KKP", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kiatnakin_Phatra_Bank_Logo.svg", "description": "Financial institution in Thailand.", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1697 +{"wikidata_id": "Q4636612", "display_name": "3i Infotech Limited", "legal_name": null, "aliases": [], "website": "https://www.3i-infotech.com", "canonical_domain": "3i-infotech.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": ["quaternary sector of the economy"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "3IINFOTECH", "exchange": "National Stock Exchange of India", "lei": "335800YRLRO5AUJCZA23", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian IT company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1698 +{"wikidata_id": "Q4693991", "display_name": "Agriculture Development Bank Limited", "legal_name": null, "aliases": [], "website": "https://www.adbl.gov.np", "canonical_domain": "adbl.gov.np", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "ADBL", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1699 +{"wikidata_id": "Q4806327", "display_name": "Asphere Innovations", "legal_name": null, "aliases": ["AsiaSoft", "Asphere Innovations Public Company Limited", "Asphere Innovations Public Co.", "Ltd."], "website": "https://www.asphere.co", "canonical_domain": "asphere.co", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "AS", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai video game development company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1700 +{"wikidata_id": "Q492412", "display_name": "Weathernews", "legal_name": "Weathernews Inc.", "aliases": ["WNI", "WEATHERNEWS INC."], "website": "https://jp.weathernews.com", "canonical_domain": "weathernews.com", "country": "JP", "hq_city": "Makuhari Techno Garden", "hq_region": "Mihama-ku", "lat": 35.6518, "lon": 140.042, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "4825", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Weathernews_logo.svg", "description": "Commercial weather service company based in Chiba, Japan.", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1701 +{"wikidata_id": "Q4977492", "display_name": "Chenming Paper", "legal_name": null, "aliases": [], "website": "https://www.chenmingpaper.com", "canonical_domain": "chenmingpaper.com", "country": "CN", "hq_city": "Shouguang", "hq_region": "Weifang", "lat": 36.88333, "lon": 118.73333, "industries": ["materials", "manufacturing"], "industry_labels": ["papermaking"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000488", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1702 +{"wikidata_id": "Q5011900", "display_name": "CITIC Offshore Helicopter", "legal_name": null, "aliases": ["China Ocean Helicopter Corp."], "website": "https://www.cohc.citic", "canonical_domain": "cohc.citic", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "000099", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1703 +{"wikidata_id": "Q5014099", "display_name": "CSG Holding", "legal_name": null, "aliases": [], "website": "https://www.csgholding.com", "canonical_domain": "csgholding.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["materials"], "industry_labels": ["glass"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000012", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1704 +{"wikidata_id": "Q5063615", "display_name": "Ceragon", "legal_name": null, "aliases": ["Ceragon Networks", "Ceragon Networks Ltd."], "website": "https://www.ceragon.com", "canonical_domain": "ceragon.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "CRNT", "exchange": "Nasdaq", "lei": null, "sec_cik": "1119769", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ceragon_logo.svg", "description": "networking equipment vendor", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1705 +{"wikidata_id": "Q5072156", "display_name": "Changyu Winery", "legal_name": null, "aliases": [], "website": "https://www.changyu.com.cn", "canonical_domain": "changyu.com.cn", "country": "CN", "hq_city": "Yantai", "hq_region": "Shandong", "lat": 37.46444, "lon": 121.44778, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "000869", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese winery", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1706 +{"wikidata_id": "Q5096476", "display_name": "Chicony Electronics", "legal_name": null, "aliases": [], "website": "https://www.chicony.com", "canonical_domain": "chicony.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "2385", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1707 +{"wikidata_id": "Q5099609", "display_name": "China BlueChemical", "legal_name": null, "aliases": [], "website": "https://www.chinabluechem.com.cn", "canonical_domain": "chinabluechem.com.cn", "country": "CN", "hq_city": "Dongfang", "hq_region": "Hainan", "lat": 19.1, "lon": 108.65, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3983", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese chemical company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1708 +{"wikidata_id": "Q5099641", "display_name": "China Communications Services Corporation", "legal_name": null, "aliases": [], "website": "https://www.chinaccs.com.cn", "canonical_domain": "chinaccs.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "0552", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073540", "name": "China Telecommunications Corporation"}, "logo_url": null, "description": "communication Service Corporation", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1709 +{"wikidata_id": "Q5099812", "display_name": "China National Materials Group Corporation", "legal_name": null, "aliases": ["Sinoma", "Sinoma Science & Technology Co"], "website": "https://www.sinoma.cn", "canonical_domain": "sinoma.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": ["cement"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "600970", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned enterprise", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1710 +{"wikidata_id": "Q5099963", "display_name": "China Water Affairs Group", "legal_name": null, "aliases": [], "website": "https://www.chinawatergroup.com", "canonical_domain": "chinawatergroup.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["utilities"], "industry_labels": ["water supply"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "0855", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong water supply company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1711 +{"wikidata_id": "Q5104600", "display_name": "Chong Hing Bank", "legal_name": null, "aliases": [], "website": "https://www.chbank.com", "canonical_domain": "chbank.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "1111", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ChongHingBank_logo_%282014%29.svg", "description": "Hong Kong-based bank", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1712 +{"wikidata_id": "Q5197904", "display_name": "Cybozu", "legal_name": null, "aliases": ["Inc."], "website": "https://cybozu.co.jp", "canonical_domain": "cybozu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "4776", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cybozu_logo.svg", "description": "Japanese software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1713 +{"wikidata_id": "Q5205538", "display_name": "DLE", "legal_name": null, "aliases": ["Dream Link Entertainment"], "website": "https://www.dle.jp", "canonical_domain": "dle.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["entertainment"], "industry_labels": ["anime industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3686", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1064900", "name": "Asahi Broadcasting Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DLE_Logo.svg", "description": "Japanese animation studio", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1714 +{"wikidata_id": "Q5208704", "display_name": "Dah Chong Hong", "legal_name": null, "aliases": ["Dah Chong Hong Holdings Limited"], "website": "https://www.dch.com.hk", "canonical_domain": "dch.com.hk", "country": "HK", "hq_city": "Kowloon", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.18333, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1828", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1715 +{"wikidata_id": "Q5299680", "display_name": "Double Coin", "legal_name": null, "aliases": ["Double Coin Holdings Limited"], "website": "https://www.doublecointires.com", "canonical_domain": "doublecointires.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600623", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Double_Coin_logo.svg", "description": "Chinese tire manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1716 +{"wikidata_id": "Q5477193", "display_name": "Foxit", "legal_name": null, "aliases": ["Foxit Corporation", "Foxit Software", "Foxit Software Incorporated"], "website": "https://www.foxit.com", "canonical_domain": "foxit.com", "country": "CN", "hq_city": "Gulou District", "hq_region": "Fuzhou", "lat": 26.08507, "lon": 119.2994, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "688095", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1717 +{"wikidata_id": "Q55454104", "display_name": "ASMPT", "legal_name": null, "aliases": ["ASM Pacific Technology"], "website": "https://www.asmpt.com", "canonical_domain": "asmpt.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": 1.44268, "lon": 103.83962, "industries": ["semiconductors"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "00522", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asmpt_logo_2022.svg", "description": "Asian semiconductor equipment manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1718 +{"wikidata_id": "Q55639089", "display_name": "ASMedia", "legal_name": "ASMedia Technology Inc.", "aliases": [], "website": "https://www.asmedia.com.tw", "canonical_domain": "asmedia.com.tw", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "electronics industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "5269", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q152864", "name": "ASUS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASMedia_logo.png", "description": "Taiwanese integrated circuit design company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1719 +{"wikidata_id": "Q5602936", "display_name": "Green Packet", "legal_name": null, "aliases": ["Green Packet Berhad", "Green Packet Bhd."], "website": "https://www.greenpacket.com", "canonical_domain": "greenpacket.com", "country": "MY", "hq_city": "Petaling Jaya", "hq_region": "Petaling District", "lat": 3.10726, "lon": 101.60671, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "0082", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Greenpacket.png", "description": "public company from Malaysia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1720 +{"wikidata_id": "Q56085408", "display_name": "MD Pictures", "legal_name": "MD Pictures", "aliases": ["FILM", "PT MD Pictures Tbk."], "website": "https://www.mdpictures.com", "canonical_domain": "mdpictures.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media", "entertainment"], "industry_labels": ["advertising", "film industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "FILM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12696352", "name": "MD Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_MD_Pictures_%282025%29.png", "description": "production house in Indonesia", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1721 +{"wikidata_id": "Q5613634", "display_name": "Guangdong Investment", "legal_name": null, "aliases": [], "website": "https://www.gdi.com.hk", "canonical_domain": "gdi.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "0270", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guangdong_Investment_logo.png", "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1722 +{"wikidata_id": "Q5619672", "display_name": "Guosen Securities", "legal_name": null, "aliases": [], "website": "https://www.guosen.com.cn", "canonical_domain": "guosen.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "002736", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese Securities Brokerage", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1723 +{"wikidata_id": "Q5629389", "display_name": "HD Medicine", "legal_name": null, "aliases": [], "website": "https://www.eastchinapharm.com", "canonical_domain": "eastchinapharm.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "000963", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1724 +{"wikidata_id": "Q56389509", "display_name": "MDTV Media Technologies", "legal_name": "Net Visi Media Tbk", "aliases": ["MD Entertainment", "MDTV", "PT MDTV Media Technologies Tbk"], "website": "https://www.netvisimedia.co.id", "canonical_domain": "netvisimedia.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "NETV", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12696352", "name": "MD Entertainment"}, "logo_url": null, "description": "Indonesian media and entertainment company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1725 +{"wikidata_id": "Q5648136", "display_name": "Hangzhou Zhongce Rubber Company", "legal_name": null, "aliases": [], "website": "https://www.zcrubber.com", "canonical_domain": "zcrubber.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["chemicals", "manufacturing"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "603049", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zc-rubber-logo.png", "description": "Chinese tyre manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1726 +{"wikidata_id": "Q5651426", "display_name": "Hanwha Solutions", "legal_name": "Hanwha Solutions Corporation", "aliases": ["Hanwha Chemical"], "website": "https://www.hanwhasolutions.com", "canonical_domain": "hanwhasolutions.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": ["petrochemistry"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "009830", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_Solutions_Logo.svg", "description": "organization in Seoul, South Korea", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1727 +{"wikidata_id": "Q5656834", "display_name": "Harel Insurance Investments & Financial Services Ltd.", "legal_name": "הראל השקעות בביטוח ושרותים פיננסים בע''מ", "aliases": [], "website": "https://www.harel-group.co.il", "canonical_domain": "harel-group.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "HARL", "exchange": "Tel Aviv Stock Exchange", "lei": "213800BDNN3W11SXXD60", "sec_cik": "1429390", "parent": null, "logo_url": null, "description": "Israeli insurance group", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1728 +{"wikidata_id": "Q5713382", "display_name": "Henderson Investment", "legal_name": null, "aliases": [], "website": "https://www.hilhk.com", "canonical_domain": "hilhk.com", "country": "CN", "hq_city": "International Finance Centre", "hq_region": "Central and Western District", "lat": 22.285, "lon": 114.15917, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "0097", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "investment company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1729 +{"wikidata_id": "Q5772527", "display_name": "Hisense Kelon", "legal_name": null, "aliases": ["Kelon", "Guangdong Kelon Electrical Holdings Company Limited", "Hisense Kelon Electrical Holdings Limited"], "website": "https://www.kelon.com", "canonical_domain": "kelon.com", "country": "CN", "hq_city": "Shunde District", "hq_region": "Foshan", "lat": 22.7957, "lon": 113.28492, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000921", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2527941", "name": "Hisense"}, "logo_url": null, "description": "Chinese white goods manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1730 +{"wikidata_id": "Q5950764", "display_name": "Hutchison Telecommunications Hong Kong Holdings", "legal_name": "Hutchison Telecommunications Hong Kong Holdings Limited", "aliases": ["HTHKH"], "website": "https://www.hthkh.com", "canonical_domain": "hthkh.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "0215", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19548352", "name": "CK Hutchison Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hutchison_Telecom_HK_logo.svg", "description": "telecommunications company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1731 +{"wikidata_id": "Q5967721", "display_name": "people.cn", "legal_name": null, "aliases": ["People's Daily Online"], "website": "https://people.cn", "canonical_domain": "people.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "603000", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese news company owned by People's Daily", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1732 +{"wikidata_id": "Q5972349", "display_name": "INOX Leisure Limited", "legal_name": null, "aliases": [], "website": "https://www.inoxmovies.com", "canonical_domain": "inoxmovies.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "INOXLEISUR", "exchange": "National Stock Exchange of India", "lei": "335800PBD2MJ1IMW5380", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multiplex cinema chain", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1733 +{"wikidata_id": "Q6087908", "display_name": "Isrotel Ltd.", "legal_name": "ישרוטל בע''מ", "aliases": [], "website": "https://www.isrotel.com", "canonical_domain": "isrotel.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "ISRO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_%D7%99%D7%A9%D7%A8%D7%95%D7%98%D7%9C.jpg", "description": "Hotel chain in Israel", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1734 +{"wikidata_id": "Q6088363", "display_name": "Issta Lines Ltd.", "legal_name": "איסתא ליינס חברת נסיעות של הסטודנטים בישראל בע''מ", "aliases": [], "website": "https://www.issta.co.il", "canonical_domain": "issta.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "ISTA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli tourism company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1735 +{"wikidata_id": "Q61092130", "display_name": "Vista Land", "legal_name": "Vista Land & Lifescapes, Inc.", "aliases": ["VLL", "Vista Land & Lifescapes", "Inc.", "Vista Land & Lifescapes", "Vista Land & Lifescapes Inc.", "Vista Land and Lifescapes"], "website": "https://www.vistaland.com.ph", "canonical_domain": "vistaland.com.ph", "country": "PH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "VLL", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q138766543", "name": "Fine Properties"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vista_Land_logo.svg", "description": "real estate developer in the Philippines", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1736 +{"wikidata_id": "Q6192686", "display_name": "Jilin Aodong Medicine", "legal_name": null, "aliases": [], "website": "https://www.jlaod.com", "canonical_domain": "jlaod.com", "country": "CN", "hq_city": "Dunhua", "hq_region": "Yanbian Korean Autonomous Prefecture", "lat": 43.36667, "lon": 128.23333, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "000623", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aodong.png", "description": "state-owned enterprise in Dunhua, Jilin, China", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1737 +{"wikidata_id": "Q6203560", "display_name": "Jizhong Energy", "legal_name": null, "aliases": ["Jizhong Energy Resource Company Limited", "Jizhong Energy Group Company Limited"], "website": "https://www.jznyjt.com", "canonical_domain": "jznyjt.com", "country": "CN", "hq_city": "Xingtai", "hq_region": "Hebei", "lat": 37.06594, "lon": 114.47531, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": null, "employees": null, "public_company": true, "ticker": "000937", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1738 +{"wikidata_id": "Q6312984", "display_name": "Jungo Connectivity Ltd", "legal_name": "ג'נגו קונקטיביטי בע''מ", "aliases": [], "website": "https://www.jungo.com", "canonical_domain": "jungo.com", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": ["software"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "JNGO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jungo_Connectivity_logo.jpg", "description": "Israeli software company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1739 +{"wikidata_id": "Q6328582", "display_name": "KEPCO Engineering & Construction Company", "legal_name": "KEPCO Engineering & Construction Company, Inc.", "aliases": ["KEPCO E&C"], "website": "https://www.kepco-enc.com", "canonical_domain": "kepco-enc.com", "country": "KR", "hq_city": "Gimcheon", "hq_region": "North Gyeongsang", "lat": 36.11917, "lon": 128.11528, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "052690", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q486737", "name": "Korea Electric Power Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KEPCO-ENC_Symbol1.gif", "description": "South Korean company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1740 +{"wikidata_id": "Q6432445", "display_name": "Kornit Digital", "legal_name": "קורנית דיגיטל בע\"מ", "aliases": [], "website": "https://www.kornit.com", "canonical_domain": "kornit.com", "country": "IL", "hq_city": "Rosh HaAyin", "hq_region": "Petah Tikva (sub-district)", "lat": 32.08333, "lon": 34.95, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "KRNT", "exchange": "Nasdaq", "lei": "5299006DPCQWP3VTFK34", "sec_cik": "1625791", "parent": null, "logo_url": null, "description": "Israeli printer manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1741 +{"wikidata_id": "Q6579719", "display_name": "Bangchak Petroleum Public Company Limited", "legal_name": null, "aliases": ["Bangchak Corporation", "Bangchak Petroleum PLC", "Bangchak Corporation Public Company Limited", "Bangchak Corporation Public Co.", "Ltd."], "website": "https://www.bangchak.co.th", "canonical_domain": "bangchak.co.th", "country": "TH", "hq_city": "Chatuchak", "hq_region": "Chatuchak", "lat": 13.79622, "lon": 100.55047, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "BCP", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1810389", "name": "PTT Public Company Limited"}, "logo_url": null, "description": "petroleum and energy company in Thailand", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1742 +{"wikidata_id": "Q6579845", "display_name": "PTT Exploration and Production Public Company Limited", "legal_name": null, "aliases": ["PTT Exploration and Production", "PTTEP", "PTT Exploration And Production Public Co.", "Ltd.", "PTT Exploration And Production Public Company Limited", "Ptt Exploration And Production", "Ptt Exploration And Production Public Company Limited"], "website": "https://www.pttep.com", "canonical_domain": "pttep.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "PTTEP", "exchange": "Stock Exchange of Thailand", "lei": "2549001O8YYGP5N7Q076", "sec_cik": null, "parent": {"wikidata_id": "Q1810389", "name": "PTT Public Company Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PTTEP_Logo.svg", "description": "Thai petroleum company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1743 +{"wikidata_id": "Q6600980", "display_name": "Isracard Ltd", "legal_name": "ישראכרט בע''מ", "aliases": [], "website": "https://digital.isracard.co.il", "canonical_domain": "isracard.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "ISCD", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli financial services company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1744 +{"wikidata_id": "Q6704643", "display_name": "Luoyang Glass", "legal_name": null, "aliases": ["Luoyang Glass Company Limited"], "website": "https://www.zhglb.com", "canonical_domain": "zhglb.com", "country": "CN", "hq_city": "Luoyang", "hq_region": "Henan", "lat": 34.65867, "lon": 112.42447, "industries": ["materials"], "industry_labels": ["glass"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "600876", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese glassmaker", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1745 +{"wikidata_id": "Q6719051", "display_name": "MUI Group", "legal_name": null, "aliases": ["MALAYAN UNITED INDUSTRIES BERHAD", "Malayan United Industries Berhad", "Malayan United Industries Bhd."], "website": "https://www.muiglobal.com", "canonical_domain": "muiglobal.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "3891", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian holding company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1746 +{"wikidata_id": "Q6732019", "display_name": "Magnum Corporation", "legal_name": null, "aliases": ["Magnum Berhad", "MAGNUM BERHAD", "Magnum Bhd."], "website": "https://www.magnum.my", "canonical_domain": "magnum.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["lottery"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "3859", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian gambling company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1747 +{"wikidata_id": "Q6741177", "display_name": "Malakoff", "legal_name": null, "aliases": ["Malakoff Corporation Berhad", "Malakoff Corporation Bhd."], "website": "https://www.malakoff.com.my", "canonical_domain": "malakoff.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["energy", "utilities"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "5264", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Malakoff_Logo_2023.png", "description": "Malaysian water and power producer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1748 +{"wikidata_id": "Q677101", "display_name": "Okaya & Co.", "legal_name": null, "aliases": ["OKAYA & CO.", "LTD."], "website": "https://www.okaya.co.jp", "canonical_domain": "okaya.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["retail"], "industry_labels": ["international trade"], "founded_year": 1669, "employees": null, "public_company": true, "ticker": "7485", "exchange": "Nagoya Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1749 +{"wikidata_id": "Q6772402", "display_name": "Newmed Energy-limited Partnership", "legal_name": "ניו-מד אנרג'י- שותפות מוגבלת", "aliases": [], "website": "https://www.newmedenergy.com", "canonical_domain": "newmedenergy.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "NWMD", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Limited Partnership that holds interests in oil and gas properties in Israel", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1750 +{"wikidata_id": "Q6788100", "display_name": "Matsui Securities", "legal_name": null, "aliases": [], "website": "https://www.matsui.co.jp", "canonical_domain": "matsui.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "8628", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese financial company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1751 +{"wikidata_id": "Q6809967", "display_name": "Meidensha", "legal_name": null, "aliases": ["Meiden Kabushiki Kaisha"], "website": "https://www.meidensha.com", "canonical_domain": "meidensha.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "6508", "exchange": "Tokyo Stock Exchange", "lei": "529900VFKHJPVURD7985", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meidensha.svg", "description": "Japanese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1752 +{"wikidata_id": "Q6869102", "display_name": "Minor International", "legal_name": null, "aliases": ["Minor International Public Company Limited", "Minor International Public Co.", "Ltd."], "website": "https://www.minor.com", "canonical_domain": "minor.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "MINT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Minor_International_Logo.svg", "description": "multi national company based in Bangkok, Thailand", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1753 +{"wikidata_id": "Q6872704", "display_name": "Miramar Hotel and Investment", "legal_name": null, "aliases": [], "website": "https://www.miramar-group.com", "canonical_domain": "miramar-group.com", "country": "CN", "hq_city": "Kowloon", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.18333, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "0071", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1604969", "name": "KOLOUR"}, "logo_url": null, "description": "Hong Kong hotel chain company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1754 +{"wikidata_id": "Q6954702", "display_name": "NMC Health", "legal_name": null, "aliases": [], "website": "https://www.nmc.ae", "canonical_domain": "nmc.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["healthcare"], "industry_labels": ["health"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "NMC", "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_NMC_Health.svg", "description": "Healthcare chain and distribution business", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1755 +{"wikidata_id": "Q6960637", "display_name": "Nakilat", "legal_name": null, "aliases": [], "website": "https://www.nakilat.com.qa", "canonical_domain": "nakilat.com.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "QGTS", "exchange": "Qatar Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Qatari shipping and maritime company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1756 +{"wikidata_id": "Q6994325", "display_name": "Nepal Bangladesh Bank", "legal_name": null, "aliases": ["Nepal Bangaladesh Bank", "Nepal Bangaladesh Bank Ltd", "Nepal Bangladesh Bank Ltd"], "website": "https://www.nbbl.com.np", "canonical_domain": "nbbl.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "NBB", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1757 +{"wikidata_id": "Q7122305", "display_name": "Pacific Basin Shipping Limited", "legal_name": null, "aliases": [], "website": "https://www.pacificbasin.com", "canonical_domain": "pacificbasin.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2343", "exchange": "Hong Kong Stock Exchange", "lei": "254900LNPK737X4Y3V26", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong shipping company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1758 +{"wikidata_id": "Q7123127", "display_name": "Pactera", "legal_name": null, "aliases": ["Pactera Technology International Ltd."], "website": "https://www.pactera.com", "canonical_domain": "pactera.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "PACT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese multinational IT consulting & outsourcing company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1759 +{"wikidata_id": "Q7205567", "display_name": "Pluri Inc.", "legal_name": "פלורי אינק.", "aliases": ["Pluristem Therapeutics Inc."], "website": "https://www.pluristem.com", "canonical_domain": "pluristem.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "PSTI", "exchange": "Tel Aviv Stock Exchange", "lei": "529900OZKMF7JGZMYM81", "sec_cik": "1158780", "parent": null, "logo_url": null, "description": "Israeli company engaged in the development of human placental adherent stromal cells for commercial use", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1760 +{"wikidata_id": "Q7215569", "display_name": "Pico Far East Holdings Limited", "legal_name": null, "aliases": ["Pico Global"], "website": "https://www.pico.com", "canonical_domain": "pico.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["event marketing"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "0752", "exchange": "Hong Kong Stock Exchange", "lei": "254900NL3DXVIEY4HJ17", "sec_cik": null, "parent": null, "logo_url": null, "description": "Pico Global", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1761 +{"wikidata_id": "Q7226171", "display_name": "Polybona Films", "legal_name": null, "aliases": ["Beijing Poly-bona Film Company", "Beijing Poly-bona Film Distribution Company", "Beijing Poly-bona Film Publishing Company"], "website": "https://www.polybona.com.cn", "canonical_domain": "polybona.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["cinematography", "film production"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "BONA", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5099859", "name": "China Poly Group Corporation"}, "logo_url": null, "description": "Chinese film company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1762 +{"wikidata_id": "Q7251166", "display_name": "Protalix Biotherapeutics Inc", "legal_name": "פרוטליקס ביות'רפיוטיקס אינק", "aliases": ["Protalix BioTherapeutics Inc."], "website": "https://www.protalix.com", "canonical_domain": "protalix.com", "country": "IL", "hq_city": "Hackensack", "hq_region": "Acre Subdistrict", "lat": 32.9, "lon": 35.28333, "industries": ["biotechnology"], "industry_labels": ["biotechnology", "SIC 2836 Biological Products, (No Diagnostic Substances)"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "PLX", "exchange": "Tel Aviv Stock Exchange", "lei": "549300SDVB3GP4XDFM60", "sec_cik": "1006281", "parent": null, "logo_url": null, "description": "Israeli pharmaceutical company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1006281", "enriched_at": "2026-09-13T07:23:18+00:00"}}
1763 +{"wikidata_id": "Q7315774", "display_name": "Genting Malaysia Berhad", "legal_name": null, "aliases": ["Resorts World Berhad", "Genting Malaysia Bhd."], "website": "https://www.gentingmalaysia.com", "canonical_domain": "gentingmalaysia.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4715", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian gambling and hospitality company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1764 +{"wikidata_id": "Q7376589", "display_name": "Ruchi Soya", "legal_name": null, "aliases": [], "website": "https://www.ruchisoya.com", "canonical_domain": "ruchisoya.com", "country": "IN", "hq_city": "Indore", "hq_region": "Maratha Empire", "lat": 22.71861, "lon": 75.855, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "RUCHI", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Manufacturer of edible oil", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1765 +{"wikidata_id": "Q7389177", "display_name": "Great Wall Pan Asia Holdings", "legal_name": null, "aliases": ["Armada Holdings", "Armada Holdings Limited", "SCMP Group", "SCMP Group Limited"], "website": "https://www.gwpaholdings.com", "canonical_domain": "gwpaholdings.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "583", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "property investment company in Hong Kong", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1766 +{"wikidata_id": "Q7410172", "display_name": "Sampo Corporation", "legal_name": null, "aliases": ["Sampo"], "website": "https://www.sampo.com.tw", "canonical_domain": "sampo.com.tw", "country": "TW", "hq_city": "Taoyuan", "hq_region": "Taiwan", "lat": 24.99128, "lon": 121.31433, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "1604", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": "1436778", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sampo_red_impact_logo_2012.svg", "description": "manufacturing company in Taiwan", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1436778", "enriched_at": "2026-09-13T07:23:18+00:00"}}
1767 +{"wikidata_id": "Q7418872", "display_name": "Sano Bruno's Enterprises Ltd.", "legal_name": "סנו-מפעלי ברונוס בע''מ", "aliases": [], "website": "https://www.sano.co.il", "canonical_domain": "sano.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["fast-moving consumer goods"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "SANO1", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "detergent products manufacturer in Israel", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1768 +{"wikidata_id": "Q7419002", "display_name": "Sansiri", "legal_name": null, "aliases": ["Sansiri Public Company Limited", "Sansiri Public Co.", "Ltd."], "website": "https://www.sansiri.com", "canonical_domain": "sansiri.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "SIRI", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E0%B9%82%E0%B8%A5%E0%B9%82%E0%B8%81%E0%B9%89%E0%B8%9A%E0%B8%A3%E0%B8%B4%E0%B8%A9%E0%B8%B1%E0%B8%97_%E0%B9%81%E0%B8%AA%E0%B8%99%E0%B8%AA%E0%B8%B4%E0%B8%A3%E0%B8%B4_%E0%B8%88%E0%B8%B3%E0%B8%81%E0%B8%B1%E0%B8%94_%28%E0%B8%A1%E0%B8%AB%E0%B8%B2%E0%B8%8A%E0%B8%99%29.svg", "description": "real estate developer in Thailand", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1769 +{"wikidata_id": "Q7427079", "display_name": "Saudi Advanced Industries Company", "legal_name": "الشركة السعودية للصناعات المتطورة", "aliases": [], "website": "https://saic.com.sa", "canonical_domain": "saic.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2120", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1770 +{"wikidata_id": "Q7489116", "display_name": "Shanxi Coking Co., Ltd.", "legal_name": null, "aliases": ["Shanxi Coking"], "website": "https://www.sxjh.com.cn", "canonical_domain": "sxjh.com.cn", "country": "CN", "hq_city": "Linfen", "hq_region": "Shanxi", "lat": 36.08121, "lon": 111.50865, "industries": ["energy", "mining"], "industry_labels": ["coal industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "600740", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publicly traded company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1771 +{"wikidata_id": "Q7494368", "display_name": "Shenzhen Energy Group", "legal_name": null, "aliases": ["Shenzhen Energy"], "website": "https://www.sec.com.cn", "canonical_domain": "sec.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "000027", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese power generation company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1772 +{"wikidata_id": "Q7494388", "display_name": "Shenzhen Zhongjin Lingnan Nonfemet Company", "legal_name": null, "aliases": [], "website": "https://www.nonfemet.com", "canonical_domain": "nonfemet.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000060", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1773 +{"wikidata_id": "Q7524965", "display_name": "Sinotrans Shipping", "legal_name": null, "aliases": [], "website": "https://www.sinotranship.com", "canonical_domain": "sinotranship.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "0368", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese shipping company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1774 +{"wikidata_id": "Q7585968", "display_name": "SLTMobitel", "legal_name": null, "aliases": ["Sri Lanka Telecom", "Sri Lanka Telecom PLC"], "website": "https://www.slt.lk", "canonical_domain": "slt.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "SLTL.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SLTMobitel_Logo.svg", "description": "Sri Lankan telecommunications company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1775 +{"wikidata_id": "Q7658810", "display_name": "Swire Properties", "legal_name": null, "aliases": ["Swire Properties Limited"], "website": "https://www.swireproperties.com", "canonical_domain": "swireproperties.com", "country": "HK", "hq_city": "One Island East", "hq_region": "Eastern District", "lat": 22.28606, "lon": 114.21336, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "1972", "exchange": "Hong Kong Stock Exchange", "lei": "5299001L12PHYVQ92465", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1776 +{"wikidata_id": "Q7728168", "display_name": "The Cross-Harbour (Holdings)", "legal_name": null, "aliases": ["CROSS-HAR TUN", "CROSS-HAR(HOLD)", "The Cross-Harbour (Holdings) Limited", "The Cross-Harbour Tunnel Company", "Limited"], "website": "https://www.crossharbour.com.hk", "canonical_domain": "crossharbour.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "0032", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong investment company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1777 +{"wikidata_id": "Q7811386", "display_name": "Toagosei", "legal_name": null, "aliases": ["Toagosei Company", "Limited", "Toagosei Kabushiki-gaisha"], "website": "https://www.toagosei.co.jp", "canonical_domain": "toagosei.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "4045", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toagosei_company_logo.svg", "description": "Japanese chemical manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1778 +{"wikidata_id": "Q7831552", "display_name": "Tracker Fund of Hong Kong", "legal_name": null, "aliases": [], "website": "https://www.trahk.com.hk", "canonical_domain": "trahk.com.hk", "country": "HK", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2800", "exchange": "Hong Kong Stock Exchange", "lei": "549300C7M6EZYJHBKK44", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TrackerFundOfHongKong_logo_%28English%29.svg", "description": "Hong Kong exchange-traded fund", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1779 +{"wikidata_id": "Q7834879", "display_name": "Transport International Holdings", "legal_name": "Transport International Holdings Limited", "aliases": ["Transport International"], "website": "https://www.tih.hk", "canonical_domain": "tih.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation", "asset-management"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "0062", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1789188", "name": "Sun Hung Kai Properties"}, "logo_url": null, "description": "public transport operator in Hong Kong", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1780 +{"wikidata_id": "Q7835895", "display_name": "TravelSky", "legal_name": null, "aliases": [], "website": "https://www.travelsky.net", "canonical_domain": "travelsky.net", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "0696", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese technology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1781 +{"wikidata_id": "Q795900", "display_name": "BGI Genomics", "legal_name": null, "aliases": ["Beijing Genomics Institute"], "website": "https://www.genomics.cn", "canonical_domain": "genomics.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["biotechnology"], "industry_labels": ["genetic engineering"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "300676", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115806532", "name": "BGI Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BGI_Logo.png", "description": "Chinese biotechnology company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1782 +{"wikidata_id": "Q80556618", "display_name": "PICC Property and Casualty Co. Ltd.", "legal_name": "中国人民财产保险股份有限公司", "aliases": ["PICC Property and Casualty", "PICC Property and Casualty Company Limited"], "website": "https://www.epicc.com.cn", "canonical_domain": "epicc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "2328", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1807264", "name": "The People's Insurance Company (Group) of China Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Picc.gif", "description": "Chinese listed insurer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1783 +{"wikidata_id": "Q8061323", "display_name": "Yunnan Baiyao Group", "legal_name": null, "aliases": [], "website": "https://www.yunnanbaiyao.com.cn", "canonical_domain": "yunnanbaiyao.com.cn", "country": "CN", "hq_city": "Kunming", "hq_region": "Yunnan", "lat": 25.04333, "lon": 102.70611, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "000538", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1784 +{"wikidata_id": "Q85986130", "display_name": "Farm Fresh", "legal_name": null, "aliases": ["The Holstein Milk Company", "Farm Fresh Berhad", "Farm Fresh Bhd."], "website": "https://www.farmfresh.com.my", "canonical_domain": "farmfresh.com.my", "country": "MY", "hq_city": "Sedili", "hq_region": "Kota Tinggi District", "lat": 1.92706, "lon": 104.10997, "industries": ["food-beverage"], "industry_labels": ["dairy product", "dairy"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "5306", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian dairy products company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1785 +{"wikidata_id": "Q96100052", "display_name": "Bank JTrust Indonesia", "legal_name": "PT Bank JTrust Indonesia Tbk.", "aliases": ["BCIC", "Bank J Trust Indonesia", "Mutiara Bank"], "website": "https://www.jtrustbank.co.id", "canonical_domain": "jtrustbank.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "BCIC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11227079", "name": "J Trust"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/J_Trust_Bank_logo.svg", "description": "Indonesian company", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1786 +{"wikidata_id": "Q96407440", "display_name": "TAL Education Group", "legal_name": null, "aliases": [], "website": "https://en.100tal.com", "canonical_domain": "100tal.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["education"], "industry_labels": ["Elementary and Secondary Schools"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "TAL", "exchange": "New York Stock Exchange", "lei": "5493003PJZS0EC085V72", "sec_cik": "1499620", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TalEducationlogo.png", "description": "after-school education institution of China", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1787 +{"wikidata_id": "Q96418723", "display_name": "Karex", "legal_name": null, "aliases": ["Karex Berhad", "Karex Bhd."], "website": "https://www.karex.com.my", "canonical_domain": "karex.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5247", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian condom manufacturer", "sitelinks": 4, "importance": 0.3692, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1788 +{"wikidata_id": "Q724043", "display_name": "Zebra Pen Corporation", "legal_name": null, "aliases": ["Zebra pen manufacturer", "Zebra Pens"], "website": "https://www.zebra.co.jp", "canonical_domain": "zebra.co.jp", "country": "JP", "hq_city": "Higashi-Gokenchō", "hq_region": "Shinjuku", "lat": 35.70729, "lon": 139.73943, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1897, "employees": 953, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zebra_Pen_Company_logo.svg", "description": "Japanese pen manufacturer", "sitelinks": 12, "importance": 0.369, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1789 +{"wikidata_id": "Q2234815", "display_name": "Tohatsu", "legal_name": null, "aliases": [], "website": "https://tohatsu.com", "canonical_domain": "tohatsu.com", "country": "JP", "hq_city": "Itabashi", "hq_region": "Tokyo", "lat": 35.75119, "lon": 139.70928, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1922, "employees": 527, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tohatsu_company_logo.svg", "description": "outboard motor and fire pumps manufacturer", "sitelinks": 13, "importance": 0.3682, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1790 +{"wikidata_id": "Q115922174", "display_name": "Jidu Auto", "legal_name": null, "aliases": [], "website": "https://www.jiyue-auto.com", "canonical_domain": "jiyue-auto.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2021, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q14772", "name": "Baidu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pixel-J_logo.svg", "description": "Chinese joint-venture between Geely and Baidu", "sitelinks": 10, "importance": 0.368, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1791 +{"wikidata_id": "Q1124351", "display_name": "FAW Group", "legal_name": null, "aliases": ["China FAW Group Corporation Limited", "FAW Group Corporation", "First Automobile Works"], "website": "https://www.faw.com", "canonical_domain": "faw.com", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.85794, "lon": 125.2465, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned automobile manufacturer", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1792 +{"wikidata_id": "Q631792", "display_name": "Beko", "legal_name": "Beko Elektronik A.Ş.", "aliases": [], "website": "https://www.bekocorporate.com", "canonical_domain": "bekocorporate.com", "country": "TR", "hq_city": "Sütlüce", "hq_region": "Beyoğlu", "lat": 41.0509, "lon": 28.9401, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q640497", "name": "Arçelik"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beko_Germany_Logo_2023.svg", "description": "Turkish manufacturer of household appliances and consumer electronics", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1793 +{"wikidata_id": "Q734942", "display_name": "Buddha Air", "legal_name": null, "aliases": ["Buddha Air Pvt. Ltd"], "website": "https://www.buddhaair.com", "canonical_domain": "buddhaair.com", "country": "NP", "hq_city": "Jawalakhel", "hq_region": "Lalitpur", "lat": 27.66667, "lon": 85.31667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nepalese airline", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1794 +{"wikidata_id": "Q849488", "display_name": "VAIO", "legal_name": "VAIO株式会社", "aliases": ["Sony VAIO"], "website": "https://www.vaio.com", "canonical_domain": "vaio.com", "country": "JP", "hq_city": "Azumino", "hq_region": "Nagano Prefecture", "lat": 36.30389, "lon": 137.90556, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vaio.svg", "description": "Japanese PCs and consumer electronics manufacturer", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1795 +{"wikidata_id": "Q909560", "display_name": "Drukair", "legal_name": "Drukair Corporation Limited", "aliases": ["Druk Air", "Drukair - Royal Bhutan Airlines", "Drukair – Royal Bhutan Airlines", "Drukair — Royal Bhutan Airlines", "Royal Bhutan Airlines", "Royal Bhutan Airlines"], "website": "https://www.drukair.com.bt", "canonical_domain": "drukair.com.bt", "country": "BT", "hq_city": "Paro", "hq_region": "Wangchang Gewog", "lat": 27.43333, "lon": 89.41667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "flag carrier of the Kingdom of Bhutan", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1796 +{"wikidata_id": "Q974899", "display_name": "Shenzhen Airlines", "legal_name": null, "aliases": ["Shenzhen Air"], "website": "https://www.shenzhenair.com", "canonical_domain": "shenzhenair.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51747", "name": "Air China"}, "logo_url": null, "description": "airline headquartered in Bao'an, Shenzhen, Guangdong, China and based in Shenzhen Bao'an International Airport", "sitelinks": 32, "importance": 0.3676, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1797 +{"wikidata_id": "Q1255529", "display_name": "Grezzo", "legal_name": null, "aliases": ["Grezzo Co", "Ltd."], "website": "https://www.grezzo.co.jp", "canonical_domain": "grezzo.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grezzo_logo.svg", "description": "Japanese video game developer", "sitelinks": 17, "importance": 0.3675, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1798 +{"wikidata_id": "Q383046", "display_name": "Afghan Wireless", "legal_name": null, "aliases": ["AWCC", "افغان بیسیم"], "website": "https://afghan-wireless.com", "canonical_domain": "afghan-wireless.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2002, "employees": 5500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunication company in Afghanistan", "sitelinks": 9, "importance": 0.3668, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1799 +{"wikidata_id": "Q1058127", "display_name": "West Nippon Expressway Company", "legal_name": "West Nippon Expressway Company Limited", "aliases": ["NEXCO West", "NEXCO West Japan"], "website": "https://global.w-nexco.co.jp", "canonical_domain": "w-nexco.co.jp", "country": "JP", "hq_city": "Dojima Avanza", "hq_region": "Dōjima", "lat": 34.69697, "lon": 135.49644, "industries": ["transportation"], "industry_labels": ["Fixed facilities for road transport"], "founded_year": 2005, "employees": 2744, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEXCO_West_-_Logo.svg", "description": "one of the main operators of expressways and toll roads in Japan", "sitelinks": 10, "importance": 0.3667, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1800 +{"wikidata_id": "Q12218559", "display_name": "Qassim Cement Company", "legal_name": "شركة أسمنت القصيم", "aliases": ["QCC"], "website": "https://www.qcc.com.sa", "canonical_domain": "qcc.com.sa", "country": "SA", "hq_city": "Burayda", "hq_region": "Buraidah Governorate", "lat": 26.33333, "lon": 43.96667, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1976, "employees": 650, "public_company": true, "ticker": "3040", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3667, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1801 +{"wikidata_id": "Q1617128", "display_name": "Majid Al Futtaim Group", "legal_name": null, "aliases": [], "website": "https://www.majidalfuttaim.com", "canonical_domain": "majidalfuttaim.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1992, "employees": 27000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Majid_Al_Futtaim_logo.svg", "description": "Emirati holding company", "sitelinks": 7, "importance": 0.3663, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1802 +{"wikidata_id": "Q6446085", "display_name": "Kurita Water Industries Ltd.", "legal_name": null, "aliases": ["Kurita Kōgyō Kabushiki-gaisha"], "website": "https://www.kurita.co.jp", "canonical_domain": "kurita.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["utilities"], "industry_labels": [], "founded_year": 1949, "employees": 5222, "public_company": false, "ticker": null, "exchange": null, "lei": "52990086GS2ON69UMX34", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kurita_company_logo.svg", "description": "Japanese water treatment company", "sitelinks": 9, "importance": 0.366, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1803 +{"wikidata_id": "Q70822135", "display_name": "Hengli Group", "legal_name": null, "aliases": ["Hengli Group Co.", "Ltd."], "website": "https://www.hengli.com", "canonical_domain": "hengli.com", "country": "CN", "hq_city": "Suzhou", "hq_region": "Anhui", "lat": 33.63328, "lon": 116.96833, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1994, "employees": 63420, "public_company": false, "ticker": null, "exchange": null, "lei": "300300MEDO70S2VQPE52", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese chemical company", "sitelinks": 6, "importance": 0.3647, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1804 +{"wikidata_id": "Q5361952", "display_name": "SB Creative", "legal_name": "SBクリエイティブ株式会社", "aliases": ["SB Creative Corp", "SB Creative Corp.", "Softbank Creative", "SoftBank Creative", "Softbank Creative Corp", "SoftBank Creative Corp", "Softbank Creative Corp.", "SoftBank Creative Corp."], "website": "https://www.softbankcr.co.jp", "canonical_domain": "softbankcr.co.jp", "country": "JP", "hq_city": "Roppongi", "hq_region": "Minato", "lat": 35.666, "lon": 139.73686, "industries": ["media", "technology"], "industry_labels": ["publishing", "digital technology"], "founded_year": 1999, "employees": 246, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SB_Creative_logo.png", "description": "SoftBank Group's Company", "sitelinks": 14, "importance": 0.3645, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1805 +{"wikidata_id": "Q1148423", "display_name": "IMI Systems", "legal_name": null, "aliases": [], "website": "https://www.imisystems.com", "canonical_domain": "imisystems.com", "country": "IL", "hq_city": "Ramat HaSharon", "hq_region": "Tel Aviv District", "lat": 32.14611, "lon": 34.83944, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1933, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1325369", "name": "Elbit Systems Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IMI_Systems_official_logo.jpg", "description": "Ex company israelian of defense", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1806 +{"wikidata_id": "Q1156874", "display_name": "Pacific Airlines", "legal_name": null, "aliases": ["Jetstar Pacific Airlines"], "website": "https://www.pacificairlines.com", "canonical_domain": "pacificairlines.com", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paa-logos-01.png", "description": "airline", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1807 +{"wikidata_id": "Q1319404", "display_name": "Scoot", "legal_name": null, "aliases": ["TR", "TGW"], "website": "https://www.flyscoot.com", "canonical_domain": "flyscoot.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q32245", "name": "Singapore Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Scoot_logo.svg", "description": "Singaporean low-cost airline and a wholly owned subsidiary of Singapore Airlines", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1808 +{"wikidata_id": "Q1345267", "display_name": "Suntory", "legal_name": null, "aliases": [], "website": "https://www.suntory.co.jp", "canonical_domain": "suntory.co.jp", "country": "JP", "hq_city": "Dōjimahama", "hq_region": "Kita-ku", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["beverage industry", "brewing industry"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137363738", "name": "Suntory Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SUNTORY_logo.svg", "description": "Japanese beverage company", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1809 +{"wikidata_id": "Q29311", "display_name": "Hyundai", "legal_name": null, "aliases": [], "website": "https://www.hyundaigroup.com", "canonical_domain": "hyundaigroup.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_logo_%28english%29.svg", "description": "multinational conglomerate headquartered in Seoul", "sitelinks": 31, "importance": 0.3644, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q355207"}]}
1810 +{"wikidata_id": "Q1202628", "display_name": "Victor Entertainment", "legal_name": "株式会社JVCケンウッド・ビクターエンタテインメント", "aliases": ["JVC Entertainment", "JVC Kenwood Victor Entertainment Corporation", "JVC Music", "Victor Music"], "website": "https://www.jvcmusic.co.jp", "canonical_domain": "jvcmusic.co.jp", "country": "JP", "hq_city": "Jingūmae", "hq_region": "Shibuya", "lat": 35.66781, "lon": 139.70792, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1972, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1676719", "name": "JVC Kenwood"}, "logo_url": null, "description": "Japanese entertainment company", "sitelinks": 13, "importance": 0.3642, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11254162"}, {"related_domain_conflict": "Q54621480"}]}
1811 +{"wikidata_id": "Q96313585", "display_name": "Serverworks Co., Ltd.", "legal_name": "株式会社サーバーワークス", "aliases": ["Serverworks"], "website": "https://www.serverworks.co.jp", "canonical_domain": "serverworks.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["telecommunications"], "industry_labels": ["information and communications industry"], "founded_year": 2000, "employees": 550, "public_company": true, "ticker": "4434", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cloud Integrator", "sitelinks": 1, "importance": 0.3642, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1812 +{"wikidata_id": "Q96472501", "display_name": "Polychem Indonesia", "legal_name": "Polychem Indonesia Tbk", "aliases": ["ADMG"], "website": "https://www.polychemindo.com", "canonical_domain": "polychemindo.com", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": 1986, "employees": 537, "public_company": true, "ticker": "ADMG", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1491569", "name": "Gajah Tunggal"}, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.3639, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1813 +{"wikidata_id": "Q7931361", "display_name": "Vinaphone", "legal_name": null, "aliases": [], "website": "https://www.vinaphone.com.vn", "canonical_domain": "vinaphone.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7928543", "name": "Vietnam Posts and Telecommunications Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Vinaphone.svg", "description": "Vietnamese mobile network operator, subsidiary of VNPT", "sitelinks": 10, "importance": 0.3621, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1814 +{"wikidata_id": "Q2618154", "display_name": "Aigo", "legal_name": null, "aliases": ["aigo", "Beijing Huaqi Information Digital Technology Co.", "Ltd."], "website": "https://www.aigo.com", "canonical_domain": "aigo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1993, "employees": 1900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese consumer electronics company", "sitelinks": 10, "importance": 0.3614, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1815 +{"wikidata_id": "Q12580836", "display_name": "CU", "legal_name": null, "aliases": [], "website": "https://cumongol.mn", "canonical_domain": "cumongol.mn", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CU_BI_%282017%29.svg", "description": "convenience store chain based in South Korea", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1816 +{"wikidata_id": "Q5629457", "display_name": "HEPCO", "legal_name": null, "aliases": ["Heavy Equipment Production Company"], "website": "https://hepcoir.com", "canonical_domain": "hepcoir.com", "country": "IR", "hq_city": "Arak", "hq_region": "Central District", "lat": 34.09111, "lon": 49.74528, "industries": ["automotive"], "industry_labels": ["vehicle industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_HEPCO_Heavy_Industries.png", "description": "vehicle manufacturing company in Arak, Iran", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1817 +{"wikidata_id": "Q5644023", "display_name": "Hamamatsu Photonics", "legal_name": null, "aliases": ["Hamamatsu Hotonikusu Kabushiki-Gaisha"], "website": "https://www.hamamatsu.com", "canonical_domain": "hamamatsu.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hamamatsu_Photonics_company_logo.svg", "description": "Japanese optical device manufacturer", "sitelinks": 11, "importance": 0.3612, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1818 +{"wikidata_id": "Q1064048", "display_name": "Jazeera Airways", "legal_name": null, "aliases": ["Jazeera", "Jazeera Air", "Jazeera Airlines"], "website": "https://www.jazeeraairways.com", "canonical_domain": "jazeeraairways.com", "country": "KW", "hq_city": "Farwaniya", "hq_region": null, "lat": 29.27556, "lon": 47.96028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jazeera_Airways_logo.svg", "description": "Kuwaiti low-cost airline with its head office on the grounds of Kuwait International Airport in Al Farwaniyah Governorate, Kuwait", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1819 +{"wikidata_id": "Q1115363", "display_name": "Comac", "legal_name": null, "aliases": ["Commercial Aircraft Corporation of China"], "website": "https://www.comac.cc", "canonical_domain": "comac.cc", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned aerospace manufacturer", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1820 +{"wikidata_id": "Q147208", "display_name": "Xiamen Airlines", "legal_name": null, "aliases": ["Xiamen", "Xiamen Air", "Xiamen Airline"], "website": "https://www.xiamenair.com", "canonical_domain": "xiamenair.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["airlines"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291090", "name": "China Southern Airlines"}, "logo_url": null, "description": "airline in the People's Republic of China", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1821 +{"wikidata_id": "Q291944", "display_name": "Sichuan Airlines", "legal_name": null, "aliases": ["CSC", "Sichuan", "3U", "Sichuan Air", "Sichuan Airlines Co.", "Ltd."], "website": "https://www.sichuanair.com", "canonical_domain": "sichuanair.com", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international airline headquartered in Chengdu, Sichuan, People's Republic of China", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1822 +{"wikidata_id": "Q597485", "display_name": "Kam Air", "legal_name": null, "aliases": ["KMF", "RQ", "KamAir"], "website": "https://www.kamair.com", "canonical_domain": "kamair.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kam_Air_Logo.png", "description": "airline in Afghanistan", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1823 +{"wikidata_id": "Q654953", "display_name": "Ariana Afghan Airlines", "legal_name": "Aryana Airlines", "aliases": ["FG", "AFG", "Ariana Afghan Airlines Co. Ltd"], "website": "https://www.flyariana.com", "canonical_domain": "flyariana.com", "country": "AF", "hq_city": "Shahr-e Naw", "hq_region": "Kabul", "lat": 35.93333, "lon": 68.71667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ariana_Afghan_Airlines_logo.svg", "description": "flag carrier airline of Afghanistan", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1824 +{"wikidata_id": "Q719625", "display_name": "UnionPay", "legal_name": null, "aliases": ["CUP", "China UnionPay", "Ginren", "Unionpay", "UnionPay Card"], "website": "https://www.unionpayintl.com", "canonical_domain": "unionpayintl.com", "country": "CN", "hq_city": "Pudong", "hq_region": "Shanghai", "lat": 31.22306, "lon": 121.53972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UnionPay_logo.svg", "description": "Chinese financial services company", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1825 +{"wikidata_id": "Q762479", "display_name": "Temasek Holdings", "legal_name": null, "aliases": ["Temasek Holdings Private Limited"], "website": "https://www.temasek.com.sg", "canonical_domain": "temasek.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Temasek_Holdings_logo.svg", "description": "investment company owned by the Government of Singapore", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1826 +{"wikidata_id": "Q899122", "display_name": "Mitsui Group", "legal_name": null, "aliases": ["Daiichi Bussan Kaisha", "Ltd", "Mitsui (Japan)", "Mitsui Gurūpu"], "website": "https://www.mitsuipr.com", "canonical_domain": "mitsuipr.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_Group_logo.svg", "description": "business", "sitelinks": 30, "importance": 0.361, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1827 +{"wikidata_id": "Q684780", "display_name": "Camelot Software Planning", "legal_name": null, "aliases": [], "website": "https://www.camelot.co.jp", "canonical_domain": "camelot.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 33, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3606, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1828 +{"wikidata_id": "Q5058279", "display_name": "Cellebrite", "legal_name": null, "aliases": [], "website": "https://www.cellebrite.com", "canonical_domain": "cellebrite.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["technology"], "industry_labels": [], "founded_year": 1999, "employees": 520, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q127601113", "name": "Sun Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Cellebrite_%282021%29.svg", "description": "Israeli digital intelligence company", "sitelinks": 12, "importance": 0.3602, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1829 +{"wikidata_id": "Q3337438", "display_name": "Nintendo Cube", "legal_name": null, "aliases": ["Nd Cube", "ND CUBE Co.", "Ltd."], "website": "https://www.nintendo-cube.co.jp", "canonical_domain": "nintendo-cube.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 180, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nintendo_Cube_Logo.svg", "description": "Japanese video game developer", "sitelinks": 14, "importance": 0.36, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1830 +{"wikidata_id": "Q1333381", "display_name": "Wagon Pars", "legal_name": null, "aliases": ["Pars Wagon"], "website": "https://mapnawagonpars.com", "canonical_domain": "mapnawagonpars.com", "country": "IR", "hq_city": "Arak County", "hq_region": "Markazi Province", "lat": 34.08194, "lon": 49.73111, "industries": ["automotive", "transportation"], "industry_labels": ["rail vehicle manufacturer", "rail industry"], "founded_year": 1974, "employees": 900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6714424", "name": "MAPNA"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wagonpars.png", "description": "rail transport manufacturing company in Arak, Iran", "sitelinks": 11, "importance": 0.3597, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1831 +{"wikidata_id": "Q558629", "display_name": "Crypton Future Media", "legal_name": null, "aliases": ["CFM", "CRYPTON", "CRYPTON FUTURE MEDIA", "Inc."], "website": "https://www.crypton.co.jp", "canonical_domain": "crypton.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": 30, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Crypton_Future_Media_logo.svg", "description": "Japanese media company", "sitelinks": 18, "importance": 0.3593, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1832 +{"wikidata_id": "Q4783497", "display_name": "Arabtec", "legal_name": null, "aliases": ["Arabtec Construction", "Arabtec Construction PJSC"], "website": "https://www.arabtecuae.com", "canonical_domain": "arabtecuae.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1975, "employees": 42000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arabtec_Holding_Logo.jpg", "description": "United Arab Emirates construction group", "sitelinks": 6, "importance": 0.3587, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1833 +{"wikidata_id": "Q991149", "display_name": "1-Up Studio", "legal_name": null, "aliases": ["1-UP Studio Inc.", "Brownie Brown Inc."], "website": "https://1-up-studio.jp", "canonical_domain": "1-up-studio.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 66, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1-UP_Studio_Logo.svg", "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.3587, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1834 +{"wikidata_id": "Q2723301", "display_name": "VAP Inc.", "legal_name": null, "aliases": ["VAP", "Vap", "Video and Audio Project"], "website": "https://www.vap.co.jp", "canonical_domain": "vap.co.jp", "country": "JP", "hq_city": "Yonbanchō", "hq_region": "Chiyoda", "lat": 35.68886, "lon": 139.73786, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1981, "employees": 161, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q864910", "name": "Nippon Television"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VAP_logo.svg", "description": "Japanese entertainment company;subsidiary of Nippon Television", "sitelinks": 14, "importance": 0.3584, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1835 +{"wikidata_id": "Q2735962", "display_name": "Media.Vision", "legal_name": "Media.Vision Entertainment Inc.", "aliases": ["Media Vision Inc."], "website": "https://www.media-vision.co.jp", "canonical_domain": "media-vision.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": 64, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.3583, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1836 +{"wikidata_id": "Q197544", "display_name": "Jonway Automobile", "legal_name": null, "aliases": [], "website": "https://www.jonway.com", "canonical_domain": "jonway.com", "country": "CN", "hq_city": "Taizhou", "hq_region": "Zhejiang", "lat": 29.03562, "lon": 121.62036, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": 800, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automotive company", "sitelinks": 11, "importance": 0.358, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1837 +{"wikidata_id": "Q1149762", "display_name": "Mahan Air", "legal_name": null, "aliases": ["IRM", "W5", "Mahan Airlines"], "website": "https://www.mahan.aero", "canonical_domain": "mahan.aero", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "privately owned Iranian airline based in Tehran, Iran", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1838 +{"wikidata_id": "Q115146", "display_name": "Tokyo MX", "legal_name": "Tokyo Metroporitan Television Co.,Ltd.", "aliases": ["MX", "JOMX", "JOMX-DTV", "JOMX-TV", "MX-TV", "MXTV", "TOKYO CH9", "Tokyo Metropolitan Television"], "website": "https://s.mxtv.jp", "canonical_domain": "mxtv.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_metropolitan_television_logo_%28rainbow%29.svg", "description": "independent TV station in Tokyo, Japan", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1839 +{"wikidata_id": "Q21462723", "display_name": "Uber Eats", "legal_name": null, "aliases": ["UberEats"], "website": "https://www.ubereats.com", "canonical_domain": "ubereats.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["internet", "logistics"], "industry_labels": ["online food ordering", "food delivery service"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uber_Eats_2020_logo.svg", "description": "meal delivery service", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1840 +{"wikidata_id": "Q2875131", "display_name": "Azerbaijanfilm", "legal_name": "Azərbaycanfilm", "aliases": [], "website": "https://www.azerbaijanfilm.az", "canonical_domain": "azerbaijanfilm.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["entertainment"], "industry_labels": ["movie theater", "cinematography"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1841 +{"wikidata_id": "Q558002", "display_name": "Israir Airlines", "legal_name": null, "aliases": ["ISR", "6H", "Israir", "Israir Air", "Israir Airways"], "website": "https://www.israir.co.il", "canonical_domain": "israir.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Israir_Airlines_Logo.svg", "description": "Israeli airline", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1842 +{"wikidata_id": "Q580829", "display_name": "Central Bank of the Republic of Turkey", "legal_name": null, "aliases": ["CBRT", "Central Bank of the Republic of Türkiye", "Central Bank of Turkey", "Republican Central Bank of Turkey"], "website": "https://www.tcmb.gov.tr", "canonical_domain": "tcmb.gov.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["banking"], "industry_labels": ["research"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "789000B8K6KNUMHC1Y64", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TCMB_logo.svg", "description": "central bank of Turkey", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1843 +{"wikidata_id": "Q859245", "display_name": "Syrian Air", "legal_name": null, "aliases": ["Syrian Airline", "Syrian Arab Air", "SyrianAir", "SyrianAirline"], "website": "https://syrian-airlines.net", "canonical_domain": "syrian-airlines.net", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Syrian commercial airline", "sitelinks": 29, "importance": 0.3576, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1844 +{"wikidata_id": "Q4042332", "display_name": "Kowa", "legal_name": "興和株式会社", "aliases": ["Kowa Co Ltd."], "website": "https://www.kowa.co.jp", "canonical_domain": "kowa.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["pharmaceuticals"], "industry_labels": ["spinning", "pharmaceutical industry", "photo industry"], "founded_year": 1894, "employees": 5819, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kowa_Company_logo.jpg", "description": "Trading company in Japan", "sitelinks": 8, "importance": 0.3565, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1845 +{"wikidata_id": "Q846884", "display_name": "Ubisoft Shanghai", "legal_name": null, "aliases": ["Ubisoft Shanghái"], "website": "https://www.ubisoft.com.cn", "canonical_domain": "ubisoft.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "Chinese video game developer", "sitelinks": 12, "importance": 0.3564, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4052310"}]}
1846 +{"wikidata_id": "Q119659534", "display_name": "Tameny Inc.", "legal_name": null, "aliases": [], "website": "https://tameny.jp", "canonical_domain": "tameny.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": [], "industry_labels": ["wedding", "regional revitalization", "matchmaking"], "founded_year": 2004, "employees": 298, "public_company": true, "ticker": "6181", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3554, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1847 +{"wikidata_id": "Q10843470", "display_name": "Mobile Telecommunication Company of Iran", "legal_name": null, "aliases": ["Hamrahe Aval", "MCI"], "website": "https://www.mci.ir", "canonical_domain": "mci.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1992, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7695842", "name": "Telecommunication Company of Iran"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MCI_logo_%282025%29.svg", "description": "Iranian telecommunications company", "sitelinks": 8, "importance": 0.3543, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1848 +{"wikidata_id": "Q1191897", "display_name": "Grasshopper Manufacture", "legal_name": null, "aliases": ["GRASSHOPPER MANUFACTURE INC."], "website": "https://www.grasshopper.co.jp", "canonical_domain": "grasshopper.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": 48, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.3542, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1849 +{"wikidata_id": "Q1044563", "display_name": "SNK", "legal_name": null, "aliases": ["PLAYMORE", "SNK CORPORATION", "SNK Playmore", "SNK PLAYMORE", "SNK Playmore USA Corporation", "SNK PLAYMORE USA CORPORATION"], "website": "https://www.snk-corp.co.jp", "canonical_domain": "snk-corp.co.jp", "country": "JP", "hq_city": "Yodogawa-ku", "hq_region": "Osaka", "lat": 34.72111, "lon": 135.48667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNK_logo.svg", "description": "Japanese video game company", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1850 +{"wikidata_id": "Q1053684", "display_name": "Polyphony Digital", "legal_name": null, "aliases": ["Polyphony Digital Inc.", "Inc."], "website": "https://www.polyphony.co.jp", "canonical_domain": "polyphony.co.jp", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.671, "lon": 139.79086, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "internal Japanese first-party video game development studio of Sony Interactive Entertainment", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1851 +{"wikidata_id": "Q1543585", "display_name": "Nismo", "legal_name": null, "aliases": ["Nissan Motorsport International Limited", "Nissan Motorsport Ltd."], "website": "https://www.nissanusa.com", "canonical_domain": "nissanusa.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20165", "name": "Nissan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nismo_logo.svg", "description": "motorsport and performance division of automobile manufacturer Nissan", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11403931"}]}
1852 +{"wikidata_id": "Q18169", "display_name": "Korea Railroad Corporation", "legal_name": "한국철도공사", "aliases": ["Korail", "Korea Railroad"], "website": "https://info.korail.com", "canonical_domain": "korail.com", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9398575", "name": "Ministry of Land, Infrastructure and Transport"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korail_logo.svg", "description": "national railroad operator in South Korea", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1853 +{"wikidata_id": "Q3880200", "display_name": "ONE Championship", "legal_name": null, "aliases": ["ONE Fighting Championship"], "website": "https://www.onefc.com", "canonical_domain": "onefc.com", "country": "SG", "hq_city": "Kallang", "hq_region": "Central Region", "lat": 1.31078, "lon": 103.86564, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "martial arts promoter based in Singapore", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1854 +{"wikidata_id": "Q513712", "display_name": "Pony Canyon", "legal_name": "Pony Canyon, Inc.", "aliases": ["Inc.", "Ponican", "PONY CANYON INC."], "website": "https://www.ponycanyon.co.jp", "canonical_domain": "ponycanyon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10954015", "name": "Fuji Media Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pony_Canyon_logo.svg", "description": "Japanese publishing company", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1855 +{"wikidata_id": "Q528978", "display_name": "Tajik Air", "legal_name": null, "aliases": [], "website": "https://www.tajikair.tj", "canonical_domain": "tajikair.tj", "country": "TJ", "hq_city": "Dushanbe", "hq_region": "Tajikistan", "lat": 38.57306, "lon": 68.78639, "industries": ["airlines"], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1856 +{"wikidata_id": "Q619364", "display_name": "Realtek", "legal_name": null, "aliases": ["Realtek Semiconductor Corp.", "Ruìyù Bàndǎotǐ Gǔfèn Yǒuxiàn Gōngsī"], "website": "https://www.realtek.com", "canonical_domain": "realtek.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors", "technology"], "industry_labels": ["fabless semiconductor manufacturer", "computer hardware industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Realtek_logotype.svg", "description": "Taiwanese fabless semiconductor company", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1857 +{"wikidata_id": "Q6366720", "display_name": "Kapital Bank", "legal_name": null, "aliases": [], "website": "https://www.kapitalbank.az", "canonical_domain": "kapitalbank.az", "country": "AZ", "hq_city": "Azerbaijan", "hq_region": null, "lat": 40.3, "lon": 47.7, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2000, "employees": 4900, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kapital_Bank_logo_2025.png", "description": "commerical bank in Azerbaijan", "sitelinks": 8, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1858 +{"wikidata_id": "Q662091", "display_name": "Yemenia", "legal_name": null, "aliases": ["Yemen Airways"], "website": "https://yemenia.com", "canonical_domain": "yemenia.com", "country": "YE", "hq_city": "Sanaa", "hq_region": "Yemen", "lat": 15.35, "lon": 44.2, "industries": ["airlines"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national airline of Yemen", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1859 +{"wikidata_id": "Q844871", "display_name": "ESP Guitars", "legal_name": null, "aliases": ["ESP Company Limited", "ESP DV8 Signature model"], "website": "https://www.espguitars.com", "canonical_domain": "espguitars.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["musical instrument manufacturing company"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ESP_Logo.svg", "description": "Japanese guitar manufacturer", "sitelinks": 28, "importance": 0.354, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1860 +{"wikidata_id": "Q2458461", "display_name": "Tsubakimoto Chain", "legal_name": null, "aliases": ["Kabushiki-Gaisha Tsubakimoto Chiein"], "website": "https://www.tsubakimoto.jp", "canonical_domain": "tsubakimoto.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": 4675, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tsubakimoto_Chain_logo.svg", "description": "Japanese manufacturer", "sitelinks": 8, "importance": 0.3533, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1861 +{"wikidata_id": "Q10860246", "display_name": "Sina Bank", "legal_name": null, "aliases": [], "website": "https://www.sinabank.ir", "canonical_domain": "sinabank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sina_Bank_Logo.svg", "description": "Iranian banking and financial services corporation", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1862 +{"wikidata_id": "Q1572831", "display_name": "Yingli", "legal_name": null, "aliases": [], "website": "https://www.yinglisolar.com", "canonical_domain": "yinglisolar.com", "country": "CN", "hq_city": "Baoding", "hq_region": "Hebei", "lat": 38.86712, "lon": 115.48452, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q124845682", "name": "Yingli Energy Technology Group (China)"}, "logo_url": null, "description": "Chinese company", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1863 +{"wikidata_id": "Q3090716", "display_name": "Mobarakeh Steel Company", "legal_name": null, "aliases": ["Mobarakeh Steels", "Mobarakeh Steels isfehan"], "website": "https://www.mobarakeh-steel.ir", "canonical_domain": "mobarakeh-steel.ir", "country": "IR", "hq_city": "Isfahan", "hq_region": "Central District", "lat": 32.6525, "lon": 51.67472, "industries": ["mining"], "industry_labels": ["mining", "iron and steel industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Foolad_Mobarakeh7.jpg", "description": "Iranian steel manufacturing corporation", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1864 +{"wikidata_id": "Q3595390", "display_name": "du", "legal_name": null, "aliases": ["EITC", "Du Telecom", "Emirates Integrated Telecommunications Company"], "website": "https://www.du.ae", "canonical_domain": "du.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["media", "telecommunications"], "industry_labels": ["television", "telecommunications industry", "mobile phone industry"], "founded_year": 2005, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Du_Solid_Brandmark_RGB.png", "description": "Dubai-based domestic telecom provider", "sitelinks": 9, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1865 +{"wikidata_id": "Q7081342", "display_name": "Oil India", "legal_name": null, "aliases": [], "website": "https://oilindia.nic.in", "canonical_domain": "oilindia.nic.in", "country": "IN", "hq_city": "Duliajan", "hq_region": "Assam", "lat": 27.3667, "lon": 95.3167, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": null, "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Oil_India_Limited.png", "description": "Indian hydrocarbon exploration and production company", "sitelinks": 10, "importance": 0.3521, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1866 +{"wikidata_id": "Q23681103", "display_name": "Artel", "legal_name": null, "aliases": [], "website": "https://artelelectronics.com", "canonical_domain": "artelelectronics.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.24623, "lon": 69.37421, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2011, "employees": 10000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q125501908", "name": "AKFA Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shilda_Artel.svg", "description": "Uzbekistani electronics brand", "sitelinks": 7, "importance": 0.352, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1867 +{"wikidata_id": "Q4115940", "display_name": "Abu Dhabi Media", "legal_name": null, "aliases": ["ADM"], "website": "https://www.admn.ae", "canonical_domain": "admn.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["media"], "industry_labels": ["mass media", "publishing"], "founded_year": 2007, "employees": 1960, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_Media_Network_logo_2023.svg", "description": "media company based in UAE", "sitelinks": 9, "importance": 0.3518, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1868 +{"wikidata_id": "Q7935221", "display_name": "Virtuos", "legal_name": null, "aliases": ["Virtuos Ltd"], "website": "https://www.virtuosgames.com", "canonical_domain": "virtuosgames.com", "country": "CN", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Virtuos_logo.svg", "description": "video game developer", "sitelinks": 8, "importance": 0.3511, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1869 +{"wikidata_id": "Q18289590", "display_name": "FinTech Global Incorporated.", "legal_name": "FinTech Global Incorporated", "aliases": ["FinTech Global"], "website": "https://www.fgi.co.jp", "canonical_domain": "fgi.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.63332, "lon": 139.71702, "industries": ["banking"], "industry_labels": ["boutique investment bank", "investment bank"], "founded_year": 1994, "employees": 220, "public_company": true, "ticker": "8789", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese boutique investment bank", "sitelinks": 1, "importance": 0.351, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1870 +{"wikidata_id": "Q619231", "display_name": "Lian Li Industrial", "legal_name": null, "aliases": ["Lian Li", "lian li", "lian-li.com Lian Li Industrial Co.", "Ltd. is a Taiwanese computer case and accessories manufacturer."], "website": "https://www.lian-li.com", "canonical_domain": "lian-li.com", "country": "TW", "hq_city": "Keelung", "hq_region": "Taiwan", "lat": 25.12825, "lon": 121.7419, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1983, "employees": 153, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lian_Li_logo.svg", "description": "Taiwanese computer case and accessories manufacturer", "sitelinks": 13, "importance": 0.3504, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1871 +{"wikidata_id": "Q1044773", "display_name": "Wacom", "legal_name": null, "aliases": ["Wacom Co.", "Ltd."], "website": "https://www.wacom.ir", "canonical_domain": "wacom.ir", "country": "JP", "hq_city": "Kazo", "hq_region": "Saitama Prefecture", "lat": 36.13144, "lon": 139.60178, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800R3B771OQOQPT02", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wacom_logo.svg", "description": "Japanese company that specializes in graphics tablets and related products", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1872 +{"wikidata_id": "Q1365358", "display_name": "HK Express", "legal_name": null, "aliases": ["Hong Kong Express Airlines", "Hong Kong Express Airways", "Hong Kong Express Airways Limited"], "website": "https://www.hkexpress.com", "canonical_domain": "hkexpress.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q32141", "name": "Cathay Pacific"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HK_express_logo_2013.svg", "description": "Hong Kong low-cost airline", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1873 +{"wikidata_id": "Q1811692", "display_name": "QatarEnergy", "legal_name": null, "aliases": ["QP", "Qatar Petroleum Corp"], "website": "https://www.qp.com.qa", "canonical_domain": "qp.com.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QatarEnergy_logo.svg", "description": "Qatari state-owned oil company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1874 +{"wikidata_id": "Q1873733", "display_name": "Lucky Air", "legal_name": null, "aliases": [], "website": "https://www.luckyair.net", "canonical_domain": "luckyair.net", "country": "CN", "hq_city": "Kunming", "hq_region": "Yunnan", "lat": 25.04333, "lon": 102.70611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1565713", "name": "HNA Group"}, "logo_url": null, "description": "Chinese low cost carrier", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1875 +{"wikidata_id": "Q21190510", "display_name": "DiDi", "legal_name": null, "aliases": ["Didi", "Didi Chuxing", "DiDi Chuxing Science and Technology Co.", "Ltd.", "Didi Chuxing Technology", "Didi Chuxing Technology Co.", "Didi Chuxing Technology Co.", "Ltd."], "website": "https://www.didiglobal.com", "canonical_domain": "didiglobal.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": ["transport industry", "SIC 7389 Services-Business Services, NEC"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "DIDIY", "exchange": "OTC", "lei": null, "sec_cik": "1764757", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%BB%B4%E6%BB%B4%E5%87%BA%E8%A1%8C.svg", "description": "Chinese transportation network company headquartered in Beijing", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1764757", "enriched_at": "2026-09-13T07:23:18+00:00"}}
1876 +{"wikidata_id": "Q3480001", "display_name": "Serum Institute of India", "legal_name": null, "aliases": ["SII"], "website": "https://www.seruminstitute.com", "canonical_domain": "seruminstitute.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian biotechnological company, vaccine manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1877 +{"wikidata_id": "Q368781", "display_name": "Air Cambodia", "legal_name": "អាកាសចរណ៍ជាតិកម្ពុជា", "aliases": ["Cambodia Angkor Air"], "website": "https://www.cambodiaangkorair.com", "canonical_domain": "cambodiaangkorair.com", "country": "KH", "hq_city": "Phnom Penh", "hq_region": "Cambodia", "lat": 11.56958, "lon": 104.92103, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q174386", "name": "Vietnam Airlines"}, "logo_url": null, "description": "the national flag carrier airline of Cambodia", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1878 +{"wikidata_id": "Q407478", "display_name": "Air Macau", "legal_name": null, "aliases": ["Air Macau Company Limited"], "website": "https://www.airmacau.com.mo", "canonical_domain": "airmacau.com.mo", "country": "CN", "hq_city": "Macau", "hq_region": "People's Republic of China", "lat": 22.19, "lon": 113.53806, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q866852", "name": "China National Aviation Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Macau_Logo.svg", "description": "flag-carrier airline of Macau", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1879 +{"wikidata_id": "Q483676", "display_name": "AJet", "legal_name": null, "aliases": [], "website": "https://www.anadolujet.com", "canonical_domain": "anadolujet.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4548", "name": "Turkish Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AJet_logo.svg", "description": "Regional airline owned by Turkish Airlines", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1880 +{"wikidata_id": "Q498917", "display_name": "Tata Daewoo", "legal_name": null, "aliases": ["Tata-Daewoo"], "website": "https://www.tata-daewoo.com", "canonical_domain": "tata-daewoo.com", "country": "KR", "hq_city": "Gunsan", "hq_region": "North Jeolla", "lat": 35.97861, "lon": 126.71139, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188514", "name": "Tata Motors Ltd"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_daewoo_company_logo.svg", "description": "automotive company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1881 +{"wikidata_id": "Q56660561", "display_name": "VinFast", "legal_name": null, "aliases": [], "website": "https://vinfastauto.com", "canonical_domain": "vinfastauto.com", "country": "VN", "hq_city": "Haiphong", "hq_region": "Vietnam", "lat": 20.8, "lon": 106.66667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10831597", "name": "Vingroup"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_VinFast_%283D_Banner%29.svg", "description": "Vietnamese automotive manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1882 +{"wikidata_id": "Q5919785", "display_name": "JioStar", "legal_name": "Disney Star India Private Limited", "aliases": ["Disney Star", "Star India Private Limited", "JioStar India Private Limited"], "website": "https://www.startv.com", "canonical_domain": "startv.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7414", "name": "The Walt Disney Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Disney_Star_logo.svg", "description": "Indian company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5476977"}, {"related_domain_conflict": "Q130809"}]}
1883 +{"wikidata_id": "Q619089", "display_name": "Sriwijaya Air", "legal_name": null, "aliases": [], "website": "https://www.sriwijayaair.co.id", "canonical_domain": "sriwijayaair.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q512468", "name": "Garuda Indonesia"}, "logo_url": null, "description": "Indonesian airline company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1884 +{"wikidata_id": "Q645950", "display_name": "Openmoko", "legal_name": null, "aliases": ["Open Mobile Kommunikations"], "website": "https://openmoko.com", "canonical_domain": "openmoko.com", "country": "TW", "hq_city": "Xindian District", "hq_region": "New Taipei City", "lat": 24.95, "lon": 121.53333, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Openmoko_logo_2.png", "description": "Taiwanese corporation that codeveloped Openmoko Linux", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1885 +{"wikidata_id": "Q700466", "display_name": "Audio-Technica", "legal_name": null, "aliases": ["Audio-Technica Corporation"], "website": "https://www.audio-technica.com", "canonical_domain": "audio-technica.com", "country": "JP", "hq_city": "Machida", "hq_region": "Tokyo", "lat": 35.54667, "lon": 139.43861, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Audio-technica.svg", "description": "Japanese electronic company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1886 +{"wikidata_id": "Q780528", "display_name": "atlus.co.jp", "legal_name": null, "aliases": ["Atlus Co.", "Ltd.", "ATLUS. CO.", "LTD."], "website": "https://www.atlus.co.jp", "canonical_domain": "atlus.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.61494, "lon": 139.73117, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1457152", "name": "Sega Sammy Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Atlus_logo_%282014%29.svg", "description": "Japanese video game company", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1887 +{"wikidata_id": "Q938203", "display_name": "YKK", "legal_name": null, "aliases": ["Yoshida Kōgyō Kabushiki"], "website": "https://www.ykk.co.jp", "canonical_domain": "ykk.co.jp", "country": "JP", "hq_city": "Kanda-Izumichō", "hq_region": "Chiyoda", "lat": 35.69961, "lon": 139.77811, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "3538005NRFALKZBG1W96", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YKK_Group_Logo.svg", "description": "Japanese zipper manufacturer", "sitelinks": 27, "importance": 0.3503, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1888 +{"wikidata_id": "Q3077305", "display_name": "Japan Radio Company", "legal_name": null, "aliases": ["Japan Radio Co.", "Ltd."], "website": "https://www.jrc.co.jp", "canonical_domain": "jrc.co.jp", "country": "JP", "hq_city": "Suginami", "hq_region": "Tokyo", "lat": 35.6995, "lon": 139.63642, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1915, "employees": 3760, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JRC_company_logos.svg", "description": "Japanese electronics firm founded 1915", "sitelinks": 8, "importance": 0.3502, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1889 +{"wikidata_id": "Q5152520", "display_name": "Commercial Press", "legal_name": null, "aliases": ["Shang wu yin shu guan (Commercial Press)", "Shangwu yinshuguan", "The Commercial Press"], "website": "https://www.cp.com.cn", "canonical_domain": "cp.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1897, "employees": 260, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese publishing company", "sitelinks": 12, "importance": 0.3502, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1890 +{"wikidata_id": "Q586838", "display_name": "Radvision", "legal_name": null, "aliases": [], "website": "https://www.radvision.com", "canonical_domain": "radvision.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["professional-services"], "industry_labels": ["video conference"], "founded_year": 1992, "employees": 430, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radvision_logo.jpg", "description": "company", "sitelinks": 11, "importance": 0.3491, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1891 +{"wikidata_id": "Q12487405", "display_name": "Jasa Marga", "legal_name": "Jasa Marga Tbk", "aliases": ["JSMR", "PT Jasa Marga Tbk"], "website": "https://www.jasamarga.com", "canonical_domain": "jasamarga.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["transportation"], "industry_labels": ["toll road industry", "infrastructure industry"], "founded_year": 1978, "employees": 8, "public_company": true, "ticker": "JSMR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesia Highway Corporation", "sitelinks": 2, "importance": 0.3473, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1892 +{"wikidata_id": "Q7908474", "display_name": "Etihad Rail", "legal_name": null, "aliases": [], "website": "https://www.etihadrail.ae", "canonical_domain": "etihadrail.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2009, "employees": 120, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ER-MASTER-LOGO-01.png", "description": "State-owned railway company in the UAE", "sitelinks": 13, "importance": 0.3469, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1893 +{"wikidata_id": "Q105169385", "display_name": "Pharmaron", "legal_name": null, "aliases": ["Pharmaron Beijing Co Ltd"], "website": "https://www.pharmaron.cn", "canonical_domain": "pharmaron.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2004, "employees": 25088, "public_company": true, "ticker": "300759", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical research and manufacturing services company based in China", "sitelinks": 0, "importance": 0.3466, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1894 +{"wikidata_id": "Q1150302", "display_name": "Mandarin Airlines", "legal_name": null, "aliases": ["Mandarin", "AE", "MDA"], "website": "https://www.mandarin-airlines.com", "canonical_domain": "mandarin-airlines.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51756", "name": "China Airlines"}, "logo_url": null, "description": "Taiwanese regional airline based in Taipei, Taiwan", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1895 +{"wikidata_id": "Q1189080", "display_name": "Nas Air", "legal_name": "Nas Air", "aliases": ["KNE", "XY", "Flynas Company", "flynas"], "website": "https://www.flynas.com", "canonical_domain": "flynas.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "558600G2ULMABTVNXP27", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flynas_Logo.svg", "description": "Saudi airline", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1896 +{"wikidata_id": "Q1436155", "display_name": "Tianjin Airlines", "legal_name": null, "aliases": ["CS", "GCR", "Tianjin Air", "Tianjin Airline"], "website": "https://www.tianjin-air.com", "canonical_domain": "tianjin-air.com", "country": "CN", "hq_city": "Tianjin Binhai International Airport", "hq_region": "Xinli Subdistrict", "lat": 39.12444, "lon": 117.34611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline headquartered in Tianjin", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1897 +{"wikidata_id": "Q14508383", "display_name": "Wit Studio", "legal_name": null, "aliases": ["WIT STUDIO", "Inc."], "website": "https://www.witstudio.co.jp", "canonical_domain": "witstudio.co.jp", "country": "JP", "hq_city": "Musashino", "hq_region": "Tokyo", "lat": 35.70491, "lon": 139.5616, "industries": ["entertainment"], "industry_labels": ["anime industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5971072", "name": "IG Port"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wit_studio.svg", "description": "Japanese animation studio", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1898 +{"wikidata_id": "Q1611731", "display_name": "Hongqi", "legal_name": null, "aliases": ["Red Flag"], "website": "https://www.hongqi-auto.com", "canonical_domain": "hongqi-auto.com", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese luxury car brand", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1899 +{"wikidata_id": "Q1641044", "display_name": "Pertamina", "legal_name": null, "aliases": ["Persero", "Pertamina (Persero)", "PT Pertamina"], "website": "https://www.pertamina.com", "canonical_domain": "pertamina.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["oil-gas"], "industry_labels": ["petroleum-gas industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131299051", "name": "Daya Anagata Nusantara Investment Management Agency"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pertamina_Logo.svg", "description": "Indonesian state-owned oil and gas company", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q109430798"}]}
1900 +{"wikidata_id": "Q1713277", "display_name": "juneyaoair.com", "legal_name": null, "aliases": ["Jixiang Airlines", "Juneyao Airlines", "Juneyao Airways", "Shanghai Jixiang Airlines"], "website": "https://www.juneyaoair.com", "canonical_domain": "juneyaoair.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1901 +{"wikidata_id": "Q17502128", "display_name": "Vistara", "legal_name": null, "aliases": ["UK", "VTI"], "website": "https://www.airvistara.com", "canonical_domain": "airvistara.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["airlines", "transportation"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vistara_Logo.svg", "description": "Indian full-service airline, based in Gurgaon (Gurugram), with its hub at Indira Gandhi International Airport", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1902 +{"wikidata_id": "Q25496011", "display_name": "Israeli Public Broadcasting Corporation", "legal_name": null, "aliases": ["Kan", "Makan", "HaTaagid", "Israel Public Broadcasting Corporation", "Taagid HaShidur HaYisraeli"], "website": "https://www.makan.org.il", "canonical_domain": "makan.org.il", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Quds Governorate", "lat": 31.77668, "lon": 35.23416, "industries": ["media", "utilities"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KAN_LOGO_ENGLISH.png", "description": "Israeli public service broadcaster", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1903 +{"wikidata_id": "Q292225", "display_name": "Zyle Daewoo Bus", "legal_name": null, "aliases": ["Daewoo Bus", "Daewoo Motors Bus Division", "Zyle Daewoo Commercial Veicle"], "website": "https://www.daewoobus.co.kr", "canonical_domain": "daewoobus.co.kr", "country": "KR", "hq_city": "Bucheon", "hq_region": "Gyeonggi Province", "lat": 37.49889, "lon": 126.78306, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1904 +{"wikidata_id": "Q3349399", "display_name": "Sahitya Akademi", "legal_name": null, "aliases": ["Sahitya Academi"], "website": "https://sahitya-akademi.gov.in", "canonical_domain": "sahitya-akademi.gov.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E0%A4%B8%E0%A4%BE%E0%A4%B9%E0%A4%BF%E0%A4%A4%E0%A5%8D%E0%A4%AF_%E0%A4%85%E0%A4%95%E0%A4%BE%E0%A4%A6%E0%A4%AE%E0%A5%80.svg", "description": "India's National Academy of Letters", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1905 +{"wikidata_id": "Q4035237", "display_name": "Krafton", "legal_name": null, "aliases": ["Bluehole", "Bluehole Studio", "Gaming University", "Krafton Game Union", "KRAFTON", "Inc."], "website": "https://www.krafton.com", "canonical_domain": "krafton.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Krafton_Logo.svg", "description": "South Korean video game developer and publisher", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1906 +{"wikidata_id": "Q406932", "display_name": "Air Busan", "legal_name": null, "aliases": [], "website": "https://www.airbusan.com", "canonical_domain": "airbusan.com", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q211165", "name": "Asiana Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Busan_logo.svg", "description": "South Korean low-cost airline based in Busan", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1907 +{"wikidata_id": "Q483036", "display_name": "NC", "legal_name": null, "aliases": ["NCSoft"], "website": "https://us.ncsoft.com", "canonical_domain": "ncsoft.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NCSOFT_logo.svg", "description": "South Korean video game development company", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1908 +{"wikidata_id": "Q564717", "display_name": "MIAT Mongolian Airlines", "legal_name": null, "aliases": ["MIAT", "MIAT Mongolian"], "website": "https://miat.com", "canonical_domain": "miat.com", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["airlines"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MIAT_Eng_Logo_JPG_%281%29.jpg", "description": "Mongolian national airline", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1909 +{"wikidata_id": "Q669002", "display_name": "Corendon Airlines", "legal_name": null, "aliases": ["CAI", "XC"], "website": "https://www.corendon-airlines.com", "canonical_domain": "corendon-airlines.com", "country": "TR", "hq_city": "Antalya", "hq_region": "Antalya Province", "lat": 36.90812, "lon": 30.69556, "industries": ["airlines", "aerospace-defense"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Corendon_Airlines_Logo_2017.svg", "description": "Turkish registered aircraft operator headquartered in Antalya, Turkey", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1910 +{"wikidata_id": "Q814712", "display_name": "BAIC Group", "legal_name": null, "aliases": ["Beijing Automotive Group", "Beijing Automotive Industry Holding"], "website": "https://www.baicgroup.com.cn", "canonical_domain": "baicgroup.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 40.21525, "lon": 116.55226, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BAIC_logo_%282024%29.png", "description": "state-owned holding company of Chinese automobile manufactures", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1911 +{"wikidata_id": "Q948500", "display_name": "Air Do", "legal_name": null, "aliases": ["Hokkaido International Airlines"], "website": "https://www.airdo.jp", "canonical_domain": "airdo.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q119658721", "name": "RegionalPlus Wings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Do.svg", "description": "Japanese airline", "sitelinks": 26, "importance": 0.3465, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1912 +{"wikidata_id": "Q11289916", "display_name": "Ecomic", "legal_name": null, "aliases": ["Ecomic CO.", "LTD"], "website": "https://www.ecomic.jp", "canonical_domain": "ecomic.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": 160, "public_company": true, "ticker": "3802", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company based in Hokkaido", "sitelinks": 1, "importance": 0.3464, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1913 +{"wikidata_id": "Q2903774", "display_name": "Gottex", "legal_name": null, "aliases": [], "website": "https://gottex.co.il", "canonical_domain": "gottex.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": [], "industry_labels": ["swimsuit"], "founded_year": 1956, "employees": 650, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gottex1961.jpg", "description": "Store of swimsuits", "sitelinks": 10, "importance": 0.3459, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1914 +{"wikidata_id": "Q104876809", "display_name": "Shanghai Pharmaceuticals", "legal_name": null, "aliases": ["Shanghai Pharmaceuticals Holding"], "website": "https://www.pharm-sh.com.cn", "canonical_domain": "pharm-sh.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "601607", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1915 +{"wikidata_id": "Q105227651", "display_name": "UzPost", "legal_name": null, "aliases": ["O′zbekiston Pochtasi"], "website": "https://uz.post", "canonical_domain": "uz.post", "country": "UZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": ["postal sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "UPOS", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UZPOST_logo.jpg", "description": "postal services company in Uzbekistan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1916 +{"wikidata_id": "Q105886736", "display_name": "Beike", "legal_name": null, "aliases": ["BEKE", "KE Holdings Inc."], "website": "https://bj.ke.com", "canonical_domain": "ke.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "BEKE", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1809587", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KE_Holdings.png", "description": "company operating an integrated online and offline platform for housing transactions and services in China", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1809587", "enriched_at": "2026-09-13T07:23:18+00:00"}}
1917 +{"wikidata_id": "Q106004358", "display_name": "Innovent Biologics", "legal_name": null, "aliases": ["Innovent Biologics (Suzhou) Co. Ltd.", "Inc.", "Innovent"], "website": "https://www.innoventbio.com", "canonical_domain": "innoventbio.com", "country": "CN", "hq_city": "Suzhou", "hq_region": "Jiangsu", "lat": 31.3, "lon": 120.61944, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "1801", "exchange": "Hong Kong Stock Exchange", "lei": "25490058ONL9SCIE1R22", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese Biopharmaceutical Company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1918 +{"wikidata_id": "Q106803133", "display_name": "Prashkovsky Investments And Construction Ltd", "legal_name": "פרשקובסקי השקעות ובניין בע\"מ", "aliases": [], "website": "https://www.prashkovsky.co.il", "canonical_domain": "prashkovsky.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "PRSK", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1919 +{"wikidata_id": "Q108113056", "display_name": "Shenzhen Kangtai Biological Products", "legal_name": null, "aliases": ["BioKangtai"], "website": "https://www.biokangtai.com", "canonical_domain": "biokangtai.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 22.5467, "lon": 113.9437, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "300601", "exchange": "Shenzhen Stock Exchange", "lei": "300300DTC3W6PCLFRJ05", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese biopharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1920 +{"wikidata_id": "Q108312672", "display_name": "Eastroc Beverage", "legal_name": null, "aliases": [], "website": "https://www.szeastroc.com", "canonical_domain": "szeastroc.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["food-beverage"], "industry_labels": ["drink"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "605499", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese beverage company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1921 +{"wikidata_id": "Q108337007", "display_name": "Ola Electric", "legal_name": null, "aliases": [], "website": "https://olaelectric.com", "canonical_domain": "olaelectric.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "OLAELEC", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OLA_Electric_logo.svg", "description": "electric motor scooter manufacturer India", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1922 +{"wikidata_id": "Q10855295", "display_name": "Komehyo", "legal_name": null, "aliases": ["Komehyo Co.", "Ltd."], "website": "https://www.komehyo.co.jp", "canonical_domain": "komehyo.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "2780", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1923 +{"wikidata_id": "Q10867463", "display_name": "Joshin", "legal_name": null, "aliases": ["Joshin Denki"], "website": "https://www.joshin.co.jp", "canonical_domain": "joshin.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8173", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%82%B8%E3%83%A7%E3%83%BC%E3%82%B7%E3%83%B3.svg", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1924 +{"wikidata_id": "Q10870325", "display_name": "Dong Fang Hotel Guangzhou", "legal_name": null, "aliases": [], "website": "https://www.hoteldongfang.com", "canonical_domain": "hoteldongfang.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": 23.14157, "lon": 113.25317, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "000524", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel in Canton", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1925 +{"wikidata_id": "Q10889617", "display_name": "Yuanta Financial Holding", "legal_name": "元大金融控股公司", "aliases": ["YFH", "Yuanta Financial Holding Co.", "Ltd."], "website": "https://www.yuanta.com", "canonical_domain": "yuanta.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2885", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yuanta_Financial_Holding_logo_20161123.jpg", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1926 +{"wikidata_id": "Q10891564", "display_name": "Taiwan FamilyMart", "legal_name": null, "aliases": ["Taiwan FamilyMart Co. Ltd."], "website": "https://www.family.com.tw", "canonical_domain": "family.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "5903", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FamilyMart_Logo_%282016-%29.svg", "description": "a convenience store chain in Taiwan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1927 +{"wikidata_id": "Q10910318", "display_name": "Indofood Agri Resources Limited", "legal_name": "Indofood Agri Resources Ltd", "aliases": ["IndoAgri"], "website": "https://www.indofoodagri.com", "canonical_domain": "indofoodagri.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "ZVF", "exchange": "Frankfurt Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q85960136", "name": "Indofood Singapore Holdings Pte. Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indofood_Agri_Resources_logo.svg", "description": "subsidiary of Indofood", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1928 +{"wikidata_id": "Q10926951", "display_name": "Goldsun Building Materials", "legal_name": null, "aliases": [], "website": "https://www.gdc.com.tw", "canonical_domain": "gdc.com.tw", "country": "TW", "hq_city": "Huyuan Village", "hq_region": "Neihu District", "lat": 25.06484, "lon": 121.57742, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "2504", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1929 +{"wikidata_id": "Q10940860", "display_name": "Tianma Microelectronics", "legal_name": null, "aliases": [], "website": "https://www.tianma.cn", "canonical_domain": "tianma.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "000050", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1930 +{"wikidata_id": "Q10942605", "display_name": "ZheJiang AoKang Shoes Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.aokang.com", "canonical_domain": "aokang.com", "country": "CN", "hq_city": "Zhejiang", "hq_region": "People's Republic of China", "lat": 30.26667, "lon": 120.15, "industries": ["apparel"], "industry_labels": ["footwear industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "603001", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aokang.png", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1931 +{"wikidata_id": "Q109438674", "display_name": "Express Group (Indonesian Land Transportation)", "legal_name": null, "aliases": [], "website": "https://expressgroup.co.id", "canonical_domain": "expressgroup.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TAXI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transportation company in Indonesia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96100662"}]}
1932 +{"wikidata_id": "Q10945944", "display_name": "Jiangsu Expressway Company", "legal_name": null, "aliases": [], "website": "https://www.jsexpressway.com", "canonical_domain": "jsexpressway.com", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": [], "industry_labels": ["road"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600377", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese road maintenance company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1933 +{"wikidata_id": "Q10946165", "display_name": "UserJoy Technology", "legal_name": null, "aliases": ["UserJoy"], "website": "https://www.uj.com.tw", "canonical_domain": "uj.com.tw", "country": "TW", "hq_city": "Taiwan Island", "hq_region": "Taiwan", "lat": 23.76667, "lon": 121.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "3546", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese software company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1934 +{"wikidata_id": "Q10946773", "display_name": "Gu Jing Gong Liquor", "legal_name": null, "aliases": ["Anhui Gujing Distillery Company Limited"], "website": "https://www.gujing.com", "canonical_domain": "gujing.com", "country": "CN", "hq_city": "Gujing", "hq_region": "Qiaocheng District", "lat": 33.99114, "lon": 115.66441, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000596", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10946774", "name": "Anhui Gujing Group Co.,Ltd."}, "logo_url": null, "description": "alcohol from Gujing, Bozhou, Anhui, China", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1935 +{"wikidata_id": "Q10946997", "display_name": "Angel Yeast", "legal_name": null, "aliases": [], "website": "https://www.angelyeast.com", "canonical_domain": "angelyeast.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "600298", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1936 +{"wikidata_id": "Q10954627", "display_name": "Fulum Group", "legal_name": null, "aliases": ["Foo Lum Group"], "website": "https://www.fulum.com.hk", "canonical_domain": "fulum.com.hk", "country": "CN", "hq_city": "San Po Kong", "hq_region": "Hong Kong", "lat": 22.3355, "lon": 114.198, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "1443", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1937 +{"wikidata_id": "Q11040435", "display_name": "Wijaya Karya", "legal_name": "Wijaya Karya Tbk", "aliases": ["WIKA", "PT Wijaya Karya (Persero) Tbk", "Wijaya Karya (Persero)"], "website": "https://www.wika.co.id", "canonical_domain": "wika.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["construction", "real-estate"], "industry_labels": ["construction", "real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WIKA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wijaya_Karya.svg", "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1938 +{"wikidata_id": "Q11062214", "display_name": "Guangzhou Restaurant", "legal_name": null, "aliases": ["Guangzhou Restaurant Group Co.", "Ltd."], "website": "https://www.gzr.com.cn", "canonical_domain": "gzr.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "603043", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant in Guangzhou", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1939 +{"wikidata_id": "Q11072957", "display_name": "Glorious Property Holdings", "legal_name": null, "aliases": [], "website": "https://www.gloriousphl.com.cn", "canonical_domain": "gloriousphl.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "0845", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1940 +{"wikidata_id": "Q11073450", "display_name": "Value Partners", "legal_name": null, "aliases": [], "website": "https://www.valuepartnersgroup.com.hk", "canonical_domain": "valuepartnersgroup.com.hk", "country": "HK", "hq_city": "Central", "hq_region": "Central and Western District", "lat": 22.28194, "lon": 114.15806, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0806", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Value_Partners.png", "description": "Hong Kong-based asset management company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1941 +{"wikidata_id": "Q11073798", "display_name": "Aier Eye Hospital", "legal_name": null, "aliases": ["Aier Eye Hospital Group Company Limited"], "website": "https://www.aierchina.com", "canonical_domain": "aierchina.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare", "pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "300015", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aier_Eye_Hospital.png", "description": "Chinese ophthalmology chain operator", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1942 +{"wikidata_id": "Q11081577", "display_name": "Xinhuanet", "legal_name": "新华网股份有限公司", "aliases": ["Xinhuanet Co Ltd"], "website": "https://www.xinhuanet.com", "canonical_domain": "xinhuanet.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "603888", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q204839", "name": "Xinhua News Agency"}, "logo_url": null, "description": "Chinese government news company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1943 +{"wikidata_id": "Q110935815", "display_name": "Apollo Power Ltd", "legal_name": "אפולו פאוור בע''מ", "aliases": [], "website": "https://www.apollo-power.com", "canonical_domain": "apollo-power.com", "country": "IL", "hq_city": "Yokneam Illit", "hq_region": "Jezreel Subdistrict", "lat": 32.65944, "lon": 35.11, "industries": ["energy"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "APLP", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1944 +{"wikidata_id": "Q11131238", "display_name": "Wynn Macau, Limited", "legal_name": null, "aliases": [], "website": "https://en.wynnmacaulimited.com", "canonical_domain": "wynnmacaulimited.com", "country": "MO", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1128", "exchange": "Hong Kong Stock Exchange", "lei": "254900NMDQ8ENTHU1I31", "sec_cik": null, "parent": {"wikidata_id": "Q2274089", "name": "Wynn Resorts"}, "logo_url": null, "description": "company operating the Wynn Macau resort", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1945 +{"wikidata_id": "Q111437305", "display_name": "Weilong", "legal_name": null, "aliases": ["Weilong Delicious Global Holdings Ltd."], "website": "https://www.weilongshipin.com", "canonical_domain": "weilongshipin.com", "country": "CN", "hq_city": "Luohe", "hq_region": "Henan", "lat": 33.58299, "lon": 114.0109, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "9985", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1946 +{"wikidata_id": "Q11145618", "display_name": "Yanghe Distillery", "legal_name": null, "aliases": [], "website": "https://www.chinayanghe.com", "canonical_domain": "chinayanghe.com", "country": "CN", "hq_city": "Yanghe Town, Shuqian", "hq_region": null, "lat": 33.78282, "lon": 118.38217, "industries": ["food-beverage"], "industry_labels": ["distillery"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "002304", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1947 +{"wikidata_id": "Q11149577", "display_name": "SITC International Holdings Company Limited", "legal_name": null, "aliases": [], "website": "https://www.sitc.com", "canonical_domain": "sitc.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1308", "exchange": "Hong Kong Stock Exchange", "lei": "529900JUV4MOM9CE3V12", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1948 +{"wikidata_id": "Q11191009", "display_name": "BEC World", "legal_name": null, "aliases": ["Bec World", "Bec World Public Company Limited", "Bec World Public Co.", "Ltd."], "website": "https://www.becworld.com", "canonical_domain": "becworld.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["media"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "BEC", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BEC_World_Logo.svg", "description": "Thai media conglomerate", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1949 +{"wikidata_id": "Q11228017", "display_name": "KLab", "legal_name": null, "aliases": ["Klab"], "website": "https://www.klab.jp", "canonical_domain": "klab.jp", "country": "JP", "hq_city": "Roppongi Hills Mori Tower", "hq_region": "Roppongi", "lat": 35.66056, "lon": 139.72917, "industries": ["gaming"], "industry_labels": ["video game development"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3656", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1950 +{"wikidata_id": "Q11231264", "display_name": "MCJ (company)", "legal_name": null, "aliases": [], "website": "https://www.mcj.jp", "canonical_domain": "mcj.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "6670", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1951 +{"wikidata_id": "Q11233609", "display_name": "MonotaRO", "legal_name": null, "aliases": [], "website": "https://www.monotaro.id", "canonical_domain": "monotaro.id", "country": "JP", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["e-commerce", "technology"], "industry_labels": ["e-commerce", "industrial technology"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3064", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese e-commerce company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1952 +{"wikidata_id": "Q112672895", "display_name": "Etron Technology, Inc.", "legal_name": null, "aliases": [], "website": "https://etron.com", "canonical_domain": "etron.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors", "technology"], "industry_labels": ["semiconductor industry", "consumer electronics industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "5351", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Etron_Technology_Inc_logo.svg", "description": "Taiwanese electronics company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1953 +{"wikidata_id": "Q11276881", "display_name": "Pia Corporation", "legal_name": null, "aliases": ["Pia", "PIA"], "website": "https://www.pia.co.jp", "canonical_domain": "pia.co.jp", "country": "JP", "hq_city": "Higashi", "hq_region": "Shibuya", "lat": 35.65342, "lon": 139.71211, "industries": ["media"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "4337", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pia_logo.svg", "description": "Japanese corporation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1954 +{"wikidata_id": "Q11277712", "display_name": "Hokuhoku Financial Group", "legal_name": "株式会社ほくほくフィナンシャルグループ", "aliases": ["Inc."], "website": "https://www.hokuhoku-fg.co.jp", "canonical_domain": "hokuhoku-fg.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.69531, "lon": 137.21131, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "8377", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1955 +{"wikidata_id": "Q11286068", "display_name": "ÆON MALL", "legal_name": null, "aliases": ["Aeon Mall", "AEON MALL", "ÆON Mall"], "website": "https://aeonmall-vietnam.com", "canonical_domain": "aeonmall-vietnam.com", "country": "JP", "hq_city": "AEON Tower", "hq_region": "Nakase", "lat": 35.6518, "lon": 140.038, "industries": [], "industry_labels": [], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "8905", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q271413", "name": "Aeon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aeonmall_corporation_logo.svg", "description": "shopping centers owned by Aeon Group, Japan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1956 +{"wikidata_id": "Q11290062", "display_name": "S.T. Corp", "legal_name": "S. T. Corporation", "aliases": ["S.T. Chemical Co.", "Ltd.", "S.T. Corporation"], "website": "https://www.st-c.co.jp", "canonical_domain": "st-c.co.jp", "country": "JP", "hq_city": "Shimo-Ochiai", "hq_region": "Shinjuku", "lat": 35.71876, "lon": 139.70038, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "4951", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1957 +{"wikidata_id": "Q11290090", "display_name": "S&B Foods", "legal_name": null, "aliases": [], "website": "https://www.sbfoods.co.jp", "canonical_domain": "sbfoods.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "2805", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/S%26B_FOODS_company_logo.svg", "description": "Japanese food company known for tube wasabi and curry cubes", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1958 +{"wikidata_id": "Q11291617", "display_name": "A&D Company", "legal_name": null, "aliases": [], "website": "https://www.aandd.co.jp", "canonical_domain": "aandd.co.jp", "country": "JP", "hq_city": "Toshima", "hq_region": "Tokyo", "lat": 35.72611, "lon": 139.71667, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "7745", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/A%26D_Company_logo.svg", "description": "Tokyo, Japan based manufacturer of measurement equipment", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1959 +{"wikidata_id": "Q11293948", "display_name": "Kakaku.com, Inc.", "legal_name": "株式会社カカクコム", "aliases": [], "website": "https://corporate.kakaku.com", "canonical_domain": "kakaku.com", "country": "JP", "hq_city": "Ebisu-Minami", "hq_region": "Shibuya", "lat": 35.64489, "lon": 139.70811, "industries": ["internet"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2371", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kakaku.com_logo.png", "description": "Internet service company located in Shibuya-ku, Tokyo, Japan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1960 +{"wikidata_id": "Q11297878", "display_name": "King Jim", "legal_name": null, "aliases": ["King Jim Co.", "Ltd."], "website": "https://www.kingjim.co.jp", "canonical_domain": "kingjim.co.jp", "country": "JP", "hq_city": "Higashi-Kanda", "hq_region": "Chiyoda", "lat": 35.69552, "lon": 139.78068, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7962", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1961 +{"wikidata_id": "Q11298005", "display_name": "KEY COFFEE", "legal_name": null, "aliases": [], "website": "https://www.keycoffee.co.jp", "canonical_domain": "keycoffee.co.jp", "country": "JP", "hq_city": "Nishi-Shinbashi", "hq_region": "Minato", "lat": 35.66611, "lon": 139.75222, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "2594", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1962 +{"wikidata_id": "Q11299163", "display_name": "Create SD Holdings", "legal_name": null, "aliases": ["Create SDS"], "website": "https://www.createsdhd.co.jp", "canonical_domain": "createsdhd.co.jp", "country": "JP", "hq_city": "Eda-Nishi", "hq_region": "Aoba-ku", "lat": 35.55312, "lon": 139.54758, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "3148", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Create_SD_Holdings_Logo.png", "description": "Japanese holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1963 +{"wikidata_id": "Q11306317", "display_name": "THine Electronics", "legal_name": null, "aliases": ["Inc."], "website": "https://www.thine.co.jp", "canonical_domain": "thine.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology", "semiconductors"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "6769", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/THine_Electronics.jpg", "description": "Japanese fabless LSI maker", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1964 +{"wikidata_id": "Q11310517", "display_name": "Joyfull", "legal_name": null, "aliases": [], "website": "https://www.joyfull.co.jp", "canonical_domain": "joyfull.co.jp", "country": "JP", "hq_city": "Ōita-shi", "hq_region": "Ōita Prefecture", "lat": 33.23956, "lon": 131.60936, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "9942", "exchange": "Fukuoka Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese family restaurant chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1965 +{"wikidata_id": "Q11314982", "display_name": "Zeria Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.zeria.co.jp", "canonical_domain": "zeria.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "4559", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company (e. 1955)", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1966 +{"wikidata_id": "Q11316894", "display_name": "Dynic Corporation", "legal_name": null, "aliases": ["Dainik-ku"], "website": "https://www.dynic.co.jp", "canonical_domain": "dynic.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "3551", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dynic_company_logo.svg", "description": "Japanese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1967 +{"wikidata_id": "Q11319692", "display_name": "TV Tokyo Holdings", "legal_name": "株式会社テレビ東京ホールディングス", "aliases": ["TV TOKYO HD", "TV TOKYO Holdings Corporation", "TXHD"], "website": "https://www.txhd.co.jp", "canonical_domain": "txhd.co.jp", "country": "JP", "hq_city": "Sumitomo Fudosan Roppongi Grand Tower", "hq_region": "Roppongi", "lat": 35.6646, "lon": 139.73766, "industries": ["media", "asset-management"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "9413", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TV_Tokyo_HD_%28Japanese%29_2023.png", "description": "Broadcasting holding companies", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1968 +{"wikidata_id": "Q11321399", "display_name": "Tomato Bank", "legal_name": null, "aliases": [], "website": "https://www.tomatobank.co.jp", "canonical_domain": "tomatobank.co.jp", "country": "JP", "hq_city": "Okayama", "hq_region": "Okayama Prefecture", "lat": 34.65511, "lon": 133.91958, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "8542", "exchange": "Tokyo Stock Exchange", "lei": "353800J2DTRHELYMU403", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tomato_Bank_Logo.png", "description": "bank in Japan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1969 +{"wikidata_id": "Q11324399", "display_name": "Nichiban", "legal_name": null, "aliases": [], "website": "https://www.nichiban.co.jp", "canonical_domain": "nichiban.co.jp", "country": "JP", "hq_city": "Bunkyō-ku", "hq_region": "Tokyo", "lat": 35.708, "lon": 139.75225, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "4218", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nichiban_Corporate_Logo.jpg", "description": "Japanese pharmaceutical and adhesive company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1970 +{"wikidata_id": "Q11326190", "display_name": "HI-LEX", "legal_name": null, "aliases": ["HI-LEX Corporation"], "website": "https://www.hi-lex.co.jp", "canonical_domain": "hi-lex.co.jp", "country": "JP", "hq_city": "Takarazuka", "hq_region": "Hyōgo Prefecture", "lat": 34.8, "lon": 135.36031, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7279", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1971 +{"wikidata_id": "Q11331467", "display_name": "Pigeon", "legal_name": null, "aliases": ["Pigeon Corporation"], "website": "https://www.pigeon.co.jp", "canonical_domain": "pigeon.co.jp", "country": "JP", "hq_city": "Nihonbashi", "hq_region": "Chūō", "lat": 35.68167, "lon": 139.77283, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "7956", "exchange": "Tokyo Stock Exchange", "lei": "969500O7WGDQT0FVGD27", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%94%E3%82%B8%E3%83%A7%E3%83%B3%E7%A4%BE%E3%81%AE%E3%83%AD%E3%82%B4.svg", "description": "Japanese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1972 +{"wikidata_id": "Q11333395", "display_name": "Fumakilla", "legal_name": null, "aliases": ["Tape", "Fumakilla Limited"], "website": "https://www.fumakilla.co.jp", "canonical_domain": "fumakilla.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "4998", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FUMAKILLA_LIMITED_logo.jpg", "description": "a company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1973 +{"wikidata_id": "Q11339469", "display_name": "Pola", "legal_name": null, "aliases": [], "website": "https://www.pola.co.jp", "canonical_domain": "pola.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "4927", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company that manufactures and sells women's cosmetics and care products", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1974 +{"wikidata_id": "Q11346476", "display_name": "Life Corporation", "legal_name": null, "aliases": ["LIFE CORPORATION"], "website": "https://www.lifecorp.jp", "canonical_domain": "lifecorp.jp", "country": "JP", "hq_city": "Yodogawa-ku", "hq_region": "Osaka", "lat": 34.72111, "lon": 135.48667, "industries": ["retail"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "8194", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%A9%E3%82%A4%E3%83%95.svg", "description": "Japanese supermarket chain operator", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1975 +{"wikidata_id": "Q11354465", "display_name": "Sankyo Seiko", "legal_name": null, "aliases": ["Sankyo Seiko Co.", "Ltd."], "website": "https://www.sankyoseiko.co.jp", "canonical_domain": "sankyoseiko.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "8018", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1976 +{"wikidata_id": "Q11354808", "display_name": "Paris Miki Holdings", "legal_name": null, "aliases": ["Paris Miki"], "website": "https://www.paris-miki.co.jp", "canonical_domain": "paris-miki.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "7455", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Paris_Miki_logo.svg", "description": "Japanese optician and eyewear retail chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1977 +{"wikidata_id": "Q11360432", "display_name": "Ueno Seiyoken", "legal_name": null, "aliases": ["Seiyoken"], "website": "https://www.seiyoken.co.jp", "canonical_domain": "seiyoken.co.jp", "country": "JP", "hq_city": "Ueno-kōen", "hq_region": "Taitō-ku", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "9734", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1978 +{"wikidata_id": "Q11395551", "display_name": "Demae-can", "legal_name": null, "aliases": ["Demaecan"], "website": "https://demae-can.com", "canonical_domain": "demae-can.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["logistics"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2484", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "food delivery company of Japan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1979 +{"wikidata_id": "Q11402354", "display_name": "North Pacific Bank", "legal_name": "North Pacific Bank, Ltd.", "aliases": [], "website": "https://www.hokuyobank.co.jp", "canonical_domain": "hokuyobank.co.jp", "country": "JP", "hq_city": "Hokuyo Odori Center", "hq_region": "Chūō-ku", "lat": 43.06131, "lon": 141.35241, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "8524", "exchange": "Tokyo Stock Exchange", "lei": "549300A1ZLTL4KX3DZ92", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/North_Pacific_Bank_logo.svg", "description": "bank in Sapporo, Hokkaido, Japan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1980 +{"wikidata_id": "Q11509331", "display_name": "NKK switches", "legal_name": null, "aliases": [], "website": "https://www.nkkswitches.co.jp", "canonical_domain": "nkkswitches.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "6943", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NKK_Switches_company_logo.svg", "description": "Japanese switch manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1981 +{"wikidata_id": "Q11509644", "display_name": "The Nisshin OilliO Group, Ltd.", "legal_name": null, "aliases": [], "website": "https://www.nisshin-oillio.com", "canonical_domain": "nisshin-oillio.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "2602", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nisshin_Oillio_Group_Logo.svg", "description": "Japanese oil and food corporation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1982 +{"wikidata_id": "Q11514182", "display_name": "Shobunsha", "legal_name": "株式会社昭文社", "aliases": ["Shobun-Sha"], "website": "https://www.mapple.co.jp", "canonical_domain": "mapple.co.jp", "country": "JP", "hq_city": "Kōjimachi", "hq_region": "Chiyoda", "lat": 35.68375, "lon": 139.73789, "industries": ["media"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "9475", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shobunsha_Publications%2C_Inc._logo.png", "description": "Japanese atlas publishing company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1983 +{"wikidata_id": "Q11527929", "display_name": "Tōkai Kisen", "legal_name": null, "aliases": [], "website": "https://www.tokaikisen.co.jp", "canonical_domain": "tokaikisen.co.jp", "country": "JP", "hq_city": "Kaigan", "hq_region": "Minato", "lat": 35.65265, "lon": 139.76215, "industries": ["shipping"], "industry_labels": [], "founded_year": 1889, "employees": null, "public_company": true, "ticker": "9173", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese shipping company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1984 +{"wikidata_id": "Q11541601", "display_name": "Rakuten Bank", "legal_name": "Rakuten Bank, Ltd.", "aliases": ["Ltd."], "website": "https://www.rakuten-bank.co.jp", "canonical_domain": "rakuten-bank.co.jp", "country": "JP", "hq_city": "Tamagawa", "hq_region": "Setagaya", "lat": 35.61298, "lon": 139.62748, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "5838", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q973054", "name": "Rakuten Group, Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rakuten_Bank_logo.svg", "description": "virtual bank of Rakuten group in Japan since 2000", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1985 +{"wikidata_id": "Q11563252", "display_name": "Koikeya", "legal_name": null, "aliases": ["Koike-ya"], "website": "https://koikeya.co.jp", "canonical_domain": "koikeya.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2226", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koikeya_logo.svg", "description": "Japanese food company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1986 +{"wikidata_id": "Q11579995", "display_name": "Hakuyosha", "legal_name": null, "aliases": [], "website": "https://www.hakuyosha.co.jp", "canonical_domain": "hakuyosha.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "9731", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese cleaning company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1987 +{"wikidata_id": "Q11589421", "display_name": "Shinki Bus", "legal_name": null, "aliases": [], "website": "https://www.shinkibus.co.jp", "canonical_domain": "shinkibus.co.jp", "country": "JP", "hq_city": "Himeji", "hq_region": "Hyōgo Prefecture", "lat": 34.81517, "lon": 134.68539, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "9083", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1988 +{"wikidata_id": "Q11593761", "display_name": "Fukusima Bank", "legal_name": null, "aliases": ["Fukushima Bank"], "website": "https://www.fukushimabank.co.jp", "canonical_domain": "fukushimabank.co.jp", "country": "JP", "hq_city": "Fukushima Prefecture", "hq_region": "Japan", "lat": 37.75028, "lon": 140.46775, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1922, "employees": null, "public_company": true, "ticker": "8562", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese bank", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1989 +{"wikidata_id": "Q11628762", "display_name": "Nishimatsu Construction Co.", "legal_name": null, "aliases": ["Nishimatsu Construction", "Ltd.", "Ltd. (Japan)"], "website": "https://www.nishimatsu.co.jp", "canonical_domain": "nishimatsu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "1820", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese construction company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1990 +{"wikidata_id": "Q11629593", "display_name": "Saibu Gas", "legal_name": null, "aliases": ["Saibugas Co.", "Ltd."], "website": "https://www.saibugas.co.jp", "canonical_domain": "saibugas.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "9536", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1991 +{"wikidata_id": "Q11659858", "display_name": "Megmilk Snow Brand", "legal_name": "Megmilk Snow Brand Co., Ltd.", "aliases": ["Snow Brand Milk Products", "Megmilk Yukijirushi", "Yukijirushi", "Yukijirushi Nyūgyō Kabushiki-gaisha"], "website": "https://www.meg-snow.com", "canonical_domain": "meg-snow.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["food-beverage"], "industry_labels": ["dairy"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "2270", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MEG-SNOW_NEW_font_%28Japanese%29.svg", "description": "Japanese food company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1992 +{"wikidata_id": "Q11661591", "display_name": "Asunaro Aoki Construction", "legal_name": "Asunaro Aoki Construction Co., Ltd.", "aliases": ["Asunaroaoki Construction", "Asunaroaoki Construction Co.", "Ltd.", "Asunaroaoki Construction Co.", "Ltd. (Japan)"], "website": "https://www.aaconst.co.jp", "canonical_domain": "aaconst.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["construction"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "1865", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q420659", "name": "Takamatsu Construction Group"}, "logo_url": null, "description": "company in Minato, Japan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1993 +{"wikidata_id": "Q11666819", "display_name": "Yomeishu Seizo", "legal_name": null, "aliases": ["Yomeishu Seizo Co.", "Ltd.", "Yomeishu Seizo Co.", "Ltd. (Japan)"], "website": "https://www.yomeishu.co.jp", "canonical_domain": "yomeishu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "2540", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shibuya City, Japan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1994 +{"wikidata_id": "Q11672562", "display_name": "Bank of Kochi", "legal_name": null, "aliases": [], "website": "https://www.kochi-bank.co.jp", "canonical_domain": "kochi-bank.co.jp", "country": "JP", "hq_city": "Kōchi-shi", "hq_region": "Kōchi Prefecture", "lat": 33.55883, "lon": 133.53122, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "8416", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1995 +{"wikidata_id": "Q116784682", "display_name": "Astral", "legal_name": "Astral Pipes", "aliases": ["Astral Limited", "Astral Poly Technik", "Astral Poly Technik Limited"], "website": "https://www.astralpipes.com", "canonical_domain": "astralpipes.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["construction"], "industry_labels": ["architecture"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ASTRAL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1996 +{"wikidata_id": "Q12184641", "display_name": "Saudi Investment Bank", "legal_name": "البنك السعودي للإستثمار", "aliases": [], "website": "https://www.saib.com.sa", "canonical_domain": "saib.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "1030", "exchange": "Saudi Stock Exchange", "lei": "558600V3J4M5TUY9HR70", "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi joint stock company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1997 +{"wikidata_id": "Q12218607", "display_name": "Zamil Industrial", "legal_name": "شركة الزامل للاستثمار الصناعي", "aliases": [], "website": "https://www.zamilindustrial.com", "canonical_domain": "zamilindustrial.com", "country": "SA", "hq_city": "Dammam", "hq_region": "Eastern Province", "lat": 26.43333, "lon": 50.1, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2240", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zamil_Industrial_Logo.svg", "description": "Saudi construction materials company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1998 +{"wikidata_id": "Q12471665", "display_name": "Alumindo Light Metal Industry", "legal_name": "Alumindo Light Metal Industry Tbk", "aliases": ["ALMI"], "website": "https://www.alumindo.com", "canonical_domain": "alumindo.com", "country": "ID", "hq_city": "Surabaya", "hq_region": "East Java", "lat": -7.23789, "lon": 112.7434, "industries": ["chemicals", "mining"], "industry_labels": ["basic industry and chemicals sector", "metal industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ALMI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alumindo_Light_Metal_Industry_%28Logo%29.svg", "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
1999 +{"wikidata_id": "Q12477510", "display_name": "Bukit Asam", "legal_name": "Bukit Asam Tbk", "aliases": ["PT Bukit Asam Tbk", "PT. Bukit Asam Tbk", "PTBA"], "website": "https://www.ptba.co.id", "canonical_domain": "ptba.co.id", "country": "ID", "hq_city": "Tanjung Enim", "hq_region": "Lawang Kidul", "lat": -3.95031, "lon": 103.68911, "industries": ["mining", "energy"], "industry_labels": ["mining", "coal industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "PTBA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%28Bukit_Asam%29_Logo_CMYK-01.png", "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2000 +{"wikidata_id": "Q12518183", "display_name": "Surya Semesta Internusa", "legal_name": "Surya Semesta Internusa Tbk", "aliases": ["PT Surya Semesta Internusa Tbk", "SSIA"], "website": "https://www.suryainternusa.com", "canonical_domain": "suryainternusa.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "SSIA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2001 +{"wikidata_id": "Q12580820", "display_name": "CJ ENM Commerce Division", "legal_name": "CJ O Shopping Co., Ltd.", "aliases": ["CJ39 SHOPPING"], "website": "https://www.cjoshopping.com", "canonical_domain": "cjoshopping.com", "country": "KR", "hq_city": "Bangbae-dong", "hq_region": "Seocho District", "lat": 37.48333, "lon": 126.98333, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "035760", "exchange": "KOSDAQ", "lei": "9884005N1TS61ILH6840", "sec_cik": null, "parent": {"wikidata_id": "Q16165708", "name": "CJ Corporation"}, "logo_url": null, "description": "television channel", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2002 +{"wikidata_id": "Q12594197", "display_name": "Lotte Shopping", "legal_name": "Lotte Shopping Co., Ltd.", "aliases": [], "website": "https://www.lotteshoppingir.com", "canonical_domain": "lotteshoppingir.com", "country": "KR", "hq_city": "Sogong-dong", "hq_region": "Jung District", "lat": 37.56485, "lon": 126.98171, "industries": ["retail"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "023530", "exchange": "Korean Stock Exchange", "lei": "9884003SJK2VZLLC4B08", "sec_cik": null, "parent": {"wikidata_id": "Q482841", "name": "Lotte"}, "logo_url": null, "description": "Korean multinational retailer (e. 1979)", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2003 +{"wikidata_id": "Q12696352", "display_name": "MD Entertainment", "legal_name": "MD Entertainment", "aliases": [], "website": "https://www.mdentertainment.co", "canonical_domain": "mdentertainment.co", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "FILM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q28724573", "name": "MD Corporation"}, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2004 +{"wikidata_id": "Q131187811", "display_name": "HD Hyundai Construction Equipment", "legal_name": "HD Hyundai Construction Equipment Co., Ltd.", "aliases": ["Hyundai Construction Equipment"], "website": "https://www.hd-hyundaice.com", "canonical_domain": "hd-hyundaice.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["construction", "industrial-machinery"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "267270", "exchange": "Korean Stock Exchange", "lei": "988400SUTJA1BDSX0Y30", "sec_cik": null, "parent": {"wikidata_id": "Q134983218", "name": "HD Hyundai XiteSolution"}, "logo_url": null, "description": "South Korean construction equipment company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2005 +{"wikidata_id": "Q13164530", "display_name": "Tse Sui Luen Jewellery", "legal_name": null, "aliases": ["TSL Jewellery"], "website": "https://eshop.tslj.com", "canonical_domain": "tslj.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "0417", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Jewellery company in Hong Kong", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2006 +{"wikidata_id": "Q13479439", "display_name": "Tianjin Port Holdings", "legal_name": null, "aliases": [], "website": "https://www.tianjin-port.com", "canonical_domain": "tianjin-port.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["transportation"], "industry_labels": ["port"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600717", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese port operations company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2007 +{"wikidata_id": "Q13646628", "display_name": "Maoye International", "legal_name": null, "aliases": [], "website": "https://www.maoye.cn", "canonical_domain": "maoye.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "0848", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese retail company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2008 +{"wikidata_id": "Q15122856", "display_name": "Bank of Chongqing", "legal_name": null, "aliases": ["CQB", "Bank of Chongqing Company Limited"], "website": "https://www.cqcbank.com", "canonical_domain": "cqcbank.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "1963", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2009 +{"wikidata_id": "Q15905144", "display_name": "Wowprime Group", "legal_name": null, "aliases": [], "website": "https://www.wowprime.com", "canonical_domain": "wowprime.com", "country": "TW", "hq_city": "Taichung", "hq_region": "Taiwan", "lat": 24.14389, "lon": 120.67944, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2727", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese catering company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2010 +{"wikidata_id": "Q15914712", "display_name": "Shenwan Hongyuan", "legal_name": null, "aliases": ["Shenwan Hongyuan Group Co.", "Ltd"], "website": "https://www.swhygh.com", "canonical_domain": "swhygh.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000166", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned securities brokerage", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2011 +{"wikidata_id": "Q15920634", "display_name": "Hitron", "legal_name": null, "aliases": ["Hitron Technologies", "Hitron Technologies Inc.", "仲琦科技"], "website": "https://www.hitrontech.com", "canonical_domain": "hitrontech.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "2419", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese telecommunication equipment supplier", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2012 +{"wikidata_id": "Q15935049", "display_name": "Far East Consortium International Limited", "legal_name": null, "aliases": [], "website": "https://www.fecil.com.hk", "canonical_domain": "fecil.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": null, "employees": null, "public_company": true, "ticker": "0035", "exchange": "Hong Kong Stock Exchange", "lei": "54930031259IQB0EH527", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong property development company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2013 +{"wikidata_id": "Q15940496", "display_name": "Jianshe Vehicle System", "legal_name": null, "aliases": ["Jianshe motorcycles"], "website": "https://www.jianshe.com.cn", "canonical_domain": "jianshe.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "200054", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2014 +{"wikidata_id": "Q16058137", "display_name": "Adventa", "legal_name": null, "aliases": ["Adventa Berhad", "Adventa Bhd."], "website": "https://www.adventa.com.my", "canonical_domain": "adventa.com.my", "country": "MY", "hq_city": "Malaysia", "hq_region": null, "lat": 3.78051, "lon": 102.31436, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "7191", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2015 +{"wikidata_id": "Q16131515", "display_name": "TARO Pharmaceuticals", "legal_name": null, "aliases": ["Taro"], "website": "https://www.taro.com", "canonical_domain": "taro.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "TARO", "exchange": "New York Stock Exchange", "lei": "5493002WIJCSC2L2VL79", "sec_cik": "906338", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taro_Pharmaceuticals_logo.svg", "description": "pharmaceutical manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2016 +{"wikidata_id": "Q16175946", "display_name": "Innocean Worldwide", "legal_name": null, "aliases": ["INNOCEAN"], "website": "https://www.innocean.com", "canonical_domain": "innocean.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["media"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "214320", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean advertising agency", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2017 +{"wikidata_id": "Q16259060", "display_name": "City Developments Limited", "legal_name": null, "aliases": ["CDL Group"], "website": "https://www.cdl.com.sg", "canonical_domain": "cdl.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CDEVY", "exchange": "OTC Markets Group", "lei": "254900BPLPJS0RJ72373", "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean real estate organization", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2018 +{"wikidata_id": "Q16338433", "display_name": "Internet Gold Golden Lines Ltd", "legal_name": "אינטרנט גולד - קווי זהב בע''מ", "aliases": [], "website": "https://www.igld.com", "canonical_domain": "igld.com", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "IGLD", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1090159", "parent": null, "logo_url": null, "description": "principal communication service group in Israel", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2019 +{"wikidata_id": "Q16827441", "display_name": "Alliance Bank", "legal_name": null, "aliases": ["Alliance Bank Malaysia Berhad", "Alliance Bank Malaysia Bhd."], "website": "https://www.alliancebank.com.my", "canonical_domain": "alliancebank.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "2488", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian banking chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2020 +{"wikidata_id": "Q17001808", "display_name": "Chun Nan Jun", "legal_name": null, "aliases": [], "website": "https://www.nanjunauto.com", "canonical_domain": "nanjunauto.com", "country": "CN", "hq_city": "Ziyang", "hq_region": "Sichuan", "lat": 30.12562, "lon": 104.63974, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600418", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese auto manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2021 +{"wikidata_id": "Q17005768", "display_name": "Bupa Arabia", "legal_name": "شركة بوبا العربية للتأمين التعاوني", "aliases": [], "website": "https://bupa.com.sa", "canonical_domain": "bupa.com.sa", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["insurance"], "industry_labels": ["health insurance"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "8210", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bupa_New_Logo_2015.jpg", "description": "Saudi health insurance company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2022 +{"wikidata_id": "Q17019412", "display_name": "Gongniu Group Corporation", "legal_name": null, "aliases": ["bull", "Ningbo Banmen Electric Co.", "Ltd.", "Bull Group"], "website": "https://www.gongniu.cn", "canonical_domain": "gongniu.cn", "country": "CN", "hq_city": "Guanhaiwei Town", "hq_region": "Cixi City", "lat": 30.17017, "lon": 121.40568, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "603195", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese electrical products manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2023 +{"wikidata_id": "Q17053973", "display_name": "SAMCO", "legal_name": null, "aliases": ["SAMCO Inc."], "website": "https://www.samco.co.jp", "canonical_domain": "samco.co.jp", "country": "JP", "hq_city": "Fushimi-ku", "hq_region": "Kyoto", "lat": 34.93556, "lon": 135.76139, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "6387", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese semiconductor process equipment manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2024 +{"wikidata_id": "Q17058554", "display_name": "United Tractors", "legal_name": "United Tractors Tbk", "aliases": ["UNTR"], "website": "https://www.unitedtractors.com", "canonical_domain": "unitedtractors.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["mining", "retail", "industrial-machinery"], "industry_labels": ["mining", "wholesale", "heavy equipment"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "UNTR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2025 +{"wikidata_id": "Q17092616", "display_name": "Quick Heal", "legal_name": null, "aliases": ["CAT Computer Services"], "website": "https://www.quickheal.co.in", "canonical_domain": "quickheal.co.in", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "QUICKHEAL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Quick-Heal-Logo.png", "description": "cybersecurity software/antivirus", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2026 +{"wikidata_id": "Q17164235", "display_name": "Highwealth Construction", "legal_name": null, "aliases": ["Highwealth Construction Corp"], "website": "https://www.highwealth.com.tw", "canonical_domain": "highwealth.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "2542", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2027 +{"wikidata_id": "Q17210819", "display_name": "JX Nippon Mining & Metals", "legal_name": "JX金属株式会社", "aliases": [], "website": "https://www.jx-nmm.com", "canonical_domain": "jx-nmm.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["mining"], "industry_labels": ["mining industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "5016", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JX_GROUP_logo.svg", "description": "Japanese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2028 +{"wikidata_id": "Q17214979", "display_name": "Metaplanet", "legal_name": "Metaplanet Inc.", "aliases": ["Meta Planet", "Red Planet Japan", "Red Planet Japan", "Inc."], "website": "https://metaplanet.jp", "canonical_domain": "metaplanet.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3350", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": "2100603", "parent": {"wikidata_id": "Q25052982", "name": "Red Planet Hotels"}, "logo_url": null, "description": "Japanese Bitcoin treasury", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2100603", "enriched_at": "2026-09-13T07:23:18+00:00"}}
2029 +{"wikidata_id": "Q1791912", "display_name": "Mega Financial Holding", "legal_name": null, "aliases": [], "website": "https://www.megaholdings.com.tw", "canonical_domain": "megaholdings.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2886", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mega Financial Holding Company Ltd.", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2030 +{"wikidata_id": "Q17997679", "display_name": "AlamTri Resources", "legal_name": "PT. ADARO ENERGY INDONESIA Tbk", "aliases": ["Adaro", "Adaro Energy", "Adaro Energy Indonesia", "Adaro Energy Indonesia Tbk", "ADRO", "PT AlamTri Resources Tbk"], "website": "https://www.adaro.com", "canonical_domain": "adaro.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["utilities", "energy", "mining", "logistics"], "industry_labels": ["water", "energy", "mining", "logistics", "coal industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "ADRO", "exchange": "Indonesia Stock Exchange", "lei": "529900P2WAH7XA87OI24", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2031 +{"wikidata_id": "Q18109572", "display_name": "Guangyuyuan", "legal_name": null, "aliases": [], "website": "https://www.gyysx.com", "canonical_domain": "gyysx.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1541, "employees": null, "public_company": true, "ticker": "600771", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese traditional medicine brand", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2032 +{"wikidata_id": "Q18651096", "display_name": "37Games", "legal_name": null, "aliases": ["37games", "37GAMES"], "website": "https://www.37.com", "canonical_domain": "37.com", "country": "CN", "hq_city": "Nanxiang", "hq_region": "Jiading", "lat": 31.29979, "lon": 121.3118, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "002555", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "browser and mobile game developer and publisher", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2033 +{"wikidata_id": "Q18669162", "display_name": "Shenzhen Rapoo Technology Co.,Ltd.", "legal_name": null, "aliases": ["Rapoo"], "website": "https://www.rapoo.com", "canonical_domain": "rapoo.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "002577", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2034 +{"wikidata_id": "Q19682467", "display_name": "Machhapuchhre Bank", "legal_name": null, "aliases": ["Machhapuchchhre Bank", "Machhapuchhre bank", "Machhapuchhre Bank Limited", "Machhapuchhre bank Ltd", "Machhapuchhre Bank Ltd"], "website": "https://www.machbank.com", "canonical_domain": "machbank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "MBL", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Nepal", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2035 +{"wikidata_id": "Q19705221", "display_name": "Danya Group", "legal_name": "דניה סיבוס בע''מ", "aliases": [], "website": "https://www.denya-group.com", "canonical_domain": "denya-group.com", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "DNYA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2905086", "name": "Africa Israel Investments"}, "logo_url": null, "description": "Israeli construction company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2036 +{"wikidata_id": "Q19713130", "display_name": "Siddhartha Bank Limited", "legal_name": null, "aliases": ["Siddhartha Bank", "Siddhartha Bank Ltd"], "website": "https://www.siddharthabank.com", "canonical_domain": "siddharthabank.com", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SBL", "exchange": "Nepal Stock Exchange", "lei": "254900QBRJZY4ZF5KT45", "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2037 +{"wikidata_id": "Q19729543", "display_name": "Mustika Ratu", "legal_name": "Mustika Ratu Tbk", "aliases": ["MRAT"], "website": "https://www.mustika-ratu.com", "canonical_domain": "mustika-ratu.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MRAT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2038 +{"wikidata_id": "Q19730073", "display_name": "Pakuwon Jati", "legal_name": "Pakuwon Jati Tbk", "aliases": ["PWON"], "website": "https://www.pakuwonjati.com", "canonical_domain": "pakuwonjati.com", "country": "ID", "hq_city": "Pakuwon City Mall", "hq_region": null, "lat": -7.26111, "lon": 112.73833, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "PWON", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pakuwon_Jati_logo.svg", "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2039 +{"wikidata_id": "Q20502124", "display_name": "Alon Blue Square Israel Ltd", "legal_name": "אלון רבוע כחול ישראל בע''מ", "aliases": [], "website": "https://www.bsi.co.il", "canonical_domain": "bsi.co.il", "country": "IL", "hq_city": "Yakum", "hq_region": "Hof HaSharon Regional Council", "lat": 32.2475, "lon": 34.8425, "industries": ["food-beverage"], "industry_labels": ["food retail sector"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "BSI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1016837", "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2040 +{"wikidata_id": "Q20586293", "display_name": "Areeya Property (PCL.)", "legal_name": null, "aliases": ["Areeya Property", "Areeya Property Public Company Limited", "Areeya Property Public Co.", "Ltd."], "website": "https://www.areeya.co.th", "canonical_domain": "areeya.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "A", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Areeya_Property_Logo.svg", "description": "real estate developer in Thailand", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2041 +{"wikidata_id": "Q21005951", "display_name": "Bumi Armada", "legal_name": null, "aliases": ["Bumi Armada Berhad", "Bumi Armada Bhd."], "website": "https://www.bumiarmada.com", "canonical_domain": "bumiarmada.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "5210", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "oilfield services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2042 +{"wikidata_id": "Q210780", "display_name": "Focus Media Holding", "legal_name": null, "aliases": ["Focus Media Network Limited"], "website": "https://www.focusmedia.cn", "canonical_domain": "focusmedia.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["media"], "industry_labels": ["service"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "8112", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2043 +{"wikidata_id": "Q21659197", "display_name": "Uztransgaz", "legal_name": null, "aliases": [], "website": "https://www.uztransgaz.uz", "canonical_domain": "uztransgaz.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["transportation"], "industry_labels": ["gas transport"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "UTGA", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2044 +{"wikidata_id": "Q21944374", "display_name": "Energix-renewable Energies Ltd", "legal_name": "אנרג'יקס-אנרגיות מתחדשות בע''מ", "aliases": ["Energix", "Energix Renewable Energies Ltd"], "website": "https://www.energix-group.com", "canonical_domain": "energix-group.com", "country": "IL", "hq_city": "Moshe Aviv Tower", "hq_region": "Ramat Gan", "lat": 32.08333, "lon": 34.80389, "industries": ["renewables"], "industry_labels": ["solar energy"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ENRG", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55649221", "name": "Alony Hetz Properties & Investments Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Energix_Logo.svg", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2045 +{"wikidata_id": "Q22231041", "display_name": "Dongxing Securities", "legal_name": null, "aliases": ["Dongxing Securities Co.", "Ltd."], "website": "https://www.dxzq.net", "canonical_domain": "dxzq.net", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "601198", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27834602", "name": "China Orient Asset Management Co., Ltd."}, "logo_url": null, "description": "Chinese securities firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2046 +{"wikidata_id": "Q22704472", "display_name": "Red Star Macalline", "legal_name": "常州市紅星家俱總廠", "aliases": ["Red Star Macalline Group Corporation Limited"], "website": "https://www.chinaredstar.com", "canonical_domain": "chinaredstar.com", "country": "CN", "hq_city": "Changzhou", "hq_region": "Jiangsu", "lat": 31.81217, "lon": 119.96917, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "601828", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2047 +{"wikidata_id": "Q22908338", "display_name": "Riskified", "legal_name": null, "aliases": [], "website": "https://www.riskified.com", "canonical_domain": "riskified.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "RSKD", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1851112", "parent": null, "logo_url": null, "description": "SaaS company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1851112", "enriched_at": "2026-09-13T07:23:18+00:00"}}
2048 +{"wikidata_id": "Q24870433", "display_name": "Mebuki Financial Group", "legal_name": "株式会社めぶきフィナンシャルグループ", "aliases": [], "website": "https://www.mebuki-fg.co.jp", "canonical_domain": "mebuki-fg.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "7167", "exchange": "Tokyo Stock Exchange", "lei": "353800K1RXV3E3JAE812", "sec_cik": null, "parent": null, "logo_url": null, "description": "a company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2049 +{"wikidata_id": "Q24886215", "display_name": "Huawen Media Group Co., Ltd.", "legal_name": null, "aliases": ["HMG", "Huawen Group", "Huawen Media Investment Corporation", "Huawen Media"], "website": "https://www.000793.com", "canonical_domain": "000793.com", "country": "CN", "hq_city": "Haikou", "hq_region": "Hainan", "lat": 20.02, "lon": 110.32, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000793", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese media company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2050 +{"wikidata_id": "Q25176857", "display_name": "Flat Glass Group", "legal_name": null, "aliases": ["Flat Glass Group Co.", "Ltd."], "website": "https://www.flatgroup.com.cn", "canonical_domain": "flatgroup.com.cn", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["materials", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6865", "exchange": "Hong Kong Stock Exchange", "lei": "300300BEL4RMXBKEA373", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flat_Glass_Group.png", "description": "Chinese glass manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2051 +{"wikidata_id": "Q25230554", "display_name": "21Vianet", "legal_name": null, "aliases": [], "website": "https://www.ch.21vianet.com", "canonical_domain": "21vianet.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["cloud-infrastructure"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "VNET", "exchange": "Nasdaq", "lei": null, "sec_cik": "1508475", "parent": null, "logo_url": null, "description": "Chinese Internet and data center service provider", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2052 +{"wikidata_id": "Q25230738", "display_name": "NagaCorp Ltd", "legal_name": null, "aliases": ["Nagacorp Limited"], "website": "https://www.nagacorp.com", "canonical_domain": "nagacorp.com", "country": "KH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "3918", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cambodian gaming and hospitality company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2053 +{"wikidata_id": "Q25303147", "display_name": "Kenanga", "legal_name": null, "aliases": ["Kenanga Investment Bank Berhad", "Kenanga Investment Bank Bhd."], "website": "https://www.kenanga.com.my", "canonical_domain": "kenanga.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "6483", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kenanga_logo.svg", "description": "Malaysian financial services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2054 +{"wikidata_id": "Q27017115", "display_name": "KUSHIKATSU TANAKA", "legal_name": null, "aliases": ["Kushikatsu Tanaka", "Kushikatsu Tanaka Holdings", "Unisia Holdings"], "website": "https://unisia.co.jp", "canonical_domain": "unisia.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3547", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2055 +{"wikidata_id": "Q27058694", "display_name": "Fushun Special Steel", "legal_name": null, "aliases": ["FSSS"], "website": "https://www.fs-ss.com", "canonical_domain": "fs-ss.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "600399", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27058674", "name": "Dongbei Special Steel"}, "logo_url": null, "description": "Chinese steel company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2056 +{"wikidata_id": "Q27833474", "display_name": "CSC Financial Co., Ltd.", "legal_name": null, "aliases": ["China Securities", "China Securities Co.", "Ltd."], "website": "https://www.csc108.com", "canonical_domain": "csc108.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "6066", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CSC_Financial.png", "description": "Chinese securities firm", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2057 +{"wikidata_id": "Q2893987", "display_name": "Beijing Capital International Airport Company Limited", "legal_name": null, "aliases": [], "website": "https://en.bcia.com.cn", "canonical_domain": "bcia.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": ["airport"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "0694", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5035452", "name": "Capital Airport Holdings"}, "logo_url": null, "description": "airport operator", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2058 +{"wikidata_id": "Q2906460", "display_name": "Discount Investment Corp. Ltd.", "legal_name": "חברת השקעות דיסקונט בע''מ", "aliases": [], "website": "https://www.dic.co.il", "canonical_domain": "dic.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "DISI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2059 +{"wikidata_id": "Q2913953", "display_name": "Brainsway Ltd.", "legal_name": "בריינסוויי בע''מ", "aliases": [], "website": "https://www.brainsway.com", "canonical_domain": "brainsway.com", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["medical-devices"], "industry_labels": ["medical technology"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "BWAY", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1505065", "parent": null, "logo_url": null, "description": "Medical technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2060 +{"wikidata_id": "Q2963719", "display_name": "China Merchants Energy Shipping", "legal_name": null, "aliases": [], "website": "https://www.cmenergyshipping.com", "canonical_domain": "cmenergyshipping.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "601872", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073329", "name": "China Merchants Group"}, "logo_url": null, "description": "Chinese shipping and logistics company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2061 +{"wikidata_id": "Q29870605", "display_name": "The One Enterprise", "legal_name": null, "aliases": ["One Enterprise", "ONEE", "The One Enterprise Co.", "Ltd.", "The One Enterprise Company Limited", "The One Enterprise Public Company Limited", "The One Interprise", "The One Interprise PCL."], "website": "https://www.theoneenterprise.com", "canonical_domain": "theoneenterprise.com", "country": "TH", "hq_city": "GMM Grammy Place", "hq_region": "Bangkok", "lat": 13.74349, "lon": 100.5627, "industries": ["media", "entertainment"], "industry_labels": ["radio", "television production", "digital terrestrial television in Thailand"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "ONEE", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Television and radio content production company under GMM Grammy", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2062 +{"wikidata_id": "Q30716593", "display_name": "Joyson Electronics", "legal_name": null, "aliases": ["Joyson", "Liaoyuan Joyson Electronic Corporation", "Ningbo Joyson Electronic Corp.", "Ningbo Joyson Electronic Corporation"], "website": "https://www.joyson.cn", "canonical_domain": "joyson.cn", "country": "CN", "hq_city": "Ningbo", "hq_region": "Zhejiang", "lat": 29.875, "lon": 121.54917, "industries": ["technology", "automotive"], "industry_labels": ["electronics", "automotive industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "600699", "exchange": "Shanghai Stock Exchange", "lei": "300300XPY07RUN7V4863", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automotive supplier", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2063 +{"wikidata_id": "Q31178959", "display_name": "iM Financial Group", "legal_name": "iM Financial Group Co., Ltd.", "aliases": ["DGB Financial Group"], "website": "https://www.imfngroup.com", "canonical_domain": "imfngroup.com", "country": "KR", "hq_city": "Daegu", "hq_region": "South Korea", "lat": 35.87167, "lon": 128.60167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "139130", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2064 +{"wikidata_id": "Q3178595", "display_name": "Linhai", "legal_name": null, "aliases": [], "website": "https://www.linhaigroup.com", "canonical_domain": "linhaigroup.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "600099", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese motorcycle manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2065 +{"wikidata_id": "Q3553552", "display_name": "Valens Semiconductor", "legal_name": null, "aliases": ["Valens"], "website": "https://www.valens.com", "canonical_domain": "valens.com", "country": "IL", "hq_city": "Hod HaSharon", "hq_region": "Central District", "lat": 32.15, "lon": 34.88333, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "VLN", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1863006", "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1863006", "enriched_at": "2026-09-13T07:23:18+00:00"}}
2066 +{"wikidata_id": "Q3572415", "display_name": "Wockhardt", "legal_name": null, "aliases": ["Worli Chemical Works"], "website": "https://www.wockhardt.com", "canonical_domain": "wockhardt.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "WOCKPHARMA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Pharmaceutical and biotechnology company headquartered in Mumbai, India", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2067 +{"wikidata_id": "Q3699297", "display_name": "Global Mediacom", "legal_name": "PT Global Mediacom Tbk", "aliases": ["BMTR"], "website": "https://www.mediacom.co.id", "canonical_domain": "mediacom.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["investment company"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BMTR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4900880", "name": "MNC Corporation"}, "logo_url": null, "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2068 +{"wikidata_id": "Q4050336", "display_name": "Sumitomo Bakelite", "legal_name": null, "aliases": [], "website": "https://www.sumibe.co.jp", "canonical_domain": "sumibe.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "4203", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Bakelite_Co.%2CLtd.logo.png", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2069 +{"wikidata_id": "Q43295457", "display_name": "Supergas Energy Ltd", "legal_name": "אלקו בע''מ", "aliases": [], "website": "https://www.elco.co.il", "canonical_domain": "elco.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "ELCO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli industrial group manufacturing home appliances and air conditioners", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2070 +{"wikidata_id": "Q43452224", "display_name": "RYB Education", "legal_name": "红黄蓝教育", "aliases": ["RYB"], "website": "https://www.rybbaby.com", "canonical_domain": "rybbaby.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "RYB", "exchange": "New York Stock Exchange", "lei": "5493008D9KDCA2T7DN67", "sec_cik": "1708441", "parent": null, "logo_url": null, "description": "education company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2071 +{"wikidata_id": "Q4652322", "display_name": "ALDREES Petroleum and Transport Services Company", "legal_name": "شركة الدريس للخدمات البترولية و النقليات", "aliases": [], "website": "https://www.aldrees.com", "canonical_domain": "aldrees.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "4200", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aldrees_logo.jpg", "description": "multinational joint stock company in Riyadh, Saudi Arabia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2072 +{"wikidata_id": "Q4674469", "display_name": "Acom", "legal_name": null, "aliases": ["ACOM"], "website": "https://www.acom.co.jp", "canonical_domain": "acom.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "8572", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acom_company_logos.svg", "description": "Japanese consumer loan company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2073 +{"wikidata_id": "Q4686143", "display_name": "Leadway Technology Investment Group Limited", "legal_name": null, "aliases": ["Advanced Card Systems Holdings Limited", "Advanced Card Systems Limited", "Leadway Technology Investments"], "website": "https://www.hnatechinv.com", "canonical_domain": "hnatechinv.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services", "technology"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "2086", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55468352", "name": "HNA EcoTech Group Co., Ltd."}, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2074 +{"wikidata_id": "Q4750607", "display_name": "Anabuki Kosan", "legal_name": "Anabuki Kosan Inc.", "aliases": [], "website": "https://www.anabuki.ne.jp", "canonical_domain": "anabuki.ne.jp", "country": "JP", "hq_city": "Takamatsu", "hq_region": "Kagawa Prefecture", "lat": 34.34281, "lon": 134.04661, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "8928", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%81%82%E3%81%AA%E3%81%B6%E3%81%8D%E8%88%88%E7%94%A3%E3%83%AD%E3%82%B4.png", "description": "Japanese real estate company, now separate from the above", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2075 +{"wikidata_id": "Q4848822", "display_name": "Bajaj Electricals", "legal_name": null, "aliases": [], "website": "https://www.bajajelectricals.com", "canonical_domain": "bajajelectricals.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["consumer-goods"], "industry_labels": ["electrical device"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "BAJAJELEC", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian electric appliances company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2076 +{"wikidata_id": "Q4856183", "display_name": "Bank of Syria and Overseas", "legal_name": null, "aliases": ["BSO"], "website": "https://www.bso.com.sy", "canonical_domain": "bso.com.sy", "country": "SY", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["banking"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "BSO", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Syria_and_Over_seas_logo.jpg", "description": "private bank in Syria", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2077 +{"wikidata_id": "Q48816378", "display_name": "HNA Technology Co., Ltd.", "legal_name": null, "aliases": ["HNA Technology", "Tianhai Investment"], "website": "https://www.hna-tic.com", "canonical_domain": "hna-tic.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "900938", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2078 +{"wikidata_id": "Q48998839", "display_name": "Ichitan", "legal_name": null, "aliases": ["Ichitan Group", "Ichitan Group Public Company Limited", "Ichitan Group Public Co.", "Ltd."], "website": "https://www.ichitangroup.com", "canonical_domain": "ichitangroup.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "ICHI", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ichitan_Logo.svg", "description": "Thai beverage company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2079 +{"wikidata_id": "Q4914627", "display_name": "Bioline Rx Ltd.", "legal_name": "ביוליין אר אקס בע''מ", "aliases": [], "website": "https://www.biolinerx.com", "canonical_domain": "biolinerx.com", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "BLRX", "exchange": "Tel Aviv Stock Exchange", "lei": "529900AKIOSC15Y63R18", "sec_cik": "1498403", "parent": null, "logo_url": null, "description": "Israeli drug development company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1498403", "enriched_at": "2026-09-13T07:23:18+00:00"}}
2080 +{"wikidata_id": "Q5011905", "display_name": "CITIC Press Group", "legal_name": null, "aliases": ["CITIC Press Corp", "CITIC Publishing Group", "CITIC Publishing House"], "website": "https://www.citicpub.com", "canonical_domain": "citicpub.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "300788", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned publishing house", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2081 +{"wikidata_id": "Q5060704", "display_name": "Central Depository Services Limited", "legal_name": null, "aliases": ["CDSL"], "website": "https://www.cdslindia.com", "canonical_domain": "cdslindia.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "CDSL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian Security Depository", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2082 +{"wikidata_id": "Q5072155", "display_name": "Changyou", "legal_name": null, "aliases": [], "website": "https://www.changyou.com", "canonical_domain": "changyou.com", "country": "CN", "hq_city": "Cayman Islands", "hq_region": "British Overseas Territories", "lat": 19.5, "lon": -80.5, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "CYOU", "exchange": "Nasdaq", "lei": null, "sec_cik": "1458696", "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2083 +{"wikidata_id": "Q5099782", "display_name": "China Merchants Property", "legal_name": null, "aliases": ["China Merchants Shekou Industrial Zone Holdings Co.", "Ltd."], "website": "https://www.cmpd.cn", "canonical_domain": "cmpd.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "001979", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2084 +{"wikidata_id": "Q5099856", "display_name": "China Power International Development", "legal_name": null, "aliases": ["China Power"], "website": "https://www.chinapower.hk", "canonical_domain": "chinapower.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "2380", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20062801", "name": "State Power Investment Corporation"}, "logo_url": null, "description": "Chinese electric power company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2085 +{"wikidata_id": "Q5099884", "display_name": "China Resources Cement", "legal_name": null, "aliases": [], "website": "https://www.crcement.com.hk", "canonical_domain": "crcement.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["construction"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "1313", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cement company parented by China Resources", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2086 +{"wikidata_id": "Q5099926", "display_name": "China State Construction International Holdings Limited", "legal_name": null, "aliases": ["China State Construction International Holdings", "China State Construction International Holdings Ltd."], "website": "https://www.csci.com.hk", "canonical_domain": "csci.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "3311", "exchange": "Hong Kong Stock Exchange", "lei": "529900QVUUH13RIZIR85", "sec_cik": null, "parent": {"wikidata_id": "Q69923136", "name": "China State Construction Engineering Corporation Limited"}, "logo_url": null, "description": "Hong Kong construction contractor", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2087 +{"wikidata_id": "Q5157220", "display_name": "Compugen Ltd.", "legal_name": "קומפיוגן בע''מ", "aliases": [], "website": "https://www.cgen.com", "canonical_domain": "cgen.com", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "CGEN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1119774", "parent": null, "logo_url": null, "description": "publicly traded Israeli drug discovery company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1119774", "enriched_at": "2026-09-13T07:23:18+00:00"}}
2088 +{"wikidata_id": "Q52751473", "display_name": "Divi's Laboratories", "legal_name": null, "aliases": ["Divi's Laboratories Ltd.", "Divis Laboratories", "Divis Laboratories Ltd."], "website": "https://www.divislabs.com", "canonical_domain": "divislabs.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "DIVISLAB", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian pharmaceutical stock company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2089 +{"wikidata_id": "Q5282953", "display_name": "Distilleries Company of Sri Lanka", "legal_name": null, "aliases": [], "website": "https://www.dcslgroup.net", "canonical_domain": "dcslgroup.net", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "DIST.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan alcoholic beverage company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2090 +{"wikidata_id": "Q5323340", "display_name": "eLong", "legal_name": null, "aliases": [], "website": "https://www.elong.com", "canonical_domain": "elong.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["travel"], "industry_labels": ["travel agency"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "LONG", "exchange": "Nasdaq", "lei": null, "sec_cik": "1290903", "parent": null, "logo_url": null, "description": "Chinese online travel agency", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2091 +{"wikidata_id": "Q5353752", "display_name": "Elbit Imaging Ltd.", "legal_name": "אלביט הדמיה בע''מ", "aliases": [], "website": "https://www.elbitimaging.com", "canonical_domain": "elbitimaging.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["healthcare"], "industry_labels": ["medical imaging"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "EMIT", "exchange": "Tel Aviv Stock Exchange", "lei": "549300UWRB10FFBCZQ53", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2092 +{"wikidata_id": "Q5446389", "display_name": "Fiberhome Networks", "legal_name": null, "aliases": [], "website": "https://www.fiberhome.com", "canonical_domain": "fiberhome.com", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "600498", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese networking and telecommunication equipment provider", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2093 +{"wikidata_id": "Q5449667", "display_name": "Financial Street Holding", "legal_name": null, "aliases": [], "website": "https://www.jrjkg.com.cn", "canonical_domain": "jrjkg.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000402", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2094 +{"wikidata_id": "Q5470333", "display_name": "Formula Systems (1985) Ltd.", "legal_name": "פורמולה מערכות (1985)בע''מ", "aliases": [], "website": "https://www.formulasystems.com", "canonical_domain": "formulasystems.com", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "FORTY", "exchange": "Tel Aviv Stock Exchange", "lei": "5299007HN634606FI520", "sec_cik": "1045986", "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2095 +{"wikidata_id": "Q5526301", "display_name": "Gas Malaysia", "legal_name": null, "aliases": ["Gas Malaysia Berhad", "Gas Malaysia Bhd."], "website": "https://www.gasmalaysia.com", "canonical_domain": "gasmalaysia.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "5209", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gas_Malaysia_logo.png", "description": "Malaysian natural gas company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2096 +{"wikidata_id": "Q55454117", "display_name": "Rongsheng Petrochemical (China)", "legal_name": null, "aliases": ["Rongsheng Petrochemical", "Rongsheng Petrochemical Co.", "Ltd."], "website": "https://www.cnrspc.com", "canonical_domain": "cnrspc.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.36897, "lon": 120.08808, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "002493", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese petroleum refinery company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2097 +{"wikidata_id": "Q5560152", "display_name": "GigaMedia Limited", "legal_name": null, "aliases": [], "website": "https://www.funtown.com.tw", "canonical_domain": "funtown.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["software"], "industry_labels": ["SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "GIGM", "exchange": "Nasdaq", "lei": "549300Q31RWVWZKE4D67", "sec_cik": "1105101", "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1105101", "enriched_at": "2026-09-13T07:23:20+00:00"}}
2098 +{"wikidata_id": "Q5570647", "display_name": "Global Sources", "legal_name": null, "aliases": [], "website": "https://www.globalsources.com", "canonical_domain": "globalsources.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "GSOL", "exchange": "Nasdaq", "lei": "213800F31H9EE59UHC26", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2099 +{"wikidata_id": "Q5571430", "display_name": "Gloria Material Technology Corp.", "legal_name": null, "aliases": ["Gloria Material Technology Corporation", "GMTC"], "website": "https://www.gmtc.com.tw", "canonical_domain": "gmtc.com.tw", "country": "TW", "hq_city": "Liouying District", "hq_region": "Tainan", "lat": 23.28333, "lon": 120.35, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "5009", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gloria_Material_Technology_Logo.png", "description": "steel company of Taiwan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2100 +{"wikidata_id": "Q55731469", "display_name": "Satrec Initiative", "legal_name": null, "aliases": ["SI", "Satrec I", "Satrec Initiative Co.", "Ltd.", "Satrec Initiative Group"], "website": "https://www.satreci.com", "canonical_domain": "satreci.com", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["aerospace-defense"], "industry_labels": ["space industry", "geospatial industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "099320", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Satrec_Initiative_CI_Logo.svg", "description": "South Korean aerospace company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2101 +{"wikidata_id": "Q5616571", "display_name": "Guinness Anchor Berhad", "legal_name": null, "aliases": ["HEINEKEN MALAYSIA BERHAD", "Heineken Malaysia Berhad", "Heineken Malaysia Bhd."], "website": "https://www.heinekenmalaysia.com", "canonical_domain": "heinekenmalaysia.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["alcoholic beverage"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "3255", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian beverage manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2102 +{"wikidata_id": "Q5619652", "display_name": "Guoco Group", "legal_name": null, "aliases": [], "website": "https://www.guoco.com", "canonical_domain": "guoco.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "0053", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4206859", "name": "Hong Leong Group"}, "logo_url": null, "description": "investment holding company, Hongkong", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2103 +{"wikidata_id": "Q56236328", "display_name": "Jasic Technology", "legal_name": null, "aliases": ["Jasic", "Jasic Technology Co.", "Ltd", "Jasic Technology Co.", "Ltd."], "website": "https://www.jasic.com.cn", "canonical_domain": "jasic.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "300193", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2104 +{"wikidata_id": "Q5628833", "display_name": "H2O Retailing", "legal_name": "H2O Retailing Corporation", "aliases": [], "website": "https://www.h2o-retailing.co.jp", "canonical_domain": "h2o-retailing.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "8242", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/H2O_Retailing_logo.png", "description": "stock holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2105 +{"wikidata_id": "Q5711093", "display_name": "Hemas Holdings", "legal_name": null, "aliases": [], "website": "https://www.hemas.com", "canonical_domain": "hemas.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "HHL.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Public limited conglomerate in Sri Lanka", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2106 +{"wikidata_id": "Q5875192", "display_name": "Hobonichi", "legal_name": null, "aliases": [], "website": "https://www.hobonichi.co.jp", "canonical_domain": "hobonichi.co.jp", "country": "JP", "hq_city": "Kita-Aoyama", "hq_region": "Minato", "lat": 35.67261, "lon": 139.71818, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "3560", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2107 +{"wikidata_id": "Q5925020", "display_name": "Huadian Energy Company Limited", "legal_name": null, "aliases": ["Heilongjiang Electric Power"], "website": "https://www.hdenergy.com", "canonical_domain": "hdenergy.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "900937", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese electricity generation company based in Heilongjiang", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2108 +{"wikidata_id": "Q5925035", "display_name": "Huadian Power International", "legal_name": null, "aliases": [], "website": "https://www.hdpi.com.cn", "canonical_domain": "hdpi.com.cn", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "600027", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "power company in Shandong, China", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2109 +{"wikidata_id": "Q5967675", "display_name": "I-O Data", "legal_name": null, "aliases": ["I-O Data Device"], "website": "https://www.iodata.jp", "canonical_domain": "iodata.jp", "country": "JP", "hq_city": "Kanazawa", "hq_region": "Ishikawa Prefecture", "lat": 36.56106, "lon": 136.6565, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "6916", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/New_I-O_DATA_Logo.svg", "description": "business enterprise", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2110 +{"wikidata_id": "Q5971541", "display_name": "IJM Corporation Berhad", "legal_name": null, "aliases": ["IJM Corporation", "Ijm Corporation Berhad", "Ijm Corporation Bhd."], "website": "https://www.ijm.com", "canonical_domain": "ijm.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation", "manufacturing"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "3336", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Infrastructure company in Malaysia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2111 +{"wikidata_id": "Q6057048", "display_name": "İhlas Media Holding", "legal_name": null, "aliases": ["Ihlas Media", "İhlas Media", "İhlas Media Goup", "Ihlas Media Group", "Ihlas Media Holding"], "website": "https://www.ihlasyayinholding.com.tr", "canonical_domain": "ihlasyayinholding.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["media"], "industry_labels": ["news media"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "IHYAY", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4205423", "name": "İhlas Holding"}, "logo_url": null, "description": "Turkish news publisher (2003-)", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2112 +{"wikidata_id": "Q6160243", "display_name": "Jarir Bookstore", "legal_name": "شركة جرير للتسويق", "aliases": ["Jarir"], "website": "https://jarir.com", "canonical_domain": "jarir.com", "country": "KW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "4190", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi company specializing in office retailing and book publishing", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2113 +{"wikidata_id": "Q6192159", "display_name": "Jidong Cement", "legal_name": null, "aliases": ["Tangshan Jidong Cement Company"], "website": "https://www.jdsn.com.cn", "canonical_domain": "jdsn.com.cn", "country": "CN", "hq_city": "Tangshan", "hq_region": "Hebei", "lat": 39.62944, "lon": 118.17389, "industries": ["construction"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000401", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2114 +{"wikidata_id": "Q6279033", "display_name": "Jorudan", "legal_name": null, "aliases": ["Jorudan Co.", "Ltd."], "website": "https://www.jorudan.co.jp", "canonical_domain": "jorudan.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["software", "gaming"], "industry_labels": ["software industry", "video game industry", "software development"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "3710", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2115 +{"wikidata_id": "Q6297407", "display_name": "Joyce Boutique", "legal_name": null, "aliases": [], "website": "https://www.joyce.com", "canonical_domain": "joyce.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "0647", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Joyceboutique.png", "description": "Hong Kong fashion retailer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2116 +{"wikidata_id": "Q6315712", "display_name": "JustSystems", "legal_name": "JustSystems Corporation", "aliases": [], "website": "https://www.justsystems.com", "canonical_domain": "justsystems.com", "country": "JP", "hq_city": "Tokushima", "hq_region": "Tokushima Prefecture", "lat": 34.07028, "lon": 134.55494, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "4686", "exchange": "Tokyo Stock Exchange", "lei": "5299006DS4ZV570NR192", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JustSystems_logo.svg", "description": "Japanese software company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2117 +{"wikidata_id": "Q6401697", "display_name": "Khind Holdings Berhad", "legal_name": null, "aliases": ["KHIND HOLDINGS BERHAD", "Khind Holdings Bhd."], "website": "https://www.khind.com", "canonical_domain": "khind.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "7062", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian home appliance manufacturer", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2118 +{"wikidata_id": "Q65204463", "display_name": "Lorena", "legal_name": "PT Sari Lorena", "aliases": ["Lorena-Karina"], "website": "https://lorena-transport.com", "canonical_domain": "lorena-transport.com", "country": "ID", "hq_city": "North Petojo", "hq_region": "Gambir", "lat": -6.16667, "lon": 106.81667, "industries": ["transportation"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "LRNA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian bus company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96100431"}]}
2119 +{"wikidata_id": "Q65281301", "display_name": "JKN Global Group", "legal_name": null, "aliases": ["JKN Global Group PCL.", "JKN Global Group Public Co.", "Ltd.", "JKN Global Group Public Company Limited", "JKN Global Media", "JKN Global Media PCL.", "JKN Global Media Public Co.", "Ltd."], "website": "https://jknglobalgroup.com", "canonical_domain": "jknglobalgroup.com", "country": "TH", "hq_city": "Samut Prakan", "hq_region": "Thailand", "lat": 13.59944, "lon": 100.59667, "industries": ["media"], "industry_labels": ["mass media", "commerce"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "JKN", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Media and commerce company in Thailand.", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2120 +{"wikidata_id": "Q6556960", "display_name": "Lippo Cikarang", "legal_name": "Lippo Cikarang Tbk", "aliases": ["LPCK"], "website": "https://www.lippo-cikarang.com", "canonical_domain": "lippo-cikarang.com", "country": "ID", "hq_city": "Bekasi", "hq_region": "West Java", "lat": -6.333, "lon": 107.136, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "LPCK", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2121 +{"wikidata_id": "Q6784385", "display_name": "Menora Mivtachim Holdings Ltd", "legal_name": "מנורה מבטחים החזקות בע''מ", "aliases": [], "website": "https://www.menoramivt.co.il", "canonical_domain": "menoramivt.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "MMHD", "exchange": "Tel Aviv Stock Exchange", "lei": "2549009I6K3RDXFFY773", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli insurance company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2122 +{"wikidata_id": "Q67936681", "display_name": "JD Logistics", "legal_name": null, "aliases": ["JDL"], "website": "https://www.jdl.cn", "canonical_domain": "jdl.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2618", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3598926", "name": "JD.com"}, "logo_url": null, "description": "Chinese logistics company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2123 +{"wikidata_id": "Q6818483", "display_name": "Mercian Corporation", "legal_name": null, "aliases": [], "website": "https://www.mercian.co.jp", "canonical_domain": "mercian.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "2536", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q13403399", "name": "Kirin Holdings"}, "logo_url": null, "description": "Japan-based operating unit of Kirin, primarily engaged in the production and retail of wine and other alcoholic beverages.", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2124 +{"wikidata_id": "Q6842356", "display_name": "Midland Holdings", "legal_name": null, "aliases": ["Midland Holdings Limited"], "website": "https://www.midland.com.hk", "canonical_domain": "midland.com.hk", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["real-estate"], "industry_labels": ["real estate agent"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "1200", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "one of the largest real estate agents in Hong Kong", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2125 +{"wikidata_id": "Q68814433", "display_name": "Electra Consumer Products (1970) Ltd", "legal_name": "אלקטרה מוצרי צריכה (1970) בע''מ", "aliases": [], "website": "https://www.ecp.co.il", "canonical_domain": "ecp.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods", "asset-management"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "ECP", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q43295457", "name": "Supergas Energy Ltd"}, "logo_url": null, "description": "international conglomerate holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2126 +{"wikidata_id": "Q6916912", "display_name": "Gav-yam Lands Corp.ltd", "legal_name": "חברת גב ים לקרקעות בע''מ", "aliases": [], "website": "https://www.gav-yam.co.il", "canonical_domain": "gav-yam.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "GVYM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2127 +{"wikidata_id": "Q6955984", "display_name": "CTF Services Limited", "legal_name": "CTF Services Limited", "aliases": ["CTFS", "NWS Holdings Limited"], "website": "https://www.ctfs.com.hk", "canonical_domain": "ctfs.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["transportation"], "industry_labels": ["infrastructure industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "00659", "exchange": "Hong Kong Stock Exchange", "lei": "2549002WHK9XGQC01O62", "sec_cik": "1449664", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CTFS_Logo_EN.svg", "description": "CTF Services Limited (Hong Kong Stock Code: 659)", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1449664", "enriched_at": "2026-09-13T07:23:20+00:00"}}
2128 +{"wikidata_id": "Q6981538", "display_name": "Evogene Ltd", "legal_name": "אבוג'ן בע''מ", "aliases": [], "website": "https://www.evogene.com", "canonical_domain": "evogene.com", "country": "IL", "hq_city": "Rehovot", "hq_region": "Central District", "lat": 31.89139, "lon": 34.80778, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "EVGN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1574565", "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1574565", "enriched_at": "2026-09-13T07:23:20+00:00"}}
2129 +{"wikidata_id": "Q7012564", "display_name": "Vision Values Holdings Limited", "legal_name": "Wah Yik Holdings Company Limited", "aliases": ["New World Mobile Holdings Limited"], "website": "https://www.visionvalues.com.hk", "canonical_domain": "visionvalues.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "0862", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2130 +{"wikidata_id": "Q7026334", "display_name": "Fattal Holdings (1998) Ltd", "legal_name": "פתאל החזקות (1998) בע''מ", "aliases": ["Fattal Holding Ltd"], "website": "https://www.fattalhotelgroup.com", "canonical_domain": "fattalhotelgroup.com", "country": "IL", "hq_city": "Azrieli Center", "hq_region": "Tel Aviv", "lat": 32.07432, "lon": 34.79208, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "FTAL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli hotel chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2131 +{"wikidata_id": "Q7072422", "display_name": "ODEL", "legal_name": null, "aliases": [], "website": "https://www.odel.lk", "canonical_domain": "odel.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "ODEL.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan department store chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2132 +{"wikidata_id": "Q7120403", "display_name": "PROPEL Berhad", "legal_name": null, "aliases": ["UEM EDGENTA BERHAD", "Uem Edgenta Berhad", "Uem Edgenta Bhd."], "website": "https://www.uemedgenta.com", "canonical_domain": "uemedgenta.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "1368", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian total asset solution business", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2133 +{"wikidata_id": "Q7125728", "display_name": "Pakistan Tobacco Company", "legal_name": null, "aliases": ["Pakistan Tobacco Company Limited"], "website": "https://www.ptc.com.pk", "canonical_domain": "ptc.com.pk", "country": "PK", "hq_city": "Islamabad", "hq_region": "Islamabad Capital Territory", "lat": 33.69889, "lon": 73.03694, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "PAKT", "exchange": "Karachi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pakistan_Tobacco_Company_logo.png", "description": "tobacco company based in Pakistan", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2134 +{"wikidata_id": "Q7131170", "display_name": "Panin Sekuritas", "legal_name": "Panin Sekuritas Tbk", "aliases": ["PANS"], "website": "https://www.pans.co.id", "canonical_domain": "pans.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["financial-services"], "industry_labels": ["securities industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "PANS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panin_Sekuritas.png", "description": "public company in Indonesia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2135 +{"wikidata_id": "Q7186319", "display_name": "Philtrust Bank", "legal_name": null, "aliases": ["Philippine Trust Company"], "website": "https://www.philtrustbank.com", "canonical_domain": "philtrustbank.com", "country": "PH", "hq_city": "Manila", "hq_region": "Metro Manila", "lat": 14.59583, "lon": 120.97722, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "PTC", "exchange": "Philippine Stock Exchange", "lei": "549300B14PK448EZ1Q88", "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in the Philippines", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2136 +{"wikidata_id": "Q7262683", "display_name": "Alibaba Health", "legal_name": null, "aliases": ["Alibaba Health Information Technology", "Alibaba Health Information Technology Limited", "AliHealth"], "website": "https://www.alihealth.cn", "canonical_domain": "alihealth.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "0241", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alibaba_Health.png", "description": "Alibaba healthcare unit", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2137 +{"wikidata_id": "Q7273224", "display_name": "R&F Properties", "legal_name": null, "aliases": ["Guangzhou R&F"], "website": "https://www.rfchina.com", "canonical_domain": "rfchina.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "2777", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/R%26F_Properties_logo.svg", "description": "Chinese property development company based in Guangzhou", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2138 +{"wikidata_id": "Q7280047", "display_name": "Radcom Ltd", "legal_name": null, "aliases": [], "website": "https://www.radcom.com", "canonical_domain": "radcom.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["technology"], "industry_labels": ["SIC 3577 Computer Peripheral Equipment, NEC"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "RDCM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1016838", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RADCOM_Ltd_logo.gif", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1016838", "enriched_at": "2026-09-13T07:23:27+00:00"}}
2139 +{"wikidata_id": "Q7289308", "display_name": "Ramco Systems", "legal_name": null, "aliases": [], "website": "https://www.ramco.com", "canonical_domain": "ramco.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["software"], "industry_labels": ["enterprise software"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "RAMCOSYS", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ramco_Systems_logo.png", "description": "Indian IT Services company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2140 +{"wikidata_id": "Q7333352", "display_name": "Rigaku", "legal_name": null, "aliases": ["Rigaku Corporation", "Rigaku Holdings"], "website": "https://rigaku.com", "canonical_domain": "rigaku.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["precision mechanics"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "268A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RigakurockingrONLY_20170314.png", "description": "Japanese manufacturer of scientific and industrial instrumentation", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2141 +{"wikidata_id": "Q7388955", "display_name": "SBI Life Insurance Company Limited", "legal_name": null, "aliases": [], "website": "https://branches.sbilife.co.in", "canonical_domain": "sbilife.co.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "SBILIFE", "exchange": "National Stock Exchange of India", "lei": "335800WMVIESQUO95586", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SBI_Life_Insurance_Company_Limited.svg", "description": "Indian life insurance company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2142 +{"wikidata_id": "Q7418903", "display_name": "Sanoyas Hishino Meisho", "legal_name": null, "aliases": [], "website": "https://www.sanoyas.co.jp", "canonical_domain": "sanoyas.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": ["manufacturing"], "industry_labels": ["shipbuilding", "manufacturing industry"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "7022", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese conglomerate", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2143 +{"wikidata_id": "Q7488456", "display_name": "Shanghai Industrial Holdings", "legal_name": null, "aliases": [], "website": "https://www.sihl.com.hk", "canonical_domain": "sihl.com.hk", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "0363", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2144 +{"wikidata_id": "Q7494375", "display_name": "Shenzhen International Holdings", "legal_name": null, "aliases": [], "website": "https://www.szihl.com", "canonical_domain": "szihl.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "0152", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese holding company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2145 +{"wikidata_id": "Q7669439", "display_name": "Tat Technologies Ltd", "legal_name": "תאת טכנולוגיות בע''מ", "aliases": [], "website": "https://www.tat-technologies.com", "canonical_domain": "tat-technologies.com", "country": "IL", "hq_city": "Kiryat Gat", "hq_region": "Ashkelon Subdistrict", "lat": 31.60611, "lon": 34.77167, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "TATT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "808439", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAT_Technologies_logo_2019.svg", "description": "Israeli company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2146 +{"wikidata_id": "Q7732369", "display_name": "The Erawan Group", "legal_name": null, "aliases": ["The Erawan Group Public Company Limited", "The Erawan Group Public Co.", "Ltd."], "website": "https://www.theerawangroup.com", "canonical_domain": "theerawangroup.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["retail", "hospitality"], "industry_labels": ["retail", "hospitality industry"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "ERW", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai hospitality company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2147 +{"wikidata_id": "Q7758173", "display_name": "Shimamura", "legal_name": null, "aliases": ["Fashion Center Shimamura"], "website": "https://www.shimamura.gr.jp", "canonical_domain": "shimamura.gr.jp", "country": "JP", "hq_city": "Kitabukurochō", "hq_region": null, "lat": null, "lon": null, "industries": ["apparel", "retail"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "8227", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shimamura_logo.svg", "description": "Japanese fashion company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2148 +{"wikidata_id": "Q7800211", "display_name": "Tianjin TEDA Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.tedastock.com", "canonical_domain": "tedastock.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000652", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2149 +{"wikidata_id": "Q7829632", "display_name": "Tower Bersama Infrastructure", "legal_name": "PT Tower Bersama Infrastructure Tbk", "aliases": ["TBIG"], "website": "https://www.tower-bersama.com", "canonical_domain": "tower-bersama.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["transportation"], "industry_labels": ["infrastructure industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "TBIG", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2150 +{"wikidata_id": "Q7858353", "display_name": "Twinbird Corporation", "legal_name": null, "aliases": [], "website": "https://www.twinbird.jp", "canonical_domain": "twinbird.jp", "country": "JP", "hq_city": "Tsubame", "hq_region": "Niigata Prefecture", "lat": 37.67308, "lon": 138.88222, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6897", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2151 +{"wikidata_id": "Q7885208", "display_name": "Unilever (Indonesia)", "legal_name": "Lever Zeepfabrieken N.V.", "aliases": ["PT Unilever Tbk", "Unilever Tbk", "UNVR", "Unilever Indonesia"], "website": "https://www.unilever.co.id", "canonical_domain": "unilever.co.id", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.30064, "lon": 106.65072, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry", "fast-moving consumer goods industry"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "UNVR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q157062", "name": "Unilever"}, "logo_url": null, "description": "British company in Indonesia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2152 +{"wikidata_id": "Q8044620", "display_name": "Xinjiang Xinxin Mining Industry Company", "legal_name": null, "aliases": [], "website": "https://kunlun.wsfg.hk", "canonical_domain": "wsfg.hk", "country": "CN", "hq_city": "Fuyun County", "hq_region": "Altay Prefecture", "lat": 46.99037, "lon": 89.52005, "industries": ["mining"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "3833", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese mining company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2153 +{"wikidata_id": "Q8044687", "display_name": "Xinyuan Real Estate", "legal_name": null, "aliases": [], "website": "https://www.xyre.com", "canonical_domain": "xyre.com", "country": "HK", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "XIN", "exchange": "New York Stock Exchange", "lei": "5493005I1X3PG0G3GC95", "sec_cik": "1398453", "parent": null, "logo_url": null, "description": "Chinese real estate company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2154 +{"wikidata_id": "Q8050154", "display_name": "Yatai Group", "legal_name": null, "aliases": [], "website": "https://www.yatai.com", "canonical_domain": "yatai.com", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600881.SS", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private conglomerate enterprise in China", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2155 +{"wikidata_id": "Q806620", "display_name": "KB Bank", "legal_name": "Bank Bukopin Tbk", "aliases": ["Bank Bukopin", "Bank KB Bukopin", "BBKP", "PT Bank KB Bukopin Tbk", "Bank Umum Koperasi Indonesia", "PT Bank KB Indonesia Tbk"], "website": "https://www.kbbank.co.id", "canonical_domain": "kbbank.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "BBKP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KB_Bank_logo.png", "description": "South Korean company in Indonesia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2156 +{"wikidata_id": "Q8071259", "display_name": "Zhuzhou CRRC Times Electric Co., Ltd.", "legal_name": null, "aliases": ["TEG", "CRRC Times Electric", "CSR Times Electric", "Zhuzhou CSR Times Electric Co.", "Ltd."], "website": "https://www.tec.crrczic.cc", "canonical_domain": "crrczic.cc", "country": "CN", "hq_city": "Zhuzhou", "hq_region": "Hunan", "lat": 27.84071, "lon": 113.14692, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "3898", "exchange": "Hong Kong Stock Exchange", "lei": "529900PLNH7NQLN00B53", "sec_cik": null, "parent": {"wikidata_id": "Q19840026", "name": "CRRC"}, "logo_url": null, "description": "Chinese listed company, indirect subsidiary of CRRC Corp. Ltd", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2157 +{"wikidata_id": "Q8254046", "display_name": "Celsys", "legal_name": "株式会社セルシス", "aliases": ["CELSYS", "Inc."], "website": "https://www.celsys.com", "canonical_domain": "celsys.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "3663", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2158 +{"wikidata_id": "Q8353441", "display_name": "Daio Paper", "legal_name": null, "aliases": ["Daio Paper Corporation"], "website": "https://www.daio-paper.co.jp", "canonical_domain": "daio-paper.co.jp", "country": "JP", "hq_city": "Ehime Prefecture", "hq_region": "Japan", "lat": 33.84139, "lon": 132.76556, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "3880", "exchange": "Tokyo Stock Exchange", "lei": "353800VL9DQ781ZR1G70", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daio_paper_Logo.png", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2159 +{"wikidata_id": "Q841714", "display_name": "Sinofert Holdings", "legal_name": null, "aliases": [], "website": "https://www.sinofert.com", "canonical_domain": "sinofert.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "0297", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q114634360", "name": "Syngenta Group"}, "logo_url": null, "description": "company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2160 +{"wikidata_id": "Q85329888", "display_name": "AnyColor", "legal_name": "ANYCOLOR株式会社", "aliases": ["AnyColor Inc.", "Ichikara", "ANYCOLOR", "ANYCOLOR Inc."], "website": "https://www.anycolor.co.jp", "canonical_domain": "anycolor.co.jp", "country": "JP", "hq_city": "Dōgenzaka", "hq_region": "Shibuya", "lat": 35.65936, "lon": 139.69819, "industries": ["telecommunications", "entertainment"], "industry_labels": ["information and communications industry", "entertainment industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "5032", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AnyColor_logo.svg", "description": null, "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2161 +{"wikidata_id": "Q85816338", "display_name": "WuXi Biologics", "legal_name": null, "aliases": [], "website": "https://www.wuxibiologics.com", "canonical_domain": "wuxibiologics.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "2269", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8038871", "name": "WuXi AppTec"}, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2162 +{"wikidata_id": "Q8963035", "display_name": "Fuji", "legal_name": null, "aliases": ["Fuji Company", "Limited"], "website": "https://www.the-fuji.com", "canonical_domain": "the-fuji.com", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.38525, "lon": 132.45531, "industries": ["retail"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "8278", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuji_supermarket_logo.svg", "description": "Japanese supermarket chain", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2163 +{"wikidata_id": "Q96472570", "display_name": "Kino Indonesia", "legal_name": "PT Kino Indonesia Tbk", "aliases": ["KINO"], "website": "https://www.kino.co.id", "canonical_domain": "kino.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KINO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kino_Indonesia_logo.svg", "description": "public company in Indonesia", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2164 +{"wikidata_id": "Q98704372", "display_name": "GSX Techedu", "legal_name": null, "aliases": [], "website": "https://www.genshuixue.com", "canonical_domain": "genshuixue.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["education"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "GSX", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese educational technology company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2165 +{"wikidata_id": "Q99662518", "display_name": "Yggdrazil Group", "legal_name": null, "aliases": ["Yggdrazil Group Co.", "Ltd", "Yggdrazil Group Public Company Limited", "Yggdrazil Group Public Co.", "Ltd."], "website": "https://www.ygg-cg.com", "canonical_domain": "ygg-cg.com", "country": "TH", "hq_city": "Phlapphla", "hq_region": "Wang Thonglang", "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "YGG", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai computer graphics company", "sitelinks": 3, "importance": 0.3457, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2166 +{"wikidata_id": "Q21095035", "display_name": "Espressif Systems", "legal_name": "Espressif Systems", "aliases": ["Espressif"], "website": "https://espressif.com", "canonical_domain": "espressif.com", "country": "CN", "hq_city": "Pudong", "hq_region": "Shanghai", "lat": 31.22306, "lon": 121.53972, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2008, "employees": 625, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese Semiconductor Company", "sitelinks": 10, "importance": 0.3453, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2167 +{"wikidata_id": "Q114556736", "display_name": "Adhi Commuter Properti", "legal_name": null, "aliases": ["ADCP", "PT Adhi Commuter Properti Tbk"], "website": "https://www.adcp.co.id", "canonical_domain": "adcp.co.id", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["real-estate"], "industry_labels": ["real property"], "founded_year": 2018, "employees": 142, "public_company": true, "ticker": "ADCP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12470706", "name": "Adhi Karya"}, "logo_url": null, "description": "Indonesian public company", "sitelinks": 1, "importance": 0.3447, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2168 +{"wikidata_id": "Q97224746", "display_name": "Araz Supermarket", "legal_name": null, "aliases": ["Araz Market"], "website": "https://www.arazmarket.az", "canonical_domain": "arazmarket.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2011, "employees": 6000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q25542791", "name": "Veyseloglu Group of Companies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arazlogo2023.jpg", "description": "supermarket chain in Azerbaijan", "sitelinks": 7, "importance": 0.3446, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2169 +{"wikidata_id": "Q11077890", "display_name": "Jebsen Group", "legal_name": null, "aliases": [], "website": "https://www.jebsen.com", "canonical_domain": "jebsen.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1895, "employees": 2500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company headquartered in Hong Kong", "sitelinks": 8, "importance": 0.3443, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2170 +{"wikidata_id": "Q1326855", "display_name": "TÜVASAŞ", "legal_name": "Türkiye Vagon Sanayisi A.Ş.", "aliases": ["Turkish Wagon Industry Inc."], "website": "https://www.tuvasas.com.tr", "canonical_domain": "tuvasas.com.tr", "country": "TR", "hq_city": "Adapazarı", "hq_region": "Sakarya Province", "lat": 40.75769, "lon": 30.37999, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1951, "employees": 1142, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former rolling stock manufacturer", "sitelinks": 9, "importance": 0.344, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2171 +{"wikidata_id": "Q115035752", "display_name": "Retty Inc.", "legal_name": "Retty株式会社", "aliases": ["Retty", "Inc"], "website": "https://corp.retty.me", "canonical_domain": "retty.me", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 2010, "employees": 132, "public_company": true, "ticker": "7356", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3437, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2172 +{"wikidata_id": "Q2598303", "display_name": "Xinkai", "legal_name": null, "aliases": [], "website": "https://hbxk.com", "canonical_domain": "hbxk.com", "country": "CN", "hq_city": "Gaobeidian", "hq_region": "Baoding", "lat": 39.32567, "lon": 115.8678, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1981, "employees": 5600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese car manufacturer", "sitelinks": 7, "importance": 0.3436, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2173 +{"wikidata_id": "Q1127519", "display_name": "Roshan", "legal_name": null, "aliases": ["روشن"], "website": "https://www.roshan.af", "canonical_domain": "roshan.af", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2003, "employees": 1100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roshan_mobile.svg", "description": "communication company in Afghanistan", "sitelinks": 9, "importance": 0.3435, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2174 +{"wikidata_id": "Q1068909", "display_name": "Orient Thai Airlines", "legal_name": null, "aliases": ["Orient Thai Airlines Co.", "Ltd."], "website": "https://www.flyorientthai.com", "canonical_domain": "flyorientthai.com", "country": "TH", "hq_city": "Khlong Toei", "hq_region": "Bangkok", "lat": 13.70806, "lon": 100.58389, "industries": ["airlines"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline with its head office in Khlong Toei, Bangkok, Thailand", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2175 +{"wikidata_id": "Q107406476", "display_name": "Mixue Ice Cream & Tea", "legal_name": null, "aliases": ["Mixue", "Mixue Bingcheng"], "website": "https://my.mixue.com", "canonical_domain": "mixue.com", "country": "CN", "hq_city": "Jinshui District", "hq_region": "Zhengzhou", "lat": 34.80089, "lon": 113.65423, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company based in Zhengzhou, Henan, China, running ice cream and beverage shops", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2176 +{"wikidata_id": "Q117286", "display_name": "China Ocean Shipping Co., Ltd.", "legal_name": null, "aliases": ["China Ocean Shipping", "China Ocean Shipping (Group) Company", "China Ocean Shipping (Group) Corporation", "China Ocean Shipping Company", "Limited", "COSCO", "COSCO Group"], "website": "https://lines.coscoshipping.com", "canonical_domain": "coscoshipping.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["shipping"], "industry_labels": ["shipping line"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q26263180", "name": "China COSCO Shipping"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COSCO_logo.svg", "description": "Chinese shipping and logistics services supplier", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q26263180"}, {"related_domain_conflict": "Q1013412"}, {"related_domain_conflict": "Q5013500"}, {"related_domain_conflict": "Q5099614"}, {"related_domain_conflict": "Q641021"}, {"related_domain_conflict": "Q5013497"}]}
2177 +{"wikidata_id": "Q1543823", "display_name": "MBC Group", "legal_name": null, "aliases": ["MBC", "Middle East Broadcasting Center", "MBC Europe"], "website": "https://www.mbc.net", "canonical_domain": "mbc.net", "country": "SA", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MBC_Group_Logo.svg", "description": "Middle Eastern media conglomerate", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q16155789"}]}
2178 +{"wikidata_id": "Q166729", "display_name": "Abu Dhabi National Oil Company", "legal_name": null, "aliases": ["ADNOC"], "website": "https://www.adnoc.ae", "canonical_domain": "adnoc.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493009O1JMLWDLTIC26", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_National_Oil_Company_logo.png", "description": "state-owned petroleum company", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2179 +{"wikidata_id": "Q177747", "display_name": "Radio Televisyen Malaysia", "legal_name": null, "aliases": ["RTM"], "website": "https://www.rtm.gov.my", "canonical_domain": "rtm.gov.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.11111, "lon": 101.67053, "industries": ["media"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Radio_Televisyen_Malaysia.png", "description": "Malaysian public broadcaster", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2180 +{"wikidata_id": "Q19757718", "display_name": "Paytm", "legal_name": null, "aliases": [], "website": "https://www.paytm.com", "canonical_domain": "paytm.com", "country": "IN", "hq_city": "Noida", "hq_region": "Gautam Buddh Nagar district", "lat": 28.57, "lon": 77.32, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800I2TBDZ63LIVM40", "sec_cik": null, "parent": {"wikidata_id": "Q97486409", "name": "One97 Communications"}, "logo_url": null, "description": "Indian e-commerce payment system and financial technology company", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2181 +{"wikidata_id": "Q2191408", "display_name": "Vestel", "legal_name": null, "aliases": [], "website": "https://www.vestel.com.tr", "canonical_domain": "vestel.com.tr", "country": "TR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["home appliance"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "789000X20ITI3ANQEL70", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vestel_logo.svg", "description": "Turkish home and professional appliances manufacturing company", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2182 +{"wikidata_id": "Q302642", "display_name": "Beijing Capital Airlines", "legal_name": null, "aliases": ["Capital Airlines", "Deer Jet Airlines"], "website": "https://www.jdair.net", "canonical_domain": "jdair.net", "country": "CN", "hq_city": "Beijing Capital International Airport", "hq_region": "Beijing", "lat": 40.08, "lon": 116.58444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "Chinese low-cost airline based at Beijing Daxing International Airport and subsidiary of Hainan Airlines", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2183 +{"wikidata_id": "Q381324", "display_name": "Aero Mongolia", "legal_name": null, "aliases": [], "website": "https://www.aeromongolia.mn", "canonical_domain": "aeromongolia.mn", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["airlines"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mongolian airline", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2184 +{"wikidata_id": "Q407311", "display_name": "Air Hong Kong", "legal_name": null, "aliases": ["AHK Air Hong Kong Limited"], "website": "https://www.airhongkong.com.hk", "canonical_domain": "airhongkong.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q32141", "name": "Cathay Pacific"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Hong_Kong_Logo.svg", "description": "Hong Kong cargo airline", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2185 +{"wikidata_id": "Q494158", "display_name": "SK Group", "legal_name": null, "aliases": [], "website": "https://www.sk.com", "canonical_domain": "sk.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SK_logo.svg", "description": "South Korean conglomerate", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2186 +{"wikidata_id": "Q5210937", "display_name": "Wanda Group", "legal_name": null, "aliases": ["Dalian Wanda Group"], "website": "https://www.wanda-group.com", "canonical_domain": "wanda-group.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese conglomerate", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2187 +{"wikidata_id": "Q6743729", "display_name": "Batik Air Malaysia", "legal_name": null, "aliases": ["MXD", "OD", "Malindo Airways Sdn Bhd"], "website": "https://www.malindoair.com", "canonical_domain": "malindoair.com", "country": "MY", "hq_city": "Kuala Lumpur International Airport", "hq_region": "Sepang District", "lat": 2.74556, "lon": 101.70972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1056794", "name": "Lion Air"}, "logo_url": null, "description": "airline based in Malaysia, headquartered in Petaling Jaya", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2188 +{"wikidata_id": "Q735664", "display_name": "Skymark Airlines", "legal_name": null, "aliases": [], "website": "https://www.skymark.co.jp", "canonical_domain": "skymark.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800N7SBM9SJA4R382", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Skymark_Airlines_Logo.svg", "description": "Japanese Airline", "sitelinks": 25, "importance": 0.3425, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2189 +{"wikidata_id": "Q10620164", "display_name": "Parco", "legal_name": null, "aliases": ["PARCO CO.", "LTD."], "website": "https://www.parco.jp", "canonical_domain": "parco.jp", "country": "JP", "hq_city": "Shinsenchō", "hq_region": "Shibuya", "lat": 35.65729, "lon": 139.69342, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1953, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "969500DNRF0FIEZ7QQ82", "sec_cik": null, "parent": {"wikidata_id": "Q11225149", "name": "J. Front Retailing"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parco_logo.svg", "description": "Japanese shopping malls", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2190 +{"wikidata_id": "Q1071712", "display_name": "Chiba Bank", "legal_name": null, "aliases": [], "website": "https://www.chibabank.co.jp", "canonical_domain": "chibabank.co.jp", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "FGJPAKKCTZVSKZXNBS63", "sec_cik": null, "parent": null, "logo_url": null, "description": "public company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2191 +{"wikidata_id": "Q1096390", "display_name": "Yamada Denki", "legal_name": null, "aliases": ["YAMADA-DENKI Co.", "Ltd."], "website": "https://www.yamada-denki.jp", "canonical_domain": "yamada-denki.jp", "country": "JP", "hq_city": "Sakaechō", "hq_region": "Takasaki", "lat": 36.32028, "lon": 139.01667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "353800MDZ4K1DQKLO464", "sec_cik": null, "parent": {"wikidata_id": "Q110652704", "name": "Yamada Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamada_Denki_Logo.svg", "description": "Japanese electronics retailer", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2192 +{"wikidata_id": "Q115165470", "display_name": "Rapidus Corporation", "legal_name": "Rapidus株式会社", "aliases": [], "website": "https://www.rapidus.inc", "canonical_domain": "rapidus.inc", "country": "JP", "hq_city": "Kōjimachi", "hq_region": "Chiyoda", "lat": 35.68375, "lon": 139.73789, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2022, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rapidus_logo.svg", "description": "Japanese semiconductor company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2193 +{"wikidata_id": "Q1819222", "display_name": "Renewable Energy Corporation", "legal_name": null, "aliases": ["REC Solar Holdings AS"], "website": "https://www.recgroup.com", "canonical_domain": "recgroup.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["renewables"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": null, "exchange": "Oslo Stock Exchange", "lei": "254900ZUZBPFM4BQH847", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renewable_Energy_Corporation.svg", "description": "solar power company in Singapore", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2194 +{"wikidata_id": "Q2882608", "display_name": "Bank Saderat Iran", "legal_name": null, "aliases": ["Export Bank Of Iran", "Iran Saderat Bank", "Saderat Bank"], "website": "https://www.bsi.ir", "canonical_domain": "bsi.ir", "country": "IR", "hq_city": "Sepehr Tower", "hq_region": "District 7", "lat": 35.70617, "lon": 51.42731, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": "549300KBNGV4NYY3GE68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Saderat_Iran_logo.png", "description": "Iranian banking and financial services corporation", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2195 +{"wikidata_id": "Q4832257", "display_name": "Azarab Industries Company", "legal_name": null, "aliases": ["Azarab Co", "Azarab Iran"], "website": "https://www.azarab.ir", "canonical_domain": "azarab.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["manufacturing", "biotechnology", "technology", "energy"], "industry_labels": ["electrical engineering", "biomedical engineering", "powertrain technology", "power plant technology"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Engineering and electronics conglomerate", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2196 +{"wikidata_id": "Q5257898", "display_name": "Denka Company", "legal_name": null, "aliases": ["Denka", "Denki Kagaku Kogyo Kabushiki Kaisha"], "website": "https://www.denka.co.jp", "canonical_domain": "denka.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "353800Y94EKQEH8MVD43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denka_company_logo.svg", "description": "Japanese chemical company", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2197 +{"wikidata_id": "Q5941033", "display_name": "Shahr Bank", "legal_name": null, "aliases": ["Bank Shahr", "City Bank Of Iran"], "website": "https://en.shahr-bank.ir", "canonical_domain": "shahr-bank.ir", "country": "IR", "hq_city": "Shahr Bank Central Building", "hq_region": "District 12", "lat": 35.70103, "lon": 51.41872, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian banking and financial services corporation", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2198 +{"wikidata_id": "Q703928", "display_name": "CSBC Corporation, Taiwan", "legal_name": null, "aliases": ["China Shipbuilding Corporation", "CSBC"], "website": "https://www.csbcnet.com.tw", "canonical_domain": "csbcnet.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipbuilder headquartered in Kaohsiung, Taiwan", "sitelinks": 9, "importance": 0.3421, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2199 +{"wikidata_id": "Q133883406", "display_name": "CINC", "legal_name": "株式会社CINC", "aliases": [], "website": "https://cinc-j.co.jp", "canonical_domain": "cinc-j.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["telecommunications"], "industry_labels": ["information and communications industry"], "founded_year": 2014, "employees": 114, "public_company": true, "ticker": "4378", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese corporation", "sitelinks": 1, "importance": 0.3416, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2200 +{"wikidata_id": "Q1784973", "display_name": "Grameenphone", "legal_name": null, "aliases": ["GP"], "website": "https://grameenphone.com", "canonical_domain": "grameenphone.com", "country": "BD", "hq_city": "Baridhara", "hq_region": "Dhaka", "lat": 23.8029, "lon": 90.4201, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": 2086, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q845632", "name": "Telenor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grameenphone_Logo_GP_Logo.svg", "description": "telecommunications company in Bangladesh", "sitelinks": 8, "importance": 0.3416, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2201 +{"wikidata_id": "Q115575403", "display_name": "Home Credit Bank Kazakhstan", "legal_name": null, "aliases": ["Home Credit", "Home Credit KZ"], "website": "https://home.kz", "canonical_domain": "home.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 2005, "employees": 5875, "public_company": true, "ticker": null, "exchange": "Kazakhstan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kazakhstan's bank", "sitelinks": 2, "importance": 0.3411, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2202 +{"wikidata_id": "Q11452544", "display_name": "Takarajimasha", "legal_name": null, "aliases": ["Inc."], "website": "https://tkj.jp", "canonical_domain": "tkj.jp", "country": "JP", "hq_city": "Ichibanchō", "hq_region": "Chiyoda", "lat": 35.68738, "lon": 139.74048, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1971, "employees": 222, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese publishing company", "sitelinks": 11, "importance": 0.3395, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2203 +{"wikidata_id": "Q5397409", "display_name": "Escorts Group", "legal_name": null, "aliases": ["Escorts", "Escorts Agri Machinery"], "website": "https://www.escortsgroup.com", "canonical_domain": "escortsgroup.com", "country": "IN", "hq_city": "Faridabad", "hq_region": "Faridabad district", "lat": 28.41124, "lon": 77.31316, "industries": ["construction", "automotive", "agriculture", "industrial-machinery"], "industry_labels": ["engineering", "automotive industry", "agricultural tool", "manufacture of machinery and equipment"], "founded_year": 1949, "employees": 10483, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Escorts_Group.svg", "description": "Indian multinational engineering conglomerate", "sitelinks": 6, "importance": 0.3386, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2204 +{"wikidata_id": "Q111450707", "display_name": "Sunrise", "legal_name": null, "aliases": ["SUNRISE", "Sunrise Studios"], "website": "https://www.sunrise-inc.co.jp", "canonical_domain": "sunrise-inc.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SUNRISE2024.png", "description": "Japanese animation studio brand by Bandai Namco Filmworks", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2205 +{"wikidata_id": "Q1189726", "display_name": "Denon", "legal_name": null, "aliases": [], "website": "https://www.denon.com", "canonical_domain": "denon.com", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denon_Logo.svg", "description": "Japanese brand of audio equipments, and electronic company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2206 +{"wikidata_id": "Q1190247", "display_name": "Mitsubishi Fuso Truck and Bus Corporation", "legal_name": null, "aliases": ["Fuso", "Mitsubishi Fuso"], "website": "https://www.mitsubishi-fuso.com", "canonical_domain": "mitsubishi-fuso.com", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5299001KE6XMM1QNP894", "sec_cik": null, "parent": {"wikidata_id": "Q27530", "name": "Mercedes-Benz Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fuso_logo.svg", "description": "Japanese manufacturer of commercial vehicles", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2207 +{"wikidata_id": "Q1330208", "display_name": "Stock Exchange of Thailand", "legal_name": null, "aliases": ["SET", "BKK", "Securities Exchange of Thailand", "Talāt Laksap hǣng Prathēt Thai", "XBKK"], "website": "https://www.set.or.th", "canonical_domain": "set.or.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": 13.76393, "lon": 100.56771, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900R211PTUP8K9M82", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SET_Index.png", "description": "national stock exchange of Thailand, located in Bangkok", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2208 +{"wikidata_id": "Q1453488", "display_name": "Freebird Airlines", "legal_name": null, "aliases": ["FH", "FHY", "Freebird Air", "Freebird Airways", "Hürkuş Havayolu Taşımacılık ve Ticaret A.Ş."], "website": "https://www.freebirdairlines.com", "canonical_domain": "freebirdairlines.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Freebird_Airlines_Logo_%282021%29.svg", "description": "charter airline based in Turkey.", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q62250188"}]}
2209 +{"wikidata_id": "Q1696916", "display_name": "Yash Raj Films", "legal_name": null, "aliases": ["YRF"], "website": "https://www.yashrajfilms.com", "canonical_domain": "yashrajfilms.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.13465, "lon": 72.83422, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian film studio founded 1970", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2210 +{"wikidata_id": "Q198642", "display_name": "Central Bank of the Republic of China", "legal_name": "中華民國中央銀行", "aliases": ["CBC", "Central Bank of China", "Central Bank of Taiwan"], "website": "https://www.cbc.gov.tw", "canonical_domain": "cbc.gov.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.03413, "lon": 121.51685, "industries": ["banking"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "VJ7YGYZZGIKEBSVIZU31", "sec_cik": null, "parent": {"wikidata_id": "Q715055", "name": "Executive Yuan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ROC_Central_Bank_Seal.svg", "description": "Central bank of the Republic of China (Taiwan)", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2211 +{"wikidata_id": "Q2381773", "display_name": "Kazakhfilm", "legal_name": "Алма-Атинская студия кинохроники", "aliases": [], "website": "https://www.kazakhfilmstudios.kz", "canonical_domain": "kazakhfilmstudios.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.19741, "lon": 76.90165, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2212 +{"wikidata_id": "Q30594096", "display_name": "Infinix", "legal_name": "Infinix Mobility Limited", "aliases": ["Infinix mobilete"], "website": "https://www.infinixmobility.com", "canonical_domain": "infinixmobility.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q47542612", "name": "Transsion Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Infinix_logo.svg", "description": "Chinese manufacturer, a of Holdings", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2213 +{"wikidata_id": "Q3135124", "display_name": "HiSilicon", "legal_name": null, "aliases": ["HiSilicon Technologies"], "website": "https://www.hisilicon.com", "canonical_domain": "hisilicon.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160120", "name": "Huawei"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hisilicon_logo.png", "description": "Chinese fabless semiconductor manufacturing company, fully owned by Huawei", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2214 +{"wikidata_id": "Q45282", "display_name": "Pledis Entertainment", "legal_name": "주식회사 플레디스엔터테인먼트", "aliases": ["Pledis"], "website": "https://www.pledis.co.kr", "canonical_domain": "pledis.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pledis_Entertainment_2025.svg", "description": "South Korean entertainment management company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2215 +{"wikidata_id": "Q534944", "display_name": "SYM", "legal_name": null, "aliases": ["Sym", "Sanyang Industry", "SYM Sanyang Industry Co.", "Ltd."], "website": "https://tw.sym-global.com", "canonical_domain": "sym-global.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["automotive"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SYM_logo_of_Sanyang_Motor_20180408.svg", "description": "Motorcycle company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2216 +{"wikidata_id": "Q582279", "display_name": "Okay Airways", "legal_name": null, "aliases": [], "website": "https://www.okair.net", "canonical_domain": "okair.net", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2217 +{"wikidata_id": "Q618960", "display_name": "Batik Air", "legal_name": null, "aliases": [], "website": "https://www.batikair.com", "canonical_domain": "batikair.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1056794", "name": "Lion Air"}, "logo_url": null, "description": "Indonesian airline", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2218 +{"wikidata_id": "Q619227", "display_name": "Cooler Master", "legal_name": null, "aliases": ["Cooler Master Co.", "Ltd", "Cooler Master Co.", "Ltd."], "website": "https://www.coolermaster.com", "canonical_domain": "coolermaster.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cooler_Master_black_logo.svg", "description": "Taiwanese computer hardware company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2219 +{"wikidata_id": "Q7577190", "display_name": "Spike Chunsoft", "legal_name": null, "aliases": ["Chunsoft", "Spike Chunsoft Co.", "Ltd."], "website": "https://www.spike-chunsoft.co.jp", "canonical_domain": "spike-chunsoft.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8384413", "name": "Dwango"}, "logo_url": null, "description": "Japanese video game development company", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2220 +{"wikidata_id": "Q775216", "display_name": "WOWOW", "legal_name": null, "aliases": [], "website": "https://www.wowow.co.jp", "canonical_domain": "wowow.co.jp", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WOWOW_logo.svg", "description": "Japanese pay television satellite station", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2221 +{"wikidata_id": "Q912351", "display_name": "caspian.aero", "legal_name": null, "aliases": ["IV", "CPN", "CASPIAN"], "website": "https://www.caspian.aero", "canonical_domain": "caspian.aero", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Iran", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2222 +{"wikidata_id": "Q917192", "display_name": "Brilliance Auto", "legal_name": null, "aliases": ["Brilliance", "Huachen", "Brilliance Auto Group", "Brilliance Automotive Group", "Huachen Automotive Group", "Huachen Automotive Group Holdings"], "website": "https://www.brilliance-auto.com", "canonical_domain": "brilliance-auto.com", "country": "CN", "hq_city": "Shenyang", "hq_region": "Liaoning", "lat": 41.8025, "lon": 123.42806, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brilliance_Auto_logo.svg", "description": "Chinese state-owned automotive manufacturing company and parent of Brilliance Auto", "sitelinks": 24, "importance": 0.3384, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2223 +{"wikidata_id": "Q3085781", "display_name": "Aeronautics Defense Systems", "legal_name": null, "aliases": [], "website": "https://www.aeronautics-sys.com", "canonical_domain": "aeronautics-sys.com", "country": "IL", "hq_city": "Yavne", "hq_region": "Rehovot sub-district", "lat": 31.88333, "lon": 34.73333, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aircraft industry"], "founded_year": 1997, "employees": 750, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company specializing in comprehensive defence solutions", "sitelinks": 9, "importance": 0.3379, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2224 +{"wikidata_id": "Q5548051", "display_name": "Georgian Steel", "legal_name": "რუსთავის ფოლადი", "aliases": [], "website": "https://www.rustavisteel.ge", "canonical_domain": "rustavisteel.ge", "country": "GE", "hq_city": "Rustavi", "hq_region": "Kvemo Kartli", "lat": 41.54361, "lon": 45.01167, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1948, "employees": 1600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Georgian industrial company", "sitelinks": 8, "importance": 0.3378, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2225 +{"wikidata_id": "Q1336498", "display_name": "ForteBank", "legal_name": null, "aliases": ["ABC Bank", "Alliance Bank", "Forte Bank", "Temirbank"], "website": "https://forte.kz", "canonical_domain": "forte.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1993, "employees": 3492, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kazakhstan private bank", "sitelinks": 7, "importance": 0.3367, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2226 +{"wikidata_id": "Q12836440", "display_name": "Azerbaijan Caspian Shipping Company", "legal_name": null, "aliases": ["CASPAR"], "website": "https://www.asco.az", "canonical_domain": "asco.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["logistics"], "industry_labels": ["freight transport"], "founded_year": 1858, "employees": 9000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASCO_Logo.svg", "description": "Azerbaijani shipping company", "sitelinks": 6, "importance": 0.3364, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2227 +{"wikidata_id": "Q1784943", "display_name": "Vodafone Turkey", "legal_name": null, "aliases": ["Telsim", "Telsim Vodafone"], "website": "https://www.vodafone.com.tr", "canonical_domain": "vodafone.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": 3300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vodafone_Logo.svg", "description": "Turkish telecommunications company", "sitelinks": 7, "importance": 0.3359, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2228 +{"wikidata_id": "Q3317678", "display_name": "Mobilink", "legal_name": null, "aliases": ["Jazz", "Indigo", "410 01", "Mobilink Jazz", "PK 01", "PMCL"], "website": "https://mobilink.com.pk", "canonical_domain": "mobilink.com.pk", "country": "PK", "hq_city": "Islamabad", "hq_region": "Islamabad Capital Territory", "lat": 33.69889, "lon": 73.03694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": 8500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q921716", "name": "Global Telecom Holding"}, "logo_url": null, "description": "Pakistani telecommunications company", "sitelinks": 6, "importance": 0.3356, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2229 +{"wikidata_id": "Q4783149", "display_name": "Arab Banking Corporation", "legal_name": null, "aliases": [], "website": "https://www.bank-abc.com", "canonical_domain": "bank-abc.com", "country": "BH", "hq_city": "Manama", "hq_region": "Capital Governorate", "lat": 26.21667, "lon": 50.58333, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1980, "employees": 3100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BankABCLogo.svg", "description": "licensed as a conventional wholesale bank by the Central Bank of Bahrain", "sitelinks": 7, "importance": 0.335, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2230 +{"wikidata_id": "Q11587758", "display_name": "HEKI", "legal_name": "株式会社碧", "aliases": ["HEKI Co.", "Ltd."], "website": "https://www.heki.co.jp", "canonical_domain": "heki.co.jp", "country": "JP", "hq_city": "Naha", "hq_region": "Ryukyu Kingdom", "lat": 26.21222, "lon": 127.67917, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": 70, "public_company": true, "ticker": "3039", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.3346, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2231 +{"wikidata_id": "Q1090978", "display_name": "Tibet Airlines", "legal_name": null, "aliases": [], "website": "https://www.tibetairlines.com.cn", "canonical_domain": "tibetairlines.com.cn", "country": "CN", "hq_city": "Lhasa", "hq_region": "Tibet Autonomous Region", "lat": 29.64576, "lon": 91.14082, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51747", "name": "Air China"}, "logo_url": null, "description": "Chinese airline", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2232 +{"wikidata_id": "Q1156082", "display_name": "iaa.ir", "legal_name": null, "aliases": ["IRC", "EP", "Aseman", "Aseman Airlines", "Iran Aseman", "Iran Aseman Air"], "website": "https://www.iaa.ir", "canonical_domain": "iaa.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Iran", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2233 +{"wikidata_id": "Q1189248", "display_name": "Thai Smile", "legal_name": null, "aliases": ["Thai Smile Airways"], "website": "https://www.thaismileair.com", "canonical_domain": "thaismileair.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188710", "name": "Thai Airways"}, "logo_url": null, "description": "airline", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2234 +{"wikidata_id": "Q1190886", "display_name": "The Japan Times", "legal_name": null, "aliases": ["Nippon Times", "Japan Times", "Japan times. Weekly international edition", "The Japan Times and Advertiser", "The Japan Times and Mail", "The Japan times. Weekly international edition", "The Nippon Times"], "website": "https://www.japantimes.co.jp", "canonical_domain": "japantimes.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The-japan-times-logo.svg", "description": "English-language daily newspaper", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2235 +{"wikidata_id": "Q1376333", "display_name": "Alliance Air", "legal_name": null, "aliases": [], "website": "https://www.allianceair.in", "canonical_domain": "allianceair.in", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.66667, "lon": 77.21667, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian regional airline, subsidiary of AI Assets Holding Limited", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2236 +{"wikidata_id": "Q1418913", "display_name": "Firefly", "legal_name": null, "aliases": ["FlyFirefly Sdn Bhd"], "website": "https://www.fireflyz.com.my", "canonical_domain": "fireflyz.com.my", "country": "MY", "hq_city": "Sultan Abdul Aziz Shah Airport", "hq_region": "Petaling District", "lat": 3.13302, "lon": 101.55371, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137477114", "name": "Malaysia Aviation Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Firefly_Logo.svg", "description": "airline in Malaysia", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2237 +{"wikidata_id": "Q1544189", "display_name": "Mitsuoka Motor", "legal_name": null, "aliases": ["Mitsuoka", "Mitsuoka Motor Co.", "Ltd."], "website": "https://www.mitsuoka-motor.com", "canonical_domain": "mitsuoka-motor.com", "country": "JP", "hq_city": "Toyama", "hq_region": "Toyama Prefecture", "lat": 36.69592, "lon": 137.21369, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsuoka_Motor_string_logo.svg", "description": "automobile manufacturer based in Toyama, Toyama, Japan", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2238 +{"wikidata_id": "Q1715027", "display_name": "Silk Way Airline", "legal_name": null, "aliases": ["Silk Way", "Silk Way Air"], "website": "https://silkwayairlines.com", "canonical_domain": "silkwayairlines.com", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Azerbaijani cargo airline", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2239 +{"wikidata_id": "Q21709935", "display_name": "Source Music", "legal_name": null, "aliases": [], "website": "https://www.sourcemusic.com", "canonical_domain": "sourcemusic.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SourceMusic.png", "description": "South Korean entertainment company", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2240 +{"wikidata_id": "Q255363", "display_name": "Starship Entertainment", "legal_name": "주식회사 스타쉽엔터테인먼트", "aliases": [], "website": "https://starship-ent.com", "canonical_domain": "starship-ent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106341957", "name": "Kakao Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Starship_Entertainment_New_Logo.png", "description": "South Korean record label", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12620832"}]}
2241 +{"wikidata_id": "Q2634317", "display_name": "China Petrochemical Corporation", "legal_name": null, "aliases": ["Sinopec Group"], "website": "https://www.sinopecgroup.com", "canonical_domain": "sinopecgroup.com", "country": "CN", "hq_city": "Chaoyang District", "hq_region": "Beijing", "lat": 39.92038, "lon": 116.43737, "industries": ["oil-gas"], "industry_labels": ["oil refining", "petrochemical industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "2138009UNXTD8EYS5M35", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese oil refining, gas and petrochemical conglomerate", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2242 +{"wikidata_id": "Q2829108", "display_name": "Tmall", "legal_name": null, "aliases": ["Taobao Mall", "Tian Mao", "Tianmao", "Tmall app"], "website": "https://www.tmall.com", "canonical_domain": "tmall.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["e-commerce"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tmall_logo.svg", "description": "Chinese-language website for business-to-consumer online retail", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2243 +{"wikidata_id": "Q584991", "display_name": "Boss Corporation", "legal_name": null, "aliases": [], "website": "https://www.boss.info", "canonical_domain": "boss.info", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q848490", "name": "Roland Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BOSS_logo.svg", "description": "business division of Roland Corporation", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2244 +{"wikidata_id": "Q650170", "display_name": "SCAT Airlines", "legal_name": null, "aliases": ["PLL SCAT Air Company"], "website": "https://www.scat.kz", "canonical_domain": "scat.kz", "country": "KZ", "hq_city": "Shymkent", "hq_region": "Kazakhstan", "lat": 42.3, "lon": 69.6, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SCAT_Air_Company_Logo.svg", "description": "Kazakh airline", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2245 +{"wikidata_id": "Q674686", "display_name": "Level-5", "legal_name": null, "aliases": ["Kabushiki-gaisha Reberu Faibu", "LEVEL-5 Inc."], "website": "https://www.level5.co.jp", "canonical_domain": "level5.co.jp", "country": "JP", "hq_city": "Fukuoka", "hq_region": "Fukuoka Prefecture", "lat": 33.59014, "lon": 130.40172, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Level-5_Inc._logo.svg", "description": "Japanese independent video game developer and publisher", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2246 +{"wikidata_id": "Q69583635", "display_name": "Hololive Production", "legal_name": null, "aliases": ["Hololive", "HoloPro"], "website": "https://hololivepro.com", "canonical_domain": "hololivepro.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q69352476", "name": "COVER Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hololive_2026_logo.png", "description": "Japanese virtual YouTuber agency operated by Cover Corporation", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2247 +{"wikidata_id": "Q732503", "display_name": "Sony Music Entertainment Japan", "legal_name": "株式会社シービーエス・ソニーグループ", "aliases": ["SME", "SMEJ", "Sony Music Entertainment (Japan) Inc.", "Sony Music Japan", "SME Japan", "SonyMusic Entertainment Japan", "SonyMusic Japan"], "website": "https://www.sonymusic.co.jp", "canonical_domain": "sonymusic.co.jp", "country": "JP", "hq_city": "Rokubanchō", "hq_region": "Chiyoda", "lat": 35.68758, "lon": 139.73349, "industries": ["gaming"], "industry_labels": ["video game industry", "phonographic industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41187", "name": "Sony Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sony_Music_%28Japan%29_logo.svg", "description": "Japanese entertainment conglomerate", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2248 +{"wikidata_id": "Q744171", "display_name": "OnLive", "legal_name": null, "aliases": [], "website": "https://www.onlive.vn", "canonical_domain": "onlive.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["entertainment"], "industry_labels": ["live streaming"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct cloud gaming service", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2249 +{"wikidata_id": "Q8063247", "display_name": "Zoho Corporation", "legal_name": null, "aliases": ["Zoho", "Zoho Corp.", "ZOHO Corporation"], "website": "https://www.zohocorp.com", "canonical_domain": "zohocorp.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZOHO_logo_2023.svg", "description": "Indian software development company", "sitelinks": 23, "importance": 0.3341, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2250 +{"wikidata_id": "Q7711979", "display_name": "The 77 Bank", "legal_name": null, "aliases": [], "website": "https://www.77bank.co.jp", "canonical_domain": "77bank.co.jp", "country": "JP", "hq_city": "Sendai", "hq_region": "Miyagi Prefecture", "lat": 38.26822, "lon": 140.86942, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1878, "employees": 2724, "public_company": false, "ticker": null, "exchange": null, "lei": "549300U6CT3EHB9XS980", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_77_Bank_Logo.svg", "description": "Japanese regional bank", "sitelinks": 7, "importance": 0.3331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2251 +{"wikidata_id": "Q17380679", "display_name": "CEFC China Energy", "legal_name": null, "aliases": ["CEFC China Energy Company Limited"], "website": "https://www.cefc.co", "canonical_domain": "cefc.co", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": 20000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bankrupted private company from China", "sitelinks": 5, "importance": 0.3317, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2252 +{"wikidata_id": "Q16058076", "display_name": "Adani Ports & SEZ", "legal_name": null, "aliases": ["Adani Ports & SEZ Limited", "Adani Ports and Special Economic Zone Limited", "APSEZ", "Mundra Port & Special Economic Zone Ltd", "Adani Ports and Special Economic Zone"], "website": "https://www.adaniports.com", "canonical_domain": "adaniports.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["transportation"], "industry_labels": ["port"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4680631", "name": "Adani Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adani_logo_2012.svg", "description": "Indian private multi-port operator", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4886995"}]}
2253 +{"wikidata_id": "Q18165284", "display_name": "Tsinghua Unigroup", "legal_name": null, "aliases": [], "website": "https://www.unigroup.com.cn", "canonical_domain": "unigroup.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned semiconductor company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2254 +{"wikidata_id": "Q20716530", "display_name": "China Fortune Land", "legal_name": null, "aliases": [], "website": "https://www.cfldcn.com", "canonical_domain": "cfldcn.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "300300YQSINKF7N7ZB29", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese real estate company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2255 +{"wikidata_id": "Q21057587", "display_name": "YG Plus", "legal_name": null, "aliases": [], "website": "https://www.ygplus.com", "canonical_domain": "ygplus.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "music industry", "advertising industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q50595", "name": "YG Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YG_Plus.svg", "description": "advertising agency subsidiary of YG Entertaiment", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2256 +{"wikidata_id": "Q2410404", "display_name": "Parsian Bank", "legal_name": null, "aliases": [], "website": "https://parsian-bank.ir", "canonical_domain": "parsian-bank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian banking and financial services corporation", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2257 +{"wikidata_id": "Q4855944", "display_name": "Bank Mellat", "legal_name": null, "aliases": ["Bankmellat", "Mellat Bank"], "website": "https://en.bankmellat.ir", "canonical_domain": "bankmellat.ir", "country": "IR", "hq_city": "Mellat Bank Central Building", "hq_region": "District 6", "lat": 35.70653, "lon": 51.42078, "industries": ["financial-services", "banking", "insurance"], "industry_labels": ["financial services", "retail banking", "insurance industry", "financial sector"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Mellat_Logo2.svg", "description": "Iranian banking and financial services corporation", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2258 +{"wikidata_id": "Q6067206", "display_name": "Iranian Aluminium Company", "legal_name": null, "aliases": ["IRAL CO", "Iralco"], "website": "https://www.iralco.ir", "canonical_domain": "iralco.ir", "country": "IR", "hq_city": "Arak", "hq_region": "Central District", "lat": 34.095, "lon": 49.69806, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian Aluminium Company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2259 +{"wikidata_id": "Q848773", "display_name": "Matsuya Foods", "legal_name": null, "aliases": ["Matsuyafoods Holdings", "Matsuya Foods Co.", "Matsuya Foods Co.", "Ltd.", "Matsuya Foods Company", "Limited", "Matsuya Foods Company", "Limited."], "website": "https://www.matsuyafoods.co.jp", "canonical_domain": "matsuyafoods.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail", "food-beverage"], "industry_labels": ["retail", "gastronomy"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q127500821", "name": "Matsuyafoods Holdings"}, "logo_url": null, "description": "Japanese beef bowl chain operating company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2260 +{"wikidata_id": "Q88180448", "display_name": "Roborock", "legal_name": null, "aliases": ["Beijing Roborock Technology Co.", "Ltd.", "Roborock Technology"], "website": "https://www.roborock.com", "canonical_domain": "roborock.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 40.03583, "lon": 116.3698, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Roborock_logo.svg", "description": "technology company that develops intelligent robot vacuums", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2261 +{"wikidata_id": "Q910310", "display_name": "T&D Holdings", "legal_name": "株式会社T&Dホールディングス", "aliases": ["Inc.", "Inc. (Japan)"], "website": "https://www.td-holdings.co.jp", "canonical_domain": "td-holdings.co.jp", "country": "JP", "hq_city": "Nihonbashi", "hq_region": "Chūō", "lat": 35.68167, "lon": 139.77283, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "3538008ARJ1MACEWA242", "sec_cik": "1288098", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%EF%BC%B4%EF%BC%86%EF%BC%A4%E4%BF%9D%E9%99%BA%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%EF%BC%88%E3%82%BF%E3%82%B0%E3%83%A9%E3%82%A4%E3%83%B3%E3%81%82%E3%82%8A%EF%BC%89.jpg", "description": "public company", "sitelinks": 8, "importance": 0.331, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2262 +{"wikidata_id": "Q6349602", "display_name": "Abu Dhabi National Energy Company", "legal_name": null, "aliases": ["TAQA"], "website": "https://www.taqa.com", "canonical_domain": "taqa.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.50087, "lon": 54.38942, "industries": ["energy", "asset-management"], "industry_labels": [], "founded_year": 2005, "employees": 2300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115774776", "name": "ADQ"}, "logo_url": null, "description": "government controlled energy holding company of Abu Dhabi", "sitelinks": 7, "importance": 0.3307, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2263 +{"wikidata_id": "Q955604", "display_name": "Niigata Transys", "legal_name": null, "aliases": ["Niigata Transys Co.", "Ltd."], "website": "https://www.niigata-transys.com", "canonical_domain": "niigata-transys.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["automotive", "manufacturing"], "industry_labels": ["rail vehicle manufacturer", "locomotive manufacturing"], "founded_year": 2003, "employees": 223, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niigata_Transys_company_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.3304, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2264 +{"wikidata_id": "Q135273081", "display_name": "Reskill Corp.", "legal_name": "株式会社リスキル", "aliases": ["Reskill"], "website": "https://www.recurrent.jp", "canonical_domain": "recurrent.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["education"], "industry_labels": ["Corporate Education"], "founded_year": 2022, "employees": 52, "public_company": true, "ticker": "291A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese corporate training company", "sitelinks": 1, "importance": 0.3303, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2265 +{"wikidata_id": "Q1750843", "display_name": "Moriwaki", "legal_name": "Moriwaki Engineering Co., Ltd.", "aliases": [], "website": "https://www.moriwaki.co.jp", "canonical_domain": "moriwaki.co.jp", "country": "JP", "hq_city": "Suzuka", "hq_region": "Mie Prefecture", "lat": 34.85297, "lon": 136.53107, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1973, "employees": 37, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturer", "sitelinks": 13, "importance": 0.3301, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2266 +{"wikidata_id": "Q1054754", "display_name": "Type‐Moon", "legal_name": null, "aliases": ["Notes.", "Type moon", "Typemoon", "TYPE‐MOON"], "website": "https://typemoon.com", "canonical_domain": "typemoon.com", "country": "JP", "hq_city": "Taitō-ku", "hq_region": "Tokyo", "lat": 35.7125, "lon": 139.78, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Type-moon.svg", "description": "Japanese game company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2267 +{"wikidata_id": "Q1093383", "display_name": "Citilink", "legal_name": null, "aliases": [], "website": "https://www.citilink.co.id", "canonical_domain": "citilink.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q512468", "name": "Garuda Indonesia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2012_Citilink_Logo.svg", "description": "Indonesian low-cost airline", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2268 +{"wikidata_id": "Q1143528", "display_name": "Key", "legal_name": null, "aliases": [], "website": "https://key.visualarts.gr.jp", "canonical_domain": "visualarts.gr.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Key_Visual_Arts_Logo.svg", "description": "Japanese visual novel studio", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2269 +{"wikidata_id": "Q1204169", "display_name": "MOS Burger", "legal_name": null, "aliases": ["MOS Food Services"], "website": "https://www.mos.jp", "canonical_domain": "mos.jp", "country": "JP", "hq_city": "ThinkPark Tower", "hq_region": "Ōsaki", "lat": 35.61843, "lon": 139.72775, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MOS-Burger-Logo.svg", "description": "company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2270 +{"wikidata_id": "Q1241339", "display_name": "UD Trucks", "legal_name": null, "aliases": [], "website": "https://www.udtrucks.com", "canonical_domain": "udtrucks.com", "country": "JP", "hq_city": "Ageo", "hq_region": "Saitama Prefecture", "lat": 35.97739, "lon": 139.59319, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q29803", "name": "Isuzu"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UD_Trucks_logo.svg", "description": "Japanese company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2271 +{"wikidata_id": "Q1289348", "display_name": "Indian Oil Corporation", "legal_name": null, "aliases": ["IndianOil"], "website": "https://www.iocl.com", "canonical_domain": "iocl.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indian_Oil_Logo.svg", "description": "oil company based in India", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2272 +{"wikidata_id": "Q1319103", "display_name": "Challenge Airlines IL", "legal_name": null, "aliases": ["C.A.L. Cargo Airlines", "CAL Cargo", "CAL Cargo Airlines", "CAL Cargo Airlines Ltd."], "website": "https://www.cal-cargo.com", "canonical_domain": "cal-cargo.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli cargo airline", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2273 +{"wikidata_id": "Q1349140", "display_name": "Thuraya", "legal_name": null, "aliases": [], "website": "https://www.thuraya.com", "canonical_domain": "thuraya.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131612835", "name": "Space42"}, "logo_url": null, "description": "regional mobile-satellite provider in the Middle East", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2274 +{"wikidata_id": "Q1359892", "display_name": "Tokyo International Forum", "legal_name": null, "aliases": [], "website": "https://www.t-i-forum.co.jp", "canonical_domain": "t-i-forum.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.67694, "lon": 139.76417, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Exhibition center in Chiyoda, Tokyo, Japan", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2275 +{"wikidata_id": "Q1368796", "display_name": "Mediacorp", "legal_name": null, "aliases": ["Mediacorp Press", "Mediacorp Pte Ltd", "MediaCorp TV12"], "website": "https://mediacorp.sg", "canonical_domain": "mediacorp.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.29558, "lon": 103.79217, "industries": ["media"], "industry_labels": ["mass media", "show business"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q762479", "name": "Temasek Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mediacorp_flat_logo_%282015%29.svg", "description": "Singapore media company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7280746"}]}
2276 +{"wikidata_id": "Q1571175", "display_name": "Qatar Investment Authority", "legal_name": "جهاز قطر للاستثمار", "aliases": ["Qatar Holding"], "website": "https://www.qia.qa", "canonical_domain": "qia.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Qatar's sovereign wealth fund founded in 2005", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2277 +{"wikidata_id": "Q1587837", "display_name": "Chengdu Airlines", "legal_name": null, "aliases": [], "website": "https://www.cdal.com.cn", "canonical_domain": "cdal.com.cn", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291944", "name": "Sichuan Airlines"}, "logo_url": null, "description": "airline based in Chengdu, Sichuan", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2278 +{"wikidata_id": "Q20639413", "display_name": "Tus Airways", "legal_name": null, "aliases": [], "website": "https://tusairways.com", "canonical_domain": "tusairways.com", "country": "CY", "hq_city": "Larnaca", "hq_region": "Larnaca Municipality", "lat": 34.91667, "lon": 33.63333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tus_Airways_Logo.png", "description": "Cypriot airline", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2279 +{"wikidata_id": "Q2247269", "display_name": "Trigana Air Service", "legal_name": null, "aliases": ["Trigana Air", "Trigana Air Services"], "website": "https://www.trigana-air.com", "canonical_domain": "trigana-air.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2280 +{"wikidata_id": "Q2381970", "display_name": "Denza", "legal_name": "Shēnzhèn Téngshì Xīn Néngyuán Qìchē Yǒuxiàn Gōngsī", "aliases": ["Shenzhen BYD Daimler New Technology Co.", "Ltd.", "Shenzhen Denza New Energy Co.", "Ltd."], "website": "https://www.tengshiauto.com", "canonical_domain": "tengshiauto.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese EV / PHEV car brand", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2281 +{"wikidata_id": "Q2660084", "display_name": "Israel Weapon Industries", "legal_name": null, "aliases": ["IWI"], "website": "https://iwi.net", "canonical_domain": "iwi.net", "country": "IL", "hq_city": "Ramat HaSharon", "hq_region": "Tel Aviv District", "lat": 32.14611, "lon": 34.83944, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10213576", "name": "SK Group"}, "logo_url": null, "description": "Israelian company of defense", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2282 +{"wikidata_id": "Q2660860", "display_name": "Azərpoçt", "legal_name": null, "aliases": ["Azerpost"], "website": "https://www.azerpost.az", "canonical_domain": "azerpost.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Azerpost.png", "description": "National postal company of Azerbaijan", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2283 +{"wikidata_id": "Q2994389", "display_name": "Garena", "legal_name": null, "aliases": ["GGC", "Garena Online"], "website": "https://www.garena.vn", "canonical_domain": "garena.vn", "country": "ID", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300FNX8TUIVCQQT73", "sec_cik": null, "parent": {"wikidata_id": "Q93520415", "name": "Sea Ltd"}, "logo_url": null, "description": "digital entertainment platform", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2284 +{"wikidata_id": "Q419352", "display_name": "Akita Shoten", "legal_name": null, "aliases": ["Akita Publishing Co.", "Ltd.", "AKITA SHOTEN"], "website": "https://akitashoten.co.jp", "canonical_domain": "akitashoten.co.jp", "country": "JP", "hq_city": "Wakaba", "hq_region": "Shinjuku", "lat": 35.68483, "lon": 139.72534, "industries": ["media"], "industry_labels": ["publisher"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akita_Shoten_Logo.svg", "description": "Japanese publishing company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2285 +{"wikidata_id": "Q4680631", "display_name": "Adani Group", "legal_name": null, "aliases": [], "website": "https://www.adani.com", "canonical_domain": "adani.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adani_logo_2012.svg", "description": "Indian conglomerate", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2286 +{"wikidata_id": "Q4704134", "display_name": "Al Jazeera Media Network", "legal_name": null, "aliases": ["AJMN"], "website": "https://network.aljazeera.net", "canonical_domain": "aljazeera.net", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Qatari international news public broadcaster", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2287 +{"wikidata_id": "Q483914", "display_name": "Pyeonghwa Motors", "legal_name": null, "aliases": ["Pyonghwa"], "website": "https://www.pyeonghwamotors.com", "canonical_domain": "pyeonghwamotors.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail", "manufacturing"], "industry_labels": ["retail", "industrial manufacturing"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pyeonghwa_Motors_logo_on_car.jpg", "description": "car manufacturer from North Korea", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2288 +{"wikidata_id": "Q489428", "display_name": "DSP Media", "legal_name": null, "aliases": [], "website": "https://dspmedia.co.kr", "canonical_domain": "dspmedia.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DSP_logo.png", "description": "South Korean entertainment company", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2289 +{"wikidata_id": "Q494775", "display_name": "Trinity Airways", "legal_name": "T’way Air Co., Ltd.", "aliases": ["Hansung Airlines", "T'way Airline", "T'way Airlines", "T’way Air", "Tway Air", "Tway Airline", "Tway Airlines"], "website": "https://www.trinityairways.com", "canonical_domain": "trinityairways.com", "country": "KR", "hq_city": "Dongin-dong", "hq_region": "Jung District", "lat": 35.86726, "lon": 128.60687, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19941368", "name": "T'way Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%27way_Air_logo.svg", "description": "airline in South Korea", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2290 +{"wikidata_id": "Q553149", "display_name": "Sun d'Or International Airlines", "legal_name": null, "aliases": [], "website": "https://www.sundor.co.il", "canonical_domain": "sundor.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q208489", "name": "EL AL Israel Airlines Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sun_d%27Or_logo.svg", "description": "Israeli airline", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2291 +{"wikidata_id": "Q616935", "display_name": "Jordan Aviation", "legal_name": null, "aliases": ["R5", "JAV", "Jordan Air", "Jordan Airlines", "Jordan Airways"], "website": "https://www.jordanaviation.jo", "canonical_domain": "jordanaviation.jo", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Jordanian charter airline and lessor", "sitelinks": 22, "importance": 0.3296, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2292 +{"wikidata_id": "Q1191932", "display_name": "Overflow", "legal_name": null, "aliases": ["0verflow"], "website": "https://0verflow.com", "canonical_domain": "0verflow.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": 12, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/0verflowlogo.png", "description": "video game division of Stack Ltd.", "sitelinks": 15, "importance": 0.3286, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2293 +{"wikidata_id": "Q1493042", "display_name": "Game Arts", "legal_name": null, "aliases": ["GAME ARTS", "GAME ARTS Co.", "Ltd.", "Game Arts Co.", "Ltd.", "株式会社ゲームアーツ"], "website": "https://www.gamearts.co.jp", "canonical_domain": "gamearts.co.jp", "country": "JP", "hq_city": "Toshima", "hq_region": "Tokyo", "lat": 35.72611, "lon": 139.71667, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1985, "employees": 33, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5618753", "name": "GungHo Online Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Game_Arts_logo.png", "description": "Japanese game developer", "sitelinks": 13, "importance": 0.3285, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2294 +{"wikidata_id": "Q2985996", "display_name": "Matrix Software", "legal_name": null, "aliases": ["Matrix Corporation"], "website": "https://www.matrixsoft.co.jp", "canonical_domain": "matrixsoft.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": 86, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 11, "importance": 0.3259, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2295 +{"wikidata_id": "Q1073550", "display_name": "China United Airlines", "legal_name": null, "aliases": [], "website": "https://www.flycua.com", "canonical_domain": "flycua.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline headquartered in Beijing, China", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2296 +{"wikidata_id": "Q1093559", "display_name": "Honda Racing Corporation", "legal_name": null, "aliases": ["HRC", "Honda HRC", "HRC Honda"], "website": "https://honda.racing", "canonical_domain": "honda.racing", "country": "JP", "hq_city": "Sakura", "hq_region": "Tochigi Prefecture", "lat": 35.80963, "lon": 139.58076, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9584", "name": "Honda"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Honda_Racing_logo_%282022%29.svg", "description": "motorsport subsidiary of Honda", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2297 +{"wikidata_id": "Q1317487", "display_name": "Emirates SkyCargo", "legal_name": null, "aliases": [], "website": "https://www.skycargo.com", "canonical_domain": "skycargo.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7731899", "name": "The Emirates Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emirates_SkyCargo_Logo.svg", "description": "cargo airline based in Dubai, United Arab Emirates", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2298 +{"wikidata_id": "Q1370655", "display_name": "Vietnam Air Services Company", "legal_name": null, "aliases": [], "website": "https://vasco.com.vn", "canonical_domain": "vasco.com.vn", "country": "VN", "hq_city": "Ho Chi Minh City", "hq_region": "Vietnam", "lat": 10.77556, "lon": 106.70194, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2299 +{"wikidata_id": "Q1372258", "display_name": "Tokuma Shoten", "legal_name": null, "aliases": ["Tokuma Shoten Publishing Co.", "Ltd."], "website": "https://www.tokuma.jp", "canonical_domain": "tokuma.jp", "country": "JP", "hq_city": "Kami-Ōsaki", "hq_region": "Shinagawa", "lat": 35.63384, "lon": 139.71558, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokuma_Shoten_Logo.png", "description": "Japanese publisher", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2300 +{"wikidata_id": "Q1373561", "display_name": "Shaheen Air", "legal_name": null, "aliases": [], "website": "https://www.shaheenair.com", "canonical_domain": "shaheenair.com", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2301 +{"wikidata_id": "Q1376634", "display_name": "Peach", "legal_name": null, "aliases": [], "website": "https://www.flypeach.com", "canonical_domain": "flypeach.com", "country": "JP", "hq_city": "Tajiri", "hq_region": "Sennan district", "lat": 34.39378, "lon": 135.29117, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11189379", "name": "ANA Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peach_Aviation_Logo%2C_March_2026.svg", "description": "Japanese Airline", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2302 +{"wikidata_id": "Q1545421", "display_name": "Tamiya Corporation", "legal_name": null, "aliases": ["Tamiya Inc."], "website": "https://www.tamiya.com", "canonical_domain": "tamiya.com", "country": "JP", "hq_city": "Shizuoka", "hq_region": "Shizuoka Prefecture", "lat": 34.97556, "lon": 138.3825, "industries": ["manufacturing", "gaming"], "industry_labels": ["industrial manufacturing", "game industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAMIYA_Logo.svg", "description": "Japanese manufacturing company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2303 +{"wikidata_id": "Q1661737", "display_name": "Indonesia Stock Exchange", "legal_name": null, "aliases": ["IDX", "XIDX"], "website": "https://www.idx.co.id", "canonical_domain": "idx.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Merger of Jakarta (JSX) and Surabaya (SSX) stock exchanges", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2304 +{"wikidata_id": "Q17071713", "display_name": "US-Bangla Airlines", "legal_name": null, "aliases": [], "website": "https://www.usbair.com", "canonical_domain": "usbair.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bangladeshi airline", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2305 +{"wikidata_id": "Q1988428", "display_name": "Avex Trax", "legal_name": null, "aliases": [], "website": "https://www.avexnet.jp", "canonical_domain": "avexnet.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q790686", "name": "Avex Group"}, "logo_url": null, "description": "record label owned by Japanese entertainment conglomerate Avex Group", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2306 +{"wikidata_id": "Q201487", "display_name": "Nikkatsu", "legal_name": null, "aliases": ["Nikkatsu Corporation"], "website": "https://www.nikkatsu.com", "canonical_domain": "nikkatsu.com", "country": "JP", "hq_city": "Bunkyō-ku", "hq_region": "Tokyo", "lat": 35.708, "lon": 139.75225, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikkatsu_Logo.webp", "description": "Japanese film and television production company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2307 +{"wikidata_id": "Q2095409", "display_name": "Somon Air", "legal_name": null, "aliases": ["SMR", "SZ"], "website": "https://www.somonair.com", "canonical_domain": "somonair.com", "country": "TJ", "hq_city": "Dushanbe", "hq_region": "Tajikistan", "lat": 38.57306, "lon": 68.78639, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Somon_Air_logo.svg", "description": "Tajikistani airline", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2308 +{"wikidata_id": "Q2117986", "display_name": "Shooto", "legal_name": null, "aliases": [], "website": "https://www.shooto-mma.com", "canonical_domain": "shooto-mma.com", "country": "JP", "hq_city": "Nishi-Shinbashi", "hq_region": "Minato", "lat": 35.66611, "lon": 139.75222, "industries": [], "industry_labels": ["mixed martial arts"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA promoter based in Japan", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2309 +{"wikidata_id": "Q21979415", "display_name": "Ant Group", "legal_name": null, "aliases": ["AFSG", "Ant Financial", "Ant Financial Services Group"], "website": "https://www.antgroup.com", "canonical_domain": "antgroup.com", "country": "CN", "hq_city": "Shanghai Free-Trade Zone", "hq_region": "Pudong", "lat": 31.338, "lon": 121.5959, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2310 +{"wikidata_id": "Q245917", "display_name": "Bhutan Airlines", "legal_name": "Tashi Air Pvt. Ltd", "aliases": ["Tashi Air"], "website": "https://www.bhutanairlines.bt", "canonical_domain": "bhutanairlines.bt", "country": "BT", "hq_city": "Thimphu", "hq_region": "Thimphu District", "lat": 27.47135, "lon": 89.63367, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bhutanese airline", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2311 +{"wikidata_id": "Q278834", "display_name": "Bharat Sanchar Nigam Limited", "legal_name": null, "aliases": ["Bhārat Saṁcār Nigam", "BSNL"], "website": "https://www.bsnl.co.in", "canonical_domain": "bsnl.co.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian central public sector undertaking", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4982025"}]}
2312 +{"wikidata_id": "Q2915350", "display_name": "Osem", "legal_name": null, "aliases": [], "website": "https://www.osem.co.il", "canonical_domain": "osem.co.il", "country": "IL", "hq_city": "Shoham", "hq_region": "Ramla sub-district", "lat": 31.99667, "lon": 34.94278, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q160746", "name": "Nestlé"}, "logo_url": null, "description": "Israeli company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2313 +{"wikidata_id": "Q4044680", "display_name": "MyAnimeList", "legal_name": null, "aliases": ["MAL", "My Anime List", "MyAnimeList Co.", "Ltd.", "LLC"], "website": "https://myanimelist.net", "canonical_domain": "myanimelist.net", "country": "JP", "hq_city": "San Francisco", "hq_region": "California", "lat": 37.775, "lon": -122.41944, "industries": ["software"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MyAnimeList.png", "description": "English-language anime and manga database website", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2314 +{"wikidata_id": "Q47542612", "display_name": "Transsion Holdings", "legal_name": "深圳传音控股有限公司", "aliases": ["Transsion"], "website": "https://www.transsion.com", "canonical_domain": "transsion.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Transsion_Logo.svg", "description": "Chinese consumer electronics manufacturer", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2315 +{"wikidata_id": "Q512003", "display_name": "Creatures", "legal_name": "株式会社クリーチャーズ", "aliases": ["Creatures Inc."], "website": "https://www.creatures.co.jp", "canonical_domain": "creatures.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Creatures_Inc.svg", "description": "Japanese video game developer", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2316 +{"wikidata_id": "Q5299559", "display_name": "Douban", "legal_name": "豆瓣", "aliases": ["Beijing Douwang Technology Co. Ltd.", "douban"], "website": "https://www.douban.com", "canonical_domain": "douban.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Douban_logo.svg", "description": "Chinese social networking service website", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2317 +{"wikidata_id": "Q854826", "display_name": "Bharat Petroleum", "legal_name": "Bharat Petroleum Corporation Limited", "aliases": ["BPCL"], "website": "https://www.bharatpetroleum.in", "canonical_domain": "bharatpetroleum.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian oil and gas company", "sitelinks": 21, "importance": 0.325, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2318 +{"wikidata_id": "Q1473163", "display_name": "Tamasu", "legal_name": null, "aliases": ["Butterfly (brand)", "BUTTERFLY"], "website": "https://www.butterfly.co.jp", "canonical_domain": "butterfly.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": 130, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Butterfly_brand_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.3227, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2319 +{"wikidata_id": "Q3049567", "display_name": "Good-Feel", "legal_name": null, "aliases": ["Good-Feel Co.", "Ltd.", "Good-Fell"], "website": "https://www.good-feel.co.jp", "canonical_domain": "good-feel.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": 64, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Good-feel_logo.png", "description": "Japanese video game developer", "sitelinks": 11, "importance": 0.3217, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2320 +{"wikidata_id": "Q13476354", "display_name": "PASHA Holding", "legal_name": null, "aliases": [], "website": "https://www.pasha-holding.az", "canonical_domain": "pasha-holding.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["technology", "banking", "insurance", "construction"], "industry_labels": ["technology", "bank", "insurance", "construction", "financial services"], "founded_year": 2006, "employees": 9500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PH_aze.jpg", "description": "Azerbaijani finance and investment group with interests in banking, insurance, construction, and travel based in Baku", "sitelinks": 5, "importance": 0.321, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2321 +{"wikidata_id": "Q1964604", "display_name": "Nanjing Vehicle", "legal_name": null, "aliases": ["Nanjing IVECO Motor Co.", "Naveco", "NAVECO", "Nanjing Vehicle Co.", "Ltd"], "website": "https://www.naveco.com.cn", "canonical_domain": "naveco.com.cn", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["automotive", "defense"], "industry_labels": ["automotive industry", "military vehicle industry"], "founded_year": 1996, "employees": 3000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q910401", "name": "SAIC Motor"}, "logo_url": null, "description": "Chinese-italian joint venture company", "sitelinks": 6, "importance": 0.3205, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2322 +{"wikidata_id": "Q1062659", "display_name": "Lantis", "legal_name": null, "aliases": ["Bandai Music Studios", "Bandai Studios", "I WILL Co.", "Ltd.", "Lantis Co.", "Ltd."], "website": "https://lantis.jp", "canonical_domain": "lantis.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806252", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lantis_Logo.svg", "description": "Japanese music publisher", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2323 +{"wikidata_id": "Q1066476", "display_name": "China Post", "legal_name": null, "aliases": ["China People's Post", "China Post Group Corporation"], "website": "https://www.chinapost.com.cn", "canonical_domain": "chinapost.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q832407", "name": "Ministry of Finance of the People's Republic of China"}, "logo_url": null, "description": "Chinese state-owned postal services company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5099813"}]}
2324 +{"wikidata_id": "Q130270266", "display_name": "Moonshot AI", "legal_name": null, "aliases": [], "website": "https://www.moonshot.ai", "canonical_domain": "moonshot.ai", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multinational artificial intelligence company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2325 +{"wikidata_id": "Q1328605", "display_name": "King Records", "legal_name": null, "aliases": ["KING RECORDS", "Kingrecords", "LC 19403"], "website": "https://www.kingrecords.co.jp", "canonical_domain": "kingrecords.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/King_Records_logo.svg", "description": "Japanese record label; imprint of King Record Co., Ltd", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2326 +{"wikidata_id": "Q1328890", "display_name": "Japan Credit Bureau", "legal_name": null, "aliases": ["JCB", "JCB Co.", "Ltd."], "website": "https://www.jcb.jp", "canonical_domain": "jcb.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JCB_logo.svg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2327 +{"wikidata_id": "Q1364018", "display_name": "Maybank", "legal_name": null, "aliases": [], "website": "https://www.maybank.com", "canonical_domain": "maybank.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian universal bank", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q139387893"}]}
2328 +{"wikidata_id": "Q1367476", "display_name": "Solaseed Air", "legal_name": null, "aliases": ["Pan Asia Airlines", "Skynet Asia Airways", "Solar Seed Air"], "website": "https://www.solaseedair.jp", "canonical_domain": "solaseedair.jp", "country": "JP", "hq_city": "Miyazaki", "hq_region": "Miyazaki Prefecture", "lat": 31.90772, "lon": 131.42019, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q119658721", "name": "RegionalPlus Wings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solaseed_Air_logo.svg", "description": "Japanese airline", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2329 +{"wikidata_id": "Q1369300", "display_name": "sahaair.com", "legal_name": null, "aliases": [], "website": "https://sahaair.com", "canonical_domain": "sahaair.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q378442", "name": "Islamic Republic of Iran Air Force"}, "logo_url": null, "description": "Iranian airline", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2330 +{"wikidata_id": "Q1584295", "display_name": "Nanjing Automobile", "legal_name": "Nanjing Automobile (Group) Corporation", "aliases": ["Nanjing Automobile Corporation"], "website": "https://www.nanqi.com.cn", "canonical_domain": "nanqi.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q910401", "name": "SAIC Motor"}, "logo_url": null, "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2331 +{"wikidata_id": "Q1691909", "display_name": "Maldivian", "legal_name": null, "aliases": [], "website": "https://www.maldivian.aero", "canonical_domain": "maldivian.aero", "country": "MV", "hq_city": "Malé", "hq_region": "Kaafu Atoll", "lat": 4.175, "lon": 73.50833, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Airline", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2332 +{"wikidata_id": "Q17062154", "display_name": "Alibaba Cloud", "legal_name": null, "aliases": ["Alibaba Cloud Computing", "AliCloud", "Aliyun"], "website": "https://www.alibabacloud.com", "canonical_domain": "alibabacloud.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cloud-infrastructure"], "industry_labels": ["cloud computing"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alibaba_Cloud.png", "description": "Chinese cloud computing company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2333 +{"wikidata_id": "Q1778674", "display_name": "Central Bank of Iraq", "legal_name": null, "aliases": [], "website": "https://www.cbi.iq", "canonical_domain": "cbi.iq", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Kingdom of Iraq", "lat": 33.3376, "lon": 44.3941, "industries": ["banking"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "central bank of the Republic of Iraq", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2334 +{"wikidata_id": "Q18028989", "display_name": "Urumqi Air", "legal_name": null, "aliases": [], "website": "https://www.urumqi-air.com", "canonical_domain": "urumqi-air.com", "country": "CN", "hq_city": "Ürümqi", "hq_region": "Xinjiang", "lat": 43.8225, "lon": 87.6125, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "Chinese airline", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2335 +{"wikidata_id": "Q1963952", "display_name": "Nakamichi", "legal_name": null, "aliases": [], "website": "https://www.nakamichi.com", "canonical_domain": "nakamichi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nakamichi_Logo.svg", "description": "Defunct Japanese high-fidelity company and current trademark", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2336 +{"wikidata_id": "Q24866458", "display_name": "The Black Label", "legal_name": "THE BLACK LABEL Inc.", "aliases": ["THE BLACK LABEL"], "website": "https://theblacklabel.com", "canonical_domain": "theblacklabel.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q50595", "name": "YG Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Black_Label_logo.svg", "description": "South Korean record label", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2337 +{"wikidata_id": "Q24906315", "display_name": "OYO Rooms", "legal_name": null, "aliases": ["OYO Hospitality UK Ltd", "Oyo Rooms", "OYO Rooms & Hospitality UK Ltd."], "website": "https://www.oyorooms.com", "canonical_domain": "oyorooms.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["hospitality"], "industry_labels": ["hospitality service"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800PJJNVIIZQTUN94", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OYO_Rooms_%28logo%29.png", "description": "Indian hotel chain", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2338 +{"wikidata_id": "Q2721482", "display_name": "Amul", "legal_name": null, "aliases": [], "website": "https://www.amul.com", "canonical_domain": "amul.com", "country": "IN", "hq_city": "Anand", "hq_region": "Gujarat", "lat": 22.556, "lon": 72.951, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amul_official_logo.svg", "description": "Indian cooperative dairy company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2339 +{"wikidata_id": "Q27555283", "display_name": "Lynk & Co", "legal_name": null, "aliases": [], "website": "https://www.lynkco.com", "canonical_domain": "lynkco.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lynk_%26_Co_2016_logo.svg", "description": "Chinese automobile brand", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2340 +{"wikidata_id": "Q27926620", "display_name": "SalamAir", "legal_name": null, "aliases": [], "website": "https://salamair.com", "canonical_domain": "salamair.com", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["airlines"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Low-cost airline of Oman", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2341 +{"wikidata_id": "Q288727", "display_name": "Sapporo Breweries", "legal_name": null, "aliases": ["Sapporo Brewery"], "website": "https://www.sapporobeer.jp", "canonical_domain": "sapporobeer.jp", "country": "JP", "hq_city": "Yebisu Garden Place", "hq_region": "Tokyo", "lat": 35.64222, "lon": 139.71417, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1876, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800ITDYV3AD2X5M34", "sec_cik": null, "parent": {"wikidata_id": "Q11304809", "name": "Sapporo Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sapporo_logo.svg", "description": "Japanese beer brewing company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2342 +{"wikidata_id": "Q300324", "display_name": "A Bathing Ape", "legal_name": null, "aliases": ["Bape", "BAPE", "BAPE (bape-sta)", "Bapes", "Bathin apes", "Bathing Ape", "Bathing apes"], "website": "https://www.bape.com", "canonical_domain": "bape.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese fashion brand", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2343 +{"wikidata_id": "Q548711", "display_name": "Clarion", "legal_name": null, "aliases": ["Clarion Co.", "Ltd.", "Faurecia Clarion Electronics Co.", "Ltd."], "website": "https://www.clarion.com", "canonical_domain": "clarion.com", "country": "JP", "hq_city": "Saitama", "hq_region": "Saitama Prefecture", "lat": 35.86139, "lon": 139.64556, "industries": ["automotive", "technology"], "industry_labels": ["automotive industry", "consumer electronics industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Clarion_logo_blue.svg", "description": "company", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2344 +{"wikidata_id": "Q702754", "display_name": "Astrum Corporation", "legal_name": null, "aliases": ["Pentel Co. Ltd."], "website": "https://www.astrum-st.com", "canonical_domain": "astrum-st.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astrum_Logo.png", "description": "Japanese stationery manufacturer, widely known by its global brand name Pentel", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2345 +{"wikidata_id": "Q768164", "display_name": "MASwings", "legal_name": null, "aliases": [], "website": "https://airborneo.com", "canonical_domain": "airborneo.com", "country": "MY", "hq_city": "Miri Airport", "hq_region": "Miri", "lat": 4.32194, "lon": 113.98667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137477114", "name": "Malaysia Aviation Group"}, "logo_url": null, "description": "regional airline of Malaysia", "sitelinks": 20, "importance": 0.3201, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2346 +{"wikidata_id": "Q2070538", "display_name": "Ganbarion", "legal_name": null, "aliases": ["Ganbarion Co.", "Ltd.", "GANBARION Co.", "Ltd."], "website": "https://www.ganbarion.co.jp", "canonical_domain": "ganbarion.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": 105, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 10, "importance": 0.3196, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2347 +{"wikidata_id": "Q11278357", "display_name": "7-Eleven Japan", "legal_name": "株式会社セブン‐イレブン・ジャパン", "aliases": ["7 and I", "7 and I Holdings", "711 Japan", "Sebun-Irebun Japan", "Seven-Eleven Japan", "Seven-Eleven Japan Co.", "Ltd."], "website": "https://www.sej.co.jp", "canonical_domain": "sej.co.jp", "country": "JP", "hq_city": "Nibanchō", "hq_region": "Chiyoda", "lat": 35.68621, "lon": 139.73659, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": 8549, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q639447", "name": "Seven & I Holdings Co."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seven-Eleven_Japan_Logo.svg", "description": "Japanese convenience store chain", "sitelinks": 5, "importance": 0.3194, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2348 +{"wikidata_id": "Q12836929", "display_name": "Azercosmos", "legal_name": null, "aliases": ["Azerkosmos", "Azərkosmos"], "website": "https://azercosmos.az", "canonical_domain": "azercosmos.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["telecommunications", "aerospace-defense"], "industry_labels": ["telecommunications company", "space industry"], "founded_year": 2010, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Azercosmos_logo_2021.png", "description": "satellite operator based in Azerbaijan", "sitelinks": 9, "importance": 0.3188, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2349 +{"wikidata_id": "Q2894259", "display_name": "Golan Telecom", "legal_name": null, "aliases": [], "website": "https://www.golantelecom.co.il", "canonical_domain": "golantelecom.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications", "telecommunications industry", "mobile phone industry"], "founded_year": 2010, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7057933", "name": "Electra Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Golan-telecom-logo.png", "description": "Israeli telecommunications company", "sitelinks": 9, "importance": 0.3188, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2350 +{"wikidata_id": "Q11321180", "display_name": "Tokuyama Corporation", "legal_name": null, "aliases": [], "website": "https://www.tokuyama.co.jp", "canonical_domain": "tokuyama.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900MHGZKHNMNCQB62", "sec_cik": "1828477", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokuyama_Corporation_company_logo.svg", "description": "Japanese chemical company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2351 +{"wikidata_id": "Q12609514", "display_name": "Imagine Asia", "legal_name": null, "aliases": ["Wellmade Yedang"], "website": "https://www.wellmadeyedang.com", "canonical_domain": "wellmadeyedang.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2352 +{"wikidata_id": "Q16219421", "display_name": "LG Innotek", "legal_name": null, "aliases": [], "website": "https://www.lginnotek.com", "canonical_domain": "lginnotek.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LG_Innotek_logo_%28english%29.svg", "description": "electronic component company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2353 +{"wikidata_id": "Q1669078", "display_name": "Heibao", "legal_name": null, "aliases": ["Heibao Auto"], "website": "https://www.heibao.com", "canonical_domain": "heibao.com", "country": "CN", "hq_city": "Weihai", "hq_region": "Shandong", "lat": 37.5, "lon": 122.1, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automotive manufacturing company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2354 +{"wikidata_id": "Q1688023", "display_name": "Sumitomo Trust and Banking", "legal_name": null, "aliases": [], "website": "https://www.sumitomotrust.co.jp", "canonical_domain": "sumitomotrust.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["banking"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Trust_and_Banking_Logo.svg", "description": null, "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2355 +{"wikidata_id": "Q4117676", "display_name": "Saman Bank", "legal_name": null, "aliases": [], "website": "https://www.sb24.com", "canonical_domain": "sb24.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian banking and financial services corporation", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2356 +{"wikidata_id": "Q4311411", "display_name": "Navoi Mining and Metallurgy Combinat", "legal_name": null, "aliases": [], "website": "https://www.ngmk.uz", "canonical_domain": "ngmk.uz", "country": "UZ", "hq_city": "Navoiy", "hq_region": "Navoiy Region", "lat": 40.08333, "lon": 65.38333, "industries": ["mining"], "industry_labels": ["mining", "mining industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "213800YLNAGERZ4C3M60", "sec_cik": null, "parent": null, "logo_url": null, "description": "Uzbek industrial enterprise", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2357 +{"wikidata_id": "Q6066811", "display_name": "Iran Khodro Diesel", "legal_name": null, "aliases": ["IKD", "IKCO Diesel"], "website": "https://www.ikd.ir", "canonical_domain": "ikd.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["manufacturing", "automotive"], "industry_labels": ["industrial manufacturing", "automotive industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1343045", "name": "Iran Khodro"}, "logo_url": null, "description": "Iranian manufacturing company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2358 +{"wikidata_id": "Q747391", "display_name": "National Iranian Petrochemical Company", "legal_name": null, "aliases": ["NIPC", "National Iranian Petrochemical Company (NIPC)"], "website": "https://www.nipc.ir", "canonical_domain": "nipc.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian chemical company", "sitelinks": 7, "importance": 0.3186, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2359 +{"wikidata_id": "Q2134033", "display_name": "Honshu-Shikoku Bridge Expressway Company", "legal_name": "本州四国連絡高速道路株式会社", "aliases": ["HSBEC", "Honshu-Shikoku Bridge Expressway Company Limited", "Honshu-Shikoku Bridge Expressway Company Limited (Japan)"], "website": "https://www.jb-honshi.co.jp", "canonical_domain": "jb-honshi.co.jp", "country": "JP", "hq_city": "Onoe-dōri", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 2005, "employees": 380, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jb_honshikosoku_logo.svg", "description": "company in Japan", "sitelinks": 8, "importance": 0.317, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2360 +{"wikidata_id": "Q88313722", "display_name": "Jingye Group", "legal_name": null, "aliases": ["Hebei Jingye Group Co. Ltd"], "website": "https://www.jingyesteel.com.cn", "canonical_domain": "jingyesteel.com.cn", "country": "CN", "hq_city": "Nandian", "hq_region": "Pingshan County", "lat": 38.38616, "lon": 114.1272, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1978, "employees": 27000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese steel manufacturer", "sitelinks": 4, "importance": 0.3169, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2361 +{"wikidata_id": "Q104900227", "display_name": "Singer Bangladesh Ltd.", "legal_name": null, "aliases": ["Singer Bangladesh", "Singer Bangladesh Ltd", "Singer BD"], "website": "https://singerbd.com", "canonical_domain": "singerbd.com", "country": "BD", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "technology"], "industry_labels": ["financial services", "electronics industry"], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "TK", "exchange": "Chittagong Stock Exchange Ltd.", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q640497", "name": "Arçelik"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singer_Bangladesh.png", "description": "Bangladeshi manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2362 +{"wikidata_id": "Q104902870", "display_name": "Hangzhou GreatStar Industrial", "legal_name": null, "aliases": [], "website": "https://en.greatstartools.com", "canonical_domain": "greatstartools.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["energy"], "industry_labels": ["power tool", "hand tool"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "002444", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese industrial conglomerate", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2363 +{"wikidata_id": "Q10565787", "display_name": "Lion Travel Service", "legal_name": null, "aliases": [], "website": "https://www.liontravel.co.jp", "canonical_domain": "liontravel.co.jp", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2731", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "travel agency in Taiwan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2364 +{"wikidata_id": "Q107040677", "display_name": "Chevron Lubricants Lanka", "legal_name": null, "aliases": [], "website": "https://chevron.lk", "canonical_domain": "chevron.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "LLUB.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q319642", "name": "Chevron Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chevron_Logo.svg", "description": "Sri-Lanka lubricants manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2365 +{"wikidata_id": "Q107489816", "display_name": "Guilin Sanjin Pharmaceutical Company Limited", "legal_name": null, "aliases": ["Guilin Sanjin Pharmaceutical"], "website": "https://www.sanjin.com.cn", "canonical_domain": "sanjin.com.cn", "country": "CN", "hq_city": "Lingui District", "hq_region": "Guilin", "lat": 25.2, "lon": 110.2, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "002275", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company based in Guilin, Guangxi, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2366 +{"wikidata_id": "Q108208479", "display_name": "Tokyo Cement", "legal_name": null, "aliases": [], "website": "https://tokyocement.com", "canonical_domain": "tokyocement.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["construction", "manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "TKYO.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan cement manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2367 +{"wikidata_id": "Q10846977", "display_name": "Dynam Japan Holdings", "legal_name": null, "aliases": [], "website": "https://www.dyjh.co.jp", "canonical_domain": "dyjh.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "6889", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dynam_Logo.png", "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2368 +{"wikidata_id": "Q10852079", "display_name": "PChome", "legal_name": null, "aliases": ["PChome Online"], "website": "https://www.pchome.com.tw", "canonical_domain": "pchome.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "8044", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2369 +{"wikidata_id": "Q10854960", "display_name": "Kanagawa Chuo Kotsu", "legal_name": "Kanagawa Chuo Kotsu Co., Ltd.", "aliases": ["Kanachū", "Kanagawa Chūō Kotsu"], "website": "https://www.kanachu.co.jp", "canonical_domain": "kanachu.co.jp", "country": "JP", "hq_city": "Hiratsuka", "hq_region": "Kanagawa Prefecture", "lat": 35.33553, "lon": 139.34944, "industries": ["transportation"], "industry_labels": ["TRANSPORT"], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "9081", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese bus company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2370 +{"wikidata_id": "Q10855501", "display_name": "Kuroda Electric", "legal_name": null, "aliases": ["Kuroda Group"], "website": "https://www.kuroda-group.com", "canonical_domain": "kuroda-group.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "287A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2371 +{"wikidata_id": "Q10865578", "display_name": "Mercuries Group", "legal_name": null, "aliases": ["Mercuries & Associates Holding", "Ltd."], "website": "https://www.mercuries.com.tw", "canonical_domain": "mercuries.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "2905", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2372 +{"wikidata_id": "Q10871094", "display_name": "Dong-E-E-Jiao", "legal_name": null, "aliases": ["Dong-E-E-Jiao Co Ltd"], "website": "https://www.dongeejiao.com", "canonical_domain": "dongeejiao.com", "country": "CN", "hq_city": "Dong'e County", "hq_region": "Liaocheng", "lat": 36.33333, "lon": 116.25, "industries": [], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "000423", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2373 +{"wikidata_id": "Q10874830", "display_name": "Concord New Energy", "legal_name": null, "aliases": ["China WindPower", "China WindPower Energy Group Limited", "China Windpower Group", "Concord New Energy Group Limited"], "website": "https://concordnewenergy.com", "canonical_domain": "concordnewenergy.com", "country": "CN", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["utilities"], "industry_labels": ["public utility"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "SEG", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Global renewable energy company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2374 +{"wikidata_id": "Q10878836", "display_name": "Jointown Pharmaceutical Group", "legal_name": null, "aliases": [], "website": "https://www.jztey.com", "canonical_domain": "jztey.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600998", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2375 +{"wikidata_id": "Q10882020", "display_name": "Minmetals Land Limited", "legal_name": null, "aliases": ["Minmetals Real Estate Co.", "Ltd."], "website": "https://www.minmetalsland.com", "canonical_domain": "minmetalsland.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0230", "exchange": "Hong Kong Stock Exchange", "lei": "5493002MXB7W828NT823", "sec_cik": null, "parent": null, "logo_url": null, "description": "Central enterprise", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2376 +{"wikidata_id": "Q10883113", "display_name": "Comba (China)", "legal_name": null, "aliases": [], "website": "https://www.comba-telecom.com", "canonical_domain": "comba-telecom.com", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2342", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Guangzhou, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2377 +{"wikidata_id": "Q10884485", "display_name": "Yiling Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.yiling.cn", "canonical_domain": "yiling.cn", "country": "CN", "hq_city": "Shijiazhuang", "hq_region": "Hebei", "lat": 38.0425, "lon": 114.51, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "002603", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yiling_Pharmaceutical.svg", "description": "pharmaceutical company based in Shijiazhuang, Hebei, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2378 +{"wikidata_id": "Q10888172", "display_name": "Senshukai", "legal_name": null, "aliases": [], "website": "https://www.bellemaison.jp", "canonical_domain": "bellemaison.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "8165", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2379 +{"wikidata_id": "Q10890263", "display_name": "China Everbright Environment", "legal_name": null, "aliases": [], "website": "https://www.ebchinaintl.com", "canonical_domain": "ebchinaintl.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "0257", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "listed company which China Everbright Holdings was the largest shareholder", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2380 +{"wikidata_id": "Q10900651", "display_name": "LIPPO LIMITED", "legal_name": null, "aliases": [], "website": "https://www.lippoltd.com.hk", "canonical_domain": "lippoltd.com.hk", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "0226", "exchange": "Hong Kong Stock Exchange", "lei": "529900266P1TX5IIS107", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2381 +{"wikidata_id": "Q10905622", "display_name": "HUAYU Automotive Systems Company Limited", "legal_name": null, "aliases": [], "website": "https://www.hasco-group.com", "canonical_domain": "hasco-group.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600741", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q910401", "name": "SAIC Motor"}, "logo_url": null, "description": "HUAYU Automotive Systems Company Limited researches and develops, manufactures, and sells automotive parts worldwide", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2382 +{"wikidata_id": "Q10905656", "display_name": "Huatian Hotel Group", "legal_name": null, "aliases": [], "website": "https://www.huatian-hotel.com", "canonical_domain": "huatian-hotel.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "000428", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel operator based in Changsha, Hunan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2383 +{"wikidata_id": "Q10905818", "display_name": "China Resources Double Crane", "legal_name": null, "aliases": ["Double Crane Pharmaceutical"], "website": "https://www.dcpc.com", "canonical_domain": "dcpc.com", "country": "CN", "hq_city": "Donghu Subdistrict", "hq_region": "Chaoyang District", "lat": 40.00216, "lon": 116.46816, "industries": ["industrial-machinery", "pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600062", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2384 +{"wikidata_id": "Q10921690", "display_name": "Hotai Leasing", "legal_name": null, "aliases": ["Hotai Leasing Corporation"], "website": "https://www.easyrent.com.tw", "canonical_domain": "easyrent.com.tw", "country": "TW", "hq_city": "Zhongshan District", "hq_region": "Taipei", "lat": 25.06889, "lon": 121.53306, "industries": ["transportation"], "industry_labels": ["car rental company"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "7855", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10921598", "name": "Hotai Motor"}, "logo_url": null, "description": "car rental company in Taiwan owned by Hotai Motor", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2385 +{"wikidata_id": "Q10924204", "display_name": "Kerry TJ Logistics", "legal_name": null, "aliases": ["KTJ", "Kerry T.JOIN"], "website": "https://www.kerrytj.com", "canonical_domain": "kerrytj.com", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "2608", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Delivery company of Taiwan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2386 +{"wikidata_id": "Q10926957", "display_name": "IBF Financial Holdings", "legal_name": "Waterlands Financial Holdings Co. Ltd.", "aliases": ["Waterlands Financial Holdings"], "website": "https://www.ibf.com.tw", "canonical_domain": "ibf.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2889", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2387 +{"wikidata_id": "Q109343198", "display_name": "Ganso food", "legal_name": "上海元祖梦果子股份有限公司", "aliases": [], "website": "https://www.ganso.com.cn", "canonical_domain": "ganso.com.cn", "country": "TW", "hq_city": "Wanhua District", "hq_region": "Taipei", "lat": 25.0333, "lon": 121.483, "industries": ["food-beverage"], "industry_labels": ["confectionery store"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "603886", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "food company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2388 +{"wikidata_id": "Q109392549", "display_name": "Türkiye Sigorta", "legal_name": "Güneş Sigorta Anonim Şirketi", "aliases": [], "website": "https://www.turkiyesigorta.com.tr", "canonical_domain": "turkiyesigorta.com.tr", "country": "TR", "hq_city": "Şişli", "hq_region": "Istanbul Province", "lat": 41.05944, "lon": 28.98694, "industries": ["insurance"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "TURSG", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish insurance company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2389 +{"wikidata_id": "Q109413209", "display_name": "Babi", "legal_name": null, "aliases": [], "website": "https://www.babifood.com", "canonical_domain": "babifood.com", "country": "CN", "hq_city": "Changning District", "hq_region": "Shanghai", "lat": 31.22224, "lon": 121.41947, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "605388", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese steamed bun shop chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2390 +{"wikidata_id": "Q10959162", "display_name": "Kobayashi Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.kobayashi.co.jp", "canonical_domain": "kobayashi.co.jp", "country": "JP", "hq_city": "Doshōmachi", "hq_region": "Chūō-ku", "lat": 34.68848, "lon": 135.50652, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "4967", "exchange": "Tokyo Stock Exchange", "lei": "529900WBSL04KD6TKP95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobayashi_Pharmaceutical_Logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2391 +{"wikidata_id": "Q11045670", "display_name": "Xinhua Pharmaceutical", "legal_name": null, "aliases": ["Shandong Xinhua Pharmaceutical Company Limited"], "website": "https://xhzy.com", "canonical_domain": "xhzy.com", "country": "CN", "hq_city": "Zhangdian District", "hq_region": "Zibo", "lat": 36.80611, "lon": 118.01806, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "000756", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company in Zibo, Shandong, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2392 +{"wikidata_id": "Q11045797", "display_name": "Shigematsu Works", "legal_name": null, "aliases": ["Shigematsu Works Co.", "Ltd."], "website": "https://www.sts-japan.com", "canonical_domain": "sts-japan.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "7980", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2393 +{"wikidata_id": "Q110460000", "display_name": "Orbit Technologies Ltd.", "legal_name": "אורביט טכנולוג'יס בע''מ", "aliases": [], "website": "https://www.orbit-cs.com", "canonical_domain": "orbit-cs.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "ORBI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2394 +{"wikidata_id": "Q110460018", "display_name": "Electreon Wireless Ltd", "legal_name": "אלקטריאון וירלס בע''מ", "aliases": [], "website": "https://www.electreon.com", "canonical_domain": "electreon.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "ELWS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2395 +{"wikidata_id": "Q110460022", "display_name": "Sofwave Medical", "legal_name": "סופווייב מדיקל בע''מ", "aliases": ["Sofwave Medical Ltd"], "website": "https://www.sofwave.com", "canonical_domain": "sofwave.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "SOFW", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2396 +{"wikidata_id": "Q11061724", "display_name": "Guangdong Highsun Group Co Ltd", "legal_name": null, "aliases": ["Highsun"], "website": "https://www.000861.com", "canonical_domain": "000861.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000861", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2397 +{"wikidata_id": "Q11062329", "display_name": "Guangzhou Grandbuy Co.,Ltd.", "legal_name": null, "aliases": ["Grandbuy"], "website": "https://www.grandbuy.com.cn", "canonical_domain": "grandbuy.com.cn", "country": "CN", "hq_city": "Yuexiu District", "hq_region": "Guangzhou", "lat": 23.13162, "lon": 113.26147, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "002187", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "retail company in Guangzhou, Guangdong", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2398 +{"wikidata_id": "Q11062535", "display_name": "Golden Throat Holdings Group Company Limited", "legal_name": null, "aliases": [], "website": "https://www.gxjsz.com", "canonical_domain": "gxjsz.com", "country": "CN", "hq_city": "Liubei District", "hq_region": "Liuzhou", "lat": 24.36292, "lon": 109.39949, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "6896", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company based in Liuzhou, Guangxi", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2399 +{"wikidata_id": "Q110636557", "display_name": "Chongqing Zhifei Biological Products Co.,Ltd.", "legal_name": null, "aliases": ["ZFSW", "Zhi Fei Sheng Wu"], "website": "https://www.zhifeishengwu.com", "canonical_domain": "zhifeishengwu.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "300122", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2400 +{"wikidata_id": "Q110652704", "display_name": "Yamada Holdings", "legal_name": null, "aliases": [], "website": "https://www.yamada-holdings.jp", "canonical_domain": "yamada-holdings.jp", "country": "JP", "hq_city": "Sakaechō", "hq_region": "Takasaki", "lat": 36.32028, "lon": 139.01667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "9831", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamada_Holdings_Logo.svg", "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2401 +{"wikidata_id": "Q11071862", "display_name": "Desay Group", "legal_name": null, "aliases": [], "website": "https://www.desay.com", "canonical_domain": "desay.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "000049", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese electronics group", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2402 +{"wikidata_id": "Q11077292", "display_name": "China Merchants Securities", "legal_name": null, "aliases": [], "website": "https://www.newone.com.cn", "canonical_domain": "newone.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "600999", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese financial company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2403 +{"wikidata_id": "Q11084898", "display_name": "Founder Securities", "legal_name": null, "aliases": ["Founder Securities Co.", "Ltd", "FOUNDER SECURITIES CO.", "LTD"], "website": "https://www.foundersc.com", "canonical_domain": "foundersc.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "601901", "exchange": "Shanghai Stock Exchange", "lei": "300300DSN6TINPUMGY45", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2404 +{"wikidata_id": "Q11086638", "display_name": "Advanex", "legal_name": null, "aliases": ["ADVANEX INC."], "website": "https://www.advanex.co.jp", "canonical_domain": "advanex.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "5998", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2405 +{"wikidata_id": "Q11089243", "display_name": "Time Watch Investments Limited", "legal_name": null, "aliases": [], "website": "https://www.timewatch.com.hk", "canonical_domain": "timewatch.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods", "manufacturing"], "industry_labels": ["horology", "manufacturing industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "2033", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "watch company based in Hong Kong", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2406 +{"wikidata_id": "Q110932992", "display_name": "Kvutzat Acro Ltd", "legal_name": "קבוצת אקרו בע''מ", "aliases": [], "website": "https://acronadlan.com", "canonical_domain": "acronadlan.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ACRO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2407 +{"wikidata_id": "Q11103512", "display_name": "Oriental Yuhong", "legal_name": null, "aliases": ["Beijing Oriental Yuhong Waterproof Technology Co.", "Ltd."], "website": "https://en.yuhong.com.cn", "canonical_domain": "yuhong.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "002271", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2408 +{"wikidata_id": "Q11123915", "display_name": "wushang.com.cn", "legal_name": null, "aliases": [], "website": "https://www.wushang.com.cn", "canonical_domain": "wushang.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "000501", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2409 +{"wikidata_id": "Q111310452", "display_name": "IReaderTechnology Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.zhangyue.com", "canonical_domain": "zhangyue.com", "country": "CN", "hq_city": "Chaoyang District", "hq_region": "Beijing", "lat": 39.92038, "lon": 116.43737, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "603533", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2410 +{"wikidata_id": "Q11132745", "display_name": "Yonggui Electric", "legal_name": null, "aliases": [], "website": "https://www.yonggui.com", "canonical_domain": "yonggui.com", "country": "CN", "hq_city": "Tiantai County", "hq_region": "Taizhou", "lat": 29.1422, "lon": 121.02856, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "300351", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company based in Tiantai, Taizhou, Zhejiang", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2411 +{"wikidata_id": "Q11141756", "display_name": "Huanghe Whirlwind", "legal_name": null, "aliases": [], "website": "https://www.hhxf.com", "canonical_domain": "hhxf.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600172", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2412 +{"wikidata_id": "Q11153061", "display_name": "Neptunus Biology", "legal_name": null, "aliases": ["Shenzhen Neptunus Bioengineering Co Ltd"], "website": "https://www.neptunusbio.com", "canonical_domain": "neptunusbio.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000078", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2413 +{"wikidata_id": "Q111621251", "display_name": "Mediterranean Towers", "legal_name": "מגדלי הים התיכון בע''מ", "aliases": [], "website": "https://www.migdalei.co.il", "canonical_domain": "migdalei.co.il", "country": "IL", "hq_city": "Ganei Tikva", "hq_region": "Central District", "lat": 32.06111, "lon": 34.87444, "industries": [], "industry_labels": ["assisted living facility"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "MDTR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2414 +{"wikidata_id": "Q11227822", "display_name": "KG Intelligence", "legal_name": null, "aliases": ["KG Intelligence Co.", "Ltd."], "website": "https://www.kg-net.co.jp", "canonical_domain": "kg-net.co.jp", "country": "JP", "hq_city": "Okayama Prefecture", "hq_region": "Japan", "lat": 34.66167, "lon": 133.93472, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "2408", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2415 +{"wikidata_id": "Q11231060", "display_name": "MARUWA", "legal_name": "株式会社MARUWA", "aliases": ["MARUWA Co.", "Ltd."], "website": "https://www.maruwa-g.com", "canonical_domain": "maruwa-g.com", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["retail", "manufacturing"], "industry_labels": ["retail", "industrial manufacturing"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "5344.T", "exchange": "Tokyo Stock Exchange", "lei": "3538009BXGIG8PFXNI29", "sec_cik": null, "parent": null, "logo_url": null, "description": "ceramics company in Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2416 +{"wikidata_id": "Q11238770", "display_name": "PLANT", "legal_name": null, "aliases": [], "website": "https://www.plant-co.jp", "canonical_domain": "plant-co.jp", "country": "JP", "hq_city": "Sakai", "hq_region": "Fukui Prefecture", "lat": 36.16694, "lon": 136.23144, "industries": ["retail"], "industry_labels": ["mass-market retailing", "retailer"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "7646", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "corporation", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2417 +{"wikidata_id": "Q11239984", "display_name": "Maeil Dairies", "legal_name": "Maeil Dairies Co., Ltd.", "aliases": [], "website": "https://www.maeil.com", "canonical_domain": "maeil.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "267980", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2418 +{"wikidata_id": "Q11245018", "display_name": "Vector", "legal_name": null, "aliases": ["Vector Inc."], "website": "https://www.vector.co.jp", "canonical_domain": "vector.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2656", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2419 +{"wikidata_id": "Q11257174", "display_name": "Asakuma", "legal_name": null, "aliases": ["Asakuma Co.", "Ltd."], "website": "https://www.asakuma.co.jp", "canonical_domain": "asakuma.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.13225, "lon": 136.98147, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7678", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11319879", "name": "Tenpos Busters"}, "logo_url": null, "description": "Japanese company based in Nagoya City that operates a steak restaurant chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2420 +{"wikidata_id": "Q11275409", "display_name": "Hagoromo Foods", "legal_name": null, "aliases": [], "website": "https://www.hagoromofoods.co.jp", "canonical_domain": "hagoromofoods.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "2831", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hagoromo_Foods_company_logo.svg", "description": "Japanese food maker", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2421 +{"wikidata_id": "Q11279163", "display_name": "Minato Bank", "legal_name": null, "aliases": [], "website": "https://www.minatobk.co.jp", "canonical_domain": "minatobk.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8543", "exchange": "Tokyo Stock Exchange", "lei": "M87HG6JO2AFP5WQKJK94", "sec_cik": null, "parent": {"wikidata_id": "Q43305330", "name": "Kansai Mirai Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Minato_Bank_Logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2422 +{"wikidata_id": "Q11282411", "display_name": "Aiphone", "legal_name": null, "aliases": ["Aiphone Co.", "Ltd."], "website": "https://www.aiphone.co.jp", "canonical_domain": "aiphone.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "6718", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AIPHONE_CO.%2C_LTD._logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2423 +{"wikidata_id": "Q11282659", "display_name": "Aoki Super", "legal_name": null, "aliases": ["Aoki Super Co.", "LTD."], "website": "https://www.aokisuper.co.jp", "canonical_domain": "aokisuper.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "9977", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2424 +{"wikidata_id": "Q11283157", "display_name": "Asax", "legal_name": null, "aliases": ["ASAX"], "website": "https://www.asax.co.jp", "canonical_domain": "asax.co.jp", "country": "JP", "hq_city": "Hiroo", "hq_region": "Shibuya", "lat": 35.6543, "lon": 139.71797, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "8772", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial services company of Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2425 +{"wikidata_id": "Q11283168", "display_name": "Asahi Group Holdings", "legal_name": null, "aliases": [], "website": "https://www.asahigroup-holdings.com", "canonical_domain": "asahigroup-holdings.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2502", "exchange": "Tokyo Stock Exchange", "lei": "353800KAJ02XNHLCJW79", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asahi_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2426 +{"wikidata_id": "Q11283180", "display_name": "Asahipen", "legal_name": null, "aliases": ["Asahipen Corporation", "Asahipen Corporation (Japan)"], "website": "https://www.asahipen.jp", "canonical_domain": "asahipen.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "4623", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASAHIPEN_CORPORATION_Logo.svg", "description": "company in Tsurumi, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2427 +{"wikidata_id": "Q11283190", "display_name": "Asahi Eito Holdings", "legal_name": null, "aliases": [], "website": "https://www.asahieito-holdings.co.jp", "canonical_domain": "asahieito-holdings.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.18208, "lon": 135.51497, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5341", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2428 +{"wikidata_id": "Q11283832", "display_name": "Up Garage Group", "legal_name": null, "aliases": ["Up Garage", "Up Garage Drift Angels"], "website": "https://www.upgarage.com", "canonical_domain": "upgarage.com", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["automotive"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "7134", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company that operates a chain of stores selling used car and motorcycle supplies", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2429 +{"wikidata_id": "Q11283969", "display_name": "Atom", "legal_name": null, "aliases": ["Atom Corporation"], "website": "https://www.atom-corp.co.jp", "canonical_domain": "atom-corp.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "7412", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2430 +{"wikidata_id": "Q11284890", "display_name": "Amano Corporation", "legal_name": null, "aliases": [], "website": "https://www.amano.co.jp", "canonical_domain": "amano.co.jp", "country": "JP", "hq_city": "Mamedochō", "hq_region": "Kōhoku-ku", "lat": 35.51375, "lon": 139.62939, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "6436", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amanologo.png", "description": "machinery manufacturer headquartered in Yokohama, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2431 +{"wikidata_id": "Q11286855", "display_name": "Itoki Corporation", "legal_name": null, "aliases": [], "website": "https://www.itoki.jp", "canonical_domain": "itoki.jp", "country": "JP", "hq_city": "Nihonbashi", "hq_region": "Chūō", "lat": 35.68167, "lon": 139.77283, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "7972", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITOKI_CORPORATION_logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2432 +{"wikidata_id": "Q11287772", "display_name": "Impress", "legal_name": null, "aliases": ["Impress Communications", "Impress Corporation", "Impress Holdings"], "website": "https://www.impressholdings.com", "canonical_domain": "impressholdings.com", "country": "JP", "hq_city": "Jinbōchō", "hq_region": "Chiyoda", "lat": 35.69715, "lon": 139.75774, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "9479", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2433 +{"wikidata_id": "Q11289009", "display_name": "Wood One", "legal_name": null, "aliases": ["WOOD ONE Co.", "Ltd"], "website": "https://www.woodone.co.jp", "canonical_domain": "woodone.co.jp", "country": "JP", "hq_city": "Hatsukaichi", "hq_region": "Hiroshima Prefecture", "lat": 34.34822, "lon": 132.33158, "industries": ["materials"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "7898", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2434 +{"wikidata_id": "Q11289700", "display_name": "Excite Japan", "legal_name": null, "aliases": ["Excite", "Excite Holdings", "Excite Japan Co.", "Ltd.", "Excite News", "Excite Holdings Co.", "Ltd."], "website": "https://www.excite-holdings.co.jp", "canonical_domain": "excite-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["internet"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "5571", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese Internet service company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2435 +{"wikidata_id": "Q11292764", "display_name": "Olympic Group", "legal_name": null, "aliases": ["Olympic Group Corporation"], "website": "https://www.olympic-corp.co.jp", "canonical_domain": "olympic-corp.co.jp", "country": "JP", "hq_city": "Honchō", "hq_region": "Kokubunji", "lat": 35.70167, "lon": 139.48056, "industries": ["retail"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "8289", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese retail company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2436 +{"wikidata_id": "Q11293105", "display_name": "OSG Corporation", "legal_name": null, "aliases": ["OSG", "Overseas Shipholding Group"], "website": "https://www.osg.co.jp", "canonical_domain": "osg.co.jp", "country": "JP", "hq_city": "Toyokawa", "hq_region": "Aichi Prefecture", "lat": 34.82678, "lon": 137.37592, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "6136", "exchange": "Tokyo Stock Exchange", "lei": "353800IWJAOVAFO6X450", "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Toyokawa, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2437 +{"wikidata_id": "Q11295441", "display_name": "Kanseki", "legal_name": null, "aliases": ["KANSEKI CO.", "LTD."], "website": "https://www.kanseki.co.jp", "canonical_domain": "kanseki.co.jp", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "9903", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KANSEKI_CO.%2C_LTD._Logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2438 +{"wikidata_id": "Q11297005", "display_name": "Kimura Unity", "legal_name": null, "aliases": ["KIMURA UNITY CO.", "LTD."], "website": "https://www.kimura-unity.co.jp", "canonical_domain": "kimura-unity.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "9368", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2439 +{"wikidata_id": "Q11297367", "display_name": "Can Do", "legal_name": null, "aliases": ["CAN DO CO.", "LTD."], "website": "https://www.cando-web.co.jp", "canonical_domain": "cando-web.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.69611, "lon": 139.68939, "industries": ["retail"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2698", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%82%AD%E3%83%A3%E3%83%B3%E3%83%89%E3%82%A5%E3%81%AE%E3%83%AD%E3%82%B4.png", "description": "Japanese variety store chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2440 +{"wikidata_id": "Q11299390", "display_name": "Cleanup Corporation", "legal_name": null, "aliases": [], "website": "https://cleanup.jp", "canonical_domain": "cleanup.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "7955", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2441 +{"wikidata_id": "Q11301501", "display_name": "Geo Holdings", "legal_name": null, "aliases": ["GEO HOLDINGS CORPORATION"], "website": "https://www.geonet.co.jp", "canonical_domain": "geonet.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2681", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2442 +{"wikidata_id": "Q11301649", "display_name": "Genky", "legal_name": null, "aliases": ["Genky Stores", "Genky DrugStores"], "website": "https://genky.co.jp", "canonical_domain": "genky.co.jp", "country": "JP", "hq_city": "Sakai", "hq_region": "Fukui Prefecture", "lat": 36.16694, "lon": 136.23144, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "9267", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "drug store chain in Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2443 +{"wikidata_id": "Q11301924", "display_name": "KOKUYO", "legal_name": null, "aliases": ["KOKUYO Co.", "Ltd."], "website": "https://www.kokuyo.com", "canonical_domain": "kokuyo.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "7984", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese stationery company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2444 +{"wikidata_id": "Q11302052", "display_name": "Kojima", "legal_name": null, "aliases": ["Kojima Co.", "Ltd."], "website": "https://www.kojima.net", "canonical_domain": "kojima.net", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "7513", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4903531", "name": "Bic Camera"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kojima_Bic_Camera_Group_logo.svg", "description": "business in Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2445 +{"wikidata_id": "Q11302695", "display_name": "Como", "legal_name": null, "aliases": ["COMO Co.", "Ltd."], "website": "https://www.como.co.jp", "canonical_domain": "como.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "2224", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company from Aichi Prefecture, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2446 +{"wikidata_id": "Q11302894", "display_name": "COLOPL", "legal_name": null, "aliases": ["Inc."], "website": "https://colopl.co.jp", "canonical_domain": "colopl.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "3668", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game company based in Shibuya, Tokyo, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2447 +{"wikidata_id": "Q11304897", "display_name": "SRS Holdings", "legal_name": null, "aliases": ["Sato Restaurant Systems"], "website": "https://srs-holdings.co.jp", "canonical_domain": "srs-holdings.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "8163", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company that operates a restaurant chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2448 +{"wikidata_id": "Q11304919", "display_name": "Sanix", "legal_name": null, "aliases": [], "website": "https://www.sanix.jp", "canonical_domain": "sanix.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "4651", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2449 +{"wikidata_id": "Q11305550", "display_name": "Sangetsu", "legal_name": null, "aliases": ["Sangetsu Co.", "Ltd."], "website": "https://www.sangetsu.co.jp", "canonical_domain": "sangetsu.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "8130", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2450 +{"wikidata_id": "Q11305734", "display_name": "Sunday", "legal_name": null, "aliases": [], "website": "https://www.sunday.co.jp", "canonical_domain": "sunday.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7450", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese retail company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2451 +{"wikidata_id": "Q11308143", "display_name": "Shokubun", "legal_name": null, "aliases": ["Shokubun Co.", "Ltd."], "website": "https://www.shokubun.co.jp", "canonical_domain": "shokubun.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "9969", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2452 +{"wikidata_id": "Q11308710", "display_name": "Shinpo", "legal_name": null, "aliases": ["SHINPO CO.", "LTD."], "website": "https://www.shinpo.jp", "canonical_domain": "shinpo.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "5903", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2453 +{"wikidata_id": "Q11308974", "display_name": "JINS HOLDINGS", "legal_name": null, "aliases": ["JINS"], "website": "https://www.jin-co.com", "canonical_domain": "jin-co.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "3046", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese optician and eyewear retail chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2454 +{"wikidata_id": "Q11309174", "display_name": "JMS", "legal_name": null, "aliases": [], "website": "https://www.jms.cc", "canonical_domain": "jms.cc", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.38525, "lon": 132.45531, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "7702", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2455 +{"wikidata_id": "Q11309400", "display_name": "Jason", "legal_name": null, "aliases": [], "website": "https://www.jason.co.jp", "canonical_domain": "jason.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "3080", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jason_%28discount_store%29_logo_en.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2456 +{"wikidata_id": "Q11310526", "display_name": "Joyful Honda", "legal_name": null, "aliases": ["JOYFUL HONDA"], "website": "https://www.joyfulhonda.com", "canonical_domain": "joyfulhonda.com", "country": "JP", "hq_city": "Ibaraki Prefecture", "hq_region": "Japan", "lat": 36.34172, "lon": 140.44683, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "3191", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2457 +{"wikidata_id": "Q11311054", "display_name": "G-foot", "legal_name": null, "aliases": ["ASBee"], "website": "https://www.g-foot.co.jp", "canonical_domain": "g-foot.co.jp", "country": "JP", "hq_city": "Shinkawa", "hq_region": "Chūō", "lat": 35.67601, "lon": 139.78203, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "2686", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q271413", "name": "Aeon"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2458 +{"wikidata_id": "Q11311086", "display_name": "Yakiniku Sakai Holdings Inc.", "legal_name": null, "aliases": [], "website": "https://ys-holdings.co.jp", "canonical_domain": "ys-holdings.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "2694", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2459 +{"wikidata_id": "Q11311760", "display_name": "Suzuden Corporation", "legal_name": null, "aliases": [], "website": "https://www.suzuden.co.jp", "canonical_domain": "suzuden.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "7480", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2460 +{"wikidata_id": "Q11311820", "display_name": "Studio Alice", "legal_name": null, "aliases": ["Studio Alice Co.", "Ltd."], "website": "https://www.studio-alice.co.jp", "canonical_domain": "studio-alice.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "2305", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "photo studio", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2461 +{"wikidata_id": "Q11312063", "display_name": "Zozo", "legal_name": null, "aliases": ["Start Today", "START TODAY CO.", "LTD.", "ZOZO", "Zozotown", "Inc."], "website": "https://corp.zozo.com", "canonical_domain": "zozo.com", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": ["e-commerce"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3092", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109359338", "name": "Z Intermediate Holdings K.K."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zozo_logo.svg", "description": "Japanese fashion e-commerce company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2462 +{"wikidata_id": "Q11314140", "display_name": "Seino Holdings", "legal_name": "Seino Holdings Co., Ltd.", "aliases": [], "website": "https://www.seino.co.jp", "canonical_domain": "seino.co.jp", "country": "JP", "hq_city": "Ōgaki-shi", "hq_region": "Gifu Prefecture", "lat": 35.35994, "lon": 136.61269, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "9076", "exchange": "Tokyo Stock Exchange", "lei": "3538001D12EPCPYTTF24", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2463 +{"wikidata_id": "Q11314509", "display_name": "Seria", "legal_name": null, "aliases": [], "website": "https://www.seria-group.com", "canonical_domain": "seria-group.com", "country": "JP", "hq_city": "Ōgaki-shi", "hq_region": "Gifu Prefecture", "lat": 35.35994, "lon": 136.61269, "industries": ["retail"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "2782", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seria_logo.svg", "description": "Japanese variety store chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2464 +{"wikidata_id": "Q11314927", "display_name": "Zett", "legal_name": null, "aliases": [], "website": "https://zett.jp", "canonical_domain": "zett.jp", "country": "JP", "hq_city": "Tennōji-ku", "hq_region": "Osaka", "lat": 34.65778, "lon": 135.51944, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "8135", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2465 +{"wikidata_id": "Q11316019", "display_name": "Takihyo", "legal_name": null, "aliases": ["Takihyo Co.", "Ltd."], "website": "https://www.takihyo.co.jp", "canonical_domain": "takihyo.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "9982", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2466 +{"wikidata_id": "Q11316893", "display_name": "Dainichi", "legal_name": null, "aliases": ["Dainichi Co.", "Ltd."], "website": "https://www.dainichi-net.co.jp", "canonical_domain": "dainichi-net.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "5951", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dainichi_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2467 +{"wikidata_id": "Q11317143", "display_name": "Duskin", "legal_name": null, "aliases": [], "website": "https://www.duskin.co.jp", "canonical_domain": "duskin.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "4665", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Duskin_Logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2468 +{"wikidata_id": "Q11318025", "display_name": "Chimney", "legal_name": null, "aliases": [], "website": "https://www.chimney.co.jp", "canonical_domain": "chimney.co.jp", "country": "JP", "hq_city": "Kamezawa", "hq_region": "Sumida", "lat": 35.6973, "lon": 139.80295, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "3178", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business enterprise", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2469 +{"wikidata_id": "Q11318805", "display_name": "Tsumura & Co.", "legal_name": null, "aliases": ["Tsumura"], "website": "https://www.tsumura.co.jp", "canonical_domain": "tsumura.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "4540", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese herbal medicine manufacturer located in Tokyo, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2470 +{"wikidata_id": "Q11318827", "display_name": "Tsuruha Holdings", "legal_name": null, "aliases": ["Tsuruha Holdings Inc."], "website": "https://www.tsuruha-hd.com", "canonical_domain": "tsuruha-hd.com", "country": "JP", "hq_city": "Higashi-ku", "hq_region": "Sapporo", "lat": 43.07611, "lon": 141.36361, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "3391", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tsuruha_Holdings_Logo_2.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2471 +{"wikidata_id": "Q11318901", "display_name": "Tear Corporation", "legal_name": null, "aliases": [], "website": "https://www.tear.co.jp", "canonical_domain": "tear.co.jp", "country": "JP", "hq_city": "3, Kurokawahontōri, Nagoya", "hq_region": "Kurokawahontōri", "lat": 35.19894, "lon": 136.91201, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2485", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tear_logo.svg", "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2472 +{"wikidata_id": "Q11319124", "display_name": "Tein", "legal_name": null, "aliases": [], "website": "https://www.tein.co.jp", "canonical_domain": "tein.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "7217", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2473 +{"wikidata_id": "Q11319808", "display_name": "Ten Allied", "legal_name": null, "aliases": [], "website": "https://www.teng.co.jp", "canonical_domain": "teng.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "8207", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2474 +{"wikidata_id": "Q11319898", "display_name": "T.O. Holdings", "legal_name": null, "aliases": ["T.O. Ogasawara"], "website": "https://tohd.co.jp", "canonical_domain": "tohd.co.jp", "country": "JP", "hq_city": "Hakodate", "hq_region": "Oshima Subprefecture", "lat": 41.76867, "lon": 140.72892, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "9812", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2475 +{"wikidata_id": "Q11320908", "display_name": "Denyo", "legal_name": null, "aliases": ["Denyo Co.", "Ltd", "Denyo Company Limited"], "website": "https://www.denyo.co.jp", "canonical_domain": "denyo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6517", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Denyo_logo_red.svg", "description": "Manufacturer of outdoor engine generators and welding machines", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2476 +{"wikidata_id": "Q11322733", "display_name": "Doutor Nichires Holdings", "legal_name": null, "aliases": ["Doutor-Nichires Holdings"], "website": "https://www.dnh.co.jp", "canonical_domain": "dnh.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["retail"], "industry_labels": ["retail", "service"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3087", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doutor_Nichires_Holdings_Logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2477 +{"wikidata_id": "Q11323724", "display_name": "Nagase Brothers", "legal_name": null, "aliases": ["Nagase Brothers Inc."], "website": "https://www.toshin.com", "canonical_domain": "toshin.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "9733", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2478 +{"wikidata_id": "Q11324077", "display_name": "Narumiya International", "legal_name": null, "aliases": ["NARUMIYA INTERNATIONAL Co.", "Ltd."], "website": "https://www.narumiya-net.co.jp", "canonical_domain": "narumiya-net.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "9275", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese textile and clothing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2479 +{"wikidata_id": "Q11325043", "display_name": "Niraku", "legal_name": null, "aliases": [], "website": "https://www.niraku.co.jp", "canonical_domain": "niraku.co.jp", "country": "JP", "hq_city": "Fukushima Prefecture", "hq_region": "Japan", "lat": 37.75028, "lon": 140.46775, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "1245", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2480 +{"wikidata_id": "Q11326388", "display_name": "Hachiban Ramen", "legal_name": null, "aliases": [], "website": "https://www.hachiban.co.jp", "canonical_domain": "hachiban.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "9950", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese food and beverage company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2481 +{"wikidata_id": "Q11326640", "display_name": "happinet.co.jp", "legal_name": null, "aliases": [], "website": "https://www.happinet.co.jp", "canonical_domain": "happinet.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "7552", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Happinet_logo.svg", "description": "Japanese entertainment company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2482 +{"wikidata_id": "Q11329271", "display_name": "Papyless", "legal_name": null, "aliases": [], "website": "https://www.papy.co.jp", "canonical_domain": "papy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": ["publication"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "3641", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese e-book distribution company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2483 +{"wikidata_id": "Q11332729", "display_name": "Felissimo Corporation", "legal_name": null, "aliases": ["Felissimo"], "website": "https://www.felissimo.co.jp", "canonical_domain": "felissimo.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["e-commerce"], "industry_labels": ["mail order"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3396", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese mail-order company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2484 +{"wikidata_id": "Q11333054", "display_name": "Fukuda Denshi", "legal_name": null, "aliases": [], "website": "https://www.fukuda.co.jp", "canonical_domain": "fukuda.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6960", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2485 +{"wikidata_id": "Q11333469", "display_name": "Flying Garden", "legal_name": null, "aliases": [], "website": "https://www.fgarden.co.jp", "canonical_domain": "fgarden.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "3317", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2486 +{"wikidata_id": "Q11334844", "display_name": "BULL-DOG SAUCE Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.bulldog.co.jp", "canonical_domain": "bulldog.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "2804", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2487 +{"wikidata_id": "Q11335637", "display_name": "Prima Meat Packers", "legal_name": null, "aliases": ["Prima Ham", "Prima MEAT Packers", "Prima MEAT Packers", "Ltd.", "Prima MEAT Packers", "Ltd. (Japan)"], "website": "https://www.primaham.co.jp", "canonical_domain": "primaham.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2281", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Imizu Shi, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2488 +{"wikidata_id": "Q11337652", "display_name": "Hokto Corporation", "legal_name": null, "aliases": ["Hokto Ltd.", "Hokuto (Japan)"], "website": "https://www.hokto-kinoko.co.jp", "canonical_domain": "hokto-kinoko.co.jp", "country": "JP", "hq_city": "Nagano", "hq_region": "Nagano Prefecture", "lat": 36.64867, "lon": 138.19469, "industries": ["agriculture"], "industry_labels": ["Vegetable farming, including mushrooms"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "1379", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HOKUTO_Logo.svg", "description": "company in Nagano, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2489 +{"wikidata_id": "Q11341277", "display_name": "Marche Corporation", "legal_name": null, "aliases": [], "website": "https://www.marche.co.jp", "canonical_domain": "marche.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "7524", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese restaurant chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2490 +{"wikidata_id": "Q11343372", "display_name": "Meitec Group Holdings", "legal_name": null, "aliases": ["Meitec Corporation"], "website": "https://www.meitecgroup-holdings.com", "canonical_domain": "meitecgroup-holdings.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "9744", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2491 +{"wikidata_id": "Q11343814", "display_name": "Media Do", "legal_name": null, "aliases": [], "website": "https://mediado.jp", "canonical_domain": "mediado.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3678", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2492 +{"wikidata_id": "Q11345600", "display_name": "Yutaka Foods", "legal_name": null, "aliases": ["Yutaka Foods Corporation"], "website": "https://www.yutakafoods.co.jp", "canonical_domain": "yutakafoods.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "2806", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2493 +{"wikidata_id": "Q11345602", "display_name": "Yutaka Giken", "legal_name": null, "aliases": ["Yutaka Giken Co.", "Ltd."], "website": "https://www.yutakagiken.co.jp", "canonical_domain": "yutakagiken.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "7229", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese multinational automotive components manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2494 +{"wikidata_id": "Q11346416", "display_name": "Right on", "legal_name": null, "aliases": ["Right-on Co.", "Ltd."], "website": "https://www.right-on.co.jp", "canonical_domain": "right-on.co.jp", "country": "JP", "hq_city": "Onozaki", "hq_region": "Tsukuba", "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7445", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company that operates a clothing store chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2495 +{"wikidata_id": "Q11346499", "display_name": "Life Foods", "legal_name": null, "aliases": ["Life Foods Co.", "Ltd."], "website": "https://www.meshiya.co.jp", "canonical_domain": "meshiya.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "3065", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2496 +{"wikidata_id": "Q11346643", "display_name": "Laox", "legal_name": null, "aliases": ["LaOX", "Laox Co.", "Ltd."], "website": "https://www.laox.co.jp", "canonical_domain": "laox.co.jp", "country": "JP", "hq_city": "Shibakōen", "hq_region": "Minato", "lat": 35.65722, "lon": 139.74861, "industries": ["retail"], "industry_labels": ["retail", "duty-free shop"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "8202", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1895661", "name": "Suning.com"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LaOX_Logo2.svg", "description": "Duty-Free Store in Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2497 +{"wikidata_id": "Q11347773", "display_name": "Ramen Kairikiya", "legal_name": null, "aliases": ["Kairikiya"], "website": "https://www.kairikiya.co.jp", "canonical_domain": "kairikiya.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "5891", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2498 +{"wikidata_id": "Q11348062", "display_name": "Resol Holdings", "legal_name": "Resol Holdings Co., Ltd.", "aliases": ["Resort Solution"], "website": "https://www.resol.jp", "canonical_domain": "resol.jp", "country": "JP", "hq_city": "Nishishinjuku Mitsui Building", "hq_region": "Tokyo", "lat": 35.695, "lon": 139.689, "industries": [], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "5261", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2499 +{"wikidata_id": "Q11348720", "display_name": "Regal Corporation", "legal_name": null, "aliases": [], "website": "https://www.regal.co.jp", "canonical_domain": "regal.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1902, "employees": null, "public_company": true, "ticker": "7938", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2500 +{"wikidata_id": "Q11348723", "display_name": "Rihga Royal Hotel", "legal_name": null, "aliases": [], "website": "https://www.rihga.com", "canonical_domain": "rihga.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": 34.69049, "lon": 135.48734, "industries": ["hospitality", "construction"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "9713", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "building in Kita-ku, Osaka Prefecture, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2501 +{"wikidata_id": "Q11351354", "display_name": "Washington Hotel", "legal_name": null, "aliases": [], "website": "https://www.washingtonhotel.co.jp", "canonical_domain": "washingtonhotel.co.jp", "country": "JP", "hq_city": "Naka-ku", "hq_region": "Nagoya", "lat": 35.16861, "lon": 136.91028, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "4691", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2502 +{"wikidata_id": "Q11351402", "display_name": "Watts", "legal_name": null, "aliases": ["WATTS"], "website": "https://www.watts-jp.com", "canonical_domain": "watts-jp.com", "country": "JP", "hq_city": "Shiromi", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "2735", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese retail company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2503 +{"wikidata_id": "Q11351660", "display_name": "Workman", "legal_name": null, "aliases": ["WORKMAN CO.", "LTD."], "website": "https://www.workman.co.jp", "canonical_domain": "workman.co.jp", "country": "JP", "hq_city": "Isesaki", "hq_region": "Gunma Prefecture", "lat": 36.31136, "lon": 139.19681, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "7564", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Workman_Logo.png", "description": "Japanese business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2504 +{"wikidata_id": "Q11352915", "display_name": "Ichimasa Kamaboko", "legal_name": null, "aliases": [], "website": "https://www.ichimasa.co.jp", "canonical_domain": "ichimasa.co.jp", "country": "JP", "hq_city": "Higashi-ku", "hq_region": "Niigata", "lat": 37.93694, "lon": 139.07306, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "2904", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2505 +{"wikidata_id": "Q11354428", "display_name": "Sanko Marketing Foods", "legal_name": null, "aliases": [], "website": "https://sankofoods.com", "canonical_domain": "sankofoods.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "2762", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2506 +{"wikidata_id": "Q11354518", "display_name": "Sankyo Frontier", "legal_name": null, "aliases": ["SANKYOFRONTIER"], "website": "https://www.sankyofrontier.com", "canonical_domain": "sankyofrontier.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.9066, "lon": 139.94921, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "9639", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2507 +{"wikidata_id": "Q11357186", "display_name": "Mitsubishi Shokuhin", "legal_name": null, "aliases": [], "website": "https://www.mitsubishi-shokuhin.com", "canonical_domain": "mitsubishi-shokuhin.com", "country": "JP", "hq_city": "Koishikawa", "hq_region": "Bunkyō-ku", "lat": 35.71321, "lon": 139.74519, "industries": [], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "7451", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q650745", "name": "Mitsubishi Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2508 +{"wikidata_id": "Q113573285", "display_name": "Chengde LoLo Company Limited", "legal_name": null, "aliases": [], "website": "https://www.lolo.com.cn", "canonical_domain": "lolo.com.cn", "country": "CN", "hq_city": "Chengde", "hq_region": "Hebei", "lat": 40.97389, "lon": 117.93222, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "000848", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2509 +{"wikidata_id": "Q11357660", "display_name": "Mie Kotsu Group Holdings", "legal_name": null, "aliases": ["Mie Kotsu GHD", "Sanco GHD", "Sanco Group", "Sanco HD", "Sanco Holdings"], "website": "https://holdings.sanco.co.jp", "canonical_domain": "sanco.co.jp", "country": "JP", "hq_city": "Tsu", "hq_region": "Mie Prefecture", "lat": 34.71844, "lon": 136.50578, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3232", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2510 +{"wikidata_id": "Q11361538", "display_name": "Fuji Latex", "legal_name": null, "aliases": [], "website": "https://www.fujilatex.co.jp", "canonical_domain": "fujilatex.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5199", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2511 +{"wikidata_id": "Q11361557", "display_name": "Fuji Oil", "legal_name": null, "aliases": ["Fuji Oil Co.", "Ltd."], "website": "https://www.fujioil.co.jp", "canonical_domain": "fujioil.co.jp", "country": "JP", "hq_city": "Izumisano", "hq_region": "Osaka Prefecture", "lat": 34.40694, "lon": 135.32753, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "2607", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "vegetable oils and fats company of Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2512 +{"wikidata_id": "Q11363733", "display_name": "Chuo Spring", "legal_name": null, "aliases": ["Chuo Spring Co.", "Ltd."], "website": "https://www.chkk.co.jp", "canonical_domain": "chkk.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "5992", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2513 +{"wikidata_id": "Q11367975", "display_name": "Marusan Securities", "legal_name": null, "aliases": ["Marusan Shoken", "Marusan Shōken"], "website": "https://www.marusan-sec.co.jp", "canonical_domain": "marusan-sec.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "8613", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese stock brokerage firm", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2514 +{"wikidata_id": "Q11368044", "display_name": "Maruhachi Securities", "legal_name": null, "aliases": ["Maruhachi Securities CO.", "LTD."], "website": "https://www.maruhachi-sec.co.jp", "canonical_domain": "maruhachi-sec.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "8700", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2515 +{"wikidata_id": "Q11368053", "display_name": "Maruchiyo Yamaokaya Corporation", "legal_name": null, "aliases": [], "website": "https://maruchiyo.yamaokaya.com", "canonical_domain": "yamaokaya.com", "country": "JP", "hq_city": null, "hq_region": "Higashi-ku", "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "3399", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "A company headquartered in Higashi Ward, Sapporo City, Hokkaido, that operates the \"Ramen Yamaokaya\" ramen chain.", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2516 +{"wikidata_id": "Q11368085", "display_name": "Marudai Food", "legal_name": null, "aliases": [], "website": "https://www.marudai.jp", "canonical_domain": "marudai.jp", "country": "JP", "hq_city": "Takatsuki", "hq_region": "Osaka Prefecture", "lat": 34.84833, "lon": 135.61678, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "2288", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2517 +{"wikidata_id": "Q11373747", "display_name": "Izutsuya", "legal_name": null, "aliases": ["IZUTSUYA CO.", "LTD."], "website": "https://www.izutsuya.co.jp", "canonical_domain": "izutsuya.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "8260", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2518 +{"wikidata_id": "Q11374748", "display_name": "Kyoshin", "legal_name": null, "aliases": [], "website": "https://www.kyoshin.co.jp", "canonical_domain": "kyoshin.co.jp", "country": "JP", "hq_city": "Shimogyō-ku", "hq_region": "Kyoto", "lat": 34.9875, "lon": 135.75556, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "4735", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2519 +{"wikidata_id": "Q11374823", "display_name": "Kyoto Hotel", "legal_name": "The Kyoto Hotel, Ltd.", "aliases": ["The Kyoto Hotel", "Ltd."], "website": "https://www.kyotohotel.co.jp", "canonical_domain": "kyotohotel.co.jp", "country": "JP", "hq_city": "Nakagyō Ward", "hq_region": "Kyoto", "lat": 35.01, "lon": 135.75139, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "9723", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2655812", "name": "Hotel Okura"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2520 +{"wikidata_id": "Q11380102", "display_name": "Itochu Enex", "legal_name": null, "aliases": [], "website": "https://www.itcenex.com", "canonical_domain": "itcenex.com", "country": "JP", "hq_city": "Kasumigaseki", "hq_region": "Chiyoda", "lat": 35.67382, "lon": 139.75131, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8133", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q717093", "name": "Itochu"}, "logo_url": null, "description": "Itochu Group's core energy trading company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2521 +{"wikidata_id": "Q11383362", "display_name": "Sata Construction", "legal_name": null, "aliases": [], "website": "https://www.sata.co.jp", "canonical_domain": "sata.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 36.38532, "lon": 139.04466, "industries": ["construction"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1826", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sata_Construction_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2522 +{"wikidata_id": "Q11392449", "display_name": "Rokko Butter", "legal_name": null, "aliases": ["Rokko Butter Co.", "Ltd."], "website": "https://www.qbb.co.jp", "canonical_domain": "qbb.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2266", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rokko_Butter_logo.svg", "description": "Food company in Kobe, Hyogo, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2523 +{"wikidata_id": "Q11404287", "display_name": "Kitano Construction", "legal_name": null, "aliases": ["Kitano Construction Corp."], "website": "https://www.kitano.co.jp", "canonical_domain": "kitano.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": ["construction"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "1866", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese construction company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2524 +{"wikidata_id": "Q11415287", "display_name": "Nagoya Electric Works", "legal_name": null, "aliases": ["NAGOYA ELECTRIC WORKS CO.", "LTD."], "website": "https://www.nagoya-denki.co.jp", "canonical_domain": "nagoya-denki.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "6797", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2525 +{"wikidata_id": "Q11415470", "display_name": "Namura Shipbuilding", "legal_name": null, "aliases": [], "website": "https://www.namura.co.jp", "canonical_domain": "namura.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "7014", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2526 +{"wikidata_id": "Q11432460", "display_name": "OOMITSU CO., LTD.", "legal_name": null, "aliases": [], "website": "https://www.oomitsu.com", "canonical_domain": "oomitsu.com", "country": "JP", "hq_city": "Ōgaki-shi", "hq_region": "Gifu Prefecture", "lat": 35.35994, "lon": 136.61269, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "3160", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2527 +{"wikidata_id": "Q11432473", "display_name": "Taiko Bank", "legal_name": null, "aliases": ["THE TAIKO BANK", "LTD."], "website": "https://www.taikobank.jp", "canonical_domain": "taikobank.jp", "country": "JP", "hq_city": "Nagaoka", "hq_region": "Niigata Prefecture", "lat": 37.44528, "lon": 138.85667, "industries": ["banking"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "8537", "exchange": "Tokyo Stock Exchange", "lei": "3538003H3GIODN7ZSJ40", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2528 +{"wikidata_id": "Q11433330", "display_name": "Daido Kogyo", "legal_name": null, "aliases": ["Daido Kogyo Co.", "Ltd."], "website": "https://www.did-daido.co.jp", "canonical_domain": "did-daido.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "6373", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kaga, Ishikawa, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2529 +{"wikidata_id": "Q11433555", "display_name": "Daiwa Motor Transportation", "legal_name": null, "aliases": [], "website": "https://www.daiwaj.com", "canonical_domain": "daiwaj.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["transportation"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "9082", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiwa_Motor_Transportation_Logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2530 +{"wikidata_id": "Q11433765", "display_name": "Ogaki Kyoritsu Bank", "legal_name": "The Ogaki Kyoritsu Bank, Ltd.", "aliases": [], "website": "https://www.okb.co.jp", "canonical_domain": "okb.co.jp", "country": "JP", "hq_city": "Ōgaki-shi", "hq_region": "Gifu Prefecture", "lat": 35.35994, "lon": 136.61269, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "8361", "exchange": "Tokyo Stock Exchange", "lei": "549300M5X5T6C27W3H96", "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Ogaki, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2531 +{"wikidata_id": "Q11435321", "display_name": "Taiko Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.seirogan.co.jp", "canonical_domain": "seirogan.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "4574", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2532 +{"wikidata_id": "Q11435522", "display_name": "Ootoya", "legal_name": null, "aliases": ["Ootoya Holdings"], "website": "https://www.ootoya.jp", "canonical_domain": "ootoya.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "2705", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese restaurant chain operating company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2533 +{"wikidata_id": "Q11435936", "display_name": "Ohmoto Gumi", "legal_name": null, "aliases": [], "website": "https://www.ohmoto.co.jp", "canonical_domain": "ohmoto.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "1793", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2534 +{"wikidata_id": "Q11436170", "display_name": "Daito Bank", "legal_name": null, "aliases": [], "website": "https://www.daitobank.co.jp", "canonical_domain": "daitobank.co.jp", "country": "JP", "hq_city": "Fukushima Prefecture", "hq_region": "Japan", "lat": 37.75028, "lon": 140.46775, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "8563", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2535 +{"wikidata_id": "Q11439194", "display_name": "Daiho Corporation", "legal_name": null, "aliases": [], "website": "https://www.daiho.co.jp", "canonical_domain": "daiho.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1822", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2536 +{"wikidata_id": "Q11442062", "display_name": "Daikokuten Bussan", "legal_name": null, "aliases": [], "website": "https://www.e-dkt.co.jp", "canonical_domain": "e-dkt.co.jp", "country": "JP", "hq_city": "Kurashiki", "hq_region": "Okayama Prefecture", "lat": 34.58508, "lon": 133.77211, "industries": ["retail"], "industry_labels": ["retail", "wholesale"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "2791", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "General food retailer headquartered in Kurashiki City, Okayama Prefecture, Tokyo Stock Exchange Prime", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2537 +{"wikidata_id": "Q11442828", "display_name": "Tenmaya Store", "legal_name": null, "aliases": [], "website": "https://www.tenmaya-store.co.jp", "canonical_domain": "tenmaya-store.co.jp", "country": "JP", "hq_city": "Okayama Prefecture", "hq_region": "Japan", "lat": 34.66167, "lon": 133.93472, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "9846", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2538 +{"wikidata_id": "Q11445911", "display_name": "Okumura Corporation", "legal_name": null, "aliases": ["Okumura-gumi"], "website": "https://www.okumuragumi.co.jp", "canonical_domain": "okumuragumi.co.jp", "country": "JP", "hq_city": "Abeno-ku", "hq_region": "Osaka", "lat": 34.63897, "lon": 135.51849, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "1833", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2539 +{"wikidata_id": "Q11450866", "display_name": "Anrakutei", "legal_name": null, "aliases": [], "website": "https://www.anrakutei.co.jp", "canonical_domain": "anrakutei.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "7562", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese restaurant brand", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2540 +{"wikidata_id": "Q114558966", "display_name": "Rimoni Industries Ltd.", "legal_name": "רימוני תעשיות בע''מ", "aliases": [], "website": "https://www.rimoni-ind.com", "canonical_domain": "rimoni-ind.com", "country": "IL", "hq_city": "GANEY MODIIN", "hq_region": "Area C", "lat": 31.93328, "lon": 35.04289, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "RIMO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2541 +{"wikidata_id": "Q11456858", "display_name": "Toyama Bank", "legal_name": null, "aliases": [], "website": "https://www.toyamabank.co.jp", "canonical_domain": "toyamabank.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.69531, "lon": 137.21131, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "8365", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2542 +{"wikidata_id": "Q11458891", "display_name": "Ogura Racing Clutch", "legal_name": null, "aliases": ["Ogura Clutch Co.", "Ltd."], "website": "https://www.oguraclutch.co.jp", "canonical_domain": "oguraclutch.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6408", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2543 +{"wikidata_id": "Q11466247", "display_name": "Sankyu Inc", "legal_name": null, "aliases": [], "website": "https://www.sankyu.co.jp", "canonical_domain": "sankyu.co.jp", "country": "JP", "hq_city": "Kachidoki", "hq_region": "Chūō", "lat": 35.65778, "lon": 139.77475, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "9065", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2544 +{"wikidata_id": "Q11467670", "display_name": "Yamazen Corporation", "legal_name": null, "aliases": [], "website": "https://www.yamazen.co.jp", "canonical_domain": "yamazen.co.jp", "country": "JP", "hq_city": "Nishi-ku", "hq_region": "Osaka", "lat": 34.67639, "lon": 135.48611, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "8051", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2545 +{"wikidata_id": "Q11471181", "display_name": "Sanyo Department Store", "legal_name": null, "aliases": ["San'yō hyakkaten"], "website": "https://sanyo-dp.co.jp", "canonical_domain": "sanyo-dp.co.jp", "country": "JP", "hq_city": "Himeji", "hq_region": "Hyōgo Prefecture", "lat": 34.82881, "lon": 134.69011, "industries": ["retail"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "8257", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2245513", "name": "Sanyo Electric Railway"}, "logo_url": null, "description": "department store in Himeji, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2546 +{"wikidata_id": "Q11472364", "display_name": "Okayamaken Freight Transportation", "legal_name": null, "aliases": [], "website": "https://www.okaken.co.jp", "canonical_domain": "okaken.co.jp", "country": "JP", "hq_city": "Okayama Prefecture", "hq_region": "Japan", "lat": 34.66167, "lon": 133.93472, "industries": ["transportation"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "9063", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2547 +{"wikidata_id": "Q11473333", "display_name": "Okamura Corporation", "legal_name": null, "aliases": [], "website": "https://www.okamura.co.jp", "canonical_domain": "okamura.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7994", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2548 +{"wikidata_id": "Q11473791", "display_name": "Okaya Electric Industries", "legal_name": null, "aliases": ["Okaya Electric Industries Co.", "Ltd.", "Okaya Electric Industries Co.", "Ltd. (Japan)"], "website": "https://www.okayaelec.co.jp", "canonical_domain": "okayaelec.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6926", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Setagaya City, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2549 +{"wikidata_id": "Q11474342", "display_name": "Iwatsuka Confectionery", "legal_name": null, "aliases": ["Iwatsuka Confectionery Co.", "Ltd.", "Iwatsuka Confectionery Co.", "Ltd. (Japan)"], "website": "https://www.iwatsukaseika.co.jp", "canonical_domain": "iwatsukaseika.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "2221", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nagaoka, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2550 +{"wikidata_id": "Q11475649", "display_name": "Iwatani Corporation", "legal_name": null, "aliases": [], "website": "https://www.iwatani.co.jp", "canonical_domain": "iwatani.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": [], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "8088", "exchange": "Tokyo Stock Exchange", "lei": "353800TSKIDNENNV2L96", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iwatani_Corporation_logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2551 +{"wikidata_id": "Q11478589", "display_name": "Kawasaki Kinkai Kisen", "legal_name": null, "aliases": ["K Line Kinkai"], "website": "https://www.kawakin.co.jp", "canonical_domain": "kawakin.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "9179", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q425880", "name": "K Line"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2552 +{"wikidata_id": "Q11501765", "display_name": "Araya Industrial", "legal_name": null, "aliases": [], "website": "https://www.araya-kk.co.jp", "canonical_domain": "araya-kk.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "7305", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Araya_building.jpg", "description": "company in Osaka, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2553 +{"wikidata_id": "Q11502554", "display_name": "Shinto Co., Ltd.", "legal_name": null, "aliases": ["Shinto"], "website": "https://www.shintokawara.co.jp", "canonical_domain": "shintokawara.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "5380", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2554 +{"wikidata_id": "Q11502827", "display_name": "Niigata Kotsu", "legal_name": "新潟交通株式会社", "aliases": ["Niigata Kotsu Co.", "Ltd."], "website": "https://www.niigata-kotsu.co.jp", "canonical_domain": "niigata-kotsu.co.jp", "country": "JP", "hq_city": "Niigata", "hq_region": "Niigata Prefecture", "lat": 37.91619, "lon": 139.03639, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "9017", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niigata_Kotsu_Logomark_Slogan.svg", "description": "public transportation company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2555 +{"wikidata_id": "Q11504979", "display_name": "Nichi-Iko Pharmaceutical Co.", "legal_name": "Nichi-Iko Pharmaceutical Co., Ltd.", "aliases": [], "website": "https://www.nichiiko.co.jp", "canonical_domain": "nichiiko.co.jp", "country": "JP", "hq_city": "Toyama", "hq_region": "Toyama Prefecture", "lat": 36.69592, "lon": 137.21369, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "4541", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2556 +{"wikidata_id": "Q11506359", "display_name": "Carlit", "legal_name": null, "aliases": ["Carlit Holdings"], "website": "https://www.carlithd.co.jp", "canonical_domain": "carlithd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "4275", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Carlit_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2557 +{"wikidata_id": "Q11506818", "display_name": "Nippon Filcon", "legal_name": null, "aliases": [], "website": "https://www.filcon.co.jp", "canonical_domain": "filcon.co.jp", "country": "JP", "hq_city": "Inagi", "hq_region": "Tokyo", "lat": 35.63806, "lon": 139.50444, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "5942", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2558 +{"wikidata_id": "Q11506819", "display_name": "Nippon Felt", "legal_name": null, "aliases": [], "website": "https://www.felt.co.jp", "canonical_domain": "felt.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "3512", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2559 +{"wikidata_id": "Q11507575", "display_name": "JDC Corporation", "legal_name": null, "aliases": [], "website": "https://www.n-kokudo.co.jp", "canonical_domain": "n-kokudo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "1887", "exchange": "Tokyo Stock Exchange", "lei": "353800X8ONA1ZPGOL850", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JDC_Corporation_Logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2560 +{"wikidata_id": "Q11508417", "display_name": "Japan Wool Textile", "legal_name": null, "aliases": ["Nikke", "Nippon Keori", "THE JAPAN WOOL TEXTILE", "THE JAPAN WOOL TEXTILE CO.", "Ltd."], "website": "https://www.nikke.co.jp", "canonical_domain": "nikke.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Kobe", "lat": 34.68972, "lon": 135.195, "industries": ["apparel", "manufacturing"], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "3201", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Wool fabric manufacturer in Osaka, Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2561 +{"wikidata_id": "Q11508790", "display_name": "Nippon Seiki", "legal_name": null, "aliases": ["Nippon Seiki Co.", "Ltd."], "website": "https://www.nippon-seiki.co.jp", "canonical_domain": "nippon-seiki.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7287", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2562 +{"wikidata_id": "Q11509244", "display_name": "Nippon Road", "legal_name": null, "aliases": [], "website": "https://www.nipponroad.co.jp", "canonical_domain": "nipponroad.co.jp", "country": "JP", "hq_city": "Shinbashi", "hq_region": "Minato", "lat": 35.66671, "lon": 139.75802, "industries": ["construction"], "industry_labels": ["Construction industry of Japan"], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "1884", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Construction company of Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2563 +{"wikidata_id": "Q11511816", "display_name": "Asahimatsu Foods", "legal_name": null, "aliases": ["ASAHIMATSU FOODS CO.", "LTD."], "website": "https://www.asahimatsu.co.jp", "canonical_domain": "asahimatsu.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "2911", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASAHIMATSU_FOODS_CO.%2CLTD._headquarters.jpg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2564 +{"wikidata_id": "Q11520941", "display_name": "Honma Golf", "legal_name": null, "aliases": [], "website": "https://www.honmagolf.com", "canonical_domain": "honmagolf.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "6858", "exchange": "Hong Kong Stock Exchange", "lei": "2138004YAWWM4FWJ3U62", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2565 +{"wikidata_id": "Q11522610", "display_name": "Kyorin Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.kyorin-pharm.co.jp", "canonical_domain": "kyorin-pharm.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "4569", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2566 +{"wikidata_id": "Q11524914", "display_name": "Tokyo Kaikan", "legal_name": null, "aliases": [], "website": "https://www.kaikan.co.jp", "canonical_domain": "kaikan.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "9701", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2567 +{"wikidata_id": "Q11526565", "display_name": "Totenko", "legal_name": null, "aliases": ["Totenko Co.", "Ltd."], "website": "https://www.totenko.co.jp", "canonical_domain": "totenko.co.jp", "country": "JP", "hq_city": "Ikenohata", "hq_region": "Taitō-ku", "lat": 35.71404, "lon": 139.76702, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "8181", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2568 +{"wikidata_id": "Q11554379", "display_name": "Yuken Kogyo", "legal_name": null, "aliases": [], "website": "https://www.yukeneurope.com", "canonical_domain": "yukeneurope.com", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["technology"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "6393", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese advanced manufacturing and hydraulic technology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2569 +{"wikidata_id": "Q11559719", "display_name": "Yodoko", "legal_name": "株式会社淀川製鋼所", "aliases": ["Yodogawa Steel Works"], "website": "https://www.yodoko.co.jp", "canonical_domain": "yodoko.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68296, "lon": 135.50021, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "5451", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yodogawa_Steel_Works_Logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2570 +{"wikidata_id": "Q11582449", "display_name": "Sotetsu Holdings", "legal_name": "Sotetsu Holdings, Inc.", "aliases": ["Inc."], "website": "https://www.sotetsu.co.jp", "canonical_domain": "sotetsu.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "9003", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2571 +{"wikidata_id": "Q11585294", "display_name": "Ishihara Sangyo Kaisha", "legal_name": null, "aliases": [], "website": "https://www.iskweb.co.jp", "canonical_domain": "iskweb.co.jp", "country": "JP", "hq_city": "Nishi-ku", "hq_region": "Osaka", "lat": 34.67639, "lon": 135.48611, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "4028", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ISK.svg", "description": "chemical company in Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2572 +{"wikidata_id": "Q11585482", "display_name": "Ishizuka Glass Company", "legal_name": null, "aliases": ["Ishizuka Glass Co.", "Ltd."], "website": "https://www.ishizuka.co.jp", "canonical_domain": "ishizuka.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "5204", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2573 +{"wikidata_id": "Q11590183", "display_name": "Kobe Bussan", "legal_name": null, "aliases": ["Kobe Cook"], "website": "https://www.kobebussan.co.jp", "canonical_domain": "kobebussan.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "3038", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company; operator of the Gyomu Super supermarket chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2574 +{"wikidata_id": "Q11594557", "display_name": "Shuei Yobiko", "legal_name": null, "aliases": ["SHUEI YOBIKO Co.", "Ltd."], "website": "https://www.shuei-yobiko.co.jp", "canonical_domain": "shuei-yobiko.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["education"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "4678", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SHUEI_YOBIKO_Co.%2C_Ltd._logo.png", "description": "Japanese chain of cram schools/preparatory schools", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2575 +{"wikidata_id": "Q11596979", "display_name": "Inaba Seisakusho", "legal_name": null, "aliases": [], "website": "https://www.inaba-ss.co.jp", "canonical_domain": "inaba-ss.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "3421", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2576 +{"wikidata_id": "Q11605066", "display_name": "Kibun Foods", "legal_name": null, "aliases": ["KIBUN FOODS INC."], "website": "https://www.kibun.co.jp", "canonical_domain": "kibun.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "2933", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2577 +{"wikidata_id": "Q116140537", "display_name": "Sunflower Pharmaceutical Group", "legal_name": null, "aliases": [], "website": "https://www.kuihuayaoye.com", "canonical_domain": "kuihuayaoye.com", "country": "CN", "hq_city": "Harbin", "hq_region": "Heilongjiang", "lat": 45.75, "lon": 126.63333, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "002737", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Pharmaceutical company in China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2578 +{"wikidata_id": "Q11623692", "display_name": "Fujishoji", "legal_name": null, "aliases": ["Fuji Shōji"], "website": "https://www.fujimarukun.co.jp", "canonical_domain": "fujimarukun.co.jp", "country": "JP", "hq_city": null, "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "6257", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2579 +{"wikidata_id": "Q11624896", "display_name": "Fujita Kanko", "legal_name": "Fujita Kanko Inc.", "aliases": ["FUJITA KANKO INC."], "website": "https://www.fujita-kanko.co.jp", "canonical_domain": "fujita-kanko.co.jp", "country": "JP", "hq_city": "Bunkyō-ku", "hq_region": "Tokyo", "lat": 35.708, "lon": 139.75225, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "9722", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2580 +{"wikidata_id": "Q116251274", "display_name": "Rainbow Digital Commercial", "legal_name": null, "aliases": [], "website": "https://www.rainbow.cn", "canonical_domain": "rainbow.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology", "retail"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "002419", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Retail company in China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2581 +{"wikidata_id": "Q11634006", "display_name": "Toyoda Gosei", "legal_name": null, "aliases": ["Toyoda Gosei Co.", "Ltd.", "Toyota Gosei"], "website": "https://www.toyoda-gosei.co.jp", "canonical_domain": "toyoda-gosei.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7282", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyoda_Gosei_Logo.png", "description": "Manufacturer of automotive components", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2582 +{"wikidata_id": "Q11640144", "display_name": "Shingakukai", "legal_name": null, "aliases": [], "website": "https://www.shingakukai.co.jp", "canonical_domain": "shingakukai.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "9760", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2583 +{"wikidata_id": "Q11649448", "display_name": "Suzumo Machinery", "legal_name": null, "aliases": [], "website": "https://www.suzumo.co.jp", "canonical_domain": "suzumo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "6405", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2584 +{"wikidata_id": "Q11649991", "display_name": "Ginza Renoir", "legal_name": null, "aliases": [], "website": "https://www.ginza-renoir.co.jp", "canonical_domain": "ginza-renoir.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "9853", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese Kissaten (tearoom and restaurant) company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2585 +{"wikidata_id": "Q11650214", "display_name": "Choushimaru", "legal_name": null, "aliases": ["Choushimaru Co.", "Ltd."], "website": "https://www.choushimaru.co.jp", "canonical_domain": "choushimaru.co.jp", "country": "JP", "hq_city": "Mihama-ku", "hq_region": "Chiba", "lat": 35.64028, "lon": 140.06306, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "3075", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese conveyor belt sushi restaurant chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2586 +{"wikidata_id": "Q11652976", "display_name": "Chofu Seisakusho", "legal_name": null, "aliases": ["Chofu Seisakusho.", "Ltd."], "website": "https://www.chofu.co.jp", "canonical_domain": "chofu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "5946", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2587 +{"wikidata_id": "Q11665764", "display_name": "Tobishima Corporation", "legal_name": null, "aliases": ["Tobishima Holdings"], "website": "https://www.tobishima.co.jp", "canonical_domain": "tobishima.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "256A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2588 +{"wikidata_id": "Q117771860", "display_name": "Digiwin Software", "legal_name": "鼎捷数智股份有限公司", "aliases": ["Digiwin Software Co.", "Ltd."], "website": "https://www.digiwin.com", "canonical_domain": "digiwin.com", "country": "CN", "hq_city": "Jing'an District", "hq_region": "Shanghai", "lat": 31.2295, "lon": 121.4427, "industries": ["software"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "300378", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2589 +{"wikidata_id": "Q119658423", "display_name": "SOLIZE Holdings", "legal_name": null, "aliases": [], "website": "https://www.solize.com", "canonical_domain": "solize.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "5871", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2590 +{"wikidata_id": "Q119659281", "display_name": "SFP", "legal_name": null, "aliases": ["SFP Holdings", "SFP Holdings Co."], "website": "https://sfpdining.jp", "canonical_domain": "sfpdining.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3198", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2591 +{"wikidata_id": "Q121001340", "display_name": "Noah Holdings", "legal_name": null, "aliases": [], "website": "https://noahgroup.com", "canonical_domain": "noahgroup.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NOAH", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Noah_Holdings.png", "description": "Chinese Wealth Management Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2592 +{"wikidata_id": "Q121092186", "display_name": "GMM Music", "legal_name": "บริษัท จีเอ็มเอ็ม มิวสิค จำกัด (มหาชน)", "aliases": ["GMM", "G″MM′ Music", "G″MM′ MUSIC", "GMM MUSIC", "GMM Music Co.", "Ltd.", "GMM MUSIC Co.", "Ltd."], "website": "https://www.gmmmusic.com", "canonical_domain": "gmmmusic.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2023, "employees": null, "public_company": true, "ticker": "GMM", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4923294", "name": "GMM Grammy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GMM_MUSIC_Logo_2024.svg", "description": "Thai record company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2593 +{"wikidata_id": "Q12188907", "display_name": "Saudia Dairy and Foodstuff Co.", "legal_name": "الشركة السعودية لمنتجات الألبان والأغذية", "aliases": ["SADAFCO"], "website": "https://www.sadafco.com", "canonical_domain": "sadafco.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "2270", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2594 +{"wikidata_id": "Q12199341", "display_name": "Bank Aljazira", "legal_name": "بنك الجزيرة", "aliases": [], "website": "https://www.bankaljazira.com", "canonical_domain": "bankaljazira.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "1020", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian financial group", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2595 +{"wikidata_id": "Q122789916", "display_name": "Miss Grand International (company)", "legal_name": "บริษัท มิสแกรนด์ อินเตอร์เนชั่นแนล จำกัด (มหาชน)", "aliases": ["MGI", "Miss Grand", "Miss Grand International Public Co.", "Ltd.", "Miss Grand International Public Company Limited"], "website": "https://missgrand.com", "canonical_domain": "missgrand.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["entertainment"], "industry_labels": ["commerce", "entertainment industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "MGI", "exchange": "Market For Alternative Investment", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai conglomerate", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2596 +{"wikidata_id": "Q123224152", "display_name": "Taiwan Tea Corporation", "legal_name": "台灣農林股份有限公司", "aliases": ["TTC"], "website": "https://www.ttch.com.tw", "canonical_domain": "ttch.com.tw", "country": "TW", "hq_city": "Kouhu Township", "hq_region": "Yunlin County", "lat": 23.5763, "lon": 120.173, "industries": ["real-estate"], "industry_labels": ["factory", "merchant", "land development"], "founded_year": 1899, "employees": null, "public_company": true, "ticker": "2913", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Corporation group in Taiwan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2597 +{"wikidata_id": "Q12409964", "display_name": "Israel Natural Gas Lines Company Ltd.", "legal_name": "נתיבי הגז הטבעי לישראל בע''מ", "aliases": ["INGL"], "website": "https://www.ingl.co.il", "canonical_domain": "ingl.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["oil-gas"], "industry_labels": ["natural gas"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "INGL", "exchange": "Tel Aviv Stock Exchange", "lei": "549300S140E7NK1NGZ65", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2598 +{"wikidata_id": "Q12411455", "display_name": "Ratio Energies - Limited Partnership", "legal_name": "רציו אנרגיות-שותפות מוגבלת", "aliases": [], "website": "https://www.ratioil.com", "canonical_domain": "ratioil.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "RATI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2599 +{"wikidata_id": "Q12474468", "display_name": "Bank IBK Indonesia", "legal_name": "PT Bank IBK Indonesia Tbk.", "aliases": ["AGRS"], "website": "https://www.ibk.co.id", "canonical_domain": "ibk.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AGRS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483855", "name": "Industrial Bank of Korea"}, "logo_url": null, "description": "South Korean company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2600 +{"wikidata_id": "Q12474471", "display_name": "Bank Jago", "legal_name": "PT Bank Artos Indonesia Tbk", "aliases": ["ARTO", "Bank Artos Indonesia", "PT Bank Jago Tbk."], "website": "https://www.jago.com", "canonical_domain": "jago.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ARTO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Jago_2026.svg", "description": "Indonesian bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2601 +{"wikidata_id": "Q12474472", "display_name": "BJB Bank", "legal_name": "Bank Pembangunan Daerah Jawa Barat dan Banten Tbk", "aliases": ["Bank Pembangunan Daerah Jawa Barat dan Banten", "BJBR"], "website": "https://bankbjb.co.id", "canonical_domain": "bankbjb.co.id", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BJBR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public banking company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2602 +{"wikidata_id": "Q12474503", "display_name": "Bank Mayapada Internasional", "legal_name": "PT Bank Mayapada Internasional Tbk", "aliases": ["MAYA"], "website": "https://www.bankmayapada.com", "canonical_domain": "bankmayapada.com", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MAYA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2603 +{"wikidata_id": "Q12474535", "display_name": "Bank SMBC Indonesia", "legal_name": "PT Bank SMBC Indonesia Tbk", "aliases": ["SMBC"], "website": "https://www.smbci.com", "canonical_domain": "smbci.com", "country": "ID", "hq_city": "SMBC Tower", "hq_region": "Jakarta", "lat": -6.22835, "lon": 106.82361, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "BTPN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2660418", "name": "Sumitomo Mitsui Banking Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SMBC_Indonesia_logo.svg", "description": "Japanese company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2604 +{"wikidata_id": "Q12525499", "display_name": "Zyrexindo Mandiri Buana", "legal_name": "Zyrexindo Mandiri Buana Tbk", "aliases": ["PT Zyrexindo Mandiri Buana Tbk", "ZYRX"], "website": "https://zyrex.com", "canonical_domain": "zyrex.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ZYRX", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian public company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2605 +{"wikidata_id": "Q125490175", "display_name": "Uzbek Industrial and Construction Bank", "legal_name": null, "aliases": ["SQB Bank", "Uzpromstroybank"], "website": "https://www.sqb.uz", "canonical_domain": "sqb.uz", "country": "UZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SQBN", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Uzbek bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2606 +{"wikidata_id": "Q12580758", "display_name": "BGF Retail", "legal_name": "BGF Retail Co., Ltd.", "aliases": [], "website": "https://www.bgfretail.com", "canonical_domain": "bgfretail.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": ["convenience store"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "282330", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55726624", "name": null}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2607 +{"wikidata_id": "Q12584983", "display_name": "Kwang Dong Pharmaceutical", "legal_name": "Kwang Dong Pharmaceutical Co., Ltd.", "aliases": ["Kwangdong Pharmaceutical"], "website": "https://www.ekdp.com", "canonical_domain": "ekdp.com", "country": "KR", "hq_city": "Gwacheon", "hq_region": "Gyeonggi Province", "lat": 37.42889, "lon": 126.98917, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "009290", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Seoul, South Korea", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2608 +{"wikidata_id": "Q12589926", "display_name": "Namyang Dairy Products", "legal_name": "Namyang Dairy Products Co., Ltd.", "aliases": [], "website": "https://www.namyangi.com", "canonical_domain": "namyangi.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "003920", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean food and dairy corporation", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2609 +{"wikidata_id": "Q12591553", "display_name": "Daesang", "legal_name": "Daesang Corporation", "aliases": [], "website": "https://www.daesang.com", "canonical_domain": "daesang.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "001680", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18566460", "name": "Daesang Holdings"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2610 +{"wikidata_id": "Q125946434", "display_name": "GalaxyCore", "legal_name": null, "aliases": [], "website": "https://www.gcoreinc.com", "canonical_domain": "gcoreinc.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "688728", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2611 +{"wikidata_id": "Q12613726", "display_name": "Il-Yang Pharmaceutical (South Korea)", "legal_name": "일양약품 주식회사", "aliases": [], "website": "https://www.ilyang.co.kr", "canonical_domain": "ilyang.co.kr", "country": "KR", "hq_city": "Yongin", "hq_region": "Gyeonggi Province", "lat": 37.23611, "lon": 127.20111, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "007570", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Seoul, South Korea", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2612 +{"wikidata_id": "Q12617231", "display_name": "Chong Kun Dang", "legal_name": "Chong Kun Dang Pharmaceutical Corp.", "aliases": ["Chong Kun Dang Group", "CKD Healthcare", "CKD Pharm"], "website": "https://www.ckdpharm.com", "canonical_domain": "ckdpharm.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "185750", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56583282", "name": "Chong Kun Dang Holdings"}, "logo_url": null, "description": "S. Korean Pharma Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2613 +{"wikidata_id": "Q129240280", "display_name": "Blitzway Entertainment Co., Ltd.", "legal_name": "Blitzway Entertainment Co., Ltd.", "aliases": [], "website": "https://blitzway.com", "canonical_domain": "blitzway.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "369370", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2614 +{"wikidata_id": "Q13014323", "display_name": "Ch. Karnchang", "legal_name": null, "aliases": ["Ch. Karnchang Public Co.", "Ltd.", "Ch. Karnchang Public Company Limited"], "website": "https://www.ch-karnchang.co.th", "canonical_domain": "ch-karnchang.co.th", "country": "TH", "hq_city": "Ratchadaphisek", "hq_region": "Din Daeng", "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "CK", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company of Thailand", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2615 +{"wikidata_id": "Q13018701", "display_name": "Matichon", "legal_name": null, "aliases": ["Matichon PCL", "Matichon Public Company Limited", "Matichon Public Co.", "Ltd."], "website": "https://www.matichon.co.th", "canonical_domain": "matichon.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["media"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "MATI", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publishing company in Thailand", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2616 +{"wikidata_id": "Q13027570", "display_name": "HomePro", "legal_name": null, "aliases": ["Home Product Center Public Company Limited", "Home Product Center", "Home Product Center Public Co.", "Ltd."], "website": "https://www.homepro.co.th", "canonical_domain": "homepro.co.th", "country": "TH", "hq_city": "Nonthaburi", "hq_region": "Mueang Nonthaburi", "lat": 13.86667, "lon": 100.51667, "industries": ["retail"], "industry_labels": ["retail", "hardware store"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "HMPRO", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HomePro_Logo.svg", "description": "Thai home improvement retailing company in Thailand and Malaysia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2617 +{"wikidata_id": "Q13096359", "display_name": "Pyridam Farma", "legal_name": "Pyridam Farma Tbk", "aliases": ["PYFA"], "website": "https://www.pyridam.com", "canonical_domain": "pyridam.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PYFA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2618 +{"wikidata_id": "Q131188163", "display_name": "SK Square", "legal_name": null, "aliases": [], "website": "https://www.sksquare.com", "canonical_domain": "sksquare.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "402340", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2619 +{"wikidata_id": "Q13186934", "display_name": "Citizens Bank International", "legal_name": null, "aliases": ["Citizens Bank", "Citizens Bank International Limited", "Citizens Bank International Ltd"], "website": "https://www.ctznbank.com", "canonical_domain": "ctznbank.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "commercial banking industry", "financial sector"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "CZBIL", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nepal commercial bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2620 +{"wikidata_id": "Q1341174", "display_name": "Energi Mega Persada", "legal_name": "Energi Mega Persada Tbk", "aliases": ["ENRG"], "website": "https://www.energi-mp.com", "canonical_domain": "energi-mp.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["mining", "oil-gas"], "industry_labels": ["mining", "petroleum industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "ENRG", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2621 +{"wikidata_id": "Q134603949", "display_name": "Yinson Holdings", "legal_name": null, "aliases": ["Yinson", "Yinson Holdings Berhad", "Yinson Holdings Bhd."], "website": "https://www.yinson.com.my", "canonical_domain": "yinson.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["energy sector"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "7293", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian multinational conglomerate", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2622 +{"wikidata_id": "Q13643691", "display_name": "Lingbao Gold", "legal_name": null, "aliases": [], "website": "https://www.lbgold.com", "canonical_domain": "lbgold.com", "country": "CN", "hq_city": "Lingbao City", "hq_region": "Sanmenxia", "lat": 34.52212, "lon": 110.87856, "industries": ["mining"], "industry_labels": ["gold mining"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3330", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "gold mining company headquartered in Lingbao City", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2623 +{"wikidata_id": "Q136917918", "display_name": "Archion", "legal_name": null, "aliases": ["ARCHION Corporation", "Archion Corporation"], "website": "https://archion.co.jp", "canonical_domain": "archion.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2025, "employees": null, "public_company": true, "ticker": "543A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Archion_logo.svg", "description": "Japanese car manufacturer holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2624 +{"wikidata_id": "Q1475562", "display_name": "Tsuchiya Holdings", "legal_name": null, "aliases": ["Tsuchiya Co.", "Ltd.", "Tsuchiya Co", "TSUCHIYA HOLDINGS CO.", "LTD."], "website": "https://www.tsuchiya.co.jp", "canonical_domain": "tsuchiya.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "1840", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business and sports club sponsor", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2625 +{"wikidata_id": "Q1491569", "display_name": "Gajah Tunggal", "legal_name": "Gajah Tunggal Tbk", "aliases": ["GJTL"], "website": "https://www.gt-tires.com", "canonical_domain": "gt-tires.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["automotive", "transportation"], "industry_labels": ["automotive industry", "tire", "infrastructure industry"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "GJTL", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2626 +{"wikidata_id": "Q15693256", "display_name": "ite.com.tw", "legal_name": null, "aliases": [], "website": "https://www.ite.com.tw", "canonical_domain": "ite.com.tw", "country": "TW", "hq_city": "Hsinchu Science Park", "hq_region": "Zhubei City", "lat": 24.78, "lon": 121.01361, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "3014", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITE_Tech_logo_20140131.svg", "description": "Taiwanese electronics manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2627 +{"wikidata_id": "Q15815819", "display_name": "Holmes Place International Ltd", "legal_name": "הולמס פלייס אינטרנשיונל בע''מ", "aliases": [], "website": "https://www.holmesplace.co.il", "canonical_domain": "holmesplace.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["healthcare"], "industry_labels": ["sports industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "HLMS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "international fitness center chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2628 +{"wikidata_id": "Q15902893", "display_name": "Qiaqia Food", "legal_name": null, "aliases": [], "website": "https://www.qiaqiafood.com", "canonical_domain": "qiaqiafood.com", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "002557", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2629 +{"wikidata_id": "Q15903262", "display_name": "Sanquan Food", "legal_name": null, "aliases": [], "website": "https://www.sanquan.com", "canonical_domain": "sanquan.com", "country": "CN", "hq_city": "Huiji District", "hq_region": "Zhengzhou", "lat": 34.86846, "lon": 113.61089, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "002216", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2630 +{"wikidata_id": "Q15910607", "display_name": "Huan&Rui Century Pictures", "legal_name": null, "aliases": ["H&R Century", "H&R Century Pictures", "H&R CENTURY UNION CORPORATION"], "website": "https://www.hrcp.cn", "canonical_domain": "hrcp.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "000892", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2631 +{"wikidata_id": "Q15911728", "display_name": "Zhou Hei Ya", "legal_name": null, "aliases": ["Zhouheiya"], "website": "https://www.zhouheiya.cn", "canonical_domain": "zhouheiya.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "1458", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "food store chain from China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2632 +{"wikidata_id": "Q15912192", "display_name": "E.Sun Financial Holding Company", "legal_name": null, "aliases": ["E.SUN Financial Holding Co.", "Ltd."], "website": "https://www.esunfhc.com", "canonical_domain": "esunfhc.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2884", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2633 +{"wikidata_id": "Q15916325", "display_name": "Cashbox Partyworld", "legal_name": null, "aliases": [], "website": "https://www.cashboxparty.com", "canonical_domain": "cashboxparty.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "8359", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2634 +{"wikidata_id": "Q15916333", "display_name": "Shenghe Resources", "legal_name": null, "aliases": ["Shenghe Resources Holding Co.", "Ltd"], "website": "https://www.shengheholding.com", "canonical_domain": "shengheholding.com", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": null, "employees": null, "public_company": true, "ticker": "600392", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese partly state-owned rare earths mining and processing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2635 +{"wikidata_id": "Q15919901", "display_name": "First Financial Holding", "legal_name": null, "aliases": ["First Financial Holding Co.", "Ltd."], "website": "https://www.firstholding.com.tw", "canonical_domain": "firstholding.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "2892", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2636 +{"wikidata_id": "Q15921571", "display_name": "Lungyen", "legal_name": null, "aliases": ["Lungyen Group"], "website": "https://www.lungyengroup.com.tw", "canonical_domain": "lungyengroup.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "5530", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2637 +{"wikidata_id": "Q15924536", "display_name": "Chuang's Consortium", "legal_name": null, "aliases": ["Chuang's Consortium International (China)"], "website": "https://www.chuangs-consortium.com", "canonical_domain": "chuangs-consortium.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "0367", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Hong Kong, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2638 +{"wikidata_id": "Q15925949", "display_name": "Bank of Zhengzhou", "legal_name": null, "aliases": [], "website": "https://www.zzbank.cn", "canonical_domain": "zzbank.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "6196", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "(Zhengzhou Bank) is a Chinese commercial bank based in Zhengzhou, Henan Province", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2639 +{"wikidata_id": "Q15929628", "display_name": "Hainan Meilan International Airport Company Limited", "legal_name": null, "aliases": ["Hainan Meilan International Airport", "HNA Infra", "HNA Infrastructure", "HNA Infrastructure Co.", "Ltd.", "HNA Infrastructure Company Limited", "Regal International Airport Group"], "website": "https://www.mlairport.com", "canonical_domain": "mlairport.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "357", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese listed company, airport operator", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2640 +{"wikidata_id": "Q15931391", "display_name": "Huaneng Renewables", "legal_name": null, "aliases": [], "website": "https://www.hnr.com.cn", "canonical_domain": "hnr.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["renewables"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "0958", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q842509", "name": "China Huaneng Group Co., Ltd."}, "logo_url": null, "description": "Chinese wind power company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2641 +{"wikidata_id": "Q15932400", "display_name": "Gemdale Group", "legal_name": null, "aliases": [], "website": "https://www.gemdale.com", "canonical_domain": "gemdale.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "600383", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate company based in Shenzhen", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2642 +{"wikidata_id": "Q15942781", "display_name": "Fiyta", "legal_name": null, "aliases": [], "website": "https://www.fiytagroup.com", "canonical_domain": "fiytagroup.com", "country": "CN", "hq_city": "Nanshan District", "hq_region": "Shenzhen", "lat": 22.50161, "lon": 113.90781, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "000026", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "watch manufacturer based in Shenzhen, Guangdong, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2643 +{"wikidata_id": "Q15944480", "display_name": "Adisseo", "legal_name": null, "aliases": ["Bluestar Adisseo Company"], "website": "https://www.adisseo.com", "canonical_domain": "adisseo.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "600299", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10874098", "name": "China Bluestar"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Adisseo_logo.jpg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2644 +{"wikidata_id": "Q15954067", "display_name": "Huangshanghuang", "legal_name": null, "aliases": [], "website": "https://www.hsh.com.cn", "canonical_domain": "hsh.com.cn", "country": "CN", "hq_city": null, "hq_region": "Nanchang County", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "002695", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "food store chain in China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2645 +{"wikidata_id": "Q16130352", "display_name": "Dor Alon Energy In Israel (1988) Ltd", "legal_name": "דור אלון אנרגיה בישראל (1988) בע''מ", "aliases": ["Doralon"], "website": "https://www.doralon.co.il", "canonical_domain": "doralon.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "DRAL", "exchange": "Tel Aviv Stock Exchange", "lei": "9845000EEC9BF5N06482", "sec_cik": null, "parent": null, "logo_url": null, "description": "fuel station chain in Israel", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2646 +{"wikidata_id": "Q16143436", "display_name": "House Foods Group", "legal_name": null, "aliases": ["HOUSE FOODS GROUP INC."], "website": "https://housefoods-group.com", "canonical_domain": "housefoods-group.com", "country": "JP", "hq_city": "Higashiōsaka-shi", "hq_region": "Osaka Prefecture", "lat": 34.67936, "lon": 135.60089, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "2810", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/House_Foods_company_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2647 +{"wikidata_id": "Q16166221", "display_name": "Lotte Fine Chemical", "legal_name": null, "aliases": ["LFC", "Lotte Fine Chemical (South Korea)", "Samsung Fine Chemicals"], "website": "https://www.lottefinechem.com", "canonical_domain": "lottefinechem.com", "country": "KR", "hq_city": "Ulsan", "hq_region": "South Gyeongsang", "lat": 35.53028, "lon": 129.36129, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "A004000", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2648 +{"wikidata_id": "Q16173387", "display_name": "Hanwha Corporation", "legal_name": null, "aliases": [], "website": "https://www.hanwhacorp.co.kr", "canonical_domain": "hanwhacorp.co.kr", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "000880", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q489202", "name": "Hanwha Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_logo.svg", "description": "business holding company that oversees Hanwha Group", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2649 +{"wikidata_id": "Q16245318", "display_name": "Batm Advanced Communications Ltd", "legal_name": "באטמ תקשורת מתקדמת בע''מ", "aliases": [], "website": "https://www.batm.com", "canonical_domain": "batm.com", "country": "IL", "hq_city": "Hod HaSharon", "hq_region": "Central District", "lat": 32.15, "lon": 34.88333, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "BVC", "exchange": "Tel Aviv Stock Exchange", "lei": "213800FLQUB9J289RU66", "sec_cik": null, "parent": null, "logo_url": null, "description": "technology company listed on the London stock exchange and part of the techMARK 100 index", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2650 +{"wikidata_id": "Q16304243", "display_name": "CP Axtra", "legal_name": null, "aliases": ["CP Axtra Public Company Limited", "CPAXT", "Siam Makro", "Siam Makro Public Company Limited", "Siam Makro Co.", "Ltd.", "Siam Makro Pcl.", "Cp Axtra"], "website": "https://www.cpaxtra.com", "canonical_domain": "cpaxtra.com", "country": "TH", "hq_city": "Phatthanakan", "hq_region": "Suan Luang", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "CPAXT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5013767", "name": "CP ALL"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CP_Axtra_Logo.svg", "description": "Thai wholesale and food retailer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2651 +{"wikidata_id": "Q16306236", "display_name": "TV Thunder", "legal_name": null, "aliases": ["TV Thunder Company Limited", "TV Thunder Public Company Limited", "Tv Thunder", "Tv Thunder Public Company Limited"], "website": "https://www.tvthunder.co.th", "canonical_domain": "tvthunder.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "TVT", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai television production company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2652 +{"wikidata_id": "Q16338537", "display_name": "Enlight Renewable Energy Ltd.", "legal_name": "אנלייט אנרגיה מתחדשת בע''מ", "aliases": [], "website": "https://www.enlightenergy.co.il", "canonical_domain": "enlightenergy.co.il", "country": "IL", "hq_city": "Rosh HaAyin", "hq_region": "Petah Tikva (sub-district)", "lat": 32.08333, "lon": 34.95, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "ENLT", "exchange": "Tel Aviv Stock Exchange", "lei": "984500HF6A99N758F734", "sec_cik": "1922641", "parent": null, "logo_url": null, "description": "Israeli energy company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2653 +{"wikidata_id": "Q16485533", "display_name": "Pan Pacific International Holdings Corporation", "legal_name": "株式会社パン・パシフィック・インターナショナルホールディングス", "aliases": ["Don Quijote Holdings", "Don Quijote Holdings Co.", "Ltd.", "PPIH"], "website": "https://ppih.co.jp", "canonical_domain": "ppih.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7532", "exchange": "Tokyo Stock Exchange", "lei": "529900QLHJM2E18A5763", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PPIH_logo.svg", "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2654 +{"wikidata_id": "Q16510360", "display_name": "Hua Nan Financial Holdings", "legal_name": null, "aliases": ["HNFHC", "Hua Nan Financial Holdings Co.", "Ltd."], "website": "https://www.hnfhc.com.tw", "canonical_domain": "hnfhc.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "2880", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese financial holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2655 +{"wikidata_id": "Q16844020", "display_name": "Hitit Computer Services", "legal_name": null, "aliases": ["Hitit Bilgisayar Hizmetleri A.S.", "Hitit CS", "HititCS"], "website": "https://www.hititcs.com", "canonical_domain": "hititcs.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines", "travel"], "industry_labels": ["airline", "tourism"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "HTTBT", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Airline and travel IT software & solutions provider", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2656 +{"wikidata_id": "Q16929006", "display_name": "Southeast Cement Corporation", "legal_name": null, "aliases": ["Southeast Cement"], "website": "https://www.southeastcement.com.tw", "canonical_domain": "southeastcement.com.tw", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["construction"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "1110", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2657 +{"wikidata_id": "Q17005842", "display_name": "Matomy Media", "legal_name": "מטומי מדיה גרופ בע\"מ", "aliases": ["Matomy Media Group Ltd"], "website": "https://www.matomy.com", "canonical_domain": "matomy.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "MTMY", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publicly traded company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2658 +{"wikidata_id": "Q17017035", "display_name": "Salt Trading Corporation", "legal_name": "Salt Trading Corporation", "aliases": [], "website": "https://www.stcnepal.com", "canonical_domain": "stcnepal.com", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["trade"], "founded_year": null, "employees": null, "public_company": true, "ticker": "STC", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2659 +{"wikidata_id": "Q17038496", "display_name": "Jiuquan Steel", "legal_name": null, "aliases": ["JISCO", "Jiuquan Iron & Steel (China)"], "website": "https://www.jiugang.com", "canonical_domain": "jiugang.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": 39.80149, "lon": 98.27887, "industries": ["mining"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "600307", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Jiayuguan City, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2660 +{"wikidata_id": "Q17039418", "display_name": "Guizhou Tyre", "legal_name": null, "aliases": ["GUIZHOU TYRE CO.", "LTD."], "website": "https://www.gztyre.com", "canonical_domain": "gztyre.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000589", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guizhou_Tyre.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2661 +{"wikidata_id": "Q17040811", "display_name": "Mingyuan Medicare Development Company Limited", "legal_name": null, "aliases": ["Mingyuan Medicare", "Shanghai Mingyuan Holdings"], "website": "https://www.mingyuan-hk.com", "canonical_domain": "mingyuan-hk.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "233", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese biotechnology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2662 +{"wikidata_id": "Q17054681", "display_name": "Tsinghua Holdings", "legal_name": null, "aliases": ["Tsinghua Holdings Co.", "LTD."], "website": "https://www.thholding.com.cn", "canonical_domain": "thholding.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "600100", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese State Owned Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2663 +{"wikidata_id": "Q17060278", "display_name": "China Modern Dairy Holdings Ltd.", "legal_name": null, "aliases": [], "website": "https://www.xiandaimuye.com", "canonical_domain": "xiandaimuye.com", "country": "HK", "hq_city": "Ma'anshan", "hq_region": "Anhui", "lat": 31.68579, "lon": 118.51008, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "1117", "exchange": "Hong Kong Stock Exchange", "lei": "549300TAELI2JXTKK009", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2664 +{"wikidata_id": "Q17061594", "display_name": "Teamway International Group Holdings Limited", "legal_name": null, "aliases": ["Jin Bao Bao Holdings Limited"], "website": "https://www.teamwaygroup.com", "canonical_domain": "teamwaygroup.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["materials"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "1239", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese packaging company headquartered in Hong Kong", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2665 +{"wikidata_id": "Q17063030", "display_name": "SFCE", "legal_name": null, "aliases": ["Shunfeng International Clean Energy", "Shunfeng International Clean Energy Ltd."], "website": "https://www.sf-pv.com", "canonical_domain": "sf-pv.com", "country": "CN", "hq_city": "Wuxi", "hq_region": "Jiangsu", "lat": 31.56667, "lon": 120.28333, "industries": ["renewables"], "industry_labels": ["photovoltaics"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "1165", "exchange": "Hong Kong Stock Exchange", "lei": "529900IYLCAGSW3WSO86", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SFCE.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2666 +{"wikidata_id": "Q17068403", "display_name": "C. Mer Industries Ltd.", "legal_name": "ח.מר תעשיות בע''מ", "aliases": [], "website": "https://www.mer-group.com", "canonical_domain": "mer-group.com", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "CMER", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2667 +{"wikidata_id": "Q17073724", "display_name": "Richard Pieris & Company PLC", "legal_name": null, "aliases": [], "website": "https://www.arpico.com", "canonical_domain": "arpico.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RICH.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "one of Sri Lanka's largest conglomerates", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2668 +{"wikidata_id": "Q17125479", "display_name": "Taiyuan Heavy", "legal_name": null, "aliases": [], "website": "https://www.tz.com.cn", "canonical_domain": "tz.com.cn", "country": "CN", "hq_city": "Taiyuan", "hq_region": "Shanxi", "lat": 37.87326, "lon": 112.54245, "industries": ["construction", "industrial-machinery"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "600169", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese construction equipment manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2669 +{"wikidata_id": "Q17164056", "display_name": "Hailun Piano Co.,Ltd.", "legal_name": null, "aliases": [], "website": "https://www.hailunpiano.com", "canonical_domain": "hailunpiano.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "300329", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2670 +{"wikidata_id": "Q17192255", "display_name": "Alpha Corporation", "legal_name": null, "aliases": [], "website": "https://www.kk-alpha.com", "canonical_domain": "kk-alpha.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "3434", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alpha_%28lock_manufacturer%29_logo.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2671 +{"wikidata_id": "Q17192301", "display_name": "Altech", "legal_name": null, "aliases": [], "website": "https://www.alpsgiken.co.jp", "canonical_domain": "alpsgiken.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["professional-services"], "industry_labels": ["Dispatched labor"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "4641", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2672 +{"wikidata_id": "Q17192331", "display_name": "Alpen", "legal_name": "Alpen Co., Ltd.", "aliases": ["SPORTS DEPO", "Alpan", "Alpen Co.", "Ltd."], "website": "https://www.alpen-group.jp", "canonical_domain": "alpen-group.jp", "country": "JP", "hq_city": "Alpen Marunouchi Tower", "hq_region": "Naka-ku", "lat": 35.29966, "lon": 137.50322, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "3028", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2673 +{"wikidata_id": "Q17193392", "display_name": "Inageya", "legal_name": null, "aliases": [], "website": "https://www.inageya.co.jp", "canonical_domain": "inageya.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8182", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21019840", "name": "United Super Markets Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Inageya_Co._logo.svg", "description": "supermarket chain in Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2674 +{"wikidata_id": "Q17199570", "display_name": "TV Asahi Holdings", "legal_name": "TV Asahi Holdings Corporation", "aliases": ["EX Holdings", "TV Asahi HD"], "website": "https://www.tv-asahihd.co.jp", "canonical_domain": "tv-asahihd.co.jp", "country": "JP", "hq_city": "Roppongi Hills", "hq_region": "Roppongi", "lat": 35.66, "lon": 139.73, "industries": ["media"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "9409", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TV_Asahi_HD_logo.svg", "description": "Broadcasting holding companies", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2675 +{"wikidata_id": "Q17212489", "display_name": "Nitori Holdings", "legal_name": "Nitori Holdings Co., Ltd.", "aliases": ["Nitori Holdings Co.", "Ltd."], "website": "https://www.nitorihd.co.jp", "canonical_domain": "nitorihd.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Sapporo", "lat": 43.09083, "lon": 141.34083, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9843", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1801729", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NITORI_Logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1801729", "enriched_at": "2026-09-13T07:23:28+00:00"}}
2676 +{"wikidata_id": "Q17212508", "display_name": "Shinobu Foods Products", "legal_name": null, "aliases": [], "website": "https://www.shinobufoods.co.jp", "canonical_domain": "shinobufoods.co.jp", "country": "JP", "hq_city": "Nishiyodogawa-ku", "hq_region": "Osaka", "lat": 34.71694, "lon": 135.45639, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "2903", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2677 +{"wikidata_id": "Q17213086", "display_name": "Mitsuuroko Group Holdings", "legal_name": null, "aliases": [], "website": "https://www.mitsuuroko.com", "canonical_domain": "mitsuuroko.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "8131", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsuuroko_hd_logo.svg", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2678 +{"wikidata_id": "Q17224765", "display_name": "Yamaya Corporation", "legal_name": null, "aliases": [], "website": "https://www.yamaya.jp", "canonical_domain": "yamaya.jp", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "9994", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese alcoholic beverages retail chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2679 +{"wikidata_id": "Q17228540", "display_name": "Daishinku Corp.", "legal_name": null, "aliases": ["KDS", "Daishinku Corporation"], "website": "https://www.kds.info", "canonical_domain": "kds.info", "country": "JP", "hq_city": "Kakogawa", "hq_region": "Hyōgo Prefecture", "lat": 34.75692, "lon": 134.84128, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "6962", "exchange": "Tokyo Stock Exchange", "lei": "353800IDGT2PF2R2EL93", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KDS_Daishinku_Corporation_Logo.svg", "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2680 +{"wikidata_id": "Q17229636", "display_name": "Nippon Chemical Industrial", "legal_name": null, "aliases": [], "website": "https://www.nippon-chem.co.jp", "canonical_domain": "nippon-chem.co.jp", "country": "JP", "hq_city": "Kameido", "hq_region": "Kōtō", "lat": 35.69756, "lon": 139.82626, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1915, "employees": null, "public_company": true, "ticker": "4092", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2681 +{"wikidata_id": "Q1723686", "display_name": "Kanefusa Corporation", "legal_name": null, "aliases": [], "website": "https://www.kanefusa.co.jp", "canonical_domain": "kanefusa.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "5984", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2682 +{"wikidata_id": "Q17499083", "display_name": "58.com", "legal_name": null, "aliases": ["58.Com Inc"], "website": "https://www.58.com", "canonical_domain": "58.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "WUBA", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese website", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2683 +{"wikidata_id": "Q18109568", "display_name": "Juneyao Group", "legal_name": null, "aliases": ["Shanghai Junyao Group Co.", "Ltd"], "website": "https://www.juneyao.com", "canonical_domain": "juneyao.com", "country": "CN", "hq_city": "Wenzhou", "hq_region": "Zhejiang", "lat": 27.99913, "lon": 120.65608, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "600327", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2684 +{"wikidata_id": "Q18192158", "display_name": "Plasto-cargal Group Ltd", "legal_name": "קבוצת פלסטו-קרגל בע''מ", "aliases": [], "website": "https://www.cargal.co.il", "canonical_domain": "cargal.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "PLCR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2685 +{"wikidata_id": "Q18210567", "display_name": "Eagle High Plantations", "legal_name": "Eagle High Plantations Tbk", "aliases": ["BWPT"], "website": "https://www.eaglehighplantations.com", "canonical_domain": "eaglehighplantations.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BWPT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Palmoil company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2686 +{"wikidata_id": "Q18336741", "display_name": "Kaitori Okoku", "legal_name": null, "aliases": [], "website": "https://www.okoku.jp", "canonical_domain": "okoku.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3181", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese second-hand store chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2687 +{"wikidata_id": "Q18339307", "display_name": "Voltage", "legal_name": null, "aliases": [], "website": "https://www.voltage.co.jp", "canonical_domain": "voltage.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": ["visual novel"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3639", "exchange": "Tokyo Stock Exchange", "lei": "549300V8A1NVJ1JW5748", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2688 +{"wikidata_id": "Q18381421", "display_name": "KISCO", "legal_name": "KISCO", "aliases": ["Korea Steel"], "website": "https://www.kisco.co.kr", "canonical_domain": "kisco.co.kr", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "104700", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131188458", "name": "KISCO Holdings"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2689 +{"wikidata_id": "Q18456913", "display_name": "Uzabase", "legal_name": null, "aliases": ["Uzabase Inc", "Inc."], "website": "https://www.uzabase.com", "canonical_domain": "uzabase.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "3966", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2690 +{"wikidata_id": "Q18651903", "display_name": "Huaqiang Group", "legal_name": null, "aliases": ["Shenzhen Huaqiang Jituan", "Grup Shenzhen Huaqiang", "Kepemilikan Shenzhen Huaqiang", "Shenzhen Huaqiang Grup Co", "Ltd", "SHENZHEN HUAQIANG GRUP CO", "LTD.", "SHENZHEN HUAQIANG INDUSTRI CO"], "website": "https://www.szhq.com", "canonical_domain": "szhq.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "000062", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Tiongkok Company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2691 +{"wikidata_id": "Q18651906", "display_name": "China Resources Sanjiu Medical & Pharmaceutical Co., Ltd.", "legal_name": null, "aliases": ["999 Pharmaceutical", "China Resources Sanjiu", "Sanjiu Medical"], "website": "https://www.999.com.cn", "canonical_domain": "999.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000999", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073501", "name": "China Resources"}, "logo_url": null, "description": "pharmaceutical company based in Shenzhen", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2692 +{"wikidata_id": "Q18746447", "display_name": "Agrobank", "legal_name": null, "aliases": [], "website": "https://agrobank.uz", "canonical_domain": "agrobank.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "AGBA", "exchange": "Tashkent Stock Exchange", "lei": "254900JPMU0LFCP18673", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Agrobank_Logo.svg", "description": "Uzbek bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2693 +{"wikidata_id": "Q18998034", "display_name": "F&F", "legal_name": "F&F Co., Ltd.", "aliases": [], "website": "https://www.fnf.co.kr", "canonical_domain": "fnf.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "383220", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131189556", "name": "F&F Holdings"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2694 +{"wikidata_id": "Q19679772", "display_name": "Nepal Credit And Commercial Bank Limited", "legal_name": "Nepal Credit And Commercial Bank Limited", "aliases": [], "website": "https://www.nccbank.com.np", "canonical_domain": "nccbank.com.np", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["commercial banking industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NCCB", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2695 +{"wikidata_id": "Q19752956", "display_name": "Timah", "legal_name": "PT Timah Tbk.", "aliases": ["TINS", "PT Timah Tbk", "PT. Timah Tbk", "Timah Tbk"], "website": "https://www.timah.com", "canonical_domain": "timah.com", "country": "ID", "hq_city": "Pangkal Pinang", "hq_region": "Bangka Belitung Islands", "lat": -2.1, "lon": 106.1, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "TINS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2696 +{"wikidata_id": "Q19903647", "display_name": "Byco Petroleum", "legal_name": null, "aliases": ["Byco Pakistan Limited", "Cnergyico"], "website": "https://www.byco.com.pk", "canonical_domain": "byco.com.pk", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BYCO", "exchange": "Pakistan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Byco has Pakistan's largest refining capacity of 155,000 barrels a day, converting crude oil into various saleable components including Liquefied Petroleum Gas, Light Naphtha, Heavy Naphtha, Jet fuels, Motor Gasoline, Kerosene and high speed diesels.", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2697 +{"wikidata_id": "Q20043211", "display_name": "VIA Holdings", "legal_name": null, "aliases": [], "website": "https://www.via-hd.co.jp", "canonical_domain": "via-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7918", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2698 +{"wikidata_id": "Q20062785", "display_name": "Shanghai DZH", "legal_name": null, "aliases": ["Shanghai DZH Limited", "Shanghai Great Wisdom"], "website": "https://www.gw.com.cn", "canonical_domain": "gw.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "601519", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shanghai_DZH.png", "description": "Chinese financial data company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2699 +{"wikidata_id": "Q20501853", "display_name": "Lapidoth Capital Ltd", "legal_name": "לפידות קפיטל בע''מ", "aliases": [], "website": "https://www.lapidoth.co.il", "canonical_domain": "lapidoth.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "LAPD", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310699"}]}
2700 +{"wikidata_id": "Q20585965", "display_name": "Amarin Corporations", "legal_name": "บริษัท อมรินทร์ คอร์เปอเรชั่นส์ จำกัด (มหาชน)", "aliases": ["Amarin Corporations Public Co.", "Ltd.", "Amarin Corporations Public Company Limited", "Amarin Group", "Amarin Printing and Publishing", "Amarin Printing and Publishing Public Co.", "Ltd.", "Amarin Printing and Publishing Public Company Limited"], "website": "https://amarin.co.th", "canonical_domain": "amarin.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "AMARIN", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Amarin_Group.svg", "description": "Thai company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2701 +{"wikidata_id": "Q20984352", "display_name": "Pruksa Holding", "legal_name": null, "aliases": ["Pruksa Family Club", "Pruksa Holding Public Company Limited", "Pruksa Holding Public Co.", "Ltd."], "website": "https://www.psh.co.th", "canonical_domain": "psh.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "PSH", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pruksa_Holding_Logo.svg", "description": "Thai real estate company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2702 +{"wikidata_id": "Q20984355", "display_name": "Samart Group", "legal_name": null, "aliases": ["Samart Corporation", "Samart Corporation Public Company Limited", "Samart Corporation Public Co.", "Ltd."], "website": "https://www.samartcorp.com", "canonical_domain": "samartcorp.com", "country": "TH", "hq_city": "Nonthaburi", "hq_region": "Thailand", "lat": 13.8625, "lon": 100.51444, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "SAMART", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Thailand", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2703 +{"wikidata_id": "Q20984365", "display_name": "Thai Life Insurance", "legal_name": "บริษัท ไทยประกันชีวิต จำกัด (มหาชน)", "aliases": ["Thai Life Insurance Public Company Limited", "Thai Life Insurance Public Co.", "Ltd.", "The Thai Insurance Public Co.", "Ltd.", "The Thai Insurance Public Company Limited"], "website": "https://www.thailife.com", "canonical_domain": "thailife.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["insurance", "financial-services"], "industry_labels": ["insurance", "life insurance", "financial services"], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "TLI", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ThaiLifeInsurance.jpg", "description": "The first life insurance company owned by Thai personnel", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2704 +{"wikidata_id": "Q21192330", "display_name": "Linekong", "legal_name": null, "aliases": ["Linekong Interactive", "Linekong Interactive Co.", "Ltd", "Linekong Interactive Group", "Linekong Interactive Group Co.", "Ltd", "Linekong International Co.", "Ltd."], "website": "https://www.linekong.com", "canonical_domain": "linekong.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8267", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2705 +{"wikidata_id": "Q21244949", "display_name": "FrieslandCampina Engro Pakistan", "legal_name": null, "aliases": ["Engro Foods", "FCEPL", "FrieslandCampina Engro Pakistan Limited"], "website": "https://frieslandcampina.com.pk", "canonical_domain": "frieslandcampina.com.pk", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FCEPL", "exchange": "Pakistan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q248711", "name": "FrieslandCampina"}, "logo_url": null, "description": "Pakistani dairy company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2706 +{"wikidata_id": "Q21658193", "display_name": "Yerevan Jewellery Plant", "legal_name": "Երևանի ոսկերչական գործարան", "aliases": ["Yerevan Jewellery Plant-1 “Gnomon” OJSC"], "website": "https://yerjewel.com", "canonical_domain": "yerjewel.com", "country": "AM", "hq_city": null, "hq_region": null, "lat": 40.16924, "lon": 44.50667, "industries": ["consumer-goods"], "industry_labels": ["jewelry industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "EVG1", "exchange": "Armenia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "industrial enterprise of Armenia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2707 +{"wikidata_id": "Q22101149", "display_name": "taiji.com", "legal_name": null, "aliases": [], "website": "https://www.taiji.com", "canonical_domain": "taiji.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600129", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2708 +{"wikidata_id": "Q22123062", "display_name": "AP Company", "legal_name": null, "aliases": [], "website": "https://www.tsukadanojo.jp", "canonical_domain": "tsukadanojo.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3175", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2709 +{"wikidata_id": "Q22130419", "display_name": "Ain Holdings", "legal_name": null, "aliases": ["AIN HOLDINGS INC."], "website": "https://www.ainj.co.jp", "canonical_domain": "ainj.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "9627", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2710 +{"wikidata_id": "Q22975313", "display_name": "Hanjin KAL", "legal_name": "Hanjin KAL Corp.", "aliases": [], "website": "https://www.hanjinkal.co.kr", "canonical_domain": "hanjinkal.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "180640", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2711 +{"wikidata_id": "Q23766534", "display_name": "OBI Pharma, Inc.", "legal_name": null, "aliases": [], "website": "https://www.obipharma.com", "canonical_domain": "obipharma.com", "country": "TW", "hq_city": "Nangang District", "hq_region": "Taipei", "lat": 25.05331, "lon": 121.60741, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "4174", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2712 +{"wikidata_id": "Q24836515", "display_name": "Hithink RoyalFlush Information Network", "legal_name": "同花顺", "aliases": [], "website": "https://www.10jqka.com.cn", "canonical_domain": "10jqka.com.cn", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "300033", "exchange": "Shenzhen Stock Exchange", "lei": "300300TIQA4R0NPLQE78", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese financial data company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2713 +{"wikidata_id": "Q24837162", "display_name": "Kemen Noodle Manufacturing", "legal_name": null, "aliases": ["Kemen", "Keming Mianye", "Keming Noodle Manufacturing"], "website": "https://www.kemen.cn", "canonical_domain": "kemen.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food manufacturing"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "002661", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese noodle manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2714 +{"wikidata_id": "Q25205159", "display_name": "Tabio", "legal_name": null, "aliases": ["Tabio Corporation"], "website": "https://tabio.com", "canonical_domain": "tabio.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "2668", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturer and retailer of clothing", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2715 +{"wikidata_id": "Q25344080", "display_name": "SJVN", "legal_name": null, "aliases": ["Satluj Jal Vidyut Nigam", "Satluj Jal Vidyut Nigam Limited", "SJVN Limited", "SJVNL"], "website": "https://sjvn.nic.in", "canonical_domain": "sjvn.nic.in", "country": "IN", "hq_city": "Shimla", "hq_region": "Shimla District", "lat": 31.10333, "lon": 77.17222, "industries": ["renewables"], "industry_labels": ["hydroelectricity"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SJVN", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "SJVNL (Formerly Nathpa Jhakri Power Corporation) is Power Sector Schedule'A' MiniRatna PSU working currently in hydropower sector based in Shimla, India", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2716 +{"wikidata_id": "Q25492676", "display_name": "Yochananof", "legal_name": "מ.יוחננוף ובניו (1988) בע''מ", "aliases": ["M.yochananof And Sons (1988) Ltd"], "website": "https://www.yochananof.co.il", "canonical_domain": "yochananof.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "YHNF", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli supermarket chain", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2717 +{"wikidata_id": "Q25494593", "display_name": "Hamat Group Ltd.", "legal_name": "קבוצת חמת בע''מ", "aliases": [], "website": "https://www.hamat.co.il", "canonical_domain": "hamat.co.il", "country": "IL", "hq_city": "Ashdod", "hq_region": "Ashkelon Subdistrict", "lat": 31.79778, "lon": 34.65028, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "HAMAT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2718 +{"wikidata_id": "Q25524065", "display_name": "Xalq bank", "legal_name": null, "aliases": [], "website": "https://www.xb.uz", "canonical_domain": "xb.uz", "country": "UZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "XKBK", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Uzbek bank", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2719 +{"wikidata_id": "Q27791833", "display_name": "DHC Software Co., Ltd.", "legal_name": null, "aliases": ["DHC Software", "DHCC"], "website": "https://www.dhcc.com.cn", "canonical_domain": "dhcc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["software"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "002065", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2720 +{"wikidata_id": "Q28064765", "display_name": "Shin Kong Insurance", "legal_name": null, "aliases": ["Shinkong Insurance Co.", "Ltd."], "website": "https://www.skinsurance.com.tw", "canonical_domain": "skinsurance.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["insurance"], "industry_labels": ["property insurance"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "2850", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11081130", "name": "Shin Kong Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%96%B0%E5%85%89%E7%94%A2%E7%89%A9%E4%BF%9D%E9%9A%AA%E5%95%86%E6%A8%99.png", "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2721 +{"wikidata_id": "Q28445474", "display_name": "Bar Pacific", "legal_name": null, "aliases": ["Bar Pacific Group Holdings Limited"], "website": "https://www.barpacific.com.hk", "canonical_domain": "barpacific.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8432", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bar in Hong Kong", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2722 +{"wikidata_id": "Q29468921", "display_name": "Haitong International Securities Group Limited", "legal_name": null, "aliases": [], "website": "https://www.htisec.com", "canonical_domain": "htisec.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "0665", "exchange": "Hong Kong Stock Exchange", "lei": "549300Q1JC7X89PPGN26", "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong Securities firm", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2723 +{"wikidata_id": "Q29982416", "display_name": "Aeolus Tyre", "legal_name": null, "aliases": ["Aeolus Tyre Co. Ltd"], "website": "https://www.aeolustyre.biz", "canonical_domain": "aeolustyre.biz", "country": "CN", "hq_city": "Jiaozuo", "hq_region": "Henan", "lat": 35.22904, "lon": 113.2304, "industries": ["automotive", "manufacturing"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "600469", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16739781", "name": "ChemChina"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aeolus-logo.png", "description": "Global tyre manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2724 +{"wikidata_id": "Q30272255", "display_name": "Asia Vital Components (Taiwan)", "legal_name": "Asia Vital Components Co.,Ltd.", "aliases": ["AVC"], "website": "https://www.avc.co", "canonical_domain": "avc.co", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "3017", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Taipei, Taiwan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2725 +{"wikidata_id": "Q30325156", "display_name": "Loxley Pacific", "legal_name": null, "aliases": ["Loxley (Bangkok) Company Limited", "Loxley PCL", "Loxley Public Co Ltd", "Loxley Public Company Limited", "Loxley Rice Company (Bangkok) Limited"], "website": "https://www.loxley.co.th", "canonical_domain": "loxley.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["retail"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "LOXLEY", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai technology, IT, energy, and trading company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2726 +{"wikidata_id": "Q30526583", "display_name": "Mivtach Shamir Holdings Ltd.", "legal_name": "מבטח שמיר אחזקות בע''מ", "aliases": ["Mivtach Shamir"], "website": "https://www.msgroup.co.il", "canonical_domain": "msgroup.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "MISH", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli holdings company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2727 +{"wikidata_id": "Q30632955", "display_name": "Multistrada Arah Sarana", "legal_name": "Multistrada Arah Sarana Tbk", "aliases": ["MASA"], "website": "https://www.multistrada.co.id", "canonical_domain": "multistrada.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "MASA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian tire manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2728 +{"wikidata_id": "Q30944755", "display_name": "Wangsu Science & Technology", "legal_name": null, "aliases": ["ChinaNetCenter"], "website": "https://www.wangsu.com", "canonical_domain": "wangsu.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology", "cloud-infrastructure"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "300017", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "content delivery network", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2729 +{"wikidata_id": "Q31174720", "display_name": "Intermedia Capital", "legal_name": "PT Intermedia Capital Tbk.", "aliases": ["MDIA"], "website": "https://www.imcmedia.co.id", "canonical_domain": "imcmedia.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MDIA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2730 +{"wikidata_id": "Q31197448", "display_name": "Shapir Engineering And Industry Ltd", "legal_name": "שפיר הנדסה ותעשיה בע''מ", "aliases": [], "website": "https://www.shapir.co.il", "canonical_domain": "shapir.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "SPEN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2731 +{"wikidata_id": "Q3571463", "display_name": "Yamato Holdings", "legal_name": "ヤマト運輸株式会社", "aliases": [], "website": "https://www.yamato-hd.co.jp", "canonical_domain": "yamato-hd.co.jp", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "9064", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2732 +{"wikidata_id": "Q4037725", "display_name": "Dynapac", "legal_name": null, "aliases": ["Dynapac Co.", "Ltd."], "website": "https://www.dynapac-gr.co.jp", "canonical_domain": "dynapac-gr.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "3947", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2733 +{"wikidata_id": "Q4050844", "display_name": "Terasaki Electric", "legal_name": null, "aliases": ["Terasaki Electric Co.", "Ltd."], "website": "https://www.terasaki.co.jp", "canonical_domain": "terasaki.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "6637", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2734 +{"wikidata_id": "Q4397123", "display_name": "jialing.com.cn", "legal_name": null, "aliases": [], "website": "https://www.jialing.com.cn", "canonical_domain": "jialing.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600877", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2735 +{"wikidata_id": "Q46063", "display_name": "Sichuan Expressway Company", "legal_name": null, "aliases": ["Sichuan Expressway Company Limited"], "website": "https://www.cygs.com", "canonical_domain": "cygs.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "601107", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2736 +{"wikidata_id": "Q4783384", "display_name": "Arabian Shield Cooperative Insurance Company", "legal_name": "شركة الدرع العربي للتأمين التعاوني", "aliases": ["Arabian Shield"], "website": "https://www.arabianshield.com", "canonical_domain": "arabianshield.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8070", "exchange": "Saudi Stock Exchange", "lei": "558600CVF09J7RL38E62", "sec_cik": null, "parent": null, "logo_url": null, "description": "insurance company within the Kingdom of Saudi Arabia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2737 +{"wikidata_id": "Q4836950", "display_name": "B Communications Ltd", "legal_name": "בי קומיוניקיישנס בע''מ", "aliases": [], "website": "https://www.bcommunications.co.il", "canonical_domain": "bcommunications.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "BCOM", "exchange": "Tel Aviv Stock Exchange", "lei": "549300YL04U005WJH709", "sec_cik": "1402606", "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2738 +{"wikidata_id": "Q4855966", "display_name": "Woori Bank of Indonesia", "legal_name": "PT Bank Woori Saudara Indonesia 1906 Tbk", "aliases": ["SDRA", "Bank Woori Saudara Indonesia 1906"], "website": "https://www.bankwoorisaudara.com", "canonical_domain": "bankwoorisaudara.com", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1906, "employees": null, "public_company": true, "ticker": "SDRA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO_BWS_Biru.png", "description": "South Korean company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2739 +{"wikidata_id": "Q4855976", "display_name": "SinoPac Financial Holdings Company Limited", "legal_name": "永豐金融控股公司", "aliases": ["Bank SinoPac", "SinoPac Financial Holdings"], "website": "https://www.sinopac.com", "canonical_domain": "sinopac.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2890", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_SinoPac_logo_20121103.svg", "description": "a Taiwan-based banking holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2740 +{"wikidata_id": "Q4857059", "display_name": "Banque Bemo Saudi Fransi", "legal_name": null, "aliases": ["BBSF"], "website": "https://www.bbsfbank.com", "canonical_domain": "bbsfbank.com", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["banking"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "BBSF", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private bank in Syria", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2741 +{"wikidata_id": "Q4881150", "display_name": "Beijing Jingneng Power Co., Ltd.", "legal_name": null, "aliases": ["Beijing Jingneng Power", "Beijing Jingneng Thermal Power", "Beijing Jingneng Power Co Ltd", "Beijing Jingneng Thermal Power Co.", "Ltd."], "website": "https://www.jingnengpower.com", "canonical_domain": "jingnengpower.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "600578", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "coal power producer of China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2742 +{"wikidata_id": "Q5012652", "display_name": "CK Life Sciences", "legal_name": "CK Life Sciences Int’l., (Holdings) Inc.", "aliases": ["CK Life Sciences Int’l.", "(Holdings) Inc."], "website": "https://www.ck-lifesciences.com", "canonical_domain": "ck-lifesciences.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["biotechnology"], "industry_labels": ["biotechnology industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "0775", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q709535", "name": "Cheung Kong Holdings"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2743 +{"wikidata_id": "Q50234229", "display_name": "Matahari Putra Prima", "legal_name": "Matahari Putra Prima Tbk", "aliases": ["MPPA"], "website": "https://www.mppa.co.id", "canonical_domain": "mppa.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "MPPA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2744 +{"wikidata_id": "Q5039260", "display_name": "Cargills Ceylon PLC", "legal_name": null, "aliases": ["Cargills (Ceylon) PLC"], "website": "https://www.cargillsceylon.com", "canonical_domain": "cargillsceylon.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CARG.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cargills-Logo.png", "description": "Sri Lankan retail, business, and restaurant company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2745 +{"wikidata_id": "Q5099546", "display_name": "ChinaCache", "legal_name": null, "aliases": [], "website": "https://www.chinacache.com", "canonical_domain": "chinacache.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["cloud-infrastructure"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "CCIH", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cc_logo.gif", "description": "content delivery network", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2746 +{"wikidata_id": "Q5099658", "display_name": "China Dongxiang", "legal_name": null, "aliases": [], "website": "https://www.dxsport.com", "canonical_domain": "dxsport.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["apparel"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3818", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongxiang_sports_logo.png", "description": "sportswear company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2747 +{"wikidata_id": "Q5099699", "display_name": "China Sandi Holdings", "legal_name": null, "aliases": [], "website": "https://www.chinasandi.com.hk", "canonical_domain": "chinasandi.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["materials"], "industry_labels": ["forestry"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "0910", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese Ecological company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2748 +{"wikidata_id": "Q5099902", "display_name": "China South City Holdings", "legal_name": null, "aliases": [], "website": "https://www.chinasouthcity.com", "canonical_domain": "chinasouthcity.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1668", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong incorporated holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2749 +{"wikidata_id": "Q5099945", "display_name": "China Travel International Investment Hong Kong", "legal_name": null, "aliases": ["China's Travel International Investment Hong Kong Limited"], "website": "https://www.hkcts.com", "canonical_domain": "hkcts.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "0308", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company in Hong Kong, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2750 +{"wikidata_id": "Q5210934", "display_name": "Dalian Port (PDA) Company", "legal_name": null, "aliases": [], "website": "https://www.dlport.cn", "canonical_domain": "dlport.cn", "country": "CN", "hq_city": "Dalian", "hq_region": "Liaoning", "lat": 38.9, "lon": 121.6, "industries": ["transportation"], "industry_labels": ["port operator"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "2880", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese port operator company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2751 +{"wikidata_id": "Q5254612", "display_name": "Delta Djakarta", "legal_name": "Delta Djakarta Tbk", "aliases": ["DLTA"], "website": "https://www.deltajkt.co.id", "canonical_domain": "deltajkt.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "DLTA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2752 +{"wikidata_id": "Q5404584", "display_name": "Etihad Atheeb Telecom Co.", "legal_name": "شركة اتحاد عذيب للاتصالات", "aliases": ["GO"], "website": "https://www.go.com.sa", "canonical_domain": "go.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "7040", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Arabian fixed-line operator", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2753 +{"wikidata_id": "Q54621493", "display_name": "Blue Dart Express", "legal_name": null, "aliases": [], "website": "https://www.bluedart.com", "canonical_domain": "bluedart.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["logistics", "transportation"], "industry_labels": ["logistics", "transport industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "BLUEDART", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Dart_Express_logo.svg", "description": "Indian logistics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2754 +{"wikidata_id": "Q54622556", "display_name": "Jiangsu Sainty Corporation Limited", "legal_name": null, "aliases": ["Jiangsu Sainty", "Jiangsu Sainty Corp.", "Ltd.", "Sainty International Group Jiangsu Garments Imp. & Exp. Co.", "Ltd."], "website": "https://www.saintycorp.com", "canonical_domain": "saintycorp.com", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "600287", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q54803448", "name": "Jiangsu Guoxin Investment Group Limited"}, "logo_url": null, "description": "Chinese clothing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2755 +{"wikidata_id": "Q5465039", "display_name": "Fong’s Industries Group", "legal_name": null, "aliases": ["CHTC Fong's Industries Company Limited", "CHTC Fong’s Industries (China)", "Fong’s National Engineering Co. Ltd"], "website": "https://www.fongs.com", "canonical_domain": "fongs.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["textile manufacturing"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "0641", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Hong Kong, China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2756 +{"wikidata_id": "Q54805303", "display_name": "Three Squirrels", "legal_name": null, "aliases": ["The Three Squirrels", "3songshu", "Sanzhi Songshu", "Sanzhisongshu"], "website": "https://www.3songshu.com", "canonical_domain": "3songshu.com", "country": "CN", "hq_city": "Wuhu", "hq_region": "Anhui", "lat": 31.33398, "lon": 118.36223, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "300783", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "e-commerce company in China", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2757 +{"wikidata_id": "Q5514453", "display_name": "GRG Banking", "legal_name": null, "aliases": [], "website": "https://www.grgbanking.com", "canonical_domain": "grgbanking.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "002152", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Grgbankinglogo.jpg", "description": "Chinese corporation manufacturing ATMs", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2758 +{"wikidata_id": "Q5515097", "display_name": "GZI Transport", "legal_name": null, "aliases": [], "website": "https://www.gzitransport.com.hk", "canonical_domain": "gzitransport.com.hk", "country": "HK", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["transportation"], "industry_labels": ["toll road"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "1052", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2759 +{"wikidata_id": "Q55669716", "display_name": "Hagag Group Real Estate Entrepreneurship Ltd", "legal_name": "קבוצת חג'ג' ייזום נדל''ן בע''מ", "aliases": ["Hagag Group Real Estate Development LTD", "Hagag Group Real Estate Entrepreneurship LTD", "Hajaj Group"], "website": "https://www.hagag-group.co.il", "canonical_domain": "hagag-group.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate", "construction"], "industry_labels": ["real estate industry", "construction"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "HGG", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli real estate company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2760 +{"wikidata_id": "Q5570140", "display_name": "Global Bio-Chem", "legal_name": null, "aliases": [], "website": "https://www.globalbiochem.com", "canonical_domain": "globalbiochem.com", "country": "HK", "hq_city": "Yau Tsim Mong District", "hq_region": "Hong Kong", "lat": 22.31187, "lon": 114.17168, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "0809", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese biotechnology company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2761 +{"wikidata_id": "Q55708732", "display_name": "WonderPlanet", "legal_name": null, "aliases": [], "website": "https://wonderpla.net", "canonical_domain": "wonderpla.net", "country": "JP", "hq_city": "Naka-ku", "hq_region": "Nagoya", "lat": 35.16861, "lon": 136.91028, "industries": ["gaming", "telecommunications"], "industry_labels": ["video game industry", "information and communications industry"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "4199", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2762 +{"wikidata_id": "Q56394490", "display_name": "MNC Digital Entertainment", "legal_name": "PT MNC Studios International Tbk.", "aliases": ["MSIN", "PT MNC Digital Entertainment Tbk"], "website": "https://www.msi.id", "canonical_domain": "msi.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MSIN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2763 +{"wikidata_id": "Q56421559", "display_name": "Huami Corporation", "legal_name": null, "aliases": [], "website": "https://www.huami.com", "canonical_domain": "huami.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "HMI", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese technology brand", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2764 +{"wikidata_id": "Q5642735", "display_name": "Hanon Systems", "legal_name": "한온시스템 주식회사", "aliases": ["Halla Climate Control Corp"], "website": "https://www.hanonsystems.com", "canonical_domain": "hanonsystems.com", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["automotive"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "018880", "exchange": "Korean Stock Exchange", "lei": "5493004WIDNO4WOEYG91", "sec_cik": null, "parent": {"wikidata_id": "Q493094", "name": "Hankook Tire & Technology"}, "logo_url": null, "description": "Korean automotive company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2765 +{"wikidata_id": "Q5654805", "display_name": "Harbour Centre Development", "legal_name": null, "aliases": [], "website": "https://www.harbourcentre.com.hk", "canonical_domain": "harbourcentre.com.hk", "country": "CN", "hq_city": "Hong Kong Island", "hq_region": "Hong Kong", "lat": 22.255, "lon": 114.195, "industries": ["hospitality"], "industry_labels": ["hotel manager"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "0051", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hotel and restaurant company in Hong Kong", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2766 +{"wikidata_id": "Q5679067", "display_name": "G 1 Secure Solutions Ltd.", "legal_name": "ג'י וואן פתרונות אבטחה בע''מ", "aliases": [], "website": "https://www.g1-group.com", "canonical_domain": "g1-group.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "GOSS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli security technologies company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2767 +{"wikidata_id": "Q5766843", "display_name": "Hindustan Zinc Limited", "legal_name": null, "aliases": [], "website": "https://www.hzlindia.com", "canonical_domain": "hzlindia.com", "country": "IN", "hq_city": "Udaipur", "hq_region": "Udaipur district", "lat": 24.58333, "lon": 73.68333, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "HINDZINC", "exchange": "National Stock Exchange of India", "lei": "335800LB39TLJ8YTWM98", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HZL_Logo.png", "description": "Indian integrated mining and resources producer of zinc, lead, silver and cadmium", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2768 +{"wikidata_id": "Q5900378", "display_name": "Shenzhen Investment Holdings Bay Area Development", "legal_name": null, "aliases": ["Hopewell Highway Infrastructure", "Shenzhen Investment Holdings Bay Area Development Company Limited"], "website": "https://www.sihbay.com", "canonical_domain": "sihbay.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "80737", "exchange": "Hong Kong Stock Exchange", "lei": "529900E0ETLMXQJFMD74", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2769 +{"wikidata_id": "Q59089890", "display_name": "Qudian", "legal_name": null, "aliases": ["Qufenqi"], "website": "https://www.qufenqi.com", "canonical_domain": "qufenqi.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "QD", "exchange": "New York Stock Exchange", "lei": "549300MY8WXPOW8RKH11", "sec_cik": "1692705", "parent": null, "logo_url": null, "description": "Chinese online small consumer credit provider", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2770 +{"wikidata_id": "Q59186328", "display_name": "Tkp", "legal_name": null, "aliases": ["TKP Corporation"], "website": "https://www.tkp.jp", "canonical_domain": "tkp.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3479", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2771 +{"wikidata_id": "Q5973440", "display_name": "IRC Limited", "legal_name": null, "aliases": ["IRC"], "website": "https://www.ircgroup.com.hk", "canonical_domain": "ircgroup.com.hk", "country": "MY", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "1029", "exchange": "Hong Kong Stock Exchange", "lei": "549300X7UWHMKP3F4R66", "sec_cik": null, "parent": {"wikidata_id": "Q4361525", "name": "Petropavlovsk plc"}, "logo_url": null, "description": "Hong Kong-based business", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2772 +{"wikidata_id": "Q6027444", "display_name": "Indus Towers", "legal_name": "Indus Towers Limited", "aliases": [], "website": "https://www.industowers.com", "canonical_domain": "industowers.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "INDUSTOWER", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122141", "name": "Vodafone"}, "logo_url": null, "description": "Indian telecommunications tower company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2773 +{"wikidata_id": "Q6064951", "display_name": "Ipca Laboratories", "legal_name": null, "aliases": [], "website": "https://www.ipcalabs.com", "canonical_domain": "ipcalabs.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "IPCALAB", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational pharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2774 +{"wikidata_id": "Q61125886", "display_name": "Israel Canada", "legal_name": "פאנגאיה נדל\"ן בע\"מ", "aliases": ["Israel Canada (T.R) Ltd"], "website": "https://www.israel-canada.co.il", "canonical_domain": "israel-canada.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "ISCN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli real estate company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2775 +{"wikidata_id": "Q61126877", "display_name": "Navitas Petroleum Limited Partnership", "legal_name": "נאוויטס פטרוליום, שותפות מוגבלת", "aliases": [], "website": "https://www.navitaspet.com", "canonical_domain": "navitaspet.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "NVPT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli petroleum exploration and development company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2776 +{"wikidata_id": "Q61882838", "display_name": "Nibong Tebal Paper Mill", "legal_name": null, "aliases": ["NTPM", "Nibong Tebal Paper Mill Holdings", "NTPM HOLDINGS BERHAD", "Ntpm Holdings Berhad", "Ntpm Holdings Bhd."], "website": "https://www.ntpm.com", "canonical_domain": "ntpm.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "5066", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nibong_Tebal_Paper_Mill_logo.svg", "description": "Malaysian multinational pulp and paper company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2777 +{"wikidata_id": "Q6328340", "display_name": "KEC International", "legal_name": null, "aliases": [], "website": "https://www.kecrpg.com", "canonical_domain": "kecrpg.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["utilities"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "KEC", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian electricity transmission tower manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2778 +{"wikidata_id": "Q6431688", "display_name": "KEPCO Plant Service & Engineering Co.", "legal_name": "KEPCO Plant Service & Engineering Co., Ltd.", "aliases": ["KEPCO KPS", "Korea Plant Service & Engineering"], "website": "https://www.kps.co.kr", "canonical_domain": "kps.co.kr", "country": "KR", "hq_city": "Naju", "hq_region": "South Jeolla", "lat": 35.02833, "lon": 126.7175, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "051600", "exchange": "Korean Stock Exchange", "lei": "254900O9ZDU5LOHVC289", "sec_cik": null, "parent": {"wikidata_id": "Q486737", "name": "Korea Electric Power Corporation"}, "logo_url": null, "description": "South Korean company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2779 +{"wikidata_id": "Q64390880", "display_name": "Victorias Milling Company", "legal_name": null, "aliases": ["VMC"], "website": "https://www.victoriasmilling.com", "canonical_domain": "victoriasmilling.com", "country": "PH", "hq_city": "Victorias", "hq_region": null, "lat": 10.9, "lon": 123.08333, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "VMC", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Philippine sugar manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2780 +{"wikidata_id": "Q6451893", "display_name": "Kyodo Public Relations", "legal_name": null, "aliases": [], "website": "https://www.kyodo-pr.co.jp", "canonical_domain": "kyodo-pr.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["public relations"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "2436", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2781 +{"wikidata_id": "Q65120554", "display_name": "Glassbox Ltd", "legal_name": "גלאסבוקס בע''מ", "aliases": [], "website": "https://www.glassboxdigital.com", "canonical_domain": "glassboxdigital.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "GLBX", "exchange": "Tel Aviv Stock Exchange", "lei": "2549001EZA3O56862L58", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli analytics software company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2782 +{"wikidata_id": "Q65233888", "display_name": "Ukai", "legal_name": null, "aliases": [], "website": "https://www.ukai.co.jp", "canonical_domain": "ukai.co.jp", "country": "JP", "hq_city": null, "hq_region": "Hachiōji-shi", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "7621", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2783 +{"wikidata_id": "Q65250018", "display_name": "Arad Ltd.", "legal_name": "ארד בע''מ", "aliases": [], "website": "https://www.arad.co.il", "canonical_domain": "arad.co.il", "country": "IL", "hq_city": "Dalia", "hq_region": "Megiddo Regional Council", "lat": 32.59028, "lon": 35.0775, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "ARD", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2784 +{"wikidata_id": "Q65281131", "display_name": "Gulf Development", "legal_name": null, "aliases": ["Gulf Development Public Company Limited", "Gulf Energy Development", "Gulf Energy Development Public Company Limited", "Gulf Development Public Co.", "Ltd.", "Gulf Energy Development Public Co.", "Ltd."], "website": "https://www.gulf.co.th", "canonical_domain": "gulf.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 2025, "employees": null, "public_company": true, "ticker": "GULF", "exchange": "Stock Exchange of Thailand", "lei": "254900L46WX9IXF5VA41", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GULF_Logo.svg", "description": "Thai energy and infrastructure holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2785 +{"wikidata_id": "Q65312870", "display_name": "HD Korea Shipbuilding & Offshore Engineering", "legal_name": "HD Korea Shipbuilding & Offshore Engineering Co., Ltd.", "aliases": ["HDKSOE", "Korea Shipbuilding & Offshore Engineering", "KSOE"], "website": "https://www.hdksoe.co.kr", "canonical_domain": "hdksoe.co.kr", "country": "KR", "hq_city": "Jung District", "hq_region": "Seoul", "lat": 37.55592, "lon": 126.97035, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "009540", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q626638", "name": "HD Hyundai"}, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2786 +{"wikidata_id": "Q6566605", "display_name": "Automatic Bank Services", "legal_name": "שירותי בנק אוטומטיים בע''מ", "aliases": [], "website": "https://www.shva.co.il", "canonical_domain": "shva.co.il", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "SHVA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2787 +{"wikidata_id": "Q6655914", "display_name": "BIG Shopping Centers Ltd", "legal_name": "ביג מרכזי קניות בע''מ", "aliases": [], "website": "https://www.bigcenters.co.il", "canonical_domain": "bigcenters.co.il", "country": "IL", "hq_city": "Glilot Interchange", "hq_region": null, "lat": 32.14028, "lon": 34.805, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "BIG", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2788 +{"wikidata_id": "Q6731880", "display_name": "Bet Shemesh Engines Holdings (1997) Ltd.", "legal_name": "מנועי בית שמש אחזקות (1997) בע''מ", "aliases": [], "website": "https://www.bsel.co.il", "canonical_domain": "bsel.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": 31.7391, "lon": 34.95657, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "BSEN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2789 +{"wikidata_id": "Q6812076", "display_name": "Melco International Development", "legal_name": null, "aliases": ["The Macao Electric Lighting Company Limited"], "website": "https://www.melco-group.com", "canonical_domain": "melco-group.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "0200", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Casino and hospitality business holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2790 +{"wikidata_id": "Q6812205", "display_name": "Melewar Industrial Group", "legal_name": null, "aliases": ["Melewar Corporation", "Melewar Industrial Group Berhad", "MELEWAR INDUSTRIAL GROUP BERHAD", "Melewar Industrial Group Bhd."], "website": "https://www.melewar-mig.com", "canonical_domain": "melewar-mig.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "3778", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2791 +{"wikidata_id": "Q6841480", "display_name": "Veridis Environment Ltd", "legal_name": "ורידיס אינווירונמנט בע''מ", "aliases": [], "website": "https://veridis.co.il", "canonical_domain": "veridis.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "VRDS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli waste and environmental management company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2792 +{"wikidata_id": "Q68764655", "display_name": "GPH Ispat Limited", "legal_name": null, "aliases": ["GPH", "GPH Ispat"], "website": "https://www.gphispat.com.bd", "canonical_domain": "gphispat.com.bd", "country": "BD", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["steel"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "GPHISPAT", "exchange": "Dhaka Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Steel company in Chittagong, Bangladesh", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2793 +{"wikidata_id": "Q68814450", "display_name": "Knafaim Holdings Ltd.", "legal_name": "כנפיים אחזקות בע''מ", "aliases": [], "website": "https://knafaim.co.il", "canonical_domain": "knafaim.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "KNFM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2794 +{"wikidata_id": "Q6963707", "display_name": "I.d.i. Insurance Company Ltd", "legal_name": "איי.די.איי. חברה לביטוח בע''מ", "aliases": [], "website": "https://www.555.co.il", "canonical_domain": "555.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "IDIN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2795 +{"wikidata_id": "Q7102304", "display_name": "Orient Overseas (International) Limited", "legal_name": null, "aliases": ["OOIL", "Orient Overseas"], "website": "https://www.ooilgroup.com", "canonical_domain": "ooilgroup.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "316", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong-based logistics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2796 +{"wikidata_id": "Q7102335", "display_name": "Oriental Holdings", "legal_name": null, "aliases": ["Oriental Holdings Berhad", "Oriental Holdings Bhd."], "website": "https://www.ohb.com.my", "canonical_domain": "ohb.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "4006", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian conglomerate", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2797 +{"wikidata_id": "Q7208364", "display_name": "Pointer Telocation", "legal_name": null, "aliases": [], "website": "https://www.pointer4u.co.il", "canonical_domain": "pointer4u.co.il", "country": "IL", "hq_city": "Rosh HaAyin", "hq_region": "Petah Tikva (sub-district)", "lat": 32.08333, "lon": 34.95, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "PNTR", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company specializing in stolen vehicle recovery", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2798 +{"wikidata_id": "Q7395020", "display_name": "SUNeVision", "legal_name": null, "aliases": [], "website": "https://www.sunevision.com", "canonical_domain": "sunevision.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "8008", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1789188", "name": "Sun Hung Kai Properties"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_SUNeVision.png", "description": "data centre provider in Hong Kong", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2799 +{"wikidata_id": "Q7410095", "display_name": "Sampath Bank", "legal_name": null, "aliases": [], "website": "https://www.sampath.lk", "canonical_domain": "sampath.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "SAMP.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan commercial banking company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2800 +{"wikidata_id": "Q74184722", "display_name": "Hamayu", "legal_name": null, "aliases": [], "website": "https://www.hamayuu.co.jp", "canonical_domain": "hamayuu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7682", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2801 +{"wikidata_id": "Q7425850", "display_name": "Sat Nusapersada", "legal_name": "Sat Nusapersada Tbk", "aliases": ["PTSN"], "website": "https://www.satnusa.com", "canonical_domain": "satnusa.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "PTSN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2802 +{"wikidata_id": "Q7433729", "display_name": "Scientex Incorporated Berhad", "legal_name": null, "aliases": ["Scientex Berhad", "SCIENTEX BERHAD", "Scientex Bhd."], "website": "https://www.scientex.com.my", "canonical_domain": "scientex.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "4731", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2803 +{"wikidata_id": "Q7450308", "display_name": "Lotte Chemical Titan", "legal_name": null, "aliases": ["Lotte Chemical Titan Holding Sdn Bhd", "Lotte Chemical Titan Holding", "Lotte Chemical Titan Holding Berhad", "Lotte Chemical Titan Holding Bhd."], "website": "https://www.lottechem.my", "canonical_domain": "lottechem.my", "country": "MY", "hq_city": "Pasir Gudang", "hq_region": "Johor Bahru District", "lat": 1.45, "lon": 103.89, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "5284", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian chemical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2804 +{"wikidata_id": "Q7487931", "display_name": "Shandong Molong Petroleum Machinery", "legal_name": null, "aliases": [], "website": "https://www.molonggroup.com", "canonical_domain": "molonggroup.com", "country": "CN", "hq_city": "Shouguang", "hq_region": "Weifang", "lat": 36.88333, "lon": 118.73333, "industries": ["oil-gas"], "industry_labels": ["petroleum"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "002490", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese petroleum machinery manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2805 +{"wikidata_id": "Q7494376", "display_name": "Shenzhen Investment", "legal_name": null, "aliases": [], "website": "https://www.shenzheninvestment.com", "canonical_domain": "shenzheninvestment.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "0604", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shenzhen Investment Limited, China, 1997", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2806 +{"wikidata_id": "Q7496130", "display_name": "Shidax", "legal_name": null, "aliases": ["SHIDAX", "SHiDAX DAISHINTO HUMAN SERVICE"], "website": "https://www.shidax.co.jp", "canonical_domain": "shidax.co.jp", "country": "JP", "hq_city": "Chōfugaoka", "hq_region": "Chōfu", "lat": 35.65924, "lon": 139.54837, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "4837", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese food services company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2807 +{"wikidata_id": "Q7502645", "display_name": "Shoucheng Holdings", "legal_name": null, "aliases": ["Shougang Concord International"], "website": "https://www.shougang-intl.com.hk", "canonical_domain": "shougang-intl.com.hk", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0697", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong-based infrastructure asset management company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2808 +{"wikidata_id": "Q76382148", "display_name": "Bestore", "legal_name": null, "aliases": ["lppz"], "website": "https://www.517lppz.com", "canonical_domain": "517lppz.com", "country": "CN", "hq_city": "Dongxihu District", "hq_region": "Wuhan", "lat": 30.62225, "lon": 114.13148, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "603719", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese snack food e-commerce company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2809 +{"wikidata_id": "Q7645042", "display_name": "Supreme Industries", "legal_name": null, "aliases": [], "website": "https://www.supreme.co.in", "canonical_domain": "supreme.co.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "SUPREMEIND", "exchange": "National Stock Exchange of India", "lei": "33580094NA85GD34LN25", "sec_cik": "350846", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Supreme_Industries_logo.svg", "description": "Indian plastics manufacturing company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2810 +{"wikidata_id": "Q7663128", "display_name": "Syria International Islamic Bank", "legal_name": null, "aliases": [], "website": "https://www.siib.sy", "canonical_domain": "siib.sy", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["banking"], "industry_labels": ["Sharia-compliant banking"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "NIB", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Islamic bank in Syria", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2811 +{"wikidata_id": "Q7671160", "display_name": "TPI Polene", "legal_name": null, "aliases": ["Tpi Polene", "Tpi Polene Public Company Limited", "Tpi Polene Public Co.", "Ltd."], "website": "https://www.tpipolene.co.th", "canonical_domain": "tpipolene.co.th", "country": "TH", "hq_city": "Sathon", "hq_region": "Bangkok", "lat": 13.70945, "lon": 100.5261, "industries": ["construction"], "industry_labels": ["cement industry"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "TPIPL", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPI_Polene_Logo.svg", "description": "Thailand cement manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2812 +{"wikidata_id": "Q7709151", "display_name": "Thai Rubber Latex Group PLC.", "legal_name": null, "aliases": ["Thai Rubber Latex Corporation", "Thai Rubber Latex Group", "Thai Rubber Latex Group Public Company Limited", "Thai Rubber Latex Group Public Co.", "Ltd."], "website": "https://www.thaitex.com", "canonical_domain": "thaitex.com", "country": "TH", "hq_city": "Samut Prakan", "hq_region": "Thailand", "lat": 13.59944, "lon": 100.59667, "industries": ["chemicals", "manufacturing"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "TRUBB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai manufacturer", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2813 +{"wikidata_id": "Q7800174", "display_name": "Tiangong International", "legal_name": null, "aliases": [], "website": "https://www.tggj.cn", "canonical_domain": "tggj.cn", "country": "CN", "hq_city": "Danyang", "hq_region": "Zhenjiang", "lat": 31.99483, "lon": 119.57504, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "0826", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "steel company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2814 +{"wikidata_id": "Q7800194", "display_name": "Tianjin Development", "legal_name": null, "aliases": [], "website": "https://www.tianjindev.com", "canonical_domain": "tianjindev.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "0882", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese conglomerate", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2815 +{"wikidata_id": "Q7800206", "display_name": "Tianjin Port Development", "legal_name": null, "aliases": [], "website": "https://www.tianjinportdev.com", "canonical_domain": "tianjinportdev.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["transportation"], "industry_labels": ["port"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "3382", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese logistics company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2816 +{"wikidata_id": "Q7821083", "display_name": "Tonghua Grape Wine", "legal_name": null, "aliases": [], "website": "https://www.thptj.com.cn", "canonical_domain": "thptj.com.cn", "country": "CN", "hq_city": "Tonghua", "hq_region": "Jilin", "lat": 41.73015, "lon": 125.94705, "industries": ["food-beverage"], "industry_labels": ["winemaking"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "600365", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2817 +{"wikidata_id": "Q8044779", "display_name": "Xishan Coal and Electricity Power", "legal_name": null, "aliases": [], "website": "https://www.xsmd.com.cn", "canonical_domain": "xsmd.com.cn", "country": "CN", "hq_city": "Taiyuan", "hq_region": "Shanxi", "lat": 37.87326, "lon": 112.54245, "industries": ["mining"], "industry_labels": ["mining of coal"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "000983", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese coal company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2818 +{"wikidata_id": "Q8045976", "display_name": "YNK Korea", "legal_name": null, "aliases": ["Playwith Korea"], "website": "https://www.playwith.co.kr", "canonical_domain": "playwith.co.kr", "country": "KR", "hq_city": "Seocho District", "hq_region": "Seoul", "lat": 37.48373, "lon": 127.03244, "industries": ["media"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "023770", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "korean videogame publisher", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q21060672"}]}
2819 +{"wikidata_id": "Q8063267", "display_name": "ZQGame", "legal_name": null, "aliases": ["Shenzhen Zhongqingbaowang Interaction Network Co Ltd"], "website": "https://www.zqgame.com", "canonical_domain": "zqgame.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["gaming"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "300052", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video game company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2820 +{"wikidata_id": "Q8070607", "display_name": "Zhaojin Mining", "legal_name": null, "aliases": [], "website": "https://www.zhaojin.com.cn", "canonical_domain": "zhaojin.com.cn", "country": "CN", "hq_city": "Zhaoyuan", "hq_region": "Yantai", "lat": 37.359, "lon": 120.396, "industries": ["mining"], "industry_labels": ["gold mining"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "1818", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese gold mining enterprise", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2821 +{"wikidata_id": "Q8070658", "display_name": "Zhejiang Expressway Company", "legal_name": null, "aliases": ["Zhejiang Expressway Company Limited"], "website": "https://www.zjec.com.cn", "canonical_domain": "zjec.com.cn", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["transportation"], "industry_labels": ["road"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ZHEH", "exchange": "London Stock Exchange", "lei": "213800X1ZRKM85U9H438", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese road infrastructure company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2822 +{"wikidata_id": "Q8204355", "display_name": "Arigatou Service Company", "legal_name": null, "aliases": ["Arigatō Service"], "website": "https://www.arigatou-s.com", "canonical_domain": "arigatou-s.com", "country": "JP", "hq_city": "Ehime Prefecture", "hq_region": "Japan", "lat": 33.84139, "lon": 132.76556, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3177", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2823 +{"wikidata_id": "Q83472792", "display_name": "Adani Energy Solutions", "legal_name": null, "aliases": ["Adani Energy Solutions Limited", "ADANIENSOL", "Adani Energy Solutions Ltd", "Adani Transmission Ltd"], "website": "https://www.adanienergysolutions.com", "canonical_domain": "adanienergysolutions.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "ADANIENSOL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4680631", "name": "Adani Group"}, "logo_url": null, "description": "Adani Energy Solutions Limited is an India-based holding company. The Company is a private utility providing end-to-end energy solutions.", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2824 +{"wikidata_id": "Q85739464", "display_name": "AboitizPower", "legal_name": null, "aliases": ["Aboitiz Power", "Aboitiz Power Corporation"], "website": "https://aboitizpower.com", "canonical_domain": "aboitizpower.com", "country": "PH", "hq_city": "Taguig", "hq_region": "Metro Manila", "lat": 14.51667, "lon": 121.05, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "AP", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q48804734", "name": "Aboitiz Equity Ventures"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aboitiz_Power_logo.svg", "description": "Philippine energy holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2825 +{"wikidata_id": "Q85747894", "display_name": "Blue Star", "legal_name": null, "aliases": [], "website": "https://www.bluestarindia.com", "canonical_domain": "bluestarindia.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BLUESTARCO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian air conditioning company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2826 +{"wikidata_id": "Q85845975", "display_name": "GT Capital", "legal_name": null, "aliases": ["GT Capital Holdings", "GT Capital Holdings Inc.", "GT Capital Holdings", "Inc.", "GTCAP"], "website": "https://www.gtcapital.com.ph", "canonical_domain": "gtcapital.com.ph", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["real-estate", "transportation", "banking", "manufacturing"], "industry_labels": ["real estate industry", "transport industry", "banking", "manufacturing industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "GTCAP", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Philippine holding company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2827 +{"wikidata_id": "Q86000950", "display_name": "Rotem Energy Mineral (Rem)- Limited Partnership", "legal_name": "רותם אנרגיה מחצבים (רא''מ)-שותפות מוגבלת", "aliases": [], "website": "https://www.rem-materials.com", "canonical_domain": "rem-materials.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "RTEN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2828 +{"wikidata_id": "Q88925945", "display_name": "Hansoh Pharmaceutical Group", "legal_name": null, "aliases": ["Hansoh Pharmaceutical Group Company Limited"], "website": "https://www.hspharm.com", "canonical_domain": "hspharm.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "3692", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hansoh_Pharmaceutical.svg", "description": "Chinese pharmaceutical company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2829 +{"wikidata_id": "Q96100339", "display_name": "MNC Vision Networks", "legal_name": "PT MNC Vision Networks Tbk.", "aliases": ["IPTV"], "website": "https://www.mncvisionnetworks.com", "canonical_domain": "mncvisionnetworks.com", "country": "ID", "hq_city": "Kebonjeruk", "hq_region": "West Jakarta", "lat": -6.188, "lon": 106.7701, "industries": ["media"], "industry_labels": ["advertising", "subscription television"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "IPTV", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3699297", "name": "Global Mediacom"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MNC_Vision_Networks.png", "description": "Indonesian company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2830 +{"wikidata_id": "Q96100700", "display_name": "PT WEHA Transportasi Indonesia Tbk", "legal_name": "PT WEHA Transportasi Indonesia Tbk", "aliases": ["WEHA", "WEHA Transportasi Indonesia", "Tbk", "WEHA Transportasi Indonesia", "Tbk", "PT"], "website": "https://www.whitehorse.co.id", "canonical_domain": "whitehorse.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["transport", "infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WEHA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian bus company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2831 +{"wikidata_id": "Q96472551", "display_name": "Toba Pulp Lestari", "legal_name": "Toba Pulp Lestari Tbk", "aliases": ["INRU", "PT Inti Indorayon Utama"], "website": "https://www.tobapulp.com", "canonical_domain": "tobapulp.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "INRU", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2832 +{"wikidata_id": "Q97278610", "display_name": "Aiming", "legal_name": null, "aliases": [], "website": "https://aiming-inc.com", "canonical_domain": "aiming-inc.com", "country": "JP", "hq_city": "Sendagaya", "hq_region": "Shibuya", "lat": 35.6813, "lon": 139.71055, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "3911", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2833 +{"wikidata_id": "Q97279862", "display_name": "Wash House", "legal_name": null, "aliases": ["Wash House CO.", "LTD."], "website": "https://www.wash-house.jp", "canonical_domain": "wash-house.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6537", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Laundromat chain in Japan", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2834 +{"wikidata_id": "Q97961992", "display_name": "Brilliance China Automotive Holdings", "legal_name": null, "aliases": ["Brilliance", "Brilliance Auto", "Brilliance Automotive", "Brilliance China", "Brilliance China Auto", "Brilliance China Automotive", "Brilliance China Automotive Holdings Limited"], "website": "https://www.brillianceauto.com", "canonical_domain": "brillianceauto.com", "country": "CN", "hq_city": "Hamilton", "hq_region": "Bermuda", "lat": 32.295, "lon": -64.78306, "industries": ["automotive"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "1114", "exchange": "Hong Kong Stock Exchange", "lei": "5299005WPCSQN14NBM26", "sec_cik": null, "parent": {"wikidata_id": "Q917192", "name": "Brilliance Auto"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Brilliance_Auto_logo.svg", "description": "Chinese listed automobile company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2835 +{"wikidata_id": "Q99485714", "display_name": "GIFT HOLDINGS", "legal_name": "株式会社ギフトホールディングス", "aliases": ["GIFT", "Gift Holdings Co.", "GIFT HOLDINGS INC.", "GIFT Inc."], "website": "https://www.gift-group.co.jp", "canonical_domain": "gift-group.co.jp", "country": "JP", "hq_city": "Sakuragaokachō", "hq_region": "Shibuya", "lat": 35.65549, "lon": 139.70081, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "9279", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese ramen restaurant company", "sitelinks": 2, "importance": 0.3155, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2836 +{"wikidata_id": "Q106369174", "display_name": "Unitree Robotics", "legal_name": "Unitree Robotics", "aliases": ["Hangzhou Yushu Technology Co.", "Ltd.", "Unitree"], "website": "https://www.unitree.com", "canonical_domain": "unitree.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["robotics"], "industry_labels": ["robotics"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unitree.svg", "description": "Chinese robotics company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2837 +{"wikidata_id": "Q1073544", "display_name": "West Air", "legal_name": null, "aliases": ["China West Air"], "website": "https://www.chinawestair.com", "canonical_domain": "chinawestair.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1873733", "name": "Lucky Air"}, "logo_url": null, "description": "domestic airline in China", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2838 +{"wikidata_id": "Q1188050", "display_name": "Treasure", "legal_name": null, "aliases": ["TREASURE Co.", "Ltd"], "website": "https://www.treasure-inc.co.jp", "canonical_domain": "treasure-inc.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2839 +{"wikidata_id": "Q1188326", "display_name": "J-Air", "legal_name": null, "aliases": [], "website": "https://www.jair.co.jp", "canonical_domain": "jair.co.jp", "country": "JP", "hq_city": "Osaka International Airport", "hq_region": "Itami", "lat": 34.78553, "lon": 135.43822, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q213140", "name": "Japan Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/J-AIR_logo_2011.svg", "description": "Japanese Airline", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2840 +{"wikidata_id": "Q1189087", "display_name": "Air Japan", "legal_name": null, "aliases": ["Co.", "Ltd."], "website": "https://www.air-japan.co.jp", "canonical_domain": "air-japan.co.jp", "country": "JP", "hq_city": "Narita", "hq_region": "Chiba Prefecture", "lat": 35.77667, "lon": 140.31833, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11189379", "name": "ANA Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Japan_blue_logo.svg", "description": "Japanese airline", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2841 +{"wikidata_id": "Q1209119", "display_name": "Djarum", "legal_name": null, "aliases": [], "website": "https://www.djarum.com", "canonical_domain": "djarum.com", "country": "ID", "hq_city": "Kudus", "hq_region": "Central Java", "lat": -6.8, "lon": 110.86667, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56034693", "name": "PT Dwimuria Investama Andalan"}, "logo_url": null, "description": "Indonesian kretek brand and manufacturer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2842 +{"wikidata_id": "Q1318207", "display_name": "Fuji Dream Airlines", "legal_name": null, "aliases": [], "website": "https://www.fujidreamairlines.com", "canonical_domain": "fujidreamairlines.com", "country": "JP", "hq_city": "Irifune", "hq_region": "Shimizu-ku", "lat": 35.01007, "lon": 138.49222, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11648349", "name": "Suzuyo & Co."}, "logo_url": null, "description": "Japanese Airline", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2843 +{"wikidata_id": "Q1331200", "display_name": "Jumeirah", "legal_name": null, "aliases": ["Jumeirah Group", "Jumeirah Group L.L.C", "Jumeirah Hotels & Resorts"], "website": "https://www.jumeirah.com", "canonical_domain": "jumeirah.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900DP7CY9LMWBVD58", "sec_cik": null, "parent": null, "logo_url": null, "description": "Dubai-based international luxury hotel chain", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2844 +{"wikidata_id": "Q1331427", "display_name": "Iwanami Shoten", "legal_name": null, "aliases": [], "website": "https://www.iwanami.co.jp", "canonical_domain": "iwanami.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iwanami_Shoten_%28headquarters_1%29.jpg", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2845 +{"wikidata_id": "Q13403521", "display_name": "Kobe Shimbun", "legal_name": null, "aliases": [], "website": "https://www.kobe-np.co.jp", "canonical_domain": "kobe-np.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["media"], "industry_labels": [], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobe_Shimbun_kanji_logo.jpg", "description": "local newspaper in Japan", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q14619003"}]}
2846 +{"wikidata_id": "Q142054", "display_name": "Kumon", "legal_name": "株式会社公文教育研究会", "aliases": ["Kumon Learning Center"], "website": "https://www.kumon.org", "canonical_domain": "kumon.org", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["education"], "industry_labels": ["education"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kumon_Method_Logo.svg", "description": "educational company based in Japan", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2847 +{"wikidata_id": "Q1536520", "display_name": "Tama Drums", "legal_name": null, "aliases": [], "website": "https://www.tama.com", "canonical_domain": "tama.com", "country": "JP", "hq_city": "Seto", "hq_region": "Aichi Prefecture", "lat": 35.224, "lon": 137.08403, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tama_Drums_logo.svg", "description": "Japanese drum company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2848 +{"wikidata_id": "Q16180845", "display_name": "Jellyfish Entertainment", "legal_name": "JELLYFISH ENTERTAINMENT CO., LTD.", "aliases": [], "website": "https://www.jelly-fish.co.kr", "canonical_domain": "jelly-fish.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company; record label", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2849 +{"wikidata_id": "Q1634762", "display_name": "Kuwait Petroleum Corporation", "legal_name": "Kuwait Petroleum Corporation", "aliases": ["KPC"], "website": "https://www.kpc.com.kw", "canonical_domain": "kpc.com.kw", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kuwait_Petroleum_Corporation_Logo.svg", "description": "state owned oil corporation in Kuwait", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2850 +{"wikidata_id": "Q1824816", "display_name": "China Investment Corporation", "legal_name": null, "aliases": ["CIC", "China Investment Corp"], "website": "https://www.china-inv.cn", "canonical_domain": "china-inv.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PRC_China_Investment_Corporation_logo.svg", "description": "Chinese sovereign wealth fund", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2851 +{"wikidata_id": "Q1881674", "display_name": "MNG Airlines", "legal_name": null, "aliases": [], "website": "https://www.mngairlines.com", "canonical_domain": "mngairlines.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MNG_Airlines_logo.svg", "description": "Cargo airline based in Istanbul, Turkey.", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2852 +{"wikidata_id": "Q1888335", "display_name": "Myanmar Airways International", "legal_name": null, "aliases": ["Myanmar Airways", "Myanmar Airways International Co Ltd", "Myanmar Airways International Co.", "Ltd."], "website": "https://www.maiair.com", "canonical_domain": "maiair.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Airline of Myanmar", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2853 +{"wikidata_id": "Q2352604", "display_name": "TaleWorlds", "legal_name": null, "aliases": [], "website": "https://www.taleworlds.com", "canonical_domain": "taleworlds.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TaleWorlds.png", "description": "Turkish video game developer", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2854 +{"wikidata_id": "Q24867828", "display_name": "Air Seoul", "legal_name": "에어서울 주식회사", "aliases": [], "website": "https://flyairseoul.com", "canonical_domain": "flyairseoul.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q211165", "name": "Asiana Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Air_Seoul.svg", "description": "South Korean low-cost airline based in Seoul", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2855 +{"wikidata_id": "Q2660418", "display_name": "Sumitomo Mitsui Banking Corporation", "legal_name": "Sumitomo Mitsui Banking Corporation", "aliases": ["SMBC"], "website": "https://www.smbc.co.jp", "canonical_domain": "smbc.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5U0XI89JRFVHWIBS4F54", "sec_cik": null, "parent": {"wikidata_id": "Q2094989", "name": "Sumitomo Mitsui Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Smbc_logo.svg", "description": "Japanese multinational banking and financial services company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2856 +{"wikidata_id": "Q287168", "display_name": "iQue", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.ique.com", "canonical_domain": "ique.com", "country": "CN", "hq_city": "Suzhou", "hq_region": "Jiangsu", "lat": 31.3, "lon": 120.61944, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q8093", "name": "Nintendo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IQue_logo.svg", "description": "Chinese joint venture between Wei Yen and Nintendo", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2857 +{"wikidata_id": "Q2882956", "display_name": "Mizuho Bank", "legal_name": null, "aliases": ["MHBK", "J-Coin Pay", "Ltd."], "website": "https://www.mizuhobank.co.jp", "canonical_domain": "mizuhobank.co.jp", "country": "JP", "hq_city": "Otemachi Tower", "hq_region": "Ōtemachi", "lat": 35.68561, "lon": 139.76528, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "RB0PEZSDGCO3JS6CEU02", "sec_cik": null, "parent": {"wikidata_id": "Q166621", "name": "Mizuho Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mizuho_bank_logo.svg", "description": "Japanese bank, part of Mizuho Financial Group", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2858 +{"wikidata_id": "Q2888321", "display_name": "Cyprus Stock Exchange", "legal_name": null, "aliases": ["CSE", "XCYS"], "website": "https://www.cse.com.cy", "canonical_domain": "cse.com.cy", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "213800U9YG19GFXT3S09", "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Nicosia, Cyprus", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q141323468"}]}
2859 +{"wikidata_id": "Q334956", "display_name": "Abu Dhabi Investment Authority", "legal_name": null, "aliases": ["ADIA"], "website": "https://damanmarkets.com", "canonical_domain": "damanmarkets.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["financial-services"], "industry_labels": ["investment"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_Investment_Authority_logo.svg", "description": "sovereign wealth fund", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2860 +{"wikidata_id": "Q34534", "display_name": "Lite-On Technology", "legal_name": null, "aliases": ["Lite-On", "Lite-On Technology Corp."], "website": "https://www.liteon.com", "canonical_domain": "liteon.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Liteon_logo.svg", "description": "computer storage devices company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2861 +{"wikidata_id": "Q357600", "display_name": "Aditya Birla Group", "legal_name": null, "aliases": [], "website": "https://www.adityabirla.com", "canonical_domain": "adityabirla.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1857, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational conglomerate company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2862 +{"wikidata_id": "Q376193", "display_name": "Silicon Integrated Systems", "legal_name": null, "aliases": ["SiS"], "website": "https://www.sis.com.tw", "canonical_domain": "sis.com.tw", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SiS_Logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2863 +{"wikidata_id": "Q429296", "display_name": "MBK Entertainment", "legal_name": null, "aliases": [], "website": "https://mbk-ent.co.kr", "canonical_domain": "mbk-ent.co.kr", "country": "KR", "hq_city": "Yeoksam-dong", "hq_region": "Gangnam District", "lat": 37.49991, "lon": 127.03739, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10854462", "name": "CJ ENM Entertainment Division"}, "logo_url": null, "description": "South Korean record label", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2864 +{"wikidata_id": "Q47015540", "display_name": "Kuaishou", "legal_name": null, "aliases": ["Kwai", "Gif Show", "Gif-show", "GifShow", "Snack Video", "Kuàishǒu", "quick hand"], "website": "https://www.snackvideo.com", "canonical_domain": "snackvideo.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300FCDZBE6UP9ED24", "sec_cik": null, "parent": null, "logo_url": null, "description": "short-video platform", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2865 +{"wikidata_id": "Q483274", "display_name": "Hanjin", "legal_name": null, "aliases": ["Hanjin Group"], "website": "https://www.hanjin.co.kr", "canonical_domain": "hanjin.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["big business"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanjin_Group_2025.svg", "description": "conglomerate", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12624336"}]}
2866 +{"wikidata_id": "Q484872", "display_name": "Jin Air", "legal_name": "Jin Air Co., Ltd.", "aliases": ["LJ", "JNA", "Jin Air Co. Ltd"], "website": "https://www.jinair.com", "canonical_domain": "jinair.com", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Seoul", "lat": 37.55098, "lon": 126.84955, "industries": ["manufacturing", "airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q22975313", "name": "Hanjin KAL"}, "logo_url": null, "description": "budget flight operator under the family-controlled conglomerate Hanjin Group", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2867 +{"wikidata_id": "Q489243", "display_name": "Samsung Heavy Industries", "legal_name": "Samsung Heavy Industries Co., Ltd.", "aliases": ["Samsung Shipbuilding & Heavy Industries"], "website": "https://www.samsungshi.com", "canonical_domain": "samsungshi.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20716", "name": "Samsung Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Heavy_Industries_logo_%28english%29.svg", "description": "South Korean shipbuilding company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2868 +{"wikidata_id": "Q50596", "display_name": "Woollim Entertainment", "legal_name": null, "aliases": [], "website": "https://www.woolliment.com", "canonical_domain": "woolliment.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Woollim_Entertainment.png", "description": "South Korean record label", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2869 +{"wikidata_id": "Q56251056", "display_name": "CoinMarketCap", "legal_name": null, "aliases": ["CMC", "Coinmarketcap"], "website": "https://coinmarketcap.com", "canonical_domain": "coinmarketcap.com", "country": "AE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51403327", "name": "Binance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coinmarketcap_svg_logo.svg", "description": "cryptocurrency price data website and app", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2870 +{"wikidata_id": "Q574659", "display_name": "Japan Transocean Air", "legal_name": null, "aliases": ["JTA"], "website": "https://jta-okinawa.com", "canonical_domain": "jta-okinawa.com", "country": "JP", "hq_city": "Naha Bus Terminal", "hq_region": "Izumizaki", "lat": 26.21128, "lon": 127.67706, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q213140", "name": "Japan Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTA_logo_2011.svg", "description": "Japanese airline", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2871 +{"wikidata_id": "Q624426", "display_name": "Arab Satellite Communications Organization", "legal_name": null, "aliases": ["Arab Corporation for Space Communications", "Arabsat"], "website": "https://www.arabsat.com", "canonical_domain": "arabsat.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arabsat_logo.jpg", "description": "Saudi satellite communications operator", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2872 +{"wikidata_id": "Q669441", "display_name": "Daiichi Sankyo", "legal_name": null, "aliases": ["Daiichi Sankyo Co.", "Ltd.", "Daiichi Sankyō Kabushiki-kaisha"], "website": "https://www.daiichisankyo.co.jp", "canonical_domain": "daiichisankyo.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800XGIU2IHQGC9504", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiichi-sankyo_logomark.svg", "description": "Japanese pharmaceutical company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2873 +{"wikidata_id": "Q6839659", "display_name": "Micromax", "legal_name": null, "aliases": ["Micromax Informatics Limited"], "website": "https://micromaxinfo.com", "canonical_domain": "micromaxinfo.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian multinational electronics company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2874 +{"wikidata_id": "Q704811", "display_name": "Thermaltake Technology", "legal_name": null, "aliases": ["Thermaltake"], "website": "https://www.thermaltake.com", "canonical_domain": "thermaltake.com", "country": "TW", "hq_city": "Neihu District", "hq_region": "Taipei", "lat": 25.08333, "lon": 121.58333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Thermaltake_Premium_logo.svg", "description": "company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2875 +{"wikidata_id": "Q706533", "display_name": "Bank of Taiwan", "legal_name": null, "aliases": ["BOT", "The Bank of Taiwan"], "website": "https://www.bot.com.tw", "canonical_domain": "bot.com.tw", "country": "TW", "hq_city": "Taihoku", "hq_region": "Taihoku Prefecture", "lat": 25.04639, "lon": 121.52097, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1899, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7676534", "name": "Taiwan Financial Holdings Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_of_Taiwan_Seal.svg", "description": "Taiwanese government-owned commercial bank", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2876 +{"wikidata_id": "Q771469", "display_name": "Ichijinsha", "legal_name": null, "aliases": ["Issaisha", "Studio DNA"], "website": "https://www.ichijinsha.co.jp", "canonical_domain": "ichijinsha.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["book", "magazine"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q726081", "name": "Kodansha"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ichijinsha_Logo.png", "description": "Japanese publishing company", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2877 +{"wikidata_id": "Q918096", "display_name": "Pakistan Railways", "legal_name": null, "aliases": ["PR"], "website": "https://www.pakrail.gov.pk", "canonical_domain": "pakrail.gov.pk", "country": "PK", "hq_city": "Lahore", "hq_region": "Lahore District", "lat": 31.54972, "lon": 74.34361, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned railway company of Pakistan", "sitelinks": 19, "importance": 0.3149, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2878 +{"wikidata_id": "Q108940206", "display_name": "Baku Shipyard", "legal_name": null, "aliases": ["Baku Shipyard LLC"], "website": "https://bakushipyard.com", "canonical_domain": "bakushipyard.com", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["manufacturing", "logistics"], "industry_labels": ["shipbuilding", "freight transport"], "founded_year": 2013, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Azerbaijani shipyard plant", "sitelinks": 6, "importance": 0.3146, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2879 +{"wikidata_id": "Q2822685", "display_name": "Access Games", "legal_name": null, "aliases": ["ACCESS GAMES INC."], "website": "https://www.accessgames.co.jp", "canonical_domain": "accessgames.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 35.67483, "lon": 139.77936, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 70, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game planning company", "sitelinks": 10, "importance": 0.3138, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2880 +{"wikidata_id": "Q70510557", "display_name": "Venus Optics", "legal_name": null, "aliases": ["Anhui ChangGeng Optics Technology Co.", "Ltd.", "Laowa", "Laowa Lens"], "website": "https://www.venuslens.net", "canonical_domain": "venuslens.net", "country": "CN", "hq_city": "Hefei", "hq_region": "Anhui", "lat": 31.86389, "lon": 117.28083, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 2013, "employees": 131, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Laowa-logo.png", "description": "Manufacturer of innovative photographic lenses", "sitelinks": 9, "importance": 0.3128, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2881 +{"wikidata_id": "Q39059847", "display_name": "Shanghai Municipal Investment Group", "legal_name": null, "aliases": [], "website": "https://www.chengtou.com", "canonical_domain": "chengtou.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1992, "employees": 17000, "public_company": false, "ticker": null, "exchange": null, "lei": "300300XPC2CWBX6BZQ39", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned investment firm", "sitelinks": 4, "importance": 0.3102, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2882 +{"wikidata_id": "Q43380155", "display_name": "Solico Group", "legal_name": null, "aliases": [], "website": "https://www.solico-group.com", "canonical_domain": "solico-group.com", "country": "IR", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1979, "employees": 17000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solico_group_logo.jpg", "description": null, "sitelinks": 4, "importance": 0.3102, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2883 +{"wikidata_id": "Q139793768", "display_name": "Genesys International Corporation Ltd", "legal_name": null, "aliases": ["Genesys International · iGenesys · GENESYS (NSE)"], "website": "https://www.igenesys.com", "canonical_domain": "igenesys.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": [], "industry_labels": ["geographic information system"], "founded_year": 1995, "employees": 2000, "public_company": true, "ticker": "GENESYS", "exchange": "Bombay Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian geospatial intelligence company headquartered in Mumbai", "sitelinks": 0, "importance": 0.31, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2884 +{"wikidata_id": "Q1073234", "display_name": "China Cargo Airlines", "legal_name": null, "aliases": [], "website": "https://www.ckair.com", "canonical_domain": "ckair.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291796", "name": "China Eastern Airlines"}, "logo_url": null, "description": "cargo division of China Eastern Airlines", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2885 +{"wikidata_id": "Q1074422", "display_name": "Hebei Airlines", "legal_name": null, "aliases": [], "website": "https://www.hbhk.com.cn", "canonical_domain": "hbhk.com.cn", "country": "CN", "hq_city": "Shijiazhuang", "hq_region": "Hebei", "lat": 38.0425, "lon": 114.51, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2886 +{"wikidata_id": "Q1092500", "display_name": "Nitroplus", "legal_name": null, "aliases": ["Nitro plus", "Nitro+", "Nitroplus Co.", "Ltd."], "website": "https://www.nitroplus.co.jp", "canonical_domain": "nitroplus.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11304138", "name": "CyberAgent"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nitroplus_Logo_%282021%29.png", "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2887 +{"wikidata_id": "Q109424729", "display_name": "Bybit", "legal_name": null, "aliases": [], "website": "https://www.bybit.com", "canonical_domain": "bybit.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["fintech"], "industry_labels": ["cryptocurrency", "non-fungible token"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bybit-logo_%28cropped%29.png", "description": "cryptocurrency exchange", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2888 +{"wikidata_id": "Q1142348", "display_name": "Yomiuri Telecasting Corporation", "legal_name": "Yomiuri Telecasting Corporation.", "aliases": ["Yomiuri TV", "ytv"], "website": "https://www.ytv.co.jp", "canonical_domain": "ytv.co.jp", "country": "JP", "hq_city": "Osaka Business Park", "hq_region": "Shiromi", "lat": 34.69191, "lon": 135.52906, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yomiuri_Telecasting_Corporation_Logo.svg", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2889 +{"wikidata_id": "Q115802741", "display_name": "Riyadh Air", "legal_name": null, "aliases": ["Riyadh International Airlines"], "website": "https://www.riyadhair.com", "canonical_domain": "riyadhair.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12220298", "name": "Public Investment Fund"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riyadh_Air_Logo.svg", "description": "flag carrier airline of Saudi Arabia", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2890 +{"wikidata_id": "Q1184979", "display_name": "Shinchosha", "legal_name": null, "aliases": ["Shinchōsha", "Shinchosha Publishing", "Shinchosha Publishing Co", "Ltd.", "Shinchousha"], "website": "https://www.shinchosha.co.jp", "canonical_domain": "shinchosha.co.jp", "country": "JP", "hq_city": "Yaraichō", "hq_region": "Shinjuku", "lat": 35.70287, "lon": 139.73299, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinchosha_logo.png", "description": "Japanese publishing company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2891 +{"wikidata_id": "Q1241360", "display_name": "Dongfeng Stellantis", "legal_name": null, "aliases": ["DPCA", "Shenlong", "Dongfeng Peugeot-Citroën Automobile"], "website": "https://www.dpca.com.cn", "canonical_domain": "dpca.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongfeng_Peugeot-Citro%C3%ABn_logo.svg", "description": "Chinese motor vehicle manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2892 +{"wikidata_id": "Q12428554", "display_name": "Zee Entertainment Enterprises Limited", "legal_name": null, "aliases": [], "website": "https://www.zee.com", "canonical_domain": "zee.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zee_Entertainment_2025.svg", "description": "Indian media and entertainment company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2893 +{"wikidata_id": "Q1278087", "display_name": "Petrol Ofisi", "legal_name": null, "aliases": [], "website": "https://www.petrolofisi.com.tr", "canonical_domain": "petrolofisi.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fuel products distribution and lubricants company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2894 +{"wikidata_id": "Q130263208", "display_name": "MiniMax Group", "legal_name": null, "aliases": [], "website": "https://www.minimax.io", "canonical_domain": "minimax.io", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MiniMax.png", "description": "Chinese multinational artificial intelligence company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2895 +{"wikidata_id": "Q1357666", "display_name": "World Scientific", "legal_name": null, "aliases": ["World Scientific Publishing", "World Scientific Publishing Co Pte Ltd", "World Scientific Publishing Company"], "website": "https://www.worldscientific.com", "canonical_domain": "worldscientific.com", "country": "SG", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["media"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "academic publisher headquartered in Singapore", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2896 +{"wikidata_id": "Q1368249", "display_name": "Raya Airways", "legal_name": null, "aliases": ["Transmile Air Services"], "website": "https://rayaairways.com", "canonical_domain": "rayaairways.com", "country": "MY", "hq_city": "Sultan Abdul Aziz Shah Airport", "hq_region": "Petaling District", "lat": 3.13302, "lon": 101.55371, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Raya_Airways_Logo.svg", "description": "Malaysian airline", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2897 +{"wikidata_id": "Q1368765", "display_name": "MASkargo", "legal_name": null, "aliases": ["Malaysia Airlines Cargo Sdn. Bhd.", "Malaysia Airlines Kargo", "MAB Kargo Sdn Bhd", "MAB Kargo"], "website": "https://www.maskargo.com", "canonical_domain": "maskargo.com", "country": "MY", "hq_city": "Sepang District", "hq_region": "Selangor", "lat": 2.81667, "lon": 101.73333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137477114", "name": "Malaysia Aviation Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MalaysiaAirlinesLogo_MASKargoNew.jpg", "description": "cargo subsidiary of Malaysia Airlines", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2898 +{"wikidata_id": "Q1386058", "display_name": "Eznis Airways", "legal_name": null, "aliases": ["MG", "EZA"], "website": "https://www.eznis.com", "canonical_domain": "eznis.com", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "charter airline and former scheduled carrier headquartered in Ulaanbaatar, Mongolia and based at Chinggis Khaan International Airport", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2899 +{"wikidata_id": "Q15043926", "display_name": "Thai Lion Air", "legal_name": null, "aliases": ["Thai Lion Mentari Co.", "Ltd."], "website": "https://www.lionairthai.com", "canonical_domain": "lionairthai.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1056794", "name": "Lion Air"}, "logo_url": null, "description": "Thai low-cost airline", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2900 +{"wikidata_id": "Q1579196", "display_name": "Naxos", "legal_name": null, "aliases": [], "website": "https://www.naxos.com", "canonical_domain": "naxos.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2901 +{"wikidata_id": "Q1619375", "display_name": "Hindustan Petroleum", "legal_name": null, "aliases": ["HPCL"], "website": "https://www.hindustanpetroleum.com", "canonical_domain": "hindustanpetroleum.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hindustan_Petroleum_logo.svg", "description": "petroleum company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6935319"}]}
2902 +{"wikidata_id": "Q18345141", "display_name": "Century Pacific Food", "legal_name": null, "aliases": [], "website": "https://www.centurypacific.com.ph", "canonical_domain": "centurypacific.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900NFV7QTJB821G52", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Century_Pacific_Food_logo.svg", "description": "Philippine food manufacturer company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2903 +{"wikidata_id": "Q237246", "display_name": "Blue Dart Aviation", "legal_name": null, "aliases": [], "website": "https://bluedartaviation.com", "canonical_domain": "bluedartaviation.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blue_Dart_logo_transparent.png", "description": "Indian airline", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2904 +{"wikidata_id": "Q2617855", "display_name": "Arc System Works", "legal_name": null, "aliases": ["ASW", "Arc Sys", "Arc System Works Co.", "Ltd.", "ArcSys"], "website": "https://www.arcsystemworks.jp", "canonical_domain": "arcsystemworks.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arc_system_works_logo.png", "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2905 +{"wikidata_id": "Q2729871", "display_name": "Efes Beverage Group", "legal_name": null, "aliases": ["Anadolu Efes"], "website": "https://www.anadoluefes.com", "canonical_domain": "anadoluefes.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["food-beverage"], "industry_labels": ["brewery"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "7890006LGARYVIPOJX03", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anadolu_Efes_Logo.svg", "description": "Turkish beer company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2906 +{"wikidata_id": "Q2740414", "display_name": "Team Ninja", "legal_name": null, "aliases": [], "website": "https://teamninja-studio.com", "canonical_domain": "teamninja-studio.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3516982", "name": "Koei Tecmo Games"}, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2907 +{"wikidata_id": "Q2745027", "display_name": "Kereta Api Indonesia", "legal_name": "PT Kereta Api Indonesia (Persero)", "aliases": ["KAI", "Indonesian Railway Company", "KAII", "Kereta Api Indonesia (Persero)"], "website": "https://www.kai.id", "canonical_domain": "kai.id", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["transportation"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PT_Kereta_Api_Indonesia_%28Persero%29_2020.svg", "description": "major operator of public railways in Indonesia", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2908 +{"wikidata_id": "Q311636", "display_name": "Cowon Systems", "legal_name": null, "aliases": [], "website": "https://www.cowonglobal.com", "canonical_domain": "cowonglobal.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["technology"], "industry_labels": ["mobile phone accessory", "consumer electronics industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COWON.svg", "description": "South Korean consumer electronics manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2909 +{"wikidata_id": "Q3270934", "display_name": "Cham Wings Airlines", "legal_name": null, "aliases": [], "website": "https://www.chamwings.com", "canonical_domain": "chamwings.com", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_Cham_Wings_Airlines_%28until_2025%29.png", "description": "Syrian Airlines", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2910 +{"wikidata_id": "Q3302845", "display_name": "Maxus", "legal_name": null, "aliases": ["SAIC Maxus Vehicle"], "website": "https://www.saicmaxus.am", "canonical_domain": "saicmaxus.am", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q910401", "name": "SAIC Motor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Maxus_Motor_%28Thailand%29_.co.%2Cltd.png", "description": "automobile manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2911 +{"wikidata_id": "Q4231991", "display_name": "Qoros", "legal_name": null, "aliases": [], "website": "https://www.qoros.com", "canonical_domain": "qoros.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1674598", "name": "The Israel Corporation Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QOROS_logo.JPG", "description": "automotive manufacturing company headquartered in Shanghai", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2912 +{"wikidata_id": "Q489392", "display_name": "Eastar Jet", "legal_name": null, "aliases": [], "website": "https://main.eastarjet.com", "canonical_domain": "eastarjet.com", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Seoul", "lat": 37.55098, "lon": 126.84955, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65330661", "name": "Eastar Jet Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Eastar_Jet_Logo.svg", "description": "low-cost airline of South Korea", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2913 +{"wikidata_id": "Q490787", "display_name": "Shinsegae", "legal_name": null, "aliases": ["SHINSEGAE Co.Ltd"], "website": "https://www.shinsegae.com", "canonical_domain": "shinsegae.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinsegae_logo.svg", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2914 +{"wikidata_id": "Q491998", "display_name": "TS Entertainment", "legal_name": null, "aliases": [], "website": "https://www.tsenter.co.kr", "canonical_domain": "tsenter.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10854462", "name": "CJ ENM Entertainment Division"}, "logo_url": null, "description": "South Korean record label", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2915 +{"wikidata_id": "Q5009945", "display_name": "Loong Air", "legal_name": "Zhejiang Loong Airlines Company Limited", "aliases": ["CDI Cargo Airlines", "Zhejiang Loong Airlines", "Zhejiang Loong Airlines Co Ltd", "Zhejiang Loong Airlines Co. Ltd."], "website": "https://www.loongair.cn", "canonical_domain": "loongair.cn", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2916 +{"wikidata_id": "Q579485", "display_name": "Pearl Drums", "legal_name": null, "aliases": [], "website": "https://www.pearldrum.com", "canonical_domain": "pearldrum.com", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pearl_drum_logo.png", "description": "company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2917 +{"wikidata_id": "Q5943259", "display_name": "Taiwan Mobile", "legal_name": null, "aliases": ["Taiwan Dageda", "Taiwan Mobile Co.", "Ltd."], "website": "https://www.taiwanmobile.com", "canonical_domain": "taiwanmobile.com", "country": "TW", "hq_city": "Taiwan", "hq_region": null, "lat": 24.0, "lon": 121.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "telecommunications company in Taiwan", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2918 +{"wikidata_id": "Q6066718", "display_name": "Iran Aircraft Manufacturing Industrial Company", "legal_name": null, "aliases": ["HESA", "Iran Aircraft Manufacturing Industries Corporation"], "website": "https://www.hesa.ir", "canonical_domain": "hesa.ir", "country": "IR", "hq_city": "Isfahan", "hq_region": "Central District", "lat": 32.6525, "lon": 51.67472, "industries": ["aerospace-defense", "defense"], "industry_labels": ["aircraft industry", "defence industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HESA_company.png", "description": "Iranian aircraft manufacturing company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2919 +{"wikidata_id": "Q630591", "display_name": "Suparna Airlines", "legal_name": null, "aliases": ["Yangtze River Express"], "website": "https://www.yzr.com.cn", "canonical_domain": "yzr.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "Chinese airline", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2920 +{"wikidata_id": "Q65158716", "display_name": "Aiways", "legal_name": null, "aliases": [], "website": "https://www.ai-ways.com", "canonical_domain": "ai-ways.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aiways_Logo_01.2021.svg", "description": "Chinese EV manufacturer", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2921 +{"wikidata_id": "Q667400", "display_name": "Air Thanlwin", "legal_name": null, "aliases": ["Yangon Airways"], "website": "https://www.airthanlwin.com", "canonical_domain": "airthanlwin.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2922 +{"wikidata_id": "Q700446", "display_name": "Biostar Microtech International", "legal_name": null, "aliases": ["Biostar", "Biostar Microtech Int'l Corp"], "website": "https://www.biostar.com.tw", "canonical_domain": "biostar.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry", "electronics industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2923 +{"wikidata_id": "Q701761", "display_name": "Uni Air", "legal_name": null, "aliases": ["UIA", "B7", "UNI AIR", "UNI Airways"], "website": "https://www.uniair.com.tw", "canonical_domain": "uniair.com.tw", "country": "TW", "hq_city": "Zhongshan District", "hq_region": "Taipei", "lat": 25.06889, "lon": 121.53306, "industries": ["airlines"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q715113", "name": "EVA Air"}, "logo_url": null, "description": "airline in Taiwan", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2924 +{"wikidata_id": "Q748603", "display_name": "Islamic Republic of Iran Railways", "legal_name": null, "aliases": ["RAI"], "website": "https://www.rai.ir", "canonical_domain": "rai.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["transportation"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned rail company in Iran", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2925 +{"wikidata_id": "Q830664", "display_name": "Bestune", "legal_name": "FAW Bestune Automobile Co., Ltd.", "aliases": ["Besturn"], "website": "https://benteng.faw.cn", "canonical_domain": "faw.cn", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["automotive"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bestune_logo.jpg", "description": "automotive marque of the FAW Group", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2926 +{"wikidata_id": "Q97180096", "display_name": "Pop Mart", "legal_name": null, "aliases": ["Popmart"], "website": "https://www.popmart.com", "canonical_domain": "popmart.com", "country": "CN", "hq_city": "Chaoyang District", "hq_region": "Beijing", "lat": 39.92038, "lon": 116.43737, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "9845000A05E8F937E337", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pop_Mart_logo.svg", "description": "Chinese toy company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2927 +{"wikidata_id": "Q973930", "display_name": "Qatargas", "legal_name": null, "aliases": [], "website": "https://www.qatargas.com", "canonical_domain": "qatargas.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1811692", "name": "QatarEnergy"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QG_large_4c.jpg", "description": "Qatari liquefied natural gas production company", "sitelinks": 18, "importance": 0.3096, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2928 +{"wikidata_id": "Q5020502", "display_name": "California Fried Chicken", "legal_name": null, "aliases": ["CFC"], "website": "https://www.cfcindonesia.com", "canonical_domain": "cfcindonesia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1983, "employees": 1400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian restaurant chain", "sitelinks": 6, "importance": 0.3095, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96100592"}]}
2929 +{"wikidata_id": "Q85970774", "display_name": "Getir", "legal_name": null, "aliases": [], "website": "https://www.getir.com", "canonical_domain": "getir.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["logistics"], "industry_labels": ["delivery"], "founded_year": 2015, "employees": 27, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Getir_logo.png", "description": "Turkish on-demand food and grocery delivery start-up", "sitelinks": 11, "importance": 0.3095, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2930 +{"wikidata_id": "Q96472603", "display_name": "Solusi Bangun Indonesia", "legal_name": "PT Solusi Bangun Indonesia Tbk", "aliases": ["SMCB", "Solusi Bangun Indonesia Tbk"], "website": "https://solusibangunindonesia.com", "canonical_domain": "solusibangunindonesia.com", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": 1971, "employees": 1893, "public_company": true, "ticker": "SMCB", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 0, "importance": 0.3092, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2931 +{"wikidata_id": "Q118574859", "display_name": "Global Digital Niaga", "legal_name": null, "aliases": ["BELI", "PT Global Digital Niaga Tbk", "bliblidotcom", "bli bli", "blibli"], "website": "https://www.blibli.com", "canonical_domain": "blibli.com", "country": "ID", "hq_city": "Kudus", "hq_region": "Central Java", "lat": -6.8, "lon": 110.86667, "industries": ["technology"], "industry_labels": [], "founded_year": 2010, "employees": 1841, "public_company": true, "ticker": "BELI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 0, "importance": 0.3088, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2932 +{"wikidata_id": "Q4835667", "display_name": "BIGLOBE", "legal_name": null, "aliases": [], "website": "https://www.biglobe.co.jp", "canonical_domain": "biglobe.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["internet", "telecommunications"], "industry_labels": [], "founded_year": 2006, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q971946", "name": "KDDI"}, "logo_url": null, "description": "internet service provider in Japan", "sitelinks": 7, "importance": 0.3086, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2933 +{"wikidata_id": "Q4701730", "display_name": "Aksa", "legal_name": null, "aliases": [], "website": "https://www.aksa.com", "canonical_domain": "aksa.com", "country": "TR", "hq_city": "Yalova", "hq_region": "Yalova Province", "lat": 40.65556, "lon": 29.275, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": "789000OKY3ICX0Y2NY41", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AKSA.svg", "description": "Turkish company", "sitelinks": 6, "importance": 0.3072, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2934 +{"wikidata_id": "Q7067950", "display_name": "Nuclear Fuel Complex", "legal_name": null, "aliases": [], "website": "https://www.nfc.gov.in", "canonical_domain": "nfc.gov.in", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["energy"], "industry_labels": [], "founded_year": 1971, "employees": 3600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "division of the Department of Atomic Energy in India", "sitelinks": 5, "importance": 0.3069, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2935 +{"wikidata_id": "Q9290601", "display_name": "Inti Creates", "legal_name": null, "aliases": ["Inti Creates Co.", "Ltd."], "website": "https://www.inti.co.jp", "canonical_domain": "inti.co.jp", "country": "JP", "hq_city": "Ichikawa", "hq_region": "Chiba Prefecture", "lat": 35.72192, "lon": 139.93106, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game development studio", "sitelinks": 9, "importance": 0.3057, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2936 +{"wikidata_id": "Q16878349", "display_name": "Rigol", "legal_name": null, "aliases": ["RIGOL Technologies"], "website": "https://www.rigol.com", "canonical_domain": "rigol.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["biotechnology"], "industry_labels": ["laboratory equipment"], "founded_year": 1998, "employees": 400, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of test equipment", "sitelinks": 7, "importance": 0.3054, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2937 +{"wikidata_id": "Q11311968", "display_name": "Stanley Electric", "legal_name": null, "aliases": ["Sutanrē Denki Kabushiki-gaisha", "Sutanre Denki KK"], "website": "https://www.stanley.co.jp", "canonical_domain": "stanley.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": ["lighting"], "founded_year": 1920, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stanley_Electric_logo.svg", "description": "Japanese company producing electric light sources", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2938 +{"wikidata_id": "Q12620571", "display_name": "Korean Reinsurance Company", "legal_name": null, "aliases": [], "website": "https://www.koreanre.co.kr", "canonical_domain": "koreanre.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Reinsurance company in South Korea", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2939 +{"wikidata_id": "Q1444583", "display_name": "Alvarion", "legal_name": null, "aliases": [], "website": "https://www.alvarion.com", "canonical_domain": "alvarion.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alvarion_logo.png", "description": "Israeli company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2940 +{"wikidata_id": "Q1671042", "display_name": "Komori", "legal_name": null, "aliases": ["Komori Corporation"], "website": "https://www.komori.com", "canonical_domain": "komori.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900N2ORUZJBR1SB21", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Komori.svg", "description": "company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2941 +{"wikidata_id": "Q3648676", "display_name": "Ceva, Inc.", "legal_name": null, "aliases": ["Ceva"], "website": "https://www.ceva-ip.com", "canonical_domain": "ceva-ip.com", "country": "IL", "hq_city": "Mountain View", "hq_region": "Santa Clara County", "lat": 37.39278, "lon": -122.04194, "industries": ["software"], "industry_labels": ["SIC 7370 Services-Computer Programming, Data Processing, Etc."], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "CEVA", "exchange": "Nasdaq", "lei": null, "sec_cik": "1173489", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CEVA_Inc_Logo.svg", "description": "company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1173489", "enriched_at": "2026-09-13T07:23:28+00:00"}}
2942 +{"wikidata_id": "Q4111575", "display_name": "Sify", "legal_name": null, "aliases": ["Satyam Infoway"], "website": "https://corporate.sify.com", "canonical_domain": "sify.com", "country": "IN", "hq_city": "Tharamani", "hq_region": "Chennai", "lat": 12.9786, "lon": 80.2409, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": null, "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian information technology company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2943 +{"wikidata_id": "Q4880982", "display_name": "Behran Oil Company", "legal_name": null, "aliases": ["Behran Co", "Behran Iran", "Behran Oil"], "website": "https://www.behranoil.co", "canonical_domain": "behranoil.co", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Behran_Oil_Company_%28Iran%29.png", "description": "Iranian oil and gas company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2944 +{"wikidata_id": "Q5099767", "display_name": "KGI Life Insurance Company", "legal_name": null, "aliases": ["KGI Life Insurance", "KGI Life Insurance Co.", "Ltd."], "website": "https://www.kgilife.com.tw", "canonical_domain": "kgilife.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["insurance"], "industry_labels": ["life insurance"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10876574", "name": "KGI Financial Holding"}, "logo_url": null, "description": "life insurance company in Taiwan", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2945 +{"wikidata_id": "Q5417290", "display_name": "Everlight Electronics", "legal_name": null, "aliases": [], "website": "https://www.everlight.com", "canonical_domain": "everlight.com", "country": "TW", "hq_city": "Shulin District", "hq_region": "Taipei County", "lat": 24.99, "lon": 121.41, "industries": ["technology"], "industry_labels": ["electronics", "electronics industry"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "2549005XKYNKN91J5J47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Everlight_Electronics_global_operations_headquarters_plate_20160205.jpg", "description": "Taiwanese company which manufactures light-emitting diodes", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2946 +{"wikidata_id": "Q55736184", "display_name": "Studio Santa Claus Entertainment", "legal_name": null, "aliases": [], "website": "https://studiosantaent.com", "canonical_domain": "studiosantaent.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean talent management agency and television production company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2947 +{"wikidata_id": "Q5619679", "display_name": "Guotai Haitong Securities", "legal_name": null, "aliases": [], "website": "https://www.gtht.com", "canonical_domain": "gtht.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Guotai_Haitong_Securities.svg", "description": "Chinese company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2948 +{"wikidata_id": "Q6714424", "display_name": "MAPNA", "legal_name": null, "aliases": ["Mapna Co", "Mapna Group"], "website": "https://www.mapnagroup.com", "canonical_domain": "mapnagroup.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["manufacturing", "technology", "biotechnology", "energy"], "industry_labels": ["electrical engineering", "powertrain technology", "biomedical engineering", "power plant technology"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q134621969", "name": "Razavi Foundation"}, "logo_url": null, "description": "Iranian engineering and electronics conglomerate", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2949 +{"wikidata_id": "Q7402476", "display_name": "Saipa Diesel", "legal_name": null, "aliases": ["SD", "Saipa Disel"], "website": "https://www.saipadiesel.ir", "canonical_domain": "saipadiesel.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["manufacturing", "automotive"], "industry_labels": ["industrial manufacturing", "automotive industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116234", "name": "Saipa"}, "logo_url": null, "description": "Iranian manufacturing company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2950 +{"wikidata_id": "Q7674768", "display_name": "Taekwang Group", "legal_name": null, "aliases": [], "website": "https://www.taekwanggroup.co.kr", "canonical_domain": "taekwanggroup.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taekwang_Logos.svg", "description": "South Korean conglomerate", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2951 +{"wikidata_id": "Q7695198", "display_name": "Tejarat Bank", "legal_name": null, "aliases": ["Bank Tejarat"], "website": "https://www.tejaratbank.ir", "canonical_domain": "tejaratbank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": "5493007MJ3BLX55XSZ63", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tejarat_Bank_Logo.svg", "description": "Iranian banking and financial services company", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2952 +{"wikidata_id": "Q806659", "display_name": "Bank of Industry and Mine", "legal_name": null, "aliases": ["BIM Bank", "BIM Bank Of Iran", "Industry And Mine Bank Of Iran"], "website": "https://www.bim.ir", "canonical_domain": "bim.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sanatvamadan-logo-LimooGraphic.png", "description": "Iranian banking and financial services corporation", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2953 +{"wikidata_id": "Q842367", "display_name": "Guangzhou Daily", "legal_name": null, "aliases": ["Guangzhou Ribao"], "website": "https://gzdaily.dayoo.com", "canonical_domain": "dayoo.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": null, "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese newspaper based in Guangzhou", "sitelinks": 6, "importance": 0.3046, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2954 +{"wikidata_id": "Q1061902", "display_name": "Air Changan", "legal_name": null, "aliases": ["Chang'an Airlines"], "website": "https://www.airchangan.com", "canonical_domain": "airchangan.com", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "Chinese airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2955 +{"wikidata_id": "Q1064065", "display_name": "China Development Bank", "legal_name": null, "aliases": ["China Development Bank Corpration"], "website": "https://www.cdb.com.cn", "canonical_domain": "cdb.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59261", "name": "State Council of the People's Republic of China"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PRC_China_Development_Bank_%28CDB%29_logo.svg", "description": "development bank in the People's Republic of China (PRC)", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2956 +{"wikidata_id": "Q1065614", "display_name": "Kyoto Broadcasting System", "legal_name": "株式会社近畿放送", "aliases": ["KBS Kyoto", "KBS Kyōto"], "website": "https://www.kbs-kyoto.co.jp", "canonical_domain": "kbs-kyoto.co.jp", "country": "JP", "hq_city": "Kamigyō-ku", "hq_region": "Kyoto", "lat": 35.02361, "lon": 135.75861, "industries": ["media"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kbs_logo.svg", "description": "Broadcasting Station", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2957 +{"wikidata_id": "Q10874081", "display_name": "China Aerospace Science and Industry Corporation Limited", "legal_name": null, "aliases": ["CASIC", "China Aerospace Science and Industry Corporation"], "website": "https://www.casic.com", "canonical_domain": "casic.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry", "defence industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned defense company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2958 +{"wikidata_id": "Q11195116", "display_name": "Cygames", "legal_name": null, "aliases": ["Inc."], "website": "https://www.cygames.co.jp", "canonical_domain": "cygames.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11304138", "name": "CyberAgent"}, "logo_url": null, "description": "video game development studio", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2959 +{"wikidata_id": "Q1137771", "display_name": "Donghai Airlines", "legal_name": null, "aliases": [], "website": "https://www.donghaiair.com", "canonical_domain": "donghaiair.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q291944", "name": "Sichuan Airlines"}, "logo_url": null, "description": "airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2960 +{"wikidata_id": "Q1200091", "display_name": "Japan Bank for International Cooperation", "legal_name": "株式会社国際協力銀行", "aliases": [], "website": "https://www.jbic.go.jp", "canonical_domain": "jbic.go.jp", "country": "JP", "hq_city": "Ōtemachi", "hq_region": "Chiyoda", "lat": 35.68711, "lon": 139.76428, "industries": ["banking"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300TJ3QFYVCTSCJ29", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JBIC_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2961 +{"wikidata_id": "Q1205595", "display_name": "NBCUniversal Entertainment Japan LLC", "legal_name": "Pioneer LDC, Inc.", "aliases": ["LaserDisc Corporation", "Pioneer LDC"], "website": "https://www.nbcuni.co.jp", "canonical_domain": "nbcuni.co.jp", "country": "JP", "hq_city": "Atago", "hq_region": "Minato", "lat": 35.66412, "lon": 139.74878, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21043034", "name": "Universal Subscription"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBCUniversal_Entertainment_Japan_2021.svg", "description": "Japanese entertainment company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2962 +{"wikidata_id": "Q123574937", "display_name": "Xiaomi Auto", "legal_name": "Xiaomi Automobile Co Ltd", "aliases": [], "website": "https://www.xiaomiauto.com", "canonical_domain": "xiaomiauto.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1636958", "name": "Xiaomi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Xiaomi_EV_New.jpg", "description": "Chinese automotive division of Xiaomi", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2963 +{"wikidata_id": "Q129572031", "display_name": "Zhipu AI", "legal_name": null, "aliases": ["Beijing Knowledge Atlas Technology Co Ltd", "Beijing Zhipu Huazhang Technology Co."], "website": "https://z.ai", "canonical_domain": "z.ai", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["artificial-intelligence", "technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Z.ai_%28formerly_Zhipu_AI%29%282025_logo%29.jpg", "description": "Chinese technology company based in Beijing", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2964 +{"wikidata_id": "Q1324085", "display_name": "Pancrase", "legal_name": null, "aliases": [], "website": "https://pancrase.co.jp", "canonical_domain": "pancrase.co.jp", "country": "JP", "hq_city": "Kōtō", "hq_region": "Tokyo", "lat": 35.67281, "lon": 139.81728, "industries": [], "industry_labels": ["mixed martial arts"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pancrase_Hybrid_Wrestling_logo.png", "description": "MMA company based in Japan", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2965 +{"wikidata_id": "Q1336342", "display_name": "Kish Air", "legal_name": null, "aliases": ["Kish Airlines", "Kish Airways"], "website": "https://www.kishairline.com", "canonical_domain": "kishairline.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65197966", "name": "Kish Free Zone"}, "logo_url": null, "description": "Iranian airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2966 +{"wikidata_id": "Q1357695", "display_name": "Fujimi Shobo", "legal_name": null, "aliases": [], "website": "https://www.fujimishobo.co.jp", "canonical_domain": "fujimishobo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1049586", "name": "Kadokawa Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujimi_Shobo.png", "description": "Japanese publisher", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2967 +{"wikidata_id": "Q1359862", "display_name": "King Fahd Complex for the Printing of the Holy Quran", "legal_name": null, "aliases": ["KFGQPC", "King Fahd Complex", "King Fahd Glorious Quran Printing Complex"], "website": "https://qurancomplex.gov.sa", "canonical_domain": "qurancomplex.gov.sa", "country": "SA", "hq_city": "Medina", "hq_region": "Medina Province", "lat": 24.47, "lon": 39.61, "industries": ["manufacturing", "media"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi publisher", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2968 +{"wikidata_id": "Q1432633", "display_name": "SAIC Volkswagen", "legal_name": null, "aliases": ["SAIC Volkswagen Automobile Co.", "Ltd.", "SAIC Volkswagen Automotive Co.", "Ltd", "Shanghai Volkswagen"], "website": "https://www.csvw.com", "canonical_domain": "csvw.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_SAIC_Volkswagen.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2969 +{"wikidata_id": "Q15149613", "display_name": "Vanilla Air", "legal_name": "Vanilla Air Inc.", "aliases": ["AirAsia Japan"], "website": "https://www.vanilla-air.com", "canonical_domain": "vanilla-air.com", "country": "JP", "hq_city": "Narita", "hq_region": "Chiba Prefecture", "lat": 35.77667, "lon": 140.31833, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11189379", "name": "ANA Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vanilla_Air_logo.svg", "description": "Japanese Airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2970 +{"wikidata_id": "Q1566843", "display_name": "HBL Pakistan", "legal_name": null, "aliases": ["Habib Bank", "Habib Bank Limited"], "website": "https://www.hbl.com", "canonical_domain": "hbl.com", "country": "PK", "hq_city": "Habib Bank Plaza", "hq_region": "Karachi", "lat": 24.8499, "lon": 67.0055, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Habib_Bank.svg", "description": "Pakistani multinational banking company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2971 +{"wikidata_id": "Q161223", "display_name": "07th Expansion", "legal_name": null, "aliases": ["FUJIX"], "website": "https://07th-expansion.net", "canonical_domain": "07th-expansion.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/07th_Expansion_logo.svg", "description": "Japanese dōjin circle", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2972 +{"wikidata_id": "Q1709999", "display_name": "Joy Air", "legal_name": null, "aliases": ["JR", "JOY"], "website": "https://www.joy-air.com", "canonical_domain": "joy-air.com", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in China", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2973 +{"wikidata_id": "Q174561", "display_name": "Kemco", "legal_name": null, "aliases": ["Kemco Corporation", "Kotobuki Engineering & Manufacturing Co", "Kotobuki System Co.", "Ltd."], "website": "https://www.kemco-games.com", "canonical_domain": "kemco-games.com", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.38525, "lon": 132.45531, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kemco_logo.svg", "description": "Japanese video game developer and publisher", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2974 +{"wikidata_id": "Q17498723", "display_name": "9 Air", "legal_name": null, "aliases": ["9 Air Company Limited", "9Air"], "website": "https://9air.com", "canonical_domain": "9air.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1713277", "name": null}, "logo_url": null, "description": "Chinese low-cost airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2975 +{"wikidata_id": "Q2005766", "display_name": "Nuvoton", "legal_name": null, "aliases": ["Nuvoton Technology", "新唐科技"], "website": "https://www.nuvoton.com", "canonical_domain": "nuvoton.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nuvoton_Technology_logo.svg", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2976 +{"wikidata_id": "Q2094576", "display_name": "TEMSA", "legal_name": null, "aliases": ["Temsa", "TEMSA Global"], "website": "https://www.temsa.com", "canonical_domain": "temsa.com", "country": "TR", "hq_city": "Adana", "hq_region": "Adana Province", "lat": 36.98636, "lon": 35.32529, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TEMSA_logo.svg", "description": "Turkish vehicle manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2977 +{"wikidata_id": "Q21554828", "display_name": "IST Entertainment", "legal_name": "IST Entertainment, Inc", "aliases": ["A Cube Entertainment", "Cre.ker Entertainment", "Cross Island MRT Line", "Fave Entertainment", "Play M Entertainment"], "website": "https://www.istent.co.kr", "canonical_domain": "istent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean entertainment management company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2978 +{"wikidata_id": "Q2165208", "display_name": "Yaesu", "legal_name": null, "aliases": ["Standard Horizon", "Vertex Standard", "Yaesu Musen Co.", "Ltd."], "website": "https://yaesu.com", "canonical_domain": "yaesu.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yaesu_radio_logo.gif", "description": "radio company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2979 +{"wikidata_id": "Q22123955", "display_name": "kojimaproductions.jp", "legal_name": null, "aliases": [], "website": "https://www.kojimaproductions.jp", "canonical_domain": "kojimaproductions.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development studio", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2980 +{"wikidata_id": "Q249525", "display_name": "Lotteria", "legal_name": null, "aliases": ["LOTTERIA Co.", "Ltd."], "website": "https://www.lotteria.com", "canonical_domain": "lotteria.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["fast food"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51570147", "name": "Lotte Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotteria_logo_%282024%29.svg", "description": "chain of fast-food restaurants", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2981 +{"wikidata_id": "Q2722580", "display_name": "Gita Press", "legal_name": null, "aliases": [], "website": "https://www.gitapress.org", "canonical_domain": "gitapress.org", "country": "IN", "hq_city": "Gorakhpur", "hq_region": "Gorakhpur district", "lat": 26.74903, "lon": 83.35349, "industries": ["media"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Publisher", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2982 +{"wikidata_id": "Q3052536", "display_name": "Harbin Aircraft Manufacturing Corporation", "legal_name": null, "aliases": ["Harbin", "HAMC"], "website": "https://www.hafei.com", "canonical_domain": "hafei.com", "country": "CN", "hq_city": "Harbin", "hq_region": "Heilongjiang", "lat": 45.75, "lon": 126.63333, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AVICHAIGcompanylogo.png", "description": "aerospace manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2983 +{"wikidata_id": "Q3661655", "display_name": "Nippon Paint", "legal_name": null, "aliases": ["Nihon Peinto Hōrudingusu Kabushiki-kaisha", "Nippon Paint Holdings"], "website": "https://www.nipponpaint.co.th", "canonical_domain": "nipponpaint.co.th", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900RYRJUN78A7PL87", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Paint_company_logo.svg", "description": "Japanese paint company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2984 +{"wikidata_id": "Q3952867", "display_name": "China National Heavy Duty Truck Group", "legal_name": null, "aliases": ["Sinotruk Group", "CNHTC", "Sinotruk HOWO truck A7"], "website": "https://www.sinotruk.com", "canonical_domain": "sinotruk.com", "country": "CN", "hq_city": "Shunhualu Subdistrict", "hq_region": "Lixia District", "lat": 36.67247, "lon": 117.11594, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinotruk_logo_2.png", "description": "truck manufacturing state-owned enterprise in People's Republic of China", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q995970"}]}
2985 +{"wikidata_id": "Q499194", "display_name": "Samsung C&T Corporation", "legal_name": null, "aliases": ["Samsung Corporation"], "website": "https://www.samsungcnt.com", "canonical_domain": "samsungcnt.com", "country": "KR", "hq_city": "Seocho District", "hq_region": "Seoul", "lat": 37.48373, "lon": 127.03244, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300PGVX1QSTAONM08", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_ct_logo.svg", "description": "South Korean construction and engineering company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2986 +{"wikidata_id": "Q5139314", "display_name": "Cochin Shipyard", "legal_name": null, "aliases": ["Cochin Shipyard Limited"], "website": "https://www.cochinshipyard.com", "canonical_domain": "cochinshipyard.com", "country": "IN", "hq_city": "Thevara", "hq_region": "Kochi", "lat": 9.934, "lon": 76.3, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipbuilding and maintenance facility in India", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2987 +{"wikidata_id": "Q5210916", "display_name": "Dalian Airlines", "legal_name": null, "aliases": [], "website": "https://www.dalianair-china.com", "canonical_domain": "dalianair-china.com", "country": "CN", "hq_city": "Dalian", "hq_region": "Liaoning", "lat": 38.9, "lon": 121.6, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q51747", "name": "Air China"}, "logo_url": null, "description": "Chinese airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2988 +{"wikidata_id": "Q5827792", "display_name": "W Motors", "legal_name": null, "aliases": [], "website": "https://www.wmotors.ae", "canonical_domain": "wmotors.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_WMotors_su_Lykan_HyperSport.png", "description": "Lebanese-Emirati car manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2989 +{"wikidata_id": "Q595475", "display_name": "The Dai-ichi Life Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.dai-ichi-life.co.jp", "canonical_domain": "dai-ichi-life.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300ZUFXI7JXZVTZ25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiichi_Life_Insurance._Logo%282026%29.png", "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2990 +{"wikidata_id": "Q617752", "display_name": "Irem", "legal_name": null, "aliases": ["Innovation in Recreational Electronic Media", "Irem Corp.", "Irem Software Engineering", "Irem Software Engineering Inc."], "website": "https://www.irem.co.jp", "canonical_domain": "irem.co.jp", "country": "JP", "hq_city": "Higashimatsushitachō", "hq_region": "Chiyoda", "lat": 35.69442, "lon": 139.77365, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Irem_Corporation_logo.svg", "description": "Japanese video game developer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2991 +{"wikidata_id": "Q625852", "display_name": "Ottogi", "legal_name": null, "aliases": [], "website": "https://www.ottogi.co.kr", "canonical_domain": "ottogi.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean food company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2992 +{"wikidata_id": "Q65944364", "display_name": "Swiggy", "legal_name": null, "aliases": [], "website": "https://www.swiggy.com", "canonical_domain": "swiggy.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["logistics"], "industry_labels": ["food delivery service"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800R11DC3QR7KH186", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Swiggy_Logo_2024.webp", "description": "Indian food delivery app", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2993 +{"wikidata_id": "Q705272", "display_name": "Compal Electronics", "legal_name": null, "aliases": ["Inc."], "website": "https://www.compal.com", "canonical_domain": "compal.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Compal_logo.svg", "description": "Taiwanese electronics manufacturer", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2994 +{"wikidata_id": "Q727161", "display_name": "Orient Overseas Container Line", "legal_name": null, "aliases": ["OOCL", "The Orient Overseas Container Line"], "website": "https://www.oocl.com", "canonical_domain": "oocl.com", "country": "HK", "hq_city": "Harbour Centre", "hq_region": "Wan Chai District", "lat": 22.28112, "lon": 114.17561, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7102304", "name": "Orient Overseas (International) Limited"}, "logo_url": null, "description": "company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2995 +{"wikidata_id": "Q729342", "display_name": "Reliance Communications", "legal_name": null, "aliases": ["RCom", "Reliance Communications Limited", "Reliance Communications Ltd.", "Reliance Mobile"], "website": "https://www.rcom.co.in", "canonical_domain": "rcom.co.in", "country": "IN", "hq_city": "Navi Mumbai", "hq_region": "Thane district", "lat": 19.03, "lon": 73.01, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q935150", "name": "Reliance Anil Dhirubhai Ambani Group"}, "logo_url": null, "description": "Indian telecommunications company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2996 +{"wikidata_id": "Q7308074", "display_name": "Regent Airways", "legal_name": null, "aliases": ["RGE", "REGENT", "RX"], "website": "https://www.flyregent.com", "canonical_domain": "flyregent.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bangladeshi airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2997 +{"wikidata_id": "Q745428", "display_name": "Sapphire Technology", "legal_name": "Sapphire Technology Limited", "aliases": [], "website": "https://www.sapphiretech.com", "canonical_domain": "sapphiretech.com", "country": "HK", "hq_city": "Sha Tin New Town", "hq_region": "Hong Kong", "lat": 22.3802, "lon": 114.19, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sapphire_logo.svg", "description": "Hong Kong-based computer hardware company", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2998 +{"wikidata_id": "Q774108", "display_name": "Tara Air", "legal_name": null, "aliases": ["Tara Air Pvt. Ltd."], "website": "https://www.taraair.com", "canonical_domain": "taraair.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1480118", "name": "Yeti Airlines"}, "logo_url": null, "description": "airline", "sitelinks": 17, "importance": 0.3039, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
2999 +{"wikidata_id": "Q2561594", "display_name": "skip Ltd.", "legal_name": null, "aliases": [], "website": "https://www.skiptokyo.com", "canonical_domain": "skiptokyo.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 34, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.3036, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3000 +{"wikidata_id": "Q141147656", "display_name": "Xi'an ActionPower Electric Co., Ltd.", "legal_name": "Xi'an Actionpower Electric Co., Ltd.", "aliases": ["ActionPower"], "website": "https://www.actionpowertest.com", "canonical_domain": "actionpowertest.com", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.14431, "lon": 108.79131, "industries": ["technology", "manufacturing"], "industry_labels": ["electronics industry", "manufacturing industry"], "founded_year": 1996, "employees": 1178, "public_company": true, "ticker": "688719.SHA", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Actionpower_logo_sample.png", "description": "Chinese power electronics manufacturing company", "sitelinks": 0, "importance": 0.3024, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3001 +{"wikidata_id": "Q2634391", "display_name": "Gentosha", "legal_name": null, "aliases": [], "website": "https://www.gentosha.co.jp", "canonical_domain": "gentosha.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": 60, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese publisher", "sitelinks": 9, "importance": 0.3016, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3002 +{"wikidata_id": "Q2899649", "display_name": "Telasi", "legal_name": null, "aliases": [], "website": "https://www.telasi.ge", "canonical_domain": "telasi.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": null, "employees": 2100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 5, "importance": 0.2991, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3003 +{"wikidata_id": "Q19647863", "display_name": "Axact", "legal_name": null, "aliases": ["Axact Online IT company"], "website": "https://www.axact.com", "canonical_domain": "axact.com", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1997, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Axact_logo.png", "description": "Pakistani software company which runs numerous websites selling fake academic degrees", "sitelinks": 5, "importance": 0.2984, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3004 +{"wikidata_id": "Q4033236", "display_name": "Access Bank", "legal_name": null, "aliases": ["Access Bank Azerbaijan"], "website": "https://www.accessbank.az", "canonical_domain": "accessbank.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2002, "employees": 2000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "commercial bank of Azerbaijan", "sitelinks": 5, "importance": 0.2984, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3005 +{"wikidata_id": "Q106341957", "display_name": "Kakao Entertainment", "legal_name": "Kakao Entertainment Corp.", "aliases": ["Cacao Entertainment", "Kakao Ent", "KakaoEnt", "KakaoEntertainment"], "website": "https://kakaoent.com", "canonical_domain": "kakaoent.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["media", "entertainment"], "industry_labels": ["mass media", "entertainment"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17684312", "name": "Kakao"}, "logo_url": null, "description": "South Korean entertainment, mass media and publishing company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3006 +{"wikidata_id": "Q1065598", "display_name": "Mitsukoshi", "legal_name": null, "aliases": [], "website": "https://mitsukoshi.mistore.jp", "canonical_domain": "mistore.jp", "country": "JP", "hq_city": "Nihonbashi-Muromachi", "hq_region": "Chūō", "lat": 35.68706, "lon": 139.77339, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1673, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6079763", "name": "Isetan Mitsukoshi Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MITSUKOSHI_logo.svg", "description": "international department store chain with headquarters in Tokyo, Japan", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3155239"}]}
3007 +{"wikidata_id": "Q1065819", "display_name": "Mister Donut", "legal_name": null, "aliases": [], "website": "https://mister-donut.com", "canonical_domain": "mister-donut.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mister_Donut_Logo.svg", "description": "American international chain of doughnut stores", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3008 +{"wikidata_id": "Q1073273", "display_name": "China Express Airlines", "legal_name": null, "aliases": [], "website": "https://www.chinaexpressair.com", "canonical_domain": "chinaexpressair.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3009 +{"wikidata_id": "Q1192687", "display_name": "Elpida Memory", "legal_name": null, "aliases": [], "website": "https://www.elpida.com", "canonical_domain": "elpida.com", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1197548", "name": "Micron Technology"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elpida_Memory_Logo.svg", "description": "Corporation that developed, designed, manufactured and sold dynamic random-access memory (DRAM) products.", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3010 +{"wikidata_id": "Q1207592", "display_name": "Dharma Productions", "legal_name": null, "aliases": [], "website": "https://www.dharma-production.com", "canonical_domain": "dharma-production.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dharma_productions.jpg", "description": "Film production company in India", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3011 +{"wikidata_id": "Q1301821", "display_name": "Eicher Motors", "legal_name": null, "aliases": ["EML", "EICHER", "Eicher Motors Limited", "Eicher Trucks & Buses", "Eicher Trucks and Buses", "EIM IN"], "website": "https://www.eicher.in", "canonical_domain": "eicher.in", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian automaker company rq", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3012 +{"wikidata_id": "Q1320541", "display_name": "Toyoko Inn", "legal_name": null, "aliases": [], "website": "https://www.toyoko-inn.com", "canonical_domain": "toyoko-inn.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["hospitality"], "industry_labels": ["hotel"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_toyoko_inn.svg", "description": "Japanese hotel chain", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3013 +{"wikidata_id": "Q1321326", "display_name": "taban.aero", "legal_name": null, "aliases": [], "website": "https://www.taban.aero", "canonical_domain": "taban.aero", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Iran", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3014 +{"wikidata_id": "Q1340730", "display_name": "Ibex Airlines", "legal_name": null, "aliases": ["IBEX Airlines Co.", "Ltd."], "website": "https://www.ibexair.co.jp", "canonical_domain": "ibexair.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese Airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3015 +{"wikidata_id": "Q1361716", "display_name": "D3 Publisher", "legal_name": null, "aliases": ["D3 Go!", "D3 Publisher Inc.", "D3Publisher", "D3PUBLISHER Inc"], "website": "https://www.d3p.co.jp", "canonical_domain": "d3p.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming", "media"], "industry_labels": ["video game industry", "publishing"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1194689", "name": "Bandai Namco Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/D3_publisher_logo.png", "description": "video game publisher", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3016 +{"wikidata_id": "Q145156", "display_name": "Zalman", "legal_name": null, "aliases": ["Zalman Tech Co."], "website": "https://www.zalman.com", "canonical_domain": "zalman.com", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zalman_Logo.svg", "description": "South Korean computer cooling components company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3017 +{"wikidata_id": "Q1476105", "display_name": "Toyota Industries", "legal_name": null, "aliases": ["Kabushiki-gaisha Toyota Jidō Shokki", "Toyoda Automatic Loom Works", "Toyoda Automatic Loom Works", "Ltd.", "Toyoda Jido Shokki", "Toyota Industries Corporation"], "website": "https://www.toyota-industries.com", "canonical_domain": "toyota-industries.com", "country": "JP", "hq_city": "Kariya", "hq_region": "Aichi Prefecture", "lat": 34.98928, "lon": 137.00214, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "35380000WKGEAHEMW830", "sec_cik": null, "parent": {"wikidata_id": "Q40794", "name": "Toyota Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota_Industries_logo.svg", "description": "Japanese machine maker", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3018 +{"wikidata_id": "Q1584831", "display_name": "Mistwalker", "legal_name": null, "aliases": ["Mistwalker Corporation", "MISTWALKER CORPORATION."], "website": "https://www.mistwalkercorp.com", "canonical_domain": "mistwalkercorp.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game development studio", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3019 +{"wikidata_id": "Q1613798", "display_name": "ShinMaywa", "legal_name": null, "aliases": ["ShinMaywa Industries", "Ltd."], "website": "https://www.shinmaywa.co.jp", "canonical_domain": "shinmaywa.co.jp", "country": "JP", "hq_city": "Takarazuka", "hq_region": "Hyōgo Prefecture", "lat": 34.8, "lon": 135.36031, "industries": ["defense", "industrial-machinery"], "industry_labels": ["weapons industry", "manufacture of machinery and equipment"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ShinMaywa_logo.png", "description": "company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3020 +{"wikidata_id": "Q1734420", "display_name": "Karsan", "legal_name": "Karsan Otomotiv Sanayi ve Ticaret A.Ş.", "aliases": [], "website": "https://www.karsan.com.tr", "canonical_domain": "karsan.com.tr", "country": "TR", "hq_city": "Bursa", "hq_region": "Bursa Province", "lat": 40.19133, "lon": 29.08054, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "789000EXC8NO2004MU85", "sec_cik": null, "parent": {"wikidata_id": "Q20472619", "name": "Kıraça Holding"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Karsan_logo.svg", "description": "Turkish commercial vehicles manufacturer based in Bursa", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3021 +{"wikidata_id": "Q1734773", "display_name": "Kazakhstan Stock Exchange", "legal_name": null, "aliases": ["KAZE", "KASE", "XKAZ"], "website": "https://kase.kz", "canonical_domain": "kase.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kazakhstan_Stock_Exchange_%28KASE%29.svg", "description": "Stock exchange located in Almaty, Kazakhstan", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3022 +{"wikidata_id": "Q1814429", "display_name": "Tata Power", "legal_name": null, "aliases": ["The Tata Power Company", "Limited"], "website": "https://www.tatapower.com", "canonical_domain": "tatapower.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPDDL_Brand_Logo.png", "description": "Indian electric utility company based in Mumbai", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3023 +{"wikidata_id": "Q1926640", "display_name": "Yazaki Corporation", "legal_name": null, "aliases": ["YAZAKI CORPORATION (Tokyo)", "Yazaki Sogyo K.K.", "Yazaki Sōgyō K.K.", "Yazaki Sōgyō Kabushiki Kaisha"], "website": "https://www.yazaki-group.com", "canonical_domain": "yazaki-group.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "35380087YNQB9R822X46", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yazaki_company_logo.svg", "description": "automotive parts manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3024 +{"wikidata_id": "Q2424888", "display_name": "Soltam Systems", "legal_name": null, "aliases": [], "website": "https://soltam.co.il", "canonical_domain": "soltam.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["defense", "consumer-goods"], "industry_labels": ["weapons industry", "kitchenware"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1325369", "name": "Elbit Systems Ltd."}, "logo_url": null, "description": "arms manufacturing company based in Israel", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3025 +{"wikidata_id": "Q249033", "display_name": "Kawasaki Motors", "legal_name": null, "aliases": ["Kawasaki Heavy Industries Motorcycle &amp; Engine"], "website": "https://www.kawasaki.com", "canonical_domain": "kawasaki.com", "country": "JP", "hq_city": "Akashi", "hq_region": "Hyōgo Prefecture", "lat": 34.64314, "lon": 134.99722, "industries": ["automotive"], "industry_labels": ["motorcycle industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kawasaki_Motors_logo.svg", "description": "division of Kawasaki Heavy Industries that produces motorcycles, gasoline engines and so on", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6379855"}]}
3026 +{"wikidata_id": "Q28025298", "display_name": "Mobike", "legal_name": null, "aliases": [], "website": "https://mobike.com", "canonical_domain": "mobike.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["consumer-goods"], "industry_labels": ["bike rental"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobike_logo.svg", "description": "Chinese bicycle sharing company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3027 +{"wikidata_id": "Q3008126", "display_name": "CyberConnect2", "legal_name": null, "aliases": ["CyberConnect2 Co.", "Ltd."], "website": "https://www.cc2.co.jp", "canonical_domain": "cc2.co.jp", "country": "JP", "hq_city": "Fukuoka", "hq_region": "Fukuoka Prefecture", "lat": 33.59014, "lon": 130.40172, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3028 +{"wikidata_id": "Q4119207", "display_name": "Kuwait Petroleum International Ltd", "legal_name": "Kuwait Petroleum International Ltd", "aliases": [], "website": "https://www.q8.com", "canonical_domain": "q8.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1634762", "name": null}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Q8_logo.svg", "description": "Kuwait oil company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3029 +{"wikidata_id": "Q55608782", "display_name": "Seres Auto (Hubei)", "legal_name": null, "aliases": ["DFSK (Sokon)", "DFSK Motor", "Dongfeng Sokon", "Seres Automobile (Hubei)", "Seres Auto Hubei", "Seres Hubei"], "website": "https://www.dfsk.com", "canonical_domain": "dfsk.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 32.58444, "lon": 110.89374, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q104907477", "name": "Seres Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seres_Automobile_%282023%29_Logo.png", "description": "Chinese vehicle manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3030 +{"wikidata_id": "Q615955", "display_name": "Loongson", "legal_name": null, "aliases": [], "website": "https://www.loongson.cn", "canonical_domain": "loongson.cn", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["semiconductors"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Loongson_logo.svg", "description": "Chinese microprocessor manufacturer", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3031 +{"wikidata_id": "Q63044327", "display_name": "FlyArystan", "legal_name": null, "aliases": [], "website": "https://flyarystan.com", "canonical_domain": "flyarystan.com", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["airlines"], "industry_labels": ["air transport"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q406828", "name": "Air Astana"}, "logo_url": null, "description": "Low-cost airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3032 +{"wikidata_id": "Q654248", "display_name": "Aria Air", "legal_name": null, "aliases": [], "website": "https://www.ariaairline.ir", "canonical_domain": "ariaairline.ir", "country": "IR", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3033 +{"wikidata_id": "Q700435", "display_name": "China Television", "legal_name": null, "aliases": ["CTV", "China Television Company", "Ltd.", "China TV"], "website": "https://www.ctv.com.tw", "canonical_domain": "ctv.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_TV_logo_since_19971030.svg", "description": "Taiwanese television broadcasting company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3034 +{"wikidata_id": "Q715510", "display_name": "Silicon Power", "legal_name": null, "aliases": [], "website": "https://www.silicon-power.com", "canonical_domain": "silicon-power.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics", "information technology"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silicon_Power_logo.svg", "description": "International brand and a Taiwan-based manufacturer of flash memory products", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3035 +{"wikidata_id": "Q7924434", "display_name": "Viacom18", "legal_name": null, "aliases": ["Viacom 18"], "website": "https://www.viacom18.com", "canonical_domain": "viacom18.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["television"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Viacom18.svg", "description": "Indian media company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7924435"}]}
3036 +{"wikidata_id": "Q796295", "display_name": "BMC", "legal_name": null, "aliases": ["BMC Otomotiv ve Savunma Sanayi A.Ş."], "website": "https://www.bmc.com.tr", "canonical_domain": "bmc.com.tr", "country": "TR", "hq_city": "İzmir", "hq_region": "İzmir Province", "lat": 38.41273, "lon": 27.13838, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BMC_logo.svg", "description": "commercial vehicle manufacturer in Turkey", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3037 +{"wikidata_id": "Q803632", "display_name": "Bahrain Air", "legal_name": null, "aliases": [], "website": "https://www.bahrainair.net", "canonical_domain": "bahrainair.net", "country": "BH", "hq_city": "Al-Muharraq", "hq_region": "Muharraq Governorate", "lat": 26.25333, "lon": 50.60833, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3038 +{"wikidata_id": "Q806252", "display_name": "bnarts.jp", "legal_name": null, "aliases": [], "website": "https://v-storage.bnarts.jp", "canonical_domain": "bnarts.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming", "entertainment"], "industry_labels": ["video game industry", "film industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Visual_logo.svg", "description": "Japanese entertainment company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3039 +{"wikidata_id": "Q81472", "display_name": "Jiangnan Shipyard", "legal_name": null, "aliases": [], "website": "https://jnshipyard.cssc.net.cn", "canonical_domain": "cssc.net.cn", "country": "CN", "hq_city": "Changxing Island", "hq_region": "Wafangdian", "lat": 39.91417, "lon": 121.3875, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1865, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1073512", "name": "China State Shipbuilding Corporation Limited"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jiangnan_Shipyard_logo.png", "description": "shipyard", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1073512"}, {"related_domain_conflict": "Q15411288"}, {"related_domain_conflict": "Q5613742"}, {"related_domain_conflict": "Q10874737"}]}
3040 +{"wikidata_id": "Q913734", "display_name": "FAW-Volkswagen", "legal_name": null, "aliases": ["FAW-Volkswagen Automotive Co. Ltd"], "website": "https://www.faw-vw.com", "canonical_domain": "faw-vw.com", "country": "CN", "hq_city": "Changchun", "hq_region": "Jilin", "lat": 43.88, "lon": 125.32278, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FAW-Volkswagen_logo.png", "description": "Chinese automotive company", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3041 +{"wikidata_id": "Q927640", "display_name": "Trans Maldivian Airways", "legal_name": null, "aliases": [], "website": "https://www.transmaldivian.com", "canonical_domain": "transmaldivian.com", "country": "MV", "hq_city": "Malé", "hq_region": "Kaafu Atoll", "lat": 4.175, "lon": 73.50833, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q880942", "name": "Blackstone Inc."}, "logo_url": null, "description": "airline", "sitelinks": 16, "importance": 0.2979, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3042 +{"wikidata_id": "Q31180108", "display_name": "WakeOne", "legal_name": "주식회사 웨이크원", "aliases": ["Wake One Entertainment", "WAKE ONE", "WAKE ONE Entertainment", "WAKEONE Co. Ltd."], "website": "https://wake-one.com", "canonical_domain": "wake-one.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2014, "employees": 43, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56063989", "name": "CJ ENM"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WAKEONE_logo.png", "description": "South Korean entertainment company", "sitelinks": 9, "importance": 0.2969, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3043 +{"wikidata_id": "Q17079775", "display_name": "Security Printing and Minting Corporation of India", "legal_name": null, "aliases": ["SPMCIL"], "website": "https://www.spmcil.com", "canonical_domain": "spmcil.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2006, "employees": 5877, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian government company", "sitelinks": 4, "importance": 0.2948, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3044 +{"wikidata_id": "Q3067960", "display_name": "Ooredoo Kuwait", "legal_name": null, "aliases": [], "website": "https://www.ooredoo.com.kw", "canonical_domain": "ooredoo.com.kw", "country": "KW", "hq_city": "Qatar", "hq_region": null, "lat": 25.26954, "lon": 51.21277, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q919935", "name": "Ooredoo"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ooredoo_logo.svg", "description": "Kuwaiti telecommunications company", "sitelinks": 5, "importance": 0.2943, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3045 +{"wikidata_id": "Q114556743", "display_name": "Autopedia Sukses Lestari", "legal_name": "PT Autopedia Sukses Lestari Tbk", "aliases": ["ASLC"], "website": "https://autopedia.id", "canonical_domain": "autopedia.id", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["retail"], "industry_labels": ["trade"], "founded_year": 2013, "employees": 616, "public_company": true, "ticker": "ASLC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12470715", "name": "Adi Sarana Armada"}, "logo_url": null, "description": "Indonesian public company", "sitelinks": 0, "importance": 0.293, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3046 +{"wikidata_id": "Q843294", "display_name": "Hokkaido Television Broadcasting", "legal_name": "Hokkaido Television Broadcasting Co., Ltd.", "aliases": ["HTB"], "website": "https://www.htb.co.jp", "canonical_domain": "htb.co.jp", "country": "JP", "hq_city": "Sapporo Sosei Square", "hq_region": "Chūō-ku", "lat": 43.06306, "lon": 141.35556, "industries": ["media"], "industry_labels": ["television network"], "founded_year": 1968, "employees": 166, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Htb_logo.svg", "description": "Japanese local television station", "sitelinks": 7, "importance": 0.2927, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3047 +{"wikidata_id": "Q5467861", "display_name": "Ford Motor Company Philippines", "legal_name": null, "aliases": ["Inc."], "website": "https://www.ford.com.ph", "canonical_domain": "ford.com.ph", "country": "PH", "hq_city": "Santa Rosa", "hq_region": null, "lat": 14.31667, "lon": 121.11667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1929, "employees": 5000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q44294", "name": "Ford Motor Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_logo_flat.svg", "description": "Motor company in the Philippines", "sitelinks": 4, "importance": 0.2925, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3048 +{"wikidata_id": "Q1062038", "display_name": "Changhe Aircraft Industries Corporation", "legal_name": null, "aliases": ["CAIC"], "website": "https://www.changhe.com", "canonical_domain": "changhe.com", "country": "CN", "hq_city": "Jingdezhen", "hq_region": "Jiangxi", "lat": 29.29417, "lon": 117.20361, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": null, "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3049 +{"wikidata_id": "Q106617594", "display_name": "IM Motors", "legal_name": "Zhiji Automotive Technology Co., Ltd", "aliases": [], "website": "https://www.immotors.com", "canonical_domain": "immotors.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IM_Motors_logo.svg", "description": "Chinese automobile manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3050 +{"wikidata_id": "Q1073481", "display_name": "China Postal Airlines", "legal_name": null, "aliases": ["Zhōngguó Yóuzhèng Hángkōng"], "website": "https://www.cnpostair.com", "canonical_domain": "cnpostair.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cargo airline based in Haidian District, Beijing, People's Republic of China", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3051 +{"wikidata_id": "Q109342583", "display_name": "Game Science", "legal_name": "深圳市游科互动科技有限公司", "aliases": [], "website": "https://gamesci.com.cn", "canonical_domain": "gamesci.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Game_Science_text_logo.png", "description": "Chinese video game developer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3052 +{"wikidata_id": "Q109536115", "display_name": "Akasa Air", "legal_name": null, "aliases": [], "website": "https://akasaair.com", "canonical_domain": "akasaair.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akasa_Air_logo.svg", "description": "airline in India", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3053 +{"wikidata_id": "Q109616786", "display_name": "Avatr Technology", "legal_name": null, "aliases": [], "website": "https://www.avatr.com", "canonical_domain": "avatr.com", "country": "CN", "hq_city": "Liangjiang New Area", "hq_region": "Chongqing", "lat": 29.60203, "lon": 106.50768, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q29366", "name": "Changan Automobile"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Avatr_Technology_Logo.png", "description": "Chinese joint-venture between Changan and CATL", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3054 +{"wikidata_id": "Q1136759", "display_name": "QNB Group", "legal_name": null, "aliases": ["Qatar National Bank"], "website": "https://qnb.com", "canonical_domain": "qnb.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["financial-services"], "industry_labels": ["financial sector", "SIC 6022 State Commercial Banks"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "QNBC", "exchange": "Nasdaq", "lei": "549300FFSRVBS0SQXY75", "sec_cik": "750558", "parent": {"wikidata_id": "Q1571175", "name": "Qatar Investment Authority"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QNB_Logo.svg", "description": "Qatari commercial bank headquartered in Doha, Qatar", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "750558", "enriched_at": "2026-09-13T07:23:28+00:00"}}
3055 +{"wikidata_id": "Q1148541", "display_name": "Visual Arts", "legal_name": null, "aliases": ["Visual Art's", "Visual Artist Office", "VisualArt's"], "website": "https://visual-arts.jp", "canonical_domain": "visual-arts.jp", "country": "JP", "hq_city": "Naniwa-ku", "hq_region": "Osaka", "lat": 34.65944, "lon": 135.49963, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q860580", "name": "Tencent"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Visual_Arts_Logo.png", "description": "Japanese video game publisher", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3056 +{"wikidata_id": "Q1187590", "display_name": "Keretapi Tanah Melayu", "legal_name": null, "aliases": ["KTM"], "website": "https://www.ktmb.com.my", "canonical_domain": "ktmb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["transportation"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keretapi_Tanah_Melayu_Berhad_Logo.svg", "description": "Malaysian rail operator", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3057 +{"wikidata_id": "Q1191485", "display_name": "Japan Air Commuter", "legal_name": null, "aliases": [], "website": "https://www.jac.co.jp", "canonical_domain": "jac.co.jp", "country": "JP", "hq_city": "Kirishima", "hq_region": "Kagoshima Prefecture", "lat": 31.741, "lon": 130.76322, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q213140", "name": "Japan Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Air_Commuter_Logo.png", "description": "Japanese Airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3058 +{"wikidata_id": "Q1198815", "display_name": "Mandala Airlines", "legal_name": null, "aliases": ["Tigerair Mandala"], "website": "https://www.tigerair.com", "canonical_domain": "tigerair.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singapore airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7801370"}]}
3059 +{"wikidata_id": "Q1336559", "display_name": "iranairtour.ir", "legal_name": null, "aliases": ["Iran Airtour Airlines"], "website": "https://iranairtour.ir", "canonical_domain": "iranairtour.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1589009", "name": "privately held company"}, "logo_url": null, "description": "airline in Iran", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3060 +{"wikidata_id": "Q1388103", "display_name": "Kunming Airlines", "legal_name": null, "aliases": [], "website": "https://www.airkunming.com", "canonical_domain": "airkunming.com", "country": "CN", "hq_city": "Kunming", "hq_region": "Yunnan", "lat": 25.04333, "lon": 102.70611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3061 +{"wikidata_id": "Q1572717", "display_name": "Nesma Airlines", "legal_name": null, "aliases": [], "website": "https://www.nesmaairlines.com", "canonical_domain": "nesmaairlines.com", "country": "SA", "hq_city": "Cairo", "hq_region": "Cairo Governorate", "lat": 30.04444, "lon": 31.23583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nesma_Airlines_logo.svg", "description": "airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3062 +{"wikidata_id": "Q15927588", "display_name": "Ruili Airlines", "legal_name": null, "aliases": [], "website": "https://www.rlair.net", "canonical_domain": "rlair.net", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3063 +{"wikidata_id": "Q15942879", "display_name": "Qingdao Airlines", "legal_name": null, "aliases": [], "website": "https://www.qdairlines.com", "canonical_domain": "qdairlines.com", "country": "CN", "hq_city": "Chengyang District", "hq_region": "Qingdao", "lat": 36.29958, "lon": 120.39626, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3064 +{"wikidata_id": "Q17029919", "display_name": "Fuzhou Airlines", "legal_name": null, "aliases": [], "website": "https://www.fuzhou-air.cn", "canonical_domain": "fuzhou-air.cn", "country": "CN", "hq_city": "Fuzhou Changle International Airport", "hq_region": "Zhanggang Subdistrict", "lat": 25.935, "lon": 119.66333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1565713", "name": "HNA Group"}, "logo_url": null, "description": "Chinese airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3065 +{"wikidata_id": "Q173625", "display_name": "Toyota Racing GmbH", "legal_name": null, "aliases": ["Toyota Gazoo Racing Europe GmbH", "Toyota Motorsport GmbH"], "website": "https://www.toyota-racing.com", "canonical_domain": "toyota-racing.com", "country": "JP", "hq_city": "Cologne", "hq_region": "Cologne Government Region", "lat": 50.94222, "lon": 6.95778, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53268", "name": "Toyota"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyota_Gazoo_Racing_stacked_logo.svg", "description": "factory racing team representing Toyota in Europe in various disciplines", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3066 +{"wikidata_id": "Q174081", "display_name": "Meiji Yasuda Life", "legal_name": "明治安田生命保険相互会社", "aliases": ["Meiji Life", "Yasuda Life"], "website": "https://www.meijiyasuda.co.jp", "canonical_domain": "meijiyasuda.co.jp", "country": "JP", "hq_city": "Meiji Seimei Kan", "hq_region": "Marunouchi", "lat": 35.67896, "lon": 139.76147, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1880, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300SLU4LP6YMRLK07", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meiji_Yasuda_Life_Logo.svg", "description": "Japanese life insurance company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3067 +{"wikidata_id": "Q1790346", "display_name": "Ford Otosan", "legal_name": "Ford Otomotiv Sanayi A.Ş.", "aliases": ["Otosan"], "website": "https://www.fordotosan.com.tr", "canonical_domain": "fordotosan.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q571934", "name": "Ford of Europe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_Otosan_logo.svg", "description": "vehicles manufacturer from Turkey", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3068 +{"wikidata_id": "Q1855184", "display_name": "Soueast", "legal_name": null, "aliases": ["Dongnan Motor Co.", "Ltd", "Soueast Motors", "South East (Fujian) Motor Co.", "Ltd."], "website": "https://www.soueast-motor.com", "canonical_domain": "soueast-motor.com", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soueast_Logo.png", "description": "Chinese automobile manufacturing company based in Fuzhou, Fujian", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3069 +{"wikidata_id": "Q1974145", "display_name": "Yerevan Brandy Company", "legal_name": null, "aliases": [], "website": "https://araratbrandy.com", "canonical_domain": "araratbrandy.com", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q837049", "name": "Pernod Ricard"}, "logo_url": null, "description": "Armenian brandy company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3070 +{"wikidata_id": "Q20943680", "display_name": "KT Genie Music", "legal_name": null, "aliases": ["GENIE MUSIC", "Genie Music Corp."], "website": "https://www.geniemusic.co.kr", "canonical_domain": "geniemusic.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GENIE_MUSIC_Logo.png", "description": "South Korean company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3071 +{"wikidata_id": "Q2126325", "display_name": "Radio Televisyen Brunei", "legal_name": null, "aliases": ["RTB", "Radio Television Brunei"], "website": "https://www.rtb.gov.bn", "canonical_domain": "rtb.gov.bn", "country": "BN", "hq_city": "Bandar Seri Begawan", "hq_region": "Brunei-Muara District", "lat": 4.91667, "lon": 114.91667, "industries": ["media"], "industry_labels": ["broadcasting"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bruneian public broadcaster", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3072 +{"wikidata_id": "Q2197692", "display_name": "Pelita Air Service", "legal_name": null, "aliases": ["Pelita Air"], "website": "https://www.pelita-air.com", "canonical_domain": "pelita-air.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pelita_Air_%282022_Logo%29.png", "description": "Flight Company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3073 +{"wikidata_id": "Q2431894", "display_name": "Shougang Group", "legal_name": null, "aliases": ["Shougang (China)", "Shougang Corporation"], "website": "https://www.shougang.com.cn", "canonical_domain": "shougang.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Beijing, China", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3074 +{"wikidata_id": "Q2597910", "display_name": "Kairosoft", "legal_name": null, "aliases": ["Kairosoft Co.", "Ltd"], "website": "https://kairosoft.net", "canonical_domain": "kairosoft.net", "country": "JP", "hq_city": "Nishi-Shinjuku", "hq_region": "Shinjuku", "lat": 35.68949, "lon": 139.69184, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese game developer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3075 +{"wikidata_id": "Q2721464", "display_name": "Indian Railway Catering and Tourism Corporation", "legal_name": null, "aliases": ["IRCTC"], "website": "https://www.irctc.com", "canonical_domain": "irctc.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian catering, tourism and online railway ticketing company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3076 +{"wikidata_id": "Q2745586", "display_name": "Genius Sonority", "legal_name": null, "aliases": ["Genius Sonority Inc."], "website": "https://www.geniussonority.co.jp", "canonical_domain": "geniussonority.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Genius_Sonority_logo.png", "description": "Japanese video game development studio", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3077 +{"wikidata_id": "Q2767515", "display_name": "Ay Yapım", "legal_name": null, "aliases": [], "website": "https://www.ayyapim.tv", "canonical_domain": "ayyapim.tv", "country": "TR", "hq_city": "Beşiktaş", "hq_region": "Istanbul vilayet", "lat": 41.07528, "lon": 29.0275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish TV production company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3078 +{"wikidata_id": "Q3113538", "display_name": "Kuwait Oil Company", "legal_name": null, "aliases": ["KOC"], "website": "https://www.kockw.com", "canonical_domain": "kockw.com", "country": "KW", "hq_city": "Al Ahmadi", "hq_region": "Al Ahmadi Governorate", "lat": 29.09056, "lon": 48.06528, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KOC_Logo_for_wikipedia.png", "description": "Kuwaiti oil company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3079 +{"wikidata_id": "Q3260360", "display_name": "NovoAir", "legal_name": null, "aliases": [], "website": "https://www.flynovoair.com", "canonical_domain": "flynovoair.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bangladeshi airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3080 +{"wikidata_id": "Q33111848", "display_name": "BAIC Motor", "legal_name": null, "aliases": [], "website": "https://www.baicmotor.com", "canonical_domain": "baicmotor.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BAIC_logo.png", "description": "Chinese car manufacturer based in Beijing", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3081 +{"wikidata_id": "Q3412500", "display_name": "QNAP Systems", "legal_name": null, "aliases": ["QNAP"], "website": "https://www.qnap.com", "canonical_domain": "qnap.com", "country": "TW", "hq_city": "Xizhi District", "hq_region": "New Taipei City", "lat": 25.06667, "lon": 121.66667, "industries": [], "industry_labels": ["network-attached storage"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qnap_Logo_2004.svg", "description": "Taiwanese network-attached storage company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3082 +{"wikidata_id": "Q3508871", "display_name": "Synology Inc.", "legal_name": null, "aliases": ["DiskStation", "QuickConnect", "Synology"], "website": "https://www.synology.com", "canonical_domain": "synology.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Synology_Logo.svg", "description": "Taiwanese IT company specialized in NAS servers", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3083 +{"wikidata_id": "Q3518953", "display_name": "Tata Play", "legal_name": "Tata Play Limited", "aliases": ["Tata Sky"], "website": "https://www.tataplay.com", "canonical_domain": "tataplay.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Play_2022_logo.svg", "description": "Indian direct broadcast satellite service provider", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3084 +{"wikidata_id": "Q3595277", "display_name": "Amar Chitra Katha", "legal_name": "Amar Chitra Katha Private Limited", "aliases": ["ACK Media", "Amar Chitra Katha Pvt Ltd", "Amar Chitra Katha Pvt Ltd.", "Amar Chitra Katha Pvt. Ltd."], "website": "https://www.amarchitrakatha.com", "canonical_domain": "amarchitrakatha.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "India based comic book series and publisher", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3085 +{"wikidata_id": "Q36824", "display_name": "Georgian Film Studio", "legal_name": "Тбилисская киностудия", "aliases": ["Georgia film", "Sakhkinmretsvi", "Tbilisi Film Studio", "Georgian Film", "Film Section Narcompros of Georgia", "JSC ″Sakhkinmretsvi″"], "website": "https://georgianfilm.ge", "canonical_domain": "georgianfilm.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1921, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3086 +{"wikidata_id": "Q4034638", "display_name": "Avia Traffic Company", "legal_name": null, "aliases": [], "website": "https://www.aero.kg", "canonical_domain": "aero.kg", "country": "KG", "hq_city": "Bishkek", "hq_region": "Kyrgyzstan", "lat": 42.86667, "lon": 74.56667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline in Kyrgyzstan", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3087 +{"wikidata_id": "Q407508", "display_name": "Air Mandalay", "legal_name": null, "aliases": [], "website": "https://www.airmandalay.com", "canonical_domain": "airmandalay.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Mandelay_Logo.png", "description": "airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3088 +{"wikidata_id": "Q408695", "display_name": "Airfast Indonesia", "legal_name": null, "aliases": [], "website": "https://www.airfastindonesia.com", "canonical_domain": "airfastindonesia.com", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["airlines"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian charter airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3089 +{"wikidata_id": "Q4115026", "display_name": "ataair.ir", "legal_name": null, "aliases": [], "website": "https://www.ataair.ir", "canonical_domain": "ataair.ir", "country": "IR", "hq_city": "Tabriz", "hq_region": "Central District", "lat": 38.07389, "lon": 46.29611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_text_ATA_Airlines_%28Iran%29_2025.png", "description": "Airline in Iran", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3090 +{"wikidata_id": "Q4382137", "display_name": "COFCO Group", "legal_name": null, "aliases": ["COFCO", "COFCO Group."], "website": "https://www.cofco.com", "canonical_domain": "cofco.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cofco-logo.png", "description": "Chinese company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3091 +{"wikidata_id": "Q4595888", "display_name": "1Malaysia Development Berhad", "legal_name": null, "aliases": ["1MDB"], "website": "https://www.1mdb.com.my", "canonical_domain": "1mdb.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": [], "industry_labels": ["business development"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/1mdb_logo.png", "description": "insolvent development company embroiled in scandals", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3092 +{"wikidata_id": "Q4780321", "display_name": "Apollo Hospitals", "legal_name": null, "aliases": [], "website": "https://www.apollohospitals.com", "canonical_domain": "apollohospitals.com", "country": "IN", "hq_city": "Chennai", "hq_region": "Chennai district", "lat": 13.0825, "lon": 80.275, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of Indian private hospitals", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3093 +{"wikidata_id": "Q483190", "display_name": "KR Motors", "legal_name": null, "aliases": ["KR Motors Co. Ltd."], "website": "https://www.krmotors.com", "canonical_domain": "krmotors.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyosung_Motors_logo.jpg", "description": "company based in South Korea", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3094 +{"wikidata_id": "Q4849853", "display_name": "Balaji Telefilms", "legal_name": null, "aliases": [], "website": "https://balajitelefilms.com", "canonical_domain": "balajitelefilms.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["television"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian company which produces soap operas, reality TV, comedy, game shows, entertainment and factual programming", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4849846"}]}
3095 +{"wikidata_id": "Q489198", "display_name": "GS Group", "legal_name": null, "aliases": ["Gs only"], "website": "https://www.gsholdings.com", "canonical_domain": "gsholdings.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GS_logo_%28South_Korean_company%29.svg", "description": "South Korean conglomerate", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3096 +{"wikidata_id": "Q489905", "display_name": "Lotte Department Store", "legal_name": null, "aliases": ["Lotte"], "website": "https://store.lotteshopping.com", "canonical_domain": "lotteshopping.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean department store chain", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3097 +{"wikidata_id": "Q495548", "display_name": "Kurzweil Music Systems", "legal_name": null, "aliases": [], "website": "https://www.kurzweil.com", "canonical_domain": "kurzweil.com", "country": "KR", "hq_city": "United States", "hq_region": null, "lat": 39.82818, "lon": -98.5795, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q495824", "name": "HDC Young Chang"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kurzweil_Music_Systems_logo.png", "description": "company that produces electronic musical instruments", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3098 +{"wikidata_id": "Q501329", "display_name": "Vietnam Railways", "legal_name": "Tổng Công Ty Đường Sắt Việt Nam", "aliases": ["DSVN"], "website": "https://www.vr.com.vn", "canonical_domain": "vr.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/VietnamCowtownExpress1.jpg", "description": "state-owned railway company in Vietnam", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3099 +{"wikidata_id": "Q509507", "display_name": "Fernandes Guitars", "legal_name": null, "aliases": ["Fernandes MG series"], "website": "https://www.fernandes.co.jp", "canonical_domain": "fernandes.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fernandes_guitars_logo.png", "description": "Japanese musical instrument manufacturer", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3100 +{"wikidata_id": "Q5254620", "display_name": "Delta Electronics", "legal_name": null, "aliases": ["Delta", "Delta (Taiwan)", "Inc."], "website": "https://www.deltapsu.com", "canonical_domain": "deltapsu.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology", "manufacturing"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DELTA_Electronics_Logo.png", "description": "Taiwanese electronics manufacturing company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3101 +{"wikidata_id": "Q539627", "display_name": "GIC Private Limited", "legal_name": null, "aliases": ["GIC", "Government of Singapore Investment Corporation"], "website": "https://www.gic.com.sg", "canonical_domain": "gic.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["asset-management"], "industry_labels": ["asset management"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gic-logo.svg", "description": "sovereign wealth fund established by the Government of Singapore in 1981", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3102 +{"wikidata_id": "Q550284", "display_name": "Cebgo", "legal_name": null, "aliases": ["South East Asian Airlines", "cebgo", "Tigerair Philippines"], "website": "https://www.flyseair.com", "canonical_domain": "flyseair.com", "country": "PH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q995151", "name": "Cebu Pacific"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Cebgo.svg", "description": "low-cost airline serving the Philippines", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17088704"}]}
3103 +{"wikidata_id": "Q619369", "display_name": "Mio", "legal_name": null, "aliases": ["Mio Technology Corporation"], "website": "https://www.mio.com", "canonical_domain": "mio.com", "country": "TW", "hq_city": "Taoyuan", "hq_region": "Taiwan", "lat": 24.99128, "lon": 121.31433, "industries": ["technology"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mio111.jpg", "description": "owned brand of MiTAC Digital Technology Corporation", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3104 +{"wikidata_id": "Q6502960", "display_name": "Hyundai Steel", "legal_name": null, "aliases": ["Hyundai INI Steel", "Incheon Iron & Steel Co.", "Ltd"], "website": "https://www.hyundai-steel.com", "canonical_domain": "hyundai-steel.com", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q59243", "name": "Hyundai Motor Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Steel_logo.svg", "description": "South Korean company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3105 +{"wikidata_id": "Q660062", "display_name": "Tailwind Airlines", "legal_name": null, "aliases": [], "website": "https://www.tailwind.com.tr", "canonical_domain": "tailwind.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tailwind_Airlines_Logo.svg", "description": "airline", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3106 +{"wikidata_id": "Q699142", "display_name": "Din Tai Fung", "legal_name": null, "aliases": ["Din Tai Fung Co.", "Ltd."], "website": "https://dintaifungusa.com", "canonical_domain": "dintaifungusa.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["food-beverage"], "industry_labels": ["food industry", "restaurant chain"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese multinational restaurant chain", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3107 +{"wikidata_id": "Q703227", "display_name": "Books Kinokuniya", "legal_name": null, "aliases": ["KINOKUNIYA COMPANY", "LTD."], "website": "https://www.kinokuniya.com", "canonical_domain": "kinokuniya.com", "country": "JP", "hq_city": "Shimo-Meguro", "hq_region": "Meguro", "lat": 35.62875, "lon": 139.70796, "industries": ["retail", "media"], "industry_labels": ["retail", "publishing"], "founded_year": 1927, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800LR8LTQS06UI509", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E7%B4%80%E4%BC%8A%E5%9C%8B%E5%B1%8B%E6%9B%B8%E5%BA%97_%283574888639%29.jpg", "description": "Japanese bookstore chain", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3108 +{"wikidata_id": "Q774842", "display_name": "JASRAC", "legal_name": null, "aliases": ["Japanese Society for Rights of Authors", "Composers and Publishers", "Japanese Society for Rights of Authors", "Composers", "and Publishers"], "website": "https://www.jasrac.or.jp", "canonical_domain": "jasrac.or.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JASRAC_logo.svg", "description": "Japanese rights society", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3109 +{"wikidata_id": "Q833266", "display_name": "Panasonic Corporation", "legal_name": "パナソニック株式会社", "aliases": [], "website": "https://www.panasonic.com", "canonical_domain": "panasonic.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Panasonic_Group_logo.svg", "description": "electronics company owned by Panasonic Holdings", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q41567544"}]}
3110 +{"wikidata_id": "Q842496", "display_name": "Takeshobo", "legal_name": null, "aliases": [], "website": "https://www.takeshobo.co.jp", "canonical_domain": "takeshobo.co.jp", "country": "JP", "hq_city": "Iidabashi", "hq_region": "Chiyoda", "lat": 35.70113, "lon": 139.74748, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAKESHOBO.png", "description": "Japanese publishing company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3111 +{"wikidata_id": "Q85790037", "display_name": "NutriAsia", "legal_name": null, "aliases": [], "website": "https://nutriasia.com", "canonical_domain": "nutriasia.com", "country": "PH", "hq_city": "Taguig", "hq_region": "Metro Manila", "lat": 14.51667, "lon": 121.05, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nutri-Asia_Company_Logo.svg", "description": "manufacturing company in the Philippines", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3112 +{"wikidata_id": "Q858957", "display_name": "Secom", "legal_name": null, "aliases": [], "website": "https://www.secom.co.jp", "canonical_domain": "secom.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900TYCL9N3E9PGE47", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SECOM_logo.svg", "description": "company", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3113 +{"wikidata_id": "Q967591", "display_name": "Nikoli", "legal_name": null, "aliases": ["Nikoli Co.", "Ltd."], "website": "https://nikoli.co.jp", "canonical_domain": "nikoli.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese games publisher", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3114 +{"wikidata_id": "Q98145436", "display_name": "Jetour", "legal_name": null, "aliases": [], "website": "https://www.jetour.com.cn", "canonical_domain": "jetour.com.cn", "country": "CN", "hq_city": "Wuhu", "hq_region": "Anhui", "lat": 31.33398, "lon": 118.36223, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q591001", "name": "Chery Automobile"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jetour_logo.svg", "description": "Chinese automotive brand owned by Chery", "sitelinks": 15, "importance": 0.2915, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3115 +{"wikidata_id": "Q1058813", "display_name": "Sanseido", "legal_name": null, "aliases": [], "website": "https://www.sanseido.co.jp", "canonical_domain": "sanseido.co.jp", "country": "JP", "hq_city": "Kanda-Misakichō", "hq_region": "Chiyoda", "lat": 35.70067, "lon": 139.75373, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1915, "employees": 151, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2006%E5%B9%B47%E6%9C%88%E3%80%81%E6%8F%90%E4%BE%9B%E8%80%85%28Nmaeda%29%E3%81%8C%E6%92%AE%E5%BD%B1.jpg", "description": "Japanese publishing company", "sitelinks": 7, "importance": 0.2913, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3116 +{"wikidata_id": "Q1538071", "display_name": "Yamato Life", "legal_name": null, "aliases": [], "website": "https://www.yamato-life.co.jp", "canonical_domain": "yamato-life.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1911, "employees": 1144, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 5, "importance": 0.2903, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3117 +{"wikidata_id": "Q16674089", "display_name": "BN-350", "legal_name": null, "aliases": [], "website": "https://www.maek.kz", "canonical_domain": "maek.kz", "country": "KZ", "hq_city": "Aktau", "hq_region": "Aqtaū Qalasy", "lat": 43.6525, "lon": 51.1575, "industries": ["energy", "utilities"], "industry_labels": ["district heating", "energy industry", "water supply"], "founded_year": 1968, "employees": 4000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1590386", "name": "Kazatomprom"}, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.2893, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3118 +{"wikidata_id": "Q104817495", "display_name": "Bangkok Mass Transit System Public Company Limited", "legal_name": null, "aliases": ["Bangkok Mass Transit System", "Bangkok Mass Transit System Co.", "Ltd.", "BTSC", "Bangkok Mass Transit System Public Co.", "Ltd."], "website": "https://www.bts.co.th", "canonical_domain": "bts.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["railway"], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4836731", "name": "BTS Group Holdings"}, "logo_url": null, "description": "Thai transport company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3119 +{"wikidata_id": "Q106222118", "display_name": "Montage Technology", "legal_name": null, "aliases": ["Montage Technology Co.", "Ltd."], "website": "https://www.montage-tech.com", "canonical_domain": "montage-tech.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["technology", "semiconductors"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Montage_Technology.svg", "description": "Chinese semiconductor company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3120 +{"wikidata_id": "Q117454768", "display_name": "Murad Buildings", "legal_name": null, "aliases": [], "website": "https://www.mbc.uz", "canonical_domain": "mbc.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3121 +{"wikidata_id": "Q1441532", "display_name": "Lucky Cement", "legal_name": null, "aliases": [], "website": "https://www.lucky-cement.com", "canonical_domain": "lucky-cement.com", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["construction"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": "Karachi Stock Exchange", "lei": "213800HCLGMIPPAF9976", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lucky_Cement_logo.png", "description": "company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3122 +{"wikidata_id": "Q1521406", "display_name": "Ghandhara Nissan", "legal_name": null, "aliases": [], "website": "https://www.ghandharanissan.com.pk", "canonical_domain": "ghandharanissan.com.pk", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GAL_Logo.jpg", "description": "public company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3123 +{"wikidata_id": "Q1544268", "display_name": "Motech Solar", "legal_name": null, "aliases": [], "website": "https://www.motech.com.tw", "canonical_domain": "motech.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["renewables", "manufacturing"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Motech_Industries_logo.svg", "description": "Taiwanese solar cell manufacturer", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3124 +{"wikidata_id": "Q21006095", "display_name": "Takaful Malaysia", "legal_name": null, "aliases": ["Syarikat Takaful Malaysia Berhad"], "website": "https://www.takaful-malaysia.com.my", "canonical_domain": "takaful-malaysia.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q139388151"}]}
3125 +{"wikidata_id": "Q22098886", "display_name": "Shenzhen Inovance Technology Co., Ltd", "legal_name": null, "aliases": ["Shenzhen Inovance Technology"], "website": "https://www.inovance.cn", "canonical_domain": "inovance.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.68754, "lon": 114.06585, "industries": ["manufacturing", "robotics"], "industry_labels": ["electrical engineering", "robotics"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shenzhen_Inovance_Technology.svg", "description": "Chinese automation company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3126 +{"wikidata_id": "Q3517277", "display_name": "Telechips", "legal_name": null, "aliases": [], "website": "https://www.telechips.com", "canonical_domain": "telechips.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["semiconductors"], "industry_labels": ["electronic component"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": null, "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telechips_logo.jpg", "description": "business enterprise", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3127 +{"wikidata_id": "Q4384042", "display_name": "Founder Group", "legal_name": null, "aliases": ["Founder", "Fangzheng"], "website": "https://www.founder.net", "canonical_domain": "founder.net", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology", "financial-services", "pharmaceuticals", "real-estate"], "industry_labels": ["information technology", "finance", "pharmaceutical industry", "real property", "commodities market"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": null, "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese technology conglomerate", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3128 +{"wikidata_id": "Q4661075", "display_name": "Aabsal", "legal_name": null, "aliases": ["Aabsal Co", "Aabsal Home Appliances"], "website": "https://www.aabsalco.com", "canonical_domain": "aabsalco.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian manufacturer and marketer of home appliances", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3129 +{"wikidata_id": "Q4855942", "display_name": "Bank Maskan", "legal_name": null, "aliases": ["Maskan Bank", "Maskan Bank Iran"], "website": "https://www.bank-maskan.ir", "canonical_domain": "bank-maskan.ir", "country": "IR", "hq_city": "Bank Maskan Central Building", "hq_region": "District 12", "lat": 35.68931, "lon": 51.41969, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1938, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_maskan.jpg", "description": "Iranian banking and financial services corporation", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3130 +{"wikidata_id": "Q5295830", "display_name": "DB Insurance", "legal_name": null, "aliases": [], "website": "https://idbins.com", "canonical_domain": "idbins.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": null, "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DB_Logo.svg", "description": "South Korean insurance company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3131 +{"wikidata_id": "Q5323768", "display_name": "EN Bank", "legal_name": null, "aliases": ["Eghtesad Novin Bank", "New Economy Bank"], "website": "https://www.enbank.ir", "canonical_domain": "enbank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EnbankNewLog-100x18.png", "description": "Iranian banking and financial services company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3132 +{"wikidata_id": "Q5642737", "display_name": "Halla Group", "legal_name": null, "aliases": [], "website": "https://www.mando.com", "canonical_domain": "mando.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean chaebol", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q6748120"}]}
3133 +{"wikidata_id": "Q5648211", "display_name": "Hanil Cement", "legal_name": null, "aliases": [], "website": "https://www.hanil.com", "canonical_domain": "hanil.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["cement"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean cement company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3134 +{"wikidata_id": "Q5834052", "display_name": "Export Development Bank of Iran", "legal_name": null, "aliases": ["EDBI Bank", "EDBI Bank Iran", "EDBI Iran"], "website": "https://www.edbi.ir", "canonical_domain": "edbi.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EDBI_LOGO%28FA_EN%29s.png", "description": "Iranian banking and financial services corporation", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3135 +{"wikidata_id": "Q5961680", "display_name": "Tourism Bank", "legal_name": null, "aliases": [], "website": "https://www.tourismbank.ir", "canonical_domain": "tourismbank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["travel", "financial-services"], "industry_labels": ["tourism", "financial services"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rar_bgardeshgari.svg", "description": "Iranian banking and financial services corporation", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3136 +{"wikidata_id": "Q6066862", "display_name": "Iran Shipbuilding & Offshore Industries Complex", "legal_name": null, "aliases": [], "website": "https://www.isoico.co", "canonical_domain": "isoico.co", "country": "IR", "hq_city": "Bandar Abbas", "hq_region": "Central District", "lat": 27.04806, "lon": 55.97389, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipyard in Bandar Abbas, Iran", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3137 +{"wikidata_id": "Q6395007", "display_name": "Keshavarzi Bank", "legal_name": null, "aliases": ["Agribank", "Agriculture Bank Of Iran", "Bank Keshavarzi", "Keshavarzi Bank Of Iran"], "website": "https://www.bki.ir", "canonical_domain": "bki.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian banking and financial services corporation", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3138 +{"wikidata_id": "Q7233625", "display_name": "Post Bank of Iran", "legal_name": null, "aliases": [], "website": "https://www.postbank.ir", "canonical_domain": "postbank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian post banking and financial services corporation", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3139 +{"wikidata_id": "Q7424291", "display_name": "Sarmayeh Bank", "legal_name": null, "aliases": [], "website": "https://sbank.ir", "canonical_domain": "sbank.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian banking and financial services corporation", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3140 +{"wikidata_id": "Q7814685", "display_name": "Tolypers", "legal_name": null, "aliases": ["Daroo Ghar", "Tolypers Iran"], "website": "https://www.tolypers.com", "canonical_domain": "tolypers.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["pharmaceuticals", "consumer-goods"], "industry_labels": ["pharmaceutical industry", "fast-moving consumer goods"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian consumer goods company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3141 +{"wikidata_id": "Q7979721", "display_name": "Wei-Chuan", "legal_name": null, "aliases": ["Wei-Chuan Food Corporation"], "website": "https://www.weichuan.com.tw", "canonical_domain": "weichuan.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["food-beverage"], "industry_labels": ["food manufacturing"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wei_Chuan-logo.svg", "description": "Taiwanese food company", "sitelinks": 5, "importance": 0.2884, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3142 +{"wikidata_id": "Q12811293", "display_name": "ING Türkiye", "legal_name": "Türk Boston Bank", "aliases": ["ING Bank", "ING Bank Turkey", "ING Turkey", "Oyak Bank", "Oyakbank"], "website": "https://www.ing.com.tr", "canonical_domain": "ing.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1984, "employees": 3442, "public_company": false, "ticker": null, "exchange": null, "lei": "7890001L64KNSIBT1H47", "sec_cik": null, "parent": {"wikidata_id": "Q645708", "name": "ING Group"}, "logo_url": null, "description": "Turkish foreign capital private sector bank", "sitelinks": 4, "importance": 0.2871, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3143 +{"wikidata_id": "Q12206433", "display_name": "Jawwal", "legal_name": null, "aliases": ["Palestinian Cellular Communications Company"], "website": "https://www.jawwal.ps", "canonical_domain": "jawwal.ps", "country": "PS", "hq_city": "Ramallah", "hq_region": "Ramallah and al-Bireh Governorate", "lat": 31.89694, "lon": 35.20167, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1999, "employees": 887, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2905358", "name": "Paltel Group"}, "logo_url": null, "description": "telecommunication company in Palestine", "sitelinks": 5, "importance": 0.2867, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3144 +{"wikidata_id": "Q2845962", "display_name": "Ancient", "legal_name": null, "aliases": ["Ancient corporation"], "website": "https://www.ancient.co.jp", "canonical_domain": "ancient.co.jp", "country": "JP", "hq_city": "Hino", "hq_region": "Tokyo", "lat": 35.67128, "lon": 139.39514, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": 19, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 9, "importance": 0.2854, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3145 +{"wikidata_id": "Q4077346", "display_name": "Bank Eskhata", "legal_name": null, "aliases": [], "website": "https://www.eskhata.com", "canonical_domain": "eskhata.com", "country": "TJ", "hq_city": "Tajikistan", "hq_region": null, "lat": 38.58333, "lon": 71.36667, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1994, "employees": 3032, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 4, "importance": 0.2853, "tier": 3, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3146 +{"wikidata_id": "Q1011981", "display_name": "Google China", "legal_name": "谷歌信息技术(中国)有限公司", "aliases": ["Google China Company", "Google中国"], "website": "https://www.google.cn", "canonical_domain": "google.cn", "country": "CN", "hq_city": "Zhongguancun", "hq_region": "Zhongguancun Subdistrict", "lat": 39.98117, "lon": 116.30894, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q26912024", "name": "Google Ireland Holdings Unlimited Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Google_China_logo.svg", "description": "Chinese subsidiary of Google LLC", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3147 +{"wikidata_id": "Q1022190", "display_name": "China South Industries Group", "legal_name": null, "aliases": ["China South Industries Group Co Ltd", "China South Industries Group Corporation", "CSGC"], "website": "https://www.csgc.com.cn", "canonical_domain": "csgc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive", "defense"], "industry_labels": ["automotive industry", "defence industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese conglomerate company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3148 +{"wikidata_id": "Q1052688", "display_name": "Sky Angkor Airlines", "legal_name": null, "aliases": ["Skywings Asia Airlines"], "website": "https://www.skywingsair.com", "canonical_domain": "skywingsair.com", "country": "KH", "hq_city": "Siem Reap", "hq_region": "Siem Reap Municipality", "lat": 13.36222, "lon": 103.85972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3149 +{"wikidata_id": "Q1060465", "display_name": "Wataniya Airways", "legal_name": null, "aliases": [], "website": "https://www.wataniyaairways.com", "canonical_domain": "wataniyaairways.com", "country": "KW", "hq_city": "Farwaniya", "hq_region": null, "lat": 29.27556, "lon": 47.96028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wataniya-Airways-Logo.svg", "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3150 +{"wikidata_id": "Q1070860", "display_name": "Game Software Rating Regulations", "legal_name": null, "aliases": ["Computer and Game Software Rating Regulation", "Computer Software Rating Regulations", "CSRR", "Game Software Rating Management Regulations", "GSRMR", "GSRR", "Taiwan Game Software Ratings"], "website": "https://www.gamerating.org.tw", "canonical_domain": "gamerating.org.tw", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["software", "gaming"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese video game content rating system", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3151 +{"wikidata_id": "Q1075971", "display_name": "Galanz", "legal_name": null, "aliases": ["Guangdong Galanz Enterprises Co.", "Ltd."], "website": "https://www.galanz.com.cn", "canonical_domain": "galanz.com.cn", "country": "CN", "hq_city": "Shunde District", "hq_region": "Foshan", "lat": 22.7957, "lon": 113.28492, "industries": ["manufacturing", "consumer-goods"], "industry_labels": ["industrial manufacturing", "home appliance industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Galanz.svg", "description": "Chinese manufacturer of electronic home appliances", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3152 +{"wikidata_id": "Q10873927", "display_name": "China Electronics Technology Group Corporation", "legal_name": null, "aliases": ["China Electric Division", "China Electronics Technology Group"], "website": "https://www.cetc.com.cn", "canonical_domain": "cetc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["telecommunications", "automotive", "technology"], "industry_labels": ["telecommunications industry", "vehicle industry", "information technology industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "company in Haidian, China", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3153 +{"wikidata_id": "Q11282972", "display_name": "Actas", "legal_name": null, "aliases": ["Actas Inc."], "website": "https://actas-inc.co.jp", "canonical_domain": "actas-inc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.70167, "lon": 139.56, "industries": ["entertainment"], "industry_labels": ["animation", "anime industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q854654", "name": "Bandai Namco Filmworks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Actas_Logo_Since_2019.svg", "description": "Japanese animation studio", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3154 +{"wikidata_id": "Q1154361", "display_name": "Ryukyu Air Commuter", "legal_name": null, "aliases": ["Ryukyu Air Commuter Co.", "Ltd."], "website": "https://rac-okinawa.com", "canonical_domain": "rac-okinawa.com", "country": "JP", "hq_city": "Naha Bus Terminal", "hq_region": "Izumizaki", "lat": 26.21128, "lon": 127.67706, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q574659", "name": "Japan Transocean Air"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ryukyu_Air_Commuter_2011_wordmark.svg", "description": "Japanese Airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3155 +{"wikidata_id": "Q1189685", "display_name": "United Airways", "legal_name": null, "aliases": [], "website": "https://www.uabdl.com", "canonical_domain": "uabdl.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3156 +{"wikidata_id": "Q12521890", "display_name": "Tokopedia", "legal_name": "PT Tokopedia", "aliases": [], "website": "https://www.tokopedia.com", "canonical_domain": "tokopedia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q106914877", "name": "GoTo Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokopedia.svg", "description": "Indonesian e-commerce company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3157 +{"wikidata_id": "Q1357061", "display_name": "Al-Naser Airlines", "legal_name": null, "aliases": [], "website": "https://www.alnaserairlines.com", "canonical_domain": "alnaserairlines.com", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Baghdad Governorate", "lat": 33.31528, "lon": 44.36611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3158 +{"wikidata_id": "Q1359479", "display_name": "Aoni Production", "legal_name": null, "aliases": [], "website": "https://www.aoni.co.jp", "canonical_domain": "aoni.co.jp", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aoni_Production_Logo.png", "description": "Japanese voice-talent company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3159 +{"wikidata_id": "Q1374297", "display_name": "Eurasian Natural Resources Corporation", "legal_name": null, "aliases": [], "website": "https://www.enrc.com", "canonical_domain": "enrc.com", "country": "KZ", "hq_city": "London", "hq_region": "Greater London", "lat": 51.50722, "lon": -0.1275, "industries": ["mining"], "industry_labels": ["metal industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": "1438925", "parent": {"wikidata_id": "Q4294785", "name": "Finance Ministry of Kazakhstan"}, "logo_url": null, "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3160 +{"wikidata_id": "Q140587", "display_name": "IZair", "legal_name": null, "aliases": ["İzmir Airlines"], "website": "https://www.izair.com.tr", "canonical_domain": "izair.com.tr", "country": "TR", "hq_city": "İzmir Province", "hq_region": "Turkey", "lat": 38.41889, "lon": 27.12972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%C4%B0zmir_Airlines_logo.svg", "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3161 +{"wikidata_id": "Q1436646", "display_name": "Force Motors", "legal_name": null, "aliases": ["Bajaj Tempo"], "website": "https://www.forcemotors.com", "canonical_domain": "forcemotors.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Force_Motors_Logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3162 +{"wikidata_id": "Q1495905", "display_name": "Sita Air", "legal_name": null, "aliases": [], "website": "https://www.sitaair.com.np", "canonical_domain": "sitaair.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3163 +{"wikidata_id": "Q1516371", "display_name": "Sinar Mas Group", "legal_name": null, "aliases": [], "website": "https://www.sinarmas.com", "canonical_domain": "sinarmas.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinarmas-Logo.png", "description": "Indonesian conglomerate corporation", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3164 +{"wikidata_id": "Q1539183", "display_name": "Hot", "legal_name": "הוט-מערכות תקשורת בע\"מ", "aliases": ["HOT Irael", "HOT Israel"], "website": "https://www.hot.net.il", "canonical_domain": "hot.net.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["media", "entertainment", "telecommunications"], "industry_labels": ["cable television", "video on demand", "telephony"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15944611", "name": "Altice"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HotNewLogo.svg", "description": "Israeli cable television, internet and telecommunications company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3165 +{"wikidata_id": "Q1924723", "display_name": "Agribank", "legal_name": null, "aliases": ["Agribank Vietnam", "Vietnam Bank for Agriculture and Rural Development"], "website": "https://www.agribank.com.vn", "canonical_domain": "agribank.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["banking", "financial-services"], "industry_labels": ["commerce"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo-ngan-hang_7_resize.webp", "description": "commercial bank located in Vietnam", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3166 +{"wikidata_id": "Q2035924", "display_name": "Topcon", "legal_name": null, "aliases": [], "website": "https://www.topcon.com", "canonical_domain": "topcon.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Topcon_company_logo.svg", "description": "Japanese manufacturer of optical equipment", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3167 +{"wikidata_id": "Q2089536", "display_name": "Petrovietnam", "legal_name": null, "aliases": ["PVN", "Vietnam Oil and Gas Group", "PetroVietnam", "Vietnam National Industry - Energy Group", "Vietnam National Oil and Gas Group"], "website": "https://www.pvn.vn", "canonical_domain": "pvn.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Petrovietnam_2025_logo.svg", "description": "Vietnamese state-owned oil company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3168 +{"wikidata_id": "Q23016621", "display_name": "Cosina", "legal_name": null, "aliases": [], "website": "https://www.cosina.co.jp", "canonical_domain": "cosina.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Nagano Prefecture", "lat": 36.76944, "lon": 138.34722, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cosina_logo.svg", "description": "Japanese optical glass manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3169 +{"wikidata_id": "Q25054159", "display_name": "ASE Group", "legal_name": null, "aliases": ["Advanced semiconductor engineering", "inc."], "website": "https://ase.aseglobal.com", "canonical_domain": "aseglobal.com", "country": "TW", "hq_city": "Kaohsiung", "hq_region": "Taiwan", "lat": 22.615, "lon": 120.2975, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese manufacturer of semiconductor testing products", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3170 +{"wikidata_id": "Q2704799", "display_name": "Tsuburaya Productions", "legal_name": null, "aliases": ["Tsuburaya Productions Co.", "Ltd."], "website": "https://tsuburaya-prod.com", "canonical_domain": "tsuburaya-prod.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q114740609", "name": "Tsuburaya Fields Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tsuburaya_Productions_Logo.png", "description": "Japanese special effects studio", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3171 +{"wikidata_id": "Q284989", "display_name": "tri-Ace", "legal_name": null, "aliases": ["Tri-Ace Inc."], "website": "https://www.tri-ace.co.jp", "canonical_domain": "tri-ace.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game development company formed in March 1995", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3172 +{"wikidata_id": "Q285914", "display_name": "iiyama", "legal_name": null, "aliases": ["iiyama Corporation", "Kabushikigaisha īyama"], "website": "https://iiyama.com", "canonical_domain": "iiyama.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iiyama_logo.svg", "description": "Japanese electronics company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3173 +{"wikidata_id": "Q2911708", "display_name": "Netafim", "legal_name": null, "aliases": [], "website": "https://www.netafim.com", "canonical_domain": "netafim.com", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Netafim.jpg", "description": "Israeli irrigation technologies company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3174 +{"wikidata_id": "Q303682", "display_name": "Sri Aurobindo Ashram", "legal_name": null, "aliases": ["Aurobindo Ashram"], "website": "https://www.sriaurobindoashram.org", "canonical_domain": "sriaurobindoashram.org", "country": "IN", "hq_city": "Pondicherry", "hq_region": "Puducherry", "lat": 11.93675, "lon": 79.83415, "industries": ["media"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "spiritual community (ashram) located in Pondicherry, India", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3175 +{"wikidata_id": "Q3349794", "display_name": "Red Chillies Entertainment", "legal_name": null, "aliases": ["Dreamz Unlimited"], "website": "https://www.redchillies.com", "canonical_domain": "redchillies.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian motion picture production and distribution company, based in Mumbai", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3176 +{"wikidata_id": "Q3400886", "display_name": "Power Grid Corporation of India", "legal_name": null, "aliases": ["Power Grid Corporation of India Limited", "PowerGrid", "PowerGrid Corporation of India"], "website": "https://www.powergridindia.com", "canonical_domain": "powergridindia.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Government of India enterprise", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3177 +{"wikidata_id": "Q3595301", "display_name": "Indian Coffee House", "legal_name": null, "aliases": [], "website": "https://www.indiancoffeehouse.com", "canonical_domain": "indiancoffeehouse.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": 12.50089, "lon": 74.99026, "industries": ["hospitality", "food-beverage"], "industry_labels": ["restaurant industry", "gastronomy"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indian_Coffee_House_logo.png", "description": "restaurant chain in India, run by co-operative societies", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3178 +{"wikidata_id": "Q386434", "display_name": "Otsuka Pharmaceutical", "legal_name": null, "aliases": ["Otsuka", "Ōtsuka Seiyaku Kabushiki-gaisha"], "website": "https://www.otsuka.co.jp", "canonical_domain": "otsuka.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800T027BNMJ8BG858", "sec_cik": null, "parent": {"wikidata_id": "Q5216177", "name": "Otsuka Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Otsuka_Holdings_logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3179 +{"wikidata_id": "Q4033398", "display_name": "AdGuard", "legal_name": null, "aliases": ["AdGaurd", "Adguard"], "website": "https://adguard.com", "canonical_domain": "adguard.com", "country": "CY", "hq_city": "Limassol", "hq_region": "Limassol District", "lat": 34.675, "lon": 33.04429, "industries": ["software"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AdGuard.svg", "description": "ad blocking and privacy protection software", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3180 +{"wikidata_id": "Q4165663", "display_name": "Mitutoyo", "legal_name": null, "aliases": ["Kabushiki Kaisha Mitsutoyo", "Mitsutoyo", "Mitutoyo Corporation"], "website": "https://www.mitutoyo.co.jp", "canonical_domain": "mitutoyo.co.jp", "country": "JP", "hq_city": "Kawasaki", "hq_region": "Kanagawa Prefecture", "lat": 35.53089, "lon": 139.703, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitutoyo_company_logo.svg", "description": "Japanese multinational manufacturer of measuring instruments", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3181 +{"wikidata_id": "Q43177802", "display_name": "Bitmain", "legal_name": null, "aliases": [], "website": "https://www.bitmain.com", "canonical_domain": "bitmain.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["software", "fintech"], "industry_labels": ["software industry", "cryptocurrency"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bitmain.svg", "description": "Chinese software company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3182 +{"wikidata_id": "Q490371", "display_name": "emart", "legal_name": null, "aliases": ["E‐MART"], "website": "https://company.emart.com", "canonical_domain": "emart.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q490787", "name": "Shinsegae"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emart_Logo.svg", "description": "company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3183 +{"wikidata_id": "Q4924268", "display_name": "Jet Asia Airways", "legal_name": null, "aliases": [], "website": "https://www.flyjetasia.com", "canonical_domain": "flyjetasia.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct charter airline of Thailand", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3184 +{"wikidata_id": "Q49252", "display_name": "Indonesian Aerospace", "legal_name": null, "aliases": ["DI", "Dirgantara Indonesia", "IAe", "Industri Pesawat Terbang Nusantara", "IPTN", "Lembaga Industri Penerbangan Nurtanio", "LIPNUR", "PT Dirgantara Indonesia (Persero)"], "website": "https://www.indonesian-aerospace.com", "canonical_domain": "indonesian-aerospace.com", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aerospace industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indonesian_Aerospace_logo.png", "description": "aerospace manufacturer in Indonesia", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3185 +{"wikidata_id": "Q512251", "display_name": "IOSYS", "legal_name": null, "aliases": [], "website": "https://www.iosysos.com", "canonical_domain": "iosysos.com", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["internet"], "industry_labels": ["digital media"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese application from Apple Inc.", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3186 +{"wikidata_id": "Q5310570", "display_name": "Dubai Islamic Bank", "legal_name": null, "aliases": ["DIB"], "website": "https://www.dib.ae", "canonical_domain": "dib.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "United Arab Emirates company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3187 +{"wikidata_id": "Q5372575", "display_name": "Emirates NBD", "legal_name": null, "aliases": ["Emirates National Bank of Dubai"], "website": "https://www.emiratesnbd.com", "canonical_domain": "emiratesnbd.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Middle Eastern banking group", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3188 +{"wikidata_id": "Q59186361", "display_name": "ZIPAIR Tokyo", "legal_name": "株式会社ZIPAIR Tokyo", "aliases": ["ZIPAIR"], "website": "https://www.zipairtokyo.com", "canonical_domain": "zipairtokyo.com", "country": "JP", "hq_city": "Narita", "hq_region": "Chiba Prefecture", "lat": 35.77667, "lon": 140.31833, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q213140", "name": "Japan Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ZIPAIR_logo.svg", "description": "low-fare Japanese airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3189 +{"wikidata_id": "Q607621", "display_name": "Tokyo Marui", "legal_name": null, "aliases": [], "website": "https://www.tokyo-marui.co.jp", "canonical_domain": "tokyo-marui.co.jp", "country": "JP", "hq_city": "Adachi", "hq_region": "Tokyo", "lat": 35.775, "lon": 139.80444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airsoft gun manufacturer located in Adachi, Tokyo, Japan", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3190 +{"wikidata_id": "Q7065431", "display_name": "Now Production", "legal_name": null, "aliases": ["Now Production Co.", "Ltd.", "NOWPRO"], "website": "https://www.nowpro.co.jp", "canonical_domain": "nowpro.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Now_Production_logo.svg", "description": "video game company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3191 +{"wikidata_id": "Q711545", "display_name": "Luxgen", "legal_name": null, "aliases": ["LUXGEN", "Luxgen Motor Co.", "Ltd."], "website": "https://www.luxgen-motor.com.tw", "canonical_domain": "luxgen-motor.com.tw", "country": "TW", "hq_city": "Sanyi Township", "hq_region": "Miaoli County", "lat": 24.41667, "lon": 120.76667, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q711523", "name": "Yulon Motor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LUXGEN_logo_%282022%29.svg", "description": "Taiwan automotive manufacturer", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3192 +{"wikidata_id": "Q7194993", "display_name": "Pindad", "legal_name": null, "aliases": ["PT Pindad"], "website": "https://pindad.com", "canonical_domain": "pindad.com", "country": "ID", "hq_city": "Bandung", "hq_region": "West Java", "lat": -6.92194, "lon": 107.60694, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1808, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian military and commercial company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3193 +{"wikidata_id": "Q7488453", "display_name": "SAIC General Motors", "legal_name": null, "aliases": ["SAIC GM", "Shanghai General Mtoros", "Shanghai GM"], "website": "https://www.saic-gm.com", "canonical_domain": "saic-gm.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saic-gm_logo21.png", "description": "automotive joint venture", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3194 +{"wikidata_id": "Q7585945", "display_name": "Sri Lanka Railways", "legal_name": null, "aliases": [], "website": "https://www.railway.gov.lk", "canonical_domain": "railway.gov.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1864, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan government-owned railway", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3195 +{"wikidata_id": "Q7939550", "display_name": "Voice of India", "legal_name": null, "aliases": ["VOI"], "website": "https://voiceofindiapress.com", "canonical_domain": "voiceofindiapress.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hindu nationalist publication house", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3196 +{"wikidata_id": "Q8194234", "display_name": "Universal Music Japan", "legal_name": null, "aliases": ["UMJ", "Universal Music LLC", "Universal J", "Universal Music J"], "website": "https://www.universal-music.co.jp", "canonical_domain": "universal-music.co.jp", "country": "JP", "hq_city": "Jingūmae", "hq_region": "Shibuya", "lat": 35.66781, "lon": 139.70792, "industries": ["entertainment"], "industry_labels": ["phonographic industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q38903", "name": "Universal Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Universal_Music_Group_logo.svg", "description": "Japanese subsidiary of Universal Music Group", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17056531"}]}
3197 +{"wikidata_id": "Q820731", "display_name": "Berjaya Air", "legal_name": null, "aliases": [], "website": "https://berjaya-air.com", "canonical_domain": "berjaya-air.com", "country": "MY", "hq_city": "Sultan Abdul Aziz Shah Airport", "hq_region": "Petaling District", "lat": 3.13302, "lon": 101.55371, "industries": ["airlines"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3198 +{"wikidata_id": "Q904069", "display_name": "Hunnu Air", "legal_name": null, "aliases": ["Hunnu Airlines"], "website": "https://www.hunnuair.com", "canonical_domain": "hunnuair.com", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mongolian airline", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3199 +{"wikidata_id": "Q935150", "display_name": "Reliance Anil Dhirubhai Ambani Group", "legal_name": null, "aliases": ["Reliance ADA", "Reliance ADA Group"], "website": "https://www.reliancegroupindia.com", "canonical_domain": "reliancegroupindia.com", "country": "IN", "hq_city": "Navi Mumbai", "hq_region": "Thane district", "lat": 19.03, "lon": 73.01, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Reliance_logo.png", "description": "Indian conglomerate, headquartered in Mumbai, India", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3200 +{"wikidata_id": "Q96418672", "display_name": "Jio Platforms", "legal_name": null, "aliases": ["Jio Platforms Limited", "Jio"], "website": "https://www.jio.com", "canonical_domain": "jio.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q908931", "name": "Reliance Industries Limited"}, "logo_url": null, "description": "Indian telecommunications and technology company", "sitelinks": 14, "importance": 0.2847, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3201 +{"wikidata_id": "Q4036889", "display_name": "DIGI Group", "legal_name": null, "aliases": ["Teraoka Seiko"], "website": "https://www.teraokaseiko.com", "canonical_domain": "teraokaseiko.com", "country": "JP", "hq_city": "Kugahara", "hq_region": "Ota", "lat": 35.58035, "lon": 139.69388, "industries": [], "industry_labels": [], "founded_year": 1934, "employees": 2600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 4, "importance": 0.283, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3202 +{"wikidata_id": "Q12471382", "display_name": "Alam Sutera", "legal_name": "ALAM SUTERA REALTY Tbk", "aliases": ["ALAM SUTERA REALTY", "ASRI"], "website": "https://www.alamsuterarealty.co.id", "canonical_domain": "alamsuterarealty.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.30056, "lon": 106.65056, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1993, "employees": 1, "public_company": true, "ticker": "ASRI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian property developer company", "sitelinks": 1, "importance": 0.2829, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3203 +{"wikidata_id": "Q126242196", "display_name": "AlphaMega", "legal_name": null, "aliases": ["Alpha"], "website": "https://www.alphamega.com.cy", "canonical_domain": "alphamega.com.cy", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": 2200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alphamega_logo-01.svg", "description": "Cypriot supermarket chain", "sitelinks": 4, "importance": 0.2806, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3204 +{"wikidata_id": "Q7813461", "display_name": "Tokai Carbon", "legal_name": null, "aliases": [], "website": "https://www.tokaicarbon.co.jp", "canonical_domain": "tokaicarbon.co.jp", "country": "JP", "hq_city": "Kita-Aoyama", "hq_region": "Minato", "lat": 35.67261, "lon": 139.71818, "industries": ["energy"], "industry_labels": [], "founded_year": 1918, "employees": 1916, "public_company": false, "ticker": null, "exchange": null, "lei": "5299002HKWA5B57KLT43", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokai_Carbon_company_logo.svg", "description": "Japanese developer and stockist of material used in nuclear power", "sitelinks": 4, "importance": 0.2786, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3205 +{"wikidata_id": "Q106805418", "display_name": "Owlcat Games", "legal_name": "Owlcat Games", "aliases": [], "website": "https://owlcat.games", "canonical_domain": "owlcat.games", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2016, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ba1e6171b0021a8a7da7b7f4d83bf08c", "description": "video game developer", "sitelinks": 5, "importance": 0.2784, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3206 +{"wikidata_id": "Q1684478", "display_name": "Mamoura Diversified Global Holding", "legal_name": "شركة المعمورة دايفيرسيفايد جلوبال هولدنغ – ش م ع", "aliases": ["MDGH", "Mubadala Development Company PJSC"], "website": "https://www.mubadala.ae", "canonical_domain": "mubadala.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2002, "employees": 500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55645212", "name": "Mubadala Investment Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mubadala-Development-Company-Logo.svg", "description": "public Joint Stock Company and is a wholly owned investment vehicle of the Government of Abu Dhabi", "sitelinks": 5, "importance": 0.2784, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3207 +{"wikidata_id": "Q1062020", "display_name": "Changhe", "legal_name": null, "aliases": [], "website": "https://www.changhe.com.ph", "canonical_domain": "changhe.com.ph", "country": "CN", "hq_city": "Jingdezhen", "hq_region": "Jiangxi", "lat": 29.29417, "lon": 117.20361, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q814712", "name": "BAIC Group"}, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3208 +{"wikidata_id": "Q106504531", "display_name": "Air Premia", "legal_name": null, "aliases": [], "website": "https://airpremia.com", "canonical_domain": "airpremia.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["airlines"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Premia_logo.svg", "description": "airline in South Korea", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3209 +{"wikidata_id": "Q107198400", "display_name": "teamasobi.com", "legal_name": null, "aliases": [], "website": "https://www.teamasobi.com", "canonical_domain": "teamasobi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q542018", "name": "PlayStation Studios"}, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3210 +{"wikidata_id": "Q1078203", "display_name": "Stardust Promotion", "legal_name": null, "aliases": ["Stardust Promotion Co.", "Ltd.", "Stardust Promotion Inc."], "website": "https://www.stardust.co.jp", "canonical_domain": "stardust.co.jp", "country": "JP", "hq_city": "Sendai", "hq_region": "Miyagi Prefecture", "lat": 38.26822, "lon": 140.86942, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q111746487", "name": "STARDUST HD."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STARDUST_PROMOTION_logo.png", "description": "Japanese talent agency", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3211 +{"wikidata_id": "Q1110126", "display_name": "Sumitomo Life Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.sumitomolife.co.jp", "canonical_domain": "sumitomolife.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["insurance"], "industry_labels": ["insurance company"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300I5OQCDADQSPI57", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Sumitomo_Life_Insurance.svg", "description": "Japanese company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3212 +{"wikidata_id": "Q11226587", "display_name": "Juki", "legal_name": null, "aliases": ["JUKIa"], "website": "https://www.juki.co.jp", "canonical_domain": "juki.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Juki_company_logo.svg", "description": "Japanese manufacturing company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3213 +{"wikidata_id": "Q11326720", "display_name": "Hamster Corporation", "legal_name": null, "aliases": ["HAMSTER", "HAMSTER Corporation", "Hamster"], "website": "https://www.hamster.co.jp", "canonical_domain": "hamster.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game publisher", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3214 +{"wikidata_id": "Q1150311", "display_name": "Toy's Factory", "legal_name": null, "aliases": ["Toy's Factory Records"], "website": "https://www.toysfactory.co.jp", "canonical_domain": "toysfactory.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2723301", "name": "VAP Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toy%27s_Factory_Logo.png", "description": "Japanese record label", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3215 +{"wikidata_id": "Q1154833", "display_name": "81produce.co.jp", "legal_name": null, "aliases": [], "website": "https://www.81produce.co.jp", "canonical_domain": "81produce.co.jp", "country": "JP", "hq_city": "Tomigaya", "hq_region": "Shibuya", "lat": 35.66656, "lon": 139.68708, "industries": [], "industry_labels": ["voice acting"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/81_Produce_Logo.png", "description": "Japanese voice-talent company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3216 +{"wikidata_id": "Q1209832", "display_name": "Pro Wrestling Noah", "legal_name": null, "aliases": [], "website": "https://dx.zebral.jp", "canonical_domain": "zebral.jp", "country": "JP", "hq_city": "Kanda-Misakichō", "hq_region": "Chiyoda", "lat": 35.70067, "lon": 139.75373, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ProWrestlinNoahJPlogo.svg", "description": "Japanese professional wrestling promotion", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3217 +{"wikidata_id": "Q12812126", "display_name": "Türksat", "legal_name": null, "aliases": ["Türksat A.Ş.", "Türksat Satellite Communications Cable TV and Operations Incorporated"], "website": "https://www.turksat.com.tr", "canonical_domain": "turksat.com.tr", "country": "TR", "hq_city": "Gölbaşı", "hq_region": "Ankara Province", "lat": 39.79639, "lon": 32.80639, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrksat_logo.svg", "description": "communications satellite and pay TV company in Turkey", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3218 +{"wikidata_id": "Q132358", "display_name": "Epoch Co.", "legal_name": null, "aliases": ["Ltd."], "website": "https://epoch.jp", "canonical_domain": "epoch.jp", "country": "JP", "hq_city": "Taitō-ku", "hq_region": "Tokyo", "lat": 35.7125, "lon": 139.78, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epoch_logo.svg", "description": "Japanese toy and computer games company founded in 1958", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3219 +{"wikidata_id": "Q1353472", "display_name": "Xuzhou Construction Machinery Group (XCMG)", "legal_name": null, "aliases": ["XCMG"], "website": "https://www.xcmg.com", "canonical_domain": "xcmg.com", "country": "CN", "hq_city": "Xuzhou", "hq_region": "Jiangsu", "lat": 34.26104, "lon": 117.18587, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1943, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_XCMG.png", "description": "heavy machinery manufacturing company based in Xuzhou, Jiangsu, China", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3220 +{"wikidata_id": "Q1513300", "display_name": "Mabuchi Motor", "legal_name": null, "aliases": [], "website": "https://www.mabuchi-motor.co.jp", "canonical_domain": "mabuchi-motor.co.jp", "country": "JP", "hq_city": "Matsudo", "hq_region": "Chiba Prefecture", "lat": 35.78764, "lon": 139.90317, "industries": ["manufacturing"], "industry_labels": ["electric motor"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mabuchi_Motor_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3221 +{"wikidata_id": "Q1546843", "display_name": "Nepal Railways", "legal_name": null, "aliases": ["NR", "NRC", "Nepal Railway Company Ltd."], "website": "https://www.dorw.gov.np", "canonical_domain": "dorw.gov.np", "country": "NP", "hq_city": "Janakpurdham", "hq_region": "Dhanusha District", "lat": 26.71222, "lon": 85.92167, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "rail transport company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3222 +{"wikidata_id": "Q1584305", "display_name": "Sabah State Railway", "legal_name": null, "aliases": [], "website": "https://www.sabah.gov.my", "canonical_domain": "sabah.gov.my", "country": "MY", "hq_city": "Kota Kinabalu", "hq_region": "West Coast", "lat": 5.34292, "lon": 115.74556, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SSRlogoclean.png", "description": "Malaysian rail operator", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3223 +{"wikidata_id": "Q1584923", "display_name": "Harbin Brewery", "legal_name": null, "aliases": [], "website": "https://www.harbin-beer.cn", "canonical_domain": "harbin-beer.cn", "country": "CN", "hq_city": "Harbin", "hq_region": "Heilongjiang", "lat": 45.75, "lon": 126.63333, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "trademark", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3224 +{"wikidata_id": "Q15984817", "display_name": "NAM Air", "legal_name": null, "aliases": [], "website": "https://www.flynamair.com", "canonical_domain": "flynamair.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q512468", "name": "Garuda Indonesia"}, "logo_url": null, "description": "Indonesian airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3225 +{"wikidata_id": "Q1637622", "display_name": "Sahara India Pariwar", "legal_name": null, "aliases": [], "website": "https://www.sahara.in", "canonical_domain": "sahara.in", "country": "IN", "hq_city": "Samastipur", "hq_region": "Samastipur district", "lat": 25.85, "lon": 85.76667, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SIP-logo_eng_new-%28rgb%29.jpg", "description": "Indian conglomerate", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3226 +{"wikidata_id": "Q1750599", "display_name": "Takamine guitars", "legal_name": null, "aliases": ["Takamine", "Takamine Co. Ltd.", "Takamine Co.", "Ltd.", "Takamine Gakki Seisakusho", "Takamine guitar", "Takamine Guitar", "Takamine Guitars"], "website": "https://www.takamine.com", "canonical_domain": "takamine.com", "country": "JP", "hq_city": "Nakatsugawa", "hq_region": "Gifu Prefecture", "lat": 35.56656, "lon": 137.47433, "industries": ["consumer-goods"], "industry_labels": ["musical instrument manufacturing company"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takamine_guitar_logo.svg", "description": "Japanese manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3227 +{"wikidata_id": "Q1786124", "display_name": "Telkomsel", "legal_name": null, "aliases": [], "website": "https://www.telkomsel.co.id", "canonical_domain": "telkomsel.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2305438", "name": "Telkom Indonesia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telkomsel_%282021%29.svg", "description": "Indonesian telecommunications company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3228 +{"wikidata_id": "Q1884798", "display_name": "Mahanagar Telephone Nigam", "legal_name": null, "aliases": ["MTNL"], "website": "https://www.mtnl.net.in", "canonical_domain": "mtnl.net.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "335800WPNZ3ELJCQ3U26", "sec_cik": null, "parent": {"wikidata_id": "Q2767170", "name": "Life Insurance Corporation of India"}, "logo_url": null, "description": "Indian telecommunication company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3229 +{"wikidata_id": "Q19059388", "display_name": "Ola Cabs", "legal_name": null, "aliases": ["Ola", "ANI Technologies Pvt. Ltd.", "Ola (aka Olacabs; dba Ani Technologies)", "OlaCabs", "OLΛ"], "website": "https://www.olacabs.com", "canonical_domain": "olacabs.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["technology", "transportation"], "industry_labels": ["information technology", "aggregator", "transport industry", "taxi service"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ola_Cabs_logo.svg", "description": "Indian online transportation network company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3230 +{"wikidata_id": "Q20063943", "display_name": "Silk Road Fund", "legal_name": null, "aliases": [], "website": "https://www.silkroadfund.com.cn", "canonical_domain": "silkroadfund.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Silk_Road_Fund.png", "description": "Chinese state backed investment fund", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3231 +{"wikidata_id": "Q20670962", "display_name": "GX Airlines", "legal_name": null, "aliases": ["Air Guilin Company Limited", "Guangxi Airlines", "Guangxi Beibu Airlines", "Guangxi Beibu Gulf Airlines"], "website": "https://www.gxairlines.com", "canonical_domain": "gxairlines.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines", "financial-services"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1436155", "name": "Tianjin Airlines"}, "logo_url": null, "description": "Guangxi Beibu Gulf Airlines, or simply GX Airlines, is a Chinese airline based at Nanning Wuxu International Airport. It is a joint venture between Tianjin Airlines and the Guangxi Beibu Gulf Investment Group", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3232 +{"wikidata_id": "Q209039", "display_name": "China Southern Power Grid", "legal_name": "中国南方电网有限责任公司", "aliases": ["CSG", "China Southern Power Grid Company", "Zhōngguó Nánfāng Diànwǎng"], "website": "https://www.csg.cn", "canonical_domain": "csg.cn", "country": "CN", "hq_city": "Huangpu District", "hq_region": "Guangzhou", "lat": 23.10444, "lon": 113.44886, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300W2U9PCTY011N49", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3233 +{"wikidata_id": "Q21050653", "display_name": "Recording Industry Association Singapore", "legal_name": null, "aliases": ["RIAS"], "website": "https://www.rias.org.sg", "canonical_domain": "rias.org.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization of the International Federation of the Phonographic Industry that represents the music industry in Singapore", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3234 +{"wikidata_id": "Q2115012", "display_name": "Good Smile Company", "legal_name": null, "aliases": ["GSC", "Goodsmile Company"], "website": "https://www.goodsmileus.com", "canonical_domain": "goodsmileus.com", "country": "JP", "hq_city": "Sumida", "hq_region": "Sumida", "lat": 35.73349, "lon": 139.8201, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Good_Smile_Company.svg", "description": "japanese company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3235 +{"wikidata_id": "Q2227403", "display_name": "Hanoi Stock Exchange", "legal_name": null, "aliases": ["HNX", "Hanoi Securities Trading Center", "Hanoi STC", "HSTC"], "website": "https://www.hnx.vn", "canonical_domain": "hnx.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "formerly Hanoi Securities Trading Centre", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3236 +{"wikidata_id": "Q226746", "display_name": "Zorlu Holding Company", "legal_name": null, "aliases": [], "website": "https://www.zorlu.com.tr", "canonical_domain": "zorlu.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zorlu_Holding_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3237 +{"wikidata_id": "Q24273186", "display_name": "Coridel Entertainment", "legal_name": null, "aliases": [], "website": "https://coridelent.com", "canonical_domain": "coridelent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CoridelEntertainment.png", "description": "South Korean discography", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3238 +{"wikidata_id": "Q24765258", "display_name": "Air Dilijans", "legal_name": null, "aliases": ["Armenia Aircompany"], "website": "https://airdilijans.com", "canonical_domain": "airdilijans.com", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Dilijans_logo.svg", "description": "Armenian carrier", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3239 +{"wikidata_id": "Q2717217", "display_name": "Modenas", "legal_name": null, "aliases": [], "website": "https://modenas.my", "canonical_domain": "modenas.my", "country": "MY", "hq_city": "Gurun", "hq_region": "Kedah", "lat": 5.82, "lon": 100.48, "industries": ["automotive"], "industry_labels": ["motorcycle"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Modenas_%282024%29.svg", "description": "Malaysian motorcycle company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3240 +{"wikidata_id": "Q28171825", "display_name": "Asian Paints", "legal_name": null, "aliases": [], "website": "https://www.asianpaintsarabia.com", "canonical_domain": "asianpaintsarabia.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["chemicals"], "industry_labels": ["chemical industry", "multinational corporation"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian Multi-National Paint and Coating Manufacturing Company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3241 +{"wikidata_id": "Q28415694", "display_name": "Yangtze Memory Technology Corp", "legal_name": null, "aliases": ["Yangtze Memory", "YMTC"], "website": "https://www.ymtc.com", "canonical_domain": "ymtc.com", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "6556005YROCAUJN2J624", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned semiconductor company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3242 +{"wikidata_id": "Q2861280", "display_name": "Arika", "legal_name": null, "aliases": ["ARIKA CO.", "LTD."], "website": "https://www.arika.co.jp", "canonical_domain": "arika.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arika_logo.svg", "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3243 +{"wikidata_id": "Q28745990", "display_name": "Türkiye Wealth Fund", "legal_name": null, "aliases": ["TWF", "Turkey Wealth Fund", "Türkiye Varlık Fonu"], "website": "https://www.tvf.com.tr", "canonical_domain": "tvf.com.tr", "country": "TR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrkiye_Varl%C4%B1k_Fonu_logo.svg", "description": "sovereign wealth fund of Turkey", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3244 +{"wikidata_id": "Q287734", "display_name": "Tbilisi Aircraft Manufacturing", "legal_name": null, "aliases": ["TAM", "JSC Tbilaviamsheni"], "website": "https://www.tam.ge", "canonical_domain": "tam.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["defense", "aerospace-defense"], "industry_labels": ["weapons industry", "aircraft industry"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18274252", "name": "STC Delta"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TAM_Logo.svg", "description": "aerospace manufacturing", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3245 +{"wikidata_id": "Q2956390", "display_name": "Mazagon Dock Shipbuilders", "legal_name": null, "aliases": [], "website": "https://www.mazagondock.gov.in", "canonical_domain": "mazagondock.gov.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "India ship builder", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3246 +{"wikidata_id": "Q2998661", "display_name": "Samsung Engineering", "legal_name": null, "aliases": ["Samsung E&A"], "website": "https://www.samsungengineering.com", "canonical_domain": "samsungengineering.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20716", "name": "Samsung Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Engineering_logo.svg", "description": "South Korean company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3247 +{"wikidata_id": "Q3029196", "display_name": "Susi Air", "legal_name": null, "aliases": [], "website": "https://www.susiair.com", "canonical_domain": "susiair.com", "country": "ID", "hq_city": "Pangandaran", "hq_region": "Pangandaran", "lat": -7.63167, "lon": 108.61722, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3248 +{"wikidata_id": "Q3110271", "display_name": "Vanillaware", "legal_name": null, "aliases": [], "website": "https://vanillaware.co.jp", "canonical_domain": "vanillaware.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3249 +{"wikidata_id": "Q3350196", "display_name": "Bangla Academy", "legal_name": "বাংলা একাডেমি", "aliases": ["Bangla Academy (Bangladesh)"], "website": "https://banglaacademy.gov.bd", "canonical_domain": "banglaacademy.gov.bd", "country": "BD", "hq_city": "Burdwan House", "hq_region": "Dhaka", "lat": 23.72944, "lon": 90.39722, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19745020", "name": "Ministry of Cultural Affairs"}, "logo_url": null, "description": "Bangladesh's national language authority", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3250 +{"wikidata_id": "Q3565273", "display_name": "Cyta", "legal_name": "Cyprus Telecommunication Authority", "aliases": ["Cytamobile", "Cytamobile-Vodafone"], "website": "https://www.cyta.com.cy", "canonical_domain": "cyta.com.cy", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cytamobile-Vodafone_logo.jpg", "description": "semi-governmental telecom in Cyprus", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3251 +{"wikidata_id": "Q3809620", "display_name": "Kopiko", "legal_name": null, "aliases": [], "website": "https://www.kopikousa.com", "canonical_domain": "kopikousa.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["coffee", "candy"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kopiko.svg", "description": "brand of coffee and candy", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3252 +{"wikidata_id": "Q4253231", "display_name": "SF Airlines", "legal_name": null, "aliases": ["SF", "SF Air"], "website": "https://www.sf-airlines.com", "canonical_domain": "sf-airlines.com", "country": "CN", "hq_city": "Shenzhen Bao'an International Airport", "hq_region": "Bao'an District", "lat": 22.63944, "lon": 113.81083, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7390019", "name": "SF Express"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SF_Airlines_logo.svg", "description": "Chinese cargo airline", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3253 +{"wikidata_id": "Q4310815", "display_name": "National Television and Radio Company of Uzbekistan", "legal_name": null, "aliases": ["MTRK"], "website": "https://mtrk.uz", "canonical_domain": "mtrk.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["media"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTRK_logo.png", "description": "national broadcaster of Uzbekistan", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3254 +{"wikidata_id": "Q4383808", "display_name": "Central Group", "legal_name": null, "aliases": [], "website": "https://www.centralgroup.com", "canonical_domain": "centralgroup.com", "country": "TH", "hq_city": "Pathum Wan Subdistrict", "hq_region": "Pathum Wan", "lat": 13.73849, "lon": 100.53427, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Central_Group_Logo.svg", "description": "conglomerate holding company in Thailand", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3255 +{"wikidata_id": "Q4604373", "display_name": "MangaGamer", "legal_name": null, "aliases": ["Manga Gamer"], "website": "https://www.mangagamer.com", "canonical_domain": "mangagamer.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MangaGamer_Logo.png", "description": "Japanese-based visual novel localizer and distributor", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3256 +{"wikidata_id": "Q481968", "display_name": "Acquire", "legal_name": null, "aliases": ["Acquire (game developer)", "ACQUIRE Corp."], "website": "https://www.acquire.co.jp", "canonical_domain": "acquire.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.70067, "lon": 139.77111, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17224985", "name": "Kadokawa Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Acquire_%28company%29_logo.png", "description": "Japanese video game developer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3257 +{"wikidata_id": "Q483280", "display_name": "Korea Post", "legal_name": null, "aliases": [], "website": "https://www.koreapost.go.kr", "canonical_domain": "koreapost.go.kr", "country": "KR", "hq_city": "Sejong", "hq_region": "South Korea", "lat": 36.487, "lon": 127.28223, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482761", "name": "Ministry of Science, ICT and Future Planning"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emblem_of_Korea_Post.svg", "description": "governmental organization in South Korea", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3258 +{"wikidata_id": "Q483687", "display_name": "Humax", "legal_name": null, "aliases": [], "website": "https://www.humaxdigital.com", "canonical_domain": "humaxdigital.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Humax_logo_1103.png", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3259 +{"wikidata_id": "Q497254", "display_name": "Hyosung", "legal_name": null, "aliases": [], "website": "https://www.hyosung.com", "canonical_domain": "hyosung.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyosung_Group_logo.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3260 +{"wikidata_id": "Q5005884", "display_name": "C-JeS Studios", "legal_name": null, "aliases": ["C-JeS Entertainment"], "website": "https://c-jes.com", "canonical_domain": "c-jes.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean entertainment company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3261 +{"wikidata_id": "Q54569524", "display_name": "Swift Xi Inc.", "legal_name": "Swift Xi Inc.", "aliases": [], "website": "https://swift-xi.com", "canonical_domain": "swift-xi.com", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69897, "lon": 135.19322, "industries": ["technology", "aerospace-defense"], "industry_labels": ["information technology", "aerospace industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1939632", "name": "Swift Engineering"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SWIFT-XI_Logo.jpg", "description": "Japanese Aerospace Company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3262 +{"wikidata_id": "Q585666", "display_name": "NGK", "legal_name": null, "aliases": ["NGK Spark Plug Co.", "Ltd.", "Nippon Tokushu Tōgyō Kabushiki-gaisha"], "website": "https://www.ngkntk.co.jp", "canonical_domain": "ngkntk.co.jp", "country": "JP", "hq_city": "Higashi-ku", "hq_region": "Nagoya", "lat": 35.17944, "lon": 136.92611, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Niterra_logo%282023%29.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3263 +{"wikidata_id": "Q6122995", "display_name": "Vietcombank", "legal_name": "Joint Stock Commercial Bank for Foreign Trade of Vietnam", "aliases": ["VCB"], "website": "https://www.vietcombank.com.vn", "canonical_domain": "vietcombank.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial institution"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vietcombank_logo_fixed.svg", "description": "Vietnam banking institution", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3264 +{"wikidata_id": "Q6157860", "display_name": "Japan Steel Works", "legal_name": null, "aliases": [], "website": "https://www.jsw.co.jp", "canonical_domain": "jsw.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1907, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JSW.svg", "description": "Japanese steelmaker", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3265 +{"wikidata_id": "Q638336", "display_name": "Mitsui Sumitomo Insurance Company", "legal_name": null, "aliases": [], "website": "https://www.ms-ins.com", "canonical_domain": "ms-ins.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["insurance"], "industry_labels": ["insurance company"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493006KRZ0SJO41LZ83", "sec_cik": null, "parent": {"wikidata_id": "Q5215769", "name": "MS&AD Insurance Group Holdings"}, "logo_url": null, "description": "kabushiki gaisha", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q5215769"}]}
3266 +{"wikidata_id": "Q6411959", "display_name": "King Power", "legal_name": null, "aliases": [], "website": "https://www.kingpower.com", "canonical_domain": "kingpower.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["retail"], "industry_labels": ["duty-free shop"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/King_Power_Logo.svg", "description": "Thai trading company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3267 +{"wikidata_id": "Q654180", "display_name": "Aria", "legal_name": null, "aliases": [], "website": "https://www.ariaguitars.com", "canonical_domain": "ariaguitars.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aria_Guitars_logo.svg", "description": "Japanese manufacturer of acoustic and electric guitars and basses", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3268 +{"wikidata_id": "Q6883239", "display_name": "Mitsui Engineering & Shipbuilding", "legal_name": null, "aliases": ["MITSUI E&S Co.", "Ltd.", "Mitsui E&S Holdings Co.", "Ltd.", "Mitsui Engineering & Shipbuilding Co Ltd"], "website": "https://www.mes.co.jp", "canonical_domain": "mes.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "5493007T2YKKWF2NYN82", "sec_cik": null, "parent": {"wikidata_id": "Q904240", "name": "Mitsui & Co."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsui_E%26S_company_logo.svg", "description": "Japanese shipbuilder", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3269 +{"wikidata_id": "Q704328", "display_name": "Palit Microsystems", "legal_name": null, "aliases": ["Palit", "Ltd."], "website": "https://www.palit.biz", "canonical_domain": "palit.biz", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Palit_logo.svg", "description": "Taiwanese computer hardware company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3270 +{"wikidata_id": "Q710437", "display_name": "Formosa Television", "legal_name": null, "aliases": ["Formosa TV", "FTV"], "website": "https://www.ftv.com.tw", "canonical_domain": "ftv.com.tw", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese territorial television broadcast company, it is the first pure private sector invested over-the-air television station", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3271 +{"wikidata_id": "Q733351", "display_name": "Dome", "legal_name": null, "aliases": ["Dome Co. Ltd.", "DOME CO.", "LTD."], "website": "https://www.dome.co.jp", "canonical_domain": "dome.co.jp", "country": "JP", "hq_city": "Maihara", "hq_region": "Sakata district", "lat": 35.31536, "lon": 136.28403, "industries": ["automotive"], "industry_labels": ["motorsport"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "racing car manufacturer", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3272 +{"wikidata_id": "Q744498", "display_name": "Plasan", "legal_name": null, "aliases": [], "website": "https://www.plasansasa.com", "canonical_domain": "plasansasa.com", "country": "IL", "hq_city": "Sasa", "hq_region": "Galilee", "lat": 33.0269, "lon": 35.3945, "industries": ["defense", "automotive"], "industry_labels": ["Manufacture of military fighting vehicles"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3273 +{"wikidata_id": "Q75533", "display_name": "National Film Development Corporation of India", "legal_name": "National Film Development Corporation Limited", "aliases": ["NFDC", "National Film Development Corporation Ltd."], "website": "https://www.nfdcindia.com", "canonical_domain": "nfdcindia.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4294412", "name": "Ministry of Information and Broadcasting"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Official_logo_NFDC_India.jpeg", "description": "Indian public sector undertaking for film development", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3274 +{"wikidata_id": "Q763637", "display_name": "Nitto Denko", "legal_name": null, "aliases": ["Nitto Denko Corporation"], "website": "https://www.nitto.com", "canonical_domain": "nitto.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "3538009GX5P09USH2J25", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nitto_Denko_logo.svg", "description": "Japanese Corporation", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3275 +{"wikidata_id": "Q787604", "display_name": "BOTAŞ", "legal_name": null, "aliases": ["BOTAŞ Petroleum Pipeline Corporation"], "website": "https://fundturkltd.com", "canonical_domain": "fundturkltd.com", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3276 +{"wikidata_id": "Q814713", "display_name": "Beijing Benz", "legal_name": null, "aliases": ["Beijing Benz DaimlerChrysler"], "website": "https://www.bbac.com.cn", "canonical_domain": "bbac.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Beijing_Benz.png", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3277 +{"wikidata_id": "Q842268", "display_name": "Jiangsu Yueda Kia Motors", "legal_name": null, "aliases": ["Dongfeng Yueda Kia", "Dongfeng Yueda Kia Motors"], "website": "https://www.kia.cn", "canonical_domain": "kia.cn", "country": "CN", "hq_city": "Yancheng", "hq_region": "Jiangsu", "lat": 33.36611, "lon": 120.21933, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KIA_logo3.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3278 +{"wikidata_id": "Q906927", "display_name": "Bungeishunjū", "legal_name": null, "aliases": ["Bungeishunju Ltd."], "website": "https://www.bunshun.co.jp", "canonical_domain": "bunshun.co.jp", "country": "JP", "hq_city": "Kioichō", "hq_region": "Chiyoda", "lat": 35.68106, "lon": 139.73579, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1923, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese publishing company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3279 +{"wikidata_id": "Q931156", "display_name": "GS Yuasa", "legal_name": null, "aliases": ["GS Yuasa Corporation", "Kabushiki-gaisha GS Yuasa Kōporēshon"], "website": "https://www.gs-yuasa.com", "canonical_domain": "gs-yuasa.com", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_GS_Yuasa.svg", "description": "company", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3280 +{"wikidata_id": "Q994221", "display_name": "Hongdu", "legal_name": null, "aliases": ["Nanchang", "NAMC", "China Nanchang Aircraft Manufacturing Corporation", "CNAMC", "Hongdu Aviation Industry Group", "Hongdu Machinery-building Factory", "Jiangxi Hongdu Aviation Industry Group"], "website": "https://www.hongdu.com.cn", "canonical_domain": "hongdu.com.cn", "country": "CN", "hq_city": "Nanchang", "hq_region": "Jiangxi", "lat": 28.68417, "lon": 115.88722, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AVIC_Hongdu_logo.png", "description": "aerospace manufacturer (permanently closed. Entire area, including runway, turned into HongDu Park)", "sitelinks": 13, "importance": 0.2774, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3281 +{"wikidata_id": "Q11235747", "display_name": "NMKV", "legal_name": "株式会社NMKV", "aliases": [], "website": "https://nmkv.com", "canonical_domain": "nmkv.com", "country": "JP", "hq_city": "Atsugi", "hq_region": "Kanagawa Prefecture", "lat": 35.63054, "lon": 139.73709, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2011, "employees": 54, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NMKV_logo.png", "description": "Japanese automotive joint venture company", "sitelinks": 7, "importance": 0.2766, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3282 +{"wikidata_id": "Q1384852", "display_name": "kspsteel.kz", "legal_name": null, "aliases": [], "website": "https://kspsteel.kz", "canonical_domain": "kspsteel.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": 7500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KSP_Steel_Logo.svg", "description": "business", "sitelinks": 3, "importance": 0.2749, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3283 +{"wikidata_id": "Q4052388", "display_name": "Unibank", "legal_name": null, "aliases": [], "website": "https://www.unibank.az", "canonical_domain": "unibank.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 2002, "employees": 1450, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unibank_Logo.png", "description": "private bank in Azerbaijan", "sitelinks": 4, "importance": 0.2746, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3284 +{"wikidata_id": "Q11382579", "display_name": "Sasebo Heavy Industries", "legal_name": null, "aliases": ["SSK"], "website": "https://www.ssk-sasebo.co.jp", "canonical_domain": "ssk-sasebo.co.jp", "country": "JP", "hq_city": "Sasebo", "hq_region": "Nagasaki Prefecture", "lat": 33.18, "lon": 129.715, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1946, "employees": 366, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11415470", "name": "Namura Shipbuilding"}, "logo_url": null, "description": "Japanese machinery and shipbuilding company", "sitelinks": 5, "importance": 0.2739, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3285 +{"wikidata_id": "Q96179406", "display_name": "Renuar", "legal_name": null, "aliases": ["Twentyfourseven"], "website": "https://www.renuar.co.il", "canonical_domain": "renuar.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 1993, "employees": 1300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renuar_Grand_Canyon_Haifa.JPG", "description": "Israel company fashion", "sitelinks": 4, "importance": 0.273, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3286 +{"wikidata_id": "Q100716243", "display_name": "Kkb Engineering Berhad", "legal_name": null, "aliases": ["KKB", "Kkb Engineering Bhd."], "website": "https://www.kkbeb.com.my", "canonical_domain": "kkbeb.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "9466", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3287 +{"wikidata_id": "Q101176650", "display_name": "Genda", "legal_name": null, "aliases": [], "website": "https://genda.jp", "canonical_domain": "genda.jp", "country": "JP", "hq_city": "Ōmori-Honchō", "hq_region": "Ota", "lat": 35.58295, "lon": 139.73663, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "9166", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3288 +{"wikidata_id": "Q102378714", "display_name": "Hi crates", "legal_name": null, "aliases": [], "website": "https://hi-crates.jp", "canonical_domain": "hi-crates.jp", "country": "JP", "hq_city": "Okayama Prefecture", "hq_region": "Japan", "lat": 34.66167, "lon": 133.93472, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "4172", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3289 +{"wikidata_id": "Q10284305", "display_name": "Guangzhou Blue Moon Industrial Co., Ltd", "legal_name": "广州蓝月亮实业有限公司", "aliases": ["Blue Moon", "bluemoon"], "website": "https://www.bluemoon.com.cn", "canonical_domain": "bluemoon.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": [], "industry_labels": ["detergent industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "6993", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3290 +{"wikidata_id": "Q104671547", "display_name": "Ondeck", "legal_name": null, "aliases": [], "website": "https://www.ondeck.jp", "canonical_domain": "ondeck.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": null, "employees": null, "public_company": true, "ticker": "7360", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3291 +{"wikidata_id": "Q104848239", "display_name": "Destini Berhad", "legal_name": null, "aliases": ["Destini Bhd."], "website": "https://www.destinigroup.com", "canonical_domain": "destinigroup.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "7212", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian oil and gas industrial company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3292 +{"wikidata_id": "Q104867057", "display_name": "Dito CME Holdings Corporation", "legal_name": null, "aliases": [], "website": "https://www.ditocmeholdings.ph", "canonical_domain": "ditocmeholdings.ph", "country": "PH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "DITO", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DCME_logo.svg", "description": "holding company in the Philippines", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3293 +{"wikidata_id": "Q105393678", "display_name": "GenCell", "legal_name": "ג'נסל בע''מ", "aliases": [], "website": "https://www.gencellenergy.com", "canonical_domain": "gencellenergy.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["energy"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "GNCL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company developing fuel cells", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3294 +{"wikidata_id": "Q105481330", "display_name": "Batonz", "legal_name": null, "aliases": [], "website": "https://batonz.jp", "canonical_domain": "batonz.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "554A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3295 +{"wikidata_id": "Q105624046", "display_name": "Indofood CBP", "legal_name": "PT Indofood CBP Sukses Makmur Tbk", "aliases": ["ICBP", "Indofood CBP Sukses Makmur", "Indofood CBP Sukses Makmur Tbk"], "website": "https://www.indofoodcbp.com", "canonical_domain": "indofoodcbp.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "beverage industry", "consumer goods industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "ICBP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3930665", "name": "Indofood"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indofood_CBP.svg", "description": "Indonesian public company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3296 +{"wikidata_id": "Q105653168", "display_name": "daiken-iki.co.jp", "legal_name": null, "aliases": [], "website": "https://www.daiken-iki.co.jp", "canonical_domain": "daiken-iki.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7775", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3297 +{"wikidata_id": "Q105742835", "display_name": "AL-DAWAA MEDICAL SERVICES CO. LTD", "legal_name": null, "aliases": ["DMSCO"], "website": "https://www.al-dawaa.com.sa", "canonical_domain": "al-dawaa.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4163", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aldawaa_Pharmacies.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3298 +{"wikidata_id": "Q105832373", "display_name": "itbook-hd.co.jp", "legal_name": null, "aliases": [], "website": "https://www.itbook-hd.co.jp", "canonical_domain": "itbook-hd.co.jp", "country": "JP", "hq_city": "Toyosu", "hq_region": "Kōtō", "lat": 35.64431, "lon": 139.78466, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1447", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3299 +{"wikidata_id": "Q105975716", "display_name": "Citic Pacific Special Steel Group Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.citicsteel.com", "canonical_domain": "citicsteel.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000708", "exchange": "Shenzhen Stock Exchange", "lei": "836800ETMJJWP4GAL167", "sec_cik": null, "parent": null, "logo_url": null, "description": "Citic Pacific Special Steel Group Co., Ltd. produces and sells steel products in China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3300 +{"wikidata_id": "Q106024877", "display_name": "Sangfor Technologies Inc.", "legal_name": null, "aliases": [], "website": "https://www.sangfor.com.cn", "canonical_domain": "sangfor.com.cn", "country": "CN", "hq_city": "Nanshan District", "hq_region": "Shenzhen", "lat": 22.50161, "lon": 113.90781, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "300454", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3301 +{"wikidata_id": "Q106222114", "display_name": "Glodon Company Limited", "legal_name": null, "aliases": [], "website": "https://cad.glodon.com", "canonical_domain": "glodon.com", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "002410", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Glodon Company Limited provides professional application software and support services to the construction industry", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3302 +{"wikidata_id": "Q106240022", "display_name": "Changzhou Xingyu Automotive Lighting Systems Co.,Ltd.", "legal_name": "常州星宇车灯股份有限公司", "aliases": ["Changzhou Xingyu", "Changzhou Xingyu Lamp Co.", "Ltd.", "Changzhou Xingyu tmtv Lghtg Systms C Ltd", "Xingyu Lighting"], "website": "https://www.xyl.cn", "canonical_domain": "xyl.cn", "country": "CN", "hq_city": "Xinbei District", "hq_region": "Changzhou", "lat": 31.833, "lon": 119.9675, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "601799", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3303 +{"wikidata_id": "Q106339974", "display_name": "Matuoka Corporation", "legal_name": null, "aliases": [], "website": "https://www.matuoka.co.jp", "canonical_domain": "matuoka.co.jp", "country": "JP", "hq_city": "Fukuyama", "hq_region": "Hiroshima Prefecture", "lat": 34.52333, "lon": 133.33778, "industries": ["manufacturing"], "industry_labels": ["textile manufacturer"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "3611", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3304 +{"wikidata_id": "Q106481569", "display_name": "AMG Holdings", "legal_name": null, "aliases": ["AMG HOLDINGS CO.", "LTD."], "website": "https://www.amg-hd.co.jp", "canonical_domain": "amg-hd.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "8891", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3305 +{"wikidata_id": "Q107123586", "display_name": "LOGLY", "legal_name": null, "aliases": ["Inc."], "website": "https://corp.logly.co.jp", "canonical_domain": "logly.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.65688, "lon": 139.69823, "industries": ["media"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "6579", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Internet advertising company in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3306 +{"wikidata_id": "Q107133181", "display_name": "Amaya Resorts & Spas", "legal_name": null, "aliases": ["Amaya Leisure PLC"], "website": "https://www.amayaresorts.com", "canonical_domain": "amayaresorts.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CONN", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan hotel chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3307 +{"wikidata_id": "Q107411683", "display_name": "CENTURY 21 Japan", "legal_name": null, "aliases": ["CENTURY 21 REAL ESTATE OF JAPAN LTD."], "website": "https://www.century21japan.co.jp", "canonical_domain": "century21japan.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "8898", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3308 +{"wikidata_id": "Q107411734", "display_name": "ETS Group", "legal_name": null, "aliases": ["Ets Holdings", "ETS Group Co.", "Ltd."], "website": "https://ets-holdings.co.jp", "canonical_domain": "ets-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "253A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3309 +{"wikidata_id": "Q107411800", "display_name": "kichiri.co.jp", "legal_name": null, "aliases": [], "website": "https://www.kichiri.co.jp", "canonical_domain": "kichiri.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3082", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3310 +{"wikidata_id": "Q107411920", "display_name": "hosoya-pyro.co.jp", "legal_name": null, "aliases": [], "website": "https://hosoya-pyro.co.jp", "canonical_domain": "hosoya-pyro.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4274", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3311 +{"wikidata_id": "Q107412088", "display_name": "URBAN LiKE", "legal_name": null, "aliases": ["URBAN LiKE INC."], "website": "https://www.urban-like.co.jp", "canonical_domain": "urban-like.co.jp", "country": "JP", "hq_city": "Kumamoto Prefecture", "hq_region": "Japan", "lat": 32.78972, "lon": 130.74139, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2992", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3312 +{"wikidata_id": "Q107647721", "display_name": "Cannabotech Ltd", "legal_name": "קנבוטק בע''מ", "aliases": [], "website": "https://www.cannabotech.com", "canonical_domain": "cannabotech.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "CNTC", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli pharma company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3313 +{"wikidata_id": "Q107694780", "display_name": "MindChamps", "legal_name": null, "aliases": [], "website": "https://www.mindchamps.org", "canonical_domain": "mindchamps.org", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CNE", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3314 +{"wikidata_id": "Q107745672", "display_name": "axxzia.co.jp", "legal_name": null, "aliases": [], "website": "https://axxzia.co.jp", "canonical_domain": "axxzia.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "4936", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3315 +{"wikidata_id": "Q107921376", "display_name": "Open Group", "legal_name": null, "aliases": [], "website": "https://open-group.co.jp", "canonical_domain": "open-group.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "6572", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3316 +{"wikidata_id": "Q107921409", "display_name": "GreenBee", "legal_name": null, "aliases": [], "website": "https://www.greenbee.co.jp", "canonical_domain": "greenbee.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3913", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3317 +{"wikidata_id": "Q107921413", "display_name": "TerraSky", "legal_name": null, "aliases": [], "website": "https://www.terrasky.co.jp", "canonical_domain": "terrasky.co.jp", "country": "JP", "hq_city": "Nihonbashi", "hq_region": "Nihonbashi-ku", "lat": 35.68026, "lon": 139.77338, "industries": ["technology"], "industry_labels": ["information technology industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3915", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3318 +{"wikidata_id": "Q107995143", "display_name": "Singer", "legal_name": null, "aliases": [], "website": "https://www.singersl.com", "canonical_domain": "singersl.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["asset-management"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "SINS.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3319 +{"wikidata_id": "Q108414947", "display_name": "Kura Sushi Asia", "legal_name": "台灣國際藏壽司股份有限公司", "aliases": ["Kura Sushi Asia Co.", "Ltd.", "Kurazushi Ajia"], "website": "https://www.kurasushi.tw", "canonical_domain": "kurasushi.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["food-beverage", "travel"], "industry_labels": ["food industry", "tourism industry"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "2754", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6445491", "name": "Kura Sushi"}, "logo_url": null, "description": "Subsidiary of Japanese Kaiten-Sushi chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3320 +{"wikidata_id": "Q108424370", "display_name": "Mishorim Development", "legal_name": "מישורים השקעות נדל''ן בע''מ", "aliases": ["Mishorim", "Mishorim Development Group", "Mishorim Development Ltd.", "Mishorim Real Estate", "Mishorim Real Estate Investments Ltd."], "website": "https://mishorim.com", "canonical_domain": "mishorim.com", "country": "IL", "hq_city": "BSR Towers", "hq_region": null, "lat": 32.0936, "lon": 34.8244, "industries": ["financial-services", "real-estate"], "industry_labels": ["financial services", "real estate industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "MSHR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1761165", "name": "Midland Group"}, "logo_url": null, "description": "Israeli company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3321 +{"wikidata_id": "Q10852440", "display_name": "Hans Group", "legal_name": null, "aliases": ["Hans Energy", "Hans Energy Company Limited", "Hans Group Holdings", "Hans Group Holdings Limited"], "website": "https://www.hanshg.com", "canonical_domain": "hanshg.com", "country": "CN", "hq_city": "Harbour Centre", "hq_region": "Wan Chai District", "lat": 22.28112, "lon": 114.17561, "industries": ["transportation", "energy", "media"], "industry_labels": ["transport industry", "energy industry", "advertising industry", "warehousing and support activities for transportation"], "founded_year": null, "employees": null, "public_company": true, "ticker": "00554", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "energy solutions and public transport service provider based in Hong Kong", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3322 +{"wikidata_id": "Q10863996", "display_name": "Changchun FAWAY Automobile Components Company", "legal_name": null, "aliases": [], "website": "https://www.fawfw.com.cn", "canonical_domain": "fawfw.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600742", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3323 +{"wikidata_id": "Q108662458", "display_name": "Airengy Ltd.", "legal_name": "אייראנג'י בע''מ", "aliases": ["Augwind Energy Tech Storage Ltd.", "Augwind"], "website": "https://www.aug-wind.com", "canonical_domain": "aug-wind.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["renewables"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "AUGN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli renewable energy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3324 +{"wikidata_id": "Q10872546", "display_name": "China South Publishing & Media Group", "legal_name": "China South Publishing & Media Group Co., Ltd.", "aliases": ["CNS publishing & media group", "Zhong nan chuan mei"], "website": "https://www.zncmjt.com", "canonical_domain": "zncmjt.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "601098", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a publishing company based in Changsha, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3325 +{"wikidata_id": "Q10873649", "display_name": "China Baoan Group", "legal_name": null, "aliases": [], "website": "https://www.chinabaoan.com", "canonical_domain": "chinabaoan.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000009", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3326 +{"wikidata_id": "Q10874202", "display_name": "CHINA GREAT WALL TECHNOLOGY GROUP CO. LTD.", "legal_name": null, "aliases": [], "website": "https://www.greatwall.cn", "canonical_domain": "greatwall.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000066", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3327 +{"wikidata_id": "Q108743958", "display_name": "Absolute Clean Energy", "legal_name": null, "aliases": ["Absolute Clean Energy Public Company Limited", "Absolute Clean Energy Public Co.", "Ltd."], "website": "https://www.ace-energy.co.th", "canonical_domain": "ace-energy.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["renewables", "manufacturing"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "ACE", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Absolute_Clean_Energy_Logo.svg", "description": "Thai-based conglomerate", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3328 +{"wikidata_id": "Q10874512", "display_name": "BII Railway Transportation Technology Holdings Company Limited", "legal_name": null, "aliases": [], "website": "https://www.biitt.cn", "canonical_domain": "biitt.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1522", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q42751778", "name": "Beijing Infrastructure Investment Co., Ltd."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3329 +{"wikidata_id": "Q10874551", "display_name": "Beijing Gas Blue Sky Holdings Limited", "legal_name": null, "aliases": ["Blue Sky Power", "Blue Sky Power Holdings Limited"], "website": "https://www.blueskypower.holdings", "canonical_domain": "blueskypower.holdings", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "6828", "exchange": "Hong Kong Stock Exchange", "lei": "549300D9WFI6G10MLL93", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3330 +{"wikidata_id": "Q10874660", "display_name": "China Overseas Grand Oceans Group Ltd.", "legal_name": null, "aliases": ["COGOG", "China Overseas Grand Oceans Group", "China Overseas Grand Oceans Group Limited", "COGOG LTD.", "COGOGL"], "website": "https://www.cogogl.com.hk", "canonical_domain": "cogogl.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "0081", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q69923136", "name": "China State Construction Engineering Corporation Limited"}, "logo_url": null, "description": "subsidiary company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3331 +{"wikidata_id": "Q10874783", "display_name": "China Financial Services Holdings (China)", "legal_name": null, "aliases": [], "website": "https://www.cfsh.com.hk", "canonical_domain": "cfsh.com.hk", "country": "CN", "hq_city": "Wan Chai", "hq_region": "Wan Chai District", "lat": 22.28139, "lon": 114.1725, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "0605", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Wanchai, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3332 +{"wikidata_id": "Q10875261", "display_name": "Daan Gene", "legal_name": null, "aliases": [], "website": "https://www.daangene.com", "canonical_domain": "daangene.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "002030", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3333 +{"wikidata_id": "Q10875575", "display_name": "complant-ltd.com.cn", "legal_name": null, "aliases": [], "website": "https://www.complant-ltd.com.cn", "canonical_domain": "complant-ltd.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "000151", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3334 +{"wikidata_id": "Q10875957", "display_name": "GRANDJOY", "legal_name": null, "aliases": ["GRANDJOY HOLDINGS GROUP CO.", "LTD."], "website": "https://www.grandjoy.com", "canonical_domain": "grandjoy.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "000031", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GRANDJOY_logo_%282022%29.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3335 +{"wikidata_id": "Q10875987", "display_name": "cnenergy.com.hk", "legal_name": null, "aliases": [], "website": "https://www.cnenergy.com.hk", "canonical_domain": "cnenergy.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "0228", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3336 +{"wikidata_id": "Q10876660", "display_name": "China Television Media, Ltd", "legal_name": null, "aliases": [], "website": "https://www.ctv-media.com.cn", "canonical_domain": "ctv-media.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600088", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3337 +{"wikidata_id": "Q10876888", "display_name": "bbcayy.com", "legal_name": null, "aliases": [], "website": "https://www.bbcayy.com", "canonical_domain": "bbcayy.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000153", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3338 +{"wikidata_id": "Q10877611", "display_name": "Livzon Pharmaceutical Group Inc.", "legal_name": null, "aliases": ["Livzon"], "website": "https://www.livzon.com.cn", "canonical_domain": "livzon.com.cn", "country": "CN", "hq_city": "Zhuhai", "hq_region": "Guangdong", "lat": 22.27417, "lon": 113.57194, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "000513", "exchange": "Shenzhen Stock Exchange", "lei": "529900Y4GWTVVTORJ443", "sec_cik": null, "parent": null, "logo_url": null, "description": "pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3339 +{"wikidata_id": "Q10886995", "display_name": "futurebrightgroup.com.mo", "legal_name": null, "aliases": [], "website": "https://www.futurebrightgroup.com.mo", "canonical_domain": "futurebrightgroup.com.mo", "country": "CN", "hq_city": "Macau", "hq_region": "People's Republic of China", "lat": 22.19, "lon": 113.53806, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "0703", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3340 +{"wikidata_id": "Q10887008", "display_name": "QAF Limited", "legal_name": null, "aliases": [], "website": "https://www.qaf.com.sg", "canonical_domain": "qaf.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "Q01", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QAF_Limited_Logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3341 +{"wikidata_id": "Q108891165", "display_name": "Vitania Ltd", "legal_name": "ויתניה בע''מ", "aliases": [], "website": "https://www.vitania.co.il", "canonical_domain": "vitania.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "VTNA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3342 +{"wikidata_id": "Q10894035", "display_name": "Inner Mongolia Xingye Mining Co. Ltd.", "legal_name": null, "aliases": [], "website": "https://www.nmxyky.com", "canonical_domain": "nmxyky.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000426", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q108476500", "name": "Yinman Mining"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3343 +{"wikidata_id": "Q10898409", "display_name": "Lifestyle International Holdings", "legal_name": "Lifestyle International Holdings Limited", "aliases": [], "website": "https://www.lifestylehk.com.hk", "canonical_domain": "lifestylehk.com.hk", "country": "CN", "hq_city": "Causeway Bay", "hq_region": "Wan Chai District", "lat": 22.28066, "lon": 114.18096, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1212", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "listed company in Hong Kong", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3344 +{"wikidata_id": "Q10901465", "display_name": "CMP Group", "legal_name": null, "aliases": ["China Metal Products Co.", "Ltd."], "website": "https://www.cmp.com.tw", "canonical_domain": "cmp.com.tw", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate", "hospitality", "manufacturing"], "industry_labels": ["art industry", "real estate development", "leisure industry", "manufacturing industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "1532", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese conglomerate with businesses spanning metal manufacturing, land development, lifestyle hospitality, and arts philanthropy", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3345 +{"wikidata_id": "Q10903048", "display_name": "norinco-intl.com", "legal_name": null, "aliases": [], "website": "https://www.norinco-intl.com", "canonical_domain": "norinco-intl.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000065", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3346 +{"wikidata_id": "Q10905754", "display_name": "szhq0062.com", "legal_name": null, "aliases": [], "website": "https://www.szhq0062.com", "canonical_domain": "szhq0062.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000062", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3347 +{"wikidata_id": "Q10905757", "display_name": "Hualu Baina", "legal_name": null, "aliases": [], "website": "https://www.hualbn.com", "canonical_domain": "hualbn.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["film production", "television production"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "300291", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q30946576", "name": "China Hualu Group"}, "logo_url": null, "description": "Chinese entertainment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3348 +{"wikidata_id": "Q10905760", "display_name": "hua-yi.cn", "legal_name": null, "aliases": [], "website": "https://www.hua-yi.cn", "canonical_domain": "hua-yi.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000404", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3349 +{"wikidata_id": "Q10905876", "display_name": "udcgroup.com", "legal_name": null, "aliases": [], "website": "https://www.udcgroup.com", "canonical_domain": "udcgroup.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "000036", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3350 +{"wikidata_id": "Q10909761", "display_name": "canudilo.com", "legal_name": null, "aliases": [], "website": "https://www.canudilo.com", "canonical_domain": "canudilo.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "002656", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3351 +{"wikidata_id": "Q10911455", "display_name": "Xiamen Bank", "legal_name": null, "aliases": ["XB", "Xiamen Bank Co Ltd"], "website": "https://www.xmccb.com", "canonical_domain": "xmccb.com", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "601187", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "a Bank company foy Amoy", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3352 +{"wikidata_id": "Q10915675", "display_name": "Taiwan Navigation", "legal_name": null, "aliases": ["TNC", "Taiwan Navigation Co.", "Ltd."], "website": "https://www.taiwanline.com.tw", "canonical_domain": "taiwanline.com.tw", "country": "TW", "hq_city": "Zhongzheng District", "hq_region": "Taipei", "lat": 25.03167, "lon": 121.51639, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "2617", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3353 +{"wikidata_id": "Q10916756", "display_name": "Taiwan Cooperative Financial Holding Co., Ltd.", "legal_name": null, "aliases": ["TCFHC"], "website": "https://www.tcfhc.com.tw", "canonical_domain": "tcfhc.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "5880", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3354 +{"wikidata_id": "Q10916953", "display_name": "HEFEI DAPARTMENT STORE GROUP CO.,LTD", "legal_name": null, "aliases": [], "website": "https://www.hfbh.com.cn", "canonical_domain": "hfbh.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "000417", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3355 +{"wikidata_id": "Q10917514", "display_name": "Tong Ren Tang Technologies", "legal_name": null, "aliases": [], "website": "https://www.tongrentangkj.com", "canonical_domain": "tongrentangkj.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "1666", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3356 +{"wikidata_id": "Q10921659", "display_name": "Hutchison China Meditech", "legal_name": "HUTCHISON CHINA MEDITECH LIMITED", "aliases": [], "website": "https://www.hutch-med.com", "canonical_domain": "hutch-med.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["biotechnology"], "industry_labels": ["biomedicine"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "HCM", "exchange": "London Stock Exchange - AIM MTF", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15805", "name": "Hutchison Whampoa"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chi-med_logo.png", "description": "biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q113510355"}]}
3357 +{"wikidata_id": "Q10926183", "display_name": "szaccord.com.cn", "legal_name": null, "aliases": [], "website": "https://www.szaccord.com.cn", "canonical_domain": "szaccord.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "000028", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3358 +{"wikidata_id": "Q10927387", "display_name": "International Entertainment Corporation", "legal_name": null, "aliases": [], "website": "https://www.ientcorp.com", "canonical_domain": "ientcorp.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "1009", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3359 +{"wikidata_id": "Q109302185", "display_name": "Dipped Products", "legal_name": null, "aliases": ["Dipped Products PLC"], "website": "https://www.dplgroup.com", "canonical_domain": "dplgroup.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "DIPD.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3360 +{"wikidata_id": "Q10934290", "display_name": "dtxny.com.cn", "legal_name": null, "aliases": [], "website": "https://www.dtxny.com.cn", "canonical_domain": "dtxny.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "1798", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3361 +{"wikidata_id": "Q10943697", "display_name": "Weifu High-Technology Group Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.weifu.com.cn", "canonical_domain": "weifu.com.cn", "country": "CN", "hq_city": "Wuxi", "hq_region": "Jiangsu", "lat": 31.56667, "lon": 120.28333, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000581", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3362 +{"wikidata_id": "Q109455036", "display_name": "DL Holdings", "legal_name": "DL Holdings Co., Ltd.", "aliases": [], "website": "https://www.dlholdings.co.kr", "canonical_domain": "dlholdings.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000210", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3363 +{"wikidata_id": "Q10945988", "display_name": "Ningbo Construction Engineering Company", "legal_name": null, "aliases": [], "website": "https://www.jiangong.com.cn", "canonical_domain": "jiangong.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "601789", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3364 +{"wikidata_id": "Q10947027", "display_name": "Yihai International", "legal_name": null, "aliases": ["Yihai International Holding", "Yihai International Holding Limited"], "website": "https://www.yihchina.com", "canonical_domain": "yihchina.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "1579", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3365 +{"wikidata_id": "Q10948815", "display_name": "yihuarealestate.com", "legal_name": null, "aliases": [], "website": "https://www.yihuarealestate.com", "canonical_domain": "yihuarealestate.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "000150", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3366 +{"wikidata_id": "Q10949352", "display_name": "bahjdc.com", "legal_name": null, "aliases": [], "website": "https://www.bahjdc.com", "canonical_domain": "bahjdc.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000040", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3367 +{"wikidata_id": "Q109594885", "display_name": "Unisol Holdings", "legal_name": null, "aliases": ["Furusato Maruka Holdings"], "website": "https://www.unisol-gr.com", "canonical_domain": "unisol-gr.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "7128", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3368 +{"wikidata_id": "Q109602285", "display_name": "Human Mode", "legal_name": null, "aliases": [], "website": "https://humanmade.co.jp", "canonical_domain": "humanmade.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "456A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3369 +{"wikidata_id": "Q109602380", "display_name": "PostPrime", "legal_name": null, "aliases": [], "website": "https://postprime.com", "canonical_domain": "postprime.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "198A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PostPrime-logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3370 +{"wikidata_id": "Q109648854", "display_name": "Nano-X Imaging", "legal_name": null, "aliases": [], "website": "https://www.nanox.vision", "canonical_domain": "nanox.vision", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["medical-devices"], "industry_labels": ["medical technology industry"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "NNOX", "exchange": "Nasdaq", "lei": null, "sec_cik": "1795251", "parent": null, "logo_url": null, "description": "medical imaging systems company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1795251", "enriched_at": "2026-09-13T07:23:28+00:00"}}
3371 +{"wikidata_id": "Q109714029", "display_name": "Jinke", "legal_name": "浙江金科过氧化物股份有限公司", "aliases": [], "website": "https://www.jinkeculture.com", "canonical_domain": "jinkeculture.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["chemicals", "gaming"], "industry_labels": ["chemical industry", "video game industry"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "300459", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3372 +{"wikidata_id": "Q109967445", "display_name": "Windward", "legal_name": null, "aliases": [], "website": "https://windward.ai", "canonical_domain": "windward.ai", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "WNWD", "exchange": "London Stock Exchange - AIM MTF", "lei": null, "sec_cik": "1117872", "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3373 +{"wikidata_id": "Q109979847", "display_name": "Adani Wilmar", "legal_name": null, "aliases": [], "website": "https://www.awl.in", "canonical_domain": "awl.in", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food processing", "personal care product"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "AWL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q107646415", "name": "Adani Enterprises"}, "logo_url": null, "description": "Indian food processing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3374 +{"wikidata_id": "Q110080184", "display_name": "amlakint.com", "legal_name": null, "aliases": [], "website": "https://www.amlakint.com", "canonical_domain": "amlakint.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "1182", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3375 +{"wikidata_id": "Q110082811", "display_name": "amana-coop.com.sa", "legal_name": null, "aliases": [], "website": "https://www.amana-coop.com.sa", "canonical_domain": "amana-coop.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "8310", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3376 +{"wikidata_id": "Q110088556", "display_name": "Epitomee Medical Ltd", "legal_name": "אפיטומי מדיקל בע''מ", "aliases": [], "website": "https://www.epitomeemedical.com", "canonical_domain": "epitomeemedical.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": 32.4831, "lon": 34.94788, "industries": ["healthcare"], "industry_labels": ["medicine"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "EPIT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3377 +{"wikidata_id": "Q110107064", "display_name": "Fwusow Industry", "legal_name": null, "aliases": ["Fwusow Ind. Corp.", "Fwusow Industry Corp.", "Fwusow Industry Corporation"], "website": "https://www.fwusow.com.tw", "canonical_domain": "fwusow.com.tw", "country": "TW", "hq_city": "Shalu District", "hq_region": "Taichung", "lat": 24.2394, "lon": 120.562, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1219", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "edible oil and food corporation based in Taichung, Taiwan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3378 +{"wikidata_id": "Q110132693", "display_name": "Wct Holdings Berhad", "legal_name": null, "aliases": ["Wct Holdings Bhd."], "website": "https://www.wct.com.my", "canonical_domain": "wct.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "9679", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3379 +{"wikidata_id": "Q110133514", "display_name": "Trc Synergy Berhad", "legal_name": null, "aliases": ["Trc Synergy Bhd."], "website": "https://www.trc.com.my", "canonical_domain": "trc.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5054", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3380 +{"wikidata_id": "Q110165724", "display_name": "Turpaz Industries Ltd", "legal_name": "תורפז תעשיות בע''מ", "aliases": [], "website": "https://www.turpaz.co.il", "canonical_domain": "turpaz.co.il", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "TRPZ", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3381 +{"wikidata_id": "Q110273950", "display_name": "Mega Or Holdings Ltd", "legal_name": "מגה אור החזקות בע''מ", "aliases": [], "website": "https://www.megaor.co.il", "canonical_domain": "megaor.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "MGOR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Shopping and Logistic centers", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3382 +{"wikidata_id": "Q110311020", "display_name": "Hikari Food Service", "legal_name": null, "aliases": [], "website": "https://hikari-food-service.jp", "canonical_domain": "hikari-food-service.jp", "country": "JP", "hq_city": "Noritake 1-chōme", "hq_region": "Noritake, Nagoya", "lat": 35.17289, "lon": 136.87621, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "138A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3383 +{"wikidata_id": "Q110321450", "display_name": "arabsea.com", "legal_name": null, "aliases": [], "website": "https://arabsea.com", "canonical_domain": "arabsea.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7201", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3384 +{"wikidata_id": "Q11044269", "display_name": "vicome.com", "legal_name": null, "aliases": [], "website": "https://www.vicome.com", "canonical_domain": "vicome.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000407", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3385 +{"wikidata_id": "Q110453727", "display_name": "Amanet Management & Systems Ltd.", "legal_name": "אמנת ניהול ומערכות בע''מ", "aliases": [], "website": "https://www.amanet.co.il", "canonical_domain": "amanet.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "AMAN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3386 +{"wikidata_id": "Q11045676", "display_name": "shinva.net", "legal_name": null, "aliases": [], "website": "https://www.shinva.net", "canonical_domain": "shinva.net", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "600587", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3387 +{"wikidata_id": "Q110459998", "display_name": "Africa Israel Residences Ltd.", "legal_name": "אפריקה ישראל מגורים בע''מ", "aliases": [], "website": "https://res.afi-g.com", "canonical_domain": "afi-g.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "AFRE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3388 +{"wikidata_id": "Q110459999", "display_name": "Sella Capital Real Estate Ltd", "legal_name": "סלע קפיטל נדל''ן בע''מ", "aliases": [], "website": "https://www.sellacapital.com", "canonical_domain": "sellacapital.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "SLARL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3389 +{"wikidata_id": "Q110460002", "display_name": "Aura Investments Ltd.", "legal_name": "אאורה השקעות בע''מ", "aliases": [], "website": "https://www.auraisrael.co.il", "canonical_domain": "auraisrael.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "AURA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3390 +{"wikidata_id": "Q110460003", "display_name": "Maman- Cargo Terminals & Handling Ltd.", "legal_name": "ממן-מסופי מטען וניטול בע''מ", "aliases": [], "website": "https://www.maman-group.co.il", "canonical_domain": "maman-group.co.il", "country": "IL", "hq_city": "Ben Gurion Airport", "hq_region": "Central District", "lat": 32.00944, "lon": 34.88278, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "MMAN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7047736", "name": "Taavura Holdings Ltd"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3391 +{"wikidata_id": "Q110460004", "display_name": "(Y.Z) Queenco Ltd", "legal_name": "(י.ז) קווינקו בע''מ", "aliases": [], "website": "https://www.queenco.com", "canonical_domain": "queenco.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "QNCO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3392 +{"wikidata_id": "Q110460005", "display_name": "Universal Motors Israel Ltd", "legal_name": "יוניברסל מוטורס ישראל בע''מ", "aliases": [], "website": "https://www.umigroup.co.il", "canonical_domain": "umigroup.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "UNMI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3393 +{"wikidata_id": "Q110460007", "display_name": "Brack Capital Properties N.v", "legal_name": "בראק קפיטל פרופרטיז אן וי", "aliases": [], "website": "https://www.bcp-nv.com", "canonical_domain": "bcp-nv.com", "country": "IL", "hq_city": "Netherlands", "hq_region": "Kingdom of the Netherlands", "lat": 52.31667, "lon": 5.55, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "BCNV", "exchange": "Tel Aviv Stock Exchange", "lei": "529900ZL4OTK0T60P930", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3394 +{"wikidata_id": "Q110460009", "display_name": "Carmit Candy Industries Ltd", "legal_name": "כרמית תעשיות ממתקים בע''מ", "aliases": ["Carmit Sweet Creations"], "website": "https://www.carmit.co.il", "canonical_domain": "carmit.co.il", "country": "IL", "hq_city": "Tziporit Industrial Park", "hq_region": "Nof HaGalil", "lat": 32.75889, "lon": 35.31611, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "CRMT", "exchange": "Tel Aviv Stock Exchange", "lei": "254900HMNI9LS2PXLQ14", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli candy manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3395 +{"wikidata_id": "Q110460010", "display_name": "Doral Group Renewable Energy Resources Ltd", "legal_name": "קבוצת דוראל משאבי אנרגיה מתחדשת בע''מ", "aliases": [], "website": "https://www.doral-energy.com", "canonical_domain": "doral-energy.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["renewables"], "industry_labels": ["solar energy"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "DORL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3396 +{"wikidata_id": "Q110460011", "display_name": "Scope Metals Group Ltd", "legal_name": "קבוצת סקופ מתכות בע''מ", "aliases": [], "website": "https://www.scope.co.il", "canonical_domain": "scope.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "SCOP", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3397 +{"wikidata_id": "Q110460012", "display_name": "Delta Israel Brands Ltd", "legal_name": "דלתא ישראל מותגים בע''מ", "aliases": [], "website": "https://www.delta-israel.com", "canonical_domain": "delta-israel.com", "country": "IL", "hq_city": "Caesarea Maritima", "hq_region": "Caesarea", "lat": 32.5011, "lon": 34.8923, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "DLTI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3398 +{"wikidata_id": "Q110460013", "display_name": "Megureit Israel Ltd", "legal_name": "מגוריט ישראל בע''מ", "aliases": [], "website": "https://www.megureit.co.il", "canonical_domain": "megureit.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "MGRT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3399 +{"wikidata_id": "Q110460014", "display_name": "Rapac Communication & Infrastructure Ltd", "legal_name": "רפק תקשורת ותשתיות בע''מ", "aliases": [], "website": "https://www.rapac.co.il", "canonical_domain": "rapac.co.il", "country": "IL", "hq_city": "Kfar Netter", "hq_region": "Hof HaSharon Regional Council", "lat": 32.27139, "lon": 34.87028, "industries": ["transportation"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "RPAC", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3400 +{"wikidata_id": "Q110460016", "display_name": "Wesure Global Tech Ltd.", "legal_name": "ווישור גלובלטק בע''מ", "aliases": [], "website": "https://www.we-sure.co.il", "canonical_domain": "we-sure.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "WESR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3401 +{"wikidata_id": "Q110460017", "display_name": "Aquarius Engines (A.m) Ltd", "legal_name": "אקוואריוס מנועים (א.מ) בע''מ", "aliases": [], "website": "https://www.aquariusengines.com", "canonical_domain": "aquariusengines.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "AQUA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3402 +{"wikidata_id": "Q110460019", "display_name": "Bonus Biogroup Ltd.", "legal_name": "בונוס ביוגרופ בע''מ", "aliases": [], "website": "https://www.bonusbiogroup.com", "canonical_domain": "bonusbiogroup.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "BONS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3403 +{"wikidata_id": "Q110460020", "display_name": "Wilk Technologies Ltd", "legal_name": "וילק טכנולוגיות בע''מ", "aliases": [], "website": "https://www.biomilk.com", "canonical_domain": "biomilk.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "WILK", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3404 +{"wikidata_id": "Q110460021", "display_name": "Human Xtensions Ltd", "legal_name": "יומן אקסטנשנס בע''מ", "aliases": [], "website": "https://www.human-x.com", "canonical_domain": "human-x.com", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.32861, "lon": 34.85667, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "HUMX", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3405 +{"wikidata_id": "Q110460023", "display_name": "Michman Basad Ltd", "legal_name": "מיכמן בס''ד בע''מ", "aliases": [], "website": "https://www.michman-loans.co.il", "canonical_domain": "michman-loans.co.il", "country": "IL", "hq_city": "Bnei Brak", "hq_region": "Tel Aviv District", "lat": 32.08074, "lon": 34.8338, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "MCMN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3406 +{"wikidata_id": "Q11054983", "display_name": "scwltd.com", "legal_name": null, "aliases": [], "website": "https://www.scwltd.com", "canonical_domain": "scwltd.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000155", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3407 +{"wikidata_id": "Q110589695", "display_name": "Umm Al Qura for Development and Construction", "legal_name": null, "aliases": ["UAQ", "Umm Al Qura for Development and Construction Co."], "website": "https://www.ummalqura.com.sa", "canonical_domain": "ummalqura.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate development", "real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "4325", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3408 +{"wikidata_id": "Q11061987", "display_name": "dongling.cn", "legal_name": null, "aliases": [], "website": "https://www.dongling.cn", "canonical_domain": "dongling.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "000893", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3409 +{"wikidata_id": "Q11061988", "display_name": "gzdh.com.cn", "legal_name": null, "aliases": [], "website": "https://www.gzdh.com.cn", "canonical_domain": "gzdh.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "600393", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3410 +{"wikidata_id": "Q11062030", "display_name": "Guangzhou Development Group", "legal_name": null, "aliases": [], "website": "https://www.gdih.cn", "canonical_domain": "gdih.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "600098", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3411 +{"wikidata_id": "Q11062171", "display_name": "gzzjsy.com", "legal_name": null, "aliases": [], "website": "https://www.gzzjsy.com", "canonical_domain": "gzzjsy.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "600684", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3412 +{"wikidata_id": "Q11062176", "display_name": "Guangzhou Baiyun International Airport Corporation Limited", "legal_name": null, "aliases": [], "website": "https://www.baiyunairport.com", "canonical_domain": "baiyunairport.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "600004", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3413 +{"wikidata_id": "Q11062187", "display_name": "Guangzhou Baiyunshan Pharmaceutical Holdings Company Limited", "legal_name": null, "aliases": [], "website": "https://www.gybys.com.cn", "canonical_domain": "gybys.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "600332", "exchange": "Shanghai Stock Exchange", "lei": "529900ROARJHMUIME057", "sec_cik": null, "parent": {"wikidata_id": "Q16926320", "name": "Guangzhou Pharmaceutical Holdings"}, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3414 +{"wikidata_id": "Q11062276", "display_name": "guangrigf.com", "legal_name": null, "aliases": [], "website": "https://www.guangrigf.com", "canonical_domain": "guangrigf.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "600894", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3415 +{"wikidata_id": "Q11062352", "display_name": "gj000096.com", "legal_name": null, "aliases": [], "website": "https://www.gj000096.com", "canonical_domain": "gj000096.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "000096", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3416 +{"wikidata_id": "Q110639978", "display_name": "CIC Holdings", "legal_name": "CIC Holdings PLC", "aliases": ["CIC"], "website": "https://www.cic.lk", "canonical_domain": "cic.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["agriculture", "manufacturing", "pharmaceuticals", "healthcare"], "industry_labels": ["agriculture", "livestock", "industrial manufacturing", "pharmaceutical industry", "health care industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "CIC.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan conglomerate specializing in agriculture, healthcare, and industrial chemicals", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3417 +{"wikidata_id": "Q11064076", "display_name": "kondarl.com", "legal_name": null, "aliases": [], "website": "https://www.kondarl.com", "canonical_domain": "kondarl.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000048", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3418 +{"wikidata_id": "Q11071058", "display_name": "Deltmac", "legal_name": "得利影視股份有限公司", "aliases": ["DELTAMAC (TAIWAN) CO.", "LTD."], "website": "https://www.deltamac.com.tw", "canonical_domain": "deltamac.com.tw", "country": "TW", "hq_city": "Jiying Village", "hq_region": "Zhongshan District", "lat": 25.06342, "lon": 121.52113, "industries": ["retail"], "industry_labels": ["film distributor"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "6144", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q474321", "name": "CMC Magnetics"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3419 +{"wikidata_id": "Q11072263", "display_name": "Chigo", "legal_name": null, "aliases": [], "website": "https://www.china-chigo.com", "canonical_domain": "china-chigo.com", "country": "CN", "hq_city": "Foshan", "hq_region": "Guangdong", "lat": 23.02917, "lon": 113.10556, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "0449", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3420 +{"wikidata_id": "Q11077178", "display_name": "talkweb", "legal_name": null, "aliases": [], "website": "https://www.talkweb.com.cn", "canonical_domain": "talkweb.com.cn", "country": "CN", "hq_city": "Hunan", "hq_region": "People's Republic of China", "lat": 27.6, "lon": 111.8, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "002397", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3421 +{"wikidata_id": "Q11078096", "display_name": "toread.com.cn", "legal_name": null, "aliases": [], "website": "https://www.toread.com.cn", "canonical_domain": "toread.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "300005", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3422 +{"wikidata_id": "Q11081183", "display_name": "Xinxing Ductile Iron Pipes Co.,Ltd", "legal_name": null, "aliases": ["Xinxing Ductile Iron Pipes Co.", "Ltd.", "Xinxing Pipes International Development (China)"], "website": "https://www.xinxingpipes.com.cn", "canonical_domain": "xinxingpipes.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": 39.91791, "lon": 116.46059, "industries": ["mining"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "000778", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Chaoyang, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3423 +{"wikidata_id": "Q11083641", "display_name": "xjgjsy.com", "legal_name": null, "aliases": [], "website": "https://www.xjgjsy.com", "canonical_domain": "xjgjsy.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "000159", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3424 +{"wikidata_id": "Q11084242", "display_name": "Xinhua Winshare", "legal_name": null, "aliases": ["Xinhua Winshare Publishing and Media Co.", "Ltd"], "website": "https://www.winshare.com.cn", "canonical_domain": "winshare.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "601811", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3425 +{"wikidata_id": "Q11084896", "display_name": "Founder Holdings Limited", "legal_name": null, "aliases": [], "website": "https://www.founder.com.hk", "canonical_domain": "founder.com.hk", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "0418", "exchange": "Hong Kong Stock Exchange", "lei": "529900U65W3LD3SHSM93", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3426 +{"wikidata_id": "Q11090232", "display_name": "Gameone", "legal_name": null, "aliases": [], "website": "https://www.gameone.com", "canonical_domain": "gameone.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "8282", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gameone_Logo.svg", "description": "game developer and publisher based in Hong Kong", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3427 +{"wikidata_id": "Q110996107", "display_name": "Dhani", "legal_name": null, "aliases": [], "website": "https://www.dhani.com", "canonical_domain": "dhani.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["fintech", "medical-devices"], "industry_labels": ["fintech", "medical technology"], "founded_year": null, "employees": null, "public_company": true, "ticker": "DHANI", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "financial services company of India", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3428 +{"wikidata_id": "Q11111355", "display_name": "ggep.com.cn", "legal_name": null, "aliases": [], "website": "https://www.ggep.com.cn", "canonical_domain": "ggep.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600236", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3429 +{"wikidata_id": "Q11120494", "display_name": "Rongchang Pharmacy Co.,Ltd.", "legal_name": null, "aliases": [], "website": "https://www.rongchang.com", "canonical_domain": "rongchang.com", "country": "CN", "hq_city": "Yantai", "hq_region": "Shandong", "lat": 37.46444, "lon": 121.44778, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "09995", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3430 +{"wikidata_id": "Q111248039", "display_name": "OKWAVE", "legal_name": "株式会社オウケイウェイヴ", "aliases": ["Inc."], "website": "https://www.okwave.co.jp", "canonical_domain": "okwave.co.jp", "country": "JP", "hq_city": "Toranomon", "hq_region": "Minato", "lat": 35.66686, "lon": 139.7475, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3808", "exchange": "Nagoya Stock Exchange", "lei": "353800EE440HRCOLX312", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3431 +{"wikidata_id": "Q11134907", "display_name": "Jiangsu Wujiang China Eastern SilkMarket", "legal_name": null, "aliases": [], "website": "https://www.cesm.com.cn", "canonical_domain": "cesm.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "000301", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3432 +{"wikidata_id": "Q11134943", "display_name": "JSTI Group Limited", "legal_name": null, "aliases": ["Jiangsu Transportation Institute Group Co."], "website": "https://www.jsti.com", "canonical_domain": "jsti.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consulting"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "300284", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "engineering consulting company from Nanjing, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3433 +{"wikidata_id": "Q11135448", "display_name": "jx-blackcat.com", "legal_name": null, "aliases": [], "website": "https://www.jx-blackcat.com", "canonical_domain": "jx-blackcat.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "002068", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3434 +{"wikidata_id": "Q11138978", "display_name": "Shenyang Machine Tool", "legal_name": null, "aliases": ["SMTCL"], "website": "https://www.smtcl.com", "canonical_domain": "smtcl.com", "country": "CN", "hq_city": "Shenyang", "hq_region": "Liaoning", "lat": 41.8025, "lon": 123.42806, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "000410", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shenyang, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q15908033"}]}
3435 +{"wikidata_id": "Q11140286", "display_name": "Shahe Industrial Company", "legal_name": null, "aliases": [], "website": "https://www.shahe.cn", "canonical_domain": "shahe.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000014", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3436 +{"wikidata_id": "Q11141563", "display_name": "hnsyec.com", "legal_name": null, "aliases": [], "website": "https://www.hnsyec.com", "canonical_domain": "hnsyec.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "002358", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3437 +{"wikidata_id": "Q11145192", "display_name": "tellhow.cn", "legal_name": null, "aliases": [], "website": "https://www.tellhow.cn", "canonical_domain": "tellhow.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "600590", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3438 +{"wikidata_id": "Q11149232", "display_name": "Hongmian Zhihui", "legal_name": null, "aliases": ["Lonkey Industrial", "Lonkey Industrial Co.Ltd.", "Guangzhou"], "website": "https://www.hongmian000523.com.cn", "canonical_domain": "hongmian000523.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "000523", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3439 +{"wikidata_id": "Q11149994", "display_name": "hirub.cn", "legal_name": null, "aliases": [], "website": "https://www.hirub.cn", "canonical_domain": "hirub.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "601118", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3440 +{"wikidata_id": "Q11151439", "display_name": "Hilong Holding Limited", "legal_name": null, "aliases": [], "website": "https://www.hilonggroup.net", "canonical_domain": "hilonggroup.net", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1623", "exchange": "Hong Kong Stock Exchange", "lei": "5493007WSRWZ0UF15X65", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3441 +{"wikidata_id": "Q11151494", "display_name": "seagullgroup.cn", "legal_name": null, "aliases": [], "website": "https://cn.seagullgroup.cn", "canonical_domain": "seagullgroup.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "002084", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3442 +{"wikidata_id": "Q11152803", "display_name": "Shenzhen China Bicycle Company", "legal_name": null, "aliases": [], "website": "https://www.cbc.com.cn", "canonical_domain": "cbc.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000017", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3443 +{"wikidata_id": "Q11152844", "display_name": "chinaszvo.com", "legal_name": null, "aliases": [], "website": "https://www.chinaszvo.com", "canonical_domain": "chinaszvo.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000018", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3444 +{"wikidata_id": "Q11152852", "display_name": "hwafa.com.cn", "legal_name": null, "aliases": [], "website": "https://www.hwafa.com.cn", "canonical_domain": "hwafa.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000020", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3445 +{"wikidata_id": "Q11153004", "display_name": "nsrd.com.cn", "legal_name": null, "aliases": [], "website": "https://www.nsrd.com.cn", "canonical_domain": "nsrd.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "000037", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3446 +{"wikidata_id": "Q11153040", "display_name": "chinadatong.com", "legal_name": null, "aliases": [], "website": "https://www.chinadatong.com", "canonical_domain": "chinadatong.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "000038", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3447 +{"wikidata_id": "Q11153048", "display_name": "china-ia.com", "legal_name": null, "aliases": [], "website": "https://www.china-ia.com", "canonical_domain": "china-ia.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "000056", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3448 +{"wikidata_id": "Q11153055", "display_name": "Shenzhen Desay Battery Technology Co. Ltd.", "legal_name": null, "aliases": [], "website": "https://www.desaybattery.com", "canonical_domain": "desaybattery.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000049", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3449 +{"wikidata_id": "Q11153060", "display_name": "sedind.com", "legal_name": null, "aliases": [], "website": "https://www.sedind.com", "canonical_domain": "sedind.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "000032", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3450 +{"wikidata_id": "Q11153063", "display_name": "sxtf.com.cn", "legal_name": null, "aliases": [], "website": "https://www.sxtf.com.cn", "canonical_domain": "sxtf.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "000034", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3451 +{"wikidata_id": "Q11153066", "display_name": "sbsy.com.cn", "legal_name": null, "aliases": [], "website": "https://www.sbsy.com.cn", "canonical_domain": "sbsy.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "000019", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3452 +{"wikidata_id": "Q11153067", "display_name": "tellus.cn", "legal_name": null, "aliases": [], "website": "https://www.tellus.cn", "canonical_domain": "tellus.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "000025", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3453 +{"wikidata_id": "Q11153069", "display_name": "sdgi.com.cn", "legal_name": null, "aliases": [], "website": "https://www.sdgi.com.cn", "canonical_domain": "sdgi.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "000070", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3454 +{"wikidata_id": "Q11153093", "display_name": "cctzkg.com", "legal_name": null, "aliases": [], "website": "https://www.cctzkg.com", "canonical_domain": "cctzkg.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000042", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3455 +{"wikidata_id": "Q11153103", "display_name": "szcphotel.com", "legal_name": null, "aliases": [], "website": "https://www.szcphotel.com", "canonical_domain": "szcphotel.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "000033", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3456 +{"wikidata_id": "Q11153137", "display_name": "ssg.com.cn", "legal_name": null, "aliases": [], "website": "https://www.ssg.com.cn", "canonical_domain": "ssg.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000068", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3457 +{"wikidata_id": "Q11153138", "display_name": "segcl.com.cn", "legal_name": null, "aliases": [], "website": "https://www.segcl.com.cn", "canonical_domain": "segcl.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000058", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3458 +{"wikidata_id": "Q11153139", "display_name": "szcwh.com", "legal_name": null, "aliases": [], "website": "https://www.szcwh.com", "canonical_domain": "szcwh.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "200053", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3459 +{"wikidata_id": "Q11153183", "display_name": "000023.cn", "legal_name": null, "aliases": [], "website": "https://www.000023.cn", "canonical_domain": "000023.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "000023", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3460 +{"wikidata_id": "Q11153372", "display_name": "sfjt.com.cn", "legal_name": null, "aliases": [], "website": "https://www.sfjt.com.cn", "canonical_domain": "sfjt.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "000029", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3461 +{"wikidata_id": "Q11153424", "display_name": "Shenzhen Properties & Resources Development Group", "legal_name": null, "aliases": [], "website": "https://www.szwuye.com.cn", "canonical_domain": "szwuye.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "000011", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3462 +{"wikidata_id": "Q11153458", "display_name": "chinasthc.com", "legal_name": null, "aliases": [], "website": "https://www.chinasthc.com", "canonical_domain": "chinasthc.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000045", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3463 +{"wikidata_id": "Q111583681", "display_name": "Chularat Hospital Public Company Limited", "legal_name": null, "aliases": ["Chularat Hospital", "Chularat Hospital Public Public Co.", "Ltd.", "Chularat Hospital Public Public Company Limited"], "website": "https://www.chularat.com", "canonical_domain": "chularat.com", "country": "TH", "hq_city": "Bang Pla", "hq_region": "Bang Phli", "lat": 13.5811, "lon": 100.7426, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "CHG", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chularat_Hospital_Logo.svg", "description": "hospital company in Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3464 +{"wikidata_id": "Q111599308", "display_name": "THECOO", "legal_name": "THECOO株式会社", "aliases": [], "website": "https://thecoo.co.jp", "canonical_domain": "thecoo.co.jp", "country": "JP", "hq_city": "Jingūmae", "hq_region": "Shibuya", "lat": 35.66781, "lon": 139.70792, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "42550", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3465 +{"wikidata_id": "Q111645172", "display_name": "TO Books", "legal_name": null, "aliases": ["Inc."], "website": "https://www.tobooks.jp", "canonical_domain": "tobooks.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "500A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3466 +{"wikidata_id": "Q111804995", "display_name": "Innoviz Technologies", "legal_name": null, "aliases": [], "website": "https://innoviz.tech", "canonical_domain": "innoviz.tech", "country": "IL", "hq_city": "Rosh HaAyin", "hq_region": "Petah Tikva (sub-district)", "lat": 32.08333, "lon": 34.95, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "INVZ", "exchange": "Nasdaq", "lei": null, "sec_cik": "1835654", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1835654", "enriched_at": "2026-09-13T07:23:28+00:00"}}
3467 +{"wikidata_id": "Q11180540", "display_name": "China Healthwise Holdings Limited", "legal_name": null, "aliases": ["China Healthwise", "China Healthwise Holdings", "Haier Healthwise", "Haier Healthwise Holdings", "Haier Healthwise Holdings Limited", "Lung Cheong International Holdings Limited"], "website": "https://www.healthwisehk.com", "canonical_domain": "healthwisehk.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "348", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "listed company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3468 +{"wikidata_id": "Q11188621", "display_name": "fantasista", "legal_name": null, "aliases": ["Fantasista Co.", "Ltd."], "website": "https://fantasista-tokyo.jp", "canonical_domain": "fantasista-tokyo.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "1783", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Companies in Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3469 +{"wikidata_id": "Q11188870", "display_name": "Oriental Consultants Holdings", "legal_name": null, "aliases": [], "website": "https://www.oriconhd.jp", "canonical_domain": "oriconhd.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "2498", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3470 +{"wikidata_id": "Q11188952", "display_name": "AFC-HD AMS Life Science Co., Ltd. (Japan)", "legal_name": null, "aliases": ["AFC-HD AMS Life Science", "AFC-HD AMS Life Science Co.", "Ltd."], "website": "https://www.ams-life.co.jp", "canonical_domain": "ams-life.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "2927", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Suruga Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3471 +{"wikidata_id": "Q11189649", "display_name": "Asj", "legal_name": null, "aliases": ["ASJ Inc."], "website": "https://www.asj.ad.jp", "canonical_domain": "asj.ad.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "2351", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3472 +{"wikidata_id": "Q11189664", "display_name": "ASTI Corporation", "legal_name": null, "aliases": [], "website": "https://www.asti.co.jp", "canonical_domain": "asti.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "6899", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3473 +{"wikidata_id": "Q11193120", "display_name": "CDS", "legal_name": null, "aliases": ["CDS Co.", "Ltd."], "website": "https://www.cds-japan.jp", "canonical_domain": "cds-japan.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "2169", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3474 +{"wikidata_id": "Q11194138", "display_name": "CSS Holdings", "legal_name": null, "aliases": [], "website": "https://www.css-holdings.jp", "canonical_domain": "css-holdings.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "2304", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3475 +{"wikidata_id": "Q11195603", "display_name": "DCM Holdings", "legal_name": null, "aliases": [], "website": "https://www.dcm-hldgs.co.jp", "canonical_domain": "dcm-hldgs.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3050", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DCM_corporate_logo.svg", "description": "holding company based in Shinagawa, Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3476 +{"wikidata_id": "Q11196099", "display_name": "DNA Chip Research", "legal_name": null, "aliases": [], "website": "https://www.dna-chip.co.jp", "canonical_domain": "dna-chip.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["semiconductors"], "industry_labels": ["research"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2397", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3477 +{"wikidata_id": "Q11197501", "display_name": "stream-jp.com", "legal_name": null, "aliases": [], "website": "https://www.stream-jp.com", "canonical_domain": "stream-jp.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3071", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3478 +{"wikidata_id": "Q11198578", "display_name": "Estore Corporation", "legal_name": null, "aliases": [], "website": "https://estore.jp", "canonical_domain": "estore.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "4304", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3479 +{"wikidata_id": "Q11200356", "display_name": "fonfun", "legal_name": null, "aliases": ["Fonfun Corporation", "Game Village", "Netto Birejji", "Netvillage Co.", "Ltd."], "website": "https://www.fonfun.co.jp", "canonical_domain": "fonfun.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2323", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3480 +{"wikidata_id": "Q11201239", "display_name": "GMO Internet", "legal_name": null, "aliases": ["GMO Ad Partners", "Inc."], "website": "https://internet.gmo", "canonical_domain": "internet.gmo", "country": "JP", "hq_city": "Sakuragaokachō", "hq_region": "Shibuya", "lat": 35.65549, "lon": 139.70081, "industries": ["internet"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "4784", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3481 +{"wikidata_id": "Q11221651", "display_name": "aiai-group.co.jp", "legal_name": null, "aliases": [], "website": "https://aiai-group.co.jp", "canonical_domain": "aiai-group.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "6557", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3482 +{"wikidata_id": "Q11224066", "display_name": "IMV Corporation", "legal_name": null, "aliases": ["IMV"], "website": "https://www.imv.co.jp", "canonical_domain": "imv.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "7760", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business enterprise in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3483 +{"wikidata_id": "Q11225132", "display_name": "J-Oil Mills", "legal_name": null, "aliases": ["J-Oli Mills"], "website": "https://www.j-oil.com", "canonical_domain": "j-oil.com", "country": "JP", "hq_city": "Akashichō", "hq_region": "Chūō", "lat": 35.66762, "lon": 139.77725, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "2613", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/J-OIL_MILLS_Logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3484 +{"wikidata_id": "Q11225717", "display_name": "JFE Systems", "legal_name": null, "aliases": [], "website": "https://www.jfe-systems.com", "canonical_domain": "jfe-systems.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "4832", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3485 +{"wikidata_id": "Q11227079", "display_name": "J Trust", "legal_name": null, "aliases": ["J Trust Co.", "Ltd."], "website": "https://www.jt-corp.co.jp", "canonical_domain": "jt-corp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "8508", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3486 +{"wikidata_id": "Q11228051", "display_name": "KNT-CT Holdings", "legal_name": "KNT-CTホールディングス株式会社", "aliases": ["KT-CT Holdings"], "website": "https://www.kntcthd.co.jp", "canonical_domain": "kntcthd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "9726", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19758662", "name": "Kintetsu Group Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E8%BF%91%E7%95%BF%E6%97%A5%E6%9C%AC%E3%83%84%E3%83%BC%E3%83%AA%E3%82%B9%E3%83%88_%E7%9C%8B%E6%9D%BF.jpg", "description": "Japanese travel business holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3487 +{"wikidata_id": "Q11228297", "display_name": "KVK Corporation", "legal_name": null, "aliases": [], "website": "https://www.kvk.co.jp", "canonical_domain": "kvk.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6484", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3488 +{"wikidata_id": "Q11228301", "display_name": "Kycom Holdings", "legal_name": null, "aliases": [], "website": "https://www.kyd.co.jp", "canonical_domain": "kyd.co.jp", "country": "JP", "hq_city": "Fukui Prefecture", "hq_region": "Japan", "lat": 36.06519, "lon": 136.22167, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "9685", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3489 +{"wikidata_id": "Q11231511", "display_name": "Nakamoto Advanced film", "legal_name": null, "aliases": ["MICS Chemical", "MICS Chemical Co.", "Ltd."], "website": "https://www.n-advf.com", "canonical_domain": "n-advf.com", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "7899", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q123197362", "name": "Nakamoto Packs"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3490 +{"wikidata_id": "Q11231960", "display_name": "MORESCO", "legal_name": null, "aliases": ["MORESCO Corporation"], "website": "https://www.moresco.co.jp", "canonical_domain": "moresco.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "5018", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3491 +{"wikidata_id": "Q11233027", "display_name": "Beaglee", "legal_name": null, "aliases": ["Bbmf", "Menue"], "website": "https://www.beaglee.com", "canonical_domain": "beaglee.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "3981", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese comics distribution and video game company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3492 +{"wikidata_id": "Q11235714", "display_name": "NIS Group", "legal_name": null, "aliases": ["NIS GROUP CO.", "LTD.", "Nissin", "Nissin Co.", "Ltd."], "website": "https://www.nisgroup.jp", "canonical_domain": "nisgroup.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "8571", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3493 +{"wikidata_id": "Q11236076", "display_name": "NTT Data Intramart", "legal_name": null, "aliases": ["NTT DATA INTRAMART"], "website": "https://www.intra-mart.jp", "canonical_domain": "intra-mart.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3850", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3494 +{"wikidata_id": "Q11236283", "display_name": "Naito & Co.,Ltd.", "legal_name": null, "aliases": [], "website": "https://www.naito.net", "canonical_domain": "naito.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "7624", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q677101", "name": "Okaya & Co."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3495 +{"wikidata_id": "Q11237094", "display_name": "Ochi Holdings", "legal_name": null, "aliases": [], "website": "https://www.ochiholdings.co.jp", "canonical_domain": "ochiholdings.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "3166", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3496 +{"wikidata_id": "Q11237595", "display_name": "OSG Corporation", "legal_name": null, "aliases": [], "website": "https://www.osg-nandemonet.co.jp", "canonical_domain": "osg-nandemonet.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "6757", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3497 +{"wikidata_id": "Q11238184", "display_name": "Uni-Charm Indonesia", "legal_name": "PT Uni-Charm Indonesia Tbk.", "aliases": ["UCID"], "website": "https://www.unicharm.co.id", "canonical_domain": "unicharm.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "UCID", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3498 +{"wikidata_id": "Q11239347", "display_name": "GMO Pepabo", "legal_name": null, "aliases": ["Inc."], "website": "https://pepabo.com", "canonical_domain": "pepabo.com", "country": "JP", "hq_city": "Sakuragaokachō", "hq_region": "Shibuya", "lat": 35.65549, "lon": 139.70081, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "3633", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11201240", "name": "GMO Internet Group"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3499 +{"wikidata_id": "Q11242835", "display_name": "SEC Carbon", "legal_name": null, "aliases": [], "website": "https://sec-carbon.com", "canonical_domain": "sec-carbon.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "5304", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3500 +{"wikidata_id": "Q11243007", "display_name": "SG Holdings", "legal_name": null, "aliases": ["SGHD"], "website": "https://www.sg-hldgs.co.jp", "canonical_domain": "sg-hldgs.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "9143", "exchange": "Tokyo Stock Exchange", "lei": "254900AH2ZB5WEHZVG23", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3501 +{"wikidata_id": "Q11245510", "display_name": "santec Holdings", "legal_name": null, "aliases": [], "website": "https://www.santec.com", "canonical_domain": "santec.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "6777", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3502 +{"wikidata_id": "Q11246503", "display_name": "Forside", "legal_name": null, "aliases": ["Forside Co.", "Ltd."], "website": "https://www.forside.co.jp", "canonical_domain": "forside.co.jp", "country": "JP", "hq_city": "Nihonbashi-Muromachi", "hq_region": "Chūō", "lat": 35.68706, "lon": 139.77339, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "2330", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3503 +{"wikidata_id": "Q11248001", "display_name": "TAC", "legal_name": null, "aliases": [], "website": "https://www.tac-school.co.jp", "canonical_domain": "tac-school.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["education"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4319", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Preparatory school for national exams in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3504 +{"wikidata_id": "Q11248236", "display_name": "TBK", "legal_name": null, "aliases": [], "website": "https://www.tbk-jp.com", "canonical_domain": "tbk-jp.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7277", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3505 +{"wikidata_id": "Q11248393", "display_name": "TDC Software Engineering", "legal_name": null, "aliases": [], "website": "https://www.tdc.co.jp", "canonical_domain": "tdc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "4687", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3506 +{"wikidata_id": "Q11249268", "display_name": "The Global Ltd.", "legal_name": null, "aliases": [], "website": "https://www.the-g.co.jp", "canonical_domain": "the-g.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "3271", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3507 +{"wikidata_id": "Q11250111", "display_name": "TRUCK-ONE", "legal_name": null, "aliases": ["TRUCK-ONE CO.", "LTD"], "website": "https://www.truck-one.com", "canonical_domain": "truck-one.com", "country": "JP", "hq_city": "Yamaguchi Prefecture", "hq_region": "Japan", "lat": 34.18611, "lon": 131.47028, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "3047", "exchange": "Fukuoka Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3508 +{"wikidata_id": "Q11252820", "display_name": "Carta Holdings", "legal_name": null, "aliases": ["VOYAGE GROUP"], "website": "https://cartaholdings.co.jp", "canonical_domain": "cartaholdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3688", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3509 +{"wikidata_id": "Q11254699", "display_name": "Waseda Gakusyuukenkyukai", "legal_name": null, "aliases": [], "website": "https://www.wasedazemi.com", "canonical_domain": "wasedazemi.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "5869", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3510 +{"wikidata_id": "Q11256864", "display_name": "akatsuki-fg.com", "legal_name": null, "aliases": [], "website": "https://www.akatsuki-fg.com", "canonical_domain": "akatsuki-fg.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "8737", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3511 +{"wikidata_id": "Q11257401", "display_name": "Ahjikan", "legal_name": null, "aliases": [], "website": "https://www.ahjikan.co.jp", "canonical_domain": "ahjikan.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "2907", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3512 +{"wikidata_id": "Q11257443", "display_name": "Aska Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.aska-pharma.co.jp", "canonical_domain": "aska-pharma.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "4886", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3513 +{"wikidata_id": "Q11259009", "display_name": "e-seikatsu.info", "legal_name": null, "aliases": [], "website": "https://www.e-seikatsu.info", "canonical_domain": "e-seikatsu.info", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3796", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3514 +{"wikidata_id": "Q11259772", "display_name": "Idea Consultants", "legal_name": null, "aliases": [], "website": "https://www.ideacon.co.jp", "canonical_domain": "ideacon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "9768", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3515 +{"wikidata_id": "Q112623400", "display_name": "Sunshine Holdings PLC", "legal_name": null, "aliases": ["Sunshine Holdings"], "website": "https://www.sunshineholdings.lk", "canonical_domain": "sunshineholdings.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["healthcare", "agriculture", "consumer-goods"], "industry_labels": ["health care", "agribusiness", "fast-moving consumer goods"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "SUN.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan diversified Conglomerate holding company- Specialized in Healthcare, Consumer Goods, and Agribusiness Sector", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3516 +{"wikidata_id": "Q11263994", "display_name": "Kadoya Sesame Mills", "legal_name": null, "aliases": ["Kadoya Seiyu", "Kadoya Sesame Mills inc."], "website": "https://www.kadoya.com", "canonical_domain": "kadoya.com", "country": "JP", "hq_city": "Kita-Shinagawa", "hq_region": "Shinagawa", "lat": 35.62091, "lon": 139.73912, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "2612", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3517 +{"wikidata_id": "Q11264489", "display_name": "Kawaden Corporation", "legal_name": null, "aliases": [], "website": "https://www.kawaden.co.jp", "canonical_domain": "kawaden.co.jp", "country": "JP", "hq_city": "Yamagata Prefecture", "hq_region": "Japan", "lat": 38.24044, "lon": 140.36356, "industries": [], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "6648", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3518 +{"wikidata_id": "Q11265058", "display_name": "Kyokuto", "legal_name": null, "aliases": [], "website": "https://www.cl-kyokuto.co.jp", "canonical_domain": "cl-kyokuto.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "2300", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3519 +{"wikidata_id": "Q11265212", "display_name": "Kin-Ei Corp.", "legal_name": null, "aliases": [], "website": "https://www.kin-ei.co.jp", "canonical_domain": "kin-ei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "9636", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3520 +{"wikidata_id": "Q11265237", "display_name": "Kinden Corporation", "legal_name": null, "aliases": [], "website": "https://www.kinden.co.jp", "canonical_domain": "kinden.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "1944", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3521 +{"wikidata_id": "Q11265723", "display_name": "Kurogane Kosakusho", "legal_name": null, "aliases": ["Kurogane Kosakusho Ltd.", "Kurogane Kosakusho Ltd. (Japan)"], "website": "https://www.kurogane-kks.co.jp", "canonical_domain": "kurogane-kks.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "7997", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Himeji, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3522 +{"wikidata_id": "Q112672610", "display_name": "Zanlakol Ltd.", "legal_name": "זנלכל בע''מ", "aliases": [], "website": "https://www.sanlakol.com", "canonical_domain": "sanlakol.com", "country": "IL", "hq_city": "Afula", "hq_region": "Jezreel Subdistrict", "lat": 32.60778, "lon": 35.28972, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "ZNKL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3523 +{"wikidata_id": "Q11267769", "display_name": "Sakura Internet", "legal_name": "さくらインターネット株式会社", "aliases": ["SAKURA Internet Inc."], "website": "https://www.sakura.ad.jp", "canonical_domain": "sakura.ad.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["internet", "cloud-infrastructure"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3778", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q586260", "name": "Sojitz"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SAKURA_internet_Logo.svg", "description": "A company providing cloud computing services, based in Osaka City, Osaka Prefecture, Japan.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3524 +{"wikidata_id": "Q11267771", "display_name": "Sakura KCS", "legal_name": null, "aliases": ["SAKURA KCS Corporation"], "website": "https://www.kcs.co.jp", "canonical_domain": "kcs.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "4761", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3525 +{"wikidata_id": "Q11269357", "display_name": "Jimoto Holdings", "legal_name": "株式会社じもとホールディングス", "aliases": ["Inc."], "website": "https://www.jimoto-hd.co.jp", "canonical_domain": "jimoto-hd.co.jp", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "7161", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3526 +{"wikidata_id": "Q11269788", "display_name": "Nice Holdings", "legal_name": null, "aliases": ["Inc."], "website": "https://www.suteki-nice.jp", "canonical_domain": "suteki-nice.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["software"], "industry_labels": ["SIC 7372 Services-Prepackaged Software"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "8089", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1003935", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1003935", "enriched_at": "2026-09-13T07:23:28+00:00"}}
3527 +{"wikidata_id": "Q11275511", "display_name": "Hasegawa", "legal_name": null, "aliases": [], "website": "https://www.hasegawa.jp", "canonical_domain": "hasegawa.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "8230", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3528 +{"wikidata_id": "Q11276057", "display_name": "Def consulting", "legal_name": null, "aliases": ["Pado Corporation", "Success Holders"], "website": "https://def-consulting.co.jp", "canonical_domain": "def-consulting.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consulting"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "4833", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3529 +{"wikidata_id": "Q11277713", "display_name": "Hokuyaku Takeyama Holdings", "legal_name": null, "aliases": [], "website": "https://www.hokutake.co.jp", "canonical_domain": "hokutake.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3055", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3530 +{"wikidata_id": "Q11278197", "display_name": "Mag2", "legal_name": null, "aliases": ["Magmag"], "website": "https://www.mag2.com", "canonical_domain": "mag2.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "4059", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3531 +{"wikidata_id": "Q11279221", "display_name": "Minoya", "legal_name": "株式会社みのや", "aliases": ["Minoya Inc."], "website": "https://www.machioka.co.jp", "canonical_domain": "machioka.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "386A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3532 +{"wikidata_id": "Q11280548", "display_name": "Yamami", "legal_name": null, "aliases": [], "website": "https://www.yamami.co.jp", "canonical_domain": "yamami.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "2820", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3533 +{"wikidata_id": "Q11281687", "display_name": "Wakamoto Pharmaceutical", "legal_name": null, "aliases": [], "website": "https://www.wakamoto-pharm.co.jp", "canonical_domain": "wakamoto-pharm.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "4512", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3534 +{"wikidata_id": "Q11282066", "display_name": "iace.co.jp", "legal_name": null, "aliases": [], "website": "https://www.iace.co.jp", "canonical_domain": "iace.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "343A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3535 +{"wikidata_id": "Q11282070", "display_name": "IX Knowledge", "legal_name": null, "aliases": [], "website": "https://www.ikic.co.jp", "canonical_domain": "ikic.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "9753", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3536 +{"wikidata_id": "Q11282086", "display_name": "Aica Kogyo", "legal_name": null, "aliases": ["Aica Kogyo Company", "Limited"], "website": "https://www.aica.co.jp", "canonical_domain": "aica.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "4206", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AICA_Inc._logo.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3537 +{"wikidata_id": "Q11282107", "display_name": "I・K Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.ai-kei.co.jp", "canonical_domain": "ai-kei.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "2722", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3538 +{"wikidata_id": "Q11282122", "display_name": "Aisan Technology", "legal_name": null, "aliases": ["AISAN TECHNOLOGY CO.", "LTD."], "website": "https://www.aisantec.co.jp", "canonical_domain": "aisantec.co.jp", "country": "JP", "hq_city": "Naka-ku", "hq_region": "Nagoya", "lat": 35.17192, "lon": 136.90622, "industries": ["technology"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "4667", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3539 +{"wikidata_id": "Q11282231", "display_name": "Aida Engineering", "legal_name": null, "aliases": [], "website": "https://www.aida.co.jp", "canonical_domain": "aida.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["construction"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "6118", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3540 +{"wikidata_id": "Q11282392", "display_name": "ibc21.co.jp", "legal_name": null, "aliases": [], "website": "https://www.ibc21.co.jp", "canonical_domain": "ibc21.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3920", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3541 +{"wikidata_id": "Q11282639", "display_name": "Aun Consulting", "legal_name": null, "aliases": ["Inc."], "website": "https://www.auncon.co.jp", "canonical_domain": "auncon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consulting"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2459", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3542 +{"wikidata_id": "Q11282645", "display_name": "Aeria", "legal_name": null, "aliases": [], "website": "https://www.aeria.jp", "canonical_domain": "aeria.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3758", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3543 +{"wikidata_id": "Q11282937", "display_name": "Axyz", "legal_name": null, "aliases": [], "website": "https://www.axyz-grp.co.jp", "canonical_domain": "axyz-grp.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "1381", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3544 +{"wikidata_id": "Q11282962", "display_name": "Axell", "legal_name": null, "aliases": ["AXELL", "AXELL CORPORATION", "Actcell", "Actcell Corporation", "Actcell Corporation (Japan)"], "website": "https://www.axell.co.jp", "canonical_domain": "axell.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "6730", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Chuo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3545 +{"wikidata_id": "Q11283093", "display_name": "Agro-Kanesho", "legal_name": null, "aliases": [], "website": "https://www.agrokanesho.co.jp", "canonical_domain": "agrokanesho.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "4955", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3546 +{"wikidata_id": "Q11283144", "display_name": "Asaka Riken", "legal_name": null, "aliases": ["Asaka Riken Co.", "Ltd."], "website": "https://www.asaka.co.jp", "canonical_domain": "asaka.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "5724", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3547 +{"wikidata_id": "Q11283274", "display_name": "Aseed Holdings", "legal_name": null, "aliases": [], "website": "https://www.aseed-hd.co.jp", "canonical_domain": "aseed-hd.co.jp", "country": "JP", "hq_city": "Fukuyama", "hq_region": "Hiroshima Prefecture", "lat": 34.48642, "lon": 133.36761, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9959", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3548 +{"wikidata_id": "Q11283384", "display_name": "Asia Air Survey", "legal_name": null, "aliases": [], "website": "https://www.ajiko.co.jp", "canonical_domain": "ajiko.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.69322, "lon": 139.69314, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "9233", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3549 +{"wikidata_id": "Q11283438", "display_name": "Askul Corporation", "legal_name": null, "aliases": [], "website": "https://www.askul.co.jp", "canonical_domain": "askul.co.jp", "country": "JP", "hq_city": "Toyosu", "hq_region": "Kōtō", "lat": 35.64431, "lon": 139.78466, "industries": ["e-commerce"], "industry_labels": ["mail order"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "2678", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q86734122", "name": "LY Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASKUL.gif", "description": "Japanese mail-order company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3550 +{"wikidata_id": "Q11283443", "display_name": "Ascot", "legal_name": null, "aliases": [], "website": "https://www.ascotcorp.co.jp", "canonical_domain": "ascotcorp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3264", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3551 +{"wikidata_id": "Q11283510", "display_name": "Astmax", "legal_name": null, "aliases": [], "website": "https://www.astmax.com", "canonical_domain": "astmax.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "7162", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3552 +{"wikidata_id": "Q11283571", "display_name": "Asrapport Dining", "legal_name": null, "aliases": [], "website": "https://www.asrapport-dining.com", "canonical_domain": "asrapport-dining.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3069", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3553 +{"wikidata_id": "Q11283855", "display_name": "Apple International", "legal_name": null, "aliases": [], "website": "https://www.apple-international.com", "canonical_domain": "apple-international.com", "country": "JP", "hq_city": "Mie Prefecture", "hq_region": "Japan", "lat": 34.73025, "lon": 136.50867, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "2788", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3554 +{"wikidata_id": "Q11283910", "display_name": "Atsugi Company", "legal_name": null, "aliases": [], "website": "https://www.atsugi.co.jp", "canonical_domain": "atsugi.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "3529", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3555 +{"wikidata_id": "Q11284033", "display_name": "KeyHolder", "legal_name": null, "aliases": ["ADORES"], "website": "https://www.keyholder.co.jp", "canonical_domain": "keyholder.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "4712", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3556 +{"wikidata_id": "Q11284065", "display_name": "Advantage Risk Management", "legal_name": null, "aliases": ["Advantage Risk Management Co.", "Ltd.", "Advantage Risk Management Co.", "Ltd. (Japan)"], "website": "https://www.armg.jp", "canonical_domain": "armg.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8769", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Meguro City, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3557 +{"wikidata_id": "Q11284511", "display_name": "Apaman", "legal_name": null, "aliases": ["Apaman Co.", "Ltd.", "Apamanshop Holdings"], "website": "https://apamanshop-hd.co.jp", "canonical_domain": "apamanshop-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8889", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese comapany", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3558 +{"wikidata_id": "Q11284742", "display_name": "Applied", "legal_name": null, "aliases": [], "website": "https://www.applied-g.jp", "canonical_domain": "applied-g.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "3020", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Applied_logo.svg", "description": "Japanese computer retail chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3559 +{"wikidata_id": "Q11285616", "display_name": "Earth Chemical", "legal_name": null, "aliases": [], "website": "https://www.earth.jp", "canonical_domain": "earth.jp", "country": "JP", "hq_city": "Tsukasamachi", "hq_region": "Chiyoda", "lat": 35.69335, "lon": 139.76759, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "4985", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Earth_chem_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3560 +{"wikidata_id": "Q11285659", "display_name": "Artnature", "legal_name": null, "aliases": [], "website": "https://www.artnature.co.jp", "canonical_domain": "artnature.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "7823", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3561 +{"wikidata_id": "Q11285710", "display_name": "Urbanet", "legal_name": null, "aliases": [], "website": "https://www.urbanet.jp", "canonical_domain": "urbanet.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "3242", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3562 +{"wikidata_id": "Q11285793", "display_name": "Artvivant", "legal_name": null, "aliases": ["ARTVIVANT CO.", "LTD."], "website": "https://www.artvivant.net", "canonical_domain": "artvivant.net", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "7523", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3563 +{"wikidata_id": "Q11286217", "display_name": "Aeon Kyushu", "legal_name": null, "aliases": ["ÆON KYUSHU Co.", "Ltd."], "website": "https://www.aeon-kyushu.info", "canonical_domain": "aeon-kyushu.info", "country": "JP", "hq_city": "Fukuoka", "hq_region": "Fukuoka Prefecture", "lat": 33.59014, "lon": 130.40172, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "2653", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q271413", "name": "Aeon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AeonLogo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3564 +{"wikidata_id": "Q11286233", "display_name": "AEON Hokkaido", "legal_name": null, "aliases": ["AEON Hokkaido Corporation"], "website": "https://www.aeon-hokkaido.jp", "canonical_domain": "aeon-hokkaido.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "7512", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q271413", "name": "Aeon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AeonLogo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3565 +{"wikidata_id": "Q11286431", "display_name": "Ikuyo", "legal_name": null, "aliases": [], "website": "https://www.ikuyo194.co.jp", "canonical_domain": "ikuyo194.co.jp", "country": "JP", "hq_city": "Atsugi", "hq_region": "Kanagawa Prefecture", "lat": 35.44306, "lon": 139.3625, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "7273", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3566 +{"wikidata_id": "Q11286504", "display_name": "Isamu Paint", "legal_name": null, "aliases": ["Isamu Paint Co.", "Ltd.", "Isamu Paint Co.", "Ltd. (Japan)"], "website": "https://www.isamu.co.jp", "canonical_domain": "isamu.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "4624", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Fukushima Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3567 +{"wikidata_id": "Q11286747", "display_name": "ICHIKAWA", "legal_name": null, "aliases": [], "website": "https://www.ik-felt.co.jp", "canonical_domain": "ik-felt.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "3513", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3568 +{"wikidata_id": "Q11286865", "display_name": "Ito Yogyo", "legal_name": null, "aliases": [], "website": "https://www.itoyogyo.co.jp", "canonical_domain": "itoyogyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5287", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3569 +{"wikidata_id": "Q11286953", "display_name": "ifuji.co.jp", "legal_name": null, "aliases": [], "website": "https://www.ifuji.co.jp", "canonical_domain": "ifuji.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "2924", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3570 +{"wikidata_id": "Q11287079", "display_name": "Imura Envelope", "legal_name": null, "aliases": [], "website": "https://www.imura.co.jp", "canonical_domain": "imura.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "3955", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3571 +{"wikidata_id": "Q11287415", "display_name": "Inspec", "legal_name": null, "aliases": [], "website": "https://www.inspec21.com", "canonical_domain": "inspec21.com", "country": "JP", "hq_city": "Akita Prefecture", "hq_region": "Japan", "lat": 39.71861, "lon": 140.1025, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "6656", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3572 +{"wikidata_id": "Q11287465", "display_name": "Interspace", "legal_name": null, "aliases": ["Interspace Co.", "Ltd."], "website": "https://www.interspace.ne.jp", "canonical_domain": "interspace.ne.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2122", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3573 +{"wikidata_id": "Q11287776", "display_name": "robot home", "legal_name": null, "aliases": ["Investors Cloud", "Robot Home", "Tateru"], "website": "https://corp.robothome.jp", "canonical_domain": "robothome.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["robotics"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "1435", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3574 +{"wikidata_id": "Q11287795", "display_name": "Invast Securities", "legal_name": null, "aliases": ["INVAST Securities Co.", "Ltd."], "website": "https://www.invast.jp", "canonical_domain": "invast.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "8709", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": "353800OE66NKUJ290P46", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3575 +{"wikidata_id": "Q11288002", "display_name": "EREX Co.,Ltd", "legal_name": null, "aliases": [], "website": "https://erex.co.jp", "canonical_domain": "erex.co.jp", "country": "JP", "hq_city": "Kyōbashi", "hq_region": "Chūō", "lat": 35.67698, "lon": 139.77095, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "9517", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3576 +{"wikidata_id": "Q11288363", "display_name": "wellco-corp.com", "legal_name": null, "aliases": [], "website": "https://www.wellco-corp.com", "canonical_domain": "wellco-corp.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": 36.49514, "lon": 136.522, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "7831", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3577 +{"wikidata_id": "Q11288373", "display_name": "Will Plus Holdings", "legal_name": null, "aliases": [], "website": "https://www.willplus.co.jp", "canonical_domain": "willplus.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3538", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3578 +{"wikidata_id": "Q11288428", "display_name": "Wintest", "legal_name": null, "aliases": [], "website": "https://www.wintest.co.jp", "canonical_domain": "wintest.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "6721", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3579 +{"wikidata_id": "Q11288608", "display_name": "Wellnet Corporation", "legal_name": null, "aliases": [], "website": "https://www.well-net.jp", "canonical_domain": "well-net.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "2428", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3580 +{"wikidata_id": "Q11288661", "display_name": "West Holdings", "legal_name": null, "aliases": [], "website": "https://www.west-gr.co.jp", "canonical_domain": "west-gr.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "1407", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3581 +{"wikidata_id": "Q11288684", "display_name": "Welcia Holdings", "legal_name": null, "aliases": ["Welcia Holdings Co.", "Ltd."], "website": "https://www.welcia.co.jp", "canonical_domain": "welcia.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "3141", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q271413", "name": "Aeon"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3582 +{"wikidata_id": "Q11288954", "display_name": "Uchiyama Holdings", "legal_name": null, "aliases": [], "website": "https://www.uchiyama-gr.jp", "canonical_domain": "uchiyama-gr.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "6059", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3583 +{"wikidata_id": "Q11289002", "display_name": "Wood Friends", "legal_name": null, "aliases": ["Wood Friends Co.", "Ltd."], "website": "https://www.woodfriends.co.jp", "canonical_domain": "woodfriends.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["materials"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "8886", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3584 +{"wikidata_id": "Q11289523", "display_name": "Air Water", "legal_name": null, "aliases": ["AIR WATER INC."], "website": "https://www.awi.co.jp", "canonical_domain": "awi.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["utilities"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "4088", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3585 +{"wikidata_id": "Q11289897", "display_name": "Thermae-Yu Holdings", "legal_name": null, "aliases": ["Econach Holdings"], "website": "https://thermae-yu-hd.co.jp", "canonical_domain": "thermae-yu-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "3521", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3586 +{"wikidata_id": "Q11289941", "display_name": "Echo Trading", "legal_name": null, "aliases": [], "website": "https://www.echotd.co.jp", "canonical_domain": "echotd.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "7427", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3587 +{"wikidata_id": "Q11290018", "display_name": "SK Japan", "legal_name": null, "aliases": [], "website": "https://www.sk-japan.co.jp", "canonical_domain": "sk-japan.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "7608", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3588 +{"wikidata_id": "Q11290028", "display_name": "SK Kaken", "legal_name": null, "aliases": ["SK Kaken Co.", "Ltd.", "SK Kaken Co.", "Ltd. (Japan)"], "website": "https://www.sk-kaken.co.jp", "canonical_domain": "sk-kaken.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "4628", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Ibaraki, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3589 +{"wikidata_id": "Q11290043", "display_name": "Estic Corporation", "legal_name": null, "aliases": [], "website": "https://www.estic.co.jp", "canonical_domain": "estic.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "6161", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3590 +{"wikidata_id": "Q11290121", "display_name": "S Line", "legal_name": null, "aliases": [], "website": "https://www.sline.co.jp", "canonical_domain": "sline.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "9078", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business in Gifu Prefecture, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3591 +{"wikidata_id": "Q11290491", "display_name": "Ebara Foods Industry", "legal_name": null, "aliases": [], "website": "https://www.ebarafoods.com", "canonical_domain": "ebarafoods.com", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "2819", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ebara_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3592 +{"wikidata_id": "Q11290536", "display_name": "fmltd.co.jp", "legal_name": null, "aliases": [], "website": "https://www.fmltd.co.jp", "canonical_domain": "fmltd.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4771", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3593 +{"wikidata_id": "Q11290667", "display_name": "F-TECH Inc. (Japan)", "legal_name": null, "aliases": ["F-TECH", "F-TECH Inc."], "website": "https://www.ftech.co.jp", "canonical_domain": "ftech.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "7212", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3594 +{"wikidata_id": "Q11290792", "display_name": "MK Seiko", "legal_name": null, "aliases": [], "website": "https://www.mkseiko.co.jp", "canonical_domain": "mkseiko.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "5906", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3595 +{"wikidata_id": "Q11290821", "display_name": "mbs", "legal_name": null, "aliases": ["inc."], "website": "https://www.homemakeup.co.jp", "canonical_domain": "homemakeup.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "1401", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3596 +{"wikidata_id": "Q11290831", "display_name": "M・H・GROUP Ltd.", "legal_name": null, "aliases": [], "website": "https://mhgroup.co.jp", "canonical_domain": "mhgroup.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "9439", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3597 +{"wikidata_id": "Q11290890", "display_name": "Area Link", "legal_name": null, "aliases": ["Arealink Co. Ltd"], "website": "https://www.arealink.co.jp", "canonical_domain": "arealink.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "8914", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3598 +{"wikidata_id": "Q11291299", "display_name": "Enshu", "legal_name": null, "aliases": ["Enshu Ltd.", "Enshu Ltd. (Japan)"], "website": "https://www.enshu.co.jp", "canonical_domain": "enshu.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "6218", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Hamamatsu, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3599 +{"wikidata_id": "Q11291401", "display_name": "Encho", "legal_name": null, "aliases": ["ENCHO Co.", "Ltd."], "website": "https://www.encho.co.jp", "canonical_domain": "encho.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "8208", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3600 +{"wikidata_id": "Q11291487", "display_name": "en", "legal_name": "エン株式会社", "aliases": ["en Japan"], "website": "https://corp.en-japan.com", "canonical_domain": "en-japan.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["professional-services"], "industry_labels": ["Dispatched labor"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4849", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3601 +{"wikidata_id": "Q11291610", "display_name": "a-one-seimitsu.co.jp", "legal_name": null, "aliases": [], "website": "https://www.a-one-seimitsu.co.jp", "canonical_domain": "a-one-seimitsu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "6156", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3602 +{"wikidata_id": "Q11291811", "display_name": "okamurashokuhin.co.jp", "legal_name": null, "aliases": [], "website": "https://okamurashokuhin.co.jp", "canonical_domain": "okamurashokuhin.co.jp", "country": "JP", "hq_city": "Aomori", "hq_region": "Aomori Prefecture", "lat": 40.82278, "lon": 140.74694, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "2938", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3603 +{"wikidata_id": "Q11292328", "display_name": "OPTiM", "legal_name": null, "aliases": [], "website": "https://www.optim.com", "canonical_domain": "optim.com", "country": "JP", "hq_city": "Kaigan", "hq_region": "Minato", "lat": 35.65265, "lon": 139.76215, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3694", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3604 +{"wikidata_id": "Q11292335", "display_name": "Optoelectronics", "legal_name": null, "aliases": [], "website": "https://home.opto.co.jp", "canonical_domain": "opto.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "6664", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3605 +{"wikidata_id": "Q11292548", "display_name": "Oriental Chain Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.ocm.co.jp", "canonical_domain": "ocm.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "6380", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3606 +{"wikidata_id": "Q11292628", "display_name": "Original Engineering Consultants Co., Ltd. (Japan)", "legal_name": null, "aliases": ["Original Engineering Consultants", "Original Engineering Consultants Co.", "Ltd."], "website": "https://www.oec-solution.co.jp", "canonical_domain": "oec-solution.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "4642", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3607 +{"wikidata_id": "Q11293097", "display_name": "Oizumi Corporation", "legal_name": null, "aliases": ["OIZUMI"], "website": "https://www.oizumi.co.jp", "canonical_domain": "oizumi.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "6428", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3608 +{"wikidata_id": "Q11293103", "display_name": "OS", "legal_name": null, "aliases": ["OS CO.", "LTD."], "website": "https://www.osgroup.co.jp", "canonical_domain": "osgroup.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "9637", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3609 +{"wikidata_id": "Q11293109", "display_name": "OM2 Network", "legal_name": null, "aliases": [], "website": "https://www.om2.co.jp", "canonical_domain": "om2.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "7614", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3610 +{"wikidata_id": "Q11293204", "display_name": "Ocean System", "legal_name": null, "aliases": [], "website": "https://www.ocean-system.com", "canonical_domain": "ocean-system.com", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "3096", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3611 +{"wikidata_id": "Q11293266", "display_name": "Otake Corporation", "legal_name": null, "aliases": [], "website": "https://www.kk-otake.co.jp", "canonical_domain": "kk-otake.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "7434", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3612 +{"wikidata_id": "Q11293316", "display_name": "Autowave", "legal_name": null, "aliases": [], "website": "https://www.auto-wave.co.jp", "canonical_domain": "auto-wave.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "2666", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3613 +{"wikidata_id": "Q11293390", "display_name": "Oval Corporation", "legal_name": null, "aliases": [], "website": "https://www.oval.co.jp", "canonical_domain": "oval.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7727", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3614 +{"wikidata_id": "Q11293509", "display_name": "Omikenshi", "legal_name": null, "aliases": [], "website": "https://www.omikenshi.co.jp", "canonical_domain": "omikenshi.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "3111", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3615 +{"wikidata_id": "Q11293551", "display_name": "All About", "legal_name": null, "aliases": ["Inc.", "Recruit About.com Japan Inc."], "website": "https://corp.allabout.co.jp", "canonical_domain": "allabout.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2454", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3616 +{"wikidata_id": "Q11293812", "display_name": "Kainos Laboratories", "legal_name": null, "aliases": ["Inc.", "Inc. (Japan)"], "website": "https://www.kainos.co.jp", "canonical_domain": "kainos.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "4556", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nishio, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3617 +{"wikidata_id": "Q11293990", "display_name": "Kakuyasu", "legal_name": null, "aliases": ["KAKUYASU", "Kakuyasu-group"], "website": "https://www.kakuyasu.co.jp", "canonical_domain": "kakuyasu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "7686", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese alcoholic beverages retail chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3618 +{"wikidata_id": "Q11294464", "display_name": "Canare Electric", "legal_name": null, "aliases": ["Canare Electric Co.", "Ltd."], "website": "https://www.canare.co.jp", "canonical_domain": "canare.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "5819", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3619 +{"wikidata_id": "Q11294497", "display_name": "Kaneko Seeds", "legal_name": null, "aliases": [], "website": "https://www.kanekoseeds.jp", "canonical_domain": "kanekoseeds.jp", "country": "JP", "hq_city": "Maebashi", "hq_region": "Higashigunma district", "lat": 36.3895, "lon": 139.06344, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "1376", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3620 +{"wikidata_id": "Q11294523", "display_name": "Kanemi", "legal_name": null, "aliases": ["Kanemi Co.", "Ltd."], "website": "https://www.kanemi-foods.co.jp", "canonical_domain": "kanemi-foods.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "2669", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3621 +{"wikidata_id": "Q11294552", "display_name": "Canox Corporation", "legal_name": null, "aliases": [], "website": "https://www.canox.co.jp", "canonical_domain": "canox.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8076", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3622 +{"wikidata_id": "Q11295178", "display_name": "Karura", "legal_name": "株式会社カルラ", "aliases": [], "website": "https://re-marumatu.co.jp", "canonical_domain": "re-marumatu.co.jp", "country": "JP", "hq_city": "Tomiya", "hq_region": "Miyagi Prefecture", "lat": 38.39994, "lon": 140.8953, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "2789", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3623 +{"wikidata_id": "Q11295334", "display_name": "Kawasaki & Co.", "legal_name": null, "aliases": [], "website": "https://www.kawasaki-corp.co.jp", "canonical_domain": "kawasaki-corp.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "3045", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3624 +{"wikidata_id": "Q11295392", "display_name": "Kawase Computer Supplies", "legal_name": null, "aliases": ["Kawase Computer Supplies Co.", "Ltd.", "Kawase Computer Supplies Co.", "Ltd. (Japan)"], "website": "https://www.kc-s.co.jp", "canonical_domain": "kc-s.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["technology"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "7851", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Chuo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3625 +{"wikidata_id": "Q11295395", "display_name": "kawata-mfg.co.jp", "legal_name": null, "aliases": [], "website": "https://www.kawata-mfg.co.jp", "canonical_domain": "kawata-mfg.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6292", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3626 +{"wikidata_id": "Q11295462", "display_name": "Kanda Holdings", "legal_name": "カンダホールディングス株式会社", "aliases": [], "website": "https://www.kanda-web.co.jp", "canonical_domain": "kanda-web.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["transportation"], "industry_labels": ["transportation"], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "9059", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3627 +{"wikidata_id": "Q11295561", "display_name": "Kanro", "legal_name": null, "aliases": ["KANRO", "Kanro Co.", "Ltd.", "Kanro Co.", "Ltd. (Japan)"], "website": "https://www.kanro.co.jp", "canonical_domain": "kanro.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "2216", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "corporation in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3628 +{"wikidata_id": "Q11295606", "display_name": "Ledax", "legal_name": null, "aliases": ["Carchs Holdings"], "website": "https://www.ledax.co.jp", "canonical_domain": "ledax.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "7602", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3629 +{"wikidata_id": "Q11295737", "display_name": "CAR MATE", "legal_name": null, "aliases": ["CAR MATE MFG.", "CAR MATE MFG. Co.", "Ltd.", "CAR MATE MFG. Co.", "Ltd. (Japan)"], "website": "https://www.carmate.co.jp", "canonical_domain": "carmate.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "7297", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kawaguchi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3630 +{"wikidata_id": "Q11296613", "display_name": "Kikukawa Enterprise", "legal_name": null, "aliases": ["KIKUKAWA ENTERPRISE", "INC."], "website": "https://www.kikukawa.co.jp", "canonical_domain": "kikukawa.co.jp", "country": "JP", "hq_city": "Mie Prefecture", "hq_region": "Japan", "lat": 34.73025, "lon": 136.50867, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6346", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3631 +{"wikidata_id": "Q11296725", "display_name": "Kitac", "legal_name": null, "aliases": [], "website": "https://kitac.co.jp", "canonical_domain": "kitac.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "4707", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3632 +{"wikidata_id": "Q11296998", "display_name": "Kimura", "legal_name": null, "aliases": [], "website": "https://www.kimuranet.jp", "canonical_domain": "kimuranet.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "7461", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3633 +{"wikidata_id": "Q11297000", "display_name": "Kimuratan Corporation", "legal_name": null, "aliases": [], "website": "https://www.kimuratan.co.jp", "canonical_domain": "kimuratan.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "8107", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3634 +{"wikidata_id": "Q11297301", "display_name": "Career Bank", "legal_name": null, "aliases": ["CAREER BANK CO.", "LTD."], "website": "https://www.career-bank.co.jp", "canonical_domain": "career-bank.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["banking"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "4834", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3635 +{"wikidata_id": "Q11297436", "display_name": "Canon Marketing Japan", "legal_name": null, "aliases": ["Canon Marketing Japan Inc."], "website": "https://corporate.jp.canon", "canonical_domain": "jp.canon", "country": "JP", "hq_city": "Kōnan", "hq_region": "Minato", "lat": 35.63142, "lon": 139.75049, "industries": ["media"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "8060", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q62621", "name": "Canon Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canon_wordmark.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3636 +{"wikidata_id": "Q11297546", "display_name": "krs.co.jp", "legal_name": null, "aliases": [], "website": "https://www.krs.co.jp", "canonical_domain": "krs.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "9369", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3637 +{"wikidata_id": "Q11298884", "display_name": "Kuraudia", "legal_name": null, "aliases": [], "website": "https://www.kuraudia.co.jp", "canonical_domain": "kuraudia.co.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "3607", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3638 +{"wikidata_id": "Q11298969", "display_name": "Cluster Technology", "legal_name": null, "aliases": [], "website": "https://www.cluster-tech.co.jp", "canonical_domain": "cluster-tech.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["technology"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "4240", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3639 +{"wikidata_id": "Q11299382", "display_name": "Clip Corporation", "legal_name": null, "aliases": [], "website": "https://www.clip-cor.co.jp", "canonical_domain": "clip-cor.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "4705", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3640 +{"wikidata_id": "Q11299410", "display_name": "Crymson", "legal_name": null, "aliases": [], "website": "https://www.crymson.co.jp", "canonical_domain": "crymson.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "2776", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3641 +{"wikidata_id": "Q11299416", "display_name": "Kuriyama Holdings", "legal_name": null, "aliases": [], "website": "https://www.kuriyama-holdings.com", "canonical_domain": "kuriyama-holdings.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "3355", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3642 +{"wikidata_id": "Q11299427", "display_name": "Creed Corporation", "legal_name": null, "aliases": [], "website": "https://www.creed.co.jp", "canonical_domain": "creed.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "8888", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3643 +{"wikidata_id": "Q11299515", "display_name": "Souken Ace Co.,Ltd.", "legal_name": "株式会社創建エース", "aliases": ["Crea Holdings", "CREA HOLDINGS", "Inc.", "Small and medium sized Enterprises Holdings", "Inc."], "website": "https://www.souken-a.jp", "canonical_domain": "souken-a.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": ["construction industry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "1757", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3644 +{"wikidata_id": "Q11299561", "display_name": "Creo", "legal_name": null, "aliases": ["Creo Co.", "Ltd."], "website": "https://www.creo.co.jp", "canonical_domain": "creo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "9698", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3645 +{"wikidata_id": "Q11299759", "display_name": "Cross Plus", "legal_name": null, "aliases": ["CROSS PLUS INC."], "website": "https://www.crossplus.co.jp", "canonical_domain": "crossplus.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "3320", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3646 +{"wikidata_id": "Q11299803", "display_name": "Crops Corporation", "legal_name": null, "aliases": [], "website": "https://www.crops.ne.jp", "canonical_domain": "crops.ne.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "9428", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3647 +{"wikidata_id": "Q11299939", "display_name": "Kuwazawa Corporation", "legal_name": null, "aliases": [], "website": "https://www.kuwazawa.co.jp", "canonical_domain": "kuwazawa.co.jp", "country": "JP", "hq_city": "Shiroishi-ku", "hq_region": "Sapporo", "lat": 43.04778, "lon": 141.405, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "8104", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3648 +{"wikidata_id": "Q11300542", "display_name": "Greens Group", "legal_name": null, "aliases": [], "website": "https://www.greens.co.jp", "canonical_domain": "greens.co.jp", "country": "JP", "hq_city": "Mie Prefecture", "hq_region": "Japan", "lat": 34.73025, "lon": 136.50867, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "6547", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3649 +{"wikidata_id": "Q11300656", "display_name": "Gourmet Kineya", "legal_name": null, "aliases": ["Gourmet Kineya Co.", "Ltd."], "website": "https://www.gourmet-kineya-hd.co.jp", "canonical_domain": "gourmet-kineya-hd.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "98500", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "A company headquartered in Suminoe-ku, Osaka City, Osaka Prefecture, that primarily operates restaurants.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3650 +{"wikidata_id": "Q11300881", "display_name": "Global Dining", "legal_name": null, "aliases": [], "website": "https://www.global-dining.com", "canonical_domain": "global-dining.com", "country": "JP", "hq_city": "Minami-Aoyama", "hq_region": "Minato", "lat": 35.65858, "lon": 139.71361, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7625", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3651 +{"wikidata_id": "Q11300920", "display_name": "Glory", "legal_name": null, "aliases": ["Glory (Japan)"], "website": "https://www.glory.co.jp", "canonical_domain": "glory.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "6457", "exchange": "Tokyo Stock Exchange", "lei": "3538003FKID28TGG5U64", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3652 +{"wikidata_id": "Q11301023", "display_name": "KTK", "legal_name": null, "aliases": ["Ktk Inc."], "website": "https://www.ktk.gr.jp", "canonical_domain": "ktk.gr.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "3035", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3653 +{"wikidata_id": "Q11301046", "display_name": "Keihin", "legal_name": null, "aliases": ["KEIHIN"], "website": "https://www.keihin.co.jp", "canonical_domain": "keihin.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "9312", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3654 +{"wikidata_id": "Q11301219", "display_name": "Kel Corporation", "legal_name": null, "aliases": ["KEL"], "website": "https://www.kel.jp", "canonical_domain": "kel.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "6919", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3655 +{"wikidata_id": "Q11301272", "display_name": "Kenko Mayonnaise", "legal_name": null, "aliases": ["KENKO Mayonnaise Co.", "Ltd."], "website": "https://www.kenkomayo.co.jp", "canonical_domain": "kenkomayo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "2915", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3656 +{"wikidata_id": "Q11301461", "display_name": "KU Holdings", "legal_name": null, "aliases": [], "website": "https://www.ku-hd.com", "canonical_domain": "ku-hd.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9856", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3657 +{"wikidata_id": "Q11301496", "display_name": "SD Entertainment", "legal_name": "SDエンターテイメント株式会社", "aliases": ["Geo Dinos", "SD ENTERTAINMENT Co.", "Ltd."], "website": "https://sdentertainment.jp", "canonical_domain": "sdentertainment.jp", "country": "JP", "hq_city": "Shiroishi-ku", "hq_region": "Sapporo", "lat": 43.04741, "lon": 141.39856, "industries": ["entertainment", "healthcare"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "4650", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27016944", "name": "Rizap Group"}, "logo_url": null, "description": "Japanese company specializing in wellness tourism", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3658 +{"wikidata_id": "Q11302114", "display_name": "Cosmos Initia", "legal_name": null, "aliases": [], "website": "https://www.cigr.co.jp", "canonical_domain": "cigr.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "8844", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3659 +{"wikidata_id": "Q11302161", "display_name": "Cosmo Bio", "legal_name": null, "aliases": [], "website": "https://www.cosmobio.co.jp", "canonical_domain": "cosmobio.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "3386", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3660 +{"wikidata_id": "Q11302220", "display_name": "Cox", "legal_name": null, "aliases": ["Cox Co.", "Ltd."], "website": "https://www.cox-online.co.jp", "canonical_domain": "cox-online.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "9876", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3661 +{"wikidata_id": "Q11302278", "display_name": "KONAKA", "legal_name": null, "aliases": [], "website": "https://www.konaka.co.jp", "canonical_domain": "konaka.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["apparel"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7494", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Konaka_yokohama.JPG", "description": "Japanese company that operates chains of men's clothing stores such as Men's Wear Konaka", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3662 +{"wikidata_id": "Q11302881", "display_name": "Corona Corporation", "legal_name": null, "aliases": ["CORONA"], "website": "https://www.corona.co.jp", "canonical_domain": "corona.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5909", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3663 +{"wikidata_id": "Q11303301", "display_name": "Koatsu Kogyo", "legal_name": null, "aliases": [], "website": "https://www.koatsuind.co.jp", "canonical_domain": "koatsuind.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "1743", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3664 +{"wikidata_id": "Q11303346", "display_name": "kose-re.jp", "legal_name": null, "aliases": [], "website": "https://www.kose-re.jp", "canonical_domain": "kose-re.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "3246", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3665 +{"wikidata_id": "Q11303932", "display_name": "GoldCrest", "legal_name": null, "aliases": [], "website": "https://www.goldcrest.co.jp", "canonical_domain": "goldcrest.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "8871", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3666 +{"wikidata_id": "Q11304127", "display_name": "Scinex Corporation", "legal_name": null, "aliases": [], "website": "https://www.scinex.co.jp", "canonical_domain": "scinex.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "2376", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3667 +{"wikidata_id": "Q11304148", "display_name": "Cyber Com", "legal_name": null, "aliases": [], "website": "https://www.cy-com.co.jp", "canonical_domain": "cy-com.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "3852", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3668 +{"wikidata_id": "Q11304210", "display_name": "Saibo", "legal_name": null, "aliases": ["SAIBO"], "website": "https://www.saibo.co.jp", "canonical_domain": "saibo.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "3123", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3669 +{"wikidata_id": "Q11304398", "display_name": "Sakata Inx", "legal_name": null, "aliases": [], "website": "https://www.inx.co.jp", "canonical_domain": "inx.co.jp", "country": "JP", "hq_city": "Nishi-ku", "hq_region": "Osaka", "lat": 34.67639, "lon": 135.48611, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "4633", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3670 +{"wikidata_id": "Q11304455", "display_name": "SAXA", "legal_name": null, "aliases": ["Inc.", "Inc. (Japan)"], "website": "https://www.saxa.co.jp", "canonical_domain": "saxa.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "6675", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Minato, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3671 +{"wikidata_id": "Q11304809", "display_name": "Sapporo Holdings", "legal_name": null, "aliases": ["Sapporo Holdings Limited"], "website": "https://www.sapporoholdings.jp", "canonical_domain": "sapporoholdings.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2501", "exchange": "Tokyo Stock Exchange", "lei": "353800ITDYV3AD2X5M34", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sapporo_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3672 +{"wikidata_id": "Q11304901", "display_name": "Sato", "legal_name": null, "aliases": ["Sato Holdings", "Sato Holdings Corporation"], "website": "https://www.sato.co.jp", "canonical_domain": "sato.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6287", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3673 +{"wikidata_id": "Q11304903", "display_name": "Satoh & Co.", "legal_name": null, "aliases": [], "website": "https://www.satoh-web.co.jp", "canonical_domain": "satoh-web.co.jp", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "9996", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3674 +{"wikidata_id": "Q11305450", "display_name": "Sunwood Corporation", "legal_name": null, "aliases": [], "website": "https://www.sunwood.co.jp", "canonical_domain": "sunwood.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "8903", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3675 +{"wikidata_id": "Q11305473", "display_name": "sun-a-kaken.co.jp", "legal_name": null, "aliases": [], "website": "https://www.sun-a-kaken.co.jp", "canonical_domain": "sun-a-kaken.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "4234", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3676 +{"wikidata_id": "Q11305559", "display_name": "Sanko", "legal_name": null, "aliases": [], "website": "https://www.sko.co.jp", "canonical_domain": "sko.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "6964", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3677 +{"wikidata_id": "Q11305563", "display_name": "SANKO TECHNO", "legal_name": null, "aliases": [], "website": "https://www.sanko-techno.co.jp", "canonical_domain": "sanko-techno.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "3435", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3678 +{"wikidata_id": "Q11305636", "display_name": "sansei-l.co.jp", "legal_name": null, "aliases": [], "website": "https://www.sansei-l.co.jp", "canonical_domain": "sansei-l.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "3277", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3679 +{"wikidata_id": "Q11306008", "display_name": "Sun Messe", "legal_name": null, "aliases": [], "website": "https://www.sunmesse.co.jp", "canonical_domain": "sunmesse.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7883", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3680 +{"wikidata_id": "Q11306020", "display_name": "AVANTIA", "legal_name": null, "aliases": ["AVENUE CO.", "LTD."], "website": "https://avantia-g.co.jp", "canonical_domain": "avantia-g.co.jp", "country": "JP", "hq_city": "Mizuho-ku", "hq_region": "Nagoya", "lat": 35.11706, "lon": 136.9315, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "8904", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3681 +{"wikidata_id": "Q11306022", "display_name": "Sanyo Homes", "legal_name": null, "aliases": [], "website": "https://www.sanyohomes.co.jp", "canonical_domain": "sanyohomes.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "1420", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3682 +{"wikidata_id": "Q11306066", "display_name": "Sanritsu Corporation", "legal_name": null, "aliases": ["Sanritsu"], "website": "https://www.srt.co.jp", "canonical_domain": "srt.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "9366", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3683 +{"wikidata_id": "Q11306077", "display_name": "Sanrin", "legal_name": null, "aliases": [], "website": "https://www.sanrinkk.co.jp", "canonical_domain": "sanrinkk.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": [], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "7486", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3684 +{"wikidata_id": "Q11306382", "display_name": "Zappallas", "legal_name": null, "aliases": [], "website": "https://www.zappallas.com", "canonical_domain": "zappallas.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3770", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3685 +{"wikidata_id": "Q11306914", "display_name": "CMC Corporation", "legal_name": null, "aliases": [], "website": "https://www.cmc.co.jp", "canonical_domain": "cmc.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "2185", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3686 +{"wikidata_id": "Q11307074", "display_name": "Shikino High-Tech", "legal_name": null, "aliases": [], "website": "https://www.shikino.co.jp", "canonical_domain": "shikino.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 36.83094, "lon": 137.42422, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "6614", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3687 +{"wikidata_id": "Q11307180", "display_name": "System Integrator Corporation", "legal_name": null, "aliases": [], "website": "https://www.sint.co.jp", "canonical_domain": "sint.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "3826", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3688 +{"wikidata_id": "Q11307188", "display_name": "System Support", "legal_name": null, "aliases": ["System Support Holdings"], "website": "https://www.sts-inc.co.jp", "canonical_domain": "sts-inc.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4396", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3689 +{"wikidata_id": "Q11307189", "display_name": "SystemSoft", "legal_name": null, "aliases": ["SystemSoft Corporation"], "website": "https://www.systemsoft.co.jp", "canonical_domain": "systemsoft.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "7527", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3690 +{"wikidata_id": "Q11307204", "display_name": "System Location", "legal_name": null, "aliases": [], "website": "https://www.slc.jp", "canonical_domain": "slc.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "2480", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3691 +{"wikidata_id": "Q11307236", "display_name": "Cedar", "legal_name": null, "aliases": [], "website": "https://www.cedar-web.com", "canonical_domain": "cedar-web.com", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "2435", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3692 +{"wikidata_id": "Q11307809", "display_name": "Charle", "legal_name": null, "aliases": [], "website": "https://www.charle.co.jp", "canonical_domain": "charle.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "9885", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3693 +{"wikidata_id": "Q11308220", "display_name": "showcase-tv.com", "legal_name": null, "aliases": [], "website": "https://www.showcase-tv.com", "canonical_domain": "showcase-tv.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "3909", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3694 +{"wikidata_id": "Q11308532", "display_name": "Synclayer", "legal_name": null, "aliases": [], "website": "https://www.synclayer.com", "canonical_domain": "synclayer.com", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "1724", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3695 +{"wikidata_id": "Q11308602", "display_name": "Sincere", "legal_name": null, "aliases": [], "website": "https://www.sincere-vision.com", "canonical_domain": "sincere-vision.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "7782", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3696 +{"wikidata_id": "Q11308719", "display_name": "Asmo Corporation", "legal_name": null, "aliases": [], "website": "https://www.asmo1.co.jp", "canonical_domain": "asmo1.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "2654", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3697 +{"wikidata_id": "Q11308958", "display_name": "CVS Bay Area", "legal_name": null, "aliases": ["CVS Bay Area Inc."], "website": "https://www.cvs-bayarea.co.jp", "canonical_domain": "cvs-bayarea.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "2687", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3698 +{"wikidata_id": "Q11309075", "display_name": "JSS Corporation", "legal_name": null, "aliases": [], "website": "https://www.jss-group.co.jp", "canonical_domain": "jss-group.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "6074", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3699 +{"wikidata_id": "Q11309467", "display_name": "Geoster Corporation", "legal_name": null, "aliases": ["GEOSTER"], "website": "https://www.geostr.co.jp", "canonical_domain": "geostr.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "5282", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3700 +{"wikidata_id": "Q11310005", "display_name": "Japan Foods", "legal_name": null, "aliases": [], "website": "https://www.japanfoods.co.jp", "canonical_domain": "japanfoods.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "2599", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3701 +{"wikidata_id": "Q11310464", "display_name": "Juntendo", "legal_name": null, "aliases": [], "website": "https://www.juntendo.co.jp", "canonical_domain": "juntendo.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "9835", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3702 +{"wikidata_id": "Q11311013", "display_name": "Global Food Creators", "legal_name": null, "aliases": [], "website": "https://www.gfc-c.co.jp", "canonical_domain": "gfc-c.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "7559", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3703 +{"wikidata_id": "Q11311015", "display_name": "GL Sciences", "legal_name": null, "aliases": ["GL Sciences Inc.", "GL Sciences Inc. (Japan)"], "website": "https://glsciences.com", "canonical_domain": "glsciences.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "7705", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturer of analytical devices and consumables", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3704 +{"wikidata_id": "Q11311369", "display_name": "Sugai Chemical Industry", "legal_name": null, "aliases": ["Sugai Chemical Industry Co.", "Ltd.", "Sugai Chemical Industry Co.", "Ltd. (Japan)"], "website": "https://www.sugai-chem.co.jp", "canonical_domain": "sugai-chem.co.jp", "country": "JP", "hq_city": "Wakayama Prefecture", "hq_region": "Japan", "lat": 34.22603, "lon": 135.1675, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "4120", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Wakayama, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3705 +{"wikidata_id": "Q11312055", "display_name": "Starts Publishing", "legal_name": null, "aliases": ["Web Comic Magazine Marun"], "website": "https://starts-pub.jp", "canonical_domain": "starts-pub.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "7849", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11312054", "name": "Starts"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3706 +{"wikidata_id": "Q11312407", "display_name": "Striders Corporation", "legal_name": null, "aliases": [], "website": "https://www.striders.co.jp", "canonical_domain": "striders.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "9816", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3707 +{"wikidata_id": "Q11312421", "display_name": "Hamee", "legal_name": null, "aliases": ["Hamee Corp."], "website": "https://hamee.co.jp", "canonical_domain": "hamee.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3134", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Hamee.svg", "description": "1998 business in Kanagawa Prefecture, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3708 +{"wikidata_id": "Q11312647", "display_name": "Subaru Enterprise", "legal_name": null, "aliases": [], "website": "https://www.subaru-kougyou.jp", "canonical_domain": "subaru-kougyou.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "9632", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3709 +{"wikidata_id": "Q11312991", "display_name": "SPACE SHOWER SKIYAKI HOLDINGS", "legal_name": "スペースシャワーSKIYAKIホールディングス株式会社", "aliases": ["SPACE SHOWER NETWORKS", "SPACE SHOWER NETWORKS INC."], "website": "https://sssk-hd.com", "canonical_domain": "sssk-hd.com", "country": "JP", "hq_city": "Dōgenzaka", "hq_region": "Shibuya", "lat": 35.65936, "lon": 139.69819, "industries": ["aerospace-defense", "media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "4838.T", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese media company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3710 +{"wikidata_id": "Q11313449", "display_name": "ThreePro Group Inc.", "legal_name": null, "aliases": [], "website": "https://www.threepro.co.jp", "canonical_domain": "threepro.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2375", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3711 +{"wikidata_id": "Q11313777", "display_name": "Super Tool", "legal_name": null, "aliases": ["SUPER TOOL CO.", "LTD."], "website": "https://www.supertool.co.jp", "canonical_domain": "supertool.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "5990", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3712 +{"wikidata_id": "Q11313802", "display_name": "Super Value", "legal_name": null, "aliases": ["Super Value Co.", "Ltd."], "website": "https://www.supervalue.jp", "canonical_domain": "supervalue.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "3094", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131195955", "name": "Oic Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Super_Value_Logo.png", "description": "Japanese company that operates a chain of supermarkets", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3713 +{"wikidata_id": "Q11314145", "display_name": "Seihyo", "legal_name": null, "aliases": ["Seihyo Co.", "Ltd."], "website": "https://www.seihyo.co.jp", "canonical_domain": "seihyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "2872", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3714 +{"wikidata_id": "Q11314220", "display_name": "Seki", "legal_name": null, "aliases": [], "website": "https://www.seki.co.jp", "canonical_domain": "seki.co.jp", "country": "JP", "hq_city": "Matsuyama", "hq_region": "Ehime Prefecture", "lat": 33.83916, "lon": 132.76574, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7857", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3715 +{"wikidata_id": "Q11314230", "display_name": "Sekichu", "legal_name": null, "aliases": [], "website": "https://www.sekichu.co.jp", "canonical_domain": "sekichu.co.jp", "country": "JP", "hq_city": "Gunma Prefecture", "hq_region": "Japan", "lat": 36.39, "lon": 139.06, "industries": [], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "9976", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3716 +{"wikidata_id": "Q11314233", "display_name": "Sekido", "legal_name": null, "aliases": ["Sekido Co.", "Ltd."], "website": "https://www.sekido.com", "canonical_domain": "sekido.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "9878", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3717 +{"wikidata_id": "Q11314321", "display_name": "Saison Technology", "legal_name": null, "aliases": ["Saison Information Systems"], "website": "https://www.saison-technology.com", "canonical_domain": "saison-technology.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "9640", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3718 +{"wikidata_id": "Q11314414", "display_name": "ADR120S", "legal_name": null, "aliases": ["Cytori", "Cytori Cell Research Institute", "FRACTALE", "Seven Seas Holdings"], "website": "https://adr.co.jp", "canonical_domain": "adr.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "3750", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "2004- Tokyo business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3719 +{"wikidata_id": "Q11314440", "display_name": "Seven Industries", "legal_name": null, "aliases": ["Seven Industries Co.", "Ltd."], "website": "https://www.seven-gr.co.jp", "canonical_domain": "seven-gr.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "7896", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3720 +{"wikidata_id": "Q11314448", "display_name": "Septeni Holdings", "legal_name": null, "aliases": [], "website": "https://www.septeni-holdings.co.jp", "canonical_domain": "septeni-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4293", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3721 +{"wikidata_id": "Q11314485", "display_name": "Seraku", "legal_name": null, "aliases": [], "website": "https://www.seraku.co.jp", "canonical_domain": "seraku.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "6199", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3722 +{"wikidata_id": "Q11314625", "display_name": "Cel Corporation", "legal_name": null, "aliases": [], "website": "https://www.cel-co.com", "canonical_domain": "cel-co.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "5078", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3723 +{"wikidata_id": "Q11314675", "display_name": "Senkon Logistics", "legal_name": null, "aliases": [], "website": "https://senkon.co.jp", "canonical_domain": "senkon.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "9051", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3724 +{"wikidata_id": "Q11314808", "display_name": "Central General Development", "legal_name": null, "aliases": [], "website": "https://www.central-gd.co.jp", "canonical_domain": "central-gd.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "3238", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3725 +{"wikidata_id": "Q11314887", "display_name": "Saylor Advertising", "legal_name": null, "aliases": [], "website": "https://www.saylor.co.jp", "canonical_domain": "saylor.co.jp", "country": "JP", "hq_city": "Kagawa Prefecture", "hq_region": "Japan", "lat": 34.34, "lon": 134.04306, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "2156", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3726 +{"wikidata_id": "Q11314945", "display_name": "General Packer", "legal_name": null, "aliases": ["General Packer Co.", "Ltd."], "website": "https://www.general-packer.co.jp", "canonical_domain": "general-packer.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "6267", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3727 +{"wikidata_id": "Q11314989", "display_name": "Zero", "legal_name": null, "aliases": [], "website": "https://www.zero-group.co.jp", "canonical_domain": "zero-group.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "9028", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3728 +{"wikidata_id": "Q11315142", "display_name": "Sotoh", "legal_name": null, "aliases": ["SOTOH CO.", "LTD."], "website": "https://www.sotoh.co.jp", "canonical_domain": "sotoh.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "3571", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3729 +{"wikidata_id": "Q11315220", "display_name": "Sonec Corporation", "legal_name": null, "aliases": [], "website": "https://www.sonec-const.co.jp", "canonical_domain": "sonec-const.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["construction"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "1768", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Private construction company in Hyogo prefecture, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3730 +{"wikidata_id": "Q11315238", "display_name": "Sophia Holdings", "legal_name": null, "aliases": [], "website": "https://www.sophia.com", "canonical_domain": "sophia.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "6942", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3731 +{"wikidata_id": "Q11315256", "display_name": "Soft99", "legal_name": null, "aliases": [], "website": "https://www.soft99.co.jp", "canonical_domain": "soft99.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "4464", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3732 +{"wikidata_id": "Q11315289", "display_name": "SB Technology", "legal_name": null, "aliases": [], "website": "https://www.softbanktech.co.jp", "canonical_domain": "softbanktech.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4726", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3733 +{"wikidata_id": "Q11315406", "display_name": "Solxyz", "legal_name": null, "aliases": [], "website": "https://www.solxyz.co.jp", "canonical_domain": "solxyz.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "4284", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3734 +{"wikidata_id": "Q11315490", "display_name": "Izu Shaboten Resort", "legal_name": null, "aliases": [], "website": "https://www.izu-sr.co.jp", "canonical_domain": "izu-sr.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "6819", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3735 +{"wikidata_id": "Q11315494", "display_name": "Sourcenext", "legal_name": null, "aliases": ["Sourcenext Corp."], "website": "https://www.sourcenext.com", "canonical_domain": "sourcenext.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["internet", "software", "telecommunications"], "industry_labels": ["Internet industry", "software industry", "telecommunications device"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "4344", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3736 +{"wikidata_id": "Q11315532", "display_name": "Sobal Corporation", "legal_name": null, "aliases": [], "website": "https://www.sobal.co.jp", "canonical_domain": "sobal.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "2186", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3737 +{"wikidata_id": "Q11315658", "display_name": "Tigers Polymer", "legal_name": null, "aliases": ["Tigers Polymer Corporation", "Tigers Polymer Corporation (Japan)"], "website": "https://www.tiger-poly.com", "canonical_domain": "tiger-poly.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "4231", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Toyonaka, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3738 +{"wikidata_id": "Q11315692", "display_name": "cotta", "legal_name": null, "aliases": ["cotta Co.", "Ltd.", "Taisei Co.", "Ltd."], "website": "https://www.cotta.co.jp", "canonical_domain": "cotta.co.jp", "country": "JP", "hq_city": "Ōita Prefecture", "hq_region": "Japan", "lat": 33.23806, "lon": 131.6125, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3359", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3739 +{"wikidata_id": "Q11315875", "display_name": "townnews.co.jp", "legal_name": null, "aliases": [], "website": "https://www.townnews.co.jp", "canonical_domain": "townnews.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "2481", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3740 +{"wikidata_id": "Q11315909", "display_name": "Taka-Q", "legal_name": null, "aliases": ["Taka-Q CO.", "LTD."], "website": "https://www.taka-q.com", "canonical_domain": "taka-q.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "8166", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3741 +{"wikidata_id": "Q11315911", "display_name": "Takagi Seiko", "legal_name": null, "aliases": [], "website": "https://www.takagi-seiko.co.jp", "canonical_domain": "takagi-seiko.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.69531, "lon": 137.21131, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "4242", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3742 +{"wikidata_id": "Q11315917", "display_name": "Takasho", "legal_name": null, "aliases": [], "website": "https://takasho.co.jp", "canonical_domain": "takasho.co.jp", "country": "JP", "hq_city": "Kainan", "hq_region": "Wakayama Prefecture", "lat": 34.1575, "lon": 135.23969, "industries": ["retail", "manufacturing"], "industry_labels": ["gardening", "industry", "retail", "industrial manufacturing", "import", "wholesale"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7590", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3743 +{"wikidata_id": "Q11315923", "display_name": "Takachiho", "legal_name": null, "aliases": [], "website": "https://www.kk-takachiho.jp", "canonical_domain": "kk-takachiho.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8225", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3744 +{"wikidata_id": "Q11315935", "display_name": "Takatori Corporation", "legal_name": null, "aliases": [], "website": "https://www.takatori-g.co.jp", "canonical_domain": "takatori-g.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "6338", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3745 +{"wikidata_id": "Q11315950", "display_name": "Takano", "legal_name": null, "aliases": ["Takano Co.", "Ltd.", "Takano Co.", "Ltd. (Japan)"], "website": "https://www.takano-net.co.jp", "canonical_domain": "takano-net.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "7885", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shinjuku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3746 +{"wikidata_id": "Q11315982", "display_name": "Takara Standard", "legal_name": null, "aliases": [], "website": "https://www.takara-standard.co.jp", "canonical_domain": "takara-standard.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "7981", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Headquarters_of_Takara_Standard_Co.%2C_Ltd.jpg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3747 +{"wikidata_id": "Q11315991", "display_name": "Takara Bio", "legal_name": null, "aliases": [], "website": "https://www.takara-bio.com", "canonical_domain": "takara-bio.com", "country": "JP", "hq_city": "Kusatsu", "hq_region": "Shiga Prefecture", "lat": 35.01317, "lon": 135.95989, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "4974", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7677258", "name": "Takara Holdings"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3748 +{"wikidata_id": "Q11316068", "display_name": "Takeda Machinery", "legal_name": null, "aliases": [], "website": "https://www.takeda-mc.co.jp", "canonical_domain": "takeda-mc.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "6150", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3749 +{"wikidata_id": "Q11316635", "display_name": "Daiichi", "legal_name": null, "aliases": ["Daiichi Co.", "Ltd."], "website": "https://www.daiichi-d.co.jp", "canonical_domain": "daiichi-d.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["retail"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "7643", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "supermarket in Obihiro, Hokkaido, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3750 +{"wikidata_id": "Q11316737", "display_name": "Daiki Axis", "legal_name": null, "aliases": [], "website": "https://www.daiki-axis.com", "canonical_domain": "daiki-axis.com", "country": "JP", "hq_city": "Matsuyama", "hq_region": "Ehime Prefecture", "lat": 33.83916, "lon": 132.76574, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "4245", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3751 +{"wikidata_id": "Q11316750", "display_name": "Daiken", "legal_name": null, "aliases": ["Daiken Co.", "Ltd."], "website": "https://www.daiken.ne.jp", "canonical_domain": "daiken.ne.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "5900", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3752 +{"wikidata_id": "Q11316768", "display_name": "Daisan", "legal_name": null, "aliases": ["Daisan Co.", "Ltd."], "website": "https://www.daisan-g.co.jp", "canonical_domain": "daisan-g.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "4750", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3753 +{"wikidata_id": "Q11316770", "display_name": "Daisho", "legal_name": null, "aliases": [], "website": "https://www.daisho.co.jp", "canonical_domain": "daisho.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "2816", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3754 +{"wikidata_id": "Q11316780", "display_name": "Dijet Industrial", "legal_name": null, "aliases": [], "website": "https://www.dijet.co.jp", "canonical_domain": "dijet.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "6138", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3755 +{"wikidata_id": "Q11316787", "display_name": "Daiseki Eco. Solution Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.daiseki-eco.co.jp", "canonical_domain": "daiseki-eco.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "1712", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3756 +{"wikidata_id": "Q11316816", "display_name": "Daidoh Limited", "legal_name": null, "aliases": [], "website": "https://www.daidoh-limited.com", "canonical_domain": "daidoh-limited.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "3205", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3757 +{"wikidata_id": "Q11316909", "display_name": "Daihatsu Infinearth Mfg", "legal_name": null, "aliases": ["Daihatsu Diesel Manufacturing"], "website": "https://www.d-infi.com", "canonical_domain": "d-infi.com", "country": "JP", "hq_city": "Ōyodo-Naka", "hq_region": "Kita-ku", "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6023", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3758 +{"wikidata_id": "Q11316949", "display_name": "Daibiru Corporation", "legal_name": null, "aliases": ["DAIBIRU"], "website": "https://www.daibiru.co.jp", "canonical_domain": "daibiru.co.jp", "country": "JP", "hq_city": "Daibiru Honkan Building", "hq_region": "Kita-ku", "lat": 34.69317, "lon": 135.49265, "industries": [], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "8806", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1778084", "name": "Mitsui O.S.K. Lines"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3759 +{"wikidata_id": "Q11317027", "display_name": "Daiya Tsusho", "legal_name": null, "aliases": ["Daiya Tsusho Co.", "Ltd."], "website": "https://www.daiya-tsusho.co.jp", "canonical_domain": "daiya-tsusho.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7462", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3760 +{"wikidata_id": "Q11317540", "display_name": "Danto Holdings", "legal_name": null, "aliases": [], "website": "https://www.danto.co.jp", "canonical_domain": "danto.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1885, "employees": null, "public_company": true, "ticker": "5337", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3761 +{"wikidata_id": "Q11317936", "display_name": "Titan Kogyo", "legal_name": null, "aliases": ["Titan Kogyo K.K.", "Titan Kogyo K.K. (Japan)"], "website": "https://www.titankogyo.co.jp", "canonical_domain": "titankogyo.co.jp", "country": "JP", "hq_city": "Yamaguchi Prefecture", "hq_region": "Japan", "lat": 34.18611, "lon": 131.47028, "industries": [], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "4098", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Ōtsu, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3762 +{"wikidata_id": "Q11318759", "display_name": "Jewelry Tsutsumi", "legal_name": null, "aliases": ["Tsutsumi Jewelry Co.", "Ltd."], "website": "https://www.tsutsumi.co.jp", "canonical_domain": "tsutsumi.co.jp", "country": "JP", "hq_city": "Warabi", "hq_region": "Saitama Prefecture", "lat": 35.82556, "lon": 139.67972, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7937", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese jewelry business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3763 +{"wikidata_id": "Q11318960", "display_name": "TIEMCO", "legal_name": null, "aliases": [], "website": "https://www.tiemco.co.jp", "canonical_domain": "tiemco.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "7501", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3764 +{"wikidata_id": "Q11319053", "display_name": "Tea Life", "legal_name": null, "aliases": [], "website": "https://www.tealifeir.com", "canonical_domain": "tealifeir.com", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "3172", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3765 +{"wikidata_id": "Q11319110", "display_name": "Tay Two", "legal_name": "株式会社テイツー", "aliases": ["Tay Two Co.", "Ltd.", "TORECA PARK"], "website": "https://www.tay2.co.jp", "canonical_domain": "tay2.co.jp", "country": "JP", "hq_city": "Minami-ku", "hq_region": "Okayama Prefecture", "lat": 34.59968, "lon": 133.91958, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "7610", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3766 +{"wikidata_id": "Q11319179", "display_name": "Techno Alpha", "legal_name": null, "aliases": [], "website": "https://www.technoalpha.co.jp", "canonical_domain": "technoalpha.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3089", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3767 +{"wikidata_id": "Q11319207", "display_name": "Techno Horizon", "legal_name": null, "aliases": ["Techno Horizon Co.", "ltd.", "Techno Horizon Holdings Co.", "ltd."], "website": "https://www.technohorizon.co.jp", "canonical_domain": "technohorizon.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "6629", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3768 +{"wikidata_id": "Q11319219", "display_name": "Techno Medica", "legal_name": null, "aliases": [], "website": "https://www.technomedica.co.jp", "canonical_domain": "technomedica.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "6678", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3769 +{"wikidata_id": "Q11319401", "display_name": "Tera Probe", "legal_name": null, "aliases": [], "website": "https://www.teraprobe.com", "canonical_domain": "teraprobe.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "6627", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3770 +{"wikidata_id": "Q11319897", "display_name": "TOC", "legal_name": null, "aliases": [], "website": "https://www.toc.co.jp", "canonical_domain": "toc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "8841", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3771 +{"wikidata_id": "Q11319900", "display_name": "Tokyo Koki", "legal_name": null, "aliases": [], "website": "https://www.tksnet.co.jp", "canonical_domain": "tksnet.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "7719", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3772 +{"wikidata_id": "Q11320122", "display_name": "DIP Corporation", "legal_name": null, "aliases": [], "website": "https://www.dip-net.co.jp", "canonical_domain": "dip-net.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2379", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3773 +{"wikidata_id": "Q11320202", "display_name": "DMS", "legal_name": null, "aliases": [], "website": "https://www.dmsjp.co.jp", "canonical_domain": "dmsjp.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["sales promotion", "advertising mail"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "9782", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese outsourcer of direct corporate communications", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3774 +{"wikidata_id": "Q11320276", "display_name": "Daytona Corporation", "legal_name": null, "aliases": [], "website": "https://www.daytona.co.jp", "canonical_domain": "daytona.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "7228", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3775 +{"wikidata_id": "Q11320957", "display_name": "Data Applications", "legal_name": null, "aliases": [], "website": "https://www.dal.co.jp", "canonical_domain": "dal.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "3848", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3776 +{"wikidata_id": "Q11321217", "display_name": "Tosnet Corporation", "legal_name": null, "aliases": [], "website": "https://www.tosnet.co.jp", "canonical_domain": "tosnet.co.jp", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": ["professional-services"], "industry_labels": ["private security company"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "4754", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3777 +{"wikidata_id": "Q11321255", "display_name": "Top Culture", "legal_name": null, "aliases": ["TOP CULTURE Co.,Ltd."], "website": "https://www.topculture.co.jp", "canonical_domain": "topculture.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "7640", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3778 +{"wikidata_id": "Q11321426", "display_name": "Tomita Electric", "legal_name": null, "aliases": [], "website": "https://www.tomita-electric.com", "canonical_domain": "tomita-electric.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "6898", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3779 +{"wikidata_id": "Q11321718", "display_name": "triis.co.jp", "legal_name": null, "aliases": [], "website": "https://www.triis.co.jp", "canonical_domain": "triis.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "4840", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3780 +{"wikidata_id": "Q11321771", "display_name": "Trusco Nakayama", "legal_name": null, "aliases": ["TRUSCO Nakayama Corporation"], "website": "https://www.trusco.co.jp", "canonical_domain": "trusco.co.jp", "country": "JP", "hq_city": "Shinbashi", "hq_region": "Minato", "lat": 35.66671, "lon": 139.75802, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "9830", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3781 +{"wikidata_id": "Q11321773", "display_name": "Trust", "legal_name": null, "aliases": [], "website": "https://www.trust-ltd.co.jp", "canonical_domain": "trust-ltd.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "3347", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3782 +{"wikidata_id": "Q11321776", "display_name": "Trust Holdings", "legal_name": null, "aliases": ["TRUST Holdings Inc."], "website": "https://trust-hd.co.jp", "canonical_domain": "trust-hd.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "3286", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company headquartered in Fukuoka City with subsidiaries operating parking lots, real estate, and security businesses", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3783 +{"wikidata_id": "Q11321982", "display_name": "TORIDOLL", "legal_name": null, "aliases": ["TORIDOLL Holdings Corporation"], "website": "https://www.toridoll.com", "canonical_domain": "toridoll.com", "country": "JP", "hq_city": "SHIBUYA SOLASTA", "hq_region": "Shibuya", "lat": 35.65639, "lon": 139.69639, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "3397", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3784 +{"wikidata_id": "Q11321986", "display_name": "Trinity Industrial", "legal_name": null, "aliases": ["Trinity Industrial Corporation"], "website": "https://www.trinityind.co.jp", "canonical_domain": "trinityind.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "6382", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3785 +{"wikidata_id": "Q11322085", "display_name": "Traders Holdings", "legal_name": null, "aliases": [], "website": "https://www.tradershd.com", "canonical_domain": "tradershd.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8704", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3786 +{"wikidata_id": "Q11322145", "display_name": "Tradia Corporation", "legal_name": null, "aliases": [], "website": "https://www.tradia.co.jp", "canonical_domain": "tradia.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "9365", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3787 +{"wikidata_id": "Q11322300", "display_name": "Toabo", "legal_name": null, "aliases": ["Toabo Corporation"], "website": "https://www.toabo.co.jp", "canonical_domain": "toabo.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "3204", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3788 +{"wikidata_id": "Q11322303", "display_name": "toell.co.jp", "legal_name": null, "aliases": [], "website": "https://www.toell.co.jp", "canonical_domain": "toell.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "3361", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3789 +{"wikidata_id": "Q11322353", "display_name": "Toshin Corporation", "legal_name": null, "aliases": [], "website": "https://www.toshin-group.com", "canonical_domain": "toshin-group.com", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "9444", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3790 +{"wikidata_id": "Q11322367", "display_name": "Toso", "legal_name": null, "aliases": [], "website": "https://www.toso.co.jp", "canonical_domain": "toso.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5956", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3791 +{"wikidata_id": "Q11322539", "display_name": "Doshisha", "legal_name": null, "aliases": ["Doshisha Corporation."], "website": "https://www.doshisha.co.jp", "canonical_domain": "doshisha.co.jp", "country": "JP", "hq_city": null, "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "7483", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3792 +{"wikidata_id": "Q11323264", "display_name": "Wealth Management", "legal_name": null, "aliases": [], "website": "https://www.wealth-mngt.com", "canonical_domain": "wealth-mngt.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3772", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3793 +{"wikidata_id": "Q11323528", "display_name": "Dawn Corporation", "legal_name": null, "aliases": [], "website": "https://www.dawn-corp.co.jp", "canonical_domain": "dawn-corp.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2303", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3794 +{"wikidata_id": "Q11323691", "display_name": "Nakanishi", "legal_name": null, "aliases": [], "website": "https://www.nsk-nakanishi.co.jp", "canonical_domain": "nsk-nakanishi.co.jp", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "7716", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3795 +{"wikidata_id": "Q11323694", "display_name": "Nakabayashi", "legal_name": null, "aliases": [], "website": "https://www.nakabayashi.co.jp", "canonical_domain": "nakabayashi.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "7987", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Headquarters_of_Nakabayashi_Co.%2CLtd..JPG", "description": "company headquartered in Osaka, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3796 +{"wikidata_id": "Q11323703", "display_name": "Nakayo", "legal_name": null, "aliases": [], "website": "https://www.nyc.co.jp", "canonical_domain": "nyc.co.jp", "country": "JP", "hq_city": "Maebashi", "hq_region": "Gunma Prefecture", "lat": 36.3895, "lon": 139.06344, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6715", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3797 +{"wikidata_id": "Q11323914", "display_name": "Natoco", "legal_name": null, "aliases": ["NATOCO CO.", "LTD."], "website": "https://www.natoco.co.jp", "canonical_domain": "natoco.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "4627", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3798 +{"wikidata_id": "Q11323973", "display_name": "Navitas", "legal_name": null, "aliases": [], "website": "https://siriusvision.jp", "canonical_domain": "siriusvision.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "6276", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3799 +{"wikidata_id": "Q11323981", "display_name": "NAFCO", "legal_name": null, "aliases": ["Home Plaza NAFCO"], "website": "https://www.nafco.tv", "canonical_domain": "nafco.tv", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "2790", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nafco_logo.svg", "description": "Japanese home improvement store chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3800 +{"wikidata_id": "Q11324140", "display_name": "Nadex", "legal_name": null, "aliases": ["Nadex Co.", "Ltd."], "website": "https://www.nadex.co.jp", "canonical_domain": "nadex.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "7435", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Aichi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3801 +{"wikidata_id": "Q11324174", "display_name": "Niitaka", "legal_name": null, "aliases": ["Nitaka", "Nitaka Co.", "Ltd.", "Nitaka Co.", "Ltd. (Japan)"], "website": "https://www.niitaka.co.jp", "canonical_domain": "niitaka.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "4465", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Ikeda, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3802 +{"wikidata_id": "Q11324407", "display_name": "Nichiryoku", "legal_name": null, "aliases": [], "website": "https://www.nichiryoku.co.jp", "canonical_domain": "nichiryoku.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "7578", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3803 +{"wikidata_id": "Q11324419", "display_name": "Nikkato Corporation", "legal_name": null, "aliases": [], "website": "https://www.nikkato.co.jp", "canonical_domain": "nikkato.co.jp", "country": "JP", "hq_city": null, "hq_region": "Sakai-ku", "lat": 34.59297, "lon": 135.49056, "industries": [], "industry_labels": [], "founded_year": 1921, "employees": null, "public_company": true, "ticker": "5367", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3804 +{"wikidata_id": "Q11324499", "display_name": "Nippi", "legal_name": null, "aliases": [], "website": "https://www.nippi-inc.co.jp", "canonical_domain": "nippi-inc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "7932", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3805 +{"wikidata_id": "Q11324554", "display_name": "Nippon Kodoshi", "legal_name": null, "aliases": [], "website": "https://www.kodoshi.co.jp", "canonical_domain": "kodoshi.co.jp", "country": "JP", "hq_city": "Kōchi-shi", "hq_region": "Kōchi Prefecture", "lat": 33.55883, "lon": 133.53122, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "3891", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3806 +{"wikidata_id": "Q11325305", "display_name": "Nexyz Group", "legal_name": "株式会社NEXYZ.Group", "aliases": ["Nexyz.Group Corporation."], "website": "https://www.nexyzgroup.jp", "canonical_domain": "nexyzgroup.jp", "country": "JP", "hq_city": "Sakuragaokachō", "hq_region": "Shibuya", "lat": 35.65549, "lon": 139.70081, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4346", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3807 +{"wikidata_id": "Q11325306", "display_name": "NCXX", "legal_name": null, "aliases": ["NCXX Group Inc."], "website": "https://www.ncxxgroup.co.jp", "canonical_domain": "ncxxgroup.co.jp", "country": "JP", "hq_city": "Hanamaki", "hq_region": "Iwate Prefecture", "lat": 39.44194, "lon": 141.1675, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "6634", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturer of telecommunications equipment", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3808 +{"wikidata_id": "Q11325322", "display_name": "Lifull", "legal_name": null, "aliases": ["HOME'S", "LIFULL HOME'S"], "website": "https://lifull.com", "canonical_domain": "lifull.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2120", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3809 +{"wikidata_id": "Q11325421", "display_name": "Netyear Group", "legal_name": null, "aliases": [], "website": "https://www.netyear.net", "canonical_domain": "netyear.net", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3622", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3810 +{"wikidata_id": "Q11325456", "display_name": "Netmarks", "legal_name": null, "aliases": ["Netmarks Inc."], "website": "https://www.netmarks.co.jp", "canonical_domain": "netmarks.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "3713", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3811 +{"wikidata_id": "Q11325464", "display_name": "Net One Systems", "legal_name": null, "aliases": ["NOS", "Net One", "Net One Systems Co.", "Ltd."], "website": "https://www.netone.co.jp", "canonical_domain": "netone.co.jp", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": ["technology"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "7518", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "IT service company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3812 +{"wikidata_id": "Q11325557", "display_name": "NJ Holdings", "legal_name": null, "aliases": [], "website": "https://www.njhd.jp", "canonical_domain": "njhd.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "9421", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3813 +{"wikidata_id": "Q11325562", "display_name": "Nepon", "legal_name": null, "aliases": ["Nepon Inc.", "Nepon Inc. (Japan)"], "website": "https://www.nepon.co.jp", "canonical_domain": "nepon.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7985", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Atsugi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3814 +{"wikidata_id": "Q11325623", "display_name": "Noevir Holdings", "legal_name": null, "aliases": [], "website": "https://www.noevirholdings.co.jp", "canonical_domain": "noevirholdings.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "4928", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3815 +{"wikidata_id": "Q11325652", "display_name": "Nozawa Corporation", "legal_name": null, "aliases": [], "website": "https://www.nozawa-kobe.co.jp", "canonical_domain": "nozawa-kobe.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "5237", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3816 +{"wikidata_id": "Q11325684", "display_name": "Noda Corporation", "legal_name": null, "aliases": [], "website": "https://www.noda-co.jp", "canonical_domain": "noda-co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "7879", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3817 +{"wikidata_id": "Q11326164", "display_name": "Himacs", "legal_name": null, "aliases": ["HIMACS", "Ltd."], "website": "https://www.himacs.jp", "canonical_domain": "himacs.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "4299", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3818 +{"wikidata_id": "Q11326224", "display_name": "House of Rose", "legal_name": null, "aliases": [], "website": "https://www.houseofrose.co.jp", "canonical_domain": "houseofrose.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "7506", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3819 +{"wikidata_id": "Q11326230", "display_name": "Housecom Corporation", "legal_name": null, "aliases": [], "website": "https://www.housecom.jp", "canonical_domain": "housecom.jp", "country": "JP", "hq_city": "Kōnan", "hq_region": "Minato", "lat": 35.63142, "lon": 139.75049, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3275", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese real estate company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3820 +{"wikidata_id": "Q11326630", "display_name": "Havix Corporation", "legal_name": null, "aliases": [], "website": "https://www.havix.co.jp", "canonical_domain": "havix.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "3895", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3821 +{"wikidata_id": "Q11326653", "display_name": "Hub", "legal_name": null, "aliases": ["British Pub Hub", "HUB British Pub", "Pub Hub"], "website": "https://www.pub-hub.com", "canonical_domain": "pub-hub.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3030", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3822 +{"wikidata_id": "Q11326825", "display_name": "Harima-Kyowa", "legal_name": null, "aliases": [], "website": "https://www.harimakb.co.jp", "canonical_domain": "harimakb.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "7444", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3823 +{"wikidata_id": "Q11327000", "display_name": "Halows", "legal_name": null, "aliases": ["HALOWS Co.", "Ltd."], "website": "https://www.halows.com", "canonical_domain": "halows.com", "country": "JP", "hq_city": "Okayama Prefecture", "hq_region": "Japan", "lat": 34.66167, "lon": 133.93472, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "2742", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3824 +{"wikidata_id": "Q11327085", "display_name": "Handsman", "legal_name": null, "aliases": ["Handsman Co.", "Ltd."], "website": "https://www.handsman.co.jp", "canonical_domain": "handsman.co.jp", "country": "JP", "hq_city": "Miyazaki Prefecture", "hq_region": "Japan", "lat": 31.91083, "lon": 131.42361, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "7636", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3825 +{"wikidata_id": "Q11327176", "display_name": "Hurxley Corporation", "legal_name": null, "aliases": [], "website": "https://www.hurxley.co.jp", "canonical_domain": "hurxley.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7561", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3826 +{"wikidata_id": "Q11327326", "display_name": "Haba Laboratories", "legal_name": null, "aliases": ["HABA Laboratories", "Inc."], "website": "https://www.haba.co.jp", "canonical_domain": "haba.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "4925", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3827 +{"wikidata_id": "Q11327365", "display_name": "Harmonic Drive Systems", "legal_name": null, "aliases": ["Harmonic Drive Systems Inc."], "website": "https://www.hds.co.jp", "canonical_domain": "hds.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "6324", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3828 +{"wikidata_id": "Q11327447", "display_name": "Bike O & Company", "legal_name": null, "aliases": ["Bike O"], "website": "https://www.8190.co.jp", "canonical_domain": "8190.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3377", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company and motorcycle retail chain operator", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3829 +{"wikidata_id": "Q113275019", "display_name": "Z.m.h Hammerman Ltd", "legal_name": "צ.מ.ח המרמן בע''מ", "aliases": [], "website": "https://zhg.co.il", "canonical_domain": "zhg.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ZMH", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3830 +{"wikidata_id": "Q11327841", "display_name": "Buffalo", "legal_name": null, "aliases": [], "website": "https://www.buffalo.co.jp", "canonical_domain": "buffalo.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "3352", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business located in Saitama Prefecture, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3831 +{"wikidata_id": "Q11327959", "display_name": "Banners", "legal_name": null, "aliases": [], "website": "https://www.banners.jp", "canonical_domain": "banners.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "3011", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3832 +{"wikidata_id": "Q11328109", "display_name": "Variosecure", "legal_name": null, "aliases": [], "website": "https://www.variosecure.net", "canonical_domain": "variosecure.net", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "4494", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3833 +{"wikidata_id": "Q11328124", "display_name": "ValueCommerce", "legal_name": null, "aliases": [], "website": "https://www.valuecommerce.co.jp", "canonical_domain": "valuecommerce.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "2491", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q109359338", "name": "Z Intermediate Holdings K.K."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3834 +{"wikidata_id": "Q11328783", "display_name": "Pacific Systems", "legal_name": null, "aliases": [], "website": "https://www.pacific-systems.co.jp", "canonical_domain": "pacific-systems.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "3847", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3835 +{"wikidata_id": "Q11328815", "display_name": "Pasco", "legal_name": null, "aliases": ["Pasco Corporation", "Pasco Corporation (Japan)"], "website": "https://www.pasco.co.jp", "canonical_domain": "pasco.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "9232", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3836 +{"wikidata_id": "Q11329437", "display_name": "Pulstec Industrial", "legal_name": null, "aliases": ["PULSTEC INDUSTRIAL CO.", "LTD."], "website": "https://www.pulstec.co.jp", "canonical_domain": "pulstec.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "6894", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3837 +{"wikidata_id": "Q11330059", "display_name": "Hit", "legal_name": null, "aliases": [], "website": "https://www.hit-ad.co.jp", "canonical_domain": "hit-ad.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "378A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business enterprise", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3838 +{"wikidata_id": "Q11330158", "display_name": "Hibino Corporation", "legal_name": null, "aliases": [], "website": "https://www.hibino.co.jp", "canonical_domain": "hibino.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "2469", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3839 +{"wikidata_id": "Q11330163", "display_name": "Himaraya", "legal_name": null, "aliases": ["HIMARAYA Co.", "Ltd."], "website": "https://www.himaraya.co.jp", "canonical_domain": "himaraya.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "7514", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3840 +{"wikidata_id": "Q11330257", "display_name": "Human Holdings", "legal_name": null, "aliases": ["Human Holdings Co.", "Ltd."], "website": "https://www.athuman.com", "canonical_domain": "athuman.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "24150", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3841 +{"wikidata_id": "Q11330273", "display_name": "Hulic", "legal_name": "Hulic Co., Ltd.", "aliases": ["Hulic Co.", "Ltd."], "website": "https://www.hulic.co.jp", "canonical_domain": "hulic.co.jp", "country": "JP", "hq_city": "Nihonbashi-Ōdenmachō", "hq_region": "Chūō", "lat": 35.69012, "lon": 139.77965, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "3003", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3842 +{"wikidata_id": "Q11330294", "display_name": "Hiraki", "legal_name": null, "aliases": [], "website": "https://company.hiraki.co.jp", "canonical_domain": "hiraki.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "3059", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3843 +{"wikidata_id": "Q11330421", "display_name": "Hephaist", "legal_name": null, "aliases": [], "website": "https://www.hephaist.co.jp", "canonical_domain": "hephaist.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "6433", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3844 +{"wikidata_id": "Q11330583", "display_name": "bbt757.com", "legal_name": null, "aliases": ["Business Breakthrough"], "website": "https://www.bbt757.com", "canonical_domain": "bbt757.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2464", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3845 +{"wikidata_id": "Q11330968", "display_name": "Beauty Kadan Holdings", "legal_name": null, "aliases": ["Beauty Kadan Holdings Co.", "Ltd."], "website": "https://www.beauty-kadan.com", "canonical_domain": "beauty-kadan.com", "country": "JP", "hq_city": "Kumamoto Prefecture", "hq_region": "Japan", "lat": 32.78972, "lon": 130.74139, "industries": ["consumer-goods", "asset-management"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "3041", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3846 +{"wikidata_id": "Q11331194", "display_name": "bemap.co.jp", "legal_name": null, "aliases": [], "website": "https://www.bemap.co.jp", "canonical_domain": "bemap.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "4316", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3847 +{"wikidata_id": "Q11331222", "display_name": "BML", "legal_name": null, "aliases": ["BML (Japan)"], "website": "https://www.bml.co.jp", "canonical_domain": "bml.co.jp", "country": "JP", "hq_city": "Sendagaya", "hq_region": "Shibuya", "lat": 35.6813, "lon": 139.71055, "industries": ["professional-services", "medical-devices"], "industry_labels": ["tertiary sector of the economy", "laboratory diagnostics"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "4694", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3848 +{"wikidata_id": "Q11331340", "display_name": "Pietro", "legal_name": null, "aliases": [], "website": "https://www.pietro.co.jp", "canonical_domain": "pietro.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "2818", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3849 +{"wikidata_id": "Q11331495", "display_name": "Pickles Corporation", "legal_name": null, "aliases": ["PICKLES CORPORATION"], "website": "https://www.pickles.co.jp", "canonical_domain": "pickles.co.jp", "country": "JP", "hq_city": "Higashi-Sumiyoshi", "hq_region": "Tokorozawa", "lat": 35.78454, "lon": 139.47065, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2935", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3850 +{"wikidata_id": "Q11331705", "display_name": "PS Construction", "legal_name": null, "aliases": ["P.S. Mitsubishi Construction Co.", "Ltd."], "website": "https://www.psc.co.jp", "canonical_domain": "psc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "1871", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3851 +{"wikidata_id": "Q11331797", "display_name": "People", "legal_name": null, "aliases": ["People Co.", "Ltd."], "website": "https://www.people-kk.co.jp", "canonical_domain": "people-kk.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "7865", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1800227", "parent": null, "logo_url": null, "description": "Japanese toy company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1800227", "enriched_at": "2026-09-13T07:23:28+00:00"}}
3852 +{"wikidata_id": "Q11331928", "display_name": "Fine Sinter", "legal_name": null, "aliases": ["Fine Sinter Co.", "Ltd.", "Finesinter", "Finesinter Co.", "Ltd.", "Finesinter Co.", "Ltd. (Japan)"], "website": "https://www.fine-sinter.com", "canonical_domain": "fine-sinter.com", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5994", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kasugai, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3853 +{"wikidata_id": "Q11332017", "display_name": "Fabrica Holdings", "legal_name": null, "aliases": ["Fabrica communications Co.", "LTD."], "website": "https://www.fabrica-hd.co.jp", "canonical_domain": "fabrica-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "4193", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3854 +{"wikidata_id": "Q11332153", "display_name": "Falco Holdings", "legal_name": null, "aliases": [], "website": "https://www.falco-hd.co.jp", "canonical_domain": "falco-hd.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "4671", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3855 +{"wikidata_id": "Q11332318", "display_name": "First Energy Service", "legal_name": null, "aliases": ["EF-ON INC."], "website": "https://www.fesco.co.jp", "canonical_domain": "fesco.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["energy"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "9514", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3856 +{"wikidata_id": "Q11332345", "display_name": "First Juken", "legal_name": null, "aliases": [], "website": "https://www.f-juken.co.jp", "canonical_domain": "f-juken.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "8917", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3857 +{"wikidata_id": "Q11332522", "display_name": "philpark.jp", "legal_name": null, "aliases": [], "website": "https://philpark.jp", "canonical_domain": "philpark.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "3267", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3858 +{"wikidata_id": "Q11332636", "display_name": "Faith", "legal_name": null, "aliases": ["Inc."], "website": "https://www.faith.co.jp", "canonical_domain": "faith.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Nakagyō Ward", "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "4295.T", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1699172", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1699172", "enriched_at": "2026-09-13T07:23:30+00:00"}}
3859 +{"wikidata_id": "Q11332996", "display_name": "Forval Corporation", "legal_name": null, "aliases": [], "website": "https://www.forval.co.jp", "canonical_domain": "forval.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "8275", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3860 +{"wikidata_id": "Q11333000", "display_name": "Forval Telecom", "legal_name": null, "aliases": [], "website": "https://www.forvaltel.co.jp", "canonical_domain": "forvaltel.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "9445", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3861 +{"wikidata_id": "Q11333001", "display_name": "Forval RealStraight Inc.", "legal_name": null, "aliases": [], "website": "https://www.realstraight.co.jp", "canonical_domain": "realstraight.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "9423", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3862 +{"wikidata_id": "Q11333062", "display_name": "Fukuvi Chemical Industry", "legal_name": null, "aliases": ["Fukuvi Chemical Industry Co.", "Ltd.", "Fukuvi Chemical Industry Co.", "Ltd. (Japan)"], "website": "https://www.fukuvi.co.jp", "canonical_domain": "fukuvi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.99778, "lon": 136.19133, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "7871", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Fukui-shi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3863 +{"wikidata_id": "Q11333102", "display_name": "Fuji OOZX Inc.", "legal_name": null, "aliases": [], "website": "https://www.oozx.co.jp", "canonical_domain": "oozx.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "7299", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3864 +{"wikidata_id": "Q11333133", "display_name": "Fujicopian", "legal_name": null, "aliases": ["Fujicopian Co.", "Ltd.", "Fujicopian Co.", "Ltd. (Japan)"], "website": "https://www.fujicopian.com", "canonical_domain": "fujicopian.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "7957", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nishiyodogawa Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3865 +{"wikidata_id": "Q11333146", "display_name": "Fujita", "legal_name": null, "aliases": ["FUJITA CORPORATION CO.", "LTD."], "website": "https://www.fujitacorp.co.jp", "canonical_domain": "fujitacorp.co.jp", "country": "JP", "hq_city": "Tomakomai", "hq_region": "Iburi Subprefecture", "lat": 42.63406, "lon": 141.60553, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "3370", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3866 +{"wikidata_id": "Q11333152", "display_name": "Fujicco", "legal_name": null, "aliases": ["Fujicco Co.", "Ltd.", "Fujicco Co.", "Ltd. (Japan)"], "website": "https://www.fujicco.co.jp", "canonical_domain": "fujicco.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "2908", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kiyota Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3867 +{"wikidata_id": "Q11333275", "display_name": "Fujipream Corporation (Japan)", "legal_name": null, "aliases": ["Fujipream", "Fujipream Corporation"], "website": "https://www.fujipream.co.jp", "canonical_domain": "fujipream.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "4237", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3868 +{"wikidata_id": "Q11333279", "display_name": "Fujimak", "legal_name": null, "aliases": ["Fujimak Corporation", "Fujimak Corporation (Japan)"], "website": "https://en.fujimak.co.jp", "canonical_domain": "fujimak.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5965", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shibuya City, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3869 +{"wikidata_id": "Q11333315", "display_name": "Fuji Nihon", "legal_name": null, "aliases": ["Fuji Nihon Corporation"], "website": "https://www.fuji-nihon.com", "canonical_domain": "fuji-nihon.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2114", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese sugar refinery company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3870 +{"wikidata_id": "Q11333419", "display_name": "Miraidoor", "legal_name": null, "aliases": ["Future Venture Capital"], "website": "https://www.fvc.co.jp", "canonical_domain": "fvc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "254A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3871 +{"wikidata_id": "Q11333453", "display_name": "FLIGHT SOLUTIONS", "legal_name": null, "aliases": [], "website": "https://www.flight-hd.co.jp", "canonical_domain": "flight-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "3753", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3872 +{"wikidata_id": "Q11333817", "display_name": "Freesia Macross", "legal_name": null, "aliases": [], "website": "https://www.freesiamacross-extruder.com", "canonical_domain": "freesiamacross-extruder.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "6343", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3873 +{"wikidata_id": "Q11333890", "display_name": "Fullcast Holdings", "legal_name": null, "aliases": [], "website": "https://www.fullcastholdings.co.jp", "canonical_domain": "fullcastholdings.co.jp", "country": "JP", "hq_city": "Nishi-Gotanda", "hq_region": "Shinagawa", "lat": 35.62553, "lon": 139.71335, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4848", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company for staffing and human resource services", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3874 +{"wikidata_id": "Q11334086", "display_name": "Friendly Corporation", "legal_name": null, "aliases": [], "website": "https://www.friendly-co.com", "canonical_domain": "friendly-co.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "8209", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3875 +{"wikidata_id": "Q11334754", "display_name": "Bridge International Group", "legal_name": null, "aliases": ["Bridge International"], "website": "https://www.bridge-g.com", "canonical_domain": "bridge-g.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "7039", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3876 +{"wikidata_id": "Q11334857", "display_name": "Bourbon", "legal_name": null, "aliases": ["Bourbon (Japanese company)", "Bourbon Corporation", "Burubon"], "website": "https://www.bourbon.co.jp", "canonical_domain": "bourbon.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "2208", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%96%E3%83%AB%E3%83%9C%E3%83%B3Logo.svg", "description": "Japanese food company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3877 +{"wikidata_id": "Q11335190", "display_name": "BroadBand Tower", "legal_name": null, "aliases": ["Inc."], "website": "https://www.bbtower.co.jp", "canonical_domain": "bbtower.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3776", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BroadBand_Tower_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3878 +{"wikidata_id": "Q11335195", "display_name": "Broadmedia", "legal_name": null, "aliases": ["Broadmedia Corporation"], "website": "https://www.broadmedia.co.jp", "canonical_domain": "broadmedia.co.jp", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "4347", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3879 +{"wikidata_id": "Q11335196", "display_name": "Broadleaf", "legal_name": null, "aliases": [], "website": "https://www.broadleaf.co.jp", "canonical_domain": "broadleaf.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "3673", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3880 +{"wikidata_id": "Q11335403", "display_name": "Plaza Holdings", "legal_name": null, "aliases": [], "website": "https://www.plazacreate.co.jp", "canonical_domain": "plazacreate.co.jp", "country": "JP", "hq_city": "Harumi", "hq_region": "Chūō", "lat": 35.65349, "lon": 139.77989, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "7502", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Plaza_Create_logo.svg", "description": "Japanese holding company headquartered in Chuo-ku, Tokyo; parent organization of Plaza Create", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3881 +{"wikidata_id": "Q11335491", "display_name": "Prap Japan", "legal_name": null, "aliases": ["PRAP Japan", "Inc."], "website": "https://www.prap.co.jp", "canonical_domain": "prap.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "2449", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3882 +{"wikidata_id": "Q11336110", "display_name": "Properst", "legal_name": null, "aliases": ["PROPERST CO.", "LTD."], "website": "https://www.properst.co.jp", "canonical_domain": "properst.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "3236", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3883 +{"wikidata_id": "Q11336763", "display_name": "BayCurrent", "legal_name": null, "aliases": ["BayCurrent Consulting"], "website": "https://www.baycurrent.co.jp", "canonical_domain": "baycurrent.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "6532", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BayCurrent_Consulting.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3884 +{"wikidata_id": "Q11337091", "display_name": "Berg Earth", "legal_name": null, "aliases": [], "website": "https://www.bergearth.co.jp", "canonical_domain": "bergearth.co.jp", "country": "JP", "hq_city": "Ehime Prefecture", "hq_region": "Japan", "lat": 33.84139, "lon": 132.76556, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "1383", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3885 +{"wikidata_id": "Q11337185", "display_name": "Belluna", "legal_name": "株式会社 ベルーナ", "aliases": ["Belluna Co.", "Ltd."], "website": "https://www.belluna.co.jp", "canonical_domain": "belluna.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "9997", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3886 +{"wikidata_id": "Q11337354", "display_name": "Pegasus", "legal_name": null, "aliases": ["Pegasus Sewing Machine Manufacturing", "PEGASUS SEWING MACHINE MFG. CO.", "LTD."], "website": "https://www.pegasus.co.jp", "canonical_domain": "pegasus.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "6262", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3887 +{"wikidata_id": "Q11337413", "display_name": "Pepper Food Service", "legal_name": null, "aliases": [], "website": "https://www.pepper-fs.co.jp", "canonical_domain": "pepper-fs.co.jp", "country": "JP", "hq_city": "Sumida", "hq_region": "Tokyo", "lat": 35.71069, "lon": 139.8015, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "3053", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3888 +{"wikidata_id": "Q11337636", "display_name": "Horai", "legal_name": null, "aliases": [], "website": "https://www.horai-kk.co.jp", "canonical_domain": "horai-kk.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1928, "employees": null, "public_company": true, "ticker": "9679", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "1928 business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3889 +{"wikidata_id": "Q11337648", "display_name": "Hokushin", "legal_name": null, "aliases": [], "website": "https://www.hokushinmdf.co.jp", "canonical_domain": "hokushinmdf.co.jp", "country": "JP", "hq_city": "Kishiwada", "hq_region": "Osaka Prefecture", "lat": 34.46053, "lon": 135.37092, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "7897", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3890 +{"wikidata_id": "Q11338366", "display_name": "Hob", "legal_name": null, "aliases": [], "website": "https://www.hob.co.jp", "canonical_domain": "hob.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "1382", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3891 +{"wikidata_id": "Q11339750", "display_name": "Mynet", "legal_name": null, "aliases": ["Mynet Inc."], "website": "https://mynet.co.jp", "canonical_domain": "mynet.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3928", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3892 +{"wikidata_id": "Q11339971", "display_name": "Makiya", "legal_name": null, "aliases": [], "website": "https://www.makiya-group.co.jp", "canonical_domain": "makiya-group.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9890", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3893 +{"wikidata_id": "Q11340456", "display_name": "Gyet", "legal_name": null, "aliases": ["Mac House", "MAC HOUSE CO.", "LTD."], "website": "https://gyet.co.jp", "canonical_domain": "gyet.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["apparel"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "7603", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese clothing store chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3894 +{"wikidata_id": "Q11340604", "display_name": "Matsumoto", "legal_name": null, "aliases": [], "website": "https://www.matsumoto-inc.co.jp", "canonical_domain": "matsumoto-inc.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "7901", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3895 +{"wikidata_id": "Q11340702", "display_name": "Manac", "legal_name": null, "aliases": ["Manac Chemical Partners", "Manac Incorporated", "Manac Incorporated (Japan)"], "website": "https://www.manac-inc.co.jp", "canonical_domain": "manac-inc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "4360", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kiyosu, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3896 +{"wikidata_id": "Q11341312", "display_name": "Maruzen", "legal_name": null, "aliases": ["MARUZEN CO.", "LTD."], "website": "https://www.maruzen-kitchen.co.jp", "canonical_domain": "maruzen-kitchen.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "5982", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3897 +{"wikidata_id": "Q11341458", "display_name": "Maruyoshi Center", "legal_name": null, "aliases": ["Maruyoshi Center Inc."], "website": "https://ww2.maruyoshi-center.co.jp", "canonical_domain": "maruyoshi-center.co.jp", "country": "JP", "hq_city": "Kagawa Prefecture", "hq_region": "Japan", "lat": 34.34, "lon": 134.04306, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "7515", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3898 +{"wikidata_id": "Q11341930", "display_name": "Micron Machinery", "legal_name": null, "aliases": [], "website": "https://www.micron-grinder.co.jp", "canonical_domain": "micron-grinder.co.jp", "country": "JP", "hq_city": "Yamagata Prefecture", "hq_region": "Japan", "lat": 38.24044, "lon": 140.36356, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "6159", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3899 +{"wikidata_id": "Q11342162", "display_name": "Mitachi", "legal_name": null, "aliases": ["Mitachi Co.", "Ltd."], "website": "https://www.mitachi.co.jp", "canonical_domain": "mitachi.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "3321", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3900 +{"wikidata_id": "Q11342342", "display_name": "Minato Holdings", "legal_name": null, "aliases": [], "website": "https://www.minato.co.jp", "canonical_domain": "minato.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "6862", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3901 +{"wikidata_id": "Q11342764", "display_name": "Miyoshi Oil & Fat", "legal_name": null, "aliases": ["Miyoshi OIL FAT", "Miyoshi OIL FAT Co.", "Ltd.", "Miyoshi OIL FAT Co.", "Ltd. (Japan)"], "website": "https://www.miyoshi-yushi.co.jp", "canonical_domain": "miyoshi-yushi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "4404", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Katsushika, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3902 +{"wikidata_id": "Q11342768", "display_name": "Miraial", "legal_name": null, "aliases": ["Miraial CO.", "LTD."], "website": "https://www.miraial.co.jp", "canonical_domain": "miraial.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "4238", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3903 +{"wikidata_id": "Q11343139", "display_name": "Muto", "legal_name": null, "aliases": [], "website": "https://www.muto.co.jp", "canonical_domain": "muto.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "7927", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3904 +{"wikidata_id": "Q11343282", "display_name": "Moon Bat", "legal_name": null, "aliases": ["MOON BAT Co.", "Ltd."], "website": "https://www.moonbat.co.jp", "canonical_domain": "moonbat.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "8115", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3905 +{"wikidata_id": "Q11343866", "display_name": "medikit.co.jp", "legal_name": null, "aliases": [], "website": "https://www.medikit.co.jp", "canonical_domain": "medikit.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7749", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3906 +{"wikidata_id": "Q11343872", "display_name": "Medix", "legal_name": null, "aliases": ["Medix Inc."], "website": "https://www.medix-inc.co.jp", "canonical_domain": "medix-inc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "331A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3907 +{"wikidata_id": "Q11344496", "display_name": "Mobile Factory", "legal_name": null, "aliases": [], "website": "https://www.mobilefactory.jp", "canonical_domain": "mobilefactory.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3912", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese commercial entity", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3908 +{"wikidata_id": "Q11344540", "display_name": "Wize", "legal_name": null, "aliases": ["Mobcast Holdings"], "website": "https://wize-inc.jp", "canonical_domain": "wize-inc.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "3664", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3909 +{"wikidata_id": "Q11344620", "display_name": "Mory Industries", "legal_name": null, "aliases": ["MORY Industries", "MORY Industries Inc.", "MORY Industries Inc. (Japan)"], "website": "https://www.mory.co.jp", "canonical_domain": "mory.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5464", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Edogawa, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3910 +{"wikidata_id": "Q11345030", "display_name": "Yasuhara Chemical", "legal_name": null, "aliases": ["Yasuhara Chemical Co.", "Ltd.", "Yasuhara Chemical Co.", "Ltd. (Japan)"], "website": "https://www.yschem.co.jp", "canonical_domain": "yschem.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "4957", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Fuchu, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3911 +{"wikidata_id": "Q11345107", "display_name": "Yamaura", "legal_name": null, "aliases": [], "website": "https://www.yamaura.co.jp", "canonical_domain": "yamaura.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "1780", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3912 +{"wikidata_id": "Q11345137", "display_name": "Yamazawa", "legal_name": null, "aliases": [], "website": "https://yamazawa.co.jp", "canonical_domain": "yamazawa.co.jp", "country": "JP", "hq_city": "Yamagata Prefecture", "hq_region": "Japan", "lat": 38.24044, "lon": 140.36356, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "9993", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamazawa_Logo.svg", "description": "Japanese retail company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3913 +{"wikidata_id": "Q11345162", "display_name": "Yamax", "legal_name": null, "aliases": ["Yamax Corp.", "Yamax Corp. (Japan)"], "website": "https://www.yamax.co.jp", "canonical_domain": "yamax.co.jp", "country": "JP", "hq_city": "Kumamoto Prefecture", "hq_region": "Japan", "lat": 32.78972, "lon": 130.74139, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "5285", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kita, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3914 +{"wikidata_id": "Q11345169", "display_name": "Yamato Corporation", "legal_name": null, "aliases": [], "website": "https://www.yamato-se.co.jp", "canonical_domain": "yamato-se.co.jp", "country": "JP", "hq_city": "Gunma Prefecture", "hq_region": "Japan", "lat": 36.39, "lon": 139.06, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "1967", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3915 +{"wikidata_id": "Q11345172", "display_name": "Yamato International", "legal_name": null, "aliases": [], "website": "https://www.yamatointr.co.jp", "canonical_domain": "yamatointr.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "8127", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3916 +{"wikidata_id": "Q11345222", "display_name": "Yamano Holdings", "legal_name": null, "aliases": ["YAMANO HOLDINGS CORPORATION"], "website": "https://www.yamano-hd.com", "canonical_domain": "yamano-hd.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "7571", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3917 +{"wikidata_id": "Q11345518", "display_name": "Yuasa Funashoku", "legal_name": null, "aliases": ["Yuasa Funashoku Co.", "Ltd."], "website": "https://www.yuasa-funashoku.com", "canonical_domain": "yuasa-funashoku.com", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "8006", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3918 +{"wikidata_id": "Q11345520", "display_name": "Yuasa", "legal_name": null, "aliases": ["Yuasa Trading", "YUASA TRADING CO.", "LTD."], "website": "https://www.yuasa.co.jp", "canonical_domain": "yuasa.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "8074", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3919 +{"wikidata_id": "Q11345654", "display_name": "Unicafe", "legal_name": null, "aliases": ["UNICAFE INC."], "website": "https://www.unicafe.com", "canonical_domain": "unicafe.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "2597", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3920 +{"wikidata_id": "Q11345689", "display_name": "Univance Corporation", "legal_name": null, "aliases": [], "website": "https://www.uvc.co.jp", "canonical_domain": "uvc.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "7254", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3921 +{"wikidata_id": "Q11345753", "display_name": "Ubiquitous AI Corporation", "legal_name": null, "aliases": [], "website": "https://www.ubiquitous-ai.com", "canonical_domain": "ubiquitous-ai.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3858", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3922 +{"wikidata_id": "Q11345873", "display_name": "Yushin", "legal_name": null, "aliases": ["Yushin Precision Equipment"], "website": "https://www.yushincompany.jp", "canonical_domain": "yushincompany.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "6482", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3923 +{"wikidata_id": "Q11345952", "display_name": "Eurasia Travel", "legal_name": null, "aliases": [], "website": "https://www.eurasia.co.jp", "canonical_domain": "eurasia.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "9376", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3924 +{"wikidata_id": "Q11346052", "display_name": "Yoshicon", "legal_name": null, "aliases": [], "website": "https://www.yoshicon.co.jp", "canonical_domain": "yoshicon.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "5280", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3925 +{"wikidata_id": "Q11346054", "display_name": "Yoshitake", "legal_name": null, "aliases": ["Yoshitake Inc."], "website": "https://www.yoshitake.co.jp", "canonical_domain": "yoshitake.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6488", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3926 +{"wikidata_id": "Q11346179", "display_name": "Yonkyu", "legal_name": null, "aliases": [], "website": "https://www.yonkyu.co.jp", "canonical_domain": "yonkyu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "9955", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3927 +{"wikidata_id": "Q11346731", "display_name": "Rasa Corporation", "legal_name": null, "aliases": [], "website": "https://www.rasaco.co.jp", "canonical_domain": "rasaco.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "3023", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3928 +{"wikidata_id": "Q11347095", "display_name": "LAC", "legal_name": null, "aliases": ["LAC Co.", "Ltd."], "website": "https://www.lac.co.jp", "canonical_domain": "lac.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3857", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LAC.png", "description": "Japanese Information and Communications Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3929 +{"wikidata_id": "Q11347223", "display_name": "Lapine", "legal_name": null, "aliases": ["Lapine Co.", "Ltd."], "website": "https://www.lapine.co.jp", "canonical_domain": "lapine.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "8143", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3930 +{"wikidata_id": "Q11347514", "display_name": "Runsystem", "legal_name": null, "aliases": ["Runsystem Co.", "Ltd."], "website": "https://www.runsystem.co.jp", "canonical_domain": "runsystem.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "3326", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3931 +{"wikidata_id": "Q11347573", "display_name": "Land", "legal_name": null, "aliases": [], "website": "https://www.land.jp", "canonical_domain": "land.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "8918", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kanagawa Prefecture business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3932 +{"wikidata_id": "Q11347702", "display_name": "La Parler", "legal_name": null, "aliases": [], "website": "https://www.parler.co.jp", "canonical_domain": "parler.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "7638", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3933 +{"wikidata_id": "Q11347809", "display_name": "Abalance Corporation", "legal_name": null, "aliases": [], "website": "https://www.realcom.co.jp", "canonical_domain": "realcom.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3856", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3934 +{"wikidata_id": "Q11347997", "display_name": "Riskmonster.com", "legal_name": null, "aliases": [], "website": "https://www.riskmonster.co.jp", "canonical_domain": "riskmonster.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3768", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3935 +{"wikidata_id": "Q11348063", "display_name": "Resorttrust", "legal_name": "Resorttrust, Inc.", "aliases": [], "website": "https://www.resorttrust.co.jp", "canonical_domain": "resorttrust.co.jp", "country": "JP", "hq_city": "Naka-ku", "hq_region": "Nagoya", "lat": 35.16861, "lon": 136.91028, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "4681", "exchange": "Tokyo Stock Exchange", "lei": "353800FM9MYWH105SE11", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Resorttrust_%E3%83%AD%E3%82%B4.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3936 +{"wikidata_id": "Q11348294", "display_name": "River Eletec", "legal_name": null, "aliases": [], "website": "https://www.river-ele.co.jp", "canonical_domain": "river-ele.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6666", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3937 +{"wikidata_id": "Q11348382", "display_name": "Livesense Inc.", "legal_name": null, "aliases": [], "website": "https://www.livesense.co.jp", "canonical_domain": "livesense.co.jp", "country": "JP", "hq_city": "Kaigan", "hq_region": "Minato", "lat": 35.65265, "lon": 139.76215, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "6054", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3938 +{"wikidata_id": "Q11348412", "display_name": "Cumica", "legal_name": null, "aliases": [], "website": "https://www.cumica.co.jp", "canonical_domain": "cumica.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["real-estate"], "industry_labels": ["real property"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "8887", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3939 +{"wikidata_id": "Q11348555", "display_name": "Lilycolor", "legal_name": null, "aliases": ["Lilycolor CO.", "LTD."], "website": "https://www.lilycolor.co.jp", "canonical_domain": "lilycolor.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "9827", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3940 +{"wikidata_id": "Q11348640", "display_name": "Rinko Corporation", "legal_name": null, "aliases": [], "website": "https://www.rinko.co.jp", "canonical_domain": "rinko.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1905, "employees": null, "public_company": true, "ticker": "9355", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3941 +{"wikidata_id": "Q11349497", "display_name": "Recomm Holdings", "legal_name": null, "aliases": [], "website": "https://www.recomm.co.jp", "canonical_domain": "recomm.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "3323", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3942 +{"wikidata_id": "Q11349627", "display_name": "RIDE ON EXPRESS HOLDINGS", "legal_name": null, "aliases": [], "website": "https://www.rideonexpresshd.co.jp", "canonical_domain": "rideonexpresshd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "6082", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3943 +{"wikidata_id": "Q11349680", "display_name": "Lec", "legal_name": null, "aliases": [], "website": "https://www.lecinc.co.jp", "canonical_domain": "lecinc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "7874", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3944 +{"wikidata_id": "Q11350028", "display_name": "Raysum", "legal_name": null, "aliases": ["Raysum Co.", "Ltd."], "website": "https://www.raysum.co.jp", "canonical_domain": "raysum.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "8890", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3945 +{"wikidata_id": "Q11350142", "display_name": "Royal Holdings", "legal_name": null, "aliases": ["Royal Holding Co. Ltd.", "Royal Holdings Co.", "Ltd."], "website": "https://www.royal-holdings.co.jp", "canonical_domain": "royal-holdings.co.jp", "country": "JP", "hq_city": "Hakata-ku", "hq_region": "Fukuoka", "lat": 33.59139, "lon": 130.41472, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "8179", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1485198", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Group_Logo.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3946 +{"wikidata_id": "Q11350326", "display_name": "Loginet Japan", "legal_name": null, "aliases": ["Loginet Japan Co.", "Ltd."], "website": "https://www.loginet-japan.com", "canonical_domain": "loginet-japan.com", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "9027", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3947 +{"wikidata_id": "Q11350630", "display_name": "Lobtex", "legal_name": null, "aliases": ["Lobtex Co.", "LTD"], "website": "https://www.lobtex.co.jp", "canonical_domain": "lobtex.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "5969", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese tool and fastener manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3948 +{"wikidata_id": "Q11350821", "display_name": "Lonseal", "legal_name": null, "aliases": ["Lonseal Corporation", "Lonseal Corporation (Japan)"], "website": "https://www.lonseal.co.jp", "canonical_domain": "lonseal.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "4224", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Minato, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3949 +{"wikidata_id": "Q11351161", "display_name": "Y.S.FOOD", "legal_name": null, "aliases": ["Trailhead Global Holdings"], "website": "https://thg-hd.com", "canonical_domain": "thg-hd.com", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "3358", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3950 +{"wikidata_id": "Q11351169", "display_name": "Y's table corporation", "legal_name": null, "aliases": [], "website": "https://www.ystable.co.jp", "canonical_domain": "ystable.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2798", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3951 +{"wikidata_id": "Q11351404", "display_name": "Watt Mann", "legal_name": null, "aliases": [], "website": "https://www.wattmann.co.jp", "canonical_domain": "wattmann.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "9927", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3952 +{"wikidata_id": "Q11353990", "display_name": "Mitsuboshi", "legal_name": null, "aliases": [], "website": "https://www.kk-mitsuboshi.co.jp", "canonical_domain": "kk-mitsuboshi.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "5820", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3953 +{"wikidata_id": "Q11354037", "display_name": "Mitsuchi Corporation", "legal_name": null, "aliases": [], "website": "https://www.mitsuchi.co.jp", "canonical_domain": "mitsuchi.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "3439", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3954 +{"wikidata_id": "Q11354241", "display_name": "Sumiken Mitsui Road", "legal_name": null, "aliases": ["Sumiken Mitsui ROAD", "Sumiken Mitsui ROAD Co.", "Ltd.", "Sumiken Mitsui ROAD Co.", "Ltd. (Japan)"], "website": "https://www.smrc.co.jp", "canonical_domain": "smrc.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "1776", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shinjuku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3955 +{"wikidata_id": "Q11354523", "display_name": "Sankyo Tateyama", "legal_name": null, "aliases": [], "website": "https://www.st-grp.co.jp", "canonical_domain": "st-grp.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.69531, "lon": 137.21131, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "5932", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3956 +{"wikidata_id": "Q11355547", "display_name": "Sanko Metal Industrial", "legal_name": null, "aliases": ["Sanko Metal Industrial Co.", "Ltd."], "website": "https://www.sankometal.co.jp", "canonical_domain": "sankometal.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["mining"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1972", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1151693", "name": "Nippon Steel Corporation"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3957 +{"wikidata_id": "Q11355871", "display_name": "Santo Corporation", "legal_name": null, "aliases": [], "website": "https://www.santo.co.jp", "canonical_domain": "santo.co.jp", "country": "JP", "hq_city": "Shiga Prefecture", "hq_region": "Japan", "lat": 35.00436, "lon": 135.8685, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "1788", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3958 +{"wikidata_id": "Q11355949", "display_name": "SANEI", "legal_name": null, "aliases": [], "website": "https://www.san-ei-web.co.jp", "canonical_domain": "san-ei-web.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6230", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3959 +{"wikidata_id": "Q11357246", "display_name": "Mitani Sekisan", "legal_name": null, "aliases": [], "website": "https://www.m-sekisan.co.jp", "canonical_domain": "m-sekisan.co.jp", "country": "JP", "hq_city": "Fukui Prefecture", "hq_region": "Japan", "lat": 36.06519, "lon": 136.22167, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "5273", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3960 +{"wikidata_id": "Q11357261", "display_name": "mitani", "legal_name": null, "aliases": [], "website": "https://www.mitani-corp.co.jp", "canonical_domain": "mitani-corp.co.jp", "country": "JP", "hq_city": "Fukui Prefecture", "hq_region": "Japan", "lat": 36.06519, "lon": 136.22167, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "8066", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3961 +{"wikidata_id": "Q11357286", "display_name": "Mitani Sangyo", "legal_name": null, "aliases": [], "website": "https://www.mitani.co.jp", "canonical_domain": "mitani.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8285", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3962 +{"wikidata_id": "Q11361535", "display_name": "Fuji Sash", "legal_name": "不二サッシ株式会社", "aliases": ["Fujisash", "Fujisash Co.", "Ltd.", "Fujisash Co.", "Ltd. (Japan)"], "website": "https://www.fujisash.co.jp", "canonical_domain": "fujisash.co.jp", "country": "JP", "hq_city": "Saiwai-ku", "hq_region": "Kawasaki", "lat": 35.54444, "lon": 139.6875, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "5940", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Takatsuki, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3963 +{"wikidata_id": "Q11361554", "display_name": "Fuji Glass", "legal_name": null, "aliases": [], "website": "https://www.silicox.co.jp", "canonical_domain": "silicox.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["materials"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "5212", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3964 +{"wikidata_id": "Q11362650", "display_name": "Ryomo Systems", "legal_name": null, "aliases": [], "website": "https://www.ryomo.co.jp", "canonical_domain": "ryomo.co.jp", "country": "JP", "hq_city": "Gunma Prefecture", "hq_region": "Japan", "lat": 36.39, "lon": 139.06, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "9691", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3965 +{"wikidata_id": "Q11362978", "display_name": "Chukyoiyakuhin Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.chukyoiyakuhin.co.jp", "canonical_domain": "chukyoiyakuhin.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "4558", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3966 +{"wikidata_id": "Q11363541", "display_name": "Chugai Mining", "legal_name": null, "aliases": [], "website": "https://www.chugaikogyo.co.jp", "canonical_domain": "chugaikogyo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["mining"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "1491", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3967 +{"wikidata_id": "Q11363765", "display_name": "chuokeizai.co.jp", "legal_name": null, "aliases": [], "website": "https://www.chuokeizai.co.jp", "canonical_domain": "chuokeizai.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "9476", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3968 +{"wikidata_id": "Q11364250", "display_name": "Nakayamafuku", "legal_name": null, "aliases": ["Nakayamafuku Co.", "Ltd."], "website": "https://www.nakayamafuku.co.jp", "canonical_domain": "nakayamafuku.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "7442", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3969 +{"wikidata_id": "Q11365000", "display_name": "Chuco", "legal_name": null, "aliases": ["Chuco Co.", "Ltd."], "website": "https://www.chuco.co.jp", "canonical_domain": "chuco.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "2139", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3970 +{"wikidata_id": "Q11365540", "display_name": "Nakamuraya", "legal_name": null, "aliases": ["Shinjuku Nakamuraya"], "website": "https://www.nakamuraya.co.jp", "canonical_domain": "nakamuraya.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Shinjuku", "lat": 35.69092, "lon": 139.70606, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1901, "employees": null, "public_company": true, "ticker": "2204", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Calligraphy_of_Fusetsu_Nakamura_10.jpeg", "description": "Japanese food company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3971 +{"wikidata_id": "Q11367213", "display_name": "Nakamichi Leasing", "legal_name": null, "aliases": [], "website": "https://www.nakamichi-leasing.co.jp", "canonical_domain": "nakamichi-leasing.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "8594", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3972 +{"wikidata_id": "Q11368062", "display_name": "Maruzen CHI Holdings", "legal_name": null, "aliases": ["Maruzen CHI Holdings Co.", "Ltd."], "website": "https://www.maruzen-chi.co.jp", "canonical_domain": "maruzen-chi.co.jp", "country": "JP", "hq_city": "Nandomachi", "hq_region": "Shinjuku", "lat": 35.69746, "lon": 139.73264, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "3159", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1157511", "name": "Dai Nippon Printing"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3973 +{"wikidata_id": "Q11368115", "display_name": "Maruo Calcium", "legal_name": null, "aliases": ["Maruo Calcium Co.", "Ltd.", "Maruo Calcium Co.", "Ltd. (Japan)"], "website": "https://www.maruo-cal.co.jp", "canonical_domain": "maruo-cal.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "4102", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Akashi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3974 +{"wikidata_id": "Q11368277", "display_name": "Maruyama Manufacturing", "legal_name": null, "aliases": ["Maruyama Mfg. Co.", "Inc."], "website": "https://www.maruyama.co.jp", "canonical_domain": "maruyama.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "6316", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3975 +{"wikidata_id": "Q11368422", "display_name": "Maruken Lease", "legal_name": null, "aliases": ["Marubeni Construction Material Lease"], "website": "https://www.maruken-lease.co.jp", "canonical_domain": "maruken-lease.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "9763", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3976 +{"wikidata_id": "Q11368448", "display_name": "maruwn.co.jp", "legal_name": null, "aliases": [], "website": "https://www.maruwn.co.jp", "canonical_domain": "maruwn.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "9067", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3977 +{"wikidata_id": "Q11368458", "display_name": "J-Max", "legal_name": null, "aliases": ["Marujun", "Marujun Co.", "Ltd.", "Marujun Co.", "Ltd. (Japan)"], "website": "https://www.marujun.jp", "canonical_domain": "marujun.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "3422", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Hamamatsu, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3978 +{"wikidata_id": "Q11368891", "display_name": "Kuze", "legal_name": null, "aliases": [], "website": "https://www.kuze.co.jp", "canonical_domain": "kuze.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "2708", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3979 +{"wikidata_id": "Q113693662", "display_name": "Nippon Express Holdings", "legal_name": null, "aliases": ["NIPPON EXPRESS HOLDINGS", "INC.", "NXHD"], "website": "https://www.nipponexpress-holdings.com", "canonical_domain": "nipponexpress-holdings.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2022, "employees": null, "public_company": true, "ticker": "9147", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NX_logo.svg", "description": "Holding company that oversees the NX Group (formerly the Nippon Express Group)", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3980 +{"wikidata_id": "Q11370152", "display_name": "Kyushu Leasing Service", "legal_name": null, "aliases": ["KYUSHU LEASING SERVICE CO.", "LTD."], "website": "https://www.k-lease.co.jp", "canonical_domain": "k-lease.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "8596", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3981 +{"wikidata_id": "Q11370470", "display_name": "Kraftia", "legal_name": null, "aliases": ["Kyudenko", "Kyudenko Corporation"], "website": "https://www.kraftia.co.jp", "canonical_domain": "kraftia.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "1959", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3982 +{"wikidata_id": "Q11370667", "display_name": "Inui Global Logistics", "legal_name": null, "aliases": [], "website": "https://www.inui.co.jp", "canonical_domain": "inui.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["logistics"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "9308", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3983 +{"wikidata_id": "Q11371008", "display_name": "Kameda Seika", "legal_name": null, "aliases": ["Kameda Seika Co.", "Ltd.", "Kameda Seika Co.", "Ltd. (Japan)"], "website": "https://www.kamedaseika.co.jp", "canonical_domain": "kamedaseika.co.jp", "country": "JP", "hq_city": "Niigata", "hq_region": "Niigata Prefecture", "lat": 37.91619, "lon": 139.03639, "industries": ["food-beverage"], "industry_labels": ["confectionery"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "2220", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KAMEDA_SEIKA_logo.svg", "description": "company in Kōnan Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3984 +{"wikidata_id": "Q11374232", "display_name": "Kyosha", "legal_name": null, "aliases": [], "website": "https://www.kyosha.co.jp", "canonical_domain": "kyosha.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "6837", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3985 +{"wikidata_id": "Q11374439", "display_name": "Kyogoku Unyu Shoji", "legal_name": null, "aliases": [], "website": "https://www.kyogoku.co.jp", "canonical_domain": "kyogoku.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "9073", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3986 +{"wikidata_id": "Q11374726", "display_name": "Keiyo Gas", "legal_name": null, "aliases": [], "website": "https://www.keiyogas.co.jp", "canonical_domain": "keiyogas.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "9539", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3987 +{"wikidata_id": "Q11374768", "display_name": "Kyoto Kimono Yuzen", "legal_name": null, "aliases": [], "website": "https://www.kyotokimonoyuzen.co.jp", "canonical_domain": "kyotokimonoyuzen.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "7615", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3988 +{"wikidata_id": "Q11375615", "display_name": "Kyoto Tool", "legal_name": null, "aliases": ["KYOTO TOOL Co.", "Ltd."], "website": "https://ktc.co.jp", "canonical_domain": "ktc.co.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5966", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese tool manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3989 +{"wikidata_id": "Q11376734", "display_name": "Imasen Electric Industrial", "legal_name": null, "aliases": ["Imasen Electric Industrial Co.", "Ltd.", "Imasen Electric Industrial Co.", "Ltd. (Japan)"], "website": "https://www.imasen.co.jp", "canonical_domain": "imasen.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "7266", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Inuyama, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3990 +{"wikidata_id": "Q11377113", "display_name": "Imamura Securities", "legal_name": null, "aliases": [], "website": "https://www.imamura.co.jp", "canonical_domain": "imamura.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "7175", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3991 +{"wikidata_id": "Q11378139", "display_name": "Semba Tohka Industries", "legal_name": null, "aliases": [], "website": "https://www.sembatohka.co.jp", "canonical_domain": "sembatohka.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "2916", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3992 +{"wikidata_id": "Q11378947", "display_name": "Ise Chemicals", "legal_name": null, "aliases": ["ISE Chemicals", "ISE Chemicals Corporation", "ISE Chemicals Corporation (Japan)"], "website": "https://www.isechem.co.jp", "canonical_domain": "isechem.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "4107", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Chuo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3993 +{"wikidata_id": "Q11381048", "display_name": "Fushiki Kairiku Unso", "legal_name": null, "aliases": ["Fushiki Kairiku Unso Co.", "Ltd."], "website": "https://www.fkk-toyama.co.jp", "canonical_domain": "fkk-toyama.co.jp", "country": "JP", "hq_city": "Takaoka", "hq_region": "Toyama Prefecture", "lat": 36.75406, "lon": 137.02567, "industries": ["logistics"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "9361", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "logistics company based in Takaoka, Toyama, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3994 +{"wikidata_id": "Q11384231", "display_name": "Watanabe Sato", "legal_name": null, "aliases": [], "website": "https://www.watanabesato.co.jp", "canonical_domain": "watanabesato.co.jp", "country": "JP", "hq_city": "Minami-Azabu", "hq_region": "Minato", "lat": 35.64991, "lon": 139.73004, "industries": ["construction"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "1807", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese construction company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3995 +{"wikidata_id": "Q11384565", "display_name": "Sato Foods Industries", "legal_name": null, "aliases": ["Sato Foods Industries Co.", "Ltd."], "website": "https://www.sato-foods.co.jp", "canonical_domain": "sato-foods.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "2814", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3996 +{"wikidata_id": "Q11384566", "display_name": "Sato Foods", "legal_name": null, "aliases": ["Sato Foods Co.", "Ltd."], "website": "https://www.satosyokuhin.co.jp", "canonical_domain": "satosyokuhin.co.jp", "country": "JP", "hq_city": "Niigata", "hq_region": "Niigata Prefecture", "lat": 37.91619, "lon": 139.03639, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "2923", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Food manufacturer in Niigata Prefecture, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3997 +{"wikidata_id": "Q11385568", "display_name": "Kachikaihatsu Co.LTD.", "legal_name": null, "aliases": [], "website": "https://www.kachikaihatsu.co.jp", "canonical_domain": "kachikaihatsu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": true, "ticker": "3010", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3998 +{"wikidata_id": "Q11386000", "display_name": "Shinwa", "legal_name": null, "aliases": [], "website": "https://www.shinwa-jp.com", "canonical_domain": "shinwa-jp.com", "country": "JP", "hq_city": "Kaizu", "hq_region": "Gifu Prefecture", "lat": 35.22056, "lon": 136.63647, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "3447", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
3999 +{"wikidata_id": "Q11386263", "display_name": "Shin-Etsu Polymer", "legal_name": null, "aliases": [], "website": "https://www.shinpoly.co.jp", "canonical_domain": "shinpoly.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "7970", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4000 +{"wikidata_id": "Q11386543", "display_name": "Kuramoto", "legal_name": null, "aliases": [], "website": "https://www.kuramoto.co.jp", "canonical_domain": "kuramoto.co.jp", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "5216", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4001 +{"wikidata_id": "Q11386769", "display_name": "Kurabo Industries", "legal_name": null, "aliases": ["KURABO INDUSTRIES LTD."], "website": "https://www.kurabo.co.jp", "canonical_domain": "kurabo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1888, "employees": null, "public_company": true, "ticker": "3106", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4002 +{"wikidata_id": "Q11387879", "display_name": "Gantan Beauty Industry", "legal_name": null, "aliases": ["Gantan Beauty Industry Co.", "Ltd.", "Gantan Beauty Industry Co.", "Ltd. (Japan)"], "website": "https://gantan.co.jp.siterate.org", "canonical_domain": "siterate.org", "country": "JP", "hq_city": "Shōnandai", "hq_region": "Fujisawa", "lat": 35.39789, "lon": 139.46947, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "5935", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Fujisawa, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4003 +{"wikidata_id": "Q11388287", "display_name": "Kosei Securities", "legal_name": null, "aliases": [], "website": "https://www.kosei.co.jp", "canonical_domain": "kosei.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "8617", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4004 +{"wikidata_id": "Q11388382", "display_name": "Kohsai", "legal_name": null, "aliases": [], "website": "https://www.kosaikogei.co.jp", "canonical_domain": "kosaikogei.co.jp", "country": "JP", "hq_city": "Yamanashi Prefecture", "hq_region": "Japan", "lat": 35.66414, "lon": 138.56842, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "7878", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4005 +{"wikidata_id": "Q11388710", "display_name": "Kodama Chemical Industry", "legal_name": null, "aliases": ["Kodama Chemical Industry Co", ". LTD."], "website": "https://www.kodama-chemical.co.jp", "canonical_domain": "kodama-chemical.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "4222", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4006 +{"wikidata_id": "Q11390633", "display_name": "Motherson Yachiyo Automotive Systems", "legal_name": null, "aliases": ["Yachiyo Industry", "Yachiyo Industry Co.", "Ltd."], "website": "https://www.yachiyo-ind.co.jp", "canonical_domain": "yachiyo-ind.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["automotive"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "7298", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4007 +{"wikidata_id": "Q11391316", "display_name": "Yagi & Co.", "legal_name": null, "aliases": [], "website": "https://www.yaginet.co.jp", "canonical_domain": "yaginet.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "7460", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4008 +{"wikidata_id": "Q11392639", "display_name": "Kyodo Printing", "legal_name": "共同印刷株式会社", "aliases": ["Kyodo Printing Co. Ltd.", "TOMOWEL"], "website": "https://www.kyodoprinting.co.jp", "canonical_domain": "kyodoprinting.co.jp", "country": "JP", "hq_city": "Koishikawa", "hq_region": "Bunkyō-ku", "lat": 35.71321, "lon": 139.74519, "industries": ["manufacturing"], "industry_labels": ["printing industry"], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "7914", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4009 +{"wikidata_id": "Q11392657", "display_name": "Kyodo Paper Holdings", "legal_name": null, "aliases": [], "website": "https://www.kyodopaper.com", "canonical_domain": "kyodopaper.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "9849", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4010 +{"wikidata_id": "Q11392672", "display_name": "Kyowa Leather Cloth", "legal_name": null, "aliases": [], "website": "https://www.kyowale.co.jp", "canonical_domain": "kyowale.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "3553", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4011 +{"wikidata_id": "Q11392679", "display_name": "kyowakogyosyo.co.jp", "legal_name": null, "aliases": [], "website": "https://www.kyowakogyosyo.co.jp", "canonical_domain": "kyowakogyosyo.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "5971", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4012 +{"wikidata_id": "Q11392693", "display_name": "Kyowa Electronic Instruments", "legal_name": null, "aliases": [], "website": "https://www.kyowa-ei.com", "canonical_domain": "kyowa-ei.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6853", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4013 +{"wikidata_id": "Q11392763", "display_name": "Kyoritsu Printing", "legal_name": null, "aliases": [], "website": "https://www.kyoritsu-printing.co.jp", "canonical_domain": "kyoritsu-printing.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "7795", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LOGO_OF_KYORITSU_PRINTING.jpg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4014 +{"wikidata_id": "Q11393808", "display_name": "Kanematsu Engineering", "legal_name": null, "aliases": [], "website": "https://www.kanematsu-eng.jp", "canonical_domain": "kanematsu-eng.jp", "country": "JP", "hq_city": "Kōchi-shi", "hq_region": "Kōchi Prefecture", "lat": 33.55883, "lon": 133.53122, "industries": ["construction"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "6402", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4015 +{"wikidata_id": "Q11396545", "display_name": "Hatsuho Shouji Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.hatsuho.co.jp", "canonical_domain": "hatsuho.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "7425", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4016 +{"wikidata_id": "Q11397356", "display_name": "Maezawa Industries", "legal_name": null, "aliases": [], "website": "https://www.maezawa.co.jp", "canonical_domain": "maezawa.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "6489", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4017 +{"wikidata_id": "Q11397357", "display_name": "Maezawa Kyuso Industries", "legal_name": null, "aliases": [], "website": "https://www.qso.co.jp", "canonical_domain": "qso.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "6485", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4018 +{"wikidata_id": "Q11397747", "display_name": "TONE CO., LTD.", "legal_name": null, "aliases": [], "website": "https://www.tonetool.co.jp", "canonical_domain": "tonetool.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "5967", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4019 +{"wikidata_id": "Q11398050", "display_name": "Sokensha", "legal_name": null, "aliases": [], "website": "https://www.sokensha.co.jp", "canonical_domain": "sokensha.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "7413", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4020 +{"wikidata_id": "Q11401664", "display_name": "Kitagawa Seiki", "legal_name": null, "aliases": [], "website": "https://www.kitagawaseiki.co.jp", "canonical_domain": "kitagawaseiki.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "6327", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4021 +{"wikidata_id": "Q11401681", "display_name": "Kitagawa Iron Works", "legal_name": null, "aliases": [], "website": "https://www.kiw.co.jp", "canonical_domain": "kiw.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": ["mining"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "6317", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4022 +{"wikidata_id": "Q11401715", "display_name": "KITA KOUDENSHA Corporation", "legal_name": null, "aliases": [], "website": "https://www.kitakoudensha.co.jp", "canonical_domain": "kitakoudensha.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Sapporo", "lat": 43.05536, "lon": 141.34097, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "1734", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4023 +{"wikidata_id": "Q11401865", "display_name": "Kitabo", "legal_name": null, "aliases": ["Kitanihon Spinning"], "website": "https://www.ktbo.co.jp", "canonical_domain": "ktbo.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "3409", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4024 +{"wikidata_id": "Q11402327", "display_name": "Kitazawa Sangyo", "legal_name": null, "aliases": [], "website": "https://www.kitazawasangyo.co.jp", "canonical_domain": "kitazawasangyo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "9930", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4025 +{"wikidata_id": "Q11402466", "display_name": "Hokkaido Gas", "legal_name": "Hokkaido Gas Co., Ltd.", "aliases": ["Kitagas"], "website": "https://www.hokkaido-gas.co.jp", "canonical_domain": "hokkaido-gas.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "9534", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4026 +{"wikidata_id": "Q11402473", "display_name": "Hokkaido Coca-Cola Bottling", "legal_name": null, "aliases": ["Hokkaido Coca-Cola Bottling Co", "Ltd."], "website": "https://www.hokkaido.ccbc.co.jp", "canonical_domain": "ccbc.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "2573", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Coca-Cola_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4027 +{"wikidata_id": "Q11403739", "display_name": "Hokkai Electrical Construction", "legal_name": null, "aliases": [], "website": "https://www.hokkaidenki.co.jp", "canonical_domain": "hokkaidenki.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["construction"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "1832", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q742449", "name": "Hokkaido Electric Power Company"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4028 +{"wikidata_id": "Q11404102", "display_name": "Hokuetsu Metal", "legal_name": null, "aliases": ["HOKUETSU METAL Co.", "Ltd."], "website": "https://www.hokume.co.jp", "canonical_domain": "hokume.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "5446", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4029 +{"wikidata_id": "Q11404389", "display_name": "Hokuriku Gas", "legal_name": null, "aliases": ["HOKURIKU GUS CO.", "LTD."], "website": "https://www.hokurikugas.co.jp", "canonical_domain": "hokurikugas.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "9537", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4030 +{"wikidata_id": "Q11404489", "display_name": "Hokuriku Electric Industry", "legal_name": null, "aliases": [], "website": "https://www.hdk.co.jp", "canonical_domain": "hdk.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 36.60889, "lon": 137.20342, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "6989", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4031 +{"wikidata_id": "Q11404500", "display_name": "Hokuyu Lucky", "legal_name": null, "aliases": [], "website": "https://www.hokuyu-lucky.co.jp", "canonical_domain": "hokuyu-lucky.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "2747", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4032 +{"wikidata_id": "Q11405276", "display_name": "Chiyoda Integre", "legal_name": null, "aliases": [], "website": "https://www.chiyoda-i.co.jp", "canonical_domain": "chiyoda-i.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "6915", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4033 +{"wikidata_id": "Q114056884", "display_name": "Massivit", "legal_name": "מאסיבית טכנולוגיות הדפסה תלת מימד בע''מ", "aliases": [], "website": "https://www.massivit3d.com", "canonical_domain": "massivit3d.com", "country": "IL", "hq_city": "Lod", "hq_region": "Central District", "lat": 31.95, "lon": 34.9, "industries": ["manufacturing"], "industry_labels": ["printing industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "MSVT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "3D Printing Technologies", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4034 +{"wikidata_id": "Q114069540", "display_name": "Robinsons Retail", "legal_name": null, "aliases": ["Robinsons Retail Holdings", "Robinsons Retail Holdings", "Inc.", "Robinsons Retail Holdings", "Incorporated"], "website": "https://robinsonsretailholdings.com.ph", "canonical_domain": "robinsonsretailholdings.com.ph", "country": "PH", "hq_city": "Quezon City", "hq_region": "Metro Manila", "lat": 14.65, "lon": 121.0475, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "RRHI", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "one of the largest omnichannel retailers in the Philippines", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4035 +{"wikidata_id": "Q11407218", "display_name": "Kyowa Engineering Consultants", "legal_name": null, "aliases": [], "website": "https://www.kyowa-c.co.jp", "canonical_domain": "kyowa-c.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "9647", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4036 +{"wikidata_id": "Q11407253", "display_name": "Kyoei Sangyo", "legal_name": null, "aliases": [], "website": "https://www.kyoei.co.jp", "canonical_domain": "kyoei.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "6973", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4037 +{"wikidata_id": "Q11407255", "display_name": "Kyoritsu Air Tech", "legal_name": null, "aliases": [], "website": "https://www.kak-net.co.jp", "canonical_domain": "kak-net.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["technology"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "5997", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4038 +{"wikidata_id": "Q11408163", "display_name": "Nankai Plywood", "legal_name": null, "aliases": [], "website": "https://www.nankaiplywood.co.jp", "canonical_domain": "nankaiplywood.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "7887", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4039 +{"wikidata_id": "Q11408170", "display_name": "Nankai Chemical", "legal_name": null, "aliases": [], "website": "https://www.nankai-chem.co.jp", "canonical_domain": "nankai-chem.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "4040", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4040 +{"wikidata_id": "Q11408197", "display_name": "Nankai Tatsumura Construction", "legal_name": null, "aliases": ["Nankai Tatsumura Construction Co.", "Ltd."], "website": "https://www.nantatsu.co.jp", "canonical_domain": "nantatsu.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["construction"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "1850", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1188230", "name": "Nankai Electric Railway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nankai_group_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4041 +{"wikidata_id": "Q11408359", "display_name": "Nanso Transport", "legal_name": null, "aliases": [], "website": "https://www.nanso.co.jp", "canonical_domain": "nanso.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": ["transportation"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "9034", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4042 +{"wikidata_id": "Q11408726", "display_name": "Nanyo Corporation", "legal_name": null, "aliases": [], "website": "https://www.nanyo.co.jp", "canonical_domain": "nanyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "7417", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4043 +{"wikidata_id": "Q11409614", "display_name": "revolution.co.jp", "legal_name": null, "aliases": [], "website": "https://revolution.co.jp", "canonical_domain": "revolution.co.jp", "country": "JP", "hq_city": "Yamaguchi Prefecture", "hq_region": "Japan", "lat": 34.18611, "lon": 131.47028, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "8894", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4044 +{"wikidata_id": "Q11410415", "display_name": "Soshin Electric", "legal_name": null, "aliases": ["Soshin Electric Co.", "Ltd."], "website": "https://www.soshin.co.jp", "canonical_domain": "soshin.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6938", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4045 +{"wikidata_id": "Q11412422", "display_name": "Godo Steel", "legal_name": null, "aliases": [], "website": "https://www.godo-steel.co.jp", "canonical_domain": "godo-steel.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "5410", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1151693", "name": "Nippon Steel Corporation"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4046 +{"wikidata_id": "Q11415537", "display_name": "Meito", "legal_name": null, "aliases": ["Meito Sangyo"], "website": "https://www.meito-abc.co.jp", "canonical_domain": "meito-abc.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "2207", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese food company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4047 +{"wikidata_id": "Q11417140", "display_name": "Waida Manufacturing", "legal_name": null, "aliases": ["Waida MFG Co.", "Ltd."], "website": "https://www.waida.co.jp", "canonical_domain": "waida.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "6158", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4048 +{"wikidata_id": "Q11417253", "display_name": "wakoushokuhin.co.jp", "legal_name": null, "aliases": [], "website": "https://www.wakoushokuhin.co.jp", "canonical_domain": "wakoushokuhin.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "2813", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4049 +{"wikidata_id": "Q11420345", "display_name": "Toppan Colorer", "legal_name": null, "aliases": ["Tosho Printing"], "website": "https://www.toppan-colorer.co.jp", "canonical_domain": "toppan-colorer.co.jp", "country": "JP", "hq_city": "Kita", "hq_region": "Tokyo", "lat": 35.75281, "lon": 139.73356, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "7913", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q986752", "name": "Toppan Holdings"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4050 +{"wikidata_id": "Q11427608", "display_name": "Bitcoin Japan", "legal_name": null, "aliases": ["Marusho Hotta"], "website": "https://www.hotta-marusho.co.jp", "canonical_domain": "hotta-marusho.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "8105", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4051 +{"wikidata_id": "Q11430736", "display_name": "Tamagawa Holdings", "legal_name": null, "aliases": [], "website": "https://www.tmex.co.jp", "canonical_domain": "tmex.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "6838", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4052 +{"wikidata_id": "Q11430799", "display_name": "Taki Chemical", "legal_name": null, "aliases": ["TAKI Chemical", "TAKI Chemical Co.", "Ltd.", "TAKI Chemical Co.", "Ltd. (Japan)"], "website": "https://www.takichem.co.jp", "canonical_domain": "takichem.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "4025", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kakogawa, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4053 +{"wikidata_id": "Q11433322", "display_name": "Daido Signal", "legal_name": null, "aliases": [], "website": "https://www.daido-signal.co.jp", "canonical_domain": "daido-signal.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6743", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4054 +{"wikidata_id": "Q11433375", "display_name": "Daiwa", "legal_name": null, "aliases": ["Daiwa Co.", "Ltd."], "website": "https://www.daiwa-dp.co.jp", "canonical_domain": "daiwa-dp.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "8247", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DAIWA_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4055 +{"wikidata_id": "Q11433415", "display_name": "Daiwa", "legal_name": null, "aliases": ["Daiwa Industries", "Daiwa Industries Ltd."], "website": "https://www.drk.co.jp", "canonical_domain": "drk.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "6459", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4056 +{"wikidata_id": "Q11433934", "display_name": "OAT Agrio", "legal_name": null, "aliases": [], "website": "https://www.oat-agrio.co.jp", "canonical_domain": "oat-agrio.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "4979", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Agricultural materials manufacturer in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4057 +{"wikidata_id": "Q11435332", "display_name": "DAISYO CORPORATION", "legal_name": null, "aliases": [], "website": "https://www.daisyo.co.jp", "canonical_domain": "daisyo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "9979", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4058 +{"wikidata_id": "Q11435486", "display_name": "Taisei Lamick Group Head Quarter & Innovation", "legal_name": null, "aliases": ["Taisei Lamick"], "website": "https://www.lamick.co.jp", "canonical_domain": "lamick.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "4994", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4059 +{"wikidata_id": "Q11435637", "display_name": "Dia Nippon Engineering Consultants", "legal_name": null, "aliases": ["Dn Holdings", "Nippon Engineering Consultants"], "website": "https://www.dd-con.co.jp", "canonical_domain": "dd-con.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "7377", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4060 +{"wikidata_id": "Q11435861", "display_name": "Ohki Healthcare Holdings", "legal_name": null, "aliases": ["Ohki Healthcare Holdings Co.", "Ltd."], "website": "https://www.ohki-net.co.jp", "canonical_domain": "ohki-net.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "3417", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4061 +{"wikidata_id": "Q11435927", "display_name": "Daisue Construction", "legal_name": null, "aliases": ["Daisue Construction Co.", "Ltd.", "Daisue Construction Co.", "Ltd. (Japan)"], "website": "https://www.daisue.co.jp", "canonical_domain": "daisue.co.jp", "country": "JP", "hq_city": "Kyūtarō-machi", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "1814", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Chūō Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4062 +{"wikidata_id": "Q11436163", "display_name": "Daitobo", "legal_name": null, "aliases": [], "website": "https://www.daitobo.co.jp", "canonical_domain": "daitobo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1896, "employees": null, "public_company": true, "ticker": "3202", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4063 +{"wikidata_id": "Q11436348", "display_name": "Ohmoriya", "legal_name": null, "aliases": ["Ohmoriya Co.", "Ltd."], "website": "https://www.ohmoriya.com", "canonical_domain": "ohmoriya.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "2917", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4064 +{"wikidata_id": "Q11438057", "display_name": "Ohmori", "legal_name": null, "aliases": [], "website": "https://www.ohmori.co.jp", "canonical_domain": "ohmori.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "1844", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4065 +{"wikidata_id": "Q11438233", "display_name": "Ohishi Sangyo", "legal_name": null, "aliases": ["Ohishi Sangyo Co.", "Ltd.", "Ohishi Sangyo Co.", "Ltd. (Japan)"], "website": "https://www.osk.co.jp", "canonical_domain": "osk.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "3943", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shimizu, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4066 +{"wikidata_id": "Q11438592", "display_name": "Daiko Xtech", "legal_name": null, "aliases": ["Daiko Denshi Tsushin"], "website": "https://www.daiko-xtech.co.jp", "canonical_domain": "daiko-xtech.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "8023", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4067 +{"wikidata_id": "Q11439071", "display_name": "Otani Kogyo", "legal_name": null, "aliases": [], "website": "https://www.otanikogyo.com", "canonical_domain": "otanikogyo.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "5939", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4068 +{"wikidata_id": "Q11439193", "display_name": "Taiho Kogyo", "legal_name": null, "aliases": ["Taiho Kogyo Co.", "Ltd."], "website": "https://www.taihonet.co.jp", "canonical_domain": "taihonet.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6470", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4069 +{"wikidata_id": "Q114399872", "display_name": "SGC Energy", "legal_name": "SGC Energy Co.,Ltd.", "aliases": [], "website": "https://www.sgcenergy.co.kr", "canonical_domain": "sgcenergy.co.kr", "country": "KR", "hq_city": "Gunsan", "hq_region": "North Jeolla", "lat": 35.97861, "lon": 126.71139, "industries": ["energy"], "industry_labels": ["electricity generation", "electric power generation, transmission and distribution"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "005090", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4070 +{"wikidata_id": "Q114401686", "display_name": "Iyogin Holdings, Inc.", "legal_name": "株式会社いよぎんホールディングス", "aliases": [], "website": "https://www.iyogin-hd.co.jp", "canonical_domain": "iyogin-hd.co.jp", "country": "JP", "hq_city": "Matsuyama", "hq_region": "Ehime Prefecture", "lat": 33.84, "lon": 132.76, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2022, "employees": null, "public_company": true, "ticker": "5830", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4071 +{"wikidata_id": "Q11441615", "display_name": "Osaka Steel", "legal_name": null, "aliases": [], "website": "https://www.osaka-seitetu.co.jp", "canonical_domain": "osaka-seitetu.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "5449", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1151693", "name": "Nippon Steel Corporation"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4072 +{"wikidata_id": "Q114436904", "display_name": "株式会社プログリット", "legal_name": "株式会社プログリット", "aliases": [], "website": "https://www.progrit.co.jp", "canonical_domain": "progrit.co.jp", "country": "JP", "hq_city": "Yūrakuchō", "hq_region": "Chiyoda", "lat": 35.675, "lon": 139.76431, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "9560", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4073 +{"wikidata_id": "Q11443806", "display_name": "Tenryu Saw Manufacturing", "legal_name": null, "aliases": ["Tenryu Saw Manufacturing Co.", "Ltd."], "website": "https://www.tenryu-saw.com", "canonical_domain": "tenryu-saw.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1913, "employees": null, "public_company": true, "ticker": "5945", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4074 +{"wikidata_id": "Q11443987", "display_name": "Taiheiyo Kouhatsu", "legal_name": null, "aliases": ["Taiheiyo Kouhatsu Inc."], "website": "https://www.taiheiyo.net", "canonical_domain": "taiheiyo.net", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "8835", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4075 +{"wikidata_id": "Q11443999", "display_name": "Taihei Machinery Works", "legal_name": null, "aliases": [], "website": "https://www.taihei-ss.co.jp", "canonical_domain": "taihei-ss.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "6342", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4076 +{"wikidata_id": "Q11444046", "display_name": "taiyoukiso.co.jp", "legal_name": null, "aliases": [], "website": "https://www.taiyoukiso.co.jp", "canonical_domain": "taiyoukiso.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "1758", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4077 +{"wikidata_id": "Q11444049", "display_name": "Taiyo Tecnolex", "legal_name": null, "aliases": ["Taiyo Industrial", "Taiyo Industrial Co.", "Ltd.", "Taiyo Tecnolex Co.", "Ltd."], "website": "https://www.taiyo-tx.com", "canonical_domain": "taiyo-tx.com", "country": "JP", "hq_city": "Wakayama Prefecture", "hq_region": "Japan", "lat": 34.22603, "lon": 135.1675, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "6663", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4078 +{"wikidata_id": "Q11444694", "display_name": "Taiyo Koki", "legal_name": null, "aliases": [], "website": "https://www.taiyokoki.com", "canonical_domain": "taiyokoki.com", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "6164", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4079 +{"wikidata_id": "Q11446894", "display_name": "Myotoku Limited", "legal_name": null, "aliases": [], "website": "https://convum.co.jp", "canonical_domain": "convum.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6265", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4080 +{"wikidata_id": "Q11449251", "display_name": "g-fac.jp", "legal_name": null, "aliases": [], "website": "https://g-fac.jp", "canonical_domain": "g-fac.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "3474", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4081 +{"wikidata_id": "Q114498008", "display_name": "Chugin Financial Group, Inc.", "legal_name": "株式会社ちゅうぎんフィナンシャルグループ", "aliases": [], "website": "https://www.chugin-fg.co.jp", "canonical_domain": "chugin-fg.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5832", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4082 +{"wikidata_id": "Q11449895", "display_name": "unozawa.co.jp", "legal_name": null, "aliases": [], "website": "https://www.unozawa.co.jp", "canonical_domain": "unozawa.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "6396", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4083 +{"wikidata_id": "Q11450120", "display_name": "Moriya Corporation", "legal_name": null, "aliases": [], "website": "https://www.moriya-s.co.jp", "canonical_domain": "moriya-s.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "1798", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4084 +{"wikidata_id": "Q11450144", "display_name": "Moriya Transportation Engineering and Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.moriya-elevator.co.jp", "canonical_domain": "moriya-elevator.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["transportation"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6226", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4085 +{"wikidata_id": "Q11450646", "display_name": "YE DIGITAL", "legal_name": null, "aliases": ["Yaskawa Information System", "YE DIGITAL Corporation"], "website": "https://www.ysknet.co.jp", "canonical_domain": "ysknet.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["technology"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "2354", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4086 +{"wikidata_id": "Q11450904", "display_name": "Yasunaga", "legal_name": null, "aliases": ["YASUNAGA Corporation"], "website": "https://www.fine-yasunaga.co.jp", "canonical_domain": "fine-yasunaga.co.jp", "country": "JP", "hq_city": "Mie Prefecture", "hq_region": "Japan", "lat": 34.73025, "lon": 136.50867, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7271", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4087 +{"wikidata_id": "Q11453270", "display_name": "Miyairi Valve Manufacturing", "legal_name": null, "aliases": ["Miyairi Valve MFG.", "Miyairi Valve MFG. Co.", "Ltd.", "Miyairi Valve MFG. Co.", "Ltd. (Japan)"], "website": "https://www.miyairi-valve.co.jp", "canonical_domain": "miyairi-valve.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6495", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Chuo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4088 +{"wikidata_id": "Q11455873", "display_name": "Fuji Soft Service Bureau", "legal_name": null, "aliases": [], "website": "https://www.fsisb.co.jp", "canonical_domain": "fsisb.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "6188", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4089 +{"wikidata_id": "Q11455874", "display_name": "Fujisoft", "legal_name": null, "aliases": ["FUJISOFT Inc."], "website": "https://www.fsi.co.jp", "canonical_domain": "fsi.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "9749", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4090 +{"wikidata_id": "Q11455886", "display_name": "fujips.co.jp", "legal_name": null, "aliases": [], "website": "https://www.fujips.co.jp", "canonical_domain": "fujips.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "1848", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4091 +{"wikidata_id": "Q114558967", "display_name": "Icon Group Ltd", "legal_name": "אייקון גרופ בע''מ", "aliases": ["ICON Group Ltd."], "website": "https://www.idigtal.co.il", "canonical_domain": "idigtal.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "ICON", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4092 +{"wikidata_id": "Q114558968", "display_name": "Ratio Petroleum Energy-limited Partnership", "legal_name": "רציו פטרוליום אנרגיה - שותפות מוגבלת", "aliases": [], "website": "https://www.ratiopetroleum.com", "canonical_domain": "ratiopetroleum.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "RTPT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4093 +{"wikidata_id": "Q114558969", "display_name": "Global Knafaim Leasing Ltd", "legal_name": "גלובל כנפיים ליסינג בע''מ", "aliases": [], "website": "https://www.gkl-leasing.com", "canonical_domain": "gkl-leasing.com", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "GKL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q68814450", "name": "Knafaim Holdings Ltd."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4094 +{"wikidata_id": "Q114558970", "display_name": "Lahav L.r. Real Estate Ltd", "legal_name": "להב אל.אר רילאסטייט בע''מ", "aliases": [], "website": "https://www.lahavgroup.co.il", "canonical_domain": "lahavgroup.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "LAHAV", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4095 +{"wikidata_id": "Q114558971", "display_name": "Tigbur - Temporary Professional Personnel Ltd", "legal_name": "תיגבור-מאגר כח אדם מקצועי זמני בע''מ", "aliases": [], "website": "https://www.tigbur.co.il", "canonical_domain": "tigbur.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "TIGBUR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli human resources recruiting and placement company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4096 +{"wikidata_id": "Q114558972", "display_name": "Keystone Reit Ltd", "legal_name": "קיסטון ריט בע''מ", "aliases": [], "website": "https://www.keystoneisrael.com", "canonical_domain": "keystoneisrael.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "KSTN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4097 +{"wikidata_id": "Q11455987", "display_name": "Fujisan Magazine Service", "legal_name": null, "aliases": [], "website": "https://www.fujisan.co.jp", "canonical_domain": "fujisan.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3138", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4098 +{"wikidata_id": "Q11456132", "display_name": "Fuji Kosan", "legal_name": null, "aliases": ["FUJI KOSAN COMPANY", "LTD.", "FUJI KOSAN COMPANY", "LTD. (Japan)"], "website": "https://www.fkoil.co.jp", "canonical_domain": "fkoil.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5009", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4099 +{"wikidata_id": "Q11456139", "display_name": "Fuji Pharma", "legal_name": null, "aliases": ["Fuji Pharma Co.", "Ltd."], "website": "https://www.fujipharma.jp", "canonical_domain": "fujipharma.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "4554", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4100 +{"wikidata_id": "Q11457803", "display_name": "Fulltech", "legal_name": null, "aliases": ["Fulltech Co.Ltd."], "website": "https://www.fulltech1963.com", "canonical_domain": "fulltech1963.com", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "6546", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4101 +{"wikidata_id": "Q11459064", "display_name": "Kozosushi", "legal_name": null, "aliases": ["Kozo Holdings", "Kozosushi Co.", "LTD."], "website": "https://kozosushi-gr.com", "canonical_domain": "kozosushi-gr.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9973", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese takeout sushi franchise chain and its operating company, both based in Chuo-ku, Tokyo", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4102 +{"wikidata_id": "Q11462593", "display_name": "Ozu Corporation", "legal_name": null, "aliases": [], "website": "https://www.ozu.co.jp", "canonical_domain": "ozu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "7487", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4103 +{"wikidata_id": "Q11462992", "display_name": "odawarakiki.com", "legal_name": null, "aliases": [], "website": "https://www.odawarakiki.com", "canonical_domain": "odawarakiki.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "7314", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4104 +{"wikidata_id": "Q11464162", "display_name": "Ono Sokki", "legal_name": null, "aliases": [], "website": "https://www.onosokki.co.jp", "canonical_domain": "onosokki.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "6858", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4105 +{"wikidata_id": "Q11465136", "display_name": "Oie Sangyo", "legal_name": null, "aliases": [], "website": "https://www.oie.co.jp", "canonical_domain": "oie.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "7481", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4106 +{"wikidata_id": "Q11467719", "display_name": "Yamadai", "legal_name": null, "aliases": [], "website": "https://www.yamadai.com", "canonical_domain": "yamadai.com", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "7426", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4107 +{"wikidata_id": "Q11471177", "display_name": "Sanyo Special Steel", "legal_name": null, "aliases": ["Sanyo Special Steel Co.", "Ltd."], "website": "https://www.sanyo-steel.co.jp", "canonical_domain": "sanyo-steel.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "5481", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1151693", "name": "Nippon Steel Corporation"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4108 +{"wikidata_id": "Q11471927", "display_name": "Okasan Securities Group", "legal_name": null, "aliases": [], "website": "https://www.okasan.jp", "canonical_domain": "okasan.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "8609", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4109 +{"wikidata_id": "Q11472753", "display_name": "Okayama Paper Industries", "legal_name": null, "aliases": [], "website": "https://www.okayamaseishi.co.jp", "canonical_domain": "okayamaseishi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "3892", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4110 +{"wikidata_id": "Q11473117", "display_name": "Okamoto Machine Tool Works", "legal_name": null, "aliases": [], "website": "https://www.okamoto.co.jp", "canonical_domain": "okamoto.co.jp", "country": "JP", "hq_city": "Gunma Prefecture", "hq_region": "Japan", "lat": 36.39, "lon": 139.06, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "6125", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4111 +{"wikidata_id": "Q11473183", "display_name": "Okamoto Glass", "legal_name": null, "aliases": ["Okamoto Glass Co.", "Ltd."], "website": "https://ogc-jp.com", "canonical_domain": "ogc-jp.com", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": ["materials"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "7746", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4112 +{"wikidata_id": "Q11473899", "display_name": "Okano Valve Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.okano-valve.co.jp", "canonical_domain": "okano-valve.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "6492", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4113 +{"wikidata_id": "Q11477942", "display_name": "Kawaguchi Chemical Industry", "legal_name": null, "aliases": [], "website": "https://www.kawachem.co.jp", "canonical_domain": "kawachem.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "4361", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4114 +{"wikidata_id": "Q11478371", "display_name": "Kawasaki Geological Engineering", "legal_name": null, "aliases": [], "website": "https://www.kge.co.jp", "canonical_domain": "kge.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "4673", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4115 +{"wikidata_id": "Q11478692", "display_name": "Kawamoto Corporation", "legal_name": null, "aliases": [], "website": "https://www.kawamoto-sangyo.co.jp", "canonical_domain": "kawamoto-sangyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "3604", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4116 +{"wikidata_id": "Q11479137", "display_name": "Kawanishi Warehouse", "legal_name": null, "aliases": [], "website": "https://www.kawanishi.co.jp", "canonical_domain": "kawanishi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "9322", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4117 +{"wikidata_id": "Q11479285", "display_name": "T. Kawabe & Co.", "legal_name": null, "aliases": [], "website": "https://www.kawabe.co.jp", "canonical_domain": "kawabe.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "8123", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4118 +{"wikidata_id": "Q11479881", "display_name": "Tomoe Corporation", "legal_name": null, "aliases": [], "website": "https://www.tomoe-corporation.co.jp", "canonical_domain": "tomoe-corporation.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "1921", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4119 +{"wikidata_id": "Q11479893", "display_name": "Tomoegawa", "legal_name": null, "aliases": [], "website": "https://www.tomoegawa.co.jp", "canonical_domain": "tomoegawa.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "3878", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4120 +{"wikidata_id": "Q11480723", "display_name": "Ichishin Holdings", "legal_name": null, "aliases": [], "website": "https://ir.ichishin.co.jp", "canonical_domain": "ichishin.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "4645", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Holding company that develops cram schools such as \"Ichishin Gakuin\" and \"Ichishin Preparatory School\" in Tokyo, Kanagawa, Chiba, Saitama, Ibaraki, Shizuoka, and Nagano in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4121 +{"wikidata_id": "Q11481038", "display_name": "Teikoku", "legal_name": null, "aliases": ["Teikoku Electric Manufacturing"], "website": "https://www.teikokucp.co.jp", "canonical_domain": "teikokucp.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6333", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4122 +{"wikidata_id": "Q11481595", "display_name": "Joban Kosan", "legal_name": null, "aliases": [], "website": "https://www.joban-kosan.com", "canonical_domain": "joban-kosan.com", "country": "JP", "hq_city": "Fukushima Prefecture", "hq_region": "Japan", "lat": 37.75028, "lon": 140.46775, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "9675", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4123 +{"wikidata_id": "Q11482385", "display_name": "Heian Ceremony Service", "legal_name": null, "aliases": [], "website": "https://www.heian-group.co.jp", "canonical_domain": "heian-group.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "2344", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4124 +{"wikidata_id": "Q11483965", "display_name": "Kowa", "legal_name": null, "aliases": [], "website": "https://www.tacaof.co.jp", "canonical_domain": "tacaof.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "7807", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4125 +{"wikidata_id": "Q11484199", "display_name": "youji.co.jp", "legal_name": null, "aliases": [], "website": "https://www.youji.co.jp", "canonical_domain": "youji.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "2152", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4126 +{"wikidata_id": "Q11484309", "display_name": "Koyou Rentia", "legal_name": null, "aliases": [], "website": "https://www.koyou.co.jp", "canonical_domain": "koyou.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "7081", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Koyou_rentia_corporate_logo.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4127 +{"wikidata_id": "Q11487382", "display_name": "Koudensha Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.kk-kodensha.co.jp", "canonical_domain": "kk-kodensha.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "1948", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4128 +{"wikidata_id": "Q11491277", "display_name": "Oyo Corporation", "legal_name": null, "aliases": [], "website": "https://www.oyo.co.jp", "canonical_domain": "oyo.co.jp", "country": "JP", "hq_city": "Kanda-Mitoshirochō", "hq_region": "Chiyoda", "lat": 35.69317, "lon": 139.76573, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "9755", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4129 +{"wikidata_id": "Q11496204", "display_name": "Togami Electric Manufacturing", "legal_name": null, "aliases": ["TOGAMI ELECTRIC MFG.CO.", "LTD."], "website": "https://www.togami-elec.co.jp", "canonical_domain": "togami-elec.co.jp", "country": "JP", "hq_city": "Saga Prefecture", "hq_region": "Japan", "lat": 33.24917, "lon": 130.29944, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "6643", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4130 +{"wikidata_id": "Q11496499", "display_name": "Toda Kogyo", "legal_name": null, "aliases": [], "website": "https://www.todakogyo.co.jp", "canonical_domain": "todakogyo.co.jp", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.38525, "lon": 132.45531, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "4100", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4131 +{"wikidata_id": "Q11497303", "display_name": "Fuso Dentsu", "legal_name": null, "aliases": ["Fuso Dentsu Co.", "Ltd."], "website": "https://www.fusodentsu.co.jp", "canonical_domain": "fusodentsu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7505", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4132 +{"wikidata_id": "Q11498018", "display_name": "Shizuki Electric", "legal_name": null, "aliases": ["SHIZUKI ELECTRIC CO.", "INC."], "website": "https://www.shizuki.co.jp", "canonical_domain": "shizuki.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "6994", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4133 +{"wikidata_id": "Q114980473", "display_name": "Netanel Group Ltd.", "legal_name": "נתנאל גרופ בע''מ", "aliases": [], "website": "https://www.netanel.co.il", "canonical_domain": "netanel.co.il", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["construction", "real-estate"], "industry_labels": ["construction", "real estate industry"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "NTGR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Public company in Israel", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4134 +{"wikidata_id": "Q11500956", "display_name": "New Cosmos Electric", "legal_name": null, "aliases": [], "website": "https://www.new-cosmos.co.jp", "canonical_domain": "new-cosmos.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "6824", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4135 +{"wikidata_id": "Q11501636", "display_name": "Shinhokoku Material", "legal_name": null, "aliases": ["Shinhokoku Steel", "SHIN-Hokoku Steel", "SHIN-Hokoku Steel Corporation", "SHIN-Hokoku Steel Corporation (Japan)"], "website": "https://www.shst.co.jp", "canonical_domain": "shst.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5542", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4136 +{"wikidata_id": "Q11502369", "display_name": "Shin-Nihon Tatemono", "legal_name": null, "aliases": [], "website": "https://www.kksnt.co.jp", "canonical_domain": "kksnt.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "8893", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4137 +{"wikidata_id": "Q11502390", "display_name": "New Japan Chemical", "legal_name": null, "aliases": [], "website": "https://www.nj-chem.co.jp", "canonical_domain": "nj-chem.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "4406", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4138 +{"wikidata_id": "Q11504821", "display_name": "Nichia Steel Works", "legal_name": null, "aliases": ["NICHIA STEEL WORKS", "LTD."], "website": "https://www.nichiasteel.co.jp", "canonical_domain": "nichiasteel.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "5658", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1151693", "name": "Nippon Steel Corporation"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4139 +{"wikidata_id": "Q11504843", "display_name": "Japan Living Service", "legal_name": null, "aliases": [], "website": "https://2110.jp", "canonical_domain": "2110.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "8854", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4140 +{"wikidata_id": "Q11504967", "display_name": "Nisso Pronity", "legal_name": null, "aliases": [], "website": "https://www.kakou-nisso.co.jp", "canonical_domain": "kakou-nisso.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "3440", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4141 +{"wikidata_id": "Q11505199", "display_name": "Nichiwa Sangyo", "legal_name": null, "aliases": [], "website": "https://www.nichiwasangyo.co.jp", "canonical_domain": "nichiwasangyo.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "2055", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4142 +{"wikidata_id": "Q11505512", "display_name": "ERI Holdings", "legal_name": null, "aliases": [], "website": "https://www.h-eri.co.jp", "canonical_domain": "h-eri.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "6083", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4143 +{"wikidata_id": "Q11505520", "display_name": "Nihon M&A Center", "legal_name": null, "aliases": [], "website": "https://www.nihon-ma.co.jp", "canonical_domain": "nihon-ma.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "2127", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4144 +{"wikidata_id": "Q11506216", "display_name": "Japan Asia Investmetnt", "legal_name": null, "aliases": [], "website": "https://www.jaic-vc.co.jp", "canonical_domain": "jaic-vc.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "8518", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4145 +{"wikidata_id": "Q11506227", "display_name": "Nippon Avionics", "legal_name": null, "aliases": [], "website": "https://www.avio.co.jp", "canonical_domain": "avio.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "6946", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4146 +{"wikidata_id": "Q11506250", "display_name": "Nippon Antenna", "legal_name": null, "aliases": [], "website": "https://www.nippon-antenna.co.jp", "canonical_domain": "nippon-antenna.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "6930", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4147 +{"wikidata_id": "Q11506257", "display_name": "Japan Insulation", "legal_name": null, "aliases": [], "website": "https://www.jic-bestork.co.jp", "canonical_domain": "jic-bestork.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["materials"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5368", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4148 +{"wikidata_id": "Q11506311", "display_name": "Nihon Enterprise", "legal_name": null, "aliases": ["Nihon Enterprise Co.", "Ltd."], "website": "https://www.nihon-e.co.jp", "canonical_domain": "nihon-e.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "4829", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4149 +{"wikidata_id": "Q11506388", "display_name": "Nippon Gear", "legal_name": null, "aliases": [], "website": "https://www.nippon-gear.jp", "canonical_domain": "nippon-gear.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "6356", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4150 +{"wikidata_id": "Q11506422", "display_name": "Nippon Care Supply", "legal_name": null, "aliases": ["Nippon Care Supply Co.", "Ltd."], "website": "https://www.caresupply.co.jp", "canonical_domain": "caresupply.co.jp", "country": "JP", "hq_city": "Shibadaimon", "hq_region": "Minato", "lat": 35.65697, "lon": 139.7537, "industries": ["retail"], "industry_labels": ["renting", "wholesale"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2393", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q650745", "name": "Mitsubishi Corporation"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4151 +{"wikidata_id": "Q11506426", "display_name": "Nippon Chemiphar", "legal_name": null, "aliases": [], "website": "https://www.chemiphar.co.jp", "canonical_domain": "chemiphar.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "4539", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4152 +{"wikidata_id": "Q11506437", "display_name": "Nippon Game Card", "legal_name": null, "aliases": ["Gamecard Holdings"], "website": "https://www.gc-holdings.co.jp", "canonical_domain": "gc-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "6249", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4153 +{"wikidata_id": "Q11506455", "display_name": "NCS&A", "legal_name": null, "aliases": ["NCS&A Co.", "Ltd.", "NCS&A Co.", "Ltd. (Japan)"], "website": "https://ncsa.jp", "canonical_domain": "ncsa.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "9709", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kita, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4154 +{"wikidata_id": "Q11506584", "display_name": "Nippon Tungsten", "legal_name": null, "aliases": [], "website": "https://www.nittan.co.jp", "canonical_domain": "nittan.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "6998", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4155 +{"wikidata_id": "Q11506711", "display_name": "ndc-group.co.jp", "legal_name": null, "aliases": [], "website": "https://www.ndc-group.co.jp", "canonical_domain": "ndc-group.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "1909", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4156 +{"wikidata_id": "Q11506763", "display_name": "Valqua", "legal_name": null, "aliases": ["Nippon Valqua Industries", "Ltd."], "website": "https://www.valqua.co.jp", "canonical_domain": "valqua.co.jp", "country": "JP", "hq_city": "Ōsaki", "hq_region": "Shinagawa", "lat": 35.61973, "lon": 139.72797, "industries": [], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "7995", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4157 +{"wikidata_id": "Q11506773", "display_name": "Nippon Pallet Pool", "legal_name": null, "aliases": [], "website": "https://www.npp-web.co.jp", "canonical_domain": "npp-web.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "4690", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4158 +{"wikidata_id": "Q11506775", "display_name": "Japan Power Fastening", "legal_name": null, "aliases": ["Japan Power Fastening Co.", "Ltd."], "website": "https://www.jpf-net.co.jp", "canonical_domain": "jpf-net.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["energy"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "5950", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4159 +{"wikidata_id": "Q11506787", "display_name": "Japan Business Systems", "legal_name": null, "aliases": ["Inc.", "JBS"], "website": "https://www.jbs.co.jp", "canonical_domain": "jbs.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consulting"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "5036", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1791942", "parent": null, "logo_url": null, "description": "Systems Integrator", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1791942", "enriched_at": "2026-09-13T07:23:30+00:00"}}
4160 +{"wikidata_id": "Q11506855", "display_name": "Nihon Plast", "legal_name": null, "aliases": ["Nihon Plast Co.", "Ltd."], "website": "https://www.n-plast.co.jp", "canonical_domain": "n-plast.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7291", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4161 +{"wikidata_id": "Q11506873", "display_name": "Japan Process Development", "legal_name": null, "aliases": [], "website": "https://www.jpd.co.jp", "canonical_domain": "jpd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "9651", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4162 +{"wikidata_id": "Q11507054", "display_name": "Japan Logistic Systems", "legal_name": null, "aliases": [], "website": "https://www.logitem.co.jp", "canonical_domain": "logitem.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "9060", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4163 +{"wikidata_id": "Q11507227", "display_name": "Nippon Shindo", "legal_name": null, "aliases": ["NIPPON SHINDO CO.", "Ltd."], "website": "https://www.nippon-shindo.co.jp", "canonical_domain": "nippon-shindo.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "5753", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4164 +{"wikidata_id": "Q11507376", "display_name": "Japan Publitions Trading", "legal_name": null, "aliases": [], "website": "https://www.jptco.co.jp", "canonical_domain": "jptco.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "8072", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4165 +{"wikidata_id": "Q11507540", "display_name": "NIHONWASOU HOLDINGS,INC.", "legal_name": null, "aliases": [], "website": "https://www.wasou.com", "canonical_domain": "wasou.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "2499", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4166 +{"wikidata_id": "Q11507987", "display_name": "Nihon Yamamura Glass", "legal_name": null, "aliases": [], "website": "https://www.yamamura.co.jp", "canonical_domain": "yamamura.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["materials"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "5210", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4167 +{"wikidata_id": "Q11508137", "display_name": "Japan Resistor Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.jrm.co.jp", "canonical_domain": "jrm.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "6977", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4168 +{"wikidata_id": "Q11508697", "display_name": "Japan Oil Transportation", "legal_name": null, "aliases": [], "website": "https://www.jot.co.jp", "canonical_domain": "jot.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "9074", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4169 +{"wikidata_id": "Q11508787", "display_name": "Nihon Seimitsu", "legal_name": null, "aliases": ["Nihon Seimitsu Co.", "Ltd."], "website": "https://www.nihon-s.co.jp", "canonical_domain": "nihon-s.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "7771", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4170 +{"wikidata_id": "Q11508805", "display_name": "Nihon Seiko", "legal_name": null, "aliases": [], "website": "https://www.nihonseiko.co.jp", "canonical_domain": "nihonseiko.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "5729", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4171 +{"wikidata_id": "Q11508861", "display_name": "Hito-To-Hito", "legal_name": null, "aliases": ["Hito-To-Hito Holdings"], "website": "https://hitotohito-hd.co.jp", "canonical_domain": "hitotohito-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "549A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4172 +{"wikidata_id": "Q11508977", "display_name": "Nihon Kogyo", "legal_name": null, "aliases": ["NIHON KOGYO", ".CO.LTD"], "website": "https://www.nihon-kogyo.co.jp", "canonical_domain": "nihon-kogyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "5279", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4173 +{"wikidata_id": "Q11509067", "display_name": "Nihon Seikan", "legal_name": null, "aliases": [], "website": "https://www.nihonseikan.co.jp", "canonical_domain": "nihonseikan.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "5905", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4174 +{"wikidata_id": "Q11509082", "display_name": "Nihon Seima", "legal_name": null, "aliases": [], "website": "https://www.nihonseima.co.jp", "canonical_domain": "nihonseima.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.69531, "lon": 137.21131, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "3306", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4175 +{"wikidata_id": "Q11509159", "display_name": "Nihon Chouzai", "legal_name": null, "aliases": [], "website": "https://www.nicho.co.jp", "canonical_domain": "nicho.co.jp", "country": "JP", "hq_city": "Shiba", "hq_region": "Minato", "lat": 35.65078, "lon": 139.74895, "industries": ["insurance"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "3341", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Management of health insurance, dispensing chain pharmacies", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4176 +{"wikidata_id": "Q11509206", "display_name": "Nippon Light Metal Holdings", "legal_name": null, "aliases": [], "website": "https://www.nikkeikinholdings.co.jp", "canonical_domain": "nikkeikinholdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["mining"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "5703", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4177 +{"wikidata_id": "Q11509292", "display_name": "Nippon Kinzoku", "legal_name": null, "aliases": [], "website": "https://www.nipponkinzoku.co.jp", "canonical_domain": "nipponkinzoku.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "5491", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4178 +{"wikidata_id": "Q11509319", "display_name": "Nippon Chuzo", "legal_name": null, "aliases": ["Nippon Chuzo K.K."], "website": "https://www.nipponchuzo.co.jp", "canonical_domain": "nipponchuzo.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "5609", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4179 +{"wikidata_id": "Q11509368", "display_name": "Japan Electronic Materials", "legal_name": null, "aliases": [], "website": "https://www.jem-net.co.jp", "canonical_domain": "jem-net.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["materials"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "6855", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4180 +{"wikidata_id": "Q11509392", "display_name": "JMACS Japan", "legal_name": null, "aliases": ["JMACS Japan Co.", "Ltd."], "website": "https://www.jmacs-j.co.jp", "canonical_domain": "jmacs-j.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "5817", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4181 +{"wikidata_id": "Q11509442", "display_name": "Nihon Shokuhin Kako", "legal_name": null, "aliases": [], "website": "https://www.nisshoku.co.jp", "canonical_domain": "nisshoku.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2892", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4182 +{"wikidata_id": "Q11509467", "display_name": "Nippon Koshuha Steel", "legal_name": null, "aliases": [], "website": "https://www.koshuha.co.jp", "canonical_domain": "koshuha.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["mining"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5476", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4183 +{"wikidata_id": "Q11509499", "display_name": "nittobest.co.jp", "legal_name": null, "aliases": [], "website": "https://www.nittobest.co.jp", "canonical_domain": "nittobest.co.jp", "country": "JP", "hq_city": "Yamagata Prefecture", "hq_region": "Japan", "lat": 38.24044, "lon": 140.36356, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2877", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4184 +{"wikidata_id": "Q11509512", "display_name": "Nitto Fuji Flour Milling", "legal_name": null, "aliases": [], "website": "https://www.nittofuji.co.jp", "canonical_domain": "nittofuji.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1914, "employees": null, "public_company": true, "ticker": "2003", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4185 +{"wikidata_id": "Q11509525", "display_name": "Nitto Seimo", "legal_name": null, "aliases": [], "website": "https://www.nittoseimo.co.jp", "canonical_domain": "nittoseimo.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": true, "ticker": "3524", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4186 +{"wikidata_id": "Q11509612", "display_name": "Nihon Suido Consultants", "legal_name": null, "aliases": [], "website": "https://www.nissuicon.co.jp", "canonical_domain": "nissuicon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "261A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4187 +{"wikidata_id": "Q11509682", "display_name": "NITTOKU", "legal_name": null, "aliases": [], "website": "https://nittoku.com.cn", "canonical_domain": "nittoku.com.cn", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "6145", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese machine manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4188 +{"wikidata_id": "Q11509874", "display_name": "nissan-tokyo-hd.co.jp", "legal_name": null, "aliases": [], "website": "https://www.nissan-tokyo-hd.co.jp", "canonical_domain": "nissan-tokyo-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "8291", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4189 +{"wikidata_id": "Q11510147", "display_name": "NICHIRYO BAKING", "legal_name": null, "aliases": [], "website": "https://www.nichiryo-pan.co.jp", "canonical_domain": "nichiryo-pan.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "2218", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4190 +{"wikidata_id": "Q11510148", "display_name": "Nissei Plastic Industrial", "legal_name": null, "aliases": [], "website": "https://www.nisseijushi.co.jp", "canonical_domain": "nisseijushi.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "6293", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4191 +{"wikidata_id": "Q11510293", "display_name": "Nicca Chemical", "legal_name": null, "aliases": ["Nicca Chemical Co.", "Ltd.", "Nicca Chemical Co.", "Ltd. (Japan)"], "website": "https://www.nicca.co.jp", "canonical_domain": "nicca.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "4463", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Fukui-shi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4192 +{"wikidata_id": "Q11511644", "display_name": "Asahi Kagaku Kogyo", "legal_name": null, "aliases": ["Asahi Kagaku Kogyo Co.", "Ltd."], "website": "https://www.asahikagakukogyo.co.jp", "canonical_domain": "asahikagakukogyo.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 34.91378, "lon": 137.05633, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "7928", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4193 +{"wikidata_id": "Q11511998", "display_name": "Meiko Network Japan", "legal_name": "株式会社明光ネットワークジャパン", "aliases": ["Meiko Network Japan Co.", "Ltd."], "website": "https://www.meikonet.co.jp", "canonical_domain": "meikonet.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "4668", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4194 +{"wikidata_id": "Q11512018", "display_name": "Meiwa Estate", "legal_name": null, "aliases": [], "website": "https://www.meiwajisyo.co.jp", "canonical_domain": "meiwajisyo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "8869", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4195 +{"wikidata_id": "Q11512377", "display_name": "Meiji Machine", "legal_name": null, "aliases": [], "website": "https://www.meiji-kikai.co.jp", "canonical_domain": "meiji-kikai.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": true, "ticker": "6334", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4196 +{"wikidata_id": "Q11512378", "display_name": "Meiji Shipping Group", "legal_name": null, "aliases": ["Meiji Shipping"], "website": "https://www.meiji-group.com", "canonical_domain": "meiji-group.com", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["shipping"], "industry_labels": [], "founded_year": 1911, "employees": null, "public_company": true, "ticker": "9115", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Shipping company located in Kobe City, Hyogo Prefecture, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4197 +{"wikidata_id": "Q11512635", "display_name": "Meiho Enterprise", "legal_name": null, "aliases": [], "website": "https://www.meiho-est.com", "canonical_domain": "meiho-est.com", "country": "JP", "hq_city": "Meguro", "hq_region": "Tokyo", "lat": 35.6415, "lon": 139.69828, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "8927", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4198 +{"wikidata_id": "Q11512824", "display_name": "hosi.co.jp", "legal_name": null, "aliases": [], "website": "https://www.hosi.co.jp", "canonical_domain": "hosi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "7634", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4199 +{"wikidata_id": "Q11512838", "display_name": "Seiwa Electric Manufacturing", "legal_name": null, "aliases": ["Seiwa Electric Mfg. Co.", "Ltd."], "website": "https://www.seiwa.co.jp", "canonical_domain": "seiwa.co.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "6748", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4200 +{"wikidata_id": "Q11514014", "display_name": "Showa Holdings", "legal_name": null, "aliases": [], "website": "https://www.showa-holdings.co.jp", "canonical_domain": "showa-holdings.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "5103", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4201 +{"wikidata_id": "Q11514127", "display_name": "Showa Shinku", "legal_name": null, "aliases": [], "website": "https://www.showashinku.co.jp", "canonical_domain": "showashinku.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "6384", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4202 +{"wikidata_id": "Q11514229", "display_name": "Subaru", "legal_name": null, "aliases": ["SUBARU CO.", "LTD."], "website": "https://www.subaru-net.com", "canonical_domain": "subaru-net.com", "country": "JP", "hq_city": "Kagoshima Prefecture", "hq_region": "Japan", "lat": 31.56, "lon": 130.55806, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "9778", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "1972 company in Kagoshima Prefecture (subaru-net.com)", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4203 +{"wikidata_id": "Q11514865", "display_name": "Akatsuki Eazima", "legal_name": null, "aliases": [], "website": "https://www.eazima.co.jp", "canonical_domain": "eazima.co.jp", "country": "JP", "hq_city": "Mito", "hq_region": "Ibaraki Prefecture", "lat": 36.35939, "lon": 140.44975, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "1997", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4204 +{"wikidata_id": "Q11516071", "display_name": "TSUKISHIMA HOLDINGS", "legal_name": null, "aliases": [], "website": "https://www.tsk-g.co.jp", "canonical_domain": "tsk-g.co.jp", "country": "JP", "hq_city": "Harumi", "hq_region": "Chūō", "lat": 35.65349, "lon": 139.77989, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "6332", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4205 +{"wikidata_id": "Q11516538", "display_name": "Yuki Gosei Kogyo", "legal_name": null, "aliases": [], "website": "https://yuki-gosei.co.jp", "canonical_domain": "yuki-gosei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "4531", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4206 +{"wikidata_id": "Q11517447", "display_name": "Asahi Rubber", "legal_name": null, "aliases": [], "website": "https://www.asahi-rubber.co.jp", "canonical_domain": "asahi-rubber.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "5162", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4207 +{"wikidata_id": "Q11517464", "display_name": "Asahi Printing", "legal_name": null, "aliases": [], "website": "https://www.asahi-pp.co.jp", "canonical_domain": "asahi-pp.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.68925, "lon": 137.21192, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "3951", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4208 +{"wikidata_id": "Q11518408", "display_name": "Kitoku Shinryo", "legal_name": null, "aliases": [], "website": "https://www.kitoku-shinryo.co.jp", "canonical_domain": "kitoku-shinryo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "2700", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4209 +{"wikidata_id": "Q11518742", "display_name": "Kimura Chemical Plants", "legal_name": null, "aliases": ["Kimura Chemical Plants Co.", "Ltd.", "Kimura Chemical Plants Co.", "Ltd. (Japan)"], "website": "https://www.kcpc.co.jp", "canonical_domain": "kcpc.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "6378", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Amagasaki, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4210 +{"wikidata_id": "Q11521471", "display_name": "Sapporo Clinical Laboratory", "legal_name": null, "aliases": ["Sapporo Clinical Laboratory Inc."], "website": "https://www.saturin.co.jp", "canonical_domain": "saturin.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "9776", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4211 +{"wikidata_id": "Q11522924", "display_name": "Murakami Corporation", "legal_name": null, "aliases": [], "website": "https://www.murakami-kaimeido.co.jp", "canonical_domain": "murakami-kaimeido.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7292", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4212 +{"wikidata_id": "Q11523845", "display_name": "Toli Corporation", "legal_name": null, "aliases": [], "website": "https://www.toli.co.jp", "canonical_domain": "toli.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "7971", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4213 +{"wikidata_id": "Q11523939", "display_name": "DKK-Toa", "legal_name": null, "aliases": [], "website": "https://www.toadkk.co.jp", "canonical_domain": "toadkk.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6848", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4214 +{"wikidata_id": "Q11523940", "display_name": "TVE", "legal_name": null, "aliases": ["Toa Valve Engineering", "Toa Valve Engineering Inc.", "TVE Co.", "Ltd."], "website": "https://www.toavalve.co.jp", "canonical_domain": "toavalve.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "6466", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4215 +{"wikidata_id": "Q11524082", "display_name": "Tokyo Electron Device", "legal_name": null, "aliases": [], "website": "https://www.teldevice.co.jp", "canonical_domain": "teldevice.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "2760", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_Electron_Device_Logo.gif", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4216 +{"wikidata_id": "Q11524139", "display_name": "Tokyo Cosmos Electric", "legal_name": null, "aliases": [], "website": "https://www.tocos-j.co.jp", "canonical_domain": "tocos-j.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "6772", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4217 +{"wikidata_id": "Q11524211", "display_name": "Tokyo Soir", "legal_name": null, "aliases": [], "website": "https://www.soir.co.jp", "canonical_domain": "soir.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "8040", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4218 +{"wikidata_id": "Q11524231", "display_name": "Tokyo Theatres", "legal_name": null, "aliases": ["Tokyo Theatres Company", "Incorporated"], "website": "https://www.theatres.co.jp", "canonical_domain": "theatres.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "9633", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokyo_Theatres_Company_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4219 +{"wikidata_id": "Q11524457", "display_name": "Tokyo Radiator Manufacturing", "legal_name": null, "aliases": ["Tokyo Radiator MFG. Co.", "Ltd."], "website": "https://www.tokyo-radiator.co.jp", "canonical_domain": "tokyo-radiator.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "7235", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4220 +{"wikidata_id": "Q11524493", "display_name": "Tokyo Ichiban Foods", "legal_name": null, "aliases": ["Tokyo Ichiban Foods Co.", "Ltd."], "website": "https://www.tokyo-ichiban-foods.co.jp", "canonical_domain": "tokyo-ichiban-foods.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "3067", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4221 +{"wikidata_id": "Q11524526", "display_name": "Tokyo Individualized Educational Institute", "legal_name": null, "aliases": [], "website": "https://www.kobetsu.co.jp", "canonical_domain": "kobetsu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["education"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4745", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4222 +{"wikidata_id": "Q11524935", "display_name": "Tokyo Kikai Seisakusho", "legal_name": null, "aliases": [], "website": "https://www.tks-net.co.jp", "canonical_domain": "tks-net.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "6335", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4223 +{"wikidata_id": "Q11524949", "display_name": "Tokyo Kisen", "legal_name": null, "aliases": [], "website": "https://www.tokyokisen.co.jp", "canonical_domain": "tokyokisen.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "9193", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4224 +{"wikidata_id": "Q11525019", "display_name": "Totoku", "legal_name": null, "aliases": [], "website": "https://www.totoku.co.jp", "canonical_domain": "totoku.co.jp", "country": "JP", "hq_city": "Nishi-Shinbashi", "hq_region": "Minato", "lat": 35.66611, "lon": 139.75222, "industries": [], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "5807", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4225 +{"wikidata_id": "Q11525073", "display_name": "TYK Corporation", "legal_name": null, "aliases": [], "website": "https://www.tyk.co.jp", "canonical_domain": "tyk.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "5363", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4226 +{"wikidata_id": "Q11525646", "display_name": "TOKYOTOKEIBA Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.tokyotokeiba.co.jp", "canonical_domain": "tokyotokeiba.co.jp", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "9672", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4227 +{"wikidata_id": "Q11526146", "display_name": "Tohoku Chemical", "legal_name": null, "aliases": [], "website": "https://www.t-kagaku.co.jp", "canonical_domain": "t-kagaku.co.jp", "country": "JP", "hq_city": "Aomori Prefecture", "hq_region": "Japan", "lat": 40.82461, "lon": 140.74056, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "7446", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4228 +{"wikidata_id": "Q11526229", "display_name": "Tohoku Steel", "legal_name": null, "aliases": ["Tohoku Steel Co.", "Ltd."], "website": "https://www.tohokusteel.com", "canonical_domain": "tohokusteel.com", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "5484", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4229 +{"wikidata_id": "Q11526342", "display_name": "Towa Food Service", "legal_name": null, "aliases": [], "website": "https://www.towafood-net.co.jp", "canonical_domain": "towafood-net.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "3329", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "restaurant chain management company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4230 +{"wikidata_id": "Q11527014", "display_name": "Tokyu Construction", "legal_name": null, "aliases": [], "website": "https://www.tokyu-cnst.co.jp", "canonical_domain": "tokyu-cnst.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "1720", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4231 +{"wikidata_id": "Q11527588", "display_name": "artience", "legal_name": null, "aliases": ["Toyo Ink SC Holdings", "TOYO INK Manufacturing", "TOYO INK Manufacturing Co.", "Ltd.", "TOYO INK Manufacturing Co.", "Ltd. (Japan)"], "website": "https://www.artiencegroup.com", "canonical_domain": "artiencegroup.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1907, "employees": null, "public_company": true, "ticker": "4634", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4232 +{"wikidata_id": "Q11527599", "display_name": "Toyo Shutter", "legal_name": null, "aliases": [], "website": "https://www.toyo-shutter.co.jp", "canonical_domain": "toyo-shutter.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "5936", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4233 +{"wikidata_id": "Q11527603", "display_name": "Toyo Tec", "legal_name": null, "aliases": [], "website": "https://www.toyo-tec.co.jp", "canonical_domain": "toyo-tec.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "9686", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4234 +{"wikidata_id": "Q11527623", "display_name": "Toyo Gosei", "legal_name": null, "aliases": [], "website": "https://www.toyogosei.co.jp", "canonical_domain": "toyogosei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "4970", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4235 +{"wikidata_id": "Q11527628", "display_name": "Toyo Wharf & Warehouse", "legal_name": null, "aliases": [], "website": "https://www.toyofuto.co.jp", "canonical_domain": "toyofuto.co.jp", "country": "JP", "hq_city": "Harumi", "hq_region": "Chūō", "lat": 35.65349, "lon": 139.77989, "industries": ["logistics"], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "9351", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4236 +{"wikidata_id": "Q11527675", "display_name": "Toyo Sugar Refining", "legal_name": null, "aliases": ["Toyo Sugar Refining Co.", "Ltd."], "website": "https://www.toyosugar.co.jp", "canonical_domain": "toyosugar.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "2107", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4237 +{"wikidata_id": "Q11527696", "display_name": "Toyo Securities", "legal_name": "東洋証券株式会社", "aliases": [], "website": "https://www.toyo-sec.co.jp", "canonical_domain": "toyo-sec.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial instruments business"], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "8614", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4238 +{"wikidata_id": "Q11527922", "display_name": "Tokai Senko", "legal_name": null, "aliases": ["Tokai Senko K.K."], "website": "https://www.tokai-senko.co.jp", "canonical_domain": "tokai-senko.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "3577", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4239 +{"wikidata_id": "Q11527964", "display_name": "Azuma Shipping", "legal_name": null, "aliases": [], "website": "https://www.azumaship.co.jp", "canonical_domain": "azumaship.co.jp", "country": "JP", "hq_city": "Harumi", "hq_region": "Chūō", "lat": 35.65739, "lon": 139.78142, "industries": ["shipping"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "9380", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4240 +{"wikidata_id": "Q11528066", "display_name": "Life Intelligent Enterprise Holdings", "legal_name": null, "aliases": ["Life Intelligent Enterprise Holdings Co.", "Ltd.", "Tori Holdings", "Tori Holdings CO.", "LTD."], "website": "https://www.tori-holdings.co.jp", "canonical_domain": "tori-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "5856", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4241 +{"wikidata_id": "Q11528138", "display_name": "Tosho", "legal_name": null, "aliases": ["Tosho Co.", "Ltd."], "website": "https://www.to-sho.net", "canonical_domain": "to-sho.net", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "8920", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4242 +{"wikidata_id": "Q11528333", "display_name": "Toukei Computer", "legal_name": null, "aliases": [], "website": "https://www.toukei.co.jp", "canonical_domain": "toukei.co.jp", "country": "JP", "hq_city": "Nakahara-ku", "hq_region": "Kawasaki", "lat": 35.57611, "lon": 139.65583, "industries": ["technology"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "4746", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4243 +{"wikidata_id": "Q11528440", "display_name": "Toho Chemical Industry", "legal_name": null, "aliases": ["TOHO Chemical Industry Co.", "Ltd."], "website": "https://www.toho-chem.co.jp", "canonical_domain": "toho-chem.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "4409", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4244 +{"wikidata_id": "Q11528679", "display_name": "Toyo Logistics", "legal_name": null, "aliases": ["TOYO LOGISTICS CO.", "LTD."], "website": "https://www.toyo-logistics.co.jp", "canonical_domain": "toyo-logistics.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["logistics"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": true, "ticker": "9306", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4245 +{"wikidata_id": "Q11529110", "display_name": "Matsui Construction", "legal_name": null, "aliases": [], "website": "https://www.matsui-ken.co.jp", "canonical_domain": "matsui-ken.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "1810", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4246 +{"wikidata_id": "Q115310567", "display_name": "Hiper Global Ltd", "legal_name": "הייפר גלובל בע''מ", "aliases": ["Hiper Global"], "website": "https://www.hiper-global.com", "canonical_domain": "hiper-global.com", "country": "IL", "hq_city": "Rosh HaAyin", "hq_region": "Petah Tikva (sub-district)", "lat": 32.08333, "lon": 34.95, "industries": [], "industry_labels": ["information science"], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "HIPR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4247 +{"wikidata_id": "Q115310779", "display_name": "Neto M.E Holdings", "legal_name": "נטו מ.ע. אחזקות בע''מ", "aliases": [], "website": "https://www.neto.org.il", "canonical_domain": "neto.org.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": 31.736, "lon": 34.7525, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NTO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Manufactures, imports, distributes food products", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7018972"}]}
4248 +{"wikidata_id": "Q115310915", "display_name": "Summit Real Estate Holdings", "legal_name": "סאמיט אחזקות נדל''ן בע''מ", "aliases": [], "website": "https://www.smt.co.il", "canonical_domain": "smt.co.il", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "SMT", "exchange": "Tel Aviv Stock Exchange", "lei": "254900R2MAR4ZEW3DO03", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli public company focused on income-generating real estate in Israel, Germany, and the U.S.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4249 +{"wikidata_id": "Q115310947", "display_name": "Terminal X", "legal_name": "טרמינל איקס אונליין בע''מ", "aliases": ["Terminal X Online LTD"], "website": "https://www.terminalx.com", "canonical_domain": "terminalx.com", "country": "IL", "hq_city": "Bnei Brak", "hq_region": "Tel Aviv District", "lat": 32.08074, "lon": 34.8338, "industries": ["retail", "e-commerce", "apparel", "consumer-goods"], "industry_labels": ["retail", "e-commerce", "clothing industry", "cosmetics industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "TRX", "exchange": "Tel Aviv Stock Exchange", "lei": "254900OL3KGWRNK73R15", "sec_cik": null, "parent": {"wikidata_id": "Q5476569", "name": "Fox-Wizel Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Terminal_X_Logo.jpg", "description": "Online Fashion and Lifestyle Retailer Offering Leading brands with Fast Delivery", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4250 +{"wikidata_id": "Q11531165", "display_name": "Matsumoto Yushi Seiyaku", "legal_name": null, "aliases": [], "website": "https://www.mtmtys.co.jp", "canonical_domain": "mtmtys.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "4365", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4251 +{"wikidata_id": "Q11532863", "display_name": "Hayashikane Sangyo", "legal_name": null, "aliases": ["Hayashikane Sangyo Co.", "Ltd.", "Hayashikane Sangyo Co.", "Ltd. (Japan)"], "website": "https://www.hayashikane.co.jp", "canonical_domain": "hayashikane.co.jp", "country": "JP", "hq_city": "Yamaguchi Prefecture", "hq_region": "Japan", "lat": 34.18611, "lon": 131.47028, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "2286", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shimonoseki, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4252 +{"wikidata_id": "Q11535972", "display_name": "Kurimoto", "legal_name": null, "aliases": ["Ltd."], "website": "https://www.kurimoto.co.jp", "canonical_domain": "kurimoto.co.jp", "country": "JP", "hq_city": "Kitahorie", "hq_region": "Nishi-ku", "lat": 34.67423, "lon": 135.49044, "industries": [], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "5602", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4253 +{"wikidata_id": "Q11535994", "display_name": "Kuribayashi Steamship", "legal_name": null, "aliases": [], "website": "https://www.kuribayashishosen.com", "canonical_domain": "kuribayashishosen.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "9171", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4254 +{"wikidata_id": "Q11538367", "display_name": "Umenohana Group", "legal_name": null, "aliases": ["Umenohana"], "website": "https://www.umenohana.co.jp", "canonical_domain": "umenohana.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "7604", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4255 +{"wikidata_id": "Q11539166", "display_name": "Morishita Jintan", "legal_name": null, "aliases": [], "website": "https://www.jintan.co.jp", "canonical_domain": "jintan.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "4524", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Morishita_Jintan_Co.%2CLtd._headquarters.jpg", "description": "Japanese pharmaceutical manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4256 +{"wikidata_id": "Q11539454", "display_name": "Morio Denki", "legal_name": null, "aliases": ["Morio Denki Co.", "Ltd.", "Morio Denki Co.", "Ltd. (Japan)"], "website": "https://www.morio.co.jp", "canonical_domain": "morio.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "6647", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Katsushika, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4257 +{"wikidata_id": "Q11540223", "display_name": "morigumi.co.jp", "legal_name": null, "aliases": [], "website": "https://www.morigumi.co.jp", "canonical_domain": "morigumi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "1853", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4258 +{"wikidata_id": "Q11540535", "display_name": "Ueki Corporation", "legal_name": null, "aliases": [], "website": "https://www.uekigumi.co.jp", "canonical_domain": "uekigumi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "1867", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4259 +{"wikidata_id": "Q11541501", "display_name": "Kyokuyo", "legal_name": "株式会社 極洋", "aliases": [], "website": "https://www.kyokuyo.co.jp", "canonical_domain": "kyokuyo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "1301", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4260 +{"wikidata_id": "Q11541975", "display_name": "Kozo Keikaku Engineering Holdings", "legal_name": null, "aliases": ["Kozo Keikaku Engineering", "KOZO Keikaku Engineering", "KOZO Keikaku Engineering Inc.", "KOZO Keikaku Engineering Inc. (Japan)"], "website": "https://www.kke.co.jp", "canonical_domain": "kke.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "208A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nakano City, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4261 +{"wikidata_id": "Q11542913", "display_name": "Yokohama Maruuo", "legal_name": null, "aliases": ["Yokohama maruuo Co.", "Ltd."], "website": "https://www.yokohama-maruuo.co.jp", "canonical_domain": "yokohama-maruuo.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "8045", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4262 +{"wikidata_id": "Q11543293", "display_name": "Yokohama Gyorui", "legal_name": null, "aliases": ["YOKOHAMA GYORUI Co.", "Ltd."], "website": "https://www.yokohamagyorui.co.jp", "canonical_domain": "yokohamagyorui.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "7443", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4263 +{"wikidata_id": "Q11546432", "display_name": "Musashino Kogyo", "legal_name": null, "aliases": [], "website": "https://www.musashino-k.co.jp", "canonical_domain": "musashino-k.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "9635", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4264 +{"wikidata_id": "Q11547271", "display_name": "maicom.co.jp", "legal_name": null, "aliases": [], "website": "https://www.maicom.co.jp", "canonical_domain": "maicom.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "8908", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4265 +{"wikidata_id": "Q11547497", "display_name": "Temairazu", "legal_name": "手間いらず株式会社", "aliases": [], "website": "https://www.temairazu.com", "canonical_domain": "temairazu.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "2477", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4266 +{"wikidata_id": "Q11549948", "display_name": "Eidai", "legal_name": null, "aliases": [], "website": "https://www.eidai.com", "canonical_domain": "eidai.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7822", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4267 +{"wikidata_id": "Q11551995", "display_name": "Senshu Ikeda Holdings", "legal_name": "株式会社池田泉州ホールディングス", "aliases": [], "website": "https://www.senshuikeda-hd.co.jp", "canonical_domain": "senshuikeda-hd.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": [], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "8714", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Senshu_Ikeda_Holdings_Logo.svg", "description": "a company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4268 +{"wikidata_id": "Q115536566", "display_name": "Guangzhou Metro Design & Research Institute", "legal_name": null, "aliases": ["GMDI", "Guangzhou Metro Design & Research Institute Co.", "Ltd.", "Guangzhou Metro Design and Research Institute", "GZMDRI"], "website": "https://www.gmdi.cn", "canonical_domain": "gmdi.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["education", "professional-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "003013", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "listed design company in Guangzhou, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4269 +{"wikidata_id": "Q11554091", "display_name": "Kasai Kogyo", "legal_name": null, "aliases": ["Kasai Kogyo Co.", "Ltd.", "Kasai Kogyo Co.", "Ltd. (Japan)"], "website": "https://www.kasai.co.jp", "canonical_domain": "kasai.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7256", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Midori Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4270 +{"wikidata_id": "Q11556351", "display_name": "Tsudakoma", "legal_name": null, "aliases": [], "website": "https://www.tsudakoma.co.jp", "canonical_domain": "tsudakoma.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6217", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4271 +{"wikidata_id": "Q11557499", "display_name": "Asaka Industrial", "legal_name": null, "aliases": ["Asaka Industrial Co.", "Ltd.", "Asaka Industrial Co.", "Ltd. (Japan)"], "website": "https://www.asaka-ind.co.jp", "canonical_domain": "asaka-ind.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1931, "employees": null, "public_company": true, "ticker": "5962", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Sakai-ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4272 +{"wikidata_id": "Q11557544", "display_name": "Hamai", "legal_name": null, "aliases": [], "website": "https://www.hamai.com", "canonical_domain": "hamai.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "6131", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4273 +{"wikidata_id": "Q11565208", "display_name": "Takizawa Ham", "legal_name": null, "aliases": [], "website": "https://www.takizawaham.co.jp", "canonical_domain": "takizawaham.co.jp", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "2293", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4274 +{"wikidata_id": "Q11565262", "display_name": "Takisawa Machine Tool", "legal_name": null, "aliases": [], "website": "https://www.takisawa.co.jp", "canonical_domain": "takisawa.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6121", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4275 +{"wikidata_id": "Q11565940", "display_name": "HS Holdings Co.,Ltd.", "legal_name": null, "aliases": ["Sawada Holdings Co.", "Ltd."], "website": "https://www.sawada-holdings.co.jp", "canonical_domain": "sawada-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "8699", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4276 +{"wikidata_id": "Q11566002", "display_name": "Sawafuji Electric", "legal_name": null, "aliases": ["Sawafuji Electric Co.", "Ltd."], "website": "https://www.sawafuji.co.jp", "canonical_domain": "sawafuji.co.jp", "country": "JP", "hq_city": "Gunma Prefecture", "hq_region": "Japan", "lat": 36.39, "lon": 139.06, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "6901", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4277 +{"wikidata_id": "Q11567660", "display_name": "Yaizu Suisankagaku Industry", "legal_name": null, "aliases": [], "website": "https://www.yskf.jp", "canonical_domain": "yskf.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "2812", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4278 +{"wikidata_id": "Q11569282", "display_name": "Kitahama Capital Partners", "legal_name": null, "aliases": ["Sun Capital Management", "Sun Capital Management Corp."], "website": "https://kitahamabank.co.jp", "canonical_domain": "kitahamabank.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2134", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4279 +{"wikidata_id": "Q11569514", "display_name": "Katakura & Co-op Agri Corporation", "legal_name": null, "aliases": [], "website": "https://www.katakuraco-op.com", "canonical_domain": "katakuraco-op.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "4031", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4280 +{"wikidata_id": "Q11569525", "display_name": "Katakura Industries", "legal_name": null, "aliases": ["Katakura Industries Co.", "Ltd."], "website": "https://www.katakura.co.jp", "canonical_domain": "katakura.co.jp", "country": "JP", "hq_city": "Akashichō", "hq_region": "Chūō", "lat": 35.66762, "lon": 139.77725, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "3001", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate company in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4281 +{"wikidata_id": "Q11573578", "display_name": "Riken Corundum", "legal_name": null, "aliases": [], "website": "https://www.rikencorundum.co.jp", "canonical_domain": "rikencorundum.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "5395", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4282 +{"wikidata_id": "Q11573579", "display_name": "Riken Vitamin", "legal_name": null, "aliases": [], "website": "https://www.rikenvitamin.jp", "canonical_domain": "rikenvitamin.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "4526", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4283 +{"wikidata_id": "Q11573604", "display_name": "Rikei Corporation", "legal_name": null, "aliases": [], "website": "https://www.rikei.co.jp", "canonical_domain": "rikei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "8226", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4284 +{"wikidata_id": "Q11574075", "display_name": "Environmental Control Center", "legal_name": null, "aliases": [], "website": "https://www.kankyo-kanri.co.jp", "canonical_domain": "kankyo-kanri.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "4657", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4285 +{"wikidata_id": "Q11575356", "display_name": "Tanaka Chemical", "legal_name": null, "aliases": [], "website": "https://www.tanaka-chem.co.jp", "canonical_domain": "tanaka-chem.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "4080", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4286 +{"wikidata_id": "Q11575406", "display_name": "Tanaka Shoji", "legal_name": null, "aliases": [], "website": "https://www.tanakashoji.co.jp", "canonical_domain": "tanakashoji.co.jp", "country": "JP", "hq_city": "Minami-Ōi", "hq_region": "Shinagawa", "lat": 35.59433, "lon": 139.73523, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "7619", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4287 +{"wikidata_id": "Q11575824", "display_name": "Tanaka Seimitsu Kogyo", "legal_name": null, "aliases": [], "website": "https://www.tanasei.co.jp", "canonical_domain": "tanasei.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.69531, "lon": 137.21131, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "7218", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4288 +{"wikidata_id": "Q11576583", "display_name": "Taoka Chemical", "legal_name": null, "aliases": ["Taoka Chemical Co.", "Ltd.", "Taoka Chemical Co.", "Ltd. (Japan)"], "website": "https://www.taoka-chem.co.jp", "canonical_domain": "taoka-chem.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "4113", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Yodogawa Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4289 +{"wikidata_id": "Q11577266", "display_name": "Taya", "legal_name": null, "aliases": [], "website": "https://www.taya.co.jp", "canonical_domain": "taya.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "4679", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4290 +{"wikidata_id": "Q11577329", "display_name": "Tanabe Engineering", "legal_name": null, "aliases": [], "website": "https://www.tanabe-ind.co.jp", "canonical_domain": "tanabe-ind.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "1828", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4291 +{"wikidata_id": "Q115792001", "display_name": "IceCure Medical", "legal_name": null, "aliases": [], "website": "https://icecure-medical.com", "canonical_domain": "icecure-medical.com", "country": "IL", "hq_city": "Caesarea", "hq_region": "Hof HaCarmel Regional Council", "lat": 32.5, "lon": 34.9, "industries": ["medical-devices"], "industry_labels": ["medical device"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "ICCM", "exchange": "Nasdaq", "lei": null, "sec_cik": "1584371", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310650"}], "source_edgar": {"cik": "1584371", "enriched_at": "2026-09-13T07:23:30+00:00"}}
4292 +{"wikidata_id": "Q115803439", "display_name": "V-Mart Retail", "legal_name": null, "aliases": [], "website": "https://vmartretail.com", "canonical_domain": "vmartretail.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "VMART", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian Retail Chain founded in 2002", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4293 +{"wikidata_id": "Q115812987", "display_name": "Jetwing Symphony", "legal_name": null, "aliases": ["Jetwing Symphony PLC"], "website": "https://www.jetwingsymphony.com", "canonical_domain": "jetwingsymphony.com", "country": "LK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "JETS.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "hospitality company in Sri Lanka", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4294 +{"wikidata_id": "Q11581451", "display_name": "Meiwa Industry", "legal_name": null, "aliases": [], "website": "https://www.meiwasangyo.co.jp", "canonical_domain": "meiwasangyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "7284", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4295 +{"wikidata_id": "Q11582568", "display_name": "shodensya.com", "legal_name": null, "aliases": [], "website": "https://www.shodensya.com", "canonical_domain": "shodensya.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "1711", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4296 +{"wikidata_id": "Q11585097", "display_name": "ishiihyoki.co.jp", "legal_name": null, "aliases": [], "website": "https://www.ishiihyoki.co.jp", "canonical_domain": "ishiihyoki.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "6336", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4297 +{"wikidata_id": "Q11585148", "display_name": "Ishii Food", "legal_name": null, "aliases": [], "website": "https://www.ishiifood.co.jp", "canonical_domain": "ishiifood.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "2894", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4298 +{"wikidata_id": "Q11585421", "display_name": "Wel-Dish", "legal_name": null, "aliases": ["Ishigaki Foods"], "website": "https://wel-dish.co.jp", "canonical_domain": "wel-dish.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "2901", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4299 +{"wikidata_id": "Q11586358", "display_name": "Ishikawa Seisakusho", "legal_name": null, "aliases": [], "website": "https://www.ishiss.co.jp", "canonical_domain": "ishiss.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "6208", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4300 +{"wikidata_id": "Q11587525", "display_name": "Kensoh", "legal_name": null, "aliases": [], "website": "https://www.kensoh.co.jp", "canonical_domain": "kensoh.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "7939", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4301 +{"wikidata_id": "Q11589600", "display_name": "Konoshima Chemical", "legal_name": null, "aliases": ["Konoshima Chemical Co.", "Ltd."], "website": "https://www.konoshima.co.jp", "canonical_domain": "konoshima.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "4026", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4302 +{"wikidata_id": "Q11590184", "display_name": "Japan Engine Corporation", "legal_name": null, "aliases": ["Kobe Diesel"], "website": "https://www.kobe-diesel.co.jp", "canonical_domain": "kobe-diesel.co.jp", "country": "JP", "hq_city": "Akashi", "hq_region": "Hyōgo Prefecture", "lat": 34.64314, "lon": 134.99722, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "6016", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4303 +{"wikidata_id": "Q11590352", "display_name": "Shinto Paint", "legal_name": null, "aliases": [], "website": "https://www.shintopaint.co.jp", "canonical_domain": "shintopaint.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "4615", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4304 +{"wikidata_id": "Q11590367", "display_name": "shinyei.co.jp", "legal_name": null, "aliases": [], "website": "https://www.shinyei.co.jp", "canonical_domain": "shinyei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1887, "employees": null, "public_company": true, "ticker": "3004", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4305 +{"wikidata_id": "Q11591005", "display_name": "Shinko Wire", "legal_name": null, "aliases": [], "website": "https://www.shinko-wire.co.jp", "canonical_domain": "shinko-wire.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "5660", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4306 +{"wikidata_id": "Q11594297", "display_name": "Fukutome Meat Packers", "legal_name": null, "aliases": ["Fukutome MEAT Packers", "Fukutome MEAT Packers", "Ltd.", "Fukutome MEAT Packers", "Ltd. (Japan)"], "website": "https://www.fukutome.com", "canonical_domain": "fukutome.com", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "2291", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nishi-ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4307 +{"wikidata_id": "Q11595082", "display_name": "Akikawa Foods & Farms", "legal_name": null, "aliases": [], "website": "https://www.akikawabokuen.co.jp", "canonical_domain": "akikawabokuen.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "1380", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4308 +{"wikidata_id": "Q11599313", "display_name": "TAKEDA iP HOLDINGS", "legal_name": null, "aliases": ["Takeda Printing", "TAKEDA PRINTING CO.", "LTD."], "website": "https://www.takedaip-hd.co.jp", "canonical_domain": "takedaip-hd.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "7875", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4309 +{"wikidata_id": "Q11602028", "display_name": "Daiichi Kotsu Sangyo", "legal_name": null, "aliases": [], "website": "https://www.daiichi-koutsu.co.jp", "canonical_domain": "daiichi-koutsu.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "9035", "exchange": "Fukuoka Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4310 +{"wikidata_id": "Q11602061", "display_name": "First Baking", "legal_name": null, "aliases": ["First Baking Co.", "Ltd."], "website": "https://www.daiichipan.co.jp", "canonical_domain": "daiichipan.co.jp", "country": "JP", "hq_city": "Ogawa-higashichō", "hq_region": "Kodaira", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "2215", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q716457", "name": "Toyota Tsusho"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4311 +{"wikidata_id": "Q11602064", "display_name": "Daiichi Kensetsu", "legal_name": null, "aliases": [], "website": "https://www.daiichi-kensetsu.co.jp", "canonical_domain": "daiichi-kensetsu.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "1799", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4312 +{"wikidata_id": "Q11603492", "display_name": "TSUKIJIUOICHIBA CO.,LTD", "legal_name": null, "aliases": [], "website": "https://www.tsukiji-uoichiba.co.jp", "canonical_domain": "tsukiji-uoichiba.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8039", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4313 +{"wikidata_id": "Q11603736", "display_name": "Shinozakiya", "legal_name": null, "aliases": [], "website": "https://www.shinozakiya.com", "canonical_domain": "shinozakiya.com", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "2926", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4314 +{"wikidata_id": "Q11604672", "display_name": "Seikoh Giken", "legal_name": null, "aliases": [], "website": "https://www.seikoh-giken.co.jp", "canonical_domain": "seikoh-giken.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "6834", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4315 +{"wikidata_id": "Q11607095", "display_name": "ALSOK", "legal_name": null, "aliases": ["Sohgo Security Services", "ALSOK CO.", "LTD"], "website": "https://www.alsok.co.jp", "canonical_domain": "alsok.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["professional-services"], "industry_labels": ["private security company"], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "2331", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ALSOK_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4316 +{"wikidata_id": "Q11609134", "display_name": "mikikogyo.co.jp", "legal_name": null, "aliases": [], "website": "https://www.mikikogyo.co.jp", "canonical_domain": "mikikogyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "1718", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4317 +{"wikidata_id": "Q11609258", "display_name": "Mino Ceramic", "legal_name": null, "aliases": [], "website": "https://www.mino-ceramic.co.jp", "canonical_domain": "mino-ceramic.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["materials"], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "5356", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4318 +{"wikidata_id": "Q11610574", "display_name": "Honyaku Center", "legal_name": null, "aliases": ["Honyaku Center Group", "Inc."], "website": "https://www.honyakuctr.com", "canonical_domain": "honyakuctr.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "2483", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4319 +{"wikidata_id": "Q11613150", "display_name": "Jichodo", "legal_name": null, "aliases": [], "website": "https://www.jichodo.co.jp", "canonical_domain": "jichodo.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "3597", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4320 +{"wikidata_id": "Q11613436", "display_name": "Koken", "legal_name": null, "aliases": ["Koken Ltd."], "website": "https://www.koken-ltd.co.jp", "canonical_domain": "koken-ltd.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "7963", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4321 +{"wikidata_id": "Q11614875", "display_name": "Ashimori Industry", "legal_name": null, "aliases": ["Ashimori Industry Co.", "Ltd.", "Ashimori Industry Co.", "Ltd. (Japan)"], "website": "https://www.ashimori.co.jp", "canonical_domain": "ashimori.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "3526", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Settsu Shi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4322 +{"wikidata_id": "Q11619687", "display_name": "Kikusui Chemical Industries", "legal_name": null, "aliases": [], "website": "https://www.kikusui-chem.co.jp", "canonical_domain": "kikusui-chem.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "7953", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4323 +{"wikidata_id": "Q11619693", "display_name": "Kikusui Electronics", "legal_name": null, "aliases": ["Kikusui Electronics Corp.", "Kikusui Electronics Corp. (Japan)"], "website": "https://global.kikusui.co.jp", "canonical_domain": "kikusui.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["technology"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "6912", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tsuzuki Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4324 +{"wikidata_id": "Q11622841", "display_name": "Fujii Sangyo", "legal_name": null, "aliases": ["Fujii Sangyo Corporation"], "website": "https://www.fujii.co.jp", "canonical_domain": "fujii.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "9906", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4325 +{"wikidata_id": "Q11622938", "display_name": "Fujikura Kasei Co., Ltd.", "legal_name": null, "aliases": ["Fujikura Kasei"], "website": "https://www.fkkasei.co.jp", "canonical_domain": "fkkasei.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "4620", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4326 +{"wikidata_id": "Q11624421", "display_name": "ZACROS", "legal_name": null, "aliases": [], "website": "https://www.zacros.co.jp", "canonical_domain": "zacros.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": true, "ticker": "7917", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4327 +{"wikidata_id": "Q11624667", "display_name": "Fujita Engineering", "legal_name": null, "aliases": [], "website": "https://www.fujita-eng.co.jp", "canonical_domain": "fujita-eng.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "1770", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4328 +{"wikidata_id": "Q11626467", "display_name": "Hyojito", "legal_name": null, "aliases": ["HYOJITO CO.", "LTD."], "website": "https://www.hyojito.co.jp", "canonical_domain": "hyojito.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.66094, "lon": 139.71226, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "7368", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4329 +{"wikidata_id": "Q11628046", "display_name": "Nishikawa Rubber", "legal_name": null, "aliases": [], "website": "https://www.nishikawa-rbr.co.jp", "canonical_domain": "nishikawa-rbr.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5161", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4330 +{"wikidata_id": "Q11629462", "display_name": "Seiryo Electric", "legal_name": null, "aliases": [], "website": "https://www.seiryodenki.co.jp", "canonical_domain": "seiryodenki.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "4341", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4331 +{"wikidata_id": "Q11629600", "display_name": "Seibu Giken", "legal_name": null, "aliases": [], "website": "https://www.seibu-giken.com", "canonical_domain": "seibu-giken.com", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "6223", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4332 +{"wikidata_id": "Q11629644", "display_name": "Seibu Electric & Machinery", "legal_name": null, "aliases": [], "website": "https://www.seibudenki.co.jp", "canonical_domain": "seibudenki.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6144", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4333 +{"wikidata_id": "Q11631545", "display_name": "Makoto Kensetsu", "legal_name": null, "aliases": [], "website": "https://www.makoto-gr.com", "canonical_domain": "makoto-gr.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "8995", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4334 +{"wikidata_id": "Q11633353", "display_name": "Yutaka Shoji", "legal_name": null, "aliases": [], "website": "https://www.yutaka-shoji.co.jp", "canonical_domain": "yutaka-shoji.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "8747", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4335 +{"wikidata_id": "Q11636012", "display_name": "Akasaka Diesels", "legal_name": null, "aliases": [], "website": "https://www.akasaka-diesel.jp", "canonical_domain": "akasaka-diesel.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "6022", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4336 +{"wikidata_id": "Q11642074", "display_name": "Enshu Truck", "legal_name": null, "aliases": ["Enshu Truck Co.", "Ltd."], "website": "https://www.enshu-truck.co.jp", "canonical_domain": "enshu-truck.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["automotive"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "9057", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4337 +{"wikidata_id": "Q11642289", "display_name": "Endo Lighting", "legal_name": null, "aliases": ["ENDO Lighting Corporation"], "website": "https://www.endo-lighting.co.jp", "canonical_domain": "endo-lighting.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "6932", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4338 +{"wikidata_id": "Q11642345", "display_name": "Endo Manufacturing", "legal_name": null, "aliases": [], "website": "https://endo-mfg.co.jp", "canonical_domain": "endo-mfg.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "7841", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4339 +{"wikidata_id": "Q11642982", "display_name": "Nasu Denki-Tekko", "legal_name": null, "aliases": ["NASU Denki-Tekko", "NASU Denki-Tekko Co.", "Ltd.", "NASU Denki-Tekko Co.", "Ltd. (Japan)"], "website": "https://www.nasudenki.co.jp", "canonical_domain": "nasudenki.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "5922", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shinjuku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4340 +{"wikidata_id": "Q11645374", "display_name": "Nozaki Insatsu Shigyo", "legal_name": null, "aliases": [], "website": "https://www.nozakiinsatu.co.jp", "canonical_domain": "nozakiinsatu.co.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": [], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "7919", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4341 +{"wikidata_id": "Q11645551", "display_name": "Nomura Real Estate Holdings", "legal_name": null, "aliases": ["NRE", "Nomura Real Estate"], "website": "https://www.nomura-re-hd.co.jp", "canonical_domain": "nomura-re-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "3231", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1644893", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nomura_Real_Estate_Holdings_Logo.png", "description": "Japanese holding company for real estate development subsidiaries", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4342 +{"wikidata_id": "Q11646292", "display_name": "Kaneshita Construction", "legal_name": null, "aliases": [], "website": "https://www.kaneshita.co.jp", "canonical_domain": "kaneshita.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "1897", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4343 +{"wikidata_id": "Q11648350", "display_name": "Suzuyo Shinwart", "legal_name": null, "aliases": [], "website": "https://www.shinwart.co.jp", "canonical_domain": "shinwart.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "9360", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4344 +{"wikidata_id": "Q11649525", "display_name": "TETSUJIN Holdings", "legal_name": null, "aliases": ["TETSUJIN Holdings", "Inc."], "website": "https://www.tetsujin.ne.jp", "canonical_domain": "tetsujin.ne.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "2404", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4345 +{"wikidata_id": "Q11650003", "display_name": "ginyama.co.jp", "legal_name": null, "aliases": [], "website": "https://www.ginyama.co.jp", "canonical_domain": "ginyama.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "8215", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4346 +{"wikidata_id": "Q11650922", "display_name": "Kamakura Shinsho", "legal_name": null, "aliases": [], "website": "https://www.takakita-net.co.jp", "canonical_domain": "takakita-net.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "6184", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17225983"}]}
4347 +{"wikidata_id": "Q11656478", "display_name": "Kanmonkai", "legal_name": null, "aliases": [], "website": "https://www.kanmonkai.co.jp", "canonical_domain": "kanmonkai.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3372", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4348 +{"wikidata_id": "Q11656925", "display_name": "Hanshin Diesel Works", "legal_name": null, "aliases": [], "website": "https://www.hanshin-dw.co.jp", "canonical_domain": "hanshin-dw.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "6018", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4349 +{"wikidata_id": "Q11657570", "display_name": "Awa Paper Manufacturing", "legal_name": null, "aliases": ["Awa Paper Mfg. Co.", "Ltd."], "website": "https://www.awapaper.co.jp", "canonical_domain": "awapaper.co.jp", "country": "JP", "hq_city": "Tokushima", "hq_region": "Tokushima Prefecture", "lat": 34.07028, "lon": 134.55494, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "3896", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4350 +{"wikidata_id": "Q11658761", "display_name": "Asian Star", "legal_name": null, "aliases": [], "website": "https://www.asian.co.jp", "canonical_domain": "asian.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "8946", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese real estate company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4351 +{"wikidata_id": "Q11659873", "display_name": "Yukiguni Factory", "legal_name": null, "aliases": ["Yukiguni Maitake", "Yukiguni Maitake Co.", "Ltd."], "website": "https://www.yukiguni-factory.co.jp", "canonical_domain": "yukiguni-factory.co.jp", "country": "JP", "hq_city": "Niigata Prefecture", "hq_region": "Japan", "lat": 37.90247, "lon": 139.02317, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "1375", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4352 +{"wikidata_id": "Q11660381", "display_name": "DMW Corporation", "legal_name": null, "aliases": [], "website": "https://www.dmw.co.jp", "canonical_domain": "dmw.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "6365", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4353 +{"wikidata_id": "Q11660436", "display_name": "Denki Kogyo", "legal_name": null, "aliases": ["DKK Co.", "Ltd."], "website": "https://www.denkikogyo.co.jp", "canonical_domain": "denkikogyo.co.jp", "country": "JP", "hq_city": "Marunouchi", "hq_region": "Chiyoda", "lat": 35.68139, "lon": 139.76583, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "6706", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4354 +{"wikidata_id": "Q11660558", "display_name": "Densan", "legal_name": null, "aliases": [], "website": "https://www.ndensan.co.jp", "canonical_domain": "ndensan.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "3640", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4355 +{"wikidata_id": "Q11663688", "display_name": "Seiko Corporation", "legal_name": null, "aliases": [], "website": "https://www.seiko-co.com", "canonical_domain": "seiko-co.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6286", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4356 +{"wikidata_id": "Q11664352", "display_name": "Ontsu", "legal_name": null, "aliases": [], "website": "https://www.ontsu.co.jp", "canonical_domain": "ontsu.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "7647", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q101176650", "name": "Genda"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4357 +{"wikidata_id": "Q11668297", "display_name": "Komai Haltec", "legal_name": null, "aliases": [], "website": "https://www.komaihaltec.co.jp", "canonical_domain": "komaihaltec.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "5915", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4358 +{"wikidata_id": "Q11670441", "display_name": "Takamatsu Machinery Co., Ltd. (Japan)", "legal_name": null, "aliases": ["Takamatsu Machinery", "Takamatsu Machinery Co.", "Ltd."], "website": "https://www.takamaz.co.jp", "canonical_domain": "takamaz.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "6155", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Hakusan Shi, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4359 +{"wikidata_id": "Q11672104", "display_name": "Takada Corporation", "legal_name": null, "aliases": [], "website": "https://www.takada.co.jp", "canonical_domain": "takada.co.jp", "country": "JP", "hq_city": "Yahatanishi-ku", "hq_region": "Kitakyūshū", "lat": 33.86139, "lon": 130.76028, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "1966", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4360 +{"wikidata_id": "Q11672153", "display_name": "Takada Kiko", "legal_name": null, "aliases": ["TAKADAKIKO (Steel Construction) CO.", "LTD."], "website": "https://www.takadakiko.com", "canonical_domain": "takadakiko.com", "country": "JP", "hq_city": "Naniwa-ku", "hq_region": "Osaka", "lat": 34.65944, "lon": 135.49963, "industries": ["construction"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": true, "ticker": "5923", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese bridge construction company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4361 +{"wikidata_id": "Q11672648", "display_name": "Takasago Tekko", "legal_name": null, "aliases": [], "website": "https://www.takasago-t.co.jp", "canonical_domain": "takasago-t.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "5458", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4362 +{"wikidata_id": "Q11672819", "display_name": "Takamisawa Cybernetics", "legal_name": null, "aliases": ["Takamisawa Cybernetics Co.", "Ltd.", "Takamisawa Cybernetics Co.", "Ltd. (Japan)"], "website": "https://www.tacy.co.jp", "canonical_domain": "tacy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "6424", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nakano City, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4363 +{"wikidata_id": "Q11672824", "display_name": "Takamisawa", "legal_name": null, "aliases": [], "website": "https://www.kk-takamisawa.co.jp", "canonical_domain": "kk-takamisawa.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "5283", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4364 +{"wikidata_id": "Q116730601", "display_name": "Prinsiri", "legal_name": null, "aliases": ["Prinsiri Co. Ltd", "Prinsiri Public Company Limited", "Prinsiri Public Co.", "Ltd."], "website": "https://www.prinsiri.com", "canonical_domain": "prinsiri.com", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "PRIN", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Real estate developer in Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4365 +{"wikidata_id": "Q11673956", "display_name": "Uogroup", "legal_name": null, "aliases": ["Uoki", "UOKI CO.", "LTD."], "website": "https://www.uoki.co.jp", "canonical_domain": "uoki.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "2683", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4366 +{"wikidata_id": "Q11675101", "display_name": "Toba", "legal_name": null, "aliases": ["TOBA", "INC."], "website": "https://www.toba.co.jp", "canonical_domain": "toba.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7472", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4367 +{"wikidata_id": "Q11675152", "display_name": "Torigoe", "legal_name": null, "aliases": [], "website": "https://www.the-torigoe.co.jp", "canonical_domain": "the-torigoe.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "2009", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4368 +{"wikidata_id": "Q11676018", "display_name": "Tsuruya", "legal_name": null, "aliases": ["Tsuruya Co.", "Ltd."], "website": "https://www.try110.com", "canonical_domain": "try110.com", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "5386", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4369 +{"wikidata_id": "Q116769385", "display_name": "LOLC Finance", "legal_name": null, "aliases": ["LOLC Finance PLC"], "website": "https://www.lolcfinance.com", "canonical_domain": "lolcfinance.com", "country": "LK", "hq_city": "Rajagiriya", "hq_region": "Colombo District", "lat": 6.91917, "lon": 79.895, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "LOFC.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan non-banking financial company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4370 +{"wikidata_id": "Q11678671", "display_name": "Kuroda Precision Industries", "legal_name": null, "aliases": ["Ltd.", "Ltd. (Japan)"], "website": "https://kurodaprecision.com", "canonical_domain": "kurodaprecision.com", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7726", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Higashikurume, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4371 +{"wikidata_id": "Q11723118", "display_name": "Swire Pacific", "legal_name": null, "aliases": ["Swire Pacific Limited"], "website": "https://www.swirepacific.com", "canonical_domain": "swirepacific.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "0087", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4372 +{"wikidata_id": "Q117242528", "display_name": "Caica Digital", "legal_name": null, "aliases": ["Caica"], "website": "https://www.caica.jp", "canonical_domain": "caica.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2315", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4373 +{"wikidata_id": "Q117359471", "display_name": "supercom.com", "legal_name": null, "aliases": [], "website": "https://www.supercom.com", "canonical_domain": "supercom.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["semiconductors"], "industry_labels": ["SIC 3674 Semiconductors & Related Devices"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "SPCB", "exchange": "Nasdaq", "lei": null, "sec_cik": "1291855", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1291855", "enriched_at": "2026-09-13T07:23:30+00:00"}}
4374 +{"wikidata_id": "Q117742701", "display_name": "Nan Liu Enterprise Company Limited", "legal_name": null, "aliases": [], "website": "https://www.nanliugroup.com", "canonical_domain": "nanliugroup.com", "country": "TW", "hq_city": "Jiaosu Village", "hq_region": "Yanchao District", "lat": 22.77354, "lon": 120.34246, "industries": ["biotechnology", "oil-gas"], "industry_labels": ["biotechnology", "petrochemical industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "6504", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "NAN LIU ENTERPRISE CO., LTD.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4375 +{"wikidata_id": "Q118876142", "display_name": "SBI Global Asset Management Co. Ltd.", "legal_name": null, "aliases": [], "website": "https://www.sbiglobalam.co.jp", "canonical_domain": "sbiglobalam.co.jp", "country": "JP", "hq_city": "Roppongi", "hq_region": "Minato", "lat": 35.66284, "lon": 139.73144, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "4765", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4376 +{"wikidata_id": "Q118959210", "display_name": "Punch Industry", "legal_name": null, "aliases": [], "website": "https://www.punch.co.jp", "canonical_domain": "punch.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6165", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4377 +{"wikidata_id": "Q119123867", "display_name": "Lifedrink Conpany", "legal_name": null, "aliases": [], "website": "https://www.ld-company.com", "canonical_domain": "ld-company.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "2585", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4378 +{"wikidata_id": "Q119398906", "display_name": "Amman Mineral Internasional", "legal_name": null, "aliases": ["PT Amman Mineral Internasional"], "website": "https://www.amman.co.id", "canonical_domain": "amman.co.id", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "AMMN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4379 +{"wikidata_id": "Q119658125", "display_name": "DENTSU GROUP INC.", "legal_name": null, "aliases": [], "website": "https://www.group.dentsu.com", "canonical_domain": "dentsu.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4324", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4380 +{"wikidata_id": "Q119658129", "display_name": "fronteo.com", "legal_name": null, "aliases": [], "website": "https://www.fronteo.com", "canonical_domain": "fronteo.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "21580", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4381 +{"wikidata_id": "Q119658139", "display_name": "Agora Hospitality Group", "legal_name": null, "aliases": ["Agora Hospitality Group Co.", "Ltd."], "website": "https://www.agora.jp", "canonical_domain": "agora.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["hospitality"], "industry_labels": ["lodging industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "9704", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4382 +{"wikidata_id": "Q119658164", "display_name": "baudroie,inc.", "legal_name": null, "aliases": [], "website": "https://www.baudroie.jp", "canonical_domain": "baudroie.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "4413", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4383 +{"wikidata_id": "Q119658185", "display_name": "V-cube, Inc.", "legal_name": null, "aliases": [], "website": "https://www.vcube.com", "canonical_domain": "vcube.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3681", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4384 +{"wikidata_id": "Q119658220", "display_name": "tokyo-tsushin.com", "legal_name": null, "aliases": [], "website": "https://tokyo-tsushin.com", "canonical_domain": "tokyo-tsushin.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7359", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4385 +{"wikidata_id": "Q119658335", "display_name": "Inv", "legal_name": null, "aliases": [], "website": "https://www.inv.inc", "canonical_domain": "inv.inc", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7338", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4386 +{"wikidata_id": "Q119658358", "display_name": "SHO-BOND Corporation (Japan)", "legal_name": null, "aliases": ["SHO-BOND", "SHO-BOND Corporation"], "website": "https://www.sho-bondhd.jp", "canonical_domain": "sho-bondhd.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1414", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4387 +{"wikidata_id": "Q119658364", "display_name": "arent.co.jp", "legal_name": null, "aliases": [], "website": "https://arent.co.jp", "canonical_domain": "arent.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5254", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4388 +{"wikidata_id": "Q119658422", "display_name": "Mitra Group", "legal_name": null, "aliases": [], "website": "https://www.mitra.co.jp", "canonical_domain": "mitra.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "6093", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4389 +{"wikidata_id": "Q119658476", "display_name": "Fuva Brain", "legal_name": null, "aliases": [], "website": "https://www.fuva-brain.co.jp", "canonical_domain": "fuva-brain.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3927", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4390 +{"wikidata_id": "Q119658490", "display_name": "Architects Studio Japan", "legal_name": null, "aliases": [], "website": "https://corporate.asj-net.com", "canonical_domain": "asj-net.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6085", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4391 +{"wikidata_id": "Q119658500", "display_name": "wacul.co.jp", "legal_name": null, "aliases": [], "website": "https://wacul.co.jp", "canonical_domain": "wacul.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4173", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4392 +{"wikidata_id": "Q119658541", "display_name": "Solvvy", "legal_name": null, "aliases": ["Japan Living Warranty"], "website": "https://solvvy.co.jp", "canonical_domain": "solvvy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7320", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4393 +{"wikidata_id": "Q119658565", "display_name": "Candeal", "legal_name": null, "aliases": [], "website": "https://www.candeal.co.jp", "canonical_domain": "candeal.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1446", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4394 +{"wikidata_id": "Q119658571", "display_name": "niftylifestyle.co.jp", "legal_name": null, "aliases": [], "website": "https://niftylifestyle.co.jp", "canonical_domain": "niftylifestyle.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4262", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4395 +{"wikidata_id": "Q119658572", "display_name": "Garden", "legal_name": null, "aliases": ["Garden Co.", "Ltd."], "website": "https://gardengroup.co.jp", "canonical_domain": "gardengroup.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "274A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4396 +{"wikidata_id": "Q119658577", "display_name": "Dive", "legal_name": null, "aliases": [], "website": "https://dive.design", "canonical_domain": "dive.design", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "151A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4397 +{"wikidata_id": "Q119658583", "display_name": "Bank of Innovation", "legal_name": null, "aliases": [], "website": "https://boi.jp", "canonical_domain": "boi.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game development"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "4393", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4398 +{"wikidata_id": "Q119659280", "display_name": "Mirait One", "legal_name": null, "aliases": [], "website": "https://www.mirait-one.com", "canonical_domain": "mirait-one.com", "country": "JP", "hq_city": "Toyosu", "hq_region": "Kōtō", "lat": 35.64431, "lon": 139.78466, "industries": ["telecommunications"], "industry_labels": ["telecommunications construction business"], "founded_year": null, "employees": null, "public_company": true, "ticker": "1417", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4399 +{"wikidata_id": "Q119659645", "display_name": "oro", "legal_name": null, "aliases": [], "website": "https://www.oro.com", "canonical_domain": "oro.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3983", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4400 +{"wikidata_id": "Q119659646", "display_name": "landnet.co.jp", "legal_name": null, "aliases": [], "website": "https://landnet.co.jp", "canonical_domain": "landnet.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2991", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4401 +{"wikidata_id": "Q119659857", "display_name": "Aqualine", "legal_name": null, "aliases": [], "website": "https://www.aqualine.jp", "canonical_domain": "aqualine.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "6173", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4402 +{"wikidata_id": "Q119660250", "display_name": "Kantsu Holdings", "legal_name": null, "aliases": [], "website": "https://www.kantsu.com", "canonical_domain": "kantsu.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "9326", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4403 +{"wikidata_id": "Q119661000", "display_name": "niv.co.jp", "legal_name": null, "aliases": [], "website": "https://www.niv.co.jp", "canonical_domain": "niv.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6493", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4404 +{"wikidata_id": "Q121504379", "display_name": "SAWAI GROUP HOLDINGS", "legal_name": null, "aliases": ["SAWAI GROUP HOLDINGS Co.", "Ltd."], "website": "https://www.sawaigroup.holdings", "canonical_domain": "sawaigroup.holdings", "country": "JP", "hq_city": "Miyahara", "hq_region": "Yodogawa-ku", "lat": 34.73726, "lon": 135.49819, "industries": [], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "4887", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4405 +{"wikidata_id": "Q12188885", "display_name": "Allianz Saudi Fransi Cooperative Insurance Co.", "legal_name": "شركة أليانز السعودي الفرنسي للتأمين التعاوني", "aliases": ["ALLIANZ SF"], "website": "https://www.allianzsaudifransi.com", "canonical_domain": "allianzsaudifransi.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8040", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4406 +{"wikidata_id": "Q12188886", "display_name": "Walaa Cooperative Insurance Co.", "legal_name": "شركة ولاء للتأمين التعاوني", "aliases": ["WALAA"], "website": "https://www.walaa.com", "canonical_domain": "walaa.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8060", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4407 +{"wikidata_id": "Q12188888", "display_name": "Saudi Indian Company for Cooperative Insurance", "legal_name": "الشركة السعودية الهندية للتأمين التعاوني", "aliases": ["WAFA INSURANCE"], "website": "https://www.wafainsurance.com", "canonical_domain": "wafainsurance.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8110", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4408 +{"wikidata_id": "Q12188889", "display_name": "Saudi Re for Cooperative Reinsurance Co.", "legal_name": "الشركة السعودية لإعادة التأمين التعاوني", "aliases": ["SAUDI RE"], "website": "https://www.saudi-re.com", "canonical_domain": "saudi-re.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "8200", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4409 +{"wikidata_id": "Q12188890", "display_name": "Saudi Vitrified Clay Pipes Co.", "legal_name": "الشركة السعودية لإنتاج الأنابيب الفخارية", "aliases": ["SVCP"], "website": "https://www.svcp-sa.com", "canonical_domain": "svcp-sa.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2360", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4410 +{"wikidata_id": "Q12188891", "display_name": "Saudi Automotive Services Co.", "legal_name": "الشركة السعودية لخدمات السيارات والمعدات", "aliases": ["SASCO"], "website": "https://www.sasco.com.sa", "canonical_domain": "sasco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "4050", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SASCO_Logo.svg", "description": "Saudi joint stock company operating in multiple industries", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4411 +{"wikidata_id": "Q12188892", "display_name": "Saudi Paper Manufacturing Co.", "legal_name": "الشركة السعودية لصناعة الورق", "aliases": ["SPM"], "website": "https://www.saudipaper.com", "canonical_domain": "saudipaper.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "2300", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4412 +{"wikidata_id": "Q12188894", "display_name": "Saudi Fisheries Co.", "legal_name": "الشركة السعودية للأسماك", "aliases": ["SFICO"], "website": "https://www.saudi-fisheries.com", "canonical_domain": "saudi-fisheries.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["fishery"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "6050", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4413 +{"wikidata_id": "Q12188895", "display_name": "Saudi Industrial Development Co.", "legal_name": "الشركة السعودية للتنمية الصناعية", "aliases": ["SIDC"], "website": "https://sidc.com.sa", "canonical_domain": "sidc.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "2130", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4414 +{"wikidata_id": "Q12188896", "display_name": "Saudi Industrial Services Co.", "legal_name": "الشركة السعودية للخدمات الصناعية", "aliases": ["SISCO"], "website": "https://www.sisco.com.sa", "canonical_domain": "sisco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "2190", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4415 +{"wikidata_id": "Q12188897", "display_name": "Saudi Industrial Export Co.", "legal_name": "الشركة السعودية للصادرات الصناعية", "aliases": ["SIECO"], "website": "https://www.siec.com.sa", "canonical_domain": "siec.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4140", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4416 +{"wikidata_id": "Q12188899", "display_name": "Saudi Pharmaceutical Industries and Medical Appliances Corp.", "legal_name": "الشركة السعودية للصناعات الدوائية والمستلزمات الطبية", "aliases": ["SPIMACO"], "website": "https://www.spimaco.com.sa", "canonical_domain": "spimaco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "2070", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4417 +{"wikidata_id": "Q12188901", "display_name": "Saudi Printing and Packaging Co.", "legal_name": "الشركة السعودية للطباعة والتغليف", "aliases": ["SPPC"], "website": "https://sppc.com.sa", "canonical_domain": "sppc.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "4270", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4418 +{"wikidata_id": "Q12188902", "display_name": "Dur Hospitality", "legal_name": "شركة دور للضيافة", "aliases": [], "website": "https://www.dur.sa", "canonical_domain": "dur.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "4010", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DurLogo.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4419 +{"wikidata_id": "Q12188909", "display_name": "Saudi Arabian Cooperative Insurance Co.", "legal_name": "الشركة العربية السعودية للتأمين التعاوني", "aliases": ["SAICO"], "website": "https://www.saico.com.sa", "canonical_domain": "saico.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8100", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4420 +{"wikidata_id": "Q12188910", "display_name": "Arabian Pipes Co.", "legal_name": "الشركة العربية للأنابيب", "aliases": ["APC"], "website": "https://www.arabian-pipes.com", "canonical_domain": "arabian-pipes.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "2200", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4421 +{"wikidata_id": "Q12188922", "display_name": "United International Transportation Co.", "legal_name": "الشركة المتحدة الدولية للمواصلات", "aliases": ["BUDGET SAUDI"], "website": "https://www.budgetsaudi.com", "canonical_domain": "budgetsaudi.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "4260", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4422 +{"wikidata_id": "Q12188924", "display_name": "United Cooperative Assurance Co.", "legal_name": "الشركة المتحدة للتأمين التعاوني", "aliases": ["UCA"], "website": "https://www.uca.com.sa", "canonical_domain": "uca.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "8190", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4423 +{"wikidata_id": "Q12188933", "display_name": "Thimar Development Holding Company", "legal_name": "شركة ثمار التنمية القابضة", "aliases": ["National Agricultural Marketing Co.", "THIMAR"], "website": "https://thimar.com.sa", "canonical_domain": "thimar.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "4160", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4424 +{"wikidata_id": "Q12188935", "display_name": "National Metal Manufacturing and Casting Co.", "legal_name": "الشركة الوطنية لتصنيع وسبك المعادن", "aliases": ["MAADANIYAH"], "website": "https://www.natmetalco.com", "canonical_domain": "natmetalco.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "2220", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4425 +{"wikidata_id": "Q12192383", "display_name": "Allied Cooperative Insurance Group", "legal_name": "المجموعة المتحدة للتأمين التعاوني", "aliases": ["ACIG"], "website": "https://acig.com.sa", "canonical_domain": "acig.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8150", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4426 +{"wikidata_id": "Q12199347", "display_name": "Bank Al-Sharq", "legal_name": null, "aliases": [], "website": "https://www.bankalsharq.com", "canonical_domain": "bankalsharq.com", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["banking"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "SHRQ", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4427 +{"wikidata_id": "Q12201570", "display_name": "Saudi Industrial Investment Group", "legal_name": "المجموعة السعودية للإستثمار الصناعي", "aliases": ["SIIG"], "website": "https://www.siig.com.sa", "canonical_domain": "siig.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "2250", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4428 +{"wikidata_id": "Q12208618", "display_name": "Halwani Bros. Co.", "legal_name": "شركة حلواني إخوان", "aliases": [], "website": "https://www.halwani.com.sa", "canonical_domain": "halwani.com.sa", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "6001", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4429 +{"wikidata_id": "Q12214959", "display_name": "SABB Takaful Co.", "legal_name": "شركة ساب للتكافل", "aliases": ["SABB TAKAFUL"], "website": "https://www.sabbtakaful.com", "canonical_domain": "sabbtakaful.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8080", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4430 +{"wikidata_id": "Q12218557", "display_name": "Salama Cooperative Insurance Co.", "legal_name": "شركة سلامة للتأمين التعاوني", "aliases": ["SALAMA"], "website": "https://www.salama.com.sa", "canonical_domain": "salama.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "8050", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4431 +{"wikidata_id": "Q12218558", "display_name": "Gulf Union Cooperative Insurance Co.", "legal_name": "شركة إتحاد الخليج للتأمين التعاوني", "aliases": ["GULF UNION"], "website": "https://gulfunion.com.sa", "canonical_domain": "gulfunion.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8120", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4432 +{"wikidata_id": "Q12218560", "display_name": "Southern Province Cement Co.", "legal_name": "شركة أسمنت المنطقة الجنوبية", "aliases": ["SPCC"], "website": "https://www.spcc.sa", "canonical_domain": "spcc.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "3050", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4433 +{"wikidata_id": "Q12218561", "display_name": "Eastern Province Cement Co.", "legal_name": "شركة أسمنت المنطقة الشرقية", "aliases": ["EPCCO"], "website": "https://www.epcco.com.sa", "canonical_domain": "epcco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "3080", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4434 +{"wikidata_id": "Q12218562", "display_name": "Yamama Cement Co.", "legal_name": "شركة أسمنت اليمامة", "aliases": ["YSCC"], "website": "https://www.yamamacement.com", "canonical_domain": "yamamacement.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "3020", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4435 +{"wikidata_id": "Q12218563", "display_name": "Tabuk Cement Co.", "legal_name": "شركة أسمنت تبوك", "aliases": ["TCC"], "website": "https://www.tcc-sa.com", "canonical_domain": "tcc-sa.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "3090", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4436 +{"wikidata_id": "Q12218566", "display_name": "Yanbu Cement Co.", "legal_name": "شركة أسمنت ينبع", "aliases": ["YCC"], "website": "https://www.yanbucement.com", "canonical_domain": "yanbucement.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "3060", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4437 +{"wikidata_id": "Q12218568", "display_name": "Alahli Takaful Co.", "legal_name": "شركة الأهلي للتكافل", "aliases": ["ATC"], "website": "https://www.alahlitakaful.com", "canonical_domain": "alahlitakaful.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8130", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4438 +{"wikidata_id": "Q12218569", "display_name": "Saudi Cement Co.", "legal_name": "شركة الأسمنت السعودية", "aliases": ["SAUDI CEMENT"], "website": "https://www.saudicement.com.sa", "canonical_domain": "saudicement.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "3030", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4439 +{"wikidata_id": "Q12218570", "display_name": "Trade union insurance co.", "legal_name": "شركة الاتحاد للتأمين التعاوني", "aliases": [], "website": "https://www.aletihad.sa", "canonical_domain": "aletihad.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "8170", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4440 +{"wikidata_id": "Q12218574", "display_name": "AYYAN Investment Co.", "legal_name": "شركة الأحساء للتنمية", "aliases": ["ADC", "Al-Ahsa Development Co."], "website": "https://ayyan.com.sa", "canonical_domain": "ayyan.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2140", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4441 +{"wikidata_id": "Q12218578", "display_name": "Arabian Cement Co.", "legal_name": "شركة الأسمنت العربية", "aliases": ["ACC"], "website": "https://www.arabiacement.com", "canonical_domain": "arabiacement.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "3010", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4442 +{"wikidata_id": "Q12218580", "display_name": "Al-Babtain Power & Telecom Co", "legal_name": "شركة البابطين للطاقة والإتصالات", "aliases": [], "website": "https://www.al-babtain.com.sa", "canonical_domain": "al-babtain.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["heavy industry"], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "2320", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AlBabtain_Power_%26_Telecom_logo_01.png", "description": "provides solutions for power and telecommunications infrastructure", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4443 +{"wikidata_id": "Q12218581", "display_name": "Sharikat al-Barakah lil-Istithmār wa-al-Tanmiyah", "legal_name": "شركة الباحة للإستثمار والتنمية", "aliases": [], "website": "https://albahacompany.com", "canonical_domain": "albahacompany.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "4130", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4444 +{"wikidata_id": "Q12218584", "display_name": "Advanced Petrochemical Co.", "legal_name": "الشركة المتقدمة للبتروكيماويات", "aliases": ["ADVANCED"], "website": "https://www.advancedpetrochem.com", "canonical_domain": "advancedpetrochem.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "2330", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4445 +{"wikidata_id": "Q12218585", "display_name": "Arabia Insurance Cooperative Co.", "legal_name": "شركة التأمين العربية التعاونية", "aliases": ["AICC"], "website": "https://www.aicc.com.sa", "canonical_domain": "aicc.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8160", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4446 +{"wikidata_id": "Q12218586", "display_name": "National Industrialization Co.", "legal_name": "شركة التصنيع الوطنية", "aliases": ["TASNEE"], "website": "https://www.tasnee.com", "canonical_domain": "tasnee.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "2060", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4447 +{"wikidata_id": "Q12218587", "display_name": "The Company for Cooperative Insurance", "legal_name": "الشركة التعاونية للتأمين", "aliases": ["TAWUNIYA"], "website": "https://www.tawuniya.com.sa", "canonical_domain": "tawuniya.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "8010", "exchange": "Saudi Stock Exchange", "lei": "549300J2GTNKWJRJ8581", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4448 +{"wikidata_id": "Q12218594", "display_name": "Al-Jouf Agricultural Development Co.", "legal_name": "شركة الجوف الزراعية", "aliases": ["ALJOUF"], "website": "https://www.aljouf.com.sa", "canonical_domain": "aljouf.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "6070", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4449 +{"wikidata_id": "Q12218595", "display_name": "National Gypsum Co.", "legal_name": "شركة الجبس الأهلية", "aliases": ["NGC"], "website": "https://www.gypsco.com.sa", "canonical_domain": "gypsco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "2090", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4450 +{"wikidata_id": "Q12218600", "display_name": "Alkhaleej Training and Education Co.", "legal_name": "شركة الخليج للتدريب والتعليم", "aliases": ["ALKHALEEJ TRNG"], "website": "https://www.alkhaleej.com.sa", "canonical_domain": "alkhaleej.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["education"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "4290", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4451 +{"wikidata_id": "Q12218606", "display_name": "Arriyadh Development Co.", "legal_name": "شركة الرياض للتعمير", "aliases": ["ARDCO"], "website": "https://riyadh.dev", "canonical_domain": "riyadh.dev", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "4150", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4452 +{"wikidata_id": "Q12218609", "display_name": "Middle East Specialized Cables Co.", "legal_name": "شركة الشرق الأوسط للكابلات المتخصصة", "aliases": ["MESC"], "website": "https://www.mesccables.com", "canonical_domain": "mesccables.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "2370", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4453 +{"wikidata_id": "Q12218616", "display_name": "Al Sagr Cooperative Insurance Co.", "legal_name": "شركة الصقر للتأمين التعاوني", "aliases": ["ALSAGR INSURANCE"], "website": "https://www.alsagr.com", "canonical_domain": "alsagr.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "8180", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4454 +{"wikidata_id": "Q12218617", "display_name": "Basic Chemical Industries Co.", "legal_name": "شركة الصناعات الكيميائية الأساسية", "aliases": ["BCI"], "website": "https://www.bci.com.sa", "canonical_domain": "bci.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "1210", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4455 +{"wikidata_id": "Q12218618", "display_name": "The National Company for Glass Industries", "legal_name": "شركة الصناعات الزجاجية الوطنية", "aliases": ["ZOUJAJ"], "website": "https://www.zoujaj-glass.com", "canonical_domain": "zoujaj-glass.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "2150", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4456 +{"wikidata_id": "Q12218620", "display_name": "Al Abdullatif Industrial Investment Co.", "legal_name": "شركة العبداللطيف للإستثمار الصناعي", "aliases": ["ALABDULLATIF"], "website": "https://www.carpets.com", "canonical_domain": "carpets.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "2340", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4457 +{"wikidata_id": "Q12218623", "display_name": "National Gas and Industrialization Co.", "legal_name": "شركة الغاز والتصنيع الأهلية", "aliases": ["GASCO"], "website": "https://www.gasco.com.sa", "canonical_domain": "gasco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "2080", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4458 +{"wikidata_id": "Q12218635", "display_name": "Tourism Enterprise Co.", "legal_name": "شركة المشروعات السياحية", "aliases": ["TECO"], "website": "https://shamstourism.sa", "canonical_domain": "shamstourism.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "4170", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4459 +{"wikidata_id": "Q12218638", "display_name": "Saudi Arabia Refineries Co.", "legal_name": "شركة المصافي العربية السعودية", "aliases": ["SARCO"], "website": "https://www.almasafi.com.sa", "canonical_domain": "almasafi.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": true, "ticker": "2030", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4460 +{"wikidata_id": "Q12218639", "display_name": "Wafrah for Industry and Development Co.", "legal_name": "شركة وفرة للصناعة والتنمية", "aliases": ["WAFRAH"], "website": "https://www.wafrah.com", "canonical_domain": "wafrah.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "2100", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4461 +{"wikidata_id": "Q12218646", "display_name": "Saudi Arabian Amiantit Co.", "legal_name": "شركة أميانتيت العربية السعودية", "aliases": ["AMIANTIT"], "website": "https://www.amiantit.com", "canonical_domain": "amiantit.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "2160", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4462 +{"wikidata_id": "Q12218653", "display_name": "Tabuk Agricultural Development Co.", "legal_name": "شركة تبوك للتنمية الزراعية", "aliases": ["TADCO"], "website": "https://www.tadco-agri.com", "canonical_domain": "tadco-agri.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "6040", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4463 +{"wikidata_id": "Q12218654", "display_name": "Filing and Packing Materials Manufacturing Co.", "legal_name": "شركة تصنيع مواد التعبئة والتغليف", "aliases": ["FIPCO"], "website": "https://www.fipco.com.sa", "canonical_domain": "fipco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "2180", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4464 +{"wikidata_id": "Q12218657", "display_name": "Jazan Energy and Development Co.", "legal_name": "شركة جازان للطاقة والتنمية", "aliases": ["JAZADCO"], "website": "https://jazadco.com.sa", "canonical_domain": "jazadco.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "6090", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4465 +{"wikidata_id": "Q12218659", "display_name": "Jabal Omar Development Co.", "legal_name": "شركة جبل عمر للتطوير", "aliases": ["JABAL OMAR"], "website": "https://www.jabalomar.com.sa", "canonical_domain": "jabalomar.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "4250", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4466 +{"wikidata_id": "Q12218670", "display_name": "Sanad Cooperative Insurance Co.", "legal_name": "شركة سند للتأمين التعاوني", "aliases": ["SANAD"], "website": "https://www.sanad.com.sa", "canonical_domain": "sanad.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8090", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4467 +{"wikidata_id": "Q12218673", "display_name": "Taiba Investments company", "legal_name": "شركة طيبة للإستثمار", "aliases": ["Taiba", "Taiba invest", "Taiba investments"], "website": "https://www.taiba.com.sa", "canonical_domain": "taiba.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "4090", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4468 +{"wikidata_id": "Q12218676", "display_name": "Aseer Trading", "legal_name": "شركة عسير للتجارة والسياحة والصناعة", "aliases": ["ASEER"], "website": "https://sinadholding.com", "canonical_domain": "sinadholding.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "4080", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4469 +{"wikidata_id": "Q12218685", "display_name": "Saudi Kayan Petrochemical Co.", "legal_name": "شركة كيان السعودية للبتروكيماويات", "aliases": ["SAUDI KAYAN"], "website": "https://www.saudikayan.com.sa", "canonical_domain": "saudikayan.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "2350", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4470 +{"wikidata_id": "Q12218686", "display_name": "Anaam International Holding Group", "legal_name": "مجموعة أنعام الدولية القابضة", "aliases": ["ANAAM HOLDING"], "website": "https://www.anaamgroup.com", "canonical_domain": "anaamgroup.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "4061", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4471 +{"wikidata_id": "Q12218692", "display_name": "Makkah Construction and Development Co.", "legal_name": "شركة مكة للإنشاء والتعمير", "aliases": ["MCDC"], "website": "https://www.mcdc.com.sa", "canonical_domain": "mcdc.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "4100", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4472 +{"wikidata_id": "Q12218694", "display_name": "Malath Cooperative Insurance Co.", "legal_name": "شركة ملاذ للتأمين التعاوني", "aliases": ["MALATH INSURANCE"], "website": "https://www.malath.com.sa", "canonical_domain": "malath.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8020", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4473 +{"wikidata_id": "Q122333149", "display_name": "AbClon (Korea)", "legal_name": null, "aliases": ["AbClon"], "website": "https://www.abclon.com", "canonical_domain": "abclon.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "174900", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Seoul, South Korea", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4474 +{"wikidata_id": "Q12239109", "display_name": "Astra Industrial Group", "legal_name": "مجموعة أسترا الصناعية", "aliases": ["ASTRA INDUSTRIAL"], "website": "https://www.astraindustries.com.sa", "canonical_domain": "astraindustries.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "1212", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4475 +{"wikidata_id": "Q12239121", "display_name": "Seera Group Holding", "legal_name": "مجموعة سيرا القابضة", "aliases": ["Aviator"], "website": "https://seera.sa", "canonical_domain": "seera.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": ["travel agency"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "1810", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4476 +{"wikidata_id": "Q12239141", "display_name": "Fitaihi Holding Group", "legal_name": "مجموعة فتيحي القابضة", "aliases": ["FITAIHI GROUP"], "website": "https://www.fitaihi.net", "canonical_domain": "fitaihi.net", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "4180", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4477 +{"wikidata_id": "Q12242596", "display_name": "Dr. Sulaiman Al Habib Medical Services Group", "legal_name": "مجموعة الدكتور سليمان الحبيب للخدمات الطبية", "aliases": ["Al Habib Hospital"], "website": "https://hmg.com", "canonical_domain": "hmg.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "4013", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dr.Sulaiman_Al_Habib_Medical_Group_Logo.jpg", "description": "hospital in Saudi Arabia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4478 +{"wikidata_id": "Q122695316", "display_name": "Mahachai Hospital", "legal_name": null, "aliases": ["Mahachai Hospital Public Company Limited", "Mahachai Hospital Public Co.", "Ltd."], "website": "https://www.mahachaihospital.com", "canonical_domain": "mahachaihospital.com", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "M-CHAI", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mahachai_Hospital_Logo.svg", "description": "hospitals in Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4479 +{"wikidata_id": "Q123197362", "display_name": "Nakamoto Packs", "legal_name": null, "aliases": [], "website": "https://www.npacks.co.jp", "canonical_domain": "npacks.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "7811", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4480 +{"wikidata_id": "Q123199055", "display_name": "Yashima & Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.yashima-co.co.jp", "canonical_domain": "yashima-co.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7677", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4481 +{"wikidata_id": "Q123242194", "display_name": "PHYZ Holdings", "legal_name": null, "aliases": [], "website": "https://www.phyz.co.jp", "canonical_domain": "phyz.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "9325", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11368060", "name": "Maruwa Un'yu Kikan"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4482 +{"wikidata_id": "Q123347709", "display_name": "Central Automotive Products", "legal_name": null, "aliases": [], "website": "https://www.central-auto.co.jp", "canonical_domain": "central-auto.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["automotive"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "8117", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4483 +{"wikidata_id": "Q123367770", "display_name": "Adventure", "legal_name": null, "aliases": [], "website": "https://jp.adventurekk.com", "canonical_domain": "adventurekk.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "6030", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4484 +{"wikidata_id": "Q123383058", "display_name": "Pharmarise Holdings", "legal_name": null, "aliases": [], "website": "https://www.pharmarise.com", "canonical_domain": "pharmarise.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "2796", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4485 +{"wikidata_id": "Q123383370", "display_name": "Faith Network", "legal_name": null, "aliases": [], "website": "https://faithnetwork.co.jp", "canonical_domain": "faithnetwork.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3489", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4486 +{"wikidata_id": "Q123466965", "display_name": "Klass", "legal_name": null, "aliases": ["Kyokuto Sanki"], "website": "https://www.klass-corp.co.jp", "canonical_domain": "klass-corp.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6233", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4487 +{"wikidata_id": "Q123499775", "display_name": "Route Stile", "legal_name": null, "aliases": ["Marumitsu", "Proroute Marumitsu"], "website": "https://routestyle.co.jp", "canonical_domain": "routestyle.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "8256", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4488 +{"wikidata_id": "Q123523465", "display_name": "Universal Engeisha", "legal_name": null, "aliases": ["UNIVERSAL ENGEISHA Co.", "Ltd."], "website": "https://uni-green.co.jp", "canonical_domain": "uni-green.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["agriculture"], "industry_labels": ["horticulture industry"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "6061", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese horticulture company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4489 +{"wikidata_id": "Q123697139", "display_name": "Tohbu Network", "legal_name": null, "aliases": [], "website": "https://www.tohbu.co.jp", "canonical_domain": "tohbu.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "9036", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4490 +{"wikidata_id": "Q123699063", "display_name": "Asagami", "legal_name": null, "aliases": [], "website": "https://www.asagami.co.jp", "canonical_domain": "asagami.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "9311", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4491 +{"wikidata_id": "Q123924625", "display_name": "Cocolonet", "legal_name": null, "aliases": [], "website": "https://cocolonet.jp", "canonical_domain": "cocolonet.jp", "country": "JP", "hq_city": "Fukushima Prefecture", "hq_region": "Japan", "lat": 37.75028, "lon": 140.46775, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "6060", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4492 +{"wikidata_id": "Q124037792", "display_name": "Copa Corporation", "legal_name": null, "aliases": [], "website": "https://www.copa.co.jp", "canonical_domain": "copa.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "7689", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4493 +{"wikidata_id": "Q12403800", "display_name": "Imagesat International (I.s.i) Ltd.", "legal_name": "אימאג'סט אינטרנשיונל(אי.אס.איי)בע''מ", "aliases": [], "website": "https://www.imagesatintl.com", "canonical_domain": "imagesatintl.com", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ISI", "exchange": "Tel Aviv Stock Exchange", "lei": "254900GSQ9MH8UUE0W77", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4494 +{"wikidata_id": "Q12403914", "display_name": "Altshuler Shaham", "legal_name": "אלטשולר שחם פיננסים בע''מ", "aliases": [], "website": "https://www.as-invest.co.il", "canonical_domain": "as-invest.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "ALTF", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli investment management firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4495 +{"wikidata_id": "Q12404838", "display_name": "Givot Olam Oil Exploration-limited Partnership(1993)", "legal_name": "גבעות עולם חיפושי נפט - שותפות מוגבלת (1993)", "aliases": [], "website": "https://www.givot.co.il", "canonical_domain": "givot.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "GIVO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4496 +{"wikidata_id": "Q124054273", "display_name": "Smart Shooter", "legal_name": "סמארט שוּטר בע\"מ", "aliases": ["SMASH", "Smartshooter", "SMARTSHOOTER Precise Technological Solutions"], "website": "https://www.smart-shooter.com", "canonical_domain": "smart-shooter.com", "country": "IL", "hq_city": "Yagur", "hq_region": "Haifa District", "lat": 32.7415, "lon": 35.0772, "industries": ["defense"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "SMSH", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli firm for the development and production of fire control systems for small arms", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4497 +{"wikidata_id": "Q12406640", "display_name": "Israel Land Development Urban Renewal Ltd", "legal_name": "הכשרת הישוב התחדשות עירונית ישראל בע''מ", "aliases": [], "website": "https://www.yeshuv.co.il", "canonical_domain": "yeshuv.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["real-estate"], "industry_labels": ["urban renewal"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "ILDR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4498 +{"wikidata_id": "Q124079839", "display_name": "SE Holdings and Incubations Co.,Ltd.", "legal_name": null, "aliases": ["SEH&I"], "website": "https://www.sehi.co.jp", "canonical_domain": "sehi.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "9478", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4499 +{"wikidata_id": "Q12408501", "display_name": "Clal Biotechnology Industries Ltd", "legal_name": "כלל תעשיות ביוטכנולוגיה בע''מ", "aliases": [], "website": "https://www.cbi.co.il", "canonical_domain": "cbi.co.il", "country": "IL", "hq_city": "Azrieli Center", "hq_region": "Tel Aviv", "lat": 32.07432, "lon": 34.79208, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 1923, "employees": null, "public_company": true, "ticker": "CBI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4500 +{"wikidata_id": "Q12410538", "display_name": "Ai Conversation Systems Ltd", "legal_name": "איי.אי.מערכות שיחה בע''מ", "aliases": [], "website": "https://www.a-i.com", "canonical_domain": "a-i.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "AICS", "exchange": "Tel Aviv Stock Exchange", "lei": "549300NIHUD0E1TFP265", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4501 +{"wikidata_id": "Q12410619", "display_name": "Palram Industries (1990) Ltd.", "legal_name": "פלרם (1990) תעשיות בע''מ", "aliases": [], "website": "https://www.palram.co.il", "canonical_domain": "palram.co.il", "country": "IL", "hq_city": "Ramat Yohanan", "hq_region": "Zevulun Regional Council", "lat": 32.7929, "lon": 35.1213, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "PLRM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4502 +{"wikidata_id": "Q12411915", "display_name": "Nala Digital Commerce Ltd", "legal_name": "נלה דיגיטל קומרס בע''מ", "aliases": [], "website": "https://www.nala.digital", "canonical_domain": "nala.digital", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "NALA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4503 +{"wikidata_id": "Q12412214", "display_name": "pei.co.il", "legal_name": null, "aliases": [], "website": "https://www.pei.co.il", "canonical_domain": "pei.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "PTEN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4504 +{"wikidata_id": "Q124323591", "display_name": "Zaoh Company", "legal_name": null, "aliases": [], "website": "https://www.zaohnet.co.jp", "canonical_domain": "zaohnet.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "9986", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4505 +{"wikidata_id": "Q124323663", "display_name": "Zenhoren", "legal_name": null, "aliases": [], "website": "https://www.zenhoren.jp", "canonical_domain": "zenhoren.jp", "country": "JP", "hq_city": "Okinawa Prefecture", "hq_region": "Japan", "lat": 26.21222, "lon": 127.68083, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "5845", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4506 +{"wikidata_id": "Q124361344", "display_name": "Com7", "legal_name": null, "aliases": [], "website": "https://www.comseven.com", "canonical_domain": "comseven.com", "country": "TH", "hq_city": "Bang Na", "hq_region": "Bang Na", "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": ["service sector"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "COM7", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COM7_Logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4507 +{"wikidata_id": "Q124446051", "display_name": "Fb Care Service", "legal_name": null, "aliases": [], "website": "https://www.fb-kaigo.co.jp", "canonical_domain": "fb-kaigo.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "9220", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4508 +{"wikidata_id": "Q124624454", "display_name": "Stg", "legal_name": null, "aliases": [], "website": "https://www.stgroup.jp", "canonical_domain": "stgroup.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "5858", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4509 +{"wikidata_id": "Q124638147", "display_name": "Odawara Engineering", "legal_name": null, "aliases": [], "website": "https://odawara-eng.co.jp", "canonical_domain": "odawara-eng.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["construction", "manufacturing"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "6149", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "A Japanese machinery manufacturer that provides motor winding equipment", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4510 +{"wikidata_id": "Q124670580", "display_name": "BASE FOOD", "legal_name": "ベースフード株式会社", "aliases": ["BASE FOOD Inc.", "basefood"], "website": "https://basefood.co.jp", "canonical_domain": "basefood.co.jp", "country": "JP", "hq_city": null, "hq_region": "Tokyo", "lat": 35.6359, "lon": 139.69827, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2936", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4511 +{"wikidata_id": "Q12470715", "display_name": "Adi Sarana Armada", "legal_name": "Adi Sarana Armada Tbk", "aliases": ["ASSA"], "website": "https://www.assarent.co.id", "canonical_domain": "assarent.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["transport", "infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ASSA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4512 +{"wikidata_id": "Q12472151", "display_name": "Bank Amar Indonesia", "legal_name": "PT Bank Amar Indonesia Tbk.", "aliases": ["AMAR"], "website": "https://www.amarbank.co.id", "canonical_domain": "amarbank.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AMAR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4513 +{"wikidata_id": "Q12472317", "display_name": "Asia Pacific Investama", "legal_name": "PT Asia Pacific Investama Tbk.", "aliases": ["MYTX"], "website": "https://www.apinvestama.co.id", "canonical_domain": "apinvestama.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MYTX", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4514 +{"wikidata_id": "Q12472411", "display_name": "Argo Pantes", "legal_name": "Argo Pantes Tbk", "aliases": ["ARGO"], "website": "https://argo.co.id", "canonical_domain": "argo.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ARGO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4515 +{"wikidata_id": "Q12472534", "display_name": "Arthavest", "legal_name": "Arthavest Tbk", "aliases": ["ARTA"], "website": "https://www.arthavest.com", "canonical_domain": "arthavest.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ARTA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4516 +{"wikidata_id": "Q12472595", "display_name": "Asahimas Flat Glass", "legal_name": "Asahimas Flat Glass Tbk", "aliases": ["AMFG"], "website": "https://www.amfg.co.id", "canonical_domain": "amfg.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AMFG", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4517 +{"wikidata_id": "Q12472725", "display_name": "Astra Graphia", "legal_name": "Astra Graphia Tbk", "aliases": ["ASGR"], "website": "https://www.astragraphia.co.id", "canonical_domain": "astragraphia.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ASGR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4518 +{"wikidata_id": "Q12472739", "display_name": "Asuransi Bina Dana Arta", "legal_name": "Asuransi Bina Dana Arta Tbk", "aliases": ["ABDA"], "website": "https://www.abda.co.id", "canonical_domain": "abda.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "insurance"], "industry_labels": ["financial services", "insurance industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ABDA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4519 +{"wikidata_id": "Q12474480", "display_name": "Bank Bumi Arta", "legal_name": "Bank Bumi Arta Tbk", "aliases": ["BNBA"], "website": "https://www.bankbba.co.id", "canonical_domain": "bankbba.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BNBA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4520 +{"wikidata_id": "Q12474482", "display_name": "Bank Capital Indonesia", "legal_name": "PT Bank Capital Indonesia Tbk", "aliases": ["BACA"], "website": "https://www.bankcapital.co.id", "canonical_domain": "bankcapital.co.id", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BACA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4521 +{"wikidata_id": "Q12474491", "display_name": "Bank Harda Internasional", "legal_name": "PT Allo Bank Indonesia Tbk", "aliases": ["Allo Bank Indonesia", "BBHI"], "website": "https://www.allobank.com", "canonical_domain": "allobank.com", "country": "ID", "hq_city": "Menara Bank Mega", "hq_region": "Mampang Prapatan", "lat": -6.24069, "lon": 106.82992, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BBHI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4522 +{"wikidata_id": "Q12474493", "display_name": "Bank Ina Perdana", "legal_name": "PT Bank Ina Perdana Tbk.", "aliases": ["BINA"], "website": "https://www.bankina.co.id", "canonical_domain": "bankina.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "BINA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4523 +{"wikidata_id": "Q12474507", "display_name": "Bank Mestika Dharma", "legal_name": "PT Bank Mestika Dharma Tbk.", "aliases": ["BBMD"], "website": "https://www.bankmestika.com", "canonical_domain": "bankmestika.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BBMD", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4524 +{"wikidata_id": "Q12474512", "display_name": "Bank Nationalnobu", "legal_name": "PT Bank Nationalnobu Tbk.", "aliases": ["NOBU", "NOBU National Bank"], "website": "https://www.nobubank.com", "canonical_domain": "nobubank.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NOBU", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4525 +{"wikidata_id": "Q12474517", "display_name": "Bank QNB Indonesia", "legal_name": "PT Bank QNB Indonesia Tbk", "aliases": ["BKSW"], "website": "https://qnb.co.id", "canonical_domain": "qnb.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BKSW", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Qatar company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4526 +{"wikidata_id": "Q12474538", "display_name": "Bank Victoria International", "legal_name": "Bank Victoria International Tbk", "aliases": ["BVIC"], "website": "https://www.victoriabank.co.id", "canonical_domain": "victoriabank.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BVIC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Victoria_logo.png", "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4527 +{"wikidata_id": "Q12474541", "display_name": "Bank Yudha Bhakti", "legal_name": "PT Bank Yudha Bhakti Tbk.", "aliases": ["Bank Neo Commerce", "BBYB", "PT Bank Neo Commerce Tbk."], "website": "https://www.yudhabhakti.co.id", "canonical_domain": "yudhabhakti.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BBYB", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4528 +{"wikidata_id": "Q12474544", "display_name": "Indian Bank of Indonesia", "legal_name": "Bank of India Indonesia Tbk", "aliases": ["BSWD"], "website": "https://www.boiindonesia.co.id", "canonical_domain": "boiindonesia.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BSWD", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4529 +{"wikidata_id": "Q124748765", "display_name": "Nippon Pigment", "legal_name": null, "aliases": ["Nippon Pigment Holdings"], "website": "https://www.pigment.co.jp", "canonical_domain": "pigment.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "4119", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4530 +{"wikidata_id": "Q12475962", "display_name": "Berlian Laju Tanker", "legal_name": "Berlian Laju Tanker Tbk", "aliases": ["BLTA"], "website": "https://www.blt.co.id", "canonical_domain": "blt.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["transportation"], "industry_labels": ["transport", "infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BLTA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4531 +{"wikidata_id": "Q12479285", "display_name": "Ciputra Development", "legal_name": "Ciputra Development Tbk", "aliases": ["CTRA"], "website": "https://www.ciputradevelopment.com", "canonical_domain": "ciputradevelopment.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate development", "real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CTRA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4532 +{"wikidata_id": "Q12479369", "display_name": "Citra Tubindo", "legal_name": "Citra Tubindo Tbk", "aliases": ["CTBN"], "website": "https://www.citratubindo.com", "canonical_domain": "citratubindo.com", "country": "ID", "hq_city": "Batam", "hq_region": "Riau Islands", "lat": 1.13, "lon": 104.05306, "industries": ["mining", "chemicals"], "industry_labels": ["metal industry", "basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "CTBN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "France company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4533 +{"wikidata_id": "Q12481188", "display_name": "Delta Dunia Makmur", "legal_name": "Delta Dunia Makmur Tbk", "aliases": ["DOID"], "website": "https://www.deltadunia.com", "canonical_domain": "deltadunia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["mining", "energy"], "industry_labels": ["mining", "coal industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "DOID", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4534 +{"wikidata_id": "Q12482517", "display_name": "Enseval Putra Megatrading", "legal_name": "Enseval Putra Megatrading Tbk", "aliases": ["Enseval Putera Megatrading", "Enseval Putera Megatrading Tbk", "EPMT"], "website": "https://www.enseval.com", "canonical_domain": "enseval.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": null, "employees": null, "public_company": true, "ticker": "EPMT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4535 +{"wikidata_id": "Q12482649", "display_name": "Ever Shine Textile Industry", "legal_name": "Ever Shine Textile Industry Tbk", "aliases": ["ESTI"], "website": "https://www.evershinetex.com", "canonical_domain": "evershinetex.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ESTI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4536 +{"wikidata_id": "Q12483558", "display_name": "Garudafood", "legal_name": "PT Garudafood Putra Putri Jaya Tbk.", "aliases": ["GOOD"], "website": "https://www.garudafood.com", "canonical_domain": "garudafood.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GOOD", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian snack company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4537 +{"wikidata_id": "Q12485882", "display_name": "Hotel Sahid Jaya", "legal_name": "Hotel Sahid Jaya Tbk", "aliases": ["SHID"], "website": "https://www.pthsji.com", "canonical_domain": "pthsji.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["hospitality"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "SHID", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4538 +{"wikidata_id": "Q12486449", "display_name": "Indal Aluminium Industry", "legal_name": "Indal Aluminium Industry Tbk", "aliases": ["INAI"], "website": "https://www.indalcorp.com", "canonical_domain": "indalcorp.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining", "chemicals"], "industry_labels": ["metal industry", "basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "INAI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4539 +{"wikidata_id": "Q12486481", "display_name": "Indo Acidatama", "legal_name": "Indo Acidatama Tbk", "aliases": ["SRSN"], "website": "https://www.acidatama.co.id", "canonical_domain": "acidatama.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SRSN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4540 +{"wikidata_id": "Q12486501", "display_name": "Indonesia Prima Property", "legal_name": "Indonesia Prima Property Tbk", "aliases": ["OMRE"], "website": "https://www.ipp.co.id", "canonical_domain": "ipp.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "OMRE", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4541 +{"wikidata_id": "Q12486682", "display_name": "Intanwijaya Internasional", "legal_name": "Intanwijaya Internasional Tbk", "aliases": ["INCI"], "website": "https://www.intanwijaya.com", "canonical_domain": "intanwijaya.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "INCI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4542 +{"wikidata_id": "Q12486708", "display_name": "Inti Agri Resources", "legal_name": "Inti Agri Resources Tbk", "aliases": ["IIKP"], "website": "https://www.iikp.com", "canonical_domain": "iikp.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "IIKP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4543 +{"wikidata_id": "Q12486712", "display_name": "Intraco Penta", "legal_name": "Intraco Penta Tbk", "aliases": ["INTA"], "website": "https://www.intracopenta.com", "canonical_domain": "intracopenta.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": null, "employees": null, "public_company": true, "ticker": "INTA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4544 +{"wikidata_id": "Q12487756", "display_name": "Jembo Cable Company", "legal_name": "Jembo Cable Company Tbk", "aliases": ["JECC"], "website": "https://www.jembo.com", "canonical_domain": "jembo.com", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["telecommunications"], "industry_labels": ["cable industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "JECC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4545 +{"wikidata_id": "Q12488256", "display_name": "KMI Wire and Cable", "legal_name": "KMI Wire and Cable Tbk", "aliases": ["KBLI"], "website": "https://www.kmi.co.id", "canonical_domain": "kmi.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": [], "industry_labels": ["cable industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KBLI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4546 +{"wikidata_id": "Q12488306", "display_name": "Kabelindo Murni", "legal_name": "Kabelindo Murni Tbk", "aliases": ["KBLM"], "website": "https://www.kabelindo.co.id", "canonical_domain": "kabelindo.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": [], "industry_labels": ["cable industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KBLM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4547 +{"wikidata_id": "Q12493870", "display_name": "Langgeng Makmur Industri", "legal_name": "Langgeng Makmur Industri Tbk", "aliases": ["LMPI"], "website": "https://www.langgengmakmur.com", "canonical_domain": "langgengmakmur.com", "country": "ID", "hq_city": "Sidoarjo", "hq_region": "East Java", "lat": -7.45303, "lon": 112.71733, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "LMPI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4548 +{"wikidata_id": "Q12494107", "display_name": "Lautan Luas", "legal_name": "PT Lautan Luas Tbk", "aliases": ["LTLS"], "website": "https://www.lautan-luas.com", "canonical_domain": "lautan-luas.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "LTLS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4549 +{"wikidata_id": "Q12494988", "display_name": "Lippo General Insurance", "legal_name": "Lippo General Insurance Tbk", "aliases": ["LPGI"], "website": "https://www.lippoinsurance.com", "canonical_domain": "lippoinsurance.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "LPGI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4550 +{"wikidata_id": "Q12498536", "display_name": "Millennium Pharmacon International", "legal_name": "Millennium Pharmacon International Tbk", "aliases": ["SDPC"], "website": "https://www.mpi-indonesia.co.id", "canonical_domain": "mpi-indonesia.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SDPC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4551 +{"wikidata_id": "Q12498651", "display_name": "Mitra Adiperkasa", "legal_name": "Mitra Adiperkasa Tbk", "aliases": ["MAPI"], "website": "https://www.map.co.id", "canonical_domain": "map.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MAPI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4552 +{"wikidata_id": "Q12498652", "display_name": "Mitra International Resources", "legal_name": "Mitra International Resources Tbk", "aliases": ["MIRA"], "website": "https://www.mitrarajasa.com", "canonical_domain": "mitrarajasa.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["transportation"], "industry_labels": ["transport", "infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MIRA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4553 +{"wikidata_id": "Q12502751", "display_name": "Bank Panin", "legal_name": "Bank Pan Indonesia Tbk", "aliases": ["PNBN"], "website": "https://www.panin.co.id", "canonical_domain": "panin.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services", "financial sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PNBN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4554 +{"wikidata_id": "Q12502754", "display_name": "Paninvest", "legal_name": "Paninvest Tbk", "aliases": ["PNIN"], "website": "https://www.paninvest.co.id", "canonical_domain": "paninvest.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PNIN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4555 +{"wikidata_id": "Q12505435", "display_name": "Phapros", "legal_name": "PT Phapros Tbk", "aliases": ["PEHA"], "website": "https://www.phapros.co.id", "canonical_domain": "phapros.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PEHA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4556 +{"wikidata_id": "Q12506064", "display_name": "Asia Pacific Fibers", "legal_name": "Asia Pacific Fibers Tbk", "aliases": ["POLY"], "website": "https://www.asiapacificfibers.com", "canonical_domain": "asiapacificfibers.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "POLY", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4557 +{"wikidata_id": "Q12506402", "display_name": "Prasidha Aneka Niaga", "legal_name": "Prasidha Aneka Niaga Tbk", "aliases": ["PSDN"], "website": "https://www.prasidha.co.id", "canonical_domain": "prasidha.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PSDN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4558 +{"wikidata_id": "Q125066206", "display_name": "Linical", "legal_name": null, "aliases": [], "website": "https://www.linical.com", "canonical_domain": "linical.com", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "2183", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4559 +{"wikidata_id": "Q12508625", "display_name": "Rig Tenders", "legal_name": "Rig Tenders Tbk", "aliases": ["RIGS"], "website": "https://www.rigtenders.co.id", "canonical_domain": "rigtenders.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["transportation"], "industry_labels": ["transport", "infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RIGS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4560 +{"wikidata_id": "Q12508743", "display_name": "Ristia Bintang Mahkotasejati", "legal_name": "Ristia Bintang Mahkotasejati Tbk", "aliases": ["RBMS"], "website": "https://www.ristiagroup.co.id", "canonical_domain": "ristiagroup.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RBMS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4561 +{"wikidata_id": "Q12512951", "display_name": "Sekar Laut", "legal_name": "Sekar Laut Tbk", "aliases": ["SKLT"], "website": "https://www.sekar.co.id", "canonical_domain": "sekar.co.id", "country": "ID", "hq_city": "Surabaya", "hq_region": "East Java", "lat": -7.24628, "lon": 112.73777, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SKLT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4562 +{"wikidata_id": "Q12513438", "display_name": "Semen Baturaja", "legal_name": "PT Semen Baturaja (Persero) Tbk", "aliases": ["PT Semen Baturaja Tbk", "SMBR"], "website": "https://www.semenbaturaja.com", "canonical_domain": "semenbaturaja.com", "country": "ID", "hq_city": "Palembang", "hq_region": "South Sumatra", "lat": -2.98333, "lon": 104.76444, "industries": ["chemicals"], "industry_labels": ["economic production", "basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SMBR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4563 +{"wikidata_id": "Q125145495", "display_name": "Showa Paxxs", "legal_name": null, "aliases": [], "website": "https://www.showa-paxxs.co.jp", "canonical_domain": "showa-paxxs.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": true, "ticker": "3954", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4564 +{"wikidata_id": "Q12514598", "display_name": "Sierad Produce", "legal_name": "Sierad Produce Tbk", "aliases": ["PT Sreeya Sewu Indonesia Tbk", "SIPD", "Sreeya Sewu Indonesia"], "website": "https://www.sieradproduce.com", "canonical_domain": "sieradproduce.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SIPD", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4565 +{"wikidata_id": "Q12515145", "display_name": "Sinar Mas Multiartha", "legal_name": "Sinar Mas Multiartha Tbk", "aliases": ["PT Sinar Mas Multiartha Tbk", "SMMA"], "website": "https://www.smma.co.id", "canonical_domain": "smma.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "SMMA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinarmas-Logo.png", "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4566 +{"wikidata_id": "Q12516371", "display_name": "Steady Safe", "legal_name": "Steady Safe Tbk", "aliases": ["SAFE"], "website": "https://steadysafetbk.co.id", "canonical_domain": "steadysafetbk.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["transportation"], "industry_labels": ["transport", "infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SAFE", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4567 +{"wikidata_id": "Q12517654", "display_name": "Summarecon Agung", "legal_name": "PT Summarecon Agung Tbk", "aliases": ["SMRA"], "website": "https://www.summareconmutiara.com", "canonical_domain": "summareconmutiara.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SMRA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4568 +{"wikidata_id": "Q12518032", "display_name": "Sunson Textile Manufacturer", "legal_name": "Sunson Textile Manufacturer Tbk", "aliases": ["SSTM"], "website": "https://www.sunson.co.id", "canonical_domain": "sunson.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SSTM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4569 +{"wikidata_id": "Q125181634", "display_name": "Chengxin Lithium Group", "legal_name": null, "aliases": ["Chengxin Lithium Group Co.", "Ltd.", "Shengxin Lithium Energy Group Co.", "Ltd."], "website": "https://www.cxlithium.com", "canonical_domain": "cxlithium.com", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["mining", "chemicals", "automotive"], "industry_labels": ["metallurgy", "mining", "chemical industry", "automotive supplier"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "SZ.002240", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese lithium company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4570 +{"wikidata_id": "Q12518186", "display_name": "Suryamas Dutamakmur", "legal_name": "Suryamas Dutamakmur Tbk", "aliases": ["SMDM"], "website": "https://www.rancamayaestate.com", "canonical_domain": "rancamayaestate.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SMDM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4571 +{"wikidata_id": "Q125200746", "display_name": "Consec", "legal_name": null, "aliases": [], "website": "https://www.consec.co.jp", "canonical_domain": "consec.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "9895", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4572 +{"wikidata_id": "Q12520372", "display_name": "Tifico Fiber Indonesia", "legal_name": "Tifico Fiber Indonesia Tbk", "aliases": ["TFCO"], "website": "https://www.tifico.co.id", "canonical_domain": "tifico.co.id", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TFCO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4573 +{"wikidata_id": "Q12521435", "display_name": "Tigaraksa Satria", "legal_name": "Tigaraksa Satria Tbk", "aliases": ["TGKA"], "website": "https://www.tigaraksa.co.id", "canonical_domain": "tigaraksa.co.id", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TGKA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4574 +{"wikidata_id": "Q12521632", "display_name": "Tirta Mahakam Resources", "legal_name": "Tirta Mahakam Resources Tbk", "aliases": ["TIRT"], "website": "https://www.tirtamahakam.com", "canonical_domain": "tirtamahakam.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TIRT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4575 +{"wikidata_id": "Q12521671", "display_name": "Lotte Chemical Titan", "legal_name": "PT Lotte Chemical Titan Tbk.", "aliases": [], "website": "https://www.lottechem.co.id", "canonical_domain": "lottechem.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["materials", "chemicals"], "industry_labels": ["packaging industry", "basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FPNI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4576 +{"wikidata_id": "Q12522164", "display_name": "Total Bangun Persada", "legal_name": "Total Bangun Persada Tbk", "aliases": ["TOTL"], "website": "https://www.totalbp.com", "canonical_domain": "totalbp.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["construction", "real-estate"], "industry_labels": ["construction", "real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TOTL", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4577 +{"wikidata_id": "Q12522322", "display_name": "Trias Sentosa", "legal_name": "Trias Sentosa Tbk", "aliases": ["TRST"], "website": "https://www.trias-sentosa.com", "canonical_domain": "trias-sentosa.com", "country": "ID", "hq_city": "Sidoarjo", "hq_region": "East Java", "lat": -7.45303, "lon": 112.71733, "industries": ["materials", "chemicals"], "industry_labels": ["packaging industry", "basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TRST", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4578 +{"wikidata_id": "Q12522352", "display_name": "Trimegah Sekuritas Indonesia", "legal_name": "PT Trimegah Sekuritas Indonesia Tbk", "aliases": ["TRIM"], "website": "https://www.trimegah.com", "canonical_domain": "trimegah.com", "country": "ID", "hq_city": "South Jakarta", "hq_region": "Jakarta", "lat": -6.25, "lon": 106.8, "industries": ["financial-services"], "industry_labels": ["securities industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TRIM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4579 +{"wikidata_id": "Q12522712", "display_name": "Tunas Baru Lampung", "legal_name": "Tunas Baru Lampung Tbk", "aliases": ["TBLA"], "website": "https://www.tunasbarulampung.com", "canonical_domain": "tunasbarulampung.com", "country": "ID", "hq_city": "Lampung", "hq_region": "Indonesia", "lat": -5.44083, "lon": 105.25833, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TBLA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4580 +{"wikidata_id": "Q12523252", "display_name": "Unggul Indah Cahaya", "legal_name": "Unggul Indah Cahaya Tbk", "aliases": ["UNIC"], "website": "https://www.uic.co.id", "canonical_domain": "uic.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "UNIC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4581 +{"wikidata_id": "Q125340455", "display_name": "Kohoku Kogyo", "legal_name": null, "aliases": [], "website": "https://www.kohokukogyo.co.jp", "canonical_domain": "kohokukogyo.co.jp", "country": "JP", "hq_city": "Shiga Prefecture", "hq_region": "Japan", "lat": 35.00436, "lon": 135.8685, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "6524", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4582 +{"wikidata_id": "Q125371783", "display_name": "EIKEN INDUSTRIES", "legal_name": null, "aliases": [], "website": "https://www.eiken-kk.co.jp", "canonical_domain": "eiken-kk.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "7265", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4583 +{"wikidata_id": "Q125445882", "display_name": "Tokyo Automatic Machinery Works", "legal_name": null, "aliases": [], "website": "https://www.tam-tokyo.co.jp", "canonical_domain": "tam-tokyo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "6360", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4584 +{"wikidata_id": "Q125490182", "display_name": "Universal bank", "legal_name": null, "aliases": [], "website": "https://universalbank.uz", "canonical_domain": "universalbank.uz", "country": "UZ", "hq_city": "Qoʻqon", "hq_region": "Fergana Region", "lat": 40.52861, "lon": 70.9425, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "UNVB", "exchange": "Tashkent Stock Exchange", "lei": "894500KZ2LY6SC72PG69", "sec_cik": null, "parent": null, "logo_url": null, "description": "Uzbek bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4585 +{"wikidata_id": "Q125534895", "display_name": "jdsc.ai", "legal_name": null, "aliases": [], "website": "https://jdsc.ai", "canonical_domain": "jdsc.ai", "country": "JP", "hq_city": "Bunkyō-ku", "hq_region": "Tokyo", "lat": 35.708, "lon": 139.75225, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4418", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4586 +{"wikidata_id": "Q125794919", "display_name": "Shobido", "legal_name": null, "aliases": [], "website": "https://www.shobido-corp.co.jp", "canonical_domain": "shobido-corp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "7819", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4587 +{"wikidata_id": "Q12581122", "display_name": "GS Retail", "legal_name": "GS Retail Co., Ltd.", "aliases": [], "website": "https://www.gsretail.com", "canonical_domain": "gsretail.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["retail"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "007070", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12581123", "name": "GS Holdings"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4588 +{"wikidata_id": "Q12581123", "display_name": "GS Holdings", "legal_name": "주식회사 GS", "aliases": [], "website": "https://www.gs.co.kr", "canonical_domain": "gs.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "078930", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4589 +{"wikidata_id": "Q12581843", "display_name": "HD Hyundai Marine Engine", "legal_name": "HD Hyundai Marine Engine Co., Ltd.", "aliases": ["STX Heavy Industries"], "website": "https://www.hd-marineengine.com", "canonical_domain": "hd-marineengine.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": ["industrial-machinery", "shipping"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "071970", "exchange": "Korean Stock Exchange", "lei": "9845007BF42BAEEAD731", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4590 +{"wikidata_id": "Q12586274", "display_name": "Grand Korea Leisure", "legal_name": null, "aliases": [], "website": "https://www.grandkorea.com", "canonical_domain": "grandkorea.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "GKL", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q488744", "name": "Ministry of Culture, Sports and Tourism"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4591 +{"wikidata_id": "Q125891701", "display_name": "okm-net.jp", "legal_name": null, "aliases": [], "website": "https://www.okm-net.jp", "canonical_domain": "okm-net.jp", "country": "JP", "hq_city": "Yasu", "hq_region": "Shiga Prefecture", "lat": 35.06747, "lon": 136.02583, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6229", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4592 +{"wikidata_id": "Q12620143", "display_name": "Chung buk CableTV System Co., Ltd.", "legal_name": null, "aliases": ["CCS"], "website": "https://www.ccstv.co.kr", "canonical_domain": "ccstv.co.kr", "country": "KR", "hq_city": "Chungju", "hq_region": "North Chungcheong", "lat": 36.97056, "lon": 127.93222, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "066790", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q21059146"}]}
4593 +{"wikidata_id": "Q12621022", "display_name": "Taewoong", "legal_name": null, "aliases": [], "website": "https://www.taewoong.com", "canonical_domain": "taewoong.com", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Busan", "lat": 35.20694, "lon": 128.98056, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "044490", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "steel manufacturing cocmpany in south korea", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4594 +{"wikidata_id": "Q12624097", "display_name": "HANDSOME Corp.", "legal_name": null, "aliases": [], "website": "https://www.handsome.co.kr", "canonical_domain": "handsome.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "020000", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4595 +{"wikidata_id": "Q127500821", "display_name": "Matsuyafoods Holdings", "legal_name": "株式会社松屋フーズホールディングス", "aliases": ["Matsuyafoods Holdings CO.", "LTD."], "website": "https://www.matsuyafoods-holdings.co.jp", "canonical_domain": "matsuyafoods-holdings.co.jp", "country": "JP", "hq_city": "Musashino", "hq_region": "Tokyo", "lat": 35.71772, "lon": 139.56606, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "9887", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4596 +{"wikidata_id": "Q128218512", "display_name": "Photomyne", "legal_name": null, "aliases": [], "website": "https://photomyne.com", "canonical_domain": "photomyne.com", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["artificial-intelligence", "internet"], "industry_labels": ["artificial intelligence", "mobile application development"], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "PHTM", "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Photomyne_logo_%281%29.png", "description": "Israeli technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310839"}]}
4597 +{"wikidata_id": "Q128865147", "display_name": "Flier", "legal_name": null, "aliases": [], "website": "https://corp.flierinc.com", "canonical_domain": "flierinc.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "323A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11343814", "name": "Media Do"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4598 +{"wikidata_id": "Q128865256", "display_name": "Geekly", "legal_name": null, "aliases": [], "website": "https://www.geekly.co.jp", "canonical_domain": "geekly.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "505A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4599 +{"wikidata_id": "Q129172229", "display_name": "Dream Security", "legal_name": null, "aliases": [], "website": "https://www.dreamsecurity.com", "canonical_domain": "dreamsecurity.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "203650", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4600 +{"wikidata_id": "Q129175991", "display_name": "Elentec", "legal_name": null, "aliases": [], "website": "https://www.elentec.co.kr", "canonical_domain": "elentec.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "054210", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4601 +{"wikidata_id": "Q129238687", "display_name": "Samhyun Steel", "legal_name": null, "aliases": [], "website": "https://www.samsteel.co.kr", "canonical_domain": "samsteel.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "017480", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4602 +{"wikidata_id": "Q129240711", "display_name": "Hanchang Industry", "legal_name": null, "aliases": [], "website": "https://www.hanchem.com", "canonical_domain": "hanchem.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "079170", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4603 +{"wikidata_id": "Q129254909", "display_name": "DavoLink", "legal_name": null, "aliases": [], "website": "https://www.davolink.co.kr", "canonical_domain": "davolink.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "340360", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4604 +{"wikidata_id": "Q13013807", "display_name": "Country Group Development Public Company Limited", "legal_name": null, "aliases": ["Country Group Development", "Country Group Development Public Co.", "Ltd."], "website": "https://www.cgd.co.th", "canonical_domain": "cgd.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "CGD", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4605 +{"wikidata_id": "Q13014600", "display_name": "Stecon Group", "legal_name": "Stecon Group Public Company Limited", "aliases": ["Sino-Thai Engineering and Construction", "Stecon Group Public Co.", "Ltd."], "website": "https://www.stecongroup.co.th", "canonical_domain": "stecongroup.co.th", "country": "TH", "hq_city": "Khlong Toei Nuea", "hq_region": "Watthana", "lat": 13.74283, "lon": 100.55083, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "STECON", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stecon_Group_Logo.svg", "description": "Thai construction contractor corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4606 +{"wikidata_id": "Q13016224", "display_name": "Bangkok Aviation Fuel Services Pcl.", "legal_name": null, "aliases": ["Bangkok Aviation Fuel Services Public Co.", "Ltd.", "Bangkok Aviation Fuel Services Public Company Limited"], "website": "https://www.bafsthai.com", "canonical_domain": "bafsthai.com", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "BAFS", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4607 +{"wikidata_id": "Q13017045", "display_name": "Electricity Generating Public Company Limited", "legal_name": null, "aliases": ["EGCO", "EGCO Group", "Electricity Generating Public Company", "Electricity Generating", "Electricity Generating Public Co.", "Ltd."], "website": "https://www.egco.com", "canonical_domain": "egco.com", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "EGCO", "exchange": "Stock Exchange of Thailand", "lei": "5299009MZ255FT79SF55", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EGCO_Logo.svg", "description": "Thai electricity company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4608 +{"wikidata_id": "Q130218571", "display_name": "genebiotech.co.kr", "legal_name": null, "aliases": [], "website": "https://www.genebiotech.co.kr", "canonical_domain": "genebiotech.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "086060", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4609 +{"wikidata_id": "Q130223345", "display_name": "Theborn Korea", "legal_name": "더본코리아", "aliases": ["The Born", "The Born Korea"], "website": "https://www.theborn.co.kr", "canonical_domain": "theborn.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": ["restaurant industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "105330", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4610 +{"wikidata_id": "Q130244396", "display_name": "finedigital.com", "legal_name": null, "aliases": [], "website": "https://www.finedigital.com", "canonical_domain": "finedigital.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "038950", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4611 +{"wikidata_id": "Q130381170", "display_name": "Coreana Cosmetics", "legal_name": null, "aliases": [], "website": "https://www.coreana.com", "canonical_domain": "coreana.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "027050", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean cosmetics company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4612 +{"wikidata_id": "Q130427007", "display_name": "SOLiD", "legal_name": null, "aliases": [], "website": "https://www.solid.co.kr", "canonical_domain": "solid.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "050890", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4613 +{"wikidata_id": "Q130724826", "display_name": "MOS Food Services", "legal_name": null, "aliases": ["INC.", "mos-food-services"], "website": "https://www.mos.co.jp", "canonical_domain": "mos.co.jp", "country": "JP", "hq_city": "ThinkPark Tower", "hq_region": "Ōsaki", "lat": 35.61843, "lon": 139.72775, "industries": ["professional-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "8153", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4614 +{"wikidata_id": "Q130748542", "display_name": "sjmflex.com", "legal_name": null, "aliases": [], "website": "https://www.sjmflex.com", "canonical_domain": "sjmflex.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "123700", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4615 +{"wikidata_id": "Q131188109", "display_name": "HD Hyundai Energy Solutions", "legal_name": "HD Hyundai Energy Solutions Co., Ltd.", "aliases": [], "website": "https://www.hd-hyundaies.co.kr", "canonical_domain": "hd-hyundaies.co.kr", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["energy"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "322000", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65312870", "name": "HD Korea Shipbuilding & Offshore Engineering"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4616 +{"wikidata_id": "Q131188292", "display_name": "Macromill Embrain Co. Ltd.", "legal_name": null, "aliases": [], "website": "https://embrain.com", "canonical_domain": "embrain.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "169330", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4617 +{"wikidata_id": "Q131188303", "display_name": "Bridge Biotherapeutics Inc.", "legal_name": null, "aliases": [], "website": "https://www.parataxis.com", "canonical_domain": "parataxis.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "288330", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4618 +{"wikidata_id": "Q131188308", "display_name": "xexymix.com", "legal_name": null, "aliases": [], "website": "https://www.xexymix.com", "canonical_domain": "xexymix.com", "country": "KR", "hq_city": "Seongdong District", "hq_region": "Seoul", "lat": 37.56338, "lon": 127.03703, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "337930", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4619 +{"wikidata_id": "Q131188373", "display_name": "obigo.com", "legal_name": null, "aliases": [], "website": "https://obigo.com", "canonical_domain": "obigo.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "352910", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4620 +{"wikidata_id": "Q131188428", "display_name": "IQUEST", "legal_name": null, "aliases": [], "website": "https://www.iquest.co.kr", "canonical_domain": "iquest.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "262840", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean B2B software company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4621 +{"wikidata_id": "Q131188458", "display_name": "KISCO Holdings", "legal_name": "KISCO Holdings Corp.", "aliases": [], "website": "https://www.kiscoholdings.co.kr", "canonical_domain": "kiscoholdings.co.kr", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "001940", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4622 +{"wikidata_id": "Q131188513", "display_name": "케이지에코솔루션 주식회사", "legal_name": "케이지에코솔루션 주식회사", "aliases": [], "website": "https://www.kgecosolution.co.kr", "canonical_domain": "kgecosolution.co.kr", "country": "KR", "hq_city": "Miryang", "hq_region": "South Gyeongsang", "lat": 35.49333, "lon": 128.74889, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "151860", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4623 +{"wikidata_id": "Q131188554", "display_name": "Kyongbo Pharmaceutical Co.", "legal_name": "Kyongbo Pharmaceutical Co., Ltd.", "aliases": ["KB Pharm"], "website": "https://www.kbpharma.co.kr", "canonical_domain": "kbpharma.co.kr", "country": "KR", "hq_city": "Asan", "hq_region": "South Chungcheong", "lat": 36.35, "lon": 126.91667, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "214390", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56583282", "name": "Chong Kun Dang Holdings"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4624 +{"wikidata_id": "Q131188638", "display_name": "i-sunam.com", "legal_name": null, "aliases": [], "website": "https://www.i-sunam.com", "canonical_domain": "i-sunam.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "294630", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4625 +{"wikidata_id": "Q131188652", "display_name": "samboind.com", "legal_name": null, "aliases": [], "website": "https://www.samboind.com", "canonical_domain": "samboind.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "009620", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4626 +{"wikidata_id": "Q131188805", "display_name": "TY Holdings", "legal_name": "TY Holdings Co., Ltd.", "aliases": [], "website": "https://ty-holdings.co.kr", "canonical_domain": "ty-holdings.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": true, "ticker": "363280", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4627 +{"wikidata_id": "Q131188847", "display_name": "Nas Media", "legal_name": "Nasmedia Co., Ltd.", "aliases": [], "website": "https://www.nasmedia.co.kr", "canonical_domain": "nasmedia.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "089600", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korea's digital marketing platform", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4628 +{"wikidata_id": "Q131188868", "display_name": "DYPNF", "legal_name": "DongYang P&F Co., Ltd.", "aliases": ["DYPNF Co.", "Ltd.", "Dong Yang P&F", "Dong Yang P&F Co.", "Ltd.", "DongYang P & F", "Dongyang P&F", "DongYang P&F"], "website": "https://en.dypnf.co.kr", "canonical_domain": "dypnf.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["industrial-machinery"], "industry_labels": ["plant engineering"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "104460", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean bulk material handling and plant engineering company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4629 +{"wikidata_id": "Q131189170", "display_name": "spsystems.co.kr", "legal_name": null, "aliases": [], "website": "https://www.spsystems.co.kr", "canonical_domain": "spsystems.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "317830", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4630 +{"wikidata_id": "Q131189282", "display_name": "Maeil Holdings", "legal_name": "Maeil Holdings Co., Ltd.", "aliases": [], "website": "https://www.maeilholdings.com", "canonical_domain": "maeilholdings.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "005990", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4631 +{"wikidata_id": "Q131189497", "display_name": "mdevice.co.kr", "legal_name": null, "aliases": [], "website": "https://www.mdevice.co.kr", "canonical_domain": "mdevice.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "226590", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4632 +{"wikidata_id": "Q131189502", "display_name": "naurobot.com", "legal_name": null, "aliases": [], "website": "https://naurobot.com", "canonical_domain": "naurobot.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "459510", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4633 +{"wikidata_id": "Q131189556", "display_name": "F&F Holdings", "legal_name": "F&F Holdings Co., Ltd.", "aliases": [], "website": "https://www.fnfholdings.com", "canonical_domain": "fnfholdings.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "007700", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4634 +{"wikidata_id": "Q131189562", "display_name": "HD Hyundai Marine Solution", "legal_name": "HD Hyundai Marine Solution Co., Ltd.", "aliases": ["HD Hyundai Global Service", "Hyundai Global Service"], "website": "https://www.hd-marinesolution.com", "canonical_domain": "hd-marinesolution.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["shipping"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "443060", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q626638", "name": "HD Hyundai"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4635 +{"wikidata_id": "Q131344580", "display_name": "Fit Easy", "legal_name": null, "aliases": [], "website": "https://fiteasy.co.jp", "canonical_domain": "fiteasy.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "212A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q126735593"}]}
4636 +{"wikidata_id": "Q131378071", "display_name": "Gltecno Holdings", "legal_name": null, "aliases": [], "website": "https://www.gltechno.co.jp", "canonical_domain": "gltechno.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2024, "employees": null, "public_company": true, "ticker": "255A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4637 +{"wikidata_id": "Q1314072", "display_name": "Yamaichi Electronics Co.", "legal_name": "YAMAICHI ELECTRONICS CO., LTD.", "aliases": [], "website": "https://www.yamaichi.co.jp", "canonical_domain": "yamaichi.co.jp", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["technology"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "6941", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yamaichi_Electronics_logo.svg", "description": "public company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4638 +{"wikidata_id": "Q131472747", "display_name": "Uematsu Shokai", "legal_name": null, "aliases": [], "website": "https://uematsushokai.jp", "canonical_domain": "uematsushokai.jp", "country": "JP", "hq_city": "Wakabayashi-ku", "hq_region": "Sendai", "lat": 38.24417, "lon": 140.90083, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "9914", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4639 +{"wikidata_id": "Q131555152", "display_name": "Gva Tech", "legal_name": null, "aliases": [], "website": "https://gvatech.co.jp", "canonical_domain": "gvatech.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "298A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4640 +{"wikidata_id": "Q131566838", "display_name": "Being Holdings", "legal_name": null, "aliases": [], "website": "https://being-group.jp", "canonical_domain": "being-group.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "9145", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4641 +{"wikidata_id": "Q131618886", "display_name": "Merf", "legal_name": null, "aliases": ["Kurotani"], "website": "https://www.kurotani.co.jp", "canonical_domain": "kurotani.co.jp", "country": "JP", "hq_city": "Toyama Prefecture", "hq_region": "Japan", "lat": 36.69531, "lon": 137.21131, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "3168", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4642 +{"wikidata_id": "Q131679879", "display_name": "Mizuho Medy", "legal_name": null, "aliases": [], "website": "https://www.mizuho-m.co.jp", "canonical_domain": "mizuho-m.co.jp", "country": "JP", "hq_city": "Saga Prefecture", "hq_region": "Japan", "lat": 33.24917, "lon": 130.29944, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "4595", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4643 +{"wikidata_id": "Q131774647", "display_name": "Mic", "legal_name": null, "aliases": ["Mizukami Insatsu"], "website": "https://www.mic-p.com", "canonical_domain": "mic-p.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "300A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4644 +{"wikidata_id": "Q131993170", "display_name": "Ibokin", "legal_name": null, "aliases": [], "website": "https://www.ibokin.co.jp", "canonical_domain": "ibokin.co.jp", "country": "JP", "hq_city": "Tatsuno", "hq_region": "Hyōgo Prefecture", "lat": 34.85792, "lon": 134.54539, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "5699", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4645 +{"wikidata_id": "Q132105475", "display_name": "Housing Staff", "legal_name": null, "aliases": ["Housing Staff Co.", "Ltd."], "website": "https://housing-staff.jp", "canonical_domain": "housing-staff.jp", "country": "JP", "hq_city": "Matsue", "hq_region": "Shimane Prefecture", "lat": 35.46811, "lon": 133.04853, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "307A", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4646 +{"wikidata_id": "Q132321001", "display_name": "Kyoei Security Service", "legal_name": null, "aliases": [], "website": "https://www.kyoei-ss.co.jp", "canonical_domain": "kyoei-ss.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "7058", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4647 +{"wikidata_id": "Q132337316", "display_name": "Nakano Refrigerators", "legal_name": null, "aliases": ["Nakano Refrigerators Co.", "Ltd.", "Nakano Refrigerators Co.", "Ltd. (Japan)"], "website": "https://www.nakano-reiki.com", "canonical_domain": "nakano-reiki.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "6411", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kita Ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4648 +{"wikidata_id": "Q132495339", "display_name": "Cados Corporation", "legal_name": null, "aliases": [], "website": "https://cados.jp", "canonical_domain": "cados.jp", "country": "JP", "hq_city": "Yamaguchi Prefecture", "hq_region": "Japan", "lat": 34.18611, "lon": 131.47028, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "211A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4649 +{"wikidata_id": "Q132603755", "display_name": "B&P", "legal_name": null, "aliases": [], "website": "https://www.bandp.co.jp", "canonical_domain": "bandp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "7804", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4650 +{"wikidata_id": "Q132739341", "display_name": "Nihon OA Research", "legal_name": null, "aliases": [], "website": "https://www.noar.co.jp", "canonical_domain": "noar.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "5241", "exchange": "Nagoya Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4651 +{"wikidata_id": "Q133094072", "display_name": "Samty Holdings", "legal_name": "サムティホールディングス株式会社", "aliases": ["Samty Holdings Co.", "Ltd.", "SAMTY HOLDINGS", "SAMTY HOLDINGS Co.", "Ltd."], "website": "https://www.samty-holdings.com", "canonical_domain": "samty-holdings.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "187A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4652 +{"wikidata_id": "Q133119978", "display_name": "Dreambed", "legal_name": null, "aliases": [], "website": "https://www.dreambed.co.jp", "canonical_domain": "dreambed.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "7791", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4653 +{"wikidata_id": "Q133443657", "display_name": "Platz", "legal_name": null, "aliases": [], "website": "https://www.platz-ltd.co.jp", "canonical_domain": "platz-ltd.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "7813", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96312609"}]}
4654 +{"wikidata_id": "Q133824185", "display_name": "Formosa Oilseed Processing Co., Ltd.", "legal_name": null, "aliases": ["Formosa Oilseed Processing Co.", "FOPCO"], "website": "https://www.fopco.com.tw", "canonical_domain": "fopco.com.tw", "country": "TW", "hq_city": "Dadu District", "hq_region": "Taichung", "lat": 24.15139, "lon": 120.54639, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "1225", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4655 +{"wikidata_id": "Q133853264", "display_name": "Mipox", "legal_name": null, "aliases": [], "website": "https://www.mipox.co.jp", "canonical_domain": "mipox.co.jp", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "5381", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4656 +{"wikidata_id": "Q133858127", "display_name": "Genova", "legal_name": null, "aliases": [], "website": "https://genova.co.jp", "canonical_domain": "genova.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "9341", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4657 +{"wikidata_id": "Q133873369", "display_name": "Agp", "legal_name": null, "aliases": [], "website": "https://www.agpgroup.co.jp", "canonical_domain": "agpgroup.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "9377", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4658 +{"wikidata_id": "Q134123694", "display_name": "YAMASHIN-FILTER CORP.", "legal_name": null, "aliases": [], "website": "https://www.yamashin-filter.co.jp", "canonical_domain": "yamashin-filter.co.jp", "country": "JP", "hq_city": "Kanagawa", "hq_region": "Kanagawa-ku", "lat": 35.45389, "lon": 139.63008, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6240", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4659 +{"wikidata_id": "Q134283020", "display_name": "Orvis", "legal_name": null, "aliases": [], "website": "https://orvis.co.jp", "canonical_domain": "orvis.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "7827", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4660 +{"wikidata_id": "Q135003896", "display_name": "星辉互动娱乐股份有限公司", "legal_name": "星辉互动娱乐股份有限公司", "aliases": [], "website": "https://www.rastar.com", "canonical_domain": "rastar.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "300043", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4661 +{"wikidata_id": "Q135181390", "display_name": "GCL", "legal_name": null, "aliases": ["GCL Global Holdings Ltd"], "website": "https://www.gclglobalholdings.com", "canonical_domain": "gclglobalholdings.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GCL", "exchange": "Nasdaq", "lei": null, "sec_cik": "2002045", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2002045", "enriched_at": "2026-09-13T07:23:30+00:00"}}
4662 +{"wikidata_id": "Q135489874", "display_name": "Neuland Laboratories", "legal_name": null, "aliases": [], "website": "https://www.neulandlabs.com", "canonical_domain": "neulandlabs.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "NEULANDLAB", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian Pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4663 +{"wikidata_id": "Q135643160", "display_name": "KingClean", "legal_name": null, "aliases": [], "website": "https://www.kingclean.com", "canonical_domain": "kingclean.com", "country": "CN", "hq_city": "Suzhou New District", "hq_region": "Suzhou", "lat": 31.2953, "lon": 120.573, "industries": ["manufacturing"], "industry_labels": ["manufacturing industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "603355", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese household appliance company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4664 +{"wikidata_id": "Q135913025", "display_name": "Press Metal Aluminium Holdings Berhad", "legal_name": null, "aliases": ["Press Metal Aluminium Holdings Bhd."], "website": "https://www.pressmetal.com", "canonical_domain": "pressmetal.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "8869", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4665 +{"wikidata_id": "Q135978645", "display_name": "rp-optical-lab.com", "legal_name": null, "aliases": [], "website": "https://rp-optical-lab.com", "canonical_domain": "rp-optical-lab.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "ארפי", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4666 +{"wikidata_id": "Q136352304", "display_name": "Daiken Bio", "legal_name": null, "aliases": ["Daiken Biomedical", "Daiken Biomedical Co.", "Ltd."], "website": "https://www.daikenshop.com", "canonical_domain": "daikenshop.com", "country": "TW", "hq_city": "Da'an District", "hq_region": "Taipei", "lat": 25.02639, "lon": 121.53444, "industries": ["biotechnology"], "industry_labels": ["biomedicine"], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "7780", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese biomedical compoany", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4667 +{"wikidata_id": "Q136486064", "display_name": "Hubei Changjiang Publishing & Media Group", "legal_name": null, "aliases": ["HCPM", "Changjiang Media", "Changjiang Publishing Group", "Hubei Changjiang Publishing & Media Group Co.", "Ltd.", "Hubei Changjiang Publishing and Media Group", "Hubei Changjiang Publishing and Media Group Co.", "Ltd."], "website": "https://www.cjcb.com.cn", "canonical_domain": "cjcb.com.cn", "country": "CN", "hq_city": "Hongshan District", "hq_region": "Wuhan", "lat": 30.50671, "lon": 114.39256, "industries": ["media"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "600757", "exchange": "Shanghai Stock Exchange", "lei": "300300MM0I449PX66O26", "sec_cik": null, "parent": null, "logo_url": null, "description": "A large Chinese cultural industry and media group headquartered in Hubei Province, specializing in book and newspaper publishing", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4668 +{"wikidata_id": "Q136513060", "display_name": "AI FUSION CAPITAL GROUP", "legal_name": null, "aliases": [], "website": "https://aifcg.jp", "canonical_domain": "aifcg.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2024, "employees": null, "public_company": true, "ticker": "254A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4669 +{"wikidata_id": "Q136681807", "display_name": "Mammy Mart Holdings Corporation", "legal_name": "株式会社マミーマートホールディングス", "aliases": [], "website": "https://mami-mart-holdings.com", "canonical_domain": "mami-mart-holdings.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "9823", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company headquartered in Saitama Prefecture for supermarkets and related businesses", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4670 +{"wikidata_id": "Q136700669", "display_name": "Sanwayuka Industries", "legal_name": null, "aliases": [], "website": "https://www.sanwayuka.co.jp", "canonical_domain": "sanwayuka.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "4125", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4671 +{"wikidata_id": "Q136954838", "display_name": "Kokyo", "legal_name": null, "aliases": ["Inc."], "website": "https://www.symphotony.com", "canonical_domain": "symphotony.com", "country": "JP", "hq_city": "Fushimi-ku", "hq_region": "Kyoto", "lat": 34.93556, "lon": 135.76139, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5887", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4672 +{"wikidata_id": "Q137190348", "display_name": "Fast Accounting", "legal_name": "ファーストアカウンティング株式会社", "aliases": ["Fast Accounting Co.", "Ltd."], "website": "https://www.fastaccounting.jp", "canonical_domain": "fastaccounting.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["professional-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5588", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4673 +{"wikidata_id": "Q137313242", "display_name": "TRIAL Holdings", "legal_name": "株式会社トライアルホールディングス", "aliases": ["Inc."], "website": "https://trial-holdings.inc", "canonical_domain": "trial-holdings.inc", "country": "JP", "hq_city": "Higashi-ku", "hq_region": "Fukuoka", "lat": 33.61772, "lon": 130.41739, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "141A0", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4674 +{"wikidata_id": "Q137315418", "display_name": "QPS Holdings", "legal_name": null, "aliases": ["QPS Holdings Co.", "Ltd.", "QPS Holdings Inc."], "website": "https://qpshd.com", "canonical_domain": "qpshd.com", "country": "JP", "hq_city": "Nagahama", "hq_region": "Chūō-ku", "lat": 33.59367, "lon": 130.38906, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2025, "employees": null, "public_company": true, "ticker": "464A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "holding company for iQPS", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4675 +{"wikidata_id": "Q137321910", "display_name": "Intellex holdings", "legal_name": null, "aliases": [], "website": "https://www.intellex-hd.co.jp", "canonical_domain": "intellex-hd.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "463A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4676 +{"wikidata_id": "Q137321928", "display_name": "Johnan AcademicPreparatory Institute", "legal_name": null, "aliases": [], "website": "https://www.johnan.co.jp", "canonical_domain": "johnan.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": true, "ticker": "4720", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4677 +{"wikidata_id": "Q137321938", "display_name": "pdt-g.co.jp", "legal_name": null, "aliases": [], "website": "https://www.pdt-g.co.jp", "canonical_domain": "pdt-g.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "9248", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4678 +{"wikidata_id": "Q137375860", "display_name": "Next Generation Technology Group", "legal_name": null, "aliases": [], "website": "https://ngt-g.com", "canonical_domain": "ngt-g.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "319A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4679 +{"wikidata_id": "Q137375879", "display_name": "Yamada Consulting Group", "legal_name": null, "aliases": [], "website": "https://www.yamada-cg.co.jp", "canonical_domain": "yamada-cg.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consulting"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "4792", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4680 +{"wikidata_id": "Q137437990", "display_name": "Aohai", "legal_name": null, "aliases": ["Dongguan Aohai Technology"], "website": "https://www.aohai.com", "canonical_domain": "aohai.com", "country": "CN", "hq_city": "Dongguan", "hq_region": "Guangdong", "lat": 23.04749, "lon": 113.74928, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "002993", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese electronics company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4681 +{"wikidata_id": "Q137443600", "display_name": "Powerx", "legal_name": null, "aliases": [], "website": "https://power-x.jp", "canonical_domain": "power-x.jp", "country": "JP", "hq_city": "Okayama Prefecture", "hq_region": "Japan", "lat": 34.66167, "lon": 133.93472, "industries": [], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "485A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4682 +{"wikidata_id": "Q137506298", "display_name": "Pilipinas Shell", "legal_name": null, "aliases": ["Pilipinas Shell Petroleum", "Pilipinas Shell Petroleum Corp.", "Pilipinas Shell Petroleum Corporation", "Shell Pilipinas", "Shell Pilipinas Corp.", "Shell Pilipinas Corporation", "SHLPH", "The Shell Refining Company (Philippines)"], "website": "https://pilipinas.shell.com.ph", "canonical_domain": "shell.com.ph", "country": "PH", "hq_city": "Taguig", "hq_region": "Metro Manila", "lat": 14.51667, "lon": 121.05, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SHLPH", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q50321610", "name": "Shell Overseas Investments"}, "logo_url": null, "description": "petroleum trading subsidiary of Shell plc", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4683 +{"wikidata_id": "Q137546665", "display_name": "Injoinic", "legal_name": null, "aliases": ["Shenzhen Injoinic Technology Co.", "Ltd."], "website": "https://www.injoinic.com", "canonical_domain": "injoinic.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": [], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "688209", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4684 +{"wikidata_id": "Q137546774", "display_name": "Giantec Semiconductor", "legal_name": null, "aliases": ["Giantec Semiconductor Corporation"], "website": "https://www.giantec-semi.com", "canonical_domain": "giantec-semi.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "688123", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4685 +{"wikidata_id": "Q137546855", "display_name": "Cmsemicon", "legal_name": null, "aliases": ["China Micro Semicon Co.", "Ltd."], "website": "https://www.mcu.com.cn", "canonical_domain": "mcu.com.cn", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "688380", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4686 +{"wikidata_id": "Q137595646", "display_name": "Puya Semiconductor", "legal_name": null, "aliases": ["Puya Semiconductor (Shanghai) Co.", "Ltd."], "website": "https://www.puyasemi.com", "canonical_domain": "puyasemi.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "688766", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4687 +{"wikidata_id": "Q137595654", "display_name": "Southchip", "legal_name": null, "aliases": ["Southchip Semiconductor", "Southchip Semiconductor Technology (Shanghai) Co.", "Ltd."], "website": "https://www.southchip.com", "canonical_domain": "southchip.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "688484", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4688 +{"wikidata_id": "Q137595681", "display_name": "Maxio Technology", "legal_name": null, "aliases": ["Maxio Technology (Hangzhou) Co.", "Ltd."], "website": "https://www.maxio-tech.com", "canonical_domain": "maxio-tech.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["technology"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "688449", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4689 +{"wikidata_id": "Q137595703", "display_name": "Chipown", "legal_name": null, "aliases": ["Wuxi Chipown Micro-Electronics Ltd.", "Wuxi Chipown Micro-Electronics Limited"], "website": "https://www.chipown.com.cn", "canonical_domain": "chipown.com.cn", "country": "CN", "hq_city": "Wuxi", "hq_region": "Jiangsu", "lat": 31.56667, "lon": 120.28333, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "688508", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4690 +{"wikidata_id": "Q137595710", "display_name": "Yangjie Technology", "legal_name": null, "aliases": ["Yangzhou Yangjie Electronic Technology Co.", "Ltd.", "Yangjie"], "website": "https://www.21yangjie.com", "canonical_domain": "21yangjie.com", "country": "CN", "hq_city": "Yangzhou", "hq_region": "Jiangsu", "lat": 32.39117, "lon": 119.43625, "industries": ["technology"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "300373", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4691 +{"wikidata_id": "Q137595718", "display_name": "CellWise Microelectronics", "legal_name": null, "aliases": ["CellWise", "Cellwise Microelectronics", "CellWise Microelectronics Co.", "Ltd", "Guangdong Cellwise Microelectronics Co.", "Ltd.", "Cellwise"], "website": "https://www.cellwise-semi.com", "canonical_domain": "cellwise-semi.com", "country": "CN", "hq_city": "Dongguan", "hq_region": "Guangdong", "lat": 23.04749, "lon": 113.74928, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "688325", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4692 +{"wikidata_id": "Q137596078", "display_name": "Mustang Battery", "legal_name": null, "aliases": ["Zhejiang Mustang Battery Co.", "Ltd."], "website": "https://en.mustangbattery.com", "canonical_domain": "mustangbattery.com", "country": "CN", "hq_city": "Ningbo", "hq_region": "Zhejiang", "lat": 29.875, "lon": 121.54917, "industries": ["energy"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "605378", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4693 +{"wikidata_id": "Q137596123", "display_name": "Highpower Technology", "legal_name": null, "aliases": ["Shenzhen Highpower Technology Co.", "Ltd."], "website": "https://www.highpowertech.com", "canonical_domain": "highpowertech.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "001283", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4694 +{"wikidata_id": "Q137596248", "display_name": "Corun", "legal_name": null, "aliases": ["Corun New Energy", "Hunan Corun New Energy Co.", "Ltd."], "website": "https://www.corun.com", "canonical_domain": "corun.com", "country": "CN", "hq_city": "Chenzhou", "hq_region": "Hunan", "lat": 25.79893, "lon": 113.02667, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600478", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4695 +{"wikidata_id": "Q137598934", "display_name": "Everdisplay", "legal_name": null, "aliases": ["EDO", "EverDisplay", "Everdisplay Optronics", "Everdisplay Optronics (Shanghai) Co.", "Ltd.", "EverDisplay Optronics (Shanghai) Co.", "Ltd.", "EverDisplay Optronics"], "website": "https://www.everdisplay.com", "canonical_domain": "everdisplay.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "688538", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4696 +{"wikidata_id": "Q137598951", "display_name": "InfoVision Optoelectronics", "legal_name": null, "aliases": ["IVO", "InfoVision", "InfoVision Optoelectronics (Kunshan) Co.", "Ltd."], "website": "https://www.ivo.com.cn", "canonical_domain": "ivo.com.cn", "country": "CN", "hq_city": "Kunshan", "hq_region": "Suzhou", "lat": 31.38674, "lon": 120.97655, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "688055", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4697 +{"wikidata_id": "Q137669552", "display_name": "Hello Tech", "legal_name": null, "aliases": ["Shenzhen Hello Tech Energy Co.", "Ltd."], "website": "https://www.hello-tech.com", "canonical_domain": "hello-tech.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "301327", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4698 +{"wikidata_id": "Q138073555", "display_name": "Prodalim group", "legal_name": null, "aliases": ["Prodalim"], "website": "https://prodalim.com", "canonical_domain": "prodalim.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "PRDM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4699 +{"wikidata_id": "Q138177325", "display_name": "C.E.Management Integrated Laboratory", "legal_name": null, "aliases": [], "website": "https://www.dksiken.co.jp", "canonical_domain": "dksiken.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "6171", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4700 +{"wikidata_id": "Q138425102", "display_name": "Muro Corporation", "legal_name": null, "aliases": [], "website": "https://www.muro.co.jp", "canonical_domain": "muro.co.jp", "country": "JP", "hq_city": "Tochigi Prefecture", "hq_region": "Japan", "lat": 36.56556, "lon": 139.88353, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "7264", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4701 +{"wikidata_id": "Q138463165", "display_name": "Nippon Shikizai", "legal_name": null, "aliases": [], "website": "https://shikizai.com", "canonical_domain": "shikizai.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": true, "ticker": "4920", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4702 +{"wikidata_id": "Q138478992", "display_name": "Nitcho", "legal_name": null, "aliases": [], "website": "https://www.nitcho.co.jp", "canonical_domain": "nitcho.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "2961", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4703 +{"wikidata_id": "Q138503512", "display_name": "Elevator Communications", "legal_name": null, "aliases": [], "website": "https://www.evcom.co.jp", "canonical_domain": "evcom.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "353A", "exchange": "Sapporo Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4704 +{"wikidata_id": "Q138649676", "display_name": "DSIT Solutions", "legal_name": null, "aliases": [], "website": "https://dsit.co.il", "canonical_domain": "dsit.co.il", "country": "IL", "hq_city": "Giv'at Shmuel", "hq_region": null, "lat": 32.07806, "lon": 34.84889, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "DSIT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4705 +{"wikidata_id": "Q138685636", "display_name": "Qnity", "legal_name": null, "aliases": ["Qnity Electronics", "Inc.", "Qnity Electronics"], "website": "https://www.qnityelectronics.com", "canonical_domain": "qnityelectronics.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "Q", "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "2058873", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qnity_Electronics_logo.jpg", "description": "semiconductor materials and connections technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2058873", "enriched_at": "2026-09-13T07:23:30+00:00"}}
4706 +{"wikidata_id": "Q138757335", "display_name": "superbank.id", "legal_name": null, "aliases": [], "website": "https://www.superbank.id", "canonical_domain": "superbank.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SUPA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Superbank.svg", "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4707 +{"wikidata_id": "Q138776066", "display_name": "Gms Group", "legal_name": null, "aliases": [], "website": "https://www.globalmolding-solutions.com", "canonical_domain": "globalmolding-solutions.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2026, "employees": null, "public_company": true, "ticker": "544A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4708 +{"wikidata_id": "Q139387831", "display_name": "Kimlun Corporation Berhad", "legal_name": null, "aliases": ["Kimlun Corporation", "Kimlun Corporation Bhd."], "website": "https://www.kimlun.com", "canonical_domain": "kimlun.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5171", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4709 +{"wikidata_id": "Q139604859", "display_name": "nattyswanky.com", "legal_name": null, "aliases": [], "website": "https://nattyswanky.com", "canonical_domain": "nattyswanky.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "7674", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4710 +{"wikidata_id": "Q139695350", "display_name": "TPIsoftware Corporation", "legal_name": null, "aliases": [], "website": "https://www.tpisoftware.vn", "canonical_domain": "tpisoftware.vn", "country": "TW", "hq_city": "Neihu District", "hq_region": "Taipei", "lat": 25.08333, "lon": 121.58333, "industries": ["software", "fintech", "technology"], "industry_labels": ["software industry", "fintech", "computer industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "7781", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TPIsoftware_zh_logo.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4711 +{"wikidata_id": "Q139800976", "display_name": "רמי לוי השקמה נדל\"ן בע\"מ", "legal_name": "רמי לוי השקמה נדל\"ן בע\"מ", "aliases": [], "website": "https://realestate-rl.co.il", "canonical_domain": "realestate-rl.co.il", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["real-estate"], "industry_labels": ["real property"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "RLRE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4712 +{"wikidata_id": "Q140066347", "display_name": "Rent", "legal_name": null, "aliases": [], "website": "https://www.rent.co.jp", "canonical_domain": "rent.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "372A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese Conpany", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4713 +{"wikidata_id": "Q140361256", "display_name": "Antalpha Platform Holding Company", "legal_name": null, "aliases": ["Antalpha", "ANTA"], "website": "https://www.antalpha.com", "canonical_domain": "antalpha.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["fintech"], "industry_labels": ["fintech"], "founded_year": 2022, "employees": null, "public_company": true, "ticker": "ANTA", "exchange": "Nasdaq", "lei": null, "sec_cik": "2044255", "parent": null, "logo_url": null, "description": "Singapore-based, Nasdaq-listed fintech company providing digital asset financing", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2044255", "enriched_at": "2026-09-13T07:23:30+00:00"}}
4714 +{"wikidata_id": "Q140472470", "display_name": "Kinsus Interconnect Technology", "legal_name": null, "aliases": ["Kinsus Interconnect Technology Corp."], "website": "https://www.kinsus.com.tw", "canonical_domain": "kinsus.com.tw", "country": "TW", "hq_city": "Xinwu District", "hq_region": "Taoyuan", "lat": 24.98333, "lon": 121.06667, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3189", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4046573", "name": "PEGATRON"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4715 +{"wikidata_id": "Q15222272", "display_name": "Gujarat State Fertilizers and Chemicals", "legal_name": null, "aliases": ["GSFC", "Gujarat State Fertilizers and Chemicals Limited"], "website": "https://www.gsfclimited.com", "canonical_domain": "gsfclimited.com", "country": "IN", "hq_city": "Vadodara", "hq_region": "Vadodara district", "lat": 22.3, "lon": 73.2, "industries": ["chemicals"], "industry_labels": ["fertilizer industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GSFC", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4716 +{"wikidata_id": "Q15904036", "display_name": "Shanghai Jahwa Corporation", "legal_name": null, "aliases": [], "website": "https://www.jahwa.com.cn", "canonical_domain": "jahwa.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "600315", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1256188", "name": "Ping An Insurance"}, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4717 +{"wikidata_id": "Q15908644", "display_name": "huacemedia.com", "legal_name": null, "aliases": [], "website": "https://www.huacemedia.com", "canonical_domain": "huacemedia.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "300133", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4718 +{"wikidata_id": "Q15911797", "display_name": "群益金鼎證券股份有限公司", "legal_name": "群益金鼎證券股份有限公司", "aliases": [], "website": "https://www.capital.com.tw", "canonical_domain": "capital.com.tw", "country": "TW", "hq_city": null, "hq_region": "Zhongshan District", "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "6005", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4719 +{"wikidata_id": "Q15912246", "display_name": "Greenland Hong Kong Holdings Limited", "legal_name": null, "aliases": [], "website": "https://www.greenlandhk.com", "canonical_domain": "greenlandhk.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "0337", "exchange": "Hong Kong Stock Exchange", "lei": "549300SQS5QFUUV6IS14", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4720 +{"wikidata_id": "Q15915020", "display_name": "Hunan New Wellful (China)", "legal_name": null, "aliases": [], "website": "https://www.newwf.com", "canonical_domain": "newwf.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "600975", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Changsha, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4721 +{"wikidata_id": "Q15917254", "display_name": "jwgf.com", "legal_name": null, "aliases": [], "website": "https://www.jwgf.com", "canonical_domain": "jwgf.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "000666", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4722 +{"wikidata_id": "Q15920142", "display_name": "Hunan TV & Broadcast Intermediary Company", "legal_name": "Hunan TV & Broadcast Intermediary Co., Ltd.", "aliases": [], "website": "https://www.tik.com.cn", "canonical_domain": "tik.com.cn", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000917", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4723 +{"wikidata_id": "Q15930466", "display_name": "Chongqing Water Group Co.,Ltd", "legal_name": null, "aliases": [], "website": "https://www.cncqsw.com", "canonical_domain": "cncqsw.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["utilities"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "601158", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4724 +{"wikidata_id": "Q15930921", "display_name": "Shenzhen Agricultural Products Group", "legal_name": null, "aliases": [], "website": "https://www.szap.com", "canonical_domain": "szap.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "000061", "exchange": "Shenzhen Stock Exchange", "lei": "300300X639G2XGNTUQ45", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4725 +{"wikidata_id": "Q15932205", "display_name": "ygsoft.com", "legal_name": null, "aliases": [], "website": "https://www.ygsoft.com", "canonical_domain": "ygsoft.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "002063", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4726 +{"wikidata_id": "Q15932414", "display_name": "lshjt.com.cn", "legal_name": null, "aliases": [], "website": "https://www.lshjt.com.cn", "canonical_domain": "lshjt.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "600858", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4727 +{"wikidata_id": "Q15932529", "display_name": "guhan.com", "legal_name": null, "aliases": [], "website": "https://www.guhan.com", "canonical_domain": "guhan.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000590", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4728 +{"wikidata_id": "Q15932971", "display_name": "Chengdu Hongqi Chain Co.,Ltd.", "legal_name": null, "aliases": ["Hongqi Chain"], "website": "https://www.hqls.com", "canonical_domain": "hqls.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "002697", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "convenience store chain based in Chengdu, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4729 +{"wikidata_id": "Q15934405", "display_name": "XuJi Electric Co. Ltd.", "legal_name": null, "aliases": [], "website": "https://www.xjec.com", "canonical_domain": "xjec.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000400", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4730 +{"wikidata_id": "Q15935045", "display_name": "hulane.com.tw", "legal_name": null, "aliases": [], "website": "https://www.hulane.com.tw", "canonical_domain": "hulane.com.tw", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "6279", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4731 +{"wikidata_id": "Q15935370", "display_name": "tricor.com.hk", "legal_name": null, "aliases": [], "website": "https://www.tricor.com.hk", "canonical_domain": "tricor.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "0037", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q10874522"}]}
4732 +{"wikidata_id": "Q15935951", "display_name": "Shenzhen GuoHua Network Security Technology", "legal_name": null, "aliases": [], "website": "https://www.cau-tech.com", "canonical_domain": "cau-tech.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cybersecurity"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "000004", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4733 +{"wikidata_id": "Q15938413", "display_name": "changshantex.com", "legal_name": null, "aliases": [], "website": "https://www.changshantex.com", "canonical_domain": "changshantex.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "000158", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4734 +{"wikidata_id": "Q15939052", "display_name": "sinoair.com", "legal_name": null, "aliases": [], "website": "https://www.sinoair.com", "canonical_domain": "sinoair.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600270", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4735 +{"wikidata_id": "Q15939654", "display_name": "SYP Glass Group Company Limited", "legal_name": "上海耀皮玻璃集团股份有限公司", "aliases": [], "website": "https://www.sypglass.com", "canonical_domain": "sypglass.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "900918", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4736 +{"wikidata_id": "Q15940122", "display_name": "Wasu Media", "legal_name": null, "aliases": ["Wasu Media Holding Co. Ltd", "Wasu Media Holding Co.", "Ltd."], "website": "https://www.wasu.com", "canonical_domain": "wasu.com", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": ["media"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "000156", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10905768", "name": "Wasu Group"}, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4737 +{"wikidata_id": "Q15941223", "display_name": "copote.com", "legal_name": null, "aliases": [], "website": "https://www.copote.com", "canonical_domain": "copote.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600476", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4738 +{"wikidata_id": "Q15941291", "display_name": "hbyh.cn", "legal_name": null, "aliases": [], "website": "https://www.hbyh.cn", "canonical_domain": "hbyh.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "000422", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4739 +{"wikidata_id": "Q15943417", "display_name": "Shunxin Agriculture", "legal_name": null, "aliases": [], "website": "https://www.shunxinholdings.com", "canonical_domain": "shunxinholdings.com", "country": "CN", "hq_city": "Shunyi District", "hq_region": "Beijing", "lat": 40.12917, "lon": 116.64836, "industries": ["agriculture"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000860", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17030548", "name": "Shunxin Holdings"}, "logo_url": null, "description": "agriculture company in Beijing", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4740 +{"wikidata_id": "Q15950732", "display_name": "Lianzhong", "legal_name": null, "aliases": [], "website": "https://ir.lianzhong.com", "canonical_domain": "lianzhong.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "6899", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4741 +{"wikidata_id": "Q15951354", "display_name": "Boyaa Interactive International Limited", "legal_name": null, "aliases": [], "website": "https://www.boyaa.com", "canonical_domain": "boyaa.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "0434", "exchange": "Hong Kong Stock Exchange", "lei": "529900S38ZOYWV30WR67", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4742 +{"wikidata_id": "Q15954659", "display_name": "gdadc.com", "legal_name": null, "aliases": [], "website": "https://www.gdadc.com", "canonical_domain": "gdadc.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "002400", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4743 +{"wikidata_id": "Q15956358", "display_name": "JINKE PROPERTY GROUP CO.,LTD.", "legal_name": null, "aliases": [], "website": "https://jinke.com", "canonical_domain": "jinke.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000656", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jinke_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4744 +{"wikidata_id": "Q15956623", "display_name": "gdland.com.hk", "legal_name": null, "aliases": [], "website": "https://www.gdland.com.hk", "canonical_domain": "gdland.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "0124", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4745 +{"wikidata_id": "Q15956841", "display_name": "Shanghai Lujiazui Finance & Trade Zone Development", "legal_name": null, "aliases": [], "website": "https://www.ljz.com.cn", "canonical_domain": "ljz.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "600663", "exchange": "Shanghai Stock Exchange", "lei": "300300M6JC23UUM9IN72", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4746 +{"wikidata_id": "Q16124094", "display_name": "Saudi Ground Services Co.", "legal_name": "الشركة السعودية للخدمات الأرضية", "aliases": ["SGS"], "website": "https://www.saudiags.com", "canonical_domain": "saudiags.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "4031", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4747 +{"wikidata_id": "Q16130776", "display_name": "I.b.i Investment House Ltd", "legal_name": "אי.בי.אי. בית השקעות בע''מ", "aliases": [], "website": "https://www.ibi.co.il", "canonical_domain": "ibi.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "IBI", "exchange": "Tel Aviv Stock Exchange", "lei": "5493005Y2T191RSUXG21", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4748 +{"wikidata_id": "Q16131559", "display_name": "Nextcom Ltd", "legal_name": "נקסטקום בע''מ", "aliases": [], "website": "https://www.nextcomgroup.com", "canonical_domain": "nextcomgroup.com", "country": "IL", "hq_city": "Kfar Yehoshua", "hq_region": "Jezreel Valley Regional Council", "lat": 32.6836, "lon": 35.1539, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "NXTM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4749 +{"wikidata_id": "Q16132468", "display_name": "Amot Investments Ltd.", "legal_name": "אמות השקעות בע''מ", "aliases": [], "website": "https://www.amot.co.il", "canonical_domain": "amot.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": 32.08331, "lon": 34.80372, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "AMOT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4750 +{"wikidata_id": "Q16132573", "display_name": "Suny Cellular Communication Ltd", "legal_name": "סאני תקשורת סלולרית בע''מ", "aliases": [], "website": "https://www.samsungmobile.co.il", "canonical_domain": "samsungmobile.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "SNCM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4751 +{"wikidata_id": "Q16133477", "display_name": "Rav Bariach(08)lndustries Ltd.", "legal_name": "רב-בריח(08) תעשיות בע''מ", "aliases": ["Rav Bariach", "Rav-Bariach"], "website": "https://www.rav-bariach.co.il", "canonical_domain": "rav-bariach.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "BRIH", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4752 +{"wikidata_id": "Q16140853", "display_name": "Alpico Group", "legal_name": null, "aliases": ["Alpico Holdings"], "website": "https://www.alpico.co.jp", "canonical_domain": "alpico.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "297A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ALPICO_GROUP_2_rows_logo.svg", "description": "Japanese corporate group", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4753 +{"wikidata_id": "Q16144107", "display_name": "Mixi", "legal_name": null, "aliases": ["XFLAG", "Inc."], "website": "https://mixi.co.jp", "canonical_domain": "mixi.co.jp", "country": "JP", "hq_city": "Shibuya Scramble Square", "hq_region": "Shibuya", "lat": 35.65828, "lon": 139.70161, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "2121", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mixi_logo.png", "description": "Tokyo business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4754 +{"wikidata_id": "Q16164493", "display_name": "SBW, Inc.", "legal_name": null, "aliases": [], "website": "https://sbwinc.co.kr", "canonical_domain": "sbwinc.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["apparel"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "102280", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean textile company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4755 +{"wikidata_id": "Q16172513", "display_name": "SBS Media Holdings", "legal_name": "SBS Media Holdings Co., Ltd.", "aliases": [], "website": "https://www.sbsmedia.co.kr", "canonical_domain": "sbsmedia.co.kr", "country": "KR", "hq_city": "SBS Broadcasting Center", "hq_region": "Mok-dong", "lat": 37.52884, "lon": 126.87388, "industries": ["media"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "101060", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21060569", "name": "Taeyoung Engineering & Construction Company"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4756 +{"wikidata_id": "Q16185155", "display_name": "Heerim Architects & Planners Co.", "legal_name": "Heerim Architects & Planners Co., Ltd.", "aliases": [], "website": "https://www.heerim.com", "canonical_domain": "heerim.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "037440", "exchange": "KOSDAQ", "lei": "988400J7KBR5E7G73X06", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heerim_Architects_%26_Planners_logo.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4757 +{"wikidata_id": "Q16191970", "display_name": "HiteJinro Holdings", "legal_name": "HITEJINRO HOLDINGS CO., LTD.", "aliases": [], "website": "https://www.hitejinroholdings.com", "canonical_domain": "hitejinroholdings.com", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "000140", "exchange": "Korean Stock Exchange", "lei": "988400QOIT2SDDKYHN51", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4758 +{"wikidata_id": "Q16219420", "display_name": "iMBC", "legal_name": "iMBC Co., Ltd.", "aliases": [], "website": "https://corp.imbc.com", "canonical_domain": "imbc.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "052220", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482607", "name": "Munhwa Broadcasting Corporation"}, "logo_url": null, "description": "South Korean company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4759 +{"wikidata_id": "Q16304435", "display_name": "RATCH Group", "legal_name": null, "aliases": ["RATCH", "Ratchaburi Electricity Generating Company Limited", "Ratchaburi Electricity Generating Holding", "Ratchaburi Electricity Generating Holding Public Company Limited", "Ratch Group", "Ratch Group Public Company Limited", "Ratch Group Public Co.", "Ltd."], "website": "https://www.ratch.co.th", "canonical_domain": "ratch.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["energy"], "industry_labels": ["electricity generation"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "RATCH", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RATCH_Group_logo.svg", "description": "public company in Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4760 +{"wikidata_id": "Q16338432", "display_name": "Inter-gamma Investment Ltd.", "legal_name": "אינטר גאמא חברה להשקעות בע''מ", "aliases": [], "website": "https://www.intergama.co.il", "canonical_domain": "intergama.co.il", "country": "IL", "hq_city": "Kfar Netter", "hq_region": "Hof HaSharon Regional Council", "lat": 32.27139, "lon": 34.87028, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "INTR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4761 +{"wikidata_id": "Q16338635", "display_name": "Ashtrom Group Ltd", "legal_name": "קבוצת אשטרום בע''מ", "aliases": [], "website": "https://www.ashtrom.co.il", "canonical_domain": "ashtrom.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["construction"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "ASHG", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Real Estate and Construction Group", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4762 +{"wikidata_id": "Q16725729", "display_name": "LG Corp.", "legal_name": null, "aliases": [], "website": "https://www.lg.co.kr", "canonical_domain": "lg.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "003550", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4763 +{"wikidata_id": "Q16825098", "display_name": "Andatee China Marine Fuel", "legal_name": null, "aliases": [], "website": "https://www.amcon.com", "canonical_domain": "amcon.com", "country": "CN", "hq_city": "Dalian", "hq_region": "Liaoning", "lat": 38.9, "lon": 121.6, "industries": ["shipping", "energy"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "AMCF", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese fuel company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4764 +{"wikidata_id": "Q16923444", "display_name": "WKK", "legal_name": "Wong's Kong King International (Holdings) Limited", "aliases": [], "website": "https://www.wkkintl.com", "canonical_domain": "wkkintl.com", "country": "CN", "hq_city": "Kowloon Bay", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.2, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "0532", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4765 +{"wikidata_id": "Q16951366", "display_name": "Beta Pharma Inc.", "legal_name": null, "aliases": ["Beta Pharma (Connecticut)", "Inc.", "Beta Pharma (Zhejiang) Inc.", "Beta Pharma (ZheJiang) Inc.", "BETA PHARMA", "INC.", "Betta Pharmaceuticals Co.", "Ltd."], "website": "https://www.bettapharma.com", "canonical_domain": "bettapharma.com", "country": "CN", "hq_city": "Hangzhou Yuhang Economic Development Area", "hq_region": null, "lat": null, "lon": null, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "300558", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pharmaceutical company from Hangzhou", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4766 +{"wikidata_id": "Q17022277", "display_name": "cnhuafas.com", "legal_name": null, "aliases": [], "website": "https://www.cnhuafas.com", "canonical_domain": "cnhuafas.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "600325", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4767 +{"wikidata_id": "Q17022922", "display_name": "nafine.com", "legal_name": null, "aliases": [], "website": "https://www.nafine.com", "canonical_domain": "nafine.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "000737", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4768 +{"wikidata_id": "Q17024851", "display_name": "Wuxi Little Swan Company Limited", "legal_name": null, "aliases": ["Little Swan (China)", "Wuxi Little Swan"], "website": "https://www.littleswan.com", "canonical_domain": "littleswan.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": 31.49879, "lon": 120.31608, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000418", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Wuxi, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4769 +{"wikidata_id": "Q17024923", "display_name": "shanxicoal.cn", "legal_name": null, "aliases": [], "website": "https://www.shanxicoal.cn", "canonical_domain": "shanxicoal.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "600546", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4770 +{"wikidata_id": "Q17028574", "display_name": "Haier Smart Home", "legal_name": "海尔智家股份有限公司", "aliases": ["Haier Smart Home Co.", "Ltd.", "Qingdao Haier"], "website": "https://www.haier.net", "canonical_domain": "haier.net", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600690", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1143211", "name": "Haier"}, "logo_url": null, "description": "Chinese listed company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4771 +{"wikidata_id": "Q17029585", "display_name": "Viva Goods Holdings Limited", "legal_name": null, "aliases": [], "website": "https://www.vivagoods.hk", "canonical_domain": "vivagoods.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "8032", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4772 +{"wikidata_id": "Q17030706", "display_name": "KuangChi Science Limited", "legal_name": null, "aliases": [], "website": "https://www.kuangchiscience.com", "canonical_domain": "kuangchiscience.com", "country": "HK", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["aerospace-defense", "telecommunications"], "industry_labels": ["metamaterial", "aerospace industry", "telecommunications industry"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "0439", "exchange": "Hong Kong Stock Exchange", "lei": "984500B657C5AC8BC588", "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese-based active global investor in international technology companies and R&D company for metamaterials, industrial photonics, and space technology", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4773 +{"wikidata_id": "Q17031454", "display_name": "First Tractor Factory", "legal_name": null, "aliases": ["First Tractor Company Limited"], "website": "https://www.first-tractor.com.cn", "canonical_domain": "first-tractor.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": null, "employees": null, "public_company": true, "ticker": "601038", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4774 +{"wikidata_id": "Q17032704", "display_name": "Malaysia Smelting Corporation Berhad", "legal_name": null, "aliases": ["MALAYSIA SMELTING CORPORATION BERHAD", "Malaysia Smelting Corporation Bhd."], "website": "https://www.msmelt.com", "canonical_domain": "msmelt.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5916", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4775 +{"wikidata_id": "Q17032802", "display_name": "Beijing Teamsun Technology Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.teamsun.com.cn", "canonical_domain": "teamsun.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600410", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4776 +{"wikidata_id": "Q17035039", "display_name": "Top Global Limited", "legal_name": null, "aliases": [], "website": "https://www.topglobal.com.sg", "canonical_domain": "topglobal.com.sg", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "BHO", "exchange": "Singapore Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4777 +{"wikidata_id": "Q17035250", "display_name": "Jihua Group Corporation Limited", "legal_name": null, "aliases": [], "website": "https://www.jihuachina.com", "canonical_domain": "jihuachina.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "601718", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "clothing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4778 +{"wikidata_id": "Q17039213", "display_name": "Panda Green Energy Group", "legal_name": null, "aliases": ["Panda Green", "Panda Green Energy Group Limited", "United Photovoltaics", "United Photovoltaics Group Limited"], "website": "https://www.pandagreen.com", "canonical_domain": "pandagreen.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["renewables"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "686", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4779 +{"wikidata_id": "Q17040867", "display_name": "GUANGDONG TANNERY LIMITED", "legal_name": null, "aliases": [], "website": "https://www.gdtann.com.hk", "canonical_domain": "gdtann.com.hk", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "1058", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4780 +{"wikidata_id": "Q17053986", "display_name": "Greaves Cotton", "legal_name": null, "aliases": [], "website": "https://www.greavescotton.com", "canonical_domain": "greavescotton.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07279, "lon": 72.8768, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1859, "employees": null, "public_company": true, "ticker": "GREAVESCOT", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian engineering company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4781 +{"wikidata_id": "Q17059899", "display_name": "ZHUHAI PORT CO., LTD", "legal_name": null, "aliases": [], "website": "https://www.0507.com.cn", "canonical_domain": "0507.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "000507", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4782 +{"wikidata_id": "Q17163979", "display_name": "FIH Mobile Limited", "legal_name": null, "aliases": ["FIH Mobile", "FIH Mobile (Hong Kong)", "Foxconn International Holdings Limited"], "website": "https://www.fihmb.com", "canonical_domain": "fihmb.com", "country": "CN", "hq_city": "Kowloon", "hq_region": "Hong Kong", "lat": 22.31667, "lon": 114.18333, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2038", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": "1164009", "parent": null, "logo_url": null, "description": "company in Kowloon, Hong Kong", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1164009", "enriched_at": "2026-09-13T07:23:34+00:00"}}
4783 +{"wikidata_id": "Q17177213", "display_name": "Amifa", "legal_name": null, "aliases": [], "website": "https://www.amifa.co.jp", "canonical_domain": "amifa.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "7800", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4784 +{"wikidata_id": "Q17190570", "display_name": "Arcs", "legal_name": null, "aliases": [], "website": "https://www.arcs-g.co.jp", "canonical_domain": "arcs-g.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "9948", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company that oversees supermarket operating companies", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4785 +{"wikidata_id": "Q17190644", "display_name": "IJTT", "legal_name": null, "aliases": [], "website": "https://www.ijtt-hd.co.jp", "canonical_domain": "ijtt-hd.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "7315", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4786 +{"wikidata_id": "Q17190772", "display_name": "Ivy Cosmetics", "legal_name": null, "aliases": [], "website": "https://www.ivy.co.jp", "canonical_domain": "ivy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "4918", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4787 +{"wikidata_id": "Q17190775", "display_name": "I-FREEK MOBILE", "legal_name": null, "aliases": ["I-FREEK MOBILE INC."], "website": "https://renewal.i-freek.co.jp", "canonical_domain": "i-freek.co.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3845", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4788 +{"wikidata_id": "Q17190847", "display_name": "Aoi Electronics", "legal_name": null, "aliases": ["AOI Electronics", "AOI Electronics Co.", "Ltd.", "AOI Electronics Co.", "Ltd. (Japan)"], "website": "https://www.aoi-electronics.co.jp", "canonical_domain": "aoi-electronics.co.jp", "country": "JP", "hq_city": "Kagawa Prefecture", "hq_region": "Japan", "lat": 34.34, "lon": 134.04306, "industries": ["technology"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "6832", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Hamamatsu, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4789 +{"wikidata_id": "Q17191568", "display_name": "Anap", "legal_name": null, "aliases": ["ANAP GIRL"], "website": "https://www.anap.co.jp", "canonical_domain": "anap.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "3189", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4790 +{"wikidata_id": "Q17191794", "display_name": "Amatei", "legal_name": null, "aliases": [], "website": "https://www.amatei.co.jp", "canonical_domain": "amatei.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "5952", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4791 +{"wikidata_id": "Q17192193", "display_name": "Altech", "legal_name": null, "aliases": ["Altech Co.", "Ltd."], "website": "https://www.altech.co.jp", "canonical_domain": "altech.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "9972", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4792 +{"wikidata_id": "Q17192196", "display_name": "Ardepro", "legal_name": null, "aliases": [], "website": "https://www.ardepro.co.jp", "canonical_domain": "ardepro.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "8925", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4793 +{"wikidata_id": "Q17192219", "display_name": "atimes.co.jp", "legal_name": null, "aliases": [], "website": "https://www.atimes.co.jp", "canonical_domain": "atimes.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "2341", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4794 +{"wikidata_id": "Q17192283", "display_name": "Alpha", "legal_name": null, "aliases": [], "website": "https://www.popalpha.co.jp", "canonical_domain": "popalpha.co.jp", "country": "JP", "hq_city": "Okayama", "hq_region": "Okayama Prefecture", "lat": 34.65511, "lon": 133.91958, "industries": [], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "4760", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4795 +{"wikidata_id": "Q17192352", "display_name": "Almedio", "legal_name": null, "aliases": [], "website": "https://www.almedio.co.jp", "canonical_domain": "almedio.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "7859", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4796 +{"wikidata_id": "Q17192456", "display_name": "Aohata Corporation", "legal_name": null, "aliases": [], "website": "https://www.aohata.co.jp", "canonical_domain": "aohata.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2830", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4797 +{"wikidata_id": "Q17192526", "display_name": "AnGes", "legal_name": null, "aliases": ["Anges", "AnGes MG", "Inc."], "website": "https://www.anges.co.jp", "canonical_domain": "anges.co.jp", "country": "JP", "hq_city": "Ibaraki", "hq_region": "Osaka Prefecture", "lat": 34.81636, "lon": 135.56858, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "4563", "exchange": "Mothers", "lei": "529900HERUBGP6BTMO45", "sec_cik": "1438115", "parent": null, "logo_url": null, "description": "Japanese pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4798 +{"wikidata_id": "Q17193633", "display_name": "IRISO Electronics", "legal_name": null, "aliases": [], "website": "https://www.iriso.co.jp", "canonical_domain": "iriso.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "6908", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Iriso_logo_2021.svg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4799 +{"wikidata_id": "Q17193727", "display_name": "Iwabuchi Corporation", "legal_name": null, "aliases": [], "website": "https://www.iwabuchi.co.jp", "canonical_domain": "iwabuchi.co.jp", "country": "JP", "hq_city": "Chiba Prefecture", "hq_region": "Japan", "lat": 35.60458, "lon": 140.12319, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5983", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4800 +{"wikidata_id": "Q17209728", "display_name": "Takigami Steel Construction", "legal_name": null, "aliases": [], "website": "https://www.takigami.co.jp", "canonical_domain": "takigami.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "5918", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4801 +{"wikidata_id": "Q17209856", "display_name": "Suncall Corporation", "legal_name": null, "aliases": [], "website": "https://www.suncall.co.jp", "canonical_domain": "suncall.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "5985", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4802 +{"wikidata_id": "Q17209993", "display_name": "Geechs", "legal_name": null, "aliases": [], "website": "https://geechs.com", "canonical_domain": "geechs.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "7060", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_geechs.jpg", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4803 +{"wikidata_id": "Q17210076", "display_name": "Sanyo Engineering & Construction", "legal_name": null, "aliases": [], "website": "https://www.suntec-sec.jp", "canonical_domain": "suntec-sec.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "1960", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4804 +{"wikidata_id": "Q17210356", "display_name": "NISHIO HOLDINGS", "legal_name": null, "aliases": [], "website": "https://nishio-grp.co.jp", "canonical_domain": "nishio-grp.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "9699", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4805 +{"wikidata_id": "Q17210389", "display_name": "Maruko", "legal_name": null, "aliases": [], "website": "https://www.maruko.com", "canonical_domain": "maruko.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "9980", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4806 +{"wikidata_id": "Q17210889", "display_name": "Mansei", "legal_name": null, "aliases": [], "website": "https://www.mansei.co.jp", "canonical_domain": "mansei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "7565", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4807 +{"wikidata_id": "Q17210925", "display_name": "Kitakei", "legal_name": null, "aliases": [], "website": "https://www.kitakei.jp", "canonical_domain": "kitakei.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "9872", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4808 +{"wikidata_id": "Q17210978", "display_name": "MBK", "legal_name": null, "aliases": [], "website": "https://mbkworld.co.jp", "canonical_domain": "mbkworld.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "3121", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4809 +{"wikidata_id": "Q17211102", "display_name": "GMB Corporation", "legal_name": null, "aliases": [], "website": "https://www.gmb.jp", "canonical_domain": "gmb.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "7214", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4810 +{"wikidata_id": "Q17211162", "display_name": "Geocode", "legal_name": null, "aliases": [], "website": "https://www.geo-code.co.jp", "canonical_domain": "geo-code.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "7357", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "enterprise from Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4811 +{"wikidata_id": "Q17211971", "display_name": "Nichirin", "legal_name": null, "aliases": ["Nichirin Co.", "Ltd.", "Nichirin Co.", "Ltd. (Japan)"], "website": "https://www.nichirin.co.jp", "canonical_domain": "nichirin.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "5184", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Numata, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4812 +{"wikidata_id": "Q17213269", "display_name": "Nihon Tokushu Toryo", "legal_name": null, "aliases": [], "website": "https://www.nttoryo.co.jp", "canonical_domain": "nttoryo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "4619", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4813 +{"wikidata_id": "Q17213328", "display_name": "Nihon Housing", "legal_name": null, "aliases": [], "website": "https://www.housing.co.jp", "canonical_domain": "housing.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "4781", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4814 +{"wikidata_id": "Q17213652", "display_name": "lihit-lab.com", "legal_name": null, "aliases": [], "website": "https://www.lihit-lab.com", "canonical_domain": "lihit-lab.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7975", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4815 +{"wikidata_id": "Q17214225", "display_name": "REZIL Inc.", "legal_name": null, "aliases": ["Chuo Electric Power"], "website": "https://rezil.co.jp", "canonical_domain": "rezil.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "176A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4816 +{"wikidata_id": "Q17215092", "display_name": "Pressance", "legal_name": null, "aliases": ["Pressance Corporation"], "website": "https://www.pressance.co.jp", "canonical_domain": "pressance.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "3254", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4817 +{"wikidata_id": "Q17215437", "display_name": "Broad Enterprise", "legal_name": null, "aliases": [], "website": "https://www.broad-e.co.jp", "canonical_domain": "broad-e.co.jp", "country": "JP", "hq_city": "Kita-ku", "hq_region": "Osaka", "lat": 34.70556, "lon": 135.51, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4415", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4818 +{"wikidata_id": "Q17217118", "display_name": "WADAKOHSAN CORPORATION", "legal_name": null, "aliases": [], "website": "https://www.wadakohsan.co.jp", "canonical_domain": "wadakohsan.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "8931", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4819 +{"wikidata_id": "Q17217809", "display_name": "Shintokyo Group Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.mr-shintokyo.co.jp", "canonical_domain": "mr-shintokyo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "6066", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4820 +{"wikidata_id": "Q17217982", "display_name": "shin-pro.com", "legal_name": null, "aliases": [], "website": "https://www.shin-pro.com", "canonical_domain": "shin-pro.com", "country": "JP", "hq_city": "Higashi-Ōi", "hq_region": "Shinagawa", "lat": 35.60497, "lon": 139.74224, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "6086", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4821 +{"wikidata_id": "Q17218000", "display_name": "Azearth Corporation", "legal_name": null, "aliases": [], "website": "https://www.azearth.co.jp", "canonical_domain": "azearth.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3161", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4822 +{"wikidata_id": "Q17218380", "display_name": "Kogi Corporation", "legal_name": null, "aliases": [], "website": "https://www.kogi.co.jp", "canonical_domain": "kogi.co.jp", "country": "JP", "hq_city": "Himeji", "hq_region": "Hyōgo Prefecture", "lat": 34.81517, "lon": 134.68539, "industries": [], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": true, "ticker": "5603", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4823 +{"wikidata_id": "Q17218764", "display_name": "Laxus Technologies", "legal_name": null, "aliases": ["Es"], "website": "https://corp.laxus.co", "canonical_domain": "laxus.co", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "288A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4824 +{"wikidata_id": "Q17218846", "display_name": "SK-Electronics Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.sk-el.co.jp", "canonical_domain": "sk-el.co.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "6677", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4825 +{"wikidata_id": "Q17218931", "display_name": "S Trust", "legal_name": null, "aliases": [], "website": "https://www.strust.co.jp", "canonical_domain": "strust.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "3280", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4826 +{"wikidata_id": "Q17218933", "display_name": "Sugimura Warehouse", "legal_name": null, "aliases": [], "website": "https://www.sugimura-wh.co.jp", "canonical_domain": "sugimura-wh.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": true, "ticker": "9307", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4827 +{"wikidata_id": "Q17219596", "display_name": "Mobile Create", "legal_name": null, "aliases": [], "website": "https://www.mcinc.jp", "canonical_domain": "mcinc.jp", "country": "JP", "hq_city": "Ōita Prefecture", "hq_region": "Japan", "lat": 33.23806, "lon": 131.6125, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3669", "exchange": "Q-Board", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q55354189", "name": "Future Innovation Group, Inc."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4828 +{"wikidata_id": "Q17219597", "display_name": "Tokyu Fudosan Holdings", "legal_name": null, "aliases": ["Tokyu Fudosan Holdings Corporation"], "website": "https://www.tokyu-fudosan-hd.co.jp", "canonical_domain": "tokyu-fudosan-hd.co.jp", "country": "JP", "hq_city": "Dōgenzaka", "hq_region": "Shibuya", "lat": 35.65936, "lon": 139.69819, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "3289", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4829 +{"wikidata_id": "Q17220594", "display_name": "Enbio Holdings", "legal_name": null, "aliases": ["Inc.", "Inc. (Japan)"], "website": "https://enbio-holdings.com", "canonical_domain": "enbio-holdings.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "6092", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Chiyoda City, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4830 +{"wikidata_id": "Q17221013", "display_name": "Toami", "legal_name": null, "aliases": [], "website": "https://www.wolfgang.co.jp", "canonical_domain": "wolfgang.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "5973", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4831 +{"wikidata_id": "Q17222341", "display_name": "Kobayashi Metals", "legal_name": null, "aliases": [], "website": "https://www.kobayashi-metals.co.jp", "canonical_domain": "kobayashi-metals.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "8077", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4832 +{"wikidata_id": "Q17222813", "display_name": "Yamaki", "legal_name": null, "aliases": ["YAMAKI CO.", "LTD."], "website": "https://www.e-yamaki.co.jp", "canonical_domain": "e-yamaki.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "3598", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4833 +{"wikidata_id": "Q17222955", "display_name": "P-ban.com Corp.Japan.", "legal_name": null, "aliases": [], "website": "https://www.p-ban.com", "canonical_domain": "p-ban.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "3559", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4834 +{"wikidata_id": "Q17223508", "display_name": "SMN Corporation", "legal_name": null, "aliases": [], "website": "https://www.so-netmedia.jp", "canonical_domain": "so-netmedia.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "6185", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4835 +{"wikidata_id": "Q17223641", "display_name": "OUG Holdings", "legal_name": null, "aliases": [], "website": "https://www.oug.co.jp", "canonical_domain": "oug.co.jp", "country": "JP", "hq_city": "Noda", "hq_region": "Fukushima-ku", "lat": 34.68414, "lon": 135.47449, "industries": ["retail", "agriculture"], "industry_labels": ["wholesale", "fishing industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "8041", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4836 +{"wikidata_id": "Q17224211", "display_name": "TOYOKUMO", "legal_name": null, "aliases": ["Cybozu Startups", "Inc.", "Inc."], "website": "https://toyokumo.co.jp", "canonical_domain": "toyokumo.co.jp", "country": "JP", "hq_city": "Nishi-Gotanda", "hq_region": "Shinagawa", "lat": 35.62553, "lon": 139.71335, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "4058", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4837 +{"wikidata_id": "Q17224860", "display_name": "Daito Chemix", "legal_name": null, "aliases": [], "website": "https://www.daitochemix.co.jp", "canonical_domain": "daitochemix.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "4366", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4838 +{"wikidata_id": "Q17225322", "display_name": "UPR Corporation", "legal_name": null, "aliases": [], "website": "https://www.upr-net.co.jp", "canonical_domain": "upr-net.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "7065", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4839 +{"wikidata_id": "Q17225584", "display_name": "Daiwa Heavy Industry", "legal_name": null, "aliases": [], "website": "https://www.daiwajuko.co.jp", "canonical_domain": "daiwajuko.co.jp", "country": "JP", "hq_city": "Hiroshima Prefecture", "hq_region": "Japan", "lat": 34.39639, "lon": 132.45972, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1920, "employees": null, "public_company": true, "ticker": "5610", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4840 +{"wikidata_id": "Q17225773", "display_name": "Yushiro", "legal_name": null, "aliases": ["Yushiro Chemical Industry", "YUSHIRO CHEMICAL INDUSTRY CO.", "LTD."], "website": "https://www.yushiro.co.jp", "canonical_domain": "yushiro.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "5013", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4841 +{"wikidata_id": "Q17226191", "display_name": "Origin Electric", "legal_name": null, "aliases": ["Origin Electric Co.", "Ltd."], "website": "https://www.origin.co.jp", "canonical_domain": "origin.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1938, "employees": null, "public_company": true, "ticker": "6513", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4842 +{"wikidata_id": "Q17227064", "display_name": "Natori", "legal_name": null, "aliases": [], "website": "https://www.natori.co.jp", "canonical_domain": "natori.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "2922", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4843 +{"wikidata_id": "Q17227101", "display_name": "Narasaki Sangyo", "legal_name": null, "aliases": [], "website": "https://www.narasaki.co.jp", "canonical_domain": "narasaki.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "8085", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4844 +{"wikidata_id": "Q17227819", "display_name": "S Crypto Energy", "legal_name": null, "aliases": ["S・Science Company"], "website": "https://s-cryptoenergy.jp", "canonical_domain": "s-cryptoenergy.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["fintech", "energy"], "industry_labels": [], "founded_year": 1946, "employees": null, "public_company": true, "ticker": "5721", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4845 +{"wikidata_id": "Q17228189", "display_name": "Kawakami Paint Manufacturing", "legal_name": null, "aliases": ["Kawakami Paint Mfg.", "Kawakami Paint Mfg.Co.", "Ltd.", "Kawakami Paint Mfg.Co.", "Ltd. (Japan)"], "website": "https://www.kawakami-paint.co.jp", "canonical_domain": "kawakami-paint.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "4616", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Amagasaki, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4846 +{"wikidata_id": "Q17228884", "display_name": "Sprix", "legal_name": null, "aliases": [], "website": "https://www.sprix.jp", "canonical_domain": "sprix.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "7030", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4847 +{"wikidata_id": "Q17229634", "display_name": "Japan Ecosystem", "legal_name": null, "aliases": [], "website": "https://jp-eco.co.jp", "canonical_domain": "jp-eco.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "9249", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jeslogo.tif", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4848 +{"wikidata_id": "Q17230610", "display_name": "WISE HOLDINGS CO.,LTD", "legal_name": null, "aliases": ["Yamashina Corporation"], "website": "https://wiseholdings.co.jp", "canonical_domain": "wiseholdings.co.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": [], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "5955", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4849 +{"wikidata_id": "Q17230748", "display_name": "RareJob", "legal_name": null, "aliases": [], "website": "https://www.rarejob.com", "canonical_domain": "rarejob.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "6096", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4850 +{"wikidata_id": "Q17498774", "display_name": "shaoxingwine.com.cn", "legal_name": null, "aliases": [], "website": "https://www.shaoxingwine.com.cn", "canonical_domain": "shaoxingwine.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600059", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4851 +{"wikidata_id": "Q17499741", "display_name": "Mayinglong Pharmaceutical Group", "legal_name": null, "aliases": [], "website": "https://www.mayinglong.cn", "canonical_domain": "mayinglong.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1582, "employees": null, "public_company": true, "ticker": "600993", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4852 +{"wikidata_id": "Q17564663", "display_name": "Wonik IPS (South Korea)", "legal_name": null, "aliases": [], "website": "https://www.ips.co.kr", "canonical_domain": "ips.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": 37.12562, "lon": 127.08273, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "240810", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Incheon, South Korea", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4853 +{"wikidata_id": "Q17989571", "display_name": "UNIVA Oak Holdings", "legal_name": null, "aliases": [], "website": "https://univahld.com", "canonical_domain": "univahld.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1918, "employees": null, "public_company": true, "ticker": "3113", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4854 +{"wikidata_id": "Q17990382", "display_name": "Eucalia", "legal_name": null, "aliases": [], "website": "https://eucalia.jp", "canonical_domain": "eucalia.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "286A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4855 +{"wikidata_id": "Q17992796", "display_name": "Jibannet Holdings", "legal_name": null, "aliases": [], "website": "https://jiban-holdings.jp", "canonical_domain": "jiban-holdings.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "6072", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4856 +{"wikidata_id": "Q17995682", "display_name": "Sockets", "legal_name": null, "aliases": [], "website": "https://www.sockets.co.jp", "canonical_domain": "sockets.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "3634", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sockets_logo.png", "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4857 +{"wikidata_id": "Q17995797", "display_name": "SOFTMAX", "legal_name": null, "aliases": [], "website": "https://www.s-max.co.jp", "canonical_domain": "s-max.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "3671", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Integrated medical information systems company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4858 +{"wikidata_id": "Q17998410", "display_name": "Asuransi Bintang", "legal_name": "Asuransi Bintang Tbk", "aliases": ["ASBI"], "website": "https://www.asuransibintang.com", "canonical_domain": "asuransibintang.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ASBI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4859 +{"wikidata_id": "Q17998412", "display_name": "Asuransi Harta Aman Pratama", "legal_name": "Asuransi Harta Aman Pratama Tbk", "aliases": ["AHAP"], "website": "https://www.asuransi-harta.co.id", "canonical_domain": "asuransi-harta.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AHAP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4860 +{"wikidata_id": "Q17998413", "display_name": "Asuransi Dayin Mitra", "legal_name": "Asuransi Dayin Mitra Tbk", "aliases": ["ASDM"], "website": "https://www.asuransidayinmitra.com", "canonical_domain": "asuransidayinmitra.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ASDM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4861 +{"wikidata_id": "Q17998417", "display_name": "Asuransi Kresna Mitra", "legal_name": "PT Asuransi Kresna Mitra Tbk.", "aliases": ["ASMI", "Asuransi Maximus Graha Persada", "PT Asuransi Maximus Graha Persada Tbk."], "website": "https://www.kresnainsurance.com", "canonical_domain": "kresnainsurance.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ASMI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4862 +{"wikidata_id": "Q17998418", "display_name": "Asuransi Multi Artha Guna", "legal_name": "Asuransi Multi Artha Guna Tbk", "aliases": ["AMAG"], "website": "https://www.mag.co.id", "canonical_domain": "mag.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AMAG", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4863 +{"wikidata_id": "Q17998980", "display_name": "Barito Pacific", "legal_name": "PT Barito Pacific Timber", "aliases": ["Barito Pacific Tbk", "BRPT"], "website": "https://www.barito-pacific.com", "canonical_domain": "barito-pacific.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["materials", "mining", "chemicals", "real-estate"], "industry_labels": ["forestry", "mining", "petrochemistry", "basic industry and chemicals sector", "real estate development"], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "BRPT", "exchange": "Indonesia Stock Exchange", "lei": "254900CLXCIVO1KCF078", "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4864 +{"wikidata_id": "Q18109554", "display_name": "Shanghai Tunnel Engineering Co.,Ltd.", "legal_name": null, "aliases": ["STEC"], "website": "https://www.stec.net", "canonical_domain": "stec.net", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["construction"], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "600820", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4865 +{"wikidata_id": "Q18119538", "display_name": "longdameat.com", "legal_name": null, "aliases": [], "website": "https://www.longdameat.com", "canonical_domain": "longdameat.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "002726", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4866 +{"wikidata_id": "Q18141920", "display_name": "Amorepacific Holdings", "legal_name": "AMOREPACIFIC Holdings Corp.", "aliases": ["Amorepacific Group"], "website": "https://www.apgroup.com", "canonical_domain": "apgroup.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "002790", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4867 +{"wikidata_id": "Q18142473", "display_name": "Kolmar Korea Co., Ltd.", "legal_name": null, "aliases": ["Kolmar Korea (South Korea)"], "website": "https://www.kolmar.co.kr", "canonical_domain": "kolmar.co.kr", "country": "KR", "hq_city": "Sejong", "hq_region": "South Korea", "lat": 36.69904, "lon": 127.21429, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "161890", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Sejong, South Korea", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4868 +{"wikidata_id": "Q18156499", "display_name": "Hankook & Company", "legal_name": "Hankook & Company Co., Ltd.", "aliases": ["Hankook Tire Worldwide"], "website": "https://www.hankookandcompany.com", "canonical_domain": "hankookandcompany.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "000240", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4869 +{"wikidata_id": "Q18191383", "display_name": "Themis G.r.e.n. Ltd", "legal_name": "תמיס ג'י.אר.אי.אנ.בע''מ", "aliases": [], "website": "https://www.b-yair.co.il", "canonical_domain": "b-yair.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "TMIS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4870 +{"wikidata_id": "Q18191833", "display_name": "Top Group", "legal_name": "טופ גרופ", "aliases": [], "website": "https://www.top-group.co.il", "canonical_domain": "top-group.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "TOPS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4871 +{"wikidata_id": "Q18191974", "display_name": "Malam-team Ltd.", "legal_name": "מלם-תים בע''מ", "aliases": [], "website": "https://www.malamteam.com", "canonical_domain": "malamteam.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "MLTM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12410444", "name": "Malam-Team Holdings Ltd."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4872 +{"wikidata_id": "Q18191994", "display_name": "Max Stock Ltd.", "legal_name": "מקס סטוק בע''מ", "aliases": ["Max Stock"], "website": "https://www.maxstock.co.il", "canonical_domain": "maxstock.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "MAXO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli variety store chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4873 +{"wikidata_id": "Q18337083", "display_name": "Shirohato", "legal_name": null, "aliases": [], "website": "https://www.shirohato.co.jp", "canonical_domain": "shirohato.co.jp", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "3192", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4874 +{"wikidata_id": "Q18337419", "display_name": "TESEC", "legal_name": null, "aliases": [], "website": "https://www.tesec.co.jp", "canonical_domain": "tesec.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "6337", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4875 +{"wikidata_id": "Q18337851", "display_name": "MNC Kapital Indonesia", "legal_name": "MNC Kapital Indonesia Tbk", "aliases": ["BCAP"], "website": "https://www.mncfinancialservices.com", "canonical_domain": "mncfinancialservices.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BCAP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4876 +{"wikidata_id": "Q18338898", "display_name": "Barcos", "legal_name": null, "aliases": ["BARCOS Co.", "Ltd."], "website": "https://www.barcos.jp", "canonical_domain": "barcos.jp", "country": "JP", "hq_city": "Tottori Prefecture", "hq_region": "Japan", "lat": 35.50389, "lon": 134.2375, "industries": [], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "7790", "exchange": "Nagoya Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4877 +{"wikidata_id": "Q18339236", "display_name": "PeptiDream", "legal_name": null, "aliases": ["Peptidream"], "website": "https://www.peptidream.com", "canonical_domain": "peptidream.com", "country": "JP", "hq_city": "Tonomachi", "hq_region": "Kawasaki-ku", "lat": 35.53872, "lon": 139.74939, "industries": ["biotechnology", "pharmaceuticals"], "industry_labels": ["biotechnology", "pharmaceutical industry"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "4587", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4878 +{"wikidata_id": "Q18339295", "display_name": "Poval Kogyo", "legal_name": null, "aliases": [], "website": "https://www.poval.co.jp", "canonical_domain": "poval.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "4247", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4879 +{"wikidata_id": "Q18339527", "display_name": "Mugen Estate", "legal_name": null, "aliases": [], "website": "https://www.mugen-estate.co.jp", "canonical_domain": "mugen-estate.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "3299", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4880 +{"wikidata_id": "Q18380684", "display_name": "Kyungin Synthetic Corporation", "legal_name": null, "aliases": [], "website": "https://www.kyungin.co.kr", "canonical_domain": "kyungin.co.kr", "country": "KR", "hq_city": "Seo District", "hq_region": "Incheon", "lat": 37.55, "lon": 126.68, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "012610", "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4881 +{"wikidata_id": "Q18566460", "display_name": "Daesang Holdings", "legal_name": "Daesang Holdings Co., Ltd,", "aliases": [], "website": "https://www.daesangholdings.com", "canonical_domain": "daesangholdings.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "084690", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4882 +{"wikidata_id": "Q18609737", "display_name": "PowerRoot", "legal_name": null, "aliases": ["NATURAL BIO RESOURCES BERHAD", "Power Root Berhad", "POWER ROOT BERHAD", "Power Root Bhd", "Power Root Bhd."], "website": "https://www.powerroot.com", "canonical_domain": "powerroot.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7237", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4883 +{"wikidata_id": "Q18611508", "display_name": "CROOZ", "legal_name": null, "aliases": ["Inc."], "website": "https://crooz.co.jp", "canonical_domain": "crooz.co.jp", "country": "JP", "hq_city": "Roppongi", "hq_region": "Minato", "lat": 35.66284, "lon": 139.73144, "industries": ["internet"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "2138", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company providing social network games and internet services", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4884 +{"wikidata_id": "Q18654547", "display_name": "zhangzidao.com", "legal_name": null, "aliases": [], "website": "https://www.zhangzidao.com", "canonical_domain": "zhangzidao.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "002069", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4885 +{"wikidata_id": "Q18914818", "display_name": "Shanghai East-China Computer", "legal_name": null, "aliases": ["Shanghai East-China Computer Company Limited"], "website": "https://www.shecc.com", "canonical_domain": "shecc.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600850", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4886 +{"wikidata_id": "Q18924452", "display_name": "Inner Mongolia Junzheng ECI", "legal_name": null, "aliases": ["Inner Mongolia Junzheng Energy & Chemical Group Co.", "Ltd.", "Inner Mongolia Junzheng Energy & Chemical Industry", "Inner Mongolia Junzheng Energy & Chemical Industry Co.", "Ltd.", "Junzheng Energy & Chemical Industry"], "website": "https://www.junzhenggroup.com", "canonical_domain": "junzhenggroup.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "601216", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4887 +{"wikidata_id": "Q19599200", "display_name": "Minth Group Limited", "legal_name": null, "aliases": [], "website": "https://www.minthgroup.com", "canonical_domain": "minthgroup.com", "country": "CN", "hq_city": "Nanhu District", "hq_region": "Jiaxing", "lat": 30.74767, "lon": 120.77896, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "0425", "exchange": "Hong Kong Stock Exchange", "lei": "254900B2AH0G13K9G204", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4888 +{"wikidata_id": "Q1960109", "display_name": "MaxValu Tokai", "legal_name": null, "aliases": ["Maxvalu Tokai Co.", "Ltd."], "website": "https://www.mv-tokai.co.jp", "canonical_domain": "mv-tokai.co.jp", "country": "JP", "hq_city": "Shizuoka Prefecture", "hq_region": "Japan", "lat": 34.97694, "lon": 138.383, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8198", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MaxValu_logo_%282nd%29.svg", "description": "Japanese supermarket operator", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4889 +{"wikidata_id": "Q19604601", "display_name": "United Plantations", "legal_name": null, "aliases": ["United Plantations Berhad", "United Plantations Bhd."], "website": "https://www.unitedplantations.com", "canonical_domain": "unitedplantations.com", "country": "MY", "hq_city": "Teluk Intan", "hq_region": "Perak", "lat": 4.0259, "lon": 101.0213, "industries": ["agriculture"], "industry_labels": ["intensive farming"], "founded_year": 1917, "employees": null, "public_company": true, "ticker": "2089", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "malaysia-based oil palm plantation company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4890 +{"wikidata_id": "Q19612766", "display_name": "torunlarreic.com", "legal_name": null, "aliases": [], "website": "https://www.torunlarreic.com", "canonical_domain": "torunlarreic.com", "country": "TR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "TRGYO", "exchange": "Borsa Istanbul", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4891 +{"wikidata_id": "Q19678327", "display_name": "Jyoti Development Bank Limited", "legal_name": "Jyoti Bikas Bank Limited", "aliases": ["JBBL"], "website": "https://jbbl.com.np", "canonical_domain": "jbbl.com.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["banking"], "industry_labels": ["development banking industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "JBBL", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "B Class Development Bank of Nepal", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4892 +{"wikidata_id": "Q19678425", "display_name": "Tourism Development Bank", "legal_name": null, "aliases": ["Tourism Development Bank Limited"], "website": "https://www.tdbl.com.np", "canonical_domain": "tdbl.com.np", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["development banking industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TDBL", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4893 +{"wikidata_id": "Q19724187", "display_name": "Bank Artha Graha Internasional", "legal_name": "Bank Artha Graha Internasional Tbk", "aliases": ["INPC", "Bank AGI"], "website": "https://www.arthagraha.com", "canonical_domain": "arthagraha.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "INPC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Artha_Graha_Internasional.png", "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4894 +{"wikidata_id": "Q19724210", "display_name": "Bank Multiarta Sentosa", "legal_name": null, "aliases": ["MASB", "Bank MAS", "PT Bank Multiarta Sentosa Tbk"], "website": "https://www.bankmas.co.id", "canonical_domain": "bankmas.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "MASB", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_multiarta_sentosa.png", "description": "Indonesian public company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4895 +{"wikidata_id": "Q19725629", "display_name": "Eratex Djaja", "legal_name": "Eratex Djaja Tbk", "aliases": ["ERTX"], "website": "https://www.eratexco.com", "canonical_domain": "eratexco.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ERTX", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4896 +{"wikidata_id": "Q19725664", "display_name": "Fajar Surya Wisesa", "legal_name": "Fajar Surya Wisesa Tbk", "aliases": ["FASW"], "website": "https://www.fajarpaper.com", "canonical_domain": "fajarpaper.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "FASW", "exchange": "Indonesia Stock Exchange", "lei": "254900A9W66Y580CQX43", "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4897 +{"wikidata_id": "Q19725995", "display_name": "Golden Eagle Energy", "legal_name": "GOLDEN EAGLE ENERGY Tbk", "aliases": ["GOLDEN EAGLE ENERGY", "SMMT"], "website": "https://www.go-eagle.co.id", "canonical_domain": "go-eagle.co.id", "country": "ID", "hq_city": "Calgary", "hq_region": null, "lat": null, "lon": null, "industries": ["mining", "energy"], "industry_labels": ["mining", "coal industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "SMMT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": "1357672", "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1357672", "enriched_at": "2026-09-13T07:23:34+00:00"}}
4898 +{"wikidata_id": "Q19726364", "display_name": "Humpuss Intermoda Transportasi", "legal_name": "Humpuss Intermoda Transportasi Tbk", "aliases": ["HITS"], "website": "https://www.hits.co.id", "canonical_domain": "hits.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["transportation"], "industry_labels": ["transport industry", "infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "HITS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4899 +{"wikidata_id": "Q19726529", "display_name": "Indo Kordsa", "legal_name": "Indo Kordsa Tbk", "aliases": ["BRAM"], "website": "https://www.indokordsa.com", "canonical_domain": "indokordsa.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["automotive"], "industry_labels": ["automotive and components industries"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BRAM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkey company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4900 +{"wikidata_id": "Q19729956", "display_name": "Tjiwi Kimia", "legal_name": "Pabrik Kertas Tjiwi Kimia Tbk", "aliases": ["Pabrik Kertas Tjiwi Kimia", "TKIM"], "website": "https://asiapulppaper.com", "canonical_domain": "asiapulppaper.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TKIM", "exchange": "Indonesia Stock Exchange", "lei": "529900AYY9T852XBBO93", "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4901 +{"wikidata_id": "Q19730845", "display_name": "Petrosea", "legal_name": "Petrosea Tbk", "aliases": ["PTRO"], "website": "https://www.petrosea.com", "canonical_domain": "petrosea.com", "country": "ID", "hq_city": "Slipi", "hq_region": "Pal Merah", "lat": -6.194, "lon": 106.8013, "industries": ["mining", "energy"], "industry_labels": ["mining", "coal industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PTRO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4902 +{"wikidata_id": "Q19731111", "display_name": "Pudjiadi Prestige", "legal_name": "Pudjiadi Prestige Tbk", "aliases": ["PUDP"], "website": "https://www.pudjiadiprestige.co.id", "canonical_domain": "pudjiadiprestige.co.id", "country": "ID", "hq_city": "West Jakarta", "hq_region": "Jakarta", "lat": -6.185, "lon": 106.731, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PUDP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4903 +{"wikidata_id": "Q19731380", "display_name": "Ramayana Lestari Sentosa", "legal_name": "Ramayana Lestari Sentosa Tbk", "aliases": ["Robinson", "Ramayana", "Cahaya", "Cahaya Department Store", "RALS", "Ramayana Department Store", "Ramayana Supermarket", "Robinson Department Store"], "website": "https://www.ramayana.co.id", "canonical_domain": "ramayana.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RALS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ramayana.svg", "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4904 +{"wikidata_id": "Q19731552", "display_name": "Rimo International Lestari", "legal_name": "PT Rimo International Lestari Tbk", "aliases": ["PT Rimo International Lestari Tbk.", "RIMO"], "website": "https://www.rimointernational.com", "canonical_domain": "rimointernational.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RIMO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4905 +{"wikidata_id": "Q19731590", "display_name": "Roda Vivatex", "legal_name": "Roda Vivatex Tbk", "aliases": ["RDTX"], "website": "https://www.rodavivatex.co.id", "canonical_domain": "rodavivatex.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RDTX", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4906 +{"wikidata_id": "Q19744177", "display_name": "Tiga Pilar Sejahtera Food", "legal_name": "Tiga Pilar Sejahtera Food Tbk", "aliases": ["AISA", "FKS Food Sejahtera", "PT FKS Food Sejahtera Tbk"], "website": "https://www.tpsfood.id", "canonical_domain": "tpsfood.id", "country": "ID", "hq_city": "Menara Astra", "hq_region": "Setiabudi", "lat": -6.20716, "lon": 106.82149, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "AISA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4907 +{"wikidata_id": "Q19745193", "display_name": "Wicaksana Overseas International", "legal_name": "Wicaksana Overseas International Tbk", "aliases": ["WICO"], "website": "https://www.wicaksana.co.id", "canonical_domain": "wicaksana.co.id", "country": "ID", "hq_city": "North Jakarta", "hq_region": "Jakarta", "lat": -6.12, "lon": 106.9, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": null, "employees": null, "public_company": true, "ticker": "WICO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4908 +{"wikidata_id": "Q19751380", "display_name": "Bank BTPN Syariah", "legal_name": "PT Bank BTPN Syariah Tbk.", "aliases": ["BTPS"], "website": "https://www.btpnsyariah.com", "canonical_domain": "btpnsyariah.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "BTPS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12474535", "name": "Bank SMBC Indonesia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BTPN_Syariah_logo.png", "description": "Japanese company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4909 +{"wikidata_id": "Q19752232", "display_name": "Kertas Basuki Rachmat Indonesia", "legal_name": "Kertas Basuki Rachmat Indonesia Tbk", "aliases": ["KBRI"], "website": "https://www.kbri.co.id", "canonical_domain": "kbri.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["chemicals"], "industry_labels": ["basic industry and chemicals sector"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KBRI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4910 +{"wikidata_id": "Q19752606", "display_name": "Fortune Indonesia", "legal_name": "Fortune Indonesia Tbk", "aliases": ["FORU"], "website": "https://www.foru.co.id", "canonical_domain": "foru.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": null, "employees": null, "public_company": true, "ticker": "FORU", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4911 +{"wikidata_id": "Q19851515", "display_name": "Forever", "legal_name": null, "aliases": [], "website": "https://www.cnforever.com", "canonical_domain": "cnforever.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600818", "exchange": "Shanghai Stock Exchange", "lei": "9695007ZG20VOTPWXC86", "sec_cik": "1560438", "parent": null, "logo_url": null, "description": "Chinese bicycle brand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4912 +{"wikidata_id": "Q19852921", "display_name": "whjm.com", "legal_name": null, "aliases": [], "website": "https://www.whjm.com", "canonical_domain": "whjm.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600976", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4913 +{"wikidata_id": "Q19853262", "display_name": "Gigastone", "legal_name": null, "aliases": [], "website": "https://tw.gigastone.com", "canonical_domain": "gigastone.com", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "5262", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4914 +{"wikidata_id": "Q19853970", "display_name": "sxbctv.com", "legal_name": null, "aliases": [], "website": "https://www.sxbctv.com", "canonical_domain": "sxbctv.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["television"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "600831", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4915 +{"wikidata_id": "Q19941368", "display_name": "T'way Holdings", "legal_name": "T'way Holdings Incorporation", "aliases": [], "website": "https://www.twayholdings.com", "canonical_domain": "twayholdings.com", "country": "KR", "hq_city": "Seongdong District", "hq_region": "Seoul", "lat": 37.56338, "lon": 127.03703, "industries": [], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "004870", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4916 +{"wikidata_id": "Q20042798", "display_name": "Gunosy", "legal_name": null, "aliases": [], "website": "https://gunosy.co.jp", "canonical_domain": "gunosy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "6047", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4917 +{"wikidata_id": "Q20042871", "display_name": "Iceco", "legal_name": null, "aliases": [], "website": "https://www.iceco.co.jp", "canonical_domain": "iceco.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7698", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4918 +{"wikidata_id": "Q20043338", "display_name": "AGS Corporation", "legal_name": null, "aliases": [], "website": "https://www.ags.co.jp", "canonical_domain": "ags.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "3648", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4919 +{"wikidata_id": "Q20043374", "display_name": "mks.jp", "legal_name": null, "aliases": [], "website": "https://www.mks.jp", "canonical_domain": "mks.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "3910", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4920 +{"wikidata_id": "Q20044058", "display_name": "GMO Financial Holdings", "legal_name": "GMOフィナンシャルホールディングス株式会社", "aliases": ["GMO Click Holdings"], "website": "https://www.gmofh.com", "canonical_domain": "gmofh.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "7177", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11201240", "name": "GMO Internet Group"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4921 +{"wikidata_id": "Q20045144", "display_name": "Speee", "legal_name": null, "aliases": [], "website": "https://speee.jp", "canonical_domain": "speee.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "4499", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4922 +{"wikidata_id": "Q20391782", "display_name": "Syria Gulf Bank", "legal_name": null, "aliases": ["SGB"], "website": "https://en.sgbsy.com", "canonical_domain": "sgbsy.com", "country": "SY", "hq_city": "Damascus", "hq_region": "Damascus Governorate", "lat": 33.51306, "lon": 36.29194, "industries": ["banking"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "SGB", "exchange": "Damascus Securities Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank in Syria", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4923 +{"wikidata_id": "Q20401353", "display_name": "Saudi Steel Pipe Co.", "legal_name": "الشركة السعودية لأنابيب الصلب", "aliases": ["SSP"], "website": "https://www.sspipe.com", "canonical_domain": "sspipe.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "1320", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4924 +{"wikidata_id": "Q20401373", "display_name": "Saudi Marketing Co.", "legal_name": "الشركة السعودية للتسويق", "aliases": ["FARM SUPERSTORES"], "website": "https://www.farm.com.sa", "canonical_domain": "farm.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "4006", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4925 +{"wikidata_id": "Q20401447", "display_name": "United Electronics Company", "legal_name": "الشركة المتحدة للإلكترونيات", "aliases": ["EXTRA", "eXtra Electronics"], "website": "https://www.extrastores.com", "canonical_domain": "extrastores.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "4003", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q63171091", "name": "Al Fozan Holding"}, "logo_url": null, "description": "Saudi company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4926 +{"wikidata_id": "Q20401488", "display_name": "National Medical Care Co.", "legal_name": "الشركة الوطنية للرعاية الطبية", "aliases": ["CARE"], "website": "https://www.care.med.sa", "canonical_domain": "care.med.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "4005", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4927 +{"wikidata_id": "Q20403080", "display_name": "Umm Al-Qura Cement Co.", "legal_name": "شركة أسمنت ام القرى", "aliases": ["UACC"], "website": "https://uacc-ksa.com", "canonical_domain": "uacc-ksa.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "3005", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4928 +{"wikidata_id": "Q20403103", "display_name": "Al Jouf Cement Co.", "legal_name": "شركة أسمنت الجوف", "aliases": ["JOUF CEMENT"], "website": "https://www.joufcem.com.sa", "canonical_domain": "joufcem.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3091", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4929 +{"wikidata_id": "Q20403120", "display_name": "Hail Cement Comany", "legal_name": "شركة أسمنت حائل", "aliases": ["HCC", "SRC", "OPC", "Cement Hail", "Hail Cement Company", "Hail Saudi Arabia", "HC Company", "HCC hail"], "website": "https://www.hailcement.com", "canonical_domain": "hailcement.com", "country": "SA", "hq_city": "Ha'il", "hq_region": "Ḥaʼil Province", "lat": 27.51667, "lon": 41.68333, "industries": ["construction"], "industry_labels": ["Cement", "building materials trade"], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "3001", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Joint Stock Company, registered in Hail, Kingdom of Saudi Arabia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4930 +{"wikidata_id": "Q20403142", "display_name": "Dremas House Co.", "legal_name": "شركة دريم هاوس", "aliases": ["NAJRAN CEMENT"], "website": "https://sauditourguide.com", "canonical_domain": "sauditourguide.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "3002", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4931 +{"wikidata_id": "Q20403231", "display_name": "Northern Region Cement Co.", "legal_name": "شركة أسمنت المنطقة الشمالية", "aliases": ["NORTHERN CEMENT"], "website": "https://www.nrc.com.sa", "canonical_domain": "nrc.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3004", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4932 +{"wikidata_id": "Q20403253", "display_name": "Alinma Tokio Marine Co.", "legal_name": "شركة الإنماء طوكيو مارين", "aliases": ["ALINMA TOKIO M"], "website": "https://www.atmc.com.sa", "canonical_domain": "atmc.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["shipping"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "8312", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4933 +{"wikidata_id": "Q20403318", "display_name": "Al Hassan Ghazi Ibrahim Shaker Co.", "legal_name": "شركة الحسن غازي إبراهيم شاكر", "aliases": ["SHAKER"], "website": "https://www.shaker.com.sa", "canonical_domain": "shaker.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "1214", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4934 +{"wikidata_id": "Q20403339", "display_name": "Al Hammadi Company for Development and Investment", "legal_name": null, "aliases": ["ALHAMMADI"], "website": "https://alhammadiinvest.com", "canonical_domain": "alhammadiinvest.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "4007", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4935 +{"wikidata_id": "Q20403380", "display_name": "Middle East Paper Co.", "legal_name": "شركة الشرق الأوسط لصناعة وإنتاج الورق", "aliases": ["MEPCO"], "website": "https://www.mepco.biz", "canonical_domain": "mepco.biz", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["materials"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "1202", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4936 +{"wikidata_id": "Q20403406", "display_name": "Electrical Industries Co.", "legal_name": "شركة الصناعات الكهربائية", "aliases": ["EIC"], "website": "https://www.eic.com.sa", "canonical_domain": "eic.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "1303", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4937 +{"wikidata_id": "Q20403421", "display_name": "Mouwasat Medical Services Co.", "legal_name": "شركة المواساة للخدمات الطبية", "aliases": ["MOUWASAT"], "website": "https://www.mouwasat.com", "canonical_domain": "mouwasat.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "4002", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4938 +{"wikidata_id": "Q20403488", "display_name": "Buruj Cooperative Insurance Co.", "legal_name": "شركة بروج للتأمين التعاوني", "aliases": ["BURUJ"], "website": "https://www.burujinsurance.com", "canonical_domain": "burujinsurance.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "8270", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4939 +{"wikidata_id": "Q20403513", "display_name": "Bawan Co.", "legal_name": "شركة بوان", "aliases": ["BAWAN"], "website": "https://www.bawan.com.sa", "canonical_domain": "bawan.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "1302", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4940 +{"wikidata_id": "Q20403531", "display_name": "Takween Advanced Industries Co.", "legal_name": "شركة تكوين المتطورة للصناعات", "aliases": ["TAKWEEN"], "website": "https://takweenai.com", "canonical_domain": "takweenai.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "1201", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4941 +{"wikidata_id": "Q20403548", "display_name": "Dallah Healthcare Co.", "legal_name": "شركة دله للخدمات الصحية", "aliases": ["DALLAH HEALTH"], "website": "https://www.dallahhealth.com", "canonical_domain": "dallahhealth.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["health care"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "4004", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4942 +{"wikidata_id": "Q20403611", "display_name": "Fawaz Abdulaziz Alhokair Co.", "legal_name": "شركة فواز عبدالعزيز الحكير وشركاه", "aliases": ["ALHOKAIR"], "website": "https://www.fahretail.com", "canonical_domain": "fahretail.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4240", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4943 +{"wikidata_id": "Q20403651", "display_name": "Al Sorayai Trading and Industrial Group", "legal_name": "مجموعة السريع التجارية الصناعية", "aliases": ["ALSORAYAI GROUP"], "website": "https://www.al-sorayai.com", "canonical_domain": "al-sorayai.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "1213", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4944 +{"wikidata_id": "Q20403670", "display_name": "Abdulmohsen Alhokair Group for Tourism and Development", "legal_name": "مجموعة عبدالمحسن الحكير للسياحة والتنمية", "aliases": ["ALHOKAIR GROUP"], "website": "https://www.alhokair.com", "canonical_domain": "alhokair.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "1820", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4945 +{"wikidata_id": "Q20426952", "display_name": "Global Teleshop", "legal_name": "Global Teleshop Tbk", "aliases": ["GLOB", "Globe Kita Terang", "PT Globe Kita Terang Tbk"], "website": "https://www.globalteleshop.com", "canonical_domain": "globalteleshop.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GLOB", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4946 +{"wikidata_id": "Q20427038", "display_name": "Bank Ganesha", "legal_name": "PT Bank Ganesha Tbk.", "aliases": ["BGTG"], "website": "https://www.bankganesha.co.id", "canonical_domain": "bankganesha.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BGTG", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4947 +{"wikidata_id": "Q20427325", "display_name": "Sarana Menara Nusantara", "legal_name": "Sarana Menara Nusantara Tbk", "aliases": ["TOWR"], "website": "https://www.ptsmn.co.id", "canonical_domain": "ptsmn.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TOWR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4948 +{"wikidata_id": "Q20427412", "display_name": "Erajaya Swasembada", "legal_name": "Erajaya Swasembada Tbk", "aliases": ["ERAA"], "website": "https://www.erajaya.com", "canonical_domain": "erajaya.com", "country": "ID", "hq_city": "West Jakarta", "hq_region": "Jakarta", "lat": -6.185, "lon": 106.731, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "ERAA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4949 +{"wikidata_id": "Q20427611", "display_name": "Lippo Securities", "legal_name": "Lippo Securities Tbk", "aliases": ["LPPS", "Lenox Pasifik Investama", "PT Lenox Pasifik Investama Tbk"], "website": "https://www.lipposecurities.co.id", "canonical_domain": "lipposecurities.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "LPPS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4950 +{"wikidata_id": "Q20427678", "display_name": "Tiphone Mobile Indonesia", "legal_name": "PT Tiphone Mobile Indonesia Tbk.", "aliases": ["TELE", "Omni Inovasi Indonesia", "PT Omni Inovasi Indonesia Tbk"], "website": "https://www.tiphonemobile.com", "canonical_domain": "tiphonemobile.com", "country": "ID", "hq_city": "West Jakarta", "hq_region": "Jakarta", "lat": -6.185, "lon": 106.731, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TELE", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4951 +{"wikidata_id": "Q20427694", "display_name": "Trikomsel Oke", "legal_name": "Trikomsel Oke Tbk", "aliases": ["TRIO"], "website": "https://www.oke.com", "canonical_domain": "oke.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "TRIO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4952 +{"wikidata_id": "Q20427699", "display_name": "Maskapai Reasuransi Indonesia", "legal_name": "Maskapai Reasuransi Indonesia Tbk", "aliases": ["MREI"], "website": "https://www.marein-re.com", "canonical_domain": "marein-re.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MREI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4953 +{"wikidata_id": "Q20502068", "display_name": "Ies Holdings Ltd.", "legal_name": "איי.אי.אס החזקות בע''מ", "aliases": [], "website": "https://www.ies.com", "canonical_domain": "ies.com", "country": "IL", "hq_city": "Houston", "hq_region": "TX", "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["SIC 1731 Electrical Work"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "IES", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1048268", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1048268", "enriched_at": "2026-09-13T07:23:34+00:00"}}
4954 +{"wikidata_id": "Q20502225", "display_name": "Afi Properties Ltd", "legal_name": "אפי נכסים בע''מ", "aliases": [], "website": "https://www.afi-properties.com", "canonical_domain": "afi-properties.com", "country": "IL", "hq_city": "Yehud", "hq_region": "Central District", "lat": 32.03333, "lon": 34.88333, "industries": ["construction"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "AFPR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Real estate and construction company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4955 +{"wikidata_id": "Q20502945", "display_name": "Taya Investment Co. Ltd.", "legal_name": "תיא חברה להשקעות בע''מ", "aliases": [], "website": "https://www.tayamedia.com", "canonical_domain": "tayamedia.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "TAYA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4956 +{"wikidata_id": "Q20602609", "display_name": "Genertec Universal Medical Group Company Limited", "legal_name": null, "aliases": ["Universal Medical", "Universal Medical Financial & Technical Advisory Services Company Limited"], "website": "https://www.umcare.cn", "canonical_domain": "umcare.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2666", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10874142", "name": "China General Technology Group"}, "logo_url": null, "description": "subsidiary of Genertec", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4957 +{"wikidata_id": "Q20688266", "display_name": "Shihlin Paper", "legal_name": "士林紙業股份有限公司", "aliases": ["Shihlin Paper Co.", "Ltd."], "website": "https://www.shihlin.com.tw", "canonical_domain": "shihlin.com.tw", "country": "TW", "hq_city": "Shilin District", "hq_region": "Taipei", "lat": 25.0833, "lon": 121.517, "industries": ["materials"], "industry_labels": ["pulp and paper industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "1903", "exchange": "Taiwan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4958 +{"wikidata_id": "Q20688443", "display_name": "Lakala", "legal_name": null, "aliases": ["Lakala Payment", "Lakala Payment Co.", "Ltd."], "website": "https://www.lakala.com", "canonical_domain": "lakala.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "300773", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "private company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4959 +{"wikidata_id": "Q20857153", "display_name": "HAKATA TAKUMI KOUGEI", "legal_name": null, "aliases": [], "website": "https://takumikougei.jp", "canonical_domain": "takumikougei.jp", "country": "JP", "hq_city": "Fukuoka Prefecture", "hq_region": "Japan", "lat": 33.60611, "lon": 130.41806, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3610", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4960 +{"wikidata_id": "Q21019116", "display_name": "Taisei Oncho", "legal_name": null, "aliases": [], "website": "https://www.taisei-oncho.co.jp", "canonical_domain": "taisei-oncho.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": true, "ticker": "1904", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4961 +{"wikidata_id": "Q21019178", "display_name": "Techno Quartz", "legal_name": null, "aliases": [], "website": "https://www.techno-q.com", "canonical_domain": "techno-q.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "5217", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4962 +{"wikidata_id": "Q21019183", "display_name": "Dualtap", "legal_name": null, "aliases": [], "website": "https://www.dualtap.co.jp", "canonical_domain": "dualtap.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "3469", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4963 +{"wikidata_id": "Q21019522", "display_name": "Hoshino Resorts REIT", "legal_name": "星野リゾート・リート投資法人", "aliases": ["Hoshino Resorts Reit", "Inc."], "website": "https://www.hoshinoresorts-reit.com", "canonical_domain": "hoshinoresorts-reit.com", "country": "JP", "hq_city": "Kyōbashi", "hq_region": "Chūō", "lat": 35.67698, "lon": 139.77095, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "3287", "exchange": "Tokyo Stock Exchange", "lei": "353800DF2MUZWFL4IL56", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4964 +{"wikidata_id": "Q21019840", "display_name": "United Super Markets Holdings", "legal_name": null, "aliases": ["U.S.M. Holdings"], "website": "https://usmh.co.jp", "canonical_domain": "usmh.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "3222", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4965 +{"wikidata_id": "Q21019965", "display_name": "WirelessGate", "legal_name": null, "aliases": [], "website": "https://www.wirelessgate.co.jp", "canonical_domain": "wirelessgate.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "9419", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4966 +{"wikidata_id": "Q21060569", "display_name": "Taeyoung Engineering & Construction Company", "legal_name": "Taeyoung Engineering & Construction Co., Ltd.", "aliases": ["Taeyoung E&C"], "website": "https://www.taeyoung.com", "canonical_domain": "taeyoung.com", "country": "KR", "hq_city": "Gwangmyeong", "hq_region": "Gyeonggi Province", "lat": 37.47722, "lon": 126.86639, "industries": ["construction"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "009410", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131188805", "name": "TY Holdings"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4967 +{"wikidata_id": "Q22100116", "display_name": "Zhejiang Talent Television & Film Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.tangde.com.cn", "canonical_domain": "tangde.com.cn", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["media"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "300426", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4968 +{"wikidata_id": "Q22100451", "display_name": "thjm.cn", "legal_name": null, "aliases": [], "website": "https://www.thjm.cn", "canonical_domain": "thjm.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "000766", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4969 +{"wikidata_id": "Q22101492", "display_name": "Realord Group Holdings Limited", "legal_name": null, "aliases": ["Realord Group"], "website": "https://www.realord.com.hk", "canonical_domain": "realord.com.hk", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1196", "exchange": "Hong Kong Stock Exchange", "lei": "529900GZPJKTEXK55X75", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4970 +{"wikidata_id": "Q22122895", "display_name": "Cosmo Energy Holdings", "legal_name": null, "aliases": [], "website": "https://www.cosmo-energy.co.jp", "canonical_domain": "cosmo-energy.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "5021", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "holding company in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4971 +{"wikidata_id": "Q22123144", "display_name": "Akiba Holdings", "legal_name": null, "aliases": [], "website": "https://www.akiba-holdings.co.jp", "canonical_domain": "akiba-holdings.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "6840", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4972 +{"wikidata_id": "Q22124320", "display_name": "Nagatanien Holdings", "legal_name": null, "aliases": [], "website": "https://www.nagatanien-hd.co.jp", "canonical_domain": "nagatanien-hd.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "2899", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4973 +{"wikidata_id": "Q22124415", "display_name": "Ichiken Corporation", "legal_name": null, "aliases": ["Ichiken", "Ichiken Co.", "Ltd.", "Ichiken Co.", "Ltd. (Japan)"], "website": "https://www.ichiken.co.jp", "canonical_domain": "ichiken.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": true, "ticker": "1847", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese architecture and construction company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4974 +{"wikidata_id": "Q22125137", "display_name": "Aval Data", "legal_name": null, "aliases": ["AVAL DATA CORPORATION"], "website": "https://www.avaldata.co.jp", "canonical_domain": "avaldata.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "6918", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4975 +{"wikidata_id": "Q22127056", "display_name": "Hoden Seimitsu Kako Kenkyusho", "legal_name": null, "aliases": ["Hoden Seimitsu Kako Kenkyusho Co.", "Ltd.", "Hoden Seimitsu Kako Kenkyusho Co.", "Ltd. (Japan)"], "website": "https://www.hsk.co.jp", "canonical_domain": "hsk.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "6469", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Kōhoku-ku, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4976 +{"wikidata_id": "Q22127780", "display_name": "ZETA", "legal_name": null, "aliases": [], "website": "https://zeta.inc", "canonical_domain": "zeta.inc", "country": "JP", "hq_city": "Sangen-jaya", "hq_region": "Setagaya", "lat": 35.64068, "lon": 139.66697, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "6031", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4977 +{"wikidata_id": "Q22128080", "display_name": "RVH", "legal_name": null, "aliases": ["RealVIsion"], "website": "https://rvh.jp", "canonical_domain": "rvh.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "6786", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4978 +{"wikidata_id": "Q22128115", "display_name": "Hokuryo", "legal_name": null, "aliases": [], "website": "https://www.hokuryo.co.jp", "canonical_domain": "hokuryo.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "1384", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4979 +{"wikidata_id": "Q22773795", "display_name": "avic-imp.com", "legal_name": null, "aliases": [], "website": "https://www.avic-imp.com", "canonical_domain": "avic-imp.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "600372", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4980 +{"wikidata_id": "Q22907993", "display_name": "PT Perusahaan Perkebunan London Sumatra Indonesia", "legal_name": "PP London Sumatra Indonesia Tbk", "aliases": ["Lonsum", "LSIP", "PP London Sumatra Indonesia"], "website": "https://www.londonsumatra.com", "canonical_domain": "londonsumatra.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["agriculture"], "industry_labels": ["agriculture", "plantation"], "founded_year": null, "employees": null, "public_company": true, "ticker": "LSIP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q85960970", "name": "Salim Ivomas Pratama"}, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4981 +{"wikidata_id": "Q23010725", "display_name": "Alltrust Insurance Company Limited", "legal_name": null, "aliases": ["Alltrust"], "website": "https://www.yongcheng.com", "canonical_domain": "yongcheng.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "834223", "exchange": "National Equities Exchange And Quotations", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Property and casualty insurance products and services provider of China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4982 +{"wikidata_id": "Q24698699", "display_name": "Kyoritsu Maintenance", "legal_name": "Kyoritsu Maintenance Co., Ltd.", "aliases": [], "website": "https://www.kyoritsugroup.co.jp", "canonical_domain": "kyoritsugroup.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "9616", "exchange": "Tokyo Stock Exchange", "lei": "353800IO2MFHL1NA0986", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese hotel company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4983 +{"wikidata_id": "Q24833916", "display_name": "Dandong Xintai Electric Co., Ltd", "legal_name": null, "aliases": [], "website": "https://www.xintaidianqi.com", "canonical_domain": "xintaidianqi.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "300372", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4984 +{"wikidata_id": "Q24836166", "display_name": "honggao.com.cn", "legal_name": null, "aliases": [], "website": "https://www.honggao.com.cn", "canonical_domain": "honggao.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "002504", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4985 +{"wikidata_id": "Q24836170", "display_name": "Xiuqiang", "legal_name": null, "aliases": [], "website": "https://www.jsxq.com", "canonical_domain": "jsxq.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "300160", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4986 +{"wikidata_id": "Q24836346", "display_name": "R&T", "legal_name": null, "aliases": [], "website": "https://www.rtplumbing.com", "canonical_domain": "rtplumbing.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "002790", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4987 +{"wikidata_id": "Q24836824", "display_name": "jscnnet.com", "legal_name": null, "aliases": [], "website": "https://www.jscnnet.com", "canonical_domain": "jscnnet.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "600959", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4988 +{"wikidata_id": "Q24840496", "display_name": "Phoenix Media", "legal_name": null, "aliases": ["PPM", "Jiangsu Phoenix Publishing & Media Corporation Limited"], "website": "https://www.ppm.cn", "canonical_domain": "ppm.cn", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["technology", "media", "gaming"], "industry_labels": ["computer industry", "publishing industry", "video game industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "601928", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q118367885", "name": "Phoenix Publishing & Media Group"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4989 +{"wikidata_id": "Q24840605", "display_name": "tichn.com", "legal_name": null, "aliases": [], "website": "https://www.tichn.com", "canonical_domain": "tichn.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "600392", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4990 +{"wikidata_id": "Q24862452", "display_name": "Sunwells", "legal_name": null, "aliases": [], "website": "https://sunwels.jp", "canonical_domain": "sunwels.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "9229", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4991 +{"wikidata_id": "Q24866988", "display_name": "brass.ne.jp", "legal_name": null, "aliases": [], "website": "https://brass.ne.jp", "canonical_domain": "brass.ne.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "2424", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4992 +{"wikidata_id": "Q24871871", "display_name": "uridoki", "legal_name": null, "aliases": [], "website": "https://uridoki.co.jp", "canonical_domain": "uridoki.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": true, "ticker": "418A", "exchange": "Nagoya Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4993 +{"wikidata_id": "Q24872979", "display_name": "WDI Corporation.", "legal_name": null, "aliases": [], "website": "https://www.wdi.co.jp", "canonical_domain": "wdi.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "3068", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4994 +{"wikidata_id": "Q24873778", "display_name": "TOHTO SUISAN CO.,LTD", "legal_name": null, "aliases": ["Toto Suisan", "Tōto Suisan", "Toto Suisan Kabushiki Gaisha"], "website": "https://www.tohsui.co.jp", "canonical_domain": "tohsui.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "8038", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q120186958", "name": "Aso Tosui Holdings Co., Ltd."}, "logo_url": null, "description": "Seafood wholesaler in Toyosu market", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4995 +{"wikidata_id": "Q24875552", "display_name": "Money Forward", "legal_name": null, "aliases": ["Inc."], "website": "https://corp.moneyforward.com", "canonical_domain": "moneyforward.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "3994", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4996 +{"wikidata_id": "Q24876330", "display_name": "JAPAN RELIANCE SERVICE CORPORATION", "legal_name": null, "aliases": [], "website": "https://www.trsc.co.jp", "canonical_domain": "trsc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "4664", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4997 +{"wikidata_id": "Q24876526", "display_name": "Gifu landscape architect", "legal_name": null, "aliases": ["GIFU ZOHEN"], "website": "https://www.gifu-zohen.co.jp", "canonical_domain": "gifu-zohen.co.jp", "country": "JP", "hq_city": "Gifu Prefecture", "hq_region": "Japan", "lat": 35.39119, "lon": 136.72219, "industries": [], "industry_labels": [], "founded_year": 1927, "employees": null, "public_company": true, "ticker": "1438", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Landscaping company in Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4998 +{"wikidata_id": "Q24877030", "display_name": "Itoham Yonekyu Holdings", "legal_name": null, "aliases": [], "website": "https://www.itoham-yonekyu-holdings.com", "canonical_domain": "itoham-yonekyu-holdings.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "2296", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese holdings company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
4999 +{"wikidata_id": "Q24884491", "display_name": "IRENA Group", "legal_name": null, "aliases": ["iRENA", "Tǐyù Zhīchuāng"], "website": "https://www.irenaworld.com", "canonical_domain": "irenaworld.com", "country": "CN", "hq_city": "Workers Stadium", "hq_region": "Chaoyang District", "lat": 39.92953, "lon": 116.44114, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "834358", "exchange": "National Equities Exchange And Quotations", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese platform company for sports", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5000 +{"wikidata_id": "Q24893465", "display_name": "kk-misumi.jp", "legal_name": null, "aliases": [], "website": "https://kk-misumi.jp", "canonical_domain": "kk-misumi.jp", "country": "JP", "hq_city": "Oroshihonmachi", "hq_region": "Kagoshima", "lat": 31.51131, "lon": 130.51944, "industries": ["retail"], "industry_labels": ["wholesale"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "7441", "exchange": "Fukuoka Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5001 +{"wikidata_id": "Q24900079", "display_name": "Sumiseki Holdings", "legal_name": null, "aliases": [], "website": "https://www.sumiseki.co.jp", "canonical_domain": "sumiseki.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "1514", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5002 +{"wikidata_id": "Q24947602", "display_name": "Octaware Technologies", "legal_name": "Octaware Technologies Limited", "aliases": [], "website": "https://octaware.com", "canonical_domain": "octaware.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["software"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "OCTAWARE", "exchange": "Bombay Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "software company based in Mumbai, India", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5003 +{"wikidata_id": "Q25104229", "display_name": "Matrix Concepts Holdings Berhad", "legal_name": null, "aliases": ["MATRIX CONCEPTS HOLDINGS BERHAD", "Matrix Concepts Holdings Bhd."], "website": "https://www.mchb.com.my", "canonical_domain": "mchb.com.my", "country": "MY", "hq_city": "Seremban", "hq_region": "Negeri Sembilan", "lat": 2.72972, "lon": 101.93806, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "5236", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian investment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5004 +{"wikidata_id": "Q25457479", "display_name": "MNC Land", "legal_name": "MNC Land Tbk", "aliases": ["KPIG"], "website": "https://www.mncland.com", "canonical_domain": "mncland.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": null, "employees": null, "public_company": true, "ticker": "KPIG", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4900880", "name": "MNC Corporation"}, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5005 +{"wikidata_id": "Q25460658", "display_name": "Anabatic Technologies", "legal_name": "PT Anabatic Technologies Tbk", "aliases": ["ATIC"], "website": "https://www.anabatic.com", "canonical_domain": "anabatic.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ATIC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5006 +{"wikidata_id": "Q25462227", "display_name": "Elnusa", "legal_name": "Elnusa Tbk", "aliases": ["ELSA"], "website": "https://www.elnusa.co.id", "canonical_domain": "elnusa.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining", "oil-gas"], "industry_labels": ["mining", "petroleum industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ELSA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5007 +{"wikidata_id": "Q25462262", "display_name": "Bayu Buana", "legal_name": "Bayu Buana Tbk", "aliases": ["BAYU"], "website": "https://www.bayubuanagroup.com", "canonical_domain": "bayubuanagroup.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BAYU", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5008 +{"wikidata_id": "Q25467071", "display_name": "Bukaka Teknik Utama", "legal_name": "Bukaka Teknik Utama Tbk", "aliases": ["BUKK"], "website": "https://bukaka.com", "canonical_domain": "bukaka.com", "country": "ID", "hq_city": "Bogor", "hq_region": "West Java", "lat": -6.4803, "lon": 106.8247, "industries": ["transportation"], "industry_labels": ["infrastructure industry"], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BUKK", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5009 +{"wikidata_id": "Q25474740", "display_name": "MSM Malaysia Holdings Berhad", "legal_name": null, "aliases": ["MSM MALAYSIA HOLDINGS BERHAD", "Msm Malaysia Holdings Berhad", "Msm Malaysia Holdings Bhd."], "website": "https://www.msmsugar.com", "canonical_domain": "msmsugar.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5202", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MSM_Malaysia_Holdings_Berhad_logo.png", "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5010 +{"wikidata_id": "Q25489834", "display_name": "Rafa Laboratories, Ltd.", "legal_name": null, "aliases": [], "website": "https://www.rafa.co.il", "canonical_domain": "rafa.co.il", "country": "IL", "hq_city": "Jerusalem", "hq_region": "Jerusalem District", "lat": 31.77668, "lon": 35.23416, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "RAFA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Pharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5011 +{"wikidata_id": "Q25490482", "display_name": "Hilan Ltd.", "legal_name": "חילן בע''מ", "aliases": [], "website": "https://www.hilan.co.il", "canonical_domain": "hilan.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": [], "industry_labels": ["information science"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "HLAN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5012 +{"wikidata_id": "Q25492756", "display_name": "Bonei Hatichon Civil Engineering & Infrastructures Ltd.", "legal_name": "בוני התיכון הנדסה אזרחית ותשתיות בע''מ", "aliases": [], "website": "https://www.boh.co.il", "canonical_domain": "boh.co.il", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["construction"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "BOTI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5013 +{"wikidata_id": "Q25493194", "display_name": "Blue Square Real Estate Ltd", "legal_name": "רבוע כחול נדל''ן בע''מ", "aliases": [], "website": "https://www.bsre.co.il", "canonical_domain": "bsre.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "BLSR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5014 +{"wikidata_id": "Q25523537", "display_name": "Farg'onaazot", "legal_name": null, "aliases": [], "website": "https://azot.uz", "canonical_domain": "azot.uz", "country": "UZ", "hq_city": "Fergana", "hq_region": "Fergana Region", "lat": 40.38639, "lon": 71.78639, "industries": ["agriculture"], "industry_labels": ["Agricultural Chemicals"], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "FRAZ", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6026509", "name": "Indorama Corporation"}, "logo_url": null, "description": "Uzbek manufacturer of chemicals and fertilizers", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5015 +{"wikidata_id": "Q25527813", "display_name": "Uzbek Commodity Exchange", "legal_name": null, "aliases": ["UZEX"], "website": "https://uzex.uz", "canonical_domain": "uzex.uz", "country": "UZ", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["commodities exchange"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "URTS", "exchange": "Tashkent Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q25522342", "name": "Trastbank"}, "logo_url": null, "description": "commodity exchange in Uzbekistan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5016 +{"wikidata_id": "Q25534044", "display_name": "Ipak Yuli bank", "legal_name": null, "aliases": [], "website": "https://ipakyulibank.uz", "canonical_domain": "ipakyulibank.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "IPKY", "exchange": "Tashkent Stock Exchange", "lei": "254900DUB01DA37PQR38", "sec_cik": null, "parent": null, "logo_url": null, "description": "Uzbek bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5017 +{"wikidata_id": "Q25538197", "display_name": "Mono Next", "legal_name": null, "aliases": ["MONO PLUS+", "Mono Technology", "Mono Next Public Company Limited", "Mono Next Public Co.", "Ltd."], "website": "https://www.mono.co.th", "canonical_domain": "mono.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "MONO", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5018 +{"wikidata_id": "Q25539852", "display_name": "AP Thailand", "legal_name": "เอพี (ไทยแลนด์)", "aliases": ["Ap (Thailand)", "Ap (Thailand) Public Company Limited", "Ap (Thailand) Public Co.", "Ltd."], "website": "https://www.apthai.com", "canonical_domain": "apthai.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "AP", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AP_Thai_Red-Logo.svg", "description": "Thai property development company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5019 +{"wikidata_id": "Q27016929", "display_name": "Bengo4.com", "legal_name": null, "aliases": [], "website": "https://www.bengo4.com", "canonical_domain": "bengo4.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "6027", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5020 +{"wikidata_id": "Q27016934", "display_name": "Premium Water Holdings, Inc.", "legal_name": null, "aliases": [], "website": "https://premiumwater-hd.co.jp", "canonical_domain": "premiumwater-hd.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["utilities"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "2588", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5021 +{"wikidata_id": "Q27016964", "display_name": "Teno. Holdings Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.teno.co.jp", "canonical_domain": "teno.co.jp", "country": "JP", "hq_city": "Fukuoka", "hq_region": "Fukuoka Prefecture", "lat": 33.59014, "lon": 130.40172, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "7037", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5022 +{"wikidata_id": "Q27017084", "display_name": "Satudora Holdings", "legal_name": null, "aliases": ["SATUDORA HOLDINGS CO.", "LTD."], "website": "https://satudora-hd.co.jp", "canonical_domain": "satudora-hd.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": [], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "3544", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5023 +{"wikidata_id": "Q27017119", "display_name": "AEON REIT Investment", "legal_name": null, "aliases": [], "website": "https://www.aeon-jreit.co.jp", "canonical_domain": "aeon-jreit.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "3292", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5024 +{"wikidata_id": "Q27017124", "display_name": "On The Page", "legal_name": null, "aliases": ["Novarese"], "website": "https://www.novarese.co.jp", "canonical_domain": "novarese.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "9160", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5025 +{"wikidata_id": "Q28416167", "display_name": "Qinqin Foods", "legal_name": null, "aliases": [], "website": "https://www.fjqinqin.com", "canonical_domain": "fjqinqin.com", "country": "CN", "hq_city": "Jinjiang", "hq_region": "Quanzhou", "lat": 24.81409, "lon": 118.57916, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "1583", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5714244", "name": "Hengan International"}, "logo_url": null, "description": "Chinese food company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5026 +{"wikidata_id": "Q28419440", "display_name": "Xin Hwa Holdings", "legal_name": null, "aliases": ["Xin Hwa Holdings Berhad", "Xin Hwa Holdings Bhd."], "website": "https://www.xinhwa.com.my", "canonical_domain": "xinhwa.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "5267", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5027 +{"wikidata_id": "Q28685083", "display_name": "Nippon Building Fund", "legal_name": null, "aliases": [], "website": "https://www.nbf-m.com", "canonical_domain": "nbf-m.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction", "financial-services"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "8951", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "investment corporation headquartered in Chūō-ku, Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5028 +{"wikidata_id": "Q28685940", "display_name": "Nxera Pharma", "legal_name": null, "aliases": ["Sosei Group", "Sosei Group Corporation"], "website": "https://www.nxera.life", "canonical_domain": "nxera.life", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "4565", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Tokyo, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5029 +{"wikidata_id": "Q28686648", "display_name": "Cerespo", "legal_name": null, "aliases": [], "website": "https://www.cerespo.co.jp", "canonical_domain": "cerespo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "9625", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5030 +{"wikidata_id": "Q28688262", "display_name": "afc.jp", "legal_name": null, "aliases": [], "website": "https://www.afc.jp", "canonical_domain": "afc.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "8864", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5031 +{"wikidata_id": "Q28688621", "display_name": "Hirose Tsusyo", "legal_name": null, "aliases": ["Hirose Tsusho"], "website": "https://hirose-fx.co.jp", "canonical_domain": "hirose-fx.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["financial-services"], "industry_labels": ["Retail foreign exchange platform"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "7185", "exchange": "Tokyo Stock Exchange Jasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5032 +{"wikidata_id": "Q28689776", "display_name": "care21.co.jp", "legal_name": null, "aliases": [], "website": "https://www.care21.co.jp", "canonical_domain": "care21.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "2373", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5033 +{"wikidata_id": "Q28689905", "display_name": "cominix.jp", "legal_name": null, "aliases": [], "website": "https://www.cominix.jp", "canonical_domain": "cominix.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "3173", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5034 +{"wikidata_id": "Q28690699", "display_name": "Greenenergy & Company", "legal_name": null, "aliases": ["Fit", "INC"], "website": "https://green-energy.co.jp", "canonical_domain": "green-energy.co.jp", "country": "JP", "hq_city": "Tokushima Prefecture", "hq_region": "Japan", "lat": 34.06556, "lon": 134.55917, "industries": [], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "1436", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5035 +{"wikidata_id": "Q28691113", "display_name": "Chuo Gyorui", "legal_name": null, "aliases": ["Chuo Gyorui Kabushiki Gaisha"], "website": "https://www.marunaka-net.co.jp", "canonical_domain": "marunaka-net.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": true, "ticker": "8030", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Wholesaler in Toyosu market", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5036 +{"wikidata_id": "Q28691243", "display_name": "jafec.co.jp", "legal_name": null, "aliases": [], "website": "https://www.jafec.co.jp", "canonical_domain": "jafec.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "1914", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5037 +{"wikidata_id": "Q28692609", "display_name": "Mamiya-OP Co., Ltd. (Japan)", "legal_name": null, "aliases": ["Mamiya-OP", "Mamiya-OP Co.", "Ltd."], "website": "https://www.mamiya-op.co.jp", "canonical_domain": "mamiya-op.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "7991", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Hannō, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5038 +{"wikidata_id": "Q28714335", "display_name": "Batic Investments and Logistics Co.", "legal_name": "شركة باتك للإستثمار والأعمال اللوجستية", "aliases": [], "website": "https://batic.com.sa", "canonical_domain": "batic.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["logistics"], "industry_labels": [], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "4110", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5039 +{"wikidata_id": "Q28714420", "display_name": "Mohammad Al Mojil Group", "legal_name": "مجموعة محمد المعجل", "aliases": ["MMG"], "website": "https://www.almojilgroup.com", "canonical_domain": "almojilgroup.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": true, "ticker": "1310", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5040 +{"wikidata_id": "Q28715280", "display_name": "Lazurde Company for Jewelry", "legal_name": "شركة لازوردي للمجوهرات", "aliases": ["LAZURDE"], "website": "https://www.lazurde.com", "canonical_domain": "lazurde.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["jewelry industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "4011", "exchange": "Saudi Stock Exchange", "lei": "2549000WEZ982XWY5Y65", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5041 +{"wikidata_id": "Q28715287", "display_name": "Al Yamamah Steel Industries Co.", "legal_name": "شركة اليمامة للصناعات الحديدية", "aliases": ["ALYAMAMAH STEEL"], "website": "https://www.yamamahsteel.com", "canonical_domain": "yamamahsteel.com", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["construction"], "industry_labels": ["building materials trade"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "1304", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5042 +{"wikidata_id": "Q28715288", "display_name": "Middle East Healthcare Co.", "legal_name": "شركة الشرق الأوسط للرعاية الصحية", "aliases": ["SAUDI GERMAN HOSPTL"], "website": "https://www.sghgroup.com.sa", "canonical_domain": "sghgroup.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "4009", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5043 +{"wikidata_id": "Q2883611", "display_name": "Baoji Titanium Industry", "legal_name": null, "aliases": [], "website": "https://www.baoti.com", "canonical_domain": "baoti.com", "country": "CN", "hq_city": "Baoji", "hq_region": "Shaanxi", "lat": 34.36094, "lon": 107.17507, "industries": ["mining"], "industry_labels": ["metallurgy"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "600456", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5044 +{"wikidata_id": "Q30261306", "display_name": "Shandong Buchang Pharma", "legal_name": null, "aliases": ["Buchang Pharma"], "website": "https://www.buchang.com", "canonical_domain": "buchang.com", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "603858", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shandong, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5045 +{"wikidata_id": "Q30331538", "display_name": "A&A Material Corporation", "legal_name": null, "aliases": [], "website": "https://www.aa-material.co.jp", "canonical_domain": "aa-material.co.jp", "country": "JP", "hq_city": "Tsurumi-ku", "hq_region": "Yokohama", "lat": 35.50833, "lon": 139.6825, "industries": [], "industry_labels": [], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "5391", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5046 +{"wikidata_id": "Q30527269", "display_name": "Shagrir Group Vehicle Services Ltd.", "legal_name": "קבוצת שגריר שירותי רכב בע''מ", "aliases": [], "website": "https://www.shagrir.co.il", "canonical_domain": "shagrir.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "SHGR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5047 +{"wikidata_id": "Q30527362", "display_name": "Klil Industries Ltd.", "legal_name": "קליל תעשיות בע''מ", "aliases": ["Kalil", "klil"], "website": "https://www.klil.co.il", "canonical_domain": "klil.co.il", "country": "IL", "hq_city": null, "hq_region": "Acre Subdistrict", "lat": 32.9, "lon": 35.28333, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "KLIL", "exchange": "Tel Aviv Stock Exchange", "lei": "213800IFXNS418YYLM41", "sec_cik": null, "parent": null, "logo_url": null, "description": "designer windows", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5048 +{"wikidata_id": "Q30527363", "display_name": "Zur Shamir Holdings Ltd.", "legal_name": "צור שמיר אחזקות בע''מ", "aliases": [], "website": "https://www.zur-shamir.com", "canonical_domain": "zur-shamir.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ZUR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5049 +{"wikidata_id": "Q30923801", "display_name": "Apple Park", "legal_name": null, "aliases": [], "website": "https://www.applepark.jp", "canonical_domain": "applepark.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "164A", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese parking company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5050 +{"wikidata_id": "Q30926040", "display_name": "Neos", "legal_name": null, "aliases": [], "website": "https://www.neoscorp.jp", "canonical_domain": "neoscorp.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["technology", "gaming"], "industry_labels": ["information technology", "video game industry"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "3627", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game publisher", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5051 +{"wikidata_id": "Q30926190", "display_name": "Umc Electronics", "legal_name": null, "aliases": [], "website": "https://www.umc.co.jp", "canonical_domain": "umc.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["technology"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": true, "ticker": "6615", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5052 +{"wikidata_id": "Q30926237", "display_name": "JSP Corporation (Japan)", "legal_name": null, "aliases": ["JSP Corporation"], "website": "https://www.co-jsp.co.jp", "canonical_domain": "co-jsp.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "7942", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Minato, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5053 +{"wikidata_id": "Q30928524", "display_name": "Aubex Corporation (Japan)", "legal_name": null, "aliases": ["Aubex Corporation"], "website": "https://www.aubex.co.jp", "canonical_domain": "aubex.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1892, "employees": null, "public_company": true, "ticker": "3583", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Sumida, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5054 +{"wikidata_id": "Q30931466", "display_name": "HOPE", "legal_name": null, "aliases": ["INC."], "website": "https://www.zaigenkakuho.com", "canonical_domain": "zaigenkakuho.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6195", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5055 +{"wikidata_id": "Q30931652", "display_name": "OFFICEBUSTERS", "legal_name": null, "aliases": [], "website": "https://www.officebusters.co.jp", "canonical_domain": "officebusters.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "5890", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5056 +{"wikidata_id": "Q30931772", "display_name": "tohokinzoku.co.jp", "legal_name": null, "aliases": [], "website": "https://www.tohokinzoku.co.jp", "canonical_domain": "tohokinzoku.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5781", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5057 +{"wikidata_id": "Q30933794", "display_name": "Daiei Kankyo", "legal_name": null, "aliases": [], "website": "https://www.dinsgr.co.jp", "canonical_domain": "dinsgr.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "9336", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5058 +{"wikidata_id": "Q30937410", "display_name": "Remixpoint,inc.", "legal_name": null, "aliases": [], "website": "https://www.remixpoint.co.jp", "canonical_domain": "remixpoint.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "3825", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5059 +{"wikidata_id": "Q30946172", "display_name": "ghzq.com.cn", "legal_name": null, "aliases": [], "website": "https://www.ghzq.com.cn", "canonical_domain": "ghzq.com.cn", "country": "CN", "hq_city": "Nanning", "hq_region": "Guangxi", "lat": 22.81918, "lon": 108.31501, "industries": [], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "000750", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5060 +{"wikidata_id": "Q31197475", "display_name": "Reit 1 Ltd", "legal_name": "ריט 1 בע''מ", "aliases": [], "website": "https://www.reit1.co.il", "canonical_domain": "reit1.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "RIT1", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5061 +{"wikidata_id": "Q31197981", "display_name": "Polyram Plastic Industries Ltd", "legal_name": "פולירם תעשיות פלסטיק בע''מ", "aliases": [], "website": "https://www.polyram-group.com", "canonical_domain": "polyram-group.com", "country": "IL", "hq_city": "Ram-On", "hq_region": "Gilboa Regional Council", "lat": 32.5265, "lon": 35.2595, "industries": ["chemicals"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "POLP", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5062 +{"wikidata_id": "Q31197986", "display_name": "Kardan Real Estate Enterprise And Development Ltd", "legal_name": "קרדן נדל''ן יזום ופיתוח בע''מ", "aliases": [], "website": "https://www.kardan-nadlan.co.il", "canonical_domain": "kardan-nadlan.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "KARE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5063 +{"wikidata_id": "Q36875363", "display_name": "Wesco", "legal_name": null, "aliases": [], "website": "https://www.wescohd.co.jp", "canonical_domain": "wescohd.co.jp", "country": "JP", "hq_city": "Okayama", "hq_region": "Okayama Prefecture", "lat": 34.65511, "lon": 133.91958, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "6091", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11288639", "name": "Wesco Holdings"}, "logo_url": null, "description": "company in Okayama, Japan", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5064 +{"wikidata_id": "Q38276324", "display_name": "invincible-inv.co.jp", "legal_name": null, "aliases": [], "website": "https://www.invincible-inv.co.jp", "canonical_domain": "invincible-inv.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "8963", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5065 +{"wikidata_id": "Q38276875", "display_name": "Willtec", "legal_name": null, "aliases": [], "website": "https://www.willtec.jp", "canonical_domain": "willtec.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "7087", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5066 +{"wikidata_id": "Q38277832", "display_name": "SANNO Co.,Ltd.", "legal_name": null, "aliases": [], "website": "https://www.sanno.co.jp", "canonical_domain": "sanno.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "3441", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5067 +{"wikidata_id": "Q38279095", "display_name": "GameWith", "legal_name": "GameWith,Inc.", "aliases": ["Inc. (GameWith", "Inc.)", "Inc."], "website": "https://gamewith.co.jp", "canonical_domain": "gamewith.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "6552", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5068 +{"wikidata_id": "Q41697923", "display_name": "Tsubaki Nakashima", "legal_name": null, "aliases": ["Tsubaki Nakashima Co.", "Ltd.", "Tsubaki Nakashima Co.", "Ltd. (Japan)"], "website": "https://www.tsubaki-nakashima.com", "canonical_domain": "tsubaki-nakashima.com", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1934, "employees": null, "public_company": true, "ticker": "6464", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tsubaki_Nakashima_logo.svg", "description": "Japanese multinational company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5069 +{"wikidata_id": "Q42341471", "display_name": "Alkathiri Holding", "legal_name": "شركة الكثيري القابضة", "aliases": [], "website": "https://alkathiriholding.com", "canonical_domain": "alkathiriholding.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "3008", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5070 +{"wikidata_id": "Q43295362", "display_name": "Danel (Adir Yeoshua) Ltd.", "legal_name": "דנאל (אדיר יהושע) בע''מ", "aliases": [], "website": "https://www.edanel.co.il", "canonical_domain": "edanel.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": [], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": "DANE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5071 +{"wikidata_id": "Q43295373", "display_name": "Property And Building Corp. Ltd.", "legal_name": "חברה לנכסים ולבנין בע''מ", "aliases": [], "website": "https://www.pbc.co.il", "canonical_domain": "pbc.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction", "real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "PTBL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5072 +{"wikidata_id": "Q43295450", "display_name": "Tadiran Group Ltd", "legal_name": "תדיראן גרופ בע''מ", "aliases": ["Tadiran Group"], "website": "https://www.tadiran-international.com", "canonical_domain": "tadiran-international.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "TDRN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5073 +{"wikidata_id": "Q43295498", "display_name": "Nawi Brothers Group Ltd", "legal_name": "קבוצת אחים נאוי בע''מ", "aliases": [], "website": "https://www.nawibros.com", "canonical_domain": "nawibros.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["financial-services"], "industry_labels": ["finance"], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "NAWI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5074 +{"wikidata_id": "Q43305361", "display_name": "Systemexe", "legal_name": null, "aliases": [], "website": "https://www.system-exe.co.jp", "canonical_domain": "system-exe.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "548A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5075 +{"wikidata_id": "Q47912783", "display_name": "Sungwoo Hitech", "legal_name": "Sungwoo Hitech Co., Ltd.", "aliases": ["SUNGWOO HITECH CO.", "LTD."], "website": "https://www.swhitech.com", "canonical_domain": "swhitech.com", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "015750", "exchange": "KOSDAQ", "lei": "988400G1SM42IYEHS059", "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5076 +{"wikidata_id": "Q4846098", "display_name": "Everyday Network", "legal_name": null, "aliases": ["Everyday Network Co.", "Ltd."], "website": "https://www.house365.com", "canonical_domain": "house365.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "300295", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5077 +{"wikidata_id": "Q48761027", "display_name": "ci-medical.co.jp", "legal_name": null, "aliases": [], "website": "https://ci-medical.co.jp", "canonical_domain": "ci-medical.co.jp", "country": "JP", "hq_city": "Ishikawa Prefecture", "hq_region": "Japan", "lat": 36.595, "lon": 136.625, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3540", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5078 +{"wikidata_id": "Q48762234", "display_name": "Harada Industory", "legal_name": null, "aliases": [], "website": "https://www.harada.com", "canonical_domain": "harada.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": true, "ticker": "6904", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5079 +{"wikidata_id": "Q48764753", "display_name": "XNET Corporation", "legal_name": null, "aliases": [], "website": "https://www.xnet.co.jp", "canonical_domain": "xnet.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4762", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5080 +{"wikidata_id": "Q48880943", "display_name": "China Tourism Group Duty Free Corporation Limited", "legal_name": null, "aliases": ["CTG Duty Free"], "website": "https://www.ctgdutyfree.com.cn", "canonical_domain": "ctgdutyfree.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "601888", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5081 +{"wikidata_id": "Q48987809", "display_name": "SISB", "legal_name": null, "aliases": ["Sisb", "Sisb Public Company Limited", "Sisb Public Co.", "Ltd."], "website": "https://www.sisb.ac.th", "canonical_domain": "sisb.ac.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "SISB", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public comapny in Bangkok, Bangkok, Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5082 +{"wikidata_id": "Q50234256", "display_name": "Multipolar", "legal_name": "Multipolar Tbk", "aliases": ["MLPL"], "website": "https://www.multipolar-group.com", "canonical_domain": "multipolar-group.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["computer industry"], "founded_year": 1975, "employees": null, "public_company": true, "ticker": "MLPL", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5083 +{"wikidata_id": "Q50896147", "display_name": "VALOFE", "legal_name": null, "aliases": [], "website": "https://www.valofe.com", "canonical_domain": "valofe.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "331520", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean video game developer and publisher", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5084 +{"wikidata_id": "Q5091391", "display_name": "Chengzhi Co., Ltd", "legal_name": null, "aliases": [], "website": "https://www.chengzhi.com.cn", "canonical_domain": "chengzhi.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "000990", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese technology company based in Jiangxi", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5085 +{"wikidata_id": "Q5099579", "display_name": "China Automotive Systems", "legal_name": null, "aliases": [], "website": "https://www.caas-usa.com", "canonical_domain": "caas-usa.com", "country": "CN", "hq_city": "Jingzhou", "hq_region": "Hubei", "lat": 30.32444, "lon": 112.23611, "industries": ["automotive"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "CAAS", "exchange": "Nasdaq", "lei": "52990059UORTCZ66JW45", "sec_cik": "1157762", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5086 +{"wikidata_id": "Q5099924", "display_name": "China Sunergy", "legal_name": null, "aliases": [], "website": "https://www.chinasunergy.com", "canonical_domain": "chinasunergy.com", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "CSUN", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5087 +{"wikidata_id": "Q5157676", "display_name": "Eldav Investments Ltd.", "legal_name": "עילדב השקעות בע''מ", "aliases": [], "website": "https://www.eldav.co.il", "canonical_domain": "eldav.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["cybersecurity"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "ELDAV", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "information security consulting firm", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5088 +{"wikidata_id": "Q5204898", "display_name": "DFCC Bank", "legal_name": null, "aliases": [], "website": "https://www.dfcc.lk", "canonical_domain": "dfcc.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": "DFCC.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan commercial bank", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5089 +{"wikidata_id": "Q52853036", "display_name": "Alteogen (South Korea)", "legal_name": null, "aliases": ["Alteogen Inc."], "website": "https://www.alteogen.com", "canonical_domain": "alteogen.com", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.40448, "lon": 127.38786, "industries": [], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "196170", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Daejeon, South Korea", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5090 +{"wikidata_id": "Q53308681", "display_name": "Mirrativ", "legal_name": "株式会社ミラティブ", "aliases": ["Inc."], "website": "https://www.mirrativ.co.jp", "canonical_domain": "mirrativ.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "472A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5091 +{"wikidata_id": "Q53309674", "display_name": "dai-rei.co.jp", "legal_name": null, "aliases": [], "website": "https://www.dai-rei.co.jp", "canonical_domain": "dai-rei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2883", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5092 +{"wikidata_id": "Q53309920", "display_name": "Takeei Corporation", "legal_name": null, "aliases": [], "website": "https://www.takeei.co.jp", "canonical_domain": "takeei.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "2151", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5093 +{"wikidata_id": "Q53310090", "display_name": "toumei.co.jp", "legal_name": null, "aliases": [], "website": "https://www.toumei.co.jp", "canonical_domain": "toumei.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4439", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5094 +{"wikidata_id": "Q53310092", "display_name": "Pixta", "legal_name": null, "aliases": [], "website": "https://pixta.co.jp", "canonical_domain": "pixta.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "3416", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5095 +{"wikidata_id": "Q53618130", "display_name": "Y.h.dimri Contruction & Development Ltd", "legal_name": "י.ח.דמרי בניה ופיתוח בע''מ", "aliases": [], "website": "https://www.dimri.co.il", "canonical_domain": "dimri.co.il", "country": "IL", "hq_city": "Netivot", "hq_region": "Beersheba Subdistrict", "lat": 31.41667, "lon": 34.58333, "industries": [], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "DIMRI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5096 +{"wikidata_id": "Q5373878", "display_name": "Emperor Entertainment Hotel Limited", "legal_name": null, "aliases": [], "website": "https://www.emp296.com", "canonical_domain": "emp296.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "296", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5097 +{"wikidata_id": "Q5373896", "display_name": "Emperor International Holdings Limited", "legal_name": null, "aliases": [], "website": "https://www.emperorint.com", "canonical_domain": "emperorint.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": [], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": true, "ticker": "0163", "exchange": "Hong Kong Stock Exchange", "lei": "3003002GET5X9UP2V860", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5098 +{"wikidata_id": "Q5421505", "display_name": "Expolanka Holdings", "legal_name": null, "aliases": ["Expolanka Holdings PLC"], "website": "https://www.expolanka.com", "canonical_domain": "expolanka.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": null, "employees": null, "public_company": true, "ticker": "EXPO.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Sri Lankan logistics company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5099 +{"wikidata_id": "Q54621346", "display_name": "BiondVax", "legal_name": null, "aliases": [], "website": "https://www.biondvax.com", "canonical_domain": "biondvax.com", "country": "IL", "hq_city": "Ness Ziona", "hq_region": "Israel", "lat": 31.93333, "lon": 34.8, "industries": ["biotechnology"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "BVXV", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli biopharmaceutical company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5100 +{"wikidata_id": "Q54803398", "display_name": "Jiangsu Guoxin Corporation Limited", "legal_name": null, "aliases": ["Jiangsu Guoxin", "Jiangsu Guoxin Co.", "Ltd.", "Jiangsu Guoxin Corp.", "Ltd.", "Sainty Marine", "Sainty Marine Co.", "Limited"], "website": "https://www.jsgx.net", "canonical_domain": "jsgx.net", "country": "CN", "hq_city": "Nanjing", "hq_region": "Jiangsu", "lat": 32.06083, "lon": 118.77889, "industries": ["utilities"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "002608", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q54803448", "name": "Jiangsu Guoxin Investment Group Limited"}, "logo_url": null, "description": "Chinese financial service company and electricity generating company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5101 +{"wikidata_id": "Q54870514", "display_name": "CATRION", "legal_name": "شركة الخطوط السعودية للتموين", "aliases": ["CATERING", "Saudi Airlines Catering Co.", "SaudiaCatering"], "website": "https://www.saudiacatering.com", "canonical_domain": "saudiacatering.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": ["aerospace-defense", "food-beverage"], "industry_labels": ["aircraft catering"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "6004", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "air catering company based in Saudi Arabia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5102 +{"wikidata_id": "Q5514847", "display_name": "GVK", "legal_name": null, "aliases": ["GVK (India)"], "website": "https://www.gvkbio.com", "canonical_domain": "gvkbio.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["manufacturing"], "industry_labels": ["Conglomerate"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "GVKPIL", "exchange": "National Stock Exchange of India", "lei": "335800VXARLM7IJ93W69", "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian conglomerate", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5103 +{"wikidata_id": "Q55206991", "display_name": "Huaneng Lancang River Hydropower", "legal_name": null, "aliases": ["Huaneng Hydropower", "Huaneng Lancang River Hydropower Co.", "Ltd.", "Huaneng Lancang River Hydropower Company Limited", "Huaneng Lancang River Hydropower Inc.", "Inc.", "Yunnan Huaneng Lancang River Hydropower"], "website": "https://www.hnlcj.cn", "canonical_domain": "hnlcj.cn", "country": "CN", "hq_city": "Kunming", "hq_region": "Yunnan", "lat": 25.04333, "lon": 102.70611, "industries": ["renewables"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "600025", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q842509", "name": "China Huaneng Group Co., Ltd."}, "logo_url": null, "description": "Chinese hydroelectricity company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5104 +{"wikidata_id": "Q55385192", "display_name": "Kyowa Corporation", "legal_name": null, "aliases": ["YAZ", "APINA"], "website": "https://www.kyowa-corp.co.jp", "canonical_domain": "kyowa-corp.co.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.65128, "lon": 138.18094, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "6570", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company that operates amusement facilities", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5105 +{"wikidata_id": "Q55454145", "display_name": "O-film (China)", "legal_name": null, "aliases": ["O-film", "O-film Tech", "O-film Tech Co.", "Ltd.", "Shenzhen O-film Tech"], "website": "https://www.o-film.com", "canonical_domain": "o-film.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.53589, "lon": 114.02225, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "002456", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Shenzhen, China", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5106 +{"wikidata_id": "Q55522610", "display_name": "b-style smartcareer", "legal_name": null, "aliases": ["b-style", "b-style holdings"], "website": "https://www.bstylegroup.co.jp", "canonical_domain": "bstylegroup.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "302A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5107 +{"wikidata_id": "Q55524506", "display_name": "firststage.biz", "legal_name": null, "aliases": [], "website": "https://firststage.biz", "canonical_domain": "firststage.biz", "country": "JP", "hq_city": "Mito", "hq_region": "Ibaraki Prefecture", "lat": 36.36583, "lon": 140.47125, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "2985", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5108 +{"wikidata_id": "Q55533881", "display_name": "semba1008.co.jp", "legal_name": null, "aliases": [], "website": "https://www.semba1008.co.jp", "canonical_domain": "semba1008.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6540", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5109 +{"wikidata_id": "Q55537525", "display_name": "altplus.co.jp", "legal_name": null, "aliases": [], "website": "https://www.altplus.co.jp", "canonical_domain": "altplus.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3672", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5110 +{"wikidata_id": "Q55647506", "display_name": "Diplomat Holdings Ltd", "legal_name": "דיפלומט אחזקות בע''מ", "aliases": [], "website": "https://www.diplomat.co.il", "canonical_domain": "diplomat.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "DIPL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5111 +{"wikidata_id": "Q55649121", "display_name": "Galam", "legal_name": null, "aliases": [], "website": "https://www.galamgroup.com", "canonical_domain": "galamgroup.com", "country": "IL", "hq_city": "Ma'anit", "hq_region": "Menashe Regional Council", "lat": 32.45, "lon": 35.03333, "industries": ["food-beverage"], "industry_labels": ["food industry", "starch industry"], "founded_year": 1940, "employees": null, "public_company": true, "ticker": "GLAM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company that produces sugars and starches for the food industry", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5112 +{"wikidata_id": "Q55649221", "display_name": "Alony Hetz Properties & Investments Ltd.", "legal_name": "אלוני-חץ נכסים והשקעות בע\"מ", "aliases": [], "website": "https://www.alony-hetz.com", "canonical_domain": "alony-hetz.com", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "ALHE", "exchange": "Tel Aviv Stock Exchange", "lei": "213800PNXOBRJDRRDC27", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli real-estate investment holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5113 +{"wikidata_id": "Q55649244", "display_name": "Mivne Real Estate (K.d) Ltd", "legal_name": "מבנה נדל''ן (כ.ד) בע''מ", "aliases": [], "website": "https://www.mivnegroup.co.il", "canonical_domain": "mivnegroup.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "MVNE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5114 +{"wikidata_id": "Q55649259", "display_name": "Peninsula Group Ltd", "legal_name": "קבוצת פנינסולה בע''מ", "aliases": [], "website": "https://www.peninsula.co.il", "canonical_domain": "peninsula.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "PEN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5115 +{"wikidata_id": "Q55649802", "display_name": "Y.d. More Investments Ltd", "legal_name": "י.ד. מור השקעות בע''מ", "aliases": [], "website": "https://www.moreinvest.co.il", "canonical_domain": "moreinvest.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": [], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "MRIN", "exchange": "Tel Aviv Stock Exchange", "lei": "8945002CZNG0EZOGOI09", "sec_cik": "1870364", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310771"}]}
5116 +{"wikidata_id": "Q55650626", "display_name": "Brand Group(M.g) Ltd", "legal_name": "קבוצת ברנד (מ.ג) בע''מ", "aliases": [], "website": "https://www.brand-industries.com", "canonical_domain": "brand-industries.com", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Ramle Subdistrict", "lat": 32.08333, "lon": 34.88333, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "BRND", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5117 +{"wikidata_id": "Q55651097", "display_name": "Maytronics Ltd.", "legal_name": "מיטרוניקס בע''מ", "aliases": [], "website": "https://www.maytronics.co.il", "canonical_domain": "maytronics.co.il", "country": "IL", "hq_city": "Yizre'el", "hq_region": "Gilboa Regional Council", "lat": 32.5616, "lon": 35.3222, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "MTRN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5118 +{"wikidata_id": "Q55651712", "display_name": "Tamar Petroleum Ltd", "legal_name": "תמר פטרוליום בע''מ", "aliases": [], "website": "https://www.tamarpetroleum.co.il", "canonical_domain": "tamarpetroleum.co.il", "country": "IL", "hq_city": "Herzliya Pituah", "hq_region": "Herzliya", "lat": 32.1742, "lon": 34.8028, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "TMRP", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5119 +{"wikidata_id": "Q55698148", "display_name": "China Railway Hi-tech Industry Corporation", "legal_name": null, "aliases": ["CRHIC"], "website": "https://www.crhic.cn", "canonical_domain": "crhic.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation", "manufacturing"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "600528", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10876765", "name": "China Railway No.2 Engineering Group Co., Ltd."}, "logo_url": null, "description": "manufacturing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5120 +{"wikidata_id": "Q55726624", "display_name": "BGF Co., Ltd.", "legal_name": "BGF Co., Ltd.", "aliases": [], "website": "https://www.bgf.co.kr", "canonical_domain": "bgf.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "027410", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5121 +{"wikidata_id": "Q55729269", "display_name": "Dong-A Socio Holdings", "legal_name": "Dong-A Socio Holdings Co., Ltd.", "aliases": [], "website": "https://www.donga.co.kr", "canonical_domain": "donga.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "000640", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5122 +{"wikidata_id": "Q5616988", "display_name": "Gujarat Gas Limited", "legal_name": null, "aliases": ["GSPC Gas", "Gujarat Gas"], "website": "https://www.gujaratgas.com", "canonical_domain": "gujaratgas.com", "country": "IN", "hq_city": "Ahmedabad", "hq_region": "Ahmedabad district", "lat": 23.02194, "lon": 72.57972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "GUJRATGAS", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5617023", "name": "Gujarat State Petroleum Corporation"}, "logo_url": null, "description": "Indian natural gas distribution company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5123 +{"wikidata_id": "Q56247007", "display_name": "Indoritel Makmur Internasional", "legal_name": "PT Indoritel Makmur Internasional Tbk.", "aliases": ["DNET"], "website": "https://www.indoritel.co.id", "canonical_domain": "indoritel.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": null, "employees": null, "public_company": true, "ticker": "DNET", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5124 +{"wikidata_id": "Q56346846", "display_name": "Ns Tool", "legal_name": null, "aliases": [], "website": "https://www.ns-tool.com", "canonical_domain": "ns-tool.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "6157", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5125 +{"wikidata_id": "Q56348149", "display_name": "PayPay", "legal_name": "Pay株式会社", "aliases": ["PayPay Corporation"], "website": "https://about.paypay.ne.jp", "canonical_domain": "paypay.ne.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.67967, "lon": 139.73707, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "PAYP", "exchange": "Nasdaq", "lei": null, "sec_cik": "2080845", "parent": {"wikidata_id": "Q201653", "name": "SoftBank Group"}, "logo_url": null, "description": "Japanese financial services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "2080845", "enriched_at": "2026-09-13T07:23:36+00:00"}}
5126 +{"wikidata_id": "Q56348545", "display_name": "TWOSTONE&Sons", "legal_name": null, "aliases": [], "website": "https://twostone-s.com", "canonical_domain": "twostone-s.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "7352", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5127 +{"wikidata_id": "Q56348814", "display_name": "OpenDoor", "legal_name": null, "aliases": ["OpenDoor Inc."], "website": "https://www.opendoor.co.jp", "canonical_domain": "opendoor.co.jp", "country": "JP", "hq_city": "Akasaka", "hq_region": "Minato", "lat": 35.67139, "lon": 139.73443, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "3926", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5128 +{"wikidata_id": "Q56354365", "display_name": "wilsonlearning.com", "legal_name": null, "aliases": [], "website": "https://www.wilsonlearning.com", "canonical_domain": "wilsonlearning.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "9610", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5129 +{"wikidata_id": "Q56388299", "display_name": "Lippo Karawaci", "legal_name": "Lippo Karawaci Tbk", "aliases": ["LPKR", "PT Lippo Karawaci Tbk"], "website": "https://www.lippokarawaci.co.id", "canonical_domain": "lippokarawaci.co.id", "country": "ID", "hq_city": "Lippo Karawaci", "hq_region": "Jabodetabek", "lat": -6.2299, "lon": 106.6036, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "LPKR", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5130 +{"wikidata_id": "Q56388471", "display_name": "Bank MNC Internasional", "legal_name": "PT Bank MNC Internasional Tbk.", "aliases": ["BABP", "MNC Bank"], "website": "https://mncbank.co.id", "canonical_domain": "mncbank.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BABP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5131 +{"wikidata_id": "Q56392707", "display_name": "Martina Berto", "legal_name": "Martina Berto Tbk", "aliases": ["MBTO"], "website": "https://www.martinaberto.co.id", "canonical_domain": "martinaberto.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["consumer-goods"], "industry_labels": ["consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MBTO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5132 +{"wikidata_id": "Q56449476", "display_name": "Kufu Company Holdings", "legal_name": null, "aliases": [], "website": "https://kufu.co.jp", "canonical_domain": "kufu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "4376", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5133 +{"wikidata_id": "Q56583282", "display_name": "Chong Kun Dang Holdings", "legal_name": "Chong Kun Dang Holdings Corp.", "aliases": ["Chong Kun Dang Bio (South Korea)", "CKD BiO", "Gungbon Pharmacy", "CKD Holdings"], "website": "https://www.ckd-holdings.com", "canonical_domain": "ckd-holdings.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "001630", "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Seoul, South Korea", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5134 +{"wikidata_id": "Q56600405", "display_name": "Tenpo Innovation", "legal_name": "Tenpo Innovation CO.,LTD.", "aliases": ["Tenpo Innovation CO.", "LTD.", "Innovation Holdings"], "website": "https://www.ihd.co.jp", "canonical_domain": "ihd.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "3484", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5135 +{"wikidata_id": "Q56604006", "display_name": "Veltex Corporation", "legal_name": null, "aliases": [], "website": "https://www.vertex-grp.jp", "canonical_domain": "vertex-grp.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": true, "ticker": "5290", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5136 +{"wikidata_id": "Q57594467", "display_name": "ourpalm.com", "legal_name": null, "aliases": [], "website": "https://english.ourpalm.com", "canonical_domain": "ourpalm.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": "300315", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q111941633"}]}
5137 +{"wikidata_id": "Q584414", "display_name": "Daido Steel", "legal_name": null, "aliases": ["Daido Steel Co.", "Ltd."], "website": "https://www.daido.co.jp", "canonical_domain": "daido.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "5471", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5138 +{"wikidata_id": "Q59961991", "display_name": "New Energy Exchange Limited", "legal_name": null, "aliases": ["NEX", "CTDC", "China Technology Development Group Corporation", "EBOD", "EBODF", "Renewable Energy Trade Board Corporation", "Tramford International", "Tramford International Limited"], "website": "https://www.inexgreen.com", "canonical_domain": "inexgreen.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "EBODF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese investment holding company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5139 +{"wikidata_id": "Q6019346", "display_name": "India Infoline", "legal_name": null, "aliases": ["IIFL", "IIFL Holdings Limited", "India Infoline Limited"], "website": "https://www.iifl.com", "canonical_domain": "iifl.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1995, "employees": null, "public_company": true, "ticker": "IIFL", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5140 +{"wikidata_id": "Q6044984", "display_name": "InterServ International Inc", "legal_name": null, "aliases": ["InterServ"], "website": "https://www.interserv.com.tw", "canonical_domain": "interserv.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["software", "gaming"], "industry_labels": ["software industry", "video game industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "6169", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5141 +{"wikidata_id": "Q60752890", "display_name": "Sarine", "legal_name": null, "aliases": [], "website": "https://sarine.com", "canonical_domain": "sarine.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "SILLF", "exchange": "OTC Markets Group", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company in the diamond industry", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5142 +{"wikidata_id": "Q60756382", "display_name": "Shiva Texyarn Limited", "legal_name": null, "aliases": [], "website": "https://www.shivatex.in", "canonical_domain": "shivatex.in", "country": "IN", "hq_city": "Coimbatore", "hq_region": "Coimbatore district", "lat": 11.00083, "lon": 76.96333, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": true, "ticker": "SHIVATEX", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shiva_Texyarn_Limited_logo.png", "description": "Indian textile manufacturing company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5143 +{"wikidata_id": "Q60987576", "display_name": "JADE GROUP", "legal_name": null, "aliases": [], "website": "https://jade-group.jp", "canonical_domain": "jade-group.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3558", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese mail-order company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5144 +{"wikidata_id": "Q60996802", "display_name": "zigzag", "legal_name": null, "aliases": [], "website": "https://www.zig-zag.co.jp", "canonical_domain": "zig-zag.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "340A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5145 +{"wikidata_id": "Q61125214", "display_name": "Opc Energy Ltd", "legal_name": "או.פי.סי אנרגיה בע''מ", "aliases": [], "website": "https://opc-energy.com", "canonical_domain": "opc-energy.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["energy"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": true, "ticker": "OPCE", "exchange": "Tel Aviv Stock Exchange", "lei": "98450000955804579A79", "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5146 +{"wikidata_id": "Q61125462", "display_name": "Camtek Ltd.", "legal_name": "קמטק בע''מ", "aliases": [], "website": "https://www.camtek.com", "canonical_domain": "camtek.com", "country": "IL", "hq_city": "Migdal HaEmek", "hq_region": "Jezreel Subdistrict", "lat": 32.67861, "lon": 35.24444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "CAMT", "exchange": "Tel Aviv Stock Exchange", "lei": "5493000H80W07HCKGS43", "sec_cik": "1109138", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1109138", "enriched_at": "2026-09-13T07:23:36+00:00"}}
5147 +{"wikidata_id": "Q61125550", "display_name": "Inrom Construction Industries Ltd", "legal_name": "אינרום תעשיות בנייה בע''מ", "aliases": [], "website": "https://www.inrom-group.co.il", "canonical_domain": "inrom-group.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": "INRM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5148 +{"wikidata_id": "Q61126182", "display_name": "Libra Insurance Company Ltd", "legal_name": "ליברה חברה לביטוח בע''מ", "aliases": [], "website": "https://www.lbr.co.il", "canonical_domain": "lbr.co.il", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "LBRA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli insurance company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5149 +{"wikidata_id": "Q61126363", "display_name": "Lesico Ltd", "legal_name": "לסיכו בע''מ", "aliases": [], "website": "https://www.lesico.com", "canonical_domain": "lesico.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "LSCO", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5150 +{"wikidata_id": "Q61126767", "display_name": "Teuza - A Fairchild Technology Venture Ltd.", "legal_name": "תעוזה", "aliases": [], "website": "https://www.teuzafund.com", "canonical_domain": "teuzafund.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["technology"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "TUZA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5151 +{"wikidata_id": "Q61198270", "display_name": "Qima Investment Limited", "legal_name": null, "aliases": [], "website": "https://www.youzan.com", "canonical_domain": "youzan.com", "country": "CN", "hq_city": "Xihu District", "hq_region": "Hangzhou", "lat": 30.2619, "lon": 120.12549, "industries": ["internet"], "industry_labels": ["Internet industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "8083", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5152 +{"wikidata_id": "Q61576801", "display_name": "Tokyo Sangyo Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.tscom.co.jp", "canonical_domain": "tscom.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["retail"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": true, "ticker": "8070", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese trading company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5153 +{"wikidata_id": "Q6242630", "display_name": "John Keells Holdings", "legal_name": null, "aliases": ["JKH", "John Keells Holdings PLC"], "website": "https://www.keells.com", "canonical_domain": "keells.com", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["transportation", "retail", "agriculture", "food-beverage"], "industry_labels": ["transport", "innovation", "retail", "plantation", "food industry", "financial services", "conglomerate", "leisure industry"], "founded_year": 1870, "employees": null, "public_company": true, "ticker": "JKH.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/John_Keells_Holdings_Logo.jpg", "description": "Sri Lankan conglomerate company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5154 +{"wikidata_id": "Q63482546", "display_name": "Menivim-the New Reit Ltd", "legal_name": "מניבים קרן הריט החדשה בע''מ", "aliases": [], "website": "https://www.menivim-reit.co.il", "canonical_domain": "menivim-reit.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["real estate investment trust"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "MNRT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5155 +{"wikidata_id": "Q6429285", "display_name": "Kongzhong", "legal_name": null, "aliases": [], "website": "https://ir.kongzhong.com", "canonical_domain": "kongzhong.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "KZ", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5156 +{"wikidata_id": "Q65051366", "display_name": "China High-Speed Railway Technology Co.,Ltd.", "legal_name": null, "aliases": ["CHSR"], "website": "https://www.shenzhou-gaotie.com", "canonical_domain": "shenzhou-gaotie.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": ["railway"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "000008", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5157 +{"wikidata_id": "Q65067612", "display_name": "Max's Group", "legal_name": null, "aliases": ["Max's Group of Companies"], "website": "https://www.maxsgroupinc.com", "canonical_domain": "maxsgroupinc.com", "country": "PH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MAXS", "exchange": "Philippine Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Max%27s_Group_logo.svg", "description": "Philippine restaurant company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5158 +{"wikidata_id": "Q65091087", "display_name": "Parag Milk Foods", "legal_name": null, "aliases": [], "website": "https://www.paragmilkfoods.com", "canonical_domain": "paragmilkfoods.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["dairy industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "PARAGMILK", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "dairy company (e. 1992)", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5159 +{"wikidata_id": "Q65204584", "display_name": "ABM Investama", "legal_name": "ABM Investama Tbk", "aliases": ["ABMM"], "website": "https://www.abm-investama.com", "canonical_domain": "abm-investama.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": ["investment company"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ABMM", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5160 +{"wikidata_id": "Q65234009", "display_name": "uluru.biz", "legal_name": null, "aliases": [], "website": "https://www.uluru.biz", "canonical_domain": "uluru.biz", "country": "JP", "hq_city": "Harumi", "hq_region": "Chūō", "lat": 35.65349, "lon": 139.77989, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "3979", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5161 +{"wikidata_id": "Q65240467", "display_name": "Dynamic Map Platform", "legal_name": null, "aliases": [], "website": "https://www.dynamic-maps.co.jp", "canonical_domain": "dynamic-maps.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": true, "ticker": "336A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5162 +{"wikidata_id": "Q65240595", "display_name": "tsukuruba.com", "legal_name": null, "aliases": [], "website": "https://tsukuruba.com", "canonical_domain": "tsukuruba.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "2978", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5163 +{"wikidata_id": "Q65250000", "display_name": "Orian Sh.m. Ltd.", "legal_name": "אוריין ש.מ. בע''מ", "aliases": [], "website": "https://www.orian.com", "canonical_domain": "orian.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "ORIN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5164 +{"wikidata_id": "Q65252528", "display_name": "Kerur Holdings Ltd", "legal_name": "קרור אחזקות בע''מ", "aliases": [], "website": "https://www.kerur-holdings.co.il", "canonical_domain": "kerur-holdings.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1929, "employees": null, "public_company": true, "ticker": "KRUR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5165 +{"wikidata_id": "Q65395738", "display_name": "Citizen Investment Trust", "legal_name": "Citizen Investment Trust", "aliases": [], "website": "https://nlk.org.np", "canonical_domain": "nlk.org.np", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1991, "employees": null, "public_company": true, "ticker": "CIT", "exchange": "Nepal Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Nepal", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5166 +{"wikidata_id": "Q6564842", "display_name": "Victory", "legal_name": "ויקטורי רשת סופרמרקטים בע''מ", "aliases": ["Victory Supermarket Chain Ltd"], "website": "https://www.victory.co.il", "canonical_domain": "victory.co.il", "country": "IL", "hq_city": "Brooklyn", "hq_region": "OH", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["SIC 6282 Investment Advice"], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "VCTR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1570827", "parent": null, "logo_url": null, "description": "Israeli supermarket chain", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1570827", "enriched_at": "2026-09-13T07:23:36+00:00"}}
5167 +{"wikidata_id": "Q6584386", "display_name": "Gilat Telecom Global Ltd", "legal_name": "גילת טלקום גלובל בע''מ", "aliases": [], "website": "https://www.satcom-gilat.co.il", "canonical_domain": "satcom-gilat.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "GLTL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16340058", "name": "Eurocom group"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5168 +{"wikidata_id": "Q6586714", "display_name": "Meitav Investment House Ltd", "legal_name": "מיטב בית השקעות בע''מ", "aliases": [], "website": "https://www.meitav.co.il", "canonical_domain": "meitav.co.il", "country": "IL", "hq_city": "Champion Motors Tower", "hq_region": "Bnei Brak", "lat": 32.09856, "lon": 34.82819, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "MTAV", "exchange": "Tel Aviv Stock Exchange", "lei": "213800ZFO2DPAZ4UAL65", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5169 +{"wikidata_id": "Q6604733", "display_name": "The Phoenix Holdings Ltd", "legal_name": "הפניקס אחזקות בע''מ", "aliases": [], "website": "https://www.fnx.co.il", "canonical_domain": "fnx.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "PHOE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5170 +{"wikidata_id": "Q6629860", "display_name": "Unitronics (1989)(Rg) Ltd.", "legal_name": "יוניטרוניקס (1989) (ר''ג) בע''מ", "aliases": [], "website": "https://www.unitronics.com", "canonical_domain": "unitronics.com", "country": "IL", "hq_city": "Lod", "hq_region": "Central District", "lat": 31.95, "lon": 34.9, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "UNIT", "exchange": "Tel Aviv Stock Exchange", "lei": "2138007GUR4FWSN9NB79", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5171 +{"wikidata_id": "Q6665151", "display_name": "Avgol Industries 1953 Ltd.", "legal_name": "אבגול תעשיות 1953 בע''מ", "aliases": [], "website": "https://www.avgol.com", "canonical_domain": "avgol.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": [], "industry_labels": [], "founded_year": 1953, "employees": null, "public_company": true, "ticker": "AVGL", "exchange": "Tel Aviv Stock Exchange", "lei": "213800FJ1OEB8SH3PM88", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5172 +{"wikidata_id": "Q6686758", "display_name": "Melisron Ltd.", "legal_name": "מליסרון בע''מ", "aliases": [], "website": "https://www.melisron.co.il", "canonical_domain": "melisron.co.il", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["real-estate"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "MLSR", "exchange": "Tel Aviv Stock Exchange", "lei": "213800B9SL62L9VLO604", "sec_cik": null, "parent": {"wikidata_id": "Q67222667", "name": "Ofer Investments Group"}, "logo_url": null, "description": "Israeli public company engaged in income-producing real estate", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5173 +{"wikidata_id": "Q670230", "display_name": "Adways", "legal_name": null, "aliases": [], "website": "https://www.adways.net", "canonical_domain": "adways.net", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["advertising"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "2489", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5174 +{"wikidata_id": "Q6732622", "display_name": "Mah Sing Group", "legal_name": null, "aliases": ["Mah Sing Group Berhad", "Mah Sing Group Bhd."], "website": "https://www.mahsing.com.my", "canonical_domain": "mahsing.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": [], "industry_labels": [], "founded_year": 1965, "employees": null, "public_company": true, "ticker": "8583", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5175 +{"wikidata_id": "Q67663358", "display_name": "Levinstein Properties Ltd", "legal_name": "לוינשטין נכסים בע''מ", "aliases": [], "website": "https://www.levinstein.co.il", "canonical_domain": "levinstein.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": true, "ticker": "LVPR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310706"}]}
5176 +{"wikidata_id": "Q6808173", "display_name": "Brill Shoe Industries Ltd.", "legal_name": "בריל תעשיות נעליים בע''מ", "aliases": [], "website": "https://www.gali.co.il", "canonical_domain": "gali.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["apparel"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": "BRIL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5177 +{"wikidata_id": "Q6812529", "display_name": "Synel Payway M.l.l Ltd", "legal_name": "סינאל מלל פייווי בע''מ", "aliases": [], "website": "https://www.synel.co.il", "canonical_domain": "synel.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": true, "ticker": "SNEL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5178 +{"wikidata_id": "Q6865176", "display_name": "Golf & Co Group Ltd", "legal_name": "קבוצת גולף א. ק. בע''מ", "aliases": [], "website": "https://www.golfgroup.co.il", "canonical_domain": "golfgroup.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "GOLF", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5179 +{"wikidata_id": "Q6877701", "display_name": "Baran Group Ltd.", "legal_name": "קבוצת ברן בע''מ", "aliases": [], "website": "https://www.barangroup.com", "canonical_domain": "barangroup.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": true, "ticker": "BRAN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5180 +{"wikidata_id": "Q68814400", "display_name": "One Software Technologies Ltd", "legal_name": "וואן טכנולוגיות תוכנה בע''מ", "aliases": [], "website": "https://www.one1.co.il", "canonical_domain": "one1.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 1963, "employees": null, "public_company": true, "ticker": "ONE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115310804", "name": null}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310804"}]}
5181 +{"wikidata_id": "Q68814416", "display_name": "Carasso Motors Ltd", "legal_name": "קרסו מוטורס בע''מ", "aliases": [], "website": "https://freesbe.com", "canonical_domain": "freesbe.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": "CRSM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5182 +{"wikidata_id": "Q68814467", "display_name": "Afcon Holdings Ltd.", "legal_name": "אפקון החזקות בע''מ", "aliases": [], "website": "https://www.afcon.co.il", "canonical_domain": "afcon.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "AFHL", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5183 +{"wikidata_id": "Q6894740", "display_name": "Hachshara Insurance Company Ltd", "legal_name": "הכשרה חברה לביטוח בע''מ", "aliases": [], "website": "https://www.hcsra.co.il", "canonical_domain": "hcsra.co.il", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ILDN", "exchange": "Tel Aviv Stock Exchange", "lei": "254900VGY0GZ748GKD76", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5184 +{"wikidata_id": "Q6902580", "display_name": "E.schnapp Co. Works Ltd.", "legal_name": "מפעלי ע. שנפ ושות' בע''מ", "aliases": [], "website": "https://www.schnapp.co.il", "canonical_domain": "schnapp.co.il", "country": "IL", "hq_city": "Netanya", "hq_region": "Sub-district Hasharon", "lat": 32.31985, "lon": 34.87864, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "SHNP", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5185 +{"wikidata_id": "Q6954876", "display_name": "Tefron Ltd.", "legal_name": "תפרון בע''מ", "aliases": [], "website": "https://www.tefron.com", "canonical_domain": "tefron.com", "country": "IL", "hq_city": null, "hq_region": "Misgav Regional Council", "lat": 32.86722, "lon": 35.27333, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "TFRLF", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5186 +{"wikidata_id": "Q6963295", "display_name": "Matrix It Ltd.", "legal_name": "מטריקס אי.טי בע''מ", "aliases": [], "website": "https://www.matrix.co.il", "canonical_domain": "matrix.co.il", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["construction"], "industry_labels": ["SIC 1700 Construction - Special Trade Contractors"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": "MTRX", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "866273", "parent": {"wikidata_id": "Q5470333", "name": "Formula Systems (1985) Ltd."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "866273", "enriched_at": "2026-09-13T07:23:38+00:00"}}
5187 +{"wikidata_id": "Q6974456", "display_name": "Airport City Ltd", "legal_name": "איירפורט סיטי בע''מ", "aliases": [], "website": "https://www.airport-city.co.il", "canonical_domain": "airport-city.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "ARPT", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli public corporation", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5188 +{"wikidata_id": "Q7004659", "display_name": "Azorim-investment Development & Construction Co. Ltd.", "legal_name": "אזורים-חברה להשקעות בפתוח ובבנין בע''מ", "aliases": [], "website": "https://www.azorim.co.il", "canonical_domain": "azorim.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": true, "ticker": "AZRM", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5189 +{"wikidata_id": "Q7004926", "display_name": "Isras Investment Company Ltd.", "legal_name": "ישרס חברה להשקעות בע''מ", "aliases": ["Isras Investment Company"], "website": "https://www.israsgroup.co.il", "canonical_domain": "israsgroup.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": true, "ticker": "ISRS", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5190 +{"wikidata_id": "Q7056468", "display_name": "Israel Ports-development & Assets Company", "legal_name": "חברת נמלי ישראל-פיתוח נכסים בע''מ", "aliases": [], "website": "https://israports.co.il", "canonical_domain": "israports.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "IPC", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5191 +{"wikidata_id": "Q7057933", "display_name": "Electra Ltd.", "legal_name": "אלקטרה בע''מ", "aliases": [], "website": "https://www.electra.co.il", "canonical_domain": "electra.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ELTR", "exchange": "Tel Aviv Stock Exchange", "lei": "2138005T746J61F84918", "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5192 +{"wikidata_id": "Q7073027", "display_name": "OSK Holdings Berhad", "legal_name": null, "aliases": ["OSK HOLDINGS BERHAD", "Osk Holdings Berhad", "Osk Holdings Bhd."], "website": "https://www.oskgroup.com", "canonical_domain": "oskgroup.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": null, "employees": null, "public_company": true, "ticker": "5053", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian diversified conglomerate", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5193 +{"wikidata_id": "Q7129751", "display_name": "Panacea Biotec", "legal_name": null, "aliases": ["Panacea Drugs Pvt Ltd"], "website": "https://www.panacea-biotec.com", "canonical_domain": "panacea-biotec.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": "PANACEABIO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "generic Pharmaceutical Manufacturing Company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5194 +{"wikidata_id": "Q7161814", "display_name": "Pelwatte Sugar Industries PLC", "legal_name": null, "aliases": [], "website": "https://www.pelwattesugar.com", "canonical_domain": "pelwattesugar.com", "country": "LK", "hq_city": "Buttala", "hq_region": "Monaragala District", "lat": 6.7601, "lon": 81.24729, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": true, "ticker": "SUGA.N0000", "exchange": "Colombo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5195 +{"wikidata_id": "Q7188600", "display_name": "Al-Ahlia Insurance Co.", "legal_name": "الشركة الأهلية للتأمين التعاوني", "aliases": ["ALAHLIA"], "website": "https://www.alahlia.com.sa", "canonical_domain": "alahlia.com.sa", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "8140", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5196 +{"wikidata_id": "Q7202138", "display_name": "Plat'Home", "legal_name": null, "aliases": [], "website": "https://www.plathome.co.jp", "canonical_domain": "plathome.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": true, "ticker": "6836", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5197 +{"wikidata_id": "Q7247211", "display_name": "Procera Networks", "legal_name": null, "aliases": [], "website": "https://www.proceranetworks.com", "canonical_domain": "proceranetworks.com", "country": "SG", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["software"], "industry_labels": ["SIC 7371 Services-Computer Programming Services"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": "PKT", "exchange": "Nasdaq", "lei": "549300YTQRMII0IRM239", "sec_cik": "1165231", "parent": null, "logo_url": null, "description": "American networking equipment company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1165231", "enriched_at": "2026-09-13T07:23:40+00:00"}}
5198 +{"wikidata_id": "Q7258334", "display_name": "Asia Allied Infrastructure Holdings Limited", "legal_name": "亞洲聯合基建控股有限公司", "aliases": [], "website": "https://www.asiaalliedgroup.com", "canonical_domain": "asiaalliedgroup.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "0711", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5199 +{"wikidata_id": "Q7311108", "display_name": "Religare", "legal_name": null, "aliases": [], "website": "https://www.religare.com", "canonical_domain": "religare.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["financial-services"], "industry_labels": ["non-banking financial company"], "founded_year": null, "employees": null, "public_company": true, "ticker": "RELIGARE", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian Financial Services company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5200 +{"wikidata_id": "Q7322037", "display_name": "RiT Technologies", "legal_name": null, "aliases": [], "website": "https://www.rittech.com", "canonical_domain": "rittech.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": "RITT", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company specializing in structured cabling management systems", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5201 +{"wikidata_id": "Q7368685", "display_name": "Rosetta Genomics", "legal_name": null, "aliases": [], "website": "https://www.rosettagenomics.com", "canonical_domain": "rosettagenomics.com", "country": "IL", "hq_city": "Rehovot", "hq_region": "Rehovot sub-district", "lat": 31.89139, "lon": 34.80778, "industries": ["biotechnology"], "industry_labels": ["biotechnology"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "ROSG", "exchange": "Nasdaq", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "molecular diagnostics company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5202 +{"wikidata_id": "Q7413103", "display_name": "PUNCAK NIAGA HOLDINGS BERHAD", "legal_name": null, "aliases": ["Puncak Niaga Holdings Berhad", "Puncak Niaga Holdings Bhd."], "website": "https://www.puncakniaga.com.my", "canonical_domain": "puncakniaga.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6807", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5203 +{"wikidata_id": "Q7459934", "display_name": "Shaanxi Coal Industry", "legal_name": null, "aliases": ["Shaanxi Coal Industry Co.", "Ltd.", "Shaanxi Coal Industry Company Limited"], "website": "https://www.shxcoal.com", "canonical_domain": "shxcoal.com", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["energy", "mining"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "601225", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5204 +{"wikidata_id": "Q7641068", "display_name": "UEM Sunrise Berhad", "legal_name": null, "aliases": ["SUNRISE BERHAD", "Uem Sunrise Berhad", "Uem Sunrise Bhd."], "website": "https://www.uemsunrise.com", "canonical_domain": "uemsunrise.com", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "5148", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7864425", "name": "UEM Group"}, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5205 +{"wikidata_id": "Q7669310", "display_name": "TANLA", "legal_name": null, "aliases": ["Tanla Solutions"], "website": "https://www.tanla.com", "canonical_domain": "tanla.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["telecommunications"], "industry_labels": ["telecommunications"], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "TANLA", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian technology company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5206 +{"wikidata_id": "Q77674040", "display_name": "Beijing-Shanghai High-Speed Railway Company", "legal_name": null, "aliases": ["Beijing Shanghai High Speed Railway Company", "Beijing-Shanghai High-Speed Railway Company Ltd."], "website": "https://www.cr-jh.cn", "canonical_domain": "cr-jh.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["transportation"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "601816", "exchange": "Shanghai Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5207 +{"wikidata_id": "Q7801745", "display_name": "Tihama", "legal_name": "شركة تهامة للإعلان والعلاقات العامة", "aliases": [], "website": "https://www.tihama.com", "canonical_domain": "tihama.com", "country": "SA", "hq_city": "Jeddah", "hq_region": "Jeddah Governorate", "lat": 21.52917, "lon": 39.16111, "industries": [], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": true, "ticker": "4070", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5208 +{"wikidata_id": "Q78358332", "display_name": "Novolog (Pharm-up 1966) Ltd", "legal_name": "נובולוג (פארם אפ 1966) בע''מ", "aliases": [], "website": "https://www.novolog.co.il", "canonical_domain": "novolog.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": true, "ticker": "NVLG", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Public company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5209 +{"wikidata_id": "Q7983116", "display_name": "Weqaya", "legal_name": "شركة وقاية للتأمين وإعادة التأمين التكافلي", "aliases": [], "website": "https://www.weqaya.com.sa", "canonical_domain": "weqaya.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["insurance"], "industry_labels": ["insurance"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": "8220", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi Arabian joint stock company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5210 +{"wikidata_id": "Q85791828", "display_name": "Pakistan International Container Terminal", "legal_name": null, "aliases": ["PICT"], "website": "https://www.pict.com.pk", "canonical_domain": "pict.com.pk", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["materials", "transportation"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "PICT", "exchange": "Pakistan Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business project at Karachi port", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5211 +{"wikidata_id": "Q85864841", "display_name": "C Channel", "legal_name": null, "aliases": [], "website": "https://www.cchan.tv", "canonical_domain": "cchan.tv", "country": "JP", "hq_city": "Harajuku", "hq_region": "Jingūmae", "lat": 35.67017, "lon": 139.70269, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7691", "exchange": "Tokyo Stock Exchange-Tokyo Pro Market", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5212 +{"wikidata_id": "Q85873400", "display_name": "Jadwa REIT Al Haramain Fund", "legal_name": "صندوق جدوى ريت الحرمين", "aliases": ["JADWA REIT ALHARAMAIN"], "website": "https://www.jadwua.com", "canonical_domain": "jadwua.com", "country": "SA", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "4332", "exchange": "Saudi Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5213 +{"wikidata_id": "Q85960970", "display_name": "Salim Ivomas Pratama", "legal_name": "Salim Ivomas Pratama Tbk", "aliases": ["SIMP", "PT Salim Ivomas Pratama Tbk", "SIMP Group"], "website": "https://www.simp.co.id", "canonical_domain": "simp.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": null, "employees": null, "public_company": true, "ticker": "SIMP", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3930665", "name": "Indofood"}, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5214 +{"wikidata_id": "Q85988058", "display_name": "Abra Information Technologies Ltd.", "legal_name": "אברא טכנולוגיות מידע בע''מ", "aliases": [], "website": "https://www.abra-it.com", "canonical_domain": "abra-it.com", "country": "IL", "hq_city": "Kfar Saba", "hq_region": "Petah Tikva (sub-district)", "lat": 32.18578, "lon": 34.90768, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "ABRA", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5215 +{"wikidata_id": "Q85989896", "display_name": "Electra Real Estate Ltd", "legal_name": "אלקטרה נדל''ן בע''מ", "aliases": [], "website": "https://www.electra-re.com", "canonical_domain": "electra-re.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "ELCRE", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5216 +{"wikidata_id": "Q85996216", "display_name": "WHA Corporation", "legal_name": null, "aliases": ["WHA", "WHA Corporation Public Company Limited", "WHA Group", "Wha Corporation", "Wha Corporation Public Company Limited", "Wha Corporation Public Co.", "Ltd."], "website": "https://www.wha-group.com", "canonical_domain": "wha-group.com", "country": "TH", "hq_city": "Samut Prakan", "hq_region": "Thailand", "lat": 13.59944, "lon": 100.59667, "industries": [], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "WHA", "exchange": "Stock Exchange of Thailand", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WHA_Corporation_Logo.svg", "description": "public company from Thailand", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5217 +{"wikidata_id": "Q86006097", "display_name": "Minrav Group Ltd.", "legal_name": "קבוצת מנרב בע''מ", "aliases": [], "website": "https://www.minrav.co.il", "canonical_domain": "minrav.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": true, "ticker": "MNRV", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5218 +{"wikidata_id": "Q86006141", "display_name": "Adgar Investment & Development Ltd", "legal_name": "אדגר השקעות ופיתוח בע''מ", "aliases": [], "website": "https://www.adgar.com", "canonical_domain": "adgar.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "ADGR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6963707", "name": "I.d.i. Insurance Company Ltd"}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5219 +{"wikidata_id": "Q86732622", "display_name": "Yankershop Food Co., Ltd", "legal_name": null, "aliases": ["Yankershop Food"], "website": "https://www.yanjinpuzi.com", "canonical_domain": "yanjinpuzi.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "002847", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5220 +{"wikidata_id": "Q86737254", "display_name": "Tmh", "legal_name": null, "aliases": [], "website": "https://www.tmh-inc.co.jp", "canonical_domain": "tmh-inc.co.jp", "country": "JP", "hq_city": "Ōita Prefecture", "hq_region": "Japan", "lat": 33.23806, "lon": 131.6125, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "280A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5221 +{"wikidata_id": "Q86739821", "display_name": "izawa-towel.com", "legal_name": null, "aliases": [], "website": "https://www.izawa-towel.com", "canonical_domain": "izawa-towel.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": true, "ticker": "365A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5222 +{"wikidata_id": "Q8848362", "display_name": "yantian-port.com", "legal_name": null, "aliases": [], "website": "https://www.yantian-port.com", "canonical_domain": "yantian-port.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "000088", "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5223 +{"wikidata_id": "Q92281262", "display_name": "Fastfood Indonesia", "legal_name": "Fast Food Indonesia Tbk", "aliases": ["FAST", "Fast Food Indonesia", "PT Fast Food Indonesia Tbk"], "website": "https://www.kfcindonesia.com", "canonical_domain": "kfcindonesia.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": true, "ticker": "FAST", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q56247007", "name": "Indoritel Makmur Internasional"}, "logo_url": null, "description": "public company in Indonesia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5224 +{"wikidata_id": "Q95991949", "display_name": "Toyo Drilube", "legal_name": null, "aliases": [], "website": "https://www.drilube.co.jp", "canonical_domain": "drilube.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "4976", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5225 +{"wikidata_id": "Q96099969", "display_name": "Armidian Karyatama", "legal_name": "PT Armidian Karyatama Tbk", "aliases": ["ARMY"], "website": "https://www.armidian.co.id", "canonical_domain": "armidian.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "ARMY", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5226 +{"wikidata_id": "Q96100063", "display_name": "Bhakti Multi Artha", "legal_name": "PT Bhakti Multi Artha Tbk.", "aliases": ["BHAT"], "website": "https://www.bhaktimultiartha.co.id", "canonical_domain": "bhaktimultiartha.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BHAT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5227 +{"wikidata_id": "Q96100114", "display_name": "Bumi Resources Minerals", "legal_name": "Bumi Resources Minerals Tbk", "aliases": ["BRMS", "Bumi Resources Mineral", "PT Bumi Resources Mineral"], "website": "https://www.bumiresourcesminerals.com", "canonical_domain": "bumiresourcesminerals.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining", "energy"], "industry_labels": ["mining", "coal industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "BRMS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5228 +{"wikidata_id": "Q96100147", "display_name": "Bayan Resources", "legal_name": "Bayan Resources Tbk", "aliases": ["BYAN", "PT Bayan Resources", "PT Bayan Resources Tbk", "PT. Bayan Resources Tbk"], "website": "https://www.bayan.com.sg", "canonical_domain": "bayan.com.sg", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["mining", "energy"], "industry_labels": ["mining", "coal industry"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "BYAN", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5229 +{"wikidata_id": "Q96100251", "display_name": "Golden Energy Mines", "legal_name": "Golden Energy Mines Tbk", "aliases": ["GEMS", "Golden Energy Mines Tbk.", "PT Golden Energy Mines Tbk."], "website": "https://www.goldenenergymines.com", "canonical_domain": "goldenenergymines.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["mining", "energy"], "industry_labels": ["mining", "coal industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "GEMS", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5230 +{"wikidata_id": "Q96100489", "display_name": "Maha Properti Indonesia", "legal_name": "PT Maha Properti Indonesia Tbk.", "aliases": ["MPRO"], "website": "https://www.thekahyangansolo.com", "canonical_domain": "thekahyangansolo.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "MPRO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5231 +{"wikidata_id": "Q96100525", "display_name": "Nusa Raya Cipta", "legal_name": "PT Nusa Raya Cipta Tbk.", "aliases": ["NRCA"], "website": "https://www.nusarayacipta.com", "canonical_domain": "nusarayacipta.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction", "real-estate"], "industry_labels": ["construction", "real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "NRCA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5232 +{"wikidata_id": "Q96100535", "display_name": "Pantai Indah Kapuk Dua", "legal_name": "PT Pratama Abadi Nusa Industri Tbk.", "aliases": ["PANI", "Pratama Abadi Nusa Industri"], "website": "https://pratamaabadi.com", "canonical_domain": "pratamaabadi.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage", "consumer-goods"], "industry_labels": ["food industry", "consumer goods industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PANI", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5233 +{"wikidata_id": "Q96100574", "display_name": "PP Presisi", "legal_name": "PT PP Presisi Tbk.", "aliases": ["PPRE"], "website": "https://www.pp-presisi.co.id", "canonical_domain": "pp-presisi.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["infrastructure industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PPRE", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5234 +{"wikidata_id": "Q96100575", "display_name": "PP Properti", "legal_name": "PT PP Properti Tbk.", "aliases": ["PPRO"], "website": "https://www.pp-properti.com", "canonical_domain": "pp-properti.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PPRO", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5235 +{"wikidata_id": "Q96100576", "display_name": "Prodia Widyahusada", "legal_name": "PT Prodia Widyahusada Tbk.", "aliases": ["PRDA"], "website": "https://www.prodia.co.id", "canonical_domain": "prodia.co.id", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["healthcare"], "industry_labels": ["health care industry"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PRDA", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5236 +{"wikidata_id": "Q96100583", "display_name": "Red Planet Indonesia", "legal_name": "PT Red Planet Indonesia Tbk", "aliases": ["PSKT"], "website": "https://www.redplanetindonesia.com", "canonical_domain": "redplanetindonesia.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["travel"], "industry_labels": ["tourism"], "founded_year": null, "employees": null, "public_company": true, "ticker": "PSKT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5237 +{"wikidata_id": "Q96100604", "display_name": "Supra Boga Lestari", "legal_name": "Supra Boga Lestari Tbk", "aliases": ["RANC", "Ranch Market"], "website": "https://www.ranchmarket.co.id", "canonical_domain": "ranchmarket.co.id", "country": "ID", "hq_city": "West Jakarta", "hq_region": "Jakarta", "lat": -6.185, "lon": 106.731, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "RANC", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5238 +{"wikidata_id": "Q96239475", "display_name": "Sarawak Plantation", "legal_name": "Sarawak Plantation Berhad", "aliases": ["Sarawak Plantation Bhd."], "website": "https://www.spbgroup.com.my", "canonical_domain": "spbgroup.com.my", "country": "MY", "hq_city": "Miri", "hq_region": "Sarawak", "lat": 3.75, "lon": 114.5, "industries": ["agriculture"], "industry_labels": ["plantation economy"], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "5135", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public company from Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5239 +{"wikidata_id": "Q96312603", "display_name": "Fusion", "legal_name": null, "aliases": ["Co.", "Ltd."], "website": "https://www.fusion.co.jp", "canonical_domain": "fusion.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3977", "exchange": "Ambitious", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5240 +{"wikidata_id": "Q96312611", "display_name": "LibWork.", "legal_name": null, "aliases": ["Lib Work"], "website": "https://www.libwork.co.jp", "canonical_domain": "libwork.co.jp", "country": "JP", "hq_city": "Kumamoto Prefecture", "hq_region": "Japan", "lat": 32.78972, "lon": 130.74139, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "1431", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5241 +{"wikidata_id": "Q96312651", "display_name": "Metalart", "legal_name": null, "aliases": ["Metalart Corporation", "Metalart Corporation (Japan)"], "website": "https://www.metalart.co.jp", "canonical_domain": "metalart.co.jp", "country": "JP", "hq_city": "Shiga Prefecture", "hq_region": "Japan", "lat": 35.00436, "lon": 135.8685, "industries": [], "industry_labels": [], "founded_year": 1943, "employees": null, "public_company": true, "ticker": "5644", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5242 +{"wikidata_id": "Q96312660", "display_name": "Giken", "legal_name": null, "aliases": [], "website": "https://www.giken.com", "canonical_domain": "giken.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6289", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5243 +{"wikidata_id": "Q96312667", "display_name": "Nakakita Seisakusyo", "legal_name": null, "aliases": ["Nakakita Seisakusho", "Nakakita Seisakusho Co.", "Ltd.", "Nakakita Seisakusho Co.", "Ltd. (Japan)"], "website": "https://www.nakakita-s.co.jp", "canonical_domain": "nakakita-s.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": true, "ticker": "6496", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5244 +{"wikidata_id": "Q96312670", "display_name": "Matsuo Electric Co., Ltd. (Japan)", "legal_name": null, "aliases": [], "website": "https://www.ncc-matsuo.co.jp", "canonical_domain": "ncc-matsuo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6969", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5245 +{"wikidata_id": "Q96312726", "display_name": "Qls Holdings", "legal_name": null, "aliases": [], "website": "https://qlshd.co.jp", "canonical_domain": "qlshd.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 2019, "employees": null, "public_company": true, "ticker": "7075", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5246 +{"wikidata_id": "Q96312883", "display_name": "Dai-ichi Cutter Kogyo", "legal_name": null, "aliases": [], "website": "https://www.daiichi-cutter.co.jp", "canonical_domain": "daiichi-cutter.co.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": true, "ticker": "1716", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5247 +{"wikidata_id": "Q96313039", "display_name": "SYSTEMS Engineering Consultants Co., Ltd.", "legal_name": null, "aliases": ["SEC"], "website": "https://www.sec.co.jp", "canonical_domain": "sec.co.jp", "country": "JP", "hq_city": "Setagaya", "hq_region": "Tokyo", "lat": 35.64656, "lon": 139.65322, "industries": ["telecommunications"], "industry_labels": ["information and communications industry"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": "3741", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5248 +{"wikidata_id": "Q96313040", "display_name": "Tazmo Co., Ltd. (Japan)", "legal_name": null, "aliases": ["Tazmo Co.", "Ltd."], "website": "https://tazmo.co.jp", "canonical_domain": "tazmo.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 34.72628, "lon": 133.87969, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6266", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5249 +{"wikidata_id": "Q96313082", "display_name": "Higashi Twenty One", "legal_name": null, "aliases": [], "website": "https://www.e-higashi.co.jp", "canonical_domain": "e-higashi.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1944, "employees": null, "public_company": true, "ticker": "9029", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5250 +{"wikidata_id": "Q96313220", "display_name": "Shirai Electronics Industrial Co., Ltd. (Japan)", "legal_name": null, "aliases": ["Shirai Electronics Industrial", "Shirai Electronics Industrial Co.", "Ltd."], "website": "https://www.shiraidenshi.co.jp", "canonical_domain": "shiraidenshi.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6658", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5251 +{"wikidata_id": "Q96313284", "display_name": "Azuma House", "legal_name": null, "aliases": [], "website": "https://azumahouse.com", "canonical_domain": "azumahouse.com", "country": "JP", "hq_city": "Wakayama Prefecture", "hq_region": "Japan", "lat": 34.22603, "lon": 135.1675, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "3293", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5252 +{"wikidata_id": "Q96313293", "display_name": "SLD Entertainment Inc.", "legal_name": null, "aliases": [], "website": "https://www.sld-inc.com", "canonical_domain": "sld-inc.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": null, "employees": null, "public_company": true, "ticker": "3223", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5253 +{"wikidata_id": "Q96313295", "display_name": "sanki-s.co.jp", "legal_name": null, "aliases": [], "website": "https://www.sanki-s.co.jp", "canonical_domain": "sanki-s.co.jp", "country": "JP", "hq_city": "Himeji", "hq_region": "Hyōgo Prefecture", "lat": 34.81517, "lon": 134.68539, "industries": [], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": true, "ticker": "6044", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5254 +{"wikidata_id": "Q96313312", "display_name": "Osaka Yuka Industry", "legal_name": null, "aliases": [], "website": "https://www.osaka-yuka.co.jp", "canonical_domain": "osaka-yuka.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": true, "ticker": "4124", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5255 +{"wikidata_id": "Q96313466", "display_name": "Aplix", "legal_name": null, "aliases": [], "website": "https://www.aplix.co.jp", "canonical_domain": "aplix.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3727", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5256 +{"wikidata_id": "Q96313492", "display_name": "am-bition.jp", "legal_name": null, "aliases": [], "website": "https://am-bition.jp", "canonical_domain": "am-bition.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate agent"], "founded_year": null, "employees": null, "public_company": true, "ticker": "3300", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5257 +{"wikidata_id": "Q96313533", "display_name": "PKSHA Technology", "legal_name": null, "aliases": [], "website": "https://www.pkshatech.com", "canonical_domain": "pkshatech.com", "country": "JP", "hq_city": "Hongō", "hq_region": "Bunkyō-ku", "lat": 35.70746, "lon": 139.76054, "industries": ["technology"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3993", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5258 +{"wikidata_id": "Q96313545", "display_name": "kncweb.co.jp", "legal_name": null, "aliases": [], "website": "https://www.kncweb.co.jp", "canonical_domain": "kncweb.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "6568", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5259 +{"wikidata_id": "Q96313547", "display_name": "Cravia", "legal_name": null, "aliases": ["Agile Media Network"], "website": "https://cravia.jp", "canonical_domain": "cravia.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "6573", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5260 +{"wikidata_id": "Q96313557", "display_name": "Ai", "legal_name": null, "aliases": [], "website": "https://www.ai-j.jp", "canonical_domain": "ai-j.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": true, "ticker": "4388", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5261 +{"wikidata_id": "Q96313562", "display_name": "eXmotion Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.corporate.exmotion.co.jp", "canonical_domain": "exmotion.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["telecommunications"], "industry_labels": ["information and communications industry"], "founded_year": 2008, "employees": null, "public_company": true, "ticker": "4394", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5262 +{"wikidata_id": "Q96313566", "display_name": "azoom", "legal_name": null, "aliases": [], "website": "https://azoom.jp", "canonical_domain": "azoom.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3496", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5263 +{"wikidata_id": "Q96313574", "display_name": "Kasumigaseki Capital", "legal_name": "霞ヶ関キャピタル株式会社", "aliases": ["Kasumigaseki Capital Co.", "Ltd."], "website": "https://kasumigaseki.co.jp", "canonical_domain": "kasumigaseki.co.jp", "country": "JP", "hq_city": "Kasumigaseki", "hq_region": "Chiyoda", "lat": 35.67382, "lon": 139.75131, "industries": ["real-estate"], "industry_labels": ["real property"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": "3498", "exchange": "Tokyo Stock Exchange", "lei": "353800K2AQIR06QHCT28", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5264 +{"wikidata_id": "Q96313578", "display_name": "kudan.io", "legal_name": null, "aliases": [], "website": "https://www.kudan.io", "canonical_domain": "kudan.io", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4425", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5265 +{"wikidata_id": "Q96313605", "display_name": "kubell", "legal_name": null, "aliases": ["Chatwork Co.", "Ltd."], "website": "https://www.kubell.com", "canonical_domain": "kubell.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": "4448", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5266 +{"wikidata_id": "Q96313609", "display_name": "HENNGE", "legal_name": null, "aliases": [], "website": "https://hennge.com", "canonical_domain": "hennge.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": true, "ticker": "4475", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5267 +{"wikidata_id": "Q96313610", "display_name": "intimatemerger.com", "legal_name": null, "aliases": [], "website": "https://corp.intimatemerger.com", "canonical_domain": "intimatemerger.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "7072", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5268 +{"wikidata_id": "Q96313615", "display_name": "alink.ne.jp", "legal_name": null, "aliases": [], "website": "https://www.alink.ne.jp", "canonical_domain": "alink.ne.jp", "country": "JP", "hq_city": "Higashi-Ikebukuro", "hq_region": "Toshima", "lat": 35.73031, "lon": 139.71431, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "7077", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5269 +{"wikidata_id": "Q96323559", "display_name": "Toho Acetylene", "legal_name": null, "aliases": [], "website": "https://www.toho-ace.co.jp", "canonical_domain": "toho-ace.co.jp", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26858, "lon": 140.87203, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": "4093", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5270 +{"wikidata_id": "Q96323585", "display_name": "Yamada Corporation", "legal_name": null, "aliases": [], "website": "https://yamadacorp.co.jp", "canonical_domain": "yamadacorp.co.jp", "country": "JP", "hq_city": "Minami-Magome", "hq_region": "Ota", "lat": 35.58758, "lon": 139.71241, "industries": ["industrial-machinery"], "industry_labels": ["manufacture of machinery and equipment"], "founded_year": 1939, "employees": null, "public_company": true, "ticker": "6392", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5271 +{"wikidata_id": "Q96324033", "display_name": "nitta-gelatin.co.jp", "legal_name": null, "aliases": [], "website": "https://www.nitta-gelatin.co.jp", "canonical_domain": "nitta-gelatin.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4977", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5272 +{"wikidata_id": "Q96324034", "display_name": "Kimoto", "legal_name": null, "aliases": [], "website": "https://www.kimoto.co.jp", "canonical_domain": "kimoto.co.jp", "country": "JP", "hq_city": "Mie Prefecture", "hq_region": "Japan", "lat": 34.73025, "lon": 136.50867, "industries": [], "industry_labels": [], "founded_year": 1961, "employees": null, "public_company": true, "ticker": "7908", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5273 +{"wikidata_id": "Q96324050", "display_name": "Tomoe Engineering Co., Ltd. (Japan)", "legal_name": null, "aliases": ["Tomoe Engineering", "Tomoe Engineering Co.", "Ltd."], "website": "https://www.tomo-e.co.jp", "canonical_domain": "tomo-e.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["construction"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": true, "ticker": "6309", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5274 +{"wikidata_id": "Q96324053", "display_name": "Pillar", "legal_name": null, "aliases": ["NIPPON PILLAR PACKING", "PILLAR Corporation"], "website": "https://www.pillar.co.jp", "canonical_domain": "pillar.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": [], "industry_labels": [], "founded_year": 1948, "employees": null, "public_company": true, "ticker": "6490", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5275 +{"wikidata_id": "Q96324067", "display_name": "MITSUMURA PRINTING", "legal_name": null, "aliases": ["Mitsumura Printing Co. Ltd.", "MITSUMURA PRINTING Co.", "Ltd."], "website": "https://www.mitsumura.co.jp", "canonical_domain": "mitsumura.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "7916", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5276 +{"wikidata_id": "Q96324099", "display_name": "shinko-sj.co.jp", "legal_name": null, "aliases": [], "website": "https://www.shinko-sj.co.jp", "canonical_domain": "shinko-sj.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "8141", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5277 +{"wikidata_id": "Q96324107", "display_name": "Medical System Network", "legal_name": null, "aliases": [], "website": "https://www.msnw.co.jp", "canonical_domain": "msnw.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["healthcare"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": true, "ticker": "4350", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5278 +{"wikidata_id": "Q96324109", "display_name": "Kobayashi Yoko", "legal_name": null, "aliases": [], "website": "https://www.kobayashiyoko.com", "canonical_domain": "kobayashiyoko.com", "country": "JP", "hq_city": "Nihonbashi-Kakigarachō", "hq_region": "Chūō", "lat": 35.68291, "lon": 139.78516, "industries": [], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": true, "ticker": "8742", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5279 +{"wikidata_id": "Q96401486", "display_name": "Relaxo", "legal_name": "Relaxo Footwears Limited", "aliases": ["Relaxo Footwear", "Relaxo Footwears"], "website": "https://www.shopatrelaxo.com", "canonical_domain": "shopatrelaxo.com", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.66667, "lon": 77.21667, "industries": ["apparel"], "industry_labels": ["footwear"], "founded_year": 1976, "employees": null, "public_company": true, "ticker": "RELAXO", "exchange": "National Stock Exchange of India", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian footwear manufacturer", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5280 +{"wikidata_id": "Q96481629", "display_name": "Ellomay Capital Ltd", "legal_name": "אלומיי קפיטל בע''מ", "aliases": [], "website": "https://www.ellomay.com", "canonical_domain": "ellomay.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["technology"], "industry_labels": ["environmental technology"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "ELLO", "exchange": "Tel Aviv Stock Exchange", "lei": "254900FHSYEEYLHR7Y05", "sec_cik": "946394", "parent": null, "logo_url": null, "description": "Builds and operates renewable energy and power projects.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "946394", "enriched_at": "2026-09-13T07:23:40+00:00"}}
5281 +{"wikidata_id": "Q96482218", "display_name": "G.willi-food International", "legal_name": "וילי פוד השקעות בע''מ", "aliases": [], "website": "https://www.willi-food.co.il", "canonical_domain": "willi-food.co.il", "country": "IL", "hq_city": "Yavne", "hq_region": "Rehovot sub-district", "lat": 31.88333, "lon": 34.73333, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "WILC", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": "1030997", "parent": null, "logo_url": null, "description": "Importing and marketing food products.", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q115310996"}]}
5282 +{"wikidata_id": "Q96603056", "display_name": "i Cubed Systems, Inc.", "legal_name": null, "aliases": ["i³ Systems", "Inc."], "website": "https://www.clomo.com", "canonical_domain": "clomo.com", "country": "JP", "hq_city": "Tenjin", "hq_region": "Chūō-ku", "lat": 33.59136, "lon": 130.39892, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4495", "exchange": "Mothers", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5283 +{"wikidata_id": "Q97010435", "display_name": "T&S Group", "legal_name": null, "aliases": [], "website": "https://www.tecsvc.co.jp", "canonical_domain": "tecsvc.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "4055", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5284 +{"wikidata_id": "Q97142641", "display_name": "Unbanked", "legal_name": null, "aliases": ["DAIICHI COMMODITIES"], "website": "https://unbanked.jp", "canonical_domain": "unbanked.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": true, "ticker": "8746", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5285 +{"wikidata_id": "Q97180953", "display_name": "Integroup", "legal_name": null, "aliases": [], "website": "https://www.integroup.jp", "canonical_domain": "integroup.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": "192A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5286 +{"wikidata_id": "Q97194809", "display_name": "Needs Well Inc.", "legal_name": null, "aliases": [], "website": "https://www.needswell.com", "canonical_domain": "needswell.com", "country": "JP", "hq_city": "Kioichō", "hq_region": "Chiyoda", "lat": 35.68106, "lon": 139.73579, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": "3992", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5287 +{"wikidata_id": "Q97207116", "display_name": "Gaon Group Ltd.", "legal_name": "קבוצת גאון בע''מ", "aliases": [], "website": "https://www.gaon.com", "canonical_domain": "gaon.com", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": [], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "GAGR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q110460008", "name": "B.gaon Holdings Ltd."}, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q110460008"}]}
5288 +{"wikidata_id": "Q97211431", "display_name": "Mehadrin Ltd.", "legal_name": "מהדרין בע''מ", "aliases": [], "website": "https://www.mehadrin.co.il", "canonical_domain": "mehadrin.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": ["agriculture"], "founded_year": 1951, "employees": null, "public_company": true, "ticker": "MEDN", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5289 +{"wikidata_id": "Q97211913", "display_name": "Sasbadi", "legal_name": "Sasbadi Holdings Berhad", "aliases": ["Sasbadi Holdings Bhd."], "website": "https://www.sasbadiholdings.com", "canonical_domain": "sasbadiholdings.com", "country": "MY", "hq_city": "Petaling Jaya", "hq_region": "Petaling District", "lat": 3.10726, "lon": 101.60671, "industries": ["media"], "industry_labels": ["publication"], "founded_year": 1985, "employees": null, "public_company": true, "ticker": "5252", "exchange": "Bursa Malaysia", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Publishing company in Malaysia", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5290 +{"wikidata_id": "Q97217143", "display_name": "Emilia Development (O.f.g) Ltd.", "legal_name": "אמיליה פיתוח (מ.עו.פ) בע''מ", "aliases": [], "website": "https://www.emilia.co.il", "canonical_domain": "emilia.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1945, "employees": null, "public_company": true, "ticker": "EMDV", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5291 +{"wikidata_id": "Q97280718", "display_name": "HAPPYTUK Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://company.mangot5.com", "canonical_domain": "mangot5.com", "country": "TW", "hq_city": "Xindian District", "hq_region": "New Taipei City", "lat": 24.95, "lon": 121.53333, "industries": ["gaming"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": true, "ticker": "7584", "exchange": "Taipei Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese video game publisher", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5292 +{"wikidata_id": "Q97311830", "display_name": "Smaregi", "legal_name": null, "aliases": ["Inc."], "website": "https://smaregi.jp", "canonical_domain": "smaregi.jp", "country": "JP", "hq_city": null, "hq_region": "Chūō-ku", "lat": 34.68197, "lon": 135.49897, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "4431", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5293 +{"wikidata_id": "Q97350749", "display_name": "Maoyan entertainment", "legal_name": null, "aliases": [], "website": "https://maoyan.com", "canonical_domain": "maoyan.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": true, "ticker": "1896", "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5294 +{"wikidata_id": "Q97419491", "display_name": "FOODNAMOO, INC.", "legal_name": null, "aliases": [], "website": "https://foodnamoo.com", "canonical_domain": "foodnamoo.com", "country": "KR", "hq_city": "Mapo District", "hq_region": "Seoul", "lat": 37.56381, "lon": 126.90841, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 2013, "employees": null, "public_company": true, "ticker": "290720", "exchange": "KOSDAQ", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5295 +{"wikidata_id": "Q97435645", "display_name": "Hammock", "legal_name": null, "aliases": [], "website": "https://www.hammock.jp", "canonical_domain": "hammock.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "173A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5296 +{"wikidata_id": "Q97478924", "display_name": "楽待株式会社", "legal_name": "楽待株式会社", "aliases": [], "website": "https://rakumachi.co.jp", "canonical_domain": "rakumachi.co.jp", "country": "JP", "hq_city": "Hatchōbori", "hq_region": "Chūō", "lat": 35.67569, "lon": 139.77599, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": "6037", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5297 +{"wikidata_id": "Q97954036", "display_name": "Albar Mimunit Services Ltd", "legal_name": "אלבר שירותי מימונית בע''מ", "aliases": [], "website": "https://www.albar.co.il", "canonical_domain": "albar.co.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": true, "ticker": "ALBR", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5298 +{"wikidata_id": "Q97961888", "display_name": "Timee", "legal_name": "株式会社タイミー", "aliases": [], "website": "https://timee.co.jp", "canonical_domain": "timee.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": true, "ticker": "215A", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5299 +{"wikidata_id": "Q98381406", "display_name": "Printnet", "legal_name": null, "aliases": [], "website": "https://printnet.jp", "canonical_domain": "printnet.jp", "country": "JP", "hq_city": "Kagoshima Prefecture", "hq_region": "Japan", "lat": 31.56, "lon": 130.55806, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": true, "ticker": "7805", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5300 +{"wikidata_id": "Q99233319", "display_name": "Hodl 1", "legal_name": null, "aliases": ["Kushim", "Kushim", "Inc"], "website": "https://hodl1.jp", "canonical_domain": "hodl1.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": true, "ticker": "2345", "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": "1952835", "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5301 +{"wikidata_id": "Q99378307", "display_name": "Direct Finance Of Direct Group (2006) Ltd", "legal_name": null, "aliases": [], "website": "https://www.5555.co.il", "canonical_domain": "5555.co.il", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": true, "ticker": "DIFI", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 1, "importance": 0.2729, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5302 +{"wikidata_id": "Q1041890", "display_name": "Animate", "legal_name": null, "aliases": [], "website": "https://www.animate.co.jp", "canonical_domain": "animate.co.jp", "country": "JP", "hq_city": "Higashi-Ikebukuro", "hq_region": "Toshima", "lat": 35.72943, "lon": 139.71958, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Animate_logo.svg", "description": "Japanese anime, video game, and manga retailer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5303 +{"wikidata_id": "Q105549039", "display_name": "OM Digital Solutions", "legal_name": null, "aliases": ["OMDS"], "website": "https://om-digitalsolutions.com", "canonical_domain": "om-digitalsolutions.com", "country": "JP", "hq_city": "Hachiōji-shi", "hq_region": "Tokyo", "lat": 35.66644, "lon": 139.316, "industries": ["technology"], "industry_labels": ["industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OM_Digital_Solutions_Logo.svg", "description": "Japanese company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5304 +{"wikidata_id": "Q10801453", "display_name": "Nitori", "legal_name": null, "aliases": ["Home Fashion Nitori", "Nitori Co.", "Ltd", "Nitori Co.", "Ltd."], "website": "https://www.nitori.co.jp", "canonical_domain": "nitori.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["retail", "consumer-goods"], "industry_labels": ["retail", "furniture industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17212489", "name": "Nitori Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NITORI_Logo.svg", "description": "Japanese furniture retailer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5305 +{"wikidata_id": "Q11232923", "display_name": "Meiji Seika Pharma", "legal_name": null, "aliases": ["Meiji Seika Pharma Co.", "Ltd."], "website": "https://www.meiji-seika-pharma.co.jp", "canonical_domain": "meiji-seika-pharma.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meiji_logo.svg", "description": "Japanese food and pharmaceutical company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5306 +{"wikidata_id": "Q11233843", "display_name": "TOP Media", "legal_name": null, "aliases": [".knni"], "website": "https://www.itopgroup.com", "canonical_domain": "itopgroup.com", "country": "KR", "hq_city": "Samseong-dong", "hq_region": "Gangnam District", "lat": 37.51399, "lon": 127.05652, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5307 +{"wikidata_id": "Q11285613", "display_name": "Earth Star Entertainment", "legal_name": null, "aliases": ["EARTH STAR Entertainment", "EARTH STAR Records"], "website": "https://www.earthstar.co.jp", "canonical_domain": "earthstar.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Earth_Star_Entertainment_Logo.svg", "description": "Japanese publishing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5308 +{"wikidata_id": "Q1187058", "display_name": "Twilight Frontier", "legal_name": null, "aliases": ["Tasofro"], "website": "https://www.tasofro.net", "canonical_domain": "tasofro.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5309 +{"wikidata_id": "Q1315638", "display_name": "Pars Khodro", "legal_name": null, "aliases": [], "website": "https://www.parskhodro.ir", "canonical_domain": "parskhodro.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5310 +{"wikidata_id": "Q1407078", "display_name": "Kato Precision Railroad Models", "legal_name": null, "aliases": ["Sekisui Kinzoku Co.", "Ltd."], "website": "https://www.katomodels.com", "canonical_domain": "katomodels.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["game industry"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kato_Precision_Railroad_Models_logo.svg", "description": "Japanese manufacturer of model railroad equipment", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5311 +{"wikidata_id": "Q1475219", "display_name": "Furuno", "legal_name": null, "aliases": ["Furuno Electric", "Furuno Electric Co.", "Ltd."], "website": "https://www.furuno.co.jp", "canonical_domain": "furuno.co.jp", "country": "JP", "hq_city": "Nishinomiya-hama", "hq_region": "Nishinomiya", "lat": 34.71461, "lon": 135.33414, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Furuno_company_logo.svg", "description": "Japanese electronics company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5312 +{"wikidata_id": "Q15043910", "display_name": "Yıldız Holding", "legal_name": null, "aliases": [], "website": "https://yildizholding.com.tr", "canonical_domain": "yildizholding.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Y%C4%B1ld%C4%B1z_Holding_logo.svg", "description": "Turkish conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5313 +{"wikidata_id": "Q1535587", "display_name": "Petroleum Development Oman", "legal_name": null, "aliases": ["PDO", "Petroleum Development Oman LLC"], "website": "https://www.pdo.co.om", "canonical_domain": "pdo.co.om", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D8%B4%D8%B1%D9%83%D8%A9_%D8%AA%D9%86%D9%85%D9%8A%D8%A9_%D9%86%D9%81%D8%B7_%D8%B9%D9%85%D8%A7%D9%86.jpg", "description": "Omani state-owned oil and gas company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5314 +{"wikidata_id": "Q15715712", "display_name": "Ultra Super Pictures", "legal_name": null, "aliases": ["ULTRA SUPER PICTURES"], "website": "https://uspi.jp", "canonical_domain": "uspi.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["asset-management"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ultra_Super_Pictures_Logo.png", "description": "Japanese joint holding company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5315 +{"wikidata_id": "Q1575609", "display_name": "Taybeh Brewery", "legal_name": null, "aliases": [], "website": "https://taybehbeer.com", "canonical_domain": "taybehbeer.com", "country": "PS", "hq_city": "Taybeh, Ramallah", "hq_region": "Ramallah and al-Bireh Governorate", "lat": 31.95292, "lon": 35.29981, "industries": ["food-beverage"], "industry_labels": ["brewing industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brewery", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5316 +{"wikidata_id": "Q15836665", "display_name": "New Gen Airways", "legal_name": null, "aliases": [], "website": "https://www.newgenairways.com", "canonical_domain": "newgenairways.com", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5317 +{"wikidata_id": "Q16176002", "display_name": "Innisfree", "legal_name": "Innisfree Corporation", "aliases": [], "website": "https://www.innisfree.com", "canonical_domain": "innisfree.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18141920", "name": "Amorepacific Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Innisfree-logo.svg", "description": "South Korean cosmetic brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5318 +{"wikidata_id": "Q17215504", "display_name": "Graphinica", "legal_name": null, "aliases": ["Inc."], "website": "https://www.graphinica.com", "canonical_domain": "graphinica.com", "country": "JP", "hq_city": "Suginami", "hq_region": "Tokyo", "lat": 35.6995, "lon": 139.63642, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Graphinica_Logo.png", "description": "Japanese animation studio", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5319 +{"wikidata_id": "Q1816550", "display_name": "Royal Wings", "legal_name": null, "aliases": ["Royal Wings Airline"], "website": "https://www.royalwings.com.jo", "canonical_domain": "royalwings.com.jo", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q824225", "name": "Royal Jordanian"}, "logo_url": null, "description": "Jordanian airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5320 +{"wikidata_id": "Q18349505", "display_name": "Himalaya Airlines", "legal_name": null, "aliases": ["H9"], "website": "https://www.himalaya-airlines.com", "canonical_domain": "himalaya-airlines.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Kathmandu, Nepal", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5321 +{"wikidata_id": "Q18415238", "display_name": "Ryu ga Gotoku Studio", "legal_name": null, "aliases": ["Amusement Vision", "RGG Studio", "Ryu Ga Gotoku Studio"], "website": "https://ryu-ga-gotoku.com", "canonical_domain": "ryu-ga-gotoku.com", "country": "JP", "hq_city": "Ota", "hq_region": "Tokyo", "lat": 35.56128, "lon": 139.71603, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q122741", "name": null}, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5322 +{"wikidata_id": "Q1854061", "display_name": "Oyak Renault", "legal_name": null, "aliases": [], "website": "https://www.renault.com.tr", "canonical_domain": "renault.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6686", "name": "Renault"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Renault_2021.svg", "description": "automobile manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5323 +{"wikidata_id": "Q196137", "display_name": "New Kabul Bank", "legal_name": null, "aliases": [], "website": "https://newkabulbank.af", "canonical_domain": "newkabulbank.af", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["banking"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KabulBankLogo.jpg", "description": "often attacked and corrupted bank", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5324 +{"wikidata_id": "Q20051446", "display_name": "China Railway Engineering Corporation", "legal_name": null, "aliases": ["CREC Group", "CRECG", "General Bureau of Capital Construction of the Ministry of Railways"], "website": "https://www.crecg.com", "canonical_domain": "crecg.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese state-owned holding company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5325 +{"wikidata_id": "Q20650538", "display_name": "Qazaq Air", "legal_name": null, "aliases": ["IQ", "QAZ", "Vietjet Qazaqstan"], "website": "https://vietjetqazaqstan.kz", "canonical_domain": "vietjetqazaqstan.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vietjet_Qazaqstan_logo.svg", "description": "Kazakh airline operating scheduled services from its main hub in Astana and focuses on domestic flights", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5326 +{"wikidata_id": "Q2122308", "display_name": "Amman Stock Exchange", "legal_name": null, "aliases": ["ASE", "XAMM"], "website": "https://www.exchange.jo", "canonical_domain": "exchange.jo", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Amman, Jordan", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5327 +{"wikidata_id": "Q2348609", "display_name": "ULS Airlines Cargo", "legal_name": null, "aliases": [], "website": "https://www.ulsairlines.com", "canonical_domain": "ulsairlines.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish cargo airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5328 +{"wikidata_id": "Q2494087", "display_name": "Mingalar Aviation Services", "legal_name": null, "aliases": ["Air KBZ", "Mingalar"], "website": "https://www.airkbz.com", "canonical_domain": "airkbz.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["aerospace-defense", "professional-services"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_Mingalar_Aviation_Services.svg", "description": "Airline in Myanmar", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5329 +{"wikidata_id": "Q2494170", "display_name": "Asian Wings Airways", "legal_name": null, "aliases": [], "website": "https://asianwingsair.com", "canonical_domain": "asianwingsair.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Myanmar domestic airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5330 +{"wikidata_id": "Q2546118", "display_name": "Shonengahosha", "legal_name": null, "aliases": ["Shōnen Gahōsha"], "website": "https://www.shonengahosha.co.jp", "canonical_domain": "shonengahosha.co.jp", "country": "JP", "hq_city": "Kanda-Misakichō", "hq_region": "Chiyoda", "lat": 35.70067, "lon": 139.75373, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sh%C5%8Dnen_Gah%C5%8Dsha_logo.png", "description": "Japanese publishing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5331 +{"wikidata_id": "Q2555911", "display_name": "Studio Hibari", "legal_name": null, "aliases": ["LARX ENTERTAINMENT", "Inc."], "website": "https://www.st-hibari.co.jp", "canonical_domain": "st-hibari.co.jp", "country": "JP", "hq_city": "Higashi-Ōizumi", "hq_region": "Nerima", "lat": 35.73658, "lon": 139.65283, "industries": ["gaming"], "industry_labels": ["video game industry", "anime industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Studio_Hibari_Logo.png", "description": "Japanese animation studio", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5332 +{"wikidata_id": "Q2629881", "display_name": "Arab Bank", "legal_name": null, "aliases": [], "website": "https://www.arabbank.com", "canonical_domain": "arabbank.com", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Jordanian bank", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5333 +{"wikidata_id": "Q2661305", "display_name": "SBS Transit", "legal_name": null, "aliases": ["SBST", "SBS", "Singapore Bus Services"], "website": "https://www.sbstransit.com.sg", "canonical_domain": "sbstransit.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public transport operator in Singapore", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5334 +{"wikidata_id": "Q28042608", "display_name": "Simit Sarayı", "legal_name": null, "aliases": [], "website": "https://www.simitsarayi.com", "canonical_domain": "simitsarayi.com", "country": "TR", "hq_city": "Istanbul Province", "hq_region": "Turkey", "lat": 41.01222, "lon": 28.97611, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simit_Saray%C4%B1_logo.png", "description": "Turkish food company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5335 +{"wikidata_id": "Q28048734", "display_name": "Around Us Entertainment", "legal_name": null, "aliases": [], "website": "https://aroundusent.com", "canonical_domain": "aroundusent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Around_US_Entertainment_logo.jpg", "description": "South Korean company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5336 +{"wikidata_id": "Q2880453", "display_name": "Balai Pustaka", "legal_name": null, "aliases": ["Balai Poestaka", "Bureau of Popular Literature"], "website": "https://www.balaipustaka.co.id", "canonical_domain": "balaipustaka.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19751570", "name": null}, "logo_url": null, "description": "Indonesian publishing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5337 +{"wikidata_id": "Q2898555", "display_name": "RADWIN", "legal_name": null, "aliases": ["רדווין", "以色列瑞赢"], "website": "https://www.radwin.com", "canonical_domain": "radwin.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q585861", "name": "RAD Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RADWIN-logo.png", "description": "telecommunications company that develops and manufactures hardware for wireless applications", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5338 +{"wikidata_id": "Q296643", "display_name": "Association of Radio Industries and Businesses", "legal_name": "一般社団法人電波産業会", "aliases": ["ARIB", "Association of radio industries and businesses"], "website": "https://arib.or.jp", "canonical_domain": "arib.or.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["media"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "standards organization in Japan", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5339 +{"wikidata_id": "Q2985270", "display_name": "Idea Factory", "legal_name": null, "aliases": ["Idea Factory Co.", "Ltd.", "IDEA FACTORY Co.", "Ltd."], "website": "https://www.ideaf.co.jp", "canonical_domain": "ideaf.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5340 +{"wikidata_id": "Q307110", "display_name": "au", "legal_name": null, "aliases": [], "website": "https://www.au.com", "canonical_domain": "au.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Au_2012_newlogo.svg", "description": "Japanese telecommunication company/brand", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q1960157"}]}
5341 +{"wikidata_id": "Q3093048", "display_name": "G.Skill", "legal_name": null, "aliases": ["G.Skill International Enterprise Co.", "Ltd."], "website": "https://www.gskill.com", "canonical_domain": "gskill.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese computer hardware manufacturing company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5342 +{"wikidata_id": "Q3341523", "display_name": "Nikka Whisky Distilling", "legal_name": null, "aliases": ["Nikka", "Nikka Whisky"], "website": "https://www.nikka.com", "canonical_domain": "nikka.com", "country": "JP", "hq_city": "Minami-Aoyama", "hq_region": "Minato", "lat": 35.66582, "lon": 139.71742, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q720479", "name": "Asahi Breweries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nikka_Susukino_Sapporo01s.jpg", "description": "Japanese whisky company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5343 +{"wikidata_id": "Q338906", "display_name": "Access", "legal_name": "株式会社ACCESS", "aliases": ["Access co.", "ltd."], "website": "https://www.access-company.com", "canonical_domain": "access-company.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Tokyo", "lat": 35.68389, "lon": 139.77444, "industries": ["media", "gaming", "automotive"], "industry_labels": ["smart TV", "video game industry", "automotive software"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Access_Company_logotype.jpg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5344 +{"wikidata_id": "Q3412468", "display_name": "qeshm-air.com", "legal_name": null, "aliases": [], "website": "https://www.qeshm-air.com", "canonical_domain": "qeshm-air.com", "country": "IR", "hq_city": "Qeshm Island", "hq_region": "Qeshm County", "lat": 26.77, "lon": 55.77, "industries": ["airlines"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5345 +{"wikidata_id": "Q3419764", "display_name": "RasGas", "legal_name": null, "aliases": [], "website": "https://www.rasgas.com", "canonical_domain": "rasgas.com", "country": "QA", "hq_city": "Ras Laffan Industrial City", "hq_region": "Qatar", "lat": 25.9146, "lon": 51.5564, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "liquefied natural gas producer in Qatar", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5346 +{"wikidata_id": "Q344299", "display_name": "Metro Istanbul", "legal_name": null, "aliases": ["Metro İstanbul A.Ş.", "Metro İstanbul AŞ", "Metro İstanbul Sanayi ve Ticaret Anonim Şirketi"], "website": "https://www.metro.istanbul", "canonical_domain": "metro.istanbul", "country": "TR", "hq_city": "Esenler", "hq_region": "Istanbul Province", "lat": 41.05361, "lon": 28.87167, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Metro_%C4%B0stanbul_logo.svg", "description": "public transportation company of Istanbul", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5347 +{"wikidata_id": "Q3487925", "display_name": "Chisso", "legal_name": null, "aliases": ["Chisso Corporation", "Japan New Chisso"], "website": "https://www.chisso.co.jp", "canonical_domain": "chisso.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chisso_Logo.svg", "description": "Japanese chemicals company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5348 +{"wikidata_id": "Q3547550", "display_name": "UTV Motion Pictures", "legal_name": null, "aliases": [], "website": "https://corporate.disney.in", "canonical_domain": "disney.in", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["film production"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3547553", "name": "UTV Software Communications"}, "logo_url": null, "description": "Indian motion picture company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q3523273"}]}
5349 +{"wikidata_id": "Q3764225", "display_name": "Godrej Group", "legal_name": null, "aliases": [], "website": "https://www.godrej.com", "canonical_domain": "godrej.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Godrej_Logo.svg", "description": "Indian Conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5350 +{"wikidata_id": "Q39059591", "display_name": "Lanmei Airlines", "legal_name": null, "aliases": [], "website": "https://www.lanmeiairlines.com", "canonical_domain": "lanmeiairlines.com", "country": "KH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cambodian airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5351 +{"wikidata_id": "Q4052312", "display_name": "ubisoftsingapore.com", "legal_name": null, "aliases": [], "website": "https://www.ubisoftsingapore.com", "canonical_domain": "ubisoftsingapore.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q188273", "name": null}, "logo_url": null, "description": "Singapore division of video game development company Ubisoft", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5352 +{"wikidata_id": "Q4118549", "display_name": "OSN", "legal_name": null, "aliases": ["Orbit Showtime Network", "Orbit Showtime", "OSN Ya Hala Bil Arabi", "OSN Ya Hala Bil Araby", "OSN Yahala Bil Arabi", "OSNtv Ya Hala Bil Arabi", "OSNtv Ya Hala Bil Araby", "OSNtv Yahala Bil Arabi"], "website": "https://www.osn.com", "canonical_domain": "osn.com", "country": "SA", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3355200", "name": "Orbit Communications Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OSN_TV_Logo_%282023%29.svg", "description": "Direct-broadcast satellite provider", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5353 +{"wikidata_id": "Q4146910", "display_name": "State Oil Fund of Azerbaijan", "legal_name": null, "aliases": [], "website": "https://www.oilfund.az", "canonical_domain": "oilfund.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/State_Oil_Fund_of_Azerbaijan_logo.png", "description": "sovereign wealth fund of Azerbaijan", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5354 +{"wikidata_id": "Q4202205", "display_name": "World Cargo Airlines", "legal_name": null, "aliases": ["Gading Sari", "AsiaCargo Express", "Pos AsiaCargo Express"], "website": "https://www.klas.com.my", "canonical_domain": "klas.com.my", "country": "MY", "hq_city": "Malaysia", "hq_region": null, "lat": 3.78051, "lon": 102.31436, "industries": ["airlines", "logistics"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian cargo air service", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5355 +{"wikidata_id": "Q432533", "display_name": "Amakusa Airlines", "legal_name": null, "aliases": ["AMAKUSA AIRLINES CO.", "LTD."], "website": "https://www.amx.co.jp", "canonical_domain": "amx.co.jp", "country": "JP", "hq_city": "Kumamoto Prefecture", "hq_region": "Japan", "lat": 32.48278, "lon": 130.15539, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese Airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5356 +{"wikidata_id": "Q4409074", "display_name": "Korea Development Bank", "legal_name": null, "aliases": ["KDB"], "website": "https://www.kdb.co.kr", "canonical_domain": "kdb.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624674", "name": "Financial Services Commission"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kdb.gif", "description": "South Korean state-owned enterprise", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5357 +{"wikidata_id": "Q483855", "display_name": "Industrial Bank of Korea", "legal_name": null, "aliases": [], "website": "https://www.ibk.co.kr", "canonical_domain": "ibk.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["banking", "financial-services"], "industry_labels": ["bank", "financial sector"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q624674", "name": "Financial Services Commission"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Industrial_Bank_of_Korea_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5358 +{"wikidata_id": "Q489809", "display_name": "Hyundai Engineering and Construction", "legal_name": null, "aliases": ["Hyundai Engineering & Construction"], "website": "https://www.hdec.kr", "canonical_domain": "hdec.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["engineering", "construction"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Engineering_%26_Construction_logo.svg", "description": "South Korean construction company, associated with the Hyundai Group and the Hyundai Motor Group", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5359 +{"wikidata_id": "Q4958352", "display_name": "Brave Entertainment", "legal_name": null, "aliases": [], "website": "https://www.bravesound.com", "canonical_domain": "bravesound.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean entertainment company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5360 +{"wikidata_id": "Q496538", "display_name": "Winia Electronics", "legal_name": null, "aliases": ["Daewoo Electronics", "Winia Daewoo"], "website": "https://www.winia-elec.com", "canonical_domain": "winia-elec.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_wordmark_WINIA_Electronics_%28before_Daewoo_Electronics%29.svg", "description": "home applaince company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5361 +{"wikidata_id": "Q50413464", "display_name": "CHUWI Company", "legal_name": null, "aliases": ["CHUWI"], "website": "https://www.chuwi.com", "canonical_domain": "chuwi.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chuwi_logo_2019.png", "description": "Presentation of the company, owned of the Gigaset Communications.", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5362 +{"wikidata_id": "Q507508", "display_name": "New Central Airlines", "legal_name": null, "aliases": ["New Central Airservice"], "website": "https://www.central-air.co.jp", "canonical_domain": "central-air.co.jp", "country": "JP", "hq_city": "Ryūgasaki-shi", "hq_region": "Ibaraki Prefecture", "lat": 35.91156, "lon": 140.18231, "industries": ["airlines"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11478980", "name": "Kawada Technologies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NewCentralairLogo.png", "description": "airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5363 +{"wikidata_id": "Q5241204", "display_name": "Lao Air", "legal_name": null, "aliases": ["Lao Skyway"], "website": "https://www.laoskyway.com", "canonical_domain": "laoskyway.com", "country": "LA", "hq_city": "Vientiane", "hq_region": "Vientiane", "lat": 17.98, "lon": 102.63, "industries": ["airlines"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Laos", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5364 +{"wikidata_id": "Q5399429", "display_name": "Essel Group", "legal_name": null, "aliases": [], "website": "https://www.esselgroup.com", "canonical_domain": "esselgroup.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EsselGroup_Logo.png", "description": "Indian conglomerate", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5365 +{"wikidata_id": "Q5507432", "display_name": "Fujikura", "legal_name": null, "aliases": [], "website": "https://www.fujikura.co.jp", "canonical_domain": "fujikura.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800PSDZ8VRCKVPL51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujikura.svg", "description": "business enterprise", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5366 +{"wikidata_id": "Q55606487", "display_name": "Cambodia Airways", "legal_name": null, "aliases": [], "website": "https://www.cambodia-airways.com", "canonical_domain": "cambodia-airways.com", "country": "KH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cambodian airline", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5367 +{"wikidata_id": "Q569769", "display_name": "Anshan Iron & Steel Group Corporation", "legal_name": null, "aliases": ["Ansteel Group"], "website": "https://www.ansteelgroup.com", "canonical_domain": "ansteelgroup.com", "country": "CN", "hq_city": "Anshan", "hq_region": "Liaoning", "lat": 41.10662, "lon": 122.98945, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5368 +{"wikidata_id": "Q592765", "display_name": "Tohoku Electric Power", "legal_name": null, "aliases": [], "website": "https://www.tohoku-epco.co.jp", "canonical_domain": "tohoku-epco.co.jp", "country": "JP", "hq_city": "Tohoku Electric Power Company Head Office Building", "hq_region": "Honchō", "lat": 38.26564, "lon": 140.87833, "industries": ["utilities"], "industry_labels": ["electricity supply company"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800KTF7EYIIYHY088", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C5%8Dhoku-Denryoku-Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5369 +{"wikidata_id": "Q61410007", "display_name": "P Nation", "legal_name": null, "aliases": ["P NATION"], "website": "https://www.pnation.com", "canonical_domain": "pnation.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/P_Nation_logo.svg", "description": "South Korean record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5370 +{"wikidata_id": "Q6326643", "display_name": "KCC Corporation", "legal_name": null, "aliases": ["KCC - HomeCC", "Kumkang Korea Chemicals Co.", "Ltd."], "website": "https://www.kccworld.co.kr", "canonical_domain": "kccworld.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5371 +{"wikidata_id": "Q632949", "display_name": "Futaba Corporation", "legal_name": null, "aliases": ["Futaba Denshi Kōgyō Kabushiki-gaisha"], "website": "https://www.futaba.co.jp", "canonical_domain": "futaba.co.jp", "country": "JP", "hq_city": "Mobara", "hq_region": "Chiba Prefecture", "lat": 35.44972, "lon": 140.30167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Futaba_Corporation_company_logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5372 +{"wikidata_id": "Q64797075", "display_name": "Weltmeister", "legal_name": null, "aliases": ["WM Motor"], "website": "https://www.wm-motor.com", "canonical_domain": "wm-motor.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["automotive"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese car company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5373 +{"wikidata_id": "Q711523", "display_name": "Yulon Motor", "legal_name": null, "aliases": [], "website": "https://www.yulon-motor.com.tw", "canonical_domain": "yulon-motor.com.tw", "country": "TW", "hq_city": "Miaoli County", "hq_region": "Taiwan", "lat": 24.56341, "lon": 120.82583, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yulon_Motor_Chinese_title_1992-09.png", "description": "Taiwanese company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5374 +{"wikidata_id": "Q711850", "display_name": "Evergreen Group", "legal_name": null, "aliases": ["EVERGREEN Group"], "website": "https://www.evergreen-group.com", "canonical_domain": "evergreen-group.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["hospitality", "aerospace-defense", "food-beverage", "shipping"], "industry_labels": ["hotel", "aircraft ground handling", "food service", "water transport", "logistics", "air transport"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Evergreen_Logo.svg", "description": "Taiwanese company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5375 +{"wikidata_id": "Q712707", "display_name": "CHIMEI Corporation", "legal_name": null, "aliases": ["CMC", "CHIMEI"], "website": "https://www.chimeicorp.com", "canonical_domain": "chimeicorp.com", "country": "TW", "hq_city": "Rende District", "hq_region": "Tainan", "lat": 22.95, "lon": 120.23333, "industries": ["chemicals"], "industry_labels": ["chemistry"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan-based performance materials company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5376 +{"wikidata_id": "Q7459931", "display_name": "Shaanxi Aircraft Corporation", "legal_name": null, "aliases": [], "website": "https://www.shanfei.com", "canonical_domain": "shanfei.com", "country": "CN", "hq_city": "Hanzhong", "hq_region": "Shaanxi", "lat": 33.07938, "lon": 107.02598, "industries": ["aerospace-defense"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2667719", "name": "Aviation Industry Corporation of China, Ltd."}, "logo_url": null, "description": "Chinese aircraft manufacturer", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5377 +{"wikidata_id": "Q773717", "display_name": "Nippon Columbia", "legal_name": null, "aliases": [], "website": "https://columbia.jp", "canonical_domain": "columbia.jp", "country": "JP", "hq_city": "Minami-Aoyama", "hq_region": "Minato", "lat": 35.66582, "lon": 139.71742, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11332636", "name": "Faith"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nippon_Columbia_logo.svg", "description": "Japanese record label", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5378 +{"wikidata_id": "Q7928459", "display_name": "Vietinbank", "legal_name": null, "aliases": ["Vietin Bank"], "website": "https://www.vietinbank.vn", "canonical_domain": "vietinbank.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "state-owned Vietnamese bank", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5379 +{"wikidata_id": "Q7968116", "display_name": "Want Want", "legal_name": null, "aliases": [], "website": "https://www.want-want.com", "canonical_domain": "want-want.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["food-beverage"], "industry_labels": ["Food and drink"], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese food product company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5380 +{"wikidata_id": "Q798642", "display_name": "Asmik Ace Entertainment", "legal_name": null, "aliases": ["Asmik Ace", "Inc.", "Asmik Ace", "Inc.", "Asmik Corporation", "Herald Ace"], "website": "https://www.asmik-ace.co.jp", "canonical_domain": "asmik-ace.co.jp", "country": "JP", "hq_city": "Frederikshavn", "hq_region": "Frederikshavn Municipality", "lat": 57.43389, "lon": 10.53611, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11310414", "name": "j:COM"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asmik_Ace_logo.png", "description": "film studio", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5381 +{"wikidata_id": "Q816353", "display_name": "Bemani", "legal_name": null, "aliases": [], "website": "https://eagate.573.jp", "canonical_domain": "573.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q45700", "name": "Konami"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bemani_series_logo.png", "description": "Konami's rhythm game division", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5382 +{"wikidata_id": "Q8207464", "display_name": "Imabari Shipbuilding", "legal_name": null, "aliases": ["Imabari Zosen K.K.", "Imabari Shipbuilding Co.", "Ltd.", "Imabari Shipbuilding Co.", "Ltd. (Japan)"], "website": "https://imazo.co.jp", "canonical_domain": "imazo.co.jp", "country": "JP", "hq_city": "Imabari", "hq_region": "Ehime Prefecture", "lat": 34.06617, "lon": 132.99778, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese shipbuilder", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5383 +{"wikidata_id": "Q841510", "display_name": "House Foods", "legal_name": null, "aliases": ["Hausu Shokuhin", "House Foods Corporation"], "website": "https://housefoods.jp", "canonical_domain": "housefoods.jp", "country": "JP", "hq_city": "Higashiōsaka-shi", "hq_region": "Osaka Prefecture", "lat": 34.67936, "lon": 135.60089, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/House_Foods_company_logo.svg", "description": "Japanese food company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5384 +{"wikidata_id": "Q85740196", "display_name": "GAC Aion", "legal_name": null, "aliases": ["Aion", "GAC NE", "GAC New Energy"], "website": "https://www.aion.com.cn", "canonical_domain": "aion.com.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AION_Auto_UK_simple_logo.svg", "description": "Chinese electric vehicle company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5385 +{"wikidata_id": "Q863827", "display_name": "Wingate Institute", "legal_name": null, "aliases": ["Orde Wingate Institute for Physical Education and Sports"], "website": "https://www.wingate.org.il", "canonical_domain": "wingate.org.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": 32.26083, "lon": 34.83417, "industries": ["education"], "industry_labels": ["physical education"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli sports facility", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5386 +{"wikidata_id": "Q893011", "display_name": "Book Off", "legal_name": null, "aliases": ["BOOK OFF", "BOOKOFF", "Bookoff Corporation"], "website": "https://www.bookoff.co.jp", "canonical_domain": "bookoff.co.jp", "country": "JP", "hq_city": "Sagamihara", "hq_region": "Kanagawa Prefecture", "lat": 35.57142, "lon": 139.37314, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bookoff_Corporation_Logo.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5387 +{"wikidata_id": "Q958975", "display_name": "ADK Holdings", "legal_name": null, "aliases": ["Asatsu-DK", "ASATSU-DK INC.", "Asatsu"], "website": "https://www.adk.jp", "canonical_domain": "adk.jp", "country": "JP", "hq_city": "Toranomon", "hq_region": "Minato", "lat": 35.66686, "lon": 139.7475, "industries": ["media"], "industry_labels": ["advertising agency"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ADKlogo_2014.svg", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5388 +{"wikidata_id": "Q967326", "display_name": "Subaru Tecnica International", "legal_name": null, "aliases": ["STi"], "website": "https://www.subaru-sti.co.jp", "canonical_domain": "subaru-sti.co.jp", "country": "JP", "hq_city": "Mitaka", "hq_region": "Tokyo", "lat": 35.68356, "lon": 139.55953, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1051297", "name": "Subaru Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/STi_logo.svg", "description": "Japanese car utilities company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5389 +{"wikidata_id": "Q994015", "display_name": "Moodyz", "legal_name": null, "aliases": ["Moodys", "MOODYZ"], "website": "https://moodyz.com", "canonical_domain": "moodyz.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": ["pornography industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q53310058", "name": "WILL"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moodyz_logo.gif", "description": "company", "sitelinks": 12, "importance": 0.2697, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5390 +{"wikidata_id": "Q104839222", "display_name": "Advanced Micro-Fabrication Equipment", "legal_name": null, "aliases": ["Advanced Micro-Fabrication Equipment Inc.", "Advanced Micro-Fabrication Equipment Inc. China", "AMEC"], "website": "https://www.amec-inc.com", "canonical_domain": "amec-inc.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["semiconductors"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Advanced_Micro-Fabrication_Equipment.png", "description": "Chinese semiconductor equipment manufacturer", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5391 +{"wikidata_id": "Q10913778", "display_name": "Catcher Technology", "legal_name": null, "aliases": [], "website": "https://www.catcher-group.com", "canonical_domain": "catcher-group.com", "country": "TW", "hq_city": null, "hq_region": null, "lat": 23.05204, "lon": 120.24327, "industries": ["technology", "manufacturing"], "industry_labels": ["peripheral"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "manufacturing company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5392 +{"wikidata_id": "Q10933745", "display_name": "Ōita Bank", "legal_name": null, "aliases": ["Oita Bank", "Ltd."], "website": "https://www.oitabank.co.jp", "canonical_domain": "oitabank.co.jp", "country": "JP", "hq_city": "Ōita-shi", "hq_region": "Ōita Prefecture", "lat": 33.23956, "lon": 131.60936, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1893, "employees": null, "public_company": true, "ticker": null, "exchange": "Fukuoka Stock Exchange", "lei": "35380074A4QB6YEFB933", "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese banking corporation", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5393 +{"wikidata_id": "Q112148746", "display_name": "Coway Co., Ltd.", "legal_name": null, "aliases": ["Coway", "Woongjin Coway"], "website": "https://emall.coway.com.my", "canonical_domain": "coway.com.my", "country": "KR", "hq_city": "South Chungcheong", "hq_region": "South Korea", "lat": 36.65927, "lon": 126.67301, "industries": ["consumer-goods"], "industry_labels": ["home appliance industry"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%EC%BD%94%EC%9B%A8%EC%9D%B4_%EB%A1%9C%EA%B3%A0.svg", "description": "Korean water purifier manufacturer", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5394 +{"wikidata_id": "Q11683622", "display_name": "Iranian Tobacco Company", "legal_name": null, "aliases": ["Iran Tabacco Co"], "website": "https://www.irtobacco.com", "canonical_domain": "irtobacco.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["consumer-goods"], "industry_labels": ["tobacco industry"], "founded_year": 1937, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian global cigarette and tobacco company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5395 +{"wikidata_id": "Q12220267", "display_name": "Industries Qatar", "legal_name": null, "aliases": [], "website": "https://www.iq.com.qa", "canonical_domain": "iq.com.qa", "country": "QA", "hq_city": "Al Dafna", "hq_region": "Ad-Dawhah", "lat": 25.32389, "lon": 51.53056, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2003, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1811692", "name": "QatarEnergy"}, "logo_url": null, "description": "Qatar Petroleum (QP) is a state owned petroleum company of Qatar. The company operates all oil and gas activities in Qatar, including exploration, production, refining, transport, and storage. QP's President & CEO is Saad Sherida Al-Kaabi, Minister o", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5396 +{"wikidata_id": "Q12581442", "display_name": "LS Electiric", "legal_name": null, "aliases": [], "website": "https://www.lselectric.co.kr", "canonical_domain": "lselectric.co.kr", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LS_Electric_logo.svg", "description": "South Korean manufacturing company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5397 +{"wikidata_id": "Q15109906", "display_name": "Mazor Robotics", "legal_name": null, "aliases": [], "website": "https://www.mazorrobotics.com", "canonical_domain": "mazorrobotics.com", "country": "IL", "hq_city": "Caesarea", "hq_region": "Hof HaCarmel Regional Council", "lat": 32.5, "lon": 34.9, "industries": ["medical-devices"], "industry_labels": ["medical technology", "SIC 3841 Surgical & Medical Instruments & Apparatus"], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "549300DTVUC4EUFS1607", "sec_cik": "1566844", "parent": {"wikidata_id": "Q642189", "name": "Medtronic plc"}, "logo_url": null, "description": "Israeli medical device company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1566844", "enriched_at": "2026-09-13T07:23:42+00:00"}}
5398 +{"wikidata_id": "Q15927204", "display_name": "TTFB Restaurant Group", "legal_name": null, "aliases": [], "website": "https://www.ttfb.com", "canonical_domain": "ttfb.com", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese restaurant operator", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5399 +{"wikidata_id": "Q15931919", "display_name": "Oceanwide Holdings Co., Ltd.", "legal_name": null, "aliases": ["Oceanwide Holdings"], "website": "https://www.fhkg.com", "canonical_domain": "fhkg.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["housing industry"], "founded_year": 1989, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5400 +{"wikidata_id": "Q16183878", "display_name": "Korea Zinc Co.", "legal_name": null, "aliases": [], "website": "https://www.koreazinc.co.kr", "canonical_domain": "koreazinc.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["mining"], "industry_labels": ["metallurgy"], "founded_year": 1974, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean smelting company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5401 +{"wikidata_id": "Q16510256", "display_name": "Country Style Cooking", "legal_name": null, "aliases": ["CSC", "Country Style Cooking Restaurant Chain Co.", "Ltd."], "website": "https://www.csc100.com", "canonical_domain": "csc100.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1996, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese restaurant chain", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5402 +{"wikidata_id": "Q18211166", "display_name": "Topaz", "legal_name": null, "aliases": [], "website": "https://www.topaz.az", "canonical_domain": "topaz.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Topazlogo.jpg", "description": "often referred to as Topaz, a largest bookmaker in Azerbaijan", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5403 +{"wikidata_id": "Q18327813", "display_name": "Qarz Al-Hasanah - Mehr Iran Bank", "legal_name": null, "aliases": ["QMB", "Gharzolhasaneh - Mehr Iran Bank"], "website": "https://www.qmb.ir", "canonical_domain": "qmb.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["banking"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian Bank", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5404 +{"wikidata_id": "Q18708812", "display_name": "Wanda Cinemas", "legal_name": null, "aliases": ["Wanda Film"], "website": "https://www.wandacinemas.com", "canonical_domain": "wandacinemas.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese cinema chain headquartered in Beijing", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5405 +{"wikidata_id": "Q20476458", "display_name": "Ziraat Katılım", "legal_name": null, "aliases": ["Ziraat Participation Bank"], "website": "https://www.ziraatkatilim.com.tr", "canonical_domain": "ziraatkatilim.com.tr", "country": "TR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2015, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ziraat_Kat%C4%B1l%C4%B1m_Bankas%C4%B1_logo.png", "description": "Turkish public sector participation bank", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5406 +{"wikidata_id": "Q20890579", "display_name": "Sepahan Oil Company (SOC)", "legal_name": null, "aliases": ["Sepahan Oils", "SOC Co", "SOC Iran", "SOC Oil"], "website": "https://www.sepahanoil.com", "canonical_domain": "sepahanoil.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 2002, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian oil and gas company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5407 +{"wikidata_id": "Q25245647", "display_name": "Signal Entertainment Group", "legal_name": null, "aliases": ["Signal Pictures"], "website": "https://www.signal-ent.com", "canonical_domain": "signal-ent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5408 +{"wikidata_id": "Q2839213", "display_name": "Alon USA", "legal_name": null, "aliases": ["Alon", "ALON USA Energy", "Inc."], "website": "https://www.alonusa.com", "canonical_domain": "alonusa.com", "country": "IL", "hq_city": "Yakum", "hq_region": "Hof HaSharon Regional Council", "lat": 32.2475, "lon": 34.8425, "industries": ["energy"], "industry_labels": ["energy supply"], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": "1561759", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alonusamainlogo.png", "description": "independent refiner and marketer of petroleum products.", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5409 +{"wikidata_id": "Q30636134", "display_name": "Baiyin Nonferrous", "legal_name": null, "aliases": [], "website": "https://www.bynmc.com", "canonical_domain": "bynmc.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "copper manufacturer in China", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5410 +{"wikidata_id": "Q3570995", "display_name": "Xinjiang Chalkis Company Ltd", "legal_name": null, "aliases": [], "website": "https://www.chalkistomato.com", "canonical_domain": "chalkistomato.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["agriculture"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese agricultural company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5411 +{"wikidata_id": "Q4802714", "display_name": "AryoGen", "legal_name": null, "aliases": ["Aryogen Co"], "website": "https://www.aryogen.com", "canonical_domain": "aryogen.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 2009, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian medical devices, pharmaceutical and consumer packaged goods manufacturer", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5412 +{"wikidata_id": "Q4855962", "display_name": "Bank Pasargad", "legal_name": null, "aliases": ["Pars Aryan Investing Company", "Pasargad Bank"], "website": "https://en.bpi.ir", "canonical_domain": "bpi.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian banking and financial services corporation", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5413 +{"wikidata_id": "Q5942230", "display_name": "Bank Day", "legal_name": null, "aliases": ["Day Bank", "Day Bank Iran"], "website": "https://day24.ir", "canonical_domain": "day24.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["financial-services"], "industry_labels": ["financial services", "financial sector"], "founded_year": 2011, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian banking and financial services corporation", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5414 +{"wikidata_id": "Q5961325", "display_name": "System Group", "legal_name": null, "aliases": ["SG", "Hamkaran System", "System Group Co."], "website": "https://www.systemgroup.net", "canonical_domain": "systemgroup.net", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["software"], "industry_labels": ["software development"], "founded_year": 1987, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian software development company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5415 +{"wikidata_id": "Q6443830", "display_name": "Kumho Engineering and Construction", "legal_name": null, "aliases": ["Kumho E&C", "Kumho Industorial"], "website": "https://www.kumhoenc.com", "canonical_domain": "kumhoenc.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["construction"], "industry_labels": ["civil engineering"], "founded_year": 1960, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%EA%B8%88%ED%98%B8%EC%82%B0%EC%97%85%28%EC%98%81%EB%AC%B8%29_B.png", "description": null, "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5416 +{"wikidata_id": "Q6883161", "display_name": "Tanabe Pharma", "legal_name": null, "aliases": ["MTPC", "Tanabe Pharma Corporation", "たなべふぁーまかぶしきがいしゃ", "タナベファーマカブシキガイシャ"], "website": "https://www.tanabe-pharma.com", "canonical_domain": "tanabe-pharma.com", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1933, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "529900ZIO33Q0U4T6Y32", "sec_cik": null, "parent": {"wikidata_id": "Q803873", "name": "Bain Capital"}, "logo_url": null, "description": "Japanese pharmaceuticals company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5417 +{"wikidata_id": "Q721373", "display_name": "Pars Oil Company", "legal_name": null, "aliases": ["Pars Oil", "Pars Oil Limited"], "website": "https://www.parsoilco.com", "canonical_domain": "parsoilco.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian oil and gas company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5418 +{"wikidata_id": "Q7893681", "display_name": "Unitel Mongolia", "legal_name": null, "aliases": [], "website": "https://www.unitel.mn", "canonical_domain": "unitel.mn", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2005, "employees": 1000, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Unitel_Logo.png", "description": "Mongolian telecommunications company", "sitelinks": 4, "importance": 0.2692, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5419 +{"wikidata_id": "Q106776298", "display_name": "Muse Group", "legal_name": "MuseCY Management Ltd.", "aliases": [], "website": "https://mu.se", "canonical_domain": "mu.se", "country": "CY", "hq_city": "Limassol", "hq_region": "Limassol District", "lat": 34.675, "lon": 33.04429, "industries": ["education", "software"], "industry_labels": ["music education", "software development"], "founded_year": 2021, "employees": 200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Music software and education company", "sitelinks": 5, "importance": 0.2651, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5420 +{"wikidata_id": "Q69352476", "display_name": "COVER Corporation", "legal_name": "カバー株式会社", "aliases": ["Cover", "COVER Corp."], "website": "https://cover-corp.com", "canonical_domain": "cover-corp.com", "country": "JP", "hq_city": "Tachō", "hq_region": "Chiyoda", "lat": 35.69378, "lon": 139.76926, "industries": ["entertainment"], "industry_labels": ["entertainment industry"], "founded_year": 2016, "employees": 743, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cover_Corporation_vertical_logo.svg", "description": null, "sitelinks": 4, "importance": 0.2649, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5421 +{"wikidata_id": "Q2463555", "display_name": "TÜVTÜRK", "legal_name": null, "aliases": [], "website": "https://www.tuvturk.com.tr", "canonical_domain": "tuvturk.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": [], "industry_labels": [], "founded_year": 2007, "employees": 3500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q880718", "name": "TÜV Süd"}, "logo_url": null, "description": "Technischer Überwachungsverein", "sitelinks": 3, "importance": 0.2639, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5422 +{"wikidata_id": "Q96099956", "display_name": "Sumber Alfaria Trijaya", "legal_name": "PT Sumber Alfaria Trijaya Tbk.", "aliases": ["AMRT"], "website": "https://alfamart.co.id", "canonical_domain": "alfamart.co.id", "country": "ID", "hq_city": "Tangerang", "hq_region": "Banten", "lat": -6.17028, "lon": 106.64028, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": 79, "public_company": true, "ticker": "AMRT", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Alfamart.svg", "description": "Indonesian company", "sitelinks": 0, "importance": 0.2634, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5423 +{"wikidata_id": "Q6964738", "display_name": "Naot", "legal_name": null, "aliases": ["Teva Naot"], "website": "https://www.tevanaot.co.il", "canonical_domain": "tevanaot.co.il", "country": "IL", "hq_city": "Neot Mordechai", "hq_region": "Upper Galilee Regional Council", "lat": 33.15994, "lon": 35.59669, "industries": ["apparel"], "industry_labels": ["footwear industry"], "founded_year": 1942, "employees": 600, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RGB_NAOT_Logo_Burgundy.jpg", "description": "Israeli production company for shoes and sandals", "sitelinks": 4, "importance": 0.2618, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5424 +{"wikidata_id": "Q850608", "display_name": "Rising Production", "legal_name": null, "aliases": ["Vision Factory"], "website": "https://www.visionfactory.jp", "canonical_domain": "visionfactory.jp", "country": "JP", "hq_city": "Aoyama", "hq_region": "Minato", "lat": 35.672, "lon": 139.723, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1984, "employees": 50, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 6, "importance": 0.2615, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5425 +{"wikidata_id": "Q1003180", "display_name": "Bank for Investment and Development of Vietnam", "legal_name": null, "aliases": ["BIDV"], "website": "https://www.bidv.com.vn", "canonical_domain": "bidv.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_BIDV.svg", "description": "Vietnamese state-owned bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5426 +{"wikidata_id": "Q1049195", "display_name": "Hakone Ropeway", "legal_name": null, "aliases": [], "website": "https://www.hakonenavi.jp", "canonical_domain": "hakonenavi.jp", "country": "JP", "hq_city": "Odawara", "hq_region": "Kanagawa Prefecture", "lat": 35.26461, "lon": 139.15222, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Odakyu_Hakone_StaNo.svg", "description": "ropeway in Japan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5427 +{"wikidata_id": "Q105538901", "display_name": "Postman", "legal_name": null, "aliases": [], "website": "https://www.postman.com", "canonical_domain": "postman.com", "country": "IN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Postman_%28software%29.png", "description": "API development platform", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5428 +{"wikidata_id": "Q1076816", "display_name": "Chowking", "legal_name": null, "aliases": [], "website": "https://www.chowkingusa.com", "canonical_domain": "chowkingusa.com", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["food-beverage"], "industry_labels": ["quick service restaurant sector"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q37614", "name": "Jollibee"}, "logo_url": null, "description": "Philippine-based Chinese restaurant chain", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5429 +{"wikidata_id": "Q109346639", "display_name": "Greater Bay Airlines", "legal_name": null, "aliases": ["Donghai Airlines"], "website": "https://www.greaterbay-airlines.com", "canonical_domain": "greaterbay-airlines.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Hong Kong-based low-cost airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5430 +{"wikidata_id": "Q109973625", "display_name": "flyone.eu", "legal_name": null, "aliases": [], "website": "https://flyone.eu", "canonical_domain": "flyone.eu", "country": "AM", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q26880381", "name": "FlyOne"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FLYONE_AM_LOGO_NEW.png", "description": "Armenian low-cost airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5431 +{"wikidata_id": "Q113739147", "display_name": "Southwind Airlines", "legal_name": null, "aliases": ["STW", "2S"], "website": "https://southwindairlines.com", "canonical_domain": "southwindairlines.com", "country": "TR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5432 +{"wikidata_id": "Q1140939", "display_name": "Turkish Petroleum Corporation", "legal_name": null, "aliases": ["TPAO"], "website": "https://www.tpao.gov.tr", "canonical_domain": "tpao.gov.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/T%C3%BCrkiye_Petrolleri_logo.svg", "description": "Turkish national oil company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5433 +{"wikidata_id": "Q1163521", "display_name": "Masdar", "legal_name": null, "aliases": ["Abu Dhabi Future Energy Company"], "website": "https://www.masdar.ae", "canonical_domain": "masdar.ae", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["renewables", "energy"], "industry_labels": ["renewable energy", "clean energy", "green hydrogen"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "213800BBECR1I9FTPZ70", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MASDAR_Logo.svg", "description": "global renewable energy company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5434 +{"wikidata_id": "Q1192617", "display_name": "Antec", "legal_name": null, "aliases": [], "website": "https://www.antec.com", "canonical_domain": "antec.com", "country": "TW", "hq_city": "Fremont", "hq_region": "Alameda County", "lat": 37.54861, "lon": -121.98833, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Antec_2017_logo.svg", "description": "Taiwanese computer hardware company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5435 +{"wikidata_id": "Q122575", "display_name": "Saregama", "legal_name": null, "aliases": ["Sa Re Ga Ma", "Saregama India Ltd.", "The Gramophone Company of India Ltd"], "website": "https://www.saregama.com", "canonical_domain": "saregama.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1901, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96400900", "name": "RP-Sanjiv Goenka Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saregama_logo_transparent.png", "description": "India’s oldest music label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5436 +{"wikidata_id": "Q126126530", "display_name": "Centrum Air", "legal_name": null, "aliases": [], "website": "https://www.centrum-air.com", "canonical_domain": "centrum-air.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline of Uzbekistan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5437 +{"wikidata_id": "Q1262892", "display_name": "Dubai Holding", "legal_name": null, "aliases": [], "website": "https://dubaiholding.com", "canonical_domain": "dubaiholding.com", "country": "AE", "hq_city": "Emirates Towers", "hq_region": "Dubai", "lat": 25.21758, "lon": 55.28306, "industries": ["media"], "industry_labels": ["media industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AW_DH_PV_POS_RGB_EN_%28002%29.png", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5438 +{"wikidata_id": "Q13373587", "display_name": "HBO Asia", "legal_name": null, "aliases": [], "website": "https://www.hboasia.com", "canonical_domain": "hboasia.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": [], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HBO_logo.svg", "description": "Singapore-based broadcast network owned by HBO", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5439 +{"wikidata_id": "Q1369913", "display_name": "Iraq Stock Exchange", "legal_name": null, "aliases": ["Baghdad Stock Exchange", "ISX", "XIQS"], "website": "https://www.isx-iq.net", "canonical_domain": "isx-iq.net", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Mandatory Iraq", "lat": 33.31528, "lon": 44.36611, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Baghdad, Iraq", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5440 +{"wikidata_id": "Q1419457", "display_name": "First International Computer", "legal_name": null, "aliases": ["FIC", "Inc."], "website": "https://www.fic.com.tw", "canonical_domain": "fic.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["electronics industry", "computer hardware industry"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_International_Computer_2022_logo.svg", "description": "business enterprise", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5441 +{"wikidata_id": "Q1552750", "display_name": "GAC Honda", "legal_name": null, "aliases": ["Guangqi Honda"], "website": "https://www.ghac.cn", "canonical_domain": "ghac.cn", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese automobile manufacturing joint venture company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5442 +{"wikidata_id": "Q16164774", "display_name": "AOMG", "legal_name": null, "aliases": ["Above Ordinary Music Group", "Always On My Grind"], "website": "https://www.aomgofficial.com", "canonical_domain": "aomgofficial.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5443 +{"wikidata_id": "Q16167317", "display_name": "C9 Entertainment", "legal_name": null, "aliases": [], "website": "https://c9ent.co.kr", "canonical_domain": "c9ent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label, entertainment agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5444 +{"wikidata_id": "Q1637814", "display_name": "Israel Diamond Exchange", "legal_name": null, "aliases": [], "website": "https://www.isde.co.il", "canonical_domain": "isde.co.il", "country": "IL", "hq_city": "Ramat Gan", "hq_region": "Tel Aviv District", "lat": 32.07001, "lon": 34.82354, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Diamond exchange in Tel Aviv District, Israel", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5445 +{"wikidata_id": "Q168467", "display_name": "Yodobashi Camera", "legal_name": null, "aliases": ["Yodobashi"], "website": "https://www.yodobashi.com", "canonical_domain": "yodobashi.com", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Shinjuku", "lat": 35.69092, "lon": 139.70606, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yodobashi-Camera_logo.png", "description": "Japanese retail chain", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5446 +{"wikidata_id": "Q17019623", "display_name": "Simrik Airlines", "legal_name": null, "aliases": [], "website": "https://www.simrikairlines.com", "canonical_domain": "simrikairlines.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Simriklogo.png", "description": "airline based in Kathmandu, Nepal", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5447 +{"wikidata_id": "Q17065733", "display_name": "Mann Yatanarpon Airlines", "legal_name": null, "aliases": ["Mann Yadanarpon Airlines"], "website": "https://www.airmyp.com", "canonical_domain": "airmyp.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "myanma airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5448 +{"wikidata_id": "Q17069901", "display_name": "Rotana Music Group", "legal_name": "Rotana Music Group", "aliases": ["Rotana Records"], "website": "https://rotana.net", "canonical_domain": "rotana.net", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q21077", "name": "Warner Music Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rotana_Group_Logo.svg", "description": "music and entertainment company owned by Rotana Media Group", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12213826"}, {"related_domain_conflict": "Q12215454"}]}
5449 +{"wikidata_id": "Q17238705", "display_name": "Playism", "legal_name": null, "aliases": ["AGM Playism"], "website": "https://www.playism-games.com", "canonical_domain": "playism-games.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PLAYISM_logo.png", "description": "game distribution platform", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5450 +{"wikidata_id": "Q1773593", "display_name": "TOM'S", "legal_name": null, "aliases": ["TOM'S Co.", "Ltd."], "website": "https://www.tomsracing.co.jp", "canonical_domain": "tomsracing.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": [], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tom_s-logo.png", "description": "Japanese racing team", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5451 +{"wikidata_id": "Q1881326", "display_name": "MEASAT Satellite Systems", "legal_name": null, "aliases": ["Binariang Satellite Systems Sdn. Bhd.", "MEASAT Satellite Systems Sdn. Bhd."], "website": "https://www.measat.com", "canonical_domain": "measat.com", "country": "MY", "hq_city": "Cyberjaya", "hq_region": "Sepang District", "lat": 2.9225, "lon": 101.655, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Measat_Satellite_logo.png", "description": "Malaysian communications satellite operator", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5452 +{"wikidata_id": "Q1975431", "display_name": "Kyrgyzfilm", "legal_name": null, "aliases": [], "website": "https://kirgizfilm.ru", "canonical_domain": "kirgizfilm.ru", "country": "KG", "hq_city": "Bishkek", "hq_region": "Kyrgyzstan", "lat": 42.86667, "lon": 74.56667, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National film studio \"Kyrgyzfilm\" named after T. Okeyev", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5453 +{"wikidata_id": "Q19794482", "display_name": "WM Entertainment", "legal_name": null, "aliases": ["StrangeLab"], "website": "https://www.wment.co.kr", "canonical_domain": "wment.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label; talent agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5454 +{"wikidata_id": "Q19856023", "display_name": "Patanjali Ayurved", "legal_name": null, "aliases": [], "website": "https://patanjaliayurved.net", "canonical_domain": "patanjaliayurved.net", "country": "IN", "hq_city": "Haridwar district", "hq_region": "Garhwal division", "lat": 29.96, "lon": 78.16, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Patanjali_Logo.svg", "description": "Indian consumer goods company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5455 +{"wikidata_id": "Q201353", "display_name": "Afghan Telecom", "legal_name": null, "aliases": [], "website": "https://www.afghantelecom.af", "canonical_domain": "afghantelecom.af", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Afghan telecommunication company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5456 +{"wikidata_id": "Q20165812", "display_name": "Fly Baghdad", "legal_name": null, "aliases": [], "website": "https://www.flybaghdad.net", "canonical_domain": "flybaghdad.net", "country": "IQ", "hq_city": "Baghdad International Airport", "hq_region": "Baghdad", "lat": 33.2625, "lon": 44.23444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FlyBaghdad.svg", "description": "Iraqi airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5457 +{"wikidata_id": "Q2023013", "display_name": "OQ Company", "legal_name": null, "aliases": ["OQ"], "website": "https://oq.com", "canonical_domain": "oq.com", "country": "OM", "hq_city": "Muscat", "hq_region": "Muscat Governorate", "lat": 23.61389, "lon": 58.59222, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/OQ_LOGO.svg", "description": "national oil investment company of Oman", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5458 +{"wikidata_id": "Q2068008", "display_name": "Riso Kagaku Corporation", "legal_name": null, "aliases": [], "website": "https://www.riso.co.jp", "canonical_domain": "riso.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Riso_logo.png", "description": "Japanese corporation", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5459 +{"wikidata_id": "Q2151534", "display_name": "Tata Teleservices", "legal_name": null, "aliases": [], "website": "https://www.tataindicom.com", "canonical_domain": "tataindicom.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Tele_Logo.svg", "description": "Indian telecommunications company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5460 +{"wikidata_id": "Q218180", "display_name": "ASG Business Aviation", "legal_name": null, "aliases": [], "website": "https://www.businessaviation.az", "canonical_domain": "businessaviation.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1715027", "name": "Silk Way Airline"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ASG_Business_Aviation_logo.svg", "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5461 +{"wikidata_id": "Q22811103", "display_name": "South Hokkaido Railway Company", "legal_name": "道南いさりび鉄道株式会社", "aliases": ["Hokkaido Southern Area Parallel Local Line Preparation"], "website": "https://www.shr-isaribi.jp", "canonical_domain": "shr-isaribi.jp", "country": "JP", "hq_city": "Hakodate", "hq_region": "Oshima Subprefecture", "lat": 41.76867, "lon": 140.72892, "industries": ["transportation"], "industry_labels": ["railway"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/South_Hokkaido_Railway_Company_logo.svg", "description": "third-sector railway operator in Hokkaido, Japan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5462 +{"wikidata_id": "Q2378901", "display_name": "Lotus's", "legal_name": null, "aliases": ["Tesco Lotus"], "website": "https://www.lotuss.com", "canonical_domain": "lotuss.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotus%27s_Logo.svg", "description": "retail chain in Thailand and Malaysia", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5463 +{"wikidata_id": "Q2482597", "display_name": "indieszero", "legal_name": null, "aliases": [], "website": "https://www.indieszero.co.jp", "canonical_domain": "indieszero.co.jp", "country": "JP", "hq_city": "Musashino", "hq_region": "Tokyo", "lat": 35.71772, "lon": 139.56606, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game development company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5464 +{"wikidata_id": "Q2531906", "display_name": "Mausu Promotion", "legal_name": null, "aliases": ["Ezaki Production", "Ltd."], "website": "https://mausu.net", "canonical_domain": "mausu.net", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mausu_Promotion_Logo.jpeg", "description": "Japanese talent agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5465 +{"wikidata_id": "Q2573130", "display_name": "Walla! Communications Ltd", "legal_name": null, "aliases": ["Walla! Communications"], "website": "https://www.walla.co.il", "canonical_domain": "walla.co.il", "country": "IL", "hq_city": "Israel", "hq_region": null, "lat": 31.0, "lon": 35.0, "industries": ["telecommunications", "media"], "industry_labels": ["telecommunications industry", "media industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q35438", "name": "The Jerusalem Post"}, "logo_url": null, "description": "Israeli internet company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5466 +{"wikidata_id": "Q2668720", "display_name": "Royal Enfield India", "legal_name": null, "aliases": ["Enfield", "RE", "Royal Enfield"], "website": "https://www.royalenfield.com", "canonical_domain": "royalenfield.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Royal_Enfield_logo_new.svg", "description": "Indian motorcycle manufacturing company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5467 +{"wikidata_id": "Q2691308", "display_name": "Greenwich Pizza", "legal_name": null, "aliases": [], "website": "https://www.greenwich.com.ph", "canonical_domain": "greenwich.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["food-beverage", "retail"], "industry_labels": ["gastronomy", "retail"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Greenwich_Pizza_logo.svg", "description": "pizza and pasta chain in the Philippines", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5468 +{"wikidata_id": "Q2706709", "display_name": "h.a.n.d.", "legal_name": null, "aliases": ["h.a.n.d. Inc.", "Hokkaido Artists' Network and Development"], "website": "https://www.hand.co.jp", "canonical_domain": "hand.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5469 +{"wikidata_id": "Q2864821", "display_name": "Artdink", "legal_name": null, "aliases": ["ARTDINK"], "website": "https://www.artdink.co.jp", "canonical_domain": "artdink.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Artdink_logo.svg", "description": "Japanese video game developer and publisher", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5470 +{"wikidata_id": "Q2883425", "display_name": "National Bank of Pakistan", "legal_name": null, "aliases": [], "website": "https://www.nbp.com.pk", "canonical_domain": "nbp.com.pk", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government-owned commercial bank in Pakistan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5471 +{"wikidata_id": "Q2896748", "display_name": "Ayit Aviation and Tourism", "legal_name": null, "aliases": [], "website": "https://www.ayit.co.il", "canonical_domain": "ayit.co.il", "country": "IL", "hq_city": "Beersheba", "hq_region": "Beersheba Subdistrict", "lat": 31.28661, "lon": 34.72428, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli domestic airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5472 +{"wikidata_id": "Q29124183", "display_name": "First Abu Dhabi Bank", "legal_name": null, "aliases": [], "website": "https://fabsecurities-ex.com", "canonical_domain": "fabsecurities-ex.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["banking", "financial-services"], "industry_labels": ["bank", "financial sector"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/First_Abu_Dhabi_Bank_Logo.svg", "description": "bank in the United Arab Emirates", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5473 +{"wikidata_id": "Q2917333", "display_name": "Institute for Palestine Studies", "legal_name": null, "aliases": ["IPS"], "website": "https://www.palestine-studies.org", "canonical_domain": "palestine-studies.org", "country": "LB", "hq_city": null, "hq_region": null, "lat": 33.88669, "lon": 35.48556, "industries": ["media"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Independent research institution", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5474 +{"wikidata_id": "Q2920445", "display_name": "BEML Limited", "legal_name": null, "aliases": ["BEML", "Bharat Earth Movers", "Bharat Earth Movers Limited"], "website": "https://www.bemlindia.com", "canonical_domain": "bemlindia.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Public Sector heavy equipment manufacturer in India.", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5475 +{"wikidata_id": "Q29514946", "display_name": "MNH Entertainment", "legal_name": null, "aliases": ["M&H Entertainment"], "website": "https://mnhenter.com", "canonical_domain": "mnhenter.com", "country": "KR", "hq_city": "Mapo District", "hq_region": "Seoul", "lat": 37.56381, "lon": 126.90841, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MNH_Entertainment.png", "description": "South Korean talent agency, record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5476 +{"wikidata_id": "Q2983159", "display_name": "Sting", "legal_name": null, "aliases": ["Sting Entertainment", "Inc."], "website": "https://www.sting.co.jp", "canonical_domain": "sting.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese game development studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5477 +{"wikidata_id": "Q2987325", "display_name": "Tōkai Gakki", "legal_name": null, "aliases": ["Tokai Gakki Co.", "Ltd."], "website": "https://tokaijapan.com", "canonical_domain": "tokaijapan.com", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": [], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tokai_gakki_logo.png", "description": "Japanese guitar", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5478 +{"wikidata_id": "Q3106812", "display_name": "Indonesia Air Transport", "legal_name": null, "aliases": [], "website": "https://www.indonesia-air.com", "canonical_domain": "indonesia-air.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96100302"}]}
5479 +{"wikidata_id": "Q3179765", "display_name": "Nakhchivan Automobile Plant", "legal_name": null, "aliases": [], "website": "https://naz.az", "canonical_domain": "naz.az", "country": "AZ", "hq_city": "Nakhchivan", "hq_region": "Nakhchivan Autonomous Republic", "lat": 39.20889, "lon": 45.41222, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nakhchivan_Automobile_Plant_has_become_the_eighth_Official_Supporter_of_Baku_2015_1%281%29_%282%29.jpg", "description": "automobile manufacturer in Azerbaijan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5480 +{"wikidata_id": "Q3279613", "display_name": "Astro Malaysia", "legal_name": null, "aliases": [], "website": "https://www.astro.com.my", "canonical_domain": "astro.com.my", "country": "MY", "hq_city": "Bukit Jalil", "hq_region": "Kuala Lumpur", "lat": 3.0563, "lon": 101.689, "industries": ["media"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3242264", "name": "Astro Malaysia Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Astro_2016_logo.svg", "description": "The first satellite for television and radio operation in Malaysia", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5481 +{"wikidata_id": "Q339438", "display_name": "Dagong Global Credit Rating", "legal_name": null, "aliases": [], "website": "https://www.dagongcredit.com", "canonical_domain": "dagongcredit.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese state-owned credit rating agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5482 +{"wikidata_id": "Q3518849", "display_name": "Tata DoCoMo", "legal_name": null, "aliases": [], "website": "https://www.airtel.in", "canonical_domain": "airtel.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["telecommunications"], "industry_labels": ["mobile phone industry", "telecommunications industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tata_Docomo_Logo.png", "description": "Indian telecommunication company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12417027"}, {"related_domain_conflict": "Q3525208"}]}
5483 +{"wikidata_id": "Q3543891", "display_name": "Daiei", "legal_name": null, "aliases": ["The Daiei", "Inc."], "website": "https://www.daiei.co.jp", "canonical_domain": "daiei.co.jp", "country": "JP", "hq_city": "Minatojima Nakamachi", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q271413", "name": "Aeon"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daiei_logo.svg", "description": "Japanese supermarket firm", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5484 +{"wikidata_id": "Q3646611", "display_name": "Geocell", "legal_name": null, "aliases": [], "website": "https://geocell.ge", "canonical_domain": "geocell.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q12869272", "name": "Silknet"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Geocell_logo.png", "description": "former Georgian mobile operator", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5485 +{"wikidata_id": "Q369041", "display_name": "HannStar Display Corporation", "legal_name": null, "aliases": [], "website": "https://www.hannstar.com", "canonical_domain": "hannstar.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HannStar.png", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5486 +{"wikidata_id": "Q371934", "display_name": "Eczacıbaşı", "legal_name": null, "aliases": [], "website": "https://www.eczacibasi.com.tr", "canonical_domain": "eczacibasi.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5487 +{"wikidata_id": "Q4204153", "display_name": "Vernalossom", "legal_name": null, "aliases": ["AKS", "AKS Co.", "Ltd."], "website": "https://vernalossom.jp", "canonical_domain": "vernalossom.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese talent agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5488 +{"wikidata_id": "Q4391877", "display_name": "Formosa Plastics Group", "legal_name": null, "aliases": ["Formosa Petrochemical"], "website": "https://fpg.com.tw", "canonical_domain": "fpg.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["chemicals", "manufacturing"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "conglomerate in Taiwan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5489 +{"wikidata_id": "Q4393626", "display_name": "Tashkent Stock Exchange", "legal_name": null, "aliases": ["Toshkent Republican Stock Exchange", "UZSE"], "website": "https://www.uzse.uz", "canonical_domain": "uzse.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_RSE_%22Toshkent%22.png", "description": "stock exchange in Uzbekistan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q125505868"}]}
5490 +{"wikidata_id": "Q4816711", "display_name": "Atlantis Armenian Airlines", "legal_name": null, "aliases": ["Atlantis European Airways"], "website": "https://atlantis.am", "canonical_domain": "atlantis.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former Armenian airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5491 +{"wikidata_id": "Q4828598", "display_name": "Aviastar", "legal_name": null, "aliases": [], "website": "https://www.aviastar.biz", "canonical_domain": "aviastar.biz", "country": "ID", "hq_city": "East Jakarta", "hq_region": "Jakarta", "lat": -6.21, "lon": 106.94, "industries": ["airlines"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian domestic passenger airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5492 +{"wikidata_id": "Q48989772", "display_name": "Blockberry Creative", "legal_name": null, "aliases": [], "website": "https://www.blockberrycreative.co", "canonical_domain": "blockberrycreative.co", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BlockBerry_Creative_logo.svg", "description": "South Korean record label", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5493 +{"wikidata_id": "Q5012265", "display_name": "CJ ENM Films & Television", "legal_name": null, "aliases": ["CJ E&M Film Division", "CJ E&M Pictures", "CJ ENM Türkiye", "CJ Entertainment", "CGV Arthouse", "CJ Entertainment Turkey", "Filament Pictures"], "website": "https://www.cjent.co.kr", "canonical_domain": "cjent.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["media", "entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483593", "name": "CJ Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CJ_ENM_Logo.svg", "description": "South Korean film company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5494 +{"wikidata_id": "Q5099789", "display_name": "China Motor Corporation", "legal_name": null, "aliases": [], "website": "https://www.china-motor.com.tw", "canonical_domain": "china-motor.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/China_Motor_Corporation_logo_plate_20211003.jpg", "description": "Taiwanese automobile manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5495 +{"wikidata_id": "Q5099859", "display_name": "China Poly Group Corporation", "legal_name": null, "aliases": [], "website": "https://www.poly.com.cn", "canonical_domain": "poly.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5496 +{"wikidata_id": "Q5361526", "display_name": "Tombow", "legal_name": null, "aliases": ["Tombow.", "Tombow.Co.", "Ltd.", "Tombow.Co.", "Ltd. (Japan)"], "website": "https://www.tombow.com", "canonical_domain": "tombow.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["stationery"], "founded_year": 1913, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tombow_pencil_logo.svg", "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5497 +{"wikidata_id": "Q55736867", "display_name": "DNA Motors", "legal_name": null, "aliases": ["Daelim", "Daelim Motor", "Daelim Motor Company", "Ltd"], "website": "https://www.dnamotors.co.kr", "canonical_domain": "dnamotors.co.kr", "country": "KR", "hq_city": "South Korea", "hq_region": null, "lat": 36.0, "lon": 128.0, "industries": ["automotive"], "industry_labels": ["motorcycle industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean motorcycle manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5498 +{"wikidata_id": "Q5639783", "display_name": "Haitong Securities", "legal_name": null, "aliases": ["Haitong Securities Co.", "Ltd."], "website": "https://www.htsec.com", "canonical_domain": "htsec.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["financial-services"], "industry_labels": ["security"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5499 +{"wikidata_id": "Q5878076", "display_name": "Hokkaido Bank", "legal_name": null, "aliases": [], "website": "https://www.hokkaidobank.co.jp", "canonical_domain": "hokkaidobank.co.jp", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300PKUFGFKKY0C917", "sec_cik": null, "parent": {"wikidata_id": "Q11277712", "name": "Hokuhoku Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Hokkaido_Bank_Logo.svg", "description": "Japanese bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5500 +{"wikidata_id": "Q619050", "display_name": "Asia Cargo Airlines", "legal_name": null, "aliases": ["Tri-MG Intra Asia Airlines"], "website": "https://www.asiacargonetworkgroup.com", "canonical_domain": "asiacargonetworkgroup.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Asia_Cargo_Airlines.png", "description": "airline", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5501 +{"wikidata_id": "Q625573", "display_name": "Nexen Tire", "legal_name": null, "aliases": ["Nexen"], "website": "https://www.nexentire.com", "canonical_domain": "nexentire.com", "country": "KR", "hq_city": "Yangsan", "hq_region": "South Gyeongsang", "lat": 35.33861, "lon": 129.03861, "industries": ["automotive", "manufacturing"], "industry_labels": [], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nexen_Tire_Logo.png", "description": "South Korean tire manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5502 +{"wikidata_id": "Q63441520", "display_name": "Armenia Airways", "legal_name": null, "aliases": [], "website": "https://armeniaairways.am", "canonical_domain": "armeniaairways.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Armenian airline based in Yerevan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5503 +{"wikidata_id": "Q635836", "display_name": "Digiturk", "legal_name": null, "aliases": [], "website": "https://www.digiturk.com.tr", "canonical_domain": "digiturk.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q19650330", "name": "beIN Media Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Digiturk_logo.svg", "description": "Turkish satellite tv provider", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5504 +{"wikidata_id": "Q6431646", "display_name": "Korea Hydro & Nuclear Power", "legal_name": "한국수력원자력", "aliases": ["KHNP", "Korea Hydro & Nuclear Power Corporation"], "website": "https://www.khnp.co.kr", "canonical_domain": "khnp.co.kr", "country": "KR", "hq_city": "Gyeongju", "hq_region": "North Gyeongsang", "lat": 35.85, "lon": 129.21667, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "9884008CRY5MLCN8OQ43", "sec_cik": null, "parent": {"wikidata_id": "Q486737", "name": "Korea Electric Power Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KHNP_Logo.svg", "description": "energy company in South Korea", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5505 +{"wikidata_id": "Q647493", "display_name": "Arts Vision", "legal_name": null, "aliases": ["Arts Vision Incorporated"], "website": "https://www.artsvision.co.jp", "canonical_domain": "artsvision.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arts_Vision_Logo.jpg", "description": "Japanese talent agency", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5506 +{"wikidata_id": "Q65064", "display_name": "Asam Sahitya Sabha", "legal_name": null, "aliases": [], "website": "https://www.asamsahityasabha.com", "canonical_domain": "asamsahityasabha.com", "country": "IN", "hq_city": "Chandra Kanta Handique Bhawan", "hq_region": "Jorhat", "lat": 26.75786, "lon": 94.20904, "industries": ["media"], "industry_labels": [], "founded_year": 1917, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asam_Sahitya_Sabha_Logo.png", "description": "literary society", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5507 +{"wikidata_id": "Q658126", "display_name": "Syrian Railways", "legal_name": null, "aliases": ["CFS", "Chemins de fer syriens"], "website": "https://www.cfssyria.sy", "canonical_domain": "cfssyria.sy", "country": "SY", "hq_city": "Aleppo", "hq_region": "Mount Simeon District", "lat": 36.2, "lon": 37.16, "industries": ["transportation"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national railway company of Syria", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5508 +{"wikidata_id": "Q6713732", "display_name": "M2", "legal_name": "M2 Co., Ltd.", "aliases": ["M2 Co. Ltd", "M2 Co.", "Ltd."], "website": "https://www.mtwo.co.jp", "canonical_domain": "mtwo.co.jp", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/M2_%28game_company%29_logo.svg", "description": "video game developer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5509 +{"wikidata_id": "Q6917320", "display_name": "Mother Dairy", "legal_name": null, "aliases": [], "website": "https://www.motherdairy.com", "canonical_domain": "motherdairy.com", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.66667, "lon": 77.21667, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MD_with_R.jpg", "description": "subsidiary of National Dairy Development Board", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5510 +{"wikidata_id": "Q6934556", "display_name": "Culver Max Entertainment", "legal_name": "Sony Pictures Networks India", "aliases": ["MSM", "IDream Productions", "MSM Asia", "MSM Motion Pictures", "Multi Screen Media", "Multi Screen Media Private Limited", "Set India Private Limited", "Sony Pictures Entertainment India"], "website": "https://www.sonypicturesnetworks.com", "canonical_domain": "sonypicturesnetworks.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment", "media"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian media company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5511 +{"wikidata_id": "Q701540", "display_name": "Taiwan Cooperative Bank", "legal_name": "合作金庫商業銀行股份有限公司", "aliases": [], "website": "https://www.tcb-bank.com.tw", "canonical_domain": "tcb-bank.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q10916756", "name": "Taiwan Cooperative Financial Holding Co., Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Department_of_Business%2C_Taiwan_Cooperative_Bank_20171216.jpg", "description": "Taiwanese bank", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5512 +{"wikidata_id": "Q701636", "display_name": "Powerchip", "legal_name": null, "aliases": ["PSMC", "Powerchip Semiconductor", "Powerchip Semiconductor Manufacturing Corporation"], "website": "https://www.powerchip.com", "canonical_domain": "powerchip.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry in Taiwan"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PSMC_logo.svg", "description": "Taiwanese semiconductor manufacturer", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5513 +{"wikidata_id": "Q707252", "display_name": "TVBS Media Inc.", "legal_name": null, "aliases": ["TVBS", "Television Broadcasts Satellite"], "website": "https://www.tvbs.com.tw", "canonical_domain": "tvbs.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["media"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese media company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5514 +{"wikidata_id": "Q7157843", "display_name": "Peak Sport", "legal_name": null, "aliases": ["Peak Sport Products"], "website": "https://www.peaksport.net", "canonical_domain": "peaksport.net", "country": "CN", "hq_city": "Quanzhou", "hq_region": "Fujian", "lat": 24.91389, "lon": 118.58583, "industries": ["apparel"], "industry_labels": [], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Peak_Logo.svg", "description": "Chinese sportswear company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5515 +{"wikidata_id": "Q733307", "display_name": "Fighting Network Rings", "legal_name": "Fighting Network RINGS", "aliases": [], "website": "https://rings.co.jp", "canonical_domain": "rings.co.jp", "country": "JP", "hq_city": "Chigasakiminami", "hq_region": "Tsuzuki-ku", "lat": 35.53887, "lon": 139.57746, "industries": ["entertainment"], "industry_labels": ["mixed martial arts"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese professional wrestling and mixed martial arts promotion", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5516 +{"wikidata_id": "Q746263", "display_name": "Kazpost", "legal_name": null, "aliases": [], "website": "https://qazpost.kz", "canonical_domain": "qazpost.kz", "country": "KZ", "hq_city": "Almaty", "hq_region": "Kazakhstan", "lat": 43.24, "lon": 76.915, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1883, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4407014", "name": "Samruk-Kazyna"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/QazPost_logo.svg", "description": "national postal service of Kazakhstan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5517 +{"wikidata_id": "Q7676423", "display_name": "Taisho Pharmaceutical Co.", "legal_name": null, "aliases": [], "website": "https://www.taisho.co.jp", "canonical_domain": "taisho.co.jp", "country": "JP", "hq_city": "Takada", "hq_region": "Toshima", "lat": 35.71554, "lon": 139.71251, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1928, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11436726", "name": "Taisho Pharmaceutical"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Taisho_logo.svg", "description": "Japanese pharmaceutical company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5518 +{"wikidata_id": "Q846298", "display_name": "Japan Racing Association", "legal_name": "日本中央競馬会", "aliases": ["JRA", "Equine Research Institute Japan Racing Association"], "website": "https://jra.jp", "canonical_domain": "jra.jp", "country": "JP", "hq_city": "Nishi-Shinbashi", "hq_region": "Minato", "lat": 35.66611, "lon": 139.75222, "industries": ["automotive"], "industry_labels": ["equestrian sport"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1376786", "name": "Ministry of Agriculture, Forestry and Fisheries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Racing_Association_logo.svg", "description": "horse racing organization in Japan", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5519 +{"wikidata_id": "Q855533", "display_name": "Lee Kum Kee", "legal_name": null, "aliases": [], "website": "https://www.lkk.com", "canonical_domain": "lkk.com", "country": "HK", "hq_city": "Tai Po District", "hq_region": "Hong Kong", "lat": 22.4508, "lon": 114.164, "industries": ["food-beverage"], "industry_labels": ["food"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5520 +{"wikidata_id": "Q926062", "display_name": "Chemical Society of Japan", "legal_name": null, "aliases": ["The Chemical Society of Japan", "CSJ"], "website": "https://www.chemistry.or.jp", "canonical_domain": "chemistry.or.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals", "media"], "industry_labels": [], "founded_year": 1878, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "organization", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5521 +{"wikidata_id": "Q93589992", "display_name": "Okuruto Noboru", "legal_name": null, "aliases": ["Okuruto Noboru Inc."], "website": "https://okurutonoboru.co.jp", "canonical_domain": "okurutonoboru.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.73274, "lon": 139.70013, "industries": ["entertainment"], "industry_labels": ["anime industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Okuru_to_Noboru_logo.jpg", "description": "Japanese animation studio", "sitelinks": 11, "importance": 0.2612, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5522 +{"wikidata_id": "Q96574751", "display_name": "foresight automotive LTD", "legal_name": "פורסייט אוטונומס הולדינגס בע''מ", "aliases": ["Foresight Autonomous Holdings Ltd"], "website": "https://www.foresightauto.com", "canonical_domain": "foresightauto.com", "country": "IL", "hq_city": "Ness Ziona", "hq_region": "Israel", "lat": 31.93333, "lon": 34.8, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1977, "employees": 61, "public_company": true, "ticker": "FRSX", "exchange": "Tel Aviv Stock Exchange", "lei": "5299005KAEJOQ73AME77", "sec_cik": "1691221", "parent": null, "logo_url": null, "description": "Developing automotive sensor systems.", "sitelinks": 0, "importance": 0.2597, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1691221", "enriched_at": "2026-09-13T07:23:44+00:00"}}
5523 +{"wikidata_id": "Q6718506", "display_name": "MTO", "legal_name": null, "aliases": ["MTO.Co.", "Ltd."], "website": "https://www.mto-power.com", "canonical_domain": "mto-power.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": 15, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Yokohama-based video game developer and publisher founded in May 1996", "sitelinks": 7, "importance": 0.2588, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5524 +{"wikidata_id": "Q113613759", "display_name": "Kitalive", "legal_name": null, "aliases": ["Kitalive Inc."], "website": "https://www.kitalive.co.jp", "canonical_domain": "kitalive.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": 55, "public_company": true, "ticker": "5039", "exchange": "Ambitious", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 0, "importance": 0.2583, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5525 +{"wikidata_id": "Q16246787", "display_name": "Gold Apollo Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.gapollo.com.tw", "canonical_domain": "gapollo.com.tw", "country": "TW", "hq_city": "New Taipei City", "hq_region": "Taiwan", "lat": 25.0125, "lon": 121.465, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1995, "employees": 40, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gapollo_logo.jpg", "description": "electronics manufacturer based in Taiwan", "sitelinks": 6, "importance": 0.2583, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5526 +{"wikidata_id": "Q4050574", "display_name": "TCM Corporation", "legal_name": null, "aliases": ["TCM", "Toyo Carrier Manufacturing", "Toyo Carriers Manufacturing Co.", "Ltd.", "Toyo Umpanki", "Toyo Umpanki Co.", "Ltd"], "website": "https://www.tcmglobal.net", "canonical_domain": "tcmglobal.net", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1949, "employees": 2371, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese forklift trucks brand, now distributed by Mitsubishi Logisnext", "sitelinks": 3, "importance": 0.2582, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5527 +{"wikidata_id": "Q843332", "display_name": "Hiroshima Home Television", "legal_name": null, "aliases": ["UHT", "HOME Television", "HOME TV"], "website": "https://www.home-tv.co.jp", "canonical_domain": "home-tv.co.jp", "country": "JP", "hq_city": "Hiroshima", "hq_region": "Hiroshima Prefecture", "lat": 34.41381, "lon": 132.46288, "industries": ["media"], "industry_labels": [], "founded_year": 1969, "employees": 107, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q444649", "name": "Asahi Shimbun Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hometv_logo.svg", "description": "Television station in Hiroshima, Japan", "sitelinks": 5, "importance": 0.2562, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5528 +{"wikidata_id": "Q3082642", "display_name": "Miyagi Television Broadcasting", "legal_name": "株式会社 宮城テレビ放送", "aliases": ["MTB", "MMT", "Miyagi TV", "Miyatere"], "website": "https://www.mmt-tv.co.jp", "canonical_domain": "mmt-tv.co.jp", "country": "JP", "hq_city": "Miyagi Prefecture", "hq_region": "Japan", "lat": 38.26954, "lon": 140.93554, "industries": ["media"], "industry_labels": ["television network"], "founded_year": 1970, "employees": 103, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mmt_logo.svg", "description": "Japanese television station", "sitelinks": 5, "importance": 0.2556, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5529 +{"wikidata_id": "Q130692307", "display_name": "01.AI", "legal_name": null, "aliases": ["Lingyi Wanwu", "Beijing Lingyi Wanwu Information Technology Co.", "Ltd."], "website": "https://www.01.ai", "canonical_domain": "01.ai", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2023, "employees": 100, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/01.AI.png", "description": "artificial intelligence company", "sitelinks": 5, "importance": 0.2552, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5530 +{"wikidata_id": "Q843197", "display_name": "TV. Shinshu", "legal_name": "株式会社テレビ信州", "aliases": ["TV Shinshu Broadcasting Co.", "Ltd."], "website": "https://www.tsb.jp", "canonical_domain": "tsb.jp", "country": "JP", "hq_city": "Nagano Prefecture", "hq_region": "Japan", "lat": 36.63689, "lon": 138.18799, "industries": ["media"], "industry_labels": ["television network"], "founded_year": 1979, "employees": 87, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tsb_logo_ja.svg", "description": "company", "sitelinks": 5, "importance": 0.2532, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5531 +{"wikidata_id": "Q11388277", "display_name": "varus.co.jp", "legal_name": null, "aliases": [], "website": "https://www.varus.co.jp", "canonical_domain": "varus.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": 254, "public_company": true, "ticker": null, "exchange": "Ambitious", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2531, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5532 +{"wikidata_id": "Q96574614", "display_name": "Safe-T Group", "legal_name": "סייפ-טי גרופ בע''מ", "aliases": ["Safe-T Data A.R LTD"], "website": "https://www.safetgroup.com", "canonical_domain": "safetgroup.com", "country": "IL", "hq_city": "Herzliya", "hq_region": "Tel Aviv District", "lat": 32.15556, "lon": 34.84222, "industries": ["technology"], "industry_labels": ["technology"], "founded_year": 1989, "employees": 36, "public_company": true, "ticker": "SFET", "exchange": "Tel Aviv Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Provider of software secure access solutions.", "sitelinks": 0, "importance": 0.2523, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5533 +{"wikidata_id": "Q1001052", "display_name": "Gorkha Airlines", "legal_name": null, "aliases": ["Gorkha Airlines Pvt. Ltd."], "website": "https://www.gorkhaairlines.com", "canonical_domain": "gorkhaairlines.com", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.71, "lon": 85.32, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based in Kathmandu, Nepal", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5534 +{"wikidata_id": "Q1005532", "display_name": "Fujitec", "legal_name": null, "aliases": [], "website": "https://www.fujitec.co.jp", "canonical_domain": "fujitec.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1948, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/FUJITEC_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5535 +{"wikidata_id": "Q101208285", "display_name": "Myanmar National Airlines", "legal_name": null, "aliases": [], "website": "https://secure.flymna.com", "canonical_domain": "flymna.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "national airline (Myanmar)", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5536 +{"wikidata_id": "Q1017549", "display_name": "Business Air", "legal_name": null, "aliases": ["Intira Airlines"], "website": "https://www.businessaircenter.com", "canonical_domain": "businessaircenter.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5537 +{"wikidata_id": "Q10371083", "display_name": "Shineray Group", "legal_name": null, "aliases": ["Shineray"], "website": "https://www.shineray.com", "canonical_domain": "shineray.com", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.55, "lon": 106.50694, "industries": ["automotive"], "industry_labels": ["automotive industry", "motorcycle industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shineray_250x250_Mesa_de_trabajo_1.jpg", "description": "Chinese holding", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5538 +{"wikidata_id": "Q1042271", "display_name": "Inokom", "legal_name": null, "aliases": [], "website": "https://www.inokom.com.my", "canonical_domain": "inokom.com.my", "country": "MY", "hq_city": "Kulim", "hq_region": "Kedah", "lat": 5.365, "lon": 100.56167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5539 +{"wikidata_id": "Q1043519", "display_name": "Carmel Winery", "legal_name": null, "aliases": [], "website": "https://www.carmelwines.co.il", "canonical_domain": "carmelwines.co.il", "country": "IL", "hq_city": "Rishon LeZion", "hq_region": "Rehovot sub-district", "lat": 31.95, "lon": 34.8, "industries": ["food-beverage", "retail"], "industry_labels": [], "founded_year": 1882, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q41189", "name": "Jewish Agency for Israel"}, "logo_url": null, "description": "vineyard and leading Israeli winery with large-scale global distribution and significant market share in the kosher wine industry", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5540 +{"wikidata_id": "Q104843604", "display_name": "Yango Group", "legal_name": null, "aliases": ["Yango"], "website": "https://yango.com", "canonical_domain": "yango.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": [], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yango_%28entreprise%29.png", "description": "company headquartered in Dubai", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5541 +{"wikidata_id": "Q1071849", "display_name": "Hangzhou Wahaha Group", "legal_name": null, "aliases": [], "website": "https://www.wahaha.com.cn", "canonical_domain": "wahaha.com.cn", "country": "CN", "hq_city": "Hangzhou", "hq_region": "Zhejiang", "lat": 30.25, "lon": 120.1675, "industries": [], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wahaha.png", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17032450"}]}
5542 +{"wikidata_id": "Q1073332", "display_name": "China Metallurgical Group Corporation", "legal_name": null, "aliases": ["MCC", "China MCC", "China Metallurgical (Group) Corporation", "MCC China"], "website": "https://www.mcc.com.cn", "canonical_domain": "mcc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["mining"], "industry_labels": ["metallurgy", "mining"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q846839", "name": "China Minmetals"}, "logo_url": null, "description": "subsidiary company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5543 +{"wikidata_id": "Q1073547", "display_name": "China Xinhua Airlines", "legal_name": null, "aliases": [], "website": "https://www.chinaxinhuaair.com", "canonical_domain": "chinaxinhuaair.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q292428", "name": "Hainan Airlines"}, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5544 +{"wikidata_id": "Q10831597", "display_name": "Vingroup", "legal_name": null, "aliases": [], "website": "https://vingroup.net", "canonical_domain": "vingroup.net", "country": "VN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vingroup_logo.svg", "description": "Vietnam's largest diversified private economic group.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5545 +{"wikidata_id": "Q11133743", "display_name": "KeyEast", "legal_name": null, "aliases": ["KeyEast Co.", "Ltd.", "Tuneboom Korea Co.", "Ltd."], "website": "https://www.keyeast.co.kr", "canonical_domain": "keyeast.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q116281132", "name": "SM Studios"}, "logo_url": null, "description": "South Korean management agency founded by actor Bae Yong-joon; record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5546 +{"wikidata_id": "Q11190752", "display_name": "Bandai Namco Forge Digitals", "legal_name": null, "aliases": [], "website": "https://fd.bandainamco.jp", "canonical_domain": "bandainamco.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_Holdings_logo_%282022%2C_with_tagline%29.svg", "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5547 +{"wikidata_id": "Q11230855", "display_name": "Mages", "legal_name": null, "aliases": ["Mages. Inc."], "website": "https://mages.co.jp", "canonical_domain": "mages.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mages_Logo_6.2020.svg", "description": "Japanese media company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5548 +{"wikidata_id": "Q11282458", "display_name": "IRIS Ohyama", "legal_name": null, "aliases": ["Iris Ohyama"], "website": "https://www.irisohyama.co.jp", "canonical_domain": "irisohyama.co.jp", "country": "JP", "hq_city": null, "hq_region": "Wakabayashi-ku", "lat": 38.25353, "lon": 140.88035, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/IRIS_OHYAMA_logo.svg", "description": "Japanese company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5549 +{"wikidata_id": "Q1143147", "display_name": "Kansai Telecasting Corporation", "legal_name": "Kansai Telecasting Co.,Ltd.", "aliases": ["KTV", "Kantele", "JODX"], "website": "https://www.ktv.jp", "canonical_domain": "ktv.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["media"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q841220", "name": "Hankyu Hanshin Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kansai_TV_%281958%29.svg", "description": "TV station in Osaka, Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5550 +{"wikidata_id": "Q11482108", "display_name": "Heibonsha", "legal_name": null, "aliases": [], "website": "https://www.heibonsha.co.jp", "canonical_domain": "heibonsha.co.jp", "country": "JP", "hq_city": "Jinbōchō", "hq_region": "Chiyoda", "lat": 35.69715, "lon": 139.75774, "industries": ["media"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Teikokusyoin.JPG", "description": "Japanese publishing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5551 +{"wikidata_id": "Q1154245", "display_name": "Rhythm Zone", "legal_name": null, "aliases": [], "website": "https://rhythmzone.net", "canonical_domain": "rhythmzone.net", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1988428", "name": "Avex Trax"}, "logo_url": null, "description": "Japanese music label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5552 +{"wikidata_id": "Q1154544", "display_name": "Navel", "legal_name": null, "aliases": [], "website": "https://www.project-navel.com", "canonical_domain": "project-navel.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5553 +{"wikidata_id": "Q1165861", "display_name": "Motilal Banarsidass", "legal_name": null, "aliases": [], "website": "https://www.mlbd.com", "canonical_domain": "mlbd.com", "country": "IN", "hq_city": "Delhi", "hq_region": "National Capital Territory of Delhi", "lat": 28.64298, "lon": 77.24434, "industries": ["media"], "industry_labels": [], "founded_year": 1903, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publishing house on Sanskrit and Indology in Delhi, India", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5554 +{"wikidata_id": "Q118999", "display_name": "Kyosho", "legal_name": null, "aliases": ["Kyosho Corporation"], "website": "https://www.kyosho.com", "canonical_domain": "kyosho.com", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kyosho_corp_logo.png", "description": "Japanese scale model manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5555 +{"wikidata_id": "Q1200105", "display_name": "Storm Labels", "legal_name": null, "aliases": ["J Storm Inc.", "Storm Labels Inc."], "website": "https://www.storm-labels.co.jp", "canonical_domain": "storm-labels.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11728013", "name": "Smile-Up"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Storm_Labels_Logo.png", "description": "Japanese record company / movie company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5556 +{"wikidata_id": "Q124157935", "display_name": "Air Haifa", "legal_name": null, "aliases": ["airHaifa"], "website": "https://airhaifa.com", "canonical_domain": "airhaifa.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2023, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Air_Haifa_2024_logo.svg", "description": "Israeli airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5557 +{"wikidata_id": "Q12482593", "display_name": "Esemka", "legal_name": null, "aliases": ["PT Solo Manufaktur Kreasi", "Solo Manufaktur Kreasi"], "website": "https://esemkaindonesia.co.id", "canonical_domain": "esemkaindonesia.co.id", "country": "ID", "hq_city": "Boyolali", "hq_region": "Central Java", "lat": -7.53222, "lon": 110.6025, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Esemka_3D.jpg", "description": "Indonesian car company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5558 +{"wikidata_id": "Q1253703", "display_name": "Doğuş Holding", "legal_name": null, "aliases": ["Dogus Holding", "Doğuş Holding A.Ş."], "website": "https://www.dogusgrubu.com.tr", "canonical_domain": "dogusgrubu.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish stock company based in Istanbul", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5559 +{"wikidata_id": "Q12599305", "display_name": "Brand New Music", "legal_name": null, "aliases": [], "website": "https://www.brandnewmusic.co.kr", "canonical_domain": "brandnewmusic.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5560 +{"wikidata_id": "Q12622003", "display_name": "Polaris Entertainment", "legal_name": null, "aliases": ["Ilgwang Polaris"], "website": "https://www.polarisent.co.kr", "canonical_domain": "polarisent.co.kr", "country": "KR", "hq_city": "Samseong-dong", "hq_region": "Gangnam District", "lat": 37.51399, "lon": 127.05652, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korea record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5561 +{"wikidata_id": "Q130369130", "display_name": "Bambu Lab", "legal_name": null, "aliases": ["Bambu Labs"], "website": "https://bambulab.com", "canonical_domain": "bambulab.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing", "technology"], "industry_labels": ["manufacturing industry", "consumer electronics industry"], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BambuLab_logo.svg", "description": "3D printing company based in China", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5562 +{"wikidata_id": "Q1332203", "display_name": "Kan Air", "legal_name": null, "aliases": [], "website": "https://kanairlines.com", "canonical_domain": "kanairlines.com", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5563 +{"wikidata_id": "Q1335602", "display_name": "Tianjin Seagull", "legal_name": null, "aliases": ["Sea-Gull"], "website": "https://en.seagullwatch.com", "canonical_domain": "seagullwatch.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sea-Gull_logo.png", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5564 +{"wikidata_id": "Q1343184", "display_name": "ENKA", "legal_name": null, "aliases": ["Enka İnşaat ve Sanayi A.Ş."], "website": "https://www.enka.com", "canonical_domain": "enka.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": [], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enka_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5565 +{"wikidata_id": "Q135191161", "display_name": "csttires.com", "legal_name": null, "aliases": [], "website": "https://www.csttires.com", "canonical_domain": "csttires.com", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cstgroup.png", "description": null, "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5566 +{"wikidata_id": "Q144364", "display_name": "Zain Group", "legal_name": null, "aliases": [], "website": "https://zain.com", "canonical_domain": "zain.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Zain_%28Unternehmen%29_logo.svg", "description": "Kuwaiti multinational telecommunications company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12218575"}, {"related_domain_conflict": "Q8064826"}, {"related_domain_conflict": "Q111915142"}]}
5567 +{"wikidata_id": "Q15176716", "display_name": "Bhartiya Mahila Bank", "legal_name": null, "aliases": [], "website": "https://www.bmb.co.in", "canonical_domain": "bmb.co.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian financial services banking company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5568 +{"wikidata_id": "Q1536651", "display_name": "Pelephone", "legal_name": null, "aliases": [], "website": "https://www.pelephone.co.il", "canonical_domain": "pelephone.co.il", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Ramle Subdistrict", "lat": 32.08333, "lon": 34.88333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q853619", "name": "Bezeq The Israeli Telecommunication Corp. Ltd."}, "logo_url": null, "description": "mobile network operator in Israel", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5569 +{"wikidata_id": "Q15642610", "display_name": "V Air", "legal_name": null, "aliases": [], "website": "https://www.flyvair.com", "canonical_domain": "flyvair.com", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5570 +{"wikidata_id": "Q15730367", "display_name": "Next Entertainment World", "legal_name": null, "aliases": ["NEW", "Contents Panda", "Music & New", "Studio & New"], "website": "https://www.its-new.co.kr", "canonical_domain": "its-new.co.kr", "country": "KR", "hq_city": "Nonhyeon-dong", "hq_region": "Gangnam District", "lat": 37.5135, "lon": 127.0317, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEXT_ENTERTAINMENT_WORLD.jpg", "description": "South Korean film distribution company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q17063045"}, {"related_domain_conflict": "Q131190323"}]}
5571 +{"wikidata_id": "Q1575112", "display_name": "Vixen", "legal_name": null, "aliases": [], "website": "https://www.vixen.co.jp", "canonical_domain": "vixen.co.jp", "country": "JP", "hq_city": "Saitama Prefecture", "hq_region": "Japan", "lat": 35.85717, "lon": 139.64919, "industries": ["industrial-machinery"], "industry_labels": [], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "optical equipment manufacturer in Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5572 +{"wikidata_id": "Q1630246", "display_name": "Intouch Holdings", "legal_name": null, "aliases": ["Shin Corporation", "Shinawatra Computer and Communications Co. Ltd.", "Shinawatra Computer Service and Investment", "Intouch Holdings Public Co.", "Ltd.", "Intouch Holdings Public Company Limited"], "website": "https://www.intouchcompany.com", "canonical_domain": "intouchcompany.com", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Intouch_Logo.svg", "description": "Thai holding company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5573 +{"wikidata_id": "Q1657971", "display_name": "Philippine National Bank", "legal_name": null, "aliases": ["PNB"], "website": "https://www.pnb.com.ph", "canonical_domain": "pnb.com.ph", "country": "PH", "hq_city": "Pasay", "hq_region": "Metro Manila", "lat": 14.54389, "lon": 120.995, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1916, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300AFS0UU6SDK2K95", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Philippine-National-Bank-logo.svg", "description": "one of the largest banks in the Philippines", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5574 +{"wikidata_id": "Q1662703", "display_name": "Japanese Aero Engines Corporation", "legal_name": null, "aliases": [], "website": "https://www.jaec.or.jp", "canonical_domain": "jaec.or.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "consortium of 3 Japanese companies", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5575 +{"wikidata_id": "Q16829306", "display_name": "Chatime", "legal_name": null, "aliases": [], "website": "https://www.chatime.com.tw", "canonical_domain": "chatime.com.tw", "country": "TW", "hq_city": "Zhubei City", "hq_region": "Hsinchu County", "lat": 24.83333, "lon": 121.0, "industries": ["food-beverage"], "industry_labels": ["beverage industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese global franchise teahouse chain based in Taiwan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5576 +{"wikidata_id": "Q16982290", "display_name": "Summit Air", "legal_name": null, "aliases": ["Goma Air"], "website": "https://www.gomaair.com", "canonical_domain": "gomaair.com", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nepalese airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5577 +{"wikidata_id": "Q17278347", "display_name": "Pan Entertainment", "legal_name": null, "aliases": [], "website": "https://www.thepan.co.kr", "canonical_domain": "thepan.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pan_Entertainment_poster.png", "description": "South Korean production company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5578 +{"wikidata_id": "Q1752885", "display_name": "Mongolian Stock Exchange", "legal_name": null, "aliases": ["MSE", "XULA"], "website": "https://www.mse.mn", "canonical_domain": "mse.mn", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["financial-services"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "stock exchange located in Ulaanbaatar, Mongolia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5579 +{"wikidata_id": "Q1760857", "display_name": "Tommykaira", "legal_name": null, "aliases": ["TKCI"], "website": "https://www.tommykaira.club", "canonical_domain": "tommykaira.club", "country": "JP", "hq_city": "Minami-ku", "hq_region": "Kyoto", "lat": 34.97667, "lon": 135.74667, "industries": ["automotive"], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tommykairawiki.png", "description": "Japanese car tuner", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5580 +{"wikidata_id": "Q1761049", "display_name": "Keihin Corporation", "legal_name": null, "aliases": [], "website": "https://www.keihin-corp.co.jp", "canonical_domain": "keihin-corp.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Keihin_company_logo.svg", "description": "Japanese automotive and motorcycle parts company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5581 +{"wikidata_id": "Q17727179", "display_name": "UCWeb", "legal_name": null, "aliases": ["UC", "UC Mobile Ltd."], "website": "https://www.ucweb.com", "canonical_domain": "ucweb.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Guangdong", "lat": 23.13, "lon": 113.26, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1359568", "name": "Alibaba Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Uc_web.png", "description": "Chinese mobile Internet company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5582 +{"wikidata_id": "Q1939817", "display_name": "MSJ Asset Management Company", "legal_name": "MSJ資産管理株式会社", "aliases": ["MAC", "Mitsubishi Aircraft Corporation"], "website": "https://www.mitsubishiaircraft.com", "canonical_domain": "mitsubishiaircraft.com", "country": "JP", "hq_city": "Nagoya Airfield", "hq_region": "Aichi Prefecture", "lat": 35.255, "lon": 136.92444, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q648280", "name": "Mitsubishi Heavy Industries"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi-Aircraft-Corporation-Logo.png", "description": "Aerospace subsidiary of Mitsubishi Heavy Industries", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5583 +{"wikidata_id": "Q19650330", "display_name": "beIN Media Group", "legal_name": null, "aliases": [], "website": "https://beinmediagroup.com", "canonical_domain": "beinmediagroup.com", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["media"], "industry_labels": ["television"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bein_mediagroup_logo.svg", "description": "independent global sport and entertainment network", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5584 +{"wikidata_id": "Q1972567", "display_name": "Naza", "legal_name": null, "aliases": [], "website": "https://www.naza.com.my", "canonical_domain": "naza.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Naza_Logo.svg", "description": "Malaysian business conglomerate", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5585 +{"wikidata_id": "Q197856", "display_name": "Zhonghua Book Company", "legal_name": null, "aliases": [], "website": "https://www.zhbc.com.cn", "canonical_domain": "zhbc.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5586 +{"wikidata_id": "Q1984981", "display_name": "Bakcell", "legal_name": null, "aliases": [], "website": "https://www.bakcell.com", "canonical_domain": "bakcell.com", "country": "AZ", "hq_city": "Azerbaijan", "hq_region": null, "lat": 40.3, "lon": 47.7, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BKC_Logo_Icon.png", "description": "telecommunication company in Azerbaijan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5587 +{"wikidata_id": "Q2063319", "display_name": "Haifa Group", "legal_name": null, "aliases": ["Haifa Chemicals", "Haifa Chemicals Ltd."], "website": "https://www.haifa-group.com", "canonical_domain": "haifa-group.com", "country": "IL", "hq_city": "Haifa", "hq_region": "Haifa Subdistrict", "lat": 32.81917, "lon": 34.99917, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "multi-national corporation specializing in plant nutrition", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5588 +{"wikidata_id": "Q2069534", "display_name": "Hankai Tramway", "legal_name": null, "aliases": ["Hankai Tramway Co.", "Ltd."], "website": "https://www.hankai.co.jp", "canonical_domain": "hankai.co.jp", "country": "JP", "hq_city": "Shimizugaoka", "hq_region": "Sumiyoshi-ku", "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1188230", "name": "Nankai Electric Railway"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nankai_group_logo.svg", "description": "a company which owns two tramway lines in Osaka, Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5589 +{"wikidata_id": "Q221162", "display_name": "Tokuma Japan Communications Co., Ltd.", "legal_name": null, "aliases": ["Tokuma Japan Communications"], "website": "https://www.tkma.co.jp", "canonical_domain": "tkma.co.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Shibuya", "lat": 35.65943, "lon": 139.70472, "industries": ["telecommunications"], "industry_labels": ["phonographic industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1372258", "name": "Tokuma Shoten"}, "logo_url": null, "description": "Japanese record company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5590 +{"wikidata_id": "Q2217675", "display_name": "Extasy Records", "legal_name": null, "aliases": ["Extasy JAPAN", "Extasy Records International"], "website": "https://www.extasyrecords.co.jp", "canonical_domain": "extasyrecords.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Extasy_Records_logo.svg", "description": "independent record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5591 +{"wikidata_id": "Q2336459", "display_name": "Kuwait Finance House", "legal_name": null, "aliases": ["KFH"], "website": "https://kfh.com", "canonical_domain": "kfh.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q18746438"}]}
5592 +{"wikidata_id": "Q239233", "display_name": "Accuphase", "legal_name": null, "aliases": ["Accuphase Laboratory Inc."], "website": "https://www.accuphase.co.jp", "canonical_domain": "accuphase.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["technology"], "industry_labels": ["electronics", "consumer electronics industry"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Accuphase-Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5593 +{"wikidata_id": "Q2412772", "display_name": "The Master Trust Bank of Japan", "legal_name": "日本マスタートラスト信託銀行株式会社", "aliases": [], "website": "https://www.mastertrust.co.jp", "canonical_domain": "mastertrust.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["banking"], "industry_labels": ["investment bank"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1542175", "name": "Mitsubishi UFJ Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Master_Trust_Bank_of_Japan_logo.svg", "description": "Japanese trust bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5594 +{"wikidata_id": "Q2464379", "display_name": "TÜLOMSAŞ", "legal_name": "Türkiye Lokomotif ve Motor Sanayii A.Ş.", "aliases": ["Turkish Locomotive and Engine Industry Inc."], "website": "https://www.tulomsas.com.tr", "canonical_domain": "tulomsas.com.tr", "country": "TR", "hq_city": "Tepebaşı district", "hq_region": "Eskişehir Province", "lat": 39.77673, "lon": 30.50586, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1894, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "former rolling stock manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5595 +{"wikidata_id": "Q2495576", "display_name": "Eighting", "legal_name": null, "aliases": ["8ing", "Eighting/Raizing", "Raizing Co.", "Ltd."], "website": "https://www.8ing.co.jp", "canonical_domain": "8ing.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5596 +{"wikidata_id": "Q25138439", "display_name": "Changan Ford Automobile", "legal_name": null, "aliases": ["Ford China"], "website": "https://www.ford.com.cn", "canonical_domain": "ford.com.cn", "country": "CN", "hq_city": "Chongqing", "hq_region": "People's Republic of China", "lat": 29.67508, "lon": 106.5307, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ford_Escape_%28fourth_generation%29_1X7A6227.jpg", "description": "automotive manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5597 +{"wikidata_id": "Q2549688", "display_name": "Arai Helmet", "legal_name": null, "aliases": ["ARAI HELMET LTD."], "website": "https://www.araihelmet.com", "canonical_domain": "araihelmet.com", "country": "JP", "hq_city": "Ōmiya-ku", "hq_region": "Saitama", "lat": 35.90611, "lon": 139.62861, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Arai_Helmet_company_logo.svg", "description": "Japanese manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5598 +{"wikidata_id": "Q2605105", "display_name": "Nihon Ad Systems", "legal_name": null, "aliases": ["NAS", "NIHON AD SYSTEMS", "Inc.", "Nihon Animation Development Systems Inc."], "website": "https://www.nasinc.co.jp", "canonical_domain": "nasinc.co.jp", "country": "JP", "hq_city": "Toranomon Hills", "hq_region": "Toranomon", "lat": 35.6669, "lon": 139.749, "industries": [], "industry_labels": ["anime industry"], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese anime production and character merchandising company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5599 +{"wikidata_id": "Q2613004", "display_name": "Jupiter", "legal_name": null, "aliases": ["Jupiter (company)", "Jupiter Corporation"], "website": "https://www.jupiter.co.jp", "canonical_domain": "jupiter.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jupiter_logo.png", "description": "Japanese video game and hardware development studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5600 +{"wikidata_id": "Q2633708", "display_name": "Caparison Guitars", "legal_name": null, "aliases": ["Caparison Guitar Company"], "website": "https://www.caparisonguitarcompany.com", "canonical_domain": "caparisonguitarcompany.com", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Caparison_guitars_logo.png", "description": "hand made guitar manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5601 +{"wikidata_id": "Q2723181", "display_name": "Rajshri Productions", "legal_name": null, "aliases": [], "website": "https://www.rajshri.com", "canonical_domain": "rajshri.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian film production and distribution company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5602 +{"wikidata_id": "Q2812546", "display_name": "Qatar Amiri Flight", "legal_name": null, "aliases": [], "website": "https://www.amiriflight.gov.qa", "canonical_domain": "amiriflight.gov.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1977, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qatar_Airways_logo.svg", "description": "Qatari VVIP air transport operator", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5603 +{"wikidata_id": "Q2813313", "display_name": "Japan Shogi Association", "legal_name": "公益社団法人日本将棋連盟", "aliases": [], "website": "https://www.shogi.or.jp", "canonical_domain": "shogi.or.jp", "country": "JP", "hq_city": "Shogi Kaikan", "hq_region": "Sendagaya", "lat": 35.67722, "lon": 139.70944, "industries": ["media"], "industry_labels": [], "founded_year": 1909, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Japan_Shogi_Association_logo_2020.svg", "description": "professional shogi organization in Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5604 +{"wikidata_id": "Q28173448", "display_name": "Serene Air", "legal_name": null, "aliases": ["SereneAir"], "website": "https://www.sereneair.com", "canonical_domain": "sereneair.com", "country": "PK", "hq_city": "Islamabad", "hq_region": "Islamabad Capital Territory", "lat": 33.69889, "lon": 73.03694, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SereneAir.svg", "description": "Pakistani airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5605 +{"wikidata_id": "Q2819232", "display_name": "AKOM", "legal_name": null, "aliases": ["KO"], "website": "https://www.akomkorea.com", "canonical_domain": "akomkorea.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.48231, "lon": 127.1263, "industries": ["entertainment"], "industry_labels": ["animation"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean animation studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5606 +{"wikidata_id": "Q28410819", "display_name": "Nubia Technology", "legal_name": "Nubia Technology Co., Ltd.", "aliases": [], "website": "https://www.nubia.com", "canonical_domain": "nubia.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q136484", "name": "ZTE"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nubia_logo.svg", "description": "smartphone manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5607 +{"wikidata_id": "Q2864819", "display_name": "ArtePiazza", "legal_name": null, "aliases": ["ArtePiazza Co.", "Ltd."], "website": "https://www.artepiazza.com", "canonical_domain": "artepiazza.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game company of Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5608 +{"wikidata_id": "Q28690421", "display_name": "Sacra Music", "legal_name": null, "aliases": ["SACRA MUSIC"], "website": "https://sacramusic.jp", "canonical_domain": "sacramusic.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sacra_Music_logo.svg", "description": "Japanese record label; imprint of Sony Music Labels Inc.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5609 +{"wikidata_id": "Q28699048", "display_name": "Seoul Metro", "legal_name": "서울교통공사", "aliases": ["Seoul Transportation Corporation"], "website": "https://www.seoulmetro.co.kr", "canonical_domain": "seoulmetro.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["transportation"], "industry_labels": ["rapid transit"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Seoul_Metro.svg", "description": "South Korean public corporation that operates the majority of the Seoul Metropolitan Subway; founded in 2017 as a merger of Seoul Metro Corporation and Seoul Metropolitan Rapid Transit Corporation", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5610 +{"wikidata_id": "Q2882652", "display_name": "Bank of Ceylon", "legal_name": null, "aliases": [], "website": "https://www.boc.lk", "canonical_domain": "boc.lk", "country": "LK", "hq_city": "Colombo", "hq_region": "Colombo District", "lat": 6.92667, "lon": 79.86056, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1939, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government-owned Sri Lanka commercial bank", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5611 +{"wikidata_id": "Q2896519", "display_name": "Elisra", "legal_name": null, "aliases": [], "website": "https://www.elisra.com", "canonical_domain": "elisra.com", "country": "IL", "hq_city": "Holon", "hq_region": "Tel Aviv District", "lat": 32.01667, "lon": 34.76667, "industries": ["defense"], "industry_labels": ["defense industry of Israel"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1325369", "name": "Elbit Systems Ltd."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/10.09.11_Elisra_Building.jpg", "description": "Israeli manufacturer of hi-tech electronics", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5612 +{"wikidata_id": "Q2905397", "display_name": "İstanbul Deniz Otobüsleri", "legal_name": null, "aliases": ["IDO", "İDO"], "website": "https://www.ido.com.tr", "canonical_domain": "ido.com.tr", "country": "TR", "hq_city": "Bursa", "hq_region": "Bursa Province", "lat": 40.19133, "lon": 29.08054, "industries": ["shipping", "transportation"], "industry_labels": ["water transport", "public transport"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public transport company of Istanbul", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5613 +{"wikidata_id": "Q291312", "display_name": "Ralink", "legal_name": null, "aliases": ["Ralink Technology", "Corp."], "website": "https://www.ralinktech.com", "canonical_domain": "ralinktech.com", "country": "TW", "hq_city": "Hsinchu City", "hq_region": "Taiwan", "lat": 24.80472, "lon": 120.97139, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q699848", "name": "MediaTek"}, "logo_url": null, "description": "Taiwanese semiconductor company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5614 +{"wikidata_id": "Q2920155", "display_name": "International Christian Embassy Jerusalem", "legal_name": null, "aliases": ["ICEJ"], "website": "https://int.icej.org", "canonical_domain": "icej.org", "country": "IL", "hq_city": "Talpiot", "hq_region": "Jerusalem", "lat": 31.75, "lon": 35.21667, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Christian Zionist organization based in Jerusalem, Israel", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5615 +{"wikidata_id": "Q294551", "display_name": "Acer Laboratories Incorporated", "legal_name": null, "aliases": ["Acer Laboratories", "Acer Labs", "Acer Labs Inc.", "ALi", "ALi Corporation", "ULi"], "website": "https://www.alitech.com", "canonical_domain": "alitech.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ALi-logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5616 +{"wikidata_id": "Q3036957", "display_name": "Matsuya", "legal_name": null, "aliases": ["Matsuya Co.", "MATSUYA CO.", "LTD."], "website": "https://www.matsuya.com", "canonical_domain": "matsuya.com", "country": "JP", "hq_city": "Ginza", "hq_region": "Chūō", "lat": 35.67136, "lon": 139.76562, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1869, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese department store", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5617 +{"wikidata_id": "Q3054409", "display_name": "Enkei Corporation", "legal_name": null, "aliases": [], "website": "https://www.enkei.co.jp", "canonical_domain": "enkei.co.jp", "country": "JP", "hq_city": "Hamamatsu", "hq_region": "Shizuoka Prefecture", "lat": 34.71089, "lon": 137.72619, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Enkei_company_logo.svg", "description": "Japanese motorcycle and passenger car wheel manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5618 +{"wikidata_id": "Q3065045", "display_name": "Snow beer", "legal_name": null, "aliases": [], "website": "https://www.snowbeer.com.cn", "canonical_domain": "snowbeer.com.cn", "country": "CN", "hq_city": "Shenyang", "hq_region": "Liaoning", "lat": 41.8025, "lon": 123.42806, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "brand of beer in China", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5619 +{"wikidata_id": "Q3072238", "display_name": "Heartbeat", "legal_name": null, "aliases": ["Heart Beat", "Heart Beat Inc."], "website": "https://www.heartbeat.co.jp", "canonical_domain": "heartbeat.co.jp", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5620 +{"wikidata_id": "Q3077400", "display_name": "Luxman", "legal_name": null, "aliases": ["Luxman Corporation"], "website": "https://www.luxman.com", "canonical_domain": "luxman.com", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Luxman_logo.png", "description": "Japanese hi-fi company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5621 +{"wikidata_id": "Q3108542", "display_name": "Seiyu Group", "legal_name": "株式会社 西友", "aliases": [], "website": "https://www.seiyu.co.jp", "canonical_domain": "seiyu.co.jp", "country": "JP", "hq_city": "Shibaura", "hq_region": "Minato", "lat": 35.64182, "lon": 139.74822, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q137313242", "name": "TRIAL Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SEIYU_logo.svg", "description": "Japanese group of supermarkets, shopping centers, and department stores owned by Walmart", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5622 +{"wikidata_id": "Q3116938", "display_name": "Matsuzakaya", "legal_name": null, "aliases": ["Matsuzakaya Co.", "Ltd."], "website": "https://www.matsuzakaya.co.jp", "canonical_domain": "matsuzakaya.co.jp", "country": "JP", "hq_city": "Sakae 3-chōme", "hq_region": "Sakae", "lat": 35.16565, "lon": 136.90598, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1611, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Matsuzakaya_Logo_full.svg", "description": "a Japanese department store chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5623 +{"wikidata_id": "Q3128876", "display_name": "HayPost", "legal_name": null, "aliases": [], "website": "https://www.haypost.am", "canonical_domain": "haypost.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HayPost_logo.png", "description": "official postal operator of Armenia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5624 +{"wikidata_id": "Q3138899", "display_name": "Hobby Japan", "legal_name": null, "aliases": ["BobbyJAPAN", "HobbyJapan", "HobbyJAPAN", "HoppyJAPAN"], "website": "https://hobbyjapan.co.jp", "canonical_domain": "hobbyjapan.co.jp", "country": "JP", "hq_city": "Yoyogi", "hq_region": "Shibuya", "lat": 35.67891, "lon": 139.69363, "industries": ["gaming", "media"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hobby_Japan_logo.png", "description": "game publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5625 +{"wikidata_id": "Q3270617", "display_name": "Ancol Dreamland", "legal_name": null, "aliases": ["Ancol Jakarta Bay City", "Jakarta Bay City", "Jakarta baycity"], "website": "https://www.ancol.com", "canonical_domain": "ancol.com", "country": "ID", "hq_city": null, "hq_region": null, "lat": -6.12274, "lon": 106.83153, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "integral part", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96100554"}]}
5626 +{"wikidata_id": "Q3272007", "display_name": "Yoshimoto Kogyo Holdings", "legal_name": "吉本興業ホールディングス株式会社", "aliases": ["Yoshimoto", "Yoshimoto Kogyo Holdings Co.", "Ltd."], "website": "https://www.yoshimoto.co.jp", "canonical_domain": "yoshimoto.co.jp", "country": "JP", "hq_city": "Namba-Sennichimae", "hq_region": "Chūō-ku", "lat": null, "lon": null, "industries": ["entertainment", "asset-management"], "industry_labels": [], "founded_year": 1912, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yoshimoto.svg", "description": "Japanese entertainment company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11220159"}]}
5627 +{"wikidata_id": "Q3274071", "display_name": "Sri Lanka Broadcasting Corporation", "legal_name": null, "aliases": ["SLBC"], "website": "https://www.slbc.lk", "canonical_domain": "slbc.lk", "country": "LK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": [], "founded_year": 1925, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Radio Ceylon turned into a public corporation", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5628 +{"wikidata_id": "Q3274777", "display_name": "Evisu", "legal_name": null, "aliases": ["Evisu Genes"], "website": "https://www.evisu.com", "canonical_domain": "evisu.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["apparel"], "industry_labels": ["clothing industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/EvisuLogo.svg", "description": "a Japanese designer clothing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5629 +{"wikidata_id": "Q3334173", "display_name": "Bismillah Airlines", "legal_name": null, "aliases": [], "website": "https://www.bismillahairlines.net", "canonical_domain": "bismillahairlines.net", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["airlines"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bangladeshi cargo airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5630 +{"wikidata_id": "Q3523697", "display_name": "AVM Productions", "legal_name": null, "aliases": [], "website": "https://avm.in", "canonical_domain": "avm.in", "country": "IN", "hq_city": "Vadapalani", "hq_region": "Chennai", "lat": 13.04971, "lon": 80.21256, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian motion picture company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5631 +{"wikidata_id": "Q3537331", "display_name": "TransNusa Air Services", "legal_name": null, "aliases": ["TransNusa", "TransNusa Aviation Mandiri"], "website": "https://www.transnusa.co.id", "canonical_domain": "transnusa.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["professional-services", "airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian domestic airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5632 +{"wikidata_id": "Q3544802", "display_name": "Cultural Center of the Philippines", "legal_name": null, "aliases": [], "website": "https://culturalcenter.gov.ph", "canonical_domain": "culturalcenter.gov.ph", "country": "PH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": ["creative industries"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CulturalCenterPH.svg", "description": "government owned and controlled corporation established to preserve, develop and promote arts and culture in the Philippines", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5633 +{"wikidata_id": "Q3634279", "display_name": "Kirloskar Group", "legal_name": null, "aliases": [], "website": "https://www.kirloskar.com", "canonical_domain": "kirloskar.com", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kirloskar_Group_Logo.svg", "description": "Indian conglomerate", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5634 +{"wikidata_id": "Q3685133", "display_name": "compileheart.com", "legal_name": null, "aliases": [], "website": "https://www.compileheart.com", "canonical_domain": "compileheart.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2985270", "name": "Idea Factory"}, "logo_url": null, "description": "Japanese video game company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5635 +{"wikidata_id": "Q4033652", "display_name": "Al Baraka Banking Group", "legal_name": null, "aliases": ["Albaraka", "Albaraka Türk", "Albaraka Türk Katılım Bankası A.Ş"], "website": "https://www.albaraka.com", "canonical_domain": "albaraka.com", "country": "BH", "hq_city": "Manama", "hq_region": "Capital Governorate", "lat": 26.21667, "lon": 50.58333, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1157969", "name": "Dallah Al-Baraka"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Al_Baraka_Banking_Group_Logo.svg", "description": "investment business firm licensed by the Central Bank of Bahrain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5636 +{"wikidata_id": "Q4049531", "display_name": "Singapore Post", "legal_name": null, "aliases": ["Singapore Post Limited", "SingPost"], "website": "https://www.singpost.com", "canonical_domain": "singpost.com", "country": "SG", "hq_city": "Geylang", "hq_region": "Central Region", "lat": 1.32056, "lon": 103.88694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1819, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "2549001SP50468BWD892", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Singapore_Post_Logo.svg", "description": "Singapore domestic and international postal service provider", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5637 +{"wikidata_id": "Q4050344", "display_name": "Sumitomo Mitsui Construction", "legal_name": null, "aliases": [], "website": "https://www.smcon.co.jp", "canonical_domain": "smcon.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese construction company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5638 +{"wikidata_id": "Q4199442", "display_name": "Avialeasing", "legal_name": null, "aliases": ["Avialeasing Aviation Company"], "website": "https://www.avialeasing.com", "canonical_domain": "avialeasing.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Flight company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5639 +{"wikidata_id": "Q4357024", "display_name": "Dai-Ichi Kangyo Bank", "legal_name": null, "aliases": ["The Dai-Ichi Kangyo Bank", "Ltd."], "website": "https://www.dkb.co.jp", "canonical_domain": "dkb.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%97%A5%E6%9C%AC%E7%AC%AC%E4%B8%80%E5%8A%9D%E4%B8%9A%E9%93%B6%E8%A1%8C.png", "description": "Japanese bank, one of the predecessors of Mizuho Financial Group", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5640 +{"wikidata_id": "Q4389410", "display_name": "Islamic Bank of Thailand", "legal_name": null, "aliases": [], "website": "https://www.ibank.co.th", "canonical_domain": "ibank.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": ["Sharia-compliant banking"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Financial institution in Thailand.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5641 +{"wikidata_id": "Q4466160", "display_name": "Turkmenfilm", "legal_name": null, "aliases": ["Türkmenfilm"], "website": "https://www.turkmenkino.com", "canonical_domain": "turkmenkino.com", "country": "TM", "hq_city": "Ashgabat", "hq_region": "Turkmenistan", "lat": 37.95, "lon": 58.38333, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1926, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "film studio in Turkmenistan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5642 +{"wikidata_id": "Q451944", "display_name": "Takeuchi Manufacturing", "legal_name": null, "aliases": [], "website": "https://www.takeuchiglobal.com", "canonical_domain": "takeuchiglobal.com", "country": "JP", "hq_city": "Sakaki", "hq_region": "Hanishina district", "lat": 36.46181, "lon": 138.18011, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takeuchi_company_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5643 +{"wikidata_id": "Q4667782", "display_name": "Star Music", "legal_name": null, "aliases": ["ABS-CBN Music", "Star Records"], "website": "https://www.starrecords.ph", "canonical_domain": "starrecords.ph", "country": "PH", "hq_city": "Quezon City", "hq_region": "Metro Manila", "lat": 14.65, "lon": 121.0475, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Filipino record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5644 +{"wikidata_id": "Q4699761", "display_name": "Ajisen Ramen", "legal_name": null, "aliases": [], "website": "https://www.aji1000.co.jp", "canonical_domain": "aji1000.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese fast food restaurant chain", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5645 +{"wikidata_id": "Q47158676", "display_name": "Amperex Technology Limited", "legal_name": null, "aliases": [], "website": "https://www.atlbattery.com", "canonical_domain": "atlbattery.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology", "energy"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ATL_logo.PNG", "description": "Chinese battery manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5646 +{"wikidata_id": "Q4845484", "display_name": "Rotana Jet", "legal_name": null, "aliases": [], "website": "https://www.rotanajet.com", "canonical_domain": "rotanajet.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "companies based in Abu Dhabi", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5647 +{"wikidata_id": "Q485718", "display_name": "Soribada", "legal_name": null, "aliases": [], "website": "https://www.soribada.com", "canonical_domain": "soribada.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": ["peer-to-peer"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Soribada.png", "description": "Korean peer-to-peer file-sharing service", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5648 +{"wikidata_id": "Q48765221", "display_name": "Bandai Namco Arts", "legal_name": null, "aliases": [], "website": "https://www.bandainamcoarts.co.jp", "canonical_domain": "bandainamcoarts.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["music of Japan"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806259", "name": "Bandai Namco Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_logo_%282022%29.svg", "description": "anime and music producer and distributor", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5649 +{"wikidata_id": "Q489251", "display_name": "HD Hyundai Samho", "legal_name": "HD Hyundai Samho Co., Ltd.", "aliases": ["Hyundai Samho Heavy Industries", "Samho Heavy Industries", "HSHI"], "website": "https://www.hshi.co.kr", "canonical_domain": "hshi.co.kr", "country": "KR", "hq_city": "Yeongam County", "hq_region": "South Jeolla", "lat": 34.79833, "lon": 126.7, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q65312870", "name": "HD Korea Shipbuilding & Offshore Engineering"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HD%ED%98%84%EB%8C%80%EC%82%BC%ED%98%B8-full_color-eng.jpg", "description": "Korean shipbuilding company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5650 +{"wikidata_id": "Q4992413", "display_name": "Furukawa Group", "legal_name": null, "aliases": [], "website": "https://www.furukawakk.co.jp", "canonical_domain": "furukawakk.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1875, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Furukawa_syasyo.jpg", "description": "Japanese industrial group", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q11411383"}]}
5651 +{"wikidata_id": "Q50187147", "display_name": "Sagano Scenic Railway", "legal_name": null, "aliases": ["Sagano Sightseeing Railway"], "website": "https://www.sagano-kanko.co.jp", "canonical_domain": "sagano-kanko.co.jp", "country": "JP", "hq_city": "Torokko Saga Station", "hq_region": "Ukyō Ward", "lat": 35.01861, "lon": 135.68069, "industries": ["transportation"], "industry_labels": [], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q502125", "name": "West Japan Railway Company"}, "logo_url": null, "description": "railway line in Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5652 +{"wikidata_id": "Q51828835", "display_name": "MyWay Airlines", "legal_name": null, "aliases": [], "website": "https://mywayairlines.com", "canonical_domain": "mywayairlines.com", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["airlines"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MyWay_Airlines_logo.png", "description": "Georgian airline", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5653 +{"wikidata_id": "Q5210936", "display_name": "Dalian Shipbuilding Industry Company", "legal_name": null, "aliases": ["DSIC"], "website": "https://www.dsic.cn", "canonical_domain": "dsic.cn", "country": "CN", "hq_city": "Dalian", "hq_region": "Liaoning", "lat": 38.9, "lon": 121.6, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1898, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "part of China shipbuilding Industry Corporation", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5654 +{"wikidata_id": "Q52112789", "display_name": "Hanwha Vision", "legal_name": null, "aliases": ["Samsung Techwin"], "website": "https://www.hanwhavision.com", "canonical_domain": "hanwhavision.com", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanwha_Vision_Logo.svg", "description": "South Korean company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5655 +{"wikidata_id": "Q5295889", "display_name": "Dongfeng Motor Company Limited", "legal_name": null, "aliases": ["DFL", "Dongfeng Nissan"], "website": "https://www.dfl.com.cn", "canonical_domain": "dfl.com.cn", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dongfeng_Motor_Limited_logo.jpg", "description": "Chinese automobile manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5656 +{"wikidata_id": "Q5399377", "display_name": "Nayara Energy", "legal_name": null, "aliases": ["Essar Oil"], "website": "https://www.nayaraenergy.com", "canonical_domain": "nayaraenergy.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Nayara_Energy.jpg", "description": "Indo-Russian oil company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5657 +{"wikidata_id": "Q5463494", "display_name": "Flying Pigeon", "legal_name": null, "aliases": [], "website": "https://www.flyingpigeon1936.com", "canonical_domain": "flyingpigeon1936.com", "country": "CN", "hq_city": "Tianjin", "hq_region": "People's Republic of China", "lat": 39.14667, "lon": 117.20556, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Flying_Pigeon_headbadge.png", "description": "Chinese bicycle manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5658 +{"wikidata_id": "Q6026778", "display_name": "Indovision", "legal_name": null, "aliases": ["Top TV", "OkeVision"], "website": "https://mncvision.id", "canonical_domain": "mncvision.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["satellite television"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q96100339", "name": "MNC Vision Networks"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Indovision.png", "description": "Direct broadcast satellite services in Indonesia", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q12495906"}]}
5659 +{"wikidata_id": "Q618947", "display_name": "Shinshokan", "legal_name": null, "aliases": [], "website": "https://www.shinshokan.co.jp", "canonical_domain": "shinshokan.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shinshokan.png", "description": "Japanese publisher", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5660 +{"wikidata_id": "Q6438971", "display_name": "Kronospan", "legal_name": null, "aliases": ["Kronospan Holdings", "KRONOSPAN HOLDINGS LIMITED", "Kronospan Holdings P.L.C.", "Kronospan Holdings Plc", "RODOLAM HOLDINGS CO. LIMITED"], "website": "https://www.kronospan-worldwide.com", "canonical_domain": "kronospan-worldwide.com", "country": "CY", "hq_city": "Nicosia", "hq_region": "Nicosia District", "lat": 35.1725, "lon": 33.365, "industries": ["materials"], "industry_labels": ["wood"], "founded_year": 1897, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Austrian-founded wood manufacturing company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5661 +{"wikidata_id": "Q6684915", "display_name": "Lotte Wellfood", "legal_name": null, "aliases": ["Lotte Confectionery"], "website": "https://www.lottewellfood.com", "canonical_domain": "lottewellfood.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lotte_Logo_%282017%29.svg", "description": "South Korean confectionery company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5662 +{"wikidata_id": "Q6702930", "display_name": "LuLu Group International", "legal_name": null, "aliases": ["Lulu Hypermarket"], "website": "https://www.luluhypermarket.com", "canonical_domain": "luluhypermarket.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lulu_Logo.png", "description": "LuLu Group International is the parent company of the retail company LuLu Hypermarket.", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5663 +{"wikidata_id": "Q6723598", "display_name": "Machine Sazi Arak", "legal_name": null, "aliases": ["MSA"], "website": "https://www.msa.ir", "canonical_domain": "msa.ir", "country": "IR", "hq_city": "Arak County", "hq_region": "Markazi Province", "lat": 34.08003, "lon": 49.74292, "industries": ["mining", "construction", "technology", "energy"], "industry_labels": ["metallurgy", "construction", "powertrain technology", "power plant technology"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MSA_logo.svg", "description": "manufacturing company in Arak, Iran", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5664 +{"wikidata_id": "Q6777917", "display_name": "Marui", "legal_name": null, "aliases": ["MARUI CO.", "LTD."], "website": "https://www.0101.co.jp", "canonical_domain": "0101.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Nakano", "lat": 35.70584, "lon": 139.66641, "industries": ["retail"], "industry_labels": ["department store"], "founded_year": 1931, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11368019", "name": "Marui Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MARUI_logo.svg", "description": "Japanese retailer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5665 +{"wikidata_id": "Q67933716", "display_name": "Platinum Vision", "legal_name": null, "aliases": [], "website": "https://www.platinumvision.co.jp", "canonical_domain": "platinumvision.co.jp", "country": "JP", "hq_city": "Mitaka", "hq_region": "Tokyo", "lat": 35.69964, "lon": 139.56018, "industries": ["entertainment"], "industry_labels": ["anime industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Platinum_Vision.png", "description": "Japanese animation studio", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5666 +{"wikidata_id": "Q6872554", "display_name": "Mirae Asset Group", "legal_name": null, "aliases": [], "website": "https://www.miraeasset.co.kr", "canonical_domain": "miraeasset.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mirae_Asset_Logo.svg", "description": "Financial Services Company in South Korea", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5667 +{"wikidata_id": "Q6886703", "display_name": "MobiFone", "legal_name": null, "aliases": ["MobiFone Vietnam", "VMS Mobifone"], "website": "https://www.mobifone.vn", "canonical_domain": "mobifone.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7928543", "name": "Vietnam Posts and Telecommunications Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MobiFone_logo.svg", "description": "Vietnamese telecommunication company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5668 +{"wikidata_id": "Q697466", "display_name": "Rock Records", "legal_name": null, "aliases": ["Rock Records & Tapes"], "website": "https://www.gogorock.com", "canonical_domain": "gogorock.com", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5669 +{"wikidata_id": "Q702895", "display_name": "InnoLux Corporation", "legal_name": null, "aliases": ["Chimei Innolux Corporation", "Innolux", "INNOLUX CORPORATION (Miao-Li County)"], "website": "https://www.innolux.com", "canonical_domain": "innolux.com", "country": "TW", "hq_city": "Zhunan Township", "hq_region": "Miaoli County", "lat": 24.68333, "lon": 120.88333, "industries": ["technology"], "industry_labels": ["TFT LCD"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/INNOLUX_logo.svg", "description": "Taiwanese electronics producer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5670 +{"wikidata_id": "Q707546", "display_name": "Chinese Television System", "legal_name": null, "aliases": ["CTS", "CTS TV"], "website": "https://www.cts.com.tw", "canonical_domain": "cts.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["media"], "industry_labels": ["SIC 3672 Printed Circuit Boards"], "founded_year": 1971, "employees": null, "public_company": true, "ticker": "CTS", "exchange": "NYSE", "lei": null, "sec_cik": "26058", "parent": null, "logo_url": null, "description": "Taiwanese television broadcast company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "26058", "enriched_at": "2026-09-13T07:23:46+00:00"}}
5671 +{"wikidata_id": "Q709190", "display_name": "Chaintech", "legal_name": null, "aliases": ["Chaintech Technology", "Chaintech Computer Co.", "Walton Chaintech Corporation"], "website": "https://www.chaintech.com.tw", "canonical_domain": "chaintech.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chaintech_logo.svg", "description": "Taiwanese computer hardware manufacturer", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5672 +{"wikidata_id": "Q7186466", "display_name": "Phison", "legal_name": null, "aliases": ["PHISON Electronics Corp.", "Phison Electronics Corporation"], "website": "https://www.phison.com", "canonical_domain": "phison.com", "country": "TW", "hq_city": "Zhunan Township", "hq_region": "Miaoli County", "lat": 24.68333, "lon": 120.88333, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Phison-logo.svg", "description": "Taiwanese electronics company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5673 +{"wikidata_id": "Q7314390", "display_name": "Republic Biscuit Corporation", "legal_name": null, "aliases": ["Rebisco"], "website": "https://www.rebisco.com.ph", "canonical_domain": "rebisco.com.ph", "country": "PH", "hq_city": "Joy-Nostalg Center", "hq_region": "Pasig", "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food processing"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rebisco_wordmark.png", "description": "Philippine snack food company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5674 +{"wikidata_id": "Q7503826", "display_name": "Shri Mahila Griha Udyog Lijjat Papad", "legal_name": null, "aliases": ["Lijjat Papad"], "website": "https://www.lijjat.com", "canonical_domain": "lijjat.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": [], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian women's co-operative society", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5675 +{"wikidata_id": "Q751358", "display_name": "Toshiba Samsung Storage Technology", "legal_name": null, "aliases": ["TSST"], "website": "https://www.tsstodd.com", "canonical_domain": "tsstodd.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["entertainment"], "industry_labels": ["recording medium"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q49125", "name": "Toshiba"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TSST_Logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5676 +{"wikidata_id": "Q7524901", "display_name": "Sinomach", "legal_name": null, "aliases": ["China National Machinery Industry Corporation"], "website": "https://www.sinomach.com.cn", "canonical_domain": "sinomach.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sinomach_logo.svg", "description": "Chinese conglomerate with businesses in tool making, construction equipment, agriculture equipment, and infrastructure construction", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5677 +{"wikidata_id": "Q7884615", "display_name": "Uni-President Enterprises Corporation", "legal_name": null, "aliases": ["Uni-President", "Uni-President Enterprises"], "website": "https://www.uni-president.com", "canonical_domain": "uni-president.com", "country": "TW", "hq_city": "Yongkang District", "hq_region": "Tainan", "lat": 23.03333, "lon": 120.25, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese food company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5678 +{"wikidata_id": "Q817123", "display_name": "Benesse", "legal_name": null, "aliases": ["Benesse Holdings", "Benesse Corporation", "Fukutake Publishing", "Fukutake Shoten"], "website": "https://www.benesse.co.jp", "canonical_domain": "benesse.co.jp", "country": "JP", "hq_city": "Okayama", "hq_region": "Okayama Prefecture", "lat": 34.65511, "lon": 133.91958, "industries": ["education"], "industry_labels": ["educational system"], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300XOPEJA8L2IV934", "sec_cik": null, "parent": {"wikidata_id": "Q118592389", "name": "Benesse Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%83%99%E3%83%8D%E3%83%83%E3%82%BB_%E3%83%AD%E3%82%B4.svg", "description": "Japanese education and publishing corporation", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5679 +{"wikidata_id": "Q8384413", "display_name": "Dwango", "legal_name": null, "aliases": ["DWANGO Co.", "Ltd."], "website": "https://en.dwango.co.jp", "canonical_domain": "dwango.co.jp", "country": "JP", "hq_city": "Kabukiza Tower", "hq_region": "Ginza", "lat": 35.66972, "lon": 139.76806, "industries": ["media"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q17224985", "name": "Kadokawa Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dwango_logotype.png", "description": "Japanese media company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5680 +{"wikidata_id": "Q846383", "display_name": "Epic Records Japan", "legal_name": null, "aliases": ["Epic/Sony Inc."], "website": "https://www.epic-jp.net", "canonical_domain": "epic-jp.net", "country": "JP", "hq_city": "Rokubanchō", "hq_region": "Chiyoda", "lat": 35.68758, "lon": 139.73349, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q732503", "name": "Sony Music Entertainment Japan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Epic_Records_1960.svg", "description": "Japanese record label", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5681 +{"wikidata_id": "Q847262", "display_name": "Hot mobile", "legal_name": null, "aliases": ["HOT mobile", "Mirs"], "website": "https://www.hotmobile.co.il", "canonical_domain": "hotmobile.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1539183", "name": "Hot"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mirs-Logo.svg", "description": "Israeli telecommunications company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5682 +{"wikidata_id": "Q847533", "display_name": "Kobe Rapid Transit Railway", "legal_name": "神戸高速鉄道株式会社", "aliases": ["Kōbe Rapid Transit Railway"], "website": "https://www.kobe-kousoku.jp", "canonical_domain": "kobe-kousoku.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q48320", "name": "Kobe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobe-kosoku_logo.svg", "description": "Japanese railway company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5683 +{"wikidata_id": "Q909522", "display_name": "Wacoal", "legal_name": null, "aliases": ["Wacoal Corp.", "Wacoal Corp. (Japan)"], "website": "https://www.wacoal-america.com", "canonical_domain": "wacoal-america.com", "country": "JP", "hq_city": "Kyoto Prefecture", "hq_region": "Japan", "lat": 35.02103, "lon": 135.75558, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Wacoal_logo.svg", "description": "company", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5684 +{"wikidata_id": "Q998310", "display_name": "I've Sound", "legal_name": null, "aliases": ["I've", "Ive Sound"], "website": "https://ive-sound.jp", "canonical_domain": "ive-sound.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/I%27ve_Logo.svg", "description": "Japanese techno/trance music production group based in Sapporo, Hokkaidō, Japan", "sitelinks": 10, "importance": 0.2521, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5685 +{"wikidata_id": "Q3082332", "display_name": "Nagasaki Culture Telecasting", "legal_name": "長崎文化放送株式会社", "aliases": ["NCC"], "website": "https://www.ncctv.co.jp", "canonical_domain": "ncctv.co.jp", "country": "JP", "hq_city": "Nagasaki Prefecture", "hq_region": "Japan", "lat": 32.76395, "lon": 129.86281, "industries": ["media"], "industry_labels": [], "founded_year": 1988, "employees": 80, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q444649", "name": "Asahi Shimbun Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nagasaki_Culture_Telecasting_Corporation_Logo.svg", "description": "television station in Nagasaki Prefecture, Japan", "sitelinks": 5, "importance": 0.252, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5686 +{"wikidata_id": "Q6681752", "display_name": "SOURCE", "legal_name": null, "aliases": ["Source Outdoor", "Source Vagabond Systems"], "website": "https://sourceoutdoor.com", "canonical_domain": "sourceoutdoor.com", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1989, "employees": 300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli manufacturer of Hydration Systems, Packs and Sandals", "sitelinks": 4, "importance": 0.2518, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5687 +{"wikidata_id": "Q99304171", "display_name": "Lemon Sky Studios", "legal_name": null, "aliases": [], "website": "https://www.lemonskystudios.com", "canonical_domain": "lemonskystudios.com", "country": "MY", "hq_city": "Shah Alam", "hq_region": "Petaling District", "lat": 3.08333, "lon": 101.53333, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": 300, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Black_LSS.jpg", "description": "Malaysian animation company", "sitelinks": 4, "importance": 0.2518, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5688 +{"wikidata_id": "Q4840513", "display_name": "Badagoni", "legal_name": "JSC “Badagoni”", "aliases": ["JSC Badagoni", "Badagoni JSC"], "website": "https://badagoni.com", "canonical_domain": "badagoni.com", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["food-beverage"], "industry_labels": ["wine industry"], "founded_year": 2003, "employees": 1500, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Georgian wine producer", "sitelinks": 3, "importance": 0.2516, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5689 +{"wikidata_id": "Q843135", "display_name": "Ehime Broadcasting", "legal_name": "株式会社テレビ愛媛", "aliases": ["EBC"], "website": "https://www.ebc.co.jp", "canonical_domain": "ebc.co.jp", "country": "JP", "hq_city": "Matsuyama", "hq_region": "Ehime Prefecture", "lat": 33.83256, "lon": 132.75968, "industries": ["media"], "industry_labels": [], "founded_year": 1969, "employees": 71, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ebc_logo.svg", "description": "Japanese television station", "sitelinks": 5, "importance": 0.2503, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5690 +{"wikidata_id": "Q3079528", "display_name": "Ohzora Publishing", "legal_name": null, "aliases": [], "website": "https://ohzora.jp", "canonical_domain": "ohzora.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": [], "founded_year": 1990, "employees": 67, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ohzora_Publishing_letters.png", "description": "josei manga publisher in Japan", "sitelinks": 5, "importance": 0.2495, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5691 +{"wikidata_id": "Q1941629", "display_name": "MOBY Group", "legal_name": null, "aliases": [], "website": "https://www.mobygroup.com", "canonical_domain": "mobygroup.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["media"], "industry_labels": ["mass media", "television"], "founded_year": 2002, "employees": 1200, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moby_Group.jpg", "description": "media company in Afghanistan", "sitelinks": 3, "importance": 0.2484, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5692 +{"wikidata_id": "Q3039230", "display_name": "DreamFactory", "legal_name": null, "aliases": ["DREAM FACTORY Co. Ltd."], "website": "https://www.drf.co.jp", "canonical_domain": "drf.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": 18, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 6, "importance": 0.2472, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5693 +{"wikidata_id": "Q10843479", "display_name": "Darou Pakhsh", "legal_name": null, "aliases": ["Darou Pakhsh Holding Company"], "website": "https://www.dpholding.com", "canonical_domain": "dpholding.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["pharmaceuticals"], "industry_labels": ["pharmaceutical industry"], "founded_year": 1956, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian medical devices, pharmaceutical and consumer packaged goods manufacturer", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5694 +{"wikidata_id": "Q10854584", "display_name": "Galaxia SM", "legal_name": null, "aliases": [], "website": "https://galaxiasme.com", "canonical_domain": "galaxiasme.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5695 +{"wikidata_id": "Q11062029", "display_name": "KWANGCHOW FRIENDSHIP STORE", "legal_name": null, "aliases": [], "website": "https://www.cgzfs.com", "canonical_domain": "cgzfs.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1959, "employees": null, "public_company": true, "ticker": null, "exchange": "Shenzhen Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5696 +{"wikidata_id": "Q11071935", "display_name": "Huishang Bank", "legal_name": null, "aliases": [], "website": "https://www.hsbank.com.cn", "canonical_domain": "hsbank.com.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["banking"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": true, "ticker": null, "exchange": "Hong Kong Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese bank", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5697 +{"wikidata_id": "Q11613336", "display_name": "Heung-A Shipping", "legal_name": null, "aliases": [], "website": "https://www.heung-a.com", "canonical_domain": "heung-a.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["shipping"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5698 +{"wikidata_id": "Q12605948", "display_name": "Alps Logistics", "legal_name": "株式会社アルプス物流", "aliases": [], "website": "https://www.alps-logistics.jp", "canonical_domain": "alps-logistics.jp", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": ["transportation"], "industry_labels": ["transportation"], "founded_year": 1964, "employees": null, "public_company": true, "ticker": null, "exchange": "Tokyo Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5699 +{"wikidata_id": "Q12620803", "display_name": "Kiwoom Securities", "legal_name": null, "aliases": [], "website": "https://www.kiwoom.com", "canonical_domain": "kiwoom.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean financial services company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5700 +{"wikidata_id": "Q12621901", "display_name": "POSCO Future M", "legal_name": null, "aliases": ["POSCO Chemical", "POSCO Chemtech"], "website": "https://www.poscochemical.com", "canonical_domain": "poscochemical.com", "country": "KR", "hq_city": "North Gyeongsang", "hq_region": "South Korea", "lat": 36.57614, "lon": 128.50556, "industries": [], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5701 +{"wikidata_id": "Q12623708", "display_name": "Korea District Heating Corporation", "legal_name": null, "aliases": [], "website": "https://www.kdhc.co.kr", "canonical_domain": "kdhc.co.kr", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": ["energy"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q491047", "name": "Ministry of Trade, Industry and Resource"}, "logo_url": null, "description": "energy Conservation agency", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5702 +{"wikidata_id": "Q16166252", "display_name": "Samsung Securities", "legal_name": null, "aliases": [], "website": "https://www.samsungpop.com", "canonical_domain": "samsungpop.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1982, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Samsung_Securities.png", "description": "South Korean company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5703 +{"wikidata_id": "Q16178308", "display_name": "Taihan Cable & Solution", "legal_name": null, "aliases": ["Taihan Cable & Solution Co.", "Ltd."], "website": "https://www.taihan.com", "canonical_domain": "taihan.com", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": [], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5704 +{"wikidata_id": "Q1779812", "display_name": "Bera Holding Company", "legal_name": null, "aliases": [], "website": "https://www.kombassan.com.tr", "canonical_domain": "kombassan.com.tr", "country": "TR", "hq_city": "Konya", "hq_region": "Konya Province", "lat": 37.87277, "lon": 32.49214, "industries": ["asset-management"], "industry_labels": [], "founded_year": 1988, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": "789000QCORIZW10H1919", "sec_cik": null, "parent": null, "logo_url": null, "description": "Bera Holding", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5705 +{"wikidata_id": "Q21060742", "display_name": "HANSSEM", "legal_name": null, "aliases": [], "website": "https://company.hanssem.com", "canonical_domain": "hanssem.com", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1970, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hanssem_logo.svg", "description": "South Korean appliance and furniture company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5706 +{"wikidata_id": "Q22973711", "display_name": "Lotte Tour Development", "legal_name": null, "aliases": [], "website": "https://www.lottetour.com", "canonical_domain": "lottetour.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["travel"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean tourism company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5707 +{"wikidata_id": "Q2696533", "display_name": "KAONMEDIA", "legal_name": null, "aliases": [], "website": "https://www.kaonmedia.co.kr", "canonical_domain": "kaonmedia.co.kr", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean company manufacturing connectivity devices", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5708 +{"wikidata_id": "Q27704930", "display_name": "Azure Power", "legal_name": null, "aliases": [], "website": "https://www.azurepower.com", "canonical_domain": "azurepower.com", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["energy", "renewables"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": true, "ticker": null, "exchange": "New York Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Renewable Energy Company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5709 +{"wikidata_id": "Q5066486", "display_name": "Chadormalu Mining and Industrial Company", "legal_name": null, "aliases": ["CMIC"], "website": "https://www.chadormalu.com", "canonical_domain": "chadormalu.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": null, "exchange": "Tehran Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian mining company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5710 +{"wikidata_id": "Q5099702", "display_name": "China Green Agriculture", "legal_name": null, "aliases": [], "website": "https://www.cgagri.com", "canonical_domain": "cgagri.com", "country": "CN", "hq_city": "Xi'an", "hq_region": "Shaanxi", "lat": 34.26111, "lon": 108.94222, "industries": ["agriculture", "chemicals"], "industry_labels": ["SIC 2870 Agricultural Chemicals"], "founded_year": 1998, "employees": null, "public_company": true, "ticker": "ENFY", "exchange": "New York Stock Exchange", "lei": "529900WHEQDLY5O81Q80", "sec_cik": "857949", "parent": null, "logo_url": null, "description": "Chinese fertilizer business", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "857949", "enriched_at": "2026-09-13T07:23:47+00:00"}}
5711 +{"wikidata_id": "Q5113707", "display_name": "Chroma ATE", "legal_name": "Chroma ATE Inc.", "aliases": [], "website": "https://www.chroma.com.tw", "canonical_domain": "chroma.com.tw", "country": "TW", "hq_city": "Taiwan", "hq_region": null, "lat": 24.0, "lon": 121.0, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1984, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Chroma-logo-bu.png", "description": "Taiwanese electronics company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5712 +{"wikidata_id": "Q5288580", "display_name": "Dohwa", "legal_name": null, "aliases": ["Dohwa Engineering"], "website": "https://www.dohwa.co.kr", "canonical_domain": "dohwa.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1957, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean engineering company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5713 +{"wikidata_id": "Q5445352", "display_name": "Şehir Hatları", "legal_name": null, "aliases": ["ŞH"], "website": "https://www.sehirhatlari.istanbul", "canonical_domain": "sehirhatlari.istanbul", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["transportation"], "industry_labels": [], "founded_year": 1851, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "İstanbul ferry service", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5714 +{"wikidata_id": "Q5531784", "display_name": "General Company for Ports of Iraq", "legal_name": "الشركة العامة لموانئ العراق", "aliases": [], "website": "https://www.scp.gov.iq", "canonical_domain": "scp.gov.iq", "country": "IQ", "hq_city": "Baghdad", "hq_region": "Mandatory Iraq", "lat": 33.31528, "lon": 44.36611, "industries": ["transportation"], "industry_labels": ["transport industry"], "founded_year": 1919, "employees": null, "public_company": true, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "government-owned company of Iraq", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5715 +{"wikidata_id": "Q6658247", "display_name": "Livermore Investment Group", "legal_name": null, "aliases": [], "website": "https://www.livermore-inv.com", "canonical_domain": "livermore-inv.com", "country": "CY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["financial-services", "asset-management"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": true, "ticker": null, "exchange": "London Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "English investment company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5716 +{"wikidata_id": "Q6684925", "display_name": "Lotte Insurance", "legal_name": null, "aliases": [], "website": "https://www.lotteins.co.kr", "canonical_domain": "lotteins.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1946, "employees": null, "public_company": true, "ticker": null, "exchange": "Korean Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5717 +{"wikidata_id": "Q7394894", "display_name": "Pan Ocean", "legal_name": null, "aliases": ["STX Pan Ocean"], "website": "https://www.panocean.com", "canonical_domain": "panocean.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1966, "employees": null, "public_company": true, "ticker": null, "exchange": "Korea Exchange (Stock Market)", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korea-based shipping company", "sitelinks": 3, "importance": 0.2457, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5718 +{"wikidata_id": "Q7061841", "display_name": "Nosotek", "legal_name": "第一情報技術合營會社", "aliases": [], "website": "https://nosotek.com", "canonical_domain": "nosotek.com", "country": "KP", "hq_city": "Pyongyang", "hq_region": "North Korea", "lat": 39.01667, "lon": 125.7475, "industries": ["gaming"], "industry_labels": [], "founded_year": 2008, "employees": 45, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "North Korean IT joint venture", "sitelinks": 5, "importance": 0.2438, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5719 +{"wikidata_id": "Q96312597", "display_name": "Ecomott", "legal_name": null, "aliases": ["Ecomott Inc."], "website": "https://www.ecomott.co.jp", "canonical_domain": "ecomott.co.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Sapporo", "lat": 43.05536, "lon": 141.34097, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": null, "employees": 120, "public_company": true, "ticker": null, "exchange": "Ambitious", "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese business", "sitelinks": 1, "importance": 0.2423, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5720 +{"wikidata_id": "Q10296776", "display_name": "MTN Irancell", "legal_name": null, "aliases": ["Irancell"], "website": "https://www.irancell.ir", "canonical_domain": "irancell.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1813361", "name": "MTN Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/MTN_Irancell_Logo.svg", "description": "Iranian telecommunication company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5721 +{"wikidata_id": "Q1036845", "display_name": "Aquaplus", "legal_name": null, "aliases": ["AQUAPLUS Co.", "Ltd."], "website": "https://aquaplus.jp", "canonical_domain": "aquaplus.jp", "country": "JP", "hq_city": "Yodogawa-ku", "hq_region": "Osaka", "lat": 34.73661, "lon": 135.49536, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q115682468", "name": "Hike"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aquaplus_logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q907871"}]}
5722 +{"wikidata_id": "Q1042855", "display_name": "I'm Enterprise", "legal_name": null, "aliases": ["I'm Enterprise Inc."], "website": "https://www.imenterprise.jp", "canonical_domain": "imenterprise.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/I%27m_Enterprise_Logo.png", "description": "Japanese talent agency", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5723 +{"wikidata_id": "Q105303665", "display_name": "Rudaki Institute of Language and Literature", "legal_name": null, "aliases": [], "website": "https://izar.tj", "canonical_domain": "izar.tj", "country": "TJ", "hq_city": "Dushanbe", "hq_region": "Tajikistan", "lat": 38.57306, "lon": 68.78639, "industries": ["media"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "regulatory institution of Tajiki Persian", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5724 +{"wikidata_id": "Q1059183", "display_name": "B Zone", "legal_name": "株式会社B ZONE", "aliases": ["B ZONE", "B ZONE Inc.", "Being Giza Group", "Being Inc.", "Being", "Inc."], "website": "https://bzone.co.jp", "canonical_domain": "bzone.co.jp", "country": "JP", "hq_city": "Roppongi", "hq_region": "Minato", "lat": 35.66284, "lon": 139.73144, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/B_ZONE_Group_Logo.svg", "description": "Japanese private entertainment conglomerate, record company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5725 +{"wikidata_id": "Q105956291", "display_name": "Belift Lab", "legal_name": null, "aliases": [], "website": "https://beliftlab.com", "canonical_domain": "beliftlab.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Belift_Lab_logo.jpg", "description": "South Korean entertainment management company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5726 +{"wikidata_id": "Q1072803", "display_name": "Defstar Records", "legal_name": null, "aliases": ["DefStar Records", "DefSTAR Records", "DefSTAR RECORDS"], "website": "https://www.defstar.jp", "canonical_domain": "defstar.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q732503", "name": "Sony Music Entertainment Japan"}, "logo_url": null, "description": "Japanese record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5727 +{"wikidata_id": "Q107472762", "display_name": "Super Air Jet", "legal_name": null, "aliases": [], "website": "https://www.superairjet.com", "canonical_domain": "superairjet.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian Airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5728 +{"wikidata_id": "Q10851180", "display_name": "Jatco", "legal_name": null, "aliases": ["JATCO Ltd"], "website": "https://www.jatco.co.jp", "canonical_domain": "jatco.co.jp", "country": "JP", "hq_city": "Fuji", "hq_region": "Shizuoka Prefecture", "lat": 35.16133, "lon": 138.67628, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jatco_logo.svg", "description": "Japanese automatic transmission manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5729 +{"wikidata_id": "Q10877253", "display_name": "Marugame Seimen", "legal_name": null, "aliases": ["Marugame Udon", "Marukame Udon"], "website": "https://jp.marugame.com", "canonical_domain": "marugame.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11321982", "name": "TORIDOLL"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Marugame_Seimen_logo.svg", "description": "Udon specialized Japanese fast-food chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5730 +{"wikidata_id": "Q108876386", "display_name": "BPM Entertainment", "legal_name": null, "aliases": ["Big Planet Made", "Big Planet Made Entertainment"], "website": "https://www.bpment.co.kr", "canonical_domain": "bpment.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q126900257", "name": "ONE HUNDRED"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Big_Planet_Made_Logo.svg", "description": "South Korean entertainment company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5731 +{"wikidata_id": "Q110539510", "display_name": "Pentera", "legal_name": null, "aliases": [], "website": "https://www.pentera.io", "canonical_domain": "pentera.io", "country": "IL", "hq_city": "Petah Tikva", "hq_region": "Gush Dan", "lat": 32.08333, "lon": 34.88333, "industries": ["cybersecurity"], "industry_labels": ["information security"], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pentera_wide_color.png", "description": "cybersecurity company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5732 +{"wikidata_id": "Q1106640", "display_name": "BreadTalk", "legal_name": null, "aliases": ["BreadTalk Group Limited"], "website": "https://www.breadtalk.com", "canonical_domain": "breadtalk.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/BreadTalk_logo.svg", "description": "Singaporean multinational food and beverage corporation", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5733 +{"wikidata_id": "Q11093057", "display_name": "Muse Communication", "legal_name": null, "aliases": [], "website": "https://www.e-muse.com.tw", "canonical_domain": "e-muse.com.tw", "country": "TW", "hq_city": "Xinzhuang District", "hq_region": "New Taipei City", "lat": 25.03333, "lon": 121.45, "industries": [], "industry_labels": [], "founded_year": 2024, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q131399497", "name": "Muse Venture Capital Co., Ltd."}, "logo_url": null, "description": "Taiwanese anime licensing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5734 +{"wikidata_id": "Q111457865", "display_name": "ADOR", "legal_name": null, "aliases": ["All Doors One Room"], "website": "https://ador.world", "canonical_domain": "ador.world", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2021, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/2026_ADOR_logo.png", "description": "South Korean entertainment company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5735 +{"wikidata_id": "Q11153709", "display_name": "Tim Ho Wan", "legal_name": null, "aliases": [], "website": "https://www.timhowan.com", "canonical_domain": "timhowan.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese style restaurant in Hong Kong with overseas branches", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5736 +{"wikidata_id": "Q11266830", "display_name": "Ichiran", "legal_name": null, "aliases": [], "website": "https://ichiran.com", "canonical_domain": "ichiran.com", "country": "JP", "hq_city": "Nakasu", "hq_region": "Hakata-ku", "lat": 33.59219, "lon": 130.40675, "industries": ["food-beverage"], "industry_labels": ["restaurant"], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese ramen food-service business", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5737 +{"wikidata_id": "Q1134504", "display_name": "Moonstone", "legal_name": "Moonstone", "aliases": ["MOON STONE"], "website": "https://www.moon-stone.jp", "canonical_domain": "moon-stone.jp", "country": "JP", "hq_city": "Chūō-ku", "hq_region": "Osaka", "lat": 34.68111, "lon": 135.50972, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese visual novel studio", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5738 +{"wikidata_id": "Q113484937", "display_name": "GEEKOM", "legal_name": "Shenzhen Geekom Electronic Technology Co., Ltd", "aliases": ["Shenzhen Geekom Electronic Technology Co.", "Ltd."], "website": "https://www.geekompc.com", "canonical_domain": "geekompc.com", "country": "CN", "hq_city": "Fa Yuen Street", "hq_region": "Yau Tsim Mong District", "lat": 22.32016, "lon": 114.17098, "industries": ["technology"], "industry_labels": ["consumer electronics industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GEEKOM_logo.png", "description": "consumer electronics company specializing in mini PCs", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5739 +{"wikidata_id": "Q1138702", "display_name": "Anadolu Isuzu", "legal_name": null, "aliases": ["Anadolu Isuzu Automotive Industry & Trading A.S."], "website": "https://www.isuzu.com.tr", "canonical_domain": "isuzu.com.tr", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1984, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Anadolu_Isuzu.png", "description": "automobile manufacturing company headquartered in Istanbul, Turkey", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5740 +{"wikidata_id": "Q11504847", "display_name": "Nissin Kogyo Co., Ltd.", "legal_name": null, "aliases": ["Nissin Industries"], "website": "https://www.nissinkogyo.co.jp", "canonical_domain": "nissinkogyo.co.jp", "country": "JP", "hq_city": "Komoro", "hq_region": "Nagano Prefecture", "lat": 36.33917, "lon": 138.435, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nissin_Kogyo_company_logo.svg", "description": "maker of car brakes, a Honda keiretsu company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5741 +{"wikidata_id": "Q1186018", "display_name": "Sunshine City", "legal_name": null, "aliases": [], "website": "https://sunshinecity.jp", "canonical_domain": "sunshinecity.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.72917, "lon": 139.71806, "industries": [], "industry_labels": [], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "buildings complex in Ikebukuro, Tokyo", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5742 +{"wikidata_id": "Q1188532", "display_name": "Tobu World Square", "legal_name": null, "aliases": [], "website": "https://www.tobuws.co.jp", "canonical_domain": "tobuws.co.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 36.8078, "lon": 139.712, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1321914", "name": "Tobu Railway"}, "logo_url": null, "description": "theme park in Tochigi Prefecture, Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5743 +{"wikidata_id": "Q1207082", "display_name": "Dewan Bahasa dan Pustaka", "legal_name": null, "aliases": [], "website": "https://lamanweb.dbp.gov.my", "canonical_domain": "dbp.gov.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.1347, "lon": 101.7034, "industries": ["media"], "industry_labels": [], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Regulator for Malay language and publisher", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5744 +{"wikidata_id": "Q12512232", "display_name": "Sarinah", "legal_name": null, "aliases": [], "website": "https://www.sarinah.co.id", "canonical_domain": "sarinah.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.188, "lon": 106.823, "industries": ["real-estate", "retail"], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sarinah.svg", "description": "Indonesian shopping center", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5745 +{"wikidata_id": "Q1262884", "display_name": "Dubai Healthcare City", "legal_name": null, "aliases": [], "website": "https://www.dhcc.ae", "canonical_domain": "dhcc.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["healthcare"], "industry_labels": [], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "healthcare free economic zone in Dubai", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5746 +{"wikidata_id": "Q126595365", "display_name": "Team Falcons", "legal_name": null, "aliases": ["Falcons", "Clup Falcons", "esport Falcons", "esports Falcons", "Falcons Clup", "Falcons esport", "Falcons esports", "Falcons Team"], "website": "https://www.falcons.sa", "canonical_domain": "falcons.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["media", "entertainment"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Saudi organization of content creators and esports athletes", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5747 +{"wikidata_id": "Q1355621", "display_name": "Wako", "legal_name": null, "aliases": [], "website": "https://www.wako.co.jp", "canonical_domain": "wako.co.jp", "country": "JP", "hq_city": "Ginza", "hq_region": "Chūō", "lat": 35.67136, "lon": 139.76562, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1881, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q322601", "name": "Seiko"}, "logo_url": null, "description": "Japanese high end retailer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5748 +{"wikidata_id": "Q1393397", "display_name": "Pelni", "legal_name": null, "aliases": [], "website": "https://pelni.co.id", "canonical_domain": "pelni.co.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PELNI_2023.svg", "description": "Indonesian transport company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5749 +{"wikidata_id": "Q1429959", "display_name": "Yamazaki Mazak Corporation", "legal_name": null, "aliases": [], "website": "https://www.mazak.com", "canonical_domain": "mazak.com", "country": "JP", "hq_city": "Oguchi", "hq_region": "Niwa district", "lat": 35.3325, "lon": 136.90781, "industries": [], "industry_labels": [], "founded_year": 1919, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mazak_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5750 +{"wikidata_id": "Q1461158", "display_name": "Kobunsha", "legal_name": null, "aliases": [], "website": "https://www.kobunsha.com", "canonical_domain": "kobunsha.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["publishing industry"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q726081", "name": "Kodansha"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kobunsha_logo.jpg", "description": "Japanese publishing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5751 +{"wikidata_id": "Q1502293", "display_name": "Genki", "legal_name": null, "aliases": ["Genki Co.", "Ltd."], "website": "https://www.genki.co.jp", "canonical_domain": "genki.co.jp", "country": "JP", "hq_city": "Nakano", "hq_region": "Tokyo", "lat": 35.70728, "lon": 139.66375, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5752 +{"wikidata_id": "Q1538466", "display_name": "Sompo Japan Insurance", "legal_name": null, "aliases": ["Sompo Japan Insurance Inc."], "website": "https://www.sompo-japan.co.jp", "canonical_domain": "sompo-japan.co.jp", "country": "JP", "hq_city": "Shinjuku", "hq_region": "Tokyo", "lat": 35.69389, "lon": 139.70342, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 1888, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5215858", "name": "SOMPO"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E6%90%8D%E4%BF%9D%E3%82%B8%E3%83%A3%E3%83%91%E3%83%B3.svg", "description": "Japanese company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5753 +{"wikidata_id": "Q15939607", "display_name": "Wallace", "legal_name": null, "aliases": ["CNHLS", "Fujian Food Co.", "Ltd."], "website": "https://www.cnhls.com", "canonical_domain": "cnhls.com", "country": "CN", "hq_city": "Taijiang District", "hq_region": "Fuzhou", "lat": 26.06516, "lon": 119.30361, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "fast food chain in China", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5754 +{"wikidata_id": "Q16127507", "display_name": "Saudigulf", "legal_name": null, "aliases": [], "website": "https://www.saudigulfairlines.com", "canonical_domain": "saudigulfairlines.com", "country": "SA", "hq_city": "Dammam", "hq_region": "Eastern Province", "lat": 26.43333, "lon": 50.1, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "carrier located in Dammam", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5755 +{"wikidata_id": "Q1643121", "display_name": "Six Apart", "legal_name": null, "aliases": ["Ltd.", "sixapart"], "website": "https://www.sixapart.com", "canonical_domain": "sixapart.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sixapart_logo.svg", "description": "software company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5756 +{"wikidata_id": "Q1686067", "display_name": "Jinan Qingqi", "legal_name": null, "aliases": ["Jinan Qingqi Motorcycle Co.", "Ltd", "Qingqi Motorcycle"], "website": "https://www.qingqi.com.cn", "canonical_domain": "qingqi.com.cn", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["automotive"], "industry_labels": ["motorcycle industry"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese manufacturer of motorcycles", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5757 +{"wikidata_id": "Q1687645", "display_name": "Yerevan Ararat Wine Factory", "legal_name": null, "aliases": [], "website": "https://brandy.am", "canonical_domain": "brandy.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["food-beverage"], "industry_labels": ["winemaking"], "founded_year": 1877, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Armenian congac producer in Yerevan since 1877", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5758 +{"wikidata_id": "Q17053233", "display_name": "AlphaTheta", "legal_name": null, "aliases": ["Pioneer Dj", "Pioneer Dj by AlphaTheta"], "website": "https://alphatheta.com", "canonical_domain": "alphatheta.com", "country": "JP", "hq_city": "Kanagawa Prefecture", "hq_region": "Japan", "lat": 35.44775, "lon": 139.64253, "industries": [], "industry_labels": [], "founded_year": 2020, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "business enterprise", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5759 +{"wikidata_id": "Q17054442", "display_name": "Haldiram's", "legal_name": null, "aliases": ["Haldiram"], "website": "https://www.haldirams.com", "canonical_domain": "haldirams.com", "country": "IN", "hq_city": "Nagpur", "hq_region": "Nagpur district", "lat": 21.14972, "lon": 79.08056, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian restaurant and foodstuff manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5760 +{"wikidata_id": "Q17055761", "display_name": "YTO Group", "legal_name": null, "aliases": ["China Yituo Group Co.", "Ltd.", "No.1 Tractor Manufacturing Factory", "YTO Group Corporation"], "website": "https://www.ytocorp.com", "canonical_domain": "ytocorp.com", "country": "CN", "hq_city": "Luoyang", "hq_region": "Henan", "lat": 34.65867, "lon": 112.42447, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1955, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tractor manufacturing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5761 +{"wikidata_id": "Q17155017", "display_name": "Doogee", "legal_name": null, "aliases": [], "website": "https://www.doogee.cc", "canonical_domain": "doogee.cc", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Doogee.png", "description": "Chinese smartphone brand, the mobile phones using in the British/EU animation or owned by Fairphone N.V.", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5762 +{"wikidata_id": "Q1743971", "display_name": "Foreign Languages Press", "legal_name": "外文出版社", "aliases": ["Waiwen chuban she", "Wàiwén chūbǎn shè"], "website": "https://www.flp.com.cn", "canonical_domain": "flp.com.cn", "country": "CN", "hq_city": "People's Republic of China", "hq_region": null, "lat": 35.84472, "lon": 103.45194, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "publishing house located in China", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5763 +{"wikidata_id": "Q18118709", "display_name": "Jiangxi Air", "legal_name": null, "aliases": [], "website": "https://www.airjiangxi.com", "canonical_domain": "airjiangxi.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline based at Nanchang, Jiangxi, China", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5764 +{"wikidata_id": "Q18233866", "display_name": "Anbang Insurance Group", "legal_name": null, "aliases": [], "website": "https://www.anbanggroup.com", "canonical_domain": "anbanggroup.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["insurance"], "industry_labels": ["insurance industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese holding company whose subsidiaries mainly deal with insurance, banking, and financial services", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5765 +{"wikidata_id": "Q1832411", "display_name": "Euro-Asia Air", "legal_name": null, "aliases": [], "website": "https://www.euroasiaair.kz", "canonical_domain": "euroasiaair.kz", "country": "KZ", "hq_city": "Atyrau", "hq_region": null, "lat": 47.11667, "lon": 51.88333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kazakhstani airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5766 +{"wikidata_id": "Q18356886", "display_name": "Bassaka Air", "legal_name": null, "aliases": ["Bassaka Air Limited", "Bassakaair"], "website": "https://www.bassakaair.com", "canonical_domain": "bassakaair.com", "country": "KH", "hq_city": "Phnom Penh", "hq_region": "Cambodia", "lat": 11.56958, "lon": 104.92103, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Cambodian passenger airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5767 +{"wikidata_id": "Q1960826", "display_name": "Caspian Pipeline Consortium", "legal_name": null, "aliases": [], "website": "https://www.cpc.ru", "canonical_domain": "cpc.ru", "country": "KZ", "hq_city": "Moscow", "hq_region": "Russia", "lat": 55.75056, "lon": 37.6175, "industries": ["oil-gas"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%D0%9B%D0%BE%D0%B3%D0%BE%D1%82%D0%B8%D0%BF_%D0%9A%D0%A2%D0%9A.jpg", "description": "russia-Kazakhstan Oil Pipeline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5768 +{"wikidata_id": "Q1973019", "display_name": "Dubai Financial Market", "legal_name": null, "aliases": ["DFM", "XDFM"], "website": "https://www.dfm.co.ae", "canonical_domain": "dfm.co.ae", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["financial-services"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Stock exchange located in Dubai, United Arab Emirates", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5769 +{"wikidata_id": "Q2001669", "display_name": "National Bank of the Republic of Abkhazia", "legal_name": "Аҧсны Аҳәынҭқарра Амилаҭтә Банк", "aliases": ["Bank of Abkhazia"], "website": "https://www.nb-ra.org", "canonical_domain": "nb-ra.org", "country": "GE", "hq_city": "Sokhumi", "hq_region": "Abkhaz Autonomous Soviet Socialist Republic", "lat": 43.00361, "lon": 41.01917, "industries": ["banking"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/National_Bank_of_the_Republic_of_Abkhazia_logo.svg", "description": "central bank", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5770 +{"wikidata_id": "Q2077979", "display_name": "Ministry of Communications", "legal_name": null, "aliases": ["Ministry of Postal Services", "Israeli Ministry of Communications", "Ministry of Communications of Israel", "Postal Services Ministry", "Postal Services Ministry of Israel"], "website": "https://www.gov.il", "canonical_domain": "www.gov.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["telecommunications", "media"], "industry_labels": [], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "in Israel", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5771 +{"wikidata_id": "Q21043221", "display_name": "Saudi Arabia Railways", "legal_name": null, "aliases": ["SAR", "Saudi Railway Company"], "website": "https://www.sar.com.sa", "canonical_domain": "sar.com.sa", "country": "SA", "hq_city": "Riyadh", "hq_region": "Riyadh Province", "lat": 24.65, "lon": 46.71, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saudi_Arabia_Railways_Logo.svg", "description": "state-owned rail company in Saudi Arabia", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5772 +{"wikidata_id": "Q2121482", "display_name": "Qatar Railways", "legal_name": null, "aliases": ["Qatar Rail"], "website": "https://www.qr.com.qa", "canonical_domain": "qr.com.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["transportation"], "industry_labels": ["transport"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qatar_Rail_logo.svg", "description": "state-owned company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5773 +{"wikidata_id": "Q2146772", "display_name": "Joymax", "legal_name": null, "aliases": [], "website": "https://www.joymax.com", "canonical_domain": "joymax.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5774 +{"wikidata_id": "Q21528895", "display_name": "Sunday Airlines", "legal_name": null, "aliases": [], "website": "https://sundayairlines.kz", "canonical_domain": "sundayairlines.kz", "country": "KZ", "hq_city": "Shymkent", "hq_region": "Kazakhstan", "lat": 42.3, "lon": 69.6, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q650170", "name": "SCAT Airlines"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sunday_log.png", "description": "Airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5775 +{"wikidata_id": "Q2270057", "display_name": "Chao Phraya Express Boat", "legal_name": null, "aliases": [], "website": "https://www.chaophrayaexpressboat.com", "canonical_domain": "chaophrayaexpressboat.com", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["transportation"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai transport service", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5776 +{"wikidata_id": "Q2295361", "display_name": "Sotsu", "legal_name": null, "aliases": ["Sotsu Co.", "Ltd."], "website": "https://www.sotsu.co.jp", "canonical_domain": "sotsu.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q806259", "name": "Bandai Namco Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sotsulogo.svg", "description": "Japanese advertising agency", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5777 +{"wikidata_id": "Q2364677", "display_name": "Elex Media Komputindo", "legal_name": null, "aliases": ["EMK", "Elex Media", "Elexmedia Komputindo", "PT Elex Media Komputindo"], "website": "https://elexmedia.id", "canonical_domain": "elexmedia.id", "country": "ID", "hq_city": "Central Jakarta", "hq_region": "Jakarta", "lat": -6.17, "lon": 106.82, "industries": ["media"], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q6428600", "name": "Kompas Gramedia Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Elex_Media_Komputindo_Logo.svg", "description": "Indonesian publishing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5778 +{"wikidata_id": "Q23731014", "display_name": "Moroccanoil Inc.", "legal_name": null, "aliases": ["Moroccanoil"], "website": "https://www.moroccanoil.com", "canonical_domain": "moroccanoil.com", "country": "IL", "hq_city": "Manhattan", "hq_region": "New York City", "lat": 40.72833, "lon": -73.99417, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 2008, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Moroccanoil_logo.png", "description": "cosmetics company from Israel", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5779 +{"wikidata_id": "Q2436968", "display_name": "Ma'ale Yosef Regional Council", "legal_name": null, "aliases": [], "website": "https://www.myosef.org.il", "canonical_domain": "myosef.org.il", "country": "IL", "hq_city": null, "hq_region": null, "lat": 33.06178, "lon": 35.24645, "industries": ["media"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "place in Israel", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5780 +{"wikidata_id": "Q24841017", "display_name": "Air Guilin", "legal_name": null, "aliases": ["Air Guilin Company Limited"], "website": "https://www.airguilin.com", "canonical_domain": "airguilin.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5781 +{"wikidata_id": "Q24859550", "display_name": "Line Friends", "legal_name": null, "aliases": ["BT21"], "website": "https://www.linefriends.com", "canonical_domain": "linefriends.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "featured characters", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5782 +{"wikidata_id": "Q24884920", "display_name": "Voot", "legal_name": null, "aliases": [], "website": "https://www.voot.com", "canonical_domain": "voot.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["media"], "industry_labels": ["over-the-top media service"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7924434", "name": "Viacom18"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Voot_website_logo.png", "description": "Indian subscription video on demand service", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5783 +{"wikidata_id": "Q2633520", "display_name": "Hakuhodo", "legal_name": null, "aliases": ["Hakuhodo Inc."], "website": "https://www.hakuhodo.co.jp", "canonical_domain": "hakuhodo.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["media"], "industry_labels": ["marketing"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hakuhodo_logo_%282026%29.svg", "description": "Japanese advertising company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5784 +{"wikidata_id": "Q2640427", "display_name": "Nar", "legal_name": null, "aliases": ["Azerfon"], "website": "https://www.nar.az", "canonical_domain": "nar.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nar-new-logo.jpg", "description": "Telecommunication company in Azerbaijan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5785 +{"wikidata_id": "Q2677734", "display_name": "COSCO Shipping Lines", "legal_name": null, "aliases": ["COSCO Container Lines"], "website": "https://www.coscon.com", "canonical_domain": "coscon.com", "country": "JP", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["shipping"], "industry_labels": ["water transport"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/COSCOCS-ver1.svg", "description": "ocean container shipping company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5786 +{"wikidata_id": "Q27016985", "display_name": "Egg Firm", "legal_name": null, "aliases": [], "website": "https://eggfirm.com", "canonical_domain": "eggfirm.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.69722, "lon": 139.67914, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Egg_Firm_Logo.png", "description": "Japanese production company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5787 +{"wikidata_id": "Q2741455", "display_name": "Pakistan State Oil", "legal_name": "Pakistan State Oil Company Limited", "aliases": ["PSO"], "website": "https://psopk.com", "canonical_domain": "psopk.com", "country": "PK", "hq_city": "Karachi", "hq_region": "Sindh", "lat": 24.86, "lon": 67.01, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Pakistani state-owned oil company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5788 +{"wikidata_id": "Q28197221", "display_name": "Maroo Entertainment", "legal_name": null, "aliases": [], "website": "https://www.marooentertainment.com", "canonical_domain": "marooentertainment.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["show business"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5789 +{"wikidata_id": "Q2820005", "display_name": "Aamir Khan Productions", "legal_name": null, "aliases": ["Aamir Khan Productions Ptv. Ltd."], "website": "https://www.akpfilms.com", "canonical_domain": "akpfilms.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aamir_khan_productions.png", "description": "film production company in India", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5790 +{"wikidata_id": "Q28220824", "display_name": "TCDD Taşımacılık", "legal_name": null, "aliases": ["TCDD Taşımacılık S.A.", "TCDD Transport", "TCDD Transport S.A."], "website": "https://www.tcddtasimacilik.gov.tr", "canonical_domain": "tcddtasimacilik.gov.tr", "country": "TR", "hq_city": "Ankara Province", "hq_region": "Turkey", "lat": 39.92639, "lon": 32.85611, "industries": ["logistics", "transportation"], "industry_labels": ["logistics", "rail transport"], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q499967", "name": "Turkish State Railways"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TCDD_Ta%C5%9F%C4%B1mac%C4%B1l%C4%B1k_Logo.png", "description": "The operator of Turkish railways", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5791 +{"wikidata_id": "Q2840776", "display_name": "Am Oved", "legal_name": null, "aliases": [], "website": "https://www.am-oved.co.il", "canonical_domain": "am-oved.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1942, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli publishing house", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5792 +{"wikidata_id": "Q288837", "display_name": "Orion Electric", "legal_name": null, "aliases": ["Orion Electric Co.", "Ltd."], "website": "https://www.orion-electric.co.jp", "canonical_domain": "orion-electric.co.jp", "country": "JP", "hq_city": "Echizen", "hq_region": "Fukui Prefecture", "lat": 35.9035, "lon": 136.16875, "industries": ["technology"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Orion_Denki.svg", "description": "Japanese consumer electronics company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5793 +{"wikidata_id": "Q306960", "display_name": "ampm", "legal_name": null, "aliases": ["am/pm"], "website": "https://www.ampm.com", "canonical_domain": "ampm.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["franchising"], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ampm_storechain_logo.svg", "description": "US multinational convenience store chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5794 +{"wikidata_id": "Q31086474", "display_name": "Oukitel", "legal_name": null, "aliases": [], "website": "https://www.oukitel.com", "canonical_domain": "oukitel.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Oukitel-logo.png", "description": "Chinese smartphone supplier", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5795 +{"wikidata_id": "Q316511", "display_name": "Destiny Cable", "legal_name": null, "aliases": [], "website": "https://www.destinycable.com.ph", "canonical_domain": "destinycable.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["media"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7537263", "name": "Sky Cable Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Destiny_Cable.png", "description": "defunct cable TV company in the Philippines", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5796 +{"wikidata_id": "Q3206859", "display_name": "Star Empire Entertainment", "legal_name": null, "aliases": [], "website": "https://starempire.co.kr", "canonical_domain": "starempire.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5797 +{"wikidata_id": "Q326720", "display_name": "Lotte Hotels & Resorts", "legal_name": null, "aliases": [], "website": "https://www.lottehotel.com", "canonical_domain": "lottehotel.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["hospitality"], "industry_labels": ["hospitality industry"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LotteHotels%26ResortsLogo_Brown_RGB.jpg", "description": "hotel company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5798 +{"wikidata_id": "Q3313471", "display_name": "Hutchison Ports", "legal_name": "Hutchison Port Holdings Limited", "aliases": [], "website": "https://www.hph.com", "canonical_domain": "hph.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q15805", "name": "Hutchison Whampoa"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hutchison_Ports_2016_logo.svg", "description": "port operator", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5799 +{"wikidata_id": "Q3338265", "display_name": "Nepal Telecom", "legal_name": null, "aliases": ["NTC", "NT", "Nepal Doorsanchar Company Limited", "Nepal Doorsanchar Corporation"], "website": "https://www.ntc.net.np", "canonical_domain": "ntc.net.np", "country": "NP", "hq_city": "Kathmandu", "hq_region": "Kathmandu District", "lat": 27.69866, "lon": 85.31831, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Telecommunication service provider company having substantial share holding of the Government of Nepal", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q96112744"}]}
5800 +{"wikidata_id": "Q3373244", "display_name": "Payam Air", "legal_name": null, "aliases": [], "website": "https://www.payamaviation.ir", "canonical_domain": "payamaviation.ir", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cargo airline based in Tehran, Iran", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5801 +{"wikidata_id": "Q3445676", "display_name": "Telenor Pakistan", "legal_name": null, "aliases": [], "website": "https://www.telenor.com.pk", "canonical_domain": "telenor.com.pk", "country": "PK", "hq_city": "Islamabad", "hq_region": "Islamabad Capital Territory", "lat": 33.69889, "lon": 73.03694, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q845632", "name": "Telenor"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Telenor_Logo_%28symbol_and_wordmark%29.svg", "description": "subsidiary of Telenor", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5802 +{"wikidata_id": "Q3530263", "display_name": "Food Corporation of India", "legal_name": null, "aliases": [], "website": "https://www.fci.gov.in", "canonical_domain": "fci.gov.in", "country": "IN", "hq_city": "New Delhi", "hq_region": "New Delhi tehsil", "lat": 28.61389, "lon": 77.20889, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian government corporation", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5803 +{"wikidata_id": "Q3542321", "display_name": "Türkmengaz", "legal_name": null, "aliases": ["TurkmenGaz"], "website": "https://www.oilgas.gov.tm", "canonical_domain": "oilgas.gov.tm", "country": "TM", "hq_city": "Ashgabat", "hq_region": "Turkmenistan", "lat": 37.95, "lon": 58.38333, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkmen state-owned gas company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5804 +{"wikidata_id": "Q3635746", "display_name": "National Aluminium Company", "legal_name": null, "aliases": [], "website": "https://www.nalcoindia.com", "canonical_domain": "nalcoindia.com", "country": "IN", "hq_city": "Bhubaneswar", "hq_region": "Khordha district", "lat": 20.295, "lon": 85.825, "industries": ["mining"], "industry_labels": ["mining"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National Aluminium Company Limited, (NALCO)", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5805 +{"wikidata_id": "Q367931", "display_name": "Yanagisawa Wind Instruments", "legal_name": null, "aliases": [], "website": "https://www.yanagisawasax.co.jp", "canonical_domain": "yanagisawasax.co.jp", "country": "JP", "hq_city": "Azusawa", "hq_region": "Itabashi", "lat": 35.77833, "lon": 139.69846, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": 1896, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Yanagisawalogo.jpg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5806 +{"wikidata_id": "Q3812521", "display_name": "Kaiyodo", "legal_name": null, "aliases": [], "website": "https://kaiyodo.co.jp", "canonical_domain": "kaiyodo.co.jp", "country": "JP", "hq_city": "Kadoma", "hq_region": "Osaka Prefecture", "lat": 34.73222, "lon": 135.59944, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaiyodo_logo_blue.png", "description": "Japanese toy company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5807 +{"wikidata_id": "Q3817842", "display_name": "Fujian Motors Group", "legal_name": null, "aliases": ["Fujian Motor Industry Group Co."], "website": "https://www.fjmotor.com.cn", "canonical_domain": "fjmotor.com.cn", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujian_Motors_logo.png", "description": "Electric vehicle manufacturers of China", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5808 +{"wikidata_id": "Q403696", "display_name": "Aichi Steel", "legal_name": null, "aliases": ["Aichi Steel Corporation"], "website": "https://www.aichi-steel.co.jp", "canonical_domain": "aichi-steel.co.jp", "country": "JP", "hq_city": "Tōkai-shi", "hq_region": "Aichi Prefecture", "lat": 35.02306, "lon": 136.90219, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800P9OWOVHHY4ML18", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aichi_Steel_company_logo.svg", "description": "company in Tokai, Aichi, Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5809 +{"wikidata_id": "Q4041558", "display_name": "Invista", "legal_name": null, "aliases": ["INVISTA"], "website": "https://www.invista.com", "canonical_domain": "invista.com", "country": "KR", "hq_city": "Wichita", "hq_region": "Sedgwick County", "lat": 37.68889, "lon": -97.33611, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1496384", "name": "Koch, Inc."}, "logo_url": null, "description": "American integrated fiber, resin and intermediates company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5810 +{"wikidata_id": "Q4045072", "display_name": "National Bank of Kuwait", "legal_name": null, "aliases": ["NBK", "NBK Group"], "website": "https://nbk.com", "canonical_domain": "nbk.com", "country": "KW", "hq_city": "Kuwait City", "hq_region": "Kuwait", "lat": 29.375, "lon": 47.98, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBK.svg", "description": "financial institution in Kuwait", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q4704949"}]}
5811 +{"wikidata_id": "Q4063036", "display_name": "Altyn Asyr", "legal_name": null, "aliases": ["TM CELL"], "website": "https://www.tmcell.tm", "canonical_domain": "tmcell.tm", "country": "TM", "hq_city": "Ashgabat", "hq_region": "Turkmenistan", "lat": 37.95, "lon": 58.38333, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Altyn-asyr.jpg", "description": "telecommunication company in Turkmenistan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5812 +{"wikidata_id": "Q4119630", "display_name": "Pakistan Aeronautical Complex", "legal_name": null, "aliases": [], "website": "https://www.pac.org.pk", "canonical_domain": "pac.org.pk", "country": "PK", "hq_city": "Kamra", "hq_region": "Attock Tehsil", "lat": 33.85694, "lon": 72.395, "industries": ["aerospace-defense", "manufacturing"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aircraft manufacturing", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5813 +{"wikidata_id": "Q4119913", "display_name": "Emirates Global Aluminium", "legal_name": null, "aliases": ["Dubal"], "website": "https://www.ega.ae", "canonical_domain": "ega.ae", "country": "AE", "hq_city": "Emirate of Dubai", "hq_region": "United Arab Emirates", "lat": 25.26444, "lon": 55.31167, "industries": ["mining"], "industry_labels": ["aluminium industry"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Aluminium conglomerate of the UAE", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5814 +{"wikidata_id": "Q4167907", "display_name": "Singapore Pools", "legal_name": null, "aliases": [], "website": "https://www.singaporepools.com.sg", "canonical_domain": "singaporepools.com.sg", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["gambling"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean lottery operator", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5815 +{"wikidata_id": "Q4204767", "display_name": "TOA Corporation", "legal_name": null, "aliases": ["TOA"], "website": "https://www.toa.co.jp", "canonical_domain": "toa.co.jp", "country": "JP", "hq_city": "Hyōgo Prefecture", "hq_region": "Japan", "lat": 34.69125, "lon": 135.18308, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOA_Corporation_company_logo.svg", "description": "Japanese electronics company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5816 +{"wikidata_id": "Q4206859", "display_name": "Hong Leong Group", "legal_name": null, "aliases": [], "website": "https://www.hlfg.com.my", "canonical_domain": "hlfg.com.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian conglomerate", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q139387760"}]}
5817 +{"wikidata_id": "Q4288376", "display_name": "Bank ABB", "legal_name": null, "aliases": ["ABB", "International Bank of Azerbaijan"], "website": "https://abb-bank.az", "canonical_domain": "abb-bank.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["banking"], "industry_labels": ["bank", "SIC 3613 Switchgear & Switchboard Apparatus"], "founded_year": 1992, "employees": null, "public_company": true, "ticker": "ABLZF", "exchange": "OTC", "lei": null, "sec_cik": "1091587", "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ABB_Logo.png", "description": "Joint-stock bank", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "1091587", "enriched_at": "2026-09-13T07:23:49+00:00"}}
5818 +{"wikidata_id": "Q43083084", "display_name": "Gentle Monster", "legal_name": null, "aliases": [], "website": "https://www.gentlemonster.com", "canonical_domain": "gentlemonster.com", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean sunglasses and optical glasses brand", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5819 +{"wikidata_id": "Q4314979", "display_name": "National Bank of Uzbekistan", "legal_name": null, "aliases": ["NBU"], "website": "https://www.nbu.uz", "canonical_domain": "nbu.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["banking"], "industry_labels": [], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "253400TZJ7T1YULTGN68", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NBU_new_logo.jpg", "description": "National Bank for Foreign Economic Activity of the Republic of Uzbekistan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5820 +{"wikidata_id": "Q4346622", "display_name": "National Institute of Informatics", "legal_name": null, "aliases": ["Kokuritsu Jōhōgaku Kenkyūjo"], "website": "https://www.nii.ac.jp", "canonical_domain": "nii.ac.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": 35.69246, "lon": 139.7581, "industries": ["education", "media"], "industry_labels": ["research"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nii_logo.svg", "description": "Japanese research institute", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5821 +{"wikidata_id": "Q4346992", "display_name": "Hasegawa Corporation", "legal_name": null, "aliases": [], "website": "https://www.hasegawa-model.co.jp", "canonical_domain": "hasegawa-model.co.jp", "country": "JP", "hq_city": "Yaizu", "hq_region": "Shizuoka Prefecture", "lat": 34.86689, "lon": 138.32325, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hasegawa_corp_logo.png", "description": "Japanese model kit manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5822 +{"wikidata_id": "Q4386715", "display_name": "Fighting and Entertainment Group", "legal_name": null, "aliases": [], "website": "https://www.feg-jp.com", "canonical_domain": "feg-jp.com", "country": "JP", "hq_city": "Jingūmae", "hq_region": "Shibuya", "lat": 35.66781, "lon": 139.70792, "industries": ["entertainment"], "industry_labels": ["promoter"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese combat sport promoter", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5823 +{"wikidata_id": "Q44027", "display_name": "Iran Tractor Manufacturing Company", "legal_name": null, "aliases": ["Tractor Tabriz", "Iran Tractor Co", "ITM Co Iran", "ITMCO", "Tractor Iran", "Tractor Manufacturing Company"], "website": "https://www.itmco.ir", "canonical_domain": "itmco.ir", "country": "IR", "hq_city": "Tabriz", "hq_region": "Central District", "lat": 38.07389, "lon": 46.29611, "industries": ["industrial-machinery"], "industry_labels": ["mechanical engineering", "manufacture of machinery and equipment"], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Iranian tractor and heavy equipment manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5824 +{"wikidata_id": "Q4644852", "display_name": "85°C Bakery Cafe", "legal_name": null, "aliases": ["85 °C Bakery Cafe", "85 Degrees Bakery", "85 Degrees Cafe", "85C Bakery Cafe"], "website": "https://www.85cafe.com", "canonical_domain": "85cafe.com", "country": "TW", "hq_city": "Taichung", "hq_region": "Taiwan", "lat": 24.14389, "lon": 120.67944, "industries": ["food-beverage"], "industry_labels": ["food service", "bakery"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese chain of coffee shops and self-serve bakeries", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5825 +{"wikidata_id": "Q4653976", "display_name": "ARY Digital Network", "legal_name": null, "aliases": ["ARY DN"], "website": "https://arydigitalnetwork.tv", "canonical_domain": "arydigitalnetwork.tv", "country": "PK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["media"], "industry_labels": ["mass media"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Pakistani film production company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5826 +{"wikidata_id": "Q4708565", "display_name": "Alaska Milk Corporation", "legal_name": null, "aliases": [], "website": "https://www.alaskamilk.com", "canonical_domain": "alaskamilk.com", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300HP5KXSGMEBD023", "sec_cik": null, "parent": {"wikidata_id": "Q248711", "name": "FrieslandCampina"}, "logo_url": null, "description": "manufacturer of milk products in the Philippines", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5827 +{"wikidata_id": "Q4778847", "display_name": "Aozora Bank", "legal_name": null, "aliases": [], "website": "https://www.aozorabank.co.jp", "canonical_domain": "aozorabank.co.jp", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aozora_Bank%2C_Ltd._logo.png", "description": "Japanese bank", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5828 +{"wikidata_id": "Q4804831", "display_name": "Showa Aircraft Industry", "legal_name": null, "aliases": [], "website": "https://www.showa-aircraft.co.jp", "canonical_domain": "showa-aircraft.co.jp", "country": "JP", "hq_city": "Akishima", "hq_region": "Tokyo", "lat": 35.70567, "lon": 139.35353, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Showa_Aircraft_Industries_logo.png", "description": null, "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5829 +{"wikidata_id": "Q484047", "display_name": "Hana Bank", "legal_name": null, "aliases": ["Korea Exchange Bank", "KEB Hana Bank"], "website": "https://www.hanabank.com", "canonical_domain": "hanabank.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "6RPK2YDJN6L35AS0M510", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hana_Bank_Logo_%28eng%29.svg", "description": "South Korean company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5830 +{"wikidata_id": "Q4842644", "display_name": "Bahman Group", "legal_name": null, "aliases": [], "website": "https://www.bahmangroup.com", "canonical_domain": "bahmangroup.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["asset-management"], "industry_labels": ["holding company"], "founded_year": 1952, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bahman_Group_Logo.png", "description": "Iranian vehicle manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5831 +{"wikidata_id": "Q4855900", "display_name": "Bank Audi", "legal_name": null, "aliases": [], "website": "https://www.bankaudigroup.com", "canonical_domain": "bankaudigroup.com", "country": "LB", "hq_city": "Beirut", "hq_region": "Beirut Governorate", "lat": 33.88694, "lon": 35.51306, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1830, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bank_Audi_logo.svg", "description": "Lebanon based bank", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5832 +{"wikidata_id": "Q486332", "display_name": "Korea Investment Corporation", "legal_name": null, "aliases": [], "website": "https://www.kic.kr", "canonical_domain": "kic.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["financial-services"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q488486", "name": "Ministry of Economy and Finance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KIC_Logo_EN.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5833 +{"wikidata_id": "Q4881139", "display_name": "Beijing Hyundai", "legal_name": null, "aliases": [], "website": "https://www.beijing-hyundai.com.cn", "canonical_domain": "beijing-hyundai.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_symbol.svg", "description": "Chinese company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5834 +{"wikidata_id": "Q493997", "display_name": "Hyundai WIA", "legal_name": null, "aliases": ["WIA", "World Industries Ace"], "website": "https://www.hyundai-wia.com", "canonical_domain": "hyundai-wia.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": ["automotive", "defense"], "industry_labels": ["automotive industry", "weapons industry"], "founded_year": 1976, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hyundai_Wia_logo.svg", "description": "South Korean automotive and defense company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5835 +{"wikidata_id": "Q494657", "display_name": "Seoul Semiconductor", "legal_name": null, "aliases": [], "website": "https://www.seoulsemicon.com", "canonical_domain": "seoulsemicon.com", "country": "KR", "hq_city": "Ansan", "hq_region": "Gyeonggi Province", "lat": 37.32361, "lon": 126.82194, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5836 +{"wikidata_id": "Q495088", "display_name": "Gamevil", "legal_name": null, "aliases": [], "website": "https://www.gamevil.com", "canonical_domain": "gamevil.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GAMEVIL_logo.svg", "description": "mobile video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5837 +{"wikidata_id": "Q495824", "display_name": "HDC Young Chang", "legal_name": null, "aliases": ["Young Chang Company", "Young Chang Pianos"], "website": "https://www.ycpiano.co.kr", "canonical_domain": "ycpiano.co.kr", "country": "KR", "hq_city": "Incheon", "hq_region": "South Korea", "lat": 37.46389, "lon": 126.64861, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Korean musical instrument manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5838 +{"wikidata_id": "Q50379347", "display_name": "Kaiyi Auto", "legal_name": "Yibin Kaiyi (Cowin) Automobile Co., Ltd.", "aliases": ["Cowin", "Cowin Auto", "Yibin Kaiyi (Cowin) Automobile Co.", "Ltd."], "website": "https://www.kaiyihome.com", "canonical_domain": "kaiyihome.com", "country": "CN", "hq_city": "Yibin", "hq_region": "Sichuan", "lat": 28.75961, "lon": 104.63997, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kaiyi_logo.png", "description": "car manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5839 +{"wikidata_id": "Q5089641", "display_name": "Cheil Worldwide", "legal_name": null, "aliases": [], "website": "https://www.cheil.com", "canonical_domain": "cheil.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["media"], "industry_labels": ["advertising agency"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q20716", "name": "Samsung Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cheil_Worldwide_logo.svg", "description": "South Korean advertising agency established in 1973 under the Samsung Group, headquartered in Seoul", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5840 +{"wikidata_id": "Q5099689", "display_name": "China Flying Dragon Aviation", "legal_name": null, "aliases": [], "website": "https://www.chinafda.com.cn", "canonical_domain": "chinafda.com.cn", "country": "CN", "hq_city": "Zhengzhou", "hq_region": "Henan", "lat": 34.74919, "lon": 113.66051, "industries": ["aerospace-defense", "airlines"], "industry_labels": [], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5841 +{"wikidata_id": "Q5161882", "display_name": "Qeelin", "legal_name": null, "aliases": [], "website": "https://www.qeelin.com", "canonical_domain": "qeelin.com", "country": "CN", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27954, "lon": 114.17464, "industries": ["consumer-goods"], "industry_labels": ["jewelry"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q931207", "name": "Kering"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qeelin_logo.svg", "description": "Hong Kong-based fine jewellery company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5842 +{"wikidata_id": "Q5183736", "display_name": "Credit Saison", "legal_name": null, "aliases": ["Credit Saison Co.", "Ltd.", "Saison Card"], "website": "https://www.saisoncard.co.jp", "canonical_domain": "saisoncard.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1946, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900SV58ZWTGRH3A66", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Credit_Saison_logo.svg", "description": "Japanese financial services company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5843 +{"wikidata_id": "Q5250562", "display_name": "DeepCool", "legal_name": null, "aliases": ["Beijing DeepCool Industries Co.", "Ltd.", "Beijing Jiuzhou Fengshen Technology Co.", "Ltd.", "BEIJING JZFS SCI-TECH CO.", "LTD.", "Deep Cool", "Deepcool"], "website": "https://www.deepcool.com", "canonical_domain": "deepcool.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Deepcool_logo.svg", "description": "Chinese computer cooling components company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5844 +{"wikidata_id": "Q5295884", "display_name": "Dongfeng Honda", "legal_name": null, "aliases": [], "website": "https://www.dongfeng-honda.com", "canonical_domain": "dongfeng-honda.com", "country": "CN", "hq_city": "Wuhan", "hq_region": "Hubei", "lat": 30.595, "lon": 114.2975, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q9584", "name": "Honda"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/WDHAC_logo.png", "description": "Chinese automobile manufacturing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5845 +{"wikidata_id": "Q5531837", "display_name": "General Directorate of Mineral Research and Exploration", "legal_name": "Maden Tetkik ve Arama Genel Müdürlüğü", "aliases": ["MTA"], "website": "https://www.mta.gov.tr", "canonical_domain": "mta.gov.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["mining", "media"], "industry_labels": [], "founded_year": 1935, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish publishing company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5846 +{"wikidata_id": "Q55726679", "display_name": "Gen.G", "legal_name": null, "aliases": ["GEN", "Generation Gaming", "Gen.G Esports"], "website": "https://geng.gg", "canonical_domain": "geng.gg", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": ["esports"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gen.G_Logo.svg", "description": "esports organization", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5847 +{"wikidata_id": "Q56120618", "display_name": "Shubhapallaba", "legal_name": null, "aliases": ["Shubhapallab", "Shubhapallav", "Shubhapallava", "Shuvapallab", "Shuvapallaba", "Shuvapallav", "Shuvapallava", "Subhapallaba"], "website": "https://telugu.shubhapallaba.com", "canonical_domain": "shubhapallaba.com", "country": "IN", "hq_city": "Bhadrak", "hq_region": "Bhadrak district", "lat": 21.05278, "lon": 86.52, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subhapallaba_Odia_Logo.png", "description": "Odia e-Magazine", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5848 +{"wikidata_id": "Q56884", "display_name": "Mechanical and Chemical Industry Corporation", "legal_name": null, "aliases": ["MKE", "Makine ve Kimya Endüstrisi", "Makine ve Kimya Endüstrisi Anonim Şirketi", "MKEK"], "website": "https://www.mkek.gov.tr", "canonical_domain": "mkek.gov.tr", "country": "TR", "hq_city": "Ankara", "hq_region": "Ankara Province", "lat": 39.93576, "lon": 32.83869, "industries": ["defense"], "industry_labels": ["weapons industry"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Makine_ve_Kimya_End%C3%BCstrisi_Kurumu_logo.svg", "description": "state enterprise", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5849 +{"wikidata_id": "Q5748611", "display_name": "HexaDrive", "legal_name": null, "aliases": ["Hexa Drive", "HexaDrive Inc."], "website": "https://hexadrive.jp", "canonical_domain": "hexadrive.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5850 +{"wikidata_id": "Q5759361", "display_name": "Highlands Coffee", "legal_name": null, "aliases": [], "website": "https://www.highlandscoffee.com.vn", "canonical_domain": "highlandscoffee.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["food-beverage", "hospitality"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q37614", "name": "Jollibee"}, "logo_url": null, "description": "Vietnamese coffee shop chain and producer and distributor of coffee products", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5851 +{"wikidata_id": "Q57941251", "display_name": "Genghis Khan Airlines", "legal_name": null, "aliases": ["Tian Jiao Airlines", "Tianjiao Airlines"], "website": "https://www.tianjiao-air.com", "canonical_domain": "tianjiao-air.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5852 +{"wikidata_id": "Q58823492", "display_name": "Ocean Infinity", "legal_name": null, "aliases": [], "website": "https://oceaninfinity.com", "canonical_domain": "oceaninfinity.com", "country": "MY", "hq_city": "Houston", "hq_region": "Harris County", "lat": 29.76278, "lon": -95.38306, "industries": ["technology"], "industry_labels": [], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Ocean_Infinity.svg", "description": "Data & Technology Company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5853 +{"wikidata_id": "Q5889167", "display_name": "Homeplus", "legal_name": null, "aliases": [], "website": "https://www.homeplus.co.kr", "canonical_domain": "homeplus.co.kr", "country": "KR", "hq_city": "Gangseo District", "hq_region": "Seoul", "lat": 37.55098, "lon": 126.84955, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Homeplus_BI.png", "description": "Korean discount store retail chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5854 +{"wikidata_id": "Q5921060", "display_name": "Yeo Hiap Seng", "legal_name": null, "aliases": [], "website": "https://www.yeos.com.sg", "canonical_domain": "yeos.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1900, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean beverage company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5855 +{"wikidata_id": "Q5921291", "display_name": "China Shipping Group", "legal_name": null, "aliases": ["China Shipping"], "website": "https://www.cnshipping.com", "canonical_domain": "cnshipping.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["logistics"], "industry_labels": ["logistics"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q26263180", "name": "China COSCO Shipping"}, "logo_url": null, "description": "shipping conglomerate", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5856 +{"wikidata_id": "Q5955063", "display_name": "Khouzestan Steel Company", "legal_name": null, "aliases": ["KSC", "Khouzestan Steel Co."], "website": "https://www.ksc.ir", "canonical_domain": "ksc.ir", "country": "IR", "hq_city": "Ahvaz", "hq_region": "Central District", "lat": 31.31889, "lon": 48.68417, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/KSCLOGO.png", "description": "steel company in Iran", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5857 +{"wikidata_id": "Q60376", "display_name": "Korea Minting and Security Printing Corporation", "legal_name": null, "aliases": ["KOMSCO"], "website": "https://www.komsco.com", "canonical_domain": "komsco.com", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["manufacturing"], "industry_labels": ["printing", "mint"], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q488486", "name": "Ministry of Economy and Finance"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_KOMSCO.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5858 +{"wikidata_id": "Q6060636", "display_name": "Investcorp", "legal_name": null, "aliases": [], "website": "https://www.investcorp.com", "canonical_domain": "investcorp.com", "country": "BH", "hq_city": "Manama", "hq_region": "Capital Governorate", "lat": 26.21667, "lon": 50.58333, "industries": ["financial-services", "insurance"], "industry_labels": ["financial service activities, except insurance and pension funding", "activities of holding companies"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Investcorp-logo.png", "description": "Bahraini corporation", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5859 +{"wikidata_id": "Q6109053", "display_name": "JTB Corporation", "legal_name": "株式会社JTB", "aliases": ["JTB", "Japan Travel Bureau"], "website": "https://www.jtb.co.jp", "canonical_domain": "jtb.co.jp", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["professional-services", "travel"], "industry_labels": ["tertiary sector of the economy", "tourism industry"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JTB_Logo_Japanese_Tagline.svg", "description": "travel agency in Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5860 +{"wikidata_id": "Q611119", "display_name": "Takasago International Corporation", "legal_name": null, "aliases": ["Takasago"], "website": "https://www.takasago-i.co.jp", "canonical_domain": "takasago-i.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["chemicals"], "industry_labels": ["chemical industry"], "founded_year": 1920, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Takasago_company_logo.svg", "description": "international producer of flavors and fragrances headquartered in Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5861 +{"wikidata_id": "Q6156517", "display_name": "Japan Aviation Electronics", "legal_name": null, "aliases": ["JAE", "Nihon Kōkū Denshi Kōgyō"], "website": "https://www.jae.com", "canonical_domain": "jae.com", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1953, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800OSHAMOO6TCTF61", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JAE_logo_slogan.jpg", "description": "Japanese company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5862 +{"wikidata_id": "Q623647", "display_name": "Gmarket", "legal_name": null, "aliases": ["G-Market"], "website": "https://www.gmarket.co.kr", "canonical_domain": "gmarket.co.kr", "country": "KR", "hq_city": "Gangnam District", "hq_region": "Seoul", "lat": 37.49667, "lon": 127.0275, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gmarket_logo.svg", "description": "South Korean e-commerce website", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5863 +{"wikidata_id": "Q626185", "display_name": "SHOWBOX Co., Ltd.", "legal_name": null, "aliases": ["Showbox", "Showbow Coporation", "Showbox Mediaplex", "Showbox Mediaplex Co.", "Inc."], "website": "https://www.showbox.co.kr", "canonical_domain": "showbox.co.kr", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean film company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5864 +{"wikidata_id": "Q6322722", "display_name": "K-Mile Air", "legal_name": null, "aliases": [], "website": "https://k-mile.co.th", "canonical_domain": "k-mile.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Thai airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5865 +{"wikidata_id": "Q6432127", "display_name": "Korek Telecom", "legal_name": null, "aliases": ["Korek", "Pirmam"], "website": "https://www.korektele.com", "canonical_domain": "korektele.com", "country": "IQ", "hq_city": "Erbil", "hq_region": "Erbil District", "lat": 36.19111, "lon": 44.00944, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korek_Telecom_Logo.png", "description": "Telecommunication company in Kurdistan region, Iraq", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5866 +{"wikidata_id": "Q6509916", "display_name": "Leap Motion", "legal_name": null, "aliases": ["Inc.", "OcuSpec Inc."], "website": "https://www.ultraleap.com", "canonical_domain": "ultraleap.com", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["technology", "artificial-intelligence"], "industry_labels": ["information technology", "artificial intelligence"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q110178483", "name": "Abcence"}, "logo_url": null, "description": "American manufacturer of computer hardware sensor devices", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5867 +{"wikidata_id": "Q655121", "display_name": "Ariana Television Network", "legal_name": null, "aliases": ["ATN", "Ariana TV"], "website": "https://www.arianatelevision.com", "canonical_domain": "arianatelevision.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["media"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ariana_television_logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5868 +{"wikidata_id": "Q6883089", "display_name": "Mitsubishi Logistics", "legal_name": null, "aliases": [], "website": "https://www.mitsubishi-logistics.co.jp", "canonical_domain": "mitsubishi-logistics.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["logistics"], "industry_labels": [], "founded_year": 1887, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "529900GJKGNRLQBJUH32", "sec_cik": null, "parent": {"wikidata_id": "Q183275", "name": "Mitsubishi"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mitsubishi_logo.svg", "description": "Japanese logistics company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5869 +{"wikidata_id": "Q6897937", "display_name": "Monami", "legal_name": null, "aliases": [], "website": "https://www.monami.com", "canonical_domain": "monami.com", "country": "KR", "hq_city": "Gyeonggi Province", "hq_region": "South Korea", "lat": 37.5, "lon": 127.25, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Monami_Logo.svg", "description": "South Korean office supplies manufacturer founded in 1960", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5870 +{"wikidata_id": "Q6974535", "display_name": "National Mutual Insurance Federation of Agricultural Cooperatives", "legal_name": null, "aliases": [], "website": "https://www.ja-kyosai.or.jp", "canonical_domain": "ja-kyosai.or.jp", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["insurance"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300QTTCJ72V42ZG09", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/JA_Kyosai_logo.svg", "description": null, "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5871 +{"wikidata_id": "Q7085308", "display_name": "Old Town White Coffee", "legal_name": null, "aliases": [], "website": "https://oldtown.com.my", "canonical_domain": "oldtown.com.my", "country": "MY", "hq_city": "Ipoh", "hq_region": "Kinta District", "lat": 4.6, "lon": 101.07, "industries": ["hospitality"], "industry_labels": ["café"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian restaurant chain", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5872 +{"wikidata_id": "Q709757", "display_name": "Mega International Commercial Bank", "legal_name": null, "aliases": ["Mega Bank", "ICBCTWTP", "ICBCUS33", "MEGA ICBC", "Mega International Commercial Bank Co.", "Ltd."], "website": "https://www.megabank.com.tw", "canonical_domain": "megabank.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1791912", "name": "Mega Financial Holding"}, "logo_url": null, "description": "Taiwanese commercial bank", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5873 +{"wikidata_id": "Q711924", "display_name": "Shuttle Inc.", "legal_name": null, "aliases": [], "website": "https://www.shuttlecomputers.com", "canonical_domain": "shuttlecomputers.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "computer hardware industry"], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shuttle_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5874 +{"wikidata_id": "Q7121061", "display_name": "Industri Kereta Api", "legal_name": null, "aliases": [], "website": "https://www.inka.co.id", "canonical_domain": "inka.co.id", "country": "ID", "hq_city": "Madiun", "hq_region": "East Java", "lat": -7.63, "lon": 111.52306, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_INKA_-_Industri_Kereta_Api_Indonesia.svg", "description": "Indonesian state owned rolling stock manufacturer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5875 +{"wikidata_id": "Q716149", "display_name": "Tyan Business Unit, MiTAC Computing Technology", "legal_name": null, "aliases": ["Tyan", "Tyan Computer"], "website": "https://www.tyan.com", "canonical_domain": "tyan.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer hardware industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tyan_Business_Unit_logo_20110312.jpg", "description": "business unit of MiTAC Computing Technology", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5876 +{"wikidata_id": "Q7226426", "display_name": "Polygon Magic", "legal_name": null, "aliases": ["Inc."], "website": "https://www.polygonmagic.com", "canonical_domain": "polygonmagic.com", "country": "JP", "hq_city": "Akihabara", "hq_region": "Chiyoda", "lat": 35.69833, "lon": 139.77306, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5877 +{"wikidata_id": "Q7339474", "display_name": "China Road and Bridge Corporation", "legal_name": null, "aliases": ["CRBC", "China Road & Bridge Corporation"], "website": "https://www.crbc.com", "canonical_domain": "crbc.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": [], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5878 +{"wikidata_id": "Q7391503", "display_name": "SM Prime", "legal_name": null, "aliases": ["SM Prime Holdings", "SM Prime Holdings Incorporated", "SM Prime Holdings", "Inc.", "SMPH"], "website": "https://www.smprime.com", "canonical_domain": "smprime.com", "country": "PH", "hq_city": "Pasay", "hq_region": "Metro Manila", "lat": 14.54389, "lon": 120.995, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SM_Prime_logotype_%282022%29.svg", "description": "property developer and a subsidiary of SM Investments Corporation", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5879 +{"wikidata_id": "Q746428", "display_name": "Aichi Bank", "legal_name": null, "aliases": [], "website": "https://www.aichibank.co.jp", "canonical_domain": "aichibank.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial services"], "founded_year": 1910, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800ZI732QIENETJ94", "sec_cik": null, "parent": {"wikidata_id": "Q114497997", "name": "Aichi Financial Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aichi_Bank_logo.png", "description": "former Japanese bank (1989-2024)", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5880 +{"wikidata_id": "Q758547", "display_name": "Broccoli", "legal_name": null, "aliases": ["Broccoli Co.", "Ltd."], "website": "https://www.broccoli.co.jp", "canonical_domain": "broccoli.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5618753", "name": "GungHo Online Entertainment"}, "logo_url": null, "description": "Japanese media company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q8034213"}]}
5881 +{"wikidata_id": "Q7731899", "display_name": "The Emirates Group", "legal_name": null, "aliases": ["Emirates Group"], "website": "https://www.theemiratesgroup.com", "canonical_domain": "theemiratesgroup.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Emirates_Group_Logo.svg", "description": "Dubai-based international aviation holding company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5882 +{"wikidata_id": "Q7739717", "display_name": "The Himalaya Drug Company", "legal_name": null, "aliases": [], "website": "https://www.himalayawellness.com", "canonical_domain": "himalayawellness.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["pharmaceuticals"], "industry_labels": [], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/The_Himalaya_Drug_Company_logo.svg", "description": "Indian multinational company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5883 +{"wikidata_id": "Q7830625", "display_name": "Toyo Engineering Corporation", "legal_name": null, "aliases": [], "website": "https://www.toyo-eng.com", "canonical_domain": "toyo-eng.com", "country": "JP", "hq_city": "Chiyoda", "hq_region": "Tokyo", "lat": 35.69394, "lon": 139.75361, "industries": ["construction"], "industry_labels": ["engineering"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800SPB3B3BM0FO630", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Toyo_Engineering_company_logo.svg", "description": "Japanese engineering, procurement and construction company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5884 +{"wikidata_id": "Q7830865", "display_name": "Toyota Racing Development", "legal_name": null, "aliases": ["Toyota Technocraft Co.", "Ltd."], "website": "https://www.toyota.com", "canonical_domain": "toyota.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "in-house tuning shop for Toyota-brand automobiles", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q7830837"}, {"related_domain_conflict": "Q7830838"}, {"related_domain_conflict": "Q7830832"}, {"related_domain_conflict": "Q7830834"}, {"related_domain_conflict": "Q5024018"}, {"related_domain_conflict": "Q7830824"}]}
5885 +{"wikidata_id": "Q7886426", "display_name": "Autobacs Seven", "legal_name": null, "aliases": [], "website": "https://www.autobacs.com", "canonical_domain": "autobacs.com", "country": "JP", "hq_city": "Toyosu", "hq_region": "Kōtō", "lat": 35.64431, "lon": 139.78466, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Autobacs_Seven_%E3%82%AA%E3%83%BC%E3%83%88%E3%83%90%E3%83%83%E3%82%AF%E3%82%B9%E7%9C%8B%E6%9D%BF.JPG", "description": "company in Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5886 +{"wikidata_id": "Q8046237", "display_name": "Ya Kun Kaya Toast", "legal_name": null, "aliases": [], "website": "https://www.yakun.com", "canonical_domain": "yakun.com", "country": "SG", "hq_city": null, "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1944, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5887 +{"wikidata_id": "Q8069628", "display_name": "Zerodha", "legal_name": null, "aliases": [], "website": "https://zerodha.com", "canonical_domain": "zerodha.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian financial services company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5888 +{"wikidata_id": "Q843702", "display_name": "Hokkaido Broadcasting", "legal_name": "Hokkaido Broadcasting Co.,Ltd.", "aliases": ["HBC", "Hokkaido Broadcasting Co.", "Ltd."], "website": "https://www.hbc.co.jp", "canonical_domain": "hbc.co.jp", "country": "JP", "hq_city": "Hokkaidō", "hq_region": "Hokkaido", "lat": 43.46056, "lon": 142.79222, "industries": ["media"], "industry_labels": [], "founded_year": 1951, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hbc_logo.svg", "description": "Japanese commercial broadcasting network of Hokkaido", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5889 +{"wikidata_id": "Q843944", "display_name": "Nomura Securities Co Ltd", "legal_name": null, "aliases": ["NSC", "NMRJ", "Nomura Securities Co.", "Ltd."], "website": "https://www.nomura.co.jp", "canonical_domain": "nomura.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1295105", "name": "Nomura Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Nomura_logo.svg", "description": "Nomura Japan equity trading", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5890 +{"wikidata_id": "Q846839", "display_name": "China Minmetals", "legal_name": null, "aliases": ["China Minmetals Corporation"], "website": "https://www.minmetals.com", "canonical_domain": "minmetals.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["retail"], "industry_labels": ["trade"], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5891 +{"wikidata_id": "Q85767116", "display_name": "Hombale Films", "legal_name": null, "aliases": [], "website": "https://hombalefilms.com", "canonical_domain": "hombalefilms.com", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian film studio", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5892 +{"wikidata_id": "Q901485", "display_name": "Nagasaki Electric Tramway", "legal_name": null, "aliases": [], "website": "https://www.naga-den.com", "canonical_domain": "naga-den.com", "country": "JP", "hq_city": "Nagasaki", "hq_region": "Nagasaki Prefecture", "lat": 32.78009, "lon": 129.86137, "industries": ["transportation"], "industry_labels": [], "founded_year": 1914, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "tram system and its operator in Nagasaki, Japan", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5893 +{"wikidata_id": "Q904210", "display_name": "Eaglexpress", "legal_name": null, "aliases": [], "website": "https://www.eaglexpressair.com", "canonical_domain": "eaglexpressair.com", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5894 +{"wikidata_id": "Q905963", "display_name": "Salim Group", "legal_name": null, "aliases": [], "website": "https://www.salim.com.cn", "canonical_domain": "salim.com.cn", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5895 +{"wikidata_id": "Q909429", "display_name": "Macao Post and Telecommunications Bureau", "legal_name": null, "aliases": ["CTT", "Macau Post and Telecommunications"], "website": "https://www.ctt.gov.mo", "canonical_domain": "ctt.gov.mo", "country": "CN", "hq_city": "Senado Square", "hq_region": "Macau", "lat": 22.19358, "lon": 113.53967, "industries": ["logistics"], "industry_labels": ["mail"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Correios_de_Macau_logo.svg", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5896 +{"wikidata_id": "Q950734", "display_name": "Deep", "legal_name": null, "aliases": [], "website": "https://www.deep2001.com", "canonical_domain": "deep2001.com", "country": "JP", "hq_city": "Matsubara", "hq_region": "Naka-ku", "lat": 35.69856, "lon": 139.69692, "industries": [], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese mixed martial arts", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5897 +{"wikidata_id": "Q96418167", "display_name": "Creality", "legal_name": null, "aliases": [], "website": "https://www.creality.com", "canonical_domain": "creality.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["technology", "manufacturing"], "industry_labels": ["consumer electronics industry", "additive manufacturing industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/CREALITY_LOGO.png", "description": "Chinese manufacturer of 3D printers", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5898 +{"wikidata_id": "Q96633880", "display_name": "Aspark", "legal_name": null, "aliases": [], "website": "https://www.aspark.co.jp", "canonical_domain": "aspark.co.jp", "country": "JP", "hq_city": "Ōsaka", "hq_region": "Osaka", "lat": 34.69376, "lon": 135.50145, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Aspark-logo.png", "description": "Japanese company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5899 +{"wikidata_id": "Q985849", "display_name": "UNY", "legal_name": "ユニー株式会社", "aliases": ["UNY Co.", "Ltd."], "website": "https://www.uny.co.jp", "canonical_domain": "uny.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.18017, "lon": 136.90642, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16485533", "name": "Pan Pacific International Holdings Corporation"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/UNY_Logo.svg", "description": "Japanese company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5900 +{"wikidata_id": "Q986546", "display_name": "Shanghai Animation Film Studio", "legal_name": null, "aliases": [], "website": "https://www.ani-sh.com", "canonical_domain": "ani-sh.com", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E4%B8%8A%E6%B5%B7%E7%BE%8E%E6%9C%AF%E7%94%B5%E5%BD%B1%E5%88%B6%E7%89%87%E5%8E%82_-_logo.png", "description": "company", "sitelinks": 9, "importance": 0.2421, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5901 +{"wikidata_id": "Q60753705", "display_name": "Astroscale", "legal_name": null, "aliases": [], "website": "https://astroscale.com", "canonical_domain": "astroscale.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 2013, "employees": 130, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "orbital debris removal company", "sitelinks": 4, "importance": 0.2398, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5902 +{"wikidata_id": "Q4048789", "display_name": "SIMS Co., Ltd.", "legal_name": null, "aliases": ["Soft Development Innovation Multi Success"], "website": "https://www.sims.co.jp", "canonical_domain": "sims.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1991, "employees": 32, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SIMS_Co.%2C_Ltd..PNG", "description": "Japanese video game publisher and developer", "sitelinks": 5, "importance": 0.239, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5903 +{"wikidata_id": "Q96099931", "display_name": "Ace Hardware Indonesia", "legal_name": "Ace Hardware Indonesia Tbk", "aliases": ["ACES"], "website": "https://www.acehardware.co.id", "canonical_domain": "acehardware.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1995, "employees": 13, "public_company": true, "ticker": "ACES", "exchange": "Indonesia Stock Exchange", "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ace_Hardware_Logo.svg", "description": "Indonesian company", "sitelinks": 0, "importance": 0.2382, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5904 +{"wikidata_id": "Q2823733", "display_name": "Active Gaming Media", "legal_name": null, "aliases": ["Active Gaming Media Inc."], "website": "https://www.activegamingmedia.com", "canonical_domain": "activegamingmedia.com", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": 30, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E3%82%A2%E3%82%AF%E3%83%86%E3%82%A3%E3%83%96%E3%82%B2%E3%83%BC%E3%83%9F%E3%83%B3%E3%82%B0%E3%83%A1%E3%83%87%E3%82%A3%E3%82%A2.jpg", "description": "localization company", "sitelinks": 5, "importance": 0.2381, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5905 +{"wikidata_id": "Q85846910", "display_name": "Perigee Aerospace", "legal_name": null, "aliases": [], "website": "https://perigee.kr", "canonical_domain": "perigee.kr", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2018, "employees": 30, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean aerospace manufacturer", "sitelinks": 5, "importance": 0.2381, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5906 +{"wikidata_id": "Q3082660", "display_name": "Shikoku Broadcasting", "legal_name": "四国放送株式会社", "aliases": ["JRT", "JOJR"], "website": "https://www.jrt.co.jp", "canonical_domain": "jrt.co.jp", "country": "JP", "hq_city": "Tokushima", "hq_region": "Tokushima Prefecture", "lat": 34.07403, "lon": 134.55881, "industries": ["media"], "industry_labels": [], "founded_year": 1952, "employees": 112, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11489835", "name": "Tokushima Shimbun"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jrt_logo.svg", "description": "Japanese broadcasting station", "sitelinks": 4, "importance": 0.2376, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5907 +{"wikidata_id": "Q4034475", "display_name": "Aska Corporation", "legal_name": null, "aliases": [], "website": "https://www.aska.co.jp", "canonical_domain": "aska.co.jp", "country": "JP", "hq_city": "Aichi Prefecture", "hq_region": "Japan", "lat": 35.08139, "lon": 137.78556, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": 460, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 3, "importance": 0.2345, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5908 +{"wikidata_id": "Q4053329", "display_name": "XPEC Entertainment", "legal_name": null, "aliases": ["XPEC Art Center Inc."], "website": "https://www.xpec.com.tw", "canonical_domain": "xpec.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": 437, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/XPEC_Entertainment_logo.svg", "description": "video game developer", "sitelinks": 3, "importance": 0.2338, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5909 +{"wikidata_id": "Q1007890", "display_name": "Echizen Railway", "legal_name": null, "aliases": ["Echitetsu"], "website": "https://www.echizen-tetudo.co.jp", "canonical_domain": "echizen-tetudo.co.jp", "country": "JP", "hq_city": "Fukui", "hq_region": "Fukui Prefecture", "lat": 36.06406, "lon": 136.21958, "industries": ["transportation"], "industry_labels": ["rail transport"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Echizen_Railway_Logomark.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5910 +{"wikidata_id": "Q1040761", "display_name": "Key Sounds Label", "legal_name": null, "aliases": [], "website": "https://key.soundslabel.com", "canonical_domain": "soundslabel.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5911 +{"wikidata_id": "Q1045037", "display_name": "AliceSoft", "legal_name": null, "aliases": ["Alice Soft"], "website": "https://www.alicesoft.com", "canonical_domain": "alicesoft.com", "country": "JP", "hq_city": "Japan", "hq_region": null, "lat": 35.0, "lon": 136.0, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1989, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5912 +{"wikidata_id": "Q105741211", "display_name": "YX LABELS", "legal_name": null, "aliases": [], "website": "https://yxlabels.com", "canonical_domain": "yxlabels.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16161254", "name": "Hybe"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YX_LABELS_logo.png", "description": "Japanese entertainment company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5913 +{"wikidata_id": "Q106369672", "display_name": "Tsingshan Holding Group", "legal_name": null, "aliases": ["Tsingshan Holding Group Co.", "Ltd.", "Tsingshan Holding Group Company Limited"], "website": "https://www.tssgroup.com.cn", "canonical_domain": "tssgroup.com.cn", "country": "CN", "hq_city": "Wenzhou", "hq_region": "Zhejiang", "lat": 27.99913, "lon": 120.65608, "industries": ["mining"], "industry_labels": ["iron and steel industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E9%9D%92%E5%B1%B1%E6%8E%A7%E8%82%A1%E9%9B%86%E5%9C%98%E6%9C%89%E9%99%90%E5%85%AC%E5%8F%B8logo.jpg", "description": "steel products manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5914 +{"wikidata_id": "Q107111983", "display_name": "Kuro Games", "legal_name": null, "aliases": ["Kurogame", "Kurogames", "KuroGames", "Inc.", "Guangzhou"], "website": "https://www.kurogames.com", "canonical_domain": "kurogames.com", "country": "CN", "hq_city": "Guangzhou", "hq_region": "Lingnan Circuit", "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2017, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5915 +{"wikidata_id": "Q1072828", "display_name": "Kioon Music", "legal_name": null, "aliases": ["Ki/oon", "Ki/oon Music", "Ki/oon Records", "Ki/oon Music Inc."], "website": "https://www.kioon.com", "canonical_domain": "kioon.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q732503", "name": "Sony Music Entertainment Japan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Kioon-logo.svg", "description": "Japanese record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5916 +{"wikidata_id": "Q1074851", "display_name": "Giza Studio", "legal_name": null, "aliases": ["GZCA"], "website": "https://www.giza.co.jp", "canonical_domain": "giza.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "record label under Being Inc.", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5917 +{"wikidata_id": "Q11035338", "display_name": "Subor Culture Development Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.subor.com", "canonical_domain": "subor.com", "country": "CN", "hq_city": "Sanjiao Town", "hq_region": "Zhongshan", "lat": 22.68558, "lon": 113.42719, "industries": ["technology"], "industry_labels": [], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Subor_logo.png", "description": "Chinese electronics company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5918 +{"wikidata_id": "Q11237413", "display_name": "ROAD Fighting Championship", "legal_name": null, "aliases": ["ROAD FC"], "website": "https://www.roadfc.com", "canonical_domain": "roadfc.com", "country": "KR", "hq_city": "Wonju", "hq_region": "Gangwon Province", "lat": 37.34167, "lon": 127.92083, "industries": [], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "MMA promoter based in South Korea", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5919 +{"wikidata_id": "Q11276891", "display_name": "Studio Signpost", "legal_name": null, "aliases": ["Pierrot Plus", "Pierrot Plus Co.", "Ltd.", "Pierrot+", "St. Signpost", "Studio Kikan"], "website": "https://www.st-signpost.co.jp", "canonical_domain": "st-signpost.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.72712, "lon": 139.62053, "industries": ["entertainment"], "industry_labels": ["animation studio"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q611346", "name": "Studio Pierrot"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Studio_Signpost_logo.svg", "description": "Japanese animation studio", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5920 +{"wikidata_id": "Q11328408", "display_name": "Bandai Namco Studios", "legal_name": null, "aliases": ["BANDAI NAMCO Studios Inc."], "website": "https://www.bandainamcostudios.com", "canonical_domain": "bandainamcostudios.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1194689", "name": "Bandai Namco Entertainment"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bandai_Namco_logo_%282022%29.svg", "description": "Japanese video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5921 +{"wikidata_id": "Q11515041", "display_name": "Akebono Brake Industry", "legal_name": null, "aliases": ["Akebono"], "website": "https://www.akebono-brake.com", "canonical_domain": "akebono-brake.com", "country": "JP", "hq_city": "Hanyū-shi", "hq_region": "Saitama Prefecture", "lat": 36.1725, "lon": 139.55333, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Akebono_logo_p.png", "description": "Japanese company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5922 +{"wikidata_id": "Q116371", "display_name": "Q-Games", "legal_name": null, "aliases": ["Q-Games Ltd."], "website": "https://www.q-games.com", "canonical_domain": "q-games.com", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Q-Games_Logo.png", "description": "video game developer based in Kyoto, Japan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5923 +{"wikidata_id": "Q11666805", "display_name": "Gyoza no Ohsho", "legal_name": null, "aliases": [], "website": "https://www.ohsho.co.jp", "canonical_domain": "ohsho.co.jp", "country": "JP", "hq_city": "Kyoto", "hq_region": "Kyoto Prefecture", "lat": 35.01161, "lon": 135.76811, "industries": ["food-beverage"], "industry_labels": ["food service"], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/%E9%A4%83%E5%AD%90%E3%81%AE%E7%8E%8B%E5%B0%86.svg", "description": "Japanese restaurant chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5924 +{"wikidata_id": "Q116771824", "display_name": "Fujian Benz", "legal_name": null, "aliases": ["Fujian Benz Automotive", "Fujian Daimler Automotive"], "website": "https://www.fujianbenz.com", "canonical_domain": "fujianbenz.com", "country": "CN", "hq_city": "Fuzhou", "hq_region": "Fujian", "lat": 26.07694, "lon": 119.29167, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q27530", "name": "Mercedes-Benz Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Fujian_Benz_Automotive_logo_20180323.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5925 +{"wikidata_id": "Q119658212", "display_name": "Space One", "legal_name": "スペースワン株式会社", "aliases": ["New Generation Small Rocket Development Planning Co.", "Ltd.", "Space One Co.", "Ltd."], "website": "https://www.space-one.co.jp", "canonical_domain": "space-one.co.jp", "country": "JP", "hq_city": "Shibakōen", "hq_region": "Minato", "lat": 35.65722, "lon": 139.74861, "industries": ["aerospace-defense"], "industry_labels": ["space industry"], "founded_year": 2018, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SPACE_ONE_logo.svg", "description": "Japanese rocket company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5926 +{"wikidata_id": "Q12199354", "display_name": "Bank Filasṭīn", "legal_name": null, "aliases": ["Bank of Palestine", "BoP"], "website": "https://www.bankofpalestine.com", "canonical_domain": "bankofpalestine.com", "country": "PS", "hq_city": "Ramallah", "hq_region": "Ramallah and al-Bireh Governorate", "lat": 31.89694, "lon": 35.20167, "industries": ["banking"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_de_Bank_of_Palestine.jpg", "description": "banking corporation in the State of Palestine", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5927 +{"wikidata_id": "Q12203165", "display_name": "Bahrain Radio and Television Corporation", "legal_name": null, "aliases": [], "website": "https://www.iaa.bh", "canonical_domain": "iaa.bh", "country": "BH", "hq_city": "Manama", "hq_region": "Capital Governorate", "lat": 26.21667, "lon": 50.58333, "industries": ["media"], "industry_labels": [], "founded_year": 1971, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "public broadcaster in Bahrain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5928 +{"wikidata_id": "Q125052867", "display_name": "Chagee", "legal_name": null, "aliases": [], "website": "https://www.chagee.com", "canonical_domain": "chagee.com", "country": "CN", "hq_city": "Chengdu", "hq_region": "Sichuan", "lat": 30.66, "lon": 104.06333, "industries": ["food-beverage"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "beverage shop chain based in Chengdu, Sichuan, China", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5929 +{"wikidata_id": "Q1253640", "display_name": "Doğan Media Group", "legal_name": null, "aliases": ["Doğan Media"], "website": "https://www.dyh.com.tr", "canonical_domain": "dyh.com.tr", "country": "TR", "hq_city": "Üsküdar", "hq_region": "Istanbul Province", "lat": 41.01667, "lon": 29.01667, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5930 +{"wikidata_id": "Q12594195", "display_name": "Lotte Entertainment", "legal_name": null, "aliases": ["LotteEnt"], "website": "https://www.lotteent.com", "canonical_domain": "lotteent.com", "country": "KR", "hq_city": "Songpa District", "hq_region": "Seoul", "lat": 37.51417, "lon": 127.10667, "industries": ["entertainment"], "industry_labels": ["audiovisual production"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482841", "name": "Lotte"}, "logo_url": null, "description": "South Korean film production and distribution company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5931 +{"wikidata_id": "Q13054189", "display_name": "Ucom", "legal_name": null, "aliases": [], "website": "https://www.ucom.am", "canonical_domain": "ucom.am", "country": "AM", "hq_city": "Yerevan", "hq_region": "Armenia", "lat": 40.18139, "lon": 44.51444, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ucom_Armenia_Logo.jpg", "description": "telecommunication company in Armenia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5932 +{"wikidata_id": "Q131901025", "display_name": "AgiBot", "legal_name": null, "aliases": ["Zhiyuan Robotics"], "website": "https://www.zhiyuan-robot.com", "canonical_domain": "zhiyuan-robot.com", "country": "CN", "hq_city": "Pudong", "hq_region": "Shanghai", "lat": 31.22306, "lon": 121.53972, "industries": ["manufacturing"], "industry_labels": ["industrial manufacturing"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AgiBot.png", "description": "Chinese robotics company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5933 +{"wikidata_id": "Q1322517", "display_name": "Star Micronics", "legal_name": null, "aliases": ["Star Micronics Co.", "Ltd.", "Star Seimitsu K.K."], "website": "https://www.star-m.jp", "canonical_domain": "star-m.jp", "country": "JP", "hq_city": "Shizuoka", "hq_region": "Shizuoka Prefecture", "lat": 34.97556, "lon": 138.3825, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800YVVMLCGEV0Q544", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Star_JPBlue.jpg", "description": "electronics manufacturing company based in Shizuoka, Japan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5934 +{"wikidata_id": "Q14549136", "display_name": "zagrosairlines.com", "legal_name": null, "aliases": [], "website": "https://www.zagrosairlines.com", "canonical_domain": "zagrosairlines.com", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Airline In Iran", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5935 +{"wikidata_id": "Q1473166", "display_name": "Fujigen", "legal_name": null, "aliases": [], "website": "https://www.fujigen.co.jp", "canonical_domain": "fujigen.co.jp", "country": "JP", "hq_city": "Matsumoto", "hq_region": "Nagano Prefecture", "lat": 36.238, "lon": 137.97197, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese guitar manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5936 +{"wikidata_id": "Q1484338", "display_name": "G.rev", "legal_name": null, "aliases": [], "website": "https://www.grev.co.jp", "canonical_domain": "grev.co.jp", "country": "JP", "hq_city": "Machida", "hq_region": "Tokyo", "lat": 35.54667, "lon": 139.43861, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5937 +{"wikidata_id": "Q1522507", "display_name": "Taiwan Golden Bee", "legal_name": null, "aliases": [], "website": "https://www.tgb.com.tw", "canonical_domain": "tgb.com.tw", "country": "TW", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 1978, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TGB_NEW_LOGO.jpg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5938 +{"wikidata_id": "Q1530024", "display_name": "Maximus Air Cargo", "legal_name": null, "aliases": ["Maximus Air"], "website": "https://www.maximus-air.com", "canonical_domain": "maximus-air.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["logistics", "airlines"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "UAE based cargo airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5939 +{"wikidata_id": "Q15377683", "display_name": "BTCC", "legal_name": null, "aliases": ["BTC & Crypto", "BTC China"], "website": "https://www.btcc.com", "canonical_domain": "btcc.com", "country": "HK", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["fintech"], "industry_labels": ["cryptocurrency industry"], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "cryptocurrency exchange", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5940 +{"wikidata_id": "Q1538810", "display_name": "Nexton", "legal_name": null, "aliases": [], "website": "https://nexton-net.jp", "canonical_domain": "nexton-net.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": ["software"], "industry_labels": ["PC game"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NEXTON_Logo.png", "description": "Japanese software company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5941 +{"wikidata_id": "Q1560098", "display_name": "Güleryüz", "legal_name": null, "aliases": ["Güleryüz buses"], "website": "https://www.guleryuz.com", "canonical_domain": "guleryuz.com", "country": "TR", "hq_city": "Gemlik", "hq_region": "Bursa Province", "lat": 40.43083, "lon": 29.15972, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1967, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish bus manufacturing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5942 +{"wikidata_id": "Q15621383", "display_name": "Dafabet", "legal_name": null, "aliases": [], "website": "https://dafabet.com", "canonical_domain": "dafabet.com", "country": "PH", "hq_city": null, "hq_region": "Metro Manila", "lat": 14.55667, "lon": 121.02139, "industries": ["entertainment"], "industry_labels": ["online gambling"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Dafabet-logo-official.png", "description": "online gambling company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5943 +{"wikidata_id": "Q15632580", "display_name": "Shandong Gold", "legal_name": null, "aliases": ["Shandong Gold Group"], "website": "https://en.sd-gold.com", "canonical_domain": "sd-gold.com", "country": "CN", "hq_city": "Jinan", "hq_region": "Shandong", "lat": 36.66667, "lon": 116.98333, "industries": ["mining"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sdg_logo.png", "description": "state-owned Chinese gold mining company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5944 +{"wikidata_id": "Q1563379", "display_name": "Paon DP", "legal_name": null, "aliases": ["Paon", "PAON DP Inc."], "website": "https://www.paon.co.jp", "canonical_domain": "paon.co.jp", "country": "JP", "hq_city": "Chūō", "hq_region": "Tokyo", "lat": 35.67058, "lon": 139.77197, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Video game developer in Japan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5945 +{"wikidata_id": "Q1569604", "display_name": "Malaysian Institute of Microelectronic Systems", "legal_name": null, "aliases": ["MIMOS"], "website": "https://www.mimos.my", "canonical_domain": "mimos.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": [], "industry_labels": [], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "research centre in Malaysia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5946 +{"wikidata_id": "Q1590599", "display_name": "TOT", "legal_name": null, "aliases": ["Tot Public Co.", "Ltd.", "Tot Public Company Limited"], "website": "https://www.tot.co.th", "canonical_domain": "tot.co.th", "country": "TH", "hq_city": "Bangkok", "hq_region": "Thailand", "lat": 13.75, "lon": 100.51667, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TOT_%28Thailand%29_logo.svg", "description": "Thai telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5947 +{"wikidata_id": "Q16045991", "display_name": "meraj.aero", "legal_name": null, "aliases": [], "website": "https://meraj.aero", "canonical_domain": "meraj.aero", "country": "IR", "hq_city": "Tehran", "hq_region": "Central District", "lat": 35.68889, "lon": 51.38972, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Meraj_Logo.png", "description": "Airline In Iran", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5948 +{"wikidata_id": "Q16174973", "display_name": "Etude House", "legal_name": "Etude Corporation", "aliases": [], "website": "https://www.etudehouse.com", "canonical_domain": "etudehouse.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["consumer-goods"], "industry_labels": ["cosmetics industry"], "founded_year": 1966, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18141920", "name": "Amorepacific Holdings"}, "logo_url": null, "description": "South Korean cosmetics brand", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5949 +{"wikidata_id": "Q1630376", "display_name": "Hoshino Gakki", "legal_name": null, "aliases": ["TAMA", "Hoshino Gakki Co.", "Ltd."], "website": "https://www.hoshinogakki.co.jp", "canonical_domain": "hoshinogakki.co.jp", "country": "JP", "hq_city": "Nagoya", "hq_region": "Aichi Prefecture", "lat": 35.18147, "lon": 136.90641, "industries": [], "industry_labels": [], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hoshino_gakki_co_logo.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5950 +{"wikidata_id": "Q16346003", "display_name": "bKash", "legal_name": "বিকাশ", "aliases": [], "website": "https://www.bkash.com", "canonical_domain": "bkash.com", "country": "BD", "hq_city": "Dhaka", "hq_region": "Dhaka Division", "lat": 23.72889, "lon": 90.39444, "industries": ["fintech"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Mobile FinTech in Bangladesh", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5951 +{"wikidata_id": "Q1636542", "display_name": "Japan Atomic Power Company", "legal_name": null, "aliases": ["The Japan Atomic Power Company"], "website": "https://www.japc.co.jp", "canonical_domain": "japc.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["energy"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5952 +{"wikidata_id": "Q16465976", "display_name": "NH Media", "legal_name": null, "aliases": [], "website": "https://nhemg.com", "canonical_domain": "nhemg.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/NH_Media.png", "description": "South Korean record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5953 +{"wikidata_id": "Q17011292", "display_name": "Afghan Jet International", "legal_name": null, "aliases": ["HN", "AJA", "Afghan Jet International Airlines"], "website": "https://www.flyaji.com", "canonical_domain": "flyaji.com", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Afghan_Jet_International_logo.png", "description": "airline in Afghanistan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5954 +{"wikidata_id": "Q17031926", "display_name": "Volkswagen (China) Investment Co., Ltd.", "legal_name": null, "aliases": ["Volkswagen China", "Volkswagen Group China"], "website": "https://volkswagengroupchina.com.cn", "canonical_domain": "volkswagengroupchina.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q156578", "name": "Volkswagen Group"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vw_group_china_logo.png", "description": "subsidiary of Volkswagen Group in China", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5955 +{"wikidata_id": "Q17058333", "display_name": "ITC Hotels Limited", "legal_name": null, "aliases": [], "website": "https://www.itchotels.com", "canonical_domain": "itchotels.com", "country": "IN", "hq_city": "Gurgaon", "hq_region": "Gurugram district", "lat": 28.46667, "lon": 77.03333, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ITC_Hotels_logo.svg", "description": "Indian hotel chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5956 +{"wikidata_id": "Q17089530", "display_name": "Fantawild", "legal_name": null, "aliases": ["Huaqiang Fantawild Culture and Technology Group Co.", "Ltd"], "website": "https://www.fantawild.com", "canonical_domain": "fantawild.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q18651903", "name": "Huaqiang Group"}, "logo_url": null, "description": "Chinese amusement park chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5957 +{"wikidata_id": "Q17997316", "display_name": "Produksi Film Negara", "legal_name": null, "aliases": ["PFN", "State Film Production Company"], "website": "https://www.pfn.co.id", "canonical_domain": "pfn.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["entertainment"], "industry_labels": ["film industry"], "founded_year": 1949, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_PFN_Indonesia.png", "description": "Indonesian film production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5958 +{"wikidata_id": "Q18274252", "display_name": "STC Delta", "legal_name": "საჯარო სამართლის იურიდიული პირი – სახელმწიფო სამხედრო სამეცნიერო-ტექნიკური ცენტრი „დელტა\"", "aliases": ["State Military Scientific Technical Center Delta", "State Military Scientific-Technical Centre Delta"], "website": "https://delta.gov.ge", "canonical_domain": "delta.gov.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["defense"], "industry_labels": ["defence industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3648988", "name": "Ministry of Defence of Georgia"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DELTA_NEW_LOGO.png", "description": "Georgian public-law military science, engineering, research and manufacturing centre", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5959 +{"wikidata_id": "Q1833890", "display_name": "Asahi Soft Drinks", "legal_name": null, "aliases": [], "website": "https://www.asahiinryo.co.jp", "canonical_domain": "asahiinryo.co.jp", "country": "JP", "hq_city": "Azumabashi", "hq_region": "Sumida", "lat": 35.71008, "lon": 139.80069, "industries": [], "industry_labels": [], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q113342999", "name": "Asahi Group Japan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Asahi_logo.svg", "description": "Subsidiary of Asahi Group Holdings (1982 - )", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5960 +{"wikidata_id": "Q18346281", "display_name": "Qatar Islamic Bank", "legal_name": null, "aliases": [], "website": "https://www.qib.com.qa", "canonical_domain": "qib.com.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": ["financial-services"], "industry_labels": ["financial sector"], "founded_year": 1982, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Qatar_Islamic_Bank.svg", "description": "Islamic financial institution in Qatar", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5961 +{"wikidata_id": "Q18355700", "display_name": "Fmi air", "legal_name": null, "aliases": [], "website": "https://www.fmiair.com", "canonical_domain": "fmiair.com", "country": "MM", "hq_city": "Yangon", "hq_region": "Yangon Region", "lat": 16.80528, "lon": 96.15611, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct airline in Myanmar", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5962 +{"wikidata_id": "Q18386262", "display_name": "Cambodia Bayon Airlines", "legal_name": null, "aliases": [], "website": "https://www.bayonairlines.com", "canonical_domain": "bayonairlines.com", "country": "KH", "hq_city": "Phnom Penh", "hq_region": "Cambodia", "lat": 11.56958, "lon": 104.92103, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct airline of Cambodia (2014–2019)", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5963 +{"wikidata_id": "Q18577819", "display_name": "Blanc & Eclare", "legal_name": null, "aliases": [], "website": "https://blancgroup.com", "canonical_domain": "blancgroup.com", "country": "KR", "hq_city": "New York City", "hq_region": "New York", "lat": 40.71278, "lon": -74.00611, "industries": ["apparel"], "industry_labels": ["fashion"], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Blancandeclarelogo.png", "description": "fashion brand", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5964 +{"wikidata_id": "Q18636352", "display_name": "Bajaj Finserv", "legal_name": null, "aliases": [], "website": "https://www.bajajfinserv.in", "canonical_domain": "bajajfinserv.in", "country": "IN", "hq_city": "Pune", "hq_region": "Pune district", "lat": 18.52111, "lon": 73.85528, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bajaj-Finserv-Logo.jpg", "description": "Indian financial services company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "notes": [{"related_domain_conflict": "Q28173355"}]}
5965 +{"wikidata_id": "Q18636606", "display_name": "Saurya Airlines", "legal_name": null, "aliases": [], "website": "https://www.sauryaairlines.com", "canonical_domain": "sauryaairlines.com", "country": "NP", "hq_city": "Sinamangal", "hq_region": "Kathmandu", "lat": 27.6991, "lon": 85.3511, "industries": ["airlines"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Saurya_Airlines_Logo.png", "description": "Nepalese airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5966 +{"wikidata_id": "Q1904030", "display_name": "Qanot Sharq", "legal_name": null, "aliases": ["HH", "QNT"], "website": "https://www.qanotsharq.com", "canonical_domain": "qanotsharq.com", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["aerospace-defense"], "industry_labels": ["aviation"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qanot_Sharq_logo.svg", "description": "airline of Uzbekistan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5967 +{"wikidata_id": "Q19794485", "display_name": "YMC Entertainment", "legal_name": null, "aliases": [], "website": "https://www.ymcent.com", "canonical_domain": "ymcent.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5968 +{"wikidata_id": "Q1995995", "display_name": "Dan Bus Company", "legal_name": null, "aliases": [], "website": "https://www.dan.co.il", "canonical_domain": "dan.co.il", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["transportation"], "industry_labels": ["urban and regional transportation"], "founded_year": 1945, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company in Israel", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5969 +{"wikidata_id": "Q2013744", "display_name": "Ras Al Khaimah Free Trade Zone", "legal_name": null, "aliases": ["RAK FTZ"], "website": "https://www.rakftz.com", "canonical_domain": "rakftz.com", "country": "AE", "hq_city": "Ras Al Khaimah", "hq_region": "United Arab Emirates", "lat": 25.78333, "lon": 55.95, "industries": ["retail"], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RAK_FTZ_Official_Logo.png", "description": "special economic zone in Ras Al Khaimah", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5970 +{"wikidata_id": "Q2023846", "display_name": "Enlight Software", "legal_name": null, "aliases": [], "website": "https://www.enlight.com", "canonical_domain": "enlight.com", "country": "HK", "hq_city": "Hong Kong", "hq_region": "People's Republic of China", "lat": 22.27833, "lon": 114.15861, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5971 +{"wikidata_id": "Q2084484", "display_name": "Ganja Auto Plant", "legal_name": null, "aliases": [], "website": "https://ganjaauto.gov.az", "canonical_domain": "ganjaauto.gov.az", "country": "AZ", "hq_city": "Ganja", "hq_region": "Azerbaijan", "lat": 40.68278, "lon": 46.36056, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_of_the_Ganja_Automobile_Plant.png", "description": "Azerbaijani automobile assembly plant", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5972 +{"wikidata_id": "Q21019721", "display_name": "Mercari", "legal_name": null, "aliases": ["Merpay"], "website": "https://mercari.jp", "canonical_domain": "mercari.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["e-commerce"], "industry_labels": ["e-commerce"], "founded_year": 2013, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mercari_logo.svg", "description": "e-commerce company based in Japan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5973 +{"wikidata_id": "Q2106675", "display_name": "Pou Chen Corporation", "legal_name": null, "aliases": [], "website": "https://www.pouchen.com.tw", "canonical_domain": "pouchen.com.tw", "country": "TW", "hq_city": "Taichung", "hq_region": "Taiwan", "lat": 24.14389, "lon": 120.67944, "industries": ["apparel"], "industry_labels": ["footwear"], "founded_year": 1969, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwanese footwear manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5974 +{"wikidata_id": "Q212311", "display_name": "Pro Wrestling Zero1", "legal_name": null, "aliases": ["Zero1 Mexico International Heavyweight Championship"], "website": "https://www.z-1.co.jp", "canonical_domain": "z-1.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese professional wrestling promotion", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5975 +{"wikidata_id": "Q2139509", "display_name": "EastIndo", "legal_name": null, "aliases": [], "website": "https://www.eastindo.com", "canonical_domain": "eastindo.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5976 +{"wikidata_id": "Q223215", "display_name": "Gekkeikan", "legal_name": null, "aliases": [], "website": "https://www.gekkeikan.co.jp", "canonical_domain": "gekkeikan.co.jp", "country": "JP", "hq_city": "Fushimi-ku", "hq_region": "Kyoto", "lat": 34.93556, "lon": 135.76139, "industries": ["food-beverage"], "industry_labels": ["food industry"], "founded_year": 1637, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Gekkeikan_alphabet_Logo.gif", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5977 +{"wikidata_id": "Q2255584", "display_name": "Tecsun", "legal_name": null, "aliases": [], "website": "https://www.tecsun.com.cn", "canonical_domain": "tecsun.com.cn", "country": "CN", "hq_city": "Dongguan", "hq_region": "Guangdong", "lat": 23.04749, "lon": 113.74928, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese company that designs and manufactures radios (founded 1994)", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5978 +{"wikidata_id": "Q2294918", "display_name": "Cospa", "legal_name": null, "aliases": ["COSPA"], "website": "https://www.cospa.com", "canonical_domain": "cospa.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["apparel"], "industry_labels": [], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q118047142", "name": "COSPA GROUP"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cospa_logo.png", "description": "Japanese clothing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5979 +{"wikidata_id": "Q2336948", "display_name": "Trent Limited", "legal_name": null, "aliases": [], "website": "https://trentlimited.com", "canonical_domain": "trentlimited.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q331715", "name": null}, "logo_url": null, "description": "Indian retail company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5980 +{"wikidata_id": "Q23769262", "display_name": "Air Travel", "legal_name": null, "aliases": ["Air Travel (airline)"], "website": "https://www.a6air.com", "canonical_domain": "a6air.com", "country": "CN", "hq_city": "Changsha", "hq_region": "Hunan", "lat": 28.19874, "lon": 112.97087, "industries": ["airlines"], "industry_labels": [], "founded_year": 2015, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5981 +{"wikidata_id": "Q240507", "display_name": "KKV", "legal_name": null, "aliases": [], "website": "https://www.kkgroup.cn", "canonical_domain": "kkgroup.cn", "country": "CN", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["variety store"], "founded_year": 2019, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Wikimedia disambiguation page", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5982 +{"wikidata_id": "Q246058", "display_name": "Veilside", "legal_name": null, "aliases": [], "website": "https://www.veilsidejpn.com", "canonical_domain": "veilsidejpn.com", "country": "JP", "hq_city": "Shimotsuma", "hq_region": "Ibaraki Prefecture", "lat": 36.18439, "lon": 139.96842, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "aftermarket automotive company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5983 +{"wikidata_id": "Q247886", "display_name": "Aerovista", "legal_name": null, "aliases": ["Aerovista Aircraft Leasing"], "website": "https://www.aerovista.aero", "canonical_domain": "aerovista.aero", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5984 +{"wikidata_id": "Q24884021", "display_name": "TradingView", "legal_name": null, "aliases": [], "website": "https://www.tradingview.com", "canonical_domain": "tradingview.com", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": [], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "analysis platform for traders and investors", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5985 +{"wikidata_id": "Q24961423", "display_name": "SDLG", "legal_name": null, "aliases": ["Shandong Lingong Construction Machinery Co", "Shandong Lingong Construction Machinery Co.", "Ltd."], "website": "https://www.sdlg.cn", "canonical_domain": "sdlg.cn", "country": "CN", "hq_city": "Linyi", "hq_region": "Shandong", "lat": 35.10408, "lon": 118.35019, "industries": ["automotive", "industrial-machinery"], "industry_labels": ["automotive industry", "manufacture of machinery and equipment"], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SDLG_logo.svg", "description": "machine manufacturing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5986 +{"wikidata_id": "Q2526471", "display_name": "5pb. Inc.", "legal_name": null, "aliases": ["5gk.", "5pb", "5pb. Games", "The Five powered & basics."], "website": "https://5pb.jp", "canonical_domain": "5pb.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["entertainment", "gaming"], "industry_labels": ["music industry", "video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q11230855", "name": "Mages"}, "logo_url": null, "description": "Japanese media company, video game maker", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5987 +{"wikidata_id": "Q25496335", "display_name": "UVision", "legal_name": null, "aliases": ["UVision Air Ltd."], "website": "https://uvisionuav.com", "canonical_domain": "uvisionuav.com", "country": "IL", "hq_city": "Kokhav Ya'ir-Tzur Yig'al", "hq_region": "Central District", "lat": 32.2281, "lon": 35.0006, "industries": ["defense"], "industry_labels": [], "founded_year": 2011, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli defence company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5988 +{"wikidata_id": "Q2648276", "display_name": "Kazaviaspas", "legal_name": null, "aliases": [], "website": "https://kazaviaspas.kz", "canonical_domain": "kazaviaspas.kz", "country": "KZ", "hq_city": "Astana", "hq_region": "Kazakhstan", "lat": 51.13333, "lon": 71.43333, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Kazakh airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5989 +{"wikidata_id": "Q2655812", "display_name": "Hotel Okura", "legal_name": "Hotel Okura Co., Ltd.", "aliases": ["Okura Hotels", "Okura Hotels & Resorts"], "website": "https://www.okura.com", "canonical_domain": "okura.com", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese hotel chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5990 +{"wikidata_id": "Q2656169", "display_name": "Daiwa Seiko Corporation", "legal_name": null, "aliases": ["DAIWA", "Globeride"], "website": "https://www.globeride.co.jp", "canonical_domain": "globeride.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": [], "industry_labels": [], "founded_year": 1958, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Globeride_company_logo.svg", "description": "Japanese company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5991 +{"wikidata_id": "Q2700050", "display_name": "O.S. Engines", "legal_name": null, "aliases": [], "website": "https://www.os-engines.co.jp", "canonical_domain": "os-engines.co.jp", "country": "JP", "hq_city": "Higashisumiyoshi-ku", "hq_region": "Osaka", "lat": 34.62212, "lon": 135.52661, "industries": ["industrial-machinery", "manufacturing"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese manufacturer of model aircraft engines", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5992 +{"wikidata_id": "Q272361", "display_name": "Çalık Holding", "legal_name": null, "aliases": ["Calik Holding"], "website": "https://www.calik.com", "canonical_domain": "calik.com", "country": "TR", "hq_city": "Istanbul", "hq_region": "Istanbul Province", "lat": 41.01, "lon": 28.96028, "industries": ["media", "apparel"], "industry_labels": ["news media", "clothing industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "7890007TRLORYBSJFA51", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5993 +{"wikidata_id": "Q2761497", "display_name": "Solvil et Titus", "legal_name": null, "aliases": [], "website": "https://www.solvil-et-titus.com", "canonical_domain": "solvil-et-titus.com", "country": "HK", "hq_city": "Geneva", "hq_region": "Canton of Geneva", "lat": 46.2, "lon": 6.15, "industries": ["consumer-goods"], "industry_labels": ["horology"], "founded_year": 1892, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Solvil%26Tituslogo.jpg", "description": "Hong Kong watch industry formerly in Sweden", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5994 +{"wikidata_id": "Q28221762", "display_name": "Qatar Sports Investments", "legal_name": null, "aliases": ["Oryx Qatar Sports Investments"], "website": "https://www.qsi.com.qa", "canonical_domain": "qsi.com.qa", "country": "QA", "hq_city": "Doha", "hq_region": "Ad-Dawhah", "lat": 25.28611, "lon": 51.52944, "industries": [], "industry_labels": [], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1571175", "name": "Qatar Investment Authority"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Qatar_Sports_Investments_logo.png", "description": "Qatari company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5995 +{"wikidata_id": "Q28405751", "display_name": "British Institute at Ankara", "legal_name": "British Institute of Archaeology at Ankara", "aliases": ["BIAA"], "website": "https://biaa.ac.uk", "canonical_domain": "biaa.ac.uk", "country": "TR", "hq_city": "Çankaya", "hq_region": null, "lat": 39.89851, "lon": 32.86069, "industries": ["education", "media"], "industry_labels": [], "founded_year": 1947, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "research institute that supports, promotes, and publishes research into the humanities and social sciences of Turkey and the Black Sea region", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5996 +{"wikidata_id": "Q28412531", "display_name": "Muyuan Foods", "legal_name": null, "aliases": ["Muyuan Foods Co.", "Ltd.", "Muyuan Foodstuff"], "website": "https://www.muyuanfoods.com", "canonical_domain": "muyuanfoods.com", "country": "CN", "hq_city": null, "hq_region": "Guanzhang Town", "lat": null, "lon": null, "industries": [], "industry_labels": ["animal husbandry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Chinese pork producer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5997 +{"wikidata_id": "Q285092", "display_name": "Yamagata Television System", "legal_name": "株式会社山形テレビ", "aliases": ["YTS"], "website": "https://www.yts.co.jp", "canonical_domain": "yts.co.jp", "country": "JP", "hq_city": "Yamagata Prefecture", "hq_region": "Japan", "lat": 38.24044, "lon": 140.36356, "industries": ["media"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/YTS2024.svg", "description": "Japanese Television Station", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5998 +{"wikidata_id": "Q2869287", "display_name": "Morita Miyata Corporation", "legal_name": null, "aliases": [], "website": "https://miyatabike.com", "canonical_domain": "miyatabike.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": ["bicycle industry"], "founded_year": 1934, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Miyata_Cycle_company_logo.svg", "description": "Japanese manufacturer of bicycles, unicycles and fire extinguishers", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
5999 +{"wikidata_id": "Q2963556", "display_name": "Chikuma Shobō", "legal_name": null, "aliases": ["Chikuma Shobo"], "website": "https://www.chikumashobo.co.jp", "canonical_domain": "chikumashobo.co.jp", "country": "JP", "hq_city": "Kuramae", "hq_region": "Taitō-ku", "lat": 35.70333, "lon": 139.7909, "industries": ["media"], "industry_labels": ["publishing"], "founded_year": 1940, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese publishing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6000 +{"wikidata_id": "Q2963711", "display_name": "China Datang Corporation Ltd.", "legal_name": null, "aliases": ["China Datang Corporation", "China Datang Corp"], "website": "https://en.china-cdt.com", "canonical_domain": "china-cdt.com", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["energy"], "industry_labels": ["electric power industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "300300VOINXQKJRAGV06", "sec_cik": null, "parent": {"wikidata_id": "Q1629075", "name": "State-owned Assets Supervision and Administration Commission of the State Council"}, "logo_url": null, "description": "Chinese power generation company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6001 +{"wikidata_id": "Q2975455", "display_name": "Clap Hanz", "legal_name": null, "aliases": ["Clap Hanz Limited", "Ltd.", "claphanz"], "website": "https://www.claphanz.co.jp", "canonical_domain": "claphanz.co.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1998, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game developer located in Japan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6002 +{"wikidata_id": "Q3045998", "display_name": "ENOC", "legal_name": null, "aliases": ["Emirates National Oil Company"], "website": "https://www.enoc.com", "canonical_domain": "enoc.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1993, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/ENOC_DL_logo.svg", "description": "government-owned energy corporation based in Dubai, United Arab Emirates", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6003 +{"wikidata_id": "Q307403", "display_name": "Minori", "legal_name": "minori", "aliases": [], "website": "https://www.minori.ph", "canonical_domain": "minori.ph", "country": "JP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2007, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese visual novel company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6004 +{"wikidata_id": "Q3139469", "display_name": "Karnataka State Road Transport Corporation", "legal_name": null, "aliases": ["KSRTC"], "website": "https://www.ksrtc.in", "canonical_domain": "ksrtc.in", "country": "IN", "hq_city": "Bengaluru", "hq_region": "Bengaluru Urban district", "lat": 12.97912, "lon": 77.5913, "industries": ["transportation"], "industry_labels": ["public transport bus service"], "founded_year": 1961, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Karnataka_State_Road_Transport_Corporation_%28KSRTC%29_logo.png", "description": "transport corporation of Karnataka", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6005 +{"wikidata_id": "Q3162234", "display_name": "Japan Nuclear Fuel Limited", "legal_name": null, "aliases": [], "website": "https://www.jnfl.co.jp", "canonical_domain": "jnfl.co.jp", "country": "JP", "hq_city": "Aomori", "hq_region": "Aomori Prefecture", "lat": 40.82278, "lon": 140.74694, "industries": ["energy"], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6006 +{"wikidata_id": "Q3270114", "display_name": "San-X", "legal_name": null, "aliases": ["XXX", "3X"], "website": "https://www.san-x.co.jp", "canonical_domain": "san-x.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["consumer-goods"], "industry_labels": [], "founded_year": 1932, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/San-X_logo.svg", "description": "Japanese stationery company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6007 +{"wikidata_id": "Q3362778", "display_name": "Christiani & Nielsen", "legal_name": null, "aliases": [], "website": "https://www.cn-thai.co.th", "canonical_domain": "cn-thai.co.th", "country": "TH", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["construction"], "industry_labels": ["civil engineering"], "founded_year": 1904, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_CNT1.jpg", "description": "Danish construction firm, active in United Kingdom, South America, Australia, and Africa", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6008 +{"wikidata_id": "Q3380773", "display_name": "Marrybrown", "legal_name": null, "aliases": [], "website": "https://www.marrybrown.com", "canonical_domain": "marrybrown.com", "country": "MY", "hq_city": "Johor Bahru", "hq_region": "Johor Bahru District", "lat": 1.45556, "lon": 103.76111, "industries": ["food-beverage"], "industry_labels": ["fast food restaurant"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Fast food chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6009 +{"wikidata_id": "Q3412383", "display_name": "Q Entertainment", "legal_name": null, "aliases": ["Q Entertainment Inc.", "Q ENTERTAINMENT", "Inc."], "website": "https://www.qentertainment.com", "canonical_domain": "qentertainment.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6010 +{"wikidata_id": "Q3481878", "display_name": "Sheng Siong", "legal_name": null, "aliases": ["Sheng Siong Group Limited"], "website": "https://shengsiong.com.sg", "canonical_domain": "shengsiong.com.sg", "country": "SG", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "chain of supermarkets in Singapore", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6011 +{"wikidata_id": "Q3482588", "display_name": "Showa Corporation", "legal_name": null, "aliases": ["Showa"], "website": "https://www.showa1.com", "canonical_domain": "showa1.com", "country": "JP", "hq_city": "Gyōda-shi", "hq_region": "Saitama Prefecture", "lat": 36.13889, "lon": 139.45564, "industries": ["automotive"], "industry_labels": ["automotive supplier"], "founded_year": 1938, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SHOWA_Corporation_company_logo.svg", "description": "Japanese vehicle suspension manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6012 +{"wikidata_id": "Q3523533", "display_name": "Hindustan Shipyard", "legal_name": null, "aliases": [], "website": "https://www.hslvizag.in", "canonical_domain": "hslvizag.in", "country": "IN", "hq_city": "Visakhapatnam", "hq_region": "Andhra Pradesh", "lat": 17.69389, "lon": 83.29222, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1941, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "shipyard in Visakhapatnam, Andra Pradesh, India", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6013 +{"wikidata_id": "Q3535609", "display_name": "Tous les Jours", "legal_name": null, "aliases": ["TLJ", "Tous Les Jours"], "website": "https://www.tlj.co.kr", "canonical_domain": "tlj.co.kr", "country": "KR", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["food-beverage", "retail"], "industry_labels": [], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean bakery chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6014 +{"wikidata_id": "Q3537118", "display_name": "Tosaden Kōtsū", "legal_name": null, "aliases": ["Tosaden Traffic"], "website": "https://www.tosaden.co.jp", "canonical_domain": "tosaden.co.jp", "country": "JP", "hq_city": "Kōchi-shi", "hq_region": "Kōchi Prefecture", "lat": 33.55883, "lon": 133.53122, "industries": ["transportation"], "industry_labels": [], "founded_year": 2014, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Tosaden_kotsu_logo.png", "description": "Japanese transportation company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6015 +{"wikidata_id": "Q3558046", "display_name": "Vietnam Electricity", "legal_name": null, "aliases": ["EVN"], "website": "https://www.evn.com.vn", "canonical_domain": "evn.com.vn", "country": "VN", "hq_city": "Hanoi", "hq_region": "Vietnam", "lat": 21.0245, "lon": 105.84117, "industries": ["utilities", "energy"], "industry_labels": [], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vietnam_Electricity_full_textlogo.svg", "description": "power company in Vietnam", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6016 +{"wikidata_id": "Q3631008", "display_name": "Smart Bazaar", "legal_name": null, "aliases": [], "website": "https://reliancesmartbazaar.com", "canonical_domain": "reliancesmartbazaar.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 22.226, "lon": 84.8584, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7311028", "name": "Reliance Retail"}, "logo_url": null, "description": "Indian retail chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6017 +{"wikidata_id": "Q3703803", "display_name": "BB Airways", "legal_name": null, "aliases": [], "website": "https://www.flybbairways.com", "canonical_domain": "flybbairways.com", "country": "NP", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Nepalese airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6018 +{"wikidata_id": "Q378215", "display_name": "Seiko Instruments", "legal_name": null, "aliases": ["SII", "Seiko Instruments & Electronics Ltd.", "Seiko Instruments Inc.", "Seiko Insutsuru", "Seiko Insutsurumentsu"], "website": "https://www.sii.co.jp", "canonical_domain": "sii.co.jp", "country": "JP", "hq_city": "Chiba", "hq_region": "Chiba Prefecture", "lat": 35.60728, "lon": 140.10636, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1937, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q322601", "name": "Seiko"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SeikoInstrumentsInc_logo.svg", "description": "Japanese company, which develops and commercializes semiconductor, micromechatronics, and precision timepiece technology", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6019 +{"wikidata_id": "Q39058088", "display_name": "umidigi.com", "legal_name": null, "aliases": [], "website": "https://www.umidigi.com", "canonical_domain": "umidigi.com", "country": "CN", "hq_city": "Shenzhen", "hq_region": "Guangdong", "lat": 22.54667, "lon": 114.05444, "industries": [], "industry_labels": ["smartphone"], "founded_year": 2012, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Umi-logo.png", "description": "Chinese smartphone brand", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6020 +{"wikidata_id": "Q402131", "display_name": "AhnLab Inc", "legal_name": null, "aliases": ["AhnLab", "Inc."], "website": "https://www.ahnlab.com", "canonical_domain": "ahnlab.com", "country": "KR", "hq_city": "Seongnam", "hq_region": "Gyeonggi Province", "lat": 37.43861, "lon": 127.13778, "industries": ["software"], "industry_labels": ["software industry", "security industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AhnLab.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6021 +{"wikidata_id": "Q4046730", "display_name": "Petkim", "legal_name": null, "aliases": ["Petkim Petrokimya Holding A.Ş."], "website": "https://www.petkim.com.tr", "canonical_domain": "petkim.com.tr", "country": "TR", "hq_city": "Aliağa", "hq_region": "İzmir Province", "lat": 38.79611, "lon": 26.97556, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PETK%C4%B0M_logo.svg", "description": "Turkish petrochemical company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6022 +{"wikidata_id": "Q4047460", "display_name": "Prope", "legal_name": null, "aliases": ["Prope Ltd.", "PROPE", "Ltd."], "website": "https://prope.jp", "canonical_domain": "prope.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/PROPE_Ltd..PNG", "description": "independent video game studio", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6023 +{"wikidata_id": "Q4052116", "display_name": "Ucell", "legal_name": null, "aliases": ["Coscom", "Ucell Uzbekistan"], "website": "https://www.ucell.uz", "canonical_domain": "ucell.uz", "country": "UZ", "hq_city": "Tashkent", "hq_region": "Uzbekistan", "lat": 41.31111, "lon": 69.27972, "industries": ["telecommunications"], "industry_labels": ["cellular network"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q862303", "name": "Telia Company"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ucell_logo.png", "description": "telecommunication company in Uzbekistan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6024 +{"wikidata_id": "Q4119349", "display_name": "Industrial Bank of Japan", "legal_name": null, "aliases": ["The Industrial Bank of Japan", "Ltd."], "website": "https://www.ibjbank.co.jp", "canonical_domain": "ibjbank.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1902, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mizuho_Financial_Group.png", "description": "business", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6025 +{"wikidata_id": "Q4130084", "display_name": "Vietsovpetro", "legal_name": null, "aliases": [], "website": "https://www.vietsov.com.vn", "canonical_domain": "vietsov.com.vn", "country": "VN", "hq_city": "Vũng Tàu", "hq_region": "Bà Rịa-Vũng Tàu", "lat": 10.40417, "lon": 107.14167, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2089536", "name": "Petrovietnam"}, "logo_url": null, "description": "Vietnam petroleum enterprise", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6026 +{"wikidata_id": "Q4166311", "display_name": "Hathway", "legal_name": null, "aliases": ["Hathway Cable and Datacom Limited"], "website": "https://www.hathway.com", "canonical_domain": "hathway.com", "country": "IN", "hq_city": "Mumbai", "hq_region": "Mumbai City district", "lat": 19.07583, "lon": 72.8775, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hathway_Cable_%26_Datacom_logo.svg", "description": "Indian MSO company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6027 +{"wikidata_id": "Q4167785", "display_name": "Popular Holdings", "legal_name": null, "aliases": [], "website": "https://www.popularworld.com", "canonical_domain": "popularworld.com", "country": "SG", "hq_city": "Hato Rey", "hq_region": "PR", "lat": null, "lon": null, "industries": ["retail"], "industry_labels": ["retail", "SIC 6022 State Commercial Banks"], "founded_year": 1924, "employees": null, "public_company": true, "ticker": "BPOP", "exchange": "Nasdaq", "lei": null, "sec_cik": "763901", "parent": null, "logo_url": null, "description": "Singapore-based educational book company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00", "source_edgar": {"cik": "763901", "enriched_at": "2026-09-13T07:23:49+00:00"}}
6028 +{"wikidata_id": "Q4199445", "display_name": "Interisland Airlines", "legal_name": null, "aliases": [], "website": "https://interislandairlines.com", "canonical_domain": "interislandairlines.com", "country": "PH", "hq_city": "Ninoy Aquino International Airport", "hq_region": "Pasay", "lat": 14.50861, "lon": 121.01944, "industries": ["airlines"], "industry_labels": [], "founded_year": 1986, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "air charter company headquartered in the Philippines", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6029 +{"wikidata_id": "Q4202172", "display_name": "Johor Corporation", "legal_name": null, "aliases": [], "website": "https://www.jcorp.com.my", "canonical_domain": "jcorp.com.my", "country": "MY", "hq_city": "KOMTAR JBCC Tower", "hq_region": "Johor Bahru", "lat": 1.46375, "lon": 103.76278, "industries": [], "industry_labels": [], "founded_year": 1968, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Final_Logo_Baharu-01.png", "description": "company based in Johor Bahru, Johor, Malaysia", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6030 +{"wikidata_id": "Q4250957", "display_name": "Transvision", "legal_name": null, "aliases": ["Indonusa Telemedia", "PT. Indonusa Telemedia", "TelkomVision", "YesTV"], "website": "https://www.transvision.co.id", "canonical_domain": "transvision.co.id", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["media"], "industry_labels": ["satellite television", "media industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q7833662", "name": "Trans Corp"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TransVision.png", "description": "Indonesian direct broadcast satellite provider", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6031 +{"wikidata_id": "Q4357394", "display_name": "Dhiraagu", "legal_name": null, "aliases": [], "website": "https://www.dhiraagu.com.mv", "canonical_domain": "dhiraagu.com.mv", "country": "MV", "hq_city": "Malé", "hq_region": "Kaafu Atoll", "lat": 4.175, "lon": 73.50833, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q4868756", "name": "Batelco"}, "logo_url": null, "description": "Maldivian telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6032 +{"wikidata_id": "Q4410214", "display_name": "Hazama Ando Corporation", "legal_name": null, "aliases": [], "website": "https://www.ad-hzm.co.jp", "canonical_domain": "ad-hzm.co.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["construction"], "industry_labels": ["construction"], "founded_year": 1889, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "353800YSSP5B2GMQ6E51", "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Hazama_Ando_company_logo.svg", "description": "Japanese construction corporation", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6033 +{"wikidata_id": "Q4644252", "display_name": "8-4", "legal_name": null, "aliases": ["Ltd.", "Yūgen Gaisha Hachi no Yon"], "website": "https://8-4.jp", "canonical_domain": "8-4.jp", "country": "JP", "hq_city": "Shibuya", "hq_region": "Tokyo", "lat": 35.66367, "lon": 139.69772, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2005, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/8-4_logo_%28bordered%29.svg", "description": "video game developer, publisher and localization company based in Shibuya, Tokyo, Japan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6034 +{"wikidata_id": "Q4670123", "display_name": "Abu Dhabi Commercial Bank", "legal_name": null, "aliases": ["ADCB", "Abu Dhabi Commercial Bank PJSC"], "website": "https://www.adcb.com", "canonical_domain": "adcb.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["banking"], "industry_labels": ["banking"], "founded_year": 1985, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Abu_Dhabi_Commercial_Bank_logo.svg", "description": "bank in the United Arab Emirates", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6035 +{"wikidata_id": "Q4671036", "display_name": "The Sumitomo Bank", "legal_name": null, "aliases": [], "website": "https://www.sumitomobank.co.jp", "canonical_domain": "sumitomobank.co.jp", "country": "JP", "hq_city": "Osaka Prefecture", "hq_region": "Japan", "lat": 34.68633, "lon": 135.51986, "industries": ["banking"], "industry_labels": ["economics of banking"], "founded_year": 1895, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Sumitomo_Bank_Logo.svg", "description": "Japanese bank active between 1895 and 2001", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6036 +{"wikidata_id": "Q4689147", "display_name": "Afghanistan International Bank", "legal_name": null, "aliases": [], "website": "https://www.aib.af", "canonical_domain": "aib.af", "country": "AF", "hq_city": "Kabul", "hq_region": "Kabul District", "lat": 34.53278, "lon": 69.16583, "industries": ["banking"], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_AIB_with_wordmark.svg", "description": "local commercial bank in Afghanistan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6037 +{"wikidata_id": "Q4802754", "display_name": "Arzest", "legal_name": null, "aliases": ["ARZEST Corp."], "website": "https://www.arzest.jp", "canonical_domain": "arzest.jp", "country": "JP", "hq_city": "Yokohama", "hq_region": "Kanagawa Prefecture", "lat": 35.45033, "lon": 139.63422, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "video game development studio", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6038 +{"wikidata_id": "Q4807137", "display_name": "Askari Bank", "legal_name": null, "aliases": ["Askari Bank Limited", "Askari Bank Ltd"], "website": "https://www.akbl.com.pk", "canonical_domain": "akbl.com.pk", "country": "PK", "hq_city": "Rawalpindi", "hq_region": "Rawalpindi Tehsil", "lat": 33.6007, "lon": 73.0679, "industries": ["banking", "financial-services"], "industry_labels": ["economics of banking", "financial sector"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q5438085", "name": "Fauji Foundation"}, "logo_url": null, "description": "commercial bank in Pakistan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6039 +{"wikidata_id": "Q4811618", "display_name": "Astronautic Technology Sdn Bhd", "legal_name": null, "aliases": [], "website": "https://www.atsb.my", "canonical_domain": "atsb.my", "country": "MY", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["aerospace-defense"], "industry_labels": ["aerospace industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian research organization", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6040 +{"wikidata_id": "Q4832456", "display_name": "Azerenerji", "legal_name": null, "aliases": ["Azərenerji"], "website": "https://www.azerenerji.gov.az", "canonical_domain": "azerenerji.gov.az", "country": "AZ", "hq_city": "Baku", "hq_region": "Azerbaijan", "lat": 40.36666, "lon": 49.83518, "industries": ["energy"], "industry_labels": ["energy industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q13410372", "name": "Cabinet of Azerbaijan"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/AzerEnerji_Loqosu.png", "description": "electrical power producer in the Republic of Azerbaijan", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6041 +{"wikidata_id": "Q4855972", "display_name": "National Savings Bank", "legal_name": null, "aliases": [], "website": "https://www.mybsn.com.my", "canonical_domain": "mybsn.com.my", "country": "MY", "hq_city": "Kuala Lumpur", "hq_region": "Malaysia", "lat": 3.14778, "lon": 101.69528, "industries": ["banking"], "industry_labels": ["bank"], "founded_year": 1974, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Malaysian government owned bank", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6042 +{"wikidata_id": "Q4868756", "display_name": "Batelco", "legal_name": null, "aliases": ["Bahrain Telecommunication Company"], "website": "https://www.batelcogroup.com", "canonical_domain": "batelcogroup.com", "country": "BH", "hq_city": "Hamala", "hq_region": null, "lat": 26.14972, "lon": 50.46528, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry"], "founded_year": 1981, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Batelco_logo.JPG", "description": "telecommunication company in the Kingdom of Bahrain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6043 +{"wikidata_id": "Q4876649", "display_name": "Day To LLife", "legal_name": null, "aliases": ["Beard Papa’s", "Muginoho"], "website": "https://www.daytolife.co.jp", "canonical_domain": "daytolife.co.jp", "country": "JP", "hq_city": "Osaka", "hq_region": "Osaka Prefecture", "lat": 34.69375, "lon": 135.50211, "industries": [], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "International chain of cream puff stores", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6044 +{"wikidata_id": "Q48890160", "display_name": "Cambricon Technologies Co., Ltd.", "legal_name": null, "aliases": [], "website": "https://www.cambricon.com", "canonical_domain": "cambricon.com", "country": "CN", "hq_city": "Haidian District", "hq_region": "Beijing", "lat": 39.95812, "lon": 116.29214, "industries": ["artificial-intelligence"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Cambricon_Technologies.svg", "description": "Chinese artificial intelligence chip manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6045 +{"wikidata_id": "Q489456", "display_name": "LS Cable & System", "legal_name": null, "aliases": [], "website": "https://www.lscns.com", "canonical_domain": "lscns.com", "country": "KR", "hq_city": "Anyang", "hq_region": "Gyeonggi Province", "lat": 37.3925, "lon": 126.92694, "industries": [], "industry_labels": [], "founded_year": 1962, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/LS_Cable_%26_System_logo.svg", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6046 +{"wikidata_id": "Q490424", "display_name": "Daewon Media", "legal_name": null, "aliases": ["Daiwon Media"], "website": "https://www.daewonmedia.com", "canonical_domain": "daewonmedia.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["media", "retail"], "industry_labels": [], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Daewon_Media_logo.png", "description": "South Korean animation production and distribution company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6047 +{"wikidata_id": "Q492345", "display_name": "POSCO International", "legal_name": null, "aliases": ["Daewoo Corporation", "Daewoo International", "POSCO Daewoo"], "website": "https://www.daewoo.com", "canonical_domain": "daewoo.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": [], "industry_labels": [], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q483946", "name": "POSCO"}, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6048 +{"wikidata_id": "Q4924151", "display_name": "ROYCE' Confect", "legal_name": "Royce' Confect Co., Ltd.", "aliases": ["ROYCE'"], "website": "https://www.royce.com", "canonical_domain": "royce.com", "country": "JP", "hq_city": "Sapporo", "hq_region": "Ishikari Subprefecture", "lat": 43.06194, "lon": 141.35444, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese chocolate manufacturing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6049 +{"wikidata_id": "Q497382", "display_name": "Pandora TV", "legal_name": null, "aliases": ["Pandora TV Co.", "Ltd."], "website": "https://www.pandora.tv", "canonical_domain": "pandora.tv", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["internet"], "industry_labels": ["Internet"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pandora_TV_logo.png", "description": "South Korean company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6050 +{"wikidata_id": "Q5099626", "display_name": "China Civil Engineering Construction Corporation", "legal_name": null, "aliases": ["CCECC"], "website": "https://www.ccecc.com.cn", "canonical_domain": "ccecc.com.cn", "country": "CN", "hq_city": "Beijing", "hq_region": "People's Republic of China", "lat": 39.90403, "lon": 116.40753, "industries": ["construction"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q62264317", "name": "China Railway Construction Corporation"}, "logo_url": null, "description": "Chinese construction company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6051 +{"wikidata_id": "Q5248860", "display_name": "Pro-Fit", "legal_name": null, "aliases": ["ASSEMBLE HEART", "Pro Fit"], "website": "https://www.pro-fit.co.jp", "canonical_domain": "pro-fit.co.jp", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["professional-services"], "industry_labels": ["tertiary sector of the economy"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pro-Fit_Logo.gif", "description": "Japanese talent agency for voice actors, based in Tokyo", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6052 +{"wikidata_id": "Q5285844", "display_name": "dnata", "legal_name": null, "aliases": [], "website": "https://dnata.com", "canonical_domain": "dnata.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["professional-services"], "industry_labels": [], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Emirati airport services provider", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6053 +{"wikidata_id": "Q5295882", "display_name": "Dongfeng Liuzhou Motor Company", "legal_name": null, "aliases": ["Dongfeng Liuzhou Motor"], "website": "https://www.dflzm.com.cn", "canonical_domain": "dflzm.com.cn", "country": "CN", "hq_city": "Liuzhou", "hq_region": "Guangxi", "lat": 24.3264, "lon": 109.4281, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1954, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1138452", "name": "Dongfeng Motor Corporation"}, "logo_url": null, "description": "Chinese automobile manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6054 +{"wikidata_id": "Q5330469", "display_name": "Eastern SkyJets", "legal_name": null, "aliases": [], "website": "https://www.esj.aero", "canonical_domain": "esj.aero", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "defunct charter airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6055 +{"wikidata_id": "Q5366830", "display_name": "DMM.com", "legal_name": "DMM.com LLC", "aliases": ["Digital Media Mart", "Dream Mill"], "website": "https://dmm-corp.com", "canonical_domain": "dmm-corp.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["gaming", "telecommunications", "internet"], "industry_labels": ["video game industry", "information and communications industry", "Internet industry"], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q135472731", "name": "DMM.com Holdings"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DMMcom_logo.svg", "description": "Japan-based electronic commerce and Internet company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6056 +{"wikidata_id": "Q5459069", "display_name": "Busan Transportation Corporation", "legal_name": null, "aliases": [], "website": "https://www.humetro.busan.kr", "canonical_domain": "humetro.busan.kr", "country": "KR", "hq_city": "Busan", "hq_region": "South Korea", "lat": 35.18, "lon": 129.075, "industries": ["transportation"], "industry_labels": ["rapid transit"], "founded_year": 2006, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q16097618", "name": "Busan Metropolitan Government"}, "logo_url": null, "description": "a railway company of South Korea", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6057 +{"wikidata_id": "Q5463088", "display_name": "FlyMe", "legal_name": null, "aliases": ["VILLA AIR FLYME"], "website": "https://www.flyme.mv", "canonical_domain": "flyme.mv", "country": "MV", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Villa_air_logo.png", "description": "Airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6058 +{"wikidata_id": "Q5512642", "display_name": "GU", "legal_name": "株式会社ジーユー", "aliases": ["G.u."], "website": "https://www.gu-global.com", "canonical_domain": "gu-global.com", "country": "JP", "hq_city": "Ariake", "hq_region": "Kōtō", "lat": 35.63485, "lon": 139.79296, "industries": ["apparel"], "industry_labels": [], "founded_year": 1950, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1397688", "name": "Fast Retailing"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/GU_logo.svg", "description": "Japanese clothing brand", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6059 +{"wikidata_id": "Q5522292", "display_name": "Garden Reach Shipbuilders & Engineers", "legal_name": null, "aliases": ["GRSE"], "website": "https://grse.in", "canonical_domain": "grse.in", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["manufacturing"], "industry_labels": ["shipbuilding"], "founded_year": 1884, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian shipbuilders in Kolkata", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6060 +{"wikidata_id": "Q5526953", "display_name": "Gatari Air Service", "legal_name": null, "aliases": [], "website": "https://www.gatariair.com", "canonical_domain": "gatariair.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["airlines"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indonesian charter airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6061 +{"wikidata_id": "Q559366", "display_name": "National Roads Company of Israel", "legal_name": null, "aliases": ["National Roads Authority", "Netivei Israel (Israel)"], "website": "https://www.iroads.co.il", "canonical_domain": "iroads.co.il", "country": "IL", "hq_city": "Or Yehuda", "hq_region": "Tel Aviv District", "lat": 32.03333, "lon": 34.85, "industries": [], "industry_labels": [], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Israeli roads company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6062 +{"wikidata_id": "Q56295316", "display_name": "Aero Dili", "legal_name": null, "aliases": [], "website": "https://www.aerodili.com", "canonical_domain": "aerodili.com", "country": "TL", "hq_city": "Dili", "hq_region": "Dili Municipality", "lat": -8.55361, "lon": 125.57833, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "National airline in East Timor", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6063 +{"wikidata_id": "Q56583460", "display_name": "Shanghai Micro Electronics Equipment", "legal_name": null, "aliases": ["SMEE", "Shanghai Micro Electronics Equipment (Group) Co.", "Ltd."], "website": "https://www.smee.com.cn", "canonical_domain": "smee.com.cn", "country": "CN", "hq_city": "Shanghai", "hq_region": "People's Republic of China", "lat": 31.2325, "lon": 121.46917, "industries": ["semiconductors"], "industry_labels": ["semiconductor industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Shanghai_Micro_Electronics_Equipment.png", "description": "Chinese semiconductor equipment manufacturer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6064 +{"wikidata_id": "Q585957", "display_name": "Great Eastern Life", "legal_name": null, "aliases": [], "website": "https://www.lifeisgreat.com.sg", "canonical_domain": "lifeisgreat.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["financial-services"], "industry_labels": ["financial services"], "founded_year": 1908, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Singaporean insurance company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6065 +{"wikidata_id": "Q59601635", "display_name": "Union Properties PJSC", "legal_name": null, "aliases": [], "website": "https://www.up.ae", "canonical_domain": "up.ae", "country": "AE", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["real-estate"], "industry_labels": ["real estate development"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "real estate developers in Dubai", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6066 +{"wikidata_id": "Q5962649", "display_name": "HD Hyundai Oilbank", "legal_name": "HD Hyundai Oilbank Co., Ltd.", "aliases": ["Hyundai Oil Refinery", "Hyundai Oilbank"], "website": "https://www.hd-hyundaioilbank.co.kr", "canonical_domain": "hd-hyundaioilbank.co.kr", "country": "KR", "hq_city": "Seosan", "hq_region": "South Chungcheong", "lat": 36.78167, "lon": 126.45222, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "988400KOE4LX969V8V02", "sec_cik": null, "parent": {"wikidata_id": "Q626638", "name": "HD Hyundai"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/HD_Hyundai_Oilbank_logo.svg", "description": "petroleum refinery company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6067 +{"wikidata_id": "Q5964699", "display_name": "TECO Electric and Machinery", "legal_name": null, "aliases": ["TECO"], "website": "https://www.teco.com.tw", "canonical_domain": "teco.com.tw", "country": "TW", "hq_city": "Nangang District", "hq_region": "Taipei", "lat": 25.05331, "lon": 121.60741, "industries": ["technology"], "industry_labels": ["electronics"], "founded_year": 1956, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/TECO_Electric_and_Machinery_logo_20120316.png", "description": "Taiwanese company in electric motor, electric appliances and other businesses worldwide", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6068 +{"wikidata_id": "Q5972831", "display_name": "iNiS", "legal_name": null, "aliases": ["iNiS corporation"], "website": "https://www.inis.co.jp", "canonical_domain": "inis.co.jp", "country": "JP", "hq_city": "Naka-Meguro", "hq_region": "Meguro", "lat": 35.63915, "lon": 139.70276, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese video game developer", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6069 +{"wikidata_id": "Q6021512", "display_name": "Çaykur", "legal_name": null, "aliases": [], "website": "https://www.caykur.gov.tr", "canonical_domain": "caykur.gov.tr", "country": "TR", "hq_city": "Rize", "hq_region": "Rize Province", "lat": 41.02482, "lon": 40.51991, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 1983, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Turkish state owned tea producing company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6070 +{"wikidata_id": "Q607381", "display_name": "Aqaba Railway Corporation", "legal_name": null, "aliases": ["Aqaba Railway Company"], "website": "https://www.arcjo.com", "canonical_domain": "arcjo.com", "country": "JO", "hq_city": "Jordan", "hq_region": null, "lat": 31.2, "lon": 36.5, "industries": ["transportation"], "industry_labels": [], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6071 +{"wikidata_id": "Q6108205", "display_name": "JG Summit Holdings", "legal_name": null, "aliases": [], "website": "https://jgsummit.com.ph", "canonical_domain": "jgsummit.com.ph", "country": "PH", "hq_city": "Pasig", "hq_region": "Metro Manila", "lat": 14.5605, "lon": 121.0765, "industries": ["manufacturing"], "industry_labels": [], "founded_year": 1957, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "8945008FXJ2QCVCRJM25", "sec_cik": null, "parent": null, "logo_url": null, "description": "Philippine real estate conglomerate", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6072 +{"wikidata_id": "Q6149487", "display_name": "Canon Medical Systems Corporation", "legal_name": "東芝メディカルシステムズ株式会社", "aliases": ["Toshiba Medical Systems Corporation"], "website": "https://jp.medical.canon", "canonical_domain": "medical.canon", "country": "JP", "hq_city": "Ōtawara-shi", "hq_region": "Tochigi Prefecture", "lat": 36.87097, "lon": 140.01594, "industries": ["biotechnology"], "industry_labels": ["biomedical engineering"], "founded_year": 1930, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q62621", "name": "Canon Inc."}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Canon_wordmark.svg", "description": "Japanese medical equipment company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6073 +{"wikidata_id": "Q615140", "display_name": "DR Movie", "legal_name": null, "aliases": [], "website": "https://www.drmovie.biz", "canonical_domain": "drmovie.biz", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["gaming", "entertainment"], "industry_labels": ["video game industry", "film industry", "South Korean animation industry"], "founded_year": 1990, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/DR_Movie_logo.png", "description": "South korean animation and film studio", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6074 +{"wikidata_id": "Q623661", "display_name": "Arab Wings", "legal_name": null, "aliases": ["Air Arabia Jordan"], "website": "https://www.arabwings.com.jo", "canonical_domain": "arabwings.com.jo", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": ["airlines"], "industry_labels": [], "founded_year": 1975, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6075 +{"wikidata_id": "Q6428600", "display_name": "Kompas Gramedia Group", "legal_name": null, "aliases": ["KKG", "Kelompok Gramedia", "Kelompok Kompas Gramedia", "Kompas Gramedia"], "website": "https://www.kompasgramedia.com", "canonical_domain": "kompasgramedia.com", "country": "ID", "hq_city": "Jakarta", "hq_region": "Indonesia", "lat": -6.17528, "lon": 106.82694, "industries": ["manufacturing"], "industry_labels": ["conglomerate"], "founded_year": 1965, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Logo_Kompas_Gramedia.png", "description": "Indonesian holding company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6076 +{"wikidata_id": "Q6483872", "display_name": "Land Bank of the Philippines", "legal_name": null, "aliases": ["LBP", "LANDBANK"], "website": "https://landbank.com", "canonical_domain": "landbank.com", "country": "PH", "hq_city": "Manila", "hq_region": "Metro Manila", "lat": 14.59583, "lon": 120.97722, "industries": ["financial-services", "banking"], "industry_labels": ["financial services", "economics of banking", "financial sector"], "founded_year": 1963, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Landbank.svg", "description": "universal bank located in the Philippines", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6077 +{"wikidata_id": "Q65064627", "display_name": "Universal Beijing Resort", "legal_name": null, "aliases": ["Universal Beijing"], "website": "https://www.universalbeijingresort.com", "canonical_domain": "universalbeijingresort.com", "country": "CN", "hq_city": null, "hq_region": null, "lat": 39.854, "lon": 116.6752, "industries": ["hospitality", "entertainment"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Theme park and entertainment resort complex in Beijing, China", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6078 +{"wikidata_id": "Q65308518", "display_name": "Parata Air", "legal_name": null, "aliases": ["Fly Gangwon", "Fly Yangyang"], "website": "https://www.parataair.com", "canonical_domain": "parataair.com", "country": "KR", "hq_city": "Yangyang County", "hq_region": "Gangwon Province", "lat": 38.06667, "lon": 128.61667, "industries": ["airlines"], "industry_labels": [], "founded_year": 2016, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Parata_Airlines.svg", "description": "Airline of South Korea", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6079 +{"wikidata_id": "Q6732495", "display_name": "MagtiCom", "legal_name": null, "aliases": [], "website": "https://www.magticom.ge", "canonical_domain": "magticom.ge", "country": "GE", "hq_city": "Tbilisi", "hq_region": "Georgia", "lat": 41.7225, "lon": 44.7925, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Magti-_2020-logo.jpg", "description": "Georgian telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6080 +{"wikidata_id": "Q692281", "display_name": "Mobicom Corporation", "legal_name": null, "aliases": [], "website": "https://www.mobicom.mn", "canonical_domain": "mobicom.mn", "country": "MN", "hq_city": "Ulaanbaatar", "hq_region": "Mongolia", "lat": 47.92136, "lon": 106.90551, "industries": ["telecommunications"], "industry_labels": ["telecommunications industry", "mobile phone industry"], "founded_year": 1996, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q971946", "name": "KDDI"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mobicomnewlogo.png", "description": "Mongolian telecommunications company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6081 +{"wikidata_id": "Q6955519", "display_name": "NTUC FairPrice", "legal_name": null, "aliases": ["FairPrice"], "website": "https://www.fairprice.com.sg", "canonical_domain": "fairprice.com.sg", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["retail"], "industry_labels": ["retail"], "founded_year": 1973, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "549300PJTCQSCZT20U69", "sec_cik": null, "parent": null, "logo_url": null, "description": "supermarket chain in Singapore", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6082 +{"wikidata_id": "Q6974864", "display_name": "National Pension Service", "legal_name": null, "aliases": ["National Pension Service of Korea"], "website": "https://www.nps.or.kr", "canonical_domain": "nps.or.kr", "country": "KR", "hq_city": "Jeonju", "hq_region": "North Jeolla", "lat": 35.82389, "lon": 127.1475, "industries": ["asset-management"], "industry_labels": ["investment management"], "founded_year": 1987, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q482921", "name": "Ministry of Health and Welfare"}, "logo_url": null, "description": "public pension fund in South Korea", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6083 +{"wikidata_id": "Q697493", "display_name": "AGE", "legal_name": null, "aliases": ["Gamania"], "website": "https://www.age-corp.jp", "canonical_domain": "age-corp.jp", "country": "JP", "hq_city": "Minato", "hq_region": "Tokyo", "lat": 35.65803, "lon": 139.75153, "industries": ["gaming"], "industry_labels": ["video game industry"], "founded_year": 1995, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese company whose main business is the development and operation of online games", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6084 +{"wikidata_id": "Q6987076", "display_name": "Nega Network", "legal_name": null, "aliases": [], "website": "https://neganetwork.com", "canonical_domain": "neganetwork.com", "country": "KR", "hq_city": "Seoul", "hq_region": "South Korea", "lat": 37.56, "lon": 126.99, "industries": ["entertainment"], "industry_labels": ["music industry"], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "South Korean record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6085 +{"wikidata_id": "Q702213", "display_name": "C-Media", "legal_name": null, "aliases": [], "website": "https://www.cmedia.com.tw", "canonical_domain": "cmedia.com.tw", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": ["technology"], "industry_labels": ["computer industry", "electronics industry"], "founded_year": 1991, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Taiwan computer hardware company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6086 +{"wikidata_id": "Q709837", "display_name": "Sili Bank", "legal_name": null, "aliases": ["Korea 626 Shenyang Co", "Shílì Yínháng"], "website": "https://www.silibank.com", "canonical_domain": "silibank.com", "country": "CN", "hq_city": "Pyongyang", "hq_region": "North Korea", "lat": 39.01667, "lon": 125.7475, "industries": ["technology"], "industry_labels": ["information technology"], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6087 +{"wikidata_id": "Q710605", "display_name": "Daily Air", "legal_name": null, "aliases": ["Daily", "DA", "DAC"], "website": "https://www.dailyair.com.tw", "canonical_domain": "dailyair.com.tw", "country": "TW", "hq_city": "Songshan District", "hq_region": "Taipei", "lat": 25.0592, "lon": 121.559, "industries": ["airlines"], "industry_labels": [], "founded_year": 1994, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6088 +{"wikidata_id": "Q717248", "display_name": "Dragon Gate", "legal_name": null, "aliases": [], "website": "https://www.gaora.co.jp", "canonical_domain": "gaora.co.jp", "country": "JP", "hq_city": "Kobe", "hq_region": "Hyōgo Prefecture", "lat": 34.69017, "lon": 135.19544, "industries": ["entertainment"], "industry_labels": ["professional wrestling"], "founded_year": 2004, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese professional wrestling promotion company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6089 +{"wikidata_id": "Q719505", "display_name": "Korean Register of Shipping", "legal_name": null, "aliases": ["KR", "Korean Register"], "website": "https://www.krs.co.kr", "canonical_domain": "krs.co.kr", "country": "KR", "hq_city": "Daejeon", "hq_region": "South Korea", "lat": 36.35, "lon": 127.385, "industries": ["shipping"], "industry_labels": [], "founded_year": 1960, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Korean_Register.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6090 +{"wikidata_id": "Q7304789", "display_name": "Red Ribbon", "legal_name": null, "aliases": [], "website": "https://www.redribbon.ph", "canonical_domain": "redribbon.ph", "country": "PH", "hq_city": "Quezon City", "hq_region": "Metro Manila", "lat": 14.65, "lon": 121.0475, "industries": ["food-beverage"], "industry_labels": ["food retail sector"], "founded_year": 1979, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Filipino bakery store chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6091 +{"wikidata_id": "Q7374357", "display_name": "Royal Jet", "legal_name": null, "aliases": [], "website": "https://www.royaljetgroup.com", "canonical_domain": "royaljetgroup.com", "country": "AE", "hq_city": "Abu Dhabi", "hq_region": "Emirate of Abu Dhabi", "lat": 24.45111, "lon": 54.39694, "industries": ["airlines"], "industry_labels": [], "founded_year": 2003, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/RoyalJet_logo.svg", "description": "airline based in Abu Dhabi, United Arab Emirates", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6092 +{"wikidata_id": "Q7380179", "display_name": "Rupa Publications India", "legal_name": null, "aliases": ["Rupa & Co.", "Rupa Publications India Pvt. Ltd."], "website": "https://rupapublications.co.in", "canonical_domain": "rupapublications.co.in", "country": "IN", "hq_city": "Kolkata", "hq_region": "Kolkata district", "lat": 22.5675, "lon": 88.37, "industries": ["media"], "industry_labels": [], "founded_year": 1936, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Rupa_Publications_logo.png", "description": "book publisher in India", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6093 +{"wikidata_id": "Q7387008", "display_name": "SNT Dynamics", "legal_name": null, "aliases": ["SNT", "S&T Dynamics"], "website": "https://www.hisntd.com", "canonical_domain": "hisntd.com", "country": "KR", "hq_city": "Changwon", "hq_region": "South Gyeongsang", "lat": 35.22806, "lon": 128.68111, "industries": ["automotive"], "industry_labels": ["automotive industry"], "founded_year": 1959, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SNT_Dynamics_Logo.svg", "description": "South Korean company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6094 +{"wikidata_id": "Q7509507", "display_name": "IHQ", "legal_name": "주식회사 아이에이치큐e", "aliases": ["iHQ Inc.", "SidusHQ"], "website": "https://sidushq.com", "canonical_domain": "sidushq.com", "country": "KR", "hq_city": "Samseong-dong", "hq_region": "Gangnam District", "lat": 37.51399, "lon": 127.05652, "industries": ["entertainment"], "industry_labels": [], "founded_year": 1999, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/SidusHQ_logo_%28SVG_Types%29.svg", "description": "South Korean entertainment management company; record label", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6095 +{"wikidata_id": "Q751100", "display_name": "Mapex Drums", "legal_name": null, "aliases": [], "website": "https://mapexdrums.com", "canonical_domain": "mapexdrums.com", "country": "TW", "hq_city": "Taipei", "hq_region": "Taiwan", "lat": 25.0375, "lon": 121.5625, "industries": [], "industry_labels": [], "founded_year": 1980, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q879331", "name": "KHS"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Mapex_logo.png", "description": "Taiwanese brand of musical instruments", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6096 +{"wikidata_id": "Q7537187", "display_name": "SkyLink Arabia", "legal_name": null, "aliases": [], "website": "https://www.ska-arabia.com", "canonical_domain": "ska-arabia.com", "country": "AE", "hq_city": "Dubai", "hq_region": "Emirate of Dubai", "lat": 25.26972, "lon": 55.30944, "industries": ["airlines"], "industry_labels": [], "founded_year": null, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": null, "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6097 +{"wikidata_id": "Q7537266", "display_name": "SkyAir", "legal_name": null, "aliases": ["Sky Capital Airlines Ltd", "Sky Capital Cargo"], "website": "https://www.skycapitalairlines.com", "canonical_domain": "skycapitalairlines.com", "country": "BD", "hq_city": null, "hq_region": null, "lat": null, "lon": null, "industries": ["airlines"], "industry_labels": [], "founded_year": 2009, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Bengali cargo airline", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6098 +{"wikidata_id": "Q7600793", "display_name": "Star Magic", "legal_name": null, "aliases": ["StarMagic"], "website": "https://starmagicph.com", "canonical_domain": "starmagicph.com", "country": "PH", "hq_city": "Quezon City", "hq_region": "Metro Manila", "lat": 14.65, "lon": 121.0475, "industries": ["entertainment"], "industry_labels": ["talent agent"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q287617", "name": "ABS-CBN Corporation"}, "logo_url": null, "description": "talent agency in the Philippines", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6099 +{"wikidata_id": "Q7645776", "display_name": "Suresh Productions", "legal_name": null, "aliases": [], "website": "https://www.sureshproductions.com", "canonical_domain": "sureshproductions.com", "country": "IN", "hq_city": "Hyderabad", "hq_region": "Hyderabad district", "lat": 17.36167, "lon": 78.47472, "industries": ["entertainment"], "industry_labels": ["entertainment"], "founded_year": 1964, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Indian film production company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6100 +{"wikidata_id": "Q7928249", "display_name": "Vie de France", "legal_name": null, "aliases": [], "website": "https://www.viedefrance.co.jp", "canonical_domain": "viedefrance.co.jp", "country": "JP", "hq_city": "Nishi-Kasai", "hq_region": "Edogawa", "lat": 35.66468, "lon": 139.85899, "industries": ["food-beverage"], "industry_labels": [], "founded_year": 2001, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q3138937", "name": "Yamazaki Baking"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Vie_de_France_Bakery%2C_Akihabara.jpg", "description": "Japanese bakery chain", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6101 +{"wikidata_id": "Q7975533", "display_name": "Waves Audio", "legal_name": null, "aliases": [], "website": "https://www.waves.com", "canonical_domain": "waves.com", "country": "IL", "hq_city": "Tel Aviv", "hq_region": "Tel Aviv District", "lat": 32.08, "lon": 34.78, "industries": ["software"], "industry_labels": ["software industry"], "founded_year": 1992, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Professional audio company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6102 +{"wikidata_id": "Q797809", "display_name": "Baby, The Stars Shine Bright", "legal_name": null, "aliases": [], "website": "https://www.babyssb.co.jp", "canonical_domain": "babyssb.co.jp", "country": "JP", "hq_city": "Takanawa", "hq_region": "Minato", "lat": 35.63283, "lon": 139.73563, "industries": ["apparel"], "industry_labels": ["textile industry"], "founded_year": 1988, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "Japanese clothing brand", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6103 +{"wikidata_id": "Q803640", "display_name": "Bahrain Petroleum Company", "legal_name": null, "aliases": ["BAPCO", "Bapco Refining"], "website": "https://www.bapco.net", "canonical_domain": "bapco.net", "country": "BH", "hq_city": "Awali", "hq_region": "Bahrain", "lat": 26.08444, "lon": 50.55056, "industries": ["oil-gas"], "industry_labels": ["petroleum industry"], "founded_year": 1929, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q112125022", "name": "Bapco Energies"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bap_Logo_Flat_Dual_Pos_RGB.png", "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6104 +{"wikidata_id": "Q8036525", "display_name": "World Wonder Ring Stardom", "legal_name": null, "aliases": ["Kabushiki Gaisha Stardom", "STARDOM"], "website": "https://wwr-stardom.com", "canonical_domain": "wwr-stardom.com", "country": "JP", "hq_city": "Tokyo", "hq_region": "Japan", "lat": 35.68944, "lon": 139.69167, "industries": ["entertainment"], "industry_labels": ["women's professional wrestling"], "founded_year": 2010, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Stardom_2021_logo.svg", "description": "women's professional wrestling promotion", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6105 +{"wikidata_id": "Q807019", "display_name": "Banyan Tree Holdings", "legal_name": null, "aliases": ["Banyan Tree Holdings Limited"], "website": "https://www.banyantree.com", "canonical_domain": "banyantree.com", "country": "SG", "hq_city": "Singapore", "hq_region": null, "lat": 1.3, "lon": 103.8, "industries": ["hospitality"], "industry_labels": ["hotel industry"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": "254900PU1R3XDPBY5390", "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6106 +{"wikidata_id": "Q8189366", "display_name": "Okura Nikko Hotel Management", "legal_name": "Okura Nikko Hotel Management Co., Ltd.", "aliases": ["JAL Hotels", "Okura Nikko Hotel Management Co.", "Ltd.", "Okura Nikko Hotel Management Co.", "Ltd."], "website": "https://www.okura-nikko.com", "canonical_domain": "okura-nikko.com", "country": "JP", "hq_city": "Shinagawa", "hq_region": "Tokyo", "lat": 35.60917, "lon": 139.73017, "industries": ["hospitality"], "industry_labels": [], "founded_year": 1970, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q2655812", "name": "Hotel Okura"}, "logo_url": null, "description": "Japanese hotel management firm", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6107 +{"wikidata_id": "Q820517", "display_name": "Metropoline Public Transportation", "legal_name": null, "aliases": ["Metropoline"], "website": "https://www.metropoline.com", "canonical_domain": "metropoline.com", "country": "IL", "hq_city": "Kfar Saba", "hq_region": "Central District", "lat": 32.18578, "lon": 34.90768, "industries": ["transportation"], "industry_labels": ["public transport"], "founded_year": 2000, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "transport company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6108 +{"wikidata_id": "Q820715", "display_name": "Talal Abu-Ghazaleh Organization", "legal_name": null, "aliases": [], "website": "https://www.tagorg.com", "canonical_domain": "tagorg.com", "country": "JO", "hq_city": "Amman", "hq_region": "Amman Governorate", "lat": 31.95, "lon": 35.93333, "industries": [], "industry_labels": [], "founded_year": 1972, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6109 +{"wikidata_id": "Q843004", "display_name": "Frontier Works", "legal_name": null, "aliases": ["Frontier Works Inc."], "website": "https://www.fwinc.co.jp", "canonical_domain": "fwinc.co.jp", "country": "JP", "hq_city": "Higashi-Ikebukuro", "hq_region": "Toshima", "lat": 35.72943, "lon": 139.71958, "industries": ["entertainment", "gaming"], "industry_labels": ["music industry", "video game industry"], "founded_year": 2002, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": {"wikidata_id": "Q1041890", "name": "Animate"}, "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Frontier_Works_Logo.png", "description": "Japanese media company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}
6110 +{"wikidata_id": "Q843520", "display_name": "Amoi", "legal_name": null, "aliases": [], "website": "https://www.amoi.com.cn", "canonical_domain": "amoi.com.cn", "country": "CN", "hq_city": "Xiamen", "hq_region": "Fujian", "lat": 24.47972, "lon": 118.08194, "industries": ["technology"], "industry_labels": ["electronics industry"], "founded_year": 1997, "employees": null, "public_company": false, "ticker": null, "exchange": null, "lei": null, "sec_cik": null, "parent": null, "logo_url": null, "description": "company", "sitelinks": 8, "importance": 0.231, "tier": 4, "source": "wikidata", "harvested_at": "2026-09-13T07:17:29+00:00"}

Diff truncated — file too large.